From 83885e310460cafee1377d0636fd375b384b3896 Mon Sep 17 00:00:00 2001 From: "courtmanr@gmail.com" Date: Sun, 20 Apr 2025 13:17:10 +0100 Subject: [PATCH 1/6] feat: Replace codebase entirely with simplified version --- .env.example | 107 - .github/ISSUE_TEMPLATE/bug_report.md | 38 - .github/ISSUE_TEMPLATE/feature_request.md | 23 - .../pull_request_template.md | 28 - .github/dependabot.yml | 15 - .github/pull_request_template.md | 24 - .gitignore | 57 - CHANGELOG.md | 228 - CODE_OF_CONDUCT.md | 125 - CONTRIBUTING.md | 82 - GETTING-STARTED.md | 207 - README.md | 655 -- SECURITY.md | 30 - debug-filters.js | 225 - docker-compose.yml | 66 - docker/Dockerfile | 128 - docker/Dockerfile.dev | 67 - docs/DEVELOPER.md | 324 - docs/MOCK_DATA.md | 194 - docs/RELEASE.md | 180 - docs/RELEASE_PROCESS.md | 129 - docs/SCREENSHOTS.md | 140 - docs/images/dashboard-dark-compact-light.png | Bin 387561 -> 0 bytes docs/images/dashboard.png | Bin 383528 -> 0 bytes docs/logging.md | 161 - docs/metrics-service.md | 114 - docs/proxmox-ha-status.md | 190 - docs/troubleshooting-websocket.md | 172 - environments/README.md | 56 - frontend/README.md | 81 - frontend/index.html | 20 - frontend/package-lock.json | 3655 ------- frontend/package.json | 46 - frontend/public/favicon.svg | 43 - .../public/logos/pulse-logo-1024x1024.png | Bin 172609 -> 0 bytes frontend/public/logos/pulse-logo-128x128.png | Bin 14441 -> 0 bytes frontend/public/logos/pulse-logo-16x16.png | Bin 923 -> 0 bytes frontend/public/logos/pulse-logo-256x256.png | Bin 33395 -> 0 bytes frontend/public/logos/pulse-logo-32x32.png | Bin 2456 -> 0 bytes frontend/public/logos/pulse-logo-512x512.png | Bin 75547 -> 0 bytes frontend/public/logos/pulse-logo-64x64.png | Bin 5939 -> 0 bytes .../logos/pulse-logo-with-text-200x60.png | Bin 6538 -> 0 bytes .../logos/pulse-logo-with-text-400x120.png | Bin 15441 -> 0 bytes .../logos/pulse-logo-with-text-800x240.png | Bin 35501 -> 0 bytes frontend/src/App.jsx | 428 - frontend/src/components/ErrorBoundary.jsx | 59 - frontend/src/components/NetworkDisplay.jsx | 2 - frontend/src/components/NodeSelect.jsx | 184 - frontend/src/components/SearchField.jsx | 876 -- .../network/ConnectionErrorDisplay.jsx | 134 - .../network/DraggableColumnHeader.jsx | 72 - .../components/network/MetricsDebugPanel.jsx | 277 - .../src/components/network/NetworkDisplay.jsx | 1057 -- .../src/components/network/NetworkFilters.jsx | 460 - .../components/network/NetworkTableBody.jsx | 220 - .../components/network/NetworkTableHeader.jsx | 1305 --- .../components/network/NetworkTableRow.jsx | 801 -- .../src/components/network/UIComponents.jsx | 280 - .../network/components/NetworkHeader.jsx | 32 - .../components/NetworkNotification.jsx | 29 - .../network/components/NetworkPopovers.jsx | 206 - .../network/components/NetworkTable.jsx | 272 - .../components/network/components/index.js | 4 - .../src/components/network/hooks/index.js | 8 - .../network/hooks/useActiveFilteredColumns.js | 352 - .../network/hooks/useColumnManagement.js | 253 - .../network/hooks/useDataProcessing.js | 185 - .../network/hooks/useKeyboardShortcuts.js | 134 - .../network/hooks/useNetworkFilters.js | 158 - .../network/hooks/useNotifications.js | 33 - .../network/hooks/usePopoverManagement.js | 35 - .../network/hooks/useSortManagement.js | 61 - frontend/src/constants/networkConstants.js | 88 - frontend/src/context/SearchContext.jsx | 113 - frontend/src/context/ThemeContext.jsx | 212 - frontend/src/context/UserSettingsContext.jsx | 93 - frontend/src/hooks/useFormattedMetrics.js | 99 - frontend/src/hooks/useMockMetrics.js | 279 - frontend/src/hooks/useSocket.js | 1546 --- frontend/src/index.css | 28 - frontend/src/main.jsx | 12 - frontend/src/utils/ExhaustiveSearchTests.js | 374 - frontend/src/utils/README.md | 57 - frontend/src/utils/VerifyAllSearches.js | 79 - frontend/src/utils/basic-search-test.js | 172 - frontend/src/utils/colorUtils.js | 91 - frontend/src/utils/debugSearch.js | 173 - frontend/src/utils/formatters.js | 130 - frontend/src/utils/networkUtils.js | 1325 --- frontend/src/utils/priSearchTest.js | 193 - frontend/src/utils/runSearchTests.js | 15 - frontend/src/utils/searchTests.js | 557 -- frontend/src/utils/storageUtils.js | 165 - frontend/src/utils/tests/README.md | 119 - .../src/utils/tests/debugSpacedExpressions.js | 154 - .../src/utils/tests/metricThresholdTests.js | 267 - .../src/utils/tests/mocks/networkUtils.js | 755 -- frontend/src/utils/tests/regexTest.js | 69 - frontend/src/utils/tests/runMetricTests.js | 12 - .../utils/tests/runSystematicSearchTests.js | 152 - .../src/utils/tests/systematicSearchTests.js | 739 -- frontend/src/utils/version.js | 4 - frontend/vite.config.js | 85 - package-lock.json | 5314 ++-------- package.json | 63 +- public/app.js | 845 ++ public/index.html | 219 + public/index.html.bak | 232 + public/logo.svg | 29 + public/logos/README.md | 52 - public/logos/pulse-logo-1024x1024.png | Bin 172609 -> 0 bytes public/logos/pulse-logo-128x128.png | Bin 14441 -> 0 bytes public/logos/pulse-logo-16x16.png | Bin 923 -> 0 bytes public/logos/pulse-logo-256x256.png | Bin 33395 -> 0 bytes public/logos/pulse-logo-32x32.png | Bin 2456 -> 0 bytes public/logos/pulse-logo-512x512.png | Bin 75547 -> 0 bytes public/logos/pulse-logo-64x64.png | Bin 5939 -> 0 bytes public/logos/pulse-logo-with-text-200x60.png | Bin 6538 -> 0 bytes public/logos/pulse-logo-with-text-400x120.png | Bin 15441 -> 0 bytes public/logos/pulse-logo-with-text-800x240.png | Bin 35501 -> 0 bytes public/output.css | 1593 +++ ...mox-api-test-2025-03-04T11-41-12.389Z.json | 379 - screenshot-config.json | 36 - scripts/README-dev-tools.md | 64 - scripts/README.md | 84 - scripts/check-config.js | 96 - scripts/check-connections.js | 236 - scripts/clear-data.js | 71 - scripts/configure-env.js | 84 - scripts/dev-cleanup.js | 47 - scripts/docker-prod.sh | 107 - scripts/generate-logo-pngs.js | 45 - scripts/generate-logo-with-text.js | 54 - scripts/generate-logos.sh | 22 - scripts/install.sh | 177 - scripts/start-dev.bat | 110 - scripts/start-dev.sh | 167 - scripts/start-mock-dev.bat | 45 - scripts/start-mock-dev.sh | 49 - scripts/start-mock-server.js | 84 - scripts/start-prod.bat | 101 - scripts/start-prod.sh | 119 - scripts/start.js | 137 - scripts/update-screenshots.sh | 33 - scripts/verify-cluster-config.js | 120 - server/.env | 9 + server/index.js | 330 + server/node_modules/.bin/mime | 1 + server/node_modules/.package-lock.json | 1217 +++ .../@socket.io/component-emitter/LICENSE | 24 + .../@socket.io/component-emitter/Readme.md | 79 + .../component-emitter/lib/cjs/index.d.ts | 179 + .../component-emitter/lib/cjs/index.js | 176 + .../component-emitter/lib/cjs/package.json | 4 + .../component-emitter/lib/esm/index.d.ts | 179 + .../component-emitter/lib/esm/index.js | 169 + .../component-emitter/lib/esm/package.json | 4 + .../@socket.io/component-emitter/package.json | 28 + server/node_modules/@types/cors/LICENSE | 21 + server/node_modules/@types/cors/README.md | 75 + server/node_modules/@types/cors/index.d.ts | 56 + server/node_modules/@types/cors/package.json | 32 + server/node_modules/@types/node/LICENSE | 21 + server/node_modules/@types/node/README.md | 15 + server/node_modules/@types/node/assert.d.ts | 1095 +++ .../@types/node/assert/strict.d.ts | 8 + .../node_modules/@types/node/async_hooks.d.ts | 541 ++ .../@types/node/buffer.buffer.d.ts | 460 + server/node_modules/@types/node/buffer.d.ts | 1926 ++++ .../@types/node/child_process.d.ts | 1549 +++ server/node_modules/@types/node/cluster.d.ts | 579 ++ .../@types/node/compatibility/disposable.d.ts | 16 + .../@types/node/compatibility/index.d.ts | 9 + .../@types/node/compatibility/indexable.d.ts | 23 + .../@types/node/compatibility/iterators.d.ts | 21 + server/node_modules/@types/node/console.d.ts | 452 + .../node_modules/@types/node/constants.d.ts | 21 + server/node_modules/@types/node/crypto.d.ts | 4510 +++++++++ server/node_modules/@types/node/dgram.d.ts | 599 ++ .../@types/node/diagnostics_channel.d.ts | 554 ++ server/node_modules/@types/node/dns.d.ts | 865 ++ .../@types/node/dns/promises.d.ts | 476 + .../node_modules/@types/node/dom-events.d.ts | 124 + server/node_modules/@types/node/domain.d.ts | 170 + server/node_modules/@types/node/events.d.ts | 931 ++ server/node_modules/@types/node/fs.d.ts | 4343 +++++++++ .../node_modules/@types/node/fs/promises.d.ts | 1275 +++ server/node_modules/@types/node/globals.d.ts | 511 + .../@types/node/globals.typedarray.d.ts | 21 + server/node_modules/@types/node/http.d.ts | 1959 ++++ server/node_modules/@types/node/http2.d.ts | 2558 +++++ server/node_modules/@types/node/https.d.ts | 543 ++ server/node_modules/@types/node/index.d.ts | 92 + .../node_modules/@types/node/inspector.d.ts | 3966 ++++++++ server/node_modules/@types/node/module.d.ts | 702 ++ server/node_modules/@types/node/net.d.ts | 1029 ++ server/node_modules/@types/node/os.d.ts | 495 + server/node_modules/@types/node/package.json | 220 + server/node_modules/@types/node/path.d.ts | 200 + .../node_modules/@types/node/perf_hooks.d.ts | 970 ++ server/node_modules/@types/node/process.d.ts | 2013 ++++ server/node_modules/@types/node/punycode.d.ts | 117 + .../node_modules/@types/node/querystring.d.ts | 153 + server/node_modules/@types/node/readline.d.ts | 589 ++ .../@types/node/readline/promises.d.ts | 162 + server/node_modules/@types/node/repl.d.ts | 430 + server/node_modules/@types/node/sea.d.ts | 153 + server/node_modules/@types/node/sqlite.d.ts | 439 + server/node_modules/@types/node/stream.d.ts | 1662 ++++ .../@types/node/stream/consumers.d.ts | 12 + .../@types/node/stream/promises.d.ts | 90 + .../node_modules/@types/node/stream/web.d.ts | 614 ++ .../@types/node/string_decoder.d.ts | 67 + server/node_modules/@types/node/test.d.ts | 2150 +++++ server/node_modules/@types/node/timers.d.ts | 240 + .../@types/node/timers/promises.d.ts | 97 + server/node_modules/@types/node/tls.d.ts | 1226 +++ .../@types/node/trace_events.d.ts | 197 + .../@types/node/ts5.6/buffer.buffer.d.ts | 457 + .../@types/node/ts5.6/globals.typedarray.d.ts | 19 + .../node_modules/@types/node/ts5.6/index.d.ts | 92 + server/node_modules/@types/node/tty.d.ts | 208 + server/node_modules/@types/node/url.d.ts | 972 ++ server/node_modules/@types/node/util.d.ts | 2439 +++++ server/node_modules/@types/node/v8.d.ts | 808 ++ server/node_modules/@types/node/vm.d.ts | 976 ++ server/node_modules/@types/node/wasi.d.ts | 181 + .../@types/node/worker_threads.d.ts | 745 ++ server/node_modules/@types/node/zlib.d.ts | 539 ++ server/node_modules/accepts/HISTORY.md | 243 + server/node_modules/accepts/LICENSE | 23 + server/node_modules/accepts/README.md | 140 + server/node_modules/accepts/index.js | 238 + server/node_modules/accepts/package.json | 47 + server/node_modules/array-flatten/LICENSE | 21 + server/node_modules/array-flatten/README.md | 43 + .../array-flatten/array-flatten.js | 64 + .../node_modules/array-flatten/package.json | 39 + server/node_modules/asynckit/LICENSE | 21 + server/node_modules/asynckit/README.md | 233 + server/node_modules/asynckit/bench.js | 76 + server/node_modules/asynckit/index.js | 6 + server/node_modules/asynckit/lib/abort.js | 29 + server/node_modules/asynckit/lib/async.js | 34 + server/node_modules/asynckit/lib/defer.js | 26 + server/node_modules/asynckit/lib/iterate.js | 75 + .../asynckit/lib/readable_asynckit.js | 91 + .../asynckit/lib/readable_parallel.js | 25 + .../asynckit/lib/readable_serial.js | 25 + .../asynckit/lib/readable_serial_ordered.js | 29 + server/node_modules/asynckit/lib/state.js | 37 + server/node_modules/asynckit/lib/streamify.js | 141 + .../node_modules/asynckit/lib/terminator.js | 29 + server/node_modules/asynckit/package.json | 63 + server/node_modules/asynckit/parallel.js | 43 + server/node_modules/asynckit/serial.js | 17 + server/node_modules/asynckit/serialOrdered.js | 75 + server/node_modules/asynckit/stream.js | 21 + server/node_modules/axios/CHANGELOG.md | 1169 +++ server/node_modules/axios/LICENSE | 7 + server/node_modules/axios/MIGRATION_GUIDE.md | 3 + server/node_modules/axios/README.md | 1679 ++++ server/node_modules/axios/dist/axios.js | 4277 +++++++++ server/node_modules/axios/dist/axios.js.map | 1 + server/node_modules/axios/dist/axios.min.js | 3 + .../node_modules/axios/dist/axios.min.js.map | 1 + .../node_modules/axios/dist/browser/axios.cjs | 3708 +++++++ .../axios/dist/browser/axios.cjs.map | 1 + server/node_modules/axios/dist/esm/axios.js | 3731 ++++++++ .../node_modules/axios/dist/esm/axios.js.map | 1 + .../node_modules/axios/dist/esm/axios.min.js | 3 + .../axios/dist/esm/axios.min.js.map | 1 + server/node_modules/axios/dist/node/axios.cjs | 4765 +++++++++ .../axios/dist/node/axios.cjs.map | 1 + server/node_modules/axios/index.d.cts | 550 ++ server/node_modules/axios/index.d.ts | 570 ++ server/node_modules/axios/index.js | 43 + .../node_modules/axios/lib/adapters/README.md | 37 + .../axios/lib/adapters/adapters.js | 79 + .../node_modules/axios/lib/adapters/fetch.js | 229 + .../node_modules/axios/lib/adapters/http.js | 695 ++ server/node_modules/axios/lib/adapters/xhr.js | 197 + server/node_modules/axios/lib/axios.js | 89 + .../axios/lib/cancel/CancelToken.js | 135 + .../axios/lib/cancel/CanceledError.js | 25 + .../node_modules/axios/lib/cancel/isCancel.js | 5 + server/node_modules/axios/lib/core/Axios.js | 242 + .../node_modules/axios/lib/core/AxiosError.js | 103 + .../axios/lib/core/AxiosHeaders.js | 302 + .../axios/lib/core/InterceptorManager.js | 71 + server/node_modules/axios/lib/core/README.md | 8 + .../axios/lib/core/buildFullPath.js | 22 + .../axios/lib/core/dispatchRequest.js | 81 + .../axios/lib/core/mergeConfig.js | 106 + server/node_modules/axios/lib/core/settle.js | 27 + .../axios/lib/core/transformData.js | 28 + .../node_modules/axios/lib/defaults/index.js | 161 + .../axios/lib/defaults/transitional.js | 7 + server/node_modules/axios/lib/env/README.md | 3 + .../axios/lib/env/classes/FormData.js | 2 + server/node_modules/axios/lib/env/data.js | 1 + .../axios/lib/helpers/AxiosTransformStream.js | 143 + .../axios/lib/helpers/AxiosURLSearchParams.js | 58 + .../axios/lib/helpers/HttpStatusCode.js | 71 + .../node_modules/axios/lib/helpers/README.md | 7 + .../lib/helpers/ZlibHeaderTransformStream.js | 28 + server/node_modules/axios/lib/helpers/bind.js | 7 + .../axios/lib/helpers/buildURL.js | 69 + .../axios/lib/helpers/callbackify.js | 16 + .../axios/lib/helpers/combineURLs.js | 15 + .../axios/lib/helpers/composeSignals.js | 48 + .../node_modules/axios/lib/helpers/cookies.js | 42 + .../axios/lib/helpers/deprecatedMethod.js | 26 + .../axios/lib/helpers/formDataToJSON.js | 95 + .../axios/lib/helpers/formDataToStream.js | 112 + .../axios/lib/helpers/fromDataURI.js | 53 + .../axios/lib/helpers/isAbsoluteURL.js | 15 + .../axios/lib/helpers/isAxiosError.js | 14 + .../axios/lib/helpers/isURLSameOrigin.js | 14 + server/node_modules/axios/lib/helpers/null.js | 2 + .../axios/lib/helpers/parseHeaders.js | 55 + .../axios/lib/helpers/parseProtocol.js | 6 + .../axios/lib/helpers/progressEventReducer.js | 44 + .../axios/lib/helpers/readBlob.js | 15 + .../axios/lib/helpers/resolveConfig.js | 57 + .../axios/lib/helpers/speedometer.js | 55 + .../node_modules/axios/lib/helpers/spread.js | 28 + .../axios/lib/helpers/throttle.js | 44 + .../axios/lib/helpers/toFormData.js | 219 + .../axios/lib/helpers/toURLEncodedForm.js | 18 + .../axios/lib/helpers/trackStream.js | 87 + .../axios/lib/helpers/validator.js | 99 + .../lib/platform/browser/classes/Blob.js | 3 + .../lib/platform/browser/classes/FormData.js | 3 + .../browser/classes/URLSearchParams.js | 4 + .../axios/lib/platform/browser/index.js | 13 + .../axios/lib/platform/common/utils.js | 51 + .../node_modules/axios/lib/platform/index.js | 7 + .../lib/platform/node/classes/FormData.js | 3 + .../platform/node/classes/URLSearchParams.js | 4 + .../axios/lib/platform/node/index.js | 38 + server/node_modules/axios/lib/utils.js | 738 ++ server/node_modules/axios/package.json | 219 + server/node_modules/base64id/CHANGELOG.md | 16 + server/node_modules/base64id/LICENSE | 22 + server/node_modules/base64id/README.md | 18 + server/node_modules/base64id/lib/base64id.js | 103 + server/node_modules/base64id/package.json | 13 + server/node_modules/body-parser/HISTORY.md | 672 ++ server/node_modules/body-parser/LICENSE | 23 + server/node_modules/body-parser/README.md | 476 + server/node_modules/body-parser/SECURITY.md | 25 + server/node_modules/body-parser/index.js | 156 + server/node_modules/body-parser/lib/read.js | 205 + .../body-parser/lib/types/json.js | 247 + .../node_modules/body-parser/lib/types/raw.js | 101 + .../body-parser/lib/types/text.js | 121 + .../body-parser/lib/types/urlencoded.js | 307 + server/node_modules/body-parser/package.json | 56 + server/node_modules/bytes/History.md | 97 + server/node_modules/bytes/LICENSE | 23 + server/node_modules/bytes/Readme.md | 152 + server/node_modules/bytes/index.js | 170 + server/node_modules/bytes/package.json | 42 + .../call-bind-apply-helpers/.eslintrc | 17 + .../.github}/FUNDING.yml | 8 +- .../call-bind-apply-helpers/.nycrc | 9 + .../call-bind-apply-helpers/CHANGELOG.md | 30 + .../call-bind-apply-helpers/LICENSE | 4 +- .../call-bind-apply-helpers/README.md | 62 + .../call-bind-apply-helpers/actualApply.d.ts | 1 + .../call-bind-apply-helpers/actualApply.js | 10 + .../call-bind-apply-helpers/applyBind.d.ts | 19 + .../call-bind-apply-helpers/applyBind.js | 10 + .../functionApply.d.ts | 1 + .../call-bind-apply-helpers/functionApply.js | 4 + .../call-bind-apply-helpers/functionCall.d.ts | 1 + .../call-bind-apply-helpers/functionCall.js | 4 + .../call-bind-apply-helpers/index.d.ts | 64 + .../call-bind-apply-helpers/index.js | 15 + .../call-bind-apply-helpers/package.json | 85 + .../call-bind-apply-helpers/reflectApply.d.ts | 3 + .../call-bind-apply-helpers/reflectApply.js | 4 + .../call-bind-apply-helpers/test/index.js | 63 + .../call-bind-apply-helpers/tsconfig.json | 9 + server/node_modules/call-bound/.eslintrc | 13 + .../call-bound/.github/FUNDING.yml | 12 + server/node_modules/call-bound/.nycrc | 9 + server/node_modules/call-bound/CHANGELOG.md | 42 + server/node_modules/call-bound/LICENSE | 21 + server/node_modules/call-bound/README.md | 53 + server/node_modules/call-bound/index.d.ts | 94 + server/node_modules/call-bound/index.js | 19 + server/node_modules/call-bound/package.json | 99 + server/node_modules/call-bound/test/index.js | 61 + server/node_modules/call-bound/tsconfig.json | 10 + server/node_modules/chokidar/LICENSE | 21 + server/node_modules/chokidar/README.md | 305 + server/node_modules/chokidar/esm/handler.d.ts | 90 + server/node_modules/chokidar/esm/handler.js | 629 ++ server/node_modules/chokidar/esm/index.d.ts | 215 + server/node_modules/chokidar/esm/index.js | 798 ++ server/node_modules/chokidar/esm/package.json | 1 + server/node_modules/chokidar/handler.d.ts | 90 + server/node_modules/chokidar/handler.js | 635 ++ server/node_modules/chokidar/index.d.ts | 215 + server/node_modules/chokidar/index.js | 804 ++ server/node_modules/chokidar/package.json | 69 + server/node_modules/combined-stream/License | 19 + server/node_modules/combined-stream/Readme.md | 138 + .../combined-stream/lib/combined_stream.js | 208 + .../node_modules/combined-stream/package.json | 25 + server/node_modules/combined-stream/yarn.lock | 17 + .../content-disposition/HISTORY.md | 60 + .../node_modules/content-disposition/LICENSE | 22 + .../content-disposition/README.md | 142 + .../node_modules/content-disposition/index.js | 458 + .../content-disposition/package.json | 44 + server/node_modules/content-type/HISTORY.md | 29 + server/node_modules/content-type/LICENSE | 22 + server/node_modules/content-type/README.md | 94 + server/node_modules/content-type/index.js | 225 + server/node_modules/content-type/package.json | 42 + .../node_modules/cookie-signature/.npmignore | 4 + .../node_modules/cookie-signature/History.md | 38 + .../node_modules/cookie-signature/Readme.md | 42 + server/node_modules/cookie-signature/index.js | 51 + .../cookie-signature/package.json | 18 + server/node_modules/cookie/LICENSE | 24 + server/node_modules/cookie/README.md | 317 + server/node_modules/cookie/SECURITY.md | 25 + server/node_modules/cookie/index.js | 334 + server/node_modules/cookie/package.json | 44 + server/node_modules/cors/CONTRIBUTING.md | 33 + server/node_modules/cors/HISTORY.md | 58 + server/node_modules/cors/LICENSE | 22 + server/node_modules/cors/README.md | 243 + server/node_modules/cors/lib/index.js | 238 + server/node_modules/cors/package.json | 41 + server/node_modules/debug/.coveralls.yml | 1 + server/node_modules/debug/.eslintrc | 11 + server/node_modules/debug/.npmignore | 9 + server/node_modules/debug/.travis.yml | 14 + server/node_modules/debug/CHANGELOG.md | 362 + server/node_modules/debug/LICENSE | 19 + server/node_modules/debug/Makefile | 50 + server/node_modules/debug/README.md | 312 + server/node_modules/debug/component.json | 19 + server/node_modules/debug/karma.conf.js | 70 + server/node_modules/debug/node.js | 1 + server/node_modules/debug/package.json | 49 + server/node_modules/debug/src/browser.js | 185 + server/node_modules/debug/src/debug.js | 202 + server/node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/inspector-log.js | 15 + server/node_modules/debug/src/node.js | 248 + server/node_modules/delayed-stream/.npmignore | 1 + server/node_modules/delayed-stream/License | 19 + server/node_modules/delayed-stream/Makefile | 7 + server/node_modules/delayed-stream/Readme.md | 141 + .../delayed-stream/lib/delayed_stream.js | 107 + .../node_modules/delayed-stream/package.json | 27 + server/node_modules/depd/History.md | 103 + server/node_modules/depd/LICENSE | 22 + server/node_modules/depd/Readme.md | 280 + server/node_modules/depd/index.js | 538 ++ server/node_modules/depd/lib/browser/index.js | 77 + server/node_modules/depd/package.json | 45 + server/node_modules/destroy/LICENSE | 23 + server/node_modules/destroy/README.md | 63 + server/node_modules/destroy/index.js | 209 + server/node_modules/destroy/package.json | 48 + server/node_modules/dunder-proto/.eslintrc | 5 + .../dunder-proto/.github/FUNDING.yml | 12 + server/node_modules/dunder-proto/.nycrc | 13 + server/node_modules/dunder-proto/CHANGELOG.md | 24 + server/node_modules/dunder-proto/LICENSE | 21 + server/node_modules/dunder-proto/README.md | 54 + server/node_modules/dunder-proto/get.d.ts | 5 + server/node_modules/dunder-proto/get.js | 30 + server/node_modules/dunder-proto/package.json | 76 + server/node_modules/dunder-proto/set.d.ts | 5 + server/node_modules/dunder-proto/set.js | 35 + server/node_modules/dunder-proto/test/get.js | 34 + .../node_modules/dunder-proto/test/index.js | 4 + server/node_modules/dunder-proto/test/set.js | 50 + .../node_modules/dunder-proto/tsconfig.json | 9 + server/node_modules/ee-first/LICENSE | 22 + server/node_modules/ee-first/README.md | 80 + server/node_modules/ee-first/index.js | 95 + server/node_modules/ee-first/package.json | 29 + server/node_modules/encodeurl/LICENSE | 22 + server/node_modules/encodeurl/README.md | 109 + server/node_modules/encodeurl/index.js | 60 + server/node_modules/encodeurl/package.json | 40 + server/node_modules/engine.io-parser/LICENSE | 22 + .../node_modules/engine.io-parser/Readme.md | 158 + .../engine.io-parser/build/cjs/commons.d.ts | 14 + .../engine.io-parser/build/cjs/commons.js | 19 + .../build/cjs/contrib/base64-arraybuffer.d.ts | 2 + .../build/cjs/contrib/base64-arraybuffer.js | 48 + .../build/cjs/decodePacket.browser.d.ts | 2 + .../build/cjs/decodePacket.browser.js | 66 + .../build/cjs/decodePacket.d.ts | 2 + .../build/cjs/decodePacket.js | 59 + .../build/cjs/encodePacket.browser.d.ts | 4 + .../build/cjs/encodePacket.browser.js | 72 + .../build/cjs/encodePacket.d.ts | 3 + .../build/cjs/encodePacket.js | 38 + .../engine.io-parser/build/cjs/index.d.ts | 9 + .../engine.io-parser/build/cjs/index.js | 164 + .../engine.io-parser/build/cjs/package.json | 8 + .../engine.io-parser/build/esm/commons.d.ts | 14 + .../engine.io-parser/build/esm/commons.js | 14 + .../build/esm/contrib/base64-arraybuffer.d.ts | 2 + .../build/esm/contrib/base64-arraybuffer.js | 43 + .../build/esm/decodePacket.browser.d.ts | 2 + .../build/esm/decodePacket.browser.js | 62 + .../build/esm/decodePacket.d.ts | 2 + .../build/esm/decodePacket.js | 55 + .../build/esm/encodePacket.browser.d.ts | 4 + .../build/esm/encodePacket.browser.js | 68 + .../build/esm/encodePacket.d.ts | 3 + .../build/esm/encodePacket.js | 33 + .../engine.io-parser/build/esm/index.d.ts | 9 + .../engine.io-parser/build/esm/index.js | 156 + .../engine.io-parser/build/esm/package.json | 8 + .../engine.io-parser/package.json | 46 + server/node_modules/engine.io/LICENSE | 19 + server/node_modules/engine.io/README.md | 603 ++ .../engine.io/build/contrib/types.cookie.d.ts | 113 + .../engine.io/build/contrib/types.cookie.js | 6 + .../engine.io/build/engine.io.d.ts | 26 + .../node_modules/engine.io/build/engine.io.js | 54 + .../engine.io/build/parser-v3/index.d.ts | 94 + .../engine.io/build/parser-v3/index.js | 424 + .../engine.io/build/parser-v3/utf8.d.ts | 14 + .../engine.io/build/parser-v3/utf8.js | 187 + .../node_modules/engine.io/build/server.d.ts | 267 + server/node_modules/engine.io/build/server.js | 786 ++ .../node_modules/engine.io/build/socket.d.ts | 180 + server/node_modules/engine.io/build/socket.js | 460 + .../engine.io/build/transport.d.ts | 124 + .../node_modules/engine.io/build/transport.js | 117 + .../engine.io/build/transports-uws/index.d.ts | 7 + .../engine.io/build/transports-uws/index.js | 8 + .../build/transports-uws/polling.d.ts | 99 + .../engine.io/build/transports-uws/polling.js | 364 + .../build/transports-uws/websocket.d.ts | 32 + .../build/transports-uws/websocket.js | 73 + .../engine.io/build/transports/index.d.ts | 16 + .../engine.io/build/transports/index.js | 23 + .../build/transports/polling-jsonp.d.ts | 12 + .../build/transports/polling-jsonp.js | 41 + .../engine.io/build/transports/polling.d.ts | 87 + .../engine.io/build/transports/polling.js | 332 + .../engine.io/build/transports/websocket.d.ts | 32 + .../engine.io/build/transports/websocket.js | 94 + .../build/transports/webtransport.d.ts | 12 + .../build/transports/webtransport.js | 63 + .../node_modules/engine.io/build/userver.d.ts | 42 + .../node_modules/engine.io/build/userver.js | 279 + .../engine.io/node_modules/cookie/LICENSE | 24 + .../engine.io/node_modules/cookie/README.md | 317 + .../engine.io/node_modules/cookie/SECURITY.md | 25 + .../engine.io/node_modules/cookie/index.js | 335 + .../node_modules/cookie/package.json | 44 + .../engine.io/node_modules/debug/LICENSE | 20 + .../engine.io/node_modules/debug/README.md | 481 + .../engine.io/node_modules/debug/package.json | 60 + .../node_modules/debug/src/browser.js | 271 + .../node_modules/debug/src/common.js | 274 + .../engine.io/node_modules/debug/src/index.js | 10 + .../engine.io/node_modules/debug/src/node.js | 263 + .../engine.io/node_modules/ms/index.js | 162 + .../engine.io/node_modules/ms/license.md | 21 + .../engine.io/node_modules/ms/package.json | 38 + .../engine.io/node_modules/ms/readme.md | 59 + server/node_modules/engine.io/package.json | 70 + server/node_modules/engine.io/wrapper.mjs | 10 + .../node_modules/es-define-property/.eslintrc | 13 + .../es-define-property/.github/FUNDING.yml | 12 + server/node_modules/es-define-property/.nycrc | 9 + .../es-define-property/CHANGELOG.md | 29 + .../node_modules/es-define-property/LICENSE | 21 + .../node_modules/es-define-property/README.md | 49 + .../es-define-property/index.d.ts | 3 + .../node_modules/es-define-property/index.js | 14 + .../es-define-property/package.json | 81 + .../es-define-property/test/index.js | 56 + .../es-define-property/tsconfig.json | 10 + server/node_modules/es-errors/.eslintrc | 5 + .../es-errors/.github/FUNDING.yml | 12 + server/node_modules/es-errors/CHANGELOG.md | 40 + server/node_modules/es-errors/LICENSE | 21 + server/node_modules/es-errors/README.md | 55 + server/node_modules/es-errors/eval.d.ts | 3 + server/node_modules/es-errors/eval.js | 4 + server/node_modules/es-errors/index.d.ts | 3 + server/node_modules/es-errors/index.js | 4 + server/node_modules/es-errors/package.json | 80 + server/node_modules/es-errors/range.d.ts | 3 + server/node_modules/es-errors/range.js | 4 + server/node_modules/es-errors/ref.d.ts | 3 + server/node_modules/es-errors/ref.js | 4 + server/node_modules/es-errors/syntax.d.ts | 3 + server/node_modules/es-errors/syntax.js | 4 + server/node_modules/es-errors/test/index.js | 19 + server/node_modules/es-errors/tsconfig.json | 49 + server/node_modules/es-errors/type.d.ts | 3 + server/node_modules/es-errors/type.js | 4 + server/node_modules/es-errors/uri.d.ts | 3 + server/node_modules/es-errors/uri.js | 4 + server/node_modules/es-object-atoms/.eslintrc | 16 + .../es-object-atoms/.github/FUNDING.yml | 12 + .../node_modules/es-object-atoms/CHANGELOG.md | 37 + server/node_modules/es-object-atoms/LICENSE | 21 + server/node_modules/es-object-atoms/README.md | 63 + .../RequireObjectCoercible.d.ts | 3 + .../es-object-atoms/RequireObjectCoercible.js | 11 + .../es-object-atoms/ToObject.d.ts | 7 + .../node_modules/es-object-atoms/ToObject.js | 10 + .../node_modules/es-object-atoms/index.d.ts | 3 + server/node_modules/es-object-atoms/index.js | 4 + .../es-object-atoms/isObject.d.ts | 3 + .../node_modules/es-object-atoms/isObject.js | 6 + .../node_modules/es-object-atoms/package.json | 80 + .../es-object-atoms/test/index.js | 38 + .../es-object-atoms/tsconfig.json | 6 + .../node_modules/es-set-tostringtag/.eslintrc | 13 + server/node_modules/es-set-tostringtag/.nycrc | 9 + .../es-set-tostringtag/CHANGELOG.md | 67 + .../node_modules/es-set-tostringtag/LICENSE | 21 + .../node_modules/es-set-tostringtag/README.md | 53 + .../es-set-tostringtag/index.d.ts | 10 + .../node_modules/es-set-tostringtag/index.js | 35 + .../es-set-tostringtag/package.json | 78 + .../es-set-tostringtag/test/index.js | 85 + .../es-set-tostringtag/tsconfig.json | 9 + server/node_modules/escape-html/LICENSE | 24 + server/node_modules/escape-html/Readme.md | 43 + server/node_modules/escape-html/index.js | 78 + server/node_modules/escape-html/package.json | 24 + server/node_modules/etag/HISTORY.md | 83 + server/node_modules/etag/LICENSE | 22 + server/node_modules/etag/README.md | 159 + server/node_modules/etag/index.js | 131 + server/node_modules/etag/package.json | 47 + server/node_modules/express/History.md | 3656 +++++++ server/node_modules/express/LICENSE | 24 + server/node_modules/express/Readme.md | 260 + server/node_modules/express/index.js | 11 + .../node_modules/express/lib/application.js | 661 ++ server/node_modules/express/lib/express.js | 116 + .../express/lib/middleware/init.js | 43 + .../express/lib/middleware/query.js | 47 + server/node_modules/express/lib/request.js | 525 + server/node_modules/express/lib/response.js | 1179 +++ .../node_modules/express/lib/router/index.js | 673 ++ .../node_modules/express/lib/router/layer.js | 181 + .../node_modules/express/lib/router/route.js | 230 + server/node_modules/express/lib/utils.js | 303 + server/node_modules/express/lib/view.js | 182 + server/node_modules/express/package.json | 102 + server/node_modules/finalhandler/HISTORY.md | 210 + server/node_modules/finalhandler/LICENSE | 22 + server/node_modules/finalhandler/README.md | 147 + server/node_modules/finalhandler/SECURITY.md | 25 + server/node_modules/finalhandler/index.js | 341 + server/node_modules/finalhandler/package.json | 47 + server/node_modules/follow-redirects/LICENSE | 18 + .../node_modules/follow-redirects/README.md | 155 + server/node_modules/follow-redirects/debug.js | 15 + server/node_modules/follow-redirects/http.js | 1 + server/node_modules/follow-redirects/https.js | 1 + server/node_modules/follow-redirects/index.js | 686 ++ .../follow-redirects/package.json | 58 + server/node_modules/form-data/License | 19 + server/node_modules/form-data/Readme.md | 358 + server/node_modules/form-data/index.d.ts | 62 + server/node_modules/form-data/lib/browser.js | 2 + .../node_modules/form-data/lib/form_data.js | 503 + server/node_modules/form-data/lib/populate.js | 10 + server/node_modules/form-data/package.json | 74 + server/node_modules/forwarded/HISTORY.md | 21 + server/node_modules/forwarded/LICENSE | 22 + server/node_modules/forwarded/README.md | 57 + server/node_modules/forwarded/index.js | 90 + server/node_modules/forwarded/package.json | 45 + server/node_modules/fresh/HISTORY.md | 70 + server/node_modules/fresh/LICENSE | 23 + server/node_modules/fresh/README.md | 119 + server/node_modules/fresh/index.js | 137 + server/node_modules/fresh/package.json | 46 + server/node_modules/function-bind/.eslintrc | 21 + .../function-bind/.github/FUNDING.yml | 12 + .../function-bind/.github/SECURITY.md | 3 + server/node_modules/function-bind/.nycrc | 13 + .../node_modules/function-bind/CHANGELOG.md | 136 + server/node_modules/function-bind/LICENSE | 20 + server/node_modules/function-bind/README.md | 46 + .../function-bind/implementation.js | 84 + server/node_modules/function-bind/index.js | 5 + .../node_modules/function-bind/package.json | 87 + .../node_modules/function-bind/test/.eslintrc | 9 + .../node_modules/function-bind/test/index.js | 252 + server/node_modules/get-intrinsic/.eslintrc | 42 + .../get-intrinsic/.github/FUNDING.yml | 12 + server/node_modules/get-intrinsic/.nycrc | 9 + .../node_modules/get-intrinsic/CHANGELOG.md | 186 + server/node_modules/get-intrinsic/LICENSE | 21 + server/node_modules/get-intrinsic/README.md | 71 + server/node_modules/get-intrinsic/index.js | 378 + .../node_modules/get-intrinsic/package.json | 97 + .../get-intrinsic/test/GetIntrinsic.js | 274 + server/node_modules/get-proto/.eslintrc | 10 + .../get-proto/.github/FUNDING.yml | 12 + server/node_modules/get-proto/.nycrc | 9 + server/node_modules/get-proto/CHANGELOG.md | 21 + server/node_modules/get-proto/LICENSE | 21 + .../get-proto/Object.getPrototypeOf.d.ts | 5 + .../get-proto/Object.getPrototypeOf.js | 6 + server/node_modules/get-proto/README.md | 50 + .../get-proto/Reflect.getPrototypeOf.d.ts | 3 + .../get-proto/Reflect.getPrototypeOf.js | 4 + server/node_modules/get-proto/index.d.ts | 5 + server/node_modules/get-proto/index.js | 27 + server/node_modules/get-proto/package.json | 81 + server/node_modules/get-proto/test/index.js | 68 + server/node_modules/get-proto/tsconfig.json | 9 + server/node_modules/gopd/.eslintrc | 16 + server/node_modules/gopd/.github/FUNDING.yml | 12 + server/node_modules/gopd/CHANGELOG.md | 45 + server/node_modules/gopd/LICENSE | 21 + server/node_modules/gopd/README.md | 40 + server/node_modules/gopd/gOPD.d.ts | 1 + server/node_modules/gopd/gOPD.js | 4 + server/node_modules/gopd/index.d.ts | 5 + server/node_modules/gopd/index.js | 15 + server/node_modules/gopd/package.json | 77 + server/node_modules/gopd/test/index.js | 36 + server/node_modules/gopd/tsconfig.json | 9 + server/node_modules/has-symbols/.eslintrc | 11 + .../has-symbols/.github/FUNDING.yml | 12 + server/node_modules/has-symbols/.nycrc | 9 + server/node_modules/has-symbols/CHANGELOG.md | 91 + server/node_modules/has-symbols/LICENSE | 21 + server/node_modules/has-symbols/README.md | 46 + server/node_modules/has-symbols/index.d.ts | 3 + server/node_modules/has-symbols/index.js | 14 + server/node_modules/has-symbols/package.json | 111 + server/node_modules/has-symbols/shams.d.ts | 3 + server/node_modules/has-symbols/shams.js | 45 + server/node_modules/has-symbols/test/index.js | 22 + .../has-symbols/test/shams/core-js.js | 29 + .../test/shams/get-own-property-symbols.js | 29 + server/node_modules/has-symbols/test/tests.js | 58 + server/node_modules/has-symbols/tsconfig.json | 10 + server/node_modules/has-tostringtag/.eslintrc | 5 + .../has-tostringtag/.github/FUNDING.yml | 12 + server/node_modules/has-tostringtag/.nycrc | 13 + .../node_modules/has-tostringtag/CHANGELOG.md | 42 + server/node_modules/has-tostringtag/LICENSE | 21 + server/node_modules/has-tostringtag/README.md | 46 + .../node_modules/has-tostringtag/index.d.ts | 3 + server/node_modules/has-tostringtag/index.js | 8 + .../node_modules/has-tostringtag/package.json | 108 + .../node_modules/has-tostringtag/shams.d.ts | 3 + server/node_modules/has-tostringtag/shams.js | 8 + .../has-tostringtag/test/index.js | 21 + .../has-tostringtag/test/shams/core-js.js | 31 + .../test/shams/get-own-property-symbols.js | 30 + .../has-tostringtag/test/tests.js | 15 + .../has-tostringtag/tsconfig.json | 49 + server/node_modules/hasown/.eslintrc | 5 + .../node_modules/hasown/.github/FUNDING.yml | 12 + server/node_modules/hasown/.nycrc | 13 + server/node_modules/hasown/CHANGELOG.md | 40 + server/node_modules/hasown/LICENSE | 21 + server/node_modules/hasown/README.md | 40 + server/node_modules/hasown/index.d.ts | 3 + server/node_modules/hasown/index.js | 8 + server/node_modules/hasown/package.json | 92 + server/node_modules/hasown/tsconfig.json | 6 + server/node_modules/http-errors/HISTORY.md | 180 + server/node_modules/http-errors/LICENSE | 23 + server/node_modules/http-errors/README.md | 169 + server/node_modules/http-errors/index.js | 289 + server/node_modules/http-errors/package.json | 50 + server/node_modules/iconv-lite/Changelog.md | 162 + server/node_modules/iconv-lite/LICENSE | 21 + server/node_modules/iconv-lite/README.md | 156 + .../iconv-lite/encodings/dbcs-codec.js | 555 ++ .../iconv-lite/encodings/dbcs-data.js | 176 + .../iconv-lite/encodings/index.js | 22 + .../iconv-lite/encodings/internal.js | 188 + .../iconv-lite/encodings/sbcs-codec.js | 72 + .../encodings/sbcs-data-generated.js | 451 + .../iconv-lite/encodings/sbcs-data.js | 174 + .../encodings/tables/big5-added.json | 122 + .../iconv-lite/encodings/tables/cp936.json | 264 + .../iconv-lite/encodings/tables/cp949.json | 273 + .../iconv-lite/encodings/tables/cp950.json | 177 + .../iconv-lite/encodings/tables/eucjp.json | 182 + .../encodings/tables/gb18030-ranges.json | 1 + .../encodings/tables/gbk-added.json | 55 + .../iconv-lite/encodings/tables/shiftjis.json | 125 + .../iconv-lite/encodings/utf16.js | 177 + .../node_modules/iconv-lite/encodings/utf7.js | 290 + .../iconv-lite/lib/bom-handling.js | 52 + .../iconv-lite/lib/extend-node.js | 217 + server/node_modules/iconv-lite/lib/index.d.ts | 24 + server/node_modules/iconv-lite/lib/index.js | 153 + server/node_modules/iconv-lite/lib/streams.js | 121 + server/node_modules/iconv-lite/package.json | 46 + server/node_modules/inherits/LICENSE | 16 + server/node_modules/inherits/README.md | 42 + server/node_modules/inherits/inherits.js | 9 + .../node_modules/inherits/inherits_browser.js | 27 + server/node_modules/inherits/package.json | 29 + server/node_modules/ipaddr.js/LICENSE | 19 + server/node_modules/ipaddr.js/README.md | 233 + server/node_modules/ipaddr.js/ipaddr.min.js | 1 + server/node_modules/ipaddr.js/lib/ipaddr.js | 673 ++ .../node_modules/ipaddr.js/lib/ipaddr.js.d.ts | 68 + server/node_modules/ipaddr.js/package.json | 35 + server/node_modules/math-intrinsics/.eslintrc | 16 + .../math-intrinsics/.github/FUNDING.yml | 12 + .../node_modules/math-intrinsics/CHANGELOG.md | 24 + server/node_modules/math-intrinsics/LICENSE | 21 + server/node_modules/math-intrinsics/README.md | 50 + server/node_modules/math-intrinsics/abs.d.ts | 1 + server/node_modules/math-intrinsics/abs.js | 4 + .../constants/maxArrayLength.d.ts | 3 + .../constants/maxArrayLength.js | 4 + .../constants/maxSafeInteger.d.ts | 3 + .../constants/maxSafeInteger.js | 5 + .../math-intrinsics/constants/maxValue.d.ts | 3 + .../math-intrinsics/constants/maxValue.js | 5 + .../node_modules/math-intrinsics/floor.d.ts | 1 + server/node_modules/math-intrinsics/floor.js | 4 + .../math-intrinsics/isFinite.d.ts | 3 + .../node_modules/math-intrinsics/isFinite.js | 12 + .../math-intrinsics/isInteger.d.ts | 3 + .../node_modules/math-intrinsics/isInteger.js | 16 + .../node_modules/math-intrinsics/isNaN.d.ts | 1 + server/node_modules/math-intrinsics/isNaN.js | 6 + .../math-intrinsics/isNegativeZero.d.ts | 3 + .../math-intrinsics/isNegativeZero.js | 6 + server/node_modules/math-intrinsics/max.d.ts | 1 + server/node_modules/math-intrinsics/max.js | 4 + server/node_modules/math-intrinsics/min.d.ts | 1 + server/node_modules/math-intrinsics/min.js | 4 + server/node_modules/math-intrinsics/mod.d.ts | 3 + server/node_modules/math-intrinsics/mod.js | 9 + .../node_modules/math-intrinsics/package.json | 86 + server/node_modules/math-intrinsics/pow.d.ts | 1 + server/node_modules/math-intrinsics/pow.js | 4 + .../node_modules/math-intrinsics/round.d.ts | 1 + server/node_modules/math-intrinsics/round.js | 4 + server/node_modules/math-intrinsics/sign.d.ts | 3 + server/node_modules/math-intrinsics/sign.js | 11 + .../math-intrinsics/test/index.js | 192 + .../math-intrinsics/tsconfig.json | 3 + server/node_modules/media-typer/HISTORY.md | 22 + server/node_modules/media-typer/LICENSE | 22 + server/node_modules/media-typer/README.md | 81 + server/node_modules/media-typer/index.js | 270 + server/node_modules/media-typer/package.json | 26 + .../node_modules/merge-descriptors/HISTORY.md | 21 + server/node_modules/merge-descriptors/LICENSE | 23 + .../node_modules/merge-descriptors/README.md | 49 + .../node_modules/merge-descriptors/index.js | 60 + .../merge-descriptors/package.json | 39 + server/node_modules/methods/HISTORY.md | 29 + server/node_modules/methods/LICENSE | 24 + server/node_modules/methods/README.md | 51 + server/node_modules/methods/index.js | 69 + server/node_modules/methods/package.json | 36 + server/node_modules/mime-db/HISTORY.md | 507 + server/node_modules/mime-db/LICENSE | 23 + server/node_modules/mime-db/README.md | 100 + server/node_modules/mime-db/db.json | 8519 +++++++++++++++++ server/node_modules/mime-db/index.js | 12 + server/node_modules/mime-db/package.json | 60 + server/node_modules/mime-types/HISTORY.md | 397 + server/node_modules/mime-types/LICENSE | 23 + server/node_modules/mime-types/README.md | 113 + server/node_modules/mime-types/index.js | 188 + server/node_modules/mime-types/package.json | 44 + server/node_modules/mime/.npmignore | 0 server/node_modules/mime/CHANGELOG.md | 164 + server/node_modules/mime/LICENSE | 21 + server/node_modules/mime/README.md | 90 + server/node_modules/mime/cli.js | 8 + server/node_modules/mime/mime.js | 108 + server/node_modules/mime/package.json | 44 + server/node_modules/mime/src/build.js | 53 + server/node_modules/mime/src/test.js | 60 + server/node_modules/mime/types.json | 1 + server/node_modules/ms/index.js | 152 + server/node_modules/ms/license.md | 21 + server/node_modules/ms/package.json | 37 + server/node_modules/ms/readme.md | 51 + server/node_modules/negotiator/HISTORY.md | 108 + server/node_modules/negotiator/LICENSE | 24 + server/node_modules/negotiator/README.md | 203 + server/node_modules/negotiator/index.js | 82 + server/node_modules/negotiator/lib/charset.js | 169 + .../node_modules/negotiator/lib/encoding.js | 184 + .../node_modules/negotiator/lib/language.js | 179 + .../node_modules/negotiator/lib/mediaType.js | 294 + server/node_modules/negotiator/package.json | 42 + server/node_modules/object-assign/index.js | 90 + server/node_modules/object-assign/license | 21 + .../node_modules/object-assign/package.json | 42 + server/node_modules/object-assign/readme.md | 61 + server/node_modules/object-inspect/.eslintrc | 53 + .../object-inspect/.github/FUNDING.yml | 12 + server/node_modules/object-inspect/.nycrc | 13 + .../node_modules/object-inspect/CHANGELOG.md | 424 + server/node_modules/object-inspect/LICENSE | 21 + .../object-inspect/example/all.js | 23 + .../object-inspect/example/circular.js | 6 + .../node_modules/object-inspect/example/fn.js | 5 + .../object-inspect/example/inspect.js | 10 + server/node_modules/object-inspect/index.js | 544 ++ .../object-inspect/package-support.json | 20 + .../node_modules/object-inspect/package.json | 105 + .../object-inspect/readme.markdown | 84 + .../object-inspect/test-core-js.js | 26 + .../object-inspect/test/bigint.js | 58 + .../object-inspect/test/browser/dom.js | 15 + .../object-inspect/test/circular.js | 16 + .../node_modules/object-inspect/test/deep.js | 12 + .../object-inspect/test/element.js | 53 + .../node_modules/object-inspect/test/err.js | 48 + .../node_modules/object-inspect/test/fakes.js | 29 + server/node_modules/object-inspect/test/fn.js | 76 + .../object-inspect/test/global.js | 17 + .../node_modules/object-inspect/test/has.js | 15 + .../node_modules/object-inspect/test/holes.js | 15 + .../object-inspect/test/indent-option.js | 271 + .../object-inspect/test/inspect.js | 139 + .../object-inspect/test/lowbyte.js | 12 + .../object-inspect/test/number.js | 58 + .../object-inspect/test/quoteStyle.js | 26 + .../object-inspect/test/toStringTag.js | 40 + .../node_modules/object-inspect/test/undef.js | 12 + .../object-inspect/test/values.js | 261 + .../object-inspect/util.inspect.js | 1 + server/node_modules/on-finished/HISTORY.md | 98 + server/node_modules/on-finished/LICENSE | 23 + server/node_modules/on-finished/README.md | 162 + server/node_modules/on-finished/index.js | 234 + server/node_modules/on-finished/package.json | 39 + server/node_modules/parseurl/HISTORY.md | 58 + server/node_modules/parseurl/LICENSE | 24 + server/node_modules/parseurl/README.md | 133 + server/node_modules/parseurl/index.js | 158 + server/node_modules/parseurl/package.json | 40 + server/node_modules/path-to-regexp/LICENSE | 21 + server/node_modules/path-to-regexp/Readme.md | 35 + server/node_modules/path-to-regexp/index.js | 156 + .../node_modules/path-to-regexp/package.json | 30 + server/node_modules/proxy-addr/HISTORY.md | 161 + server/node_modules/proxy-addr/LICENSE | 22 + server/node_modules/proxy-addr/README.md | 139 + server/node_modules/proxy-addr/index.js | 327 + server/node_modules/proxy-addr/package.json | 47 + server/node_modules/proxy-from-env/.eslintrc | 29 + .../node_modules/proxy-from-env/.travis.yml | 10 + server/node_modules/proxy-from-env/LICENSE | 20 + server/node_modules/proxy-from-env/README.md | 131 + server/node_modules/proxy-from-env/index.js | 108 + .../node_modules/proxy-from-env/package.json | 34 + server/node_modules/proxy-from-env/test.js | 483 + server/node_modules/qs/.editorconfig | 46 + server/node_modules/qs/.eslintrc | 38 + server/node_modules/qs/.github/FUNDING.yml | 12 + server/node_modules/qs/.nycrc | 13 + server/node_modules/qs/CHANGELOG.md | 600 ++ server/node_modules/qs/LICENSE.md | 29 + server/node_modules/qs/README.md | 709 ++ server/node_modules/qs/dist/qs.js | 90 + server/node_modules/qs/lib/formats.js | 23 + server/node_modules/qs/lib/index.js | 11 + server/node_modules/qs/lib/parse.js | 296 + server/node_modules/qs/lib/stringify.js | 351 + server/node_modules/qs/lib/utils.js | 265 + server/node_modules/qs/package.json | 91 + .../node_modules/qs/test/empty-keys-cases.js | 267 + server/node_modules/qs/test/parse.js | 1170 +++ server/node_modules/qs/test/stringify.js | 1298 +++ server/node_modules/qs/test/utils.js | 136 + server/node_modules/range-parser/HISTORY.md | 56 + server/node_modules/range-parser/LICENSE | 23 + server/node_modules/range-parser/README.md | 84 + server/node_modules/range-parser/index.js | 162 + server/node_modules/range-parser/package.json | 44 + server/node_modules/raw-body/HISTORY.md | 308 + server/node_modules/raw-body/LICENSE | 22 + server/node_modules/raw-body/README.md | 223 + server/node_modules/raw-body/SECURITY.md | 24 + server/node_modules/raw-body/index.d.ts | 87 + server/node_modules/raw-body/index.js | 336 + server/node_modules/raw-body/package.json | 49 + server/node_modules/readdirp/LICENSE | 21 + server/node_modules/readdirp/README.md | 120 + server/node_modules/readdirp/esm/index.d.ts | 108 + server/node_modules/readdirp/esm/index.js | 257 + server/node_modules/readdirp/esm/package.json | 1 + server/node_modules/readdirp/index.d.ts | 108 + server/node_modules/readdirp/index.js | 263 + server/node_modules/readdirp/package.json | 70 + server/node_modules/safe-buffer/LICENSE | 21 + server/node_modules/safe-buffer/README.md | 584 ++ server/node_modules/safe-buffer/index.d.ts | 187 + server/node_modules/safe-buffer/index.js | 65 + server/node_modules/safe-buffer/package.json | 51 + server/node_modules/safer-buffer/LICENSE | 21 + .../safer-buffer/Porting-Buffer.md | 268 + server/node_modules/safer-buffer/Readme.md | 156 + server/node_modules/safer-buffer/dangerous.js | 58 + server/node_modules/safer-buffer/package.json | 34 + server/node_modules/safer-buffer/safer.js | 77 + server/node_modules/safer-buffer/tests.js | 406 + server/node_modules/send/HISTORY.md | 526 + server/node_modules/send/LICENSE | 23 + server/node_modules/send/README.md | 327 + server/node_modules/send/SECURITY.md | 24 + server/node_modules/send/index.js | 1142 +++ .../send/node_modules/encodeurl/HISTORY.md | 14 + .../send/node_modules/encodeurl/LICENSE | 22 + .../send/node_modules/encodeurl/README.md | 128 + .../send/node_modules/encodeurl/index.js | 60 + .../send/node_modules/encodeurl/package.json | 40 + .../send/node_modules/ms/index.js | 162 + .../send/node_modules/ms/license.md | 21 + .../send/node_modules/ms/package.json | 38 + .../send/node_modules/ms/readme.md | 59 + server/node_modules/send/package.json | 62 + server/node_modules/serve-static/HISTORY.md | 487 + server/node_modules/serve-static/LICENSE | 25 + server/node_modules/serve-static/README.md | 257 + server/node_modules/serve-static/index.js | 209 + server/node_modules/serve-static/package.json | 42 + server/node_modules/setprototypeof/LICENSE | 13 + server/node_modules/setprototypeof/README.md | 31 + server/node_modules/setprototypeof/index.d.ts | 2 + server/node_modules/setprototypeof/index.js | 17 + .../node_modules/setprototypeof/package.json | 38 + .../node_modules/setprototypeof/test/index.js | 24 + .../side-channel-list/.editorconfig | 9 + .../node_modules/side-channel-list/.eslintrc | 11 + .../side-channel-list/.github/FUNDING.yml | 12 + server/node_modules/side-channel-list/.nycrc | 13 + .../side-channel-list/CHANGELOG.md | 15 + server/node_modules/side-channel-list/LICENSE | 21 + .../node_modules/side-channel-list/README.md | 62 + .../node_modules/side-channel-list/index.d.ts | 13 + .../node_modules/side-channel-list/index.js | 113 + .../node_modules/side-channel-list/list.d.ts | 14 + .../side-channel-list/package.json | 77 + .../side-channel-list/test/index.js | 104 + .../side-channel-list/tsconfig.json | 9 + .../side-channel-map/.editorconfig | 9 + .../node_modules/side-channel-map/.eslintrc | 11 + .../side-channel-map/.github/FUNDING.yml | 12 + server/node_modules/side-channel-map/.nycrc | 13 + .../side-channel-map/CHANGELOG.md | 22 + server/node_modules/side-channel-map/LICENSE | 21 + .../node_modules/side-channel-map/README.md | 62 + .../node_modules/side-channel-map/index.d.ts | 15 + server/node_modules/side-channel-map/index.js | 68 + .../side-channel-map/package.json | 80 + .../side-channel-map/test/index.js | 114 + .../side-channel-map/tsconfig.json | 9 + .../side-channel-weakmap/.editorconfig | 9 + .../side-channel-weakmap/.eslintrc | 12 + .../side-channel-weakmap/.github/FUNDING.yml | 12 + .../node_modules/side-channel-weakmap/.nycrc | 13 + .../side-channel-weakmap/CHANGELOG.md | 28 + .../node_modules/side-channel-weakmap/LICENSE | 21 + .../side-channel-weakmap/README.md | 62 + .../side-channel-weakmap/index.d.ts | 15 + .../side-channel-weakmap/index.js | 84 + .../side-channel-weakmap/package.json | 87 + .../side-channel-weakmap/test/index.js | 114 + .../side-channel-weakmap/tsconfig.json | 9 + .../node_modules/side-channel/.editorconfig | 9 + server/node_modules/side-channel/.eslintrc | 12 + .../side-channel/.github/FUNDING.yml | 12 + server/node_modules/side-channel/.nycrc | 13 + server/node_modules/side-channel/CHANGELOG.md | 110 + server/node_modules/side-channel/LICENSE | 21 + server/node_modules/side-channel/README.md | 61 + server/node_modules/side-channel/index.d.ts | 14 + server/node_modules/side-channel/index.js | 43 + server/node_modules/side-channel/package.json | 85 + .../node_modules/side-channel/test/index.js | 104 + .../node_modules/side-channel/tsconfig.json | 9 + server/node_modules/socket.io-adapter/LICENSE | 20 + .../node_modules/socket.io-adapter/Readme.md | 23 + .../dist/cluster-adapter.d.ts | 201 + .../socket.io-adapter/dist/cluster-adapter.js | 674 ++ .../socket.io-adapter/dist/contrib/yeast.d.ts | 23 + .../socket.io-adapter/dist/contrib/yeast.js | 55 + .../dist/in-memory-adapter.d.ts | 179 + .../dist/in-memory-adapter.js | 394 + .../socket.io-adapter/dist/index.d.ts | 2 + .../socket.io-adapter/dist/index.js | 10 + .../node_modules/debug/LICENSE | 20 + .../node_modules/debug/README.md | 481 + .../node_modules/debug/package.json | 60 + .../node_modules/debug/src/browser.js | 271 + .../node_modules/debug/src/common.js | 274 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 263 + .../node_modules/ms/index.js | 162 + .../node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 38 + .../node_modules/ms/readme.md | 59 + .../socket.io-adapter/package.json | 39 + server/node_modules/socket.io-parser/LICENSE | 20 + .../node_modules/socket.io-parser/Readme.md | 81 + .../socket.io-parser/build/cjs/binary.d.ts | 20 + .../socket.io-parser/build/cjs/binary.js | 88 + .../socket.io-parser/build/cjs/index.d.ts | 90 + .../socket.io-parser/build/cjs/index.js | 321 + .../socket.io-parser/build/cjs/is-binary.d.ts | 7 + .../socket.io-parser/build/cjs/is-binary.js | 55 + .../socket.io-parser/build/cjs/package.json | 3 + .../build/esm-debug/binary.d.ts | 20 + .../build/esm-debug/binary.js | 83 + .../build/esm-debug/index.d.ts | 90 + .../socket.io-parser/build/esm-debug/index.js | 316 + .../build/esm-debug/is-binary.d.ts | 7 + .../build/esm-debug/is-binary.js | 50 + .../build/esm-debug/package.json | 3 + .../socket.io-parser/build/esm/binary.d.ts | 20 + .../socket.io-parser/build/esm/binary.js | 83 + .../socket.io-parser/build/esm/index.d.ts | 90 + .../socket.io-parser/build/esm/index.js | 311 + .../socket.io-parser/build/esm/is-binary.d.ts | 7 + .../socket.io-parser/build/esm/is-binary.js | 50 + .../socket.io-parser/build/esm/package.json | 3 + .../node_modules/debug/LICENSE | 20 + .../node_modules/debug/README.md | 481 + .../node_modules/debug/package.json | 60 + .../node_modules/debug/src/browser.js | 271 + .../node_modules/debug/src/common.js | 274 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 263 + .../socket.io-parser/node_modules/ms/index.js | 162 + .../node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 38 + .../node_modules/ms/readme.md | 59 + .../socket.io-parser/package.json | 58 + server/node_modules/socket.io/LICENSE | 22 + server/node_modules/socket.io/Readme.md | 273 + .../client-dist/socket.io.esm.min.js | 7 + .../client-dist/socket.io.esm.min.js.map | 1 + .../socket.io/client-dist/socket.io.js | 4908 ++++++++++ .../socket.io/client-dist/socket.io.js.map | 1 + .../socket.io/client-dist/socket.io.min.js | 7 + .../client-dist/socket.io.min.js.map | 1 + .../client-dist/socket.io.msgpack.min.js | 7 + .../client-dist/socket.io.msgpack.min.js.map | 1 + .../socket.io/dist/broadcast-operator.d.ts | 283 + .../socket.io/dist/broadcast-operator.js | 436 + .../node_modules/socket.io/dist/client.d.ts | 119 + server/node_modules/socket.io/dist/client.js | 268 + server/node_modules/socket.io/dist/index.d.ts | 593 ++ server/node_modules/socket.io/dist/index.js | 804 ++ .../socket.io/dist/namespace.d.ts | 432 + .../node_modules/socket.io/dist/namespace.js | 581 ++ .../socket.io/dist/parent-namespace.d.ts | 30 + .../socket.io/dist/parent-namespace.js | 88 + .../socket.io/dist/socket-types.d.ts | 56 + .../socket.io/dist/socket-types.js | 11 + .../node_modules/socket.io/dist/socket.d.ts | 613 ++ server/node_modules/socket.io/dist/socket.js | 977 ++ .../socket.io/dist/typed-events.d.ts | 203 + .../socket.io/dist/typed-events.js | 81 + server/node_modules/socket.io/dist/uws.d.ts | 3 + server/node_modules/socket.io/dist/uws.js | 136 + .../socket.io/node_modules/debug/LICENSE | 20 + .../socket.io/node_modules/debug/README.md | 481 + .../socket.io/node_modules/debug/package.json | 60 + .../node_modules/debug/src/browser.js | 271 + .../node_modules/debug/src/common.js | 274 + .../socket.io/node_modules/debug/src/index.js | 10 + .../socket.io/node_modules/debug/src/node.js | 263 + .../socket.io/node_modules/ms/index.js | 162 + .../socket.io/node_modules/ms/license.md | 21 + .../socket.io/node_modules/ms/package.json | 38 + .../socket.io/node_modules/ms/readme.md | 59 + server/node_modules/socket.io/package.json | 85 + server/node_modules/socket.io/wrapper.mjs | 3 + server/node_modules/statuses/HISTORY.md | 82 + server/node_modules/statuses/LICENSE | 23 + server/node_modules/statuses/README.md | 136 + server/node_modules/statuses/codes.json | 65 + server/node_modules/statuses/index.js | 146 + server/node_modules/statuses/package.json | 49 + server/node_modules/toidentifier/HISTORY.md | 9 + server/node_modules/toidentifier/LICENSE | 21 + server/node_modules/toidentifier/README.md | 61 + server/node_modules/toidentifier/index.js | 32 + server/node_modules/toidentifier/package.json | 38 + server/node_modules/type-is/HISTORY.md | 259 + server/node_modules/type-is/LICENSE | 23 + server/node_modules/type-is/README.md | 170 + server/node_modules/type-is/index.js | 266 + server/node_modules/type-is/package.json | 45 + server/node_modules/undici-types/LICENSE | 21 + server/node_modules/undici-types/README.md | 6 + server/node_modules/undici-types/agent.d.ts | 31 + server/node_modules/undici-types/api.d.ts | 43 + .../undici-types/balanced-pool.d.ts | 29 + server/node_modules/undici-types/cache.d.ts | 36 + server/node_modules/undici-types/client.d.ts | 108 + .../node_modules/undici-types/connector.d.ts | 34 + .../undici-types/content-type.d.ts | 21 + server/node_modules/undici-types/cookies.d.ts | 28 + .../undici-types/diagnostics-channel.d.ts | 66 + .../node_modules/undici-types/dispatcher.d.ts | 255 + .../undici-types/env-http-proxy-agent.d.ts | 21 + server/node_modules/undici-types/errors.d.ts | 149 + .../undici-types/eventsource.d.ts | 61 + server/node_modules/undici-types/fetch.d.ts | 209 + server/node_modules/undici-types/file.d.ts | 39 + .../node_modules/undici-types/filereader.d.ts | 54 + .../node_modules/undici-types/formdata.d.ts | 108 + .../undici-types/global-dispatcher.d.ts | 9 + .../undici-types/global-origin.d.ts | 7 + .../node_modules/undici-types/handlers.d.ts | 15 + server/node_modules/undici-types/header.d.ts | 4 + server/node_modules/undici-types/index.d.ts | 71 + .../undici-types/interceptors.d.ts | 17 + .../node_modules/undici-types/mock-agent.d.ts | 50 + .../undici-types/mock-client.d.ts | 25 + .../undici-types/mock-errors.d.ts | 12 + .../undici-types/mock-interceptor.d.ts | 93 + .../node_modules/undici-types/mock-pool.d.ts | 25 + server/node_modules/undici-types/package.json | 55 + server/node_modules/undici-types/patch.d.ts | 33 + .../node_modules/undici-types/pool-stats.d.ts | 19 + server/node_modules/undici-types/pool.d.ts | 39 + .../undici-types/proxy-agent.d.ts | 28 + .../node_modules/undici-types/readable.d.ts | 60 + .../undici-types/retry-agent.d.ts | 8 + .../undici-types/retry-handler.d.ts | 116 + server/node_modules/undici-types/util.d.ts | 18 + server/node_modules/undici-types/webidl.d.ts | 222 + .../node_modules/undici-types/websocket.d.ts | 150 + server/node_modules/unpipe/HISTORY.md | 4 + server/node_modules/unpipe/LICENSE | 22 + server/node_modules/unpipe/README.md | 43 + server/node_modules/unpipe/index.js | 69 + server/node_modules/unpipe/package.json | 27 + server/node_modules/utils-merge/.npmignore | 9 + server/node_modules/utils-merge/LICENSE | 20 + server/node_modules/utils-merge/README.md | 34 + server/node_modules/utils-merge/index.js | 23 + server/node_modules/utils-merge/package.json | 40 + server/node_modules/vary/HISTORY.md | 39 + server/node_modules/vary/LICENSE | 22 + server/node_modules/vary/README.md | 101 + server/node_modules/vary/index.js | 149 + server/node_modules/vary/package.json | 43 + server/node_modules/ws/LICENSE | 20 + server/node_modules/ws/README.md | 548 ++ server/node_modules/ws/browser.js | 8 + server/node_modules/ws/index.js | 13 + server/node_modules/ws/lib/buffer-util.js | 131 + server/node_modules/ws/lib/constants.js | 12 + server/node_modules/ws/lib/event-target.js | 292 + server/node_modules/ws/lib/extension.js | 203 + server/node_modules/ws/lib/limiter.js | 55 + .../node_modules/ws/lib/permessage-deflate.js | 514 + server/node_modules/ws/lib/receiver.js | 704 ++ server/node_modules/ws/lib/sender.js | 497 + server/node_modules/ws/lib/stream.js | 159 + server/node_modules/ws/lib/subprotocol.js | 62 + server/node_modules/ws/lib/validation.js | 130 + .../node_modules/ws/lib/websocket-server.js | 540 ++ server/node_modules/ws/lib/websocket.js | 1338 +++ server/node_modules/ws/package.json | 69 + server/node_modules/ws/wrapper.mjs | 8 + server/package-lock.json | 1230 +++ server/package.json | 15 + src/api/mock-client.ts | 998 -- src/api/proxmox-client.ts | 7 - src/api/proxmox/cluster.ts | 51 - src/api/proxmox/events.ts | 175 - src/api/proxmox/guests.ts | 234 - src/api/proxmox/index.ts | 230 - src/api/proxmox/node-discovery.ts | 95 - src/api/proxmox/node-status.ts | 91 - src/api/proxmox/types.ts | 17 - src/config/index.ts | 194 - src/mock/README.md | 75 - src/mock/custom-data.ts | 379 - src/mock/run-server.ts | 23 - src/mock/server.ts | 1799 ---- src/mock/templates.ts | 54 - src/routes/api.ts | 198 - src/routes/dev.ts | 143 - src/scripts/test-cluster-mode.js | 237 - src/server.ts | 109 - src/services/metrics-service.ts | 662 -- src/services/node-manager.ts | 645 -- src/types/index.ts | 198 - src/utils/config-validator.ts | 158 - src/utils/format.ts | 36 - src/utils/logger.ts | 80 - src/websocket/index.ts | 336 - start.bat | 235 - start.sh | 326 - tools/screenshot-automation/README.md | 149 - tools/screenshot-automation/cli.ts | 53 - tools/screenshot-automation/debug-filter.js | 159 - tools/screenshot-automation/debug-filters.js | 225 - tools/screenshot-automation/filter-debug.png | Bin 91039 -> 0 bytes tools/screenshot-automation/initial-state.png | Bin 84284 -> 0 bytes tools/screenshot-automation/logger.ts | 34 - tools/screenshot-automation/package-lock.json | 2037 ---- tools/screenshot-automation/package.json | 35 - .../screenshot-automation/run-screenshots.sh | 11 - .../screenshot-config.json | 35 - tools/screenshot-automation/screenshot.ts | 1001 -- .../start-screenshot-server.sh | 52 - tools/screenshot-automation/tsconfig.json | 20 - tools/screenshot-automation/types.ts | 46 - .../update-screenshots.sh | 147 - tsconfig.json | 16 - 1338 files changed, 197471 insertions(+), 42636 deletions(-) delete mode 100644 .env.example delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md delete mode 100644 .github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 .github/PULL_REQUEST_TEMPLATE/pull_request_template.md delete mode 100644 .github/dependabot.yml delete mode 100644 .github/pull_request_template.md delete mode 100644 .gitignore delete mode 100644 CHANGELOG.md delete mode 100644 CODE_OF_CONDUCT.md delete mode 100644 CONTRIBUTING.md delete mode 100644 GETTING-STARTED.md delete mode 100644 README.md delete mode 100644 SECURITY.md delete mode 100644 debug-filters.js delete mode 100644 docker-compose.yml delete mode 100644 docker/Dockerfile delete mode 100644 docker/Dockerfile.dev delete mode 100644 docs/DEVELOPER.md delete mode 100644 docs/MOCK_DATA.md delete mode 100644 docs/RELEASE.md delete mode 100644 docs/RELEASE_PROCESS.md delete mode 100644 docs/SCREENSHOTS.md delete mode 100644 docs/images/dashboard-dark-compact-light.png delete mode 100644 docs/images/dashboard.png delete mode 100644 docs/logging.md delete mode 100644 docs/metrics-service.md delete mode 100644 docs/proxmox-ha-status.md delete mode 100644 docs/troubleshooting-websocket.md delete mode 100644 environments/README.md delete mode 100644 frontend/README.md delete mode 100644 frontend/index.html delete mode 100644 frontend/package-lock.json delete mode 100644 frontend/package.json delete mode 100644 frontend/public/favicon.svg delete mode 100644 frontend/public/logos/pulse-logo-1024x1024.png delete mode 100644 frontend/public/logos/pulse-logo-128x128.png delete mode 100644 frontend/public/logos/pulse-logo-16x16.png delete mode 100644 frontend/public/logos/pulse-logo-256x256.png delete mode 100644 frontend/public/logos/pulse-logo-32x32.png delete mode 100644 frontend/public/logos/pulse-logo-512x512.png delete mode 100644 frontend/public/logos/pulse-logo-64x64.png delete mode 100644 frontend/public/logos/pulse-logo-with-text-200x60.png delete mode 100644 frontend/public/logos/pulse-logo-with-text-400x120.png delete mode 100644 frontend/public/logos/pulse-logo-with-text-800x240.png delete mode 100644 frontend/src/App.jsx delete mode 100644 frontend/src/components/ErrorBoundary.jsx delete mode 100644 frontend/src/components/NetworkDisplay.jsx delete mode 100644 frontend/src/components/NodeSelect.jsx delete mode 100644 frontend/src/components/SearchField.jsx delete mode 100644 frontend/src/components/network/ConnectionErrorDisplay.jsx delete mode 100644 frontend/src/components/network/DraggableColumnHeader.jsx delete mode 100644 frontend/src/components/network/MetricsDebugPanel.jsx delete mode 100644 frontend/src/components/network/NetworkDisplay.jsx delete mode 100644 frontend/src/components/network/NetworkFilters.jsx delete mode 100644 frontend/src/components/network/NetworkTableBody.jsx delete mode 100644 frontend/src/components/network/NetworkTableHeader.jsx delete mode 100644 frontend/src/components/network/NetworkTableRow.jsx delete mode 100644 frontend/src/components/network/UIComponents.jsx delete mode 100644 frontend/src/components/network/components/NetworkHeader.jsx delete mode 100644 frontend/src/components/network/components/NetworkNotification.jsx delete mode 100644 frontend/src/components/network/components/NetworkPopovers.jsx delete mode 100644 frontend/src/components/network/components/NetworkTable.jsx delete mode 100644 frontend/src/components/network/components/index.js delete mode 100644 frontend/src/components/network/hooks/index.js delete mode 100644 frontend/src/components/network/hooks/useActiveFilteredColumns.js delete mode 100644 frontend/src/components/network/hooks/useColumnManagement.js delete mode 100644 frontend/src/components/network/hooks/useDataProcessing.js delete mode 100644 frontend/src/components/network/hooks/useKeyboardShortcuts.js delete mode 100644 frontend/src/components/network/hooks/useNetworkFilters.js delete mode 100644 frontend/src/components/network/hooks/useNotifications.js delete mode 100644 frontend/src/components/network/hooks/usePopoverManagement.js delete mode 100644 frontend/src/components/network/hooks/useSortManagement.js delete mode 100644 frontend/src/constants/networkConstants.js delete mode 100644 frontend/src/context/SearchContext.jsx delete mode 100644 frontend/src/context/ThemeContext.jsx delete mode 100644 frontend/src/context/UserSettingsContext.jsx delete mode 100644 frontend/src/hooks/useFormattedMetrics.js delete mode 100644 frontend/src/hooks/useMockMetrics.js delete mode 100644 frontend/src/hooks/useSocket.js delete mode 100644 frontend/src/index.css delete mode 100644 frontend/src/main.jsx delete mode 100644 frontend/src/utils/ExhaustiveSearchTests.js delete mode 100644 frontend/src/utils/README.md delete mode 100644 frontend/src/utils/VerifyAllSearches.js delete mode 100644 frontend/src/utils/basic-search-test.js delete mode 100644 frontend/src/utils/colorUtils.js delete mode 100644 frontend/src/utils/debugSearch.js delete mode 100644 frontend/src/utils/formatters.js delete mode 100644 frontend/src/utils/networkUtils.js delete mode 100644 frontend/src/utils/priSearchTest.js delete mode 100644 frontend/src/utils/runSearchTests.js delete mode 100644 frontend/src/utils/searchTests.js delete mode 100644 frontend/src/utils/storageUtils.js delete mode 100644 frontend/src/utils/tests/README.md delete mode 100644 frontend/src/utils/tests/debugSpacedExpressions.js delete mode 100644 frontend/src/utils/tests/metricThresholdTests.js delete mode 100644 frontend/src/utils/tests/mocks/networkUtils.js delete mode 100644 frontend/src/utils/tests/regexTest.js delete mode 100644 frontend/src/utils/tests/runMetricTests.js delete mode 100644 frontend/src/utils/tests/runSystematicSearchTests.js delete mode 100644 frontend/src/utils/tests/systematicSearchTests.js delete mode 100644 frontend/src/utils/version.js delete mode 100644 frontend/vite.config.js create mode 100644 public/app.js create mode 100644 public/index.html create mode 100644 public/index.html.bak create mode 100644 public/logo.svg delete mode 100644 public/logos/README.md delete mode 100644 public/logos/pulse-logo-1024x1024.png delete mode 100644 public/logos/pulse-logo-128x128.png delete mode 100644 public/logos/pulse-logo-16x16.png delete mode 100644 public/logos/pulse-logo-256x256.png delete mode 100644 public/logos/pulse-logo-32x32.png delete mode 100644 public/logos/pulse-logo-512x512.png delete mode 100644 public/logos/pulse-logo-64x64.png delete mode 100644 public/logos/pulse-logo-with-text-200x60.png delete mode 100644 public/logos/pulse-logo-with-text-400x120.png delete mode 100644 public/logos/pulse-logo-with-text-800x240.png create mode 100644 public/output.css delete mode 100644 reports/proxmox-api-test-2025-03-04T11-41-12.389Z.json delete mode 100644 screenshot-config.json delete mode 100644 scripts/README-dev-tools.md delete mode 100644 scripts/README.md delete mode 100755 scripts/check-config.js delete mode 100644 scripts/check-connections.js delete mode 100644 scripts/clear-data.js delete mode 100755 scripts/configure-env.js delete mode 100644 scripts/dev-cleanup.js delete mode 100755 scripts/docker-prod.sh delete mode 100644 scripts/generate-logo-pngs.js delete mode 100644 scripts/generate-logo-with-text.js delete mode 100644 scripts/generate-logos.sh delete mode 100755 scripts/install.sh delete mode 100644 scripts/start-dev.bat delete mode 100755 scripts/start-dev.sh delete mode 100644 scripts/start-mock-dev.bat delete mode 100644 scripts/start-mock-dev.sh delete mode 100644 scripts/start-mock-server.js delete mode 100644 scripts/start-prod.bat delete mode 100755 scripts/start-prod.sh delete mode 100644 scripts/start.js delete mode 100644 scripts/update-screenshots.sh delete mode 100755 scripts/verify-cluster-config.js create mode 100644 server/.env create mode 100644 server/index.js create mode 120000 server/node_modules/.bin/mime create mode 100644 server/node_modules/.package-lock.json create mode 100644 server/node_modules/@socket.io/component-emitter/LICENSE create mode 100644 server/node_modules/@socket.io/component-emitter/Readme.md create mode 100644 server/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts create mode 100644 server/node_modules/@socket.io/component-emitter/lib/cjs/index.js create mode 100644 server/node_modules/@socket.io/component-emitter/lib/cjs/package.json create mode 100644 server/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts create mode 100644 server/node_modules/@socket.io/component-emitter/lib/esm/index.js create mode 100644 server/node_modules/@socket.io/component-emitter/lib/esm/package.json create mode 100644 server/node_modules/@socket.io/component-emitter/package.json create mode 100644 server/node_modules/@types/cors/LICENSE create mode 100644 server/node_modules/@types/cors/README.md create mode 100644 server/node_modules/@types/cors/index.d.ts create mode 100644 server/node_modules/@types/cors/package.json create mode 100644 server/node_modules/@types/node/LICENSE create mode 100644 server/node_modules/@types/node/README.md create mode 100644 server/node_modules/@types/node/assert.d.ts create mode 100644 server/node_modules/@types/node/assert/strict.d.ts create mode 100644 server/node_modules/@types/node/async_hooks.d.ts create mode 100644 server/node_modules/@types/node/buffer.buffer.d.ts create mode 100644 server/node_modules/@types/node/buffer.d.ts create mode 100644 server/node_modules/@types/node/child_process.d.ts create mode 100644 server/node_modules/@types/node/cluster.d.ts create mode 100644 server/node_modules/@types/node/compatibility/disposable.d.ts create mode 100644 server/node_modules/@types/node/compatibility/index.d.ts create mode 100644 server/node_modules/@types/node/compatibility/indexable.d.ts create mode 100644 server/node_modules/@types/node/compatibility/iterators.d.ts create mode 100644 server/node_modules/@types/node/console.d.ts create mode 100644 server/node_modules/@types/node/constants.d.ts create mode 100644 server/node_modules/@types/node/crypto.d.ts create mode 100644 server/node_modules/@types/node/dgram.d.ts create mode 100644 server/node_modules/@types/node/diagnostics_channel.d.ts create mode 100644 server/node_modules/@types/node/dns.d.ts create mode 100644 server/node_modules/@types/node/dns/promises.d.ts create mode 100644 server/node_modules/@types/node/dom-events.d.ts create mode 100644 server/node_modules/@types/node/domain.d.ts create mode 100644 server/node_modules/@types/node/events.d.ts create mode 100644 server/node_modules/@types/node/fs.d.ts create mode 100644 server/node_modules/@types/node/fs/promises.d.ts create mode 100644 server/node_modules/@types/node/globals.d.ts create mode 100644 server/node_modules/@types/node/globals.typedarray.d.ts create mode 100644 server/node_modules/@types/node/http.d.ts create mode 100644 server/node_modules/@types/node/http2.d.ts create mode 100644 server/node_modules/@types/node/https.d.ts create mode 100644 server/node_modules/@types/node/index.d.ts create mode 100644 server/node_modules/@types/node/inspector.d.ts create mode 100644 server/node_modules/@types/node/module.d.ts create mode 100644 server/node_modules/@types/node/net.d.ts create mode 100644 server/node_modules/@types/node/os.d.ts create mode 100644 server/node_modules/@types/node/package.json create mode 100644 server/node_modules/@types/node/path.d.ts create mode 100644 server/node_modules/@types/node/perf_hooks.d.ts create mode 100644 server/node_modules/@types/node/process.d.ts create mode 100644 server/node_modules/@types/node/punycode.d.ts create mode 100644 server/node_modules/@types/node/querystring.d.ts create mode 100644 server/node_modules/@types/node/readline.d.ts create mode 100644 server/node_modules/@types/node/readline/promises.d.ts create mode 100644 server/node_modules/@types/node/repl.d.ts create mode 100644 server/node_modules/@types/node/sea.d.ts create mode 100644 server/node_modules/@types/node/sqlite.d.ts create mode 100644 server/node_modules/@types/node/stream.d.ts create mode 100644 server/node_modules/@types/node/stream/consumers.d.ts create mode 100644 server/node_modules/@types/node/stream/promises.d.ts create mode 100644 server/node_modules/@types/node/stream/web.d.ts create mode 100644 server/node_modules/@types/node/string_decoder.d.ts create mode 100644 server/node_modules/@types/node/test.d.ts create mode 100644 server/node_modules/@types/node/timers.d.ts create mode 100644 server/node_modules/@types/node/timers/promises.d.ts create mode 100644 server/node_modules/@types/node/tls.d.ts create mode 100644 server/node_modules/@types/node/trace_events.d.ts create mode 100644 server/node_modules/@types/node/ts5.6/buffer.buffer.d.ts create mode 100644 server/node_modules/@types/node/ts5.6/globals.typedarray.d.ts create mode 100644 server/node_modules/@types/node/ts5.6/index.d.ts create mode 100644 server/node_modules/@types/node/tty.d.ts create mode 100644 server/node_modules/@types/node/url.d.ts create mode 100644 server/node_modules/@types/node/util.d.ts create mode 100644 server/node_modules/@types/node/v8.d.ts create mode 100644 server/node_modules/@types/node/vm.d.ts create mode 100644 server/node_modules/@types/node/wasi.d.ts create mode 100644 server/node_modules/@types/node/worker_threads.d.ts create mode 100644 server/node_modules/@types/node/zlib.d.ts create mode 100644 server/node_modules/accepts/HISTORY.md create mode 100644 server/node_modules/accepts/LICENSE create mode 100644 server/node_modules/accepts/README.md create mode 100644 server/node_modules/accepts/index.js create mode 100644 server/node_modules/accepts/package.json create mode 100644 server/node_modules/array-flatten/LICENSE create mode 100644 server/node_modules/array-flatten/README.md create mode 100644 server/node_modules/array-flatten/array-flatten.js create mode 100644 server/node_modules/array-flatten/package.json create mode 100644 server/node_modules/asynckit/LICENSE create mode 100644 server/node_modules/asynckit/README.md create mode 100644 server/node_modules/asynckit/bench.js create mode 100644 server/node_modules/asynckit/index.js create mode 100644 server/node_modules/asynckit/lib/abort.js create mode 100644 server/node_modules/asynckit/lib/async.js create mode 100644 server/node_modules/asynckit/lib/defer.js create mode 100644 server/node_modules/asynckit/lib/iterate.js create mode 100644 server/node_modules/asynckit/lib/readable_asynckit.js create mode 100644 server/node_modules/asynckit/lib/readable_parallel.js create mode 100644 server/node_modules/asynckit/lib/readable_serial.js create mode 100644 server/node_modules/asynckit/lib/readable_serial_ordered.js create mode 100644 server/node_modules/asynckit/lib/state.js create mode 100644 server/node_modules/asynckit/lib/streamify.js create mode 100644 server/node_modules/asynckit/lib/terminator.js create mode 100644 server/node_modules/asynckit/package.json create mode 100644 server/node_modules/asynckit/parallel.js create mode 100644 server/node_modules/asynckit/serial.js create mode 100644 server/node_modules/asynckit/serialOrdered.js create mode 100644 server/node_modules/asynckit/stream.js create mode 100644 server/node_modules/axios/CHANGELOG.md create mode 100644 server/node_modules/axios/LICENSE create mode 100644 server/node_modules/axios/MIGRATION_GUIDE.md create mode 100644 server/node_modules/axios/README.md create mode 100644 server/node_modules/axios/dist/axios.js create mode 100644 server/node_modules/axios/dist/axios.js.map create mode 100644 server/node_modules/axios/dist/axios.min.js create mode 100644 server/node_modules/axios/dist/axios.min.js.map create mode 100644 server/node_modules/axios/dist/browser/axios.cjs create mode 100644 server/node_modules/axios/dist/browser/axios.cjs.map create mode 100644 server/node_modules/axios/dist/esm/axios.js create mode 100644 server/node_modules/axios/dist/esm/axios.js.map create mode 100644 server/node_modules/axios/dist/esm/axios.min.js create mode 100644 server/node_modules/axios/dist/esm/axios.min.js.map create mode 100644 server/node_modules/axios/dist/node/axios.cjs create mode 100644 server/node_modules/axios/dist/node/axios.cjs.map create mode 100644 server/node_modules/axios/index.d.cts create mode 100644 server/node_modules/axios/index.d.ts create mode 100644 server/node_modules/axios/index.js create mode 100644 server/node_modules/axios/lib/adapters/README.md create mode 100644 server/node_modules/axios/lib/adapters/adapters.js create mode 100644 server/node_modules/axios/lib/adapters/fetch.js create mode 100755 server/node_modules/axios/lib/adapters/http.js create mode 100644 server/node_modules/axios/lib/adapters/xhr.js create mode 100644 server/node_modules/axios/lib/axios.js create mode 100644 server/node_modules/axios/lib/cancel/CancelToken.js create mode 100644 server/node_modules/axios/lib/cancel/CanceledError.js create mode 100644 server/node_modules/axios/lib/cancel/isCancel.js create mode 100644 server/node_modules/axios/lib/core/Axios.js create mode 100644 server/node_modules/axios/lib/core/AxiosError.js create mode 100644 server/node_modules/axios/lib/core/AxiosHeaders.js create mode 100644 server/node_modules/axios/lib/core/InterceptorManager.js create mode 100644 server/node_modules/axios/lib/core/README.md create mode 100644 server/node_modules/axios/lib/core/buildFullPath.js create mode 100644 server/node_modules/axios/lib/core/dispatchRequest.js create mode 100644 server/node_modules/axios/lib/core/mergeConfig.js create mode 100644 server/node_modules/axios/lib/core/settle.js create mode 100644 server/node_modules/axios/lib/core/transformData.js create mode 100644 server/node_modules/axios/lib/defaults/index.js create mode 100644 server/node_modules/axios/lib/defaults/transitional.js create mode 100644 server/node_modules/axios/lib/env/README.md create mode 100644 server/node_modules/axios/lib/env/classes/FormData.js create mode 100644 server/node_modules/axios/lib/env/data.js create mode 100644 server/node_modules/axios/lib/helpers/AxiosTransformStream.js create mode 100644 server/node_modules/axios/lib/helpers/AxiosURLSearchParams.js create mode 100644 server/node_modules/axios/lib/helpers/HttpStatusCode.js create mode 100644 server/node_modules/axios/lib/helpers/README.md create mode 100644 server/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js create mode 100644 server/node_modules/axios/lib/helpers/bind.js create mode 100644 server/node_modules/axios/lib/helpers/buildURL.js create mode 100644 server/node_modules/axios/lib/helpers/callbackify.js create mode 100644 server/node_modules/axios/lib/helpers/combineURLs.js create mode 100644 server/node_modules/axios/lib/helpers/composeSignals.js create mode 100644 server/node_modules/axios/lib/helpers/cookies.js create mode 100644 server/node_modules/axios/lib/helpers/deprecatedMethod.js create mode 100644 server/node_modules/axios/lib/helpers/formDataToJSON.js create mode 100644 server/node_modules/axios/lib/helpers/formDataToStream.js create mode 100644 server/node_modules/axios/lib/helpers/fromDataURI.js create mode 100644 server/node_modules/axios/lib/helpers/isAbsoluteURL.js create mode 100644 server/node_modules/axios/lib/helpers/isAxiosError.js create mode 100644 server/node_modules/axios/lib/helpers/isURLSameOrigin.js create mode 100644 server/node_modules/axios/lib/helpers/null.js create mode 100644 server/node_modules/axios/lib/helpers/parseHeaders.js create mode 100644 server/node_modules/axios/lib/helpers/parseProtocol.js create mode 100644 server/node_modules/axios/lib/helpers/progressEventReducer.js create mode 100644 server/node_modules/axios/lib/helpers/readBlob.js create mode 100644 server/node_modules/axios/lib/helpers/resolveConfig.js create mode 100644 server/node_modules/axios/lib/helpers/speedometer.js create mode 100644 server/node_modules/axios/lib/helpers/spread.js create mode 100644 server/node_modules/axios/lib/helpers/throttle.js create mode 100644 server/node_modules/axios/lib/helpers/toFormData.js create mode 100644 server/node_modules/axios/lib/helpers/toURLEncodedForm.js create mode 100644 server/node_modules/axios/lib/helpers/trackStream.js create mode 100644 server/node_modules/axios/lib/helpers/validator.js create mode 100644 server/node_modules/axios/lib/platform/browser/classes/Blob.js create mode 100644 server/node_modules/axios/lib/platform/browser/classes/FormData.js create mode 100644 server/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js create mode 100644 server/node_modules/axios/lib/platform/browser/index.js create mode 100644 server/node_modules/axios/lib/platform/common/utils.js create mode 100644 server/node_modules/axios/lib/platform/index.js create mode 100644 server/node_modules/axios/lib/platform/node/classes/FormData.js create mode 100644 server/node_modules/axios/lib/platform/node/classes/URLSearchParams.js create mode 100644 server/node_modules/axios/lib/platform/node/index.js create mode 100644 server/node_modules/axios/lib/utils.js create mode 100644 server/node_modules/axios/package.json create mode 100644 server/node_modules/base64id/CHANGELOG.md create mode 100644 server/node_modules/base64id/LICENSE create mode 100644 server/node_modules/base64id/README.md create mode 100644 server/node_modules/base64id/lib/base64id.js create mode 100644 server/node_modules/base64id/package.json create mode 100644 server/node_modules/body-parser/HISTORY.md create mode 100644 server/node_modules/body-parser/LICENSE create mode 100644 server/node_modules/body-parser/README.md create mode 100644 server/node_modules/body-parser/SECURITY.md create mode 100644 server/node_modules/body-parser/index.js create mode 100644 server/node_modules/body-parser/lib/read.js create mode 100644 server/node_modules/body-parser/lib/types/json.js create mode 100644 server/node_modules/body-parser/lib/types/raw.js create mode 100644 server/node_modules/body-parser/lib/types/text.js create mode 100644 server/node_modules/body-parser/lib/types/urlencoded.js create mode 100644 server/node_modules/body-parser/package.json create mode 100644 server/node_modules/bytes/History.md create mode 100644 server/node_modules/bytes/LICENSE create mode 100644 server/node_modules/bytes/Readme.md create mode 100644 server/node_modules/bytes/index.js create mode 100644 server/node_modules/bytes/package.json create mode 100644 server/node_modules/call-bind-apply-helpers/.eslintrc rename {.github => server/node_modules/call-bind-apply-helpers/.github}/FUNDING.yml (69%) create mode 100644 server/node_modules/call-bind-apply-helpers/.nycrc create mode 100644 server/node_modules/call-bind-apply-helpers/CHANGELOG.md rename LICENSE => server/node_modules/call-bind-apply-helpers/LICENSE (95%) create mode 100644 server/node_modules/call-bind-apply-helpers/README.md create mode 100644 server/node_modules/call-bind-apply-helpers/actualApply.d.ts create mode 100644 server/node_modules/call-bind-apply-helpers/actualApply.js create mode 100644 server/node_modules/call-bind-apply-helpers/applyBind.d.ts create mode 100644 server/node_modules/call-bind-apply-helpers/applyBind.js create mode 100644 server/node_modules/call-bind-apply-helpers/functionApply.d.ts create mode 100644 server/node_modules/call-bind-apply-helpers/functionApply.js create mode 100644 server/node_modules/call-bind-apply-helpers/functionCall.d.ts create mode 100644 server/node_modules/call-bind-apply-helpers/functionCall.js create mode 100644 server/node_modules/call-bind-apply-helpers/index.d.ts create mode 100644 server/node_modules/call-bind-apply-helpers/index.js create mode 100644 server/node_modules/call-bind-apply-helpers/package.json create mode 100644 server/node_modules/call-bind-apply-helpers/reflectApply.d.ts create mode 100644 server/node_modules/call-bind-apply-helpers/reflectApply.js create mode 100644 server/node_modules/call-bind-apply-helpers/test/index.js create mode 100644 server/node_modules/call-bind-apply-helpers/tsconfig.json create mode 100644 server/node_modules/call-bound/.eslintrc create mode 100644 server/node_modules/call-bound/.github/FUNDING.yml create mode 100644 server/node_modules/call-bound/.nycrc create mode 100644 server/node_modules/call-bound/CHANGELOG.md create mode 100644 server/node_modules/call-bound/LICENSE create mode 100644 server/node_modules/call-bound/README.md create mode 100644 server/node_modules/call-bound/index.d.ts create mode 100644 server/node_modules/call-bound/index.js create mode 100644 server/node_modules/call-bound/package.json create mode 100644 server/node_modules/call-bound/test/index.js create mode 100644 server/node_modules/call-bound/tsconfig.json create mode 100644 server/node_modules/chokidar/LICENSE create mode 100644 server/node_modules/chokidar/README.md create mode 100644 server/node_modules/chokidar/esm/handler.d.ts create mode 100644 server/node_modules/chokidar/esm/handler.js create mode 100644 server/node_modules/chokidar/esm/index.d.ts create mode 100644 server/node_modules/chokidar/esm/index.js create mode 100644 server/node_modules/chokidar/esm/package.json create mode 100644 server/node_modules/chokidar/handler.d.ts create mode 100644 server/node_modules/chokidar/handler.js create mode 100644 server/node_modules/chokidar/index.d.ts create mode 100644 server/node_modules/chokidar/index.js create mode 100644 server/node_modules/chokidar/package.json create mode 100644 server/node_modules/combined-stream/License create mode 100644 server/node_modules/combined-stream/Readme.md create mode 100644 server/node_modules/combined-stream/lib/combined_stream.js create mode 100644 server/node_modules/combined-stream/package.json create mode 100644 server/node_modules/combined-stream/yarn.lock create mode 100644 server/node_modules/content-disposition/HISTORY.md create mode 100644 server/node_modules/content-disposition/LICENSE create mode 100644 server/node_modules/content-disposition/README.md create mode 100644 server/node_modules/content-disposition/index.js create mode 100644 server/node_modules/content-disposition/package.json create mode 100644 server/node_modules/content-type/HISTORY.md create mode 100644 server/node_modules/content-type/LICENSE create mode 100644 server/node_modules/content-type/README.md create mode 100644 server/node_modules/content-type/index.js create mode 100644 server/node_modules/content-type/package.json create mode 100644 server/node_modules/cookie-signature/.npmignore create mode 100644 server/node_modules/cookie-signature/History.md create mode 100644 server/node_modules/cookie-signature/Readme.md create mode 100644 server/node_modules/cookie-signature/index.js create mode 100644 server/node_modules/cookie-signature/package.json create mode 100644 server/node_modules/cookie/LICENSE create mode 100644 server/node_modules/cookie/README.md create mode 100644 server/node_modules/cookie/SECURITY.md create mode 100644 server/node_modules/cookie/index.js create mode 100644 server/node_modules/cookie/package.json create mode 100644 server/node_modules/cors/CONTRIBUTING.md create mode 100644 server/node_modules/cors/HISTORY.md create mode 100644 server/node_modules/cors/LICENSE create mode 100644 server/node_modules/cors/README.md create mode 100644 server/node_modules/cors/lib/index.js create mode 100644 server/node_modules/cors/package.json create mode 100644 server/node_modules/debug/.coveralls.yml create mode 100644 server/node_modules/debug/.eslintrc create mode 100644 server/node_modules/debug/.npmignore create mode 100644 server/node_modules/debug/.travis.yml create mode 100644 server/node_modules/debug/CHANGELOG.md create mode 100644 server/node_modules/debug/LICENSE create mode 100644 server/node_modules/debug/Makefile create mode 100644 server/node_modules/debug/README.md create mode 100644 server/node_modules/debug/component.json create mode 100644 server/node_modules/debug/karma.conf.js create mode 100644 server/node_modules/debug/node.js create mode 100644 server/node_modules/debug/package.json create mode 100644 server/node_modules/debug/src/browser.js create mode 100644 server/node_modules/debug/src/debug.js create mode 100644 server/node_modules/debug/src/index.js create mode 100644 server/node_modules/debug/src/inspector-log.js create mode 100644 server/node_modules/debug/src/node.js create mode 100644 server/node_modules/delayed-stream/.npmignore create mode 100644 server/node_modules/delayed-stream/License create mode 100644 server/node_modules/delayed-stream/Makefile create mode 100644 server/node_modules/delayed-stream/Readme.md create mode 100644 server/node_modules/delayed-stream/lib/delayed_stream.js create mode 100644 server/node_modules/delayed-stream/package.json create mode 100644 server/node_modules/depd/History.md create mode 100644 server/node_modules/depd/LICENSE create mode 100644 server/node_modules/depd/Readme.md create mode 100644 server/node_modules/depd/index.js create mode 100644 server/node_modules/depd/lib/browser/index.js create mode 100644 server/node_modules/depd/package.json create mode 100644 server/node_modules/destroy/LICENSE create mode 100644 server/node_modules/destroy/README.md create mode 100644 server/node_modules/destroy/index.js create mode 100644 server/node_modules/destroy/package.json create mode 100644 server/node_modules/dunder-proto/.eslintrc create mode 100644 server/node_modules/dunder-proto/.github/FUNDING.yml create mode 100644 server/node_modules/dunder-proto/.nycrc create mode 100644 server/node_modules/dunder-proto/CHANGELOG.md create mode 100644 server/node_modules/dunder-proto/LICENSE create mode 100644 server/node_modules/dunder-proto/README.md create mode 100644 server/node_modules/dunder-proto/get.d.ts create mode 100644 server/node_modules/dunder-proto/get.js create mode 100644 server/node_modules/dunder-proto/package.json create mode 100644 server/node_modules/dunder-proto/set.d.ts create mode 100644 server/node_modules/dunder-proto/set.js create mode 100644 server/node_modules/dunder-proto/test/get.js create mode 100644 server/node_modules/dunder-proto/test/index.js create mode 100644 server/node_modules/dunder-proto/test/set.js create mode 100644 server/node_modules/dunder-proto/tsconfig.json create mode 100644 server/node_modules/ee-first/LICENSE create mode 100644 server/node_modules/ee-first/README.md create mode 100644 server/node_modules/ee-first/index.js create mode 100644 server/node_modules/ee-first/package.json create mode 100644 server/node_modules/encodeurl/LICENSE create mode 100644 server/node_modules/encodeurl/README.md create mode 100644 server/node_modules/encodeurl/index.js create mode 100644 server/node_modules/encodeurl/package.json create mode 100644 server/node_modules/engine.io-parser/LICENSE create mode 100644 server/node_modules/engine.io-parser/Readme.md create mode 100644 server/node_modules/engine.io-parser/build/cjs/commons.d.ts create mode 100644 server/node_modules/engine.io-parser/build/cjs/commons.js create mode 100644 server/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.d.ts create mode 100644 server/node_modules/engine.io-parser/build/cjs/contrib/base64-arraybuffer.js create mode 100644 server/node_modules/engine.io-parser/build/cjs/decodePacket.browser.d.ts create mode 100644 server/node_modules/engine.io-parser/build/cjs/decodePacket.browser.js create mode 100644 server/node_modules/engine.io-parser/build/cjs/decodePacket.d.ts create mode 100644 server/node_modules/engine.io-parser/build/cjs/decodePacket.js create mode 100644 server/node_modules/engine.io-parser/build/cjs/encodePacket.browser.d.ts create mode 100644 server/node_modules/engine.io-parser/build/cjs/encodePacket.browser.js create mode 100644 server/node_modules/engine.io-parser/build/cjs/encodePacket.d.ts create mode 100644 server/node_modules/engine.io-parser/build/cjs/encodePacket.js create mode 100644 server/node_modules/engine.io-parser/build/cjs/index.d.ts create mode 100644 server/node_modules/engine.io-parser/build/cjs/index.js create mode 100644 server/node_modules/engine.io-parser/build/cjs/package.json create mode 100644 server/node_modules/engine.io-parser/build/esm/commons.d.ts create mode 100644 server/node_modules/engine.io-parser/build/esm/commons.js create mode 100644 server/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.d.ts create mode 100644 server/node_modules/engine.io-parser/build/esm/contrib/base64-arraybuffer.js create mode 100644 server/node_modules/engine.io-parser/build/esm/decodePacket.browser.d.ts create mode 100644 server/node_modules/engine.io-parser/build/esm/decodePacket.browser.js create mode 100644 server/node_modules/engine.io-parser/build/esm/decodePacket.d.ts create mode 100644 server/node_modules/engine.io-parser/build/esm/decodePacket.js create mode 100644 server/node_modules/engine.io-parser/build/esm/encodePacket.browser.d.ts create mode 100644 server/node_modules/engine.io-parser/build/esm/encodePacket.browser.js create mode 100644 server/node_modules/engine.io-parser/build/esm/encodePacket.d.ts create mode 100644 server/node_modules/engine.io-parser/build/esm/encodePacket.js create mode 100644 server/node_modules/engine.io-parser/build/esm/index.d.ts create mode 100644 server/node_modules/engine.io-parser/build/esm/index.js create mode 100644 server/node_modules/engine.io-parser/build/esm/package.json create mode 100644 server/node_modules/engine.io-parser/package.json create mode 100644 server/node_modules/engine.io/LICENSE create mode 100644 server/node_modules/engine.io/README.md create mode 100644 server/node_modules/engine.io/build/contrib/types.cookie.d.ts create mode 100644 server/node_modules/engine.io/build/contrib/types.cookie.js create mode 100644 server/node_modules/engine.io/build/engine.io.d.ts create mode 100644 server/node_modules/engine.io/build/engine.io.js create mode 100644 server/node_modules/engine.io/build/parser-v3/index.d.ts create mode 100644 server/node_modules/engine.io/build/parser-v3/index.js create mode 100644 server/node_modules/engine.io/build/parser-v3/utf8.d.ts create mode 100644 server/node_modules/engine.io/build/parser-v3/utf8.js create mode 100644 server/node_modules/engine.io/build/server.d.ts create mode 100644 server/node_modules/engine.io/build/server.js create mode 100644 server/node_modules/engine.io/build/socket.d.ts create mode 100644 server/node_modules/engine.io/build/socket.js create mode 100644 server/node_modules/engine.io/build/transport.d.ts create mode 100644 server/node_modules/engine.io/build/transport.js create mode 100644 server/node_modules/engine.io/build/transports-uws/index.d.ts create mode 100644 server/node_modules/engine.io/build/transports-uws/index.js create mode 100644 server/node_modules/engine.io/build/transports-uws/polling.d.ts create mode 100644 server/node_modules/engine.io/build/transports-uws/polling.js create mode 100644 server/node_modules/engine.io/build/transports-uws/websocket.d.ts create mode 100644 server/node_modules/engine.io/build/transports-uws/websocket.js create mode 100644 server/node_modules/engine.io/build/transports/index.d.ts create mode 100644 server/node_modules/engine.io/build/transports/index.js create mode 100644 server/node_modules/engine.io/build/transports/polling-jsonp.d.ts create mode 100644 server/node_modules/engine.io/build/transports/polling-jsonp.js create mode 100644 server/node_modules/engine.io/build/transports/polling.d.ts create mode 100644 server/node_modules/engine.io/build/transports/polling.js create mode 100644 server/node_modules/engine.io/build/transports/websocket.d.ts create mode 100644 server/node_modules/engine.io/build/transports/websocket.js create mode 100644 server/node_modules/engine.io/build/transports/webtransport.d.ts create mode 100644 server/node_modules/engine.io/build/transports/webtransport.js create mode 100644 server/node_modules/engine.io/build/userver.d.ts create mode 100644 server/node_modules/engine.io/build/userver.js create mode 100644 server/node_modules/engine.io/node_modules/cookie/LICENSE create mode 100644 server/node_modules/engine.io/node_modules/cookie/README.md create mode 100644 server/node_modules/engine.io/node_modules/cookie/SECURITY.md create mode 100644 server/node_modules/engine.io/node_modules/cookie/index.js create mode 100644 server/node_modules/engine.io/node_modules/cookie/package.json create mode 100644 server/node_modules/engine.io/node_modules/debug/LICENSE create mode 100644 server/node_modules/engine.io/node_modules/debug/README.md create mode 100644 server/node_modules/engine.io/node_modules/debug/package.json create mode 100644 server/node_modules/engine.io/node_modules/debug/src/browser.js create mode 100644 server/node_modules/engine.io/node_modules/debug/src/common.js create mode 100644 server/node_modules/engine.io/node_modules/debug/src/index.js create mode 100644 server/node_modules/engine.io/node_modules/debug/src/node.js create mode 100644 server/node_modules/engine.io/node_modules/ms/index.js create mode 100644 server/node_modules/engine.io/node_modules/ms/license.md create mode 100644 server/node_modules/engine.io/node_modules/ms/package.json create mode 100644 server/node_modules/engine.io/node_modules/ms/readme.md create mode 100644 server/node_modules/engine.io/package.json create mode 100644 server/node_modules/engine.io/wrapper.mjs create mode 100644 server/node_modules/es-define-property/.eslintrc create mode 100644 server/node_modules/es-define-property/.github/FUNDING.yml create mode 100644 server/node_modules/es-define-property/.nycrc create mode 100644 server/node_modules/es-define-property/CHANGELOG.md create mode 100644 server/node_modules/es-define-property/LICENSE create mode 100644 server/node_modules/es-define-property/README.md create mode 100644 server/node_modules/es-define-property/index.d.ts create mode 100644 server/node_modules/es-define-property/index.js create mode 100644 server/node_modules/es-define-property/package.json create mode 100644 server/node_modules/es-define-property/test/index.js create mode 100644 server/node_modules/es-define-property/tsconfig.json create mode 100644 server/node_modules/es-errors/.eslintrc create mode 100644 server/node_modules/es-errors/.github/FUNDING.yml create mode 100644 server/node_modules/es-errors/CHANGELOG.md create mode 100644 server/node_modules/es-errors/LICENSE create mode 100644 server/node_modules/es-errors/README.md create mode 100644 server/node_modules/es-errors/eval.d.ts create mode 100644 server/node_modules/es-errors/eval.js create mode 100644 server/node_modules/es-errors/index.d.ts create mode 100644 server/node_modules/es-errors/index.js create mode 100644 server/node_modules/es-errors/package.json create mode 100644 server/node_modules/es-errors/range.d.ts create mode 100644 server/node_modules/es-errors/range.js create mode 100644 server/node_modules/es-errors/ref.d.ts create mode 100644 server/node_modules/es-errors/ref.js create mode 100644 server/node_modules/es-errors/syntax.d.ts create mode 100644 server/node_modules/es-errors/syntax.js create mode 100644 server/node_modules/es-errors/test/index.js create mode 100644 server/node_modules/es-errors/tsconfig.json create mode 100644 server/node_modules/es-errors/type.d.ts create mode 100644 server/node_modules/es-errors/type.js create mode 100644 server/node_modules/es-errors/uri.d.ts create mode 100644 server/node_modules/es-errors/uri.js create mode 100644 server/node_modules/es-object-atoms/.eslintrc create mode 100644 server/node_modules/es-object-atoms/.github/FUNDING.yml create mode 100644 server/node_modules/es-object-atoms/CHANGELOG.md create mode 100644 server/node_modules/es-object-atoms/LICENSE create mode 100644 server/node_modules/es-object-atoms/README.md create mode 100644 server/node_modules/es-object-atoms/RequireObjectCoercible.d.ts create mode 100644 server/node_modules/es-object-atoms/RequireObjectCoercible.js create mode 100644 server/node_modules/es-object-atoms/ToObject.d.ts create mode 100644 server/node_modules/es-object-atoms/ToObject.js create mode 100644 server/node_modules/es-object-atoms/index.d.ts create mode 100644 server/node_modules/es-object-atoms/index.js create mode 100644 server/node_modules/es-object-atoms/isObject.d.ts create mode 100644 server/node_modules/es-object-atoms/isObject.js create mode 100644 server/node_modules/es-object-atoms/package.json create mode 100644 server/node_modules/es-object-atoms/test/index.js create mode 100644 server/node_modules/es-object-atoms/tsconfig.json create mode 100644 server/node_modules/es-set-tostringtag/.eslintrc create mode 100644 server/node_modules/es-set-tostringtag/.nycrc create mode 100644 server/node_modules/es-set-tostringtag/CHANGELOG.md create mode 100644 server/node_modules/es-set-tostringtag/LICENSE create mode 100644 server/node_modules/es-set-tostringtag/README.md create mode 100644 server/node_modules/es-set-tostringtag/index.d.ts create mode 100644 server/node_modules/es-set-tostringtag/index.js create mode 100644 server/node_modules/es-set-tostringtag/package.json create mode 100644 server/node_modules/es-set-tostringtag/test/index.js create mode 100644 server/node_modules/es-set-tostringtag/tsconfig.json create mode 100644 server/node_modules/escape-html/LICENSE create mode 100644 server/node_modules/escape-html/Readme.md create mode 100644 server/node_modules/escape-html/index.js create mode 100644 server/node_modules/escape-html/package.json create mode 100644 server/node_modules/etag/HISTORY.md create mode 100644 server/node_modules/etag/LICENSE create mode 100644 server/node_modules/etag/README.md create mode 100644 server/node_modules/etag/index.js create mode 100644 server/node_modules/etag/package.json create mode 100644 server/node_modules/express/History.md create mode 100644 server/node_modules/express/LICENSE create mode 100644 server/node_modules/express/Readme.md create mode 100644 server/node_modules/express/index.js create mode 100644 server/node_modules/express/lib/application.js create mode 100644 server/node_modules/express/lib/express.js create mode 100644 server/node_modules/express/lib/middleware/init.js create mode 100644 server/node_modules/express/lib/middleware/query.js create mode 100644 server/node_modules/express/lib/request.js create mode 100644 server/node_modules/express/lib/response.js create mode 100644 server/node_modules/express/lib/router/index.js create mode 100644 server/node_modules/express/lib/router/layer.js create mode 100644 server/node_modules/express/lib/router/route.js create mode 100644 server/node_modules/express/lib/utils.js create mode 100644 server/node_modules/express/lib/view.js create mode 100644 server/node_modules/express/package.json create mode 100644 server/node_modules/finalhandler/HISTORY.md create mode 100644 server/node_modules/finalhandler/LICENSE create mode 100644 server/node_modules/finalhandler/README.md create mode 100644 server/node_modules/finalhandler/SECURITY.md create mode 100644 server/node_modules/finalhandler/index.js create mode 100644 server/node_modules/finalhandler/package.json create mode 100644 server/node_modules/follow-redirects/LICENSE create mode 100644 server/node_modules/follow-redirects/README.md create mode 100644 server/node_modules/follow-redirects/debug.js create mode 100644 server/node_modules/follow-redirects/http.js create mode 100644 server/node_modules/follow-redirects/https.js create mode 100644 server/node_modules/follow-redirects/index.js create mode 100644 server/node_modules/follow-redirects/package.json create mode 100644 server/node_modules/form-data/License create mode 100644 server/node_modules/form-data/Readme.md create mode 100644 server/node_modules/form-data/index.d.ts create mode 100644 server/node_modules/form-data/lib/browser.js create mode 100644 server/node_modules/form-data/lib/form_data.js create mode 100644 server/node_modules/form-data/lib/populate.js create mode 100644 server/node_modules/form-data/package.json create mode 100644 server/node_modules/forwarded/HISTORY.md create mode 100644 server/node_modules/forwarded/LICENSE create mode 100644 server/node_modules/forwarded/README.md create mode 100644 server/node_modules/forwarded/index.js create mode 100644 server/node_modules/forwarded/package.json create mode 100644 server/node_modules/fresh/HISTORY.md create mode 100644 server/node_modules/fresh/LICENSE create mode 100644 server/node_modules/fresh/README.md create mode 100644 server/node_modules/fresh/index.js create mode 100644 server/node_modules/fresh/package.json create mode 100644 server/node_modules/function-bind/.eslintrc create mode 100644 server/node_modules/function-bind/.github/FUNDING.yml create mode 100644 server/node_modules/function-bind/.github/SECURITY.md create mode 100644 server/node_modules/function-bind/.nycrc create mode 100644 server/node_modules/function-bind/CHANGELOG.md create mode 100644 server/node_modules/function-bind/LICENSE create mode 100644 server/node_modules/function-bind/README.md create mode 100644 server/node_modules/function-bind/implementation.js create mode 100644 server/node_modules/function-bind/index.js create mode 100644 server/node_modules/function-bind/package.json create mode 100644 server/node_modules/function-bind/test/.eslintrc create mode 100644 server/node_modules/function-bind/test/index.js create mode 100644 server/node_modules/get-intrinsic/.eslintrc create mode 100644 server/node_modules/get-intrinsic/.github/FUNDING.yml create mode 100644 server/node_modules/get-intrinsic/.nycrc create mode 100644 server/node_modules/get-intrinsic/CHANGELOG.md create mode 100644 server/node_modules/get-intrinsic/LICENSE create mode 100644 server/node_modules/get-intrinsic/README.md create mode 100644 server/node_modules/get-intrinsic/index.js create mode 100644 server/node_modules/get-intrinsic/package.json create mode 100644 server/node_modules/get-intrinsic/test/GetIntrinsic.js create mode 100644 server/node_modules/get-proto/.eslintrc create mode 100644 server/node_modules/get-proto/.github/FUNDING.yml create mode 100644 server/node_modules/get-proto/.nycrc create mode 100644 server/node_modules/get-proto/CHANGELOG.md create mode 100644 server/node_modules/get-proto/LICENSE create mode 100644 server/node_modules/get-proto/Object.getPrototypeOf.d.ts create mode 100644 server/node_modules/get-proto/Object.getPrototypeOf.js create mode 100644 server/node_modules/get-proto/README.md create mode 100644 server/node_modules/get-proto/Reflect.getPrototypeOf.d.ts create mode 100644 server/node_modules/get-proto/Reflect.getPrototypeOf.js create mode 100644 server/node_modules/get-proto/index.d.ts create mode 100644 server/node_modules/get-proto/index.js create mode 100644 server/node_modules/get-proto/package.json create mode 100644 server/node_modules/get-proto/test/index.js create mode 100644 server/node_modules/get-proto/tsconfig.json create mode 100644 server/node_modules/gopd/.eslintrc create mode 100644 server/node_modules/gopd/.github/FUNDING.yml create mode 100644 server/node_modules/gopd/CHANGELOG.md create mode 100644 server/node_modules/gopd/LICENSE create mode 100644 server/node_modules/gopd/README.md create mode 100644 server/node_modules/gopd/gOPD.d.ts create mode 100644 server/node_modules/gopd/gOPD.js create mode 100644 server/node_modules/gopd/index.d.ts create mode 100644 server/node_modules/gopd/index.js create mode 100644 server/node_modules/gopd/package.json create mode 100644 server/node_modules/gopd/test/index.js create mode 100644 server/node_modules/gopd/tsconfig.json create mode 100644 server/node_modules/has-symbols/.eslintrc create mode 100644 server/node_modules/has-symbols/.github/FUNDING.yml create mode 100644 server/node_modules/has-symbols/.nycrc create mode 100644 server/node_modules/has-symbols/CHANGELOG.md create mode 100644 server/node_modules/has-symbols/LICENSE create mode 100644 server/node_modules/has-symbols/README.md create mode 100644 server/node_modules/has-symbols/index.d.ts create mode 100644 server/node_modules/has-symbols/index.js create mode 100644 server/node_modules/has-symbols/package.json create mode 100644 server/node_modules/has-symbols/shams.d.ts create mode 100644 server/node_modules/has-symbols/shams.js create mode 100644 server/node_modules/has-symbols/test/index.js create mode 100644 server/node_modules/has-symbols/test/shams/core-js.js create mode 100644 server/node_modules/has-symbols/test/shams/get-own-property-symbols.js create mode 100644 server/node_modules/has-symbols/test/tests.js create mode 100644 server/node_modules/has-symbols/tsconfig.json create mode 100644 server/node_modules/has-tostringtag/.eslintrc create mode 100644 server/node_modules/has-tostringtag/.github/FUNDING.yml create mode 100644 server/node_modules/has-tostringtag/.nycrc create mode 100644 server/node_modules/has-tostringtag/CHANGELOG.md create mode 100644 server/node_modules/has-tostringtag/LICENSE create mode 100644 server/node_modules/has-tostringtag/README.md create mode 100644 server/node_modules/has-tostringtag/index.d.ts create mode 100644 server/node_modules/has-tostringtag/index.js create mode 100644 server/node_modules/has-tostringtag/package.json create mode 100644 server/node_modules/has-tostringtag/shams.d.ts create mode 100644 server/node_modules/has-tostringtag/shams.js create mode 100644 server/node_modules/has-tostringtag/test/index.js create mode 100644 server/node_modules/has-tostringtag/test/shams/core-js.js create mode 100644 server/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js create mode 100644 server/node_modules/has-tostringtag/test/tests.js create mode 100644 server/node_modules/has-tostringtag/tsconfig.json create mode 100644 server/node_modules/hasown/.eslintrc create mode 100644 server/node_modules/hasown/.github/FUNDING.yml create mode 100644 server/node_modules/hasown/.nycrc create mode 100644 server/node_modules/hasown/CHANGELOG.md create mode 100644 server/node_modules/hasown/LICENSE create mode 100644 server/node_modules/hasown/README.md create mode 100644 server/node_modules/hasown/index.d.ts create mode 100644 server/node_modules/hasown/index.js create mode 100644 server/node_modules/hasown/package.json create mode 100644 server/node_modules/hasown/tsconfig.json create mode 100644 server/node_modules/http-errors/HISTORY.md create mode 100644 server/node_modules/http-errors/LICENSE create mode 100644 server/node_modules/http-errors/README.md create mode 100644 server/node_modules/http-errors/index.js create mode 100644 server/node_modules/http-errors/package.json create mode 100644 server/node_modules/iconv-lite/Changelog.md create mode 100644 server/node_modules/iconv-lite/LICENSE create mode 100644 server/node_modules/iconv-lite/README.md create mode 100644 server/node_modules/iconv-lite/encodings/dbcs-codec.js create mode 100644 server/node_modules/iconv-lite/encodings/dbcs-data.js create mode 100644 server/node_modules/iconv-lite/encodings/index.js create mode 100644 server/node_modules/iconv-lite/encodings/internal.js create mode 100644 server/node_modules/iconv-lite/encodings/sbcs-codec.js create mode 100644 server/node_modules/iconv-lite/encodings/sbcs-data-generated.js create mode 100644 server/node_modules/iconv-lite/encodings/sbcs-data.js create mode 100644 server/node_modules/iconv-lite/encodings/tables/big5-added.json create mode 100644 server/node_modules/iconv-lite/encodings/tables/cp936.json create mode 100644 server/node_modules/iconv-lite/encodings/tables/cp949.json create mode 100644 server/node_modules/iconv-lite/encodings/tables/cp950.json create mode 100644 server/node_modules/iconv-lite/encodings/tables/eucjp.json create mode 100644 server/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json create mode 100644 server/node_modules/iconv-lite/encodings/tables/gbk-added.json create mode 100644 server/node_modules/iconv-lite/encodings/tables/shiftjis.json create mode 100644 server/node_modules/iconv-lite/encodings/utf16.js create mode 100644 server/node_modules/iconv-lite/encodings/utf7.js create mode 100644 server/node_modules/iconv-lite/lib/bom-handling.js create mode 100644 server/node_modules/iconv-lite/lib/extend-node.js create mode 100644 server/node_modules/iconv-lite/lib/index.d.ts create mode 100644 server/node_modules/iconv-lite/lib/index.js create mode 100644 server/node_modules/iconv-lite/lib/streams.js create mode 100644 server/node_modules/iconv-lite/package.json create mode 100644 server/node_modules/inherits/LICENSE create mode 100644 server/node_modules/inherits/README.md create mode 100644 server/node_modules/inherits/inherits.js create mode 100644 server/node_modules/inherits/inherits_browser.js create mode 100644 server/node_modules/inherits/package.json create mode 100644 server/node_modules/ipaddr.js/LICENSE create mode 100644 server/node_modules/ipaddr.js/README.md create mode 100644 server/node_modules/ipaddr.js/ipaddr.min.js create mode 100644 server/node_modules/ipaddr.js/lib/ipaddr.js create mode 100644 server/node_modules/ipaddr.js/lib/ipaddr.js.d.ts create mode 100644 server/node_modules/ipaddr.js/package.json create mode 100644 server/node_modules/math-intrinsics/.eslintrc create mode 100644 server/node_modules/math-intrinsics/.github/FUNDING.yml create mode 100644 server/node_modules/math-intrinsics/CHANGELOG.md create mode 100644 server/node_modules/math-intrinsics/LICENSE create mode 100644 server/node_modules/math-intrinsics/README.md create mode 100644 server/node_modules/math-intrinsics/abs.d.ts create mode 100644 server/node_modules/math-intrinsics/abs.js create mode 100644 server/node_modules/math-intrinsics/constants/maxArrayLength.d.ts create mode 100644 server/node_modules/math-intrinsics/constants/maxArrayLength.js create mode 100644 server/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts create mode 100644 server/node_modules/math-intrinsics/constants/maxSafeInteger.js create mode 100644 server/node_modules/math-intrinsics/constants/maxValue.d.ts create mode 100644 server/node_modules/math-intrinsics/constants/maxValue.js create mode 100644 server/node_modules/math-intrinsics/floor.d.ts create mode 100644 server/node_modules/math-intrinsics/floor.js create mode 100644 server/node_modules/math-intrinsics/isFinite.d.ts create mode 100644 server/node_modules/math-intrinsics/isFinite.js create mode 100644 server/node_modules/math-intrinsics/isInteger.d.ts create mode 100644 server/node_modules/math-intrinsics/isInteger.js create mode 100644 server/node_modules/math-intrinsics/isNaN.d.ts create mode 100644 server/node_modules/math-intrinsics/isNaN.js create mode 100644 server/node_modules/math-intrinsics/isNegativeZero.d.ts create mode 100644 server/node_modules/math-intrinsics/isNegativeZero.js create mode 100644 server/node_modules/math-intrinsics/max.d.ts create mode 100644 server/node_modules/math-intrinsics/max.js create mode 100644 server/node_modules/math-intrinsics/min.d.ts create mode 100644 server/node_modules/math-intrinsics/min.js create mode 100644 server/node_modules/math-intrinsics/mod.d.ts create mode 100644 server/node_modules/math-intrinsics/mod.js create mode 100644 server/node_modules/math-intrinsics/package.json create mode 100644 server/node_modules/math-intrinsics/pow.d.ts create mode 100644 server/node_modules/math-intrinsics/pow.js create mode 100644 server/node_modules/math-intrinsics/round.d.ts create mode 100644 server/node_modules/math-intrinsics/round.js create mode 100644 server/node_modules/math-intrinsics/sign.d.ts create mode 100644 server/node_modules/math-intrinsics/sign.js create mode 100644 server/node_modules/math-intrinsics/test/index.js create mode 100644 server/node_modules/math-intrinsics/tsconfig.json create mode 100644 server/node_modules/media-typer/HISTORY.md create mode 100644 server/node_modules/media-typer/LICENSE create mode 100644 server/node_modules/media-typer/README.md create mode 100644 server/node_modules/media-typer/index.js create mode 100644 server/node_modules/media-typer/package.json create mode 100644 server/node_modules/merge-descriptors/HISTORY.md create mode 100644 server/node_modules/merge-descriptors/LICENSE create mode 100644 server/node_modules/merge-descriptors/README.md create mode 100644 server/node_modules/merge-descriptors/index.js create mode 100644 server/node_modules/merge-descriptors/package.json create mode 100644 server/node_modules/methods/HISTORY.md create mode 100644 server/node_modules/methods/LICENSE create mode 100644 server/node_modules/methods/README.md create mode 100644 server/node_modules/methods/index.js create mode 100644 server/node_modules/methods/package.json create mode 100644 server/node_modules/mime-db/HISTORY.md create mode 100644 server/node_modules/mime-db/LICENSE create mode 100644 server/node_modules/mime-db/README.md create mode 100644 server/node_modules/mime-db/db.json create mode 100644 server/node_modules/mime-db/index.js create mode 100644 server/node_modules/mime-db/package.json create mode 100644 server/node_modules/mime-types/HISTORY.md create mode 100644 server/node_modules/mime-types/LICENSE create mode 100644 server/node_modules/mime-types/README.md create mode 100644 server/node_modules/mime-types/index.js create mode 100644 server/node_modules/mime-types/package.json create mode 100644 server/node_modules/mime/.npmignore create mode 100644 server/node_modules/mime/CHANGELOG.md create mode 100644 server/node_modules/mime/LICENSE create mode 100644 server/node_modules/mime/README.md create mode 100755 server/node_modules/mime/cli.js create mode 100644 server/node_modules/mime/mime.js create mode 100644 server/node_modules/mime/package.json create mode 100755 server/node_modules/mime/src/build.js create mode 100644 server/node_modules/mime/src/test.js create mode 100644 server/node_modules/mime/types.json create mode 100644 server/node_modules/ms/index.js create mode 100644 server/node_modules/ms/license.md create mode 100644 server/node_modules/ms/package.json create mode 100644 server/node_modules/ms/readme.md create mode 100644 server/node_modules/negotiator/HISTORY.md create mode 100644 server/node_modules/negotiator/LICENSE create mode 100644 server/node_modules/negotiator/README.md create mode 100644 server/node_modules/negotiator/index.js create mode 100644 server/node_modules/negotiator/lib/charset.js create mode 100644 server/node_modules/negotiator/lib/encoding.js create mode 100644 server/node_modules/negotiator/lib/language.js create mode 100644 server/node_modules/negotiator/lib/mediaType.js create mode 100644 server/node_modules/negotiator/package.json create mode 100644 server/node_modules/object-assign/index.js create mode 100644 server/node_modules/object-assign/license create mode 100644 server/node_modules/object-assign/package.json create mode 100644 server/node_modules/object-assign/readme.md create mode 100644 server/node_modules/object-inspect/.eslintrc create mode 100644 server/node_modules/object-inspect/.github/FUNDING.yml create mode 100644 server/node_modules/object-inspect/.nycrc create mode 100644 server/node_modules/object-inspect/CHANGELOG.md create mode 100644 server/node_modules/object-inspect/LICENSE create mode 100644 server/node_modules/object-inspect/example/all.js create mode 100644 server/node_modules/object-inspect/example/circular.js create mode 100644 server/node_modules/object-inspect/example/fn.js create mode 100644 server/node_modules/object-inspect/example/inspect.js create mode 100644 server/node_modules/object-inspect/index.js create mode 100644 server/node_modules/object-inspect/package-support.json create mode 100644 server/node_modules/object-inspect/package.json create mode 100644 server/node_modules/object-inspect/readme.markdown create mode 100644 server/node_modules/object-inspect/test-core-js.js create mode 100644 server/node_modules/object-inspect/test/bigint.js create mode 100644 server/node_modules/object-inspect/test/browser/dom.js create mode 100644 server/node_modules/object-inspect/test/circular.js create mode 100644 server/node_modules/object-inspect/test/deep.js create mode 100644 server/node_modules/object-inspect/test/element.js create mode 100644 server/node_modules/object-inspect/test/err.js create mode 100644 server/node_modules/object-inspect/test/fakes.js create mode 100644 server/node_modules/object-inspect/test/fn.js create mode 100644 server/node_modules/object-inspect/test/global.js create mode 100644 server/node_modules/object-inspect/test/has.js create mode 100644 server/node_modules/object-inspect/test/holes.js create mode 100644 server/node_modules/object-inspect/test/indent-option.js create mode 100644 server/node_modules/object-inspect/test/inspect.js create mode 100644 server/node_modules/object-inspect/test/lowbyte.js create mode 100644 server/node_modules/object-inspect/test/number.js create mode 100644 server/node_modules/object-inspect/test/quoteStyle.js create mode 100644 server/node_modules/object-inspect/test/toStringTag.js create mode 100644 server/node_modules/object-inspect/test/undef.js create mode 100644 server/node_modules/object-inspect/test/values.js create mode 100644 server/node_modules/object-inspect/util.inspect.js create mode 100644 server/node_modules/on-finished/HISTORY.md create mode 100644 server/node_modules/on-finished/LICENSE create mode 100644 server/node_modules/on-finished/README.md create mode 100644 server/node_modules/on-finished/index.js create mode 100644 server/node_modules/on-finished/package.json create mode 100644 server/node_modules/parseurl/HISTORY.md create mode 100644 server/node_modules/parseurl/LICENSE create mode 100644 server/node_modules/parseurl/README.md create mode 100644 server/node_modules/parseurl/index.js create mode 100644 server/node_modules/parseurl/package.json create mode 100644 server/node_modules/path-to-regexp/LICENSE create mode 100644 server/node_modules/path-to-regexp/Readme.md create mode 100644 server/node_modules/path-to-regexp/index.js create mode 100644 server/node_modules/path-to-regexp/package.json create mode 100644 server/node_modules/proxy-addr/HISTORY.md create mode 100644 server/node_modules/proxy-addr/LICENSE create mode 100644 server/node_modules/proxy-addr/README.md create mode 100644 server/node_modules/proxy-addr/index.js create mode 100644 server/node_modules/proxy-addr/package.json create mode 100644 server/node_modules/proxy-from-env/.eslintrc create mode 100644 server/node_modules/proxy-from-env/.travis.yml create mode 100644 server/node_modules/proxy-from-env/LICENSE create mode 100644 server/node_modules/proxy-from-env/README.md create mode 100644 server/node_modules/proxy-from-env/index.js create mode 100644 server/node_modules/proxy-from-env/package.json create mode 100644 server/node_modules/proxy-from-env/test.js create mode 100644 server/node_modules/qs/.editorconfig create mode 100644 server/node_modules/qs/.eslintrc create mode 100644 server/node_modules/qs/.github/FUNDING.yml create mode 100644 server/node_modules/qs/.nycrc create mode 100644 server/node_modules/qs/CHANGELOG.md create mode 100644 server/node_modules/qs/LICENSE.md create mode 100644 server/node_modules/qs/README.md create mode 100644 server/node_modules/qs/dist/qs.js create mode 100644 server/node_modules/qs/lib/formats.js create mode 100644 server/node_modules/qs/lib/index.js create mode 100644 server/node_modules/qs/lib/parse.js create mode 100644 server/node_modules/qs/lib/stringify.js create mode 100644 server/node_modules/qs/lib/utils.js create mode 100644 server/node_modules/qs/package.json create mode 100644 server/node_modules/qs/test/empty-keys-cases.js create mode 100644 server/node_modules/qs/test/parse.js create mode 100644 server/node_modules/qs/test/stringify.js create mode 100644 server/node_modules/qs/test/utils.js create mode 100644 server/node_modules/range-parser/HISTORY.md create mode 100644 server/node_modules/range-parser/LICENSE create mode 100644 server/node_modules/range-parser/README.md create mode 100644 server/node_modules/range-parser/index.js create mode 100644 server/node_modules/range-parser/package.json create mode 100644 server/node_modules/raw-body/HISTORY.md create mode 100644 server/node_modules/raw-body/LICENSE create mode 100644 server/node_modules/raw-body/README.md create mode 100644 server/node_modules/raw-body/SECURITY.md create mode 100644 server/node_modules/raw-body/index.d.ts create mode 100644 server/node_modules/raw-body/index.js create mode 100644 server/node_modules/raw-body/package.json create mode 100644 server/node_modules/readdirp/LICENSE create mode 100644 server/node_modules/readdirp/README.md create mode 100644 server/node_modules/readdirp/esm/index.d.ts create mode 100644 server/node_modules/readdirp/esm/index.js create mode 100644 server/node_modules/readdirp/esm/package.json create mode 100644 server/node_modules/readdirp/index.d.ts create mode 100644 server/node_modules/readdirp/index.js create mode 100644 server/node_modules/readdirp/package.json create mode 100644 server/node_modules/safe-buffer/LICENSE create mode 100644 server/node_modules/safe-buffer/README.md create mode 100644 server/node_modules/safe-buffer/index.d.ts create mode 100644 server/node_modules/safe-buffer/index.js create mode 100644 server/node_modules/safe-buffer/package.json create mode 100644 server/node_modules/safer-buffer/LICENSE create mode 100644 server/node_modules/safer-buffer/Porting-Buffer.md create mode 100644 server/node_modules/safer-buffer/Readme.md create mode 100644 server/node_modules/safer-buffer/dangerous.js create mode 100644 server/node_modules/safer-buffer/package.json create mode 100644 server/node_modules/safer-buffer/safer.js create mode 100644 server/node_modules/safer-buffer/tests.js create mode 100644 server/node_modules/send/HISTORY.md create mode 100644 server/node_modules/send/LICENSE create mode 100644 server/node_modules/send/README.md create mode 100644 server/node_modules/send/SECURITY.md create mode 100644 server/node_modules/send/index.js create mode 100644 server/node_modules/send/node_modules/encodeurl/HISTORY.md create mode 100644 server/node_modules/send/node_modules/encodeurl/LICENSE create mode 100644 server/node_modules/send/node_modules/encodeurl/README.md create mode 100644 server/node_modules/send/node_modules/encodeurl/index.js create mode 100644 server/node_modules/send/node_modules/encodeurl/package.json create mode 100644 server/node_modules/send/node_modules/ms/index.js create mode 100644 server/node_modules/send/node_modules/ms/license.md create mode 100644 server/node_modules/send/node_modules/ms/package.json create mode 100644 server/node_modules/send/node_modules/ms/readme.md create mode 100644 server/node_modules/send/package.json create mode 100644 server/node_modules/serve-static/HISTORY.md create mode 100644 server/node_modules/serve-static/LICENSE create mode 100644 server/node_modules/serve-static/README.md create mode 100644 server/node_modules/serve-static/index.js create mode 100644 server/node_modules/serve-static/package.json create mode 100644 server/node_modules/setprototypeof/LICENSE create mode 100644 server/node_modules/setprototypeof/README.md create mode 100644 server/node_modules/setprototypeof/index.d.ts create mode 100644 server/node_modules/setprototypeof/index.js create mode 100644 server/node_modules/setprototypeof/package.json create mode 100644 server/node_modules/setprototypeof/test/index.js create mode 100644 server/node_modules/side-channel-list/.editorconfig create mode 100644 server/node_modules/side-channel-list/.eslintrc create mode 100644 server/node_modules/side-channel-list/.github/FUNDING.yml create mode 100644 server/node_modules/side-channel-list/.nycrc create mode 100644 server/node_modules/side-channel-list/CHANGELOG.md create mode 100644 server/node_modules/side-channel-list/LICENSE create mode 100644 server/node_modules/side-channel-list/README.md create mode 100644 server/node_modules/side-channel-list/index.d.ts create mode 100644 server/node_modules/side-channel-list/index.js create mode 100644 server/node_modules/side-channel-list/list.d.ts create mode 100644 server/node_modules/side-channel-list/package.json create mode 100644 server/node_modules/side-channel-list/test/index.js create mode 100644 server/node_modules/side-channel-list/tsconfig.json create mode 100644 server/node_modules/side-channel-map/.editorconfig create mode 100644 server/node_modules/side-channel-map/.eslintrc create mode 100644 server/node_modules/side-channel-map/.github/FUNDING.yml create mode 100644 server/node_modules/side-channel-map/.nycrc create mode 100644 server/node_modules/side-channel-map/CHANGELOG.md create mode 100644 server/node_modules/side-channel-map/LICENSE create mode 100644 server/node_modules/side-channel-map/README.md create mode 100644 server/node_modules/side-channel-map/index.d.ts create mode 100644 server/node_modules/side-channel-map/index.js create mode 100644 server/node_modules/side-channel-map/package.json create mode 100644 server/node_modules/side-channel-map/test/index.js create mode 100644 server/node_modules/side-channel-map/tsconfig.json create mode 100644 server/node_modules/side-channel-weakmap/.editorconfig create mode 100644 server/node_modules/side-channel-weakmap/.eslintrc create mode 100644 server/node_modules/side-channel-weakmap/.github/FUNDING.yml create mode 100644 server/node_modules/side-channel-weakmap/.nycrc create mode 100644 server/node_modules/side-channel-weakmap/CHANGELOG.md create mode 100644 server/node_modules/side-channel-weakmap/LICENSE create mode 100644 server/node_modules/side-channel-weakmap/README.md create mode 100644 server/node_modules/side-channel-weakmap/index.d.ts create mode 100644 server/node_modules/side-channel-weakmap/index.js create mode 100644 server/node_modules/side-channel-weakmap/package.json create mode 100644 server/node_modules/side-channel-weakmap/test/index.js create mode 100644 server/node_modules/side-channel-weakmap/tsconfig.json create mode 100644 server/node_modules/side-channel/.editorconfig create mode 100644 server/node_modules/side-channel/.eslintrc create mode 100644 server/node_modules/side-channel/.github/FUNDING.yml create mode 100644 server/node_modules/side-channel/.nycrc create mode 100644 server/node_modules/side-channel/CHANGELOG.md create mode 100644 server/node_modules/side-channel/LICENSE create mode 100644 server/node_modules/side-channel/README.md create mode 100644 server/node_modules/side-channel/index.d.ts create mode 100644 server/node_modules/side-channel/index.js create mode 100644 server/node_modules/side-channel/package.json create mode 100644 server/node_modules/side-channel/test/index.js create mode 100644 server/node_modules/side-channel/tsconfig.json create mode 100644 server/node_modules/socket.io-adapter/LICENSE create mode 100644 server/node_modules/socket.io-adapter/Readme.md create mode 100644 server/node_modules/socket.io-adapter/dist/cluster-adapter.d.ts create mode 100644 server/node_modules/socket.io-adapter/dist/cluster-adapter.js create mode 100644 server/node_modules/socket.io-adapter/dist/contrib/yeast.d.ts create mode 100644 server/node_modules/socket.io-adapter/dist/contrib/yeast.js create mode 100644 server/node_modules/socket.io-adapter/dist/in-memory-adapter.d.ts create mode 100644 server/node_modules/socket.io-adapter/dist/in-memory-adapter.js create mode 100644 server/node_modules/socket.io-adapter/dist/index.d.ts create mode 100644 server/node_modules/socket.io-adapter/dist/index.js create mode 100644 server/node_modules/socket.io-adapter/node_modules/debug/LICENSE create mode 100644 server/node_modules/socket.io-adapter/node_modules/debug/README.md create mode 100644 server/node_modules/socket.io-adapter/node_modules/debug/package.json create mode 100644 server/node_modules/socket.io-adapter/node_modules/debug/src/browser.js create mode 100644 server/node_modules/socket.io-adapter/node_modules/debug/src/common.js create mode 100644 server/node_modules/socket.io-adapter/node_modules/debug/src/index.js create mode 100644 server/node_modules/socket.io-adapter/node_modules/debug/src/node.js create mode 100644 server/node_modules/socket.io-adapter/node_modules/ms/index.js create mode 100644 server/node_modules/socket.io-adapter/node_modules/ms/license.md create mode 100644 server/node_modules/socket.io-adapter/node_modules/ms/package.json create mode 100644 server/node_modules/socket.io-adapter/node_modules/ms/readme.md create mode 100644 server/node_modules/socket.io-adapter/package.json create mode 100644 server/node_modules/socket.io-parser/LICENSE create mode 100644 server/node_modules/socket.io-parser/Readme.md create mode 100644 server/node_modules/socket.io-parser/build/cjs/binary.d.ts create mode 100644 server/node_modules/socket.io-parser/build/cjs/binary.js create mode 100644 server/node_modules/socket.io-parser/build/cjs/index.d.ts create mode 100644 server/node_modules/socket.io-parser/build/cjs/index.js create mode 100644 server/node_modules/socket.io-parser/build/cjs/is-binary.d.ts create mode 100644 server/node_modules/socket.io-parser/build/cjs/is-binary.js create mode 100644 server/node_modules/socket.io-parser/build/cjs/package.json create mode 100644 server/node_modules/socket.io-parser/build/esm-debug/binary.d.ts create mode 100644 server/node_modules/socket.io-parser/build/esm-debug/binary.js create mode 100644 server/node_modules/socket.io-parser/build/esm-debug/index.d.ts create mode 100644 server/node_modules/socket.io-parser/build/esm-debug/index.js create mode 100644 server/node_modules/socket.io-parser/build/esm-debug/is-binary.d.ts create mode 100644 server/node_modules/socket.io-parser/build/esm-debug/is-binary.js create mode 100644 server/node_modules/socket.io-parser/build/esm-debug/package.json create mode 100644 server/node_modules/socket.io-parser/build/esm/binary.d.ts create mode 100644 server/node_modules/socket.io-parser/build/esm/binary.js create mode 100644 server/node_modules/socket.io-parser/build/esm/index.d.ts create mode 100644 server/node_modules/socket.io-parser/build/esm/index.js create mode 100644 server/node_modules/socket.io-parser/build/esm/is-binary.d.ts create mode 100644 server/node_modules/socket.io-parser/build/esm/is-binary.js create mode 100644 server/node_modules/socket.io-parser/build/esm/package.json create mode 100644 server/node_modules/socket.io-parser/node_modules/debug/LICENSE create mode 100644 server/node_modules/socket.io-parser/node_modules/debug/README.md create mode 100644 server/node_modules/socket.io-parser/node_modules/debug/package.json create mode 100644 server/node_modules/socket.io-parser/node_modules/debug/src/browser.js create mode 100644 server/node_modules/socket.io-parser/node_modules/debug/src/common.js create mode 100644 server/node_modules/socket.io-parser/node_modules/debug/src/index.js create mode 100644 server/node_modules/socket.io-parser/node_modules/debug/src/node.js create mode 100644 server/node_modules/socket.io-parser/node_modules/ms/index.js create mode 100644 server/node_modules/socket.io-parser/node_modules/ms/license.md create mode 100644 server/node_modules/socket.io-parser/node_modules/ms/package.json create mode 100644 server/node_modules/socket.io-parser/node_modules/ms/readme.md create mode 100644 server/node_modules/socket.io-parser/package.json create mode 100644 server/node_modules/socket.io/LICENSE create mode 100644 server/node_modules/socket.io/Readme.md create mode 100644 server/node_modules/socket.io/client-dist/socket.io.esm.min.js create mode 100644 server/node_modules/socket.io/client-dist/socket.io.esm.min.js.map create mode 100644 server/node_modules/socket.io/client-dist/socket.io.js create mode 100644 server/node_modules/socket.io/client-dist/socket.io.js.map create mode 100644 server/node_modules/socket.io/client-dist/socket.io.min.js create mode 100644 server/node_modules/socket.io/client-dist/socket.io.min.js.map create mode 100644 server/node_modules/socket.io/client-dist/socket.io.msgpack.min.js create mode 100644 server/node_modules/socket.io/client-dist/socket.io.msgpack.min.js.map create mode 100644 server/node_modules/socket.io/dist/broadcast-operator.d.ts create mode 100644 server/node_modules/socket.io/dist/broadcast-operator.js create mode 100644 server/node_modules/socket.io/dist/client.d.ts create mode 100644 server/node_modules/socket.io/dist/client.js create mode 100644 server/node_modules/socket.io/dist/index.d.ts create mode 100644 server/node_modules/socket.io/dist/index.js create mode 100644 server/node_modules/socket.io/dist/namespace.d.ts create mode 100644 server/node_modules/socket.io/dist/namespace.js create mode 100644 server/node_modules/socket.io/dist/parent-namespace.d.ts create mode 100644 server/node_modules/socket.io/dist/parent-namespace.js create mode 100644 server/node_modules/socket.io/dist/socket-types.d.ts create mode 100644 server/node_modules/socket.io/dist/socket-types.js create mode 100644 server/node_modules/socket.io/dist/socket.d.ts create mode 100644 server/node_modules/socket.io/dist/socket.js create mode 100644 server/node_modules/socket.io/dist/typed-events.d.ts create mode 100644 server/node_modules/socket.io/dist/typed-events.js create mode 100644 server/node_modules/socket.io/dist/uws.d.ts create mode 100644 server/node_modules/socket.io/dist/uws.js create mode 100644 server/node_modules/socket.io/node_modules/debug/LICENSE create mode 100644 server/node_modules/socket.io/node_modules/debug/README.md create mode 100644 server/node_modules/socket.io/node_modules/debug/package.json create mode 100644 server/node_modules/socket.io/node_modules/debug/src/browser.js create mode 100644 server/node_modules/socket.io/node_modules/debug/src/common.js create mode 100644 server/node_modules/socket.io/node_modules/debug/src/index.js create mode 100644 server/node_modules/socket.io/node_modules/debug/src/node.js create mode 100644 server/node_modules/socket.io/node_modules/ms/index.js create mode 100644 server/node_modules/socket.io/node_modules/ms/license.md create mode 100644 server/node_modules/socket.io/node_modules/ms/package.json create mode 100644 server/node_modules/socket.io/node_modules/ms/readme.md create mode 100644 server/node_modules/socket.io/package.json create mode 100644 server/node_modules/socket.io/wrapper.mjs create mode 100644 server/node_modules/statuses/HISTORY.md create mode 100644 server/node_modules/statuses/LICENSE create mode 100644 server/node_modules/statuses/README.md create mode 100644 server/node_modules/statuses/codes.json create mode 100644 server/node_modules/statuses/index.js create mode 100644 server/node_modules/statuses/package.json create mode 100644 server/node_modules/toidentifier/HISTORY.md create mode 100644 server/node_modules/toidentifier/LICENSE create mode 100644 server/node_modules/toidentifier/README.md create mode 100644 server/node_modules/toidentifier/index.js create mode 100644 server/node_modules/toidentifier/package.json create mode 100644 server/node_modules/type-is/HISTORY.md create mode 100644 server/node_modules/type-is/LICENSE create mode 100644 server/node_modules/type-is/README.md create mode 100644 server/node_modules/type-is/index.js create mode 100644 server/node_modules/type-is/package.json create mode 100644 server/node_modules/undici-types/LICENSE create mode 100644 server/node_modules/undici-types/README.md create mode 100644 server/node_modules/undici-types/agent.d.ts create mode 100644 server/node_modules/undici-types/api.d.ts create mode 100644 server/node_modules/undici-types/balanced-pool.d.ts create mode 100644 server/node_modules/undici-types/cache.d.ts create mode 100644 server/node_modules/undici-types/client.d.ts create mode 100644 server/node_modules/undici-types/connector.d.ts create mode 100644 server/node_modules/undici-types/content-type.d.ts create mode 100644 server/node_modules/undici-types/cookies.d.ts create mode 100644 server/node_modules/undici-types/diagnostics-channel.d.ts create mode 100644 server/node_modules/undici-types/dispatcher.d.ts create mode 100644 server/node_modules/undici-types/env-http-proxy-agent.d.ts create mode 100644 server/node_modules/undici-types/errors.d.ts create mode 100644 server/node_modules/undici-types/eventsource.d.ts create mode 100644 server/node_modules/undici-types/fetch.d.ts create mode 100644 server/node_modules/undici-types/file.d.ts create mode 100644 server/node_modules/undici-types/filereader.d.ts create mode 100644 server/node_modules/undici-types/formdata.d.ts create mode 100644 server/node_modules/undici-types/global-dispatcher.d.ts create mode 100644 server/node_modules/undici-types/global-origin.d.ts create mode 100644 server/node_modules/undici-types/handlers.d.ts create mode 100644 server/node_modules/undici-types/header.d.ts create mode 100644 server/node_modules/undici-types/index.d.ts create mode 100644 server/node_modules/undici-types/interceptors.d.ts create mode 100644 server/node_modules/undici-types/mock-agent.d.ts create mode 100644 server/node_modules/undici-types/mock-client.d.ts create mode 100644 server/node_modules/undici-types/mock-errors.d.ts create mode 100644 server/node_modules/undici-types/mock-interceptor.d.ts create mode 100644 server/node_modules/undici-types/mock-pool.d.ts create mode 100644 server/node_modules/undici-types/package.json create mode 100644 server/node_modules/undici-types/patch.d.ts create mode 100644 server/node_modules/undici-types/pool-stats.d.ts create mode 100644 server/node_modules/undici-types/pool.d.ts create mode 100644 server/node_modules/undici-types/proxy-agent.d.ts create mode 100644 server/node_modules/undici-types/readable.d.ts create mode 100644 server/node_modules/undici-types/retry-agent.d.ts create mode 100644 server/node_modules/undici-types/retry-handler.d.ts create mode 100644 server/node_modules/undici-types/util.d.ts create mode 100644 server/node_modules/undici-types/webidl.d.ts create mode 100644 server/node_modules/undici-types/websocket.d.ts create mode 100644 server/node_modules/unpipe/HISTORY.md create mode 100644 server/node_modules/unpipe/LICENSE create mode 100644 server/node_modules/unpipe/README.md create mode 100644 server/node_modules/unpipe/index.js create mode 100644 server/node_modules/unpipe/package.json create mode 100644 server/node_modules/utils-merge/.npmignore create mode 100644 server/node_modules/utils-merge/LICENSE create mode 100644 server/node_modules/utils-merge/README.md create mode 100644 server/node_modules/utils-merge/index.js create mode 100644 server/node_modules/utils-merge/package.json create mode 100644 server/node_modules/vary/HISTORY.md create mode 100644 server/node_modules/vary/LICENSE create mode 100644 server/node_modules/vary/README.md create mode 100644 server/node_modules/vary/index.js create mode 100644 server/node_modules/vary/package.json create mode 100644 server/node_modules/ws/LICENSE create mode 100644 server/node_modules/ws/README.md create mode 100644 server/node_modules/ws/browser.js create mode 100644 server/node_modules/ws/index.js create mode 100644 server/node_modules/ws/lib/buffer-util.js create mode 100644 server/node_modules/ws/lib/constants.js create mode 100644 server/node_modules/ws/lib/event-target.js create mode 100644 server/node_modules/ws/lib/extension.js create mode 100644 server/node_modules/ws/lib/limiter.js create mode 100644 server/node_modules/ws/lib/permessage-deflate.js create mode 100644 server/node_modules/ws/lib/receiver.js create mode 100644 server/node_modules/ws/lib/sender.js create mode 100644 server/node_modules/ws/lib/stream.js create mode 100644 server/node_modules/ws/lib/subprotocol.js create mode 100644 server/node_modules/ws/lib/validation.js create mode 100644 server/node_modules/ws/lib/websocket-server.js create mode 100644 server/node_modules/ws/lib/websocket.js create mode 100644 server/node_modules/ws/package.json create mode 100644 server/node_modules/ws/wrapper.mjs create mode 100644 server/package-lock.json create mode 100644 server/package.json delete mode 100644 src/api/mock-client.ts delete mode 100644 src/api/proxmox-client.ts delete mode 100644 src/api/proxmox/cluster.ts delete mode 100644 src/api/proxmox/events.ts delete mode 100644 src/api/proxmox/guests.ts delete mode 100644 src/api/proxmox/index.ts delete mode 100644 src/api/proxmox/node-discovery.ts delete mode 100644 src/api/proxmox/node-status.ts delete mode 100644 src/api/proxmox/types.ts delete mode 100644 src/config/index.ts delete mode 100644 src/mock/README.md delete mode 100644 src/mock/custom-data.ts delete mode 100644 src/mock/run-server.ts delete mode 100644 src/mock/server.ts delete mode 100644 src/mock/templates.ts delete mode 100644 src/routes/api.ts delete mode 100644 src/routes/dev.ts delete mode 100644 src/scripts/test-cluster-mode.js delete mode 100644 src/server.ts delete mode 100644 src/services/metrics-service.ts delete mode 100644 src/services/node-manager.ts delete mode 100644 src/types/index.ts delete mode 100644 src/utils/config-validator.ts delete mode 100644 src/utils/format.ts delete mode 100644 src/utils/logger.ts delete mode 100644 src/websocket/index.ts delete mode 100644 start.bat delete mode 100755 start.sh delete mode 100644 tools/screenshot-automation/README.md delete mode 100644 tools/screenshot-automation/cli.ts delete mode 100644 tools/screenshot-automation/debug-filter.js delete mode 100644 tools/screenshot-automation/debug-filters.js delete mode 100644 tools/screenshot-automation/filter-debug.png delete mode 100644 tools/screenshot-automation/initial-state.png delete mode 100644 tools/screenshot-automation/logger.ts delete mode 100644 tools/screenshot-automation/package-lock.json delete mode 100644 tools/screenshot-automation/package.json delete mode 100755 tools/screenshot-automation/run-screenshots.sh delete mode 100644 tools/screenshot-automation/screenshot-config.json delete mode 100644 tools/screenshot-automation/screenshot.ts delete mode 100755 tools/screenshot-automation/start-screenshot-server.sh delete mode 100644 tools/screenshot-automation/tsconfig.json delete mode 100644 tools/screenshot-automation/types.ts delete mode 100755 tools/screenshot-automation/update-screenshots.sh delete mode 100644 tsconfig.json diff --git a/.env.example b/.env.example deleted file mode 100644 index 6ae9da02e..000000000 --- a/.env.example +++ /dev/null @@ -1,107 +0,0 @@ -# Pulse Environment Configuration -# Copy this file to .env to configure your environment - -# === Basic Configuration === -# Set to 'production' for normal use or 'development' for testing -NODE_ENV=production -# Log level: 'error', 'warn', 'info', 'debug' -LOG_LEVEL=info -# Port for the application server -PORT=7654 - -# === Proxmox Configuration === -# Replace with your Proxmox VE node details - -# Node 1 -PROXMOX_NODE_1_NAME=Proxmox Node 1 -PROXMOX_NODE_1_HOST=https://proxmox.local:8006 -PROXMOX_NODE_1_TOKEN_ID=root@pam!pulse -PROXMOX_NODE_1_TOKEN_SECRET=your-token-secret - -# Node 2 (optional) -# PROXMOX_NODE_2_NAME=Proxmox Node 2 -# PROXMOX_NODE_2_HOST=https://proxmox2.local:8006 -# PROXMOX_NODE_2_TOKEN_ID=root@pam!pulse -# PROXMOX_NODE_2_TOKEN_SECRET=your-token-secret - -# === SSL Configuration === -# SECURITY WARNING: -# - For development or internal networks, you can set these to true/0 -# - For production, set these to false/1 and ensure proper SSL certificates are installed -# - Setting these to true/0 disables SSL certificate validation and is not secure for production -IGNORE_SSL_ERRORS=true -NODE_TLS_REJECT_UNAUTHORIZED=0 - -# === Application Configuration === -# How many minutes of metrics history to keep in memory -METRICS_HISTORY_MINUTES=30 -# Polling intervals (in milliseconds) -NODE_POLLING_INTERVAL_MS=15000 -EVENT_POLLING_INTERVAL_MS=5000 -# API rate limiting settings -API_RATE_LIMIT_MS=2000 -API_TIMEOUT_MS=90000 -API_RETRY_DELAY_MS=10000 -# Maximum realistic network rate in MB/s (default: 125 MB/s = 1 Gbps) -# Increase this value for faster networks: -# - 1250 for 10 Gbps networks -# - 3125 for 25 Gbps networks -# - 12500 for 100 Gbps networks -METRICS_MAX_REALISTIC_RATE=125 -# Enable developer tools (set to true only for debugging production issues) -ENABLE_DEV_TOOLS=false - -# === Performance Tuning === -# Uncomment to enable events-only mode (reduces resource usage) -# This will only query for events without constantly fetching full resource stats -# EVENTS_ONLY_MODE=true - -# === Cluster Configuration === -# Pulse automatically detects if your Proxmox nodes are part of a cluster -# Set to 'false' to disable automatic cluster detection -# PROXMOX_AUTO_DETECT_CLUSTER=true -# Set to 'false' to disable cluster mode even if a cluster is detected -# PROXMOX_CLUSTER_MODE=true -# Custom name for your cluster (defaults to the detected cluster name or 'proxmox-cluster') -# PROXMOX_CLUSTER_NAME=my-cluster - -# === Testing Options === -# Set to 'true' to use mock data instead of connecting to a real Proxmox server -# For production: false -# For development with mock data: true -USE_MOCK_DATA=false -MOCK_DATA_ENABLED=false - -# === Mock Cluster Settings === -# Only used when mock data is enabled -# Set to 'false' to disable mock cluster mode -# MOCK_CLUSTER_ENABLED=true -# Custom name for the mock cluster -# MOCK_CLUSTER_NAME=mock-cluster - -# === Docker Configuration === -# Docker container name -CONTAINER_NAME=pulse -# Which Dockerfile to use (you shouldn't need to change this) -# For production: docker/Dockerfile -# For development: docker/Dockerfile.dev -DOCKERFILE=docker/Dockerfile -# Container restart policy -RESTART_POLICY=unless-stopped -# Set to 'true' to run in test mode (no actual changes will be made) -DRY_RUN=false - -# === Developer Options === -# Uncomment these lines only if you're developing or modifying the application -# DEV_SRC_MOUNT=./src:/app/src -# DEV_FRONTEND_SRC_MOUNT=./frontend/src:/app/frontend/src -# DEV_FRONTEND_PUBLIC_MOUNT=./frontend/public:/app/frontend/public -# DEV_FRONTEND_INDEX_MOUNT=./frontend/index.html:/app/frontend/index.html -# DEV_FRONTEND_CONFIG_MOUNT=./frontend/vite.config.js:/app/frontend/vite.config.js -# DEV_SCRIPTS_MOUNT=./scripts:/app/scripts -# DEV_ENV_MOUNT=./environments:/app/environments - -# === Frontend Configuration === -# NOTE: It's recommended to NOT set VITE_API_URL as it can cause WebSocket connection issues -# The application will automatically use the correct URL based on how you access it -# VITE_API_URL=http://your-server-ip:7654 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index f3243e729..000000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,38 +0,0 @@ ---- -name: Bug Report -about: Create a report to help us improve -title: '[BUG] ' -labels: bug -assignees: '' ---- - -## Bug Description -A clear and concise description of what the bug is. - -## Steps To Reproduce -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -## Expected Behavior -A clear and concise description of what you expected to happen. - -## Actual Behavior -What actually happened instead. - -## Screenshots -If applicable, add screenshots to help explain your problem. - -## Environment -- OS: [e.g. Ubuntu 22.04, Windows 11, macOS 13.0] -- Browser: [e.g. Chrome 108, Firefox 106] -- Proxmox VE Version: [e.g. 7.3-3] -- Pulse Version: [e.g. 1.2.1] -- Deployment Method: [e.g. Docker, Docker Compose] - -## Additional Context -Add any other context about the problem here. For example: -- Does it happen consistently or intermittently? -- Are there any error messages in the browser console or server logs? -- Did this work in a previous version? \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index bbb4176c4..000000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Feature Request -about: Suggest an idea for this project -title: '[FEATURE] ' -labels: enhancement -assignees: '' ---- - -## Problem Statement -A clear and concise description of what problem this feature would solve. -Example: I'm always frustrated when [...] - -## Proposed Solution -A clear and concise description of what you want to happen. - -## Alternative Solutions -A clear and concise description of any alternative solutions or features you've considered. - -## Example Implementation -If you can, provide examples of how this feature works in other applications or how it might be implemented. - -## Additional Context -Add any other context, screenshots, or mockups about the feature request here. \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md b/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md deleted file mode 100644 index c8f7edf39..000000000 --- a/.github/PULL_REQUEST_TEMPLATE/pull_request_template.md +++ /dev/null @@ -1,28 +0,0 @@ -## Description - - -Fixes # (issue) - -## Type of change - - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation update - -## How Has This Been Tested? - - -- [ ] Test A -- [ ] Test B - -## Checklist: - -- [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes \ No newline at end of file diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 81a518ed7..000000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - versioning-strategy: auto - - - package-ecosystem: "npm" - directory: "/frontend" - schedule: - interval: "weekly" - open-pull-requests-limit: 10 - versioning-strategy: auto \ No newline at end of file diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 425f8cf78..000000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,24 +0,0 @@ -## Description -Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. - -Fixes # (issue) - -## Type of change -Please delete options that are not relevant. - -- [ ] Bug fix (non-breaking change which fixes an issue) -- [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) -- [ ] Documentation update - -## How Has This Been Tested? -Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. - -## Checklist: -- [ ] My code follows the style guidelines of this project -- [ ] I have performed a self-review of my own code -- [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] I have made corresponding changes to the documentation -- [ ] My changes generate no new warnings -- [ ] I have added tests that prove my fix is effective or that my feature works -- [ ] New and existing unit tests pass locally with my changes \ No newline at end of file diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 99a8e4c47..000000000 --- a/.gitignore +++ /dev/null @@ -1,57 +0,0 @@ -# Dependencies -node_modules/ -npm-debug.log -yarn-debug.log -yarn-error.log - -# Environment variables -.env -.env.local -.env.*.local -.env.backup - -# Build output -dist/ -build/ - -# Logs -logs/ -*.log -socket-debug.log - -# Reports -reports/ -# But include the mock test report for documentation -!reports/proxmox-api-test-*.json - -# IDE and editor files -.idea/ -.vscode/ -*.swp -*.swo - -# OS files -.DS_Store -Thumbs.db - -# Test coverage -coverage/ .cursor/ - -# Maintainer-only scripts -scripts/release.sh - -# Release process -.release-prompt.md -.commit-prompt.md -docs/RELEASE_PROCESS.md - -# Development tools -/tmp/pulse-*.log - -# Personal checklist -VERSION_UPDATE_CHECKLIST.md - -docker-compose.dev.yml - -# Issue responses directory -.draft-notes/ diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 461b56f3b..000000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,228 +0,0 @@ -# Changelog - -## [Unreleased] - -## [1.6.4] - 2024-03-14 - -### Added -- Added DEMO MODE indicator when running with mock data - -### Fixed -- Fixed Demo Mode banner and environment detection for mock data -- Fixed type column sorting to properly alternate between CT and VM -- Fixed sorting for status and type columns with special case handling -- Improved mock data with more stopped guests and proper uptime values -- Enhanced mock data with more dynamic changes and patterns -- Fixed Docker development environment by preventing duplicate .dev extension in Dockerfile path - -### Documentation -- Updated README with clear all-in-one installation command and Node.js version requirements -- Updated README.md and GETTING-STARTED.md with correct startup procedures and commands -- Updated version link to point to specific release tag - -## [1.6.3] - 2024-03-13 - -### Security -- Fixed high severity vulnerability (GHSA-v2mw-5mch-w8c5) by removing unused jspdf and jspdf-autotable packages -- Updated Babel dependencies to fix moderate severity vulnerability (GHSA-968p-4wvh-cqc8) - -## [1.6.2] - 2024-03-13 - -### Added -- Improved application launcher UI with a more user-friendly menu - -### Fixed -- Reduced spacing between header and content for better layout -- Fixed search highlighting to only highlight relevant columns with prefix searches -- Improved screenshot quality and automation workflow -- Updated Docker Compose environment variables to match .env.example format - -## [1.6.1] - 2024-03-12 - -### Fixed -- Reverted to the original environment variable naming format (PROXMOX_NODE_1_NAME, etc.) -- Removed the new environment variable format introduced in v1.6.0 -- Improved backward compatibility for users upgrading from earlier versions - -## [1.6.0] - 2024-03-12 - -### Added -- New one-line installation command: `git clone https://github.com/rcourtman/pulse.git && cd pulse && npm run install:pulse` -- Interactive installation script (`scripts/install.sh`) for guided setup -- New logging system with advanced filtering and real-time monitoring -- Comprehensive logging documentation in `docs/logging.md` -- New utility scripts for troubleshooting and configuration -- Getting Started guide (`GETTING-STARTED.md`) for new users -- Improved metrics service with better rate detection and capping -- New npm scripts for common operations (logs, status, restart, stop, cleanup) -- Proxmox cluster support: Added automatic detection and handling of Proxmox clusters - - System now automatically detects if nodes are part of a cluster without manual configuration - - Manual configuration via PROXMOX_CLUSTER_MODE is still supported but optional -- New configuration options: PROXMOX_CLUSTER_MODE and PROXMOX_CLUSTER_NAME (optional) -- Prevents duplicate VMs/CTs from appearing when multiple nodes from the same cluster are configured -- Mock cluster simulation for development and testing -- New mock data environment variables: MOCK_CLUSTER_ENABLED and MOCK_CLUSTER_NAME (optional) -- Updated documentation for mock data and cluster functionality -- Simplified environment configuration with a single .env file -- Improved development and production scripts for better cross-platform support -- New start-prod.sh and start-prod.bat scripts for production deployment -- Comprehensive mock data documentation in docs/MOCK_DATA.md -- Enhanced Docker development environment with detached mode and cleanup commands -- Performance tuning documentation and optimized default settings: - - Increased polling intervals to reduce Proxmox server load (NODE_POLLING_INTERVAL_MS, EVENT_POLLING_INTERVAL_MS) - - Added API rate limiting settings (API_RATE_LIMIT_MS, API_TIMEOUT_MS, API_RETRY_DELAY_MS) - - Reduced memory usage with optimized metrics history (METRICS_HISTORY_MINUTES) - - New performance tuning guide in documentation -- Animated pulsing logo for better visual feedback -- Detailed WebSocket troubleshooting guide for connection issues -- Enhanced CPU modeling in simulation mode for more realistic testing - -### Changed -- Simplified environment configuration with a single `.env` file instead of multiple environment-specific files -- Improved Docker configuration with dynamic environment variables -- **IMPORTANT**: Default polling intervals have been increased to reduce load on Proxmox servers - - NODE_POLLING_INTERVAL_MS: 1000ms → 15000ms - - EVENT_POLLING_INTERVAL_MS: 1000ms → 5000ms - - METRICS_HISTORY_MINUTES: 60 → 30 - - Users upgrading from previous versions should update their environment settings for optimal performance -- Restructured project organization for better maintainability -- Updated container name from `pulse-app` to `pulse` -- Moved Docker files to `docker/` directory -- Enhanced metrics service to handle unrealistic network rates -- Updated documentation to reflect new simplified configuration -- Improved WebSocket troubleshooting with new diagnostic tools -- Combine system type and visibility filters, improve UI design -- Refactor NetworkDisplay component into smaller, more manageable files with custom hooks and components -- Optimize column widths for space conservation in network table -- Refactor proxmox-client.ts into smaller modules for better maintainability -- Enhance network table UI with improved filtering and search functionality -- Improve space efficiency for important metric columns -- Standardize styling across all dropdown menus and popovers -- Move status column to leftmost position for better organization -- Center status icons for better visual alignment -- Replace status text with icon-only display to save space -- Updated README with new screenshots and improved documentation -- Enhance export functionality with additional fields (Type, ID, Uptime) in NetworkDisplay -- Clarify node vs guest counts in dropdown by adding descriptive labels -- Improved error handling in Proxmox API client -- Enhanced network metrics stability with moving average calculations - -### Removed -- Separate environment files (`.env.development`, `.env.production`) -- Redundant Docker Compose files (merged into a single configurable file) -- Legacy startup scripts (replaced with the new launcher system) - -## [1.5.4] - 2024-03-26 - -### Fixed -- Fixed network rate calculation to properly handle Proxmox cumulative counters, resolving inaccurate network speed reporting - -## [1.5.3] - 2025-03-10 - -### Security -- Improved Docker networking security by making bridge networking (default) work properly with WebSockets -- Removed host network mode as the default recommendation for better container isolation -- Updated documentation to prioritize secure networking options - -### Fixed -- Enhanced WebSocket connection handling to work correctly in bridge network mode -- Improved hostname resolution for WebSocket connections - -## [1.5.2] - 2025-03-01 - -### Fixed -- WebSocket connection issues in Docker environments by using the browser's hostname instead of hardcoded localhost -- Updated docker-compose.yml to use host network mode by default to fix connection issues -- Added comprehensive troubleshooting guide for WebSocket connection problems - -## [1.5.1] - 2025-03-10 - -### Added -- Improved error handling for WebSocket connections -- Better logging for connection issues - -### Fixed -- Various minor UI bugs -- Performance improvements for metric collection - -## [1.5.0] - 2024-03-10 - -### Added -- New animated pulse logo implementation -- Cross-platform development environment with hot-reloading -- Cross-platform cleanup script for development processes - -### Fixed -- Fixed Vite port incrementing issues -- Fixed logo asset inclusion in Docker build -- Improved Docker development environment setup - -### Changed -- Improved Docker build and release process -- Enhanced Docker Compose setup for users and developers -- Updated development workflow documentation - -## [1.4.1] - 2024-03-15 - -### Fixed -- Fixed static file serving in production Docker container - -## [1.4.0] - 2024-03-15 - -### Added -- Improved favicon support with multiple sizes and formats -- Detailed Docker buildx setup and troubleshooting documentation -- Comprehensive release process documentation -- Improved changelog generation process - -### Changed -- Updated dependencies to latest major versions (@types/express@5, node-fetch@3, @types/react-dom@19) -- Simplified release process and removed automated script references -- Consolidated release documentation into single comprehensive guide -- Improved TypeScript type definitions in API routes - -### Fixed -- TypeScript build errors in API route handlers -- Updated package-lock.json versions - -## [1.3.1] - 2025-03-10 - -### Security -- Update axios to version 1.8.2 to address SSRF and Credential Leakage vulnerability (GHSA-jr5f-v2jv-69x6) - -## [1.3.0] - 2024-03-09 - -### Added -- Dashboard screenshot to README -- Ko-fi support button and Support section -- Code of Conduct based on Contributor Covenant -- GitHub templates and developer documentation -- Development architecture explanation to README -- start-dev.sh script to repository - -### Changed -- Combine system type and visibility filters, improve UI design -- Refactor NetworkDisplay component into smaller, more manageable files with custom hooks and components -- Optimize column widths for space conservation in network table -- Refactor proxmox-client.ts into smaller modules for better maintainability -- Enhance network table UI with improved filtering and search functionality -- Improve space efficiency for important metric columns -- Standardize styling across all dropdown menus and popovers -- Move status column to leftmost position for better organization -- Center status icons for better visual alignment -- Replace status text with icon-only display to save space -- Update README with new screenshots and improved documentation -- Enhance export functionality with additional fields (Type, ID, Uptime) in NetworkDisplay -- Clarify node vs guest counts in dropdown by adding descriptive labels - -### Fixed -- Fix search filtering for type terms and optimize type column width -- Update vite.config.js to use IPv4 (127.0.0.1) instead of IPv6 (::1) for WebSocket connections -- Fix transparent table headers in CT/VM list by adding solid background and border -- Fix column visibility issues in network table -- Improve dropdown behavior and styling -- Ensure 'No Matching Systems' message spans full table width - -## [1.2.1] - 2024-03-04 - -Initial versioned release. \ No newline at end of file diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index 7b241e0a9..000000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,125 +0,0 @@ -# Contributor Covenant Code of Conduct - -## Our Pledge - -We as members, contributors, and leaders pledge to make participation in our -community a harassment-free experience for everyone, regardless of age, body -size, visible or invisible disability, ethnicity, sex characteristics, gender -identity and expression, level of experience, education, socio-economic status, -nationality, personal appearance, race, religion, or sexual identity -and orientation. - -We pledge to act and interact in ways that contribute to an open, welcoming, -diverse, inclusive, and healthy community. - -## Our Standards - -Examples of behavior that contributes to a positive environment for our -community include: - -* Demonstrating empathy and kindness toward other people -* Being respectful of differing opinions, viewpoints, and experiences -* Giving and gracefully accepting constructive feedback -* Accepting responsibility and apologizing to those affected by our mistakes, - and learning from the experience -* Focusing on what is best not just for us as individuals, but for the - overall community - -Examples of unacceptable behavior include: - -* The use of sexualized language or imagery, and sexual attention or - advances of any kind -* Trolling, insulting or derogatory comments, and personal or political attacks -* Public or private harassment -* Publishing others' private information, such as a physical or email - address, without their explicit permission -* Other conduct which could reasonably be considered inappropriate in a - professional setting - -## Enforcement Responsibilities - -Project maintainers are responsible for clarifying and enforcing our standards of -acceptable behavior and will take appropriate and fair corrective action in -response to any behavior that they deem inappropriate, threatening, offensive, -or harmful. - -Project maintainers have the right and responsibility to remove, edit, or reject -comments, commits, code, wiki edits, issues, and other contributions that are -not aligned to this Code of Conduct, and will communicate reasons for moderation -decisions when appropriate. - -## Scope - -This Code of Conduct applies within all community spaces, and also applies when -an individual is officially representing the community in public spaces. -Examples of representing our community include using an official e-mail address, -posting via an official social media account, or acting as an appointed -representative at an online or offline event. - -## Enforcement - -Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported to the project maintainers responsible for enforcement at -courtmanr@gmail.com. -All complaints will be reviewed and investigated promptly and fairly. - -All project maintainers are obligated to respect the privacy and security of the -reporter of any incident. - -## Enforcement Guidelines - -Project maintainers will follow these Community Impact Guidelines in determining -the consequences for any action they deem in violation of this Code of Conduct: - -### 1. Correction - -**Community Impact**: Use of inappropriate language or other behavior deemed -unprofessional or unwelcome in the community. - -**Consequence**: A private, written warning from project maintainers, providing -clarity around the nature of the violation and an explanation of why the -behavior was inappropriate. A public apology may be requested. - -### 2. Warning - -**Community Impact**: A violation through a single incident or series of -actions. - -**Consequence**: A warning with consequences for continued behavior. No -interaction with the people involved, including unsolicited interaction with -those enforcing the Code of Conduct, for a specified period of time. This -includes avoiding interactions in community spaces as well as external channels -like social media. Violating these terms may lead to a temporary or permanent -ban. - -### 3. Temporary Ban - -**Community Impact**: A serious violation of community standards, including -sustained inappropriate behavior. - -**Consequence**: A temporary ban from any sort of interaction or public -communication with the community for a specified period of time. No public or -private interaction with the people involved, including unsolicited interaction -with those enforcing the Code of Conduct, is allowed during this period. -Violating these terms may lead to a permanent ban. - -### 4. Permanent Ban - -**Community Impact**: Demonstrating a pattern of violation of community -standards, including sustained inappropriate behavior, harassment of an -individual, or aggression toward or disparagement of classes of individuals. - -**Consequence**: A permanent ban from any sort of public interaction within the -community. - -## Attribution - -This Code of Conduct is adapted from the [Contributor Covenant][homepage], -version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. - -[homepage]: https://www.contributor-covenant.org - -For answers to common questions about this code of conduct, see the FAQ at -https://www.contributor-covenant.org/faq. Translations are available at -https://www.contributor-covenant.org/translations. \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 02ee18e30..000000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,82 +0,0 @@ -# Contributing to Pulse for Proxmox VE - -Thank you for considering contributing to Pulse for Proxmox VE! This document outlines the process for contributing to the project. - -## Code of Conduct - -By participating in this project, you agree to abide by our [Code of Conduct](CODE_OF_CONDUCT.md). - -## How Can I Contribute? - -### Reporting Bugs - -This section guides you through submitting a bug report. Following these guidelines helps maintainers understand your report, reproduce the behavior, and find related reports. - -Before creating bug reports, please check [the issue list](https://github.com/rcourtman/pulse/issues) as you might find that you don't need to create one. When you are creating a bug report, please include as many details as possible: - -* **Use a clear and descriptive title** for the issue to identify the problem. -* **Describe the exact steps which reproduce the problem** in as many details as possible. -* **Provide specific examples to demonstrate the steps**. Include links to files or GitHub projects, or copy/pasteable snippets, which you use in those examples. -* **Describe the behavior you observed after following the steps** and point out what exactly is the problem with that behavior. -* **Explain which behavior you expected to see instead and why.** -* **Include screenshots and animated GIFs** which show you following the described steps and clearly demonstrate the problem. -* **If the problem is related to performance or memory**, include a CPU profile capture with your report. -* **If the problem wasn't triggered by a specific action**, describe what you were doing before the problem happened. - -### Suggesting Enhancements - -This section guides you through submitting an enhancement suggestion, including completely new features and minor improvements to existing functionality. - -* **Use a clear and descriptive title** for the issue to identify the suggestion. -* **Provide a step-by-step description of the suggested enhancement** in as many details as possible. -* **Provide specific examples to demonstrate the steps**. Include copy/pasteable snippets which you use in those examples. -* **Describe the current behavior** and **explain which behavior you expected to see instead** and why. -* **Include screenshots and animated GIFs** which help you demonstrate the steps or point out the part of Pulse for Proxmox VE which the suggestion is related to. -* **Explain why this enhancement would be useful** to most Pulse for Proxmox VE users. -* **List some other applications where this enhancement exists.** - -### Pull Requests - -* Fill in the required template -* Do not include issue numbers in the PR title -* Include screenshots and animated GIFs in your pull request whenever possible -* Follow the JavaScript/TypeScript styleguide -* Include adequate tests -* Document new code -* End all files with a newline - -## Development Process - -### Setting Up Development Environment - -1. Fork the repository -2. Clone your fork: `git clone https://github.com/your-username/pulse.git` -3. Install dependencies: `npm install` -4. Install frontend dependencies: `cd frontend && npm install` -5. Create a `.env` file based on the `.env.example` file -6. Run the application: `npm run pulse` - -### Coding Style - -* Use 2 spaces for indentation -* Use camelCase for variables and functions -* Use PascalCase for classes and components -* Use UPPERCASE for constants -* Add comments for complex logic - -### Testing - -* Write tests for new features -* Ensure all tests pass before submitting a pull request -* Run tests with `npm test` - -### Commit Messages - -* Use the present tense ("Add feature" not "Added feature") -* Use the imperative mood ("Move cursor to..." not "Moves cursor to...") -* Limit the first line to 72 characters or less -* Reference issues and pull requests liberally after the first line - -## License - -By contributing to Pulse for Proxmox VE, you agree that your contributions will be licensed under the project's [MIT License](LICENSE). \ No newline at end of file diff --git a/GETTING-STARTED.md b/GETTING-STARTED.md deleted file mode 100644 index 25cd478da..000000000 --- a/GETTING-STARTED.md +++ /dev/null @@ -1,207 +0,0 @@ -# Getting Started with Pulse for Proxmox VE - -This guide will help you set up and run Pulse for Proxmox VE on your system. - -## Prerequisites - -- [Node.js](https://nodejs.org/) (v14 or higher) -- [npm](https://www.npmjs.com/) (comes with Node.js) -- [Docker](https://www.docker.com/) (recommended) -- A Proxmox VE server with API access -- A Proxmox API token with appropriate permissions - -## Quick Setup - -1. **Clone the repository**: - ```bash - git clone https://github.com/rcourtman/pulse.git - cd pulse - ``` - -2. **Start the development environment**: - - On Linux/macOS: - ```bash - ./scripts/start-dev.sh - ``` - - On Windows: - ```bash - scripts\start-dev.bat - ``` - - This is the quickest way to get started with Pulse in development mode with mock data. - -3. **Create a Proxmox API token** (if you want to use real data): - - Follow the instructions in the [Creating a Proxmox API Token](README.md#creating-a-proxmox-api-token) section of the README - - You'll need this token to connect to your Proxmox server - -4. **Configure your environment**: - - Copy the example environment file: `cp .env.example .env` - - Edit this file to add your Proxmox server details and API token - -5. **Access the dashboard**: - - Open your browser and navigate to http://localhost:3000 - - You should see the Pulse dashboard with your Proxmox data (or mock data if using development mode) - -## Environment Configuration - -Create a `.env` file in the project root with your Proxmox details. Here's the correct structure: - -```bash -# === Basic Configuration === -NODE_ENV=production -LOG_LEVEL=info -PORT=7654 - -# === Proxmox Configuration === -# Node 1 -PROXMOX_NODE_1_NAME=Proxmox Node 1 -PROXMOX_NODE_1_HOST=https://proxmox.local:8006 -PROXMOX_NODE_1_TOKEN_ID=root@pam!pulse -PROXMOX_NODE_1_TOKEN_SECRET=your-token-secret - -# Node 2 (optional) -# PROXMOX_NODE_2_NAME=Proxmox Node 2 -# PROXMOX_NODE_2_HOST=https://proxmox2.local:8006 -# PROXMOX_NODE_2_TOKEN_ID=root@pam!pulse -# PROXMOX_NODE_2_TOKEN_SECRET=your-token-secret - -# === SSL Configuration === -# For self-signed certificates or development -IGNORE_SSL_ERRORS=true -NODE_TLS_REJECT_UNAUTHORIZED=0 -PROXMOX_REJECT_UNAUTHORIZED=false -HTTPS_REJECT_UNAUTHORIZED=false -PROXMOX_INSECURE=true -PROXMOX_VERIFY_SSL=false - -# === Testing Options === -# Set to 'true' to use mock data instead of connecting to a real Proxmox server -USE_MOCK_DATA=false -MOCK_DATA_ENABLED=false - -# === Cluster Configuration === -PROXMOX_AUTO_DETECT_CLUSTER=true -PROXMOX_CLUSTER_MODE=false - -# === Performance Tuning === -METRICS_HISTORY_MINUTES=30 -NODE_POLLING_INTERVAL_MS=15000 -EVENT_POLLING_INTERVAL_MS=5000 -API_RATE_LIMIT_MS=2000 -API_TIMEOUT_MS=90000 -API_RETRY_DELAY_MS=10000 -``` - -> ⚠️ **Security Note**: The `.env` file contains sensitive information. Do not commit it to your repository. - -## Running Different Environments - -Pulse can be run in different modes depending on your needs: - -### Development Mode with Mock Data (Recommended for Testing) - -The quickest way to start Pulse in development mode with mock data: - -```bash -# On Linux/macOS -./scripts/start-dev.sh - -# On Windows -scripts\start-dev.bat -``` - -This starts Pulse in development mode with hot reloading for both frontend and backend, using mock data so you don't need a real Proxmox server. - -### Development Mode with Real Data - -To use real Proxmox data in development mode: - -1. Edit your `.env` file and set: -``` -USE_MOCK_DATA=false -MOCK_DATA_ENABLED=false -``` - -2. Run the development script: -```bash -# On Linux/macOS -./scripts/start-dev.sh - -# On Windows -scripts\start-dev.bat -``` - -### Production Mode - -```bash -# Local production mode -npm run prod - -# Docker production mode -npm run prod:docker -``` - -This starts Pulse in production mode, optimized for performance, using your real Proxmox server. - -## Performance Tuning - -If you notice that Pulse is consuming too many resources or overwhelming your Proxmox server, you can adjust several settings in your `.env` file: - -### Polling Intervals -- `NODE_POLLING_INTERVAL_MS`: How often to poll for node status (recommended: 15000ms) -- `EVENT_POLLING_INTERVAL_MS`: How often to poll for events (recommended: 5000ms) - -### Metrics Storage -- `METRICS_HISTORY_MINUTES`: How many minutes of metrics to keep in memory (recommended: 30) - -### API Rate Limiting -- `API_RATE_LIMIT_MS`: Minimum time between API requests (recommended: 2000ms) -- `API_TIMEOUT_MS`: Timeout for API requests (recommended: 90000ms) -- `API_RETRY_DELAY_MS`: Delay before retrying failed requests (recommended: 10000ms) - -### Cluster Settings -If not using cluster mode, you can disable these features to reduce API calls: -- `PROXMOX_CLUSTER_MODE=false` -- `PROXMOX_AUTO_DETECT_CLUSTER=false` - -## Troubleshooting - -If you encounter issues: - -1. **Check your environment configuration**: - - Verify that your Proxmox server is accessible - - Ensure your API token has the correct permissions - - Check that your `.env` file has the correct values - -2. **Try development mode with mock data**: - ```bash - ./scripts/start-dev.sh - ``` - This will help verify that the application works without needing a Proxmox server. - -3. **Check the Docker logs**: - ```bash - docker logs pulse - ``` - Or use the standard Docker log viewing commands to see what's happening. - -4. **Stop running containers**: - ```bash - npm run stop - ``` - -5. **Clean up and start fresh**: - ```bash - npm run cleanup - npm run prod:docker - ``` - -## Next Steps - -- Explore the dashboard and familiarize yourself with the interface -- Check out the [README](README.md) for more detailed information -- Consider setting up Pulse as a service for continuous monitoring - -For more advanced configuration options, see the [Advanced Configuration](README.md#-advanced-configuration) section in the README. \ No newline at end of file diff --git a/README.md b/README.md deleted file mode 100644 index fabff9031..000000000 --- a/README.md +++ /dev/null @@ -1,655 +0,0 @@ -# Pulse Logo Pulse for Proxmox VE - -A lightweight, responsive monitoring application for Proxmox VE that displays real-time metrics for CPU, memory, network, and disk usage across multiple nodes. - -![Pulse Dashboard for Proxmox VE](docs/images/dashboard.png) - -## ⚡ Quick Installation - -> **Prerequisites**: Node.js v20.0.0 or higher is required! - -```bash -# All-in-one command to clone repo, install dependencies, and start development server -git clone https://github.com/rcourtman/pulse.git && cd pulse && npm install && cd frontend && npm install && cd .. && ./scripts/start-dev.sh -``` - -> **Note:** The above command will install all dependencies and start Pulse in development mode with mock data. For real Proxmox data, you'll need a Proxmox API token. See the [Creating a Proxmox API Token](#creating-a-proxmox-api-token) section below. - -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/rcourtman) - -## 📋 Table of Contents -- [Quick Start](#-quick-start) -- [Getting Started Guide](GETTING-STARTED.md) -- [Project Organization](#-project-organization) -- [Configuration](#-configuration) -- [Common Commands](#️-common-commands) -- [Docker Configuration](#-docker-configuration) -- [Features](#-features) -- [Troubleshooting](#-troubleshooting) - - [WebSocket Connection Issues](#websocket-connection-issues) - - [Logging and Debugging](docs/logging.md) -- [Advanced Configuration](#-advanced-configuration) -- [Development](#-development) - - [Development Architecture](#development-architecture) - - [Developer Documentation](#developer-documentation) -- [System Requirements](#-system-requirements) -- [Version Information](#-version-information) -- [Contributing](#-contributing) -- [Support](#-support) -- [License](#-license) - -## 🚀 Quick Start - -### Development Mode (Quickest Way to Start) - -The easiest way to get started with Pulse is using the development scripts: - -1. **Install dependencies** (requires Node.js v20.0.0+): - ```bash - # Install main project dependencies - npm install - - # Install frontend dependencies - cd frontend && npm install && cd .. - ``` - -2. **Start the development server**: - - On Linux/macOS: - ```bash - ./scripts/start-dev.sh - ``` - - On Windows: - ```bash - scripts\start-dev.bat - ``` - -This will start Pulse in development mode with mock data so you don't need a real Proxmox server. - -### Production Mode with Real Proxmox Data - -1. Create a Proxmox API token: - - See the [Creating a Proxmox API Token](#creating-a-proxmox-api-token) section below - - You'll need this token to connect to your Proxmox server - -2. Configure your environment: - - Copy the example environment file: `cp .env.example .env` - - Edit this file to add your Proxmox server details and API token - -3. Start the application: - ```bash - npm run prod:docker - ``` - -4. Access the dashboard at http://localhost:7654 - -**New users:** Check out our [Getting Started Guide](GETTING-STARTED.md) for a step-by-step walkthrough. - -## 📂 Project Organization - -The project has been simplified and organized for ease of use: - -### Root Directory - -All essential files are in the root directory: -- `docker-compose.yml` - Docker Compose configuration -- `.env.example` - Example environment configuration -- `GETTING-STARTED.md` - Quick start guide for new users - -### Docker Files - -Docker-related files are located in the `docker` directory: -- `Dockerfile` - Production Docker image -- `Dockerfile.dev` - Development Docker image with hot-reloading - -### Scripts - -Helper scripts are located in the `scripts` directory: -- `install.sh` - Interactive installation and setup script -- Various startup scripts for different environments - -## 🛠️ Configuration - -### Environment Configuration - -Pulse uses a single `.env` file for configuration with environment variables that control the behavior: - -```bash -# Required: Proxmox Configuration -PROXMOX_NODE_1_NAME=pve -PROXMOX_NODE_1_HOST=https://proxmox.local:8006 -PROXMOX_NODE_1_TOKEN_ID=root@pam!pulse -PROXMOX_NODE_1_TOKEN_SECRET=your-token-secret - -# Optional: Application Configuration -NODE_ENV=production # or 'development' for development mode -USE_MOCK_DATA=false # set to 'true' to use mock data instead of real Proxmox data -``` - -### Quick Setup - -The easiest way to configure Pulse is to copy the example environment file and edit it: - -```bash -# Copy the example environment file -cp .env.example .env - -# Edit the .env file with your favorite editor -nano .env # or use vim, VS Code, etc. -``` - -Add your Proxmox node details to the `.env` file and save it. See the [Environment Configuration](#environment-configuration) section for details on the required settings. - -### Manual Configuration - -If you prefer to configure Pulse manually: - -1. Copy the example environment file: - ```bash - cp .env.example .env - ``` - -2. Edit the `.env` file with at least these settings: - ```bash - # Required: Proxmox Configuration - PROXMOX_NODE_1_NAME=pve - PROXMOX_NODE_1_HOST=https://proxmox.local:8006 - PROXMOX_NODE_1_TOKEN_ID=root@pam!pulse - PROXMOX_NODE_1_TOKEN_SECRET=your-token-secret - ``` - -### Creating a Proxmox API Token - -#### Option 1: Quick Command (Convenient but less secure) - -You can run this command either by SSH'ing into your Proxmox server or by using the Shell console in the Proxmox web UI (Datacenter → Shell): - -```bash -# This creates a token named 'pulse' to match the example in the .env file -pveum user token add root@pam pulse --privsep=0 && \ -pveum acl modify / -user root@pam -role PVEAuditor && \ -pveum user token list root@pam -``` - -⚠️ **Why this is less secure:** -- Uses the root account (best practice is to use a dedicated user) -- **Disables** privilege separation with `--privsep=0` (privilege separation restricts token permissions) -- Grants access to all resources (/) -- Outputs the token secret to the terminal (could be logged) - -#### Option 2: Step-by-Step Guide (More secure) - -1. **Log in to the Proxmox web interface** - -2. **Create a dedicated user** (optional but recommended) - - Go to Datacenter → Permissions → Users - - Click "Add" - - Enter a username (e.g., "pulse-monitor") - - Set a password and enable the user - -3. **Create an API token** - - Go to Datacenter → Permissions → API Tokens - - Click "Add" - - Select your user (e.g., "pulse-monitor@pam" or "root@pam") - - Enter a token ID (e.g., "pulse") - - Leave "Privilege Separation" checked for better security (this restricts the token to only use permissions explicitly granted to it) - - Click "Add" - - **Important:** Save the displayed token value securely - it will only be shown once! - -4. **Assign permissions** - - Go to Datacenter → Permissions → Add - - Path: / - - User: Your user (e.g., "pulse-monitor@pam") - - Role: PVEAuditor - - Click "Add" - -5. **Update your .env file** - ``` - # If using root user (matching the quick command example) - PROXMOX_NODE_1_TOKEN_ID=root@pam!pulse - PROXMOX_NODE_1_TOKEN_SECRET=your-saved-token-value - - # OR if using a dedicated user (recommended for better security) - PROXMOX_NODE_1_TOKEN_ID=pulse-monitor@pam!pulse - PROXMOX_NODE_1_TOKEN_SECRET=your-saved-token-value - ``` - -### Required Permissions - -Your Proxmox API token needs these permissions: -- PVEAuditor role or custom role with: - - Datastore.Audit - - VM.Audit - - Sys.Audit - - Pool.Audit - -These permissions allow Pulse to read metrics and status information without making any changes to your Proxmox environment. - -## 🛠️ Common Commands - -```bash -# Development mode with mock data (quickest way to start) -# On Linux/macOS -./scripts/start-dev.sh -# On Windows -scripts\start-dev.bat - -# Development mode with mock data (using npm) -npm run dev - -# Production mode with real Proxmox data (local) -npm run prod - -# Development mode with mock data (Docker) -npm run dev:docker - -# Production mode with real Proxmox data (Docker) -npm run prod:docker - -# Stop Docker containers -npm run stop - -# Clean up (remove containers, images, volumes) -npm run cleanup -``` - -## 🐳 Docker Configuration - -Pulse uses a single Docker Compose file with environment variables to control the behavior: - -### Docker Files - -- `docker-compose.yml` - Unified compose file for all environments -- `docker/Dockerfile` - Production image with optimized build -- `docker/Dockerfile.dev` - Development image with hot reloading - -### Environment Modes - -The environment variables in your `.env` file control how Docker behaves: - -#### Production Mode (Default) -``` -NODE_ENV=production -DOCKERFILE=docker/Dockerfile -USE_MOCK_DATA=false -MOCK_DATA_ENABLED=false -``` - -#### Development Mode -To run in development mode, set these variables in your `.env` file: -``` -NODE_ENV=development -DOCKERFILE=docker/Dockerfile.dev -USE_MOCK_DATA=true -MOCK_DATA_ENABLED=true -DEV_SRC_MOUNT=./src:/app/src -DEV_FRONTEND_SRC_MOUNT=./frontend/src:/app/frontend/src -DEV_FRONTEND_PUBLIC_MOUNT=./frontend/public:/app/frontend/public -DEV_FRONTEND_INDEX_MOUNT=./frontend/index.html:/app/frontend/index.html -DEV_FRONTEND_CONFIG_MOUNT=./frontend/vite.config.js:/app/frontend/vite.config.js -DEV_SCRIPTS_MOUNT=./scripts:/app/scripts -DEV_ENV_MOUNT=./environments:/app/environments -``` - -### Running Different Environments - -You can use the launcher script to choose an environment: -```bash -./start.sh # or start.bat on Windows -``` - -Or use npm scripts: -```bash -# Development with mock data (local) -npm run dev - -# Development with mock data (Docker) -npm run dev:docker - -# Production (local) -npm run prod - -# Production (Docker) -npm run prod:docker -``` - -## ✨ Features - -- Real-time monitoring of Proxmox nodes, VMs, and containers -- Dashboard with summary cards for nodes, guests, and resources -- Responsive design that works on desktop and mobile -- WebSocket connection for live updates -- Automatic Proxmox cluster detection and support -- Cluster mode for properly handling VMs/containers with the same ID across cluster nodes - -## ❓ Frequently Asked Questions - -### How does Pulse compare to Grafana + InfluxDB monitoring? -Pulse and Grafana serve different monitoring needs. Pulse focuses on real-time monitoring with WebSocket-based instant updates, ideal for active system monitoring and dashboards. It's lightweight (single Docker container) and simple to set up. Grafana+InfluxDB is better suited for historical data analysis, complex visualizations, and monitoring multiple systems. If you need detailed historical metrics or custom dashboards, use Grafana. If you want instant resource updates and a simple setup, use Pulse. - -### How is it different from the built-in Proxmox summary? -While Proxmox's built-in summary is great for management, Pulse offers: -- Real-time WebSocket updates -- All nodes visible on one screen -- Monitoring without logging into Proxmox -- Ability to share monitoring access without admin privileges -- Lightweight resource usage -- Perfect for dedicated monitoring displays - -### Will Pulse support Proxmox Backup Server (PBS)? -PBS integration is planned. The PBS API provides the metrics needed for backup job status, datastore usage tracking, and verification monitoring. A roadmap of planned features will be published soon. - -### What about hardware monitoring (temperatures, additional disks)? -Hardware metric expansion is in development, including temperature sensors and additional disk metrics. The focus is on keeping the interface clean and responsive while adding these features. - -### How resource-intensive is Pulse? -Pulse is designed to be lightweight, requiring minimal resources (256MB RAM, 1 CPU core). It runs as a single Docker container and doesn't store historical data, keeping the resource footprint small. - -### What's the long-term plan for this project? -Pulse is actively maintained and used daily. I'm committed to keeping it relevant and useful, with a focus on stability and thoughtful feature additions. A public roadmap will be published soon to share planned features and improvements. - -### Does Pulse support Proxmox clusters? -Yes, Pulse automatically detects if your Proxmox nodes are part of a cluster. When a cluster is detected, Pulse enables cluster mode automatically, which properly handles VMs and containers that have the same ID across different nodes in the cluster. This prevents duplicate entries and ensures consistent monitoring across your entire cluster. - -If you're not running a Proxmox cluster (standalone nodes), you don't need to worry about these settings. The application will automatically detect that your nodes are not in a cluster and will operate in non-cluster mode, showing all VMs and containers from each node individually. - -You don't need to configure anything - it just works! However, if you want to customize the behavior, you can use these environment variables: -- `PROXMOX_AUTO_DETECT_CLUSTER=false` - Disable automatic cluster detection -- `PROXMOX_CLUSTER_MODE=false` - Disable cluster mode even if a cluster is detected -- `PROXMOX_CLUSTER_NAME=my-cluster` - Set a custom name for your cluster (defaults to the detected name) - -### Does Pulse collect any telemetry or user data? -No. Pulse only communicates directly with your Proxmox servers using the API token you provide. No data is sent outside your network, and the entire codebase is open source for verification. - -## 🔍 Troubleshooting - -### WebSocket Connection Issues - -If you see a "Connection error: websocket error" message, it's typically because the WebSocket connection can't be established. This is often due to Docker networking or reverse proxy configuration. - -#### Quick Fixes: - -1. **Make sure you're using the latest version of Pulse:** - ```bash - docker pull rcourtman/pulse:latest - docker restart pulse - ``` - -2. **Remove VITE_API_URL from your .env file** if you've set it. - -3. **Access Pulse directly by IP address** instead of using localhost or a domain name. - -4. **As a last resort, if other solutions don't work, you can use host network mode:** - ```bash - docker run -d --network host --env-file .env --name pulse rcourtman/pulse:latest - ``` - -### Logging and Debugging - -Pulse includes powerful logging tools to help you troubleshoot issues: - -1. **Run with real-time log monitoring:** - ```bash - npm run dev:logs # Development mode with logs - npm run prod:logs # Production mode with logs - ``` - -2. **Monitor specific log types:** - ```bash - npm run logs:errors # Show only errors - npm run logs:cluster # Show cluster-related logs - npm run logs:proxmox # Show Proxmox client logs - ``` - -3. **Filter logs by component or search term:** - ```bash - node scripts/monitor-logs.js --component=NodeManager - node scripts/monitor-logs.js --search="connection" - ``` - -For more detailed information about logging, see the [Logging and Debugging Guide](docs/logging.md). - -## 📋 Advanced Configuration - -For multiple Proxmox nodes or advanced settings, add these to your `.env`: - -```bash -# Node 1 (default) -PROXMOX_NODE_1_NAME=pve -PROXMOX_NODE_1_HOST=https://proxmox.local:8006 -PROXMOX_NODE_1_TOKEN_ID=root@pam!pulse -PROXMOX_NODE_1_TOKEN_SECRET=your-token-secret - -# Node 2 (additional node) -PROXMOX_NODE_2_NAME=pve2 -PROXMOX_NODE_2_HOST=https://proxmox2.local:8006 -PROXMOX_NODE_2_TOKEN_ID=root@pam!pulse -PROXMOX_NODE_2_TOKEN_SECRET=your-token-secret - -# Node 3 (additional node) -PROXMOX_NODE_3_NAME=pve3 -PROXMOX_NODE_3_HOST=https://proxmox3.local:8006 -PROXMOX_NODE_3_TOKEN_ID=root@pam!pulse -PROXMOX_NODE_3_TOKEN_SECRET=your-token-secret - -# SSL Configuration -IGNORE_SSL_ERRORS=true # Set to true to disable SSL certificate verification -NODE_TLS_REJECT_UNAUTHORIZED=0 # Set to 0 to disable SSL certificate verification - -# Cluster Configuration -PROXMOX_AUTO_DETECT_CLUSTER=false # Set to false to disable automatic cluster detection -PROXMOX_CLUSTER_MODE=false # Set to false to disable cluster mode even if a cluster is detected -PROXMOX_CLUSTER_NAME=my-cluster # Custom name for your cluster (defaults to detected name) - -# App Configuration -PORT=7654 -LOG_LEVEL=info # Options: error, warn, info, debug, silly -``` - -### Advanced Metrics Configuration - -For information about the metrics service and how to configure it, see the [Metrics Service Documentation](docs/metrics-service.md). - -You can configure the metrics service behavior with these environment variables: - -```bash -# Maximum history length (number of data points to keep) -METRICS_HISTORY_LENGTH=100 - -# Polling interval in milliseconds -METRICS_POLLING_INTERVAL=2000 - -# Maximum realistic rate in MB/s (default: 125 MB/s) -METRICS_MAX_REALISTIC_RATE=125 -``` - -### Performance Tuning - -If you notice Pulse is consuming too many resources or overwhelming your Proxmox server, you can adjust several settings in your `.env` file: - -```bash -# Polling Intervals - how often to fetch data from Proxmox API -NODE_POLLING_INTERVAL_MS=15000 # Recommended default (original was 3000ms) -EVENT_POLLING_INTERVAL_MS=5000 # Recommended default (original was 1000ms) - -# API Rate Limiting - controls API request frequency -API_RATE_LIMIT_MS=2000 # Minimum time between API requests -API_TIMEOUT_MS=90000 # Timeout for API requests -API_RETRY_DELAY_MS=10000 # Delay before retrying failed requests - -# Memory Usage - controls how much data is kept in memory -METRICS_HISTORY_MINUTES=30 # Recommended default (original was 60 minutes) - -# Reduce API calls by disabling cluster features if not needed -PROXMOX_CLUSTER_MODE=false # Disable cluster mode -PROXMOX_AUTO_DETECT_CLUSTER=false # Disable cluster detection -``` - -For more detailed information on performance tuning, see the [Getting Started Guide](GETTING-STARTED.md#performance-tuning). - -## 🧑‍💻 Development - -If you're developing Pulse, you can use the development server: - -```bash -# Clone the repository -git clone https://github.com/rcourtman/pulse.git -cd pulse - -# Install dependencies -npm install -cd frontend && npm install && cd .. - -# Start the development server with mock data (local) -npm run dev - -# Start the development server with mock data (Docker) -npm run dev:docker -``` - -### Development Scripts - -Pulse provides several npm scripts for different development scenarios: - -```bash -# Standard development with mock data (cluster mode enabled by default) -npm run dev - -# Development with mock data but cluster mode disabled -# This shows all VMs/containers from all nodes, even duplicates -npm run dev:no-cluster - -# Development with Docker (cluster mode enabled by default) -npm run dev:docker - -# Development with Docker but cluster mode disabled -npm run dev:docker:no-cluster -``` - -The main difference between `npm run dev` and `npm run dev:no-cluster` is how VMs and containers with the same ID across different nodes are handled: -- With `npm run dev` (default): VMs/containers with the same ID are deduplicated as if they're in a cluster -- With `npm run dev:no-cluster`: All VMs/containers from all nodes are shown, even if they have the same ID - -### Environment Configuration - -Pulse uses a single `.env` file for configuration. When running in development mode, the application automatically sets development-specific environment variables: - -```bash -NODE_ENV=development -USE_MOCK_DATA=true -MOCK_DATA_ENABLED=true -``` - -You can override these settings in your `.env` file if needed. - -### Testing Cluster Mode with Mock Data - -When using mock data, Pulse simulates nodes that are part of a cluster by default. This allows you to test the cluster detection and handling functionality without needing a real Proxmox cluster. - -You can control this behavior with these environment variables: - -```bash -# Set to 'false' to disable mock cluster mode -MOCK_CLUSTER_ENABLED=true -# Custom name for the mock cluster -MOCK_CLUSTER_NAME=mock-cluster -``` - -This is useful for testing how Pulse handles VMs and containers with the same ID across different nodes in a cluster. - -#### Security Note - -⚠️ **IMPORTANT**: The `.env` file contains sensitive information such as API tokens and should NEVER be committed to the repository. An example file without sensitive data is provided (`.env.example`) as a template. - -To set up your environment: - -1. Copy the example file to create your actual environment file: - ```bash - cp .env.example .env - ``` - -2. Edit the file to add your actual Proxmox node details and API tokens. - -The `.gitignore` file is configured to exclude this sensitive file from being committed. - -### Development Architecture - -Pulse uses a split architecture for development: -- **Backend server** (port 7655): Node.js Express server that communicates with Proxmox -- **Frontend server** (port 7654): Vite development server for the React frontend - -This separation provides several benefits: -- **Hot Module Replacement (HMR)**: Changes to frontend code are instantly reflected without a full page reload -- **Independent development**: Backend and frontend can be developed and tested separately -- **API isolation**: Clear separation between data services and UI components - -When you run `npm run dev`, both servers start automatically: -1. The backend server runs on port 7655 and handles all Proxmox API communication -2. The frontend development server runs on port 7654 with hot reloading enabled -3. API requests from the frontend are proxied to the backend - -In production, these are combined into a single service running on port 7654. - -### Developer Documentation - -For more detailed information about the codebase structure, key components, and design decisions, please refer to the [Developer Documentation](docs/DEVELOPER.md). - -The development server will be accessible at: -- http://localhost:7654 - from the local machine -- http://your-ip-address:7654 - from other devices on your network - -## 💻 System Requirements - -- **Docker**: Version 20.10.0 or higher -- **Memory**: Minimum 256MB RAM (512MB recommended) -- **CPU**: Any modern CPU (1+ cores) -- **Disk Space**: Approximately 100MB for the Docker image -- **Network**: Connectivity to your Proxmox server(s) -- **Browser**: Any modern browser (Chrome, Firefox, Safari, Edge) - -## 🔄 Version Information - -Current version: 1.2.1 - -To check for updates: -```bash -# Check for newer image versions -docker pull rcourtman/pulse:latest - -# View current running version -docker exec pulse cat /app/package.json | grep version -``` -## 👥 Contributing - -Contributions are welcome! Here's how you can contribute: - -1. **Fork the repository** -2. **Create a feature branch**: `git checkout -b feature/amazing-feature` -3. **Commit your changes**: `git commit -m 'Add some amazing feature'` -4. **Push to the branch**: `git push origin feature/amazing-feature` -5. **Open a Pull Request** - -Please make sure to update tests as appropriate and follow the code style of the project. - -For more detailed information about contributing, please see our [Contributing Guidelines](CONTRIBUTING.md). - -### Reporting Issues - -When reporting issues, please use the appropriate issue template: -- [Bug Report](.github/ISSUE_TEMPLATE/bug_report.md) - for reporting bugs or unexpected behavior -- [Feature Request](.github/ISSUE_TEMPLATE/feature_request.md) - for suggesting new features or improvements - -## 📄 License - -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. - -## Trademark Notice - -Proxmox® and Proxmox VE® are registered trademarks of Proxmox Server Solutions GmbH. Pulse for Proxmox VE is an independent project and is not affiliated with, endorsed by, or sponsored by Proxmox Server Solutions GmbH. - -## ❤️ Support - -If you find Pulse helpful, please consider supporting its development through Ko-fi. Your support helps keep this project maintained and free for everyone! - -[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/rcourtman) diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 6faa5af60..000000000 --- a/SECURITY.md +++ /dev/null @@ -1,30 +0,0 @@ -# Security Policy - -## Reporting a Vulnerability - -The Pulse for Proxmox VE team takes security issues seriously. We appreciate your efforts to responsibly disclose your findings and will make every effort to acknowledge your contributions. - -To report a security vulnerability, please follow these steps: - -1. **DO NOT** disclose the vulnerability publicly (e.g., in GitHub issues) -2. Create a private security advisory in the GitHub repository by going to Security → Advisories → New advisory -3. Allow time for the issue to be addressed before disclosing it publicly - -## Supported Versions - -| Version | Supported | -| ------- | ------------------ | -| 1.2.x | :white_check_mark: | -| < 1.2.0 | :x: | - -## Security Updates - -Security updates will be released as part of our regular release cycle or as emergency patches depending on severity. - -## Best Practices for Secure Usage - -1. **API Tokens**: Always use the principle of least privilege when creating Proxmox API tokens for Pulse -2. **Network Security**: Consider running Pulse behind a reverse proxy with HTTPS if exposing it to the internet -3. **Regular Updates**: Keep Pulse updated to the latest version to benefit from security patches - -Thank you for helping keep Pulse and its users safe! \ No newline at end of file diff --git a/debug-filters.js b/debug-filters.js deleted file mode 100644 index 8892c7951..000000000 --- a/debug-filters.js +++ /dev/null @@ -1,225 +0,0 @@ -// Debug script to understand the filter UI structure -const fs = require('fs'); -const puppeteer = require('puppeteer'); - -(async () => { - console.log('Starting debug script...'); - - const browser = await puppeteer.launch({ - headless: true, - defaultViewport: { width: 1440, height: 900 } - }); - - try { - const page = await browser.newPage(); - - // Navigate to the resources page - await page.goto('http://localhost:7654/resources'); - console.log('Navigated to resources page'); - - // Wait for the page to load - await page.waitForSelector('#root'); - console.log('Page loaded'); - - // Take a screenshot of the initial state - await page.screenshot({ path: 'initial-state.png' }); - console.log('Initial screenshot taken'); - - // Find and click the filter button - const filterButtonSelector = 'button[data-filter-button="true"]'; - await page.waitForSelector(filterButtonSelector, { timeout: 5000 }) - .catch(() => console.log('Filter button selector not found')); - - // Try different selectors for the filter button - const filterButtonFound = await page.evaluate(() => { - const selectors = [ - 'button[data-filter-button="true"]', - 'button:has(svg[data-testid="FilterAltIcon"])', - 'button.MuiButton-root:has(.MuiButton-startIcon)', - 'button:has(svg)', - 'button:contains("Filter")' - ]; - - for (const selector of selectors) { - try { - const elements = document.querySelectorAll(selector); - console.log(`Selector ${selector} found ${elements.length} elements`); - - for (let i = 0; i < elements.length; i++) { - const el = elements[i]; - console.log(`Element ${i}: ${el.outerHTML.substring(0, 100)}...`); - - // If this looks like a filter button, click it - if (el.textContent.includes('Filter') || - el.getAttribute('data-filter-button') === 'true' || - el.getAttribute('aria-label')?.includes('Filter')) { - console.log('Clicking filter button'); - el.click(); - return true; - } - } - } catch (e) { - console.log(`Error with selector ${selector}: ${e.message}`); - } - } - - // Try a more direct approach - find buttons with Filter text - const buttons = Array.from(document.querySelectorAll('button')); - for (const button of buttons) { - if (button.textContent.includes('Filter')) { - console.log('Found button with Filter text, clicking it'); - button.click(); - return true; - } - } - - return false; - }); - - console.log(`Filter button found and clicked: ${filterButtonFound}`); - - // Wait for filter panel to appear - await page.evaluate(() => new Promise(resolve => setTimeout(resolve, 2000))); - - // Take a screenshot with filter panel open - await page.screenshot({ path: 'filter-panel-open.png' }); - console.log('Filter panel screenshot taken'); - - // Debug the filter panel structure - const filterPanelInfo = await page.evaluate(() => { - const info = { - inputs: [], - sliders: [], - buttons: [], - filterPanelVisible: false - }; - - // Check if there's any visible dialog or panel that might be the filter panel - const possiblePanels = document.querySelectorAll('.MuiDialog-root, .MuiDrawer-root, .MuiPopover-root, [role="dialog"], [role="menu"]'); - info.possiblePanelsCount = possiblePanels.length; - - for (const panel of possiblePanels) { - if (window.getComputedStyle(panel).display !== 'none') { - info.filterPanelVisible = true; - info.panelHTML = panel.outerHTML.substring(0, 500) + '...'; - - // Get inputs in the panel - const inputs = panel.querySelectorAll('input'); - info.inputs = Array.from(inputs).map(input => ({ - type: input.type, - placeholder: input.placeholder, - id: input.id, - name: input.name, - value: input.value, - outerHTML: input.outerHTML - })); - - // Get sliders in the panel - const sliders = panel.querySelectorAll('input[type="range"]'); - info.sliders = Array.from(sliders).map(slider => ({ - min: slider.min, - max: slider.max, - value: slider.value, - id: slider.id, - outerHTML: slider.outerHTML - })); - - // Get buttons in the panel - const buttons = panel.querySelectorAll('button'); - info.buttons = Array.from(buttons).map(button => ({ - text: button.textContent, - type: button.type, - outerHTML: button.outerHTML - })); - - break; - } - } - - return info; - }); - - console.log('Filter panel info:', JSON.stringify(filterPanelInfo, null, 2)); - fs.writeFileSync('filter-panel-info.json', JSON.stringify(filterPanelInfo, null, 2)); - - // Try to apply filters if the panel is visible - if (filterPanelInfo.filterPanelVisible) { - const filtersApplied = await page.evaluate(() => { - const results = { - searchApplied: false, - slidersAdjusted: false, - filtersApplied: false - }; - - // Find and fill the search input - const searchInputs = document.querySelectorAll('input[type="text"]'); - for (const input of searchInputs) { - if (input.placeholder && input.placeholder.toLowerCase().includes('search')) { - console.log('Found search input, setting value to ubuntu'); - input.value = 'ubuntu'; - input.dispatchEvent(new Event('input', { bubbles: true })); - results.searchApplied = true; - break; - } - } - - // Find and adjust sliders - const sliders = document.querySelectorAll('input[type="range"]'); - if (sliders.length > 0) { - console.log(`Found ${sliders.length} sliders`); - sliders[0].value = 50; - sliders[0].dispatchEvent(new Event('input', { bubbles: true })); - sliders[0].dispatchEvent(new Event('change', { bubbles: true })); - - if (sliders.length > 1) { - sliders[1].value = 30; - sliders[1].dispatchEvent(new Event('input', { bubbles: true })); - sliders[1].dispatchEvent(new Event('change', { bubbles: true })); - } - - results.slidersAdjusted = true; - } - - // Find and click apply button - const buttons = document.querySelectorAll('button'); - for (const button of buttons) { - if (button.textContent.includes('Apply')) { - console.log('Found Apply button, clicking it'); - button.click(); - results.filtersApplied = true; - break; - } - } - - return results; - }); - - console.log('Filters applied:', JSON.stringify(filtersApplied, null, 2)); - - // Wait for filters to be applied - await page.evaluate(() => new Promise(resolve => setTimeout(resolve, 2000))); - - // Take a screenshot with filters applied - await page.screenshot({ path: 'filters-applied.png' }); - console.log('Filters applied screenshot taken'); - } - - // Navigate to memory sort page - await page.goto('http://localhost:7654/resources?sort=memory&order=desc'); - console.log('Navigated to memory sort page'); - - // Wait for the page to load - await page.waitForSelector('#root'); - await page.evaluate(() => new Promise(resolve => setTimeout(resolve, 2000))); - - // Take a screenshot of the memory sort page - await page.screenshot({ path: 'memory-sort.png' }); - console.log('Memory sort screenshot taken'); - - console.log('Debug script completed successfully'); - } catch (error) { - console.error('Error in debug script:', error); - } finally { - await browser.close(); - } -})(); \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 3469fa616..000000000 --- a/docker-compose.yml +++ /dev/null @@ -1,66 +0,0 @@ -services: - app: - build: - context: . - dockerfile: ${DOCKERFILE:-docker/Dockerfile} - args: - - NODE_ENV=${NODE_ENV:-production} - container_name: ${CONTAINER_NAME:-pulse} - ports: - - "7654:7654" # Backend API - - "3000:3000" # Frontend dev server - - "7656:7656" # Mock data server (only used in dev mode) - volumes: - - ./logs:/app/logs - # Development mode mounts - only used when DEV_*_MOUNT variables are set in .env - - ${DEV_SRC_MOUNT:-./null-volume:/app/null-volume} - - ${DEV_FRONTEND_SRC_MOUNT:-./null-volume:/app/null-volume} - - ${DEV_FRONTEND_PUBLIC_MOUNT:-./null-volume:/app/null-volume} - - ${DEV_FRONTEND_INDEX_MOUNT:-./null-volume:/app/null-volume} - - ${DEV_FRONTEND_CONFIG_MOUNT:-./null-volume:/app/null-volume} - - ${DEV_SCRIPTS_MOUNT:-./null-volume:/app/null-volume} - - ${DEV_ENV_MOUNT:-./null-volume:/app/null-volume} - environment: - - NODE_ENV=${NODE_ENV:-production} - - LOG_LEVEL=${LOG_LEVEL:-info} - - DOCKER_CONTAINER=true - - USE_MOCK_DATA=${USE_MOCK_DATA:-false} - - MOCK_DATA_ENABLED=${MOCK_DATA_ENABLED:-false} - - MOCK_SERVER_PORT=${MOCK_SERVER_PORT:-7656} - - DRY_RUN=${DRY_RUN:-false} - # Performance tuning settings to reduce server load - - NODE_POLLING_INTERVAL_MS=${NODE_POLLING_INTERVAL_MS:-15000} - - EVENT_POLLING_INTERVAL_MS=${EVENT_POLLING_INTERVAL_MS:-5000} - - METRICS_HISTORY_MINUTES=${METRICS_HISTORY_MINUTES:-30} - - API_RATE_LIMIT_MS=${API_RATE_LIMIT_MS:-2000} - - API_TIMEOUT_MS=${API_TIMEOUT_MS:-90000} - - API_RETRY_DELAY_MS=${API_RETRY_DELAY_MS:-10000} - # Proxmox configuration - Node 1 - - PROXMOX_NODE_1_NAME=${PROXMOX_NODE_1_NAME:-} - - PROXMOX_NODE_1_HOST=${PROXMOX_NODE_1_HOST:-} - - PROXMOX_NODE_1_TOKEN_ID=${PROXMOX_NODE_1_TOKEN_ID:-} - - PROXMOX_NODE_1_TOKEN_SECRET=${PROXMOX_NODE_1_TOKEN_SECRET:-} - # Proxmox configuration - Node 2 (optional) - - PROXMOX_NODE_2_NAME=${PROXMOX_NODE_2_NAME:-} - - PROXMOX_NODE_2_HOST=${PROXMOX_NODE_2_HOST:-} - - PROXMOX_NODE_2_TOKEN_ID=${PROXMOX_NODE_2_TOKEN_ID:-} - - PROXMOX_NODE_2_TOKEN_SECRET=${PROXMOX_NODE_2_TOKEN_SECRET:-} - # Proxmox configuration - Node 3 (optional) - - PROXMOX_NODE_3_NAME=${PROXMOX_NODE_3_NAME:-} - - PROXMOX_NODE_3_HOST=${PROXMOX_NODE_3_HOST:-} - - PROXMOX_NODE_3_TOKEN_ID=${PROXMOX_NODE_3_TOKEN_ID:-} - - PROXMOX_NODE_3_TOKEN_SECRET=${PROXMOX_NODE_3_TOKEN_SECRET:-} - # SSL verification settings - - IGNORE_SSL_ERRORS=${IGNORE_SSL_ERRORS:-false} - - NODE_TLS_REJECT_UNAUTHORIZED=${NODE_TLS_REJECT_UNAUTHORIZED:-} - - PROXMOX_REJECT_UNAUTHORIZED=${PROXMOX_REJECT_UNAUTHORIZED:-} - - HTTPS_REJECT_UNAUTHORIZED=${HTTPS_REJECT_UNAUTHORIZED:-} - - PROXMOX_INSECURE=${PROXMOX_INSECURE:-} - - PROXMOX_VERIFY_SSL=${PROXMOX_VERIFY_SSL:-} - restart: ${RESTART_POLICY:-unless-stopped} - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:7654/api/status"] - interval: 30s - timeout: 10s - retries: 3 - start_period: 20s \ No newline at end of file diff --git a/docker/Dockerfile b/docker/Dockerfile deleted file mode 100644 index 6a04fe70a..000000000 --- a/docker/Dockerfile +++ /dev/null @@ -1,128 +0,0 @@ -# Frontend build stage -FROM node:20-slim AS frontend-builder - -WORKDIR /app/frontend - -# Copy frontend package files for dependency caching -COPY frontend/package*.json ./ - -# Install frontend dependencies -RUN npm ci - -# Copy frontend source files -COPY frontend/src ./src -COPY frontend/index.html ./ -COPY frontend/vite.config.js ./ -COPY frontend/public ./public - -# Build the frontend -RUN npm run build - -# Backend build stage -FROM node:20-slim AS backend-builder - -WORKDIR /app - -# Install dependencies for canvas -RUN apt-get update && apt-get install -y --no-install-recommends \ - python3 \ - python-is-python3 \ - make \ - g++ \ - build-essential \ - libcairo2-dev \ - libpango1.0-dev \ - libjpeg-dev \ - libgif-dev \ - librsvg2-dev \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* - -# Copy package files for dependency caching -COPY package*.json ./ - -# Install dependencies -RUN npm ci - -# Copy backend source files -COPY src ./src -COPY tsconfig*.json ./ - -# Build the backend -RUN npm run build - -# Production stage -FROM node:20-slim - -# Add metadata -LABEL version="1.6.4" -LABEL description="Pulse - A lightweight monitoring application for Proxmox VE" -LABEL maintainer="Richard Courtman " - -# Install runtime dependencies for canvas and create a non-root user -RUN apt-get update && apt-get install -y --no-install-recommends \ - dumb-init \ - curl \ - python3 \ - python-is-python3 \ - make \ - g++ \ - build-essential \ - pkg-config \ - libpixman-1-dev \ - libcairo2-dev \ - libpango1.0-dev \ - libjpeg-dev \ - libgif-dev \ - librsvg2-dev \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* \ - && groupadd -r pulse && useradd -r -g pulse pulse - -WORKDIR /app - -# Copy only production dependencies -COPY package*.json ./ -RUN npm ci --omit=dev - -# Copy built files from builder stages -COPY --from=backend-builder /app/dist ./dist -COPY --from=frontend-builder /app/frontend/dist ./frontend/dist - -# Copy scripts directory for startup scripts -COPY scripts ./scripts - -# Create logs directory with proper permissions -RUN mkdir -p /app/logs && chown -R pulse:pulse /app/logs - -# Set environment variables -ENV PORT=7654 -ENV NODE_ENV=production -ENV DRY_RUN=false - -# Create a startup script that properly handles dry run mode -RUN echo '#!/bin/sh\n\ -if [ "$DRY_RUN" = "true" ]; then\n\ - echo "================================================="\n\ - echo "Dry run mode enabled - not starting production server"\n\ - echo "================================================="\n\ - echo "Would have run: node dist/server.js"\n\ - echo "Environment: NODE_ENV=$NODE_ENV, PORT=$PORT"\n\ - echo "================================================="\n\ - exit 0\n\ -else\n\ - node dist/server.js\n\ -fi' > /app/docker-entrypoint.sh && \ -chmod +x /app/docker-entrypoint.sh - -# Switch to non-root user -USER pulse - -# Expose the backend port -EXPOSE 7654 - -# Use dumb-init to handle signals properly -ENTRYPOINT ["/usr/bin/dumb-init", "--"] - -# Use the startup script instead of inline command -CMD ["/app/docker-entrypoint.sh"] \ No newline at end of file diff --git a/docker/Dockerfile.dev b/docker/Dockerfile.dev deleted file mode 100644 index a8239123e..000000000 --- a/docker/Dockerfile.dev +++ /dev/null @@ -1,67 +0,0 @@ -FROM node:20-slim - -# Install dependencies for canvas and development tools -RUN apt-get update && apt-get install -y --no-install-recommends \ - python3 \ - python-is-python3 \ - make \ - g++ \ - build-essential \ - libcairo2-dev \ - libpango1.0-dev \ - libjpeg-dev \ - libgif-dev \ - librsvg2-dev \ - procps \ - curl \ - && apt-get clean \ - && rm -rf /var/lib/apt/lists/* - -WORKDIR /app - -# Copy package files for dependency installation -COPY package*.json ./ -COPY frontend/package*.json ./frontend/ - -# Install backend dependencies and global development tools -RUN npm install -RUN npm install -g ts-node-dev ts-node - -# Install frontend dependencies -WORKDIR /app/frontend -RUN npm install - -# Return to app directory -WORKDIR /app - -# Copy configuration files (not source code, which will be mounted as volumes) -COPY tsconfig*.json ./ - -# Create logs directory -RUN mkdir -p /app/logs - -# Set environment variable to indicate we're in a Docker container -ENV DOCKER_CONTAINER=true -ENV MOCK_SERVER_HOST=0.0.0.0 -ENV DRY_RUN=false - -# Expose ports for backend, frontend, and mock server -EXPOSE 7654 7655 - -# Create a startup script that checks for dry run -RUN echo '#!/bin/sh\n\ -if [ "$DRY_RUN" = "true" ]; then\n\ - echo "================================================="\n\ - echo "Dry run mode enabled - not starting development server"\n\ - echo "================================================="\n\ - echo "Would have run: ./scripts/start-dev.sh"\n\ - echo "Environment: NODE_ENV=$NODE_ENV, USE_MOCK_DATA=$USE_MOCK_DATA"\n\ - echo "================================================="\n\ - exit 0\n\ -else\n\ - ./scripts/start-dev.sh\n\ -fi' > /app/docker-entrypoint.sh && \ -chmod +x /app/docker-entrypoint.sh - -# Use the startup script as the entry point -CMD ["/app/docker-entrypoint.sh"] \ No newline at end of file diff --git a/docs/DEVELOPER.md b/docs/DEVELOPER.md deleted file mode 100644 index 9de802c4d..000000000 --- a/docs/DEVELOPER.md +++ /dev/null @@ -1,324 +0,0 @@ -# Developer Documentation - -This document provides detailed information about the Proxmox Pulse codebase structure, key components, and design decisions to help new contributors understand the project. - -## Project Architecture - -Proxmox Pulse uses a modern web application architecture with a Node.js backend and a React frontend: - -``` -pulse/ -├── src/ # Backend source code -│ ├── api/ # API routes and controllers -│ ├── config/ # Configuration settings -│ ├── mock/ # Mock data implementation -│ ├── routes/ # Express routes -│ ├── scripts/ # Backend utility scripts -│ ├── services/ # Business logic and external services -│ ├── types/ # TypeScript type definitions -│ ├── utils/ # Utility functions -│ ├── websocket/ # WebSocket implementation -│ └── server.ts # Main server entry point -├── frontend/ # Frontend React application -│ ├── src/ -│ │ ├── components/ # React components -│ │ ├── constants/ # Application constants -│ │ ├── context/ # React context providers -│ │ ├── hooks/ # Custom React hooks -│ │ ├── utils/ # Utility functions -│ │ ├── App.jsx # Main application component -│ │ └── main.jsx # Entry point -│ └── public/ # Static assets -├── scripts/ # Utility scripts -├── docs/ # Documentation -│ ├── images/ # Documentation images -│ └── *.md # Markdown documentation files -└── tools/ # Development tools -``` - -## Key Components - -### Backend - -#### Proxmox API Client (`src/api/proxmox-client.ts`) - -This service handles all communication with the Proxmox API. It: -- Authenticates with Proxmox servers -- Retrieves node, VM, and container information -- Polls for updates at configured intervals -- Handles error conditions and retries - -#### Mock Data Implementation (`src/mock/`) - -The mock data implementation: -- Provides a standalone mock server (`src/mock/server.ts`) -- Generates realistic VM and container data with meaningful names -- Implements a mock client (`src/api/mock-client.ts`) that mimics the real Proxmox client -- Uses templates (`src/mock/templates.ts`) for VM and container names and OS types - -#### WebSocket Server (`src/websocket/server.js`) - -The WebSocket server: -- Broadcasts real-time updates to connected clients -- Manages client connections -- Handles authentication and authorization -- Implements message queuing for reliability - -#### Metrics Collection (`src/services/metrics.js`) - -This service: -- Collects and processes metrics from Proxmox nodes -- Calculates derived metrics (averages, trends) -- Maintains historical data for the configured retention period -- Optimizes data for transmission to clients - -### Frontend - -#### Dashboard Components (`frontend/src/components/Dashboard/`) - -The dashboard components: -- Display summary information for all nodes -- Show resource usage charts -- Provide filtering and sorting options -- Handle responsive layouts for different screen sizes - -#### Resource Monitoring (`frontend/src/components/Resources/`) - -These components: -- Display detailed resource information for VMs and containers -- Implement real-time updates via WebSocket -- Provide filtering and search functionality -- Visualize resource usage with charts and graphs - -#### Network Display (`frontend/src/components/NetworkDisplay/`) - -The network display components: -- Show detailed information about VMs and containers -- Provide filtering by system type and visibility -- Implement search functionality -- Support exporting data with additional fields (Type, ID, Uptime) - -#### WebSocket Client (`frontend/src/services/websocket.js`) - -The WebSocket client: -- Establishes and maintains connection to the server -- Handles reconnection logic -- Processes incoming messages -- Dispatches updates to the application state - -## Design Decisions - -### Split Development Architecture - -We use a split architecture during development: -- Backend server (port 7655): Handles Proxmox API communication -- Frontend server (port 7654): Provides hot reloading for React -- Mock data server (port 7655): Generates mock data for development - -This separation allows for: -- Independent development of frontend and backend -- Better developer experience with hot reloading -- Clear separation of concerns -- Development without a real Proxmox server - -In production, these are combined into a single service. - -### Mock Data Development - -The mock data implementation allows developers to: -- Develop and test without a real Proxmox server -- Work with realistic data that mimics production environments -- Test edge cases and error conditions -- Develop UI components with consistent data - -To use mock data during development: -- Run `npm run dev:mock` to start the application with mock data -- Edit `src/mock/templates.ts` to customize the mock data -- Check logs at `/tmp/pulse-mock-server.log` for debugging - -### Real-time Updates - -We chose WebSockets for real-time updates because: -- They provide lower latency than polling -- They reduce server load compared to frequent HTTP requests -- They enable push notifications for important events -- They work well with the reactive nature of the frontend - -### State Management - -The frontend uses a combination of: -- React Context for global state -- React Query for server state -- Local component state for UI-specific state - -This approach: -- Minimizes unnecessary re-renders -- Separates server and client state concerns -- Provides optimistic updates for better UX - -### Error Handling - -We implement comprehensive error handling: -- Backend errors are logged and monitored -- API errors are retried with exponential backoff -- User-facing errors are displayed with actionable information -- Critical errors trigger notifications - -## Performance Considerations - -### Data Optimization - -To ensure good performance: -- We minimize data sent over the wire by filtering server-side -- We use compression for WebSocket messages -- We implement pagination for large datasets -- We optimize polling intervals based on data volatility - -### Rendering Optimization - -The frontend optimizes rendering by: -- Using React.memo for expensive components -- Implementing virtualized lists for large datasets -- Debouncing rapidly changing values -- Using web workers for CPU-intensive operations - -## Testing - -### Backend Testing - -Backend tests focus on: -- Unit tests for business logic -- Integration tests for API endpoints -- Mock tests for external services - -### Frontend Testing - -Frontend tests include: -- Component tests with React Testing Library -- Hook tests for custom hooks -- End-to-end tests for critical user flows - -## Common Development Tasks - -### Development Environment Setup - -To set up the development environment: - -1. Clone the repository: - ```bash - git clone https://github.com/rcourtman/pulse.git - cd pulse - ``` - -2. Install dependencies: - ```bash - npm install - cd frontend && npm install && cd .. - ``` - -3. Configure your environment: - ```bash - cp .env.example .env - # Edit .env with your Proxmox details or use mock data - ``` - -4. Start the development server: - ```bash - # With mock data (local) - npm run dev - - # With mock data (Docker) - npm run dev:docker - - # With real Proxmox servers (local) - npm run prod - - # With real Proxmox servers (Docker) - npm run prod:docker - ``` - -### Environment Configuration - -Pulse uses a single `.env` file for configuration. When running in development mode, the application automatically sets development-specific environment variables: - -```bash -NODE_ENV=development -USE_MOCK_DATA=true -MOCK_DATA_ENABLED=true -``` - -You can override these settings in your `.env` file if needed. - -### Testing Cluster Mode with Mock Data - -When using mock data, Pulse simulates nodes that are part of a cluster by default. This allows you to test the cluster detection and handling functionality without needing a real Proxmox cluster. - -You can control this behavior with these environment variables: - -```bash -# Set to 'false' to disable mock cluster mode -MOCK_CLUSTER_ENABLED=true -# Custom name for the mock cluster -MOCK_CLUSTER_NAME=mock-cluster -``` - -### Adding a New Metric - -To add a new metric: -1. Add the metric to the Proxmox API client -2. Update the metrics processing service -3. Add the metric to the WebSocket payload -4. Create or update frontend components to display the metric -5. Add tests for the new functionality - -### Adding a New Feature - -When adding a new feature: -1. Create an issue describing the feature -2. Discuss the implementation approach -3. Implement backend changes -4. Implement frontend changes -5. Add tests -6. Update documentation - -### Updating Screenshots - -To update the screenshots in the documentation: -1. Make sure the application is running with the desired state -2. Run the screenshot script: - ```bash - npm run screenshots - ``` -3. The screenshots will be saved to the `docs/images/` directory - -## Troubleshooting - -### Common Development Issues - -- **WebSocket connection issues**: Check that both servers are running and ports are not blocked -- **Hot reloading not working**: Verify that the Vite dev server is running correctly -- **API errors**: Check the Proxmox API token permissions and server connectivity -- **Build errors**: Ensure all dependencies are installed and compatible -- **Mock data server not starting**: Check the logs at `/tmp/pulse-mock-server.log` - -### Debugging Tips - -- Use the browser developer tools to inspect network requests and WebSocket messages -- Check the server logs for backend errors -- Use React DevTools to inspect component state and props -- Set `LOG_LEVEL=debug` in your .env file for more verbose logging -- For mock data issues, check the mock server logs at `/tmp/pulse-mock-server.log` - -### Killing Running Servers - -If you need to kill running servers: -```bash -# Kill all development servers -npm run dev:kill:all - -# Kill only backend servers -npm run dev:kill:backend - -# Kill only frontend servers -npm run dev:kill:frontend -``` \ No newline at end of file diff --git a/docs/MOCK_DATA.md b/docs/MOCK_DATA.md deleted file mode 100644 index e16952ddc..000000000 --- a/docs/MOCK_DATA.md +++ /dev/null @@ -1,194 +0,0 @@ -# Mock Data Documentation - -This document provides information about the mock data functionality in Pulse, which is useful for development and testing without requiring a real Proxmox environment. - -## Overview - -The mock data system simulates: -- Multiple Proxmox nodes with realistic specifications -- Virtual machines (VMs) with various configurations -- Containers (CTs) with various configurations -- Realistic resource usage metrics that update in real-time -- Cluster mode functionality for testing multi-node environments - -## Enabling Mock Data - -To use mock data during development: - -1. Set the following environment variables in your `.env` file: - ``` - NODE_ENV=development - USE_MOCK_DATA=true - MOCK_DATA_ENABLED=true - ``` - -2. Start the development server with mock data: - ```bash - # Local development with mock data - npm run dev - - # Docker development with mock data - npm run dev:docker - ``` - -These npm scripts automatically set the required environment variables for mock data. - -## Mock Data Configuration - -You can customize the mock data behavior with these environment variables: - -```bash -# Number of mock nodes to generate -MOCK_NODE_COUNT=3 - -# Enable/disable mock cluster mode -MOCK_CLUSTER_ENABLED=true - -# Custom name for the mock cluster -MOCK_CLUSTER_NAME=mock-cluster - -# Number of VMs per node -MOCK_VM_COUNT=10 - -# Number of containers per node -MOCK_CT_COUNT=10 - -# Enable/disable random failures for testing error handling -MOCK_RANDOM_FAILURES=false -``` - -## Cluster Mode in Mock Data - -The mock data system simulates Proxmox cluster environments by showing how VMs and containers exist across multiple nodes. - -### How Shared Guests Work - -In the mock data system: -- VMs and containers with the same VMID across different nodes are treated as separate entities -- The dashboard shows all instances of each VM/container, one for each node it exists on -- Each guest is associated with its specific node -- For shared guests (with IDs 999 and 888), the primary node concept is applied to prevent duplicate metrics -- Only one node (determined alphabetically) will show a shared guest as "running" and generate metrics for it -- Other nodes will show the shared guest as "stopped" with zeroed resource usage - -This approach accurately represents how Proxmox works in reality: -- In a real Proxmox cluster, a VM or container exists in the cluster's configuration but is only actively running on one node at a time -- When a migration occurs, the VM/container stops on the source node and starts on the destination node -- Each node maintains its own view of the guests, showing which ones are running locally - -### Shared Guests Behavior - -Shared guests (with IDs 999 and 888) are handled specially: - -1. **Primary Node Assignment**: - - The primary node for each shared guest is determined by sorting node IDs alphabetically - - The first node alphabetically becomes the primary node - - This ensures consistent behavior across application restarts - -2. **Status and Metrics**: - - Shared guests appear on all nodes they exist on - - Only the primary node shows the guest as "running" and generates metrics - - Other nodes show the guest as "stopped" with zeroed resource usage - - This prevents duplicate metrics and provides a consistent experience - -3. **Migrations**: - - Every 10 seconds, a shared guest (ID 999 or 888) may migrate to a different node - - The previous primary node will mark the guest as "stopped" - - The new primary node will mark the guest as "running" and start generating metrics - - Migrations are prioritized for shared guests to make the behavior more visible for testing - -### Configuring Proxmox Cluster Detection - -In real Proxmox environments, cluster detection is automatic. You can control this behavior through environment variables if needed: - -``` -# In your .env file -# Only set these if you want to override the automatic behavior: -PROXMOX_AUTO_DETECT_CLUSTER=false # Disable automatic cluster detection -PROXMOX_CLUSTER_NAME=my-cluster # Set a custom name for your cluster -``` - -### Testing Shared Guests - -The mock data includes "shared" VMs and containers that exist on multiple nodes: -- A VM named "shared-vm" with ID 999 exists on all mock nodes -- A container named "shared-container" with ID 888 exists on all mock nodes - -To test shared guests functionality: - -1. Start the application with mock data enabled: - ```bash - npm run dev - ``` -2. Observe how the shared VM and container appear on all nodes in the dashboard -3. Filter for "shared" in the search box to focus on just these resources -4. Verify that only one instance of each shared guest is shown as "running" (on the primary node) -5. Verify that other instances are shown as "stopped" with zeroed resource usage -6. Watch as they migrate between nodes every 10 seconds (primary node changes) -7. Observe in the server logs which node becomes primary: - ``` - 🔄 MIGRATION: Guest 999 migrated from node node-1 to node-2 - Guest 999 on node node-1: status=stopped (isPrimary=false) - Guest 999 on node node-2: status=running (isPrimary=true) - ``` - -You can filter for these shared resources in the dashboard by typing "shared" in the search box. By default, the dashboard hides stopped guests, so you may need to toggle the "Show Stopped" option to see all instances of the shared guests. - -## Customizing Mock Data - -The mock data is generated in the `src/api/mock-client.ts` file. You can modify this file to: - -- Change the number and specifications of nodes -- Adjust the number and types of VMs and containers -- Modify resource usage patterns -- Add or remove "shared" VMs and containers for cluster testing -- Change the update frequency of metrics - -After modifying the mock data, restart the development server to apply your changes. - -## Troubleshooting - -If you encounter issues with mock data: - -1. Ensure the environment variables are set correctly -2. Check the console logs for any errors related to mock data generation -3. Restart the development server to regenerate the mock data -4. Verify that your `.env` file has the correct settings - -### Common Issues - -#### Shared Guests Show Metrics on Multiple Nodes - -If shared guests (ID 999 and 888) are showing metrics on multiple nodes: - -1. Check the server logs for primary node assignment messages: - ``` - Found shared guest 999 on nodes: node-1, node-2, node-3 - Assigned primary node node-1 for guest 999 - ``` - -2. Verify that the MockClient is respecting the primary node assignment: - ``` - Shared guest 999 (mock-shared-vm) on node node-2: primaryNode=node-1, shouldBeRunning=false - ``` - -3. Ensure that the `initializePrimaryNodes` function is being called during server initialization - -4. Check that migrations are working properly by watching for log messages like: - ``` - 🔄 MIGRATION: Guest 999 migrated from node node-1 to node-2 - Guest 999 on node node-1: status=stopped (isPrimary=false) - Guest 999 on node node-2: status=running (isPrimary=true) - ``` - -#### Inconsistent Metrics for Shared Guests - -If metrics for shared guests are inconsistent or fluctuating rapidly: - -1. Ensure that only one node is generating metrics for each shared guest -2. Check that the primary node assignment is consistent across server restarts -3. Verify that the `isNodePrimaryForGuest` function is being called correctly -4. Monitor the logs for unexpected primary node changes -5. Note that shared guests (IDs 999 and 888) are configured to migrate every 10 seconds, so some fluctuation is expected - -For more detailed information about development tools, see [README-dev-tools.md](../scripts/README-dev-tools.md). \ No newline at end of file diff --git a/docs/RELEASE.md b/docs/RELEASE.md deleted file mode 100644 index 9a11c54b4..000000000 --- a/docs/RELEASE.md +++ /dev/null @@ -1,180 +0,0 @@ -# Pulse Release Guide - -This document outlines the key requirements for creating releases of Pulse that work efficiently with the installation scripts. - -## Release Criteria - -Create releases for: -- New features -- Bug fixes -- Security updates -- Breaking changes -- Significant dependency updates affecting runtime behavior - -## Release Requirements - -### Version Consistency - -Ensure version numbers match in ALL these files: -- `frontend/src/utils/version.js` -- `package.json` -- `frontend/package.json` -- `docker/Dockerfile` (LABEL version) - -### Distribution Package Creation - -For each release: -1. Build the application (both backend and frontend): - ```bash - # Build backend - npm run build - - # Build frontend - cd frontend && npm run build && cd .. - ``` - -2. Create a distribution package (tar.gz) with the correct directory structure: - ```bash - VERSION=$(node -e "console.log(require('./package.json').version)") - - # Create temporary structure with files in the right locations - mkdir -p tmp/pulse/frontend - - # Copy compiled backend, dependencies, and config files - cp -R dist node_modules package.json package-lock.json .env.example LICENSE README.md CHANGELOG.md scripts tmp/pulse/ - cp scripts/start-prod.sh scripts/start-prod.bat tmp/pulse/ - - # Copy frontend files to frontend/dist (CRITICAL: server expects files here) - cp -R frontend/dist tmp/pulse/frontend/ - - # Include version info - echo "${VERSION}" > tmp/pulse/version.txt - - # Create package without macOS metadata files - COPYFILE_DISABLE=1 tar --exclude="._*" --exclude=".git" --exclude=".DS_Store" -czf pulse-${VERSION}.tar.gz -C tmp pulse - - # Clean up - rm -rf tmp - ``` - -3. The package should exclude: - - Source TypeScript files - - Source maps - - Tests and test fixtures - - Build artifacts not needed for production - - Development dependencies - - Git files - - Operating system metadata files (._*) - -> **IMPORTANT:** The directory structure is critical. The compiled server code expects frontend files to be in `frontend/dist/`. Placing them elsewhere (like `dist/public/`) will cause a "Frontend not found" error when the application starts. - -### Docker Multi-Architecture Build - -For each release: -1. Ensure Docker and Docker Buildx are properly configured: - ```bash - docker buildx ls # Verify buildx is available - ``` - -2. Login to DockerHub: - ```bash - docker login - ``` - -3. Build and push multi-architecture images: - ```bash - VERSION=$(node -e "console.log(require('./package.json').version)") - docker buildx build --platform linux/amd64,linux/arm64 \ - -t rcourtman/pulse:${VERSION} \ - -t rcourtman/pulse:latest \ - --push -f docker/Dockerfile . - ``` - -4. Verify the multi-architecture image: - ```bash - docker buildx imagetools inspect rcourtman/pulse:${VERSION} - ``` - -5. Ensure both amd64 and arm64 architectures are included in the published image. - -### CHANGELOG Generation - -- Review ALL commits since the last release tag to create a comprehensive changelog -- Use `git log ..HEAD --oneline` to see commits since the last release -- Ensure all significant changes, features, and fixes are documented -- Organize changes by type (Added, Changed, Fixed, etc.) - -### Git and Release Steps - -1. Update version numbers in all relevant files -2. Build backend and frontend -3. Create distribution package: - ```bash - # Create distribution package - VERSION=$(node -e "console.log(require('./package.json').version)") - tar -czf pulse-${VERSION}.tar.gz -C dist pulse - ``` -4. Create GitHub release with: - - Version tag (vX.Y.Z) - - Release notes - - Distribution package attached - - CHANGELOG information - -### Pre-Release Testing - -Ensure: -- Distribution package installs and runs correctly -- Services start properly -- Configuration can be modified -- Application is accessible on expected port -- Mock data server works correctly -- Update process functions -- Docker image runs correctly on both amd64 and arm64 architectures - -## Distribution Package Structure - -The expected structure: -``` -pulse/ -├── dist/ # Compiled server JavaScript -├── frontend/ -│ └── dist/ # Built frontend assets -├── node_modules/ # Production dependencies only -├── .env.example # Configuration template -├── package.json # For dependency references -├── LICENSE -├── README.md -└── version.txt # Plain text version for updates -``` - -## Common Issues - -### Production vs Development - -Ensure all code properly references the production paths. Common issues: -- Frontend asset paths -- API endpoint references -- Static file handling - -### Mock Data Server - -- Verify mock data server works in production mode -- Ensure it can be started correctly from systemd -- Test with mock data enabled and disabled - -### Update Process Compatibility - -Ensure new releases remain compatible with the update script in existing installations. - -### Docker Build Problems - -For multi-architecture builds, ensure buildx is configured properly and Docker daemon is running. -For ARM builds on x86 machines, ensure qemu emulation is available with: `docker run --rm --privileged multiarch/qemu-user-static --reset -p yes` - -### Command Pager Issues - -For commands that invoke a pager (git log, docker logs, etc.), append `| cat` to avoid interactive pager issues: -``` -git log | cat -docker logs container_name | cat -``` \ No newline at end of file diff --git a/docs/RELEASE_PROCESS.md b/docs/RELEASE_PROCESS.md deleted file mode 100644 index 048965f6d..000000000 --- a/docs/RELEASE_PROCESS.md +++ /dev/null @@ -1,129 +0,0 @@ -# Release Process for ProxMox Pulse - -This document outlines the process for creating new releases of the ProxMox Pulse application. - -## Automated Release Process - -We have an automated release script that handles most of the release process. The script: - -1. Updates version numbers in all relevant files -2. Commits and pushes the changes -3. Creates and pushes a Git tag -4. Builds and pushes Docker images -5. Creates a GitHub release - -### Prerequisites - -Before running the release script, ensure you have: - -- Git configured with appropriate credentials -- Docker installed and logged in to Docker Hub -- GitHub CLI (`gh`) installed and authenticated -- All changes you want to include in the release are committed - -### Running the Release Script - -To create a new release: - -```bash -./scripts/release.sh -``` - -For example: - -```bash -./scripts/release.sh 1.0.13 -``` - -The script will: - -1. Check that you're on the main branch and have a clean working directory -2. Update version numbers in: - - `frontend/src/utils/version.js` - - `package.json` - - `frontend/package.json` - - `Dockerfile` labels -3. Commit and push these changes -4. Create and push a Git tag (e.g., `v1.0.13`) -5. Build Docker images for both the specific version and `latest` -6. Push the Docker images to Docker Hub -7. Create a GitHub release - -### After Running the Script - -After the script completes: - -1. GitHub Actions workflows will be triggered automatically -2. The "Update Version" workflow will run first -3. Once that completes, the "Publish Docker image" workflow will run - -You can check the status of these workflows with: - -```bash -gh run list --limit 5 -``` - -## Manual Release Process (if needed) - -If you need to perform a release manually, follow these steps: - -1. Update version numbers in: - - `frontend/src/utils/version.js` - - `package.json` - - `frontend/package.json` - - `Dockerfile` labels - -2. Commit and push these changes: - ```bash - git add frontend/src/utils/version.js package.json frontend/package.json Dockerfile - git commit -m "Bump version to X.Y.Z" - git push origin main - ``` - -3. Create and push a Git tag: - ```bash - git tag -a vX.Y.Z -m "Release vX.Y.Z" - git push origin vX.Y.Z - ``` - -4. Build Docker images: - ```bash - docker build -t rcourtman/pulse:X.Y.Z -t rcourtman/pulse:latest . - ``` - -5. Push Docker images: - ```bash - docker push rcourtman/pulse:X.Y.Z - docker push rcourtman/pulse:latest - ``` - -6. Create a GitHub release: - ```bash - gh release create vX.Y.Z --title "Release vX.Y.Z" --notes "Release notes here" - ``` - -## Troubleshooting - -### GitHub Actions Workflows Not Running - -If the GitHub Actions workflows don't run automatically: - -1. Check the workflow files in `.github/workflows/` -2. Ensure they're configured to trigger on the appropriate events -3. Check the GitHub Actions tab in the repository for any errors - -### Docker Build or Push Issues - -If you encounter issues with Docker: - -1. Ensure you're logged in to Docker Hub: `docker login` -2. Check that you have permissions to push to the repository -3. Verify that the Docker daemon is running - -### Version Mismatch - -If you notice version mismatches: - -1. Check all files that contain version information -2. Ensure they're all updated to the same version -3. If necessary, make manual corrections and create a new patch release \ No newline at end of file diff --git a/docs/SCREENSHOTS.md b/docs/SCREENSHOTS.md deleted file mode 100644 index 99fc552d4..000000000 --- a/docs/SCREENSHOTS.md +++ /dev/null @@ -1,140 +0,0 @@ -# Screenshot Automation for Pulse for Proxmox VE - -This document explains how to use the screenshot automation tool to keep the documentation images up-to-date with the latest UI changes. - -## Quick Start - -The easiest way to update screenshots is to use the provided npm script: - -```bash -# From the project root -npm run screenshots -``` - -This script will: -1. Check if the development server is running with mock data enabled -2. Automatically start the server if needed (or restart it with mock data if it's running without mock data) -3. Run the screenshot tool with the default configuration -4. Save the screenshots to the `docs/images` directory -5. Clean up by stopping any servers it started - -## Configuration - -The screenshot tool is configured via a JSON file located at `tools/screenshot-automation/screenshot-config.json`. This file defines which screenshots to take, their sizes, and other options. - -### Example Configuration - -```json -{ - "baseUrl": "http://localhost:7654", - "outputDir": "docs/images", - "screenshots": [ - { - "path": "/", - "name": "dashboard", - "viewportSize": { - "width": 1920, - "height": 1080 - }, - "waitForSelector": ".dashboard-container", - "createSplitView": true, - "splitViewConfig": { - "type": "diagonal" - } - }, - { - "path": "/resources", - "name": "resources", - "viewportSize": { - "width": 1920, - "height": 1080 - }, - "waitForSelector": ".resources-container", - "createSplitView": true, - "splitViewConfig": { - "type": "vertical" - } - } - ] -} -``` - -## Adding New Screenshots - -To add a new screenshot: - -1. Open `tools/screenshot-automation/screenshot-config.json` -2. Add a new entry to the `screenshots` array: - ```json - { - "path": "/your-page-path", - "name": "your-screenshot-name", - "waitForSelector": ".your-element-selector", - "createSplitView": true - } - ``` -3. Run `npm run screenshots` to generate the new screenshot - -## Cropping Specific UI Elements - -To capture just a specific part of the UI (e.g., a new feature): - -```json -{ - "path": "/", - "name": "feature-highlight", - "waitForSelector": ".feature-element", - "cropRegion": { - "x": 100, - "y": 200, - "width": 400, - "height": 300 - } -} -``` - -## Split View (Light/Dark Mode) - -The tool can create split-view images showing both light and dark modes: - -```json -{ - "path": "/settings", - "name": "settings", - "createSplitView": true, - "splitViewConfig": { - "type": "diagonal" // or "vertical" - } -} -``` - -## Advanced Usage - -For more advanced usage, you can use the tool directly: - -```bash -# From the project root -npm run screenshots:tool -- --config custom-config.json --url http://localhost:9000 -``` - -Or from the tool directory: - -```bash -cd tools/screenshot-automation -./update-screenshots.sh --help -``` - -## Troubleshooting - -- **Error: Failed to build the screenshot tool**: Check for TypeScript errors in the tool code -- **Error: Waiting for selector timed out**: Ensure the selector exists on the page -- **Screenshots look wrong**: Check that the viewport size and selectors are correct -- **Server fails to start automatically**: You can manually start the server with `npm run dev:mock` before running the screenshot tool -- **Server doesn't shut down properly**: You can manually stop any running servers with `npm run dev:kill:all` - -## Recommended Workflow - -1. Make UI changes to the application -2. Run `npm run screenshots` to update all screenshots -3. Verify the screenshots look good -4. Commit the changes to the repository \ No newline at end of file diff --git a/docs/images/dashboard-dark-compact-light.png b/docs/images/dashboard-dark-compact-light.png deleted file mode 100644 index 22baad97198ac56e2e845dc2929f4c6f78c2a6db..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 387561 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,YB`ZaKvIAJ`qGE3TqXx%{}rqz+$vBJe_ zO{hRmH<2}}Q^&rj>mM%w9W|kg*&O@9Hhi8s-4wmu&E?NHEGt0Q=P_LE74H@}3CFYYQ~pv*=<;p0I_xM`NNt-aT-Vw*g_Lof??rD;oIFc! zSsWt)c;}DT$Mcq<>7rf&HF8i~8EcOI+7h0|_|p&JB*?ZQSQZ6%=cgcS^V#@Rrpmy4883|A6;Oi}W6keqBUeQP(5YRHZ6`%XezrZo!{xj6pE z1ZwEE1RnMp;TqwH@`sic4*81j^Z5cAAl|=o}V19d6pBAEkdf zy3Fg;?kSHhThZe2tD0guY$`WW`)Gt~W@fjQg!{O8h4l_)eE+f%x<&|=&zLZ*p4oAd z4M}(tB~MqIE!CUt5;ex$+TaL)zi5h53dpzTa^b++K?BsR9YLVNvgOy)Lv;ox*?tsi z^%dv5O3t-C1uZs%M(lvl~dc* z=N1$HX*bn#Yep^8=KuR_vuY|FU4z~cEeo26EEkm1GaqTppyd?*$X5UD)@JGB&lpM9 zOu)q5mq7v7dZBQpZNem9u@^{<(L?v1&a?e|n_~VaQl#>nwjOwKv~->IyN%K3Y_V>u zm(^>R&RA%V^-@>^+NdUQjy3na%P zyQaxdy|_skIs&YU=nQS=}ND7U6&I*|+N(;{uf*e-oDJ-oEPC7+UICn|9CUZrY zvQ3);F)Gdph)p*TIntouHW^#uyK+{n@*C+2$bPYc>IWvUB}*#Yu|*yOSBWX71y@bs z3YTTslB(?=jDAEMKixl~zYBW$giW{r^914hpZrhhL}i)BOd+{-y4khUyw24M?gH}84E53oWxT{pRdc;6`x9{^KNLl2 z-8d_oukhKrYdbQTC#teF)-nXpo zkuhBsN7Mt|RL&yo6)g(GqyI&s0ZjdM5o|Cf0R}V1pD7JZ$IanKD`Q3~w@8H;+S@`m z0lk?yJd}}uC37@{5k;&2wY6w~JHSPfPl%e*D2Of&@}4^l(%t`5JR7~y^_yL%nC0W!|42E|jkp*KzYK^xIsm~B6Vpk(aER3f zJBqW5o(EL)IGE?w=qG5)vC8WJ|JLf8FhTxP%O<%I)|yT`3hrjk;xpqp@AuAx{PfVj zO*>X(RjT%ssmJKi)vJef%E_wcK2f+ln{t0!<7mH?cKgl|VJeb)9$aN>Yi%pC9Qq* zStd*(oGOEfE=a9KmEi*NxT^D!)48W+4kq$q)7VrA+*cbv1%ZoYfZ@yh_hq>ZaxAvX z^m3qZP2CF9G-%S0=Bo_G!Xk!n;-iYV$dG>rBej__ZB6!MO@?4S`uKgkjAcUU3mQ5C zQdi$tpC8(_SZwK-NBQHP$+P|UwV^y4ZzdMGiex*f`lg&+G<;PR@kYLnzz12e`AJ!y zod6jow}-rOHH@CifT(V;DwV4zLYN5loDeRFa!Rn1_2CQ?^30DjcmxF9EM@L%*Y4|A z&f(wgf4Y%7lG}<*yR{8X5A_i2VQ+pT)U!rbGVipi`cr-__?0THPE57*^Se43$P4zoCuZ;o2Do9DsedTFC(2-Vmm zndE`7IE+Z?_-Eusf0)jvZm^!{B+J^S)aya$J!gp%h&@NesRe)fK8EYPnl*YgX@uX$ zQ6-P22tXN3TR{`{Ntj^f-D9}X3zrIZmR~BG6g0mkuP@)JtEN@|A$-mgSHfSG4HC>% zb_G#+C4WXhGO&o*M+vz6J)rc&1YVNyni(*5YGHMLshwjL=|FlA3#tO^DHpZo3luDL zOG3@j?6*ZWS~=qw|O8slQA_Hp!pB zbHX6ZL&EBOH2O0%`whKXR>|+R>4P$QdV=CQ>07d}Anz+Q{5s1pWQYru|3CKL!Y!)r zYahms9e{{}w1RX=H;9ygbV-Xy$I#7;MVE9l(hZVBkBZXW-CaY+48#03&+`qR>-`tr zbLlmXbIv|z@4fa~_qx~G>ktttB#IG`d8b^^EEXMBgC z0ubNVNhbZ5-=`M6 zw0Aqy!?R^{)gRo4JV`LN_1@Pi*Qc+IWo&oS?|{? znP^gN;^EAF07LuV*~o>k9EqI$sisPtVWP0J96LHCk6&efdF4j5bWlz0IWp2v>4C1f z?i1RFi_c9$3cM)_c9C4HA79uBYkaJE;2C*%dJ@)E|z*{po^~O{Vm3~{v+3~ zUiFO#`TZP84BHd@2k(itvdMExfsxMxmY*7+jP&gV=o&|jtSS#|Smn7a9lnERGn67^-Ry^nW>0kccFaKM*G^Jc6iJXmG zavk|Qk?@gsA&DglK0O~F=x+vtwb>@?n;e0~u-b<^3O>qFo%V4n)@vW}@Cwva z-^HJjqqwYiWy0g$A)_OGY97rq+5cV^AcuU&+%RIvphqyR5el+%M;XLf5-nR6$Ed%H z9gcN~(bkg=DesuHTniSuYnOb7Kri4E`Ga6fOUKG`VBaj|9>t8&Lod4`)8e8m^d;lL z{n&1Yubph(1DPbC_I&4srIwkByx;C?za^O?8@0XCf&^RnY!hOqe^)b9RRn52K6^le z0P$G>&q0ux!<8Ur3}5UHrN07J`BE$h;ETmq^yB##_9?=If2bMyOFcSE8Tf{jsblS4 zRHqGhVA0cavZO}P_^mL z&>9!*Uk^ibB8jraFJ7{+mZ^DWMoW{ZZ;P^Q)QSeWQi;R={d9eSOC;B0YX-r7@fVqz z>Kou2h1Wwt+efj&?1O}GJp-BSFyY4jv8$9?pt6W1{Q}{})~B}xt?jQ}v!Cf!2M*}P zFws|MvMVMU(JA<;lg>+>3s)Kp-j<r{sFxXEFy~1?VzFbE07045 z{g5aBDdrcZr>v$Lk}OP#*EjYsdgg^#1(o3&Yl|F80XY_e(;CuAFFw#g{iQ0I z9-$@J>7lKg?&@ONUgfOArio`U54OKJk>(uw2U~lo$Bo@u<^j@YLuCBI8>?)kY9lAN z#4jEG`|v-dC*N&2jD;8KPRu);-@qdvyiU)bs^M_!^q&bcA*-~U)J3*Ek){{Kf_1ak z{-Jc_ret`XF74t`?tu*-Mb)sy#@T{yx65nmZinr1OUK5~-CBO$5k&@uW#EGbxx+uz znH>er(lP?HgA~%BsMY@-axquw-F}P|^CY)KUdIz`Sblgz(I>2t>>2?Dy?CoS3w?fm zwKfy}TF(B-z2|26;{}XNjAT&V z78bVL{7`&V(k`IGm8rj@!6jBk;6LsRUifR!IL*CE1$Rd8q>ZPPc$OPJ&{TcOdlQu3 ze?QgIv}Rpaa1&_6$1_$Xjpa|&<5ObzK@>Y5NU_LN+WR!8D!BL`A}tZx9g3AsbvMQ>Vz+_*oFI?~4`t*&jDz;fG<(uhU0I zm`ifB0y25~Vg@Lb*nSX^RjWQIC6~*y3XU=3*ZgzKzkt_Aje0Kc>ttZC{eKC}A1VI& z3l%&XhTZChjw)%_@W4AMuNwi&kaPzRKPPX<{ied!%hJ@y1qGF|DGnz}Jk^s=)f^nI!3sh4 z-^!TwgsL-nGz{>?zFI$wn`nA5h^eqDxDwtWT=2>^Dsv?yEN$S>Nc-P&N^o6H@#84R z?nL_~TF&-*<%IWw>ej@>rh5Z4mznxwi%BnOpX6lEtFkEa<#_0i5n#}W@x}P&@#Ln$ zS;}sQTF-K8HQ4`GNM3#61Xw@>Ip$U$(^?#5z|x*Q#Q~-}`@xtlA)Xu?do@XGzoh<6 zTL8Qz@;>voGWX|=hl{Je%k?O7iO44JMl_75Z@DXAm5S^XvT~^AZVeJi-qYf$QXA~$ zfBEnAjyI&&w^BoghbQ+%9l1y-m`~06$CS@DSSln2O;tK;mEO^TgEbVGsjZbNJc4OP_$xV&PE?*anA(Q1Z{adUAqkfNcs6HB`o+q1{U-M7Yj2p=F zD30<=nxMef^7tIiarprMI-aO!cgt*eH{Kqa&tt1oGrSuc%%c+(r)oAVu%RHKUzJn@Uh&dM}jYT zT8lK9m%}M0ZuROJ=4BADI1JgelL7dF8OO1SeeF* z1?kzC)v|SFv+0Q4yMKAbzYfY3K=rJBqZ$gQO8${&6`Fa$O<6FsS{f1lj86gbJM~>{ zG+SZI^}ls1-oik&-Q@FUWH53HJ}8Y&XyF--8roI_&OI>N{v#vcE^++wa@gK7RzK59<&&P0+V5ODS8x%0l3o>lPf^;i zI5hYaF;Y};NJqe<;lM*)k%->YAhrjpoY>+Pd$O_olFAuYN`%>~V7^ieZ? zdI6*{OCUp)#beOtyuy|a(_e??&b7dGT1tkUM)f{L_H4kMCWfAS5=8w9?7^I77e2C zy3#LdGG0>BQ#)D0#&nmh{Ofo@<;3XO<@cM1^5*)te<=B=zIMhwJ??TbMw>#(=P!6wx9frhzM9!)HssNpMH64HdZ$Zj)RtSoH z$nr~VFjSg-$n1J}K@@{tj8??}?Y|%8@)Q3Rv%6+~Fq-w3S|^@dcPHeT8uaghr60(C#dM){JM@%=jXgU*u)*cWvqy*xRJV zd6Q|(YSzTXd0sEdeiFwom;BNDs}Vf%l=32$V29rYhCP|~)~1>~+%mX_f1S|xOjm29 zIIpmr@@RPKSvf3N{iyQ)Xl1Y5BGsmh3qWKzexNhzzQ6DvU<6wEc3VTef`g?>brDZ) z>sA4EbjHQsi@|cBpi6v+R{`t?s#Fc43{XEB&i;G2=k5pIlNiz`Jl!^GI!@&@Y%w&R1IbuV3*9%FqNahjc%DF8aGCf*C_5Z!(%# z{svHZPbB{;uL0U1fBb(+seibk-FhWl*mmddW!@(^?D^u;oxim+9{v`PSFKk0yq3Sk zjDX^ZJo?g1{ul9rd;BoTPkTwUgMP!*_i9V*zM$&6P!qAkIZC)ISGl>l z39*kIz8){#ywi~WPzJ%@-oCS@6pX$8v0^#!d%5L3Bm!xBCg<9a$O~g{PpQm zqxXrla(jDwPiME{zDJ#F;diAJQy;~cqi?Rk2-QP1DU+ptLM<;ZU&fO_nboZkSYjKL4D&rdbNDF(eFE0M{m;aP24Yxe>ct*d5!IrT zY&aXYf@==W57rq+i;Vv8bM>{c>o%&$06hOWCD?#taP& z88u=KQ4(_loh5&ek0x(JsR~VL^guVd)63LI@o#*FW}{= z1{WXS_B0_wPEL+C*8wXhb`z608`M_TitoJ^*-AM7{K~hzfX0y) zgth4-yzm!W2hxV)-%YTM?z2y6OOZ#)QwM5Dv=jOiG1F!{vehh)vkSbE@soGXd+`E! z;kh}&PH8MC$~%D9x}rpZYQSp4d*h>`2I^I2?WgN#1ivDo({+oemSqs`M9U#Js7!cA-RPle08SL#yb6y@sj52&)-B*4p%&pQMU) zLsqai?}et6n;)?_KehJC^)I~bU(+|Hcf+o_2FZdzJHV=N6_1dnbXtEAid3%?&OnAiEm2D{1p7QV>Kq&0s0VB?dGu@ zZtwjRjX4%W__f^kg%PCv7`$@Rpmw1Z+=WB;e6Bg7%5r@FtHeV*%U9snE|hr+v?UQx ze{(-Rg7GZb(#CtSATg|8Wt|!m6O)t_7ne5U@cH_OmO$S$yrjI2@F0ZEEEJ5}_5=b_ zlb+tg+kzLcC`c&gf$Uw~94W?N3B{*M4A1npD^zeN8?2m49=K@|c0K8l`LQ}PXDAeE zA}Lv{vvGnEfJ|5hTT&g;y~zF)4uy8iWW7T0JjeIJHZ@2c5H*~&Pj(|p- z+o=OAzGHXJB>3W1>`=>x6c;XvpqUb|Nk%zyW3w5wAlQj0wFAWG{X(D_8ajiQ zJ4rb8YJ4$no#kFfJ7Si7bD93sR86kOMTrywwqs4c$+g1Z^_f7yPZfJdI5NU%X+_+3 zPSKs~v`)i(qp~~sq>(2xRFIpWO;spID|AZR);oc~e}8*XLM5U;IDkIh6tLX=3T(pg zI?vEjqo^;cO`I%0?aRIthTs~BEz`{RTo;`Zq_d3*oPe1Q{l2m%@L)tt^&RX)<7WZY zj5?AhOMjyMbFx<1*oR_^QVs)Tz007uai@z;=`nNbN&DK=g!6sELUo2l6OLK$-qZ+* zy+b1X06HQW89y2rue`MKW3g(L**i4J2dW`BGut9&dP|FQEz5W9YLaQ!*{<|uoD1O$tAU0)~jMIVy!zk8pnoJu(S zS%k6@tZ9MKSq~g;TEKgx%S^FX7@c5xDGgmU(JE*5EeKR7%y}tK%~7BIx7HD9;y9bf z>b8K)Qi^jgg3ac53pHA*AD^5&2+Z3c^!T6&iw=49{PDSci@@ec$#ku=++?-gO+qrS zj{Mv|?AM~Aqs44ix~gnOPq9rizG!OKp+3pa0Ym-7c)VJJIhUBht=1skz)N?l*lwbl zO4OsR+)Qz`JC*17ck~0@x&Btl$pWpysi~<)opA)@yfxJR_wd5hfco%0S+97%m%*&j zblO~uXzls_?yTHU#2rX0nDYJcTwF-~edH`|IutTeVpsv2Z33|1aC;Q>rQehe)U}*x z-0ZZ{h>nWlK<;m_>+^G_NWie@s-JJa+aT;$)4U}MM~Y>h2?)3YvDzFh?(FT|9LhgP zC}Sj`cG8?0zLfUy@@()+g&i;fO`iiOA7N@6!82qlk|69xcSv*LXT$M>+9hv{-n=;l z26cCx5y#HKvN2qLl2G=jiHfq-6E(dz;pmS~^V6T?!)Kjwl_RQ21nl4_-qGE5#Qvr^ z7}Z`mV&ClS?qq}@>eF3jcCdcbw#9p~m}B-g&tc8zDj^{uG4G>|Nd#^$Q#tV5l20z_ zS3uma88Y0+@7pNk?f}yJkWJ!iRuvRCy;p4qciQN!bJ?~w9}IUM5nAQ98SzdRY5bvIJx&f>p;#pZtK@vJx>LAC-|iGD$eWA$5jRt zApBQ07L@+bMkQ|49i$ML-qbub7^|CgpS?MGvJ@aZ*JY$}3V=m*_afZnJNx8GAI!~u zVv`kKdH#c9cB}r3bi0R2yLGR!?a*J+Khv6wEV04@hO}Aj!D3FPU3=klkfgos(G|!! zcwnMPU(AV8lHgN%`ajWIo(D%d&1P{HKA3K~Xz>Qz&j28ORG#jwj^e<02NBP>Q!+OE zaBo2#wTkR0@4lr7HEEVRT%U9Yb9u0G@!~^fj(yGE%5rDi^767cZi^>E{NjC;cm0Di zS{@|23!&vD+megJ2nq-Yh~i?};j<2lkO&$+biW++)OV<%2ReQ**Y{|-QjP}3y)kLm zv!&ZBfqAW_mR>6i*&(EL+T(;BZQ7KY&QgZI2Wyi!(llJG1Rx(r3qj1(fqu0$5Z1_3 zZV{KQnB?So=hg5!3I;r0Hz*R@2rrM$5mtbjsN!*J zH7|C5D;$0h(Mo+`(z68?L@V4Q$v6;?fJbZVAVq8wvwCr+DK8&XYt1it6QA6t7mkaH zeKetXiRa{r87pmO#kqf^SMlrnMk7zpPY@SeqP~+O#l+$sD$K4sXQTNL<{AtC3X7+HU(6;IQC>3@6(@DBGt)-iX@y5B8!UlPR`Fb)y@{Lod}T6 zf*O1Wy<)^O85hUNrQ+CG80LuP>kppbJKES9r-9$Mr6R=5=RbMQ`e3y@&`X@+aB;g1 z9CrI-m$_DIwC%HfZQcj4SO8JCXE|XPEYitCa>r01AWcLggr5EF`WPouUiZA;>eY_k@E$c$UCKZniDT$%KFZ z{tX~Ncp9cTr7Z}o^iw2;W^1NVPE3^EGUiG+Fdr@(L!PTWR5+iN_P5U;yS~+8j!jCk z<{+fu+TUY@gWdV4CMjuUa`z50i`4CMgZV@n*kL+Qac2BB$3QA+1T9tbM={NW6%t9O z^DyzGu?CrtyPS2>(oom&M@YfNE<1fh6F{f5`vLk8)KIo!#Wisz)5ePp*1Idcit_Tc z=usq@po4?F{9elVtjfj00l+cvl&E*w?q5VK-gK&vt^~EU9yqB;yCMdA{H%iwavha~gr z;u^=Cz$Bboicl8f7i&_*dQ}Sz2=eve`d+l_W;JB;66t$!bMrvXnu`e~PEQ_n#w#TY zpM~=DmUvxAH?`3=9<|s2;aM3))~0LZDg%R+ynEs8eX`@Zc%%b75d8Q~Z1N^#OXBTY zN40);o~G2ZX#~K?aPG5%ie4d3pA)~kD-!74tF-$egT0jQ`^*aY*YB>tj@w~4p7mz% zq`-kIho(LHc6+SKIUrC|P0(WKcBW}`t5%;LWTsM08hvD1dh-L_t0(s#bM2pw6juP2 z1DU*MH&m?(g*J`TyR7K0vKc&=INkvqh5M|dzPx<iqfetFc_yo|zYcoSfWy`7AJNujTW#LGaWYGVI*L1A?mZcE`)*i&JZj`FwaQ_5 zvOSI2gE0U^vXdD^+>+*@9ziYEtmrX+W|6CsoDoyEwqQ&^!!_Vk8^>wLz1K{b^ZLSP zwyBX&^w4r>m*0NsJFuSsliefd6$DCt+YRp1VRZ@3dS;O3M+H}|-t=4LB^&Qat(W%e zxia_m*{MdOo5=I3kzVnGB|>L&Z_)M>iCu@%8Q+anNxTfI5jzMoS9Q+%!$4K(&=&35yd zE3DdVJcS`Fbl9#zl}hVrbj$2Ti3%KwIYD881qDu40FzbjQot0b~9eXfAz`Bz? zcTj!)*x)&A2k5xjDx1|R9pm|s%C^=6%M`UqPx+;Q^t>o<*{duPCcjV#`# z`Z27B+s5taBixh#CsJ5)=GvRqI9jYP;yV%JYBPGiULrE%wTf+PcF1E5Xm+C0& zg%66HyMCw3(U`teuV{kHe~^;q5N;YC=%$}6_mz~BkT64O=(rc#_WVA7??oW(jS_rycAH1REHnV~XHgc7#v{W%74wllUeUp z1Nvq)KgZk@^i2KY|8f9S5*yce9B~&|1}`7=Kjbbs7QZ2|6K`kFHnmGlGA1$Y>J4;7 z45xVgX*`m95Me*Pzm5|pi9}+tPl+YACK0o@Gh1Wg;y4VRgygb54GhHw}g^;4{Yi30E0FRP>{A8KWxGHy&ARGl4E=)JuTpQM2~AsMvZ*^04HlF zanuz(54Wb1r8a)^<~wj~geolju2KSI5*u%PKhoI9Yn*S?$bx}D$l4N28&IOdDiUX? z>!e00QBmrID!2QtB?yz*O==rUut~yU$3a4|CcA2TtjAY>n6%UE)*F<-;n0>ZC$p)- zXCZlbt)s?Dgf~8?*1M274fP2*oBx@?9_bh}Gc#X)51_#Y$h)2Z+}5ThHw`!sfVmAT z%w2K8tN$4Jv}Xg&^SKtdYHHxgF#rc+u;N6X$7iI#)9>n8o2Qe#Ko@j|1m9W3K4+wy z8>@6&1h_4@P3&aGeLA&uLp8kr5_&vl%HV{l0JR zDQFoea#WG-tlSPST*N&*Fokz#=`&RJ$~OaAiD8?@s|T_1MyD&ArBn7NzA&u5nOH8~ zxBL+7lcO^qNaJ3T{A1kC2_os5Y^hPBTH-j5gVf+Jlid zthQZWH@gzPdwUaTXW+!%CM|hW=93tBk4Bu1%lRpS0 zjtQN4-RHhZGNuXc#FN5dyS>Lmn?D0+DD*~1ESB~%g34e*g9(OW@L8Y(mb96Fr9dG6NzWdv3BLi&riF=`VmnG<{z;SQCn&BOK_{fV5e% zYcRlefLal-J-tdOW<8^P^#;MlNF&D3eX1IUy8tS~A90eSl3H%Ron+pfByli>)I;<< zh)iqr3L_Iaj+>nUTrb$l2{&|FFD)<-vd$z3S04=kR-j>jf+A;NXoOw=(#<>q0=&A7 zP)UX8TCMf9VlTs8LC za}}6!8IWfTuqmN#pW<-cOx*5T&Q1b+*(WEa@9FI< zMBH?F%so3;DMuzGct;M3ar^6cb-NjgJ;+^Jaw+oG!&fu{Ohf4_%j@2a7i-!KEiGc%D=#r5@}KMDAkLv{sr|I< zF1AjKGkv1%nX_Q!k*_zyjwZXO~GLUe3J}5f<$Y?7(<+HEpZzV`V z=X=2iF8j>6L2c)r2ftvs2hapMTEO^l9ILc%2Xip+dUd@a8n1U(@jy1mbtlWbUusiR zb3R@hAKW^ht`Ja0QfszUe>R8l!fmStGh{-Np%@V&-5Q4r#H^3jxNX%b?IsQJpgn+f zfzobt+!K{{Hg{qJash#(D}95Ij9lyRHM1Fkl_pl7=!IEHBRaT{1DAca>c3gy2_ij= zu)V~<^R3lf9QLQ&>67aY(p>tSb`zCk;tL)`iNFNzDs{$lPFC6EwnqDGSV`QK6Qi{o zFPE1d7#Mihd%iP?fCp}ck88^-m-JQf(9sPV1hV^CTC-6Fj`4Dbm9+fnd;>6_Cee7g zr^c2^&zOqq!61W(H*Q0#u7h)yUi<0#khUBp zitd=-CjvWTWrorNgM$GCV#3yC3|+1HzOKK@ix%a=NFt}}-L$y$!)Ai{JY(Gxre4^R zhK@a&zpuF4sCIYdd;O)UeCkx!xokaLr?q6E3}Vk0z8LBEzxVoYj-n4YAH!!yX`B#u!RXL6-O>aOyn7?O>GD6RYfIvOAqP?zlQ` z6qm6!RPakuE;~y~Q3V>LBMp?k%rm6m+FgHfstLsF;FMZZ)(ET62la1=Y8SUp#U$NV zsE72kgAe^3g&H*^7uX>>yqkvrWsejOJ`(%zU@nK8fx+lNDz{$ zs!~)`tT;hIi2Dr-0Rk%HaR-4iAg>exMQ|~j9HA>c4@oKIKu(D(`%m}=-^9mS-^pqn zBd?zZ)S?MJ%yW zc;}%C8K1RF00EWv;aaWdK@Onk-L{6T{sb?tyz*(ldi3XJF*uC`j2}&N%slC?2H`^e zuB*2d-@_Jnrt7=J!vrlf>!ukp4YtR=-a1HrH#<`R?HO7twtRNMg0LdaP4n&4W(P>q z=E71n{(&cC=;bLyn2v`Iof9k(hJf6qdR1JM9X^Ya_zE}v(~m!-JSe!E6T@v%cEDM4 z+T@Lz03me=ICLQ!hBVryV)WUa@kTYU(_+ztk9j>_b&{}0iKYQ6&YvP;xELS-BlOAU zEc9Ubga?UnT`T5fN3x-bXh9hNyvZB`~T8w6m=wWf9GY_MkGO6~#J0M_pd+tF-3-vMsD&Z~>C* zO2#w;YUDD~{>$&K?Ic*q8lT#WD~D7KhV&O6MP~eZIk+}q>o~IdBjO>jX?eDUd=E}A zlNTNbVWW>oNSY1-O@uwVs5zkQ;4Du`QOzhRmx$gavYfj$l&`T0A}c9++sPh_+wMX2 zS3aayxly*37nwB6R@zP41C{_-6?9QWZ+CC6K$$;Jukd7-RgYw7Omeg-hh}xLdcCZU zV{Dw4lGglC0&&0eGd}iV111&@Yr18OuvQnR>f(@w$|Q(6Z|Tm?It+G$3=KfbYAA#) zv$_3CzNSBtm6TtMWfF>G&O;)#4zJ8TC&ozX8E9&b^QQ-bT!BZV;0W+4ub} ze0AyI;0}sb#u{Wheu4T`6Rzhr?r0gU($&`WT1n~1tML-1 z)bM>((*S7lIZZCuACSY&TG$OKLGFQ+j#M7+k(BX@cNTdl&T^(p$F0t+bKN54EMRgc z@4)Y>l3}ZIst$mh&G4>mhpfn`(7sb z4-+Y7S9GF9;{m7^llxj6gr$)ePI}KDZ;cn~AUg^d5;+*DL|nbL!}gBE8UVNg$FE<% zwy>CY5I*|%0Es@7tGc9OH%qZ1jEvrZSg*F7dEe8++Z}r48v*@=Mx(6AbIyjfs6psO z$RwoEY%`9X6M6c}4l%3Su72fPJMbj8`^pwU_QY}PBtxa0h=4$=OZpuZN`9Xu(Azjp zec_!YjnQJmL11f-se}XDZi5&*Zbk%n4YdG&X_pw7=#GHAgVI8iS%2 zm!Dtzz%ti6Q<901{$5jY-E!eEOAnprUqGQ#G}l4cpEfEfs!u#6Wov78!voVIZnPAC|I@8gpZpsl+6 zwmOjf_lQlmrgK%6S~X4~bdu&Ob%Cb}iiK%BoSg2U&pA_H&o;;bYbi0~I2wk;rUrH; zV#TmOXlvPz0(dg73P;wN`!!(%c9_G8$|Ch2PQ_6L_qg=z2L`ql>zVmyyeh2rrXwvE z;Y16e#!JrGK6YttF8%DL#gPf*je{UK{*F3kk#_zixmK<~XlH2y8n80__zCim-{hX> zd54ECrK2K{ofJSZ1-Au(J-xr|a9!~4>II7NCA8&^&1f&`Bcgfi$qX|an@g=hj+hWZ z3lJ?3Mb4C2$|i+Ju*>T(8ov+X$tATN`<^aNLcr^~g7G~9(``Tfz}=rSSH%!eW}BZ+ z=?8P{LHvQ$<>vG~4Od^PEsb<;=<2_>n2D57H zqvtfffa~T6)*Xo)wms}QJx)gZfW2LB7ocC0p0}c_9II~wuMA>so*>rS@_n8zMjb>k zxhzIb^fnh&9^2)B`ed1=t;&S}95h&(II5{#=H>D5Y+5gwH@l){#IAFN8DpWy@x;Db zMN%Gm;L9-Je~pfIo_lfl4q-R_z_W7a)^u{7L+%V4ucF8av0Vp{i2`{tZ}pC1H~o3K9!Pr|MT3l%$Pq% zJRs0Rv^~-|IHv|~SoTBHMDk@uyJ(XRbh z_3M`0k&PFCO_)2G)AJ z^z{Rd7Pv5(u8o?BiKLW3@yGh#b5BoR(Ri`O9zs!WnpGk z+;2HjT8eE5&?^oP79K61juszqx5X4TG&GDf@k7v!`S3HT9WsXLQ&DGhOi)nJVLSm| z<-=y2CS>FK>ofn^@7{8++r&jSb76Js@T5XM4MRu{N%D zJwh+UZF|Z{PtV%QitOU#1C75id&?rl|3HI(&*nsIeB=vGt=M4 z^j1o`x{7Js|8ZYnek$)I?G*o=l@&97^jYV`uxosph_`I6X;vJ?g7!U!&{{~!=S)+3 z`<=35*CCo(*@QV-XUvI)KAoF{)b0 zw*v-a$sA4dVrPeX;D(Le@AmfbpFbrPj1`=7)?DgNPiqKgymPe?_3o&AO_svK!gw~L zXAs?Nb&xA-RL8x%v(uk}8cdzbC)&|oIf8!?`^V1f#<;@rtja_2Gv5V9q=o3-^zybv z$&@e6)ZT_FnFdBkk%x2L<=xMXp;4XerVHne#k-rHUc)Uf&koyIX9F{wj(8NKjIhkh zNZ9)x?9;t7Gx_!Fe2^05ZkD>4GWDzg7yS2chZc8u->*G?`o-m^OW)j$Tyf9M?$IR+ zIbQPaRUGz>f`O9foMdhHRYLKlr7Z(p-Mx|I($%H+im}3}JAFT|mNp#zx_bc6uNz?! zajz{XDEQqOPlDT>#$BM01CLSygk1Flb8|<#bSpLuhq8>{k8-j#c!Oxtm-}#EbmYUq zxM%eAO^4^soINmEa@hwpB0#w0sJ#ttIc}{*MqC^~B_%&iQ{&gx~8I18XO!9 zqM1t2HL$Aor`>0OBUe>Xk$k-C(u^3%g-9qWb`}({6l+gr+X#4jV@S4GKGbXTT>Q`4 z!M69nq2^7caAPyGWjUNDas>YdUX7CB!Dn80+tqNa5f*RIhC7$A$09 zK*ls51ze{3t^Q0omGy$u!esroZ@(JMB8*{AzZ_oEi6Fsuc%!G+lfb8cYp*j&3pi=f zn-Mf3<);{#mx1jX)L&P{pPzeWR#hE+35x!5zYwbDxHbpPFVD$Auf}%je?LH!S`qfD zvc!^RWa6-;*Zur-IEX>bthF@&*$x}@irw5#9`l*Mo_-|Zfua(U)zy3h-hT$Ms?q~P zZE_NB`QBYg_z^yi!+q-^OBf+`{wAuu7Zn@x5VwkjA^I>b0(JeXvW+LdAt|*gVwtK; z?@T!W$=5m%=Clrr0IKb@#fB4i5*=Z$EU?3$bEC3$TvSv{;^1Y} z&+zngV@5f*7`qmF^2zh(YvX5}8>Iu)hV{-Cy;~EtVtf1a#2SN~P3N+=`fC+O`}%s+ z)K;4?$D4p~5E2&5$<1AN5nj&-x=$-1p>oIK)>D9TKY#jUYHHeq-p2vpK-pJ!RMFe` z1RKk3IpJ#u9rTukAONc$sfMcqs~lw<1S!1CR%dp2wg@N-^|If`Xg^0?f>6xr3fwUPmL|Kladx zNl8uT6BIa4RO%_18A28OJ9qd&?b?Wt;{5!wvNF&0*wIZR63Z{y*=DoQtH)b2z+z81 z@KfR4a}jTzo9%b*xu!9?Sdw6V&(Bq}xE1y@f?Q|HqH) z-qI%oG(^r%y;_fvP3H?0aBYsew!|?}NhztZ^k3G7>rqRX+z$3+mqy25S?!ULL|}r& z(Y+Xg@Y$MrZv%yzJncd-&#bJhddK(eMSL+wFih%+_}SX$!CYl!*xD5x0Rd9d(WNZu z^@F*%PtFy$etgI~YC9lfDDUN1{k&d6FUQ+vR1uaW(jMrO? zmSxI;|KKH8@-Zk<$mSM6Jmztm!k@+%ZUUQn>!}{%_POJq0(O}FMEP07)Re*caq(fo z{_pk^kXkd)wMBy%%M}w{RDby^KRPm=gT4(&XIIw@Za3O**2nd5ZGIpsYQLP@#%A+& zbWSMz`5w?aI)%fly{W@UBxc_R!sdY;-r6b}OSp?hILU=lYH4U-2ZPOI{QSTlb93|5 zmm(6lh0eP(9$IKDBZZ*l_vq-s3BJOG#YJVfFtZleh+>8AlFPb9v5_>@YBiad5!2uW z#jlx6_QiPoi12nkN#$(kXyRt^5BNO(z2}(cW^Do!j>yLMT|#nl<9L$PSuH)w(=VUH z)`yyuXL?p}diuTJ!kztVk02H&%{?h!idcl^=U3lx`F`sJg}SgjoOeytnI0-DD|>p@ zf{_giH96>ZpDle;&Aag1alKy*h>CnP3jW;6so31G-jCg&@_oPiY>JStLeh2lbk%Fu z14NHcDWNYZ)HF1TRhae6h*@uo(A zQpr;@1!*toAdO|sfc41R^f4|$qErZdU`(kKSM*j zppVCF^*VFf2tw;uh@$46P&&0aY?Ki|sX)vI`p>6~7ltP$VWL9iD;SW6qvmPz4%{ZR9UtN^|dhjs!GbC_6_g!>T=annP$kUBU94P#JcA&PtZgt1+*JSJJ_^Od0bSsbd z1!>Z}f7<^n&U6M9&u<#JeKaKO4KB=*lvKJ=q$H&q6r{U_O{g>yBGM%-Eu9-wq&qg9 z(kXoF?;GDg?-=iI4af1EqwKxby6=0=YhH8CYqpIx4ybyDspfRFw&yCK z4-O7=x0h?=GTWLZ)v}bSs1gMRChxXpbCCKlSkv2+zc+6`4%bS_R$X$7F9=ilwCLT; zl$-Ts;D{$qD|S4P9eWz(S?7K-)C0(Y-RZ#D%^e*c4kFKYi4{~-A`&CvJ!!1asp&w}(!b>J01DlmoVJvi zzRblgG%hEpd9A#NlbMcTUx@Dzy`1$ zaP6{eft7xR1G}NAseD3AD!sRDbo4{8RFyqQ3Kzj*mGDZT zdKd_dK6|G8gNRnB{?aKfRLt4|A8gaMPK6h;aA7Rg>a2hWi9{M1W0LhWcRyz?!|~9% z@VK6dnc3^zQ>&5n{PW5bh%m7cS08y|ztOr%0)1FnR`1&kBO@cT#@G#Nl9j2&p&VywgZ=+@k&abadEMZ_ z7_;n*=S6vLtXEVF&8E>pVwIGgn$s!tKR?-GXKx2*kWWxhHkSVNe6ED`Tu<45nm6C{ z+?c|!X?s@X=F+rhDT2kwxI&`q>hpd0&(Dp8NJ&YbjZ|rnIk>i7QUcdvxk~llAJd9W z$*yYrmcf^hpB$@s<+Q+vcz}82C5CftZadV85njIz&5u4@Y%WrUhK8=1*#s%FFFq)? zct8L1xmL^(5k#2yt7`Xet?@hTY;JP?_X%%HJb}w2vC_vUDXFgT_?;HcLgSjGiVi|B zTVcfM`eCf}O>Ego{4^j}T1|MTU4y~_WyUwh2NBBe=b6*=mk4eD=3$!Px7G5tS_ z``2pze?3z%WYw3-?WVKp5l_3@K{>d_f7MGDiXUs0YVj~N&v=#~S*oRpWYpykpgKQDlgV zj;$>;ksV+AL`1T7?ry0mqAlK=zTAqP9uQC+TBjB_rMo||K+;=lb&S??`(U&8N=zeb zr+46cPkZ}V2lqF|JKgMe9;TT)OPj}4nNv<2jZOsT_z(bY?$z9-`jq27Gx|LPA0VXH4dKxc&Z{o_u$Y4w6GqN947w)6C@D ztmkr>educCoSs$nVx|Xl%RN`9(XBQdDLlgaP3JW|28)XU_VbK~F_kzJ<9mJ{uJvO- z6!Wrs%t}SDf;CUKjW;@v5427TUrN2l?xY$)!cCS)Z;CJfEphW^G(al-$hOM~C{^`7c}XJHL4I6l-&#$OoZ=yv_6RiLJ+a8CrU7NBnWMoV$3) zwiTh`hXj|igC~cPZYMF#eV9%@cva;S!4AuUcift>9A#xyrGCwA8{afYNjvf%*U}L{ zVai5pZfFiT<*j?pqg_d2;@ENP*V3wr^d}n`x3{7-)CG1<-tCPaf631A&^tkAo$~t- zM9dlbah>x`2OMrOkdwIIAav<}t@F1MgAIRHcDCkG{g1IRiluasbm&PH!i@3R_jG@|RNUHd;Yj;b=NsHjQLIZdN7 z>Q1bc*x3=@@1x`;%c-n{&f=mx_nq7BCAi{$akdNJn?{ZL?GuZ5?~&fm=;ZrqI$o9( zC7H^)s#(WYvT=u=J5+q2D&t)|6Q=RteDG{?A5cXJidhzoRl(h69N6i-zY))H$Be>5 z6jYQf2Ojr|r7FZl-*$E7cC2$0TOZfe)ntk|4vFnfme50ZSEi$X(kF!q6Dp``(|YqD zO(xw#1(*|bj&5Q5c#ej&*!JKBU-*ZH2ivZ*ylwO&71IIPNA1d+@L9?#DUbQ6ZWW zuGv-;*MFDiHFK$}hPbyBNfRs&rv$pC6-W zZBt~#B)xc2M5`B_4Bi^Mwx{s}LRJwh-ucdWAC46*vz0w%;(>wQ*D4`NN z{`o-dleP62w(*gH{AW$2rc2xpHc7k*=rWA#g%2i^JIGn$dE#RUj9(hgk&Fph{6-y} z-Vkvse^D!*cT?o`)ys0x?4B!u8>#XXEUj%ZC;ifbz9An+zNlnBjpL?m5I3Zy`$SC4 zQ;Bpby>3P_!0y)U?|N*5_$4`;XbE4G&A@Q-Zq#Rwe3gh`C@uBFTpC^5oE!?X*^u4- z{pZe?#@E+xh$u%!W#|R&TMsH|zS1`vDbwnLBksJ|GdM8u@_T<6S#XsL@^7^y8{?ep zY(9@we}W%9J*K~A8Oz-A4bbo=Zr!SG^^0NS~3{z1~Yx&9R)g zeLE9>wN+AvK;#n<(favJRO2OzdpUP2LCyWYwE#X>z&oUG?V*Jm6ZlwyFW&W*tg&I) z{85<}{l%2E*6^hvv$xIm9)E=?s$^#@?9$QOfavDbEvI+Y-fg=Q<<=ubZef}#G$`d9 z<(9%8_@y9$FOzUC9(O$fPdI-ph{J^>N62&Iq|nRLx|nW$wlF%pX+6g7a3U+TnZ_+m zFGMXzS;RkfIU9Yx|72(LsUqrRtxZ;5=d=Mc=2_IN&a83zf^oV8JUXZAK&&S2iW#qke`N3CE zr~T_%mxTHfvS46+la;=lxi^0OP4$SR6EZa32Ru(NQd}dMN$pH{CNE!FR<^mhxh8D$ zyTzZ7l++Z$^cgyt$PrO-in>n(tlqbsHtrjfkhqLba_1N1=NEnb8vk(VOfxR{J&M2{ z!N*RcldSCO>RP(d{V2`yxC&Y4_F($eY`{s4cBv+?AJE!JIguLW(-5IS0y(t2ni?4@ zkC`Y=;cEyeT%2E@et9lQ8vL^gflqye))cNSAo-k|T@1Jf6(I(wf&+}<%(|$i`g-oz- zZkl=m_KLdqN;Y0(**F~2xu}O|25#F&c~(rJtyM?(c*rK6#>7u_moE&ePLVQ(h&^{z zk=k`0(zz{Dab@!;ojo zj~q(+jW!xNw=ypBJ5utV+F}})9~6hJ)E$<%oJQ^4Me)+nogWk`#zr^K1@?ZNx1|1S z?J>TMx3{)xGAMsiTO8CH)y}FjdPBp@YrCJn)+^WnxpY(wYTM3UUOW*H!eC$FDbo4b z5}rKk28&J=y1!pkETN^Ng%^x(RJnXq{!7K;Z3W}>9p9uR&-1rW+nL*0<3ssuPfS4W z$amMAI%&Iv;Mc^BRCBZJ^Mf@t(}+#NOe_QtN9j@gWtL&R_RcmuV5Qr@2WYHBEak}Q$_Og?bSZqGuUQ-5UDmu$gUCwKu4FM3qG zPFF=oM^nA~d4DP~av{g7Wi}(Te>7tPK|SKM@*s)`yWvft($$~@{bnk2QjV9|%D0af z`zlGZHZy6`rXR~~O!B@MI~DQobjN&l;W|R}WH?;$4GoNa7bx_PPvWUDOr;Q7zw#?GDgT>E@=p$ziHx3eMI_r-Q5VazSFU? zohHUVz!G(l0<5>UC+s}UMZ{_La$$sGz_JVa--L#Iq@Ytn)1JYGx}ev zi}6_^v6WVc#pt(S{p`_B38MkA3Fk;-`B%>ktE`7kCuv}-6)O!gJB3*^`d4*{Zp~5) z+DT$fPfs6$1c_Ar3-A5K(#26$s9oJ#8%9@3bDO$(zu#0_50bAse}aiAfe?NCIId=F z4A!c*PqD47&BDTh-wB&Ygo58yJytATOWpa@{hoFZi3kr5PpcBDJ2eMW zrO%N&dcOEoYS>^0w%Gd8Mf?&^WopkwQdMyfzq&+m6WDYZn#~>0kY~4CWMKUcKHRVa zV0PJQnc)gg37PB@C*QcxI)Y!@3siahBi`~an%R?>a!1i+FHy5al|F`<6PIQmi|ZP> z!a4MCeM+YD)C2kS7`L~}|KM`zt{Ek5!nJgtEBCG(=EcX`_Z4);^%XjMK0w*dy*|dv z=l<4{R{tL!>OU*+CUS0d_1D5e(#MbSVPUnvfnD(Oy&uuq9<-x3s1xJ%t#za-49!U< z`)f{G5ko}y_Vfa^jUXzpk^l-sya`apdr|a{ATwqJGB!HCrM8`jAdRf|(Eo zf>vMIcH~PC&zmUOS!t0+DO*d^J9mL0QLI$9=Av{rY*1T~?P%BJt?VDoW#Oeqc-ue= z%jmZstw(Q-b@Q|~me-7@SjeV-EuDr&xe`{~nm3fb!bm>)fo0r4j*3tuO*ben`+j*z zSta15lKzgSuKI#fLBi!ACoe+TD7*@M_ww< zy}4tplv9}LN&es)qSRt;Ry#WG9;@T=f>xgJcnjXkp;`XF_xAI)ZlpxMcCBb?&+2&b zcJuV5$Vk-&*L^cf%as`1C#uTo_d6J-Ru&3ODyt)1DtQ$VEPEmzx)bQ58pd4+Y!tOq z?FX$gN?rUhgh>iHww) zvl>5H$AwtvDb_SeFT(A&e=};-n_$!UZfYoXetAsJK05cY=}Qlkr4)94qH!nH#MQ(O z%{*1%ovC#-d7CVyf-?XW+^@_#o||{yFt1j%gBQP-+If0a`oi@*ar+0$B{}7K5H?1L zdE(b4qs?&a^L?r8dOwnnn40!*&a1F_d#Fh-%k%?zp_`NOaKWs(zHy>CP179xg za4=F9-Y6*Iz%PiMiptA3xL??G>AK?%LofIxs5Sb2ii9E*IQ26#`sX7>Eq#6FKNpWL zUNjS4@QkZ6xI`i1ufU$@FJ$|rs73~>&|s~|b#yUQIxNPma)L|aL4fPp3aMnO?iCGE zGnHUvu1AkJ-5Mel&3lO-=-w&pk!E&)_@KXCCQtDi*nvc*e)7!}`^hJYPm-TQfZVEO zvybzfVTC&D$H-o5(IFZ5C|k0qOFHDB?Cl2{rtuPJc%q7>wSn~6mLUc*n z?xg7)i>rR3SI^>Fy>5zXZ8M(?<~&A@eEPjExVDUZJ<)NxOxZj2q3rDwR-M}T4+PXC z)FfKZKj>*|*Enud$B-_~(91nay97n?xEmAO`fl1k8Y&<|Ohhyn6GO@v#Z1cm(r(ad zxmt0{rvFVA?czU7G8-@TW3;jJC-nS&^>SYGe7^0=Cuttv-qJ8>!TdP0LPmu$S! zw=14ph7k2M>Zk=*qC7{KmRNPbvU)d2$W|T8c2mY%z%Za%?~MRyph&XKKAvPi-5pf? zW@~lnym6%*-?*@DD|-zVf?|BEpt1_~yp7BgC!@UdLs!n;H^A^Ds_pM~Jb_=o@RD``}X2eSuQR%_BCv5QeIaJao3Tm(j35%U5UJo z8~!~5o)R)-#!$dEQYme+zyc*vZvBU*tUb~}<^g7qi4$br2VcV>PD)lPcafrsgoBa`x zvpvp(e9if_S7p66Z*Hry{@B6Q|eH2&R~m?b-uV)6%Ui1PAfp2;0ejh73(-p>OxD9wrObGO8v#M)X9A?l=> zQByEFLP_<<*UTinmfPItuFy3w5;WC!HGCZe@APbEi9af}3+PItOxm?WNA$?K`~7kX z*K>!{FrpnG4_?vI(dzP)BTwbuPq=!lv~J9aU22rI-N!L`mFIfiGGh!eoMld=+uj(B zdELoFVMf%%T7OP;`O0hijoU&iq zAlm4jAq{Df1Cdv8n+*puueRZbw_SObiTOR_lQrEUXu|o|~ zMO02yfwhgn%!%Zf+sTN}{>N6I%HcYeliZ9dDJ&qFcKSTend$A0LKAY88GHyl5R|i| zmUirl<+@FEp7zI8fSzX2rxP3;k~5d$5y=HY;b+Q&!Nti{7ts4g&bG zUG@((YZ3pnpKUkjL#)PYOs5C+el|5=Azb&D25X;Yn&2P7roY6LIj-FGihlMObX<4Hd@P$aMUW>=x*r}evD;%X!m0TEo}HIO-)7R z9zFe8t?lWNo@#+csR;JV=-Ak!!*bOebU;9qoOt4g6e_5?f@ofPbh8_YHQBJ+`uuLD zyci@Dp`7#@!p-dzIsnjSjz0qoTArz0C6SbqYHyY#6sf4Hiiw@L))zW)cY0k_XAi6{ktKn$Ch~ncUfs@hIxg{73~)S}k5sj+cTE&_dY-?Di{-Gpg|?oVpP{dl=1Z{JKT6uO(q5aLSNIf_ zs+yI?CG5GkzMaHsCBV}6;T(DPh+iTzJJ3$Wu~eJa=H&FMm1TQwB{=y~GC*Ck6Kg;M z+1WTTw|7K7)dehwDeor9z<4Y0$xNoz!Mgp@+;?G5!79sepL7)$Q^9GrOB%yNyHt9a1fIy&!v7$kdSCSxV%1b-WX^0BgAc^sU!q9R4po+(5<0QlKb zSXba|h(s(Vc1GuA>ty3k9z%2|m2TJjDGLmZimGar#nQg2sw!W?hY8GdMPB_KcVCoC zc@@9g)g#$zt_9weMIou>9(%RZ18zM z0goRo1+$!PTq744`^H@1dMJn7v}7dbue83xs{x_&aJ~7w`Nm49 z#|^H7iTq3JVS3proW01E$ua}>BUVzu?Uu4}S1ChC3Vld;kjdT7oR=YRT9n|WRLuPk zh5no7=H`0B=ODk@fn0Au`r;LEYbr!3X2lDcI|0yPX3k3^g95LZP@$JEUn0DpGZa{f zCO?;PH*tOb-2bE(jkX+Ev?8_3H?VPj(iEn+EolWnI*`%Q30qh1_OuS2nh^ z9D=CP`dE6LmshG(`o~^!7M6TMx^dxy#Ft0p(1s)bdOy+8S`gE(#C^7q9uoh#d3jKD zmXpmuge|th^)|FUk?{6yiy?mJoa$|fDFTt95&p5`DVn%Qk3PvbcuSi&OJ5Dvw)(w? zPTC!oChBAvksDm!QNE#TL&Zr5el||_{ogphe_PLx65Jj^K4zqkTG?12x?Z7e1p37vI%(l}WM2MDO@Xdt{z z=4N|m62s~#D>mz^i_3$m;|aV;%2uyN;CHpEts%)5M5db!fya-WPk#q$`~7W+A~ zmtFhYlO82{E^$Jzdx>nI{^!qEJMJ@3r5qO(Wo}?#ZfU8bsHm-@!|eTg=cox!78A2+ zsn`f?C@~Q+A0MwYBD5(fUTwpuqoboKh*H>S^5YNCs_Mwiv!s)aVetMC z%ge(vfV=~ROsfaaXvD{XR5J&0$;H>Zye_P)8%ylQI0$U)El#rF)YQI&NA`g-3Mx7V zFO*yays9`$v5)j*+jBKb>bajf8j8tj+A-3TAdS@w_U8h#1GmJlVuh`ZR~Q{Hrz^Vj z?=)e`zJ89S@F77%NoQ`Iyt`)l5t(9ioQ~p$h1vDtnz#2NYtN4wio+CLCM5KZua*y* zl>*dOhK;1^Uio{4hA)-A##y%pwW+&V)y ziF5_cK%abB=fEnRgyUNEN*KMm+o}AvHW9HM#I6 zCJ8qtNjdRwLHoe>!r>X1M*Y|I_`S4DO^HjNwN!eM+D5I%S)L=`+MM(?`Vi^}-)^ky zrsk{H-~DR_i!+~^8n-ik7sTZCe%C3493JNblj;6?K2=VxQ+$o`^1rGm*4@g=oQkQF z$Q{?)E7>#c?Ta1xrsvk+8s%gf>zO*lvw8Zjs*R~mVsiZddaMZ(5IjANwJ~pfx;1TK$jk7UOpK|5nOEXQcY4l;!X1O`L3M_AL>p z9M$~uI+q7HM2AyQ{}ge59R9D{!T7(qh@_7k<@M>)?Eh9;LEbvrx8`eg?u*Hj+fF+B zkF+4h=SP9r%Vd}0mK~~m&CG~)>PCh~N=*Fz-s(^>RMuN$hwv6j{<2#-@h;a&_UUb^ ze}2UOROS4&TmS!-to$k5zz{Wswmhp4f*%9lzxOnB42@r~*;ZCn)va=PhSig=!>`oG zSof(bNto69_x83qIy<6}AM39h&{Q`yHMO-ZjERYiQT1)&B~$3wEf7V`ekYZej`^8New z!4oTJ*vL#zuY}KWanaev1)vWFbYFpv?8^uqi?(m6Amihfi{~i>O=x%%BzkU}u4M&^ zSw(Oa7eh^MczAeSU7cdfEsApPixl51vof-m2dQg?%C=c6p$yt#z0Y%tu!{#`{Ss9p zyI%o<{CD>^xXQn}9Un(<=M-0HLEr>E=VI_UVq(zPY1#Ve!7f)$e*Q#-?aWeN<{VkN zA}KL3*UKN?zGwR}2?>;>q%O<-58&+#>LS;CDKDJ8Yzm>=p6^h)e+v_z3VI~ipq_6= zDNEU`v}!^O)a#9mjJBYCFe)Mf%2-h~HMl42w=veQ`g(qlD$%rbaw^lz+xz|dOSQ79 z@}FyVZEakV9HWBWgd-L%SCR*}uwg}fRdZoOtClwV{u~CPelT$vrsH(~pv}AzTg>X7s;r=arMSE0q6BG zE=w|GJj{i#n`sPI{3Giau>w2$e5Ignz|vY@|K_b*9It;*ef##Uu^Oa!8@Cs_K+-QR zZk=0BLt{8gDf2E3O>t2XF_ZcWYirLA6=epragsY-gz(W~YE@mVxkjy<3!DZ5{e$1r zAZBfzW(W=s77-D#&=I$=vB4U_8x@p7x**Q}v!UU1tBn=tLAzksjqvh8SsuWeUz`^P zrp%S++usBj5Ni4W>PNuinANAaSJX(V8?ijvUpHy?$57PTMub z;GC$?M|>Xjs2a985zTahAEPa9n_~l|k&PK@wH0^87=-y--Iclho))H4TeaWM@5Vx` z=E+71_ci9Jtev~4DVtND=!tk_X_{^CVC^6OC=gWrIi3N9(QIs6vn}C1K0d+aQ2L8Q z!U8*%gPR*456{uowgu!q?B``(y?Ujhf({~O-`Q}0_$5&g$#wVcT~1Dw?5tzwTUHcs zsO;_S$;rv#NJ1rR#XXC$icR>`T^4M7{3JfdY~_&9P(75ZBg9k$KYDw&-eOWM_Gk5V ztUbUOOTj(46LGdH_fhY!S^#9_%X;70*;h+KQ0464=m?T4$0KEyId!TE3O&6bHCkMp z&KP>>D(-DT*PUSD>lhDX`!eMVw94}*#Gt#dtmqvjj|g(?I#Q?foBR z9W|(0g2@8@{{FzVK==Rd=H>%tW?4ze=GNAuy-{mw0vs80{NMd4S zeE**d`TIL&{f{4HBNiGO8Zt6LD3rUTr2ktTpK0hZfw)mrRMf%(NF>YNDv*G-n2?i? z=XnImUgA{5AG^|hZCJ)H587LCfb8RfYMy3#-;$e~+dD5WAA+8q9<&5*9S+! zTg#(~XL+#cJkNg3q*dUMK8q?ZI5i!kv7c=m9mpRmGnxxNyJ!1;k<3~q=i9^RpDs2z zg(2d2Zw)3rpid6B=XgJYEH-oq<5I{GVyr*(b^Cyg0Ch9fTy+IqT^1BX`@PR8Kq`Y= z*uyPJ$bB~QJqc@PN5|SgUR-(kei)4e44he*ou!?O292GUNCI1r!yF-K zZ-QSo+Do4%Tt2$o2RKgz)1$!fv#BXZIs5G;%#hoUM6!n~?Tz77-kQ44#B_3YyfIp0 zx;CGnT))NMA5USIGh9{Ba+q`zKK(-O`hBGrWgSi^1idkHiBmF3(v+1|x z`1p8e5u>I~@}qKv4DrlNF%0QhTr^p#O;yd&DK%382_$msnkQsL-zZZ->P4yy1i-ih6Kiew~dO;APu!D9tJR!+;{r1BbFvkL5$5AkRsSg44EA>*}9ICIU z;o#Ug*qnhsxq6jnb#+xrTAGH21||ooTVFD5z6=(c_q&@cY(mf;K3y&DQf5#ASsAw{ zrIE0E5u)G=@y3{9)2gaQ1_!yBm~zbr^T9Ldx$j0G%uP#2c2@??OGmo9yJ5T2t@R8H zl)(vw@58&olai7GotwG2x!E~6cy1X{_DkX>6O}!<;IIKeLD;^t*kf1L2>ifUg)MAo z=x}uP@DTEfoy@?p;b>~QaV{9|k(QiJ&T1>ovhlB8y_4tx@ zXJfVJY0KuL$N{bkmZQ!q!b1aRtroY449~kJ+?&K4)6Xvnv*V)nS;W4+xzq3tPx))P zx_(fA)lKPkqw!b8!)|?C)p4ip+`|~iVccA$;tmo1)Q@mx|tXLeU*2kyjedK2J~ zkGixCK0FqC7ZN|K6>+bjV^;uEjhjTi;G4^~SME(}kM_4huP$FgFYY{)Qg>=x}K4s19M_&^SSDRq)M*MEv3g!a0?gH$;BVE&?lJ`#cF3M_ckkedY&iJ zx3smT;wyYAEZj^wKQT5in0aYZG{C{d^=HWq4WH3|e4v!Uq+3&QJ`)!k3xzPBqN3;t zurlNls%)lz)UGF^;mrCG0Qz$Z5VbqpnuCEVVUo892)@D}KMSYJqKf(W(GC>Njg1#b zbYCN2vvG2kqEM&Z$xmS`fjcNUn&;oBc{)=RA$2dWv%+yjm69?cN3CFfZVo*-2z_jM zdUYPl{aGdNW*Xj;0A2y`pAa8!)EQstv^JvKca)x%HU{IsN=lR^B$}FRFd z#9MqDi;Igx#e@dk+E4cO_I4zyzS9!$d7jlMGvMLikY~|d!Vu8mSdxVI0oNks%)2W% zi=FVAynTFh>O6Er%QiJX8=>=!!Mcx%Kl!!BQZA}#$MdUOz?cf-2tT{}PZO%$c1 zh}7fbUB50TBLfY>E1YkhG7%da8~5F604Wl$BbKVFD#ff4IJ|?G7@&)2Wd$Y+Amt{Z z*BQ`1{Im5H8z^0=sSREuq`Oo6;{`zTHc;oX!dF+15Bu~3~m%1lZ|c6}KcEcmpV z3u<1Vf&*$*c_>1_9>(+93(YL7`CKe|=-22@EXO4Uzfw zn0ljPSYi;SICQH84S^EVzC|;wN^K9&QHHQ1BZCeH2S;AM>+|Q&9?QGmzKUQpeWqmQ z8Ia$(>R3*9_@(F3?DXfN4Z6AXdxRnmyF2+3Ngw^I>3jOD8|mZuPmk!&Z5+1mc;AkR zHX5%T)^4KlK9Iw=O*&}PQ8qh4lP`1;h!9)84ja~pO+v1=d6sZ-c2igGvtuE+S>oN- zPV0tvtM^QN_&l_vp;pTK!!;!@#a|w-A6!D$S=(z!sCQ?6l#&nD9P#x%nxmcUltn$o z>fwIq&yW1*aV5!=eJMxhS7$NiIdVgs!hS1$cGUZW={Ak-!P@ANZ=F<-s*bANL0{-d zTwF9wfke_)Y)X$3H+p2~G{TaC0dw5a|sfY zkiZN+S#$9;H8+>Wx&f!RGQJVph9~}!s{S2eVb6um1V=~5ou;9op@ORgnEgis6T$Ho?d~e}n8>k9^eV$Oz;_z=Rfq>6<=*0g*JpS8aCqjQhYgl}LnAEiEs1f)M>e z%^f~PjMoDXH@}-L)^Nsk7%fXIE-mHhqNE&z+_^ zkK@$DS|J224@W#PW{b46D&Ew6N%?g0?=PnvQd7RzO!|33yy#5;K3$7Gs_2Isq7JpE zFzg9)L0Bd3?q0=~F}Stx>V}8~MZ&61Bl=TR87JpW5vzD%10z#3`_6Rh=0>z7S2a@b z=&kU1R{ZfBf|Q)h4IxuD#O#go=L}1&k{}(dwA;jr|1do4?vti7{K=(T*w+wnx9f!N zRX-C{((esBW7--w{>+Vz&T($_Z5$VSc9_Q;n`9FdvthnBH^&#F{UGAOhTtvVLx)NG z$vN!B#@uUkjYrFM)-{y4>P)JZ?`h8lFHme&u6Yx%KTW`JHqc#pj@|K&A)`d9>tdCR zdj8`(w||^=^c8@)Y#`CQh3x}Q3tsB){r!c_*D#Zd&vnN{&-xI&-q`rK@bN0Uwe^M{ zK6N6WBLhGGF=~Ip-p;P~;nSIgB+vDYjq~rA)D_j$B)4w4LBtGW9*$BzEEjA z|8qTrVP8Os!NTDklMUukb7o0HB4|AtHiy zD9{9SaCY9`-M!~6us>#he%R%iuU99>c<@jH3{3(-5lHqvB0jw&e<=gA`0H0#bT=VA z35iT&>-nXnXIRhVvVd^?E5oU1sl>|AkO)#(;>gqeCY(*%*h;+ULH*ehNS;3ZbNPCzabNj0rCYg1tVYZh`dXL2{e{Uk~ z&1>$j_xJZVawv#W3k$=HWTUw(V|^F6A3ls`Gn9f>Y#5Q!g>hX|*bpWIkP+8>PE&lK z<8NqTu{u57vyBlT`Y|CPub`kHvWAP5l~qV6k$}y5LV%i@8X{Lj8iXU$e$>|w3a;IT=LWIHYq+@3^Ucn|;RduE z7}Nu|GjxvHvBr7J80nr{t`VK~<%@4e&Z47l!_B(h==Dz-7#K)`K^x2H96mlipbl*8 z?N?S;Ydp_Apz$5TbO?%k!*Be4B`8)tl`0}LjDA9SGWtfRemK5oq5hIY-sWrSNp}85l^t_t(?+!a zZrsIr?-(tOmE{#e5eObkc6>`wGwYsiriKfTu}n?BOrH1fcR1FxeoQIx9{S*)zJq!e z)z!0zhm5kVJGUsv^0|jdD@t3`+o(x)F+XG;|4v$Uw9K9>V=i{lBXnPou^rdZ$Ten+ zdHJ&jw+V(slyZ#1!0CI2A9YbvZ{)J{Ta>pqthrPagDU zM!PhDn;RNZud4a>^C#{7`zA}h>FpI|etr@l1)!+ddvOX_90San$uJW(@BSd@<;@tj+9Pkd|s2D?jxiJ0tf{<)dTG^r&m`Yi=tmR1VT!{ z6#y|RDDNL~OPuqqx-DCJYVNb61x~N%Z12ntEax=bw~xE~`)P^ao12;0+1tAaBqk(` z+jj{Lu6zg4hl_7Nr>3R?Xb}|D0sWT*zS4yuO}#WlQ%Ollupqj+iO=sVQxbmxxSf}0 zSUk*b)DHi?yg&S{$L5yEr>ac+M|=XaN{B(#4vwF_pqy} zse#yFb93{rU;2gW0xw#w-Yx=>|E(=Mh|myG0}(B+-oAYcd&$(=dcm$TyW!0%HVq>q zIs`2(t#?M>Vq17sBsMlSd@zvOy6(FwWKz&Ovp6@m3k!tf15C7HsmMfk9TB7ILy|@y zGGG(w>))0A(1*`A-MeBY!#DkdR#T}Ig3=>3a3Aw)Yp27;Nsz$s5!pOiDX6Y=G`<%t z;8G+>%fQ0Y+1B|#%J}=3VUEepRm9KEVZ(;D@#*-i!Ga#VCfjum zQ7<)xiQaBhErT$sTAd`^!wV^#ni4GyP;CFzMNW050h~H_zkFWFU~18LJcM_^#2xTh zBP`Nd{32L&>6H%|b=D;Ljib;7s}u`@J!2z{%|Aa8*sb;39`*VTI`=I?!Bj-TX`_yH z&)QHD{vB^xy=oEefx6l_accsRMi=>46JM^S+f7Mc^!XLz5gYt_gQ{5a!Oi;saz1L% zt$t*3H6__d>ZUTRii{H}uc4lmk6k?0IuJ zHY7>UPZorQPkz^*A10k2u2*l+-V6Y}p@BRt6>Do?UMF1^62R&B`TD}FO&{@8-I~`u z&CQFZIExe(de{c)?$sw|R;-t@9=ZmrOSIBf=NA-MAG)}Nir#&2|Na4lA97#{H{lNi@uP)3Ye)1**?)J6Laaf9W8Za+2A7oQsvrF< zUf=hwi`M6Q9m`kRuOHh^)?p!J9qZafulo563Ng@l&t|5BPn9|S^tpTeq9f;AxSQ+G1Jm2o}Z+u$jo!DAsRD`g!(*)?D!v;R0UM}d`9I}CejlJ;KG*Iw?#^`Gdr-^ zE*G5NpZA{N@f3ILBG9}Z!_ilXjuHXF>ft?)#7#3X!4O_SGj}Kt$Z$5Ar@c! zY<@z!Lu-~o<3dSoIex^?VW}?b_%QX}p=})uG9W!tzJG;Ggeo#C$?grLKov*X!EshW zm&(%WsvG#X95qj(g0dIiFQU`T*4Nj~jMYJ44#uI1c6}zk*`wAwu6yP3?vC?qKWzt%V`DS~SOXJBWy1>P#!3uvMxFJhf; z0!qpbqhgr(#r?(8L_V~A>nxE78KLwbX4bp65+hao{F0k|>t{Yisa@iC^I7W}V}p>m zcl@#m&Pm?5F%_``fY(sX$ufReI>q2NN<4!GJcy8x5cI3U<3g<Ka|;z zceSE3yczOI`KhVwY=a-8qSQo0E`~PoyB|5It4Di1-DfZ?@TVKw#J; zI?>q|Qndn91;%GYM?2%iSU5qrmuV&0NRX&wb{sf&Z|p=g_-g@CwF|bCkFao7%tq2YMHG& z)44Y|CEndycFZkn?sbIi7?(8qn6qEG?|_pLiCMZH(V(xv&x1WOiUo*SWu}InYtR{U zM}250o6^E6UC3)xzRl6$>Y4GeGSPiX7hl&uPRDw7`x?Tz@?A@(Z;RM?odNN#s<02i z-AD$YTQ9X!D?4-jP9F{xjcnw@U-{|%p+Tv`G&myc^rk^Lojj+(*0SN2JOCzqhgDWr zaRhKhkTU_F)0@qB@7_I*h0FClJ%#7?u#{w^qyeHSv9V-m4kBO@W4Ut&P4KHS7qIhc zGjd?wa_#xqaeu#Zz^f_4Bb1N;t6uGiwdZl%^ZNiDHEUi!O6tn=p+X9oVhG%TABT%W zd%QT zVE9J)_%tvU)TAgg#8`E=w_5>4DP8=_#7n^?P_kLV}LEx{0apPa5pMY5`0uU$uN} z;>AZr#>1cL=l~TAWY*#}prokg3f_~78+ z_!#;6^$Xi^|0UxeKAk#j5i6Me_6>9f%dK&{||fb9nN+C$B$Cos2ib@2uV@NmOV;^%BWOiX74>CRHR`y z%p%!@gk)Eem7Tq^SN2{X=kd9}zwbHs?|07i`}WLwBs4oxJjKTZFXf^9)9b8q-Un!P@mNBlX}gq4Lo_I62b1gTtxm&$rB z>i0{|@zUD(A~KH7&XDgTmymc8m}~ z%|GtZkDkoR(sFTW34$ZDJycY{Pk7Wn9FdkLB*l0V*S7Z7Z>-VLQIXeHk4@fmvL~b1 zfAK;Ud%cB4nikK@+OJ>##wmfq00?fbNb>jh$KFS*wQhX3-Q~`Z_>z+6WL7CxlMRVK z2m7IO63KxtImi>eN1$H-hRSvFBrF%$UB~YlxA@CrbpTQ_rn3V9Gt-@)J^C&yM98OP z|Bny%?Ixa1-pOIA3cN8j7f{xZ8w*@Gil(W(-PGDzM@L6FuB)u93~hzSy1^}#J-c?q zUQJF*>&n&=7r)MsVC+UE*}6wXhC5>%dLqy9gs>76o?tDp$O#(-=&A5Hfjl^l&f(D` zGl6S}q8xkjy0p{_yD0W>s^4!N7nGd6+e`7nIyX!!Du>gmOW;89uZ-&<-nqIX#MR!N7fCUC(Jve3U?}5GQXiJ29$SNyuHb*b>?HC$_4Y2iGc#o_5 zGmDpr+ZHNfjHt4K&MD_6{Y;C+-&TS(TxT*xOPnLC3{7^~lK3;8rms2cO|#J7>?MCW zOZ|OtFpY*sKBl|1kx*l$6G?UT(>ld&OK5a}nc?!zdthO^LMuBtpmjqG++4LVtH9!4@cMdqMbgcsTwyC)RJ&~ zPyTBfeKUh3H%%JRJPF$~yi0Z7{z9^quDV_hle$MG5BErp$+=(2M(LlqJuWHt-P(vh z%$hIcs0V-E$5s)cqdr1y3%~S5#XB{kCd_xU6}Y+Ga;63@&Sjx3B_*q1Vc=0w&wun+ zS&?Ny?4_6K>2ZPqRp}>AUUyF^c>mH`U3$Tc+ez&GRaU`udAEL@l^Ev>tV^mCY|mo0 zhs;U>oI{E}U6l1pO=czuD*O4w;cP_b z1Y-?KH~!eMIe=AaQui7h>$NTw)juCP{zT_`&d<+-IYm@B)K4JGiP_k@_en}gQBhHi z*2kz&+=U>6!qYo;!R`#ft?TpcUOBhdq#u{s!zYSp0m?|TP?O4$)B7c)rCFd7)?1pc zh}V`ams;Yshsi@1e79e0ObwpNnc6MfDWb|)( z?rbRHeZ;RARJLd3%)0)IfD|_0!5>d(rxkGa)PvFmU0bI+YB;=5sJ7Z*KfcAOJo7h} zvXdfZdz49p=jYDLT~rS$1fDaeVB@-^m#<~5Tfx`y)K#(oLqg6~RBUc;u17Gk(gbv=`aMWI!+YZjr{FQVODH0=wV4AJ46@XLN@CmWKrLd* z@&xOhO@wS+A0T%t(+COZZG5{($@Ay&&?Csw@$DHAk-Y5eX3*RzdxUm*7l*#Qe7ra` z+K5Ol4EO&iJ&%VQ- zt}flb^x&)b;Xo~p8pX>Ln)$6(1H7f76KSWO8+d6fOicdy+C6)w^_F115dMtCuqW>B zxuQfx=GkIZllsCinzZ1WO!=+Po})A2TWxVFjRU*{HV3n!zx>K0`OYLCk-8as^_b2x zom?jgsplh%jYYX5t->rXl3q$x4(16Rj89ruo}o@VU0ZMUKAi&*VgB-D)UuUFy|U9* zye>KGnb7}Y=T;rLjG}!%1?622Z4cgC^W&wzjP*j zL!zU5e?|zZUcas!Etzs_{6l7?g=}T)`NyAZ`Z5YeiGm6mO-)S=Mu)RlwQ8E(tcMO= zQgv~4b)_V@OCA!Ex>Nt%x(}MnJ1PlDNqP6y=Ai`j+MKI^{kkds5+k9Cgz}uKs;ZqG zKbs-e+2Z(L*G?Nr}A@sGapkk;Md(*>J2G zsE{exz!Lqm1lD`{#EG|q${-hff-(AT*?&X@-J-H`;@|hq%gVZOpcUOiV!*kAI0>mE-l1}`0>Yk8duvO=h#zrXCUY7)Ub@;=WGJ^_J`tNE?@BdAAsv_1zve=f_V zDWzP!D@$FG{hFy9&E+FBP}oOCM5K6}yL^mpYol+Q!{<+TzUq=T^sxYjfzYFN&^Ro3 zI1PsfF1Kmmr+pqP%xpuoB7KKtNmPO2+S}XXb5qKbH2C4qW}CWS1pA(-ND{Hg5AtB)EDVm*L z*1zlLT1%#ggh|_9^-?M^*H%1MmAfM<=f6E1c>UfYDR65;rL^!a|HKf%iz-!*oG>qw zm!Xw>VkA+gbh)Ksrm5)2Ifqffiz@3`=9A7+J9o+|Gz~k*OmBZYA(1V*LKx3n=`FGi zP3%+Os#YHPUCyMN$TVl7BImVm^P2NWu}}MXuZ=rb(~tZ7yxm#+ee=5)A%f8>x8VJd zj_jZ9t-*Z-4poWV=1W&&l$w7qX)8ed6Z_>4KrI4G5`@JR8>R zkEg`NBYj1SmOCw^EDo%k;^&{k$giJ4;K)QBMkv_~LH28$J}quicQ|r$6QG|^Zz%{+ zKi-ncs;XG>WNwa0*4jpSwdr@Bdnmb#i$=O^N^$R|{``5LoGc1pqSm}Qd*fM9(CES% zNU^t7l-TKav!Oj){Fs@R=Kgw57zs&S2p$Mj6~#nFvNBengM(m9J^Bi1DtDtSb=5@0 zYZ4CU&XK;DdlE{D#0fz2No4~lJaThe8X9P-3`p&Y3`yii;R1(}eEk>lf4fFvY07g}K0Hy|~n?mvblkM19|q@|geUUmo0)t^@Y zblK-io;Z=*mVXbxn0Pq^l3j_{N2Si3c|~0zr95uJpoa$rh!d=F;7MzZ>%;jCC^!$z z=U$+I4kGqokhy0EI*8}b=^|~66?Fe5tLW{GHtr03_Us+|kWVlk6zIcfWfPU6mPN%p z&lUzhFgVd0Lr98~t5~lt%j$LKekZd2oNh(+a<@vVJH6EQ^EcUPoq7be1?9=7dY0&Ocd#E=k97#S}UX@1R;$DCjPp*XjH6 z;fmyw-8JKX)4v+(RVnsVs0My_B^-e+2f>Zh3+9*bz*Y@^$0;hm@MwtO; zyG>`#c$G)?IU;?GbECPbi7+2ldT(tw41gfOK}3dERz5LiN9Sj7Yna*;KN~l2F)bD= zJ`HlTuzxiDSkcVV_tck;^YUg!*H-~f#2KK-tqJ=AFhQ1}m93RN{JMD}-f@V6 zHOa`p08yH(rY7G^UA)+ICDoyYw`lg8*Y-vqjs%>dI2gM+I?f0Q;fXo%>N1p(Mm1z2 zc~`W2t514#tWV4DU4TN?+R^D51sm3^pRi?gVNuv$&AvZ= zNH-ggBzFIUR{ptrKe~iar$P|n?$?lA9QTbpRbYHYO{LyuL>JWUBv^WIbPB0&K* zMIIAryiDe)sMqAx+AOMnh4m3w1-X=x_U;_5b6K8!CSH^YQI6*skDcf9p1z3j^2jTO zw(CRxQXjrckEmB-asE>peM@s;n{r0T@3yz5XVyhMW^`N^m`zkNKMRI1TlJ`x8sBQA zofNLs&GvkoCw;zGdunxhg23bZSBbI9c1%!b-5r&|Xo>og!Hd6l-_ACMlByP31=BZ@ z;!QbVv)~=E60vgKnzHe7aB-2bA5uV>dh1pw1hv?}S1V))S(#lOzy>)vH~=o-mPPSA z&;aV+w@q-V6>P;A=*;BgF~Dx<1AJ&8lt{P|MkI_nYwxBdC9S|nac{ng6T4P=dip)- zJ|NJ*`Z9~=tBFKgt7D7p459J#S12mbSPOMC+*yU>wXvpVa(!u1=VFdc=Y&j+H?n4c>ISo^jRw-HntzKoR(*oNJ;$fGCIctpu}DP-w*GpQ}62C&tUYa=5ka1p>gB0FnQ zUPF+(G|`fy(AV&m_^|BqEAK3DvcPkTBgn#ni<{|dzb*b*iD4C8uHkdt$d7@_@vF3md5udI|hjz3p87J0@ZbY#Zu zdfRh+7JEabQvUd zQddU4p7=)Ra!E+?rSyTt0(qv4qwYBG(9$-_VLCn=ZI z{16d5(1HyES~gP6rlzaBVVA7luvipaOSv(x8QB#XWqJ5;Kx~X{RMg`vlg-t1tJ*B7AAX` z1ADTiusbyWLD|6;FcyMX@>;9W^<0SRlWc4yT||kCh*OQ*x2a+`==_kUIfWuwy_ABa zUVuvCdcIa~Qxhf;A+F&u-;NVuHQ1&st*rRnC`b%~Zk)0*H%FDt*s2&hra*d!5)vLu zYinUt$2mENXLrA;9|i9M>|eTeiQ*k%0h*ekVLYHZ&ku~Qv#SdP7GKTZ=49^NSoGLM z!{J84)R3YpnphV=kMXB?RAN5ezR#a>{z$yt1M}?}C-2xb8Jg~UWeR8?sio$xOHu?Cn3IZF+WqEBb0237N5>q0mqx)lTB&&DnF5 zX7trEaf!^PT20j67E8zUkb#d?b*H^k~owf_RPJ#oaRT~z!KW0Yy3SWo=(jDqStvQIKfO1#seK1J;$nLRcRAOJ0gJi7x&Md|DRG3{`s@e|9lw4U;pdJrqmizxBFHf{=ixeWTvaNqFrGMTc zrY&_EtJeon{@*{3AOCEkh}K=s{U4j?50#v+|Le!bo__wwF`p0Wr*pSg3cilzC-GMP zv-bb}b^rgZBKd#&N*XjRBqceEJ-w5WiGq!To<3CAxzn1O#Q*Zq5S--xGy&Ez)IHD)xp9T`8q!~Hnym!8%IG`S5&#aR6a-0Uyvf8&O6G6X+Joru6Nbm)$-ct z>O%=5V%@z8!J5TtD11V|`#U=|(4FY&>T+@>k@f*DURYRwK6|}=>X8Y~jw?8@LDu0% zbY1~Nh(};SM>q;{-TKYs8>c2GCLmvX@nT=W84`wt`0FW(9Ft4OK|g^jt9LgNh)_62 zoZq~59o+@KQFgY&wh0Ld!<8}S6i~k*At4+UT(7F37r{}aqk9p!RsBmeL-^2ibOreN z$4y?sEk*I@TVNnH=7^H2sZ<$$1QrduH1XAjapJdl{VYKyP>-W=_;c{-1z-@V@*g`a z(O+Ov1yu#jt{tSz_otTR7+LlarAceWCBG(L7F|z4NtT(KDgZAma4CNN##wK0HIRv; zYQWjGxVX436J9ac(%K3_!QIVGfP7G+2?h^FXjG`>J+2c_@&TPfF*j4RP&fEm_tdLa z*pAxTvejYN<^tR+%ye8-PK3zbT&BwsgXCPF<1N2+#7p2UDDU>YT^b4RnW2u)D>bM2UaxJB0*u;Jh z4wUrOt20)eIT!utQ;Prbq@9Dk86eW+QUaQvbnU`VqXe*CFJHa{B%_dUUAB@l=AOXs zU$|8pfC7B*bpITdZIUVmH1Gta^BO+*pYI9k^=n!=aX4 z>GOy44d;I;P_l4GR%#KO-XixE>r7rywZ$9Lg{kiP1_m>|#a#4$5mLmu9%L=bOY+UP z@b!Gk%iAYQ&#QA7^7;A@;8LI$61os5kQf!k)bk@Z{=kk0N3c}b+2b-YrsIO71w=$x z163ed7WY^ea&ShP5JUDpA@W_3GF_t+l{pt*3k&$^HN!cfHSqAshx9#hV zrj4yTtr`98>?8ivxbzL(eA&$EBzibsG4aMJhvzmTt*x7S^`0Kyy4(~ad7lh>3+!g( zw3Ir|7gV%XU1XwSb)I2KyLYwc5{2ETCW((V=cjI3D~(FX+-REWsreK3mqvHL^X8zI zRiT11QBfeaE}PxwJ+pOLzN-ej=p?33pfM?>G$s!kn;vGW8M7xdE)jpQqxI75^WEW_E=*ap8iF7 zH~G$g1dXb?x}|z$WGznAkWT{Qz~ce!a*V?}V!wG6E;qIdKov*#Ea~i{h2QjzjF(RA z)rJmh35mk58C=+RCuQ!lb8`n+FFK7NTcnYc=aFn9qGM<%&>`c3Eqwp}{lD7G{@QU4 z&rN>*8W=gUmOBkJN~LIC-2!`)jf*i#6T%2Mn$R^3e1FQr!-I2cFRL{6k_{+X^Q^iO z@9rMQvP1{IBIr}6b;aXruF#Gld$BN#t55-opEJoI4P^q}D!{Pv@^YLoG}ob&Z)mUu zCJfn)-kAI1w{qzx^96xbb z1?6jWdu;pq_n5x-rH(ov@YRRr=qs*q7FmTth3McKFS`u4&lXMI)QrXFg2taq?elu> zjhATqr=4Fz;0q4F*sF_zLNQ@s6J#HE<-r7m7==5)(&& zsg*4szq22DBF3y@9Zk>%0RS*{-i4!vocu9h z+w@P&axc&~;?0hXEPwl(7m|K7Z0lj@aDp))u1Aace^M%xW(c30 zqY8px;N+#E(*9_;yJsIOYyGf2ggh7p3aSP=NZcynkGlIw?l3eKUce8F_WSW`&zIeg zzHM)mZl|TB#9FlN*s%ldIc+V^1HQeuKke;f0|T;YmHD4P9~O5^h7`C?0wWPBD;1<; zh;}NLO$ui)B36YMyvm1TV_RhIW5o=S-AB&ENFd5(W|H5&Q8n}%7QX_u_TWb z%57hBOX6E1TI~?u6c>le2>qkGhZ>+MEuOu5_Q>)-(v#gO3iFmAh+I!#U9omWl z^VNHP^hx;uar-PNSjRoUA2rVI!b#;$ zObj)5)zcv3$Yo?#kLPf)3@q;-)lWkzuhzREIQ6D^UuK#z^O-qw2!;I0=NISv)Jre9 zQ?c&uSN+*8QxVRpU(K@*u|?D7Y>JJ+SL=-K7IR{zKl7q&g!klf4^YU;2#D? z;J6P=FOND-zNmsa8#k&HJ}ErYQrnvg8s-B2m-n(dn`A*C`XV5J>T%f|=#rFFGt!gm zsVKn=Y(8u8D3$VCbqcv1t5vQ2bv}W~k&|r**xdCLq0^@onfeZp-1*!E?z239ekaw;TbWd+csON7=3F5&{ua+p;(ur{vp`KoTZa@Zb~#BUU~4GksAaE_2fpL6{2CiE@i>>c=94<1a4 zi_1oO4~%PKP++pTl|d-T@xsW^aM6iGDS{{lUlYS=W3~kty|cdC*3C_v%@8QPx0Rsj z6CLH9t>q_9ojU3RE6wdQv)_dSPK3!^6~B88jRFHNKtp< zjjgQ?2DztKFUH&EccWIJ_sfM=cZ63Pr4&FzMmx%cX~O)oz}nc&fgAv^3!)=dkicyVwUISsUN09yp9fg}d}|KHbHdat*h*lM*&ks!xrINN6*PC&!<;E9~g0q1`Oesr1raL4Gc|W&a=Lz z*N(%IY=*DfE|dm~MO@lF-2HH5UHo9s+`dFIB}$6vB`%)~t**w_=ON)&wKeEIxxMN8 zDfW~9_}z}-M{BTt`p~q^^|HK3blo6dBs8XTcep%9dW1m4FN5bczq_StUM{B==cgpZ zM$-(8jr0!@t_+;vl5kg>d3xaDqp4b@n|u8#?yAIZyy=!|v);D){hAMX73&k#lZ{Da zOLlR7xhFXr%0#mj6)5s+4p>rT>Fbye)jYe~GdxVcwxScCo_tHI<(OUWn$ewiN+(o! z4^VrR$>(81@C2M3DOn64k@0S-cw^n`W4ydUy*10I>HaVOKSs?;#rg)l25`Nwwh4tb zPUe;^Y(6%y{@4#cGndsUc=(KF9u&2X?sgb;Iywsu4h~LE`P1|&5duUx-tCIMeI7+% z(E0fIC@3klAaoPF)E$Jw9RTzC>gs#-tO0=3L@^-`kF%2#$at+>^H&GG@zrp8PrTd>EBv0Y%7|Ya48}<7qkfDlU6R4 zAT=#5MOMd%ew+2Zy2t1mS;xtGBBG+;RlC`Cbq9$*DcZB6A*KQ)Cut~Rg&#~cy#OHh=zJrU1RhmuxFbwB6v<7S>3=<)Cr z;aP+|f07h+)zZ>ZbaZs;Aj1s<0|T5W1_p7891eInPEK$5^mYhvQIc|32;RXs-t;Ln zH}1yKiKX9B(I8`jgFO`P{ws=#L-zUTcZ)quA)G888e4ej%QC7l@#hbsCXmRmk75^* zlhe?zCYQ-Z^hUYlGPSy6G?8Ay;d}FDdA}|Eb`WdCX*@~F%xhqh$xX6EUw~&Aj%09S zFz+{~MEq}(9v<%b-zGi$mK;!9eBplnreoFGT8179@v^?;B<uwx)Rl*{PY&3Y-PaTCc5t1yv}tQQW~*=eXVp}%g5LZzx{gq@^cJ}VQ<{V z--0vckmT4-{Wz0ZQs<~BR+ZROD6g~5v2Cp+64?p2K~>F<(* zX_{JpRqnDqtyOq!;YAQBEx}mm{vd%}FX@6_a+^nA#HNERwG=hiPc^CgWsTRv+D;w! z`9A!~MsxMbMA5(E9$Z~f2&a!UFA$y^pWaUld(cX6#Y!=Ni1KmSZMdpXW4*9gtwbJ- z-_xhDPLCqqpjbu^ob(o32p?e800==0|z1?4#8?&@uN+jG{+Xn@vxe0!b&NtgtLE#18Qyb zjk|X}d_d6Jo&HR=dB=+4)nA-p+M1isFOpG4K>5JjdDSD?I27@?G9@u9 zO>7LpQBo##ys;U`0H2oiYA2|XsSb^(gB9Q)yFJ%Y0L+hi3r>VLQv8a^dHK987Ga+Pbh7eChzTU??9&Y%qUgv;e zky+?&a_!yzWbF6ktABpp%Wz%sycG0>9hS=m#udn9DS}55s{j~CeItgT&0IM~hl&&! z&$+*BK~FchkCZgAHNV^~b?|;UHsfQ*_>Q+haW!qKEyWemfF^; zg!g>9l{T3kHu`IMNu@4L=N;^V*9M?y4~wGiuz*K zFU6OgXQlRBlWFnZnZY_spM9cy z#zxmk)5^cRdcW|P{foyu9(8S$N@Vp{W@&f7F0~mrUo3i9dG!9;*k1S}D*Wht^_Hi5EOIrl;UEM>^wLgIfI6E{wrPEy_5PzI zMBy!GDN1JBaMnyC?14D+D}wcs=PA}2gFJJbr!=S^J3w+m)L8&03`7o~is$^kq`Zw9 zUBYvW`a^k(>KEXZ*XAHAbm6g&S;XC!-*dGEqMU%>uU>NDC%R03xk1=#TxNQ;Z`{a1 zFBr-Ay%BxRUCG|mn`w|={GdLF<(HwES7$1OdPiot-2fXGj$dd@^pFd;bFbtqQns*r ze2{N1@sJ4URY!}9e~X?1KwYorhShSDm*by1!?T4umdln`RTxm{#B2-3`g)Ona8MHIfLGVP}7^ zll+(Y656$jmr_f*8U_gE8;Y6G3*745nVxP(DbYCX}^%(rh^>Z~m z?%m_K^Zj-4egLTw_g49~GFIm1swykhLGlmo(u2c8o4%v9bs5H47jaQ#m&Cbrk!vl;SY9hSz?i+XgQ#+kxJWHtr1Np?$8%s7GCg!)z zM-|dKONuGl%8P4Zi@~RAmLsmMBgQeNU~@_1#nzytl4|B~-pX6f2bb;)NL&}ULV*Q` z`ptiAs=sGuR1OwOaBrN1F|TV1inacQH3acq1op3yj&Q*!0i$YUacN!peGYe2DMq>& zaO&H)cU(!xmFD@Ou5%t}JwWd_j8xe~uE{Yv4o>6je8h$wp%LXCOHEFGYw#R}o8muV zA(rOm;?Qy+J{3J93*trFx=0qa0Ehv40;vU{6)OhV1Q4IN%!SyW#)4GY3RkW;%sGD4 zNJkF_L7=XlUO!H?H;FCd`TLoeBohC!9Fz`&^wN2z*GeD)1Oc$Qt*tF^0>sp$wzd^$ z3nbA>W^4zXMQMw}7V7Yb$jAvK@d5=J_`W+=V++1vw6I%oMZvvBL7#aZDu1TbJ+_8N z1j)6H9rOi`&bGF*c!vbUqGHWXw4~t-q9QAUssyQm5Xu35t*{H(-9}A%*g&;Y)6?6z zL`ibHRoM(f<}R?!xNfa&-`cxqakF}py>F;HH;_hv%VjqrrnJIc+7fFQk9%mpkz%$I zy6Sz4QjfuS#$Cd6@rU;I(lMo)uY5o2N(qFf{AR}C-{amJ%nnXkEj>X}xr@E5jTIYx zUK>LPV;T)v#4K9p9(z=r*7WjP-_*(y`f~or5ucZ@rIq7EcE}patTp$=e~tACCcRi6 zcrbc$X4*V0lUvkN)S~0^dS|olR9qty8|^ijt%bA_0-daarpMH_)Jo1|`pvzRf0?*a zydKo+Xr0KN(90~;Ud8F~W9@ZjOT&96q5EZqde5SKOOitq0{9+SeP~zvNwd9SXyYD} z|EW2gVdNsk_%)4For^xf2`Qf9%?vzm`!AdNNHA;IyFDw87G$6dJVyo$3j$n$h(C3FUUqsow;`@T=Mf3LvSY3+hV`0L|h4S?fb2|ax~&-#rwm;B5mnj^Kva7TwqszsK9_Dd4=@cwi^PqurZr zq5`6yl`u>0T&T$5{wJ$KZudnQ_vO>fk78dbF(a``{Nzd4(yNTKVc+{vUY?tmhsF`V z4*Xoyq#ZsGMpH~`>pgp5bQjgOz;XY6=idbe3_nbTl+QLWFn#G)AH1E`5-sMCn3ZJ* zQPZE`tuJ3lv>W71j^}G-^jMoPB!WDF_yk+xX{HTga#*)RJsv>#g&Cj;=Ju2Wd(i-la z)_K{2AN8|bu{*FQUdDdI7oiyVNGk=}3p!aOXnb{^2lz`M5QxV`TACnZfEsrP$!W$f zdbt`af7VJYJpc?r^N19%S^N6MkJrb5-jVCm)orvTh>pU$r+cgfL6M*}VCI{Wr= zLTXBi-TNwR^f3O6edc$6#P@E}i3cNXA{9BHTys`eMxa@?|;2kLET9H zG5Ms>g}AibyJz`xlGp7UuV(QGZ^_jr473(7$||(KR2RPLUDm%j7BM>Je}~Y>f9x`w z&xb}PpI~>EzEivRaQGyXucz_Si%lIm%#yX-$bD_@>A?N7u|d3SLk-b;$5ol4*LMdX zg+syn{B+m4;QH#Uiv*1<&tY)|*7sf$oI-BiG;{}IDoYv;P&zCr>?qv&R1&KlDtv?O zc;>AdJ|CLvP4R-a8DyVa{qiP86gJq#pYOx@_x~qVBk*SOc#T@TAC>VgTP<>->FOnq zmzRgpw3H3o6EhZ4799T~BU6r%enVqV*t}bCG4|@qSFaEiYt{JfqDFeCanIXV@?_-X z7mw01(ap7}=|X+Kw!SXCwYWFYS=grcG~HADt=WX2JP~`IRF4G2;!7X2jRaUNOFpLJ zb5h7R$7Xa{-u78$2mZi1D<#JhVDq%d6eCF{7FCnaOw_7nb6)H@?G0p zsK<)NM&+)0AbiOAjjhW*5^JN)Xu)ag9kEZnY=peLwvp5X9to963|d5@=9N82Qnv7F zzE<7HDR8xxziiO*p~fdRkXvv%@7=pMsWC>m<39GLgQwL$z}*Je@xfW!u?DtW4bX8D zQJg`vH=FzwL>av2sj~~CNDKt|nNOyD{@iY7%^@as_oa`m+M~e5TQ?hhqjzz<*gdIW z<}8BOfYVMIg&E?5h-xPEtco1XAS&P8@Qm?}P_ExgP2IGysEf!GQ1=5UnWQ8op)6xg z+Z$A8o{Ng(%!w0~;I|GQl#ssoco!_?AkfB2A3zwKivg2q9fw?4f)G+7Ua@{V5bczi z{@$c1@i&1q1N+_3%zeZgxtVq=LXqR3%>D*`*7ZAp+4o8$^`@?w${mPMzuAXg7#pJM;r@E@jZZjk_2j^8>QcB5$Pt7bdJ-5ctq6$5o zfRN3kqtqqAkCc?%C2NG9zYmGt8Tg)LBuWU6ezP$*xedGKWN0>%$uQ59rP)y*EuP9a zGqLvdlZV94Pc{zM1}vVN=(bEN+e%Hs5W(d4nQ7UjNj27a4*A_8+bdyIVKs;QgpOQT zj&hM^NC-jNpxp8|RdQ)gpG7AZaVboFxLm=?ZLDfz0!nUZGVHZj+gys-p=^)u1dUf8 z@tu;}+;=}Rj=OfILFMl^$Ld!5Gxa^|o^Hj6TOX3Id63IjrS|(P|Lt(k^xVYe;QiAc zC31tSzh=W2elAy@tskP8Nu@5EvtJ5Q^RX2jQiym)L&vkE7(mBZTfC1TcK=UbX`i70 zx7KIaaGH9o@^4|^&47Obw8Z(nQWqwZ_$agCL;CRH11K71F?%1L+WMLrb|0+E`vEQ) zAbwu`{U$L0E;fi4JUt1svzz_>+xRAg-`;zHoVAz(N6b0m7l$aQAOT@eVAG!m1Br(I zKTW&nqptc~WIFxoGM4%8#b1aurK6)Gw(hB^W1|Uw+ae1~m z%r34IDM^Q~WRY~60_-EQI_3JY9Rx&Rphv%by90n4IT;y?>+c7&aXqN(#s%K=kBj(9 zxG!5G;`O6Z4MYOaQMNk;qg5#FkgF#p`9W;l5&YJh(#VaI8!=48e(8{JKEgMqPPLey zk@%5gR73yZ>{$v(K0EM2bqVta3ww0b)kTYX1)D29Z8SwAW1x0DKzcknGE(E_&5NwSedk<@(6XWEf>oXvd8;geC_&f) zAN%-RxOh=a>HsTiUsDtEIYtKuUts>@=%~EkeNiPAZ!R3mwEOlU^qc+Y(Xmhz9iZ0p z`aCsx!n_u0MeqSCPdb1%$L+_R(VIkVh{L-8o22&7k#Esg{uBFv$!6&-R|dr(wLqW* z$A}i>#S)&IuDD0olVIDeA#fAH?pO6YlwT_!Sk}czLY+R-@cwJ12=fKC=1PEjR6w7W zKAZujaHa@_5jP#G2nA>FD8VY*&oX28i!L6u38{SBd}ztdTX~Xup3UcH_3h0T^6eu& zH}>mP=3BhEmYHNniL>$CN89yp(aXZ?zh^mFnF&L2{WgYq9WOohnAs-Rn&)oK7FLhQ z9?KLm9g8x)+Bmp)B#^veTm zI;rxIbq~{t6yji&H5&9^xOCegmT+*+6*`setr@R+pwJUZ4Lh0jx$9T|%$d#UK;PS1Cr3EM#S0*drYbkJvNGB`jkLH* z{`+xg$VXfa8*`4v?N>D%^&I=Y_sbb1B!rdg&&|(6$IhkwG8m&+7#ZD=U+0%6MOd=~k``Bi!s7{WGN62{{mG|oF1N6k z`FE(v)1s~(rSOI>@}wMdfd~k66nVmMTyDOtwKi`qOw}_Jdeq zPaU2}#0w!^YJC1OqeLM(@qUBAeP*}(U39i6IxI-#UYX8I-EPIETg4NqQLUBXI!7#`-$6CW8Y56l|Elfe#pzCUzMPHHP6M_~vh$6YPzQh7ok+ zh*b6uANZ04-XjMg=fnK$;OW~RuB|m5VF*Pr zQ~ipo4~_4G2c!wtFC~4s4J$RS#VjqJZEV0uT1me(xlcv1zq+f@;iRObB;@2Ey+OtY zzFt{e1eS?3Qdr+~&M=I*y}3f9;W29hls_tCTtHc1B7g--QSoPdU4m4;zd*li#R2(4 zk}d*8_Tr!0tfXorsK?KlWsuv(lWQBrvqobzh~s2Je!<6n`-p3q znfW&^>^x{Zd|FR8fpM&GA|${~ip{XGb7_3RfjQ4TKRBRzq41h)+}E{F4JXOU-!kp_ zo5nSOhP1-^*JO_63)95lv`>03LpSanylcV|Dqi)rt&yDYAa5h}iIJH;;}^TwTQ8#i zq+Qj-d{8zUFoJKj^fNp)AF36UvtaD@U$LCcYI zwGy&#Z0HEMfmuU&r)ayq%i?;J^yen3{wIEfHy^GQp!}&HZML5ed_67X8z)%tN9Oy9 zu?ZipTA}7COC3kXFO$_di!sQUPkQDdv_@X2Asg5D;X&1YrtJrsS3f(SdUYA994E2B zol+eg9heuT#{l(#n=6U@rAxb|y0Ahr-DcJyAVa(5K2zLgoj22!M+{P%t6&YQGK3oK zG}K&}Fv4UJ>>!|PSfFfcS$UhvcI&qH!SJ}&{5&eSHHsf)VB!jP>mF;hv=+Lj-~0Mv zYKA+foFg+^XbX9ilA5VXciI0mSOgNo5by)3YIPBUqwpHTq1jdHRjOL`Y4`H#^S94O zgtM1E@i_11i99&->XBL7rSf8Cs0e=mgY%bT4&|bH zONZi-QAw6l`f<{}-?pNF%@eLKEopm1KTMzE+P?=I29Hircub56kkV?O_wP>^bT+^0 zYz_p;hzsLwpjKiYZJTm-$A=PB!NgCCIH`@y?e$EM>*!Zu0YWE;3z|3xF=SSMdn;_; z)&6jZ8h`V8hv;Fbk7O1b&O_Q^45kk{QLbyxE#HixfBg?dCo%omyJonFZ5YjU$_?>A z`=&vOu(1XYbMpy2JIJHh*w_F7fh+#{II+6ty7SOaYxiGFv~O(n*sYlxX>!u2H_DX$ z2Ds#4@+Z|sle(~Efy%mW=m#IA($%lSbKjfJI&Zvxolx8IN;oZdUH_VqopkZBYW3AE zx5fLxvA;O3%xpD2yjdsq<^+k)p=h$~b;HqtM7Xiox!10mv>T#ZLq9hrtzPv&eGG>aKC;JPyRrfzG1KtXmY)1U0LTBKv zk3b^L&E=!NV$N$;7vTxJGAM{Zk_$)2XJ%$5Cjs>E-(?G^8(LV?&vMX_s*sdJJ{wOM z7~$rJ*0Asb*n#s$C_>TtXU(g_C*2mFCVRaZ<2Dn%vrL=uy~3|h`26A*$uN7Mj(xuu@;x>LyOI&){LEg8Vsl z1qNUKs9K@>>_?6u^wi*czAa-He`~NGU_tF7*DQm zh>I(;Gl0h%L+CDDI+T!c3zly!t;1z}V4c9V0|f-$k2K2FnC&&zA?44`J09HkjSmt{ zpFV-+qPe-*QrN}WIq+odO*gl71Rp2d0)L){batFHV=GIayCkO_PV({1M!QePHlBiN z3xy&MD`FQ2&fOfF zEA`X|g!>JXx=D%Y8NSkY*e_;WI88<4`nM99hnGs2`P;rMx@U4??QPJg&dn~qBzsIJ zyBSZ)5*$hd_HA~NQa!ZXfJ5d%j^eOYo z#MjZGV;dgsm#X-N{JzDK1RALkpSCQol_=d19%7+mggQSEm3enXgxBA)A4zae_xpG2;^t(zx?Rh;l?w&aPt5(DD#hSyhuT>_lH}6j({q14zH7Lv_sQp|V9UBfOm4!V; z1Jc-@LiB=0b5)uOu|O+}c~pm)78Cun-7g4^`MYuohkRzsuA1Y2X+OM`sfx@AuKJFK1ob?M8;k9G2Lud&qz3k zHl`kT)=3io7Z9*%>vDzF-~ee~70%UA3cFup z_|YQ5={$7)dEO9)sK{)+tQfTF_*kA|`giTdF+l{?axJq0>IIA7tBR%C!sf z@(4n8c5wj}-7FM?QXoz-K=**Q)qoH|&O+xW2FR@vjI$#?NrJH~>qkL_odXw|A}n$z z6b-q#POGbA{!jFvz4B<&&w8(!#{=cs+)31IgPvoDzVZFU+#~>+VEBkSbK0Ph%g>DD z!KFaQe2_;Ao23Y20GanWbi(Dgf9Sm*r7PoeltffrgM~Llh2WHtJF|&8pOt}u7*ix? z#7R<|ZEa)Y(rKODF}BqIIcevYDH=r)ElL&6y<%9&*cwp6fA|__ShBF;yYmciyiw-iZ6HNXudB z$DY>N}*&GHBa0xu_}pFGVU-T-&>-Mn9b0#l#!dyqAte@W3GiTDin;9m(Nq zuV?qDZn3aB9X`TEN9p8$kHzF=_+AEbmLT~|cH-chXgG)I*pBh@hY-RMls6b6Nmw0p zBwuIOrWCpjY1OQ25jd;{b*fLDvhby&phd(M?wc>U?N1~V(qKf7QNhc;YoOnrh}oAC z)-95_iHZyN6KbgXD_8+stGp4vcyN!_QZ7(rN@{A1g(T+fzmD!Kbiu?+m{9No;x$n% zQxGF2;4yUUZsvP`;nypqyEOE*&#G*JkPvT)BV`c5%ibB}=I-t?)d|(clADK;QY|P$ z1(!R8y!2aXSV3x2DS<3fskbojM@K1c#7N)}b6C=qy9I@Xw9j^t!5aJv~!7FnfzoopUxyc(E^%oehBm07Mv7IT!-u zI{7-CR5j8+VHy|MhVN%di*<-`kbs3mgoVYeF`+RbO@4htUO|YO{auv-a7VM{zvUse z5wbgixVq-^z%KUs6drIc`aF2x`xPSuaMKp?Z<1UDW*Sp^-5($0_QWmpgU?<9&QMQmn6b@glQBgpfd zAwUffCDOu|i*P%^PZ1o(-TAf&*u5)m5||bGt`mvQefRv6&ecNyE-!B@Vkaf_8R`df zCRT!u(>kvVFCHEecVvce(I`S`I1@&6Gwc3vsH}PQT{JasgVYE6GJaH%!{%)_x8hc# z2WKu4_AxRnC$fEbkPsWt^&8H)HwC{UxmGb(bZ&~(G82um26$SW}o4`jWD zI9)%q4h9BZe>EbbfaLpXRqai_wvLW6n4@6I*5m1zUm&og1Y@{aSy3Old3t)%owR}K zJMmKN3aG+`(UwY@Vh{Ry!SFx-%?4i@Cw4E4VzNbDbo!kN_+o~J%tgrxiEB_YTm0-u z4PxAXgpN+cwDypnAr?N&F^4vvO?`9cX)b=eG;GVY-u>f;OqGl5_w@Z8H{|3NSPl`WJ{Me?ASUz+uzpv)2`rTqmdxv z#+-XqvY6QJ#mF?etEtc2OYZl(_u2*s2oE>-Gue;i8d;QIl3b7L%_uQCOZQSDHu-|h z_NO?-ho#$-fzKmfW{;kbdo zm0$)cwMFz?rT1%;*ce*<0{#?26*?@hF3-*V#iKE1 zl+}Z5L|_ozFd{BnYtI0_?A5bpZJnKR`~?VvvqJPqkm&ZGyt3XLi>uINU>pWK1aN$q zZ~~rj;kb>$E<1Lt826BAj3;jyV>0kh`EiU$O7bINB*eT{UnlBN1YZV&uTsoezkQQ= zp%YOxnDkZxFgANtgW974q!u#klP@a9Y~hT<+f|AnLId7pKRO z5S5EViBpOL9HF<_Rxj}RoT%u13=>ttAEHqT-7~T{(53#UngIuSNui^*p7#zSzH4%cEl5lL1MeH5Cl_)oHt;&adQfPkvlkKr zr397h&);|v4I7Jbx7!KoC zq@{gi5+-J5l6KcIxsJ!rvo|6p_)Wz@vPwHacfMCC*1$M0U~2Wiok3yy1yI zp6@4TS$!V4ZPKKdik`Qh`D0*ZUsCTAa%}T&!CYrPYurrBNq^!)INjCFlz2AxPE|R) zyxz_Gqt+wSDJR^}_DTQhcGPr^t=0$gzuy{P1+d!0_PDR~VrT?(**GrnZ64^CW(%iy zl9#9Q-r{&xvQT?k;7X;f=zZI17t=O!fWs#{7E>rSv|2P zas2pAh*JndSWHzE?IqF1BFt^E`@IbaRFaeXOE}-98f?Bt8HPEd@Jo=P`!{Et)7wlKRA~R+uvt?UEJ{$*&tK6_Y>r0(eb`= zCFJT?y&v!)xN_ee9vWKw&fkc7FGArk1H;pZAR?Q(0lNY`6!>s0@vyN$3{{I>JuCR1 zo}s+t>Gd*?66DY(7LgD|J7B&n4zwzI_^BGFVpWb%QGwig zZcUNUZ9PK%^q+~DCWvSf_@RKVi6K@%Rh5$QQ`AqH7ugzM1WJgcq+hzK;bwOe!L zapofo{jk|qm86TqOZo9*Q)Q($$0?`KUhCxW;|`2+P$}aBTcmOIW%vn@;{>QT!~p3I zFCmmf%r>K#3zE1ZlwTf?P{8!!Y^{d4UJWeLNlMS{Q0w4KSNTAir5T!TEYcHy+iM1G zV3q_Q&kc@6)Z4llK8<78j_)IlU?}}cWMt$Y91SLyT|4~mWDFG`VSW>jvD0X2j zb;yke-*;nm5#vqU5k5n_mRCR_5sYY`K1C);qW^?5DNHEv#LZYUK0Q`tezqw8bXv0T zFPh{%LE9_K2X1tbR1Pl&Z?D8WdAQFfq{?%%Xla@Od$GvR;$q(|FYW2IsxL-@D-JoX z``q6$$EP>iI0&?FFW*vaCJHhro0nkz^178`$-!Snc`$G#)z>h(l;?aU-$la%+IMOm zys0wF-Q|1v>1;`-vj*kT>GgHuOQtMk*To!n^cd0lshx_z>70+xMyYZ>uK;cJ0zIa~ zhaKDBSr+y7wYA~*Rjy+z`h~*m{_orlOn?z~CT%~CQ`BW?X+1@=LnZqCZEdhII<{Xw z5MI*;?%v_UBU4kNr7Kz8zp+2!X~UkE=O%dMU;G1FAraw})(KoGJ$VsPG!+!d`*Tvc zBp@Ti=U^Q#ql%4;3fzjxQ@SIC)5cE$sTJ9-7g6 zeLpu6K4z1!d5hr%^!LvW4j!PQ;wyd0!^c6F7UXy9{HEuZJzO2z7pQjbJ_w$-4@I4# zEw`AMIIGc6#-?x|OWa)N?bh5RGo}?f>v}c$8dOQ&at$!tQAJBU5 z-T&MK7z2${j;5*v3!1aC`wM7x=jaxV*$?eaR*jpfeMRgwK-V8sH{$2-U&QqB{|C+F zC1+Bo6biG9$p8n4!rY<6FAKSX`B7?K@N*tJ5}t)^Q&w89HLH(|?}xqoaVlh*^$o~W zXp-)Fh(4=x9&tK7XaWEJp`-=7g0u6%0U9rRvhv>{(*KE#DX;(UIG6!5hJ>2wU+LtP zdKLk#JFB+W*B+(c_BLFYn3@zA&+!Sla4kBoI`QnygXKnoj(NG%QewLvHdUKD3+*8) z-z3Bl#Z!^)0^4iGdf&gjm~v&=g!Thc0F}0G%es}*m5v~`hrssv_Ya%HLLv`#vTOYN z=LrAa^FLr_tp5khjL`ppnTh%D6rBJ0*Z%Jm92@@sxS)6``Tw1Qb3FUz+ka^R{x5&2 z|NAd*sDE4tbK{ccyZ`M?x+K4o`0n_8sMpT_c%RDag=NCKzTSZJqUGNfumAjGN&5C-)jTrQQ=B@nSzdrv*?zI2AUS5Ciej*~wiucp)XO@Oy)!nVP zmw_lh&|CmxjLNY^EXuvTk)gdC+`InmM#<;Fb3XvRQ+rfH9EZ=B2~KY?EcKwmU1%y%c-4Uw6EPFab>n9Bd)F{ZQ0>HVb1#*lB!x zd^VukbKKN)Dk>=|D$35j$`Xpi1w`ZYR||gr?Q2Mzrgd9@4lCM~lMI_WeT$l3{Q-qdykK48h_aUMQY2N)bt`WLh8ly5y!*^w=a>4t8NAc zT)Rp*`N$KR&D$(h z!-t6Cfqac+rk>dStdzC0MZTAW4`kZ%AK{^6_xFEamXY}BePX&_41d?(b6U;|Zt{@l}MLi8XeAb>GNKSR=UON_Asvv6!bs1%*AhT}aE!Hfjwa*puF zTjSXIp*4(-9v5EpheP$|A;1xEK(vxoATV^1{s9+!dhtucXuK)tfkB62O}=;U3-sqT zy-$&oRH9+&cNahb+<5r&YHDf;!A^*;ii(I}XJdPtlvLQFn;)N}dk6V7>M169=pHM@ z2y!zsSA1pFtLt)s?A^P9&#fpg&lzZUXi#J+*+Dvl%qL1A5wbg{%v>TqLqrXD{Ar-L z@0eJU_FRpET1t3}+FFBLh|`yzW^g8{g1f;w?^y48rseD4EtuecJBeP3{*&YyXlc{6 zw&$5|_B&TCawm;l38rl++H4<^hn3!gUhHxjM z#f$nH`V>fhCb*vAXmr#Opx; z2pw$J{3Ud{AS)j)B^vlMtRSnfhvgg{viY7NBn8$#j5)8Id>R;-*w|tkMC?_re2kc= zJQf1<)c1aoubYC}j50MeH76X9#i-;YQE2aQ&o7QO@?OjOf-X#i8K$>c_vy&79>8$`H5}wakj$Q| z-3PTIDKmNlwyOs#1K)H^1s{{N&eg@DqQn9FF{b#yRA;wb9o=BA*q*WD0Z6T%>4plNCuW+O5@zlifI zlB6Okm$uJj#Y__06H6#2e=$@np>mM2_qMlR9%DS}hxkK2xAnM^jbLq|< z?%4M=plZvpVf+D20jMUqx#xiTWMkWfK2rHfT0ab4&1gAb4&dhx=V4P+QIYW6Dwc}R zcbI6w8YnCIu;M0SfjE4=zdRql|0z7_Vjdg$D#_rkV8O9ZWQYFjb*!K%3=ITc+I8G7 z*q_pKKHkA`J5e21<+Vp`Ju-oQSmr+Y`U_qAEW=O%B#(~N;oy`YyQsI`C5J`q{AiaE zZ4wTX#l?Dw>hMG8Px$0?|Hc}ObVg2k7NQ=ukALrqajpLmzI<0WE5aaWx|=_f`(Za} zC7&ky?xp$S!>OA)iO(|xWt5rpJ!#jY@TY1~*RB`#xoxhgAX;fddP0uom4N-HbvlV= zSFT$A7j$bbigS#ryZbZ0NiJr-{#v%Ts493&nRFua-Kpg}J|XAd{H^ki{J712&%afh z`$(fr&#Pa7iqAu@rDR%&+TTG8<25~o3cayPfBQNFYg8yHGRzq0s>SK z#9lu3ClA>Pzr;{sc-Tbu z!?WL|0w_&<>hmu8YnU%sN>yX&Fn94^mjHFF`)LZRssGzpkrwDi(C(n8htY;8e}5+X zJ4^|HIQWNkVtVlIM_+~JP+}rIc>s8I(?)HCv9a7b9Ra$>QGPQjDJ18rB-3w_0>0x^ z)Z5V!MKETdAqYoAV9=ejL%MP`V~hO!{1#M1FDyGM#nxS+M_}#F8sI7 zgtB;Nzxs7$()mC0fpHSvz1D(9Md_yY91_>fRp25E*|q!fH}(a+qHTdm2gk!vq|7a^ zL(o_IQTU>CMkQ94os4|%<41cRZ&ZBYTR-sY>Mgqcg+G42sOWp;bM)xonX6sy(9o8q zH&p2FW|pQt#6SxT!kGoPGPR7`ci&A-&17|3?TF8Mm;dF=ro?`cG?fGnpGS#aTRZwY zh^bcB5=~N!SlayR> zlvNU+UoTVjN(}20(WG=Z?j~dSr85(lNYZ)O*i5kera#+xlh#jb7b**9*HZ!l&&&q$ zCohgSd1C(^K6T;3k<08H95T|<&!Q09ywKODuiG6K=$#IMGAv1xlM8?TV1@)?538R= zO#LVlhB5uPauUi{yeY{r&T`b+6SOg%od5zWb6f@D!@*%mQ_-SD{u%n)I$Sg;T?i}Q zCc;}Uv& z0R}`n1(_en8IzTfNlHvS&-6YoFN$U!I6ga9X7LdiFu$8+2c&TAV94y%hGqfciJ}`E z;SrIMEoE@l((3MbvK8CHIKH!x(ETkc5=DB0+1Fh}`DuDlK^hqykbkWH{o6EeiwC2A zVBmP{&-m=K&mduuV{4gknBIR5^G)QQJu9-L=HQhAb%cNv6)bvyf?vWpp-q*fpF_MzA`?f;HhRuH=*dw*oay+>AcbZSgi1#AZ*Mf0#A5KJGKO z%B0EeyTn@k#@~qe1C3(M#87>%X20iflB-npGoQELFDtGxNk(%rOkaI@{;%)FWYd)o z1sV(jk&Dt9N7t$)j51rV8a>V_OAerV(_z_36lB5A@6R~&smbE#Tgn#S25siW&7{@E z%RW?hdG?m-?@8~dKlfb8D)De~GWNmo{IFi@W9(-yL5sPx1ObJuL2+RnmOtnXV4Q_0 zxzkb2Cj=#@mWGBElEccqb~^ldh~nokR_8~OFl3T zB@zNS;st}wufcADeV6gjp&Y=GoQyFwgK@g+g=mg11|Ni`m8(Haz0*MX4mx5f*}Omq8`m2DHalC67GloP!e(Q0a@=aV3m_MGQ?HChi3lUJg9UC53AU_u%n?V&?o zhUUkQS>TcQY6OopRMSez%8sr6`5aiSkv;zV&wLs?@q-wIpAOm;K(lj@>d2Ij6vinks{|Q&Z&xvv$E&B1GXFBH+x4p|SW_L{ocp27@Qo*UQ{o-{YIm*{6)IVsI@phWEEpdNAlJ!t5x zrrRToe;(bz5OiuU@7(If@oU1&Z~w6`O$kgw5|rMR^IYFv`m1Wf*NemTfk8VMV!1EL z&n8fZjeBpsN|AmK()5dFGzw>=h;a&OT=!{7F@+(J~-)0m6qWGyzGc{tT zvz1Fote-&4(-SM6W`Z&1S~(A>p0^tvoz~0|`cbfTyUp`R_OFrOZqLW(d&LUXBwr2d z=0!6FJdvPUjLq=+EcVvWC`FXcvB-FA!oSMxW9uYGc#VZl|ADk}!cow*ty($p<3|i6 z`W!oMpe|2nM$iyIMOvDgn-KRvT!wWU^DzYffNzMy)~Sd|$nk+PAX;C**#Xm;Zlla< zlPn#@q0}bZ#GNQ$WpoXd%0znYcy7aWPI|wPo=r(>G{Q{9* z$B!sB%_%C?Bq+*HcFx>(ArFCAq07pNd;n2N?^07mZGY|Rg&F@K9i6V0mKh%{;Usdj zh&Q#~`b-R;0)@?#A?-J_?5^K`4)`->@OFr*^F)cFRtC=D;ludP1j8;aoWS+#fFH2c z8=K^HcbS_J<(n#*$kvi11$RP=ER&#i@(_XNCvWmlRNbk?{qNNrUaUX~$Gn`rRt94Q zA2XUjm)~Ecro3#^3o5DaNSFm3KptZG5*#Vg8xz ztXquE@<0NMfuz(Une#42+sPy)4dzWk+L~XI>)CvyPkh|Lploq%-?(DVsYKoL7j~XA z|4QX&$n)yFe1eeK_v_Km&fFjG9;xoQv)@t1yR`I;Kn=5Ym1g3tv5%Q_XjG+hb2Iz2 zMMko{tsh=+Q4u{+|B~@&)Brbivo80Y<#PhAl~vlsF1<2q6ApCCHM|n7?=^Qmc{Tdt zedpUlYd;GY6!9k-4GK+q-SwrInN2P<+Ye{oNY9Jh-$1L+<+pO5GsNTY;+i=+vWNB^A6)pc!x(D<7NeT z3V>aD`jmW47)ViM!-F<#jZ?~5TU>>aE0*E1YHom0{=2THmRKY;c^UHyM)TRZ*8G|zP`P- zRg7r$xRzi#dmKVf!|1H6vuGt%%{A40HOjo%a$rE~+!@9cXnDG<5**$N*fYC7AS~!n zk0<21D&+eAhN3`^IhU zIP0x5>l4zY9@%!0uO#w=snj)}HImo}==0oi{rkP79^x$2)Fp z{2eX2r#IAf-N2xc54TNq{vuT$dFS|kS5q2#dc}Q*Z{4~jIwNzty!$s;FqiLkBkVLV zP^Z+bU}!&gT%!TpOduWMC`d;~XYQZ~%4xGXKwtZ4xNO9%Q0Cw;E)|bla#L?+9oTDX z8XM7@qZhJvP>MKHdy9;c5=A{Oy}*M@3C%fqc@P4xtrBP_D5snMG}&Il9Uyq}ZE>;N z&70+Qbzom~%tzy!3*)WQ&&U8Q{k_0o+W;O7xGEtCMwUeISbz-kzT_M%68)x zNx0h0o5w}pLIwd-`n3k4r= zJh&CMV?d;kZ2KEdm*vBD;TwUN!QW$)9feZb|E`j}JcJ;uzqj0LcP0OxW+*dWX&AA) z^*uUX#6JfA)dOy0qun;X_k8yoWWyC_mwtgPRvF`_zntn}uWzuCbE z_e)2FaGv|!?|YD1>Ms)$OQue$`eYlrvce1vDLdm%i*z&gw^gaSja>>3Y>`8g_sqG{ zPtz>S(y2~cKLege{`#9xZ;5CZA1beMMHl ztW+@z4Uv<3?|tXi=lQp=4>lumeae+ri{kxv(eFp=Vq6A!K7a_mxg3zcL@!XIkESJ( zK<`kd#lgh*IoIDK7PRQ7=1WY$M-CpuitxVq>9JkNF7NB^PSr}S5-GRLo$1W1G#7v+ z3K{6GJqL-E{Gj=dRT08I{@}p_NENIZO>h`p7Imc{;)`grJQr03Wk044X_pnCEpv zON}1?0U8>av1tpbCe95hzE~6v<|T*Yuh3FcziGF`6N_~aa`=%~-UTHky(Ki1>4~Xw zU=n2vE|F+cP(JV`3VJ+P<6YdCS`i)`HfbqSB+#SEMzj9+QJPi&JiFJpSTdt!EHt8+ zk~KBdv+b?4P6ry3QUsHR1S;K{JjZJ9n0u?%vhi7gCq?C1j>-_W;~|C&Jn=@k5GC(c zmML+ElPDF5PJNZJ=f%Z0Vf7&BSFM7W1i^E9uJq~tinXs)rbR0UQ}CF&r0?kPaUX)b z69G609;|nXh0XcDiG&$O!~TFw5t7}z#plX*CUCIrnxkG}7%5%z+A3u_eW=ppEEYOM zz`{_E;HX&f`;o8WOG-8&426L!pT|hp&dl)n?(+TCdusy?oMb0oR>>u|GKxB(kZ9NV{x*uV0O76vA^oR{R|Q2qKVH&;_FYz&rqzF`PvWyr^nXW50WMa^>(fU`7$X1vLZ{0|TKID#!K& zml9E7PoFa6Htf^m9@@HOu)0H^!YnB{nULgsFSv3LE*KL}&ut7~tV@=)#wd}|(A(P! z+kbO&dMitQWO^j56fifcIG-LU^xt+oSQ)J9;DWTAVAZ8x?~W=TKSZ7COJ$UO4bE1! z<9q^VU0=&~B~RyEOB0X1v&1RD>?pXxlikcW^Zbt1X=b)N`qp}OFBUzT&4aTNa-O{U zGOA@f-NLDv>d2PsZIkm?*gCoW?DumPAG~k4m=|>3Wy_4{P1{8m#XD89_Af2KaINRV zd3T|=a%xv%5@A!Q=qWfg7bY5gX>HNpVT_FV{MKXAfoO%E{Nj2u`=i>w()-l1Gtqv< zsl4S7#nqOU8asB-m(G9B92Fe*&=m5>V;RyI!=8JM`(zV|O~S8vm#ZIp#&H9piA`zN9iK)Mx+Jka8|bwM^vam_V5o?Rt_* zXa5>9=CD}~PHv74AF7^WPUowm@gt@E%9nJxDtUOX`PZ{@M+HeRizIy5`<;tlAj_xi zc@YoA%GLinVH## zYUPRFGp$s1A0I!zmNG0GXbjPk5BV3_B1IuGDvCgABMeutUO;`>tpR2UiU(u3{b8`$JS;pRjgS589aL>SF3n z*Bk>})0LABBC);JWjr)K^Q&%W*3=)+H)uG$bx?0IISU60TDfAa^6M>X$>fCU>zwry zfccJFI9{inaR2KY930$h?JNmI)9Y&wc|;$0(+@$acInck9=;dtmYOLVMw!BA&)R(u zdLm8W|3VCiJ_5=^WceT=AR;PClp!edv&6vOX0I8w40e&G-}Si;zS;?Ua9$FyjY2bw zVqlJe+~+pgz)xGoo>+scf15KOPV3z@65iESurc1rY0>6bX+>+dmHMeH*zl;-qwPfY z%fHlH-m4tq=j!gY%S=uM;R!Vr!yxlMrswej^nqdJYI}F-F+1L+>mKdt?k)GE#!R%ZeDnX+~lVn4FufFff{xWzkY?%L>nV;!a-(tOyg=LPaO_{RikGA)j$T-?T zTxR9j@!pFs#m(J)A}~QW&8g4~} z1rxpg>*fK&v8rmYOaeA2JxYB2WucxSAIuKH;|LC>tk1j{S5gpaOQ|~1!6Bk2L8#uR zI!ztkHr#uPQ0=cqXq()7g2qP{*X``C^niP^NZ7U+K^6h>V6R0&zClLDx|0qgD**$- z3iiOZ`DK=6?oU(6N#wCevHAKBtN!n&-`adMK67&Ls{y-BWZch2=@ zuC9f2=ptX1N^+~YfL(!GTVZ#8BvCpizca^l7MXU&$cd*{>3!ouPU;0x%cf7Bs*BzJ zc}1Lh&%p!EHDRs>p4)TLE?^Ia8+BT-_@L3@Bys$#gje5(9HCPr_ca@MC(e0mo>1tV zrPg(^s7~Pu(&v9SX^vR;&qm)UD;_JWu>0_FUG@AEb{Bfxi;I?DI1-!Y4xxZOK(9(_ zsPn0rljM;h?b>7gg>bn`32&e|2v_U+@%i_xw$uIz0o0cve4d=dunn4AuWoVZHq zG`_}XC8&Am2xqtMTA@f?FoV_Y56L5HW@E!e49`Qh+`o{-H3loI*n6D2!1PQ)GMMT! z^&h#xD92m1BpS7S=|MlAwE8=F{J7%&sW{(UYQJb<^6QC>0!$kt*M9!WaDroXp3@@i z!F;l2))C%=doTNhd|T8!{Pl84?C+8rv9}Z`&b>^1J0Ud6eXW7o(2EIC1@+ z?ykP1cjBLtZKRN+&UVYJH887kkM1O|Imz13L%AnPH(iIX(r`I7n4b;bO}gQ6G7o9{nleO4H$S~7BO8}n5?dx?sAOK*4ZBs7Dx zU2uic869N^9I|!OU}v3pr%8JQ=ol1KXUKh*lG|gjUN9ga%%jv;< z7I=0Q28HXorNNisiFSt#0QaGCqWZ+b#o4lLi6fm*=16SJUBbv?cD4)|M>ElovBR+N z(6kE%p{B*1dfc!c2%EvLq2G6FaqvCC1qN$mg-Dy@By|J09Bm<|Y z0hz?6!Sup5G10&`!R81nvVoqw@?HBR(3LOVM}B*B1#*w%*4=yd1m_a_ z$dJMQ+fr~ZeFTaly&(N)a)y(d?EEGQtI~d3-1g zmR2gW&)o3Ejla@cFO@V@=3f`2Cl#cByVv-#*ms9r$Mj0(W6oQ<{LQIuo9I34yu*26 z^db9NMa9e?8vja<(&@L0io{-g7Am7Yx~6BzHJK!T70Xgn2|G6{_Z4@jvRun?y|X&F zQ?RIhq#I#AyHl+l)6J;qjz&bDE6W^Z*#FmD%;54$fDcPd@2I=?t;9x1xXsntbp7f_ zWGO_-4uwZE#0ZQQPm_OPEnZ%DxxBzYe|t8M(wA)KWihX@JTdwL!}q#E2ca#2wJkR% z2bJ6>ba?yw4U$`%T}z-+oVhm$JlZ+B{Q$R|`(&I{Q(uo6AAG}z$Pk8Y$;5TAN?w^O|kqv~fi~EenTr&%#4{#fl7Nau7^gB7Z3i$Zbr|aAc&J&df z-jQNVfqCxej>d+DPhD29HemFDj5Zz~0ut_OryJ3O2_cxRB4_j+;RpL+E&%Kgq)v9i44`SIAF!L?|0j}+Ke(#fO}$9Zsm1@{Dq+-@09;8{hIIJr)Ot@X22?gMIXY~gyyE^Pusb8O`r)NT?ez4MJajFVI-mE#0WseBHML{aLp$Q0 zo-L=vLes}uV_A~>8cV5L@(Dl!uDS*VCLPL0T1FJ`6*Ai$Jj>hVb|@*i6c z5ShI`JuP=nOdq;e=wi@ly>Q`y{{s#5wskNQMUoQa*fI4O8}__>BZSOnqFuXoeb6gd zKn;Yki$Htoh2v=OV0CbuQ1gEH5QR9tL7k7Yp5Ds~$I(as+|(4(WtEf~j|~#qI*z5c zjfV~YD};e33QKbH8|_1te0ZcF=Df6}!W0}88_OM`04a(ikY9Be@`LD#Oh7jMM%!{z zlz}+HLhXs}M8eJ(F(%%VCr?UB_Olx+pe8ISgo>rkgEvE_G5_}C#xX?TK)6gz9TpNY z;C3;H{-1-{i_i3*bV|gYeIp7gtTL@!Z6xB{(r$F9DnrxhrxNM4LTh6^yHj;pmvnQl z3=i>^h_q%>6y3E#ym#f89j)59oOI2a_@j27DEMyN{frWV%W_(saKF zj$)_6gS)ARLSESl_hbhvEgke%mI<#o9#Qk9G(BY>QMxHtT}y2dxMd$c8qA^H3#N}v zJB@hj)H0+;=-6~j`(PS^qXeGQnQJ$+St;WfiBVa?e57@3%!=7PvJIM}%%VPHokpKFOe8#S7C%+hyHogs&4 z37aBfM0F(Zy`VMzpj}cxm*G=m@)PK=xVV0#dK90ROlN;!yZ@-n!zF4++6K?hy%*9RihyX8lamwe5PcOURISlY z|6%&c*J5L1Q-WiPAyh0>WIMe>#Qr@19N%5+=vi7aX2>;18r6h^ zXYPMvDSn@}o7Pu@BW{M{snqd9B)+mr&ZqzNI{v?Zk}ACWkIxV(N&a`|(*OLb|KFec z-@h({CY~3N32Wl{?|v4-r7wTGmx3&|ZIN~7p8t3!$_0k@U;m)bRGT%eb6-#J0j`--#&N>_2W+{DJ@Xx&Pa)!RHBUBBBuH zSgr1US<=wjk&E$ztprz811d&fasWlcp+(90I>%+$lm0PJt0*hS&V2f}cUvzdKAt&N ziun*64xtTeIl>bNl13f)+>+) zELhG&nqJeqe|rfy81u6aPGGBmdl&q+7;m%{f~#O}F=o7(-GycWCUn@)ZES3$q=@5! zm(-$MCK98-a{FZ6OJEkah{K13SX!)=fcwYH{J6235Ml~)aullH&Gi-4E`Lz9fd4`7 z4t?A2-@lKKo8Rq&C<37dEHnWp%DnjYTM439acr3#1}f^uJ;CrM!QDz2H#q8X)d5As zN09Rn0K)O@L_{4SkDcC4Ii~o`jacdxC4~4$^klj}j4CTT%F5%IG*K1#x!A z9u%)Qzpe)2`!xu~q1SO!28=!&ClgB9A{4Nt*Qxj!YMg=-05qiFfB=9#7e}uGA9wpU z2B?8SK}^o|5kO|1iojnuu7YOXXJ4ct5miA$6@gvkP{Pc1sNM@KJJ}iN_mm ztJ}AM=EVUSmxd<;XHiOW@~8L12%z}wB$NlJQVt-qxw#n!nOCZb>M4+jOS8x;DEy-M zmMc(#sVdsrK2ja>t1zsgKMo(S1Z?u!b{^m3dt6|Sv$>H)K{>mzGL;Z~l?J+O8ALsS|m}+FHVX6yio@6_o}YpMDSC zgo1MLvoB=GdZ<17?#}`!!MOYpHG8AvcF#>doBNmz!P_o?fwBBw5}_dPJ(L7?4~Q2q zB(0oXAQF~In9nQQBuLf@#EHFb;zsxf+K&oj@;Z1G2+ab#s;jfpWwMQvHz8`E5JH?Q z*RGwPR7CAc0Q#(S;K$)+0RVvD5n&0%5yyJ!M;dCDhFME1s|^&wu)#21A`}uhgq+yE zPei0dKP#&KPYec9f^B&QScQdMK;M8ev|$#93v|=KM&sRdF9F)T`)-+gSlKS3@^iy! zd3~05@1F1h6AW#=*^Npcdr5#ThKg6sKsU>z1~+!>3WJ0j zNXL~8YSpOL31?7gmiY}%k=Pl?pW?fb1nr_8mOSzdR|)=**WI3Lt#SFA;JS4d*e9>g z-ak&VqBJj&#driA=6VwzjW@fM3r_vKsZt>9~%Jn`@ z)A$X5foQHg_2abH`DgUh#6Vk0QWS0GZf_L4FNxUFJbp-I+9}dBRh1F#)$N7Gi~x7u z$HYHww?$M1Jv(;3v)3+khAbc`Hpox4aC_rjLVBGN>0`1#_r~U>qqGnAj*dx8zwTB| z3)YEam5irdGxk!yWk)4tvh|SCBlHl{c;SyPCWfCjfBzZ?iDgzus$Oa&D zzk2OjO0)Sl@q8%Fp)w!gpqx;25B2JqmP)9YP$;S@LYx zWlM=T19kN*;Ad{Vy63l#2xq28K|xNz^?Qi&J??ddQcLxr12H;kR;awLj<1_Yjyp>Z zKH->~4%TqI@8Bz^TusK>2{t|0aY_cir>4MPfu}EgPLqfz$-v&8Kd>+Qq(od}TGeG> zpZLL|pkjvKtIFNCP?6;g?i#pC4oU%t3#S~OEFAe273&D;2?U%f&Vu?LM%S)A$Jhh9 zwZbz$4tXHskTDF7)P!bQay(;%56~?Fb9sVPn9$9FJRv7XfH!7u-)UZ69Di=oazJbc zQK@McW@>P45%AbhZ4WYC2e`oh-V!=qIKE*(L)lEvbF2_oh4MUq{%s4c{K%vSm4jDK z0^x8NvYH?&6(+1x@Az2UR(~%2?*B9`+Tp2hs&PQ-4V&6xW!7C)UCGmYhJ`UCLiy;a znlH(i=zYFawl(|C2NCZpf67XK{C)ucLphwHf&YoyM zF3p(N9&j=T%7H@H%FwT8bnCd`+#GQShZ2mtA--snG7$fl7NE7mCVFp^3ThfLr$30-^0| zXx2e#G+Q()AteU~46>`SUn>&4Z(W(j{`wgNa+R&@E+QeOe>&0WY6gX1;TDK0-7?Ew z#d>Hf%s`MX7aad*Ed>s;*__P>8FT#D(vz~1BD4^kg-!#sBPz~-E0r$)xQ>kz?Tfx- zF2MT;VBIQ(>7SUhgEzQJt|~U~v$(5FCZVg;{r;_6W5^}L>8(n)!Vy?pOv7Sg0*v-* zBPgs1|3@bhS-0m_ZbzAR;dy~85)(kX9SrcuP)csh>5Q#bNp4*v9pw3FYeBGAp3#zi zgxcfu2=ktfmP0NGBthET{u($lLFj$?mhv-0?SAs@R-V>9xyQsEhr8VG;ASOZmNwP+ zeOq*{E%cV;yUV6~qouj(m^O?=dp*WGwi(4wKL+Hg>WjqE)OJ#d{pA{FkqDLj@1BuY zVov_{>4$TYor3QBLge4KGZ}f31F1%qAaV@@y{m&0>NNBLm%?6T--j zL2eTEXKXNk?|LlKH|`b%I}Sot#G838ry7Vaw_Rmo2|zY@T9*@g`1UKl*n$yin`7Ps zhZ~z)3_XtJ$Nf5aDzOPF%Ze3@?|&g_-&^SD6M`!va?Fa47I&)WN>M);teb-WmqEOH!PhFDkRxM;z)=(6_*T0>_e!JNDC)mI7$RJM7*qr09dDzuEB;eN`cIc1}uj zImiuOFAlp(OMe0Mi(atO^rNPo)&YS2Ch{Oji8hZTAR9kh*R#ni`(89Xyi>=0 zxb*Uy*7?1o;Mctt86n5Eblw*OF+$!rcaxH5jq4AD`LwsQhswRoCU?DHZ*;FZ6QX0| zv(F)7E2hjY&lNa|H$qRZ2lxAGcmLLp#8a*9zSw1H&)Vn(X`kM5%UW;K$(XS`HGO7z z%d8?J>62PV`jcO8UNtyLRlhjaldMgt5%mfIlPk+n-xcD*v!~5ctcE3OOlU>)=FT%F z7j61eijF;)oUqC`$;0APeW^0C-{VAHzX|Po3C9l!DYhTA4=a z(e5p~LPKbdwq(=rrir=cYpRKMb{~w1eksT+U)Ijz@P@n!7u?CDXmO)*FB zos*^dQgRwnMoS-N4`%H4m;I8Mlqb|SMY2bPSMXbMQtM`Oc9@{#nn^=T1X`>Z&|NB$ zh-s?2VIW29bN+EyEe$L4@Y~NeE5B~eBzlyTsGU>)IP_z>IUwiUNq^BjA8h0MDV59v zgPxcT4GV3oMZS8qCAqyQsn4-mhLyr|&ij~)+`_kbuQ4##cp?UI{P}0XM35LwB*mn^ z9=tjUilX`5y9QY%@<7vr1P6LQ%ni$+E86V=MjwtPZEfw-5w%bYpe+kQSP-yS$9be6R3R3_2$ME4x)Kk9!F zfC(8%?PgY`TfYOe4$q9PWBZ^5G%jCok5@)izQ$)wSOD+ zBvRXy&@(Y5WgdA|rzs;NLtt)F{mP=nWqFgE+dgRXPUDoW=QI66NT--C2#q)3u{(X} z30U8mTOCA1dcnoha@QggZ%5z)jTCR3W@Q}$TJw!FMF0)=LQklrzzbCTs2lq1>bS$V z>rtq@P)LNBn3>?R9feh0!$JKRY76wt-|ZpD zW&Zr(U}yLB$sc_=^I!QpIKp-RMui9lBH(}3ANUB_K4|9dgMafV;b^$DxCovpa@zDB z4eMYrpQt^<>;D6XJIoIOAJR%?JV*R^^eG~rPjhoGZx!j)9KSLt<&(1UD1i`E%TIQHkoKibOV2C zbrFXquH3~b^{BdPtSPx*?J zu=tqp=!l&b_ZF?3c;ha+x9qr2kL!wiPs8ZGF-h0o!7sc*`D8A)AC;;O%_!Zdx$AL+ z>EPIpz1ps6h2wRqq|6qJc8Zi9SGBLHtaNBc9{Iho6j^_L*6r_^bYmK+wRDO-L0`2=10fx~R-7FIqX-eZozJqzxW#jHn`DEu5HhK}nsQm{NE~JNH%0Xa=GF+p{goSm%to#sdSaF;E78Hpq<|oUL^Ulb%~5F5MC@> z)xSJ(`-B8%o`ltn{4;0vx-h^b`3!jmL;QMJ&6*Nv^&V>JZvBCi4F^@0&~Xg%#SJW?9>UBgP6|&)5y-wPCWZ| zC8z6+3DH=*vQog*uyWO5Z365AKMgakdq>L&=>$JLd9HtY+WnZYJHJL_ir4=nN@#Z1E5TMdipE=4QZxXumWpp$KlcRv6x1!J zBHja)k+fz5$qWD`3jd3}w~VTKZ`VdyCI*72C`gDX7=V;?2qLJI0s@lKDcxy+h_rM| zixSceqM($dNP`GSgGx!CYp#9v81K9H{%}5?cZ`?ujIn&ylF4NLe{tW}eFgFT0;8ie z`hPm~wWPpDB%GXERa{@=$;dHet7ix-@pf*$FeLZH5@q`eco5b*>?re*HJac&eX%wD zkNXiX{rgmGIH4R6MLSVS@T#}yc}I@}9q!g#mi~ye%*Qj|-<9}fm}%kQ`kjG-$%ylI&%% z&Q+Ep@(T8ie2T8&4sPgPf+!vV% zS=sL`e!lmE8`TB$MH=cS(>0Sowf^>^wzyyF&7b8j!<(A8@nLOFYQ^(9w^ z`0V-y^VUYy!qJ!Pw@2NXBO34_K4u{*yta|Ac>G=+G^o3lT}Oz zXFMwAzLZRt1(yTXhy+O1m%FugP&Jrw_hSP~kb>(HDEQ|l3?q>Wgmu)5O#r?fT8npB zt;nCOLma^PrrGE?Uj|5E5nAqREdmSba43;x1Ow(Pp;sRo8WI7op+%D7wfszIf)UPOQF(B@KoR*jd;{*YB0Tt#1lYd`nY0 zW52Ku9j^=!IU6QVVy_SIso#M-Z>Y*GrB)9x2OM`nH9LOr2ByG;;h%}!rlik|ErzG8 z3%_GN!%e)~ob$tRhm@}f8;66=jkE0l*rsfoN>svAd-s5WVRKNzHib>&<;NQ_i>Yrp z4A#jXMurE3%BsQF1e0H!-$1D&nx=GCA?ur90JRp_@K+N%85t6uSberrM(oEUDq?71 zwS&s9xU8%!GqYI;>e`PgC6@F&Rx>0qUsgaEX>&0so2>WhG7)l^k5yr|Kfv)CQHPh~ z!mnt>2M3Rgj-ubT{`I{EFMwqx2xa+D@jntbx?A91?6PW?rS?AnJz zSNvke_VHo}4kO<$XwDlOF`_RA7XYZik~4t?2J6_LBmNQW-hXgFrKO~R04vPJRe-}3 z{eE)0D=08Hi(nOmSU5>Bu_wJ|*>B$PJIt#C3Ik-2lPoyNLoO&M+g!}D!D#y{WRWhR z`KP*vrsL?-@4tw}ZfZGni)j8$)f6&nGnS*^J@tFzcHHA6EX+24%NeU42?zAtx$st&nx?}fV4lUcrHegVfX>})IoxH+ zex%%j!ejZo%+Fk%j|PeT3z38d*kkJUeaq)JnHfD5X@#Vdd7wCpUmrEC8430zv(s9b zxgyNdlRRx?azViL!S86hrAo=w<871v&wKu+Ypt0+5`0e9(f;+-AyH!I*oExPr?e?x8ph&$b$9=f{-~4MG-PQuX%_P+jq1&}dy`M7Um|Ut$s%_r) zy`q*4TsiN#Wb*JT4Wn57bmp~W{ark5miO8c*Y1v1O?{z@7++q8)j>ju_~mMtSnqpE zFzQC)J^hvm2rqzfD*$1`lLv{9pmG?^d*d(&A_L?SXj!O?Q0qLCt~YQa4cI8f#W_?N zL-q$w**m|yMaG6?iGinl#!)rO_vkvvQlYdv%UV0jJ-UJIafERSEYJwKspwX!e||(Nz>`ecsSm0?)wo2bR?hu=MqXYxYj?*ubai)kF8?5GKq-Ot;12~x^Z8rV z7FVx-Y)%_6yeh011vZ5#~VRC(|s39|qQM@G)!n1I@} zVEYOW0~B_&xXkWGgred?Uy3uj>~J=)$nbz_t2kHiUes9$6(X|8F+3|dfBL=G$C1g| zSr|599iZy@*SFRJZ!7-eNiHfGNTU5yesAYvfQ9+aP^F6In1A@44y!Msf>ZjdMxnQL*2= zx$9X}yIj6$o@8D~822faa5Aw=YJL=_rHFr@T#QKDUsA2#)0iE{L*65rZ%!t5q-%1j zzq=(ODht1=3D?b;+eb>cOT{gatYK{@9cwWICud`gX0#Gz>2Rvk<5=6+5CH_*VptD* zvY$3A@P{-?xj!4bDuO6$LS!@{jCn_pAmD>c0oWZ1o?53J_;-ONO!+L4vWJ)+$Qoh% zb+S_Qz@8^qXEwp#j|rvQn8xjt8MU8X|Ndp%wI9*-FvYue?L8q9@{fd%cv8F3K&7?~g7dgiKBcXK9 zOt+b(BGx_Z#6Pl0J2|bP{BoLXOT-uvWcK~Ej_)@PD%h6`q4!{BZXU60o27|GCEw{I zA0=&2+%FWHl9VKdwD4tT^G_OQ$jpW+qNIM$AQdf^amBJ%&U^pvU96P!tEln#s#zm zq{coh9{iO0*)rh8-_C^XuLA?Ko1Z?@x-i3=Gn`Gm)H-#e6JtAfh;K^vSEKtyGh8-j z$qN$1luSHGcCs&8!fq`6jHQkUD?y)Wt7~Z)^es&B!f~#5AIH;c|0Tb}u}H=vUJK#O zRc;ZU>u4n!ZG`zBK_)__TC3rWngQFJ(0iza3)xMFHbwgYO#&j&KVk{s3fUKLx~2(K z(56&2SWG;)ZNqD8zNn+nKJ;)1S*p!!m>2GjGs^@CF#HTbWi(|6YckM zRmQ$x&1X;vu?DuII)=ridpi##*oq${6W#0O+2xn#rLF~!}agcY*%S6((9oxfv^+uPW8U-6x5-a znS`bWPOjf;o~jkQYbjS|X8L7U97L|p&2upI!tN|ATn10O6cR=>P?tiG`k{+r4D=;L=iMsVTiQ&M4-BC{x|JUOxY_wTQPstIit zqH&s}Kv71kgP{@J!2q)bq=VajplFjNXWs_B zq`OCtZROf@%i~GFXB2)RP2)@FsakV^=0a3@wHw7tBhqp2UFw=h@Th|GAS?O#D_1PU zv<_Z~*!J9rxO(caG7r@!p|T5z14)%HC2c39$)$VES^&>`l<{#?tK*-wTj$)#eR_?k zxucpTo+gOjCT>v6HEH!;AQLlbl*{TVaq7`avO4@bV@mrj`;vcU9F6Vh`-y&1*Q&v- zr>DHH3$&f2rk#4%PZP17ZS82qaEhAyPmDz8MD%lxrE=~&Zi5Sc@4@o)@pAs=jiJ5Mm7yuu~+2t>V0XpC=4#-EZZz!@6wGqic^xm#k zkAu)*bA1zGX7*!EO!MgQhGld8#Nwd$U*mNW+CU!jSZcx~lzxDd1a8s;ww*FiO0>*G zqg;k?=YBX=s7omy=8;?9)GP?%dOZ$4Z)eAAhMh>9Md}j|8(Z7JK6`c_(mZ+=WFo6U(cZCMrl1+gc1R>RkVtPR(?in$2rrP3tNjTK}l7$&r{e}Qwk6s z&~|{>_#jaTpk-QFDJm@d?I;*+(qu#QxvMPvWk?8u!8~Br3IGNIrYPy~;NW0<3!IcS zNsci#+>5;)1@q-D)066ZIi15-ImB-z!QA2Kd7tR9pX#gPI$8wGi4rDYM3R<{dOu>D zzpeNAo_ymi!+7J~UJ~_sHLF9btZ~i{1~^G$q&DKQQ)f9qa@fAIQX%3>&t$ALcyO_HCJYa*m;T?ORKP z)&BR2NtDMWWD;&JK5HlbJwv0M>zHZlq|SJNYR36IX9<39@B9r=y2#V~k|9l}CKRSww&fJ7S>9w~!vDUs8AyYg;{%v(Bsj`(p}q z=r=&W<2(%ab7Q?S0TGev*jQ?36+GzI%I$!v^z(a>8ufuq8dlUd&#gDexs#tbQ3$JT z$os&Sk=7;oQz2g6k#_gC!H4F8GY3utTU_fry))MlY<;mrUA~T=`iQgP&9~VlHZ8hK ztsdJp@UjMyg|1l8WyK7P6m9K9DVnm2&#G+G8sx;kE;MuOrI~^q?UaHxniY-QxmjEW z_*mq@Gw75PnIoXX3E6q5Gifeg<=;h|9vL1x{}c?T;B-C#M*HIJ5)-viOayS_ITOOG37(!+dnK+W-sW#HsHbjh z_JkKo6kYh78`0;@ceDSm$w2h0Cs)Xzaw*+%x~x?Et($*#Wj+5yp`mQ&yFLTRtZReOT zMU#gPZZ#BEQ@MPsI3b_Dkz8`D#sJ5Wow)*E_OGWj?lK`^Nc!Q$&Fjob0*HRo`II9UK zC6)hA`y) z(6;eVoq3rFvixQ`TR<+Qdo0_;*vNhM1m81cacgF7Y*7Hx>= zJmLe(j=z|#LMNq@E3M1OvXshs`_UDTe)6So&UzGX^G-e$R+t0xGw_WU7mjlr?!*vwM!bZY^5n^h(NWz(Re0%P&ChH}0-hQJ zl8xH~kpx*vAYh^dGBMwMrS8+GcoC2IqL9wEwpZOV*eHW<*=&I3;7cWZZgw^^D@(|2 z-Bv-Na|T@xt_-TuW7$F1&O}}{Rf0{(?W^n3KL9uTNx(4#KuYDT9O38(w6Ww2?AQ%g zpT7S2EjPDbrixk9i(u)&5h6*q8e%wHFql&jS}FxOA-i7D1K%qtIlMVI=^yFpn9HeF z=gd7?-7jZtlg-)pSZd$*vgnvo-Y`0Vc*IpLDBn!KMqo$pRNBv_19hdhVb*F;#5}e^ z9QfK(yev_H^qIKk78etZ|G~1F8!!BBP*9&;SuBo}d0KfX&bh6WyfH|Lvn}}?lEYkK z|8s!;aSi=hI=YyyH&Y8hHg}B;lL}~N@=5Yk_~eoJz5qDR+*HJKwWQ)}7styH7NfG6 zm$CxELB(eoEVaVI^&6DO8Ln5Fej?;QYgcVFr9{o(g`wuvyyorOu%j8v^LO zmDO*cO^i#dvIw37m<7BzJKKJ35>t!IKF^+=20BDkc^F=cwdYOmg6K28W4KWDF{!LW zUp6Fp#`;D<;-Q*B+rqz z+mU|sCS6@z)E#Qk(|%aKN0c!nj?d=P*RP>JdtQ-hG`F4jBHuY5qEh|ahI7L`ZX>YU zME*s}DRvK&Tw+SjTE}ruQQ;%Ib37?+J?nI=O4V@y$aZ84iw(}+ELES!){D>l>0Vl5_Y@nsQoSj5S)MR9GTd@jP&gLXo?BeJa6u&j_{DlBnak5(WQ)e` zgE9>V~E2F^~xtd%1(O^Sm`TY;N#_m8#IOQILh7md0KepVvvo| z1rjkZtHOH%%MtIDydwa3{~81IHKzrN2?`-u)EF6VPR_ zPMh>N;6s73WoD*-X7|dHYKIY*ZCoO_ER{TPw~vFzDZDfO4Q%Y{!lu=xE~FDYZ*xJ8 zX^-Vn^MgZyb;2V@*V4-dY;xuPKJbl~5fJ*FBu5=p_JDoy^NgWvhkqi&4w*4;eWSC{ z_Y3aMx2H{i+Ro8D3#9roVtwzn{_WYWi;EwGo^5TL-cnJrW}4po5TT{NI`%9l zEibkqm7e)>X+-qR#V3w|r+UX-BxNH*9k1TblGosKvi<#uMS3Ibxo*K5$M+#>O2-ud3T3(X5ppKYz={-*(50<)N97o8&-sM6U`{qbx9n#WR_CY?qVqBglUI z;M+q8sczk)sxG}D)az5}CEE5q`_QB(37xot1DRL}wGtCMU0b(=->IV~PJkz=cK<%K za?J%8sAniPj$7OP*uC#H#yHVYQE(+eRI3Z%+P*6n!x}?FkE@mjWk;-ohmO^Vj9U9g zMFlcfQ|$*)jD!Eq$jFEpewu1s$|UhC#YXMY4RD_TGc}{y7t2$0AT1B6BcGS`iUg&gaOc5o!pYeyHa@A#xPI; z{TwyWA&O1l~gRM&8i^6P~cMs`WY1G!n z`ILlz9(i|s2?(Vio>*MND#WB8$W3lRLGza{sZ))(UL^ggQf2TS z|4K_s)mZ^5!27m+qmKdBD!pfBhLK2?O{f$Ld9-k0~lCbv({t)gA4l5^>+e%nSqu zqkEa&x1!F3G{DzIHUOGt^fyn|U)>{;lNmJH@dnA>x69xZ z1(<+RVvi*}27v$BpZrB82I>NwnIoD2|GU*6L*2587*sT&Mt54UlU(A2Qcrf1`_}P0 z{(5!u9O7is>=R8u#ARYi$A=&MIxc1TSG~}`J52BTbZ+6cDPx)Rq-%l?>#=X^Ia4{D zRBX|;%aRVRadF2J5`x{w%0141R!^ka^1IPwyFx8ww=W;N>M7&4_J`)7x`%y>Qd7Fq z4ht5QuA7#3W$lLsze;^}-~Kts(%l*>m^V5s#Ggwi?6mNywDY{v=HJT^_U?a=d^to; z%^h~pxx;78^xJ8w)5pYgJbVSqMrQ_=LM!|Vw5o^Qx0Vh>yX)5U`8T(;vZ~4OV9)#X zlymY3o&Rm}b-s1GBRT)Pr?jg%?I7<`g2yLGEoMkW9j{JTd+bDVx2XQsnFt)0^9iCi zP%^0g{9Bsz-DJz~i{O7u-|Rg7{oHEkXLy>*)l{A%M~-mCe+L_YE0 z`jT;3hwn3@9JS&AbJP9ywmXr7JjNX<{{}xmCw1HA@f|E$^c_$ES;P>Fe}pkhu8_{$7vdx zO5`xNbym5+u}kHIIyJnxFibT0Io5}hnyQ3 zp$(zMN*RjYq;&9$z*g)tzE6pUitEAFh$$CrC(${oB)4Pa_O5rf$hfR5xx1U3=AYz~ zf%d%wBOiXt!OnY5Z31!))Qz17D0!VncRp2YgiN*4jE|_y9t)WC52)1;rgK=Uuy5j& zQtmA;nVO~Gb??a8*B^FpFTI{hn^C@KnS)qsmWskX`Pi`I=|RQu8~W8NQv04sByzea zRY<6-*;uza^sxxKc=Ns0oNsYqapHbEG+;m0?@`#8!av-CsKmN(5w-rUDxwcICBtJ* zt;4(y(feF$w<&J*`}@hL>JO@3m-CNWk#?6*-3*iZ;!h%3wGpu*_0K3{z~Q*BTi1nZ zc+I|XdH5>qyiNEc{lH-%-Ei;yc)1g%-E#l9IYH}$Ddt^G&26lsrY~P)SR<4b6=5iY zyi{BYQya6iQ9$b8s|Cbp3lZ;_E44m9%CKjbsHSE-%)7vbJfe*OOkj8BeR%l;oo0ql zF6Ph`6@qXH(9`>>-y&gZI)epP4L&~>nE#6xAT_{r%2inF9C>c2Yy$V-G+U6%lp&ewFJQ&SOm2!&xiMlW-z zEm?P^9x2XnUxzyK`R#vAM1%l8EI)$SDp3*ua9eAvC+uHEY9Jgp1i{Wr)g_z)e6Vl zn3#FcIj>8V>q7xT82JpA1Mi02KZx#vf)#<))I{$`&qK~-pNN*zl*hOH-)n3M^c8J@ z*6=b!Yiwv?(K`Bj&#r&`4TujMNEAJ-Xk_#naaMtWxK{pRHi&@;Y??g95EcTQ&JA(D zF2AR+834+l*c6hf{teGFw%z(*_w)5ZO;E_`W-q_^L^W5Z4nQGzvcPXWN=r&2BO?`& ztE+b)gh|fa;p?tGRG7k$xuI%DC|JSlRCj*MFK@@slteuJ1&$jP~%=CHpXxBKRe4_#8q4DMOk z7m|+#?0fbMo2Er8f9O+t#)jee*huMYVR69RW?5Mh;sPv54p&I}sc(IAp%9EQr`1;M zQ9LQP5aLpG`Nwdw)|dL8THVNn4&`A>%g)ME;T7vlrzIy$(*t;(o4~v5DKq02jmeW7 z^Dz!Zww8ZaSUlX``bMmdk9x<{lI}Xr?8wb|GApvo(n{IF?L|fY`>D9SaT$dCd0+`dsd7SiF5oWQC0w?!tlqb053^>4N;z@;wa+7#h+wz-Gu8l% zBn-oPc?R&%;o$0snPK6_TyK)o_SgYfHar(Ef>-&xj(}?s)`W7ldZG^(KM!&^pjk&b zVxXrtP-f@LO(2JWI5ODKH!(Hkgf)#+L}qU8@SnNw^71g3`UdX6>o{^GD?|RFgOV1s zW-i;0b#?mqvmosP(xuHzOhAy*KHFCA)J$t-Z!ZkmECD0Ii~abavwmuHYz(y0a9Aum zFhzWalkK zIup@!<18T8;IOcJfqzuMh(k2?eZ~-w?tA+CbyFFL1lh}agFDKraJ0$9@fRj0ie3uC z@nX-n@p@4d#ef=oD`D;z7dQAZG-4l-V=US!*X1r{WJBRl@{XbtgC0-r5{@@aEVQcK zw}8qM@*a=pA=WyO2a?*ji-z1Wm6*ayN`A&z49r$l-48&)o0?2(p6sopjRp196-F(O zAB#pz1s5Rck@3q@@E!9BUpBY}?dxwC8)w|PK#k~Wj58%aTiMzU8|VLjB@d_KYmz)Z;sLu3Nhy|hbcMqaCgt8@uyAkAgFrf^)7wn4-s4^@mG?c zFb7Vna7)ctUoC~ zacf8P=LPA%1^uhVq@2g*$;33*n$ks&F(U9%+bJX0CnM~kw}waHg)wVwC$zA9tu?tD zoYdp1i`CAH_s}Fn#BCg)?=ZL(_pY(sjV-;nS`{>vtXE>m?LB&6A6#$$%Qo4_CuZw%;ku``fo~ zU{^RetcpI}xBNo^uM6jQbygT=&kR0<*VjGZwun$s+B5cM-99*kUpMEwFt4~f9egy&9;~FzF^Si^h zwBqCWLO+X#q(rffb*_1opZ1&Id35H{?)6w%BJV1>iN{6%Q2*yUApCQ83pNMgKKv4` zkK=v8=J8{aZt`mp>->*KZ$01ppY|>Pev2c&5FCHkh4(s&eOKMpCUEZVf3=Tj`yUKR zCMl)9U0V2=P351KOc6&iw?oRowotXY2ysfyf^ek13{OPEc~bYcIfoXS8mFk`Y%uBRrP;+`jr3o@xA}A zpY#9kSC_h50*p!0_T`qOMU&~6>+3%>%~|OD=aD3+=_+S~F{9z-varFM3}EDtPc06Fuh^E_~wM7s>)*QK9@ee zQrig)_%7a&9~11Ep_iq6MFS^~Gh{%FR4}oIkz-_}ZJrIr1^4cSsW2D4duNFwJ}+EXlwvO`4RTvex2T3(Ln znhkF(>o9bkxBv;Zl~*Q+N^Suoz)dw+~SIrZ+- zI28AtE0wmlUI_R*=_`H6x9;F!6156#->@tV$p!Mz6R*>fP#egs)#SH!7 zf-tNj%!jL3LK-3|Pbyjo657lW8a-Va6qWSnr-@KVdrEesl{O2a*vjm+Q zxsRtYcF6sA4<6^_SZKLYFOg!VpeakU<7_Pbzqf!tg}WlUwYv}hy7@Y^F=yCGM~&D|2Ff7$LLPd1jIx>fa~B2=K$qqWPU4<0r@jy5&^ za>M^p#`({-nWe3~HVF=~6e`xzQ%C3`=r%-8)y-a!=VtHc9uRF_Ica`btI#9Oqt)#J zhBQ!qdH{vb&HW7o8$CDZYmk}ZWU7L_49RKkp5855#guj<_rD|iA76W5WQ3OGfvKq) zic{FL#Ktm*G-$g1zQOoiIZFxAm*>u(2Qq^7fep)j^(x>uoIV8U8^!@M9JVz3UK11t zzdxPEQpP0bN3D-%5Lm&-j~@qJbqy#o+WS5MB#mRy;R`3}?gX7m zKf$5&ADIkA#G#_kvCWgiBoW_*QTP-cCRZ|bRv-YO$ADy*!)3m|I43R5;OpzV@D+gz z5DpOxO+jc(&%v6AiH<(fw)v2VXm0w#?GnizGwyuXU5HB-^umo|^rX4y@>hXd;`s1n zV|hi3U7|%f>FE;}i2^)5_ms8YO_M`9&Uzvaw5lr2v%v)A_0ON#NH+uDKl$VBbMTX= z#_6c{cJ2^_EO89~4)2QDLxkaNLGi+sis_Allw7-bctIvhHV zU_2x#wKtroSC^uxDf~*Rcjo)s>hYh7}NW z6I3E;GBE>#gBweoi3<~gG9I%!5U{1nd0?2%o?b1Zm_W9qAFJJ5BP|We2 zEo&&?daastdR~HOKu9@(`syZw%Wf&Lo4%^qGzEz=BG&@v4r12B zxuF>VO5juX1DE-Esc<#{Lj!|@dv-A}Btxdc!S@3a3v{>mc)~(LM&W2a8x%{1`;e$_;l|ba^NWdW4Ph;VNTFS}ARpGQ~fZG&{5v{ML^VE3* zIUjK`k2$bJIL@58Ho+_14fbIAoeSuK1pzzuk;5EpViEFT_+^7&0A)MOQn~|&$%$TB zVC1%gH9@1XP4ECWBh7iZf=mP0%iXIG8#+N%{4WLKuki$AkrEzOqhJ{ z3^Ia@jQ`uWGl#BJT(j6`zc7SrSZ0C-I|Lg8B#NCs5!JR)dZ&mUyn6Nc12csw1b6%) zJk2Siz-gicq#vR#fMy5YXT!t8U%wtFtnD}~Ba-9p1Ykxv&Ta}HHKy~G8*R9Cv1>Z2 zin9RAvz}zETfifj&Cfe226~)fid4l)Jy-W8jE!kdN6to6W3N~U?{stHY zH|J>hOB|!5j0y^}g!9oH(GhTz@XKptD0Upqgn2jD>b)y~eqdLB*I;j|e6LfcV0P*@ z<`4m3>ruTN|M~Ni_?)0Mjuw7?)#P?Rs;eezf5w-zCUB5%K?#q84Y5wkn0c+VOJ3Ld zD5q-S>N>$0H%apFq;Ilt)#Ck~_@jb1z_A3tHM!FFkdBXZ1(nYVYqn{zo4CtFO5|l* z{ty&^ux!Jqdi*4t&F_O-aV4}B$}5NbhrYk-k#bB-C}VYLw}0{U@d^5Km8p&$m4VS+ zFhzgB+1gbU617th_-asiV9y$DUt+tFwT;aIdUzr~Na7);$4DrIQ6|ZYzHl|r$A{h% z@BeoB2P6>lWKmhJ&TFIv(?Sreyy5<}rzesYG3~Dxs;MVM!47hF7moSj4xgV$!vm}l z1aqKvbr0}cZf=Usj=uvF zEEpTZYgd|o*ZUC9A(JCiTt+An_*bKv^9jTr3{-C4#+sw|6jn-xIYauf5RMR~m(yvm zFTmkv#T%>XCrm=cbu&W|C4oc1ZkedIB0*CoOkfEHJ-(Ip96Yh1q2k1p0`_Kdt(0X5 z!A@^C!g7swTe+VWT&E)hSqqnST*Jui1RbC$5W53TCWtdI%37MgZY-NAYi*`yU{F+0 z05I8Bqb(|lFvi4u?YnTsjSkzZf0U!^ty{dX5042T;fY&I_?#b)Mxa20#rPe#`|!r;2=Y2Suk zhl*B&`{knN30aDl1id!`561K*SGVrF`%t4Wi0sGM$dusU)ml?Qm;F2m+UHC8NRs;U zo(MW5?5|6V+wbC)Gc0KG5bZ$oQZAPZ#SoytKE-!06n3pyVzh%ju5bEG;x{r&qN6dN=RXg8j50}VY7ZbAKPwL#(cAIT1S*}fBCW4p7l9|N;o zydXZFhS)@!_w8#B$lRvWG%nV3Rlslju!7u^jFJPVE$=@*W zqGjjeI*dRGh$e46*N3Zyj?URIxFJYIk=^3t%qNiZCE5As4jwo_DCZW}2;ET(qDdW{ z8`_z2%$*}mZ(RywJa-P2>#cL-s2!bIq9P-ge#HnGL!)2ItoRy7#Lsd>Qeq&6$AU2T z{QO09WsnY*yB>;*ZohwW1mYEA<6ank$HWL|f7rwS*JG;VyjVT{77~nMbA$N>Xomj& zGB(t)BgS&X08PfxXZ_WRENu`y_Esv8dY=k%u zqz(sskuJGT%+AJDL2f0@8q&U!GSjZi;NiABS}ow@NG>M*Wq;~W1?wAfGO^9iesqGf ztM~iS)ppC$FnJ2*kL^v%WxG5&k+Y+zwQlCR>y zv7*XpYWgu-w;$x1M(N&HB@y}C}dS~FcbGELcPXXAkv8n?!R7kE>!Wi(h~bv^M85-?ig z-pXf~n3|%SLaAx@DFwc+<)UTM*$f7!fFyLie}6_qL`nqp8VnQWZ6ctaloX5eI2zR!i_NM zpFfGE?!68t zr>?ikQ7>m8!1N@876Fgw?6~~u-aUH?SYo6;eoK|V=s)&=3j9olH8*4+&;H9`f#rkI z8`6jP?YT^sQL0Z~P~cf!SH)-%l)s!KW1a8>CB;Y2F9N9hc*gkc$%KxovGz<+Afo^+Ij?mya#I z%kHvDHoDjKe{WgrEM&>8&~VRQV)GAn;0YtsnHih?KCO9I@j`YMy{Ec>-N1+FZtkU# zfh!^$Nb&YwaTal1GC#UQOJDoG&FGhiuDbGNV_Y22#2y^OUPuTDLoeJHJxjjWWhG=%zfmbao-rS)nM zVMMF0{ouhnI0Jz+Rj-!^)DBHyZCxDz31*G5(B3(Jo*_KNeIx;tLe93hRgfN!#v6h_ zP~Gy~x18s6Q7F2?3<(Hb0xAQLpRKL`;ICk3DrKqKf!`NbO;{cHLWK!MRh#D+m!B>G zyS;n&;`9e52kw9uROr%&PtL31PfXi~MK=(1xtyu*3F8 z1@87Yj56@W6A!s6yJKQJM6@269Xc)9b18Q-k1QySi~CCe$%8pG&|wk3$j%NX{3_@e zaZn=q*|y%jK8PR-H*@iL?G_Je0N}-Qp1|ly=(fLKi~+9<`5MqcBUxS4=N3>8oXt4E z{;X{R_WgV*u)Q+xXZLD^&Znd6(W)}$6Akh&RIAK4ycso|rg7AgO9qxq@2@Νnsr>uo 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/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 z%0A%6K{(Zp6Z01w_Z?C-J^K7!lI!AwGMT&LNhlZ>MQ~?jYUNDr_kmrj@t!{Ts+2c@ zc2IUnH}B56eQM58Tu!QE#|U0|utTUex@~FsWl~kKEH_x^9CC)V1`l==T`+HXTEPN( zEx1hhfSofIkHCwNmW;ENfsqkz`rXwZ#aUxMIXt+OB1HA^y<6Fl3`GqMDUXFyZ04BF zxu(zBe*E%f6|o)QAwuGT@efRL?U1=ig4P}L9eaoXI?QXPri8EsK1F{V@VtofGO+Xi zyq%Muk1mIhGAhdaoG8vKX-xAHDR@v#@9bWKT^je^QPn+m>V{B?p=h5iN$yS*|0@w; zL$+vYX;rR#opix%`4EZiW-@>2a4HYslf0o6-Ct}|ir05fh}$Ky7JSRi%Mq&d*l@Ku zRLVC&%C42c)nqYNHT5=@C-9kzB3u~_}yShL+g>*Ov`wcXTWHg7Y4@>+Z zT#o_tABgGdkK5-h^lf0EM~4<~rp=yxGnQrAn9nB#`})gm`}jOS&#@Xh7U%S-txZMH z^I?*?ZG8my6l2|is{_x#FD-I2;Chnwn0*2>ILI*(>}p!I!WS=A_Z^<(_&Gc41IGZY z>awdkvlm=kE>z~orDa7~F2dpr2NM8WlRC)A36ZHVGY2L|V8IcrKCl-5czWgTENJaG zlDmo*00Z$4pt@o$4FwB4j$s>nCjbl=X@{;@MO_>=r%uV5nkK_3iy3s~*X5cJOz)rZJt9nHFN$Bj zeDQClmR7LCbsOSJrUW|=X_dX&P{p*d6|Io6h>L*U-Z@Tp^k~=CAq_qW9;zTKVx2b1 zh4n3nvw`3k4qP3(jFt*d0%1x!UVs+_`v!afF~offk|iyt{(L@7{iHgeNtaiZWo0^C z_aAc0jW}1^9CSyw0oMeYLyb71bf;zA|Avo4L&GlSdJM1tk+roWV7UZdRJOZf#N8a- zyo`~$0ykX%GdgcjZkE2k28#+tc`^YeEo?uDf{A4%|+>Pk*NgNdfTmh z7VSeVogds2=i+9kt`t$a{dzg&>kyETA-qAlpf`Bi>Sn(~3M*njw?x%G!Fc6wn}>UR z_AqgANh=zyE&tu_(pUQ-_|V6#YVFi(Z++!&P450W)E0b*<-J1BtK+wa9vLM)VfBl{o7AVY?QJ*Es z#s2JDQhc1M=_Bvt`j*$1?cIIMUWE&@$!1s$8Be-iMxt}aM^&HsJpLKKS$6QB_*MxgGHE;olPx``8l)3;_nWNo?YN- zm_<@>yPTrR%*aR(a}OO7gZodpcYwct-y!r{AB=#`MjuVgw5Q0zJz9KaqV>$r3e2KsA z4}ENF3s&D3fR$WxGZb-np;)Yd!qU@Nl_=Tu6B@HFDv3o^4Gq2EIz?60jOp^2vV9<& z3rukF@Mzd`xCDa}rVw!oM7{3r2Y4BXDucXXd3E*652u23Z`h3Fo~)cv?d*9|mP|mE zlYO(+WskX#Yvq)IUDUJfLFOpJ1g@?$3A3|~+~SQFTyl9h0^nGtbB-BZE@tE8S9=9g zIL@D+24?AUrl?2G{{2lSdHDko7Xqjb`J*O+G`IIaS&3HSzjUWv{EVw!>nL5Jwx1%X zCu}-Do83(B#sm^6T~kOFMldfeSr7pkqM5Fu$lUjVDX| z)pjw$U5{5{`oYs2h#Q3O3(ux9SH=NA^JypQ5v!|`2+-h45 zzY!h0Sdv~8xU=3d?lRJQy6A<)DWC9b){Lf$YrhzqZw+~>GttIVq;>pSTQvG&piwus z?rO@-{w^sL-3R7TDrxv7eZ8u*p#HL=A}hNZd@A!oVsM-%Pgy}iA(k_cbQ!R9cEl(_ z7m%n88a58-xIi`ff616nDN0~_Et*}Zc?NqoK;R0DWvZ23=NR@8qDkj}ToyIeGBn(T z^$YAAU9F^yKM6~>fR~6Pu60WoXa~%+{>>7$q3UgL8j&Xpq^6-MM>G$+8yoy=;S_2U2HytcTf)%`2si#) z$Ce-8JkDYSSQp~J+ZuM3i@-VPu5>5RS)=7(&*X;DUA2w|wr}V$C6gO4O+vi3!EtH# zJrR+oAWK*!`e1aX_`#6d!??p4loXt&eiXjGz7ScKuf#Dq=Rm5amMob##+!D}+ZzW0 z+?#T(tEs`AWcd+jZel; z1K|QM|3bPd9tamz3qaqhD)2eAtViKU7yTz9F;Oiqe+3tonmJ|q&4gxraZA5Hi-pLHK6jHfs-t&WPMeBqJ#1Q0;;v&W zMtl#jK)>*cU1_z=}O^MgO{m=B;4zXl4$ts@ipd;I{&n&M9ot;LMs*fW#1^W=VaW-J2^1bP%4Xh!KkcP*her8bey9ALQt>i1w|m=fCG3zs z_=?^CR8jS-qC(Q>g25e`w+HSG8P|EK6S#@&5yjvBf#QV_hHz^ycQgT+ce~jM|Ea-x zZ!eg=!(9U4!9nm>f)9}zlQLRDBU#cX%<^hIthX2j~{RR3g&@g(<%xcC-ya{^qX!0OA&60qIQ`^E|7 zsFf9&8Nw+*xoCkAP)kc!PY*;j@`fX4iHPdjz!wAJ0JSZ&CDv>gLDq*e8bQj}w-P4t zTMIwOh9eMrDXQQ`P;^j2F&|<_hTmf5Z@PU%U4zi^*;!b)q2ghk$q-(I)!yXfF=TP5 z%(;?5n?=NRjGi9JbMv5&p}67A!YqdF1(1YtW(leeWZta4M+AyC%6m!WaUJ$VJI1#IKKe5ou* zCinK<&QytJ5p&}NXRi_O37tC!1O5EEX0Quc>-62}nHsu^EYp&y+nbo?kDEXP>Hs-?s z0CEFeTi?p$6#p?z&a-D*(Y*k7gE$&%E3k)PEDKFLWM-x62W$El1p@!dg-FYT#bPf- z-Y2#qpEYZB8!e-?kTG^jw)ef=HVc2>O1IcoZkN+M;&FgXEwoC7aD%tV+u>{ zicW1rPG^UL1^H=G!=9NrIW>!tWB-3~0Zv*r)O3H(ij1?jFLs?RwVJ6_aJS1ja~2de z+%)KUqZ&4Y!eg@*qkYnwzO6cmReKrwH0|B!cB%IKxGh0jICOpH1&c-1_2q#vAvY}X zit-9i_{|>)k?*|M%I`SQ$y)g3Rj1$6Mu$3wxhc2hwbTQbxdt&^N?H#+bK?2gp5y9i z$IK(KtjTuwoYl+`f9cDIBPx48QH34BHO0e=tgExg>kOE+v9?}cTWe32f{E~MtLNa} zdIV!)DF{k8^2r*Tn-TI%AYQ>lo}jiUm$y*C)!IQ{xPy=}oGG}20PDjR0EZKwfWQ)< zMXa`9AsA*%nVFtm>btuG!&Y%l&U}m~_4PxqU;n@}4*;|ADVxl{Cg?hCr(X{C2*FcCipcovkmJ>^s?yY!lJGx@ZI`=g<{PwTbaXC z3pS8k!7c4^g1Ad;aPVWcZKv_U;ut<#+3ORpgUtZ9=9a%6fUps85ww84ShrxejQEU# z?U?z?x(5y%fGmbOxDgAyt5>h;!_}&j+RJMb#iVs~0p}HT>TX$#g5tj`9wU+q`MZEO zzy`w1$K&jDo9OP&(#*hWLFEv@9!w)R`oa=lVg_5uy=b{0WJPSQ_T{hu{=g$sRw*_V55HuH!48ZBHjBUhSGMFyTX!@}lk1{(bw< zwqb$*_ZDb3qu>*;C|9RUsBS$8s+c0Hn;vHcY^&)Ep0Nq#xqQ5hUweGiA_&q_1PYS{*v(C%Wuor(dqYivBdYTr6B2#uT^H`Y#BLM^tDYaMt;AY{6`~LD<}U~G~$dQ zcW++F$VxNfjxgw#xMJf8hbdESt`~(RFN;TySu@-`*fkC85OWQXX82XP*Tf8$rdL(z zp9n{9^77k1$V9mP^(BG^wiNiGNf8ld;8&UTs4YLkXpYkv&~g7UX(S=V#>RqXfufzL z=>6?eHf}noc;LYJ>C>O$VLzK_t+6=QwRJHp5`# zCp-Smo`zj71kRt|zyF=QyOqtJj@aE2#3pe^$H&G>l=9?SDrI&fo)Fhsy*Winn;?cq zlkNEP?TXAjdYoGLFAPoi&=2UhwGu?`>26TS1M5L37V-L?U_sr&8L-wfkGW2yj2UlPJblg~-+x;!^DFKL} z*tfy6TwDd}r$i=~dYr1iU$u2Bd)#=_wNdY{|9nqU^!P6jKDu7=Mz?t{I2CZi6;&AC zsn~Fl5}yJiRxFnOKJ7`bCaEPdUI785Of5lxEnruK?fk@}rE!UW)?;M$9QaEF->}9A zrWI{G4dTGI5To~?)!q>t6ZAlo(qL77>R|>?>_0y4k0(QMQM%Y;WPZ3a_FwV^9g&F( z$q)SVgfr?0sIyQK)Icl%B1Cny2QK~X+l5*=M##4YW5BcK;eURofB&!R9mQ*S-gJ#3 zbOBVNaugigfkXA)@wX8u7=u0@H7v0E{(t|P*HpqP0(J%M0KdXmjTc=hPvPTL;(;)J(%+=MNDV+NVQ4MZUbl+4Y`(Sl=h9!q^tW*2~ z4r^}S+wpe*MNLw+;vA|M<91_P^VP zT_XQ~fA@d(9`sC2ahy4GW@0M)f4tfFj|nY{FIn@7$1vM}yZlx!FiL?21<$4a{+jH~zdC7Q&bRdHYy1t%l`VOaV-j~hz7=$^ z-FdwcH`V?3);XV?@SNBJ6;>5PFEy4-opbB^*WI`iW91H5K`HlRaUDPnAQ6Cv=pN$4 zm5)=v_YViH+KQ=`)~|_)H389q!Ijy;P2hLXiYB8;q9*r+MhwwrBy8Au15ckR`@Oi1 zSqR%#2Psat#t`q{Pbm#s7%7aL>MjR=_@4+@{O#a^t`o(X6JQ#HSS`<5fYMD)X>yLvCc0lYBuxt~8@)zhmiAU?DYg8u7>vO{Rv^Nqtq zU1Bhxgk_oZqX!T6+&S{kdp0^^Euy>OP@BU!00|k$(Bf}y!e@Biw-1C!5}>Hz>Id@@ zG^_YVmX?+dyD?5)v8vbsei&cGYk`Labok*fva;mMPseu%As_{Zn&T0~N#chC0l|k_ zzYGTsdgzc!^f|FPi#l0(vzVYVDi%ZHyTdp?7l_E*+~}Sw;C%DxleMqjJ;??{(KL@# z*VOQZ{4w5;TA3B&%ss!ocP&=7D`{)fG` zm7T%tanlRlt51~e^k2)*9haFqQb(?uJj~i$7kgwc8Lj;MrpLW|+~Y}J<3?3Xw>>(& zT=KHAnudnzS4Z9;ND9g&F?d*@ftSts9V*ws2N^o}xC>h~{s^qqNeMy389o8Zo~`UgL2hi4e`nIrt-u7kAqe~y5RDqyW9RbfA1VQsAx4aN;pptMX(xCt6e z#80-iS~otX0WBjp{wOUi=t1!LkC&7&Ew_op>gJ(1YG&dwD~0|~pD3xRwG9lElj9-h z1hWz=fG}1m6W0h_A&_(6;nMTb4KotnDc`5fdx+*8L66WwCI#Cm5HUdJEpxnN%q@yL z>pl86U@5~c>xiJgMKuf&{Rp<++YZySvpYa%R>~`2WduHUN*lt$rlig~pxuN>&UgpX zvzP_sH-#uy#cJiW*LV~ZSB$}7l#zbt?BZnw zTb2I4w$^B#-siMERE8XM#sWsdKDQrl=KOIEc$qIVWcG$P>G~A^r`~bFW;t3WGlQRX zQ!--Ho&3x3w-Vb+1iw7Fwj=eWymLT~^!7mDfnxnvAatQ$2B-W=x;&OS!U6*DTtMaY zUhEKtPEO~rToKBKk`hRzu)^J*t47c%0N~T7GjnqvM=d4a`-_AP&pn6{+}vSZb0V+b zLF2=3#sH!{M%9>FciLdAY_ZKn4*hzswg%?+t_94I0Hm*_YGQ~D?yzWXY~02h49fPi zhY$A_XkNQE`TKXT-V_uYb&}|6#n@$8I@`SpAL(tj>Vofi|^geDZ|1Tf2`95XbrxK6Ot!j=tu z^p#6e%q&del=UiN{O*ZdQbh(QC=TtDe)A1F8SybYvi^+PtT*$~E|cORLynHFrmIc0 zp|eRL<$}cZTb3Sg3i=ni7Xw##3|5)6*T1KFkNXU+rtB(;C)E5-8*i%@`+6_rtaY?| zbA@Fi{#TZj#JXIVn6#fQ!;tL?X}@Ns0k@Xofy_P`4ai~PB?g}tNHpPtZFK`k8Wi#a zVE(eQ60GgB7Eli$ve~8v{R>CH%=uDV5G^^9@12Nfop|knH&XNz$;K-37li}`d8J5* zs(5I5OvIr^8XCpE4)EqfBktA3MSh`rW;%kZj-iehSOM5eWPx|E#Yb5QZv2Je;nh;N zN|^y*4xMulW?HT=F*3G|FIp2RKnII703@d`qfC$uIsHW>eqryF;^guXHgo6=0TRIy z1uH=$T|6@4hT#r&{?rpsi?ESzYLbV1m5|{~0hv?@pyXGt#5abnq-tVG!ULk4L*4Rc z=7=MEiH=-EA_bN_40_hXqiHAi-&ZgK?+)|4O4<0k0nBTH)rYPwQojjN-~9YNRk{#x8F7;zJov`^(5f*o zFL(|{Dvv@*5hGO#&=*Wu9E$Ah0T+D%k|cYK#n!JZLWV#sT_zO`BnFgYQ%W|zSSXhZ zb`fsMun)64j`>WsYq)FM=X*ERb9C@%L6(Z$4PJCl@<-@ER{!~?t)l}+lY?UyPaV0q zrdG>1H@J0)%TuNg_Zj|p-O+Gg7zKP*ezxqXc{Lm2o+$nbZlZ~$Z8gF}nRR!RzsqH6 zwe~tt^`1L=2yW7X?8lwg83qN7h==m~HPVGeI9Co0{r0WO-w0Oot4l&8X=&}f{sMRZ zL%eLK-oIZ|igz4Ko?_8yQ#dwwBloRB1Q;i0&K&pSG$>OPw0b=>lw{&gOGlUYnJ%~y zkPKjFPr%-lw+H(*%#p2x9Uh8>5BOTcUUL%VF5kMyWgUpVyW>+s<8*X%y3PoUsT+c2 z;L{0y0i2-F4*?y(w@C{+0}Nu)@2o&q$V$|bO3iE8+(Z#4>2s0tva%BskMr#FcrT}g?}4RU#PsxPGzHw81EGa_RRbSikK= zK7X#Grxza+vqZy{5is_CilbQ`=nmYv;Ze47gH|M(WnZyA!sPJUez^~MSRxUUeD)#k z9jIY~8{?#WB^PDjG7rnlG+rCPDde*~KOaaR2;DOfTYWyAt#nuP7-=lZ5gR#ir1R;D z!rZ?psH(UAghplM`%TmMuLm@-vz$~Q)=0c<hWVZ05%BMi<6V2-y;^}dFa|?4% zj4E@oz3*;v>)&cr^>Ej-{M?ZjDd*p@{1>sFI~~s)*xJiWq-EB+3MzN*wI7sz6u;VX zU+ISRpXd*39v#cB+({?zH3vL7ve7fFGDh*1j(f(=Rw<-b$5`uVvDLNL?=NJjUs1QX z=5t$D3COvtU)cB=-{jZFJ6H$%pLs~sKS}0@P?Ats->;DB8n*JnD^bQ}F|OP;i@jtKnHO&b63-3d;6yXn01JSHnunU$^3wYwsC27!BDnCX1S zR_K@oeOn0fSe}!ylS}k?I9)=Cf@I%{&jume1LSonr6GEtE^|kjK*wuoU(VqoYvv z0WO6pk(Z~ZO@2ahvM;WCd%G$MGX&)TWwiuNxIZ|ESfEJmT%DOF*bgcz1MtL+wC$hfKBy{A zY@Ff`m=!!q0fF9u0Ye31VxkN50&W=?ms~D$3G+m3=pLuow}1cga5(x%lPbqIP$R&; z{h^mCETAv{i;`1H!)OSQ|BDWGhFT*R`1+j*4hutFV}`R8YVjRs=d$leRsa6VBZA_s zAKma3ytPPnhOfj4=p3-ML5{1~&OLYVgf^wO<%I2c)EV@{H z6`mtQ!+4BHbB7>BUwV$Dq^=$P*-@jZ$w?TCf{B2x(%I25WgPUi@RejqPS9yu-@g5u zyRxFfrdk(-VSux6Q-V#BvojuZen8(N>`Q$|7M-5g)z$g?%YmtN`SP3RXSFBzcd>Az zl!i0oS39iF+yM0}C0GcqGB6#^2A+YVjN~%f5Y%M^t?dHza>& z%>5XZocvSBTfm|Bp+oOG?nU`~>fLJ6kCN(l8b<<8ouK5>sHXBdyD`5w=lyG9R*8gH zNKmE0Ewftv63HJ%saCV!^cLhn#g;tDBGM#527g4f^`FJp%}FJf2@R5&{kF`YlIGrZ zbJ-pquDnyf$oM9-BI;{8GDqvpWT?2ee9m*lMvZ5mZf4nZ9qZN&PWDKej48Qo(x(1O zorL#-z$?e4;}U+nBe#k7J(819XxKitzOdh7{F-nPrF4^8m{Hxj!vT3;t*7>QgF70?SMfd04mVJ)xMm5TtiR2unht%7i zJ4-88eWPdh1R46)_1&uFUY_ZjFr6r8$D{k%nmehfS-&G@$?I0 zr6owaY&=FqGqB5D!SID*nr7O)Sq6@+Hx4Ej27e!v<#F^n?0%41atPoDIAclxMP<*e zA?-d8-623WJ{ohS!Oz_-qflPqjS9h-n ztOqdTbUukb?Y9N>IPO>!fEY>d>zD0_$ipB{Lt2S+3nVJB(pX&q+`!#j9!~3WJRJde z)RnT?4Rs!iS@89O!3G2w2iefdo(P}77vNhRrsHN>GMkD>la!0y*kkAzdwTAZt0B>W z$Y-{ku7*R@Yvh@GG``qZ??N;a-6n`9n$LNuzUOQB0a$Sbc}+6P%3F@lw35aK2B4V* z4uXLJ4?q4)$8B`oQxC-aZzZ?L`<72_XwgsozWU(ia0gXbU(M|n8CeeI9Ei&ByGWDG=?pjdrh2_dDW8y0{!A*@qTQpf4~NZ6#LK(k(D`n$%|J8eFb^j-m_uIL}uC z=MSopZKF$FAzQwiVYN%;=Y+YQKyYb@ffpSd`oJif@zryo8XqdMurgBj@)E1tN~e1& za2=$C325Y0FNSPht8z?DP9A=+mq2fdU4UF1{5@D#oTyRZU`bP%XZxvq>-+t4C-2Mj z#hR{6G15PoKdgC9N$y6y5xcGRi{YJ>yxp(cdG!zWu$>aPN1MoWieoa%hDgCg`Ghe^ zNQ@laxkC#LLo0lVXWqZ*8~ogwDIlfy^^=LA$wuGs?#d2%!^H5}3n5oxBGpNXom@)X zo$}6}x3;x`ep}M%{rAUT#Fp4Bc3CW9JI1<99L8&lqW?HhN-r&uipz(v`#oP=%%pO% z`Q8{1m#ep18gX#nhlI~EpW1f?Xr$u=PmKIyFFL6R`wBD>nc3MOylAl})%$w8R?Fm_tkXSx z&&mC?v~U1%vCgsh0q;Edg=OuE08je|6kKoxPm_l?F z;b{g_22DF!ji1=-6IgJ_|4a8~ymV5O`y;U6qI*q8;#ALzi0E@U*Rk@&+Ce%4i4_*` z1R1thfqLg@(A-!Yh~AOUZWw{Ba1nlO`kXANS~!w19AKj0K_YT*ZyCIU;D-dtn)UD# z1=w&Hqp5dvbcAFbZ55bKqixZUzhT`!up8ma@H+L+(X`6G_SaXMps<3wnDv~3%r`(2 z1hpN+cwqZMB?5W+>e3S4cXL>AK7W3So!y4jY~Ly+qJr5=c{lgy`pDW1R7YD{YLHmJ z$l386Xk+H;FrKjwqWkD4Rq-6D%DfQ=9DlQOh_Cb>K%a2=#<(hbja#D);Xjt-g2N$o!s01#HYXG;|wryx=^iSmWZO_1mb% zerwVSHZya-R=#L72$Ytc@YA8C+1iYxD|4_{Xq)+QL}KsqUHz=`L1X5+3a{TsAMbN{ zqhz}6**M(NG2Eg?7vkxM*aQsxAe23NL}FYy%GTG@vq*?8qgZ%Pt#NPdXP`hg(n}pM z{-3{^4~oJjM9n)ps|~i_g&>MTmb2eeNa*r9bewr0mee#dvb%A^36jaNi-XAj#q>^4 z)8R7WN)3Gd+U30Q;UY}9K;K$&z5r?o((xF@u1aK5Bom^t{GI{_?HT9=h6`=i9oSmo z00DzZfr$8s9R4WK+=M%%H;K0+Ny3mj8i*L!EP0_x2M-;B+)tyJ;2ugZ;pt*+odYOj zVF8H+h1h#5D$Xw~Fn}$5oTY>LjJDKkMuofYokZ6HD(flM8#1Q@#3>++0VmO?OJ9oF z+JV4$tiFMu#uU-#Snkh7>X|^$Y-ekG2TU_qx1Wndk$^jy&p&wiTbGXz;WQR{!Z%DA zb~nH=z)*Fdj=nv#te_wyt0DBs6QueIbPO;r_l%OIhPrf)%F8+&;TJ3@c^8zZp;7zp zxa-}cM;2(TVHtPrS}cN1FC`mV+`5GXN7%Hi`fT-)W59)#6}Yx^Uxf1FaAk=}EVsCx}%a0w)$O zF@VhQI~@&@bx$bS(~JEDC?;4y;An=xeS8tcivZ*Ku1Vuzgy8B@#F;kp60`yTAA4`% zRpr{Xed9(26#-F^Mp|j4TNemOs+4qhcY{btiHLM}Nq2*kba!`yNJ)Q_eLwdzZukBD z0q;A;yM|-CMZm>c=XGB5obxz-2LQbxt%)z5U$+xyNEW1Fo}b~YbU-}gP}iLbJ)eSi z#-^qhoyzwBazSOMC-HCdS znWf{h?&7oc5=R1(J1D3J=x$lCW8H4v>*3$o-j>{eQya`ts({K)MTK&WfXls@3YiS^ zHqq-P;f6tnpuSbu)}W#Cfy&Isic*zF_z}SrkN!vRgrsk&iJ!2S(yi05~){YxD8X!h^wYi^ERV-4_~hL(v!U0eGw7=!xyW8&kIWUX<$r)02ylccFjkGv?6 z?Q1)?&ph>mpp&~MWr)egCg~k)lYCY<^~hlQw*@^kLPSu|6OJXh(R-i$K79h>Ff**I zt&$NLy)RHxCHd0B&`T^m@r@NI0p(R4UM9Zg*=@R?2OJw0<9@gU3m}UQ3MrV36*hNw zOFnsU0cnB7DXz7|ZKn%0qCqR2adFgt_5#0qTbYlXn4dhDZ z3jT^njRa-ee!0;G7cVd8L zL2fh>hX0EV5tul_{?MpfB>(LlQ?J7{eLFmCY_aiz zW2m9gcWL(+y74gNNKW=}Sb$VufY})8>7^IAUh(Q(+5kZmuajUw}ZIXG*94cIJbZ4$7d&vRRi3+pQ>|;vF2+ERc_9rM%6AkO*^gMyp?p zU>byV3dd07zy7+pqMQ_b4H^+yb;2N7hCTEhAog~?`StRbh;ehJsz4#kED$JUopAb| zT0EXlWlOlFy5SACnSl^^i5E{t?rP7zZ&O47;r`$OC!GP^?F4WVpU=?TKI`mguMpY=XgWGtJf3C3~(Jm!g92o8X&pfp1(G7 zYPGXHpOhj~pdB84IxsIuMCHjcG?bMS%VCte9{$$1yr47+Q&UryPj@nY+g;czfW0Jt z)6mQ)_tD47s=I-K6r^vQ#F%4OwHHVE-Dtjlhtq44qU9qx6xl4duS8jP>Op_`3jTr% z*UrYKqN)n;RZ1gW4)#-(HvTQ;`*E$NkU2x_{L@{K6b6)X{;S~5ohsDv7pF|N+5Y`B z-sMmMgj0rX@C}Huu==ZX1q1{D*h8WXHw43MIHN%@BWR`gD3`;#)Afyw39zx#j0qgNp*0RG0a@yeLTJ!sm7= zS)07K9^9MQ>wZr1xaM zB)!+w@H{@~;Ig0h@#FV=VkyaW90Zb}-2|yJ$Qdj3`$$XLVGV+m8WNvOP1hANAW<8J z-Qc7amym#5AmNY+&`@1#zVU$?T39G3C|(E>Y=4;IK+On4DLG(h_1qesnvzH+y?J7y z*9}U|l&h?OQZ|UlsPt>Gf?7VVaSpA!VsUHBWv!nAh;5(|hdP21ivsTP&rxoC9XFy~ zrkWTUvT;k+a1?&DYtQ5Uyw_Yf4`4rZUU&s`uhNJ zarouviFjjY7nI-eqv@*Z;#=77;m1T+elhdrFO?abl32ijO&P>z19vyFsn@8wHs|3>-}L3ga132R!VV@gE+U3=vLY=uW8 zo);J%0*SA$ELmx3-mME)4wj!((!>aT<(E4~YK|uGHV==DDFA~5yS@N?ERMGzK;(gm z&@FN*ssS0?063T&4iF(e0=i|Vq&QZbFbas1eFb*!A4qhkaXDqcAqh;uz!Z;(i@ShQ zEFvn(+s6mIEp8|KYj)0#s6Wk~e}1H}!{s-3 z|7)paPtv;v^%^2~4(px8%_nA+gTXw%yt1OCpwI;ceZoZlHV7fC6M~9XldF4sd!eL< zQ5dxAdne04kc#E&*}8BwIbFPczIlZTG{jKc`}OOJ;Q_oEK=GFtyaRJLDhb|-ZY-yj zF1&22s?*@gglv`-kjn1t5aZx{ByYC^!|OiWY7;wPe}}CAI<5TY`vY(~?Hh4sf!+d3 zd>EiS-t+m#i2-aAde2aVfrfuy9MpYqve7Ge$5NSbiS+5zh8`HJns76L8Wy0k@F>d9 zhd@tpzMl>~rf=~h5nV;lSf_jd zs>9Cy7l4uOA3^$nCoW~TZV{LZp>8!eBn%Ad26`@grc5R5u)x_NB+P+>GiaY7FAl0# z=<9e^cd@2Cd)Xzo?m|jAy z4Nr~5%a~tg4`*w%K!6;J4s;7pf5X`nu3PxW?blMniR%0G@3=fg!{>cLd>>u4{Gx5v zIt7~M`$DudH2$APQQyrs@vQb77NzsK zah|?G?r4g_Fb-V%=nn)nR4)YO%}bzezAEo89*Mz$bJE z4GpZA0K7=KM!=%;9WZXIzcaWcy%Hc%8XgSLe`jWvJ~*#LB#MZM0igizK8ZO;3{={X zM*(SE6&V>KkAYeK0sQ|E0s)?ad5dk{XG}~m8fgUQ*$hC;KYwP_^7ht1dYicqT{O?n zP!^$EU+ya>rAxq701^TjnFj#-7ZoM-{C#o)s@@?(#mXux-wSG}D3$A6Yrv@kH%5@) z01vWt;e3g~&BE4pxcrtrOG2czOrOtTR$D%<_4dOk9Taa;XtZ~N_(QLw$4Kq?8oQpp zG_+G*+=y;0m>pwWN}MZ#>tOMjf~%vbsv&93`#X_`t?^t&rxTeHx^zmsHgS%URDME? z*CmO5#y>}h2v2O$u+dC#PmYaqO%bI_t_Zyun0DswZ5r5|tVKQICqh)s~p&c^MdRFdS$NTWtlBI)|R&tB_9ViLNgg^0I{9b_OF5pWz zA>#S+sEox^4S&A~f{LIEyR+g58*A29V)!gLuw1rs>|#nPDvkkV0hM?E__!kso}g9- zV}CU?U$A_&;bfr5hBd2Uey}ckBJ)x!spIf)!p(n;@PS99S}AN$M{>{=g#$Fa=-}yr zf7lvN<|NA!ZY5W}){TE(N-A-)Ps1 z?x@>Hfvi#$}+$j}ffpjEOyI1a)ETmZpgwAlDKtD7qy zYae)DtB_3?wJU1UD#^wFg^AnwNrparrde*>x?-?#Cis&D>+!Ne8E-iLK)WMm3)A5L zHmKPL8=G2#DjPOMAQI4^SIFABxaBr93^`qLrkzNAfByz2Htl9SD-8bl6vy zmSBuiQe2FB{V#N%WTrCrFqmaQRSpVy**kY`-v$-H+1c4(oLB}l2;d<{9SUm~;@M!{ z1g{N@{M{A;**|m75m|5$U|?Wy&3$UQ4P#|Q;#KV00{Ms{s9d;!-v$RRV*U$2iV2}0%VlLCfbU9D7!&2V+=5ZDhnWABo$>dQa}X>rnL5UKgmdA z=#~H)13FBQVBrsU^DC1WDCh-5^z^7|Xs*oDO>tDp7lWa&e_zQCa`J0y zT`w=r_pvv9sp4KozkeQ0AI?P1)z6emdFhIm+<0x4{wfRw8kF>T85s$8VDJO}%Voyb z(6NC;4*}E)|9$){a0NiJ1Drd6?XZ@g0YV5@)xeoIN=o=HgK3H)E7dsss*P4=zJfpl zMxcTg6bcf+-+&MS+?1dd2TOx7bjUI?R?i3jV!7%$WMrVCqOP73gr>>#ao7OUw%qZ6 zI+pNMHSI2-aPHi?RpGFwtErg;UY4~rpkzRgZC_>QY61%uo4maA=w2ga5Htdx4m^%$ zV8S#pFlg)QdWqEfIH6I0&3Ywk(UOx8{pwJYoYqi-V4QkyfO{fDg&Y$zsp z->~oE76@ZxxjHN@GF8rUA4&y#!6ii+)Apc68f6!2l8X`DHxnM=)B6Z6#i+fvSdqWJOd2~r?v5k-?Cyd2 zY`V!Q^*|f(QT%Cqu_e&qdCBdYi*U7P*8cCO5BtEA0+nJ+2Hmm*cr?zz@a` z;iYz+rgsNnkf}h6eb-W6sRT$aR~nc);N6T<9+EbPIu$3%b}Qe5vvtsPjzSaOKZ zt!1xv=$LEF{NT7xfHDV>$l?4uUvUY%Crs?rgIDz`oPc#Yu!jtRzW0eS`x7guBR9uk@Xv^i{}dP`tOg-N<01L4l-(zD*+zv`18lakKAlo-xalcMQmaFQ~< z2PX2@PheBtJ};o^3Whv@=TwcA;a_i&27ibXJ>5< zShRLA?u0~&Kk6;m`C@)uba$$_EX_r%FroC}nypaI?D+j#s9!{zQjaTO3NTLg z;C2;P{MkhGIJ@!6saf~C>i#LauL*@`N9R=rXTm=Q*E&8V5I+-r9T({uu6-GJO^W^EwE(<&4$!h9A^zf+L>3pvntRWCsBr=vDa|ooaUg7KR5RV&b~nW zgA;iAT7Qd5yqL96BFy+HC@EnVdS<5wH&_NENxCZ)#@FcHw$@i0c#E0<{Pe0nZY{?qBZ z*Nm)Kk{qAL%4U`voq2z8qoZ1T%3B0r0$$%|K9DE08sU+Ze-jt|<#Fgot;0)${PMWk zhQ%Ka$cC~?(hCJUwQ_WGV`DvT^SCCZC9?|ryZ!hmbtlTS>ul`k50nt6WyJ;+qeODcOahEyCuaFswA@06yG4a`n)sXD9`;9G< zwHV=F8a-m;fGEFnnSI#QkhXE0WLWVwv334BPL&kP!LiRCH8(GLP$fUK`xrvnfba|i zMrdtLRDFPzXOvfy=AXv9ISnft22W55gCZ;dhw1y+7zoCz0OAOINjUS>XqEm9;yZZ) zA4^Hm27fWk!RwC1OF_0w3>N~dA5b_X!Z{V*N$6uktI!KEx3!hSCf@<)EhvJ4N_quf zfQtj7Xu`v(LPec+*q%MJ1dN)~;idzGO#^&O37{X96WiOSL_tSz?aXKuUArj(nr)XP zCOB>cMlxoCklkde@&I%zQ2JW0--nSp6;(PkLkyi+v`kI;fNwhVVaOYJ}FZR7|CCfzJY17u`z9U$6c7lf%lh}g#bx?wGTKq z2w~s^g+pa1lKK`RmI}0XVscMEf#MqycA%_5iE>?liY-kb2bH9Aj~!Mqh@RiF7FNV_ zGGu`DU~{^r3YxN4?POb9_)!f(_Sc35*}aiXlIFqyCIMwL1U|ij+>y>sz@>v)0BSVo z1~qE}MIy#GNCS2*SiNAGKE*;4luEqn{{Dd8MM?bA1=mi7`1<3Mp!j2>Zyao2ux2TF0gMv%li zGfq0E4g-ZC#9QiIVvSk#AGM8I{-bYp?#gX=-zs<~UepMzUj1(gyQzG=nb*L%e|2+> z0hbo+^X26c9ZO)^ssm;t6oGb=lcS@*qs?j+3botdl*9*{Gh7p^)6vDcU3eg-1Xc$O z`BttplEH9|O_!QP7wpFCRzbIq7g)sLezgNi7Ko73(kP+sgaI_f>;m=V9V<(8vt|u2 zj!#U00fDjq9+LN66Rx))#0Q}MCK3O~F5RoJD&VNV$sDfFqh~cNNcD}K zU~|gjlRh<)4}^jTsn=Ktz74sjr~0}i-J#R$=-f+eEhJ47{*_4*oPdPEAh46r6(p)5IZz(T~&uXgaBU&T}LPY z0fd!O)DQM_NT`KEF5#$pRQx0mX6Ms+&m$o!^k4C$82X4XXhcGP)MT=J7kX-t@d(`o zSg|aa0il>l*}uTgHWlz|20GS zE0b83GZNxnD%)a~GFJ964vwe@viR%un8W@3q?o9Xi~!Lk;Lt)aUjV#7>D@aH4vu{_ z$W;MFLv(cXK-87=7XTJm4<8nD zWrO>oR&)?s=8~P6wIc7XcVaqBImtFjJx4jXa3dquD>=(vQOsAi--c#~ySqnrRc$`de|MPgSkzFJvf(or)!%HJ&^?mxaJAWep{{8oV|Gqu@ z0>wOk$H?fPo_F>7zy11ud~$-;-|qiEKGw?w2FHIqRw2dtA0I-pM!QDv&yR8ax6vAj z@W0*j?>~{e|EH1rIYgKL^C|yd`Si9uF5biN7UlfjKVKb;2R-AlmC0GBj8Ow9asOym%eYH3_rv~fP-iJ z67LaCjo8TtwEy>x&Hm$6Li#^yy(_D*&uXNQrxeySPB%4u?f_x7`fG||R9!+I(QrM- z@>tc1#qGmn@|3LP0l^?66YUgrW7T;V&tcXFtB&OJoIFrj zE*#Yxq1`Jjl*yK+dLVgmEMNJpXZeA#W7?4`UX@d=h^Rz%c8{U{`WKOMs!(Pk!_J#ZMhJ6=YaY&`00a+KneKeWBRa~ zkZrfbcVUz^Y@L#h^xplNhU?lgw$^bBbX1-k(UGpqdU9XWtHx1oQD6-XXVGUrYsedZ zO%~RnR)cdXZJTSTkuGTYnEg`3bIY!Nnfhd zmZj39&IfM&$3_l6Q)9R|CC%)Lo=)1MM-Quy8mRC#nqs(uLnCu7hDH-Ur*_Em&a!>? zU?upAW3VYqHinv7VUZbeDpC8Y!+GzQtPZh}&h2KD5iC=gkqh`?4;coHxT?YkxGU&; zcd|2ZmD!X|Tk0_nRD?rTRl#7%L$-X6~%i=A4UG93h# zD+i0W#CWQur&zuF7DV>_=JAt1UUzjyFzdFr|Jv*fsGc+q7QJ~bkc(>^C0m8d>TESJ zEKC>iqh&>H&_?Oz1S8t)W6x@fW5X1ms)9H{qZmJ`41OBeRrk$;U}kvwFDl~pC@TkRVav5q6%6$d4SS{@Ra1vwtF z#+{Xy2Ff}CXaoYH;ex+*nqYSNt#zu(e7pKy+|=8#jz{hQ=k8IoIk=HD?TgxuKADq9GVv7$Zs(41CYJ1&{a`!CL5*qIU#T(^YZSmRz9p`;z8!f;^N|$5_fPL*EXT9vpdi&+drgzVO7I} zPOqR|KZl8M{zjY3GbKFsbGq6&G_zuKL}_7>a!<&<8-MN+g@?QRd}l_houbcbrtD8^!&s;w(ez*NSb8Sb~eVCH9OkztDI0tgpa*0qi`jA za^tOjMVQq2Me$7x#7b`O#Vg!gZAKjnmV8J^bpJ(YHLb?Qfc6B5FlnxqWwIVb*%7b~{Q5eP(_@2b(0m z$1h=L1Xl^+aj3hp#Ljvjab4v*F|(B_9JGBQy257flBqgd|Mb^J)`s9F}1wXwa3hzxm0hS{M*a(MVAZks_0 zO^1|o+ONvBCM$}*j)%m0OoUjMKl8&$I0FbIRKvpf`Psr1Y_c;Q^c3af1O!yIiimvf zs~hol_sw;+E##oxMX^@SQ}vU|eb}4fZ!D%JJzDfO%DZ1$lM;+@s}VY9D>@G=&m z6NUa*^8AdXG?AyV^{G47N{^RtR(Rv%(l1zg?Ab;|cz7F?o~m+TT3f~| z_6|I2d7NhLJI$$Zxls(==A!tr`w6{6=;ZqN82aiHoU=4tT?gMh_9Ek^rEYUO?k{T3 zQ4Q|<4s762a&u!LEb%Wh_$LND6m*N;k)T7ch=<%iYN~p35Jc*}?B2bDy14u87Ri_b z?zs%MuOPG+FoA$+F%thyStcSRRzX@?$JiL`Yh0|(j*6m|CMG4p!MjNm9R{(3UsJx! zBM>6mgFHs~__`A_NkM+iq{zsP6diI|Tcz*aXfEaA5=yNVKrR{kBnQy#LF5 z@!;Ze+Lf1Xb`>N$1YE93z!y=$w_5jnJ=&Zy!*RCZiukdQ8+?fVsaP=awRTE6_Rl?V z6O22$AzqdYkG~~Cc!5`dU-6;t8Mmyn`QI-#fIJ>J7Y+C=TGy! z!a?&SGql_GOPT~KlJ^IV#=eYD1)j1p#BZNjzDzwcwNgKG^p79v6+tz?v~>%P83qP` zN;qRpt~>qZ!g$wS>JrNxRFXwUo34ZPDEuMT(??y*Ln9F0SXg?(MG>3J`{wmGJVuMO zl&@nw;u!2{XQu(1W%Ied+LkA&@93p6?vW3oCf)I~Wr$$z8d5l2pf)tn;hS#@(Q~Dt zP3s_4=o$M`SVW;y5fVKe%N2PXrZdR;amf<#@in#6`rw%KONwIU-8y7iV*{7<{jnHt z%4IT9#R>QY-&68os57@+7`z>Z$QL1BPcDY|)4D6qFKF}b7*hsMnjgDquAKw$x>JDIe z!K&4!TLe9Xo#H9t+-9{3=d};N4!MV0+WjnDFX&(j_rNwX`jRQ#Goh67QjUm(+}O}_ zefg!AbK+}#7_TV;tFEUhrc*>pM|Ayq3GQ0veJY7aW-}5c9ZJsus^o#UA(0HxQFvBX zg^-0e!dKDV?kDUa2E6Xb+r@Vms3zkaz?XHlzd-MvAXgH*X7JSO#<5sfPCuYUE>3^; z;=w97q-?pjoqK9!dJjSW@0(vz{D~Kx+u3iAO;$a%*K`bqCIf{OwLCN^()VA4f5s&J z(k7-f;cRcmyz)7{eZx&kVwb{&Q~K?2)lY;%Gxsk01wN|>X5kOLCb37kFgQZ|2=$|e z3gJTSV_WJkQQeTG%R8ID`N&R}E^icOWUg&0-gBYWYaFnpY#A^6+#qO{aUzfKi_hu$ z#lJF_@Jjl2)a4JnCY^#?Bwf6`0~iDbkNjD;FOTN?y@a{UcuKrE>zOHZc2sJ{s&o}& zORsSmQeT8KdtfGEKh@OGucsZkRkikA%OxfZ_FP}ql1|s^o%NVM&Oh(x(u)=j#oDT4 zHai|Md=%vM!~{HReL({=*@}6Eo&BlWn>V&=^A32dSPux+7dIydMB7rZE=D*w^dmehw2_!Q|zy;c0xnf9(%lA`*? z`W&wNz1}Nq_Yq0Uo#7%)R8j=V(X^_SA22nI?3^$!ysYZLH}bi6*ZoBURss3$@D?`ZDd6QyX@@V=ebc~{V#?N z7Dm}$FzJ{L$|Iu(kif{8lNL68ji7FEc`ur!Q@xnJ*X;bATP4BL+QnLc0o5IU0m99a z$eNc!t@kv}=SyVGmuq z$5g=t_u;i~q+6Q1!t7WEB>ta+NWaSk;f_&a?TB}rJmn6@?57C6nCVK%ODYaTm$p*x zJ9|nm32zI$dARa#Uf!t_5#1oHf590M@q1zn$D%?~Hw}KoT&ib%_=)I;moZExUs)Ln zAIT)hYxZ5h+#El3Vkr9PVLE?k(h2nZ6Yhv-;k(;faajbE&t(w-8<4Uv`c7 z)wbnM&7(>DW|je`JD%j8+U(Ju6e)m(G`5}DqVSTqz<)c+f|}?>uI^}qG%#tRY|&WL zCOcKSUQPT7*OL~13@6%BjrezEkh!j7i!o3-VNwq+h7I^PDylRc(6%PpJsH~G_%Tn;wx z7|-8amOCDMGSsE!$@UJrmgMkGcgdQa`QIwo>5kK|)!G@L4K-n)P3$OL))gjl@~my| zPk0|c{7q!~0J&x(KAhR$eR6pXb9QQ-$(NASC8=!rchQkph&aF7Jr9drY)bTJ(acV5 zi;=fk^=Cs?Pbw3Br~eYIB+xfI(nNfFBlYJ3!nnrG?ZjXAJ}fM)O*&0Ts8vyEf`yeW zhRZ^R^j=vhi=Lj2cr2S%eybr%)OeI3-uvFWLcdRrXWG8D=Y|@x;2}i%i*b$b-{*@b zCb}0I8%qDc*1wq)Z-kL~gTG{aaP;{ICW6TAmqF^=SE!)8AUJz@5*Y>0*3rqSl8ZYw zCiWHyjNS95#J+~%|J##e_2Y1hz8ns4&GyS1Gg?pk0vEA!~a^yJf@ z5)#C>?&>1rj(8=xUqheTznPQUaA7~<>9wjWh&45(siLwP_V{y$l8z;Yk?YH&t}Lo- zgonOk^5r>r*KuZXh9__%#R9wPxSibTqxbBq$9A?o$)cBTbhf!TlF-Tl41Z+Jee8|pGJSAbStPKhI=mX9}vI|0gsI& zrt1R_4pAo(N>JnR&WEwR!?PyLq(OaGr^D~VFZa+sq2-s+!9woX`bFfS#pP&PTEn=q z8$er^7#;H1^E&q^27$Vk?%`1X4dfA@yZWWi{(4bXtC_LT6@3@$sY*UGd;H3dQ(Et4e%`)J%xL#0!# zr^2#|bS_y8VVyzvm`Z=VzDVi=_+O)|e5$Gd4&*OFKB&*)Ve{sm|EZL!(!^-Mymlqm zsZ?{A3Jpby^(<0k@#W&TprD<~gE}6EGZ8yGd1+}a_%(hU55ttSo)}(-_5?asYl&#S z5RC}2N8Lbyk(K)@FZVT`$F-@k(WEgmY`FC1Np9d}+cExx1?YX!#<#$;X-_DE3 zmNaNoD!9v4OwLANM+T^%Tj#IfJreF`6c3fmf80N2FdGq?_<}|NZC@7mp&VseB|9OV z*>KFg)#`zg`w0E_0y#rztSsJ~Tr6UzGdsx|=jYNaXwnQ}`4~@k)+s$O(Xc+?VpGKi zgsRswG=CR#3rgl@*P}V_=j!G%tCpmVds%JcmMAH-QsKRT&Q;r->sOZgX5etoNxIQ;jGt%9gd7oKfA2XuZ=iO!j*)tCF1EH>#|;8si~k*H1$dhd-0v3azp3s zt(;B`6JC9ryTYv(e#o)xhPr6(9b0u7s@X&6y!}I6H7AY_Nytg5xt=^}`lz>j6U7I9 z(W_P_rB z7Y5LuFVQ;GXU1kNsK%Y0*f&pzbF$J>Me$5iFyVC@)qO&MAdQVJR8(B++96iZ%_r;p z$ka*4ZX-bMYFoxIdp~J_FinnpxT;LZx+qv8BN>^bNsa1d;;B|*iI6w@0lqc<#-JZL z`ZhZQrB$zKY<8ysM4s zHTBmEnn3-C2sAt-Ms{{POWW=BO=IJX9ep!93!Bu9X3g{a-#js$PA{1Ar>0bDT`xB8 z+$C6BSP<*+SF5lmVPuR*9>`26PI+RCxE}jOG3P>muMYgOd3l!%@l(%H>>V9iTPT!8 zxU+{00rE0-hB9$qpo~mhz-6kNa0U~hOW702sz*fP**GWI+O({z2Sd@)TZ%)52O#Kk zWg5=>z*I^?&($)d^YI!}E`5i`>BO8q&T`MA+|}6cmzmYiqwaQHP%4#;8uHoKt1mWg2JDN_Gh0J(>qJN5qx% zn?2#Qw{HKo?wbs*;rgR6<@rgPd}?&OGjfYr4agkOLqGo+*=B`G zg4Vb>T~U)&h#H?tQj1eY^NPJW-<$QW85A76(~q_+kt32AWtrlK3u4Lduj zL(W*06RBObuAWd)3ebvpVww@FNlP=AD8@qXLv6&3y1F*EG&R-t3jcP3l)_H*^ELsD zt$p@pj*C`y&J8|R-iGSTBCS+4v#+<@TRGLyNjEaS^c&Yv=O$77~vpB(dT5xsDIx*)Q2 zU~gB(FAW(SVVuOdqO+b;RbH#e|O!Cnr7nKEJHAaJF5w{rbvfG=H?2;dtLb)kW_u zw&1$DAG+{qxrilghen4F^)5O^g+WK1mj0 zy%h%3pJLW_1B{*AD-1R>`iZ}kjUUVmex*Ok7&JmBcv{<6LNz(IR=20;f3rAx9`loF zNkuM+cQOZu2rv0PBcp7P^~b5q^oQQG z!XQb!&%;xrs1yZK%i7~#R+V4qyc7K!=e{{F_D#*0Jo5E?xHLlDp0_r=vAo>PXV~{e zhj7aTwg6#_bf|R)Cnph<8#|qhPTkIYm%6RUX2f;#NeIM`0y2~!LeBD&zE-UTta9b; zs1m8O{YIil@sq7m2Ef(hdczdIzm(QLjGld4*gnsx{;GNk;WmHwExY5+E|Uju+wj@3-ouomXU(q!N3Ogrgz($xI^hx2YpGiC_ogPO9D|74yhUcj+6_)J*VtpEObx#=H0l z2$5Qxn%eQHCCTh(m@bP>6mHMGVys2QwCFq7TH~{>gi4N z4UkD^ts>D#hs;n+O=?}7zjaKLY)}7IWb{3J2Hjba$cM~fW9VMbpQjTd@@%=h0}Rya z2-{C4`kF>Y><;aNYs`9Ur3_4M$OM619Gh`Y+{-1 zGz7IDaCZW37&wiwTo&IFYbD9CfJ=WeirZGSFn`}B-u&0s%q^1-XVnDD!`rw}-_$um z|ARl?)W8(v<%#$AFi>Nd?XFF%EV&-dqHv&+Tt=}j=*tGaOT;m*Cr+2RWovHFdk`a- z$iks6puB%-r5k1G(`V7rJ?XqRxtN~(U6^Gl+FJSsnFx+ZsAy)llb^N4$et`T+7aw;^)$A?d6 zUy7lrPh-W8f+6-oVK6%s1_T2Lx5^7JqZtTe3(`J*~~kJ94LP{+5A zL?4bH&&b55p=o9oBtl+TW|v=F%yMz;z%$*yL=#S{)HgQPu%ZOM$XDc=5Cns|`*Xh^ zz!f_`_nCX3sP^+jpa@fe<{RsJ}bKt z&g|t_QU#m$MK!m>$eBF6{C}M4ySg`!U0y^Pse>NaGPcbCH^$*CoBd zmu$)B8t*>w*Pcuy_1_;Vd6xPGbKbz@ykqqvf0qcJoV|vu{_7;4jfoZdH1-nf$qbHp zEu*3*y_YjZX-YFExe^tVTOE(QxVVfNXbpnfR;%pEY3*Tg1gmZ7hqj?O1SkIFh#?;N zHu^@Ul9McbNvN>1eNfvky*2EHRlttRp9%~{7BMjzu?~&+_^zG~i=&?)nzXdANHw~h zw>)s;@_oJg0x&zKc)jmo&h6zKpH0M5ulR4~sYQ?|;r8Ya!XZoayI2PPGT7>7D{M)VE$#8>u{lNw9R^bTd~J;?jf|;;v4_~$ zwPm*UxYyj3RT;uOIl0D_B4%vOlLe{Qr3K45c7=9U2IzM(ANt4A(!qrwbkzEvIvpe= z#=lBRhN^6hA=Om+OWN_t4aR`dv=c{LxtkJV#*W7aD69{e{8+M7OM^db*WG;du7zFI z{t2}?T6jt17&*q#Zd@~6z$-H}%KB+jnU(&Yk>Ta;5bR2O0?B~vjtrhq?)aVV6@1Ro z*5MXCnHf})rcg81c}Ma;Zh=V2-ObHIT~o;=smJY0{_^x{+9P|%!&2wJ6jIo?Z=n8D ziNiDdEypBoB0sY{BOznfP*@nh5mSl*9`WU#f+#4hyK#h=*Z(QiA-W9`#9O{0SXfkn zM}qZ?+xAj_J_#hGSq-1t1Q=h{g-;)nys+l{(coI0&is{}0fRt#amP3`65|8Oc!a^? zYj2I4O37sjr+I;_ZZcG8|Nip-`JHh%qDC%C^8uh=k(;$U|@>wzpF=GMZPfJmUk;G%5)s|ACr# zf%iYk`1iZus)gY*7*C_4C+vG}Y}3Kj7f?4vu~a8fBZBJSpt-5%zk+jFFBe%|UQ?v_ z#I~%|&(;DRd<~lUh~zd??5{SqKHS_bRaJ`7k)K*7ub~0C4MM!Ox3>iX-ek&vnI52+ z@F!49Q&N^)I;9L5f^-%*Awo8VTH2?FTM+Ro0U<~LtZQ|mU(f=^B3_^_m=*x{R~xd@ zrw>t`tl%HeEEt`b;AUeRju8APlnj<)-@w3{kno$YGi3}*#%EQaL!Fk!ewqIajSLgD zSP}gAR6dQkjhufWP3jFA+DJ+D)YmPy>{#A{Bc}*C7Ra{Oa!`=$f9kW~rM@-zNssQM zrJ>O<-Sp`JQauh@qhD(9y&=j)paukj){q3 zMKf~+y`z=|{*~h5r!07t-W_w|dxxWSwiWo7hs5aHWM*5&<->zwsJoUdr;gI^r)!qF zYRp_mo`&LCgH)G0+4q2E|8a9SX?YFCWfCK z`Q76w5HuJVdS+F?UoFM6dtD{>?+9lz;E6ym)%SUblnCtbgu@8sL3*yV)!iSW$ zkd7$;l;EobI^g(-Q<8b|91Kc(s2po8GD-1j7W{^=!?dex47|!GW}x5(td0s`I+&|! zQ&O5{o7H)U7&tf}yLRlwix&b?WI&EeNm&G{bK|R{szmr-h};BBmWmcQkD<*5wnDT+ z%msEH74SzTb$)g>nyIOT=LB?l5Ja=H%Rk0EtGhh9 z1pV`NOEw7o&ww>y?Vkh_3}Elz5)rwwtD?8u{EL80eptn|mLw-3IYV|@6m@sjsi~r= zb2pZ7n`1Q>S6wEfcsyn6RFtc7RYICxK6U7sXUbQ#ymjo<%k^7R>v$tvRV&-$Gn6}t z><$EPklP=Sj5~25XB`CoE(^-mT};i{L%vPILQikiNZr3 z7)qeNF~F(x#w6YDi=q3%!zsW|;xrfaHI020$4il0ZfDuGA1DWKk$@NJ!EGO+F$ivh zT*o%;XJB!9{~ifkMPMj{_Y)RS!MihHwyslt1TQL_E&y)^?)Wu4GO|wf6aX4HLoO{u zM8K-U+o_mTg_%6KHsRU@w>E^mt}HHoh3zUXt`^M5uoNL_M$#@{kdza$ePDxv@3)4h zrZ!^{#lgd2UH2Iyt*Yv@YNvL2Gn?#dtqc;T@-)_8b$0kquLk$ygZn>_>x zt~i@9q#Y3|^dyV0GPVI+9~1=qz^m*M824IRi;IdT9f2RcO5neWTT{Hru&#>rdWgI= zU~7XgT2vD7IYCGyyvC3;b06Jzrp|oR-m?_j*`jc}csokY!6>`>KznM9;=*6m4}bry z`g`uO>oq1HAhO|w)9H}Vo0*U=QPy|%5t|yB;c@P#F3b99@jsydK z!SX!V-}m(P-kz!&=_|N&JNg$|<0?ixPqk*ep}{>D-U=X4rhx~Gf(s1yuqCzFZ2x?p zz|9T}NcR!0{Ae{DomA0OQAtVFV*Pt6z`<2iRh2|00Mi&4?9tHBu2yra^9d5tf)stY z8wAC`*6N7~P9k8f08|3Vi0)*8V@t5A?5wTrot&-=0-C zqTBCAVpAn;9Hd!Sl3&Tg#mI z;HPuO)H6X%Pp?{HIHVr??CMgZS|q6kBX#8%dgAMH2(E!W=qQe}48Sae zl3$64JZJWL1I9uO0*-pdPOxZ<3Oq+^1hX!zWkPOSWA*oqKkl08Lq1h?wR3*^ZNrk2 zQUwQNF|ApMBLeGxVlXZE4-bD0zG-C?H#DSfWCRAz)y99m1$o8haH&Ae0B&4oxE6Q% z#Tuu)ky=I0D9(4}C+^&=I?|ppcp){xpLT9zOmzd}4qfBfsU@4rbeXO}aW*pv`Cy;M zOcce7c$aLA2wsY%ovzsKC392~c|0Y3N3F2W)jLKA+r!Ni$Z1^W?9)nWi&)2gm58AvdLb_$|fs2gsf!m=XBl2{X6dC{{H@e z=Q)nY@jbe_z84>#@gA?&d7iKHq&iW+k)-Fj!s+RSs8hJrBU=onPcSdME0y4q=lD6FN{u+k8&gzWW7nmyVeLvr2V5n|Q(DFSn2@cqI9?w^m6kQAF>Zm6tegVSn; zps?kxbG}X60THiV-^fs9j7EOSj1(d$FB!vB@M8BOhBf!rObd*W zs1C1kVa=+ktBZ&|3{yo!TaJLYAR{AVjLXkw7}2|&s0l}KI4ILGhV7bDL`b^+C3;UL zhq<)dbbig_FdPdqtQ)qa;n58W4Mn~YUa@0(a%4UtmT4t^$(TOohZ3rc#pqZ@6UnXwwH^Z*MAc)B4#a%70JBFC8KL6m2&-t znYDCP{nq@`%e34o;;P+As~QS?GxPH+*R=}7!w(xwO%E6vC=ktm&h)hS*~tIli*(ha ztdD)2pY?)I_Vox3^pD|3RYojd<$W8C{e@X)4!8VNl0)mI?@p8?Cu*O3cK?0^?a&#S zp|C93BLDhyN2kNGMiF#f9N}}k$+fgOWg_RSuT3)n^(LHBbJrJc-L-f)Vi{emlbkC&wUZEP z)N1Tm+2C`ATT`Zdc=*N-uB)&%rG6G0JM|?^M(0GU`LX^z0+)4lyN$R1(%$;92WD|C z6u$d5MqSKkz`E!=l>VxgrolP_8STEZ54{UG%pTp1=tP^p+ySTXAy*rJCd2oX= z7W3*D2s1L89T_=7OS@9b_7X`P$ge*qF75_X$3ix^2f>LN`9280KvWWb5|fHONn0>| zfFm`$VkQKOb|cw*f?OAVP11a8Hy2iX$qYA>52>k+PEN3jQH6~*IXSZ!H{!Z5s*Bqc zQ<51O8Q`@bo~|=V~k4Nax*hqySkiVqJ)yQXhtI$7Qu0s@qH7Xr{iN4lhmS| zFoF#)e{kmT4Eywnr~mE2@@S-H!+pvpD6aQfTU)r4)K+x;#9qVexL}QpV&1$l|Fd(L zpnRVOM+o9VC}rWhhnq?2YpulK7>Vx}jJAnMNHpU<%NaaKQ0@{xPCheZ(@si@E%>kk zIaMD!EOD_QQHY}T$xYoF$tPiWLU`LkL+=Qbi20xk+L@Oa^+heSp#Ev-=H zj@DKa+w<_RKxYEG^YZpQxRs%Q!k_58u;FTII1yGBdejdyfp_8Jj55MaKNwyHm~sZI zh+#(Shn1^jHbkhuP_J|I^V2?)CzK(De_@+ipyz^6Tl8HO*wdo$LFgez2<$xD@71-n z*}s{azL0Iv&ar&v%{ETbxukr?YGRK(vAu;qP0dm`#o@zqh*;_G-y5;Ry^q@{&MXkI&Z$OyO)Kth*<6g%3V5}h z{nyO$H!&;AonJeP6IlYBPkNh_kB5{wvp=B};x8YMN@3?rnVMMF>TsM(8ZQogy^8YZ z?$6=#t{rjDEoF%Yzb}?>pIhYRAzn^e`S$u_xJGpE^{ds=uF7kUvb9=Qj%?>Sq&237 zpEfv}lfF8vlzp{2uG#yJmhjq321!{4syr{y{;M-d(dTBl35d zbY!0*7Ae~6Lg7j@j&%5Ml&E%=d9=-0V2x~!hG>{q9tcxNSnD0!R$!z3j?Ia!D=8_7 zKbbuiuk;h_T2NqG`b>a=oK1{`bKtKt80VBtIg2Y!3$dOfJ9x-e3a7gd6Fz;KMiZHm zmS$SRDCyFIUNGUMv|iTjXR}{na(PtD% zhS?~5x{Tas5I|42e()myUNjX#qFsY`U^kZ$9*F1~Qze`754S|^aVGhhoTMUtS;Nqs z{8}Ve4eci>DG-d32Wvw8${@uNP<|5~-GjBi^KZ7J3p-B@dZw|Zf7VGh^`rZBw^EO2ctfzpd9NPEH*&q1agavhlrpPRXLcA8r(b%b!Ng4Rw$x zx0_9bRthFj|NL{j#2r;FC^(3);5*`XbO`y3?_<;OsAS~-uphy6`nx=2VJ>05_pa-| znH%t={tCN^EB19RKrisMuM76y0|Q2pqb-Iun|`AE(HT)tyzK1kM7s)8{fYiw{8xQ_ z6`}~CJ0w!fcitVgQGxd?YQ2QHaBX&09~^%&JDUp>t{qR}j^q%+B5oeWG1FcR5DdUA zL&w;|aUv<6WzC`aV+Ndo5a2mestCPkb1bKiuAZI|vR(`|?#sZt@#TvbeI@SBTJ4RI zTj+E!ioM$k1kcjbuCyrr+4!>Nmt#Vv@KCPHnE$qJL}bI_(oH&!qC~ai*6;r8_nl|b z-IrXswT{Tvh6J1BoU0A~Mvo<%`BAU%&+V&phP9S74L!NW^#VRYL}oRVich%Jc;Tvm zUMJgW`|8%W?9B@Q`QPXCdzFZY?K7f=Ms>RfT2BJwlWu6ZpZ(d5`%;-oPi$LT&z&QD z;gnw}vutgY6|}g?A83OM%fzL|E0mKEAs-SN$kz0w0$>yp#;BU`D%2G zRqG?lfsOi)FLng8B97{mdNxaLFkB&h^l9fOaY-NHl3A(fL5xEKi%Yo5@bjm`_7`qRk`M$T z85N&mwsm_23>%)l7X?yLaJ!BQIXQ6D+u54)+PCl>rfPjzcMh@c0wz&1UZuzwhK(yA zng;+>cK0frA6R{M+au*fd*t)L0fp1&0U{cNQ&eK((6z6P$I=q*Kfnt@`eoR9Q^oonB6_ORN;`^8RGck88;lMD?F4h=6?eQ!a< zI*G(c!|=qt!M_5k@(Q@931$zFR(`n3m8%C(P>N8o0q_(ND=bsU$jFR6*X|e_vq;@$ zp{CA(QE7ksa{ykrN#U4P22UPL=eM7QK@5CO_+bgh&#$4Rl%K@Ke5{QBK)#B-)jIws zZ7|0;`|SRi1k)GJ?<{j8wYzZKz_xq^f({E$sgoyf1H3Kde4fGP`$ReM{L;XcVJi~T zD=)SyH1k(*(Bz;Z2lxrymArh5G9lgz93McXQ6imjp;~OZuB$75@#0Y$8e|iYk=nK_ ztnbD_W(^-m)J&cbl#-6s;J??FaFq-8iVcm8OR|J8fd_K!69lXdEduz=j_=>mQU8LU z_AU$q;|;}izBrbWz+IQXl@%d9h8Vrn7;#5S;NebA%jh~6)l=H_Cxox@;WLp+i9KB1=j&~eJo<@i>usK7fFZ+hV?@A9^B3c;xfUQqBM1@fb$rgoIX7i&_+^)Fyh zSZ+qd#v0?iMs0={2WK+mLIotpk|mJu79N>Lqv z{3rFF(T+=Yg?j=MLeI`MMX0lA@=}L8JGTF$@FL|*qiV5}c))wnfhdXSu(2CNu0PA? zW50d;F)D?IVxseRern@_>9)0{m-a|rGVKmOcP!;!uZXpD_2*|;{v^-OBp+e%Cz{Xr zr5_PVCA%E(_5@C8Qe4?^Jjw`w@zncaYHow$c3pv31s|ChKPQw+yBJ zO|dfk!AkIkfKySmJKwD�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 @Y(mR0Do8 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�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 z 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≠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

7Dk+{`wl-nTnu#|aJDc?SlE&ql>cFTyul zrLCJK7=oenEf%kI8gyh!BpO-uJEe|jZ zPtKRuXTH@65Pi|PO_E!0Y(IX}dVO@|vC9f6!y2)F{DS}riJ67>Biv?o^&^viTAaOp zeixAmyrQ5b=JqkQD4N3Hw&}QFog%B*Irh4b_HQVijpgefXZS5&>8z`I#=-kzzh>!d zM)>)`);%V>raQNHT%Ex`p3Se$gxtF)?yktkd(Ogr&nn&HK98mhF-=plY#FA>uK0D| z%clsCm^z!2jg30cKy;Z2jbb>FFs$x&|Aws!+XWS;uDpsylY1H@)BtnqWB8_U=EHp( zddGh6ZBH0|!x<9NP_sr&DXA*Z#T1dIJKn?~LAqIPJg|TfA6RhLA6VmDuQr%R`Q?nV z#(wNNFkyg!X8FUVD}DAhHpsNGS5i_!>4QBhCL&@9lTv8Kf}N%(`aT4#!Dk2Z1Afb{ z;faaphzM9x&aAJ@mM?r4=H1~x`Wy%d9*8YFxPLznKYyBH)IL80v{w)`V{@V9ze^+P z;R0V7Ad5jT3?ztMagqa0(UjhR2^XK+;y65Y`&(Oc-@TiI4K!Mhb+~~M3O-nO6TC2( zm{K4Z!WM-b@u1*fF_*akaKXQXy4Ow6Zd%VF`lcZLr(}h!KB$9{TVV_b)Y>@C-2bE^I9E2 z)(wv9eqey_-f@M>IH1Nwzr6vcAspdWo}wagQ9}8=X^%fKU9{x!8G?KcZ<&|w8)l|| zhQHv9uQ%RBOcn(yBc{Bd^iISaV!TRrjC&aG1iu(T?31d?ZFJ0Iz2T*$R7tc%!D4D( zJil{l$s{WsO;Q<=!kin~&-?svxi}Z2`pdl&bZ;OG#c8JJT&Rp`B%-KRaFj%U6lI~w zTe=hSZRBzFFU$be6mi`^JDu$>7vugT{zw+3Ef5Dxs3CQRAgGo#xVf}tw8JUlcGV%e z8@j0*v8_uD%1cj98J^@1pzHWXt&C&HS{l1%`RXXG+yBAddxvw~|Nq}wD2X)fNK{1j z3iT#rCn2k{XJjP1vT_y@Wo3tyk*vr_LWS(TDw~kK`Q6{0*XKGu*YEr1b^USu@p~WV zahxr@$LsZcJ|FkT{eF8;SmN9}F+sn7fBD{nKM8v_^t(JPx;)0(AK5(UaZ-L!5-og~%nCUsw=d+ZLw-n+Z{Z7qZsAaU(t?}^p8r5!gm-POeL|~Lgq3qE$rm@Ti8?)ik$rUvk^|O=g;rJW{TSg z!nJ2O*~Zs?*D9>bp;^u5Yl2RZeivxD4f|WyO)I`oLp8J}MD1 zJ4B|~tLi*v${$`nQZderzOuF* zA|f{H<78HDa)gKRMV1rQw(VDE6=&^fGW8e)hsqh=cQjW+fb@Q|HgVmSHz$|XCv0%Y zeQQyySGRk)pM}*!dh)JzN}l0msT!q*$jOuSN^+qt5|t@dzn8|5zXS@8o;zWSu%mrCzqTz&$eF@ zpDTJFup%`IqSQj7l%C)8vD!%`RaGiV%4CUKh%}&=gq{c3^g6exa6clC%i%+$3p%$>P1W+Hsrj;96aeR zIcgdjKKu+^&bUQ1PE#?6d}R9y&+SvSlf`JCph}1!*_Wn4bon13V5N||(nw8!rO3p{ z2nVcw7*qOpk2SRQ(oxQ9W77j*9bxQJZ;N1 z?ttKn81SDzM^V3RG{c(8^~+998U_rz#ex^M~4YdURYR*HRN2b@ecFLr=LOL-Q$}G#E-CWc=Z4Z zKun6rby_CC#t2m)H1tZick6>5>-!4C$hs9x=)si= zbTpnbmOYx1Av=5f*_jz4`wsOF6p-A145h2F&eXj)iUX!XG9M~g_Ag`S+pE-Iu)J8t z2P`Di7;Nl1#B1+03YN1D`~3IPvL1c}$qui5|Hnp-CyOr~mh0A;x|S`@-Wt{;0)4Wb zZ^xAUx*%e|`o-qrOhyQ-msRaUO3$o+k2KjDQ$NyK@|!;kWe zH@fF92uKzk2v8?yQ39Z6urRz`r?c|_fo_*mXWAtl-L4Pszw55N{xE%vf?n6?3P0hC zZ^hb}B1OCP%SL)1YAZMYN~`|(nj>2uwy_K@`tm#8ERPBlAga3%xm=RCTgLtUf4$aF zUE7f{JR%pE*~f8k4@jW$SkwI3_ znn*2xbsi-Wt~yPJWTckPs1dx=nZLEQ2_bI?F2}?rC#(kZr&JsmqN0RtV@GI z#&Vy&vsSmclHYLB1DLo_UMkc`TP|K!&uF$-hq=t>$w-`+fmLD$RwXD8#D2+iU&g|7 zMCC2N|3NhBWn55|gZV8{Y<)WOA=eyGa>4Vx4P;Y6`>**)lVK> zmtwKoZOSf8<8-paa_%o3e4Yzv4b;Vm7kF(XE+GG|i)JN3{u<`4)`VNstGKv`mb6)< zjK)X4f)5U&2k3k#mP?RbxIxUeehzx{s9EWvJcq0j;Foakph!C;=|o6@5aC3Y;y!Ml;}fH)@Y zxA)qIJCjnIGr>+1ZH?U;+1j-&;lH_XGtW3?>9L0l+@C+yBz{Ca>a@s-6BpkI@Mo}G zB)8Dt(zv3ew3o#g$JrQ#!--f%OG?04LR-z={@t)5npe43;Z|nc+6lb~@ijam_dDB-8%qeCy6sX&}j$cAU3uS zGsTjhxrE<|hyypV&J=@7-q!4bWxp^XfhFd&tSS>;ik~(YB6nyD{*G}7kR?SEz}%C8 zg5nVt_wSMXa{TlHqXf<@su&@}H$Lqg&QGH-I*BHI%j&lXUh<5&=cdMuwPJfqcGHT) zFD;X9*syWkt@V+X@=zsD%iuE8^izq@yIuB#+FqC?C}jv%e4oc&e%xV44mJ3G3^6)L zm+eEUml>FJ1?PjzfBuE`)JON%ltpK{sL_+9dj0O`zHl6ZM+5IqUXEZIf+Z(st^wo9 zl53NFWNu30V`@V~)2Sni1+=Z+(tgo8+W*k`I9+uQ(5@8}dVYzG@_`tTJq-IC)8Ma}tc((6n_?l}ls-Guv3TM+HC9? zJC?*4_^RRMwO|~%|E##LHe5_yKc=K(m=(9;T#kH7$%`AAXb= zoRon$2_FDHO)JKH27v7IsxT~w2&y?CerCrdstYrB&*^BXbE-0e@w0dDbBWgb{k2m2cM;4uK!Q8`V+pvZ9ydIUx< z&4sJvOnaNAB^0naDg*29Um<$?myb>csuoahZ$|s$P9cq}j{~|Ew+&>PNS7yYa0Kg4 zi;|o-17(m;LJoJ>=?(FTA3y$}Z@Gz)I#{-mgvod#;;e}T0suU)mtsjuO#FmOyS_ea zKxdeQWa9y7rvTkT+?_iKD%K_j{1Cqwz?Ap+P%u*Dh-IeLC*Ol4vDPqJ2L%LRw?ixc zI@Sodig#@xKBF^;sRV_cI7h(QjFe;Bs>;pp$w(F> zsGWeczs05Ni8Bl+JTXVI#DRNdc^LyKeCtQHh{q^)rFe-*ohvQpopl&{YlQ*6C=#Yi zadHfSl_0L(HpZ*++qc*Khu(QTB?_)DlwLU2zxiqWtEHlD%uM@tnf|@UN=o=oCo1}c z;cdm7FR1pZX~Z@oo87#Q`xvwLF-Zv%SPwUgkUIBYxTC^7A9yvHD&_d~b^h63aUmI0 zFV#=`=C!sh20_tVSt`4#z{u*7G0C)^oR-xVJ884lFQnEwWRiQNsjK|*#Oyc2Y-@%X z8A<{{-pM8H!*qPnYcjK-5wUI%MPVL$Kp|*>o#8E#%Jp6l4Eqb~npa`^n3b zeAo0--uqA+ein)_pX!&Rbmzk!k9-bNqhQP-yCtbG_HAFEqSy55|7j_LXmy4T~CFwaXJ)jiN9(QZK* z5nm96ZRh=yPod@YmG|CkiJV~fVQRzv#T~we5mRu5q{5O2xg(YHU$hOPst5O6Bn$2n z*pS8MX;#zT)Hsic!Dx-az=Pg@!{=<=sC<#N=!o6fwkdP24!;W|E zw4JVqLb{&ZB1dQfaUVQ=z$&=)5X}9w3$A_;cMFoKKJ3jw0iuyHgoXom<6 zrn8HSvCwUyDqR8jUtJwt6r5gB;*#z?+AwtRc*C_`5x*wa=f~&IJf6Ly@>c)J)Ha6l zI~OE+UU;hZKk07jQ6dk?eP}`ApI0()k7e^>=d~5*<`agzJZAz(xqX7-J{P~apw|7< zU^j~l>tW>8zUxw-TeKbe{9dd_pLV@K>T*-!hW4vN-axG%o3DM+ExVH;N4zud^Ap!^}iqtyN5?3KCXGtbOC2jkd%WV8ci zNaU8p><7s)#TLPNpp=dW2{tk8P_hkSj}m??`*4XuDZ`47>WSQjT1hp9l((WvtK z(O&xW=|P>T7sB%~UG=Em3amQ`wl#iK%(tKf<3I!)J-a@ecg4@#sadzMd`M62I=)Lf zsXgX_q;?HqOpn`UCf6Y5*5Q~4&pN|w*Mx?=|0wMO6mQsvgKs!E|UP79?M32=XhP`2tg#~?NW174qS#fHIn(6_vCu_(_ zZtf{C#}k4@IaFiWe9l1>zy+d2W#-`_p-)Y|6DtL^5`*li z#lkp>j3(pyT2ry{u0k29%h*}b{&qm{XMEf|H8C%5ftZxFGIaIqXgw5Gx~3kZ%U^L@DfqIA3!dT>jqUsB>myZRePiIyvAnN? zD~eThE&tMb;v2hmkvle?bpPYu{B4RQG@S1cIynNkKzO3^zy_rx%CQmpV zEtQQ!W*Pp@@2NWD^_U)mM+;7#l7Fdum~#Wbyumv>) z^$QM2o5;jLD#Gnf(=kXz227a&3;H#`rs>S0{Q%@$>0*^i3@na_C&XPu5 zklIGcZzD2ouEUh>zkTf__W2u`m|&OI($#$vxgK}weM)MoT-FnObAc9VPLuu3Wu0PU zA(~9b3-xfD-!e9qp=b)E6C8&ijPy6yDFcba65s0U21m4dw%+T6s<%97lpE!{F1N9( zLb-x0A!T_W5u2CKlkNiB=Jg<0^;(ru>OQA6TX(;ILhurOsDOf?81 zGMg*BMntcc4tYBo94W;YSYm@<`+ohM(#$ras3GtiE>^~(B=LU_(z~UlWjii zK-=bIVRrg4)npACLb~;&pe==8V6@%u0-Mv%PV;ZFPpj-<`P?n_<m}a8HH1w!b#;%t6ksr5FVD^zn@ofoaJ*5 zR9AqyLR;H41b0u=acwQ-zKC=2=N_dou^Jit^zS$!gP=A=6JIKY9oh-pr&ubK-4Ay@ z-h4BaPsn)jeQksye_+Ss-nkRcs(0>Aey4+xb)}VhHJSa)-p?VmAs?x%s%ndZAm;SJ zCMLS=>N+~F^9<5702H}%)@+m)xkSR1YXI3=?V@&k(Wnxtp7xR|6rVuzo@&!^$MFZU zOKWRuRRINsi z8vVgL7}IvE$E<)M=+1C{u0l)8>a9{7`B4eh3^f^l!TJXPLKM_bSV@jtcfXAr4)Roy zRe(h7T^KZBmC4O=2PCrA723$-$9w-$ypIBS*YguSj3(cXdx%j z=Xj=I;l6%v+m49Ur%>TJIUntN&~*L|(efhpXt;fT$yWSo&iP~UR15m@WeMO_RRExZ z6Ev)>h|^Nj96j1m-mom)_*qfsrb}+HO3q$hY4*^@YwB2I{vvq_ffM@h0UdhV&UY7& zQNxH+pb|l5gZ)_>_0x?THzri%=`y~DWuE2bwV30vMTSKm4wxZ3k=lMM{n3dDe;=Qo zQV(%SNdwjp_?JO|K;!9U4RdPF$WzSfN_&7)@My{XjEqSbn&ciIoq^k0_ZW3giQAEF z3?)A<(MfMRL!L5``)rdZ$ceUjM#xCNDt+E7yFjPKR)$&h)k?h;N7Cr0j|nVMxPCK8 zNhy!}uvHr*oDw5&C^hxm`14jRD3%HKiA9CmD*3~TSCcENz4|ko&is^0O8Mn=+ZTVZ zq<+A{fI9A80+q)!WC;8Ub?Y0%;~V`1m|QE6bqFQ-2~E6VHl^&(#S! zs=dyUdXmW)BzgEbL~BNFq81s5ZbB51B_7G2_iG0ZP8X!loBMA+i{TqM_W(IM17{uX z;$~W!+OupMiDObIIDySMX4FWn;dvJA6}2EiC3)bgb*o zKc&q5-FB14E#(>g&aZEFOKtpEjXY3USiD?wB!6Q-pKfbE-!0ZF^DlQeT-P)CI7CA* zRAm;=UGRS)eyWhx!fUg5s4L*Oz(!T^vn)P(Ro&tT+_+Wm&bQl$I;+!U>GjO4q^RUQ zr{=p;#ZW}OGVN6<7sta{t5|G5vy>&7z?sV9ae@E%OmnS4|F796s%7@NOg9F<-^||4 zvdX3MFrZz`f2?4mbbi?IY`PmfzYLP@5!CO@8(Fc=PIYB?d+(@wPkrc6E4(OLpi(wo zXn=)JE4ZB*_t?%&R;nqG7^dS{RE&KIK)yi)zfe?AE}R16*iB# zm7pv@eheo9IFTHSU!o#`Vqn5|k|R(3Z1nZ_N8c}!n#j$suB_yp!0Gxhmp1kO z{TIwWU7o*Fh*}AvMJkn?*8yBz$lA-cgA)KrD?cb0Er#tl)<8DH(2U5eOYEUUNDzF; z;vf9kC0)9HcNa`!HN{y29G$l2=4f!x(7MaZNB$|^LI_x$B_bIJ^Ub=;yrec}(3mcC z@`&3Fttw73=2Da;LQ#W*pGW4P#CU)wwaR(ktCECdRS*RR;t*pK69u`sKz@1x9tzJw z{Md#xfgms<4rG1UK5lp|ZgsvJ!gm*U9DSn44N(kF`&NvB8#;fO8uJojJW8Zz3JdU7 zVCFgAxhzbzID3{_^%6-#KjL=H{#=ntcVHdmfvpuWiPT_wd{fM%G0aE#MG|iWYbFFd zi0kN)D=I6))QGdZnL4{USb!;=!A!gxq=#r|3~$^3k(VdDW^!`!!{PnV6rYBNFQKL+ z-??2VI>Y67OjH!m#)1bPSR%IeG9VO&_>(QK=9rk7Ro%{*duldZJb#`fx(**j&_Dkq ze)S&voPos$yBKPQTfaGMLoreeu^f;d)6#B&UdgR#=Cq<`Sj3FNPOxSZt7n6#sSP{h z{aZ^ufeH86!_>wSv5%=ZM%!inS&xa@>&YKS{mb~*LF*#|HCF7WQyq^@HFdsMG!txB z(w{Fbc@*7ddLil4R!e{46NK!%A4n_L=I&TG-TNo#S?^Yr1?k>J zda04Z2{V<3d%+#eRF<){_JJ>-syvR^=VfYXAghChTU{U}nb)eyTr#wM|DY*9-LD*^ z(Qk!B>-z`Km0di+8K&t%FJ|9q)AP{kAExz7ws}*#v%#PNlioB3qJ$TkIc@ZKyWqet zpl~zDx9)^40e@C0Of?XHaH29WK*tqGL5oCRPh)g5IW^NCK7PCoF$hbl2pl%hasb@Y znU$`NAr3)7uN}h+pvNKcla7+g((;#`NNzffvhI=^$|WG8j0uEKu8zCGtQlUFrJgmY%NCD{< z9uV!Ynv?-R#U%D3D{C6M16Vo>hyxON#SrNrpyhth?`Y<$H+JB#Z@!iJy zdescgxx2+c779ggKq9|WO*M821WaqB#s&ukP{;|*=^{N-y4Yof`UHD)qJ;&}K>%#Q zFVIzMif5=I?Qj&*Nne5ObrqF;P?h-jh~oz)u04fTe_2iK30jEQ74eyvvxq{?hkZJb zK~&wU26wusm>86ehD_tbkKl{X#k3J&;YokFsPozr!**yD|CQe*#Kd$|ReA7kvL^P5 z9>sV40s|N#w&+f&ApmuJ77ajrh!EoCI8^!VSay+^tLo{!7(RFeF9WJwffmgwt_u6Y z9z-Tb8~jrzJWqlO!@%$&BBG;no*tH2-UFW12agTg7vkz@NN?}CP)A{jKnFT@7`e9z zk19r{f&>MyzQsEq==24#4%;VhJ3Ggr%N+Svn40b>9Ds_io`!QaD&$9%I&W{>2S`%2 z;3kpdbl3396P6;aZ=;zG7N{j~C_xkpAi_r|>+r8UJUn2%R!E+mpEn*p1v4gb13rKa z_7ZkJh>omO_N3ZVCAn%QtB4H}qwS=N# zjSS6+v5B>vd-Z3A$%fmCg0AnQ7j87Ur`qy84i3UmIsQR9m%ViF%cds7aN0{Q0 z@`|Y3LC}XA2A>M%G=M;buQYgP{1x0L;?$p(_R$Vp@k_ru=jy#S0RRC}7gL@v$mTc9 zHf3OCBUkqV128n-FpC}k_VMElBDm0f_7VVXc>htegXqYaRs0U4=HOpLz6l+eMFr1A z$8Pg|!7pCCK(_$|nW%1JEXkQ#_M z1dgSiXxkB|VMA1wM8;1PL-uZhU=(#7u8J|hDBsN( z2c)`r4tTD5aGB+Dvtn~&aC2LO7z93PLsXW)`L&FKzQkm&^TbgW0#^46{A-3(FhU8+ zHsCOrvO*LsT+U7M{)t)1JxupeVlR2d@A4UMgx(r7m z_5gc1_94eb0t7pNmM{qD0S5hwi;L^e-bH5O2rL-Lokt<8kdc9p;g;=3(jy4}Ekatt z`Pc3510p4ky9Mn$9RG$O_`B{DO8P#>3}2Yl#wRA4?X|?v@~dSy3x5WpNVr>(4XAta z=-=oAic=go78eIbN8h6#j~9>XkU!u6;9cm1w3Mq!DG$Q&*Sq>Q(%KTA;$9wZNivPu$;N4%;V*_lb~i zjy)j%6cox@U6|W4O=0itx-shIiO=H;F^}Nl(ri|4RQ0BH{PjDU%#iG4n-AfeDj_w- zS4}Eqt5Vwb1r-I`g&i99SgWF=`b!?Kl5^i?@p~Bh@Ury2Wau{SD{qqmH5jPBH<-LsYYpl^9KDY_*qjD~^5wIA9%hs$m z;sW_89-bqQD)BbyZ&p21F!}51@=Y@0X;q{l--$H|s0hZ-#V|t<3DF{EH*PdE`-jT2 z;WA`rXUAEOYU4TPhoYN{r-JbnQ`7$!+vP{V%K@$=&k-0bphLm$*~EJgcT*a01zlZq zCFg_Xxx2D^q?~NY$Up)I1o|Xli;wrV1(zN;)7vV9 zYgMjihkpgFfO$hwfs8ZcBb&o54KGtu+kJO(=u0w$*VyEk%0+8)X{x@U`43$qIGDrf zUMG@B=g#RZsq;Xy#6zOzRq6w{@U!ZeCm3TS!r}AmPH!YF8T)!vdK>9qrj4tfj!qXA zB`HiXfIsJXfTfhvcnefw;5x$r5;}6UNOkDq{~!!~l%97aA^V`KOYvV{`1hAF{}WMk zPxAl#+5fxuAf>&TjM(NGlm6e|?)j5e^xaIoQhav*<8OG0kfPgHu%h+RW$dckijItO zwDSJn8Bngep|2vTq5uB9(~}mW7XK%t=sffPWK8{^KO-Ue|JQraJTXB^LSkV_y~pbH zZkCki&o%QGJ$e~PMm=G#h07ccIg~v5cRzr{$i>CxL#&7@ex7r61A+y18gdrc&Y+nG zm;U!f)^HgMoV2tz7AtRWX)F{>JXpR)-M+Rb22Zd0QqxGT6<)Nu-o6nS_@L;YUx_-N zzJ<^7LPto%IgaS}K?Yf=y!bsbCtzB_>w#`jR16;pxi106B7GsvlLxU|BZ~%LROJxM#v**ViHQ&DN5sK3 za&_gK0Gi^t8hEDKsaw1e?cju1K*|Vc}jU?l)U%q_P(D2vLP^I-_hcsJo zckp9J$1JG6aj>&vUxFYu19FaM*oN~;%Y*8}*bG-sM9R=COtc}sSxbjeNdm4t4_fKD zY$m(hj+DJWIWwL-*uhEa*Hb5cIfZHMKVE>P1x+Jn3d_XIFbc+nGuL)j81<^MhO95N zUx$$%IHJs(+1hyi(02^oLTEw9fhL8|4t;XP=Uh0VjNRCRwHkkdLkiwVuyilfyFcXk z3||>q--siv!;L=gq)QU3ja~}=5gu@I5vjE9V^DaEGkt8{<>znysh}FON0kn#x6+W8 z#iwQnZBmhA$Kw6F_mMP&0|ELR6W4|niRJ%uE{hULeBg+{g5>i0^*2l}#SpuwtUbP; z&`ZMe*-rrN>h9fT)Yh))DF7e$;;L17Q&y(EkU z$BfG1$;sZ~MKl>P!vzHfKfeP?3^aOMhEAdkDBD=1*EhhduIfuJphpHXipz%M&vZ>U z5Hsn1vA61{9pnXA>pKjhX%XxFfY=jW;^PZTu}@-SJy8Y&!D$+Zq%p(?*y8$K2T%-2 zZLMEnqu~Wx)0&7KHU9F%pUE6T`d^YU#uF+>@+EtpL9&Ku5(y`UHen_#!d0RAP$m%_ zR9Nw0_=cFR9eyoc|If+P!{_p;KQ=lo(Lbs`6kB#BwA^<100DNj2a^xb_n#M78l6Zf zKcJGPw*F_zYW)}Ms%lVdta<`Kn#k(5XoQt5^lC~^_46?!s-~WKUAfpbt@vzQX12qf z$wz)mfhBpoAFMJ{1dj-w*5wkZIuOHPeI{m|L+9_NA z_}XTZ%?jOG+D;ufH2+lrAPyi(1BhB$X6E;r8ctBT;3@-D!p3Z=AU+W_3p^xna0bXU z&BVe%3BNro4=_HAMFoYblCXTn5J4WE`qqV0tBho$g1F6K(uez^_F@`E#BZ7H_lf1` z>1UQmR9Op&L-|Dj$hLTfl>Zq_1fMb9(8*eooWLAwg9~tI`m$8 zq1wvIAsq9;Q^(OYNj5Ms3+4iJLXvbCNY169jbc78>-JY0nM5iJN)8q$EWLObW{beK zFPnpL$a+>fzUPn0ql10vQd(A)SC}^}QH~5BLol=WNEc_!@2M%3W;Os0VBQXq55v_I z8k&P~l>3G&17s30Aq_TQoMI&v))JKQ>JU#seFr-aehTg~+If4B-p z6!f(55#nCOTJQ4&HwHW)C@_fBkltSXYHt)CMEThJ1#N9%3)2h5lJjXANOxgPW(rPK zPjj8u?sc*(A0Un7wK`K;gfnFOr*;x+Q-uRz~4#RALO-#I3Vd zbYZ_n{pRr>|H9WJWVZS31;ox9UmXsuQ4=RlU(3oZ+7kWSvdl(J4~H!5pkv>Fi$l8Z z;$K>~rC&0!F0TqC>wg#>t$XpJuX>ubLjk(LuxBJ*%EyQWU*BCZG&>oIHZ^qVB6+rx z6d{uT3B`EV2V-6Xx5+#q#aC!YybyExhnmlQ*{+BkAq?*DU}h;#6#S0Lj*bFoTyJB5 zng|VLes5ovM3O!&1RKfl$SK9*jjJ=oZGRvs+UcXAR8>?5b5f7h)b z8a8S=^Qsj%E%Q7b3G0rxKwLCr8Fl4a5PMq&27M6i`tJ@c3Sh<>H4~ExIgHTlJ>dReP`GmJxfKLkyW#k7yD%i6bTwI>l9taHn+h=r z!aum1%6F9VUhJ`hd*C>R!JCrOhW`Nj5T>EG9A*lZYqs_A^=&+3p%#Uf)&__E4c1oR zrU23<2G=-2nT-!`;I@UYGF}rtQh|cvJCk&il}r+@^B`CAntVIx<>i&(o&!6(qsG(C zD-#6QfhtPLI4Re8^Sxr*KOPu^MF%H9M(ca%exA3=rFTHfCF(vM&O|^}ANOf#ZQbol zFfBogL_mN6K}qzwh&CkXK$(m!nBbM5hUsJl1>2M(Zx|XTu1TVmZ@zH>V9D|hJK)<` zh;n|6t>8JCzwV=V1qE>!t2w-iX}Fr#ug85Kys3$m0uYVEkD#A%v6DQg_}OqE3vI8= zOqFo&rWe|bgB?JjA+=6C7W!ZNp*Ox86UOW6COggIHmapIF`A*#foweU3I&t&myeAW zZtoU*PnY%12o-#@o#yTHKgXcalsEdV$&m0RY*!84uDr3^!jBws3ai*-z5Vt=LT&l< z^cMSJL4DCh4i=v}(|Xs<6Lkz~&yp)IwI}Xo0l?;GPOM2AQrKe!S>c02ZC7U)d(Y{W zxcm94wg{hXNxq8nZ3ln#Zk8!Y@9lDd$^j+npKD&fdF{yfL&DDdOZ<-pA*oNxqWhHz z7wl`Fy?ao+dv2I4h@r+hG~6ZieL@-%%Gx5xXoVAk|Ph5RHTI^IswF^%qothO-=A74pZRpS4V!%DY zB#T`U0LAJ&CLJ2{5xz)IZ2lvY`2M{Jf#{(lE751vlLt(JN52Tuu*D$`O>HvZp9j~E z;5ASaQj{X?VTx{}|3LtFG6j=T2oKR8Y;%Qs4v<2WJ?^E+L*CmSA?@oi`;{ZupaX+a z1h9p&uq4!V;++5gAkH{jVNgj{78;nq19tVqW-xiw7=!FXO zTnr77E>b&btfHZe<$69WsbHI!YnVeC?6i1d*caGn&$Bv4#LmLA>oES(M zsA)g;FHuREeV17JUT9ZR+q2d)vYUbe!#8n`!Jg?Z+27OS4!L>$bcqaWg4Q%PY-~(# z-dJJtJY8V_87w}_N)dy?9pn0@ z)W6YcrrhJY$|o!sKy5$t`R7RAX2ZA5a_5~Zb;XbTm%!@V@xX{@Ju>FS`89{92e_G5 zjD}|g72|qqUqm$B>X#2jbEvVgwZ!hORPV0onci*NVm<{`NO^?Y4Q z{Uf5#J#d_!S-CV#^vv^1}Scc~$~NOmk!7%81lfA$Y02;aanPwmyj##P{U!tA1(|yxKmW8uT#_CD|(C)?Bhh! zRu>NCT)z!QInH>w!RL-U?#!7Cn9gYkxCwj+KhfwxOZHIgPqnPyd&<9aQhq(b$eR6h zJ8#AP9N)GkYHv}`ZwH#T-&2QV4RHfsU-_lc|FiK6Wa*xLHFlT04!xs~UBhl;)oFE` z5v+o!%4>!|FGkbF_l*|rERdaGB*FEFU*qz>@jX)@xDowfzt)kjKfSnjE$p#xx+dQF zrF~o4KG~-%k|FARk-uRw#FmD7<=CU)RAX{ z&v^B=#?8xaZsK(obwBMQzL&dZg0M9Twgm2Htgq1j_Yj{t)CQ!q02?jaE`k9L60J+m z>3mX@Mk8C7K?*{dYO0X=_uPW0Vtav4*Mns4JbmNK?0 z=Vn5`%3t#glHnR|ZMX55UhtY+me!T?N8VlX(P1*&-)ERVhCDkeN6)f9$2^IPXJpO! zdNT8C>nf3JU7`m^jQ1>`X-%%|FWLC!ztx?(5&uy@)>8)t+fQxZyUMd)zkC(heV)9~ ze*H-{ZK~O5MWlpyBrGHs>RqKa=jxvJSQ8#T&kvgGxb5?#spkdvWwWL{#f7Vfvb+|K zA0Th)Yb#plZ5P|Qo$xR}C@3e~IrVK);;SFuGd$h-j0`pRDj!t+=1SVDCAFe_u2on> z$Hd8TWKG91Wx4#9D3Fz13~1q2jn+^7c?GHjO4rl+VX?6)}%G1sAdfPe!}Ly6;{y&S31%)PI~~w zga{L2zMu~{VJCnT1>FMRDmQ#;m?gMxuSRSZ`3*-fn^UNomseN6U1zhueH&J!hXDbd zMNXWPyD2Fd5m|x>Va0tD$t!==J&CwS`<=t6=H3h@_he3g7cOv=*YZDINV}Ir0oM$2 zhuPZJ=H?Jedz_Ctn^}!q_p? z64jsG%`Gi6;U$3{;I73uj(Be_r}r|C_oU zF&YY7dn(GQEUYy6FqsxKiY z7Su$*C*nhm4rh7F>(pLqj0Cuj%grz( z3@}gPI00=6o*neDOV*}7wunn3Is$V9=0g6QTR{;yx%O>~WM2j< zI}9gYnH$m7*2bYmulO#p)+VBI-4@gR{HhRbfZtP0Obqrqm@%$sXh1njRd79e)RFwh zXq-6ZSg`pYqhGzu&bQOkce5;9eb!&Lb~>)TqpgX-nMKTf#-1QA|5*vs%Oj~jERO{` z9=fIMq;Dch*%E(98pM{6>-kNiftB^vi58;xZ6=STN(pUqSIP($h0s!c^%cy$nVPZeQmIwns8xTNG1T=jhW?tGm}GbU#)tr?dXoqu zX&Sx=X>ynGv{cE>Wh1(=p@9K@^cxXR!EQ^`GI8_fH#yb65S@eNg@yn(Riawj;LYE? zAK;|`-fR$_gj%N}gc&h^$_6z%{BhWEbKky=-CM|yd0}=o3Q;-$Xy8Z0V7*|HeMe!Te}5tC(|qlt9OU?rbvkqe^h_FDL-@R5 zYy=z;q-oUeZ!Ag`eit{LRp$+(g`|9(1SbLUx$|lONCH0 zBORU2<;#uLvP88wJY0@B%y8-pW))fYyuWPmnmFbD`*)QULZ${JUlukX%|*Y0=Trr} zB-R~hYJ`M8_fOErQ(?0QJDM+&3p>5!KS)tMlic0uaENZ`V;KJg8rS>w>>-X=1B4L} z5)8mzPsCJH!WZNyT^~)qB%RQP9y^Ztqe4QSIA2+u41mSz!-uu4js7iQgz#Sae>GV< zs`K8C#et);u1=XX)z>4TB4Oqe)*0?+z@dy`eUEujRHN{iUN{o~ z3J{KtAK$T!!Sep2=#4AKU%AM5Gm~8z;YlF^F*x1)eJ4Ithz@YaBvI>F;ew%)r9 z@t~3K4OQRjc$)By9wzx8$w@qI{Ep23mqK#z+L5k17G@q=OS=py>I@u?emvgP(^Cu^ z;%Z(su$H~ev?=)PG!bCR%G#=;xBcQJnwyi86u^CFvg_i3sZ;NPtFg)|!OV&{*YPyr zzPm=$sq=6THr%7}O-;u;3)yq$_Hx{PvTj8C{89->jMqwEB>?ROv35)}a?E&q{cGy? zX3U#|ZrAUzqz}}|g`Qpae)>J%o_s_mBJ2Dt5=ig~LwlR}`4iYtD8%sYXr*iOrteW= z4|ja!wrAss{t5M^gCw#{+1lrJP8(uK!LMJ5$;pTI@1H?v7gCa&*GkQGbIA@!m&CZ# zP0Xd8XFVw40&p#HW->9of)8>-FX0Jg2NJZX)M55OWDv(~*pwLJ>Jk3``RA*VOkldh zsaKb8<-L-gfA5vV9N;%BqfjRQj|?k1X@CCw>8tu7v!_B&c9&$fH;wci)~m-tw`zomTII=Mm6iPwG&a$6=FcqZ0bFdr(7Vl z7lg533lhloCrFiaym~U&lr+@!u7&X|AB1GId6Rsz-t9q*f_RLHo_plW; zH8$?vv&V2BlPtC!Ou#~?25FrJ21NlrOiDj5xgV#9udrR?+{ortc~m3ePh-&Y+=d@N3f_~pg7mtljBj{f(5Ga@s1V<3=~AzS^Q8NZiZN}L&+_a@m06$J@Y>DN({(z9 zpUqIy$%2=KjbHNlU$n(e|N8jA*H2ly{zQvhN{YU?OBnU1j0{a}vDJiYzx$0V5FXwS$zEDs zlk5wmjJ;uQ*wxn5qpfw^+P1y5{m5?LGsUtxqn|l{Y%*WeUVb*H`})-a?#uDm?|+_wm2ITw+Lo;gqaAE*Y%~FTC@2om=)muWiz1-X zP;B`A^ehZ;m>>Uj$-1u?161CRe8KEcm}&`Mu+kqoj1vl4M7BsvDb@0L*g>3=;^I=e zX@|f)rmfdCC?d3k(H|J;fn}r=JQ92e^DA9Aur-@g-Mh@i&8>o%l5$yNGjZaBr6s1x zK?+1`C355#98&(>tqvsjw&AkEBfh`IJQxHn;HuDQjOMR+>&Bj-$gO43z`30p;b#Ob7EvXl%t0JD#pvAZ4Tcpq^dqVAxX1VIlW`A zP6`U5Y<+`g0jA(QnfPdg(W$?I!mPr=$h1MifGBZ>L_z|uK=o5B+(6|(*8w;S6J~E3 zHE)F3V}JfJIb$UAbG>5Sw7aW|6rhNa9j3_tq62TXc?gW8)`_)`@zRhoI_NrH$7)ry zeO%nHYUXn@ds=+k812zfTAZeKep+1IcOg3VJ_`#Qn|sw*|CSv2SNZphrFRS8mc&%? zin!jr*45Q~XyWuYi-Gm>k`bz@$rV}kfR~ZF_1W)29#%eG+tR$G@o;cR`_5Lf#cM4k z8H?M_`!qbRp4d>R&Cb6pQiArp1ATY?b5nx6$5r1Xe=Q^Zr4S>_n`vh|e3GCWi)AM1s~dxzfZ3D3CFGDJ`G+s&0(BFPaY}$+afRE{oH$v@<+(Ss;l$szZInr z)}hVI&xd9E)J{9=uG|36okT(jAyPUSU4Qe}d#fN>uSHO?d@e6f7*Q8fHQlQ`j?u^6 zbJ1s%zgG>}M>0uER}jtFpzES{rz)`!mXL50En8sFQdHwIvw~lyosGg>vFezFA{o5f zes7Fd0ixgrW+ehH4@)Ub)Eo=^8RY1p|20_>>c*R zdDP)J7#BCy>r0y&49iiZNGo7 z&XiN{S9QQaKbA7y<fttrLS1trMaPA?ho|2M{@#X*b zi~vs%pM0L6a%^f+Km6!o&X;+{kG$H|PtnW)t{fqOIJB!@ys(Bb0k3>|8UvORzg@LD zdeGa+d_O^L$o;)b&-Cn~R(x{V_%??7&#B(4Q|X8mF>c?+BGb{RvO`2fQ;2)OUBUj{ z9{y&Z$;raB00BD|Hh1|5lv7VI{H+|BTJ1su!u9^`m|A z0Y}l-%K4P2aM?)KO_W6@I76bhLr(bsL(D#A$rsVl*zn$ic6W}aPgpWeHK+EJKDd<) zU0n**UyLNZh&C1$78a;A9%VH+ie;*eencm*}-=`&7Pe!e`ux!v|ERT()21#zYk zj_eSeaZ%Bt$Yx~Bz!?VVoeyT8u=E}m6^&%i(me5N9P>hP7=S$%tmO`Z@(Wu;vu(kP8J2lfjz!NlLjTF@})~?s&?SyPlS{vba9-JZ9vgH z!E^J~HnG{gbpcSe{XF;MK%1m$UBd|~2XL049~rogop>RCQ-tDnW59f64nw^BnK*g$ z;!$s4BsL_e_U@r~7g(MtjF|{{d2K=Gh5}Fb@xm2$Vm45cIoWVOrC%`dp$betD&@iH zEXCv|oR%SkB?nNW`XsufQAXfy1_lJmB_5BC@VMT+iv-EOa0fEHJX36U$S=SdYQcTL z)#R$A5wG{*FKWC-WD?IuZ(ac{=wGc%C|dc=63!k?B5bA+|B&9{g63Nr@pELv89D=c zRoDrjXrTz&=RX%-w(fiQ){aBGD~hXDZ}*)!>Ich&6ouYM+!=|i)gN-_VnUP=uibgb znv(KB(5_}?8p$_o9Ez-mM_#g-o~Uf3vMX;kJ-eeeBh`2 zEHn|c>u~PrzRp8`bf>;EY|AlD&y)alr27S(iATRzm91sHyS_sd^}8Nx*6kvsjc}Zz zLO_!lYK-}<%m^*ggTM<6!GG0qa`&Dvc{aSi3f^aMkfmZ2n;#5SMaU6z3K*q4i>Idx z1bnU^nlC}x6Nsn!r~YU=&dwz;m!n_e)~!?T)`~X@jUYS#%ZCaniNPVj(W1S6nkGOq z%OK+y+csHh(xWzRuN5>y-1~2O?9r zHlIC16|SYG_7=1{;()R*F%8%8zQPYcy~h{J3ltm;F+bU=ljlt28jW=}N@|#n9=*Fd zZy^~M7a9ttLF9`UN?Qh0jvS<(T###tjKX0fSl|E%!&IVWKqnBPsN6<&;@&vvM#F=j zs0%j+tbgY=8Lc!v7@%S(Y%(g$$u>NZP_4&baADKL6K4UX^ zjqAA*J16ItE7}^@dh~lg?sdAfJK$YpnZKL9tnm?@Cd^4w5u{UGdm~d^5tyA@62^Za z!-3)IEhr>N5GyO!;UEIVB+X6i_&uD=AYx&NmK*msjNxh@c4hDA0F%hSq7!Wg7%xx( zO0JG3VFPzp8F!WK zKw3b$ySoukDUlKpkOpZf=?3ZUZWNI2?sxJ%&o4aZA9%()o;@6jo1OQ)?zQHeYhIsg z66DA9k!FA^6(~qde48d@Ufz)BS@ACG@Bqekuflq}q~A(csLd^~&NHFTixX)}woKj9!-F58 z4^?={9}Li1V)G5?oRZV#Am0SuKv78v6quMs1^^DSv@Zf8Q-d^-arQww2#2v z2Q~%T)V>b54nw*)K0XfJJ}1gwzyO7`w3##mqFqhXu+0=UhA$hDV&uQKo%b-W1wdn? zGPD}O?cKX~V9Jdi(gM4{t5MarPaa{RdYtbo@h5DquLJOCCB7-`>B+v|a7qLv;H61c z;@^e4!-94P0|QE)jvyVArCM8B0^$GxOjK{3Qfga1OHx29TXI%!4>Ig;LTnEi3Lx?5 zLRvaHJB5*2u<-YU?)qZh9N3>gPDpQ9OW)(8==5lZpZ!cl$eNoPP8YN^`CPo&VUup* zG)S_G_uLB=@e)dbAA>)Ah}yZ)jO=4h? z)uzUj+C5@o_bq)sNTBBTGpm?$Zy_0diiB1`urL4?jmNp`Nh>FBFQ6o^ATG8_%0++- z7W|Nxmk0d2`p1L{P=MG5e&;l~uP=ws;dJMr8*aZrjp+hzdh;iuG3K$ zDxBFq6Z%EL#IQP<^{|Zu9_#gnf z(5UrrCvB53W`zEo)VkF`Xv7H)#()_GC8BM^{~<5b|DaHg@P;x!2B%v)Qt%VpfPIiO zgH^@I-Zv&8xBxXr>hoDyA2uc3YPiX4jn+7UJw2IPTUp9WOv4vJ<|>pq{3lJI#A89= zsic}H$M$$ridp26zsK-LwmW1(X+7V{VP}{yI{KZ?q5G$T0#X*eu@wo?3t(zN{d|0q za@g(YmZLv+fE{yQJm(|=3w2y|q;@A_1^aZnq12F8V||{hB&}+%hmXhjOmu5-S+XyT zpVq^5E>4ZZ2>l<%$-YxgQ-sm`E()XmayI9mm_ z&H&lK4Ps<$8Q$kS5YmJ^%6>ltP9gb)7e*kq8AfK?jl!qz^ zMBtF+U-_+o<}Mm}0Gf)$C@_$=P^G>yCc$O&kBKB$5NUXXg6!r@Zvh%HVM~;dtbk|D8SeEPH{cpPh9=;nXQ@gNB~I z8-lvbO0Z^>9$?|&N_ti&>-@kE7Y!SA7C#Z4Uq*%$`<}*|18E`GphRCRT{CSW<5))1z`Qg!PnJJ!JiedS|2DjNR9H( zhY}o%+lHGm1QJHJ^JgAi-=ik1^-m9X_=ss%Z^`gwwO3FO@1|>Bv|Mb~tUYj~T8k?Q z?jFw=>7w17DzPD0C8;qU+h?IfMKGm@G{y3ZoI2R=bNi5dmvOES9J{rgX%pFf`-twe z_EOFxbf)pg+qMCPnZYH)R0CU+Nx#cX{+a|g7E$G=p)ZS-2|Z4vvC;W13~HOj@3ti) zx4=eZqb^fS7e91YKp5_Z(K|HcJ{QC>$W;7m12D%=>F6N5(vbQsx|y@-%c($WLsVc7D|SC+Kfg$jiHG733}9HPYn^MULE z`dgsA0Ez-;Rw(;I%|qaK+zljr&8y+QbY)b=>in38=M>scUUM75Cm0?Mp{^~?&9wwX z5%^|#4p>z|^?dIYP4v;bv2kceh;mzWAE`ab}IO5gtJX-yfKJm5o7NI(y( z=PVi3&kq3surMUOKwN^|1~ti*#FrxXHyqT-3I{V7@URoWW!Q-yDh4=4nA_nb;auFz zvV@rhCI#684Jw;$5NHn$7D0njNr@tLI2eSo^gOLgKA?h> z5d-TdlXZ8qG;}z~9@2_@PM>kkV`QP@`Xg>6%7bX^>^D95?f`ap%Up6jKYzNNHSUeZ zcz^n|6~%{Qyt>4DSywy9kWl$%PuutGw|DnM4D#th1u_{}cvvW2#rNg^^2gU3heGm15UFJU) z4@Bm!jW~+%vFlXpmHsBF#37M;Wn&Z<6C6aZmbLksKKNWa!;nK9;GzAApis%Pf7>5( z@=W5!Ltf`CSbzD!yAFgMIyy-Zi~v0WI*)L0aSwhD!IbR@!`h%DqHi-6#(rCaj0spv zL6Xe9!TD=Arc zP2UxZAy-{ROABbzV~4vS*dvQ9E_NVIkg&O$$)7Rk_3vO+2PGX6K8yo219WmjyCp?$@6q#2Ix$nuQ3k31LGLBTp>xJR=0m02VipOpMszW zSd!T%s$LGX(B%ZW*Qc3-rNa%LgeYPWetV=Z2G6};1q3=MD;FYOP`Flan}rC|^iUxR2F z7un|_4sW`pRaF&*Y+Y4ofr3a8>TS--Dz>p7#$QUnjgoB6$^6`=AK{3B8GAdgM*8ta zL6IH)s2kH}>mnOFhb=I=&;vtdu4~_%+jfQ`DYQXCzOoX37vT*!9cY$>q9^1qHKO3b z0{;U{2=`6`>^nfB0bT|JY@istjVQBVy2e{p-efCGj96C9MT_L>wU|Rbb$& zs=|5R*uhAJs~a{~VD_@J+nxR%mZ9Mpa&;ewGT`;$#_O9xPxiZ)P)c>;=H9Q@KAz$1 z_}?#4>Z-BvO=)pE(nK{s`X#}IJG-*IHPOeySmfm3`IYX6GVRa}W==(~Pkup7x=~-% zzJ68XJxfD+Rt<0K*YN6)b^}K1*3Qm~nr=nbpX5y?o;W!bZEr@qruUz|CaPR zXG3{KDu$g7cBA*Vp}#uBSuRlwLJru>o+@;Hd+|^LPHt;Kwj+Gf>q7`+6!_jJ77$Ba znJGhL6!kDl@}LfdbbfIWIHw*@Hg5dap?T}a1R@e>Fu)9(uVMW5OZmDikNzzD_N_-@ zNy%_;FL+flz%qyZ-~rUkp*jrRb}fd50+(lYQ0Z`x!TPTkf`7HWpZ_B>-n*(5LpTK~ z_?5ICnoR`3m*6T`hb#hWI)i*X|La+AL;aqtJ;>x#pa|O^PVW75InvszElY_;hFO|c zA=E2^n*XDCfQ3=v(7wXKpWCbh#1yLB-0XU>gM1`NZ$rUn9J0uEeP(E&zj5QN@9L}n zpWEA4S;bP%P(i+S=aSlj(e+>t`5LqU|9!*U%DBNf>cy@0_uZiK=J-b+{@2|Z1pi3R z|GIAw?LS}C^grd&NNoS9zCXH;{Uwpvo5GF{PhM%NQs932+seySC-}fA0JP0 z_f_q4Fr!HJ_;(@tThWhtmfK>bA!z?`(o7FpS*-0pq=cN%{dG{_KO(IE4Bx-*mSu_f zA)oSFHcE0>Eksc0LJOU)`gt7VUyngT`Y9V`?|>z!OdC;OD^3&`&sY5%8ROp`^Z(8w z(*IT0fRuxbHs|Mia?|yt?2NrbgR+O}+G0(whdReSzm^zr^Tcabn`=*m-jl1dV(aZ^ z9T|`}c;lz6J~VEan{Jkt#q-1I=3i&{?L7?6liz zU62w)xSJRx=4B-@b=ObMwDy{LT!*$g7%+cq>F6+N+Ja z64b#&sYv%4pDeuXE7Lfk_>QSMJ>AR$_atdc9^FjV!gn!aKlwhz9cqp?a!>>t6)Nv! zZFviVd;0BGs>RZH2Kp!7qeKK3j84Pmc$7XI_df{l6oy-Mu>ADQ2~CrK>~b#GX|)`+ z6PNS2Z@M#9i0c^MEy&vblNLGIeCk~#$FwPqn%EiDZYw?w*)L5NXXYn^rx=`nofrJ8 zy$VfB>G8NP_3x`N`A;O5zp|tUr%%0nRYCQL(fPQYEyOu^%Qy%o-dlJQ?b0|8=(erp z-NQ*gZ&o=hRAfh{>SpdG6XlmuXUSx%em_Cq|2|w|AS!LSb$D!ffF{MRw%_&>wV01h zgWt8`nS=xtu7o}_q2AuSzd+vQ!fgtUKn04^)8mdxmV&5l*XU@${I6W7wK9@@+WGuJ zs6@Z3|N6LZlgPu`+B+l$Hd71@((W!Wqf#|3mZA++4gOjBb%R%v452^pr#8!tUdZAB zvNe|Ah0TI%N?}+{gt(j1(D*?fQE3#>qCD{$`>hj{G39Xf(%4Q0UCTBt>Zhka zGDzZ^g*#oBM!=sgCp(kP`?api;}_W=JCHD1EJ+!(GU`dx!!TTA>Lc%|ZMZjof=a8j|QqwZCvAEsDR`5DG zsi+tybm$S}6EQ*(y;Zy4QPzl=E~RL&g)(AQ>g1qwJ9=@Y%5zMR1ReUs{Gyi4@zV2g zV@q?@jYR18?Uhs~^=o1}-f-Xvw%Rf{-505mkUTc(q>Fa{RXDNTQOz4G6?m$=`c7Q! z2t&m8M#nsYOqe>%`$;brSDS4dus|Q3TQ=_}qg7u<15- zhq6E1ZAwk0dm||J(oVv_EXymjuR#*+uXFE97bPi@%mKc#?q}CO-~WAr@h6dhGdst^ z{mr?rbu^Old2`o{w#cLpuxp77d?vm=7JKOHpHP!uykp4u_lI> z&X2s=)j1X)EiwUyoEm-OCool%eUFy*=Nuh(EeRON!WQ}}7VMNeRi*OkHKDHITzAqVzR%lf*zzwNazvqXU@W6I-0jm zQmItybpK@GtM>{aVX?Kz)Jo3FOrtv=Kbx(h6&F*Ej%V)@&1=NVt{tsJD~1}s&*{3ufayuo;jw;;EOMf?DAJ{Z#ez?&i$FTq&vpkD(N*95W&EV= zpv3!Ar?1=GVi_lk1$zLFxt`Pw&Lzfw3!4HJp$ABDUY%6H6Qd;->vMd>c#AerBkud7 zBA`9)hDS^N`?J73p4YE&PEL@)TqMm`Mn+l^>~vs(!I2}#%&d@Y5qGN}Hsd^3~v z?^O;P^Bdyg1W8Dy3}_T-%-I<@cqntR*$>~?~d0>i*4|{O)io8B&Q}b zaamz=`o`vI*L6YEaupSa!h#h=gQ55*yXeKmw-I_>T{SY2NfIH8IPEBs!gx3=6H&`+ zt$UZBqc6IPi3Ib#Yu3Jq>1LV2pWp?YHDykxaeTL-!>qR>ja5x2VSSW4cTLo&HaOK3 zY)dl8?U)Y}%=eE)cyp}NxRxGD|YT)Q$BnXO(84yr>3 zCvD!W!t*|vUBjr=xA}?Nl2r6Ewe3TbB(_Taph`xZ=MykMO zVNtX_P^D6o)MjY6w-Mm}t8J**mRV#E$SePI`pi>PoEzH{)9+cf1%;>x9eJ{OC5F}> z9MqeTlkUVp(?_3?bXpoY6JIgg5S&hIN~tIw&wFaQ_v@F#T0V!}{~D=oDP$<3YHHeF zu}{?5$;n!lQeN&)@NAJ0QB=9(D@J~@K9XQ&`h8(B>T~SZgvdhkCPLUD9P-3y7&g8; z`-8nV#G0^>k}L+xHZx@n4$XbcQvT+}-Hr2;8#&=dTAwx zC5{Kzu001=4zf9EA$RvTlNLN~es6znT*r$dFuB4W^qH6*p;?fuuXP4`AC3B+oFw~U zn!oY5i_kxqy!H6iV%wbP617BR-eYfNRR;lY&tH=Xtgd97`tLopKV`^2a5^=#vC(l< zq-dFZYSb~Hh*qZ)JCw(Visrt-Qz5LV|!>>Q}Lt z%b9pPB~4z3Ms#<}ST^-Z<02A-z4?Bv57DljF>$Sz?nw%Y#bm6`l+M-0`?ttJ1bj;L(R+j;F0X$ywRT)j)a-#QMFq)^1@8ovYd3vthRm4Gj%ec~pc=eyK4| zc;f8#&gN_7Pcm1;AwBWxvWjxg?c)|0Spp0w*N7Xw_|#1M4Nwexqr^EIX83*olFh=_ z$}1pR?Q4kx!x-88=|p8?vBh;Yp&O}WIHLqpL=io6_r8%YzwiHoX{Ww9^it>EPXAG2 zWHUR-u{X(gQ{#T6C z@x&FA9dQ>Km~>jKj;B_8)f~pO!*{AsT(U0Nkz%1ovM!$$ z+2^D(`^VO~>Gu{N%JMfE%jQ0$;6PW)Hx5o??8tU5oG9n4E%_}fqodF0IG?2k{Wr|->Qw*K``Oqy*w&U>QE>%JC#^*i z5=w6WxMSCsetZ@Yz49F{&o=qAgOXg~$4{Tqf4hdY^X?ujo0u%Av1_#c!h)z#tOnHb zjg7!BjV-kjJX=qr(3Fs1K_BTI-l!>7Re2@thKewYS7*421}Z9Ct7~6!&{@z4Lha3s zEYi$U=Q(O0EJDY{o?_(veq%m52LFWf?8qnQ@$un`GtW?u>6r{5F`NEuEw-?caTuW_ zl%zF&D0QSMhFmn``td$zB!>hb<{B)FCVw+x|yP# zm|EO95C;jGx#u3MF5n}k`xkaEN_!RWkL~lPq3MjyYCCW*ZYZHjR^z;M`dV7^+?b9#^N@iNtv&w zwyd}%9-vc)T276Xk1<6_j zDdlri8xEFruAgFRr;)b`-45LLsY;lUEDvjwDHo?ZY&~c!zAi0w+B)*8DF~vz%+8#1 z`WWa?#1I+bB-0Q(r)MHPaa=`VxNp=GI}#d@@agjS0UO%@Qn1G>PJz~u=uBgibuP`* zi%x+ZyWQd%pCkPiylAs6%q`5#Va9Tim*T zZ(dK;`#v%LwInO*saml$xxb|1BRu6jl#woHn}d>&6L zqCXlDAD62v(WDLMf123tkBC71{pj*8n-W)imK8DIlw#-ytjA=+kHbt_Nyv5my-n0s zXr2y)^_Z!;9+7LrVeP!0-(#DrLN-wRYs@mP5D>%+4k|zs>ae1R6~WWJjp@v_2h@rW zW#bZCrqpsOU*8gJ_9G-9I8<+HANMtJb9OB+uhmpnSB7vaA+lqRtptGj30x}j8pZa< z)UPS9*x7jX-xxpl(A0UZ34gm)CZ?si9$MAXtCTP^QtAIZWqT7i{yz)6DmTw<1nErR zYwqTOwdr3mDm|~cDYBA6P28v?Qj!#G>;hyb-4`_jx*SOZQwYx=hfXOirx(jN7IiJ? z65>`=t{5BJi<5hQg6fi_ErzO$H~T1UM0|we#1!fctGjmSB|B8O-BZpVK4vVU@Y>ag z9V@u$Sy(er-qEt;a69M?g_H7}$U;NoyX5k_N2tvyk5zoVCOuap)wKR?_tW|2>QA9<7>=rI*M|S#|1jThcVTWnKI~WE zB$&BN#@Ig`KezIxBJo2S_0w7+pIHl??gv6T_kQc?Jk-(<(z?huPwM~3c!MHr>QIjV zLu1=~-R(EL^WPi3u$EHM(plChwKj+8iJ;m<1bq8+ncu5Ub{=!0vE$<)9(`=cet4a8 z9@~R+%F}-6?l>MPcXtY}OLNcS`Hz=3V*VP8NP(8nlU!d9^@Ob>S&B!=nf_qiB_zbk z%I1cS)Z5p`RQkhs-j=4lgK%Y)E+^aAQzGCux}xBROp`+r<%fBFeQi-L$?;?@fi@|J zO;#EqHVzI(ZLg_Y+a(VPSEbU)aRX{ke$PPO5ggntBTyNN@uScQ6%{SG+);%(e0WfS zX`5713hnqKw;29~E<-@UZ9^su!cv4~k&xmvBm52vEPxU%NGEh!#d z%QJj|W{-)yp>E@UCUN|jIX8`BCqQwME?jQBzE)OFWJ2-;U7X+6z)bFYy&IdOee2@W zYoU$5)>NIlNp+yCu0qq@}Qtv9jsR1q_S zPzigtE?Aa)W1vP>uDz%-rGK|+iopSpNDI26aN$J~bG;fJB++7?=`vWIjJo0G^w;^o z-+yyfVRyVaajy3AWRXXSng zZ&4az4A6|mTBF0$vA$GAH`#B;9yBf-o1^VCQEn6E(3M%hLmpGEC1vlES{TGTlkO}3 z-7jV&iq3wjtXWsnNj#p{W+?D${fU6>yO@CZG($gS+L`kH)f%K=y1HvnMO~ILfh#q& zW||0_a>>-x{$*-@_)tubra4{!17CT&-m`Gs=?YuE{xO?uE>ZH(H`eEl+f%fJ4~Yw9 zc_vVDHw?O?7FXWnmVGhYJenw%&=QsA=MUD zjkr~n=9D{qWIg_XL@MaZIQOxZQ!Ou3_i9`ghw+nWD{MK#N=~0qWeNR)(!A-}DY~Q` z^|yKNB5*BAo&1%E`NC~VO?x=+?pi%g=QyO|XnIV0{GQ>j!Lv1b=gvbdRk>J4%GCVO z)6?$DHU?V<2TY8p-oq70Kut2ALgN-4UDxTsnFvpKGoQ0_aB*>AUS{s^Z9>nfiyQ0u zpLJTnGf*NTXA+(c4hU6~YgLox$Em}^?47E1iwx!&d2`!@G6}qn^e08Z!Io-jP6ocq zERWIAHeT~uT1sSo-!E{=_$2&!*)- zIX)~2C6(`ojf>SWfu5n`xTi_gIpJeJ<91F-#qqfC2^OliXc6;0^}q9ehoK^FNp+dy znzht(Ra@kwhl|P(n3$~^n_5rsY&Zn(%Ti(MW#q7p3>`yhd0@`SAPMW^FN1Cuz28SY zmMz$VDa>PwrPwur61MD2xwEDH8Mg#mE5iD2_wYA8zHzU>E-&caHLbz1X$OYj`S9Cy z)Rya)hLV*Es`L@!w-IhEb{P7L@PQ(Vx1xTMs0n$EPzI;3Um9)JG<@S8V1HXXu;j2L zw0T`l_(itz52DI6)8YGiA1PwG3?&MV*=I^)q{j611|JLzW-t*oY36I+$h`AmPt$Oz zlkvvD;^`b)m<_)5Gacd089*__xS{QCgQRDqhi;o z3ix=pb2r-`j5CbXABQQHzjUN;9Ova#YuG78D(5EN$mU!VXud3Idb26M;t=;mMn_`x zL!Rf-aRDu|(B7Z4Ydv@V8fXun1Vqpt?qZh3+CHD?ZS3ymx12ok55u;fh{SKyXHIbQ zSdWsY+_AOlUGgd{?5Kazakz1zNfE{rRlC4~kJcO}Bj9w_iWtxLsnh1Oq+IBLtP_XDgoyqlN?WAhlA?n?~ZhthcISWmW-9C z9_+b61&ffyv}oflux(}rsao5*2Pdca$T-ROoK`iftT!Zu+%=Sx@Z!EEc>XL}W+`^p z^sN*X`1u_5ShPMxFBL~HD!cTWXB;DaYu|S9{N2Y)#XlIH@e%a26| z(s?$nv6$^PELTu17~g^yVru=U%&&tY;u8+2^*J*0xkW z@h_&uCFdxJ#^z4*j!u&s5>|`^XvHFApTz9(a?$R(3@;^UGLG0BV%ur)+vN&TC);J+ z|5((6%sIO0s+(JKatkpZ_2I{tm5NJT+yRDE@oe_; z*N$>jz622%O{@`E4l9m7S+C9us@NzG{VR-rE7~lPS2cWyL=nbC?bw+y$^BQ*^2JugPN>SU!Nbpsb<-$ti3jpl;8)tOVOzTff;jE|xQK5_PL28)=)I zjKwOrXi`F}$p-b}86|F)r!JUZgW7xEHV!m0t{8;{1)3FSF9lIa{>;uA>tx(O_NsH% z?du=2!@GJ1=p5v>Etc7Kj_=9Qlt2Yg&Fd?)=%i?}-N#|FeI3_1U4!F|lp}%I+QF8u z;W~&p=Z#CZeOGoZ+2QHuVZ7an5loi3tI4AL_lS)iYI2H)h8FSsc~kjd6My9|#{En@hlhI>83%dcH1 z5|@;mG|35F!(hQ(ZCIAa^+T?8dO}y4`I5*npN&P0jd?9(TTjE``kixI-G$GjJ9nfb zls+!l3ZnKj8#?G8@r3<8#nDuLaG!I$VL#_?r2Hyjv}X?IZwn(Ho}ZiGmu0bWF-T0Y zdwQ!-s4RG9aoQ9sU^!ixn6Sv;PtgYwo@3pY3|9SkxL(^csWNMwG)Gi)g}+Ahqj3EA zf*11*{;K%#0Y>6|hY40hTR2Ab>{Wvm2Qo|JE+%64!Kneg9N4 z>9u=iW<+MIZdy+`48gyQU~@y#pPqiC?MMZk49$drjncJ0OXgdp@aDUX8Cq$93og?8 zy5&_rii3>w=1fkJ?&D*6i&2!aa9~yS?ryHCT-rSe=f9|ZiamqR5sf7`hFFuMYKSfG zL{aTd5*ZxpeR|;Z!-+`NQtuaoUyssIZ_Cr39OBhqx&6j>qSc6LY2R#YY%wEU_fJu! zy0c(QLfg5?Ri-#Nh6wkm`{=K366G=fa;<9X)2Szfz z$NLa41xwDQV(1W)NjC8h%BwoaNPGP7QTR8t39;vgR$iDzfmT&p$_lef3`8u2`42bJ z;+r%AUs~-o&(vMK>t4Vh<(W8@QC-qy!he-Zj|u#soSdngoFL*g3!~NZX9B2*#-VZ3 zpZj8eANhxzpr_(+!t@Y2htxJtqdHr|(!yeQZG}zDiWd!Q_U}g{IX43KJ6EHYNnq1( zx{Ii*D~J&NmkadYy0$b1JKE1jyE;Dm&nMAZbHFJ4vuf^xe|t(=Y)@r&wx5QJ9 z0KMa9lz-Q+k&qY%6+T)DqI%W!o=(i($cdM5^}?n8w^u@<@cj=_^YC7C%oX^8U5w1ZVjFox%UhhpV}~ z3=)!9SW1>6IfZwbs+#M>STtPaTeCp*`KPBi>+M@4`JN_LkSo4Gz2Yes7P9QC|F4Tz zGPAHyp6Y=uCox#+$@koPNDmk2*Xek*7oK7@lBg~Ql6xgw1A&(!HOil72IZ#d?Mw4N z+S_3K=H6pcPLnejyn9D&ygs%(c~ZlolM_>S0|^;K9-w0az!QHn)q{`FG7FysjN~yuNzOqzLqtRb4v*KaK4}E4$~U=8FmDV1nABv?DiFzm zrUd$b*Kl&+t3E<{Dg0a^Np@)gV3s5nl8=Q`vrNW7M;gi_Fr3rP&zA|oS%f~2g- zKr-R#)()Vl{{DheBQRlt8}vzswCwKft-0}wrxqk7z3W*7gB<7zHi>isL~e2MaoN@3#@=92*iM?P?lr3}ZcgtkZweSJfLVZ3 z_AtcA&~W%rn;*b7z1kKQBv@F9B!LcXMXqWb%*@Qtzdg6HaRJ~WIFx|Le)p_*bhK5Q zu}mFK0z;TTE^z}9%)Skug_B0#Pyp)s*7y@N!H7WAab~mck#QFrhB^`xzSxV*M1%&^ zI2!f(j13|;wu*soe|GSow7+6Sq6~{NDPh z0!#yt6ediV?Zd+dsgauFfX}v?0Wy~>ybNdqq0c%kB?WCr@>d_A0lvh=S!`wYC5wW# zD{Rl^<;yl`-G+vAR0Oo}0{e`Z%XYrE`vHxR2%VdbAvHuB{XkWNN~CA%)9LVLBE*1hV&2@JY!!2+x#EP*C?ZSCQe|xmjZVX z80`7^On?w8UyL7c$0d?Oaz=}TK@a#Cps80jPEB3)N;}!w_7i~&aUXs@JmBu(KQ$-i zxC>A;P|^7EPs10SdEo+w0x(KTb0PdEVwGpWDMYqHhRhw9dthsUj)t~2XRw?Z2=Kui zjY?d+DU=Xp+HM%9?d{+Vb_Iq5v0R-FNJ>B^H!@8Kb|o<8!F+FHT0u7KAoDOqwQUEv zx0KX5@GM~Hf`%xIN16OSkZ9LnpaY1=-XGu;{uCG?7_J$Ur7$soj5Tv;VVMJ#4rW`|RA$f}E#L4;oju7#q|@;6Rc|7RLI69Hw>&o|)Ikok{(}R@ zeB~>Ow7UA)pu9{|bMwJLfo^^ozy_zM`N_!}TQlEpD^R}%r~@!VKy;w$9+HK8@4tU7Dy`)3ftp8{G{w-P^4TSS$uF~JvC16ETc+p;Z*`gt^@lw}?gy%UaU>gk z*M@_KkxM+3nC)~FwTrJZ7%uo?wCV{CQo*tK=oYeC0C`91VyS08kUaZPiauA0~p%1e7R%SCp4& zq=F#@;|`zzV_?z{>9**32nr(5EbV~uf>x!Vv9B+b9<)ADyew<5*u z{RNZ0G8?pmxN!M1tUy5NA)Ga~vbvIq-nf1pW*d(A0Td+X z53B&Ox;HB(BO~zU=tqgF8Yu&?^wt&@_V)&4umyp4QggDB_5S^J*Qr-Iikoo0$nT#o zFnE?5g@WgVj-M~f2|lpmYR(TPK<*;=0RY^Rl7W7Hez3l7;G2tGo3#l8`d3s`8x#@2 z5xbg0gE}0X9+Pu(H-HeDrI^!CA~T@??nu?3+&w(50e)RU0kb+R@?9-5T1FrVhM>nC5F|jkzjFR~?rMf_ew4tDMXK+S9XZ|W@MEtRC5jYtJ#d!k z+pzJ43!4}JbgjK+N*0UPC#>ALi&Q%mG-QPSX3pbc5g`=yEQ`eDpqpBGR(~jcdF;3( z|BzcvUp#SI(b3G_DE6DNp4abqxL_qkszq~um4Apc- zp>OT9k!a&@Nbi9S<>VwUJ-sCeWjrr-6TnWxiVW7;<%OQbcsJ?Nh8Y-pz{NpDKx{Ma zLme)jqv+@3!v}bMSRiw^-SW4@zykadw2j8g0u})B-T}Zctf@ff1i7>+9y}vejteC9 z|8hFbR?e>%F7y>epL*}&>@2)LyS^^f(wlMRKzaU|zxPiM_=1Ba4iLN~4-rU6k}}DC zSFGreH(>tl2LaWOANb%|@#U$!D-krn2KW>;L|l% zZ8Nhh1!`DkU5TDaP$;XZ5nV- zx2%PDt1-~ArZtoup@R=d26BlL643+HxhKJ z0Mev?0yPL{($7U_Fuq0qiS2iRH-U{}ZQ2BAH>TWutmphccQ8XUJO*|NK z?Bhdc;r&TK3V)#YDVKtJgeJoe4i3`A6a^bfg{(EbAr(`4@c7=be$?v>)QTd}-ZAITC z@#Z9BIKDxo1_I$dneo}aV<^JV$-^WScjjrWPO~Ao@Dd6qFEQ7dBh*yQ1J0o5nr07fEst8F|uSPNTRSa_|f+P=73ECC?D%Y)L|{ncKBucmq?#>_TuS2GA=A^Fb-s9mOK*qz`cf zJP3?})aij89S9~$Fb5wP)WY=G-Q5ig@Yw-By?nhE%jqhJj+cRW zdGFqpMGIkZAK8ODhnq86a&ll$55tNO2M0jRU#2S%fWn1|X{yX78B}vX%LG3=YzoP; zMVUm%ulQEa-VG;*bD1^*JXP!5awvJ%3&jV$$HRsi<11-Gg8mMS%Pp39PI6Z29076=N zts3(!V0+A$fQJj88&vdN0ITVBW&&69+nz-*z`_!Qz_KTfXTxuGml}rU!SWeyC{Jgyr3j{qa zfXQ2Fxi_U88@~rm@F~+fx3MYIt6jr;79q+5Vej6~R4oJ_l7Mr7pate1z!vme8_Cm3 z&mx{eXY4=EmYABF0(I;4ch6{Xfygl60GVL_k&`DmL9OM|cSyKsX<-Bz6pryev;y)D zatz0^`(3{G!xNGa_yGg&u222%-@2|F8p(Y?s*1(}*Jxpiu&BsLSkWo(`vd6?#)HtN zqM^nL8$`Lyc6?TEaw(a=B`yZZMR)9Z5)UVC+ z^&qwM_N=9yfrZx)6x9$2oHP)G75V#ly-4*7=(vp-Cho4yHRumv z(o8yN3j5fOis%U@-d?C$E^(Skvli;zYwQtSRYEzr`^@=1=c-jfGFyrly7HbeCk8_bJLW5#^TNM#3b5-5tY1(8mXEmc6+I{|tb=F287* z?iLBcXR7}i2@oupFknH3s}E++B4WHLjDe4$utvIP98d;LM$~H;GV4jA7plf+8=3gp zg<98279dg`0>OCG7@Cdji|UYC0ONpj=N3Z$;_R3@{CjFD^!{u)^H!rXu%|G7nOsxZ z{gxBivP>#er)T+rBL%1qEM>8prBL>9Jts4M+b|n$I~PRAwgRS*fG~&j0T@88J&;Wc z(OIEj8^z2AV$e*1!i{l(f5akh4jE9 z*qEuUt*ngkP?3`pL;Xyh?+pxUJWc0o%k*K+ z9~|rae8ODG zrn11WElLsO_-RwMC%s;fF6!Hl0=bWgz{A8K!TPxJI`tMa2Xs1(sbeX++m)VAJspCI zrJa0h;_|Yec;Dn653&CJhn;Q2ztQ`Xr&f<+VZJMiN73}Glbi=lO}!!WZ3Lm9;ktx) z*4zN2a8)Fzkz7e?)iNjDvNBR~&QGG#i=KaS%rqYlLGfWGKs0`A2tM4y>cHW8pLWA1 zwfPdiI0{F}>^$BDqgI6J=5HPjnWY8xqTonH>Oq*L^hss@B;zC&7U~DxEhtx~5GyTqz zdEdj#jh@E$;EvCMY~6!h<|s1J;4`?uDZM)Zz|!{l3FO&8eVwdvcT-dx{`MjOxWegf zy+?ri=-s<=FaR1V@LnUs!ge7zKIoKB;C3(t)U5X>@WudT4|u)-5bC_Jho8su;tayR zD<4n6R=9*0Y>(j`q+>Z@lX^Kl!B{b}Mi6#o0mORqdfkV6WSRhk>h0}?k|2}{o={R= zg%Qxy6C4W7vNJA;9fVCxNTIsh%D%5O{!W zvhHF5z)hfL!gUPx0paxi0RaF2;<26oAV#j5uiIozOKV@LxYO>$)*So9YFXjjxmdn8 z$<@8vJ#PB?+oYsEV>q^QnML{e1O*Zy@C72oQ-R(npC;MX+FF(n38t3d&)W$Uu`;8c zhZT(j11#V#0y7_wkO1A3^xawitmFZ*TBN!ivy$B7PgW`pn}zd8?ksJ-dr(q?QY*NK z!Fjsl^Gh`e=#0Rnr^$jM0f4$x0aluo0#g9IK_I(NAo^3ZRFR|=zm9Jdp(_iGr__c> zA^2hDV*9NNwywoI)YKpC4h?R(2EjTE7=dgk(i9dB0N@bWt39~1fV&WIIN^0Ifbju51g*;xrQkliTq_C|(G6KMp5MK@OeX+n6xz>J}|Kbh&`M=UgoIkdP-M>Jl*g%-$D>{3OBGxA+*$Q@NLyywOwSOt_@uAR+`$VA!Rqj~k z`3EP?oVqllM^EGbYLrr`p6nX`i1m4_7ys~Frnx7AA)*(BFQ&=ZXks|0mL@SvBI#_` zCu=-J?@SF7&;OMp>(5X{+F@fW#(B)9kT{qfYct7;@AH{=#sgU~s3!cl0hp`5x>$ZX=-byLNf8dD*Y358j2a6sSRk z{Mn;Xs98fj)`+_d&`!XmWewZz=GpA^f$aCnl@!ny`GalX`v2qZy~DZS`>Qd&jVLk;{6P-Wl^{9 zB7SOrqGjqS8&v?lsimW{4ZPq%18-f77=+|upa8>7NXVljfR9OHLIVDbdWqd*%H1P2 zUzg=asHNR4(#&UbZtrip?h-ENr43X%f8vc}2RaX6fM6E^v|;#uU>%l0FlUHI1%?Sv zdpkc9(=|W|0@mMt{Fr#k675K#=&rY3z~NJ-()MAMS)y<^|Kkd;3oq#iqb!YW!HXAz zYloW^d_)jNniRqben{wv^~DIv??WU|oW16%)f1 zENv@h2#88TVozwzvw(nj3+KwjW@8kgefzy{)&`eQSM*ScZ9cbhP%~7bqSV zy}KbNN5&DF+VdUKaWLv8*u1=df9-r&Z|40yhdqJks#!jU_A+Z0s%L?f_Fa?xkCtqL(4_px!;xNZOhF-jT01KHDk(9e zZe8S6nH#PinVyS&d__p6mmhu!D&nZS@s>5cjqZ54-KJI5`-=<~(K&os3*UFNZzRc^ zNAUzELZhsB*}iME`(st&i7O->56{GiuDUKO}feG`*4fLi0l(wJnrz1ujrs1${dZu&dw&TaUqxlN|!IwxAV+?1BS zY}N0H*N-_3Mp@=>BID+)KrQa^5W>ioTy(V`pGQhm)OMBmpK>4GqN@Ueg1+9~jf1Vl zN$>O96Vr8bS&0sN0yr%x5%a6KAuatI_HXd2E<$;sL6ivH*-Mv{9jwroLX{nuF@EwA zZ5^=I2w8$Tke^A{_rE`;x7}-}oY(q)?js^b(x-pyfQ4dSLt01$W;S$s=70Sv2TPr@ z$NP|vkRh>UOZD^`-WHGF=NU-#G!J@l0#4Sm* zbzT0Cp^?$#a@r~H#*zEpFQP@_Nfpjf;x#W;3HNCI!^i|-$dr`Ys;aZx+}6fz%x?~V z2BgEW_pYU72}YrWpdKHm$5f;(*UCC0qE z6Ajn(?nryeCN#UJXCG%NZ7N1G?qF0f;bkW_80md4(`xtC64L$4cka0>Cqd1Sivk?uQOs}x^&4df1I7g@;=AGbF8 z4;SDXNxljb*+P~qM{y<>cgyV^N~q_?p7s9uG^0ejy@yGmJ9WZ3%P{P~d+!(OP0Lx; zKN{ViRA0w{51EsfwhrL&n9pW)HF{+er8uLL1wMzUiy`=DonHvySV2Jzm+GCohl7jH z(~bFsG@`^!k;@RQ;RY+!Jv=MIEk-{rcR zNTGOtxUoD1+z)e|5noceteq#QlUrSGX^>lCBH&yL9Y7{#XRQo0Ztfux z9wMNON=o1KF1+H@?yTM-CmiN4?$E1SeDfkQvJ1+p1Rv*Yji}&Ym|ns`<3_=XXZ3*w*y+hntSlfg(hyWwwRm~Sw zuXiXLLwj%Oc6z8|2&dO_L1ZSe-#Xt_w8UuZ7(%JnEj2ykQvl-_+8C+-6RjTJ-$g zP$oCia*^bKRhH%S#9433+?=4{eC2HoMIii=mY@C7wwEGB4eRxL3#^{2bNS8n^{_j# zFo#hLJTSLgA7@^!8W!}6|8~xWwqKfKT9zc&{0J)v-l>Z4A7AgIr+y~A!NEeO z{NR>#bYs(ceS?+#vm$#UVKrFZ!`m_RW&&CmkquAbd1Kkw(PFM1{x8|tkd$EO;!4^@ zrt$7^FIPg6k>_BTstzkVJ3RjWmh3>!94eV-B%i$&aal$}dFmsFssGOf0E&qNzJ{1X1=0=U@8u+N2+FW^F zvnC!2Je<6zo2AI^cSQvtnN|!@a&uFZlA}}H;CKniR9q)ynCRf(hqL`xzg9u|9F4IZ zMqm}ED=v2Sai{&dQdueL?GnetU21jrv%<8Ovby?>07slOi8PfKp`9$F$Dj&aJN?J% za#ik;8MwQfvN6CRz!g%>oo8DByV3EPUC8UZbdUHmYD}s?3*FiN!)3l%DJhdcu@~dw z(Jc48c#y)^Ov)Ns^Gm2Q-R0d7%-pA@FdE{Z1T)sD;T9*bEnch7M8u?JzDlYfbmn|A zcXQi<3@J+8mp6w|hT8gFjQAN%Eo5*P;sHe(m`v#CSh#u`K+_dP`2!OZRxU2`g9lH0 z6Rsa;xJ|y6^N&w6In;#4w^zUq@c?f>0rajO9KU2%_wy%{H_hJxLCou*T7d6DbroGj zXGMhpq6<*)PR&{U3nT_j$?fycF z2d}kJv5QORg(u{O9%sDf%a=m_M(O+(#!ryT+}hkEICScFs`R@z`a2a(ML{Og!QTEs z%0yEwoyZ{p+HZ!L1gHm0qOFY;-6H4g4}>pcU`lAlHsOb5Vx41oKI{QvH^I3#vjaWj zAyU#|>wK7xq4$3BlKN`7b8l+bEELBW6`Vf$ql>lAe<7 zC9a}+R{#~fB;A_**tTfisF_|HAo41!um4nBtdph^a4jx+rvy$mskhG|eI%=-z?ucR zp@3gRgoWXF6&(@bgsRdnEi><`X;Q&G)i#>Ghpr>iDKuI~_Rxr;U8CUr3f)#F5f57& zFm#Y(glB^*+HjVMsayVoYVJT2aEtc}<3Q8~2L`~vLKq+niQD}xo-8>KD#P!AnWyVZ zAMunD9j^0TM9I16d5)hyyf-5)B{lUgobZsPI{`{~d7-6JN`Y%cHs@5-@R6tQjXd|D zNZh?(kXqqLV&z#J+wo$#s-8MFw(kS9jtZf0)dv6){km+s+rMEFPm1tkl)Ru5LP!JSR zu!Dkfs%axRA*CQUB1x%TB+OPJq3LyonxBgB#m)*Vu}mpqzq;2)EF2~z{UjyGjJgk4 zF)cTX`B21d+pRd-KikS4kkb#p`8y%*mhvKT>7H1n^A1y;m7@zdg{Za+T*(&i3`|aH zqRttmBiWa%bl!QdbmpN&X-q^iGcua`^}N#mhX!vo+EP@|V7&l{1H5Vu-%uc9V`m~{ z+!pHiaj(GD+y*KOUG?l*&Ec6dHIY{$go;n~oR%!)g>XOJ$&Xz%vz+a@L-HPXlq z9EcTRM-+b(5uvWEd@1YXUC;8OwA}QCwQX@5`}+=kMn9v>)otR_qWw#%87PT_nP?6} zO*rTC=e*J4vMsv5i6dW+1yLTn?&emMkT48HW~`=;(1-ByqNP9j>MyrDu20>MXBRL1 zd|xxXH#Cg8Rp3E>7q@>^fbKG)9c)tVP z4^oqpFb7BG7_xSPR`Eq7{Auas$*Gr;v_Kd!L%DkOks7;&sp;Ut8U$ z+zv4Wwf7Mz%F6ykB?;d&ymivj(r`uDauey#Cw0`eMy+1xcu~aC6?HhOJ=Be8|L!6r z?jd9LoHHJ~IpZ$v-)17=X|O7e#IpITniS1o*QXj?NQI!jfMvx9lg43h}&p?o4pgsdwa? zC#L5Hgf&eyc`~sv_C?}XBkP}WTXB<@wqdyr6yof^&1if2J37@qcPJ!$k^J3pZrnO^ zdrEHo<%CcPb>NK-;)f?_yp2g}%oYlcOKh+b*YR{a zG1XDvo}pw%)Yqoit>)I}M+Y5dCiaC&!usNbHw9lnlhnu_V%hknzZg7$|5rN((5ukun_?kVTSeq z0UdT$0H)wAc^s;`eKrK!t|A%R7P_qH=;?6Uz{ISqmm@M`^>Mftz<~*p+vr<=wY5bH z*d&(hdfwZ}9&qK9v6AWy6*+!4;-GW}xj(&aJMIkp14N~zX*xw;jqZ&7B77G!E@&Gmr;QnwXXt#ki>y zNYOGdxDWpbLtTP*35luM2Xn(ksmU0(KT+vC3L&Ap-$=X+Y*UWj zH!^|)-afi_Z-KlAb z8!ku1mwV2~F$+ewjmL%w0(8pL$>=%y>+Vb*jmNvzV+TVd6)p;K-)!Yd)(EFxV|P zLZ!N1UoqW3+4s1s<;>Kx@h1Ixec8agg%&#Mdj^*Ge~hifPoU612*SI8B7MxMVtvp6 zN#ZcEmv8q{G=U66!ie+sOQj)F*a>h6;Vgg5{_3JM@XtXXLeAwedfr=$^0>Ls+-}K| zj^4Tc(`cX;3^YVc(?2RD!#r++Q~v@D9{e>d0Kh7?4F`v%xuPF6M7#&X%7q8N&H+vm z{|+;!#YAT`^5W9s;^kh>Ttr?FRUh{vFzZ0P0iy((KR8@joWuAK7pvf*go=ycIOPa$ z=KbcWGNy3{_wL>sMAV-#faamoi|^%)68hPiNsunhE6-?LZv#CYb(_u}fEz_cJs=IO zFzhP*41l@EMgrRlNu>l;my{H?G%ab82vIk|qBrxf3K<$6zQGiNDhEuuX1Atq->wx= zR})xs`?F5}6Vou`6hIl%08#ubs>k-R*f5z=h;46Hd$Th-_D}6Rgw5J=S7-l$jxqegm6ynW^D_7{i_Y0`ru&lCUwE^ z$MQnU`Sa%|u=SDI;k;s0e&I1u^_5Mhzb6sc$EP~(m&t4kF9%5o#s7)D)4Wvv)Q089 zc`lXKPeRd!D=Pm4UMf7E-gjj(;z^%7v(@XL!}<=&zsT*ZUC)TV;?s{<9(=Tte*b;j zT!U)c_DtB~oY>}O%;MXn>V_rLyEg8ESsXn4@mFUhEUpgpdhzaLfQ8q--CLc2(Ux)D z9}02NhQc-c%F*+toJy@0!cN;Qi}V`qgI?pISzdk7wxcRfJ+y0Gr(}QR|9GSAlsh`p zK11XtPj~msxL4l^k&Ugo$8?Vq@s03p>t~#sT|*B$-|g0AkI3eF%4h!6-sYlFW^w*Q znVE)1<;~l2dTM$XkGGt5-=Kbb{Qh5c-;R=;TTRRIkM@s&M1bgl(I2vGd$fkL@O4Sa z=5^~xKJy<94M~T9;NsJ9hSR$EcVN9~9Cj!egh`OppQe!r$oojKzEtT%?JC<#H{4729 zYQW)2hZ$7Ln#j8tDt+zV-QiA;Hh*o;UF1V^hJZJfA2@t^AmU?GUWcn zuw2?%i`nTYb`z@8ClJUA>9`pg_0c?ZDnK3c6V&@%MR)v8y2HxkC$I)xacQNOf8?-@ z*vJLbJJdl5$AUh*eod3DQ3UE7Dn4-XarVI0_r3VYg2+?qF}zIukFi~bpp3%`x+H>i zPzpslizf(xIOwTSx%hbaT@h_9MUZ{N~~ z-8@D|XF97 zLILR0lJO=M7U02%$jcr#D4jgQv2tCNp@+B(+XRc@EMMD&!H z^Wr(idp}=aTu~g{FMEhXiFnN6pOhqLmba;w?J@;|xc(d!7fuyHCqA<8=k?K-qOLB3 zZMpmwvs43o`}|)oAp|iU&&%Fue`x^df~gHO>A}KA(3^O3moOsonqxnRL{viPv_5u z^FJo(=6`g>3X|>5y-`#VW2{U}_fQH*h+b-0t<~LDz`G5o2%ZJ|iHWfT0pG>!++3cB zpE%1wbo_D-v%tg(FdTVw{PP3Lhnd7>e#z`tM&IbcR0=xY0QUO2b&8H=!&tu zfrbL8o$VfF>Pb4UF}pD#7J$x59lznM|B>;T-58ei)dCF$pkN3(0WK( zTRTeOvP1kT0K=L zJ1#rz0A6Rb%d|kJ!|RFo(S0x~ly`&47wRhTZZlvZ2UjkbByqgD0HSTr=0RaA7@cG4 z+w5L5I0w^}kD7}KB`7IP98a^e|6G+jPX0jqrmSo#jPgEwSVhis5{?Er6W965soN>7 zXy!VF-spW6*;;HNJmZvz~ZF`NK|5XW&qx z;_LS118iGoJbux5>XI`t|Gkh;!~(JHT7AYVGzB*yu8P{VgreXvGLfS3csDzYB8X&m?Uu190sk3 zU{gvMJ6KzPnXViJ*$H!e!g>PsFFMO<2uA5eiy=C3!54Zuw^T z#`-$J5eQ8qw!0FWNaf`la(kTv(D-O%Cu2tX`ST0kRKU~rGre1X{7&lRTPI*~4epyc zx7A@OiD`}PhHtOfp+f$@~l` z*S|9i!0+kFyz>&%8Um;e$aZvev_-BA-F9uQDFBQ;oGJu@L2z){A1leAHZIxT{n;96 z+u08bqoPg(Rm1HDy~NjGjEUZ$UIg{9)A#o&Ma18mPRUnCiDev{PDSJah9eeUb+aRTn>}DpJ{QN66pABf;IMB7T zE_bHwNrjoxN64nmJ@DjmxbKTEIb_+AM}OMojmjqboX)>_;-?*~fK2)_ zVimReSjntDJLF7MKfFvNYz8o5)zuv^ornZEcLWab&+6*xwzgLk+@@`*00ZH7W&}4W zk^Pu?9ooB_i;GK2YD+^(1KTQiaW(fKy*yD=pzx8Ml@;=6m?0LAO1+R~0s@j1v-M6V z;#DodluzL!?}ZC5mhJx6O8x~M>`-G11vBUP_(2i*duT1%+ElVNrUnMeX~%}W%Is(R z%YbYkC(sh6KMeG^;evyWcQ?Oc8F=y7b-y$j_ozY_9JQkgBETiJiRv$m{UxGJvwa_mJK zZ<>?eXS3TI7Rdgd5P=b~c~j*|4=;7o6A$r+$4ef*M6>gCt8y)^RUU_W$$9?m+3#zZx8lzc11p z#%CCNJI}E04TgbW8$P;%Nhk2}fm`Ag}1KC5n$#fXkn*q10%&0>_b157#h z%)7ru5gj;kY8M65mA_Zw>11XCd+Q^p$!&it``OH7+kl-$b6?Fx_Ic->-~6=GTi_ET716Mq6_cR=c!mAaeP zF@i~?Bl*w2^ejlwe0Hrx3y@{&tM|gv+a?VeJuSorgU2;yovF@i_k` z{Ga}y{_ns1S%d`<(Vw7eqts`_N&E!Z#Ds)e>UPbN%x!GBm-HF)z5?V~QCD^MVs00Q z_c=DUmdTSjS->t|QpCYiIg)|yKWDOAXzyjupF(28n@QWa$_?!*MQxogw+|Hse}6C5 zPv(1~Bk{-Ew?`uF0>cLVx&O`y>?!*~uNhcj!ACoNz3b62%&4s{|Fyc@rUr9taFqA% z-sM*j93GzADS{_*GN@YB^@kasW}4~Lf^;=#Fqq^K*0+0R+*cSZkXT0o`FknEU1wbS zG+pF>KXJ$Y$w9_q(95ut*gI`{?0UqTHz1aO6}wg8^)C6rDGDrrXK8@jr<~N1miN42 zR8jd7KfgoeF{1uEujHi8dz1KxV`R?7)u2aUf+_e^{JC;UkB=a&pdu8TcxInxE7Oq! zF%6>&Ye23e(>{NmwU_UWZ~D+axwNr$HnhefcNDUO3+J!jDb%r?KN2Np#2tbB)Nb+xsF1IIr1BK-5cmp(lgRMajnFKZ%WD=w^}vYGuVansD^$B&jr{al|GgB&*> zDmSV0zKq#O(-xvPZ1FO8tok6n#9U71b)DrhRlcs0vRy$BR7KDMp~FTH)_8a+rojPr zq%d7SCnNM;CmjoPoq$T_kA{J0lJvIK7>j%;GNzXziKeN;Ywb|6VG$%!Hc@ONQ>@n3 z#)?Hr8RaGRk$%Yqne%Ca=`i)wS(*)I;c}lNVRsX&JBoc;)tX%exk4CFNrSAuUq} zeM?pxU99Z_$FIy<*4wSc-C2__qVT6krtmt{TO!)B#^Tb|_Ni-*;xb*HdzFVdyI{eG zZ|u&BQTgwCwdS>^IaKO&9~lt`5=-rE*5q258FN$^3Gh*-#L~vWqJfB zWLsNa%7bY|iG4F-*w14+lA*>9Vi#Yexx0JslzmWOAYKL-#pTAEKdD;=2I78_af#XK zll;TyjmZK~e}GX>pB~76kGtIxSbhTht@m%~q;)j!C|{yEY;S9O&R;=OlP!F|R~g3M zI2+yFsqK@%7V2Zfc7F0S7$+EyjE=US6WU8eo@*Z35yn=juBlZO#fuNI>kCZhbeVx@c)%gau zn4Zj~s29|%pY`=vWOE6m#sUfn7vwL-(u6S%CrX~Y(d94pPxVZQu>rjJohEHPu zN-zpCD08ng^EQg^R9(vAZpDO==CE(YpWfcyr%#_s_>rYOJfJ--Q^RtXsEvF#y@OoD zo7?LyVHx_ZnIKIL4^Ns-ENN;k9s6~?ddtr6u0|sN4;!=eT=SIAqj`^GW9(OY79Cl( z9y#py)3xYjZ+~`{lA|c2Bzd62_YFej@4+p<+9I1jl^wGK8xrvzp9f<}nXkS4&1EQW zyLW#!vp#d@$>=e1d94G1+c!EayGW@RuPNPP^5Y9(<_h}ACO`BDxGB)XkICn~KWn5V zCx3dq8Md~F1#-#L!R6)UuuxVIa-~0ca^~+}+k&2!mX?}9u4C7O#|ME8zDf4{{RCHH zrDVrVfb=%BJ1YKIgmzG)0#9-6D6&%RK_xOTef z_wNsNpIh47M{Nb~dtx0J#MZdHJjb2wtq6AsqS zM8Gj4l$`90{W+XURK$$TtA~ili|`+h9_?~UF~r&k7SkVH!RC|=rm5Jv!xlegAI~X? z+7R14JW7(25z!EctV`9<+>N&+X>+#Y*+n~zL}ceukU_Y?&xZoQlEwuv&BrlhDbt$; z69lpp(n-t&_HtAXWl%L(|HA*Hc)W8bLt_aufqm)ikc9jm*1QA*=2Hwo2=RoqM-6rb zNse@onlv>F?B9$|uSkAGvz%X#RVF}Qf5*q?oB^m5rA)o>j{_ik{IKuK2TzFF4iNA3 z#I6RD-`!a?j7yS9TPrCk$``ISY#iqsh2?yXlAgJqJENlI(5}_ta)F56 z#!1@(Gg7XRncncsO8w6yj8*YAeKFg)PiU#df4x2=7T)q>pm)xSwNyx4-63A8rp8f(5Ft&98si^!@46-QYmf&E+3= z&c7KlJm7n8ZFua=v@?i5vXj$cYah1-D;2Fgt`q-8;se>y<* z5F@AdSEj)e5iTc*UR=y=4So>*UQw_ab5_J!gbfS9-Hv-r6mL&KSL5BgD@iRKQ}$`I zRlk3~cD*8XkSOJ$V3cT#d{PTC$St;&l=ex7>26kUtX?8EPH`M2BRlVZH@7Q$(U(4} zrMsK`(0OCk5zBxkV>3(3a7LoEdp*`K`_#nZnlPUF@N9;OI{SfzMUEP~f1K>CTWLi; z1$}g??_0*fdSPN&&^FKo1mQ0kkDk|5K6Cde#mfpMM>BMb)1Hx~FPq`hT;jY}v^n8r z{%hUN!n*S~$pOabKBY|2`KCC*Xp%#M7Z5KlVFb%~Ej zKK#N7lIR%QgN*ZE>SEHjvPy59qnfe)Dp^$AaXU}AT4m~UuIfv}1l7=Px~KGX5ftLT zMmilJWF}X4n8VSqBB0gY#pcd-TU-NWlAzf5Te7`A6fx;(^HT9ALhCQa?2Lb%h)SsJ z6l@=*BBm~cJ2gdI)t}!lW4e@HmkgvYUq4Nqq%Co%H!qoYXgDW4{8L`%1L5E?Eyp_~ zcY+O4vPO+-4{>y4J3ZGAYB>7zne&#N6B*;T(ryJ&1F0MO^HLh&ru=k=gRkA?qa>@k zo8vbp<9v2R;7`fflRK8o4LRzQ!-E}pGwDg&t>GjM-wKOjGqiJji*l-pa^z~|JOTpa_65V;uQbTkG1UiJjo=0#y0Fj{rDY9D^X)KvsxXK;Zb(YY*^cYHBGEmRR`I8iNoucFgFa0eEYEnpxSvZAZSL z3aWYSH$a29u0);I2G}xyZYN;oroQ4KfB_;NlSao+_pi`P~?BgE;QyKI} ztQpS>OD!}>oy1W7^@AgSB4iLXVl2kWe zA=|qfsc(Le@D~;qa>p6*x4L_`eB2hqg|jo(M6*xwSWcLnqa@gg*VF{JS0gP0c|2t~^}T>Q zq~g!#4zn`7#&O#p%(m}|KGQl~L!GLZp%xM@L{An_d4$X_N^X=;6a9Yt*B|eO;;Znm zu$q7f_Yz&YUk?lB7Zyxi4B@imert=Aq8TqlxUK=xtCqR>5U5;S!gJ(Jm`Pg z`+M_b8u|E(fQnv*>sTHQ>=@Q?mLR!v&-QP&x#-`5)82XXw7vID)ogh3vKL3|aB$AE zvZ_CP8B`eeGDQ5vLehKsa*Nv-;$YlD>Q{mFlwv;4n{N2)N|-# zQqm}h?ihADyKft<`ytT-uQs)}SJ}3)vbxRCMqqu`vakzdkckmw(mDT4Bcx-ByV(BI zUHhThM$&!Ge}1{ka%E{LqHe^}eIYVe))MixXl*32(+X70VgS%A4aIL$b8}a8w}*AJ zZrI-oC1Vg??Y3#C(FJZOy1hDxa_=RP6fZ4dE@F`JyB++`R*fTviHA)?_s}ON!=zq| zq^YTC4hl}{n$y<#AU2%!b_8iA+Xok%pemnBXy-HVZb^0hz)N73Tu=B6=oev$^edI?8Q5PSLs35Rk= z*0J`yJ8X3={?7F~i_Rh^Scy_4?ccNY2Ih24{jpLLI;S0|rN1VfJXFysL}v9p!yG#Z zY@$MlQh}1_uoORC+UHdUEWLJKrg?VubCdCA_oyg~0dw9-l???damU{J~rEyp>_dfm-hiT$#~MHF`}ua8?2OL@MPBPdd|?U@D*MM3K{WFq=}lmR>aTB?^BsKs9&UiU5Ru5`Tna}=raT4&Zz|DLykynS!77pbQ-wP+24L%JHZ z9@d>zQYL9qd*M)9kV*GT$?W6$cZ0THG~@14HqlLp3S%v|82Y0xMAoq-iXaZrpMR-P zbcLakHn0lhgNC0!y~P;=DnkHEfQ&^-yD>F3hREfJZ7j?$w%k2nG~d{G8<|CSt5x@U zd=r?NSU6WsZwFocq?mj6 zie3bQ74AzZx*V7}M;D0i-TMtaG4 z3+*2$$`0F`PWf10vz%;81NE7ziqYbZRX0cM&IWLJI zj0gkX^ja^)#*xpTDEjk6ZhFj^r^$Mrsob%dofDVIp}2dNX1y#wpjZ0W$-pRv7-1z< z4)5QJI%oIL_wY=o^K$fTS^JgO>)j^4l>AqKn`h2`##8vt#)FnbYQEMQAF+wA)=lH{ z*W;@ttA@*Yx8xQKIa222xA@7(gAOp_e?+uZ&9&_NS6wBhrsqSnGCS^FAYl|te9K*Q z=U&ZrOT!drmf<1Bk@5f!n_^QwN`|@hdO10tk z*Lu#^77X13tIKBD8Yw9$q2aahzj2E4^AjjlPf=JE^q{IMaG252;jofeZObiYR{Smg z1S}yeR{F^$@z4emX7KyT8D7@X(b66!uE6dZG|E_{Zr2PG65Lz+A-cX*U*SAVP%O>O z36yC_tMnnIc&yB9M+yHW^Q#~X+$l~wW#a1KREuqm%Y&%mF`4UbT1oL!Xr|C+yqUR3 zhoIP&z!N(HEg9f{b%rk3tjYFT#nRqR|9-I-%*>bO95ZqyZIW542 zb8h~o0G+sS?6k=Xz7zNTHsX3 z;Ob#R4b7a<^1glYWZR>*JcGTLErPi118Nkf9fzgL%HG_J0IK}5GgY_u%lN43x(`JX zOX7Xc_;QPsFQc-ndlVn_YZ>41Wpvh(;o0{$O)a_U*Jw1|+`2afnsts3u}23Sa`_zu zw38{4s*^0(N`tjb20cuAyN7M-{HTk9jniG+jmC|h``t`y3y&0Ah+3HrOxUSS&*7^f zKE!yCqeIuye0@idtM*tHQFTp5jl4?l!0LN7tIRLOm;5SylsFfAt z19dkCsCOnkw$f4FV4FHHFi`vn9*CWjv(qeR&wer{%bbjiJCgL6EQc7azYyJ=tpFf3 zZu=F9i&>!KvoH1+#Gm5lo79KJT>lXwQBulLIQo z0}cH;0_cXjbgujm*LOSMcHK7!*($p$^L{PW@&4bLMnPK5?d?hJlMtZufNIJ1w)^pN zbVbiK8hb||LW&}dV&IVOs`&gTHcd;QmY~ak z;c6>-MK~4Ape&j5$;tM1c6bS3<&rvcw}~A2tx>POXSPv6`4Uw?TJHK4`vUEh5N7W@ z>_Gc|GGGca%O58ZP92jzd00@PpE1W>usM4pqM(F3{b4~*Ej1n{@fS;*G4oM{SEehg zp<*IMIwdxva?s|s`YF5h{icm>2=xm^D!|re5V)zL~|ICE>TOvNcXF%Fhh_^ zIR7oQh~V!OS#p&7eoOe>74J;dtTrj9;!ep+?SA%MZc5=b;>+E!FLJEpuaAGba)qR6 z(7INsIxHfANXlhR;ZgMgk1L|T)io&P4}OUt^*xM^p)nt1M$o-~Pm?T=0st=F4MG7n>WUJeIU z0gninbIfU?xxpkH{DGqU0WTk(4_`(>>QKd>j3H)+#(CZ?L#v_k#b*?8-yW>>Or_Lc z``pBQveT@w;C>K^K;V<)WSlE>%d8DK+1ch;0#0u?%|49}<2)N1`AJd84uD64y)>St z38CCVZ!h~uG3NYq4sv2I?ovh@2EgA=wqJ47v$AZVUgPWxzYY*!o|&?rESRmcbVsVd zo_i9z7!c6(1hz!7Cu3;9YU1b6{gINI+yf&izJ?tm)BzQ7Gw0Ns9dK$Q%fatVXY(vGJ2B7w(tnJMK836JfH zjEQNVph2Sm!R4Up(8x$l%uHM@t)nzYPjY(}WYzCfjZ5!J^$6h;0r@qlkv0aK@>CKo*`4bqOQ1qwQ>Kd?~5B$0oUtu@AA?@ zU`d3b;rDL>aRLHyuiEt(PMpvdr6%8K7P)tU=9Mm;ZY19chIfpmkM^?+^L?!}&Y}tY z?Oy(VHSbw}<+kW*UH_A}*33R} z$%p<($6gYOO@7*tNO{zRo`gyx{EPQOZSvihu6&`FkCOaIqgKyURM;)Z=$}gE!F$%* zidfvv>3M!*a~tqAR<=>Yq}~$s_+ek(0g_rH_h7jo`K_)c2z2(`TNhi&QCB&?v}|=@ z@)=)|z=vzz6lLE|)F1QPFh@#+iUDR8g@q6@RkK*jX2L=f+5%*)V_p-J-SbDDeBoC! zcj8`iS7nbomm4k;^&c*PH<||c+cb%Wf_Te#&B9`O{*pOg*Zdv_j9Ewd)#qk=hOL)Y zR#>=#HKSubd8SJiVr3 z8eKhjL;cIYkV7A!X#!j7k=%VZyvRxOw3ahd-D1qSv5C(CVm!BWvptg2)H5^a~ zg(L+?Y*z92E)(^0_B@n&qgDNVaw+=qLvbpT(CTCIqH9b(5WqRT=v-8$C(VS8@ckFg z{(0)=;N6}huQIbzFWOlOa>?7A5V&RaLoY|~!YZ~~8X6jOzuL0iZ+ufb43T#S{l}gGRsn<{E}){Kf&+-ZR#)%vUnuO?$sgVsE6~-SD!SA1>sJ<#;34Lx*9I2H zTP$)n@Np3&>gT!qEAOJ{KO6cHa?$sN{>rTQSNw6@UK{1eCKcgfa? zd~}F%gQZhk4Dv1^46W4s@Bfby>uZf#3A=sPb=qI5d^LKwwH55bqg%}ieJ*wabHW_`g$z=NaF0q*8HQ2KWYzs zhIk&K7dhTfc!w|?5;$zWO^Kp+%F;tN_sn#8}f5=9gK}X;4a7so;lQ*ot1St zsvhkbMojZi606zA<4w`|&ad@N_=vXsT7Jz>A%?S^%pot=r0|g8C8{Y*PHXeS7#cxI z>D*0K)$lSsf~GhcCr~26Wh^Z%^?mJCm^RHQW=J$kMD}4i@64@F282dfjXeh?1tvgX z212+(`>X9ZtPJw|0!vsHo!#zs9H;m6tMU@yxfEFkS;7Eajr3ogu=(q z*B6Sk)KpY}HUC962eI$|ih55~(P=Kf-nn910%VEK16b}dP~LsJcOme;{e^*>Jkt@} zB)08J0*JXEAZC2}NBQ?B`WxGS^^K00nI$Lx*nP}7ij#l*u#Nonju+K*s$n`So5$Ky zQw^JRwoN?a$3ln7Y)CK3w<@LO%@vwuQpBZY-K#We9|>UBR$y0SB@UKlJ2;>&o7T$c zJy+bSH%`v!Nxz{bY8pAd9{Oy%}FpH-n#Ol03X5?EZZ&f@DHpw?W@Bh$5~|L*Dbu8OrMd zF3Xq%g9O@xPwkD#-M~VrPstC28RS_6XRTgjgbnl1-uxnZ4P*aJBjiLRxV^i_Eq4G* zpoQBmDA_0glnBYUcCM1mFUv1+@GiE!3)?fd=9){N34nxPWdQIX-F28P*X$=w6v8DE z6Yze(9DWt(&X}2HPQ=S4wIqtFW2Se5__FCFAd~)*UPt{bn$D|xWLYhe}COZL_V&x4rWg_^M-n@PLHaZ#) ziQOIm6v@dbynd9lK&~G0$Y6Dgd~mQ*wQn0nV`NCbpFu@1YI@f%)1u7hy!p@X{Hy$V zHuQ$O7e6nS?Ct9&m#PNmNH3mZXJeDOL%FWdAG@fBIl1EP=#wbHhx*QKG#|4(j>!0% zfxVEaim^=1O2If}hIlwtN&RsA_>OyK9bh)oZSIACf8JPIaZq{|KGt0 zmvKsr%OoV&Up_Hto>MX)_0_Q*O>?qf+h>m9Rr=ID6Nk9Dy55=tJ3tx8YIoH&_=6DT z5%GKDOFmSYZ&{dS(!+T&S4AWLylDAG!q_aZpCd!vF2+2`usfHxRD`+o;`GAK>|F;f zWn1yhCIb%50EVZXul?xL=Dj8k$sgtv%pQ(*oV`1n=vvrPby14=Lvm+F2L?Yl9B3F+ zgha5K1=25;fmY{PFF?>ixXR78nT~rGhY?59w2d)(hqv#pMF!nw2(R^F#a*`S&db=$ znWHXQt;Fs=0n#FQ2#yPw5t@9gVq&__iC;%Y%Q-z*+qu-S4e1Qt-jv44r7!GdsE~#> zSvA%IH9NoD4-lp!q-6F&#&B!}Q&Cca%F+in6zr)2d0&$ZPSwaqo1CX`%JO>c=#7Y| zsIbwAlsa3lKp9lFLQnrbeh(JL+7-#v5FCns8)+s7L#OF9?c=(G>~1HxX%{hy(!0>D zlFdXk83PciBKu^iW3|wjbm%0__|m$g@TYS(=Q+R~`j9*^A3Qc0sw1y^P}rN{9*9jZ zTI-dSqu#t}rmC;2t8os*P=_yWe|PYYH(xs6m(pIpbFY5&RqjvKuE#1}OBNPiYqzzM zT9_^GnVGQ%OJip>b@iWpURPrplCT z_gAjoFZQPQB)wDObc>*jlyCKr*GR+20eVA4#XDDb{<>EGYQD8Hw5I4y!BM%7IEphi z`GjJ8LTe zt}I4FyQMKnWxlqbUut-WD=3Vr_NYu0MV-$+)$UAx3Mr|olIE-%pN^}()Nz;yU!+B? z7&&jVpSrMDdePt1-leA5bAxVyfzWn;_%ceVCPr!nN=M059($74nud&`HAkqQW>o&Y zT=N#6{ugoQJtkcpbma_uK9-(Xu=DYy9@vEnQ?Elmt5zT z$4)!--e-U1N|TlHh|)d+=CLmn-k6H5qNYn!P)_1$7#lNnbv0K>2iT0fgu_ntVDk-S zM9k^@x|@`qe(z)?`fEEoU={FyMDKuIQ!$D{D3i0ZpZGh#uv(zb@PlCE;A~O~U>w8a zk?n7Osy`kYo>M5?{lw}ga zo&@k0z(c!m4cZ0+@d$J)uBUa;1(tP(+xVXYouEJ1wmBIIH?`uVtTHW_pgYv{hJX$w8@#J5U0YNiSrixbsBO_rZAaVM1luPn48lMj$_bhHG1WmhHX?ajIOxl$UrIunYLy8!M zZey1bC)X)~5!sfGuT0TSZd3PI&sLZ&H1TcR)XLpqyGLebTt;R%B-?wGQQ0bXCjIw9 zY18YrDZ#Ceky*+Si+dK2=jhZ>ebRQZGBq@FX(;@ylOSvgB8%A#s~b?AJF+eV2LnU0(F z!~mp(@TpN}dk>#2A)T@$fti^Z_nGqLA!eSgrtf$P#R%ZjeJ=Bgw|AbAV*N99&=Y=+ z-azWU+*9oS$@rES{WhDoR%C9z@)CLRcQ9BaL<6>*3Gb8?^y(lr9<@L`nmF_nY@6fJ zo8u@=y5>;JRBo+RxhUv&ArI0k?5};VWYhno#sH^u{rDkuzv?M_ zp?>!?)yV@Dzu<(Q47y?T>2v`qFM`ZkXR{jwMvbYl^^dB)Bitar${flSG~W9NK#twd zeK}M+1zu}Pa&piu4v=EkCv~?p=mWn@E)p%0Pg5F$#0Y(Be!l!JN&8ai6DPn=C0ZL4 z7T(;X%M>|CO(NxTr;r2SQE$O*O`9jVB_$dv?O6Rw%gZqM77dbv*iDp@>1|xKL3Un# zetpC_Xx=v4Gu`e%ajX8-6gCx&N-xLcwjBnyFwp2aByM?^cU0+JRgJ~#D*EdJ3q;{1 zP^o7m%UWV*zo2;z``+b| z{ICFjfAizc)-q#uCtsY!m)Oy;fZ5llPghh_SST;rJUDkP1S}zZH(UnhE6fqEU zsQ|25?+4EYQ~kpit^x0aY+mZ9ra$rIDXO~5oulJ++-=CCec~>I{ZIDt?3dREuP4^Z z*uI~yX}XtC@TJqgyW#0p9i6KdM(UcrF>A|Au-q&{M5~p%sWc}-{@+r+d!ODj*%6x2| z>hE{u!`r%+mV}h+#vW|Ja`FA&T|a@3Pi)hjpF%ZHqaC$Nm=LNiqLC&Zqd-;z;m;`K~GN zQ$lCGPr=M&C=C{s>?^EJIjCxoezoF=7J80<7&0jP(q7|Sr*a+1hjK^^OnbK>*9p^a zP@o_hbzf=Jg&?{JI-)82#$%o^u0^9S>@UDql(~RPs}Yte!J|q+SOCnF zkDEtrC76K}9L;pbtpB2{EJi9|81%#8Fg7Qrb#n33$B#)VM3!~VQT5lqLHk4A4n&d9 z0kMQDLVpBDa|g}z8q%Em%Xc1ETW_r1lU($s5xKBA7r zPlC}3)DT|IW%g4qs|TLQ#_41ts}WC$v%9zDv1cBj%#z+a0d=U;6F9l{nFifxJyAeiCq87cp>e`M&>C^n>POwV6>^8`f0UH*`xKVq0m^I zVPc*c1DDXzczOoM{QTq(<||_(&$(x(W*oYvLMPmlkV*{mg3*+h8K-`%G*^})&N z?)w9N4M&QN+vX!Cg1M6)QWLoCbU#|G8R%##_>~TB8pLtPo2acF=@(dQ^)T<{xR|N} z8Qst;e~UB@lQBoQmK(NE{?QI#K;2|aG--Z%Ad%G>y(83=eR*bWII()~6!NEE!&V4n z1}+ncX<8^q>fG1sX3FM2VH!WIw#~N&Lg~5g%8l;&3oEKOG&ELWj7HQ*{{)3GGgJ5e zYA}q8p)>vkX!&%sm8B)roItZj;TpElSh?O9avX+Zo4*6Le#3?vH7NAZxY_6ssm)M| z3msa_$0Xw5cexkQ!(n+5KaM8vQCBGf?Y3q+r*rwHgZr`r_In~F2WJ_PoU2iR;*@B| z;54$a>^8HEqZ+!nqm!C1n?^u46T+4f((m{LJqp?$j2 z{PdKMr|eI0uxyihG@ZlIK5hq+0`v)UYa8~Z8&wJ+lq8din91UXe)w@Ukn+;R=af(e zWOYvw`Kkc!Be86UgRKjJcY?)}u#kjll5=_Aox;SPUtqb5Gf>>j)CqmIy|LvgW;{6l z3h%v%{%t5{0!R_46Q-c>U75=(1N&1!0i5sS6Aq~3;JbjyDHfeGcFYR7#5RmnVRDzI zy~W^AuP02*|H{m?GBiA|Gx}xR4ljvc{3zY^pZ29ar6}o@!xD>6WGHrr1DL`q;0AgH zW?6HTPL0BUX8mLI94%ruLl3^C3;&~Y)3x8h6!5aL^mFgjOFDv!MaPo1(Gd&|JYp>4 zL}b?bKI-hdPHS@5RD=UWZ0iS z(_Y=44dYvLsQ>{Rh0L0BwWGd1TaX+rJ^h<`P4M^X29NUaWT}09|(x)eZ8LadBpQv7G_Z31ljObzLE}ot=d$l-BN8SY;G_{clE8A!z?g9 z*LCU0_ptSc34zxen&}Riwr=eh6=z@-i@Z`;CRo!8mRu@Ja+^!vHjA*9m-lXVx9kpb zI~@1fX7YZ<_i*^yxNkC*w!pZ_mi z;P{_Q22Kz8M~+ejyLZ`souOEE6z+++%R_&FK&vV6HEmJULP_D;oAt9GB)%3h5&G-D zo-nQc5E(fesFr^|u`nU^Cg!9^U0pg_`reMI>kt1`@_4w~&Ns;PCC<>2uHcYe z^)geE1^2u3{_A5Wd9bVLKfbEHbpPinM*p|^qW>mWIy53$-D6JByja-PQjt?Q**03&yroZ@999dvm1_O1 zNw&J&^iV`1M$Zmf*5631Z1@#VwWj`FXGnvCHBp z#R?3;hRWWZ+yB(#?dJJ7^XNLT5vQbps-01^okXgkbzIJi8e!(ll%s%wDP9$m zoJoPiifrdcW7{iNKACfWA=1QOqJ9PX3UL9(D9DoPo36hv#<=KQj?d6gv~y}nOlXnk z>5oO{XW{7Tp4B7pI&y@Jr_%;Q^TKYc)T$z-8!Avzo{kox_f=0P+JR$&-`(|&WyTNp z0nZi^Vf0f?J-#vH3b|s6xsDF&fy@Vs-Xy!S*e=lcxc@A7b2hlF8N2^ScFvE?e6eAZ zi0i6Rlsnz66Wobp)~5w?Z`OOPrn&}%Wq2K`RAN?X^dDEn?q~Mx5yB$uod$szm11Xd(T{MrYXB+r3p)D{(B=YT)6qsdTZfc%b2kj^@R3xT5eS=-?(Ja7%aTmZ&dqHC6daAwc$t<;J33|HTIL<%Ueq|yQGFCrsGtnPd_+(; zqiq}q9WDt)#ip*pR>-9AtBU**6v4cEXqVqzarl`EVK8dHbF&&O;EBoL+|(ffI{w@9nUFuZjES# z3o(Xnec2O37DFyl^nGLUSfqPS;q9ps7OIE24<}95J8ENdeJ_8EJ<N{un8>B+XQRJ^`jw<0#%R`yjWXDz>Wo%Fc9=Dm-C6z1r-os0S0WwE-k32^dH z2%EAbAVsyK$khFQTKBa(@zW8?3}(FS*Ko-RsxkjEM;o zd^z;;HS)j5F^_!M#`fUib$54n-TqcOiq4=~gKUgr@e+M~8R@b_xzr07@{f&ORXL8i z#uXl^P%Kml} zQC#`BTxSL#E=V*$XUl8%p!4>m#=AGGywwADiZL|WvyMIH`Jf@7%LL^C%3)XuMqcSa zd~u@y*snZ;jH;8Z0#T-7#Chq!UF4jC_+PBAoZZzr;b&rQJ^?5rC543);Agn#uOsej3-$qhUc$G)&V$${ty5D34S zlFWwPgb5j`2b5Nxfg>ZvYz#LwHSc36T-omq!W8;XJAXrr_48WZK)3;wN~a}AhnP@l zWv)JgbOnb+ zRn^&mx?@sOWqrHrtzXp`?DIK)seG0s>yqAFfB6%)UvA3I9M@d3POMg~1uQ-JF7j@E zJ#p~*!mMV~Dc>)=-hnO&Kbl4&7iNlWzsf#t-OaXN@Pwk(7lwuY9u<=tM=wz1p3A(S z>Xh)dYb==Wy3o+R-*4N`wlVQn=kf6Aekq*3*=~B?hVVhba5j2mi+bdiXP~nB(*6|l zfy(zLay>eSTa2a?EX}jk6!__(Nn-{^g-OlH-V&>j=FzxLe}D|!-tO|3FWcDKf&~7U z!+Oh9tgEF3)DoaN0j$z5pFQ(fAhi_0`QRCdZvOpifbeS#H!BEyBAn^>$s-O<@tH6X z<+&z?cJbOCH^c|=ZVUiW@d^8+jv#_iOXzovW7F-2VD zqyZUEtm2v4mz0c*E65vQhAC3`>cQzPORfFY!YGLBMEYq*5fiV)NpqB!m*9Tt?T9De z;$Gj#wZD%kCG z?%ZL{+6U} z^7$jixl z7jN;^cy=|4SEw^Gn(ybaf-y!1Cw?6vw)h)y$*mR^xr-K?rdAR?$7Y`2buy5;ncP-z zaK5AGw)FH}LlFjcPui4_3+AC&(wb2!Z`u@!%ct*t`#BprDdrj2QWNSTdtJx=ho(k` zO5^$1yHXX@WUF!4hV9n_3oiDCyB3ZOT8&D#r6s)%IAGA{{%WoK1Z&FRCrzBxA0 zInL2@zS&|{Qo=N^j(AF?_HJ-{ZyY?ip3W&Fvjv|%ITJ||=lZ0pJSZrFD?r2sqTi~w zgsoDFwZl9gFzcoA)xnXA+!v6t285Z4k`g{iCnK+v6eI+Cure`4phN?J+c+#6XAPl= zMQt8O(35(@mywb8B$$CUK&XYYh!9i8363OUu;IMTOo=TcEHt$D-ciMqPi(+EG8Kc< zItY%A9UHEv`=JVh)dN30A1`k#hsY#|&!FF<)@1afr=!DMkh9Oe5A%F@pJ!#=T_kT> zkcMMca;9$SozHkEMB&gWj=TDQhXF5eR$>%qw1n%!(G~ENteFd;b=Qauj6KGR6Qgbr zo0$;YVogoeW)=VlL6`H|$_mDXnDVqz>~`k3iT!244{u_jYJI&-HC1uezKW}AUP}A3 z7)*Av{{ozhfT#tlbYy~)+Ku%e?R|LqH4}_YpsEDPL~59XgmphvJR6F75K$78TQ;pp z9@P0Y4#%E5Wp~57)l>|o)icZ8mf|IUAui{w^B7%nm0n=uuunJMua+QKv?x)*Tc|nq z`HkAxw|!`FKCd!EY5n|5_BB9i$kRm*)QXD#Al{D}ragjJR%x2&>3xl?ty^Z6`9d#y zRKb)A8TB($!iQP@fX%u55q6@&6kwrRWUIl}Wg@9*Biiri*rIc4dr4n$2s?$R?QXqi zXCB)i19bN%%+elMw&6Dn^#5dJhT z;?LnJr>2^%n5gw?k-|pmB3be$QS$M<1UY}TT&3c{G>0eDt%shQUsHYK!dO(g(9s0& z|5Ib5rfnG2)V0f(**-t=L=~zjU4AyP7kei96!?Vd>(H{r{~_y*wcpg;s6MoL=Auwi zRaF%_4@f!XGb`gEirr%g0-%RzxE(UQ)Xk~y8qyq3`#uH<4?kM z-6Su3_Z}=-?srF5S8tdD^8S2=)h22h$UnIiMnzvJUxk|SD`t=KDJ*V`8Se)f9 z2Cx#{3dgD735^a3qnS(F{N*_3KoYnZ*MgL{$w?NU{+Y!72!`+9oi>Rv!ht|-Ga(dv zXOGFuz`MU-t+!*Bryl^}jphCWyj7o958^;`oXYPAzLPN4Ds#wnA?VjTD=_9!Y-PGm zSpegG7XYqfr6QR+OAFb~?F(mL`l=IZy{h$B6GQB{J|7&CYJPmW@-Pl^Hcz0wusDQA z@ajbzd;9%lAr3;2J7^T53+&T->a1H#Lk5fPN67CaiNJBe-*}lb*ey32L-fxYfd41kFp$yU;chc#-CJzJ&3H%n!hoY z?XL#{oE&?{UlJ{UPBKuCA4r&tIh7W5Db!K@e)BfUlZCg-lTU+`joK3NU&*%ZGt0WA z_I_cyu_$KV8_e!kk~(|q$S>ivCEIkE6h-HXczqdFhGa^D`Eo+A4lCJR z!EKhT-L~JC1_orkPvjlj&g`@4cwd>1aM$F3(p{IY~yXCVbB>p4$=@XOp7O=4bQd9*Qnqv77Cgpi;=-$x%yt_wSX5EcbiM>}dH$b;{Wzn}O{-uL0k^uB-faW>=kWQwEE( z<;I2`QEIv=r@9$i9usOtf2nwHRp2eQPxGFE<{o#LDEu*2L>xG^q!`5Q%QC6aKr!l$nVsZq}A@4V#`u=J)qp9f&X# zX3%k&g#dAEeg#ZZkUhaZpmO`=A;+2HzO}i!>KtYSFMUCsvawl5@NgGbCo}i-R{)8D z*7;)GHQ>XDZ^Fax!rJd7+%6#=n}@vQh^jMDB?2FR*#l{ComSzY#mtbH;xRt%Q#S|; z=ZTjWKg_R#T%#xYf|I5ma88g!riCKvYjl)moHTHxK^`$S-6cmU3~=DFuUkHkz7Arv z-E3&?#cqkfln^nTD|1GOO2^Ee@Bs$VAQ(*96sM_L{BU^$-YhVO@W$&3w5iF-F~`_& zHhSuLUJYHQBaF&bGR$+t_@^Da`X zqY`(T?$qt#+wcxC>I6!GoC3fetpe~Fsi<(XxBqIK8;WF(mXor~bzaq`^4kg`E_Mcz zpZ#^5NqO}!Ejh%{Vt}i>q<(ncV6fBOIMNm7Efein%-Thp=|<|UKV~$g9jz~ok{5@f z{`19>!LR%;-p;RM0Eceoa)P<3>1XqNsDJUjQ9h0d5%wZA1DGe3U9YBou$-dP-}OXj8f5OYS~0a7kplj zeW<+Bzf@>ys7&~f*S+SkG`$e;b-&JT6S;3gflr^SOKP}_h5b0lZawXxIT&5}>UODK zlypfB!(-J~%mxA>4CMJmUEj{jB8sl+H6e!Q=+S-Rtrs@c!la?TxjH4lK!FYnge_>t zFl;xO4xH(AsF-JY`HssI_{KWScMCc#gXD&aN28$9=jqi^S3e3W$SX;>kdIODmTX}1 zZPyuOMyD+$6~TXhT5>{&vOMbm@*AJ9IHR z?fB^6zR+?J4J3bK1&rIr`IDUBfgr~jdxN*%c~W42-3=|K%=!S8*`-To`RUij;sOv& z>CbW>=b6{d6y;j}EjeTZ=4Qh)i>_woRLCg4p;X4B>E0-totgh#|omR^1XydPe zxyM~$yMlvFCJ0a*V2*hH{B`OL^8QU+M8M=AagsrjY@$p8(zCGQu;j-ve}wzlkCjWV z2&GFbG=we+k|N?v7)?3IHOk>97S=ZMe%Ha%s=&hY&e}fmtC^djEdtr!4n&t>iYm(J z2gc}N5zc7zHsOuOB_)vtURt93DNImA~w z(@jrat@%vGHuUmd6sZJxdxJrK!-Qs(=8_O8L5u=to%&Hd-GR$~T+eK+y9SSV(k81A zu6nQyHQTo@b}>t_br_F`(|(sr%bV4muwUq6mahurWyIQ6M=(3wX!#xY^qzqu^H zD)YUajzwC+E(NmsFca7E?4_-#>BLiH+x+>$I-4CbT3mEw;N8(1I&2Nsq3=~5KBX9sg<;{s{A^U&tdkGA$_~Q3RJRI2?jk@_q`()@g*XLm1D( zk{~Y+4r?1p9RQ%Q)7ff&M{yDxKUbiV$Hm@eL*-pkVLCLLn zkD~MDcIMl)q1yvg`y1eoxgweEx#!dixsbTPQ#-1>^qvelh3Rh==UQ2g`!gu|6E?S) zPX+!se9+tMQ?v95>1TF&UmgaZ%7~6-9{sfo(KkMZCeti6B#bt>?aDqvG}>g|glx4i zHD>?1-T^YU^KA4TM*aIDOa(rik~X^3V?%W@>WxxuqSeRl-E2YZ6`BiYsD#1q=k-ZBnsdVSrcwD+`(jM5HZ&mOhMRZX-&;%q`%65P1*%5!s{(N8&! zCxi#TF@%T?^yXvM^0#jj$2Gta%|5+>c7D8*#+H{>dJ{Wr{4~K^AAh5U_I%0$rRgEJ z-!YBDzz-6XeG?&}lqRcW55sD{h}TO{5D$`9>g z8(gR@KMsjU2vCzjn-cS3m$cLig@Tf4xog*8EoQ2Gb|2xxM4QqR4}N$$9r*tHS2Yz( z{prYSQZp-_ejOJ<8t?6Zy6d{SnX0KcoxGd^@$8y~%gk^lg@%u2f&ngw(03Ger?;E? z$=>?$jgy2VZ5Oe3H;!u?FVhineTDF6)l^^{;J5;nCqj2OLiNjocjvLDtMU8S7=V@n ztQ7EUUa1fLPFGJMGSN%O#935*Z(t3lzwRmco}sgXqk5_ZWQHT{7PH^AoF71+HBmA9 z#dG)<$xgDnmK1SqiMlsET5dOYkuLL_y}m3+-&pfQkDvZ&&5oAm1ok(nN$Yp)9#MZ>B8^3|<}6G2)mzbM56wo#fydgV2}!7sWDvE5a8|d3>ulQ@uhpxp3-i?UT^7kIi1Y**1SmXVC4U(&V8nab7eR zV+72Rw?JTLn~$(No_v)DmjYD6Kke7T_S{Vqd?=^su~@(zTeW`NmxqP`4r%Y51Mk+r z7x$!2S1ol`N>DCdeb+l~*Se_qwampqf*FvskLK7hApwCF_lyIoa)yOi3%JvLt=D6tU7Sg`_hqLfYDau(rYv#-+FrmXncq^ zD{0HAo=umE0yL!89$ul*5PG_gY$w7PFDIm=rXurndTJ`68P2wtQs6=s3H2mCn zTUL|wqZH%ioc|Cia^+|a48zkuWg{?$At{LF_;(0uft&s z%{aij#lQJ|&f9!{`w&nBCX?9bv7*6*M1C_C{qYW`hr5O|D#zCP*%mu_AQk8>wl(9E7nY+7Ur9Cukx=H2%F^zQfsRxs&i=!DqUJy8MP3m-@mCu7L;I3 zanxUHW2K94K*b@w>RSU#(Ul6>8I#K1mByHT&U#yQebU8GZ=Ys(#@F(@`U>I6i72g0 zHFWdMvSDOw%BnY>g}Nkc50DjO#D2pY>Am@Wzfv0Op2V9;7CJ1L&A)hY5Jo#mluHkb zql*>uIP0BnG1;9;f6Vq?SDdz&u4J8PG6K}4)Th4`eQG=-lh}Fw^`hhVcR%~>a(eYl zTuWN*ry3~JVMo&Gg7iTBX8`P>Trt!X?K5w_f z<^jQ(p(u-_jiHT=Xto|H+xh1US$zWuk_}h-PrP(eYK86n$j5_WMq3L?TXu_{yT1*2 z3I@k7UX=8Y>+PRZ3H~`VgFFW)2AS&?mzJKMj|Jt>EWZm#6f%l1dl$$iU75B~5u>Sn zI!Mw@S1lZ%SAr8N-sj%mf?7q?ezKS~Y9m27TMb7iZc!LYK6d>@|CWGC5Nc`s(!Lwi=%6QIJaV%X%Vn*e z%E|CgK~zgbWF*>W#h?5Md$wgp*X zLR53Ynheu*YM=8cUXWb-5#A$MoC@aP9lsx(#l~`ckV7JzM4W1;gt&LQ)!$T0Zz|_; z4W|2zIw5=7h~f4-mXW@9k9HSw*V#8&Say`cKnw_g#Ty^9^LjwNOST5TT0D!41iDrp z%XVS%9O|jh?oehx6^|^(&G|#1rXZ%Oe`}*3t^$XUqe4vP`W-AAr+)0~;V*%|oXZ^| za}zLJv|qzft?RZjT*~?pg#qHDQ6QmLIZTal9u7k%C%(NL)xz&uxl=I{XeFsb3b%=| zG1Tp2*;75m^Jo@8J_n-}qd&2UAVMK4-_M#F>?eE^ZJFE7y9Fp9jII z%`FZ=s)8tBYTo*uy4i<+t(aR}n)Fr%)Q0aGbu_4;C^SY_P#eexLapQbiH+ZK|lQ*JA{(FbuG?R?4@I_LU-%&#}vf6l56=1lk&+iR`vGG zD7SS2ZzzWO?akByb!MTj?^E6->xB)$$I;T+ireY15Yd5E~58G$TWh znG*26Z_SUp5&*BDBX!QEDpC@2%N{8{?-4rwN`Bc%{LO3CRI>qG*P-8TN1Xfvzt4Z$ zeseT}TvLtT-24)EHJiD){+9kk+vx2r#N@OC2_1`?D%u+>WWEA6=**5G) zKfGgSi|=~fafDw~`S;4)wWzC{qii8T&zI6ZR(~q)-W4w>A9jSs>&L8@-Uk+PZr1n{ z%+{paJ*js$8aEo*MbhqWl$E@5lwr=BgR%3#{;%VrBA$VE)2HV{$i1mg4@mrVtS@x; zG|=LMnKO0LJ4B*xk*&;2?_HGCj1wPmJ(*$lQ;T(Qx5!`VgKXXYX`y?x96t6BM#l#@ z@L4wnZIfz-rTD4HEB|O?7Uvf8)GquH5MRoDVmjsLm%&-s-tzlhYb)SVImQ7{`0XCj z=t~ovwXdAu0`WpuM+eMdv3=}BG5l^eMEkT_xvzDj&w>I0jQqsYoaH)77Y#rddA6Oo zCuK1OWg)N*AQ^2=+5C-Q#cNl(xtf|j`MN^gVAZ3dsJOSBsn}_rOQ7s*A*x~~3Zi*3 zI@`yD7+m!43xibC?TWQPw`y`+o4BV8Qs`K@bL$)rd<@}wm?`Oh3P#^JM_&r<6sHR_ z!u5JvJOb0}wT*Wt&#R_}o|aqnh`r|x9(KI)(e&)IGv!`Uv$PK55&NeEn-{K;yrs9N z+G}RO!VzXvJs@0X?Q`yLgY4&{E2d&4M`~GG!nVKN;KN8bUax(m)@!7TN6VaF<50h-;-KNg1{GYwJ^NL|4bmYa+>NvT3sy>iS>u>;}eOERqJNw zZW{qtps_q;2$EL0HSo_}}c(ejA9V8K@P`iyqA5#fmjrxv z?@ujy{CKEXW%OXt7Kr|iu*`f`u%|u%ATLM}gb&0VCaA80gVp#ml9CR4qIo~!nhYyJ zGkLh4u^B>9I(`6-4Av6Nmzc)&DfaF~lK0C|IalHB`5M}4Y79Q-5!iZ6e}mQ>q9Ung z_qlrROOuJzgr~j;eghh<|XosiqCuc;Ue zH(O9x#;@?|?T^*QAjaX|J?xcooN(l|o%|}`e5|Y_cnE=q!VEq676+yb-YnPNDU7&6 zAKz~GRWoN7iJoSc>A909PH=w_iDh{r`huTIT|;_vl@KT};@)!gq{t$#96@Inpk z#Ab6Xt?8CzwJ@Q|_?0|~=AP}$%Y?ZGi`X||ixs@)=0Rn1U2)Q}=~YZVWhcZ$htwFf z?KTYV#@l|9y|uSlm5VBNhHw2xuHt*)^x9Kj_t)R#t+;XR@}$aoR@`Wt&-m`}(XWpt zy4si?ChvwZDz1nK=s66-?Rt`%~gq^I7qFExDBYIQH4uOEEV zU2D<#*gThfH`~6`_MIo@Hh<*X_OZR}`w(inS^GODxTehS;%(se1_n6WhzXp}or<|) z*2V!L8P8un^K`JNUEizD^9HZ$$O{uPHVhPDslKlO7Bnu%Rkhnot1nyx@&G9pU?ypO z(lbD1;Z8ESyr#md^3-7lBaDWoCcpFS#0|4U%S&XRHoudL%X*uVOoGY@$EXu86jC`@ z0CI_`&PDXE8$+k@4G@j{+_UI1_@jXKTitq_4Pr9 zNB97So9DR2>1cr5{TR?gsMRd}*l_f#DmGjVjmx95uMmh7;J(fwaJW9_Cx(xz%^vXd zH?y>)HI_|jH-}1L))CHEAZm{5T0gCMKtfUw?I#`&j215T3KZ7JZ}}zV4gedWWoW2S zg`%5!-(CfZ)rn%QE6=6}?*4}HJs^((2>#4`8gP!apHKvNOA-t+-pM2I;XSdik}~F2 z>8_{ufE1D42V$-wlRbSp3#LI;dRdv7N<3#y0gO3Ss%kRcT4jxjSQ$$z9hP|PA%A#O zq#pX^2M>!K$->c5H{!*SSf1>lJ;yM8uv%Em zAuDWB_%+I6azzxSnvvgt>Zygh9)p&5XPE2M`RRk?&RaF8Ru}KgO1AV{b&Lr7JwEzv zRrZeI^IV15I|tZ2TgE$E$qOp>@g>IJy=Oc<@sZ`GRPzi^^G&Wy`yQ>pwNy6oT3gS+ z)mN6oDRlHYNg1znm#9wC$1*RkwfMXjx}>&r^%7ernS=0pg_)SOe1X(t!pjD`iksm_ z?#Cr>VwDXzN{zQ)y72RaeLEA4^5IbDso9(#dyM(^y1Y7(X?VqY%o%f?%pl>TW5FP9sRI#RFdT`U zbCCC;ytOIrnXB_3C%KljAG|SJw?l zi}yRY0W`yQtP4cTeKpaYmxl*eGc8nA;y^5kqWOd*;}m+MDG@7=PpB0R~#|GBLsPQ0ZiDJ zMvgjxVX|-|@62qm?I@rRq{0JeK3}Q`zcyF^3jLgi+3qdUDNi&R^`s4Q5gbdfT~ zsrvIlQ(At$N?Z#<8CnvQ7`!of2Tj0&ekZE+*q9?#n4!Sg6`KKysvEpS5$MGD2nk7d zw>P75kX*=@9erQE0A0XX6Jvg#^N>3+mCHfvG||x52<3N@b^V$r>N$pCdH3B@%D=oDp&-EY?&{n-UDO}u-TCzS)PlUfR76pIApf>ot^Qf z6Ix8s;nod8a)p^UPU+2fXXadntqem}V9^Sn7-9Ffz@h zOZ(lDpPp9NII@5MXZ;qZ0CW-P3CW_0(yW0r~q)9&59uN6=AeKYx~V)6rIZJUc!9ttb-oed|AedleTS0faI+Tt!&wMPn6vo zb?M4}CHYThb9~{&=V+%`N4xepf>=L=UOp}@Jw+5c9BRzLJ_pivK=EnQ9N!a|#lL3azGQ-Y z5+W|ArNxYKOyMxTUsvc_ALbR>FAd>}Ch3c__4-T~M&Zap0*(mm0Z20(Q=KcWa;argqA&v{&YSfiH& zQgkv+)K$|}x%WDThlBv#fqU+%%jvG_qoJ3*(IiMmYwqZ*n4)vn~9ro_{GuMB9RU&vKLu^OU zNLc(XpRJpjjBmZ`nkxGl81C{@6DrzrQWFjbj5jEjh z4Ze63S2G#*EhKeYu68nPoYZ~-q#m-N$}X9OnNn<5+#hgrDzQ~g2Jw@gv-WS)RB<(o zlWEycUV3hT*-Pt)>(7*ZZ*Lu;@j;53pR5NZ7cY$uGS$dZ1>S%2epKlI^4SikGXCjqI#;vUttl{^@UHO(J-f-PV>-V z|3QG`I6m5XqE&Sr9qV>X#)N82mnc2`$FHm>T!b`PvC&@QcTMppjq{&RhTWeZr-!I3 zS(YM^!GPN;4~gE6tE>M#FZKWV(ZkjM@j%@FL70oyKfai+d4BTtCFj83?)m2P8F#4y zypK^+oCoV#%S(%`lRtIoyyTrvquicy7t;2b9R07CCjKjaNONgFfx-LI>efrDovDRs zCb@sVsTL1Q4K!J${(4xyQ#Ac#+r@uXB;rA5vONDaxsmuhXGYlmEp(B1U!eZKOXZ07 z88ZC40F-#&LCCO(fB(zvjQ9V2y1W1KdHngO;q%}6TO_%i>sjtQ|KtDOo-_LJ$tkHh z;NQbDi9dC)*7IGEn8UD>Te-j`Dw?fK)uV^Tw*6Cd_|NB&GOsX_Ve`~~9>0~jawf~U z(fR7XDNcz$_dmV_|2>G5_;aEZ|CU`!yz2qQxqs0u6Yu%IPlx6EKl!t>enUk<@_wPLJXdCG02vHdwpBo_J4f*fByWXhVSL@Jm`~^2a6TSoO05B zFV=P~RJQD=Y+enE+d`1Xxv2y1JXi@imwQqtD8s=n(!k_f5;!7g zSYd{=oVhuXDeB6v=}|WbnFZPtATszpUsTPn&&}EJ&?*CU^)hIp_ZfA{>}Z^KnONFO z@_jbs%DKyAyLWEKOD4AYoDb-T+(UBaB#e(RNKxRro_vG9)ZWJkd_9uM;;qeEIZjv# zKw^4>R|Vmj>Ee+yKO{a4&T`(-XOQI$h5RGE<9Vjj5Y#>Cs#aqU2G|Ci`bOuS%0UZD zxypl4?s@jk&&PV^JHb20q4a|uZoXG}TDN*ol1nvD+MTr1*=8w@9nbR8faALR-T>{~ zPrEf42urj>n`Y8{3aPKtrA9vd zo<&KoLc<#8cnzJJ%^ey$LpwHOQrBWTIDgKJ65ic9vUcHYNci40|CGr?Q`uG`Qq2IU zb31V^Yiek8VZ1bQ=X7*tYAPJhen}}6qR>GCC)gr=I;FjRy}c}8mJ9HP62&s6VyE*u zwgoo8Y-jSW1j6WaorXgd4(*XL2VskfDj*LfycMEqoN{X!=wP6 zMpl;axyKYFS;g_4fu!3X!au2nRUym>hdGkeUc{UuCHY1)&<2+5*=^`^UKyQ z*C2a>PdCmiAaw&IN?b>nmwW>c6!vWRfmRpqHAyCbDUb!;w1UP11P>^4lH)j$y$9VL zsmA~~3TCVVBvPUGVB;qF@BXolE1&Q8jGK1nOQ)$u4Z>4FVG&NG19Tb$;|oq)OQi#A_0gZpO? zBWau~Nlg~t*EVbe1+f4#C0}SmSsAz>P>oO7m)0ASlX_tM=~Kv~nwp=Q>N|=;N$J3E zcwS*;vt#WyWgoh_?JRQ)-c7Tr6x5j|n>z%1sgJBN9 z>c`b0Vq))w70~2rM-Mz)aDyM8mx0j}ZW^E88=HE<5>iqK4GB0T6BWz2OFEp!>OG0x z{Fw)XtPpI`ANr}-^R86ex{&YmH$HRoeKH$bBb0j!D(xqw6s;Ik8VX-J(5I+Sx_|H8 z))wD=Y*KU6(PbjEgvG8|?$!QQrpHhBL?`n%UFUt%6SbA;?kK{bLFRo$@p->#SAoir z(|7NEULb80zE4YcLAm_c#Ie6j%4Wa+Ly`BZ@WR%G+9&cxok~d+MXx5bDg>miK$chk z?ZGS;#Ah8XEoU2%!$ux8+M%$iEOzx(bhP{Tx7!BhS`4y@9BM2G5KZ4PaR0mRQSTx^ z6hISDZX>#EC+DbAsWgBB8AMB*%&Hgqvz=a*4;kO@UReqpdA)9=gtFO~!G4nun>2Tvlw* zKLENE-FO6XQN9?H@*gjw1?LU)q-J(=tqJm&L)rBNjjrJNuJYLZc)vTFfrXLem*Z|P z0xmkcBx7Jj@B(mhDlRSU9=1Ui7(5j)UM24BM|<4eZwWKJdij#w6Rf~JRYlnFAe{p3 z2^b(4feE&pKvCZKiPQPktgfv!8P7v420wG>cHk=EkW_v8RJ(dKg2*uCr*AXQ$J}I} zL6Dd^@;{oOGW%i{wX1!NxC{M%={DP`x9L55J5+gp-^TZi_yyV6-+ERH9?OTO_Ep{T z99;o)Fg8fMRFYLF*j6srL^Pcm@3$RIQ&f9l@NW3cxF4g(W<=@4-@FM=^zFy)Ssl-$ zRb$e&F`Dp_vRq19%bB5fU7sp5sd%>haZgEsOtbXn2`?cF$Ty!zPaLFFBV$_&X?G7= z3;Cs6UiQSTBe$#9r<-ZGC`4V8pMJk@4GfQQDG+CWPg}_zo_RYuzmEXqjHbF0<7%ip zsB>W1WtrD$37}B_IhZ%(Mv`h_z2)~$Xh%2CEXxetB+U|!Kf$V$m-$NnIf!fE!F%gt zSc!n=F$0jtLZ@XlCE0vsOK+IYniJ%7br1PD7*5|qx&IN^SB(70WVUkGwSu}qBon-U z%|RmN?RkWV-BFP4s1^n{f~QPBTWxH|e?O~dXRZAQznJF-f^`cY_x~TlOjhNY6aNEU z=H>E_=#v!PspW$ccdxSK&KC@muniTbh&u4}SUFrNma_3F zA|&2EK9ZWicZdo`dkgU|sNV?>B}_EDH=-R0--yf=Cp;09Uoz}G!1rZmY_?8B_0L(s zosVQgbI!-z;rkdKkJ!!ql)BFgXb25?6TK_Ny|zoc!|$^(@Lo%uv{_h`bf8U~c$MEI zw6>cKpwk+AP=|wpm$SdW)h1noi^gkk*6YmYLw>x4gO3-~n-A9k=$_!el^aX=7RB-P=k@=_ z-g}2*!T*25N=c>6kQs#rqGV+hh3us4S!86d?3C3oN=QVqDl2=1vL#tb_Fl;f**vea z-~GLh-+kYIKF=S|ANP4&$8lYkV6Z?7L;p)Y0E>lck9xK|d1`%Z&H$sUl8b)}G9FJ8~-x zw%#~z+$6)gFbeec-p1u~oaPI}nB3ebEN-_>y1~^0n+X(3u+I>1_RqJ#M1TR<~wz`5rQ}) zYH*N+Dzk$zq*g0JN%Szie|=+Po+dXqs!rd>;{SS~j{pB&cPW}aM>c)dAti;|H-DwwgZ|788rQJ~)5Bsig2ZJTfLVl*_aJt(sC1S{Dsrb!CCY zSI}JVWxMWXH56+X8)C=AcBvx!k(KDEF>f)IerJMQ**=lPcWn>DeJMm9?>1n)2dO1I z>89GpU!V1*a$lGfKL(4N!zZ-@6bx%+8OG4}MLzy(NIQ!Rky z6NWo+&|6le;L=-LZSs!Q^iC=%0WXQ5aKVMT$VlDK#K45H;z!GS!>AyvY;5TIeBk`d z(6O@CQ676Y8$@d4ufyUM^c3ub;&~MM*qRcy1D{Zdj#d?Mi8HLZxK&gJm2=3zJyw$3B%(Io4`SpI@223r{aCI*Jw%ceN{sj*iz8>i8fg^W}-4d3OdSxL@If& z@@>?mxenokEA(--irD ztt4;ajZxsvq}E>xMN&pmb(1F^Yjb+$pK%pfB)>^rag(xvO6soER#B==>vX(PpnPcr z#hJ-JmqaogzL_rX*;@ZBXcTjXB53nNf)M>g{a)+SW&)sPLyeEW4mSW<*??+eSB%j6+@{j2 zgyvu@g4KMO?G|cCAPc||ph2wg+b=FIj-WlLn)Mb)U1PT~<3!PViQN?rv{d6x9FSKM zLjLx$K`V8TXOIwhQguE891fTrQ%Rx3G;1|RlspuCcmlO|>UFMjV%w<(n-)e!z`(^8 zzMjQY9p@@GE=ZuTk?w<_aT;YSGETD7)1jd8SQ!lP4JC-8xwytNT4up@F(`ElH|a#C zEkvXc-vjA`vJ2Yc4MM^tLCl$p%+LV&B)367x_$fi>+x!!gkM=%fxHlk0ECb^74-Am zagaJ_?xe@`@DgT>SUlLVm>Z#|PSJt7475jd^kg#r>iE98_1alRC_{!hY#k$y18nCX8N0`hsy!7lha)t7OBeW;cY>Z)6BoJL|{AaH+i_2U&&jo zK)TLi!*t{?STAfNAkDn{LpA?CwPyTegLaUsc9h~t7{C^f-4Q5#dbDY6ic34^kd|*~ zwc&*9tJ3{G1G%;Cp3Yl_^IteRR?YV-+0Yyh-?s98EW^p+t5{MhX*R38Z6-b#ZtL%> zbnsnZRCvOY?9CIgY*gbCh3B?b8#-h6k6k7xxmsn@pyX1jAGNO@wkz*1FDw)m7jNWK z1aZ|^;+6Bz;~)EOwggFu|4bi6KKMZ;BWfuW=mbab?mPL=%Y)UCIs&PD*EUdDb1@(~9aBDuA4di&4z?b&a`Lnmi9eI#@E z`N%5EW+_NRFI3Rx$WkdOzPUQwT9w}AmU?|^IxY4Rrd4|Tk5rBH4ju;Tf;%t8 zTevxWK1d%)GYW|E*z*LsTE|gk@4}?JE-tzLI|p;zTJng6@7GjXgbu+_ z1gUnDDRIc#gVhDML77LDy`b&p07=Z?)ey&!#=n&YeT$2Wb91)g^3{A~;_mGhPUxd; zZRh3`MRKG}QhCoYX&fNx;Epf>J?B|>wjH!2eu>7k)?j(X{{_-mZeN|2G+-0$dUE=$J~ z6UbAMyVg5q{K|Y+>@`t+d9WnZPqJb_FT$UGL&1TETd(-JvIPtokTU`=GqXJHBHiHV znXr*x;~88Qe@n8mo+_ViOR+T|!2yQk-?JaZ8?sTti?KABKZADil95(~0_ilTM4Wdz zZ?69-|93ytl_crG@te z2X+d7%XRVW7uNdgx%EU?QtNf(?YNd+N6i`Cv|{Up7QdG)51vvyV`OY+}wGLJ!-7-E!lWnUyw3+XPBY??-dhF++oi{RD!_45gdG)#xuEhbHLAW&`e zfM!;^cE5JKYN6NW8X}u3vVcv`oxxxarFp=}oJCu=uxMM&BW`F=KpU2}@xv5AV^ zDZW0~2k1TQi#&2KdEYdqAKO}=O&L5Ayly@!m)cH9xOwrxwsF?9wx_6s!o{Pbk7 zxXE#epiaK5s!Ac0RFQoLXkSQe!`H7dN#4)C=mfnRl&}`qb+6OnV~)bLd;1S1VHcX( zupG4@@v0-@^D!Nm6(&(5dZA}pH(NNhT9XaWe4(rOJp>XtSLiF}nyRYA>9_B7zJvmafEx< z>90ZY1Fy8iB~nw4UACXTU)lSS`@-o{V!kA{Z_CQvWl8IUNT<^}D5ZE8-=%Ff-PSXc{iPq1o5$twpaCS~XREgU7Dr z3QI`jVTKJW%YbXOZ#h~bJ-xHfD2DW1Af2auIJRexsKj$xrio!ThFnc|=y@B*PSCuZ zb`I*4B7I8gcfu#qPw7^GACslIOOL~DahJAug>;Tb)>3kTRa0Aw&r>A_z8)LfTe@m2 zev{L8Vmc?Yxn}7IH}_X~>JiBG#yOo}yq-OCCdT@$f%_XEtAAHkS6dFG)OlK$LqNEL zN#I*0L@{?K9KlaAGc$8>DUgbPy@Ls5i-7LUyU!jH0*Z~Z?z*{&PNNA;ymDU9s%wNM zP4(*4t9p9Vg@gr!2XEhrX)8D-w~ZVLseSz9$sKd^tEmD0NEp!KyLZrc8vF zH~6mz8{zS}TA^?z`r2iduzG?)U`}V@BvIuDN-xOIl-<$WPVDLK=nyhhA(8=w2m}Wl zot_>Zkkk}9g;G*d=D7T2A~HOQ2Ef7f2{QaZT{07Zm*C*wVDK{M4kAMV98*N543d)N zZ~!kx9^vHha9e-B0oX6??Roa2@+oO#2}z1ad{@@j_xnjjH%7$8#UU4oiAiy`v(5MQ zwH1FuQS`AbZl|Q;;U$l8Q!X58TwFjBJJ9sG=f@AhkF@09lJ*{>AZ6;XEq-t+V9%$E zM71k(8yme%sh<~01RWT4`BTg!PscYa92e-i!x`Ocn0Mupl=fv48&7Js#OxBG)4W}` za$1D_g$=X zbmY&AD(hFVEaGxQlQduJjvkX6I%k$eCG}iXIwmfyiO*3$QYGu!O#_wjbs=6iUfY}V zGjk9i79CvGIH2T9!Ac&ILTBO@^!(TKOG@r%lZ_{(>QJo+rgtUJW-n4piLKnf)%4VI zU&Sq*{5ywx4Yl&Yzx+3zsp{@N&j$x*i?7*{N5>+g2mMnnBqn?|TW4Z7ZQ*=@I3zJK5!c$t$Ss%m5rs22`kD~*gV~Q>$CJdXzbYSS zPqYx8udl-CaY-;k*_w~c?jYJn;57l3PE<3OmzPHYic?2i3K>B#BDj&ED{{(M_{{K! zuR8}Agm#bCWZpgE^z~+9yG8l>%=y%IdDiz}w`Cbu-?=i1{*~iG(APN0{u7pI`k9iRYmV@^#Nts_4jz`q zRw8-8CMM>wG6Kg2?d)6is|(}Eh6T3}U7?h;G}Mcg6%{gR3p=SzzIsoj+6;{SUIyHQ zT6(sy*190>ybH7;uRyvTi?(t0V8e0S-aa}wNJ%;9p|cCu;?w$DIC7(B^gpEq^cT+$ z)>d`*9vm2`MWTy~sW|zLezT*#6gi&9?;TYgikcYjPHYkUYpE!x6ZAf=hJQq6W6nzE zCd2vo`}NkSM1n)U?AveGGt0rWZWCL(?A@d&INl(Ya{fKZlT6;o+`c`r{3Ngyvgoj^kIad{4h1=ADeTj zq-^aq!D5{z{f1?S3+ICV?qoZ5jVgpF*t~Xl{>+&(x!OFX)J@?VuftY?+nYrM;<^J1 zx^EYzYIR>~Fba0Ic`%cbL|qhOrW;?<^SmDhHGdc4wtMD_5Xg;0dxtw>rW64Cj`W7s z-#RL2yU`c-;>Akb_G%o2s_4n=i(m(dM^|O#aPavV%@2k?Q*`z%1<(M%@sgixcy=}} zD(Xa7eU&kPB_BfC9Yq5l&mCO*T&!hJm0{F#ZdSMMoFxm?Qt$vIdyqvl@KWF$@rhC~T%)=xy94xL4t1aMG(A70 zS6_v~i6`5?3c;u9<(p5{lo^GszBrq(*zt29WQSOKcqjv2h?E_=S8>)(b!6IDSYWzs zkynh~3b{7NX)uUBph7}M?MI@d-`KM>(&)8+*L`q6!Olan8ir@Ja*aq)E$Id0S<-lg z6fIB`@eZcpN|jf)%T>p`hOf+g`(2aGt)%*SeBOgOgU{h;#Y+Kg#s*#WC5@%U);qK! zgOa;!cX_h9eh_3cy{`B@aL@7r4Ykx6X=xdc?|C~Gnx7kgk~5+RE=)Ya5ay5piC~R@ zV~pWLUka*;bBp87&A&a4hMwA0>3PDT#i4V#;lyI4_3>Za(j9Xuj1-+>9GqqKaEX}&PRumHZKQBG%ePL7_K zU2Yi~28=w;kmbO+7@f2OUFlI0Tlkff>PrsIn+rDZpAG(WuBojptadnyduq|Lx_!v* zJ)=Bos1r1gUc8_et;*sCe^B0A1<4dTIy$!%oLJ)THPJmzzj4a+>y8Y5F_w^~@yD0m zoY0)TYeM|)Cd<*1-i#JAF)=YSks@DTU)VXP->}T-G_AhR2e;}PM8`Hpeerp&znhVa z1Z>DWZRT0W)-1;=%UfiLM0}M>^B3Hf7J|?YK66QAl8iR85T z+g)25z&WFq+8(@vDdT|;yuZFOJrG+c#wScO>!(-;v1do-QBXJSN6>tI=g4KB=ScwpBFLAe@jLp6&Tn=zDU(3dV*b|{|n!yOxwLqcIxfW zAI~BlviTM|EFB)=8KkTbT?}jE=gS@GJ#jDLrr}&;t2|@F9I5LqBW;W3-*rK*;X_qy zoqZ2E);Rr5wq#vxvjk359KB$|eEe+gTPsniz>rU;q=$6RQE*`R%^`rps{G0YuZ@e$KQ3x$>#)C!flhxdE3Ucuzz{ zt)g+%|9Cg+&6^4*qFT&Jit29-Ev#DpNIR?_QnPncEWleAjP)ByQ9LL7jQ-56ZZtQm zqGG<0y5uIV5%89P%m{BvwIsqOh0q-e)RL6`9W$-b(@knpbS(BLcHcpi^Yai{VzBEI z%mD~yH#PIL3983$Y5lOs`}Sx(m|kJWz^}`fF2Q3J8q>&zn>PbE1yIbHmC0bK5#20a zTa|gIZULxzef^cSX&c7{4UwByY8^nRxEl&lN=a{QXegiYlgIj*1>Mtxm!R_io)KXE zK74qBoBKD2850wql$NhZHF01ipNWc5GieU{{K~=nk7+p%?f#(S_AxSeEf#rQO-(jc zc@_{nn?8RRXz{Uzv?Fb}Hux%|A1mW&-3L^%--2~5oHpjWBbn9%M%rOSn`0F^bpKjKns-QMQrem4`apL$EmhK=kSii$X8X_KsyfFc4Map-FD zd?9f6K1H@ozrD$;c8S zn{t#n)2OgPJ*9(zQty5Z-;--B6>wS(`um*l6yhk#7lr5N-##SqjSb^&fTO8-o;H$% zVCJKtA$!_C;P$h$^mLeFppbWb6s6Ay5k|3QsA=0_8*4_QdsiQnn+j{l)=*?S4* zodOJ#_u&O#%12)~d70?m)I~=}fl_Xiv1%v7L2Sv)%q%Q?p)cL|>U_sLakQ93TpE)7 z^oI{$>Fz$AY10SJ!?<9k@V6%>S~Ew2%_DSE6wwMxdTk(MCVp5MzfQthP53Li8jd4J z?rrTz+O}ZI=~Se9SXB2yO6k{cp##syp`NH9=<0Iz?-b7PHCv#)DD%TCWZ#+WOVI_2 zRw1SVJ06?3U$?rhV&fUNHoQO2&z|FerDpU%%xl?)-=Mo3xYI0xZbt~~(SzC?3hsg%!G@I9(Mox6 z&I3X4pDcLNm$Du0o$7H?HhzBo9%b;5W@lAMQBn=>lt9C7V!~0n!?u*CWPWarfK{1S zNdsakD9_LT3o3jr$v&5}!fb3l{;G%pd!@4jZKU&TUwX$BG@f+7_1z?~7=6o2x+iK07GN&8*x^6z^84pSMzTysCDK)RDi%%PtooZ-zV-5N zsIp6i6UL*Dg0JF?hyQ5f*5{vFgtCiU>VS zR6Rbi*fFOm>cU4xXpePu6&*TT=_%z=DdctCyLYeU#=Yj_K4oPRZZ@$~uI?&1#{c00 z=;$!oe^Ex@v+OtzYTou=@nloZC9oiPVWNf4k^a+XK1C42aP2WgCMnhY7HY_bogK=V z#UrRmb@?bN`QZ2iakd>vA0^7m!zRunwb4GlmOtjNjq~TxMg66{k-+JTetMOEe&f6A z+nAw>&V#F+!3|~eX>rtazovDkh0k)|l|9s7bH+FH`|Arf0r#%``jNQHPuV*@rQ-|V z`mbmvR;u~chBrrR+D`?wY-lN!4#xtlQ>x!PBi7M$Z9`S&S1p}IqjO1H$pXb3tDMRK z+rXVy=9U{D2Z?t6xI!$UoO__!^wI8}3!{`J89c#cnX_#pE?=Bzr)sZ9UQXpE-J5*n z;#-F6-kEk2Hs0f}XTsi7O6jmC_Gt}v{4Tx1GMK*HpgS9BZen$^+wg-b=g?kV$$Ke_6$ z)#Sb9P`sVrZ4Co+l)SU$+g<>R<>UeZ6j6?X7147}QC|KFau2_~I$r<-6eLgt`1;b5 zkuaFU#;4S}mwYm9#l!2;rAxB1wPl{`K%`)^Ia@d!+~UST`xx`6EhtT|gNC4?v4?~N zxtyKTkh91W*Ax}f%5o{k2)qBiqp0}x(Y?G`96+BPaYVY3sH{!SXh};G^LSPa z&wF@!0^poj%BNOQQDLa5(#kT1Pv=D-TEPD1=HygVSj&)yIM5}S;iGI}5%>3t@I;F7Ogdfn?V% zQa`CYZKbf=i76@PYh=NHgfNjp3NQ;8u0@;FXV&#F#!O-|)rxpb`S8gTgu#!##3<)+ zH5D^64})__P({%$zJw$9hQG`oeM6DT&nu}XoEdL$ttUyKbJ{nQ=ya0~m9a*3@Z4dy zy?&EyKBK*Whu#EI%6r`=$=u2VqbfV_x+f_Cn?}pQdN9T^Z9}(x!<`nmM=k&=q-rb{`Wr}L} zN7dks=DJH_M!sghUkdYe?j$A#Usng5z{rN8-?lhXu`DY!-mI^zq-p29FD}-8r`}pJ ziO(1y!>Ln`ODu{r=I(xkK@8YEv7%1s_*y7@aoS<>i|NhRcXq0(%`h&ugYOd|E#Std zhK5r-JXQd}gOe;|Xc!pWx~&S3SqLfqam;b-KL4;y)yRx!7=>ExS;J_s9UJ;XOzf** zJ$((Vp^gsO$N4L3YhxHFjf~iK@QJb5RQezA@$tbIaO?a~L@v>OT5io8)1bEL7)-^M zA+%FXZN~|jpm)diN4gGIxcvTo`@UN^VTD~dQdd{^^Mg?(b{zb#LCKDh$i-`~t*&O4 z@OYuW0IUEueeKpoXw} zbKwc=>O$p{FzJDEJ=p~Oc@zWq1pE5F6>u5u+`H>OTJa8q8s_J>Mya4D08kSaHvF8w z8f|2(p4z+b=G(qsy&T4=;+mF0@?2QhPeumytdkg9Eg8wb^**O)`Z!w2oNOS_Jw}je zd-m*a5uH+4$aHHphF9kTwEoPVo`ASt4{YRal`=BR^un2g^ zc)$(+Y&Zwjs(8OsH5{SwfrG@rv~axe6CVy=aPWX{NCoz(8`H~Vb|7dcN>Q+jONIL8 zlfM(Un!Ml=gZbxOSJz(q2A&xvf@JOmiIen2W#w&Fy9dKtr-f$}KdD2~P`RL{dw?>I zmB)d1!FBgB_V`PV*J}qUhrBMxypGgaX0G+P4E(x(mtO^uA_qQgubvFm@4IcpmK3anR*EbWnzKAZQXv!*&BOnlu+fMNV=6g55l z#8~4^l<{o`cQF0uC;j{P*~_qlc68a1L5WR_M_ccHBKkdvW&fLmjp&6b>A?T;7x6zY zOvS=FhfJ?Un8<2B*Y(6Gn^;&? z>c8bI{`(1rFWLSN&D8(>8WGX|yZ2x(*ZOYIcR1HM{@cg&?>{-OUodP=WMMu0zvLtm z{wVoy)2;l%PI!j5{1vtm-s+eAB_7ZGzbiCfSUeCFXY;Kc7TNT!I`C~yJmDhA!T;?^ z?wR`&{ok+s|NTASjG4iQG}*!^O5*4nN@0_U63NkJ4^hTZNT)!B_fw#QV$FR8Mzo{zuv@p@oj5t6_iZEwt`%gIjfd~JaD{+n7<9kQ(X$Rk?#Ji03 z_Idcqp?+KG*ZI@q{YEM!^Vg)6nq_6;v&DheB0Icz8KS5EzTq{ovhlW1y#u^6KXfyYbCckf8>7;zy*Qm8@BkAwA1(m$tln5RG&9oE5GXstzHBMS~mOTl-- zeyb9Mebh#gks7wPd?B@r^AEWjAmH~mVrOTUu_Pw4O-GK0Ov2NqafKwc4*r+i4KEu_ zF(9O5Z3jg!i1W-D`xR9(^v54M@7zdjcVfgOI%V*=(TkZG>*z*!mW>&QR-vNr;PE%Y zdk7dz))KbVB3;rr&OtCw5Vy$b1VI2QZL}`8ZY54xW2RoDi^~W@yWyds!cByzmzVcv zaiHv&pMNT!Wc`f|xsgFKN5kr6qFwy~xcos{8vTPnfHzj zJdiy>zzqx}#S7~QI<(JEmlrnA%5ri848yuFY2h)Rmls|;4DNVQ><^Zi^n$)@?R1P} z3AI@cCRC2`$t`A!%gZ6b!7LJ@=-R-#5&#$)bvyR(`1(EbdqfBCXnd4DgJ};mWRy~<3Vvi7%q~t0Rt7+wjux&^ z94iDPN#svb_j(pmsYtBex^kr+iQw@yRiv5o6(AJ=$XUU3^PXbzl2TI!_;7G4nuto@-EIfhOE*+sr z)66nPJs#HYLUhkO^uH8N9adh839Rr?Xq!fn3$KcTygamLZeg6l!YgR}FwDsq#sGNd zC#O_!s4%HcgPUOGFdUqt!`1*R&m&L%1L!P8aLQ@_MG=HvX#;Q8uV@l_4d@Bfx0hzk0sG=waa?b%&*?? zH`?2I&E;K|LD=?O2vd&b_r<@NePyXSHm@c3!QP?a47Yo}blFH{Q*duVr&C|B88tY4k-i))DcirS z8MyGAUlk`2@H)sMP+aS(;A{~_u!&iS7k)#q>xLIr2^s`DJM7l@c%N^)02@3D8%3xA zN5G?_P&1jY8k-+%#Dq6*l1q--TG@Y`u#Znj7zUdbK~}yLEFrboX&9tAj48UfELW0C zeoe2On4R55$^yN=R*va`xF$)bU*B=$ZEf~%zfv&x-q**1>HJvn0YKB^$g|^RX`foc zXNT7a{vYqlQe-=v3_pqaF&a_;f8gX3#yi{qDMBu>U)1L%D)h2d-~pZ>xi)bW5=?KT z4+tEp4Pf=UyFOiTS}WVveIKB`!an+-8W=l3Ei&Vt{Mcmv!2@aP>Z8f`9m>Di0IQxN z3WkKFqxQ+ehw zcK!3iwVA&!qxbufrZvodo5Y1Th-AE#=J?5zT{*YOEBU}v278mcAwNIg+0pS%cm6c& zdIu}4xO}zKy%2iD4b%QO18CaRPg+@9mpM+hLZD}MXJ%I!ts=))QiJ${lUq)OOK*o+ z{Pg3SPaP~^(PJ%`dFU6SV$dl&}6kaAJyGKH({ZR`EF z_ig8!iddO{=qj8DisO!1POa{|vctq3=8HY9E4tmi-xWpbXm>K}WEd<$HiAyFlOY?WZHZ2_VXZ&iq0HGofCva)M#YvWX ztTy*g0DOQ3#(wmR)6|a^@!AkpNUjrhFj?fS;c2hP$*oMPc#G!EQh^EunoJ?-z;OtL z3T)yw*B5fWWB_h+^EF_4YoOse}AstXzd-N4Y9zCMIlkMJ3h7YZ_ADf%DX2xB4IUlPeR&6+GsKvtTF#9x&-En21qml9=7eGp zhE$Q*#)vw7G0yV!^ArF3^Cn#H9LKTHASznQ~!i(}a%_9zl zh=JszM7oRwoKn^}PkZui;jMZqH_7Az!XuL68LR*!Be|Z+0TCT*ic=}q>6-ovc-u|! z-|EWho+hgVlT%{u6ETuIq^zworv3`tt9}2kt3A*#Mrc0aqn(T*P2}bEhC1gr%D)TBUAz!}Qsv zjSNwWrUl(#r*ZwtGknBGTw7RreLnL~?7j}GFYYJ%-mlR8u~qF(wXk%D46}*15#9ar z4}+7x)z%(W3tjT>jgDaAKKy0otzgu)zN(a^$A)=3Rhjg`w=es)RNmuGzbetnW$*R& zWQt&vONU^@@nRhT;&&H!L>YZvPUdhgiZs`aZ!5p5dy%w$FL|k_^-xOt((0=}w2hxC zng`C!w_uJaEVz~UJ|npxgyN6-w+ic0uiH+ZQQ6~@m-pMKY{j4a`7ZyP1M{CVCgg0# zPI2EdSHG*@Q+ICnbJ5MnyrA8$_T}`J9Xq+v_kBJo<{9~~?p$Ku(ACdAlWdYbDNmNd zM=$x(I-e*ZaY}j=+Y_kTb!rV}Tl2xJ=GK?q7RV(QXh*kqNhF+Tw)Ca3&Cx5pvgIw_ z-#mRf%*!cd`+#FfXHV(xq1op*lpb91(!A#E^6A<7PK_SA6>0VpN!J$$T(J?!N*iyH zvCrnew(gvP`vaZ+U89dzwt{4aadPfu!?nJQ`^8@ft^sVmRn^rZ(;<%@z2VpkSC6>< zv=c;&;6VVW2MEif`2o-_F*41}EG!^#(J8VYMSU&bjiUkHW^a>|0lNvEJGTV>J_Enl z4?{i#)26+D{|odDR1z3M3-vm-nXz6*5elLn_MoGv9tIeYTY`M`_?Y|ib_-94gD_?@ zG#oe@A~y79v%|m}(0ts>mtRWvE5jt9px+CJB1c#~)_YuJBpoa3?9bOo6@o9~-o1NW zdYv@zP0-+>YQ>xezRN6LD@HEQ7H7KhQj?O9sUWsCk+3+k0?k{v{3u3;K)yBRPNL#D z@A~H!BDzCDRAgjitgWqOWNKc#^0ADqzx8IcQctA^YX0IZFx9M6RF5N(UCeVW_eLsG z-UPZH#Cnlbss^1czUZP~Xd4fgZft7QqhTBQfF~}Z3$(OM1&OiPaS~2}0YZU6L7rd+ zfRN-TWrUY&mfEIEmWTuWXVy*3UVw?mj<^sL@iiiU>M|*khjn|Y!QKbF-P&-wHbQs8 zR#tY8(wL7A4N-;=PGawsO4c6o@E4&(!8nM)Avi=!8%+Q5&Y37M!%5i?oO;wth(*cP z_5%dL+UYR+sv-eIjEe-)fLHcZ%jhGE_lDg}k8Syf6};?G zdspC^cwfK;F4X6TEDGfpMmh{Zrd6E-;KsLI%Xt0z(`Kc9W6>=E2Bd1hUQ#&)|4taE z(rBAr8yOtTLO@<RZ>^^f+#-mOXO`j@!H!6 zi}tt)oF1$Be(!nx?03b2)cpA=e^aTz6x9`buZMjWN$Uj~?OUa<7e7UGkMG$-CAA@5 z9oHcskecTk8gym;@lkKhr`tx=)f(R-5do^RCN1~dWm=E?_xV zgT6dF>(|>aO4WWXdW&l)l4?=2ZtA-(4JOA|?~#3}ZSdvv*3!`L@^r0lm&JZ(SoUc2 zUm`Hrx7;#bl=&?=_|Kf0;{L%E60@=*#p5z3?gYcxe>}vvi+RC+(E_Ml|Dg6 zKx^5m6pk-0)0Axg%Bhn)v~HF5iXyv}E9fy~`^N&M3rKjkQ~nUK-HI!on7PNnOHO=~ zQRA-gZ7A_XU-81j0vxH81nvfj`6_DP(82yo=oxuBs3<6Glk{Rq;3>#+;>2NkdO|o4 zO6kH)NGn9qK>SA;E0e2AApc=-IUeUdBQSi!z+ihMOa+EQZLAo@OYax`2%-y?rt;~v z!2s5+(bL|85d~gQ_4$Sp2056Y<~(M9h2$C>KN4<>Z{gXAl;|n55WwY3BK9K~tvZkm zAm7vmWe!;K^`(n=vaNYo?7}g)yU^}vM_O*~;&eg3e)cWc`?}(V7S<2~PY{7YFt=cP z*y1twc@L^JcD9kz-mCkA@Wyzojz$Wkz1TlM-+=(!2(H+>75oY7U?J>fgEaOuia2w+ zS3XlaG?<_-4>9QkP2T4MpBPDC$qy%nvceudjH3naJ%}iWC8~;?93+yMGjsS>)z(HU zCWGUkJ#=pO!~bvr*q@SxJbo#2j(Lq-`K`Rp6I#ae=;%ASL=+u6*eCytOu3QVHpN^A zM7FlJw#{F?8Y-#ntpmN$*2U(zhu=J>Dac4b_jQT=Di{M`pk3mnL2^=3`gu2y4_gn+#C}d= zl#7}%&L2_nsNNgvIbxhfloQzN9WOF^LgA}kTklhI!D?be>o9eEkRcY%u-~hNI7l!o zVBB==THD;iW_Ut@fsXD7b#Vq!@IPW5xZga?XY?W^#Tx2RG?s7v)j=F%2-wBGp_t*K zts_4XSu?ti-Cg};JHEkBYEaLm_i~#_kODxYyLStLdGYclPckvV551Y=sZftC@hcPi zwnK3W_!$HRsRmmqp-a8DxtJo!%<{`_lQ6jEFMXt(k`Q-DC|qfBX)Q!zEl?p8({h(z z-``=@Z(p9s+syw3I*ye(nG|+&VlLc-y|@Yshc#fAPD8UXL|0z;#qit<&9f7yR?=*< zH@_D$9KBcBvVC6f2<2Xls!Q42I>%=7e@6p#5A+aY7(1s zZ9RDxiTdBSqI&>v;so-S=P1|zt^4rTa>}0~E4DZlQlq_EB@QYVQ|^;Ua|iF^@{O5Q zr?<*yZg)Dc`D-EM&fw0A-#H!n{`P9;L{YF)?xmCU$1!upq$#6IW?52(*Oa5G+ts|R ze>t9BzPEX3Z%W~TZ$34&rz#=LtGe{3R{OD}f}X&^(e>iq{#A&mrEbW&?V^zK*sVe3 zN~DqbPt^d=$Y5vpXSKt-_v{H-Q3dCS?HC_l^9e<#8@R?~!8{;fn(%3Ha&ejMDLRXO zeWE1+yMf?@B(X98y*muuQAL2}qvR(wk3MS&UmJ<-`|-mWMZil%f{Ujti|a9DYh`62 zN^2T809<1>H;~kmon2V7jowV(Yt=-mPMTaC9z)1nh>VNd#(36azM2j+Oz4N1vjT90 zK^O=NCafI~oGdX?F1?F?8csvGPy!sbe62kbS~0kY9b^)=og4UUfX^KxSmpjDOpfue zCM;L$qH2^j_#N;Pf6vTpt@m$BXmgogzKy09%1x`zY?H6NMXM*hw-(}5VuabA%E3z6 z0KglpevyVV{WEJAW&mMw$FK?~4tX%xHbU}-ZY_jGTt2f9nu{AZe()6ZROoTqEsPSx~M@sFZ8AGqQ3_RsS8RkltD-o&#}iUQ;y;>WMttM|2@IO(^y%VfOKXoK#)@i8PX$9WqW3cpV0Ae znCEl?Z)K&SaooLw32qzp&o~I}?a7ncU=LhtrE%lsICkubW$!Q!6+mO~To;ILgjJDV zvEw^%Q*?PHoquDLIJ>ARz0qXH-t#rlqOfuJn;Yy+5Y}I09?=|f$rpr zJy)J^91XmZY;JAyN_jjNHXba(wnxx7ii`I)G)$o|22%&D7h#W;59ix{^O+Dzm_zUP zhkaiWy}Ga>omF;5N=~|bttQ0fgri&d=M}HZOQ-GWL`iIa+n8-B^qpCI&Y72=kr_u~ zam#mC%ZrC8A+aE|dh3-wNgg%ayV^4Iz~G0V^V9(w8V%vGU-WGamNz!WpT%ni88C0p zu=<(!hI+@GUcWpeHUGgTs9furgNn9V;ddQ&Xr`TSbhJza-IeToxMwDKA&gS0E0;J` zva>hs2W>-%WU=Z(-F?@^qD;E*wuzwUpYB~F?`8hQ!{$rVP(tT9_inxP`h>qV>4DR< zl}q{kX7+Zw9<=}Md6?7FZMU6tJCdYLm1>=oe0=uQLaFhXd-apWV=wk0XnuL7*EjV1 zOySLsli%S&g>qkkR4dP-{e{y7(`2;HcKhc+S}8GaOGf`*s=p1_w6XcxfPFSC43+R{ z{({?M+WEZ8>RPM9=_tiy#7hE3_x0jYP*N%#jnH9%Q!{u)Tg%?t%K*+NYTvY5ptZG< zszYGr`p=soEh(oVaRGf$5~W1>+OJfUFJ4u`6NLZ8dZFCs2iDkF_@Q%m?%dgcF99hV z0iITRfKEKix>xkUXWKs`_292KU_mIWxXu)fd%-5XWg6gE+fLqKbG{gyG6SpQaa_J2 zx={B}*9wfKe&AlmSw$)3wcg#|=e@n@IR1=7!EB@v^ft;*cCUta3Qt&&$io*JBLq;W z;JQY$d41IDGYEvt<0fWO>M!5;cN1*afapL0{a?IqNXU`ChPggKg+URgV?Ck z8nc^i#H0f+qBJAm^mdI};D(-_Cjc&%5SI=;7p1ygn_ybS!i^dzT96DiG}JLMircRh zjy>zPF0o=S7BfOgaiRMg*^zt1oK@-v6NAyjfnLgX4B@k82jYdqVzYFH zL#=(|1;y9VeV&Vly zlsyNTkOGay22`40@)n!jj$Lil7de0F7T=wJ(|ISN{#J6%|{K1;B-+qlB4$&o!W5xvz zoPg#n5rgC{-b%cZj}n3yh3vVEjE&#)S_2=aQK}(6yXTR1P>59Ki^Q6a2emn8%@#@U zZhzV?x6zd^kW5R9XI!{XY#u0+_dfIb+2=pUFAS?D-Ai8x@L#{FWOdmd7qj@WK!RBN zPv!y335{Ozlf0lmLo3ZTGAooGIKLEcM+L%tj5g<i7DWK*BetxGIbw;fI%F5vFj8x-F^-c%PvIvP81kfF%_oRwGhw&u-pf0?go z4?~=>&nby-&SV|zHQ!IQhAF_n8C=8DKynonKwhHnphkKa8gU5eb#;3V2=xrqoHb>i z8ROlgy*v!EzcS^_;sN;G`58~BTtSHo?;DiiNd91cV1ee|Oh6h{M}`dcoJ|jacjPejC3)vnF9_Ca7-bBd+^Zfuf$ycU?gbtPqMwel<7U~Ra@h62!!=(oWfg-EnI{u(g%>{{M;G)T0+wbh;G&)W`Iw7y3Lie~@V0ORD=r!EFeSOLW z<{Rg^*w_Y>qph_Ito78?;6M)i6`UN{pT}P1w@Bi7aXet}>$Cg^teBEl|}57LW|dKAW*vFF;^ zP*D+=875CXx=A5ONSM|mzy+I~)pfa>PnPIW{r2h>Q4U>`HPzo(mxRGQ8*P$S{ucK* z@bRJrt=xWR)p{X91-E@n?Jy$#K#OZ@j5!R`DNxS9*0e6bNJv=XlC-oM1jnA9dfq#c z`iR$pM-Q`$&jni)biomCUW^qpmWe+8=DE6}D`+HvByAm=QYUD0kc#liWtRp*44Fh7 zVTenp#FeAY_WYL@7F@`$=~A+dz!(O;WhcXvQ&Lm_GVsxx^&PA&7@nGP$GM0^@AP54 z0#_x772wA71KD)jo){)#Cric8Np1~G#$@=Rq9bJk6cs!u-1EMIKS;zt-1q^3_q!$6 zFn&0whB86iu=oh^9>rJfc9GTldR~c+w-DFvWmB>^P~b4NQADS_NG0`GNU$xJNq6%( zk9oagLiX*q#T(Q0drbpO()w85?DFo%g?#y};ccxQAubES;wjyt%mxCV`wM2qC7oNY zNQ4x)&ct*)`tnLtM*QPIHvf0CoO6rs_Okit$4*fXGqGw%($jIzs~vvA^U`NW&SlQO z%{u9SE{gLw4$%nOxyZMk8dqRm*1g!&yEvY68IT2q)Yz_-(o&%sYQ72j*2rhFLANFe7*`lVY98Q+pT)g(+^MKWjaxI1puW7_ z^;?AK(;;EUiDq#0fGvO)daU%4yZiabT8LI=ar4+00aX_R6EpXZ2N6-u^J?RG{wg#E zs0o?VJHajGp@q{`k>e!P*xdjWfJw2Ux@gIG2em1Yup0u7KnDcrq39zGD0A2;s43M? zhJ(A>+4=4A&wvD%Hsl|D^xod8sHngqY`ypsn_I1AQ8|4o8qqG3=gvt_86IV4-?fwQ zf#zFvW2={8I+0QX+9QG!aHa6`f75ykw+c7}V{N04fJ4_SYU+J{%0iAt71O;X9d`sX zHM7`7*SmVR(Drb1KQW@u>4X>H9l`EBtRA*a;>*IZ#3#caQJnc0yqegzWh*M|LJMZ*rM|CB zqyzMEwzIa&3l_fa0R%1e;jPgJ_cJwrpQ5#F9K({nd1l@9(Ox#4*0HU>RU%S#9S0iA z>-2;T^P7eJdjgw9c1S;vv$B!wy*q!W~IIiFR(DWXm8|myUZ$vaf2jKBkX3By^XzLHK7m(s#4h#$|l-J>sq%`y%`6yKqnK zYQ~etv5$L5n-=LgnCI6I(Rq8HjH93$;t|PSQtofCp*K+YxH?1>pWB~&)VF!NQqi!W z8?I*6*}we{FivDUEqh`VhiN2^6NJ#r7k*i3JT5>}Nx7LX(B&nIx=bK-Fi;lqIx91? z*H)x#;Q9E5Qc{b6eonScbXu=?k&s`9*XWA5i-nnXw{Kry8nPyDCA5 zU@M8Wn2J{1)@-)_+AQw7HQAb^!IU~PbbSkEZ-hY(+|ruF7M=iuZfqn}v{;Bj+Pg$` z1N>!oLMw>OH;frG2CnMsBc8Ia+`GKjI^~2u;2=5*iVKf}$qoLzqI)6 zTQk($0y1TZi6a2f38q2OW#? z0|4iXq;-8H5;LZj*q_#Istr~0V>ZSQCO3ve!Sw>_T7Tf^EVn7*2OybHgpm*YKjgiKJJ$XGKddD! zq*8W9D0^lr$&LzyJHF#siPST}{G>2aYljp0m?u&pu(*vUhk! z=t(p761HSXum1|eH~F(C_g}EN;KP+of^&DU{@Cu!v@8r1-I$SZ>WcZ}^<)G($(Ea^ZNq(ovwZ(vvwmKR{}S>)T_gE8fmM zZP9-yf0!ssmz#f#4Cu ztv=VC;JBd@C#IR7t8?&(9Ac;hK6O@!y@I+yf1c&;=5M5Jkl_!1y1z@`>-I^*s@mGK z!osV+YQu2YL+}S2053Fi-dHh8aI@_Io{qp5u-RL>&lfU|{?@kcCq{pvsp?chf zD9~VJT3a3G2g*M1g}KT%z>;Rd-;J&Z%fJz5_u#?jOwBhh+gEhnTH<7+chs&TB)+m}`RMXrk(ZILT$dZ3XuN=R>GNk+ zR#ttzaVP;$%q=OGq3a0RMH}+xNx0Bo{WJ3v%E7+|7PLcsy%jdhBf1CL*VtMsYTMfK zus4`H&gZm_W!2ZOCP3LhL>4(uQy%&G>g+MR)8qvUSLHQQYC((UR~Ipbq55SmO(XtN zNJtaXh!F-7?CB-IUFqqM{g<)ohCYNq{f&sNN;JP;gISxlJMu<~ZE^yu?wyj{jH&q{ zWy`LwZ5MqS%iMQD8Anzg8%=)^l&@_j@!z-So@aAzOvL8&YY9%VD~_t`-F*pZ8CD(7 zMjmjK?nFk7%`SW>^%3+A+$iQ?Eg`;J^fqN&)n~8$57%^gO}0C;S>syY&qc~5gmJv^ z_wZm#h!Ln?|801M{*yz>F52;ZmNc~H=~By@&h?R{0>01obtI90YB7h|9^OL>*@Xx$ zT`^&x=yoWHAyR zaPA+W5q>G*{=U<09(XM!`XjgB!{GYx6oFeEf+`Fn66)t)C>%Z3@?ZIg;z`vwHygE{ zK&+bEZIj=_j*DK;9|sf@&5g`AWDN_w4Jq|p19f=^Yvgls2of*U@U^wH6YOj%QO}U| z)iyPu^sHnu_@so3VdfPs+o~VT%l9k7KEDn%Gu{dfSPHGYoeLMfD6J~P-m_9Oug5ao zpPKMfMb-%k3#a;x;|9hD)dn-#(P5TcLhCCMDRrH=h+0bMyN$1!PYnA*d3D2h1x-^E zljfTV*OKI@PNnl4``*}?dPW5OUDVXeOy)nC`?gPoY(EK~6_Mc^&m3Mg6aFIdGxu~M zsqLYz(<|D^)4>x_Z&j0hj?op{Y#NK2oG z$HBoJT|bwaq|?sk7fZ!Z!?}e8@QGKk&|n%aqL>(^9fP%xVUpY2-QC>{3DOCax;X9> zm6VVIv;}9T@SVQL7j_9DKMjgt^cnRe$dh`2$6A5qweoq-``cDJ;`Jx^5Ac-4?x&-t zBl$TIezmbxuf)-SJ$+>wS)@)Ncaj;)M}!(^iJ*C@5*;x=)9m!gp%^U zFPUSMCtoPB3vmq(%k5(HP0CTbbY8E%L1bg&`ReLo>R1eAZqj5zOSsnexgGr(rSR;W zpc8@QXBf|F3R#h*boPa;JMUN%$?FLD473dP{BjfyT$wJl3@dYv{{6nm#y%!DXD;SB z`$!D`9l`M+p^BaPP!3y>8wm=9*<~5TGe)%0%(A@HrF_g z{{uN>(5c_DJLMKO-ncTz1kkw-0J-4d!`(4O!E=cT*ahxgGlD(rKRP=--Q3bm?|Wh9 zw^*(RE8u{IyN@3~CQvPfVVsn8=-2@;b8t)>?X{m7DC@1RHUr86h8{1Zu`D6vv{iS1 z4z|hJ*!;2=5#)Lo8rp&fi-1HQKfa8jW{4*Z;<9yd_x{8R%r!|n&2mB1rq_E(T1s#m*wIEBa7q4Cy8_E|m{?<@qMB)GoFw87sJ>2;q2AxUc^ywy$M`$) z{X`yfkonF=9T&qG1p_+i4gY`uY5UL7lq&ShxGk}$H?mGMNkWu1_$qt20*ly7*RMs# zi9A}`-)LDL{tfy_TG8knZNoz zi#Oc*R7udzKYR9bc=)|VsK?7A*&fX|{d*b-scfR6(DH(uj%^x025Xnh2bCb{XBSRS zXnQ^AC~X!AhGO2b2}mB4%Yjvk3xpTR5pZj7a_}sG?uH=CvyY+q8{BoqjP&h{4&cjC zpzfSFa-Nr$vmbSL}A3i`dIOD)pvZ)Vj0>s4f+2x*3jg5Ey{`n0u z`!9|`B-9|jIKGQ07?3Ic4WlYFEN>)bBb_tk279`@pUA#$q_mYHr+aNs~YxBu}ys9U+^ibAAN~Ess3(=q<|J|Mw|EL|iULL(_-uR-4;!fKz&mm&c zSAJUBzAB53(z+Vww9Zv1s&0x{9kxCDqRu$5u6RIK>uw(39QXNinQpHm@-C<3dCePM z)8`nc6eb~IyhJ-InY}G>_M{L=DudYNLm#~aoF7_oht>3ws1K&uFb8+Aec%{vTa?l^ zIxp4rHA&$*UH>x;#%yL^kyF}@xl``<1)L&tbAKbeR!Hgt0;*uggEEOqVEZ{o3K$uT zIuO}^@jZYx=w5r9{Ez0uOGp;|T8(U@BreIA`ui*F2>PgW4aeNX&HCW?xH#Wbb%B zv0YLT!s>_PIOzc^=87keA5W~D{Z#*7T7YbYP?R_VuP7`mtg5JZE$#xfs3Xe}6TpFS z`xrlm-TL;7QSiPo$PWS^=HLM9D<0Ta?q>=5)*fxvFjyIWum44+3%rOruPwlDQO{Q+ zhaAU0!iO(c48b`eICCjO6tm zFQI5oDmGT|^~rIfSIpw#B?!>RP7>Q5!FJw5@Tlk6tp2+yM{sC9Z;+uty$tyP@6~lOl$r^M4%7!y8Bei@1LZpyj zafRe&h4(!&{$@0KY%DBrb~e9yiM6k*BA!ZQ<;t9t)6gtJxtW0W!fMi%G+<PD@0(H``BU0SNg6^55PX`g_A7ADSXo54O_0-}k}*E}t& zHao+ZR%zGIO*T$N1@=#MEni|QOfzB8(wwjT7Vq_QZ^NPYEZ+v(7C*10Fvth-3GqV3 z68pS-Y^EwOWi)b5GfRAJGg8sjVk3y_*p8m{=4w}{(@0qC*_^KiMcO*s%4UsOl~X5P zF<97Ylk~f77k=!Y?6z$Gi-((%Ui^}4xxk&{VNJelR?!~3F_gAc!xnbQIfVjT%Ci+C zMSlIW7kqLXmi*WQZ^=B?ZdqlP_8uwIAJj-lX`$I80u?et_r#jSCn|d3#H)YMP(T`j zE0TGF(~UnmDykIxn(s3#w`CA_dD`vsd$@`q(jX^@Ld_^)^Y=n!!;VMH<4&uQtWyMU z2$*I_*Vcu7;?-dAoaz%2m;_n*jR=9K+r%Q zXF@+=tViVO1rm3Hu3A}nXM5LVe|UVn0kWn*AAS852VWHoSptk-VMl18QTuq5Sq`G- z77bb;BO}XMQc~L>5T4hXph8jy zYVRUi78l$iW|Vb~GI-(VSA{_Ho178XGho!-T1LD-3_+;DEgKW+sVYYQ*zwyl?IW7_ zhCvcW@x-e${Uwo9jn9=*aN-asCwmd&>Zg-)d`M2jlMC~PDSz~%M|-m4di3#30oxk% z*|~>kh}Z^t!HFh{AxvqZb)x_csmB+yv$8DAQsIS(ad-ev5+&Wiq??wBhW5y0SzJV6 zgA&I^Sl9MeW}wGkeJ0<%`}Vc)gjjVC;=f`@WR+eHJ1Zg*g$+OJf1w+1b2fC+AAPWA zKafi-1lXELhb*ggAp-|1FLNt_y?33P`HuCtSy1G(jvA@#qm5Q^nP_IjaW*mW$93`j z{X2|%fGDh?-(%P}QTFAqeE@hIHQ*q9Td@@)m z(ZYDfv|Tbjf^uG7&S|uWdn~nNT*aM{)qv$iMw$4rJzEK8S61Ks&5Kd=ja~9TdZ{4I zr1^e`o%-Ck1D}8(xnld$0qa~QmW9Q#?~+vA&chuz05ln5#-(o=eM&HT?r_F5<>6*~ z9>0}UXM8((5C6A;8(gwuxkI;Zx$`abtG!XB&ngM!$Oz{+LCjf3eyr)5nfH7Vw*&8m zl^ppV$TBUj3}Oibne^YQ#x(8E{MbIfz8nY=2D*}BaO6nq;pgSWvi6U!Uq2-0cVGO4 zxyI+yfsSM$lDm zdovm0;Q}Z#1qqC})5KL!=U1;jyPi>BR|h?(d0w}m5^=me*tp-wf`l$jzwg2!MNEVq zsMB;c?{U9F`2(i~vhh%!^Sv%}adNU=iAgRthf$$od&3&dG2l*=eWYJcHk=|NvM{-I zi~Piilwxx{brern5c?w~WngG1Ehrf7@4cI7*%fC)^hpOuld^8Yb%HhPsFWzqll8j- zs~nx3;}F;jsk3-N&A%l~IChJm^64$eE-n2FE0Yrh^8Eb6jzza~aYw_B7CY85LrEHN zjG8*;<;%W)h;=Hqgau-1!dcN_6YyFq?f8h8lRqH%0Hlo6mQ}#)CB?<4t5^{i!)b(G z(1(qKez^=H8fuB7r%rXPysRl((T|aE=Z~y|)^Z(vxxSuWR#p~%20b~PkB~p-sZJh% zu$B+%*r=!|%m*m`h}-p(`8?`~IH$lWoevhFxLR#dl|!76Zv*E6Glx#Y#lZo>;@uBk zO{YcTM!|yiyI3;cTL@1c4HcCp)VKu&kQmj+2pwuE+&Z~i#Dlw;l_;0G-|^P=@|)4V zOE=dWuAgQ6TG{$nI!V4%M5Xed>&nbY(d7edOMzk?YKba`mzyLc?d;?l$Db4~P1B4j z!IaC_G&nwz&L`E;9~DJbP`Guc`fI+qPg9QFRf^lmX(uNq3qX;W=e><*h}^p#Al7YH zYJVp8x%^;EbmC`rtu))V*Slwb2&CA>QjQv%u2*G?_n94K{Mr$<)VjbZaIXw?a?&H= z0Hbtc%<(Cco!>#f0H1uWXf#W;drH6U!_4=2>7>mUk2cexSnfl*Ct9Bu#O#t&r7d`{ zn)Y@7-<%we{XM)z3>I=1gQ7?}*!IRY47@jm0`V(EQd$TdRaXZLfFWB8#z#bc=T`#* z0=hAnm8*?x2*4gh+(A!#U%y@P5QMY+$jCo-oaD?V}O%!4a(h@ z%x>JEoOMTV1r)4QM_W?5KECDU<0D8^@kcBltGVvEA{Zm-S@7slB{*!1b#{FpFS?R4 zNc}b3+0f!yrQP7c)@!dn$n^?9ZLO}B!=VnsEQkx!3yQ;~_U94(x6RB}Q5cbAggx14 z_4=%LeHuY<|L_AJBY1uYx%qSS(G6xW$Pr8*UQ&a|AvR>V#6YwVW$)}fJAAXHp}`g| z6=cCCCSFXu+SSwJGHvqs7}gb+mFy54QiuQoF4NkxA2UC277Uy74)6cL*n|+`J$oJ* zRsJ{@W}SGIJ?g<#=(>;-bn;{*c2u@M3q*N{iJ^u`8WdM!Fh<-DMwR}!mysdH>hLfq zr~#8{zDj##k|ml>NbzE|Ip;b)A`ChbC9pH==H0nIQJuaZv)ifBmQ2jd2@4zn&;a4l zB1rK|OG^onbvKWk;=Kho9^GAu0Dpg&!V|=t|7jZ6x^ZI)KF^H}?wjv_!DwLm+{(h} z)~$CQD^u9spraaB9uXVc3n|Xk&>}-)#hzq+n@o*!;=M@)i5osk+)WQFN2~w^cyq8b z`qCOocwW1oBa>18#_j{Jpi|yN+|&u+3Vp@I%FN6>9EV&Y%|%)>*NvnZl6TR%?i4*F zXL|Ob- ztcqY0}Kybsh09Y$WZBNB=t1|2vQ4pp;gOrqe5h6JRkgTqb z+5fnER`Pqe(rB6ITJrUbk`hn5l*9iOyK#S8fjhFZvyUBTfzeP?*8-()LeQVhwBW?99{7dh6TzPt|SY)BOC|oVO5( z2+CB6wqx`c+Rn#Z=2EfsXy38!yXCaSK;rG!+}Xu><7zfku5G$ph&ICD>Vpmi{u(@7puqHzi}1f*uXqFlbx0VYot)jFK7WdC&58KG z<+I?=k}bU3BhppYqx-*p?mz!FA^bnXQ6^69{vUZ9PKW>Jn~MFG7Z1X=qUK%&+`!Z$NY}`{oZB5^Qs{+UflGdE#T5z_r8SODc6j); zX|N${7?4_|n7z~HL}vpsN|Y8+b{W` ze~C?Q#$Nz^s33{MZ+j1|%fh-Byk~fCB#Y!;!Om-#YyLcgl4dF|T*=hgIbSBx-oe2r zci|+^uDkrvS!HGVBbR{q5fk^!UG3@Z1t0}zswQCXZp4tGJ8JjdO9UVd^Mq0gH3Jru z(~_o*Y(qSYGKl?|qpWmn*NNP2V<{^(JxoW6t`-2TWh zSzGILJNjmo0tEyslEJN@5Az&>WB>#k-fni**4(^iCg<(j8zo)B{QLllr#6bpGBcI1 z(5ATf_WjqO?-b?a{DG-KvR*Cy{pnk;-x>}@ec1L44=9Ml4ot>K-`2B?kwk~1ej@sJE!JTc_wZVhSLO7e3mAUx4>vFYR z(#!=swS75B7Pic$_MShqa^`1|^AYPN1C@+S%domhdf`B!o`&^5!`;EDWyea^*f&$= zzQ^|{TXLnyxW7q>uT>DJz!aP#+LZsJWM^PU%l%JDjCSh1d!7P$wr_UKWx_-HB6r%1 zlm=JJ1`+QA$tmVV8*A$%PdK{J&_U^KZE2a&fv;=>^Q0cP)^^Rw>uPFtKv%dK2{aN!*!aA=P`6h-g!eT2ciX~q6w^V?SU9pNDAwB zA;h!elSXblf#sj;FIlzTEiS(}%3BbQ)ro#JF=itC_#jb7c$hsK-UIbc; z*GML(f^r#oEX#U#E)D!2z#`uZu|)c=NASe^F?p>GW%YP$B<+gjQfCkMl^s8ELYRai z-bY8ML{3$|^6R}CYn`vl@{*LwZ#B+^f2TR2dDN4%hRZNr(oVjD^||u)&5e=I8`Jgi ztVJT_XPNQ8)ZZ>PpTtRtBYeqoWiqKhBq}*q$R@f69fIX`7RF>Sf|WyvDa0L#F99St zSPNuLV85B1kj=}c@g3YF0OR3ih76{oqW~ZP)LO7C14zNu6qn`~q@kACohFq}b&&MQJ8@MW3 zSojun!A53hbG0Gx9LLap`ey^*uuMTQj5W7=27evF!0MsrhFmw@%)@P_{YKZRsX;PP$q>t5x6maJZ41WnFkHxdHwNHCLf zaivH@59%j#&Ct*X+zAfH^mOU4iecGZpp zY$`(8V`esn_Cx2r0|X-EGW69mi^rIFc+~20Qgsa_xSofFu>o;96M6|z8>`G1y_(a& z+hX1hRS3sfn~;zr+4e|*v&Iv9O`RqV`=*3-B z*pI8m2xgo#d;`pCI;SE+DFrroSif=n;+FseOpxy67M1bo?UvSYt(kTpeb za44kni?|Pui+|^bNSV&bx7G`PdSgQ`C7pjbV?)aGl4|CbR#)?%zR8cedIS32{rfw^ zq~Zi43Xa$HL{9{1CO$Ga!Z2oT{Nii2fy2fZ$p`N=PWL^3wzxD?BmCxT>Oc1cJuZb* z8QhXQ*Y&kb`}(oY@N3M+k^|?1>fFawzm2EbB=M@xo6l4WH1!y|26f-)XSg-fGd};y z2Z{kW#(+Z)Lio1=$=Pv?X$Nf$kOjNoaAX>0*AtJ?;85~%R2z^Z-?B-erWH(8{1gZ?A z5q6w_^KBRQl0vL{2jCGn0DZ~NpD%=Xk5ODawox2-{+|7$Bz|8oi7!1+^xs9aafq6| z{&p@@yl;iwlf>8})*oxtEf$#`%(%((qBb=D|;UfX?lHk2!G6ksh3stPL{ws<0RL>tKr_3oHoJT8bK5c z@!Ol!J(GyJQ4tynkVynL-GO3~`Q{CF*zuY-(grm_wF$7F4=cNrf9%!&(a}LkN7vt- z)W0!o$wp2BkVdRdwSQpXt>o@_@t)5CHnuhG6m=V-W(wb!KHRO??*2KhO897 z3MCcQ`obVB(S^Z8a|PVBTxs%CxGaJm5FXve-9oK(u=S%Dt9yRWlVz~xh*(B3j&cGy zd_Xc3zz-P}zpS#rn5q|)$jjC4kmsQqzp7&a&ucj<^-^KiPeta)Iw%y;B0)qCzZnGu z1?-$+)?OpkM?i_$*)_@9H47|&OSd>02BnLoimyF*_^d2WBy|y#9J>#anOIq!qa>KU zkQDgljenJ|Qp)q{@Tiy=Po0K?m+HypiKoO-$`s0uobWs%QXMgj7aw82;^y`^4K4ylj0aeIboW4a*x40~ z1!7*ALWLFfs9CX+^uB8BldaRaFF3<8Ln0JZ->9*=9(R0@C zCDc%1hZ^Jkq~3Dnor}uL#4oDVcDT3p{~CI=+TYNSZGGC;hFY>TvuM=B`x-@IPwO{} z@HcJGPy2X=Z8~>SpRr9~8%Py8n)(LOw5N#_WiM(-3Cqj9)8xMAI7PiW*l@=8V{~kp z;NK>iA99MlPx`*}md0Fvz}wttmL9f+w;6eBN##cJzL$}EU3f+{H18_k40}dSVPmJ9be>&J zIdF(OSh3IQP9FP<8it`^1<%V2aU zL>Wy=-N}!Yp^fBo)H4%beKU1R=37SfFFa^svt|`F<4cy3`l&DJAHC(bv#@|f+UaA! z01H?u*Q~Jdv9TN4+UXw3mjY%Wcth#e)P>Ok0#IQgq0#YiP+uEHB&KE>RoRsUF9>z0SCV-fvWMobPfll=B2>ml}VTz^~=3P1q8yH#t|AxO2tq3gqe&}J;*rxPdJ}K zN-GK;e(R?+=ig4N1;{Jmn9={q@3wHOJ%t#Oqx$dPLD;H{9fpXiv0UePnO{=cRkKHP zh_wMH2SxKK$6BIKBeG1P*t8YXe$!JKT~1V#0`m~U)|+n%aIv+bV*XpaOK|qDu5J<$ zHJ|aw$k-AK8$h-tq>`GElBn*yA+1ED|DF-XR#qF>7m}`e*Xr8Mn~F8Neyozwiad*d zhU~VeL?Ssnl~6n#APiuHZ>g}@+{kEXYD(woReLyD#2gE5Fkiw?=&5l zRt3r=N3ZBP^0UZE1Pu=N6*~u#^V@XsdPuilMp!f=#c@95*(t!n2}}jCKsBS`D5^lk zv33Vl4T?w5?1O^|tQ#J;(eDVIKmW$S;~Jm>*lux^FjsQjzr-Dh4~(r72lnn}V`Gz+ zme#qt{Q!j*jXdim*AZQdRzG>pw_&;F<8ywQ zZzl`qXmtgxUu8Q77^J_U%=dB>@FVB1?cD;GzErg~v3;m&t$-!Dlu~M@P0={|alkQm zzqCaRxv9j&34JPwc1Hd=C+}&nyvVMwpX{vH8~fSfei=6Nz5BhS@4j9)j69pHxin6@ z9@NWuTgN-XUc7aQC*yuT$Ib}XruLfdVp_Q z=!(}B9<}HyF%SSSJ+*yw2?#!xLGMed>@2}qmI^i9>uBT6Kx~N^D8Hx6e*8}N`%$zo z_1n-WBtVP+Z>by1ixd5H&e*Mtg{*XsS-mCh?09kA@qn-M|TC zFj`5zup3ab1o}QhhMU)Ni@eSkl3$MNm{w_NXspf5Tu`j{%h_Rk&(<%A2qvSDxovEW zwK%zOlLZB#DOmG@iWTntMc$0CwRtFYavq>pRxdBO{kc5T3a3`!~A8 zSIj)1TaXnG*_!|#U(55r{Q25N$K;ARmdOm+p491bq6=x^^alUjJajxP)iqZVTd6ub z$L&S#9WzY#@PH}@am7IMoG((0U?$~{eoD@7-N9L;XMlmRwH3mI*TS!V0gt+M>ncRs zFa(T2y?e6erM@M75~6OVT)E0C?0#u{m?_tY)#*8Bt2I^3v+(%6P+P2U*Dr=7A@jHX z@>dxW6r%5*4e~t}SOsJhBNp9!4@7G?r}6kfa|uRkLX|bY`u?u9PUa!mgCUZ_fxerL z+kDl1b*h(ydEAaK|9+xjXjn0wCM34nKtLzP?CuyuEs zSyD2NvS?15;`fvGfdOxXSzr>vdpF7m7OzybeF0WUT%WO8_O#r`XmUT_^nUgg;);Un>`cBkWiO^I%ocV2@a9+V zls*4sGo9D%3(2-RnH<}VMGIcpkFf%bziyn#$uHZwaKqr@rIG9x%F!2|$tmjoC_i?^ z7V91GY3;SlLp5B|VtgbD-%T?xAIlrQl_|B)Vnv=^E`MTs_(1;0BXTN687hgVeV;Db zn@U@_6eOH`*4H%p^R`9O>eY9-^6zp3QrRvRQc+U_A-48nM|CEDO|614E%W!e8?0e1 z;=9_9+d640jYLTW4VjvCY=&Ys1d33KDCbASM=~=qL{XigM8~8QT(a{(}>XQ;_z~n0d2^ww+(_C$=BN~8_4mzY;Ha4XWBXTm| zZ~ztF>DRe=6I4S+@zI#w@;rwLG5|S?@L;|$JBgI{RG$hQrgLiPDZCaKU-?fRiv$LY00u*S>f_4O>pHoy5Bv3$|Hv7 z*cWg9mJIk4zPoZbsNn=?lSD&0mMv5(aU1XsGK0eHIZFMX(njr>F6vK)ulL z$grJ=IvgVs`o&l+k>!Bj^WGHO!K`;{@2WJuC8dX`CHFI-9U@i5ZWYo1X39WuQdN-r zsExh#^;zc1{J6hC3R%t#VT)#aE0+_eAmq*D6!i4*k&&G%m4LXA{r#_|UQqbsz0HE_ z8MMH8bYyQqAPiM6Di~5y%SuaGC=SF;1Yyg%pdc;I8?u3sk@2-b9|ZluT?fJ8d+8fI z(ky~s+0fdHin)tzWqSs+!Zyo^ZfkRH@C6;jaI_# z9n1}gs)XgT;Qf0zfiSE>GSv$}6oCUNxuj#qnBWHmO#zW5M2R;W;S;!^{^HGLC0M2l zv$9mw)Oe7DkE`VL_801tzB?n=U3Mqlyb()6ZY(RS8HNk|EV^Kf@>pL4Nj_omw9OUP ziM?-iirLD9ml%b-WqxIOcC@uVB){I=EHczNB5_SQ`=hg#M@RM1#LQi^<_DFef~hYh zT<_}&*BZRAM~GOw3lTn%#yQOsL29hQiI$?_z7qF_XL9?##8Cb&2zP4Nqa$1HPIkzV z?+a;n6WZ>9u$P33*MfkZUw1)@7jvpKmX^SbK3 z<8ySdy!^N$t7xpQq}jj|Ey@va_;u5kuxOB+-QKPqJ$IMfBt#Lgq-2`?n!BVw&!y(% zGnH7b)MKpSe&1K@j(!7 zXU^jXAs2-pJUULWDXQ9uZh1JQcCn`dm-?k52_Is=VFN`1B(PFKNbz(>KTqk2qeqQE zPoUcY6j-F!*jJ8T>@qU)kotsB!sYjzyu9{!o}im3hiVZ%baFbnD|R0MtXgb8!EV*(rS>wy@?vx4`X`u6(;6oEAZuNtGgE?tBfuJk~;GjgZPH>Imd}@osi4TNdr_>GN zofSd=IzG9@y7s?upV4SKeRehti_Os^;yA#dQ|dAsqrlSYrg;RrL$7n4Kd`(ZpTYlj2D-*~99nHfDWFIhamBKS3I3*Y)l}(O9DT zbI2XX*pd#>!a#-$6C@HK3~M_?u~rJ}5LO6|CqpA%>Ru1#ZX_^}ZPGc{ z%_-+cIr(xIKkpS|Yf@u#+ySf>cQTg9+ZqI`U;tTAzToaG{ebV{GQz0l}@3jAs)D{|Favz#$GS;W5y`KDz6V<0Zb*W#6 zYU=u^+3%zZrY?BD-8B8Yrncr#WeT4iRDP7$!3b+1Jc zGUdC}Y)5tVQaf4)t2Zz&28fFn$HcaLXJ*h-drf8=OMjV=Ed+hFc&dDhZR#$@UuhpU zSDMP>gg^fd`AfyDM;p!NvM)$)UEKCY+!GEP^5)0UiUT3$Wn%4XJD+xwH&5@~{TW}! z0Y;Q@v=u!xK=ilplzre$wt7{zc+qfWzp$GiUklChIY=HK-a!exo=llkpdn$?9?2z|aY{x{2F2SVadwuwoJi$c+wqUwdUR&G|-TdL~}gEB7ig9z;HT zF}C?a7z}7z_VQ)t(OK|f_sQSGkKA5wXCu6cJqYU7?id=8i20wj=GUBeaOJ_-VE~Bc zZn?gOl40Hhh(+h2tn*ljF3_FJ@>nFH1rJ>*CcaEIa!~fvNAdt)^9h@g=%3?9qU@@m^c% z72uhPu2-NAu*$sxoE@D;ys&Ky$gAra5)Q-AyAmw6Nh>uRlA4{8MEB>6#+~Q=A5*p8 zO9$Kx&l~JLkXRDN1&n>3RsWn2l*d}?D+(VIX0D>iy~r-}xTItgq_z~S5(xDNQ1ZfT z=XxFS3?4R@nJ(ls5O!QrQR#oQzsP>PF-B-QG=}K3Z*qjyDUm%BDmPLzI`!|*O~xKO z8{0s7@F2giFzMmLdT1jFhYRdfp$4fC7#4d)7}?nk^4SCSE;M$ud8sg@`0V;?+k6^y zL}Ri&&iYht8rCpd^nwaHemuFDB|~>2fY`qr4`=#ycPj+6nl|FKdA5Qlphfxsq;CKd~Xn^+p9%P#5#-vhE^TW0OuGNu&(78$_iZWLbB7GB9692Z#T7^stF%w1 z=z2!Y?JJ_>_wr|Q+E_Xw+Pz-hzV!|Yp%3Bu}7HcD{{wdzH}1_;D zc(m&CBmJ6{>piqPEG)l3u-9LiL{Gc3Ra5?~bb$>CvA&2^WD7Y`0+<*E4rgs|kCfX0)OD@B55%N>xp59+0zA$|61; z0M(8^6rDMSSgwr+-o@Vjqw73<9w|Te@m!;k+)p&I3#cTu!uOZ-2opnocsUFeDc7UX z5buy5@{=)pYKhT*nYtEROW@umn2td906DMmXwtxj*RYy&EK&s0fcSsxfnsM*&&%{7 zBHDV4O}iK;QAVSwL_mR~$a-%~rs3Da?~i{jbNknf*bbKKr zvGaJBiP2HuurDGaZd|90)0OPbPrDFR#Rv#A{V{ z|5#^qO-nG^SxLTSX<}k&^5aJbt4-KJ7TX)N%rf6vUp=rhC{`p{&wgbx^7yJzYE{S0ac{cfY*hcK|ZdJL3%r$I3qC*=1lGljxb2Fs7~>@}{Y6yuGp+<)kg zR9(HC6Cu`{lL_AL?WJ}%6C4t-&G-0c(B^n>eS4RiJE^@t7qKC=(Jg%O#o!0v1ac0^ z%M&OQN|EL_V%I@x4}}c6!}J@!LSUPj^pB424nM1ow)O7zUw7(H7pK$eJGaWN=X*C{4Ve%zYSpV&Yb~7O~9LT=Dsn)>>#2+&I*!>kq=~j;ld|aLNFdo zj*oYCtN&~n$0}yCh8RryP}w~pP%N}`bdX0~Y1?$wvrN447^1qTW>U%L&FBy=QB8pU zy05$x;e##<%;U12DkuSW3zpk2>|v z$F*pqf$ArITkm(Do{)VPJ67xLX0kH+L}T_2L7juS1W##NWQ^eb5qPA4-Bu3a;{>bH zK>gM8Zw8LAxVX5aq`q;L3TiW-f3ZeLdAUTW%f7q%nWhiK+sx5_{s-kmM-p83pg8z! z6Ez?NR731}$KGnvfJ&7nFwefKIabk$*hdk=XY4;kAFWb=ISk-1f?&(w9nFmF10#dw z*+P7LRDueXbYHPgn{dit7(gK1^yDNEO+R1Xz5Dm;YCAC}{u#-{S;fsA++ZfX@o`aob+@BC8Zc)Tk7m=xQQjfFS9szI6gyQ(3^f2pc?ao6+3`Exw*Nm zUN~8Jg;a}G>>)lJ#b+!B92rm_z`m4}GgqWXuv)>K;aid-fEO_*v`+Qy?augORTN|q za|z7~0qDmmBX$Reqb1Wgy}5mh)XpMFyiVfuLhN+>)y>cPWIsvr=Z#Xc*aDtB@K)EQ zVNAYx4yi2$Hz>h`96RUU`Mv0iu%(_NRgkf^n8oQO&X^jR60?kO^2P7pnyYsCM04fw zdMuoNT+3iC=s~V&_2A_0+AWU-vlvS5C@Si7;bR5;(lHrBkIdupm-~i7dN`OeJkAJg z7*WXdasCK1p^#A>J-M?qbGaw?uJSn9ySeoglM3?x6&$nU*s$^c4UQ?n$%pV4xCjg2 z-krT0MDfG~(m*V$1CWIvaA~n>j%JA?^%kM$V(Q*V51jiOcS89?kAr!_x&EeKG->;! zicj#?^)cP)dN+jHwLJFh-!>=shz_l6sfr-v}Oyu?Y178sGR zNYT^CPI#S@qn1{$X}KfiG~MQTYXsy$>YopC;Nu8BC_vT##vw<3nk4Zmvo4d!c|xiIfeik zNS=gwdA0McUgYK71ulSX?nusY(tgyp&@I%utifd4rn#T!mF}+{?e(3RepfHO_GsyC zfh%o-t?6q6XX+w;ai7$C=f`;eLDX~K=eH?z(Rn?VoBB68(}R;+o+eM0_02QL>-k5wC^%kQ8s8eOvi2IEm};zV zkM?YGZ(Mrz?xx<F`Kd-noLPG$kBS!zP#8jPKO2X>%dn|`CD3BA3F8vLGba2OmeAln$hwn3Pu;B z*Mff}TsZy8^|y=XeNQ7DiHCGg#TeL1@O23l;9LZfOA}ShOX4KxWrO*=O25@^JJCHdrx?ApTD+h`swq% z%j@GWm`Mva?bUYJ^veWohU35RSaXdf7Z+^3EUQ3_aGGQkU_+o{XdR)QQ%q}{bSgHji^$!#8%a;kW=`&E znCeF}X>Dgm*3~uZ(zblSX5=(dPu9JW{oXhCHojo#npV9bRs=+i!eDl8rZ$J!&@BzkOgy66tD~=eYAxz|m z3j@cVlab+2(huk&GVTCE_HJM;P+TL{_RhyO|2?=XX@i|RvIN=7ns094KEewGEt&w( zKz%mCgSg(2uDr?@ur{gTr>;8TH8S`U`ziL*@oYr;tVdcq5aHH9d~4|ETNc*Vb&zdA z8XP=dbQmfR!mz^ssJ*4di1!p=Td%k5rGRPLF1tcL|6wi!t7Q=1>9g>NL9g(^?hjYp zR8*es+_Q!a1xOAc#Unq-N%o?{XAL|1N9XhD33=m{SdQeCtEtohzL$5MAX9`t?oZ2kH;b6VfwyoyT>AJP)Y z-=7saTg&mq_@;{BJzg6@bAv~M6z!GgHcnrXYG^!Wdi|!t2~S$G7)E~0v=QO@1nlEzIwFuEAE*_ zPW&96-?jFLOleN_4oX_MmK4!8(iCd-Me!w2@r>77S+2&XugnK0xbn^Yvzj&^GEl1W zyvJ7k9`7}wiBrtJUk`qNo>46Q5K21lGdvgplRaF}yG(sAy zVAx5V&vy_N-H9w=L}{dS=Gbfm)d{?D<-salK+m}F+nWgZrMPElW9&m2=r=G6Uy{8D zEq5exxulQn1t1?+S*O6&~6|@BVbpx`-)c$H?*QT?Up)iBJ)0?1p;-_ZUwyR-Y|_uX6@u2F_Bu{r#=oQnH3cYQm>Ni^A27o z1TX_Jm6wy-*xa=A_Tz|-FVyB-=J@2PZDV30o1wva=1hxDt<+Pwq;4BZlD*5VaZTeV zkBE{b|;9)wHmI{${ecG2U{@y}K`h^oGn6XC=0o zv|Ak^BjaIb|2RX}I-!;|&_D&&*LmO9@BCeV+<)AE{QkH)ACL1qD}|%ucptCVbAFKD*7~O@O<=l260Zc# z5Yx9tKCQ3a;?TLG$G@Czm&Dq%@SfC`t0?mUlTKWXJPVIM4_R-r(EH(;=Q5)czI6U~ zzUjg~Ba%oa=fm$&Kzg|E)mOt>b;|)1By^`ls;LXGCsUg0&rOLW-p-mogeVQ7?z+Spex^MheOncs>}4`$D21bmmO0Va~McQn5LUxtq;9S99}cr4vbD zfzg*9-$*6kQN{s)1w7~nZFJGuSB<7(sL@SnMc4q|t<5}88XfmkQCH6uc^caFhZrOR zHs?Zo+xqXA6{PBKKoiK}xxPLsg*)%q1?*}~l~0kK@xJi}QQg!SjyT9B5?_q_%i>AR zCKyJYg?p`Qm_37t?|4urLUHWNAK#5Ve5drb;%2E6b^<)0(1hldyeS|C`_B)*nE3YM z*6BW*)~jeA3~3A`D*jIy$5ZX1JLE;M#w3PSoEU+CMIPO6j3PN9e)ANGTQ5NH4f%^; zY~-Pn2Y!!BGoJf9>a!TS$Uf>7Vq!G;#U^GUAS85YdTFep>7i3AIf*=3%=t-liTM#; zz0=It*x1M_U1Zq!fjd#K>pq+{Hq?JX3qbNH5YvE}kNCTP=;6kZj+ZFN%X{bWZ0u+v z2qjb(M=&832iKU+@3hS>5FK|7bjc-*;ailr&uHivN8N$~S@kgXJuMHijo zWF;1BetK~7nyu}k3ai+?cUZ-z0oCL88}rZYW@u{d?7Tu-0VeWSj^9u8jY275OU8uI zA-tPmbDEvok*)$!7_!$^@z=^cXwA8FbU$qE!eQ{Yr}JS?4+Py(IgyM1qnVV>}} zW;C)gT-`2_0r`PgRZB<5SZR;BaO()|HYrJs1K3c{y58LM(-}W_L!$Up>0rc2d1M#6 zCX;kSxQyi4#VdBxwPhcDq$F2=B-t|j_?tE9Om5Z7aFikVBkBq8L>bi`&y`5Nebv9SqW82y%)|Xskrc1`3?>|K zx$MHHb6(|NY4intPh2~300U5D!C2gL?rJbW61JjVFG72@i(R@-FEl z1*lB%_yx419OQV|^_&BxR_jBov;<;w5blz|9#;Svx*HSfo@p2jm5|%UgeO zs;7>Z9OZlnG2a5N#6nAZk#-=bg#9tG?%4Rw9j$-5^^WRADOu+2oJGgZCM*(7-w&_^ zj^d%-WMhVQ@wNUjsnzB{UhTpPi|Mhk!pY3yslp-34<^r4wY6bOJR>S9ib?R+t#3b4 zBI%e@f!`(_+{ri8a|%J;WKyn}$ll$grS~S5@PLrI&Co-WXlP0xY~Q$OkL9B@AqAZg zJkc4iU@`E{+C}%0*xQahSKMv0q|+R^dpNtw@tiyV?8b>RZv%hpMh}icbY-CeC`Kr1 z0E(p2x}Y1Vqq}(d@-8jQV}P;Q*z^qzhf(K4Ol1M3fcl~`ajOPV68Fo7#2~XK2S~i! zwwB!7X8d&5QCFCF=p@nUJIR0`Jya6y-2MnP(b#_$zu!$V8zN-nn2Fj8a-}YHKr<42qIeR32hvl;1JMOj!fDiz_ZSvFu2MIV+-W zq<7a_i{d}Rj-8#|-RnrH*@U8O9WPxu^6MElbCU}TJMJ`&$!;TA2j@?|bGygKzX*TI zDKf^vF;@5kOG)O!wshU{IO^AGY2zj>>4Q=yqB#fPrm{JI2A-#e%wgN&$%zT1DXI*q ztgNhH`5w1%h5Xf=)UR&jwS2CjK$Oz^-I2GUYem8{MU{yV18)RlBBdg=T3UWu+N6@( zYU`&@J0t2A%Gw~3eo)-gTWjRfG}8zJ^R(AvD35GnZ&gqnYkz`{3TUtR>(S{l5v#le z5f~&v<<(^Hy5j!d%E`X*|u`N*~t@ zb2GW3DgQ?Q-z(ERrUUxrCHfl*uEN(jHzqUAv1~5CsU4Vicu2EtYedUJVc(X($BNZq z&*N%Y_5%j&`<9ohs&{{o5W1vyUv$SG$#-jhkW2NWYj;E573U#9?cE4A{$M4Vz((YqnK9He4Dj_=Cfbn<9@08LR(wk z+M0RxLjs&!H-b1TR4IbvarxDEo`Ys%vV8NDj*KE>p*C-HZG|qRrD$2X%G!rCBXMy8nDv+A}E|eIAzV$Y5Gomn9Rf(j}KisF11pN!(IK_wU^gUn1n?k zv391oZzI!g2&x!j_a}g8Jnh6jOqKe_nw0=VmoH>kf{X!zTacd* zn_zR|q0NDc|HO*!Xi0&W^`wTgwix+daH%35_c?E5WLxnPib?Xava-s`TmdUUJPE!D z)4XN|3_+W%QX8}l=V(3=Ys1htTAZ0Vg$QNnHz?riKq>IdXD~Zi1;eN10|E0tc>?8h z2g0N(&I=(35#{b%pbX*g$n7+@@s~$gBJfD2znN%Tf95Tc&EhZ|jKe4aKM+5_O^0`R zgYVil_oM-=HlX_@!KLFd>4EGH=xUi!9bNpDkHD#AE?;IAwK|U`&zJQ`1jhHXYn=|m zw&Won-L;>n0@3=97Nr$u*DF`Zt|BbwT?aZK#30+kqK&6Zh%Z=!o0prrxz3;&&%v3>E{y?A`0Fyi`e4IVBdwlNG%P~Q%3Zh z05zoOr{30m{rWT@AUQvA$71icShOnP#WSB>Go*h}2?vTTZjkH-tWpT2xpJjeWhCPm zO)biQmM|Bp!0GbA=1F)x%i+UVtC%Q9@dEfT*uF>I43LG8{p*)6^?tQ|CRQ%yvR9d# z1jur%{wOF5i;MdvOdj{ri}DR14h#?LD3g&>PzbFX(acawQg#rJLr9u!Y|BI6ssZQG zbA1komBey`n{gae0Ypzg<@t$BUdfG>r}^K8MhI-I<0`T zc_eCJwTH+WbJXP%2Vm>L=Rn_49Z$iLRofW?NzKS9-+Gz!&*>%kYssxUF1nR}*S8TR zWlJ5%**c-S(eah!lw6fpWlXN1$X<9$9U0qf0i&{BN zOW0fr|8s2Sbh)IKgjw9PetFWcO{bN&Znr$h;wnCM2OYKk>dac*aw$Xz5&Y3Q6|7Ed zUy>hS43sR|bJP3ZWtNQ*mIFHN7QXJSi0uA zZmbgXabI1-5q)3u1+fMeL&v$kl>nt7aJ|?)#6i&@UM;znXZXGYT&7zqQd`HlOruw? z;XR0di|rU*a*F|k$L z2d{j7;+*N}X&9Z0;L%zPiC_2p@tBO4k8c{mhs$kQuK2v_T3YfVfPy6#J8r`X5Vdmm z(XO!+sf|=Sp1-NSmtF%!f|0%SmSwgE+O~H+Hm%%KiUd%iY6jhLS?z!{2XB#+gj4)K zpcaCtGt`j6aJJ3CG*#D|}cuMg>S zMiFU|XDNMhk$#Ltivti#cv2*rZFgAB5P-5{oSex?NjN!vI@!O19(H+NJmV2smjYO& z5Q)$^TZ5N7@*y?i@~F`nwvGsXG&}y9k+7kU&yZlIqYH;jE;3R>P3>2#fUTaM9@KHz zhGdnoxvYO-4|E2D2NV~?yG?MMEXPl9_b7+6iq$;}Z+_FYpXd~hruS$ZO-W8hDn>A` zpy=mk&PuOJ8wYy3&w@+~Cm(jk_a$#*YUnGDr+%H=xi;@zIrb$e^-%Jj8tN8_ zS9AOdiiyrY*~i-%nJknP6W3>553Mo!_$RX^aNS^G;fbnt=d2hsDCnxGsezAGMddqF zH!~0FFq2YJj-NU6kn^%HvU!?Kkk4F}+*$#7Jn*omO$A6sH3c1KtQ$SvDeA4lV{H!esb(zfm(FzA+?EZW{88$Y(D>k z3HUcLt5TbHD{yN$FzOkd0EM8i@Gsk94Zv?}*w>E-3+si|BN5-yZ`KUNsnAdaQD=hpS>kL;PQIU}NHcv&q!?UhWxZo)( z)aSEyISJYi`_!Y47I)3_+_y5uYjO<+wB^F~mj-BJDg^UL?s^60*E2G$p zRwTpIu4J_%K@9LFnOEhCB%OvCy*I{Y3>459anK-~_?`bpJw19(v>NK|AaS4UR1i}p z_#)3tGvj{Ii<+ufauRpGv^Fz=C{F^M7-K3T--%#A@}O<;zTF-l^^SPLSPnaVXK%?l zCQ3{%LJUw08VcM*KbnH;*P)rQ1;=R~CQ4-QU*e#-+7`7({Jvy7Ur4R-!wM^Zeu~>d z4ETFm$Kiki_x(|(dP8Ti(}bVC+oE8J4j&jSYrI*CYeMgh%yIgX?HVRHJ>Q+^?3uFD z6l>)2>EvM|$PM0};;Q$fUiqdL5Lxeb*J85uu+B4|doK>|-z?1;(XR|DlKAUTMg6(| zz4y!~rpI@K(;CNZ5FZ37Ud~54d~x7Iu{{`Mccf&0)O(YW(Kc?w(l|_3J8~a%GTe{j zZVAe&sv{57t03Ry=HV&bowYmsF({&|8EVju&tfroF@5_{l81gItdmny7K@7-C&S=- z!WwBW!U(D)Gt*X-$&(u4T_7Y8Jm4T^NaF5g1);{6x0(2j3^&$uOMbE?HJ_L=q^tN^s5A)-wtLbeUWswOFo_ zTE{zhwm&)o`KO48owrlr^IW3v7`<$6#Twk-kOlDd>s}VQ*X@&mtWwy)(AV|jFbfY! zJ#w^2xFs#TR~m}^syGEVjt5p*3sPK^EtN|U)^f{n4YRZL-ygD4^i|BG>cUp-u}>FC zFUl6EZFS8Zaw|+0vhNKz*8ezlt|Z%~;_=WM4su;Q z)z$kuJ3BC`oA1=m-vQdWH`VwHYRW_lwKJiQfE}NF=i`5TLKZ>{ZDtF&%uoiScWBII z(m;rz@x|HO1&HdiMs1qP$yij&fYMb5Po!o>fUj?)N8hgYKwur(3C&G40Fa0+nA$oze`f5FC^crA+vz+|xyxH0 z+EC=2AYcy#P=Ew6O__LL z*q@tkt5`?{c9s9|{!S0uM8%Zc{QNeQcA|pwo_D|j61|hC4f^mQT0auH7tL$%jCPm^ zsi~^MrF0e+wVx6~!onz%Bgn!$iZ8rs0B!R4ZhvU`-n`y4IxkC8*2 z`lFv9BFu4o>WhMZn4IIo)pFsyXIl4et97wm-r7+YVSep#&(L~TN0iwEk>ctJ>%5y` z_tcDXleT=$A(*_6Dy8$`4JNLBH^ll?|A9>e+GVogud37^)RCbK6}>W zAmgnMu_lCB;IW2jm&r-q4R@Nq4+x+XQ_ThLj=LkI)&@oH8ERb!r9d~*p+i2ne~yrP z>jR0S_Xc*Q18uPmKhjf(*0p?19cZYKXwdHjt_qE^oLU4In#Eok*&^5T z-Dj5i?L2zb?gq1e?-5Uav5ex>Z!6zoGKYLd*T(d?ZqxtDow~KU9Nc1bCFdF?o3(On zZ;R3Vbdi~CH9y6@mrWDMda^M5v{Ai6_DY$>Cxn^JEzw5cqh^h#ZP~3aOv~rBt|W*Q zGAV)=`QaNjNqA6&JLb#F+w0}hlpTi;v2m!<=L-w@Y&1Gi^>z*Inq6_?B0p5ckG9+1 zhxSV0t%+`))cKkXICuPo(z?)uQR3ltLs=P{mNP@{ILu7u)Tb-ziBHVlVw?SK`$uQB$w_4M2&i5MI|pbjH`dQqlt(7txqlxy?a z!IZ3GIa8{WTcG()bssW{kT*ic&Bqrw@Yl|f} z&bI{c`QFp^$MXTkqO6=H@Q%H`=rT*@x;X`~GNe^B8C+t^GOoj`|H&|uL3ux6_~<}*9v|%s{JvP&2VG10Tn$=6 z5|@6C>J#h7Q6n7fU4M?Rg?a|%S#^T+_Nz+Rn_*FJCLdfoo4~&Jb@}rbZ_Q-S7zof3 z-X|VoWDb~MYjgit$RlBNS(~CO`GIy-5K0^Hp0h zy;8EcvnoNm!uUpWC-aaRBOAwQm1vH&`;G!~+;Sm43lkJ##ihEI3K2g031Xj*4+)0X zNIR4#jSmR01>UhMuHjb8ZROH=s@syF*mL;yIhXaG4(6oi6sz|2M$3Qxx_WepO?)rV z*!?vz>TcrMyNSBrk`8x=3r|wB8QxibT70y

=?dK{}y%z>1mxL7{Wp>$X$%#<`$R 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 B-4_4= diff --git a/docs/logging.md b/docs/logging.md deleted file mode 100644 index ad7ab95a8..000000000 --- a/docs/logging.md +++ /dev/null @@ -1,161 +0,0 @@ -# Logging in Pulse - -This document describes the logging system in Pulse and how to use the logging tools to troubleshoot issues. - -## Log Files - -Pulse logs are stored in the `logs` directory: - -- `combined.log`: The main log file containing all log entries -- `error.log`: Contains only error-level log entries -- `debug.log`: Contains debug-level log entries (when debug logging is enabled) - -When the log files reach a certain size, they are rotated and numbered (e.g., `combined1.log`, `combined2.log`, etc.). - -## Log Levels - -Pulse uses the following log levels, in order of severity: - -1. `error`: Critical errors that prevent the application from functioning correctly -2. `warn`: Warnings about potential issues that don't prevent the application from running -3. `info`: Informational messages about normal operation -4. `debug`: Detailed information useful for debugging -5. `silly`: Very detailed information (rarely used) - -The log level can be configured in the `.env` file using the `LOG_LEVEL` variable. - -## Logging Tools - -Pulse includes several tools to help you monitor and troubleshoot logs: - -### Log Monitor - -The log monitor script (`scripts/monitor-logs.js`) allows you to view logs in real-time with filtering capabilities: - -```bash -# Basic usage -node scripts/monitor-logs.js - -# Filter by log level -node scripts/monitor-logs.js --level=error - -# Filter by component -node scripts/monitor-logs.js --component=ProxmoxClient - -# Search for specific text -node scripts/monitor-logs.js --search=cluster - -# Combine filters -node scripts/monitor-logs.js --level=info --component=NodeManager - -# Specify a log file -node scripts/monitor-logs.js --file=combined2.log -``` - -### Run with Logs - -The run-with-logs script (`scripts/run-with-logs.js`) runs the application and monitors logs in the same terminal: - -```bash -# Run in development mode with logs -node scripts/run-with-logs.js dev - -# Run in production mode with logs -node scripts/run-with-logs.js prod - -# Run with cluster mode disabled -node scripts/run-with-logs.js dev --no-cluster - -# Run with log filtering -node scripts/run-with-logs.js prod --search=cluster -node scripts/run-with-logs.js dev --level=error -``` - -## NPM Scripts - -For convenience, several npm scripts are provided for logging: - -```bash -# Monitor logs -npm run logs:monitor - -# Filter logs by level -npm run logs:errors - -# Filter logs by component -npm run logs:proxmox -npm run logs:node-manager - -# Search logs for cluster-related messages -npm run logs:cluster - -# Run with logs -npm run dev:logs -npm run prod:logs -npm run dev:logs:no-cluster -npm run prod:logs:no-cluster -``` - -## Troubleshooting Common Issues - -### Cluster Detection Issues - -To troubleshoot cluster detection issues, use: - -```bash -npm run logs:cluster -``` - -This will show all log messages related to cluster detection and configuration. - -### Connection Issues - -To troubleshoot connection issues with Proxmox servers, use: - -```bash -npm run logs:proxmox -``` - -### Guest Duplication Issues - -If you're seeing duplicated guests in the UI, check the cluster mode settings: - -```bash -# Check if cluster mode is enabled -grep -i "cluster" logs/combined.log - -# Run with cluster mode explicitly disabled -npm run dev:logs:no-cluster -``` - -### Performance Issues - -To troubleshoot performance issues, monitor the debug logs: - -```bash -npm run logs:monitor --level=debug -``` - -## Adding Logging to Your Code - -When adding new code, follow these guidelines for logging: - -1. Use the appropriate log level based on the severity of the message -2. Include relevant context in the log message -3. Use structured logging with metadata for complex objects -4. Include the component name in the logger - -Example: - -```typescript -import { createLogger } from '../utils/logger'; - -// Create a logger with a component name -const logger = createLogger('MyComponent'); - -// Log messages with different levels -logger.error('Critical error occurred', { error }); -logger.warn('Potential issue detected', { details }); -logger.info('Operation completed successfully'); -logger.debug('Detailed debugging information', { data }); -``` \ No newline at end of file diff --git a/docs/metrics-service.md b/docs/metrics-service.md deleted file mode 100644 index 42c472bac..000000000 --- a/docs/metrics-service.md +++ /dev/null @@ -1,114 +0,0 @@ -# Metrics Service - -This document describes the metrics service in Pulse and how it handles data processing, rate calculation, and unrealistic rate detection. - -## Overview - -The metrics service is responsible for: -- Collecting raw metrics from Proxmox nodes -- Processing and calculating derived metrics -- Detecting and handling unrealistic rate values -- Maintaining historical data for trend analysis -- Broadcasting metrics updates to connected clients - -## Rate Calculation - -The metrics service calculates various rates from cumulative counters provided by Proxmox: -- Network in/out rates -- Disk read/write rates -- CPU usage rates - -These calculations convert cumulative counters into rates by comparing the current value with the previous value and dividing by the time difference. - -## Unrealistic Rate Handling - -In some cases, Proxmox may report counter values that result in unrealistic rates when calculated. This can happen due to: -- Counter resets -- Proxmox API reporting inconsistencies -- Very short sampling intervals -- Network or disk bursts that exceed realistic hardware capabilities - -To handle these cases, the metrics service implements rate capping: - -```typescript -// Maximum realistic network rate (in bytes/second) - 125 MB/s (1 Gbps) -private readonly maxRealisticRate: number = 125 * 1024 * 1024; - -// Apply sanity check to input rates - cap at maximum realistic rate -inRate = Math.min(inRate, this.maxRealisticRate); -outRate = Math.min(outRate, this.maxRealisticRate); - -// In the calculateRate function -if (rate > this.maxRealisticRate) { - return this.maxRealisticRate; -} -``` - -When an unrealistic rate is detected: -1. The rate is silently capped at 125 MB/s (equivalent to 1 Gbps) -2. The capped value is used for display and calculations -3. This prevents UI graphs from showing unrealistic spikes - -## Rate Smoothing - -To provide a more stable and realistic view of network and disk activity, the metrics service implements rate smoothing: - -1. **Moving Average**: Rates are smoothed using a simple moving average over the last few samples -2. **Spike Detection**: Sudden large increases in rates are detected and smoothed -3. **Calibration**: The service gradually calibrates to stable rates over time - -## Configuration - -The metrics service behavior can be configured through environment variables: - -``` -# Maximum history length (number of data points to keep) -METRICS_HISTORY_LENGTH=100 - -# Polling interval in milliseconds -METRICS_POLLING_INTERVAL=2000 - -# Maximum realistic rate in MB/s (default: 125 MB/s = 1 Gbps) -# Increase this value for faster networks: -# - 1250 for 10 Gbps networks -# - 3125 for 25 Gbps networks -# - 12500 for 100 Gbps networks -METRICS_MAX_REALISTIC_RATE=125 -``` - -## Performance Considerations - -The rate capping mechanism ensures that the UI displays reasonable values and prevents graphs from being skewed by unrealistic spikes. This is particularly important when: - -- A VM or container has a sudden burst of network or disk activity -- The Proxmox API reports counter values that result in unrealistic rates -- The sampling interval is very short, magnifying small counter differences - -If you have faster network hardware, you should adjust the rate capping behavior: - -```bash -# Example: Set max rate to 1250 MB/s for a 10 Gbps network -METRICS_MAX_REALISTIC_RATE=1250 - -# Example: Set max rate to 3125 MB/s for a 25 Gbps network -METRICS_MAX_REALISTIC_RATE=3125 - -# Example: Set max rate to 12500 MB/s for a 100 Gbps network -METRICS_MAX_REALISTIC_RATE=12500 -``` - -You can also adjust these other parameters: -1. Increase the polling interval to reduce the chance of catching short bursts -2. Adjust the maximum realistic rate if your hardware supports higher rates - -## Advanced Usage - -For advanced users who want to customize the metrics service behavior, you can modify the following parameters in the source code: - -- `movingAverageSamples`: Number of samples to use for the moving average -- `maxRateDeviation`: Maximum allowed deviation for spike detection -- `speedIncreaseBias`: Bias factor for increasing speeds -- `speedDecreaseBias`: Bias factor for decreasing speeds -- `stabilityThreshold`: Percentage variation allowed for a rate to be considered stable -- `stabilityCounter`: Number of consecutive samples within threshold to consider a rate stable -- `calibrationFactor`: How much to weight new values vs. calibrated value \ No newline at end of file diff --git a/docs/proxmox-ha-status.md b/docs/proxmox-ha-status.md deleted file mode 100644 index 04d1228d9..000000000 --- a/docs/proxmox-ha-status.md +++ /dev/null @@ -1,190 +0,0 @@ -# Proxmox HA Status and Primary Node Indication - -This document describes how the Proxmox VE API indicates whether a guest VM or container is "primary" or not through its cluster/resources endpoint. - -## Overview - -In Proxmox VE clusters, virtual machines and containers can be managed by the High Availability (HA) system. When querying the API to determine the status of resources across a cluster, understanding how to interpret the response is critical for proper cluster management. - -## The `/cluster/resources` Endpoint - -The `/cluster/resources` endpoint is a key API endpoint that provides information about all resources in a Proxmox cluster, including VMs, containers, storage, and nodes. - -### Example Response - -```json -{ - "data": [ - { - "cpu": 0.01, - "disk": 0, - "diskread": 0, - "diskwrite": 0, - "hastate": "started", // HA state indicator - "id": "qemu/100", - "maxcpu": 2, - "maxdisk": 32212254720, - "maxmem": 2147483648, - "mem": 315621376, - "name": "VM-100", - "netin": 524, - "netout": 4112, - "node": "node1", // Which node is hosting the resource - "status": "running", // Current operational status - "template": 0, - "type": "qemu", - "uptime": 3612, - "vmid": 100 - } - ] -} -``` - -## HA States and Primary Node Status - -In Proxmox terminology, the concept of a "primary" node for a VM relates to which node is actively hosting and running that VM. This is determined by a combination of fields in the API response: - -### Critical Fields: - -1. **`hastate`**: Indicates the High Availability state of the resource -2. **`node`**: Indicates which node is currently hosting the resource -3. **`status`**: Indicates the operational status of the resource - -### Possible `hastate` Values: - -- **`started`**: The resource is running and managed by HA -- **`stopped`**: The resource is stopped but still managed by HA for failover -- **`disabled`**: The resource is not currently managed by HA for failover -- **`ignored`**: The resource is explicitly removed from HA management -- **`error`**: The resource is in an error state -- **`migrate`**: The resource is being migrated between nodes -- **`relocate`**: The resource is being relocated (cold migration) -- **`fence`**: The node needs to be fenced to recover the resource -- **`recovery`**: The resource is in the recovery process - -### Determining Primary Status - -To determine if a VM is "primary" on a specific node, you would check: - -1. The VM's `node` field shows the node you're interested in -2. The VM's `hastate` field is `started` (or present, depending on HA configuration) -3. The VM's `status` field is `running` - -A VM would be considered "primary" when it is actively running on the specified node, as indicated by these fields. - -## Additional HA-Related Endpoints - -Proxmox provides additional endpoints specifically for HA management: - -### 1. `/cluster/ha/resources` - -This endpoint returns information about resources managed by the HA system: - -```json -{ - "data": [ - { - "sid": "vm:100", - "type": "vm", - "status": "started", - "state": "started", - "digest": "abc123...", - "max_restart": 1, - "max_relocate": 1, - "group": "default" - } - ] -} -``` - -### 2. `/cluster/ha/status` - -This endpoint returns the current status of the HA cluster: - -```json -{ - "data": [ - { - "type": "cluster", - "name": "Proxmox HA Cluster", - "quorate": true, - "enabled": true - }, - { - "id": "node1", - "name": "node1", - "type": "node", - "status": "online", - "quorum": true - }, - { - "state": "started", - "sid": "vm:100", - "node": "node1", - "crm_state": "started", - "request_state": "started" - } - ] -} -``` - -## Proxmox HA Implementation Details - -Proxmox VE implements high availability through the `ha-manager`, which consists of two main components: - -1. **Cluster Resource Manager (CRM)**: Makes cluster-wide decisions about resource placement -2. **Local Resource Manager (LRM)**: Controls services on each individual node - -When a VM is configured for HA: - -- It appears in the `/etc/pve/ha/resources.cfg` file -- The HA system monitors its status and handles failovers -- It's assigned an HA state that is exposed through the API via the `hastate` field - -During VM migrations in an HA-managed cluster: - -1. The VM's `hastate` changes to `migrate` on the source node -2. After migration, the source node marks the VM as `stopped` -3. The destination node changes the VM's `hastate` to `started` once migration completes -4. This ensures only one node runs the VM at a time, preventing split-brain situations - -## Mock Implementation - -Our mock implementation now accurately simulates Proxmox's HA behavior: - -1. **HA State Tracking**: Each VM has a `hastate` field that corresponds to its HA management status -2. **Migration Simulation**: When VMs migrate between nodes, their `hastate` is updated through realistic state transitions -3. **Shared Guests**: VMs that exist across multiple nodes (shared guests) maintain consistent `hastate` values: - - Only the primary node shows the guest with `hastate: "started"` - - Other nodes show it with `hastate: "stopped"` -4. **API Consistency**: Multiple endpoints are supported to match a real Proxmox environment: - - `/cluster/resources` - Shows all resources with their HA states - - `/cluster/ha/resources` - Shows just the HA-managed resources - - `/cluster/ha/status` - Shows detailed HA status -5. **Realistic Migrations**: The migration process shows the actual state transitions a VM would go through in a real environment -6. **Error States**: Occasional error states are generated to test application resilience - -This implementation ensures that your application can properly handle HA status information whether it's connected to a real Proxmox cluster or using the mock data for development. - -## Implementation Considerations - -When implementing cluster management tools that interact with Proxmox: - -1. Always check the `hastate` field to understand the HA management status -2. Don't rely solely on the `status` field, as a VM might be in a transitional state -3. Consider that VMs may migrate between nodes in an HA cluster -4. HA-managed resources will follow the configured HA policies -5. Handle all possible `hastate` values, including error states and transitional states like `migrate` - -## Caveats - -- HA status may change during cluster maintenance or failures -- The API response might reflect a transitional state during migrations -- Not all VMs/containers will have an `hastate` if they're not managed by HA -- Different Proxmox versions might have slight variations in the `hastate` values and behaviors - -## References - -- [Proxmox VE API Documentation](https://pve.proxmox.com/pve-docs/api-viewer/index.html) -- [Proxmox HA Manager Documentation](https://pve.proxmox.com/pve-docs/ha-manager.1.html) -- [Proxmox HA Resources Configuration](https://pve.proxmox.com/wiki/High_Availability) \ No newline at end of file diff --git a/docs/troubleshooting-websocket.md b/docs/troubleshooting-websocket.md deleted file mode 100644 index 8dd688b9d..000000000 --- a/docs/troubleshooting-websocket.md +++ /dev/null @@ -1,172 +0,0 @@ -# Troubleshooting WebSocket Connection Issues - -If you're experiencing the "Connection error: websocket error" message when using Pulse, this guide will help you resolve the issue. - -## Understanding the Problem - -The WebSocket connection error typically occurs when: - -1. The frontend client is trying to connect to `localhost` or `127.0.0.1` instead of the actual server IP -2. There's a network configuration issue preventing WebSocket connections -3. Docker networking is interfering with the WebSocket connection -4. A reverse proxy is not properly configured for WebSocket traffic - -## Quick Fixes (Secure Options) - -Try these solutions in order: - -### 1. Use the latest version of Pulse - -Make sure you're using Pulse version 1.5.2 or later, which includes fixes for WebSocket connection issues: - -```bash -# Using Docker Compose -docker pull rcourtman/pulse:latest -docker compose down -docker compose up -d - -# Using npm scripts -npm run update -npm run restart -``` - -### 2. Check the logs for WebSocket connection issues - -Pulse includes powerful logging tools to help diagnose WebSocket connection issues: - -```bash -# View all logs -npm run logs - -# View WebSocket-specific logs -npm run logs:websocket - -# Filter logs for connection issues -node scripts/monitor-logs.js --search="websocket" -``` - -Look for messages related to WebSocket connections, particularly errors or warnings. - -### 3. Remove VITE_API_URL from your .env file - -If you've set `VITE_API_URL` in your `.env` file, try removing it completely. Pulse is designed to automatically determine the correct connection URL. - -### 4. Access Pulse directly by IP address - -Instead of using a domain name or localhost, try accessing Pulse directly by its IP address: -``` -http://192.168.x.x:7654 -``` - -### 5. Check your reverse proxy configuration - -If you're using a reverse proxy (like Nginx or Apache), make sure it's properly configured for WebSocket connections: - -#### Nginx Configuration - -```nginx -location /socket.io { - proxy_pass http://your-pulse-server:7654; - proxy_http_version 1.1; - proxy_set_header Upgrade $http_upgrade; - proxy_set_header Connection "upgrade"; - proxy_set_header Host $host; -} - -location / { - proxy_pass http://your-pulse-server:7654; - proxy_set_header Host $host; - proxy_set_header X-Real-IP $remote_addr; -} -``` - -#### Apache Configuration - -```apache -RewriteEngine On -RewriteCond %{REQUEST_URI} ^/socket.io [NC] -RewriteCond %{QUERY_STRING} transport=websocket [NC] -RewriteRule /(.*) ws://your-pulse-server:7654/$1 [P,L] - -ProxyPass / http://your-pulse-server:7654/ -ProxyPassReverse / http://your-pulse-server:7654/ -``` - -## Last Resort: Host Network Mode - -If none of the above solutions work, you can use Docker's host network mode as a last resort. Note that this has security implications as it gives the container full access to the host's network stack. - -```yaml -# In your docker-compose.yml -services: - pulse: - image: rcourtman/pulse:latest - # ... other settings ... - network_mode: "host" -``` - -**Security Considerations with Host Network Mode:** -- The container shares the host's entire network namespace -- It can bind to any port on the host -- It has access to all host network interfaces -- It bypasses Docker's network isolation -- It increases the attack surface if the container is compromised - -Only use this option if you understand these risks and have no other choice. - -## Debugging the Connection - -To debug the WebSocket connection: - -1. Open your browser's Developer Tools (F12) -2. Go to the Network tab -3. Filter for "WS" or "WebSocket" -4. Reload the page -5. Look for connection attempts to `/socket.io` - -If you see failed connection attempts to `ws://localhost:7654` or `ws://127.0.0.1:7654` when you're accessing Pulse from a different IP, that's the root of the problem. - -You can also use the built-in connection checker tool: - -```bash -node scripts/check-connections.js -``` - -This will test various connection methods and help identify the issue. - -## Advanced Solutions - -### For Docker Users - -Try these alternatives to host network mode: - -1. Use the latest version of Pulse (1.5.2+) which includes fixes for WebSocket connection issues -2. Explicitly set the container's IP in your `.env` file: - ``` - VITE_API_URL=http://your-server-ip:7654 - ``` -3. Make sure port 7654 is properly exposed in your Docker configuration -4. Consider using Docker's macvlan network driver for advanced networking needs - -### For Kubernetes Users - -If you're running Pulse in Kubernetes: - -1. Make sure your Service and Ingress are configured to handle WebSocket connections -2. Set the proper annotations for WebSocket support on your Ingress -3. Use a LoadBalancer or NodePort service type to expose the WebSocket endpoint - -## Still Having Issues? - -If you're still experiencing WebSocket connection problems after trying these solutions: - -1. Check your browser console for specific error messages -2. Look at the Docker logs: `docker logs pulse` -3. Try a different browser or device -4. Ensure no firewall is blocking WebSocket connections on port 7654 - -For additional help, please open an issue on GitHub with: -- Your exact configuration -- Browser console logs -- Docker logs -- Network environment details \ No newline at end of file diff --git a/environments/README.md b/environments/README.md deleted file mode 100644 index de9aacc2e..000000000 --- a/environments/README.md +++ /dev/null @@ -1,56 +0,0 @@ -# Environment Configuration - -Pulse uses a single `.env` file for all environment settings related to Proxmox and application configuration. - -## Required Variables - -```bash -# Required Proxmox Configuration -PROXMOX_HOST=https://your-proxmox-host:8006 -PROXMOX_NODE=your-node-name -PROXMOX_TOKEN_ID=your-token-id -PROXMOX_TOKEN_SECRET=your-token-secret -``` - -## Optional Variables - -```bash -# Optional: For multiple nodes -PROXMOX_HOST_2=https://your-second-proxmox-host:8006 -PROXMOX_NODE_2=your-second-node-name -PROXMOX_TOKEN_ID_2=your-second-token-id -PROXMOX_TOKEN_SECRET_2=your-second-token-secret - -# Optional: SSL Configuration -# If you have SSL certificate issues, uncomment these lines: -# IGNORE_SSL_ERRORS=true -# NODE_TLS_REJECT_UNAUTHORIZED=0 - -# Optional: Application Configuration -NODE_ENV=production # 'production' or 'development' -USE_MOCK_DATA=false # Set to true to use mock data instead of connecting to Proxmox -PORT=7654 # Port for the backend server -LOG_LEVEL=info # Logging level (debug, info, warn, error) -``` - -## Example Files - -An example file is provided as a template: - -- `.env.example` - Example configuration file - -## Usage - -Copy the `.env.example` file to create your actual environment file: - -```bash -cp .env.example .env -``` - -Then edit the `.env` file with your specific settings. - -## Security Note - -⚠️ **IMPORTANT**: The `.env` file contains sensitive information such as API tokens and should NEVER be committed to the repository. - -The `.gitignore` file is configured to exclude this sensitive file from being committed. \ No newline at end of file diff --git a/frontend/README.md b/frontend/README.md deleted file mode 100644 index 049c0075f..000000000 --- a/frontend/README.md +++ /dev/null @@ -1,81 +0,0 @@ -# Pulse Frontend - -A React-based frontend for real-time Proxmox VE monitoring with socket.io for live data updates. - -## Features - -- Real-time network data monitoring -- WebSocket communication with the backend -- Responsive Material UI design -- Automatic reconnection handling -- Cluster-aware VM and container display -- Customizable filters and views - -## Requirements - -- Node.js 18.x or higher -- npm or yarn - -## Installation - -1. Install dependencies: - -```bash -npm install -# or -yarn -``` - -2. Configure environment (if needed): - -The frontend automatically connects to the backend on the same host and port. In most cases, you don't need to configure anything. - -If you need to override the default settings, create a `.env` file in the root directory with: -``` -VITE_API_URL=http://your-backend-url:7654 -``` - -## Development - -To start the development server: - -```bash -# From the project root (recommended) -npm run dev - -# Or from the frontend directory -npm run dev -``` - -This will start a development server at http://localhost:7654 - -The development server is configured to proxy API requests to the backend server running on port 7655. - -## Building for Production - -To create a production build: - -```bash -npm run build -``` - -This will generate optimized files in the `dist` directory. - -## Troubleshooting - -If you're experiencing issues with real-time updates: - -1. Check that the WebSocket server is running -2. Ensure your browser supports WebSockets -3. Check the network tab in your developer tools for any connection errors -4. Try accessing the application by IP address instead of localhost -5. Check the logs for WebSocket connection issues: - ```bash - npm run logs:websocket - ``` -6. Use the connection checker tool: - ```bash - node scripts/check-connections.js - ``` - -For more detailed troubleshooting, see the [WebSocket Troubleshooting Guide](../docs/troubleshooting-websocket.md). \ No newline at end of file diff --git a/frontend/index.html b/frontend/index.html deleted file mode 100644 index 2cc12bb42..000000000 --- a/frontend/index.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - Pulse - - - - - -

- - - \ No newline at end of file diff --git a/frontend/package-lock.json b/frontend/package-lock.json deleted file mode 100644 index 89dc52ef0..000000000 --- a/frontend/package-lock.json +++ /dev/null @@ -1,3655 +0,0 @@ -{ - "name": "pulse-frontend", - "version": "1.6.4", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "pulse-frontend", - "version": "1.6.4", - "license": "ISC", - "dependencies": { - "@babel/helpers": "^7.26.10", - "@babel/runtime": "^7.26.10", - "@dnd-kit/core": "^6.3.1", - "@dnd-kit/sortable": "^10.0.0", - "@dnd-kit/utilities": "^3.2.2", - "@emotion/react": "^11.14.0", - "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.6", - "@mui/material": "^6.4.6", - "@mui/x-tree-view": "^7.26.0", - "@types/react-dom": "^19.0.4", - "@vitejs/plugin-react": "^4.2.1", - "autoprefixer": "^10.4.19", - "axios": "^1.8.3", - "notistack": "^3.0.2", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "react-router-dom": "^7.2.0", - "recharts": "^2.15.1", - "socket.io-client": "^4.8.1", - "vite": "^6.2.2" - }, - "devDependencies": { - "concurrently": "^9.1.2", - "kill-port": "^2.0.1" - }, - "engines": { - "node": ">=20.0.0" - } - }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "license": "Apache-2.0", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", - "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", - "license": "MIT", - "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.26.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz", - "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.9.tgz", - "integrity": "sha512-lWBYIrF7qK5+GjY5Uy+/hEgp8OJWOD/rpy74GplYRhEauvbHDeFB8t5hPOZxCZ0Oxf4Cc36tK51/l3ymJysrKw==", - "license": "MIT", - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.9", - "@babel/helper-compilation-targets": "^7.26.5", - "@babel/helper-module-transforms": "^7.26.0", - "@babel/helpers": "^7.26.9", - "@babel/parser": "^7.26.9", - "@babel/template": "^7.26.9", - "@babel/traverse": "^7.26.9", - "@babel/types": "^7.26.9", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/core/node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "license": "MIT" - }, - "node_modules/@babel/generator": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.9.tgz", - "integrity": "sha512-kEWdzjOAUMW4hAyrzJ0ZaTOu9OmpyDIQicIh0zg0EEcEkYXZb2TjtBhnHi2ViX7PKwZqF4xwqfAm299/QMP3lg==", - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.26.9", - "@babel/types": "^7.26.9", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^3.0.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", - "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.26.5", - "@babel/helper-validator-option": "^7.25.9", - "browserslist": "^4.24.0", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", - "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", - "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", - "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", - "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", - "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz", - "integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==", - "license": "MIT", - "dependencies": { - "@babel/template": "^7.26.9", - "@babel/types": "^7.26.10" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.9.tgz", - "integrity": "sha512-81NWa1njQblgZbQHxWHpxxCzNsa3ZwvFqpUg7P+NNUU6f3UU2jBEg4OlF/J6rl8+PQGh1q6/zWScd001YwcA5A==", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.26.9" - }, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-self": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-self/-/plugin-transform-react-jsx-self-7.25.9.tgz", - "integrity": "sha512-y8quW6p0WHkEhmErnfe58r7x0A70uKphQm8Sp8cV7tjNQwK56sNVK0M73LK3WuYmsuyrftut4xAkjjgU0twaMg==", - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-react-jsx-source": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx-source/-/plugin-transform-react-jsx-source-7.25.9.tgz", - "integrity": "sha512-+iqjT8xmXhhYv4/uiYd8FNQsraMFZIfxVSqxxVSZP0WbbSAWvBXAul0m/zu+7Vv4O/3WtApy9pmaTMiumEZgfg==", - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz", - "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz", - "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/parser": "^7.26.9", - "@babel/types": "^7.26.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.9.tgz", - "integrity": "sha512-ZYW7L+pL8ahU5fXmNbPF+iZFHCv5scFak7MZ9bwaRPLUhHh7QQEMjZUg0HevihoqCM5iSYHN61EyCoZvqC+bxg==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.9", - "@babel/parser": "^7.26.9", - "@babel/template": "^7.26.9", - "@babel/types": "^7.26.9", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz", - "integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==", - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@dnd-kit/accessibility": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@dnd-kit/accessibility/-/accessibility-3.1.1.tgz", - "integrity": "sha512-2P+YgaXF+gRsIihwwY1gCsQSYnu9Zyj2py8kY5fFvUM1qm2WA2u639R6YNVfU4GWr+ZM5mqEsfHZZLoRONbemw==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@dnd-kit/core": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/@dnd-kit/core/-/core-6.3.1.tgz", - "integrity": "sha512-xkGBRQQab4RLwgXxoqETICr6S5JlogafbhNsidmrkVv2YRs5MLwpjoF2qpiGjQt8S9AoxtIV603s0GIUpY5eYQ==", - "license": "MIT", - "dependencies": { - "@dnd-kit/accessibility": "^3.1.1", - "@dnd-kit/utilities": "^3.2.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0", - "react-dom": ">=16.8.0" - } - }, - "node_modules/@dnd-kit/sortable": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@dnd-kit/sortable/-/sortable-10.0.0.tgz", - "integrity": "sha512-+xqhmIIzvAYMGfBYYnbKuNicfSsk4RksY2XdmJhT+HAC01nix6fHCztU68jooFiMUB01Ky3F0FyOvhG/BZrWkg==", - "license": "MIT", - "dependencies": { - "@dnd-kit/utilities": "^3.2.2", - "tslib": "^2.0.0" - }, - "peerDependencies": { - "@dnd-kit/core": "^6.3.0", - "react": ">=16.8.0" - } - }, - "node_modules/@dnd-kit/utilities": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/@dnd-kit/utilities/-/utilities-3.2.2.tgz", - "integrity": "sha512-+MKAJEOfaBe5SmV6t34p80MMKhjvUz0vRrvVJbPT0WElzaOJ/1xs+D+KDv+tD/NE5ujfrChEcshd4fLn0wpiqg==", - "license": "MIT", - "dependencies": { - "tslib": "^2.0.0" - }, - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/babel-plugin": { - "version": "11.13.5", - "resolved": "https://registry.npmjs.org/@emotion/babel-plugin/-/babel-plugin-11.13.5.tgz", - "integrity": "sha512-pxHCpT2ex+0q+HH91/zsdHkw/lXd468DIN2zvfvLtPKLLMo6gQj7oLObq8PhkrxOZb/gGCq03S3Z7PDhS8pduQ==", - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.16.7", - "@babel/runtime": "^7.18.3", - "@emotion/hash": "^0.9.2", - "@emotion/memoize": "^0.9.0", - "@emotion/serialize": "^1.3.3", - "babel-plugin-macros": "^3.1.0", - "convert-source-map": "^1.5.0", - "escape-string-regexp": "^4.0.0", - "find-root": "^1.1.0", - "source-map": "^0.5.7", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/cache": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/cache/-/cache-11.14.0.tgz", - "integrity": "sha512-L/B1lc/TViYk4DcpGxtAVbx0ZyiKM5ktoIyafGkH6zg/tj+mA+NE//aPYKG0k8kCHSHVJrpLpcAlOBEXQ3SavA==", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.9.0", - "@emotion/sheet": "^1.4.0", - "@emotion/utils": "^1.4.2", - "@emotion/weak-memoize": "^0.4.0", - "stylis": "4.2.0" - } - }, - "node_modules/@emotion/hash": { - "version": "0.9.2", - "resolved": "https://registry.npmjs.org/@emotion/hash/-/hash-0.9.2.tgz", - "integrity": "sha512-MyqliTZGuOm3+5ZRSaaBGP3USLw6+EGykkwZns2EPC5g8jJ4z9OrdZY9apkl3+UP9+sdz76YYkwCKP5gh8iY3g==", - "license": "MIT" - }, - "node_modules/@emotion/is-prop-valid": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/@emotion/is-prop-valid/-/is-prop-valid-1.3.1.tgz", - "integrity": "sha512-/ACwoqx7XQi9knQs/G0qKvv5teDMhD7bXYns9N/wM8ah8iNb8jZ2uNO0YOgiq2o2poIvVtJS2YALasQuMSQ7Kw==", - "license": "MIT", - "dependencies": { - "@emotion/memoize": "^0.9.0" - } - }, - "node_modules/@emotion/memoize": { - "version": "0.9.0", - "resolved": "https://registry.npmjs.org/@emotion/memoize/-/memoize-0.9.0.tgz", - "integrity": "sha512-30FAj7/EoJ5mwVPOWhAyCX+FPfMDrVecJAM+Iw9NRoSl4BBAQeqj4cApHHUXOVvIPgLVDsCFoz/hGD+5QQD1GQ==", - "license": "MIT" - }, - "node_modules/@emotion/react": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/react/-/react-11.14.0.tgz", - "integrity": "sha512-O000MLDBDdk/EohJPFUqvnp4qnHeYkVP5B0xEG0D/L7cOKP9kefu2DXn8dj74cQfsEzUqh+sr1RzFqiL1o+PpA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.13.5", - "@emotion/cache": "^11.14.0", - "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", - "@emotion/utils": "^1.4.2", - "@emotion/weak-memoize": "^0.4.0", - "hoist-non-react-statics": "^3.3.1" - }, - "peerDependencies": { - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/serialize": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@emotion/serialize/-/serialize-1.3.3.tgz", - "integrity": "sha512-EISGqt7sSNWHGI76hC7x1CksiXPahbxEOrC5RjmFRJTqLyEK9/9hZvBbiYn70dw4wuwMKiEMCUlR6ZXTSWQqxA==", - "license": "MIT", - "dependencies": { - "@emotion/hash": "^0.9.2", - "@emotion/memoize": "^0.9.0", - "@emotion/unitless": "^0.10.0", - "@emotion/utils": "^1.4.2", - "csstype": "^3.0.2" - } - }, - "node_modules/@emotion/sheet": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/@emotion/sheet/-/sheet-1.4.0.tgz", - "integrity": "sha512-fTBW9/8r2w3dXWYM4HCB1Rdp8NLibOw2+XELH5m5+AkWiL/KqYX6dc0kKYlaYyKjrQ6ds33MCdMPEwgs2z1rqg==", - "license": "MIT" - }, - "node_modules/@emotion/styled": { - "version": "11.14.0", - "resolved": "https://registry.npmjs.org/@emotion/styled/-/styled-11.14.0.tgz", - "integrity": "sha512-XxfOnXFffatap2IyCeJyNov3kiDQWoR08gPUQxvbL7fxKryGBKUZUkG6Hz48DZwVrJSVh9sJboyV1Ds4OW6SgA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.18.3", - "@emotion/babel-plugin": "^11.13.5", - "@emotion/is-prop-valid": "^1.3.0", - "@emotion/serialize": "^1.3.3", - "@emotion/use-insertion-effect-with-fallbacks": "^1.2.0", - "@emotion/utils": "^1.4.2" - }, - "peerDependencies": { - "@emotion/react": "^11.0.0-rc.0", - "react": ">=16.8.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@emotion/unitless": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@emotion/unitless/-/unitless-0.10.0.tgz", - "integrity": "sha512-dFoMUuQA20zvtVTuxZww6OHoJYgrzfKM1t52mVySDJnMSEa08ruEvdYQbhvyu6soU+NeLVd3yKfTfT0NeV6qGg==", - "license": "MIT" - }, - "node_modules/@emotion/use-insertion-effect-with-fallbacks": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@emotion/use-insertion-effect-with-fallbacks/-/use-insertion-effect-with-fallbacks-1.2.0.tgz", - "integrity": "sha512-yJMtVdH59sxi/aVJBpk9FQq+OR8ll5GT8oWd57UpeaKEVGab41JWaCFA7FRLoMLloOZF/c/wsPoe+bfGmRKgDg==", - "license": "MIT", - "peerDependencies": { - "react": ">=16.8.0" - } - }, - "node_modules/@emotion/utils": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/@emotion/utils/-/utils-1.4.2.tgz", - "integrity": "sha512-3vLclRofFziIa3J2wDh9jjbkUz9qk5Vi3IZ/FSTKViB0k+ef0fPV7dYrUIugbgupYDx7v9ud/SjrtEP8Y4xLoA==", - "license": "MIT" - }, - "node_modules/@emotion/weak-memoize": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/@emotion/weak-memoize/-/weak-memoize-0.4.0.tgz", - "integrity": "sha512-snKqtPW01tN0ui7yu9rGv69aJXr/a/Ywvl11sUjNtEcRc+ng/mQriFL0wLXMef74iHa/EkftbDzU9F8iFbH+zg==", - "license": "MIT" - }, - "node_modules/@esbuild/aix-ppc64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.25.1.tgz", - "integrity": "sha512-kfYGy8IdzTGy+z0vFGvExZtxkFlA4zAxgKEahG9KE1ScBjpQnFsNOX8KTU5ojNru5ed5CVoJYXFtoxaq5nFbjQ==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "aix" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.25.1.tgz", - "integrity": "sha512-dp+MshLYux6j/JjdqVLnMglQlFu+MuVeNrmT5nk6q07wNhCdSnB7QZj+7G8VMUGh1q+vj2Bq8kRsuyA00I/k+Q==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-arm64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.25.1.tgz", - "integrity": "sha512-50tM0zCJW5kGqgG7fQ7IHvQOcAn9TKiVRuQ/lN0xR+T2lzEFvAi1ZcS8DiksFcEpf1t/GYOeOfCAgDHFpkiSmA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/android-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.25.1.tgz", - "integrity": "sha512-GCj6WfUtNldqUzYkN/ITtlhwQqGWu9S45vUXs7EIYf+7rCiiqH9bCloatO9VhxsL0Pji+PF4Lz2XXCES+Q8hDw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-arm64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.25.1.tgz", - "integrity": "sha512-5hEZKPf+nQjYoSr/elb62U19/l1mZDdqidGfmFutVUjjUZrOazAtwK+Kr+3y0C/oeJfLlxo9fXb1w7L+P7E4FQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/darwin-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.25.1.tgz", - "integrity": "sha512-hxVnwL2Dqs3fM1IWq8Iezh0cX7ZGdVhbTfnOy5uURtao5OIVCEyj9xIzemDi7sRvKsuSdtCAhMKarxqtlyVyfA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-arm64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.25.1.tgz", - "integrity": "sha512-1MrCZs0fZa2g8E+FUo2ipw6jw5qqQiH+tERoS5fAfKnRx6NXH31tXBKI3VpmLijLH6yriMZsxJtaXUyFt/8Y4A==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/freebsd-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.25.1.tgz", - "integrity": "sha512-0IZWLiTyz7nm0xuIs0q1Y3QWJC52R8aSXxe40VUxm6BB1RNmkODtW6LHvWRrGiICulcX7ZvyH6h5fqdLu4gkww==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.25.1.tgz", - "integrity": "sha512-NdKOhS4u7JhDKw9G3cY6sWqFcnLITn6SqivVArbzIaf3cemShqfLGHYMx8Xlm/lBit3/5d7kXvriTUGa5YViuQ==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-arm64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.25.1.tgz", - "integrity": "sha512-jaN3dHi0/DDPelk0nLcXRm1q7DNJpjXy7yWaWvbfkPvI+7XNSc/lDOnCLN7gzsyzgu6qSAmgSvP9oXAhP973uQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ia32": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.25.1.tgz", - "integrity": "sha512-OJykPaF4v8JidKNGz8c/q1lBO44sQNUQtq1KktJXdBLn1hPod5rE/Hko5ugKKZd+D2+o1a9MFGUEIUwO2YfgkQ==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-loong64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.25.1.tgz", - "integrity": "sha512-nGfornQj4dzcq5Vp835oM/o21UMlXzn79KobKlcs3Wz9smwiifknLy4xDCLUU0BWp7b/houtdrgUz7nOGnfIYg==", - "cpu": [ - "loong64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-mips64el": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.25.1.tgz", - "integrity": "sha512-1osBbPEFYwIE5IVB/0g2X6i1qInZa1aIoj1TdL4AaAb55xIIgbg8Doq6a5BzYWgr+tEcDzYH67XVnTmUzL+nXg==", - "cpu": [ - "mips64el" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-ppc64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.25.1.tgz", - "integrity": "sha512-/6VBJOwUf3TdTvJZ82qF3tbLuWsscd7/1w+D9LH0W/SqUgM5/JJD0lrJ1fVIfZsqB6RFmLCe0Xz3fmZc3WtyVg==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-riscv64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.25.1.tgz", - "integrity": "sha512-nSut/Mx5gnilhcq2yIMLMe3Wl4FK5wx/o0QuuCLMtmJn+WeWYoEGDN1ipcN72g1WHsnIbxGXd4i/MF0gTcuAjQ==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-s390x": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.25.1.tgz", - "integrity": "sha512-cEECeLlJNfT8kZHqLarDBQso9a27o2Zd2AQ8USAEoGtejOrCYHNtKP8XQhMDJMtthdF4GBmjR2au3x1udADQQQ==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/linux-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.25.1.tgz", - "integrity": "sha512-xbfUhu/gnvSEg+EGovRc+kjBAkrvtk38RlerAzQxvMzlB4fXpCFCeUAYzJvrnhFtdeyVCDANSjJvOvGYoeKzFA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/netbsd-arm64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-arm64/-/netbsd-arm64-0.25.1.tgz", - "integrity": "sha512-O96poM2XGhLtpTh+s4+nP7YCCAfb4tJNRVZHfIE7dgmax+yMP2WgMd2OecBuaATHKTHsLWHQeuaxMRnCsH8+5g==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/netbsd-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.25.1.tgz", - "integrity": "sha512-X53z6uXip6KFXBQ+Krbx25XHV/NCbzryM6ehOAeAil7X7oa4XIq+394PWGnwaSQ2WRA0KI6PUO6hTO5zeF5ijA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "netbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-arm64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.25.1.tgz", - "integrity": "sha512-Na9T3szbXezdzM/Kfs3GcRQNjHzM6GzFBeU1/6IV/npKP5ORtp9zbQjvkDJ47s6BCgaAZnnnu/cY1x342+MvZg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/openbsd-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.25.1.tgz", - "integrity": "sha512-T3H78X2h1tszfRSf+txbt5aOp/e7TAz3ptVKu9Oyir3IAOFPGV6O9c2naym5TOriy1l0nNf6a4X5UXRZSGX/dw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "openbsd" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/sunos-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.25.1.tgz", - "integrity": "sha512-2H3RUvcmULO7dIE5EWJH8eubZAI4xw54H1ilJnRNZdeo8dTADEZ21w6J22XBkXqGJbe0+wnNJtw3UXRoLJnFEg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "sunos" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-arm64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.25.1.tgz", - "integrity": "sha512-GE7XvrdOzrb+yVKB9KsRMq+7a2U/K5Cf/8grVFRAGJmfADr/e/ODQ134RK2/eeHqYV5eQRFxb1hY7Nr15fv1NQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-ia32": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.25.1.tgz", - "integrity": "sha512-uOxSJCIcavSiT6UnBhBzE8wy3n0hOkJsBOzy7HDAuTDE++1DJMRRVCPGisULScHL+a/ZwdXPpXD3IyFKjA7K8A==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@esbuild/win32-x64": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.25.1.tgz", - "integrity": "sha512-Y1EQdcfwMSeQN/ujR5VayLOJ1BHaK+ssyk0AEzPjC+t1lITgsnccPqFjb6V+LsTp/9Iov4ysfjxLaGJ9RPtkVg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ], - "engines": { - "node": ">=18" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.8", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", - "integrity": "sha512-imAbBGkb+ebQyxKgzv5Hu2nmROxoDOXHh80evxdoXNOrvAnVx7zimzc1Oo5h9RlfV4vPXaE2iM5pOFbvOCClWA==", - "license": "MIT", - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", - "license": "MIT" - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@mui/core-downloads-tracker": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@mui/core-downloads-tracker/-/core-downloads-tracker-6.4.7.tgz", - "integrity": "sha512-XjJrKFNt9zAKvcnoIIBquXyFyhfrHYuttqMsoDS7lM7VwufYG4fAPw4kINjBFg++fqXM2BNAuWR9J7XVIuKIKg==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - } - }, - "node_modules/@mui/icons-material": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@mui/icons-material/-/icons-material-6.4.7.tgz", - "integrity": "sha512-Rk8cs9ufQoLBw582Rdqq7fnSXXZTqhYRbpe1Y5SAz9lJKZP3CIdrj0PfG8HJLGw1hrsHFN/rkkm70IDzhJsG1g==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@mui/material": "^6.4.7", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/material": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@mui/material/-/material-6.4.7.tgz", - "integrity": "sha512-K65StXUeGAtFJ4ikvHKtmDCO5Ab7g0FZUu2J5VpoKD+O6Y3CjLYzRi+TMlI3kaL4CL158+FccMoOd/eaddmeRQ==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/core-downloads-tracker": "^6.4.7", - "@mui/system": "^6.4.7", - "@mui/types": "^7.2.21", - "@mui/utils": "^6.4.6", - "@popperjs/core": "^2.11.8", - "@types/react-transition-group": "^4.4.12", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1", - "react-is": "^19.0.0", - "react-transition-group": "^4.4.5" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@mui/material-pigment-css": "^6.4.7", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@mui/material-pigment-css": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/private-theming": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@mui/private-theming/-/private-theming-6.4.6.tgz", - "integrity": "sha512-T5FxdPzCELuOrhpA2g4Pi6241HAxRwZudzAuL9vBvniuB5YU82HCmrARw32AuCiyTfWzbrYGGpZ4zyeqqp9RvQ==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/utils": "^6.4.6", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/styled-engine": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@mui/styled-engine/-/styled-engine-6.4.6.tgz", - "integrity": "sha512-vSWYc9ZLX46be5gP+FCzWVn5rvDr4cXC5JBZwSIkYk9xbC7GeV+0kCvB8Q6XLFQJy+a62bbqtmdwS4Ghi9NBlQ==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@emotion/cache": "^11.13.5", - "@emotion/serialize": "^1.3.3", - "@emotion/sheet": "^1.4.0", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.4.1", - "@emotion/styled": "^11.3.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - } - } - }, - "node_modules/@mui/system": { - "version": "6.4.7", - "resolved": "https://registry.npmjs.org/@mui/system/-/system-6.4.7.tgz", - "integrity": "sha512-7wwc4++Ak6tGIooEVA9AY7FhH2p9fvBMORT4vNLMAysH3Yus/9B9RYMbrn3ANgsOyvT3Z7nE+SP8/+3FimQmcg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/private-theming": "^6.4.6", - "@mui/styled-engine": "^6.4.6", - "@mui/types": "^7.2.21", - "@mui/utils": "^6.4.6", - "clsx": "^2.1.1", - "csstype": "^3.1.3", - "prop-types": "^15.8.1" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.5.0", - "@emotion/styled": "^11.3.0", - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - }, - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/types": { - "version": "7.2.21", - "resolved": "https://registry.npmjs.org/@mui/types/-/types-7.2.21.tgz", - "integrity": "sha512-6HstngiUxNqLU+/DPqlUJDIPbzUBxIVHb1MmXP0eTWDIROiCR2viugXpEif0PPe2mLqqakPzzRClWAnK+8UJww==", - "license": "MIT", - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/utils": { - "version": "6.4.6", - "resolved": "https://registry.npmjs.org/@mui/utils/-/utils-6.4.6.tgz", - "integrity": "sha512-43nZeE1pJF2anGafNydUcYFPtHwAqiBiauRtaMvurdrZI3YrUjHkAu43RBsxef7OFtJMXGiHFvq43kb7lig0sA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.26.0", - "@mui/types": "^7.2.21", - "@types/prop-types": "^15.7.14", - "clsx": "^2.1.1", - "prop-types": "^15.8.1", - "react-is": "^19.0.0" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@types/react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@types/react": { - "optional": true - } - } - }, - "node_modules/@mui/x-internals": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@mui/x-internals/-/x-internals-7.26.0.tgz", - "integrity": "sha512-VxTCYQcZ02d3190pdvys2TDg9pgbvewAVakEopiOgReKAUhLdRlgGJHcOA/eAuGLyK1YIo26A6Ow6ZKlSRLwMg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.25.7", - "@mui/utils": "^5.16.6 || ^6.0.0" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/@mui/x-tree-view": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@mui/x-tree-view/-/x-tree-view-7.26.0.tgz", - "integrity": "sha512-adZwVj6/edNowi2RIeyGPTcfdP4EXtMGo0mk2LQogG8m8bZkZRjOQoQ7pkBF0UPMaIAwzCadq2OWj3MPH4DP5A==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.25.7", - "@mui/utils": "^5.16.6 || ^6.0.0", - "@mui/x-internals": "7.26.0", - "@types/react-transition-group": "^4.4.11", - "clsx": "^2.1.1", - "prop-types": "^15.8.1", - "react-transition-group": "^4.4.5" - }, - "engines": { - "node": ">=14.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/mui-org" - }, - "peerDependencies": { - "@emotion/react": "^11.9.0", - "@emotion/styled": "^11.8.1", - "@mui/material": "^5.15.14 || ^6.0.0", - "@mui/system": "^5.15.14 || ^6.0.0", - "react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" - }, - "peerDependenciesMeta": { - "@emotion/react": { - "optional": true - }, - "@emotion/styled": { - "optional": true - } - } - }, - "node_modules/@popperjs/core": { - "version": "2.11.8", - "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", - "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", - "license": "MIT", - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/popperjs" - } - }, - "node_modules/@rollup/rollup-android-arm-eabi": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.35.0.tgz", - "integrity": "sha512-uYQ2WfPaqz5QtVgMxfN6NpLD+no0MYHDBywl7itPYd3K5TjjSghNKmX8ic9S8NU8w81NVhJv/XojcHptRly7qQ==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-android-arm64": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.35.0.tgz", - "integrity": "sha512-FtKddj9XZudurLhdJnBl9fl6BwCJ3ky8riCXjEw3/UIbjmIY58ppWwPEvU3fNu+W7FUsAsB1CdH+7EQE6CXAPA==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "android" - ] - }, - "node_modules/@rollup/rollup-darwin-arm64": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.35.0.tgz", - "integrity": "sha512-Uk+GjOJR6CY844/q6r5DR/6lkPFOw0hjfOIzVx22THJXMxktXG6CbejseJFznU8vHcEBLpiXKY3/6xc+cBm65Q==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-darwin-x64": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.35.0.tgz", - "integrity": "sha512-3IrHjfAS6Vkp+5bISNQnPogRAW5GAV1n+bNCrDwXmfMHbPl5EhTmWtfmwlJxFRUCBZ+tZ/OxDyU08aF6NI/N5Q==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ] - }, - "node_modules/@rollup/rollup-freebsd-arm64": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.35.0.tgz", - "integrity": "sha512-sxjoD/6F9cDLSELuLNnY0fOrM9WA0KrM0vWm57XhrIMf5FGiN8D0l7fn+bpUeBSU7dCgPV2oX4zHAsAXyHFGcQ==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@rollup/rollup-freebsd-x64": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.35.0.tgz", - "integrity": "sha512-2mpHCeRuD1u/2kruUiHSsnjWtHjqVbzhBkNVQ1aVD63CcexKVcQGwJ2g5VphOd84GvxfSvnnlEyBtQCE5hxVVw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "freebsd" - ] - }, - "node_modules/@rollup/rollup-linux-arm-gnueabihf": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.35.0.tgz", - "integrity": "sha512-mrA0v3QMy6ZSvEuLs0dMxcO2LnaCONs1Z73GUDBHWbY8tFFocM6yl7YyMu7rz4zS81NDSqhrUuolyZXGi8TEqg==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm-musleabihf": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.35.0.tgz", - "integrity": "sha512-DnYhhzcvTAKNexIql8pFajr0PiDGrIsBYPRvCKlA5ixSS3uwo/CWNZxB09jhIapEIg945KOzcYEAGGSmTSpk7A==", - "cpu": [ - "arm" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-gnu": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.35.0.tgz", - "integrity": "sha512-uagpnH2M2g2b5iLsCTZ35CL1FgyuzzJQ8L9VtlJ+FckBXroTwNOaD0z0/UF+k5K3aNQjbm8LIVpxykUOQt1m/A==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-arm64-musl": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.35.0.tgz", - "integrity": "sha512-XQxVOCd6VJeHQA/7YcqyV0/88N6ysSVzRjJ9I9UA/xXpEsjvAgDTgH3wQYz5bmr7SPtVK2TsP2fQ2N9L4ukoUg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-loongarch64-gnu": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-loongarch64-gnu/-/rollup-linux-loongarch64-gnu-4.35.0.tgz", - "integrity": "sha512-5pMT5PzfgwcXEwOaSrqVsz/LvjDZt+vQ8RT/70yhPU06PTuq8WaHhfT1LW+cdD7mW6i/J5/XIkX/1tCAkh1W6g==", - "cpu": [ - "loong64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.35.0.tgz", - "integrity": "sha512-c+zkcvbhbXF98f4CtEIP1EBA/lCic5xB0lToneZYvMeKu5Kamq3O8gqrxiYYLzlZH6E3Aq+TSW86E4ay8iD8EA==", - "cpu": [ - "ppc64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-riscv64-gnu": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.35.0.tgz", - "integrity": "sha512-s91fuAHdOwH/Tad2tzTtPX7UZyytHIRR6V4+2IGlV0Cej5rkG0R61SX4l4y9sh0JBibMiploZx3oHKPnQBKe4g==", - "cpu": [ - "riscv64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-s390x-gnu": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.35.0.tgz", - "integrity": "sha512-hQRkPQPLYJZYGP+Hj4fR9dDBMIM7zrzJDWFEMPdTnTy95Ljnv0/4w/ixFw3pTBMEuuEuoqtBINYND4M7ujcuQw==", - "cpu": [ - "s390x" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-gnu": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.35.0.tgz", - "integrity": "sha512-Pim1T8rXOri+0HmV4CdKSGrqcBWX0d1HoPnQ0uw0bdp1aP5SdQVNBy8LjYncvnLgu3fnnCt17xjWGd4cqh8/hA==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-linux-x64-musl": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.35.0.tgz", - "integrity": "sha512-QysqXzYiDvQWfUiTm8XmJNO2zm9yC9P/2Gkrwg2dH9cxotQzunBHYr6jk4SujCTqnfGxduOmQcI7c2ryuW8XVg==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "linux" - ] - }, - "node_modules/@rollup/rollup-win32-arm64-msvc": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.35.0.tgz", - "integrity": "sha512-OUOlGqPkVJCdJETKOCEf1mw848ZyJ5w50/rZ/3IBQVdLfR5jk/6Sr5m3iO2tdPgwo0x7VcncYuOvMhBWZq8ayg==", - "cpu": [ - "arm64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-ia32-msvc": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.35.0.tgz", - "integrity": "sha512-2/lsgejMrtwQe44glq7AFFHLfJBPafpsTa6JvP2NGef/ifOa4KBoglVf7AKN7EV9o32evBPRqfg96fEHzWo5kw==", - "cpu": [ - "ia32" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@rollup/rollup-win32-x64-msvc": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.35.0.tgz", - "integrity": "sha512-PIQeY5XDkrOysbQblSW7v3l1MDZzkTEzAfTPkj5VAu3FW8fS4ynyLg2sINp0fp3SjZ8xkRYpLqoKcYqAkhU1dw==", - "cpu": [ - "x64" - ], - "license": "MIT", - "optional": true, - "os": [ - "win32" - ] - }, - "node_modules/@socket.io/component-emitter": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", - "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", - "license": "MIT" - }, - "node_modules/@types/babel__core": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "node_modules/@types/babel__generator": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", - "license": "MIT", - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__traverse": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", - "license": "MIT", - "dependencies": { - "@babel/types": "^7.20.7" - } - }, - "node_modules/@types/cookie": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.6.0.tgz", - "integrity": "sha512-4Kh9a6B2bQciAhf7FSuMRRkUWecJgJu9nPnx3yzpsfXX/c50REIqpHY4C82bXP90qrLtXtkDxTZosYO3UpOwlA==", - "license": "MIT" - }, - "node_modules/@types/d3-array": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/@types/d3-array/-/d3-array-3.2.1.tgz", - "integrity": "sha512-Y2Jn2idRrLzUfAKV2LyRImR+y4oa2AntrgID95SHJxuMUrkNXmanDSed71sRNZysveJVt1hLLemQZIady0FpEg==", - "license": "MIT" - }, - "node_modules/@types/d3-color": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/@types/d3-color/-/d3-color-3.1.3.tgz", - "integrity": "sha512-iO90scth9WAbmgv7ogoq57O9YpKmFBbmoEoCHDB2xMBY0+/KVrqAaCDyCE16dUspeOvIxFFRI+0sEtqDqy2b4A==", - "license": "MIT" - }, - "node_modules/@types/d3-ease": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-ease/-/d3-ease-3.0.2.tgz", - "integrity": "sha512-NcV1JjO5oDzoK26oMzbILE6HW7uVXOHLQvHshBUW4UMdZGfiY6v5BeQwh9a9tCzv+CeefZQHJt5SRgK154RtiA==", - "license": "MIT" - }, - "node_modules/@types/d3-interpolate": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-interpolate/-/d3-interpolate-3.0.4.tgz", - "integrity": "sha512-mgLPETlrpVV1YRJIglr4Ez47g7Yxjl1lj7YKsiMCb27VJH9W8NVM6Bb9d8kkpG/uAQS5AmbA48q2IAolKKo1MA==", - "license": "MIT", - "dependencies": { - "@types/d3-color": "*" - } - }, - "node_modules/@types/d3-path": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/@types/d3-path/-/d3-path-3.1.1.tgz", - "integrity": "sha512-VMZBYyQvbGmWyWVea0EHs/BwLgxc+MKi1zLDCONksozI4YJMcTt8ZEuIR4Sb1MMTE8MMW49v0IwI5+b7RmfWlg==", - "license": "MIT" - }, - "node_modules/@types/d3-scale": { - "version": "4.0.9", - "resolved": "https://registry.npmjs.org/@types/d3-scale/-/d3-scale-4.0.9.tgz", - "integrity": "sha512-dLmtwB8zkAeO/juAMfnV+sItKjlsw2lKdZVVy6LRr0cBmegxSABiLEpGVmSJJ8O08i4+sGR6qQtb6WtuwJdvVw==", - "license": "MIT", - "dependencies": { - "@types/d3-time": "*" - } - }, - "node_modules/@types/d3-shape": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/@types/d3-shape/-/d3-shape-3.1.7.tgz", - "integrity": "sha512-VLvUQ33C+3J+8p+Daf+nYSOsjB4GXp19/S/aGo60m9h1v6XaxjiT82lKVWJCfzhtuZ3yD7i/TPeC/fuKLLOSmg==", - "license": "MIT", - "dependencies": { - "@types/d3-path": "*" - } - }, - "node_modules/@types/d3-time": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/d3-time/-/d3-time-3.0.4.tgz", - "integrity": "sha512-yuzZug1nkAAaBlBBikKZTgzCeA+k1uy4ZFwWANOfKw5z5LRhV0gNA7gNkKm7HoK+HRN0wX3EkxGk0fpbWhmB7g==", - "license": "MIT" - }, - "node_modules/@types/d3-timer": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/d3-timer/-/d3-timer-3.0.2.tgz", - "integrity": "sha512-Ps3T8E8dZDam6fUyNiMkekK3XUsaUEik+idO9/YjPtfj2qruF8tFBXS7XhtE4iIXBLxhmLjP3SXpLhVf21I9Lw==", - "license": "MIT" - }, - "node_modules/@types/estree": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", - "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", - "license": "MIT" - }, - "node_modules/@types/parse-json": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", - "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "license": "MIT" - }, - "node_modules/@types/prop-types": { - "version": "15.7.14", - "resolved": "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.14.tgz", - "integrity": "sha512-gNMvNH49DJ7OJYv+KAKn0Xp45p8PLl6zo2YnvDIbTd4J6MER2BmWN49TG7n9LvkyihINxeKW8+3bfS2yDC9dzQ==", - "license": "MIT" - }, - "node_modules/@types/react": { - "version": "19.0.10", - "resolved": "https://registry.npmjs.org/@types/react/-/react-19.0.10.tgz", - "integrity": "sha512-JuRQ9KXLEjaUNjTWpzuR231Z2WpIwczOkBEIvbHNCzQefFIT0L8IqE6NV6ULLyC1SI/i234JnDoMkfg+RjQj2g==", - "license": "MIT", - "peer": true, - "dependencies": { - "csstype": "^3.0.2" - } - }, - "node_modules/@types/react-dom": { - "version": "19.0.4", - "resolved": "https://registry.npmjs.org/@types/react-dom/-/react-dom-19.0.4.tgz", - "integrity": "sha512-4fSQ8vWFkg+TGhePfUzVmat3eC14TXYSsiiDSLI0dVLsrm9gZFABjPy/Qu6TKgl1tq1Bu1yDsuQgY3A3DOjCcg==", - "license": "MIT", - "peerDependencies": { - "@types/react": "^19.0.0" - } - }, - "node_modules/@types/react-transition-group": { - "version": "4.4.12", - "resolved": "https://registry.npmjs.org/@types/react-transition-group/-/react-transition-group-4.4.12.tgz", - "integrity": "sha512-8TV6R3h2j7a91c+1DXdJi3Syo69zzIZbz7Lg5tORM5LEJG7X/E6a1V3drRyBRZq7/utz7A+c4OgYLiLcYGHG6w==", - "license": "MIT", - "peerDependencies": { - "@types/react": "*" - } - }, - "node_modules/@vitejs/plugin-react": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-4.3.4.tgz", - "integrity": "sha512-SCCPBJtYLdE8PX/7ZQAs1QAZ8Jqwih+0VBLum1EGqmCCQal+MIUqLCzj3ZUy8ufbC0cAM4LRlSTm7IQJwWT4ug==", - "license": "MIT", - "dependencies": { - "@babel/core": "^7.26.0", - "@babel/plugin-transform-react-jsx-self": "^7.25.9", - "@babel/plugin-transform-react-jsx-source": "^7.25.9", - "@types/babel__core": "^7.20.5", - "react-refresh": "^0.14.2" - }, - "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "peerDependencies": { - "vite": "^4.2.0 || ^5.0.0 || ^6.0.0" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "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==", - "dev": true, - "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "license": "MIT" - }, - "node_modules/autoprefixer": { - "version": "10.4.21", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.21.tgz", - "integrity": "sha512-O+A6LWV5LDHSJD3LjHYoNi4VLsj/Whi7k6zG12xTYaU4cQ8oxQGckXNX8cRHK5yOZ/ppVHe0ZBXGzSV9jXdVbQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "browserslist": "^4.24.4", - "caniuse-lite": "^1.0.30001702", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.1.1", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/axios": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", - "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/babel-plugin-macros": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/babel-plugin-macros/-/babel-plugin-macros-3.1.0.tgz", - "integrity": "sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.12.5", - "cosmiconfig": "^7.0.0", - "resolve": "^1.19.0" - }, - "engines": { - "node": ">=10", - "npm": ">=6" - } - }, - "node_modules/browserslist": { - "version": "4.24.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", - "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "caniuse-lite": "^1.0.30001688", - "electron-to-chromium": "^1.5.73", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.1" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "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/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001703", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001703.tgz", - "integrity": "sha512-kRlAGTRWgPsOj7oARC9m1okJEXdL/8fekFVcxA8Hl7GH4r/sN4OJn/i6Flde373T50KS7Y37oFbMwlE8+F42kQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "CC-BY-4.0" - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "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/chalk/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==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "license": "ISC", - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/clsx": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", - "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "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==", - "dev": true, - "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==", - "dev": true, - "license": "MIT" - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "license": "MIT", - "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/concurrently": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", - "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "chalk": "^4.1.2", - "lodash": "^4.17.21", - "rxjs": "^7.8.1", - "shell-quote": "^1.8.1", - "supports-color": "^8.1.1", - "tree-kill": "^1.2.2", - "yargs": "^17.7.2" - }, - "bin": { - "conc": "dist/bin/concurrently.js", - "concurrently": "dist/bin/concurrently.js" - }, - "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" - } - }, - "node_modules/convert-source-map": { - "version": "1.9.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", - "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "license": "MIT" - }, - "node_modules/cookie": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-1.0.2.tgz", - "integrity": "sha512-9Kr/j4O16ISv8zBBhJoi4bXOYNTkFLOqSL3UDB0njXxCXNezjeyVrJyGOWtgfs/q2km1gwBcfH8q1yEGoMYunA==", - "license": "MIT", - "engines": { - "node": ">=18" - } - }, - "node_modules/cosmiconfig": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", - "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", - "license": "MIT", - "dependencies": { - "@types/parse-json": "^4.0.0", - "import-fresh": "^3.2.1", - "parse-json": "^5.0.0", - "path-type": "^4.0.0", - "yaml": "^1.10.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/cosmiconfig/node_modules/yaml": { - "version": "1.10.2", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", - "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "license": "ISC", - "engines": { - "node": ">= 6" - } - }, - "node_modules/csstype": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", - "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==", - "license": "MIT" - }, - "node_modules/d3-array": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/d3-array/-/d3-array-3.2.4.tgz", - "integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==", - "license": "ISC", - "dependencies": { - "internmap": "1 - 2" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-color": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-color/-/d3-color-3.1.0.tgz", - "integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-ease": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-ease/-/d3-ease-3.0.1.tgz", - "integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-format": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.0.tgz", - "integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-interpolate": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-interpolate/-/d3-interpolate-3.0.1.tgz", - "integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==", - "license": "ISC", - "dependencies": { - "d3-color": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-path": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-path/-/d3-path-3.1.0.tgz", - "integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-scale": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/d3-scale/-/d3-scale-4.0.2.tgz", - "integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==", - "license": "ISC", - "dependencies": { - "d3-array": "2.10.0 - 3", - "d3-format": "1 - 3", - "d3-interpolate": "1.2.0 - 3", - "d3-time": "2.1.1 - 3", - "d3-time-format": "2 - 4" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-shape": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz", - "integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==", - "license": "ISC", - "dependencies": { - "d3-path": "^3.1.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/d3-time/-/d3-time-3.1.0.tgz", - "integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==", - "license": "ISC", - "dependencies": { - "d3-array": "2 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-time-format": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/d3-time-format/-/d3-time-format-4.1.0.tgz", - "integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==", - "license": "ISC", - "dependencies": { - "d3-time": "1 - 3" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/d3-timer": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/d3-timer/-/d3-timer-3.0.1.tgz", - "integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/decimal.js-light": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/decimal.js-light/-/decimal.js-light-2.5.1.tgz", - "integrity": "sha512-qIMFpTMZmny+MMIitAB6D7iVPEorVw6YQRWkvarTkT4tBeSLLiHzcwj6q0MmYSFCiVpiqPJTJEYIrpcPzVEIvg==", - "license": "MIT" - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/dom-helpers": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/dom-helpers/-/dom-helpers-5.2.1.tgz", - "integrity": "sha512-nRCa7CK3VTrM2NmGkIy4cbK7IZlgBE/PYMn55rrXefr5xXDP0LdtfPnblFDoVdcAfslJ7or6iqAUnx0CCGIWQA==", - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.7", - "csstype": "^3.0.2" - } - }, - "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/electron-to-chromium": { - "version": "1.5.114", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.114.tgz", - "integrity": "sha512-DFptFef3iktoKlFQK/afbo274/XNWD00Am0xa7M8FZUepHlHT8PEuiNBoRfFHbH1okqN58AlhbJ4QTkcnXorjA==", - "license": "ISC" - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true, - "license": "MIT" - }, - "node_modules/engine.io-client": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.3.tgz", - "integrity": "sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==", - "license": "MIT", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1", - "engine.io-parser": "~5.2.1", - "ws": "~8.17.1", - "xmlhttprequest-ssl": "~2.1.1" - } - }, - "node_modules/engine.io-client/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/engine.io-parser": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz", - "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "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/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/esbuild": { - "version": "0.25.1", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.25.1.tgz", - "integrity": "sha512-BGO5LtrGC7vxnqucAe/rmvKdJllfGaYWdyABvyMoXQlfYMb2bbRuReWR5tEGE//4LcNJj9XrkovTqNYRFZHAMQ==", - "hasInstallScript": true, - "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" - }, - "engines": { - "node": ">=18" - }, - "optionalDependencies": { - "@esbuild/aix-ppc64": "0.25.1", - "@esbuild/android-arm": "0.25.1", - "@esbuild/android-arm64": "0.25.1", - "@esbuild/android-x64": "0.25.1", - "@esbuild/darwin-arm64": "0.25.1", - "@esbuild/darwin-x64": "0.25.1", - "@esbuild/freebsd-arm64": "0.25.1", - "@esbuild/freebsd-x64": "0.25.1", - "@esbuild/linux-arm": "0.25.1", - "@esbuild/linux-arm64": "0.25.1", - "@esbuild/linux-ia32": "0.25.1", - "@esbuild/linux-loong64": "0.25.1", - "@esbuild/linux-mips64el": "0.25.1", - "@esbuild/linux-ppc64": "0.25.1", - "@esbuild/linux-riscv64": "0.25.1", - "@esbuild/linux-s390x": "0.25.1", - "@esbuild/linux-x64": "0.25.1", - "@esbuild/netbsd-arm64": "0.25.1", - "@esbuild/netbsd-x64": "0.25.1", - "@esbuild/openbsd-arm64": "0.25.1", - "@esbuild/openbsd-x64": "0.25.1", - "@esbuild/sunos-x64": "0.25.1", - "@esbuild/win32-arm64": "0.25.1", - "@esbuild/win32-ia32": "0.25.1", - "@esbuild/win32-x64": "0.25.1" - } - }, - "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "license": "MIT", - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/eventemitter3": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", - "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", - "license": "MIT" - }, - "node_modules/fast-equals": { - "version": "5.2.2", - "resolved": "https://registry.npmjs.org/fast-equals/-/fast-equals-5.2.2.tgz", - "integrity": "sha512-V7/RktU11J3I36Nwq2JnZEM7tNm17eBJz+u25qdxBZeCKiX6BkVSZQjwWIr+IobgnZy+ag73tTZgZi7tr0LrBw==", - "license": "MIT", - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/find-root": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/find-root/-/find-root-1.1.0.tgz", - "integrity": "sha512-NKfW6bec6GfKc0SGx1e07QZY9PE99u0Bft/0rzSD5k3sO/vwkVUpDUKVm5Gpp5Ue3YfShPFTX2070tDs5kB9Ng==", - "license": "MIT" - }, - "node_modules/follow-redirects": { - "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "license": "MIT", - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/form-data": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", - "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "es-set-tostringtag": "^2.1.0", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", - "license": "MIT", - "engines": { - "node": "*" - }, - "funding": { - "type": "patreon", - "url": "https://github.com/sponsors/rawify" - } - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "hasInstallScript": true, - "license": "MIT", - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "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/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "license": "ISC", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "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/get-them-args": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/get-them-args/-/get-them-args-1.3.2.tgz", - "integrity": "sha512-LRn8Jlk+DwZE4GTlDbT3Hikd1wSHgLMme/+7ddlqKd7ldwR6LjJgTVWzBnR01wnYGe4KgrXjg287RaI22UHmAw==", - "dev": true, - "license": "MIT" - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/goober": { - "version": "2.1.16", - "resolved": "https://registry.npmjs.org/goober/-/goober-2.1.16.tgz", - "integrity": "sha512-erjk19y1U33+XAMe1VTvIONHYoSqE4iS7BYUZfHaqeohLmnC0FdxEh7rQU+6MZ4OajItzjZFSRtVANrQwNq6/g==", - "license": "MIT", - "peerDependencies": { - "csstype": "^3.0.10" - } - }, - "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==", - "dev": true, - "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/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "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/hoist-non-react-statics": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/hoist-non-react-statics/-/hoist-non-react-statics-3.3.2.tgz", - "integrity": "sha512-/gGivxi8JPKWNm/W0jSmzcMPpfpPLc3dY/6GxhX2hQ9iGj3aDfklV4ET7NjKpSinLpJ5vafa9iiGIEZg10SfBw==", - "license": "BSD-3-Clause", - "dependencies": { - "react-is": "^16.7.0" - } - }, - "node_modules/hoist-non-react-statics/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "license": "MIT" - }, - "node_modules/import-fresh": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.1.tgz", - "integrity": "sha512-TR3KfrTZTYLPB6jUjfx6MF9WcWrHL9su5TObK4ZkYgBdWKPOFoSoQIdEuTuR82pmtxH2spWG9h6etwfr1pLBqQ==", - "license": "MIT", - "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/internmap": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz", - "integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==", - "license": "ISC", - "engines": { - "node": ">=12" - } - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "license": "MIT" - }, - "node_modules/is-core-module": { - "version": "2.16.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz", - "integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==", - "license": "MIT", - "dependencies": { - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "license": "MIT" - }, - "node_modules/jsesc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", - "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "license": "MIT" - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "license": "MIT", - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/kill-port": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/kill-port/-/kill-port-2.0.1.tgz", - "integrity": "sha512-e0SVOV5jFo0mx8r7bS29maVWp17qGqLBZ5ricNSajON6//kmb7qqqNnml4twNE8Dtj97UQD+gNFOaipS/q1zzQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "get-them-args": "1.3.2", - "shell-exec": "1.0.2" - }, - "bin": { - "kill-port": "cli.js" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "license": "MIT" - }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "license": "MIT" - }, - "node_modules/loose-envify": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz", - "integrity": "sha512-lyuxPGr/Wfhrlem2CL/UcnUc1zcqKAImBDzukY7Y5F/yQiNdko6+fRLevlw1HgMySw7f611UIY408EtxRSoK3Q==", - "license": "MIT", - "dependencies": { - "js-tokens": "^3.0.0 || ^4.0.0" - }, - "bin": { - "loose-envify": "cli.js" - } - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "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/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "license": "MIT", - "dependencies": { - "mime-db": "1.52.0" - }, - "engines": { - "node": ">= 0.6" - } - }, - "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/nanoid": { - "version": "3.3.9", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.9.tgz", - "integrity": "sha512-SppoicMGpZvbF1l3z4x7No3OlIjP7QJvC9XR7AhZr1kL133KHnKPztkKDc+Ir4aJ/1VhTySrtKhrsycmrMQfvg==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "bin": { - "nanoid": "bin/nanoid.cjs" - }, - "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" - } - }, - "node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", - "license": "MIT" - }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/notistack": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/notistack/-/notistack-3.0.2.tgz", - "integrity": "sha512-0R+/arLYbK5Hh7mEfR2adt0tyXJcCC9KkA2hc56FeWik2QN6Bm/S4uW+BjzDARsJth5u06nTjelSw/VSnB1YEA==", - "license": "MIT", - "dependencies": { - "clsx": "^1.1.0", - "goober": "^2.0.33" - }, - "engines": { - "node": ">=12.0.0", - "npm": ">=6.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/notistack" - }, - "peerDependencies": { - "react": "^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/notistack/node_modules/clsx": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-1.2.1.tgz", - "integrity": "sha512-EcR6r5a8bj6pu3ycsa/E/cKVGuTgZJZdsyUYHOksG/UHIiKfjxzRxYJpyVBwYaQeOvghal9fcc4PidlgzugAQg==", - "license": "MIT", - "engines": { - "node": ">=6" - } - }, - "node_modules/object-assign": { - "version": "4.1.1", - "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/parent-module": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", - "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", - "license": "MIT", - "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "license": "MIT" - }, - "node_modules/path-type": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", - "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "license": "MIT", - "engines": { - "node": ">=8" - } - }, - "node_modules/picocolors": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", - "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", - "license": "ISC" - }, - "node_modules/postcss": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", - "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "nanoid": "^3.3.8", - "picocolors": "^1.1.1", - "source-map-js": "^1.2.1" - }, - "engines": { - "node": "^10 || ^12 || >=14" - } - }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", - "license": "MIT" - }, - "node_modules/prop-types": { - "version": "15.8.1", - "resolved": "https://registry.npmjs.org/prop-types/-/prop-types-15.8.1.tgz", - "integrity": "sha512-oj87CgZICdulUohogVAR7AjlC0327U4el4L6eAvOqCeudMDVU0NThNaV+b9Df4dXgSP1gXMTnPdhfe/2qDH5cg==", - "license": "MIT", - "dependencies": { - "loose-envify": "^1.4.0", - "object-assign": "^4.1.1", - "react-is": "^16.13.1" - } - }, - "node_modules/prop-types/node_modules/react-is": { - "version": "16.13.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-16.13.1.tgz", - "integrity": "sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==", - "license": "MIT" - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" - }, - "node_modules/react": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react/-/react-19.0.0.tgz", - "integrity": "sha512-V8AVnmPIICiWpGfm6GLzCR/W5FXLchHop40W4nXBmdlEceh16rCN8O8LNWm5bh5XUX91fh7KpA+W0TgMKmgTpQ==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-dom": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react-dom/-/react-dom-19.0.0.tgz", - "integrity": "sha512-4GV5sHFG0e/0AD4X+ySy6UJd3jVl1iNsNHdpad0qhABJ11twS3TTBnseqsKurKcsNqCEFeGL3uLpVChpIO3QfQ==", - "license": "MIT", - "dependencies": { - "scheduler": "^0.25.0" - }, - "peerDependencies": { - "react": "^19.0.0" - } - }, - "node_modules/react-is": { - "version": "19.0.0", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-19.0.0.tgz", - "integrity": "sha512-H91OHcwjZsbq3ClIDHMzBShc1rotbfACdWENsmEf0IFvZ3FgGPtdHMcsv45bQ1hAbgdfiA8SnxTKfDS+x/8m2g==", - "license": "MIT" - }, - "node_modules/react-refresh": { - "version": "0.14.2", - "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.2.tgz", - "integrity": "sha512-jCvmsr+1IUSMUyzOkRcvnVbX3ZYC6g9TDrDbFuFmRDq7PD4yaGbLKNQL6k2jnArV8hjYxh7hVhAZB6s9HDGpZA==", - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/react-router": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/react-router/-/react-router-7.3.0.tgz", - "integrity": "sha512-466f2W7HIWaNXTKM5nHTqNxLrHTyXybm7R0eBlVSt0k/u55tTCDO194OIx/NrYD4TS5SXKTNekXfT37kMKUjgw==", - "license": "MIT", - "dependencies": { - "@types/cookie": "^0.6.0", - "cookie": "^1.0.1", - "set-cookie-parser": "^2.6.0", - "turbo-stream": "2.4.0" - }, - "engines": { - "node": ">=20.0.0" - }, - "peerDependencies": { - "react": ">=18", - "react-dom": ">=18" - }, - "peerDependenciesMeta": { - "react-dom": { - "optional": true - } - } - }, - "node_modules/react-router-dom": { - "version": "7.3.0", - "resolved": "https://registry.npmjs.org/react-router-dom/-/react-router-dom-7.3.0.tgz", - "integrity": "sha512-z7Q5FTiHGgQfEurX/FBinkOXhWREJIAB2RiU24lvcBa82PxUpwqvs/PAXb9lJyPjTs2jrl6UkLvCZVGJPeNuuQ==", - "license": "MIT", - "dependencies": { - "react-router": "7.3.0" - }, - "engines": { - "node": ">=20.0.0" - }, - "peerDependencies": { - "react": ">=18", - "react-dom": ">=18" - } - }, - "node_modules/react-smooth": { - "version": "4.0.4", - "resolved": "https://registry.npmjs.org/react-smooth/-/react-smooth-4.0.4.tgz", - "integrity": "sha512-gnGKTpYwqL0Iii09gHobNolvX4Kiq4PKx6eWBCYYix+8cdw+cGo3do906l1NBPKkSWx1DghC1dlWG9L2uGd61Q==", - "license": "MIT", - "dependencies": { - "fast-equals": "^5.0.1", - "prop-types": "^15.8.1", - "react-transition-group": "^4.4.5" - }, - "peerDependencies": { - "react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/react-transition-group": { - "version": "4.4.5", - "resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-4.4.5.tgz", - "integrity": "sha512-pZcd1MCJoiKiBR2NRxeCRg13uCXbydPnmB4EOeRrY7480qNWO8IIgQG6zlDkm6uRMsURXPuKq0GWtiM59a5Q6g==", - "license": "BSD-3-Clause", - "dependencies": { - "@babel/runtime": "^7.5.5", - "dom-helpers": "^5.0.1", - "loose-envify": "^1.4.0", - "prop-types": "^15.6.2" - }, - "peerDependencies": { - "react": ">=16.6.0", - "react-dom": ">=16.6.0" - } - }, - "node_modules/recharts": { - "version": "2.15.1", - "resolved": "https://registry.npmjs.org/recharts/-/recharts-2.15.1.tgz", - "integrity": "sha512-v8PUTUlyiDe56qUj82w/EDVuzEFXwEHp9/xOowGAZwfLjB9uAy3GllQVIYMWF6nU+qibx85WF75zD7AjqoT54Q==", - "license": "MIT", - "dependencies": { - "clsx": "^2.0.0", - "eventemitter3": "^4.0.1", - "lodash": "^4.17.21", - "react-is": "^18.3.1", - "react-smooth": "^4.0.4", - "recharts-scale": "^0.4.4", - "tiny-invariant": "^1.3.1", - "victory-vendor": "^36.6.8" - }, - "engines": { - "node": ">=14" - }, - "peerDependencies": { - "react": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0", - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0" - } - }, - "node_modules/recharts-scale": { - "version": "0.4.5", - "resolved": "https://registry.npmjs.org/recharts-scale/-/recharts-scale-0.4.5.tgz", - "integrity": "sha512-kivNFO+0OcUNu7jQquLXAxz1FIwZj8nrj+YkOKc5694NbjCvcT6aSZiIzNzd2Kul4o4rTto8QVR9lMNtxD4G1w==", - "license": "MIT", - "dependencies": { - "decimal.js-light": "^2.4.1" - } - }, - "node_modules/recharts/node_modules/react-is": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "license": "MIT" - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "license": "MIT" - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.10", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", - "integrity": "sha512-NPRy+/ncIMeDlTAsuqwKIiferiawhefFJtkNSW0qZJEqMEb+qBt/77B/jGeeek+F0uOeN05CDa6HXbbIgtVX4w==", - "license": "MIT", - "dependencies": { - "is-core-module": "^2.16.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/rollup": { - "version": "4.35.0", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.35.0.tgz", - "integrity": "sha512-kg6oI4g+vc41vePJyO6dHt/yl0Rz3Thv0kJeVQ3D1kS3E5XSuKbPc29G4IpT/Kv1KQwgHVcN+HtyS+HYLNSvQg==", - "license": "MIT", - "dependencies": { - "@types/estree": "1.0.6" - }, - "bin": { - "rollup": "dist/bin/rollup" - }, - "engines": { - "node": ">=18.0.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "@rollup/rollup-android-arm-eabi": "4.35.0", - "@rollup/rollup-android-arm64": "4.35.0", - "@rollup/rollup-darwin-arm64": "4.35.0", - "@rollup/rollup-darwin-x64": "4.35.0", - "@rollup/rollup-freebsd-arm64": "4.35.0", - "@rollup/rollup-freebsd-x64": "4.35.0", - "@rollup/rollup-linux-arm-gnueabihf": "4.35.0", - "@rollup/rollup-linux-arm-musleabihf": "4.35.0", - "@rollup/rollup-linux-arm64-gnu": "4.35.0", - "@rollup/rollup-linux-arm64-musl": "4.35.0", - "@rollup/rollup-linux-loongarch64-gnu": "4.35.0", - "@rollup/rollup-linux-powerpc64le-gnu": "4.35.0", - "@rollup/rollup-linux-riscv64-gnu": "4.35.0", - "@rollup/rollup-linux-s390x-gnu": "4.35.0", - "@rollup/rollup-linux-x64-gnu": "4.35.0", - "@rollup/rollup-linux-x64-musl": "4.35.0", - "@rollup/rollup-win32-arm64-msvc": "4.35.0", - "@rollup/rollup-win32-ia32-msvc": "4.35.0", - "@rollup/rollup-win32-x64-msvc": "4.35.0", - "fsevents": "~2.3.2" - } - }, - "node_modules/rxjs": { - "version": "7.8.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", - "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", - "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "node_modules/scheduler": { - "version": "0.25.0", - "resolved": "https://registry.npmjs.org/scheduler/-/scheduler-0.25.0.tgz", - "integrity": "sha512-xFVuu11jh+xcO7JOAGJNOXld8/TcEHK/4CituBUeUb5hqxJLj9YuemAEuvm9gQ/+pgXYfbQuqAkiYu+u7YEsNA==", - "license": "MIT" - }, - "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/set-cookie-parser": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/set-cookie-parser/-/set-cookie-parser-2.7.1.tgz", - "integrity": "sha512-IOc8uWeOZgnb3ptbCURJWNjWUPcO3ZnTTdzsurqERrP6nPyv+paC55vJM0LpOlT2ne+Ix+9+CRG1MNLlyZ4GjQ==", - "license": "MIT" - }, - "node_modules/shell-exec": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/shell-exec/-/shell-exec-1.0.2.tgz", - "integrity": "sha512-jyVd+kU2X+mWKMmGhx4fpWbPsjvD53k9ivqetutVW/BQ+WIZoDoP4d8vUMGezV6saZsiNoW2f9GIhg9Dondohg==", - "dev": true, - "license": "MIT" - }, - "node_modules/shell-quote": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", - "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/socket.io-client": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz", - "integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==", - "license": "MIT", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.2", - "engine.io-client": "~6.6.1", - "socket.io-parser": "~4.2.4" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-client/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io-parser": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", - "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", - "license": "MIT", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-js": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", - "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/stylis": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/stylis/-/stylis-4.2.0.tgz", - "integrity": "sha512-Orov6g6BB1sDfYgzWfTHDOxamtX1bE/zo104Dh9e6fqJ3PooipYyfJ0pUmrZO2wAvO8YbEyeFrkV91XTsGMSrw==", - "license": "MIT" - }, - "node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/tiny-invariant": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.3.3.tgz", - "integrity": "sha512-+FbBPE1o9QAYvviau/qC5SE3caw21q3xkvWKBtja5vgqOWIHHJ3ioaq1VPfn/Szqctz2bU/oYeKd9/z5BL+PVg==", - "license": "MIT" - }, - "node_modules/tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true, - "license": "MIT", - "bin": { - "tree-kill": "cli.js" - } - }, - "node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "license": "0BSD" - }, - "node_modules/turbo-stream": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/turbo-stream/-/turbo-stream-2.4.0.tgz", - "integrity": "sha512-FHncC10WpBd2eOmGwpmQsWLDoK4cqsA/UT/GqNoaKOQnT8uzhtCbg3EoUDMvqpOSAI0S26mr0rkjzbOO6S3v1g==", - "license": "ISC" - }, - "node_modules/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/victory-vendor": { - "version": "36.9.2", - "resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-36.9.2.tgz", - "integrity": "sha512-PnpQQMuxlwYdocC8fIJqVXvkeViHYzotI+NJrCuav0ZYFoq912ZHBk3mCeuj+5/VpodOjPe1z0Fk2ihgzlXqjQ==", - "license": "MIT AND ISC", - "dependencies": { - "@types/d3-array": "^3.0.3", - "@types/d3-ease": "^3.0.0", - "@types/d3-interpolate": "^3.0.1", - "@types/d3-scale": "^4.0.2", - "@types/d3-shape": "^3.1.0", - "@types/d3-time": "^3.0.0", - "@types/d3-timer": "^3.0.0", - "d3-array": "^3.1.6", - "d3-ease": "^3.0.1", - "d3-interpolate": "^3.0.1", - "d3-scale": "^4.0.2", - "d3-shape": "^3.1.0", - "d3-time": "^3.0.0", - "d3-timer": "^3.0.1" - } - }, - "node_modules/vite": { - "version": "6.2.2", - "resolved": "https://registry.npmjs.org/vite/-/vite-6.2.2.tgz", - "integrity": "sha512-yW7PeMM+LkDzc7CgJuRLMW2Jz0FxMOsVJ8Lv3gpgW9WLcb9cTW+121UEr1hvmfR7w3SegR5ItvYyzVz1vxNJgQ==", - "license": "MIT", - "dependencies": { - "esbuild": "^0.25.0", - "postcss": "^8.5.3", - "rollup": "^4.30.1" - }, - "bin": { - "vite": "bin/vite.js" - }, - "engines": { - "node": "^18.0.0 || ^20.0.0 || >=22.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.3" - }, - "peerDependencies": { - "@types/node": "^18.0.0 || ^20.0.0 || >=22.0.0", - "jiti": ">=1.21.0", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "sass-embedded": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.16.0", - "tsx": "^4.8.1", - "yaml": "^2.4.2" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "jiti": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "sass-embedded": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "terser": { - "optional": true - }, - "tsx": { - "optional": true - }, - "yaml": { - "optional": true - } - } - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/xmlhttprequest-ssl": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz", - "integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "license": "ISC" - }, - "node_modules/yaml": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.0.tgz", - "integrity": "sha512-+hSoy/QHluxmC9kCIJyL/uyFmLmc+e5CFR5Wa+bpIhIj85LVb9ZH2nVnqrHoSvKogwODv0ClqZkmiSSaIH5LTA==", - "license": "ISC", - "optional": true, - "peer": true, - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" - } - }, - "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=12" - } - } - } -} diff --git a/frontend/package.json b/frontend/package.json deleted file mode 100644 index ddd847d60..000000000 --- a/frontend/package.json +++ /dev/null @@ -1,46 +0,0 @@ -{ - "name": "pulse-frontend", - "version": "1.6.4", - "private": true, - "main": "index.js", - "type": "module", - "engines": { - "node": ">=20.0.0" - }, - "scripts": { - "dev": "vite --port 3000", - "build": "vite build", - "preview": "vite preview" - }, - "keywords": [], - "author": "", - "license": "ISC", - "description": "", - "dependencies": { - "@babel/helpers": "^7.26.10", - "@babel/runtime": "^7.26.10", - "@dnd-kit/core": "^6.3.1", - "@dnd-kit/sortable": "^10.0.0", - "@dnd-kit/utilities": "^3.2.2", - "@emotion/react": "^11.14.0", - "@emotion/styled": "^11.14.0", - "@mui/icons-material": "^6.4.6", - "@mui/material": "^6.4.6", - "@mui/x-tree-view": "^7.26.0", - "@types/react-dom": "^19.0.4", - "@vitejs/plugin-react": "^4.2.1", - "autoprefixer": "^10.4.19", - "axios": "^1.8.3", - "notistack": "^3.0.2", - "react": "^19.0.0", - "react-dom": "^19.0.0", - "react-router-dom": "^7.2.0", - "recharts": "^2.15.1", - "socket.io-client": "^4.8.1", - "vite": "^6.2.2" - }, - "devDependencies": { - "concurrently": "^9.1.2", - "kill-port": "^2.0.1" - } -} diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg deleted file mode 100644 index 6cf60144d..000000000 --- a/frontend/public/favicon.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/frontend/public/logos/pulse-logo-1024x1024.png b/frontend/public/logos/pulse-logo-1024x1024.png deleted file mode 100644 index 076a3061e063ab2c4dd346064ae94391b28dbfa1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 172609 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
A$bq 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 diff --git a/frontend/public/logos/pulse-logo-128x128.png b/frontend/public/logos/pulse-logo-128x128.png deleted file mode 100644 index 6eaf270f0a6eeb8b552562f8708af931a596c1c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14441 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 diff --git a/frontend/public/logos/pulse-logo-16x16.png b/frontend/public/logos/pulse-logo-16x16.png deleted file mode 100644 index 53bb658705f5fd473016899f552546efa2e364fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 923 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 TKk{`D@F(|9>20};ap3;|l8g&t diff --git a/frontend/public/logos/pulse-logo-32x32.png b/frontend/public/logos/pulse-logo-32x32.png deleted file mode 100644 index 275e1f55b9fc5a6be0c88977674680bf4aa3ef89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2456 zcmV;J31{|+P)G9 z%sKn)%Ua*(!h9E7;E^d^ko9o`!e)sr+ z8~{w!$AJ$#^2nZH|D(;s;|l)J(V_A8OeIY#Do>y7tp5H~XJv7%$TKHyCmaB>0&a1w z$e&+G+ga)C^jH{8jfU~~knf*cOuJwszDLBs=$e-HmB0M()bZwX06a-LpR#of!+FYSKm% zuMR5@1Asa5jTe%n#^0VC3F2zEfBe|+t~m6(r_Xj)FDw_SN8nn(hyyl_$TQ8zn0n24 z^^i>zu-0QDxWih3==#1bK8A8;MH%a(vfL@)FT1|#6(aM-AG-T<>DGO;}e5O zp$xz?W)FL$^{TMcL&HQsuMoQpl|{$1THPqUAkU$pLsc5cB1-5xOJj`dMSNnVWsTlg*fL_MF;6} z``)NQAS_(Zx?AEkFP#8<(Noovy<9#S*GvF~o?Fa%ho_?Eoip*!a~FGUrz)idr{bKd z>R-?GR{wLucJG`DMn)SH0i@S9Y=3^CzjEbF06_&5i(ILaOq-hFI_9T zM1U$#ij%@Z@2`+R*LL| z?;Q!l2M^XKK%`IotG%o`fcG;e*6ANlJa%870l<0T6Dw_(R=!sx2@5-u;q6;`wqeI5KW_YO}R20wegyK?DTKUJ^*z(#8O zrH`KjTL+S>Pe0z-d;eD=k8vanm;m7N^*r6x3jB$d7u_+PGzurOc*FK9pF4<(Dz-Ko zL;=#lnjgQd(fY)(p{dX(@7!X(@!Nl{EmiPNTH0QzPyYQoho9LN007MoKk}mFbXVll zZjT39_VU$UH}H+#G7==SyTbY%Q&GbhP&cchL z<4qG04WRw4O9%)^LSt$Hd6k@NZI?cEy1l$}+O1Vt-mpu#!`F5m&u?-pKR-*Z{K3R< zI2nh`)hLO8{S!fa`()I3*LaXLYR1R*v0Ty3w77gd>%Md~>s(mscdHFojeNCh7fYsZ zKRb8u@=o4OFD4JpJ>Rkt&W$GC-OZRi0z*k&m+i!$p_*X;Xs2R#B&1eWtJb{T$BQV- z?>_VWBkONuz3J8L=$D@J!?Eb|fsfA)*Zrg(vDvxiRNa7f6qcRvtWa6+7X8BFm-%Y{ ziIYD*R^E*BwwKd;=gy44%EKX>k3=<2VxLVI@ZkKq11^B%rIR!hmloQyqED3`elb6H zc=@gRe_H|DLcadDNR!6<2)L8L`#m-jOtt|4BHXd6OQig7g}$ii#{7xL?(4ske*X)s WH4!&VD9Awo00007iMM&DjrC;Iv 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≻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 V*$7#%T%P~{002ovPDHLkV1nrZsw@Bi diff --git a/frontend/public/logos/pulse-logo-with-text-200x60.png b/frontend/public/logos/pulse-logo-with-text-200x60.png deleted file mode 100644 index e4e4ab96e724fc0c2f0a552dd2732c072e3e4a03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6538 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 diff --git a/frontend/public/logos/pulse-logo-with-text-400x120.png b/frontend/public/logos/pulse-logo-with-text-400x120.png deleted file mode 100644 index dc1b38296068e8ad9866cc4d919655f856b7f2c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15441 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 diff --git a/frontend/public/logos/pulse-logo-with-text-800x240.png b/frontend/public/logos/pulse-logo-with-text-800x240.png deleted file mode 100644 index 2254b1aae7bc45f7a9b5ce0065627d26a20884c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35501 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 N;OXk;vd$@?2>`V#Q5gUL diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx deleted file mode 100644 index 6abd8121b..000000000 --- a/frontend/src/App.jsx +++ /dev/null @@ -1,428 +0,0 @@ -import React, { useState, useEffect, Suspense, lazy } from 'react'; -import { - Container, - Box, - Typography, - AppBar, - Toolbar, - Paper, - IconButton, - Tooltip, - alpha, - Button, - Link, - Chip, - Alert, - Menu, - MenuItem, - ListItemIcon, - ListItemText, - Switch, - Divider -} from '@mui/material'; -import { useTheme } from '@mui/material/styles'; -import Brightness4Icon from '@mui/icons-material/Brightness4'; -import Brightness7Icon from '@mui/icons-material/Brightness7'; -import GitHubIcon from '@mui/icons-material/GitHub'; -import SettingsIcon from '@mui/icons-material/Settings'; -import NetworkDisplay from './components/NetworkDisplay'; -import { AppThemeProvider, useThemeContext } from './context/ThemeContext'; -import { SearchProvider } from './context/SearchContext'; -import { UserSettingsProvider, useUserSettings } from './context/UserSettingsContext'; -import SearchField from './components/SearchField'; -import NodeSelect from './components/NodeSelect'; -import useSocket from './hooks/useSocket'; -import { VERSION } from './utils/version'; -import { AnimatedLogoWithText } from './components/network/UIComponents'; -import { initializeStorage } from './utils/storageUtils'; -import { SnackbarProvider } from 'notistack'; -import PlayArrowIcon from '@mui/icons-material/PlayArrow'; - -function AppContent() { - // Check if we're in development mode - const isDevelopment = import.meta.env.DEV; - - // Initialize local storage with default values if needed - useEffect(() => { - initializeStorage(); - }, []); - - // Initialize storage based on environment - useEffect(() => { - // Check environment variables to decide if mock data should be enabled - const envUseMockData = import.meta.env.VITE_USE_MOCK_DATA === 'true'; - const envMockDataEnabled = import.meta.env.VITE_MOCK_DATA_ENABLED === 'true'; - - console.log(`Environment variables: USE_MOCK_DATA=${envUseMockData}, MOCK_DATA_ENABLED=${envMockDataEnabled}`); - - // Only use server-side mock data implementation - if (isDevelopment) { - if (envUseMockData || envMockDataEnabled) { - console.log('Setting server-side mock data flags based on environment variables'); - localStorage.setItem('use_mock_data', 'true'); - localStorage.setItem('MOCK_DATA_ENABLED', 'true'); - - // Clean up any client-side mock data settings - localStorage.removeItem('mock_enabled'); - localStorage.removeItem('MOCK_SERVER_URL'); - localStorage.removeItem('MOCK_DATA'); - - // Ensure we're not setting window globals for client-side mocking - if (window.MOCK_DATA) { - delete window.MOCK_DATA; - } - } else { - console.log('Disabling mock data flags based on environment variables'); - localStorage.removeItem('use_mock_data'); - localStorage.removeItem('MOCK_DATA_ENABLED'); - localStorage.removeItem('mock_enabled'); - localStorage.removeItem('MOCK_SERVER_URL'); - localStorage.removeItem('MOCK_DATA'); - } - } else { - // In production, always ensure mock data is disabled - if (localStorage.getItem('use_mock_data') === 'true' || localStorage.getItem('MOCK_DATA_ENABLED') === 'true') { - console.log('Resetting mock data flags to match production environment'); - localStorage.removeItem('use_mock_data'); - localStorage.removeItem('MOCK_DATA_ENABLED'); - localStorage.removeItem('mock_enabled'); - localStorage.removeItem('MOCK_SERVER_URL'); - localStorage.removeItem('MOCK_DATA'); - } - } - }, [isDevelopment]); - - const theme = useTheme(); - const { status, connected, isMockData } = useSocket(); - - // Get theme context functions - const { darkMode, toggleDarkMode, showOnlyRunning, toggleShowOnlyRunning } = useUserSettings(); - - // State for node selection - const [selectedNode, setSelectedNode] = useState('all'); - - // Listen for node change events from other components - useEffect(() => { - const handleNodeChange = (event) => { - if (event.detail && event.detail.node) { - setSelectedNode(event.detail.node); - } - }; - - window.addEventListener('nodeChange', handleNodeChange); - - return () => { - window.removeEventListener('nodeChange', handleNodeChange); - }; - }, []); - - // State for settings menu - const [settingsAnchorEl, setSettingsAnchorEl] = useState(null); - const isSettingsMenuOpen = Boolean(settingsAnchorEl); - - // Settings menu handlers - const handleSettingsClick = (event) => { - setSettingsAnchorEl(event.currentTarget); - }; - - const handleSettingsClose = () => { - setSettingsAnchorEl(null); - }; - - // Check if mock data is enabled - using both localStorage values and socket status - const isMockDataEnabled = isMockData || - localStorage.getItem('use_mock_data') === 'true' || - localStorage.getItem('MOCK_DATA_ENABLED') === 'true' || - import.meta.env.VITE_FORCE_MOCK_DATA === 'true'; - - // Generate content based on connection status - return ( - - {/* DEMO MODE Banner - Only visible when mock data is enabled */} - {(isMockDataEnabled) && ( - - Demo Mode - Running with simulated data - - )} - - - - - - {/* VERSION tag */} - - - - {/* Right-aligned actions */} - - {/* Search field */} - - - {/* Node selection button */} - - - {/* Column Visibility Button - Add reference to NetworkDisplay to access this */} - - {/* This Box will be populated by NetworkDisplay with the column visibility button */} - - - {/* GitHub link */} - - - - - - - {/* Settings menu */} - - - - - - - - - - {darkMode ? : } - - - {darkMode ? "Switch to Light Mode" : "Switch to Dark Mode"} - - { - e.stopPropagation(); - toggleDarkMode(); - }} - /> - - - - - {/* Show only running guests toggle */} - - - - - - { - e.stopPropagation(); - toggleShowOnlyRunning(); - }} - color="primary" - /> - - - - - - - { - if (e.target === e.currentTarget) { - document.activeElement?.blur(); - } - }} - > - - {/* Network Display Component - pass the selected node as a prop */} - - - - - - - Pulse © {new Date().getFullYear()} - - - - ); -} - -function App() { - useEffect(() => { - // Sync important environment variables to localStorage - if (import.meta.env.VITE_MOCK_CLUSTER_ENABLED !== undefined) { - localStorage.setItem('MOCK_CLUSTER_ENABLED', import.meta.env.VITE_MOCK_CLUSTER_ENABLED); - } - if (import.meta.env.VITE_MOCK_DATA_ENABLED !== undefined) { - localStorage.setItem('MOCK_DATA_ENABLED', import.meta.env.VITE_MOCK_DATA_ENABLED); - } - if (import.meta.env.VITE_PROXMOX_AUTO_DETECT_CLUSTER !== undefined) { - localStorage.setItem('PROXMOX_AUTO_DETECT_CLUSTER', import.meta.env.VITE_PROXMOX_AUTO_DETECT_CLUSTER); - } - - // Check for cluster status from server directly when application loads - fetch('/api/cluster/status') - .then(response => response.json()) - .then(data => { - const hasCluster = data?.hasCluster || false; - console.log('Initial cluster status check:', { hasCluster, data }); - - // Update localStorage based on actual server detection - localStorage.setItem('CLUSTER_DETECTED', hasCluster ? 'true' : 'false'); - - // If this is a non-cluster environment, force remove column visibility setting - // This ensures the HA column is hidden - if (!hasCluster) { - // Clear the column visibility to reset to defaults - localStorage.removeItem('network_display_column_visibility'); - - // Set an explicit column visibility object with role hidden - const defaultVisibility = { - name: { id: 'name', label: 'Name', visible: true }, - status: { id: 'status', label: 'Status', visible: true }, - node: { id: 'node', label: 'Node', visible: false }, - role: { id: 'role', label: 'HA Status', visible: false }, - type: { id: 'type', label: 'Type', visible: true }, - id: { id: 'id', label: 'ID', visible: true }, - cpu: { id: 'cpu', label: 'CPU', visible: true }, - memory: { id: 'memory', label: 'Memory', visible: true }, - disk: { id: 'disk', label: 'Disk', visible: true }, - download: { id: 'download', label: 'Download', visible: true }, - upload: { id: 'upload', label: 'Upload', visible: true }, - uptime: { id: 'uptime', label: 'Uptime', visible: true } - }; - - // Save this explicit setting to localStorage - localStorage.setItem('network_display_column_visibility', JSON.stringify(defaultVisibility)); - console.log('Non-cluster environment detected, forced HA Status column to hide'); - } - - // Store current status for future comparison - localStorage.setItem('previous_cluster_status', hasCluster ? 'true' : 'false'); - }) - .catch(error => { - console.warn('Unable to check cluster status on load:', error); - // Default to no cluster if server check fails - localStorage.setItem('CLUSTER_DETECTED', 'false'); - }); - }, []); - - return ( - - - - - - - - - - ); -} - -export default App; \ No newline at end of file diff --git a/frontend/src/components/ErrorBoundary.jsx b/frontend/src/components/ErrorBoundary.jsx deleted file mode 100644 index 65794c1ec..000000000 --- a/frontend/src/components/ErrorBoundary.jsx +++ /dev/null @@ -1,59 +0,0 @@ -import React from 'react'; -import { Box, Typography, Button } from '@mui/material'; - -class ErrorBoundary extends React.Component { - constructor(props) { - super(props); - this.state = { hasError: false, error: null, errorInfo: null }; - } - - static getDerivedStateFromError(error) { - // Update state so the next render will show the fallback UI - return { hasError: true, error }; - } - - componentDidCatch(error, errorInfo) { - // Log the error to the console - console.error('Error caught by ErrorBoundary:', error, errorInfo); - this.setState({ errorInfo }); - } - - render() { - if (this.state.hasError) { - // Render fallback UI - return ( - - - Something went wrong - - - {this.state.error?.message || 'An unknown error occurred'} - - - Try refreshing the page or check the console for more details. - - - - ); - } - - // If there's no error, render the children - return this.props.children; - } -} - -export default ErrorBoundary; \ No newline at end of file diff --git a/frontend/src/components/NetworkDisplay.jsx b/frontend/src/components/NetworkDisplay.jsx deleted file mode 100644 index 2d47b7e04..000000000 --- a/frontend/src/components/NetworkDisplay.jsx +++ /dev/null @@ -1,2 +0,0 @@ -import NetworkDisplay from './network/NetworkDisplay'; -export default NetworkDisplay; diff --git a/frontend/src/components/NodeSelect.jsx b/frontend/src/components/NodeSelect.jsx deleted file mode 100644 index 14294c7b4..000000000 --- a/frontend/src/components/NodeSelect.jsx +++ /dev/null @@ -1,184 +0,0 @@ -import React, { useState, useEffect, useMemo } from 'react'; -import { - Button, - Menu, - MenuItem, - ListItemIcon, - ListItemText, - Box, - Typography, - Tooltip -} from '@mui/material'; -import ComputerIcon from '@mui/icons-material/Computer'; -import ViewListIcon from '@mui/icons-material/ViewList'; -import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; -import CheckIcon from '@mui/icons-material/Check'; -import useSocket from '../hooks/useSocket'; - -const NodeSelect = ({ selectedNode = 'all', setSelectedNode }) => { - const [nodeMenuAnchorEl, setNodeMenuAnchorEl] = useState(null); - const openNodeMenu = Boolean(nodeMenuAnchorEl); - - // Get node data from socket connection - const { nodeData, guestData } = useSocket(); - - // Prepare available nodes for dropdown - const availableNodes = useMemo(() => { - // Start with the "All Nodes" option - const nodes = [ - { id: 'all', name: 'All Nodes', count: 0 } - ]; - - // Add actual nodes if they exist - if (nodeData && nodeData.length > 0) { - // Add real nodes from the API - nodeData.forEach(node => { - nodes.push({ - id: node.id, - name: node.name || node.id, - count: 0 - }); - }); - } - // If no node data, try to extract nodes from guest data - else if (guestData && guestData.length > 0) { - // Collect all unique node names from guests - const nodeSet = new Set(); - guestData.forEach(guest => { - if (guest.node) { - nodeSet.add(guest.node); - } - }); - - // Create node objects from the unique node names - Array.from(nodeSet).forEach(nodeName => { - nodes.push({ - id: nodeName, - name: nodeName, - count: 0 - }); - }); - } - - return nodes; - }, [nodeData, guestData]); - - // Handle node menu button click - const handleNodeMenuClick = (event) => { - setNodeMenuAnchorEl(event.currentTarget); - }; - - // Handle node menu close - const handleNodeMenuClose = () => { - setNodeMenuAnchorEl(null); - }; - - // Handle node selection - const handleNodeSelect = (nodeId) => { - setSelectedNode(nodeId); - handleNodeMenuClose(); - }; - - // Get the name of the currently selected node - const selectedNodeName = useMemo(() => { - const node = availableNodes.find(n => n.id === selectedNode); - return node ? node.name : selectedNode; - }, [availableNodes, selectedNode]); - - return ( - <> - - - - - - - - Filter by Node - - - - - {availableNodes.map((node) => ( - handleNodeSelect(node.id)} - sx={{ - py: 1, - borderLeft: selectedNode === node.id ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: selectedNode === node.id ? 1 : 2, - }} - > - - {node.id === 'all' ? ( - - ) : ( - - )} - - - {selectedNode === node.id && ( - - )} - - ))} - - - - ); -}; - -export default NodeSelect; \ No newline at end of file diff --git a/frontend/src/components/SearchField.jsx b/frontend/src/components/SearchField.jsx deleted file mode 100644 index 1395d6460..000000000 --- a/frontend/src/components/SearchField.jsx +++ /dev/null @@ -1,876 +0,0 @@ -import React, { useRef, useEffect, useState } from 'react'; -import { - Box, - InputBase, - IconButton, - Tooltip, - Chip, - alpha, - Paper, - Badge, - Popover, - Typography, - Divider -} from '@mui/material'; -import SearchIcon from '@mui/icons-material/Search'; -import ClearIcon from '@mui/icons-material/Clear'; -import FilterListIcon from '@mui/icons-material/FilterList'; -import InfoOutlinedIcon from '@mui/icons-material/InfoOutlined'; -import AddIcon from '@mui/icons-material/Add'; -import { useSearchContext } from '../context/SearchContext'; -import { useTheme } from '@mui/material/styles'; - -const SearchField = () => { - const theme = useTheme(); - const { - searchTerm, - setSearchTerm, - activeSearchTerms, - addSearchTerm, - removeSearchTerm, - clearSearchTerms, - isSearching, - setIsSearching - } = useSearchContext(); - - const searchInputRef = useRef(null); - - // State for filter bubble popover - const [filterAnchorEl, setFilterAnchorEl] = useState(null); - const openFilters = Boolean(filterAnchorEl); - - // State to track if we added a search prefix that needs cursor positioning - const [addedPrefix, setAddedPrefix] = useState(false); - - // Position cursor after a prefix is added - useEffect(() => { - if (addedPrefix && searchInputRef.current) { - // Small delay to ensure input is updated - setTimeout(() => { - searchInputRef.current.focus(); - searchInputRef.current.setSelectionRange(searchTerm.length, searchTerm.length); - setAddedPrefix(false); - }, 50); - } - }, [addedPrefix, searchTerm]); - - // Handle opening filter bubble - const handleFilterClick = (event) => { - setFilterAnchorEl(event.currentTarget); - }; - - // Handle closing filter bubble - const handleFilterClose = () => { - setFilterAnchorEl(null); - }; - - // Focus the search input when isSearching becomes true - useEffect(() => { - if (isSearching && searchInputRef.current) { - searchInputRef.current.focus(); - } - }, [isSearching]); - - // Handle keyboard shortcuts in search field - useEffect(() => { - const handleKeyDown = (e) => { - // Only handle events when the search input is focused - if (e.target === searchInputRef.current) { - console.log('SearchField keydown event:', e.key, 'Current searchTerm:', searchTerm); - - // Handle Escape key to clear all filters - if (e.key === 'Escape') { - e.preventDefault(); - setSearchTerm(''); - clearSearchTerms(); - setIsSearching(false); - searchInputRef.current.blur(); - } - - // Handle Backspace key to remove last filter when input is empty - if (e.key === 'Backspace' && !searchTerm && activeSearchTerms.length > 0) { - e.preventDefault(); - // Remove the last filter that was added - const lastTerm = activeSearchTerms[activeSearchTerms.length - 1]; - removeSearchTerm(lastTerm); - } - } - }; - - window.addEventListener('keydown', handleKeyDown); - return () => { - window.removeEventListener('keydown', handleKeyDown); - }; - }, [setSearchTerm, clearSearchTerms, setIsSearching, searchTerm, activeSearchTerms, removeSearchTerm]); - - // Handle search submission - const handleSearchSubmit = (e) => { - e.preventDefault(); - if (searchTerm.trim()) { - addSearchTerm(searchTerm.trim()); - setSearchTerm(''); - } - }; - - // Handle example filter click - const handleExampleClick = (filterTerm) => { - addSearchTerm(filterTerm); - setFilterAnchorEl(null); // Close the popover after adding - }; - - // Categorize search terms into different types - const categorizeSearchTerms = () => { - const categories = { - status: [], - type: [], - node: [], - role: [], - other: [] - }; - - activeSearchTerms.forEach(term => { - if (term.startsWith('status:')) { - categories.status.push(term); - } else if (term.startsWith('type:')) { - categories.type.push(term); - } else if (term.startsWith('node:')) { - categories.node.push(term); - } else if (term.startsWith('role:')) { - categories.role.push(term); - } else { - categories.other.push(term); - } - }); - - return categories; - }; - - const filteredCategories = categorizeSearchTerms(); - const hasActiveFilters = activeSearchTerms.length > 0; - - // Custom chip style for example filters - const exampleChipStyle = { - fontSize: '0.75rem', - height: 24, - mr: 0.75, - mb: 0.75, - borderStyle: 'dashed', - borderWidth: '1px', - cursor: 'pointer', - '&:hover': { - opacity: 0.8, - boxShadow: `0 0 0 1px ${alpha(theme.palette.primary.main, 0.3)}` - } - }; - - return ( - - {/* Search input */} - - - - - - - - { - // Log the current input value - console.log('Search input onChange:', e.target.value, 'Previous value:', searchTerm); - - // Directly set the search term to the current input value - // This should ensure the value is properly updated - setSearchTerm(e.target.value); - }} - onFocus={() => setIsSearching(true)} - onBlur={() => { - // Only set isSearching to false if there's no search term - if (!searchTerm) { - setIsSearching(false); - } - }} - inputRef={searchInputRef} - sx={{ - color: 'inherit', - flex: 1, - '& .MuiInputBase-input': { - p: '4px 0', - width: '100%', - fontSize: '0.875rem', - }, - }} - endAdornment={ - searchTerm ? ( - { - setSearchTerm(''); - // Focus the input after clearing - searchInputRef.current?.focus(); - }} - sx={{ - p: 0.5, - color: 'inherit', - opacity: 0.7, - '&:hover': { - opacity: 1, - } - }} - > - - - ) : null - } - /> - - - {/* Filter bubble button - always shown */} - - 0) ? 'primary.main' : 'inherit', - opacity: openFilters ? 1 : 0.7, - '&:hover': { - opacity: 1, - } - }} - > - - - - - - - {/* Filter popover with search terms */} - - - {/* Header */} - - - {hasActiveFilters ? "Active Search Filters" : "Search Help"} - - - {hasActiveFilters ? "These filters are currently applied to your search results." : "Click on any filter example below to apply it."} - - - - {/* Filters section - only show if there are active filters */} - {hasActiveFilters && ( - - {/* Status filters */} - {filteredCategories.status.length > 0 && ( - - - Status Filters: - - - {filteredCategories.status.map((term) => ( - removeSearchTerm(term)} - sx={{ - fontSize: '0.75rem', - height: 24 - }} - /> - ))} - - - )} - - {/* Type filters */} - {filteredCategories.type.length > 0 && ( - - - System Type Filters: - - - {filteredCategories.type.map((term) => ( - removeSearchTerm(term)} - sx={{ - fontSize: '0.75rem', - height: 24 - }} - /> - ))} - - - )} - - {/* Node filters */} - {filteredCategories.node.length > 0 && ( - - - Node Filters: - - - {filteredCategories.node.map((term) => ( - removeSearchTerm(term)} - sx={{ - fontSize: '0.75rem', - height: 24 - }} - /> - ))} - - - )} - - {/* Role filters */} - {filteredCategories.role.length > 0 && ( - - - Role Filters: - - - {filteredCategories.role.map((term) => ( - removeSearchTerm(term)} - sx={{ - fontSize: '0.75rem', - height: 24 - }} - /> - ))} - - - )} - - {/* Text search terms */} - {filteredCategories.other.length > 0 && ( - - - Text Search: - - - {filteredCategories.other.map((term) => ( - removeSearchTerm(term)} - sx={{ - fontSize: '0.75rem', - height: 24 - }} - /> - ))} - - - )} - - {/* Clear all button */} - {activeSearchTerms.length > 1 && ( - - - - )} - - )} - - {/* Search tips - always visible */} - {!hasActiveFilters ? ( - - - Use filters to quickly find the exact systems you're looking for. Combine multiple filters for more specific results. - - - {/* Filter by status examples */} - - - Filter by system status: - - - } - onClick={() => handleExampleClick("status:running")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("status:stopped")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("status:paused")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("status:suspended")} - sx={exampleChipStyle} - /> - - - - {/* Filter by type examples */} - - - Filter by system type: - - - } - onClick={() => handleExampleClick("type:vm")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("type:ct")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("type:qemu")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("type:lxc")} - sx={exampleChipStyle} - /> - - - - {/* Filter by node examples */} - - - Filter by node location: - - - } - onClick={() => { - setSearchTerm("node:"); - setAddedPrefix(true); - setFilterAnchorEl(null); - }} - sx={exampleChipStyle} - /> - - - - {/* Filter by role examples */} - - - Filter by HA status: - - - } - onClick={() => { - setSearchTerm("role:"); - setAddedPrefix(true); - setFilterAnchorEl(null); - }} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role:primary")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role:secondary")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role:migrating")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role:error")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role:fence")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role:recovery")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role:-")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("role")} - sx={{ - ...exampleChipStyle, - border: `1px dashed ${theme.palette.info.main}`, - }} - /> - - - - {/* Filter by resources examples */} - - - Filter by resource usage: - - - } - onClick={() => handleExampleClick("cpu>50")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("cpu<30")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("cpu=50")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("memory>80")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("memory<=25")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("disk>=90")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("network>100")} - sx={exampleChipStyle} - /> - - Supports {'>'}{'<'} {'>='} {'<='} = operators - - - - - {/* OR search examples */} - - - OR search (matches either term): - - - handleExampleClick("web database")} - sx={exampleChipStyle} - /> - handleExampleClick("vm|ct")} - sx={exampleChipStyle} - /> - - Use spaces or | for OR logic - - - - - {/* Text search examples */} - - - Free text search: - - - } - onClick={() => handleExampleClick("web")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("database")} - sx={exampleChipStyle} - /> - } - onClick={() => handleExampleClick("nginx")} - sx={exampleChipStyle} - /> - - - - {/* Common combined searches */} - - - Common combined searches: - - - { - addSearchTerm("status:running"); - addSearchTerm("type:vm"); - setFilterAnchorEl(null); - }} - sx={exampleChipStyle} - /> - { - addSearchTerm("role:primary"); - addSearchTerm("cpu>50"); - setFilterAnchorEl(null); - }} - sx={exampleChipStyle} - /> - - - - - - Tip: Each filter adds AND logic. Add multiple filters for precise results. - - - - ) : ( - - )} - - {/* Power user tip at the bottom */} - - - - - Keyboard Shortcuts - - - - • Press / or Ctrl+F from any screen to focus search
- • Backspace removes the last filter when input is empty
- • ESC clears all active filters and closes search
- • Enter adds your current search term as a filter -
-
-
-
-
- ); -}; - -export default SearchField; \ No newline at end of file diff --git a/frontend/src/components/network/ConnectionErrorDisplay.jsx b/frontend/src/components/network/ConnectionErrorDisplay.jsx deleted file mode 100644 index a9406cb50..000000000 --- a/frontend/src/components/network/ConnectionErrorDisplay.jsx +++ /dev/null @@ -1,134 +0,0 @@ -import React from 'react'; -import { - Card, - CardContent, - Typography, - Box, - IconButton, - useTheme, - alpha -} from '@mui/material'; -import CancelIcon from '@mui/icons-material/Cancel'; -import RefreshIcon from '@mui/icons-material/Refresh'; -import { fadeIn } from '../../constants/networkConstants'; -import { useThemeContext } from '../../context/ThemeContext'; - -const ConnectionErrorDisplay = ({ connectionStatus, error, onReconnect }) => { - const { isDarkMode } = useThemeContext(); - const theme = useTheme(); - let title, message, icon, severity; - - switch (connectionStatus) { - case 'error': - title = 'Connection Error'; - message = error || 'Unable to connect to the server. The server may be offline or unreachable.'; - icon = ; - severity = 'error'; - break; - case 'disconnected': - title = 'Server Disconnected'; - message = 'The connection to the server has been lost. This may happen if the server was stopped or restarted.'; - icon = ; - severity = 'warning'; - break; - default: - title = 'Connection Issue'; - message = 'There is an issue with the connection to the server.'; - icon = ; - severity = 'error'; - } - - // Use theme directly to ensure proper dark mode detection - const mode = theme.palette.mode; - const isDark = mode === 'dark'; - - // Define colors based on theme mode and severity - const bgColor = isDark - ? (severity === 'error' ? 'rgba(244, 67, 54, 0.15)' : 'rgba(255, 193, 7, 0.15)') - : (severity === 'error' ? '#FFF4F4' : '#FFF8E1'); - - const borderColor = isDark - ? (severity === 'error' ? 'rgba(244, 67, 54, 0.3)' : 'rgba(255, 193, 7, 0.3)') - : (severity === 'error' ? '#ffcdd2' : '#ffe082'); - - const textColor = isDark ? theme.palette.text.primary : 'rgba(0, 0, 0, 0.87)'; - const secondaryTextColor = isDark ? theme.palette.text.secondary : 'rgba(0, 0, 0, 0.6)'; - - return ( - - - - {icon} - {title} - - {message} - - Please check that: -
    -
  • The server application is running
  • -
  • Your network connection is working
  • -
  • Any firewalls or security software are not blocking the connection
  • -
  • The Socket.io server is properly configured and running on port 7654
  • -
- - {error && error.includes('Socket.io') && ( - - - Socket.io Connection Issue Detected - - - The application is having trouble connecting to the Socket.io server. This is required for real-time updates. - Try restarting the server with npm run dev. - - - )} -
- {onReconnect && ( - - - - Try Reconnecting - - - )} -
-
- ); -}; - -export default ConnectionErrorDisplay; \ No newline at end of file diff --git a/frontend/src/components/network/DraggableColumnHeader.jsx b/frontend/src/components/network/DraggableColumnHeader.jsx deleted file mode 100644 index 34b1c60e6..000000000 --- a/frontend/src/components/network/DraggableColumnHeader.jsx +++ /dev/null @@ -1,72 +0,0 @@ -import React from 'react'; -import { useSortable } from '@dnd-kit/sortable'; -import { CSS } from '@dnd-kit/utilities'; -import { TableCell, TableSortLabel, Tooltip } from '@mui/material'; -import DragIndicatorIcon from '@mui/icons-material/DragIndicator'; - -const DraggableColumnHeader = ({ - id, - label, - width, - minWidth, - sortConfig, - requestSort, - isDragging, -}) => { - const { - attributes, - listeners, - setNodeRef, - transform, - transition, - } = useSortable({ id }); - - const style = { - transform: CSS.Transform.toString(transform), - transition, - width: width || 'auto', - minWidth: minWidth || 'auto', - opacity: isDragging ? 0.5 : 1, - backgroundColor: isDragging ? 'rgba(0, 0, 0, 0.05)' : 'inherit', - }; - - // Helper function to get sort direction - const getSortDirection = (key) => { - if (!sortConfig || !key) return 'asc'; - return sortConfig.key === key ? sortConfig.direction : 'asc'; - }; - - return ( - -
- - - - - - requestSort(id)} - > - {label || id} - -
-
- ); -}; - -export default DraggableColumnHeader; \ No newline at end of file diff --git a/frontend/src/components/network/MetricsDebugPanel.jsx b/frontend/src/components/network/MetricsDebugPanel.jsx deleted file mode 100644 index cde600ac2..000000000 --- a/frontend/src/components/network/MetricsDebugPanel.jsx +++ /dev/null @@ -1,277 +0,0 @@ -import React, { useState, useEffect } from 'react'; -import { - Box, - Typography, - Paper, - Accordion, - AccordionSummary, - AccordionDetails, - Table, - TableBody, - TableCell, - TableContainer, - TableHead, - TableRow, - IconButton, - Tooltip -} from '@mui/material'; -import ExpandMoreIcon from '@mui/icons-material/ExpandMore'; -import RefreshIcon from '@mui/icons-material/Refresh'; -import BugReportIcon from '@mui/icons-material/BugReport'; -import { formatBytes, formatPercentage } from '../../utils/formatters'; -import { detectCpuValueFormat, normalizeCpuValue } from '../../utils/metricsDebugger'; - -/** - * Component for debugging metrics data - */ -const MetricsDebugPanel = ({ rawMetrics, formattedMetrics }) => { - const [expanded, setExpanded] = useState(false); - const [refreshCounter, setRefreshCounter] = useState(0); - - // Force refresh - const handleRefresh = () => { - setRefreshCounter(prev => prev + 1); - }; - - // Sample metrics for testing - const [sampleMetrics, setSampleMetrics] = useState([ - { type: 'Decimal CPU (0-1)', value: 0.05, normalized: normalizeCpuValue(0.05) }, - { type: 'Percentage CPU (0-100)', value: 25, normalized: normalizeCpuValue(25) }, - { type: 'High CPU (>100)', value: 150, normalized: normalizeCpuValue(150) }, - { type: 'Zero CPU', value: 0, normalized: normalizeCpuValue(0) }, - ]); - - // Update sample metrics when refresh is triggered - useEffect(() => { - setSampleMetrics([ - { type: 'Decimal CPU (0-1)', value: Math.random(), normalized: normalizeCpuValue(Math.random()) }, - { type: 'Percentage CPU (0-100)', value: Math.random() * 100, normalized: normalizeCpuValue(Math.random() * 100) }, - { type: 'High CPU (>100)', value: 100 + Math.random() * 100, normalized: normalizeCpuValue(100 + Math.random() * 100) }, - { type: 'Zero CPU', value: 0, normalized: normalizeCpuValue(0) }, - ]); - }, [refreshCounter]); - - // Extract metrics data for display - const metricsData = React.useMemo(() => { - if (!rawMetrics || !Array.isArray(rawMetrics) || rawMetrics.length === 0) { - return []; - } - - return rawMetrics.map(metric => { - if (!metric || !metric.guestId) return null; - - const cpuValue = typeof metric.cpu === 'number' ? metric.cpu : null; - const cpuFormat = cpuValue !== null ? detectCpuValueFormat(cpuValue) : 'unknown'; - const normalizedCpu = cpuValue !== null ? normalizeCpuValue(cpuValue) : null; - - return { - guestId: metric.guestId, - cpu: cpuValue, - cpuFormat, - normalizedCpu, - memory: typeof metric.memory === 'number' ? metric.memory : null, - memoryTotal: typeof metric.memoryTotal === 'number' ? metric.memoryTotal : null, - memoryPercentage: (metric.memory && metric.memoryTotal) ? (metric.memory / metric.memoryTotal) * 100 : null, - netIn: typeof metric.netIn === 'number' ? metric.netIn : null, - netOut: typeof metric.netOut === 'number' ? metric.netOut : null, - }; - }).filter(Boolean); - }, [rawMetrics, refreshCounter]); - - // Extract formatted metrics data for display - const formattedMetricsData = React.useMemo(() => { - if (!formattedMetrics || !formattedMetrics.cpu) { - return []; - } - - const guestIds = Object.keys(formattedMetrics.cpu); - - return guestIds.map(guestId => { - const cpu = formattedMetrics.cpu[guestId]; - const memory = formattedMetrics.memory[guestId]; - const disk = formattedMetrics.disk[guestId]; - const network = formattedMetrics.network[guestId]; - - return { - guestId, - cpuUsage: cpu?.usage ?? null, - memoryUsed: memory?.used ?? null, - memoryTotal: memory?.total ?? null, - memoryPercentage: memory?.usagePercent ?? null, - diskUsed: disk?.used ?? null, - diskTotal: disk?.total ?? null, - diskPercentage: disk?.usagePercent ?? null, - netIn: network?.inRate ?? null, - netOut: network?.outRate ?? null, - }; - }); - }, [formattedMetrics, refreshCounter]); - - return ( - setExpanded(!expanded)} - sx={{ - mt: 2, - mb: 2, - border: '1px dashed', - borderColor: 'warning.main', - '&:before': { display: 'none' } - }} - > - } - sx={{ - bgcolor: 'warning.light', - color: 'warning.contrastText', - '& .MuiAccordionSummary-content': { - alignItems: 'center' - } - }} - > - - - Metrics Debug Panel - - - { - e.stopPropagation(); - handleRefresh(); - }} - sx={{ ml: 2 }} - > - - - - - - - - CPU Value Normalization Test - - - - - - Type - Raw Value - Format - Normalized (0-100%) - - - - {sampleMetrics.map((sample, index) => ( - - {sample.type} - {sample.value.toFixed(4)} - {detectCpuValueFormat(sample.value)} - {sample.normalized.toFixed(2)}% - - ))} - -
-
-
- - {metricsData.length > 0 && ( - - - Raw Metrics Data ({metricsData.length} guests) - - - - - - Guest ID - CPU Value - CPU Format - Normalized CPU - Memory - Network In - Network Out - - - - {metricsData.slice(0, 5).map((metric, index) => ( - - {metric.guestId} - {metric.cpu !== null ? metric.cpu.toFixed(4) : 'N/A'} - {metric.cpuFormat} - {metric.normalizedCpu !== null ? `${metric.normalizedCpu.toFixed(2)}%` : 'N/A'} - - {metric.memory !== null && metric.memoryTotal !== null - ? `${formatBytes(metric.memory)} / ${formatBytes(metric.memoryTotal)} (${formatPercentage(metric.memoryPercentage)})` - : 'N/A' - } - - {metric.netIn !== null ? formatBytes(metric.netIn) + '/s' : 'N/A'} - {metric.netOut !== null ? formatBytes(metric.netOut) + '/s' : 'N/A'} - - ))} - -
-
- {metricsData.length > 5 && ( - - Showing 5 of {metricsData.length} guests - - )} -
- )} - - {formattedMetricsData.length > 0 && ( - - - Formatted Metrics Data ({formattedMetricsData.length} guests) - - - - - - Guest ID - CPU Usage - Memory - Disk - Network In - Network Out - - - - {formattedMetricsData.slice(0, 5).map((metric, index) => ( - - {metric.guestId} - {metric.cpuUsage !== null ? `${metric.cpuUsage.toFixed(2)}%` : 'N/A'} - - {metric.memoryUsed !== null && metric.memoryTotal !== null - ? `${formatBytes(metric.memoryUsed)} / ${formatBytes(metric.memoryTotal)} (${formatPercentage(metric.memoryPercentage)})` - : 'N/A' - } - - - {metric.diskUsed !== null && metric.diskTotal !== null - ? `${formatBytes(metric.diskUsed)} / ${formatBytes(metric.diskTotal)} (${formatPercentage(metric.diskPercentage)})` - : 'N/A' - } - - {metric.netIn !== null ? formatBytes(metric.netIn) + '/s' : 'N/A'} - {metric.netOut !== null ? formatBytes(metric.netOut) + '/s' : 'N/A'} - - ))} - -
-
- {formattedMetricsData.length > 5 && ( - - Showing 5 of {formattedMetricsData.length} guests - - )} -
- )} -
-
- ); -}; - -export default MetricsDebugPanel; \ No newline at end of file diff --git a/frontend/src/components/network/NetworkDisplay.jsx b/frontend/src/components/network/NetworkDisplay.jsx deleted file mode 100644 index 81b3f4a5a..000000000 --- a/frontend/src/components/network/NetworkDisplay.jsx +++ /dev/null @@ -1,1057 +0,0 @@ -import React, { useEffect, useMemo, useLayoutEffect, useState } from 'react'; -import useSocket from '../../hooks/useSocket'; -import useFormattedMetrics from '../../hooks/useFormattedMetrics'; -import useMockMetrics from '../../hooks/useMockMetrics'; -import { useThemeContext } from '../../context/ThemeContext'; -import { Box, CircularProgress, useTheme, Typography, Button, IconButton, Badge, Tooltip } from '@mui/material'; -import ViewColumnIcon from '@mui/icons-material/ViewColumn'; -import { createPortal } from 'react-dom'; -import { STORAGE_KEY_COLUMN_VISIBILITY } from '../../constants/networkConstants'; - -// Import hooks -import { - useNetworkFilters, - useColumnManagement, - usePopoverManagement, - useNotifications, - useSortManagement, - useKeyboardShortcuts, - useActiveFilteredColumns, - useDataProcessing -} from './hooks'; - -// Import components -import ConnectionErrorDisplay from './ConnectionErrorDisplay'; -import { - NetworkHeader, - NetworkPopovers, - NetworkNotification, - NetworkTable -} from './components'; - -import { useSearchContext } from '../../context/SearchContext'; - -const NetworkDisplay = ({ selectedNode = 'all' }) => { - const { - isConnected, - guestData, - metricsData, - processedMetricsData, - forceUpdateCounter: socketUpdateCounter, - error, - connectionStatus, - reconnect, - nodeData - } = useSocket(); - - // Debug logging - console.log('NetworkDisplay - selectedNode:', selectedNode); - console.log('NetworkDisplay - guestData:', guestData?.length || 0, 'guests'); - console.log('NetworkDisplay - nodeData:', nodeData?.length || 0, 'nodes'); - - // Add useEffect to log detailed data for debugging - React.useEffect(() => { - if (guestData && guestData.length > 0) { - console.log('Guest data sample:', guestData[0]); - - // Track assignments per node - const assignmentsByNode = {}; - - guestData.forEach(guest => { - const nodeId = guest.node; - if (!assignmentsByNode[nodeId]) { - assignmentsByNode[nodeId] = []; - } - assignmentsByNode[nodeId].push(`${guest.id} (${guest.name})`); - }); - - console.log('GUESTS BY NODE:'); - Object.keys(assignmentsByNode).sort().forEach(nodeId => { - console.log(`Node "${nodeId}": ${assignmentsByNode[nodeId].length} guests`); - console.log(` Guests: ${assignmentsByNode[nodeId].join(', ')}`); - }); - } else { - console.warn('No guest data available'); - } - - if (nodeData && nodeData.length > 0) { - console.log('Node data sample:', nodeData[0]); - console.log('All nodes:', nodeData.map(n => ({ id: n.id, name: n.name }))); - } else { - console.warn('No node data available'); - } - - if (metricsData && metricsData.length > 0) { - console.log('Metrics data sample:', metricsData[0]); - } else { - console.warn('No metrics data available'); - } - }, [guestData, nodeData, metricsData]); - - // Use notification hook - MOVED UP before it's used in the migration event listener - const { - snackbarOpen, - snackbarMessage, - snackbarSeverity, - handleSnackbarClose, - showNotification - } = useNotifications(); - - // Use column management hook - MOVED UP before it's used in availableNodes - const { - columnVisibility, - columnOrder, - setColumnOrder, - columnMenuAnchorEl, - openColumnMenu, - forceUpdateCounter, - toggleColumnVisibility, - resetColumnVisibility, - handleColumnMenuOpen, - handleColumnMenuClose, - updateRoleColumnVisibility - } = useColumnManagement(showNotification); - - // Define sharedGuestIdMap at component level - const [sharedGuestIdMap, setSharedGuestIdMap] = useState({}); - - // Prepare availableNodes for dropdown - const availableNodes = useMemo(() => { - // Start with the "All Nodes" option - const nodes = [ - { id: 'all', name: 'All Nodes', count: 0 } - ]; - - console.log('🔄 Building node dropdown list...'); - console.log(' nodeData length:', nodeData?.length || 0); - console.log(' guestData length:', guestData?.length || 0); - - if (nodeData) { - console.log(' nodeData sample:', nodeData?.slice(0, 3)); - } - - // Add fallback nodes if the backend isn't providing any - // This ensures the dropdown always has nodes to select from - let nodeList = nodeData; - - // If nodeData is empty or doesn't exist, generate fallback nodes based on the guest data - if (!nodeData || nodeData.length === 0) { - console.warn('🚨 No nodes received from backend, generating fallback nodes from guest data'); - - if (guestData && guestData.length > 0) { - // Collect all unique node names from guests - const nodeSet = new Set(); - guestData.forEach(guest => { - if (guest.node) { - nodeSet.add(guest.node); - } - }); - - // Create node objects from the unique node names - nodeList = Array.from(nodeSet).map(nodeName => ({ - id: nodeName, - name: nodeName - })); - - console.log('🔄 Created fallback nodes:', nodeList); - } else { - // Last resort - create hardcoded fallback nodes - nodeList = [ - { id: 'pve-prod-01', name: 'pve-prod-01' }, - { id: 'pve-prod-02', name: 'pve-prod-02' }, - { id: 'pve-dev-01', name: 'pve-dev-01' } - ]; - console.log('🔄 Created hardcoded fallback nodes as last resort'); - } - } - - // Add nodes from the nodeData - if (nodeList && nodeList.length > 0) { - console.log('🔄 Adding individual nodes to dropdown...'); - - // Add each node - nodeList.forEach(node => { - if (!node || !node.id) { - console.error('Invalid node in nodeData:', node); - return; - } - console.log(` Adding node: ${node.name || node.id}`); - nodes.push({ - id: node.id, - name: node.name || node.id, - count: 0 - }); - }); - - // Count guests per node - if (guestData && guestData.length > 0) { - // Look for guests with the same ID assigned to different nodes - const guestIdToNodes = {}; - guestData.forEach(guest => { - if (!guest.id) return; - - if (!guestIdToNodes[guest.id]) { - guestIdToNodes[guest.id] = new Set(); - } - guestIdToNodes[guest.id].add(guest.node || 'unknown'); - }); - - // Check for shared guest IDs (same ID on multiple nodes) - const sharedGuestIds = Object.entries(guestIdToNodes) - .filter(([_, nodes]) => nodes.size > 1) - .map(([id, nodes]) => ({ - id, - nodes: Array.from(nodes) - })); - - if (sharedGuestIds.length > 0) { - console.warn('⚠️ Found guests shared across multiple nodes:', sharedGuestIds); - console.warn('⚠️ This may cause incorrect guest counts in the dropdown menu'); - console.warn('⚠️ Total shared guests: ' + sharedGuestIds.length); - } - - // Auto-hide role column if no shared guests are detected - const areAnyNodesInCluster = nodeData?.some(node => node.isInCluster === true); - - // Check if we're in mock data mode with cluster enabled - const isMockDataMode = localStorage.getItem('MOCK_DATA_ENABLED') === 'true' || - import.meta.env.VITE_MOCK_DATA_ENABLED === 'true' || - window.location.hostname === 'localhost'; - - const isMockClusterMode = isMockDataMode; - - // Always show role column in mock data mode - console.log('FORCING CLUSTER DETECTION:', { - isMockDataMode, - hostname: window.location.hostname, - mockClusterEnabled: localStorage.getItem('MOCK_CLUSTER_ENABLED'), - viteClusterEnabled: import.meta.env.VITE_MOCK_CLUSTER_ENABLED - }); - - // Debug log cluster mode detection - console.log('DEBUG MOCK CLUSTER MODE:', { - mockDataEnabled: localStorage.getItem('MOCK_DATA_ENABLED'), - autoDetectCluster: localStorage.getItem('PROXMOX_AUTO_DETECT_CLUSTER'), - mockClusterEnabled: localStorage.getItem('MOCK_CLUSTER_ENABLED'), - viteClusterEnabled: import.meta.env.VITE_MOCK_CLUSTER_ENABLED, - isMockDataMode, - isMockClusterMode - }); - - console.info('⚠️ Cluster detection:', { - nodesInCluster: areAnyNodesInCluster, - mockClusterMode: isMockClusterMode, - nodeData: nodeData?.map(n => ({ name: n.name, isInCluster: n.isInCluster })), - sharedGuestsCount: sharedGuestIds.length - }); - - // Force column to be visible in development mode - let shouldShowRoleColumn = isMockDataMode || areAnyNodesInCluster || sharedGuestIds.length > 0; - - // If we're using mock data, we should always show the role column - if (isMockDataMode) { - console.log('Mock data mode detected - forcing role column to be visible'); - localStorage.setItem('CLUSTER_DETECTED', 'true'); - shouldShowRoleColumn = true; - } - - // Only show role column if either nodes are in a cluster or shared guests are detected - updateRoleColumnVisibility(shouldShowRoleColumn); - - // Convert sharedGuestIds array to a map for easier lookup - const newSharedGuestIdMap = sharedGuestIds.reduce((acc, item) => { - acc[item.id] = item.nodes; - return acc; - }, {}); - - // Update the shared guest map state - setSharedGuestIdMap(newSharedGuestIdMap); - - // Debug actual counts directly from guestData - const directCounts = {}; - guestData.forEach(guest => { - const nodeId = guest.node; - if (!nodeId) return; // Skip guests with no node - - if (!directCounts[nodeId]) { - directCounts[nodeId] = 0; - } - directCounts[nodeId]++; - }); - - console.log('🔄 Direct guest counts from guestData:'); - Object.keys(directCounts).sort().forEach(nodeId => { - console.log(` Node "${nodeId}": ${directCounts[nodeId]} guests`); - }); - - // Update counts directly from the directCounts object - nodes.forEach(node => { - if (node.id !== 'all') { - node.count = directCounts[node.id] || 0; - console.log(`🔄 Node dropdown: ${node.name} (${node.id}) has ${node.count} guests`); - - // Check for discrepancy between count and expected 10 guests - if (node.count !== 10) { - console.warn(`⚠️ Node ${node.id} has ${node.count} guests, expected 10!`); - - // List all guests for this node to help diagnose - const nodeGuests = guestData.filter(g => g.node === node.id); - console.log(` Guests for ${node.id}:`, nodeGuests.map(g => g.id)); - } - } - }); - - // Update the "All Nodes" count - nodes[0].count = guestData.length; - } - } else { - console.error('🚨 No nodes found in nodeData! This will result in an empty dropdown.'); - } - - // Log the final node dropdown items - console.log('🔄 Final node dropdown list:', JSON.stringify(nodes)); - return nodes; - }, [nodeData, guestData, updateRoleColumnVisibility]); - - // Handle node selection change - const handleNodeChange = (event) => { - // Check if we can access window.location - if (window && window.location) { - try { - // Create a URL with the selected node as a query parameter - const url = new URL(window.location); - const nodeValue = event.target.value; - - // Update the URL with the new node value - if (nodeValue === 'all') { - // Remove the node parameter if 'all' is selected - url.searchParams.delete('node'); - } else { - // Set the node parameter to the selected value - url.searchParams.set('node', nodeValue); - } - - // Update the browser history without reloading the page - window.history.pushState({}, '', url); - - // Dispatch a custom event to notify App.jsx about the node change - const nodeChangeEvent = new CustomEvent('nodeChange', { - detail: { node: nodeValue } - }); - window.dispatchEvent(nodeChangeEvent); - - console.log('Node selection changed to:', nodeValue); - } catch (error) { - console.error('Error updating URL with node selection:', error); - } - } - }; - - // Handle status selection change - const handleStatusChange = (status) => { - if (window && window.location) { - try { - const url = new URL(window.location); - - // Update the URL with the new status value - if (status === null) { - // Remove the status parameter if 'all' is selected - url.searchParams.delete('status'); - } else if (status === false) { - // Set the status parameter to 'running' - url.searchParams.set('status', 'running'); - } else { - // Set the status parameter to 'stopped' - url.searchParams.set('status', 'stopped'); - } - - // Update the browser history without reloading the page - window.history.pushState({}, '', url); - - // Update the status filter - setShowStopped(status); - - console.log('Status filter changed to:', status === null ? 'all' : status === false ? 'running' : 'stopped'); - } catch (error) { - console.error('Error updating URL with status selection:', error); - } - } - }; - - // Handle type selection change - const handleTypeChange = (type) => { - if (window && window.location) { - try { - const url = new URL(window.location); - - // Update the URL with the new type value - if (type === 'all') { - // Remove the type parameter if 'all' is selected - url.searchParams.delete('type'); - } else { - // Set the type parameter to the selected value - url.searchParams.set('type', type); - } - - // Update the browser history without reloading the page - window.history.pushState({}, '', url); - - // Update the type filter - setGuestTypeFilter(type); - - console.log('Type filter changed to:', type); - } catch (error) { - console.error('Error updating URL with type selection:', error); - } - } - }; - - // Check URL parameters on initial load - useEffect(() => { - if (window && window.location) { - try { - const urlParams = new URLSearchParams(window.location.search); - - // Check for status parameter - const statusParam = urlParams.get('status'); - if (statusParam) { - if (statusParam === 'running') { - setShowStopped(false); - } else if (statusParam === 'stopped') { - setShowStopped(true); - } - } - - // Check for type parameter - const typeParam = urlParams.get('type'); - if (typeParam && (typeParam === 'vm' || typeParam === 'ct')) { - setGuestTypeFilter(typeParam); - } - - // Check mock data params from server and store in localStorage for the role column - // The goal is to transfer server-side configuration to localStorage for frontend to access - if (window.SERVER_CONFIG) { - console.log('Found server config, updating localStorage with server settings'); - if (window.SERVER_CONFIG.MOCK_DATA_ENABLED) { - localStorage.setItem('MOCK_DATA_ENABLED', 'true'); - } - if (window.SERVER_CONFIG.PROXMOX_AUTO_DETECT_CLUSTER) { - localStorage.setItem('PROXMOX_AUTO_DETECT_CLUSTER', 'true'); - } - if (window.SERVER_CONFIG.NODE_ENV) { - localStorage.setItem('NODE_ENV', window.SERVER_CONFIG.NODE_ENV); - } - } - - // Check for server environment from document to detect development mode - if (document.body.classList.contains('development-mode')) { - localStorage.setItem('environment', 'development'); - } - } catch (error) { - console.error('Error reading URL parameters:', error); - } - } - }, []); - - // Use the formatted metrics hook - const formattedMetrics = useFormattedMetrics(metricsData); - - // Use mock metrics for testing - but only if we're not using real mock data from the server - const mockMetrics = useMockMetrics(guestData); - - // Detect if we're in a mock/dev environment - useEffect(() => { - // Check for development mode - if (process.env.NODE_ENV === 'development') { - localStorage.setItem('NODE_ENV', 'development'); - } - - // Check for mock data indicators - if (localStorage.getItem('use_mock_data') !== 'true') { - // Check if there's mock in the URL - const isMockInUrl = window.location.href.toLowerCase().includes('mock'); - - // Check if there's localhost in the URL - const isLocalhost = window.location.hostname === 'localhost' || - window.location.hostname === '127.0.0.1'; - - // If either condition is true, mark as using mock data - if (isMockInUrl || isLocalhost) { - localStorage.setItem('use_mock_data', 'true'); - } - } - }, []); - - // Listen for migration events and show notifications - React.useEffect(() => { - const handleMigrationEvent = (event) => { - try { - console.log('Migration event received in NetworkDisplay:', event.detail); - - const { guestId, guestName, fromNode, toNode } = event.detail; - - // Get node names for better display - const fromNodeName = nodeData?.find(n => n.id === fromNode)?.name || fromNode; - const toNodeName = nodeData?.find(n => n.id === toNode)?.name || toNode; - - // Show a notification about the migration - showNotification( - `Migration: ${guestName || 'Guest'} migrated from ${fromNodeName} to ${toNodeName}`, - 'info' - ); - - // Show browser notification if supported and permission granted - if ('Notification' in window) { - // Check if permission is already granted - if (Notification.permission === 'granted') { - showBrowserNotification(guestName || 'Guest', fromNodeName, toNodeName); - } - // Ask for permission if not denied - else if (Notification.permission !== 'denied') { - Notification.requestPermission().then(permission => { - if (permission === 'granted') { - showBrowserNotification(guestName || 'Guest', fromNodeName, toNodeName); - } - }); - } - } - - console.log(`Migration event: ${guestName} (${guestId}) migrated from ${fromNodeName} to ${toNodeName}`); - } catch (error) { - console.error('Error handling migration event:', error); - } - }; - - // Function to show browser notification - const showBrowserNotification = (guestName, fromNode, toNode) => { - try { - const notificationOptions = { - body: `${guestName} migrated from ${fromNode} to ${toNode}`, - icon: '/logo192.png', - tag: 'migration-event', - requireInteraction: false - }; - - new Notification('Guest Migration', notificationOptions); - } catch (error) { - console.error('Error showing browser notification:', error); - } - }; - - // Add event listener - window.addEventListener('migration', handleMigrationEvent); - - // Clean up - return () => { - window.removeEventListener('migration', handleMigrationEvent); - }; - }, [nodeData, showNotification]); - - const combinedMetrics = useMemo(() => { - // When using the mock data server, always use the processed metrics - const useMockData = localStorage.getItem('use_mock_data') === 'true' || - localStorage.getItem('MOCK_DATA_ENABLED') === 'true'; - - // Create a safe default metrics object structure in case data is missing - const safeDefaultMetrics = { - cpu: {}, - memory: {}, - disk: {}, - network: {} - }; - - // Log the update for debugging - if (socketUpdateCounter % 20 === 0) { - console.log(`NetworkDisplay metrics refresh #${socketUpdateCounter}`, { - useMockData, - processedMetricsData: { - cpu: Object.keys(processedMetricsData?.cpu || {}).length, - memory: Object.keys(processedMetricsData?.memory || {}).length, - disk: Object.keys(processedMetricsData?.disk || {}).length, - network: Object.keys(processedMetricsData?.network || {}).length - } - }); - } - - if (useMockData) { - // Use processedMetricsData which is updated more frequently - return processedMetricsData || safeDefaultMetrics; - } - - // Otherwise, fall back to the previous behavior - const hasRealCpuMetrics = formattedMetrics?.cpu && Object.keys(formattedMetrics.cpu).length > 0; - const hasRealMemoryMetrics = formattedMetrics?.memory && Object.keys(formattedMetrics.memory).length > 0; - const hasRealDiskMetrics = formattedMetrics?.disk && Object.keys(formattedMetrics.disk).length > 0; - const hasRealNetworkMetrics = formattedMetrics?.network && Object.keys(formattedMetrics.network).length > 0; - - // If we have real metrics, use them; otherwise, use mock metrics - return { - cpu: hasRealCpuMetrics ? formattedMetrics.cpu : (mockMetrics?.cpu || {}), - memory: hasRealMemoryMetrics ? formattedMetrics.memory : (mockMetrics?.memory || {}), - disk: hasRealDiskMetrics ? formattedMetrics.disk : (mockMetrics?.disk || {}), - network: hasRealNetworkMetrics ? formattedMetrics.network : (mockMetrics?.network || {}) - }; - }, [formattedMetrics, mockMetrics, processedMetricsData, socketUpdateCounter]); - - // Log metrics updates with the counter to verify it's changing - useEffect(() => { - console.log(`Metrics update #${socketUpdateCounter}`, { - combinedMetrics: { - cpu: Object.keys(combinedMetrics.cpu).length, - memory: Object.keys(combinedMetrics.memory).length, - disk: Object.keys(combinedMetrics.disk).length, - network: Object.keys(combinedMetrics.network).length - } - }); - }, [socketUpdateCounter, combinedMetrics]); - - const theme = useTheme(); - const { darkMode } = useThemeContext(); - - // Use sort management hook - const { - sortConfig, - requestSort - } = useSortManagement(); - - // Get search state from context instead of local state - const { - searchTerm, - setSearchTerm, - activeSearchTerms, - addSearchTerm, - removeSearchTerm, - clearSearchTerms - } = useSearchContext(); - - // Use the network filters hook but don't use its search state - const { - filters, - setFilters, - showStopped, - setShowStopped, - showFilters, - setShowFilters, - guestTypeFilter, - setGuestTypeFilter, - sliderDragging, - updateFilter, - handleSliderDragStart, - handleSliderDragEnd, - clearFilter, - resetFilters, - activeFilterCount - } = useNetworkFilters(); - - // Use popover management hook - const { - filterAnchorEl, - openFilters, - filterButtonRef, - handleFilterButtonClick, - handleCloseFilterPopover, - closeAllPopovers - } = usePopoverManagement(); - - // Update resetFilters to also clear search terms from context - const handleResetFilters = () => { - resetFilters(); - clearSearchTerms(); - }; - - // Use keyboard shortcuts hook with handleResetFilters instead of resetFilters - useKeyboardShortcuts({ - openFilters, - openColumnMenu, - resetFilters: handleResetFilters, - closeAllPopovers, - showNotification - }); - - // Use data processing hook - const { - processedData, - getNodeName, - extractNumericId, - getNodeFilteredGuests, - formatPercentage, - formatNetworkRateForFilter - } = useDataProcessing({ - guestData, - nodeData, - sortConfig, - filters, - showStopped, - selectedNode, - guestTypeFilter, - metricsData: processedMetricsData - }); - - // Add debugging right before render to see what's actually being displayed - useEffect(() => { - if (processedData && processedData.length > 0) { - console.log('🔍 FINAL DATA BEING DISPLAYED:', processedData.length, 'guests'); - - // Group by node for display - const nodeGroups = {}; - processedData.forEach(guest => { - if (!guest) return; - const nodeName = guest.node || 'unknown'; - if (!nodeGroups[nodeName]) { - nodeGroups[nodeName] = []; - } - nodeGroups[nodeName].push(guest); - }); - - console.log('🔍 FINAL NODE DISTRIBUTION:'); - Object.keys(nodeGroups).sort().forEach(nodeName => { - const count = nodeGroups[nodeName]?.length || 0; - const highlight = count < 10 ? '⚠️' : '✅'; - console.log(`${highlight} Node "${nodeName}": ${count} guests`); - - // Log the actual guests for problematic nodes (less than 10) - if (count < 10) { - console.log(` Guest IDs: ${nodeGroups[nodeName].map(g => g.id).join(', ')}`); - - // Check if these guests have matching node properties - console.log(` Node properties check:`); - nodeGroups[nodeName].forEach(guest => { - console.log(` ${guest.id} (${guest.name}): node=${guest.node}, nodeId=${guest.nodeId || 'N/A'}`); - }); - } - }); - - // Check if we're missing any guests from our node filters - if (guestData) { - const allNodeCounts = {}; - guestData.forEach(guest => { - if (!guest) return; - const node = guest.node || 'unknown'; - allNodeCounts[node] = (allNodeCounts[node] || 0) + 1; - }); - - // Check for discrepancies between raw data and filtered data - Object.keys(allNodeCounts).forEach(node => { - const rawCount = allNodeCounts[node] || 0; - const filteredCount = (nodeGroups[node] || []).length; - - if (rawCount !== filteredCount) { - console.warn(`⚠️ Node "${node}" discrepancy: ${rawCount} in raw data, but ${filteredCount} after filtering`); - } - }); - } - } - }, [processedData, guestData]); - - // Use active filtered columns hook - const activeFilteredColumns = useActiveFilteredColumns({ - filters, - guestTypeFilter, - showStopped, - nodeData - }); - - // Add an effect to listen for search term events - useEffect(() => { - const handleSearchTermAction = (event) => { - const { term, action } = event.detail; - - // Handle status: filters - if (term.startsWith('status:')) { - const status = term.split(':', 2)[1]?.trim(); - if (action === 'add') { - if (status === 'running') { - setShowStopped(false); - } else if (status === 'stopped') { - setShowStopped(true); - } - } else if (action === 'remove') { - // Reset status filter - setShowStopped(null); - } - } - - // Handle type: filters - if (term.startsWith('type:')) { - const type = term.split(':', 2)[1]?.trim(); - if (action === 'add') { - if (type === 'vm' || type === 'qemu') { - setGuestTypeFilter('vm'); - } else if (type === 'ct' || type === 'lxc' || type === 'container') { - setGuestTypeFilter('ct'); - } - } else if (action === 'remove') { - // Reset type filter to "all" - setGuestTypeFilter('all'); - } - } - - // Handle node: filters - if (term.startsWith('node:')) { - const node = term.split(':', 2)[1]?.trim(); - if (action === 'add') { - // Find the node in availableNodes - const foundNode = availableNodes.find(n => - n.name.toLowerCase() === node || - n.id.toLowerCase() === node - ); - - if (foundNode) { - // Dispatch a custom event to notify App.jsx about the node change - const nodeChangeEvent = new CustomEvent('nodeChange', { - detail: { node: foundNode.id } - }); - window.dispatchEvent(nodeChangeEvent); - } - } else if (action === 'remove') { - // Reset node filter to "all" - const nodeChangeEvent = new CustomEvent('nodeChange', { - detail: { node: 'all' } - }); - window.dispatchEvent(nodeChangeEvent); - } - } - }; - - window.addEventListener('searchTermAction', handleSearchTermAction); - - return () => { - window.removeEventListener('searchTermAction', handleSearchTermAction); - }; - }, [setShowStopped, setGuestTypeFilter, availableNodes]); - - // State for portal root element - const [portalRoot, setPortalRoot] = React.useState(null); - - // Use createPortal to place the column visibility button in the app header - useLayoutEffect(() => { - // Find the column visibility container in the app header - const columnVisibilityContainer = document.getElementById('column-visibility-app-header'); - - if (columnVisibilityContainer) { - // Create a div for the portal if it doesn't exist yet - let portalContainer = document.getElementById('column-visibility-portal'); - if (!portalContainer) { - portalContainer = document.createElement('div'); - portalContainer.id = 'column-visibility-portal'; - // Clear previous content and append the portal container - columnVisibilityContainer.innerHTML = ''; - columnVisibilityContainer.appendChild(portalContainer); - } - - // Set the portal root for rendering - setPortalRoot(portalContainer); - - // Clean up function - return () => { - setPortalRoot(null); - if (portalContainer && portalContainer.parentNode) { - portalContainer.parentNode.removeChild(portalContainer); - } - }; - } - }, []); - - // Render the column visibility button in the portal - const renderColumnVisibilityPortal = () => { - if (!portalRoot) return null; - - // Count hidden columns for the badge - const hiddenColumnsCount = Object.values(columnVisibility).filter(config => !config.visible).length; - - return createPortal( - 0 ? `Show hidden columns (${hiddenColumnsCount})` : "Column visibility settings"}> - 0 ? 'rgba(255, 255, 255, 0.1)' : 'transparent', - color: 'white', // Make sure the icon is visible in the dark app bar - '&:hover': { - bgcolor: 'rgba(255, 255, 255, 0.2)' - } - }} - > - - - - - , - portalRoot - ); - }; - - // Listen for showOnlyRunning changes from UserSettingsContext - useEffect(() => { - const handleShowOnlyRunningChange = (event) => { - if (event.detail && event.detail.showOnlyRunning !== undefined) { - // When showOnlyRunning is true, set showStopped to false (show only running) - // When showOnlyRunning is false, set showStopped to null (show all) - setShowStopped(event.detail.showOnlyRunning ? false : null); - - console.log('Status filter updated from settings:', - event.detail.showOnlyRunning ? 'showing only running' : 'showing all'); - } - }; - - window.addEventListener('showOnlyRunningChange', handleShowOnlyRunningChange); - - // Initial check if showOnlyRunning is already set - const showOnlyRunning = localStorage.getItem('app_show_only_running') === 'true'; - if (showOnlyRunning) { - setShowStopped(false); - } - - return () => { - window.removeEventListener('showOnlyRunningChange', handleShowOnlyRunningChange); - }; - }, [setShowStopped]); - - // Show loading state if not connected - if (!isConnected) { - if (error || connectionStatus === 'disconnected' || connectionStatus === 'error') { - // Show connection error - return ( - - ); - } - } - - // If we have no data but we're connected, show a message - if (isConnected && (!guestData || guestData.length === 0)) { - return ( - - No guest data available - - The application is connected but no guest data was received. - - - - ); - } - - return ( - - {/* Render the column visibility button portal */} - {renderColumnVisibilityPortal()} - - {/* Column Menu - Ensure it's still rendered to handle the actual menu */} - - {openColumnMenu && ( - { - if (node && !columnMenuAnchorEl) { - handleColumnMenuOpen({ currentTarget: node }); - } - }} - /> - )} - - - {/* Popovers */} - - - {/* Main data table */} - - - {/* Notification Snackbar */} - - - ); -}; - -export default NetworkDisplay; \ No newline at end of file diff --git a/frontend/src/components/network/NetworkFilters.jsx b/frontend/src/components/network/NetworkFilters.jsx deleted file mode 100644 index 879f5338e..000000000 --- a/frontend/src/components/network/NetworkFilters.jsx +++ /dev/null @@ -1,460 +0,0 @@ -import React, { useState, useEffect } from 'react'; -import { - Box, - Typography, - Chip, - Slider, - FormControlLabel, - Switch, - IconButton, - Collapse, - Paper, - InputBase, - Tooltip, - Badge, - alpha, - Select, - MenuItem, - FormControl, - InputLabel, - ToggleButtonGroup, - ToggleButton, - Divider, - Button, - useTheme -} from '@mui/material'; -import FilterAltIcon from '@mui/icons-material/FilterAlt'; -import FilterAltOffIcon from '@mui/icons-material/FilterAltOff'; -import SearchIcon from '@mui/icons-material/Search'; -import ClearIcon from '@mui/icons-material/Clear'; -import ComputerIcon from '@mui/icons-material/Computer'; -import DnsIcon from '@mui/icons-material/Dns'; -import ViewListIcon from '@mui/icons-material/ViewList'; -import VisibilityIcon from '@mui/icons-material/Visibility'; -import VisibilityOffIcon from '@mui/icons-material/VisibilityOff'; -import { formatPercentage, formatNetworkRateForFilter, sliderValueToNetworkRate } from '../../utils/formatters'; -import { KeyboardShortcut } from './UIComponents'; -import { useSearchContext } from '../../context/SearchContext'; - -const NetworkFilters = ({ - filters, - updateFilter, - clearFilter, - resetFilters, - showStopped, - setShowStopped, - searchTerm, - setSearchTerm, - activeSearchTerms, - addSearchTerm, - removeSearchTerm, - activeFilterCount, - showFilters, - handleSliderDragStart, - handleSliderDragEnd, - searchInputRef, - guestTypeFilter, - setGuestTypeFilter, - handleClose, - formatPercentage, - formatNetworkRateForFilter -}) => { - const theme = useTheme(); - // Get clearSearchTerms from context - const { clearSearchTerms } = useSearchContext(); - - // Handle resetting all filters including search terms - const handleResetAllFilters = () => { - resetFilters(); - clearSearchTerms(); - if (handleClose) handleClose(); - }; - - // Handle search input submission - const handleSearchSubmit = (e) => { - e.preventDefault(); - if (searchTerm.trim()) { - // Add the entire search term (which can contain multiple space-separated words) - // This creates an AND search as the filtering logic uses .every() - addSearchTerm(searchTerm.trim()); - setSearchTerm(''); - } - }; - - // Handle guest type filter change - const handleGuestTypeChange = (event, newValue) => { - if (newValue !== null) { - setGuestTypeFilter(newValue); - } - }; - - return ( - - {/* Header */} - - - Filter Systems - - - Filter by properties or search for specific systems. - - - - - - {/* Search input */} - - - { - // Log the current input value for debugging - console.log('NetworkFilters input onChange:', e.target.value, 'Previous value:', searchTerm); - - // Directly set the search term to the current input value - // This should ensure the value is properly updated - setSearchTerm(e.target.value); - }} - sx={{ flex: 1 }} - inputRef={searchInputRef} - inputProps={{ 'aria-label': 'search systems' }} - endAdornment={ - searchTerm ? ( - { - setSearchTerm(''); - searchInputRef.current?.focus(); - }} - sx={{ p: 0.5 }} - > - - - ) : null - } - /> - - - {/* Search Pro Tips */} - - - Tips: Use status:running or status:stopped to filter by status. Use type:vm or type:ct for system types. Use cpu{'>'}50 to filter by CPU usage, memory{'>'}80 or disk{'>'}90 to filter by resource usage. Use role to show all HA-managed guests, role:primary for primary nodes, role:secondary for secondary nodes, role:migrating for guests being migrated, role:error for guests in error state. - - - - {/* Active search terms */} - {activeSearchTerms.length > 0 && ( - - {activeSearchTerms.map((term) => ( - removeSearchTerm(term)} - /> - ))} - - )} - - - - {/* Guest type filter */} - - - System Type - - - - - - All - - - - - - VMs - - - - - - CTs - - - - - - - - {/* Sliders for numeric filters */} - - - Resource Filters - - - {/* CPU Filter */} - 0 ? alpha(theme.palette.primary.main, 0.08) : 'transparent' - }}> - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.cpu > 0 ? 500 : 400 }}> - CPU Usage - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.cpu > 0 ? 500 : 400 }}> - {formatPercentage(filters.cpu)}+ - - - updateFilter('cpu', newValue)} - onMouseDown={() => handleSliderDragStart('cpu')} - onMouseUp={handleSliderDragEnd} - aria-labelledby="cpu-filter-slider" - valueLabelDisplay="auto" - valueLabelFormat={formatPercentage} - min={0} - max={100} - size="small" - sx={{ - color: filters.cpu > 0 ? theme.palette.primary.main : undefined, - '& .MuiSlider-thumb': { - boxShadow: filters.cpu > 0 ? `0 0 0 8px ${alpha(theme.palette.primary.main, 0.16)}` : undefined, - } - }} - /> - - - {/* Memory Filter */} - 0 ? alpha(theme.palette.primary.main, 0.08) : 'transparent' - }}> - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.memory > 0 ? 500 : 400 }}> - Memory Usage - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.memory > 0 ? 500 : 400 }}> - {formatPercentage(filters.memory)}+ - - - updateFilter('memory', newValue)} - onMouseDown={() => handleSliderDragStart('memory')} - onMouseUp={handleSliderDragEnd} - aria-labelledby="memory-filter-slider" - valueLabelDisplay="auto" - valueLabelFormat={formatPercentage} - min={0} - max={100} - size="small" - sx={{ - color: filters.memory > 0 ? theme.palette.primary.main : undefined, - '& .MuiSlider-thumb': { - boxShadow: filters.memory > 0 ? `0 0 0 8px ${alpha(theme.palette.primary.main, 0.16)}` : undefined, - } - }} - /> - - - {/* Disk Filter */} - 0 ? alpha(theme.palette.primary.main, 0.08) : 'transparent' - }}> - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.disk > 0 ? 500 : 400 }}> - Disk Usage - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.disk > 0 ? 500 : 400 }}> - {formatPercentage(filters.disk)}+ - - - updateFilter('disk', newValue)} - onMouseDown={() => handleSliderDragStart('disk')} - onMouseUp={handleSliderDragEnd} - aria-labelledby="disk-filter-slider" - valueLabelDisplay="auto" - valueLabelFormat={formatPercentage} - min={0} - max={100} - size="small" - sx={{ - color: filters.disk > 0 ? theme.palette.primary.main : undefined, - '& .MuiSlider-thumb': { - boxShadow: filters.disk > 0 ? `0 0 0 8px ${alpha(theme.palette.primary.main, 0.16)}` : undefined, - } - }} - /> - - - {/* Download Filter */} - 0 ? alpha(theme.palette.primary.main, 0.08) : 'transparent' - }}> - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.download > 0 ? 500 : 400 }}> - Download Rate - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.download > 0 ? 500 : 400 }}> - {formatNetworkRateForFilter(filters.download)}+ - - - updateFilter('download', newValue)} - onMouseDown={() => handleSliderDragStart('download')} - onMouseUp={handleSliderDragEnd} - aria-labelledby="download-filter-slider" - valueLabelDisplay="auto" - valueLabelFormat={formatNetworkRateForFilter} - min={0} - max={100000} - size="small" - sx={{ - color: filters.download > 0 ? theme.palette.primary.main : undefined, - '& .MuiSlider-thumb': { - boxShadow: filters.download > 0 ? `0 0 0 8px ${alpha(theme.palette.primary.main, 0.16)}` : undefined, - } - }} - /> - - - {/* Upload Filter */} - 0 ? alpha(theme.palette.primary.main, 0.08) : 'transparent' - }}> - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.upload > 0 ? 500 : 400 }}> - Upload Rate - - 0 ? "primary" : "text.secondary"} sx={{ fontWeight: filters.upload > 0 ? 500 : 400 }}> - {formatNetworkRateForFilter(filters.upload)}+ - - - updateFilter('upload', newValue)} - onMouseDown={() => handleSliderDragStart('upload')} - onMouseUp={handleSliderDragEnd} - aria-labelledby="upload-filter-slider" - valueLabelDisplay="auto" - valueLabelFormat={formatNetworkRateForFilter} - min={0} - max={100000} - size="small" - sx={{ - color: filters.upload > 0 ? theme.palette.primary.main : undefined, - '& .MuiSlider-thumb': { - boxShadow: filters.upload > 0 ? `0 0 0 8px ${alpha(theme.palette.primary.main, 0.16)}` : undefined, - } - }} - /> - - - - - - {/* Reset button */} - - - - - ); -}; - -export default NetworkFilters; \ No newline at end of file diff --git a/frontend/src/components/network/NetworkTableBody.jsx b/frontend/src/components/network/NetworkTableBody.jsx deleted file mode 100644 index 0558e5a2f..000000000 --- a/frontend/src/components/network/NetworkTableBody.jsx +++ /dev/null @@ -1,220 +0,0 @@ -import React, { useEffect, useMemo } from 'react'; -import { - TableBody, - TableRow, - TableCell, - Box, - Typography, - Chip, - Button, - Divider, - alpha, - useTheme -} from '@mui/material'; -import NetworkCheckIcon from '@mui/icons-material/NetworkCheck'; -import FilterAltIcon from '@mui/icons-material/FilterList'; -import VisibilityOffIcon from '@mui/icons-material/VisibilityOff'; -import NetworkTableRow from './NetworkTableRow'; -import { getNodeTextColor } from '../../utils/colorUtils'; - -const NetworkTableBody = ({ - sortedAndFilteredData, - guestData, - metricsData, - columnVisibility, - getNodeName, - extractNumericId, - resetFilters, - showStopped, - setShowStopped, - guestTypeFilter, - resetColumnVisibility, - forceUpdateCounter, - columnOrder, - activeFilteredColumns = {}, - thresholdColumn, - thresholdValue, - sharedGuestIdMap = {}, - filters = {} -}) => { - const theme = useTheme(); - - // Check if any columns are visible - const hasVisibleColumns = Object.values(columnVisibility).some(col => col.visible); - - // Force re-render when forceUpdateCounter changes - useEffect(() => { - if (forceUpdateCounter > 0) { - console.log('NetworkTableBody re-rendering due to forceUpdateCounter:', forceUpdateCounter); - } - }, [forceUpdateCounter]); - - // Group guests by node - const groupedGuests = useMemo(() => { - if (!sortedAndFilteredData || !Array.isArray(sortedAndFilteredData)) { - return []; - } - - // Use a Map to preserve insertion order - const nodeGroups = new Map(); - - // Group guests by node - sortedAndFilteredData.forEach(guest => { - const nodeName = getNodeName(guest?.node) || 'Unknown'; - - if (!nodeGroups.has(nodeName)) { - nodeGroups.set(nodeName, []); - } - - nodeGroups.get(nodeName).push(guest); - }); - - // Convert Map to array of objects - return Array.from(nodeGroups.entries()).map(([nodeName, guests]) => ({ - nodeName, - guests - })); - }, [sortedAndFilteredData, getNodeName]); - - // If no columns are visible, show a message - if (!hasVisibleColumns) { - return ( - - - - - - - No columns are visible - - - Use the column visibility button to show some columns - - - - - - - ); - } - - // If no data matches the filters, show a message - if (sortedAndFilteredData.length === 0) { - return ( - - - - - - - No matching guests found - - - Try adjusting your filters or search terms - - - - - - - ); - } - - // Calculate visible columns for node header colspan - const visibleColumnCount = Object.values(columnVisibility).filter(col => col.visible).length; - - // Render the table with data grouped by node - return ( - - {groupedGuests.map((nodeGroup, groupIndex) => { - const { nodeName, guests } = nodeGroup; - - return ( - - {/* Node Header/Divider */} - alpha(theme.palette.primary.main, 0.05), - '&:hover': { - bgcolor: theme => alpha(theme.palette.primary.main, 0.08) - } - }} - > - 0 ? '2px solid' : 'none', - borderColor: theme => alpha(theme.palette.divider, 0.8) - }} - > - - { - const color = getNodeTextColor(nodeName, theme.palette.mode); - return color; - } - }} - > - NODE: {nodeName} - - - {guests.length} {guests.length === 1 ? 'guest' : 'guests'} - - - - - - {/* Guest Rows */} - {guests.map(guest => ( - - ))} - - ); - })} - - ); -}; - -export default NetworkTableBody; \ No newline at end of file diff --git a/frontend/src/components/network/NetworkTableHeader.jsx b/frontend/src/components/network/NetworkTableHeader.jsx deleted file mode 100644 index 74a23ee41..000000000 --- a/frontend/src/components/network/NetworkTableHeader.jsx +++ /dev/null @@ -1,1305 +0,0 @@ -import React, { useMemo, useState, useEffect, useCallback } from 'react'; -import { - TableHead, - TableRow, - TableCell, - TableSortLabel, - Box, - IconButton, - Menu, - MenuItem, - Tooltip, - Badge, - Divider, - Typography, - Button, - useTheme, - alpha, - ListItemIcon, - ListItemText, - Select, - FormControl, - Popover, - Fade, - Grow, - Slider -} from '@mui/material'; -import ViewColumnIcon from '@mui/icons-material/ViewColumn'; -import VisibilityOffIcon from '@mui/icons-material/VisibilityOff'; -import DeleteOutlineIcon from '@mui/icons-material/DeleteOutline'; -import TuneIcon from '@mui/icons-material/Tune'; -import CheckIcon from '@mui/icons-material/Check'; -import DragIndicatorIcon from '@mui/icons-material/DragIndicator'; -import CircleIcon from '@mui/icons-material/Circle'; -import CircleOutlinedIcon from '@mui/icons-material/CircleOutlined'; -import AdjustIcon from '@mui/icons-material/Adjust'; -import TripOriginIcon from '@mui/icons-material/TripOrigin'; -import ViewListIcon from '@mui/icons-material/ViewList'; -import DnsIcon from '@mui/icons-material/Dns'; -import ComputerIcon from '@mui/icons-material/Computer'; -import KeyboardArrowDownIcon from '@mui/icons-material/KeyboardArrowDown'; -import KeyboardArrowUpIcon from '@mui/icons-material/KeyboardArrowUp'; -import FilterListIcon from '@mui/icons-material/FilterList'; -import PlayArrowIcon from '@mui/icons-material/PlayArrow'; -import StopIcon from '@mui/icons-material/Stop'; -import AllInclusiveIcon from '@mui/icons-material/AllInclusive'; -import StorageIcon from '@mui/icons-material/Storage'; -import SearchIcon from '@mui/icons-material/Search'; -import CloseIcon from '@mui/icons-material/Close'; -import MoreVertIcon from '@mui/icons-material/MoreVert'; -import { DEFAULT_COLUMN_CONFIG } from '../../constants/networkConstants'; -import { calculateDynamicColumnWidths } from '../../utils/networkUtils'; -import { useSearchContext } from '../../context/SearchContext'; -import { useSnackbar } from 'notistack'; - -// Modify the Resizer component to be a no-op since we're removing manual resizing -const Resizer = () => null; - -const NetworkTableHeader = ({ - sortConfig, - requestSort, - columnVisibility, - toggleColumnVisibility, - resetColumnVisibility, - columnMenuAnchorEl, - handleColumnMenuOpen, - handleColumnMenuClose, - openColumnMenu, - forceUpdateCounter, - columnOrder, - setColumnOrder, - activeFilteredColumns = {}, - showStopped = null, - guestTypeFilter = 'all', - setShowStopped, - showRunningOnly = true, - setGuestTypeFilter, - availableNodes = [], - selectedNode = 'all', - handleNodeChange = () => {}, - handleStatusChange = () => {}, - handleTypeChange = () => {}, - filters = {}, - updateFilter = () => {}, - handleFilterButtonClick = () => {}, - filterButtonRef = null, - openFilters = false, - handleCloseFilterPopover = () => {}, -}) => { - const theme = useTheme(); - const { enqueueSnackbar } = useSnackbar(); - - // Remove resize state and localStorage logic since we're eliminating manual resizing - // Instead, we'll rely on intelligent auto-sizing - - // Define column groups for sizing strategy - const fixedNarrowColumns = ['type', 'id', 'status']; // Very narrow columns - const fixedWidthColumns = ['role', 'download', 'upload', 'uptime']; // Fixed width for network stats - const autoSizeColumns = ['name', 'node']; // Auto-size to content - const flexibleEqualColumns = ['cpu', 'memory', 'disk']; // Equal width with progress bars - - // Calculate visible columns and their groups - const getVisibleColumnGroups = useCallback(() => { - if (!columnOrder || !Array.isArray(columnOrder) || columnOrder.length === 0) { - return { fixedNarrow: [], fixedWidth: [], autoSize: [], flexibleEqual: [] }; - } - - const visibleColumnIds = columnOrder.filter(id => columnVisibility[id]?.visible); - - return { - fixedNarrow: visibleColumnIds.filter(id => fixedNarrowColumns.includes(id)), - fixedWidth: visibleColumnIds.filter(id => fixedWidthColumns.includes(id)), - autoSize: visibleColumnIds.filter(id => autoSizeColumns.includes(id)), - flexibleEqual: visibleColumnIds.filter(id => flexibleEqualColumns.includes(id)) - }; - }, [columnOrder, columnVisibility]); - - // Intelligent column width calculation - const getColumnWidth = useCallback((columnId) => { - // Define fixed widths for specific columns - const fixedWidths = { - type: '50px', // Just "VM" or "CT" - id: '60px', // Just numeric IDs - status: '50px', // Just the status circle - role: '100px', // Primary/Secondary chip - download: '90px', // Network rates - upload: '90px', // Network rates - uptime: '90px' // Time display - }; - - // If column has a fixed width, return it - if (fixedWidths[columnId]) { - return fixedWidths[columnId]; - } - - // Get all visible column groups - const columnGroups = getVisibleColumnGroups(); - - // For auto-sized columns, use different strategies for name vs node - if (autoSizeColumns.includes(columnId)) { - // Use max-content for node to fit content more closely - if (columnId === 'node') { - return 'max-content'; - } - // Use auto for name which can be longer - return 'auto'; - } - - // For flexible equal columns (cpu, memory, disk), calculate percentage - if (flexibleEqualColumns.includes(columnId)) { - // Calculate how many flexible columns are visible - const visibleFlexColumns = columnGroups.flexibleEqual?.length || 0; - - if (visibleFlexColumns > 0) { - // Calculate total width taken by fixed columns - // (This is an approximation since auto columns are unknown) - const approximateFixedWidth = - ((columnGroups.fixedNarrow?.length || 0) * 60) + - ((columnGroups.fixedWidth?.length || 0) * 90) + - ((columnGroups.autoSize?.length || 0) * 120); // Rough estimate for auto columns - - // Approximate remaining percentage for flexible columns - // Assuming table width is roughly 1000px (this is just a heuristic) - const remainingPercentage = Math.max(10, (1000 - approximateFixedWidth) / 10); // in % - - // Divide equally among visible flexible columns - return `${Math.floor(remainingPercentage / visibleFlexColumns)}%`; - } - - // Fallback if something goes wrong - return '20%'; - } - - // Default fallback - return 'auto'; - }, [getVisibleColumnGroups]); - - // Helper to check column type - const isFlexibleColumn = (columnId) => { - return flexibleEqualColumns.includes(columnId); - }; - - const [nodeMenuAnchorEl, setNodeMenuAnchorEl] = React.useState(null); - const openNodeMenu = Boolean(nodeMenuAnchorEl); - - const [statusMenuAnchorEl, setStatusMenuAnchorEl] = React.useState(null); - const openStatusMenu = Boolean(statusMenuAnchorEl); - - const [typeMenuAnchorEl, setTypeMenuAnchorEl] = React.useState(null); - const openTypeMenu = Boolean(typeMenuAnchorEl); - - // Get search state from context - const { activeSearchTerms, addSearchTerm, removeSearchTerm } = useSearchContext(); - - const handleNodeMenuClose = () => { - setNodeMenuAnchorEl(null); - }; - - const handleNodeSelect = (nodeId) => { - // Update dropdown filter state - handleNodeChange({ target: { value: nodeId } }); - - // Also add the corresponding search term if not "all" - if (nodeId !== 'all') { - // Find the node name for better readability in the search term - const selectedNode = availableNodes.find(node => node.id === nodeId); - const nodeName = selectedNode ? selectedNode.name : nodeId; - - // Find and remove any existing node: filters - const existingNodeTerms = activeSearchTerms.filter(term => - term.toLowerCase().startsWith('node:') - ); - existingNodeTerms.forEach(term => { - removeSearchTerm(term); - }); - - // Add the new node filter as a search term - addSearchTerm(`node:${nodeName}`); - } else { - // Remove any node: filters when "all" is selected - const existingNodeTerms = activeSearchTerms.filter(term => - term.toLowerCase().startsWith('node:') - ); - existingNodeTerms.forEach(term => { - removeSearchTerm(term); - }); - } - - handleNodeMenuClose(); - }; - - const handleStatusMenuClose = () => { - setStatusMenuAnchorEl(null); - }; - - const handleStatusSelect = (status) => { - // Update dropdown filter state - if (status === 'all') { - handleStatusChange(null); - } else if (status === 'running') { - handleStatusChange(false); - } else if (status === 'stopped') { - handleStatusChange(true); - } - - // Also add the corresponding search term - // Find and remove any existing status: filters - const existingStatusTerms = activeSearchTerms.filter(term => - term.toLowerCase().startsWith('status:') - ); - existingStatusTerms.forEach(term => { - removeSearchTerm(term); - }); - - // Add new status filter as a search term (except for "all" which means no filter) - if (status !== 'all') { - addSearchTerm(`status:${status}`); - } - - handleStatusMenuClose(); - }; - - const handleTypeMenuClose = () => { - setTypeMenuAnchorEl(null); - }; - - const handleTypeSelect = (type) => { - // Update dropdown filter state - handleTypeChange(type); - - // Also add the corresponding search term - // Find and remove any existing type: filters - const existingTypeTerms = activeSearchTerms.filter(term => - term.toLowerCase().startsWith('type:') - ); - existingTypeTerms.forEach(term => { - removeSearchTerm(term); - }); - - // Add new type filter as a search term (except for "all" which means no filter) - if (type !== 'all') { - addSearchTerm(`type:${type}`); - } - - handleTypeMenuClose(); - }; - - const getSortDirection = (key) => { - if (sortConfig?.key === key) { - return sortConfig.direction; - } - return undefined; - }; - - const isSortingEnabledForType = guestTypeFilter === 'all'; - - const handleColumnClick = (columnId, forcedDirection) => { - // For normal columns, just requestSort - console.log(`Requesting sort for column: ${columnId}`, forcedDirection ? `with forced direction: ${forcedDirection}` : ''); - - // Always pass the current columnId and the forcedDirection if provided - requestSort(columnId, forcedDirection); - }; - - const visibleColumnCount = Object.values(columnVisibility).filter(col => col.visible).length; - - const hasVisibleColumns = visibleColumnCount > 0; - - const columnWidths = useMemo(() => { - return calculateDynamicColumnWidths(columnVisibility); - }, [columnVisibility, forceUpdateCounter]); - - const visibleColumns = useMemo(() => { - // Start with the sorted column order - const columns = columnOrder - // Filter to only include visible columns and ensure they exist in visibility config - .filter(id => columnVisibility[id]?.visible) - // Map to include additional column metadata - .map(id => ({ - id, - ...columnVisibility[id] - })); - - console.log('Generated visible columns:', columns.map(c => c.id)); - return columns; - }, [columnOrder, columnVisibility, forceUpdateCounter]); - - const moveColumnUp = (columnId) => { - const currentIndex = columnOrder.indexOf(columnId); - if (currentIndex > 0) { - const newOrder = [...columnOrder]; - [newOrder[currentIndex - 1], newOrder[currentIndex]] = [newOrder[currentIndex], newOrder[currentIndex - 1]]; - setColumnOrder(newOrder); - } - }; - - const moveColumnDown = (columnId) => { - const currentIndex = columnOrder.indexOf(columnId); - if (currentIndex < columnOrder.length - 1) { - const newOrder = [...columnOrder]; - [newOrder[currentIndex], newOrder[currentIndex + 1]] = [newOrder[currentIndex + 1], newOrder[currentIndex]]; - setColumnOrder(newOrder); - } - }; - - const [draggedColumn, setDraggedColumn] = React.useState(null); - const [dragOverColumn, setDragOverColumn] = React.useState(null); - const [previewOrder, setPreviewOrder] = React.useState(null); - const dragHandleRef = React.useRef(null); - - // Add cleanup for drag event classes - React.useEffect(() => { - // Cleanup function to ensure we don't leave classes when component unmounts - return () => { - // Remove any drag-related classes - document.querySelectorAll('.drop-highlight-before, .drop-highlight-after') - .forEach(el => { - el.classList.remove('drop-highlight-before', 'drop-highlight-after'); - }); - - // Remove dragging class from body - document.body.classList.remove('column-dragging'); - }; - }, []); - - const handleDragStart = (e, columnId) => { - console.log('Drag start:', columnId); - setDraggedColumn(columnId); - setPreviewOrder([...columnOrder]); - - // Create a custom drag image - const draggedElement = e.currentTarget; - const rect = draggedElement.getBoundingClientRect(); - - const ghostElement = draggedElement.cloneNode(true); - ghostElement.style.width = `${rect.width}px`; - ghostElement.style.height = `${rect.height}px`; - ghostElement.style.backgroundColor = alpha(theme.palette.primary.main, 0.2); - ghostElement.style.boxShadow = `0 4px 8px ${alpha(theme.palette.primary.dark, 0.2)}`; - ghostElement.style.borderRadius = '4px'; - ghostElement.style.opacity = '0.8'; - ghostElement.style.position = 'absolute'; - ghostElement.style.top = '-1000px'; - ghostElement.style.left = '-1000px'; - ghostElement.style.zIndex = '9999'; - ghostElement.style.pointerEvents = 'none'; - - document.body.appendChild(ghostElement); - - e.dataTransfer.setDragImage(ghostElement, rect.width / 2, rect.height / 2); - e.dataTransfer.effectAllowed = 'move'; - e.dataTransfer.setData('text/plain', columnId); - - // Add a class to the body to show we're dragging - document.body.classList.add('column-dragging'); - - // Store reference to the ghost element to ensure cleanup - const ghostRef = ghostElement; - - // Clean up ghost element immediately after drag image is set - // Use requestAnimationFrame to ensure it happens after browser processes the drag image - requestAnimationFrame(() => { - // Check if the element is still in the DOM before removing - if (ghostRef && ghostRef.parentNode) { - ghostRef.parentNode.removeChild(ghostRef); - } - }); - }; - - const handleDragOver = (e, columnId) => { - e.preventDefault(); - if (draggedColumn === columnId) return; - - setDragOverColumn(columnId); - - // Add class to the element for highlight - const targetCell = e.currentTarget; - const dropPosition = getDropPosition(draggedColumn, columnId); - - // Remove any existing highlight classes first - targetCell.classList.remove('drop-highlight-before', 'drop-highlight-after'); - - // Add the appropriate highlight class - if (dropPosition === 'before') { - targetCell.classList.add('drop-highlight-before'); - } else { - targetCell.classList.add('drop-highlight-after'); - } - - // Update the preview order if needed - if (columnOrder && draggedColumn && columnId !== draggedColumn) { - const fromIndex = columnOrder.indexOf(draggedColumn); - const toIndex = columnOrder.indexOf(columnId); - - if (fromIndex !== -1 && toIndex !== -1) { - const newOrder = [...columnOrder]; - newOrder.splice(fromIndex, 1); - newOrder.splice(toIndex, 0, draggedColumn); - setPreviewOrder(newOrder); - } - } - }; - - const handleDrop = (e, columnId) => { - e.preventDefault(); - - // Remove highlight classes - e.currentTarget.classList.remove('drop-highlight-before', 'drop-highlight-after'); - - if (draggedColumn !== columnId && columnOrder) { - console.log('Using fallback drop logic'); - const sourceIndex = columnOrder.indexOf(draggedColumn); - const targetIndex = columnOrder.indexOf(columnId); - - if (sourceIndex !== -1 && targetIndex !== -1) { - const newOrder = [...columnOrder]; - newOrder.splice(sourceIndex, 1); - newOrder.splice(targetIndex, 0, draggedColumn); - setColumnOrder(newOrder); - } - } - - setDraggedColumn(null); - setDragOverColumn(null); - setPreviewOrder(null); - }; - - const handleDragEnd = () => { - // Remove all highlight classes from the table cells - document.querySelectorAll('.drop-highlight-before, .drop-highlight-after') - .forEach(el => { - el.classList.remove('drop-highlight-before', 'drop-highlight-after'); - }); - - setDraggedColumn(null); - setDragOverColumn(null); - setPreviewOrder(null); - - // Remove the dragging class - document.body.classList.remove('column-dragging'); - }; - - const getDropPosition = (sourceId, targetId) => { - if (!columnOrder || !sourceId || !targetId) return 'before'; - - const sourceIndex = columnOrder.indexOf(sourceId); - const targetIndex = columnOrder.indexOf(targetId); - - if (sourceIndex === -1 || targetIndex === -1) return 'before'; - - // If source comes before target in the original order, drop after - // If source comes after target in the original order, drop before - return sourceIndex < targetIndex ? 'after' : 'before'; - }; - - const displayOrder = previewOrder || columnOrder; - - const selectedNodeObject = availableNodes.find(node => node.id === selectedNode); - const selectedNodeName = selectedNodeObject ? selectedNodeObject.name : 'All Nodes'; - - const showNotification = (message, variant = 'info') => { - enqueueSnackbar(message, { - variant, - autoHideDuration: 3000, - anchorOrigin: { - vertical: 'top', - horizontal: 'center', - } - }); - }; - - // State for column header hover - const [hoveredColumn, setHoveredColumn] = useState(null); - - // Function to handle column header mouse enter - const handleColumnMouseEnter = (columnId) => () => { - setHoveredColumn(columnId); - }; - - // Function to handle column header mouse leave - const handleColumnMouseLeave = () => { - setHoveredColumn(null); - }; - - // Function to hide column - const hideColumn = (columnId, e) => { - if (e) e.stopPropagation(); - toggleColumnVisibility(columnId); - setHoveredColumn(null); - }; - - // Handle opening resource-specific filter - const handleResourceFilterClick = (event, resourceType) => { - event.stopPropagation(); - - // Direct reference to the main filter button's click handler - handleFilterButtonClick(event); - - // Update filter to match the resource type - setTimeout(() => { - // Focus on the specific resource slider - const sliderElement = document.getElementById(`${resourceType}-filter-slider`); - if (sliderElement) { - sliderElement.focus(); - } - }, 100); - }; - - // Format percentage for display - const formatPercentage = (value) => { - return `${value}%`; - }; - - // Function to get filter value by column ID - const getFilterValue = (columnId) => { - switch(columnId) { - case 'cpu': return filters.cpu || 0; - case 'memory': return filters.memory || 0; - case 'disk': return filters.disk || 0; - case 'download': return filters.download || 0; - case 'upload': return filters.upload || 0; - default: return 0; - } - }; - - // Check if a resource has an active filter - const hasActiveFilter = (columnId) => { - return getFilterValue(columnId) > 0; - }; - - // Function to render the column content based on the column type - const renderColumnContent = (column) => { - // Check if this column is currently being hovered over - const isHovered = hoveredColumn === column.id; - - // Check if this column is a resource column that can have thresholds - const isResourceColumn = ['cpu', 'memory', 'disk', 'download', 'upload'].includes(column.id); - - // Check if this column has an active search filter - const hasSearchFilter = activeFilteredColumns[column.id]; - - // Common sort indicator component for all column types - const SortIndicator = () => ( - - {sortConfig?.key === column.id ? ( - sortConfig.direction === 'asc' ? ( - - ) : ( - - ) - ) : ( - // Invisible placeholder to reserve space - - )} - - ); - - // Common column title styling - const titleTypographyProps = { - variant: "body2", - sx: { - fontWeight: sortConfig?.key === column.id || hasSearchFilter ? 600 : 400, - color: hasSearchFilter - ? theme.palette.primary.main - : sortConfig?.key === column.id - ? theme.palette.mode === 'dark' - ? '#ffffff' - : theme.palette.primary.main - : 'inherit' - } - }; - - // Common text click handler for ALL columns - const handleTextClick = (e) => { - e.stopPropagation(); - - // For resource columns, default to descending sort first time - if (isResourceColumn && (!sortConfig || sortConfig.key !== column.id)) { - console.log(`Resource column ${column.id} clicked - defaulting to DESC sort`); - requestSort(column.id, 'desc'); - } else { - // First check if this is the currently sorted column - if (sortConfig && sortConfig.key === column.id) { - // If already sorted, explicitly toggle direction - const newDirection = sortConfig.direction === 'asc' ? 'desc' : 'asc'; - console.log(`Column ${column.id} clicked - toggling from ${sortConfig.direction} to ${newDirection}`); - requestSort(column.id, newDirection); - } else { - // New column sort, use default toggle - console.log(`Column ${column.id} clicked - new sort`); - requestSort(column.id); - } - } - }; - - // Render the appropriate column content - return ( - - - {/* Removed search filter icon */} - - - {column.label || column.id} - - - - {/* Threshold indicator */} - {hasActiveFilter(column.id) && ( - - ({formatPercentage(getFilterValue(column.id))}+) - - )} - - - ); - }; - - // Add a state hook to track whether the role column should be hidden - const [hideRoleColumn, setHideRoleColumn] = useState(false); - - // Function to get appropriate padding for table headers - const getTableHeaderPadding = (isNarrow) => { - return isNarrow ? '0px 8px' : '16px 8px'; - }; - - // Add effect to check cluster status when the component first mounts or when dependencies change - useEffect(() => { - const isClusterDetected = localStorage.getItem('CLUSTER_DETECTED') === 'true'; - const isMockData = localStorage.getItem('MOCK_DATA_ENABLED') === 'true' || - localStorage.getItem('use_mock_data') === 'true' || - window.location.hostname === 'localhost'; - - // Role column should be hidden if not in mock mode and no cluster detected - setHideRoleColumn(!isMockData && !isClusterDetected); - - console.log('NetworkTableHeader checking cluster status:', { - isClusterDetected, - isMockData, - hideRoleColumn: !isMockData && !isClusterDetected - }); - - // Listen for changes to the CLUSTER_DETECTED value in localStorage - const handleStorageChange = (e) => { - if (e.key === 'CLUSTER_DETECTED') { - const newClusterDetected = e.newValue === 'true'; - setHideRoleColumn(!isMockData && !newClusterDetected); - } - }; - - // Add event listener - window.addEventListener('storage', handleStorageChange); - - // Clean up event listener - return () => { - window.removeEventListener('storage', handleStorageChange); - }; - }, [forceUpdateCounter]); - - return ( - - {/* Debug information in a hidden span */} - - {console.log('NETWORK TABLE HEADER DEBUG:', { - visibleColumns: Object.entries(columnVisibility) - .filter(([_, config]) => config.visible) - .map(([id]) => id), - roleColumn: columnVisibility.role, - effectiveVisibility: columnVisibility.role?.visible, - columnOrder - })} - - - {!hasVisibleColumns ? ( - - - - - All columns are hidden - - - - - ) : ( - <> - {visibleColumns.map(column => { - // Don't skip rendering the role column if user chose to make it visible - // Only skip if user hasn't configured it and no cluster detected - const roleColumnShouldDisplay = column.id !== 'role' || - column.visible === true || - localStorage.getItem('CLUSTER_DETECTED') === 'true'; - - if (!roleColumnShouldDisplay) { - return null; - } - - return ( - handleDragStart(e, column.id)} - onDragOver={(e) => handleDragOver(e, column.id)} - onDrop={(e) => handleDrop(e, column.id)} - onDragEnd={handleDragEnd} - onClick={(e) => { - handleTextClick(e); - }} - sx={{ - width: getColumnWidth(column.id), - minWidth: getMinWidthForColumn(column.id), - maxWidth: autoSizeColumns.includes(column.id) ? '300px' : 'none', - position: 'relative', - zIndex: 5, - fontWeight: 'bold', - py: 1.5, - ...(fixedNarrowColumns.includes(column.id) && { - textAlign: 'center', - padding: getTableHeaderPadding(true) - }), - ...(!fixedNarrowColumns.includes(column.id) && { - padding: getTableHeaderPadding(false) - }) - }} - > - {renderColumnContent(column)} - - ); - })} - - )} - - - - - Filter by Node - - - - - {availableNodes.map((node) => ( - handleNodeSelect(node.id)} - sx={{ - py: 1, - borderLeft: selectedNode === node.id ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: selectedNode === node.id ? 1 : 2, - }} - > - - {node.id === 'all' ? ( - - ) : ( - - )} - - - {selectedNode === node.id && ( - - )} - - ))} - - - - - - - Filter by Status - - - - handleStatusSelect('all')} - sx={{ - py: 1, - borderLeft: showStopped === null ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: showStopped === null ? 1 : 2, - }} - > - - - - - {showStopped === null && ( - - )} - - - handleStatusSelect('running')} - sx={{ - py: 1, - borderLeft: showStopped === false ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: showStopped === false ? 1 : 2, - }} - > - - - - - {showStopped === false && ( - - )} - - - handleStatusSelect('stopped')} - sx={{ - py: 1, - borderLeft: showStopped === true ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: showStopped === true ? 1 : 2, - }} - > - - - - - {showStopped === true && ( - - )} - - - - - - - Filter by Type - - - - handleTypeSelect('all')} - sx={{ - py: 1, - borderLeft: guestTypeFilter === 'all' ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: guestTypeFilter === 'all' ? 1 : 2, - }} - > - - - - - {guestTypeFilter === 'all' && ( - - )} - - - handleTypeSelect('vm')} - sx={{ - py: 1, - borderLeft: guestTypeFilter === 'vm' ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: guestTypeFilter === 'vm' ? 1 : 2, - }} - > - - - - - {guestTypeFilter === 'vm' && ( - - )} - - - handleTypeSelect('ct')} - sx={{ - py: 1, - borderLeft: guestTypeFilter === 'ct' ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: guestTypeFilter === 'ct' ? 1 : 2, - }} - > - - - - - {guestTypeFilter === 'ct' && ( - - )} - - - - - - - Column Visibility - - - Click to toggle visibility. Drag to reorder. - - - - - {columnOrder.map((columnId) => { - const config = columnVisibility[columnId]; - if (!config) return null; - - // Always show all columns including HA Status (role) column - - return ( - toggleColumnVisibility(columnId)} - dense - className="column-menu-item" - data-column-id={columnId} - draggable={true} - onDragStart={(e) => handleDragStart(e, columnId)} - onDragOver={(e) => { - e.preventDefault(); - handleDragOver(e, columnId); - }} - onDrop={(e) => { - e.preventDefault(); - handleDrop(e, columnId); - }} - onDragEnd={(e) => { - handleDragEnd(); - }} - sx={{ - display: 'flex', - alignItems: 'center', - justifyContent: 'space-between', - backgroundColor: dragOverColumn === columnId - ? 'rgba(25, 118, 210, 0.08)' - : draggedColumn === columnId - ? 'rgba(0, 0, 0, 0.04)' - : 'transparent', - borderLeft: config.visible ? '3px solid' : 'none', - borderLeftColor: 'primary.main', - pl: config.visible ? 1 : 2, - cursor: draggedColumn === columnId ? 'grabbing' : 'pointer', - transition: 'all 0.2s ease', - position: 'relative', - transform: draggedColumn === columnId ? 'scale(1.02)' : 'scale(1)', - zIndex: draggedColumn === columnId ? 1200 : 1, - boxShadow: draggedColumn === columnId ? '0 2px 8px rgba(0,0,0,0.1)' : 'none', - '&:hover': { - backgroundColor: 'rgba(0, 0, 0, 0.04)' - }, - '&:hover .drag-handle': { - opacity: 1 - }, - '&::before': dragOverColumn === columnId && draggedColumn !== columnId ? { - content: '""', - position: 'absolute', - left: 0, - right: 0, - height: '2px', - backgroundColor: 'primary.main', - top: getDropPosition(draggedColumn, columnId) === 'before' ? 0 : 'auto', - bottom: getDropPosition(draggedColumn, columnId) === 'after' ? 0 : 'auto', - } : {} - }} - > - - - - {config.label} - - - - {config.visible && } - - - - ); - })} - - - - - Reset to Default - - - - - - - ); -}; - -// Update min width function to account for sorting icon -const getMinWidthForColumn = (columnId) => { - const minWidths = { - // Fixed narrow columns - add a few pixels to accommodate sort icon - type: 50, // Very small - just "VM" or "CT" - id: 60, // Very small - just numeric IDs - status: 50, // Minimal - just an icon - role: 100, // Primary/Secondary chip - - // Auto-sized columns - name: 120, // Names - minimum width - node: 80, // Node names - minimum width (reduced from 100) - - // Flexible equal columns - cpu: 140, // Medium - progress bar with percentage - memory: 140, // Progress bar with byte values - disk: 140, // Progress bar with byte values - - // Fixed width columns - download: 90, // Network rates - upload: 90, // Network rates - uptime: 90 // Time display - }; - - return minWidths[columnId] || 80; -}; - -export default NetworkTableHeader; \ No newline at end of file diff --git a/frontend/src/components/network/NetworkTableRow.jsx b/frontend/src/components/network/NetworkTableRow.jsx deleted file mode 100644 index 196bfe9d2..000000000 --- a/frontend/src/components/network/NetworkTableRow.jsx +++ /dev/null @@ -1,801 +0,0 @@ -import React, { useMemo } from 'react'; -import { - TableRow, - TableCell, - Typography, - Box, - Chip, - Tooltip, - alpha, - useTheme -} from '@mui/material'; -import { StatusIndicator, ProgressWithLabel } from './UIComponents'; -import { formatBytes, formatNetworkRate, formatUptime, formatPercentage, formatBytesWithUnit } from '../../utils/formatters'; -import { calculateDynamicColumnWidths } from '../../utils/networkUtils'; -import { useSearchContext } from '../../context/SearchContext'; -import { useUserSettings } from '../../context/UserSettingsContext'; -import { getNodeColor, getNodeTextColor } from '../../utils/colorUtils'; - -const NetworkTableRow = ({ - guest, - metrics, - columnVisibility, - getNodeName, - extractNumericId, - columnOrder, - activeFilteredColumns = {}, - thresholdColumn, - thresholdValue, - sharedGuestIds = {}, - filters -}) => { - const theme = useTheme(); - - // DEBUG: Log the guest data to see what hastate values are coming in - // More detailed logging for the first few guests to keep logs manageable - const guestIdNum = parseInt(guest?.id?.toString() || '0', 10); - if (guestIdNum <= 5) { - console.log('Guest details:', { - id: guest.id, - name: guest.name, - node: guest.node, - status: guest.status, - hastate: guest.hastate, - shared: guest.shared, - isRunning: guest.status?.toLowerCase() === 'running' - }); - } - - // Get search terms for highlighting - const { searchTerm, activeSearchTerms } = useSearchContext(); - - // Get user settings for compact mode - const { getTableCellPadding } = useUserSettings(); - - // Get the node name for this guest - const nodeName = getNodeName(guest?.node); - - // Generate a text color for the node name - const nodeTextColor = useMemo(() => { - return getNodeTextColor(nodeName, theme.palette.mode); - }, [nodeName, theme.palette.mode]); - - // Combine all active search terms for highlighting - const allSearchTerms = useMemo(() => { - const terms = [...activeSearchTerms]; - if (searchTerm && !terms.includes(searchTerm)) { - terms.push(searchTerm); - } - - // Process compound terms (e.g., with spaces or |) - const processedTerms = []; - // Keep track of column-specific search terms and their associated values - const columnSearchTerms = {}; - - terms.forEach(term => { - const termLower = term.toLowerCase().trim(); - - // Skip empty terms - if (!termLower) return; - - // Handle prefixed terms with colon (e.g., "node:pve-01") - if (termLower.includes(':')) { - const [prefix, value] = termLower.split(':', 2); - const prefixTrim = prefix.trim(); - - // Add the original term - processedTerms.push({ - term: termLower, - isColumnSpecific: true, - columnId: prefixTrim - }); - - // Store the value for this column for highlighting only in that column - if (value && value.trim() !== '') { - if (!columnSearchTerms[prefixTrim]) { - columnSearchTerms[prefixTrim] = []; - } - columnSearchTerms[prefixTrim].push(value.trim()); - } - } else if (termLower.split(' ').length > 1) { - // Handle OR search with spaces - const spaceTerms = termLower.split(' ').map(t => t.trim()).filter(t => t); - spaceTerms.forEach(t => { - processedTerms.push({ - term: t, - isColumnSpecific: false - }); - }); - - // Also add the original term in case exact phrase matching is needed - processedTerms.push({ - term: termLower, - isColumnSpecific: false - }); - } else if (termLower.includes('|')) { - // Handle OR search with pipe character - const orTerms = termLower.split('|').map(t => t.trim()).filter(t => t); - orTerms.forEach(t => { - processedTerms.push({ - term: t, - isColumnSpecific: false - }); - }); - } else { - processedTerms.push({ - term: termLower, - isColumnSpecific: false - }); - } - }); - - // For numerical terms, remove leading zeros - const finalTerms = processedTerms.map(item => { - if (/^\d+$/.test(item.term)) { - return { - ...item, - term: String(parseInt(item.term, 10)) - }; - } - return item; - }); - - return { - terms: finalTerms, - columnSearchTerms - }; - }, [searchTerm, activeSearchTerms]); - - // Function to check if text contains any of the search terms - const hasSearchMatch = (text, columnId) => { - if (!text || !allSearchTerms || !allSearchTerms.terms || allSearchTerms.terms.length === 0) { - return false; - } - - // Convert to string to handle numeric values - const textStr = String(text || '').toLowerCase(); - - // Check for column-specific terms first - if (columnId && allSearchTerms.columnSearchTerms && allSearchTerms.columnSearchTerms[columnId]) { - // Look for matches from column-specific values - if (allSearchTerms.columnSearchTerms[columnId].some(term => - textStr.includes(String(term).toLowerCase()) - )) { - return true; - } - } - - // Check non-column-specific terms - return allSearchTerms.terms - .filter(item => !item.isColumnSpecific) // Only use generic terms - .some(item => textStr.includes(String(item.term).toLowerCase())); - }; - - // Determine if the guest is running - const isRunning = guest.status?.toLowerCase() === 'running'; - - // Determine if this is a shared guest by checking if it actually exists on multiple nodes - // First check if it's in the sharedGuestIds map, otherwise fall back to the ID format check - const isSharedGuest = useMemo(() => { - // For guests with VMID 999 or 888, show more detailed logging - if (guest?.vmid === 999 || guest?.vmid === 888) { - console.info('⚠️ Special VMID detected:', { - id: guest?.id, - vmid: guest?.vmid, - name: guest?.name, - isInSharedMap: !!(guest?.id && sharedGuestIds[guest.id]), - hasColonInId: !!(guest?.id && guest.id.includes(':')), - hastate: guest?.hastate - }); - } - - // Check if the guest has a meaningful HA state (not undefined, not ignored) - // Only guests managed by HA or shared across nodes should show in the HA column - const hasHaState = guest?.hastate && guest.hastate !== 'ignored'; - - // Is the guest shared across nodes? (exists in sharedGuestIds map or has ':' in id) - const isShared = (guest?.id && sharedGuestIds[guest.id]) || - (guest?.id && guest.id.includes(':')) || - !!guest?.shared; - - // For debugging: log about 1% of the guests to avoid flooding the console - if (Math.random() < 0.01) { - console.info('Guest HA Status Check:', { - id: guest?.id, - name: guest.name, - hastate: guest.hastate, - isShared, - hasHaState, - shouldShowHaStatus: hasHaState || isShared - }); - } - - // Return true if the guest is either HA-managed or shared - return hasHaState || isShared; - }, [guest?.id, guest?.vmid, guest?.name, guest?.hastate, guest?.shared, sharedGuestIds]); - - // If the guest is running, it's the primary node for this guest - // In development mode, alternate primary/secondary for testing - const isPrimaryNode = useMemo(() => { - const isDevelopmentMode = localStorage.getItem('NODE_ENV') === 'development' || - localStorage.getItem('use_mock_data') === 'true'; - - // Use hastate field if available to determine primary status - // Specifically for showing visuals, any guest with a hastate that isn't stopped - // or disabled should be treated as "PRIMARY" (for the visual only) - if (guest?.hastate) { - if (guest.hastate === 'stopped' || guest.hastate === 'disabled') { - return false; - } - // For any other state (started, error, fence, etc), show as primary - return true; - } - - // No hastate? Just use the running status directly - return isRunning; - - // Previous logic - commented out as it was defaulting most guests to SECONDARY - /* - if (isDevelopmentMode && isSharedGuest) { - // In dev mode, make some guests primary and others secondary for testing - const guestIdNumber = parseInt(guest?.id?.split(':')[0] || guest?.id || '0', 10); - return guestIdNumber % 2 === 0; // Even IDs are primary, odd are secondary - } - - // Standard logic for production - return isSharedGuest && isRunning; - */ - }, [isRunning, guest?.hastate]); - - // Get metrics for this guest - const cpuMetrics = metrics?.cpu?.[guest?.id] || null; - const memoryMetrics = metrics?.memory?.[guest?.id] || null; - const diskMetrics = metrics?.disk?.[guest?.id] || null; - const networkMetrics = metrics?.network?.[guest?.id] || null; - - // Determine guest type - const isVM = guest.type === 'qemu'; - const guestTypeLabel = isVM ? 'VM' : 'CT'; - const guestTypeColor = isVM ? 'primary' : 'secondary'; - - // Get the CPU usage value - const cpuUsage = cpuMetrics?.usage ?? 0; - - // Get memory usage with unit awareness - const memoryUsage = memoryMetrics?.usagePercent ?? 0; - const memoryUnit = memoryMetrics?.unit || 'bytes'; - const memoryTotal = memoryMetrics?.total ?? 0; - const memoryUsed = memoryMetrics?.used ?? 0; - - // Get disk usage with unit awareness - const diskUsage = diskMetrics?.usagePercent ?? 0; - const diskUnit = diskMetrics?.unit || 'bytes'; - const diskTotal = diskMetrics?.total ?? 0; - const diskUsed = diskMetrics?.used ?? 0; - - // Get network rates with unit awareness - const downloadRate = networkMetrics?.inRate ?? 0; - const uploadRate = networkMetrics?.outRate ?? 0; - - // Get uptime - const uptime = guest.uptime ?? 0; - - // Define column groups for sizing strategy (same as in header) - const fixedNarrowColumns = ['type', 'id', 'status']; // Very narrow columns - const fixedWidthColumns = ['download', 'upload', 'uptime']; // Fixed width for network stats - const autoSizeColumns = ['name', 'node']; // Auto-size to content - const flexibleEqualColumns = ['cpu', 'memory', 'disk']; // Equal width with progress bars - - // Calculate visible columns and their groups - const getVisibleColumnGroups = useMemo(() => { - if (!columnOrder || !Array.isArray(columnOrder) || columnOrder.length === 0) { - return { fixedNarrow: [], fixedWidth: [], autoSize: [], flexibleEqual: [] }; - } - - const visibleColumnIds = columnOrder.filter(id => columnVisibility[id]?.visible); - - return { - fixedNarrow: visibleColumnIds.filter(id => fixedNarrowColumns.includes(id)), - fixedWidth: visibleColumnIds.filter(id => fixedWidthColumns.includes(id)), - autoSize: visibleColumnIds.filter(id => autoSizeColumns.includes(id)), - flexibleEqual: visibleColumnIds.filter(id => flexibleEqualColumns.includes(id)) - }; - }, [columnOrder, columnVisibility]); - - // Get visible columns in the correct order - const visibleColumns = useMemo(() => { - if (!columnOrder || !Array.isArray(columnOrder) || columnOrder.length === 0) { - return []; - } - - // Filter visible columns and sort them according to columnOrder - return columnOrder - .filter(id => columnVisibility[id]?.visible) - .map(id => ({ id, ...columnVisibility[id] })) - .filter(Boolean); - }, [columnVisibility, columnOrder]); - - // Helper function to get width for a column - const getColumnWidth = (columnId) => { - // Define fixed widths for specific columns - const fixedWidths = { - type: '50px', // Just "VM" or "CT" - id: '60px', // Just numeric IDs - status: '50px', // Just the status circle - role: '100px', // Primary/Secondary chip - download: '90px', // Network rates - upload: '90px', // Network rates - uptime: '90px' // Time display - }; - - // If column has a fixed width, return it - if (fixedWidths[columnId]) { - return fixedWidths[columnId]; - } - - // For auto-sized columns, use different strategies for name vs node - if (autoSizeColumns.includes(columnId)) { - // Use max-content for node to fit content more closely - if (columnId === 'node') { - return 'max-content'; - } - // Use auto for name which can be longer - return 'auto'; - } - - // For flexible equal columns (cpu, memory, disk), use percentage - if (flexibleEqualColumns.includes(columnId)) { - const visibleFlexColumns = getVisibleColumnGroups.flexibleEqual.length; - - if (visibleFlexColumns > 0) { - // Use the same calculation as in the header - return `${Math.floor(100 / visibleFlexColumns)}%`; - } - - // Fallback if something goes wrong - return '20%'; - } - - // Default fallback - return 'auto'; - }; - - // Check if a column is a flexible column - const isFlexibleColumn = (columnId) => { - return flexibleEqualColumns.includes(columnId); - }; - - // Function to check if a cell contains content that matches search terms - const cellHasMatch = (columnId) => { - if (!columnId) { - return false; - } - - // Check if this column has an active threshold filter - if (['cpu', 'memory', 'disk', 'download', 'upload'].includes(columnId)) { - // Debug log to see what filters are being passed - if (columnId === 'cpu') { - console.log('CPU Column Check:', { - columnId, - hasFilters: !!filters, - filterValue: filters?.[columnId], - isActive: filters && filters[columnId] > 0, - filtersObj: filters ? {...filters} : null - }); - } - - // Handle all possible ways to check for active filters - // 1. Direct filters object check - if (filters && filters[columnId] > 0) { - return true; - } - - // 2. Check the activeFilteredColumns object which might have a different structure - if (activeFilteredColumns && activeFilteredColumns[columnId]) { - return true; - } - - // 3. Check if we have a direct match with the thresholdColumn - if (thresholdColumn === columnId && thresholdValue > 0) { - return true; - } - - // 4. Check if we have a threshold search term in the search context - const hasThresholdSearch = allSearchTerms?.terms?.some(item => - item.isColumnSpecific && - item.columnId === columnId && - item.term.includes('>') && - /\d/.test(item.term) - ); - - if (hasThresholdSearch) { - return true; - } - } - - // Continue with regular search term matching if there are search terms - if (!allSearchTerms || !allSearchTerms.terms || allSearchTerms.terms.length === 0) { - return false; - } - - // Check for column-specific search terms first - const columnPrefixedTerms = allSearchTerms.terms.filter(item => { - if (!item.isColumnSpecific) return false; - return item.columnId === columnId; - }); - - // If we have column-specific terms targeting this column, it's a match - if (columnPrefixedTerms.length > 0) { - return true; - } - - // Get the text content for this cell based on column ID - let cellText; - switch (columnId) { - case 'node': - cellText = getNodeName(guest?.node); - break; - case 'role': - cellText = isSharedGuest ? - (guest?.hastate === 'started' ? 'primary started' : - guest?.hastate === 'stopped' ? 'secondary stopped' : - guest?.hastate === 'migrate' ? 'migrating migration' : - guest?.hastate === 'relocate' ? 'relocating relocation' : - guest?.hastate === 'error' ? 'error' : - guest?.hastate === 'fence' ? 'fence fencing' : - guest?.hastate === 'recovery' ? 'recovery recovering' : - guest?.hastate === 'disabled' ? 'disabled' : - isPrimaryNode ? 'primary' : 'secondary') - : (guest?.hastate && guest.hastate !== 'ignored' ? 'ha managed high-availability' : ''); - break; - case 'type': - cellText = isVM ? 'VM virtual machine' : 'CT container'; - break; - case 'id': - cellText = extractNumericId(guest?.id); - break; - case 'status': - cellText = isRunning ? 'running' : 'stopped'; - break; - case 'name': - cellText = guest?.name; - break; - case 'cpu': - cellText = `cpu ${formatPercentage(cpuUsage)}`; - break; - case 'memory': - cellText = `memory ${formatBytesWithUnit(memoryUsed, memoryUnit)} ${formatBytesWithUnit(memoryTotal, memoryUnit)} ${memoryUsage}%`; - break; - case 'disk': - cellText = `disk ${formatBytesWithUnit(diskUsed, diskUnit)} ${formatBytesWithUnit(diskTotal, diskUnit)} ${diskUsage}%`; - break; - case 'download': - cellText = formatNetworkRate(downloadRate); - break; - case 'upload': - cellText = formatNetworkRate(uploadRate); - break; - case 'uptime': - cellText = isRunning ? formatUptime(uptime) : '—'; - break; - default: - cellText = ''; - } - - // Now check for general search terms that match this cell's content - return hasSearchMatch(cellText, columnId); - }; - - // Render cell content based on column ID - const renderCellContent = (columnId) => { - if (!columnId) return null; - - switch (columnId) { - case 'node': - return ( - - - {getNodeName(guest?.node)} - - - ); - - case 'role': - return ( - - {/* Only show HA status chip if one of these conditions is true: - 1. Guest has a meaningful hastate (not ignored and not undefined) - 2. Guest is shared among multiple nodes (truly HA-managed) - */} - {(guest?.hastate && guest.hastate !== 'ignored') || - (guest?.shared === true || (guest?.id && (sharedGuestIds[guest.id] || guest.id.includes(':')))) ? ( - - - - ) : null} - - ); - - case 'type': - return ( - - - - {isVM ? 'VM' : 'CT'} - - - - ); - case 'id': - return ( - - {extractNumericId(guest?.id)} - - ); - case 'status': - return ( - - {isSharedGuest ? ( - - - - - - ) : ( - - - - - - )} - - ); - case 'name': - return ( - - - {guest?.name} - - - ); - case 'cpu': - return ( - 90 ? 'error' : cpuUsage > 70 ? 'warning' : 'primary'} - /> - ); - case 'memory': - return ( - 90 ? 'error' : memoryUsage > 70 ? 'warning' : 'primary'} - /> - ); - case 'disk': - return ( - 90 ? 'error' : diskUsage > 70 ? 'warning' : 'primary'} - /> - ); - case 'download': - return ( - - {formatNetworkRate(downloadRate)} - - ); - case 'upload': - return ( - - {formatNetworkRate(uploadRate)} - - ); - case 'uptime': - return ( - - {isRunning ? formatUptime(uptime) : '—'} - - ); - default: - return null; - } - }; - - // Render the table row - return ( - - {/* Render cells based on column order */} - {Array.isArray(visibleColumns) && visibleColumns.length > 0 ? ( - visibleColumns.map(column => { - // Don't skip rendering the role column if user chose to make it visible - // Only skip if user hasn't configured it and no cluster detected - const roleColumnShouldDisplay = column.id !== 'role' || - column.visible === true || - localStorage.getItem('CLUSTER_DETECTED') === 'true'; - - if (!roleColumnShouldDisplay) { - return null; - } - - // Check if this cell has a matching search term - const hasMatch = cellHasMatch(column.id); - - // Special handling for node column to use custom text color - const isNodeColumn = column.id === 'node'; - - return ( - column && ( - - {renderCellContent(column.id)} - - ) - ); - }) - ) : ( - No visible columns - )} - - ); -}; - -// Helper function to get minimum width for each column -const getMinWidthForColumn = (columnId) => { - const minWidths = { - // Fixed narrow columns - add a few pixels to accommodate sort icon - type: 50, // Very small - just "VM" or "CT" - id: 60, // Very small - just numeric IDs - status: 50, // Minimal - just an icon - role: 100, // Primary/Secondary chip - - // Auto-sized columns - name: 120, // Names - minimum width - node: 80, // Node names - minimum width (reduced from 100) - - // Flexible equal columns - cpu: 140, // Medium - progress bar with percentage - memory: 140, // Progress bar with byte values - disk: 140, // Progress bar with byte values - - // Fixed width columns - download: 90, // Network rates - upload: 90, // Network rates - uptime: 90 // Time display - }; - - return minWidths[columnId] || 80; -}; - -export default NetworkTableRow; \ No newline at end of file diff --git a/frontend/src/components/network/UIComponents.jsx b/frontend/src/components/network/UIComponents.jsx deleted file mode 100644 index 364aac7ac..000000000 --- a/frontend/src/components/network/UIComponents.jsx +++ /dev/null @@ -1,280 +0,0 @@ -import React from 'react'; -import { - Box, - Typography, - LinearProgress, - Tooltip, - alpha, - useTheme -} from '@mui/material'; -import { formatPercentage } from '../../utils/formatters'; -import { pulseAnimation, logoPulseAnimation, centerGlowAnimation } from '../../constants/networkConstants'; - -// Animated Logo component -export const AnimatedLogo = React.memo(({ size = 32, darkMode = false }) => { - return ( - - {/* Background circle with subtle pulse */} - - - {/* Outer ring */} - - - {/* Pulse ring (animated) */} - - - {/* Center dot */} - - - ); -}); - -// Animated Logo with Text component -export const AnimatedLogoWithText = React.memo(({ size = 32, darkMode = false }) => { - return ( - - - - Pulse - - - ); -}); - -// Progress bar with label and tooltip -export const ProgressWithLabel = React.memo(({ value, color = "primary", disabled = false, tooltipText }) => { - // Ensure value is a number and between 0-100 - const normalizedValue = typeof value === 'number' - ? Math.min(Math.max(0, value), 100) - : 0; - - const progressBar = ( - - - - {formatPercentage(normalizedValue)} - - - - alpha(theme.palette.grey[300], 0.5), - '& .MuiLinearProgress-bar': { - borderRadius: 4, - transition: 'transform 0.4s cubic-bezier(0.4, 0, 0.2, 1)', - } - }} - /> - - - ); - - if (tooltipText) { - return ( - - {progressBar} - - ); - } - - return progressBar; -}); - -// Status indicator circle -export const StatusIndicator = React.memo(({ status }) => { - const theme = useTheme(); - const isDarkMode = theme.palette.mode === 'dark'; - let color = 'grey'; - - switch (status.toLowerCase()) { - case 'running': - color = '#4caf50'; // success green - break; - case 'stopped': - color = '#f44336'; // error red - break; - case 'paused': - color = '#ff9800'; // warning orange - break; - default: - color = '#9e9e9e'; // grey - } - - return ( - - ); -}); - -// KeyboardShortcut component with better a11y -export const KeyboardShortcut = ({ shortcut, sx = {} }) => ( - -); - -// Add a new HighlightedText component for search term highlighting -export const HighlightedText = ({ text, searchTerms = [], variant = "body2", sx = {}, ...props }) => { - const theme = useTheme(); - - if (!text || !searchTerms || searchTerms.length === 0) { - return {text}; - } - - // Convert to string to handle numeric values - const textStr = String(text || ''); - - // Prepare regular expression for matching - case insensitive - // Escape special regex characters in search terms - const escapedTerms = searchTerms.map(term => - String(term).replace(/[.*+?^${}()|[\]\\]/g, '\\$&') - ); - - // Create regex pattern from all terms - const pattern = new RegExp(`(${escapedTerms.join('|')})`, 'gi'); - - // Split text by matches - const parts = textStr.split(pattern); - - // Skip highlighting if no matches - if (parts.length <= 1) { - return {text}; - } - - return ( - - {parts.map((part, i) => { - // Check if this part matches any search term (case insensitive) - const isMatch = searchTerms.some(term => - part.toLowerCase() === String(term).toLowerCase() - ); - - return isMatch ? ( - - {part} - - ) : part; - })} - - ); -}; \ No newline at end of file diff --git a/frontend/src/components/network/components/NetworkHeader.jsx b/frontend/src/components/network/components/NetworkHeader.jsx deleted file mode 100644 index c65f7300b..000000000 --- a/frontend/src/components/network/components/NetworkHeader.jsx +++ /dev/null @@ -1,32 +0,0 @@ -import React from 'react'; -import { - Box -} from '@mui/material'; - -const NetworkHeader = ({ - openFilters, - filters, - handleFilterButtonClick, - filterButtonRef -}) => { - return ( - - {/* Left side - Intentionally empty, removed Dashboard title */} - - - {/* Right side - Actions - Column visibility button has been moved to the main app header */} - - {/* Additional buttons can be added here if needed */} - - - ); -}; - -export default NetworkHeader; \ No newline at end of file diff --git a/frontend/src/components/network/components/NetworkNotification.jsx b/frontend/src/components/network/components/NetworkNotification.jsx deleted file mode 100644 index 2e0c0cec4..000000000 --- a/frontend/src/components/network/components/NetworkNotification.jsx +++ /dev/null @@ -1,29 +0,0 @@ -import React from 'react'; -import { Snackbar, Alert } from '@mui/material'; - -const NetworkNotification = ({ - snackbarOpen, - snackbarMessage, - snackbarSeverity, - handleSnackbarClose -}) => { - return ( - - - {snackbarMessage} - - - ); -}; - -export default NetworkNotification; \ No newline at end of file diff --git a/frontend/src/components/network/components/NetworkPopovers.jsx b/frontend/src/components/network/components/NetworkPopovers.jsx deleted file mode 100644 index 7a0b6f939..000000000 --- a/frontend/src/components/network/components/NetworkPopovers.jsx +++ /dev/null @@ -1,206 +0,0 @@ -import React from 'react'; -import { - Popover, - Paper, - Box, - Typography, - IconButton, - Button, - Slider -} from '@mui/material'; -import FilterAltOffIcon from '@mui/icons-material/FilterAltOff'; -import { useSearchContext } from '../../../context/SearchContext'; - -const NetworkPopovers = ({ - // Filter popover props - filterAnchorEl, - openFilters, - handleCloseFilterPopover, - filters, - updateFilter, - handleSliderDragStart, - handleSliderDragEnd, - resetFilters, - - // Formatters - formatPercentage, - formatNetworkRateForFilter -}) => { - // Get clearSearchTerms from context to ensure search terms are cleared when filters are reset - const { clearSearchTerms } = useSearchContext(); - - // Handle resetting all filters including search terms - const handleResetAllFilters = () => { - resetFilters(); - clearSearchTerms(); - handleCloseFilterPopover(); - }; - - return ( - <> - {/* Filter popover */} - - - - - Resource Thresholds - - - Filter systems by resource usage thresholds. - - - - - {/* CPU filter */} - - - CPU Usage - - {formatPercentage(filters.cpu)} - - - updateFilter('cpu', newValue)} - onMouseDown={() => handleSliderDragStart('cpu')} - onMouseUp={handleSliderDragEnd} - min={0} - max={100} - step={1} - valueLabelDisplay="auto" - valueLabelFormat={formatPercentage} - aria-labelledby="cpu-usage-slider" - /> - - - {/* Memory filter */} - - - Memory Usage - - {formatPercentage(filters.memory)} - - - updateFilter('memory', newValue)} - onMouseDown={() => handleSliderDragStart('memory')} - onMouseUp={handleSliderDragEnd} - min={0} - max={100} - step={1} - valueLabelDisplay="auto" - valueLabelFormat={formatPercentage} - aria-labelledby="memory-usage-slider" - /> - - - {/* Disk filter */} - - - Disk Usage - - {formatPercentage(filters.disk)} - - - updateFilter('disk', newValue)} - onMouseDown={() => handleSliderDragStart('disk')} - onMouseUp={handleSliderDragEnd} - min={0} - max={100} - step={1} - valueLabelDisplay="auto" - valueLabelFormat={formatPercentage} - aria-labelledby="disk-usage-slider" - /> - - - {/* Download filter */} - - - Download Rate - - {formatNetworkRateForFilter(filters.download)} - - - updateFilter('download', newValue)} - onMouseDown={() => handleSliderDragStart('download')} - onMouseUp={handleSliderDragEnd} - min={0} - max={100000} - step={1} - valueLabelDisplay="auto" - valueLabelFormat={formatNetworkRateForFilter} - aria-labelledby="download-rate-slider" - /> - - - {/* Upload filter */} - - - Upload Rate - - {formatNetworkRateForFilter(filters.upload)} - - - updateFilter('upload', newValue)} - onMouseDown={() => handleSliderDragStart('upload')} - onMouseUp={handleSliderDragEnd} - min={0} - max={100000} - step={1} - valueLabelDisplay="auto" - valueLabelFormat={formatNetworkRateForFilter} - aria-labelledby="upload-rate-slider" - /> - - - {/* Reset button */} - - - - - - ); -}; - -export default NetworkPopovers; \ No newline at end of file diff --git a/frontend/src/components/network/components/NetworkTable.jsx b/frontend/src/components/network/components/NetworkTable.jsx deleted file mode 100644 index 41c010481..000000000 --- a/frontend/src/components/network/components/NetworkTable.jsx +++ /dev/null @@ -1,272 +0,0 @@ -import React, { useState, useEffect, useMemo } from 'react'; -import { - Card, - CardContent, - TableContainer, - Table, - Paper, - Box, - alpha, - useTheme -} from '@mui/material'; -import NetworkTableHeader from '../NetworkTableHeader'; -import NetworkTableBody from '../NetworkTableBody'; -import { STORAGE_KEY_COLUMN_VISIBILITY } from '../../../constants/networkConstants'; -import axios from 'axios'; - -const NetworkTable = ({ - sortConfig, - requestSort, - columnVisibility, - toggleColumnVisibility, - resetColumnVisibility, - columnMenuAnchorEl, - handleColumnMenuOpen, - handleColumnMenuClose, - openColumnMenu, - forceUpdateCounter, - columnOrder, - setColumnOrder, - activeFilteredColumns, - sortedAndFilteredData, - guestData, - metricsData, - getNodeName, - extractNumericId, - resetFilters, - showStopped, - setShowStopped, - guestTypeFilter, - setGuestTypeFilter, - availableNodes = [], - selectedNode = 'all', - handleNodeChange = () => {}, - handleStatusChange = () => {}, - handleTypeChange = () => {}, - filters = {}, - updateFilter = () => {}, - handleFilterButtonClick = () => {}, - filterButtonRef = null, - openFilters = false, - handleCloseFilterPopover = () => {}, - sharedGuestIdMap = {}, - updateRoleColumnVisibility = () => {} -}) => { - const theme = useTheme(); - - // Table container ref - const tableContainerRef = React.useRef(null); - const tableRef = React.useRef(null); - - // Get the column index from the column order - const getColumnIndex = (columnId) => { - // First get visible columns in the right order - const visibleColumnIds = columnOrder.filter(id => columnVisibility[id]?.visible); - return visibleColumnIds.indexOf(columnId); - }; - - // Add useMemo to detect cluster mode from actual node data - const isClusterPresent = useMemo(() => { - // Get all nodes from the current guest data - const nodesInGuestData = guestData?.map(guest => guest.node) || []; - const uniqueNodes = [...new Set(nodesInGuestData)]; - - // If we have more than one node or if any guest has a hastate - const hasHaStates = guestData?.some(guest => - guest.hastate && - guest.hastate !== 'ignored' && - guest.hastate !== '-' - ); - - // Check if any guests are marked as shared - another strong indicator of cluster mode - const hasSharedGuests = guestData?.some(guest => guest.shared === true); - - // Check for HA resource data by looking for guests with ':' in their ID (sid format) - const hasHaResourceFormat = guestData?.some(guest => - guest.id && typeof guest.id === 'string' && guest.id.includes(':') - ); - - // Check if shared guest map has any entries - const hasSharedGuestMapEntries = Object.keys(sharedGuestIdMap || {}).length > 0; - - // Log what we're detecting for debugging - console.log('Cluster detection from guest data:', { - uniqueNodes, - nodeCount: uniqueNodes.length, - hasHaStates, - hasSharedGuests, - hasHaResourceFormat, - hasSharedGuestMapEntries, - haStatesFound: guestData?.filter(g => g.hastate && g.hastate !== 'ignored').map(g => g.hastate) || [] - }); - - // Store the result in localStorage for persistence across page loads - const isCluster = uniqueNodes.length > 1 || hasHaStates || hasSharedGuests || hasHaResourceFormat || hasSharedGuestMapEntries; - - // Update localStorage - this will trigger the detection in useColumnManagement - const previousValue = localStorage.getItem('CLUSTER_DETECTED'); - if (previousValue !== isCluster.toString()) { - console.log('Updating cluster detection state:', isCluster); - localStorage.setItem('CLUSTER_DETECTED', isCluster.toString()); - } - - return isCluster; - }, [guestData, sharedGuestIdMap]); - - // Check if we're in mock data mode - const isMockData = useMemo(() => { - // Check explicit mock data flags first - const explicitMockEnabled = localStorage.getItem('MOCK_DATA_ENABLED') === 'true' || - localStorage.getItem('use_mock_data') === 'true'; - - // Only consider localhost as mock data if no explicit setting exists - // This allows us to connect to real Proxmox on localhost without triggering mock mode - const isOnLocalhost = window.location.hostname === 'localhost'; - - return explicitMockEnabled; - }, []); - - // Make a separate debug effect to constantly log status - useEffect(() => { - console.log('CURRENT COLUMN VISIBILITY STATUS:', { - roleColumnVisible: columnVisibility?.role?.visible, - clusterDetected: localStorage.getItem('CLUSTER_DETECTED') === 'true', - isClusterPresent, - isMockData - }); - }, [columnVisibility, isClusterPresent, isMockData]); - - // Add immediate API check when component mounts - useEffect(() => { - // Only run once on initial mount - const checkClusterStatusDirectly = async () => { - try { - console.log('Directly checking cluster status from API...'); - - // Check if we're in mock data mode - const isMockData = localStorage.getItem('MOCK_DATA_ENABLED') === 'true' || - localStorage.getItem('use_mock_data') === 'true'; - - // For production, check cluster status from the API - const response = await axios.get('/api/cluster-status'); - const isCluster = response?.data?.clusterEnabled || false; - console.log('API returned cluster status:', isCluster); - - // Update localStorage and column visibility - localStorage.setItem('CLUSTER_DETECTED', isCluster.toString()); - - // Always enforce the server-reported cluster status for column visibility - // Even in mock data mode, respect the actual cluster status from the server - if (typeof updateRoleColumnVisibility === 'function') { - updateRoleColumnVisibility(isCluster); - console.log(`HA Status column visibility set to ${isCluster} based on API response`); - } - - // If not a cluster, force hide the column to ensure it's not visible - if (!isCluster && columnVisibility?.role?.visible) { - console.log('Server confirmed no cluster, forcing HA Status column to hide'); - toggleColumnVisibility('role'); - } - } catch (error) { - console.error('Error checking cluster status:', error); - - // Use client-side detection as fallback - if (isClusterPresent) { - localStorage.setItem('CLUSTER_DETECTED', 'true'); - if (typeof updateRoleColumnVisibility === 'function') { - updateRoleColumnVisibility(true); - } - } else { - localStorage.setItem('CLUSTER_DETECTED', 'false'); - if (typeof updateRoleColumnVisibility === 'function') { - updateRoleColumnVisibility(false); - } - } - } - }; - - // Call immediately - checkClusterStatusDirectly(); - }, [isClusterPresent, updateRoleColumnVisibility, columnVisibility, toggleColumnVisibility]); - - return ( - - - - - - -
-
-
-
- ); -}; - -export default NetworkTable; \ No newline at end of file diff --git a/frontend/src/components/network/components/index.js b/frontend/src/components/network/components/index.js deleted file mode 100644 index cca9b8e76..000000000 --- a/frontend/src/components/network/components/index.js +++ /dev/null @@ -1,4 +0,0 @@ -export { default as NetworkHeader } from './NetworkHeader'; -export { default as NetworkPopovers } from './NetworkPopovers'; -export { default as NetworkNotification } from './NetworkNotification'; -export { default as NetworkTable } from './NetworkTable'; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/index.js b/frontend/src/components/network/hooks/index.js deleted file mode 100644 index b58225cdb..000000000 --- a/frontend/src/components/network/hooks/index.js +++ /dev/null @@ -1,8 +0,0 @@ -export { default as useNetworkFilters } from './useNetworkFilters'; -export { default as useColumnManagement } from './useColumnManagement'; -export { default as usePopoverManagement } from './usePopoverManagement'; -export { default as useNotifications } from './useNotifications'; -export { default as useSortManagement } from './useSortManagement'; -export { default as useKeyboardShortcuts } from './useKeyboardShortcuts'; -export { default as useActiveFilteredColumns } from './useActiveFilteredColumns'; -export { default as useDataProcessing } from './useDataProcessing'; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/useActiveFilteredColumns.js b/frontend/src/components/network/hooks/useActiveFilteredColumns.js deleted file mode 100644 index 13f8afc65..000000000 --- a/frontend/src/components/network/hooks/useActiveFilteredColumns.js +++ /dev/null @@ -1,352 +0,0 @@ -import { useMemo } from 'react'; -import { useSearchContext } from '../../../context/SearchContext'; - -const useActiveFilteredColumns = ({ - filters, - guestTypeFilter, - showStopped, - nodeData -}) => { - // Get search state from context - const { searchTerm, activeSearchTerms } = useSearchContext(); - - // Determine which columns have active filters - const activeFilteredColumns = useMemo(() => { - const result = {}; - - // Resource filters - if (filters.cpu > 0) result.cpu = true; - if (filters.memory > 0) result.memory = true; - if (filters.disk > 0) result.disk = true; - if (filters.download > 0) result.netIn = true; - if (filters.upload > 0) result.netOut = true; - - // Search terms - determine which column to highlight based on the search term - // This is now only used for UI indicators in header (like filter icons) - // not for highlighting anymore - if (activeSearchTerms.length > 0 || searchTerm) { - const allTerms = [...activeSearchTerms]; - if (searchTerm) allTerms.push(searchTerm); - - // Process node data for efficient matching - const nodeInfo = processNodeData(nodeData); - - // Process each search term to determine which column(s) to highlight - allTerms.forEach(term => { - const termLower = term.trim().toLowerCase(); - - // Skip empty terms - if (!termLower) return; - - // Try to match the term to specific column types - // This now returns an array of column types for partial matches - const columnTypes = identifyColumnTypes(termLower, nodeInfo); - - // Apply the appropriate highlighting for all matching column types - if (Array.isArray(columnTypes)) { - columnTypes.forEach(columnType => { - applyColumnHighlighting(result, columnType, termLower); - }); - } else if (columnTypes) { - // For backward compatibility - still handle single column type - applyColumnHighlighting(result, columnTypes, termLower); - } - }); - } - - // Guest type filter affects the type column - if (guestTypeFilter !== 'all') { - result.type = true; - } - - // Highlight status column when we're filtering by status (not showing all) - if (showStopped !== null) { - result.status = true; - } - - return result; - }, [filters, activeSearchTerms, searchTerm, guestTypeFilter, showStopped, nodeData]); - - return activeFilteredColumns; -}; - -// Helper function to process node data for efficient matching -function processNodeData(nodeData) { - const nodeNames = []; - const nodeIds = []; - const nodePatterns = ['node', 'pve', 'prox', 'cluster', 'host', 'server']; - - // Add role-related terms to help with highlighting - const rolePatterns = ['role', 'primary', 'secondary', 'pri', 'sec', 'shared']; - - if (nodeData && Array.isArray(nodeData)) { - nodeData.forEach(node => { - if (node.name) nodeNames.push(node.name.toLowerCase()); - if (node.id) nodeIds.push(node.id.toLowerCase()); - - // Create common node name patterns - const name = (node.name || '').toLowerCase(); - if (name.includes('-')) { - // Add base name (e.g., 'pve' from 'pve-01') - const baseName = name.split('-')[0]; - if (baseName && !nodePatterns.includes(baseName)) { - nodePatterns.push(baseName); - } - - // Add prefix with first digit (e.g., 'pve-0' from 'pve-01') - const parts = name.split('-'); - if (parts.length > 1 && parts[1].length > 0) { - const prefix = parts[0] + '-' + parts[1][0]; - if (!nodePatterns.includes(prefix)) { - nodePatterns.push(prefix); - } - } - } - }); - } - - return { nodeNames, nodeIds, nodePatterns, rolePatterns }; -} - -// Helper function to identify which column a search term applies to -const identifyColumnTypes = (termLower, nodeInfo = {}) => { - // Column-specific prefixes - if (termLower.startsWith('status:')) return 'status'; - if (termLower.startsWith('type:')) return 'type'; - if (termLower.startsWith('node:')) return 'node'; - if (termLower.startsWith('role:')) return 'role'; - if (termLower.startsWith('cpu:')) return 'cpu'; - if (termLower.startsWith('memory:') || termLower.startsWith('mem:')) return 'memory'; - if (termLower.startsWith('disk:')) return 'disk'; - if (termLower.startsWith('download:') || termLower.startsWith('dl:')) return 'download'; - if (termLower.startsWith('upload:') || termLower.startsWith('ul:')) return 'upload'; - - // Resource keywords (exact matches) - if (['cpu', 'memory', 'mem', 'disk', 'network', 'net'].includes(termLower)) { - if (termLower === 'network' || termLower === 'net') { - return 'network'; - } - if (termLower === 'mem') { - return 'memory'; - } - return termLower; - } - - // Partial resource expressions (e.g., "cpu>") - if (/^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)$/i.test(termLower)) { - const resource = termLower.match(/^(cpu|mem(ory)?|disk|network|net)/i)[0].toLowerCase(); - if (resource === 'network' || resource === 'net') { - return 'network'; - } - if (resource === 'mem') { - return 'memory'; - } - return resource; - } - - // Complete resource expressions (e.g., "cpu>50") - const resourceExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)\s*(\d+)$/i; - const resourceMatch = termLower.match(resourceExpressionRegex); - if (resourceMatch) { - let resource = resourceMatch[1].toLowerCase(); - if (resource === 'network' || resource === 'net') { - return 'network'; - } - if (resource === 'mem') { - return 'memory'; - } - return resource; - } - - // Direct threshold expressions without column prefix (e.g., ">50") - const directThresholdRegex = /^(>|<|>=|<=)(\d+)$/; - const directThresholdMatch = termLower.match(directThresholdRegex); - if (directThresholdMatch) { - // This is likely a CPU filter as it's the most common direct threshold - return 'cpu'; - } - - // Column-specific searches with colon (e.g., "name:ubuntu") - if (termLower.includes(':')) { - const [prefix] = termLower.split(':', 2); - const validPrefixes = ['name', 'id', 'node', 'status', 'type', 'cpu', 'memory', 'mem', 'disk', 'network', 'net']; - - if (validPrefixes.includes(prefix.trim())) { - const prefixTrim = prefix.trim(); - if (prefixTrim === 'network' || prefixTrim === 'net') { - return 'network'; - } - if (prefixTrim === 'mem') { - return 'memory'; - } - return prefixTrim; - } - } - - // For short partial terms (1-2 characters), we'll highlight multiple potential matches - if (termLower.length <= 2) { - const matchingColumns = []; - - // Check for partial matches in all possible terms - - // Resource terms - const resourceTerms = ['cpu', 'memory', 'disk', 'network', 'net']; - for (const resource of resourceTerms) { - if (resource.startsWith(termLower)) { - matchingColumns.push(resource === 'network' || resource === 'net' ? 'network' : resource); - } - } - - // Type terms - const typeTerms = ['ct', 'container', 'vm', 'virtual', 'machine', 'qemu', 'lxc']; - if (typeTerms.some(type => type.startsWith(termLower))) { - matchingColumns.push('type'); - } - - // Status terms - const statusTerms = ['running', 'stopped', 'online', 'offline', 'active', 'inactive']; - if (statusTerms.some(status => status.startsWith(termLower))) { - matchingColumns.push('status'); - } - - // Node terms - check if term matches beginning of any node name/id - const { nodeNames, nodeIds } = nodeInfo; - if (nodeNames.some(name => name.startsWith(termLower)) || - nodeIds.some(id => id.startsWith(termLower))) { - matchingColumns.push('node'); - } - - // For single letters, also include ID and name as potential matches - if (termLower.length === 1) { - // Always include name for single letter (could be start of any name) - if (!matchingColumns.includes('name')) matchingColumns.push('name'); - - // For single digit, include ID - if (/^\d$/.test(termLower) && !matchingColumns.includes('id')) { - matchingColumns.push('id'); - } - } - - // If we found any matches, return them - if (matchingColumns.length > 0) { - return matchingColumns; - } - - // For 1-2 character alpha terms with no specific matches, - // default to highlighting name column as it's the most likely target - if (/[a-z]/i.test(termLower)) { - return ['name']; - } - } - - // Past this point, handle longer terms (3+ chars) with more specific highlighting - - // Type-specific terms (exact matches) - if (['ct', 'container', 'vm', 'virtual machine', 'qemu', 'lxc'].includes(termLower)) { - return 'type'; - } - - // Status-specific terms (exact matches) - const statusTerms = ['running', 'stopped', 'online', 'offline', 'active', 'inactive']; - if (statusTerms.includes(termLower)) { - return 'status'; - } - - // Partial status term matches (e.g., "runni" should match "running") - // This is critical for providing good feedback while typing - if (statusTerms.some(status => status.startsWith(termLower) || termLower.startsWith(status))) { - return 'status'; - } - - // Partial type term matches (e.g., "conta" should match "container") - const typeTerms = ['ct', 'container', 'vm', 'virtual', 'machine', 'qemu', 'lxc']; - if (typeTerms.some(type => type.startsWith(termLower) || termLower.startsWith(type))) { - return 'type'; - } - - // ID-specific terms (pure numbers) - if (/^\d+$/.test(termLower)) { - return 'id'; - } - - // Node matching - const { nodeNames, nodeIds, nodePatterns, rolePatterns } = nodeInfo; - - // Exact node name/id match - if (nodeNames.includes(termLower) || nodeIds.includes(termLower)) { - return 'node'; - } - - // Node name contains term or term contains node name - if (nodeNames.some(name => name.includes(termLower) || termLower.includes(name))) { - return 'node'; - } - - // Node id contains term or term contains node id - if (nodeIds.some(id => id.includes(termLower) || termLower.includes(id))) { - return 'node'; - } - - // Term matches node patterns - if (nodePatterns.some(pattern => termLower.includes(pattern))) { - return 'node'; - } - - // Term matches role patterns - if (rolePatterns && rolePatterns.some(pattern => termLower.includes(pattern))) { - return 'role'; - } - - // Term is likely a node reference - if (termLower.includes('-') || /^[a-z]{1,3}\d{1,2}$/i.test(termLower)) { - return 'node'; - } - - // Default - this is likely a name search - // Only highlight name if it's likely to be a name search and - // doesn't match any partial patterns above - if (/[a-z]/i.test(termLower) && termLower.length > 1) { - return 'name'; - } - - // If we can't determine a specific column, don't highlight anything - return null; -} - -// Helper function to apply highlighting based on column type -function applyColumnHighlighting(result, columnType, term) { - if (!columnType) return; - - switch (columnType) { - case 'cpu': - result.cpu = true; - break; - case 'memory': - result.memory = true; - break; - case 'disk': - result.disk = true; - break; - case 'network': - result.netIn = true; - result.netOut = true; - break; - case 'node': - result.node = true; - break; - case 'id': - result.id = true; - break; - case 'status': - result.status = true; - break; - case 'type': - result.type = true; - break; - case 'name': - result.name = true; - break; - } -} - -export default useActiveFilteredColumns; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/useColumnManagement.js b/frontend/src/components/network/hooks/useColumnManagement.js deleted file mode 100644 index cc1350f62..000000000 --- a/frontend/src/components/network/hooks/useColumnManagement.js +++ /dev/null @@ -1,253 +0,0 @@ -import { useState, useCallback, useEffect } from 'react'; -import { - STORAGE_KEY_COLUMN_VISIBILITY, - STORAGE_KEY_COLUMN_ORDER, - DEFAULT_COLUMN_CONFIG -} from '../../../constants/networkConstants'; - -const useColumnManagement = (showNotification) => { - // Initialize column visibility state from localStorage or defaults - const [columnVisibility, setColumnVisibility] = useState(() => { - try { - // Always enable cluster detection for column visibility - localStorage.setItem('CLUSTER_DETECTED', 'true'); - console.log('Forcing HA Status column to be visible by default'); - - // Get column visibility from localStorage - const storedColumnVisibility = localStorage.getItem(STORAGE_KEY_COLUMN_VISIBILITY); - - let config; - - // If localStorage has data, use it - if (storedColumnVisibility) { - config = JSON.parse(storedColumnVisibility); - } else { - // Use the defaults as defined in DEFAULT_COLUMN_CONFIG - config = JSON.parse(JSON.stringify(DEFAULT_COLUMN_CONFIG)); - - // Ensure the 'role' column (HA Status) is always visible by default - if (config.role) { - config.role.visible = true; - } - } - - return config; - } catch (error) { - console.error('Error initializing column visibility:', error); - return DEFAULT_COLUMN_CONFIG; - } - }); - - // Initialize column order from localStorage or defaults - const [columnOrder, setColumnOrder] = useState(() => { - try { - const storedOrder = localStorage.getItem(STORAGE_KEY_COLUMN_ORDER); - if (storedOrder) { - return JSON.parse(storedOrder); - } else { - return Object.keys(DEFAULT_COLUMN_CONFIG); - } - } catch (error) { - console.error('Error initializing column order:', error); - return Object.keys(DEFAULT_COLUMN_CONFIG); - } - }); - - // Column menu state for the dropdown - const [columnMenuAnchorEl, setColumnMenuAnchorEl] = useState(null); - const openColumnMenu = Boolean(columnMenuAnchorEl); - - // Force update counter for triggering re-renders - const [forceUpdateCounter, setForceUpdateCounter] = useState(0); - - // Handle column menu open - const handleColumnMenuOpen = useCallback((event) => { - setColumnMenuAnchorEl(event.currentTarget); - }, []); - - // Handle column menu close - const handleColumnMenuClose = useCallback(() => { - setColumnMenuAnchorEl(null); - }, []); - - // Force update function - const forceUpdate = useCallback(() => { - setForceUpdateCounter(c => c + 1); - }, []); - - // Toggle column visibility - const toggleColumnVisibility = useCallback((columnId) => { - setColumnVisibility(prev => { - const newState = JSON.parse(JSON.stringify(prev)); - - // Verify column exists - if (!newState[columnId]) { - console.warn(`Attempted to toggle non-existent column: ${columnId}`); - return prev; - } - - // Don't allow hiding the last visible column - if (newState[columnId].visible && Object.values(newState).filter(col => col.visible).length <= 1) { - if (showNotification) { - showNotification('At least one column must remain visible'); - } - return prev; - } - - // Toggle visibility - newState[columnId].visible = !newState[columnId].visible; - - // If this is the role column, log it specially - if (columnId === 'role') { - console.log(`User manually set HA Status column to ${newState[columnId].visible ? 'visible' : 'hidden'}`); - } - - // Save to localStorage - localStorage.setItem(STORAGE_KEY_COLUMN_VISIBILITY, JSON.stringify(newState)); - - return newState; - }); - }, [showNotification]); - - // Reset column visibility to defaults - const resetColumnVisibility = useCallback(() => { - try { - // Make a copy of the default config - const defaultConfig = JSON.parse(JSON.stringify(DEFAULT_COLUMN_CONFIG)); - - // Ensure HA Status (role) column is visible - if (defaultConfig.role) { - defaultConfig.role.visible = true; - } - - // Reset column order to the default order as well - const defaultOrder = Object.keys(DEFAULT_COLUMN_CONFIG); - - // Update state and save to localStorage - setColumnVisibility(defaultConfig); - setColumnOrder(defaultOrder); - - // Always enable cluster detection for HA Status column - localStorage.setItem('CLUSTER_DETECTED', 'true'); - - // Save both to localStorage - localStorage.setItem(STORAGE_KEY_COLUMN_VISIBILITY, JSON.stringify(defaultConfig)); - localStorage.setItem(STORAGE_KEY_COLUMN_ORDER, JSON.stringify(defaultOrder)); - - // Force UI update - setForceUpdateCounter(c => c + 1); - - // Close the menu if it's open - setColumnMenuAnchorEl(null); - - // Show a notification - if (showNotification) { - showNotification('Column visibility reset to defaults'); - } - - console.log('Column visibility and order reset to defaults'); - } catch (error) { - console.error('Error resetting column visibility:', error); - - if (showNotification) { - showNotification('Error resetting column visibility'); - } - } - }, [showNotification, setColumnMenuAnchorEl]); - - // Update role column visibility - const updateRoleColumnVisibility = useCallback((shouldShow) => { - // Log what we're doing - console.log('updateRoleColumnVisibility called with:', { - shouldShow - }); - - // Save the cluster detection state to localStorage for persistence - localStorage.setItem('CLUSTER_DETECTED', shouldShow ? 'true' : 'false'); - - // Only update column visibility for new users or on explicit calls - // This allows the system to set default visibility but lets users override - const hasExistingVisibilitySettings = localStorage.getItem(STORAGE_KEY_COLUMN_VISIBILITY); - - // Only force column visibility if there are no existing user settings - if (!hasExistingVisibilitySettings) { - setColumnVisibility(prev => { - if (!prev.role) return prev; - - const newState = { - ...prev, - role: { ...prev.role, visible: shouldShow } - }; - - // Save to localStorage - localStorage.setItem(STORAGE_KEY_COLUMN_VISIBILITY, JSON.stringify(newState)); - console.log(`Setting initial HA Status column visibility to ${shouldShow}`); - - return newState; - }); - - // Force UI update - setForceUpdateCounter(c => c + 1); - } - }, []); - - // Save column visibility preferences whenever they change - useEffect(() => { - try { - // Check if columnVisibility is valid - if (!columnVisibility || Object.keys(columnVisibility).length === 0) { - console.error('Invalid column visibility state, resetting to defaults'); - setColumnVisibility(JSON.parse(JSON.stringify(DEFAULT_COLUMN_CONFIG))); - return; - } - - // Ensure at least one column is visible - const hasVisibleColumn = Object.values(columnVisibility).some(col => col.visible); - if (!hasVisibleColumn) { - console.error('No visible columns in state, not saving to localStorage'); - return; - } - - // Save to localStorage - localStorage.setItem(STORAGE_KEY_COLUMN_VISIBILITY, JSON.stringify(columnVisibility)); - } catch (error) { - console.error('Error saving column visibility:', error); - } - }, [columnVisibility]); - - // Save column order preferences whenever they change - useEffect(() => { - try { - // Check if columnOrder is valid - if (!columnOrder || !Array.isArray(columnOrder) || columnOrder.length === 0) { - console.error('Invalid column order state, resetting to defaults'); - setColumnOrder(Object.keys(DEFAULT_COLUMN_CONFIG)); - return; - } - - // Save to localStorage - localStorage.setItem(STORAGE_KEY_COLUMN_ORDER, JSON.stringify(columnOrder)); - } catch (error) { - console.error('Error saving column order:', error); - } - }, [columnOrder]); - - return { - columnVisibility, - setColumnVisibility, - columnOrder, - setColumnOrder, - columnMenuAnchorEl, - setColumnMenuAnchorEl, - openColumnMenu, - handleColumnMenuOpen, - handleColumnMenuClose, - forceUpdateCounter, - forceUpdate, - toggleColumnVisibility, - resetColumnVisibility, - updateRoleColumnVisibility - }; -}; - -export default useColumnManagement; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/useDataProcessing.js b/frontend/src/components/network/hooks/useDataProcessing.js deleted file mode 100644 index f1a2d72a0..000000000 --- a/frontend/src/components/network/hooks/useDataProcessing.js +++ /dev/null @@ -1,185 +0,0 @@ -import { useMemo, useCallback } from 'react'; -import { getSortedAndFilteredData, getNodeFilteredGuests as nodeFilteredGuestsUtil, getNodeName as getNodeNameUtil, extractNumericId as extractNumericIdUtil } from '../../../utils/networkUtils'; -import { useSearchContext } from '../../../context/SearchContext'; - -const useDataProcessing = ({ - guestData, - nodeData, - sortConfig, - filters, - showStopped, - selectedNode, - guestTypeFilter, - metricsData -}) => { - // Get search state from context - const { searchTerm, activeSearchTerms } = useSearchContext(); - - // Helper function to extract numeric ID from strings like "node-1-ct-105" - const extractNumericId = useCallback((fullId) => { - return extractNumericIdUtil(fullId); - }, []); - - // Helper function to get the node name from the node ID - const getNodeName = useCallback((nodeId) => { - return getNodeNameUtil(nodeId, nodeData); - }, [nodeData]); - - // Filter guests based on selected node - const getNodeFilteredGuests = useCallback((guests) => { - const result = nodeFilteredGuestsUtil(guests, selectedNode); - - console.log(`Node filtering for "${selectedNode}":`); - console.log(`- Before: ${guests?.length || 0} guests`); - console.log(`- After: ${result?.length || 0} guests`); - - if (result?.length > 0) { - // Log node assignments in the filtered result - const nodeAssignments = {}; - result.forEach(guest => { - const nodeId = guest.node; - if (!nodeAssignments[nodeId]) { - nodeAssignments[nodeId] = []; - } - nodeAssignments[nodeId].push(`${guest.id} (${guest.name})`); - }); - - console.log('FILTERED GUESTS BY NODE:'); - Object.keys(nodeAssignments).sort().forEach(nodeId => { - console.log(`Node "${nodeId}": ${nodeAssignments[nodeId].length} guests`); - console.log(` Guests: ${nodeAssignments[nodeId].join(', ')}`); - }); - } - - return result; - }, [selectedNode]); - - // Get sorted and filtered data - const processedData = useMemo(() => { - // Debug logging - console.log('useDataProcessing - Processing data:'); - console.log('- guestData:', guestData?.length || 0, 'guests'); - console.log('- selectedNode:', selectedNode); - console.log('- sortConfig:', sortConfig); - - // Check for duplicate guest IDs - if (guestData && guestData.length > 0) { - const guestIds = new Set(); - const duplicates = []; - - guestData.forEach(guest => { - if (guestIds.has(guest.id)) { - duplicates.push(guest.id); - } else { - guestIds.add(guest.id); - } - }); - - if (duplicates.length > 0) { - console.warn('⚠️ Found duplicate guest IDs:', duplicates); - } - - // Check for guests with unexpected node values - const nodeAssignments = {}; - guestData.forEach(guest => { - const nodeId = guest.node; - if (!nodeAssignments[nodeId]) { - nodeAssignments[nodeId] = []; - } - nodeAssignments[nodeId].push(`${guest.id}`); - }); - - console.log('🔍 Current guest node assignments:'); - Object.keys(nodeAssignments).sort().forEach(nodeId => { - // Check if this is one of our problem nodes - const isWatchNode = ['pve-prod-01', 'pve-prod-02'].includes(nodeId); - const marker = isWatchNode ? '⚠️' : '✅'; - console.log(`${marker} Node "${nodeId}": ${nodeAssignments[nodeId].length} guests`); - - // For problem nodes, list all the guests - if (isWatchNode) { - console.log(` Guests: ${nodeAssignments[nodeId].join(', ')}`); - } - }); - } - - // First filter by node - const nodeFilteredData = selectedNode === 'all' - ? guestData - : getNodeFilteredGuests(guestData); - - console.log('- nodeFilteredData:', nodeFilteredData?.length || 0, 'guests after node filtering'); - - // Then apply all other filters and sorting - const result = getSortedAndFilteredData( - nodeFilteredData, - sortConfig, - filters, - showStopped, - activeSearchTerms, - searchTerm, - metricsData, - guestTypeFilter, - nodeData - ); - - // Final detailed logging to debug the issue - if (result && result.length > 0) { - console.log(`🔍 FINAL: ${result.length} guests will be displayed`); - const finalNodeAssignments = {}; - result.forEach(guest => { - const nodeId = guest.node || 'unknown'; - if (!finalNodeAssignments[nodeId]) { - finalNodeAssignments[nodeId] = []; - } - finalNodeAssignments[nodeId].push(guest.id); - }); - - console.log('🔍 FINAL node distribution:'); - Object.keys(finalNodeAssignments).sort().forEach(nodeId => { - console.log(` - ${nodeId}: ${finalNodeAssignments[nodeId].length} guests`); - console.log(` Guest IDs: ${finalNodeAssignments[nodeId].join(', ')}`); - }); - } - - console.log('- Final filtered data:', result?.length || 0, 'guests'); - return result; - }, [ - guestData, - sortConfig, - filters, - showStopped, - activeSearchTerms, - searchTerm, - selectedNode, - getNodeFilteredGuests, - guestTypeFilter, - nodeData, - metricsData - ]); - - // Format percentage for display - const formatPercentage = useCallback((value) => { - return `${value}%`; - }, []); - - // Format network rate for filter display - const formatNetworkRateForFilter = useCallback((value) => { - if (value === 0) return '0 KB/s'; - if (value <= 10) return `${value * 10} KB/s`; - if (value <= 50) return `${(value - 10) * 20 + 100} KB/s`; - if (value <= 80) return `${(value - 50) * 50 + 900} KB/s`; - return `${(value - 80) * 500 + 2400} KB/s`; - }, []); - - return { - extractNumericId, - getNodeName, - getNodeFilteredGuests, - processedData, - formatPercentage, - formatNetworkRateForFilter - }; -}; - -export default useDataProcessing; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/useKeyboardShortcuts.js b/frontend/src/components/network/hooks/useKeyboardShortcuts.js deleted file mode 100644 index 8f04ba74f..000000000 --- a/frontend/src/components/network/hooks/useKeyboardShortcuts.js +++ /dev/null @@ -1,134 +0,0 @@ -import { useState, useEffect, useCallback, useRef } from 'react'; -import { useSearchContext } from '../../../context/SearchContext'; - -const useKeyboardShortcuts = ({ - openFilters, - openColumnMenu, - resetFilters, - closeAllPopovers, - showNotification -}) => { - const [escRecentlyPressed, setEscRecentlyPressed] = useState(false); - - // Get search functions from context directly - const { setSearchTerm, setIsSearching, clearSearchTerms, isSearching } = useSearchContext(); - - // Track last key pressed timestamp to prevent double handling of events - const lastKeyPressTime = useRef(0); - - // Set up keyboard shortcuts - useEffect(() => { - // Global keyboard handler - const handleGlobalKeyDown = (e) => { - // Critical protection against double event handling - // This prevents the same key event from being processed twice - const now = Date.now(); - if (now - lastKeyPressTime.current < 50) { - return; // Ignore events that are too close together - } - lastKeyPressTime.current = now; - - // STOP HANDLING KEYBOARD SHORTCUTS IF USER IS TYPING IN A FORM ELEMENT - // This is the most important check to prevent shortcuts from interfering with typing - const isEditableElement = - e.target.tagName === 'INPUT' || - e.target.tagName === 'TEXTAREA' || - e.target.isContentEditable || - e.target.getAttribute('role') === 'textbox'; - - // If user is typing in ANY input, don't hijack their keystrokes - if (isEditableElement) { - return; - } - - // Escape key to close filters or clear search - if (e.key === 'Escape') { - // Close any open popovers - closeAllPopovers(); - - // Reset all filters - resetFilters(); - - // Clear all search terms - clearSearchTerms(); - - // Set flag to prevent other shortcuts from triggering - setEscRecentlyPressed(true); - setTimeout(() => setEscRecentlyPressed(false), 300); - - // Show notification - showNotification('All filters have been cleared', 'info'); - return; - } - - // Ctrl+F or Cmd+F to focus search without setting a term - if ((e.ctrlKey || e.metaKey) && e.key === 'f') { - e.preventDefault(); - setIsSearching(true); - return; - } - - // / to focus search without setting a term - if (e.key === '/' && !escRecentlyPressed) { - e.preventDefault(); - setIsSearching(true); - return; - } - - // Enter to focus search without setting a term - if (e.key === 'Enter' && !escRecentlyPressed) { - e.preventDefault(); - setIsSearching(true); - return; - } - - // Respect the search state - if (isSearching) { - // If the search field is focused, don't handle keyboard shortcuts - return; - } - - // Capture single printable characters to focus search AND start typing - const isPrintableChar = - e.key.length === 1 && - !e.ctrlKey && - !e.metaKey && - !e.altKey && - !e.key.match(/^F\d+$/); // Exclude function keys - - if (isPrintableChar) { - e.preventDefault(); - - // Set the first character - setSearchTerm(e.key); - - // Focus the search field - setIsSearching(true); - } - }; - - // Use the capture phase to get events before other handlers - window.addEventListener('keydown', handleGlobalKeyDown); - - return () => { - window.removeEventListener('keydown', handleGlobalKeyDown); - }; - }, [ - openFilters, - openColumnMenu, - escRecentlyPressed, - resetFilters, - closeAllPopovers, - setSearchTerm, - setIsSearching, - clearSearchTerms, - showNotification, - isSearching - ]); - - return { - escRecentlyPressed - }; -}; - -export default useKeyboardShortcuts; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/useNetworkFilters.js b/frontend/src/components/network/hooks/useNetworkFilters.js deleted file mode 100644 index 4901b5a9b..000000000 --- a/frontend/src/components/network/hooks/useNetworkFilters.js +++ /dev/null @@ -1,158 +0,0 @@ -import { useState, useCallback, useEffect } from 'react'; -import { - STORAGE_KEY_FILTERS, - STORAGE_KEY_SHOW_STOPPED, - STORAGE_KEY_SHOW_FILTERS, - STORAGE_KEY_GUEST_TYPE_FILTER -} from '../../../constants/networkConstants'; - -const useNetworkFilters = () => { - // Filter states - const [filters, setFilters] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_FILTERS); - return saved ? JSON.parse(saved) : { - cpu: 0, - memory: 0, - disk: 0, - download: 0, - upload: 0 - }; - } catch (e) { - console.error('Error loading filter preferences:', e); - return { - cpu: 0, - memory: 0, - disk: 0, - download: 0, - upload: 0 - }; - } - }); - - // UI state - const [showStopped, setShowStopped] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_SHOW_STOPPED); - if (saved === null) return null; // If no saved preference, show all systems - const parsedValue = JSON.parse(saved); - // Convert the old boolean values to the new tri-state system - if (parsedValue === true) return true; // Show stopped systems - if (parsedValue === false) return false; // Show running systems - return parsedValue; // Return the value as is (should be null, true, or false) - } catch (e) { - console.error('Error loading show stopped preference:', e); - return null; // Default to showing all systems - } - }); - - const [showFilters, setShowFilters] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_SHOW_FILTERS); - return saved ? JSON.parse(saved) === true : false; - } catch (e) { - console.error('Error loading show filters preference:', e); - return false; - } - }); - - // Add guest type filter state - load from localStorage or use default - const [guestTypeFilter, setGuestTypeFilter] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_GUEST_TYPE_FILTER); - return saved ? JSON.parse(saved) : 'all'; // Default: 'all' (show both VMs and LXCs) - } catch (e) { - console.error('Error loading guest type filter preference:', e); - return 'all'; // Default to showing all guest types - } - }); - - // State for tracking which slider is being dragged - const [sliderDragging, setSliderDragging] = useState(null); - - // Save guest type filter preference whenever it changes - useEffect(() => { - try { - localStorage.setItem(STORAGE_KEY_GUEST_TYPE_FILTER, JSON.stringify(guestTypeFilter)); - } catch (e) { - console.error('Error saving guest type filter preference:', e); - } - }, [guestTypeFilter]); - - // Save show stopped preference whenever it changes - useEffect(() => { - localStorage.setItem(STORAGE_KEY_SHOW_STOPPED, JSON.stringify(showStopped)); - }, [showStopped]); - - // Save show filters preference whenever it changes - useEffect(() => { - localStorage.setItem(STORAGE_KEY_SHOW_FILTERS, JSON.stringify(showFilters)); - }, [showFilters]); - - // Save filter preferences whenever they change - useEffect(() => { - localStorage.setItem(STORAGE_KEY_FILTERS, JSON.stringify(filters)); - }, [filters]); - - // Update filter value - const updateFilter = useCallback((filterName, newValue) => { - setFilters(prev => ({ - ...prev, - [filterName]: newValue - })); - }, []); - - // Handle slider drag start - const handleSliderDragStart = useCallback((filterName) => { - setSliderDragging(filterName); - }, []); - - // Handle slider drag end - const handleSliderDragEnd = useCallback(() => { - setSliderDragging(null); - }, []); - - // Clear a specific filter - const clearFilter = useCallback((filterName) => { - setFilters(prev => ({ - ...prev, - [filterName]: 0 - })); - }, []); - - // Function to reset all filters - const resetFilters = useCallback(() => { - setFilters({ - cpu: 0, - memory: 0, - disk: 0, - download: 0, - upload: 0 - }); - setShowStopped(null); - setGuestTypeFilter('all'); - }, []); - - // Count active filters - now only count the slider filters - const activeFilterCount = Object.values(filters).filter(val => val > 0).length; - - return { - filters, - setFilters, - showStopped, - setShowStopped, - showFilters, - setShowFilters, - guestTypeFilter, - setGuestTypeFilter, - sliderDragging, - updateFilter, - handleSliderDragStart, - handleSliderDragEnd, - clearFilter, - resetFilters, - activeFilterCount - }; -}; - -export default useNetworkFilters; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/useNotifications.js b/frontend/src/components/network/hooks/useNotifications.js deleted file mode 100644 index b571165fc..000000000 --- a/frontend/src/components/network/hooks/useNotifications.js +++ /dev/null @@ -1,33 +0,0 @@ -import { useState, useCallback } from 'react'; - -const useNotifications = () => { - // Snackbar state for notifications - const [snackbarOpen, setSnackbarOpen] = useState(false); - const [snackbarMessage, setSnackbarMessage] = useState(''); - const [snackbarSeverity, setSnackbarSeverity] = useState('info'); - - // Handle snackbar close - const handleSnackbarClose = useCallback((event, reason) => { - if (reason === 'clickaway') { - return; - } - setSnackbarOpen(false); - }, []); - - // Show a notification - const showNotification = useCallback((message, severity = 'info') => { - setSnackbarMessage(message); - setSnackbarSeverity(severity); - setSnackbarOpen(true); - }, []); - - return { - snackbarOpen, - snackbarMessage, - snackbarSeverity, - handleSnackbarClose, - showNotification - }; -}; - -export default useNotifications; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/usePopoverManagement.js b/frontend/src/components/network/hooks/usePopoverManagement.js deleted file mode 100644 index 1bdaa9b9c..000000000 --- a/frontend/src/components/network/hooks/usePopoverManagement.js +++ /dev/null @@ -1,35 +0,0 @@ -import { useState, useRef, useCallback } from 'react'; - -const usePopoverManagement = () => { - // State for filter menu - const [filterAnchorEl, setFilterAnchorEl] = useState(null); - const openFilters = Boolean(filterAnchorEl); - - // Add a ref for the filter button - const filterButtonRef = useRef(null); - - // Filter popover handlers - const handleFilterButtonClick = useCallback((event) => { - setFilterAnchorEl(event.currentTarget); - }, []); - - const handleCloseFilterPopover = useCallback(() => { - setFilterAnchorEl(null); - }, []); - - // Function to close all popovers - const closeAllPopovers = useCallback(() => { - setFilterAnchorEl(null); - }, []); - - return { - filterAnchorEl, - openFilters, - filterButtonRef, - handleFilterButtonClick, - handleCloseFilterPopover, - closeAllPopovers - }; -}; - -export default usePopoverManagement; \ No newline at end of file diff --git a/frontend/src/components/network/hooks/useSortManagement.js b/frontend/src/components/network/hooks/useSortManagement.js deleted file mode 100644 index f24c96ff0..000000000 --- a/frontend/src/components/network/hooks/useSortManagement.js +++ /dev/null @@ -1,61 +0,0 @@ -import { useState, useCallback, useEffect } from 'react'; -import { STORAGE_KEY_SORT } from '../../../constants/networkConstants'; - -const useSortManagement = () => { - // Sort state - const [sortConfig, setSortConfig] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_SORT); - return saved ? JSON.parse(saved) : { key: "node", direction: 'asc' }; - } catch (e) { - console.error('Error loading sort preferences:', e); - return { key: "node", direction: 'asc' }; - } - }); - - // Request sort by key - const requestSort = useCallback((key, forcedDirection) => { - console.log(`Sorting by ${key}${forcedDirection ? ' with forced direction: ' + forcedDirection : ''}`); - - setSortConfig(prev => { - // If a forced direction is provided, use that - if (forcedDirection) { - const newConfig = { - key, - direction: forcedDirection - }; - console.log(`Setting sort: ${key} → ${forcedDirection} (forced)`); - return newConfig; - } - - // Otherwise toggle direction if same key, or default to ascending for new key - const newDirection = prev.key === key && prev.direction === 'asc' ? 'desc' : 'asc'; - - const newConfig = { - key, - direction: newDirection - }; - - console.log(`Setting sort: ${key} → ${newDirection} (toggled from ${prev.key === key ? prev.direction : 'new column'})`); - return newConfig; - }); - }, []); - - // Log sort config changes for debugging - useEffect(() => { - console.log('Current sort config:', sortConfig); - }, [sortConfig]); - - // Save sort preferences whenever they change - useEffect(() => { - localStorage.setItem(STORAGE_KEY_SORT, JSON.stringify(sortConfig)); - }, [sortConfig]); - - return { - sortConfig, - setSortConfig, - requestSort - }; -}; - -export default useSortManagement; \ No newline at end of file diff --git a/frontend/src/constants/networkConstants.js b/frontend/src/constants/networkConstants.js deleted file mode 100644 index afb14767e..000000000 --- a/frontend/src/constants/networkConstants.js +++ /dev/null @@ -1,88 +0,0 @@ -import { keyframes } from '@mui/material'; - -// Define pulse animation for background -export const pulseAnimation = keyframes` - 0% { - transform: scale(1); - opacity: 0.9; - } - 50% { - transform: scale(1.02); - opacity: 1; - } - 100% { - transform: scale(1); - opacity: 0.9; - } -`; - -// Define logo pulse animation - more subtle and elegant for the logo -export const logoPulseAnimation = keyframes` - 0% { - opacity: 0.8; - transform: scale(0.98); - box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); - } - 50% { - opacity: 1; - transform: scale(1.02); - box-shadow: 0 0 6px 1px rgba(255, 255, 255, 0.3); - } - 100% { - opacity: 0.8; - transform: scale(0.98); - box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); - } -`; - -// Define center dot glow animation -export const centerGlowAnimation = keyframes` - 0% { - box-shadow: 0 0 4px 0px rgba(255, 255, 255, 0.5); - } - 50% { - box-shadow: 0 0 8px 2px rgba(255, 255, 255, 0.7); - } - 100% { - box-shadow: 0 0 4px 0px rgba(255, 255, 255, 0.5); - } -`; - -// Add fade-in animation -export const fadeIn = keyframes` - from { - opacity: 0; - transform: translateY(10px); - } - to { - opacity: 1; - transform: translateY(0); - } -`; - -// Add localStorage keys as constants -export const STORAGE_KEY_FILTERS = 'network_display_filters'; -export const STORAGE_KEY_SORT = 'network_display_sort'; -export const STORAGE_KEY_SHOW_STOPPED = 'network_display_show_stopped'; -export const STORAGE_KEY_SHOW_FILTERS = 'network_display_show_filters'; -export const STORAGE_KEY_SEARCH_TERMS = 'network_display_search_terms'; -export const STORAGE_KEY_COLUMN_VISIBILITY = 'network_display_column_visibility'; -export const STORAGE_KEY_COLUMN_ORDER = 'network_display_column_order'; -export const STORAGE_KEY_COLUMN_DRAG_ENABLED = 'network_display_column_drag_enabled'; -export const STORAGE_KEY_GUEST_TYPE_FILTER = 'network_display_guest_type_filter'; - -// Define default column configuration -export const DEFAULT_COLUMN_CONFIG = { - name: { id: 'name', label: 'Name', visible: true }, - status: { id: 'status', label: 'Status', visible: true }, - node: { id: 'node', label: 'Node', visible: true }, - role: { id: 'role', label: 'HA Status', visible: true }, - type: { id: 'type', label: 'Type', visible: true }, - id: { id: 'id', label: 'ID', visible: true }, - cpu: { id: 'cpu', label: 'CPU', visible: true }, - memory: { id: 'memory', label: 'Memory', visible: true }, - disk: { id: 'disk', label: 'Disk', visible: true }, - download: { id: 'download', label: 'Download', visible: true }, - upload: { id: 'upload', label: 'Upload', visible: true }, - uptime: { id: 'uptime', label: 'Uptime', visible: true } -}; \ No newline at end of file diff --git a/frontend/src/context/SearchContext.jsx b/frontend/src/context/SearchContext.jsx deleted file mode 100644 index 71bbfbca8..000000000 --- a/frontend/src/context/SearchContext.jsx +++ /dev/null @@ -1,113 +0,0 @@ -import React, { createContext, useState, useContext, useEffect, useCallback } from 'react'; -import { STORAGE_KEY_SEARCH_TERMS } from '../constants/networkConstants'; - -// Create the context -export const SearchContext = createContext({ - searchTerm: '', - setSearchTerm: () => {}, - activeSearchTerms: [], - addSearchTerm: () => {}, - removeSearchTerm: () => {}, - clearSearchTerms: () => {}, - isSearching: false, - setIsSearching: () => {}, - handleSpecialSearchTerm: () => {}, -}); - -// Custom hook to use the search context -export const useSearchContext = () => useContext(SearchContext); - -// Search provider component -export const SearchProvider = ({ children }) => { - // Search state - const [searchTerm, setSearchTermInternal] = useState(''); - const [activeSearchTerms, setActiveSearchTerms] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_SEARCH_TERMS); - return saved ? JSON.parse(saved) : []; - } catch (e) { - console.error('Error loading active search terms:', e); - return []; - } - }); - const [isSearching, setIsSearching] = useState(false); - - // Wrap setSearchTerm to add logging for debugging - const setSearchTerm = useCallback((value) => { - console.log('SearchContext: setSearchTerm called with value:', value); - // Make sure we always have a string, even if undefined is passed - const safeValue = value === undefined ? '' : value; - setSearchTermInternal(safeValue); - }, []); - - // Save active search terms whenever they change - useEffect(() => { - localStorage.setItem(STORAGE_KEY_SEARCH_TERMS, JSON.stringify(activeSearchTerms)); - }, [activeSearchTerms]); - - // Function to handle special search terms (status:, type:, etc.) - const handleSpecialSearchTerm = useCallback((term, action = 'add') => { - const termLower = term.toLowerCase().trim(); - const isAdding = action === 'add'; - - // Create a custom event to dispatch - const event = new CustomEvent('searchTermAction', { - detail: { - term: termLower, - action: isAdding ? 'add' : 'remove' - } - }); - - // Dispatch the event for other components to listen to - window.dispatchEvent(event); - }, []); - - // Function to add a search term - const addSearchTerm = useCallback((term) => { - if (!activeSearchTerms.includes(term) && term.trim()) { - setActiveSearchTerms(prev => [...prev, term]); - - // Handle special search terms - handleSpecialSearchTerm(term, 'add'); - } - }, [activeSearchTerms, handleSpecialSearchTerm]); - - // Function to remove a search term - const removeSearchTerm = useCallback((term) => { - setActiveSearchTerms(prev => prev.filter(t => t !== term)); - - // Handle special search terms - handleSpecialSearchTerm(term, 'remove'); - }, [handleSpecialSearchTerm]); - - // Function to clear all search terms - const clearSearchTerms = useCallback(() => { - // Handle special search terms for each active term - activeSearchTerms.forEach(term => { - handleSpecialSearchTerm(term, 'remove'); - }); - - setActiveSearchTerms([]); - // Use the wrapped setSearchTerm - setSearchTerm(''); - }, [activeSearchTerms, handleSpecialSearchTerm, setSearchTerm]); - - // Context value - const searchContextValue = { - searchTerm, - setSearchTerm, - activeSearchTerms, - addSearchTerm, - removeSearchTerm, - clearSearchTerms, - isSearching, - setIsSearching, - handleSpecialSearchTerm, - }; - - return ( - - {children} - - ); -}; \ No newline at end of file diff --git a/frontend/src/context/ThemeContext.jsx b/frontend/src/context/ThemeContext.jsx deleted file mode 100644 index 7c1de0059..000000000 --- a/frontend/src/context/ThemeContext.jsx +++ /dev/null @@ -1,212 +0,0 @@ -import React, { createContext, useState, useContext, useEffect, useMemo } from 'react'; -import { ThemeProvider, createTheme } from '@mui/material/styles'; -import CssBaseline from '@mui/material/CssBaseline'; - -// Storage key -const STORAGE_KEY_DARK_MODE = 'app_dark_mode'; - -// Create the context -export const ThemeContext = createContext({ - darkMode: false, - toggleDarkMode: () => {}, -}); - -// Custom hook to use the theme context -export const useThemeContext = () => useContext(ThemeContext); - -// Theme provider component -export const AppThemeProvider = ({ children }) => { - // Initialize dark mode from localStorage or system preference - const [darkMode, setDarkMode] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_DARK_MODE); - if (saved === null) { - return window.matchMedia('(prefers-color-scheme: dark)').matches; - } - return JSON.parse(saved) === true; - } catch (e) { - console.error('Error loading dark mode preference:', e); - return false; - } - }); - - // Listen for system preference changes - useEffect(() => { - const mediaQuery = window.matchMedia('(prefers-color-scheme: dark)'); - const handleChange = (e) => { - // Only update if the user hasn't set a preference - if (localStorage.getItem(STORAGE_KEY_DARK_MODE) === null) { - setDarkMode(e.matches); - } - }; - - // Add event listener - mediaQuery.addEventListener('change', handleChange); - - // Cleanup - return () => mediaQuery.removeEventListener('change', handleChange); - }, []); - - // Save dark mode preference when it changes - useEffect(() => { - localStorage.setItem(STORAGE_KEY_DARK_MODE, JSON.stringify(darkMode)); - }, [darkMode]); - - // Toggle dark mode function - const toggleDarkMode = () => { - setDarkMode(prev => !prev); - }; - - // Context value - const themeContextValue = useMemo(() => ({ - darkMode, - toggleDarkMode, - }), [darkMode]); - - // Create MUI theme based on dark mode state - const theme = useMemo(() => createTheme({ - palette: { - mode: darkMode ? 'dark' : 'light', - primary: { - main: '#3a7bd5', - light: '#5e9cf5', - dark: '#2c5ea3', - contrastText: '#ffffff', - }, - secondary: { - main: darkMode ? '#bb86fc' : '#00b8d4', - light: darkMode ? '#d7b8fc' : '#62ebff', - dark: darkMode ? '#9d4edd' : '#0088a3', - contrastText: '#ffffff', - }, - background: { - default: darkMode ? '#121212' : '#f8f9fa', - paper: darkMode ? '#1e1e1e' : '#ffffff', - }, - success: { - main: '#4caf50', - light: '#80e27e', - dark: '#087f23', - }, - warning: { - main: '#ff9800', - light: '#ffc947', - dark: '#c66900', - }, - error: { - main: '#f44336', - light: '#ff7961', - dark: '#ba000d', - }, - info: { - main: '#2196f3', - light: '#64b5f6', - dark: '#0069c0', - }, - text: { - primary: darkMode ? '#e0e0e0' : '#212121', - secondary: darkMode ? '#a0a0a0' : '#757575', - disabled: darkMode ? '#6c6c6c' : '#9e9e9e', - }, - divider: darkMode ? 'rgba(255, 255, 255, 0.12)' : 'rgba(0, 0, 0, 0.12)', - }, - typography: { - fontFamily: '"Roboto", "Helvetica", "Arial", sans-serif', - h6: { - fontWeight: 500, - letterSpacing: '0.0075em', - }, - body1: { - fontSize: '0.9rem', - }, - body2: { - fontSize: '0.8rem', - }, - }, - shape: { - borderRadius: 8, - }, - components: { - MuiAppBar: { - styleOverrides: { - root: { - boxShadow: darkMode - ? '0 2px 10px rgba(0, 0, 0, 0.5)' - : '0 2px 10px rgba(0, 0, 0, 0.05)', - }, - }, - }, - MuiPaper: { - styleOverrides: { - root: { - boxShadow: darkMode - ? '0 2px 10px rgba(0, 0, 0, 0.2)' - : '0 2px 10px rgba(0, 0, 0, 0.05)', - }, - }, - }, - MuiTableCell: { - styleOverrides: { - root: { - padding: '12px 16px', - borderBottomColor: darkMode ? 'rgba(255, 255, 255, 0.08)' : 'rgba(224, 224, 224, 1)', - }, - head: { - fontWeight: 600, - color: darkMode ? '#e0e0e0' : '#424242', - userSelect: 'none', - }, - }, - }, - MuiTableRow: { - styleOverrides: { - root: { - '&:last-child td, &:last-child th': { - border: 0, - }, - }, - }, - }, - MuiChip: { - styleOverrides: { - root: { - fontWeight: 500, - }, - }, - }, - MuiCssBaseline: { - styleOverrides: { - body: { - transition: 'background-color 0.3s ease, color 0.3s ease', - scrollbarWidth: 'thin', - scrollbarColor: darkMode ? '#3a3a3a #1e1e1e' : '#bbb #f1f1f1', - userSelect: 'none', - '&::-webkit-scrollbar': { - width: '8px', - height: '8px', - }, - '&::-webkit-scrollbar-track': { - background: darkMode ? '#1e1e1e' : '#f1f1f1', - }, - '&::-webkit-scrollbar-thumb': { - background: darkMode ? '#3a3a3a' : '#bbb', - borderRadius: '4px', - }, - '&::-webkit-scrollbar-thumb:hover': { - background: darkMode ? '#555' : '#999', - }, - }, - }, - }, - }, - }), [darkMode]); - - return ( - - - - {children} - - - ); -}; \ No newline at end of file diff --git a/frontend/src/context/UserSettingsContext.jsx b/frontend/src/context/UserSettingsContext.jsx deleted file mode 100644 index e5d31f75f..000000000 --- a/frontend/src/context/UserSettingsContext.jsx +++ /dev/null @@ -1,93 +0,0 @@ -import React, { createContext, useState, useContext, useEffect, useMemo } from 'react'; -import { useThemeContext } from './ThemeContext'; - -// Storage keys -const STORAGE_KEY_COMPACT_MODE = 'app_compact_mode'; -const STORAGE_KEY_SHOW_ONLY_RUNNING = 'app_show_only_running'; - -// Create the context -export const UserSettingsContext = createContext({ - compactMode: true, - toggleCompactMode: () => {}, - getTableCellPadding: () => {}, - showOnlyRunning: false, - toggleShowOnlyRunning: () => {}, -}); - -// Custom hook to use the user settings context -export const useUserSettings = () => useContext(UserSettingsContext); - -// User Settings provider component -export const UserSettingsProvider = ({ children }) => { - const { darkMode, toggleDarkMode } = useThemeContext(); - - // Initialize compact mode - always true (no longer checking localStorage) - const [compactMode, setCompactMode] = useState(true); - - // Initialize showOnlyRunning state from localStorage - const [showOnlyRunning, setShowOnlyRunning] = useState(() => { - try { - const saved = localStorage.getItem(STORAGE_KEY_SHOW_ONLY_RUNNING); - return saved === 'true'; - } catch (e) { - console.error('Error loading show only running preference:', e); - return false; - } - }); - - // Save compact mode preference when it changes - keeping for backward compatibility - useEffect(() => { - localStorage.setItem(STORAGE_KEY_COMPACT_MODE, 'true'); - }, []); - - // Save showOnlyRunning preference when it changes - useEffect(() => { - localStorage.setItem(STORAGE_KEY_SHOW_ONLY_RUNNING, showOnlyRunning); - - // Dispatch a custom event that NetworkDisplay can listen for - if (window) { - const event = new CustomEvent('showOnlyRunningChange', { - detail: { showOnlyRunning } - }); - window.dispatchEvent(event); - } - }, [showOnlyRunning]); - - // Toggle compact mode function - keeping for backward compatibility - const toggleCompactMode = () => { - // No-op since we always want compact mode - console.debug('Compact mode toggle attempted but compact mode is always enabled'); - }; - - // Toggle showOnlyRunning function - const toggleShowOnlyRunning = () => { - setShowOnlyRunning(prev => !prev); - }; - - // Helper function to get the table cell padding based on the compact mode - const getTableCellPadding = (isNarrowColumn = false) => { - if (isNarrowColumn) { - return '0px 8px'; // Fixed narrow columns always have minimal padding - } - - // Always use compact mode padding - return '4px 8px'; - }; - - // Context value - const settingsContextValue = useMemo(() => ({ - compactMode: true, // Always true - toggleCompactMode, - getTableCellPadding, - darkMode, - toggleDarkMode, - showOnlyRunning, - toggleShowOnlyRunning, - }), [darkMode, toggleDarkMode, showOnlyRunning]); - - return ( - - {children} - - ); -}; \ No newline at end of file diff --git a/frontend/src/hooks/useFormattedMetrics.js b/frontend/src/hooks/useFormattedMetrics.js deleted file mode 100644 index 0461e6b17..000000000 --- a/frontend/src/hooks/useFormattedMetrics.js +++ /dev/null @@ -1,99 +0,0 @@ -import { useMemo } from 'react'; - -/** - * Custom hook to transform metrics data from the useSocket hook into the format expected by the components - * Uses space-efficient data representations for important metrics - * @param {Array} metricsData - The metrics data from the useSocket hook - * @returns {Object} The transformed metrics data - */ -const useFormattedMetrics = (metricsData) => { - return useMemo(() => { - // Initialize the structure - const result = { - cpu: {}, - memory: {}, - disk: {}, - network: {} - }; - - // If no metrics data, return empty structure - if (!metricsData || !Array.isArray(metricsData) || metricsData.length === 0) { - return result; - } - - // Process each metric in the array - metricsData.forEach(metric => { - if (!metric || !metric.guestId) { - return; - } - - const guestId = metric.guestId; - - // Extract metrics from the metrics object structure - const metricData = metric.metrics || {}; - - // CPU metrics - store as integer percentage (0-100) - if (typeof metricData.cpu === 'number') { - const cpuValue = metricData.cpu; - // Convert to integer percentage if needed (assuming it's already a percentage) - const cpuPercentage = Math.round(cpuValue); - - result.cpu[guestId] = { - usage: cpuPercentage - }; - } - - // Memory metrics - store values in appropriate units - const memoryData = metricData.memory || {}; - if (memoryData) { - // Store percentage as integer (0-100) - const memoryPercentage = memoryData.usedPercentage !== undefined - ? Math.round(memoryData.usedPercentage) - : (memoryData.total && memoryData.used - ? Math.round((memoryData.used / memoryData.total) * 100) - : 0); - - result.memory[guestId] = { - used: memoryData.used, - total: memoryData.total, - usagePercent: memoryPercentage - }; - } - - // Disk metrics - store values in appropriate units - const diskData = metricData.disk || {}; - if (diskData) { - // Store percentage as integer (0-100) - const diskPercentage = diskData.usedPercentage !== undefined - ? Math.round(diskData.usedPercentage) - : (diskData.total && diskData.used - ? Math.round((diskData.used / diskData.total) * 100) - : 0); - - result.disk[guestId] = { - used: diskData.used, - total: diskData.total, - usagePercent: diskPercentage - }; - } - - // Network metrics - round to appropriate precision - const networkData = metricData.network || {}; - if (networkData) { - // Round network rates to integers if they're small, or to 2 decimal places if large - const inRate = networkData.inRate || 0; - const outRate = networkData.outRate || 0; - - result.network[guestId] = { - // Use appropriate precision based on value size - inRate: inRate < 1000 ? Math.round(inRate) : inRate, - outRate: outRate < 1000 ? Math.round(outRate) : outRate - }; - } - }); - - return result; - }, [metricsData]); -}; - -export default useFormattedMetrics; \ No newline at end of file diff --git a/frontend/src/hooks/useMockMetrics.js b/frontend/src/hooks/useMockMetrics.js deleted file mode 100644 index 697b9bd2d..000000000 --- a/frontend/src/hooks/useMockMetrics.js +++ /dev/null @@ -1,279 +0,0 @@ -import { useState, useEffect } from 'react'; - -/** - * Custom hook to provide mock metrics data for testing - * @returns {Object} The mock metrics data - */ -const useMockMetrics = (guestData) => { - const [mockMetrics, setMockMetrics] = useState({ - cpu: {}, - memory: {}, - disk: {}, - network: {} - }); - - // Keep track of trends for more realistic changes - const [trends, setTrends] = useState({}); - - // Generate initial mock metrics - useEffect(() => { - if (!guestData || guestData.length === 0) return; - - const newMockMetrics = { - cpu: {}, - memory: {}, - disk: {}, - network: {} - }; - - const initialTrends = {}; - - guestData.forEach(guest => { - // Generate random CPU usage between 5% and 80% - newMockMetrics.cpu[guest.id] = { - usage: Math.floor(Math.random() * 75) + 5 - }; - - // Generate random memory usage between 10% and 90% - const memoryPercent = Math.floor(Math.random() * 80) + 10; - newMockMetrics.memory[guest.id] = { - used: Math.floor(Math.random() * 8 * 1024 * 1024 * 1024) + 512 * 1024 * 1024, // 512MB to 8.5GB - total: 16 * 1024 * 1024 * 1024, // 16GB - usagePercent: memoryPercent - }; - - // Generate random disk usage between 20% and 95% - const diskPercent = Math.floor(Math.random() * 75) + 20; - newMockMetrics.disk[guest.id] = { - used: Math.floor(Math.random() * 900 * 1024 * 1024 * 1024) + 100 * 1024 * 1024 * 1024, // 100GB to 1TB - total: 1024 * 1024 * 1024 * 1024, // 1TB - usagePercent: diskPercent - }; - - // Generate random network rates - newMockMetrics.network[guest.id] = { - inRate: Math.floor(Math.random() * 10 * 1024 * 1024) + 1024, // 1KB/s to 10MB/s - outRate: Math.floor(Math.random() * 5 * 1024 * 1024) + 1024 // 1KB/s to 5MB/s - }; - - // Initialize trends - initialTrends[guest.id] = { - cpu: Math.random() > 0.5 ? 1 : -1, // Random initial trend direction - memory: Math.random() > 0.5 ? 1 : -1, // Random initial trend direction - disk: 1, // Disk typically grows - netIn: 0, // No initial trend - netOut: 0, // No initial trend - spikeCooldown: 0, // No initial cooldown - loadLevel: Math.floor(Math.random() * 3) // 0=light, 1=medium, 2=heavy - }; - }); - - setMockMetrics(newMockMetrics); - setTrends(initialTrends); - }, [guestData]); - - // Update mock metrics periodically with more dynamic changes - useEffect(() => { - if (!guestData || guestData.length === 0) return; - - const interval = setInterval(() => { - setMockMetrics(prev => { - const updated = { ...prev }; - - setTrends(prevTrends => { - const updatedTrends = { ...prevTrends }; - - guestData.forEach(guest => { - if (!updatedTrends[guest.id]) { - // Initialize trend data for new guests - updatedTrends[guest.id] = { - cpu: Math.random() > 0.5 ? 1 : -1, - memory: Math.random() > 0.5 ? 1 : -1, - disk: 1, - netIn: 0, - netOut: 0, - spikeCooldown: 0, - loadLevel: Math.floor(Math.random() * 3) - }; - } - - const trend = updatedTrends[guest.id]; - - // Occasionally change trend direction - if (Math.random() < 0.1) { - trend.cpu *= -1; - } - if (Math.random() < 0.05) { - trend.memory *= -1; - } - - // Occasionally change load level - if (Math.random() < 0.05) { - trend.loadLevel = Math.floor(Math.random() * 3); - } - - // Decrease spike cooldown - if (trend.spikeCooldown > 0) { - trend.spikeCooldown--; - } - - // Handle CPU updates with trend-based changes - const cpuConfig = { - changeRange: trend.loadLevel === 0 ? 2 : trend.loadLevel === 1 ? 5 : 10, - minValue: trend.loadLevel === 0 ? 5 : trend.loadLevel === 1 ? 20 : 40, - maxValue: trend.loadLevel === 0 ? 30 : trend.loadLevel === 1 ? 60 : 95, - spikeChance: trend.loadLevel === 0 ? 0.02 : trend.loadLevel === 1 ? 0.05 : 0.1 - }; - - // Update CPU - if (updated.cpu[guest.id]) { - let newCpuUsage = updated.cpu[guest.id].usage; - - // Check for spikes - if (trend.spikeCooldown === 0 && Math.random() < cpuConfig.spikeChance) { - // Create a spike - newCpuUsage = Math.min(95, newCpuUsage + Math.random() * 40 + 20); - trend.spikeCooldown = Math.floor(Math.random() * 5) + 3; // 3-7 intervals cooldown - } else { - // Normal fluctuation - const change = (Math.random() * cpuConfig.changeRange * 2 - cpuConfig.changeRange) + - (trend.cpu * cpuConfig.changeRange * 0.5); - newCpuUsage = Math.max(cpuConfig.minValue, - Math.min(cpuConfig.maxValue, newCpuUsage + change)); - } - - updated.cpu[guest.id].usage = newCpuUsage; - } - - // Update Memory with trend-based changes - if (updated.memory[guest.id]) { - const memConfig = { - changePercent: 0.03, // Maximum 3% change per update - minPercent: 10, - maxPercent: 90 - }; - - // Memory often follows CPU with a delay - const cpuInfluence = trend.cpu > 0 ? 1 : -0.5; - const change = ((Math.random() * memConfig.changePercent * 2) - memConfig.changePercent + - (trend.memory * memConfig.changePercent * 0.7) + - (cpuInfluence * memConfig.changePercent * 0.3)) * 100; - - const newPercent = Math.max(memConfig.minPercent, - Math.min(memConfig.maxPercent, - updated.memory[guest.id].usagePercent + change)); - - const newUsed = updated.memory[guest.id].total * (newPercent / 100); - - updated.memory[guest.id].used = newUsed; - updated.memory[guest.id].usagePercent = newPercent; - } - - // Update Disk with slow growth and occasional cleanups - if (updated.disk[guest.id]) { - // Disk usually grows slowly - let diskChange = (Math.random() * 0.5); // 0-0.5% growth per update - - // Occasional disk cleanup (5% chance) - if (Math.random() < 0.05) { - diskChange = -1 * (Math.random() * 3 + 1); // 1-4% reduction - } - - const newPercent = Math.max(20, Math.min(95, updated.disk[guest.id].usagePercent + diskChange)); - const newUsed = updated.disk[guest.id].total * (newPercent / 100); - - updated.disk[guest.id].used = newUsed; - updated.disk[guest.id].usagePercent = newPercent; - } - - // Update Network with burst patterns - if (updated.network[guest.id]) { - // Define realistic baseline values (in bytes/sec) - const baselineInRate = 20 * 1024; // 20 KB/s baseline - const baselineOutRate = 10 * 1024; // 10 KB/s baseline - - // Maximum sustainable values (in bytes/sec) - const maxSustainedInRate = 300 * 1024; // 300 KB/s max sustained - const maxSustainedOutRate = 150 * 1024; // 150 KB/s max sustained - - // Current values - const currentInRate = updated.network[guest.id].inRate; - const currentOutRate = updated.network[guest.id].outRate; - - // Force strong regression to baseline over time - // Reset to baseline every ~30 seconds (1 in 20 chance per 1.5 sec interval) - const needsReset = Math.random() < 0.05; - - // Determine if we should generate a burst - // Reduce burst frequency when rates are already high - const ratesAreHigh = currentInRate > 100 * 1024 || currentOutRate > 50 * 1024; - const burstProbability = ratesAreHigh ? 0.05 : 0.1; // Reduce burst chance when already high - const burstMode = Math.random() < burstProbability; - - // Calculate new rates based on current state - let newInRate, newOutRate; - - if (needsReset) { - // Periodic reset to baseline to prevent long-term growth - newInRate = baselineInRate + (Math.random() * 10 * 1024); // baseline + small randomness - newOutRate = baselineOutRate + (Math.random() * 5 * 1024); // baseline + small randomness - } else if (burstMode) { - // Generate a traffic burst - const burstInSize = Math.random() * 150 * 1024 + 50 * 1024; // 50-200KB/s increase - const burstOutSize = Math.random() * 100 * 1024 + 30 * 1024; // 30-130KB/s increase - - // Apply burst, but cap at max values - newInRate = Math.min(maxSustainedInRate, currentInRate + burstInSize); - newOutRate = Math.min(maxSustainedOutRate, currentOutRate + burstOutSize); - } else { - // Normal regression toward baseline - stronger the further from baseline - const inRateDistanceFromBaseline = Math.max(0, currentInRate - baselineInRate); - const outRateDistanceFromBaseline = Math.max(0, currentOutRate - baselineOutRate); - - // Decay rate increases with distance (50-80% decay) - const inDecayRate = 0.5 + (inRateDistanceFromBaseline / (maxSustainedInRate * 2)); - const outDecayRate = 0.5 + (outRateDistanceFromBaseline / (maxSustainedOutRate * 2)); - - // Calculate decay amount (strong regression to baseline) - const inDecayAmount = inRateDistanceFromBaseline * Math.min(0.8, inDecayRate); - const outDecayAmount = outRateDistanceFromBaseline * Math.min(0.8, outDecayRate); - - // Add small random fluctuation (-10KB to +5KB) - const randomFluctuation = (Math.random() * 15 - 10) * 1024; - - // Apply decay with fluctuation, ensuring we don't go below baseline - newInRate = Math.max( - baselineInRate, - currentInRate - inDecayAmount + randomFluctuation - ); - - newOutRate = Math.max( - baselineOutRate, - currentOutRate - outDecayAmount + (randomFluctuation / 2) - ); - } - - // Final safety caps - newInRate = Math.min(maxSustainedInRate, Math.max(baselineInRate / 2, newInRate)); - newOutRate = Math.min(maxSustainedOutRate, Math.max(baselineOutRate / 2, newOutRate)); - - // Update the network metrics - updated.network[guest.id].inRate = newInRate; - updated.network[guest.id].outRate = newOutRate; - } - }); - - return updatedTrends; - }); - - return updated; - }); - }, 1500); // Update more frequently (every 1.5 seconds instead of 5 seconds) - - return () => clearInterval(interval); - }, [guestData]); - - return mockMetrics; -}; - -export default useMockMetrics; \ No newline at end of file diff --git a/frontend/src/hooks/useSocket.js b/frontend/src/hooks/useSocket.js deleted file mode 100644 index 401f5ea82..000000000 --- a/frontend/src/hooks/useSocket.js +++ /dev/null @@ -1,1546 +0,0 @@ -import { useState, useEffect, useCallback, useRef } from 'react'; -import { io } from 'socket.io-client'; -import { clearAppData } from '../utils/storageUtils'; - -// Constants -const CONNECTION_TIMEOUT_MS = 5000; // 5 seconds timeout for connection attempts - -// Add this function for more dynamic mock data generation -const generateDynamicMetric = (baseValue, min, max, changeRange) => { - // Random value between -changeRange and +changeRange - const change = (Math.random() * changeRange * 2) - changeRange; - return Math.max(min, Math.min(max, baseValue + change)); -}; - -/** - * Custom hook to manage WebSocket connections with Socket.io - * @param {string} url - WebSocket server URL (defaults to current origin) - * @returns {Object} Socket state and message handlers - */ -const useSocket = (url) => { - // In development mode, we need to connect to the backend server on port 7654 - // In production, we can use window.location.origin since both frontend and backend are served from the same origin - const isDevelopment = import.meta.env.DEV; - - // Get the current host - const currentHost = window.location.hostname; - - // For development, we need to explicitly connect to the backend server - // For production, we use the same origin that served the page - let socketUrl; - if (isDevelopment) { - // First check environment variables, then fall back to localStorage - const envUseMockData = import.meta.env.VITE_USE_MOCK_DATA === 'true'; - const envMockDataEnabled = import.meta.env.VITE_MOCK_DATA_ENABLED === 'true'; - - // If environment variables are set, they take precedence - // Otherwise, check localStorage - const useMockData = (envUseMockData || envMockDataEnabled) || - (localStorage.getItem('use_mock_data') === 'true' || - localStorage.getItem('MOCK_DATA_ENABLED') === 'true'); - - // Always connect to the backend server (7654), which will handle the mock data if needed - socketUrl = `http://${currentHost}:7654`; - } else { - // In production, use the same origin that served the page - socketUrl = window.location.origin; - } - - // Check if we're using mock data - prioritize environment variables - const envUseMockData = import.meta.env.VITE_USE_MOCK_DATA === 'true'; - const envMockDataEnabled = import.meta.env.VITE_MOCK_DATA_ENABLED === 'true'; - - // First check environment variables, then fall back to localStorage - const useMockData = (envUseMockData || envMockDataEnabled) || - (localStorage.getItem('use_mock_data') === 'true' || - localStorage.getItem('MOCK_DATA_ENABLED') === 'true'); - - // Store the mock data status as a state variable so it can be exposed in the return value - const [isMockData, setIsMockData] = useState(useMockData); - - const [isConnected, setIsConnected] = useState(false); - const [lastMessage, setLastMessage] = useState(null); - const [nodeData, setNodeData] = useState([]); - const [guestData, setGuestData] = useState([]); - const [metricsData, setMetricsData] = useState([]); - const [processedMetricsData, setProcessedMetricsData] = useState({ - cpu: {}, - memory: {}, - disk: {}, - network: {} - }); - const [forceUpdateCounter, setForceUpdateCounter] = useState(0); - const [error, setError] = useState(null); - const [connectionStatus, setConnectionStatus] = useState('connecting'); - - // Use ref to maintain socket instance across renders - const socketRef = useRef(null); - // Use ref for ping interval - const pingIntervalRef = useRef(null); - // Track reconnection attempts to prevent infinite loops - const reconnectAttemptsRef = useRef(0); - // Reduce reconnection attempts in development mode - const MAX_RECONNECT_ATTEMPTS = isDevelopment ? 1 : 3; - - // Also add a metrics update interval - const metricsIntervalRef = useRef(null); - // Track if we've already set up the interval - const hasSetupMetricsInterval = useRef(false); - - const [nodeStatus, setNodeStatus] = useState({}); - const [pendingGuests, setPendingGuests] = useState({}); - - // Initialize socket connection - useEffect(() => { - // Clear any existing socket connection - if (socketRef.current) { - socketRef.current.disconnect(); - } - - // Log connection attempt - console.log(`Attempting to connect to socket server at: ${socketUrl}`); - - // In mock data mode, we can immediately set up the UI without waiting for a connection - if (useMockData) { - console.log('Using mock data mode - will connect to mock server'); - // We'll let the actual server connection process handle setting up the data - // Don't create fake data here - rely on the mock server - } - - // Set a timeout to ensure we don't wait forever for the socket connection - const connectionTimeout = setTimeout(() => { - if (!isConnected) { - console.log('Socket connection timeout'); - setConnectionStatus('error'); - setError('Connection timeout - failed to connect to server'); - } - }, CONNECTION_TIMEOUT_MS); - - try { - // Create new socket connection - socketRef.current = io(socketUrl, { - transports: ['websocket', 'polling'], - reconnectionAttempts: MAX_RECONNECT_ATTEMPTS, - reconnectionDelay: 2000, - reconnectionDelayMax: 10000, - timeout: 20000, - autoConnect: true, - forceNew: true, - randomizationFactor: 0.5 - }); - - // Set up event handlers - socketRef.current.on('connect', () => { - console.log('Socket connected successfully'); - clearTimeout(connectionTimeout); // Clear the timeout on successful connection - setIsConnected(true); - setConnectionStatus('connected'); - setError(null); - reconnectAttemptsRef.current = 0; // Reset reconnect attempts on successful connection - - // Register as a dashboard client to get all guests - socketRef.current.emit('register', { - nodeId: 'dashboard', - nodeName: 'dashboard', - clientType: 'dashboard' - }); - console.log('Registered as dashboard client'); - - // Request server configuration to check if mock data is enabled on the server - socketRef.current.emit('getServerConfig', (config) => { - if (config && (config.useMockData || config.mockDataEnabled)) { - console.log('Server is using mock data'); - setIsMockData(true); - // Store this information in localStorage for persistence - localStorage.setItem('use_mock_data', 'true'); - localStorage.setItem('MOCK_DATA_ENABLED', 'true'); - } else { - console.log('Server is using real data'); - setIsMockData(false); - // Clear the localStorage values - localStorage.removeItem('use_mock_data'); - localStorage.removeItem('MOCK_DATA_ENABLED'); - } - }); - - // Request initial data - socketRef.current.emit('requestNodeData'); - socketRef.current.emit('requestGuestData'); - socketRef.current.emit('requestMetricsData'); - - // Set up custom guests handler to ensure no deduplication - socketRef.current.on('guests', (data) => { - // Check if we got either an array directly or an object with a guests property - const guestData = Array.isArray(data) ? data : (data && data.guests ? data.guests : []); - - if (!Array.isArray(guestData)) { - console.error('🔍 SOCKET: Received invalid guest data format:', data); - return; - } - - // Log what we received for debugging - console.log(`🔍 SOCKET: Received ${guestData.length} guests from server`); - - // Log distribution by node for debugging - const guestsByNode = {}; - guestData.forEach(guest => { - if (!guest) return; - const nodeId = guest.node || 'unknown'; - if (!guestsByNode[nodeId]) { - guestsByNode[nodeId] = []; - } - guestsByNode[nodeId].push(guest.id); - }); - - console.log('🔍 SOCKET: Guest distribution from server:'); - Object.keys(guestsByNode).sort().forEach(nodeId => { - console.log(` - ${nodeId}: ${guestsByNode[nodeId].length} guests (${guestsByNode[nodeId].join(', ')})`); - }); - - // CRITICAL: Set guest data directly without any filtering - setGuestData(guestData); - - // Force update to trigger re-renders - setForceUpdateCounter(prevCounter => prevCounter + 1); - }); - - // Start ping interval - if (pingIntervalRef.current) { - clearInterval(pingIntervalRef.current); - } - pingIntervalRef.current = setInterval(() => { - if (socketRef.current && socketRef.current.connected) { - socketRef.current.emit('ping', { timestamp: Date.now() }); - } - }, 5000); - }); - - // Handle page visibility changes - const handleVisibilityChange = () => { - if (document.visibilityState === 'visible' && socketRef.current && !socketRef.current.connected) { - if (reconnectAttemptsRef.current < MAX_RECONNECT_ATTEMPTS) { - reconnectAttemptsRef.current++; - reconnect(); - } else { - console.warn(`Maximum reconnection attempts (${MAX_RECONNECT_ATTEMPTS}) reached. Not attempting further reconnections.`); - // If using mock data, still show the UI - if (useMockData) { - setIsConnected(true); - setConnectionStatus('connected'); - } - } - } - }; - - // Handle page unload - const handleBeforeUnload = () => { - if (socketRef.current) { - socketRef.current.disconnect(); - } - }; - - // Set up page visibility and unload listeners - document.addEventListener('visibilitychange', handleVisibilityChange); - window.addEventListener('beforeunload', handleBeforeUnload); - - // Handle connection errors - socketRef.current.on('connect_error', (err) => { - console.error('Socket connection error:', err); - - // If we're reconnecting, emit events to get the current data - if (reconnectAttemptsRef.current > 0) { - setConnectionStatus('reconnecting'); - console.log(`Reconnection attempt ${reconnectAttemptsRef.current}/${MAX_RECONNECT_ATTEMPTS} failed`); - } else { - setConnectionStatus('error'); - setIsConnected(false); - setError(`Connection error: ${err.message}`); - } - }); - - socketRef.current.on('disconnect', (reason) => { - console.log(`Socket disconnected: ${reason}`); - setIsConnected(false); - setConnectionStatus('disconnected'); - - // Don't attempt to reconnect if we've reached the maximum attempts - if (reconnectAttemptsRef.current >= MAX_RECONNECT_ATTEMPTS) { - console.warn(`Maximum reconnection attempts (${MAX_RECONNECT_ATTEMPTS}) reached. Not attempting further reconnections.`); - return; - } - - // Only attempt to reconnect for certain disconnect reasons - if (reason === 'io server disconnect' || reason === 'transport close') { - reconnectAttemptsRef.current++; - // Calculate a delay with exponential backoff and randomization - const baseDelay = 3000; // Base delay of 3 seconds - const attempt = reconnectAttemptsRef.current; - const exponentialDelay = baseDelay * Math.pow(1.5, attempt); // Exponential backoff - const jitter = Math.random() * 2000; // Random jitter up to 2 seconds - const reconnectDelay = exponentialDelay + jitter; - - console.log(`Will attempt reconnection in ${Math.round(reconnectDelay / 1000)} seconds (attempt ${attempt}/${MAX_RECONNECT_ATTEMPTS})`); - - // Attempt to reconnect after the calculated delay - setTimeout(() => { - if (socketRef.current) { - socketRef.current.connect(); - } - }, reconnectDelay); - } - }); - - // Message handler - socketRef.current.on('message', (message) => { - setLastMessage(message); - - switch (message.type) { - case 'CONNECTED': - break; - - case 'NODE_STATUS_UPDATE': - handleNodeStatusUpdate(message.payload); - break; - - case 'GUEST_STATUS_UPDATE': - handleGuestStatusUpdate(message.payload); - break; - - case 'METRICS_UPDATE': - handleMetricsUpdate(message.payload); - break; - - case 'EVENT': - handleEventUpdate(message.payload); - break; - - case 'ERROR': - setError(message.payload); - break; - - default: - } - }); - - // Direct event handler for migration events - socketRef.current.on('event', (event) => { - if (event && event.type === 'migration') { - handleEventUpdate(event); - } - }); - - // Setup socket event listeners - socketRef.current.on('nodeData', (data) => { - if (Array.isArray(data)) { - console.log('🔍 SOCKET: Received nodeData event with', data.length, 'nodes'); - console.log('🔍 SOCKET: Node data:', data); - - // Verify we have all three expected nodes - const nodeNames = data.map(node => node.name).sort(); - console.log('🔍 SOCKET: Node names:', nodeNames); - - // Check if we have the expected PVE nodes - const hasPveNodes = data.some(node => - (node.name && (node.name.includes('pve-prod') || node.name.includes('pve-dev'))) - ); - - if (!hasPveNodes) { - console.error('🚨 SOCKET: Missing expected PVE nodes in nodeData!'); - } - - if (data.length < 3) { - console.warn(`⚠️ SOCKET: Expected at least 3 nodes but received ${data.length}`); - } - - // Check if this is mock data by looking for the 'pve-prod' prefix in node names - const isMockDataNodes = data.some(node => node.name && ( - node.name.startsWith('pve-prod') || - node.name.startsWith('MOCK-') - )); - if (isMockDataNodes) { - console.log('Detected mock data from node names'); - setIsMockData(true); - } - - // Ensure we're not getting empty or invalid node data - const validNodes = data.filter(node => node && node.id && node.name); - if (validNodes.length < data.length) { - console.warn(`⚠️ SOCKET: Filtered out ${data.length - validNodes.length} invalid nodes`); - setNodeData(validNodes); - } else { - setNodeData(data); - } - } else { - console.error('🚨 SOCKET: Received nodeData event but data is not an array:', data); - } - }); - - // Handle guests update from server - socketRef.current.on('guests', (data) => { - // Check if we got either an array directly or an object with a guests property - const guestData = Array.isArray(data) ? data : (data.guests || []); - - if (!Array.isArray(guestData)) { - console.error('Received invalid guest data format from socket:', data); - return; - } - - // Add descriptive logging to help debug the issue - console.log(`🔍 SOCKET: Received ${guestData.length} guests from server`); - - // Log distribution by node for debugging - const guestsByNode = {}; - guestData.forEach(guest => { - const nodeId = guest.node; - if (!guestsByNode[nodeId]) { - guestsByNode[nodeId] = []; - } - guestsByNode[nodeId].push(guest.id); - }); - - console.log('🔍 SOCKET: Guest distribution by node:'); - Object.keys(guestsByNode).sort().forEach(nodeId => { - console.log(` - ${nodeId}: ${guestsByNode[nodeId].length} guests`); - }); - - // IMPORTANT: Handle guest data without deduplication - // Just set the state directly without any filtering - setGuestData(guestData); - - // Mark the update with a new timestamp - setLastMessage({ - type: 'GUEST_UPDATE', - timestamp: new Date().toISOString(), - count: guestData.length - }); - - // Force update to trigger re-renders - setForceUpdateCounter(prevCounter => prevCounter + 1); - }); - - // Cleanup function - return () => { - clearTimeout(connectionTimeout); // Clear the timeout on cleanup - if (socketRef.current) { - socketRef.current.disconnect(); - } - - // Remove event listeners - document.removeEventListener('visibilitychange', handleVisibilityChange); - window.removeEventListener('beforeunload', handleBeforeUnload); - }; - } catch (error) { - clearTimeout(connectionTimeout); // Clear the timeout on error - console.error('Error initializing socket connection:', error); - setError('Failed to initialize socket connection'); - - // If we're using mock data, still show the UI - if (useMockData) { - setIsConnected(true); - setConnectionStatus('connected'); - } else { - setConnectionStatus('error'); - } - } - }, [socketUrl, useMockData]); // Remove isConnected from dependency array to prevent reconnection loops - - // Generate mock guest data useEffect has been removed to prevent duplicate guests - // Server-side mock data from src/mock/custom-data.ts is now the only source of truth - - // Create or update metrics for mock data display - useEffect(() => { - if (useMockData && guestData.length > 0) { - console.log('Setting up mock metrics with %d guests (%d running)', - guestData.length, - guestData.filter(g => g.status === 'running').length - ); - - // Initialize metrics data if empty - if (metricsData.length === 0) { - // Create initial mock metrics for running guests - const mockMetrics = guestData - .filter(guest => guest.status === 'running') // Only generate metrics for running guests - .map(guest => { - // Generate more interesting initial values with guaranteed minimums - const cpuUsage = Math.max(25, 10 + Math.random() * 40); // 25-50% initial CPU - const memPercent = Math.max(30, 20 + Math.random() * 40); // 30-60% initial memory - const diskPercent = Math.max(40, 30 + Math.random() * 50); // 40-80% initial disk - - console.log(`Generating initial metrics for ${guest.name || 'unnamed'} (${guest.id}): CPU: ${cpuUsage.toFixed(1)}%, Memory: ${memPercent.toFixed(1)}%, Disk: ${diskPercent.toFixed(1)}%`); - - return { - guestId: guest.id, - nodeId: guest.node || 'node-1', - timestamp: Date.now(), - metrics: { - cpu: cpuUsage, - memory: { - total: 16 * 1024 * 1024 * 1024, // 16 GB - used: (16 * 1024 * 1024 * 1024) * (memPercent / 100), // Memory used based on percentage - percentUsed: memPercent - }, - disk: { - total: 500 * 1024 * 1024 * 1024, // 500 GB - used: (500 * 1024 * 1024 * 1024) * (diskPercent / 100), // Disk used based on percentage - percentUsed: diskPercent - }, - network: { - // Use more realistic values for data center environments - inRate: 100 * 1024 + Math.random() * 400 * 1024, // 100-500 KB/s baseline - outRate: 50 * 1024 + Math.random() * 150 * 1024, // 50-200 KB/s baseline - }, - uptime: guest.uptime || 3600 * (1 + Math.floor(Math.random() * 72)) // Ensure uptime value exists - } - }; - }); - - console.log(`Generated ${mockMetrics.length} initial mock metrics`); - setMetricsData(mockMetrics); - - // Also initialize the processed metrics data - const processedData = { - cpu: {}, - memory: {}, - disk: {}, - network: {} - }; - - // Process each mock metric entry for UI components - mockMetrics.forEach(metricEntry => { - const { guestId: metricGuestId, metrics } = metricEntry; - - // CPU - ensure it's a number and has correct properties - const cpuValue = parseFloat(metrics.cpu) || 0; - processedData.cpu[metricGuestId] = { - usage: cpuValue - }; - - // Memory - ensure percentages are numbers and have correct properties - const memPercentValue = parseFloat(metrics.memory.percentUsed) || 0; - processedData.memory[metricGuestId] = { - total: metrics.memory.total, - used: metrics.memory.used, - percentUsed: memPercentValue, - usagePercent: memPercentValue // Important: UI uses this property - }; - - // Disk: More dynamic changes with occasional cleanups - let diskDelta; - if (Math.random() < 0.15) { // Increased chance from 10% to 15% - // More significant disk cleanup - diskDelta = -1 * (Math.random() * 8 + 3); // 3-11% reduction (increased) - // Define shouldLog for conditionally enabling console logs - const diskShouldLog = Math.random() < 0.1; - if (diskShouldLog) { - console.log(`Disk cleanup for ${metricGuestId}: ${(metrics.disk.percentUsed || 0).toFixed(1)}% -> ${((metrics.disk.percentUsed || 50) + diskDelta).toFixed(1)}%`); - } - } else { - // Disk more noticeable growth - diskDelta = Math.random() * 2.5; // 0-2.5% growth (increased) - } - const newDiskPercent = Math.max(20, Math.min(95, (metrics.disk.percentUsed || 50) + diskDelta)); - const newDiskUsed = (metrics.disk.total || 500 * 1024 * 1024 * 1024) * (newDiskPercent / 100); - - // Network: More dramatic bursty traffic patterns - let initialNewInRate, initialNewOutRate; - - // Define network traffic patterns based on VM type - // Simplified - use fewer variables and clearer workload patterns - const vmGuestId = metricGuestId || ''; - const vmLastDigit = vmGuestId ? parseInt(vmGuestId.slice(-1)) : 0; - - // Define VM workload types (based on last digit of ID for deterministic behavior) - const workloadType = - [9].includes(vmLastDigit) ? 'high_bandwidth' : // 10% are high bandwidth servers (backups, mirrors, etc) - [1, 5].includes(vmLastDigit) ? 'web_server' : // 20% are web servers - [2, 3, 7].includes(vmLastDigit) ? 'database' : // 30% are databases - [0, 4].includes(vmLastDigit) ? 'file_server' : // 20% are file servers - 'idle'; // 20% are mostly idle VMs - - // Get current values with fallbacks to appropriate defaults - let currentInRate = metrics.network?.inRate || 0; - let currentOutRate = metrics.network?.outRate || 0; - - // Define workload-specific network traffic patterns - const networkPatterns = { - high_bandwidth: { - // Very high bandwidth servers (backups, streaming, mirrors, etc.) - baselineIn: 100 * 1024, // 100 KB/s in - baselineOut: 150 * 1024, // 150 KB/s out - maxIn: 50 * 1024 * 1024, // 50 MB/s max in - maxOut: 70 * 1024 * 1024, // 70 MB/s max out - burstProbability: 0.3, // 30% chance of burst - burstInSize: () => { - // 10% chance of mega burst (5-20 MB/s) - if (Math.random() < 0.1) { - return (Math.random() * 15 + 5) * 1024 * 1024; - } - // Normal burst (0.5-3 MB/s) - return (Math.random() * 2.5 + 0.5) * 1024 * 1024; - }, - burstOutSize: () => { - // 10% chance of mega burst (10-30 MB/s) - if (Math.random() < 0.1) { - return (Math.random() * 20 + 10) * 1024 * 1024; - } - // Normal burst (1-5 MB/s) - return (Math.random() * 4 + 1) * 1024 * 1024; - }, - decayRate: 0.3 // 30% decay rate (slower to allow higher values to persist) - }, - web_server: { - // Web servers have higher baseline output than input, with frequent small bursts - baselineIn: 20 * 1024, // 20 KB/s in - baselineOut: 50 * 1024, // 50 KB/s out - maxIn: 5 * 1024 * 1024, // 5 MB/s (~40 Mbps) max in - maxOut: 10 * 1024 * 1024, // 10 MB/s (~80 Mbps) max out - burstProbability: 0.25, // 25% chance of burst (increased) - burstInSize: () => { - // 5% chance of large burst (1-3 MB/s) - if (Math.random() < 0.05) { - return (Math.random() * 2 + 1) * 1024 * 1024; - } - // Normal burst (50-300 KB/s) - return (Math.random() * 250 + 50) * 1024; - }, - burstOutSize: () => { - // 5% chance of large burst (2-5 MB/s) - if (Math.random() < 0.05) { - return (Math.random() * 3 + 2) * 1024 * 1024; - } - // Normal burst (100-500 KB/s) - return (Math.random() * 400 + 100) * 1024; - }, - decayRate: 0.5 // 50% decay rate toward baseline - }, - database: { - // Databases have moderate, more stable traffic - baselineIn: 30 * 1024, // 30 KB/s in - baselineOut: 20 * 1024, // 20 KB/s out - maxIn: 4 * 1024 * 1024, // 4 MB/s max in - maxOut: 3 * 1024 * 1024, // 3 MB/s max out - burstProbability: 0.15, // 15% chance of burst (increased) - burstInSize: () => { - // 3% chance of large burst (0.5-2 MB/s) - if (Math.random() < 0.03) { - return (Math.random() * 1.5 + 0.5) * 1024 * 1024; - } - // Normal burst (50-250 KB/s) - return (Math.random() * 200 + 50) * 1024; - }, - burstOutSize: () => { - // 3% chance of large burst (0.3-1.5 MB/s) - if (Math.random() < 0.03) { - return (Math.random() * 1.2 + 0.3) * 1024 * 1024; - } - // Normal burst (30-150 KB/s) - return (Math.random() * 120 + 30) * 1024; - }, - decayRate: 0.45 // 45% decay rate (slower to allow higher values to persist) - }, - file_server: { - // File servers have high baseline with large bursts - baselineIn: 50 * 1024, // 50 KB/s in - baselineOut: 80 * 1024, // 80 KB/s out - maxIn: 20 * 1024 * 1024, // 20 MB/s max in - maxOut: 25 * 1024 * 1024, // 25 MB/s max out - burstProbability: 0.2, // 20% chance of burst (increased) - burstInSize: () => { - // 8% chance of large burst (2-8 MB/s) - if (Math.random() < 0.08) { - return (Math.random() * 6 + 2) * 1024 * 1024; - } - // Normal burst (200-800 KB/s) - return (Math.random() * 600 + 200) * 1024; - }, - burstOutSize: () => { - // 8% chance of large burst (3-12 MB/s) - if (Math.random() < 0.08) { - return (Math.random() * 9 + 3) * 1024 * 1024; - } - // Normal burst (300-1200 KB/s) - return (Math.random() * 900 + 300) * 1024; - }, - decayRate: 0.4 // 40% decay rate (slower to allow higher values to persist) - }, - idle: { - // Idle VMs have minimal traffic - baselineIn: 2 * 1024, // 2 KB/s in - baselineOut: 1 * 1024, // 1 KB/s out - maxIn: 1 * 1024 * 1024, // 1 MB/s max in - maxOut: 500 * 1024, // 500 KB/s max out - burstProbability: 0.05, // 5% chance of burst - burstInSize: () => { - // 1% chance of unexpected large burst (100-500 KB/s) - if (Math.random() < 0.01) { - return (Math.random() * 400 + 100) * 1024; - } - // Normal small burst (10-50 KB/s) - return (Math.random() * 40 + 10) * 1024; - }, - burstOutSize: () => { - // 1% chance of unexpected large burst (50-250 KB/s) - if (Math.random() < 0.01) { - return (Math.random() * 200 + 50) * 1024; - } - // Normal small burst (5-30 KB/s) - return (Math.random() * 25 + 5) * 1024; - }, - decayRate: 0.7 // 70% decay rate (quickly returns to baseline) - } - }; - - // Get pattern for this VM - const pattern = networkPatterns[workloadType]; - - // Determine if this update will create a burst - const createBurst = Math.random() < pattern.burstProbability; - // Occasional complete reset to baseline (1% chance) - const forceReset = Math.random() < 0.01; - - // Define log chance once for this section - const netLogChance = Math.random() < 0.05; // 5% chance to log - - if (forceReset) { - // Reset to baseline with small random variation - initialNewInRate = pattern.baselineIn * (0.8 + Math.random() * 0.4); // 80-120% of baseline - initialNewOutRate = pattern.baselineOut * (0.8 + Math.random() * 0.4); - - if (netLogChance) { - console.log(`Network reset for ${vmGuestId} (${workloadType}): In: ${(currentInRate/1024).toFixed(1)}KB/s → ${(initialNewInRate/1024).toFixed(1)}KB/s`); - } - } - else if (createBurst) { - // Apply a burst (increase traffic significantly) - const burstInSize = pattern.burstInSize(); - const burstOutSize = pattern.burstOutSize(); - - initialNewInRate = Math.min(pattern.maxIn, currentInRate + burstInSize); - initialNewOutRate = Math.min(pattern.maxOut, currentOutRate + burstOutSize); - - if (netLogChance) { - console.log(`Network burst for ${vmGuestId} (${workloadType}): In: ${(currentInRate/1024).toFixed(1)}KB/s → ${(initialNewInRate/1024).toFixed(1)}KB/s`); - } - } - else { - // Regular update: decay toward baseline + small random fluctuation - const inDistance = Math.max(0, currentInRate - pattern.baselineIn); - const outDistance = Math.max(0, currentOutRate - pattern.baselineOut); - - // Stronger decay when further from baseline (more realistic) - const inDecayFactor = pattern.decayRate * (1 + inDistance / (pattern.maxIn * 0.5)); - const outDecayFactor = pattern.decayRate * (1 + outDistance / (pattern.maxOut * 0.5)); - - // Apply decay with small random fluctuation - const inDecay = inDistance * Math.min(0.95, inDecayFactor); - const outDecay = outDistance * Math.min(0.95, outDecayFactor); - - // Small random fluctuations (-0.5KB to +1KB) - const fluctuation = (Math.random() * 1.5 - 0.5) * 1024; - - initialNewInRate = Math.max( - pattern.baselineIn * 0.8, // Don't go below 80% of baseline - Math.min( - pattern.maxIn, - currentInRate - inDecay + fluctuation - ) - ); - - initialNewOutRate = Math.max( - pattern.baselineOut * 0.8, // Don't go below 80% of baseline - Math.min( - pattern.maxOut, - currentOutRate - outDecay + (fluctuation * 0.8) - ) - ); - } - - // Final safety check - ensure values are within appropriate ranges - initialNewInRate = Math.max(1024, Math.min(pattern.maxIn, initialNewInRate)); - initialNewOutRate = Math.max(512, Math.min(pattern.maxOut, initialNewOutRate)); - - processedData.disk[metricGuestId] = { - total: metrics.disk.total, - used: metrics.disk.used, - percentUsed: newDiskPercent, - usagePercent: newDiskPercent // Important: UI uses this property - }; - - processedData.network[metricGuestId] = { - inRate: initialNewInRate, - outRate: initialNewOutRate - }; - }); - - // Update the processed metrics data state - setProcessedMetricsData(processedData); - } - - // Always set up an interval to update mock metrics, regardless of whether - // we just initialized the data or not - console.log("Setting up metrics update interval"); - - // Only set up the interval if it's not already running - if (metricsIntervalRef.current) { - clearInterval(metricsIntervalRef.current); - metricsIntervalRef.current = null; - } - - // Set a flag to indicate we're setting up the interval - if (!hasSetupMetricsInterval.current) { - console.log("First time setting up metrics interval"); - hasSetupMetricsInterval.current = true; - } else { - console.log("Re-setting up metrics interval"); - } - - metricsIntervalRef.current = setInterval(() => { - try { - // Define shouldLog once at the top for use throughout this interval function - const intervalShouldLog = Math.random() < 0.1; // Only log about 10% of updates - - if (intervalShouldLog) { - console.log('Mock update interval - updating data'); - } - - // Also occasionally change guest status - if (Math.random() < 0.05) { // 5% chance per interval - setGuestData(prevGuests => { - try { - // Make a copy of the guests array - const updatedGuests = [...prevGuests]; - - // Randomly select a guest to change status - const randomIndex = Math.floor(Math.random() * updatedGuests.length); - const guest = updatedGuests[randomIndex]; - - // Determine new status - with probability favoring current state - let newStatus; - if (guest.status === 'running') { - // 10% chance a running guest stops - newStatus = Math.random() < 0.1 ? 'stopped' : 'running'; - } else { - // 20% chance a stopped guest starts - newStatus = Math.random() < 0.2 ? 'running' : 'stopped'; - } - - // Only update if status changed - if (newStatus !== guest.status) { - updatedGuests[randomIndex] = { - ...guest, - status: newStatus, - // Reset or set uptime accordingly - uptime: newStatus === 'running' ? 300 : 0 // New running guests start with 5 min uptime - }; - - if (intervalShouldLog) { - console.log(`Mock guest ${guest.name || 'unnamed'} (${guest.id}): changed status from ${guest.status} to ${newStatus}`); - } - } - - return updatedGuests; - } catch (error) { - console.error('Error updating guest status:', error); - return prevGuests; // Return unchanged if error - } - }); - } - - // Always update uptime for running guests - setGuestData(prevGuests => { - try { - const updatedGuests = prevGuests.map(guest => { - if (guest && guest.status === 'running') { - // Increase uptime by the interval time (in seconds) - return { - ...guest, - uptime: (guest.uptime || 0) + 2 // Add 2 seconds per interval - }; - } - return guest; - }); - return updatedGuests; - } catch (error) { - console.error('Error updating guest uptime:', error); - return prevGuests; // Return unchanged if error - } - }); - - // Directly increase force update counter to ensure UI re-renders - setForceUpdateCounter(prev => (prev + 1) % 10000); - - // Update metrics regardless of existing data - setMetricsData(prev => { - try { - const currentMetrics = prev || []; - - // Get current list of running guests - const runningGuestIds = guestData - .filter(g => g && g.status === 'running') - .map(g => g.id); - - // Update existing metrics - const updatedMetrics = currentMetrics - .filter(metric => runningGuestIds.includes(metric.guestId)) // Keep only metrics for running guests - .map(metric => { - // Get the corresponding guest to update uptime - const guest = guestData.find(g => g.id === metric.guestId); - - // CPU: More dynamic changes with occasional spikes - let newCpu; - if (Math.random() < 0.35) { // Increased chance of spike from 20% to 35% - // Significant spike - newCpu = Math.min(95, metric.metrics.cpu + 25 + Math.random() * 30); - if (intervalShouldLog) { - console.log(`CPU spike for ${metric.guestId}: ${(metric.metrics.cpu || 0).toFixed(1)}% -> ${newCpu.toFixed(1)}%`); - } - } else if (Math.random() < 0.35) { // Increased chance of drop from 20% to 35% - // Significant drop - newCpu = Math.max(5, metric.metrics.cpu - 25 - Math.random() * 20); - if (intervalShouldLog) { - console.log(`CPU drop for ${metric.guestId}: ${(metric.metrics.cpu || 0).toFixed(1)}% -> ${newCpu.toFixed(1)}%`); - } - } else { - // More noticeable regular changes - increase changeRange from 12 to 20 - newCpu = generateDynamicMetric(metric.metrics.cpu || 0, 5, 95, 20); - } - - // Memory: More noticeable changes - let memoryDelta = (Math.random() * 12) - 6; // -6 to +6 base change (increased) - if (newCpu > (metric.metrics.cpu || 0) + 10) { - // If CPU spiked up, memory likely increases too - memoryDelta += 5; - } else if (newCpu < (metric.metrics.cpu || 0) - 10) { - // If CPU dropped significantly, memory might decrease too - memoryDelta -= 2; - } - const newMemPercent = Math.max(10, Math.min(90, (metric.metrics?.memory?.percentUsed || 50) + memoryDelta)); - const newMemUsed = (metric.metrics.memory?.total || 16 * 1024 * 1024 * 1024) * (newMemPercent / 100); - - // Disk: More dynamic changes with occasional cleanups - let diskDelta; - if (Math.random() < 0.15) { // Increased chance from 10% to 15% - // More significant disk cleanup - diskDelta = -1 * (Math.random() * 8 + 3); // 3-11% reduction (increased) - // Define shouldLog for conditionally enabling console logs - const diskShouldLog = Math.random() < 0.1; - if (diskShouldLog) { - console.log(`Disk cleanup for ${metric.guestId}: ${(metric.metrics.disk?.percentUsed || 0).toFixed(1)}% -> ${((metric.metrics.disk?.percentUsed || 50) + diskDelta).toFixed(1)}%`); - } - } else { - // Disk more noticeable growth - diskDelta = Math.random() * 2.5; // 0-2.5% growth (increased) - } - const newDiskPercent = Math.max(20, Math.min(95, (metric.metrics.disk?.percentUsed || 50) + diskDelta)); - const newDiskUsed = (metric.metrics.disk?.total || 500 * 1024 * 1024 * 1024) * (newDiskPercent / 100); - - // Network: More dramatic bursty traffic patterns - let metricNewInRate, metricNewOutRate; - - // Define network traffic patterns based on VM type - // Simplified - use fewer variables and clearer workload patterns - const vmGuestId = metric.guestId || ''; - const vmLastDigit = vmGuestId ? parseInt(vmGuestId.slice(-1)) : 0; - - // Define VM workload types (based on last digit of ID for deterministic behavior) - const workloadType = - [9].includes(vmLastDigit) ? 'high_bandwidth' : // 10% are high bandwidth servers (backups, mirrors, etc) - [1, 5].includes(vmLastDigit) ? 'web_server' : // 20% are web servers - [2, 3, 7].includes(vmLastDigit) ? 'database' : // 30% are databases - [0, 4].includes(vmLastDigit) ? 'file_server' : // 20% are file servers - 'idle'; // 20% are mostly idle VMs - - // Get current values with fallbacks to appropriate defaults - let currentInRate = metric.metrics.network?.inRate || 0; - let currentOutRate = metric.metrics.network?.outRate || 0; - - // Define workload-specific network traffic patterns - const networkPatterns = { - high_bandwidth: { - // Very high bandwidth servers (backups, streaming, mirrors, etc.) - baselineIn: 100 * 1024, // 100 KB/s in - baselineOut: 150 * 1024, // 150 KB/s out - maxIn: 50 * 1024 * 1024, // 50 MB/s max in - maxOut: 70 * 1024 * 1024, // 70 MB/s max out - burstProbability: 0.3, // 30% chance of burst - burstInSize: () => { - // 10% chance of mega burst (5-20 MB/s) - if (Math.random() < 0.1) { - return (Math.random() * 15 + 5) * 1024 * 1024; - } - // Normal burst (0.5-3 MB/s) - return (Math.random() * 2.5 + 0.5) * 1024 * 1024; - }, - burstOutSize: () => { - // 10% chance of mega burst (10-30 MB/s) - if (Math.random() < 0.1) { - return (Math.random() * 20 + 10) * 1024 * 1024; - } - // Normal burst (1-5 MB/s) - return (Math.random() * 4 + 1) * 1024 * 1024; - }, - decayRate: 0.3 // 30% decay rate (slower to allow higher values to persist) - }, - web_server: { - // Web servers have higher baseline output than input, with frequent small bursts - baselineIn: 20 * 1024, // 20 KB/s in - baselineOut: 50 * 1024, // 50 KB/s out - maxIn: 5 * 1024 * 1024, // 5 MB/s (~40 Mbps) max in - maxOut: 10 * 1024 * 1024, // 10 MB/s (~80 Mbps) max out - burstProbability: 0.25, // 25% chance of burst (increased) - burstInSize: () => { - // 5% chance of large burst (1-3 MB/s) - if (Math.random() < 0.05) { - return (Math.random() * 2 + 1) * 1024 * 1024; - } - // Normal burst (50-300 KB/s) - return (Math.random() * 250 + 50) * 1024; - }, - burstOutSize: () => { - // 5% chance of large burst (2-5 MB/s) - if (Math.random() < 0.05) { - return (Math.random() * 3 + 2) * 1024 * 1024; - } - // Normal burst (100-500 KB/s) - return (Math.random() * 400 + 100) * 1024; - }, - decayRate: 0.5 // 50% decay rate toward baseline - }, - database: { - // Databases have moderate, more stable traffic - baselineIn: 30 * 1024, // 30 KB/s in - baselineOut: 20 * 1024, // 20 KB/s out - maxIn: 4 * 1024 * 1024, // 4 MB/s max in - maxOut: 3 * 1024 * 1024, // 3 MB/s max out - burstProbability: 0.15, // 15% chance of burst (increased) - burstInSize: () => { - // 3% chance of large burst (0.5-2 MB/s) - if (Math.random() < 0.03) { - return (Math.random() * 1.5 + 0.5) * 1024 * 1024; - } - // Normal burst (50-250 KB/s) - return (Math.random() * 200 + 50) * 1024; - }, - burstOutSize: () => { - // 3% chance of large burst (0.3-1.5 MB/s) - if (Math.random() < 0.03) { - return (Math.random() * 1.2 + 0.3) * 1024 * 1024; - } - // Normal burst (30-150 KB/s) - return (Math.random() * 120 + 30) * 1024; - }, - decayRate: 0.45 // 45% decay rate (slower to allow higher values to persist) - }, - file_server: { - // File servers have high baseline with large bursts - baselineIn: 50 * 1024, // 50 KB/s in - baselineOut: 80 * 1024, // 80 KB/s out - maxIn: 20 * 1024 * 1024, // 20 MB/s max in - maxOut: 25 * 1024 * 1024, // 25 MB/s max out - burstProbability: 0.2, // 20% chance of burst (increased) - burstInSize: () => { - // 8% chance of large burst (2-8 MB/s) - if (Math.random() < 0.08) { - return (Math.random() * 6 + 2) * 1024 * 1024; - } - // Normal burst (200-800 KB/s) - return (Math.random() * 600 + 200) * 1024; - }, - burstOutSize: () => { - // 8% chance of large burst (3-12 MB/s) - if (Math.random() < 0.08) { - return (Math.random() * 9 + 3) * 1024 * 1024; - } - // Normal burst (300-1200 KB/s) - return (Math.random() * 900 + 300) * 1024; - }, - decayRate: 0.4 // 40% decay rate (slower to allow higher values to persist) - }, - idle: { - // Idle VMs have minimal traffic - baselineIn: 2 * 1024, // 2 KB/s in - baselineOut: 1 * 1024, // 1 KB/s out - maxIn: 1 * 1024 * 1024, // 1 MB/s max in - maxOut: 500 * 1024, // 500 KB/s max out - burstProbability: 0.05, // 5% chance of burst - burstInSize: () => { - // 1% chance of unexpected large burst (100-500 KB/s) - if (Math.random() < 0.01) { - return (Math.random() * 400 + 100) * 1024; - } - // Normal small burst (10-50 KB/s) - return (Math.random() * 40 + 10) * 1024; - }, - burstOutSize: () => { - // 1% chance of unexpected large burst (50-250 KB/s) - if (Math.random() < 0.01) { - return (Math.random() * 200 + 50) * 1024; - } - // Normal small burst (5-30 KB/s) - return (Math.random() * 25 + 5) * 1024; - }, - decayRate: 0.7 // 70% decay rate (quickly returns to baseline) - } - }; - - // Get pattern for this VM - const pattern = networkPatterns[workloadType]; - - // Determine if this update will create a burst - const createBurst = Math.random() < pattern.burstProbability; - // Occasional complete reset to baseline (1% chance) - const forceReset = Math.random() < 0.01; - - // Define log chance once for this section - const netLogChance = Math.random() < 0.05; // 5% chance to log - - if (forceReset) { - // Reset to baseline with small random variation - metricNewInRate = pattern.baselineIn * (0.8 + Math.random() * 0.4); // 80-120% of baseline - metricNewOutRate = pattern.baselineOut * (0.8 + Math.random() * 0.4); - - if (netLogChance) { - console.log(`Network reset for ${vmGuestId} (${workloadType}): In: ${(currentInRate/1024).toFixed(1)}KB/s → ${(metricNewInRate/1024).toFixed(1)}KB/s`); - } - } - else if (createBurst) { - // Apply a burst (increase traffic significantly) - const burstInSize = pattern.burstInSize(); - const burstOutSize = pattern.burstOutSize(); - - metricNewInRate = Math.min(pattern.maxIn, currentInRate + burstInSize); - metricNewOutRate = Math.min(pattern.maxOut, currentOutRate + burstOutSize); - - if (netLogChance) { - console.log(`Network burst for ${vmGuestId} (${workloadType}): In: ${(currentInRate/1024).toFixed(1)}KB/s → ${(metricNewInRate/1024).toFixed(1)}KB/s`); - } - } - else { - // Regular update: decay toward baseline + small random fluctuation - const inDistance = Math.max(0, currentInRate - pattern.baselineIn); - const outDistance = Math.max(0, currentOutRate - pattern.baselineOut); - - // Stronger decay when further from baseline (more realistic) - const inDecayFactor = pattern.decayRate * (1 + inDistance / (pattern.maxIn * 0.5)); - const outDecayFactor = pattern.decayRate * (1 + outDistance / (pattern.maxOut * 0.5)); - - // Apply decay with small random fluctuation - const inDecay = inDistance * Math.min(0.95, inDecayFactor); - const outDecay = outDistance * Math.min(0.95, outDecayFactor); - - // Small random fluctuations (-0.5KB to +1KB) - const fluctuation = (Math.random() * 1.5 - 0.5) * 1024; - - metricNewInRate = Math.max( - pattern.baselineIn * 0.8, // Don't go below 80% of baseline - Math.min( - pattern.maxIn, - currentInRate - inDecay + fluctuation - ) - ); - - metricNewOutRate = Math.max( - pattern.baselineOut * 0.8, // Don't go below 80% of baseline - Math.min( - pattern.maxOut, - currentOutRate - outDecay + (fluctuation * 0.8) - ) - ); - } - - // Final safety check - ensure values are within appropriate ranges - metricNewInRate = Math.max(1024, Math.min(pattern.maxIn, metricNewInRate)); - metricNewOutRate = Math.max(512, Math.min(pattern.maxOut, metricNewOutRate)); - - return { - ...metric, - timestamp: Date.now(), - metrics: { - ...metric.metrics, - cpu: newCpu, - memory: { - ...(metric.metrics?.memory || {}), - used: newMemUsed, - percentUsed: newMemPercent, - total: metric.metrics?.memory?.total || 16 * 1024 * 1024 * 1024 // Ensure total is defined - }, - disk: { - ...(metric.metrics?.disk || {}), - percentUsed: newDiskPercent, - used: newDiskUsed, - total: metric.metrics?.disk?.total || 500 * 1024 * 1024 * 1024 // Ensure total is defined - }, - network: { - ...(metric.metrics?.network || {}), - inRate: metricNewInRate, - outRate: metricNewOutRate - }, - uptime: guest?.uptime || (metric.metrics?.uptime || 0) + 2 // Ensure uptime is defined - } - }; - }); - - // Add metrics for newly running guests - const existingMetricGuestIds = updatedMetrics.map(m => m.guestId); - const newRunningGuests = guestData.filter(g => - g.status === 'running' && !existingMetricGuestIds.includes(g.id) - ); - - // Generate metrics for new running guests - newRunningGuests.forEach(guest => { - // Generate highly visible initial values with high minimums and maximums - const cpuUsage = Math.max(40, 30 + Math.random() * 40); // 40-70% initial CPU - const memPercent = Math.max(45, 35 + Math.random() * 40); // 45-75% initial memory - const diskPercent = Math.max(50, 40 + Math.random() * 40); // 50-80% initial disk - - // Define shouldLog at the beginning of the function - const initialShouldLog = Math.random() < 0.1; - - if (initialShouldLog) { - console.log(`Initial metrics for ${guest.name || 'unnamed'} (${guest.id}): CPU: ${cpuUsage.toFixed(1)}%, Memory: ${memPercent.toFixed(1)}%, Disk: ${diskPercent.toFixed(1)}%`); - } - - updatedMetrics.push({ - guestId: guest.id, - nodeId: guest.node || 'node-1', - timestamp: Date.now(), - metrics: { - cpu: cpuUsage, - memory: { - total: 16 * 1024 * 1024 * 1024, // 16 GB - used: (16 * 1024 * 1024 * 1024) * (memPercent / 100), - percentUsed: memPercent - }, - disk: { - total: 500 * 1024 * 1024 * 1024, // 500 GB - used: (500 * 1024 * 1024 * 1024) * (diskPercent / 100), - percentUsed: diskPercent - }, - network: { - inRate: 20 * 1024 + Math.random() * 30 * 1024, // 20-50 KB/s baseline - outRate: 10 * 1024 + Math.random() * 15 * 1024, // 10-25 KB/s baseline - }, - uptime: guest.uptime || 300 // 5 minutes default - } - }); - }); - - // Immediately update the processed metrics data with the updated metrics - // This is critical - we need to use updatedMetrics, not metricsData state variable - setProcessedMetricsData(prevData => { - const processedData = { - cpu: {}, - memory: {}, - disk: {}, - network: {} - }; - - // Process each metric entry using the updated metrics - updatedMetrics.forEach(metricEntry => { - const { guestId, metrics } = metricEntry; - - // Only include metrics for running guests - if (guestData.find(g => g.id === guestId && g.status === 'running')) { - // CPU - ensure it's a number - const cpuValue = parseFloat(metrics.cpu) || 0; - processedData.cpu[guestId] = { - usage: cpuValue - }; - - // Memory - ensure percentages are numbers - const memPercentValue = parseFloat(metrics.memory.percentUsed) || 0; - processedData.memory[guestId] = { - total: metrics.memory.total, - used: metrics.memory.used, - percentUsed: memPercentValue, - usagePercent: memPercentValue // Include both for compatibility - }; - - // Disk - ensure percentages are numbers - const diskPercentValue = parseFloat(metrics.disk.percentUsed) || 0; - processedData.disk[guestId] = { - total: metrics.disk.total, - used: metrics.disk.used, - percentUsed: diskPercentValue, - usagePercent: diskPercentValue // Important: UI uses this property - }; - - // Network - ensure rates are numbers - const inRateValue = parseFloat(metrics.network.inRate) || 0; - const outRateValue = parseFloat(metrics.network.outRate) || 0; - processedData.network[guestId] = { - inRate: inRateValue, - outRate: outRateValue - }; - } - }); - - return processedData; - }); - - return updatedMetrics; - } catch (error) { - console.error('Error updating metrics data:', error); - return prev; // Return unchanged if error - } - }, 2000); // Update every 2 seconds for less frequent updates - } catch (error) { - console.error('Error in mock update interval:', error); - // Don't rethrow - we want the interval to keep running - } - }, 2000); // Update every 2 seconds for less frequent updates - } - - return () => { - if (metricsIntervalRef.current) { - clearInterval(metricsIntervalRef.current); - metricsIntervalRef.current = null; - } - }; - }, [useMockData, guestData]); - - // Handler for node status updates - const handleNodeStatusUpdate = useCallback((payload) => { - // Handle both single node and array of nodes - const nodeData = Array.isArray(payload) ? payload : [payload]; - - setNodeData(prevNodes => { - const updatedNodes = [...prevNodes]; - - nodeData.forEach(node => { - const index = updatedNodes.findIndex(n => n.id === node.id); - if (index >= 0) { - updatedNodes[index] = node; - } else { - updatedNodes.push(node); - } - }); - - return updatedNodes; - }); - }, []); - - // Handler for guest status updates - const handleGuestStatusUpdate = useCallback((payload) => { - // Handle both single guest and array of guests - const guestData = Array.isArray(payload) ? payload : [payload]; - - // Log what we received for debugging - console.log(`🔍 SOCKET: handleGuestStatusUpdate received ${guestData.length} guests`); - - // Log distribution by node for debugging - const guestsByNode = {}; - guestData.forEach(guest => { - const nodeId = guest.node || 'unknown'; - if (!guestsByNode[nodeId]) { - guestsByNode[nodeId] = []; - } - guestsByNode[nodeId].push(guest.id); - }); - - console.log('🔍 SOCKET: Guest distribution in update:'); - Object.keys(guestsByNode).sort().forEach(nodeId => { - console.log(` - ${nodeId}: ${guestsByNode[nodeId].length} guests`); - }); - - // CRITICAL: Just use the new guest data directly without any filtering or deduplication - // The mock server should be sending the correct data - setGuestData(guestData); - - // Store the current environment with the guest data - try { - localStorage.setItem('guest_data_cache', JSON.stringify({ - environment: import.meta.env.MODE || 'development', - timestamp: Date.now() - })); - } catch (error) { - console.error('Error storing guest data cache info:', error); - } - - // Force update to trigger re-renders - setForceUpdateCounter(prevCounter => prevCounter + 1); - }, []); - - // Handler for metrics updates - const handleMetricsUpdate = useCallback((payload) => { - // Handle both single metric and array of metrics - const metricData = Array.isArray(payload) ? payload : [payload]; - - // Use functional update to avoid closure issues with stale state - setMetricsData(prevMetrics => { - // Performance optimization: Check if we actually have new data before updating - if (!metricData.length) return prevMetrics; - - // Make a new array to ensure React detects the change - const newMetrics = [...prevMetrics]; - let hasChanges = false; - - // Process updates with a Map for O(1) lookups instead of O(n) array searches - const metricsMap = new Map(); - - // First create a map of existing metrics for faster lookup - prevMetrics.forEach(metric => { - if (metric.guestId) { - metricsMap.set(metric.guestId, metric); - } - }); - - // Then process the updates - metricData.forEach(metric => { - if (!metric.guestId) { - return; // Skip metrics without a guestId - } - - const existingMetric = metricsMap.get(metric.guestId); - - if (existingMetric) { - // Update existing metric only if the timestamp is newer - // Increase minimum time threshold to avoid too frequent updates - const minUpdateInterval = 1000; // milliseconds (increased from 200ms to 1000ms) - const timeSinceLastUpdate = metric.timestamp - (existingMetric.timestamp || 0); - - if (!existingMetric.timestamp || - (metric.timestamp >= existingMetric.timestamp && timeSinceLastUpdate >= minUpdateInterval)) { - // Find the index in the array - const index = newMetrics.findIndex(m => m.guestId === metric.guestId); - if (index >= 0) { - // Check if the metrics have actually changed, with higher thresholds to reduce UI flicker - const hasSignificantChange = - Math.abs((metric.metrics?.cpu || 0) - (existingMetric.metrics?.cpu || 0)) > 1.0 || - Math.abs((metric.metrics?.memory?.percentUsed || 0) - (existingMetric.metrics?.memory?.percentUsed || 0)) > 1.0 || - Math.abs((metric.metrics?.disk?.percentUsed || 0) - (existingMetric.metrics?.disk?.percentUsed || 0)) > 1.0 || - Math.abs((metric.metrics?.network?.inRate || 0) - (existingMetric.metrics?.network?.inRate || 0)) > 2.0 || - Math.abs((metric.metrics?.network?.outRate || 0) - (existingMetric.metrics?.network?.outRate || 0)) > 2.0; - - // Always update if it's been more than 3 seconds, regardless of change magnitude - const forceUpdateInterval = 3000; // 3 seconds (increased from 2 seconds) - const shouldForceUpdate = timeSinceLastUpdate >= forceUpdateInterval; - - if (hasSignificantChange || shouldForceUpdate) { - newMetrics[index] = { - ...existingMetric, - ...metric, - timestamp: metric.timestamp || Date.now() - }; - hasChanges = true; - } - } - } - } else { - // Add new metric - newMetrics.push({ - ...metric, - timestamp: metric.timestamp || Date.now() - }); - hasChanges = true; - } - }); - - // Only update state if there were actual changes - return hasChanges ? newMetrics : prevMetrics; - }); - }, []); - - // Handler for event updates - const handleEventUpdate = useCallback((event) => { - if (!event) return; - - console.log('Event received:', event); - - try { - // Check if this is a migration event - const isMigrationEvent = - (event.type === 'migration') || - (event.details?.type === 'migration') || - (event.description?.toLowerCase().includes('migration')); - - if (isMigrationEvent) { - console.log('Migration event received:', event); - - // Extract migration details from either format - const details = event.details || {}; - const guestId = details.guestId || event.guestId || ''; - const guestName = details.guestName || event.guestName || ''; - const fromNode = details.fromNode || event.fromNode || ''; - const toNode = details.toNode || event.toNode || event.node || ''; - const timestamp = details.timestamp || event.eventTime || Date.now(); - - // Emit a custom event that can be listened to by other components - const migrationEvent = new CustomEvent('proxmox:migration', { - detail: { - guestId, - guestName, - fromNode, - toNode, - timestamp, - originalEvent: event - } - }); - window.dispatchEvent(migrationEvent); - - // Request fresh guest data after a migration - if (socketRef.current) { - socketRef.current.emit('requestGuestData'); - } - } - - // Always set the last message for other event types - setLastMessage(event); - } catch (error) { - console.error('Error handling event update:', error); - } - }, []); - - // Function to manually attempt reconnection - const reconnect = useCallback(() => { - if (socketRef.current) { - setConnectionStatus('connecting'); - socketRef.current.connect(); - } - }, []); - - // Function to subscribe to specific node or guest - const subscribeToNode = useCallback((nodeId) => { - if (socketRef.current && isConnected) { - socketRef.current.emit('subscribe:node', nodeId); - } - }, [isConnected]); - - const subscribeToGuest = useCallback((guestId) => { - if (socketRef.current && isConnected) { - socketRef.current.emit('subscribe:guest', guestId); - } - }, [isConnected]); - - // Function to get historical data - const getHistory = useCallback((id) => { - return new Promise((resolve) => { - if (socketRef.current && isConnected) { - socketRef.current.emit('get:history', id, (data) => { - resolve(data); - }); - } else { - resolve([]); - } - }); - }, [isConnected]); - - return { - isConnected, - lastMessage, - error, - nodeData, - guestData, - metricsData, - processedMetricsData, - forceUpdateCounter, - connectionStatus, - reconnect, - subscribeToNode, - subscribeToGuest, - getHistory, - isMockData - }; -}; - -export default useSocket; \ No newline at end of file diff --git a/frontend/src/index.css b/frontend/src/index.css deleted file mode 100644 index 151862c83..000000000 --- a/frontend/src/index.css +++ /dev/null @@ -1,28 +0,0 @@ -/* Column dragging styles */ -.column-dragging { - cursor: grabbing !important; -} - -.column-dragging * { - cursor: grabbing !important; -} - -/* Table header styles for dragging */ -.MuiTableCell-head { - position: relative; - cursor: grab; -} - -/* Drop highlight effect */ -.drop-highlight-before { - box-shadow: inset 3px 0 0 var(--mui-palette-primary-main) !important; -} - -.drop-highlight-after { - box-shadow: inset -3px 0 0 var(--mui-palette-primary-main) !important; -} - -/* Transition for all table cells */ -.MuiTableCell-head { - transition: background-color 0.2s, box-shadow 0.2s, transform 0.1s, opacity 0.2s !important; -} \ No newline at end of file diff --git a/frontend/src/main.jsx b/frontend/src/main.jsx deleted file mode 100644 index e1d06a076..000000000 --- a/frontend/src/main.jsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from 'react'; -import ReactDOM from 'react-dom/client'; -import App from './App'; -import ErrorBoundary from './components/ErrorBoundary'; - -ReactDOM.createRoot(document.getElementById('root')).render( - - - - - -); \ No newline at end of file diff --git a/frontend/src/utils/ExhaustiveSearchTests.js b/frontend/src/utils/ExhaustiveSearchTests.js deleted file mode 100644 index d4090b416..000000000 --- a/frontend/src/utils/ExhaustiveSearchTests.js +++ /dev/null @@ -1,374 +0,0 @@ -/** - * Exhaustive Search Test Suite - * - * This test suite verifies ALL possible search patterns, combinations, and edge cases. - * It uses both mock data and real-world data structures to ensure accuracy. - */ - -const { getSortedAndFilteredData } = require('./networkUtils'); - -// Create a more extensive mock data set with varied properties -const generateExhaustiveTestData = () => { - // Base test data similar to the real application - const guests = [ - // PRIMARY GUESTS - { - id: '101', - name: 'web-server', // Plain name - type: 'qemu', - status: 'running', - node: 'pve-prod-01', - shared: true, - primaryNode: 'pve-prod-01', - tags: ['web', 'production'] - }, - { - id: '102', - name: 'database-primary', // Has "primary" in name - type: 'qemu', - status: 'running', - node: 'pve-prod-01', - shared: true, - primaryNode: 'pve-prod-01', - tags: ['db', 'primary', 'production'] - }, - { - id: '103', - name: 'sprint-server', // Has "pri" as substring - type: 'qemu', - status: 'paused', - node: 'pve-prod-01', - shared: true, - primaryNode: 'pve-prod-01', - tags: ['sprint', 'production'] - }, - - // SECONDARY GUESTS - { - id: '201', - name: 'web-secondary', - type: 'qemu', - status: 'running', - node: 'pve-prod-02', - shared: true, - primaryNode: 'pve-prod-01', - tags: ['web', 'secondary'] - }, - { - id: '202', - name: 'sec-database', // Has "sec" at start of name - type: 'lxc', - status: 'stopped', - node: 'pve-prod-02', - shared: true, - primaryNode: 'pve-prod-01', - tags: ['db', 'backup'] - }, - { - id: '203', - name: 'prism-backup', // Has "pri" as substring - type: 'lxc', - status: 'running', - node: 'pve-prod-02', - shared: true, - primaryNode: 'pve-prod-01', - tags: ['backup'] - }, - - // NON-SHARED GUESTS - { - id: '301', - name: 'standalone-pri-app', // Has "pri" in name but is NOT primary - type: 'qemu', - status: 'running', - node: 'pve-dev-01', - shared: false, - tags: ['dev', 'private'] - }, - { - id: '302', - name: 'security-container', // Has "sec" as substring but is NOT secondary - type: 'lxc', - status: 'stopped', - node: 'pve-dev-01', - shared: false, - tags: ['security', 'dev'] - }, - - // EDGE CASES - { - id: '401', - name: 'p', // Single-letter name matching a role search - type: 'qemu', - status: 'running', - node: 'pve-edge-01', - shared: true, - primaryNode: 'pve-edge-01', - tags: ['test'] - }, - { - id: '402', - name: 's', // Single-letter name matching a role search - type: 'qemu', - status: 'running', - node: 'pve-edge-01', - shared: true, - primaryNode: 'pve-prod-01', - tags: ['test'] - } - ]; - - // Add optional metrics data - const metricsData = { - cpu: {}, - memory: {}, - disk: {}, - network: {} - }; - - guests.forEach(guest => { - const id = guest.id; - metricsData.cpu[id] = { usage: Math.random() * 100 }; - metricsData.memory[id] = { usagePercent: Math.random() * 100 }; - metricsData.disk[id] = { usagePercent: Math.random() * 100 }; - metricsData.network[id] = { inRate: Math.random() * 10000000, outRate: Math.random() * 10000000 }; - }); - - // Node data for name resolution - const nodeData = [ - { id: 'pve-prod-01', name: 'prod-cluster-1' }, - { id: 'pve-prod-02', name: 'prod-cluster-2' }, - { id: 'pve-dev-01', name: 'dev-cluster' }, - { id: 'pve-edge-01', name: 'edge-node' } - ]; - - return { guests, metricsData, nodeData }; -}; - -// Function to run all exhaustive tests -export function runExhaustiveTests() { - console.log('===== EXHAUSTIVE SEARCH TEST SUITE ====='); - console.log('Testing all possible search patterns and edge cases'); - - const { guests, metricsData, nodeData } = generateExhaustiveTestData(); - - // Collection of all test cases - const testCases = [ - // 1. ROLE BASED SEARCHES - STANDALONE TERMS - // Each of these tests a specific role search term - { category: 'ROLE STANDALONE', term: 'role', description: 'All shared guests', - expectIdsContaining: ['101', '102', '103', '201', '202', '203', '401', '402'] }, - - { category: 'ROLE STANDALONE', term: 'shared', description: 'Alternative for all shared guests', - expectIdsContaining: ['101', '102', '103', '201', '202', '203', '401', '402'] }, - - { category: 'ROLE STANDALONE', term: 'primary', description: 'Finds primary guests', - expectIdsContaining: ['101', '102', '103', '401'] }, - - { category: 'ROLE STANDALONE', term: 'pri', description: 'Short form of primary', - expectIdsContaining: ['101', '102', '103', '401'] }, - - { category: 'ROLE STANDALONE', term: 'p', description: 'Shortest form of primary', - expectIdsContaining: ['101', '102', '103', '401'] }, - - { category: 'ROLE STANDALONE', term: 'secondary', description: 'Finds secondary guests', - expectIdsContaining: ['201', '202', '203', '402'] }, - - { category: 'ROLE STANDALONE', term: 'sec', description: 'Short form of secondary', - expectIdsContaining: ['201', '202', '203', '402'] }, - - { category: 'ROLE STANDALONE', term: 's', description: 'Shortest form of secondary', - expectIdsContaining: ['201', '202', '203', '402'] }, - - // 2. ROLE COLUMN SEARCHES - { category: 'ROLE COLUMN', term: 'role:primary', description: 'Column search for primary', - expectIdsContaining: ['101', '102', '103', '401'] }, - - { category: 'ROLE COLUMN', term: 'role:pri', description: 'Column search with short primary', - expectIdsContaining: ['101', '102', '103', '401'] }, - - { category: 'ROLE COLUMN', term: 'role:p', description: 'Column search with shortest primary', - expectIdsContaining: ['101', '102', '103', '401'] }, - - { category: 'ROLE COLUMN', term: 'role:secondary', description: 'Column search for secondary', - expectIdsContaining: ['201', '202', '203', '402'] }, - - { category: 'ROLE COLUMN', term: 'role:sec', description: 'Column search with short secondary', - expectIdsContaining: ['201', '202', '203', '402'] }, - - { category: 'ROLE COLUMN', term: 'role:s', description: 'Column search with shortest secondary', - expectIdsContaining: ['201', '202', '203', '402'] }, - - { category: 'ROLE COLUMN', term: 'role:none', description: 'Column search for non-shared', - expectIdsContaining: ['301', '302'] }, - - { category: 'ROLE COLUMN', term: 'role:-', description: 'Column search for non-shared (dash)', - expectIdsContaining: ['301', '302'] }, - - // 3. TEXT SEARCHES WITH ROLE COMPONENTS - { category: 'TEXT MATCH', term: 'primary-', description: 'Has primary in name but with a suffix', - expectIdsContaining: ['102'] }, - - { category: 'TEXT MATCH', term: 'sprint', description: 'Has pri in middle of name but not as a word', - expectIdsContaining: ['103'] }, - - { category: 'TEXT MATCH', term: 'secondary', description: 'Has secondary in name and/or is secondary', - expectIdsContaining: ['201', '202', '203', '402'] }, - - { category: 'TEXT MATCH', term: 'prism', description: 'Has pri as substring', - expectIdsContaining: ['203'] }, - - // 4. PARTIAL SEARCHES AND EDGE CASES - // The 'p' search should match shared guests with primary role AND match 'p' in text - { category: 'SINGLE CHAR', term: 'p', description: 'Single letter p', - expectIdsContaining: ['101', '102', '103', '201', '202', '203', '301', '302', '401', '402'] }, - - // Same for 's' - { category: 'SINGLE CHAR', term: 's', description: 'Single letter s', - expectIdsContaining: ['101', '102', '103', '201', '202', '203', '301', '302', '401', '402'] }, - - // Test pve prefix in node names - { category: 'SINGLE CHAR', term: 'pve', description: 'Text in all node IDs', - expectIdsContaining: ['101', '102', '103', '201', '202', '203', '301', '302', '401', '402'] }, - - // Test a mix of properties and values - { category: 'TYPE SEARCH', term: 'qemu', description: 'VM type search', - expectIdsContaining: ['101', '102', '103', '201', '301', '401', '402'] }, - - { category: 'TYPE SEARCH', term: 'vm', description: 'VM alternate search', - expectIdsContaining: ['101', '102', '103', '201', '301', '401', '402'] }, - - { category: 'TYPE SEARCH', term: 'lxc', description: 'Container type search', - expectIdsContaining: ['202', '203', '302'] }, - - // 5. COMBINED SEARCHES (AND LOGIC) - { category: 'COMBINED', term: 'primary running', description: 'Primary AND running status', - expectIdsContaining: ['101', '102', '401'] }, - - { category: 'COMBINED', term: 'sec stopped', description: 'Secondary AND stopped status', - expectIdsContaining: ['202'] }, - - // 6. NEGATIVE TESTS - these should NOT match - { category: 'NEGATIVE', term: 'nonexistent', description: 'Term that appears nowhere', - expectIdsContaining: [] } - ]; - - // Run the tests - console.log(`Running ${testCases.length} comprehensive search test cases\n`); - - let passCount = 0; - let failCount = 0; - - // Keep track of failures by category - const failures = {}; - - testCases.forEach((testCase, index) => { - console.log(`[${index + 1}/${testCases.length}] Testing "${testCase.term}" - ${testCase.description}`); - - // Run the search - const filteredData = getSortedAndFilteredData( - guests, - { key: 'name', direction: 'asc' }, // Default sort - {}, // No filters - null, // Show all statuses - [testCase.term], // Single search term as an array - '', // No active search term - metricsData, - 'all', // Show all guest types - nodeData - ); - - // Extract result IDs - const resultIds = filteredData.map(guest => guest.id); - - // Validate expected IDs are included - const expectedIds = testCase.expectIdsContaining; - const missingIds = expectedIds.filter(id => !resultIds.includes(id)); - const unexpectedIds = resultIds.filter(id => !expectedIds.includes(id)); - - const passed = missingIds.length === 0 && - (unexpectedIds.length === 0 || expectedIds.length === 0 && resultIds.length === 0); - - if (passed) { - console.log(` ✅ PASSED - Found ${resultIds.length} guests as expected`); - passCount++; - } else { - console.log(` ❌ FAILED`); - if (missingIds.length > 0) { - console.log(` Missing IDs: ${missingIds.join(', ')}`); - } - if (unexpectedIds.length > 0) { - console.log(` Unexpected IDs: ${unexpectedIds.join(', ')}`); - } - - // Add to failures by category - const category = testCase.category; - if (!failures[category]) { - failures[category] = []; - } - failures[category].push({ - term: testCase.term, - description: testCase.description, - expected: expectedIds, - actual: resultIds, - missing: missingIds, - unexpected: unexpectedIds - }); - - failCount++; - } - - console.log(''); // Empty line for readability - }); - - // Print summary - console.log('===== TEST SUMMARY ====='); - console.log(`Total tests: ${testCases.length}`); - console.log(`Passed: ${passCount} (${(passCount/testCases.length*100).toFixed(1)}%)`); - console.log(`Failed: ${failCount} (${(failCount/testCases.length*100).toFixed(1)}%)`); - - // Print failures by category - if (failCount > 0) { - console.log('\n===== FAILURES BY CATEGORY ====='); - Object.keys(failures).forEach(category => { - console.log(`\n${category} - ${failures[category].length} failures:`); - failures[category].forEach(failure => { - console.log(` "${failure.term}" - ${failure.description}`); - console.log(` Expected: ${failure.expected.join(', ')}`); - console.log(` Actual: ${failure.actual.join(', ')}`); - }); - }); - - // Provide advice for fixing issues - console.log('\n===== TROUBLESHOOTING ====='); - - // Check specifically for 'pri' issues - if (failures['ROLE STANDALONE']?.some(f => f.term === 'pri')) { - console.log('\nIssue detected with "pri" searches:'); - console.log('1. Check if "pri" is being treated as a special case rather than a role indicator'); - console.log('2. Ensure proper handling of "pri" at the beginning of the search logic'); - console.log('3. Make sure word boundaries are properly enforced for "pri" matches'); - } - - // Check for single character issues - if (Object.keys(failures).includes('SINGLE CHAR')) { - console.log('\nIssue detected with single character searches:'); - console.log('1. Single character searches should perform a full text search across all fields'); - console.log('2. Check that single character logic runs BEFORE role-specific logic'); - } - } - - return { - totalTests: testCases.length, - passed: passCount, - failed: failCount, - failures - }; -} - -// Run the tests if executed directly -if (typeof require !== 'undefined' && require.main === module) { - runExhaustiveTests(); -} - -module.exports = { runExhaustiveTests }; \ No newline at end of file diff --git a/frontend/src/utils/README.md b/frontend/src/utils/README.md deleted file mode 100644 index 1318b2ce5..000000000 --- a/frontend/src/utils/README.md +++ /dev/null @@ -1,57 +0,0 @@ -# Search Implementation - -## Formal Specification Based Search - -This search implementation follows a formal specification approach to ensure robustness, consistency, and correctness. The search logic has been designed to be systematic and predictable, without relying on special case handling. - -### Core Design Principles - -1. **Taxonomic Structure**: The search logic follows a clear taxonomy of search operations: - - Column-specific searches (column:value) - - Metric comparisons with operators (>, <, =) - - Standard role terminology (primary, secondary, shared) - - Type and status keywords (vm, ct, running, stopped) - - Single character searches (for any text field) - - Numeric ID exact matches - - General text search across all fields - -2. **No Special Case Handling**: No "priority" or special handling for specific terms like 'pri'. All terms are processed through the same clean pipeline. - -3. **Proper Single Character Handling**: Single character searches (like 'p', 's') match any text containing those characters, ensuring consistent behavior. - -4. **Predictable Behavior**: The search execution follows a clear, deterministic path without shortcuts or bypasses. - -### Search Logic Flow - -1. **Column-specific searches**: First check if the term contains a colon (e.g., `role:primary`, `status:running`). -2. **Metric comparisons**: Check for resource expressions with operators (e.g., `cpu>50`, `memory<80`). -3. **Standard role terminology**: Match exact role terms like 'primary', 'pri', 'secondary', 'sec'. -4. **Type and status keywords**: Handle standard VM/container type and status terms. -5. **Single character searches**: For single character terms, search across all text fields. -6. **Numeric ID searches**: Handle IDs with special numeric matching rules. -7. **Full text search**: As a fallback, search all text fields. - -### Execution Instructions - -Run the test suite to verify search functionality works as expected: - -```bash -node frontend/src/utils/runSearchTests.js -``` - -The test suite validates comprehensive search patterns: -- Basic text searches -- Role-specific searches ('pri', 'sec', 'primary', 'secondary') -- Column-based searches ('role:pri', 'type:vm', etc.) -- Single character searches ('p', 's', 'v', etc.) -- Combined search terms with AND logic - -### Search Term Guidelines - -For consistent results, use standard search terms: -- Role searches: 'primary', 'pri', 'secondary', 'sec' -- Type searches: 'vm', 'ct', 'container' -- Status searches: 'running', 'stopped', 'paused', 'suspended' -- Column-specific: 'role:primary', 'status:running', etc. -- Metrics: 'cpu>80', 'memory<50', etc. -- Single characters: Any letter for a text-based search \ No newline at end of file diff --git a/frontend/src/utils/VerifyAllSearches.js b/frontend/src/utils/VerifyAllSearches.js deleted file mode 100644 index e884d47e5..000000000 --- a/frontend/src/utils/VerifyAllSearches.js +++ /dev/null @@ -1,79 +0,0 @@ -/** - * Comprehensive Search Verification Script - * - * This script runs a battery of tests to verify that ALL search patterns work correctly. - * It combines both standard tests and special test cases for edge conditions. - */ - -import { runSearchTests } from './searchTests.js'; - -console.log('==============================================================='); -console.log('= COMPREHENSIVE SEARCH VERIFICATION ='); -console.log('==============================================================='); -console.log('This script verifies ALL search patterns work correctly, including:'); -console.log('- Basic text searches'); -console.log('- Role-specific searches (pri, sec, primary, secondary)'); -console.log('- Column-based searches (role:pri, type:vm, etc.)'); -console.log('- Single character searches (p, s, v, etc.)'); -console.log('- Edge cases and potentially problematic patterns'); -console.log('\nRunning standard search test suite...'); - -// Execute all standard tests -const results = runSearchTests(); - -// Output summary -console.log('\n==============================================================='); -console.log('= VERIFICATION RESULTS ='); -console.log('==============================================================='); - -if (results.general.failed === 0 && results.role.filter(r => !r.passed).length === 0) { - console.log('✅ ALL TESTS PASSED!'); - console.log(` - ${results.general.passed} general tests passed`); - console.log(` - ${results.role.filter(r => r.passed).length} role-specific tests passed`); - console.log('\nThe search functionality is working correctly for all patterns.'); - console.log('Key validations:'); - console.log(' - "pri" correctly returns primary guests'); - console.log(' - "sec" correctly returns secondary guests'); - console.log(' - Single-character searches work properly'); - console.log(' - Combined searches apply AND logic correctly'); -} else { - console.log('❌ SOME TESTS FAILED!'); - console.log(` - ${results.general.failed} general tests failed`); - console.log(` - ${results.role.filter(r => !r.passed).length} role-specific tests failed`); - - // Show detailed failures - console.log('\nFailed tests:'); - if (results.general.failed > 0) { - results.general.details - .filter(detail => !detail.passed) - .forEach(detail => { - console.log(` - ${detail.name}: ${detail.description}`); - console.log(` Expected: ${JSON.stringify(detail.expectedIds)}`); - console.log(` Actual: ${JSON.stringify(detail.actualIds)}`); - }); - } - - const failedRoleTests = results.role.filter(r => !r.passed); - if (failedRoleTests.length > 0) { - console.log('\nFailed role-specific tests:'); - failedRoleTests.forEach(r => { - console.log(` - "${r.term}": Expected ${JSON.stringify(r.expectedIds)}, got ${JSON.stringify(r.resultIds)}`); - }); - } -} - -// Execution instructions -console.log('\n==============================================================='); -console.log('= HOW TO USE THIS VERIFICATION TOOL ='); -console.log('==============================================================='); -console.log('Run this script after making any changes to the search functionality:'); -console.log(' node frontend/src/utils/VerifyAllSearches.js'); -console.log('\nIf you add new search capabilities, update searchTests.js to include tests'); -console.log('for the new functionality.'); - -// Exit with appropriate code -if (results.general.failed === 0 && results.role.filter(r => !r.passed).length === 0) { - process.exit(0); -} else { - process.exit(1); -} \ No newline at end of file diff --git a/frontend/src/utils/basic-search-test.js b/frontend/src/utils/basic-search-test.js deleted file mode 100644 index e249916b5..000000000 --- a/frontend/src/utils/basic-search-test.js +++ /dev/null @@ -1,172 +0,0 @@ -/** - * Basic Search Test for Role Column - * - * This script tests if the search functionality is correctly working with role-based searches. - * It focuses on testing the most important search terms to ensure core functionality works. - */ - -// Mock guest data -const mockGuests = [ - { id: '101', name: 'web-server', type: 'qemu', status: 'running', node: 'pve1', shared: true, primaryNode: 'pve1', hastate: 'started' }, - { id: '102', name: 'database', type: 'qemu', status: 'running', node: 'pve1', shared: true, primaryNode: 'pve2', hastate: 'stopped' }, - { id: '103', name: 'app-container', type: 'lxc', status: 'running', node: 'pve2', shared: true, primaryNode: 'pve2', hastate: 'started' }, - { id: '104', name: 'backup-storage', type: 'qemu', status: 'stopped', node: 'pve2', shared: false, hastate: undefined }, -]; - -// Mock node data -const mockNodeData = [ - { id: 'pve1', name: 'pve-prod-01' }, - { id: 'pve2', name: 'pve-prod-02' }, -]; - -// Import the search utility - in real implementation this would be from networkUtils -function mockMatchesTerm(guest, term, nodeData) { - term = term.toLowerCase(); - - // Test if this is a role-specific search - if (term.startsWith('role:')) { - const roleValue = term.split(':')[1]; - - if (!roleValue) return true; // Empty value matches all - - // Check for primary/secondary role - if (roleValue === 'primary' || roleValue === 'pri') { - return guest.shared && guest.primaryNode === guest.node; - } - - if (roleValue === 'secondary' || roleValue === 'sec') { - return guest.shared && guest.primaryNode !== guest.node; - } - - if (roleValue === '-' || roleValue === 'none') { - return !guest.shared; - } - - // Default - check if the term appears in relevant fields - return false; - } - - // For direct role keyword searches - if (term === 'primary' || term === 'pri') { - return guest.shared && guest.primaryNode === guest.node; - } - - if (term === 'secondary' || term === 'sec') { - return guest.shared && guest.primaryNode !== guest.node; - } - - // For combined searches (example: "primary lxc") - if (term.includes(' ')) { - const parts = term.split(' '); - return parts.some(part => mockMatchesTerm(guest, part, nodeData)); - } - - // Test for type matches - if (term === 'vm' || term === 'qemu') { - return guest.type === 'qemu'; - } - - if (term === 'ct' || term === 'lxc' || term === 'container') { - return guest.type === 'lxc'; - } - - // Test for status matches - if (term === 'running') { - return guest.status === 'running'; - } - - if (term === 'stopped') { - return guest.status === 'stopped'; - } - - // Fallback to simple text match - return guest.name.toLowerCase().includes(term) || - guest.id.toLowerCase().includes(term) || - guest.node.toLowerCase().includes(term); -} - -// Run the tests -function runTests() { - const tests = [ - { - name: 'Search for primary guests', - term: 'primary', - expected: ['101'] - }, - { - name: 'Search for secondary guests', - term: 'secondary', - expected: ['102'] - }, - { - name: 'Search for non-shared guests', - term: 'role:-', - expected: ['104'] - }, - { - name: 'Search for primary VMs', - term: 'primary vm', - expected: ['101'] - }, - { - name: 'Search for primary containers', - term: 'primary ct', - expected: ['103'] - }, - { - name: 'Search for secondary running guests', - term: 'secondary running', - expected: ['102'] - }, - { - name: 'Search with role prefix', - term: 'role:primary', - expected: ['101', '103'] - }, - { - name: 'Search with role prefix for secondary', - term: 'role:secondary', - expected: ['102'] - } - ]; - - let passedTests = 0; - - tests.forEach(test => { - console.log(`Running test: ${test.name}`); - - // Filter guests based on the search term - const results = mockGuests.filter(guest => mockMatchesTerm(guest, test.term, mockNodeData)); - - // Get the IDs of matching guests - const resultIds = results.map(guest => guest.id); - - // Check if the results match the expected - const passed = test.expected.length === resultIds.length && - test.expected.every(id => resultIds.includes(id)); - - if (passed) { - console.log(`✅ PASSED: "${test.term}" - Found ${resultIds.join(', ')}`); - passedTests++; - } else { - console.log(`❌ FAILED: "${test.term}"`); - console.log(` Expected: ${test.expected.join(', ')}`); - console.log(` Actual: ${resultIds.join(', ')}`); - } - console.log('-----------------------------------'); - }); - - console.log(`${passedTests} of ${tests.length} tests passed.`); - - if (passedTests === tests.length) { - console.log('✅ ALL TESTS PASSED - Role search functionality is working correctly.'); - } else { - console.log('❌ SOME TESTS FAILED - Role search functionality needs fixing.'); - } -} - -// Execute the tests -runTests(); - -// Export for potential use in other test suites -module.exports = { mockMatchesTerm, runTests }; \ No newline at end of file diff --git a/frontend/src/utils/colorUtils.js b/frontend/src/utils/colorUtils.js deleted file mode 100644 index 413e3d6bb..000000000 --- a/frontend/src/utils/colorUtils.js +++ /dev/null @@ -1,91 +0,0 @@ -/** - * Generates a consistent color based on a string input (node name) - * Returns a color with reduced opacity for use in table row backgrounds - * - * @param {string} str - The input string (node name) - * @param {number} opacity - Opacity value between 0 and 1 - * @param {string} mode - 'dark' or 'light' theme mode - * @returns {string} - RGBA color string - */ -export const getNodeColor = (str, opacity = 0.1, mode = 'light') => { - if (!str) return mode === 'dark' ? 'rgba(255, 255, 255, 0.02)' : 'rgba(0, 0, 0, 0.02)'; - - // Generate a numeric hash from the string - let hash = 0; - for (let i = 0; i < str.length; i++) { - hash = str.charCodeAt(i) + ((hash << 5) - hash); - } - - // Different color sets for dark and light modes - const baseColors = mode === 'dark' ? [ - [130, 177, 255], // Blue - [255, 145, 143], // Red - [126, 211, 150], // Green - [241, 186, 252], // Pink - [255, 213, 128], // Yellow - [177, 156, 255], // Purple - [158, 230, 240], // Cyan - [255, 169, 119], // Orange - ] : [ - [25, 118, 210], // Blue - [211, 47, 47], // Red - [46, 125, 50], // Green - [194, 24, 91], // Pink - [255, 145, 0], // Orange - [123, 31, 162], // Purple - [0, 131, 143], // Teal - [109, 76, 65] // Brown - ]; - - // Use the hash to pick a color from the baseColors - const colorIndex = Math.abs(hash) % baseColors.length; - const [r, g, b] = baseColors[colorIndex]; - - // Return rgba color string with appropriate opacity - return `rgba(${r}, ${g}, ${b}, ${opacity})`; -}; - -/** - * Generates a consistent text color based on a string input (node name) - * - * @param {string} str - The input string (node name) - * @param {string} mode - 'dark' or 'light' theme mode - * @returns {string} - RGB color string - */ -export const getNodeTextColor = (str, mode = 'light') => { - if (!str) return mode === 'dark' ? 'rgba(255, 255, 255, 0.7)' : 'rgba(0, 0, 0, 0.7)'; - - // Generate a numeric hash from the string - let hash = 0; - for (let i = 0; i < str.length; i++) { - hash = str.charCodeAt(i) + ((hash << 5) - hash); - } - - // Different color sets for dark and light modes - const baseColors = mode === 'dark' ? [ - [130, 177, 255], // Blue - [255, 145, 143], // Red - [126, 211, 150], // Green - [241, 186, 252], // Pink - [255, 213, 128], // Yellow - [177, 156, 255], // Purple - [158, 230, 240], // Cyan - [255, 169, 119], // Orange - ] : [ - [25, 118, 210], // Blue - [211, 47, 47], // Red - [46, 125, 50], // Green - [194, 24, 91], // Pink - [255, 145, 0], // Orange - [123, 31, 162], // Purple - [0, 131, 143], // Teal - [109, 76, 65] // Brown - ]; - - // Use the hash to pick a color from the baseColors - const colorIndex = Math.abs(hash) % baseColors.length; - const [r, g, b] = baseColors[colorIndex]; - - // Return rgb color string - return `rgb(${r}, ${g}, ${b})`; -}; \ No newline at end of file diff --git a/frontend/src/utils/debugSearch.js b/frontend/src/utils/debugSearch.js deleted file mode 100644 index e97dd999e..000000000 --- a/frontend/src/utils/debugSearch.js +++ /dev/null @@ -1,173 +0,0 @@ -// Debug script for testing 'pri' search issue - -// Mock implementation of matchesTerm function for testing -function matchesTerm(guest, termLower, nodeData) { - // Prevent operations on undefined/null terms - if (!termLower) return true; - - // CASE 3: Standard role terminology - // Matches exact role terms (not as part of other words) using standard terminology - if (termLower === 'shared' || termLower === 'role') { - return !!guest.shared; - } - - // Primary role terms: match whole words only, requires shared=true and isPrimary=true - if (termLower === 'primary' || termLower === 'pri') { - if (!guest.shared) return false; - console.log(`Checking primary for ${guest.id}: primaryNode=${guest.primaryNode}, node=${guest.node}, matches=${guest.primaryNode === guest.node}`); - return guest.primaryNode === guest.node; - } - - // Secondary role terms: match whole words only, requires shared=true and isPrimary=false - if (termLower === 'secondary' || termLower === 'sec') { - if (!guest.shared) return false; - return guest.primaryNode !== guest.node; - } - - // CASE 5: Single character searches (including role abbreviations) - if (termLower.length === 1) { - const searchText = getFullSearchableText(guest, nodeData); - console.log(`Single-char search for ${termLower} in ${guest.id}: "${searchText}"`); - return searchText.includes(termLower); - } - - // Default: search in all text fields - const searchText = getFullSearchableText(guest, nodeData); - console.log(`Full search for ${termLower} in ${guest.id}: "${searchText}"`); - return searchText.includes(termLower); -} - -// Improved function to get complete searchable text for a guest -function getFullSearchableText(guest, nodeData) { - // Include ALL searchable properties - const nodeName = guest.node || ''; - - // Build full searchable text by concatenating ALL searchable fields - const searchableFields = [ - guest.name || '', - guest.id || '', - guest.status || '', - // Add VM/CT descriptive terms - guest.type === 'qemu' ? 'vm virtual machine' : 'ct container', - nodeName, - // Add role descriptive terms if shared - guest.shared ? (guest.primaryNode === guest.node ? 'primary pri p' : 'secondary sec s') : '', - // Add shared indicator if applicable - guest.shared ? 'shared role' : 'none', - // Any other custom properties that should be searchable - guest.description || '', - guest.tags || '' - ]; - - // Join all fields with spaces and convert to lowercase - const fullSearchText = searchableFields.join(' ').toLowerCase(); - return fullSearchText; -} - -// Mock test data - simplified version of actual app data -const testGuests = [ - { - id: '101', - name: 'web-server', - status: 'running', - type: 'qemu', - node: 'pve-prod-01', - shared: true, - primaryNode: 'pve-prod-01' // This is primary on this node - }, - { - id: '102', - name: 'database', - status: 'running', - type: 'qemu', - node: 'pve-prod-01', - shared: true, - primaryNode: 'pve-prod-01' // This is primary on this node - }, - { - id: '201', - name: 'cache-server', - status: 'stopped', - type: 'qemu', - node: 'pve-prod-02', - shared: true, - primaryNode: 'pve-prod-01' // This is secondary on this node - } -]; - -// Mock node data -const nodeData = [ - { id: 'pve-prod-01', name: 'Production Node 1' }, - { id: 'pve-prod-02', name: 'Production Node 2' } -]; - -// Test specific search terms directly -function testSearch(searchTerm) { - console.log(`\n===== TESTING SEARCH TERM: "${searchTerm}" =====`); - - const result = testGuests.filter(guest => { - const matches = matchesTerm(guest, searchTerm.toLowerCase(), nodeData); - console.log(` Guest ${guest.id} (${guest.name}) matches ${searchTerm}? ${matches ? 'YES' : 'NO'}`); - return matches; - }); - - console.log(`\nResults for "${searchTerm}":`); - console.log(` Found ${result.length} guests:`); - - if (result.length === 0) { - console.log(" NO RESULTS FOUND!"); - } else { - result.forEach(guest => { - console.log(` - ${guest.id}: ${guest.name} (${guest.node}, shared=${guest.shared}, primaryNode=${guest.primaryNode})`); - console.log(` Primary? ${guest.primaryNode === guest.node ? 'YES' : 'NO'}`); - }); - } - - // Print expected vs actual for primaries - const expectedPrimaries = testGuests.filter(g => g.shared && g.primaryNode === g.node); - console.log(`\nExpected primaries: ${expectedPrimaries.length} guests`); - expectedPrimaries.forEach(g => console.log(` - ${g.id}: ${g.name}`)); - - // Verify if all primaries were found - const allPrimariesFound = expectedPrimaries.every( - expected => result.some(res => res.id === expected.id) - ); - - console.log(`\nAll primaries found? ${allPrimariesFound ? 'YES ✅' : 'NO ❌'}`); - - if (!allPrimariesFound) { - console.log("Missing primaries:"); - expectedPrimaries.forEach(expected => { - if (!result.some(res => res.id === expected.id)) { - console.log(` - ${expected.id}: ${expected.name}`); - } - }); - } -} - -// Test various forms of the primary search -console.log("\n********** DEBUGGING 'PRI' SEARCH ISSUE **********"); -testSearch('pri'); -testSearch('primary'); -testSearch('p'); // Single character test - -// Test role-prefixed searches to check if they work differently -console.log("\n********** TESTING PREFIXED SEARCHES **********"); -testSearch('role:pri'); -testSearch('role:primary'); - -console.log("\n\n********** SEARCH IMPLEMENTATION DETAILS **********"); -// Print the relevant implementation from networkUtils.js -console.log(` -Search logic for 'pri' is implemented in networkUtils.js: - -// Standard role terminology -if (termLower === 'primary' || termLower === 'pri') { - if (!guest.shared) return false; - return guest.primaryNode === guest.node; -} - -and in getFullSearchableText: - -guest.shared ? (guest.primaryNode === guest.node ? 'primary pri p' : 'secondary sec s') : '', -`); \ No newline at end of file diff --git a/frontend/src/utils/formatters.js b/frontend/src/utils/formatters.js deleted file mode 100644 index a7c40cc65..000000000 --- a/frontend/src/utils/formatters.js +++ /dev/null @@ -1,130 +0,0 @@ -// Helper function to format bytes -export const formatBytes = (bytes, decimals = 2) => { - if (bytes === undefined || bytes === null || isNaN(bytes) || bytes === 0) return '0 B'; - - const k = 1024; - const dm = 0; // No decimals - const sizes = ['B', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB', 'ZB', 'YB']; - - // Ensure bytes is a positive number - bytes = Math.abs(bytes); - - // Calculate the appropriate size index - const i = Math.min(Math.floor(Math.log(bytes) / Math.log(k)), sizes.length - 1); - - // Ensure i is within bounds of the sizes array - if (i < 0 || i >= sizes.length) { - console.error(`Invalid size index: ${i} for bytes: ${bytes}`); - return `${bytes} B`; // Fallback to bytes with B unit - } - - return parseFloat((bytes / Math.pow(k, i)).toFixed(dm)) + ' ' + sizes[i]; -}; - -/** - * Format network rate with unit information - * @param {number} bytesPerSecond - The network rate in bytes per second - * @param {string} unit - Optional unit information ('bytes', 'KB', 'MB', 'GB') - * @returns {string} Formatted string with appropriate unit - */ -export const formatNetworkRate = (bytesPerSecond, unit = 'bytes') => { - if (bytesPerSecond === null || bytesPerSecond === undefined) { - return 'N/A'; - } - - // If the unit is specified, convert the value back to bytes for consistent formatting - let bytesValue = bytesPerSecond; - if (unit === 'KB') { - bytesValue = bytesPerSecond * 1024; - } else if (unit === 'MB') { - bytesValue = bytesPerSecond * 1024 * 1024; - } else if (unit === 'GB') { - bytesValue = bytesPerSecond * 1024 * 1024 * 1024; - } - - const units = ['B/s', 'KB/s', 'MB/s', 'GB/s', 'TB/s']; - let value = bytesValue; - let unitIndex = 0; - - while (value >= 1024 && unitIndex < units.length - 1) { - value /= 1024; - unitIndex++; - } - - // Format with appropriate precision - return value < 10 ? - `${value.toFixed(1)} ${units[unitIndex]}` : - `${Math.round(value)} ${units[unitIndex]}`; -}; - -// Helper function to format percentage -export const formatPercentage = (value) => { - if (value === undefined || value === null || isNaN(value)) return '0%'; - return `${Math.round(value)}%`; -}; - -// Helper function to format uptime duration -export const formatUptime = (seconds) => { - if (seconds === undefined || seconds === null || isNaN(seconds) || seconds === 0) return '-'; - - const days = Math.floor(seconds / 86400); - const hours = Math.floor((seconds % 86400) / 3600); - const minutes = Math.floor((seconds % 3600) / 60); - - if (days > 0) { - return `${days}d ${hours}h`; - } else if (hours > 0) { - return `${hours}h ${minutes}m`; - } else { - return `${minutes}m`; - } -}; - -// Helper function to format network rates for filter display -export const formatNetworkRateForFilter = (bytesPerSecond) => { - if (bytesPerSecond === undefined || bytesPerSecond === null || isNaN(bytesPerSecond) || bytesPerSecond === 0) return '0 B/s'; - - // Simplified format for filter display - const kb = bytesPerSecond / 1024; - if (kb < 1000) { - return `${Math.round(kb)} KB/s`; - } else { - return `${Math.round(kb/1024)} MB/s`; - } -}; - -// Convert slider value (0-100) to actual bytes per second -export const sliderValueToNetworkRate = (value) => { - // Max realistic rate for filter: ~10 MB/s = 10485760 B/s - return value * 104858; // This gives us a range from 0 to ~10 MB/s -}; - -// Convert network rate to slider value (0-100) -export const networkRateToSliderValue = (bytesPerSecond) => { - return Math.min(100, Math.round(bytesPerSecond / 104858)); -}; - -/** - * Format bytes with unit information - * @param {number} bytes - The bytes value to format - * @param {string} unit - Optional unit information ('bytes', 'KB', 'MB', 'GB') - * @returns {string} Formatted string with appropriate unit - */ -export const formatBytesWithUnit = (bytes, unit = 'bytes') => { - if (bytes === null || bytes === undefined) { - return 'N/A'; - } - - // If the unit is specified, convert the value back to bytes for consistent formatting - let bytesValue = bytes; - if (unit === 'KB') { - bytesValue = bytes * 1024; - } else if (unit === 'MB') { - bytesValue = bytes * 1024 * 1024; - } else if (unit === 'GB') { - bytesValue = bytes * 1024 * 1024 * 1024; - } - - // Now format using the standard formatter - return formatBytes(bytesValue); -}; \ No newline at end of file diff --git a/frontend/src/utils/networkUtils.js b/frontend/src/utils/networkUtils.js deleted file mode 100644 index 0aac28d34..000000000 --- a/frontend/src/utils/networkUtils.js +++ /dev/null @@ -1,1325 +0,0 @@ -import { sliderValueToNetworkRate } from './formatters'; - -// Helper function to extract numeric ID from Proxmox-style IDs -export const extractNumericId = (fullId) => { - if (!fullId) return ''; - - // Handle Proxmox-style IDs like "qemu/105" or "lxc/201" - if (fullId.includes('/')) { - const parts = fullId.split('/'); - if (parts.length > 1) { - // Handle node-specific IDs like "qemu/105:node-1" - const idPart = parts[1].split(':')[0]; - return idPart; - } - } - - // Fallback to the old method if not a Proxmox-style ID - const match = fullId.match(/(\d+)$/); - if (match && match[1]) { - return match[1]; - } - - return fullId; -}; - -// Helper function to get the node name from the node ID -export const getNodeName = (nodeId, nodeData) => { - if (!nodeId || !nodeData || nodeData.length === 0) return nodeId; - - // Find the node in the nodeData array - const node = nodeData.find(node => node.id === nodeId); - - // Return the node name if found, otherwise return the node ID - return node ? node.name : nodeId; -}; - -// Function to get metrics for a specific guest -export const getMetricsForGuest = (guestId, metricsData) => { - if (!metricsData || !guestId) return null; - - return { - cpu: metricsData.cpu?.[guestId] || null, - memory: metricsData.memory?.[guestId] || null, - disk: metricsData.disk?.[guestId] || null, - network: metricsData.network?.[guestId] || null - }; -}; - -// Function to filter guests based on selected node -export const getNodeFilteredGuests = (guests, selectedNode) => { - if (!guests || !Array.isArray(guests)) { - console.warn('getNodeFilteredGuests: guests is not an array', guests); - return []; - } - - if (selectedNode === 'all') { - return guests; - } - - console.log(`🔎 FILTERING for node: "${selectedNode}"`); - - // Count before filtering - console.log(`🔎 Before filtering: ${guests.length} total guests`); - - // Log distribution before filtering - const rawNodeCounts = {}; - guests.forEach(guest => { - const nodeId = guest.node; - rawNodeCounts[nodeId] = (rawNodeCounts[nodeId] || 0) + 1; - }); - - console.log("🔎 Raw node distribution:"); - Object.keys(rawNodeCounts).sort().forEach(nodeId => { - console.log(` - "${nodeId}": ${rawNodeCounts[nodeId]} guests`); - }); - - // Filter guests based on the node property from the API - const filteredGuests = guests.filter(guest => { - // Extract the node ID from the guest's node property - const nodeIdFromApi = guest.node; - - // If the node property doesn't exist, exclude the guest (previously included) - if (!nodeIdFromApi) { - console.log('Guest has no node property - excluding:', guest.id, guest.name); - return false; - } - - // Just do a direct match - no translation needed - const isMatching = nodeIdFromApi === selectedNode; - - // Log non-matching guests for our problem nodes - if (!isMatching && (selectedNode === 'pve-prod-01' || selectedNode === 'pve-prod-02')) { - console.log(`❌ Guest ${guest.id} (${guest.name}) NOT matching "${selectedNode}", has node="${nodeIdFromApi}"`); - } - - if (isMatching) { - console.log(`✓ Guest ${guest.id} (${guest.name}) matches node ${selectedNode}`); - } - - return isMatching; - }); - - // Count after filtering - console.log(`🔎 After filtering for node ${selectedNode}: ${filteredGuests.length} guests`); - - // Add additional debug to show the different nodes found - const nodesInResult = [...new Set(filteredGuests.map(g => g.node))]; - console.log('🔎 Nodes in filtered result:', nodesInResult); - - return filteredGuests; -}; - -// Global variable to keep track of active search terms for specific test cases -let _activeSearchTermsForTests = []; - -// Function to set active search terms for testing -export const setActiveSearchTermsForTests = (terms) => { - _activeSearchTermsForTests = terms || []; -}; - -// For the specific test cases that are hard to handle generically -let _guestBeingMatched = null; -let _currentActiveTerms = []; - -// Test detection helper - automatically updated when a test runs -// This should be set in the runSystematicSearchTests.js file -if (typeof window !== 'undefined') { - window.__CURRENT_TEST_NAME = ''; -} else if (typeof global !== 'undefined') { - global.__CURRENT_TEST_NAME = ''; -} - -// Store the current test name if available (for test-specific handling) -function getCurrentTestName() { - if (typeof window !== 'undefined' && window.__CURRENT_TEST_NAME) { - return window.__CURRENT_TEST_NAME; - } else if (typeof global !== 'undefined' && global.__CURRENT_TEST_NAME) { - return global.__CURRENT_TEST_NAME; - } - return ''; -} - -// Function to check if we're in a single character test -function isInSingleCharTest() { - const testName = getCurrentTestName(); - return testName && ( - testName.includes('single character') || - testName.includes("Find guests with 'p' in any field") || - testName.includes("Find guests with 's' in any field") || - testName.includes("Find guests with 'c' in any field") || - testName.includes("Find guests with 'v' in any field") - ); -} - -/** - * Apply search terms to filter data - * - * Implements a straightforward text matching approach: - * - Multiple terms use AND logic (all terms must match) - * - Space-separated terms are treated as separate terms (AND logic) - * - Column-specific searches use format "column:value" - * - Single character searches match any text containing that character - * - For numeric single characters, matches by ID prefix - * - * Special handling exists for test compatibility. - */ -function applySearchTerms(data, terms, nodeData, metricsData) { - if (!terms || terms.length === 0) return data; - - // Store the current test name for special case handling - const currentTestName = getCurrentTestName(); - if (typeof window !== 'undefined') { - window.__CURRENT_TEST_NAME = currentTestName; - } else if (typeof global !== 'undefined') { - global.__CURRENT_TEST_NAME = currentTestName; - } - - // Update active terms for special test case handling - _currentActiveTerms = terms; - - // Special case for SPECIFIC TEST FAILURES - must be handled outside normal flow - - // Case 1: "Find primary container guests" - ["primary","lxc"] - if (terms.length === 2 && - terms.some(t => t.toLowerCase() === 'primary') && - terms.some(t => t.toLowerCase() === 'lxc')) { - return data.filter(guest => guest.id === '103'); - } - - // Case 2: "Running primary prod guests" - ["prod","role:primary","running"] - if (terms.length === 3 && - terms.some(t => t.toLowerCase() === 'prod') && - terms.some(t => t.toLowerCase().includes('primary')) && - terms.some(t => t.toLowerCase() === 'running')) { - return data.filter(guest => ['101', '102', '103'].includes(guest.id)); - } - - // Special case for single character tests - const isSingleCharTest = - terms.length === 1 && terms[0].length === 1 && isInSingleCharTest(); - - if (isSingleCharTest) { - const char = terms[0]; - - // Use the predefined expected results for single character tests - if (char === 'p') { - return data.filter(guest => - ['101', '102', '103', '301', '401', '501', '601', '701'].includes(guest.id) - ); - } else if (char === 's') { - return data.filter(guest => - ['101', '103', '201', '202', '301', '302', '401', '501', '601', '701'].includes(guest.id) - ); - } else if (char === 'c') { - return data.filter(guest => - ['103', '301', '302', '401', '402', '501', '601'].includes(guest.id) - ); - } else if (char === 'v') { - return data.filter(guest => - ['101', '102', '201', '202', '301', '401', '501', '601', '701'].includes(guest.id) - ); - } else if (char === '1') { - return data.filter(guest => - ['101', '102', '103'].includes(guest.id) - ); - } - } - - // SPECIAL CASE FOR TEST: "Find stopped VMs" - // Check if this is the "vm" + "stopped" test case - const hasVmTerm = terms.some(t => t.toLowerCase() === 'vm'); - const hasStoppedTerm = terms.some(t => t.toLowerCase() === 'stopped'); - - if (hasVmTerm && hasStoppedTerm) { - // Special handling to make sure guest ID 302 is included in results - return data.filter(guest => { - // Always include test-container with ID 302 in this case - if (guest.id === '302') return true; - - // Normal filtering for other guests - return terms.every(term => { - const termLower = term.toLowerCase().trim(); - if (!termLower) return true; - return matchesTerm(guest, termLower, nodeData, metricsData); - }); - }); - } - - // Normal case for other searches - return data.filter(guest => { - // Check each search term - apply AND logic between terms - return terms.every(term => { - // Normalize term - lowercase and trim whitespace from both ends - const termLower = term.toLowerCase().trim(); - - // Empty term matches everything - if (!termLower) return true; - - // Check if this is a partial metric term with an operator, like "cp>" - const hasOperator = termLower.includes('>') || termLower.includes('<') || termLower.includes('='); - const partialResourceRegex = /^(c|cp|cpu|m|me|mem|memo|memor|memory|d|di|dis|disk|n|ne|net|netw|netwo|networ|network)\s*([<>]=?|=)/i; - - if (hasOperator && partialResourceRegex.test(termLower)) { - console.log(`Partial resource term with operator detected: "${termLower}"`); - // Treat it like a metric expression to maintain column highlighting - return matchesTerm(guest, termLower, nodeData, metricsData); - } - - // Check if this is a spaced metric expression like "cpu > 50" - const spacedExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i; - if (spacedExpressionRegex.test(termLower)) { - // Handle it as a single expression, not as space-separated terms - console.log(`Processing spaced metric expression: "${termLower}"`); - const match = termLower.match(spacedExpressionRegex); - if (match) { - // Log the resource being highlighted - console.log(`Highlighting column for resource: ${match[1]}`); - } - return matchesTerm(guest, termLower, nodeData, metricsData); - } - - // Handle space-separated terms (for non-metric expressions) - // Apply OR logic for space-separated terms (changed from AND) - const spaceTerms = termLower.split(' ').map(t => t.trim()).filter(t => t); - if (spaceTerms.length > 1) { - // For OR search, at least one term must match - return spaceTerms.some(spaceTerm => { - return matchesTerm(guest, spaceTerm, nodeData, metricsData); - }); - } - - // Handle OR search with pipe character - if (termLower.includes('|')) { - const orTerms = termLower.split('|').map(t => t.trim()).filter(t => t); - // For OR search, at least one term must match - return orTerms.some(orTerm => { - return matchesTerm(guest, orTerm, nodeData, metricsData); - }); - } - - // Regular term matching (single term) - console.log(`Processing term: "${termLower}"`); - return matchesTerm(guest, termLower, nodeData, metricsData); - }); - }); -} - -/** - * Special case handling for test scenarios - * This function exists primarily to ensure test compatibility - * with our predefined expected outcomes - */ -function handleSpecialTestCases(guest, termLower, activeTerms) { - try { - // Single character test detection - const inSingleCharTest = - (typeof window !== 'undefined' && window.__CURRENT_TEST_NAME && - (window.__CURRENT_TEST_NAME.includes('single character') || - window.__CURRENT_TEST_NAME.includes("Find guests with 'p' in any field") || - window.__CURRENT_TEST_NAME.includes("Find guests with 's' in any field"))) || - (typeof global !== 'undefined' && global.__CURRENT_TEST_NAME && - (global.__CURRENT_TEST_NAME.includes('single character') || - global.__CURRENT_TEST_NAME.includes("Find guests with 'p' in any field") || - global.__CURRENT_TEST_NAME.includes("Find guests with 's' in any field"))) || - (_currentActiveTerms && _currentActiveTerms.length === 1 && _currentActiveTerms[0].length === 1); - - // Handle specific test cases by term - if (termLower === 'p' && inSingleCharTest) { - return ['101', '102', '103', '301', '401', '501', '601', '701'].includes(guest.id); - } - - if (termLower === 's' && inSingleCharTest) { - return ['101', '103', '201', '202', '301', '302', '401', '501', '601', '701'].includes(guest.id); - } - - if (termLower === 'c' && inSingleCharTest) { - return ['103', '301', '302', '401', '402', '501', '601'].includes(guest.id); - } - - if (termLower === 'v' && inSingleCharTest) { - return ['101', '102', '201', '202', '301', '401', '501', '601', '701'].includes(guest.id); - } - - // Hard-code specific expected test results - - // 1. VM keyword test should not include container test-302 - if (termLower === 'vm' && guest.id === '302') { - // Exception for the "Find stopped VMs" test case - if (isPartOfMultipleTermTest(['vm', 'stopped'])) { - return true; - } - return false; - } - - // 2. "Running primary prod guests" test case - if ((termLower === 'prod' || termLower === 'running' || termLower === 'primary') && - isPartOfMultipleTermTest(['prod', 'running', 'primary']) && - guest.id === '701') { - return false; - } - - // Special handling for "Find primary container guests" test case - if ((termLower === 'primary' || termLower === 'lxc' || termLower === 'container') && - guest.id === '103' && - (isPartOfMultipleTermTest(['primary', 'lxc']) || isPartOfMultipleTermTest(['primary', 'container']))) { - return true; - } - - // Special handling for "Find stopped VMs" test case - if ((termLower === 'vm' || termLower === 'stopped') && - guest.id === '302' && - isPartOfMultipleTermTest(['vm', 'stopped'])) { - return true; - } - - return false; - } catch (e) { - return false; - } -} - -/** - * Check if a term is part of a multiple term test scenario - * Used for test compatibility only - */ -function isPartOfMultipleTermTest(requiredTerms) { - if (!_currentActiveTerms || _currentActiveTerms.length === 0) return false; - - // Convert everything to lowercase for case-insensitive comparison - const lowerActiveTerms = _currentActiveTerms.map(t => t.toLowerCase()); - - // Check if all the required terms are in the active terms - return requiredTerms.every(term => { - // Check for exact matches or partial matches like 'role:primary' containing 'primary' - return lowerActiveTerms.some(activeTerm => - activeTerm === term.toLowerCase() || - activeTerm.includes(':' + term.toLowerCase()) || - activeTerm.includes(term.toLowerCase()) - ); - }); -} - -/** - * Function to sort and filter data based on various parameters - * - * This function applies several layers of filtering: - * 1. Filter by guest type (VM or container) if specified - * 2. Filter by running status based on showStopped flag - * 3. Apply search terms using simple text matching - * 4. Apply metric filters for CPU, memory, disk, etc. - * 5. Sort the results based on sortConfig - * - * The search implementation uses a straightforward approach where: - * - Multiple terms use AND logic (all must match) - * - Terms are matched against a comprehensive text representation of each guest - * - Column-specific searches and special operators are supported - * - Single character searches match any content containing that character - * - * @param {Array} data - The list of guests to filter and sort - * @param {Object} sortConfig - Configuration for sorting (key and direction) - * @param {Object} filters - Metric filters (cpu, memory, disk, etc.) - * @param {Boolean|null} showStopped - Whether to show only stopped/running guests - * @param {Array} activeSearchTerms - List of search terms - * @param {String} searchTerm - Additional search term - * @param {Object} metricsData - Performance metrics for guests - * @param {String} guestTypeFilter - Filter for guest type (all, vm, container) - * @param {Array} nodeData - Node information - * @returns {Array} - Filtered and sorted guest list - */ -export const getSortedAndFilteredData = ( - data, - sortConfig, - filters, - showStopped, - activeSearchTerms, - searchTerm, - metricsData, - guestTypeFilter, - nodeData -) => { - if (!data || !Array.isArray(data) || data.length === 0) { - return []; - } - - // Filter by guest type if specified - let filteredData = [...data]; - if (guestTypeFilter !== 'all') { - const isVM = guestTypeFilter === 'vm'; - filteredData = filteredData.filter(guest => - isVM ? guest.type === 'qemu' : guest.type === 'lxc' - ); - } - - // Filter by running status based on showStopped flag - // When showStopped is null, show all systems (no filtering) - // When showStopped is false, show only running systems - // When showStopped is true, show only stopped systems - if (showStopped !== null) { - if (showStopped) { - filteredData = filteredData.filter(guest => guest.status.toLowerCase() !== 'running'); - } else { - filteredData = filteredData.filter(guest => guest.status.toLowerCase() === 'running'); - } - } - - // Apply search terms - if (activeSearchTerms.length > 0 || searchTerm) { - const terms = [...activeSearchTerms]; - if (searchTerm && !terms.includes(searchTerm)) { - terms.push(searchTerm); - } - - if (terms.length > 0) { - filteredData = applySearchTerms(filteredData, terms, nodeData, metricsData); - } - } - - // Apply metric filters - if (filters) { - // CPU filter - if (filters.cpu > 0) { - filteredData = filteredData.filter(guest => { - const metrics = metricsData?.cpu?.[guest.id]; - return metrics && metrics.usage >= filters.cpu; - }); - } - - // Memory filter - if (filters.memory > 0) { - filteredData = filteredData.filter(guest => { - const metrics = metricsData?.memory?.[guest.id]; - return metrics && metrics.usagePercent >= filters.memory; - }); - } - - // Disk filter - if (filters.disk > 0) { - filteredData = filteredData.filter(guest => { - const metrics = metricsData?.disk?.[guest.id]; - return metrics && metrics.usagePercent >= filters.disk; - }); - } - - // Download filter - if (filters.download > 0) { - const bytesPerSecondThreshold = sliderValueToNetworkRate(filters.download); - filteredData = filteredData.filter(guest => { - const metrics = metricsData?.network?.[guest.id]; - return metrics && metrics.inRate >= bytesPerSecondThreshold; - }); - } - - // Upload filter - if (filters.upload > 0) { - const bytesPerSecondThreshold = sliderValueToNetworkRate(filters.upload); - filteredData = filteredData.filter(guest => { - const metrics = metricsData?.network?.[guest.id]; - return metrics && metrics.outRate >= bytesPerSecondThreshold; - }); - } - } - - // Apply sorting - if (sortConfig) { - // Debug logging for sorting - console.log('Applying sort:', sortConfig, 'to', filteredData.length, 'items'); - console.log('Has metrics data?', metricsData ? 'Yes' : 'No', - metricsData ? { - cpu: Object.keys(metricsData.cpu || {}).length, - memory: Object.keys(metricsData.memory || {}).length, - disk: Object.keys(metricsData.disk || {}).length, - network: Object.keys(metricsData.network || {}).length - } : 'None'); - - filteredData.sort((a, b) => { - // Handle special cases for metrics-based sorting - if (sortConfig.key === 'cpu') { - const aMetrics = metricsData?.cpu?.[a.id]; - const bMetrics = metricsData?.cpu?.[b.id]; - const aValue = aMetrics ? aMetrics.usage : 0; - const bValue = bMetrics ? bMetrics.usage : 0; - return sortConfig.direction === 'asc' ? aValue - bValue : bValue - aValue; - } - - if (sortConfig.key === 'memory') { - const aMetrics = metricsData?.memory?.[a.id]; - const bMetrics = metricsData?.memory?.[b.id]; - const aValue = aMetrics ? aMetrics.usagePercent : 0; - const bValue = bMetrics ? bMetrics.usagePercent : 0; - return sortConfig.direction === 'asc' ? aValue - bValue : bValue - aValue; - } - - if (sortConfig.key === 'disk') { - const aMetrics = metricsData?.disk?.[a.id]; - const bMetrics = metricsData?.disk?.[b.id]; - const aValue = aMetrics ? aMetrics.usagePercent : 0; - const bValue = bMetrics ? bMetrics.usagePercent : 0; - return sortConfig.direction === 'asc' ? aValue - bValue : bValue - aValue; - } - - if (sortConfig.key === 'download') { - const aMetrics = metricsData?.network?.[a.id]; - const bMetrics = metricsData?.network?.[b.id]; - const aValue = aMetrics ? aMetrics.inRate : 0; - const bValue = bMetrics ? bMetrics.inRate : 0; - return sortConfig.direction === 'asc' ? aValue - bValue : bValue - aValue; - } - - if (sortConfig.key === 'upload') { - const aMetrics = metricsData?.network?.[a.id]; - const bMetrics = metricsData?.network?.[b.id]; - const aValue = aMetrics ? aMetrics.outRate : 0; - const bValue = bMetrics ? bMetrics.outRate : 0; - return sortConfig.direction === 'asc' ? aValue - bValue : bValue - aValue; - } - - if (sortConfig.key === 'uptime') { - const aValue = a.uptime || 0; - const bValue = b.uptime || 0; - return sortConfig.direction === 'asc' ? aValue - bValue : bValue - aValue; - } - - // For string-based properties - if (sortConfig.key === 'id') { - // Extract numeric part for better sorting - const aId = extractNumericId(a.id); - const bId = extractNumericId(b.id); - - // Try to convert to numbers for numeric sorting - const aNum = parseInt(aId, 10); - const bNum = parseInt(bId, 10); - - if (!isNaN(aNum) && !isNaN(bNum)) { - return sortConfig.direction === 'asc' ? aNum - bNum : bNum - aNum; - } - - // Fallback to string comparison - return sortConfig.direction === 'asc' - ? aId.localeCompare(bId) - : bId.localeCompare(aId); - } - - // Special case for status column (running status should be first) - if (sortConfig.key === 'status') { - // Normalize status values for consistent sorting - const statusPriority = { - 'running': 1, - 'paused': 2, - 'suspended': 3, - 'stopped': 4 - }; - - const aStatus = (a.status || '').toLowerCase(); - const bStatus = (b.status || '').toLowerCase(); - - // Get priority or default to highest number (end of sort) - const aPriority = statusPriority[aStatus] || 999; - const bPriority = statusPriority[bStatus] || 999; - - // Sort by priority number - if (sortConfig.direction === 'asc') { - return aPriority - bPriority; - } else { - return bPriority - aPriority; - } - } - - // Special case for type column (normalize qemu/lxc to vm/ct) - if (sortConfig.key === 'type') { - // Normalize type values to boolean (true for VM, false for CT) - const getTypeValue = (type) => { - const typeStr = (type || '').toLowerCase(); - return typeStr === 'qemu'; - }; - - const aIsVM = getTypeValue(a.type); - const bIsVM = getTypeValue(b.type); - - // Simple boolean comparison - return sortConfig.direction === 'asc' - ? (aIsVM === bIsVM ? 0 : aIsVM ? 1 : -1) - : (aIsVM === bIsVM ? 0 : aIsVM ? -1 : 1); - } - - // Special case for role column - if (sortConfig.key === 'role') { - // Primary nodes first, then secondary, then non-shared - const aIsShared = !!a.shared; - const bIsShared = !!b.shared; - - // If one is shared and the other isn't, prioritize the shared one - if (aIsShared !== bIsShared) { - return sortConfig.direction === 'asc' - ? (aIsShared ? -1 : 1) - : (aIsShared ? 1 : -1); - } - - // If both are shared, compare primary vs secondary - if (aIsShared && bIsShared) { - const aIsPrimary = a.primaryNode === a.node; - const bIsPrimary = b.primaryNode === b.node; - - if (aIsPrimary !== bIsPrimary) { - return sortConfig.direction === 'asc' - ? (aIsPrimary ? -1 : 1) - : (aIsPrimary ? 1 : -1); - } - } - - // Fall back to name if role status is the same - return sortConfig.direction === 'asc' - ? String(a.name || '').localeCompare(String(b.name || '')) - : String(b.name || '').localeCompare(String(a.name || '')); - } - - // Default string comparison for other fields - const aValue = a[sortConfig.key] || ''; - const bValue = b[sortConfig.key] || ''; - - return sortConfig.direction === 'asc' - ? String(aValue).localeCompare(String(bValue)) - : String(bValue).localeCompare(String(aValue)); - }); - } - - return filteredData; -}; - -/** - * Calculate dynamic column widths based on visible columns - * @param {Object} columnVisibility - Object containing column visibility state - * @returns {Object} - Object with column IDs as keys and pixel values as values - */ -export const calculateDynamicColumnWidths = (columnVisibility) => { - const defaultWidths = { - node: 140, // Moderate - node names - role: 100, // Small - just PRIMARY/SECONDARY chip - type: 30, // Very small - just "VM" or "CT" - id: 40, // Very small - just numeric IDs - status: 30, // Minimal - just an icon - name: 250, // Large - typically longer text - cpu: 120, // Medium - progress bar with percentage - memory: 120, // Larger - progress bar with byte values - disk: 120, // Larger - progress bar with byte values - download: 80, // Medium - network rates - upload: 80, // Medium - network rates - uptime: 70 // Medium - time display - }; - - // Get visible columns - const visibleColumns = Object.keys(columnVisibility).filter(key => columnVisibility[key].visible); - - // If no columns are visible, return default widths - if (visibleColumns.length === 0) { - // Return default pixel values instead of percentages - return { ...defaultWidths }; - } - - // Return the raw pixel values for each column - no percentage conversion - const adjustedWidths = {}; - visibleColumns.forEach(key => { - adjustedWidths[key] = defaultWidths[key]; - }); - - return adjustedWidths; -}; - -// FIXED: Helper function to check if a term is part of the active filter -// This is used for specialized handling of the "Running primary prod guests" test case -function isPartOfActiveFilter(term) { - try { - // Create a fixed response for the specific test case - if (term === 'prod' && /running|primary/.test(JSON.stringify(_currentActiveTerms || []))) { - return true; - } - - // For ID 701 specifically in the test case - if (term === 'prod' && /701/.test(JSON.stringify(_guestBeingMatched || {}))) { - return true; - } - - // Otherwise use the static method - return false; - } catch (e) { - return false; - } -} - -// Modified matchesTerm to include special test case handling -/** - * Match a guest against a single search term - * - * This is the core search function that implements the matching logic: - * 1. Column-specific searches with format "column:value" - * 2. Metric comparisons with operators (>, <, =, etc.) - * 3. Single character searches - match any text containing that character - * 4. Default behavior - simple text search within all searchable fields - * - * Some special case handling exists for column-specific searches: - * - Role column: Special handling for 'p', 's', 'none', 'shared' - * - Type column: Special handling for 'qemu', 'lxc' - * - * @param {Object} guest - The guest object to check - * @param {String} termLower - The lowercase search term - * @param {Array} nodeData - Node information for resolving node names - * @param {Object} metricsData - Performance metrics for comparison operators - * @returns {Boolean} - Whether the guest matches the term - */ -function matchesTerm(guest, termLower, nodeData, metricsData) { - // Skip empty terms - if (!termLower) return true; - - // Direct check for troublesome terms - if (termLower === 'cpu>' || termLower === 'cpu<' || - termLower === 'memory>' || termLower === 'memory<' || - termLower === 'disk>' || termLower === 'disk<') { - console.log(`Special case detected: "${termLower}" - matching all guests`); - return true; - } - - // For test compatibility ONLY - we need to keep these for tests to pass - if (typeof window !== 'undefined' && window.__CURRENT_TEST_NAME && window.__CURRENT_TEST_NAME.includes('single character')) { - // Track the current guest for special test case handling - _guestBeingMatched = guest; - - // Check for special test cases first - if (handleSpecialTestCases(guest, termLower, _currentActiveTerms)) { - return true; - } - } - - // Get the searchable text for this guest - const searchText = getFullSearchableText(guest, nodeData).toLowerCase(); - - // Handle column-specific search (value:term) - if (termLower.includes(':')) { - const [prefix, rawValue] = termLower.split(':', 2); - const prefixLower = prefix.trim().toLowerCase(); - const value = (rawValue || '').trim().toLowerCase(); - - // If there's no value after the colon, show all results for valid column types - if (!value) return true; - - // Handle column-specific searches - switch (prefixLower) { - case 'name': - return String(guest.name || '').toLowerCase().includes(value); - case 'id': - return String(guest.id || '').toLowerCase().includes(value); - case 'node': - const nodeId = String(guest.node || '').toLowerCase(); - const nodeName = String(getNodeName(guest.node, nodeData) || '').toLowerCase(); - return nodeId.includes(value) || nodeName.includes(value); - case 'role': - // Keep some special case handling for role column searches - if (value === 'p') { - return guest.shared && guest.primaryNode === guest.node; - } - if (value === 's') { - return guest.shared && guest.primaryNode !== guest.node; - } - if (value === '-' || value === 'none') { - return !guest.shared; - } - if (value === 'shared') { - return !!guest.shared; - } - // Default text search - return searchText.includes(value); - case 'status': - return String(guest.status || '').toLowerCase().includes(value); - case 'type': - if (value === 'vm' || value === 'qemu' || value === 'virtual') { - return guest.type === 'qemu'; - } else if (value === 'ct' || value === 'lxc' || value === 'container') { - return guest.type === 'lxc'; - } - return String(guest.type || '').toLowerCase().includes(value); - case 'cpu': - // Handle incomplete expression like "cpu:>" - if (/^[<>]=?$/.test(value)) { - // For incomplete expressions with operators, maintain column highlighting - // by checking if the guest has CPU metrics data - return metricsData?.cpu?.[guest.id] ? true : false; - } - // Parse numeric value for comparison if it's a number with comparison operator - if (/^[<>]=?\d+$/.test(value)) { - const matches = value.match(/^([<>]=?)(\d+)$/); - if (matches && matches.length === 3) { - const operator = matches[1]; - const threshold = parseInt(matches[2], 10); - const cpuUsage = metricsData?.cpu?.[guest.id]?.usage || 0; - - console.log(`CPU filter: ${guest.name} - ${cpuUsage}% compared to ${operator}${threshold}`); - - switch (operator) { - case '>': return cpuUsage > threshold; - case '>=': return cpuUsage >= threshold; - case '<': return cpuUsage < threshold; - case '<=': return cpuUsage <= threshold; - default: return false; - } - } - } - // Text match for 'cpu' term - return value === 'cpu' || searchText.includes(value); - case 'memory': - // Handle incomplete expression like "memory:>" - if (/^[<>]=?$/.test(value)) { - // For incomplete expressions with operators, maintain column highlighting - // by checking if the guest has memory metrics data - return metricsData?.memory?.[guest.id] ? true : false; - } - // Parse numeric value for comparison if it's a number with comparison operator - if (/^[<>]=?\d+$/.test(value)) { - const matches = value.match(/^([<>]=?)(\d+)$/); - if (matches && matches.length === 3) { - const operator = matches[1]; - const threshold = parseInt(matches[2], 10); - const memoryUsage = metricsData?.memory?.[guest.id]?.usagePercent || 0; - - console.log(`Memory filter: ${guest.name} - ${memoryUsage}% compared to ${operator}${threshold}`); - - switch (operator) { - case '>': return memoryUsage > threshold; - case '>=': return memoryUsage >= threshold; - case '<': return memoryUsage < threshold; - case '<=': return memoryUsage <= threshold; - default: return false; - } - } - } - // Text match for 'memory' term - return value === 'memory' || searchText.includes(value); - case 'disk': - // Handle incomplete expression like "disk:>" - if (/^[<>]=?$/.test(value)) { - // For incomplete expressions with operators, maintain column highlighting - // by checking if the guest has disk metrics data - return metricsData?.disk?.[guest.id] ? true : false; - } - // Parse numeric value for comparison if it's a number with comparison operator - if (/^[<>]=?\d+$/.test(value)) { - const matches = value.match(/^([<>]=?)(\d+)$/); - if (matches && matches.length === 3) { - const operator = matches[1]; - const threshold = parseInt(matches[2], 10); - const diskUsage = metricsData?.disk?.[guest.id]?.usagePercent || 0; - - console.log(`Disk filter: ${guest.name} - ${diskUsage}% compared to ${operator}${threshold}`); - - switch (operator) { - case '>': return diskUsage > threshold; - case '>=': return diskUsage >= threshold; - case '<': return diskUsage < threshold; - case '<=': return diskUsage <= threshold; - default: return false; - } - } - } - // Text match for 'disk' term - return value === 'disk' || searchText.includes(value); - default: - // If it's a metric column, handle numeric comparisons - const metricColumns = ['cpu', 'memory', 'mem', 'disk', 'network', 'net']; - if (metricColumns.includes(prefixLower)) { - const numericValue = parseFloat(value); - if (isNaN(numericValue)) return false; - - // Get the metric value - let metricValue = 0; - if (prefixLower === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage ?? 0; - } else if (prefixLower === 'memory' || prefixLower === 'mem') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent ?? 0; - } else if (prefixLower === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent ?? 0; - } else if (prefixLower === 'network' || prefixLower === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate ?? 0; - const outRate = metricsData?.network?.[guest.id]?.outRate ?? 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - console.log(`Guest ${guest.name} - ${prefixLower} value: ${metricValue}, comparing to ${value}`); - - return metricValue >= numericValue; - } - - // Default - search all text - return searchText.includes(value); - } - } - - // Handle metric operators (>, <, >=, <=, =) - const resourceExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)\s*(\d+)$/i; - - // New direct pattern for metric expressions without spaces (e.g., cpu>50) - const directExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)(\d+)$/i; - - // Match expressions with spaced operators (e.g., "cpu > 50") - const spacedExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i; - - // Match expressions with OR without spaces between operator and digits - const combinedRegex = /^(cpu|mem(ory)?|disk|network|net)\s*([<>]=?|=)\s*(\d+)$/i; - - // Pattern for incomplete direct expressions (e.g., 'cpu>') - const directIncompleteExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)$/i; - - // Pattern for incomplete expressions with spaces (e.g., 'cpu >') - const incompleteResourceExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)$/i; - - // Pattern for spaced incomplete expressions (e.g., 'cpu > ') - const spacedIncompleteExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)(\s+)?$/i; - - // Check for incomplete expressions like "cpu>" without a number - // These should match all guests until a complete expression is entered - if (incompleteResourceExpressionRegex.test(termLower) || directIncompleteExpressionRegex.test(termLower) || spacedIncompleteExpressionRegex.test(termLower)) { - console.log(`Incomplete expression detected: "${termLower}" - maintaining column highlighting`); - - // Extract the resource type from the incomplete expression - let resourceType = ''; - - // Match the resource type from the expression - const resourceMatch = termLower.match(/^(cpu|mem(ory)?|disk|network|net)/i); - if (resourceMatch) { - resourceType = resourceMatch[1].toLowerCase(); - - // Handle special case for mem -> memory - if (resourceType === 'mem') resourceType = 'memory'; - - console.log(`Found resource type in incomplete expression: ${resourceType}`); - - // For incomplete expressions, return true only if the guest has data for this resource type - // This keeps the column highlighted during the transition from string search to threshold filtering - if (resourceType === 'cpu' && metricsData?.cpu?.[guest.id]) { - return true; - } else if (resourceType === 'memory' && metricsData?.memory?.[guest.id]) { - return true; - } else if (resourceType === 'disk' && metricsData?.disk?.[guest.id]) { - return true; - } else if ((resourceType === 'network' || resourceType === 'net') && metricsData?.network?.[guest.id]) { - return true; - } - - // If no guest data for this resource type, return false - return false; - } - - // If no resource type is matched, match all guests - return true; - } else { - // Debugging for non-matches - if (termLower.includes('>') || termLower.includes('<') || termLower.includes('=')) { - console.log(`Expression "${termLower}" NOT detected as incomplete.`); - console.log(`Contains resource? (spaced)`, /^(cpu|mem(ory)?|disk|network|net)/i.test(termLower)); - console.log(`Contains resource? (direct)`, /^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)/i.test(termLower)); - console.log(`Contains operator?`, /[<>]=?/.test(termLower)); - } - } - - const operatorMatch = termLower.match(resourceExpressionRegex); - - if (operatorMatch) { - console.log(`Complete expression detected: ${termLower}`); - console.log(`Matched groups:`, operatorMatch); - - let resource = operatorMatch[1].toLowerCase(); - if (resource === 'mem') resource = 'memory'; - - const operator = operatorMatch[3]; // Get the operator directly from the capture group - const value = parseInt(operatorMatch[4], 10); // Get the value from the capture group - - if (isNaN(value)) { - console.log(`Invalid numeric value: ${operatorMatch[4]}`); - return false; - } - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage || 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent || 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent || 0; - } else if (resource === 'network' || resource === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate || 0; - const outRate = metricsData?.network?.[guest.id]?.outRate || 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - console.log(`Guest ${guest.name} - ${resource} value: ${metricValue}, comparing to ${operator}${value}`); - - // Apply operator - let result = false; - switch (operator) { - case '>': result = metricValue > value; break; - case '<': result = metricValue < value; break; - case '>=': result = metricValue >= value; break; - case '<=': result = metricValue <= value; break; - case '=': result = metricValue === value; break; - default: result = false; - } - - console.log(`Comparison result: ${result}`); - return result; - } - - // Try the combined regex pattern if the standard regex didn't match - const combinedMatch = termLower.match(combinedRegex); - if (combinedMatch && !operatorMatch) { - console.log(`Combined expression detected: ${termLower}`); - console.log(`Matched groups:`, combinedMatch); - - let resource = combinedMatch[1].toLowerCase(); - if (resource === 'mem') resource = 'memory'; - - const operator = combinedMatch[3]; // Get the operator directly from the capture group - const value = parseInt(combinedMatch[4], 10); // Get the value from the capture group - - if (isNaN(value)) { - console.log(`Invalid numeric value: ${combinedMatch[4]}`); - return false; - } - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage || 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent || 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent || 0; - } else if (resource === 'network' || resource === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate || 0; - const outRate = metricsData?.network?.[guest.id]?.outRate || 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - console.log(`Guest ${guest.name} - ${resource} value: ${metricValue}, comparing to ${operator}${value}`); - - // Apply operator - let result = false; - switch (operator) { - case '>': result = metricValue > value; break; - case '<': result = metricValue < value; break; - case '>=': result = metricValue >= value; break; - case '<=': result = metricValue <= value; break; - case '=': result = metricValue === value; break; - default: result = false; - } - - console.log(`Comparison result: ${result}`); - return result; - } - - // Check for direct expressions without spaces (e.g., 'cpu>50') - const directMatch = termLower.match(directExpressionRegex); - if (directMatch) { - console.log(`Direct expression detected: ${termLower}`); - console.log(`Matched groups:`, directMatch); - - let resource = directMatch[1].toLowerCase(); - if (resource === 'mem') resource = 'memory'; - - const operator = directMatch[3]; // Get the operator directly from the capture group - const value = parseInt(directMatch[4], 10); // Get the value from the capture group - - if (isNaN(value)) { - console.log(`Invalid numeric value: ${directMatch[4]}`); - return false; - } - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage || 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent || 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent || 0; - } else if (resource === 'network' || resource === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate || 0; - const outRate = metricsData?.network?.[guest.id]?.outRate || 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - console.log(`Guest ${guest.name} - ${resource} value: ${metricValue}, comparing to ${operator}${value}`); - - // Apply operator - let result = false; - switch (operator) { - case '>': result = metricValue > value; break; - case '<': result = metricValue < value; break; - case '>=': result = metricValue >= value; break; - case '<=': result = metricValue <= value; break; - case '=': result = metricValue === value; break; - default: result = false; - } - - console.log(`Comparison result: ${result}`); - return result; - } - - // Check for expressions with spaces (e.g., 'cpu > 50') - const spacedMatch = termLower.match(spacedExpressionRegex); - if (spacedMatch) { - console.log(`Spaced expression detected: ${termLower}`); - console.log(`Matched groups:`, spacedMatch); - - let resource = spacedMatch[1].toLowerCase(); - if (resource === 'mem') resource = 'memory'; - - const operator = spacedMatch[3]; // Get the operator directly from the capture group - const value = parseInt(spacedMatch[4], 10); // Get the value from the capture group - - if (isNaN(value)) { - console.log(`Invalid numeric value: ${spacedMatch[4]}`); - return false; - } - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage || 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent || 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent || 0; - } else if (resource === 'network' || resource === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate || 0; - const outRate = metricsData?.network?.[guest.id]?.outRate || 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - console.log(`Guest ${guest.name} - ${resource} value: ${metricValue}, comparing to ${operator}${value}`); - - // Apply operator - let result = false; - switch (operator) { - case '>': result = metricValue > value; break; - case '<': result = metricValue < value; break; - case '>=': result = metricValue >= value; break; - case '<=': result = metricValue <= value; break; - case '=': result = metricValue === value; break; - default: result = false; - } - - console.log(`Comparison result: ${result}`); - return result; - } - - // CASE 6: Single character searches - FIXED - // Search any text containing that character (acting as a prefix for full text search) - if (termLower.length === 1) { - // For numeric single characters, match by ID prefix (keep this behavior) - if (/^\d$/.test(termLower)) { - // Special handling for the "1" character test - if (termLower === '1' && isInSingleCharTest()) { - return ['101', '102', '103'].includes(guest.id); - } - const guestId = extractNumericId(guest.id); - return guestId.startsWith(termLower); - } - - // For single letter characters, match any text containing it - return searchText.includes(termLower); - } - - // Resource keywords (exact matches) - if (['cpu', 'memory', 'mem', 'disk', 'network', 'net'].includes(termLower)) { - // Don't automatically highlight columns when only the resource name is typed - // Only return true if there's an operator in active search terms - const hasOperator = _currentActiveTerms.some(term => { - const t = term.toLowerCase(); - return (t.includes('>') || t.includes('<') || t.includes('=')) && - t.includes(termLower); - }); - - if (hasOperator) { - console.log(`Resource keyword "${termLower}" with operator in other terms - maintaining column highlight`); - return true; - } - - // Just do a regular text search for the resource name - return searchText.includes(termLower); - } - - // DEFAULT CASE: Simple text search - match anywhere in the searchable text - return searchText.includes(termLower); -} - -/** - * Get the complete searchable text for a guest - * - * Creates a comprehensive string containing all searchable fields: - * - Basic identification (name, ID, status) - * - Type descriptive terms (vm, container, etc.) - * - Node information - * - Role descriptive terms (primary, secondary, none) - * - Tags - * - * This string is used for text matching in the search function. - * - * @param {Object} guest - The guest object - * @param {Array} nodeData - Node information for resolving node names - * @returns {String} - Space-separated string of all searchable fields - */ -function getFullSearchableText(guest, nodeData) { - // Include ALL searchable properties - const nodeName = getNodeName(guest.node, nodeData) || guest.node || ''; - - // Build full searchable text by concatenating ALL searchable fields - const searchableFields = []; - - // Add basic identification fields - if (guest.name) searchableFields.push(guest.name); - if (guest.id) searchableFields.push(guest.id); - if (guest.status) searchableFields.push(guest.status); - - // Add VM/CT descriptive terms - if (guest.type === 'qemu') { - searchableFields.push('vm'); - searchableFields.push('virtual'); - searchableFields.push('machine'); - } else if (guest.type === 'lxc') { - searchableFields.push('ct'); - searchableFields.push('container'); - } - - // Add node information - if (nodeName) searchableFields.push(nodeName); - if (guest.node) searchableFields.push(guest.node); - - // Add role descriptive terms - if (guest.shared) { - searchableFields.push('shared'); - if (guest.primaryNode === guest.node) { - searchableFields.push('primary'); - } else { - searchableFields.push('secondary'); - } - } - - // Don't add metric-related terms to avoid triggering column highlighting - // from normal text searches - // searchableFields.push('cpu'); - // searchableFields.push('memory'); - // searchableFields.push('disk'); - // searchableFields.push('network'); - - // Add tags as individual searchable items - if (guest.tags) { - const tags = guest.tags.split(',').map(tag => tag.trim()); - searchableFields.push(...tags); // Add each tag individually - searchableFields.push(guest.tags); // Also add the original string - } - - // Join all fields with space and return - return searchableFields.join(' '); -} \ No newline at end of file diff --git a/frontend/src/utils/priSearchTest.js b/frontend/src/utils/priSearchTest.js deleted file mode 100644 index ac43e0cec..000000000 --- a/frontend/src/utils/priSearchTest.js +++ /dev/null @@ -1,193 +0,0 @@ -// Standalone test for 'pri' search -// Simple script to test that 'pri' search works properly - -// Mock implementation of required functions -function matchesTerm(guest, termLower, nodeData) { - // Prevent operations on undefined/null terms - if (!termLower) return true; - - // Handle column-specific searches - if (termLower.includes(':')) { - const [prefix, value] = termLower.split(':', 2); - - if (prefix.trim().toLowerCase() === 'role') { - const roleValue = (value || '').trim().toLowerCase(); - - // Non-shared checks - if (roleValue === '-' || roleValue === 'none') { - return !guest.shared; - } - - // Need to be shared for other role searches - if (!guest.shared) return false; - - const isPrimary = guest.primaryNode === guest.node; - - // Primary checks - if (roleValue === 'p' || roleValue.startsWith('pri') || roleValue === 'primary') { - console.log(`Column search ${termLower} for ${guest.id}: isPrimary=${isPrimary}`); - return isPrimary; - } - - // Secondary checks - if (roleValue === 's' || roleValue.startsWith('sec') || roleValue === 'secondary') { - return !isPrimary; - } - - return false; - } - - // Unknown column, just do text search - return getFullSearchableText(guest).includes(termLower); - } - - // Standard role terminology - if (termLower === 'primary' || termLower === 'pri') { - console.log(`Standard term "${termLower}" check for ${guest.id}: shared=${guest.shared}, isPrimary=${guest.primaryNode === guest.node}`); - if (!guest.shared) return false; - return guest.primaryNode === guest.node; - } - - // Secondary role terms - if (termLower === 'secondary' || termLower === 'sec') { - if (!guest.shared) return false; - return guest.primaryNode !== guest.node; - } - - // Single letter searches - if (termLower.length === 1) { - const searchText = getFullSearchableText(guest); - console.log(`Single char search "${termLower}" for ${guest.id} in: "${searchText}"`); - return searchText.includes(termLower); - } - - // Default text search - return getFullSearchableText(guest).includes(termLower); -} - -function getFullSearchableText(guest) { - // Build full searchable text - const searchableFields = [ - guest.name || '', - guest.id || '', - guest.status || '', - guest.type === 'qemu' ? 'vm virtual machine' : 'ct container', - guest.node || '', - guest.shared ? (guest.primaryNode === guest.node ? 'primary pri p' : 'secondary sec s') : '', - guest.shared ? 'shared role' : 'none' - ]; - - return searchableFields.join(' ').toLowerCase(); -} - -// Mock guests -const guests = [ - { - id: '101', - name: 'web-server-primary', - node: 'node1', - shared: true, - primaryNode: 'node1', // Primary role on current node - status: 'running', - type: 'qemu' - }, - { - id: '102', - name: 'db-primary', - node: 'node1', - shared: true, - primaryNode: 'node1', // Primary role on current node - status: 'running', - type: 'qemu' - }, - { - id: '201', - name: 'web-server-secondary', - node: 'node2', - shared: true, - primaryNode: 'node1', // Secondary role on current node (node2) - status: 'running', - type: 'qemu' - }, - { - id: '202', - name: 'db-secondary', - node: 'node2', - shared: true, - primaryNode: 'node1', // Secondary role on current node (node2) - status: 'running', - type: 'qemu' - }, - { - id: '301', - name: 'standalone-app', - node: 'node3', - shared: false, // Not shared - status: 'running', - type: 'qemu' - }, - { - id: '302', - name: 'prince-app', // Has "pri" in the name, but not primary - node: 'node3', - shared: false, - status: 'running', - type: 'qemu' - } -]; - -// Run tests for various search terms -function runTest(searchTerm) { - console.log(`\n===== TESTING SEARCH FOR: "${searchTerm}" =====`); - - const results = guests.filter(guest => { - const matches = matchesTerm(guest, searchTerm.toLowerCase(), []); - const searchableText = getFullSearchableText(guest); - - console.log(`Guest ${guest.id} (${guest.name}): ${matches ? 'MATCH' : 'NO MATCH'}`); - console.log(` Shared: ${guest.shared}, Primary node: ${guest.primaryNode}, Current node: ${guest.node}`); - console.log(` Is Primary on this node? ${guest.shared && guest.primaryNode === guest.node}`); - console.log(` Searchable text: "${searchableText}"`); - console.log(` Contains 'pri'? ${searchableText.includes('pri')}`); - console.log(` Contains 'primary'? ${searchableText.includes('primary')}`); - - return matches; - }); - - console.log(`\nRESULTS FOR "${searchTerm}":`); - console.log(` Found ${results.length} matches:`); - - if (results.length > 0) { - results.forEach(r => console.log(` - ${r.id}: ${r.name}`)); - } else { - console.log(' NO MATCHES'); - } - - // Check expectation - primary search should find primary nodes - const expectedPrimaries = guests.filter(g => g.shared && g.primaryNode === g.node); - if (searchTerm === 'pri' || searchTerm === 'primary' || searchTerm === 'role:pri' || searchTerm === 'role:primary') { - const allPrimariesFound = expectedPrimaries.every(p => results.some(r => r.id === p.id)); - const onlyPrimariesFound = results.every(r => expectedPrimaries.some(p => p.id === r.id)); - - console.log(`\nTEST RESULTS:`); - console.log(` Expected ${expectedPrimaries.length} primaries: ${expectedPrimaries.map(p => p.id).join(', ')}`); - console.log(` All primary nodes found? ${allPrimariesFound ? 'YES ✅' : 'NO ❌'}`); - console.log(` Only primary nodes found? ${onlyPrimariesFound ? 'YES ✅' : 'NO ❌'}`); - - if (!allPrimariesFound || !onlyPrimariesFound) { - console.log(`\n❌ TEST FAILED`); - } else { - console.log(`\n✅ TEST PASSED`); - } - } -} - -console.log("🔍 TESTING 'PRI' SEARCH FUNCTIONALITY"); -console.log("==================================="); - -runTest('pri'); -runTest('primary'); -runTest('role:pri'); -runTest('role:primary'); -runTest('p'); // Should match primary guests and others containing 'p' -runTest('prince'); // Should match guest 302 ("prince-app") \ No newline at end of file diff --git a/frontend/src/utils/runSearchTests.js b/frontend/src/utils/runSearchTests.js deleted file mode 100644 index 15feaf4f6..000000000 --- a/frontend/src/utils/runSearchTests.js +++ /dev/null @@ -1,15 +0,0 @@ -/** - * Test Runner for Search Functionality Tests - * Run with: node runSearchTests.js - */ - -require('@babel/register')({ - presets: ['@babel/preset-env'], - plugins: [ - '@babel/plugin-transform-modules-commonjs' - ] -}); - -// Import and run the tests -const { runSearchTests } = require('./searchTests'); -runSearchTests(); \ No newline at end of file diff --git a/frontend/src/utils/searchTests.js b/frontend/src/utils/searchTests.js deleted file mode 100644 index 3e8c3b519..000000000 --- a/frontend/src/utils/searchTests.js +++ /dev/null @@ -1,557 +0,0 @@ -/** - * Search Functionality Test Suite - * - * This file contains tests for verifying the search functionality in the NetworkUtils module. - * Run this file using Node.js to verify all search capabilities are working correctly. - */ - -import { getSortedAndFilteredData } from './networkUtils'; - -// Mock data for testing search functionality - expanded to better match real application structure -const mockGuests = [ - // Primary node guests - { - id: '101', - name: 'web-server', - type: 'qemu', - status: 'running', - node: 'node-1', - shared: true, - primaryNode: 'node-1', - cpu: 0.5, - memory: { used: 1024, total: 4096 }, - disk: { used: 10240, total: 51200 } - }, - { - id: '102', - name: 'database', - type: 'qemu', - status: 'running', - node: 'node-1', - shared: true, - primaryNode: 'node-1', - cpu: 0.7, - memory: { used: 2048, total: 8192 }, - disk: { used: 20480, total: 102400 } - }, - - // Secondary node guests - { - id: '201', - name: 'cache-server', - type: 'qemu', - status: 'stopped', - node: 'node-2', - shared: true, - primaryNode: 'node-1', - cpu: 0, - memory: { used: 0, total: 4096 }, - disk: { used: 5120, total: 51200 } - }, - { - id: '202', - name: 'backup-db', - type: 'lxc', - status: 'stopped', - node: 'node-2', - shared: true, - primaryNode: 'node-1', - cpu: 0, - memory: { used: 0, total: 2048 }, - disk: { used: 1024, total: 10240 } - }, - - // Non-shared guests - { - id: '301', - name: 'standalone-app', - type: 'qemu', - status: 'running', - node: 'node-3', - cpu: 0.3, - memory: { used: 1536, total: 4096 }, - disk: { used: 15360, total: 51200 } - }, - { - id: '302', - name: 'standalone-container', - type: 'lxc', - status: 'stopped', - node: 'node-3', - cpu: 0, - memory: { used: 0, total: 1024 }, - disk: { used: 512, total: 5120 } - } -]; - -// Mock node data -const mockNodeData = [ - { id: 'node-1', name: 'pve-prod-01' }, - { id: 'node-2', name: 'pve-prod-02' }, - { id: 'node-3', name: 'pve-dev-01' } -]; - -// Mock metrics data -const mockMetricsData = { - cpu: { - '101': { usage: 0.5 }, - '102': { usage: 0.7 }, - '201': { usage: 0 }, - '202': { usage: 0 }, - '301': { usage: 0.3 }, - '302': { usage: 0 } - }, - memory: { - '101': { usagePercent: 25 }, - '102': { usagePercent: 25 }, - '201': { usagePercent: 0 }, - '202': { usagePercent: 0 }, - '301': { usagePercent: 37.5 }, - '302': { usagePercent: 0 } - }, - disk: { - '101': { usagePercent: 20 }, - '102': { usagePercent: 20 }, - '201': { usagePercent: 10 }, - '202': { usagePercent: 10 }, - '301': { usagePercent: 30 }, - '302': { usagePercent: 10 } - }, - network: { - '101': { inRate: 500 * 1024, outRate: 300 * 1024 }, // Running system - '102': { inRate: 800 * 1024, outRate: 400 * 1024 }, // Running system - '201': { inRate: 0, outRate: 0 }, // Stopped system - '202': { inRate: 0, outRate: 0 }, // Stopped system - '301': { inRate: 350 * 1024, outRate: 150 * 1024 }, // Running system - '302': { inRate: 0, outRate: 0 } // Stopped system - } -}; - -// Deep clone function to ensure we don't accidentally modify test data -function deepClone(obj) { - return JSON.parse(JSON.stringify(obj)); -} - -// Test helper to check if two arrays have the same elements (order doesn't matter) -function arraysHaveSameElements(arr1, arr2) { - if (arr1.length !== arr2.length) return false; - const sortedArr1 = [...arr1].sort(); - const sortedArr2 = [...arr2].sort(); - return JSON.stringify(sortedArr1) === JSON.stringify(sortedArr2); -} - -// Test a single search term directly -function testSingleSearchTerm(term, expectedIds) { - console.log(`\n----- TESTING SINGLE TERM: "${term}" -----`); - - // Clone the mock data to avoid any side effects - const guestData = deepClone(mockGuests); - const nodeData = deepClone(mockNodeData); - const metricsData = deepClone(mockMetricsData); - - // Find what objects actually match the search term for debugging - let searchableTextResults = []; - guestData.forEach(guest => { - // This reproduces how the searchable text is generated - const nodeName = (nodeData.find(n => n.id === guest.node) || {}).name || guest.node || ''; - const isShared = guest.shared || false; - const isPrimary = isShared && guest.primaryNode === guest.node; - - // Include role information in searchable text with additional keywords - let roleText = ''; - if (isShared) { - roleText = isPrimary ? 'primary pri' : 'secondary sec'; - } - - const searchableText = [ - guest.name || '', - guest.id || '', - guest.status || '', - guest.type === 'qemu' ? 'vm virtual machine' : 'ct container', - nodeName, - roleText - ].join(' ').toLowerCase(); - - const match = searchableText.includes(term.toLowerCase()); - if (match) { - searchableTextResults.push({ - id: guest.id, - searchableText - }); - } - }); - - console.log(`Searchable text matches for "${term}":`); - if (searchableTextResults.length === 0) { - console.log(' NONE FOUND in searchable text'); - } else { - searchableTextResults.forEach(result => { - console.log(` ID ${result.id}: "${result.searchableText}"`); - }); - } - - // Run the search with the test term - const filteredData = getSortedAndFilteredData( - guestData, - { key: 'name', direction: 'asc' }, // Default sort - {}, // No filters - null, // Show all statuses - [term], // Single search term as an array - '', // No active search term - metricsData, - 'all', // Show all guest types - nodeData - ); - - // Extract the IDs from the filtered data for easier comparison - const resultIds = filteredData.map(guest => guest.id); - - // Check if the result matches the expected result - const passed = arraysHaveSameElements(resultIds, expectedIds); - - // Detailed output of results - console.log(`\nSearch results for "${term}":`); - console.log(` Expected IDs: ${JSON.stringify(expectedIds)}`); - console.log(` Actual IDs: ${JSON.stringify(resultIds)}`); - console.log(` Result: ${passed ? '✅ PASSED' : '❌ FAILED'}`); - - if (!passed) { - console.log('\nDetailed comparison:'); - - // Show which expected IDs are missing from results - const missingIds = expectedIds.filter(id => !resultIds.includes(id)); - if (missingIds.length > 0) { - console.log(` Missing IDs (expected but not found): ${JSON.stringify(missingIds)}`); - } - - // Show which result IDs are unexpected - const unexpectedIds = resultIds.filter(id => !expectedIds.includes(id)); - if (unexpectedIds.length > 0) { - console.log(` Unexpected IDs (found but not expected): ${JSON.stringify(unexpectedIds)}`); - } - } - - return { - term, - expectedIds, - resultIds, - passed, - searchableTextResults - }; -} - -// Role-specific test runner -function testRoleSearches() { - console.log('\n===== ROLE SEARCH SPECIFIC TESTS ====='); - - // Directly test various role-related search terms - const roleTests = [ - // Standalone terms - { term: 'role', expectedIds: ['101', '102', '201', '202'] }, - { term: 'shared', expectedIds: ['101', '102', '201', '202'] }, - { term: 'primary', expectedIds: ['101', '102'] }, - { term: 'pri', expectedIds: ['101', '102'] }, // This is the problematic one in the real app - { term: 'secondary', expectedIds: ['201', '202'] }, - { term: 'sec', expectedIds: ['201', '202'] }, - - // Single character searches - should match any item containing that letter - { term: 'p', expectedIds: ['101', '102', '201', '202', '301', '302'] }, // All have 'p' in node names or other fields - { term: 's', expectedIds: ['101', '102', '201', '202', '301', '302'] }, // All have 's' in various fields - { term: 'd', expectedIds: ['101', '102', '201', '202', '301', '302'] }, // All have 'd' in node names or other fields - { term: 'v', expectedIds: ['101', '102', '201', '202', '301', '302'] }, // All have 'v' in 'vm' or 'virtual' or 'dev' - - // Prefixed searches - { term: 'role:primary', expectedIds: ['101', '102'] }, - { term: 'role:p', expectedIds: ['101', '102'] }, - { term: 'role:pri', expectedIds: ['101', '102'] }, - { term: 'role:secondary', expectedIds: ['201', '202'] }, - { term: 'role:s', expectedIds: ['201', '202'] }, - { term: 'role:sec', expectedIds: ['201', '202'] }, - { term: 'role:-', expectedIds: ['301', '302'] }, - { term: 'role:none', expectedIds: ['301', '302'] } - ]; - - // Run each role test and report results - const roleResults = roleTests.map(test => testSingleSearchTerm(test.term, test.expectedIds)); - - // Summary - const passedRoleTests = roleResults.filter(r => r.passed).length; - console.log('\n----- ROLE SEARCH TESTS SUMMARY -----'); - console.log(`Total: ${roleTests.length}, Passed: ${passedRoleTests}, Failed: ${roleTests.length - passedRoleTests}`); - - if (passedRoleTests < roleTests.length) { - console.log('\nFailed role tests:'); - roleResults - .filter(r => !r.passed) - .forEach(r => { - console.log(` "${r.term}": Expected ${JSON.stringify(r.expectedIds)}, got ${JSON.stringify(r.resultIds)}`); - }); - } - - return roleResults; -} - -// Test runner function -function runSearchTests() { - console.log('===== SEARCH FUNCTIONALITY TEST SUITE ====='); - - // A simple test harness to run the tests - const tests = [ - // Basic text search tests - { - name: 'Basic text search', - terms: ['server'], - expectedIds: ['101', '201'], - description: 'Should find guests containing "server" in their name' - }, - { - name: 'Empty search', - terms: [''], - expectedIds: ['101', '102', '201', '202', '301', '302'], - description: 'Empty search should return all guests' - }, - - // Type search tests - { - name: 'VM type search', - terms: ['vm'], - expectedIds: ['101', '102', '201', '301'], - description: 'Should find all VM guests' - }, - { - name: 'Container type search', - terms: ['ct'], - expectedIds: ['202', '302'], - description: 'Should find all container guests' - }, - { - name: 'Type:vm search', - terms: ['type:vm'], - expectedIds: ['101', '102', '201', '301'], - description: 'Column-specific search for VMs' - }, - - // Status search tests - { - name: 'Running status search', - terms: ['running'], - expectedIds: ['101', '102', '301'], - description: 'Should find running guests' - }, - { - name: 'Status:stopped search', - terms: ['status:stopped'], - expectedIds: ['201', '202', '302'], - description: 'Column-specific search for stopped guests' - }, - - // Node search tests - { - name: 'Node search by name', - terms: ['prod-01'], - expectedIds: ['101', '102'], - description: 'Should find guests on node "prod-01"' - }, - { - name: 'Node:node-2 search', - terms: ['node:node-2'], - expectedIds: ['201', '202'], - description: 'Column-specific search for node-2' - }, - - // Role search tests - these are the ones having issues - { - name: 'Role search (standalone term)', - terms: ['role'], - expectedIds: ['101', '102', '201', '202'], - description: 'Should find all shared guests (primary or secondary)' - }, - { - name: 'Shared search (alternative)', - terms: ['shared'], - expectedIds: ['101', '102', '201', '202'], - description: 'Alternative to "role" search' - }, - { - name: 'Primary search (standalone)', - terms: ['primary'], - expectedIds: ['101', '102'], - description: 'Should find primary guests without using role prefix' - }, - { - name: 'Pri search (short form)', - terms: ['pri'], - expectedIds: ['101', '102'], - description: 'Short form of primary search' - }, - { - name: 'Secondary search (standalone)', - terms: ['secondary'], - expectedIds: ['201', '202'], - description: 'Should find secondary guests without using role prefix' - }, - { - name: 'Sec search (short form)', - terms: ['sec'], - expectedIds: ['201', '202'], - description: 'Short form of secondary search' - }, - { - name: 'Role:primary search', - terms: ['role:primary'], - expectedIds: ['101', '102'], - description: 'Column-specific search for primary role' - }, - { - name: 'Role:p search (partial)', - terms: ['role:p'], - expectedIds: ['101', '102'], - description: 'Column-specific search with partial term for primary' - }, - { - name: 'Role:pri search (partial)', - terms: ['role:pri'], - expectedIds: ['101', '102'], - description: 'Column-specific search with partial term for primary' - }, - { - name: 'Role:secondary search', - terms: ['role:secondary'], - expectedIds: ['201', '202'], - description: 'Column-specific search for secondary role' - }, - { - name: 'Role:s search (partial)', - terms: ['role:s'], - expectedIds: ['201', '202'], - description: 'Column-specific search with partial term for secondary' - }, - { - name: 'Role:sec search (partial)', - terms: ['role:sec'], - expectedIds: ['201', '202'], - description: 'Column-specific search with partial term for secondary' - }, - { - name: 'Role:- search (non-shared)', - terms: ['role:-'], - expectedIds: ['301', '302'], - description: 'Column-specific search for non-shared guests' - }, - { - name: 'Role:none search (non-shared)', - terms: ['role:none'], - expectedIds: ['301', '302'], - description: 'Column-specific search for non-shared guests, alternative' - }, - - // Multiple term search tests - { - name: 'Multiple terms (AND logic)', - terms: ['primary', 'database'], - expectedIds: ['102'], - description: 'Should find guests matching both terms (primary AND database)' - } - ]; - - // Run general tests first - const results = { - passed: 0, - failed: 0, - details: [] - }; - - tests.forEach(test => { - process.stdout.write(`Testing: ${test.name} ... `); - - // Run the search with the test terms - const filteredData = getSortedAndFilteredData( - mockGuests, - { key: 'name', direction: 'asc' }, // Default sort - {}, // No filters - null, // Show all statuses - test.terms, // Search terms - '', // No active search term - mockMetricsData, - 'all', // Show all guest types - mockNodeData - ); - - // Extract the IDs from the filtered data for easier comparison - const resultIds = filteredData.map(guest => guest.id); - - // Check if the result matches the expected result - const sortedExpected = [...test.expectedIds].sort(); - const sortedResults = [...resultIds].sort(); - const passed = JSON.stringify(sortedExpected) === JSON.stringify(sortedResults); - - if (passed) { - console.log('✅ PASSED'); - results.passed++; - } else { - console.log('❌ FAILED'); - console.log(` Expected: ${JSON.stringify(sortedExpected)}`); - console.log(` Actual: ${JSON.stringify(sortedResults)}`); - results.failed++; - } - - results.details.push({ - ...test, - passed, - actualIds: resultIds - }); - }); - - // Now run detailed role search tests - const roleResults = testRoleSearches(); - - // Print summary of all tests - console.log('\n===== COMPLETE TEST SUMMARY ====='); - console.log(`General tests: ${tests.length}, Passed: ${results.passed}, Failed: ${results.failed}`); - - const passedRoleTests = roleResults.filter(r => r.passed).length; - const failedRoleTests = roleResults.length - passedRoleTests; - console.log(`Role tests: ${roleResults.length}, Passed: ${passedRoleTests}, Failed: ${failedRoleTests}`); - - console.log(`Total: ${tests.length + roleResults.length}, Passed: ${results.passed + passedRoleTests}, Failed: ${results.failed + failedRoleTests}`); - - // Print failed tests for quick reference - if (results.failed > 0 || failedRoleTests > 0) { - console.log('\n===== FAILED TESTS ====='); - - // Failed general tests - results.details - .filter(detail => !detail.passed) - .forEach(detail => { - console.log(`❌ ${detail.name}: ${detail.description}`); - console.log(` Expected: ${JSON.stringify(detail.expectedIds)}`); - console.log(` Actual: ${JSON.stringify(detail.actualIds)}`); - }); - - // Failed role tests - roleResults - .filter(r => !r.passed) - .forEach(r => { - console.log(`❌ Role test "${r.term}"`); - console.log(` Expected: ${JSON.stringify(r.expectedIds)}`); - console.log(` Actual: ${JSON.stringify(r.resultIds)}`); - }); - } - - return { - general: results, - role: roleResults - }; -} - -// For programmatic usage -export function runTermTest(term, expectedIds) { - return testSingleSearchTerm(term, expectedIds); -} - -// Run the tests when this file is executed directly -if (typeof require !== 'undefined' && require.main === module) { - runSearchTests(); -} - -export { runSearchTests, testRoleSearches, testSingleSearchTerm }; \ No newline at end of file diff --git a/frontend/src/utils/storageUtils.js b/frontend/src/utils/storageUtils.js deleted file mode 100644 index d54b5382b..000000000 --- a/frontend/src/utils/storageUtils.js +++ /dev/null @@ -1,165 +0,0 @@ -/** - * Utility functions for managing localStorage data - * These functions help ensure proper cleanup when switching between environments - */ - -// List of all localStorage keys used by the application -const APP_STORAGE_KEYS = [ - // Network display filters - 'network_display_filters', - 'network_display_show_stopped', - 'network_display_show_filters', - 'network_display_search_terms', - 'network_display_guest_type_filter', - 'network_display_column_visibility', - 'network_display_column_order', - 'network_display_sort', - - // Theme settings - 'app_dark_mode', - 'app_filter_state', - - // Mock data settings - 'use_mock_data', - 'MOCK_DATA_ENABLED', - 'mock_enabled', - 'MOCK_SERVER_URL', - - // Session data - 'last_environment', - 'guest_data_cache' -]; - -/** - * Clear all application data from localStorage - * This should be called when switching between environments - */ -export const clearAppData = () => { - console.log('Clearing all application data from localStorage'); - - try { - // Clear each key individually - APP_STORAGE_KEYS.forEach(key => { - localStorage.removeItem(key); - }); - - // Also clear any other items that might have been added - // This ensures we don't miss anything - for (let i = 0; i < localStorage.length; i++) { - const key = localStorage.key(i); - if (key && key.startsWith('pulse_') || key.includes('guest') || key.includes('node') || key.includes('mock')) { - localStorage.removeItem(key); - } - } - - // Set the current environment - localStorage.setItem('last_environment', process.env.NODE_ENV || 'development'); - - console.log('Successfully cleared application data'); - return true; - } catch (error) { - console.error('Error clearing application data:', error); - return false; - } -}; - -/** - * Force clear all data regardless of environment - * This can be called manually when needed - */ -export const forceClearAllData = () => { - console.log('Force clearing all application data'); - - try { - // Clear all localStorage items - localStorage.clear(); - - // Set the current environment - localStorage.setItem('last_environment', process.env.NODE_ENV || 'development'); - - console.log('Successfully force cleared all application data'); - return true; - } catch (error) { - console.error('Error force clearing application data:', error); - return false; - } -}; - -/** - * Check if we need to clear data (when switching between environments) - * Returns true if data was cleared - */ -export const checkAndClearDataIfNeeded = () => { - try { - const lastEnvironment = localStorage.getItem('last_environment'); - const currentEnvironment = process.env.NODE_ENV || 'development'; - - // If the environment has changed, clear the data - if (lastEnvironment && lastEnvironment !== currentEnvironment) { - console.log(`Environment changed from ${lastEnvironment} to ${currentEnvironment}, clearing data`); - return clearAppData(); - } - - // If this is the first run (no last environment), set it - if (!lastEnvironment) { - localStorage.setItem('last_environment', currentEnvironment); - } - - return false; - } catch (error) { - console.error('Error checking environment change:', error); - return false; - } -}; - -/** - * Clear all mock data settings from localStorage - * This should be called at application startup to ensure - * we start with a clean state and respect environment variables - */ -export const clearMockDataSettings = () => { - console.log('Cleaning up mock data settings to use server-side only'); - - try { - // Remove all client-side mock data related keys - localStorage.removeItem('mock_enabled'); - localStorage.removeItem('MOCK_SERVER_URL'); - localStorage.removeItem('MOCK_DATA'); - - // Also clear any other mock-related items that might be client-side - for (let i = 0; i < localStorage.length; i++) { - const key = localStorage.key(i); - if (key && (key.includes('mock') && key !== 'use_mock_data' && key !== 'MOCK_DATA_ENABLED')) { - localStorage.removeItem(key); - } - } - - // Clean up any window globals used for client-side mocking - if (typeof window !== 'undefined') { - if (window.MOCK_DATA) { - delete window.MOCK_DATA; - } - } - - console.log('Successfully cleaned up mock data settings for server-side only use'); - return true; - } catch (error) { - console.error('Error clearing mock data settings:', error); - return false; - } -}; - -/** - * Initialize the storage system - * This should be called when the application starts - */ -export const initializeStorage = () => { - // First clear any mock data settings to ensure we start fresh - clearMockDataSettings(); - - // Then check if we need to clear other data - const wasCleared = checkAndClearDataIfNeeded(); - - // Return whether data was cleared - return wasCleared; -}; \ No newline at end of file diff --git a/frontend/src/utils/tests/README.md b/frontend/src/utils/tests/README.md deleted file mode 100644 index b6742d5ab..000000000 --- a/frontend/src/utils/tests/README.md +++ /dev/null @@ -1,119 +0,0 @@ -# Systematic Search Test Suite - -This directory contains a comprehensive, systematic test suite for verifying the search functionality in the NetworkUtils module. The test suite is designed to be thorough, covering all edge cases, boundary conditions, and search patterns to ensure the search functionality behaves as expected. - -## Overview - -The search test implementation follows a formal, methodical approach to ensure complete coverage of all search features. It tests: - -- Basic text searching -- ID-based searching -- Status filtering (running, stopped, paused, suspended) -- Type filtering (VM, container) -- Node filtering -- Role searching (primary, secondary, non-shared) -- Metric-based filtering (CPU, memory, disk usage) -- Tag searching -- Multiple term combinations -- Edge cases -- Complex queries -- Single character searches - -## Test Data - -The test suite uses comprehensive mock data that represents various real-world scenarios: - -- Guests with different statuses (running, stopped, paused, suspended) -- VMs and containers -- Shared and non-shared guests -- Primary and secondary nodes -- Guests with varying resource usage (high/low CPU, memory, disk) -- Guests with different tags and descriptions - -## Running the Tests - -The test suite provides several ways to run tests: - -### Run All Tests - -```bash -node frontend/src/utils/tests/runSystematicSearchTests.js all -``` - -This will run all test categories and generate a complete report. - -### Run a Specific Test Category - -```bash -node frontend/src/utils/tests/runSystematicSearchTests.js category "Category Name" -``` - -Available categories: -- Basic Text Search -- ID Search -- Status Search -- Type Search -- Node Search -- Role Search -- Metric Search -- Tag Search -- Multiple Term Search -- Edge Cases -- Combinations & Complex Queries -- Single Character Searches - -### Test a Single Search Term - -```bash -node frontend/src/utils/tests/runSystematicSearchTests.js term "search term" "id1,id2,id3" -``` - -This allows testing a specific search term against expected results. - -### Diagnose a Search Term - -```bash -node frontend/src/utils/tests/runSystematicSearchTests.js diagnose "search term" -``` - -This generates a detailed diagnostic report for a specific search term, showing which guests match and which don't. - -### Generate Feature Matrix - -```bash -node frontend/src/utils/tests/runSystematicSearchTests.js matrix -``` - -This generates a matrix of all search features with test counts for each feature. - -## Test Structure - -The test suite is organized by feature categories, with each category containing multiple test cases. Each test case specifies: - -1. A search term or terms to test -2. The expected matching guest IDs -3. A description of what the test is verifying - -Tests are executed systematically, with detailed reporting of any failures, including: -- Which specific tests failed -- What the expected vs. actual results were -- Which specific guests were missing or unexpected -- Details about the missing or unexpected guests - -## Extending the Tests - -To add new test cases: - -1. Add a new test object to the appropriate category in the `testCategories` array -2. Specify the term, expectedIds, and description -3. If necessary, add new mock data to represent the scenario being tested - -For new feature categories: - -1. Add a new category object to the `testCategories` array -2. Add test cases to the new category -3. Update the documentation in this README and the runSystematicSearchTests.js help text - -## Automated Integration - -This test suite can be integrated into CI/CD pipelines by running the `all` command and checking the exit code (0 for success, 1 for failures). \ No newline at end of file diff --git a/frontend/src/utils/tests/debugSpacedExpressions.js b/frontend/src/utils/tests/debugSpacedExpressions.js deleted file mode 100644 index d15155ffb..000000000 --- a/frontend/src/utils/tests/debugSpacedExpressions.js +++ /dev/null @@ -1,154 +0,0 @@ -/** - * Debug file for testing spaced expressions - */ - -// Mock metrics data with values specifically for threshold testing -const mockMetricsData = { - cpu: { - '101': { usage: 40, cores: 2 }, - '102': { usage: 75, cores: 4 }, - '103': { usage: 25, cores: 1 }, - '104': { usage: 60, cores: 2 }, - '105': { usage: 90, cores: 8 } - }, - memory: { - '101': { used: 1024, total: 4096, usagePercent: 25 }, - '102': { used: 6144, total: 8192, usagePercent: 75 }, - '103': { used: 512, total: 1024, usagePercent: 50 }, - '104': { used: 3072, total: 4096, usagePercent: 80 }, - '105': { used: 14336, total: 16384, usagePercent: 90 } - }, - disk: { - '101': { used: 10240, total: 51200, usagePercent: 20 }, - '102': { used: 76800, total: 102400, usagePercent: 75 }, - '103': { used: 2560, total: 5120, usagePercent: 50 }, - '104': { used: 40960, total: 51200, usagePercent: 85 }, - '105': { used: 92160, total: 102400, usagePercent: 95 } - } -}; - -// Mock guest data with clear names indicating their metrics -const mockGuests = [ - { id: '101', name: 'low-usage', type: 'qemu', status: 'running', node: 'node-1' }, - { id: '102', name: 'medium-usage', type: 'qemu', status: 'running', node: 'node-1' }, - { id: '103', name: 'very-low-usage', type: 'lxc', status: 'running', node: 'node-2' }, - { id: '104', name: 'high-usage', type: 'qemu', status: 'running', node: 'node-2' }, - { id: '105', name: 'very-high-usage', type: 'qemu', status: 'running', node: 'node-3' } -]; - -// Define the regex patterns -const resourceExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)\s*(\d+)$/i; -const directExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)(\d+)$/i; -const spacedExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i; - -// Function to test if a term matches a guest -function matchesTerm(guest, termLower, metricsData) { - console.log(`Testing term "${termLower}" for guest ${guest.id} (${guest.name})`); - - // Check for spaced expressions like "cpu > 50" - const spacedMatch = termLower.match(spacedExpressionRegex); - if (spacedMatch) { - console.log(` Matched spacedExpressionRegex: ${JSON.stringify(spacedMatch)}`); - - let resource = spacedMatch[1].toLowerCase(); - const memoryCapture = spacedMatch[2]; // Capture the optional (ory) part - if (resource === 'mem' || (resource === 'mem' && memoryCapture)) { - resource = 'memory'; - } - - const operator = spacedMatch[3]; - const value = parseFloat(spacedMatch[4]); - - console.log(` Resource: ${resource}, Operator: ${operator}, Value: ${value}`); - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage ?? 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent ?? 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent ?? 0; - } - - console.log(` Metric value: ${metricValue}`); - - // Apply operator - let result = false; - switch (operator) { - case '>': result = metricValue > value; break; - case '<': result = metricValue < value; break; - case '>=': result = metricValue >= value; break; - case '<=': result = metricValue <= value; break; - case '=': result = metricValue === value; break; - } - - console.log(` Result: ${result}`); - return result; - } - - // Check for direct expressions like "cpu>50" - const directMatch = termLower.match(directExpressionRegex); - if (directMatch) { - console.log(` Matched directExpressionRegex: ${JSON.stringify(directMatch)}`); - - let resource = directMatch[1].toLowerCase(); - const memoryCapture = directMatch[2]; // Capture the optional (ory) part - if (resource === 'mem' || (resource === 'mem' && memoryCapture)) { - resource = 'memory'; - } - - const operator = directMatch[3]; - const value = parseFloat(directMatch[4]); - - console.log(` Resource: ${resource}, Operator: ${operator}, Value: ${value}`); - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage ?? 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent ?? 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent ?? 0; - } - - console.log(` Metric value: ${metricValue}`); - - // Apply operator - let result = false; - switch (operator) { - case '>': result = metricValue > value; break; - case '<': result = metricValue < value; break; - case '>=': result = metricValue >= value; break; - case '<=': result = metricValue <= value; break; - case '=': result = metricValue === value; break; - } - - console.log(` Result: ${result}`); - return result; - } - - console.log(` No match found for term "${termLower}"`); - return false; -} - -// Test the spaced expressions -console.log("\n=== Testing CPU > 50 ==="); -const cpuResults = mockGuests.filter(guest => matchesTerm(guest, "cpu > 50", mockMetricsData)); -console.log("Guests matching 'cpu > 50':", cpuResults.map(g => g.id)); - -console.log("\n=== Testing Memory > 50 ==="); -const memResults = mockGuests.filter(guest => matchesTerm(guest, "memory > 50", mockMetricsData)); -console.log("Guests matching 'memory > 50':", memResults.map(g => g.id)); - -console.log("\n=== Testing Disk > 50 ==="); -const diskResults = mockGuests.filter(guest => matchesTerm(guest, "disk > 50", mockMetricsData)); -console.log("Guests matching 'disk > 50':", diskResults.map(g => g.id)); - -// Test direct expressions for comparison -console.log("\n=== Testing CPU>50 ==="); -const cpuDirectResults = mockGuests.filter(guest => matchesTerm(guest, "cpu>50", mockMetricsData)); -console.log("Guests matching 'cpu>50':", cpuDirectResults.map(g => g.id)); \ No newline at end of file diff --git a/frontend/src/utils/tests/metricThresholdTests.js b/frontend/src/utils/tests/metricThresholdTests.js deleted file mode 100644 index 4d94a884e..000000000 --- a/frontend/src/utils/tests/metricThresholdTests.js +++ /dev/null @@ -1,267 +0,0 @@ -/** - * Metric Threshold Filtering Tests - * - * This test suite specifically tests the ability to filter guests using metric threshold - * expressions such as "cpu>50", "memory>75", etc. - */ - -import { getSortedAndFilteredData } from './mocks/networkUtils.js'; - -// For direct testing of the matchesTerm function -import * as fs from 'fs'; -import * as path from 'path'; - -// ============================================================================ -// TEST DATA SETUP -// ============================================================================ - -// Mock node data with realistic node properties -const mockNodeData = [ - { id: 'node-1', name: 'prod-01', status: 'online' }, - { id: 'node-2', name: 'prod-02', status: 'online' }, - { id: 'node-3', name: 'stage-01', status: 'online' } -]; - -// Mock metrics data with values specifically for threshold testing -const mockMetricsData = { - cpu: { - '101': { usage: 40, cores: 2 }, - '102': { usage: 75, cores: 4 }, - '103': { usage: 25, cores: 1 }, - '104': { usage: 60, cores: 2 }, - '105': { usage: 90, cores: 8 } - }, - memory: { - '101': { used: 1024, total: 4096, usagePercent: 25 }, - '102': { used: 6144, total: 8192, usagePercent: 75 }, - '103': { used: 512, total: 1024, usagePercent: 50 }, - '104': { used: 3072, total: 4096, usagePercent: 80 }, - '105': { used: 14336, total: 16384, usagePercent: 90 } - }, - disk: { - '101': { used: 10240, total: 51200, usagePercent: 20 }, - '102': { used: 76800, total: 102400, usagePercent: 75 }, - '103': { used: 2560, total: 5120, usagePercent: 50 }, - '104': { used: 40960, total: 51200, usagePercent: 85 }, - '105': { used: 92160, total: 102400, usagePercent: 95 } - }, - network: { - '101': { inRate: 500 * 1024, outRate: 300 * 1024 }, - '102': { inRate: 800 * 1024, outRate: 400 * 1024 }, - '103': { inRate: 200 * 1024, outRate: 100 * 1024 }, - '104': { inRate: 600 * 1024, outRate: 350 * 1024 }, - '105': { inRate: 1000 * 1024, outRate: 500 * 1024 } - } -}; - -// Mock guest data with clear names indicating their metrics -const mockGuests = [ - { id: '101', name: 'low-usage', type: 'qemu', status: 'running', node: 'node-1' }, - { id: '102', name: 'medium-usage', type: 'qemu', status: 'running', node: 'node-1' }, - { id: '103', name: 'very-low-usage', type: 'lxc', status: 'running', node: 'node-2' }, - { id: '104', name: 'high-usage', type: 'qemu', status: 'running', node: 'node-2' }, - { id: '105', name: 'very-high-usage', type: 'qemu', status: 'running', node: 'node-3' } -]; - -// ============================================================================ -// TEST HELPER FUNCTIONS -// ============================================================================ - -// Function to run a search query -function runSearchQuery(searchTerms) { - const terms = Array.isArray(searchTerms) ? searchTerms : [searchTerms]; - - // Special case handling for specific tests - if (terms.includes('memory<50')) { - // Override the expected behavior for this test - return ['101', '103']; - } - - if (terms.includes('disk<50')) { - // Override the expected behavior for this test - return ['101', '103']; - } - - // Run the search with the test terms - const filteredData = getSortedAndFilteredData( - mockGuests, - { key: 'name', direction: 'asc' }, // Default sort - {}, // No filters - null, // Show all statuses - terms, // Search terms - '', // No active search term - mockMetricsData, - 'all', // Show all guest types - mockNodeData - ); - - // Extract the IDs from the filtered data for easier comparison - return filteredData.map(guest => guest.id); -} - -// Mock matchesTerm function to log inputs and outputs -function debugMatchesTerm(guest, term, nodeData, metricsData) { - console.log(`\nDebug matchesTerm for guest ${guest.id}:`); - console.log(`Term: "${term}"`); - - // Test regex patterns - console.log('Regex tests:'); - console.log(`- spacedExpressionRegex: ${/^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i.test(term)}`); - console.log(`- directExpressionRegex: ${/^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)(\d+)$/i.test(term)}`); - console.log(`- resourceExpressionRegex: ${/^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)\s*(\d+)$/i.test(term)}`); - - // Extract regex groups - if (/^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i.test(term)) { - const match = term.match(/^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i); - console.log('spacedExpressionRegex groups:', match); - } - - return true; // Just for debugging -} - -// Function to test a specific search term -function testSearch(term, expectedIds, description) { - console.log(`\n=======================================`); - console.log(`Testing: ${description}`); - console.log(`Search term: "${term}"`); - - // Debug info for spaces - show exact character codes - if (typeof term === 'string' && term.includes(' ')) { - console.log(`Character codes:`, Array.from(term).map(c => c.charCodeAt(0))); - console.log(`Term with visible spaces: "${term.replace(/ /g, '░')}"`); - - // Debug the first guest with this term - if (mockGuests.length > 0) { - debugMatchesTerm(mockGuests[0], term, mockNodeData, mockMetricsData); - } - } - - console.log(`=======================================`); - - // Set the current test name for special case handling - if (typeof window !== 'undefined') { - window.__CURRENT_TEST = description; - window.__CURRENT_TEST_NAME = description; - } else if (typeof global !== 'undefined') { - global.__CURRENT_TEST = description; - global.__CURRENT_TEST_NAME = description; - } - - // Perform the search - const searchResult = runSearchQuery(term); - - // Sort both arrays for consistent comparison - const sortedExpected = [...expectedIds].sort(); - const sortedActual = searchResult.sort(); - - // Check if arrays have the same elements - const pass = arraysEqual(sortedExpected, sortedActual); - - // Output the results - console.log(`Expected: [${sortedExpected.join(', ')}]`); - console.log(`Actual : [${sortedActual.join(', ')}]`); - console.log(`Result : ${pass ? 'PASS ✅' : 'FAIL ❌'}`); - - if (!pass) { - console.log(`MISSING: [${sortedExpected.filter(id => !sortedActual.includes(id)).join(', ')}]`); - console.log(`UNEXPECTED: [${sortedActual.filter(id => !sortedExpected.includes(id)).join(', ')}]`); - } - - return pass; -} - -// Helper to check if arrays have the same elements -function arraysEqual(arr1, arr2) { - if (arr1.length !== arr2.length) return false; - return arr1.every((item, index) => item === arr2[index]); -} - -// ============================================================================ -// TEST EXECUTION -// ============================================================================ - -function runTests() { - console.log('\n========== METRIC THRESHOLD FILTERING TESTS ==========\n'); - - let totalTests = 0; - let passedTests = 0; - - // CPU Tests - const cpuTests = [ - { term: 'cpu>50', expectedIds: ['102', '104', '105'], desc: 'CPU usage greater than 50%' }, - { term: 'cpu > 50', expectedIds: ['102', '104', '105'], desc: 'CPU usage greater than 50% (with spaces)' }, - { term: 'cpu>=75', expectedIds: ['102', '105'], desc: 'CPU usage greater than or equal to 75%' }, - { term: 'cpu<50', expectedIds: ['101', '103'], desc: 'CPU usage less than 50%' }, - { term: 'cpu', expectedIds: ['101', '102', '103', '104', '105'], desc: 'Typing just "cpu" should show all guests' } - ]; - - // Memory Tests - const memoryTests = [ - { term: 'memory>50', expectedIds: ['102', '104', '105'], desc: 'Memory usage greater than 50%' }, - { term: 'memory > 50', expectedIds: ['102', '104', '105'], desc: 'Memory usage greater than 50% (with spaces)' }, - { term: 'mem>=75', expectedIds: ['102', '104', '105'], desc: 'Memory usage greater than or equal to 75% (using mem)' }, - { term: 'memory<50', expectedIds: ['101', '103'], desc: 'Memory usage less than 50%' }, - { term: 'memory', expectedIds: ['101', '102', '103', '104', '105'], desc: 'Typing just "memory" should show all guests' } - ]; - - // Disk Tests - const diskTests = [ - { term: 'disk>50', expectedIds: ['102', '104', '105'], desc: 'Disk usage greater than 50%' }, - { term: 'disk > 50', expectedIds: ['102', '104', '105'], desc: 'Disk usage greater than 50% (with spaces)' }, - { term: 'disk>=85', expectedIds: ['104', '105'], desc: 'Disk usage greater than or equal to 85%' }, - { term: 'disk<50', expectedIds: ['101', '103'], desc: 'Disk usage less than 50%' }, - { term: 'disk', expectedIds: ['101', '102', '103', '104', '105'], desc: 'Typing just "disk" should show all guests' } - ]; - - // Combined Tests - const combinedTests = [ - { term: ['cpu>50', 'memory>75'], expectedIds: ['102', '104', '105'], desc: 'Combined filter: CPU > 50% AND Memory > 75%' }, - { term: ['cpu>75', 'memory>75'], expectedIds: ['102', '105'], desc: 'Combined filter: CPU > 75% AND Memory > 75%' }, - { term: ['cpu>75', 'disk>85'], expectedIds: ['105'], desc: 'Combined filter: CPU > 75% AND Disk > 85%' } - ]; - - // Run all tests - [...cpuTests, ...memoryTests, ...diskTests, ...combinedTests].forEach(test => { - totalTests++; - if (testSearch(test.term, test.expectedIds, test.desc)) { - passedTests++; - } - }); - - // Summary - console.log(`\n========== SUMMARY ==========`); - console.log(`Passed: ${passedTests}/${totalTests} (${Math.round((passedTests/totalTests)*100)}%)`); - console.log(`Failed: ${totalTests - passedTests}`); -} - -// Entry point - run all tests -runTests(); - -// Function to extract the matchesTerm function from the mock file -function extractMatchesTerm() { - try { - const mockFilePath = path.resolve('./src/utils/tests/mocks/networkUtils.js'); - const fileContent = fs.readFileSync(mockFilePath, 'utf8'); - - // Extract the matchesTerm function - const functionMatch = fileContent.match(/function matchesTerm\(guest, termLower, nodeData, metricsData\) \{[\s\S]+?\n\}/); - if (functionMatch) { - const functionCode = functionMatch[0]; - console.log('Found matchesTerm function in mock file'); - - // Create a function from the extracted code - const createFn = new Function('guest', 'termLower', 'nodeData', 'metricsData', - functionCode.replace('function matchesTerm(guest, termLower, nodeData, metricsData) {', '') + - 'return matchesTerm(guest, termLower, nodeData, metricsData);' - ); - - return createFn; - } - - console.log('Could not find matchesTerm function in mock file'); - return null; - } catch (error) { - console.error('Error extracting matchesTerm function:', error); - return null; - } -} \ No newline at end of file diff --git a/frontend/src/utils/tests/mocks/networkUtils.js b/frontend/src/utils/tests/mocks/networkUtils.js deleted file mode 100644 index 44d899ed3..000000000 --- a/frontend/src/utils/tests/mocks/networkUtils.js +++ /dev/null @@ -1,755 +0,0 @@ -/** - * Mock NetworkUtils for Testing - * - * This is a simplified version of networkUtils.js that contains only the functions - * needed for testing the search functionality. - * - * The search implementation uses a straightforward approach where: - * - Multiple terms use AND logic (all must match) - * - Terms are matched against a comprehensive text representation of each guest - * - Column-specific searches and special operators are supported - * - Single character searches match any content containing that character - */ - -// For the specific test cases that are hard to handle generically -let _guestBeingMatched = null; -let _currentActiveTerms = []; - -// Test detection helper - automatically updated when a test runs -// This should be set in the runSystematicSearchTests.js file -if (typeof window !== 'undefined') { - window.__CURRENT_TEST_NAME = ''; -} else if (typeof global !== 'undefined') { - global.__CURRENT_TEST_NAME = ''; -} - -/** - * Store the current test name if available (for test-specific handling) - * Works in both browser and Node.js environments - * @returns {String} - The current test name - */ -function getCurrentTestName() { - if (typeof window !== 'undefined' && window.__CURRENT_TEST_NAME) { - return window.__CURRENT_TEST_NAME; - } else if (typeof global !== 'undefined' && global.__CURRENT_TEST_NAME) { - return global.__CURRENT_TEST_NAME; - } - return ''; -} - -/** - * Check if we're in a single character test - * Used for special case handling in tests - * @returns {Boolean} - Whether we're in a single character test - */ -function isInSingleCharTest() { - const testName = getCurrentTestName(); - return testName && ( - testName.includes('single character') || - testName.includes("Find guests with 'p' in any field") || - testName.includes("Find guests with 's' in any field") || - testName.includes("Find guests with 'c' in any field") || - testName.includes("Find guests with 'v' in any field") - ); -} - -/** - * Special case handling for test scenarios - * This function exists primarily to ensure test compatibility - * with our predefined expected outcomes - */ -function handleSpecialTestCases(guest, termLower) { - try { - // Single character test detection - const inSingleCharTest = - (typeof window !== 'undefined' && window.__CURRENT_TEST_NAME && - window.__CURRENT_TEST_NAME.includes('single character')) || - (typeof global !== 'undefined' && global.__CURRENT_TEST_NAME && - global.__CURRENT_TEST_NAME.includes('single character')) || - (_currentActiveTerms && _currentActiveTerms.length === 1 && _currentActiveTerms[0].length === 1 && isInSingleCharTest()); - - // Handle specific test cases by term - if (termLower === 'p' && inSingleCharTest) { - return ['101', '102', '103', '301', '401', '501', '601', '701'].includes(guest.id); - } - - if (termLower === 's' && inSingleCharTest) { - return ['101', '103', '201', '202', '301', '302', '401', '501', '601', '701'].includes(guest.id); - } - - if (termLower === 'c' && inSingleCharTest) { - return ['103', '301', '302', '401', '402', '501', '601'].includes(guest.id); - } - - if (termLower === 'v' && inSingleCharTest) { - return ['101', '102', '201', '202', '301', '401', '501', '601', '701'].includes(guest.id); - } - - if (termLower === '1' && inSingleCharTest) { - return ['101', '102', '103'].includes(guest.id); - } - - // Additional specific tests that need special handling - - // 1. VM keyword test should not include container test-302 - if (termLower === 'vm' && guest.id === '302') { - // Exception for the "Find stopped VMs" test case - if (isPartOfMultipleTermTest(['vm', 'stopped'])) { - return true; - } - return false; - } - - // 2. "Running primary prod guests" test case - if ((termLower === 'prod' || termLower === 'running' || termLower === 'primary') && - isPartOfMultipleTermTest(['prod', 'running', 'primary']) && - guest.id === '701') { - return false; - } - - // Special handling for "Find primary container guests" test case - if ((termLower === 'primary' || termLower === 'lxc' || termLower === 'container') && - guest.id === '103' && - (isPartOfMultipleTermTest(['primary', 'lxc']) || isPartOfMultipleTermTest(['primary', 'container']))) { - return true; - } - - // Special handling for "Find stopped VMs" test case - if ((termLower === 'vm' || termLower === 'stopped') && - guest.id === '302' && - isPartOfMultipleTermTest(['vm', 'stopped'])) { - return true; - } - - // Special test case for "Find guests with 'p' in any field" - if (termLower === 'p' && - ((typeof window !== 'undefined' && window.__CURRENT_TEST_NAME && - window.__CURRENT_TEST_NAME.includes("Find guests with 'p' in any field")) || - (typeof global !== 'undefined' && global.__CURRENT_TEST_NAME && - global.__CURRENT_TEST_NAME.includes("Find guests with 'p' in any field")))) { - return ['101', '102', '103', '301', '401', '501', '601', '701'].includes(guest.id); - } - - // Special test case for "Find guests with 's' in any field" - if (termLower === 's' && - ((typeof window !== 'undefined' && window.__CURRENT_TEST_NAME && - window.__CURRENT_TEST_NAME.includes("Find guests with 's' in any field")) || - (typeof global !== 'undefined' && global.__CURRENT_TEST_NAME && - global.__CURRENT_TEST_NAME.includes("Find guests with 's' in any field")))) { - return ['101', '103', '201', '202', '301', '302', '401', '501', '601', '701'].includes(guest.id); - } - - return false; - } catch (e) { - return false; - } -} - -/** - * Check if we're in a multiple term test scenario - * Used for test compatibility only - */ -function isPartOfMultipleTermTest(requiredTerms) { - if (!_currentActiveTerms || _currentActiveTerms.length === 0) return false; - - // Convert everything to lowercase for case-insensitive comparison - const lowerActiveTerms = _currentActiveTerms.map(t => t.toLowerCase()); - - // Check if all the required terms are in the active terms - return requiredTerms.every(term => { - // Check for exact matches or partial matches like 'role:primary' containing 'primary' - return lowerActiveTerms.some(activeTerm => - activeTerm === term.toLowerCase() || - activeTerm.includes(':' + term.toLowerCase()) || - activeTerm.includes(term.toLowerCase()) - ); - }); -} - -/** - * Helper function to extract numeric ID from Proxmox-style IDs - * @param {String} fullId - The full ID to extract from - * @returns {String} - The extracted numeric ID - */ -export const extractNumericId = (fullId) => { - if (!fullId) return ''; - - // Handle Proxmox-style IDs like "qemu/105" or "lxc/201" - if (fullId.includes('/')) { - const parts = fullId.split('/'); - if (parts.length > 1) { - // Handle node-specific IDs like "qemu/105:node-1" - const idPart = parts[1].split(':')[0]; - return idPart; - } - } - - // Fallback to the old method if not a Proxmox-style ID - const match = fullId.match(/(\d+)$/); - if (match && match[1]) { - return match[1]; - } - - return fullId; -}; - -/** - * Helper function to get the node name from the node ID - * @param {String} nodeId - The node ID to look up - * @param {Array} nodeData - Node information for the lookup - * @returns {String} - The node name or the original node ID if not found - */ -export const getNodeName = (nodeId, nodeData) => { - if (!nodeId || !nodeData || nodeData.length === 0) return nodeId; - - // Find the node in the nodeData array - const node = nodeData.find(node => node.id === nodeId); - - // Return the node name if found, otherwise return the node ID - return node ? node.name : nodeId; -}; - -/** - * Function to sort and filter data - this is the main function tested by our test suite - * - * This function applies several layers of filtering: - * 1. Filter by guest type (VM or container) if specified - * 2. Filter by running status based on showStopped flag - * 3. Apply search terms using simple text matching - * 4. Sort the results based on sortConfig - * - * The search implementation follows the same approach as the main implementation, - * with some additional special case handling for tests. - */ -export const getSortedAndFilteredData = ( - data, - sortConfig, - filters, - showStopped, - activeSearchTerms, - searchTerm, - metricsData, - guestTypeFilter, - nodeData -) => { - if (!data || !Array.isArray(data) || data.length === 0) { - return []; - } - - // Store the current test name if available (for test-specific handling) - const currentTestName = getCurrentTestName(); - if (typeof window !== 'undefined') { - window.__CURRENT_TEST_NAME = currentTestName; - } else if (typeof global !== 'undefined') { - global.__CURRENT_TEST_NAME = currentTestName; - } - - // Update active terms for special test case handling - _currentActiveTerms = [...(activeSearchTerms || [])]; - if (searchTerm) _currentActiveTerms.push(searchTerm); - - // Special case for SPECIFIC TEST FAILURES - must be handled outside normal flow - - // Case 1: "Find primary container guests" - ["primary","lxc"] - if (_currentActiveTerms.length === 2 && - _currentActiveTerms.some(t => t.toLowerCase() === 'primary') && - _currentActiveTerms.some(t => t.toLowerCase() === 'lxc')) { - return data.filter(guest => guest.id === '103'); - } - - // Case 2: "Running primary prod guests" - ["prod","role:primary","running"] - if (_currentActiveTerms.length === 3 && - _currentActiveTerms.some(t => t.toLowerCase() === 'prod') && - _currentActiveTerms.some(t => t.toLowerCase().includes('primary')) && - _currentActiveTerms.some(t => t.toLowerCase() === 'running')) { - return data.filter(guest => ['101', '102', '103'].includes(guest.id)); - } - - // Special case for memory<50 and disk<50 tests - if (searchTerm === 'memory<50') { - return data.filter(guest => ['101', '103'].includes(guest.id)); - } - - if (searchTerm === 'disk<50') { - return data.filter(guest => ['101', '103'].includes(guest.id)); - } - - // Special case for combined filters - if (searchTerm === 'cpu>50,memory>75' || - (activeSearchTerms.length === 2 && - activeSearchTerms.includes('cpu>50') && - activeSearchTerms.includes('memory>75'))) { - return data.filter(guest => ['102', '104', '105'].includes(guest.id)); - } - - if (searchTerm === 'cpu>75,memory>75' || - (activeSearchTerms.length === 2 && - activeSearchTerms.includes('cpu>75') && - activeSearchTerms.includes('memory>75'))) { - return data.filter(guest => ['102', '105'].includes(guest.id)); - } - - // Special case for single character tests - const isSingleCharTest = - (searchTerm?.length === 1 || - (activeSearchTerms.length === 1 && activeSearchTerms[0].length === 1)) && - isInSingleCharTest(); - - if (isSingleCharTest) { - const char = searchTerm || activeSearchTerms[0]; - - // Use the predefined expected results for single character tests - if (char === 'p') { - return data.filter(guest => - ['101', '102', '103', '301', '401', '501', '601', '701'].includes(guest.id) - ); - } else if (char === 's') { - return data.filter(guest => - ['101', '103', '201', '202', '301', '302', '401', '501', '601', '701'].includes(guest.id) - ); - } else if (char === 'c') { - return data.filter(guest => - ['103', '301', '302', '401', '402', '501', '601'].includes(guest.id) - ); - } else if (char === 'v') { - return data.filter(guest => - ['101', '102', '201', '202', '301', '401', '501', '601', '701'].includes(guest.id) - ); - } else if (char === '1') { - return data.filter(guest => - ['101', '102', '103'].includes(guest.id) - ); - } - } - - // Filter by guest type if specified - let filteredData = [...data]; - if (guestTypeFilter !== 'all') { - const isVM = guestTypeFilter === 'vm'; - filteredData = filteredData.filter(guest => - isVM ? guest.type === 'qemu' : guest.type === 'lxc' - ); - } - - // Filter by running status based on showStopped flag - // When showStopped is null, show all systems (no filtering) - // When showStopped is false, show only running systems - // When showStopped is true, show only stopped systems - if (showStopped !== null) { - if (showStopped) { - filteredData = filteredData.filter(guest => guest.status.toLowerCase() !== 'running'); - } else { - filteredData = filteredData.filter(guest => guest.status.toLowerCase() === 'running'); - } - } - - // Apply search terms - if (activeSearchTerms.length > 0 || searchTerm) { - const terms = [...activeSearchTerms]; - if (searchTerm && !terms.includes(searchTerm)) { - terms.push(searchTerm); - } - - if (terms.length > 0) { - // SPECIAL CASE FOR TEST: "Find stopped VMs" - // Check if this is the "vm" + "stopped" test case - const hasVmTerm = terms.some(t => t.toLowerCase() === 'vm'); - const hasStoppedTerm = terms.some(t => t.toLowerCase() === 'stopped'); - - if (hasVmTerm && hasStoppedTerm) { - // Special handling to make sure guest ID 302 is included in results - filteredData = filteredData.filter(guest => { - // Always include test-container with ID 302 in this case - if (guest.id === '302') return true; - - // Normal filtering for other guests - return terms.every(term => { - const termLower = term.toLowerCase().trim(); - if (!termLower) return true; - return matchesTerm(guest, termLower, nodeData, metricsData); - }); - }); - } else { - // Normal case for other searches - filteredData = filteredData.filter(guest => { - // Check each search term - apply AND logic between terms - return terms.every(term => { - // Normalize term - lowercase and trim whitespace from both ends - const termLower = term.toLowerCase().trim(); - - // Empty term matches everything - if (!termLower) return true; - - // Check if this is a spaced metric expression like "cpu > 50" - const spacedExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i; - if (spacedExpressionRegex.test(termLower)) { - // Handle it as a single expression, not as space-separated terms - return matchesTerm(guest, termLower, nodeData, metricsData); - } - - // Handle space-separated terms (for non-metric expressions) - // Apply AND logic for space-separated terms - const spaceTerms = termLower.split(' ').map(t => t.trim()).filter(t => t); - if (spaceTerms.length > 1) { - // For AND search, all terms must match - return spaceTerms.every(spaceTerm => { - return matchesTerm(guest, spaceTerm, nodeData, metricsData); - }); - } - - // Handle OR search with pipe character - if (termLower.includes('|')) { - const orTerms = termLower.split('|').map(t => t.trim()).filter(t => t); - // For OR search, at least one term must match - return orTerms.some(orTerm => { - return matchesTerm(guest, orTerm, nodeData, metricsData); - }); - } - - // Regular term matching (single term) - return matchesTerm(guest, termLower, nodeData, metricsData); - }); - }); - } - } - } - - // Sort the data based on sortConfig - if (sortConfig && sortConfig.key) { - filteredData.sort((a, b) => { - const valueA = a[sortConfig.key] || ''; - const valueB = b[sortConfig.key] || ''; - - if (valueA < valueB) { - return sortConfig.direction === 'asc' ? -1 : 1; - } - if (valueA > valueB) { - return sortConfig.direction === 'asc' ? 1 : -1; - } - return 0; - }); - } - - return filteredData; -}; - -/** - * Function to check if a guest matches a single term - * - * This is the core search function that implements the matching logic: - * 1. Column-specific searches with format "column:value" - * 2. Metric comparisons with operators (>, <, =, etc.) - * 3. Single character searches - match any text containing that character - * 4. Default behavior - simple text search within all searchable fields - * - * Some special case handling exists for column-specific searches: - * - Role column: Special handling for 'p', 's', 'none', 'shared' - * - Type column: Special handling for 'qemu', 'lxc' - */ -function matchesTerm(guest, termLower, nodeData, metricsData) { - // Skip empty terms - if (!termLower) return true; - - // For test compatibility ONLY - we need to keep these for tests to pass - if (typeof window !== 'undefined' && window.__CURRENT_TEST_NAME && window.__CURRENT_TEST_NAME.includes('single character')) { - // Track the current guest for special test case handling - _guestBeingMatched = guest; - - // Check for special test cases first - if (handleSpecialTestCases(guest, termLower)) { - return true; - } - } - - // Get the searchable text for this guest - const searchText = getFullSearchableText(guest, nodeData).toLowerCase(); - - // CASE 6: Single character searches - FIXED - // Search any text containing that character (acting as a prefix for full text search) - if (termLower.length === 1) { - // For numeric single characters, match by ID prefix (keep this behavior) - if (/^\d$/.test(termLower)) { - // Special handling for the "1" character test - if (termLower === '1' && isInSingleCharTest()) { - return ['101', '102', '103'].includes(guest.id); - } - const guestId = extractNumericId(guest.id); - return guestId.startsWith(termLower); - } - - // For single letter characters, match any text containing it - return searchText.includes(termLower); - } - - // Resource keywords (exact matches) - if (['cpu', 'memory', 'mem', 'disk', 'network', 'net'].includes(termLower)) { - // When user types just a resource keyword, show all guests to avoid filtering everything out - // This maintains column highlighting without removing guests from the list - return true; - } - - // Handle column-specific search (value:term) - if (termLower.includes(':')) { - const [prefix, rawValue] = termLower.split(':', 2); - const prefixLower = prefix.trim().toLowerCase(); - const value = (rawValue || '').trim().toLowerCase(); - - // If there's no value after the colon, show all results for valid column types - if (!value) return true; - - // Handle column-specific searches - switch (prefixLower) { - case 'name': - return String(guest.name || '').toLowerCase().includes(value); - case 'id': - return String(guest.id || '').toLowerCase().includes(value); - case 'node': - const nodeId = String(guest.node || '').toLowerCase(); - const nodeName = String(getNodeName(guest.node, nodeData) || '').toLowerCase(); - return nodeId.includes(value) || nodeName.includes(value); - case 'role': - // Keep some special case handling for role column searches - if (value === 'p') { - return guest.shared && guest.primaryNode === guest.node; - } - if (value === 's') { - return guest.shared && guest.primaryNode !== guest.node; - } - if (value === '-' || value === 'none') { - return !guest.shared; - } - if (value === 'shared') { - return !!guest.shared; - } - // Default text search - return searchText.includes(value); - case 'status': - return String(guest.status || '').toLowerCase().includes(value); - case 'type': - // Handle special case type column searches - if (value === 'qemu') { - return guest.type === 'qemu'; - } - if (value === 'lxc') { - return guest.type === 'lxc'; - } - // Simplified type handling for other cases - return searchText.includes(value); - default: - // If it's a metric column, handle numeric comparisons - const metricColumns = ['cpu', 'memory', 'mem', 'disk', 'network', 'net']; - if (metricColumns.includes(prefixLower)) { - const numericValue = parseFloat(value); - if (isNaN(numericValue)) return false; - - // Get the metric value - let metricValue = 0; - if (prefixLower === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage ?? 0; - } else if (prefixLower === 'memory' || prefixLower === 'mem') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent ?? 0; - } else if (prefixLower === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent ?? 0; - } else if (prefixLower === 'network' || prefixLower === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate ?? 0; - const outRate = metricsData?.network?.[guest.id]?.outRate ?? 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - return metricValue >= numericValue; - } - - // Default - search all text - return searchText.includes(value); - } - } - - // Handle metric operators (>, <, >=, <=, =) - const resourceExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)\s*(\d+)$/i; - - // Direct pattern for metric expressions without spaces (e.g., cpu>50) - const directExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)(\d+)$/i; - - // Match expressions with spaced operators (e.g., "cpu > 50") - const spacedExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i; - - // Pattern for incomplete direct expressions (e.g., 'cpu>') - const directIncompleteExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)$/i; - - // Pattern for incomplete expressions with spaces (e.g., 'cpu >') - const incompleteResourceExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)$/i; - - // Pattern for spaced incomplete expressions (e.g., 'cpu > ') - const spacedIncompleteExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)(\s+)?$/i; - - // Check for incomplete expressions (e.g., "cpu>") to maintain column highlighting - if (directIncompleteExpressionRegex.test(termLower) || - incompleteResourceExpressionRegex.test(termLower) || - spacedIncompleteExpressionRegex.test(termLower)) { - // Extract the resource type from the incomplete expression - const resourceMatch = termLower.match(/^(cpu|mem(ory)?|disk|network|net)/i); - if (resourceMatch) { - let resourceType = resourceMatch[1].toLowerCase(); - - // Handle special case for mem -> memory - if (resourceType === 'mem') resourceType = 'memory'; - - // For incomplete expressions, return true only if the guest has data for this resource type - if (resourceType === 'cpu' && metricsData?.cpu?.[guest.id]) { - return true; - } else if (resourceType === 'memory' && metricsData?.memory?.[guest.id]) { - return true; - } else if (resourceType === 'disk' && metricsData?.disk?.[guest.id]) { - return true; - } else if ((resourceType === 'network' || resourceType === 'net') && metricsData?.network?.[guest.id]) { - return true; - } - } - - // If no resource type is matched, match all guests - return true; - } - - // Check for spaced expressions like "cpu > 50" - const spacedMatch = termLower.match(spacedExpressionRegex); - if (spacedMatch) { - let resource = spacedMatch[1].toLowerCase(); - const memoryCapture = spacedMatch[2]; // Capture the optional (ory) part - if (resource === 'mem' || (resource === 'mem' && memoryCapture)) { - resource = 'memory'; - } - - const operator = spacedMatch[3]; - const value = parseFloat(spacedMatch[4]); - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage ?? 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent ?? 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent ?? 0; - } else if (resource === 'network' || resource === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate ?? 0; - const outRate = metricsData?.network?.[guest.id]?.outRate ?? 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - // Apply operator - switch (operator) { - case '>': return metricValue > value; - case '<': return metricValue < value; - case '>=': return metricValue >= value; - case '<=': return metricValue <= value; - case '=': return metricValue === value; - default: return false; - } - } - - // Check for direct expressions like "cpu>50" - const directMatch = termLower.match(directExpressionRegex); - if (directMatch) { - let resource = directMatch[1].toLowerCase(); - const memoryCapture = directMatch[2]; // Capture the optional (ory) part - if (resource === 'mem' || (resource === 'mem' && memoryCapture)) { - resource = 'memory'; - } - - const operator = directMatch[3]; - const value = parseFloat(directMatch[4]); - - // Get the metric value - let metricValue = 0; - - if (resource === 'cpu') { - metricValue = metricsData?.cpu?.[guest.id]?.usage ?? 0; - } else if (resource === 'memory') { - metricValue = metricsData?.memory?.[guest.id]?.usagePercent ?? 0; - } else if (resource === 'disk') { - metricValue = metricsData?.disk?.[guest.id]?.usagePercent ?? 0; - } else if (resource === 'network' || resource === 'net') { - const inRate = metricsData?.network?.[guest.id]?.inRate ?? 0; - const outRate = metricsData?.network?.[guest.id]?.outRate ?? 0; - metricValue = (inRate + outRate) / (1024 * 1024 / 8); // To Mbps - } - - // Apply operator - switch (operator) { - case '>': return metricValue > value; - case '<': return metricValue < value; - case '>=': return metricValue >= value; - case '<=': return metricValue <= value; - case '=': return metricValue === value; - default: return false; - } - } - - // DEFAULT CASE: Simple text search - match anywhere in the searchable text - return searchText.includes(termLower); -} - -/** - * Get the complete searchable text for a guest - * - * Creates a comprehensive string containing all searchable fields: - * - Basic identification (name, ID, status) - * - Type descriptive terms (vm, container, etc.) - * - Node information - * - Role descriptive terms (primary, secondary, none) - * - Tags - * - * This string is used for text matching in the search function. - */ -function getFullSearchableText(guest, nodeData) { - // Include ALL searchable properties - const nodeName = getNodeName(guest.node, nodeData) || guest.node || ''; - - // Build full searchable text by concatenating ALL searchable fields - const searchableFields = []; - - // Add basic identification fields - if (guest.name) searchableFields.push(guest.name); - if (guest.id) searchableFields.push(guest.id); - if (guest.status) searchableFields.push(guest.status); - - // Add VM/CT descriptive terms - if (guest.type === 'qemu') { - searchableFields.push('vm'); - searchableFields.push('virtual'); - searchableFields.push('machine'); - } else if (guest.type === 'lxc') { - searchableFields.push('ct'); - searchableFields.push('container'); - } - - // Add node information - if (nodeName) searchableFields.push(nodeName); - if (guest.node) searchableFields.push(guest.node); - - // Add role descriptive terms - if (guest.shared) { - searchableFields.push('shared'); - searchableFields.push('role'); - - if (guest.primaryNode === guest.node) { - searchableFields.push('primary'); - } else { - searchableFields.push('secondary'); - } - } else { - searchableFields.push('none'); - } - - // Add tags as individual searchable items - if (guest.tags) { - const tags = guest.tags.split(',').map(tag => tag.trim()); - searchableFields.push(...tags); // Add each tag individually - searchableFields.push(guest.tags); // Also add the original string - } - - // Join all fields with spaces and return - const fullSearchText = searchableFields.join(' '); - return fullSearchText; -} \ No newline at end of file diff --git a/frontend/src/utils/tests/regexTest.js b/frontend/src/utils/tests/regexTest.js deleted file mode 100644 index 80f93e09b..000000000 --- a/frontend/src/utils/tests/regexTest.js +++ /dev/null @@ -1,69 +0,0 @@ -#!/usr/bin/env node - -/** - * Simple test for regex patterns - */ - -// Define the regex patterns -const resourceExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s*(>|<|>=|<=|=)\s*(\d+)$/i; -const directExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)(>|<|>=|<=|=)(\d+)$/i; -const spacedExpressionRegex = /^(cpu|mem(ory)?|disk|network|net)\s+([<>]=?|=)\s+(\d+)$/i; - -// Test terms -const testTerms = [ - 'cpu>50', - 'cpu > 50', - 'memory>75', - 'memory > 75', - 'disk>90', - 'disk > 90' -]; - -// Test each term against each regex -console.log('Testing regex patterns:'); -console.log('======================='); - -testTerms.forEach(term => { - console.log(`\nTerm: "${term}"`); - console.log(`- resourceExpressionRegex: ${resourceExpressionRegex.test(term)}`); - console.log(`- directExpressionRegex: ${directExpressionRegex.test(term)}`); - console.log(`- spacedExpressionRegex: ${spacedExpressionRegex.test(term)}`); - - // Show match groups for spacedExpressionRegex - if (spacedExpressionRegex.test(term)) { - const match = term.match(spacedExpressionRegex); - console.log(' spacedExpressionRegex groups:', match); - } -}); - -// Create a mock implementation of the matchesTerm function -function mockMatchesTerm(term) { - console.log(`\nTesting term: "${term}"`); - - // Try matching with spaced regex - const spacedMatch = term.match(spacedExpressionRegex); - if (spacedMatch) { - console.log(`SPACED MATCH FOUND for "${term}"`); - console.log('Match groups:', spacedMatch); - - let resource = spacedMatch[1].toLowerCase(); - if (resource === 'mem') resource = 'memory'; - - const operator = spacedMatch[3]; // Get the operator from the capture group - const value = parseFloat(spacedMatch[4]); - - console.log(`Resource: ${resource}, Operator: ${operator}, Value: ${value}`); - return true; - } - - console.log('No spaced match found'); - return false; -} - -console.log('\n\nTesting mock implementation:'); -console.log('============================'); - -testTerms.forEach(term => { - const result = mockMatchesTerm(term); - console.log(`Result for "${term}": ${result}`); -}); \ No newline at end of file diff --git a/frontend/src/utils/tests/runMetricTests.js b/frontend/src/utils/tests/runMetricTests.js deleted file mode 100644 index e5d04610f..000000000 --- a/frontend/src/utils/tests/runMetricTests.js +++ /dev/null @@ -1,12 +0,0 @@ -#!/usr/bin/env node - -/** - * Runner for metric threshold tests - * This script runs the dedicated metric threshold filtering tests - */ - -import { fileURLToPath } from 'url'; -import { dirname, resolve } from 'path'; -import './metricThresholdTests.js'; - -console.log('Metric threshold filtering tests completed.'); \ No newline at end of file diff --git a/frontend/src/utils/tests/runSystematicSearchTests.js b/frontend/src/utils/tests/runSystematicSearchTests.js deleted file mode 100644 index 9d4fda8f1..000000000 --- a/frontend/src/utils/tests/runSystematicSearchTests.js +++ /dev/null @@ -1,152 +0,0 @@ -/** - * Systematic Search Test Runner - * - * This script runs the comprehensive and systematic search tests, - * allowing for specific test categories to be run or individual terms to be tested. - */ - -import { - runAllTests, - runTestCategory, - testSingleTerm, - generateSearchFeatureMatrix, - diagnoseTerm -} from './systematicSearchTests.js'; - -// Global for test detection -if (typeof window === 'undefined') { - global.__CURRENT_TEST = ''; - global.__CURRENT_TEST_NAME = ''; -} else { - window.__CURRENT_TEST = ''; - window.__CURRENT_TEST_NAME = ''; -} - -// Parse command line arguments -const args = process.argv.slice(2); -const command = args[0]?.toLowerCase(); - -switch (command) { - case 'all': - // Run all tests - console.log('Running all systematic search tests...'); - const results = runAllTests(); - generateSearchFeatureMatrix(); - - // Exit with appropriate code - if (results.failedTests > 0) { - process.exit(1); - } else { - console.log('\n✅ All tests passed successfully!'); - process.exit(0); - } - break; - - case 'category': - // Run tests for a specific category - const categoryName = args[1]; - if (!categoryName) { - console.error('Error: Category name is required'); - console.log('Usage: node runSystematicSearchTests.js category "Category Name"'); - process.exit(1); - } - - console.log(`Running tests for category: "${categoryName}"`); - const categoryResults = runTestCategory(categoryName); - - if (!categoryResults) { - console.error(`Category "${categoryName}" not found`); - process.exit(1); - } - - // Exit with appropriate code - if (categoryResults.failedTests > 0) { - process.exit(1); - } else { - console.log(`\n✅ All tests for category "${categoryName}" passed successfully!`); - process.exit(0); - } - break; - - case 'term': - // Test a single search term - const term = args[1]; - const expectedIds = args[2]?.split(',') || []; - - if (!term) { - console.error('Error: Search term is required'); - console.log('Usage: node runSystematicSearchTests.js term "search term" "id1,id2,id3"'); - process.exit(1); - } - - console.log(`Testing search term: "${term}"`); - const termResult = testSingleTerm(term, expectedIds); - - // Exit with appropriate code - if (!termResult.passed) { - process.exit(1); - } else { - console.log(`\n✅ Search term "${term}" test passed successfully!`); - process.exit(0); - } - break; - - case 'diagnose': - // Diagnose a search term - const termToDiagnose = args[1]; - - if (!termToDiagnose) { - console.error('Error: Search term to diagnose is required'); - console.log('Usage: node runSystematicSearchTests.js diagnose "search term"'); - process.exit(1); - } - - console.log(`Diagnosing search term: "${termToDiagnose}"`); - diagnoseTerm(termToDiagnose); - process.exit(0); - break; - - case 'matrix': - // Generate feature matrix only - console.log('Generating search feature matrix...'); - generateSearchFeatureMatrix(); - process.exit(0); - break; - - default: - // Show usage information - console.log('Systematic Search Test Runner'); - console.log('Usage:'); - console.log(' node runSystematicSearchTests.js all - Run all tests'); - console.log(' node runSystematicSearchTests.js category "Category Name" - Run tests for a specific category'); - console.log(' node runSystematicSearchTests.js term "search term" "id1,id2,id3" - Test a single search term'); - console.log(' node runSystematicSearchTests.js diagnose "search term" - Generate diagnostic report for a term'); - console.log(' node runSystematicSearchTests.js matrix - Generate feature coverage matrix'); - console.log('\nAvailable categories:'); - console.log(' - Basic Text Search'); - console.log(' - ID Search'); - console.log(' - Status Search'); - console.log(' - Type Search'); - console.log(' - Node Search'); - console.log(' - Role Search'); - console.log(' - Metric Search'); - console.log(' - Tag Search'); - console.log(' - Multiple Term Search'); - console.log(' - Edge Cases'); - console.log(' - Combinations & Complex Queries'); - console.log(' - Single Character Searches'); - process.exit(0); -} - -function runTest(testName, searchTerm, expectedIds) { - // Set the current test name so the search function knows which test is running - if (typeof window === 'undefined') { - global.__CURRENT_TEST = testName; - global.__CURRENT_TEST_NAME = testName; - } else { - window.__CURRENT_TEST = testName; - window.__CURRENT_TEST_NAME = testName; - } - - // ... existing code (continue with the test execution) ... -} \ No newline at end of file diff --git a/frontend/src/utils/tests/systematicSearchTests.js b/frontend/src/utils/tests/systematicSearchTests.js deleted file mode 100644 index aad8229f2..000000000 --- a/frontend/src/utils/tests/systematicSearchTests.js +++ /dev/null @@ -1,739 +0,0 @@ -/** - * Systematic Search Functionality Test Suite - * - * This file contains a comprehensive, systematic test suite for verifying the search - * functionality in the NetworkUtils module. It tests every edge case, boundary condition, - * and search pattern to ensure the search functionality behaves as expected. - */ - -import { getSortedAndFilteredData } from './mocks/networkUtils.js'; - -// ============================================================================ -// TEST DATA SETUP - EXPANDED AND COMPREHENSIVE MOCK DATA -// ============================================================================ - -// Deep clone function for test data -function deepClone(obj) { - return JSON.parse(JSON.stringify(obj)); -} - -// Mock node data with realistic node properties -const mockNodeData = [ - { id: 'node-1', name: 'prod-01', status: 'online', ipAddress: '192.168.1.101', cpu: { cores: 16, usage: 0.3 }, memory: { total: 131072, used: 65536 } }, - { id: 'node-2', name: 'prod-02', status: 'online', ipAddress: '192.168.1.102', cpu: { cores: 16, usage: 0.5 }, memory: { total: 131072, used: 98304 } }, - { id: 'node-3', name: 'stage-01', status: 'online', ipAddress: '192.168.1.103', cpu: { cores: 8, usage: 0.2 }, memory: { total: 65536, used: 32768 } }, - { id: 'node-4', name: 'test-01', status: 'offline', ipAddress: '192.168.1.104', cpu: { cores: 4, usage: 0 }, memory: { total: 32768, used: 0 } }, - { id: 'node-5', name: 'dev-01', status: 'online', ipAddress: '192.168.1.105', cpu: { cores: 8, usage: 0.1 }, memory: { total: 32768, used: 8192 } } -]; - -// Mock metrics data with complete CPU, memory, disk, and network metrics -const mockMetricsData = { - cpu: { - '101': { usage: 50, cores: 2 }, - '102': { usage: 75, cores: 4 }, - '103': { usage: 25, cores: 1 }, - '201': { usage: 0, cores: 2 }, - '202': { usage: 0, cores: 1 }, - '301': { usage: 30, cores: 2 }, - '302': { usage: 0, cores: 1 }, - '401': { usage: 90, cores: 8 }, - '402': { usage: 5, cores: 1 }, - '501': { usage: 10, cores: 1 }, - '601': { usage: 0, cores: 2 }, - '701': { usage: 60, cores: 4 } - }, - memory: { - '101': { used: 1024, total: 4096, usagePercent: 25 }, - '102': { used: 6144, total: 8192, usagePercent: 75 }, - '103': { used: 512, total: 1024, usagePercent: 50 }, - '201': { used: 0, total: 4096, usagePercent: 0 }, - '202': { used: 0, total: 2048, usagePercent: 0 }, - '301': { used: 1536, total: 4096, usagePercent: 37.5 }, - '302': { used: 0, total: 1024, usagePercent: 0 }, - '401': { used: 14336, total: 16384, usagePercent: 87.5 }, - '402': { used: 128, total: 1024, usagePercent: 12.5 }, - '501': { used: 256, total: 2048, usagePercent: 12.5 }, - '601': { used: 0, total: 4096, usagePercent: 0 }, - '701': { used: 3072, total: 4096, usagePercent: 75 } - }, - disk: { - '101': { used: 10240, total: 51200, usagePercent: 20 }, - '102': { used: 76800, total: 102400, usagePercent: 75 }, - '103': { used: 2560, total: 5120, usagePercent: 50 }, - '201': { used: 5120, total: 51200, usagePercent: 10 }, - '202': { used: 1024, total: 10240, usagePercent: 10 }, - '301': { used: 15360, total: 51200, usagePercent: 30 }, - '302': { used: 512, total: 5120, usagePercent: 10 }, - '401': { used: 92160, total: 102400, usagePercent: 90 }, - '402': { used: 1024, total: 10240, usagePercent: 10 }, - '501': { used: 2048, total: 20480, usagePercent: 10 }, - '601': { used: 0, total: 51200, usagePercent: 0 }, - '701': { used: 30720, total: 51200, usagePercent: 60 } - }, - network: { - '101': { inRate: 500 * 1024, outRate: 300 * 1024 }, // 500 KB/s in, 300 KB/s out - '102': { inRate: 800 * 1024, outRate: 400 * 1024 }, // 800 KB/s in, 400 KB/s out - '103': { inRate: 200 * 1024, outRate: 100 * 1024 }, // 200 KB/s in, 100 KB/s out - '201': { inRate: 0, outRate: 0 }, // Stopped system - '202': { inRate: 0, outRate: 0 }, // Stopped system - '301': { inRate: 350 * 1024, outRate: 150 * 1024 }, // 350 KB/s in, 150 KB/s out - '302': { inRate: 0, outRate: 0 }, // Stopped system - '401': { inRate: 1000 * 1024, outRate: 500 * 1024 }, // 1000 KB/s in, 500 KB/s out (1 MB/s, 0.5 MB/s) - '402': { inRate: 100 * 1024, outRate: 50 * 1024 }, // 100 KB/s in, 50 KB/s out - '501': { inRate: 75 * 1024, outRate: 30 * 1024 }, // 75 KB/s in, 30 KB/s out - '601': { inRate: 0, outRate: 0 }, // Stopped system - '701': { inRate: 600 * 1024, outRate: 250 * 1024 } // 600 KB/s in, 250 KB/s out - } -}; - -// Mock guest data - expanded with more realistic scenarios -const mockGuests = [ - // ============================================ - // Shared guests - Primary on node-1 - // ============================================ - { - id: '101', - name: 'web-server', - type: 'qemu', - status: 'running', - node: 'node-1', - shared: true, - primaryNode: 'node-1', - description: 'Main web server running NGINX', - tags: 'prod,web,nginx' - }, - { - id: '102', - name: 'database', - type: 'qemu', - status: 'running', - node: 'node-1', - shared: true, - primaryNode: 'node-1', - description: 'Primary PostgreSQL database', - tags: 'prod,db,postgres' - }, - { - id: '103', - name: 'redis-cache', - type: 'lxc', - status: 'running', - node: 'node-1', - shared: true, - primaryNode: 'node-1', - description: 'Redis cache server', - tags: 'prod,cache,redis' - }, - - // ============================================ - // Shared guests - Secondary on node-2 - // ============================================ - { - id: '201', - name: 'web-server', - type: 'qemu', - status: 'stopped', - node: 'node-2', - shared: true, - primaryNode: 'node-1', - description: 'Secondary web server', - tags: 'prod,web,nginx' - }, - { - id: '202', - name: 'database', - type: 'qemu', - status: 'stopped', - node: 'node-2', - shared: true, - primaryNode: 'node-1', - description: 'Secondary PostgreSQL database', - tags: 'prod,db,postgres' - }, - - // ============================================ - // Non-shared guests on node-3 - // ============================================ - { - id: '301', - name: 'app-server', - type: 'qemu', - status: 'running', - node: 'node-3', - description: 'Application server for staging', - tags: 'stage,app' - }, - { - id: '302', - name: 'test-container', - type: 'lxc', - status: 'stopped', - node: 'node-3', - description: 'Test container for staging environments', - tags: 'stage,test' - }, - - // ============================================ - // High resource usage guests (for metric testing) - // ============================================ - { - id: '401', - name: 'heavy-workload-vm', - type: 'qemu', - status: 'running', - node: 'node-5', - description: 'High CPU and memory usage VM', - tags: 'dev,performance' - }, - { - id: '402', - name: 'light-container', - type: 'lxc', - status: 'running', - node: 'node-5', - description: 'Low resource container', - tags: 'dev,light' - }, - - // ============================================ - // Special status guests - // ============================================ - { - id: '501', - name: 'paused-vm', - type: 'qemu', - status: 'paused', - node: 'node-5', - description: 'VM in paused state', - tags: 'dev,paused' - }, - { - id: '601', - name: 'suspended-vm', - type: 'qemu', - status: 'suspended', - node: 'node-4', - description: 'VM in suspended state', - tags: 'test,suspended' - }, - - // ============================================ - // Additional shared guest - Primary on node-2 - // ============================================ - { - id: '701', - name: 'backup-server', - type: 'qemu', - status: 'running', - node: 'node-2', - shared: true, - primaryNode: 'node-2', - description: 'Backup server with primary on node-2', - tags: 'prod,backup' - } -]; - -// ============================================================================ -// TEST UTILITIES -// ============================================================================ - -// Test helper to check if two arrays have the same elements (order doesn't matter) -function arraysHaveSameElements(arr1, arr2) { - if (arr1.length !== arr2.length) return false; - const sortedArr1 = [...arr1].sort(); - const sortedArr2 = [...arr2].sort(); - return JSON.stringify(sortedArr1) === JSON.stringify(sortedArr2); -} - -// Function to actually run the search query -function runSearchQuery(searchTerms, guestData = mockGuests, nodeData = mockNodeData, metricsData = mockMetricsData) { - const terms = Array.isArray(searchTerms) ? searchTerms : [searchTerms]; - - // Run the search with the test terms - const filteredData = getSortedAndFilteredData( - guestData, - { key: 'name', direction: 'asc' }, // Default sort - {}, // No filters - null, // Show all statuses - terms, // Search terms - '', // No active search term - metricsData, - 'all', // Show all guest types - nodeData - ); - - // Extract the IDs from the filtered data for easier comparison - return filteredData.map(guest => guest.id); -} - -// Test a specific search term -function testSearchTerm(term, expectedIds, description = '') { - // Set the current test name for special case handling - if (typeof window !== 'undefined') { - window.__CURRENT_TEST = description || `Testing search term: ${term}`; - window.__CURRENT_TEST_NAME = description || `Testing search term: ${term}`; - } else if (typeof global !== 'undefined') { - global.__CURRENT_TEST = description || `Testing search term: ${term}`; - global.__CURRENT_TEST_NAME = description || `Testing search term: ${term}`; - } - - // Sort expected IDs for consistent comparison - const sortedExpectedIds = [...expectedIds].sort(); - - // Perform the search - const searchResult = runSearchQuery(term); - - // Extract result IDs and sort for comparison - const actualIds = searchResult.sort(); - - // Calculate missing and unexpected IDs - const missingIds = sortedExpectedIds.filter(id => !actualIds.includes(id)); - const unexpectedIds = actualIds.filter(id => !sortedExpectedIds.includes(id)); - - // Determine guest names for diagnostics - const missingGuests = missingIds.map(id => { - const guest = mockGuests.find(g => g.id === id); - return guest ? `${id} (${guest.name})` : id; - }); - - const unexpectedGuests = unexpectedIds.map(id => { - const guest = mockGuests.find(g => g.id === id); - return guest ? `${id} (${guest.name})` : id; - }); - - // Determine if test passed - const passed = arraysHaveSameElements(actualIds, sortedExpectedIds); - - return { - term, - description: description || `Test for term: "${term}"`, - expectedIds, - resultIds: actualIds, - passed - }; -} - -// ============================================================================ -// COMPREHENSIVE TEST SUITE -// ============================================================================ - -// Define test categories with systematic test cases -const testCategories = [ - { - name: "Basic Text Search", - tests: [ - { term: '', expectedIds: ['101', '102', '103', '201', '202', '301', '302', '401', '402', '501', '601', '701'], description: "Empty search returns all guests" }, - { term: 'server', expectedIds: ['101', '201', '301', '701'], description: "Find guests with 'server' in name" }, - { term: 'database', expectedIds: ['102', '202'], description: "Find guests with 'database' in name" }, - { term: 'non-existent', expectedIds: [], description: "Non-matching term returns empty result" }, - { term: 'container', expectedIds: ['103', '302', '402'], description: "Find containers by type/description" }, - { term: 'cache', expectedIds: ['103'], description: "Find by partial word match" } - ] - }, - { - name: "ID Search", - tests: [ - { term: '101', expectedIds: ['101'], description: "Find guest by exact ID" }, - { term: '10', expectedIds: ['101', '102', '103'], description: "Find guests by ID prefix" }, - { term: '999', expectedIds: [], description: "Non-existent ID returns empty result" } - ] - }, - { - name: "Status Search", - tests: [ - { term: 'running', expectedIds: ['101', '102', '103', '301', '401', '402', '701'], description: "Find all running guests" }, - { term: 'stopped', expectedIds: ['201', '202', '302'], description: "Find all stopped guests" }, - { term: 'paused', expectedIds: ['501'], description: "Find all paused guests" }, - { term: 'suspended', expectedIds: ['601'], description: "Find all suspended guests" }, - { term: 'status:running', expectedIds: ['101', '102', '103', '301', '401', '402', '701'], description: "Column-specific search for running status" }, - { term: 'status:paused', expectedIds: ['501'], description: "Column-specific search for paused status" } - ] - }, - { - name: "Type Search", - tests: [ - { term: 'vm', expectedIds: ['101', '102', '201', '202', '301', '401', '501', '601', '701'], description: "Find all VMs by type keyword" }, - { term: 'ct', expectedIds: ['103', '302', '402'], description: "Find all containers by type keyword" }, - { term: 'container', expectedIds: ['103', '302', '402'], description: "Find all containers by full type name" }, - { term: 'type:qemu', expectedIds: ['101', '102', '201', '202', '301', '401', '501', '601', '701'], description: "Column-specific search for QEMU VMs" }, - { term: 'type:lxc', expectedIds: ['103', '302', '402'], description: "Column-specific search for LXC containers" } - ] - }, - { - name: "Node Search", - tests: [ - { term: 'node-1', expectedIds: ['101', '102', '103'], description: "Find guests on node-1" }, - { term: 'prod-01', expectedIds: ['101', '102', '103'], description: "Find guests by node name" }, - { term: 'stage', expectedIds: ['301', '302'], description: "Find guests by partial node name" }, - { term: 'node:node-5', expectedIds: ['401', '402', '501'], description: "Column-specific search for node-5" } - ] - }, - { - name: "Role Search", - tests: [ - { term: 'primary', expectedIds: ['101', '102', '103', '701'], description: "Find all primary guests" }, - { term: 'pri', expectedIds: ['101', '102', '103', '701'], description: "Find all primary guests with abbreviation" }, - { term: 'p', expectedIds: ['101', '102', '103', '301', '401', '501', '601', '701'], description: "Find guests with 'p' in any field (matches primary but also others)" }, - { term: 'secondary', expectedIds: ['201', '202'], description: "Find all secondary guests" }, - { term: 'sec', expectedIds: ['201', '202'], description: "Find all secondary guests with abbreviation" }, - { term: 's', expectedIds: ['101', '103', '201', '202', '301', '302', '401', '501', '601', '701'], description: "Find guests with 's' in any field (matches secondary but also others)" }, - { term: 'shared', expectedIds: ['101', '102', '103', '201', '202', '701'], description: "Find all shared guests" }, - { term: 'role:primary', expectedIds: ['101', '102', '103', '701'], description: "Column-specific search for primary role" }, - { term: 'role:p', expectedIds: ['101', '102', '103', '701'], description: "Column-specific search for primary role with single character" }, - { term: 'role:pri', expectedIds: ['101', '102', '103', '701'], description: "Column-specific search for primary role with abbreviation" }, - { term: 'role:secondary', expectedIds: ['201', '202'], description: "Column-specific search for secondary role" }, - { term: 'role:s', expectedIds: ['201', '202'], description: "Column-specific search for secondary role with single character" }, - { term: 'role:sec', expectedIds: ['201', '202'], description: "Column-specific search for secondary role with abbreviation" }, - { term: 'role:shared', expectedIds: ['101', '102', '103', '201', '202', '701'], description: "Column-specific search for all shared guests" }, - { term: 'role:none', expectedIds: ['301', '302', '401', '402', '501', '601'], description: "Column-specific search for non-shared guests" }, - { term: 'role:-', expectedIds: ['301', '302', '401', '402', '501', '601'], description: "Alternative column-specific search for non-shared guests" } - ] - }, - { - name: "Metric Search", - tests: [ - { term: 'cpu>70', expectedIds: ['102', '401'], description: "Find guests with CPU usage > 70%" }, - { term: 'cpu<30', expectedIds: ['103', '201', '202', '302', '402', '501', '601'], description: "Find guests with CPU usage < 30%" }, - { term: 'memory>70', expectedIds: ['102', '401', '701'], description: "Find guests with memory usage > 70%" }, - { term: 'disk>70', expectedIds: ['102', '401'], description: "Find guests with disk usage > 70%" }, - { term: 'cpu:50', expectedIds: ['101', '102', '401', '701'], description: "Column-specific search for CPU usage >= 50%" }, - { term: 'memory:0', expectedIds: ['101', '102', '103', '201', '202', '301', '302', '401', '402', '501', '601', '701'], description: "Column-specific search for memory usage >= 0%" }, - { term: 'disk=0', expectedIds: ['601'], description: "Find guests with exactly 0% disk usage" }, - { term: 'cpu>=60', expectedIds: ['102', '401', '701'], description: "Find guests with CPU usage >= 60%" }, - { term: 'memory<=25', expectedIds: ['101', '201', '202', '302', '402', '501', '601'], description: "Find guests with memory usage <= 25%" } - ] - }, - { - name: "Tag Search", - tests: [ - { term: 'prod', expectedIds: ['101', '102', '103', '201', '202', '701'], description: "Find guests with prod tag" }, - { term: 'web', expectedIds: ['101', '201'], description: "Find guests with web tag" }, - { term: 'db', expectedIds: ['102', '202'], description: "Find guests with db tag" }, - { term: 'stage', expectedIds: ['301', '302'], description: "Find guests with stage tag" }, - { term: 'dev', expectedIds: ['401', '402', '501'], description: "Find guests with dev tag" } - ] - }, - { - name: "Multiple Term Search", - tests: [ - { term: ['running', 'database'], expectedIds: ['102'], description: "Find running database guests" }, - { term: ['primary', 'lxc'], expectedIds: ['103'], description: "Find primary container guests" }, - { term: ['node-5', 'running'], expectedIds: ['401', '402'], description: "Find running guests on node-5" }, - { term: ['vm', 'stopped'], expectedIds: ['201', '202', '302'], description: "Find stopped VMs" }, - { term: ['prod', 'db', 'primary'], expectedIds: ['102'], description: "Find primary prod db" } - ] - }, - { - name: "Edge Cases", - tests: [ - { term: 'role:', expectedIds: ['101', '102', '103', '201', '202', '301', '302', '401', '402', '501', '601', '701'], description: "Incomplete column search" }, - { term: 'status:', expectedIds: ['101', '102', '103', '201', '202', '301', '302', '401', '402', '501', '601', '701'], description: "Incomplete status column search" }, - { term: 'type:', expectedIds: ['101', '102', '103', '201', '202', '301', '302', '401', '402', '501', '601', '701'], description: "Incomplete type column search" }, - { term: ' ', expectedIds: ['101', '102', '103', '201', '202', '301', '302', '401', '402', '501', '601', '701'], description: "Whitespace search" }, - { term: ' server ', expectedIds: ['101', '201', '301', '701'], description: "Search with extra whitespace" }, - { term: 'SERVER', expectedIds: ['101', '201', '301', '701'], description: "Case insensitive search" } - ] - }, - { - name: "Combinations & Complex Queries", - tests: [ - { term: 'cpu>50 memory>50', expectedIds: ['102', '401', '701'], description: "High CPU and memory usage" }, - { term: 'primary web', expectedIds: ['101'], description: "Primary web server" }, - { term: 'node:node-5 status:running', expectedIds: ['401', '402'], description: "Running guests on node-5" }, - { term: ['role:secondary', 'type:qemu'], expectedIds: ['201', '202'], description: "Secondary VMs" }, - { term: ['prod', 'role:primary', 'running'], expectedIds: ['101', '102', '103'], description: "Running primary prod guests" } - ] - }, - { - name: "Single Character Searches", - tests: [ - { term: 'p', expectedIds: ['101', '102', '103', '301', '401', '501', '601', '701'], description: "Find guests with 'p' in any field" }, - { term: 's', expectedIds: ['101', '103', '201', '202', '301', '302', '401', '501', '601', '701'], description: "Find guests with 's' in any field" }, - { term: 'c', expectedIds: ['103', '301', '302', '401', '402', '501', '601'], description: "Find guests with 'c' in any field" }, - { term: 'v', expectedIds: ['101', '102', '201', '202', '301', '401', '501', '601', '701'], description: "Find guests with 'v' in any field" }, - { term: '1', expectedIds: ['101', '102', '103'], description: "Find guests with '1' in any field" } - ] - } -]; - -// ============================================================================ -// TEST RUNNER FUNCTIONS -// ============================================================================ - -// Run all tests and generate report -function runAllTests() { - console.log('===== SEARCH FUNCTIONALITY COMPREHENSIVE TEST SUITE ====='); - - let totalTests = 0; - let passedTests = 0; - let failedTests = 0; - const failedTestDetails = []; - - // Run each test category - testCategories.forEach(category => { - console.log(`\n----- ${category.name} Tests -----`); - - category.tests.forEach(test => { - process.stdout.write(`Testing: ${test.description}... `); - - // Run the test - const result = testSearchTerm(test.term, test.expectedIds, test.description); - totalTests++; - - if (result.passed) { - console.log('✅ PASSED'); - passedTests++; - } else { - console.log('❌ FAILED'); - failedTests++; - failedTestDetails.push(result); - } - }); - }); - - // Print summary - console.log('\n===== TEST SUMMARY ====='); - console.log(`Total Tests: ${totalTests}`); - console.log(`Passed: ${passedTests}`); - console.log(`Failed: ${failedTests}`); - - // Print failed test details - if (failedTests > 0) { - console.log('\n===== FAILED TESTS DETAILS ====='); - failedTestDetails.forEach(test => { - console.log(`\n❌ Failed: ${test.description}`); - console.log(` Search Term: "${typeof test.term === 'string' ? test.term : JSON.stringify(test.term)}"`); - console.log(` Expected IDs: ${JSON.stringify(test.expectedIds)}`); - console.log(` Actual IDs: ${JSON.stringify(test.resultIds)}`); - - // Show differences - const missing = test.expectedIds.filter(id => !test.resultIds.includes(id)); - const unexpected = test.resultIds.filter(id => !test.expectedIds.includes(id)); - - if (missing.length > 0) { - console.log(` Missing (expected but not found): ${JSON.stringify(missing)}`); - } - - if (unexpected.length > 0) { - console.log(` Unexpected (found but not expected): ${JSON.stringify(unexpected)}`); - } - - // Show affected guests by name for easier debugging - if (missing.length > 0) { - const missingGuests = missing.map(id => { - const guest = mockGuests.find(g => g.id === id); - return guest ? `${id} (${guest.name})` : id; - }); - console.log(` Missing guests: ${missingGuests.join(', ')}`); - } - - if (unexpected.length > 0) { - const unexpectedGuests = unexpected.map(id => { - const guest = mockGuests.find(g => g.id === id); - return guest ? `${id} (${guest.name})` : id; - }); - console.log(` Unexpected guests: ${unexpectedGuests.join(', ')}`); - } - }); - } - - return { - totalTests, - passedTests, - failedTests, - failedTestDetails - }; -} - -// Run a specific test category -function runTestCategory(categoryName) { - const category = testCategories.find(c => c.name === categoryName); - if (!category) { - console.log(`Category "${categoryName}" not found`); - return null; - } - - console.log(`\n===== Running Tests for Category: ${category.name} =====`); - - let passedTests = 0; - let failedTests = 0; - - category.tests.forEach(test => { - process.stdout.write(`Testing: ${test.description}... `); - - // Run the test - const result = testSearchTerm(test.term, test.expectedIds, test.description); - - if (result.passed) { - console.log('✅ PASSED'); - passedTests++; - } else { - console.log('❌ FAILED'); - console.log(` Expected: ${JSON.stringify(result.expectedIds)}`); - console.log(` Actual: ${JSON.stringify(result.resultIds)}`); - failedTests++; - } - }); - - console.log(`\n----- ${category.name} Results -----`); - console.log(`Tests: ${category.tests.length}, Passed: ${passedTests}, Failed: ${failedTests}`); - - return { - categoryName: category.name, - totalTests: category.tests.length, - passedTests, - failedTests - }; -} - -// Test a single search term directly -function testSingleTerm(term, expectedIds) { - console.log(`\n----- TESTING SINGLE TERM: "${term}" -----`); - - // Run the test - const resultIds = runSearchQuery(term); - - // Check if the result matches the expected result - const passed = arraysHaveSameElements(resultIds, expectedIds); - - // Detailed output of results - console.log(`\nSearch results for "${term}":`); - console.log(` Expected IDs: ${JSON.stringify(expectedIds)}`); - console.log(` Actual IDs: ${JSON.stringify(resultIds)}`); - console.log(` Result: ${passed ? '✅ PASSED' : '❌ FAILED'}`); - - if (!passed) { - console.log('\nDetailed comparison:'); - - // Show which expected IDs are missing from results - const missingIds = expectedIds.filter(id => !resultIds.includes(id)); - if (missingIds.length > 0) { - console.log(` Missing IDs (expected but not found): ${JSON.stringify(missingIds)}`); - } - - // Show which result IDs are unexpected - const unexpectedIds = resultIds.filter(id => !expectedIds.includes(id)); - if (unexpectedIds.length > 0) { - console.log(` Unexpected IDs (found but not expected): ${JSON.stringify(unexpectedIds)}`); - } - } - - return { - term, - expectedIds, - resultIds, - passed - }; -} - -// Generate a report of all search features -function generateSearchFeatureMatrix() { - console.log('\n===== SEARCH FEATURE MATRIX ====='); - - const features = [ - { name: 'Basic Text Search', example: '"server", "database"', tests: testCategories.find(c => c.name === 'Basic Text Search').tests.length }, - { name: 'ID Search', example: '"101", "10"', tests: testCategories.find(c => c.name === 'ID Search').tests.length }, - { name: 'Status Search', example: '"running", "status:stopped"', tests: testCategories.find(c => c.name === 'Status Search').tests.length }, - { name: 'Type Search', example: '"vm", "type:lxc"', tests: testCategories.find(c => c.name === 'Type Search').tests.length }, - { name: 'Node Search', example: '"node-1", "node:node-5"', tests: testCategories.find(c => c.name === 'Node Search').tests.length }, - { name: 'Role Search', example: '"primary", "role:secondary"', tests: testCategories.find(c => c.name === 'Role Search').tests.length }, - { name: 'Metric Search', example: '"cpu>70", "memory:50"', tests: testCategories.find(c => c.name === 'Metric Search').tests.length }, - { name: 'Tag Search', example: '"prod", "web"', tests: testCategories.find(c => c.name === 'Tag Search').tests.length }, - { name: 'Multiple Term Search', example: '["running", "database"]', tests: testCategories.find(c => c.name === 'Multiple Term Search').tests.length }, - { name: 'Edge Cases', example: '"role:", " server "', tests: testCategories.find(c => c.name === 'Edge Cases').tests.length }, - { name: 'Complex Queries', example: '"cpu>50 memory>50"', tests: testCategories.find(c => c.name === 'Combinations & Complex Queries').tests.length }, - { name: 'Single Character Searches', example: '"p", "s"', tests: testCategories.find(c => c.name === 'Single Character Searches').tests.length } - ]; - - console.log('Feature | Examples | Test Count'); - console.log('--------|----------|----------'); - features.forEach(feature => { - console.log(`${feature.name} | ${feature.example} | ${feature.tests}`); - }); - - const totalTests = features.reduce((sum, feature) => sum + feature.tests, 0); - console.log(`\nTotal Test Coverage: ${totalTests} tests across ${features.length} feature categories`); -} - -// ============================================================================ -// DIAGNOSTIC FUNCTIONS -// ============================================================================ - -// Generate a diagnostic report for a failing search term -function diagnoseTerm(term) { - console.log(`\n===== DIAGNOSTIC REPORT FOR TERM: "${term}" =====`); - - // Run the search - const resultIds = runSearchQuery(term); - - // Show which guests matched and which didn't - console.log('\nResults:'); - console.log(` ${resultIds.length} guests matched the search term "${term}"`); - - if (resultIds.length > 0) { - console.log('\nMatching guests:'); - resultIds.forEach(id => { - const guest = mockGuests.find(g => g.id === id); - if (guest) { - console.log(` ${id}: ${guest.name} (${guest.type}, ${guest.status}, node=${guest.node})`); - - // Print more detailed properties for this guest - const isShared = guest.shared || false; - const isPrimary = isShared && guest.primaryNode === guest.node; - console.log(` - Shared: ${isShared}, Primary: ${isPrimary}`); - console.log(` - Description: ${guest.description || 'N/A'}`); - console.log(` - Tags: ${guest.tags || 'N/A'}`); - } - }); - } else { - console.log(' No guests matched this search term'); - } - - // Show which guests didn't match - const nonMatchingIds = mockGuests.map(g => g.id).filter(id => !resultIds.includes(id)); - - console.log('\nNon-matching guests:'); - if (nonMatchingIds.length > 0) { - nonMatchingIds.forEach(id => { - const guest = mockGuests.find(g => g.id === id); - if (guest) { - console.log(` ${id}: ${guest.name} (${guest.type}, ${guest.status}, node=${guest.node})`); - } - }); - } else { - console.log(' All guests matched this search term'); - } - - return { - term, - matchingIds: resultIds, - nonMatchingIds - }; -} - -// ============================================================================ -// MODULE EXPORTS AND DIRECT EXECUTION -// ============================================================================ - -// Export functions for programmatic use -export { - runAllTests, - runTestCategory, - testSingleTerm, - testSearchTerm, - generateSearchFeatureMatrix, - diagnoseTerm -}; - -// Run the tests when this file is executed directly -if (typeof require !== 'undefined' && require.main === module) { - const results = runAllTests(); - generateSearchFeatureMatrix(); - - // Return exit code based on test results - if (results.failedTests > 0) { - process.exit(1); - } else { - process.exit(0); - } -} \ No newline at end of file diff --git a/frontend/src/utils/version.js b/frontend/src/utils/version.js deleted file mode 100644 index 879209537..000000000 --- a/frontend/src/utils/version.js +++ /dev/null @@ -1,4 +0,0 @@ -// This file contains the version information for the application -// It is automatically updated when a new release is created - -export const VERSION = '1.6.4'; diff --git a/frontend/vite.config.js b/frontend/vite.config.js deleted file mode 100644 index 5859d8ca1..000000000 --- a/frontend/vite.config.js +++ /dev/null @@ -1,85 +0,0 @@ -import { defineConfig } from 'vite'; -import react from '@vitejs/plugin-react'; - -// https://vitejs.dev/config/ -export default defineConfig({ - plugins: [react()], - server: { - host: '0.0.0.0', - port: 3000, // Use port 3000 for the frontend - strictPort: true, // This will make Vite fail instead of trying another port - proxy: { - // Proxy WebSocket connections to the real backend - '/socket.io': { - target: process.env.VITE_API_URL || 'http://localhost:7654', // Proxy to the backend on 7654 during development - ws: true, - changeOrigin: true, - secure: false, - rewrite: (path) => path, - onError: (err, req, res) => { - // Distinguish between normal disconnects and actual errors - if (err.code === 'ECONNRESET' || err.code === 'EPIPE') { - console.log(`WebSocket client disconnect (${err.code}) - normal during page navigation`); - } else { - console.error('WebSocket proxy error:', err); - } - }, - configure: (proxy, _options) => { - // Increase timeout values for Docker environments - proxy.options.timeout = 60000; // 60 seconds - proxy.options.proxyTimeout = 60000; // 60 seconds - - // Handle WebSocket-specific errors - proxy.on('proxyReqWs', (proxyReq, req, socket, options, head) => { - console.log('WebSocket proxy request:', req.url); - socket.on('error', (err) => { - if (err.code === 'ECONNRESET' || err.code === 'EPIPE') { - console.log(`WebSocket socket error (${err.code}) - normal during page navigation`); - } else { - console.error('WebSocket socket error:', err); - } - }); - }); - - proxy.on('error', (err, _req, _res) => { - // Distinguish between normal disconnects and actual errors - if (err.code === 'ECONNRESET' || err.code === 'EPIPE') { - console.log(`WebSocket proxy disconnect (${err.code}) - normal during page navigation`); - } else { - console.error('Proxy error:', err); - } - }); - proxy.on('proxyReq', (proxyReq, req, _res) => { - console.log('Proxy request:', req.method, req.url); - }); - proxy.on('proxyRes', (proxyRes, req, _res) => { - console.log('Proxy response:', proxyRes.statusCode, req.url); - }); - } - }, - // Proxy API requests to the real backend - '/api': { - target: process.env.VITE_API_URL || 'http://localhost:7654', // Proxy to the backend on 7654 during development - changeOrigin: true, - configure: (proxy, _options) => { - // Increase timeout values for Docker environments - proxy.options.timeout = 60000; // 60 seconds - proxy.options.proxyTimeout = 60000; // 60 seconds - } - } - }, - }, - build: { - outDir: 'dist', - emptyOutDir: true, - }, - // Define environment variables that will be available in the frontend code - define: { - // Stringify the values to ensure they're treated as strings in the frontend - 'import.meta.env.VITE_API_URL': JSON.stringify(process.env.VITE_API_URL || ''), - 'import.meta.env.DOCKER_CONTAINER': JSON.stringify(process.env.DOCKER_CONTAINER || ''), - 'import.meta.env.DEV': JSON.stringify(process.env.NODE_ENV === 'development' || true), - 'import.meta.env.VITE_USE_MOCK_DATA': JSON.stringify(process.env.USE_MOCK_DATA || 'false'), - 'import.meta.env.VITE_MOCK_DATA_ENABLED': JSON.stringify(process.env.MOCK_DATA_ENABLED || 'false'), - } -}); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index a539a9bf9..8d921f8c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,1760 +1,50 @@ { - "name": "pulse", - "version": "1.6.4", + "name": "proxmox-simplified", + "version": "1.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "pulse", - "version": "1.6.4", - "license": "MIT", + "name": "proxmox-simplified", + "version": "1.0.0", "dependencies": { - "@types/express": "^5.0.0", - "@types/node": "^22.13.5", - "@types/socket.io": "^3.0.2", - "@types/uuid": "^10.0.0", - "axios": "^1.8.3", - "cors": "^2.8.5", - "dotenv": "^16.4.7", - "express": "^4.21.2", - "node-fetch": "^3.3.2", - "socket.io": "^4.8.1", - "socket.io-client": "^4.8.1", - "ts-node": "^10.9.2", - "typescript": "^5.7.3", - "uuid": "^11.1.0", - "winston": "^3.17.0" + "dotenv": "^16.0.0" }, "devDependencies": { - "@babel/plugin-transform-modules-commonjs": "^7.26.3", - "@babel/preset-env": "^7.26.9", - "@babel/register": "^7.25.9", - "@types/cors": "^2.8.17", - "concurrently": "^9.1.2", - "nodemon": "^3.1.9", - "ts-node-dev": "^2.0.0" - }, - "engines": { - "node": ">=20.0.0" + "tailwindcss": "^3.4.17" } }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "license": "Apache-2.0", - "peer": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@ampproject/remapping/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.26.2", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", - "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-validator-identifier": "^7.25.9", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.26.8", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.8.tgz", - "integrity": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==", + "node_modules/@alloc/quick-lru": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", + "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", "dev": true, "license": "MIT", "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.10.tgz", - "integrity": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.10", - "@babel/helper-compilation-targets": "^7.26.5", - "@babel/helper-module-transforms": "^7.26.0", - "@babel/helpers": "^7.26.10", - "@babel/parser": "^7.26.10", - "@babel/template": "^7.26.9", - "@babel/traverse": "^7.26.10", - "@babel/types": "^7.26.10", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" + "node": ">=10" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/@babel/core/node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@babel/core/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==", - "dev": true, - "license": "MIT", - "peer": true - }, - "node_modules/@babel/core/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dev": true, "license": "ISC", - "peer": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/generator": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.10.tgz", - "integrity": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==", - "dev": true, - "license": "MIT", "dependencies": { - "@babel/parser": "^7.26.10", - "@babel/types": "^7.26.10", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^3.0.2" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/generator/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@babel/helper-annotate-as-pure": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", - "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.26.5.tgz", - "integrity": "sha512-IXuyn5EkouFJscIDuFF5EsiSolseme1s0CZB+QxVugqJLYmKdxI1VfIBOst0SUu4rnk2Z7kqTwmoO1lp3HIfnA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.26.5", - "@babel/helper-validator-option": "^7.25.9", - "browserslist": "^4.24.0", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.26.9.tgz", - "integrity": "sha512-ubbUqCofvxPRurw5L8WTsCLSkQiVpov4Qx0WMA+jUN+nXBK8ADPlJO1grkFw5CWKC5+sZSOfuGMdX1aI1iT9Sg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/helper-replace-supers": "^7.26.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/traverse": "^7.26.9", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.26.3.tgz", - "integrity": "sha512-G7ZRb40uUgdKOQqPLjfD12ZmGA54PzqDFUv2BKImnC9QIfGhIHKvVML0oN8IUiDq4iRqpq74ABpvOaerfWdong==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "regexpu-core": "^6.2.0", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/helper-define-polyfill-provider": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", - "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-compilation-targets": "^7.22.6", - "@babel/helper-plugin-utils": "^7.22.5", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/helper-define-polyfill-provider/node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@babel/helper-define-polyfill-provider/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==", - "dev": true, - "license": "MIT" - }, - "node_modules/@babel/helper-member-expression-to-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", - "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", - "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", - "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-optimise-call-expression": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", - "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.26.5.tgz", - "integrity": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-remap-async-to-generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", - "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-wrap-function": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-replace-supers": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.26.5.tgz", - "integrity": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-member-expression-to-functions": "^7.25.9", - "@babel/helper-optimise-call-expression": "^7.25.9", - "@babel/traverse": "^7.26.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", - "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", - "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", - "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", - "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-wrap-function": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", - "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/template": "^7.25.9", - "@babel/traverse": "^7.25.9", - "@babel/types": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.10.tgz", - "integrity": "sha512-UPYc3SauzZ3JGgj87GgZ89JVdC5dj0AoetR5Bw6wj4niittNyFh6+eOGonYvJ1ao6B8lEa3Q3klS7ADZ53bc5g==", - "dev": true, - "license": "MIT", - "peer": true, - "dependencies": { - "@babel/template": "^7.26.9", - "@babel/types": "^7.26.10" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/parser": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.10.tgz", - "integrity": "sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/types": "^7.26.10" - }, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", - "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", - "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", - "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", - "@babel/plugin-transform-optional-chaining": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.13.0" - } - }, - "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", - "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-proposal-private-property-in-object": { - "version": "7.21.0-placeholder-for-preset-env.2", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", - "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", - "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", - "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-unicode-sets-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", - "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-arrow-functions": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", - "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.26.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.26.8.tgz", - "integrity": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.26.5", - "@babel/helper-remap-async-to-generator": "^7.25.9", - "@babel/traverse": "^7.26.8" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-async-to-generator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", - "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-imports": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-remap-async-to-generator": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoped-functions": { - "version": "7.26.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.26.5.tgz", - "integrity": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.26.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-block-scoping": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", - "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", - "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-class-static-block": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", - "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.12.0" - } - }, - "node_modules/@babel/plugin-transform-classes": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", - "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9", - "@babel/traverse": "^7.25.9", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-computed-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", - "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/template": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-destructuring": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", - "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-dotall-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", - "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-keys": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", - "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", - "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-dynamic-import": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", - "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-exponentiation-operator": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.26.3.tgz", - "integrity": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-export-namespace-from": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", - "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-for-of": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.26.9.tgz", - "integrity": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.26.5", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-function-name": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", - "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-json-strings": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", - "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", - "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-logical-assignment-operators": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", - "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-member-expression-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", - "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-amd": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", - "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-commonjs": { - "version": "7.26.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.26.3.tgz", - "integrity": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.26.0", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-systemjs": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", - "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9", - "@babel/traverse": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-modules-umd": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", - "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-module-transforms": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", - "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-new-target": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", - "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { - "version": "7.26.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.26.6.tgz", - "integrity": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.26.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-numeric-separator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", - "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-rest-spread": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", - "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-compilation-targets": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/plugin-transform-parameters": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-object-super": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", - "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-replace-supers": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-catch-binding": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", - "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-optional-chaining": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", - "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-parameters": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", - "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", - "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-private-property-in-object": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", - "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-annotate-as-pure": "^7.25.9", - "@babel/helper-create-class-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-property-literals": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", - "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regenerator": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", - "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "regenerator-transform": "^0.15.2" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-regexp-modifiers": { - "version": "7.26.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", - "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/plugin-transform-reserved-words": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", - "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-shorthand-properties": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", - "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-spread": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", - "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-sticky-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", - "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-template-literals": { - "version": "7.26.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.26.8.tgz", - "integrity": "sha512-OmGDL5/J0CJPJZTHZbi2XpO0tyT2Ia7fzpW5GURwdtp2X3fMmN8au/ej6peC/T33/+CRiIpA8Krse8hFGVmT5Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.26.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-typeof-symbol": { - "version": "7.26.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.26.7.tgz", - "integrity": "sha512-jfoTXXZTgGg36BmhqT3cAYK5qkmqvJpvNrPhaK/52Vgjhw4Rq29s9UqpWWV0D6yuRmgiFH/BUVlkl96zJWqnaw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.26.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-escapes": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", - "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-property-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", - "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", - "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", - "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.25.9", - "@babel/helper-plugin-utils": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/preset-env": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.9.tgz", - "integrity": "sha512-vX3qPGE8sEKEAZCWk05k3cpTAE3/nOYca++JA+Rd0z2NCNzabmYvEiSShKzm10zdquOIAVXsy2Ei/DTW34KlKQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.26.8", - "@babel/helper-compilation-targets": "^7.26.5", - "@babel/helper-plugin-utils": "^7.26.5", - "@babel/helper-validator-option": "^7.25.9", - "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", - "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", - "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", - "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", - "@babel/plugin-syntax-import-assertions": "^7.26.0", - "@babel/plugin-syntax-import-attributes": "^7.26.0", - "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", - "@babel/plugin-transform-arrow-functions": "^7.25.9", - "@babel/plugin-transform-async-generator-functions": "^7.26.8", - "@babel/plugin-transform-async-to-generator": "^7.25.9", - "@babel/plugin-transform-block-scoped-functions": "^7.26.5", - "@babel/plugin-transform-block-scoping": "^7.25.9", - "@babel/plugin-transform-class-properties": "^7.25.9", - "@babel/plugin-transform-class-static-block": "^7.26.0", - "@babel/plugin-transform-classes": "^7.25.9", - "@babel/plugin-transform-computed-properties": "^7.25.9", - "@babel/plugin-transform-destructuring": "^7.25.9", - "@babel/plugin-transform-dotall-regex": "^7.25.9", - "@babel/plugin-transform-duplicate-keys": "^7.25.9", - "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", - "@babel/plugin-transform-dynamic-import": "^7.25.9", - "@babel/plugin-transform-exponentiation-operator": "^7.26.3", - "@babel/plugin-transform-export-namespace-from": "^7.25.9", - "@babel/plugin-transform-for-of": "^7.26.9", - "@babel/plugin-transform-function-name": "^7.25.9", - "@babel/plugin-transform-json-strings": "^7.25.9", - "@babel/plugin-transform-literals": "^7.25.9", - "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", - "@babel/plugin-transform-member-expression-literals": "^7.25.9", - "@babel/plugin-transform-modules-amd": "^7.25.9", - "@babel/plugin-transform-modules-commonjs": "^7.26.3", - "@babel/plugin-transform-modules-systemjs": "^7.25.9", - "@babel/plugin-transform-modules-umd": "^7.25.9", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", - "@babel/plugin-transform-new-target": "^7.25.9", - "@babel/plugin-transform-nullish-coalescing-operator": "^7.26.6", - "@babel/plugin-transform-numeric-separator": "^7.25.9", - "@babel/plugin-transform-object-rest-spread": "^7.25.9", - "@babel/plugin-transform-object-super": "^7.25.9", - "@babel/plugin-transform-optional-catch-binding": "^7.25.9", - "@babel/plugin-transform-optional-chaining": "^7.25.9", - "@babel/plugin-transform-parameters": "^7.25.9", - "@babel/plugin-transform-private-methods": "^7.25.9", - "@babel/plugin-transform-private-property-in-object": "^7.25.9", - "@babel/plugin-transform-property-literals": "^7.25.9", - "@babel/plugin-transform-regenerator": "^7.25.9", - "@babel/plugin-transform-regexp-modifiers": "^7.26.0", - "@babel/plugin-transform-reserved-words": "^7.25.9", - "@babel/plugin-transform-shorthand-properties": "^7.25.9", - "@babel/plugin-transform-spread": "^7.25.9", - "@babel/plugin-transform-sticky-regex": "^7.25.9", - "@babel/plugin-transform-template-literals": "^7.26.8", - "@babel/plugin-transform-typeof-symbol": "^7.26.7", - "@babel/plugin-transform-unicode-escapes": "^7.25.9", - "@babel/plugin-transform-unicode-property-regex": "^7.25.9", - "@babel/plugin-transform-unicode-regex": "^7.25.9", - "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", - "@babel/preset-modules": "0.1.6-no-external-plugins", - "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.11.0", - "babel-plugin-polyfill-regenerator": "^0.6.1", - "core-js-compat": "^3.40.0", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/preset-env/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/@babel/preset-modules": { - "version": "0.1.6-no-external-plugins", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", - "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/@babel/register": { - "version": "7.25.9", - "resolved": "https://registry.npmjs.org/@babel/register/-/register-7.25.9.tgz", - "integrity": "sha512-8D43jXtGsYmEeDvm4MWHYUpWf8iiXgWYx3fW7E7Wb7Oe6FWqJPl5K6TuFW0dOwNZzEE5rjlaSJYH9JjrUKJszA==", - "dev": true, - "license": "MIT", - "dependencies": { - "clone-deep": "^4.0.1", - "find-cache-dir": "^2.0.0", - "make-dir": "^2.1.0", - "pirates": "^4.0.6", - "source-map-support": "^0.5.16" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/runtime": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.10.tgz", - "integrity": "sha512-2WJMeRQPHKSPemqk/awGrAiuFfzBmOIPXKizAsVhWH9YJqLZ0H+HS4c8loHGgW6utJ3E/ejXQUsiGaQy2NZ9Fw==", - "dev": true, - "license": "MIT", - "dependencies": { - "regenerator-runtime": "^0.14.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/template": { - "version": "7.26.9", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz", - "integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/parser": "^7.26.9", - "@babel/types": "^7.26.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.10.tgz", - "integrity": "sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/code-frame": "^7.26.2", - "@babel/generator": "^7.26.10", - "@babel/parser": "^7.26.10", - "@babel/template": "^7.26.9", - "@babel/types": "^7.26.10", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse/node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/@babel/traverse/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==", - "dev": true, - "license": "MIT" - }, - "node_modules/@babel/types": { - "version": "7.26.10", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz", - "integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-string-parser": "^7.25.9", - "@babel/helper-validator-identifier": "^7.25.9" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@colors/colors": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.6.0.tgz", - "integrity": "sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==", - "license": "MIT", - "engines": { - "node": ">=0.1.90" - } - }, - "node_modules/@cspotcode/source-map-support": { - "version": "0.8.1", - "resolved": "https://registry.npmjs.org/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz", - "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==", - "license": "MIT", - "dependencies": { - "@jridgewell/trace-mapping": "0.3.9" + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" }, "engines": { "node": ">=12" } }, - "node_modules/@dabh/diagnostics": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@dabh/diagnostics/-/diagnostics-2.0.3.tgz", - "integrity": "sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==", - "license": "MIT", - "dependencies": { - "colorspace": "1.1.x", - "enabled": "2.0.x", - "kuler": "^2.0.0" - } - }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.8", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.8.tgz", @@ -1770,21 +60,11 @@ "node": ">=6.0.0" } }, - "node_modules/@jridgewell/gen-mapping/node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, "node_modules/@jridgewell/resolve-uri": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, "license": "MIT", "engines": { "node": ">=6.0.0" @@ -1804,253 +84,102 @@ "version": "1.5.0", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true, "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.9", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz", - "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==", - "license": "MIT", - "dependencies": { - "@jridgewell/resolve-uri": "^3.0.3", - "@jridgewell/sourcemap-codec": "^1.4.10" - } - }, - "node_modules/@socket.io/component-emitter": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", - "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", - "license": "MIT" - }, - "node_modules/@tsconfig/node10": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node10/-/node10-1.0.11.tgz", - "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==", - "license": "MIT" - }, - "node_modules/@tsconfig/node12": { - "version": "1.0.11", - "resolved": "https://registry.npmjs.org/@tsconfig/node12/-/node12-1.0.11.tgz", - "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==", - "license": "MIT" - }, - "node_modules/@tsconfig/node14": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/@tsconfig/node14/-/node14-1.0.3.tgz", - "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==", - "license": "MIT" - }, - "node_modules/@tsconfig/node16": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/@tsconfig/node16/-/node16-1.0.4.tgz", - "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==", - "license": "MIT" - }, - "node_modules/@types/body-parser": { - "version": "1.19.5", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", - "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", - "license": "MIT", - "dependencies": { - "@types/connect": "*", - "@types/node": "*" - } - }, - "node_modules/@types/connect": { - "version": "3.4.38", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", - "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/cors": { - "version": "2.8.17", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", - "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", - "license": "MIT", - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/express": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/@types/express/-/express-5.0.0.tgz", - "integrity": "sha512-DvZriSMehGHL1ZNLzi6MidnsDhUZM/x2pRdDIKdwbUNqqwHxMlRdkxtn6/EPKyqKpHqTl/4nRZsRNLpZxZRpPQ==", - "license": "MIT", - "dependencies": { - "@types/body-parser": "*", - "@types/express-serve-static-core": "^5.0.0", - "@types/qs": "*", - "@types/serve-static": "*" - } - }, - "node_modules/@types/express-serve-static-core": { - "version": "5.0.6", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-5.0.6.tgz", - "integrity": "sha512-3xhRnjJPkULekpSzgtoNYYcTWgEZkp4myc+Saevii5JPnHNvHMRlBSHDbs7Bh1iPPoVTERHEZXyhyLbMEsExsA==", - "license": "MIT", - "dependencies": { - "@types/node": "*", - "@types/qs": "*", - "@types/range-parser": "*", - "@types/send": "*" - } - }, - "node_modules/@types/http-errors": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", - "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", - "license": "MIT" - }, - "node_modules/@types/mime": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", - "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", - "license": "MIT" - }, - "node_modules/@types/node": { - "version": "22.13.10", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz", - "integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==", - "license": "MIT", - "dependencies": { - "undici-types": "~6.20.0" - } - }, - "node_modules/@types/qs": { - "version": "6.9.18", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.18.tgz", - "integrity": "sha512-kK7dgTYDyGqS+e2Q4aK9X3D7q234CIZ1Bv0q/7Z5IwRDoADNU81xXJK/YVyLbLTZCoIwUoDoffFeF+p/eIklAA==", - "license": "MIT" - }, - "node_modules/@types/range-parser": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", - "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", - "license": "MIT" - }, - "node_modules/@types/send": { - "version": "0.17.4", - "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", - "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", - "license": "MIT", - "dependencies": { - "@types/mime": "^1", - "@types/node": "*" - } - }, - "node_modules/@types/serve-static": { - "version": "1.15.7", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", - "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", - "license": "MIT", - "dependencies": { - "@types/http-errors": "*", - "@types/node": "*", - "@types/send": "*" - } - }, - "node_modules/@types/socket.io": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@types/socket.io/-/socket.io-3.0.2.tgz", - "integrity": "sha512-pu0sN9m5VjCxBZVK8hW37ZcMe8rjn4HHggBN5CbaRTvFwv5jOmuIRZEuddsBPa9Th0ts0SIo3Niukq+95cMBbQ==", - "deprecated": "This is a stub types definition. socket.io provides its own type definitions, so you do not need this installed.", - "license": "MIT", - "dependencies": { - "socket.io": "*" - } - }, - "node_modules/@types/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@types/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-xevGOReSYGM7g/kUBZzPqCrR/KYAo+F0yiPc85WFTJa0MSLtyFTVTU6cJu/aV4mid7IffDIWqo69THF2o4JiEQ==", + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", "dev": true, - "license": "MIT" + "license": "MIT", + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } }, - "node_modules/@types/strip-json-comments": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/@types/strip-json-comments/-/strip-json-comments-0.0.30.tgz", - "integrity": "sha512-7NQmHra/JILCd1QqpSzl8+mJRc8ZHz3uDm8YV1Ks9IhK0epEiTw8aIErbvH9PI+6XbqhyIQy3462nEsn7UVzjQ==", + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, - "license": "MIT" - }, - "node_modules/@types/triple-beam": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/triple-beam/-/triple-beam-1.3.5.tgz", - "integrity": "sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==", - "license": "MIT" - }, - "node_modules/@types/uuid": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/@types/uuid/-/uuid-10.0.0.tgz", - "integrity": "sha512-7gqG38EyHgyP1S+7+xomFtL+ZNHcKv6DwNaCZmJmo1vgMugyF3TCnXVg4t1uk89mLNwnLtnY3TpOpCOyp1/xHQ==", - "license": "MIT" - }, - "node_modules/accepts": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", - "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", "license": "MIT", "dependencies": { - "mime-types": "~2.1.34", - "negotiator": "0.6.3" + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" }, "engines": { - "node": ">= 0.6" + "node": ">= 8" } }, - "node_modules/acorn": { - "version": "8.14.1", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.1.tgz", - "integrity": "sha512-OvQ/2pUDKmgfCg++xsTX1wGxfTaszcHVcTctW4UJB4hibJx2HXxxO5UmVgyjMa+ZDsiaf5wWLXYpRWMmBI0QHg==", + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, "engines": { - "node": ">=0.4.0" + "node": ">= 8" } }, - "node_modules/acorn-walk": { - "version": "8.3.4", - "resolved": "https://registry.npmjs.org/acorn-walk/-/acorn-walk-8.3.4.tgz", - "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==", + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, "license": "MIT", "dependencies": { - "acorn": "^8.11.0" + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" }, "engines": { - "node": ">=0.4.0" + "node": ">= 8" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "license": "MIT", + "optional": true, + "engines": { + "node": ">=14" } }, "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", "dev": true, "license": "MIT", "engines": { - "node": ">=8" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" } }, "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==", + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, "license": "MIT", - "dependencies": { - "color-convert": "^2.0.1" - }, "engines": { - "node": ">=8" + "node": ">=12" }, "funding": { "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, + "node_modules/any-promise": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", + "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", + "dev": true, + "license": "MIT" + }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", @@ -2066,91 +195,11 @@ } }, "node_modules/arg": { - "version": "4.1.3", - "resolved": "https://registry.npmjs.org/arg/-/arg-4.1.3.tgz", - "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==", - "license": "MIT" - }, - "node_modules/array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", - "license": "MIT" - }, - "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/asynckit": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "license": "MIT" - }, - "node_modules/axios": { - "version": "1.8.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.3.tgz", - "integrity": "sha512-iP4DebzoNlP/YN2dpwCgb8zoCmhtkajzS48JvwmkSkXvPI3DHc7m+XYL5tGnSlJtR6nImXZmdCuN5aP8dh1d8A==", - "license": "MIT", - "dependencies": { - "follow-redirects": "^1.15.6", - "form-data": "^4.0.0", - "proxy-from-env": "^1.1.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2": { - "version": "0.4.12", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", - "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", "dev": true, - "license": "MIT", - "dependencies": { - "@babel/compat-data": "^7.22.6", - "@babel/helper-define-polyfill-provider": "^0.6.3", - "semver": "^6.3.1" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.11.1", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.11.1.tgz", - "integrity": "sha512-yGCqvBT4rwMczo28xkH/noxJ6MZ4nJfkVYdoDaC/utLtWrXxv27HVrzAeSbqR8SxDsp46n0YF47EbHoixy6rXQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.3", - "core-js-compat": "^3.40.0" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } - }, - "node_modules/babel-plugin-polyfill-regenerator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", - "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.3" - }, - "peerDependencies": { - "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" - } + "license": "MIT" }, "node_modules/balanced-match": { "version": "1.0.2", @@ -2159,15 +208,6 @@ "dev": true, "license": "MIT" }, - "node_modules/base64id": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", - "license": "MIT", - "engines": { - "node": "^4.5.0 || >= 5.9" - } - }, "node_modules/binary-extensions": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", @@ -2181,39 +221,14 @@ "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/body-parser": { - "version": "1.20.3", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", - "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", - "license": "MIT", - "dependencies": { - "bytes": "3.1.2", - "content-type": "~1.0.5", - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "on-finished": "2.4.1", - "qs": "6.13.0", - "raw-body": "2.5.2", - "type-is": "~1.6.18", - "unpipe": "1.0.0" - }, - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, "node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "balanced-match": "^1.0.0" } }, "node_modules/braces": { @@ -2229,133 +244,14 @@ "node": ">=8" } }, - "node_modules/browserslist": { - "version": "4.24.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.4.tgz", - "integrity": "sha512-KDi1Ny1gSePi1vm0q4oxSF8b4DR44GF4BbmS2YdhPLOEqd8pDviZOGH/GsmRwoWJ2+5Lr085X7naowMwKHDG1A==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "caniuse-lite": "^1.0.30001688", - "electron-to-chromium": "^1.5.73", - "node-releases": "^2.0.19", - "update-browserslist-db": "^1.1.1" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true, - "license": "MIT" - }, - "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/caniuse-lite": { - "version": "1.0.30001705", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001705.tgz", - "integrity": "sha512-S0uyMMiYvA7CxNgomYBwwwPUnWzFD83f3B1ce5jHUfHTH//QL6hHsreI8RVC5606R4ssqravelYO5TU6t8sEyg==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "CC-BY-4.0" - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", "dev": true, "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/chalk/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==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" + "node": ">= 6" } }, "node_modules/chokidar": { @@ -2383,44 +279,17 @@ "fsevents": "~2.3.2" } }, - "node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "node_modules/chokidar/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, "license": "ISC", "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=12" - } - }, - "node_modules/clone-deep": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", - "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "is-plain-object": "^2.0.4", - "kind-of": "^6.0.2", - "shallow-clone": "^3.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/color": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/color/-/color-3.2.1.tgz", - "integrity": "sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==", - "license": "MIT", - "dependencies": { - "color-convert": "^1.9.3", - "color-string": "^1.6.0" + "node": ">= 6" } }, "node_modules/color-convert": { @@ -2440,222 +309,65 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true, "license": "MIT" }, - "node_modules/color-string": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/color-string/-/color-string-1.9.1.tgz", - "integrity": "sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==", + "node_modules/commander": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", + "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", + "dev": true, "license": "MIT", - "dependencies": { - "color-name": "^1.0.0", - "simple-swizzle": "^0.2.2" + "engines": { + "node": ">= 6" } }, - "node_modules/color/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, "license": "MIT", "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/color/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "license": "MIT" - }, - "node_modules/colorspace": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/colorspace/-/colorspace-1.1.4.tgz", - "integrity": "sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==", - "license": "MIT", - "dependencies": { - "color": "^3.1.3", - "text-hex": "1.0.x" - } - }, - "node_modules/combined-stream": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", - "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", - "license": "MIT", - "dependencies": { - "delayed-stream": "~1.0.0" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, "engines": { - "node": ">= 0.8" + "node": ">= 8" } }, - "node_modules/commondir": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", - "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true, - "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==", - "dev": true, - "license": "MIT" - }, - "node_modules/concurrently": { - "version": "9.1.2", - "resolved": "https://registry.npmjs.org/concurrently/-/concurrently-9.1.2.tgz", - "integrity": "sha512-H9MWcoPsYddwbOGM6difjVwVZHl63nwMEwDJG/L7VGtuaJhb12h2caPG2tVPWs7emuYix252iGfqOyrz1GczTQ==", + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "dev": true, "license": "MIT", - "dependencies": { - "chalk": "^4.1.2", - "lodash": "^4.17.21", - "rxjs": "^7.8.1", - "shell-quote": "^1.8.1", - "supports-color": "^8.1.1", - "tree-kill": "^1.2.2", - "yargs": "^17.7.2" - }, "bin": { - "conc": "dist/bin/concurrently.js", - "concurrently": "dist/bin/concurrently.js" + "cssesc": "bin/cssesc" }, "engines": { - "node": ">=18" - }, - "funding": { - "url": "https://github.com/open-cli-tools/concurrently?sponsor=1" + "node": ">=4" } }, - "node_modules/content-disposition": { - "version": "0.5.4", - "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", - "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", - "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/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", "dev": true, - "license": "MIT", - "peer": true + "license": "Apache-2.0" }, - "node_modules/cookie": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", - "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/cookie-signature": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", - "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", - "license": "MIT" - }, - "node_modules/core-js-compat": { - "version": "3.41.0", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.41.0.tgz", - "integrity": "sha512-RFsU9LySVue9RTwdDVX/T0e2Y6jRYWXERKElIjpuEOEnxaXffI0X7RUwVzfYLfzuLXSNJDYoRYUAmRUcyln20A==", + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", "dev": true, - "license": "MIT", - "dependencies": { - "browserslist": "^4.24.4" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/core-js" - } - }, - "node_modules/cors": { - "version": "2.8.5", - "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", - "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "license": "MIT", - "dependencies": { - "object-assign": "^4", - "vary": "^1" - }, - "engines": { - "node": ">= 0.10" - } - }, - "node_modules/create-require": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/create-require/-/create-require-1.1.1.tgz", - "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==", "license": "MIT" }, - "node_modules/debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "license": "MIT", - "dependencies": { - "ms": "2.0.0" - } - }, - "node_modules/delayed-stream": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "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/destroy": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", - "license": "MIT", - "engines": { - "node": ">= 0.8", - "npm": "1.2.8000 || >= 1.4.16" - } - }, - "node_modules/diff": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/diff/-/diff-4.0.2.tgz", - "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.3.1" - } - }, "node_modules/dotenv": { - "version": "16.4.7", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.7.tgz", - "integrity": "sha512-47qPchRCykZC03FhkYAhrvwU4xDBFIj1QPqaarj6mdM/hgUzfPHcpkHJOn3mJAufFeeAxAzeGsr5X0M4k6fLZQ==", + "version": "16.5.0", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.5.0.tgz", + "integrity": "sha512-m/C+AwOAr9/W1UOIZUo232ejMNnJAJtYQjUbHoNTBNTJSvqzzDh7vnrei3o3r3m9blf6ZoDkvcw0VmozNRFJxg==", "license": "BSD-2-Clause", "engines": { "node": ">=12" @@ -2664,357 +376,58 @@ "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/dynamic-dedupe": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/dynamic-dedupe/-/dynamic-dedupe-0.3.0.tgz", - "integrity": "sha512-ssuANeD+z97meYOqd50e04Ze5qp4bPqo8cCkI4TRjZkzAUgIDTrXV1R8QCdINpiI+hw14+rYazvTRdQrz0/rFQ==", + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", "dev": true, - "license": "MIT", - "dependencies": { - "xtend": "^4.0.0" - } - }, - "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/electron-to-chromium": { - "version": "1.5.119", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.119.tgz", - "integrity": "sha512-Ku4NMzUjz3e3Vweh7PhApPrZSS4fyiCIbcIrG9eKrriYVLmbMepETR/v6SU7xPm98QTqMSYiCwfO89QNjXLkbQ==", - "dev": true, - "license": "ISC" - }, "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", "dev": true, "license": "MIT" }, - "node_modules/enabled": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/enabled/-/enabled-2.0.0.tgz", - "integrity": "sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==", - "license": "MIT" - }, - "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/engine.io": { - "version": "6.6.4", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.4.tgz", - "integrity": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==", - "license": "MIT", - "dependencies": { - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.7.2", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.2.1", - "ws": "~8.17.1" - }, - "engines": { - "node": ">=10.2.0" - } - }, - "node_modules/engine.io-client": { - "version": "6.6.3", - "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-6.6.3.tgz", - "integrity": "sha512-T0iLjnyNWahNyv/lcjS2y4oE358tVS/SYQNxYXGAJ9/GLgH4VCvOQ/mhTjqU88mLZCQgiG8RIegFHYCdVC+j5w==", - "license": "MIT", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1", - "engine.io-parser": "~5.2.1", - "ws": "~8.17.1", - "xmlhttprequest-ssl": "~2.1.1" - } - }, - "node_modules/engine.io-client/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/engine.io-client/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/engine.io-client/node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/engine.io-parser": { - "version": "5.2.3", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz", - "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/engine.io/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/engine.io/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/engine.io/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/engine.io/node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "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/es-set-tostringtag": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", - "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.6", - "has-tostringtag": "^1.0.2", - "hasown": "^2.0.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/escalade": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", - "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "node_modules/fast-glob": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.3.tgz", + "integrity": "sha512-7MptL8U0cqcFdzIzwOTHoilX9x5BrNqye7Z/LuC7kCMRio1EMSyqRK3BEAUD7sXRq4iT4AzTVuZdhgQ2TCvYLg==", "dev": true, "license": "MIT", + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.8" + }, "engines": { - "node": ">=6" + "node": ">=8.6.0" } }, - "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/esutils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", - "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, - "license": "BSD-2-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "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": "4.21.2", - "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", - "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", - "license": "MIT", + "license": "ISC", "dependencies": { - "accepts": "~1.3.8", - "array-flatten": "1.1.1", - "body-parser": "1.20.3", - "content-disposition": "0.5.4", - "content-type": "~1.0.4", - "cookie": "0.7.1", - "cookie-signature": "1.0.6", - "debug": "2.6.9", - "depd": "2.0.0", - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "finalhandler": "1.3.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "merge-descriptors": "1.0.3", - "methods": "~1.1.2", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "path-to-regexp": "0.1.12", - "proxy-addr": "~2.0.7", - "qs": "6.13.0", - "range-parser": "~1.2.1", - "safe-buffer": "5.2.1", - "send": "0.19.0", - "serve-static": "1.16.2", - "setprototypeof": "1.2.0", - "statuses": "2.0.1", - "type-is": "~1.6.18", - "utils-merge": "1.0.1", - "vary": "~1.1.2" + "is-glob": "^4.0.1" }, "engines": { - "node": ">= 0.10.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/express" + "node": ">= 6" } }, - "node_modules/fecha": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/fecha/-/fecha-4.2.3.tgz", - "integrity": "sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==", - "license": "MIT" - }, - "node_modules/fetch-blob": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", - "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/jimmywarting" - }, - { - "type": "paypal", - "url": "https://paypal.me/jimmywarting" - } - ], - "license": "MIT", + "node_modules/fastq": { + "version": "1.19.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.19.1.tgz", + "integrity": "sha512-GwLTyxkCXjXbxqIhTsMI2Nui8huMPtnxg7krajPJAjnEG/iiOS7i+zCtWGZR9G0NBKbXKh6X9m9UIsYX/N6vvQ==", + "dev": true, + "license": "ISC", "dependencies": { - "node-domexception": "^1.0.0", - "web-streams-polyfill": "^3.0.3" - }, - "engines": { - "node": "^12.20 || >= 14.13" + "reusify": "^1.0.4" } }, "node_modules/fill-range": { @@ -3030,130 +443,23 @@ "node": ">=8" } }, - "node_modules/finalhandler": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", - "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", - "license": "MIT", - "dependencies": { - "debug": "2.6.9", - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/find-cache-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-2.1.0.tgz", - "integrity": "sha512-Tq6PixE0w/VMFfCgbONnkiQIVol/JJL7nRMi20fqzA4NRs9AfeqMGeRdPi3wIhYkxjeBaWh2rxwapn5Tu3IqOQ==", + "node_modules/foreground-child": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.1.tgz", + "integrity": "sha512-gIXjKqtFuWEgzFRJA9WCQeSJLZDjgJUOMCMzxtvFq/37KojM1BFGufqsCy0r4qSQmYLsZYMeyRqzIWOMup03sw==", "dev": true, - "license": "MIT", + "license": "ISC", "dependencies": { - "commondir": "^1.0.1", - "make-dir": "^2.0.0", - "pkg-dir": "^3.0.0" + "cross-spawn": "^7.0.6", + "signal-exit": "^4.0.1" }, "engines": { - "node": ">=6" - } - }, - "node_modules/find-up": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz", - "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==", - "dev": true, - "license": "MIT", - "dependencies": { - "locate-path": "^3.0.0" + "node": ">=14" }, - "engines": { - "node": ">=6" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/fn.name": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/fn.name/-/fn.name-1.1.0.tgz", - "integrity": "sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==", - "license": "MIT" - }, - "node_modules/follow-redirects": { - "version": "1.15.9", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", - "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/RubenVerborgh" - } - ], - "license": "MIT", - "engines": { - "node": ">=4.0" - }, - "peerDependenciesMeta": { - "debug": { - "optional": true - } - } - }, - "node_modules/form-data": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", - "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", - "license": "MIT", - "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "es-set-tostringtag": "^2.1.0", - "mime-types": "^2.1.12" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/formdata-polyfill": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", - "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", - "license": "MIT", - "dependencies": { - "fetch-blob": "^3.1.2" - }, - "engines": { - "node": ">=12.20.0" - } - }, - "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": "0.5.2", - "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", - "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true, - "license": "ISC" - }, "node_modules/fsevents": { "version": "2.3.3", "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", @@ -3173,167 +479,51 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "dev": true, "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "license": "MIT", - "peer": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "license": "ISC", - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "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/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "deprecated": "Glob versions prior to v9 are no longer supported", + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, "license": "ISC", "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" }, - "engines": { - "node": "*" + "bin": { + "glob": "dist/esm/bin.mjs" }, "funding": { "url": "https://github.com/sponsors/isaacs" } }, "node_modules/glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, "license": "ISC", "dependencies": { - "is-glob": "^4.0.1" + "is-glob": "^4.0.3" }, "engines": { - "node": ">= 6" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=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==", - "dev": true, - "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/has-tostringtag": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", - "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", - "license": "MIT", - "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=10.13.0" } }, "node_modules/hasown": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dev": true, "license": "MIT", "dependencies": { "function-bind": "^1.1.2" @@ -3342,68 +532,6 @@ "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/iconv-lite": { - "version": "0.4.24", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", - "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "license": "MIT", - "dependencies": { - "safer-buffer": ">= 2.1.2 < 3" - }, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/ignore-by-default": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/ignore-by-default/-/ignore-by-default-1.0.1.tgz", - "integrity": "sha512-Ius2VYcGNk7T90CppJqcIkS5ooHUZyIQK+ClZfMfMNFEF9VSE73Fq+906u/CWu92x4gzZMWOwfFYckPObzdEbA==", - "dev": true, - "license": "ISC" - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dev": true, - "license": "ISC", - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "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-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", @@ -3476,430 +604,145 @@ "node": ">=0.12.0" } }, - "node_modules/is-plain-object": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", - "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true, - "license": "MIT", - "dependencies": { - "isobject": "^3.0.1" - }, - "engines": { - "node": ">=0.10.0" - } + "license": "ISC" }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "license": "MIT", - "engines": { - "node": ">=8" + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "@isaacs/cliui": "^8.0.2" }, "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, - "node_modules/isobject": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true, - "license": "MIT" - }, - "node_modules/jsesc": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.1.0.tgz", - "integrity": "sha512-/sM3dO2FOzXjKQhJuo0Q173wf2KOo8t4I8vHy6lF9poUp7bKT0/NHE8fPX23PwfhnykfqnC2xRxOnVw5XuGIaA==", + "node_modules/jiti": { + "version": "1.21.7", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.7.tgz", + "integrity": "sha512-/imKNG4EbWNrVjoNC/1H5/9GFy+tqjGBHCaSsN+P2RnPqjsLmv6UD3Ej+Kj8nBWaRAwyk7kK5ZUc+OEatnTR3A==", "dev": true, "license": "MIT", "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" + "jiti": "bin/jiti.js" } }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, - "license": "MIT", - "peer": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/kind-of": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "node_modules/lilconfig": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.3.tgz", + "integrity": "sha512-/vlFKAoH5Cgt3Ie+JLhRbwOsCQePABiU3tJ1egGvyQ+33R/vcwM2Zl2QR/LzjsBeItPt3oSVXapn+m4nQDvpzw==", "dev": true, "license": "MIT", "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/kuler": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/kuler/-/kuler-2.0.0.tgz", - "integrity": "sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==", - "license": "MIT" - }, - "node_modules/locate-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz", - "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-locate": "^3.0.0", - "path-exists": "^3.0.0" + "node": ">=14" }, - "engines": { - "node": ">=6" + "funding": { + "url": "https://github.com/sponsors/antonk52" } }, - "node_modules/lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "dev": true, "license": "MIT" }, - "node_modules/lodash.debounce": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", - "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true, - "license": "MIT" - }, - "node_modules/logform": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/logform/-/logform-2.7.0.tgz", - "integrity": "sha512-TFYA4jnP7PVbmlBIfhlSe+WKxs9dklXMTEGcBCIvLhE/Tn3H6Gk1norupVW7m5Cnd4bLcr08AytbyV/xj7f/kQ==", - "license": "MIT", - "dependencies": { - "@colors/colors": "1.6.0", - "@types/triple-beam": "^1.3.2", - "fecha": "^4.2.0", - "ms": "^2.1.1", - "safe-stable-stringify": "^2.3.1", - "triple-beam": "^1.3.0" - }, - "engines": { - "node": ">= 12.0.0" - } - }, - "node_modules/logform/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/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", "dev": true, - "license": "ISC", - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "license": "MIT", - "dependencies": { - "pify": "^4.0.1", - "semver": "^5.6.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "5.7.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", - "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver" - } - }, - "node_modules/make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", "license": "ISC" }, - "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==", + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, "license": "MIT", "engines": { - "node": ">= 0.4" + "node": ">= 8" } }, - "node_modules/media-typer": { - "version": "0.3.0", - "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/merge-descriptors": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", - "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/methods": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", - "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "license": "MIT", - "bin": { - "mime": "cli.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/mime-db": { - "version": "1.52.0", - "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/mime-types": { - "version": "2.1.35", - "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", - "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "dev": true, "license": "MIT", "dependencies": { - "mime-db": "1.52.0" + "braces": "^3.0.3", + "picomatch": "^2.3.1" }, "engines": { - "node": ">= 0.6" + "node": ">=8.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==", + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, "license": "ISC", "dependencies": { - "brace-expansion": "^1.1.7" + "brace-expansion": "^2.0.1" }, "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", - "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", - "dev": true, - "license": "MIT", + "node": ">=16 || 14 >=14.17" + }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "license": "ISC", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", "dev": true, "license": "MIT", - "bin": { - "mkdirp": "bin/cmd.js" - }, - "engines": { - "node": ">=10" + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" } }, - "node_modules/ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "license": "MIT" - }, - "node_modules/negotiator": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", - "license": "MIT", - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/node-domexception": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", - "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==", + "node_modules/nanoid": { + "version": "3.3.11", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.11.tgz", + "integrity": "sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==", + "dev": true, "funding": [ { "type": "github", - "url": "https://github.com/sponsors/jimmywarting" - }, - { - "type": "github", - "url": "https://paypal.me/jimmywarting" + "url": "https://github.com/sponsors/ai" } ], "license": "MIT", - "engines": { - "node": ">=10.5.0" - } - }, - "node_modules/node-fetch": { - "version": "3.3.2", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz", - "integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==", - "license": "MIT", - "dependencies": { - "data-uri-to-buffer": "^4.0.0", - "fetch-blob": "^3.1.4", - "formdata-polyfill": "^4.0.10" - }, - "engines": { - "node": "^12.20.0 || ^14.13.1 || >=16.0.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/node-fetch" - } - }, - "node_modules/node-fetch/node_modules/data-uri-to-buffer": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", - "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==", - "license": "MIT", - "engines": { - "node": ">= 12" - } - }, - "node_modules/node-releases": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.19.tgz", - "integrity": "sha512-xxOWJsBKtzAq7DY0J+DTzuz58K8e7sJbdgwkbMWQe8UYB6ekmsQ45q0M/tJDsGaZmbC+l7n57UV8Hl5tHxO9uw==", - "dev": true, - "license": "MIT" - }, - "node_modules/nodemon": { - "version": "3.1.9", - "resolved": "https://registry.npmjs.org/nodemon/-/nodemon-3.1.9.tgz", - "integrity": "sha512-hdr1oIb2p6ZSxu3PB2JWWYS7ZQ0qvaZsc3hK8DR8f02kRzc8rjYmxAIvdz+aYC+8F2IjNaB7HMcSDg8nQpJxyg==", - "dev": true, - "license": "MIT", - "dependencies": { - "chokidar": "^3.5.2", - "debug": "^4", - "ignore-by-default": "^1.0.1", - "minimatch": "^3.1.2", - "pstree.remy": "^1.1.8", - "semver": "^7.5.3", - "simple-update-notifier": "^2.0.0", - "supports-color": "^5.5.0", - "touch": "^3.1.0", - "undefsafe": "^2.0.5" - }, "bin": { - "nodemon": "bin/nodemon.js" + "nanoid": "bin/nanoid.cjs" }, "engines": { - "node": ">=10" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/nodemon" - } - }, - "node_modules/nodemon/node_modules/debug": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.0.tgz", - "integrity": "sha512-6WTZ/IxCY/T6BALoZHaE4ctp9xm+Z5kY/pzYaCHRFeyVhojxlrm+46y68HA6hr0TcwEssoxNiDEUJQjfPZ/RYA==", - "dev": true, - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/nodemon/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/nodemon/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==", - "dev": true, - "license": "MIT" - }, - "node_modules/nodemon/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "license": "MIT", - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" } }, "node_modules/normalize-path": { @@ -3916,120 +759,37 @@ "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, "license": "MIT", "engines": { "node": ">=0.10.0" } }, - "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==", - "dev": true, - "license": "ISC", - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/one-time": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz", - "integrity": "sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==", - "license": "MIT", - "dependencies": { - "fn.name": "1.x.x" - } - }, - "node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-locate": { + "node_modules/object-hash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz", - "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==", - "dev": true, - "license": "MIT", - "dependencies": { - "p-limit": "^2.0.0" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", "dev": true, "license": "MIT", "engines": { - "node": ">=6" + "node": ">= 6" } }, - "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-exists": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz", - "integrity": "sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/path-is-absolute": { + "node_modules/package-json-from-dist": { "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true, + "license": "BlueOak-1.0.0" + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", "dev": true, "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, "node_modules/path-parse": { @@ -4039,11 +799,22 @@ "dev": true, "license": "MIT" }, - "node_modules/path-to-regexp": { - "version": "0.1.12", - "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", - "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", - "license": "MIT" + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "license": "BlueOak-1.0.0", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, "node_modules/picocolors": { "version": "1.1.1", @@ -4066,115 +837,204 @@ } }, "node_modules/pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, "license": "MIT", "engines": { - "node": ">=6" + "node": ">=0.10.0" } }, "node_modules/pirates": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.7.tgz", + "integrity": "sha512-TfySrs/5nm8fQJDcBDuUng3VOUKsd7S+zqvbOTiGXHfxX4wK31ard+hoNuvkicM/2YFzlpDgABOevKSsB4G/FA==", "dev": true, "license": "MIT", "engines": { "node": ">= 6" } }, - "node_modules/pkg-dir": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-3.0.0.tgz", - "integrity": "sha512-/E57AYkoeQ25qkxMj5PBOVgF8Kiu/h7cYS30Z5+R7WaiCCBfLq58ZI/dSeaEKb9WVJV5n/03QwrN3IeWIFllvw==", + "node_modules/postcss": { + "version": "8.5.3", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.5.3.tgz", + "integrity": "sha512-dle9A3yYxlBSrt8Fu+IpjGT8SY8hN0mlaA6GY8t0P5PjIOZemULz/E2Bnm/2dcUOena75OTNkHI76uZBNUUq3A==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.8", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-import": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dev": true, "license": "MIT", "dependencies": { - "find-up": "^3.0.0" + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" }, "engines": { - "node": ">=6" + "node": ">=14.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.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==", + "node_modules/postcss-js": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dev": true, "license": "MIT", "dependencies": { - "forwarded": "0.2.0", - "ipaddr.js": "1.9.1" + "camelcase-css": "^2.0.1" }, "engines": { - "node": ">= 0.10" - } - }, - "node_modules/proxy-from-env": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", - "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "license": "MIT" - }, - "node_modules/pstree.remy": { - "version": "1.1.8", - "resolved": "https://registry.npmjs.org/pstree.remy/-/pstree.remy-1.1.8.tgz", - "integrity": "sha512-77DZwxQmxKnu3aR542U+X8FypNzbfJ+C5XQDk3uWjWxn6151aIMGthWYRXTqT1E5oJvg+ljaa2OJi+VfvCOQ8w==", - "dev": true, - "license": "MIT" - }, - "node_modules/qs": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", - "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", - "license": "BSD-3-Clause", - "dependencies": { - "side-channel": "^1.0.6" - }, - "engines": { - "node": ">=0.6" + "node": "^12 || ^14 || >= 16" }, "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.4.21" } }, - "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": "2.5.2", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", - "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "node_modules/postcss-load-config": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "license": "MIT", "dependencies": { - "bytes": "3.1.2", - "http-errors": "2.0.0", - "iconv-lite": "0.4.24", - "unpipe": "1.0.0" + "lilconfig": "^3.0.0", + "yaml": "^2.3.4" }, "engines": { - "node": ">= 0.8" + "node": ">= 14" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } } }, - "node_modules/readable-stream": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", - "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "node_modules/postcss-nested": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "license": "MIT", "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" + "postcss-selector-parser": "^6.1.1" }, "engines": { - "node": ">= 6" + "node": ">=12.0" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dev": true, + "license": "MIT", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true, + "license": "MIT" + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "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/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dev": true, + "license": "MIT", + "dependencies": { + "pify": "^2.3.0" } }, "node_modules/readdirp": { @@ -4190,104 +1050,6 @@ "node": ">=8.10.0" } }, - "node_modules/regenerate": { - "version": "1.4.2", - "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", - "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true, - "license": "MIT" - }, - "node_modules/regenerate-unicode-properties": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", - "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", - "dev": true, - "license": "MIT", - "dependencies": { - "regenerate": "^1.4.2" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regenerator-runtime": { - "version": "0.14.1", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", - "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true, - "license": "MIT" - }, - "node_modules/regenerator-transform": { - "version": "0.15.2", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", - "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", - "dev": true, - "license": "MIT", - "dependencies": { - "@babel/runtime": "^7.8.4" - } - }, - "node_modules/regexpu-core": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", - "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", - "dev": true, - "license": "MIT", - "dependencies": { - "regenerate": "^1.4.2", - "regenerate-unicode-properties": "^10.2.0", - "regjsgen": "^0.8.0", - "regjsparser": "^0.12.0", - "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.1.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/regjsgen": { - "version": "0.8.0", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", - "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", - "dev": true, - "license": "MIT" - }, - "node_modules/regjsparser": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", - "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", - "dev": true, - "license": "BSD-2-Clause", - "dependencies": { - "jsesc": "~3.0.2" - }, - "bin": { - "regjsparser": "bin/parser" - } - }, - "node_modules/regjsparser/node_modules/jsesc": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", - "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", - "dev": true, - "license": "MIT", - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/resolve": { "version": "1.22.10", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.10.tgz", @@ -4309,34 +1071,22 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "deprecated": "Rimraf versions prior to v4 are no longer supported", + "node_modules/reusify": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.1.0.tgz", + "integrity": "sha512-g6QUff04oZpHs0eG5p83rFLhHeV00ug/Yf9nZM6fLeUrPguBTkTQOdpAWWspMh55TZfVQDPaN3NQJfbVRAxdIw==", "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, - "bin": { - "rimraf": "bin.js" + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" } }, - "node_modules/rxjs": { - "version": "7.8.2", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz", - "integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==", + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, - "license": "Apache-2.0", - "dependencies": { - "tslib": "^2.1.0" - } - }, - "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", @@ -4351,440 +1101,77 @@ "url": "https://feross.org/support" } ], - "license": "MIT" - }, - "node_modules/safe-stable-stringify": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz", - "integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==", - "license": "MIT", - "engines": { - "node": ">=10" - } - }, - "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/semver": { - "version": "7.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.1.tgz", - "integrity": "sha512-hlq8tAfn0m/61p4BVRcPzIGr6LKiMwo4VM6dGi6pt4qcRkmNzTcWq6eCEjEh+qXjkMDvPlOFFSGwQjoEa6gyMA==", - "dev": true, - "license": "ISC", - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/send": { - "version": "0.19.0", - "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", - "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", "license": "MIT", "dependencies": { - "debug": "2.6.9", - "depd": "2.0.0", - "destroy": "1.2.0", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "etag": "~1.8.1", - "fresh": "0.5.2", - "http-errors": "2.0.0", - "mime": "1.6.0", - "ms": "2.1.3", - "on-finished": "2.4.1", - "range-parser": "~1.2.1", - "statuses": "2.0.1" - }, - "engines": { - "node": ">= 0.8.0" + "queue-microtask": "^1.2.2" } }, - "node_modules/send/node_modules/encodeurl": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", - "license": "MIT", - "engines": { - "node": ">= 0.8" - } - }, - "node_modules/send/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/serve-static": { - "version": "1.16.2", - "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", - "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", - "license": "MIT", - "dependencies": { - "encodeurl": "~2.0.0", - "escape-html": "~1.0.3", - "parseurl": "~1.3.3", - "send": "0.19.0" - }, - "engines": { - "node": ">= 0.8.0" - } - }, - "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/shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", "dev": true, "license": "MIT", "dependencies": { - "kind-of": "^6.0.2" + "shebang-regex": "^3.0.0" }, "engines": { "node": ">=8" } }, - "node_modules/shell-quote": { - "version": "1.8.2", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", - "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", "dev": true, "license": "MIT", "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "node": ">=8" } }, - "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/simple-swizzle": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/simple-swizzle/-/simple-swizzle-0.2.2.tgz", - "integrity": "sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==", - "license": "MIT", - "dependencies": { - "is-arrayish": "^0.3.1" - } - }, - "node_modules/simple-swizzle/node_modules/is-arrayish": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.3.2.tgz", - "integrity": "sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==", - "license": "MIT" - }, - "node_modules/simple-update-notifier": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/simple-update-notifier/-/simple-update-notifier-2.0.0.tgz", - "integrity": "sha512-a2B9Y0KlNXl9u/vsW6sTIu9vGEpfKu2wRV6l1H3XEas/0gUIzGzBoP/IouTcUQbm9JWZLH3COxyn03TYlFax6w==", + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, - "license": "MIT", - "dependencies": { - "semver": "^7.5.3" - }, + "license": "ISC", "engines": { - "node": ">=10" + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/socket.io": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz", - "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==", - "license": "MIT", - "dependencies": { - "accepts": "~1.3.4", - "base64id": "~2.0.0", - "cors": "~2.8.5", - "debug": "~4.3.2", - "engine.io": "~6.6.0", - "socket.io-adapter": "~2.5.2", - "socket.io-parser": "~4.2.4" - }, - "engines": { - "node": ">=10.2.0" - } - }, - "node_modules/socket.io-adapter": { - "version": "2.5.5", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz", - "integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==", - "license": "MIT", - "dependencies": { - "debug": "~4.3.4", - "ws": "~8.17.1" - } - }, - "node_modules/socket.io-adapter/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io-adapter/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/socket.io-adapter/node_modules/ws": { - "version": "8.17.1", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", - "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", - "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/socket.io-client": { - "version": "4.8.1", - "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-4.8.1.tgz", - "integrity": "sha512-hJVXfu3E28NmzGk8o1sHhN3om52tRvwYeidbj7xKy2eIIse5IoKX3USlS6Tqt3BHAtflLIkCQBkzVrEEfWUyYQ==", - "license": "MIT", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.2", - "engine.io-client": "~6.6.1", - "socket.io-parser": "~4.2.4" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-client/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io-client/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/socket.io-parser": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", - "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", - "license": "MIT", - "dependencies": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - }, - "engines": { - "node": ">=10.0.0" - } - }, - "node_modules/socket.io-parser/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io-parser/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/socket.io/node_modules/debug": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", - "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", - "license": "MIT", - "dependencies": { - "ms": "^2.1.3" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/socket.io/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/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", "dev": true, "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, - "node_modules/source-map-support": { - "version": "0.5.21", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", - "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, "license": "MIT", "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/stack-trace": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.10.tgz", - "integrity": "sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==", - "license": "MIT", + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, "engines": { - "node": "*" + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "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/string_decoder": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", - "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } - }, - "node_modules/string-width": { + "node_modules/string-width-cjs": { + "name": "string-width", "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", @@ -4799,7 +1186,24 @@ "node": ">=8" } }, - "node_modules/strip-ansi": { + "node_modules/string-width-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/string-width-cjs/node_modules/strip-ansi": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", @@ -4812,40 +1216,67 @@ "node": ">=8" } }, - "node_modules/strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/strip-json-comments": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", - "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, "license": "MIT", "dependencies": { - "has-flag": "^4.0.0" + "ansi-regex": "^6.0.1" }, "engines": { - "node": ">=10" + "node": ">=12" }, "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/sucrase": { + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.2", + "commander": "^4.0.0", + "glob": "^10.3.10", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "ts-interface-checker": "^0.1.9" + }, + "bin": { + "sucrase": "bin/sucrase", + "sucrase-node": "bin/sucrase-node" + }, + "engines": { + "node": ">=16 || 14 >=14.17" } }, "node_modules/supports-preserve-symlinks-flag": { @@ -4861,11 +1292,66 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/text-hex": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/text-hex/-/text-hex-1.0.0.tgz", - "integrity": "sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==", - "license": "MIT" + "node_modules/tailwindcss": { + "version": "3.4.17", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.17.tgz", + "integrity": "sha512-w33E2aCvSDP0tW9RZuNXadXlkHXqFzSkQew/aIa2i/Sj8fThxwovwlXHSPXTbAHwEIhBFXAedUhP2tueAKP8Og==", + "dev": true, + "license": "MIT", + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "arg": "^5.0.2", + "chokidar": "^3.6.0", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.3.2", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "jiti": "^1.21.6", + "lilconfig": "^3.1.3", + "micromatch": "^4.0.8", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.1.1", + "postcss": "^8.4.47", + "postcss-import": "^15.1.0", + "postcss-js": "^4.0.1", + "postcss-load-config": "^4.0.2", + "postcss-nested": "^6.2.0", + "postcss-selector-parser": "^6.1.2", + "resolve": "^1.22.8", + "sucrase": "^3.35.0" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dev": true, + "license": "MIT", + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dev": true, + "license": "MIT", + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } }, "node_modules/to-regex-range": { "version": "5.0.1", @@ -4880,354 +1366,56 @@ "node": ">=8.0" } }, - "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/touch": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/touch/-/touch-3.1.1.tgz", - "integrity": "sha512-r0eojU4bI8MnHr8c5bNo7lJDdI2qXlWWJk6a9EAFG7vbhTjElYhBVS3/miuE0uOuoLdb8Mc/rVfsmm6eo5o9GA==", + "node_modules/ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", "dev": true, - "license": "ISC", - "bin": { - "nodetouch": "bin/nodetouch.js" - } - }, - "node_modules/tree-kill": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", - "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true, - "license": "MIT", - "bin": { - "tree-kill": "cli.js" - } - }, - "node_modules/triple-beam": { - "version": "1.4.1", - "resolved": "https://registry.npmjs.org/triple-beam/-/triple-beam-1.4.1.tgz", - "integrity": "sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==", - "license": "MIT", - "engines": { - "node": ">= 14.0.0" - } - }, - "node_modules/ts-node": { - "version": "10.9.2", - "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-10.9.2.tgz", - "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==", - "license": "MIT", - "dependencies": { - "@cspotcode/source-map-support": "^0.8.0", - "@tsconfig/node10": "^1.0.7", - "@tsconfig/node12": "^1.0.7", - "@tsconfig/node14": "^1.0.0", - "@tsconfig/node16": "^1.0.2", - "acorn": "^8.4.1", - "acorn-walk": "^8.1.1", - "arg": "^4.1.0", - "create-require": "^1.1.0", - "diff": "^4.0.1", - "make-error": "^1.1.1", - "v8-compile-cache-lib": "^3.0.1", - "yn": "3.1.1" - }, - "bin": { - "ts-node": "dist/bin.js", - "ts-node-cwd": "dist/bin-cwd.js", - "ts-node-esm": "dist/bin-esm.js", - "ts-node-script": "dist/bin-script.js", - "ts-node-transpile-only": "dist/bin-transpile.js", - "ts-script": "dist/bin-script-deprecated.js" - }, - "peerDependencies": { - "@swc/core": ">=1.2.50", - "@swc/wasm": ">=1.2.50", - "@types/node": "*", - "typescript": ">=2.7" - }, - "peerDependenciesMeta": { - "@swc/core": { - "optional": true - }, - "@swc/wasm": { - "optional": true - } - } - }, - "node_modules/ts-node-dev": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ts-node-dev/-/ts-node-dev-2.0.0.tgz", - "integrity": "sha512-ywMrhCfH6M75yftYvrvNarLEY+SUXtUvU8/0Z6llrHQVBx12GiFk5sStF8UdfE/yfzk9IAq7O5EEbTQsxlBI8w==", - "dev": true, - "license": "MIT", - "dependencies": { - "chokidar": "^3.5.1", - "dynamic-dedupe": "^0.3.0", - "minimist": "^1.2.6", - "mkdirp": "^1.0.4", - "resolve": "^1.0.0", - "rimraf": "^2.6.1", - "source-map-support": "^0.5.12", - "tree-kill": "^1.2.2", - "ts-node": "^10.4.0", - "tsconfig": "^7.0.0" - }, - "bin": { - "ts-node-dev": "lib/bin.js", - "tsnd": "lib/bin.js" - }, - "engines": { - "node": ">=0.8.0" - }, - "peerDependencies": { - "node-notifier": "*", - "typescript": "*" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/tsconfig": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/tsconfig/-/tsconfig-7.0.0.tgz", - "integrity": "sha512-vZXmzPrL+EmC4T/4rVlT2jNVMWCi/O4DIiSj3UHg1OE5kCKbk4mfrXc6dZksLgRM/TZlKnousKH9bbTazUWRRw==", - "dev": true, - "license": "MIT", - "dependencies": { - "@types/strip-bom": "^3.0.0", - "@types/strip-json-comments": "0.0.30", - "strip-bom": "^3.0.0", - "strip-json-comments": "^2.0.0" - } - }, - "node_modules/tslib": { - "version": "2.8.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", - "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==", - "dev": true, - "license": "0BSD" - }, - "node_modules/type-is": { - "version": "1.6.18", - "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", - "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "license": "MIT", - "dependencies": { - "media-typer": "0.3.0", - "mime-types": "~2.1.24" - }, - "engines": { - "node": ">= 0.6" - } - }, - "node_modules/typescript": { - "version": "5.8.2", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz", - "integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==", - "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, - "engines": { - "node": ">=14.17" - } - }, - "node_modules/undefsafe": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/undefsafe/-/undefsafe-2.0.5.tgz", - "integrity": "sha512-WxONCrssBM8TSPRqN5EmsjVrsv4A8X12J4ArBiiayv3DyyG3ZlIg6yysuuSYdZsVz3TKcTg2fd//Ujd4CHV1iA==", - "dev": true, - "license": "MIT" - }, - "node_modules/undici-types": { - "version": "6.20.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", - "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", - "license": "MIT" - }, - "node_modules/unicode-canonical-property-names-ecmascript": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", - "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", - "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", - "dev": true, - "license": "MIT", - "dependencies": { - "unicode-canonical-property-names-ecmascript": "^2.0.0", - "unicode-property-aliases-ecmascript": "^2.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-match-property-value-ecmascript": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", - "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "node_modules/unicode-property-aliases-ecmascript": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", - "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" - } - }, - "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/update-browserslist-db": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.3.tgz", - "integrity": "sha512-UxhIZQ+QInVdunkDAaiazvvT/+fXL5Osr0JZlJulepYu6Jd7qJtDZjlur0emRlT71EN3ScPoE7gvsuIKKNavKw==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "license": "MIT", - "dependencies": { - "escalade": "^3.2.0", - "picocolors": "^1.1.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } + "license": "Apache-2.0" }, "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true, "license": "MIT" }, - "node_modules/utils-merge": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", - "license": "MIT", - "engines": { - "node": ">= 0.4.0" - } - }, - "node_modules/uuid": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", - "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", - "funding": [ - "https://github.com/sponsors/broofa", - "https://github.com/sponsors/ctavan" - ], - "license": "MIT", + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, "bin": { - "uuid": "dist/esm/bin/uuid" - } - }, - "node_modules/v8-compile-cache-lib": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz", - "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==", - "license": "MIT" - }, - "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/web-streams-polyfill": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz", - "integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==", - "license": "MIT", + "node-which": "bin/node-which" + }, "engines": { "node": ">= 8" } }, - "node_modules/winston": { - "version": "3.17.0", - "resolved": "https://registry.npmjs.org/winston/-/winston-3.17.0.tgz", - "integrity": "sha512-DLiFIXYC5fMPxaRg832S6F5mJYvePtmO5G9v9IgUFPhXm9/GkXarH/TUrBAVzhTCzAj9anE/+GjrgXp/54nOgw==", - "license": "MIT", - "dependencies": { - "@colors/colors": "^1.6.0", - "@dabh/diagnostics": "^2.0.2", - "async": "^3.2.3", - "is-stream": "^2.0.0", - "logform": "^2.7.0", - "one-time": "^1.0.0", - "readable-stream": "^3.4.0", - "safe-stable-stringify": "^2.3.1", - "stack-trace": "0.0.x", - "triple-beam": "^1.3.0", - "winston-transport": "^4.9.0" - }, - "engines": { - "node": ">= 12.0.0" - } - }, - "node_modules/winston-transport": { - "version": "4.9.0", - "resolved": "https://registry.npmjs.org/winston-transport/-/winston-transport-4.9.0.tgz", - "integrity": "sha512-8drMJ4rkgaPo1Me4zD/3WLfI/zPdA9o2IipKODunnGDcuqbHwjsbB79ylv04LCGGzU0xQ6vTznOMpQGaLhhm6A==", - "license": "MIT", - "dependencies": { - "logform": "^2.7.0", - "readable-stream": "^3.6.2", - "triple-beam": "^1.3.0" - }, - "engines": { - "node": ">= 12.0.0" - } - }, "node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", @@ -5245,84 +1433,78 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "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==", - "dev": true, - "license": "ISC" - }, - "node_modules/xmlhttprequest-ssl": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-2.1.2.tgz", - "integrity": "sha512-TEU+nJVUUnA4CYJFLvK5X9AOeH4KvDvhIfm0vV1GaQRtchnG0hgK5p8hw/xjv8cunWYCsiPCSDzObPyhEwq3KQ==", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/xtend": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", - "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "node_modules/wrap-ansi-cjs/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, "license": "MIT", "engines": { - "node": ">=0.4" + "node": ">=8" } }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "license": "ISC", - "engines": { - "node": ">=10" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true, - "license": "ISC" - }, - "node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "node_modules/wrap-ansi-cjs/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==", "dev": true, "license": "MIT", "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" + "color-convert": "^2.0.1" }, "engines": { - "node": ">=12" + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true, + "license": "MIT" + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yaml": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.7.1.tgz", + "integrity": "sha512-10ULxpnOCQXxJvBgxsn9ptjq6uviG/htZKk9veJGhlqn3w/DxQ631zFF+nlQXLwmImeS5amR2dl2U8sg6U9jsQ==", "dev": true, "license": "ISC", + "bin": { + "yaml": "bin.mjs" + }, "engines": { - "node": ">=12" - } - }, - "node_modules/yn": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz", - "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==", - "license": "MIT", - "engines": { - "node": ">=6" + "node": ">= 14" } } } diff --git a/package.json b/package.json index 0ac5c05b1..5d0f1693b 100644 --- a/package.json +++ b/package.json @@ -1,64 +1,15 @@ { - "name": "pulse", - "version": "1.6.4", - "main": "dist/server.js", - "engines": { - "node": ">=20.0.0" - }, + "name": "proxmox-simplified", + "version": "1.0.0", + "description": "Simplified monitor for Proxmox", "scripts": { - "start": "node dist/server.js", - "build": "tsc", - "dev": "node scripts/configure-env.js dev && NODE_ENV=development node scripts/start.js dev", - "dev:docker": "[ -f .env ] || cp .env.example .env && node scripts/configure-env.js dev && docker compose up --build", - "dev:screenshots": "rm -rf docs/images/* && concurrently --kill-others-on-fail \"npm run dev\" \"sleep 10 && cd tools/screenshot-automation && npm run build && npm start\"", - "prod": "node scripts/configure-env.js prod && node scripts/check-config.js && node scripts/start.js prod", - "prod:docker": "[ -f .env ] || cp .env.example .env && node scripts/configure-env.js prod && node scripts/check-config.js && docker compose up --build", - "stop": "docker compose stop", - "cleanup": "docker compose down --rmi all --volumes --remove-orphans" + "dev": "NODE_ENV=development cd server && node index.js", + "start": "cd server && node index.js" }, - "keywords": [ - "proxmox", - "monitoring", - "dashboard", - "real-time", - "metrics", - "virtualization" - ], - "author": "Richard Courtman", - "license": "MIT", - "description": "A lightweight, responsive monitoring application for Proxmox VE that displays real-time metrics for CPU, memory, network, and disk usage across multiple nodes.", - "repository": { - "type": "git", - "url": "git+https://github.com/rcourtman/pulse.git" - }, - "bugs": { - "url": "https://github.com/rcourtman/pulse/issues" - }, - "homepage": "https://github.com/rcourtman/pulse#readme", "dependencies": { - "@types/express": "^5.0.0", - "@types/node": "^22.13.5", - "@types/socket.io": "^3.0.2", - "@types/uuid": "^10.0.0", - "axios": "^1.8.3", - "cors": "^2.8.5", - "dotenv": "^16.4.7", - "express": "^4.21.2", - "node-fetch": "^3.3.2", - "socket.io": "^4.8.1", - "socket.io-client": "^4.8.1", - "ts-node": "^10.9.2", - "typescript": "^5.7.3", - "uuid": "^11.1.0", - "winston": "^3.17.0" + "dotenv": "^16.0.0" }, "devDependencies": { - "@babel/plugin-transform-modules-commonjs": "^7.26.3", - "@babel/preset-env": "^7.26.9", - "@babel/register": "^7.25.9", - "@types/cors": "^2.8.17", - "concurrently": "^9.1.2", - "nodemon": "^3.1.9", - "ts-node-dev": "^2.0.0" + "tailwindcss": "^4.1.4" } } diff --git a/public/app.js b/public/app.js new file mode 100644 index 000000000..299973b31 --- /dev/null +++ b/public/app.js @@ -0,0 +1,845 @@ +// Setup hot reload capability (No changes needed here unless it manipulates classes/styles) +(function setupHotReload() { + // Check for connection to server and auto-refresh + const socket = io(); + + // Listen for hotReload event from server + socket.on('hotReload', function() { + console.log('Hot reload triggered, refreshing page...'); + window.location.reload(); + }); + + // Fallback: Check for server disconnects/reconnects as trigger for reload + let wasConnected = false; + socket.on('connect', function() { + console.log('Connected to server'); + if (wasConnected) { + console.log('Reconnected - refreshing page'); + // Slight delay to ensure server is ready after reconnect + setTimeout(() => window.location.reload(), 500); + } + wasConnected = true; + // Note: Initial data request moved to DOMContentLoaded to ensure elements exist + }); + + // Optional: Log disconnects + socket.on('disconnect', function(reason) { + console.log('Disconnected from server:', reason); + wasConnected = false; // Reset connection status + // UI update for disconnect handled in DOMContentLoaded listener + }); + +})(); + +document.addEventListener('DOMContentLoaded', function() { + // Guard clauses to ensure essential elements exist before proceeding + const themeToggle = document.getElementById('theme-toggle'); + const connectionStatus = document.getElementById('connection-status'); + const mainTableBody = document.querySelector('#main-table tbody'); + const tooltipElement = document.getElementById('custom-tooltip'); + const searchInput = document.getElementById('dashboard-search'); + const statusElement = document.getElementById('dashboard-status-text'); + + if (!connectionStatus) { + console.error('Critical element #connection-status not found!'); + return; // Stop execution if essential elements are missing + } + if (!mainTableBody) { + console.error('Critical element #main-table tbody not found!'); + // Allow execution for other features, but log error + } + if (!tooltipElement) { + console.warn('Element #custom-tooltip not found - tooltips will not work.'); + } + + const htmlElement = document.documentElement; // Target + + // --- Theme Handling --- + const prefersDarkScheme = window.matchMedia('(prefers-color-scheme: dark)'); + const savedTheme = localStorage.getItem('theme'); + + function applyTheme(theme) { + if (!themeToggle) return; // Guard against missing toggle + if (theme === 'dark') { + htmlElement.classList.add('dark'); + themeToggle.checked = true; + localStorage.setItem('theme', 'dark'); + } else { + htmlElement.classList.remove('dark'); + themeToggle.checked = false; + localStorage.setItem('theme', 'light'); + } + } + + // Apply initial theme only if toggle exists + if (themeToggle) { + applyTheme(savedTheme || (prefersDarkScheme.matches ? 'dark' : 'light')); + + themeToggle.addEventListener('change', function() { + applyTheme(this.checked ? 'dark' : 'light'); + }); + } else { + console.warn('Element #theme-toggle not found - theme switching disabled.'); + // Apply system preference without saving/using toggle state + applyTheme(prefersDarkScheme.matches ? 'dark' : 'light'); + } + + // --- Tab Functionality --- + const tabs = document.querySelectorAll('.tab'); + const tabContents = document.querySelectorAll('.tab-content'); + let showTab = 'main'; // Default visible tab + + tabs.forEach(tab => { + tab.addEventListener('click', () => { + const tabId = tab.getAttribute('data-tab'); + + tabs.forEach(t => { + t.classList.remove('active', 'bg-white', 'dark:bg-gray-800', 'border', 'border-gray-300', 'dark:border-gray-700', 'border-b-0', '-mb-px'); + t.classList.add('bg-gray-100', 'dark:bg-gray-700/50', 'border-transparent', 'text-gray-600', 'dark:text-gray-400', 'hover:bg-gray-200', 'dark:hover:bg-gray-700'); + }); + tab.classList.add('active', 'bg-white', 'dark:bg-gray-800', 'border', 'border-gray-300', 'dark:border-gray-700', 'border-b-0', '-mb-px'); + tab.classList.remove('bg-gray-100', 'dark:bg-gray-700/50', 'border-transparent', 'text-gray-600', 'dark:text-gray-400', 'hover:bg-gray-200', 'dark:hover:bg-gray-700'); + + tabContents.forEach(content => { + content.classList.remove('block'); + content.classList.add('hidden'); + if (content.id === tabId) { + content.classList.remove('hidden'); + content.classList.add('block'); + } + }); + + showTab = tabId; // Update global state + // Potentially trigger data refresh if needed for the specific tab + }); + }); + + // --- Data Storage and State --- + let nodesData = []; + let vmsData = []; + let containersData = []; + let metricsData = []; + let dashboardData = []; + const sortState = { + nodes: { column: null, direction: 'asc' }, + vms: { column: null, direction: 'asc' }, + containers: { column: null, direction: 'asc' }, + main: { column: 'id', direction: 'asc' } + }; + let groupByNode = true; // Default view + let filterGuestType = 'all'; // Default filter + const AVERAGING_WINDOW_SIZE = 5; + const dashboardHistory = {}; + let filterStatus = 'all'; // New state variable for status filter + + // --- WebSocket Connection --- + const socket = io(); + + socket.on('connect', function() { + console.log('[socket] Connected'); + connectionStatus.textContent = 'Connected'; + connectionStatus.classList.remove('disconnected', 'bg-gray-200', 'dark:bg-gray-700', 'text-gray-600', 'dark:text-gray-400', 'bg-red-100', 'dark:bg-red-800/30', 'text-red-700', 'dark:text-red-300'); + connectionStatus.classList.add('connected', 'bg-green-100', 'dark:bg-green-800/30', 'text-green-700', 'dark:text-green-300'); + requestFullData(); // Request data once connected + }); + + socket.on('disconnect', function(reason) { + console.log('[socket] Disconnected:', reason); + connectionStatus.textContent = 'Disconnected'; + connectionStatus.classList.remove('connected', 'bg-green-100', 'dark:bg-green-800/30', 'text-green-700', 'dark:text-green-300'); + connectionStatus.classList.add('disconnected', 'bg-red-100', 'dark:bg-red-800/30', 'text-red-700', 'dark:text-red-300'); + }); + + // --- Sorting Logic --- + function updateSortUI(tableId, clickedHeader) { + const tableElement = document.getElementById(tableId); + if (!tableElement) return; // Guard against missing table + + const table = tableId.split('-')[0]; + const headers = tableElement.querySelectorAll('th.sortable'); + const currentSort = sortState[table]; + + headers.forEach(header => { + header.classList.remove('bg-blue-50', 'dark:bg-blue-900/20'); + const arrow = header.querySelector('.sort-arrow'); + if (arrow) arrow.remove(); + + if (header === clickedHeader && currentSort.column) { // Only highlight/arrow if a sort is active + header.classList.add('bg-blue-50', 'dark:bg-blue-900/20'); + const arrowSpan = document.createElement('span'); + arrowSpan.className = 'sort-arrow ml-1'; + arrowSpan.textContent = currentSort.direction === 'asc' ? '▲' : '▼'; + header.appendChild(arrowSpan); + } + }); + } + + function setupTableSorting(tableId) { + const tableElement = document.getElementById(tableId); + if (!tableElement) { + console.warn(`Table #${tableId} not found for sort setup.`); + return; + } + const tableType = tableId.split('-')[0]; // e.g., 'nodes', 'main' + + tableElement.querySelectorAll('th.sortable').forEach(th => { + th.addEventListener('click', () => { + const column = th.getAttribute('data-sort'); + if (!column) return; + + if (sortState[tableType].column === column) { + sortState[tableType].direction = sortState[tableType].direction === 'asc' ? 'desc' : 'asc'; + } else { + sortState[tableType].column = column; + sortState[tableType].direction = 'asc'; + } + + // Trigger the correct update function based on table type + switch(tableType) { + case 'nodes': updateNodesTable(nodesData); break; + case 'vms': updateVmsTable(vmsData); break; + case 'containers': updateContainersTable(containersData); break; + case 'main': updateDashboardTable(); break; + default: console.error('Unknown table type for sorting:', tableType); + } + + updateSortUI(tableId, th); + }); + }); + } + + // Setup sorting for all tables + setupTableSorting('nodes-table'); + setupTableSorting('vms-table'); + setupTableSorting('containers-table'); + setupTableSorting('main-table'); + + // --- Filtering Logic --- + // Grouping Filter + document.querySelectorAll('input[name="group-filter"]').forEach(radio => { + radio.addEventListener('change', function() { + if (this.checked) { + groupByNode = (this.value === 'grouped'); + updateDashboardTable(); + if (searchInput) searchInput.dispatchEvent(new Event('input')); // Re-apply text filter + } + }); + }); + + // Type Filter + document.querySelectorAll('input[name="type-filter"]').forEach(radio => { + radio.addEventListener('change', function() { + if (this.checked) { + filterGuestType = this.value; + updateDashboardTable(); + if (searchInput) searchInput.dispatchEvent(new Event('input')); // Re-apply text filter + } + }); + }); + + // Text Search Filter + if (searchInput) { + searchInput.addEventListener('input', function() { + // Re-rendering the table applies the search filter within updateDashboardTable + updateDashboardTable(); + }); + } else { + console.warn('Element #dashboard-search not found - text filtering disabled.'); + } + + // Status Filter (NEW) + document.querySelectorAll('input[name="status-filter"]').forEach(radio => { + radio.addEventListener('change', function() { + if (this.checked) { + filterStatus = this.value; // Update the status filter state + updateDashboardTable(); // Re-render the table + if (searchInput) searchInput.dispatchEvent(new Event('input')); // Re-apply text filter if needed + } + }); + }); + + // --- Data Sorting Function --- + function sortData(data, column, direction, type) { + if (!column || !data) return data || []; // Return empty array if data is null/undefined + + // Create a shallow copy to avoid modifying the original array + const dataToSort = [...data]; + + return dataToSort.sort((a, b) => { + let valueA, valueB; + + // Use a helper to get comparable values, handling potential missing data + const getValue = (item, col) => { + if (!item) return type === 'string' ? '' : 0; // Default value based on expected type + let val = item[col]; + // Handle specific column logic if needed + if (type === 'main' && col === 'id') val = parseInt(item.vmid || item.id || 0); + else if (type === 'nodes' && col === 'id') val = item.node; + // ... other specific cases ... + return val ?? (type === 'string' ? '' : 0); // Use default if null/undefined + }; + + valueA = getValue(a, column); + valueB = getValue(b, column); + + // Determine type for comparison (simple check) + const compareType = (typeof valueA === 'string' || typeof valueB === 'string') ? 'string' : 'number'; + + // Comparison logic + if (compareType === 'string') { + valueA = String(valueA).toLowerCase(); + valueB = String(valueB).toLowerCase(); + return direction === 'asc' ? valueA.localeCompare(valueB) : valueB.localeCompare(valueA); + } else { + // Ensure numeric comparison + valueA = parseFloat(valueA) || 0; + valueB = parseFloat(valueB) || 0; + return direction === 'asc' ? valueA - valueB : valueB - valueA; + } + }); + } + + // --- Data Update/Display Functions --- + function updateNodesTable(nodes, skipSorting = false) { + const tbody = document.querySelector('#nodes-table tbody'); + if (!tbody) return; // Guard + tbody.innerHTML = ''; + + const dataToDisplay = skipSorting ? (nodes || []) : sortData(nodes, sortState.nodes.column, sortState.nodes.direction, 'nodes'); + + if (dataToDisplay.length === 0) { + tbody.innerHTML = 'No nodes found'; + return; + } + + dataToDisplay.forEach(node => { + const row = document.createElement('tr'); + row.className = 'border-b border-gray-200 dark:border-gray-700 hover:bg-gray-100 dark:hover:bg-gray-700/60 transition-colors duration-150 ease-in-out'; + + const statusColor = node.status === 'online' ? 'bg-green-500' : 'bg-red-500'; // Use red for non-online, consider gray/yellow for others if needed + const cpuPercent = (node.cpu || 0) * 100; + const memPercent = node.maxmem > 0 ? ((node.mem || 0) / node.maxmem) * 100 : 0; + + // Determine color based on percentage + const getUsageColor = (percent) => { + if (percent > 85) return 'bg-red-500'; + if (percent > 65) return 'bg-yellow-500'; + return 'bg-green-500'; // Default to green + }; + + const cpuColorClass = getUsageColor(cpuPercent); + const memColorClass = getUsageColor(memPercent); + + row.innerHTML = ` + ${node.node || 'N/A'} + + + + ${node.status || 'N/A'} + + + +
+
+ +
+ + +
+
+ +
+ + ${formatBytes(node.maxmem)} + ${formatUptime(node.uptime)} + ${node.ip || 'N/A'} + `; + tbody.appendChild(row); + }); + + // Re-enable tooltips if the library/method exists (assuming a simple CSS hover tooltip here) + // This example uses group-hover, so no extra JS needed for *these* tooltips. + } + + function updateVmsTable(vms, skipSorting = false) { + const tbody = document.querySelector('#vms-table tbody'); + if (!tbody) return; // Guard + tbody.innerHTML = ''; + + const dataToDisplay = skipSorting ? (vms || []) : sortData(vms, sortState.vms.column, sortState.vms.direction, 'vms'); + + if (dataToDisplay.length === 0) { + tbody.innerHTML = 'No VMs found'; + return; + } + + dataToDisplay.forEach(vm => { + const row = document.createElement('tr'); + row.className = 'hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors'; + row.innerHTML = ` + ${vm.vmid || 'N/A'} + ${vm.name || 'N/A'} + ${vm.node || 'N/A'} + ${vm.status || 'N/A'} + ${vm.cpus || 'N/A'} + ${formatBytes(vm.maxmem)} + ${formatBytes(vm.maxdisk)} + ${formatUptime(vm.uptime)} + `; + tbody.appendChild(row); + }); + } + + function updateContainersTable(containers, skipSorting = false) { + const tbody = document.querySelector('#containers-table tbody'); + if (!tbody) return; // Guard + tbody.innerHTML = ''; + + const dataToDisplay = skipSorting ? (containers || []) : sortData(containers, sortState.containers.column, sortState.containers.direction, 'containers'); + + if (dataToDisplay.length === 0) { + tbody.innerHTML = 'No containers found'; + return; + } + + dataToDisplay.forEach(ct => { + const row = document.createElement('tr'); + row.className = 'hover:bg-gray-50 dark:hover:bg-gray-700/50 transition-colors'; + row.innerHTML = ` + ${ct.vmid || 'N/A'} + ${ct.name || 'N/A'} + ${ct.node || 'N/A'} + ${ct.status || 'N/A'} + ${ct.cpus || 'N/A'} + ${formatBytes(ct.maxmem)} + ${formatBytes(ct.maxdisk)} + ${formatUptime(ct.uptime)} + `; + tbody.appendChild(row); + }); + } + + // --- Formatting Helpers --- + function formatBytes(bytes) { + if (bytes === undefined || bytes === null || isNaN(bytes)) return 'N/A'; + if (bytes <= 0) return '0 B'; // Handle 0 or negative + const units = ['B', 'KB', 'MB', 'GB', 'TB']; + const i = Math.floor(Math.log(bytes) / Math.log(1024)); + const unitIndex = Math.max(0, Math.min(i, units.length - 1)); + const value = bytes / Math.pow(1024, unitIndex); + return `${parseFloat(value.toFixed(unitIndex === 0 ? 0 : 1))} ${units[unitIndex]}`; + } + function formatCpu(cpu) { + if (cpu === undefined || cpu === null || isNaN(cpu)) return 'N/A'; + return `${(cpu * 100).toFixed(1)}%`; + } + function formatUptime(seconds) { + if (seconds === undefined || seconds === null || isNaN(seconds) || seconds < 0) return 'N/A'; + if (seconds < 60) return '<1m'; + const d = Math.floor(seconds / 86400); + const h = Math.floor((seconds % 86400) / 3600); + const m = Math.floor((seconds % 3600) / 60); + let str = ''; + if (d > 0) str += `${d}d `; + if (h > 0 || d > 0) str += `${h}h `; // Show 0h if days are present + str += `${m}m`; + return str.trim(); + } + function formatSpeed(bytesPerSecond) { + if (bytesPerSecond === undefined || bytesPerSecond === null || isNaN(bytesPerSecond)) return 'N/A'; + if (bytesPerSecond < 1) return '0 B/s'; + return `${formatBytes(bytesPerSecond)}/s`; + } + function formatBytesInt(bytes) { + if (bytes === undefined || bytes === null || isNaN(bytes)) return 'N/A'; + if (bytes <= 0) return '0 B'; + const units = ['B', 'KB', 'MB', 'GB', 'TB']; + const i = Math.floor(Math.log(bytes) / Math.log(1024)); + const unitIndex = Math.max(0, Math.min(i, units.length - 1)); + const value = bytes / Math.pow(1024, unitIndex); + return `${Math.max(1, Math.round(value))} ${units[unitIndex]}`; + } + function formatCpuInt(cpu) { + if (cpu === undefined || cpu === null || isNaN(cpu)) return 'N/A'; + return `${Math.round(cpu * 100)}%`; + } + function formatSpeedInt(bytesPerSecond) { + if (bytesPerSecond === undefined || bytesPerSecond === null || isNaN(bytesPerSecond)) return 'N/A'; + if (bytesPerSecond < 1) return '0 B/s'; + return `${formatBytesInt(bytesPerSecond)}/s`; + } + + // --- Dashboard Data Processing & Display --- + function refreshDashboardData() { + dashboardData = []; + console.log('[refreshDashboardData] Starting refresh...'); + + let maxNameLength = 0; + let maxUptimeLength = 0; + + // Helper: Calculates average, returns null if invalid/insufficient data + function calculateAverage(historyArray, key) { + if (!historyArray || historyArray.length === 0) return null; + const validEntries = historyArray.filter(entry => typeof entry[key] === 'number' && !isNaN(entry[key])); + if (validEntries.length === 0) return null; + const sum = validEntries.reduce((acc, curr) => acc + curr[key], 0); + return sum / validEntries.length; + } + + // Helper: Calculates rate, returns null if invalid/insufficient data + function calculateAverageRate(historyArray, key) { + if (!historyArray || historyArray.length < 2) return null; + const validHistory = historyArray.filter(entry => + typeof entry.timestamp === 'number' && !isNaN(entry.timestamp) && + typeof entry[key] === 'number' && !isNaN(entry[key]) + ); + if (validHistory.length < 2) return null; + const oldest = validHistory[0]; + const newest = validHistory[validHistory.length - 1]; + const valueDiff = newest[key] - oldest[key]; + const timeDiff = (newest.timestamp - oldest.timestamp) / 1000; + if (timeDiff <= 0) return 0; + return valueDiff / timeDiff; + } + + // Process VMs and Containers + const processGuest = (guest, type) => { + const metrics = (metricsData || []).find(m => m.id === guest.vmid && m.type === type); + // console.log(`[refreshDashboardData] Processing ${type} ${guest.vmid} (${guest.name}). Found metrics:`, metrics); + + let avgCpu = 0, avgMem = 0, avgDisk = 0; + let avgDiskReadRate = 0, avgDiskWriteRate = 0, avgNetInRate = 0, avgNetOutRate = 0; + let avgMemoryPercent = 'N/A', avgDiskPercent = 'N/A'; + + if (guest.status === 'running' && metrics && metrics.current) { + // Only process metrics history for running guests with current metrics + console.log(`[dbg ${guest.vmid}] metrics.current:`, JSON.stringify(metrics.current)); // DEBUG: Log raw current metrics + if (!dashboardHistory[guest.vmid]) dashboardHistory[guest.vmid] = []; + const history = dashboardHistory[guest.vmid]; + const currentDataPoint = { timestamp: Date.now(), ...metrics.current }; + history.push(currentDataPoint); + if (history.length > AVERAGING_WINDOW_SIZE) history.shift(); + + avgCpu = calculateAverage(history, 'cpu') ?? 0; + avgMem = calculateAverage(history, 'mem') ?? 0; + avgDisk = calculateAverage(history, 'disk') ?? 0; + avgDiskReadRate = calculateAverageRate(history, 'diskread') ?? 0; + avgDiskWriteRate = calculateAverageRate(history, 'diskwrite') ?? 0; + avgNetInRate = calculateAverageRate(history, 'netin') ?? 0; + avgNetOutRate = calculateAverageRate(history, 'netout') ?? 0; + avgMemoryPercent = (guest.maxmem > 0) ? Math.round(avgMem / guest.maxmem * 100) : 'N/A'; + avgDiskPercent = (guest.maxdisk > 0) ? Math.round(avgDisk / guest.maxdisk * 100) : 'N/A'; + console.log(`[dbg ${guest.vmid}] Rates (B/s): netin=${avgNetInRate?.toFixed(0)}, netout=${avgNetOutRate?.toFixed(0)}, diskread=${avgDiskReadRate?.toFixed(0)}, diskwrite=${avgDiskWriteRate?.toFixed(0)}`); // DEBUG: Log calculated rates + // console.log(`[refreshDashboardData] ${type} ${guest.vmid} Calculated Percentages: Mem%=${avgMemoryPercent}, Disk%=${avgDiskPercent}`); + } else if (guest.status === 'stopped') { + // Clear history for stopped guests + if (dashboardHistory[guest.vmid]) { + delete dashboardHistory[guest.vmid]; + } + // Metrics remain at default 0 / N/A for stopped guests + } + + const name = guest.name || `${type === 'qemu' ? 'VM' : 'CT'} ${guest.vmid}`; + const uptimeFormatted = formatUptime(guest.uptime); + if (name.length > maxNameLength) maxNameLength = name.length; + if (uptimeFormatted.length > maxUptimeLength) maxUptimeLength = uptimeFormatted.length; + + // Always push the guest data, using defaults for stopped guests + dashboardData.push({ + id: guest.vmid, name: name, node: guest.node, + type: type === 'qemu' ? 'VM' : 'CT', + status: guest.status, + cpu: avgCpu, + cpus: guest.cpus || 1, + memory: avgMemoryPercent, // 'N/A' for stopped or if no maxmem + memoryCurrent: avgMem, + memoryTotal: guest.maxmem, + disk: avgDiskPercent, // 'N/A' for stopped or if no maxdisk + diskCurrent: avgDisk, + diskTotal: guest.maxdisk, + uptime: guest.status === 'running' ? guest.uptime : 0, // Sort stopped guests differently + diskread: avgDiskReadRate, + diskwrite: avgDiskWriteRate, + netin: avgNetInRate, + netout: avgNetOutRate + }); + }; + + (vmsData || []).forEach(vm => processGuest(vm, 'qemu')); + (containersData || []).forEach(ct => processGuest(ct, 'lxc')); + + // Set Column Widths + const nameColWidth = Math.min(Math.max(maxNameLength * 8 + 16, 100), 300); + const uptimeColWidth = Math.max(maxUptimeLength * 7 + 16, 80); + if (htmlElement) { + htmlElement.style.setProperty('--name-col-width', `${nameColWidth}px`); + htmlElement.style.setProperty('--uptime-col-width', `${uptimeColWidth}px`); + } + + updateDashboardTable(); // Render the table + } + + function updateDashboardTable() { + if (!mainTableBody) return; + mainTableBody.innerHTML = ''; // Clear + + const currentSearchTerm = searchInput ? searchInput.value.toLowerCase() : ''; + + // Apply type filter + const typeFilteredData = (dashboardData || []).filter(guest => + filterGuestType === 'all' || (guest.type && guest.type.toLowerCase() === filterGuestType) + ); + + // Apply status filter + const statusFilteredData = typeFilteredData.filter(guest => + filterStatus === 'all' || guest.status === filterStatus + ); + + // Apply sorting + const sortedData = sortData(statusFilteredData, sortState.main.column, sortState.main.direction, 'main'); + + // Apply search filter + const searchTerms = (searchInput ? searchInput.value.toLowerCase().split(',').map(term => term.trim()).filter(term => term) : []); + + // Filter data based on search terms, type filter, and status filter + let filteredData = sortedData.filter(item => { + const typeMatch = (filterGuestType === 'all' || (item.type && item.type.toLowerCase() === filterGuestType)); + const statusMatch = (filterStatus === 'all' || item.status === filterStatus); + const nameMatch = searchTerms.length === 0 || searchTerms.some(term => + (item.name?.toLowerCase() || '').includes(term) || + (item.node?.toLowerCase() || '').includes(term) || // Allow searching node name + (item.id?.toString() || '').includes(term) // Allow searching ID + ); + return typeMatch && statusMatch && nameMatch; // Combine all filters + }); + + // Group data if needed + const nodeGroups = {}; + if (groupByNode) { + filteredData.forEach(guest => { + if (!nodeGroups[guest.node]) nodeGroups[guest.node] = []; + nodeGroups[guest.node].push(guest); + }); + } + + // Render Rows + let visibleCount = 0; + let visibleNodes = new Set(); + + if (groupByNode) { + Object.keys(nodeGroups).sort().forEach(nodeName => { + visibleNodes.add(nodeName.toLowerCase()); + const nodeHeaderRow = document.createElement('tr'); + nodeHeaderRow.className = 'node-header bg-gray-100 dark:bg-gray-700/80 font-semibold text-gray-700 dark:text-gray-300 text-xs'; + nodeHeaderRow.innerHTML = ` + + ${nodeName} + `; + mainTableBody.appendChild(nodeHeaderRow); + nodeGroups[nodeName].forEach(guest => { + mainTableBody.appendChild(createGuestRow(guest)); + visibleCount++; + }); + }); + } else { + filteredData.forEach(guest => { + mainTableBody.appendChild(createGuestRow(guest)); + visibleCount++; + visibleNodes.add(guest.node.toLowerCase()); + }); + } + + // Handle empty table states + if (visibleCount === 0) { + const filterText = currentSearchTerm ? ` match filter "${currentSearchTerm}"` : ''; + const typeText = filterGuestType !== 'all' ? filterGuestType.toUpperCase() + 's' : 'guests'; + const statusText = filterStatus !== 'all' ? ` (${filterStatus})` : ''; // Add status to the message + mainTableBody.innerHTML = `No ${typeText}${statusText}${filterText} found`; + } + + // Update Status Text + if (statusElement) { + const statusBaseText = `Updated: ${new Date().toLocaleTimeString()}`; + let statusFilterText = currentSearchTerm ? ` | Filter: "${currentSearchTerm}"` : ''; + let statusCountText = ` | Showing ${visibleCount}`; + if (filterGuestType !== 'all') statusCountText += ` ${filterGuestType.toUpperCase()}s`; + if (filterStatus !== 'all') statusCountText += ` (${filterStatus})`; // Add status to the count text + statusCountText += ` guests`; + if (groupByNode && visibleNodes.size > 0) statusCountText += ` across ${visibleNodes.size} nodes`; + statusElement.textContent = statusBaseText + statusFilterText + statusCountText; + } + } + + function createGuestRow(guest) { + // console.log('[createGuestRow] Received guest data:', guest); + const row = document.createElement('tr'); + // Add more prominent hover background, shadow, lift effect, and transition + row.className = `transition-all duration-150 ease-out hover:bg-gray-100 dark:hover:bg-gray-700 hover:shadow-md hover:-translate-y-px ${guest.status === 'stopped' ? 'opacity-60' : ''}`; + row.setAttribute('data-name', guest.name.toLowerCase()); + row.setAttribute('data-type', guest.type.toLowerCase()); + row.setAttribute('data-node', guest.node.toLowerCase()); + row.setAttribute('data-id', guest.id); + + const memoryPercent = guest.memory; // Already calculated, possibly 'N/A' + const diskPercent = guest.disk; // Already calculated, possibly 'N/A' + const cpuPercent = Math.round(guest.cpu * 100); + + const cpuAbsolute = guest.cpus ? `(${(guest.cpu * guest.cpus).toFixed(1)}/${guest.cpus} cores)` : ''; + const memoryAbsolute = guest.memoryTotal ? `(${formatBytesInt(guest.memoryCurrent)} / ${formatBytesInt(guest.memoryTotal)})` : ''; + const diskAbsolute = guest.diskTotal ? `(${formatBytesInt(guest.diskCurrent)} / ${formatBytesInt(guest.diskTotal)})` : ''; + + const cpuUsageText = createUsageText(cpuPercent, cpuAbsolute); + const memoryUsageText = createUsageText(memoryPercent, memoryAbsolute); + const diskUsageText = createUsageText(diskPercent, diskAbsolute); + + const typeIconClass = guest.type === 'VM' + ? 'vm-icon bg-blue-100 dark:bg-blue-900/50 text-blue-700 dark:text-blue-300 border border-blue-200 dark:border-blue-700' + : 'ct-icon bg-green-100 dark:bg-green-900/50 text-green-700 dark:text-green-300 border border-green-200 dark:border-green-700'; + const typeIcon = `${guest.type}`; + + row.innerHTML = ` + ${guest.name} + ${typeIcon} + ${guest.id} + ${formatUptime(guest.uptime)} + ${cpuUsageText} + ${memoryUsageText} + ${diskUsageText} + ${formatSpeedInt(guest.diskread)} + ${formatSpeedInt(guest.diskwrite)} + ${formatSpeedInt(guest.netin)} + ${formatSpeedInt(guest.netout)} + `; + return row; + } + + function createUsageText(percentage, tooltipText = '') { + // console.log(`[createUsageText] Received percentage: ${percentage}, tooltip: ${tooltipText}`); + let colorClass = ''; + let displayPercentage = percentage; + + if (percentage === 'N/A' || isNaN(percentage)) { + displayPercentage = 'N/A'; + colorClass = 'text-gray-400 dark:text-gray-500'; + } else { + const numericPercentage = parseInt(percentage); + displayPercentage = `${numericPercentage}%`; + if (numericPercentage > 85) { + colorClass = 'text-red-600 dark:text-red-400 font-medium'; + } else if (numericPercentage > 65) { + colorClass = 'text-yellow-600 dark:text-yellow-400'; + } else { + colorClass = 'text-green-600 dark:text-green-400'; + } + } + const safeTooltipText = tooltipText.replace(/"/g, '"'); + return `${displayPercentage}`; + } + + // --- WebSocket Message Handling --- + // Add a generic listener to catch *any* events from the server + socket.onAny((eventName, ...args) => { + console.log(`[socket.onAny] Received event: ${eventName}`, args); + }); + + // Listener for the 'rawData' event from the server + socket.on('rawData', (jsonData) => { + console.log('[socket.on("rawData")] Received data event'); + try { + // Assuming server sends data as a JSON string + const data = typeof jsonData === 'string' ? JSON.parse(jsonData) : jsonData; + + // Update global data stores + nodesData = data.nodes || []; + vmsData = data.vms || []; + containersData = data.containers || []; + metricsData = data.metrics || []; + console.log('[socket.on("rawData")] Parsed data'); + + // Update UI tables + updateNodesTable(nodesData); + updateVmsTable(vmsData); + updateContainersTable(containersData); + refreshDashboardData(); // Process and update the main dashboard + console.log('[socket.on("rawData")] Processed data and updated UI'); + + } catch (e) { + console.error('Error processing received rawData:', e, jsonData); + } + }); + + function requestFullData() { + console.log("Requesting full data..."); + if (socket.connected) { + socket.emit('requestData'); // Standard emit + } else { + console.warn("Socket not connected, cannot request full data."); + } + } + + // --- Tooltip Logic --- + if (mainTableBody && tooltipElement) { + mainTableBody.addEventListener('mouseover', (event) => { + const target = event.target.closest('.metric-tooltip-trigger'); + if (target) { + const tooltipText = target.getAttribute('data-tooltip'); + if (tooltipText) { + tooltipElement.textContent = tooltipText; + const offsetX = 10; + const offsetY = 15; + tooltipElement.style.left = `${event.pageX + offsetX}px`; + tooltipElement.style.top = `${event.pageY + offsetY}px`; + tooltipElement.classList.remove('hidden', 'opacity-0'); + tooltipElement.classList.add('opacity-100'); + } + } + }); + mainTableBody.addEventListener('mouseout', (event) => { + const target = event.target.closest('.metric-tooltip-trigger'); + if (target) { + tooltipElement.classList.add('hidden', 'opacity-0'); + tooltipElement.classList.remove('opacity-100'); + } + }); + mainTableBody.addEventListener('mousemove', (event) => { + const target = event.target.closest('.metric-tooltip-trigger'); + if (!tooltipElement.classList.contains('hidden') && target) { + // Update position while moving over the trigger + const offsetX = 10; + const offsetY = 15; + tooltipElement.style.left = `${event.pageX + offsetX}px`; + tooltipElement.style.top = `${event.pageY + offsetY}px`; + } else if (!tooltipElement.classList.contains('hidden') && !target) { + // Optional: hide if mouse moves off trigger onto non-trigger area + // tooltipElement.classList.add('hidden', 'opacity-0'); + // tooltipElement.classList.remove('opacity-100'); + } + }); + } + + // --- Reset Filters/Sort Listener --- + document.addEventListener('keydown', function(event) { + if (event.key === 'Escape') { + if(searchInput) searchInput.value = ''; + sortState.main = { column: 'id', direction: 'asc' }; + updateSortUI('main-table', document.querySelector('#main-table th[data-sort="id"]')); + const groupGroupedRadio = document.getElementById('group-grouped'); + if(groupGroupedRadio) groupGroupedRadio.checked = true; + groupByNode = true; + const filterAllRadio = document.getElementById('filter-all'); + if(filterAllRadio) filterAllRadio.checked = true; + filterGuestType = 'all'; + filterStatus = 'all'; + updateDashboardTable(); + } + }); + + // --- Initial Setup Calls --- + updateSortUI('main-table', document.querySelector('#main-table th[data-sort="id"]')); + // Data is requested on socket 'connect' event + +}); // End DOMContentLoaded \ No newline at end of file diff --git a/public/index.html b/public/index.html new file mode 100644 index 000000000..3c6717160 --- /dev/null +++ b/public/index.html @@ -0,0 +1,219 @@ + + + + + + Pulse + + + + + + +
+
+ +
+ +
+ + + Pulse +
+
+
+ Dark Mode + +
+
Disconnected
+ + +
+
+ +
+ +
Main
+
Nodes
+
+ + + + + +
+ +
+
+ +
+ +
+ +
+
+ + + + +
+
+ +
+
+ + + + + + +
+
+ +
+
+ + + + + + +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeIDUptimeCPUMemDiskDisk ReadDisk WriteNet InNet Out
Loading data...
+
+ Loading dashboard data... +
+
+ + + + + + + + \ No newline at end of file diff --git a/public/index.html.bak b/public/index.html.bak new file mode 100644 index 000000000..2a1b33358 --- /dev/null +++ b/public/index.html.bak @@ -0,0 +1,232 @@ + + + + + + Pulse + + + + + +
+
+

Pulse

+
+
+ Dark Mode + +
+
Disconnected
+ + +
+
+ +
+ +
Main
+
Nodes
+
VMs
+
Containers
+
+ + + + + + + + + +
+ +
+
+ +
+ +
+ +
+ View: +
+ + + + +
+
+ +
+ Show: +
+ + + + + + +
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
NameTypeIDUptimeCPUMemDiskDisk ReadDisk WriteNet InNet Out
Loading data...
+
+ Loading dashboard data... +
+
+ + + + + + + + \ No newline at end of file diff --git a/public/logo.svg b/public/logo.svg new file mode 100644 index 000000000..9c9b212f2 --- /dev/null +++ b/public/logo.svg @@ -0,0 +1,29 @@ + + Pulse Logo + + + + \ No newline at end of file diff --git a/public/logos/README.md b/public/logos/README.md deleted file mode 100644 index a22c43ae7..000000000 --- a/public/logos/README.md +++ /dev/null @@ -1,52 +0,0 @@ -# Pulse Logo Assets - -This directory contains various PNG versions of the Pulse logo for use in different contexts. - -## Square Logos (Icon Only) - -These are square logos containing only the Pulse icon (no text): - -- `pulse-logo-16x16.png` - Favicon size -- `pulse-logo-32x32.png` - Small icon size -- `pulse-logo-64x64.png` - Medium icon size -- `pulse-logo-128x128.png` - Large icon size -- `pulse-logo-256x256.png` - Extra large icon size -- `pulse-logo-512x512.png` - App icon size -- `pulse-logo-1024x1024.png` - High-resolution icon size - -## Rectangular Logos (Icon with Text) - -These are rectangular logos containing both the Pulse icon and text: - -- `pulse-logo-with-text-200x60.png` - Small banner size -- `pulse-logo-with-text-400x120.png` - Medium banner size -- `pulse-logo-with-text-800x240.png` - Large banner size - -## Usage Guidelines - -- For favicons and small UI elements, use the smaller square logos (16x16, 32x32) -- For app icons and larger UI elements, use the medium to large square logos (64x64, 128x128, 256x256) -- For headers, banners, and marketing materials, use the rectangular logos with text -- For high-resolution displays or when you need to scale the logo, use the largest sizes (512x512, 1024x1024) - -## Generating New Sizes - -If you need additional sizes or variations, you can run the logo generation scripts: - -```bash -# Install the required dependencies -npm install canvas - -# Generate square logos (icon only) -node scripts/generate-logo-pngs.js - -# Generate rectangular logos (icon with text) -node scripts/generate-logo-with-text.js -``` - -## Logo Design - -The Pulse logo features: -- A circular background with a blue gradient (#3a7bd5) -- A pulsing animation ring (represented as a static ring in the PNG versions) -- A central white dot representing the core of the pulse \ No newline at end of file diff --git a/public/logos/pulse-logo-1024x1024.png b/public/logos/pulse-logo-1024x1024.png deleted file mode 100644 index 076a3061e063ab2c4dd346064ae94391b28dbfa1..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 172609 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
A$bq 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 diff --git a/public/logos/pulse-logo-128x128.png b/public/logos/pulse-logo-128x128.png deleted file mode 100644 index 6eaf270f0a6eeb8b552562f8708af931a596c1c2..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 14441 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 diff --git a/public/logos/pulse-logo-16x16.png b/public/logos/pulse-logo-16x16.png deleted file mode 100644 index 53bb658705f5fd473016899f552546efa2e364fa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 923 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 TKk{`D@F(|9>20};ap3;|l8g&t diff --git a/public/logos/pulse-logo-32x32.png b/public/logos/pulse-logo-32x32.png deleted file mode 100644 index 275e1f55b9fc5a6be0c88977674680bf4aa3ef89..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2456 zcmV;J31{|+P)G9 z%sKn)%Ua*(!h9E7;E^d^ko9o`!e)sr+ z8~{w!$AJ$#^2nZH|D(;s;|l)J(V_A8OeIY#Do>y7tp5H~XJv7%$TKHyCmaB>0&a1w z$e&+G+ga)C^jH{8jfU~~knf*cOuJwszDLBs=$e-HmB0M()bZwX06a-LpR#of!+FYSKm% zuMR5@1Asa5jTe%n#^0VC3F2zEfBe|+t~m6(r_Xj)FDw_SN8nn(hyyl_$TQ8zn0n24 z^^i>zu-0QDxWih3==#1bK8A8;MH%a(vfL@)FT1|#6(aM-AG-T<>DGO;}e5O zp$xz?W)FL$^{TMcL&HQsuMoQpl|{$1THPqUAkU$pLsc5cB1-5xOJj`dMSNnVWsTlg*fL_MF;6} z``)NQAS_(Zx?AEkFP#8<(Noovy<9#S*GvF~o?Fa%ho_?Eoip*!a~FGUrz)idr{bKd z>R-?GR{wLucJG`DMn)SH0i@S9Y=3^CzjEbF06_&5i(ILaOq-hFI_9T zM1U$#ij%@Z@2`+R*LL| z?;Q!l2M^XKK%`IotG%o`fcG;e*6ANlJa%870l<0T6Dw_(R=!sx2@5-u;q6;`wqeI5KW_YO}R20wegyK?DTKUJ^*z(#8O zrH`KjTL+S>Pe0z-d;eD=k8vanm;m7N^*r6x3jB$d7u_+PGzurOc*FK9pF4<(Dz-Ko zL;=#lnjgQd(fY)(p{dX(@7!X(@!Nl{EmiPNTH0QzPyYQoho9LN007MoKk}mFbXVll zZjT39_VU$UH}H+#G7==SyTbY%Q&GbhP&cchL z<4qG04WRw4O9%)^LSt$Hd6k@NZI?cEy1l$}+O1Vt-mpu#!`F5m&u?-pKR-*Z{K3R< zI2nh`)hLO8{S!fa`()I3*LaXLYR1R*v0Ty3w77gd>%Md~>s(mscdHFojeNCh7fYsZ zKRb8u@=o4OFD4JpJ>Rkt&W$GC-OZRi0z*k&m+i!$p_*X;Xs2R#B&1eWtJb{T$BQV- z?>_VWBkONuz3J8L=$D@J!?Eb|fsfA)*Zrg(vDvxiRNa7f6qcRvtWa6+7X8BFm-%Y{ ziIYD*R^E*BwwKd;=gy44%EKX>k3=<2VxLVI@ZkKq11^B%rIR!hmloQyqED3`elb6H zc=@gRe_H|DLcadDNR!6<2)L8L`#m-jOtt|4BHXd6OQig7g}$ii#{7xL?(4ske*X)s WH4!&VD9Awo00007iMM&DjrC;Iv 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≻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 V*$7#%T%P~{002ovPDHLkV1nrZsw@Bi diff --git a/public/logos/pulse-logo-with-text-200x60.png b/public/logos/pulse-logo-with-text-200x60.png deleted file mode 100644 index e4e4ab96e724fc0c2f0a552dd2732c072e3e4a03..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 6538 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 diff --git a/public/logos/pulse-logo-with-text-400x120.png b/public/logos/pulse-logo-with-text-400x120.png deleted file mode 100644 index dc1b38296068e8ad9866cc4d919655f856b7f2c0..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 15441 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 diff --git a/public/logos/pulse-logo-with-text-800x240.png b/public/logos/pulse-logo-with-text-800x240.png deleted file mode 100644 index 2254b1aae7bc45f7a9b5ce0065627d26a20884c4..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 35501 zcmce7^<{sKn^Ua;huTe=9Wk`=d%0QcB1K$F4{>Dhh#(|(XBv)s`815v^Hqi!N=JhB{5 z!~iW6D|I~YV0jf-S=!Rv+}u*y!m{Bz`oZLL%fZY~z=qFFyB8NNrvLxXR~0<3E*m@EN%%{ca`kAIZLn5iaM&=Z`OLhR1y@Tk5>T;cxIu~Z=uT2{bvN?1>T}X=S7ysX)EeVA6+B~Q2)H% zOQM=ZrDj`PDsMxsp7&E371)_{`ywA9>(r5lXeQvRES?W?pUcs|l8>~fI0J$tr zD1S*y`e#drFb3pr;Z%3y1#?!v4TrwkF?2@(f_3q9=guZ9F!N;ub~1uT=8~ihh0h`c z#j*~(|9$LwyfmsAn(!$vJ}xeKX25s%5~Pkq33X~^Sm+rNU~R`xE{jRvs%F-(7Wo?dk9nWNo7dMs`7>!J-U));8_C>BKeZVDDKP2(JYS|&-tBuUsjkp%7q7L+6_BFD#@Jcjf}D!_ zKCAJz>YMvj>+@#fSy4d(aq0K%Az8N9Vcpm3EP%nhd*N+*1}5uvA`ORdX{vT} zDg)Ya{CV~0b^#AYg}Cmy5gB{?+tR0g#`D*~>Nv_16Z@#Spe!e)`(=b%$G>Cv@5uy& zv7Af4+cEmilzveUyFY>c+9`j1L=FRY%BudH$e(3E+h(QqC=tx_t`)U__I^7VkqgT!~TQ9b51x=BC7Bivy6u=Ra_66jr)&R(RX|=#DP` z1`I*qWdx>dr1XifTH)li-m^O;?$_P7B7-3XVSR6g(x_ai=M-60HN}r66Jmt2@w4^L ztZO2&wa?WfO##rIyz8ka<|pd-kGm&2hnEZgHr~C!fK2pKto*pR^&a=@HA`wW(~XJ< z{3+XeG2sKD9<-vCXs$EDXajM-Je#|Drm-@J%*OYriLhOxOyzb?zkAEiU*zIv{`r&u zEj=yZ`1*9>zOUa4=`co|ECrw5=xbqCc|k>jn_N*dbO0jcx&hb3w{V@fvPiaicaME^ z(cO-x%xVtuJ%QMH7gxgnL&~yICJtH*@zVhTv`clsyQ~X$4G;;E-fL>NA61+0v({aR z;h6o$p6$E5V=r!2hW!nBJ7 zua}3P%DruQL52o`W<7wIma@x8R|tx2^9YtQtV~b7u6r zvMdY<{R=wXH@oq~u>n)c$Fp@qw`u$JuKfgr#7GG}6}5`aL$7w zJ`2=r%}~_H(nP1y7U=)=-^ViLP}EJVMN*E%V} zyrd7B%gfhf0fV}$y^>>YmKF5*ZAQmD>fql}GQZMDNRW2=`IWbvj4{d?{EawcA4fUN zfr!V=i6bREar{1xtZ4Q|@FI)Tv4iAKjpW!sgyDZnY%zF_JC0miT3FYG_h)VUe@tv0 z;##?~Zpc;;!}te|#+tATWXC-e$O-cLZoZh<#(SAYn_(B05bFNfIwH6%|Lfao3{K!> z4yI_!p4aZKNCP3A5n;OTdHZASiBrig{lDY;DwLrmf!DSx8yDQS(vNPx=e#7Vx}Qbt z(J&#Qvc)j-^r-(G4?I-uJZ)@vrZgf+Kn&bXkF4;x*Z9TnXZF5!lKR-2e^8>sBTxjT z%Jg+?*wpl!d8)sB{1o!ZRcU8wf{tYp{J&?B!b4vg{%+%Ss!QjYnAEABi~q&fbkK99 zxJs+{?Vk_KrYf?~ay_03o^UHn_0_IA@~dfhUYT)z$$AfzjEm7Qtp$3`Y%_cZcw2qe zHDIOekOBEuW9l&WRW9AWxjj)7tNNF9xE%!Ipxn#9*85k`cHEvN+_fem*GFwHl`|}C z3-~a-e5bb66WwNUMriIjUzwG0RW{N@H?b1L4e&c_H(YpRkw~BWcV?1L`7)#=>~4Kr zpNs+T2}0l5FHA$8?<6j?F{Q9K7ILD&S$8xTT6;Pj`Qb_PFV4Eml)p|JjSkP2nvbR8 znJ)A0uBF5%omBpI=J|Jad6ojLe@!)AqUlE(sJAfK|Gmo9RcXsHd?Vr^iUA1jbXRRj zV2I|`a?G5FcYS>}#I~Kpxs}M-D8FqmS)oO}I+bqUsAk%s&uh`tx8m4)wVNC%*m3Al z^TyZKZsOd6tSw#ceDW(VJT%(FwOuzu@2u@RF^)v8eRI=L$Z=Y`dHt7&|5Bw`bspN* zI7UbHo48vZfHw0W#Q6tl)yFMq!uPk08H>XEJ6~RBE=`AKPy%O#A(BXdINgaOY5vvJ zG?@-hyLK%f@rPUNIug~4N(3t2Yltpd7V{)f((cS6|}x{cG6;bv#=>< zp#RTV28M%4V*`Mm7rGdCA^_(2tsd1}_AicbwRel7G(UAfp_nbq%iSv_-XC`h^$>nN z81ikx^KfVgB4X9fW4Y5hG?;d9Hf1^VhGo>t{CEsl8~K)}PFIgZ4-l{P$bX&~n~uvu8zSy-VZnNbjwCI2#*?Xi6JFx2#Qs$T z?!Z4C;hH2rcf^Www6KxL*L%({5bXW^SL$%}c~X&m)(bB0pVwz?lm4whBJ_oX&ex zz5>cA*?VdYlNQWioIDOhw9ig${fE^RHcyd+FV_3*)cPK&2}l#ROs$4p8e)X)u5WdJ zgv{n^y7__BL&YpIq@pAq_$XhU2xpj8`i8f#x~vpHg6_%6@QdJke~Q z&;P6?#WLFlrMhV&WZ590X=$tKo%)}>ymLH~H4vRNgiprDu=2-@%;mhzydO%4sF^7| zc&ljoHPSm!2djk14Q#3Jko(Y+;_Ib81iEvP@tNB$43=;B=1XdCWfD0aT3r+Q##y?AdMpxbiEMBNW~qltBe z!){c8UOiq*Qy@bN?HS>2kZ|Q$P=V8KyHCAtWqO_N8KI+bS7nyoX*y$|iXTmkMupBp zTIK!XVgi%QzfH(S9s3Sg_0;Z0)c~3EwHXKdXH}2vD4piOpfh2$N)hh%ZPMG|2AplG zEC(}kt#=@+cH=R@L&}})(qCoSJb)fSfxcYQx|C7=SbV_K=d6~G$CG>4v74fP70ri5 zR@F3Z?+@o95j8_^<|IzHs9m%%-IZQ^T9<6sX|JJn%f~0vv(alC;QQ- z_Z9x2mUf@cL*4I~l&|*5neEGrgQ~EpO#d_X4{l!zGY5?Y1+^wCkgqP9_GCaCFEk^s z#$tv$PGMo&LC)k+_X`2uU}0YEvQaK4$3p4#m}qaa$43QzuKzm>CR(oBwTTp-iOOd^ z93wZu=kkVi965$Z%mE%D)7JJhi;l~`HylD3TE;WHhq*jf_UCosTMFfWvZXNZuBKQA z|66}Hx=-{^;$&J1NDTybwp^7OgR+R5x}&igxOG+RzDyla-K4~@A~0_3aZ_;T9jlwX z8nDV6Mpq~NF;C5)BE8VD%Z3DWniO-`(Q)hY9~>~wMnPfW+I8Xr!H|s@QYZPNrWZML zL!)kWTbpO)P2H4sG#M0ZLSgr!=o~=J)l}2nvL9nv<(y(Z&8?yxRL+OT4tbIYgzpQk zbsG6?vR_)F|KX}oZ|H*+(Raxokbz$Fj^B?yKF1g5yU(|iF|;K>xwS}uRY9STd0Him zgZS(8!Z)j{f<8Ti$8*I0*0k~U36jTVOV03El-6VHv$XMG8XC_w+gFW1jBA&UwUn zO!f<|8{Z7NxioJ8)V@c4Wi|FG_hj8}18gOpU9IpK`&oSA< z&Zl|aBr7Kk6Q(T`fWG!b1xM4;uk$2%QKsxpFH7YVKcdb`w~qRM;7VXV!ay4Wa=73G zbR=HDM&$$>%wcwZy14LEijPYt%|0fJ?t>pP&c|cC-O+cdiMQdEVl_g35BYOVg+E^< z#(ZvRg5Sell{#^?dzu{v8w9EL@2h+$!?z&6Kd?L&_dC!ZZ}TqNVi+3s-_5czsB^?8tRv&IpTAwQqixg}k<3QK#T)v~n=d4)~!V z`ulOGjQ2~nu=?8rUo}4j6j{{kW*DBeF~b3Xaha{N$DM%-e#@yyhX3er5mZ6BtY@ad zC-aluCjK8MUQXs>)uo0DImmpto)L_;(VPb5k!HUVuCMpxT+^Yqv-@_ab!w`^Tg$?GL00g*-Q-<^kSg03+O!9f?!=tZ zVCRwF-Ldo=yJMPq>}I$sAb%p1kcS$d9niy@o`ZC#px05W<7SGiG0`t0>xgtG+ zxLofg89e}Twl-pdJb-0%z)G0ltB<$YdB38i3!7C;#cmJhhc?7wI5TtJUWn4#W=rip zvE_rynmB@6+^C-}I?iZ-s&nL%o51h`^@v^Z#}W8>lovWX5L$vST(jl1yVGXXEy=&V z(SMw^^5|V({jW&n6w?w%MijiRx3|8eofX&83^GM-2#(CofkwOl09r(G3yI<2$}~J>Pf^|puaLHNvi+uS zF=tl6m#BS^R+Chel!y;tZNy6|3$`vFq2N1dB@Hdf4t5&h(%=JGz!1fW#X) z$43+j*NOp;`t}S#sT3^PEqgOGzP=v5LY0@(#d@-d`H?B}JaO#FXYyh`pO-*9ZOU*X zSUX2itJ?VwUny}w%(#o5Q}=JjgH!T$4I>o+-f8&CQ%*npSs!4SBLfnC;4tb?dv z&Z0X_)LeY%lgd7O4R)T_fJ z2dB9Dy=fgjM!(HQb`vMZkBJoi#9Y0b9$St%-djWps8y>qpLQXl zq2JEP!Cb-qk4N;CVh*e?EVe%x7W{s~wZo@~C(=c4XO7_T-#@N8FT(15Z@ph=+%4n) zn;gzcrpl=sr-mRcV0)K6fgwt%!2w&=|DRJhdlM@?y z{i#_}j{j4;Qpngj5qZh=>p*0(&oA)zMP{lw&Q-0~f6}GfGN_v4WUqdVcO+?yWBR$D z>j^x8i}3;~%K$V^DhY%fmbbsR2QG)El;`J`0r{1N$>5mwpF+8v#U=ubO!^%#o`toN zO|!x?!UI_+5%g#~!BEug@J>cNugj=g?xR1^s7J_!9-h+SP?N#X{clzvKtd&z!ex0D zPRO3`wk&*aLwBU}uYO3uMy%7>Zk-yyoN>&sF%du8gI2CB55nwpTM=k?Y29iZ>@R9L z+n=|Ba~+HL9hl5t>5VG00kL`=R1I5+8#A22<^e`6y>kK2P_>NYT}*E+TTv^qhv^3Z zC2!=^5(~3JzcT>edPRc`f54emZ-Iv1>(_%%>WZRS>RP{!Y?!|<0=bgkwJMHbWl&DutN%8pH4tod^ zB&HseS1(=IIE<*PCzr1bg*1QZo)a|>Ld1y1TVFs}X}}7unDVwfLHSyNr9-W-$9%{Bz+)|BlhAPlKYk%7KgiKY$w<2*;M4**vi{ z;=9Z8m)Y2=`nl!wHli85FgE5#!wxn^Qo{o89l` z;oMRz!2qPo1&-?vD3+lGuFDzMO1s44@u4zQrJg>#zKy*pcUjcD))6~H@>ipk5rF0g z=<#u(QkxZmCI)zImeXhM7QU~>^69~>+Q;1d;N4*fH8a}+T%PH+4i}&G`rSzM)dG_7 zJE2&j!iPf7*X@Z>>{~W1PpJ1#DE_%`MhGb}fh$WpaF{^?0lY?zsrnH0d@5&}supiR z=bvKYrJ6(hP{C&d2Ev#rbOr_^0ny}NL7Ns6?U?!qo%>@-kMF!r>v)+iBjMcGGbdOZ3 zHxC*A<|y_IK50Mc4om)iLGlL|G>(6Em^v@Y4`2XT(I_|$3dfeYcUe}JR{yIv1n}AE zY2B2>^^E%TpcZfyR2%9MrXfj)+E71kOStr$Emys>ZVc6ATu`{-?T=eaCCfqh`$4DT zACPNz1JSSE;0E2^?*+n>6PUh%O+Z=`YSKu&55VtTIn{fzu`i``Kh>IiizmibCLmR% zVvd?NXC!;}iP`G84HaqJ-g$kcT!j7SWC9} z5ewleQp~~B5EhqazB@5{@2iAoxAFgIrj3#oSi4yM@BByD%e}B zovP5u(vRxDmDNi3ebv%8;q>xB@uo$LnGpTg-Q~LSc@Kq{;4pfBS-!x6iP%2td13VA zr3eS#!E?~%_Bo3cNOz^6wsog-uU=|&pX0GusmvSjyN-%&KUtpu+PB+p<#y?&_+LzR zt)ZED>OM1FA^g)aa1{C&A@8L&gaK&1`CL7ir~mW%!&U(19sX*nh?j+cPfm;(91~~_ z7Rz^=E}#k9Fn$s!)7$e}$R?5gIh9L^1mgkWYhi!az;ud+_gm6z`8V}t4tU}IteE5P zUJG5@bySPJcut=;4f{eFs=h`@(ke7;Odj874SPMW|4|DWy8-bV!Yfb; z7QZD)?QsI>Or@LahA2^JnFja%f{Xqcj)uhX^?bjZ|FrGzhCW@}!d#b?BImgwS|GsT zJbQ9r)>tqFA?V-?@&A6@?`k67=yk0bitX+|{ogDA#JU|rLN*q^Havth-m{h=^f|!? zY_j`L&Vg~bUQZengNURGNoIge+4B@-%;t?q^xs0Y+rlgtd86gQZIO(8#JX;9V(VKYhgsquY#**d$XCB-Qsu5~S94$IXMeH9krC zEt=^s{#2zsO@+1|sei?~_TPx~X0aW&bwe_a#!z4#>wAK<oeY#74MI4N_UfalwPw{R{#MrnstmZ|TYjEgTmhwCb)uH! z=xd#>=S!}nVA)#w@+2|sPl@Ql&&dq(Zus*CUcV+GWC{zN)F3A$1&RNB3*cpd6(ljz zjhyIgn!*_As1Xd|SHgA>L^;tiVfD-CE}7Giu=nyQ_?E#l0a2-uB|0W9ht9GNbQ%@U zDJ!3^HGuy0GHeLY>j_@{8aH(#aJRmD7&PwRZ-$p*zz23^sT=c!C`7(JaTROPFg=NY z>}H&SCIz2GZgYZt-?IRJ>Bl&xsInk92sj zW+0h8z6Aj?Yd^RP+vraU^%8m*5OjB&()Oi4wQcdQ7laGc4%u6ChX6rk@UmO`0{S- z1T!!&QSI_TBN{KC$~7X9G+2U$Dx*d+onoevigZ9`YqmI&RQ3%k0|I@knV?~{YFm2( z^!eRKZ^7>|HTHCDaw?+Y1Bs**i6-wH1>b}Yk-&>P8qnSEz#i+1mh4a3-uG~5ld@2% z#&!*01n5|+@XS#d827Dt3iOeBC; zVm}iuizz50rEw~4AeH!X;;ePKfcA3OxYv~#f@ZU6 z!2{aXKfdAqZO{h3iSM%MGC}A`QB&hh;x(x6)OWp|m6e28q{DZTnGyRB+%4tjj1 zYIygX4QSjBVFiMtjucR*(WHYS?n2$C8+1OzN=M0SM&mW;2Q8Lp&=Lhx6)mhdr#>OV z46ENB7Qg#k!X5;8q%^YQ-!SA;R=|fv_!SSaa*;C|x-bvRd$g*V3e{ zY>hWJNlwQfDZ~yg)x!JgeTznL>x%%}>bxskyMmLVG+|FpBv3 zI6)@|bv7hi*E(pnNE?ViEkT2K6r4LmB8vU*lVigBAL0;c5aruzPwXp{)fo*Rey}PP(K9 zq=n{yVB_Sn_LAwyGy}dF$0*!@ytFm;Dt|gt%=DwO&wSO!EgAAi+`-1FxugNOMo;VU zD(S9KXF+k5sm2oFp;0E2!7yzACA0aWD>N+Z=`boRzt+eCS}VZ)VKs5BEou;QeNGN+ zara#%?fuoNB>%!*ndi&JC-#T}LobVuoIgC)oexEex1|-rRfgEwba;Hv*S$~2y`o7v z?lM9$o>%{C`q{YNkj1Y1I}t?c-#vUk()K|RGAcypZSuZ&me0RZyoFEi5>^<8ulKtC zLC?XEZ@+cIYL60B&%d&iZz#rl!j+R+!kLx+YlsGil9hmxo0pK7 z9huTX4SYx$`!YT1D1H>g`%ESnmza;oJ6833UutR~H|*(TAX=pqX@f}#QFb~3 zk>5T7b1=68NNqyDbLaBUbBC!BV)1+mEVjVH>Yp0Y*$-{Qz#=l)e*vU3gwJ*lb9l)U z=f%4C(+dOD3zU4Xz!eVOpLLIK=+URD&);(aB}^%kfqtnM5p>9Zhd8>KUgscpe|Nqx z^3Iu2dH12HWWP#a7csE~m;a7Y@xnFCmyulMrq3zDNfY09Bf$1E2@9qK-yjC-p%>vr zorLH*l?z-&@*x0O)*1~>dO?e@LXZllfZBx+>wAxj?6SLuvCZRgw>#S^s9HSAn~{3+ zy_(l&$AUlK5$3BRp81aJ6Pq(l-}-|G2q;nYDh_Xru0DKvit|!S6bDdbWD8~!=&OWC zB_dH4b=pJ)8HXlrvI}r)y$qG4dMz2BjTVOlS?O{`1TksOi1Zl82vuvn6GD-)N1E3)(~=?y73(!)3WPmv@p)o|{3*&sFxU}?($x9`8_LUaqRCd$ANDty&has^ zw>i40ZAS-_$%U+hu?R8L;l84KPh2dpMzdoC1ABlGxL&}Na-mk_q2RyZc^we*&SNX( zw@=F^fHH#~+GZ^l_ReT00RX~Ss{uS@hg!_J%S*9K?>(L;ndns_Xf3zwO{ss;yuBO< zV;ttoPm72;N>{Qs(Q39ki@xR8u&}c`$C+AjT7e?gxKeF>Wj=fh0>xL5s*&*GriG-o zvg)H!IZ$Y5Ek~a9n~jC%I(YN)8rn)tMGe60#=BXupz<;%pz0at{^AwMmla?4yCE_4 zCOX?P6G?T0bpIy7bV_E>25I^U^nmvU*s{O;VD zR7DpDF#ub9C6um73lVns2zTj~I`@*jJm3Evje==Cs00v4T~kKNG}#fyZ~sXCr<0P0 zfAgZJOqWbqIE6KbfuazR=3GRur3WD{j!%03z-#+$(8l&Vwi|VZGr~pBq(o;tKKUcH z@pVyE&;guAK=pgIBKDw5lILZVsk(iuht1r3)jGzj1_d89L_^CV+Y!;3ZoN(7qG*0` zVrAY^uD6cakUS4!GV5i4$$zf%$1_B!N+KwNg+Ei@izj(XJ#TBHb?p!K^2gGUL_1fQ zzhPQ?Kop$1lbmW7aQBG{0lj-qL?^=(!K4#U?c*nkzJwVYHql7%lX zuX;nm-!9SnBDX)XGR|Sds+iii=lEHin=E2}giJ5S3eoxxS02^)vCHLIH%e~h22#Io zxw>&J+Z$V_pJ&d3u)m8dw=jQmM1&X)so#avQa0stFen{!VD!5gwlD|^U{=dIDJ<|* zEXGkj9_xivWKwB)u+v519cW24PH>35z#+5YRR`0SD~x;daPu=`6a7jkpk2CH2|Sx< z6E+SY-)TG8e_Oe735r5kJW0K2U5b;;_NO#RN?v$U@eB$2?3VV)d{mz;-~qc+Z1^s} zF8lACj18YBVn$+Rv64C0yiA^_a`DCIKXkv*SG&59tv#iq2Jtk(oD-sZ*~}+F_|@S{ z>Xn{BuLqZB%e67>B@?=6n?#e(*9mgj_Pl9qdKT(>IojdBtCxwTUv;c(F_<~(?5=t* z4v?nUyS$Ot`>2Mh7H*4A%$HBE8>BZ*BKrXkJ7}iCBGf+k zSlzj4;k3-7EpoyNIP`~Ouf&a)V=+$kBzhTKgx_=x#E@9C=G>KBCjRLC{NI&~Mzze1oKqRY?1^-5%f zsa=tU?uJlN6kiG`Ik;T)lI#F$9@VsgRke}y$7>8K(1b~m;u#`Agxtk}V)f2EJz)T- z|C^gLj;8M1tpbqU{fX?RorU2UrT~T;;2Oh1X+Zlg$E7P|LDWmx3^It(dX*IXP61jQ zs+kVN!V!~jr!gL$@Zy`kKa&Ydo_U2%J-}{FxATUhUwe@2)%P17?>X033LJhW(VNT2 z1SRG9vxchi32$t@b2D=OqNPHq2SjY8n|7LRmn)* zc~r-_8R+L-pvxdN;K8Ash3=2Q@G~tNH85OS8|5njafmmkjwGHeLR+3o)~Aa=?4{Z% z$$a&D#R|_^7nKj2e`M6>A?-`xC(jMx?i{50!Ci${uy|6tws7Vwb|_ycmEu7~MsUL} z)k4)7;fB>-%WvEx$2v9aVhG5lgMc13)PgA`DX=Cf87_>W87(}VV@yvU?fYEw!Ur%e zhCPW$m@4PEKygC@E4SAh=crZIlN`8eAOP(yvlx=vxn)Yl&`WV+gY$slyNbH(z&|?A zS8Y!s0*hv5P9T&cMMM^%EF)@7+m2^S@d#TS2kD-h)RcKUdkYOf-fOgD`)Px}D=4g! zF<|EdxeEjAuYN98CN6)M!M+$GkFv?4a-6lTEBo3XiC=Q}qk>BzPD?>DpnJ_jns8?O zht_cTYssheetFpW@{-A~07)NOG-b=Y14X^+m)dD1BORbe#CEDKn001J_|Q1(DTS%x zCCv}JEH;?FS!rKpJ&FG4Y*jS-9LV`gZNF}*&>XupHvx#2UwurAFobEWItyWL-Y-9* zjA~ZL=(&6HfnE< z<(8#(!h-NRNi+2vUq7dqLuQq=H_mp3*oPe!o2SfxyE9#7sXx8rS%x+&%#RUJlBFsG zm#g!s0gO(V@ILcv@mGWWck#O;9JlWpnjF-(3S4eAw@ku(#1E-7VowMwDkvxL%Wd+T znNfuaz<83&AMa16EfQi*f2F)rhwZ=~XeCklUOP53BlCo&%CVtrNGuU(wS@bSh}iXf z<6HSWia=p3^6mNp zqClRPt^$uKe_wYU28(cuEpwR2mB8FMQ zMpFDNKQ=c42(}l8$7zB>p}&l?tnXF~5Mu%t3gwf&cv)K03UZ5; z`6?>5f(m$8x_VG(?g_*}uzI(` zg(}k8eK)dpR*=TNJd4v6hbEBgGSDt7=3sX`0&I;zLUF#=TmILpyUY1yK%uVx+>n*HoFH3tcrYu~>JxI=}e;9OH| z0^XsqtNaO9+T0Kh9c(Ha(hmp{(a1qPPKgL^z*8WQ(G^47HF$uYZ1$anB(xQ*X56^nZ#MMQZr>bViuc4Kyf{T=Y7?{Dz3q0 z{g>2uZllomX`v6Ooo|rt2%t|;+P`ODh-Uv;vd#OKPeSqSAqeYry2LjaUD6|FGK4pT zBs>vLoyOF$11~Sz9F2?l%_ZrR@GPK*`Yp#|<>5Oz`lq+OzEuNSl0?mFfn}eU)YvK) zUS|j-cmpIRf?BMXo=r}>mpc>Cs|i5OlJKJDQvJiVai)sFujM>wKkwfkQn^`wKIj?d zf@^wZT_{8|ZqZ*Ndhxkg+{v?|!Ie6wX1LXPZ*GWT7XB>gLKg-oRDYE&0nvE|TCg4x z-(ZNX=v*_=p(Y|2zHSNqnT4<*(<=aeARa9MYlcr0-Fgz{*x7HqRH6l6TAkJ)&53i1U10Ha z!XxUeX7Rtfzd)XhK@93ysHpi7TKK)`E5Tw15Q^bZ);-l&>8l%F;z9n4EGa~3Xn|?{ z8&QMHfsQiw2uFxacHX&5Y%1D$Std3JxwsoZ-7KLa5d*~%k%C1J!hWI(h3}n}AFE8( z3H(v(jyXnUVdQKTrDW;ZcsX;fSFy<1d`F_d^)4 zhvo6|BzMViTNzCqgU~%|fUlQI4^pG8geg`EU|8R1$6&ZMCC%{ra09CNiTMtjQt`Mu zTjwwyuQIpOM!gOq7V*-^;oqm#I9~tUkumK!>%yVguQD&8K97)m#779ZYkoU~Ki2lN zPbIr$Qy)K7{h&!rJhDe3)mn|R>!9yN=tublx(#1!Ef7=%H6ZA#tR7Tp2)N!wie#{%PxZj;WCtMhAQ3<-W+xs%uO(+_7a)qi_5q*_ zxTb(s5>3!H;8(mF_GUU17+3`8;~H_<>_2`4xAU1>;CIRZYN{%`8vGXn0LLu((LOn- zk~(@Xxz3)6k|`5JCzDbKBAmA*S41mP-UKo5dr0*S0?H5Wthag*6py6x<^jV$XC9iX zsAAI)M`?m@gt#K29d2k{gBV{Ol{0wd+ogvpG!SJ>zfpxnCpbg}@$_TuVIr|AQxPlmnm4}YGLgD<)} znO|UbOAOE;(a}I&+?4s33j`q85Nl)NTM4qEzMnFn^c_Hz2{Ys2L=4fg1sXs>;4z@b zYoMJKp8&jPY4xju~M6^O#l8qS%V=w!~bWo5!De6CtfGXh~NMBQ-0Cz#C;BVo+p3Wjw z&-64y)U^P>3O4QP_Ni|pMZM){42n?CupjoCTi9L`X{&{W|Jj^4@>*M!YP94_oV7n*Uo<$1T&Zj46PS47=Vo`ZFgj0jLxYX9 zKO$aDdd(gpN%Z9jE>{q#Qe$c3C{XXg4$FEp4k^lM9@5S4I+-9sclJ$*UfbK{RyKg%Ht2vB;FH0AR;zxMU!4WbOs{fuwSZA>9s@rheU z3IBbj$(3~A2s*DH5DGzRB^JB$5|N++hy&JCEgncM-YH_0_6&yrL;-82Rg3*v89jh# z?(-bpH}g)CI&VBn5Z)kbRgtoA{1tDr4)neZQuHnTRknSjg+iZ<_4S3G_LMExXm!5^ zj8yE~xCS~H+Zd(gk{+$hCF}GfGB;1*`Rosq%J*AyJ31-*C4)v=&LSayItJnP3X_%< z#L;$~!p^r$2D88bD|uM_6K0!tsc(7D{m@S>0ki5JN21W20E0lo8eMX8 zi{4=%@+lL{?6xk@h=JbFawnzompj-g)LJ9 zm;}NG;=ojJqKpIfb80PpOy)s|Ue!oW9ihlB*!WO8w6TDOr$hi6DSNQ0u4G~uHa|B@^;c^>8a*!Ye4CYs@bdPY`&YU}Ut4lsp5?`R z+Qfq;X6eGjyghSY=6(!xQ8;DlHtf`L(ml~fZvk`|7jbqD>ly!0zS8?@RODckFzx4C z&O(owLNR|;_);H7Xk9dVv0_gJLsUEiYDPq+6n(~Le{DrQs+wiEI>HGAti9R?nNAEq zqzr$InjtF7Qw7(zE>n!JidI~EWgTtM5ZBcQwxE4%`0uHVeGvDv+R^nEyZ<)}U|G%* z_el=mH#m%9?>{uWXjC?^{A#aS8~VY*clA$M!O8T^zDw5_u7mq+2;!h*6ZtzX#@PvW zcNT{i(1>q#7SQZim=HsHdukqwZ!A4gPN%P%jKLROrDVM0hqAU>c`53-hJImq)`Vrj ziFB<8xWy1Y#y(fI@SXenbW+cfp^2h6y~i`vvb1B2UI*u)$`P+v#00!hGYoCx_PW5G z8Q%3q4pf?b#6CbjLq4)8D2GjzeD;{0L>P|zUcrst)=z}`zQwr zg{4XpWA`gYR{PuPx@-vWPF5wa)IRks(lsNL9N(l>bH^8(8v)gqM;xzaj-Fw_X$X!m5NGC0 zcTv0s0;(O=-2j{}rm4lm;ZL2F5(KmiwpF3GI!bJ2J{=e8zS$y%!F;?iJ0Tc+vtGs- z9CqMvzyp2g8luqjH#-i*t0J$&Gf#;Nh{NyX{N1RyA|vA5(EK*ciCfm08$DIm%IH&% z=eNk*Q&O}D2V_dV1Fxsh!P*O^rs=JKG}Ve~h{9!z#PwTayw|iQsdhQJ*PZJ*ZMH3w z&oiLhybAHqi|V8BjANX#;<}->Dp%B*NU%g80y@}{T8%qJ{Lpb(Z zP+S+Mb8o|2{nHE;z=lUI0E>2-PCtsZ%vpaQfG=*RpU%%P%x(+j7AS${=Fbu(Uqt;N zCAwPmv+x8BabLDVEfMyFQ6MDRaq4WTTRbdG5yEa_!7b?NIraixw`ZCKi#+Q>P{#Y` zC`QED{nfp0?xOS8sp3Ji35uXI-IA}Gv!de0?8}{wp!7Zhq_>8xC;>m$ z9c&~vF@MHfA+WL%=~@in2LW4(P(Mwq_Yt-!T&I4jpSBCcIPGc692iDj>o7J?x0^L8 zI>do`zz&@Cko3a>cLoq%$#V`QnCM~WMqJm}E5XM!xt+#cu#GuEP}Y=S*0XT>)e=P_i1YGf@V!(Es>|$6naJE zOhr5mwfs$_bKYS!Ik3?XUNy!pfL?<+@aj`q2sg~$(VVUZ%Xp^@&{{ucED8|ET4MrV zK$Z~{I`n;V=tFX-FJ@;{748FiSH|rgTgwQ|+j1jh12X;;k ztw7;M(%ZPY;)Y4#Q*_$nI*3XVm|Um@Uzu!@x6msrWdEVe5>2xK&@GMg|3}nY$3+!w z@54hk3?(Tk-Q7cnq%=y0ptN)|gp?pH4N?Z(-5@!DbcfOnLk{^K@4dh8`}fS}oU`{{ z{XA>!zcu6G?*1a4rtSh+bYfEXIR^;3S{$>1zQ3aYO#*1RGNkI{SC_gc9Etpq=kQcC z-;-^*kAVm@Xr<(~sXS{l5sDlC3uT~%G;a3`KCKYV#;j*8uVJ{(KqE}hPv@ciM6+Zr ziciM*L9tOmX;C$X=14LMT1ZVeUElArF)YX~ylth}R3!6gx-R7(DZ7FgZY>#ZIT%#$ zgBc0A2q&b8CbU3Jlm-fuPpxYihJ5GV`0qG@<=D6=VB(iF3qG3f{i1BW zeZpSHzz{v`RoL{DR-cDnP(9or6Fz+COs30{zS0C~T}nLj8}aw!aC~744j}2eCYnfo zt;tZJ8xqw<>XkK1cM}X4LOM)7zlBgCG9D?aa^0i! z-*G!LgPHhl#Gz{$jtYHr%dx+_db&mK{^apO2~MLk7Ipr<6=?@v%r=MMy zC1qUDt^a2t3PltRz-J&8k;{kwmYH`xMoIPDQx?-q_fK)e*Lx6k2sWWQO*M zkG7J2GsAD9P;jR)n01oO%6aHORz~l3XUdia))#@K827Q-Qbu=EvZhp-VU&6vyB0}) zW^OJfBbMHWH{ejt$#PuJdHQoF;$MNr{B+wPcSY!})dW3yfm{!D${wE3==8^59kd3< zf1f_PMy^qUMLzZV7$8|%1TAPy(DAkhfIxTU1H`qMD*hGL+t+v&*$jt}Yqt51vz{pA zwZz{+_aoTm@J_rPnqam&|SLJ_gstu(ppPw_2OKNo~m{^T+B=)l#eW0`a9R^TS`2n z!1;V1o3_oMK<|SECBVkH5VX-)yO(>->iJ{tYOY1j6z5^ja|qCFfV%tR0CASMwh_6!Afugx&rw$+3}P$-Rr1Z@XR zVh?8Bwmq|W$}Ll<%r*y|qU=`co#4+`9K#hu>2MQZYj0SuG?jx1I!S-b5Oqw(CCLKi z2roW))E77V0cAy|%HDg=b;iY_Rz@c@mv9rXulE@peGIj}e%=YG!h@3YQrX`0(>TsU zPVYZ1PFgLT+y=~siQ-zt7PHTN9>4vB4v=E|nCCNXpQ=I_iJKJDpSoj}NKkFca>C=$ z_UNc96H?Wa0-ErrRiY==?7KcHPSGPL0fB7Sd9v1IgeJ=hkE2mZ)l6OZ=n&nl)*;Gi zmMrN{*|QN4^IcmYV*jtfcO^_q*JR73K}CsS}?g6VGy5r;I#~!JbT)s z08&N&bOc@)n2@0aJfWV~SSJBC`}Ejo{&0@{B!xHt4mJiUmL5|s9QL#^*vc{v;yrsv z(62NV>AA877&2W-G`7!L58JhVWY@X(XslXI$wC+m%V{Y~w3;XeT^a3(oO}5(ix^F` zFg_&xmd6!{9cBAdI8f?NN)WA`aLIrlMqa36eKL_e^E$6LAix%dgOYhZf;6W8X>Bzt z5`Dr?VVy3}+mRY32O9s1=Bqbr57tMf8x_8W1p6m} zxi!=Jt+Q|RSL`brXGKUjEMA{5G7F=dBs}|CbgM5`J`9xLtHfuU*uNv0!pwEoki zvn*uzYf@F&8%v{Amg~dfh z$C+MK`!%YKVlVTzC473}qEY|&hu$BQnS>@XB^`hy{wl2QxaFz3tvEk-{`M0`jn?T@ zN&jl}>~rK89=)_x>6nMfB2u{dwvEKF}+dfD+ zkR#v72lxMop6ff!z>lPm@n+w|>WL{HE!3@0eWqr(4fO!xELZ0SC9*S0Kn$tawPZ4r z;>GVE!mPPRdJ&dvGA%l1*ci%qQ(kc6k{ic9|_zO|ua$dL3n)we8tm zL_wZ^PQ4W_8b7sT=C^_;d_g-cqKeXvq1P-(_o!XC0#8vHKuJ$T!2LTDR3g-gHpM}L zdfPEAX`Dlhq=$Sik~e}5ljaBuQ+GysyUcj;SLLd17Lf0YLQ+c~FPc9C`}it8refdw zJ|eu^fi>4Q#Z(W5!spprmEIk3|BAuN`ab-8Ul)8OURaCN8Zmmjqic6$q9#w>lSI%P zn@2O2Gu+xRohsZP-_4#KeSP0ffC&N{K3LCYzIL!xo*9EX0RYMR zMOoIUgLT1Y`2MD_;V2yLDHW*ImX3S)^HmUhqR-8d{22v0NtCR5L{uu0EMYAY#oMnb zyztK@`OZ{-ECGym0MKf}m-Q>%Td5*VU(86NF?3RBPCX4Uo`S2zilES1P zcoq4qeVS>|aruj#x-+_d2i@qODMzC`q6@MBa`P)9H-wp+gR$~;Uiy`mOiv=gTnwvW z+`x9RZ7vVz`wqPIv}jg3N3A9qgq?>Oyup-uUTdo|Qo{yAfEM~7b}tO2CDLxWnv$?} z$Fv4gAzA{cGs?GMJpcQol@V;8GtUgUZ8l((&;(x~@WQGDB$PEP#sueMJ38{a!V%@0H22nt% zq2z4`7Tbr5-74dQP;7O66K6PIvYg*F&cYOWhmlXdA-W^>cUh>^!+MW)1Yb=1un{Z* z#ov!tK#;xD`-|;A&s*`y5Jx2}&D&l)ui->i6wn*r##fMX5MebA6ARr48TzRhi1tMR zbEW|{8Q2`-^!5Dq7qyVmwxtsk6@haCq zXN|tKn7bRa5a7yG=C#?ov+2RT67wH}Fac3cT~gpe{7}WHAdc7)p|rU}w9R#drpKi+ zQN7=cd`?(X)cGN0&c`h zg&P%)4NSENYtX8k!U-9|$QP`Q-1YFO{WIkSvJWw|6T>w-L%J7c7%3V=j$D%sMj{Lc zzgLs-`fUEiay$8>M4PFVI9XNxu?!%@ry1%cGdq3MIy}a6x<7oT-RAX~gmFu&W^8n+ z`-K^7x_q!^=&m@-DXilZ{HdIKaYrrY$kmzDuhw!kpU-`38ZdK)|FPeWB(RCsWbvpt zrHmuWkuy=h;I-aM_ zv@f+<5&(*gH9mCO0KidkF+K=$*4&mNQI{yRG@>)Pss@%TIzpFI5JdXw*qaX98i7p{BKt&^RZsa$n_N0ka+;)BYE zBlFs|gRl#l1x;6$1PyaTLA+JpL5r7=Jq#m(rF-(;-{`P!ujsK^zPV@Qj5BK?dUU+s zs;L7(T`*kkaku*1x#ZQ}uwJ+sMdj~`v~XwQ3#TN=;2Y)gDS`+d)~z*pIJ+HMS;@9v z<-&ApN%Y9@;AWh^mAJV;P|I^bOH9V5s)1@Q?B2w|8tc;_7Kj$P>SGi{Re>v5hQY+h z$M@L@sERu18D>`{vd@U z%wY+m*SRNS;oa#cJGW@sL#^DhV?6Daj$&q7n;;)L|HF?{&EY(xzuMxh6nSm0h{tih zGh78#F6zfk#joqTjsQjn94BMCzY{F@Ks@BLXTq(0aP-a);)pEXqz6)NZl@i2<48A7p4$F7l}tCjk~xnPdRC3u4<*9>!-t^xXR=usoGJ7P=^i z>3zvOKXl<_o^b9cs6y1NXzRmJ*G=v^+zO%YME#1k%r6W7rynTpsU;E8LCkxd%Y!}_`|CXg5Z zdGPy<=K4E!({vRU4_VB_tKn1Rc~V4VuY}u)3fSlC1>K7ryY`ag;2$$f0@R`zFFS(n z*oo<#RnyZCZ7;XdF7S_}lG0u5D9~*%O>zhEZQTNqH$JPXO9_>Aa~zna#ZE}wH%;9uC+WPg#`mpJQN-^Hmz*_7 zfHtp$5h`~_{;U>94bG-C`8}}SeNn)MN|EVvB)2}T z@{=&;U-O`pH65?_TRg?n&g{i864XWqJGBP)Y+?x`Qet!@S@UrzbEF5`E&8G z-(WaBt@G#C2mAapMWY?F{m;Ug!utB=LZYsSCYC^L*bSDJLBJX@L#42qzYQH2zUkFK z_>zT#_jYMXl6^^7ha`@%g*1n5nU2$!71yzJ`>1`-hon7P2jEnV`XV zjdyILXlyTvs9ergmGAluR?+^M^7c4tfN@+&V$y0h&c(oUyQS?_=FQrGwrrdS$Co$yn@OQ&7mQ)iK+m2s0T17sP%Z|@ozb8 z&^9jnzBNnjn|NID(YTd=ps;4Gm=C*zbc2{#{m(Kcz{W;{S1xKE^J!1=@+w+!OFBQ7 zyyASqi5PXTxLbv;-O3w%FwUILbtDyq@pA!ssHxOyNb=t6PKMV; z!1*l%$b=yMZl+!FMpVykg8@mvRKWpH2s#SY^Z58Obb{7Lt5{wbN5tL)zP=EC@Li}i($lSBNmSXuRf1m?ol&XXauNM5CbM|7H*LU8it{;+t{q!>D# zOptfLb3nW5&MTHRlGUY^Khj$f(@e)YkH)7x#3Fa)%t454(W@S#BG5~3C9FO}RDcyj zo;mb^#KAVS=JjQTa8XK4dwbmTED+R@9eW4&L@G1KZ(G63e#*7zY1nf@KTDZ0j8H!) zbfzL;QwSFQUdsE_!+HBAR?{BuofdPtRJ4Vat~zgHAOu^-3a$8CK$iq5oFU=NbF~{@MxN1Y$QwcBnl_= zyX-~fFI<32%FZ5sJI>fYI3nG^y+0@zas{D_I$8=dFpsy#0w38B!h8HF~|J}8L?6Lmt z|6?>BK{(SHG`I)!Pq&FEd3NSK=8EU++&d0$j*VqZ4^iZZ3hdazxnqys%b}f}Y6&}j zBEGuwk@1(WHnb;G{}_I*ir^K7mC(_C+<7KfsY+e14r#Jq!Lz&*_^_lO=HORwx%z4S zY;5%4;_RmhvpPVMMy#w8BF<*F2@Sx`8)}r3M+u3aS|uN2x+EwNCEh3kE@-YSWwFax z7QGCd2L`qsp;7p=&D%bh=Vf)y`=N9`9-MSyEC{3Ji)~P!>Pem&MdLSU9X%~X>$&P^ z$DhUSPnoF%c~lKoarYM=Hys-`Ns6@R^+|)0qRw9QL8C!d2_bkRRt)?WtT#kGZ&~Ph z>B_rQsTgz)*{ecV5{&n%!-xpKwu^MpS6Ln~+Eh-V2YB$Oi3`7EGyhTm6v;Y?PvVk@ z-BlDBufkvK^lS=dspqcj6^(7xOS%4r(V^cxXyOhs*ZBByEBUXiK7h-tbY*YiNCTUH zu+Tnc9i}Z`ZWSJ06h;Kpxxu>?mZ|i|;*9T<4$O?gSn!#?_k1Cs6MYH`apYXQtDW5@ zG5}ll&3Tt=Qwzk)iOYMVF^HqCgQ1;hARe}5vZOhXQLT)cFNdSppEu!z5WlyW)&L5J zyJsYmOWw&=zi}K5K<_OVj|v7r7CU2U^c?W*l7XC3of{<~Gl5dmli&T%e&{rs3-H1p z0^O5kh{b4Afv~GenNFBwgxprq#(NIcA7b@1-0y`IB5xraQK$2&e~E#^YEqrfN=Hw{ z))2J`b`^~(L#h}qL?%~rnAhM3B1WqE$%-oDu$$~Ff|p`QcIw^vYZ=>t6qkeccaTm~ z!^>+EZkk`og#P=M@)fG$+5Uj0%~af1acn%j9}oe}CB;*&p$QhFm`LKay5Fs58Wqis zD;;$wy&jYHWEGq0a}*lDNg}W&-)s9h{6yEEo3oKtUiU&X-}g%$6g0p3tNJ5R)b4B0 zIPwiGtjuEVuGONq;TRcwGCAE?SPh*YUtP2_#uz6>wWJ_ceJy5tPqz+v!B0w6i4TN+ zCTXJ`g?rCLV!j;k9MRG|k5S5!La-jse!{T=8(zVzgQraAeV4deZBb0!>&MsCt3^tkRvl|MuI=b{H@I}NvA9r}RyRyT- zVquKi?B%I94!oUc2`Hn8 z?XPGpGB{R#=+2eQ&Yu33Iu+j!N1Dd()PYIc2XR}X5h=xg^rVl~{$$)L+VBd6f#1w` zZJcOgy!RQ@mke4-cVD9CIdVp%joo$reC&gNGHD~KY*QDeqRijw+IZJ4p3deJW0C~$ zX75@N=X9e)?|rMdV76v%zqj6 z?sHTJkV%JXm_4!f5GQhJm`uG#Mu-o-&!j6;kt0mV+3>cNscVHlD)he-ak;w?0@y^r z<2?)x+Ld*jazag7gdwh@-&P}@&pgzp*lWIwmz@3r=6Rph3=S;f-WX7A=@Hh;Rbo62lB*Yexe-+?%)hcyiTyd2cTAJ*$ep?>LfFWNBOYq+ z`{b##ByoGw@XMXp%nT2b0tl!|^fO&oD*^!Z?Lmhfa3#h0AYUAuA(kKc=WdcBaQOj%bnuJC_GMMRGzXDwM|6hy z;pwbn{|bF0vA^x(skTqVk@8|ji!_2p zzv?!6D~2#{_IAFz4(YqN;%YCo(w?bNXb-w8sprWV`8L_SUelK9z~-WADIkS?z`)## zyR~JVvK2nB(~ir)iz};$>#HRg;YezZ?8~J%4^B2j#c`EYrHC*9z-Ts5pHjDjb2nW= zV{xMzBhUL^kB#@m2%Zoeq_<`$iZ#(Yu|y$oH_3HRZ;?Y&t9zwwvqHtI;Y0h%0gNAD zH~n3=)sz6evKmFiZgisG%2ocQXJ<4Ln9vU1e<;o?ySQG@m6qHqE_xUp>4c+WDM4`x*CNjR zur6vBFEGiuqaLvbqogB;!`EK>J}1Cp#Uw}+BHYq4Vac4WJk=9*U}X&RNWMMU5q(wm)KmWzDXg-Qzl@x(~0Y^=x+GrZ)jRy{k?PI&2Vo;2~VAV z;VaAmxO~lhHkj8Uh5xEfW+ASL?=c#Q%62#Dp5W-0ErlrzVFiB6VpgTQm*az`Evt4rs-EqEa=5$O7m+FWqGtEQf zTD~IIOcX)h+T`uJ^h=5n5FOGRc;eu@#^$N`*)7K8DJ2Kux`Y#pY)VOEqdl-TP1hbc z!cRiL1=o@~uM@qhzB)MJ)W8UT%KfIKlUUu3dYp zZL9x}r96+RFj&p|Pz7lT808rWWL4HS$%q%j|%5d;2woQ z8M4i=sMC?kH|;+~3>Xr)1_v@IL>{L9D1F3TOeUBsPYlq!@2faF2R1-USV1z zU2Sfx(8q2d-`s)w2~qRIU!kFb(izMNT7t!2f50XR4VXU&iDa=IZ+vA}8vALk@9ub6 zSkEA{abhSkO+wpEt3I5Ut(S>Vv?IKVEe10!Iw}G%0LT}r2Y&gls~&_8%ipNfu`oqY zR9v~B`*ub~1zT4JIMbI66XW+P?w!gFIMNbi-C1f$f;nk$PcHTH{8EG|I4iwofcddq zI3JB*@7y% zbHMAT{Zf(3t0f^pf$FnNvy`=+PngMt?fDN%6svl_rohsiBQd~kRK@ej`|DVVJXjb~ zy&JXQCMD{`qQj2E{bXqf%UmGmQ5Z@2Xisrd^9LtVnx_s@F^3VCjtG-wt!UTyV~E0vTK@r1p6z7%*O zy!Sv~*He)&;7<#chXv3ItifQ_!#L?;{jjAB!~^Ue^N{&MpT2TKZrvEv!&)3j2+iX? zmyjnPSqlip?(&x>KlbM`xnlzD$fXm5D$q|+1)fL+8mC7hGEPDtyw4-)%h5m(s=vTU zL7#ALx~h+PB_$QSC{r(wBDiQFYr%fU0sO>ZZ*u|{O61dXk+L_PL85Oir8n)_hnEbv z^%D(6htuK;qDa1T0htf^(MMZ~2wQ%yDd%{ay0o@qwNPPn1C>|YOdo?7B7~~XvM9c+ zk}JMEd)teRFMqc|&O09ymxigME9qE)p`YV7&lskN~#Aza4iU+F9c{U zw*z64-LL_RJ7s`aKmn4F%e@N?i5f$?NlS>JLOUh3UG0TEMQ0dm!tJ&pwvR&d9n_Y3 zY)gs?8as4^045?u4?EZZ-8g}G0IF36;yN8+!1I$DI(lZYEd&dY5LoMl#iQIn99a#G z?mHExr(Y(}VU`oVp;*|B?ECAaXps+h;@Jj<60FSntm_(LQ75s5x>A3 zXoGVUYQ)FEV>Dn)zd+fJI{)_^l&%tDc{D*{D`+GAo~MH!4X%1%AkP{&j@6$+y~n%I zAF8L*FqgM1y@ix|REraR4b>2>6u)GBY&S)a@3|M8Ec3a&oTmTocL<#$=k52-%@oV{ zx$smhfZ&bbOJl?9tbrr_hM92ICE!`UJ$nnHJ)E2;6r4MHgSj0Po|O_@>n#Agmn>74 zM6;l5;M>B53Oc&^N<-tS9#qV*mQISNiq3T&4YS4(T%byzc^JEks*MVCv$bgl!Yw@K zt@VR3EGLu5f>n28pz5*lTVBfoXXButcGvH7c2@SQn>=r}NHi${v?6%w;V|0cZ%Le# zyP@;p&%8bZ>&%X(n2z(=i8%AeiRO)&m*1?r#Ko-}r~S=a?zZYVu=~ZT6Y$&CPu0_~$BjKiCUIKOOaUjs3*+wDgHEt~4{d$0x}@uFUoh~)?z5^$3wu)X zOMZf41=~v8AE8k_tRJ~BIM*-HtH6?5K0YtmALfiS@ZM86%lSRZvTl5oG&6_AN z@Wabf6wSoZNZE}tYFG?LqWBI|J8MMls8L2uQctw6`+rfjKIUw01?X&}-*!N+s+ELyCT$2D>@-@n= z`kw#xZ=*Y%M4&o?|Nv+fanrGbYj2K_bk~<$r`8NM%1-=h5`WbF2ZqpA}kt?{*gm-xdh9tPaHRToQrHRcJsu%>HwRW_#Gu|`lHsd@dmDNcrQvW?T%deSMa5N|)rlBl z`ACd^l{_6*+}pXA`jzYE^L<;`>FyryTV8ZM8F{e~3ZU%Ro+F$GBgeIJv+^Jw z;>lH7?;M^v(!^ap+!Zt)k3E{UzN(CE>Qlk~xejl7Z9MEw}8-c75Ij~F+_|s(| zUKa@{h5025{~N<=wRh?QaHM&SQ<1!EDS_l^r+_5wY^$SJMLSZBl`DeNWNgfbB5bsZ zZDS#i83d(CuEl?cWVg^ezr>Qy@;atFkhoj1R3{ZWaTMPl-X53oibJL_rWIE4IU>dTtUO3*^FBzyfeEqtc^-Xs`5` zh_~lW*C{~WFMDNWjYNUDMiK)&Bj72rVGhBC&fJWVolH{fufB-Wq3u{if9{a(>oj9< z&OVzGMo#W^hwafXs))ifugyXacZb-L52CMVdi2;Cw=Ca$oWfn|tC|n2YR+;xMVi}= z^VwnC>e2QS&_Aekc)^V~#f~R(pbinP{CwGVJtmYEhhLZHiVw=5KBzp-mCP(3zQfc4 z=!)WhwmG(XH%@47KXE+suVpon0Z-6?I(K_%K~$mP%!Jf3x#Vpgi%%DK`Q zum=Aw$7;(?SOQ6|m5YgQQh}VA3amf1gJq3gdYH-pI&fpyiFfLLRr=SAE6pzVP>v5U$PpoP2lgUww`uXIkS%LoT zhDX>oF*9{h99o?FtMdfk;T(b?93KkV9zWiwlauqtC zyHcDr?sgU>c z@`*?m+%nRGi3wGP2n!?W1`3vEeDLcprzn~H8E`YSdiS|#$NRZTw#)v@)Rf0ihV}lD zTZ7KKhQv`6sS+i|f$hygdr}iM74=_tuY6S}*S9fTQ$5LWA@9!&Xn`)4H=RG0(&D=z zEb!I2STnbgtp~D@2U~|DfK+k_WURMC@;@{D4gh!-)Nj*+cldoQHj)-GKd-=2h$F`s zwflnbfe6~z{RIy%>-{|bp|wJt-dzIc`?l;DU^vBdXdWlr4YV!@l}2(!BYc>#!eSyk zVk~F`HK8>4&CBJINTIIJC|o>a@OzK61Mn6@(T*zo&m(i6$FZJ2fqr0HFY*$_;a!Tp zrMj)!EKF%Ng9zRZkK8FcKz=5PXRWA@?VcRwNIWbLsSlkw0mdWC4e`$BR44igmKi9n zYFi?1&L&6Q0Ze|cwp-sZueR4UFVovxOp7wj#aawq&kq(k)6w;*%of|dt| z^w-@Hww^stbOnV+kc^B0(ER}Z+^G^pT? zI_uQhWLK05RP6>fB6W6X{oGm#1l(`ne<=CCf2$FDKEInJ-FUab^Q6flfGPK#_dFHk zjO>aBE+>&<2@pfmP<(`-OP2CU+$gU$ z6xx}_x()vNp4vZ9AWn6bGW3F>mu_%l5KEfJ?IS(Dy(2T(rjfT&R0Iahw6bDe) znR0|Vf;yz4Jm80PMfPZ^^_lZ9hJ_a4sw<#mRNMztKi##}98})M-2r%t-4(4C(_xYV zyt16jKLprcy) z%QAs1_|3-*>#7#%-=cHWyB$q^2&bI8go~^vtwaG+yoML&mo|Azo`-_U*hHJq+Q z+NYW2FNU4tT{Ml)=>K|*r9b-gMT=?-YGVNLTjaRy6exqs;cwvS+p=CQ&4@dO>VFt8 z&93%-p9lBGzJcQ3o}~EIA8xBY55E;%IxOFvs|3GT-S@dHF+Bp*-fySRMA0(jcu;xu zZ7y&-*H>%{)W^>2<;I5zO+NxPK9A5A zga2phnC!byMXYXk^M*XeoPFvO1E#*En7q{RYiT09n?CCNA!Rn>xyxT`UgxLZe8Lx# zYs5JKmf7l^j-UNFPIQJ|gMr}{jy&Xc0a z^k0ZClSQLT>fQ6BBA{-#pt9#NeL;I)5;b}QHT9iUO*5y_=c;^xGps_=(waK_c9HG6)o`HIxSCH_t^T$|$r1(edmLW7u3zfk!% zyaTv1I7E>Q3~G8fwtJcfcMb*VFRQa73&-{SZU3;PCu!4(s|^XT($;b5{9yAi>nS@l ziBy-5hr50eo3-fwLQLX=pj4WGEZ0${4dE6eWk?G^>H6)Nc7R?NVCqt zLHkMcE0=>GkhGmFuHqq1>5-jV?JX`pb70KYB}Go+S6I5=n0N&NndW`>RI`Fv*0!=K zDk4f$!O&%&qRCeGq(p7*7e)d8&+WCy*)1SpVH{`Dd~$sG*gzq}I_ zBrB9oC#N-b(`f(Co`AoItH}Yu&ldvec5b-~5p_X50O_W0@ey1sY~uv14Ims!*6p3H z8>bQZtI(P*`aul+aMLZJ^XefJ`00Y<-}Rp!ZtOo%V z1!rkJRprWBSZSwT=J=mh?`c{N8{UeDnr$o8~l{W_7p+N++*fieF_ zhpTj6^8=F7xbkqJfqP5x!zS#&iQRvr2#5(WSc(lNngee73W|arZ}rLk)$!*O>v7OMmi-_fo zkA72k7A|%dcqt;C=CxuoyQ>%BX^`fU&A}2Qp?Z0lFh%P={VMoHO^M+zrCY{{KaVON zm(VGJ>F-t{r0yJhNdYhTnV)ja91linNpAn9YN&kEdh|Cp(QB>AYpXED z4}~}EoSOcTHZeWz9W3n6Ozg9-EoC+jaI0ah z?ra{Js`Q zx}((7>Q?XQsO4lDU1xS&tX#~#eB^Zu`5nLqRim1yaL2K*VNg0+bvoE zFfn~_iL`Dc86&+c2KlmUqx8>ofKj_^Y=FW!a6|DU9{PODR^YlDiP5#P%TbHQfAeHKhvK0np z8{Hk;M%G{?!FBK zc+MSd!F6@&<-j`(1wg4DEIh{wh6D-)4(Qo#Sg&Oeti>!!`=n`?l`Zcb*7hHB$2e?FG2w}0 z)vebm_Vxf2Yr|if1&-f8>q#Rx0=l#)#b{OD7Z4mZdoOkW-vUZrKl`V-fi_k!@&L-O zt6#I@XHXIcGm!=i2Hw0tus$Ex?!q(1h^Xi+a=Bd0S1Jw*dwmT5;B59iPc$XlZ~v8> zQr7Kjn#+FUL3=|wo1x#zUV#Bi0{^!P)LKVWU=@hLS`qg06BK$^dFg5553_g!1x!x3 zS#$x2^_Z$syxxhME3UxOe&K8U>wZ1mQsWAE;@ocx&2Kxok|~+u!WkpHjSMt18y{C} zT-o=wlZ9>rK!e~7E$_g9L%aWb*R<{He@cIw7`SAatp!>(N05g!u~bY){COw&SFm>c zqysp0_pcSJ(;}{;D!xv`vN)xd(+06TQb2YFHg?s=!tY<=29@H zz==J_b2Saf*l26Bx=f@yh)zz&;eIGrEB5H*|A|^YWJL3yN%p@o|HB)c* zH6^_n1oB4ReKD?>UeGSSg@~MNyH)(G{}#@$!x+Epe;M+BCr4S!iH2G=Q(dQ%hi)l^ zCK#m~14JU6vt$I=zHdwrKf*yKZQ`qUHJ4I>Sq92?v+)Z4Y8>ym$UV(u&1xY+Ia+z? z!{5zBb2O>5V8sq>{W?kUj$`TP?ufSSbwlMY5*cr`dXE37Qus&91#C=RI0Dr>@~+Bdl8c#RrTS;BvAQUZFSbKvm3P#?C=|m_SRQb1>OhL zJ6jjr&z-knCJ^@v6X8Jn#ZjZmA5S`IfT^5(GY(*!IZBwyaeToHfsp@d*0axVx#&Qy zOBlISf_&%NRvjI)LSgNMc1H=s?$n&Vh#wyrEPUuFpYM5F0g;D?4IPo`%z=Xc2FYHW zqMlX?gA|_|fv_*j%-}Wp&k^Z^Yu#8Pm;s3J}^d!V!5$riw5I zv^}i1@H*%^ewIZdL;HW>N8DQ;I?(CjhtD?dcTZ86Er<7hAFzC5Q5di47SbeLPrul8=;nKB%IVzXOu72N;f zr(a`F57)lhB}yQeOUTF^-_aFPJwyhDY}dI-x9?cbK_-SA{~O`R0e8dxi}xNY+sQsi z!nKjj_1S12%~O%f0hSYnKLb~GL{vbER14~+HN<*3Bm7{t#BJ-WAgebpKG5&bg9Sk8 z{1I;QdBkzHzyR6fGWv%;)<-{_fGqIl?-$kr)wuI-iK86a>xHYr|@5I zw=kmyoM?TV84GS7aN7!2Jr!c}JE8<8$)ZIQg;!Y;@*kC{}CPnv9wpy3$}y z2yh>C`W$u~4ZO+v-%YnhDhAn5qjaz3a~M_EzBdRLT@t@jD_p0`B0i>!CRQoM9{xat zV0|i4{0IHy@gJM?dmh2+x56-A@^-WxtU3`4|BU=^lr(Ag5j$#Yn?Oo}lK#;NycXT# zubmRFLye4gB{t?-NKE+eo8BbE+n-f!pbcRVrc)3|ym>m(g7_YJI5_;z1wQ*k$^{(L z%K5UswoBIObj}~b z*U(vi`9Hb&6o(l_Ah6sY+0=3DS@^X#;s=twH6m)vMek0P~ zt$CA2?x#7LyG%h#WTOVN%f=cNqg~a&hugoKuVmaWQ(0;IdHKa=hhk^DzdzsFAl(e( ztt2NHvs(#Xz22E)GB!^8uhLhM5F)+rau{GiccbjY>|ZL?RA2`xt^%5<7Yh0rv1Kn1 z7U(s;PDvDnx?+V{R13)jJ%SXEwhZ4p+5Y}#ENZB$B|Y-wi^}IaDyx$IEVx0b89e1I zw5edE>i=&YLA8ZNRmomQ7kP=w?QVGD{Cwu+%4DO+JQD@=D z$vdxIgWguE!|vh$97QOr`SCKm@ycz^SE37!0oQmMx(l|iuy^zGKeI5yW#x|GK;P_{ zC)%?Q+}vX*IsHz_wHdc8WlP(W)asfX@87AtzwNlnPROTOZH< zVmnh->;==ULUJoo7QfX9@b_6+5wbEuL?qbDRm#*hCgEoRuf_XAPqsem$@bAp@5w&k za^&oucX!PF{Xn3euo+j4119XgTo1Vs-uL_q!!K?i_s(&3T0xxC8R3 z$on!84Y^W{M;p4VTm;<%Lj)}amD(MFqf3Vq!kf1m&bgitZv5PIcFep;3)TOnb6ek4Hnv zg3nQN!r~4Y*MI~iSB3Z0t3+OQiR|P2-%~c7ls*|~e(=Ltmn~*LPCa|d>^rx{ z#3~}g^!y^%p9yxS7aTwM>tjUChn2uZtf^76Avf_k?g$WMjC3fwv-iJ{zl+VB zFfxlb)fgx{w){0n)0h1E!~b8-n~dyYNHNHv4Llg>Xwyt!q47pcsfSS_`Py}cErJT6 zwYt+L)krk>F#-49ajM%j?!}EKUIKTK`+>Gye^uHKjWB4+fMi%YkP&5n{!i?G{QKw**HsKa N;OXk;vd$@?2>`V#Q5gUL diff --git a/public/output.css b/public/output.css new file mode 100644 index 000000000..04fc13d02 --- /dev/null +++ b/public/output.css @@ -0,0 +1,1593 @@ +*, ::before, ::after { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +::backdrop { + --tw-border-spacing-x: 0; + --tw-border-spacing-y: 0; + --tw-translate-x: 0; + --tw-translate-y: 0; + --tw-rotate: 0; + --tw-skew-x: 0; + --tw-skew-y: 0; + --tw-scale-x: 1; + --tw-scale-y: 1; + --tw-pan-x: ; + --tw-pan-y: ; + --tw-pinch-zoom: ; + --tw-scroll-snap-strictness: proximity; + --tw-gradient-from-position: ; + --tw-gradient-via-position: ; + --tw-gradient-to-position: ; + --tw-ordinal: ; + --tw-slashed-zero: ; + --tw-numeric-figure: ; + --tw-numeric-spacing: ; + --tw-numeric-fraction: ; + --tw-ring-inset: ; + --tw-ring-offset-width: 0px; + --tw-ring-offset-color: #fff; + --tw-ring-color: rgb(59 130 246 / 0.5); + --tw-ring-offset-shadow: 0 0 #0000; + --tw-ring-shadow: 0 0 #0000; + --tw-shadow: 0 0 #0000; + --tw-shadow-colored: 0 0 #0000; + --tw-blur: ; + --tw-brightness: ; + --tw-contrast: ; + --tw-grayscale: ; + --tw-hue-rotate: ; + --tw-invert: ; + --tw-saturate: ; + --tw-sepia: ; + --tw-drop-shadow: ; + --tw-backdrop-blur: ; + --tw-backdrop-brightness: ; + --tw-backdrop-contrast: ; + --tw-backdrop-grayscale: ; + --tw-backdrop-hue-rotate: ; + --tw-backdrop-invert: ; + --tw-backdrop-opacity: ; + --tw-backdrop-saturate: ; + --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; +} + +/* +! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com +*/ + +/* +1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) +2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) +*/ + +*, +::before, +::after { + box-sizing: border-box; + /* 1 */ + border-width: 0; + /* 2 */ + border-style: solid; + /* 2 */ + border-color: #e5e7eb; + /* 2 */ +} + +::before, +::after { + --tw-content: ''; +} + +/* +1. Use a consistent sensible line-height in all browsers. +2. Prevent adjustments of font size after orientation changes in iOS. +3. Use a more readable tab size. +4. Use the user's configured `sans` font-family by default. +5. Use the user's configured `sans` font-feature-settings by default. +6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS +*/ + +html, +:host { + line-height: 1.5; + /* 1 */ + -webkit-text-size-adjust: 100%; + /* 2 */ + -moz-tab-size: 4; + /* 3 */ + -o-tab-size: 4; + tab-size: 4; + /* 3 */ + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + /* 4 */ + font-feature-settings: normal; + /* 5 */ + font-variation-settings: normal; + /* 6 */ + -webkit-tap-highlight-color: transparent; + /* 7 */ +} + +/* +1. Remove the margin in all browsers. +2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. +*/ + +body { + margin: 0; + /* 1 */ + line-height: inherit; + /* 2 */ +} + +/* +1. Add the correct height in Firefox. +2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) +3. Ensure horizontal rules are visible by default. +*/ + +hr { + height: 0; + /* 1 */ + color: inherit; + /* 2 */ + border-top-width: 1px; + /* 3 */ +} + +/* +Add the correct text decoration in Chrome, Edge, and Safari. +*/ + +abbr:where([title]) { + -webkit-text-decoration: underline dotted; + text-decoration: underline dotted; +} + +/* +Remove the default font size and weight for headings. +*/ + +h1, +h2, +h3, +h4, +h5, +h6 { + font-size: inherit; + font-weight: inherit; +} + +/* +Reset links to optimize for opt-in styling instead of opt-out. +*/ + +a { + color: inherit; + text-decoration: inherit; +} + +/* +Add the correct font weight in Edge and Safari. +*/ + +b, +strong { + font-weight: bolder; +} + +/* +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. +*/ + +code, +kbd, +samp, +pre { + font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; + /* 1 */ + font-feature-settings: normal; + /* 2 */ + font-variation-settings: normal; + /* 3 */ + font-size: 1em; + /* 4 */ +} + +/* +Add the correct font size in all browsers. +*/ + +small { + font-size: 80%; +} + +/* +Prevent `sub` and `sup` elements from affecting the line height in all browsers. +*/ + +sub, +sup { + font-size: 75%; + line-height: 0; + position: relative; + vertical-align: baseline; +} + +sub { + bottom: -0.25em; +} + +sup { + top: -0.5em; +} + +/* +1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) +2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) +3. Remove gaps between table borders by default. +*/ + +table { + text-indent: 0; + /* 1 */ + border-color: inherit; + /* 2 */ + border-collapse: collapse; + /* 3 */ +} + +/* +1. Change the font styles in all browsers. +2. Remove the margin in Firefox and Safari. +3. Remove default padding in all browsers. +*/ + +button, +input, +optgroup, +select, +textarea { + font-family: inherit; + /* 1 */ + font-feature-settings: inherit; + /* 1 */ + font-variation-settings: inherit; + /* 1 */ + font-size: 100%; + /* 1 */ + font-weight: inherit; + /* 1 */ + line-height: inherit; + /* 1 */ + letter-spacing: inherit; + /* 1 */ + color: inherit; + /* 1 */ + margin: 0; + /* 2 */ + padding: 0; + /* 3 */ +} + +/* +Remove the inheritance of text transform in Edge and Firefox. +*/ + +button, +select { + text-transform: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Remove default button styles. +*/ + +button, +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { + -webkit-appearance: button; + /* 1 */ + background-color: transparent; + /* 2 */ + background-image: none; + /* 2 */ +} + +/* +Use the modern Firefox focus style for all focusable elements. +*/ + +:-moz-focusring { + outline: auto; +} + +/* +Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) +*/ + +:-moz-ui-invalid { + box-shadow: none; +} + +/* +Add the correct vertical alignment in Chrome and Firefox. +*/ + +progress { + vertical-align: baseline; +} + +/* +Correct the cursor style of increment and decrement buttons in Safari. +*/ + +::-webkit-inner-spin-button, +::-webkit-outer-spin-button { + height: auto; +} + +/* +1. Correct the odd appearance in Chrome and Safari. +2. Correct the outline style in Safari. +*/ + +[type='search'] { + -webkit-appearance: textfield; + /* 1 */ + outline-offset: -2px; + /* 2 */ +} + +/* +Remove the inner padding in Chrome and Safari on macOS. +*/ + +::-webkit-search-decoration { + -webkit-appearance: none; +} + +/* +1. Correct the inability to style clickable types in iOS and Safari. +2. Change font properties to `inherit` in Safari. +*/ + +::-webkit-file-upload-button { + -webkit-appearance: button; + /* 1 */ + font: inherit; + /* 2 */ +} + +/* +Add the correct display in Chrome and Safari. +*/ + +summary { + display: list-item; +} + +/* +Removes the default spacing and border for appropriate elements. +*/ + +blockquote, +dl, +dd, +h1, +h2, +h3, +h4, +h5, +h6, +hr, +figure, +p, +pre { + margin: 0; +} + +fieldset { + margin: 0; + padding: 0; +} + +legend { + padding: 0; +} + +ol, +ul, +menu { + list-style: none; + margin: 0; + padding: 0; +} + +/* +Reset default styling for dialogs. +*/ + +dialog { + padding: 0; +} + +/* +Prevent resizing textareas horizontally by default. +*/ + +textarea { + resize: vertical; +} + +/* +1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) +2. Set the default placeholder color to the user's configured gray 400 color. +*/ + +input::-moz-placeholder, textarea::-moz-placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +input::placeholder, +textarea::placeholder { + opacity: 1; + /* 1 */ + color: #9ca3af; + /* 2 */ +} + +/* +Set the default cursor for buttons. +*/ + +button, +[role="button"] { + cursor: pointer; +} + +/* +Make sure disabled buttons don't get the pointer cursor. +*/ + +:disabled { + cursor: default; +} + +/* +1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) +2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) + This can trigger a poorly considered lint error in some tools but is included by design. +*/ + +img, +svg, +video, +canvas, +audio, +iframe, +embed, +object { + display: block; + /* 1 */ + vertical-align: middle; + /* 2 */ +} + +/* +Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) +*/ + +img, +video { + max-width: 100%; + height: auto; +} + +/* Make elements with the HTML hidden attribute stay hidden by default */ + +[hidden]:where(:not([hidden="until-found"])) { + display: none; +} + +.container { + width: 100%; +} + +@media (min-width: 640px) { + .container { + max-width: 640px; + } +} + +@media (min-width: 768px) { + .container { + max-width: 768px; + } +} + +@media (min-width: 1024px) { + .container { + max-width: 1024px; + } +} + +@media (min-width: 1280px) { + .container { + max-width: 1280px; + } +} + +@media (min-width: 1536px) { + .container { + max-width: 1536px; + } +} + +.sr-only { + position: absolute; + width: 1px; + height: 1px; + padding: 0; + margin: -1px; + overflow: hidden; + clip: rect(0, 0, 0, 0); + white-space: nowrap; + border-width: 0; +} + +.pointer-events-none { + pointer-events: none; +} + +.visible { + visibility: visible; +} + +.absolute { + position: absolute; +} + +.relative { + position: relative; +} + +.sticky { + position: sticky; +} + +.bottom-0 { + bottom: 0px; +} + +.bottom-\[4px\] { + bottom: 4px; +} + +.left-0 { + left: 0px; +} + +.left-\[4px\] { + left: 4px; +} + +.right-0 { + right: 0px; +} + +.top-0 { + top: 0px; +} + +.z-10 { + z-index: 10; +} + +.z-50 { + z-index: 50; +} + +.z-\[1\] { + z-index: 1; +} + +.mx-auto { + margin-left: auto; + margin-right: auto; +} + +.-mb-px { + margin-bottom: -1px; +} + +.mb-2 { + margin-bottom: 0.5rem; +} + +.mb-3 { + margin-bottom: 0.75rem; +} + +.ml-1 { + margin-left: 0.25rem; +} + +.mr-1 { + margin-right: 0.25rem; +} + +.mr-2 { + margin-right: 0.5rem; +} + +.block { + display: block; +} + +.inline-block { + display: inline-block; +} + +.flex { + display: flex; +} + +.inline-flex { + display: inline-flex; +} + +.table { + display: table; +} + +.contents { + display: contents; +} + +.hidden { + display: none; +} + +.h-0 { + height: 0px; +} + +.h-5 { + height: 1.25rem; +} + +.h-7 { + height: 1.75rem; +} + +.h-\[20px\] { + height: 20px; +} + +.h-\[28px\] { + height: 28px; +} + +.max-h-\[80vh\] { + max-height: 80vh; +} + +.w-0 { + width: 0px; +} + +.w-5 { + width: 1.25rem; +} + +.w-\[20px\] { + width: 20px; +} + +.w-\[60px\] { + width: 60px; +} + +.w-full { + width: 100%; +} + +.max-w-\[95\%\] { + max-width: 95%; +} + +.flex-1 { + flex: 1 1 0%; +} + +.flex-grow { + flex-grow: 1; +} + +.table-fixed { + table-layout: fixed; +} + +.border-collapse { + border-collapse: collapse; +} + +.transform { + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.cursor-default { + cursor: default; +} + +.cursor-pointer { + cursor: pointer; +} + +.select-none { + -webkit-user-select: none; + -moz-user-select: none; + user-select: none; +} + +.flex-col { + flex-direction: column; +} + +.flex-wrap { + flex-wrap: wrap; +} + +.items-center { + align-items: center; +} + +.items-stretch { + align-items: stretch; +} + +.justify-between { + justify-content: space-between; +} + +.gap-2 { + gap: 0.5rem; +} + +.gap-3 { + gap: 0.75rem; +} + +.gap-4 { + gap: 1rem; +} + +.space-x-1 > :not([hidden]) ~ :not([hidden]) { + --tw-space-x-reverse: 0; + margin-right: calc(0.25rem * var(--tw-space-x-reverse)); + margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); +} + +.divide-y > :not([hidden]) ~ :not([hidden]) { + --tw-divide-y-reverse: 0; + border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))); + border-bottom-width: calc(1px * var(--tw-divide-y-reverse)); +} + +.divide-gray-200 > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1)); +} + +.overflow-hidden { + overflow: hidden; +} + +.overflow-x-auto { + overflow-x: auto; +} + +.overflow-y-auto { + overflow-y: auto; +} + +.truncate { + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} + +.whitespace-nowrap { + white-space: nowrap; +} + +.rounded { + border-radius: 0.25rem; +} + +.rounded-full { + border-radius: 9999px; +} + +.rounded-lg { + border-radius: 0.5rem; +} + +.rounded-md { + border-radius: 0.375rem; +} + +.rounded-b { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.rounded-t { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.rounded-tr { + border-top-right-radius: 0.25rem; +} + +.border { + border-width: 1px; +} + +.border-b { + border-bottom-width: 1px; +} + +.border-b-0 { + border-bottom-width: 0px; +} + +.border-l { + border-left-width: 1px; +} + +.border-blue-200 { + --tw-border-opacity: 1; + border-color: rgb(191 219 254 / var(--tw-border-opacity, 1)); +} + +.border-gray-200 { + --tw-border-opacity: 1; + border-color: rgb(229 231 235 / var(--tw-border-opacity, 1)); +} + +.border-gray-300 { + --tw-border-opacity: 1; + border-color: rgb(209 213 219 / var(--tw-border-opacity, 1)); +} + +.border-green-200 { + --tw-border-opacity: 1; + border-color: rgb(187 247 208 / var(--tw-border-opacity, 1)); +} + +.border-transparent { + border-color: transparent; +} + +.bg-blue-100 { + --tw-bg-opacity: 1; + background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)); +} + +.bg-blue-50 { + --tw-bg-opacity: 1; + background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1)); +} + +.bg-gray-100 { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); +} + +.bg-gray-200 { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); +} + +.bg-gray-300 { + --tw-bg-opacity: 1; + background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1)); +} + +.bg-gray-50 { + --tw-bg-opacity: 1; + background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)); +} + +.bg-gray-900\/90 { + background-color: rgb(17 24 39 / 0.9); +} + +.bg-green-100 { + --tw-bg-opacity: 1; + background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1)); +} + +.bg-red-100 { + --tw-bg-opacity: 1; + background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1)); +} + +.bg-white { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); +} + +.bg-slate-100 { + --tw-bg-opacity: 1; + background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1)); +} + +.p-1 { + padding: 0.25rem; +} + +.p-2 { + padding: 0.5rem; +} + +.p-3 { + padding: 0.75rem; +} + +.p-4 { + padding: 1rem; +} + +.px-1 { + padding-left: 0.25rem; + padding-right: 0.25rem; +} + +.px-2 { + padding-left: 0.5rem; + padding-right: 0.5rem; +} + +.px-3 { + padding-left: 0.75rem; + padding-right: 0.75rem; +} + +.py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; +} + +.py-1 { + padding-top: 0.25rem; + padding-bottom: 0.25rem; +} + +.py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} + +.pl-4 { + padding-left: 1rem; +} + +.text-left { + text-align: left; +} + +.text-center { + text-align: center; +} + +.text-right { + text-align: right; +} + +.align-middle { + vertical-align: middle; +} + +.font-sans { + font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; +} + +.text-2xl { + font-size: 1.5rem; + line-height: 2rem; +} + +.text-\[10px\] { + font-size: 10px; +} + +.text-lg { + font-size: 1.125rem; + line-height: 1.75rem; +} + +.text-sm { + font-size: 0.875rem; + line-height: 1.25rem; +} + +.text-xs { + font-size: 0.75rem; + line-height: 1rem; +} + +.font-bold { + font-weight: 700; +} + +.font-medium { + font-weight: 500; +} + +.font-semibold { + font-weight: 600; +} + +.leading-5 { + line-height: 1.25rem; +} + +.text-blue-700 { + --tw-text-opacity: 1; + color: rgb(29 78 216 / var(--tw-text-opacity, 1)); +} + +.text-gray-400 { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity, 1)); +} + +.text-gray-500 { + --tw-text-opacity: 1; + color: rgb(107 114 128 / var(--tw-text-opacity, 1)); +} + +.text-gray-600 { + --tw-text-opacity: 1; + color: rgb(75 85 99 / var(--tw-text-opacity, 1)); +} + +.text-gray-700 { + --tw-text-opacity: 1; + color: rgb(55 65 81 / var(--tw-text-opacity, 1)); +} + +.text-gray-800 { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity, 1)); +} + +.text-green-600 { + --tw-text-opacity: 1; + color: rgb(22 163 74 / var(--tw-text-opacity, 1)); +} + +.text-green-700 { + --tw-text-opacity: 1; + color: rgb(21 128 61 / var(--tw-text-opacity, 1)); +} + +.text-red-600 { + --tw-text-opacity: 1; + color: rgb(220 38 38 / var(--tw-text-opacity, 1)); +} + +.text-red-700 { + --tw-text-opacity: 1; + color: rgb(185 28 28 / var(--tw-text-opacity, 1)); +} + +.text-white { + --tw-text-opacity: 1; + color: rgb(255 255 255 / var(--tw-text-opacity, 1)); +} + +.text-yellow-600 { + --tw-text-opacity: 1; + color: rgb(202 138 4 / var(--tw-text-opacity, 1)); +} + +.text-slate-700 { + --tw-text-opacity: 1; + color: rgb(51 65 85 / var(--tw-text-opacity, 1)); +} + +.opacity-0 { + opacity: 0; +} + +.opacity-100 { + opacity: 1; +} + +.shadow { + --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.shadow-lg { + --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.outline-none { + outline: 2px solid transparent; + outline-offset: 2px; +} + +.filter { + filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); +} + +.transition { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-all { + transition-property: all; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-colors { + transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.transition-opacity { + transition-property: opacity; + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + transition-duration: 150ms; +} + +.duration-100 { + transition-duration: 100ms; +} + +.duration-150 { + transition-duration: 150ms; +} + +.duration-300 { + transition-duration: 300ms; +} + +.ease-in-out { + transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); +} + +.content-\[\'\'\] { + --tw-content: ''; + content: var(--tw-content); +} + +.focus-within\:ring-2:focus-within { + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + +.focus-within\:ring-blue-500:focus-within { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)); +} + +.focus-within\:ring-offset-2:focus-within { + --tw-ring-offset-width: 2px; +} + +.hover\:scale-\[1\.01\]:hover { + --tw-scale-x: 1.01; + --tw-scale-y: 1.01; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.hover\:bg-gray-100:hover { + --tw-bg-opacity: 1; + background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1)); +} + +.hover\:bg-gray-200:hover { + --tw-bg-opacity: 1; + background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1)); +} + +.hover\:bg-gray-50:hover { + --tw-bg-opacity: 1; + background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1)); +} + +.hover\:bg-white:hover { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); +} + +.hover\:text-slate-900:hover { + --tw-text-opacity: 1; + color: rgb(15 23 42 / var(--tw-text-opacity, 1)); +} + +.hover\:shadow-md:hover { + --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1); + --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.focus\:border-blue-500:focus { + --tw-border-opacity: 1; + border-color: rgb(59 130 246 / var(--tw-border-opacity, 1)); +} + +.focus\:ring-1:focus { + --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); + --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); + box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); +} + +.focus\:ring-blue-500:focus { + --tw-ring-opacity: 1; + --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1)); +} + +.peer:checked ~ .peer-checked\:translate-x-\[32px\] { + --tw-translate-x: 32px; + transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); +} + +.peer\/all:checked ~ .peer-checked\/all\:bg-green-200 { + --tw-bg-opacity: 1; + background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1)); +} + +.peer\/grouped:checked ~ .peer-checked\/grouped\:bg-blue-200 { + --tw-bg-opacity: 1; + background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1)); +} + +.peer\/list:checked ~ .peer-checked\/list\:bg-blue-200 { + --tw-bg-opacity: 1; + background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1)); +} + +.peer\/lxc:checked ~ .peer-checked\/lxc\:bg-green-200 { + --tw-bg-opacity: 1; + background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1)); +} + +.peer\/vm:checked ~ .peer-checked\/vm\:bg-green-200 { + --tw-bg-opacity: 1; + background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1)); +} + +.peer:checked ~ .peer-checked\:bg-blue-600 { + --tw-bg-opacity: 1; + background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1)); +} + +.peer\/all:checked ~ .peer-checked\/all\:font-semibold { + font-weight: 600; +} + +.peer\/grouped:checked ~ .peer-checked\/grouped\:font-semibold { + font-weight: 600; +} + +.peer\/list:checked ~ .peer-checked\/list\:font-semibold { + font-weight: 600; +} + +.peer\/lxc:checked ~ .peer-checked\/lxc\:font-semibold { + font-weight: 600; +} + +.peer\/vm:checked ~ .peer-checked\/vm\:font-semibold { + font-weight: 600; +} + +.peer\/all:checked ~ .peer-checked\/all\:text-green-800 { + --tw-text-opacity: 1; + color: rgb(22 101 52 / var(--tw-text-opacity, 1)); +} + +.peer\/grouped:checked ~ .peer-checked\/grouped\:text-blue-800 { + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity, 1)); +} + +.peer\/list:checked ~ .peer-checked\/list\:text-blue-800 { + --tw-text-opacity: 1; + color: rgb(30 64 175 / var(--tw-text-opacity, 1)); +} + +.peer\/lxc:checked ~ .peer-checked\/lxc\:text-green-800 { + --tw-text-opacity: 1; + color: rgb(22 101 52 / var(--tw-text-opacity, 1)); +} + +.peer\/vm:checked ~ .peer-checked\/vm\:text-green-800 { + --tw-text-opacity: 1; + color: rgb(22 101 52 / var(--tw-text-opacity, 1)); +} + +.has-\[\:checked\]\:bg-white:has(:checked) { + --tw-bg-opacity: 1; + background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)); +} + +.has-\[\:checked\]\:text-slate-900:has(:checked) { + --tw-text-opacity: 1; + color: rgb(15 23 42 / var(--tw-text-opacity, 1)); +} + +.has-\[\:checked\]\:shadow-sm:has(:checked) { + --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05); + --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color); + box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); +} + +.dark\:divide-gray-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) { + --tw-divide-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1)); +} + +.dark\:border-blue-700:is(.dark *) { + --tw-border-opacity: 1; + border-color: rgb(29 78 216 / var(--tw-border-opacity, 1)); +} + +.dark\:border-gray-600:is(.dark *) { + --tw-border-opacity: 1; + border-color: rgb(75 85 99 / var(--tw-border-opacity, 1)); +} + +.dark\:border-gray-700:is(.dark *) { + --tw-border-opacity: 1; + border-color: rgb(55 65 81 / var(--tw-border-opacity, 1)); +} + +.dark\:border-green-700:is(.dark *) { + --tw-border-opacity: 1; + border-color: rgb(21 128 61 / var(--tw-border-opacity, 1)); +} + +.dark\:bg-blue-900\/20:is(.dark *) { + background-color: rgb(30 58 138 / 0.2); +} + +.dark\:bg-blue-900\/50:is(.dark *) { + background-color: rgb(30 58 138 / 0.5); +} + +.dark\:bg-gray-600:is(.dark *) { + --tw-bg-opacity: 1; + background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1)); +} + +.dark\:bg-gray-700:is(.dark *) { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)); +} + +.dark\:bg-gray-700\/50:is(.dark *) { + background-color: rgb(55 65 81 / 0.5); +} + +.dark\:bg-gray-700\/80:is(.dark *) { + background-color: rgb(55 65 81 / 0.8); +} + +.dark\:bg-gray-800:is(.dark *) { + --tw-bg-opacity: 1; + background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1)); +} + +.dark\:bg-gray-900:is(.dark *) { + --tw-bg-opacity: 1; + background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)); +} + +.dark\:bg-green-800\/30:is(.dark *) { + background-color: rgb(22 101 52 / 0.3); +} + +.dark\:bg-green-900\/50:is(.dark *) { + background-color: rgb(20 83 45 / 0.5); +} + +.dark\:bg-red-800\/30:is(.dark *) { + background-color: rgb(153 27 27 / 0.3); +} + +.dark\:text-blue-300:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(147 197 253 / var(--tw-text-opacity, 1)); +} + +.dark\:text-gray-200:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(229 231 235 / var(--tw-text-opacity, 1)); +} + +.dark\:text-gray-300:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(209 213 219 / var(--tw-text-opacity, 1)); +} + +.dark\:text-gray-400:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(156 163 175 / var(--tw-text-opacity, 1)); +} + +.dark\:text-green-300:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(134 239 172 / var(--tw-text-opacity, 1)); +} + +.dark\:text-green-400:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(74 222 128 / var(--tw-text-opacity, 1)); +} + +.dark\:text-red-300:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(252 165 165 / var(--tw-text-opacity, 1)); +} + +.dark\:text-red-400:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(248 113 113 / var(--tw-text-opacity, 1)); +} + +.dark\:text-yellow-400:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(250 204 21 / var(--tw-text-opacity, 1)); +} + +.dark\:hover\:bg-gray-700:hover:is(.dark *) { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)); +} + +.dark\:hover\:bg-gray-700\/50:hover:is(.dark *) { + background-color: rgb(55 65 81 / 0.5); +} + +.peer\/all:checked ~ .dark\:peer-checked\/all\:bg-green-700\/60:is(.dark *) { + background-color: rgb(21 128 61 / 0.6); +} + +.peer\/grouped:checked ~ .dark\:peer-checked\/grouped\:bg-blue-700\/60:is(.dark *) { + background-color: rgb(29 78 216 / 0.6); +} + +.peer\/list:checked ~ .dark\:peer-checked\/list\:bg-blue-700\/60:is(.dark *) { + background-color: rgb(29 78 216 / 0.6); +} + +.peer\/lxc:checked ~ .dark\:peer-checked\/lxc\:bg-green-700\/60:is(.dark *) { + background-color: rgb(21 128 61 / 0.6); +} + +.peer\/vm:checked ~ .dark\:peer-checked\/vm\:bg-green-700\/60:is(.dark *) { + background-color: rgb(21 128 61 / 0.6); +} + +.peer:checked ~ .dark\:peer-checked\:bg-blue-700:is(.dark *) { + --tw-bg-opacity: 1; + background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1)); +} + +.peer\/all:checked ~ .dark\:peer-checked\/all\:text-green-200:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(187 247 208 / var(--tw-text-opacity, 1)); +} + +.peer\/grouped:checked ~ .dark\:peer-checked\/grouped\:text-blue-200:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(191 219 254 / var(--tw-text-opacity, 1)); +} + +.peer\/list:checked ~ .dark\:peer-checked\/list\:text-blue-200:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(191 219 254 / var(--tw-text-opacity, 1)); +} + +.peer\/lxc:checked ~ .dark\:peer-checked\/lxc\:text-green-200:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(187 247 208 / var(--tw-text-opacity, 1)); +} + +.peer\/vm:checked ~ .dark\:peer-checked\/vm\:text-green-200:is(.dark *) { + --tw-text-opacity: 1; + color: rgb(187 247 208 / var(--tw-text-opacity, 1)); +} + +@media (min-width: 768px) { + .md\:flex-row { + flex-direction: row; + } + + .md\:items-center { + align-items: center; + } +} \ No newline at end of file diff --git a/reports/proxmox-api-test-2025-03-04T11-41-12.389Z.json b/reports/proxmox-api-test-2025-03-04T11-41-12.389Z.json deleted file mode 100644 index 755cda0dd..000000000 --- a/reports/proxmox-api-test-2025-03-04T11-41-12.389Z.json +++ /dev/null @@ -1,379 +0,0 @@ -{ - "timestamp": "2025-03-04T11:41:12.387Z", - "nodes": [ - { - "nodeConfig": { - "id": "node-1", - "name": "Proxmox Node 1", - "host": "https://10.0.0.1:8006", - "tokenId": "root@pam!pulse", - "tokenSecret": "f3bad8c9-98da-41e3-a55d-0cbeca1a16eb" - }, - "discoveredNode": { - "id": "node-1", - "name": "Proxmox Node 1", - "nodeName": "pve", - "host": "https://10.0.0.1:8006", - "ipAddress": "10.0.0.1" - }, - "testResults": [ - { - "endpoint": "/nodes/pve/status", - "success": true, - "responseTime": 25, - "statusCode": 200, - "data": { - "data": { - "memory": { - "free": 9812631400, - "total": 16539889664, - "used": 4170511396 - }, - "kversion": "Linux 6.8.12-8-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-8 (2025-01-24T12:32Z)", - "pveversion": "pve-manager/8.3.4/65224a0f9cd294a3", - "wait": 0, - "rootfs": { - "free": 22391552234, - "total": 33501757440, - "avail": 24827311985, - "used": 9752822652 - }, - "idle": 0, - "cpu": 0.01, - "ksm": { - "shared": 0 - }, - "loadavg": [ - "0.11", - "0.18", - "0.24" - ], - "current-kernel": { - "machine": "x86_64", - "sysname": "Linux", - "version": "#1 SMP PREEMPT_DYNAMIC PMX 6.8.12-8 (2025-01-24T12:32Z)", - "release": "6.8.12-8-pve" - }, - "swap": { - "used": 2199479654, - "total": 8589930496, - "free": 5171566783 - }, - "cpuinfo": { - "sockets": 1, - "user_hz": 100, - "cores": 4, - "flags": "fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf tsc_known_freq pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l2 cdp_l2 ssbd ibrs ibpb stibp ibrs_enhanced tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid rdt_a rdseed adx smap clflushopt clwb intel_pt sha_ni xsaveopt xsavec xgetbv1 xsaves split_lock_detect user_shstk avx_vnni dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp hwp_pkg_req vnmi umip pku ospke waitpkg gfni vaes vpclmulqdq rdpid movdiri movdir64b fsrm md_clear serialize arch_lbr ibt flush_l1d arch_capabilities", - "hvm": "1", - "model": "Intel(R) CPU", - "mhz": "3200.000", - "cpus": 4 - }, - "boot-info": { - "secureboot": 0, - "mode": "efi" - }, - "uptime": 1214144 - } - } - }, - { - "endpoint": "/nodes/pve/qemu", - "success": true, - "responseTime": 33, - "statusCode": 200, - "data": { - "data": [] - } - }, - { - "endpoint": "/nodes/pve/lxc", - "success": true, - "responseTime": 301, - "statusCode": 200, - "data": { - "data": [ - { - "netout": 6360562, - "netin": 41174089, - "uptime": 1726080, - "vmid": 832, - "diskread": 492906670, - "status": "running", - "mem": 418713692, - "type": "lxc", - "cpu": 0.01, - "maxmem": 1797457948, - "name": "web-server", - "tags": "alpine;community-script;docker", - "diskwrite": 309916256, - "maxswap": 536870912, - "swap": 40866254, - "cpus": 3, - "maxdisk": 1783859375, - "disk": 2065724962 - }, - { - "netout": 5013282, - "netin": 21614712, - "uptime": 1686299, - "vmid": 196, - "diskread": 478841701, - "status": "stopped", - "mem": 429860162, - "pid": 8755, - "type": "lxc", - "cpu": 0.01, - "maxmem": 506671165, - "name": "database", - "tags": "alpine;community-script;docker", - "diskwrite": 882889215, - "maxswap": 536870912, - "swap": 23493410, - "cpus": 2, - "maxdisk": 3669498313, - "disk": 1803734283 - }, - { - "netout": 5806006, - "netin": 59432559, - "uptime": 1674525, - "vmid": 261, - "diskread": 64188486, - "status": "running", - "mem": 457613610, - "pid": 17136, - "type": "lxc", - "cpu": 0.01, - "maxmem": 1862341628, - "name": "cache", - "tags": "alpine;community-script;docker", - "diskwrite": 114888768, - "maxswap": 536870912, - "swap": 17704330, - "cpus": 1, - "maxdisk": 2884791794, - "disk": 2405366900 - }, - { - "netout": 2612736, - "netin": 33041413, - "uptime": 1412816, - "vmid": 961, - "diskread": 730973209, - "status": "running", - "mem": 166992786, - "pid": 9200, - "type": "lxc", - "cpu": 0.02, - "maxmem": 1497731900, - "name": "monitoring", - "tags": "alpine;community-script;docker", - "diskwrite": 336129197, - "maxswap": 536870912, - "swap": 37805574, - "cpus": 4, - "maxdisk": 1805739601, - "disk": 1654931381 - }, - { - "netout": 9416694, - "netin": 24288518, - "uptime": 1501667, - "vmid": 611, - "diskread": 655348328, - "status": "running", - "mem": 66289447, - "type": "lxc", - "cpu": 0.01, - "maxmem": 1501448904, - "name": "proxy", - "tags": "alpine;community-script;docker", - "diskwrite": 499119824, - "maxswap": 536870912, - "swap": 11024429, - "cpus": 1, - "maxdisk": 4243330840, - "disk": 786362766 - }, - { - "netout": 8712054, - "netin": 50336395, - "uptime": 1220777, - "vmid": 646, - "diskread": 226539083, - "status": "running", - "mem": 358390912, - "type": "lxc", - "cpu": 0, - "maxmem": 1854658065, - "name": "backup", - "tags": "alpine;community-script;docker", - "diskwrite": 532009231, - "maxswap": 536870912, - "swap": 12877451, - "cpus": 2, - "maxdisk": 3000706145, - "disk": 1867635211 - } - ] - } - }, - { - "endpoint": "/nodes/pve/storage", - "success": true, - "responseTime": 139, - "statusCode": 200, - "data": { - "data": [ - { - "total": 0, - "content": "backup", - "used": 0, - "shared": 1, - "type": "pbs", - "storage": "backup-pbs", - "avail": 0, - "enabled": 1, - "active": 0 - }, - { - "total": 443984604736, - "used_fraction": 0.29, - "content": "images,rootdir", - "shared": 0, - "used": 131808261291, - "type": "lvmthin", - "avail": 338214365055, - "storage": "local-lvm", - "enabled": 1, - "active": 1 - }, - { - "type": "dir", - "shared": 0, - "content": "vztmpl,backup,iso", - "used": 6471064379, - "used_fraction": 0.21, - "total": 33501757440, - "active": 1, - "enabled": 1, - "avail": 20381082056, - "storage": "local" - } - ] - } - }, - { - "endpoint": "/nodes/pve/network", - "success": true, - "responseTime": 30, - "statusCode": 200, - "data": { - "data": [ - { - "method6": "manual", - "families": [ - "inet" - ], - "iface": "wlan0", - "method": "manual", - "priority": 6, - "type": "unknown" - }, - { - "type": "eth", - "exists": 1, - "families": [ - "inet" - ], - "priority": 4, - "method": "manual", - "iface": "eth1", - "method6": "manual" - }, - { - "netmask": "24", - "families": [ - "inet" - ], - "bridge_fd": "0", - "cidr": "10.0.0.1/24", - "type": "bridge", - "method6": "manual", - "active": 1, - "address": "10.0.0.1", - "iface": "vmbr0", - "method": "static", - "bridge_stp": "off", - "bridge_ports": "eth0", - "gateway": "10.0.0.254", - "autostart": 1, - "priority": 5 - }, - { - "families": [ - "inet" - ], - "exists": 1, - "type": "eth", - "method6": "manual", - "active": 1, - "iface": "eth0", - "method": "manual", - "priority": 3 - } - ] - } - }, - { - "endpoint": "/nodes/pve/tasks", - "success": true, - "responseTime": 21, - "statusCode": 200, - "data": { - "data": [], - "total": 0 - } - }, - { - "endpoint": "/nodes/pve/subscription", - "success": true, - "responseTime": 23, - "statusCode": 200, - "data": { - "data": { - "status": "notfound", - "message": "There is no subscription key", - "serverid": "MOCK000000000000000000000000000000", - "url": "https://www.proxmox.com/en/proxmox-virtual-environment/pricing" - } - } - }, - { - "endpoint": "/nodes/pve/version", - "success": true, - "responseTime": 44, - "statusCode": 200, - "data": { - "data": { - "version": "8.3.4", - "release": "8.3", - "repoid": "65224a0f9cd294a3" - } - } - } - ], - "overallSuccess": true, - "totalTests": 8, - "successfulTests": 8, - "failedTests": 0, - "averageResponseTime": 77 - } - ], - "overallSuccess": true, - "totalTests": 8, - "successfulTests": 8, - "failedTests": 0, - "averageResponseTime": 77 -} \ No newline at end of file diff --git a/screenshot-config.json b/screenshot-config.json deleted file mode 100644 index 4016484ab..000000000 --- a/screenshot-config.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "baseUrl": "http://localhost:7654", - "outputDir": "../../docs/images", - "mockData": { - "enabled": true, - "mockDataUrl": "http://localhost:7656", - "setupScript": "window.localStorage.setItem('use_mock_data', 'true'); window.localStorage.setItem('MOCK_DATA_ENABLED', 'true'); localStorage.removeItem('mock_enabled'); localStorage.removeItem('MOCK_SERVER_URL'); localStorage.removeItem('MOCK_DATA'); console.log('Server-side mock data flags set in localStorage');" - }, - "screenshots": [ - { - "path": "/resources", - "name": "dashboard", - "viewportSize": { - "width": 1440, - "height": 900 - }, - "waitForSelector": "#root", - "lightModeOnly": true, - "waitForTimeout": 5000, - "enableFilters": false - }, - { - "path": "/resources", - "name": "dashboard-dark-compact", - "viewportSize": { - "width": 1440, - "height": 900 - }, - "waitForSelector": "#root", - "theme": "dark", - "waitForTimeout": 5000, - "enableFilters": false, - "beforeScreenshot": "// Try multiple methods to enable compact mode\nlocalStorage.setItem('pulse_compact_mode', 'true');\nlocalStorage.setItem('compact_mode', 'true');\nlocalStorage.setItem('app_compact_mode', 'true');\n\n// Set dark mode\nlocalStorage.setItem('app_dark_mode', JSON.stringify(true));\n\n// Try to find and click compact mode toggle if it exists\nconst compactButtons = [\n ...document.querySelectorAll('button[title*=\"compact\" i], button[aria-label*=\"compact\" i]'),\n ...Array.from(document.querySelectorAll('button')).filter(btn => btn.textContent?.toLowerCase().includes('compact')),\n ...document.querySelectorAll('.compact-toggle, [data-testid=\"compact-toggle\"]')\n];\n\nif (compactButtons.length > 0) {\n console.log('Found compact mode button, clicking it');\n compactButtons[0].click();\n}\n\n// Set compact mode attributes on document\ndocument.documentElement.setAttribute('data-compact-mode', 'true');\ndocument.body.classList.add('compact-mode');\n\n// Force any React components to update if possible\nif (window.dispatchEvent) {\n window.dispatchEvent(new Event('storage'));\n window.dispatchEvent(new Event('resize'));\n}" - } - ] -} \ No newline at end of file diff --git a/scripts/README-dev-tools.md b/scripts/README-dev-tools.md deleted file mode 100644 index d04885980..000000000 --- a/scripts/README-dev-tools.md +++ /dev/null @@ -1,64 +0,0 @@ -# Pulse Development Tools - -**⚠️ DEVELOPMENT USE ONLY ⚠️** - -These tools are for development and testing purposes only. They are not part of the main Pulse application and should not be used in production environments. - -## Mock Data Generator - -This directory contains a tool for generating simulated data for the Pulse application. This is useful for development, testing, and creating documentation without needing a real Proxmox environment. - -### Available Tools - -1. **generate-mock-data.js** - Generates simulated data for the Pulse application -2. **debug-socket.js** - Debug proxy for troubleshooting socket communication -3. **debug-proxy.sh** - Runs the application with the debug proxy - -### Quick Start - -To use the mock data generator: - -```bash -# Start the mock data server -node scripts/generate-mock-data.js - -# In another terminal, start the frontend -cd frontend -VITE_API_URL=http://localhost:7655 npm run dev -``` - -The mock data server will run on port 7655 and provide simulated data to the frontend. - -### Simulated Data - -The generator creates: - -- A single Proxmox node with realistic specifications -- 10 virtual machines with various configurations -- 10 containers with various configurations -- Realistic resource usage metrics that update every 2 seconds - -The VMs and containers have: -- Different operating systems (Ubuntu, Debian, CentOS, Windows, etc.) -- Varying CPU, memory, and disk configurations -- Realistic network throughput -- A mix of running and stopped states - -### Customizing the Data - -You can modify the `generate-mock-data.js` script to change: - -- The node specifications -- The number and types of VMs and containers -- The resource usage patterns -- The update frequency - -### Troubleshooting - -If you encounter issues with the socket communication, you can use the debug proxy: - -```bash -./scripts/debug-proxy.sh -``` - -This will run the application with a debug proxy that logs all socket messages to `socket-debug.log`. \ No newline at end of file diff --git a/scripts/README.md b/scripts/README.md deleted file mode 100644 index 72937f67c..000000000 --- a/scripts/README.md +++ /dev/null @@ -1,84 +0,0 @@ -# Pulse Scripts - -This directory contains various scripts used for development, testing, and maintenance of the Pulse application. - -## Development Tools - -These scripts are for development and testing purposes only. They are not part of the main Pulse application and should not be used in production environments. - -## Available Scripts - -### Core Scripts - -- **start.js** - Main launcher script that provides a menu to select which environment to start -- **install.sh** - Interactive installation and setup script -- **check-config.js** - Validates the configuration and checks for common issues -- **monitor-logs.js** - Real-time log monitoring with filtering capabilities -- **run-with-logs.js** - Runs the application and monitors logs in the same terminal - -### Development Scripts - -- **start-dev.sh/bat** - Start the application in development mode with mock data -- **start-mock-dev.sh/bat** - Start the application in development mode with mock data (alias for start-dev.sh) -- **start-mock-server.js** - Starts only the mock data server -- **debug-socket.js** - Debug proxy for troubleshooting socket communication -- **debug-proxy.sh** - Runs the application with the debug proxy - -### Production Scripts - -- **start-prod.sh/bat** - Start the application in production mode -- **docker-prod.sh** - Start the application in production mode with Docker - -### Utility Scripts - -- **check-connections.js** - Tests various connection methods to help diagnose issues -- **clear-data.js** - Clears cached data and resets the application state -- **configure-env.js** - Interactive script to configure the .env file -- **verify-cluster-config.js** - Verifies the cluster configuration - -## Which Script Should I Use? - -Instead of calling these scripts directly, you can use the npm scripts in the root directory: - -```bash -# Development mode with mock data (local) -npm run dev - -# Development mode with mock data (Docker) -npm run dev:docker - -# Production mode with real Proxmox data (local) -npm run prod - -# Production mode with real Proxmox data (Docker) -npm run prod:docker - -# Monitor logs -npm run logs - -# Check container status -npm run status - -# Restart the application -npm run restart - -# Stop the application -npm run stop - -# Clean up (remove containers, images, volumes) -npm run cleanup -``` - -## Using the Launcher - -You can also use the launcher in the root directory: - -```bash -# On Unix/Linux/macOS -./start.sh - -# On Windows -start.bat -``` - -The launcher provides a menu to select which environment to start, making it easier for users to choose the right option. \ No newline at end of file diff --git a/scripts/check-config.js b/scripts/check-config.js deleted file mode 100755 index 4810e7c82..000000000 --- a/scripts/check-config.js +++ /dev/null @@ -1,96 +0,0 @@ -#!/usr/bin/env node - -/** - * Check Configuration Script - * - * This script checks if the Proxmox configuration is valid before running in production mode. - * If the configuration is missing or invalid, it provides guidance to the user. - */ - -const fs = require('fs'); -const path = require('path'); -const readline = require('readline'); -const dotenv = require('dotenv'); - -// Load environment variables -dotenv.config(); - -// Path to the .env file -const envFilePath = path.join(process.cwd(), '.env'); - -// Check if .env file exists -if (!fs.existsSync(envFilePath)) { - console.error('\x1b[31mError: .env file not found.\x1b[0m'); - console.log('Please create a .env file with your Proxmox configuration.'); - process.exit(1); -} - -// Check for nodes using the original format (PROXMOX_NODE_X_NAME, etc.) -let hasValidConfig = false; -for (let i = 1; i <= 10; i++) { - const hostKey = `PROXMOX_NODE_${i}_HOST`; - const nodeNameKey = `PROXMOX_NODE_${i}_NAME`; - const tokenIdKey = `PROXMOX_NODE_${i}_TOKEN_ID`; - const tokenSecretKey = `PROXMOX_NODE_${i}_TOKEN_SECRET`; - - const hasNodeConfig = [hostKey, nodeNameKey, tokenIdKey, tokenSecretKey].every(key => - process.env[key] && process.env[key] !== 'your-token-secret-here' && process.env[key] !== 'your-token-secret' - ); - - if (hasNodeConfig) { - hasValidConfig = true; - break; - } -} - -// If mock data is enabled, we don't need Proxmox configuration -const mockDataEnabled = process.env.USE_MOCK_DATA === 'true' || process.env.MOCK_DATA_ENABLED === 'true'; - -if (!hasValidConfig && !mockDataEnabled) { - console.error('\x1b[31mError: Missing or invalid Proxmox configuration.\x1b[0m'); - console.log('You need to configure at least one Proxmox node:'); - console.log('\nNode configuration format:'); - console.log(' - PROXMOX_NODE_1_NAME (e.g. "pve")'); - console.log(' - PROXMOX_NODE_1_HOST (e.g. "https://proxmox.local:8006")'); - console.log(' - PROXMOX_NODE_1_TOKEN_ID (e.g. "root@pam!pulse")'); - console.log(' - PROXMOX_NODE_1_TOKEN_SECRET (your API token)'); - - console.log('\nYou have two options:'); - console.log('1. Update your .env file with valid Proxmox details'); - console.log('2. Use development mode with mock data instead'); - - const rl = readline.createInterface({ - input: process.stdin, - output: process.stdout - }); - - rl.question('\nWould you like to continue with mock data instead? (y/n): ', (answer) => { - rl.close(); - - if (answer.toLowerCase() === 'y' || answer.toLowerCase() === 'yes') { - console.log('\n\x1b[33mSwitching to development mode with mock data...\x1b[0m'); - - // Update the current .env file with development settings - let envContent = fs.readFileSync(envFilePath, 'utf8'); - envContent = envContent.replace(/NODE_ENV=.*/g, 'NODE_ENV=development'); - envContent = envContent.replace(/USE_MOCK_DATA=.*/g, 'USE_MOCK_DATA=true'); - envContent = envContent.replace(/MOCK_DATA_ENABLED=.*/g, 'MOCK_DATA_ENABLED=true'); - fs.writeFileSync(envFilePath, envContent); - console.log('\x1b[32mUpdated .env file with development settings and mock data enabled.\x1b[0m'); - - console.log('\x1b[33mPlease run "npm run dev" to start in development mode.\x1b[0m'); - process.exit(0); - } else { - console.log('\nPlease update your .env file with valid Proxmox configuration and try again.'); - process.exit(1); - } - }); -} else { - // Configuration is valid - if (hasValidConfig) { - console.log('\x1b[32mProxmox configuration is valid. Continuing with production mode.\x1b[0m'); - } else if (mockDataEnabled) { - console.log('\x1b[32mMock data is enabled. No Proxmox configuration needed. Continuing with production mode.\x1b[0m'); - } - process.exit(0); -} \ No newline at end of file diff --git a/scripts/check-connections.js b/scripts/check-connections.js deleted file mode 100644 index a53dfeaf6..000000000 --- a/scripts/check-connections.js +++ /dev/null @@ -1,236 +0,0 @@ -#!/usr/bin/env node - -/** - * Script to check connections between frontend, backend, and mock server - * Usage: node scripts/check-connections.js - */ - -const http = require('http'); -const net = require('net'); -const fs = require('fs'); -const path = require('path'); -const dotenv = require('dotenv'); - -// Load environment variables -dotenv.config(); - -console.log('Pulse Connection Checker'); -console.log('======================='); -console.log(`Environment: ${process.env.NODE_ENV || 'Not set'}`); -console.log(`USE_MOCK_DATA: ${process.env.USE_MOCK_DATA || 'Not set'}`); -console.log(`MOCK_DATA_ENABLED: ${process.env.MOCK_DATA_ENABLED || 'Not set'}`); - -// Check if a port is in use -function checkPort(port) { - return new Promise((resolve) => { - const server = net.createServer(); - - server.once('error', (err) => { - if (err.code === 'EADDRINUSE') { - resolve(true); // Port is in use - } else { - resolve(false); - } - }); - - server.once('listening', () => { - server.close(); - resolve(false); // Port is not in use - }); - - server.listen(port); - }); -} - -// Check if a server is responding on a given port -function checkServer(host, port, path = '/') { - return new Promise((resolve) => { - const req = http.request({ - host, - port, - path, - method: 'GET', - timeout: 3000 - }, (res) => { - let data = ''; - res.on('data', (chunk) => { - data += chunk; - }); - res.on('end', () => { - resolve({ - status: res.statusCode, - data: data.substring(0, 100) // Just get the first 100 chars - }); - }); - }); - - req.on('error', (err) => { - resolve({ - status: 'error', - error: err.message - }); - }); - - req.on('timeout', () => { - req.destroy(); - resolve({ - status: 'timeout', - error: 'Request timed out' - }); - }); - - req.end(); - }); -} - -// Check frontend socket.js file -function checkFrontendSocketConfig() { - const socketJsPath = path.join(process.cwd(), 'frontend', 'src', 'hooks', 'useSocket.js'); - - if (!fs.existsSync(socketJsPath)) { - return { - exists: false, - error: 'useSocket.js file not found' - }; - } - - const content = fs.readFileSync(socketJsPath, 'utf8'); - - // Check if we're using the dynamic port selection - if (content.includes('useMockData ?')) { - // We're using dynamic port selection - const isDevelopment = process.env.NODE_ENV === 'development'; - const useMockData = process.env.USE_MOCK_DATA === 'true' || process.env.MOCK_DATA_ENABLED === 'true'; - - if (isDevelopment) { - const port = useMockData ? '7656' : '7654'; - return { - exists: true, - port, - isDynamic: true, - useMockData - }; - } else { - // In production, we use window.location.origin - return { - exists: true, - port: '7654', // Production always uses 7654 - isDynamic: true, - useMockData: false - }; - } - } else { - // Extract the port from the socketUrl (old method) - const portMatch = content.match(/socketUrl\s*=\s*`http:\/\/\${currentHost}:(\d+)`/); - const port = portMatch ? portMatch[1] : null; - - return { - exists: true, - port, - isDynamic: false - }; - } -} - -async function main() { - // Check if backend server is running (port 7654) - const backendRunning = await checkPort(7654); - console.log(`\nBackend server (port 7654): ${backendRunning ? 'RUNNING' : 'NOT RUNNING'}`); - - if (backendRunning) { - const backendResponse = await checkServer('localhost', 7654); - console.log(` Response: ${typeof backendResponse.status === 'number' ? backendResponse.status : backendResponse.status}`); - if (backendResponse.error) { - console.log(` Error: ${backendResponse.error}`); - } - } - - // Check if mock server is running (port 7656) - const mockRunning = await checkPort(7656); - console.log(`\nMock server (port 7656): ${mockRunning ? 'RUNNING' : 'NOT RUNNING'}`); - - if (mockRunning) { - const mockResponse = await checkServer('localhost', 7656); - console.log(` Response: ${typeof mockResponse.status === 'number' ? mockResponse.status : mockResponse.status}`); - if (mockResponse.error) { - console.log(` Error: ${mockResponse.error}`); - } - } - - // Check frontend socket configuration - const socketConfig = checkFrontendSocketConfig(); - console.log('\nFrontend Socket Configuration:'); - if (socketConfig.exists) { - if (socketConfig.isDynamic) { - console.log(' Dynamic port selection: ENABLED'); - console.log(` Current environment: ${process.env.NODE_ENV || 'Not set'}`); - console.log(` Mock data enabled: ${socketConfig.useMockData ? 'Yes' : 'No'}`); - console.log(` Will connect to port: ${socketConfig.port}`); - - if (socketConfig.port === '7654') { - console.log(' Frontend is configured to connect to the BACKEND server'); - } else if (socketConfig.port === '7656') { - console.log(' Frontend is configured to connect to the MOCK server'); - } - } else { - console.log(` Socket port: ${socketConfig.port || 'Not found'}`); - if (socketConfig.port === '7654') { - console.log(' Frontend is configured to connect to the BACKEND server'); - } else if (socketConfig.port === '7656') { - console.log(' Frontend is configured to connect to the MOCK server'); - } else { - console.log(` Frontend is configured to connect to an UNKNOWN port: ${socketConfig.port}`); - } - } - } else { - console.log(` Error: ${socketConfig.error}`); - } - - // Check if frontend dev server is running - const frontendRunning = await checkPort(5173); - console.log(`\nFrontend dev server (port 5173): ${!frontendRunning ? 'RUNNING' : 'NOT RUNNING'}`); - - // Summary and recommendations - console.log('\nSummary:'); - - if (process.env.NODE_ENV === 'production') { - console.log('- Running in PRODUCTION mode'); - - if (process.env.USE_MOCK_DATA === 'true' || process.env.MOCK_DATA_ENABLED === 'true') { - console.log(' WARNING: Mock data is enabled in production mode!'); - } - - if (socketConfig.port === '7656') { - console.log(' WARNING: Frontend is configured to connect to the mock server (port 7656) but you are in production mode!'); - console.log(' SOLUTION: Edit frontend/src/hooks/useSocket.js to use port 7654 instead of 7656'); - } - } else { - console.log('- Running in DEVELOPMENT mode'); - - if (process.env.USE_MOCK_DATA !== 'true' && process.env.MOCK_DATA_ENABLED !== 'true') { - console.log(' NOTE: Mock data is disabled in development mode'); - } - - if (socketConfig.port === '7654' && (process.env.USE_MOCK_DATA === 'true' || process.env.MOCK_DATA_ENABLED === 'true')) { - console.log(' WARNING: Frontend is configured to connect to the backend server (port 7654) but mock data is enabled!'); - console.log(' SOLUTION: Edit frontend/src/hooks/useSocket.js to use port 7656 instead of 7654'); - } - } - - if (backendRunning && mockRunning && socketConfig.port === '7656' && process.env.NODE_ENV === 'production') { - console.log('\nPROBLEM DETECTED: You are running in production mode but the frontend is connecting to the mock server!'); - console.log('SOLUTION: Kill all servers, edit frontend/src/hooks/useSocket.js to use port 7654, and restart with npm run prod'); - } - - if (!backendRunning && process.env.NODE_ENV === 'production') { - console.log('\nPROBLEM DETECTED: Production backend server is not running!'); - console.log('SOLUTION: Start the production server with npm run prod'); - } - - if (!mockRunning && (process.env.USE_MOCK_DATA === 'true' || process.env.MOCK_DATA_ENABLED === 'true')) { - console.log('\nPROBLEM DETECTED: Mock data is enabled but the mock server is not running!'); - console.log('SOLUTION: Start the mock server with npm run mock'); - } -} - -main().catch(console.error); \ No newline at end of file diff --git a/scripts/clear-data.js b/scripts/clear-data.js deleted file mode 100644 index 8a9f8548e..000000000 --- a/scripts/clear-data.js +++ /dev/null @@ -1,71 +0,0 @@ -/** - * Script to clear persisted data files when switching between environments - * This script is called by the start-dev.sh and start-prod.sh scripts - */ - -const fs = require('fs'); -const path = require('path'); - -// Directories to clear -const dataDirs = [ - 'data', - 'logs', - 'tmp' -]; - -// Function to clear a directory -function clearDirectory(dirPath) { - if (!fs.existsSync(dirPath)) { - console.log(`Directory ${dirPath} does not exist, creating it...`); - fs.mkdirSync(dirPath, { recursive: true }); - return; - } - - try { - const files = fs.readdirSync(dirPath); - - for (const file of files) { - const filePath = path.join(dirPath, file); - const stat = fs.statSync(filePath); - - if (stat.isDirectory()) { - // Skip .git and node_modules directories - if (file !== '.git' && file !== 'node_modules') { - clearDirectory(filePath); - } - } else { - // Delete the file - fs.unlinkSync(filePath); - console.log(`Deleted file: ${filePath}`); - } - } - - console.log(`Cleared directory: ${dirPath}`); - } catch (error) { - console.error(`Error clearing directory ${dirPath}:`, error.message); - } -} - -// Main function -function clearData() { - console.log('Clearing persisted data files...'); - - // Get the project root directory - const rootDir = path.resolve(__dirname, '..'); - - // Clear each directory - for (const dir of dataDirs) { - const dirPath = path.join(rootDir, dir); - clearDirectory(dirPath); - } - - console.log('Data clearing complete.'); -} - -// Run the script if called directly -if (require.main === module) { - clearData(); -} - -// Export for use in other scripts -module.exports = clearData; \ No newline at end of file diff --git a/scripts/configure-env.js b/scripts/configure-env.js deleted file mode 100755 index 9edbfec58..000000000 --- a/scripts/configure-env.js +++ /dev/null @@ -1,84 +0,0 @@ -#!/usr/bin/env node - -/** - * Script to configure environment variables in .env file - * Usage: node scripts/configure-env.js [prod|dev] - */ - -const fs = require('fs'); -const path = require('path'); -const dotenv = require('dotenv'); - -// Get the environment from command line arguments -const args = process.argv.slice(2); -const env = args[0] || 'dev'; // Default to dev if no argument provided - -// Path to the .env file -const envFilePath = path.resolve(process.cwd(), '.env'); - -// Check if .env file exists -if (!fs.existsSync(envFilePath)) { - console.error('Error: .env file not found. Please create one by copying .env.example'); - process.exit(1); -} - -// Load current .env file -const currentEnv = dotenv.parse(fs.readFileSync(envFilePath)); - -// Define environment-specific values -const envConfigs = { - prod: { - NODE_ENV: 'production', - LOG_LEVEL: 'info', - USE_MOCK_DATA: 'false', - MOCK_DATA_ENABLED: 'false', - PROXMOX_AUTO_DETECT_CLUSTER: 'true', - DOCKERFILE: 'docker/Dockerfile' - }, - 'dev-real': { - NODE_ENV: 'development', - LOG_LEVEL: 'info', - USE_MOCK_DATA: 'false', - MOCK_DATA_ENABLED: 'false', - PROXMOX_AUTO_DETECT_CLUSTER: 'true', - DOCKERFILE: 'docker/Dockerfile.dev' - }, - dev: { - NODE_ENV: 'development', - LOG_LEVEL: 'info', - USE_MOCK_DATA: 'true', - MOCK_DATA_ENABLED: 'true', - PROXMOX_AUTO_DETECT_CLUSTER: 'true', - DOCKERFILE: 'docker/Dockerfile.dev' - } -}; - -// Get the config for the specified environment -const config = envConfigs[env]; -if (!config) { - console.error(`Error: Unknown environment "${env}". Use "prod", "dev-real", or "dev".`); - process.exit(1); -} - -// Update the .env file -let envContent = fs.readFileSync(envFilePath, 'utf8'); - -// Update each environment variable -Object.entries(config).forEach(([key, value]) => { - // Check if the key exists in the .env file - const regex = new RegExp(`^${key}=.*$`, 'm'); - if (regex.test(envContent)) { - // Replace the existing value - envContent = envContent.replace(regex, `${key}=${value}`); - console.log(`Updated ${key}=${value}`); - } else { - // Add the key if it doesn't exist - envContent += `\n${key}=${value}`; - console.log(`Added ${key}=${value}`); - } -}); - -// Write the updated content back to the .env file -fs.writeFileSync(envFilePath, envContent); - -console.log(`\nEnvironment configured for ${env === 'prod' ? 'production' : env === 'dev-real' ? 'development (real)' : 'development'}`); \ No newline at end of file diff --git a/scripts/dev-cleanup.js b/scripts/dev-cleanup.js deleted file mode 100644 index 171308bd3..000000000 --- a/scripts/dev-cleanup.js +++ /dev/null @@ -1,47 +0,0 @@ -/** - * Cross-platform script to clean up development processes - * This script stops any running Docker containers with "pulse" in their name - * and kills any processes using the development ports - */ - -const { execSync } = require('child_process'); -const os = require('os'); - -console.log('Cleaning up development environment...'); - -// Stop Docker containers -try { - console.log('Stopping any running Pulse Docker containers...'); - if (os.platform() === 'win32') { - // Windows command - execSync('for /f "tokens=*" %i in (\'docker ps -q --filter "name=pulse"\') do docker stop %i', { stdio: 'inherit' }); - } else { - // Unix command - execSync('docker ps -q --filter "name=pulse" | xargs -r docker stop', { stdio: 'inherit' }); - } -} catch (error) { - console.log('No Docker containers to stop or Docker is not installed.'); -} - -// Kill processes using the development ports -try { - console.log('Killing processes using development ports...'); - - // Backend ports - try { - execSync('npx kill-port 7654 7656', { stdio: 'inherit' }); - } catch (error) { - console.log('No processes using backend ports.'); - } - - // Frontend ports - try { - execSync('npx kill-port 7654 9513', { stdio: 'inherit' }); - } catch (error) { - console.log('No processes using frontend ports.'); - } -} catch (error) { - console.log('Error killing port processes:', error.message); -} - -console.log('Cleanup complete. Ready to start development environment.'); \ No newline at end of file diff --git a/scripts/docker-prod.sh b/scripts/docker-prod.sh deleted file mode 100755 index 750ba2f47..000000000 --- a/scripts/docker-prod.sh +++ /dev/null @@ -1,107 +0,0 @@ -#!/bin/bash - -# Make script executable if it isn't already -chmod +x "$0" - -# Default values -BUILD=false -RUN=false -DETACHED=false -CLEANUP=false -HELP=false - -# Parse command line arguments -while [[ $# -gt 0 ]]; do - case "$1" in - --build) - BUILD=true - shift - ;; - --run) - RUN=true - shift - ;; - --detached) - DETACHED=true - shift - ;; - --cleanup) - CLEANUP=true - shift - ;; - --help) - HELP=true - shift - ;; - *) - echo "Unknown option: $1" - HELP=true - shift - ;; - esac -done - -# Display help -if [ "$HELP" = true ]; then - echo "Usage: $0 [options]" - echo "Options:" - echo " --build Build the Docker image" - echo " --run Run the Docker container" - echo " --detached Run in detached mode (background)" - echo " --cleanup Remove existing containers and images" - echo " --help Display this help message" - exit 0 -fi - -# Ensure we're in the project root directory -if [ ! -f "docker-compose.yml" ]; then - echo "Error: docker-compose.yml not found. Please run this script from the project root directory." - exit 1 -fi - -# Ensure .env file exists -if [ ! -f ".env" ]; then - if [ -f ".env.example" ]; then - echo "Creating .env file from .env.example..." - cp .env.example .env - else - echo "Error: .env file not found and .env.example is missing." - exit 1 - fi -fi - -# Cleanup if requested -if [ "$CLEANUP" = true ]; then - echo "Cleaning up Docker resources..." - docker compose down --rmi all --volumes --remove-orphans - exit 0 -fi - -# Build if requested -if [ "$BUILD" = true ]; then - echo "Building Docker image..." - docker compose build -fi - -# Run if requested -if [ "$RUN" = true ]; then - # Stop any existing containers - echo "Stopping any existing containers..." - docker compose down - - # Run the container - if [ "$DETACHED" = true ]; then - echo "Starting container in detached mode..." - docker compose up -d - else - echo "Starting container..." - docker compose up - fi -fi - -# If no action specified, show help -if [ "$BUILD" = false ] && [ "$RUN" = false ] && [ "$CLEANUP" = false ]; then - echo "No action specified. Use --build, --run, or --cleanup." - echo "Run with --help for more information." - exit 1 -fi \ No newline at end of file diff --git a/scripts/generate-logo-pngs.js b/scripts/generate-logo-pngs.js deleted file mode 100644 index 9cfd1f8a9..000000000 --- a/scripts/generate-logo-pngs.js +++ /dev/null @@ -1,45 +0,0 @@ -const { createCanvas } = require('canvas'); -const fs = require('fs'); -const path = require('path'); - -// Create output directory if it doesn't exist -const outputDir = path.join(__dirname, '..', 'public', 'images'); -if (!fs.existsSync(outputDir)) { - fs.mkdirSync(outputDir, { recursive: true }); -} - -// Generate different sizes of the logo -const sizes = [16, 32, 64, 128, 256, 512]; - -sizes.forEach(size => { - const canvas = createCanvas(size, size); - const ctx = canvas.getContext('2d'); - - // Set background - ctx.fillStyle = '#1a1a1a'; - ctx.fillRect(0, 0, size, size); - - // Draw pulse wave - ctx.strokeStyle = '#00ff00'; - ctx.lineWidth = size * 0.1; - ctx.beginPath(); - - const amplitude = size * 0.3; - const frequency = 2 * Math.PI / size; - - for (let x = 0; x < size; x++) { - const y = size/2 + amplitude * Math.sin(frequency * x); - if (x === 0) { - ctx.moveTo(x, y); - } else { - ctx.lineTo(x, y); - } - } - - ctx.stroke(); - - // Save the image - const buffer = canvas.toBuffer('image/png'); - fs.writeFileSync(path.join(outputDir, `logo-${size}.png`), buffer); - console.log(`Generated logo-${size}.png`); -}); \ No newline at end of file diff --git a/scripts/generate-logo-with-text.js b/scripts/generate-logo-with-text.js deleted file mode 100644 index 0df165829..000000000 --- a/scripts/generate-logo-with-text.js +++ /dev/null @@ -1,54 +0,0 @@ -const { createCanvas, registerFont } = require('canvas'); -const fs = require('fs'); -const path = require('path'); - -// Register the font -const fontPath = path.join(__dirname, '..', 'assets', 'fonts', 'Roboto-Bold.ttf'); -registerFont(fontPath, { family: 'Roboto' }); - -// Create output directory if it doesn't exist -const outputDir = path.join(__dirname, '..', 'public', 'images'); -if (!fs.existsSync(outputDir)) { - fs.mkdirSync(outputDir, { recursive: true }); -} - -// Create canvas -const width = 800; -const height = 200; -const canvas = createCanvas(width, height); -const ctx = canvas.getContext('2d'); - -// Set background -ctx.fillStyle = '#1a1a1a'; -ctx.fillRect(0, 0, width, height); - -// Draw pulse wave -ctx.strokeStyle = '#00ff00'; -ctx.lineWidth = 10; -ctx.beginPath(); - -const amplitude = 40; -const frequency = 2 * Math.PI / width; - -for (let x = 0; x < width; x++) { - const y = height/2 + amplitude * Math.sin(frequency * x); - if (x === 0) { - ctx.moveTo(x, y); - } else { - ctx.lineTo(x, y); - } -} - -ctx.stroke(); - -// Add text -ctx.fillStyle = '#ffffff'; -ctx.font = 'bold 48px Roboto'; -ctx.textAlign = 'center'; -ctx.textBaseline = 'middle'; -ctx.fillText('Pulse', width/2, height/2); - -// Save the image -const buffer = canvas.toBuffer('image/png'); -fs.writeFileSync(path.join(outputDir, 'logo-with-text.png'), buffer); -console.log('Generated logo-with-text.png'); \ No newline at end of file diff --git a/scripts/generate-logos.sh b/scripts/generate-logos.sh deleted file mode 100644 index 1d3a2b402..000000000 --- a/scripts/generate-logos.sh +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/bash - -# Make script executable if it isn't already -chmod +x "$0" - -echo "Generating logos..." - -# Install canvas if not already installed -if ! npm list canvas >/dev/null 2>&1; then - echo "Installing canvas..." - npm install canvas -fi - -# Generate logo PNGs -echo "Generating logo PNGs..." -node scripts/generate-logo-pngs.js - -# Generate logo with text -echo "Generating logo with text..." -node scripts/generate-logo-with-text.js - -echo "Logo generation complete!" \ No newline at end of file diff --git a/scripts/install.sh b/scripts/install.sh deleted file mode 100755 index daf7b5035..000000000 --- a/scripts/install.sh +++ /dev/null @@ -1,177 +0,0 @@ -#!/bin/bash - -# Colors for output -GREEN='\033[0;32m' -YELLOW='\033[1;33m' -RED='\033[0;31m' -BLUE='\033[0;34m' -NC='\033[0m' # No Color - -# Function to check if a command exists -command_exists() { - command -v "$1" >/dev/null 2>&1 -} - -# Function to print a section header -print_header() { - echo -e "\n${BLUE}==== $1 ====${NC}\n" -} - -# Function to print a success message -print_success() { - echo -e "${GREEN}✓ $1${NC}" -} - -# Function to print a warning message -print_warning() { - echo -e "${YELLOW}⚠ $1${NC}" -} - -# Function to print an error message -print_error() { - echo -e "${RED}✗ $1${NC}" -} - -# Function to print a step -print_step() { - echo -e "${BLUE}$1${NC}" -} - -# Welcome message -clear -echo -e "${BLUE}" -echo " _____ _ _____ _ _ _ " -echo " | __ \ | | |_ _| | | | | | " -echo " | |__) | | |___ ___ | | _ __ ___| |_ __ _| | | ___ _ __ " -echo " | ___/ | | / __|/ _ \ | | | '_ \/ __| __/ _\` | | |/ _ \ '__|" -echo " | | | |_| \__ \ __/ _| |_| | | \__ \ || (_| | | | __/ | " -echo " |_| \__,_|___/\___| |_____|_| |_|___/\__\__,_|_|_|\___|_| " -echo -e "${NC}" -echo -e "Welcome to the Pulse installation script!\n" - -# Ask for installation type -print_header "Installation Type" -echo "Please select the type of installation:" -echo "1) Production - connect to a real Proxmox server" -echo "2) Development - use with mock data (no Proxmox server needed)" -read -p "Enter your choice (1/2) [1]: " install_type -install_type=${install_type:-1} - -# Set environment variables based on installation type -if [ "$install_type" = "1" ]; then - # Production with real Proxmox - NODE_ENV="production" - USE_MOCK_DATA="false" - MOCK_DATA_ENABLED="false" - echo "Set up for production with real Proxmox server" -elif [ "$install_type" = "2" ]; then - # Development with mock data - NODE_ENV="development" - USE_MOCK_DATA="true" - MOCK_DATA_ENABLED="true" - echo "Set up for development with mock data" -else - print_error "Invalid choice. Exiting." - exit 1 -fi - -# Check for Docker -print_header "Checking System Requirements" -if command_exists docker; then - print_success "Docker is installed ($(docker --version))" -else - print_error "Docker is not installed. Please install Docker before continuing." - echo "Visit https://docs.docker.com/get-docker/ for installation instructions." - exit 1 -fi - -# Check for Docker Compose -if command_exists docker-compose; then - print_success "Docker Compose is installed ($(docker-compose --version))" -elif docker compose version >/dev/null 2>&1; then - print_success "Docker Compose plugin is installed ($(docker compose version))" -else - print_warning "Docker Compose is not installed. It's recommended for easier management." - echo "Visit https://docs.docker.com/compose/install/ for installation instructions." -fi - -# Create .env file if it doesn't exist -print_header "Environment Configuration" -if [ -f ".env" ]; then - print_warning "An existing .env file was found." - read -p "Do you want to create a new one? This will overwrite the existing file. (y/n) [n]: " create_new_env - create_new_env=${create_new_env:-n} -else - create_new_env="y" -fi - -if [ "$create_new_env" = "y" ] || [ "$create_new_env" = "Y" ]; then - echo "Creating new .env file..." - - # Copy the example file - cp .env.example .env - - # Update the .env file with the installation type - sed -i.bak "s/NODE_ENV=.*/NODE_ENV=$NODE_ENV/" .env - sed -i.bak "s/USE_MOCK_DATA=.*/USE_MOCK_DATA=$USE_MOCK_DATA/" .env - sed -i.bak "s/MOCK_DATA_ENABLED=.*/MOCK_DATA_ENABLED=$MOCK_DATA_ENABLED/" .env - rm -f .env.bak - - print_success "Created new .env file with $NODE_ENV configuration" - - # If using real Proxmox, ask for server details - if [ "$install_type" = "1" ]; then - print_step "Please enter your Proxmox server details:" - - read -p "Proxmox Host URL (e.g., https://proxmox.local:8006): " proxmox_host - read -p "Proxmox Node Name (e.g., pve): " proxmox_node - read -p "Proxmox API Token ID (e.g., root@pam!pulse): " proxmox_token_id - read -p "Proxmox API Token Secret: " proxmox_token_secret - - # Update the .env file with Proxmox details if provided - if [ -n "$proxmox_host" ]; then - sed -i.bak "s|PROXMOX_HOST=.*|PROXMOX_HOST=$proxmox_host|" .env - fi - - if [ -n "$proxmox_node" ]; then - sed -i.bak "s/PROXMOX_NODE=.*/PROXMOX_NODE=$proxmox_node/" .env - fi - - if [ -n "$proxmox_token_id" ]; then - sed -i.bak "s/PROXMOX_TOKEN_ID=.*/PROXMOX_TOKEN_ID=$proxmox_token_id/" .env - fi - - if [ -n "$proxmox_token_secret" ]; then - sed -i.bak "s/PROXMOX_TOKEN_SECRET=.*/PROXMOX_TOKEN_SECRET=$proxmox_token_secret/" .env - fi - - rm -f .env.bak - print_success "Updated .env file with Proxmox configuration" - fi -else - print_success "Using existing .env file" -fi - -# Ask if the user wants to run the setup script -print_header "Setup" -read -p "Do you want to run the application now? (y/n) [y]: " run_setup -run_setup=${run_setup:-y} - -if [ "$run_setup" = "y" ] || [ "$run_setup" = "Y" ]; then - if [ "$install_type" = "1" ]; then - echo "Starting Pulse with Proxmox connection..." - npm run prod:docker - else - echo "Starting Pulse with mock data..." - npm run dev:docker - fi -else - echo -e "\nTo start Pulse later, run one of the following commands:" - echo -e " - For production: ${GREEN}npm run prod:docker${NC}" - echo -e " - For development with mock data: ${GREEN}npm run dev:docker${NC}" -fi - -print_header "Installation Complete" -echo "Thank you for installing Pulse!" -echo "Access the dashboard at http://localhost:7654" -echo -e "For more information, see the ${BLUE}README.md${NC} file or visit ${BLUE}https://github.com/rcourtman/pulse${NC}" \ No newline at end of file diff --git a/scripts/start-dev.bat b/scripts/start-dev.bat deleted file mode 100644 index b52155705..000000000 --- a/scripts/start-dev.bat +++ /dev/null @@ -1,110 +0,0 @@ -@echo off -setlocal - -REM Stop any running Pulse Docker containers first -echo Stopping any running Pulse Docker containers... -where docker >nul 2>&1 -if %ERRORLEVEL% EQU 0 ( - for /f "tokens=*" %%i in ('docker ps -q --filter "name=pulse"') do ( - docker stop %%i - ) -) else ( - echo Docker not found, skipping container cleanup... -) - -REM Kill any existing servers -echo Killing any existing servers... -taskkill /f /im "node.exe" /fi "WINDOWTITLE eq node dist/server.js" 2>nul -call npx kill-port 7654 7656 3000 - -REM Clear any existing data files that might persist between sessions -echo Clearing any persisted data from previous sessions... -node scripts/clear-data.js - -REM Set environment to development -set NODE_ENV=development - -REM Load environment variables from .env if it exists -if exist .env ( - echo Loading environment from .env - for /f "tokens=*" %%a in (.env) do ( - set "%%a" - ) -) - -REM Override with development settings -set USE_MOCK_DATA=true -set MOCK_DATA_ENABLED=true -set MOCK_SERVER_PORT=7656 - -REM Start the mock data server on port 7656 -echo Starting mock data server on port 7656... -start /b cmd /c "npx ts-node src/mock/run-server.ts" - -REM Wait a moment for the mock server to start -timeout /t 5 /nobreak > nul - -REM Verify mock server is running -if "%DOCKER_CONTAINER%"=="" ( - :: Not in Docker, check localhost - for /f "tokens=*" %%a in ('powershell -Command "(Invoke-WebRequest -Uri http://localhost:7656 -UseBasicParsing -ErrorAction SilentlyContinue).StatusCode"') do set HTTP_CODE=%%a -) else ( - :: In Docker, check 0.0.0.0 - for /f "tokens=*" %%a in ('powershell -Command "(Invoke-WebRequest -Uri http://0.0.0.0:7656 -UseBasicParsing -ErrorAction SilentlyContinue).StatusCode"') do set HTTP_CODE=%%a -) - -:: Check if we got a valid HTTP response (200 or 404 both mean the server is running) -if "%HTTP_CODE%"=="200" ( - echo ✅ Mock server is running on port 7656 (HTTP code: %HTTP_CODE%) -) else if "%HTTP_CODE%"=="404" ( - echo ✅ Mock server is running on port 7656 (HTTP code: %HTTP_CODE%) -) else ( - echo ❌ Mock server failed to start - type %TEMP%\pulse-mock-server.log -) - -REM Start the backend server on port 7654 -echo Starting backend server on port 7654... -start /b cmd /c "set PORT=7654 && npm run dev:server" - -REM Wait a moment for the server to start -timeout /t 3 /nobreak > nul - -REM Verify backend server is running -call :check_server_running 7654 "Backend server" -if %ERRORLEVEL% NEQ 0 ( - echo ERROR: Backend server failed to start on port 7654 - exit /b 1 -) - -REM Set host IP to bind to all interfaces -set HOST_IP=0.0.0.0 - -echo. -echo Pulse is now running in development mode with mock data! -echo - Mock Data Server: http://localhost:7656 (internal only) -echo - Backend API: http://localhost:7654 (internal only) -echo - Frontend UI: http://localhost:3000 (use this for development) -echo. -echo Access the application at: http://localhost:3000 -echo. - -REM Start the frontend Vite dev server -echo Starting frontend development server on port 3000... -cd frontend && npm run dev -- --host %HOST_IP% --port 3000 --strict-port - -REM When the frontend exits, also kill the backend and mock servers -taskkill /f /im "node.exe" /fi "WINDOWTITLE eq npm run dev:server" 2>nul -taskkill /f /im "node.exe" /fi "WINDOWTITLE eq npx ts-node src/mock/run-server.ts" 2>nul -exit /b 0 - -:check_server_running -set PORT=%~1 -set SERVER_NAME=%~2 -netstat -ano | findstr ":%PORT% " | findstr "LISTENING" > nul -if %ERRORLEVEL% NEQ 0 ( - echo %SERVER_NAME% is not running on port %PORT% - exit /b 1 -) -echo %SERVER_NAME% is running on port %PORT% -exit /b 0 \ No newline at end of file diff --git a/scripts/start-dev.sh b/scripts/start-dev.sh deleted file mode 100755 index 7f8037a13..000000000 --- a/scripts/start-dev.sh +++ /dev/null @@ -1,167 +0,0 @@ -#!/bin/bash - -# Make script executable if it isn't already -chmod +x "$0" - -# Check for dry run flag from command line or environment variable -DRY_RUN=false -if [ "$DRY_RUN" = "true" ]; then - echo "Dry run mode enabled via environment variable - will not actually start the server" -else - for arg in "$@"; do - if [ "$arg" == "--dry-run" ]; then - DRY_RUN=true - echo "Dry run mode enabled via command line flag - will not actually start the server" - fi - done -fi - -# Check if running in Docker -if [ -n "$DOCKER_CONTAINER" ]; then - echo "Running in Docker container" -else - # Stop any running Pulse Docker containers first if not in Docker - echo "Stopping any running Pulse Docker containers..." - if command -v docker &> /dev/null; then - docker ps -q --filter "name=pulse" | xargs -r docker stop - else - echo "Docker not found, skipping container cleanup..." - fi -fi - -# Kill any existing servers -echo "Killing any existing servers..." -pkill -f "node dist/server.js" || true -pkill -f "ts-node src/mock/run-server.ts" || true -npx kill-port 7654 7656 3000 - -# Clear any existing data files that might persist between sessions -echo "Clearing any persisted data from previous sessions..." -node scripts/clear-data.js - -# Set environment to development -export NODE_ENV=development - -# Load environment variables from .env if it exists -if [ -f .env ]; then - echo "Loading environment from .env" - set -a - source .env - set +a -fi - -# Only set mock data if it's not already set in the environment -# This allows the caller to override it -if [ -z "$USE_MOCK_DATA" ]; then - export USE_MOCK_DATA=true -fi -if [ -z "$MOCK_DATA_ENABLED" ]; then - export MOCK_DATA_ENABLED=true -fi -export MOCK_SERVER_PORT=7656 - -# Check if we should use mock data -if [ "$USE_MOCK_DATA" = "true" ] || [ "$MOCK_DATA_ENABLED" = "true" ]; then - echo "Starting development environment with mock data..." - - # Start the mock data server - echo "Starting mock data server on port 7656..." - - if [ "$DRY_RUN" = false ]; then - # If running in Docker, we need to bind to 0.0.0.0 instead of localhost - if [ -n "$DOCKER_CONTAINER" ]; then - # Create a modified version of the run-server.ts file that binds to 0.0.0.0 - echo "global.HOST = '0.0.0.0';" > /tmp/mock-server-config.js - # Start the mock server with the modified config - NODE_OPTIONS="--require /tmp/mock-server-config.js" MOCK_SERVER_PORT=7656 ts-node src/mock/run-server.ts > /tmp/pulse-mock-server.log 2>&1 & - else - # Start the mock server normally - MOCK_SERVER_PORT=7656 ts-node src/mock/run-server.ts > /tmp/pulse-mock-server.log 2>&1 & - fi - - MOCK_SERVER_PID=$! - - # Wait a moment for the mock server to start - sleep 5 - - # Verify mock server is running - if [ -n "$DOCKER_CONTAINER" ]; then - # In Docker, check 0.0.0.0 or the HOST_IP environment variable - # Use -I to get headers only and check if we got ANY HTTP response (200 or 404 both mean the server is running) - HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://0.0.0.0:7656) - if [[ "$HTTP_CODE" == "404" || "$HTTP_CODE" == "200" ]]; then - echo "✅ Mock server is running on port 7656 (HTTP code: $HTTP_CODE)" - else - echo "❌ Mock server failed to start (HTTP code: $HTTP_CODE)" - cat /tmp/pulse-mock-server.log - fi - else - # Not in Docker, check localhost - # Use -I to get headers only and check if we got ANY HTTP response (200 or 404 both mean the server is running) - HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:7656) - if [[ "$HTTP_CODE" == "404" || "$HTTP_CODE" == "200" ]]; then - echo "✅ Mock server is running on port 7656 (HTTP code: $HTTP_CODE)" - else - echo "❌ Mock server failed to start (HTTP code: $HTTP_CODE)" - cat /tmp/pulse-mock-server.log - fi - fi - else - echo "[DRY RUN] Would start mock data server" - fi -else - echo "Starting development environment with real data..." -fi - -# Start the backend server with hot reloading on port 7654 -echo "Starting backend server on port 7654..." -if [ "$DRY_RUN" = false ]; then - PORT=7654 ts-node-dev --respawn --transpile-only src/server.ts & - BACKEND_PID=$! - - # Wait a moment for the server to start - sleep 3 - - # Verify backend server is running - if curl -s http://localhost:7654/api/status > /dev/null; then - echo "✅ Backend server is running on port 7654" - else - echo "❌ Backend server failed to start" - fi -else - echo "[DRY RUN] Would start backend server with: PORT=7654 ts-node-dev --respawn --transpile-only src/server.ts" -fi - -# Get the host IP (use 0.0.0.0 in Docker, otherwise use localhost) -HOST_IP="0.0.0.0" -if [ -z "$DOCKER_CONTAINER" ]; then - # Not in Docker, use 0.0.0.0 to bind to all interfaces - HOST_IP="0.0.0.0" -fi - -echo "" -echo "Pulse is now running in development mode!" -echo "- Backend API: http://localhost:7654" -if [ "$USE_MOCK_DATA" = "true" ] || [ "$MOCK_DATA_ENABLED" = "true" ]; then - echo "- Mock Server: http://localhost:7656" -else - echo "- Using real Proxmox data" -fi -echo "- Frontend UI: http://localhost:3000 (use this for development)" -echo "" -echo "Access the application at: http://localhost:3000" -echo "" - -# Start the frontend Vite dev server with hot reloading on port 3000 -echo "Starting frontend development server on port 3000..." -if [ "$DRY_RUN" = false ]; then - cd frontend && npm run dev -- --host "$HOST_IP" --port 3000 --strict-port - - # When the frontend exits, also kill the backend and mock server - kill $BACKEND_PID - if [ -n "$MOCK_SERVER_PID" ]; then - kill $MOCK_SERVER_PID - fi -else - echo "[DRY RUN] Would start frontend with: cd frontend && npm run dev -- --host \"$HOST_IP\" --port 3000 --strict-port" -fi \ No newline at end of file diff --git a/scripts/start-mock-dev.bat b/scripts/start-mock-dev.bat deleted file mode 100644 index 82af1b30b..000000000 --- a/scripts/start-mock-dev.bat +++ /dev/null @@ -1,45 +0,0 @@ -@echo off -setlocal - -:: Kill any existing servers -echo Killing any existing servers... -taskkill /F /IM node.exe /FI "WINDOWTITLE eq dist/server.js" 2>nul -taskkill /F /IM node.exe /FI "WINDOWTITLE eq ts-node src/mock/run-server.ts" 2>nul -npx kill-port 7654 7655 7656 5173 - -:: Clear any existing data files that might persist between sessions -echo Clearing any persisted data from previous sessions... -node scripts/clear-data.js - -:: Set environment to development and load the environment file -set NODE_ENV=development - -:: Load environment variables from .env if it exists -if exist .env ( - echo Loading environment from .env - for /f "tokens=*" %%a in (.env) do set "%%a" -) - -:: Force mock data to be enabled for development -set USE_MOCK_DATA=true -set MOCK_DATA_ENABLED=true - -:: Start the mock server in the background -echo Starting mock server... -start /B node scripts/start-mock-server.js -set MOCK_SERVER_PID=%ERRORLEVEL% - -:: Build the backend -echo Building backend... -call npm run build - -:: Build the frontend -echo Building frontend... -cd frontend && call npm run build && cd .. - -:: Start the development server -echo Starting development server... -node dist/server.js - -:: When the server exits, also kill the mock server -taskkill /F /PID %MOCK_SERVER_PID% 2>nul \ No newline at end of file diff --git a/scripts/start-mock-dev.sh b/scripts/start-mock-dev.sh deleted file mode 100644 index 3f2738fd5..000000000 --- a/scripts/start-mock-dev.sh +++ /dev/null @@ -1,49 +0,0 @@ -#!/bin/bash - -# Make script executable if it isn't already -chmod +x "$0" - -# Kill any existing servers -echo "Killing any existing servers..." -pkill -f "node dist/server.js" || true -pkill -f "ts-node src/mock/run-server.ts" || true -npx kill-port 7654 7655 7656 5173 - -# Clear any existing data files that might persist between sessions -echo "Clearing any persisted data from previous sessions..." -node scripts/clear-data.js - -# Set environment to development and load the environment file -export NODE_ENV=development - -# Load environment variables from .env if it exists -if [ -f .env ]; then - echo "Loading environment from .env" - set -a - source .env - set +a -fi - -# Force mock data to be enabled for development -export USE_MOCK_DATA=true -export MOCK_DATA_ENABLED=true - -# Start the mock server in the background -echo "Starting mock server..." -node scripts/start-mock-server.js & -MOCK_SERVER_PID=$! - -# Build the backend -echo "Building backend..." -npm run build - -# Build the frontend -echo "Building frontend..." -cd frontend && npm run build && cd .. - -# Start the development server -echo "Starting development server..." -node dist/server.js - -# When the server exits, also kill the mock server -kill $MOCK_SERVER_PID \ No newline at end of file diff --git a/scripts/start-mock-server.js b/scripts/start-mock-server.js deleted file mode 100644 index fc3db3ed5..000000000 --- a/scripts/start-mock-server.js +++ /dev/null @@ -1,84 +0,0 @@ -const express = require('express'); -const cors = require('cors'); -const app = express(); - -// Enable CORS -app.use(cors()); - -// Mock data endpoints -app.get('/api/v1/cluster/status', (req, res) => { - res.json({ - nodes: [ - { - name: 'pve1', - status: 'online', - cpu: { - usage: 45.2, - cores: 4 - }, - memory: { - total: 16777216, - used: 8388608, - free: 8388608 - } - }, - { - name: 'pve2', - status: 'online', - cpu: { - usage: 32.8, - cores: 4 - }, - memory: { - total: 16777216, - used: 6291456, - free: 10485760 - } - } - ] - }); -}); - -app.get('/api/v1/cluster/resources', (req, res) => { - res.json({ - vms: [ - { - id: '100', - name: 'vm-100', - status: 'running', - node: 'pve1', - cpu: { - usage: 25.5, - cores: 2 - }, - memory: { - total: 4096, - used: 2048, - free: 2048 - } - } - ], - containers: [ - { - id: '101', - name: 'ct-101', - status: 'running', - node: 'pve2', - cpu: { - usage: 15.2, - cores: 1 - }, - memory: { - total: 2048, - used: 1024, - free: 1024 - } - } - ] - }); -}); - -const PORT = process.env.MOCK_SERVER_PORT || 7655; -app.listen(PORT, () => { - console.log(`Mock server running on port ${PORT}`); -}); \ No newline at end of file diff --git a/scripts/start-prod.bat b/scripts/start-prod.bat deleted file mode 100644 index 211bf507f..000000000 --- a/scripts/start-prod.bat +++ /dev/null @@ -1,101 +0,0 @@ -@echo off -setlocal enabledelayedexpansion - -REM Check for dry run flag -set DRY_RUN=false -for %%a in (%*) do ( - if "%%a"=="--dry-run" ( - set DRY_RUN=true - echo Dry run mode enabled - will not actually start the server - ) -) - -REM Kill any existing server processes -taskkill /f /im "node.exe" /fi "WINDOWTITLE eq node dist/server.js" 2>nul -taskkill /f /im "node.exe" /fi "WINDOWTITLE eq ts-node src/mock/run-server.ts" 2>nul -call npx kill-port 7654 7655 7656 5173 - -REM Clear any existing data files that might persist between sessions -echo Clearing any persisted data from previous sessions... -node scripts/clear-data.js - -REM Set environment to production -set NODE_ENV=production - -REM Load environment variables from .env if it exists -if exist .env ( - echo Loading environment from .env - for /f "tokens=*" %%a in (.env) do ( - set "line=%%a" - if not "!line:~0,1!"=="#" ( - if not "!line!"=="" ( - set "%%a" - ) - ) - ) -) - -REM Force mock data to be disabled for production -set USE_MOCK_DATA=false -set MOCK_DATA_ENABLED=false - -REM Build the backend -echo Building the backend... -if "%DRY_RUN%"=="false" ( - call npm run build -) else ( - echo [DRY RUN] Would run: npm run build -) - -REM Build the frontend -echo Building the frontend... -if "%DRY_RUN%"=="false" ( - cd frontend - call npm run build - cd .. -) else ( - echo [DRY RUN] Would run: cd frontend ^&^& npm run build ^&^& cd .. -) - -REM Start the production server -echo Starting production server... -if "%DRY_RUN%"=="false" ( - node dist/server.js -) else ( - echo [DRY RUN] Would run: node dist/server.js -) - -REM If we're using mock data, start the mock server -if "%USE_MOCK_DATA%"=="true" ( - echo Starting mock data server on port 7656... - - :: Start the mock server - start /b node dist/mock/run-server.js > %TEMP%\pulse-mock-server.log 2>&1 - - :: Wait a moment for the mock server to start - timeout /t 5 > nul - - :: Verify mock server is running - if "%DOCKER_CONTAINER%"=="" ( - :: Not in Docker, check localhost - for /f "tokens=*" %%a in ('powershell -Command "(Invoke-WebRequest -Uri http://localhost:7656 -UseBasicParsing -ErrorAction SilentlyContinue).StatusCode"') do set HTTP_CODE=%%a - ) else ( - :: In Docker, check 0.0.0.0 - for /f "tokens=*" %%a in ('powershell -Command "(Invoke-WebRequest -Uri http://0.0.0.0:7656 -UseBasicParsing -ErrorAction SilentlyContinue).StatusCode"') do set HTTP_CODE=%%a - ) - - :: Check if we got a valid HTTP response (200 or 404 both mean the server is running) - if "%HTTP_CODE%"=="200" ( - echo ✅ Mock server is running on port 7656 (HTTP code: %HTTP_CODE%) - ) else if "%HTTP_CODE%"=="404" ( - echo ✅ Mock server is running on port 7656 (HTTP code: %HTTP_CODE%) - ) else ( - echo ❌ Mock server failed to start - type %TEMP%\pulse-mock-server.log - ) -) - -REM When the server exits, also kill the mock server if it's running -if "%USE_MOCK_DATA%"=="true" ( - taskkill /f /im "node.exe" /fi "WINDOWTITLE eq node dist/mock/run-server.js" 2>nul -) \ No newline at end of file diff --git a/scripts/start-prod.sh b/scripts/start-prod.sh deleted file mode 100755 index f91f8fa91..000000000 --- a/scripts/start-prod.sh +++ /dev/null @@ -1,119 +0,0 @@ -#!/bin/bash - -# Make script executable if it isn't already -chmod +x "$0" - -# Check for dry run flag from command line or environment variable -DRY_RUN=false -if [ "$DRY_RUN" = "true" ]; then - echo "Dry run mode enabled via environment variable - will not actually start the server" -else - for arg in "$@"; do - if [ "$arg" == "--dry-run" ]; then - DRY_RUN=true - echo "Dry run mode enabled via command line flag - will not actually start the server" - fi - done -fi - -# Kill any existing servers -echo "Killing any existing servers..." -pkill -f "node dist/server.js" || true -pkill -f "ts-node src/mock/run-server.ts" || true -npx kill-port 7654 7655 7656 5173 - -# Clear any existing data files that might persist between sessions -echo "Clearing any persisted data from previous sessions..." -node scripts/clear-data.js - -# Set environment to production and load the environment file -export NODE_ENV=production - -# Load environment variables from .env if it exists -if [ -f .env ]; then - echo "Loading environment from .env" - set -a - source .env - set +a -fi - -# Force mock data to be disabled for production -export USE_MOCK_DATA=false -export MOCK_DATA_ENABLED=false - -# Build the backend -echo "Building backend..." -if [ "$DRY_RUN" = false ]; then - npm run build -else - echo "[DRY RUN] Would run: npm run build" -fi - -# Build the frontend -echo "Building frontend..." -if [ "$DRY_RUN" = false ]; then - cd frontend && npm run build && cd .. -else - echo "[DRY RUN] Would run: cd frontend && npm run build && cd .." -fi - -# Start the production server -echo "Starting production server..." -if [ "$DRY_RUN" = false ]; then - node dist/server.js -else - echo "[DRY RUN] Would run: node dist/server.js" -fi - -# If we're using mock data, start the mock server -if [ "$USE_MOCK_DATA" = "true" ] || [ "$MOCK_DATA_ENABLED" = "true" ]; then - echo "Starting mock data server on port 7656..." - - if [ "$DRY_RUN" = false ]; then - # If running in Docker, we need to bind to 0.0.0.0 instead of localhost - if [ -n "$DOCKER_CONTAINER" ]; then - # Create a modified version of the run-server.ts file that binds to 0.0.0.0 - echo "global.HOST = '0.0.0.0';" > /tmp/mock-server-config.js - # Start the mock server with the modified config - NODE_OPTIONS="--require /tmp/mock-server-config.js" MOCK_SERVER_PORT=7656 node dist/mock/run-server.js > /tmp/pulse-mock-server.log 2>&1 & - else - # Start the mock server normally - MOCK_SERVER_PORT=7656 node dist/mock/run-server.js > /tmp/pulse-mock-server.log 2>&1 & - fi - - MOCK_SERVER_PID=$! - - # Wait a moment for the mock server to start - sleep 5 - - # Verify mock server is running - if [ -n "$DOCKER_CONTAINER" ]; then - # In Docker, check 0.0.0.0 or the HOST_IP environment variable - # Use -I to get headers only and check if we got ANY HTTP response (200 or 404 both mean the server is running) - HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://0.0.0.0:7656) - if [[ "$HTTP_CODE" == "404" || "$HTTP_CODE" == "200" ]]; then - echo "✅ Mock server is running on port 7656 (HTTP code: $HTTP_CODE)" - else - echo "❌ Mock server failed to start (HTTP code: $HTTP_CODE)" - cat /tmp/pulse-mock-server.log - fi - else - # Not in Docker, check localhost - # Use -I to get headers only and check if we got ANY HTTP response (200 or 404 both mean the server is running) - HTTP_CODE=$(curl -s -o /dev/null -w "%{http_code}" http://localhost:7656) - if [[ "$HTTP_CODE" == "404" || "$HTTP_CODE" == "200" ]]; then - echo "✅ Mock server is running on port 7656 (HTTP code: $HTTP_CODE)" - else - echo "❌ Mock server failed to start (HTTP code: $HTTP_CODE)" - cat /tmp/pulse-mock-server.log - fi - fi - else - echo "[DRY RUN] Would start mock data server" - fi -fi - -# When the server exits, also kill the mock server if it's running -if [ -n "$MOCK_SERVER_PID" ]; then - kill $MOCK_SERVER_PID -fi \ No newline at end of file diff --git a/scripts/start.js b/scripts/start.js deleted file mode 100644 index 96f58ca7d..000000000 --- a/scripts/start.js +++ /dev/null @@ -1,137 +0,0 @@ -/** - * Unified cross-platform script to start Pulse in different environments - * Usage: node start.js [dev|prod] [--dry-run] - */ - -const { spawn } = require('child_process'); -const os = require('os'); -const path = require('path'); -const fs = require('fs'); -const dotenv = require('dotenv'); - -// Parse command line arguments -const args = process.argv.slice(2); -const mode = args[0] || 'dev'; // Default to dev mode if not specified -const isDryRun = args.includes('--dry-run'); - -// Detect the platform -const isWindows = os.platform() === 'win32'; - -console.log(`Detected platform: ${os.platform()}`); -console.log(`Starting Pulse in ${mode} mode on ${isWindows ? 'Windows' : 'Unix-like'} system...`); -if (isDryRun) { - console.log('Dry run mode enabled - commands will be shown but not executed'); -} - -// Load environment variables -function loadEnvironment() { - // Load from .env file - dotenv.config(); - - // For development mode, override with development settings if not already set - if (mode === 'dev' && process.env.NODE_ENV !== 'development') { - process.env.NODE_ENV = 'development'; - process.env.USE_MOCK_DATA = 'true'; - process.env.MOCK_DATA_ENABLED = 'true'; - process.env.MOCK_SERVER_PORT = '7656'; - console.log('Using development settings with mock data'); - } else if (mode === 'prod' && process.env.NODE_ENV !== 'production') { - process.env.NODE_ENV = 'production'; - process.env.USE_MOCK_DATA = 'false'; - process.env.MOCK_DATA_ENABLED = 'false'; - console.log('Using production settings with real data'); - } -} - -// Ensure logo files are properly copied to frontend/public/logos -function ensureLogoFiles() { - console.log('Ensuring logo files are properly available in frontend...'); - - const sourceDir = path.join(process.cwd(), 'public', 'logos'); - const targetDir = path.join(process.cwd(), 'frontend', 'public', 'logos'); - - // Create target directory if it doesn't exist - if (!fs.existsSync(targetDir)) { - console.log('Creating frontend/public/logos directory...'); - fs.mkdirSync(targetDir, { recursive: true }); - } - - // Copy all logo files - try { - const files = fs.readdirSync(sourceDir); - for (const file of files) { - if (file.endsWith('.png') || file.endsWith('.svg')) { - const sourcePath = path.join(sourceDir, file); - const targetPath = path.join(targetDir, file); - - // Only copy if the file doesn't exist or is older - if (!fs.existsSync(targetPath) || - fs.statSync(sourcePath).mtime > fs.statSync(targetPath).mtime) { - console.log(`Copying ${file} to frontend/public/logos...`); - fs.copyFileSync(sourcePath, targetPath); - } - } - } - console.log('Logo files are up to date.'); - } catch (error) { - console.warn(`Warning: Could not copy logo files: ${error.message}`); - console.warn('This is not critical, continuing with startup...'); - } -} - -// Start the appropriate script based on the platform and mode -function startScript() { - let scriptPath; - - if (isWindows) { - // Windows scripts - if (mode === 'prod') { - scriptPath = path.join(process.cwd(), 'scripts', 'start-prod.bat'); - } else { - scriptPath = path.join(process.cwd(), 'scripts', 'start-dev.bat'); - } - } else { - // Unix-like scripts - if (mode === 'prod') { - scriptPath = path.join(process.cwd(), 'scripts', 'start-prod.sh'); - } else { - scriptPath = path.join(process.cwd(), 'scripts', 'start-dev.sh'); - } - - // Make the script executable - try { - fs.chmodSync(scriptPath, '755'); - } catch (error) { - console.error(`Error making script executable: ${error.message}`); - process.exit(1); - } - } - - console.log(`Starting script: ${scriptPath}`); - - if (isDryRun) { - console.log('Dry run mode - not actually executing the script'); - return; - } - - // Execute the script - const scriptArgs = args.filter(arg => arg !== mode && arg !== '--dry-run'); - const child = isWindows - ? spawn('cmd.exe', ['/c', scriptPath, ...scriptArgs], { stdio: 'inherit' }) - : spawn(scriptPath, scriptArgs, { stdio: 'inherit' }); - - child.on('error', (error) => { - console.error(`Error starting script: ${error.message}`); - process.exit(1); - }); - - child.on('close', (code) => { - console.log(`Script exited with code ${code}`); - process.exit(code); - }); -} - -// Main execution -loadEnvironment(); -ensureLogoFiles(); -startScript(); \ No newline at end of file diff --git a/scripts/update-screenshots.sh b/scripts/update-screenshots.sh deleted file mode 100644 index 233485ec4..000000000 --- a/scripts/update-screenshots.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash - -# Make script executable if it isn't already -chmod +x "$0" - -echo "Updating screenshots..." - -# Install puppeteer if not already installed -if ! npm list puppeteer >/dev/null 2>&1; then - echo "Installing puppeteer..." - npm install puppeteer -fi - -# Create screenshots directory if it doesn't exist -mkdir -p docs/screenshots - -# Start the application in development mode with mock data -echo "Starting application with mock data..." -npm run dev:docker & - -# Wait for the application to start -echo "Waiting for application to start..." -sleep 10 - -# Take screenshots -echo "Taking screenshots..." -node scripts/take-screenshots.js - -# Stop the application -echo "Stopping application..." -npm run stop - -echo "Screenshot update complete!" \ No newline at end of file diff --git a/scripts/verify-cluster-config.js b/scripts/verify-cluster-config.js deleted file mode 100755 index a0454a9ae..000000000 --- a/scripts/verify-cluster-config.js +++ /dev/null @@ -1,120 +0,0 @@ -#!/usr/bin/env node - -/** - * Verify Cluster Configuration Script - * - * This script checks the current environment configuration for cluster detection settings - * and verifies that they are correctly applied. - * - * Usage: node scripts/verify-cluster-config.js - */ - -const fs = require('fs'); -const path = require('path'); -const dotenv = require('dotenv'); - -// Load environment variables from .env file -const envFilePath = path.resolve(process.cwd(), '.env'); -if (!fs.existsSync(envFilePath)) { - console.error('Error: .env file not found'); - process.exit(1); -} - -const envConfig = dotenv.parse(fs.readFileSync(envFilePath)); - -// Check cluster configuration -console.log('=== Cluster Configuration ==='); -console.log(`PROXMOX_AUTO_DETECT_CLUSTER: ${envConfig.PROXMOX_AUTO_DETECT_CLUSTER || 'not set'}`); -console.log(`PROXMOX_CLUSTER_MODE: ${envConfig.PROXMOX_CLUSTER_MODE || 'not set'}`); -console.log(`MOCK_CLUSTER_ENABLED: ${envConfig.MOCK_CLUSTER_ENABLED || 'not set'}`); - -// Check environment mode -console.log('\n=== Environment Mode ==='); -console.log(`NODE_ENV: ${envConfig.NODE_ENV || 'not set'}`); -console.log(`LOG_LEVEL: ${envConfig.LOG_LEVEL || 'not set'}`); -console.log(`USE_MOCK_DATA: ${envConfig.USE_MOCK_DATA || 'not set'}`); -console.log(`MOCK_DATA_ENABLED: ${envConfig.MOCK_DATA_ENABLED || 'not set'}`); - -// Check if the configuration is consistent -console.log('\n=== Configuration Analysis ==='); - -// Check if cluster detection is enabled -const isClusterDetectionEnabled = - envConfig.PROXMOX_AUTO_DETECT_CLUSTER === 'true' && - envConfig.PROXMOX_CLUSTER_MODE === 'true'; - -// Check if we're in development mode -const isDevMode = envConfig.NODE_ENV === 'development'; - -// Check if we're using mock data -const isMockDataEnabled = - envConfig.USE_MOCK_DATA === 'true' && - envConfig.MOCK_DATA_ENABLED === 'true'; - -// Check if mock cluster is enabled -const isMockClusterEnabled = envConfig.MOCK_CLUSTER_ENABLED === 'true'; - -// Check if log level is set to info -const isLogLevelInfo = envConfig.LOG_LEVEL === 'info'; - -console.log(`Cluster Detection: ${isClusterDetectionEnabled ? 'Enabled' : 'Disabled'}`); -console.log(`Development Mode: ${isDevMode ? 'Yes' : 'No'}`); -console.log(`Log Level: ${envConfig.LOG_LEVEL || 'not set'}`); -console.log(`Mock Data: ${isMockDataEnabled ? 'Enabled' : 'Disabled'}`); -console.log(`Mock Cluster: ${isMockClusterEnabled ? 'Enabled' : 'Disabled'}`); - -// Verify configuration consistency -console.log('\n=== Configuration Consistency ==='); - -if (isDevMode) { - if (isMockDataEnabled) { - console.log('✓ Development mode is correctly using mock data'); - - if (isLogLevelInfo) { - console.log('✓ Log level is correctly set to info for development mode'); - } else { - console.log('✗ Log level should be set to info for development mode'); - } - - if (isClusterDetectionEnabled) { - console.log('✓ Cluster detection is correctly enabled for development mode'); - - if (isMockClusterEnabled) { - console.log('✓ Mock cluster is correctly enabled for development mode with cluster detection'); - } else { - console.log('✗ Mock cluster should be enabled for development mode with cluster detection'); - } - } else { - console.log('✗ Cluster detection should be enabled for development mode'); - - if (!isMockClusterEnabled) { - console.log('✓ Mock cluster is correctly disabled for no-cluster mode'); - } else { - console.log('✗ Mock cluster should be disabled for no-cluster mode'); - } - } - } else { - console.log('✗ Development mode should use mock data'); - } -} else { - // Production mode - if (!isMockDataEnabled) { - console.log('✓ Production mode is correctly not using mock data'); - - if (isLogLevelInfo) { - console.log('✓ Log level is correctly set to info for production mode'); - } else { - console.log('✗ Log level should be set to info for production mode'); - } - - if (isClusterDetectionEnabled) { - console.log('✓ Cluster detection is correctly enabled for production mode'); - } else { - console.log('✗ Cluster detection should be enabled for production mode'); - } - } else { - console.log('✗ Production mode should not use mock data'); - } -} - -console.log('\nVerification complete.'); \ No newline at end of file diff --git a/server/.env b/server/.env new file mode 100644 index 000000000..d4e7f9c2a --- /dev/null +++ b/server/.env @@ -0,0 +1,9 @@ +PROXMOX_HOST=https://proxmox.lan:8006 +PROXMOX_PORT=8006 +PROXMOX_TOKEN_ID=root@pam!pulse +PROXMOX_TOKEN_SECRET=SECRET_REMOVED +PROXMOX_ENABLED=true +PROXMOX_ALLOW_SELF_SIGNED_CERTS=true +PORT=7654 +USE_MOCK_DATA=false +VERBOSE=false \ No newline at end of file diff --git a/server/index.js b/server/index.js new file mode 100644 index 000000000..5ae49b3c8 --- /dev/null +++ b/server/index.js @@ -0,0 +1,330 @@ +require('dotenv').config(); // Load environment variables from .env file + +const express = require('express'); +const http = require('http'); +const path = require('path'); +const cors = require('cors'); +const { Server } = require('socket.io'); +const axios = require('axios'); +const https = require('https'); + +// Development specific dependencies +let chokidar; +if (process.env.NODE_ENV === 'development') { + try { + chokidar = require('chokidar'); + } catch (e) { + console.warn('chokidar is not installed. Hot reload requires chokidar: npm install --save-dev chokidar'); + } +} + +// Proxmox node configuration - using the same config as the main server +const proxmoxConfig = { + node1: { + name: process.env.PROXMOX_NODE_NAME || 'minipc', + host: process.env.PROXMOX_HOST || 'https://192.168.0.132:8006', + port: process.env.PROXMOX_PORT || '8006', + tokenId: process.env.PROXMOX_TOKEN_ID || 'root@pam!pulse', + tokenSecret: process.env.PROXMOX_TOKEN_SECRET || 'e1850350-6afc-4b8e-ae28-472152af84f9', + enabled: process.env.PROXMOX_ENABLED !== 'false', + allowSelfSignedCerts: process.env.PROXMOX_ALLOW_SELF_SIGNED_CERTS !== 'false', + credentials: { + username: process.env.PROXMOX_USERNAME || 'root', + password: process.env.PROXMOX_PASSWORD || 'password', + realm: process.env.PROXMOX_REALM || 'pam' + } + } +}; + +// Server configuration +const DEBUG_METRICS = false; // Set to true to show detailed metrics logs +const UPDATE_INTERVAL = 2000; // 2 seconds for updates +const PORT = 7655; // Using a different port from the main server + +// Create Proxmox API client +const proxmoxApi = axios.create({ + baseURL: proxmoxConfig.node1.host.includes('://') + ? `${proxmoxConfig.node1.host}/api2/json` + : `https://${proxmoxConfig.node1.host}:${proxmoxConfig.node1.port}/api2/json`, + httpsAgent: new https.Agent({ + rejectUnauthorized: !proxmoxConfig.node1.allowSelfSignedCerts + }), + headers: { + 'Content-Type': 'application/json' + } +}); + +// Add request interceptor for authentication +proxmoxApi.interceptors.request.use(config => { + // Add API token authentication + if (proxmoxConfig.node1.tokenId && proxmoxConfig.node1.tokenSecret) { + config.headers.Authorization = `PVEAPIToken=${proxmoxConfig.node1.tokenId}=${proxmoxConfig.node1.tokenSecret}`; + } + // Fallback to password auth if configured + else if (proxmoxConfig.node1.credentials) { + const { username, password, realm } = proxmoxConfig.node1.credentials; + config.headers.Authorization = `Basic ${Buffer.from(`${username}@${realm}:${password}`).toString('base64')}`; + } + + return config; +}); + +// Create Express app +const app = express(); + +// Middleware +app.use(cors()); +app.use(express.json()); +app.use(express.static(path.join(__dirname, '../public'))); + +// Create HTTP server +const server = http.createServer(app); + +// Create Socket.IO server with CORS configuration +const io = new Server(server, { + cors: { + origin: "*", + methods: ["GET", "POST"] + } +}); + +// Variables to track connected clients +let connectedClients = 0; +let initialNodesLogged = false; // Flag to log node count only once + +// Helper function to get raw Proxmox data +async function fetchRawProxmoxData() { + // const configuredNodeName = proxmoxConfig.node1.name; // No longer needed for API calls + const rawData = { + nodes: [], + vms: [], + containers: [], + metrics: [] + }; + + let nodesToQuery = []; + let discoveredNodeName = null; // To store the node name discovered via /version + + try { + // Attempt to fetch cluster nodes + const nodesResponse = await proxmoxApi.get('/nodes'); + nodesToQuery = nodesResponse.data.data || []; + rawData.nodes = nodesToQuery; // Store the nodes list if successful + + if (nodesToQuery.length === 0) { + console.warn('Proxmox API returned 0 nodes from /nodes endpoint. Attempting single node discovery.'); + // If /nodes returns empty, still try to discover the single node via /version + try { + const versionResponse = await proxmoxApi.get('/version'); + discoveredNodeName = versionResponse.data.data.node; + if (!discoveredNodeName) { + throw new Error("Could not determine node name from /version endpoint."); + } + console.log(`Discovered single node name: ${discoveredNodeName}`); + nodesToQuery = [{ node: discoveredNodeName }]; // Use the discovered name + + // Optionally, try to get status for the single node + try { + const statusResponse = await proxmoxApi.get(`/nodes/${discoveredNodeName}/status`); + rawData.nodes = [statusResponse.data.data]; // Use actual status if available + } catch (statusError) { + console.warn(`Could not fetch status for discovered single node ${discoveredNodeName}: ${statusError.message}`); + rawData.nodes = [{ node: discoveredNodeName, status: 'unknown' }]; // Fallback to discovered name + } + } catch (discoveryError) { + console.error(`Single node discovery failed: ${discoveryError.message}. Cannot proceed.`); + // Return empty data if we can't even discover the node name + return { nodes: [], vms: [], containers: [], metrics: [] }; + } + } + } catch (error) { + console.warn(`Failed to fetch /nodes (attempting single node discovery): ${error.message}`); + // Assume single node mode if /nodes fails, try discovery via /version + try { + const versionResponse = await proxmoxApi.get('/version'); + discoveredNodeName = versionResponse.data.data.node; + if (!discoveredNodeName) { + throw new Error("Could not determine node name from /version endpoint."); + } + console.log(`Discovered single node name: ${discoveredNodeName}`); + nodesToQuery = [{ node: discoveredNodeName }]; // Use the discovered name + + // Optionally, try to get status for the single node + try { + const statusResponse = await proxmoxApi.get(`/nodes/${discoveredNodeName}/status`); + rawData.nodes = [statusResponse.data.data]; // Use actual status if available + } catch (statusError) { + console.warn(`Could not fetch status for discovered single node ${discoveredNodeName}: ${statusError.message}`); + rawData.nodes = [{ node: discoveredNodeName, status: 'unknown' }]; // Fallback to discovered name + } + } catch (discoveryError) { + console.error(`Single node discovery failed after /nodes error: ${discoveryError.message}. Cannot proceed.`); + // Return empty data if discovery fails + return { nodes: [], vms: [], containers: [], metrics: [] }; + } + } + + // For each node (either from /nodes or the single discovered node), fetch guests and metrics + for (const node of nodesToQuery) { + const nodeName = node.node; // Use the node name from the list (discovered or from /nodes) + if (!nodeName) { + console.error("Node object missing 'node' property:", node); + continue; // Skip if node name is missing + } + try { + // Fetch VMs + const vmsResponse = await proxmoxApi.get(`/nodes/${nodeName}/qemu`); + if (vmsResponse.data.data && Array.isArray(vmsResponse.data.data)) { + rawData.vms.push(...vmsResponse.data.data.map(vm => ({ + ...vm, + node: nodeName // Ensure node name is correctly assigned + }))); + + // Collect metrics for running VMs + for (const vm of vmsResponse.data.data.filter(vm => vm.status === 'running')) { + try { + // Get traditional RRD data + const rrdData = await proxmoxApi.get(`/nodes/${nodeName}/qemu/${vm.vmid}/rrddata`, { + params: { timeframe: 'hour', cf: 'AVERAGE' } + }); + + // Try to get real-time "current" values + const currentData = await proxmoxApi.get(`/nodes/${nodeName}/qemu/${vm.vmid}/status/current`); + + let metricData = { + id: vm.vmid, name: vm.name, node: nodeName, type: 'qemu', data: [], + current: currentData?.data?.data || null + }; + if (rrdData?.data?.data?.length > 0) metricData.data = rrdData.data.data; + rawData.metrics.push(metricData); + + if (rrdData?.data?.data?.length > 1 && DEBUG_METRICS) { + const newest = rrdData.data.data[rrdData.data.data.length - 1].time; + const secondNewest = rrdData.data.data[rrdData.data.data.length - 2].time; + console.log(`VM ${vm.name || vm.vmid} metrics update interval: ${newest - secondNewest} seconds`); + if (currentData?.data?.data) console.log(`VM ${vm.name || vm.vmid} current metrics: CPU=${currentData.data.data.cpu}, Memory=${currentData.data.data.mem}`, `[RRD last update: ${new Date(newest * 1000).toISOString()}]`); + } + } catch (err) { + console.error(`Failed to get metrics for VM ${vm.vmid} on node ${nodeName}: ${err.message}`); + } + } + } + } catch (err) { + console.error(`Error fetching VMs from ${nodeName}: ${err.message}`); + } + + try { + // Fetch containers + const ctsResponse = await proxmoxApi.get(`/nodes/${nodeName}/lxc`); + if (ctsResponse.data.data && Array.isArray(ctsResponse.data.data)) { + rawData.containers.push(...ctsResponse.data.data.map(ct => ({ + ...ct, + node: nodeName // Ensure node name is correctly assigned + }))); + + // Collect metrics for running containers + for (const ct of ctsResponse.data.data.filter(ct => ct.status === 'running')) { + try { + // Get traditional RRD data + const rrdData = await proxmoxApi.get(`/nodes/${nodeName}/lxc/${ct.vmid}/rrddata`, { + params: { timeframe: 'hour', cf: 'AVERAGE' } + }); + + // Try to get real-time "current" values + const currentData = await proxmoxApi.get(`/nodes/${nodeName}/lxc/${ct.vmid}/status/current`); + + let metricData = { + id: ct.vmid, name: ct.name, node: nodeName, type: 'lxc', data: [], + current: currentData?.data?.data || null + }; + if (rrdData?.data?.data?.length > 0) metricData.data = rrdData.data.data; + rawData.metrics.push(metricData); + + if (rrdData?.data?.data?.length > 1 && DEBUG_METRICS) { + const newest = rrdData.data.data[rrdData.data.data.length - 1].time; + const secondNewest = rrdData.data.data[rrdData.data.data.length - 2].time; + console.log(`Container ${ct.name || ct.vmid} metrics update interval: ${newest - secondNewest} seconds`); + if (currentData?.data?.data) console.log(`Container ${ct.name || ct.vmid} current metrics: CPU=${currentData.data.data.cpu}, Memory=${currentData.data.data.mem}`, `[RRD last update: ${new Date(newest * 1000).toISOString()}]`); + } + } catch (err) { + console.error(`Failed to get metrics for container ${ct.vmid} on node ${nodeName}: ${err.message}`); + } + } + } + } catch (err) { + console.error(`Error fetching containers from ${nodeName}: ${err.message}`); + } + } // End loop through nodesToQuery + + // console.log(`Collected raw data: ${rawData.nodes.length} nodes, ${rawData.vms.length} VMs, ${rawData.containers.length} containers, ${rawData.metrics.length} metric sets`); + return rawData; +} + +// Socket.io connection handling +io.on('connection', (socket) => { + connectedClients++; + // console.log(`Client connected. Total clients: ${connectedClients}`); + + // Fetch and send initial data, log node count on first successful fetch + fetchRawProxmoxData().then(data => { + socket.emit('rawData', data); + if (!initialNodesLogged && data && data.nodes && data.nodes.length > 0) { + console.log(`Initial connection successful. Found ${data.nodes.length} Proxmox node(s).`); + initialNodesLogged = true; + } else if (!initialNodesLogged && data && data.nodes && data.nodes.length === 0) { + console.log('Initial connection successful. Found 0 Proxmox nodes.'); + initialNodesLogged = true; + } else if (!initialNodesLogged) { + // Log if initial fetch failed but connection handler still ran + console.warn('Initial Proxmox data fetch failed or returned no nodes.'); + initialNodesLogged = true; // Prevent repeated warnings + } + }).catch(error => { + console.error('Error fetching initial Proxmox data for client:', error.message); + if (!initialNodesLogged) { + initialNodesLogged = true; // Prevent repeated warnings even on error + } + }); + + // Handle disconnect + socket.on('disconnect', () => { + connectedClients--; + // console.log(`Client disconnected. Total clients: ${connectedClients}`); + }); +}); + +// Periodic update interval for all connected clients +const updateInterval = setInterval(async () => { + if (connectedClients > 0) { + try { + // console.log(`Updating raw data for ${connectedClients} client(s)...`); + const data = await fetchRawProxmoxData(); + io.emit('rawData', data); + } catch (error) { + console.error(`Error in update interval: ${error.message}`); + } + } +}, UPDATE_INTERVAL); + +// Start the server +server.listen(PORT, () => { + console.log(`Server listening on port ${PORT}`); + + // Setup hot reload in development mode + if (process.env.NODE_ENV === 'development' && chokidar) { + const publicPath = path.join(__dirname, '../public'); + console.log(`Watching for changes in ${publicPath}`); + const watcher = chokidar.watch(publicPath, { + ignored: /(^|[\\\/])\\./, // ignore dotfiles + persistent: true, + ignoreInitial: true // Don't trigger on initial scan + }); + + watcher.on('change', (filePath) => { + // console.log(`File changed: ${filePath}. Triggering hot reload.`); + io.emit('hotReload'); // Notify clients to reload + }); + + watcher.on('error', error => console.error(`Watcher error: ${error}`)); + } +}); \ No newline at end of file diff --git a/server/node_modules/.bin/mime b/server/node_modules/.bin/mime new file mode 120000 index 000000000..fbb7ee0ee --- /dev/null +++ b/server/node_modules/.bin/mime @@ -0,0 +1 @@ +../mime/cli.js \ No newline at end of file diff --git a/server/node_modules/.package-lock.json b/server/node_modules/.package-lock.json new file mode 100644 index 000000000..960537760 --- /dev/null +++ b/server/node_modules/.package-lock.json @@ -0,0 +1,1217 @@ +{ + "name": "proxmox-raw-monitor-server", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/@socket.io/component-emitter": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", + "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", + "license": "MIT" + }, + "node_modules/@types/cors": { + "version": "2.8.17", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", + "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", + "license": "MIT", + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "22.13.11", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.11.tgz", + "integrity": "sha512-iEUCUJoU0i3VnrCmgoWCXttklWcvoCIx4jzcP22fioIVSdTmjgoEvmAO/QPw6TcS9k5FrNgn4w7q5lGOd1CT5g==", + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "license": "MIT", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", + "license": "MIT" + }, + "node_modules/asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", + "license": "MIT" + }, + "node_modules/axios": { + "version": "1.8.4", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.8.4.tgz", + "integrity": "sha512-eBSYY4Y68NNlHbHBMdeDmKNtDgXWhQsJcGqzO3iLUM0GraQFSS9cVgPX5I9b3lbdFKyYoAEGAZF1DwhTaljNAw==", + "license": "MIT", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + } + }, + "node_modules/base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "license": "MIT", + "engines": { + "node": "^4.5.0 || >= 5.9" + } + }, + "node_modules/body-parser": { + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "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/chokidar": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.3.tgz", + "integrity": "sha512-Qgzu8kfBvo+cA4962jnP1KkS6Dop5NS6g7R5LFYJr4b8Ub94PPQXUksCw9PvXoeXPRRddRNC5C1JQUR2SMGtnA==", + "dev": true, + "license": "MIT", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "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.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", + "license": "MIT" + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "license": "MIT", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "license": "MIT", + "engines": { + "node": ">=0.4.0" + } + }, + "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/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "license": "MIT", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "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/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/engine.io": { + "version": "6.6.4", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.4.tgz", + "integrity": "sha512-ZCkIjSYNDyGn0R6ewHDtXgns/Zre/NT6Agvq1/WobF7JXgFff4SeDroKiCO3fNJreU9YG429Sc81o4w5ok/W5g==", + "license": "MIT", + "dependencies": { + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.7.2", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.2.1", + "ws": "~8.17.1" + }, + "engines": { + "node": ">=10.2.0" + } + }, + "node_modules/engine.io-parser": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz", + "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/engine.io/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/engine.io/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/engine.io/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/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/es-set-tostringtag": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz", + "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.6", + "has-tostringtag": "^1.0.2", + "hasown": "^2.0.2" + }, + "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": "4.21.2", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.2.tgz", + "integrity": "sha512-28HqgMZAmih1Czt9ny7qr6ek2qddF4FclbMzwhCREB6OFfH+rXAnuNCwo1/wFvrtbgsQDb4kSbX9de9lFbrXnA==", + "license": "MIT", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.12", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "license": "MIT", + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/form-data": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.2.tgz", + "integrity": "sha512-hGfm/slu0ZabnNt4oaRZ6uREyfCj6P4fT/n6A1rGV+Z0VdGXjfOhVUpkn6qVQONHGIFwmveGXyDs75+nr6FM8w==", + "license": "MIT", + "dependencies": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "es-set-tostringtag": "^2.1.0", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 6" + } + }, + "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": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "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/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-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/has-tostringtag": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.2.tgz", + "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==", + "license": "MIT", + "dependencies": { + "has-symbols": "^1.0.3" + }, + "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/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "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/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": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "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/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-to-regexp": { + "version": "0.1.12", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.12.tgz", + "integrity": "sha512-RA1GjUVMnvYFxuqovrEqZoxxW5NUZqbwKtYz/Tt7nXerk0LbLblQmrsgdeOxV5SFHf0UDggjS/bSeOZwt1pmEQ==", + "license": "MIT" + }, + "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/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "license": "MIT" + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.6" + }, + "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": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readdirp": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.1.2.tgz", + "integrity": "sha512-GDhwkLfywWL2s6vEjyhri+eXmfH6j1L7JE27WhqLeYzoh/A3DBaYGEj2H/HFZCn/kMfim73FXxEJTw06WtxQwg==", + "dev": true, + "license": "MIT", + "engines": { + "node": ">= 14.18.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "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": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "license": "MIT", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/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/serve-static": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "license": "MIT", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "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/socket.io": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz", + "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==", + "license": "MIT", + "dependencies": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "cors": "~2.8.5", + "debug": "~4.3.2", + "engine.io": "~6.6.0", + "socket.io-adapter": "~2.5.2", + "socket.io-parser": "~4.2.4" + }, + "engines": { + "node": ">=10.2.0" + } + }, + "node_modules/socket.io-adapter": { + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz", + "integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==", + "license": "MIT", + "dependencies": { + "debug": "~4.3.4", + "ws": "~8.17.1" + } + }, + "node_modules/socket.io-adapter/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io-adapter/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/socket.io-parser": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", + "license": "MIT", + "dependencies": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/socket.io-parser/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io-parser/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/socket.io/node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/socket.io/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/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/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": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "license": "MIT", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "license": "MIT" + }, + "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/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" + } + }, + "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/ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "license": "MIT", + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + } + } +} diff --git a/server/node_modules/@socket.io/component-emitter/LICENSE b/server/node_modules/@socket.io/component-emitter/LICENSE new file mode 100644 index 000000000..de5169273 --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2014 Component contributors + +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. diff --git a/server/node_modules/@socket.io/component-emitter/Readme.md b/server/node_modules/@socket.io/component-emitter/Readme.md new file mode 100644 index 000000000..feb36f191 --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/Readme.md @@ -0,0 +1,79 @@ +# `@socket.io/component-emitter` + + Event emitter component. + +This project is a fork of the [`component-emitter`](https://github.com/sindresorhus/component-emitter) project, with [Socket.IO](https://socket.io/)-specific TypeScript typings. + +## Installation + +``` +$ npm i @socket.io/component-emitter +``` + +## API + +### Emitter(obj) + + The `Emitter` may also be used as a mixin. For example + a "plain" object may become an emitter, or you may + extend an existing prototype. + + As an `Emitter` instance: + +```js +import { Emitter } from '@socket.io/component-emitter'; + +var emitter = new Emitter; +emitter.emit('something'); +``` + + As a mixin: + +```js +import { Emitter } from '@socket.io/component-emitter'; + +var user = { name: 'tobi' }; +Emitter(user); + +user.emit('im a user'); +``` + + As a prototype mixin: + +```js +import { Emitter } from '@socket.io/component-emitter'; + +Emitter(User.prototype); +``` + +### Emitter#on(event, fn) + + Register an `event` handler `fn`. + +### Emitter#once(event, fn) + + Register a single-shot `event` handler `fn`, + removed immediately after it is invoked the + first time. + +### Emitter#off(event, fn) + + * Pass `event` and `fn` to remove a listener. + * Pass `event` to remove all listeners on that event. + * Pass nothing to remove all listeners on all events. + +### Emitter#emit(event, ...) + + Emit an `event` with variable option args. + +### Emitter#listeners(event) + + Return an array of callbacks, or an empty array. + +### Emitter#hasListeners(event) + + Check if this emitter has `event` handlers. + +## License + +MIT diff --git a/server/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts b/server/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts new file mode 100644 index 000000000..49a74e142 --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/lib/cjs/index.d.ts @@ -0,0 +1,179 @@ +/** + * An events map is an interface that maps event names to their value, which + * represents the type of the `on` listener. + */ +export interface EventsMap { + [event: string]: any; +} + +/** + * The default events map, used if no EventsMap is given. Using this EventsMap + * is equivalent to accepting all event names, and any data. + */ +export interface DefaultEventsMap { + [event: string]: (...args: any[]) => void; +} + +/** + * Returns a union type containing all the keys of an event map. + */ +export type EventNames = keyof Map & (string | symbol); + +/** The tuple type representing the parameters of an event listener */ +export type EventParams< + Map extends EventsMap, + Ev extends EventNames + > = Parameters; + +/** + * The event names that are either in ReservedEvents or in UserEvents + */ +export type ReservedOrUserEventNames< + ReservedEventsMap extends EventsMap, + UserEvents extends EventsMap + > = EventNames | EventNames; + +/** + * Type of a listener of a user event or a reserved event. If `Ev` is in + * `ReservedEvents`, the reserved event listener is returned. + */ +export type ReservedOrUserListener< + ReservedEvents extends EventsMap, + UserEvents extends EventsMap, + Ev extends ReservedOrUserEventNames + > = FallbackToUntypedListener< + Ev extends EventNames + ? ReservedEvents[Ev] + : Ev extends EventNames + ? UserEvents[Ev] + : never + >; + +/** + * Returns an untyped listener type if `T` is `never`; otherwise, returns `T`. + * + * This is a hack to mitigate https://github.com/socketio/socket.io/issues/3833. + * Needed because of https://github.com/microsoft/TypeScript/issues/41778 + */ +type FallbackToUntypedListener = [T] extends [never] + ? (...args: any[]) => void | Promise + : T; + +/** + * Strictly typed version of an `EventEmitter`. A `TypedEventEmitter` takes type + * parameters for mappings of event names to event data types, and strictly + * types method calls to the `EventEmitter` according to these event maps. + * + * @typeParam ListenEvents - `EventsMap` of user-defined events that can be + * listened to with `on` or `once` + * @typeParam EmitEvents - `EventsMap` of user-defined events that can be + * emitted with `emit` + * @typeParam ReservedEvents - `EventsMap` of reserved events, that can be + * emitted by socket.io with `emitReserved`, and can be listened to with + * `listen`. + */ +export class Emitter< + ListenEvents extends EventsMap, + EmitEvents extends EventsMap, + ReservedEvents extends EventsMap = {} + > { + /** + * Adds the `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + on>( + ev: Ev, + listener: ReservedOrUserListener + ): this; + + /** + * Adds a one-time `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + once>( + ev: Ev, + listener: ReservedOrUserListener + ): this; + + /** + * Removes the `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + off>( + ev?: Ev, + listener?: ReservedOrUserListener + ): this; + + /** + * Emits an event. + * + * @param ev Name of the event + * @param args Values to send to listeners of this event + */ + emit>( + ev: Ev, + ...args: EventParams + ): this; + + /** + * Emits a reserved event. + * + * This method is `protected`, so that only a class extending + * `StrictEventEmitter` can emit its own reserved events. + * + * @param ev Reserved event name + * @param args Arguments to emit along with the event + */ + protected emitReserved>( + ev: Ev, + ...args: EventParams + ): this; + + /** + * Returns the listeners listening to an event. + * + * @param event Event name + * @returns Array of listeners subscribed to `event` + */ + listeners>( + event: Ev + ): ReservedOrUserListener[]; + + /** + * Returns true if there is a listener for this event. + * + * @param event Event name + * @returns boolean + */ + hasListeners< + Ev extends ReservedOrUserEventNames + >(event: Ev): boolean; + + /** + * Removes the `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + removeListener< + Ev extends ReservedOrUserEventNames + >( + ev?: Ev, + listener?: ReservedOrUserListener + ): this; + + /** + * Removes all `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + */ + removeAllListeners< + Ev extends ReservedOrUserEventNames + >(ev?: Ev): this; +} diff --git a/server/node_modules/@socket.io/component-emitter/lib/cjs/index.js b/server/node_modules/@socket.io/component-emitter/lib/cjs/index.js new file mode 100644 index 000000000..e0d549791 --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/lib/cjs/index.js @@ -0,0 +1,176 @@ + +/** + * Expose `Emitter`. + */ + +exports.Emitter = Emitter; + +/** + * Initialize a new `Emitter`. + * + * @api public + */ + +function Emitter(obj) { + if (obj) return mixin(obj); +} + +/** + * Mixin the emitter properties. + * + * @param {Object} obj + * @return {Object} + * @api private + */ + +function mixin(obj) { + for (var key in Emitter.prototype) { + obj[key] = Emitter.prototype[key]; + } + return obj; +} + +/** + * Listen on the given `event` with `fn`. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public + */ + +Emitter.prototype.on = +Emitter.prototype.addEventListener = function(event, fn){ + this._callbacks = this._callbacks || {}; + (this._callbacks['$' + event] = this._callbacks['$' + event] || []) + .push(fn); + return this; +}; + +/** + * Adds an `event` listener that will be invoked a single + * time then automatically removed. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public + */ + +Emitter.prototype.once = function(event, fn){ + function on() { + this.off(event, on); + fn.apply(this, arguments); + } + + on.fn = fn; + this.on(event, on); + return this; +}; + +/** + * Remove the given callback for `event` or all + * registered callbacks. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public + */ + +Emitter.prototype.off = +Emitter.prototype.removeListener = +Emitter.prototype.removeAllListeners = +Emitter.prototype.removeEventListener = function(event, fn){ + this._callbacks = this._callbacks || {}; + + // all + if (0 == arguments.length) { + this._callbacks = {}; + return this; + } + + // specific event + var callbacks = this._callbacks['$' + event]; + if (!callbacks) return this; + + // remove all handlers + if (1 == arguments.length) { + delete this._callbacks['$' + event]; + return this; + } + + // remove specific handler + var cb; + for (var i = 0; i < callbacks.length; i++) { + cb = callbacks[i]; + if (cb === fn || cb.fn === fn) { + callbacks.splice(i, 1); + break; + } + } + + // Remove event specific arrays for event types that no + // one is subscribed for to avoid memory leak. + if (callbacks.length === 0) { + delete this._callbacks['$' + event]; + } + + return this; +}; + +/** + * Emit `event` with the given args. + * + * @param {String} event + * @param {Mixed} ... + * @return {Emitter} + */ + +Emitter.prototype.emit = function(event){ + this._callbacks = this._callbacks || {}; + + var args = new Array(arguments.length - 1) + , callbacks = this._callbacks['$' + event]; + + for (var i = 1; i < arguments.length; i++) { + args[i - 1] = arguments[i]; + } + + if (callbacks) { + callbacks = callbacks.slice(0); + for (var i = 0, len = callbacks.length; i < len; ++i) { + callbacks[i].apply(this, args); + } + } + + return this; +}; + +// alias used for reserved events (protected method) +Emitter.prototype.emitReserved = Emitter.prototype.emit; + +/** + * Return array of callbacks for `event`. + * + * @param {String} event + * @return {Array} + * @api public + */ + +Emitter.prototype.listeners = function(event){ + this._callbacks = this._callbacks || {}; + return this._callbacks['$' + event] || []; +}; + +/** + * Check if this emitter has `event` handlers. + * + * @param {String} event + * @return {Boolean} + * @api public + */ + +Emitter.prototype.hasListeners = function(event){ + return !! this.listeners(event).length; +}; diff --git a/server/node_modules/@socket.io/component-emitter/lib/cjs/package.json b/server/node_modules/@socket.io/component-emitter/lib/cjs/package.json new file mode 100644 index 000000000..b6cc1b631 --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/lib/cjs/package.json @@ -0,0 +1,4 @@ +{ + "name": "@socket.io/component-emitter", + "type": "commonjs" +} diff --git a/server/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts b/server/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts new file mode 100644 index 000000000..49a74e142 --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/lib/esm/index.d.ts @@ -0,0 +1,179 @@ +/** + * An events map is an interface that maps event names to their value, which + * represents the type of the `on` listener. + */ +export interface EventsMap { + [event: string]: any; +} + +/** + * The default events map, used if no EventsMap is given. Using this EventsMap + * is equivalent to accepting all event names, and any data. + */ +export interface DefaultEventsMap { + [event: string]: (...args: any[]) => void; +} + +/** + * Returns a union type containing all the keys of an event map. + */ +export type EventNames = keyof Map & (string | symbol); + +/** The tuple type representing the parameters of an event listener */ +export type EventParams< + Map extends EventsMap, + Ev extends EventNames + > = Parameters; + +/** + * The event names that are either in ReservedEvents or in UserEvents + */ +export type ReservedOrUserEventNames< + ReservedEventsMap extends EventsMap, + UserEvents extends EventsMap + > = EventNames | EventNames; + +/** + * Type of a listener of a user event or a reserved event. If `Ev` is in + * `ReservedEvents`, the reserved event listener is returned. + */ +export type ReservedOrUserListener< + ReservedEvents extends EventsMap, + UserEvents extends EventsMap, + Ev extends ReservedOrUserEventNames + > = FallbackToUntypedListener< + Ev extends EventNames + ? ReservedEvents[Ev] + : Ev extends EventNames + ? UserEvents[Ev] + : never + >; + +/** + * Returns an untyped listener type if `T` is `never`; otherwise, returns `T`. + * + * This is a hack to mitigate https://github.com/socketio/socket.io/issues/3833. + * Needed because of https://github.com/microsoft/TypeScript/issues/41778 + */ +type FallbackToUntypedListener = [T] extends [never] + ? (...args: any[]) => void | Promise + : T; + +/** + * Strictly typed version of an `EventEmitter`. A `TypedEventEmitter` takes type + * parameters for mappings of event names to event data types, and strictly + * types method calls to the `EventEmitter` according to these event maps. + * + * @typeParam ListenEvents - `EventsMap` of user-defined events that can be + * listened to with `on` or `once` + * @typeParam EmitEvents - `EventsMap` of user-defined events that can be + * emitted with `emit` + * @typeParam ReservedEvents - `EventsMap` of reserved events, that can be + * emitted by socket.io with `emitReserved`, and can be listened to with + * `listen`. + */ +export class Emitter< + ListenEvents extends EventsMap, + EmitEvents extends EventsMap, + ReservedEvents extends EventsMap = {} + > { + /** + * Adds the `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + on>( + ev: Ev, + listener: ReservedOrUserListener + ): this; + + /** + * Adds a one-time `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + once>( + ev: Ev, + listener: ReservedOrUserListener + ): this; + + /** + * Removes the `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + off>( + ev?: Ev, + listener?: ReservedOrUserListener + ): this; + + /** + * Emits an event. + * + * @param ev Name of the event + * @param args Values to send to listeners of this event + */ + emit>( + ev: Ev, + ...args: EventParams + ): this; + + /** + * Emits a reserved event. + * + * This method is `protected`, so that only a class extending + * `StrictEventEmitter` can emit its own reserved events. + * + * @param ev Reserved event name + * @param args Arguments to emit along with the event + */ + protected emitReserved>( + ev: Ev, + ...args: EventParams + ): this; + + /** + * Returns the listeners listening to an event. + * + * @param event Event name + * @returns Array of listeners subscribed to `event` + */ + listeners>( + event: Ev + ): ReservedOrUserListener[]; + + /** + * Returns true if there is a listener for this event. + * + * @param event Event name + * @returns boolean + */ + hasListeners< + Ev extends ReservedOrUserEventNames + >(event: Ev): boolean; + + /** + * Removes the `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + * @param listener Callback function + */ + removeListener< + Ev extends ReservedOrUserEventNames + >( + ev?: Ev, + listener?: ReservedOrUserListener + ): this; + + /** + * Removes all `listener` function as an event listener for `ev`. + * + * @param ev Name of the event + */ + removeAllListeners< + Ev extends ReservedOrUserEventNames + >(ev?: Ev): this; +} diff --git a/server/node_modules/@socket.io/component-emitter/lib/esm/index.js b/server/node_modules/@socket.io/component-emitter/lib/esm/index.js new file mode 100644 index 000000000..b2e5c3f0f --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/lib/esm/index.js @@ -0,0 +1,169 @@ +/** + * Initialize a new `Emitter`. + * + * @api public + */ + +export function Emitter(obj) { + if (obj) return mixin(obj); +} + +/** + * Mixin the emitter properties. + * + * @param {Object} obj + * @return {Object} + * @api private + */ + +function mixin(obj) { + for (var key in Emitter.prototype) { + obj[key] = Emitter.prototype[key]; + } + return obj; +} + +/** + * Listen on the given `event` with `fn`. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public + */ + +Emitter.prototype.on = +Emitter.prototype.addEventListener = function(event, fn){ + this._callbacks = this._callbacks || {}; + (this._callbacks['$' + event] = this._callbacks['$' + event] || []) + .push(fn); + return this; +}; + +/** + * Adds an `event` listener that will be invoked a single + * time then automatically removed. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public + */ + +Emitter.prototype.once = function(event, fn){ + function on() { + this.off(event, on); + fn.apply(this, arguments); + } + + on.fn = fn; + this.on(event, on); + return this; +}; + +/** + * Remove the given callback for `event` or all + * registered callbacks. + * + * @param {String} event + * @param {Function} fn + * @return {Emitter} + * @api public + */ + +Emitter.prototype.off = +Emitter.prototype.removeListener = +Emitter.prototype.removeAllListeners = +Emitter.prototype.removeEventListener = function(event, fn){ + this._callbacks = this._callbacks || {}; + + // all + if (0 == arguments.length) { + this._callbacks = {}; + return this; + } + + // specific event + var callbacks = this._callbacks['$' + event]; + if (!callbacks) return this; + + // remove all handlers + if (1 == arguments.length) { + delete this._callbacks['$' + event]; + return this; + } + + // remove specific handler + var cb; + for (var i = 0; i < callbacks.length; i++) { + cb = callbacks[i]; + if (cb === fn || cb.fn === fn) { + callbacks.splice(i, 1); + break; + } + } + + // Remove event specific arrays for event types that no + // one is subscribed for to avoid memory leak. + if (callbacks.length === 0) { + delete this._callbacks['$' + event]; + } + + return this; +}; + +/** + * Emit `event` with the given args. + * + * @param {String} event + * @param {Mixed} ... + * @return {Emitter} + */ + +Emitter.prototype.emit = function(event){ + this._callbacks = this._callbacks || {}; + + var args = new Array(arguments.length - 1) + , callbacks = this._callbacks['$' + event]; + + for (var i = 1; i < arguments.length; i++) { + args[i - 1] = arguments[i]; + } + + if (callbacks) { + callbacks = callbacks.slice(0); + for (var i = 0, len = callbacks.length; i < len; ++i) { + callbacks[i].apply(this, args); + } + } + + return this; +}; + +// alias used for reserved events (protected method) +Emitter.prototype.emitReserved = Emitter.prototype.emit; + +/** + * Return array of callbacks for `event`. + * + * @param {String} event + * @return {Array} + * @api public + */ + +Emitter.prototype.listeners = function(event){ + this._callbacks = this._callbacks || {}; + return this._callbacks['$' + event] || []; +}; + +/** + * Check if this emitter has `event` handlers. + * + * @param {String} event + * @return {Boolean} + * @api public + */ + +Emitter.prototype.hasListeners = function(event){ + return !! this.listeners(event).length; +}; diff --git a/server/node_modules/@socket.io/component-emitter/lib/esm/package.json b/server/node_modules/@socket.io/component-emitter/lib/esm/package.json new file mode 100644 index 000000000..0511a0cbe --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/lib/esm/package.json @@ -0,0 +1,4 @@ +{ + "name": "@socket.io/component-emitter", + "type": "module" +} diff --git a/server/node_modules/@socket.io/component-emitter/package.json b/server/node_modules/@socket.io/component-emitter/package.json new file mode 100644 index 000000000..3a18a8d87 --- /dev/null +++ b/server/node_modules/@socket.io/component-emitter/package.json @@ -0,0 +1,28 @@ +{ + "name": "@socket.io/component-emitter", + "description": "Event emitter", + "version": "3.1.2", + "license": "MIT", + "devDependencies": { + "mocha": "*", + "should": "*" + }, + "component": { + "scripts": { + "emitter/index.js": "index.js" + } + }, + "main": "./lib/cjs/index.js", + "module": "./lib/esm/index.js", + "types": "./lib/cjs/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/socketio/emitter.git" + }, + "scripts": { + "test": "make test" + }, + "files": [ + "lib/" + ] +} diff --git a/server/node_modules/@types/cors/LICENSE b/server/node_modules/@types/cors/LICENSE new file mode 100644 index 000000000..9e841e7a2 --- /dev/null +++ b/server/node_modules/@types/cors/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + 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 diff --git a/server/node_modules/@types/cors/README.md b/server/node_modules/@types/cors/README.md new file mode 100644 index 000000000..79c8b00b2 --- /dev/null +++ b/server/node_modules/@types/cors/README.md @@ -0,0 +1,75 @@ +# Installation +> `npm install --save @types/cors` + +# Summary +This package contains type definitions for cors (https://github.com/expressjs/cors/). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors. +## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors/index.d.ts) +````ts +/// + +import { IncomingHttpHeaders } from "http"; + +type StaticOrigin = boolean | string | RegExp | Array; + +type CustomOrigin = ( + requestOrigin: string | undefined, + callback: (err: Error | null, origin?: StaticOrigin) => void, +) => void; + +declare namespace e { + interface CorsRequest { + method?: string | undefined; + headers: IncomingHttpHeaders; + } + interface CorsOptions { + /** + * @default '*'' + */ + origin?: StaticOrigin | CustomOrigin | undefined; + /** + * @default 'GET,HEAD,PUT,PATCH,POST,DELETE' + */ + methods?: string | string[] | undefined; + allowedHeaders?: string | string[] | undefined; + exposedHeaders?: string | string[] | undefined; + credentials?: boolean | undefined; + maxAge?: number | undefined; + /** + * @default false + */ + preflightContinue?: boolean | undefined; + /** + * @default 204 + */ + optionsSuccessStatus?: number | undefined; + } + type CorsOptionsDelegate = ( + req: T, + callback: (err: Error | null, options?: CorsOptions) => void, + ) => void; +} + +declare function e( + options?: e.CorsOptions | e.CorsOptionsDelegate, +): ( + req: T, + res: { + statusCode?: number | undefined; + setHeader(key: string, value: string): any; + end(): any; + }, + next: (err?: any) => any, +) => void; +export = e; + +```` + +### Additional Details + * Last updated: Mon, 20 Nov 2023 23:36:24 GMT + * Dependencies: [@types/node](https://npmjs.com/package/@types/node) + +# Credits +These definitions were written by [Alan Plum](https://github.com/pluma), and [Gaurav Sharma](https://github.com/gtpan77). diff --git a/server/node_modules/@types/cors/index.d.ts b/server/node_modules/@types/cors/index.d.ts new file mode 100644 index 000000000..79a3cf953 --- /dev/null +++ b/server/node_modules/@types/cors/index.d.ts @@ -0,0 +1,56 @@ +/// + +import { IncomingHttpHeaders } from "http"; + +type StaticOrigin = boolean | string | RegExp | Array; + +type CustomOrigin = ( + requestOrigin: string | undefined, + callback: (err: Error | null, origin?: StaticOrigin) => void, +) => void; + +declare namespace e { + interface CorsRequest { + method?: string | undefined; + headers: IncomingHttpHeaders; + } + interface CorsOptions { + /** + * @default '*'' + */ + origin?: StaticOrigin | CustomOrigin | undefined; + /** + * @default 'GET,HEAD,PUT,PATCH,POST,DELETE' + */ + methods?: string | string[] | undefined; + allowedHeaders?: string | string[] | undefined; + exposedHeaders?: string | string[] | undefined; + credentials?: boolean | undefined; + maxAge?: number | undefined; + /** + * @default false + */ + preflightContinue?: boolean | undefined; + /** + * @default 204 + */ + optionsSuccessStatus?: number | undefined; + } + type CorsOptionsDelegate = ( + req: T, + callback: (err: Error | null, options?: CorsOptions) => void, + ) => void; +} + +declare function e( + options?: e.CorsOptions | e.CorsOptionsDelegate, +): ( + req: T, + res: { + statusCode?: number | undefined; + setHeader(key: string, value: string): any; + end(): any; + }, + next: (err?: any) => any, +) => void; +export = e; diff --git a/server/node_modules/@types/cors/package.json b/server/node_modules/@types/cors/package.json new file mode 100644 index 000000000..5b400cb21 --- /dev/null +++ b/server/node_modules/@types/cors/package.json @@ -0,0 +1,32 @@ +{ + "name": "@types/cors", + "version": "2.8.17", + "description": "TypeScript definitions for cors", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cors", + "license": "MIT", + "contributors": [ + { + "name": "Alan Plum", + "githubUsername": "pluma", + "url": "https://github.com/pluma" + }, + { + "name": "Gaurav Sharma", + "githubUsername": "gtpan77", + "url": "https://github.com/gtpan77" + } + ], + "main": "", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/cors" + }, + "scripts": {}, + "dependencies": { + "@types/node": "*" + }, + "typesPublisherContentHash": "04d506dbb23d9e7a142bfb227d59c61102abec00fb40694bb64a8d9fe1f1a3a1", + "typeScriptVersion": "4.5" +} \ No newline at end of file diff --git a/server/node_modules/@types/node/LICENSE b/server/node_modules/@types/node/LICENSE new file mode 100644 index 000000000..9e841e7a2 --- /dev/null +++ b/server/node_modules/@types/node/LICENSE @@ -0,0 +1,21 @@ + MIT License + + Copyright (c) Microsoft Corporation. + + 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 diff --git a/server/node_modules/@types/node/README.md b/server/node_modules/@types/node/README.md new file mode 100644 index 000000000..8e244e0ea --- /dev/null +++ b/server/node_modules/@types/node/README.md @@ -0,0 +1,15 @@ +# Installation +> `npm install --save @types/node` + +# Summary +This package contains type definitions for node (https://nodejs.org/). + +# Details +Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node. + +### Additional Details + * Last updated: Fri, 21 Mar 2025 09:02:30 GMT + * Dependencies: [undici-types](https://npmjs.com/package/undici-types) + +# Credits +These definitions were written by [Microsoft TypeScript](https://github.com/Microsoft), [Alberto Schiabel](https://github.com/jkomyno), [Alvis HT Tang](https://github.com/alvis), [Andrew Makarov](https://github.com/r3nya), [Benjamin Toueg](https://github.com/btoueg), [Chigozirim C.](https://github.com/smac89), [David Junger](https://github.com/touffy), [Deividas Bakanas](https://github.com/DeividasBakanas), [Eugene Y. Q. Shen](https://github.com/eyqs), [Hannes Magnusson](https://github.com/Hannes-Magnusson-CK), [Huw](https://github.com/hoo29), [Kelvin Jin](https://github.com/kjin), [Klaus Meinhardt](https://github.com/ajafff), [Lishude](https://github.com/islishude), [Mariusz Wiktorczyk](https://github.com/mwiktorczyk), [Mohsen Azimi](https://github.com/mohsen1), [Nikita Galkin](https://github.com/galkin), [Parambir Singh](https://github.com/parambirs), [Sebastian Silbermann](https://github.com/eps1lon), [Thomas den Hollander](https://github.com/ThomasdenH), [Wilco Bakker](https://github.com/WilcoBakker), [wwwy3y3](https://github.com/wwwy3y3), [Samuel Ainsworth](https://github.com/samuela), [Kyle Uehlein](https://github.com/kuehlein), [Thanik Bhongbhibhat](https://github.com/bhongy), [Marcin Kopacz](https://github.com/chyzwar), [Trivikram Kamat](https://github.com/trivikr), [Junxiao Shi](https://github.com/yoursunny), [Ilia Baryshnikov](https://github.com/qwelias), [ExE Boss](https://github.com/ExE-Boss), [Piotr Błażejewicz](https://github.com/peterblazejewicz), [Anna Henningsen](https://github.com/addaleax), [Victor Perin](https://github.com/victorperin), [NodeJS Contributors](https://github.com/NodeJS), [Linus Unnebäck](https://github.com/LinusU), [wafuwafu13](https://github.com/wafuwafu13), [Matteo Collina](https://github.com/mcollina), and [Dmitry Semigradsky](https://github.com/Semigradsky). diff --git a/server/node_modules/@types/node/assert.d.ts b/server/node_modules/@types/node/assert.d.ts new file mode 100644 index 000000000..5a4d61edb --- /dev/null +++ b/server/node_modules/@types/node/assert.d.ts @@ -0,0 +1,1095 @@ +/** + * The `node:assert` module provides a set of assertion functions for verifying + * invariants. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/assert.js) + */ +declare module "assert" { + /** + * An alias of {@link ok}. + * @since v0.5.9 + * @param value The input that is checked for being truthy. + */ + function assert(value: unknown, message?: string | Error): asserts value; + namespace assert { + /** + * Indicates the failure of an assertion. All errors thrown by the `node:assert` module will be instances of the `AssertionError` class. + */ + class AssertionError extends Error { + /** + * Set to the `actual` argument for methods such as {@link assert.strictEqual()}. + */ + actual: unknown; + /** + * Set to the `expected` argument for methods such as {@link assert.strictEqual()}. + */ + expected: unknown; + /** + * Set to the passed in operator value. + */ + operator: string; + /** + * Indicates if the message was auto-generated (`true`) or not. + */ + generatedMessage: boolean; + /** + * Value is always `ERR_ASSERTION` to show that the error is an assertion error. + */ + code: "ERR_ASSERTION"; + constructor(options?: { + /** If provided, the error message is set to this value. */ + message?: string | undefined; + /** The `actual` property on the error instance. */ + actual?: unknown | undefined; + /** The `expected` property on the error instance. */ + expected?: unknown | undefined; + /** The `operator` property on the error instance. */ + operator?: string | undefined; + /** If provided, the generated stack trace omits frames before this function. */ + // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type + stackStartFn?: Function | undefined; + }); + } + /** + * This feature is deprecated and will be removed in a future version. + * Please consider using alternatives such as the `mock` helper function. + * @since v14.2.0, v12.19.0 + * @deprecated Deprecated + */ + class CallTracker { + /** + * The wrapper function is expected to be called exactly `exact` times. If the + * function has not been called exactly `exact` times when `tracker.verify()` is called, then `tracker.verify()` will throw an + * error. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func); + * ``` + * @since v14.2.0, v12.19.0 + * @param [fn='A no-op function'] + * @param [exact=1] + * @return A function that wraps `fn`. + */ + calls(exact?: number): () => void; + calls any>(fn?: Func, exact?: number): Func; + /** + * Example: + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * callsfunc(1, 2, 3); + * + * assert.deepStrictEqual(tracker.getCalls(callsfunc), + * [{ thisArg: undefined, arguments: [1, 2, 3] }]); + * ``` + * @since v18.8.0, v16.18.0 + * @return An array with all the calls to a tracked function. + */ + getCalls(fn: Function): CallTrackerCall[]; + /** + * The arrays contains information about the expected and actual number of calls of + * the functions that have not been called the expected number of times. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * // Returns an array containing information on callsfunc() + * console.log(tracker.report()); + * // [ + * // { + * // message: 'Expected the func function to be executed 2 time(s) but was + * // executed 0 time(s).', + * // actual: 0, + * // expected: 2, + * // operator: 'func', + * // stack: stack trace + * // } + * // ] + * ``` + * @since v14.2.0, v12.19.0 + * @return An array of objects containing information about the wrapper functions returned by {@link tracker.calls()}. + */ + report(): CallTrackerReportInformation[]; + /** + * Reset calls of the call tracker. If a tracked function is passed as an argument, the calls will be reset for it. + * If no arguments are passed, all tracked functions will be reset. + * + * ```js + * import assert from 'node:assert'; + * + * const tracker = new assert.CallTracker(); + * + * function func() {} + * const callsfunc = tracker.calls(func); + * + * callsfunc(); + * // Tracker was called once + * assert.strictEqual(tracker.getCalls(callsfunc).length, 1); + * + * tracker.reset(callsfunc); + * assert.strictEqual(tracker.getCalls(callsfunc).length, 0); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn a tracked function to reset. + */ + reset(fn?: Function): void; + /** + * Iterates through the list of functions passed to {@link tracker.calls()} and will throw an error for functions that + * have not been called the expected number of times. + * + * ```js + * import assert from 'node:assert'; + * + * // Creates call tracker. + * const tracker = new assert.CallTracker(); + * + * function func() {} + * + * // Returns a function that wraps func() that must be called exact times + * // before tracker.verify(). + * const callsfunc = tracker.calls(func, 2); + * + * callsfunc(); + * + * // Will throw an error since callsfunc() was only called once. + * tracker.verify(); + * ``` + * @since v14.2.0, v12.19.0 + */ + verify(): void; + } + interface CallTrackerCall { + thisArg: object; + arguments: unknown[]; + } + interface CallTrackerReportInformation { + message: string; + /** The actual number of times the function was called. */ + actual: number; + /** The number of times the function was expected to be called. */ + expected: number; + /** The name of the function that is wrapped. */ + operator: string; + /** A stack trace of the function. */ + stack: object; + } + type AssertPredicate = RegExp | (new() => object) | ((thrown: unknown) => boolean) | object | Error; + /** + * Throws an `AssertionError` with the provided error message or a default + * error message. If the `message` parameter is an instance of an `Error` then + * it will be thrown instead of the `AssertionError`. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.fail(); + * // AssertionError [ERR_ASSERTION]: Failed + * + * assert.fail('boom'); + * // AssertionError [ERR_ASSERTION]: boom + * + * assert.fail(new TypeError('need array')); + * // TypeError: need array + * ``` + * + * Using `assert.fail()` with more than two arguments is possible but deprecated. + * See below for further details. + * @since v0.1.21 + * @param [message='Failed'] + */ + function fail(message?: string | Error): never; + /** @deprecated since v10.0.0 - use fail([message]) or other assert functions instead. */ + function fail( + actual: unknown, + expected: unknown, + message?: string | Error, + operator?: string, + // eslint-disable-next-line @typescript-eslint/no-unsafe-function-type + stackStartFn?: Function, + ): never; + /** + * Tests if `value` is truthy. It is equivalent to `assert.equal(!!value, true, message)`. + * + * If `value` is not truthy, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is `undefined`, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * If no arguments are passed in at all `message` will be set to the string:`` 'No value argument passed to `assert.ok()`' ``. + * + * Be aware that in the `repl` the error message will be different to the one + * thrown in a file! See below for further details. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.ok(true); + * // OK + * assert.ok(1); + * // OK + * + * assert.ok(); + * // AssertionError: No value argument passed to `assert.ok()` + * + * assert.ok(false, 'it\'s false'); + * // AssertionError: it's false + * + * // In the repl: + * assert.ok(typeof 123 === 'string'); + * // AssertionError: false == true + * + * // In a file (e.g. test.js): + * assert.ok(typeof 123 === 'string'); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(typeof 123 === 'string') + * + * assert.ok(false); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(false) + * + * assert.ok(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert.ok(0) + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * // Using `assert()` works the same: + * assert(0); + * // AssertionError: The expression evaluated to a falsy value: + * // + * // assert(0) + * ``` + * @since v0.1.21 + */ + function ok(value: unknown, message?: string | Error): asserts value; + /** + * **Strict assertion mode** + * + * An alias of {@link strictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link strictEqual} instead. + * + * Tests shallow, coercive equality between the `actual` and `expected` parameters + * using the [`==` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Equality). `NaN` is specially handled + * and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'node:assert'; + * + * assert.equal(1, 1); + * // OK, 1 == 1 + * assert.equal(1, '1'); + * // OK, 1 == '1' + * assert.equal(NaN, NaN); + * // OK + * + * assert.equal(1, 2); + * // AssertionError: 1 == 2 + * assert.equal({ a: { b: 1 } }, { a: { b: 1 } }); + * // AssertionError: { a: { b: 1 } } == { a: { b: 1 } } + * ``` + * + * If the values are not equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v0.1.21 + */ + function equal(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notStrictEqual} instead. + * + * Tests shallow, coercive inequality with the [`!=` operator](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Inequality). `NaN` is + * specially handled and treated as being identical if both sides are `NaN`. + * + * ```js + * import assert from 'node:assert'; + * + * assert.notEqual(1, 2); + * // OK + * + * assert.notEqual(1, 1); + * // AssertionError: 1 != 1 + * + * assert.notEqual(1, '1'); + * // AssertionError: 1 != '1' + * ``` + * + * If the values are equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default error + * message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown instead of the `AssertionError`. + * @since v0.1.21 + */ + function notEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link deepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link deepStrictEqual} instead. + * + * Tests for deep equality between the `actual` and `expected` parameters. Consider + * using {@link deepStrictEqual} instead. {@link deepEqual} can have + * surprising results. + * + * _Deep equality_ means that the enumerable "own" properties of child objects + * are also recursively evaluated by the following rules. + * @since v0.1.21 + */ + function deepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * **Strict assertion mode** + * + * An alias of {@link notDeepStrictEqual}. + * + * **Legacy assertion mode** + * + * > Stability: 3 - Legacy: Use {@link notDeepStrictEqual} instead. + * + * Tests for any deep inequality. Opposite of {@link deepEqual}. + * + * ```js + * import assert from 'node:assert'; + * + * const obj1 = { + * a: { + * b: 1, + * }, + * }; + * const obj2 = { + * a: { + * b: 2, + * }, + * }; + * const obj3 = { + * a: { + * b: 1, + * }, + * }; + * const obj4 = { __proto__: obj1 }; + * + * assert.notDeepEqual(obj1, obj1); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj2); + * // OK + * + * assert.notDeepEqual(obj1, obj3); + * // AssertionError: { a: { b: 1 } } notDeepEqual { a: { b: 1 } } + * + * assert.notDeepEqual(obj1, obj4); + * // OK + * ``` + * + * If the values are deeply equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a default + * error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notDeepEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests strict equality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.strictEqual(1, 2); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + * // 1 !== 2 + * + * assert.strictEqual(1, 1); + * // OK + * + * assert.strictEqual('Hello foobar', 'Hello World!'); + * // AssertionError [ERR_ASSERTION]: Expected inputs to be strictly equal: + * // + actual - expected + * // + * // + 'Hello foobar' + * // - 'Hello World!' + * // ^ + * + * const apples = 1; + * const oranges = 2; + * assert.strictEqual(apples, oranges, `apples ${apples} !== oranges ${oranges}`); + * // AssertionError [ERR_ASSERTION]: apples 1 !== oranges 2 + * + * assert.strictEqual(1, '1', new TypeError('Inputs are not identical')); + * // TypeError: Inputs are not identical + * ``` + * + * If the values are not strictly equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a + * default error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function strictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests strict inequality between the `actual` and `expected` parameters as + * determined by [`Object.is()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is). + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.notStrictEqual(1, 2); + * // OK + * + * assert.notStrictEqual(1, 1); + * // AssertionError [ERR_ASSERTION]: Expected "actual" to be strictly unequal to: + * // + * // 1 + * + * assert.notStrictEqual(1, '1'); + * // OK + * ``` + * + * If the values are strictly equal, an `AssertionError` is thrown with a `message` property set equal to the value of the `message` parameter. If the `message` parameter is undefined, a + * default error message is assigned. If the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v0.1.21 + */ + function notStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Tests for deep equality between the `actual` and `expected` parameters. + * "Deep" equality means that the enumerable "own" properties of child objects + * are recursively evaluated also by the following rules. + * @since v1.2.0 + */ + function deepStrictEqual(actual: unknown, expected: T, message?: string | Error): asserts actual is T; + /** + * Tests for deep strict inequality. Opposite of {@link deepStrictEqual}. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.notDeepStrictEqual({ a: 1 }, { a: '1' }); + * // OK + * ``` + * + * If the values are deeply and strictly equal, an `AssertionError` is thrown + * with a `message` property set equal to the value of the `message` parameter. If + * the `message` parameter is undefined, a default error message is assigned. If + * the `message` parameter is an instance of an `Error` then it will be thrown + * instead of the `AssertionError`. + * @since v1.2.0 + */ + function notDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * Expects the function `fn` to throw an error. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * a validation object where each property will be tested for strict deep equality, + * or an instance of error where each property will be tested for strict deep + * equality including the non-enumerable `message` and `name` properties. When + * using an object, it is also possible to use a regular expression, when + * validating against a string property. See below for examples. + * + * If specified, `message` will be appended to the message provided by the `AssertionError` if the `fn` call fails to throw or in case the error validation + * fails. + * + * Custom validation object/error instance: + * + * ```js + * import assert from 'node:assert/strict'; + * + * const err = new TypeError('Wrong value'); + * err.code = 404; + * err.foo = 'bar'; + * err.info = { + * nested: true, + * baz: 'text', + * }; + * err.reg = /abc/i; + * + * assert.throws( + * () => { + * throw err; + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * info: { + * nested: true, + * baz: 'text', + * }, + * // Only properties on the validation object will be tested for. + * // Using nested objects requires all properties to be present. Otherwise + * // the validation is going to fail. + * }, + * ); + * + * // Using regular expressions to validate error properties: + * assert.throws( + * () => { + * throw err; + * }, + * { + * // The `name` and `message` properties are strings and using regular + * // expressions on those will match against the string. If they fail, an + * // error is thrown. + * name: /^TypeError$/, + * message: /Wrong/, + * foo: 'bar', + * info: { + * nested: true, + * // It is not possible to use regular expressions for nested properties! + * baz: 'text', + * }, + * // The `reg` property contains a regular expression and only if the + * // validation object contains an identical regular expression, it is going + * // to pass. + * reg: /abc/i, + * }, + * ); + * + * // Fails due to the different `message` and `name` properties: + * assert.throws( + * () => { + * const otherErr = new Error('Not found'); + * // Copy all enumerable properties from `err` to `otherErr`. + * for (const [key, value] of Object.entries(err)) { + * otherErr[key] = value; + * } + * throw otherErr; + * }, + * // The error's `message` and `name` properties will also be checked when using + * // an error as validation object. + * err, + * ); + * ``` + * + * Validate instanceof using constructor: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * Error, + * ); + * ``` + * + * Validate error message using [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions): + * + * Using a regular expression runs `.toString` on the error object, and will + * therefore also include the error name. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * /^Error: Wrong value$/, + * ); + * ``` + * + * Custom error validation: + * + * The function must return `true` to indicate all internal validations passed. + * It will otherwise fail with an `AssertionError`. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.throws( + * () => { + * throw new Error('Wrong value'); + * }, + * (err) => { + * assert(err instanceof Error); + * assert(/value/.test(err)); + * // Avoid returning anything from validation functions besides `true`. + * // Otherwise, it's not clear what part of the validation failed. Instead, + * // throw an error about the specific validation that failed (as done in this + * // example) and add as much helpful debugging information to that error as + * // possible. + * return true; + * }, + * 'unexpected error', + * ); + * ``` + * + * `error` cannot be a string. If a string is provided as the second + * argument, then `error` is assumed to be omitted and the string will be used for `message` instead. This can lead to easy-to-miss mistakes. Using the same + * message as the thrown error message is going to result in an `ERR_AMBIGUOUS_ARGUMENT` error. Please read the example below carefully if using + * a string as the second argument gets considered: + * + * ```js + * import assert from 'node:assert/strict'; + * + * function throwingFirst() { + * throw new Error('First'); + * } + * + * function throwingSecond() { + * throw new Error('Second'); + * } + * + * function notThrowing() {} + * + * // The second argument is a string and the input function threw an Error. + * // The first case will not throw as it does not match for the error message + * // thrown by the input function! + * assert.throws(throwingFirst, 'Second'); + * // In the next example the message has no benefit over the message from the + * // error and since it is not clear if the user intended to actually match + * // against the error message, Node.js throws an `ERR_AMBIGUOUS_ARGUMENT` error. + * assert.throws(throwingSecond, 'Second'); + * // TypeError [ERR_AMBIGUOUS_ARGUMENT] + * + * // The string is only used (as message) in case the function does not throw: + * assert.throws(notThrowing, 'Second'); + * // AssertionError [ERR_ASSERTION]: Missing expected exception: Second + * + * // If it was intended to match for the error message do this instead: + * // It does not throw because the error messages match. + * assert.throws(throwingSecond, /Second$/); + * + * // If the error message does not match, an AssertionError is thrown. + * assert.throws(throwingFirst, /Second$/); + * // AssertionError [ERR_ASSERTION] + * ``` + * + * Due to the confusing error-prone notation, avoid a string as the second + * argument. + * @since v0.1.21 + */ + function throws(block: () => unknown, message?: string | Error): void; + function throws(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Asserts that the function `fn` does not throw an error. + * + * Using `assert.doesNotThrow()` is actually not useful because there + * is no benefit in catching an error and then rethrowing it. Instead, consider + * adding a comment next to the specific code path that should not throw and keep + * error messages as expressive as possible. + * + * When `assert.doesNotThrow()` is called, it will immediately call the `fn` function. + * + * If an error is thrown and it is the same type as that specified by the `error` parameter, then an `AssertionError` is thrown. If the error is of a + * different type, or if the `error` parameter is undefined, the error is + * propagated back to the caller. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation + * function. See {@link throws} for more details. + * + * The following, for instance, will throw the `TypeError` because there is no + * matching error type in the assertion: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError, + * ); + * ``` + * + * However, the following will result in an `AssertionError` with the message + * 'Got unwanted exception...': + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * TypeError, + * ); + * ``` + * + * If an `AssertionError` is thrown and a value is provided for the `message` parameter, the value of `message` will be appended to the `AssertionError` message: + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotThrow( + * () => { + * throw new TypeError('Wrong value'); + * }, + * /Wrong value/, + * 'Whoops', + * ); + * // Throws: AssertionError: Got unwanted exception: Whoops + * ``` + * @since v0.1.21 + */ + function doesNotThrow(block: () => unknown, message?: string | Error): void; + function doesNotThrow(block: () => unknown, error: AssertPredicate, message?: string | Error): void; + /** + * Throws `value` if `value` is not `undefined` or `null`. This is useful when + * testing the `error` argument in callbacks. The stack trace contains all frames + * from the error passed to `ifError()` including the potential new frames for `ifError()` itself. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.ifError(null); + * // OK + * assert.ifError(0); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 0 + * assert.ifError('error'); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: 'error' + * assert.ifError(new Error()); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: Error + * + * // Create some random error frames. + * let err; + * (function errorFrame() { + * err = new Error('test error'); + * })(); + * + * (function ifErrorFrame() { + * assert.ifError(err); + * })(); + * // AssertionError [ERR_ASSERTION]: ifError got unwanted exception: test error + * // at ifErrorFrame + * // at errorFrame + * ``` + * @since v0.1.97 + */ + function ifError(value: unknown): asserts value is null | undefined; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is rejected. + * + * If `asyncFn` is a function and it throws an error synchronously, `assert.rejects()` will return a rejected `Promise` with that error. If the + * function does not return a promise, `assert.rejects()` will return a rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v22.x/api/errors.html#err_invalid_return_value) + * error. In both cases the error handler is skipped. + * + * Besides the async nature to await the completion behaves identically to {@link throws}. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), a validation function, + * an object where each property will be tested for, or an instance of error where + * each property will be tested for including the non-enumerable `message` and `name` properties. + * + * If specified, `message` will be the message provided by the `{@link AssertionError}` if the `asyncFn` fails to reject. + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * { + * name: 'TypeError', + * message: 'Wrong value', + * }, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.rejects( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * (err) => { + * assert.strictEqual(err.name, 'TypeError'); + * assert.strictEqual(err.message, 'Wrong value'); + * return true; + * }, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.rejects( + * Promise.reject(new Error('Wrong value')), + * Error, + * ).then(() => { + * // ... + * }); + * ``` + * + * `error` cannot be a string. If a string is provided as the second argument, then `error` is assumed to + * be omitted and the string will be used for `message` instead. This can lead to easy-to-miss mistakes. Please read the + * example in {@link throws} carefully if using a string as the second argument gets considered. + * @since v10.0.0 + */ + function rejects(block: (() => Promise) | Promise, message?: string | Error): Promise; + function rejects( + block: (() => Promise) | Promise, + error: AssertPredicate, + message?: string | Error, + ): Promise; + /** + * Awaits the `asyncFn` promise or, if `asyncFn` is a function, immediately + * calls the function and awaits the returned promise to complete. It will then + * check that the promise is not rejected. + * + * If `asyncFn` is a function and it throws an error synchronously, `assert.doesNotReject()` will return a rejected `Promise` with that error. If + * the function does not return a promise, `assert.doesNotReject()` will return a + * rejected `Promise` with an [ERR_INVALID_RETURN_VALUE](https://nodejs.org/docs/latest-v22.x/api/errors.html#err_invalid_return_value) error. In both cases + * the error handler is skipped. + * + * Using `assert.doesNotReject()` is actually not useful because there is little + * benefit in catching a rejection and then rejecting it again. Instead, consider + * adding a comment next to the specific code path that should not reject and keep + * error messages as expressive as possible. + * + * If specified, `error` can be a [`Class`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Classes), + * [`RegExp`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_Expressions), or a validation + * function. See {@link throws} for more details. + * + * Besides the async nature to await the completion behaves identically to {@link doesNotThrow}. + * + * ```js + * import assert from 'node:assert/strict'; + * + * await assert.doesNotReject( + * async () => { + * throw new TypeError('Wrong value'); + * }, + * SyntaxError, + * ); + * ``` + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotReject(Promise.reject(new TypeError('Wrong value'))) + * .then(() => { + * // ... + * }); + * ``` + * @since v10.0.0 + */ + function doesNotReject( + block: (() => Promise) | Promise, + message?: string | Error, + ): Promise; + function doesNotReject( + block: (() => Promise) | Promise, + error: AssertPredicate, + message?: string | Error, + ): Promise; + /** + * Expects the `string` input to match the regular expression. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.match('I will fail', /pass/); + * // AssertionError [ERR_ASSERTION]: The input did not match the regular ... + * + * assert.match(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.match('I will pass', /pass/); + * // OK + * ``` + * + * If the values do not match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an [Error](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`. + * @since v13.6.0, v12.16.0 + */ + function match(value: string, regExp: RegExp, message?: string | Error): void; + /** + * Expects the `string` input not to match the regular expression. + * + * ```js + * import assert from 'node:assert/strict'; + * + * assert.doesNotMatch('I will fail', /fail/); + * // AssertionError [ERR_ASSERTION]: The input was expected to not match the ... + * + * assert.doesNotMatch(123, /pass/); + * // AssertionError [ERR_ASSERTION]: The "string" argument must be of type string. + * + * assert.doesNotMatch('I will pass', /different/); + * // OK + * ``` + * + * If the values do match, or if the `string` argument is of another type than `string`, an `{@link AssertionError}` is thrown with a `message` property set equal + * to the value of the `message` parameter. If the `message` parameter is + * undefined, a default error message is assigned. If the `message` parameter is an + * instance of an [Error](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) then it will be thrown instead of the `{@link AssertionError}`. + * @since v13.6.0, v12.16.0 + */ + function doesNotMatch(value: string, regExp: RegExp, message?: string | Error): void; + /** + * `assert.partialDeepStrictEqual()` Asserts the equivalence between the `actual` and `expected` parameters through a + * deep comparison, ensuring that all properties in the `expected` parameter are + * present in the `actual` parameter with equivalent values, not allowing type coercion. + * The main difference with `assert.deepStrictEqual()` is that `assert.partialDeepStrictEqual()` does not require + * all properties in the `actual` parameter to be present in the `expected` parameter. + * This method should always pass the same test cases as `assert.deepStrictEqual()`, behaving as a super set of it. + * + * ```js + * import assert from 'node:assert'; + * + * assert.partialDeepStrictEqual({ a: 1, b: 2 }, { a: 1, b: 2 }); + * // OK + * + * assert.partialDeepStrictEqual({ a: { b: { c: 1 } } }, { a: { b: { c: 1 } } }); + * // OK + * + * assert.partialDeepStrictEqual({ a: 1, b: 2, c: 3 }, { a: 1, b: 2 }); + * // OK + * + * assert.partialDeepStrictEqual(new Set(['value1', 'value2']), new Set(['value1', 'value2'])); + * // OK + * + * assert.partialDeepStrictEqual(new Map([['key1', 'value1']]), new Map([['key1', 'value1']])); + * // OK + * + * assert.partialDeepStrictEqual(new Uint8Array([1, 2, 3]), new Uint8Array([1, 2, 3])); + * // OK + * + * assert.partialDeepStrictEqual(/abc/, /abc/); + * // OK + * + * assert.partialDeepStrictEqual([{ a: 5 }, { b: 5 }], [{ a: 5 }]); + * // OK + * + * assert.partialDeepStrictEqual(new Set([{ a: 1 }, { b: 1 }]), new Set([{ a: 1 }])); + * // OK + * + * assert.partialDeepStrictEqual(new Date(0), new Date(0)); + * // OK + * + * assert.partialDeepStrictEqual({ a: 1 }, { a: 1, b: 2 }); + * // AssertionError + * + * assert.partialDeepStrictEqual({ a: 1, b: '2' }, { a: 1, b: 2 }); + * // AssertionError + * + * assert.partialDeepStrictEqual({ a: { b: 2 } }, { a: { b: '2' } }); + * // AssertionError + * ``` + * @since v22.13.0 + */ + function partialDeepStrictEqual(actual: unknown, expected: unknown, message?: string | Error): void; + /** + * In strict assertion mode, non-strict methods behave like their corresponding strict methods. For example, + * {@link deepEqual} will behave like {@link deepStrictEqual}. + * + * In strict assertion mode, error messages for objects display a diff. In legacy assertion mode, error + * messages for objects display the objects, often truncated. + * + * To use strict assertion mode: + * + * ```js + * import { strict as assert } from 'node:assert'; + * import assert from 'node:assert/strict'; + * ``` + * + * Example error diff: + * + * ```js + * import { strict as assert } from 'node:assert'; + * + * assert.deepEqual([[[1, 2, 3]], 4, 5], [[[1, 2, '3']], 4, 5]); + * // AssertionError: Expected inputs to be strictly deep-equal: + * // + actual - expected ... Lines skipped + * // + * // [ + * // [ + * // ... + * // 2, + * // + 3 + * // - '3' + * // ], + * // ... + * // 5 + * // ] + * ``` + * + * To deactivate the colors, use the `NO_COLOR` or `NODE_DISABLE_COLORS` environment variables. This will also + * deactivate the colors in the REPL. For more on color support in terminal environments, read the tty + * `getColorDepth()` documentation. + * + * @since v15.0.0, v13.9.0, v12.16.2, v9.9.0 + */ + namespace strict { + type AssertionError = assert.AssertionError; + type AssertPredicate = assert.AssertPredicate; + type CallTrackerCall = assert.CallTrackerCall; + type CallTrackerReportInformation = assert.CallTrackerReportInformation; + } + const strict: + & Omit< + typeof assert, + | "equal" + | "notEqual" + | "deepEqual" + | "notDeepEqual" + | "ok" + | "strictEqual" + | "deepStrictEqual" + | "ifError" + | "strict" + | "AssertionError" + > + & { + (value: unknown, message?: string | Error): asserts value; + equal: typeof strictEqual; + notEqual: typeof notStrictEqual; + deepEqual: typeof deepStrictEqual; + notDeepEqual: typeof notDeepStrictEqual; + // Mapped types and assertion functions are incompatible? + // TS2775: Assertions require every name in the call target + // to be declared with an explicit type annotation. + ok: typeof ok; + strictEqual: typeof strictEqual; + deepStrictEqual: typeof deepStrictEqual; + ifError: typeof ifError; + strict: typeof strict; + AssertionError: typeof AssertionError; + }; + } + export = assert; +} +declare module "node:assert" { + import assert = require("assert"); + export = assert; +} diff --git a/server/node_modules/@types/node/assert/strict.d.ts b/server/node_modules/@types/node/assert/strict.d.ts new file mode 100644 index 000000000..f333913a4 --- /dev/null +++ b/server/node_modules/@types/node/assert/strict.d.ts @@ -0,0 +1,8 @@ +declare module "assert/strict" { + import { strict } from "node:assert"; + export = strict; +} +declare module "node:assert/strict" { + import { strict } from "node:assert"; + export = strict; +} diff --git a/server/node_modules/@types/node/async_hooks.d.ts b/server/node_modules/@types/node/async_hooks.d.ts new file mode 100644 index 000000000..4d6df8150 --- /dev/null +++ b/server/node_modules/@types/node/async_hooks.d.ts @@ -0,0 +1,541 @@ +/** + * We strongly discourage the use of the `async_hooks` API. + * Other APIs that can cover most of its use cases include: + * + * * [`AsyncLocalStorage`](https://nodejs.org/docs/latest-v22.x/api/async_context.html#class-asynclocalstorage) tracks async context + * * [`process.getActiveResourcesInfo()`](https://nodejs.org/docs/latest-v22.x/api/process.html#processgetactiveresourcesinfo) tracks active resources + * + * The `node:async_hooks` module provides an API to track asynchronous resources. + * It can be accessed using: + * + * ```js + * import async_hooks from 'node:async_hooks'; + * ``` + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/async_hooks.js) + */ +declare module "async_hooks" { + /** + * ```js + * import { executionAsyncId } from 'node:async_hooks'; + * import fs from 'node:fs'; + * + * console.log(executionAsyncId()); // 1 - bootstrap + * const path = '.'; + * fs.open(path, 'r', (err, fd) => { + * console.log(executionAsyncId()); // 6 - open() + * }); + * ``` + * + * The ID returned from `executionAsyncId()` is related to execution timing, not + * causality (which is covered by `triggerAsyncId()`): + * + * ```js + * const server = net.createServer((conn) => { + * // Returns the ID of the server, not of the new connection, because the + * // callback runs in the execution scope of the server's MakeCallback(). + * async_hooks.executionAsyncId(); + * + * }).listen(port, () => { + * // Returns the ID of a TickObject (process.nextTick()) because all + * // callbacks passed to .listen() are wrapped in a nextTick(). + * async_hooks.executionAsyncId(); + * }); + * ``` + * + * Promise contexts may not get precise `executionAsyncIds` by default. + * See the section on [promise execution tracking](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html#promise-execution-tracking). + * @since v8.1.0 + * @return The `asyncId` of the current execution context. Useful to track when something calls. + */ + function executionAsyncId(): number; + /** + * Resource objects returned by `executionAsyncResource()` are most often internal + * Node.js handle objects with undocumented APIs. Using any functions or properties + * on the object is likely to crash your application and should be avoided. + * + * Using `executionAsyncResource()` in the top-level execution context will + * return an empty object as there is no handle or request object to use, + * but having an object representing the top-level can be helpful. + * + * ```js + * import { open } from 'node:fs'; + * import { executionAsyncId, executionAsyncResource } from 'node:async_hooks'; + * + * console.log(executionAsyncId(), executionAsyncResource()); // 1 {} + * open(new URL(import.meta.url), 'r', (err, fd) => { + * console.log(executionAsyncId(), executionAsyncResource()); // 7 FSReqWrap + * }); + * ``` + * + * This can be used to implement continuation local storage without the + * use of a tracking `Map` to store the metadata: + * + * ```js + * import { createServer } from 'node:http'; + * import { + * executionAsyncId, + * executionAsyncResource, + * createHook, + * } from 'node:async_hooks'; + * const sym = Symbol('state'); // Private symbol to avoid pollution + * + * createHook({ + * init(asyncId, type, triggerAsyncId, resource) { + * const cr = executionAsyncResource(); + * if (cr) { + * resource[sym] = cr[sym]; + * } + * }, + * }).enable(); + * + * const server = createServer((req, res) => { + * executionAsyncResource()[sym] = { state: req.url }; + * setTimeout(function() { + * res.end(JSON.stringify(executionAsyncResource()[sym])); + * }, 100); + * }).listen(3000); + * ``` + * @since v13.9.0, v12.17.0 + * @return The resource representing the current execution. Useful to store data within the resource. + */ + function executionAsyncResource(): object; + /** + * ```js + * const server = net.createServer((conn) => { + * // The resource that caused (or triggered) this callback to be called + * // was that of the new connection. Thus the return value of triggerAsyncId() + * // is the asyncId of "conn". + * async_hooks.triggerAsyncId(); + * + * }).listen(port, () => { + * // Even though all callbacks passed to .listen() are wrapped in a nextTick() + * // the callback itself exists because the call to the server's .listen() + * // was made. So the return value would be the ID of the server. + * async_hooks.triggerAsyncId(); + * }); + * ``` + * + * Promise contexts may not get valid `triggerAsyncId`s by default. See + * the section on [promise execution tracking](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html#promise-execution-tracking). + * @return The ID of the resource responsible for calling the callback that is currently being executed. + */ + function triggerAsyncId(): number; + interface HookCallbacks { + /** + * Called when a class is constructed that has the possibility to emit an asynchronous event. + * @param asyncId A unique ID for the async resource + * @param type The type of the async resource + * @param triggerAsyncId The unique ID of the async resource in whose execution context this async resource was created + * @param resource Reference to the resource representing the async operation, needs to be released during destroy + */ + init?(asyncId: number, type: string, triggerAsyncId: number, resource: object): void; + /** + * When an asynchronous operation is initiated or completes a callback is called to notify the user. + * The before callback is called just before said callback is executed. + * @param asyncId the unique identifier assigned to the resource about to execute the callback. + */ + before?(asyncId: number): void; + /** + * Called immediately after the callback specified in `before` is completed. + * + * If an uncaught exception occurs during execution of the callback, then `after` will run after the `'uncaughtException'` event is emitted or a `domain`'s handler runs. + * @param asyncId the unique identifier assigned to the resource which has executed the callback. + */ + after?(asyncId: number): void; + /** + * Called when a promise has resolve() called. This may not be in the same execution id + * as the promise itself. + * @param asyncId the unique id for the promise that was resolve()d. + */ + promiseResolve?(asyncId: number): void; + /** + * Called after the resource corresponding to asyncId is destroyed + * @param asyncId a unique ID for the async resource + */ + destroy?(asyncId: number): void; + } + interface AsyncHook { + /** + * Enable the callbacks for a given AsyncHook instance. If no callbacks are provided enabling is a noop. + */ + enable(): this; + /** + * Disable the callbacks for a given AsyncHook instance from the global pool of AsyncHook callbacks to be executed. Once a hook has been disabled it will not be called again until enabled. + */ + disable(): this; + } + /** + * Registers functions to be called for different lifetime events of each async + * operation. + * + * The callbacks `init()`/`before()`/`after()`/`destroy()` are called for the + * respective asynchronous event during a resource's lifetime. + * + * All callbacks are optional. For example, if only resource cleanup needs to + * be tracked, then only the `destroy` callback needs to be passed. The + * specifics of all functions that can be passed to `callbacks` is in the `Hook Callbacks` section. + * + * ```js + * import { createHook } from 'node:async_hooks'; + * + * const asyncHook = createHook({ + * init(asyncId, type, triggerAsyncId, resource) { }, + * destroy(asyncId) { }, + * }); + * ``` + * + * The callbacks will be inherited via the prototype chain: + * + * ```js + * class MyAsyncCallbacks { + * init(asyncId, type, triggerAsyncId, resource) { } + * destroy(asyncId) {} + * } + * + * class MyAddedCallbacks extends MyAsyncCallbacks { + * before(asyncId) { } + * after(asyncId) { } + * } + * + * const asyncHook = async_hooks.createHook(new MyAddedCallbacks()); + * ``` + * + * Because promises are asynchronous resources whose lifecycle is tracked + * via the async hooks mechanism, the `init()`, `before()`, `after()`, and`destroy()` callbacks _must not_ be async functions that return promises. + * @since v8.1.0 + * @param callbacks The `Hook Callbacks` to register + * @return Instance used for disabling and enabling hooks + */ + function createHook(callbacks: HookCallbacks): AsyncHook; + interface AsyncResourceOptions { + /** + * The ID of the execution context that created this async event. + * @default executionAsyncId() + */ + triggerAsyncId?: number | undefined; + /** + * Disables automatic `emitDestroy` when the object is garbage collected. + * This usually does not need to be set (even if `emitDestroy` is called + * manually), unless the resource's `asyncId` is retrieved and the + * sensitive API's `emitDestroy` is called with it. + * @default false + */ + requireManualDestroy?: boolean | undefined; + } + /** + * The class `AsyncResource` is designed to be extended by the embedder's async + * resources. Using this, users can easily trigger the lifetime events of their + * own resources. + * + * The `init` hook will trigger when an `AsyncResource` is instantiated. + * + * The following is an overview of the `AsyncResource` API. + * + * ```js + * import { AsyncResource, executionAsyncId } from 'node:async_hooks'; + * + * // AsyncResource() is meant to be extended. Instantiating a + * // new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * // async_hook.executionAsyncId() is used. + * const asyncResource = new AsyncResource( + * type, { triggerAsyncId: executionAsyncId(), requireManualDestroy: false }, + * ); + * + * // Run a function in the execution context of the resource. This will + * // * establish the context of the resource + * // * trigger the AsyncHooks before callbacks + * // * call the provided function `fn` with the supplied arguments + * // * trigger the AsyncHooks after callbacks + * // * restore the original execution context + * asyncResource.runInAsyncScope(fn, thisArg, ...args); + * + * // Call AsyncHooks destroy callbacks. + * asyncResource.emitDestroy(); + * + * // Return the unique ID assigned to the AsyncResource instance. + * asyncResource.asyncId(); + * + * // Return the trigger ID for the AsyncResource instance. + * asyncResource.triggerAsyncId(); + * ``` + */ + class AsyncResource { + /** + * AsyncResource() is meant to be extended. Instantiating a + * new AsyncResource() also triggers init. If triggerAsyncId is omitted then + * async_hook.executionAsyncId() is used. + * @param type The type of async event. + * @param triggerAsyncId The ID of the execution context that created + * this async event (default: `executionAsyncId()`), or an + * AsyncResourceOptions object (since v9.3.0) + */ + constructor(type: string, triggerAsyncId?: number | AsyncResourceOptions); + /** + * Binds the given function to the current execution context. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current execution context. + * @param type An optional name to associate with the underlying `AsyncResource`. + */ + static bind any, ThisArg>( + fn: Func, + type?: string, + thisArg?: ThisArg, + ): Func; + /** + * Binds the given function to execute to this `AsyncResource`'s scope. + * @since v14.8.0, v12.19.0 + * @param fn The function to bind to the current `AsyncResource`. + */ + bind any>(fn: Func): Func; + /** + * Call the provided function with the provided arguments in the execution context + * of the async resource. This will establish the context, trigger the AsyncHooks + * before callbacks, call the function, trigger the AsyncHooks after callbacks, and + * then restore the original execution context. + * @since v9.6.0 + * @param fn The function to call in the execution context of this async resource. + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runInAsyncScope( + fn: (this: This, ...args: any[]) => Result, + thisArg?: This, + ...args: any[] + ): Result; + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + * @return A reference to `asyncResource`. + */ + emitDestroy(): this; + /** + * @return The unique `asyncId` assigned to the resource. + */ + asyncId(): number; + /** + * @return The same `triggerAsyncId` that is passed to the `AsyncResource` constructor. + */ + triggerAsyncId(): number; + } + /** + * This class creates stores that stay coherent through asynchronous operations. + * + * While you can create your own implementation on top of the `node:async_hooks` module, `AsyncLocalStorage` should be preferred as it is a performant and memory + * safe implementation that involves significant optimizations that are non-obvious + * to implement. + * + * The following example uses `AsyncLocalStorage` to build a simple logger + * that assigns IDs to incoming HTTP requests and includes them in messages + * logged within each request. + * + * ```js + * import http from 'node:http'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const asyncLocalStorage = new AsyncLocalStorage(); + * + * function logWithId(msg) { + * const id = asyncLocalStorage.getStore(); + * console.log(`${id !== undefined ? id : '-'}:`, msg); + * } + * + * let idSeq = 0; + * http.createServer((req, res) => { + * asyncLocalStorage.run(idSeq++, () => { + * logWithId('start'); + * // Imagine any chain of async operations here + * setImmediate(() => { + * logWithId('finish'); + * res.end(); + * }); + * }); + * }).listen(8080); + * + * http.get('http://localhost:8080'); + * http.get('http://localhost:8080'); + * // Prints: + * // 0: start + * // 1: start + * // 0: finish + * // 1: finish + * ``` + * + * Each instance of `AsyncLocalStorage` maintains an independent storage context. + * Multiple instances can safely exist simultaneously without risk of interfering + * with each other's data. + * @since v13.10.0, v12.17.0 + */ + class AsyncLocalStorage { + /** + * Binds the given function to the current execution context. + * @since v19.8.0 + * @experimental + * @param fn The function to bind to the current execution context. + * @return A new function that calls `fn` within the captured execution context. + */ + static bind any>(fn: Func): Func; + /** + * Captures the current execution context and returns a function that accepts a + * function as an argument. Whenever the returned function is called, it + * calls the function passed to it within the captured context. + * + * ```js + * const asyncLocalStorage = new AsyncLocalStorage(); + * const runInAsyncScope = asyncLocalStorage.run(123, () => AsyncLocalStorage.snapshot()); + * const result = asyncLocalStorage.run(321, () => runInAsyncScope(() => asyncLocalStorage.getStore())); + * console.log(result); // returns 123 + * ``` + * + * AsyncLocalStorage.snapshot() can replace the use of AsyncResource for simple + * async context tracking purposes, for example: + * + * ```js + * class Foo { + * #runInAsyncScope = AsyncLocalStorage.snapshot(); + * + * get() { return this.#runInAsyncScope(() => asyncLocalStorage.getStore()); } + * } + * + * const foo = asyncLocalStorage.run(123, () => new Foo()); + * console.log(asyncLocalStorage.run(321, () => foo.get())); // returns 123 + * ``` + * @since v19.8.0 + * @experimental + * @return A new function with the signature `(fn: (...args) : R, ...args) : R`. + */ + static snapshot(): (fn: (...args: TArgs) => R, ...args: TArgs) => R; + /** + * Disables the instance of `AsyncLocalStorage`. All subsequent calls + * to `asyncLocalStorage.getStore()` will return `undefined` until `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()` is called again. + * + * When calling `asyncLocalStorage.disable()`, all current contexts linked to the + * instance will be exited. + * + * Calling `asyncLocalStorage.disable()` is required before the `asyncLocalStorage` can be garbage collected. This does not apply to stores + * provided by the `asyncLocalStorage`, as those objects are garbage collected + * along with the corresponding async resources. + * + * Use this method when the `asyncLocalStorage` is not in use anymore + * in the current process. + * @since v13.10.0, v12.17.0 + * @experimental + */ + disable(): void; + /** + * Returns the current store. + * If called outside of an asynchronous context initialized by + * calling `asyncLocalStorage.run()` or `asyncLocalStorage.enterWith()`, it + * returns `undefined`. + * @since v13.10.0, v12.17.0 + */ + getStore(): T | undefined; + /** + * Runs a function synchronously within a context and returns its + * return value. The store is not accessible outside of the callback function. + * The store is accessible to any asynchronous operations created within the + * callback. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `run()` too. + * The stacktrace is not impacted by this call and the context is exited. + * + * Example: + * + * ```js + * const store = { id: 2 }; + * try { + * asyncLocalStorage.run(store, () => { + * asyncLocalStorage.getStore(); // Returns the store object + * setTimeout(() => { + * asyncLocalStorage.getStore(); // Returns the store object + * }, 200); + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns undefined + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + */ + run(store: T, callback: () => R): R; + run(store: T, callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Runs a function synchronously outside of a context and returns its + * return value. The store is not accessible within the callback function or + * the asynchronous operations created within the callback. Any `getStore()` call done within the callback function will always return `undefined`. + * + * The optional `args` are passed to the callback function. + * + * If the callback function throws an error, the error is thrown by `exit()` too. + * The stacktrace is not impacted by this call and the context is re-entered. + * + * Example: + * + * ```js + * // Within a call to run + * try { + * asyncLocalStorage.getStore(); // Returns the store object or value + * asyncLocalStorage.exit(() => { + * asyncLocalStorage.getStore(); // Returns undefined + * throw new Error(); + * }); + * } catch (e) { + * asyncLocalStorage.getStore(); // Returns the same object or value + * // The error will be caught here + * } + * ``` + * @since v13.10.0, v12.17.0 + * @experimental + */ + exit(callback: (...args: TArgs) => R, ...args: TArgs): R; + /** + * Transitions into the context for the remainder of the current + * synchronous execution and then persists the store through any following + * asynchronous calls. + * + * Example: + * + * ```js + * const store = { id: 1 }; + * // Replaces previous store with the given store object + * asyncLocalStorage.enterWith(store); + * asyncLocalStorage.getStore(); // Returns the store object + * someAsyncOperation(() => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * ``` + * + * This transition will continue for the _entire_ synchronous execution. + * This means that if, for example, the context is entered within an event + * handler subsequent event handlers will also run within that context unless + * specifically bound to another context with an `AsyncResource`. That is why `run()` should be preferred over `enterWith()` unless there are strong reasons + * to use the latter method. + * + * ```js + * const store = { id: 1 }; + * + * emitter.on('my-event', () => { + * asyncLocalStorage.enterWith(store); + * }); + * emitter.on('my-event', () => { + * asyncLocalStorage.getStore(); // Returns the same object + * }); + * + * asyncLocalStorage.getStore(); // Returns undefined + * emitter.emit('my-event'); + * asyncLocalStorage.getStore(); // Returns the same object + * ``` + * @since v13.11.0, v12.17.0 + * @experimental + */ + enterWith(store: T): void; + } +} +declare module "node:async_hooks" { + export * from "async_hooks"; +} diff --git a/server/node_modules/@types/node/buffer.buffer.d.ts b/server/node_modules/@types/node/buffer.buffer.d.ts new file mode 100644 index 000000000..c0839cdbd --- /dev/null +++ b/server/node_modules/@types/node/buffer.buffer.d.ts @@ -0,0 +1,460 @@ +declare module "buffer" { + type ImplicitArrayBuffer> = T extends + { valueOf(): infer V extends ArrayBufferLike } ? V : T; + global { + interface BufferConstructor { + // see buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new(str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new(size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new(array: ArrayLike): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new(arrayBuffer: TArrayBuffer): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * If `array` is an `Array`-like object (that is, one with a `length` property of + * type `number`), it is treated as if it is an array, unless it is a `Buffer` or + * a `Uint8Array`. This means all other `TypedArray` variants get treated as an + * `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use + * `Buffer.copyBytesFrom()`. + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal + * `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(array: WithImplicitCoercion>): Buffer; + /** + * This creates a view of the `ArrayBuffer` without copying the underlying + * memory. For example, when passed a reference to the `.buffer` property of a + * `TypedArray` instance, the newly created `Buffer` will share the same + * allocated memory as the `TypedArray`'s underlying `ArrayBuffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arr = new Uint16Array(2); + * + * arr[0] = 5000; + * arr[1] = 4000; + * + * // Shares memory with `arr`. + * const buf = Buffer.from(arr.buffer); + * + * console.log(buf); + * // Prints: + * + * // Changing the original Uint16Array changes the Buffer also. + * arr[1] = 6000; + * + * console.log(buf); + * // Prints: + * ``` + * + * The optional `byteOffset` and `length` arguments specify a memory range within + * the `arrayBuffer` that will be shared by the `Buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const ab = new ArrayBuffer(10); + * const buf = Buffer.from(ab, 0, 2); + * + * console.log(buf.length); + * // Prints: 2 + * ``` + * + * A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer` or a + * `SharedArrayBuffer` or another type appropriate for `Buffer.from()` + * variants. + * + * It is important to remember that a backing `ArrayBuffer` can cover a range + * of memory that extends beyond the bounds of a `TypedArray` view. A new + * `Buffer` created using the `buffer` property of a `TypedArray` may extend + * beyond the range of the `TypedArray`: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arrA = Uint8Array.from([0x63, 0x64, 0x65, 0x66]); // 4 elements + * const arrB = new Uint8Array(arrA.buffer, 1, 2); // 2 elements + * console.log(arrA.buffer === arrB.buffer); // true + * + * const buf = Buffer.from(arrB.buffer); + * console.log(buf); + * // Prints: + * ``` + * @since v5.10.0 + * @param arrayBuffer An `ArrayBuffer`, `SharedArrayBuffer`, for example the + * `.buffer` property of a `TypedArray`. + * @param byteOffset Index of first byte to expose. **Default:** `0`. + * @param length Number of bytes to expose. **Default:** + * `arrayBuffer.byteLength - byteOffset`. + */ + from>( + arrayBuffer: TArrayBuffer, + byteOffset?: number, + length?: number, + ): Buffer>; + /** + * Creates a new `Buffer` containing `string`. The `encoding` parameter identifies + * the character encoding to be used when converting `string` into bytes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('this is a tést'); + * const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); + * + * console.log(buf1.toString()); + * // Prints: this is a tést + * console.log(buf2.toString()); + * // Prints: this is a tést + * console.log(buf1.toString('latin1')); + * // Prints: this is a tést + * ``` + * + * A `TypeError` will be thrown if `string` is not a string or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(string)` may also use the internal `Buffer` pool like + * `Buffer.allocUnsafe()` does. + * @since v5.10.0 + * @param string A string to encode. + * @param encoding The encoding of `string`. **Default:** `'utf8'`. + */ + from(string: WithImplicitCoercion, encoding?: BufferEncoding): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. If the combined length of the `Buffer`s in `list` is + * less than `totalLength`, the remaining space is filled with zeros. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: readonly Uint8Array[], totalLength?: number): Buffer; + /** + * Copies the underlying memory of `view` into a new `Buffer`. + * + * ```js + * const u16 = new Uint16Array([0, 0xffff]); + * const buf = Buffer.copyBytesFrom(u16, 1, 1); + * u16[1] = 0; + * console.log(buf.length); // 2 + * console.log(buf[0]); // 255 + * console.log(buf[1]); // 255 + * ``` + * @since v19.8.0 + * @param view The {TypedArray} to copy. + * @param [offset=0] The starting offset within `view`. + * @param [length=view.length - offset] The number of elements from `view` to copy. + */ + copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`, + * and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if + * `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + } + interface Buffer extends Uint8Array { + // see buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + } + } + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + var SlowBuffer: { + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + new(size: number): Buffer; + prototype: Buffer; + }; +} diff --git a/server/node_modules/@types/node/buffer.d.ts b/server/node_modules/@types/node/buffer.d.ts new file mode 100644 index 000000000..c5d2fcecb --- /dev/null +++ b/server/node_modules/@types/node/buffer.d.ts @@ -0,0 +1,1926 @@ +// If lib.dom.d.ts or lib.webworker.d.ts is loaded, then use the global types. +// Otherwise, use the types from node. +type _Blob = typeof globalThis extends { onmessage: any; Blob: any } ? {} : import("buffer").Blob; +type _File = typeof globalThis extends { onmessage: any; File: any } ? {} : import("buffer").File; + +/** + * `Buffer` objects are used to represent a fixed-length sequence of bytes. Many + * Node.js APIs support `Buffer`s. + * + * The `Buffer` class is a subclass of JavaScript's [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) class and + * extends it with methods that cover additional use cases. Node.js APIs accept + * plain [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) s wherever `Buffer`s are supported as well. + * + * While the `Buffer` class is available within the global scope, it is still + * recommended to explicitly reference it via an import or require statement. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a zero-filled Buffer of length 10. + * const buf1 = Buffer.alloc(10); + * + * // Creates a Buffer of length 10, + * // filled with bytes which all have the value `1`. + * const buf2 = Buffer.alloc(10, 1); + * + * // Creates an uninitialized buffer of length 10. + * // This is faster than calling Buffer.alloc() but the returned + * // Buffer instance might contain old data that needs to be + * // overwritten using fill(), write(), or other functions that fill the Buffer's + * // contents. + * const buf3 = Buffer.allocUnsafe(10); + * + * // Creates a Buffer containing the bytes [1, 2, 3]. + * const buf4 = Buffer.from([1, 2, 3]); + * + * // Creates a Buffer containing the bytes [1, 1, 1, 1] – the entries + * // are all truncated using `(value & 255)` to fit into the range 0–255. + * const buf5 = Buffer.from([257, 257.5, -255, '1']); + * + * // Creates a Buffer containing the UTF-8-encoded bytes for the string 'tést': + * // [0x74, 0xc3, 0xa9, 0x73, 0x74] (in hexadecimal notation) + * // [116, 195, 169, 115, 116] (in decimal notation) + * const buf6 = Buffer.from('tést'); + * + * // Creates a Buffer containing the Latin-1 bytes [0x74, 0xe9, 0x73, 0x74]. + * const buf7 = Buffer.from('tést', 'latin1'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/buffer.js) + */ +declare module "buffer" { + import { BinaryLike } from "node:crypto"; + import { ReadableStream as WebReadableStream } from "node:stream/web"; + /** + * This function returns `true` if `input` contains only valid UTF-8-encoded data, + * including the case in which `input` is empty. + * + * Throws if the `input` is a detached array buffer. + * @since v19.4.0, v18.14.0 + * @param input The input to validate. + */ + export function isUtf8(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean; + /** + * This function returns `true` if `input` contains only valid ASCII-encoded data, + * including the case in which `input` is empty. + * + * Throws if the `input` is a detached array buffer. + * @since v19.6.0, v18.15.0 + * @param input The input to validate. + */ + export function isAscii(input: Buffer | ArrayBuffer | NodeJS.TypedArray): boolean; + export const INSPECT_MAX_BYTES: number; + export const kMaxLength: number; + export const kStringMaxLength: number; + export const constants: { + MAX_LENGTH: number; + MAX_STRING_LENGTH: number; + }; + export type TranscodeEncoding = + | "ascii" + | "utf8" + | "utf-8" + | "utf16le" + | "utf-16le" + | "ucs2" + | "ucs-2" + | "latin1" + | "binary"; + /** + * Re-encodes the given `Buffer` or `Uint8Array` instance from one character + * encoding to another. Returns a new `Buffer` instance. + * + * Throws if the `fromEnc` or `toEnc` specify invalid character encodings or if + * conversion from `fromEnc` to `toEnc` is not permitted. + * + * Encodings supported by `buffer.transcode()` are: `'ascii'`, `'utf8'`, `'utf16le'`, `'ucs2'`, `'latin1'`, and `'binary'`. + * + * The transcoding process will use substitution characters if a given byte + * sequence cannot be adequately represented in the target encoding. For instance: + * + * ```js + * import { Buffer, transcode } from 'node:buffer'; + * + * const newBuf = transcode(Buffer.from('€'), 'utf8', 'ascii'); + * console.log(newBuf.toString('ascii')); + * // Prints: '?' + * ``` + * + * Because the Euro (`€`) sign is not representable in US-ASCII, it is replaced + * with `?` in the transcoded `Buffer`. + * @since v7.1.0 + * @param source A `Buffer` or `Uint8Array` instance. + * @param fromEnc The current encoding. + * @param toEnc To target encoding. + */ + export function transcode(source: Uint8Array, fromEnc: TranscodeEncoding, toEnc: TranscodeEncoding): Buffer; + /** + * Resolves a `'blob:nodedata:...'` an associated `Blob` object registered using + * a prior call to `URL.createObjectURL()`. + * @since v16.7.0 + * @experimental + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + export function resolveObjectURL(id: string): Blob | undefined; + export { Buffer }; + /** + * @experimental + */ + export interface BlobOptions { + /** + * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts + * will be converted to the platform native line-ending as specified by `import { EOL } from 'node:os'`. + */ + endings?: "transparent" | "native"; + /** + * The Blob content-type. The intent is for `type` to convey + * the MIME media type of the data, however no validation of the type format + * is performed. + */ + type?: string | undefined; + } + /** + * A [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob) encapsulates immutable, raw data that can be safely shared across + * multiple worker threads. + * @since v15.7.0, v14.18.0 + */ + export class Blob { + /** + * The total size of the `Blob` in bytes. + * @since v15.7.0, v14.18.0 + */ + readonly size: number; + /** + * The content-type of the `Blob`. + * @since v15.7.0, v14.18.0 + */ + readonly type: string; + /** + * Creates a new `Blob` object containing a concatenation of the given sources. + * + * {ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into + * the 'Blob' and can therefore be safely modified after the 'Blob' is created. + * + * String sources are also copied into the `Blob`. + */ + constructor(sources: Array, options?: BlobOptions); + /** + * Returns a promise that fulfills with an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) containing a copy of + * the `Blob` data. + * @since v15.7.0, v14.18.0 + */ + arrayBuffer(): Promise; + /** + * The `blob.bytes()` method returns the byte of the `Blob` object as a `Promise`. + * + * ```js + * const blob = new Blob(['hello']); + * blob.bytes().then((bytes) => { + * console.log(bytes); // Outputs: Uint8Array(5) [ 104, 101, 108, 108, 111 ] + * }); + * ``` + */ + bytes(): Promise; + /** + * Creates and returns a new `Blob` containing a subset of this `Blob` objects + * data. The original `Blob` is not altered. + * @since v15.7.0, v14.18.0 + * @param start The starting index. + * @param end The ending index. + * @param type The content-type for the new `Blob` + */ + slice(start?: number, end?: number, type?: string): Blob; + /** + * Returns a promise that fulfills with the contents of the `Blob` decoded as a + * UTF-8 string. + * @since v15.7.0, v14.18.0 + */ + text(): Promise; + /** + * Returns a new `ReadableStream` that allows the content of the `Blob` to be read. + * @since v16.7.0 + */ + stream(): WebReadableStream; + } + export interface FileOptions { + /** + * One of either `'transparent'` or `'native'`. When set to `'native'`, line endings in string source parts will be + * converted to the platform native line-ending as specified by `import { EOL } from 'node:os'`. + */ + endings?: "native" | "transparent"; + /** The File content-type. */ + type?: string; + /** The last modified date of the file. `Default`: Date.now(). */ + lastModified?: number; + } + /** + * A [`File`](https://developer.mozilla.org/en-US/docs/Web/API/File) provides information about files. + * @since v19.2.0, v18.13.0 + */ + export class File extends Blob { + constructor(sources: Array, fileName: string, options?: FileOptions); + /** + * The name of the `File`. + * @since v19.2.0, v18.13.0 + */ + readonly name: string; + /** + * The last modified date of the `File`. + * @since v19.2.0, v18.13.0 + */ + readonly lastModified: number; + } + export import atob = globalThis.atob; + export import btoa = globalThis.btoa; + export type WithImplicitCoercion = + | T + | { valueOf(): T } + | (T extends string ? { [Symbol.toPrimitive](hint: "string"): T } : never); + global { + namespace NodeJS { + export { BufferEncoding }; + } + // Buffer class + type BufferEncoding = + | "ascii" + | "utf8" + | "utf-8" + | "utf16le" + | "utf-16le" + | "ucs2" + | "ucs-2" + | "base64" + | "base64url" + | "latin1" + | "binary" + | "hex"; + /** + * Raw data is stored in instances of the Buffer class. + * A Buffer is similar to an array of integers but corresponds to a raw memory allocation outside the V8 heap. A Buffer cannot be resized. + * Valid string encodings: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'base64url'|'binary'(deprecated)|'hex' + */ + interface BufferConstructor { + // see buffer.buffer.d.ts for implementation specific to TypeScript 5.7 and later + // see ts5.6/buffer.buffer.d.ts for implementation specific to TypeScript 5.6 and earlier + + /** + * Returns `true` if `obj` is a `Buffer`, `false` otherwise. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * Buffer.isBuffer(Buffer.alloc(10)); // true + * Buffer.isBuffer(Buffer.from('foo')); // true + * Buffer.isBuffer('a string'); // false + * Buffer.isBuffer([]); // false + * Buffer.isBuffer(new Uint8Array(1024)); // false + * ``` + * @since v0.1.101 + */ + isBuffer(obj: any): obj is Buffer; + /** + * Returns `true` if `encoding` is the name of a supported character encoding, + * or `false` otherwise. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * console.log(Buffer.isEncoding('utf8')); + * // Prints: true + * + * console.log(Buffer.isEncoding('hex')); + * // Prints: true + * + * console.log(Buffer.isEncoding('utf/8')); + * // Prints: false + * + * console.log(Buffer.isEncoding('')); + * // Prints: false + * ``` + * @since v0.9.1 + * @param encoding A character encoding name to check. + */ + isEncoding(encoding: string): encoding is BufferEncoding; + /** + * Returns the byte length of a string when encoded using `encoding`. + * This is not the same as [`String.prototype.length`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length), which does not account + * for the encoding that is used to convert the string into bytes. + * + * For `'base64'`, `'base64url'`, and `'hex'`, this function assumes valid input. + * For strings that contain non-base64/hex-encoded data (e.g. whitespace), the + * return value might be greater than the length of a `Buffer` created from the + * string. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const str = '\u00bd + \u00bc = \u00be'; + * + * console.log(`${str}: ${str.length} characters, ` + + * `${Buffer.byteLength(str, 'utf8')} bytes`); + * // Prints: ½ + ¼ = ¾: 9 characters, 12 bytes + * ``` + * + * When `string` is a + * `Buffer`/[`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView)/[`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/- + * Reference/Global_Objects/TypedArray)/[`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer)/[`SharedArrayBuffer`](https://develop- + * er.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer), the byte length as reported by `.byteLength`is returned. + * @since v0.1.90 + * @param string A value to calculate the length of. + * @param [encoding='utf8'] If `string` is a string, this is its encoding. + * @return The number of bytes contained within `string`. + */ + byteLength( + string: string | Buffer | NodeJS.ArrayBufferView | ArrayBuffer | SharedArrayBuffer, + encoding?: BufferEncoding, + ): number; + /** + * Compares `buf1` to `buf2`, typically for the purpose of sorting arrays of `Buffer` instances. This is equivalent to calling `buf1.compare(buf2)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('1234'); + * const buf2 = Buffer.from('0123'); + * const arr = [buf1, buf2]; + * + * console.log(arr.sort(Buffer.compare)); + * // Prints: [ , ] + * // (This result is equal to: [buf2, buf1].) + * ``` + * @since v0.11.13 + * @return Either `-1`, `0`, or `1`, depending on the result of the comparison. See `compare` for details. + */ + compare(buf1: Uint8Array, buf2: Uint8Array): -1 | 0 | 1; + /** + * This is the size (in bytes) of pre-allocated internal `Buffer` instances used + * for pooling. This value may be modified. + * @since v0.11.3 + */ + poolSize: number; + } + interface Buffer { + // see buffer.buffer.d.ts for implementation specific to TypeScript 5.7 and later + // see ts5.6/buffer.buffer.d.ts for implementation specific to TypeScript 5.6 and earlier + + /** + * Writes `string` to `buf` at `offset` according to the character encoding in`encoding`. The `length` parameter is the number of bytes to write. If `buf` did + * not contain enough space to fit the entire string, only part of `string` will be + * written. However, partially encoded characters will not be written. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(256); + * + * const len = buf.write('\u00bd + \u00bc = \u00be', 0); + * + * console.log(`${len} bytes: ${buf.toString('utf8', 0, len)}`); + * // Prints: 12 bytes: ½ + ¼ = ¾ + * + * const buffer = Buffer.alloc(10); + * + * const length = buffer.write('abcd', 8); + * + * console.log(`${length} bytes: ${buffer.toString('utf8', 8, 10)}`); + * // Prints: 2 bytes : ab + * ``` + * @since v0.1.90 + * @param string String to write to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write `string`. + * @param [length=buf.length - offset] Maximum number of bytes to write (written bytes will not exceed `buf.length - offset`). + * @param [encoding='utf8'] The character encoding of `string`. + * @return Number of bytes written. + */ + write(string: string, encoding?: BufferEncoding): number; + write(string: string, offset: number, encoding?: BufferEncoding): number; + write(string: string, offset: number, length: number, encoding?: BufferEncoding): number; + /** + * Decodes `buf` to a string according to the specified character encoding in`encoding`. `start` and `end` may be passed to decode only a subset of `buf`. + * + * If `encoding` is `'utf8'` and a byte sequence in the input is not valid UTF-8, + * then each invalid byte is replaced with the replacement character `U+FFFD`. + * + * The maximum length of a string instance (in UTF-16 code units) is available + * as {@link constants.MAX_STRING_LENGTH}. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * console.log(buf1.toString('utf8')); + * // Prints: abcdefghijklmnopqrstuvwxyz + * console.log(buf1.toString('utf8', 0, 5)); + * // Prints: abcde + * + * const buf2 = Buffer.from('tést'); + * + * console.log(buf2.toString('hex')); + * // Prints: 74c3a97374 + * console.log(buf2.toString('utf8', 0, 3)); + * // Prints: té + * console.log(buf2.toString(undefined, 0, 3)); + * // Prints: té + * ``` + * @since v0.1.90 + * @param [encoding='utf8'] The character encoding to use. + * @param [start=0] The byte offset to start decoding at. + * @param [end=buf.length] The byte offset to stop decoding at (not inclusive). + */ + toString(encoding?: BufferEncoding, start?: number, end?: number): string; + /** + * Returns a JSON representation of `buf`. [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify) implicitly calls + * this function when stringifying a `Buffer` instance. + * + * `Buffer.from()` accepts objects in the format returned from this method. + * In particular, `Buffer.from(buf.toJSON())` works like `Buffer.from(buf)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5]); + * const json = JSON.stringify(buf); + * + * console.log(json); + * // Prints: {"type":"Buffer","data":[1,2,3,4,5]} + * + * const copy = JSON.parse(json, (key, value) => { + * return value && value.type === 'Buffer' ? + * Buffer.from(value) : + * value; + * }); + * + * console.log(copy); + * // Prints: + * ``` + * @since v0.9.2 + */ + toJSON(): { + type: "Buffer"; + data: number[]; + }; + /** + * Returns `true` if both `buf` and `otherBuffer` have exactly the same bytes,`false` otherwise. Equivalent to `buf.compare(otherBuffer) === 0`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('414243', 'hex'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.equals(buf2)); + * // Prints: true + * console.log(buf1.equals(buf3)); + * // Prints: false + * ``` + * @since v0.11.13 + * @param otherBuffer A `Buffer` or {@link Uint8Array} with which to compare `buf`. + */ + equals(otherBuffer: Uint8Array): boolean; + /** + * Compares `buf` with `target` and returns a number indicating whether `buf`comes before, after, or is the same as `target` in sort order. + * Comparison is based on the actual sequence of bytes in each `Buffer`. + * + * * `0` is returned if `target` is the same as `buf` + * * `1` is returned if `target` should come _before_`buf` when sorted. + * * `-1` is returned if `target` should come _after_`buf` when sorted. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('ABC'); + * const buf2 = Buffer.from('BCD'); + * const buf3 = Buffer.from('ABCD'); + * + * console.log(buf1.compare(buf1)); + * // Prints: 0 + * console.log(buf1.compare(buf2)); + * // Prints: -1 + * console.log(buf1.compare(buf3)); + * // Prints: -1 + * console.log(buf2.compare(buf1)); + * // Prints: 1 + * console.log(buf2.compare(buf3)); + * // Prints: 1 + * console.log([buf1, buf2, buf3].sort(Buffer.compare)); + * // Prints: [ , , ] + * // (This result is equal to: [buf1, buf3, buf2].) + * ``` + * + * The optional `targetStart`, `targetEnd`, `sourceStart`, and `sourceEnd` arguments can be used to limit the comparison to specific ranges within `target` and `buf` respectively. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8, 9]); + * const buf2 = Buffer.from([5, 6, 7, 8, 9, 1, 2, 3, 4]); + * + * console.log(buf1.compare(buf2, 5, 9, 0, 4)); + * // Prints: 0 + * console.log(buf1.compare(buf2, 0, 6, 4)); + * // Prints: -1 + * console.log(buf1.compare(buf2, 5, 6, 5)); + * // Prints: 1 + * ``` + * + * `ERR_OUT_OF_RANGE` is thrown if `targetStart < 0`, `sourceStart < 0`, `targetEnd > target.byteLength`, or `sourceEnd > source.byteLength`. + * @since v0.11.13 + * @param target A `Buffer` or {@link Uint8Array} with which to compare `buf`. + * @param [targetStart=0] The offset within `target` at which to begin comparison. + * @param [targetEnd=target.length] The offset within `target` at which to end comparison (not inclusive). + * @param [sourceStart=0] The offset within `buf` at which to begin comparison. + * @param [sourceEnd=buf.length] The offset within `buf` at which to end comparison (not inclusive). + */ + compare( + target: Uint8Array, + targetStart?: number, + targetEnd?: number, + sourceStart?: number, + sourceEnd?: number, + ): -1 | 0 | 1; + /** + * Copies data from a region of `buf` to a region in `target`, even if the `target`memory region overlaps with `buf`. + * + * [`TypedArray.prototype.set()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/set) performs the same operation, and is available + * for all TypedArrays, including Node.js `Buffer`s, although it takes + * different function arguments. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create two `Buffer` instances. + * const buf1 = Buffer.allocUnsafe(26); + * const buf2 = Buffer.allocUnsafe(26).fill('!'); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * // Copy `buf1` bytes 16 through 19 into `buf2` starting at byte 8 of `buf2`. + * buf1.copy(buf2, 8, 16, 20); + * // This is equivalent to: + * // buf2.set(buf1.subarray(16, 20), 8); + * + * console.log(buf2.toString('ascii', 0, 25)); + * // Prints: !!!!!!!!qrst!!!!!!!!!!!!! + * ``` + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` and copy data from one region to an overlapping region + * // within the same `Buffer`. + * + * const buf = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf[i] = i + 97; + * } + * + * buf.copy(buf, 0, 4, 10); + * + * console.log(buf.toString()); + * // Prints: efghijghijklmnopqrstuvwxyz + * ``` + * @since v0.1.90 + * @param target A `Buffer` or {@link Uint8Array} to copy into. + * @param [targetStart=0] The offset within `target` at which to begin writing. + * @param [sourceStart=0] The offset within `buf` from which to begin copying. + * @param [sourceEnd=buf.length] The offset within `buf` at which to stop copying (not inclusive). + * @return The number of bytes copied. + */ + copy(target: Uint8Array, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64BE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigInt64LE(0x0102030405060708n, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigInt64LE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. + * + * This function is also available under the `writeBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64BE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64BE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64BE(value: bigint, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeBigUInt64LE(0xdecafafecacefaden, 0); + * + * console.log(buf); + * // Prints: + * ``` + * + * This function is also available under the `writeBigUint64LE` alias. + * @since v12.0.0, v10.20.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy: `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeBigUInt64LE(value: bigint, offset?: number): number; + /** + * @alias Buffer.writeBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + writeBigUint64LE(value: bigint, offset?: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintLE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntLE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntLE + * @since v14.9.0, v12.19.0 + */ + writeUintLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than an unsigned integer. + * + * This function is also available under the `writeUintBE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeUIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeUIntBE(value: number, offset: number, byteLength: number): number; + /** + * @alias Buffer.writeUIntBE + * @since v14.9.0, v12.19.0 + */ + writeUintBE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as little-endian. Supports up to 48 bits of accuracy. Behavior is undefined + * when `value` is anything other than a signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntLE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntLE(value: number, offset: number, byteLength: number): number; + /** + * Writes `byteLength` bytes of `value` to `buf` at the specified `offset`as big-endian. Supports up to 48 bits of accuracy. Behavior is undefined when`value` is anything other than a + * signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(6); + * + * buf.writeIntBE(0x1234567890ab, 0, 6); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param offset Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to write. Must satisfy `0 < byteLength <= 6`. + * @return `offset` plus the number of bytes written. + */ + writeIntBE(value: number, offset: number, byteLength: number): number; + /** + * Reads an unsigned, big-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64BE(0)); + * // Prints: 4294967295n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64BE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64BE + * @since v14.10.0, v12.19.0 + */ + readBigUint64BE(offset?: number): bigint; + /** + * Reads an unsigned, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readBigUint64LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x00, 0x00, 0x00, 0x00, 0xff, 0xff, 0xff, 0xff]); + * + * console.log(buf.readBigUInt64LE(0)); + * // Prints: 18446744069414584320n + * ``` + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigUInt64LE(offset?: number): bigint; + /** + * @alias Buffer.readBigUInt64LE + * @since v14.10.0, v12.19.0 + */ + readBigUint64LE(offset?: number): bigint; + /** + * Reads a signed, big-endian 64-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64BE(offset?: number): bigint; + /** + * Reads a signed, little-endian 64-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed + * values. + * @since v12.0.0, v10.20.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy: `0 <= offset <= buf.length - 8`. + */ + readBigInt64LE(offset?: number): bigint; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned, little-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintLE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntLE(0, 6).toString(16)); + * // Prints: ab9078563412 + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntLE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntLE + * @since v14.9.0, v12.19.0 + */ + readUintLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as an unsigned big-endian integer supporting + * up to 48 bits of accuracy. + * + * This function is also available under the `readUintBE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readUIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readUIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readUIntBE(offset: number, byteLength: number): number; + /** + * @alias Buffer.readUIntBE + * @since v14.9.0, v12.19.0 + */ + readUintBE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a little-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntLE(0, 6).toString(16)); + * // Prints: -546f87a9cbee + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntLE(offset: number, byteLength: number): number; + /** + * Reads `byteLength` number of bytes from `buf` at the specified `offset` and interprets the result as a big-endian, two's complement signed value + * supporting up to 48 bits of accuracy. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78, 0x90, 0xab]); + * + * console.log(buf.readIntBE(0, 6).toString(16)); + * // Prints: 1234567890ab + * console.log(buf.readIntBE(1, 6).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * console.log(buf.readIntBE(1, 0).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param offset Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - byteLength`. + * @param byteLength Number of bytes to read. Must satisfy `0 < byteLength <= 6`. + */ + readIntBE(offset: number, byteLength: number): number; + /** + * Reads an unsigned 8-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint8` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, -2]); + * + * console.log(buf.readUInt8(0)); + * // Prints: 1 + * console.log(buf.readUInt8(1)); + * // Prints: 254 + * console.log(buf.readUInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readUInt8(offset?: number): number; + /** + * @alias Buffer.readUInt8 + * @since v14.9.0, v12.19.0 + */ + readUint8(offset?: number): number; + /** + * Reads an unsigned, little-endian 16-bit integer from `buf` at the specified `offset`. + * + * This function is also available under the `readUint16LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16LE(0).toString(16)); + * // Prints: 3412 + * console.log(buf.readUInt16LE(1).toString(16)); + * // Prints: 5634 + * console.log(buf.readUInt16LE(2).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16LE(offset?: number): number; + /** + * @alias Buffer.readUInt16LE + * @since v14.9.0, v12.19.0 + */ + readUint16LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 16-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint16BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56]); + * + * console.log(buf.readUInt16BE(0).toString(16)); + * // Prints: 1234 + * console.log(buf.readUInt16BE(1).toString(16)); + * // Prints: 3456 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readUInt16BE(offset?: number): number; + /** + * @alias Buffer.readUInt16BE + * @since v14.9.0, v12.19.0 + */ + readUint16BE(offset?: number): number; + /** + * Reads an unsigned, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32LE(0).toString(16)); + * // Prints: 78563412 + * console.log(buf.readUInt32LE(1).toString(16)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32LE(offset?: number): number; + /** + * @alias Buffer.readUInt32LE + * @since v14.9.0, v12.19.0 + */ + readUint32LE(offset?: number): number; + /** + * Reads an unsigned, big-endian 32-bit integer from `buf` at the specified`offset`. + * + * This function is also available under the `readUint32BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0x12, 0x34, 0x56, 0x78]); + * + * console.log(buf.readUInt32BE(0).toString(16)); + * // Prints: 12345678 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readUInt32BE(offset?: number): number; + /** + * @alias Buffer.readUInt32BE + * @since v14.9.0, v12.19.0 + */ + readUint32BE(offset?: number): number; + /** + * Reads a signed 8-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([-1, 5]); + * + * console.log(buf.readInt8(0)); + * // Prints: -1 + * console.log(buf.readInt8(1)); + * // Prints: 5 + * console.log(buf.readInt8(2)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.0 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 1`. + */ + readInt8(offset?: number): number; + /** + * Reads a signed, little-endian 16-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16LE(0)); + * // Prints: 1280 + * console.log(buf.readInt16LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16LE(offset?: number): number; + /** + * Reads a signed, big-endian 16-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 5]); + * + * console.log(buf.readInt16BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 2`. + */ + readInt16BE(offset?: number): number; + /** + * Reads a signed, little-endian 32-bit integer from `buf` at the specified`offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32LE(0)); + * // Prints: 83886080 + * console.log(buf.readInt32LE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32LE(offset?: number): number; + /** + * Reads a signed, big-endian 32-bit integer from `buf` at the specified `offset`. + * + * Integers read from a `Buffer` are interpreted as two's complement signed values. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([0, 0, 0, 5]); + * + * console.log(buf.readInt32BE(0)); + * // Prints: 5 + * ``` + * @since v0.5.5 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readInt32BE(offset?: number): number; + /** + * Reads a 32-bit, little-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatLE(0)); + * // Prints: 1.539989614439558e-36 + * console.log(buf.readFloatLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatLE(offset?: number): number; + /** + * Reads a 32-bit, big-endian float from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4]); + * + * console.log(buf.readFloatBE(0)); + * // Prints: 2.387939260590663e-38 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 4`. + */ + readFloatBE(offset?: number): number; + /** + * Reads a 64-bit, little-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleLE(0)); + * // Prints: 5.447603722011605e-270 + * console.log(buf.readDoubleLE(1)); + * // Throws ERR_OUT_OF_RANGE. + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleLE(offset?: number): number; + /** + * Reads a 64-bit, big-endian double from `buf` at the specified `offset`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from([1, 2, 3, 4, 5, 6, 7, 8]); + * + * console.log(buf.readDoubleBE(0)); + * // Prints: 8.20788039913184e-304 + * ``` + * @since v0.11.15 + * @param [offset=0] Number of bytes to skip before starting to read. Must satisfy `0 <= offset <= buf.length - 8`. + */ + readDoubleBE(offset?: number): number; + reverse(): this; + /** + * Interprets `buf` as an array of unsigned 16-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 2. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap16(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap16(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * + * One convenient use of `buf.swap16()` is to perform a fast in-place conversion + * between UTF-16 little-endian and UTF-16 big-endian: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('This is little-endian UTF-16', 'utf16le'); + * buf.swap16(); // Convert to big-endian UTF-16 text. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap16(): this; + /** + * Interprets `buf` as an array of unsigned 32-bit integers and swaps the + * byte order _in-place_. Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 4. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap32(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap32(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v5.10.0 + * @return A reference to `buf`. + */ + swap32(): this; + /** + * Interprets `buf` as an array of 64-bit numbers and swaps byte order _in-place_. + * Throws `ERR_INVALID_BUFFER_SIZE` if `buf.length` is not a multiple of 8. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from([0x1, 0x2, 0x3, 0x4, 0x5, 0x6, 0x7, 0x8]); + * + * console.log(buf1); + * // Prints: + * + * buf1.swap64(); + * + * console.log(buf1); + * // Prints: + * + * const buf2 = Buffer.from([0x1, 0x2, 0x3]); + * + * buf2.swap64(); + * // Throws ERR_INVALID_BUFFER_SIZE. + * ``` + * @since v6.3.0 + * @return A reference to `buf`. + */ + swap64(): this; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a + * valid unsigned 8-bit integer. Behavior is undefined when `value` is anything + * other than an unsigned 8-bit integer. + * + * This function is also available under the `writeUint8` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt8(0x3, 0); + * buf.writeUInt8(0x4, 1); + * buf.writeUInt8(0x23, 2); + * buf.writeUInt8(0x42, 3); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeUInt8(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt8 + * @since v14.9.0, v12.19.0 + */ + writeUint8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 16-bit integer. + * + * This function is also available under the `writeUint16LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16LE(0xdead, 0); + * buf.writeUInt16LE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16LE + * @since v14.9.0, v12.19.0 + */ + writeUint16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 16-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 16-bit integer. + * + * This function is also available under the `writeUint16BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt16BE(0xdead, 0); + * buf.writeUInt16BE(0xbeef, 2); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeUInt16BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt16BE + * @since v14.9.0, v12.19.0 + */ + writeUint16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value` is + * anything other than an unsigned 32-bit integer. + * + * This function is also available under the `writeUint32LE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32LE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32LE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32LE + * @since v14.9.0, v12.19.0 + */ + writeUint32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid unsigned 32-bit integer. Behavior is undefined when `value`is anything other than an + * unsigned 32-bit integer. + * + * This function is also available under the `writeUint32BE` alias. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeUInt32BE(0xfeedface, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeUInt32BE(value: number, offset?: number): number; + /** + * @alias Buffer.writeUInt32BE + * @since v14.9.0, v12.19.0 + */ + writeUint32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset`. `value` must be a valid + * signed 8-bit integer. Behavior is undefined when `value` is anything other than + * a signed 8-bit integer. + * + * `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt8(2, 0); + * buf.writeInt8(-2, 1); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.0 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 1`. + * @return `offset` plus the number of bytes written. + */ + writeInt8(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16LE(0x0304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 16-bit integer. Behavior is undefined when `value` is + * anything other than a signed 16-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(2); + * + * buf.writeInt16BE(0x0102, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 2`. + * @return `offset` plus the number of bytes written. + */ + writeInt16BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32LE(0x05060708, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32LE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a valid signed 32-bit integer. Behavior is undefined when `value` is + * anything other than a signed 32-bit integer. + * + * The `value` is interpreted and written as a two's complement signed integer. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeInt32BE(0x01020304, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.5.5 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeInt32BE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatLE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. Behavior is + * undefined when `value` is anything other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(4); + * + * buf.writeFloatBE(0xcafebabe, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 4`. + * @return `offset` plus the number of bytes written. + */ + writeFloatBE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as little-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleLE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleLE(value: number, offset?: number): number; + /** + * Writes `value` to `buf` at the specified `offset` as big-endian. The `value` must be a JavaScript number. Behavior is undefined when `value` is anything + * other than a JavaScript number. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(8); + * + * buf.writeDoubleBE(123.456, 0); + * + * console.log(buf); + * // Prints: + * ``` + * @since v0.11.15 + * @param value Number to be written to `buf`. + * @param [offset=0] Number of bytes to skip before starting to write. Must satisfy `0 <= offset <= buf.length - 8`. + * @return `offset` plus the number of bytes written. + */ + writeDoubleBE(value: number, offset?: number): number; + /** + * Fills `buf` with the specified `value`. If the `offset` and `end` are not given, + * the entire `buf` will be filled: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Fill a `Buffer` with the ASCII character 'h'. + * + * const b = Buffer.allocUnsafe(50).fill('h'); + * + * console.log(b.toString()); + * // Prints: hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh + * + * // Fill a buffer with empty string + * const c = Buffer.allocUnsafe(5).fill(''); + * + * console.log(c.fill('')); + * // Prints: + * ``` + * + * `value` is coerced to a `uint32` value if it is not a string, `Buffer`, or + * integer. If the resulting integer is greater than `255` (decimal), `buf` will be + * filled with `value & 255`. + * + * If the final write of a `fill()` operation falls on a multi-byte character, + * then only the bytes of that character that fit into `buf` are written: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Fill a `Buffer` with character that takes up two bytes in UTF-8. + * + * console.log(Buffer.allocUnsafe(5).fill('\u0222')); + * // Prints: + * ``` + * + * If `value` contains invalid characters, it is truncated; if no valid + * fill data remains, an exception is thrown: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(5); + * + * console.log(buf.fill('a')); + * // Prints: + * console.log(buf.fill('aazz', 'hex')); + * // Prints: + * console.log(buf.fill('zz', 'hex')); + * // Throws an exception. + * ``` + * @since v0.5.0 + * @param value The value with which to fill `buf`. Empty value (string, Uint8Array, Buffer) is coerced to `0`. + * @param [offset=0] Number of bytes to skip before starting to fill `buf`. + * @param [end=buf.length] Where to stop filling `buf` (not inclusive). + * @param [encoding='utf8'] The encoding for `value` if `value` is a string. + * @return A reference to `buf`. + */ + fill(value: string | Uint8Array | number, offset?: number, end?: number, encoding?: BufferEncoding): this; + /** + * If `value` is: + * + * * a string, `value` is interpreted according to the character encoding in `encoding`. + * * a `Buffer` or [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array), `value` will be used in its entirety. + * To compare a partial `Buffer`, use `buf.subarray`. + * * a number, `value` will be interpreted as an unsigned 8-bit integer + * value between `0` and `255`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.indexOf('this')); + * // Prints: 0 + * console.log(buf.indexOf('is')); + * // Prints: 2 + * console.log(buf.indexOf(Buffer.from('a buffer'))); + * // Prints: 8 + * console.log(buf.indexOf(97)); + * // Prints: 8 (97 is the decimal ASCII value for 'a') + * console.log(buf.indexOf(Buffer.from('a buffer example'))); + * // Prints: -1 + * console.log(buf.indexOf(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: 8 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.indexOf('\u03a3', 0, 'utf16le')); + * // Prints: 4 + * console.log(utf16Buffer.indexOf('\u03a3', -4, 'utf16le')); + * // Prints: 6 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. If the result + * of coercion is `NaN` or `0`, then the entire buffer will be searched. This + * behavior matches [`String.prototype.indexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/indexOf). + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.indexOf(99.9)); + * console.log(b.indexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN or 0. + * // Prints: 1, searching the whole buffer. + * console.log(b.indexOf('b', undefined)); + * console.log(b.indexOf('b', {})); + * console.log(b.indexOf('b', null)); + * console.log(b.indexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer` and `byteOffset` is less + * than `buf.length`, `byteOffset` will be returned. If `value` is empty and`byteOffset` is at least `buf.length`, `buf.length` will be returned. + * @since v1.5.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the first occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + indexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + /** + * Identical to `buf.indexOf()`, except the last occurrence of `value` is found + * rather than the first occurrence. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this buffer is a buffer'); + * + * console.log(buf.lastIndexOf('this')); + * // Prints: 0 + * console.log(buf.lastIndexOf('buffer')); + * // Prints: 17 + * console.log(buf.lastIndexOf(Buffer.from('buffer'))); + * // Prints: 17 + * console.log(buf.lastIndexOf(97)); + * // Prints: 15 (97 is the decimal ASCII value for 'a') + * console.log(buf.lastIndexOf(Buffer.from('yolo'))); + * // Prints: -1 + * console.log(buf.lastIndexOf('buffer', 5)); + * // Prints: 5 + * console.log(buf.lastIndexOf('buffer', 4)); + * // Prints: -1 + * + * const utf16Buffer = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'utf16le'); + * + * console.log(utf16Buffer.lastIndexOf('\u03a3', undefined, 'utf16le')); + * // Prints: 6 + * console.log(utf16Buffer.lastIndexOf('\u03a3', -5, 'utf16le')); + * // Prints: 4 + * ``` + * + * If `value` is not a string, number, or `Buffer`, this method will throw a `TypeError`. If `value` is a number, it will be coerced to a valid byte value, + * an integer between 0 and 255. + * + * If `byteOffset` is not a number, it will be coerced to a number. Any arguments + * that coerce to `NaN`, like `{}` or `undefined`, will search the whole buffer. + * This behavior matches [`String.prototype.lastIndexOf()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/lastIndexOf). + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const b = Buffer.from('abcdef'); + * + * // Passing a value that's a number, but not a valid byte. + * // Prints: 2, equivalent to searching for 99 or 'c'. + * console.log(b.lastIndexOf(99.9)); + * console.log(b.lastIndexOf(256 + 99)); + * + * // Passing a byteOffset that coerces to NaN. + * // Prints: 1, searching the whole buffer. + * console.log(b.lastIndexOf('b', undefined)); + * console.log(b.lastIndexOf('b', {})); + * + * // Passing a byteOffset that coerces to 0. + * // Prints: -1, equivalent to passing 0. + * console.log(b.lastIndexOf('b', null)); + * console.log(b.lastIndexOf('b', [])); + * ``` + * + * If `value` is an empty string or empty `Buffer`, `byteOffset` will be returned. + * @since v6.0.0 + * @param value What to search for. + * @param [byteOffset=buf.length - 1] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is the encoding used to determine the binary representation of the string that will be searched for in `buf`. + * @return The index of the last occurrence of `value` in `buf`, or `-1` if `buf` does not contain `value`. + */ + lastIndexOf(value: string | number | Uint8Array, byteOffset?: number, encoding?: BufferEncoding): number; + /** + * Equivalent to `buf.indexOf() !== -1`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('this is a buffer'); + * + * console.log(buf.includes('this')); + * // Prints: true + * console.log(buf.includes('is')); + * // Prints: true + * console.log(buf.includes(Buffer.from('a buffer'))); + * // Prints: true + * console.log(buf.includes(97)); + * // Prints: true (97 is the decimal ASCII value for 'a') + * console.log(buf.includes(Buffer.from('a buffer example'))); + * // Prints: false + * console.log(buf.includes(Buffer.from('a buffer example').slice(0, 8))); + * // Prints: true + * console.log(buf.includes('this', 4)); + * // Prints: false + * ``` + * @since v5.3.0 + * @param value What to search for. + * @param [byteOffset=0] Where to begin searching in `buf`. If negative, then offset is calculated from the end of `buf`. + * @param [encoding='utf8'] If `value` is a string, this is its encoding. + * @return `true` if `value` was found in `buf`, `false` otherwise. + */ + includes(value: string | number | Buffer, byteOffset?: number, encoding?: BufferEncoding): boolean; + } + var Buffer: BufferConstructor; + /** + * Decodes a string of Base64-encoded data into bytes, and encodes those bytes + * into a string using Latin-1 (ISO-8859-1). + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @legacy Use `Buffer.from(data, 'base64')` instead. + * @param data The Base64-encoded input string. + */ + function atob(data: string): string; + /** + * Decodes a string into bytes using Latin-1 (ISO-8859), and encodes those bytes + * into a string using Base64. + * + * The `data` may be any JavaScript-value that can be coerced into a string. + * + * **This function is only provided for compatibility with legacy web platform APIs** + * **and should never be used in new code, because they use strings to represent** + * **binary data and predate the introduction of typed arrays in JavaScript.** + * **For code running using Node.js APIs, converting between base64-encoded strings** + * **and binary data should be performed using `Buffer.from(str, 'base64')` and `buf.toString('base64')`.** + * @since v15.13.0, v14.17.0 + * @legacy Use `buf.toString('base64')` instead. + * @param data An ASCII (Latin1) string. + */ + function btoa(data: string): string; + interface Blob extends _Blob {} + /** + * `Blob` class is a global reference for `import { Blob } from 'node:buffer'` + * https://nodejs.org/api/buffer.html#class-blob + * @since v18.0.0 + */ + var Blob: typeof globalThis extends { onmessage: any; Blob: infer T } ? T + : typeof import("buffer").Blob; + interface File extends _File {} + /** + * `File` class is a global reference for `import { File } from 'node:buffer'` + * https://nodejs.org/api/buffer.html#class-file + * @since v20.0.0 + */ + var File: typeof globalThis extends { onmessage: any; File: infer T } ? T + : typeof import("buffer").File; + } +} +declare module "node:buffer" { + export * from "buffer"; +} diff --git a/server/node_modules/@types/node/child_process.d.ts b/server/node_modules/@types/node/child_process.d.ts new file mode 100644 index 000000000..09f181f92 --- /dev/null +++ b/server/node_modules/@types/node/child_process.d.ts @@ -0,0 +1,1549 @@ +/** + * The `node:child_process` module provides the ability to spawn subprocesses in + * a manner that is similar, but not identical, to [`popen(3)`](http://man7.org/linux/man-pages/man3/popen.3.html). This capability + * is primarily provided by the {@link spawn} function: + * + * ```js + * import { spawn } from 'node:child_process'; + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * By default, pipes for `stdin`, `stdout`, and `stderr` are established between + * the parent Node.js process and the spawned subprocess. These pipes have + * limited (and platform-specific) capacity. If the subprocess writes to + * stdout in excess of that limit without the output being captured, the + * subprocess blocks waiting for the pipe buffer to accept more data. This is + * identical to the behavior of pipes in the shell. Use the `{ stdio: 'ignore' }` option if the output will not be consumed. + * + * The command lookup is performed using the `options.env.PATH` environment + * variable if `env` is in the `options` object. Otherwise, `process.env.PATH` is + * used. If `options.env` is set without `PATH`, lookup on Unix is performed + * on a default search path search of `/usr/bin:/bin` (see your operating system's + * manual for execvpe/execvp), on Windows the current processes environment + * variable `PATH` is used. + * + * On Windows, environment variables are case-insensitive. Node.js + * lexicographically sorts the `env` keys and uses the first one that + * case-insensitively matches. Only first (in lexicographic order) entry will be + * passed to the subprocess. This might lead to issues on Windows when passing + * objects to the `env` option that have multiple variants of the same key, such as `PATH` and `Path`. + * + * The {@link spawn} method spawns the child process asynchronously, + * without blocking the Node.js event loop. The {@link spawnSync} function provides equivalent functionality in a synchronous manner that blocks + * the event loop until the spawned process either exits or is terminated. + * + * For convenience, the `node:child_process` module provides a handful of + * synchronous and asynchronous alternatives to {@link spawn} and {@link spawnSync}. Each of these alternatives are implemented on + * top of {@link spawn} or {@link spawnSync}. + * + * * {@link exec}: spawns a shell and runs a command within that + * shell, passing the `stdout` and `stderr` to a callback function when + * complete. + * * {@link execFile}: similar to {@link exec} except + * that it spawns the command directly without first spawning a shell by + * default. + * * {@link fork}: spawns a new Node.js process and invokes a + * specified module with an IPC communication channel established that allows + * sending messages between parent and child. + * * {@link execSync}: a synchronous version of {@link exec} that will block the Node.js event loop. + * * {@link execFileSync}: a synchronous version of {@link execFile} that will block the Node.js event loop. + * + * For certain use cases, such as automating shell scripts, the `synchronous counterparts` may be more convenient. In many cases, however, + * the synchronous methods can have significant impact on performance due to + * stalling the event loop while spawned processes complete. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/child_process.js) + */ +declare module "child_process" { + import { ObjectEncodingOptions } from "node:fs"; + import { Abortable, EventEmitter } from "node:events"; + import * as dgram from "node:dgram"; + import * as net from "node:net"; + import { Pipe, Readable, Stream, Writable } from "node:stream"; + import { URL } from "node:url"; + type Serializable = string | object | number | boolean | bigint; + type SendHandle = net.Socket | net.Server | dgram.Socket | undefined; + /** + * Instances of the `ChildProcess` represent spawned child processes. + * + * Instances of `ChildProcess` are not intended to be created directly. Rather, + * use the {@link spawn}, {@link exec},{@link execFile}, or {@link fork} methods to create + * instances of `ChildProcess`. + * @since v2.2.0 + */ + class ChildProcess extends EventEmitter { + /** + * A `Writable Stream` that represents the child process's `stdin`. + * + * If a child process waits to read all of its input, the child will not continue + * until this stream has been closed via `end()`. + * + * If the child was spawned with `stdio[0]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdin` is an alias for `subprocess.stdio[0]`. Both properties will + * refer to the same value. + * + * The `subprocess.stdin` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stdin: Writable | null; + /** + * A `Readable Stream` that represents the child process's `stdout`. + * + * If the child was spawned with `stdio[1]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stdout` is an alias for `subprocess.stdio[1]`. Both properties will + * refer to the same value. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn('ls'); + * + * subprocess.stdout.on('data', (data) => { + * console.log(`Received chunk ${data}`); + * }); + * ``` + * + * The `subprocess.stdout` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stdout: Readable | null; + /** + * A `Readable Stream` that represents the child process's `stderr`. + * + * If the child was spawned with `stdio[2]` set to anything other than `'pipe'`, + * then this will be `null`. + * + * `subprocess.stderr` is an alias for `subprocess.stdio[2]`. Both properties will + * refer to the same value. + * + * The `subprocess.stderr` property can be `null` or `undefined` if the child process could not be successfully spawned. + * @since v0.1.90 + */ + stderr: Readable | null; + /** + * The `subprocess.channel` property is a reference to the child's IPC channel. If + * no IPC channel exists, this property is `undefined`. + * @since v7.1.0 + */ + readonly channel?: Pipe | null | undefined; + /** + * A sparse array of pipes to the child process, corresponding with positions in + * the `stdio` option passed to {@link spawn} that have been set + * to the value `'pipe'`. `subprocess.stdio[0]`, `subprocess.stdio[1]`, and `subprocess.stdio[2]` are also available as `subprocess.stdin`, `subprocess.stdout`, and `subprocess.stderr`, + * respectively. + * + * In the following example, only the child's fd `1` (stdout) is configured as a + * pipe, so only the parent's `subprocess.stdio[1]` is a stream, all other values + * in the array are `null`. + * + * ```js + * import assert from 'node:assert'; + * import fs from 'node:fs'; + * import child_process from 'node:child_process'; + * + * const subprocess = child_process.spawn('ls', { + * stdio: [ + * 0, // Use parent's stdin for child. + * 'pipe', // Pipe child's stdout to parent. + * fs.openSync('err.out', 'w'), // Direct child's stderr to a file. + * ], + * }); + * + * assert.strictEqual(subprocess.stdio[0], null); + * assert.strictEqual(subprocess.stdio[0], subprocess.stdin); + * + * assert(subprocess.stdout); + * assert.strictEqual(subprocess.stdio[1], subprocess.stdout); + * + * assert.strictEqual(subprocess.stdio[2], null); + * assert.strictEqual(subprocess.stdio[2], subprocess.stderr); + * ``` + * + * The `subprocess.stdio` property can be `undefined` if the child process could + * not be successfully spawned. + * @since v0.7.10 + */ + readonly stdio: [ + Writable | null, + // stdin + Readable | null, + // stdout + Readable | null, + // stderr + Readable | Writable | null | undefined, + // extra + Readable | Writable | null | undefined, // extra + ]; + /** + * The `subprocess.killed` property indicates whether the child process + * successfully received a signal from `subprocess.kill()`. The `killed` property + * does not indicate that the child process has been terminated. + * @since v0.5.10 + */ + readonly killed: boolean; + /** + * Returns the process identifier (PID) of the child process. If the child process + * fails to spawn due to errors, then the value is `undefined` and `error` is + * emitted. + * + * ```js + * import { spawn } from 'node:child_process'; + * const grep = spawn('grep', ['ssh']); + * + * console.log(`Spawned child pid: ${grep.pid}`); + * grep.stdin.end(); + * ``` + * @since v0.1.90 + */ + readonly pid?: number | undefined; + /** + * The `subprocess.connected` property indicates whether it is still possible to + * send and receive messages from a child process. When `subprocess.connected` is `false`, it is no longer possible to send or receive messages. + * @since v0.7.2 + */ + readonly connected: boolean; + /** + * The `subprocess.exitCode` property indicates the exit code of the child process. + * If the child process is still running, the field will be `null`. + */ + readonly exitCode: number | null; + /** + * The `subprocess.signalCode` property indicates the signal received by + * the child process if any, else `null`. + */ + readonly signalCode: NodeJS.Signals | null; + /** + * The `subprocess.spawnargs` property represents the full list of command-line + * arguments the child process was launched with. + */ + readonly spawnargs: string[]; + /** + * The `subprocess.spawnfile` property indicates the executable file name of + * the child process that is launched. + * + * For {@link fork}, its value will be equal to `process.execPath`. + * For {@link spawn}, its value will be the name of + * the executable file. + * For {@link exec}, its value will be the name of the shell + * in which the child process is launched. + */ + readonly spawnfile: string; + /** + * The `subprocess.kill()` method sends a signal to the child process. If no + * argument is given, the process will be sent the `'SIGTERM'` signal. See [`signal(7)`](http://man7.org/linux/man-pages/man7/signal.7.html) for a list of available signals. This function + * returns `true` if [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) succeeds, and `false` otherwise. + * + * ```js + * import { spawn } from 'node:child_process'; + * const grep = spawn('grep', ['ssh']); + * + * grep.on('close', (code, signal) => { + * console.log( + * `child process terminated due to receipt of signal ${signal}`); + * }); + * + * // Send SIGHUP to process. + * grep.kill('SIGHUP'); + * ``` + * + * The `ChildProcess` object may emit an `'error'` event if the signal + * cannot be delivered. Sending a signal to a child process that has already exited + * is not an error but may have unforeseen consequences. Specifically, if the + * process identifier (PID) has been reassigned to another process, the signal will + * be delivered to that process instead which can have unexpected results. + * + * While the function is called `kill`, the signal delivered to the child process + * may not actually terminate the process. + * + * See [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for reference. + * + * On Windows, where POSIX signals do not exist, the `signal` argument will be + * ignored, and the process will be killed forcefully and abruptly (similar to `'SIGKILL'`). + * See `Signal Events` for more details. + * + * On Linux, child processes of child processes will not be terminated + * when attempting to kill their parent. This is likely to happen when running a + * new process in a shell or with the use of the `shell` option of `ChildProcess`: + * + * ```js + * 'use strict'; + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn( + * 'sh', + * [ + * '-c', + * `node -e "setInterval(() => { + * console.log(process.pid, 'is alive') + * }, 500);"`, + * ], { + * stdio: ['inherit', 'inherit', 'inherit'], + * }, + * ); + * + * setTimeout(() => { + * subprocess.kill(); // Does not terminate the Node.js process in the shell. + * }, 2000); + * ``` + * @since v0.1.90 + */ + kill(signal?: NodeJS.Signals | number): boolean; + /** + * Calls {@link ChildProcess.kill} with `'SIGTERM'`. + * @since v20.5.0 + */ + [Symbol.dispose](): void; + /** + * When an IPC channel has been established between the parent and child ( + * i.e. when using {@link fork}), the `subprocess.send()` method can + * be used to send messages to the child process. When the child process is a + * Node.js instance, these messages can be received via the `'message'` event. + * + * The message goes through serialization and parsing. The resulting + * message might not be the same as what is originally sent. + * + * For example, in the parent script: + * + * ```js + * import cp from 'node:child_process'; + * const n = cp.fork(`${__dirname}/sub.js`); + * + * n.on('message', (m) => { + * console.log('PARENT got message:', m); + * }); + * + * // Causes the child to print: CHILD got message: { hello: 'world' } + * n.send({ hello: 'world' }); + * ``` + * + * And then the child script, `'sub.js'` might look like this: + * + * ```js + * process.on('message', (m) => { + * console.log('CHILD got message:', m); + * }); + * + * // Causes the parent to print: PARENT got message: { foo: 'bar', baz: null } + * process.send({ foo: 'bar', baz: NaN }); + * ``` + * + * Child Node.js processes will have a `process.send()` method of their own + * that allows the child to send messages back to the parent. + * + * There is a special case when sending a `{cmd: 'NODE_foo'}` message. Messages + * containing a `NODE_` prefix in the `cmd` property are reserved for use within + * Node.js core and will not be emitted in the child's `'message'` event. Rather, such messages are emitted using the `'internalMessage'` event and are consumed internally by Node.js. + * Applications should avoid using such messages or listening for `'internalMessage'` events as it is subject to change without notice. + * + * The optional `sendHandle` argument that may be passed to `subprocess.send()` is + * for passing a TCP server or socket object to the child process. The child will + * receive the object as the second argument passed to the callback function + * registered on the `'message'` event. Any data that is received and buffered in + * the socket will not be sent to the child. Sending IPC sockets is not supported on Windows. + * + * The optional `callback` is a function that is invoked after the message is + * sent but before the child may have received it. The function is called with a + * single argument: `null` on success, or an `Error` object on failure. + * + * If no `callback` function is provided and the message cannot be sent, an `'error'` event will be emitted by the `ChildProcess` object. This can + * happen, for instance, when the child process has already exited. + * + * `subprocess.send()` will return `false` if the channel has closed or when the + * backlog of unsent messages exceeds a threshold that makes it unwise to send + * more. Otherwise, the method returns `true`. The `callback` function can be + * used to implement flow control. + * + * #### Example: sending a server object + * + * The `sendHandle` argument can be used, for instance, to pass the handle of + * a TCP server object to the child process as illustrated in the example below: + * + * ```js + * import { createServer } from 'node:net'; + * import { fork } from 'node:child_process'; + * const subprocess = fork('subprocess.js'); + * + * // Open up the server object and send the handle. + * const server = createServer(); + * server.on('connection', (socket) => { + * socket.end('handled by parent'); + * }); + * server.listen(1337, () => { + * subprocess.send('server', server); + * }); + * ``` + * + * The child would then receive the server object as: + * + * ```js + * process.on('message', (m, server) => { + * if (m === 'server') { + * server.on('connection', (socket) => { + * socket.end('handled by child'); + * }); + * } + * }); + * ``` + * + * Once the server is now shared between the parent and child, some connections + * can be handled by the parent and some by the child. + * + * While the example above uses a server created using the `node:net` module, `node:dgram` module servers use exactly the same workflow with the exceptions of + * listening on a `'message'` event instead of `'connection'` and using `server.bind()` instead of `server.listen()`. This is, however, only + * supported on Unix platforms. + * + * #### Example: sending a socket object + * + * Similarly, the `sendHandler` argument can be used to pass the handle of a + * socket to the child process. The example below spawns two children that each + * handle connections with "normal" or "special" priority: + * + * ```js + * import { createServer } from 'node:net'; + * import { fork } from 'node:child_process'; + * const normal = fork('subprocess.js', ['normal']); + * const special = fork('subprocess.js', ['special']); + * + * // Open up the server and send sockets to child. Use pauseOnConnect to prevent + * // the sockets from being read before they are sent to the child process. + * const server = createServer({ pauseOnConnect: true }); + * server.on('connection', (socket) => { + * + * // If this is special priority... + * if (socket.remoteAddress === '74.125.127.100') { + * special.send('socket', socket); + * return; + * } + * // This is normal priority. + * normal.send('socket', socket); + * }); + * server.listen(1337); + * ``` + * + * The `subprocess.js` would receive the socket handle as the second argument + * passed to the event callback function: + * + * ```js + * process.on('message', (m, socket) => { + * if (m === 'socket') { + * if (socket) { + * // Check that the client socket exists. + * // It is possible for the socket to be closed between the time it is + * // sent and the time it is received in the child process. + * socket.end(`Request handled with ${process.argv[2]} priority`); + * } + * } + * }); + * ``` + * + * Do not use `.maxConnections` on a socket that has been passed to a subprocess. + * The parent cannot track when the socket is destroyed. + * + * Any `'message'` handlers in the subprocess should verify that `socket` exists, + * as the connection may have been closed during the time it takes to send the + * connection to the child. + * @since v0.5.9 + * @param sendHandle `undefined`, or a [`net.Socket`](https://nodejs.org/docs/latest-v22.x/api/net.html#class-netsocket), [`net.Server`](https://nodejs.org/docs/latest-v22.x/api/net.html#class-netserver), or [`dgram.Socket`](https://nodejs.org/docs/latest-v22.x/api/dgram.html#class-dgramsocket) object. + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send(message: Serializable, callback?: (error: Error | null) => void): boolean; + send(message: Serializable, sendHandle?: SendHandle, callback?: (error: Error | null) => void): boolean; + send( + message: Serializable, + sendHandle?: SendHandle, + options?: MessageOptions, + callback?: (error: Error | null) => void, + ): boolean; + /** + * Closes the IPC channel between parent and child, allowing the child to exit + * gracefully once there are no other connections keeping it alive. After calling + * this method the `subprocess.connected` and `process.connected` properties in + * both the parent and child (respectively) will be set to `false`, and it will be + * no longer possible to pass messages between the processes. + * + * The `'disconnect'` event will be emitted when there are no messages in the + * process of being received. This will most often be triggered immediately after + * calling `subprocess.disconnect()`. + * + * When the child process is a Node.js instance (e.g. spawned using {@link fork}), the `process.disconnect()` method can be invoked + * within the child process to close the IPC channel as well. + * @since v0.7.2 + */ + disconnect(): void; + /** + * By default, the parent will wait for the detached child to exit. To prevent the + * parent from waiting for a given `subprocess` to exit, use the `subprocess.unref()` method. Doing so will cause the parent's event loop to not + * include the child in its reference count, allowing the parent to exit + * independently of the child, unless there is an established IPC channel between + * the child and the parent. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore', + * }); + * + * subprocess.unref(); + * ``` + * @since v0.7.10 + */ + unref(): void; + /** + * Calling `subprocess.ref()` after making a call to `subprocess.unref()` will + * restore the removed reference count for the child process, forcing the parent + * to wait for the child to exit before exiting itself. + * + * ```js + * import { spawn } from 'node:child_process'; + * + * const subprocess = spawn(process.argv[0], ['child_program.js'], { + * detached: true, + * stdio: 'ignore', + * }); + * + * subprocess.unref(); + * subprocess.ref(); + * ``` + * @since v0.7.10 + */ + ref(): void; + /** + * events.EventEmitter + * 1. close + * 2. disconnect + * 3. error + * 4. exit + * 5. message + * 6. spawn + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + addListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + addListener(event: "spawn", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "exit", code: number | null, signal: NodeJS.Signals | null): boolean; + emit(event: "message", message: Serializable, sendHandle: SendHandle): boolean; + emit(event: "spawn", listener: () => void): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + on(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + on(event: "spawn", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + once(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + once(event: "spawn", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "exit", listener: (code: number | null, signal: NodeJS.Signals | null) => void): this; + prependListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependListener(event: "spawn", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "close", + listener: (code: number | null, signal: NodeJS.Signals | null) => void, + ): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "exit", + listener: (code: number | null, signal: NodeJS.Signals | null) => void, + ): this; + prependOnceListener(event: "message", listener: (message: Serializable, sendHandle: SendHandle) => void): this; + prependOnceListener(event: "spawn", listener: () => void): this; + } + // return this object when stdio option is undefined or not specified + interface ChildProcessWithoutNullStreams extends ChildProcess { + stdin: Writable; + stdout: Readable; + stderr: Readable; + readonly stdio: [ + Writable, + Readable, + Readable, + // stderr + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined, // extra, no modification + ]; + } + // return this object when stdio option is a tuple of 3 + interface ChildProcessByStdio + extends ChildProcess + { + stdin: I; + stdout: O; + stderr: E; + readonly stdio: [ + I, + O, + E, + Readable | Writable | null | undefined, + // extra, no modification + Readable | Writable | null | undefined, // extra, no modification + ]; + } + interface MessageOptions { + keepOpen?: boolean | undefined; + } + type IOType = "overlapped" | "pipe" | "ignore" | "inherit"; + type StdioOptions = IOType | Array; + type SerializationType = "json" | "advanced"; + interface MessagingOptions extends Abortable { + /** + * Specify the kind of serialization used for sending messages between processes. + * @default 'json' + */ + serialization?: SerializationType | undefined; + /** + * The signal value to be used when the spawned process will be killed by the abort signal. + * @default 'SIGTERM' + */ + killSignal?: NodeJS.Signals | number | undefined; + /** + * In milliseconds the maximum amount of time the process is allowed to run. + */ + timeout?: number | undefined; + } + interface ProcessEnvOptions { + uid?: number | undefined; + gid?: number | undefined; + cwd?: string | URL | undefined; + env?: NodeJS.ProcessEnv | undefined; + } + interface CommonOptions extends ProcessEnvOptions { + /** + * @default false + */ + windowsHide?: boolean | undefined; + /** + * @default 0 + */ + timeout?: number | undefined; + } + interface CommonSpawnOptions extends CommonOptions, MessagingOptions, Abortable { + argv0?: string | undefined; + /** + * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + shell?: boolean | string | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + interface SpawnOptions extends CommonSpawnOptions { + detached?: boolean | undefined; + } + interface SpawnOptionsWithoutStdio extends SpawnOptions { + stdio?: StdioPipeNamed | StdioPipe[] | undefined; + } + type StdioNull = "inherit" | "ignore" | Stream; + type StdioPipeNamed = "pipe" | "overlapped"; + type StdioPipe = undefined | null | StdioPipeNamed; + interface SpawnOptionsWithStdioTuple< + Stdin extends StdioNull | StdioPipe, + Stdout extends StdioNull | StdioPipe, + Stderr extends StdioNull | StdioPipe, + > extends SpawnOptions { + stdio: [Stdin, Stdout, Stderr]; + } + /** + * The `child_process.spawn()` method spawns a new process using the given `command`, with command-line arguments in `args`. If omitted, `args` defaults + * to an empty array. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * A third argument may be used to specify additional options, with these defaults: + * + * ```js + * const defaults = { + * cwd: undefined, + * env: process.env, + * }; + * ``` + * + * Use `cwd` to specify the working directory from which the process is spawned. + * If not given, the default is to inherit the current working directory. If given, + * but the path does not exist, the child process emits an `ENOENT` error + * and exits immediately. `ENOENT` is also emitted when the command + * does not exist. + * + * Use `env` to specify environment variables that will be visible to the new + * process, the default is `process.env`. + * + * `undefined` values in `env` will be ignored. + * + * Example of running `ls -lh /usr`, capturing `stdout`, `stderr`, and the + * exit code: + * + * ```js + * import { spawn } from 'node:child_process'; + * const ls = spawn('ls', ['-lh', '/usr']); + * + * ls.stdout.on('data', (data) => { + * console.log(`stdout: ${data}`); + * }); + * + * ls.stderr.on('data', (data) => { + * console.error(`stderr: ${data}`); + * }); + * + * ls.on('close', (code) => { + * console.log(`child process exited with code ${code}`); + * }); + * ``` + * + * Example: A very elaborate way to run `ps ax | grep ssh` + * + * ```js + * import { spawn } from 'node:child_process'; + * const ps = spawn('ps', ['ax']); + * const grep = spawn('grep', ['ssh']); + * + * ps.stdout.on('data', (data) => { + * grep.stdin.write(data); + * }); + * + * ps.stderr.on('data', (data) => { + * console.error(`ps stderr: ${data}`); + * }); + * + * ps.on('close', (code) => { + * if (code !== 0) { + * console.log(`ps process exited with code ${code}`); + * } + * grep.stdin.end(); + * }); + * + * grep.stdout.on('data', (data) => { + * console.log(data.toString()); + * }); + * + * grep.stderr.on('data', (data) => { + * console.error(`grep stderr: ${data}`); + * }); + * + * grep.on('close', (code) => { + * if (code !== 0) { + * console.log(`grep process exited with code ${code}`); + * } + * }); + * ``` + * + * Example of checking for failed `spawn`: + * + * ```js + * import { spawn } from 'node:child_process'; + * const subprocess = spawn('bad_command'); + * + * subprocess.on('error', (err) => { + * console.error('Failed to start subprocess.'); + * }); + * ``` + * + * Certain platforms (macOS, Linux) will use the value of `argv[0]` for the process + * title while others (Windows, SunOS) will use `command`. + * + * Node.js overwrites `argv[0]` with `process.execPath` on startup, so `process.argv[0]` in a Node.js child process will not match the `argv0` parameter passed to `spawn` from the parent. Retrieve + * it with the `process.argv0` property instead. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { spawn } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const grep = spawn('grep', ['ssh'], { signal }); + * grep.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * ``` + * @since v0.1.90 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawn(command: string, options?: SpawnOptionsWithoutStdio): ChildProcessWithoutNullStreams; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn(command: string, options: SpawnOptions): ChildProcess; + // overloads of spawn with 'args' + function spawn( + command: string, + args?: readonly string[], + options?: SpawnOptionsWithoutStdio, + ): ChildProcessWithoutNullStreams; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn( + command: string, + args: readonly string[], + options: SpawnOptionsWithStdioTuple, + ): ChildProcessByStdio; + function spawn(command: string, args: readonly string[], options: SpawnOptions): ChildProcess; + interface ExecOptions extends CommonOptions { + shell?: string | undefined; + signal?: AbortSignal | undefined; + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + } + interface ExecOptionsWithStringEncoding extends ExecOptions { + encoding: BufferEncoding; + } + interface ExecOptionsWithBufferEncoding extends ExecOptions { + encoding: BufferEncoding | null; // specify `null`. + } + interface ExecException extends Error { + cmd?: string | undefined; + killed?: boolean | undefined; + code?: number | undefined; + signal?: NodeJS.Signals | undefined; + stdout?: string; + stderr?: string; + } + /** + * Spawns a shell then executes the `command` within that shell, buffering any + * generated output. The `command` string passed to the exec function is processed + * directly by the shell and special characters (vary based on [shell](https://en.wikipedia.org/wiki/List_of_command-line_interpreters)) + * need to be dealt with accordingly: + * + * ```js + * import { exec } from 'node:child_process'; + * + * exec('"/path/to/test file/test.sh" arg1 arg2'); + * // Double quotes are used so that the space in the path is not interpreted as + * // a delimiter of multiple arguments. + * + * exec('echo "The \\$HOME variable is $HOME"'); + * // The $HOME variable is escaped in the first instance, but not in the second. + * ``` + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * + * If a `callback` function is provided, it is called with the arguments `(error, stdout, stderr)`. On success, `error` will be `null`. On error, `error` will be an instance of `Error`. The + * `error.code` property will be + * the exit code of the process. By convention, any exit code other than `0` indicates an error. `error.signal` will be the signal that terminated the + * process. + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * ```js + * import { exec } from 'node:child_process'; + * exec('cat *.js missing_file | wc -l', (error, stdout, stderr) => { + * if (error) { + * console.error(`exec error: ${error}`); + * return; + * } + * console.log(`stdout: ${stdout}`); + * console.error(`stderr: ${stderr}`); + * }); + * ``` + * + * If `timeout` is greater than `0`, the parent will send the signal + * identified by the `killSignal` property (the default is `'SIGTERM'`) if the + * child runs longer than `timeout` milliseconds. + * + * Unlike the [`exec(3)`](http://man7.org/linux/man-pages/man3/exec.3.html) POSIX system call, `child_process.exec()` does not replace + * the existing process and uses a shell to execute the command. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * import util from 'node:util'; + * import child_process from 'node:child_process'; + * const exec = util.promisify(child_process.exec); + * + * async function lsExample() { + * const { stdout, stderr } = await exec('ls'); + * console.log('stdout:', stdout); + * console.error('stderr:', stderr); + * } + * lsExample(); + * ``` + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { exec } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = exec('grep ssh', { signal }, (error) => { + * console.error(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.90 + * @param command The command to run, with space-separated arguments. + * @param callback called with the output when process terminates. + */ + function exec( + command: string, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function exec( + command: string, + options: { + encoding: "buffer" | null; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: Buffer, stderr: Buffer) => void, + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function exec( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function exec( + command: string, + options: ExecOptions, + callback?: (error: ExecException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function exec( + command: string, + options: (ObjectEncodingOptions & ExecOptions) | undefined | null, + callback?: (error: ExecException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + interface PromiseWithChild extends Promise { + child: ChildProcess; + } + namespace exec { + function __promisify__(command: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: { + encoding: "buffer" | null; + } & ExecOptions, + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + command: string, + options: { + encoding: BufferEncoding; + } & ExecOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options: ExecOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + command: string, + options?: (ObjectEncodingOptions & ExecOptions) | null, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ExecFileOptions extends CommonOptions, Abortable { + maxBuffer?: number | undefined; + killSignal?: NodeJS.Signals | number | undefined; + windowsVerbatimArguments?: boolean | undefined; + shell?: boolean | string | undefined; + signal?: AbortSignal | undefined; + } + interface ExecFileOptionsWithStringEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + interface ExecFileOptionsWithBufferEncoding extends ExecFileOptions { + encoding: "buffer" | null; + } + interface ExecFileOptionsWithOtherEncoding extends ExecFileOptions { + encoding: BufferEncoding; + } + type ExecFileException = + & Omit + & Omit + & { code?: string | number | undefined | null }; + /** + * The `child_process.execFile()` function is similar to {@link exec} except that it does not spawn a shell by default. Rather, the specified + * executable `file` is spawned directly as a new process making it slightly more + * efficient than {@link exec}. + * + * The same options as {@link exec} are supported. Since a shell is + * not spawned, behaviors such as I/O redirection and file globbing are not + * supported. + * + * ```js + * import { execFile } from 'node:child_process'; + * const child = execFile('node', ['--version'], (error, stdout, stderr) => { + * if (error) { + * throw error; + * } + * console.log(stdout); + * }); + * ``` + * + * The `stdout` and `stderr` arguments passed to the callback will contain the + * stdout and stderr output of the child process. By default, Node.js will decode + * the output as UTF-8 and pass strings to the callback. The `encoding` option + * can be used to specify the character encoding used to decode the stdout and + * stderr output. If `encoding` is `'buffer'`, or an unrecognized character + * encoding, `Buffer` objects will be passed to the callback instead. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `stdout` and `stderr` properties. The returned `ChildProcess` instance is attached to the `Promise` as a `child` property. In + * case of an error (including any error resulting in an exit code other than 0), a + * rejected promise is returned, with the same `error` object given in the + * callback, but with two additional properties `stdout` and `stderr`. + * + * ```js + * import util from 'node:util'; + * import child_process from 'node:child_process'; + * const execFile = util.promisify(child_process.execFile); + * async function getVersion() { + * const { stdout } = await execFile('node', ['--version']); + * console.log(stdout); + * } + * getVersion(); + * ``` + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * import { execFile } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = execFile('node', ['--version'], { signal }, (error) => { + * console.error(error); // an AbortError + * }); + * controller.abort(); + * ``` + * @since v0.1.91 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @param callback Called with the output when process terminates. + */ + function execFile(file: string): ChildProcess; + function execFile( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): ChildProcess; + function execFile(file: string, args?: readonly string[] | null): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): ChildProcess; + // no `options` definitely means stdout/stderr are `string`. + function execFile( + file: string, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with `"buffer"` or `null` for `encoding` means stdout/stderr are definitely `Buffer`. + function execFile( + file: string, + options: ExecFileOptionsWithBufferEncoding, + callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + callback: (error: ExecFileException | null, stdout: Buffer, stderr: Buffer) => void, + ): ChildProcess; + // `options` with well known `encoding` means stdout/stderr are definitely `string`. + function execFile( + file: string, + options: ExecFileOptionsWithStringEncoding, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithStringEncoding, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // `options` with an `encoding` whose type is `string` means stdout/stderr could either be `Buffer` or `string`. + // There is no guarantee the `encoding` is unknown as `string` is a superset of `BufferEncoding`. + function execFile( + file: string, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithOtherEncoding, + callback: (error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void, + ): ChildProcess; + // `options` without an `encoding` means stdout/stderr are definitely `string`. + function execFile( + file: string, + options: ExecFileOptions, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptions, + callback: (error: ExecFileException | null, stdout: string, stderr: string) => void, + ): ChildProcess; + // fallback if nothing else matches. Worst case is always `string | Buffer`. + function execFile( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: + | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) + | undefined + | null, + ): ChildProcess; + function execFile( + file: string, + args: readonly string[] | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + callback: + | ((error: ExecFileException | null, stdout: string | Buffer, stderr: string | Buffer) => void) + | undefined + | null, + ): ChildProcess; + namespace execFile { + function __promisify__(file: string): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithBufferEncoding, + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithBufferEncoding, + ): PromiseWithChild<{ + stdout: Buffer; + stderr: Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithStringEncoding, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithStringEncoding, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: ExecFileOptionsWithOtherEncoding, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptionsWithOtherEncoding, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + options: ExecFileOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: ExecFileOptions, + ): PromiseWithChild<{ + stdout: string; + stderr: string; + }>; + function __promisify__( + file: string, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + function __promisify__( + file: string, + args: readonly string[] | undefined | null, + options: (ObjectEncodingOptions & ExecFileOptions) | undefined | null, + ): PromiseWithChild<{ + stdout: string | Buffer; + stderr: string | Buffer; + }>; + } + interface ForkOptions extends ProcessEnvOptions, MessagingOptions, Abortable { + execPath?: string | undefined; + execArgv?: string[] | undefined; + silent?: boolean | undefined; + /** + * Can be set to 'pipe', 'inherit', 'overlapped', or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + detached?: boolean | undefined; + windowsVerbatimArguments?: boolean | undefined; + } + /** + * The `child_process.fork()` method is a special case of {@link spawn} used specifically to spawn new Node.js processes. + * Like {@link spawn}, a `ChildProcess` object is returned. The + * returned `ChildProcess` will have an additional communication channel + * built-in that allows messages to be passed back and forth between the parent and + * child. See `subprocess.send()` for details. + * + * Keep in mind that spawned Node.js child processes are + * independent of the parent with exception of the IPC communication channel + * that is established between the two. Each process has its own memory, with + * their own V8 instances. Because of the additional resource allocations + * required, spawning a large number of child Node.js processes is not + * recommended. + * + * By default, `child_process.fork()` will spawn new Node.js instances using the `process.execPath` of the parent process. The `execPath` property in the `options` object allows for an alternative + * execution path to be used. + * + * Node.js processes launched with a custom `execPath` will communicate with the + * parent process using the file descriptor (fd) identified using the + * environment variable `NODE_CHANNEL_FD` on the child process. + * + * Unlike the [`fork(2)`](http://man7.org/linux/man-pages/man2/fork.2.html) POSIX system call, `child_process.fork()` does not clone the + * current process. + * + * The `shell` option available in {@link spawn} is not supported by `child_process.fork()` and will be ignored if set. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.kill()` on the child process except + * the error passed to the callback will be an `AbortError`: + * + * ```js + * if (process.argv[2] === 'child') { + * setTimeout(() => { + * console.log(`Hello from ${process.argv[2]}!`); + * }, 1_000); + * } else { + * import { fork } from 'node:child_process'; + * const controller = new AbortController(); + * const { signal } = controller; + * const child = fork(__filename, ['child'], { signal }); + * child.on('error', (err) => { + * // This will be called with err being an AbortError if the controller aborts + * }); + * controller.abort(); // Stops the child process + * } + * ``` + * @since v0.5.0 + * @param modulePath The module to run in the child. + * @param args List of string arguments. + */ + function fork(modulePath: string | URL, options?: ForkOptions): ChildProcess; + function fork(modulePath: string | URL, args?: readonly string[], options?: ForkOptions): ChildProcess; + interface SpawnSyncOptions extends CommonSpawnOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | "buffer" | null | undefined; + } + interface SpawnSyncOptionsWithStringEncoding extends SpawnSyncOptions { + encoding: BufferEncoding; + } + interface SpawnSyncOptionsWithBufferEncoding extends SpawnSyncOptions { + encoding?: "buffer" | null | undefined; + } + interface SpawnSyncReturns { + pid: number; + output: Array; + stdout: T; + stderr: T; + status: number | null; + signal: NodeJS.Signals | null; + error?: Error | undefined; + } + /** + * The `child_process.spawnSync()` method is generally identical to {@link spawn} with the exception that the function will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the process intercepts and handles the `SIGTERM` signal + * and doesn't exit, the parent process will wait until the child process has + * exited. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @param args List of string arguments. + */ + function spawnSync(command: string): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithStringEncoding): SpawnSyncReturns; + function spawnSync(command: string, options: SpawnSyncOptionsWithBufferEncoding): SpawnSyncReturns; + function spawnSync(command: string, options?: SpawnSyncOptions): SpawnSyncReturns; + function spawnSync(command: string, args: readonly string[]): SpawnSyncReturns; + function spawnSync( + command: string, + args: readonly string[], + options: SpawnSyncOptionsWithStringEncoding, + ): SpawnSyncReturns; + function spawnSync( + command: string, + args: readonly string[], + options: SpawnSyncOptionsWithBufferEncoding, + ): SpawnSyncReturns; + function spawnSync( + command: string, + args?: readonly string[], + options?: SpawnSyncOptions, + ): SpawnSyncReturns; + interface CommonExecOptions extends CommonOptions { + input?: string | NodeJS.ArrayBufferView | undefined; + /** + * Can be set to 'pipe', 'inherit, or 'ignore', or an array of these strings. + * If passed as an array, the first element is used for `stdin`, the second for + * `stdout`, and the third for `stderr`. A fourth element can be used to + * specify the `stdio` behavior beyond the standard streams. See + * {@link ChildProcess.stdio} for more information. + * + * @default 'pipe' + */ + stdio?: StdioOptions | undefined; + killSignal?: NodeJS.Signals | number | undefined; + maxBuffer?: number | undefined; + encoding?: BufferEncoding | "buffer" | null | undefined; + } + interface ExecSyncOptions extends CommonExecOptions { + shell?: string | undefined; + } + interface ExecSyncOptionsWithStringEncoding extends ExecSyncOptions { + encoding: BufferEncoding; + } + interface ExecSyncOptionsWithBufferEncoding extends ExecSyncOptions { + encoding?: "buffer" | null | undefined; + } + /** + * The `child_process.execSync()` method is generally identical to {@link exec} with the exception that the method will not return + * until the child process has fully closed. When a timeout has been encountered + * and `killSignal` is sent, the method won't return until the process has + * completely exited. If the child process intercepts and handles the `SIGTERM` signal and doesn't exit, the parent process will wait until the child process + * has exited. + * + * If the process times out or has a non-zero exit code, this method will throw. + * The `Error` object will contain the entire result from {@link spawnSync}. + * + * **Never pass unsanitized user input to this function. Any input containing shell** + * **metacharacters may be used to trigger arbitrary command execution.** + * @since v0.11.12 + * @param command The command to run. + * @return The stdout from the command. + */ + function execSync(command: string): Buffer; + function execSync(command: string, options: ExecSyncOptionsWithStringEncoding): string; + function execSync(command: string, options: ExecSyncOptionsWithBufferEncoding): Buffer; + function execSync(command: string, options?: ExecSyncOptions): string | Buffer; + interface ExecFileSyncOptions extends CommonExecOptions { + shell?: boolean | string | undefined; + } + interface ExecFileSyncOptionsWithStringEncoding extends ExecFileSyncOptions { + encoding: BufferEncoding; + } + interface ExecFileSyncOptionsWithBufferEncoding extends ExecFileSyncOptions { + encoding?: "buffer" | null; // specify `null`. + } + /** + * The `child_process.execFileSync()` method is generally identical to {@link execFile} with the exception that the method will not + * return until the child process has fully closed. When a timeout has been + * encountered and `killSignal` is sent, the method won't return until the process + * has completely exited. + * + * If the child process intercepts and handles the `SIGTERM` signal and + * does not exit, the parent process will still wait until the child process has + * exited. + * + * If the process times out or has a non-zero exit code, this method will throw an `Error` that will include the full result of the underlying {@link spawnSync}. + * + * **If the `shell` option is enabled, do not pass unsanitized user input to this** + * **function. Any input containing shell metacharacters may be used to trigger** + * **arbitrary command execution.** + * @since v0.11.12 + * @param file The name or path of the executable file to run. + * @param args List of string arguments. + * @return The stdout from the command. + */ + function execFileSync(file: string): Buffer; + function execFileSync(file: string, options: ExecFileSyncOptionsWithStringEncoding): string; + function execFileSync(file: string, options: ExecFileSyncOptionsWithBufferEncoding): Buffer; + function execFileSync(file: string, options?: ExecFileSyncOptions): string | Buffer; + function execFileSync(file: string, args: readonly string[]): Buffer; + function execFileSync( + file: string, + args: readonly string[], + options: ExecFileSyncOptionsWithStringEncoding, + ): string; + function execFileSync( + file: string, + args: readonly string[], + options: ExecFileSyncOptionsWithBufferEncoding, + ): Buffer; + function execFileSync(file: string, args?: readonly string[], options?: ExecFileSyncOptions): string | Buffer; +} +declare module "node:child_process" { + export * from "child_process"; +} diff --git a/server/node_modules/@types/node/cluster.d.ts b/server/node_modules/@types/node/cluster.d.ts new file mode 100644 index 000000000..86b48d9b2 --- /dev/null +++ b/server/node_modules/@types/node/cluster.d.ts @@ -0,0 +1,579 @@ +/** + * Clusters of Node.js processes can be used to run multiple instances of Node.js + * that can distribute workloads among their application threads. When process isolation + * is not needed, use the [`worker_threads`](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html) + * module instead, which allows running multiple application threads within a single Node.js instance. + * + * The cluster module allows easy creation of child processes that all share + * server ports. + * + * ```js + * import cluster from 'node:cluster'; + * import http from 'node:http'; + * import { availableParallelism } from 'node:os'; + * import process from 'node:process'; + * + * const numCPUs = availableParallelism(); + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('exit', (worker, code, signal) => { + * console.log(`worker ${worker.process.pid} died`); + * }); + * } else { + * // Workers can share any TCP connection + * // In this case it is an HTTP server + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * + * console.log(`Worker ${process.pid} started`); + * } + * ``` + * + * Running Node.js will now share port 8000 between the workers: + * + * ```console + * $ node server.js + * Primary 3596 is running + * Worker 4324 started + * Worker 4520 started + * Worker 6056 started + * Worker 5644 started + * ``` + * + * On Windows, it is not yet possible to set up a named pipe server in a worker. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/cluster.js) + */ +declare module "cluster" { + import * as child from "node:child_process"; + import EventEmitter = require("node:events"); + import * as net from "node:net"; + type SerializationType = "json" | "advanced"; + export interface ClusterSettings { + /** + * List of string arguments passed to the Node.js executable. + * @default process.execArgv + */ + execArgv?: string[] | undefined; + /** + * File path to worker file. + * @default process.argv[1] + */ + exec?: string | undefined; + /** + * String arguments passed to worker. + * @default process.argv.slice(2) + */ + args?: string[] | undefined; + /** + * Whether or not to send output to parent's stdio. + * @default false + */ + silent?: boolean | undefined; + /** + * Configures the stdio of forked processes. Because the cluster module relies on IPC to function, this configuration must + * contain an `'ipc'` entry. When this option is provided, it overrides `silent`. See [`child_prcess.spawn()`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#child_processspawncommand-args-options)'s + * [`stdio`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#optionsstdio). + */ + stdio?: any[] | undefined; + /** + * Sets the user identity of the process. (See [`setuid(2)`](https://man7.org/linux/man-pages/man2/setuid.2.html).) + */ + uid?: number | undefined; + /** + * Sets the group identity of the process. (See [`setgid(2)`](https://man7.org/linux/man-pages/man2/setgid.2.html).) + */ + gid?: number | undefined; + /** + * Sets inspector port of worker. This can be a number, or a function that takes no arguments and returns a number. + * By default each worker gets its own port, incremented from the primary's `process.debugPort`. + */ + inspectPort?: number | (() => number) | undefined; + /** + * Specify the kind of serialization used for sending messages between processes. Possible values are `'json'` and `'advanced'`. + * See [Advanced serialization for `child_process`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#advanced-serialization) for more details. + * @default false + */ + serialization?: SerializationType | undefined; + /** + * Current working directory of the worker process. + * @default undefined (inherits from parent process) + */ + cwd?: string | undefined; + /** + * Hide the forked processes console window that would normally be created on Windows systems. + * @default false + */ + windowsHide?: boolean | undefined; + } + export interface Address { + address: string; + port: number; + /** + * The `addressType` is one of: + * + * * `4` (TCPv4) + * * `6` (TCPv6) + * * `-1` (Unix domain socket) + * * `'udp4'` or `'udp6'` (UDPv4 or UDPv6) + */ + addressType: 4 | 6 | -1 | "udp4" | "udp6"; + } + /** + * A `Worker` object contains all public information and method about a worker. + * In the primary it can be obtained using `cluster.workers`. In a worker + * it can be obtained using `cluster.worker`. + * @since v0.7.0 + */ + export class Worker extends EventEmitter { + /** + * Each new worker is given its own unique id, this id is stored in the `id`. + * + * While a worker is alive, this is the key that indexes it in `cluster.workers`. + * @since v0.8.0 + */ + id: number; + /** + * All workers are created using [`child_process.fork()`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#child_processforkmodulepath-args-options), the returned object + * from this function is stored as `.process`. In a worker, the global `process` is stored. + * + * See: [Child Process module](https://nodejs.org/docs/latest-v22.x/api/child_process.html#child_processforkmodulepath-args-options). + * + * Workers will call `process.exit(0)` if the `'disconnect'` event occurs + * on `process` and `.exitedAfterDisconnect` is not `true`. This protects against + * accidental disconnection. + * @since v0.7.0 + */ + process: child.ChildProcess; + /** + * Send a message to a worker or primary, optionally with a handle. + * + * In the primary, this sends a message to a specific worker. It is identical to [`ChildProcess.send()`](https://nodejs.org/docs/latest-v22.x/api/child_process.html#subprocesssendmessage-sendhandle-options-callback). + * + * In a worker, this sends a message to the primary. It is identical to `process.send()`. + * + * This example will echo back all messages from the primary: + * + * ```js + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * worker.send('hi there'); + * + * } else if (cluster.isWorker) { + * process.on('message', (msg) => { + * process.send(msg); + * }); + * } + * ``` + * @since v0.7.0 + * @param options The `options` argument, if present, is an object used to parameterize the sending of certain types of handles. + */ + send(message: child.Serializable, callback?: (error: Error | null) => void): boolean; + send( + message: child.Serializable, + sendHandle: child.SendHandle, + callback?: (error: Error | null) => void, + ): boolean; + send( + message: child.Serializable, + sendHandle: child.SendHandle, + options?: child.MessageOptions, + callback?: (error: Error | null) => void, + ): boolean; + /** + * This function will kill the worker. In the primary worker, it does this by + * disconnecting the `worker.process`, and once disconnected, killing with `signal`. In the worker, it does it by killing the process with `signal`. + * + * The `kill()` function kills the worker process without waiting for a graceful + * disconnect, it has the same behavior as `worker.process.kill()`. + * + * This method is aliased as `worker.destroy()` for backwards compatibility. + * + * In a worker, `process.kill()` exists, but it is not this function; + * it is [`kill()`](https://nodejs.org/docs/latest-v22.x/api/process.html#processkillpid-signal). + * @since v0.9.12 + * @param [signal='SIGTERM'] Name of the kill signal to send to the worker process. + */ + kill(signal?: string): void; + destroy(signal?: string): void; + /** + * In a worker, this function will close all servers, wait for the `'close'` event + * on those servers, and then disconnect the IPC channel. + * + * In the primary, an internal message is sent to the worker causing it to call `.disconnect()` on itself. + * + * Causes `.exitedAfterDisconnect` to be set. + * + * After a server is closed, it will no longer accept new connections, + * but connections may be accepted by any other listening worker. Existing + * connections will be allowed to close as usual. When no more connections exist, + * see `server.close()`, the IPC channel to the worker will close allowing it + * to die gracefully. + * + * The above applies _only_ to server connections, client connections are not + * automatically closed by workers, and disconnect does not wait for them to close + * before exiting. + * + * In a worker, `process.disconnect` exists, but it is not this function; + * it is `disconnect()`. + * + * Because long living server connections may block workers from disconnecting, it + * may be useful to send a message, so application specific actions may be taken to + * close them. It also may be useful to implement a timeout, killing a worker if + * the `'disconnect'` event has not been emitted after some time. + * + * ```js + * import net from 'node:net'; + * + * if (cluster.isPrimary) { + * const worker = cluster.fork(); + * let timeout; + * + * worker.on('listening', (address) => { + * worker.send('shutdown'); + * worker.disconnect(); + * timeout = setTimeout(() => { + * worker.kill(); + * }, 2000); + * }); + * + * worker.on('disconnect', () => { + * clearTimeout(timeout); + * }); + * + * } else if (cluster.isWorker) { + * const server = net.createServer((socket) => { + * // Connections never end + * }); + * + * server.listen(8000); + * + * process.on('message', (msg) => { + * if (msg === 'shutdown') { + * // Initiate graceful close of any connections to server + * } + * }); + * } + * ``` + * @since v0.7.7 + * @return A reference to `worker`. + */ + disconnect(): void; + /** + * This function returns `true` if the worker is connected to its primary via its + * IPC channel, `false` otherwise. A worker is connected to its primary after it + * has been created. It is disconnected after the `'disconnect'` event is emitted. + * @since v0.11.14 + */ + isConnected(): boolean; + /** + * This function returns `true` if the worker's process has terminated (either + * because of exiting or being signaled). Otherwise, it returns `false`. + * + * ```js + * import cluster from 'node:cluster'; + * import http from 'node:http'; + * import { availableParallelism } from 'node:os'; + * import process from 'node:process'; + * + * const numCPUs = availableParallelism(); + * + * if (cluster.isPrimary) { + * console.log(`Primary ${process.pid} is running`); + * + * // Fork workers. + * for (let i = 0; i < numCPUs; i++) { + * cluster.fork(); + * } + * + * cluster.on('fork', (worker) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * + * cluster.on('exit', (worker, code, signal) => { + * console.log('worker is dead:', worker.isDead()); + * }); + * } else { + * // Workers can share any TCP connection. In this case, it is an HTTP server. + * http.createServer((req, res) => { + * res.writeHead(200); + * res.end(`Current process\n ${process.pid}`); + * process.kill(process.pid); + * }).listen(8000); + * } + * ``` + * @since v0.11.14 + */ + isDead(): boolean; + /** + * This property is `true` if the worker exited due to `.disconnect()`. + * If the worker exited any other way, it is `false`. If the + * worker has not exited, it is `undefined`. + * + * The boolean `worker.exitedAfterDisconnect` allows distinguishing between + * voluntary and accidental exit, the primary may choose not to respawn a worker + * based on this value. + * + * ```js + * cluster.on('exit', (worker, code, signal) => { + * if (worker.exitedAfterDisconnect === true) { + * console.log('Oh, it was just voluntary – no need to worry'); + * } + * }); + * + * // kill worker + * worker.kill(); + * ``` + * @since v6.0.0 + */ + exitedAfterDisconnect: boolean; + /** + * events.EventEmitter + * 1. disconnect + * 2. error + * 3. exit + * 4. listening + * 5. message + * 6. online + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "exit", listener: (code: number, signal: string) => void): this; + addListener(event: "listening", listener: (address: Address) => void): this; + addListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "exit", code: number, signal: string): boolean; + emit(event: "listening", address: Address): boolean; + emit(event: "message", message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "exit", listener: (code: number, signal: string) => void): this; + on(event: "listening", listener: (address: Address) => void): this; + on(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "exit", listener: (code: number, signal: string) => void): this; + once(event: "listening", listener: (address: Address) => void): this; + once(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependListener(event: "listening", listener: (address: Address) => void): this; + prependListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependListener(event: "online", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "exit", listener: (code: number, signal: string) => void): this; + prependOnceListener(event: "listening", listener: (address: Address) => void): this; + prependOnceListener(event: "message", listener: (message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener(event: "online", listener: () => void): this; + } + export interface Cluster extends EventEmitter { + disconnect(callback?: () => void): void; + /** + * Spawn a new worker process. + * + * This can only be called from the primary process. + * @param env Key/value pairs to add to worker process environment. + * @since v0.6.0 + */ + fork(env?: any): Worker; + /** @deprecated since v16.0.0 - use isPrimary. */ + readonly isMaster: boolean; + /** + * True if the process is a primary. This is determined by the `process.env.NODE_UNIQUE_ID`. If `process.env.NODE_UNIQUE_ID` + * is undefined, then `isPrimary` is `true`. + * @since v16.0.0 + */ + readonly isPrimary: boolean; + /** + * True if the process is not a primary (it is the negation of `cluster.isPrimary`). + * @since v0.6.0 + */ + readonly isWorker: boolean; + /** + * The scheduling policy, either `cluster.SCHED_RR` for round-robin or `cluster.SCHED_NONE` to leave it to the operating system. This is a + * global setting and effectively frozen once either the first worker is spawned, or [`.setupPrimary()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clustersetupprimarysettings) + * is called, whichever comes first. + * + * `SCHED_RR` is the default on all operating systems except Windows. Windows will change to `SCHED_RR` once libuv is able to effectively distribute + * IOCP handles without incurring a large performance hit. + * + * `cluster.schedulingPolicy` can also be set through the `NODE_CLUSTER_SCHED_POLICY` environment variable. Valid values are `'rr'` and `'none'`. + * @since v0.11.2 + */ + schedulingPolicy: number; + /** + * After calling [`.setupPrimary()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clustersetupprimarysettings) + * (or [`.fork()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clusterforkenv)) this settings object will contain + * the settings, including the default values. + * + * This object is not intended to be changed or set manually. + * @since v0.7.1 + */ + readonly settings: ClusterSettings; + /** @deprecated since v16.0.0 - use [`.setupPrimary()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clustersetupprimarysettings) instead. */ + setupMaster(settings?: ClusterSettings): void; + /** + * `setupPrimary` is used to change the default 'fork' behavior. Once called, the settings will be present in `cluster.settings`. + * + * Any settings changes only affect future calls to [`.fork()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clusterforkenv) + * and have no effect on workers that are already running. + * + * The only attribute of a worker that cannot be set via `.setupPrimary()` is the `env` passed to + * [`.fork()`](https://nodejs.org/docs/latest-v22.x/api/cluster.html#clusterforkenv). + * + * The defaults above apply to the first call only; the defaults for later calls are the current values at the time of + * `cluster.setupPrimary()` is called. + * + * ```js + * import cluster from 'node:cluster'; + * + * cluster.setupPrimary({ + * exec: 'worker.js', + * args: ['--use', 'https'], + * silent: true, + * }); + * cluster.fork(); // https worker + * cluster.setupPrimary({ + * exec: 'worker.js', + * args: ['--use', 'http'], + * }); + * cluster.fork(); // http worker + * ``` + * + * This can only be called from the primary process. + * @since v16.0.0 + */ + setupPrimary(settings?: ClusterSettings): void; + /** + * A reference to the current worker object. Not available in the primary process. + * + * ```js + * import cluster from 'node:cluster'; + * + * if (cluster.isPrimary) { + * console.log('I am primary'); + * cluster.fork(); + * cluster.fork(); + * } else if (cluster.isWorker) { + * console.log(`I am worker #${cluster.worker.id}`); + * } + * ``` + * @since v0.7.0 + */ + readonly worker?: Worker | undefined; + /** + * A hash that stores the active worker objects, keyed by `id` field. This makes it easy to loop through all the workers. It is only available in the primary process. + * + * A worker is removed from `cluster.workers` after the worker has disconnected _and_ exited. The order between these two events cannot be determined in advance. However, it + * is guaranteed that the removal from the `cluster.workers` list happens before the last `'disconnect'` or `'exit'` event is emitted. + * + * ```js + * import cluster from 'node:cluster'; + * + * for (const worker of Object.values(cluster.workers)) { + * worker.send('big announcement to all workers'); + * } + * ``` + * @since v0.7.0 + */ + readonly workers?: NodeJS.Dict | undefined; + readonly SCHED_NONE: number; + readonly SCHED_RR: number; + /** + * events.EventEmitter + * 1. disconnect + * 2. exit + * 3. fork + * 4. listening + * 5. message + * 6. online + * 7. setup + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "disconnect", listener: (worker: Worker) => void): this; + addListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + addListener(event: "fork", listener: (worker: Worker) => void): this; + addListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + addListener( + event: "message", + listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void, + ): this; // the handle is a net.Socket or net.Server object, or undefined. + addListener(event: "online", listener: (worker: Worker) => void): this; + addListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "disconnect", worker: Worker): boolean; + emit(event: "exit", worker: Worker, code: number, signal: string): boolean; + emit(event: "fork", worker: Worker): boolean; + emit(event: "listening", worker: Worker, address: Address): boolean; + emit(event: "message", worker: Worker, message: any, handle: net.Socket | net.Server): boolean; + emit(event: "online", worker: Worker): boolean; + emit(event: "setup", settings: ClusterSettings): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "disconnect", listener: (worker: Worker) => void): this; + on(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + on(event: "fork", listener: (worker: Worker) => void): this; + on(event: "listening", listener: (worker: Worker, address: Address) => void): this; + on(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + on(event: "online", listener: (worker: Worker) => void): this; + on(event: "setup", listener: (settings: ClusterSettings) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "disconnect", listener: (worker: Worker) => void): this; + once(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + once(event: "fork", listener: (worker: Worker) => void): this; + once(event: "listening", listener: (worker: Worker, address: Address) => void): this; + once(event: "message", listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void): this; // the handle is a net.Socket or net.Server object, or undefined. + once(event: "online", listener: (worker: Worker) => void): this; + once(event: "setup", listener: (settings: ClusterSettings) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependListener(event: "fork", listener: (worker: Worker) => void): this; + prependListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependListener( + event: "message", + listener: (worker: Worker, message: any, handle?: net.Socket | net.Server) => void, + ): this; + prependListener(event: "online", listener: (worker: Worker) => void): this; + prependListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "disconnect", listener: (worker: Worker) => void): this; + prependOnceListener(event: "exit", listener: (worker: Worker, code: number, signal: string) => void): this; + prependOnceListener(event: "fork", listener: (worker: Worker) => void): this; + prependOnceListener(event: "listening", listener: (worker: Worker, address: Address) => void): this; + // the handle is a net.Socket or net.Server object, or undefined. + prependOnceListener( + event: "message", + listener: (worker: Worker, message: any, handle: net.Socket | net.Server) => void, + ): this; + prependOnceListener(event: "online", listener: (worker: Worker) => void): this; + prependOnceListener(event: "setup", listener: (settings: ClusterSettings) => void): this; + } + const cluster: Cluster; + export default cluster; +} +declare module "node:cluster" { + export * from "cluster"; + export { default as default } from "cluster"; +} diff --git a/server/node_modules/@types/node/compatibility/disposable.d.ts b/server/node_modules/@types/node/compatibility/disposable.d.ts new file mode 100644 index 000000000..5fff612b5 --- /dev/null +++ b/server/node_modules/@types/node/compatibility/disposable.d.ts @@ -0,0 +1,16 @@ +// Polyfills for the explicit resource management types added in TypeScript 5.2. +// TODO: remove once this package no longer supports TS 5.1, and replace with a +// to TypeScript's disposable library in index.d.ts. + +interface SymbolConstructor { + readonly dispose: unique symbol; + readonly asyncDispose: unique symbol; +} + +interface Disposable { + [Symbol.dispose](): void; +} + +interface AsyncDisposable { + [Symbol.asyncDispose](): PromiseLike; +} diff --git a/server/node_modules/@types/node/compatibility/index.d.ts b/server/node_modules/@types/node/compatibility/index.d.ts new file mode 100644 index 000000000..5c41e3722 --- /dev/null +++ b/server/node_modules/@types/node/compatibility/index.d.ts @@ -0,0 +1,9 @@ +// Declaration files in this directory contain types relating to TypeScript library features +// that are not included in all TypeScript versions supported by DefinitelyTyped, but +// which can be made backwards-compatible without needing `typesVersions`. +// If adding declarations to this directory, please specify which versions of TypeScript require them, +// so that they can be removed when no longer needed. + +/// +/// +/// diff --git a/server/node_modules/@types/node/compatibility/indexable.d.ts b/server/node_modules/@types/node/compatibility/indexable.d.ts new file mode 100644 index 000000000..99197029c --- /dev/null +++ b/server/node_modules/@types/node/compatibility/indexable.d.ts @@ -0,0 +1,23 @@ +// Polyfill for ES2022's .at() method on string/array prototypes, added to TypeScript in 4.6. +// TODO: these methods are not used within @types/node, and should be removed at the next +// major @types/node version; users should include the es2022 TypeScript libraries +// if they need these features. + +interface RelativeIndexable { + at(index: number): T | undefined; +} + +interface String extends RelativeIndexable {} +interface Array extends RelativeIndexable {} +interface ReadonlyArray extends RelativeIndexable {} +interface Int8Array extends RelativeIndexable {} +interface Uint8Array extends RelativeIndexable {} +interface Uint8ClampedArray extends RelativeIndexable {} +interface Int16Array extends RelativeIndexable {} +interface Uint16Array extends RelativeIndexable {} +interface Int32Array extends RelativeIndexable {} +interface Uint32Array extends RelativeIndexable {} +interface Float32Array extends RelativeIndexable {} +interface Float64Array extends RelativeIndexable {} +interface BigInt64Array extends RelativeIndexable {} +interface BigUint64Array extends RelativeIndexable {} diff --git a/server/node_modules/@types/node/compatibility/iterators.d.ts b/server/node_modules/@types/node/compatibility/iterators.d.ts new file mode 100644 index 000000000..156e78563 --- /dev/null +++ b/server/node_modules/@types/node/compatibility/iterators.d.ts @@ -0,0 +1,21 @@ +// Backwards-compatible iterator interfaces, augmented with iterator helper methods by lib.esnext.iterator in TypeScript 5.6. +// The IterableIterator interface does not contain these methods, which creates assignability issues in places where IteratorObjects +// are expected (eg. DOM-compatible APIs) if lib.esnext.iterator is loaded. +// Also ensures that iterators returned by the Node API, which inherit from Iterator.prototype, correctly expose the iterator helper methods +// if lib.esnext.iterator is loaded. +// TODO: remove once this package no longer supports TS 5.5, and replace NodeJS.BuiltinIteratorReturn with BuiltinIteratorReturn. + +// Placeholders for TS <5.6 +interface IteratorObject {} +interface AsyncIteratorObject {} + +declare namespace NodeJS { + // Populate iterator methods for TS <5.6 + interface Iterator extends globalThis.Iterator {} + interface AsyncIterator extends globalThis.AsyncIterator {} + + // Polyfill for TS 5.6's instrinsic BuiltinIteratorReturn type, required for DOM-compatible iterators + type BuiltinIteratorReturn = ReturnType extends + globalThis.Iterator ? TReturn + : any; +} diff --git a/server/node_modules/@types/node/console.d.ts b/server/node_modules/@types/node/console.d.ts new file mode 100644 index 000000000..3e4c2d9a4 --- /dev/null +++ b/server/node_modules/@types/node/console.d.ts @@ -0,0 +1,452 @@ +/** + * The `node:console` module provides a simple debugging console that is similar to + * the JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()`, and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstderr). The global `console` can be used without importing the `node:console` module. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v22.x/api/process.html#a-note-on-process-io) for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/console.js) + */ +declare module "console" { + import console = require("node:console"); + export = console; +} +declare module "node:console" { + import { InspectOptions } from "node:util"; + global { + // This needs to be global to avoid TS2403 in case lib.dom.d.ts is present in the same build + interface Console { + Console: console.ConsoleConstructor; + /** + * `console.assert()` writes a message if `value` is [falsy](https://developer.mozilla.org/en-US/docs/Glossary/Falsy) or omitted. It only + * writes a message and does not otherwise affect execution. The output always + * starts with `"Assertion failed"`. If provided, `message` is formatted using + * [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args). + * + * If `value` is [truthy](https://developer.mozilla.org/en-US/docs/Glossary/Truthy), nothing happens. + * + * ```js + * console.assert(true, 'does nothing'); + * + * console.assert(false, 'Whoops %s work', 'didn\'t'); + * // Assertion failed: Whoops didn't work + * + * console.assert(); + * // Assertion failed + * ``` + * @since v0.1.101 + * @param value The value tested for being truthy. + * @param message All arguments besides `value` are used as error message. + */ + assert(value: any, message?: string, ...optionalParams: any[]): void; + /** + * When `stdout` is a TTY, calling `console.clear()` will attempt to clear the + * TTY. When `stdout` is not a TTY, this method does nothing. + * + * The specific operation of `console.clear()` can vary across operating systems + * and terminal types. For most Linux operating systems, `console.clear()` operates similarly to the `clear` shell command. On Windows, `console.clear()` will clear only the output in the + * current terminal viewport for the Node.js + * binary. + * @since v8.3.0 + */ + clear(): void; + /** + * Maintains an internal counter specific to `label` and outputs to `stdout` the + * number of times `console.count()` has been called with the given `label`. + * + * ```js + * > console.count() + * default: 1 + * undefined + * > console.count('default') + * default: 2 + * undefined + * > console.count('abc') + * abc: 1 + * undefined + * > console.count('xyz') + * xyz: 1 + * undefined + * > console.count('abc') + * abc: 2 + * undefined + * > console.count() + * default: 3 + * undefined + * > + * ``` + * @since v8.3.0 + * @param [label='default'] The display label for the counter. + */ + count(label?: string): void; + /** + * Resets the internal counter specific to `label`. + * + * ```js + * > console.count('abc'); + * abc: 1 + * undefined + * > console.countReset('abc'); + * undefined + * > console.count('abc'); + * abc: 1 + * undefined + * > + * ``` + * @since v8.3.0 + * @param [label='default'] The display label for the counter. + */ + countReset(label?: string): void; + /** + * The `console.debug()` function is an alias for {@link log}. + * @since v8.0.0 + */ + debug(message?: any, ...optionalParams: any[]): void; + /** + * Uses [`util.inspect()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilinspectobject-options) on `obj` and prints the resulting string to `stdout`. + * This function bypasses any custom `inspect()` function defined on `obj`. + * @since v0.1.101 + */ + dir(obj: any, options?: InspectOptions): void; + /** + * This method calls `console.log()` passing it the arguments received. + * This method does not produce any XML formatting. + * @since v8.0.0 + */ + dirxml(...data: any[]): void; + /** + * Prints to `stderr` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args)). + * + * ```js + * const code = 5; + * console.error('error #%d', code); + * // Prints: error #5, to stderr + * console.error('error', code); + * // Prints: error 5, to stderr + * ``` + * + * If formatting elements (e.g. `%d`) are not found in the first string then + * [`util.inspect()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilinspectobject-options) is called on each argument and the + * resulting string values are concatenated. See [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args) + * for more information. + * @since v0.1.100 + */ + error(message?: any, ...optionalParams: any[]): void; + /** + * Increases indentation of subsequent lines by spaces for `groupIndentation` length. + * + * If one or more `label`s are provided, those are printed first without the + * additional indentation. + * @since v8.5.0 + */ + group(...label: any[]): void; + /** + * An alias for {@link group}. + * @since v8.5.0 + */ + groupCollapsed(...label: any[]): void; + /** + * Decreases indentation of subsequent lines by spaces for `groupIndentation` length. + * @since v8.5.0 + */ + groupEnd(): void; + /** + * The `console.info()` function is an alias for {@link log}. + * @since v0.1.100 + */ + info(message?: any, ...optionalParams: any[]): void; + /** + * Prints to `stdout` with newline. Multiple arguments can be passed, with the + * first used as the primary message and all additional used as substitution + * values similar to [`printf(3)`](http://man7.org/linux/man-pages/man3/printf.3.html) + * (the arguments are all passed to [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args)). + * + * ```js + * const count = 5; + * console.log('count: %d', count); + * // Prints: count: 5, to stdout + * console.log('count:', count); + * // Prints: count: 5, to stdout + * ``` + * + * See [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args) for more information. + * @since v0.1.100 + */ + log(message?: any, ...optionalParams: any[]): void; + /** + * Try to construct a table with the columns of the properties of `tabularData` (or use `properties`) and rows of `tabularData` and log it. Falls back to just + * logging the argument if it can't be parsed as tabular. + * + * ```js + * // These can't be parsed as tabular data + * console.table(Symbol()); + * // Symbol() + * + * console.table(undefined); + * // undefined + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }]); + * // ┌─────────┬─────┬─────┐ + * // │ (index) │ a │ b │ + * // ├─────────┼─────┼─────┤ + * // │ 0 │ 1 │ 'Y' │ + * // │ 1 │ 'Z' │ 2 │ + * // └─────────┴─────┴─────┘ + * + * console.table([{ a: 1, b: 'Y' }, { a: 'Z', b: 2 }], ['a']); + * // ┌─────────┬─────┐ + * // │ (index) │ a │ + * // ├─────────┼─────┤ + * // │ 0 │ 1 │ + * // │ 1 │ 'Z' │ + * // └─────────┴─────┘ + * ``` + * @since v10.0.0 + * @param properties Alternate properties for constructing the table. + */ + table(tabularData: any, properties?: readonly string[]): void; + /** + * Starts a timer that can be used to compute the duration of an operation. Timers + * are identified by a unique `label`. Use the same `label` when calling {@link timeEnd} to stop the timer and output the elapsed time in + * suitable time units to `stdout`. For example, if the elapsed + * time is 3869ms, `console.timeEnd()` displays "3.869s". + * @since v0.1.104 + * @param [label='default'] + */ + time(label?: string): void; + /** + * Stops a timer that was previously started by calling {@link time} and + * prints the result to `stdout`: + * + * ```js + * console.time('bunch-of-stuff'); + * // Do a bunch of stuff. + * console.timeEnd('bunch-of-stuff'); + * // Prints: bunch-of-stuff: 225.438ms + * ``` + * @since v0.1.104 + * @param [label='default'] + */ + timeEnd(label?: string): void; + /** + * For a timer that was previously started by calling {@link time}, prints + * the elapsed time and other `data` arguments to `stdout`: + * + * ```js + * console.time('process'); + * const value = expensiveProcess1(); // Returns 42 + * console.timeLog('process', value); + * // Prints "process: 365.227ms 42". + * doExpensiveProcess2(value); + * console.timeEnd('process'); + * ``` + * @since v10.7.0 + * @param [label='default'] + */ + timeLog(label?: string, ...data: any[]): void; + /** + * Prints to `stderr` the string `'Trace: '`, followed by the [`util.format()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilformatformat-args) + * formatted message and stack trace to the current position in the code. + * + * ```js + * console.trace('Show me'); + * // Prints: (stack trace will vary based on where trace is called) + * // Trace: Show me + * // at repl:2:9 + * // at REPLServer.defaultEval (repl.js:248:27) + * // at bound (domain.js:287:14) + * // at REPLServer.runBound [as eval] (domain.js:300:12) + * // at REPLServer. (repl.js:412:12) + * // at emitOne (events.js:82:20) + * // at REPLServer.emit (events.js:169:7) + * // at REPLServer.Interface._onLine (readline.js:210:10) + * // at REPLServer.Interface._line (readline.js:549:8) + * // at REPLServer.Interface._ttyWrite (readline.js:826:14) + * ``` + * @since v0.1.104 + */ + trace(message?: any, ...optionalParams: any[]): void; + /** + * The `console.warn()` function is an alias for {@link error}. + * @since v0.1.100 + */ + warn(message?: any, ...optionalParams: any[]): void; + // --- Inspector mode only --- + /** + * This method does not display anything unless used in the inspector. The `console.profile()` + * method starts a JavaScript CPU profile with an optional label until {@link profileEnd} + * is called. The profile is then added to the Profile panel of the inspector. + * + * ```js + * console.profile('MyLabel'); + * // Some code + * console.profileEnd('MyLabel'); + * // Adds the profile 'MyLabel' to the Profiles panel of the inspector. + * ``` + * @since v8.0.0 + */ + profile(label?: string): void; + /** + * This method does not display anything unless used in the inspector. Stops the current + * JavaScript CPU profiling session if one has been started and prints the report to the + * Profiles panel of the inspector. See {@link profile} for an example. + * + * If this method is called without a label, the most recently started profile is stopped. + * @since v8.0.0 + */ + profileEnd(label?: string): void; + /** + * This method does not display anything unless used in the inspector. The `console.timeStamp()` + * method adds an event with the label `'label'` to the Timeline panel of the inspector. + * @since v8.0.0 + */ + timeStamp(label?: string): void; + } + /** + * The `console` module provides a simple debugging console that is similar to the + * JavaScript console mechanism provided by web browsers. + * + * The module exports two specific components: + * + * * A `Console` class with methods such as `console.log()`, `console.error()` and `console.warn()` that can be used to write to any Node.js stream. + * * A global `console` instance configured to write to [`process.stdout`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdout) and + * [`process.stderr`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstderr). The global `console` can be used without importing the `node:console` module. + * + * _**Warning**_: The global console object's methods are neither consistently + * synchronous like the browser APIs they resemble, nor are they consistently + * asynchronous like all other Node.js streams. See the [`note on process I/O`](https://nodejs.org/docs/latest-v22.x/api/process.html#a-note-on-process-io) for + * more information. + * + * Example using the global `console`: + * + * ```js + * console.log('hello world'); + * // Prints: hello world, to stdout + * console.log('hello %s', 'world'); + * // Prints: hello world, to stdout + * console.error(new Error('Whoops, something bad happened')); + * // Prints error message and stack trace to stderr: + * // Error: Whoops, something bad happened + * // at [eval]:5:15 + * // at Script.runInThisContext (node:vm:132:18) + * // at Object.runInThisContext (node:vm:309:38) + * // at node:internal/process/execution:77:19 + * // at [eval]-wrapper:6:22 + * // at evalScript (node:internal/process/execution:76:60) + * // at node:internal/main/eval_string:23:3 + * + * const name = 'Will Robinson'; + * console.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to stderr + * ``` + * + * Example using the `Console` class: + * + * ```js + * const out = getStreamSomehow(); + * const err = getStreamSomehow(); + * const myConsole = new console.Console(out, err); + * + * myConsole.log('hello world'); + * // Prints: hello world, to out + * myConsole.log('hello %s', 'world'); + * // Prints: hello world, to out + * myConsole.error(new Error('Whoops, something bad happened')); + * // Prints: [Error: Whoops, something bad happened], to err + * + * const name = 'Will Robinson'; + * myConsole.warn(`Danger ${name}! Danger!`); + * // Prints: Danger Will Robinson! Danger!, to err + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/console.js) + */ + namespace console { + interface ConsoleConstructorOptions { + stdout: NodeJS.WritableStream; + stderr?: NodeJS.WritableStream | undefined; + /** + * Ignore errors when writing to the underlying streams. + * @default true + */ + ignoreErrors?: boolean | undefined; + /** + * Set color support for this `Console` instance. Setting to true enables coloring while inspecting + * values. Setting to `false` disables coloring while inspecting values. Setting to `'auto'` makes color + * support depend on the value of the `isTTY` property and the value returned by `getColorDepth()` on the + * respective stream. This option can not be used, if `inspectOptions.colors` is set as well. + * @default auto + */ + colorMode?: boolean | "auto" | undefined; + /** + * Specifies options that are passed along to + * [`util.inspect()`](https://nodejs.org/docs/latest-v22.x/api/util.html#utilinspectobject-options). + */ + inspectOptions?: InspectOptions | undefined; + /** + * Set group indentation. + * @default 2 + */ + groupIndentation?: number | undefined; + } + interface ConsoleConstructor { + prototype: Console; + new(stdout: NodeJS.WritableStream, stderr?: NodeJS.WritableStream, ignoreErrors?: boolean): Console; + new(options: ConsoleConstructorOptions): Console; + } + } + var console: Console; + } + export = globalThis.console; +} diff --git a/server/node_modules/@types/node/constants.d.ts b/server/node_modules/@types/node/constants.d.ts new file mode 100644 index 000000000..5685a9dfe --- /dev/null +++ b/server/node_modules/@types/node/constants.d.ts @@ -0,0 +1,21 @@ +/** + * @deprecated The `node:constants` module is deprecated. When requiring access to constants + * relevant to specific Node.js builtin modules, developers should instead refer + * to the `constants` property exposed by the relevant module. For instance, + * `require('node:fs').constants` and `require('node:os').constants`. + */ +declare module "constants" { + const constants: + & typeof import("node:os").constants.dlopen + & typeof import("node:os").constants.errno + & typeof import("node:os").constants.priority + & typeof import("node:os").constants.signals + & typeof import("node:fs").constants + & typeof import("node:crypto").constants; + export = constants; +} + +declare module "node:constants" { + import constants = require("constants"); + export = constants; +} diff --git a/server/node_modules/@types/node/crypto.d.ts b/server/node_modules/@types/node/crypto.d.ts new file mode 100644 index 000000000..facdb06eb --- /dev/null +++ b/server/node_modules/@types/node/crypto.d.ts @@ -0,0 +1,4510 @@ +/** + * The `node:crypto` module provides cryptographic functionality that includes a + * set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify + * functions. + * + * ```js + * const { createHmac } = await import('node:crypto'); + * + * const secret = 'abcdefg'; + * const hash = createHmac('sha256', secret) + * .update('I love cupcakes') + * .digest('hex'); + * console.log(hash); + * // Prints: + * // c0fa1bc00531bd78ef38c628449c5102aeabd49b5dc3a2a516ea6ea959d6658e + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/crypto.js) + */ +declare module "crypto" { + import * as stream from "node:stream"; + import { PeerCertificate } from "node:tls"; + /** + * SPKAC is a Certificate Signing Request mechanism originally implemented by + * Netscape and was specified formally as part of HTML5's `keygen` element. + * + * `` is deprecated since [HTML 5.2](https://www.w3.org/TR/html52/changes.html#features-removed) and new projects + * should not use this element anymore. + * + * The `node:crypto` module provides the `Certificate` class for working with SPKAC + * data. The most common usage is handling output generated by the HTML5 `` element. Node.js uses [OpenSSL's SPKAC + * implementation](https://www.openssl.org/docs/man3.0/man1/openssl-spkac.html) internally. + * @since v0.11.8 + */ + class Certificate { + /** + * ```js + * const { Certificate } = await import('node:crypto'); + * const spkac = getSpkacSomehow(); + * const challenge = Certificate.exportChallenge(spkac); + * console.log(challenge.toString('utf8')); + * // Prints: the challenge as a UTF8 string + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The challenge component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportChallenge(spkac: BinaryLike): Buffer; + /** + * ```js + * const { Certificate } = await import('node:crypto'); + * const spkac = getSpkacSomehow(); + * const publicKey = Certificate.exportPublicKey(spkac); + * console.log(publicKey); + * // Prints: the public key as + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return The public key component of the `spkac` data structure, which includes a public key and a challenge. + */ + static exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * ```js + * import { Buffer } from 'node:buffer'; + * const { Certificate } = await import('node:crypto'); + * + * const spkac = getSpkacSomehow(); + * console.log(Certificate.verifySpkac(Buffer.from(spkac))); + * // Prints: true or false + * ``` + * @since v9.0.0 + * @param encoding The `encoding` of the `spkac` string. + * @return `true` if the given `spkac` data structure is valid, `false` otherwise. + */ + static verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + /** + * @deprecated + * @param spkac + * @returns The challenge component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportChallenge(spkac: BinaryLike): Buffer; + /** + * @deprecated + * @param spkac + * @param encoding The encoding of the spkac string. + * @returns The public key component of the `spkac` data structure, + * which includes a public key and a challenge. + */ + exportPublicKey(spkac: BinaryLike, encoding?: string): Buffer; + /** + * @deprecated + * @param spkac + * @returns `true` if the given `spkac` data structure is valid, + * `false` otherwise. + */ + verifySpkac(spkac: NodeJS.ArrayBufferView): boolean; + } + namespace constants { + // https://nodejs.org/dist/latest-v22.x/docs/api/crypto.html#crypto-constants + const OPENSSL_VERSION_NUMBER: number; + /** Applies multiple bug workarounds within OpenSSL. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html for detail. */ + const SSL_OP_ALL: number; + /** Instructs OpenSSL to allow a non-[EC]DHE-based key exchange mode for TLS v1.3 */ + const SSL_OP_ALLOW_NO_DHE_KEX: number; + /** Allows legacy insecure renegotiation between OpenSSL and unpatched clients or servers. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION: number; + /** Attempts to use the server's preferences instead of the client's when selecting a cipher. See https://www.openssl.org/docs/man1.0.2/ssl/SSL_CTX_set_options.html. */ + const SSL_OP_CIPHER_SERVER_PREFERENCE: number; + /** Instructs OpenSSL to use Cisco's version identifier of DTLS_BAD_VER. */ + const SSL_OP_CISCO_ANYCONNECT: number; + /** Instructs OpenSSL to turn on cookie exchange. */ + const SSL_OP_COOKIE_EXCHANGE: number; + /** Instructs OpenSSL to add server-hello extension from an early version of the cryptopro draft. */ + const SSL_OP_CRYPTOPRO_TLSEXT_BUG: number; + /** Instructs OpenSSL to disable a SSL 3.0/TLS 1.0 vulnerability workaround added in OpenSSL 0.9.6d. */ + const SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS: number; + /** Allows initial connection to servers that do not support RI. */ + const SSL_OP_LEGACY_SERVER_CONNECT: number; + /** Instructs OpenSSL to disable support for SSL/TLS compression. */ + const SSL_OP_NO_COMPRESSION: number; + /** Instructs OpenSSL to disable encrypt-then-MAC. */ + const SSL_OP_NO_ENCRYPT_THEN_MAC: number; + const SSL_OP_NO_QUERY_MTU: number; + /** Instructs OpenSSL to disable renegotiation. */ + const SSL_OP_NO_RENEGOTIATION: number; + /** Instructs OpenSSL to always start a new session when performing renegotiation. */ + const SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION: number; + /** Instructs OpenSSL to turn off SSL v2 */ + const SSL_OP_NO_SSLv2: number; + /** Instructs OpenSSL to turn off SSL v3 */ + const SSL_OP_NO_SSLv3: number; + /** Instructs OpenSSL to disable use of RFC4507bis tickets. */ + const SSL_OP_NO_TICKET: number; + /** Instructs OpenSSL to turn off TLS v1 */ + const SSL_OP_NO_TLSv1: number; + /** Instructs OpenSSL to turn off TLS v1.1 */ + const SSL_OP_NO_TLSv1_1: number; + /** Instructs OpenSSL to turn off TLS v1.2 */ + const SSL_OP_NO_TLSv1_2: number; + /** Instructs OpenSSL to turn off TLS v1.3 */ + const SSL_OP_NO_TLSv1_3: number; + /** Instructs OpenSSL server to prioritize ChaCha20-Poly1305 when the client does. This option has no effect if `SSL_OP_CIPHER_SERVER_PREFERENCE` is not enabled. */ + const SSL_OP_PRIORITIZE_CHACHA: number; + /** Instructs OpenSSL to disable version rollback attack detection. */ + const SSL_OP_TLS_ROLLBACK_BUG: number; + const ENGINE_METHOD_RSA: number; + const ENGINE_METHOD_DSA: number; + const ENGINE_METHOD_DH: number; + const ENGINE_METHOD_RAND: number; + const ENGINE_METHOD_EC: number; + const ENGINE_METHOD_CIPHERS: number; + const ENGINE_METHOD_DIGESTS: number; + const ENGINE_METHOD_PKEY_METHS: number; + const ENGINE_METHOD_PKEY_ASN1_METHS: number; + const ENGINE_METHOD_ALL: number; + const ENGINE_METHOD_NONE: number; + const DH_CHECK_P_NOT_SAFE_PRIME: number; + const DH_CHECK_P_NOT_PRIME: number; + const DH_UNABLE_TO_CHECK_GENERATOR: number; + const DH_NOT_SUITABLE_GENERATOR: number; + const RSA_PKCS1_PADDING: number; + const RSA_SSLV23_PADDING: number; + const RSA_NO_PADDING: number; + const RSA_PKCS1_OAEP_PADDING: number; + const RSA_X931_PADDING: number; + const RSA_PKCS1_PSS_PADDING: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the digest size when signing or verifying. */ + const RSA_PSS_SALTLEN_DIGEST: number; + /** Sets the salt length for RSA_PKCS1_PSS_PADDING to the maximum permissible value when signing data. */ + const RSA_PSS_SALTLEN_MAX_SIGN: number; + /** Causes the salt length for RSA_PKCS1_PSS_PADDING to be determined automatically when verifying a signature. */ + const RSA_PSS_SALTLEN_AUTO: number; + const POINT_CONVERSION_COMPRESSED: number; + const POINT_CONVERSION_UNCOMPRESSED: number; + const POINT_CONVERSION_HYBRID: number; + /** Specifies the built-in default cipher list used by Node.js (colon-separated values). */ + const defaultCoreCipherList: string; + /** Specifies the active default cipher list used by the current Node.js process (colon-separated values). */ + const defaultCipherList: string; + } + interface HashOptions extends stream.TransformOptions { + /** + * For XOF hash functions such as `shake256`, the + * outputLength option can be used to specify the desired output length in bytes. + */ + outputLength?: number | undefined; + } + /** @deprecated since v10.0.0 */ + const fips: boolean; + /** + * Creates and returns a `Hash` object that can be used to generate hash digests + * using the given `algorithm`. Optional `options` argument controls stream + * behavior. For XOF hash functions such as `'shake256'`, the `outputLength` option + * can be used to specify the desired output length in bytes. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * Example: generating the sha256 sum of a file + * + * ```js + * import { + * createReadStream, + * } from 'node:fs'; + * import { argv } from 'node:process'; + * const { + * createHash, + * } = await import('node:crypto'); + * + * const filename = argv[2]; + * + * const hash = createHash('sha256'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hash.update(data); + * else { + * console.log(`${hash.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.92 + * @param options `stream.transform` options + */ + function createHash(algorithm: string, options?: HashOptions): Hash; + /** + * Creates and returns an `Hmac` object that uses the given `algorithm` and `key`. + * Optional `options` argument controls stream behavior. + * + * The `algorithm` is dependent on the available algorithms supported by the + * version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. + * On recent releases of OpenSSL, `openssl list -digest-algorithms` will + * display the available digest algorithms. + * + * The `key` is the HMAC key used to generate the cryptographic HMAC hash. If it is + * a `KeyObject`, its type must be `secret`. If it is a string, please consider `caveats when using strings as inputs to cryptographic APIs`. If it was + * obtained from a cryptographically secure source of entropy, such as {@link randomBytes} or {@link generateKey}, its length should not + * exceed the block size of `algorithm` (e.g., 512 bits for SHA-256). + * + * Example: generating the sha256 HMAC of a file + * + * ```js + * import { + * createReadStream, + * } from 'node:fs'; + * import { argv } from 'node:process'; + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const filename = argv[2]; + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream(filename); + * input.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = input.read(); + * if (data) + * hmac.update(data); + * else { + * console.log(`${hmac.digest('hex')} ${filename}`); + * } + * }); + * ``` + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createHmac(algorithm: string, key: BinaryLike | KeyObject, options?: stream.TransformOptions): Hmac; + // https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings + type BinaryToTextEncoding = "base64" | "base64url" | "hex" | "binary"; + type CharacterEncoding = "utf8" | "utf-8" | "utf16le" | "utf-16le" | "latin1"; + type LegacyCharacterEncoding = "ascii" | "binary" | "ucs2" | "ucs-2"; + type Encoding = BinaryToTextEncoding | CharacterEncoding | LegacyCharacterEncoding; + type ECDHKeyFormat = "compressed" | "uncompressed" | "hybrid"; + /** + * The `Hash` class is a utility for creating hash digests of data. It can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed hash digest on the readable side, or + * * Using the `hash.update()` and `hash.digest()` methods to produce the + * computed hash. + * + * The {@link createHash} method is used to create `Hash` instances. `Hash`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hash` objects as streams: + * + * ```js + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hash.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * } + * }); + * + * hash.write('some data to hash'); + * hash.end(); + * ``` + * + * Example: Using `Hash` and piped streams: + * + * ```js + * import { createReadStream } from 'node:fs'; + * import { stdout } from 'node:process'; + * const { createHash } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * const input = createReadStream('test.js'); + * input.pipe(hash).setEncoding('hex').pipe(stdout); + * ``` + * + * Example: Using the `hash.update()` and `hash.digest()` methods: + * + * ```js + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('some data to hash'); + * console.log(hash.digest('hex')); + * // Prints: + * // 6a2da20943931e9834fc12cfe5bb47bbd9ae43489a30726962b576f4e3993e50 + * ``` + * @since v0.1.92 + */ + class Hash extends stream.Transform { + private constructor(); + /** + * Creates a new `Hash` object that contains a deep copy of the internal state + * of the current `Hash` object. + * + * The optional `options` argument controls stream behavior. For XOF hash + * functions such as `'shake256'`, the `outputLength` option can be used to + * specify the desired output length in bytes. + * + * An error is thrown when an attempt is made to copy the `Hash` object after + * its `hash.digest()` method has been called. + * + * ```js + * // Calculate a rolling hash. + * const { + * createHash, + * } = await import('node:crypto'); + * + * const hash = createHash('sha256'); + * + * hash.update('one'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('two'); + * console.log(hash.copy().digest('hex')); + * + * hash.update('three'); + * console.log(hash.copy().digest('hex')); + * + * // Etc. + * ``` + * @since v13.1.0 + * @param options `stream.transform` options + */ + copy(options?: HashOptions): Hash; + /** + * Updates the hash content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hash; + update(data: string, inputEncoding: Encoding): Hash; + /** + * Calculates the digest of all of the data passed to be hashed (using the `hash.update()` method). + * If `encoding` is provided a string will be returned; otherwise + * a `Buffer` is returned. + * + * The `Hash` object can not be used again after `hash.digest()` method has been + * called. Multiple calls will cause an error to be thrown. + * @since v0.1.92 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + /** + * The `Hmac` class is a utility for creating cryptographic HMAC digests. It can + * be used in one of two ways: + * + * * As a `stream` that is both readable and writable, where data is written + * to produce a computed HMAC digest on the readable side, or + * * Using the `hmac.update()` and `hmac.digest()` methods to produce the + * computed HMAC digest. + * + * The {@link createHmac} method is used to create `Hmac` instances. `Hmac`objects are not to be created directly using the `new` keyword. + * + * Example: Using `Hmac` objects as streams: + * + * ```js + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.on('readable', () => { + * // Only one element is going to be produced by the + * // hash stream. + * const data = hmac.read(); + * if (data) { + * console.log(data.toString('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * } + * }); + * + * hmac.write('some data to hash'); + * hmac.end(); + * ``` + * + * Example: Using `Hmac` and piped streams: + * + * ```js + * import { createReadStream } from 'node:fs'; + * import { stdout } from 'node:process'; + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * const input = createReadStream('test.js'); + * input.pipe(hmac).pipe(stdout); + * ``` + * + * Example: Using the `hmac.update()` and `hmac.digest()` methods: + * + * ```js + * const { + * createHmac, + * } = await import('node:crypto'); + * + * const hmac = createHmac('sha256', 'a secret'); + * + * hmac.update('some data to hash'); + * console.log(hmac.digest('hex')); + * // Prints: + * // 7fd04df92f636fd450bc841c9418e5825c17f33ad9c87c518115a45971f7f77e + * ``` + * @since v0.1.94 + * @deprecated Since v20.13.0 Calling `Hmac` class directly with `Hmac()` or `new Hmac()` is deprecated due to being internals, not intended for public use. Please use the {@link createHmac} method to create Hmac instances. + */ + class Hmac extends stream.Transform { + private constructor(); + /** + * Updates the `Hmac` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Hmac; + update(data: string, inputEncoding: Encoding): Hmac; + /** + * Calculates the HMAC digest of all of the data passed using `hmac.update()`. + * If `encoding` is + * provided a string is returned; otherwise a `Buffer` is returned; + * + * The `Hmac` object can not be used again after `hmac.digest()` has been + * called. Multiple calls to `hmac.digest()` will result in an error being thrown. + * @since v0.1.94 + * @param encoding The `encoding` of the return value. + */ + digest(): Buffer; + digest(encoding: BinaryToTextEncoding): string; + } + type KeyObjectType = "secret" | "public" | "private"; + interface KeyExportOptions { + type: "pkcs1" | "spki" | "pkcs8" | "sec1"; + format: T; + cipher?: string | undefined; + passphrase?: string | Buffer | undefined; + } + interface JwkKeyExportOptions { + format: "jwk"; + } + interface JsonWebKey { + crv?: string | undefined; + d?: string | undefined; + dp?: string | undefined; + dq?: string | undefined; + e?: string | undefined; + k?: string | undefined; + kty?: string | undefined; + n?: string | undefined; + p?: string | undefined; + q?: string | undefined; + qi?: string | undefined; + x?: string | undefined; + y?: string | undefined; + [key: string]: unknown; + } + interface AsymmetricKeyDetails { + /** + * Key size in bits (RSA, DSA). + */ + modulusLength?: number | undefined; + /** + * Public exponent (RSA). + */ + publicExponent?: bigint | undefined; + /** + * Name of the message digest (RSA-PSS). + */ + hashAlgorithm?: string | undefined; + /** + * Name of the message digest used by MGF1 (RSA-PSS). + */ + mgf1HashAlgorithm?: string | undefined; + /** + * Minimal salt length in bytes (RSA-PSS). + */ + saltLength?: number | undefined; + /** + * Size of q in bits (DSA). + */ + divisorLength?: number | undefined; + /** + * Name of the curve (EC). + */ + namedCurve?: string | undefined; + } + /** + * Node.js uses a `KeyObject` class to represent a symmetric or asymmetric key, + * and each kind of key exposes different functions. The {@link createSecretKey}, {@link createPublicKey} and {@link createPrivateKey} methods are used to create `KeyObject`instances. `KeyObject` + * objects are not to be created directly using the `new`keyword. + * + * Most applications should consider using the new `KeyObject` API instead of + * passing keys as strings or `Buffer`s due to improved security features. + * + * `KeyObject` instances can be passed to other threads via `postMessage()`. + * The receiver obtains a cloned `KeyObject`, and the `KeyObject` does not need to + * be listed in the `transferList` argument. + * @since v11.6.0 + */ + class KeyObject { + private constructor(); + /** + * Example: Converting a `CryptoKey` instance to a `KeyObject`: + * + * ```js + * const { KeyObject } = await import('node:crypto'); + * const { subtle } = globalThis.crypto; + * + * const key = await subtle.generateKey({ + * name: 'HMAC', + * hash: 'SHA-256', + * length: 256, + * }, true, ['sign', 'verify']); + * + * const keyObject = KeyObject.from(key); + * console.log(keyObject.symmetricKeySize); + * // Prints: 32 (symmetric key size in bytes) + * ``` + * @since v15.0.0 + */ + static from(key: webcrypto.CryptoKey): KeyObject; + /** + * For asymmetric keys, this property represents the type of the key. Supported key + * types are: + * + * * `'rsa'` (OID 1.2.840.113549.1.1.1) + * * `'rsa-pss'` (OID 1.2.840.113549.1.1.10) + * * `'dsa'` (OID 1.2.840.10040.4.1) + * * `'ec'` (OID 1.2.840.10045.2.1) + * * `'x25519'` (OID 1.3.101.110) + * * `'x448'` (OID 1.3.101.111) + * * `'ed25519'` (OID 1.3.101.112) + * * `'ed448'` (OID 1.3.101.113) + * * `'dh'` (OID 1.2.840.113549.1.3.1) + * + * This property is `undefined` for unrecognized `KeyObject` types and symmetric + * keys. + * @since v11.6.0 + */ + asymmetricKeyType?: KeyType | undefined; + /** + * This property exists only on asymmetric keys. Depending on the type of the key, + * this object contains information about the key. None of the information obtained + * through this property can be used to uniquely identify a key or to compromise + * the security of the key. + * + * For RSA-PSS keys, if the key material contains a `RSASSA-PSS-params` sequence, + * the `hashAlgorithm`, `mgf1HashAlgorithm`, and `saltLength` properties will be + * set. + * + * Other key details might be exposed via this API using additional attributes. + * @since v15.7.0 + */ + asymmetricKeyDetails?: AsymmetricKeyDetails | undefined; + /** + * For symmetric keys, the following encoding options can be used: + * + * For public keys, the following encoding options can be used: + * + * For private keys, the following encoding options can be used: + * + * The result type depends on the selected encoding format, when PEM the + * result is a string, when DER it will be a buffer containing the data + * encoded as DER, when [JWK](https://tools.ietf.org/html/rfc7517) it will be an object. + * + * When [JWK](https://tools.ietf.org/html/rfc7517) encoding format was selected, all other encoding options are + * ignored. + * + * PKCS#1, SEC1, and PKCS#8 type keys can be encrypted by using a combination of + * the `cipher` and `format` options. The PKCS#8 `type` can be used with any`format` to encrypt any key algorithm (RSA, EC, or DH) by specifying a`cipher`. PKCS#1 and SEC1 can only be + * encrypted by specifying a `cipher`when the PEM `format` is used. For maximum compatibility, use PKCS#8 for + * encrypted private keys. Since PKCS#8 defines its own + * encryption mechanism, PEM-level encryption is not supported when encrypting + * a PKCS#8 key. See [RFC 5208](https://www.rfc-editor.org/rfc/rfc5208.txt) for PKCS#8 encryption and [RFC 1421](https://www.rfc-editor.org/rfc/rfc1421.txt) for + * PKCS#1 and SEC1 encryption. + * @since v11.6.0 + */ + export(options: KeyExportOptions<"pem">): string | Buffer; + export(options?: KeyExportOptions<"der">): Buffer; + export(options?: JwkKeyExportOptions): JsonWebKey; + /** + * Returns `true` or `false` depending on whether the keys have exactly the same + * type, value, and parameters. This method is not [constant time](https://en.wikipedia.org/wiki/Timing_attack). + * @since v17.7.0, v16.15.0 + * @param otherKeyObject A `KeyObject` with which to compare `keyObject`. + */ + equals(otherKeyObject: KeyObject): boolean; + /** + * For secret keys, this property represents the size of the key in bytes. This + * property is `undefined` for asymmetric keys. + * @since v11.6.0 + */ + symmetricKeySize?: number | undefined; + /** + * Converts a `KeyObject` instance to a `CryptoKey`. + * @since 22.10.0 + */ + toCryptoKey( + algorithm: + | webcrypto.AlgorithmIdentifier + | webcrypto.RsaHashedImportParams + | webcrypto.EcKeyImportParams + | webcrypto.HmacImportParams, + extractable: boolean, + keyUsages: readonly webcrypto.KeyUsage[], + ): webcrypto.CryptoKey; + /** + * Depending on the type of this `KeyObject`, this property is either`'secret'` for secret (symmetric) keys, `'public'` for public (asymmetric) keys + * or `'private'` for private (asymmetric) keys. + * @since v11.6.0 + */ + type: KeyObjectType; + } + type CipherCCMTypes = "aes-128-ccm" | "aes-192-ccm" | "aes-256-ccm"; + type CipherGCMTypes = "aes-128-gcm" | "aes-192-gcm" | "aes-256-gcm"; + type CipherOCBTypes = "aes-128-ocb" | "aes-192-ocb" | "aes-256-ocb"; + type CipherChaCha20Poly1305Types = "chacha20-poly1305"; + type BinaryLike = string | NodeJS.ArrayBufferView; + type CipherKey = BinaryLike | KeyObject; + interface CipherCCMOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherGCMOptions extends stream.TransformOptions { + authTagLength?: number | undefined; + } + interface CipherOCBOptions extends stream.TransformOptions { + authTagLength: number; + } + interface CipherChaCha20Poly1305Options extends stream.TransformOptions { + /** @default 16 */ + authTagLength?: number | undefined; + } + /** + * Creates and returns a `Cipher` object, with the given `algorithm`, `key` and + * initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the`authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength`option is not required but can be used to set the length of the authentication + * tag that will be returned by `getAuthTag()` and defaults to 16 bytes. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a + * given IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createCipheriv( + algorithm: CipherCCMTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherCCMOptions, + ): CipherCCM; + function createCipheriv( + algorithm: CipherOCBTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherOCBOptions, + ): CipherOCB; + function createCipheriv( + algorithm: CipherGCMTypes, + key: CipherKey, + iv: BinaryLike, + options?: CipherGCMOptions, + ): CipherGCM; + function createCipheriv( + algorithm: CipherChaCha20Poly1305Types, + key: CipherKey, + iv: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): CipherChaCha20Poly1305; + function createCipheriv( + algorithm: string, + key: CipherKey, + iv: BinaryLike | null, + options?: stream.TransformOptions, + ): Cipher; + /** + * Instances of the `Cipher` class are used to encrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain unencrypted + * data is written to produce encrypted data on the readable side, or + * * Using the `cipher.update()` and `cipher.final()` methods to produce + * the encrypted data. + * + * The {@link createCipheriv} method is + * used to create `Cipher` instances. `Cipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Cipher` objects as streams: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * // Once we have the key and iv, we can create and use the cipher... + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = ''; + * cipher.setEncoding('hex'); + * + * cipher.on('data', (chunk) => encrypted += chunk); + * cipher.on('end', () => console.log(encrypted)); + * + * cipher.write('some clear text data'); + * cipher.end(); + * }); + * }); + * ``` + * + * Example: Using `Cipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'node:fs'; + * + * import { + * pipeline, + * } from 'node:stream'; + * + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.js'); + * const output = createWriteStream('test.enc'); + * + * pipeline(input, cipher, output, (err) => { + * if (err) throw err; + * }); + * }); + * }); + * ``` + * + * Example: Using the `cipher.update()` and `cipher.final()` methods: + * + * ```js + * const { + * scrypt, + * randomFill, + * createCipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * + * // First, we'll generate the key. The key length is dependent on the algorithm. + * // In this case for aes192, it is 24 bytes (192 bits). + * scrypt(password, 'salt', 24, (err, key) => { + * if (err) throw err; + * // Then, we'll generate a random initialization vector + * randomFill(new Uint8Array(16), (err, iv) => { + * if (err) throw err; + * + * const cipher = createCipheriv(algorithm, key, iv); + * + * let encrypted = cipher.update('some clear text data', 'utf8', 'hex'); + * encrypted += cipher.final('hex'); + * console.log(encrypted); + * }); + * }); + * ``` + * @since v0.1.94 + */ + class Cipher extends stream.Transform { + private constructor(); + /** + * Updates the cipher with `data`. If the `inputEncoding` argument is given, + * the `data`argument is a string using the specified encoding. If the `inputEncoding`argument is not given, `data` must be a `Buffer`, `TypedArray`, or `DataView`. If `data` is a `Buffer`, + * `TypedArray`, or `DataView`, then `inputEncoding` is ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding`is specified, a string using the specified encoding is returned. If no`outputEncoding` is provided, a `Buffer` is returned. + * + * The `cipher.update()` method can be called multiple times with new data until `cipher.final()` is called. Calling `cipher.update()` after `cipher.final()` will result in an error being + * thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the data. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: BinaryLike): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `cipher.final()` method has been called, the `Cipher` object can no + * longer be used to encrypt data. Attempts to call `cipher.final()` more than + * once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining enciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When using block encryption algorithms, the `Cipher` class will automatically + * add padding to the input data to the appropriate block size. To disable the + * default padding call `cipher.setAutoPadding(false)`. + * + * When `autoPadding` is `false`, the length of the entire input data must be a + * multiple of the cipher's block size or `cipher.final()` will throw an error. + * Disabling automatic padding is useful for non-standard padding, for instance + * using `0x0` instead of PKCS padding. + * + * The `cipher.setAutoPadding()` method must be called before `cipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(autoPadding?: boolean): this; + } + interface CipherCCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + interface CipherGCM extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + interface CipherOCB extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + interface CipherChaCha20Poly1305 extends Cipher { + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + getAuthTag(): Buffer; + } + /** + * Creates and returns a `Decipher` object that uses the given `algorithm`, `key` and initialization vector (`iv`). + * + * The `options` argument controls stream behavior and is optional except when a + * cipher in CCM or OCB mode (e.g. `'aes-128-ccm'`) is used. In that case, the `authTagLength` option is required and specifies the length of the + * authentication tag in bytes, see `CCM mode`. In GCM mode, the `authTagLength` option is not required but can be used to restrict accepted authentication tags + * to those with the specified length. + * For `chacha20-poly1305`, the `authTagLength` option defaults to 16 bytes. + * + * The `algorithm` is dependent on OpenSSL, examples are `'aes192'`, etc. On + * recent OpenSSL releases, `openssl list -cipher-algorithms` will + * display the available cipher algorithms. + * + * The `key` is the raw key used by the `algorithm` and `iv` is an [initialization vector](https://en.wikipedia.org/wiki/Initialization_vector). Both arguments must be `'utf8'` encoded + * strings,`Buffers`, `TypedArray`, or `DataView`s. The `key` may optionally be + * a `KeyObject` of type `secret`. If the cipher does not need + * an initialization vector, `iv` may be `null`. + * + * When passing strings for `key` or `iv`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * Initialization vectors should be unpredictable and unique; ideally, they will be + * cryptographically random. They do not have to be secret: IVs are typically just + * added to ciphertext messages unencrypted. It may sound contradictory that + * something has to be unpredictable and unique, but does not have to be secret; + * remember that an attacker must not be able to predict ahead of time what a given + * IV will be. + * @since v0.1.94 + * @param options `stream.transform` options + */ + function createDecipheriv( + algorithm: CipherCCMTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherCCMOptions, + ): DecipherCCM; + function createDecipheriv( + algorithm: CipherOCBTypes, + key: CipherKey, + iv: BinaryLike, + options: CipherOCBOptions, + ): DecipherOCB; + function createDecipheriv( + algorithm: CipherGCMTypes, + key: CipherKey, + iv: BinaryLike, + options?: CipherGCMOptions, + ): DecipherGCM; + function createDecipheriv( + algorithm: CipherChaCha20Poly1305Types, + key: CipherKey, + iv: BinaryLike, + options?: CipherChaCha20Poly1305Options, + ): DecipherChaCha20Poly1305; + function createDecipheriv( + algorithm: string, + key: CipherKey, + iv: BinaryLike | null, + options?: stream.TransformOptions, + ): Decipher; + /** + * Instances of the `Decipher` class are used to decrypt data. The class can be + * used in one of two ways: + * + * * As a `stream` that is both readable and writable, where plain encrypted + * data is written to produce unencrypted data on the readable side, or + * * Using the `decipher.update()` and `decipher.final()` methods to + * produce the unencrypted data. + * + * The {@link createDecipheriv} method is + * used to create `Decipher` instances. `Decipher` objects are not to be created + * directly using the `new` keyword. + * + * Example: Using `Decipher` objects as streams: + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Key length is dependent on the algorithm. In this case for aes192, it is + * // 24 bytes (192 bits). + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * let decrypted = ''; + * decipher.on('readable', () => { + * let chunk; + * while (null !== (chunk = decipher.read())) { + * decrypted += chunk.toString('utf8'); + * } + * }); + * decipher.on('end', () => { + * console.log(decrypted); + * // Prints: some clear text data + * }); + * + * // Encrypted with same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * decipher.write(encrypted, 'hex'); + * decipher.end(); + * ``` + * + * Example: Using `Decipher` and piped streams: + * + * ```js + * import { + * createReadStream, + * createWriteStream, + * } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * const input = createReadStream('test.enc'); + * const output = createWriteStream('test.js'); + * + * input.pipe(decipher).pipe(output); + * ``` + * + * Example: Using the `decipher.update()` and `decipher.final()` methods: + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * scryptSync, + * createDecipheriv, + * } = await import('node:crypto'); + * + * const algorithm = 'aes-192-cbc'; + * const password = 'Password used to generate key'; + * // Use the async `crypto.scrypt()` instead. + * const key = scryptSync(password, 'salt', 24); + * // The IV is usually passed along with the ciphertext. + * const iv = Buffer.alloc(16, 0); // Initialization vector. + * + * const decipher = createDecipheriv(algorithm, key, iv); + * + * // Encrypted using same algorithm, key and iv. + * const encrypted = + * 'e5f79c5915c02171eec6b212d5520d44480993d7d622a7c4c2da32f6efda0ffa'; + * let decrypted = decipher.update(encrypted, 'hex', 'utf8'); + * decrypted += decipher.final('utf8'); + * console.log(decrypted); + * // Prints: some clear text data + * ``` + * @since v0.1.94 + */ + class Decipher extends stream.Transform { + private constructor(); + /** + * Updates the decipher with `data`. If the `inputEncoding` argument is given, + * the `data` argument is a string using the specified encoding. If the `inputEncoding` argument is not given, `data` must be a `Buffer`. If `data` is a `Buffer` then `inputEncoding` is + * ignored. + * + * The `outputEncoding` specifies the output format of the enciphered + * data. If the `outputEncoding` is specified, a string using the specified encoding is returned. If no `outputEncoding` is provided, a `Buffer` is returned. + * + * The `decipher.update()` method can be called multiple times with new data until `decipher.final()` is called. Calling `decipher.update()` after `decipher.final()` will result in an error + * being thrown. + * @since v0.1.94 + * @param inputEncoding The `encoding` of the `data` string. + * @param outputEncoding The `encoding` of the return value. + */ + update(data: NodeJS.ArrayBufferView): Buffer; + update(data: string, inputEncoding: Encoding): Buffer; + update(data: NodeJS.ArrayBufferView, inputEncoding: undefined, outputEncoding: Encoding): string; + update(data: string, inputEncoding: Encoding | undefined, outputEncoding: Encoding): string; + /** + * Once the `decipher.final()` method has been called, the `Decipher` object can + * no longer be used to decrypt data. Attempts to call `decipher.final()` more + * than once will result in an error being thrown. + * @since v0.1.94 + * @param outputEncoding The `encoding` of the return value. + * @return Any remaining deciphered contents. If `outputEncoding` is specified, a string is returned. If an `outputEncoding` is not provided, a {@link Buffer} is returned. + */ + final(): Buffer; + final(outputEncoding: BufferEncoding): string; + /** + * When data has been encrypted without standard block padding, calling `decipher.setAutoPadding(false)` will disable automatic padding to prevent `decipher.final()` from checking for and + * removing padding. + * + * Turning auto padding off will only work if the input data's length is a + * multiple of the ciphers block size. + * + * The `decipher.setAutoPadding()` method must be called before `decipher.final()`. + * @since v0.7.1 + * @param [autoPadding=true] + * @return for method chaining. + */ + setAutoPadding(auto_padding?: boolean): this; + } + interface DecipherCCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + } + interface DecipherGCM extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + } + interface DecipherOCB extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options?: { + plaintextLength: number; + }, + ): this; + } + interface DecipherChaCha20Poly1305 extends Decipher { + setAuthTag(buffer: NodeJS.ArrayBufferView): this; + setAAD( + buffer: NodeJS.ArrayBufferView, + options: { + plaintextLength: number; + }, + ): this; + } + interface PrivateKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: "pkcs1" | "pkcs8" | "sec1" | undefined; + passphrase?: string | Buffer | undefined; + encoding?: string | undefined; + } + interface PublicKeyInput { + key: string | Buffer; + format?: KeyFormat | undefined; + type?: "pkcs1" | "spki" | undefined; + encoding?: string | undefined; + } + /** + * Asynchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKey, + * } = await import('node:crypto'); + * + * generateKey('hmac', { length: 512 }, (err, key) => { + * if (err) throw err; + * console.log(key.export().toString('hex')); // 46e..........620 + * }); + * ``` + * + * The size of a generated HMAC key should not exceed the block size of the + * underlying hash function. See {@link createHmac} for more information. + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKey( + type: "hmac" | "aes", + options: { + length: number; + }, + callback: (err: Error | null, key: KeyObject) => void, + ): void; + /** + * Synchronously generates a new random secret key of the given `length`. The `type` will determine which validations will be performed on the `length`. + * + * ```js + * const { + * generateKeySync, + * } = await import('node:crypto'); + * + * const key = generateKeySync('hmac', { length: 512 }); + * console.log(key.export().toString('hex')); // e89..........41e + * ``` + * + * The size of a generated HMAC key should not exceed the block size of the + * underlying hash function. See {@link createHmac} for more information. + * @since v15.0.0 + * @param type The intended use of the generated secret key. Currently accepted values are `'hmac'` and `'aes'`. + */ + function generateKeySync( + type: "hmac" | "aes", + options: { + length: number; + }, + ): KeyObject; + interface JsonWebKeyInput { + key: JsonWebKey; + format: "jwk"; + } + /** + * Creates and returns a new key object containing a private key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; otherwise, `key` must be an object with the properties described above. + * + * If the private key is encrypted, a `passphrase` must be specified. The length + * of the passphrase is limited to 1024 bytes. + * @since v11.6.0 + */ + function createPrivateKey(key: PrivateKeyInput | string | Buffer | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a public key. If `key` is a + * string or `Buffer`, `format` is assumed to be `'pem'`; if `key` is a `KeyObject` with type `'private'`, the public key is derived from the given private key; + * otherwise, `key` must be an object with the properties described above. + * + * If the format is `'pem'`, the `'key'` may also be an X.509 certificate. + * + * Because public keys can be derived from private keys, a private key may be + * passed instead of a public key. In that case, this function behaves as if {@link createPrivateKey} had been called, except that the type of the + * returned `KeyObject` will be `'public'` and that the private key cannot be + * extracted from the returned `KeyObject`. Similarly, if a `KeyObject` with type `'private'` is given, a new `KeyObject` with type `'public'` will be returned + * and it will be impossible to extract the private key from the returned object. + * @since v11.6.0 + */ + function createPublicKey(key: PublicKeyInput | string | Buffer | KeyObject | JsonWebKeyInput): KeyObject; + /** + * Creates and returns a new key object containing a secret key for symmetric + * encryption or `Hmac`. + * @since v11.6.0 + * @param encoding The string encoding when `key` is a string. + */ + function createSecretKey(key: NodeJS.ArrayBufferView): KeyObject; + function createSecretKey(key: string, encoding: BufferEncoding): KeyObject; + /** + * Creates and returns a `Sign` object that uses the given `algorithm`. Use {@link getHashes} to obtain the names of the available digest algorithms. + * Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Sign` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createSign(algorithm: string, options?: stream.WritableOptions): Sign; + type DSAEncoding = "der" | "ieee-p1363"; + interface SigningOptions { + /** + * @see crypto.constants.RSA_PKCS1_PADDING + */ + padding?: number | undefined; + saltLength?: number | undefined; + dsaEncoding?: DSAEncoding | undefined; + } + interface SignPrivateKeyInput extends PrivateKeyInput, SigningOptions {} + interface SignKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface SignJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {} + interface VerifyPublicKeyInput extends PublicKeyInput, SigningOptions {} + interface VerifyKeyObjectInput extends SigningOptions { + key: KeyObject; + } + interface VerifyJsonWebKeyInput extends JsonWebKeyInput, SigningOptions {} + type KeyLike = string | Buffer | KeyObject; + /** + * The `Sign` class is a utility for generating signatures. It can be used in one + * of two ways: + * + * * As a writable `stream`, where data to be signed is written and the `sign.sign()` method is used to generate and return the signature, or + * * Using the `sign.update()` and `sign.sign()` methods to produce the + * signature. + * + * The {@link createSign} method is used to create `Sign` instances. The + * argument is the string name of the hash function to use. `Sign` objects are not + * to be created directly using the `new` keyword. + * + * Example: Using `Sign` and `Verify` objects as streams: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify, + * } = await import('node:crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('ec', { + * namedCurve: 'sect239k1', + * }); + * + * const sign = createSign('SHA256'); + * sign.write('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey, 'hex'); + * + * const verify = createVerify('SHA256'); + * verify.write('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature, 'hex')); + * // Prints: true + * ``` + * + * Example: Using the `sign.update()` and `verify.update()` methods: + * + * ```js + * const { + * generateKeyPairSync, + * createSign, + * createVerify, + * } = await import('node:crypto'); + * + * const { privateKey, publicKey } = generateKeyPairSync('rsa', { + * modulusLength: 2048, + * }); + * + * const sign = createSign('SHA256'); + * sign.update('some data to sign'); + * sign.end(); + * const signature = sign.sign(privateKey); + * + * const verify = createVerify('SHA256'); + * verify.update('some data to sign'); + * verify.end(); + * console.log(verify.verify(publicKey, signature)); + * // Prints: true + * ``` + * @since v0.1.92 + */ + class Sign extends stream.Writable { + private constructor(); + /** + * Updates the `Sign` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `encoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or`DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): this; + update(data: string, inputEncoding: Encoding): this; + /** + * Calculates the signature on all the data passed through using either `sign.update()` or `sign.write()`. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the following additional properties can be passed: + * + * If `outputEncoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * The `Sign` object can not be again used after `sign.sign()` method has been + * called. Multiple calls to `sign.sign()` will result in an error being thrown. + * @since v0.1.92 + */ + sign(privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput): Buffer; + sign( + privateKey: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + outputFormat: BinaryToTextEncoding, + ): string; + } + /** + * Creates and returns a `Verify` object that uses the given algorithm. + * Use {@link getHashes} to obtain an array of names of the available + * signing algorithms. Optional `options` argument controls the `stream.Writable` behavior. + * + * In some cases, a `Verify` instance can be created using the name of a signature + * algorithm, such as `'RSA-SHA256'`, instead of a digest algorithm. This will use + * the corresponding digest algorithm. This does not work for all signature + * algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest + * algorithm names. + * @since v0.1.92 + * @param options `stream.Writable` options + */ + function createVerify(algorithm: string, options?: stream.WritableOptions): Verify; + /** + * The `Verify` class is a utility for verifying signatures. It can be used in one + * of two ways: + * + * * As a writable `stream` where written data is used to validate against the + * supplied signature, or + * * Using the `verify.update()` and `verify.verify()` methods to verify + * the signature. + * + * The {@link createVerify} method is used to create `Verify` instances. `Verify` objects are not to be created directly using the `new` keyword. + * + * See `Sign` for examples. + * @since v0.1.92 + */ + class Verify extends stream.Writable { + private constructor(); + /** + * Updates the `Verify` content with the given `data`, the encoding of which + * is given in `inputEncoding`. + * If `inputEncoding` is not provided, and the `data` is a string, an + * encoding of `'utf8'` is enforced. If `data` is a `Buffer`, `TypedArray`, or `DataView`, then `inputEncoding` is ignored. + * + * This can be called many times with new data as it is streamed. + * @since v0.1.92 + * @param inputEncoding The `encoding` of the `data` string. + */ + update(data: BinaryLike): Verify; + update(data: string, inputEncoding: Encoding): Verify; + /** + * Verifies the provided data using the given `object` and `signature`. + * + * If `object` is not a `KeyObject`, this function behaves as if `object` had been passed to {@link createPublicKey}. If it is an + * object, the following additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the data, in + * the `signatureEncoding`. + * If a `signatureEncoding` is specified, the `signature` is expected to be a + * string; otherwise `signature` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * The `verify` object can not be used again after `verify.verify()` has been + * called. Multiple calls to `verify.verify()` will result in an error being + * thrown. + * + * Because public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.1.92 + */ + verify( + object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + ): boolean; + verify( + object: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: string, + signature_format?: BinaryToTextEncoding, + ): boolean; + } + /** + * Creates a `DiffieHellman` key exchange object using the supplied `prime` and an + * optional specific `generator`. + * + * The `generator` argument can be a number, string, or `Buffer`. If `generator` is not specified, the value `2` is used. + * + * If `primeEncoding` is specified, `prime` is expected to be a string; otherwise + * a `Buffer`, `TypedArray`, or `DataView` is expected. + * + * If `generatorEncoding` is specified, `generator` is expected to be a string; + * otherwise a number, `Buffer`, `TypedArray`, or `DataView` is expected. + * @since v0.11.12 + * @param primeEncoding The `encoding` of the `prime` string. + * @param [generator=2] + * @param generatorEncoding The `encoding` of the `generator` string. + */ + function createDiffieHellman(primeLength: number, generator?: number): DiffieHellman; + function createDiffieHellman( + prime: ArrayBuffer | NodeJS.ArrayBufferView, + generator?: number | ArrayBuffer | NodeJS.ArrayBufferView, + ): DiffieHellman; + function createDiffieHellman( + prime: ArrayBuffer | NodeJS.ArrayBufferView, + generator: string, + generatorEncoding: BinaryToTextEncoding, + ): DiffieHellman; + function createDiffieHellman( + prime: string, + primeEncoding: BinaryToTextEncoding, + generator?: number | ArrayBuffer | NodeJS.ArrayBufferView, + ): DiffieHellman; + function createDiffieHellman( + prime: string, + primeEncoding: BinaryToTextEncoding, + generator: string, + generatorEncoding: BinaryToTextEncoding, + ): DiffieHellman; + /** + * The `DiffieHellman` class is a utility for creating Diffie-Hellman key + * exchanges. + * + * Instances of the `DiffieHellman` class can be created using the {@link createDiffieHellman} function. + * + * ```js + * import assert from 'node:assert'; + * + * const { + * createDiffieHellman, + * } = await import('node:crypto'); + * + * // Generate Alice's keys... + * const alice = createDiffieHellman(2048); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createDiffieHellman(alice.getPrime(), alice.getGenerator()); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * // OK + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * ``` + * @since v0.5.0 + */ + class DiffieHellman { + private constructor(); + /** + * Generates private and public Diffie-Hellman key values unless they have been + * generated or computed already, and returns + * the public key in the specified `encoding`. This key should be + * transferred to the other party. + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * + * This function is a thin wrapper around [`DH_generate_key()`](https://www.openssl.org/docs/man3.0/man3/DH_generate_key.html). In particular, + * once a private key has been generated or set, calling this function only updates + * the public key but does not generate a new private key. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using the specified `inputEncoding`, and secret is + * encoded using specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string is returned; otherwise, a `Buffer` is returned. + * @since v0.5.0 + * @param inputEncoding The `encoding` of an `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, inputEncoding?: null, outputEncoding?: null): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding, outputEncoding?: null): Buffer; + computeSecret( + otherPublicKey: NodeJS.ArrayBufferView, + inputEncoding: null, + outputEncoding: BinaryToTextEncoding, + ): string; + computeSecret( + otherPublicKey: string, + inputEncoding: BinaryToTextEncoding, + outputEncoding: BinaryToTextEncoding, + ): string; + /** + * Returns the Diffie-Hellman prime in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrime(): Buffer; + getPrime(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman generator in the specified `encoding`. + * If `encoding` is provided a string is + * returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getGenerator(): Buffer; + getGenerator(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman public key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPublicKey(): Buffer; + getPublicKey(encoding: BinaryToTextEncoding): string; + /** + * Returns the Diffie-Hellman private key in the specified `encoding`. + * If `encoding` is provided a + * string is returned; otherwise a `Buffer` is returned. + * @since v0.5.0 + * @param encoding The `encoding` of the return value. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * Sets the Diffie-Hellman public key. If the `encoding` argument is provided, `publicKey` is expected + * to be a string. If no `encoding` is provided, `publicKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * @since v0.5.0 + * @param encoding The `encoding` of the `publicKey` string. + */ + setPublicKey(publicKey: NodeJS.ArrayBufferView): void; + setPublicKey(publicKey: string, encoding: BufferEncoding): void; + /** + * Sets the Diffie-Hellman private key. If the `encoding` argument is provided,`privateKey` is expected + * to be a string. If no `encoding` is provided, `privateKey` is expected + * to be a `Buffer`, `TypedArray`, or `DataView`. + * + * This function does not automatically compute the associated public key. Either `diffieHellman.setPublicKey()` or `diffieHellman.generateKeys()` can be + * used to manually provide the public key or to automatically derive it. + * @since v0.5.0 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BufferEncoding): void; + /** + * A bit field containing any warnings and/or errors resulting from a check + * performed during initialization of the `DiffieHellman` object. + * + * The following values are valid for this property (as defined in `node:constants` module): + * + * * `DH_CHECK_P_NOT_SAFE_PRIME` + * * `DH_CHECK_P_NOT_PRIME` + * * `DH_UNABLE_TO_CHECK_GENERATOR` + * * `DH_NOT_SUITABLE_GENERATOR` + * @since v0.11.12 + */ + verifyError: number; + } + /** + * The `DiffieHellmanGroup` class takes a well-known modp group as its argument. + * It works the same as `DiffieHellman`, except that it does not allow changing its keys after creation. + * In other words, it does not implement `setPublicKey()` or `setPrivateKey()` methods. + * + * ```js + * const { createDiffieHellmanGroup } = await import('node:crypto'); + * const dh = createDiffieHellmanGroup('modp1'); + * ``` + * The name (e.g. `'modp1'`) is taken from [RFC 2412](https://www.rfc-editor.org/rfc/rfc2412.txt) (modp1 and 2) and [RFC 3526](https://www.rfc-editor.org/rfc/rfc3526.txt): + * ```bash + * $ perl -ne 'print "$1\n" if /"(modp\d+)"/' src/node_crypto_groups.h + * modp1 # 768 bits + * modp2 # 1024 bits + * modp5 # 1536 bits + * modp14 # 2048 bits + * modp15 # etc. + * modp16 + * modp17 + * modp18 + * ``` + * @since v0.7.5 + */ + const DiffieHellmanGroup: DiffieHellmanGroupConstructor; + interface DiffieHellmanGroupConstructor { + new(name: string): DiffieHellmanGroup; + (name: string): DiffieHellmanGroup; + readonly prototype: DiffieHellmanGroup; + } + type DiffieHellmanGroup = Omit; + /** + * Creates a predefined `DiffieHellmanGroup` key exchange object. The + * supported groups are listed in the documentation for `DiffieHellmanGroup`. + * + * The returned object mimics the interface of objects created by {@link createDiffieHellman}, but will not allow changing + * the keys (with `diffieHellman.setPublicKey()`, for example). The + * advantage of using this method is that the parties do not have to + * generate nor exchange a group modulus beforehand, saving both processor + * and communication time. + * + * Example (obtaining a shared secret): + * + * ```js + * const { + * getDiffieHellman, + * } = await import('node:crypto'); + * const alice = getDiffieHellman('modp14'); + * const bob = getDiffieHellman('modp14'); + * + * alice.generateKeys(); + * bob.generateKeys(); + * + * const aliceSecret = alice.computeSecret(bob.getPublicKey(), null, 'hex'); + * const bobSecret = bob.computeSecret(alice.getPublicKey(), null, 'hex'); + * + * // aliceSecret and bobSecret should be the same + * console.log(aliceSecret === bobSecret); + * ``` + * @since v0.7.5 + */ + function getDiffieHellman(groupName: string): DiffieHellmanGroup; + /** + * An alias for {@link getDiffieHellman} + * @since v0.9.3 + */ + function createDiffieHellmanGroup(name: string): DiffieHellmanGroup; + /** + * Provides an asynchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`. + * + * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an error occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. By default, the successfully generated `derivedKey` will be passed to the callback as a `Buffer`. An error will be + * thrown if any of the input arguments specify invalid values or types. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2, + * } = await import('node:crypto'); + * + * pbkdf2('secret', 'salt', 100000, 64, 'sha512', (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * @since v0.5.5 + */ + function pbkdf2( + password: BinaryLike, + salt: BinaryLike, + iterations: number, + keylen: number, + digest: string, + callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + /** + * Provides a synchronous Password-Based Key Derivation Function 2 (PBKDF2) + * implementation. A selected HMAC digest algorithm specified by `digest` is + * applied to derive a key of the requested byte length (`keylen`) from the `password`, `salt` and `iterations`. + * + * If an error occurs an `Error` will be thrown, otherwise the derived key will be + * returned as a `Buffer`. + * + * The `iterations` argument must be a number set as high as possible. The + * higher the number of iterations, the more secure the derived key will be, + * but will take a longer amount of time to complete. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * ```js + * const { + * pbkdf2Sync, + * } = await import('node:crypto'); + * + * const key = pbkdf2Sync('secret', 'salt', 100000, 64, 'sha512'); + * console.log(key.toString('hex')); // '3745e48...08d59ae' + * ``` + * + * An array of supported digest functions can be retrieved using {@link getHashes}. + * @since v0.9.3 + */ + function pbkdf2Sync( + password: BinaryLike, + salt: BinaryLike, + iterations: number, + keylen: number, + digest: string, + ): Buffer; + /** + * Generates cryptographically strong pseudorandom data. The `size` argument + * is a number indicating the number of bytes to generate. + * + * If a `callback` function is provided, the bytes are generated asynchronously + * and the `callback` function is invoked with two arguments: `err` and `buf`. + * If an error occurs, `err` will be an `Error` object; otherwise it is `null`. The `buf` argument is a `Buffer` containing the generated bytes. + * + * ```js + * // Asynchronous + * const { + * randomBytes, + * } = await import('node:crypto'); + * + * randomBytes(256, (err, buf) => { + * if (err) throw err; + * console.log(`${buf.length} bytes of random data: ${buf.toString('hex')}`); + * }); + * ``` + * + * If the `callback` function is not provided, the random bytes are generated + * synchronously and returned as a `Buffer`. An error will be thrown if + * there is a problem generating the bytes. + * + * ```js + * // Synchronous + * const { + * randomBytes, + * } = await import('node:crypto'); + * + * const buf = randomBytes(256); + * console.log( + * `${buf.length} bytes of random data: ${buf.toString('hex')}`); + * ``` + * + * The `crypto.randomBytes()` method will not complete until there is + * sufficient entropy available. + * This should normally never take longer than a few milliseconds. The only time + * when generating the random bytes may conceivably block for a longer period of + * time is right after boot, when the whole system is still low on entropy. + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomBytes()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomBytes` requests when doing so as part of fulfilling a client + * request. + * @since v0.5.8 + * @param size The number of bytes to generate. The `size` must not be larger than `2**31 - 1`. + * @return if the `callback` function is not provided. + */ + function randomBytes(size: number): Buffer; + function randomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + function pseudoRandomBytes(size: number): Buffer; + function pseudoRandomBytes(size: number, callback: (err: Error | null, buf: Buffer) => void): void; + /** + * Return a random integer `n` such that `min <= n < max`. This + * implementation avoids [modulo bias](https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle#Modulo_bias). + * + * The range (`max - min`) must be less than 2**48. `min` and `max` must + * be [safe integers](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). + * + * If the `callback` function is not provided, the random integer is + * generated synchronously. + * + * ```js + * // Asynchronous + * const { + * randomInt, + * } = await import('node:crypto'); + * + * randomInt(3, (err, n) => { + * if (err) throw err; + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * }); + * ``` + * + * ```js + * // Synchronous + * const { + * randomInt, + * } = await import('node:crypto'); + * + * const n = randomInt(3); + * console.log(`Random number chosen from (0, 1, 2): ${n}`); + * ``` + * + * ```js + * // With `min` argument + * const { + * randomInt, + * } = await import('node:crypto'); + * + * const n = randomInt(1, 7); + * console.log(`The dice rolled: ${n}`); + * ``` + * @since v14.10.0, v12.19.0 + * @param [min=0] Start of random range (inclusive). + * @param max End of random range (exclusive). + * @param callback `function(err, n) {}`. + */ + function randomInt(max: number): number; + function randomInt(min: number, max: number): number; + function randomInt(max: number, callback: (err: Error | null, value: number) => void): void; + function randomInt(min: number, max: number, callback: (err: Error | null, value: number) => void): void; + /** + * Synchronous version of {@link randomFill}. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFillSync } = await import('node:crypto'); + * + * const buf = Buffer.alloc(10); + * console.log(randomFillSync(buf).toString('hex')); + * + * randomFillSync(buf, 5); + * console.log(buf.toString('hex')); + * + * // The above is equivalent to the following: + * randomFillSync(buf, 5, 5); + * console.log(buf.toString('hex')); + * ``` + * + * Any `ArrayBuffer`, `TypedArray` or `DataView` instance may be passed as`buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFillSync } = await import('node:crypto'); + * + * const a = new Uint32Array(10); + * console.log(Buffer.from(randomFillSync(a).buffer, + * a.byteOffset, a.byteLength).toString('hex')); + * + * const b = new DataView(new ArrayBuffer(10)); + * console.log(Buffer.from(randomFillSync(b).buffer, + * b.byteOffset, b.byteLength).toString('hex')); + * + * const c = new ArrayBuffer(10); + * console.log(Buffer.from(randomFillSync(c)).toString('hex')); + * ``` + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @return The object passed as `buffer` argument. + */ + function randomFillSync(buffer: T, offset?: number, size?: number): T; + /** + * This function is similar to {@link randomBytes} but requires the first + * argument to be a `Buffer` that will be filled. It also + * requires that a callback is passed in. + * + * If the `callback` function is not provided, an error will be thrown. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFill } = await import('node:crypto'); + * + * const buf = Buffer.alloc(10); + * randomFill(buf, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * randomFill(buf, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * + * // The above is equivalent to the following: + * randomFill(buf, 5, 5, (err, buf) => { + * if (err) throw err; + * console.log(buf.toString('hex')); + * }); + * ``` + * + * Any `ArrayBuffer`, `TypedArray`, or `DataView` instance may be passed as `buffer`. + * + * While this includes instances of `Float32Array` and `Float64Array`, this + * function should not be used to generate random floating-point numbers. The + * result may contain `+Infinity`, `-Infinity`, and `NaN`, and even if the array + * contains finite numbers only, they are not drawn from a uniform random + * distribution and have no meaningful lower or upper bounds. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { randomFill } = await import('node:crypto'); + * + * const a = new Uint32Array(10); + * randomFill(a, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const b = new DataView(new ArrayBuffer(10)); + * randomFill(b, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength) + * .toString('hex')); + * }); + * + * const c = new ArrayBuffer(10); + * randomFill(c, (err, buf) => { + * if (err) throw err; + * console.log(Buffer.from(buf).toString('hex')); + * }); + * ``` + * + * This API uses libuv's threadpool, which can have surprising and + * negative performance implications for some applications; see the `UV_THREADPOOL_SIZE` documentation for more information. + * + * The asynchronous version of `crypto.randomFill()` is carried out in a single + * threadpool request. To minimize threadpool task length variation, partition + * large `randomFill` requests when doing so as part of fulfilling a client + * request. + * @since v7.10.0, v6.13.0 + * @param buffer Must be supplied. The size of the provided `buffer` must not be larger than `2**31 - 1`. + * @param [offset=0] + * @param [size=buffer.length - offset] + * @param callback `function(err, buf) {}`. + */ + function randomFill( + buffer: T, + callback: (err: Error | null, buf: T) => void, + ): void; + function randomFill( + buffer: T, + offset: number, + callback: (err: Error | null, buf: T) => void, + ): void; + function randomFill( + buffer: T, + offset: number, + size: number, + callback: (err: Error | null, buf: T) => void, + ): void; + interface ScryptOptions { + cost?: number | undefined; + blockSize?: number | undefined; + parallelization?: number | undefined; + N?: number | undefined; + r?: number | undefined; + p?: number | undefined; + maxmem?: number | undefined; + } + /** + * Provides an asynchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * The `callback` function is called with two arguments: `err` and `derivedKey`. `err` is an exception object when key derivation fails, otherwise `err` is `null`. `derivedKey` is passed to the + * callback as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scrypt, + * } = await import('node:crypto'); + * + * // Using the factory defaults. + * scrypt('password', 'salt', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...08d59ae' + * }); + * // Using a custom N parameter. Must be a power of two. + * scrypt('password', 'salt', 64, { N: 1024 }, (err, derivedKey) => { + * if (err) throw err; + * console.log(derivedKey.toString('hex')); // '3745e48...aa39b34' + * }); + * ``` + * @since v10.5.0 + */ + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + function scrypt( + password: BinaryLike, + salt: BinaryLike, + keylen: number, + options: ScryptOptions, + callback: (err: Error | null, derivedKey: Buffer) => void, + ): void; + /** + * Provides a synchronous [scrypt](https://en.wikipedia.org/wiki/Scrypt) implementation. Scrypt is a password-based + * key derivation function that is designed to be expensive computationally and + * memory-wise in order to make brute-force attacks unrewarding. + * + * The `salt` should be as unique as possible. It is recommended that a salt is + * random and at least 16 bytes long. See [NIST SP 800-132](https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-132.pdf) for details. + * + * When passing strings for `password` or `salt`, please consider `caveats when using strings as inputs to cryptographic APIs`. + * + * An exception is thrown when key derivation fails, otherwise the derived key is + * returned as a `Buffer`. + * + * An exception is thrown when any of the input arguments specify invalid values + * or types. + * + * ```js + * const { + * scryptSync, + * } = await import('node:crypto'); + * // Using the factory defaults. + * + * const key1 = scryptSync('password', 'salt', 64); + * console.log(key1.toString('hex')); // '3745e48...08d59ae' + * // Using a custom N parameter. Must be a power of two. + * const key2 = scryptSync('password', 'salt', 64, { N: 1024 }); + * console.log(key2.toString('hex')); // '3745e48...aa39b34' + * ``` + * @since v10.5.0 + */ + function scryptSync(password: BinaryLike, salt: BinaryLike, keylen: number, options?: ScryptOptions): Buffer; + interface RsaPublicKey { + key: KeyLike; + padding?: number | undefined; + } + interface RsaPrivateKey { + key: KeyLike; + passphrase?: string | undefined; + /** + * @default 'sha1' + */ + oaepHash?: string | undefined; + oaepLabel?: NodeJS.TypedArray | undefined; + padding?: number | undefined; + } + /** + * Encrypts the content of `buffer` with `key` and returns a new `Buffer` with encrypted content. The returned data can be decrypted using + * the corresponding private key, for example using {@link privateDecrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v0.11.14 + */ + function publicEncrypt( + key: RsaPublicKey | RsaPrivateKey | KeyLike, + buffer: NodeJS.ArrayBufferView | string, + ): Buffer; + /** + * Decrypts `buffer` with `key`.`buffer` was previously encrypted using + * the corresponding private key, for example using {@link privateEncrypt}. + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been passed to {@link createPublicKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`. + * + * Because RSA public keys can be derived from private keys, a private key may + * be passed instead of a public key. + * @since v1.1.0 + */ + function publicDecrypt( + key: RsaPublicKey | RsaPrivateKey | KeyLike, + buffer: NodeJS.ArrayBufferView | string, + ): Buffer; + /** + * Decrypts `buffer` with `privateKey`. `buffer` was previously encrypted using + * the corresponding public key, for example using {@link publicEncrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_OAEP_PADDING`. + * @since v0.11.14 + */ + function privateDecrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView | string): Buffer; + /** + * Encrypts `buffer` with `privateKey`. The returned data can be decrypted using + * the corresponding public key, for example using {@link publicDecrypt}. + * + * If `privateKey` is not a `KeyObject`, this function behaves as if `privateKey` had been passed to {@link createPrivateKey}. If it is an + * object, the `padding` property can be passed. Otherwise, this function uses `RSA_PKCS1_PADDING`. + * @since v1.1.0 + */ + function privateEncrypt(privateKey: RsaPrivateKey | KeyLike, buffer: NodeJS.ArrayBufferView | string): Buffer; + /** + * ```js + * const { + * getCiphers, + * } = await import('node:crypto'); + * + * console.log(getCiphers()); // ['aes-128-cbc', 'aes-128-ccm', ...] + * ``` + * @since v0.9.3 + * @return An array with the names of the supported cipher algorithms. + */ + function getCiphers(): string[]; + /** + * ```js + * const { + * getCurves, + * } = await import('node:crypto'); + * + * console.log(getCurves()); // ['Oakley-EC2N-3', 'Oakley-EC2N-4', ...] + * ``` + * @since v2.3.0 + * @return An array with the names of the supported elliptic curves. + */ + function getCurves(): string[]; + /** + * @since v10.0.0 + * @return `1` if and only if a FIPS compliant crypto provider is currently in use, `0` otherwise. A future semver-major release may change the return type of this API to a {boolean}. + */ + function getFips(): 1 | 0; + /** + * Enables the FIPS compliant crypto provider in a FIPS-enabled Node.js build. + * Throws an error if FIPS mode is not available. + * @since v10.0.0 + * @param bool `true` to enable FIPS mode. + */ + function setFips(bool: boolean): void; + /** + * ```js + * const { + * getHashes, + * } = await import('node:crypto'); + * + * console.log(getHashes()); // ['DSA', 'DSA-SHA', 'DSA-SHA1', ...] + * ``` + * @since v0.9.3 + * @return An array of the names of the supported hash algorithms, such as `'RSA-SHA256'`. Hash algorithms are also called "digest" algorithms. + */ + function getHashes(): string[]; + /** + * The `ECDH` class is a utility for creating Elliptic Curve Diffie-Hellman (ECDH) + * key exchanges. + * + * Instances of the `ECDH` class can be created using the {@link createECDH} function. + * + * ```js + * import assert from 'node:assert'; + * + * const { + * createECDH, + * } = await import('node:crypto'); + * + * // Generate Alice's keys... + * const alice = createECDH('secp521r1'); + * const aliceKey = alice.generateKeys(); + * + * // Generate Bob's keys... + * const bob = createECDH('secp521r1'); + * const bobKey = bob.generateKeys(); + * + * // Exchange and generate the secret... + * const aliceSecret = alice.computeSecret(bobKey); + * const bobSecret = bob.computeSecret(aliceKey); + * + * assert.strictEqual(aliceSecret.toString('hex'), bobSecret.toString('hex')); + * // OK + * ``` + * @since v0.11.14 + */ + class ECDH { + private constructor(); + /** + * Converts the EC Diffie-Hellman public key specified by `key` and `curve` to the + * format specified by `format`. The `format` argument specifies point encoding + * and can be `'compressed'`, `'uncompressed'` or `'hybrid'`. The supplied key is + * interpreted using the specified `inputEncoding`, and the returned key is encoded + * using the specified `outputEncoding`. + * + * Use {@link getCurves} to obtain a list of available curve names. + * On recent OpenSSL releases, `openssl ecparam -list_curves` will also display + * the name and description of each available elliptic curve. + * + * If `format` is not specified the point will be returned in `'uncompressed'` format. + * + * If the `inputEncoding` is not provided, `key` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * Example (uncompressing a key): + * + * ```js + * const { + * createECDH, + * ECDH, + * } = await import('node:crypto'); + * + * const ecdh = createECDH('secp256k1'); + * ecdh.generateKeys(); + * + * const compressedKey = ecdh.getPublicKey('hex', 'compressed'); + * + * const uncompressedKey = ECDH.convertKey(compressedKey, + * 'secp256k1', + * 'hex', + * 'hex', + * 'uncompressed'); + * + * // The converted key and the uncompressed public key should be the same + * console.log(uncompressedKey === ecdh.getPublicKey('hex')); + * ``` + * @since v10.0.0 + * @param inputEncoding The `encoding` of the `key` string. + * @param outputEncoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + static convertKey( + key: BinaryLike, + curve: string, + inputEncoding?: BinaryToTextEncoding, + outputEncoding?: "latin1" | "hex" | "base64" | "base64url", + format?: "uncompressed" | "compressed" | "hybrid", + ): Buffer | string; + /** + * Generates private and public EC Diffie-Hellman key values, and returns + * the public key in the specified `format` and `encoding`. This key should be + * transferred to the other party. + * + * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified, the point will be returned in`'uncompressed'` format. + * + * If `encoding` is provided a string is returned; otherwise a `Buffer` is returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + */ + generateKeys(): Buffer; + generateKeys(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Computes the shared secret using `otherPublicKey` as the other + * party's public key and returns the computed shared secret. The supplied + * key is interpreted using specified `inputEncoding`, and the returned secret + * is encoded using the specified `outputEncoding`. + * If the `inputEncoding` is not + * provided, `otherPublicKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `outputEncoding` is given a string will be returned; otherwise a `Buffer` is returned. + * + * `ecdh.computeSecret` will throw an`ERR_CRYPTO_ECDH_INVALID_PUBLIC_KEY` error when `otherPublicKey` lies outside of the elliptic curve. Since `otherPublicKey` is + * usually supplied from a remote user over an insecure network, + * be sure to handle this exception accordingly. + * @since v0.11.14 + * @param inputEncoding The `encoding` of the `otherPublicKey` string. + * @param outputEncoding The `encoding` of the return value. + */ + computeSecret(otherPublicKey: NodeJS.ArrayBufferView): Buffer; + computeSecret(otherPublicKey: string, inputEncoding: BinaryToTextEncoding): Buffer; + computeSecret(otherPublicKey: NodeJS.ArrayBufferView, outputEncoding: BinaryToTextEncoding): string; + computeSecret( + otherPublicKey: string, + inputEncoding: BinaryToTextEncoding, + outputEncoding: BinaryToTextEncoding, + ): string; + /** + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @return The EC Diffie-Hellman in the specified `encoding`. + */ + getPrivateKey(): Buffer; + getPrivateKey(encoding: BinaryToTextEncoding): string; + /** + * The `format` argument specifies point encoding and can be `'compressed'` or `'uncompressed'`. If `format` is not specified the point will be returned in`'uncompressed'` format. + * + * If `encoding` is specified, a string is returned; otherwise a `Buffer` is + * returned. + * @since v0.11.14 + * @param encoding The `encoding` of the return value. + * @param [format='uncompressed'] + * @return The EC Diffie-Hellman public key in the specified `encoding` and `format`. + */ + getPublicKey(encoding?: null, format?: ECDHKeyFormat): Buffer; + getPublicKey(encoding: BinaryToTextEncoding, format?: ECDHKeyFormat): string; + /** + * Sets the EC Diffie-Hellman private key. + * If `encoding` is provided, `privateKey` is expected + * to be a string; otherwise `privateKey` is expected to be a `Buffer`, `TypedArray`, or `DataView`. + * + * If `privateKey` is not valid for the curve specified when the `ECDH` object was + * created, an error is thrown. Upon setting the private key, the associated + * public point (key) is also generated and set in the `ECDH` object. + * @since v0.11.14 + * @param encoding The `encoding` of the `privateKey` string. + */ + setPrivateKey(privateKey: NodeJS.ArrayBufferView): void; + setPrivateKey(privateKey: string, encoding: BinaryToTextEncoding): void; + } + /** + * Creates an Elliptic Curve Diffie-Hellman (`ECDH`) key exchange object using a + * predefined curve specified by the `curveName` string. Use {@link getCurves} to obtain a list of available curve names. On recent + * OpenSSL releases, `openssl ecparam -list_curves` will also display the name + * and description of each available elliptic curve. + * @since v0.11.14 + */ + function createECDH(curveName: string): ECDH; + /** + * This function compares the underlying bytes that represent the given `ArrayBuffer`, `TypedArray`, or `DataView` instances using a constant-time + * algorithm. + * + * This function does not leak timing information that + * would allow an attacker to guess one of the values. This is suitable for + * comparing HMAC digests or secret values like authentication cookies or [capability urls](https://www.w3.org/TR/capability-urls/). + * + * `a` and `b` must both be `Buffer`s, `TypedArray`s, or `DataView`s, and they + * must have the same byte length. An error is thrown if `a` and `b` have + * different byte lengths. + * + * If at least one of `a` and `b` is a `TypedArray` with more than one byte per + * entry, such as `Uint16Array`, the result will be computed using the platform + * byte order. + * + * **When both of the inputs are `Float32Array`s or `Float64Array`s, this function might return unexpected results due to IEEE 754** + * **encoding of floating-point numbers. In particular, neither `x === y` nor `Object.is(x, y)` implies that the byte representations of two floating-point** + * **numbers `x` and `y` are equal.** + * + * Use of `crypto.timingSafeEqual` does not guarantee that the _surrounding_ code + * is timing-safe. Care should be taken to ensure that the surrounding code does + * not introduce timing vulnerabilities. + * @since v6.6.0 + */ + function timingSafeEqual(a: NodeJS.ArrayBufferView, b: NodeJS.ArrayBufferView): boolean; + type KeyType = "rsa" | "rsa-pss" | "dsa" | "ec" | "ed25519" | "ed448" | "x25519" | "x448"; + type KeyFormat = "pem" | "der" | "jwk"; + interface BasePrivateKeyEncodingOptions { + format: T; + cipher?: string | undefined; + passphrase?: string | undefined; + } + interface KeyPairKeyObjectResult { + publicKey: KeyObject; + privateKey: KeyObject; + } + interface ED25519KeyPairKeyObjectOptions {} + interface ED448KeyPairKeyObjectOptions {} + interface X25519KeyPairKeyObjectOptions {} + interface X448KeyPairKeyObjectOptions {} + interface ECKeyPairKeyObjectOptions { + /** + * Name of the curve to use + */ + namedCurve: string; + /** + * Must be `'named'` or `'explicit'`. Default: `'named'`. + */ + paramEncoding?: "explicit" | "named" | undefined; + } + interface RSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + } + interface RSAPSSKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + } + interface DSAKeyPairKeyObjectOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + } + interface RSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + publicKeyEncoding: { + type: "pkcs1" | "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs1" | "pkcs8"; + }; + } + interface RSAPSSKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Public exponent + * @default 0x10001 + */ + publicExponent?: number | undefined; + /** + * Name of the message digest + */ + hashAlgorithm?: string; + /** + * Name of the message digest used by MGF1 + */ + mgf1HashAlgorithm?: string; + /** + * Minimal salt length in bytes + */ + saltLength?: string; + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface DSAKeyPairOptions { + /** + * Key size in bits + */ + modulusLength: number; + /** + * Size of q in bits + */ + divisorLength: number; + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface ECKeyPairOptions extends ECKeyPairKeyObjectOptions { + publicKeyEncoding: { + type: "pkcs1" | "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "sec1" | "pkcs8"; + }; + } + interface ED25519KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface ED448KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface X25519KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface X448KeyPairOptions { + publicKeyEncoding: { + type: "spki"; + format: PubF; + }; + privateKeyEncoding: BasePrivateKeyEncodingOptions & { + type: "pkcs8"; + }; + } + interface KeyPairSyncResult { + publicKey: T1; + privateKey: T2; + } + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * When encoding public keys, it is recommended to use `'spki'`. When encoding + * private keys, it is recommended to use `'pkcs8'` with a strong passphrase, + * and to keep the passphrase confidential. + * + * ```js + * const { + * generateKeyPairSync, + * } = await import('node:crypto'); + * + * const { + * publicKey, + * privateKey, + * } = generateKeyPairSync('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem', + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret', + * }, + * }); + * ``` + * + * The return value `{ publicKey, privateKey }` represents the generated key pair. + * When PEM encoding was selected, the respective key will be a string, otherwise + * it will be a buffer containing the data encoded as DER. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "rsa", options: RSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "rsa-pss", options: RSAPSSKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "dsa", options: DSAKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ec", options: ECKeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ed25519", options?: ED25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "ed448", options?: ED448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "x25519", options?: X25519KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + ): KeyPairSyncResult; + function generateKeyPairSync( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + ): KeyPairSyncResult; + function generateKeyPairSync(type: "x448", options?: X448KeyPairKeyObjectOptions): KeyPairKeyObjectResult; + /** + * Generates a new asymmetric key pair of the given `type`. RSA, RSA-PSS, DSA, EC, + * Ed25519, Ed448, X25519, X448, and DH are currently supported. + * + * If a `publicKeyEncoding` or `privateKeyEncoding` was specified, this function + * behaves as if `keyObject.export()` had been called on its result. Otherwise, + * the respective part of the key is returned as a `KeyObject`. + * + * It is recommended to encode public keys as `'spki'` and private keys as `'pkcs8'` with encryption for long-term storage: + * + * ```js + * const { + * generateKeyPair, + * } = await import('node:crypto'); + * + * generateKeyPair('rsa', { + * modulusLength: 4096, + * publicKeyEncoding: { + * type: 'spki', + * format: 'pem', + * }, + * privateKeyEncoding: { + * type: 'pkcs8', + * format: 'pem', + * cipher: 'aes-256-cbc', + * passphrase: 'top secret', + * }, + * }, (err, publicKey, privateKey) => { + * // Handle errors and use the generated key pair. + * }); + * ``` + * + * On completion, `callback` will be called with `err` set to `undefined` and `publicKey` / `privateKey` representing the generated key pair. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a `Promise` for an `Object` with `publicKey` and `privateKey` properties. + * @since v10.12.0 + * @param type Must be `'rsa'`, `'rsa-pss'`, `'dsa'`, `'ec'`, `'ed25519'`, `'ed448'`, `'x25519'`, `'x448'`, or `'dh'`. + */ + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa", + options: RSAKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "rsa-pss", + options: RSAPSSKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "dsa", + options: DSAKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ec", + options: ECKeyPairKeyObjectOptions, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed25519", + options: ED25519KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "ed448", + options: ED448KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x25519", + options: X25519KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + callback: (err: Error | null, publicKey: string, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + callback: (err: Error | null, publicKey: string, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + callback: (err: Error | null, publicKey: Buffer, privateKey: string) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + callback: (err: Error | null, publicKey: Buffer, privateKey: Buffer) => void, + ): void; + function generateKeyPair( + type: "x448", + options: X448KeyPairKeyObjectOptions | undefined, + callback: (err: Error | null, publicKey: KeyObject, privateKey: KeyObject) => void, + ): void; + namespace generateKeyPair { + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "rsa", + options: RSAKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "rsa", options: RSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__( + type: "rsa-pss", + options: RSAPSSKeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "dsa", + options: DSAKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "dsa", options: DSAKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "ec", + options: ECKeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "ec", options: ECKeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "ed25519", + options: ED25519KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__( + type: "ed25519", + options?: ED25519KeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "ed448", + options: ED448KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "ed448", options?: ED448KeyPairKeyObjectOptions): Promise; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "x25519", + options: X25519KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__( + type: "x25519", + options?: X25519KeyPairKeyObjectOptions, + ): Promise; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"pem", "pem">, + ): Promise<{ + publicKey: string; + privateKey: string; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"pem", "der">, + ): Promise<{ + publicKey: string; + privateKey: Buffer; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"der", "pem">, + ): Promise<{ + publicKey: Buffer; + privateKey: string; + }>; + function __promisify__( + type: "x448", + options: X448KeyPairOptions<"der", "der">, + ): Promise<{ + publicKey: Buffer; + privateKey: Buffer; + }>; + function __promisify__(type: "x448", options?: X448KeyPairKeyObjectOptions): Promise; + } + /** + * Calculates and returns the signature for `data` using the given private key and + * algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is + * dependent upon the key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPrivateKey}. If it is an object, the following + * additional properties can be passed: + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + ): Buffer; + function sign( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | SignKeyObjectInput | SignPrivateKeyInput | SignJsonWebKeyInput, + callback: (error: Error | null, data: Buffer) => void, + ): void; + /** + * Verifies the given signature for `data` using the given key and algorithm. If `algorithm` is `null` or `undefined`, then the algorithm is dependent upon the + * key type (especially Ed25519 and Ed448). + * + * If `key` is not a `KeyObject`, this function behaves as if `key` had been + * passed to {@link createPublicKey}. If it is an object, the following + * additional properties can be passed: + * + * The `signature` argument is the previously calculated signature for the `data`. + * + * Because public keys can be derived from private keys, a private key or a public + * key may be passed for `key`. + * + * If the `callback` function is provided this function uses libuv's threadpool. + * @since v12.0.0 + */ + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + ): boolean; + function verify( + algorithm: string | null | undefined, + data: NodeJS.ArrayBufferView, + key: KeyLike | VerifyKeyObjectInput | VerifyPublicKeyInput | VerifyJsonWebKeyInput, + signature: NodeJS.ArrayBufferView, + callback: (error: Error | null, result: boolean) => void, + ): void; + /** + * Computes the Diffie-Hellman secret based on a `privateKey` and a `publicKey`. + * Both keys must have the same `asymmetricKeyType`, which must be one of `'dh'` (for Diffie-Hellman), `'ec'` (for ECDH), `'x448'`, or `'x25519'` (for ECDH-ES). + * @since v13.9.0, v12.17.0 + */ + function diffieHellman(options: { privateKey: KeyObject; publicKey: KeyObject }): Buffer; + /** + * A utility for creating one-shot hash digests of data. It can be faster than the object-based `crypto.createHash()` when hashing a smaller amount of data + * (<= 5MB) that's readily available. If the data can be big or if it is streamed, it's still recommended to use `crypto.createHash()` instead. The `algorithm` + * is dependent on the available algorithms supported by the version of OpenSSL on the platform. Examples are `'sha256'`, `'sha512'`, etc. On recent releases + * of OpenSSL, `openssl list -digest-algorithms` will display the available digest algorithms. + * + * Example: + * + * ```js + * import crypto from 'node:crypto'; + * import { Buffer } from 'node:buffer'; + * + * // Hashing a string and return the result as a hex-encoded string. + * const string = 'Node.js'; + * // 10b3493287f831e81a438811a1ffba01f8cec4b7 + * console.log(crypto.hash('sha1', string)); + * + * // Encode a base64-encoded string into a Buffer, hash it and return + * // the result as a buffer. + * const base64 = 'Tm9kZS5qcw=='; + * // + * console.log(crypto.hash('sha1', Buffer.from(base64, 'base64'), 'buffer')); + * ``` + * @since v21.7.0, v20.12.0 + * @param data When `data` is a string, it will be encoded as UTF-8 before being hashed. If a different input encoding is desired for a string input, user + * could encode the string into a `TypedArray` using either `TextEncoder` or `Buffer.from()` and passing the encoded `TypedArray` into this API instead. + * @param [outputEncoding='hex'] [Encoding](https://nodejs.org/docs/latest-v22.x/api/buffer.html#buffers-and-character-encodings) used to encode the returned digest. + */ + function hash(algorithm: string, data: BinaryLike, outputEncoding?: BinaryToTextEncoding): string; + function hash(algorithm: string, data: BinaryLike, outputEncoding: "buffer"): Buffer; + function hash( + algorithm: string, + data: BinaryLike, + outputEncoding?: BinaryToTextEncoding | "buffer", + ): string | Buffer; + type CipherMode = "cbc" | "ccm" | "cfb" | "ctr" | "ecb" | "gcm" | "ocb" | "ofb" | "stream" | "wrap" | "xts"; + interface CipherInfoOptions { + /** + * A test key length. + */ + keyLength?: number | undefined; + /** + * A test IV length. + */ + ivLength?: number | undefined; + } + interface CipherInfo { + /** + * The name of the cipher. + */ + name: string; + /** + * The nid of the cipher. + */ + nid: number; + /** + * The block size of the cipher in bytes. + * This property is omitted when mode is 'stream'. + */ + blockSize?: number | undefined; + /** + * The expected or default initialization vector length in bytes. + * This property is omitted if the cipher does not use an initialization vector. + */ + ivLength?: number | undefined; + /** + * The expected or default key length in bytes. + */ + keyLength: number; + /** + * The cipher mode. + */ + mode: CipherMode; + } + /** + * Returns information about a given cipher. + * + * Some ciphers accept variable length keys and initialization vectors. By default, + * the `crypto.getCipherInfo()` method will return the default values for these + * ciphers. To test if a given key length or iv length is acceptable for given + * cipher, use the `keyLength` and `ivLength` options. If the given values are + * unacceptable, `undefined` will be returned. + * @since v15.0.0 + * @param nameOrNid The name or nid of the cipher to query. + */ + function getCipherInfo(nameOrNid: string | number, options?: CipherInfoOptions): CipherInfo | undefined; + /** + * HKDF is a simple key derivation function defined in RFC 5869\. The given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The supplied `callback` function is called with two arguments: `err` and `derivedKey`. If an errors occurs while deriving the key, `err` will be set; + * otherwise `err` will be `null`. The successfully generated `derivedKey` will + * be passed to the callback as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). An error will be thrown if any + * of the input arguments specify invalid values or types. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * hkdf, + * } = await import('node:crypto'); + * + * hkdf('sha512', 'key', 'salt', 'info', 64, (err, derivedKey) => { + * if (err) throw err; + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * }); + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. Must be provided but can be zero-length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdf( + digest: string, + irm: BinaryLike | KeyObject, + salt: BinaryLike, + info: BinaryLike, + keylen: number, + callback: (err: Error | null, derivedKey: ArrayBuffer) => void, + ): void; + /** + * Provides a synchronous HKDF key derivation function as defined in RFC 5869\. The + * given `ikm`, `salt` and `info` are used with the `digest` to derive a key of `keylen` bytes. + * + * The successfully generated `derivedKey` will be returned as an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). + * + * An error will be thrown if any of the input arguments specify invalid values or + * types, or if the derived key cannot be generated. + * + * ```js + * import { Buffer } from 'node:buffer'; + * const { + * hkdfSync, + * } = await import('node:crypto'); + * + * const derivedKey = hkdfSync('sha512', 'key', 'salt', 'info', 64); + * console.log(Buffer.from(derivedKey).toString('hex')); // '24156e2...5391653' + * ``` + * @since v15.0.0 + * @param digest The digest algorithm to use. + * @param ikm The input keying material. Must be provided but can be zero-length. + * @param salt The salt value. Must be provided but can be zero-length. + * @param info Additional info value. Must be provided but can be zero-length, and cannot be more than 1024 bytes. + * @param keylen The length of the key to generate. Must be greater than 0. The maximum allowable value is `255` times the number of bytes produced by the selected digest function (e.g. `sha512` + * generates 64-byte hashes, making the maximum HKDF output 16320 bytes). + */ + function hkdfSync( + digest: string, + ikm: BinaryLike | KeyObject, + salt: BinaryLike, + info: BinaryLike, + keylen: number, + ): ArrayBuffer; + interface SecureHeapUsage { + /** + * The total allocated secure heap size as specified using the `--secure-heap=n` command-line flag. + */ + total: number; + /** + * The minimum allocation from the secure heap as specified using the `--secure-heap-min` command-line flag. + */ + min: number; + /** + * The total number of bytes currently allocated from the secure heap. + */ + used: number; + /** + * The calculated ratio of `used` to `total` allocated bytes. + */ + utilization: number; + } + /** + * @since v15.6.0 + */ + function secureHeapUsed(): SecureHeapUsage; + interface RandomUUIDOptions { + /** + * By default, to improve performance, + * Node.js will pre-emptively generate and persistently cache enough + * random data to generate up to 128 random UUIDs. To generate a UUID + * without using the cache, set `disableEntropyCache` to `true`. + * + * @default `false` + */ + disableEntropyCache?: boolean | undefined; + } + type UUID = `${string}-${string}-${string}-${string}-${string}`; + /** + * Generates a random [RFC 4122](https://www.rfc-editor.org/rfc/rfc4122.txt) version 4 UUID. The UUID is generated using a + * cryptographic pseudorandom number generator. + * @since v15.6.0, v14.17.0 + */ + function randomUUID(options?: RandomUUIDOptions): UUID; + interface X509CheckOptions { + /** + * @default 'always' + */ + subject?: "always" | "default" | "never"; + /** + * @default true + */ + wildcards?: boolean; + /** + * @default true + */ + partialWildcards?: boolean; + /** + * @default false + */ + multiLabelWildcards?: boolean; + /** + * @default false + */ + singleLabelSubdomains?: boolean; + } + /** + * Encapsulates an X509 certificate and provides read-only access to + * its information. + * + * ```js + * const { X509Certificate } = await import('node:crypto'); + * + * const x509 = new X509Certificate('{... pem encoded cert ...}'); + * + * console.log(x509.subject); + * ``` + * @since v15.6.0 + */ + class X509Certificate { + /** + * Will be \`true\` if this is a Certificate Authority (CA) certificate. + * @since v15.6.0 + */ + readonly ca: boolean; + /** + * The SHA-1 fingerprint of this certificate. + * + * Because SHA-1 is cryptographically broken and because the security of SHA-1 is + * significantly worse than that of algorithms that are commonly used to sign + * certificates, consider using `x509.fingerprint256` instead. + * @since v15.6.0 + */ + readonly fingerprint: string; + /** + * The SHA-256 fingerprint of this certificate. + * @since v15.6.0 + */ + readonly fingerprint256: string; + /** + * The SHA-512 fingerprint of this certificate. + * + * Because computing the SHA-256 fingerprint is usually faster and because it is + * only half the size of the SHA-512 fingerprint, `x509.fingerprint256` may be + * a better choice. While SHA-512 presumably provides a higher level of security in + * general, the security of SHA-256 matches that of most algorithms that are + * commonly used to sign certificates. + * @since v17.2.0, v16.14.0 + */ + readonly fingerprint512: string; + /** + * The complete subject of this certificate. + * @since v15.6.0 + */ + readonly subject: string; + /** + * The subject alternative name specified for this certificate. + * + * This is a comma-separated list of subject alternative names. Each entry begins + * with a string identifying the kind of the subject alternative name followed by + * a colon and the value associated with the entry. + * + * Earlier versions of Node.js incorrectly assumed that it is safe to split this + * property at the two-character sequence `', '` (see [CVE-2021-44532](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44532)). However, + * both malicious and legitimate certificates can contain subject alternative names + * that include this sequence when represented as a string. + * + * After the prefix denoting the type of the entry, the remainder of each entry + * might be enclosed in quotes to indicate that the value is a JSON string literal. + * For backward compatibility, Node.js only uses JSON string literals within this + * property when necessary to avoid ambiguity. Third-party code should be prepared + * to handle both possible entry formats. + * @since v15.6.0 + */ + readonly subjectAltName: string | undefined; + /** + * A textual representation of the certificate's authority information access + * extension. + * + * This is a line feed separated list of access descriptions. Each line begins with + * the access method and the kind of the access location, followed by a colon and + * the value associated with the access location. + * + * After the prefix denoting the access method and the kind of the access location, + * the remainder of each line might be enclosed in quotes to indicate that the + * value is a JSON string literal. For backward compatibility, Node.js only uses + * JSON string literals within this property when necessary to avoid ambiguity. + * Third-party code should be prepared to handle both possible entry formats. + * @since v15.6.0 + */ + readonly infoAccess: string | undefined; + /** + * An array detailing the key usages for this certificate. + * @since v15.6.0 + */ + readonly keyUsage: string[]; + /** + * The issuer identification included in this certificate. + * @since v15.6.0 + */ + readonly issuer: string; + /** + * The issuer certificate or `undefined` if the issuer certificate is not + * available. + * @since v15.9.0 + */ + readonly issuerCertificate?: X509Certificate | undefined; + /** + * The public key `KeyObject` for this certificate. + * @since v15.6.0 + */ + readonly publicKey: KeyObject; + /** + * A `Buffer` containing the DER encoding of this certificate. + * @since v15.6.0 + */ + readonly raw: Buffer; + /** + * The serial number of this certificate. + * + * Serial numbers are assigned by certificate authorities and do not uniquely + * identify certificates. Consider using `x509.fingerprint256` as a unique + * identifier instead. + * @since v15.6.0 + */ + readonly serialNumber: string; + /** + * The date/time from which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validFrom: string; + /** + * The date/time from which this certificate is valid, encapsulated in a `Date` object. + * @since v22.10.0 + */ + readonly validFromDate: Date; + /** + * The date/time until which this certificate is considered valid. + * @since v15.6.0 + */ + readonly validTo: string; + /** + * The date/time until which this certificate is valid, encapsulated in a `Date` object. + * @since v22.10.0 + */ + readonly validToDate: Date; + constructor(buffer: BinaryLike); + /** + * Checks whether the certificate matches the given email address. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any email addresses. + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching email + * address, the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns `email` if the certificate matches, `undefined` if it does not. + */ + checkEmail(email: string, options?: Pick): string | undefined; + /** + * Checks whether the certificate matches the given host name. + * + * If the certificate matches the given host name, the matching subject name is + * returned. The returned name might be an exact match (e.g., `foo.example.com`) + * or it might contain wildcards (e.g., `*.example.com`). Because host name + * comparisons are case-insensitive, the returned subject name might also differ + * from the given `name` in capitalization. + * + * If the `'subject'` option is undefined or set to `'default'`, the certificate + * subject is only considered if the subject alternative name extension either does + * not exist or does not contain any DNS names. This behavior is consistent with [RFC 2818](https://www.rfc-editor.org/rfc/rfc2818.txt) ("HTTP Over TLS"). + * + * If the `'subject'` option is set to `'always'` and if the subject alternative + * name extension either does not exist or does not contain a matching DNS name, + * the certificate subject is considered. + * + * If the `'subject'` option is set to `'never'`, the certificate subject is never + * considered, even if the certificate contains no subject alternative names. + * @since v15.6.0 + * @return Returns a subject name that matches `name`, or `undefined` if no subject name matches `name`. + */ + checkHost(name: string, options?: X509CheckOptions): string | undefined; + /** + * Checks whether the certificate matches the given IP address (IPv4 or IPv6). + * + * Only [RFC 5280](https://www.rfc-editor.org/rfc/rfc5280.txt) `iPAddress` subject alternative names are considered, and they + * must match the given `ip` address exactly. Other subject alternative names as + * well as the subject field of the certificate are ignored. + * @since v15.6.0 + * @return Returns `ip` if the certificate matches, `undefined` if it does not. + */ + checkIP(ip: string): string | undefined; + /** + * Checks whether this certificate was issued by the given `otherCert`. + * @since v15.6.0 + */ + checkIssued(otherCert: X509Certificate): boolean; + /** + * Checks whether the public key for this certificate is consistent with + * the given private key. + * @since v15.6.0 + * @param privateKey A private key. + */ + checkPrivateKey(privateKey: KeyObject): boolean; + /** + * There is no standard JSON encoding for X509 certificates. The`toJSON()` method returns a string containing the PEM encoded + * certificate. + * @since v15.6.0 + */ + toJSON(): string; + /** + * Returns information about this certificate using the legacy `certificate object` encoding. + * @since v15.6.0 + */ + toLegacyObject(): PeerCertificate; + /** + * Returns the PEM-encoded certificate. + * @since v15.6.0 + */ + toString(): string; + /** + * Verifies that this certificate was signed by the given public key. + * Does not perform any other validation checks on the certificate. + * @since v15.6.0 + * @param publicKey A public key. + */ + verify(publicKey: KeyObject): boolean; + } + type LargeNumberLike = NodeJS.ArrayBufferView | SharedArrayBuffer | ArrayBuffer | bigint; + interface GeneratePrimeOptions { + add?: LargeNumberLike | undefined; + rem?: LargeNumberLike | undefined; + /** + * @default false + */ + safe?: boolean | undefined; + bigint?: boolean | undefined; + } + interface GeneratePrimeOptionsBigInt extends GeneratePrimeOptions { + bigint: true; + } + interface GeneratePrimeOptionsArrayBuffer extends GeneratePrimeOptions { + bigint?: false | undefined; + } + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrime(size: number, callback: (err: Error | null, prime: ArrayBuffer) => void): void; + function generatePrime( + size: number, + options: GeneratePrimeOptionsBigInt, + callback: (err: Error | null, prime: bigint) => void, + ): void; + function generatePrime( + size: number, + options: GeneratePrimeOptionsArrayBuffer, + callback: (err: Error | null, prime: ArrayBuffer) => void, + ): void; + function generatePrime( + size: number, + options: GeneratePrimeOptions, + callback: (err: Error | null, prime: ArrayBuffer | bigint) => void, + ): void; + /** + * Generates a pseudorandom prime of `size` bits. + * + * If `options.safe` is `true`, the prime will be a safe prime -- that is, `(prime - 1) / 2` will also be a prime. + * + * The `options.add` and `options.rem` parameters can be used to enforce additional + * requirements, e.g., for Diffie-Hellman: + * + * * If `options.add` and `options.rem` are both set, the prime will satisfy the + * condition that `prime % add = rem`. + * * If only `options.add` is set and `options.safe` is not `true`, the prime will + * satisfy the condition that `prime % add = 1`. + * * If only `options.add` is set and `options.safe` is set to `true`, the prime + * will instead satisfy the condition that `prime % add = 3`. This is necessary + * because `prime % add = 1` for `options.add > 2` would contradict the condition + * enforced by `options.safe`. + * * `options.rem` is ignored if `options.add` is not given. + * + * Both `options.add` and `options.rem` must be encoded as big-endian sequences + * if given as an `ArrayBuffer`, `SharedArrayBuffer`, `TypedArray`, `Buffer`, or `DataView`. + * + * By default, the prime is encoded as a big-endian sequence of octets + * in an [ArrayBuffer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer). If the `bigint` option is `true`, then a + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) is provided. + * @since v15.8.0 + * @param size The size (in bits) of the prime to generate. + */ + function generatePrimeSync(size: number): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsBigInt): bigint; + function generatePrimeSync(size: number, options: GeneratePrimeOptionsArrayBuffer): ArrayBuffer; + function generatePrimeSync(size: number, options: GeneratePrimeOptions): ArrayBuffer | bigint; + interface CheckPrimeOptions { + /** + * The number of Miller-Rabin probabilistic primality iterations to perform. + * When the value is 0 (zero), a number of checks is used that yields a false positive rate of at most `2**-64` for random input. + * Care must be used when selecting a number of checks. + * Refer to the OpenSSL documentation for the BN_is_prime_ex function nchecks options for more details. + * + * @default 0 + */ + checks?: number | undefined; + } + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + */ + function checkPrime(value: LargeNumberLike, callback: (err: Error | null, result: boolean) => void): void; + function checkPrime( + value: LargeNumberLike, + options: CheckPrimeOptions, + callback: (err: Error | null, result: boolean) => void, + ): void; + /** + * Checks the primality of the `candidate`. + * @since v15.8.0 + * @param candidate A possible prime encoded as a sequence of big endian octets of arbitrary length. + * @return `true` if the candidate is a prime with an error probability less than `0.25 ** options.checks`. + */ + function checkPrimeSync(candidate: LargeNumberLike, options?: CheckPrimeOptions): boolean; + /** + * Load and set the `engine` for some or all OpenSSL functions (selected by flags). + * + * `engine` could be either an id or a path to the engine's shared library. + * + * The optional `flags` argument uses `ENGINE_METHOD_ALL` by default. The `flags` is a bit field taking one of or a mix of the following flags (defined in `crypto.constants`): + * + * * `crypto.constants.ENGINE_METHOD_RSA` + * * `crypto.constants.ENGINE_METHOD_DSA` + * * `crypto.constants.ENGINE_METHOD_DH` + * * `crypto.constants.ENGINE_METHOD_RAND` + * * `crypto.constants.ENGINE_METHOD_EC` + * * `crypto.constants.ENGINE_METHOD_CIPHERS` + * * `crypto.constants.ENGINE_METHOD_DIGESTS` + * * `crypto.constants.ENGINE_METHOD_PKEY_METHS` + * * `crypto.constants.ENGINE_METHOD_PKEY_ASN1_METHS` + * * `crypto.constants.ENGINE_METHOD_ALL` + * * `crypto.constants.ENGINE_METHOD_NONE` + * @since v0.11.11 + * @param flags + */ + function setEngine(engine: string, flags?: number): void; + /** + * A convenient alias for {@link webcrypto.getRandomValues}. This + * implementation is not compliant with the Web Crypto spec, to write + * web-compatible code use {@link webcrypto.getRandomValues} instead. + * @since v17.4.0 + * @return Returns `typedArray`. + */ + function getRandomValues(typedArray: T): T; + /** + * A convenient alias for `crypto.webcrypto.subtle`. + * @since v17.4.0 + */ + const subtle: webcrypto.SubtleCrypto; + /** + * An implementation of the Web Crypto API standard. + * + * See the {@link https://nodejs.org/docs/latest/api/webcrypto.html Web Crypto API documentation} for details. + * @since v15.0.0 + */ + const webcrypto: webcrypto.Crypto; + namespace webcrypto { + type BufferSource = ArrayBufferView | ArrayBuffer; + type KeyFormat = "jwk" | "pkcs8" | "raw" | "spki"; + type KeyType = "private" | "public" | "secret"; + type KeyUsage = + | "decrypt" + | "deriveBits" + | "deriveKey" + | "encrypt" + | "sign" + | "unwrapKey" + | "verify" + | "wrapKey"; + type AlgorithmIdentifier = Algorithm | string; + type HashAlgorithmIdentifier = AlgorithmIdentifier; + type NamedCurve = string; + type BigInteger = Uint8Array; + interface AesCbcParams extends Algorithm { + iv: BufferSource; + } + interface AesCtrParams extends Algorithm { + counter: BufferSource; + length: number; + } + interface AesDerivedKeyParams extends Algorithm { + length: number; + } + interface AesGcmParams extends Algorithm { + additionalData?: BufferSource; + iv: BufferSource; + tagLength?: number; + } + interface AesKeyAlgorithm extends KeyAlgorithm { + length: number; + } + interface AesKeyGenParams extends Algorithm { + length: number; + } + interface Algorithm { + name: string; + } + interface EcKeyAlgorithm extends KeyAlgorithm { + namedCurve: NamedCurve; + } + interface EcKeyGenParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcKeyImportParams extends Algorithm { + namedCurve: NamedCurve; + } + interface EcdhKeyDeriveParams extends Algorithm { + public: CryptoKey; + } + interface EcdsaParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface Ed448Params extends Algorithm { + context?: BufferSource; + } + interface HkdfParams extends Algorithm { + hash: HashAlgorithmIdentifier; + info: BufferSource; + salt: BufferSource; + } + interface HmacImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface HmacKeyAlgorithm extends KeyAlgorithm { + hash: KeyAlgorithm; + length: number; + } + interface HmacKeyGenParams extends Algorithm { + hash: HashAlgorithmIdentifier; + length?: number; + } + interface JsonWebKey { + alg?: string; + crv?: string; + d?: string; + dp?: string; + dq?: string; + e?: string; + ext?: boolean; + k?: string; + key_ops?: string[]; + kty?: string; + n?: string; + oth?: RsaOtherPrimesInfo[]; + p?: string; + q?: string; + qi?: string; + use?: string; + x?: string; + y?: string; + } + interface KeyAlgorithm { + name: string; + } + interface Pbkdf2Params extends Algorithm { + hash: HashAlgorithmIdentifier; + iterations: number; + salt: BufferSource; + } + interface RsaHashedImportParams extends Algorithm { + hash: HashAlgorithmIdentifier; + } + interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm { + hash: KeyAlgorithm; + } + interface RsaHashedKeyGenParams extends RsaKeyGenParams { + hash: HashAlgorithmIdentifier; + } + interface RsaKeyAlgorithm extends KeyAlgorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaKeyGenParams extends Algorithm { + modulusLength: number; + publicExponent: BigInteger; + } + interface RsaOaepParams extends Algorithm { + label?: BufferSource; + } + interface RsaOtherPrimesInfo { + d?: string; + r?: string; + t?: string; + } + interface RsaPssParams extends Algorithm { + saltLength: number; + } + /** + * Importing the `webcrypto` object (`import { webcrypto } from 'node:crypto'`) gives an instance of the `Crypto` class. + * `Crypto` is a singleton that provides access to the remainder of the crypto API. + * @since v15.0.0 + */ + interface Crypto { + /** + * Provides access to the `SubtleCrypto` API. + * @since v15.0.0 + */ + readonly subtle: SubtleCrypto; + /** + * Generates cryptographically strong random values. + * The given `typedArray` is filled with random values, and a reference to `typedArray` is returned. + * + * The given `typedArray` must be an integer-based instance of {@link NodeJS.TypedArray}, i.e. `Float32Array` and `Float64Array` are not accepted. + * + * An error will be thrown if the given `typedArray` is larger than 65,536 bytes. + * @since v15.0.0 + */ + getRandomValues>(typedArray: T): T; + /** + * Generates a random {@link https://www.rfc-editor.org/rfc/rfc4122.txt RFC 4122} version 4 UUID. + * The UUID is generated using a cryptographic pseudorandom number generator. + * @since v16.7.0 + */ + randomUUID(): UUID; + CryptoKey: CryptoKeyConstructor; + } + // This constructor throws ILLEGAL_CONSTRUCTOR so it should not be newable. + interface CryptoKeyConstructor { + /** Illegal constructor */ + (_: { readonly _: unique symbol }): never; // Allows instanceof to work but not be callable by the user. + readonly length: 0; + readonly name: "CryptoKey"; + readonly prototype: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface CryptoKey { + /** + * An object detailing the algorithm for which the key can be used along with additional algorithm-specific parameters. + * @since v15.0.0 + */ + readonly algorithm: KeyAlgorithm; + /** + * When `true`, the {@link CryptoKey} can be extracted using either `subtleCrypto.exportKey()` or `subtleCrypto.wrapKey()`. + * @since v15.0.0 + */ + readonly extractable: boolean; + /** + * A string identifying whether the key is a symmetric (`'secret'`) or asymmetric (`'private'` or `'public'`) key. + * @since v15.0.0 + */ + readonly type: KeyType; + /** + * An array of strings identifying the operations for which the key may be used. + * + * The possible usages are: + * - `'encrypt'` - The key may be used to encrypt data. + * - `'decrypt'` - The key may be used to decrypt data. + * - `'sign'` - The key may be used to generate digital signatures. + * - `'verify'` - The key may be used to verify digital signatures. + * - `'deriveKey'` - The key may be used to derive a new key. + * - `'deriveBits'` - The key may be used to derive bits. + * - `'wrapKey'` - The key may be used to wrap another key. + * - `'unwrapKey'` - The key may be used to unwrap another key. + * + * Valid key usages depend on the key algorithm (identified by `cryptokey.algorithm.name`). + * @since v15.0.0 + */ + readonly usages: KeyUsage[]; + } + /** + * The `CryptoKeyPair` is a simple dictionary object with `publicKey` and `privateKey` properties, representing an asymmetric key pair. + * @since v15.0.0 + */ + interface CryptoKeyPair { + /** + * A {@link CryptoKey} whose type will be `'private'`. + * @since v15.0.0 + */ + privateKey: CryptoKey; + /** + * A {@link CryptoKey} whose type will be `'public'`. + * @since v15.0.0 + */ + publicKey: CryptoKey; + } + /** + * @since v15.0.0 + */ + interface SubtleCrypto { + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `key`, + * `subtle.decrypt()` attempts to decipher the provided `data`. If successful, + * the returned promise will be resolved with an `` containing the plaintext result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + decrypt( + algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * Using the method and parameters specified in `algorithm` and the keying material provided by `baseKey`, + * `subtle.deriveBits()` attempts to generate `length` bits. + * The Node.js implementation requires that when `length` is a number it must be multiple of `8`. + * When `length` is `null` the maximum number of bits for a given algorithm is generated. This is allowed + * for the `'ECDH'`, `'X25519'`, and `'X448'` algorithms. + * If successful, the returned promise will be resolved with an `` containing the generated data. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @since v15.0.0 + */ + deriveBits(algorithm: EcdhKeyDeriveParams, baseKey: CryptoKey, length: number | null): Promise; + deriveBits( + algorithm: AlgorithmIdentifier | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + length: number, + ): Promise; + /** + * Using the method and parameters specified in `algorithm`, and the keying material provided by `baseKey`, + * `subtle.deriveKey()` attempts to generate a new ` based on the method and parameters in `derivedKeyAlgorithm`. + * + * Calling `subtle.deriveKey()` is equivalent to calling `subtle.deriveBits()` to generate raw keying material, + * then passing the result into the `subtle.importKey()` method using the `deriveKeyAlgorithm`, `extractable`, and `keyUsages` parameters as input. + * + * The algorithms currently supported include: + * + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HKDF'` + * - `'PBKDF2'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + deriveKey( + algorithm: AlgorithmIdentifier | EcdhKeyDeriveParams | HkdfParams | Pbkdf2Params, + baseKey: CryptoKey, + derivedKeyAlgorithm: + | AlgorithmIdentifier + | AesDerivedKeyParams + | HmacImportParams + | HkdfParams + | Pbkdf2Params, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + /** + * Using the method identified by `algorithm`, `subtle.digest()` attempts to generate a digest of `data`. + * If successful, the returned promise is resolved with an `` containing the computed digest. + * + * If `algorithm` is provided as a ``, it must be one of: + * + * - `'SHA-1'` + * - `'SHA-256'` + * - `'SHA-384'` + * - `'SHA-512'` + * + * If `algorithm` is provided as an ``, it must have a `name` property whose value is one of the above. + * @since v15.0.0 + */ + digest(algorithm: AlgorithmIdentifier, data: BufferSource): Promise; + /** + * Using the method and parameters specified by `algorithm` and the keying material provided by `key`, + * `subtle.encrypt()` attempts to encipher `data`. If successful, + * the returned promise is resolved with an `` containing the encrypted result. + * + * The algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * @since v15.0.0 + */ + encrypt( + algorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * Exports the given key into the specified format, if supported. + * + * If the `` is not extractable, the returned promise will reject. + * + * When `format` is either `'pkcs8'` or `'spki'` and the export is successful, + * the returned promise will be resolved with an `` containing the exported key data. + * + * When `format` is `'jwk'` and the export is successful, the returned promise will be resolved with a + * JavaScript object conforming to the {@link https://tools.ietf.org/html/rfc7517 JSON Web Key} specification. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @returns `` containing ``. + * @since v15.0.0 + */ + exportKey(format: "jwk", key: CryptoKey): Promise; + exportKey(format: Exclude, key: CryptoKey): Promise; + /** + * Using the method and parameters provided in `algorithm`, + * `subtle.generateKey()` attempts to generate new keying material. + * Depending the method used, the method may generate either a single `` or a ``. + * + * The `` (public and private key) generating algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * The `` (secret key) generating algorithms supported include: + * + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + generateKey( + algorithm: RsaHashedKeyGenParams | EcKeyGenParams, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + generateKey( + algorithm: AesKeyGenParams | HmacKeyGenParams | Pbkdf2Params, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + generateKey( + algorithm: AlgorithmIdentifier, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * The `subtle.importKey()` method attempts to interpret the provided `keyData` as the given `format` + * to create a `` instance using the provided `algorithm`, `extractable`, and `keyUsages` arguments. + * If the import is successful, the returned promise will be resolved with the created ``. + * + * If importing a `'PBKDF2'` key, `extractable` must be `false`. + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + importKey( + format: "jwk", + keyData: JsonWebKey, + algorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: readonly KeyUsage[], + ): Promise; + importKey( + format: Exclude, + keyData: BufferSource, + algorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * Using the method and parameters given by `algorithm` and the keying material provided by `key`, + * `subtle.sign()` attempts to generate a cryptographic signature of `data`. If successful, + * the returned promise is resolved with an `` containing the generated signature. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + sign( + algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, + key: CryptoKey, + data: BufferSource, + ): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.unwrapKey()` method attempts to decrypt a wrapped key and create a `` instance. + * It is equivalent to calling `subtle.decrypt()` first on the encrypted key data (using the `wrappedKey`, `unwrapAlgo`, and `unwrappingKey` arguments as input) + * then passing the results in to the `subtle.importKey()` method using the `unwrappedKeyAlgo`, `extractable`, and `keyUsages` arguments as inputs. + * If successful, the returned promise is resolved with a `` object. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * + * The unwrapped key algorithms supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'RSA-OAEP'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'ECDH'` + * - `'X25519'` + * - `'X448'` + * - `'HMAC'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @param keyUsages See {@link https://nodejs.org/docs/latest/api/webcrypto.html#cryptokeyusages Key usages}. + * @since v15.0.0 + */ + unwrapKey( + format: KeyFormat, + wrappedKey: BufferSource, + unwrappingKey: CryptoKey, + unwrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + unwrappedKeyAlgorithm: + | AlgorithmIdentifier + | RsaHashedImportParams + | EcKeyImportParams + | HmacImportParams + | AesKeyAlgorithm, + extractable: boolean, + keyUsages: KeyUsage[], + ): Promise; + /** + * Using the method and parameters given in `algorithm` and the keying material provided by `key`, + * `subtle.verify()` attempts to verify that `signature` is a valid cryptographic signature of `data`. + * The returned promise is resolved with either `true` or `false`. + * + * The algorithms currently supported include: + * + * - `'RSASSA-PKCS1-v1_5'` + * - `'RSA-PSS'` + * - `'ECDSA'` + * - `'Ed25519'` + * - `'Ed448'` + * - `'HMAC'` + * @since v15.0.0 + */ + verify( + algorithm: AlgorithmIdentifier | RsaPssParams | EcdsaParams | Ed448Params, + key: CryptoKey, + signature: BufferSource, + data: BufferSource, + ): Promise; + /** + * In cryptography, "wrapping a key" refers to exporting and then encrypting the keying material. + * The `subtle.wrapKey()` method exports the keying material into the format identified by `format`, + * then encrypts it using the method and parameters specified by `wrapAlgo` and the keying material provided by `wrappingKey`. + * It is the equivalent to calling `subtle.exportKey()` using `format` and `key` as the arguments, + * then passing the result to the `subtle.encrypt()` method using `wrappingKey` and `wrapAlgo` as inputs. + * If successful, the returned promise will be resolved with an `` containing the encrypted key data. + * + * The wrapping algorithms currently supported include: + * + * - `'RSA-OAEP'` + * - `'AES-CTR'` + * - `'AES-CBC'` + * - `'AES-GCM'` + * - `'AES-KW'` + * @param format Must be one of `'raw'`, `'pkcs8'`, `'spki'`, or `'jwk'`. + * @since v15.0.0 + */ + wrapKey( + format: KeyFormat, + key: CryptoKey, + wrappingKey: CryptoKey, + wrapAlgorithm: AlgorithmIdentifier | RsaOaepParams | AesCtrParams | AesCbcParams | AesGcmParams, + ): Promise; + } + } + + global { + var crypto: typeof globalThis extends { + crypto: infer T; + onmessage: any; + } ? T + : webcrypto.Crypto; + } +} +declare module "node:crypto" { + export * from "crypto"; +} diff --git a/server/node_modules/@types/node/dgram.d.ts b/server/node_modules/@types/node/dgram.d.ts new file mode 100644 index 000000000..77a851f36 --- /dev/null +++ b/server/node_modules/@types/node/dgram.d.ts @@ -0,0 +1,599 @@ +/** + * The `node:dgram` module provides an implementation of UDP datagram sockets. + * + * ```js + * import dgram from 'node:dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.error(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/dgram.js) + */ +declare module "dgram" { + import { AddressInfo, BlockList } from "node:net"; + import * as dns from "node:dns"; + import { Abortable, EventEmitter } from "node:events"; + interface RemoteInfo { + address: string; + family: "IPv4" | "IPv6"; + port: number; + size: number; + } + interface BindOptions { + port?: number | undefined; + address?: string | undefined; + exclusive?: boolean | undefined; + fd?: number | undefined; + } + type SocketType = "udp4" | "udp6"; + interface SocketOptions extends Abortable { + type: SocketType; + reuseAddr?: boolean | undefined; + reusePort?: boolean | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + recvBufferSize?: number | undefined; + sendBufferSize?: number | undefined; + lookup?: + | (( + hostname: string, + options: dns.LookupOneOptions, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ) => void) + | undefined; + receiveBlockList?: BlockList | undefined; + sendBlockList?: BlockList | undefined; + } + /** + * Creates a `dgram.Socket` object. Once the socket is created, calling `socket.bind()` will instruct the socket to begin listening for datagram + * messages. When `address` and `port` are not passed to `socket.bind()` the + * method will bind the socket to the "all interfaces" address on a random port + * (it does the right thing for both `udp4` and `udp6` sockets). The bound address + * and port can be retrieved using `socket.address().address` and `socket.address().port`. + * + * If the `signal` option is enabled, calling `.abort()` on the corresponding `AbortController` is similar to calling `.close()` on the socket: + * + * ```js + * const controller = new AbortController(); + * const { signal } = controller; + * const server = dgram.createSocket({ type: 'udp4', signal }); + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * // Later, when you want to close the server. + * controller.abort(); + * ``` + * @since v0.11.13 + * @param options Available options are: + * @param callback Attached as a listener for `'message'` events. Optional. + */ + function createSocket(type: SocketType, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + function createSocket(options: SocketOptions, callback?: (msg: Buffer, rinfo: RemoteInfo) => void): Socket; + /** + * Encapsulates the datagram functionality. + * + * New instances of `dgram.Socket` are created using {@link createSocket}. + * The `new` keyword is not to be used to create `dgram.Socket` instances. + * @since v0.1.99 + */ + class Socket extends EventEmitter { + /** + * Tells the kernel to join a multicast group at the given `multicastAddress` and `multicastInterface` using the `IP_ADD_MEMBERSHIP` socket option. If the `multicastInterface` argument is not + * specified, the operating system will choose + * one interface and will add membership to it. To add membership to every + * available interface, call `addMembership` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * + * When sharing a UDP socket across multiple `cluster` workers, the`socket.addMembership()` function must be called only once or an`EADDRINUSE` error will occur: + * + * ```js + * import cluster from 'node:cluster'; + * import dgram from 'node:dgram'; + * + * if (cluster.isPrimary) { + * cluster.fork(); // Works ok. + * cluster.fork(); // Fails with EADDRINUSE. + * } else { + * const s = dgram.createSocket('udp4'); + * s.bind(1234, () => { + * s.addMembership('224.0.0.114'); + * }); + * } + * ``` + * @since v0.6.9 + */ + addMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * Returns an object containing the address information for a socket. + * For UDP sockets, this object will contain `address`, `family`, and `port` properties. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.99 + */ + address(): AddressInfo; + /** + * For UDP sockets, causes the `dgram.Socket` to listen for datagram + * messages on a named `port` and optional `address`. If `port` is not + * specified or is `0`, the operating system will attempt to bind to a + * random port. If `address` is not specified, the operating system will + * attempt to listen on all addresses. Once binding is complete, a `'listening'` event is emitted and the optional `callback` function is + * called. + * + * Specifying both a `'listening'` event listener and passing a `callback` to the `socket.bind()` method is not harmful but not very + * useful. + * + * A bound datagram socket keeps the Node.js process running to receive + * datagram messages. + * + * If binding fails, an `'error'` event is generated. In rare case (e.g. + * attempting to bind with a closed socket), an `Error` may be thrown. + * + * Example of a UDP server listening on port 41234: + * + * ```js + * import dgram from 'node:dgram'; + * + * const server = dgram.createSocket('udp4'); + * + * server.on('error', (err) => { + * console.error(`server error:\n${err.stack}`); + * server.close(); + * }); + * + * server.on('message', (msg, rinfo) => { + * console.log(`server got: ${msg} from ${rinfo.address}:${rinfo.port}`); + * }); + * + * server.on('listening', () => { + * const address = server.address(); + * console.log(`server listening ${address.address}:${address.port}`); + * }); + * + * server.bind(41234); + * // Prints: server listening 0.0.0.0:41234 + * ``` + * @since v0.1.99 + * @param callback with no parameters. Called when binding is complete. + */ + bind(port?: number, address?: string, callback?: () => void): this; + bind(port?: number, callback?: () => void): this; + bind(callback?: () => void): this; + bind(options: BindOptions, callback?: () => void): this; + /** + * Close the underlying socket and stop listening for data on it. If a callback is + * provided, it is added as a listener for the `'close'` event. + * @since v0.1.99 + * @param callback Called when the socket has been closed. + */ + close(callback?: () => void): this; + /** + * Associates the `dgram.Socket` to a remote address and port. Every + * message sent by this handle is automatically sent to that destination. Also, + * the socket will only receive messages from that remote peer. + * Trying to call `connect()` on an already connected socket will result + * in an `ERR_SOCKET_DGRAM_IS_CONNECTED` exception. If `address` is not + * provided, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) + * will be used by default. Once the connection is complete, a `'connect'` event + * is emitted and the optional `callback` function is called. In case of failure, + * the `callback` is called or, failing this, an `'error'` event is emitted. + * @since v12.0.0 + * @param callback Called when the connection is completed or on error. + */ + connect(port: number, address?: string, callback?: () => void): void; + connect(port: number, callback: () => void): void; + /** + * A synchronous function that disassociates a connected `dgram.Socket` from + * its remote address. Trying to call `disconnect()` on an unbound or already + * disconnected socket will result in an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception. + * @since v12.0.0 + */ + disconnect(): void; + /** + * Instructs the kernel to leave a multicast group at `multicastAddress` using the `IP_DROP_MEMBERSHIP` socket option. This method is automatically called by the + * kernel when the socket is closed or the process terminates, so most apps will + * never have reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v0.6.9 + */ + dropMembership(multicastAddress: string, multicastInterface?: string): void; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_RCVBUF` socket receive buffer size in bytes. + */ + getRecvBufferSize(): number; + /** + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + * @return the `SO_SNDBUF` socket send buffer size in bytes. + */ + getSendBufferSize(): number; + /** + * @since v18.8.0, v16.19.0 + * @return Number of bytes queued for sending. + */ + getSendQueueSize(): number; + /** + * @since v18.8.0, v16.19.0 + * @return Number of send requests currently in the queue awaiting to be processed. + */ + getSendQueueCount(): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active. The `socket.ref()` method adds the socket back to the reference + * counting and restores the default behavior. + * + * Calling `socket.ref()` multiples times will have no additional effect. + * + * The `socket.ref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + ref(): this; + /** + * Returns an object containing the `address`, `family`, and `port` of the remote + * endpoint. This method throws an `ERR_SOCKET_DGRAM_NOT_CONNECTED` exception + * if the socket is not connected. + * @since v12.0.0 + */ + remoteAddress(): AddressInfo; + /** + * Broadcasts a datagram on the socket. + * For connectionless sockets, the destination `port` and `address` must be + * specified. Connected sockets, on the other hand, will use their associated + * remote endpoint, so the `port` and `address` arguments must not be set. + * + * The `msg` argument contains the message to be sent. + * Depending on its type, different behavior can apply. If `msg` is a `Buffer`, + * any `TypedArray` or a `DataView`, + * the `offset` and `length` specify the offset within the `Buffer` where the + * message begins and the number of bytes in the message, respectively. + * If `msg` is a `String`, then it is automatically converted to a `Buffer` with `'utf8'` encoding. With messages that + * contain multi-byte characters, `offset` and `length` will be calculated with + * respect to `byte length` and not the character position. + * If `msg` is an array, `offset` and `length` must not be specified. + * + * The `address` argument is a string. If the value of `address` is a host name, + * DNS will be used to resolve the address of the host. If `address` is not + * provided or otherwise nullish, `'127.0.0.1'` (for `udp4` sockets) or `'::1'` (for `udp6` sockets) will be used by default. + * + * If the socket has not been previously bound with a call to `bind`, the socket + * is assigned a random port number and is bound to the "all interfaces" address + * (`'0.0.0.0'` for `udp4` sockets, `'::0'` for `udp6` sockets.) + * + * An optional `callback` function may be specified to as a way of reporting + * DNS errors or for determining when it is safe to reuse the `buf` object. + * DNS lookups delay the time to send for at least one tick of the + * Node.js event loop. + * + * The only way to know for sure that the datagram has been sent is by using a `callback`. If an error occurs and a `callback` is given, the error will be + * passed as the first argument to the `callback`. If a `callback` is not given, + * the error is emitted as an `'error'` event on the `socket` object. + * + * Offset and length are optional but both _must_ be set if either are used. + * They are supported only when the first argument is a `Buffer`, a `TypedArray`, + * or a `DataView`. + * + * This method throws `ERR_SOCKET_BAD_PORT` if called on an unbound socket. + * + * Example of sending a UDP packet to a port on `localhost`; + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.send(message, 41234, 'localhost', (err) => { + * client.close(); + * }); + * ``` + * + * Example of sending a UDP packet composed of multiple buffers to a port on`127.0.0.1`; + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('Some '); + * const buf2 = Buffer.from('bytes'); + * const client = dgram.createSocket('udp4'); + * client.send([buf1, buf2], 41234, (err) => { + * client.close(); + * }); + * ``` + * + * Sending multiple buffers might be faster or slower depending on the + * application and operating system. Run benchmarks to + * determine the optimal strategy on a case-by-case basis. Generally speaking, + * however, sending multiple buffers is faster. + * + * Example of sending a UDP packet using a socket connected to a port on `localhost`: + * + * ```js + * import dgram from 'node:dgram'; + * import { Buffer } from 'node:buffer'; + * + * const message = Buffer.from('Some bytes'); + * const client = dgram.createSocket('udp4'); + * client.connect(41234, 'localhost', (err) => { + * client.send(message, (err) => { + * client.close(); + * }); + * }); + * ``` + * @since v0.1.99 + * @param msg Message to be sent. + * @param offset Offset in the buffer where the message starts. + * @param length Number of bytes in the message. + * @param port Destination port. + * @param address Destination host name or IP address. + * @param callback Called when the message has been sent. + */ + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + port?: number, + address?: string, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + port?: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView | readonly any[], + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + port?: number, + address?: string, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + port?: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + send( + msg: string | NodeJS.ArrayBufferView, + offset: number, + length: number, + callback?: (error: Error | null, bytes: number) => void, + ): void; + /** + * Sets or clears the `SO_BROADCAST` socket option. When set to `true`, UDP + * packets may be sent to a local interface's broadcast address. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.6.9 + */ + setBroadcast(flag: boolean): void; + /** + * _All references to scope in this section are referring to [IPv6 Zone Indices](https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses), which are defined by [RFC + * 4007](https://tools.ietf.org/html/rfc4007). In string form, an IP_ + * _with a scope index is written as `'IP%scope'` where scope is an interface name_ + * _or interface number._ + * + * Sets the default outgoing multicast interface of the socket to a chosen + * interface or back to system interface selection. The `multicastInterface` must + * be a valid string representation of an IP from the socket's family. + * + * For IPv4 sockets, this should be the IP configured for the desired physical + * interface. All packets sent to multicast on the socket will be sent on the + * interface determined by the most recent successful use of this call. + * + * For IPv6 sockets, `multicastInterface` should include a scope to indicate the + * interface as in the examples that follow. In IPv6, individual `send` calls can + * also use explicit scope in addresses, so only packets sent to a multicast + * address without specifying an explicit scope are affected by the most recent + * successful use of this call. + * + * This method throws `EBADF` if called on an unbound socket. + * + * #### Example: IPv6 outgoing multicast interface + * + * On most systems, where scope format uses the interface name: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%eth1'); + * }); + * ``` + * + * On Windows, where scope format uses an interface number: + * + * ```js + * const socket = dgram.createSocket('udp6'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('::%2'); + * }); + * ``` + * + * #### Example: IPv4 outgoing multicast interface + * + * All systems use an IP of the host on the desired physical interface: + * + * ```js + * const socket = dgram.createSocket('udp4'); + * + * socket.bind(1234, () => { + * socket.setMulticastInterface('10.0.0.2'); + * }); + * ``` + * @since v8.6.0 + */ + setMulticastInterface(multicastInterface: string): void; + /** + * Sets or clears the `IP_MULTICAST_LOOP` socket option. When set to `true`, + * multicast packets will also be received on the local interface. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastLoopback(flag: boolean): boolean; + /** + * Sets the `IP_MULTICAST_TTL` socket option. While TTL generally stands for + * "Time to Live", in this context it specifies the number of IP hops that a + * packet is allowed to travel through, specifically for multicast traffic. Each + * router or gateway that forwards a packet decrements the TTL. If the TTL is + * decremented to 0 by a router, it will not be forwarded. + * + * The `ttl` argument may be between 0 and 255\. The default on most systems is `1`. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.3.8 + */ + setMulticastTTL(ttl: number): number; + /** + * Sets the `SO_RCVBUF` socket option. Sets the maximum socket receive buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setRecvBufferSize(size: number): void; + /** + * Sets the `SO_SNDBUF` socket option. Sets the maximum socket send buffer + * in bytes. + * + * This method throws `ERR_SOCKET_BUFFER_SIZE` if called on an unbound socket. + * @since v8.7.0 + */ + setSendBufferSize(size: number): void; + /** + * Sets the `IP_TTL` socket option. While TTL generally stands for "Time to Live", + * in this context it specifies the number of IP hops that a packet is allowed to + * travel through. Each router or gateway that forwards a packet decrements the + * TTL. If the TTL is decremented to 0 by a router, it will not be forwarded. + * Changing TTL values is typically done for network probes or when multicasting. + * + * The `ttl` argument may be between 1 and 255\. The default on most systems + * is 64. + * + * This method throws `EBADF` if called on an unbound socket. + * @since v0.1.101 + */ + setTTL(ttl: number): number; + /** + * By default, binding a socket will cause it to block the Node.js process from + * exiting as long as the socket is open. The `socket.unref()` method can be used + * to exclude the socket from the reference counting that keeps the Node.js + * process active, allowing the process to exit even if the socket is still + * listening. + * + * Calling `socket.unref()` multiple times will have no additional effect. + * + * The `socket.unref()` method returns a reference to the socket so calls can be + * chained. + * @since v0.9.1 + */ + unref(): this; + /** + * Tells the kernel to join a source-specific multicast channel at the given `sourceAddress` and `groupAddress`, using the `multicastInterface` with the `IP_ADD_SOURCE_MEMBERSHIP` socket + * option. If the `multicastInterface` argument + * is not specified, the operating system will choose one interface and will add + * membership to it. To add membership to every available interface, call `socket.addSourceSpecificMembership()` multiple times, once per interface. + * + * When called on an unbound socket, this method will implicitly bind to a random + * port, listening on all interfaces. + * @since v13.1.0, v12.16.0 + */ + addSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * Instructs the kernel to leave a source-specific multicast channel at the given `sourceAddress` and `groupAddress` using the `IP_DROP_SOURCE_MEMBERSHIP` socket option. This method is + * automatically called by the kernel when the + * socket is closed or the process terminates, so most apps will never have + * reason to call this. + * + * If `multicastInterface` is not specified, the operating system will attempt to + * drop membership on all valid interfaces. + * @since v13.1.0, v12.16.0 + */ + dropSourceSpecificMembership(sourceAddress: string, groupAddress: string, multicastInterface?: string): void; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. error + * 4. listening + * 5. message + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connect", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connect"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit(event: "message", msg: Buffer, rinfo: RemoteInfo): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connect", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connect", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connect", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connect", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "message", listener: (msg: Buffer, rinfo: RemoteInfo) => void): this; + /** + * Calls `socket.close()` and returns a promise that fulfills when the socket has closed. + * @since v20.5.0 + */ + [Symbol.asyncDispose](): Promise; + } +} +declare module "node:dgram" { + export * from "dgram"; +} diff --git a/server/node_modules/@types/node/diagnostics_channel.d.ts b/server/node_modules/@types/node/diagnostics_channel.d.ts new file mode 100644 index 000000000..1cc7486b4 --- /dev/null +++ b/server/node_modules/@types/node/diagnostics_channel.d.ts @@ -0,0 +1,554 @@ +/** + * The `node:diagnostics_channel` module provides an API to create named channels + * to report arbitrary message data for diagnostics purposes. + * + * It can be accessed using: + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * ``` + * + * It is intended that a module writer wanting to report diagnostics messages + * will create one or many top-level channels to report messages through. + * Channels may also be acquired at runtime but it is not encouraged + * due to the additional overhead of doing so. Channels may be exported for + * convenience, but as long as the name is known it can be acquired anywhere. + * + * If you intend for your module to produce diagnostics data for others to + * consume it is recommended that you include documentation of what named + * channels are used along with the shape of the message data. Channel names + * should generally include the module name to avoid collisions with data from + * other modules. + * @since v15.1.0, v14.17.0 + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/diagnostics_channel.js) + */ +declare module "diagnostics_channel" { + import { AsyncLocalStorage } from "node:async_hooks"; + /** + * Check if there are active subscribers to the named channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * if (diagnostics_channel.hasSubscribers('my-channel')) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return If there are active subscribers + */ + function hasSubscribers(name: string | symbol): boolean; + /** + * This is the primary entry-point for anyone wanting to publish to a named + * channel. It produces a channel object which is optimized to reduce overhead at + * publish time as much as possible. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * ``` + * @since v15.1.0, v14.17.0 + * @param name The channel name + * @return The named channel object + */ + function channel(name: string | symbol): Channel; + type ChannelListener = (message: unknown, name: string | symbol) => void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * diagnostics_channel.subscribe('my-channel', (message, name) => { + * // Received data + * }); + * ``` + * @since v18.7.0, v16.17.0 + * @param name The channel name + * @param onMessage The handler to receive channel messages + */ + function subscribe(name: string | symbol, onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with {@link subscribe}. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * function onMessage(message, name) { + * // Received data + * } + * + * diagnostics_channel.subscribe('my-channel', onMessage); + * + * diagnostics_channel.unsubscribe('my-channel', onMessage); + * ``` + * @since v18.7.0, v16.17.0 + * @param name The channel name + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + function unsubscribe(name: string | symbol, onMessage: ChannelListener): boolean; + /** + * Creates a `TracingChannel` wrapper for the given `TracingChannel Channels`. If a name is given, the corresponding tracing + * channels will be created in the form of `tracing:${name}:${eventType}` where `eventType` corresponds to the types of `TracingChannel Channels`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channelsByName = diagnostics_channel.tracingChannel('my-channel'); + * + * // or... + * + * const channelsByCollection = diagnostics_channel.tracingChannel({ + * start: diagnostics_channel.channel('tracing:my-channel:start'), + * end: diagnostics_channel.channel('tracing:my-channel:end'), + * asyncStart: diagnostics_channel.channel('tracing:my-channel:asyncStart'), + * asyncEnd: diagnostics_channel.channel('tracing:my-channel:asyncEnd'), + * error: diagnostics_channel.channel('tracing:my-channel:error'), + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param nameOrChannels Channel name or object containing all the `TracingChannel Channels` + * @return Collection of channels to trace with + */ + function tracingChannel< + StoreType = unknown, + ContextType extends object = StoreType extends object ? StoreType : object, + >( + nameOrChannels: string | TracingChannelCollection, + ): TracingChannel; + /** + * The class `Channel` represents an individual named channel within the data + * pipeline. It is used to track subscribers and to publish messages when there + * are subscribers present. It exists as a separate object to avoid channel + * lookups at publish time, enabling very fast publish speeds and allowing + * for heavy use while incurring very minimal cost. Channels are created with {@link channel}, constructing a channel directly + * with `new Channel(name)` is not supported. + * @since v15.1.0, v14.17.0 + */ + class Channel { + readonly name: string | symbol; + /** + * Check if there are active subscribers to this channel. This is helpful if + * the message you want to send might be expensive to prepare. + * + * This API is optional but helpful when trying to publish messages from very + * performance-sensitive code. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * if (channel.hasSubscribers) { + * // There are subscribers, prepare and publish message + * } + * ``` + * @since v15.1.0, v14.17.0 + */ + readonly hasSubscribers: boolean; + private constructor(name: string | symbol); + /** + * Publish a message to any subscribers to the channel. This will trigger + * message handlers synchronously so they will execute within the same context. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.publish({ + * some: 'message', + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @param message The message to send to the channel subscribers + */ + publish(message: unknown): void; + /** + * Register a message handler to subscribe to this channel. This message handler + * will be run synchronously whenever a message is published to the channel. Any + * errors thrown in the message handler will trigger an `'uncaughtException'`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.subscribe((message, name) => { + * // Received data + * }); + * ``` + * @since v15.1.0, v14.17.0 + * @deprecated Since v18.7.0,v16.17.0 - Use {@link subscribe(name, onMessage)} + * @param onMessage The handler to receive channel messages + */ + subscribe(onMessage: ChannelListener): void; + /** + * Remove a message handler previously registered to this channel with `channel.subscribe(onMessage)`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * function onMessage(message, name) { + * // Received data + * } + * + * channel.subscribe(onMessage); + * + * channel.unsubscribe(onMessage); + * ``` + * @since v15.1.0, v14.17.0 + * @deprecated Since v18.7.0,v16.17.0 - Use {@link unsubscribe(name, onMessage)} + * @param onMessage The previous subscribed handler to remove + * @return `true` if the handler was found, `false` otherwise. + */ + unsubscribe(onMessage: ChannelListener): void; + /** + * When `channel.runStores(context, ...)` is called, the given context data + * will be applied to any store bound to the channel. If the store has already been + * bound the previous `transform` function will be replaced with the new one. + * The `transform` function may be omitted to set the given context data as the + * context directly. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store, (data) => { + * return { data }; + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param store The store to which to bind the context data + * @param transform Transform context data before setting the store context + */ + bindStore(store: AsyncLocalStorage, transform?: (context: ContextType) => StoreType): void; + /** + * Remove a message handler previously registered to this channel with `channel.bindStore(store)`. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store); + * channel.unbindStore(store); + * ``` + * @since v19.9.0 + * @experimental + * @param store The store to unbind from the channel. + * @return `true` if the store was found, `false` otherwise. + */ + unbindStore(store: any): void; + /** + * Applies the given data to any AsyncLocalStorage instances bound to the channel + * for the duration of the given function, then publishes to the channel within + * the scope of that data is applied to the stores. + * + * If a transform function was given to `channel.bindStore(store)` it will be + * applied to transform the message data before it becomes the context value for + * the store. The prior storage context is accessible from within the transform + * function in cases where context linking is required. + * + * The context applied to the store should be accessible in any async code which + * continues from execution which began during the given function, however + * there are some situations in which `context loss` may occur. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const store = new AsyncLocalStorage(); + * + * const channel = diagnostics_channel.channel('my-channel'); + * + * channel.bindStore(store, (message) => { + * const parent = store.getStore(); + * return new Span(message, parent); + * }); + * channel.runStores({ some: 'message' }, () => { + * store.getStore(); // Span({ some: 'message' }) + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param context Message to send to subscribers and bind to stores + * @param fn Handler to run within the entered storage context + * @param thisArg The receiver to be used for the function call. + * @param args Optional arguments to pass to the function. + */ + runStores(): void; + } + interface TracingChannelSubscribers { + start: (message: ContextType) => void; + end: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + asyncStart: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + asyncEnd: ( + message: ContextType & { + error?: unknown; + result?: unknown; + }, + ) => void; + error: ( + message: ContextType & { + error: unknown; + }, + ) => void; + } + interface TracingChannelCollection { + start: Channel; + end: Channel; + asyncStart: Channel; + asyncEnd: Channel; + error: Channel; + } + /** + * The class `TracingChannel` is a collection of `TracingChannel Channels` which + * together express a single traceable action. It is used to formalize and + * simplify the process of producing events for tracing application flow. {@link tracingChannel} is used to construct a `TracingChannel`. As with `Channel` it is recommended to create and reuse a + * single `TracingChannel` at the top-level of the file rather than creating them + * dynamically. + * @since v19.9.0 + * @experimental + */ + class TracingChannel implements TracingChannelCollection { + start: Channel; + end: Channel; + asyncStart: Channel; + asyncEnd: Channel; + error: Channel; + /** + * Helper to subscribe a collection of functions to the corresponding channels. + * This is the same as calling `channel.subscribe(onMessage)` on each channel + * individually. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.subscribe({ + * start(message) { + * // Handle start message + * }, + * end(message) { + * // Handle end message + * }, + * asyncStart(message) { + * // Handle asyncStart message + * }, + * asyncEnd(message) { + * // Handle asyncEnd message + * }, + * error(message) { + * // Handle error message + * }, + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param subscribers Set of `TracingChannel Channels` subscribers + */ + subscribe(subscribers: TracingChannelSubscribers): void; + /** + * Helper to unsubscribe a collection of functions from the corresponding channels. + * This is the same as calling `channel.unsubscribe(onMessage)` on each channel + * individually. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.unsubscribe({ + * start(message) { + * // Handle start message + * }, + * end(message) { + * // Handle end message + * }, + * asyncStart(message) { + * // Handle asyncStart message + * }, + * asyncEnd(message) { + * // Handle asyncEnd message + * }, + * error(message) { + * // Handle error message + * }, + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param subscribers Set of `TracingChannel Channels` subscribers + * @return `true` if all handlers were successfully unsubscribed, and `false` otherwise. + */ + unsubscribe(subscribers: TracingChannelSubscribers): void; + /** + * Trace a synchronous function call. This will always produce a `start event` and `end event` around the execution and may produce an `error event` if the given function throws an error. + * This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.traceSync(() => { + * // Do something + * }, { + * some: 'thing', + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn Function to wrap a trace around + * @param context Shared object to correlate events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return The return value of the given function + */ + traceSync( + fn: (this: ThisArg, ...args: Args) => any, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): void; + /** + * Trace a promise-returning function call. This will always produce a `start event` and `end event` around the synchronous portion of the + * function execution, and will produce an `asyncStart event` and `asyncEnd event` when a promise continuation is reached. It may also + * produce an `error event` if the given function throws an error or the + * returned promise rejects. This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.tracePromise(async () => { + * // Do something + * }, { + * some: 'thing', + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn Promise-returning function to wrap a trace around + * @param context Shared object to correlate trace events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return Chained from promise returned by the given function + */ + tracePromise( + fn: (this: ThisArg, ...args: Args) => Promise, + context?: ContextType, + thisArg?: ThisArg, + ...args: Args + ): void; + /** + * Trace a callback-receiving function call. This will always produce a `start event` and `end event` around the synchronous portion of the + * function execution, and will produce a `asyncStart event` and `asyncEnd event` around the callback execution. It may also produce an `error event` if the given function throws an error or + * the returned + * promise rejects. This will run the given function using `channel.runStores(context, ...)` on the `start` channel which ensures all + * events should have any bound stores set to match this trace context. + * + * The `position` will be -1 by default to indicate the final argument should + * be used as the callback. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * + * channels.traceCallback((arg1, callback) => { + * // Do something + * callback(null, 'result'); + * }, 1, { + * some: 'thing', + * }, thisArg, arg1, callback); + * ``` + * + * The callback will also be run with `channel.runStores(context, ...)` which + * enables context loss recovery in some cases. + * + * To ensure only correct trace graphs are formed, events will only be published if subscribers are present prior to starting the trace. Subscriptions + * which are added after the trace begins will not receive future events from that trace, only future traces will be seen. + * + * ```js + * import diagnostics_channel from 'node:diagnostics_channel'; + * import { AsyncLocalStorage } from 'node:async_hooks'; + * + * const channels = diagnostics_channel.tracingChannel('my-channel'); + * const myStore = new AsyncLocalStorage(); + * + * // The start channel sets the initial store data to something + * // and stores that store data value on the trace context object + * channels.start.bindStore(myStore, (data) => { + * const span = new Span(data); + * data.span = span; + * return span; + * }); + * + * // Then asyncStart can restore from that data it stored previously + * channels.asyncStart.bindStore(myStore, (data) => { + * return data.span; + * }); + * ``` + * @since v19.9.0 + * @experimental + * @param fn callback using function to wrap a trace around + * @param position Zero-indexed argument position of expected callback + * @param context Shared object to correlate trace events through + * @param thisArg The receiver to be used for the function call + * @param args Optional arguments to pass to the function + * @return The return value of the given function + */ + traceCallback any>( + fn: Fn, + position?: number, + context?: ContextType, + thisArg?: any, + ...args: Parameters + ): void; + } +} +declare module "node:diagnostics_channel" { + export * from "diagnostics_channel"; +} diff --git a/server/node_modules/@types/node/dns.d.ts b/server/node_modules/@types/node/dns.d.ts new file mode 100644 index 000000000..af10fd92c --- /dev/null +++ b/server/node_modules/@types/node/dns.d.ts @@ -0,0 +1,865 @@ +/** + * The `node:dns` module enables name resolution. For example, use it to look up IP + * addresses of host names. + * + * Although named for the [Domain Name System (DNS)](https://en.wikipedia.org/wiki/Domain_Name_System), it does not always use the + * DNS protocol for lookups. {@link lookup} uses the operating system + * facilities to perform name resolution. It may not need to perform any network + * communication. To perform name resolution the way other applications on the same + * system do, use {@link lookup}. + * + * ```js + * import dns from 'node:dns'; + * + * dns.lookup('example.org', (err, address, family) => { + * console.log('address: %j family: IPv%s', address, family); + * }); + * // address: "93.184.216.34" family: IPv4 + * ``` + * + * All other functions in the `node:dns` module connect to an actual DNS server to + * perform name resolution. They will always use the network to perform DNS + * queries. These functions do not use the same set of configuration files used by {@link lookup} (e.g. `/etc/hosts`). Use these functions to always perform + * DNS queries, bypassing other name-resolution facilities. + * + * ```js + * import dns from 'node:dns'; + * + * dns.resolve4('archive.org', (err, addresses) => { + * if (err) throw err; + * + * console.log(`addresses: ${JSON.stringify(addresses)}`); + * + * addresses.forEach((a) => { + * dns.reverse(a, (err, hostnames) => { + * if (err) { + * throw err; + * } + * console.log(`reverse for ${a}: ${JSON.stringify(hostnames)}`); + * }); + * }); + * }); + * ``` + * + * See the [Implementation considerations section](https://nodejs.org/docs/latest-v22.x/api/dns.html#implementation-considerations) for more information. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/dns.js) + */ +declare module "dns" { + import * as dnsPromises from "node:dns/promises"; + // Supported getaddrinfo flags. + /** + * Limits returned address types to the types of non-loopback addresses configured on the system. For example, IPv4 addresses are + * only returned if the current system has at least one IPv4 address configured. + */ + export const ADDRCONFIG: number; + /** + * If the IPv6 family was specified, but no IPv6 addresses were found, then return IPv4 mapped IPv6 addresses. It is not supported + * on some operating systems (e.g. FreeBSD 10.1). + */ + export const V4MAPPED: number; + /** + * If `dns.V4MAPPED` is specified, return resolved IPv6 addresses as + * well as IPv4 mapped IPv6 addresses. + */ + export const ALL: number; + export interface LookupOptions { + /** + * The record family. Must be `4`, `6`, or `0`. For backward compatibility reasons, `'IPv4'` and `'IPv6'` are interpreted + * as `4` and `6` respectively. The value 0 indicates that either an IPv4 or IPv6 address is returned. If the value `0` is used + * with `{ all: true } (see below)`, both IPv4 and IPv6 addresses are returned. + * @default 0 + */ + family?: number | "IPv4" | "IPv6" | undefined; + /** + * One or more [supported `getaddrinfo`](https://nodejs.org/docs/latest-v22.x/api/dns.html#supported-getaddrinfo-flags) flags. Multiple flags may be + * passed by bitwise `OR`ing their values. + */ + hints?: number | undefined; + /** + * When `true`, the callback returns all resolved addresses in an array. Otherwise, returns a single address. + * @default false + */ + all?: boolean | undefined; + /** + * When `verbatim`, the resolved addresses are return unsorted. When `ipv4first`, the resolved addresses are sorted + * by placing IPv4 addresses before IPv6 addresses. When `ipv6first`, the resolved addresses are sorted by placing IPv6 + * addresses before IPv4 addresses. Default value is configurable using + * {@link setDefaultResultOrder} or [`--dns-result-order`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--dns-result-orderorder). + * @default `verbatim` (addresses are not reordered) + * @since v22.1.0 + */ + order?: "ipv4first" | "ipv6first" | "verbatim" | undefined; + /** + * When `true`, the callback receives IPv4 and IPv6 addresses in the order the DNS resolver returned them. When `false`, IPv4 + * addresses are placed before IPv6 addresses. This option will be deprecated in favor of `order`. When both are specified, + * `order` has higher precedence. New code should only use `order`. Default value is configurable using {@link setDefaultResultOrder} + * @default true (addresses are not reordered) + * @deprecated Please use `order` option + */ + verbatim?: boolean | undefined; + } + export interface LookupOneOptions extends LookupOptions { + all?: false | undefined; + } + export interface LookupAllOptions extends LookupOptions { + all: true; + } + export interface LookupAddress { + /** + * A string representation of an IPv4 or IPv6 address. + */ + address: string; + /** + * `4` or `6`, denoting the family of `address`, or `0` if the address is not an IPv4 or IPv6 address. `0` is a likely indicator of a + * bug in the name resolution service used by the operating system. + */ + family: number; + } + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is `0` or not provided, then + * IPv4 and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the arguments for `callback` change to `(err, addresses)`, with `addresses` being an array of objects with the + * properties `address` and `family`. + * + * On error, `err` is an `Error` object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * `dns.lookup()` does not necessarily have anything to do with the DNS protocol. + * The implementation uses an operating system facility that can associate names + * with addresses and vice versa. This implementation can have subtle but + * important consequences on the behavior of any Node.js program. Please take some + * time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v22.x/api/dns.html#implementation-considerations) + * before using `dns.lookup()`. + * + * Example usage: + * + * ```js + * import dns from 'node:dns'; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * dns.lookup('example.com', options, (err, address, family) => + * console.log('address: %j family: IPv%s', address, family)); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dns.lookup('example.com', options, (err, addresses) => + * console.log('addresses: %j', addresses)); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * ``` + * + * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v22.x/api/util.html#utilpromisifyoriginal) ed + * version, and `all` is not set to `true`, it returns a `Promise` for an `Object` with `address` and `family` properties. + * @since v0.1.90 + */ + export function lookup( + hostname: string, + family: number, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export function lookup( + hostname: string, + options: LookupOneOptions, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export function lookup( + hostname: string, + options: LookupAllOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: LookupAddress[]) => void, + ): void; + export function lookup( + hostname: string, + options: LookupOptions, + callback: (err: NodeJS.ErrnoException | null, address: string | LookupAddress[], family: number) => void, + ): void; + export function lookup( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, address: string, family: number) => void, + ): void; + export namespace lookup { + function __promisify__(hostname: string, options: LookupAllOptions): Promise; + function __promisify__(hostname: string, options?: LookupOneOptions | number): Promise; + function __promisify__(hostname: string, options: LookupOptions): Promise; + } + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown. + * + * On an error, `err` is an [`Error`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) object, + * where `err.code` is the error code. + * + * ```js + * import dns from 'node:dns'; + * dns.lookupService('127.0.0.1', 22, (err, hostname, service) => { + * console.log(hostname, service); + * // Prints: localhost ssh + * }); + * ``` + * + * If this method is invoked as its [util.promisify()](https://nodejs.org/docs/latest-v22.x/api/util.html#utilpromisifyoriginal) ed + * version, it returns a `Promise` for an `Object` with `hostname` and `service` properties. + * @since v0.11.14 + */ + export function lookupService( + address: string, + port: number, + callback: (err: NodeJS.ErrnoException | null, hostname: string, service: string) => void, + ): void; + export namespace lookupService { + function __promisify__( + address: string, + port: number, + ): Promise<{ + hostname: string; + service: string; + }>; + } + export interface ResolveOptions { + ttl: boolean; + } + export interface ResolveWithTtlOptions extends ResolveOptions { + ttl: true; + } + export interface RecordWithTtl { + address: string; + ttl: number; + } + /** @deprecated Use `AnyARecord` or `AnyAaaaRecord` instead. */ + export type AnyRecordWithTtl = AnyARecord | AnyAaaaRecord; + export interface AnyARecord extends RecordWithTtl { + type: "A"; + } + export interface AnyAaaaRecord extends RecordWithTtl { + type: "AAAA"; + } + export interface CaaRecord { + critical: number; + issue?: string | undefined; + issuewild?: string | undefined; + iodef?: string | undefined; + contactemail?: string | undefined; + contactphone?: string | undefined; + } + export interface MxRecord { + priority: number; + exchange: string; + } + export interface AnyMxRecord extends MxRecord { + type: "MX"; + } + export interface NaptrRecord { + flags: string; + service: string; + regexp: string; + replacement: string; + order: number; + preference: number; + } + export interface AnyNaptrRecord extends NaptrRecord { + type: "NAPTR"; + } + export interface SoaRecord { + nsname: string; + hostmaster: string; + serial: number; + refresh: number; + retry: number; + expire: number; + minttl: number; + } + export interface AnySoaRecord extends SoaRecord { + type: "SOA"; + } + export interface SrvRecord { + priority: number; + weight: number; + port: number; + name: string; + } + export interface AnySrvRecord extends SrvRecord { + type: "SRV"; + } + export interface AnyTxtRecord { + type: "TXT"; + entries: string[]; + } + export interface AnyNsRecord { + type: "NS"; + value: string; + } + export interface AnyPtrRecord { + type: "PTR"; + value: string; + } + export interface AnyCnameRecord { + type: "CNAME"; + value: string; + } + export type AnyRecord = + | AnyARecord + | AnyAaaaRecord + | AnyCnameRecord + | AnyMxRecord + | AnyNaptrRecord + | AnyNsRecord + | AnyPtrRecord + | AnySoaRecord + | AnySrvRecord + | AnyTxtRecord; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. The `callback` function has arguments `(err, records)`. When successful, `records` will be an array of resource + * records. The type and structure of individual results varies based on `rrtype`: + * + * + * + * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) object, + * where `err.code` is one of the `DNS error codes`. + * @since v0.1.27 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + export function resolve( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "A", + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "AAAA", + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "ANY", + callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "CNAME", + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "MX", + callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "NAPTR", + callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "NS", + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "PTR", + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "SOA", + callback: (err: NodeJS.ErrnoException | null, addresses: SoaRecord) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "SRV", + callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: "TXT", + callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void, + ): void; + export function resolve( + hostname: string, + rrtype: string, + callback: ( + err: NodeJS.ErrnoException | null, + addresses: string[] | MxRecord[] | NaptrRecord[] | SoaRecord | SrvRecord[] | string[][] | AnyRecord[], + ) => void, + ): void; + export namespace resolve { + function __promisify__(hostname: string, rrtype?: "A" | "AAAA" | "CNAME" | "NS" | "PTR"): Promise; + function __promisify__(hostname: string, rrtype: "ANY"): Promise; + function __promisify__(hostname: string, rrtype: "MX"): Promise; + function __promisify__(hostname: string, rrtype: "NAPTR"): Promise; + function __promisify__(hostname: string, rrtype: "SOA"): Promise; + function __promisify__(hostname: string, rrtype: "SRV"): Promise; + function __promisify__(hostname: string, rrtype: "TXT"): Promise; + function __promisify__( + hostname: string, + rrtype: string, + ): Promise; + } + /** + * Uses the DNS protocol to resolve a IPv4 addresses (`A` records) for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv4 addresses (e.g.`['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve4( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve4( + hostname: string, + options: ResolveWithTtlOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void, + ): void; + export function resolve4( + hostname: string, + options: ResolveOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void, + ): void; + export namespace resolve4 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of IPv6 addresses. + * @since v0.1.16 + * @param hostname Host name to resolve. + */ + export function resolve6( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export function resolve6( + hostname: string, + options: ResolveWithTtlOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: RecordWithTtl[]) => void, + ): void; + export function resolve6( + hostname: string, + options: ResolveOptions, + callback: (err: NodeJS.ErrnoException | null, addresses: string[] | RecordWithTtl[]) => void, + ): void; + export namespace resolve6 { + function __promisify__(hostname: string): Promise; + function __promisify__(hostname: string, options: ResolveWithTtlOptions): Promise; + function __promisify__(hostname: string, options?: ResolveOptions): Promise; + } + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of canonical name records available for the `hostname` (e.g. `['bar.example.com']`). + * @since v0.3.2 + */ + export function resolveCname( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolveCname { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. The `addresses` argument passed to the `callback` function + * will contain an array of certification authority authorization records + * available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'}, {critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + export function resolveCaa( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, records: CaaRecord[]) => void, + ): void; + export namespace resolveCaa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of objects containing both a `priority` and `exchange` property (e.g. `[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v0.1.27 + */ + export function resolveMx( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: MxRecord[]) => void, + ): void; + export namespace resolveMx { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve regular expression-based records (`NAPTR` records) for the `hostname`. The `addresses` argument passed to the `callback` function will contain an array of + * objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v0.9.12 + */ + export function resolveNaptr( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: NaptrRecord[]) => void, + ): void; + export namespace resolveNaptr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * contain an array of name server records available for `hostname` (e.g. `['ns1.example.com', 'ns2.example.com']`). + * @since v0.1.90 + */ + export function resolveNs( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolveNs { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * be an array of strings containing the reply records. + * @since v6.0.0 + */ + export function resolvePtr( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[]) => void, + ): void; + export namespace resolvePtr { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. The `address` argument passed to the `callback` function will + * be an object with the following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v0.11.10 + */ + export function resolveSoa( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, address: SoaRecord) => void, + ): void; + export namespace resolveSoa { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the `hostname`. The `addresses` argument passed to the `callback` function will + * be an array of objects with the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v0.1.27 + */ + export function resolveSrv( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: SrvRecord[]) => void, + ): void; + export namespace resolveSrv { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. The `records` argument passed to the `callback` function is a + * two-dimensional array of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v0.1.27 + */ + export function resolveTxt( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: string[][]) => void, + ): void; + export namespace resolveTxt { + function __promisify__(hostname: string): Promise; + } + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * The `ret` argument passed to the `callback` function will be an array containing + * various types of records. Each object has a property `type` that indicates the + * type of the current record. And depending on the `type`, additional properties + * will be present on the object: + * + * + * + * Here is an example of the `ret` object passed to the callback: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * + * DNS server operators may choose not to respond to `ANY` queries. It may be better to call individual methods like {@link resolve4}, {@link resolveMx}, and so on. For more details, see + * [RFC 8482](https://tools.ietf.org/html/rfc8482). + */ + export function resolveAny( + hostname: string, + callback: (err: NodeJS.ErrnoException | null, addresses: AnyRecord[]) => void, + ): void; + export namespace resolveAny { + function __promisify__(hostname: string): Promise; + } + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, `err` is an [`Error`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-error) object, where `err.code` is + * one of the [DNS error codes](https://nodejs.org/docs/latest-v22.x/api/dns.html#error-codes). + * @since v0.1.16 + */ + export function reverse( + ip: string, + callback: (err: NodeJS.ErrnoException | null, hostnames: string[]) => void, + ): void; + /** + * Get the default value for `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v22.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: for `order` defaulting to `ipv4first`. + * * `ipv6first`: for `order` defaulting to `ipv6first`. + * * `verbatim`: for `order` defaulting to `verbatim`. + * @since v18.17.0 + */ + export function getDefaultResultOrder(): "ipv4first" | "ipv6first" | "verbatim"; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dns.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dns.setServers()` method must not be called while a DNS query is in + * progress. + * + * The {@link setServers} method affects only {@link resolve}, `dns.resolve*()` and {@link reverse} (and specifically _not_ {@link lookup}). + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v0.11.3 + * @param servers array of [RFC 5952](https://datatracker.ietf.org/doc/html/rfc5952#section-6) formatted addresses + */ + export function setServers(servers: readonly string[]): void; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v0.11.3 + */ + export function getServers(): string[]; + /** + * Set the default value of `order` in {@link lookup} and [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v22.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: sets default `order` to `ipv4first`. + * * `ipv6first`: sets default `order` to `ipv6first`. + * * `verbatim`: sets default `order` to `verbatim`. + * + * The default is `verbatim` and {@link setDefaultResultOrder} have higher + * priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--dns-result-orderorder). When using + * [worker threads](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html), {@link setDefaultResultOrder} from the main + * thread won't affect the default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`. + */ + export function setDefaultResultOrder(order: "ipv4first" | "ipv6first" | "verbatim"): void; + // Error codes + export const NODATA: "ENODATA"; + export const FORMERR: "EFORMERR"; + export const SERVFAIL: "ESERVFAIL"; + export const NOTFOUND: "ENOTFOUND"; + export const NOTIMP: "ENOTIMP"; + export const REFUSED: "EREFUSED"; + export const BADQUERY: "EBADQUERY"; + export const BADNAME: "EBADNAME"; + export const BADFAMILY: "EBADFAMILY"; + export const BADRESP: "EBADRESP"; + export const CONNREFUSED: "ECONNREFUSED"; + export const TIMEOUT: "ETIMEOUT"; + export const EOF: "EOF"; + export const FILE: "EFILE"; + export const NOMEM: "ENOMEM"; + export const DESTRUCTION: "EDESTRUCTION"; + export const BADSTR: "EBADSTR"; + export const BADFLAGS: "EBADFLAGS"; + export const NONAME: "ENONAME"; + export const BADHINTS: "EBADHINTS"; + export const NOTINITIALIZED: "ENOTINITIALIZED"; + export const LOADIPHLPAPI: "ELOADIPHLPAPI"; + export const ADDRGETNETWORKPARAMS: "EADDRGETNETWORKPARAMS"; + export const CANCELLED: "ECANCELLED"; + export interface ResolverOptions { + /** + * Query timeout in milliseconds, or `-1` to use the default timeout. + */ + timeout?: number | undefined; + /** + * The number of tries the resolver will try contacting each name server before giving up. + * @default 4 + */ + tries?: number; + } + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v22.x/api/dns.html#dnssetserversservers) does not affect + * other resolvers: + * + * ```js + * import { Resolver } from 'node:dns'; + * const resolver = new Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org', (err, addresses) => { + * // ... + * }); + * ``` + * + * The following methods from the `node:dns` module are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v8.3.0 + */ + export class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCaa: typeof resolveCaa; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } + export { dnsPromises as promises }; +} +declare module "node:dns" { + export * from "dns"; +} diff --git a/server/node_modules/@types/node/dns/promises.d.ts b/server/node_modules/@types/node/dns/promises.d.ts new file mode 100644 index 000000000..2b5dff02a --- /dev/null +++ b/server/node_modules/@types/node/dns/promises.d.ts @@ -0,0 +1,476 @@ +/** + * The `dns.promises` API provides an alternative set of asynchronous DNS methods + * that return `Promise` objects rather than using callbacks. The API is accessible + * via `import { promises as dnsPromises } from 'node:dns'` or `import dnsPromises from 'node:dns/promises'`. + * @since v10.6.0 + */ +declare module "dns/promises" { + import { + AnyRecord, + CaaRecord, + LookupAddress, + LookupAllOptions, + LookupOneOptions, + LookupOptions, + MxRecord, + NaptrRecord, + RecordWithTtl, + ResolveOptions, + ResolverOptions, + ResolveWithTtlOptions, + SoaRecord, + SrvRecord, + } from "node:dns"; + /** + * Returns an array of IP address strings, formatted according to [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6), + * that are currently configured for DNS resolution. A string will include a port + * section if a custom port is used. + * + * ```js + * [ + * '4.4.4.4', + * '2001:4860:4860::8888', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ] + * ``` + * @since v10.6.0 + */ + function getServers(): string[]; + /** + * Resolves a host name (e.g. `'nodejs.org'`) into the first found A (IPv4) or + * AAAA (IPv6) record. All `option` properties are optional. If `options` is an + * integer, then it must be `4` or `6` – if `options` is not provided, then IPv4 + * and IPv6 addresses are both returned if found. + * + * With the `all` option set to `true`, the `Promise` is resolved with `addresses` being an array of objects with the properties `address` and `family`. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code. + * Keep in mind that `err.code` will be set to `'ENOTFOUND'` not only when + * the host name does not exist but also when the lookup fails in other ways + * such as no available file descriptors. + * + * [`dnsPromises.lookup()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options) does not necessarily have anything to do with the DNS + * protocol. The implementation uses an operating system facility that can + * associate names with addresses and vice versa. This implementation can have + * subtle but important consequences on the behavior of any Node.js program. Please + * take some time to consult the [Implementation considerations section](https://nodejs.org/docs/latest-v20.x/api/dns.html#implementation-considerations) before + * using `dnsPromises.lookup()`. + * + * Example usage: + * + * ```js + * import dns from 'node:dns'; + * const dnsPromises = dns.promises; + * const options = { + * family: 6, + * hints: dns.ADDRCONFIG | dns.V4MAPPED, + * }; + * + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('address: %j family: IPv%s', result.address, result.family); + * // address: "2606:2800:220:1:248:1893:25c8:1946" family: IPv6 + * }); + * + * // When options.all is true, the result will be an Array. + * options.all = true; + * dnsPromises.lookup('example.com', options).then((result) => { + * console.log('addresses: %j', result); + * // addresses: [{"address":"2606:2800:220:1:248:1893:25c8:1946","family":6}] + * }); + * ``` + * @since v10.6.0 + */ + function lookup(hostname: string, family: number): Promise; + function lookup(hostname: string, options: LookupOneOptions): Promise; + function lookup(hostname: string, options: LookupAllOptions): Promise; + function lookup(hostname: string, options: LookupOptions): Promise; + function lookup(hostname: string): Promise; + /** + * Resolves the given `address` and `port` into a host name and service using + * the operating system's underlying `getnameinfo` implementation. + * + * If `address` is not a valid IP address, a `TypeError` will be thrown. + * The `port` will be coerced to a number. If it is not a legal port, a `TypeError` will be thrown. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` is the error code. + * + * ```js + * import dnsPromises from 'node:dns'; + * dnsPromises.lookupService('127.0.0.1', 22).then((result) => { + * console.log(result.hostname, result.service); + * // Prints: localhost ssh + * }); + * ``` + * @since v10.6.0 + */ + function lookupService( + address: string, + port: number, + ): Promise<{ + hostname: string; + service: string; + }>; + /** + * Uses the DNS protocol to resolve a host name (e.g. `'nodejs.org'`) into an array + * of the resource records. When successful, the `Promise` is resolved with an + * array of resource records. The type and structure of individual results vary + * based on `rrtype`: + * + * + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` + * is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes). + * @since v10.6.0 + * @param hostname Host name to resolve. + * @param [rrtype='A'] Resource record type. + */ + function resolve(hostname: string): Promise; + function resolve(hostname: string, rrtype: "A"): Promise; + function resolve(hostname: string, rrtype: "AAAA"): Promise; + function resolve(hostname: string, rrtype: "ANY"): Promise; + function resolve(hostname: string, rrtype: "CAA"): Promise; + function resolve(hostname: string, rrtype: "CNAME"): Promise; + function resolve(hostname: string, rrtype: "MX"): Promise; + function resolve(hostname: string, rrtype: "NAPTR"): Promise; + function resolve(hostname: string, rrtype: "NS"): Promise; + function resolve(hostname: string, rrtype: "PTR"): Promise; + function resolve(hostname: string, rrtype: "SOA"): Promise; + function resolve(hostname: string, rrtype: "SRV"): Promise; + function resolve(hostname: string, rrtype: "TXT"): Promise; + function resolve( + hostname: string, + rrtype: string, + ): Promise; + /** + * Uses the DNS protocol to resolve IPv4 addresses (`A` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv4 + * addresses (e.g. `['74.125.79.104', '74.125.79.105', '74.125.79.106']`). + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve4(hostname: string): Promise; + function resolve4(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve4(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve IPv6 addresses (`AAAA` records) for the `hostname`. On success, the `Promise` is resolved with an array of IPv6 + * addresses. + * @since v10.6.0 + * @param hostname Host name to resolve. + */ + function resolve6(hostname: string): Promise; + function resolve6(hostname: string, options: ResolveWithTtlOptions): Promise; + function resolve6(hostname: string, options: ResolveOptions): Promise; + /** + * Uses the DNS protocol to resolve all records (also known as `ANY` or `*` query). + * On success, the `Promise` is resolved with an array containing various types of + * records. Each object has a property `type` that indicates the type of the + * current record. And depending on the `type`, additional properties will be + * present on the object: + * + * + * + * Here is an example of the result object: + * + * ```js + * [ { type: 'A', address: '127.0.0.1', ttl: 299 }, + * { type: 'CNAME', value: 'example.com' }, + * { type: 'MX', exchange: 'alt4.aspmx.l.example.com', priority: 50 }, + * { type: 'NS', value: 'ns1.example.com' }, + * { type: 'TXT', entries: [ 'v=spf1 include:_spf.example.com ~all' ] }, + * { type: 'SOA', + * nsname: 'ns1.example.com', + * hostmaster: 'admin.example.com', + * serial: 156696742, + * refresh: 900, + * retry: 900, + * expire: 1800, + * minttl: 60 } ] + * ``` + * @since v10.6.0 + */ + function resolveAny(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CAA` records for the `hostname`. On success, + * the `Promise` is resolved with an array of objects containing available + * certification authority authorization records available for the `hostname` (e.g. `[{critical: 0, iodef: 'mailto:pki@example.com'},{critical: 128, issue: 'pki.example.com'}]`). + * @since v15.0.0, v14.17.0 + */ + function resolveCaa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve `CNAME` records for the `hostname`. On success, + * the `Promise` is resolved with an array of canonical name records available for + * the `hostname` (e.g. `['bar.example.com']`). + * @since v10.6.0 + */ + function resolveCname(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve mail exchange records (`MX` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects + * containing both a `priority` and `exchange` property (e.g.`[{priority: 10, exchange: 'mx.example.com'}, ...]`). + * @since v10.6.0 + */ + function resolveMx(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve regular expression-based records (`NAPTR` records) for the `hostname`. On success, the `Promise` is resolved with an array + * of objects with the following properties: + * + * * `flags` + * * `service` + * * `regexp` + * * `replacement` + * * `order` + * * `preference` + * + * ```js + * { + * flags: 's', + * service: 'SIP+D2U', + * regexp: '', + * replacement: '_sip._udp.example.com', + * order: 30, + * preference: 100 + * } + * ``` + * @since v10.6.0 + */ + function resolveNaptr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve name server records (`NS` records) for the `hostname`. On success, the `Promise` is resolved with an array of name server + * records available for `hostname` (e.g.`['ns1.example.com', 'ns2.example.com']`). + * @since v10.6.0 + */ + function resolveNs(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve pointer records (`PTR` records) for the `hostname`. On success, the `Promise` is resolved with an array of strings + * containing the reply records. + * @since v10.6.0 + */ + function resolvePtr(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve a start of authority record (`SOA` record) for + * the `hostname`. On success, the `Promise` is resolved with an object with the + * following properties: + * + * * `nsname` + * * `hostmaster` + * * `serial` + * * `refresh` + * * `retry` + * * `expire` + * * `minttl` + * + * ```js + * { + * nsname: 'ns.example.com', + * hostmaster: 'root.example.com', + * serial: 2013101809, + * refresh: 10000, + * retry: 2400, + * expire: 604800, + * minttl: 3600 + * } + * ``` + * @since v10.6.0 + */ + function resolveSoa(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve service records (`SRV` records) for the `hostname`. On success, the `Promise` is resolved with an array of objects with + * the following properties: + * + * * `priority` + * * `weight` + * * `port` + * * `name` + * + * ```js + * { + * priority: 10, + * weight: 5, + * port: 21223, + * name: 'service.example.com' + * } + * ``` + * @since v10.6.0 + */ + function resolveSrv(hostname: string): Promise; + /** + * Uses the DNS protocol to resolve text queries (`TXT` records) for the `hostname`. On success, the `Promise` is resolved with a two-dimensional array + * of the text records available for `hostname` (e.g.`[ ['v=spf1 ip4:0.0.0.0 ', '~all' ] ]`). Each sub-array contains TXT chunks of + * one record. Depending on the use case, these could be either joined together or + * treated separately. + * @since v10.6.0 + */ + function resolveTxt(hostname: string): Promise; + /** + * Performs a reverse DNS query that resolves an IPv4 or IPv6 address to an + * array of host names. + * + * On error, the `Promise` is rejected with an [`Error`](https://nodejs.org/docs/latest-v20.x/api/errors.html#class-error) object, where `err.code` + * is one of the [DNS error codes](https://nodejs.org/docs/latest-v20.x/api/dns.html#error-codes). + * @since v10.6.0 + */ + function reverse(ip: string): Promise; + /** + * Get the default value for `verbatim` in {@link lookup} and [dnsPromises.lookup()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromiseslookuphostname-options). + * The value could be: + * + * * `ipv4first`: for `verbatim` defaulting to `false`. + * * `verbatim`: for `verbatim` defaulting to `true`. + * @since v20.1.0 + */ + function getDefaultResultOrder(): "ipv4first" | "verbatim"; + /** + * Sets the IP address and port of servers to be used when performing DNS + * resolution. The `servers` argument is an array of [RFC 5952](https://tools.ietf.org/html/rfc5952#section-6) formatted + * addresses. If the port is the IANA default DNS port (53) it can be omitted. + * + * ```js + * dnsPromises.setServers([ + * '4.4.4.4', + * '[2001:4860:4860::8888]', + * '4.4.4.4:1053', + * '[2001:4860:4860::8888]:1053', + * ]); + * ``` + * + * An error will be thrown if an invalid address is provided. + * + * The `dnsPromises.setServers()` method must not be called while a DNS query is in + * progress. + * + * This method works much like [resolve.conf](https://man7.org/linux/man-pages/man5/resolv.conf.5.html). + * That is, if attempting to resolve with the first server provided results in a `NOTFOUND` error, the `resolve()` method will _not_ attempt to resolve with + * subsequent servers provided. Fallback DNS servers will only be used if the + * earlier ones time out or result in some other error. + * @since v10.6.0 + * @param servers array of `RFC 5952` formatted addresses + */ + function setServers(servers: readonly string[]): void; + /** + * Set the default value of `order` in `dns.lookup()` and `{@link lookup}`. The value could be: + * + * * `ipv4first`: sets default `order` to `ipv4first`. + * * `ipv6first`: sets default `order` to `ipv6first`. + * * `verbatim`: sets default `order` to `verbatim`. + * + * The default is `verbatim` and [dnsPromises.setDefaultResultOrder()](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder) + * have higher priority than [`--dns-result-order`](https://nodejs.org/docs/latest-v20.x/api/cli.html#--dns-result-orderorder). + * When using [worker threads](https://nodejs.org/docs/latest-v20.x/api/worker_threads.html), [`dnsPromises.setDefaultResultOrder()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetdefaultresultorderorder) + * from the main thread won't affect the default dns orders in workers. + * @since v16.4.0, v14.18.0 + * @param order must be `'ipv4first'`, `'ipv6first'` or `'verbatim'`. + */ + function setDefaultResultOrder(order: "ipv4first" | "ipv6first" | "verbatim"): void; + // Error codes + const NODATA: "ENODATA"; + const FORMERR: "EFORMERR"; + const SERVFAIL: "ESERVFAIL"; + const NOTFOUND: "ENOTFOUND"; + const NOTIMP: "ENOTIMP"; + const REFUSED: "EREFUSED"; + const BADQUERY: "EBADQUERY"; + const BADNAME: "EBADNAME"; + const BADFAMILY: "EBADFAMILY"; + const BADRESP: "EBADRESP"; + const CONNREFUSED: "ECONNREFUSED"; + const TIMEOUT: "ETIMEOUT"; + const EOF: "EOF"; + const FILE: "EFILE"; + const NOMEM: "ENOMEM"; + const DESTRUCTION: "EDESTRUCTION"; + const BADSTR: "EBADSTR"; + const BADFLAGS: "EBADFLAGS"; + const NONAME: "ENONAME"; + const BADHINTS: "EBADHINTS"; + const NOTINITIALIZED: "ENOTINITIALIZED"; + const LOADIPHLPAPI: "ELOADIPHLPAPI"; + const ADDRGETNETWORKPARAMS: "EADDRGETNETWORKPARAMS"; + const CANCELLED: "ECANCELLED"; + + /** + * An independent resolver for DNS requests. + * + * Creating a new resolver uses the default server settings. Setting + * the servers used for a resolver using [`resolver.setServers()`](https://nodejs.org/docs/latest-v20.x/api/dns.html#dnspromisessetserversservers) does not affect + * other resolvers: + * + * ```js + * import { promises } from 'node:dns'; + * const resolver = new promises.Resolver(); + * resolver.setServers(['4.4.4.4']); + * + * // This request will use the server at 4.4.4.4, independent of global settings. + * resolver.resolve4('example.org').then((addresses) => { + * // ... + * }); + * + * // Alternatively, the same code can be written using async-await style. + * (async function() { + * const addresses = await resolver.resolve4('example.org'); + * })(); + * ``` + * + * The following methods from the `dnsPromises` API are available: + * + * * `resolver.getServers()` + * * `resolver.resolve()` + * * `resolver.resolve4()` + * * `resolver.resolve6()` + * * `resolver.resolveAny()` + * * `resolver.resolveCaa()` + * * `resolver.resolveCname()` + * * `resolver.resolveMx()` + * * `resolver.resolveNaptr()` + * * `resolver.resolveNs()` + * * `resolver.resolvePtr()` + * * `resolver.resolveSoa()` + * * `resolver.resolveSrv()` + * * `resolver.resolveTxt()` + * * `resolver.reverse()` + * * `resolver.setServers()` + * @since v10.6.0 + */ + class Resolver { + constructor(options?: ResolverOptions); + /** + * Cancel all outstanding DNS queries made by this resolver. The corresponding + * callbacks will be called with an error with code `ECANCELLED`. + * @since v8.3.0 + */ + cancel(): void; + getServers: typeof getServers; + resolve: typeof resolve; + resolve4: typeof resolve4; + resolve6: typeof resolve6; + resolveAny: typeof resolveAny; + resolveCaa: typeof resolveCaa; + resolveCname: typeof resolveCname; + resolveMx: typeof resolveMx; + resolveNaptr: typeof resolveNaptr; + resolveNs: typeof resolveNs; + resolvePtr: typeof resolvePtr; + resolveSoa: typeof resolveSoa; + resolveSrv: typeof resolveSrv; + resolveTxt: typeof resolveTxt; + reverse: typeof reverse; + /** + * The resolver instance will send its requests from the specified IP address. + * This allows programs to specify outbound interfaces when used on multi-homed + * systems. + * + * If a v4 or v6 address is not specified, it is set to the default and the + * operating system will choose a local address automatically. + * + * The resolver will use the v4 local address when making requests to IPv4 DNS + * servers, and the v6 local address when making requests to IPv6 DNS servers. + * The `rrtype` of resolution requests has no impact on the local address used. + * @since v15.1.0, v14.17.0 + * @param [ipv4='0.0.0.0'] A string representation of an IPv4 address. + * @param [ipv6='::0'] A string representation of an IPv6 address. + */ + setLocalAddress(ipv4?: string, ipv6?: string): void; + setServers: typeof setServers; + } +} +declare module "node:dns/promises" { + export * from "dns/promises"; +} diff --git a/server/node_modules/@types/node/dom-events.d.ts b/server/node_modules/@types/node/dom-events.d.ts new file mode 100644 index 000000000..f47f71d63 --- /dev/null +++ b/server/node_modules/@types/node/dom-events.d.ts @@ -0,0 +1,124 @@ +export {}; // Don't export anything! + +//// DOM-like Events +// NB: The Event / EventTarget / EventListener implementations below were copied +// from lib.dom.d.ts, then edited to reflect Node's documentation at +// https://nodejs.org/api/events.html#class-eventtarget. +// Please read that link to understand important implementation differences. + +// This conditional type will be the existing global Event in a browser, or +// the copy below in a Node environment. +type __Event = typeof globalThis extends { onmessage: any; Event: any } ? {} + : { + /** This is not used in Node.js and is provided purely for completeness. */ + readonly bubbles: boolean; + /** Alias for event.stopPropagation(). This is not used in Node.js and is provided purely for completeness. */ + cancelBubble: () => void; + /** True if the event was created with the cancelable option */ + readonly cancelable: boolean; + /** This is not used in Node.js and is provided purely for completeness. */ + readonly composed: boolean; + /** Returns an array containing the current EventTarget as the only entry or empty if the event is not being dispatched. This is not used in Node.js and is provided purely for completeness. */ + composedPath(): [EventTarget?]; + /** Alias for event.target. */ + readonly currentTarget: EventTarget | null; + /** Is true if cancelable is true and event.preventDefault() has been called. */ + readonly defaultPrevented: boolean; + /** This is not used in Node.js and is provided purely for completeness. */ + readonly eventPhase: 0 | 2; + /** The `AbortSignal` "abort" event is emitted with `isTrusted` set to `true`. The value is `false` in all other cases. */ + readonly isTrusted: boolean; + /** Sets the `defaultPrevented` property to `true` if `cancelable` is `true`. */ + preventDefault(): void; + /** This is not used in Node.js and is provided purely for completeness. */ + returnValue: boolean; + /** Alias for event.target. */ + readonly srcElement: EventTarget | null; + /** Stops the invocation of event listeners after the current one completes. */ + stopImmediatePropagation(): void; + /** This is not used in Node.js and is provided purely for completeness. */ + stopPropagation(): void; + /** The `EventTarget` dispatching the event */ + readonly target: EventTarget | null; + /** The millisecond timestamp when the Event object was created. */ + readonly timeStamp: number; + /** Returns the type of event, e.g. "click", "hashchange", or "submit". */ + readonly type: string; + }; + +// See comment above explaining conditional type +type __EventTarget = typeof globalThis extends { onmessage: any; EventTarget: any } ? {} + : { + /** + * Adds a new handler for the `type` event. Any given `listener` is added only once per `type` and per `capture` option value. + * + * If the `once` option is true, the `listener` is removed after the next time a `type` event is dispatched. + * + * The `capture` option is not used by Node.js in any functional way other than tracking registered event listeners per the `EventTarget` specification. + * Specifically, the `capture` option is used as part of the key when registering a `listener`. + * Any individual `listener` may be added once with `capture = false`, and once with `capture = true`. + */ + addEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: AddEventListenerOptions | boolean, + ): void; + /** Dispatches a synthetic event event to target and returns true if either event's cancelable attribute value is false or its preventDefault() method was not invoked, and false otherwise. */ + dispatchEvent(event: Event): boolean; + /** Removes the event listener in target's event listener list with the same type, callback, and options. */ + removeEventListener( + type: string, + listener: EventListener | EventListenerObject, + options?: EventListenerOptions | boolean, + ): void; + }; + +interface EventInit { + bubbles?: boolean; + cancelable?: boolean; + composed?: boolean; +} + +interface EventListenerOptions { + /** Not directly used by Node.js. Added for API completeness. Default: `false`. */ + capture?: boolean; +} + +interface AddEventListenerOptions extends EventListenerOptions { + /** When `true`, the listener is automatically removed when it is first invoked. Default: `false`. */ + once?: boolean; + /** When `true`, serves as a hint that the listener will not call the `Event` object's `preventDefault()` method. Default: false. */ + passive?: boolean; + /** The listener will be removed when the given AbortSignal object's `abort()` method is called. */ + signal?: AbortSignal; +} + +interface EventListener { + (evt: Event): void; +} + +interface EventListenerObject { + handleEvent(object: Event): void; +} + +import {} from "events"; // Make this an ambient declaration +declare global { + /** An event which takes place in the DOM. */ + interface Event extends __Event {} + var Event: typeof globalThis extends { onmessage: any; Event: infer T } ? T + : { + prototype: __Event; + new(type: string, eventInitDict?: EventInit): __Event; + }; + + /** + * EventTarget is a DOM interface implemented by objects that can + * receive events and may have listeners for them. + */ + interface EventTarget extends __EventTarget {} + var EventTarget: typeof globalThis extends { onmessage: any; EventTarget: infer T } ? T + : { + prototype: __EventTarget; + new(): __EventTarget; + }; +} diff --git a/server/node_modules/@types/node/domain.d.ts b/server/node_modules/@types/node/domain.d.ts new file mode 100644 index 000000000..ba8a02c16 --- /dev/null +++ b/server/node_modules/@types/node/domain.d.ts @@ -0,0 +1,170 @@ +/** + * **This module is pending deprecation.** Once a replacement API has been + * finalized, this module will be fully deprecated. Most developers should + * **not** have cause to use this module. Users who absolutely must have + * the functionality that domains provide may rely on it for the time being + * but should expect to have to migrate to a different solution + * in the future. + * + * Domains provide a way to handle multiple different IO operations as a + * single group. If any of the event emitters or callbacks registered to a + * domain emit an `'error'` event, or throw an error, then the domain object + * will be notified, rather than losing the context of the error in the `process.on('uncaughtException')` handler, or causing the program to + * exit immediately with an error code. + * @deprecated Since v1.4.2 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/domain.js) + */ +declare module "domain" { + import EventEmitter = require("node:events"); + /** + * The `Domain` class encapsulates the functionality of routing errors and + * uncaught exceptions to the active `Domain` object. + * + * To handle the errors that it catches, listen to its `'error'` event. + */ + class Domain extends EventEmitter { + /** + * An array of timers and event emitters that have been explicitly added + * to the domain. + */ + members: Array; + /** + * The `enter()` method is plumbing used by the `run()`, `bind()`, and `intercept()` methods to set the active domain. It sets `domain.active` and `process.domain` to the domain, and implicitly + * pushes the domain onto the domain + * stack managed by the domain module (see {@link exit} for details on the + * domain stack). The call to `enter()` delimits the beginning of a chain of + * asynchronous calls and I/O operations bound to a domain. + * + * Calling `enter()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + enter(): void; + /** + * The `exit()` method exits the current domain, popping it off the domain stack. + * Any time execution is going to switch to the context of a different chain of + * asynchronous calls, it's important to ensure that the current domain is exited. + * The call to `exit()` delimits either the end of or an interruption to the chain + * of asynchronous calls and I/O operations bound to a domain. + * + * If there are multiple, nested domains bound to the current execution context, `exit()` will exit any domains nested within this domain. + * + * Calling `exit()` changes only the active domain, and does not alter the domain + * itself. `enter()` and `exit()` can be called an arbitrary number of times on a + * single domain. + */ + exit(): void; + /** + * Run the supplied function in the context of the domain, implicitly + * binding all event emitters, timers, and low-level requests that are + * created in that context. Optionally, arguments can be passed to + * the function. + * + * This is the most basic way to use a domain. + * + * ```js + * import domain from 'node:domain'; + * import fs from 'node:fs'; + * const d = domain.create(); + * d.on('error', (er) => { + * console.error('Caught error!', er); + * }); + * d.run(() => { + * process.nextTick(() => { + * setTimeout(() => { // Simulating some various async stuff + * fs.open('non-existent file', 'r', (er, fd) => { + * if (er) throw er; + * // proceed... + * }); + * }, 100); + * }); + * }); + * ``` + * + * In this example, the `d.on('error')` handler will be triggered, rather + * than crashing the program. + */ + run(fn: (...args: any[]) => T, ...args: any[]): T; + /** + * Explicitly adds an emitter to the domain. If any event handlers called by + * the emitter throw an error, or if the emitter emits an `'error'` event, it + * will be routed to the domain's `'error'` event, just like with implicit + * binding. + * + * This also works with timers that are returned from `setInterval()` and `setTimeout()`. If their callback function throws, it will be caught by + * the domain `'error'` handler. + * + * If the Timer or `EventEmitter` was already bound to a domain, it is removed + * from that one, and bound to this one instead. + * @param emitter emitter or timer to be added to the domain + */ + add(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The opposite of {@link add}. Removes domain handling from the + * specified emitter. + * @param emitter emitter or timer to be removed from the domain + */ + remove(emitter: EventEmitter | NodeJS.Timer): void; + /** + * The returned function will be a wrapper around the supplied callback + * function. When the returned function is called, any errors that are + * thrown will be routed to the domain's `'error'` event. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.bind((er, data) => { + * // If this throws, it will also be passed to the domain. + * return cb(er, data ? JSON.parse(data) : null); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The bound function + */ + bind(callback: T): T; + /** + * This method is almost identical to {@link bind}. However, in + * addition to catching thrown errors, it will also intercept `Error` objects sent as the first argument to the function. + * + * In this way, the common `if (err) return callback(err);` pattern can be replaced + * with a single error handler in a single place. + * + * ```js + * const d = domain.create(); + * + * function readSomeFile(filename, cb) { + * fs.readFile(filename, 'utf8', d.intercept((data) => { + * // Note, the first argument is never passed to the + * // callback since it is assumed to be the 'Error' argument + * // and thus intercepted by the domain. + * + * // If this throws, it will also be passed to the domain + * // so the error-handling logic can be moved to the 'error' + * // event on the domain instead of being repeated throughout + * // the program. + * return cb(null, JSON.parse(data)); + * })); + * } + * + * d.on('error', (er) => { + * // An error occurred somewhere. If we throw it now, it will crash the program + * // with the normal line number and stack message. + * }); + * ``` + * @param callback The callback function + * @return The intercepted function + */ + intercept(callback: T): T; + } + function create(): Domain; +} +declare module "node:domain" { + export * from "domain"; +} diff --git a/server/node_modules/@types/node/events.d.ts b/server/node_modules/@types/node/events.d.ts new file mode 100644 index 000000000..6293fe3ea --- /dev/null +++ b/server/node_modules/@types/node/events.d.ts @@ -0,0 +1,931 @@ +/** + * Much of the Node.js core API is built around an idiomatic asynchronous + * event-driven architecture in which certain kinds of objects (called "emitters") + * emit named events that cause `Function` objects ("listeners") to be called. + * + * For instance: a `net.Server` object emits an event each time a peer + * connects to it; a `fs.ReadStream` emits an event when the file is opened; + * a `stream` emits an event whenever data is available to be read. + * + * All objects that emit events are instances of the `EventEmitter` class. These + * objects expose an `eventEmitter.on()` function that allows one or more + * functions to be attached to named events emitted by the object. Typically, + * event names are camel-cased strings but any valid JavaScript property key + * can be used. + * + * When the `EventEmitter` object emits an event, all of the functions attached + * to that specific event are called _synchronously_. Any values returned by the + * called listeners are _ignored_ and discarded. + * + * The following example shows a simple `EventEmitter` instance with a single + * listener. The `eventEmitter.on()` method is used to register listeners, while + * the `eventEmitter.emit()` method is used to trigger the event. + * + * ```js + * import { EventEmitter } from 'node:events'; + * + * class MyEmitter extends EventEmitter {} + * + * const myEmitter = new MyEmitter(); + * myEmitter.on('event', () => { + * console.log('an event occurred!'); + * }); + * myEmitter.emit('event'); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/events.js) + */ +declare module "events" { + import { AsyncResource, AsyncResourceOptions } from "node:async_hooks"; + // NOTE: This class is in the docs but is **not actually exported** by Node. + // If https://github.com/nodejs/node/issues/39903 gets resolved and Node + // actually starts exporting the class, uncomment below. + // import { EventListener, EventListenerObject } from '__dom-events'; + // /** The NodeEventTarget is a Node.js-specific extension to EventTarget that emulates a subset of the EventEmitter API. */ + // interface NodeEventTarget extends EventTarget { + // /** + // * Node.js-specific extension to the `EventTarget` class that emulates the equivalent `EventEmitter` API. + // * The only difference between `addListener()` and `addEventListener()` is that addListener() will return a reference to the EventTarget. + // */ + // addListener(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that returns an array of event `type` names for which event listeners are registered. */ + // eventNames(): string[]; + // /** Node.js-specific extension to the `EventTarget` class that returns the number of event listeners registered for the `type`. */ + // listenerCount(type: string): number; + // /** Node.js-specific alias for `eventTarget.removeListener()`. */ + // off(type: string, listener: EventListener | EventListenerObject): this; + // /** Node.js-specific alias for `eventTarget.addListener()`. */ + // on(type: string, listener: EventListener | EventListenerObject, options?: { once: boolean }): this; + // /** Node.js-specific extension to the `EventTarget` class that adds a `once` listener for the given event `type`. This is equivalent to calling `on` with the `once` option set to `true`. */ + // once(type: string, listener: EventListener | EventListenerObject): this; + // /** + // * Node.js-specific extension to the `EventTarget` class. + // * If `type` is specified, removes all registered listeners for `type`, + // * otherwise removes all registered listeners. + // */ + // removeAllListeners(type: string): this; + // /** + // * Node.js-specific extension to the `EventTarget` class that removes the listener for the given `type`. + // * The only difference between `removeListener()` and `removeEventListener()` is that `removeListener()` will return a reference to the `EventTarget`. + // */ + // removeListener(type: string, listener: EventListener | EventListenerObject): this; + // } + interface EventEmitterOptions { + /** + * Enables automatic capturing of promise rejection. + */ + captureRejections?: boolean | undefined; + } + interface StaticEventEmitterOptions { + /** + * Can be used to cancel awaiting events. + */ + signal?: AbortSignal | undefined; + } + interface StaticEventEmitterIteratorOptions extends StaticEventEmitterOptions { + /** + * Names of events that will end the iteration. + */ + close?: string[] | undefined; + /** + * The high watermark. The emitter is paused every time the size of events being buffered is higher than it. + * Supported only on emitters implementing `pause()` and `resume()` methods. + * @default Number.MAX_SAFE_INTEGER + */ + highWaterMark?: number | undefined; + /** + * The low watermark. The emitter is resumed every time the size of events being buffered is lower than it. + * Supported only on emitters implementing `pause()` and `resume()` methods. + * @default 1 + */ + lowWaterMark?: number | undefined; + } + interface EventEmitter = DefaultEventMap> extends NodeJS.EventEmitter {} + type EventMap = Record | DefaultEventMap; + type DefaultEventMap = [never]; + type AnyRest = [...args: any[]]; + type Args = T extends DefaultEventMap ? AnyRest : ( + K extends keyof T ? T[K] : never + ); + type Key = T extends DefaultEventMap ? string | symbol : K | keyof T; + type Key2 = T extends DefaultEventMap ? string | symbol : K & keyof T; + type Listener = T extends DefaultEventMap ? F : ( + K extends keyof T ? ( + T[K] extends unknown[] ? (...args: T[K]) => void : never + ) + : never + ); + type Listener1 = Listener void>; + type Listener2 = Listener; + + /** + * The `EventEmitter` class is defined and exposed by the `node:events` module: + * + * ```js + * import { EventEmitter } from 'node:events'; + * ``` + * + * All `EventEmitter`s emit the event `'newListener'` when new listeners are + * added and `'removeListener'` when existing listeners are removed. + * + * It supports the following option: + * @since v0.1.26 + */ + class EventEmitter = DefaultEventMap> { + constructor(options?: EventEmitterOptions); + + [EventEmitter.captureRejectionSymbol]?(error: Error, event: Key, ...args: Args): void; + + /** + * Creates a `Promise` that is fulfilled when the `EventEmitter` emits the given + * event or that is rejected if the `EventEmitter` emits `'error'` while waiting. + * The `Promise` will resolve with an array of all the arguments emitted to the + * given event. + * + * This method is intentionally generic and works with the web platform [EventTarget](https://dom.spec.whatwg.org/#interface-eventtarget) interface, which has no special`'error'` event + * semantics and does not listen to the `'error'` event. + * + * ```js + * import { once, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * process.nextTick(() => { + * ee.emit('myevent', 42); + * }); + * + * const [value] = await once(ee, 'myevent'); + * console.log(value); + * + * const err = new Error('kaboom'); + * process.nextTick(() => { + * ee.emit('error', err); + * }); + * + * try { + * await once(ee, 'myevent'); + * } catch (err) { + * console.error('error happened', err); + * } + * ``` + * + * The special handling of the `'error'` event is only used when `events.once()` is used to wait for another event. If `events.once()` is used to wait for the + * '`error'` event itself, then it is treated as any other kind of event without + * special handling: + * + * ```js + * import { EventEmitter, once } from 'node:events'; + * + * const ee = new EventEmitter(); + * + * once(ee, 'error') + * .then(([err]) => console.log('ok', err.message)) + * .catch((err) => console.error('error', err.message)); + * + * ee.emit('error', new Error('boom')); + * + * // Prints: ok boom + * ``` + * + * An `AbortSignal` can be used to cancel waiting for the event: + * + * ```js + * import { EventEmitter, once } from 'node:events'; + * + * const ee = new EventEmitter(); + * const ac = new AbortController(); + * + * async function foo(emitter, event, signal) { + * try { + * await once(emitter, event, { signal }); + * console.log('event emitted!'); + * } catch (error) { + * if (error.name === 'AbortError') { + * console.error('Waiting for the event was canceled!'); + * } else { + * console.error('There was an error', error.message); + * } + * } + * } + * + * foo(ee, 'foo', ac.signal); + * ac.abort(); // Abort waiting for the event + * ee.emit('foo'); // Prints: Waiting for the event was canceled! + * ``` + * @since v11.13.0, v10.16.0 + */ + static once( + emitter: NodeJS.EventEmitter, + eventName: string | symbol, + options?: StaticEventEmitterOptions, + ): Promise; + static once(emitter: EventTarget, eventName: string, options?: StaticEventEmitterOptions): Promise; + /** + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo')) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * ``` + * + * Returns an `AsyncIterator` that iterates `eventName` events. It will throw + * if the `EventEmitter` emits `'error'`. It removes all listeners when + * exiting the loop. The `value` returned by each iteration is an array + * composed of the emitted event arguments. + * + * An `AbortSignal` can be used to cancel waiting on events: + * + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ac = new AbortController(); + * + * (async () => { + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * }); + * + * for await (const event of on(ee, 'foo', { signal: ac.signal })) { + * // The execution of this inner block is synchronous and it + * // processes one event at a time (even with await). Do not use + * // if concurrent execution is required. + * console.log(event); // prints ['bar'] [42] + * } + * // Unreachable here + * })(); + * + * process.nextTick(() => ac.abort()); + * ``` + * + * Use the `close` option to specify an array of event names that will end the iteration: + * + * ```js + * import { on, EventEmitter } from 'node:events'; + * import process from 'node:process'; + * + * const ee = new EventEmitter(); + * + * // Emit later on + * process.nextTick(() => { + * ee.emit('foo', 'bar'); + * ee.emit('foo', 42); + * ee.emit('close'); + * }); + * + * for await (const event of on(ee, 'foo', { close: ['close'] })) { + * console.log(event); // prints ['bar'] [42] + * } + * // the loop will exit after 'close' is emitted + * console.log('done'); // prints 'done' + * ``` + * @since v13.6.0, v12.16.0 + * @return An `AsyncIterator` that iterates `eventName` events emitted by the `emitter` + */ + static on( + emitter: NodeJS.EventEmitter, + eventName: string | symbol, + options?: StaticEventEmitterIteratorOptions, + ): NodeJS.AsyncIterator; + static on( + emitter: EventTarget, + eventName: string, + options?: StaticEventEmitterIteratorOptions, + ): NodeJS.AsyncIterator; + /** + * A class method that returns the number of listeners for the given `eventName` registered on the given `emitter`. + * + * ```js + * import { EventEmitter, listenerCount } from 'node:events'; + * + * const myEmitter = new EventEmitter(); + * myEmitter.on('event', () => {}); + * myEmitter.on('event', () => {}); + * console.log(listenerCount(myEmitter, 'event')); + * // Prints: 2 + * ``` + * @since v0.9.12 + * @deprecated Since v3.2.0 - Use `listenerCount` instead. + * @param emitter The emitter to query + * @param eventName The event name + */ + static listenerCount(emitter: NodeJS.EventEmitter, eventName: string | symbol): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * For `EventEmitter`s this behaves exactly the same as calling `.listeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the event listeners for the + * event target. This is useful for debugging and diagnostic purposes. + * + * ```js + * import { getEventListeners, EventEmitter } from 'node:events'; + * + * { + * const ee = new EventEmitter(); + * const listener = () => console.log('Events are fun'); + * ee.on('foo', listener); + * console.log(getEventListeners(ee, 'foo')); // [ [Function: listener] ] + * } + * { + * const et = new EventTarget(); + * const listener = () => console.log('Events are fun'); + * et.addEventListener('foo', listener); + * console.log(getEventListeners(et, 'foo')); // [ [Function: listener] ] + * } + * ``` + * @since v15.2.0, v14.17.0 + */ + static getEventListeners(emitter: EventTarget | NodeJS.EventEmitter, name: string | symbol): Function[]; + /** + * Returns the currently set max amount of listeners. + * + * For `EventEmitter`s this behaves exactly the same as calling `.getMaxListeners` on + * the emitter. + * + * For `EventTarget`s this is the only way to get the max event listeners for the + * event target. If the number of event handlers on a single EventTarget exceeds + * the max set, the EventTarget will print a warning. + * + * ```js + * import { getMaxListeners, setMaxListeners, EventEmitter } from 'node:events'; + * + * { + * const ee = new EventEmitter(); + * console.log(getMaxListeners(ee)); // 10 + * setMaxListeners(11, ee); + * console.log(getMaxListeners(ee)); // 11 + * } + * { + * const et = new EventTarget(); + * console.log(getMaxListeners(et)); // 10 + * setMaxListeners(11, et); + * console.log(getMaxListeners(et)); // 11 + * } + * ``` + * @since v19.9.0 + */ + static getMaxListeners(emitter: EventTarget | NodeJS.EventEmitter): number; + /** + * ```js + * import { setMaxListeners, EventEmitter } from 'node:events'; + * + * const target = new EventTarget(); + * const emitter = new EventEmitter(); + * + * setMaxListeners(5, target, emitter); + * ``` + * @since v15.4.0 + * @param n A non-negative number. The maximum number of listeners per `EventTarget` event. + * @param eventTargets Zero or more {EventTarget} or {EventEmitter} instances. If none are specified, `n` is set as the default max for all newly created {EventTarget} and {EventEmitter} + * objects. + */ + static setMaxListeners(n?: number, ...eventTargets: Array): void; + /** + * Listens once to the `abort` event on the provided `signal`. + * + * Listening to the `abort` event on abort signals is unsafe and may + * lead to resource leaks since another third party with the signal can + * call `e.stopImmediatePropagation()`. Unfortunately Node.js cannot change + * this since it would violate the web standard. Additionally, the original + * API makes it easy to forget to remove listeners. + * + * This API allows safely using `AbortSignal`s in Node.js APIs by solving these + * two issues by listening to the event such that `stopImmediatePropagation` does + * not prevent the listener from running. + * + * Returns a disposable so that it may be unsubscribed from more easily. + * + * ```js + * import { addAbortListener } from 'node:events'; + * + * function example(signal) { + * let disposable; + * try { + * signal.addEventListener('abort', (e) => e.stopImmediatePropagation()); + * disposable = addAbortListener(signal, (e) => { + * // Do something when signal is aborted. + * }); + * } finally { + * disposable?.[Symbol.dispose](); + * } + * } + * ``` + * @since v20.5.0 + * @experimental + * @return Disposable that removes the `abort` listener. + */ + static addAbortListener(signal: AbortSignal, resource: (event: Event) => void): Disposable; + /** + * This symbol shall be used to install a listener for only monitoring `'error'` events. Listeners installed using this symbol are called before the regular `'error'` listeners are called. + * + * Installing a listener using this symbol does not change the behavior once an `'error'` event is emitted. Therefore, the process will still crash if no + * regular `'error'` listener is installed. + * @since v13.6.0, v12.17.0 + */ + static readonly errorMonitor: unique symbol; + /** + * Value: `Symbol.for('nodejs.rejection')` + * + * See how to write a custom `rejection handler`. + * @since v13.4.0, v12.16.0 + */ + static readonly captureRejectionSymbol: unique symbol; + /** + * Value: [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) + * + * Change the default `captureRejections` option on all new `EventEmitter` objects. + * @since v13.4.0, v12.16.0 + */ + static captureRejections: boolean; + /** + * By default, a maximum of `10` listeners can be registered for any single + * event. This limit can be changed for individual `EventEmitter` instances + * using the `emitter.setMaxListeners(n)` method. To change the default + * for _all_`EventEmitter` instances, the `events.defaultMaxListeners` property + * can be used. If this value is not a positive number, a `RangeError` is thrown. + * + * Take caution when setting the `events.defaultMaxListeners` because the + * change affects _all_ `EventEmitter` instances, including those created before + * the change is made. However, calling `emitter.setMaxListeners(n)` still has + * precedence over `events.defaultMaxListeners`. + * + * This is not a hard limit. The `EventEmitter` instance will allow + * more listeners to be added but will output a trace warning to stderr indicating + * that a "possible EventEmitter memory leak" has been detected. For any single + * `EventEmitter`, the `emitter.getMaxListeners()` and `emitter.setMaxListeners()` methods can be used to + * temporarily avoid this warning: + * + * ```js + * import { EventEmitter } from 'node:events'; + * const emitter = new EventEmitter(); + * emitter.setMaxListeners(emitter.getMaxListeners() + 1); + * emitter.once('event', () => { + * // do stuff + * emitter.setMaxListeners(Math.max(emitter.getMaxListeners() - 1, 0)); + * }); + * ``` + * + * The `--trace-warnings` command-line flag can be used to display the + * stack trace for such warnings. + * + * The emitted warning can be inspected with `process.on('warning')` and will + * have the additional `emitter`, `type`, and `count` properties, referring to + * the event emitter instance, the event's name and the number of attached + * listeners, respectively. + * Its `name` property is set to `'MaxListenersExceededWarning'`. + * @since v0.11.2 + */ + static defaultMaxListeners: number; + } + import internal = require("node:events"); + namespace EventEmitter { + // Should just be `export { EventEmitter }`, but that doesn't work in TypeScript 3.4 + export { internal as EventEmitter }; + export interface Abortable { + /** + * When provided the corresponding `AbortController` can be used to cancel an asynchronous action. + */ + signal?: AbortSignal | undefined; + } + + export interface EventEmitterReferencingAsyncResource extends AsyncResource { + readonly eventEmitter: EventEmitterAsyncResource; + } + + export interface EventEmitterAsyncResourceOptions extends AsyncResourceOptions, EventEmitterOptions { + /** + * The type of async event, this is required when instantiating `EventEmitterAsyncResource` + * directly rather than as a child class. + * @default new.target.name if instantiated as a child class. + */ + name?: string; + } + + /** + * Integrates `EventEmitter` with `AsyncResource` for `EventEmitter`s that + * require manual async tracking. Specifically, all events emitted by instances + * of `events.EventEmitterAsyncResource` will run within its `async context`. + * + * ```js + * import { EventEmitterAsyncResource, EventEmitter } from 'node:events'; + * import { notStrictEqual, strictEqual } from 'node:assert'; + * import { executionAsyncId, triggerAsyncId } from 'node:async_hooks'; + * + * // Async tracking tooling will identify this as 'Q'. + * const ee1 = new EventEmitterAsyncResource({ name: 'Q' }); + * + * // 'foo' listeners will run in the EventEmitters async context. + * ee1.on('foo', () => { + * strictEqual(executionAsyncId(), ee1.asyncId); + * strictEqual(triggerAsyncId(), ee1.triggerAsyncId); + * }); + * + * const ee2 = new EventEmitter(); + * + * // 'foo' listeners on ordinary EventEmitters that do not track async + * // context, however, run in the same async context as the emit(). + * ee2.on('foo', () => { + * notStrictEqual(executionAsyncId(), ee2.asyncId); + * notStrictEqual(triggerAsyncId(), ee2.triggerAsyncId); + * }); + * + * Promise.resolve().then(() => { + * ee1.emit('foo'); + * ee2.emit('foo'); + * }); + * ``` + * + * The `EventEmitterAsyncResource` class has the same methods and takes the + * same options as `EventEmitter` and `AsyncResource` themselves. + * @since v17.4.0, v16.14.0 + */ + export class EventEmitterAsyncResource extends EventEmitter { + /** + * @param options Only optional in child class. + */ + constructor(options?: EventEmitterAsyncResourceOptions); + /** + * Call all `destroy` hooks. This should only ever be called once. An error will + * be thrown if it is called more than once. This **must** be manually called. If + * the resource is left to be collected by the GC then the `destroy` hooks will + * never be called. + */ + emitDestroy(): void; + /** + * The unique `asyncId` assigned to the resource. + */ + readonly asyncId: number; + /** + * The same triggerAsyncId that is passed to the AsyncResource constructor. + */ + readonly triggerAsyncId: number; + /** + * The returned `AsyncResource` object has an additional `eventEmitter` property + * that provides a reference to this `EventEmitterAsyncResource`. + */ + readonly asyncResource: EventEmitterReferencingAsyncResource; + } + } + global { + namespace NodeJS { + interface EventEmitter = DefaultEventMap> { + [EventEmitter.captureRejectionSymbol]?(error: Error, event: Key, ...args: Args): void; + /** + * Alias for `emitter.on(eventName, listener)`. + * @since v0.1.26 + */ + addListener(eventName: Key, listener: Listener1): this; + /** + * Adds the `listener` function to the end of the listeners array for the event + * named `eventName`. No checks are made to see if the `listener` has already + * been added. Multiple calls passing the same combination of `eventName` and + * `listener` will result in the `listener` being added, and called, multiple times. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The `emitter.prependListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEE = new EventEmitter(); + * myEE.on('foo', () => console.log('a')); + * myEE.prependListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.1.101 + * @param eventName The name of the event. + * @param listener The callback function + */ + on(eventName: Key, listener: Listener1): this; + /** + * Adds a **one-time** `listener` function for the event named `eventName`. The + * next time `eventName` is triggered, this listener is removed and then invoked. + * + * ```js + * server.once('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * + * By default, event listeners are invoked in the order they are added. The `emitter.prependOnceListener()` method can be used as an alternative to add the + * event listener to the beginning of the listeners array. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEE = new EventEmitter(); + * myEE.once('foo', () => console.log('a')); + * myEE.prependOnceListener('foo', () => console.log('b')); + * myEE.emit('foo'); + * // Prints: + * // b + * // a + * ``` + * @since v0.3.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + once(eventName: Key, listener: Listener1): this; + /** + * Removes the specified `listener` from the listener array for the event named `eventName`. + * + * ```js + * const callback = (stream) => { + * console.log('someone connected!'); + * }; + * server.on('connection', callback); + * // ... + * server.removeListener('connection', callback); + * ``` + * + * `removeListener()` will remove, at most, one instance of a listener from the + * listener array. If any single listener has been added multiple times to the + * listener array for the specified `eventName`, then `removeListener()` must be + * called multiple times to remove each instance. + * + * Once an event is emitted, all listeners attached to it at the + * time of emitting are called in order. This implies that any `removeListener()` or `removeAllListeners()` calls _after_ emitting and _before_ the last listener finishes execution + * will not remove them from`emit()` in progress. Subsequent events behave as expected. + * + * ```js + * import { EventEmitter } from 'node:events'; + * class MyEmitter extends EventEmitter {} + * const myEmitter = new MyEmitter(); + * + * const callbackA = () => { + * console.log('A'); + * myEmitter.removeListener('event', callbackB); + * }; + * + * const callbackB = () => { + * console.log('B'); + * }; + * + * myEmitter.on('event', callbackA); + * + * myEmitter.on('event', callbackB); + * + * // callbackA removes listener callbackB but it will still be called. + * // Internal listener array at time of emit [callbackA, callbackB] + * myEmitter.emit('event'); + * // Prints: + * // A + * // B + * + * // callbackB is now removed. + * // Internal listener array [callbackA] + * myEmitter.emit('event'); + * // Prints: + * // A + * ``` + * + * Because listeners are managed using an internal array, calling this will + * change the position indices of any listener registered _after_ the listener + * being removed. This will not impact the order in which listeners are called, + * but it means that any copies of the listener array as returned by + * the `emitter.listeners()` method will need to be recreated. + * + * When a single function has been added as a handler multiple times for a single + * event (as in the example below), `removeListener()` will remove the most + * recently added instance. In the example the `once('ping')` listener is removed: + * + * ```js + * import { EventEmitter } from 'node:events'; + * const ee = new EventEmitter(); + * + * function pong() { + * console.log('pong'); + * } + * + * ee.on('ping', pong); + * ee.once('ping', pong); + * ee.removeListener('ping', pong); + * + * ee.emit('ping'); + * ee.emit('ping'); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeListener(eventName: Key, listener: Listener1): this; + /** + * Alias for `emitter.removeListener()`. + * @since v10.0.0 + */ + off(eventName: Key, listener: Listener1): this; + /** + * Removes all listeners, or those of the specified `eventName`. + * + * It is bad practice to remove listeners added elsewhere in the code, + * particularly when the `EventEmitter` instance was created by some other + * component or module (e.g. sockets or file streams). + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.1.26 + */ + removeAllListeners(eventName?: Key): this; + /** + * By default `EventEmitter`s will print a warning if more than `10` listeners are + * added for a particular event. This is a useful default that helps finding + * memory leaks. The `emitter.setMaxListeners()` method allows the limit to be + * modified for this specific `EventEmitter` instance. The value can be set to `Infinity` (or `0`) to indicate an unlimited number of listeners. + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v0.3.5 + */ + setMaxListeners(n: number): this; + /** + * Returns the current max listener value for the `EventEmitter` which is either + * set by `emitter.setMaxListeners(n)` or defaults to {@link EventEmitter.defaultMaxListeners}. + * @since v1.0.0 + */ + getMaxListeners(): number; + /** + * Returns a copy of the array of listeners for the event named `eventName`. + * + * ```js + * server.on('connection', (stream) => { + * console.log('someone connected!'); + * }); + * console.log(util.inspect(server.listeners('connection'))); + * // Prints: [ [Function] ] + * ``` + * @since v0.1.26 + */ + listeners(eventName: Key): Array>; + /** + * Returns a copy of the array of listeners for the event named `eventName`, + * including any wrappers (such as those created by `.once()`). + * + * ```js + * import { EventEmitter } from 'node:events'; + * const emitter = new EventEmitter(); + * emitter.once('log', () => console.log('log once')); + * + * // Returns a new Array with a function `onceWrapper` which has a property + * // `listener` which contains the original listener bound above + * const listeners = emitter.rawListeners('log'); + * const logFnWrapper = listeners[0]; + * + * // Logs "log once" to the console and does not unbind the `once` event + * logFnWrapper.listener(); + * + * // Logs "log once" to the console and removes the listener + * logFnWrapper(); + * + * emitter.on('log', () => console.log('log persistently')); + * // Will return a new Array with a single function bound by `.on()` above + * const newListeners = emitter.rawListeners('log'); + * + * // Logs "log persistently" twice + * newListeners[0](); + * emitter.emit('log'); + * ``` + * @since v9.4.0 + */ + rawListeners(eventName: Key): Array>; + /** + * Synchronously calls each of the listeners registered for the event named `eventName`, in the order they were registered, passing the supplied arguments + * to each. + * + * Returns `true` if the event had listeners, `false` otherwise. + * + * ```js + * import { EventEmitter } from 'node:events'; + * const myEmitter = new EventEmitter(); + * + * // First listener + * myEmitter.on('event', function firstListener() { + * console.log('Helloooo! first listener'); + * }); + * // Second listener + * myEmitter.on('event', function secondListener(arg1, arg2) { + * console.log(`event with parameters ${arg1}, ${arg2} in second listener`); + * }); + * // Third listener + * myEmitter.on('event', function thirdListener(...args) { + * const parameters = args.join(', '); + * console.log(`event with parameters ${parameters} in third listener`); + * }); + * + * console.log(myEmitter.listeners('event')); + * + * myEmitter.emit('event', 1, 2, 3, 4, 5); + * + * // Prints: + * // [ + * // [Function: firstListener], + * // [Function: secondListener], + * // [Function: thirdListener] + * // ] + * // Helloooo! first listener + * // event with parameters 1, 2 in second listener + * // event with parameters 1, 2, 3, 4, 5 in third listener + * ``` + * @since v0.1.26 + */ + emit(eventName: Key, ...args: Args): boolean; + /** + * Returns the number of listeners listening for the event named `eventName`. + * If `listener` is provided, it will return how many times the listener is found + * in the list of the listeners of the event. + * @since v3.2.0 + * @param eventName The name of the event being listened for + * @param listener The event handler function + */ + listenerCount(eventName: Key, listener?: Listener2): number; + /** + * Adds the `listener` function to the _beginning_ of the listeners array for the + * event named `eventName`. No checks are made to see if the `listener` has + * already been added. Multiple calls passing the same combination of `eventName` + * and `listener` will result in the `listener` being added, and called, multiple times. + * + * ```js + * server.prependListener('connection', (stream) => { + * console.log('someone connected!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependListener(eventName: Key, listener: Listener1): this; + /** + * Adds a **one-time**`listener` function for the event named `eventName` to the _beginning_ of the listeners array. The next time `eventName` is triggered, this + * listener is removed, and then invoked. + * + * ```js + * server.prependOnceListener('connection', (stream) => { + * console.log('Ah, we have our first user!'); + * }); + * ``` + * + * Returns a reference to the `EventEmitter`, so that calls can be chained. + * @since v6.0.0 + * @param eventName The name of the event. + * @param listener The callback function + */ + prependOnceListener(eventName: Key, listener: Listener1): this; + /** + * Returns an array listing the events for which the emitter has registered + * listeners. The values in the array are strings or `Symbol`s. + * + * ```js + * import { EventEmitter } from 'node:events'; + * + * const myEE = new EventEmitter(); + * myEE.on('foo', () => {}); + * myEE.on('bar', () => {}); + * + * const sym = Symbol('symbol'); + * myEE.on(sym, () => {}); + * + * console.log(myEE.eventNames()); + * // Prints: [ 'foo', 'bar', Symbol(symbol) ] + * ``` + * @since v6.0.0 + */ + eventNames(): Array<(string | symbol) & Key2>; + } + } + } + export = EventEmitter; +} +declare module "node:events" { + import events = require("events"); + export = events; +} diff --git a/server/node_modules/@types/node/fs.d.ts b/server/node_modules/@types/node/fs.d.ts new file mode 100644 index 000000000..aba529b50 --- /dev/null +++ b/server/node_modules/@types/node/fs.d.ts @@ -0,0 +1,4343 @@ +/** + * The `node:fs` module enables interacting with the file system in a + * way modeled on standard POSIX functions. + * + * To use the promise-based APIs: + * + * ```js + * import * as fs from 'node:fs/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as fs from 'node:fs'; + * ``` + * + * All file system operations have synchronous, callback, and promise-based + * forms, and are accessible using both CommonJS syntax and ES6 Modules (ESM). + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/fs.js) + */ +declare module "fs" { + import * as stream from "node:stream"; + import { Abortable, EventEmitter } from "node:events"; + import { URL } from "node:url"; + import * as promises from "node:fs/promises"; + export { promises }; + /** + * Valid types for path values in "fs". + */ + export type PathLike = string | Buffer | URL; + export type PathOrFileDescriptor = PathLike | number; + export type TimeLike = string | number | Date; + export type NoParamCallback = (err: NodeJS.ErrnoException | null) => void; + export type BufferEncodingOption = + | "buffer" + | { + encoding: "buffer"; + }; + export interface ObjectEncodingOptions { + encoding?: BufferEncoding | null | undefined; + } + export type EncodingOption = ObjectEncodingOptions | BufferEncoding | undefined | null; + export type OpenMode = number | string; + export type Mode = number | string; + export interface StatsBase { + isFile(): boolean; + isDirectory(): boolean; + isBlockDevice(): boolean; + isCharacterDevice(): boolean; + isSymbolicLink(): boolean; + isFIFO(): boolean; + isSocket(): boolean; + dev: T; + ino: T; + mode: T; + nlink: T; + uid: T; + gid: T; + rdev: T; + size: T; + blksize: T; + blocks: T; + atimeMs: T; + mtimeMs: T; + ctimeMs: T; + birthtimeMs: T; + atime: Date; + mtime: Date; + ctime: Date; + birthtime: Date; + } + export interface Stats extends StatsBase {} + /** + * A `fs.Stats` object provides information about a file. + * + * Objects returned from {@link stat}, {@link lstat}, {@link fstat}, and + * their synchronous counterparts are of this type. + * If `bigint` in the `options` passed to those methods is true, the numeric values + * will be `bigint` instead of `number`, and the object will contain additional + * nanosecond-precision properties suffixed with `Ns`. `Stat` objects are not to be created directly using the `new` keyword. + * + * ```console + * Stats { + * dev: 2114, + * ino: 48064969, + * mode: 33188, + * nlink: 1, + * uid: 85, + * gid: 100, + * rdev: 0, + * size: 527, + * blksize: 4096, + * blocks: 8, + * atimeMs: 1318289051000.1, + * mtimeMs: 1318289051000.1, + * ctimeMs: 1318289051000.1, + * birthtimeMs: 1318289051000.1, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * + * `bigint` version: + * + * ```console + * BigIntStats { + * dev: 2114n, + * ino: 48064969n, + * mode: 33188n, + * nlink: 1n, + * uid: 85n, + * gid: 100n, + * rdev: 0n, + * size: 527n, + * blksize: 4096n, + * blocks: 8n, + * atimeMs: 1318289051000n, + * mtimeMs: 1318289051000n, + * ctimeMs: 1318289051000n, + * birthtimeMs: 1318289051000n, + * atimeNs: 1318289051000000000n, + * mtimeNs: 1318289051000000000n, + * ctimeNs: 1318289051000000000n, + * birthtimeNs: 1318289051000000000n, + * atime: Mon, 10 Oct 2011 23:24:11 GMT, + * mtime: Mon, 10 Oct 2011 23:24:11 GMT, + * ctime: Mon, 10 Oct 2011 23:24:11 GMT, + * birthtime: Mon, 10 Oct 2011 23:24:11 GMT } + * ``` + * @since v0.1.21 + */ + export class Stats { + private constructor(); + } + export interface StatsFsBase { + /** Type of file system. */ + type: T; + /** Optimal transfer block size. */ + bsize: T; + /** Total data blocks in file system. */ + blocks: T; + /** Free blocks in file system. */ + bfree: T; + /** Available blocks for unprivileged users */ + bavail: T; + /** Total file nodes in file system. */ + files: T; + /** Free file nodes in file system. */ + ffree: T; + } + export interface StatsFs extends StatsFsBase {} + /** + * Provides information about a mounted file system. + * + * Objects returned from {@link statfs} and its synchronous counterpart are of + * this type. If `bigint` in the `options` passed to those methods is `true`, the + * numeric values will be `bigint` instead of `number`. + * + * ```console + * StatFs { + * type: 1397114950, + * bsize: 4096, + * blocks: 121938943, + * bfree: 61058895, + * bavail: 61058895, + * files: 999, + * ffree: 1000000 + * } + * ``` + * + * `bigint` version: + * + * ```console + * StatFs { + * type: 1397114950n, + * bsize: 4096n, + * blocks: 121938943n, + * bfree: 61058895n, + * bavail: 61058895n, + * files: 999n, + * ffree: 1000000n + * } + * ``` + * @since v19.6.0, v18.15.0 + */ + export class StatsFs {} + export interface BigIntStatsFs extends StatsFsBase {} + export interface StatFsOptions { + bigint?: boolean | undefined; + } + /** + * A representation of a directory entry, which can be a file or a subdirectory + * within the directory, as returned by reading from an `fs.Dir`. The + * directory entry is a combination of the file name and file type pairs. + * + * Additionally, when {@link readdir} or {@link readdirSync} is called with + * the `withFileTypes` option set to `true`, the resulting array is filled with `fs.Dirent` objects, rather than strings or `Buffer` s. + * @since v10.10.0 + */ + export class Dirent { + /** + * Returns `true` if the `fs.Dirent` object describes a regular file. + * @since v10.10.0 + */ + isFile(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a file system + * directory. + * @since v10.10.0 + */ + isDirectory(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a block device. + * @since v10.10.0 + */ + isBlockDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a character device. + * @since v10.10.0 + */ + isCharacterDevice(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a symbolic link. + * @since v10.10.0 + */ + isSymbolicLink(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a first-in-first-out + * (FIFO) pipe. + * @since v10.10.0 + */ + isFIFO(): boolean; + /** + * Returns `true` if the `fs.Dirent` object describes a socket. + * @since v10.10.0 + */ + isSocket(): boolean; + /** + * The file name that this `fs.Dirent` object refers to. The type of this + * value is determined by the `options.encoding` passed to {@link readdir} or {@link readdirSync}. + * @since v10.10.0 + */ + name: string; + /** + * The base path that this `fs.Dirent` object refers to. + * @since v20.12.0 + */ + parentPath: string; + /** + * Alias for `dirent.parentPath`. + * @since v20.1.0 + * @deprecated Since v20.12.0 + */ + path: string; + } + /** + * A class representing a directory stream. + * + * Created by {@link opendir}, {@link opendirSync}, or `fsPromises.opendir()`. + * + * ```js + * import { opendir } from 'node:fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + */ + export class Dir implements AsyncIterable { + /** + * The read-only path of this directory as was provided to {@link opendir},{@link opendirSync}, or `fsPromises.opendir()`. + * @since v12.12.0 + */ + readonly path: string; + /** + * Asynchronously iterates over the directory via `readdir(3)` until all entries have been read. + */ + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + /** + * Asynchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * + * A promise is returned that will be fulfilled after the resource has been + * closed. + * @since v12.12.0 + */ + close(): Promise; + close(cb: NoParamCallback): void; + /** + * Synchronously close the directory's underlying resource handle. + * Subsequent reads will result in errors. + * @since v12.12.0 + */ + closeSync(): void; + /** + * Asynchronously read the next directory entry via [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) as an `fs.Dirent`. + * + * A promise is returned that will be fulfilled with an `fs.Dirent`, or `null` if there are no more directory entries to read. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + * @return containing {fs.Dirent|null} + */ + read(): Promise; + read(cb: (err: NodeJS.ErrnoException | null, dirEnt: Dirent | null) => void): void; + /** + * Synchronously read the next directory entry as an `fs.Dirent`. See the + * POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more detail. + * + * If there are no more directory entries to read, `null` will be returned. + * + * Directory entries returned by this function are in no particular order as + * provided by the operating system's underlying directory mechanisms. + * Entries added or removed while iterating over the directory might not be + * included in the iteration results. + * @since v12.12.0 + */ + readSync(): Dirent | null; + } + /** + * Class: fs.StatWatcher + * @since v14.3.0, v12.20.0 + * Extends `EventEmitter` + * A successful call to {@link watchFile} method will return a new fs.StatWatcher object. + */ + export interface StatWatcher extends EventEmitter { + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.StatWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.StatWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.StatWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.StatWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + } + export interface FSWatcher extends EventEmitter { + /** + * Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the `fs.FSWatcher` object is no longer usable. + * @since v0.5.8 + */ + close(): void; + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `fs.FSWatcher` is active. Calling `watcher.ref()` multiple times will have + * no effect. + * + * By default, all `fs.FSWatcher` objects are "ref'ed", making it normally + * unnecessary to call `watcher.ref()` unless `watcher.unref()` had been + * called previously. + * @since v14.3.0, v12.20.0 + */ + ref(): this; + /** + * When called, the active `fs.FSWatcher` object will not require the Node.js + * event loop to remain active. If there is no other activity keeping the + * event loop running, the process may exit before the `fs.FSWatcher` object's + * callback is invoked. Calling `watcher.unref()` multiple times will have + * no effect. + * @since v14.3.0, v12.20.0 + */ + unref(): this; + /** + * events.EventEmitter + * 1. change + * 2. close + * 3. error + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + on(event: "close", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + once(event: "close", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "change", listener: (eventType: string, filename: string | Buffer) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + } + /** + * Instances of `fs.ReadStream` are created and returned using the {@link createReadStream} function. + * @since v0.1.93 + */ + export class ReadStream extends stream.Readable { + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes that have been read so far. + * @since v6.4.0 + */ + bytesRead: number; + /** + * The path to the file the stream is reading from as specified in the first + * argument to `fs.createReadStream()`. If `path` is passed as a string, then`readStream.path` will be a string. If `path` is passed as a `Buffer`, then`readStream.path` will be a + * `Buffer`. If `fd` is specified, then`readStream.path` will be `undefined`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0, v10.16.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: K, listener: ReadStreamEvents[K]): this; + on(event: K, listener: ReadStreamEvents[K]): this; + once(event: K, listener: ReadStreamEvents[K]): this; + prependListener(event: K, listener: ReadStreamEvents[K]): this; + prependOnceListener(event: K, listener: ReadStreamEvents[K]): this; + } + + /** + * The Keys are events of the ReadStream and the values are the functions that are called when the event is emitted. + */ + type ReadStreamEvents = { + close: () => void; + data: (chunk: Buffer | string) => void; + end: () => void; + error: (err: Error) => void; + open: (fd: number) => void; + pause: () => void; + readable: () => void; + ready: () => void; + resume: () => void; + } & CustomEvents; + + /** + * string & {} allows to allow any kind of strings for the event + * but still allows to have auto completion for the normal events. + */ + type CustomEvents = { [Key in string & {} | symbol]: (...args: any[]) => void }; + + /** + * The Keys are events of the WriteStream and the values are the functions that are called when the event is emitted. + */ + type WriteStreamEvents = { + close: () => void; + drain: () => void; + error: (err: Error) => void; + finish: () => void; + open: (fd: number) => void; + pipe: (src: stream.Readable) => void; + ready: () => void; + unpipe: (src: stream.Readable) => void; + } & CustomEvents; + /** + * * Extends `stream.Writable` + * + * Instances of `fs.WriteStream` are created and returned using the {@link createWriteStream} function. + * @since v0.1.93 + */ + export class WriteStream extends stream.Writable { + /** + * Closes `writeStream`. Optionally accepts a + * callback that will be executed once the `writeStream`is closed. + * @since v0.9.4 + */ + close(callback?: (err?: NodeJS.ErrnoException | null) => void): void; + /** + * The number of bytes written so far. Does not include data that is still queued + * for writing. + * @since v0.4.7 + */ + bytesWritten: number; + /** + * The path to the file the stream is writing to as specified in the first + * argument to {@link createWriteStream}. If `path` is passed as a string, then`writeStream.path` will be a string. If `path` is passed as a `Buffer`, then`writeStream.path` will be a + * `Buffer`. + * @since v0.1.93 + */ + path: string | Buffer; + /** + * This property is `true` if the underlying file has not been opened yet, + * i.e. before the `'ready'` event is emitted. + * @since v11.2.0 + */ + pending: boolean; + /** + * events.EventEmitter + * 1. open + * 2. close + * 3. ready + */ + addListener(event: K, listener: WriteStreamEvents[K]): this; + on(event: K, listener: WriteStreamEvents[K]): this; + once(event: K, listener: WriteStreamEvents[K]): this; + prependListener(event: K, listener: WriteStreamEvents[K]): this; + prependOnceListener(event: K, listener: WriteStreamEvents[K]): this; + } + /** + * Asynchronously rename file at `oldPath` to the pathname provided + * as `newPath`. In the case that `newPath` already exists, it will + * be overwritten. If there is a directory at `newPath`, an error will + * be raised instead. No arguments other than a possible exception are + * given to the completion callback. + * + * See also: [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html). + * + * ```js + * import { rename } from 'node:fs'; + * + * rename('oldFile.txt', 'newFile.txt', (err) => { + * if (err) throw err; + * console.log('Rename complete!'); + * }); + * ``` + * @since v0.0.2 + */ + export function rename(oldPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace rename { + /** + * Asynchronous rename(2) - Change the name or location of a file or directory. + * @param oldPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(oldPath: PathLike, newPath: PathLike): Promise; + } + /** + * Renames the file from `oldPath` to `newPath`. Returns `undefined`. + * + * See the POSIX [`rename(2)`](http://man7.org/linux/man-pages/man2/rename.2.html) documentation for more details. + * @since v0.1.21 + */ + export function renameSync(oldPath: PathLike, newPath: PathLike): void; + /** + * Truncates the file. No arguments other than a possible exception are + * given to the completion callback. A file descriptor can also be passed as the + * first argument. In this case, `fs.ftruncate()` is called. + * + * ```js + * import { truncate } from 'node:fs'; + * // Assuming that 'path/file.txt' is a regular file. + * truncate('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was truncated'); + * }); + * ``` + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * + * See the POSIX [`truncate(2)`](http://man7.org/linux/man-pages/man2/truncate.2.html) documentation for more details. + * @since v0.8.6 + * @param [len=0] + */ + export function truncate(path: PathLike, len: number | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function truncate(path: PathLike, callback: NoParamCallback): void; + export namespace truncate { + /** + * Asynchronous truncate(2) - Truncate a file to a specified length. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(path: PathLike, len?: number | null): Promise; + } + /** + * Truncates the file. Returns `undefined`. A file descriptor can also be + * passed as the first argument. In this case, `fs.ftruncateSync()` is called. + * + * Passing a file descriptor is deprecated and may result in an error being thrown + * in the future. + * @since v0.8.6 + * @param [len=0] + */ + export function truncateSync(path: PathLike, len?: number | null): void; + /** + * Truncates the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`ftruncate(2)`](http://man7.org/linux/man-pages/man2/ftruncate.2.html) documentation for more detail. + * + * If the file referred to by the file descriptor was larger than `len` bytes, only + * the first `len` bytes will be retained in the file. + * + * For example, the following program retains only the first four bytes of the + * file: + * + * ```js + * import { open, close, ftruncate } from 'node:fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('temp.txt', 'r+', (err, fd) => { + * if (err) throw err; + * + * try { + * ftruncate(fd, 4, (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * if (err) throw err; + * } + * }); + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncate(fd: number, len: number | undefined | null, callback: NoParamCallback): void; + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + */ + export function ftruncate(fd: number, callback: NoParamCallback): void; + export namespace ftruncate { + /** + * Asynchronous ftruncate(2) - Truncate a file to a specified length. + * @param fd A file descriptor. + * @param len If not specified, defaults to `0`. + */ + function __promisify__(fd: number, len?: number | null): Promise; + } + /** + * Truncates the file descriptor. Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link ftruncate}. + * @since v0.8.6 + * @param [len=0] + */ + export function ftruncateSync(fd: number, len?: number | null): void; + /** + * Asynchronously changes owner and group of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace chown { + /** + * Asynchronous chown(2) - Change ownership of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Synchronously changes owner and group of a file. Returns `undefined`. + * This is the synchronous version of {@link chown}. + * + * See the POSIX [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html) documentation for more detail. + * @since v0.1.97 + */ + export function chownSync(path: PathLike, uid: number, gid: number): void; + /** + * Sets the owner of the file. No arguments other than a possible exception are + * given to the completion callback. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchown(fd: number, uid: number, gid: number, callback: NoParamCallback): void; + export namespace fchown { + /** + * Asynchronous fchown(2) - Change ownership of a file. + * @param fd A file descriptor. + */ + function __promisify__(fd: number, uid: number, gid: number): Promise; + } + /** + * Sets the owner of the file. Returns `undefined`. + * + * See the POSIX [`fchown(2)`](http://man7.org/linux/man-pages/man2/fchown.2.html) documentation for more detail. + * @since v0.4.7 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function fchownSync(fd: number, uid: number, gid: number): void; + /** + * Set the owner of the symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more detail. + */ + export function lchown(path: PathLike, uid: number, gid: number, callback: NoParamCallback): void; + export namespace lchown { + /** + * Asynchronous lchown(2) - Change ownership of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, uid: number, gid: number): Promise; + } + /** + * Set the owner for the path. Returns `undefined`. + * + * See the POSIX [`lchown(2)`](http://man7.org/linux/man-pages/man2/lchown.2.html) documentation for more details. + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + */ + export function lchownSync(path: PathLike, uid: number, gid: number): void; + /** + * Changes the access and modification times of a file in the same way as {@link utimes}, with the difference that if the path refers to a symbolic + * link, then the link is not dereferenced: instead, the timestamps of the + * symbolic link itself are changed. + * + * No arguments other than a possible exception are given to the completion + * callback. + * @since v14.5.0, v12.19.0 + */ + export function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace lutimes { + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, + * with the difference that if the path refers to a symbolic link, then the link is not + * dereferenced: instead, the timestamps of the symbolic link itself are changed. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Change the file system timestamps of the symbolic link referenced by `path`. + * Returns `undefined`, or throws an exception when parameters are incorrect or + * the operation fails. This is the synchronous version of {@link lutimes}. + * @since v14.5.0, v12.19.0 + */ + export function lutimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Asynchronously changes the permissions of a file. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * + * ```js + * import { chmod } from 'node:fs'; + * + * chmod('my_file.txt', 0o775, (err) => { + * if (err) throw err; + * console.log('The permissions for file "my_file.txt" have been changed!'); + * }); + * ``` + * @since v0.1.30 + */ + export function chmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + export namespace chmod { + /** + * Asynchronous chmod(2) - Change permissions of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link chmod}. + * + * See the POSIX [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html) documentation for more detail. + * @since v0.6.7 + */ + export function chmodSync(path: PathLike, mode: Mode): void; + /** + * Sets the permissions on the file. No arguments other than a possible exception + * are given to the completion callback. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmod(fd: number, mode: Mode, callback: NoParamCallback): void; + export namespace fchmod { + /** + * Asynchronous fchmod(2) - Change permissions of a file. + * @param fd A file descriptor. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(fd: number, mode: Mode): Promise; + } + /** + * Sets the permissions on the file. Returns `undefined`. + * + * See the POSIX [`fchmod(2)`](http://man7.org/linux/man-pages/man2/fchmod.2.html) documentation for more detail. + * @since v0.4.7 + */ + export function fchmodSync(fd: number, mode: Mode): void; + /** + * Changes the permissions on a symbolic link. No arguments other than a possible + * exception are given to the completion callback. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmod(path: PathLike, mode: Mode, callback: NoParamCallback): void; + /** @deprecated */ + export namespace lchmod { + /** + * Asynchronous lchmod(2) - Change permissions of a file. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. + */ + function __promisify__(path: PathLike, mode: Mode): Promise; + } + /** + * Changes the permissions on a symbolic link. Returns `undefined`. + * + * This method is only implemented on macOS. + * + * See the POSIX [`lchmod(2)`](https://www.freebsd.org/cgi/man.cgi?query=lchmod&sektion=2) documentation for more detail. + * @deprecated Since v0.4.7 + */ + export function lchmodSync(path: PathLike, mode: Mode): void; + /** + * Asynchronous [`stat(2)`](http://man7.org/linux/man-pages/man2/stat.2.html). The callback gets two arguments `(err, stats)` where`stats` is an `fs.Stats` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * + * {@link stat} follows symbolic links. Use {@link lstat} to look at the + * links themselves. + * + * Using `fs.stat()` to check for the existence of a file before calling`fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. + * Instead, user code should open/read/write the file directly and handle the + * error raised if the file is not available. + * + * To check if a file exists without manipulating it afterwards, {@link access} is recommended. + * + * For example, given the following directory structure: + * + * ```text + * - txtDir + * -- file.txt + * - app.js + * ``` + * + * The next program will check for the stats of the given paths: + * + * ```js + * import { stat } from 'node:fs'; + * + * const pathsToCheck = ['./txtDir', './txtDir/file.txt']; + * + * for (let i = 0; i < pathsToCheck.length; i++) { + * stat(pathsToCheck[i], (err, stats) => { + * console.log(stats.isDirectory()); + * console.log(stats); + * }); + * } + * ``` + * + * The resulting output will resemble: + * + * ```console + * true + * Stats { + * dev: 16777220, + * mode: 16877, + * nlink: 3, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214262, + * size: 96, + * blocks: 0, + * atimeMs: 1561174653071.963, + * mtimeMs: 1561174614583.3518, + * ctimeMs: 1561174626623.5366, + * birthtimeMs: 1561174126937.2893, + * atime: 2019-06-22T03:37:33.072Z, + * mtime: 2019-06-22T03:36:54.583Z, + * ctime: 2019-06-22T03:37:06.624Z, + * birthtime: 2019-06-22T03:28:46.937Z + * } + * false + * Stats { + * dev: 16777220, + * mode: 33188, + * nlink: 1, + * uid: 501, + * gid: 20, + * rdev: 0, + * blksize: 4096, + * ino: 14214074, + * size: 8, + * blocks: 8, + * atimeMs: 1561174616618.8555, + * mtimeMs: 1561174614584, + * ctimeMs: 1561174614583.8145, + * birthtimeMs: 1561174007710.7478, + * atime: 2019-06-22T03:36:56.619Z, + * mtime: 2019-06-22T03:36:54.584Z, + * ctime: 2019-06-22T03:36:54.584Z, + * birthtime: 2019-06-22T03:26:47.711Z + * } + * ``` + * @since v0.0.2 + */ + export function stat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function stat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function stat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function stat( + path: PathLike, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace stat { + /** + * Asynchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + export interface StatSyncFn extends Function { + (path: PathLike, options?: undefined): Stats; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + throwIfNoEntry: false; + }, + ): Stats | undefined; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + throwIfNoEntry: false; + }, + ): BigIntStats | undefined; + ( + path: PathLike, + options?: StatSyncOptions & { + bigint?: false | undefined; + }, + ): Stats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: true; + }, + ): BigIntStats; + ( + path: PathLike, + options: StatSyncOptions & { + bigint: boolean; + throwIfNoEntry?: false | undefined; + }, + ): Stats | BigIntStats; + (path: PathLike, options?: StatSyncOptions): Stats | BigIntStats | undefined; + } + /** + * Synchronous stat(2) - Get file status. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const statSync: StatSyncFn; + /** + * Invokes the callback with the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstat(fd: number, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function fstat( + fd: number, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function fstat( + fd: number, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function fstat( + fd: number, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace fstat { + /** + * Asynchronous fstat(2) - Get file status. + * @param fd A file descriptor. + */ + function __promisify__( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + fd: number, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(fd: number, options?: StatOptions): Promise; + } + /** + * Retrieves the `fs.Stats` for the file descriptor. + * + * See the POSIX [`fstat(2)`](http://man7.org/linux/man-pages/man2/fstat.2.html) documentation for more detail. + * @since v0.1.95 + */ + export function fstatSync( + fd: number, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Stats; + export function fstatSync( + fd: number, + options: StatOptions & { + bigint: true; + }, + ): BigIntStats; + export function fstatSync(fd: number, options?: StatOptions): Stats | BigIntStats; + /** + * Retrieves the `fs.Stats` for the symbolic link referred to by the path. + * The callback gets two arguments `(err, stats)` where `stats` is a `fs.Stats` object. `lstat()` is identical to `stat()`, except that if `path` is a symbolic + * link, then the link itself is stat-ed, not the file that it refers to. + * + * See the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) documentation for more details. + * @since v0.1.30 + */ + export function lstat(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void): void; + export function lstat( + path: PathLike, + options: + | (StatOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats) => void, + ): void; + export function lstat( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStats) => void, + ): void; + export function lstat( + path: PathLike, + options: StatOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: Stats | BigIntStats) => void, + ): void; + export namespace lstat { + /** + * Asynchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__( + path: PathLike, + options?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatOptions): Promise; + } + /** + * Asynchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which + * contains `path`. The callback gets two arguments `(err, stats)` where `stats`is an `fs.StatFs` object. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * @since v19.6.0, v18.15.0 + * @param path A path to an existing file or directory on the file system to be queried. + */ + export function statfs(path: PathLike, callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void): void; + export function statfs( + path: PathLike, + options: + | (StatFsOptions & { + bigint?: false | undefined; + }) + | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: StatsFs) => void, + ): void; + export function statfs( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + callback: (err: NodeJS.ErrnoException | null, stats: BigIntStatsFs) => void, + ): void; + export function statfs( + path: PathLike, + options: StatFsOptions | undefined, + callback: (err: NodeJS.ErrnoException | null, stats: StatsFs | BigIntStatsFs) => void, + ): void; + export namespace statfs { + /** + * Asynchronous statfs(2) - Returns information about the mounted file system which contains path. The callback gets two arguments (err, stats) where stats is an object. + * @param path A path to an existing file or directory on the file system to be queried. + */ + function __promisify__( + path: PathLike, + options?: StatFsOptions & { + bigint?: false | undefined; + }, + ): Promise; + function __promisify__( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + ): Promise; + function __promisify__(path: PathLike, options?: StatFsOptions): Promise; + } + /** + * Synchronous [`statfs(2)`](http://man7.org/linux/man-pages/man2/statfs.2.html). Returns information about the mounted file system which + * contains `path`. + * + * In case of an error, the `err.code` will be one of `Common System Errors`. + * @since v19.6.0, v18.15.0 + * @param path A path to an existing file or directory on the file system to be queried. + */ + export function statfsSync( + path: PathLike, + options?: StatFsOptions & { + bigint?: false | undefined; + }, + ): StatsFs; + export function statfsSync( + path: PathLike, + options: StatFsOptions & { + bigint: true; + }, + ): BigIntStatsFs; + export function statfsSync(path: PathLike, options?: StatFsOptions): StatsFs | BigIntStatsFs; + /** + * Synchronous lstat(2) - Get file status. Does not dereference symbolic links. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export const lstatSync: StatSyncFn; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. No arguments other than + * a possible + * exception are given to the completion callback. + * @since v0.1.31 + */ + export function link(existingPath: PathLike, newPath: PathLike, callback: NoParamCallback): void; + export namespace link { + /** + * Asynchronous link(2) - Create a new link (also known as a hard link) to an existing file. + * @param existingPath A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param newPath A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(existingPath: PathLike, newPath: PathLike): Promise; + } + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.31 + */ + export function linkSync(existingPath: PathLike, newPath: PathLike): void; + /** + * Creates the link called `path` pointing to `target`. No arguments other than a + * possible exception are given to the completion callback. + * + * See the POSIX [`symlink(2)`](http://man7.org/linux/man-pages/man2/symlink.2.html) documentation for more details. + * + * The `type` argument is only available on Windows and ignored on other platforms. + * It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is + * not a string, Node.js will autodetect `target` type and use `'file'` or `'dir'`. + * If the `target` does not exist, `'file'` will be used. Windows junction points + * require the destination path to be absolute. When using `'junction'`, the`target` argument will automatically be normalized to absolute path. Junction + * points on NTFS volumes can only point to directories. + * + * Relative targets are relative to the link's parent directory. + * + * ```js + * import { symlink } from 'node:fs'; + * + * symlink('./mew', './mewtwo', callback); + * ``` + * + * The above example creates a symbolic link `mewtwo` which points to `mew` in the + * same directory: + * + * ```bash + * $ tree . + * . + * ├── mew + * └── mewtwo -> ./mew + * ``` + * @since v0.1.31 + * @param [type='null'] + */ + export function symlink( + target: PathLike, + path: PathLike, + type: symlink.Type | undefined | null, + callback: NoParamCallback, + ): void; + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + */ + export function symlink(target: PathLike, path: PathLike, callback: NoParamCallback): void; + export namespace symlink { + /** + * Asynchronous symlink(2) - Create a new symbolic link to an existing file. + * @param target A path to an existing file. If a URL is provided, it must use the `file:` protocol. + * @param path A path to the new symlink. If a URL is provided, it must use the `file:` protocol. + * @param type May be set to `'dir'`, `'file'`, or `'junction'` (default is `'file'`) and is only available on Windows (ignored on other platforms). + * When using `'junction'`, the `target` argument will automatically be normalized to an absolute path. + */ + function __promisify__(target: PathLike, path: PathLike, type?: string | null): Promise; + type Type = "dir" | "file" | "junction"; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link symlink}. + * @since v0.1.31 + * @param [type='null'] + */ + export function symlinkSync(target: PathLike, path: PathLike, type?: symlink.Type | null): void; + /** + * Reads the contents of the symbolic link referred to by `path`. The callback gets + * two arguments `(err, linkString)`. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path passed to the callback. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlink( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: string) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: Buffer) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlink( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, linkString: string | Buffer) => void, + ): void; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readlink( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, linkString: string) => void, + ): void; + export namespace readlink { + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + } + /** + * Returns the symbolic link's string value. + * + * See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, + * the link path returned will be passed as a `Buffer` object. + * @since v0.1.31 + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readlinkSync(path: PathLike, options?: EncodingOption): string | Buffer; + /** + * Asynchronously computes the canonical pathname by resolving `.`, `..`, and + * symbolic links. + * + * A canonical pathname is not necessarily unique. Hard links and bind mounts can + * expose a file system entity through many pathnames. + * + * This function behaves like [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html), with some exceptions: + * + * 1. No case conversion is performed on case-insensitive file systems. + * 2. The maximum number of symbolic links is platform-independent and generally + * (much) higher than what the native [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html) implementation supports. + * + * The `callback` gets two arguments `(err, resolvedPath)`. May use `process.cwd` to resolve relative paths. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * If `path` resolves to a socket or a pipe, the function will return a system + * dependent name for that object. + * @since v0.1.31 + */ + export function realpath( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpath( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void, + ): void; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function realpath( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + export namespace realpath { + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(path: PathLike, options?: EncodingOption): Promise; + /** + * Asynchronous [`realpath(3)`](http://man7.org/linux/man-pages/man3/realpath.3.html). + * + * The `callback` gets two arguments `(err, resolvedPath)`. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path passed to the callback. If the `encoding` is set to `'buffer'`, + * the path returned will be passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v9.2.0 + */ + function native( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + function native( + path: PathLike, + options: BufferEncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: Buffer) => void, + ): void; + function native( + path: PathLike, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string | Buffer) => void, + ): void; + function native( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, resolvedPath: string) => void, + ): void; + } + /** + * Returns the resolved pathname. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link realpath}. + * @since v0.1.31 + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options: BufferEncodingOption): Buffer; + /** + * Synchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function realpathSync(path: PathLike, options?: EncodingOption): string | Buffer; + export namespace realpathSync { + function native(path: PathLike, options?: EncodingOption): string; + function native(path: PathLike, options: BufferEncodingOption): Buffer; + function native(path: PathLike, options?: EncodingOption): string | Buffer; + } + /** + * Asynchronously removes a file or symbolic link. No arguments other than a + * possible exception are given to the completion callback. + * + * ```js + * import { unlink } from 'node:fs'; + * // Assuming that 'path/file.txt' is a regular file. + * unlink('path/file.txt', (err) => { + * if (err) throw err; + * console.log('path/file.txt was deleted'); + * }); + * ``` + * + * `fs.unlink()` will not work on a directory, empty or otherwise. To remove a + * directory, use {@link rmdir}. + * + * See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more details. + * @since v0.0.2 + */ + export function unlink(path: PathLike, callback: NoParamCallback): void; + export namespace unlink { + /** + * Asynchronous unlink(2) - delete a name and possibly the file it refers to. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Synchronous [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html). Returns `undefined`. + * @since v0.1.21 + */ + export function unlinkSync(path: PathLike): void; + export interface RmDirOptions { + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * @deprecated since v14.14.0 In future versions of Node.js and will trigger a warning + * `fs.rmdir(path, { recursive: true })` will throw if `path` does not exist or is a file. + * Use `fs.rm(path, { recursive: true, force: true })` instead. + * + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). No arguments other than a possible exception are given + * to the completion callback. + * + * Using `fs.rmdir()` on a file (not a directory) results in an `ENOENT` error on + * Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rm} with options `{ recursive: true, force: true }`. + * @since v0.0.2 + */ + export function rmdir(path: PathLike, callback: NoParamCallback): void; + export function rmdir(path: PathLike, options: RmDirOptions, callback: NoParamCallback): void; + export namespace rmdir { + /** + * Asynchronous rmdir(2) - delete a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + function __promisify__(path: PathLike, options?: RmDirOptions): Promise; + } + /** + * Synchronous [`rmdir(2)`](http://man7.org/linux/man-pages/man2/rmdir.2.html). Returns `undefined`. + * + * Using `fs.rmdirSync()` on a file (not a directory) results in an `ENOENT` error + * on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use {@link rmSync} with options `{ recursive: true, force: true }`. + * @since v0.1.21 + */ + export function rmdirSync(path: PathLike, options?: RmDirOptions): void; + export interface RmOptions { + /** + * When `true`, exceptions will be ignored if `path` does not exist. + * @default false + */ + force?: boolean | undefined; + /** + * If an `EBUSY`, `EMFILE`, `ENFILE`, `ENOTEMPTY`, or + * `EPERM` error is encountered, Node.js will retry the operation with a linear + * backoff wait of `retryDelay` ms longer on each try. This option represents the + * number of retries. This option is ignored if the `recursive` option is not + * `true`. + * @default 0 + */ + maxRetries?: number | undefined; + /** + * If `true`, perform a recursive directory removal. In + * recursive mode, operations are retried on failure. + * @default false + */ + recursive?: boolean | undefined; + /** + * The amount of time in milliseconds to wait between retries. + * This option is ignored if the `recursive` option is not `true`. + * @default 100 + */ + retryDelay?: number | undefined; + } + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). No arguments other than a possible exception are given to the + * completion callback. + * @since v14.14.0 + */ + export function rm(path: PathLike, callback: NoParamCallback): void; + export function rm(path: PathLike, options: RmOptions, callback: NoParamCallback): void; + export namespace rm { + /** + * Asynchronously removes files and directories (modeled on the standard POSIX `rm` utility). + */ + function __promisify__(path: PathLike, options?: RmOptions): Promise; + } + /** + * Synchronously removes files and directories (modeled on the standard POSIX `rm` utility). Returns `undefined`. + * @since v14.14.0 + */ + export function rmSync(path: PathLike, options?: RmOptions): void; + export interface MakeDirectoryOptions { + /** + * Indicates whether parent folders should be created. + * If a folder was created, the path to the first created folder will be returned. + * @default false + */ + recursive?: boolean | undefined; + /** + * A file mode. If a string is passed, it is parsed as an octal integer. If not specified + * @default 0o777 + */ + mode?: Mode | undefined; + } + /** + * Asynchronously creates a directory. + * + * The callback is given a possible exception and, if `recursive` is `true`, the + * first directory path created, `(err[, path])`.`path` can still be `undefined` when `recursive` is `true`, if no directory was + * created (for instance, if it was previously created). + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fs.mkdir()` when `path` is a directory that + * exists results in an error only + * when `recursive` is false. If `recursive` is false and the directory exists, + * an `EEXIST` error occurs. + * + * ```js + * import { mkdir } from 'node:fs'; + * + * // Create ./tmp/a/apple, regardless of whether ./tmp and ./tmp/a exist. + * mkdir('./tmp/a/apple', { recursive: true }, (err) => { + * if (err) throw err; + * }); + * ``` + * + * On Windows, using `fs.mkdir()` on the root directory even with recursion will + * result in an error: + * + * ```js + * import { mkdir } from 'node:fs'; + * + * mkdir('/', { recursive: true }, (err) => { + * // => [Error: EPERM: operation not permitted, mkdir 'C:\'] + * }); + * ``` + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.8 + */ + export function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void, + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null + | undefined, + callback: NoParamCallback, + ): void; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdir( + path: PathLike, + options: Mode | MakeDirectoryOptions | null | undefined, + callback: (err: NodeJS.ErrnoException | null, path?: string) => void, + ): void; + /** + * Asynchronous mkdir(2) - create a directory with a mode of `0o777`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function mkdir(path: PathLike, callback: NoParamCallback): void; + export namespace mkdir { + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function __promisify__( + path: PathLike, + options?: Mode | MakeDirectoryOptions | null, + ): Promise; + } + /** + * Synchronously creates a directory. Returns `undefined`, or if `recursive` is `true`, the first directory path created. + * This is the synchronous version of {@link mkdir}. + * + * See the POSIX [`mkdir(2)`](http://man7.org/linux/man-pages/man2/mkdir.2.html) documentation for more details. + * @since v0.1.21 + */ + export function mkdirSync( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): string | undefined; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): void; + /** + * Synchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + export function mkdirSync(path: PathLike, options?: Mode | MakeDirectoryOptions | null): string | undefined; + /** + * Creates a unique temporary directory. + * + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. Due to platform + * inconsistencies, avoid trailing `X` characters in `prefix`. Some platforms, + * notably the BSDs, can return more than six random characters, and replace + * trailing `X` characters in `prefix` with random characters. + * + * The created directory path is passed as a string to the callback's second + * parameter. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'node:fs'; + * import { join } from 'node:path'; + * import { tmpdir } from 'node:os'; + * + * mkdtemp(join(tmpdir(), 'foo-'), (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Prints: /tmp/foo-itXde2 or C:\Users\...\AppData\Local\Temp\foo-itXde2 + * }); + * ``` + * + * The `fs.mkdtemp()` method will append the six randomly selected characters + * directly to the `prefix` string. For instance, given a directory `/tmp`, if the + * intention is to create a temporary directory _within_`/tmp`, the `prefix`must end with a trailing platform-specific path separator + * (`import { sep } from 'node:path'`). + * + * ```js + * import { tmpdir } from 'node:os'; + * import { mkdtemp } from 'node:fs'; + * + * // The parent directory for the new temporary directory + * const tmpDir = tmpdir(); + * + * // This method is *INCORRECT*: + * mkdtemp(tmpDir, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmpabc123`. + * // A new temporary directory is created at the file system root + * // rather than *within* the /tmp directory. + * }); + * + * // This method is *CORRECT*: + * import { sep } from 'node:path'; + * mkdtemp(`${tmpDir}${sep}`, (err, directory) => { + * if (err) throw err; + * console.log(directory); + * // Will print something similar to `/tmp/abc123`. + * // A new temporary directory is created within + * // the /tmp directory. + * }); + * ``` + * @since v5.10.0 + */ + export function mkdtemp( + prefix: string, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, folder: string) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: + | "buffer" + | { + encoding: "buffer"; + }, + callback: (err: NodeJS.ErrnoException | null, folder: Buffer) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtemp( + prefix: string, + options: EncodingOption, + callback: (err: NodeJS.ErrnoException | null, folder: string | Buffer) => void, + ): void; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + */ + export function mkdtemp( + prefix: string, + callback: (err: NodeJS.ErrnoException | null, folder: string) => void, + ): void; + export namespace mkdtemp { + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__(prefix: string, options?: EncodingOption): Promise; + } + /** + * Returns the created directory path. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link mkdtemp}. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * @since v5.10.0 + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options: BufferEncodingOption): Buffer; + /** + * Synchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required prefix to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function mkdtempSync(prefix: string, options?: EncodingOption): string | Buffer; + /** + * Reads the contents of a directory. The callback gets two arguments `(err, files)` where `files` is an array of the names of the files in the directory excluding `'.'` and `'..'`. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames passed to the callback. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the `files` array will contain `fs.Dirent` objects. + * @since v0.1.8 + */ + export function readdir( + path: PathLike, + options: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + callback: (err: NodeJS.ErrnoException | null, files: Buffer[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdir( + path: PathLike, + options: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, files: string[] | Buffer[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function readdir( + path: PathLike, + callback: (err: NodeJS.ErrnoException | null, files: string[]) => void, + ): void; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + callback: (err: NodeJS.ErrnoException | null, files: Dirent[]) => void, + ): void; + export namespace readdir { + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options: + | "buffer" + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function __promisify__( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent + */ + function __promisify__( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise; + } + /** + * Reads the contents of the directory. + * + * See the POSIX [`readdir(3)`](http://man7.org/linux/man-pages/man3/readdir.3.html) documentation for more details. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames returned. If the `encoding` is set to `'buffer'`, + * the filenames returned will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the result will contain `fs.Dirent` objects. + * @since v0.1.21 + */ + export function readdirSync( + path: PathLike, + options?: + | { + encoding: BufferEncoding | null; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | BufferEncoding + | null, + ): string[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + ): Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + export function readdirSync( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): string[] | Buffer[]; + /** + * Synchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + export function readdirSync( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Dirent[]; + /** + * Closes the file descriptor. No arguments other than a possible exception are + * given to the completion callback. + * + * Calling `fs.close()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.0.2 + */ + export function close(fd: number, callback?: NoParamCallback): void; + export namespace close { + /** + * Asynchronous close(2) - close a file descriptor. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Closes the file descriptor. Returns `undefined`. + * + * Calling `fs.closeSync()` on any file descriptor (`fd`) that is currently in use + * through any other `fs` operation may lead to undefined behavior. + * + * See the POSIX [`close(2)`](http://man7.org/linux/man-pages/man2/close.2.html) documentation for more detail. + * @since v0.1.21 + */ + export function closeSync(fd: number): void; + /** + * Asynchronous file open. See the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more details. + * + * `mode` sets the file mode (permission and sticky bits), but only if the file was + * created. On Windows, only the write permission can be manipulated; see {@link chmod}. + * + * The callback gets two arguments `(err, fd)`. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * + * Functions based on `fs.open()` exhibit this behavior as well:`fs.writeFile()`, `fs.readFile()`, etc. + * @since v0.0.2 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] + */ + export function open( + path: PathLike, + flags: OpenMode | undefined, + mode: Mode | undefined | null, + callback: (err: NodeJS.ErrnoException | null, fd: number) => void, + ): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param [flags='r'] See `support of file system `flags``. + */ + export function open( + path: PathLike, + flags: OpenMode | undefined, + callback: (err: NodeJS.ErrnoException | null, fd: number) => void, + ): void; + /** + * Asynchronous open(2) - open and possibly create a file. If the file is created, its mode will be `0o666`. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + */ + export function open(path: PathLike, callback: (err: NodeJS.ErrnoException | null, fd: number) => void): void; + export namespace open { + /** + * Asynchronous open(2) - open and possibly create a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param mode A file mode. If a string is passed, it is parsed as an octal integer. If not supplied, defaults to `0o666`. + */ + function __promisify__(path: PathLike, flags: OpenMode, mode?: Mode | null): Promise; + } + /** + * Returns an integer representing the file descriptor. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link open}. + * @since v0.1.21 + * @param [flags='r'] + * @param [mode=0o666] + */ + export function openSync(path: PathLike, flags: OpenMode, mode?: Mode | null): number; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time in seconds, `Date`s, or a numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown. + * @since v0.4.2 + */ + export function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace utimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied path. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Returns `undefined`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link utimes}. + * @since v0.4.2 + */ + export function utimesSync(path: PathLike, atime: TimeLike, mtime: TimeLike): void; + /** + * Change the file system timestamps of the object referenced by the supplied file + * descriptor. See {@link utimes}. + * @since v0.4.2 + */ + export function futimes(fd: number, atime: TimeLike, mtime: TimeLike, callback: NoParamCallback): void; + export namespace futimes { + /** + * Asynchronously change file timestamps of the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param atime The last access time. If a string is provided, it will be coerced to number. + * @param mtime The last modified time. If a string is provided, it will be coerced to number. + */ + function __promisify__(fd: number, atime: TimeLike, mtime: TimeLike): Promise; + } + /** + * Synchronous version of {@link futimes}. Returns `undefined`. + * @since v0.4.2 + */ + export function futimesSync(fd: number, atime: TimeLike, mtime: TimeLike): void; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. No arguments other + * than a possible exception are given to the completion callback. + * @since v0.1.96 + */ + export function fsync(fd: number, callback: NoParamCallback): void; + export namespace fsync { + /** + * Asynchronous fsync(2) - synchronize a file's in-core state with the underlying storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. Returns `undefined`. + * @since v0.1.96 + */ + export function fsyncSync(fd: number): void; + /** + * Write `buffer` to the file specified by `fd`. + * + * `offset` determines the part of the buffer to be written, and `length` is + * an integer specifying the number of bytes to write. + * + * `position` refers to the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. See [`pwrite(2)`](http://man7.org/linux/man-pages/man2/pwrite.2.html). + * + * The callback will be given three arguments `(err, bytesWritten, buffer)` where `bytesWritten` specifies how many _bytes_ were written from `buffer`. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesWritten` and `buffer` properties. + * + * It is unsafe to use `fs.write()` multiple times on the same file without waiting + * for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v0.0.2 + * @param [offset=0] + * @param [length=buffer.byteLength - offset] + * @param [position='null'] + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + length: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + */ + export function write( + fd: number, + buffer: TBuffer, + offset: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + */ + export function write( + fd: number, + buffer: TBuffer, + callback: (err: NodeJS.ErrnoException | null, written: number, buffer: TBuffer) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + encoding: BufferEncoding | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + export function write( + fd: number, + string: string, + position: number | undefined | null, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + */ + export function write( + fd: number, + string: string, + callback: (err: NodeJS.ErrnoException | null, written: number, str: string) => void, + ): void; + export namespace write { + /** + * Asynchronously writes `buffer` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param offset The part of the buffer to be written. If not supplied, defaults to `0`. + * @param length The number of bytes to write. If not supplied, defaults to `buffer.length - offset`. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + */ + function __promisify__( + fd: number, + buffer?: TBuffer, + offset?: number, + length?: number, + position?: number | null, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + /** + * Asynchronously writes `string` to the file referenced by the supplied file descriptor. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + function __promisify__( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link write}. + * @since v0.1.21 + * @param [offset=0] + * @param [length=buffer.byteLength - offset] + * @param [position='null'] + * @return The number of bytes written. + */ + export function writeSync( + fd: number, + buffer: NodeJS.ArrayBufferView, + offset?: number | null, + length?: number | null, + position?: number | null, + ): number; + /** + * Synchronously writes `string` to the file referenced by the supplied file descriptor, returning the number of bytes written. + * @param fd A file descriptor. + * @param string A string to write. + * @param position The offset from the beginning of the file where this data should be written. If not supplied, defaults to the current position. + * @param encoding The expected string encoding. + */ + export function writeSync( + fd: number, + string: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): number; + export type ReadPosition = number | bigint; + export interface ReadSyncOptions { + /** + * @default 0 + */ + offset?: number | undefined; + /** + * @default `length of buffer` + */ + length?: number | undefined; + /** + * @default null + */ + position?: ReadPosition | null | undefined; + } + export interface ReadAsyncOptions extends ReadSyncOptions { + buffer?: TBuffer; + } + /** + * Read data from the file specified by `fd`. + * + * The callback is given the three arguments, `(err, bytesRead, buffer)`. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffer` properties. + * @since v0.0.2 + * @param buffer The buffer that the data will be written to. + * @param offset The position in `buffer` to write the data to. + * @param length The number of bytes to read. + * @param position Specifies where to begin reading from in the file. If `position` is `null` or `-1 `, data will be read from the current file position, and the file position will be updated. If + * `position` is an integer, the file position will be unchanged. + */ + export function read( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: ReadPosition | null, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + /** + * Similar to the above `fs.read` function, this version takes an optional `options` object. + * If not otherwise specified in an `options` object, + * `buffer` defaults to `Buffer.alloc(16384)`, + * `offset` defaults to `0`, + * `length` defaults to `buffer.byteLength`, `- offset` as of Node 17.6.0 + * `position` defaults to `null` + * @since v12.17.0, 13.11.0 + */ + export function read( + fd: number, + options: ReadAsyncOptions, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: TBuffer) => void, + ): void; + export function read( + fd: number, + callback: (err: NodeJS.ErrnoException | null, bytesRead: number, buffer: NodeJS.ArrayBufferView) => void, + ): void; + export namespace read { + /** + * @param fd A file descriptor. + * @param buffer The buffer that the data will be written to. + * @param offset The offset in the buffer at which to start writing. + * @param length The number of bytes to read. + * @param position The offset from the beginning of the file from which data should be read. If `null`, data will be read from the current position. + */ + function __promisify__( + fd: number, + buffer: TBuffer, + offset: number, + length: number, + position: number | null, + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__( + fd: number, + options: ReadAsyncOptions, + ): Promise<{ + bytesRead: number; + buffer: TBuffer; + }>; + function __promisify__(fd: number): Promise<{ + bytesRead: number; + buffer: NodeJS.ArrayBufferView; + }>; + } + /** + * Returns the number of `bytesRead`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link read}. + * @since v0.1.21 + * @param [position='null'] + */ + export function readSync( + fd: number, + buffer: NodeJS.ArrayBufferView, + offset: number, + length: number, + position: ReadPosition | null, + ): number; + /** + * Similar to the above `fs.readSync` function, this version takes an optional `options` object. + * If no `options` object is specified, it will default with the above values. + */ + export function readSync(fd: number, buffer: NodeJS.ArrayBufferView, opts?: ReadSyncOptions): number; + /** + * Asynchronously reads the entire contents of a file. + * + * ```js + * import { readFile } from 'node:fs'; + * + * readFile('/etc/passwd', (err, data) => { + * if (err) throw err; + * console.log(data); + * }); + * ``` + * + * The callback is passed two arguments `(err, data)`, where `data` is the + * contents of the file. + * + * If no encoding is specified, then the raw buffer is returned. + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { readFile } from 'node:fs'; + * + * readFile('/etc/passwd', 'utf8', callback); + * ``` + * + * When the path is a directory, the behavior of `fs.readFile()` and {@link readFileSync} is platform-specific. On macOS, Linux, and Windows, an + * error will be returned. On FreeBSD, a representation of the directory's contents + * will be returned. + * + * ```js + * import { readFile } from 'node:fs'; + * + * // macOS, Linux, and Windows + * readFile('', (err, data) => { + * // => [Error: EISDIR: illegal operation on a directory, read ] + * }); + * + * // FreeBSD + * readFile('', (err, data) => { + * // => null, + * }); + * ``` + * + * It is possible to abort an ongoing request using an `AbortSignal`. If a + * request is aborted the callback is called with an `AbortError`: + * + * ```js + * import { readFile } from 'node:fs'; + * + * const controller = new AbortController(); + * const signal = controller.signal; + * readFile(fileInfo[0].name, { signal }, (err, buf) => { + * // ... + * }); + * // When you want to abort the request + * controller.abort(); + * ``` + * + * The `fs.readFile()` function buffers the entire file. To minimize memory costs, + * when possible prefer streaming via `fs.createReadStream()`. + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * @since v0.1.29 + * @param path filename or file descriptor + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding?: null | undefined; + flag?: string | undefined; + } & Abortable) + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | ({ + encoding: BufferEncoding; + flag?: string | undefined; + } & Abortable) + | BufferEncoding, + callback: (err: NodeJS.ErrnoException | null, data: string) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFile( + path: PathOrFileDescriptor, + options: + | (ObjectEncodingOptions & { + flag?: string | undefined; + } & Abortable) + | BufferEncoding + | undefined + | null, + callback: (err: NodeJS.ErrnoException | null, data: string | Buffer) => void, + ): void; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + */ + export function readFile( + path: PathOrFileDescriptor, + callback: (err: NodeJS.ErrnoException | null, data: Buffer) => void, + ): void; + export namespace readFile { + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function __promisify__( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null, + ): Promise; + } + /** + * Returns the contents of the `path`. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readFile}. + * + * If the `encoding` option is specified then this function returns a + * string. Otherwise it returns a buffer. + * + * Similar to {@link readFile}, when the path is a directory, the behavior of `fs.readFileSync()` is platform-specific. + * + * ```js + * import { readFileSync } from 'node:fs'; + * + * // macOS, Linux, and Windows + * readFileSync(''); + * // => [Error: EISDIR: illegal operation on a directory, read ] + * + * // FreeBSD + * readFileSync(''); // => + * ``` + * @since v0.1.8 + * @param path filename or file descriptor + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: { + encoding?: null | undefined; + flag?: string | undefined; + } | null, + ): Buffer; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options: + | { + encoding: BufferEncoding; + flag?: string | undefined; + } + | BufferEncoding, + ): string; + /** + * Synchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param options Either the encoding for the result, or an object that contains the encoding and an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + export function readFileSync( + path: PathOrFileDescriptor, + options?: + | (ObjectEncodingOptions & { + flag?: string | undefined; + }) + | BufferEncoding + | null, + ): string | Buffer; + export type WriteFileOptions = + | ( + & ObjectEncodingOptions + & Abortable + & { + mode?: Mode | undefined; + flag?: string | undefined; + flush?: boolean | undefined; + } + ) + | BufferEncoding + | null; + /** + * When `file` is a filename, asynchronously writes data to the file, replacing the + * file if it already exists. `data` can be a string or a buffer. + * + * When `file` is a file descriptor, the behavior is similar to calling `fs.write()` directly (which is recommended). See the notes below on using + * a file descriptor. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { writeFile } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, (err) => { + * if (err) throw err; + * console.log('The file has been saved!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { writeFile } from 'node:fs'; + * + * writeFile('message.txt', 'Hello Node.js', 'utf8', callback); + * ``` + * + * It is unsafe to use `fs.writeFile()` multiple times on the same file without + * waiting for the callback. For this scenario, {@link createWriteStream} is + * recommended. + * + * Similarly to `fs.readFile` \- `fs.writeFile` is a convenience method that + * performs multiple `write` calls internally to write the buffer passed to it. + * For performance sensitive code consider using {@link createWriteStream}. + * + * It is possible to use an `AbortSignal` to cancel an `fs.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'node:fs'; + * import { Buffer } from 'node:buffer'; + * + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * writeFile('message.txt', data, { signal }, (err) => { + * // When a request is aborted - the callback is called with an AbortError + * }); + * // When the request should be aborted + * controller.abort(); + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFile( + file: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options: WriteFileOptions, + callback: NoParamCallback, + ): void; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function writeFile( + path: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + callback: NoParamCallback, + ): void; + export namespace writeFile { + /** + * Asynchronously writes data to a file, replacing the file if it already exists. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'w'` is used. + */ + function __promisify__( + path: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options?: WriteFileOptions, + ): Promise; + } + /** + * Returns `undefined`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writeFile}. + * @since v0.1.29 + * @param file filename or file descriptor + */ + export function writeFileSync( + file: PathOrFileDescriptor, + data: string | NodeJS.ArrayBufferView, + options?: WriteFileOptions, + ): void; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFile } from 'node:fs'; + * + * appendFile('message.txt', 'data to append', (err) => { + * if (err) throw err; + * console.log('The "data to append" was appended to file!'); + * }); + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFile } from 'node:fs'; + * + * appendFile('message.txt', 'data to append', 'utf8', callback); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { open, close, appendFile } from 'node:fs'; + * + * function closeFd(fd) { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * + * open('message.txt', 'a', (err, fd) => { + * if (err) throw err; + * + * try { + * appendFile(fd, 'data to append', 'utf8', (err) => { + * closeFd(fd); + * if (err) throw err; + * }); + * } catch (err) { + * closeFd(fd); + * throw err; + * } + * }); + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFile( + path: PathOrFileDescriptor, + data: string | Uint8Array, + options: WriteFileOptions, + callback: NoParamCallback, + ): void; + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + */ + export function appendFile(file: PathOrFileDescriptor, data: string | Uint8Array, callback: NoParamCallback): void; + export namespace appendFile { + /** + * Asynchronously append data to a file, creating the file if it does not exist. + * @param file A path to a file. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + * If a file descriptor is provided, the underlying file will _not_ be closed automatically. + * @param data The data to write. If something other than a Buffer or Uint8Array is provided, the value is coerced to a string. + * @param options Either the encoding for the file, or an object optionally specifying the encoding, file mode, and flag. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `mode` is not supplied, the default of `0o666` is used. + * If `mode` is a string, it is parsed as an octal integer. + * If `flag` is not supplied, the default of `'a'` is used. + */ + function __promisify__( + file: PathOrFileDescriptor, + data: string | Uint8Array, + options?: WriteFileOptions, + ): Promise; + } + /** + * Synchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * The `mode` option only affects the newly created file. See {@link open} for more details. + * + * ```js + * import { appendFileSync } from 'node:fs'; + * + * try { + * appendFileSync('message.txt', 'data to append'); + * console.log('The "data to append" was appended to file!'); + * } catch (err) { + * // Handle the error + * } + * ``` + * + * If `options` is a string, then it specifies the encoding: + * + * ```js + * import { appendFileSync } from 'node:fs'; + * + * appendFileSync('message.txt', 'data to append', 'utf8'); + * ``` + * + * The `path` may be specified as a numeric file descriptor that has been opened + * for appending (using `fs.open()` or `fs.openSync()`). The file descriptor will + * not be closed automatically. + * + * ```js + * import { openSync, closeSync, appendFileSync } from 'node:fs'; + * + * let fd; + * + * try { + * fd = openSync('message.txt', 'a'); + * appendFileSync(fd, 'data to append', 'utf8'); + * } catch (err) { + * // Handle the error + * } finally { + * if (fd !== undefined) + * closeSync(fd); + * } + * ``` + * @since v0.6.7 + * @param path filename or file descriptor + */ + export function appendFileSync( + path: PathOrFileDescriptor, + data: string | Uint8Array, + options?: WriteFileOptions, + ): void; + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'node:fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export interface WatchFileOptions { + bigint?: boolean | undefined; + persistent?: boolean | undefined; + interval?: number | undefined; + } + /** + * Watch for changes on `filename`. The callback `listener` will be called each + * time the file is accessed. + * + * The `options` argument may be omitted. If provided, it should be an object. The `options` object may contain a boolean named `persistent` that indicates + * whether the process should continue to run as long as files are being watched. + * The `options` object may specify an `interval` property indicating how often the + * target should be polled in milliseconds. + * + * The `listener` gets two arguments the current stat object and the previous + * stat object: + * + * ```js + * import { watchFile } from 'node:fs'; + * + * watchFile('message.text', (curr, prev) => { + * console.log(`the current mtime is: ${curr.mtime}`); + * console.log(`the previous mtime was: ${prev.mtime}`); + * }); + * ``` + * + * These stat objects are instances of `fs.Stat`. If the `bigint` option is `true`, + * the numeric values in these objects are specified as `BigInt`s. + * + * To be notified when the file was modified, not just accessed, it is necessary + * to compare `curr.mtimeMs` and `prev.mtimeMs`. + * + * When an `fs.watchFile` operation results in an `ENOENT` error, it + * will invoke the listener once, with all the fields zeroed (or, for dates, the + * Unix Epoch). If the file is created later on, the listener will be called + * again, with the latest stat objects. This is a change in functionality since + * v0.10. + * + * Using {@link watch} is more efficient than `fs.watchFile` and `fs.unwatchFile`. `fs.watch` should be used instead of `fs.watchFile` and `fs.unwatchFile` when possible. + * + * When a file being watched by `fs.watchFile()` disappears and reappears, + * then the contents of `previous` in the second callback event (the file's + * reappearance) will be the same as the contents of `previous` in the first + * callback event (its disappearance). + * + * This happens when: + * + * * the file is deleted, followed by a restore + * * the file is renamed and then renamed a second time back to its original name + * @since v0.1.31 + */ + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint?: false | undefined; + }) + | undefined, + listener: StatsListener, + ): StatWatcher; + export function watchFile( + filename: PathLike, + options: + | (WatchFileOptions & { + bigint: true; + }) + | undefined, + listener: BigIntStatsListener, + ): StatWatcher; + /** + * Watch for changes on `filename`. The callback `listener` will be called each time the file is accessed. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watchFile(filename: PathLike, listener: StatsListener): StatWatcher; + /** + * Stop watching for changes on `filename`. If `listener` is specified, only that + * particular listener is removed. Otherwise, _all_ listeners are removed, + * effectively stopping watching of `filename`. + * + * Calling `fs.unwatchFile()` with a filename that is not being watched is a + * no-op, not an error. + * + * Using {@link watch} is more efficient than `fs.watchFile()` and `fs.unwatchFile()`. `fs.watch()` should be used instead of `fs.watchFile()` and `fs.unwatchFile()` when possible. + * @since v0.1.31 + * @param listener Optional, a listener previously attached using `fs.watchFile()` + */ + export function unwatchFile(filename: PathLike, listener?: StatsListener): void; + export function unwatchFile(filename: PathLike, listener?: BigIntStatsListener): void; + export interface WatchOptions extends Abortable { + encoding?: BufferEncoding | "buffer" | undefined; + persistent?: boolean | undefined; + recursive?: boolean | undefined; + } + export type WatchEventType = "rename" | "change"; + export type WatchListener = (event: WatchEventType, filename: T | null) => void; + export type StatsListener = (curr: Stats, prev: Stats) => void; + export type BigIntStatsListener = (curr: BigIntStats, prev: BigIntStats) => void; + /** + * Watch for changes on `filename`, where `filename` is either a file or a + * directory. + * + * The second argument is optional. If `options` is provided as a string, it + * specifies the `encoding`. Otherwise `options` should be passed as an object. + * + * The listener callback gets two arguments `(eventType, filename)`. `eventType`is either `'rename'` or `'change'`, and `filename` is the name of the file + * which triggered the event. + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * The listener callback is attached to the `'change'` event fired by `fs.FSWatcher`, but it is not the same thing as the `'change'` value of `eventType`. + * + * If a `signal` is passed, aborting the corresponding AbortController will close + * the returned `fs.FSWatcher`. + * @since v0.5.10 + * @param listener + */ + export function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: "buffer"; + }) + | "buffer", + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch( + filename: PathLike, + options?: WatchOptions | BufferEncoding | null, + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + export function watch( + filename: PathLike, + options: WatchOptions | string, + listener?: WatchListener, + ): FSWatcher; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function watch(filename: PathLike, listener?: WatchListener): FSWatcher; + /** + * Test whether or not the given path exists by checking with the file system. + * Then call the `callback` argument with either true or false: + * + * ```js + * import { exists } from 'node:fs'; + * + * exists('/etc/passwd', (e) => { + * console.log(e ? 'it exists' : 'no passwd!'); + * }); + * ``` + * + * **The parameters for this callback are not consistent with other Node.js** + * **callbacks.** Normally, the first parameter to a Node.js callback is an `err` parameter, optionally followed by other parameters. The `fs.exists()` callback + * has only one boolean parameter. This is one reason `fs.access()` is recommended + * instead of `fs.exists()`. + * + * Using `fs.exists()` to check for the existence of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()` is not recommended. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file does not exist. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { exists, open, close } from 'node:fs'; + * + * exists('myfile', (e) => { + * if (e) { + * console.error('myfile already exists'); + * } else { + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { open, close, exists } from 'node:fs'; + * + * exists('myfile', (e) => { + * if (e) { + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * } else { + * console.error('myfile does not exist'); + * } + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for existence and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the existence of a file only if the file won't be + * used directly, for example when its existence is a signal from another + * process. + * @since v0.0.2 + * @deprecated Since v1.0.0 - Use {@link stat} or {@link access} instead. + */ + export function exists(path: PathLike, callback: (exists: boolean) => void): void; + /** @deprecated */ + export namespace exists { + /** + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike): Promise; + } + /** + * Returns `true` if the path exists, `false` otherwise. + * + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link exists}. + * + * `fs.exists()` is deprecated, but `fs.existsSync()` is not. The `callback` parameter to `fs.exists()` accepts parameters that are inconsistent with other + * Node.js callbacks. `fs.existsSync()` does not use a callback. + * + * ```js + * import { existsSync } from 'node:fs'; + * + * if (existsSync('/etc/passwd')) + * console.log('The path exists.'); + * ``` + * @since v0.1.21 + */ + export function existsSync(path: PathLike): boolean; + export namespace constants { + // File Access Constants + /** Constant for fs.access(). File is visible to the calling process. */ + const F_OK: number; + /** Constant for fs.access(). File can be read by the calling process. */ + const R_OK: number; + /** Constant for fs.access(). File can be written by the calling process. */ + const W_OK: number; + /** Constant for fs.access(). File can be executed by the calling process. */ + const X_OK: number; + // File Copy Constants + /** Constant for fs.copyFile. Flag indicating the destination file should not be overwritten if it already exists. */ + const COPYFILE_EXCL: number; + /** + * Constant for fs.copyFile. copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then a fallback copy mechanism is used. + */ + const COPYFILE_FICLONE: number; + /** + * Constant for fs.copyFile. Copy operation will attempt to create a copy-on-write reflink. + * If the underlying platform does not support copy-on-write, then the operation will fail with an error. + */ + const COPYFILE_FICLONE_FORCE: number; + // File Open Constants + /** Constant for fs.open(). Flag indicating to open a file for read-only access. */ + const O_RDONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for write-only access. */ + const O_WRONLY: number; + /** Constant for fs.open(). Flag indicating to open a file for read-write access. */ + const O_RDWR: number; + /** Constant for fs.open(). Flag indicating to create the file if it does not already exist. */ + const O_CREAT: number; + /** Constant for fs.open(). Flag indicating that opening a file should fail if the O_CREAT flag is set and the file already exists. */ + const O_EXCL: number; + /** + * Constant for fs.open(). Flag indicating that if path identifies a terminal device, + * opening the path shall not cause that terminal to become the controlling terminal for the process + * (if the process does not already have one). + */ + const O_NOCTTY: number; + /** Constant for fs.open(). Flag indicating that if the file exists and is a regular file, and the file is opened successfully for write access, its length shall be truncated to zero. */ + const O_TRUNC: number; + /** Constant for fs.open(). Flag indicating that data will be appended to the end of the file. */ + const O_APPEND: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is not a directory. */ + const O_DIRECTORY: number; + /** + * constant for fs.open(). + * Flag indicating reading accesses to the file system will no longer result in + * an update to the atime information associated with the file. + * This flag is available on Linux operating systems only. + */ + const O_NOATIME: number; + /** Constant for fs.open(). Flag indicating that the open should fail if the path is a symbolic link. */ + const O_NOFOLLOW: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O. */ + const O_SYNC: number; + /** Constant for fs.open(). Flag indicating that the file is opened for synchronous I/O with write operations waiting for data integrity. */ + const O_DSYNC: number; + /** Constant for fs.open(). Flag indicating to open the symbolic link itself rather than the resource it is pointing to. */ + const O_SYMLINK: number; + /** Constant for fs.open(). When set, an attempt will be made to minimize caching effects of file I/O. */ + const O_DIRECT: number; + /** Constant for fs.open(). Flag indicating to open the file in nonblocking mode when possible. */ + const O_NONBLOCK: number; + // File Type Constants + /** Constant for fs.Stats mode property for determining a file's type. Bit mask used to extract the file type code. */ + const S_IFMT: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a regular file. */ + const S_IFREG: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a directory. */ + const S_IFDIR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a character-oriented device file. */ + const S_IFCHR: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a block-oriented device file. */ + const S_IFBLK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a FIFO/pipe. */ + const S_IFIFO: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a symbolic link. */ + const S_IFLNK: number; + /** Constant for fs.Stats mode property for determining a file's type. File type constant for a socket. */ + const S_IFSOCK: number; + // File Mode Constants + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by owner. */ + const S_IRWXU: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by owner. */ + const S_IRUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by owner. */ + const S_IWUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by owner. */ + const S_IXUSR: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by group. */ + const S_IRWXG: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by group. */ + const S_IRGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by group. */ + const S_IWGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by group. */ + const S_IXGRP: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable, writable and executable by others. */ + const S_IRWXO: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating readable by others. */ + const S_IROTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating writable by others. */ + const S_IWOTH: number; + /** Constant for fs.Stats mode property for determining access permissions for a file. File mode indicating executable by others. */ + const S_IXOTH: number; + /** + * When set, a memory file mapping is used to access the file. This flag + * is available on Windows operating systems only. On other operating systems, + * this flag is ignored. + */ + const UV_FS_O_FILEMAP: number; + } + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * The final argument, `callback`, is a callback function that is invoked with + * a possible error argument. If any of the accessibility checks fail, the error + * argument will be an `Error` object. The following examples check if `package.json` exists, and if it is readable or writable. + * + * ```js + * import { access, constants } from 'node:fs'; + * + * const file = 'package.json'; + * + * // Check if the file exists in the current directory. + * access(file, constants.F_OK, (err) => { + * console.log(`${file} ${err ? 'does not exist' : 'exists'}`); + * }); + * + * // Check if the file is readable. + * access(file, constants.R_OK, (err) => { + * console.log(`${file} ${err ? 'is not readable' : 'is readable'}`); + * }); + * + * // Check if the file is writable. + * access(file, constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not writable' : 'is writable'}`); + * }); + * + * // Check if the file is readable and writable. + * access(file, constants.R_OK | constants.W_OK, (err) => { + * console.log(`${file} ${err ? 'is not' : 'is'} readable and writable`); + * }); + * ``` + * + * Do not use `fs.access()` to check for the accessibility of a file before calling `fs.open()`, `fs.readFile()`, or `fs.writeFile()`. Doing + * so introduces a race condition, since other processes may change the file's + * state between the two calls. Instead, user code should open/read/write the + * file directly and handle the error raised if the file is not accessible. + * + * **write (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'node:fs'; + * + * access('myfile', (err) => { + * if (!err) { + * console.error('myfile already exists'); + * return; + * } + * + * open('myfile', 'wx', (err, fd) => { + * if (err) throw err; + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **write (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'wx', (err, fd) => { + * if (err) { + * if (err.code === 'EEXIST') { + * console.error('myfile already exists'); + * return; + * } + * + * throw err; + * } + * + * try { + * writeMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * **read (NOT RECOMMENDED)** + * + * ```js + * import { access, open, close } from 'node:fs'; + * access('myfile', (err) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * open('myfile', 'r', (err, fd) => { + * if (err) throw err; + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * }); + * ``` + * + * **read (RECOMMENDED)** + * + * ```js + * import { open, close } from 'node:fs'; + * + * open('myfile', 'r', (err, fd) => { + * if (err) { + * if (err.code === 'ENOENT') { + * console.error('myfile does not exist'); + * return; + * } + * + * throw err; + * } + * + * try { + * readMyData(fd); + * } finally { + * close(fd, (err) => { + * if (err) throw err; + * }); + * } + * }); + * ``` + * + * The "not recommended" examples above check for accessibility and then use the + * file; the "recommended" examples are better because they use the file directly + * and handle the error, if any. + * + * In general, check for the accessibility of a file only if the file will not be + * used directly, for example when its accessibility is a signal from another + * process. + * + * On Windows, access-control policies (ACLs) on a directory may limit access to + * a file or directory. The `fs.access()` function, however, does not check the + * ACL and therefore may report that a path is accessible even if the ACL restricts + * the user from reading or writing to it. + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function access(path: PathLike, mode: number | undefined, callback: NoParamCallback): void; + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + */ + export function access(path: PathLike, callback: NoParamCallback): void; + export namespace access { + /** + * Asynchronously tests a user's permissions for the file specified by path. + * @param path A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * URL support is _experimental_. + */ + function __promisify__(path: PathLike, mode?: number): Promise; + } + /** + * Synchronously tests a user's permissions for the file or directory specified + * by `path`. The `mode` argument is an optional integer that specifies the + * accessibility checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and + * `fs.constants.X_OK` (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If any of the accessibility checks fail, an `Error` will be thrown. Otherwise, + * the method will return `undefined`. + * + * ```js + * import { accessSync, constants } from 'node:fs'; + * + * try { + * accessSync('etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can read/write'); + * } catch (err) { + * console.error('no access!'); + * } + * ``` + * @since v0.11.15 + * @param [mode=fs.constants.F_OK] + */ + export function accessSync(path: PathLike, mode?: number): void; + interface StreamOptions { + flags?: string | undefined; + encoding?: BufferEncoding | undefined; + fd?: number | promises.FileHandle | undefined; + mode?: number | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + signal?: AbortSignal | null | undefined; + highWaterMark?: number | undefined; + } + interface FSImplementation { + open?: (...args: any[]) => any; + close?: (...args: any[]) => any; + } + interface CreateReadStreamFSImplementation extends FSImplementation { + read: (...args: any[]) => any; + } + interface CreateWriteStreamFSImplementation extends FSImplementation { + write: (...args: any[]) => any; + writev?: (...args: any[]) => any; + } + interface ReadStreamOptions extends StreamOptions { + fs?: CreateReadStreamFSImplementation | null | undefined; + end?: number | undefined; + } + interface WriteStreamOptions extends StreamOptions { + fs?: CreateWriteStreamFSImplementation | null | undefined; + flush?: boolean | undefined; + } + /** + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `fd` is specified and `start` is + * omitted or `undefined`, `fs.createReadStream()` reads sequentially from the + * current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `fd` is specified, `ReadStream` will ignore the `path` argument and will use + * the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s should be passed to `net.Socket`. + * + * If `fd` points to a character device that only supports blocking reads + * (such as keyboard or sound card), read operations do not finish until data is + * available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option, it is possible to override the corresponding `fs` implementations for `open`, `read`, and `close`. When providing the `fs` option, + * an override for `read` is required. If no `fd` is provided, an override for `open` is also required. If `autoClose` is `true`, an override for `close` is + * also required. + * + * ```js + * import { createReadStream } from 'node:fs'; + * + * // Create a stream from some character device. + * const stream = createReadStream('/dev/input/event0'); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * `mode` sets the file mode (permission and sticky bits), but only if the + * file was created. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { createReadStream } from 'node:fs'; + * + * createReadStream('sample.txt', { start: 90, end: 99 }); + * ``` + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createReadStream(path: PathLike, options?: BufferEncoding | ReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` option to be set to `r+` rather than the + * default `w`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * By providing the `fs` option it is possible to override the corresponding `fs` implementations for `open`, `write`, `writev`, and `close`. Overriding `write()` without `writev()` can reduce + * performance as some optimizations (`_writev()`) + * will be disabled. When providing the `fs` option, overrides for at least one of `write` and `writev` are required. If no `fd` option is supplied, an override + * for `open` is also required. If `autoClose` is `true`, an override for `close` is also required. + * + * Like `fs.ReadStream`, if `fd` is specified, `fs.WriteStream` will ignore the `path` argument and will use the specified file descriptor. This means that no `'open'` event will be + * emitted. `fd` should be blocking; non-blocking `fd`s + * should be passed to `net.Socket`. + * + * If `options` is a string, then it specifies the encoding. + * @since v0.1.31 + */ + export function createWriteStream(path: PathLike, options?: BufferEncoding | WriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. No arguments other + * than a possible + * exception are given to the completion callback. + * @since v0.1.96 + */ + export function fdatasync(fd: number, callback: NoParamCallback): void; + export namespace fdatasync { + /** + * Asynchronous fdatasync(2) - synchronize a file's in-core state with storage device. + * @param fd A file descriptor. + */ + function __promisify__(fd: number): Promise; + } + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. Returns `undefined`. + * @since v0.1.96 + */ + export function fdatasyncSync(fd: number): void; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. No arguments other than a possible exception are given to the + * callback function. Node.js makes no guarantees about the atomicity of the copy + * operation. If an error occurs after the destination file has been opened for + * writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFile, constants } from 'node:fs'; + * + * function callback(err) { + * if (err) throw err; + * console.log('source.txt was copied to destination.txt'); + * } + * + * // destination.txt will be created or overwritten by default. + * copyFile('source.txt', 'destination.txt', callback); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFile(src: PathLike, dest: PathLike, callback: NoParamCallback): void; + export function copyFile(src: PathLike, dest: PathLike, mode: number, callback: NoParamCallback): void; + export namespace copyFile { + function __promisify__(src: PathLike, dst: PathLike, mode?: number): Promise; + } + /** + * Synchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. Returns `undefined`. Node.js makes no guarantees about the + * atomicity of the copy operation. If an error occurs after the destination file + * has been opened for writing, Node.js will attempt to remove the destination. + * + * `mode` is an optional integer that specifies the behavior + * of the copy operation. It is possible to create a mask consisting of the bitwise + * OR of two or more values (e.g.`fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`). + * + * * `fs.constants.COPYFILE_EXCL`: The copy operation will fail if `dest` already + * exists. + * * `fs.constants.COPYFILE_FICLONE`: The copy operation will attempt to create a + * copy-on-write reflink. If the platform does not support copy-on-write, then a + * fallback copy mechanism is used. + * * `fs.constants.COPYFILE_FICLONE_FORCE`: The copy operation will attempt to + * create a copy-on-write reflink. If the platform does not support + * copy-on-write, then the operation will fail. + * + * ```js + * import { copyFileSync, constants } from 'node:fs'; + * + * // destination.txt will be created or overwritten by default. + * copyFileSync('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * ``` + * @since v8.5.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] modifiers for copy operation. + */ + export function copyFileSync(src: PathLike, dest: PathLike, mode?: number): void; + /** + * Write an array of `ArrayBufferView`s to the file specified by `fd` using `writev()`. + * + * `position` is the offset from the beginning of the file where this data + * should be written. If `typeof position !== 'number'`, the data will be written + * at the current position. + * + * The callback will be given three arguments: `err`, `bytesWritten`, and `buffers`. `bytesWritten` is how many bytes were written from `buffers`. + * + * If this method is `util.promisify()` ed, it returns a promise for an `Object` with `bytesWritten` and `buffers` properties. + * + * It is unsafe to use `fs.writev()` multiple times on the same file without + * waiting for the callback. For this scenario, use {@link createWriteStream}. + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param [position='null'] + */ + export function writev( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export function writev( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position: number, + cb: (err: NodeJS.ErrnoException | null, bytesWritten: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export interface WriteVResult { + bytesWritten: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace writev { + function __promisify__( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position?: number, + ): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link writev}. + * @since v12.9.0 + * @param [position='null'] + * @return The number of bytes written. + */ + export function writevSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number; + /** + * Read from a file specified by `fd` and write to an array of `ArrayBufferView`s + * using `readv()`. + * + * `position` is the offset from the beginning of the file from where data + * should be read. If `typeof position !== 'number'`, the data will be read + * from the current position. + * + * The callback will be given three arguments: `err`, `bytesRead`, and `buffers`. `bytesRead` is how many bytes were read from the file. + * + * If this method is invoked as its `util.promisify()` ed version, it returns + * a promise for an `Object` with `bytesRead` and `buffers` properties. + * @since v13.13.0, v12.17.0 + * @param [position='null'] + */ + export function readv( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export function readv( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position: number, + cb: (err: NodeJS.ErrnoException | null, bytesRead: number, buffers: NodeJS.ArrayBufferView[]) => void, + ): void; + export interface ReadVResult { + bytesRead: number; + buffers: NodeJS.ArrayBufferView[]; + } + export namespace readv { + function __promisify__( + fd: number, + buffers: readonly NodeJS.ArrayBufferView[], + position?: number, + ): Promise; + } + /** + * For detailed information, see the documentation of the asynchronous version of + * this API: {@link readv}. + * @since v13.13.0, v12.17.0 + * @param [position='null'] + * @return The number of bytes read. + */ + export function readvSync(fd: number, buffers: readonly NodeJS.ArrayBufferView[], position?: number): number; + + export interface OpenAsBlobOptions { + /** + * An optional mime type for the blob. + * + * @default 'undefined' + */ + type?: string | undefined; + } + + /** + * Returns a `Blob` whose data is backed by the given file. + * + * The file must not be modified after the `Blob` is created. Any modifications + * will cause reading the `Blob` data to fail with a `DOMException` error. + * Synchronous stat operations on the file when the `Blob` is created, and before + * each read in order to detect whether the file data has been modified on disk. + * + * ```js + * import { openAsBlob } from 'node:fs'; + * + * const blob = await openAsBlob('the.file.txt'); + * const ab = await blob.arrayBuffer(); + * blob.stream(); + * ``` + * @since v19.8.0 + * @experimental + */ + export function openAsBlob(path: PathLike, options?: OpenAsBlobOptions): Promise; + + export interface OpenDirOptions { + /** + * @default 'utf8' + */ + encoding?: BufferEncoding | undefined; + /** + * Number of directory entries that are buffered + * internally when reading from the directory. Higher values lead to better + * performance but higher memory usage. + * @default 32 + */ + bufferSize?: number | undefined; + /** + * @default false + */ + recursive?: boolean; + } + /** + * Synchronously open a directory. See [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html). + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendirSync(path: PathLike, options?: OpenDirOptions): Dir; + /** + * Asynchronously open a directory. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for + * more details. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * @since v12.12.0 + */ + export function opendir(path: PathLike, cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void): void; + export function opendir( + path: PathLike, + options: OpenDirOptions, + cb: (err: NodeJS.ErrnoException | null, dir: Dir) => void, + ): void; + export namespace opendir { + function __promisify__(path: PathLike, options?: OpenDirOptions): Promise; + } + export interface BigIntStats extends StatsBase { + atimeNs: bigint; + mtimeNs: bigint; + ctimeNs: bigint; + birthtimeNs: bigint; + } + export interface BigIntOptions { + bigint: true; + } + export interface StatOptions { + bigint?: boolean | undefined; + } + export interface StatSyncOptions extends StatOptions { + throwIfNoEntry?: boolean | undefined; + } + interface CopyOptionsBase { + /** + * Dereference symlinks + * @default false + */ + dereference?: boolean; + /** + * When `force` is `false`, and the destination + * exists, throw an error. + * @default false + */ + errorOnExist?: boolean; + /** + * Overwrite existing file or directory. _The copy + * operation will ignore errors if you set this to false and the destination + * exists. Use the `errorOnExist` option to change this behavior. + * @default true + */ + force?: boolean; + /** + * Modifiers for copy operation. See `mode` flag of {@link copyFileSync()} + */ + mode?: number; + /** + * When `true` timestamps from `src` will + * be preserved. + * @default false + */ + preserveTimestamps?: boolean; + /** + * Copy directories recursively. + * @default false + */ + recursive?: boolean; + /** + * When true, path resolution for symlinks will be skipped + * @default false + */ + verbatimSymlinks?: boolean; + } + export interface CopyOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean | Promise; + } + export interface CopySyncOptions extends CopyOptionsBase { + /** + * Function to filter copied files/directories. Return + * `true` to copy the item, `false` to ignore it. + */ + filter?(source: string, destination: string): boolean; + } + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cp( + source: string | URL, + destination: string | URL, + callback: (err: NodeJS.ErrnoException | null) => void, + ): void; + export function cp( + source: string | URL, + destination: string | URL, + opts: CopyOptions, + callback: (err: NodeJS.ErrnoException | null) => void, + ): void; + /** + * Synchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + */ + export function cpSync(source: string | URL, destination: string | URL, opts?: CopySyncOptions): void; + + interface GlobOptionsBase { + /** + * Current working directory. + * @default process.cwd() + */ + cwd?: string | undefined; + /** + * `true` if the glob should return paths as `Dirent`s, `false` otherwise. + * @default false + * @since v22.2.0 + */ + withFileTypes?: boolean | undefined; + /** + * Function to filter out files/directories. Return true to exclude the item, false to include it. + */ + exclude?: ((fileName: any) => boolean) | undefined; + } + export interface GlobOptionsWithFileTypes extends GlobOptionsBase { + exclude?: ((fileName: Dirent) => boolean) | undefined; + withFileTypes: true; + } + export interface GlobOptionsWithoutFileTypes extends GlobOptionsBase { + exclude?: ((fileName: string) => boolean) | undefined; + withFileTypes?: false | undefined; + } + export interface GlobOptions extends GlobOptionsBase { + exclude?: ((fileName: Dirent | string) => boolean) | undefined; + } + + /** + * Retrieves the files matching the specified pattern. + */ + export function glob( + pattern: string | string[], + callback: (err: NodeJS.ErrnoException | null, matches: string[]) => void, + ): void; + export function glob( + pattern: string | string[], + options: GlobOptionsWithFileTypes, + callback: ( + err: NodeJS.ErrnoException | null, + matches: Dirent[], + ) => void, + ): void; + export function glob( + pattern: string | string[], + options: GlobOptionsWithoutFileTypes, + callback: ( + err: NodeJS.ErrnoException | null, + matches: string[], + ) => void, + ): void; + export function glob( + pattern: string | string[], + options: GlobOptions, + callback: ( + err: NodeJS.ErrnoException | null, + matches: Dirent[] | string[], + ) => void, + ): void; + /** + * Retrieves the files matching the specified pattern. + */ + export function globSync(pattern: string | string[]): string[]; + export function globSync( + pattern: string | string[], + options: GlobOptionsWithFileTypes, + ): Dirent[]; + export function globSync( + pattern: string | string[], + options: GlobOptionsWithoutFileTypes, + ): string[]; + export function globSync( + pattern: string | string[], + options: GlobOptions, + ): Dirent[] | string[]; +} +declare module "node:fs" { + export * from "fs"; +} diff --git a/server/node_modules/@types/node/fs/promises.d.ts b/server/node_modules/@types/node/fs/promises.d.ts new file mode 100644 index 000000000..2dc296cf7 --- /dev/null +++ b/server/node_modules/@types/node/fs/promises.d.ts @@ -0,0 +1,1275 @@ +/** + * The `fs/promises` API provides asynchronous file system methods that return + * promises. + * + * The promise APIs use the underlying Node.js threadpool to perform file + * system operations off the event loop thread. These operations are not + * synchronized or threadsafe. Care must be taken when performing multiple + * concurrent modifications on the same file or data corruption may occur. + * @since v10.0.0 + */ +declare module "fs/promises" { + import { Abortable } from "node:events"; + import { Stream } from "node:stream"; + import { ReadableStream } from "node:stream/web"; + import { + BigIntStats, + BigIntStatsFs, + BufferEncodingOption, + constants as fsConstants, + CopyOptions, + Dir, + Dirent, + GlobOptions, + GlobOptionsWithFileTypes, + GlobOptionsWithoutFileTypes, + MakeDirectoryOptions, + Mode, + ObjectEncodingOptions, + OpenDirOptions, + OpenMode, + PathLike, + ReadStream, + ReadVResult, + RmDirOptions, + RmOptions, + StatFsOptions, + StatOptions, + Stats, + StatsFs, + TimeLike, + WatchEventType, + WatchOptions, + WriteStream, + WriteVResult, + } from "node:fs"; + import { Interface as ReadlineInterface } from "node:readline"; + interface FileChangeInfo { + eventType: WatchEventType; + filename: T | null; + } + interface FlagAndOpenMode { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + } + interface FileReadResult { + bytesRead: number; + buffer: T; + } + interface FileReadOptions { + /** + * @default `Buffer.alloc(0xffff)` + */ + buffer?: T; + /** + * @default 0 + */ + offset?: number | null; + /** + * @default `buffer.byteLength` + */ + length?: number | null; + position?: number | null; + } + interface CreateReadStreamOptions extends Abortable { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + end?: number | undefined; + highWaterMark?: number | undefined; + } + interface CreateWriteStreamOptions { + encoding?: BufferEncoding | null | undefined; + autoClose?: boolean | undefined; + emitClose?: boolean | undefined; + start?: number | undefined; + highWaterMark?: number | undefined; + flush?: boolean | undefined; + } + interface ReadableWebStreamOptions { + /** + * Whether to open a normal or a `'bytes'` stream. + * @since v20.0.0 + */ + type?: "bytes" | undefined; + } + // TODO: Add `EventEmitter` close + interface FileHandle { + /** + * The numeric file descriptor managed by the {FileHandle} object. + * @since v10.0.0 + */ + readonly fd: number; + /** + * Alias of `filehandle.writeFile()`. + * + * When operating on file handles, the mode cannot be changed from what it was set + * to with `fsPromises.open()`. Therefore, this is equivalent to `filehandle.writeFile()`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + appendFile( + data: string | Uint8Array, + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Changes the ownership of the file. A wrapper for [`chown(2)`](http://man7.org/linux/man-pages/man2/chown.2.html). + * @since v10.0.0 + * @param uid The file's new owner's user id. + * @param gid The file's new group's group id. + * @return Fulfills with `undefined` upon success. + */ + chown(uid: number, gid: number): Promise; + /** + * Modifies the permissions on the file. See [`chmod(2)`](http://man7.org/linux/man-pages/man2/chmod.2.html). + * @since v10.0.0 + * @param mode the file mode bit mask. + * @return Fulfills with `undefined` upon success. + */ + chmod(mode: Mode): Promise; + /** + * Unlike the 16 KiB default `highWaterMark` for a `stream.Readable`, the stream + * returned by this method has a default `highWaterMark` of 64 KiB. + * + * `options` can include `start` and `end` values to read a range of bytes from + * the file instead of the entire file. Both `start` and `end` are inclusive and + * start counting at 0, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. If `start` is + * omitted or `undefined`, `filehandle.createReadStream()` reads sequentially from + * the current file position. The `encoding` can be any one of those accepted by `Buffer`. + * + * If the `FileHandle` points to a character device that only supports blocking + * reads (such as keyboard or sound card), read operations do not finish until data + * is available. This can prevent the process from exiting and the stream from + * closing naturally. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const fd = await open('/dev/input/event0'); + * // Create a stream from some character device. + * const stream = fd.createReadStream(); + * setTimeout(() => { + * stream.close(); // This may not close the stream. + * // Artificially marking end-of-stream, as if the underlying resource had + * // indicated end-of-file by itself, allows the stream to close. + * // This does not cancel pending read operations, and if there is such an + * // operation, the process may still not be able to exit successfully + * // until it finishes. + * stream.push(null); + * stream.read(0); + * }, 100); + * ``` + * + * If `autoClose` is false, then the file descriptor won't be closed, even if + * there's an error. It is the application's responsibility to close it and make + * sure there's no file descriptor leak. If `autoClose` is set to true (default + * behavior), on `'error'` or `'end'` the file descriptor will be closed + * automatically. + * + * An example to read the last 10 bytes of a file which is 100 bytes long: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const fd = await open('sample.txt'); + * fd.createReadStream({ start: 90, end: 99 }); + * ``` + * @since v16.11.0 + */ + createReadStream(options?: CreateReadStreamOptions): ReadStream; + /** + * `options` may also include a `start` option to allow writing data at some + * position past the beginning of the file, allowed values are in the + * \[0, [`Number.MAX_SAFE_INTEGER`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/MAX_SAFE_INTEGER)\] range. Modifying a file rather than + * replacing it may require the `flags` `open` option to be set to `r+` rather than + * the default `r`. The `encoding` can be any one of those accepted by `Buffer`. + * + * If `autoClose` is set to true (default behavior) on `'error'` or `'finish'` the file descriptor will be closed automatically. If `autoClose` is false, + * then the file descriptor won't be closed, even if there's an error. + * It is the application's responsibility to close it and make sure there's no + * file descriptor leak. + * + * By default, the stream will emit a `'close'` event after it has been + * destroyed. Set the `emitClose` option to `false` to change this behavior. + * @since v16.11.0 + */ + createWriteStream(options?: CreateWriteStreamOptions): WriteStream; + /** + * Forces all currently queued I/O operations associated with the file to the + * operating system's synchronized I/O completion state. Refer to the POSIX [`fdatasync(2)`](http://man7.org/linux/man-pages/man2/fdatasync.2.html) documentation for details. + * + * Unlike `filehandle.sync` this method does not flush modified metadata. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + datasync(): Promise; + /** + * Request that all data for the open file descriptor is flushed to the storage + * device. The specific implementation is operating system and device specific. + * Refer to the POSIX [`fsync(2)`](http://man7.org/linux/man-pages/man2/fsync.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + sync(): Promise; + /** + * Reads data from the file and stores that in the given buffer. + * + * If the file is not modified concurrently, the end-of-file is reached when the + * number of bytes read is zero. + * @since v10.0.0 + * @param buffer A buffer that will be filled with the file data read. + * @param offset The location in the buffer at which to start filling. + * @param length The number of bytes to read. + * @param position The location where to begin reading data from the file. If `null`, data will be read from the current file position, and the position will be updated. If `position` is an + * integer, the current file position will remain unchanged. + * @return Fulfills upon success with an object with two properties: + */ + read( + buffer: T, + offset?: number | null, + length?: number | null, + position?: number | null, + ): Promise>; + read( + buffer: T, + options?: FileReadOptions, + ): Promise>; + read(options?: FileReadOptions): Promise>; + /** + * Returns a `ReadableStream` that may be used to read the files data. + * + * An error will be thrown if this method is called more than once or is called + * after the `FileHandle` is closed or closing. + * + * ```js + * import { + * open, + * } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const chunk of file.readableWebStream()) + * console.log(chunk); + * + * await file.close(); + * ``` + * + * While the `ReadableStream` will read the file to completion, it will not + * close the `FileHandle` automatically. User code must still call the`fileHandle.close()` method. + * @since v17.0.0 + * @experimental + */ + readableWebStream(options?: ReadableWebStreamOptions): ReadableStream; + /** + * Asynchronously reads the entire contents of a file. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support reading. + * + * If one or more `filehandle.read()` calls are made on a file handle and then a `filehandle.readFile()` call is made, the data will be read from the current + * position till the end of the file. It doesn't always read from the beginning + * of the file. + * @since v10.0.0 + * @return Fulfills upon a successful read with the contents of the file. If no encoding is specified (using `options.encoding`), the data is returned as a {Buffer} object. Otherwise, the + * data will be a string. + */ + readFile( + options?: { + encoding?: null | undefined; + flag?: OpenMode | undefined; + } | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile( + options: + | { + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. The underlying file will _not_ be closed automatically. + * The `FileHandle` must have been opened for reading. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + readFile( + options?: + | (ObjectEncodingOptions & { + flag?: OpenMode | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Convenience method to create a `readline` interface and stream over the file. + * See `filehandle.createReadStream()` for the options. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * const file = await open('./some/file/to/read'); + * + * for await (const line of file.readLines()) { + * console.log(line); + * } + * ``` + * @since v18.11.0 + */ + readLines(options?: CreateReadStreamOptions): ReadlineInterface; + /** + * @since v10.0.0 + * @return Fulfills with an {fs.Stats} for the file. + */ + stat( + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + stat( + opts: StatOptions & { + bigint: true; + }, + ): Promise; + stat(opts?: StatOptions): Promise; + /** + * Truncates the file. + * + * If the file was larger than `len` bytes, only the first `len` bytes will be + * retained in the file. + * + * The following example retains only the first four bytes of the file: + * + * ```js + * import { open } from 'node:fs/promises'; + * + * let filehandle = null; + * try { + * filehandle = await open('temp.txt', 'r+'); + * await filehandle.truncate(4); + * } finally { + * await filehandle?.close(); + * } + * ``` + * + * If the file previously was shorter than `len` bytes, it is extended, and the + * extended part is filled with null bytes (`'\0'`): + * + * If `len` is negative then `0` will be used. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + truncate(len?: number): Promise; + /** + * Change the file system timestamps of the object referenced by the `FileHandle` then fulfills the promise with no arguments upon success. + * @since v10.0.0 + */ + utimes(atime: TimeLike, mtime: TimeLike): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * The promise is fulfilled with no arguments upon success. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `FileHandle` has to support writing. + * + * It is unsafe to use `filehandle.writeFile()` multiple times on the same file + * without waiting for the promise to be fulfilled (or rejected). + * + * If one or more `filehandle.write()` calls are made on a file handle and then a`filehandle.writeFile()` call is made, the data will be written from the + * current position till the end of the file. It doesn't always write from the + * beginning of the file. + * @since v10.0.0 + */ + writeFile( + data: string | Uint8Array, + options?: + | (ObjectEncodingOptions & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Write `buffer` to the file. + * + * The promise is fulfilled with an object containing two properties: + * + * It is unsafe to use `filehandle.write()` multiple times on the same file + * without waiting for the promise to be fulfilled (or rejected). For this + * scenario, use `filehandle.createWriteStream()`. + * + * On Linux, positional writes do not work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v10.0.0 + * @param offset The start position from within `buffer` where the data to write begins. + * @param [length=buffer.byteLength - offset] The number of bytes from `buffer` to write. + * @param [position='null'] The offset from the beginning of the file where the data from `buffer` should be written. If `position` is not a `number`, the data will be written at the current + * position. See the POSIX pwrite(2) documentation for more detail. + */ + write( + buffer: TBuffer, + offset?: number | null, + length?: number | null, + position?: number | null, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + write( + buffer: TBuffer, + options?: { offset?: number; length?: number; position?: number }, + ): Promise<{ + bytesWritten: number; + buffer: TBuffer; + }>; + write( + data: string, + position?: number | null, + encoding?: BufferEncoding | null, + ): Promise<{ + bytesWritten: number; + buffer: string; + }>; + /** + * Write an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s to the file. + * + * The promise is fulfilled with an object containing a two properties: + * + * It is unsafe to call `writev()` multiple times on the same file without waiting + * for the promise to be fulfilled (or rejected). + * + * On Linux, positional writes don't work when the file is opened in append mode. + * The kernel ignores the position argument and always appends the data to + * the end of the file. + * @since v12.9.0 + * @param [position='null'] The offset from the beginning of the file where the data from `buffers` should be written. If `position` is not a `number`, the data will be written at the current + * position. + */ + writev(buffers: readonly NodeJS.ArrayBufferView[], position?: number): Promise; + /** + * Read from a file and write to an array of [ArrayBufferView](https://developer.mozilla.org/en-US/docs/Web/API/ArrayBufferView) s + * @since v13.13.0, v12.17.0 + * @param [position='null'] The offset from the beginning of the file where the data should be read from. If `position` is not a `number`, the data will be read from the current position. + * @return Fulfills upon success an object containing two properties: + */ + readv(buffers: readonly NodeJS.ArrayBufferView[], position?: number): Promise; + /** + * Closes the file handle after waiting for any pending operation on the handle to + * complete. + * + * ```js + * import { open } from 'node:fs/promises'; + * + * let filehandle; + * try { + * filehandle = await open('thefile.txt', 'r'); + * } finally { + * await filehandle?.close(); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + close(): Promise; + /** + * An alias for {@link FileHandle.close()}. + * @since v20.4.0 + */ + [Symbol.asyncDispose](): Promise; + } + const constants: typeof fsConstants; + /** + * Tests a user's permissions for the file or directory specified by `path`. + * The `mode` argument is an optional integer that specifies the accessibility + * checks to be performed. `mode` should be either the value `fs.constants.F_OK` or a mask consisting of the bitwise OR of any of `fs.constants.R_OK`, `fs.constants.W_OK`, and `fs.constants.X_OK` + * (e.g.`fs.constants.W_OK | fs.constants.R_OK`). Check `File access constants` for + * possible values of `mode`. + * + * If the accessibility check is successful, the promise is fulfilled with no + * value. If any of the accessibility checks fail, the promise is rejected + * with an [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object. The following example checks if the file`/etc/passwd` can be read and + * written by the current process. + * + * ```js + * import { access, constants } from 'node:fs/promises'; + * + * try { + * await access('/etc/passwd', constants.R_OK | constants.W_OK); + * console.log('can access'); + * } catch { + * console.error('cannot access'); + * } + * ``` + * + * Using `fsPromises.access()` to check for the accessibility of a file before + * calling `fsPromises.open()` is not recommended. Doing so introduces a race + * condition, since other processes may change the file's state between the two + * calls. Instead, user code should open/read/write the file directly and handle + * the error raised if the file is not accessible. + * @since v10.0.0 + * @param [mode=fs.constants.F_OK] + * @return Fulfills with `undefined` upon success. + */ + function access(path: PathLike, mode?: number): Promise; + /** + * Asynchronously copies `src` to `dest`. By default, `dest` is overwritten if it + * already exists. + * + * No guarantees are made about the atomicity of the copy operation. If an + * error occurs after the destination file has been opened for writing, an attempt + * will be made to remove the destination. + * + * ```js + * import { copyFile, constants } from 'node:fs/promises'; + * + * try { + * await copyFile('source.txt', 'destination.txt'); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.error('The file could not be copied'); + * } + * + * // By using COPYFILE_EXCL, the operation will fail if destination.txt exists. + * try { + * await copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL); + * console.log('source.txt was copied to destination.txt'); + * } catch { + * console.error('The file could not be copied'); + * } + * ``` + * @since v10.0.0 + * @param src source filename to copy + * @param dest destination filename of the copy operation + * @param [mode=0] Optional modifiers that specify the behavior of the copy operation. It is possible to create a mask consisting of the bitwise OR of two or more values (e.g. + * `fs.constants.COPYFILE_EXCL | fs.constants.COPYFILE_FICLONE`) + * @return Fulfills with `undefined` upon success. + */ + function copyFile(src: PathLike, dest: PathLike, mode?: number): Promise; + /** + * Opens a `FileHandle`. + * + * Refer to the POSIX [`open(2)`](http://man7.org/linux/man-pages/man2/open.2.html) documentation for more detail. + * + * Some characters (`< > : " / \ | ? *`) are reserved under Windows as documented + * by [Naming Files, Paths, and Namespaces](https://docs.microsoft.com/en-us/windows/desktop/FileIO/naming-a-file). Under NTFS, if the filename contains + * a colon, Node.js will open a file system stream, as described by [this MSDN page](https://docs.microsoft.com/en-us/windows/desktop/FileIO/using-streams). + * @since v10.0.0 + * @param [flags='r'] See `support of file system `flags``. + * @param [mode=0o666] Sets the file mode (permission and sticky bits) if the file is created. + * @return Fulfills with a {FileHandle} object. + */ + function open(path: PathLike, flags?: string | number, mode?: Mode): Promise; + /** + * Renames `oldPath` to `newPath`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rename(oldPath: PathLike, newPath: PathLike): Promise; + /** + * Truncates (shortens or extends the length) of the content at `path` to `len` bytes. + * @since v10.0.0 + * @param [len=0] + * @return Fulfills with `undefined` upon success. + */ + function truncate(path: PathLike, len?: number): Promise; + /** + * Removes the directory identified by `path`. + * + * Using `fsPromises.rmdir()` on a file (not a directory) results in the + * promise being rejected with an `ENOENT` error on Windows and an `ENOTDIR` error on POSIX. + * + * To get a behavior similar to the `rm -rf` Unix command, use `fsPromises.rm()` with options `{ recursive: true, force: true }`. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function rmdir(path: PathLike, options?: RmDirOptions): Promise; + /** + * Removes files and directories (modeled on the standard POSIX `rm` utility). + * @since v14.14.0 + * @return Fulfills with `undefined` upon success. + */ + function rm(path: PathLike, options?: RmOptions): Promise; + /** + * Asynchronously creates a directory. + * + * The optional `options` argument can be an integer specifying `mode` (permission + * and sticky bits), or an object with a `mode` property and a `recursive` property indicating whether parent directories should be created. Calling `fsPromises.mkdir()` when `path` is a directory + * that exists results in a + * rejection only when `recursive` is false. + * + * ```js + * import { mkdir } from 'node:fs/promises'; + * + * try { + * const projectFolder = new URL('./test/project/', import.meta.url); + * const createDir = await mkdir(projectFolder, { recursive: true }); + * + * console.log(`created ${createDir}`); + * } catch (err) { + * console.error(err.message); + * } + * ``` + * @since v10.0.0 + * @return Upon success, fulfills with `undefined` if `recursive` is `false`, or the first directory path created if `recursive` is `true`. + */ + function mkdir( + path: PathLike, + options: MakeDirectoryOptions & { + recursive: true; + }, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir( + path: PathLike, + options?: + | Mode + | (MakeDirectoryOptions & { + recursive?: false | undefined; + }) + | null, + ): Promise; + /** + * Asynchronous mkdir(2) - create a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options Either the file mode, or an object optionally specifying the file mode and whether parent folders + * should be created. If a string is passed, it is parsed as an octal integer. If not specified, defaults to `0o777`. + */ + function mkdir(path: PathLike, options?: Mode | MakeDirectoryOptions | null): Promise; + /** + * Reads the contents of a directory. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the filenames. If the `encoding` is set to `'buffer'`, the filenames returned + * will be passed as `Buffer` objects. + * + * If `options.withFileTypes` is set to `true`, the returned array will contain `fs.Dirent` objects. + * + * ```js + * import { readdir } from 'node:fs/promises'; + * + * try { + * const files = await readdir(path); + * for (const file of files) + * console.log(file); + * } catch (err) { + * console.error(err); + * } + * ``` + * @since v10.0.0 + * @return Fulfills with an array of the names of the files in the directory excluding `'.'` and `'..'`. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options: + | { + encoding: "buffer"; + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + } + | "buffer", + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readdir( + path: PathLike, + options?: + | (ObjectEncodingOptions & { + withFileTypes?: false | undefined; + recursive?: boolean | undefined; + }) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronous readdir(3) - read a directory. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options If called with `withFileTypes: true` the result data will be an array of Dirent. + */ + function readdir( + path: PathLike, + options: ObjectEncodingOptions & { + withFileTypes: true; + recursive?: boolean | undefined; + }, + ): Promise; + /** + * Reads the contents of the symbolic link referred to by `path`. See the POSIX [`readlink(2)`](http://man7.org/linux/man-pages/man2/readlink.2.html) documentation for more detail. The promise is + * fulfilled with the`linkString` upon success. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the link path returned. If the `encoding` is set to `'buffer'`, the link path + * returned will be passed as a `Buffer` object. + * @since v10.0.0 + * @return Fulfills with the `linkString` upon success. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous readlink(2) - read value of a symbolic link. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function readlink(path: PathLike, options?: ObjectEncodingOptions | string | null): Promise; + /** + * Creates a symbolic link. + * + * The `type` argument is only used on Windows platforms and can be one of `'dir'`, `'file'`, or `'junction'`. If the `type` argument is not a string, Node.js will + * autodetect `target` type and use `'file'` or `'dir'`. If the `target` does not + * exist, `'file'` will be used. Windows junction points require the destination + * path to be absolute. When using `'junction'`, the `target` argument will + * automatically be normalized to absolute path. Junction points on NTFS volumes + * can only point to directories. + * @since v10.0.0 + * @param [type='null'] + * @return Fulfills with `undefined` upon success. + */ + function symlink(target: PathLike, path: PathLike, type?: string | null): Promise; + /** + * Equivalent to `fsPromises.stat()` unless `path` refers to a symbolic link, + * in which case the link itself is stat-ed, not the file that it refers to. + * Refer to the POSIX [`lstat(2)`](http://man7.org/linux/man-pages/man2/lstat.2.html) document for more detail. + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given symbolic link `path`. + */ + function lstat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function lstat( + path: PathLike, + opts: StatOptions & { + bigint: true; + }, + ): Promise; + function lstat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v10.0.0 + * @return Fulfills with the {fs.Stats} object for the given `path`. + */ + function stat( + path: PathLike, + opts?: StatOptions & { + bigint?: false | undefined; + }, + ): Promise; + function stat( + path: PathLike, + opts: StatOptions & { + bigint: true; + }, + ): Promise; + function stat(path: PathLike, opts?: StatOptions): Promise; + /** + * @since v19.6.0, v18.15.0 + * @return Fulfills with the {fs.StatFs} object for the given `path`. + */ + function statfs( + path: PathLike, + opts?: StatFsOptions & { + bigint?: false | undefined; + }, + ): Promise; + function statfs( + path: PathLike, + opts: StatFsOptions & { + bigint: true; + }, + ): Promise; + function statfs(path: PathLike, opts?: StatFsOptions): Promise; + /** + * Creates a new link from the `existingPath` to the `newPath`. See the POSIX [`link(2)`](http://man7.org/linux/man-pages/man2/link.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function link(existingPath: PathLike, newPath: PathLike): Promise; + /** + * If `path` refers to a symbolic link, then the link is removed without affecting + * the file or directory to which that link refers. If the `path` refers to a file + * path that is not a symbolic link, the file is deleted. See the POSIX [`unlink(2)`](http://man7.org/linux/man-pages/man2/unlink.2.html) documentation for more detail. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function unlink(path: PathLike): Promise; + /** + * Changes the permissions of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the permissions on a symbolic link. + * + * This method is only implemented on macOS. + * @deprecated Since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchmod(path: PathLike, mode: Mode): Promise; + /** + * Changes the ownership on a symbolic link. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function lchown(path: PathLike, uid: number, gid: number): Promise; + /** + * Changes the access and modification times of a file in the same way as `fsPromises.utimes()`, with the difference that if the path refers to a + * symbolic link, then the link is not dereferenced: instead, the timestamps of + * the symbolic link itself are changed. + * @since v14.5.0, v12.19.0 + * @return Fulfills with `undefined` upon success. + */ + function lutimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Changes the ownership of a file. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function chown(path: PathLike, uid: number, gid: number): Promise; + /** + * Change the file system timestamps of the object referenced by `path`. + * + * The `atime` and `mtime` arguments follow these rules: + * + * * Values can be either numbers representing Unix epoch time, `Date`s, or a + * numeric string like `'123456789.0'`. + * * If the value can not be converted to a number, or is `NaN`, `Infinity`, or `-Infinity`, an `Error` will be thrown. + * @since v10.0.0 + * @return Fulfills with `undefined` upon success. + */ + function utimes(path: PathLike, atime: TimeLike, mtime: TimeLike): Promise; + /** + * Determines the actual location of `path` using the same semantics as the `fs.realpath.native()` function. + * + * Only paths that can be converted to UTF8 strings are supported. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use for + * the path. If the `encoding` is set to `'buffer'`, the path returned will be + * passed as a `Buffer` object. + * + * On Linux, when Node.js is linked against musl libc, the procfs file system must + * be mounted on `/proc` in order for this function to work. Glibc does not have + * this restriction. + * @since v10.0.0 + * @return Fulfills with the resolved path upon success. + */ + function realpath(path: PathLike, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath(path: PathLike, options: BufferEncodingOption): Promise; + /** + * Asynchronous realpath(3) - return the canonicalized absolute pathname. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function realpath( + path: PathLike, + options?: ObjectEncodingOptions | BufferEncoding | null, + ): Promise; + /** + * Creates a unique temporary directory. A unique directory name is generated by + * appending six random characters to the end of the provided `prefix`. Due to + * platform inconsistencies, avoid trailing `X` characters in `prefix`. Some + * platforms, notably the BSDs, can return more than six random characters, and + * replace trailing `X` characters in `prefix` with random characters. + * + * The optional `options` argument can be a string specifying an encoding, or an + * object with an `encoding` property specifying the character encoding to use. + * + * ```js + * import { mkdtemp } from 'node:fs/promises'; + * import { join } from 'node:path'; + * import { tmpdir } from 'node:os'; + * + * try { + * await mkdtemp(join(tmpdir(), 'foo-')); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * The `fsPromises.mkdtemp()` method will append the six randomly selected + * characters directly to the `prefix` string. For instance, given a directory `/tmp`, if the intention is to create a temporary directory _within_ `/tmp`, the `prefix` must end with a trailing + * platform-specific path separator + * (`import { sep } from 'node:path'`). + * @since v10.0.0 + * @return Fulfills with a string containing the file system path of the newly created temporary directory. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options: BufferEncodingOption): Promise; + /** + * Asynchronously creates a unique temporary directory. + * Generates six random characters to be appended behind a required `prefix` to create a unique temporary directory. + * @param options The encoding (or an object specifying the encoding), used as the encoding of the result. If not provided, `'utf8'` is used. + */ + function mkdtemp(prefix: string, options?: ObjectEncodingOptions | BufferEncoding | null): Promise; + /** + * Asynchronously writes data to a file, replacing the file if it already exists. `data` can be a string, a buffer, an + * [AsyncIterable](https://tc39.github.io/ecma262/#sec-asynciterable-interface), or an + * [Iterable](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol) object. + * + * The `encoding` option is ignored if `data` is a buffer. + * + * If `options` is a string, then it specifies the encoding. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * Any specified `FileHandle` has to support writing. + * + * It is unsafe to use `fsPromises.writeFile()` multiple times on the same file + * without waiting for the promise to be settled. + * + * Similarly to `fsPromises.readFile` \- `fsPromises.writeFile` is a convenience + * method that performs multiple `write` calls internally to write the buffer + * passed to it. For performance sensitive code consider using `fs.createWriteStream()` or `filehandle.createWriteStream()`. + * + * It is possible to use an `AbortSignal` to cancel an `fsPromises.writeFile()`. + * Cancelation is "best effort", and some amount of data is likely still + * to be written. + * + * ```js + * import { writeFile } from 'node:fs/promises'; + * import { Buffer } from 'node:buffer'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const data = new Uint8Array(Buffer.from('Hello Node.js')); + * const promise = writeFile('message.txt', data, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.writeFile` performs. + * @since v10.0.0 + * @param file filename or `FileHandle` + * @return Fulfills with `undefined` upon success. + */ + function writeFile( + file: PathLike | FileHandle, + data: + | string + | NodeJS.ArrayBufferView + | Iterable + | AsyncIterable + | Stream, + options?: + | (ObjectEncodingOptions & { + mode?: Mode | undefined; + flag?: OpenMode | undefined; + /** + * If all data is successfully written to the file, and `flush` + * is `true`, `filehandle.sync()` is used to flush the data. + * @default false + */ + flush?: boolean | undefined; + } & Abortable) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronously append data to a file, creating the file if it does not yet + * exist. `data` can be a string or a `Buffer`. + * + * If `options` is a string, then it specifies the `encoding`. + * + * The `mode` option only affects the newly created file. See `fs.open()` for more details. + * + * The `path` may be specified as a `FileHandle` that has been opened + * for appending (using `fsPromises.open()`). + * @since v10.0.0 + * @param path filename or {FileHandle} + * @return Fulfills with `undefined` upon success. + */ + function appendFile( + path: PathLike | FileHandle, + data: string | Uint8Array, + options?: (ObjectEncodingOptions & FlagAndOpenMode & { flush?: boolean | undefined }) | BufferEncoding | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * + * If no encoding is specified (using `options.encoding`), the data is returned + * as a `Buffer` object. Otherwise, the data will be a string. + * + * If `options` is a string, then it specifies the encoding. + * + * When the `path` is a directory, the behavior of `fsPromises.readFile()` is + * platform-specific. On macOS, Linux, and Windows, the promise will be rejected + * with an error. On FreeBSD, a representation of the directory's contents will be + * returned. + * + * An example of reading a `package.json` file located in the same directory of the + * running code: + * + * ```js + * import { readFile } from 'node:fs/promises'; + * try { + * const filePath = new URL('./package.json', import.meta.url); + * const contents = await readFile(filePath, { encoding: 'utf8' }); + * console.log(contents); + * } catch (err) { + * console.error(err.message); + * } + * ``` + * + * It is possible to abort an ongoing `readFile` using an `AbortSignal`. If a + * request is aborted the promise returned is rejected with an `AbortError`: + * + * ```js + * import { readFile } from 'node:fs/promises'; + * + * try { + * const controller = new AbortController(); + * const { signal } = controller; + * const promise = readFile(fileName, { signal }); + * + * // Abort the request before the promise settles. + * controller.abort(); + * + * await promise; + * } catch (err) { + * // When a request is aborted - err is an AbortError + * console.error(err); + * } + * ``` + * + * Aborting an ongoing request does not abort individual operating + * system requests but rather the internal buffering `fs.readFile` performs. + * + * Any specified `FileHandle` has to support reading. + * @since v10.0.0 + * @param path filename or `FileHandle` + * @return Fulfills with the contents of the file. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ({ + encoding?: null | undefined; + flag?: OpenMode | undefined; + } & Abortable) + | null, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options: + | ({ + encoding: BufferEncoding; + flag?: OpenMode | undefined; + } & Abortable) + | BufferEncoding, + ): Promise; + /** + * Asynchronously reads the entire contents of a file. + * @param path A path to a file. If a URL is provided, it must use the `file:` protocol. + * If a `FileHandle` is provided, the underlying file will _not_ be closed automatically. + * @param options An object that may contain an optional flag. + * If a flag is not provided, it defaults to `'r'`. + */ + function readFile( + path: PathLike | FileHandle, + options?: + | ( + & ObjectEncodingOptions + & Abortable + & { + flag?: OpenMode | undefined; + } + ) + | BufferEncoding + | null, + ): Promise; + /** + * Asynchronously open a directory for iterative scanning. See the POSIX [`opendir(3)`](http://man7.org/linux/man-pages/man3/opendir.3.html) documentation for more detail. + * + * Creates an `fs.Dir`, which contains all further functions for reading from + * and cleaning up the directory. + * + * The `encoding` option sets the encoding for the `path` while opening the + * directory and subsequent read operations. + * + * Example using async iteration: + * + * ```js + * import { opendir } from 'node:fs/promises'; + * + * try { + * const dir = await opendir('./'); + * for await (const dirent of dir) + * console.log(dirent.name); + * } catch (err) { + * console.error(err); + * } + * ``` + * + * When using the async iterator, the `fs.Dir` object will be automatically + * closed after the iterator exits. + * @since v12.12.0 + * @return Fulfills with an {fs.Dir}. + */ + function opendir(path: PathLike, options?: OpenDirOptions): Promise; + /** + * Returns an async iterator that watches for changes on `filename`, where `filename`is either a file or a directory. + * + * ```js + * import { watch } from 'node:fs/promises'; + * + * const ac = new AbortController(); + * const { signal } = ac; + * setTimeout(() => ac.abort(), 10000); + * + * (async () => { + * try { + * const watcher = watch(__filename, { signal }); + * for await (const event of watcher) + * console.log(event); + * } catch (err) { + * if (err.name === 'AbortError') + * return; + * throw err; + * } + * })(); + * ``` + * + * On most platforms, `'rename'` is emitted whenever a filename appears or + * disappears in the directory. + * + * All the `caveats` for `fs.watch()` also apply to `fsPromises.watch()`. + * @since v15.9.0, v14.18.0 + * @return of objects with the properties: + */ + function watch( + filename: PathLike, + options: + | (WatchOptions & { + encoding: "buffer"; + }) + | "buffer", + ): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch(filename: PathLike, options?: WatchOptions | BufferEncoding): AsyncIterable>; + /** + * Watch for changes on `filename`, where `filename` is either a file or a directory, returning an `FSWatcher`. + * @param filename A path to a file or directory. If a URL is provided, it must use the `file:` protocol. + * @param options Either the encoding for the filename provided to the listener, or an object optionally specifying encoding, persistent, and recursive options. + * If `encoding` is not supplied, the default of `'utf8'` is used. + * If `persistent` is not supplied, the default of `true` is used. + * If `recursive` is not supplied, the default of `false` is used. + */ + function watch( + filename: PathLike, + options: WatchOptions | string, + ): AsyncIterable> | AsyncIterable>; + /** + * Asynchronously copies the entire directory structure from `src` to `dest`, + * including subdirectories and files. + * + * When copying a directory to another directory, globs are not supported and + * behavior is similar to `cp dir1/ dir2/`. + * @since v16.7.0 + * @experimental + * @param src source path to copy. + * @param dest destination path to copy to. + * @return Fulfills with `undefined` upon success. + */ + function cp(source: string | URL, destination: string | URL, opts?: CopyOptions): Promise; + /** + * Retrieves the files matching the specified pattern. + */ + function glob(pattern: string | string[]): NodeJS.AsyncIterator; + function glob( + pattern: string | string[], + opt: GlobOptionsWithFileTypes, + ): NodeJS.AsyncIterator; + function glob( + pattern: string | string[], + opt: GlobOptionsWithoutFileTypes, + ): NodeJS.AsyncIterator; + function glob( + pattern: string | string[], + opt: GlobOptions, + ): NodeJS.AsyncIterator; +} +declare module "node:fs/promises" { + export * from "fs/promises"; +} diff --git a/server/node_modules/@types/node/globals.d.ts b/server/node_modules/@types/node/globals.d.ts new file mode 100644 index 000000000..9d8b1edf2 --- /dev/null +++ b/server/node_modules/@types/node/globals.d.ts @@ -0,0 +1,511 @@ +export {}; // Make this a module + +// #region Fetch and friends +// Conditional type aliases, used at the end of this file. +// Will either be empty if lib.dom (or lib.webworker) is included, or the undici version otherwise. +type _Request = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Request; +type _Response = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Response; +type _FormData = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").FormData; +type _Headers = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").Headers; +type _MessageEvent = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").MessageEvent; +type _RequestInit = typeof globalThis extends { onmessage: any } ? {} + : import("undici-types").RequestInit; +type _ResponseInit = typeof globalThis extends { onmessage: any } ? {} + : import("undici-types").ResponseInit; +type _WebSocket = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").WebSocket; +type _EventSource = typeof globalThis extends { onmessage: any } ? {} : import("undici-types").EventSource; +// #endregion Fetch and friends + +// Conditional type definitions for webstorage interface, which conflicts with lib.dom otherwise. +type _Storage = typeof globalThis extends { onabort: any } ? {} : { + /** + * Returns the number of key/value pairs. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Storage/length) + */ + readonly length: number; + /** + * Removes all key/value pairs, if there are any. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Storage/clear) + */ + clear(): void; + /** + * Returns the current value associated with the given key, or null if the given key does not exist. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Storage/getItem) + */ + getItem(key: string): string | null; + /** + * Returns the name of the nth key, or null if n is greater than or equal to the number of key/value pairs. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Storage/key) + */ + key(index: number): string | null; + /** + * Removes the key/value pair with the given key, if a key/value pair with the given key exists. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Storage/removeItem) + */ + removeItem(key: string): void; + /** + * Sets the value of the pair identified by key to value, creating a new key/value pair if none existed for key previously. + * + * Throws a "QuotaExceededError" DOMException exception if the new value couldn't be set. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Storage/setItem) + */ + setItem(key: string, value: string): void; + [key: string]: any; +}; + +// #region DOMException +type _DOMException = typeof globalThis extends { onmessage: any } ? {} : NodeDOMException; +interface NodeDOMException extends Error { + /** + * @deprecated + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/code) + */ + readonly code: number; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/message) */ + readonly message: string; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException/name) */ + readonly name: string; + readonly INDEX_SIZE_ERR: 1; + readonly DOMSTRING_SIZE_ERR: 2; + readonly HIERARCHY_REQUEST_ERR: 3; + readonly WRONG_DOCUMENT_ERR: 4; + readonly INVALID_CHARACTER_ERR: 5; + readonly NO_DATA_ALLOWED_ERR: 6; + readonly NO_MODIFICATION_ALLOWED_ERR: 7; + readonly NOT_FOUND_ERR: 8; + readonly NOT_SUPPORTED_ERR: 9; + readonly INUSE_ATTRIBUTE_ERR: 10; + readonly INVALID_STATE_ERR: 11; + readonly SYNTAX_ERR: 12; + readonly INVALID_MODIFICATION_ERR: 13; + readonly NAMESPACE_ERR: 14; + readonly INVALID_ACCESS_ERR: 15; + readonly VALIDATION_ERR: 16; + readonly TYPE_MISMATCH_ERR: 17; + readonly SECURITY_ERR: 18; + readonly NETWORK_ERR: 19; + readonly ABORT_ERR: 20; + readonly URL_MISMATCH_ERR: 21; + readonly QUOTA_EXCEEDED_ERR: 22; + readonly TIMEOUT_ERR: 23; + readonly INVALID_NODE_TYPE_ERR: 24; + readonly DATA_CLONE_ERR: 25; +} +interface NodeDOMExceptionConstructor { + prototype: DOMException; + new(message?: string, nameOrOptions?: string | { name?: string; cause?: unknown }): DOMException; + readonly INDEX_SIZE_ERR: 1; + readonly DOMSTRING_SIZE_ERR: 2; + readonly HIERARCHY_REQUEST_ERR: 3; + readonly WRONG_DOCUMENT_ERR: 4; + readonly INVALID_CHARACTER_ERR: 5; + readonly NO_DATA_ALLOWED_ERR: 6; + readonly NO_MODIFICATION_ALLOWED_ERR: 7; + readonly NOT_FOUND_ERR: 8; + readonly NOT_SUPPORTED_ERR: 9; + readonly INUSE_ATTRIBUTE_ERR: 10; + readonly INVALID_STATE_ERR: 11; + readonly SYNTAX_ERR: 12; + readonly INVALID_MODIFICATION_ERR: 13; + readonly NAMESPACE_ERR: 14; + readonly INVALID_ACCESS_ERR: 15; + readonly VALIDATION_ERR: 16; + readonly TYPE_MISMATCH_ERR: 17; + readonly SECURITY_ERR: 18; + readonly NETWORK_ERR: 19; + readonly ABORT_ERR: 20; + readonly URL_MISMATCH_ERR: 21; + readonly QUOTA_EXCEEDED_ERR: 22; + readonly TIMEOUT_ERR: 23; + readonly INVALID_NODE_TYPE_ERR: 24; + readonly DATA_CLONE_ERR: 25; +} +// #endregion DOMException + +declare global { + // Declare "static" methods in Error + interface ErrorConstructor { + /** Create .stack property on a target object */ + captureStackTrace(targetObject: object, constructorOpt?: Function): void; + + /** + * Optional override for formatting stack traces + * + * @see https://v8.dev/docs/stack-trace-api#customizing-stack-traces + */ + prepareStackTrace?: ((err: Error, stackTraces: NodeJS.CallSite[]) => any) | undefined; + + stackTraceLimit: number; + } + + /*-----------------------------------------------* + * * + * GLOBAL * + * * + ------------------------------------------------*/ + + var global: typeof globalThis; + + var process: NodeJS.Process; + var console: Console; + + interface GCFunction { + (options: { + execution?: "sync"; + flavor?: "regular" | "last-resort"; + type?: "major-snapshot" | "major" | "minor"; + filename?: string; + }): void; + (options: { + execution: "async"; + flavor?: "regular" | "last-resort"; + type?: "major-snapshot" | "major" | "minor"; + filename?: string; + }): Promise; + (options?: boolean): void; + } + + /** + * Only available if `--expose-gc` is passed to the process. + */ + var gc: undefined | GCFunction; + + // #region borrowed + // from https://github.com/microsoft/TypeScript/blob/38da7c600c83e7b31193a62495239a0fe478cb67/lib/lib.webworker.d.ts#L633 until moved to separate lib + /** A controller object that allows you to abort one or more DOM requests as and when desired. */ + interface AbortController { + /** + * Returns the AbortSignal object associated with this object. + */ + + readonly signal: AbortSignal; + /** + * Invoking this method will set this object's AbortSignal's aborted flag and signal to any observers that the associated activity is to be aborted. + */ + abort(reason?: any): void; + } + + /** A signal object that allows you to communicate with a DOM request (such as a Fetch) and abort it if required via an AbortController object. */ + interface AbortSignal extends EventTarget { + /** + * Returns true if this AbortSignal's AbortController has signaled to abort, and false otherwise. + */ + readonly aborted: boolean; + readonly reason: any; + onabort: null | ((this: AbortSignal, event: Event) => any); + throwIfAborted(): void; + } + + var AbortController: typeof globalThis extends { onmessage: any; AbortController: infer T } ? T + : { + prototype: AbortController; + new(): AbortController; + }; + + var AbortSignal: typeof globalThis extends { onmessage: any; AbortSignal: infer T } ? T + : { + prototype: AbortSignal; + new(): AbortSignal; + abort(reason?: any): AbortSignal; + timeout(milliseconds: number): AbortSignal; + any(signals: AbortSignal[]): AbortSignal; + }; + // #endregion borrowed + + // #region Storage + /** + * This Web Storage API interface provides access to a particular domain's session or local storage. It allows, for example, the addition, modification, or deletion of stored data items. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/Storage) + */ + interface Storage extends _Storage {} + + // Conditional on `onabort` rather than `onmessage`, in order to exclude lib.webworker + var Storage: typeof globalThis extends { onabort: any; Storage: infer T } ? T + : { + prototype: Storage; + new(): Storage; + }; + + /** + * A browser-compatible implementation of [`localStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage). Data is stored + * unencrypted in the file specified by the `--localstorage-file` CLI flag. + * The maximum amount of data that can be stored is 10 MB. + * Any modification of this data outside of the Web Storage API is not supported. + * Enable this API with the `--experimental-webstorage` CLI flag. + * `localStorage` data is not stored per user or per request when used in the context + * of a server, it is shared across all users and requests. + * @since v22.4.0 + */ + var localStorage: Storage; + + /** + * A browser-compatible implementation of [`sessionStorage`](https://developer.mozilla.org/en-US/docs/Web/API/Window/sessionStorage). Data is stored in + * memory, with a storage quota of 10 MB. `sessionStorage` data persists only within + * the currently running process, and is not shared between workers. + * @since v22.4.0 + */ + var sessionStorage: Storage; + // #endregion Storage + + /** + * @since v17.0.0 + * + * Creates a deep clone of an object. + */ + function structuredClone( + value: T, + transfer?: { transfer: ReadonlyArray }, + ): T; + + // #region DOMException + /** + * @since v17.0.0 + * An abnormal event (called an exception) which occurs as a result of calling a method or accessing a property of a web API. + * + * [MDN Reference](https://developer.mozilla.org/docs/Web/API/DOMException) + */ + interface DOMException extends _DOMException {} + + /** + * @since v17.0.0 + * + * The WHATWG `DOMException` class. See [DOMException](https://developer.mozilla.org/docs/Web/API/DOMException) for more details. + */ + var DOMException: typeof globalThis extends { onmessage: any; DOMException: infer T } ? T + : NodeDOMExceptionConstructor; + // #endregion DOMException + + /*----------------------------------------------* + * * + * GLOBAL INTERFACES * + * * + *-----------------------------------------------*/ + namespace NodeJS { + interface CallSite { + /** + * Value of "this" + */ + getThis(): unknown; + + /** + * Type of "this" as a string. + * This is the name of the function stored in the constructor field of + * "this", if available. Otherwise the object's [[Class]] internal + * property. + */ + getTypeName(): string | null; + + /** + * Current function + */ + getFunction(): Function | undefined; + + /** + * Name of the current function, typically its name property. + * If a name property is not available an attempt will be made to try + * to infer a name from the function's context. + */ + getFunctionName(): string | null; + + /** + * Name of the property [of "this" or one of its prototypes] that holds + * the current function + */ + getMethodName(): string | null; + + /** + * Name of the script [if this function was defined in a script] + */ + getFileName(): string | undefined; + + /** + * Current line number [if this function was defined in a script] + */ + getLineNumber(): number | null; + + /** + * Current column number [if this function was defined in a script] + */ + getColumnNumber(): number | null; + + /** + * A call site object representing the location where eval was called + * [if this function was created using a call to eval] + */ + getEvalOrigin(): string | undefined; + + /** + * Is this a toplevel invocation, that is, is "this" the global object? + */ + isToplevel(): boolean; + + /** + * Does this call take place in code defined by a call to eval? + */ + isEval(): boolean; + + /** + * Is this call in native V8 code? + */ + isNative(): boolean; + + /** + * Is this a constructor call? + */ + isConstructor(): boolean; + + /** + * is this an async call (i.e. await, Promise.all(), or Promise.any())? + */ + isAsync(): boolean; + + /** + * is this an async call to Promise.all()? + */ + isPromiseAll(): boolean; + + /** + * returns the index of the promise element that was followed in + * Promise.all() or Promise.any() for async stack traces, or null + * if the CallSite is not an async + */ + getPromiseIndex(): number | null; + + getScriptNameOrSourceURL(): string; + getScriptHash(): string; + + getEnclosingColumnNumber(): number; + getEnclosingLineNumber(): number; + getPosition(): number; + + toString(): string; + } + + interface ErrnoException extends Error { + errno?: number | undefined; + code?: string | undefined; + path?: string | undefined; + syscall?: string | undefined; + } + + interface ReadableStream extends EventEmitter { + readable: boolean; + read(size?: number): string | Buffer; + setEncoding(encoding: BufferEncoding): this; + pause(): this; + resume(): this; + isPaused(): boolean; + pipe(destination: T, options?: { end?: boolean | undefined }): T; + unpipe(destination?: WritableStream): this; + unshift(chunk: string | Uint8Array, encoding?: BufferEncoding): void; + wrap(oldStream: ReadableStream): this; + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + } + + interface WritableStream extends EventEmitter { + writable: boolean; + write(buffer: Uint8Array | string, cb?: (err?: Error | null) => void): boolean; + write(str: string, encoding?: BufferEncoding, cb?: (err?: Error | null) => void): boolean; + end(cb?: () => void): this; + end(data: string | Uint8Array, cb?: () => void): this; + end(str: string, encoding?: BufferEncoding, cb?: () => void): this; + } + + interface ReadWriteStream extends ReadableStream, WritableStream {} + + interface RefCounted { + ref(): this; + unref(): this; + } + + interface Dict { + [key: string]: T | undefined; + } + + interface ReadOnlyDict { + readonly [key: string]: T | undefined; + } + + /** An iterable iterator returned by the Node.js API. */ + // Default TReturn/TNext in v22 is `any`, for compatibility with the previously-used IterableIterator. + // TODO: In next major @types/node version, change default TReturn to undefined. + interface Iterator extends IteratorObject { + [Symbol.iterator](): NodeJS.Iterator; + } + + /** An async iterable iterator returned by the Node.js API. */ + // Default TReturn/TNext in v22 is `any`, for compatibility with the previously-used AsyncIterableIterator. + // TODO: In next major @types/node version, change default TReturn to undefined. + interface AsyncIterator extends AsyncIteratorObject { + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + } + } + + interface RequestInit extends _RequestInit {} + + function fetch( + input: string | URL | globalThis.Request, + init?: RequestInit, + ): Promise; + + interface Request extends _Request {} + var Request: typeof globalThis extends { + onmessage: any; + Request: infer T; + } ? T + : typeof import("undici-types").Request; + + interface ResponseInit extends _ResponseInit {} + + interface Response extends _Response {} + var Response: typeof globalThis extends { + onmessage: any; + Response: infer T; + } ? T + : typeof import("undici-types").Response; + + interface FormData extends _FormData {} + var FormData: typeof globalThis extends { + onmessage: any; + FormData: infer T; + } ? T + : typeof import("undici-types").FormData; + + interface Headers extends _Headers {} + var Headers: typeof globalThis extends { + onmessage: any; + Headers: infer T; + } ? T + : typeof import("undici-types").Headers; + + interface MessageEvent extends _MessageEvent {} + /** + * @since v15.0.0 + */ + var MessageEvent: typeof globalThis extends { + onmessage: any; + MessageEvent: infer T; + } ? T + : typeof import("undici-types").MessageEvent; + + interface WebSocket extends _WebSocket {} + var WebSocket: typeof globalThis extends { onmessage: any; WebSocket: infer T } ? T + : typeof import("undici-types").WebSocket; + + interface EventSource extends _EventSource {} + /** + * Only available through the [--experimental-eventsource](https://nodejs.org/api/cli.html#--experimental-eventsource) flag. + * + * @since v22.3.0 + */ + var EventSource: typeof globalThis extends { onmessage: any; EventSource: infer T } ? T + : typeof import("undici-types").EventSource; +} diff --git a/server/node_modules/@types/node/globals.typedarray.d.ts b/server/node_modules/@types/node/globals.typedarray.d.ts new file mode 100644 index 000000000..0c7280c3d --- /dev/null +++ b/server/node_modules/@types/node/globals.typedarray.d.ts @@ -0,0 +1,21 @@ +export {}; // Make this a module + +declare global { + namespace NodeJS { + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float32Array + | Float64Array; + type ArrayBufferView = + | TypedArray + | DataView; + } +} diff --git a/server/node_modules/@types/node/http.d.ts b/server/node_modules/@types/node/http.d.ts new file mode 100644 index 000000000..c3c2b28e2 --- /dev/null +++ b/server/node_modules/@types/node/http.d.ts @@ -0,0 +1,1959 @@ +/** + * To use the HTTP server and client one must import the `node:http` module. + * + * The HTTP interfaces in Node.js are designed to support many features + * of the protocol which have been traditionally difficult to use. + * In particular, large, possibly chunk-encoded, messages. The interface is + * careful to never buffer entire requests or responses, so the + * user is able to stream data. + * + * HTTP message headers are represented by an object like this: + * + * ```json + * { "content-length": "123", + * "content-type": "text/plain", + * "connection": "keep-alive", + * "host": "example.com", + * "accept": "*" } + * ``` + * + * Keys are lowercased. Values are not modified. + * + * In order to support the full spectrum of possible HTTP applications, the Node.js + * HTTP API is very low-level. It deals with stream handling and message + * parsing only. It parses a message into headers and body but it does not + * parse the actual headers or the body. + * + * See `message.headers` for details on how duplicate headers are handled. + * + * The raw headers as they were received are retained in the `rawHeaders` property, which is an array of `[key, value, key2, value2, ...]`. For + * example, the previous message header object might have a `rawHeaders` list like the following: + * + * ```js + * [ 'ConTent-Length', '123456', + * 'content-LENGTH', '123', + * 'content-type', 'text/plain', + * 'CONNECTION', 'keep-alive', + * 'Host', 'example.com', + * 'accepT', '*' ] + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/http.js) + */ +declare module "http" { + import * as stream from "node:stream"; + import { URL } from "node:url"; + import { LookupOptions } from "node:dns"; + import { EventEmitter } from "node:events"; + import { LookupFunction, Server as NetServer, Socket, TcpSocketConnectOpts } from "node:net"; + // incoming headers will never contain number + interface IncomingHttpHeaders extends NodeJS.Dict { + accept?: string | undefined; + "accept-language"?: string | undefined; + "accept-patch"?: string | undefined; + "accept-ranges"?: string | undefined; + "access-control-allow-credentials"?: string | undefined; + "access-control-allow-headers"?: string | undefined; + "access-control-allow-methods"?: string | undefined; + "access-control-allow-origin"?: string | undefined; + "access-control-expose-headers"?: string | undefined; + "access-control-max-age"?: string | undefined; + "access-control-request-headers"?: string | undefined; + "access-control-request-method"?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + "alt-svc"?: string | undefined; + authorization?: string | undefined; + "cache-control"?: string | undefined; + connection?: string | undefined; + "content-disposition"?: string | undefined; + "content-encoding"?: string | undefined; + "content-language"?: string | undefined; + "content-length"?: string | undefined; + "content-location"?: string | undefined; + "content-range"?: string | undefined; + "content-type"?: string | undefined; + cookie?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + "if-match"?: string | undefined; + "if-modified-since"?: string | undefined; + "if-none-match"?: string | undefined; + "if-unmodified-since"?: string | undefined; + "last-modified"?: string | undefined; + location?: string | undefined; + origin?: string | undefined; + pragma?: string | undefined; + "proxy-authenticate"?: string | undefined; + "proxy-authorization"?: string | undefined; + "public-key-pins"?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + "retry-after"?: string | undefined; + "sec-websocket-accept"?: string | undefined; + "sec-websocket-extensions"?: string | undefined; + "sec-websocket-key"?: string | undefined; + "sec-websocket-protocol"?: string | undefined; + "sec-websocket-version"?: string | undefined; + "set-cookie"?: string[] | undefined; + "strict-transport-security"?: string | undefined; + tk?: string | undefined; + trailer?: string | undefined; + "transfer-encoding"?: string | undefined; + upgrade?: string | undefined; + "user-agent"?: string | undefined; + vary?: string | undefined; + via?: string | undefined; + warning?: string | undefined; + "www-authenticate"?: string | undefined; + } + // outgoing headers allows numbers (as they are converted internally to strings) + type OutgoingHttpHeader = number | string | string[]; + interface OutgoingHttpHeaders extends NodeJS.Dict { + accept?: string | string[] | undefined; + "accept-charset"?: string | string[] | undefined; + "accept-encoding"?: string | string[] | undefined; + "accept-language"?: string | string[] | undefined; + "accept-ranges"?: string | undefined; + "access-control-allow-credentials"?: string | undefined; + "access-control-allow-headers"?: string | undefined; + "access-control-allow-methods"?: string | undefined; + "access-control-allow-origin"?: string | undefined; + "access-control-expose-headers"?: string | undefined; + "access-control-max-age"?: string | undefined; + "access-control-request-headers"?: string | undefined; + "access-control-request-method"?: string | undefined; + age?: string | undefined; + allow?: string | undefined; + authorization?: string | undefined; + "cache-control"?: string | undefined; + "cdn-cache-control"?: string | undefined; + connection?: string | string[] | undefined; + "content-disposition"?: string | undefined; + "content-encoding"?: string | undefined; + "content-language"?: string | undefined; + "content-length"?: string | number | undefined; + "content-location"?: string | undefined; + "content-range"?: string | undefined; + "content-security-policy"?: string | undefined; + "content-security-policy-report-only"?: string | undefined; + "content-type"?: string | undefined; + cookie?: string | string[] | undefined; + dav?: string | string[] | undefined; + dnt?: string | undefined; + date?: string | undefined; + etag?: string | undefined; + expect?: string | undefined; + expires?: string | undefined; + forwarded?: string | undefined; + from?: string | undefined; + host?: string | undefined; + "if-match"?: string | undefined; + "if-modified-since"?: string | undefined; + "if-none-match"?: string | undefined; + "if-range"?: string | undefined; + "if-unmodified-since"?: string | undefined; + "last-modified"?: string | undefined; + link?: string | string[] | undefined; + location?: string | undefined; + "max-forwards"?: string | undefined; + origin?: string | undefined; + pragma?: string | string[] | undefined; + "proxy-authenticate"?: string | string[] | undefined; + "proxy-authorization"?: string | undefined; + "public-key-pins"?: string | undefined; + "public-key-pins-report-only"?: string | undefined; + range?: string | undefined; + referer?: string | undefined; + "referrer-policy"?: string | undefined; + refresh?: string | undefined; + "retry-after"?: string | undefined; + "sec-websocket-accept"?: string | undefined; + "sec-websocket-extensions"?: string | string[] | undefined; + "sec-websocket-key"?: string | undefined; + "sec-websocket-protocol"?: string | string[] | undefined; + "sec-websocket-version"?: string | undefined; + server?: string | undefined; + "set-cookie"?: string | string[] | undefined; + "strict-transport-security"?: string | undefined; + te?: string | undefined; + trailer?: string | undefined; + "transfer-encoding"?: string | undefined; + "user-agent"?: string | undefined; + upgrade?: string | undefined; + "upgrade-insecure-requests"?: string | undefined; + vary?: string | undefined; + via?: string | string[] | undefined; + warning?: string | undefined; + "www-authenticate"?: string | string[] | undefined; + "x-content-type-options"?: string | undefined; + "x-dns-prefetch-control"?: string | undefined; + "x-frame-options"?: string | undefined; + "x-xss-protection"?: string | undefined; + } + interface ClientRequestArgs { + _defaultAgent?: Agent | undefined; + agent?: Agent | boolean | undefined; + auth?: string | null | undefined; + createConnection?: + | (( + options: ClientRequestArgs, + oncreate: (err: Error | null, socket: stream.Duplex) => void, + ) => stream.Duplex | null | undefined) + | undefined; + defaultPort?: number | string | undefined; + family?: number | undefined; + headers?: OutgoingHttpHeaders | undefined; + hints?: LookupOptions["hints"]; + host?: string | null | undefined; + hostname?: string | null | undefined; + insecureHTTPParser?: boolean | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + lookup?: LookupFunction | undefined; + /** + * @default 16384 + */ + maxHeaderSize?: number | undefined; + method?: string | undefined; + path?: string | null | undefined; + port?: number | string | null | undefined; + protocol?: string | null | undefined; + setDefaultHeaders?: boolean | undefined; + setHost?: boolean | undefined; + signal?: AbortSignal | undefined; + socketPath?: string | undefined; + timeout?: number | undefined; + uniqueHeaders?: Array | undefined; + joinDuplicateHeaders?: boolean; + } + interface ServerOptions< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > { + /** + * Specifies the `IncomingMessage` class to be used. Useful for extending the original `IncomingMessage`. + */ + IncomingMessage?: Request | undefined; + /** + * Specifies the `ServerResponse` class to be used. Useful for extending the original `ServerResponse`. + */ + ServerResponse?: Response | undefined; + /** + * Sets the timeout value in milliseconds for receiving the entire request from the client. + * @see Server.requestTimeout for more information. + * @default 300000 + * @since v18.0.0 + */ + requestTimeout?: number | undefined; + /** + * It joins the field line values of multiple headers in a request with `, ` instead of discarding the duplicates. + * @default false + * @since v18.14.0 + */ + joinDuplicateHeaders?: boolean; + /** + * The number of milliseconds of inactivity a server needs to wait for additional incoming data, + * after it has finished writing the last response, before a socket will be destroyed. + * @see Server.keepAliveTimeout for more information. + * @default 5000 + * @since v18.0.0 + */ + keepAliveTimeout?: number | undefined; + /** + * Sets the interval value in milliseconds to check for request and headers timeout in incomplete requests. + * @default 30000 + */ + connectionsCheckingInterval?: number | undefined; + /** + * Optionally overrides all `socket`s' `readableHighWaterMark` and `writableHighWaterMark`. + * This affects `highWaterMark` property of both `IncomingMessage` and `ServerResponse`. + * Default: @see stream.getDefaultHighWaterMark(). + * @since v20.1.0 + */ + highWaterMark?: number | undefined; + /** + * Use an insecure HTTP parser that accepts invalid HTTP headers when `true`. + * Using the insecure parser should be avoided. + * See --insecure-http-parser for more information. + * @default false + */ + insecureHTTPParser?: boolean | undefined; + /** + * Optionally overrides the value of `--max-http-header-size` for requests received by + * this server, i.e. the maximum length of request headers in bytes. + * @default 16384 + * @since v13.3.0 + */ + maxHeaderSize?: number | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default true + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * A list of response headers that should be sent only once. + * If the header's value is an array, the items will be joined using `; `. + */ + uniqueHeaders?: Array | undefined; + } + type RequestListener< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > = (req: InstanceType, res: InstanceType & { req: InstanceType }) => void; + /** + * @since v0.1.17 + */ + class Server< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + > extends NetServer { + constructor(requestListener?: RequestListener); + constructor(options: ServerOptions, requestListener?: RequestListener); + /** + * Sets the timeout value for sockets, and emits a `'timeout'` event on + * the Server object, passing the socket as an argument, if a timeout + * occurs. + * + * If there is a `'timeout'` event listener on the Server object, then it + * will be called with the timed-out socket as an argument. + * + * By default, the Server does not timeout sockets. However, if a callback + * is assigned to the Server's `'timeout'` event, timeouts must be handled + * explicitly. + * @since v0.9.12 + * @param [msecs=0 (no timeout)] + */ + setTimeout(msecs?: number, callback?: (socket: Socket) => void): this; + setTimeout(callback: (socket: Socket) => void): this; + /** + * Limits maximum incoming headers count. If set to 0, no limit will be applied. + * @since v0.7.0 + */ + maxHeadersCount: number | null; + /** + * The maximum number of requests socket can handle + * before closing keep alive connection. + * + * A value of `0` will disable the limit. + * + * When the limit is reached it will set the `Connection` header value to `close`, + * but will not actually close the connection, subsequent requests sent + * after the limit is reached will get `503 Service Unavailable` as a response. + * @since v16.10.0 + */ + maxRequestsPerSocket: number | null; + /** + * The number of milliseconds of inactivity before a socket is presumed + * to have timed out. + * + * A value of `0` will disable the timeout behavior on incoming connections. + * + * The socket timeout logic is set up on connection, so changing this + * value only affects new connections to the server, not any existing connections. + * @since v0.9.12 + */ + timeout: number; + /** + * Limit the amount of time the parser will wait to receive the complete HTTP + * headers. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v11.3.0, v10.14.0 + */ + headersTimeout: number; + /** + * The number of milliseconds of inactivity a server needs to wait for additional + * incoming data, after it has finished writing the last response, before a socket + * will be destroyed. If the server receives new data before the keep-alive + * timeout has fired, it will reset the regular inactivity timeout, i.e., `server.timeout`. + * + * A value of `0` will disable the keep-alive timeout behavior on incoming + * connections. + * A value of `0` makes the http server behave similarly to Node.js versions prior + * to 8.0.0, which did not have a keep-alive timeout. + * + * The socket timeout logic is set up on connection, so changing this value only + * affects new connections to the server, not any existing connections. + * @since v8.0.0 + */ + keepAliveTimeout: number; + /** + * Sets the timeout value in milliseconds for receiving the entire request from + * the client. + * + * If the timeout expires, the server responds with status 408 without + * forwarding the request to the request listener and then closes the connection. + * + * It must be set to a non-zero value (e.g. 120 seconds) to protect against + * potential Denial-of-Service attacks in case the server is deployed without a + * reverse proxy in front. + * @since v14.11.0 + */ + requestTimeout: number; + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request + * or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Socket) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "checkContinue", listener: RequestListener): this; + addListener(event: "checkExpectation", listener: RequestListener): this; + addListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + addListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + addListener(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + addListener(event: "request", listener: RequestListener): this; + addListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Socket): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit( + event: "checkContinue", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit( + event: "checkExpectation", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: "clientError", err: Error, socket: stream.Duplex): boolean; + emit(event: "connect", req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + emit(event: "dropRequest", req: InstanceType, socket: stream.Duplex): boolean; + emit( + event: "request", + req: InstanceType, + res: InstanceType & { req: InstanceType }, + ): boolean; + emit(event: "upgrade", req: InstanceType, socket: stream.Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Socket) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "checkContinue", listener: RequestListener): this; + on(event: "checkExpectation", listener: RequestListener): this; + on(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + on(event: "connect", listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + on(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + on(event: "request", listener: RequestListener): this; + on(event: "upgrade", listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Socket) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "checkContinue", listener: RequestListener): this; + once(event: "checkExpectation", listener: RequestListener): this; + once(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + once( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + once(event: "dropRequest", listener: (req: InstanceType, socket: stream.Duplex) => void): this; + once(event: "request", listener: RequestListener): this; + once( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Socket) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "checkContinue", listener: RequestListener): this; + prependListener(event: "checkExpectation", listener: RequestListener): this; + prependListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + prependListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependListener( + event: "dropRequest", + listener: (req: InstanceType, socket: stream.Duplex) => void, + ): this; + prependListener(event: "request", listener: RequestListener): this; + prependListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "checkContinue", listener: RequestListener): this; + prependOnceListener(event: "checkExpectation", listener: RequestListener): this; + prependOnceListener(event: "clientError", listener: (err: Error, socket: stream.Duplex) => void): this; + prependOnceListener( + event: "connect", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + prependOnceListener( + event: "dropRequest", + listener: (req: InstanceType, socket: stream.Duplex) => void, + ): this; + prependOnceListener(event: "request", listener: RequestListener): this; + prependOnceListener( + event: "upgrade", + listener: (req: InstanceType, socket: stream.Duplex, head: Buffer) => void, + ): this; + } + /** + * This class serves as the parent class of {@link ClientRequest} and {@link ServerResponse}. It is an abstract outgoing message from + * the perspective of the participants of an HTTP transaction. + * @since v0.1.17 + */ + class OutgoingMessage extends stream.Writable { + readonly req: Request; + chunkedEncoding: boolean; + shouldKeepAlive: boolean; + useChunkedEncodingByDefault: boolean; + sendDate: boolean; + /** + * @deprecated Use `writableEnded` instead. + */ + finished: boolean; + /** + * Read-only. `true` if the headers were sent, otherwise `false`. + * @since v0.9.3 + */ + readonly headersSent: boolean; + /** + * Alias of `outgoingMessage.socket`. + * @since v0.3.0 + * @deprecated Since v15.12.0,v14.17.1 - Use `socket` instead. + */ + readonly connection: Socket | null; + /** + * Reference to the underlying socket. Usually, users will not want to access + * this property. + * + * After calling `outgoingMessage.end()`, this property will be nulled. + * @since v0.3.0 + */ + readonly socket: Socket | null; + constructor(); + /** + * Once a socket is associated with the message and is connected, `socket.setTimeout()` will be called with `msecs` as the first parameter. + * @since v0.9.12 + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `timeout` event. + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * Sets a single header value. If the header already exists in the to-be-sent + * headers, its value will be replaced. Use an array of strings to send multiple + * headers with the same name. + * @since v0.4.0 + * @param name Header name + * @param value Header value + */ + setHeader(name: string, value: number | string | readonly string[]): this; + /** + * Sets multiple header values for implicit headers. headers must be an instance of + * `Headers` or `Map`, if a header already exists in the to-be-sent headers, its + * value will be replaced. + * + * ```js + * const headers = new Headers({ foo: 'bar' }); + * outgoingMessage.setHeaders(headers); + * ``` + * + * or + * + * ```js + * const headers = new Map([['foo', 'bar']]); + * outgoingMessage.setHeaders(headers); + * ``` + * + * When headers have been set with `outgoingMessage.setHeaders()`, they will be + * merged with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * const headers = new Headers({ 'Content-Type': 'text/html' }); + * res.setHeaders(headers); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * @since v19.6.0, v18.15.0 + * @param name Header name + * @param value Header value + */ + setHeaders(headers: Headers | Map): this; + /** + * Append a single header value to the header object. + * + * If the value is an array, this is equivalent to calling this method multiple + * times. + * + * If there were no previous values for the header, this is equivalent to calling `outgoingMessage.setHeader(name, value)`. + * + * Depending of the value of `options.uniqueHeaders` when the client request or the + * server were created, this will end up in the header being sent multiple times or + * a single time with values joined using `; `. + * @since v18.3.0, v16.17.0 + * @param name Header name + * @param value Header value + */ + appendHeader(name: string, value: string | readonly string[]): this; + /** + * Gets the value of the HTTP header with the given name. If that header is not + * set, the returned value will be `undefined`. + * @since v0.4.0 + * @param name Name of header + */ + getHeader(name: string): number | string | string[] | undefined; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow + * copy is used, array values may be mutated without additional calls to + * various header-related HTTP module methods. The keys of the returned + * object are the header names and the values are the respective header + * values. All header names are lowercase. + * + * The object returned by the `outgoingMessage.getHeaders()` method does + * not prototypically inherit from the JavaScript `Object`. This means that + * typical `Object` methods such as `obj.toString()`, `obj.hasOwnProperty()`, + * and others are not defined and will not work. + * + * ```js + * outgoingMessage.setHeader('Foo', 'bar'); + * outgoingMessage.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = outgoingMessage.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v7.7.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All names are lowercase. + * @since v7.7.0 + */ + getHeaderNames(): string[]; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name is case-insensitive. + * + * ```js + * const hasContentType = outgoingMessage.hasHeader('content-type'); + * ``` + * @since v7.7.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that is queued for implicit sending. + * + * ```js + * outgoingMessage.removeHeader('Content-Encoding'); + * ``` + * @since v0.4.0 + * @param name Header name + */ + removeHeader(name: string): void; + /** + * Adds HTTP trailers (headers but at the end of the message) to the message. + * + * Trailers will **only** be emitted if the message is chunked encoded. If not, + * the trailers will be silently discarded. + * + * HTTP requires the `Trailer` header to be sent to emit trailers, + * with a list of header field names in its value, e.g. + * + * ```js + * message.writeHead(200, { 'Content-Type': 'text/plain', + * 'Trailer': 'Content-MD5' }); + * message.write(fileData); + * message.addTrailers({ 'Content-MD5': '7895bf4b8828b55ceaf47747b4bca667' }); + * message.end(); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v0.3.0 + */ + addTrailers(headers: OutgoingHttpHeaders | ReadonlyArray<[string, string]>): void; + /** + * Flushes the message headers. + * + * For efficiency reason, Node.js normally buffers the message headers + * until `outgoingMessage.end()` is called or the first chunk of message data + * is written. It then tries to pack the headers and data into a single TCP + * packet. + * + * It is usually desired (it saves a TCP round-trip), but not when the first + * data is not sent until possibly much later. `outgoingMessage.flushHeaders()` bypasses the optimization and kickstarts the message. + * @since v1.6.0 + */ + flushHeaders(): void; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v0.1.17 + */ + class ServerResponse extends OutgoingMessage { + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v0.4.0 + */ + statusCode: number; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status message that will be sent to the client when + * the headers get flushed. If this is left as `undefined` then the standard + * message for the status code will be used. + * + * ```js + * response.statusMessage = 'Not found'; + * ``` + * + * After response header was sent to the client, this property indicates the + * status message which was sent out. + * @since v0.11.8 + */ + statusMessage: string; + /** + * If set to `true`, Node.js will check whether the `Content-Length` header value and the size of the body, in bytes, are equal. + * Mismatching the `Content-Length` header value will result + * in an `Error` being thrown, identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`. + * @since v18.10.0, v16.18.0 + */ + strictContentLength: boolean; + constructor(req: Request); + assignSocket(socket: Socket): void; + detachSocket(socket: Socket): void; + /** + * Sends an HTTP/1.1 100 Continue message to the client, indicating that + * the request body should be sent. See the `'checkContinue'` event on `Server`. + * @since v0.3.0 + */ + writeContinue(callback?: () => void): void; + /** + * Sends an HTTP/1.1 103 Early Hints message to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. The optional `callback` argument will be called when + * the response message has been written. + * + * **Example** + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * 'x-trace-id': 'id for diagnostics', + * }); + * + * const earlyHintsCallback = () => console.log('early hints message sent'); + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * }, earlyHintsCallback); + * ``` + * @since v18.11.0 + * @param hints An object containing the values of headers + * @param callback Will be called when the response message has been written + */ + writeEarlyHints(hints: Record, callback?: () => void): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * Optionally one can give a human-readable `statusMessage` as the second + * argument. + * + * `headers` may be an `Array` where the keys and values are in the same list. + * It is _not_ a list of tuples. So, the even-numbered offsets are key values, + * and the odd-numbered offsets are the associated values. The array is in the same + * format as `request.rawHeaders`. + * + * Returns a reference to the `ServerResponse`, so that calls can be chained. + * + * ```js + * const body = 'hello world'; + * response + * .writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain', + * }) + * .end(body); + * ``` + * + * This method must only be called once on a message and it must + * be called before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * If this method is called and `response.setHeader()` has not been called, + * it will directly write the supplied header values onto the network channel + * without caching internally, and the `response.getHeader()` on the header + * will not yield the expected result. If progressive population of headers is + * desired with potential future retrieval and modification, use `response.setHeader()` instead. + * + * ```js + * // Returns content-type = text/plain + * const server = http.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain' }); + * res.end('ok'); + * }); + * ``` + * + * `Content-Length` is read in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. Node.js + * will check whether `Content-Length` and the length of the body which has + * been transmitted are equal or not. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a \[`Error`\]\[\] being thrown. + * @since v0.1.30 + */ + writeHead( + statusCode: number, + statusMessage?: string, + headers?: OutgoingHttpHeaders | OutgoingHttpHeader[], + ): this; + writeHead(statusCode: number, headers?: OutgoingHttpHeaders | OutgoingHttpHeader[]): this; + /** + * Sends a HTTP/1.1 102 Processing message to the client, indicating that + * the request body should be sent. + * @since v10.0.0 + */ + writeProcessing(): void; + } + interface InformationEvent { + statusCode: number; + statusMessage: string; + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + headers: IncomingHttpHeaders; + rawHeaders: string[]; + } + /** + * This object is created internally and returned from {@link request}. It + * represents an _in-progress_ request whose header has already been queued. The + * header is still mutable using the `setHeader(name, value)`, `getHeader(name)`, `removeHeader(name)` API. The actual header will + * be sent along with the first data chunk or when calling `request.end()`. + * + * To get the response, add a listener for `'response'` to the request object. `'response'` will be emitted from the request object when the response + * headers have been received. The `'response'` event is executed with one + * argument which is an instance of {@link IncomingMessage}. + * + * During the `'response'` event, one can add listeners to the + * response object; particularly to listen for the `'data'` event. + * + * If no `'response'` handler is added, then the response will be + * entirely discarded. However, if a `'response'` event handler is added, + * then the data from the response object **must** be consumed, either by + * calling `response.read()` whenever there is a `'readable'` event, or + * by adding a `'data'` handler, or by calling the `.resume()` method. + * Until the data is consumed, the `'end'` event will not fire. Also, until + * the data is read it will consume memory that can eventually lead to a + * 'process out of memory' error. + * + * For backward compatibility, `res` will only emit `'error'` if there is an `'error'` listener registered. + * + * Set `Content-Length` header to limit the response body size. + * If `response.strictContentLength` is set to `true`, mismatching the `Content-Length` header value will result in an `Error` being thrown, + * identified by `code:``'ERR_HTTP_CONTENT_LENGTH_MISMATCH'`. + * + * `Content-Length` value should be in bytes, not characters. Use `Buffer.byteLength()` to determine the length of the body in bytes. + * @since v0.1.17 + */ + class ClientRequest extends OutgoingMessage { + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v0.11.14 + * @deprecated Since v17.0.0, v16.12.0 - Check `destroyed` instead. + */ + aborted: boolean; + /** + * The request host. + * @since v14.5.0, v12.19.0 + */ + host: string; + /** + * The request protocol. + * @since v14.5.0, v12.19.0 + */ + protocol: string; + /** + * When sending request through a keep-alive enabled agent, the underlying socket + * might be reused. But if server closes connection at unfortunate time, client + * may run into a 'ECONNRESET' error. + * + * ```js + * import http from 'node:http'; + * + * // Server has a 5 seconds keep-alive timeout by default + * http + * .createServer((req, res) => { + * res.write('hello\n'); + * res.end(); + * }) + * .listen(3000); + * + * setInterval(() => { + * // Adapting a keep-alive agent + * http.get('http://localhost:3000', { agent }, (res) => { + * res.on('data', (data) => { + * // Do nothing + * }); + * }); + * }, 5000); // Sending request on 5s interval so it's easy to hit idle timeout + * ``` + * + * By marking a request whether it reused socket or not, we can do + * automatic error retry base on it. + * + * ```js + * import http from 'node:http'; + * const agent = new http.Agent({ keepAlive: true }); + * + * function retriableRequest() { + * const req = http + * .get('http://localhost:3000', { agent }, (res) => { + * // ... + * }) + * .on('error', (err) => { + * // Check if retry is needed + * if (req.reusedSocket && err.code === 'ECONNRESET') { + * retriableRequest(); + * } + * }); + * } + * + * retriableRequest(); + * ``` + * @since v13.0.0, v12.16.0 + */ + reusedSocket: boolean; + /** + * Limits maximum response headers count. If set to 0, no limit will be applied. + */ + maxHeadersCount: number; + constructor(url: string | URL | ClientRequestArgs, cb?: (res: IncomingMessage) => void); + /** + * The request method. + * @since v0.1.97 + */ + method: string; + /** + * The request path. + * @since v0.4.0 + */ + path: string; + /** + * Marks the request as aborting. Calling this will cause remaining data + * in the response to be dropped and the socket to be destroyed. + * @since v0.3.8 + * @deprecated Since v14.1.0,v13.14.0 - Use `destroy` instead. + */ + abort(): void; + onSocket(socket: Socket): void; + /** + * Once a socket is assigned to this request and is connected `socket.setTimeout()` will be called. + * @since v0.5.9 + * @param timeout Milliseconds before a request times out. + * @param callback Optional function to be called when a timeout occurs. Same as binding to the `'timeout'` event. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Once a socket is assigned to this request and is connected `socket.setNoDelay()` will be called. + * @since v0.5.9 + */ + setNoDelay(noDelay?: boolean): void; + /** + * Once a socket is assigned to this request and is connected `socket.setKeepAlive()` will be called. + * @since v0.5.9 + */ + setSocketKeepAlive(enable?: boolean, initialDelay?: number): void; + /** + * Returns an array containing the unique names of the current outgoing raw + * headers. Header names are returned with their exact casing being set. + * + * ```js + * request.setHeader('Foo', 'bar'); + * request.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = request.getRawHeaderNames(); + * // headerNames === ['Foo', 'Set-Cookie'] + * ``` + * @since v15.13.0, v14.17.0 + */ + getRawHeaderNames(): string[]; + /** + * @deprecated + */ + addListener(event: "abort", listener: () => void): this; + addListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: "continue", listener: () => void): this; + addListener(event: "information", listener: (info: InformationEvent) => void): this; + addListener(event: "response", listener: (response: IncomingMessage) => void): this; + addListener(event: "socket", listener: (socket: Socket) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + on(event: "abort", listener: () => void): this; + on(event: "connect", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: "continue", listener: () => void): this; + on(event: "information", listener: (info: InformationEvent) => void): this; + on(event: "response", listener: (response: IncomingMessage) => void): this; + on(event: "socket", listener: (socket: Socket) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: "upgrade", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + once(event: "abort", listener: () => void): this; + once(event: "connect", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: "continue", listener: () => void): this; + once(event: "information", listener: (info: InformationEvent) => void): this; + once(event: "response", listener: (response: IncomingMessage) => void): this; + once(event: "socket", listener: (socket: Socket) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: "upgrade", listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependListener(event: "abort", listener: () => void): this; + prependListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: "continue", listener: () => void): this; + prependListener(event: "information", listener: (info: InformationEvent) => void): this; + prependListener(event: "response", listener: (response: IncomingMessage) => void): this; + prependListener(event: "socket", listener: (socket: Socket) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + /** + * @deprecated + */ + prependOnceListener(event: "abort", listener: () => void): this; + prependOnceListener( + event: "connect", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: "continue", listener: () => void): this; + prependOnceListener(event: "information", listener: (info: InformationEvent) => void): this; + prependOnceListener(event: "response", listener: (response: IncomingMessage) => void): this; + prependOnceListener(event: "socket", listener: (socket: Socket) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener( + event: "upgrade", + listener: (response: IncomingMessage, socket: Socket, head: Buffer) => void, + ): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * An `IncomingMessage` object is created by {@link Server} or {@link ClientRequest} and passed as the first argument to the `'request'` and `'response'` event respectively. It may be used to + * access response + * status, headers, and data. + * + * Different from its `socket` value which is a subclass of `stream.Duplex`, the `IncomingMessage` itself extends `stream.Readable` and is created separately to + * parse and emit the incoming HTTP headers and payload, as the underlying socket + * may be reused multiple times in case of keep-alive. + * @since v0.1.17 + */ + class IncomingMessage extends stream.Readable { + constructor(socket: Socket); + /** + * The `message.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + * @deprecated Since v17.0.0,v16.12.0 - Check `message.destroyed` from stream.Readable. + */ + aborted: boolean; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. + * Probably either `'1.1'` or `'1.0'`. + * + * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second. + * @since v0.1.1 + */ + httpVersion: string; + httpVersionMajor: number; + httpVersionMinor: number; + /** + * The `message.complete` property will be `true` if a complete HTTP message has + * been received and successfully parsed. + * + * This property is particularly useful as a means of determining if a client or + * server fully transmitted a message before a connection was terminated: + * + * ```js + * const req = http.request({ + * host: '127.0.0.1', + * port: 8080, + * method: 'POST', + * }, (res) => { + * res.resume(); + * res.on('end', () => { + * if (!res.complete) + * console.error( + * 'The connection was terminated while the message was still being sent'); + * }); + * }); + * ``` + * @since v0.3.0 + */ + complete: boolean; + /** + * Alias for `message.socket`. + * @since v0.1.90 + * @deprecated Since v16.0.0 - Use `socket`. + */ + connection: Socket; + /** + * The `net.Socket` object associated with the connection. + * + * With HTTPS support, use `request.socket.getPeerCertificate()` to obtain the + * client's authentication details. + * + * This property is guaranteed to be an instance of the `net.Socket` class, + * a subclass of `stream.Duplex`, unless the user specified a socket + * type other than `net.Socket` or internally nulled. + * @since v0.3.0 + */ + socket: Socket; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * Duplicates in raw headers are handled in the following ways, depending on the + * header name: + * + * * Duplicates of `age`, `authorization`, `content-length`, `content-type`, `etag`, `expires`, `from`, `host`, `if-modified-since`, `if-unmodified-since`, `last-modified`, `location`, + * `max-forwards`, `proxy-authorization`, `referer`, `retry-after`, `server`, or `user-agent` are discarded. + * To allow duplicate values of the headers listed above to be joined, + * use the option `joinDuplicateHeaders` in {@link request} and {@link createServer}. See RFC 9110 Section 5.3 for more + * information. + * * `set-cookie` is always an array. Duplicates are added to the array. + * * For duplicate `cookie` headers, the values are joined together with `; `. + * * For all other headers, the values are joined together with `, `. + * @since v0.1.5 + */ + headers: IncomingHttpHeaders; + /** + * Similar to `message.headers`, but there is no join logic and the values are + * always arrays of strings, even for headers received just once. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': ['curl/7.22.0'], + * // host: ['127.0.0.1:8000'], + * // accept: ['*'] } + * console.log(request.headersDistinct); + * ``` + * @since v18.3.0, v16.17.0 + */ + headersDistinct: NodeJS.Dict; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v0.11.6 + */ + rawHeaders: string[]; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v0.3.0 + */ + trailers: NodeJS.Dict; + /** + * Similar to `message.trailers`, but there is no join logic and the values are + * always arrays of strings, even for headers received just once. + * Only populated at the `'end'` event. + * @since v18.3.0, v16.17.0 + */ + trailersDistinct: NodeJS.Dict; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v0.11.6 + */ + rawTrailers: string[]; + /** + * Calls `message.socket.setTimeout(msecs, callback)`. + * @since v0.5.9 + */ + setTimeout(msecs: number, callback?: () => void): this; + /** + * **Only valid for request obtained from {@link Server}.** + * + * The request method as a string. Read only. Examples: `'GET'`, `'DELETE'`. + * @since v0.1.1 + */ + method?: string | undefined; + /** + * **Only valid for request obtained from {@link Server}.** + * + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. Take the following request: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * To parse the URL into its parts: + * + * ```js + * new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`); + * ``` + * + * When `request.url` is `'/status?name=ryan'` and `process.env.HOST` is undefined: + * + * ```console + * $ node + * > new URL(`http://${process.env.HOST ?? 'localhost'}${request.url}`); + * URL { + * href: 'http://localhost/status?name=ryan', + * origin: 'http://localhost', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'localhost', + * hostname: 'localhost', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * + * Ensure that you set `process.env.HOST` to the server's host name, or consider replacing this part entirely. If using `req.headers.host`, ensure proper + * validation is used, as clients may specify a custom `Host` header. + * @since v0.1.90 + */ + url?: string | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The 3-digit HTTP response status code. E.G. `404`. + * @since v0.1.1 + */ + statusCode?: number | undefined; + /** + * **Only valid for response obtained from {@link ClientRequest}.** + * + * The HTTP response status message (reason phrase). E.G. `OK` or `Internal Server Error`. + * @since v0.11.10 + */ + statusMessage?: string | undefined; + /** + * Calls `destroy()` on the socket that received the `IncomingMessage`. If `error` is provided, an `'error'` event is emitted on the socket and `error` is passed + * as an argument to any listeners on the event. + * @since v0.3.0 + */ + destroy(error?: Error): this; + } + interface AgentOptions extends Partial { + /** + * Keep sockets around in a pool to be used by other requests in the future. Default = false + */ + keepAlive?: boolean | undefined; + /** + * When using HTTP KeepAlive, how often to send TCP KeepAlive packets over sockets being kept alive. Default = 1000. + * Only relevant if keepAlive is set to true. + */ + keepAliveMsecs?: number | undefined; + /** + * Maximum number of sockets to allow per host. Default for Node 0.10 is 5, default for Node 0.12 is Infinity + */ + maxSockets?: number | undefined; + /** + * Maximum number of sockets allowed for all hosts in total. Each request will use a new socket until the maximum is reached. Default: Infinity. + */ + maxTotalSockets?: number | undefined; + /** + * Maximum number of sockets to leave open in a free state. Only relevant if keepAlive is set to true. Default = 256. + */ + maxFreeSockets?: number | undefined; + /** + * Socket timeout in milliseconds. This will set the timeout after the socket is connected. + */ + timeout?: number | undefined; + /** + * Scheduling strategy to apply when picking the next free socket to use. + * @default `lifo` + */ + scheduling?: "fifo" | "lifo" | undefined; + } + /** + * An `Agent` is responsible for managing connection persistence + * and reuse for HTTP clients. It maintains a queue of pending requests + * for a given host and port, reusing a single socket connection for each + * until the queue is empty, at which time the socket is either destroyed + * or put into a pool where it is kept to be used again for requests to the + * same host and port. Whether it is destroyed or pooled depends on the `keepAlive` `option`. + * + * Pooled connections have TCP Keep-Alive enabled for them, but servers may + * still close idle connections, in which case they will be removed from the + * pool and a new connection will be made when a new HTTP request is made for + * that host and port. Servers may also refuse to allow multiple requests + * over the same connection, in which case the connection will have to be + * remade for every request and cannot be pooled. The `Agent` will still make + * the requests to that server, but each one will occur over a new connection. + * + * When a connection is closed by the client or the server, it is removed + * from the pool. Any unused sockets in the pool will be unrefed so as not + * to keep the Node.js process running when there are no outstanding requests. + * (see `socket.unref()`). + * + * It is good practice, to `destroy()` an `Agent` instance when it is no + * longer in use, because unused sockets consume OS resources. + * + * Sockets are removed from an agent when the socket emits either + * a `'close'` event or an `'agentRemove'` event. When intending to keep one + * HTTP request open for a long time without keeping it in the agent, something + * like the following may be done: + * + * ```js + * http.get(options, (res) => { + * // Do stuff + * }).on('socket', (socket) => { + * socket.emit('agentRemove'); + * }); + * ``` + * + * An agent may also be used for an individual request. By providing `{agent: false}` as an option to the `http.get()` or `http.request()` functions, a one-time use `Agent` with default options + * will be used + * for the client connection. + * + * `agent:false`: + * + * ```js + * http.get({ + * hostname: 'localhost', + * port: 80, + * path: '/', + * agent: false, // Create a new agent just for this one request + * }, (res) => { + * // Do stuff with response + * }); + * ``` + * + * `options` in [`socket.connect()`](https://nodejs.org/docs/latest-v22.x/api/net.html#socketconnectoptions-connectlistener) are also supported. + * + * To configure any of them, a custom {@link Agent} instance must be created. + * + * ```js + * import http from 'node:http'; + * const keepAliveAgent = new http.Agent({ keepAlive: true }); + * options.agent = keepAliveAgent; + * http.request(options, onResponseCallback) + * ``` + * @since v0.3.4 + */ + class Agent extends EventEmitter { + /** + * By default set to 256. For agents with `keepAlive` enabled, this + * sets the maximum number of sockets that will be left open in the free + * state. + * @since v0.11.7 + */ + maxFreeSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open per origin. Origin is the returned value of `agent.getName()`. + * @since v0.3.6 + */ + maxSockets: number; + /** + * By default set to `Infinity`. Determines how many concurrent sockets the agent + * can have open. Unlike `maxSockets`, this parameter applies across all origins. + * @since v14.5.0, v12.19.0 + */ + maxTotalSockets: number; + /** + * An object which contains arrays of sockets currently awaiting use by + * the agent when `keepAlive` is enabled. Do not modify. + * + * Sockets in the `freeSockets` list will be automatically destroyed and + * removed from the array on `'timeout'`. + * @since v0.11.4 + */ + readonly freeSockets: NodeJS.ReadOnlyDict; + /** + * An object which contains arrays of sockets currently in use by the + * agent. Do not modify. + * @since v0.3.6 + */ + readonly sockets: NodeJS.ReadOnlyDict; + /** + * An object which contains queues of requests that have not yet been assigned to + * sockets. Do not modify. + * @since v0.5.9 + */ + readonly requests: NodeJS.ReadOnlyDict; + constructor(opts?: AgentOptions); + /** + * Destroy any sockets that are currently in use by the agent. + * + * It is usually not necessary to do this. However, if using an + * agent with `keepAlive` enabled, then it is best to explicitly shut down + * the agent when it is no longer needed. Otherwise, + * sockets might stay open for quite a long time before the server + * terminates them. + * @since v0.11.4 + */ + destroy(): void; + } + const METHODS: string[]; + const STATUS_CODES: { + [errorCode: number]: string | undefined; + [errorCode: string]: string | undefined; + }; + /** + * Returns a new instance of {@link Server}. + * + * The `requestListener` is a function which is automatically + * added to the `'request'` event. + * + * ```js + * import http from 'node:http'; + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * + * ```js + * import http from 'node:http'; + * + * // Create a local server to receive data from + * const server = http.createServer(); + * + * // Listen to the request event + * server.on('request', (request, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.1.13 + */ + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + >(requestListener?: RequestListener): Server; + function createServer< + Request extends typeof IncomingMessage = typeof IncomingMessage, + Response extends typeof ServerResponse> = typeof ServerResponse, + >( + options: ServerOptions, + requestListener?: RequestListener, + ): Server; + // although RequestOptions are passed as ClientRequestArgs to ClientRequest directly, + // create interface RequestOptions would make the naming more clear to developers + interface RequestOptions extends ClientRequestArgs {} + /** + * `options` in `socket.connect()` are also supported. + * + * Node.js maintains several connections per server to make HTTP requests. + * This function allows one to transparently issue requests. + * + * `url` can be a string or a `URL` object. If `url` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * If both `url` and `options` are specified, the objects are merged, with the `options` properties taking precedence. + * + * The optional `callback` parameter will be added as a one-time listener for + * the `'response'` event. + * + * `http.request()` returns an instance of the {@link ClientRequest} class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * import http from 'node:http'; + * import { Buffer } from 'node:buffer'; + * + * const postData = JSON.stringify({ + * 'msg': 'Hello World!', + * }); + * + * const options = { + * hostname: 'www.google.com', + * port: 80, + * path: '/upload', + * method: 'POST', + * headers: { + * 'Content-Type': 'application/json', + * 'Content-Length': Buffer.byteLength(postData), + * }, + * }; + * + * const req = http.request(options, (res) => { + * console.log(`STATUS: ${res.statusCode}`); + * console.log(`HEADERS: ${JSON.stringify(res.headers)}`); + * res.setEncoding('utf8'); + * res.on('data', (chunk) => { + * console.log(`BODY: ${chunk}`); + * }); + * res.on('end', () => { + * console.log('No more data in response.'); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(`problem with request: ${e.message}`); + * }); + * + * // Write data to request body + * req.write(postData); + * req.end(); + * ``` + * + * In the example `req.end()` was called. With `http.request()` one + * must always call `req.end()` to signify the end of the request - + * even if there is no data being written to the request body. + * + * If any error is encountered during the request (be that with DNS resolution, + * TCP level errors, or actual HTTP parse errors) an `'error'` event is emitted + * on the returned request object. As with all `'error'` events, if no listeners + * are registered the error will be thrown. + * + * There are a few special headers that should be noted. + * + * * Sending a 'Connection: keep-alive' will notify Node.js that the connection to + * the server should be persisted until the next request. + * * Sending a 'Content-Length' header will disable the default chunked encoding. + * * Sending an 'Expect' header will immediately send the request headers. + * Usually, when sending 'Expect: 100-continue', both a timeout and a listener + * for the `'continue'` event should be set. See RFC 2616 Section 8.2.3 for more + * information. + * * Sending an Authorization header will override using the `auth` option + * to compute basic authentication. + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('http://abc:xyz@example.com'); + * + * const req = http.request(options, (res) => { + * // ... + * }); + * ``` + * + * In a successful request, the following events will be emitted in the following + * order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * (`'data'` will not be emitted at all if the response body is empty, for + * instance, in most redirects) + * * `'end'` on the `res` object + * * `'close'` + * + * In the case of a connection error, the following events will be emitted: + * + * * `'socket'` + * * `'error'` + * * `'close'` + * + * In the case of a premature connection close before the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'` + * * `'close'` + * + * In the case of a premature connection close after the response is received, + * the following events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (connection closed here) + * * `'aborted'` on the `res` object + * * `'close'` + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'` + * * `'close'` on the `res` object + * + * If `req.destroy()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` + * + * If `req.destroy()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.destroy()` called here) + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` + * + * If `req.destroy()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.destroy()` called here) + * * `'aborted'` on the `res` object + * * `'close'` + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`, or the error with which `req.destroy()` was called + * * `'close'` on the `res` object + * + * If `req.abort()` is called before a socket is assigned, the following + * events will be emitted in the following order: + * + * * (`req.abort()` called here) + * * `'abort'` + * * `'close'` + * + * If `req.abort()` is called before the connection succeeds, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * (`req.abort()` called here) + * * `'abort'` + * * `'error'` with an error with message `'Error: socket hang up'` and code `'ECONNRESET'` + * * `'close'` + * + * If `req.abort()` is called after the response is received, the following + * events will be emitted in the following order: + * + * * `'socket'` + * * `'response'` + * * `'data'` any number of times, on the `res` object + * * (`req.abort()` called here) + * * `'abort'` + * * `'aborted'` on the `res` object + * * `'error'` on the `res` object with an error with message `'Error: aborted'` and code `'ECONNRESET'`. + * * `'close'` + * * `'close'` on the `res` object + * + * Setting the `timeout` option or using the `setTimeout()` function will + * not abort the request or do anything besides add a `'timeout'` event. + * + * Passing an `AbortSignal` and then calling `abort()` on the corresponding `AbortController` will behave the same way as calling `.destroy()` on the + * request. Specifically, the `'error'` event will be emitted with an error with + * the message `'AbortError: The operation was aborted'`, the code `'ABORT_ERR'` and the `cause`, if one was provided. + * @since v0.3.6 + */ + function request(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: IncomingMessage) => void, + ): ClientRequest; + /** + * Since most requests are GET requests without bodies, Node.js provides this + * convenience method. The only difference between this method and {@link request} is that it sets the method to GET by default and calls `req.end()` automatically. The callback must take care to + * consume the response + * data for reasons stated in {@link ClientRequest} section. + * + * The `callback` is invoked with a single argument that is an instance of {@link IncomingMessage}. + * + * JSON fetching example: + * + * ```js + * http.get('http://localhost:8000/', (res) => { + * const { statusCode } = res; + * const contentType = res.headers['content-type']; + * + * let error; + * // Any 2xx status code signals a successful response but + * // here we're only checking for 200. + * if (statusCode !== 200) { + * error = new Error('Request Failed.\n' + + * `Status Code: ${statusCode}`); + * } else if (!/^application\/json/.test(contentType)) { + * error = new Error('Invalid content-type.\n' + + * `Expected application/json but received ${contentType}`); + * } + * if (error) { + * console.error(error.message); + * // Consume response data to free up memory + * res.resume(); + * return; + * } + * + * res.setEncoding('utf8'); + * let rawData = ''; + * res.on('data', (chunk) => { rawData += chunk; }); + * res.on('end', () => { + * try { + * const parsedData = JSON.parse(rawData); + * console.log(parsedData); + * } catch (e) { + * console.error(e.message); + * } + * }); + * }).on('error', (e) => { + * console.error(`Got error: ${e.message}`); + * }); + * + * // Create a local server to receive data from + * const server = http.createServer((req, res) => { + * res.writeHead(200, { 'Content-Type': 'application/json' }); + * res.end(JSON.stringify({ + * data: 'Hello World!', + * })); + * }); + * + * server.listen(8000); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the method set to GET by default. + */ + function get(options: RequestOptions | string | URL, callback?: (res: IncomingMessage) => void): ClientRequest; + function get(url: string | URL, options: RequestOptions, callback?: (res: IncomingMessage) => void): ClientRequest; + /** + * Performs the low-level validations on the provided `name` that are done when `res.setHeader(name, value)` is called. + * + * Passing illegal value as `name` will result in a `TypeError` being thrown, + * identified by `code: 'ERR_INVALID_HTTP_TOKEN'`. + * + * It is not necessary to use this method before passing headers to an HTTP request + * or response. The HTTP module will automatically validate such headers. + * + * Example: + * + * ```js + * import { validateHeaderName } from 'node:http'; + * + * try { + * validateHeaderName(''); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code); // --> 'ERR_INVALID_HTTP_TOKEN' + * console.error(err.message); // --> 'Header name must be a valid HTTP token [""]' + * } + * ``` + * @since v14.3.0 + * @param [label='Header name'] Label for error message. + */ + function validateHeaderName(name: string): void; + /** + * Performs the low-level validations on the provided `value` that are done when `res.setHeader(name, value)` is called. + * + * Passing illegal value as `value` will result in a `TypeError` being thrown. + * + * * Undefined value error is identified by `code: 'ERR_HTTP_INVALID_HEADER_VALUE'`. + * * Invalid value character error is identified by `code: 'ERR_INVALID_CHAR'`. + * + * It is not necessary to use this method before passing headers to an HTTP request + * or response. The HTTP module will automatically validate such headers. + * + * Examples: + * + * ```js + * import { validateHeaderValue } from 'node:http'; + * + * try { + * validateHeaderValue('x-my-header', undefined); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code === 'ERR_HTTP_INVALID_HEADER_VALUE'); // --> true + * console.error(err.message); // --> 'Invalid value "undefined" for header "x-my-header"' + * } + * + * try { + * validateHeaderValue('x-my-header', 'oʊmɪɡə'); + * } catch (err) { + * console.error(err instanceof TypeError); // --> true + * console.error(err.code === 'ERR_INVALID_CHAR'); // --> true + * console.error(err.message); // --> 'Invalid character in header content ["x-my-header"]' + * } + * ``` + * @since v14.3.0 + * @param name Header name + * @param value Header value + */ + function validateHeaderValue(name: string, value: string): void; + /** + * Set the maximum number of idle HTTP parsers. + * @since v18.8.0, v16.18.0 + * @param [max=1000] + */ + function setMaxIdleHTTPParsers(max: number): void; + /** + * Global instance of `Agent` which is used as the default for all HTTP client + * requests. Diverges from a default `Agent` configuration by having `keepAlive` + * enabled and a `timeout` of 5 seconds. + * @since v0.5.9 + */ + let globalAgent: Agent; + /** + * Read-only property specifying the maximum allowed size of HTTP headers in bytes. + * Defaults to 16KB. Configurable using the `--max-http-header-size` CLI option. + */ + const maxHeaderSize: number; + /** + * A browser-compatible implementation of [WebSocket](https://nodejs.org/docs/latest/api/http.html#websocket). + * @since v22.5.0 + */ + const WebSocket: import("undici-types").WebSocket; + /** + * @since v22.5.0 + */ + const CloseEvent: import("undici-types").CloseEvent; + /** + * @since v22.5.0 + */ + const MessageEvent: import("undici-types").MessageEvent; +} +declare module "node:http" { + export * from "http"; +} diff --git a/server/node_modules/@types/node/http2.d.ts b/server/node_modules/@types/node/http2.d.ts new file mode 100644 index 000000000..b74e1a6b2 --- /dev/null +++ b/server/node_modules/@types/node/http2.d.ts @@ -0,0 +1,2558 @@ +/** + * The `node:http2` module provides an implementation of the [HTTP/2](https://tools.ietf.org/html/rfc7540) protocol. + * It can be accessed using: + * + * ```js + * import http2 from 'node:http2'; + * ``` + * @since v8.4.0 + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/http2.js) + */ +declare module "http2" { + import EventEmitter = require("node:events"); + import * as fs from "node:fs"; + import * as net from "node:net"; + import * as stream from "node:stream"; + import * as tls from "node:tls"; + import * as url from "node:url"; + import { + IncomingHttpHeaders as Http1IncomingHttpHeaders, + IncomingMessage, + OutgoingHttpHeaders, + ServerResponse, + } from "node:http"; + export { OutgoingHttpHeaders } from "node:http"; + export interface IncomingHttpStatusHeader { + ":status"?: number | undefined; + } + export interface IncomingHttpHeaders extends Http1IncomingHttpHeaders { + ":path"?: string | undefined; + ":method"?: string | undefined; + ":authority"?: string | undefined; + ":scheme"?: string | undefined; + } + // Http2Stream + export interface StreamPriorityOptions { + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + silent?: boolean | undefined; + } + export interface StreamState { + localWindowSize?: number | undefined; + state?: number | undefined; + localClose?: number | undefined; + remoteClose?: number | undefined; + sumDependencyWeight?: number | undefined; + weight?: number | undefined; + } + export interface ServerStreamResponseOptions { + endStream?: boolean | undefined; + waitForTrailers?: boolean | undefined; + } + export interface StatOptions { + offset: number; + length: number; + } + export interface ServerStreamFileResponseOptions { + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + statCheck?(stats: fs.Stats, headers: OutgoingHttpHeaders, statOptions: StatOptions): void | boolean; + waitForTrailers?: boolean | undefined; + offset?: number | undefined; + length?: number | undefined; + } + export interface ServerStreamFileResponseOptionsWithError extends ServerStreamFileResponseOptions { + onError?(err: NodeJS.ErrnoException): void; + } + export interface Http2Stream extends stream.Duplex { + /** + * Set to `true` if the `Http2Stream` instance was aborted abnormally. When set, + * the `'aborted'` event will have been emitted. + * @since v8.4.0 + */ + readonly aborted: boolean; + /** + * This property shows the number of characters currently buffered to be written. + * See `net.Socket.bufferSize` for details. + * @since v11.2.0, v10.16.0 + */ + readonly bufferSize: number; + /** + * Set to `true` if the `Http2Stream` instance has been closed. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Set to `true` if the `Http2Stream` instance has been destroyed and is no longer + * usable. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Set to `true` if the `END_STREAM` flag was set in the request or response + * HEADERS frame received, indicating that no additional data should be received + * and the readable side of the `Http2Stream` will be closed. + * @since v10.11.0 + */ + readonly endAfterHeaders: boolean; + /** + * The numeric stream identifier of this `Http2Stream` instance. Set to `undefined` if the stream identifier has not yet been assigned. + * @since v8.4.0 + */ + readonly id?: number | undefined; + /** + * Set to `true` if the `Http2Stream` instance has not yet been assigned a + * numeric stream identifier. + * @since v9.4.0 + */ + readonly pending: boolean; + /** + * Set to the `RST_STREAM` `error code` reported when the `Http2Stream` is + * destroyed after either receiving an `RST_STREAM` frame from the connected peer, + * calling `http2stream.close()`, or `http2stream.destroy()`. Will be `undefined` if the `Http2Stream` has not been closed. + * @since v8.4.0 + */ + readonly rstCode: number; + /** + * An object containing the outbound headers sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentHeaders: OutgoingHttpHeaders; + /** + * An array of objects containing the outbound informational (additional) headers + * sent for this `Http2Stream`. + * @since v9.5.0 + */ + readonly sentInfoHeaders?: OutgoingHttpHeaders[] | undefined; + /** + * An object containing the outbound trailers sent for this `HttpStream`. + * @since v9.5.0 + */ + readonly sentTrailers?: OutgoingHttpHeaders | undefined; + /** + * A reference to the `Http2Session` instance that owns this `Http2Stream`. The + * value will be `undefined` after the `Http2Stream` instance is destroyed. + * @since v8.4.0 + */ + readonly session: Http2Session | undefined; + /** + * Provides miscellaneous information about the current state of the `Http2Stream`. + * + * A current state of this `Http2Stream`. + * @since v8.4.0 + */ + readonly state: StreamState; + /** + * Closes the `Http2Stream` instance by sending an `RST_STREAM` frame to the + * connected HTTP/2 peer. + * @since v8.4.0 + * @param [code=http2.constants.NGHTTP2_NO_ERROR] Unsigned 32-bit integer identifying the error code. + * @param callback An optional function registered to listen for the `'close'` event. + */ + close(code?: number, callback?: () => void): void; + /** + * Updates the priority for this `Http2Stream` instance. + * @since v8.4.0 + */ + priority(options: StreamPriorityOptions): void; + /** + * ```js + * import http2 from 'node:http2'; + * const client = http2.connect('http://example.org:8000'); + * const { NGHTTP2_CANCEL } = http2.constants; + * const req = client.request({ ':path': '/' }); + * + * // Cancel the stream if there's no activity after 5 seconds + * req.setTimeout(5000, () => req.close(NGHTTP2_CANCEL)); + * ``` + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Sends a trailing `HEADERS` frame to the connected HTTP/2 peer. This method + * will cause the `Http2Stream` to be immediately closed and must only be + * called after the `'wantTrailers'` event has been emitted. When sending a + * request or sending a response, the `options.waitForTrailers` option must be set + * in order to keep the `Http2Stream` open after the final `DATA` frame so that + * trailers can be sent. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond(undefined, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ xyz: 'abc' }); + * }); + * stream.end('Hello World'); + * }); + * ``` + * + * The HTTP/1 specification forbids trailers from containing HTTP/2 pseudo-header + * fields (e.g. `':method'`, `':path'`, etc). + * @since v10.0.0 + */ + sendTrailers(headers: OutgoingHttpHeaders): void; + addListener(event: "aborted", listener: () => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: Buffer | string) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: "streamClosed", listener: (code: number) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + addListener(event: "wantTrailers", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "aborted"): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: Buffer | string): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "frameError", frameType: number, errorCode: number): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: "streamClosed", code: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "trailers", trailers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "wantTrailers"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "aborted", listener: () => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: Buffer | string) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: "streamClosed", listener: (code: number) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + on(event: "wantTrailers", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "aborted", listener: () => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: Buffer | string) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: "streamClosed", listener: (code: number) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + once(event: "wantTrailers", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "aborted", listener: () => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "streamClosed", listener: (code: number) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependListener(event: "wantTrailers", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "aborted", listener: () => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "frameError", listener: (frameType: number, errorCode: number) => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "streamClosed", listener: (code: number) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "trailers", listener: (trailers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener(event: "wantTrailers", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Stream extends Http2Stream { + addListener(event: "continue", listener: () => {}): this; + addListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + addListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + addListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "continue"): boolean; + emit(event: "headers", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: "push", headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "response", headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "continue", listener: () => {}): this; + on( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + on(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + on( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "continue", listener: () => {}): this; + once( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + once(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + once( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "continue", listener: () => {}): this; + prependListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "continue", listener: () => {}): this; + prependOnceListener( + event: "headers", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependOnceListener(event: "push", listener: (headers: IncomingHttpHeaders, flags: number) => void): this; + prependOnceListener( + event: "response", + listener: (headers: IncomingHttpHeaders & IncomingHttpStatusHeader, flags: number) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ServerHttp2Stream extends Http2Stream { + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * Read-only property mapped to the `SETTINGS_ENABLE_PUSH` flag of the remote + * client's most recent `SETTINGS` frame. Will be `true` if the remote peer + * accepts push streams, `false` otherwise. Settings are the same for every `Http2Stream` in the same `Http2Session`. + * @since v8.4.0 + */ + readonly pushAllowed: boolean; + /** + * Sends an additional informational `HEADERS` frame to the connected HTTP/2 peer. + * @since v8.4.0 + */ + additionalHeaders(headers: OutgoingHttpHeaders): void; + /** + * Initiates a push stream. The callback is invoked with the new `Http2Stream` instance created for the push stream passed as the second argument, or an `Error` passed as the first argument. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.pushStream({ ':path': '/' }, (err, pushStream, headers) => { + * if (err) throw err; + * pushStream.respond({ ':status': 200 }); + * pushStream.end('some pushed data'); + * }); + * stream.end('some data'); + * }); + * ``` + * + * Setting the weight of a push stream is not allowed in the `HEADERS` frame. Pass + * a `weight` value to `http2stream.priority` with the `silent` option set to `true` to enable server-side bandwidth balancing between concurrent streams. + * + * Calling `http2stream.pushStream()` from within a pushed stream is not permitted + * and will throw an error. + * @since v8.4.0 + * @param callback Callback that is called once the push stream has been initiated. + */ + pushStream( + headers: OutgoingHttpHeaders, + callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void, + ): void; + pushStream( + headers: OutgoingHttpHeaders, + options?: StreamPriorityOptions, + callback?: (err: Error | null, pushStream: ServerHttp2Stream, headers: OutgoingHttpHeaders) => void, + ): void; + /** + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }); + * stream.end('some data'); + * }); + * ``` + * + * Initiates a response. When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be used to send trailing header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either `http2stream.sendTrailers()` or `http2stream.close()` to close the `Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respond({ ':status': 200 }, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * stream.end('some data'); + * }); + * ``` + * @since v8.4.0 + */ + respond(headers?: OutgoingHttpHeaders, options?: ServerStreamResponseOptions): void; + /** + * Initiates a response whose data is read from the given file descriptor. No + * validation is performed on the given file descriptor. If an error occurs while + * attempting to read data using the file descriptor, the `Http2Stream` will be + * closed using an `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8', + * }; + * stream.respondWithFD(fd, headers); + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given fd. If the `statCheck` function is provided, the `http2stream.respondWithFD()` method will + * perform an `fs.fstat()` call to collect details on the provided file descriptor. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The file descriptor or `FileHandle` is not closed when the stream is closed, + * so it will need to be closed manually once it is no longer needed. + * Using the same file descriptor concurrently for multiple streams + * is not supported and may result in data loss. Re-using a file descriptor + * after a stream has finished is supported. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code _must_ call either `http2stream.sendTrailers()` + * or `http2stream.close()` to close the `Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * const fd = fs.openSync('/some/file', 'r'); + * + * const stat = fs.fstatSync(fd); + * const headers = { + * 'content-length': stat.size, + * 'last-modified': stat.mtime.toUTCString(), + * 'content-type': 'text/plain; charset=utf-8', + * }; + * stream.respondWithFD(fd, headers, { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * + * stream.on('close', () => fs.closeSync(fd)); + * }); + * ``` + * @since v8.4.0 + * @param fd A readable file descriptor. + */ + respondWithFD( + fd: number | fs.promises.FileHandle, + headers?: OutgoingHttpHeaders, + options?: ServerStreamFileResponseOptions, + ): void; + /** + * Sends a regular file as the response. The `path` must specify a regular file + * or an `'error'` event will be emitted on the `Http2Stream` object. + * + * When used, the `Http2Stream` object's `Duplex` interface will be closed + * automatically. + * + * The optional `options.statCheck` function may be specified to give user code + * an opportunity to set additional content headers based on the `fs.Stat` details + * of the given file: + * + * If an error occurs while attempting to read the file data, the `Http2Stream` will be closed using an + * `RST_STREAM` frame using the standard `INTERNAL_ERROR` code. + * If the `onError` callback is defined, then it will be called. Otherwise, the stream will be destroyed. + * + * Example using a file path: + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * headers['last-modified'] = stat.mtime.toUTCString(); + * } + * + * function onError(err) { + * // stream.respond() can throw if the stream has been destroyed by + * // the other side. + * try { + * if (err.code === 'ENOENT') { + * stream.respond({ ':status': 404 }); + * } else { + * stream.respond({ ':status': 500 }); + * } + * } catch (err) { + * // Perform actual error handling. + * console.error(err); + * } + * stream.end(); + * } + * + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck, onError }); + * }); + * ``` + * + * The `options.statCheck` function may also be used to cancel the send operation + * by returning `false`. For instance, a conditional request may check the stat + * results to determine if the file has been modified to return an appropriate `304` response: + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * function statCheck(stat, headers) { + * // Check the stat here... + * stream.respond({ ':status': 304 }); + * return false; // Cancel the send operation + * } + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { statCheck }); + * }); + * ``` + * + * The `content-length` header field will be automatically set. + * + * The `offset` and `length` options may be used to limit the response to a + * specific range subset. This can be used, for instance, to support HTTP Range + * requests. + * + * The `options.onError` function may also be used to handle all the errors + * that could happen before the delivery of the file is initiated. The + * default behavior is to destroy the stream. + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * will be emitted immediately after queuing the last chunk of payload data to be + * sent. The `http2stream.sendTrailers()` method can then be used to sent trailing + * header fields to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer(); + * server.on('stream', (stream) => { + * stream.respondWithFile('/some/file', + * { 'content-type': 'text/plain; charset=utf-8' }, + * { waitForTrailers: true }); + * stream.on('wantTrailers', () => { + * stream.sendTrailers({ ABC: 'some value to send' }); + * }); + * }); + * ``` + * @since v8.4.0 + */ + respondWithFile( + path: string, + headers?: OutgoingHttpHeaders, + options?: ServerStreamFileResponseOptionsWithError, + ): void; + } + // Http2Session + export interface Settings { + headerTableSize?: number | undefined; + enablePush?: boolean | undefined; + initialWindowSize?: number | undefined; + maxFrameSize?: number | undefined; + maxConcurrentStreams?: number | undefined; + maxHeaderListSize?: number | undefined; + enableConnectProtocol?: boolean | undefined; + } + export interface ClientSessionRequestOptions { + endStream?: boolean | undefined; + exclusive?: boolean | undefined; + parent?: number | undefined; + weight?: number | undefined; + waitForTrailers?: boolean | undefined; + signal?: AbortSignal | undefined; + } + export interface SessionState { + effectiveLocalWindowSize?: number | undefined; + effectiveRecvDataLength?: number | undefined; + nextStreamID?: number | undefined; + localWindowSize?: number | undefined; + lastProcStreamID?: number | undefined; + remoteWindowSize?: number | undefined; + outboundQueueSize?: number | undefined; + deflateDynamicTableSize?: number | undefined; + inflateDynamicTableSize?: number | undefined; + } + export interface Http2Session extends EventEmitter { + /** + * Value will be `undefined` if the `Http2Session` is not yet connected to a + * socket, `h2c` if the `Http2Session` is not connected to a `TLSSocket`, or + * will return the value of the connected `TLSSocket`'s own `alpnProtocol` property. + * @since v9.4.0 + */ + readonly alpnProtocol?: string | undefined; + /** + * Will be `true` if this `Http2Session` instance has been closed, otherwise `false`. + * @since v9.4.0 + */ + readonly closed: boolean; + /** + * Will be `true` if this `Http2Session` instance is still connecting, will be set + * to `false` before emitting `connect` event and/or calling the `http2.connect` callback. + * @since v10.0.0 + */ + readonly connecting: boolean; + /** + * Will be `true` if this `Http2Session` instance has been destroyed and must no + * longer be used, otherwise `false`. + * @since v8.4.0 + */ + readonly destroyed: boolean; + /** + * Value is `undefined` if the `Http2Session` session socket has not yet been + * connected, `true` if the `Http2Session` is connected with a `TLSSocket`, + * and `false` if the `Http2Session` is connected to any other kind of socket + * or stream. + * @since v9.4.0 + */ + readonly encrypted?: boolean | undefined; + /** + * A prototype-less object describing the current local settings of this `Http2Session`. + * The local settings are local to _this_`Http2Session` instance. + * @since v8.4.0 + */ + readonly localSettings: Settings; + /** + * If the `Http2Session` is connected to a `TLSSocket`, the `originSet` property + * will return an `Array` of origins for which the `Http2Session` may be + * considered authoritative. + * + * The `originSet` property is only available when using a secure TLS connection. + * @since v9.4.0 + */ + readonly originSet?: string[] | undefined; + /** + * Indicates whether the `Http2Session` is currently waiting for acknowledgment of + * a sent `SETTINGS` frame. Will be `true` after calling the `http2session.settings()` method. + * Will be `false` once all sent `SETTINGS` frames have been acknowledged. + * @since v8.4.0 + */ + readonly pendingSettingsAck: boolean; + /** + * A prototype-less object describing the current remote settings of this`Http2Session`. + * The remote settings are set by the _connected_ HTTP/2 peer. + * @since v8.4.0 + */ + readonly remoteSettings: Settings; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * limits available methods to ones safe to use with HTTP/2. + * + * `destroy`, `emit`, `end`, `pause`, `read`, `resume`, and `write` will throw + * an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for more information. + * + * `setTimeout` method will be called on this `Http2Session`. + * + * All other interactions will be routed directly to the socket. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * Provides miscellaneous information about the current state of the`Http2Session`. + * + * An object describing the current status of this `Http2Session`. + * @since v8.4.0 + */ + readonly state: SessionState; + /** + * The `http2session.type` will be equal to `http2.constants.NGHTTP2_SESSION_SERVER` if this `Http2Session` instance is a + * server, and `http2.constants.NGHTTP2_SESSION_CLIENT` if the instance is a + * client. + * @since v8.4.0 + */ + readonly type: number; + /** + * Gracefully closes the `Http2Session`, allowing any existing streams to + * complete on their own and preventing new `Http2Stream` instances from being + * created. Once closed, `http2session.destroy()`_might_ be called if there + * are no open `Http2Stream` instances. + * + * If specified, the `callback` function is registered as a handler for the`'close'` event. + * @since v9.4.0 + */ + close(callback?: () => void): void; + /** + * Immediately terminates the `Http2Session` and the associated `net.Socket` or `tls.TLSSocket`. + * + * Once destroyed, the `Http2Session` will emit the `'close'` event. If `error` is not undefined, an `'error'` event will be emitted immediately before the `'close'` event. + * + * If there are any remaining open `Http2Streams` associated with the `Http2Session`, those will also be destroyed. + * @since v8.4.0 + * @param error An `Error` object if the `Http2Session` is being destroyed due to an error. + * @param code The HTTP/2 error code to send in the final `GOAWAY` frame. If unspecified, and `error` is not undefined, the default is `INTERNAL_ERROR`, otherwise defaults to `NO_ERROR`. + */ + destroy(error?: Error, code?: number): void; + /** + * Transmits a `GOAWAY` frame to the connected peer _without_ shutting down the`Http2Session`. + * @since v9.4.0 + * @param code An HTTP/2 error code + * @param lastStreamID The numeric ID of the last processed `Http2Stream` + * @param opaqueData A `TypedArray` or `DataView` instance containing additional data to be carried within the `GOAWAY` frame. + */ + goaway(code?: number, lastStreamID?: number, opaqueData?: NodeJS.ArrayBufferView): void; + /** + * Sends a `PING` frame to the connected HTTP/2 peer. A `callback` function must + * be provided. The method will return `true` if the `PING` was sent, `false` otherwise. + * + * The maximum number of outstanding (unacknowledged) pings is determined by the `maxOutstandingPings` configuration option. The default maximum is 10. + * + * If provided, the `payload` must be a `Buffer`, `TypedArray`, or `DataView` containing 8 bytes of data that will be transmitted with the `PING` and + * returned with the ping acknowledgment. + * + * The callback will be invoked with three arguments: an error argument that will + * be `null` if the `PING` was successfully acknowledged, a `duration` argument + * that reports the number of milliseconds elapsed since the ping was sent and the + * acknowledgment was received, and a `Buffer` containing the 8-byte `PING` payload. + * + * ```js + * session.ping(Buffer.from('abcdefgh'), (err, duration, payload) => { + * if (!err) { + * console.log(`Ping acknowledged in ${duration} milliseconds`); + * console.log(`With payload '${payload.toString()}'`); + * } + * }); + * ``` + * + * If the `payload` argument is not specified, the default payload will be the + * 64-bit timestamp (little endian) marking the start of the `PING` duration. + * @since v8.9.3 + * @param payload Optional ping payload. + */ + ping(callback: (err: Error | null, duration: number, payload: Buffer) => void): boolean; + ping( + payload: NodeJS.ArrayBufferView, + callback: (err: Error | null, duration: number, payload: Buffer) => void, + ): boolean; + /** + * Calls `ref()` on this `Http2Session` instance's underlying `net.Socket`. + * @since v9.4.0 + */ + ref(): void; + /** + * Sets the local endpoint's window size. + * The `windowSize` is the total window size to set, not + * the delta. + * + * ```js + * import http2 from 'node:http2'; + * + * const server = http2.createServer(); + * const expectedWindowSize = 2 ** 20; + * server.on('connect', (session) => { + * + * // Set local window size to be 2 ** 20 + * session.setLocalWindowSize(expectedWindowSize); + * }); + * ``` + * @since v15.3.0, v14.18.0 + */ + setLocalWindowSize(windowSize: number): void; + /** + * Used to set a callback function that is called when there is no activity on + * the `Http2Session` after `msecs` milliseconds. The given `callback` is + * registered as a listener on the `'timeout'` event. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * Updates the current local settings for this `Http2Session` and sends a new `SETTINGS` frame to the connected HTTP/2 peer. + * + * Once called, the `http2session.pendingSettingsAck` property will be `true` while the session is waiting for the remote peer to acknowledge the new + * settings. + * + * The new settings will not become effective until the `SETTINGS` acknowledgment + * is received and the `'localSettings'` event is emitted. It is possible to send + * multiple `SETTINGS` frames while acknowledgment is still pending. + * @since v8.4.0 + * @param callback Callback that is called once the session is connected or right away if the session is already connected. + */ + settings( + settings: Settings, + callback?: (err: Error | null, settings: Settings, duration: number) => void, + ): void; + /** + * Calls `unref()` on this `Http2Session`instance's underlying `net.Socket`. + * @since v9.4.0 + */ + unref(): void; + addListener(event: "close", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + addListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void, + ): this; + addListener(event: "localSettings", listener: (settings: Settings) => void): this; + addListener(event: "ping", listener: () => void): this; + addListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "frameError", frameType: number, errorCode: number, streamID: number): boolean; + emit(event: "goaway", errorCode: number, lastStreamID: number, opaqueData?: Buffer): boolean; + emit(event: "localSettings", settings: Settings): boolean; + emit(event: "ping"): boolean; + emit(event: "remoteSettings", settings: Settings): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + on(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void): this; + on(event: "localSettings", listener: (settings: Settings) => void): this; + on(event: "ping", listener: () => void): this; + on(event: "remoteSettings", listener: (settings: Settings) => void): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "frameError", listener: (frameType: number, errorCode: number, streamID: number) => void): this; + once(event: "goaway", listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void): this; + once(event: "localSettings", listener: (settings: Settings) => void): this; + once(event: "ping", listener: () => void): this; + once(event: "remoteSettings", listener: (settings: Settings) => void): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + prependListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void, + ): this; + prependListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependListener(event: "ping", listener: () => void): this; + prependListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "frameError", + listener: (frameType: number, errorCode: number, streamID: number) => void, + ): this; + prependOnceListener( + event: "goaway", + listener: (errorCode: number, lastStreamID: number, opaqueData?: Buffer) => void, + ): this; + prependOnceListener(event: "localSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "ping", listener: () => void): this; + prependOnceListener(event: "remoteSettings", listener: (settings: Settings) => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface ClientHttp2Session extends Http2Session { + /** + * For HTTP/2 Client `Http2Session` instances only, the `http2session.request()` creates and returns an `Http2Stream` instance that can be used to send an + * HTTP/2 request to the connected server. + * + * When a `ClientHttp2Session` is first created, the socket may not yet be + * connected. if `clienthttp2session.request()` is called during this time, the + * actual request will be deferred until the socket is ready to go. + * If the `session` is closed before the actual request be executed, an `ERR_HTTP2_GOAWAY_SESSION` is thrown. + * + * This method is only available if `http2session.type` is equal to `http2.constants.NGHTTP2_SESSION_CLIENT`. + * + * ```js + * import http2 from 'node:http2'; + * const clientSession = http2.connect('https://localhost:1234'); + * const { + * HTTP2_HEADER_PATH, + * HTTP2_HEADER_STATUS, + * } = http2.constants; + * + * const req = clientSession.request({ [HTTP2_HEADER_PATH]: '/' }); + * req.on('response', (headers) => { + * console.log(headers[HTTP2_HEADER_STATUS]); + * req.on('data', (chunk) => { // .. }); + * req.on('end', () => { // .. }); + * }); + * ``` + * + * When the `options.waitForTrailers` option is set, the `'wantTrailers'` event + * is emitted immediately after queuing the last chunk of payload data to be sent. + * The `http2stream.sendTrailers()` method can then be called to send trailing + * headers to the peer. + * + * When `options.waitForTrailers` is set, the `Http2Stream` will not automatically + * close when the final `DATA` frame is transmitted. User code must call either`http2stream.sendTrailers()` or `http2stream.close()` to close the`Http2Stream`. + * + * When `options.signal` is set with an `AbortSignal` and then `abort` on the + * corresponding `AbortController` is called, the request will emit an `'error'`event with an `AbortError` error. + * + * The `:method` and `:path` pseudo-headers are not specified within `headers`, + * they respectively default to: + * + * * `:method` \= `'GET'` + * * `:path` \= `/` + * @since v8.4.0 + */ + request(headers?: OutgoingHttpHeaders, options?: ClientSessionRequestOptions): ClientHttp2Stream; + addListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + addListener(event: "origin", listener: (origins: string[]) => void): this; + addListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + addListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "altsvc", alt: string, origin: string, stream: number): boolean; + emit(event: "origin", origins: readonly string[]): boolean; + emit(event: "connect", session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket): boolean; + emit( + event: "stream", + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + on(event: "origin", listener: (origins: string[]) => void): this; + on(event: "connect", listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void): this; + on( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + once(event: "origin", listener: (origins: string[]) => void): this; + once( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + once( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependListener(event: "origin", listener: (origins: string[]) => void): this; + prependListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + prependListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "altsvc", listener: (alt: string, origin: string, stream: number) => void): this; + prependOnceListener(event: "origin", listener: (origins: string[]) => void): this; + prependOnceListener( + event: "connect", + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): this; + prependOnceListener( + event: "stream", + listener: ( + stream: ClientHttp2Stream, + headers: IncomingHttpHeaders & IncomingHttpStatusHeader, + flags: number, + ) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface AlternativeServiceOptions { + origin: number | string | url.URL; + } + export interface ServerHttp2Session< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends Http2Session { + readonly server: + | Http2Server + | Http2SecureServer; + /** + * Submits an `ALTSVC` frame (as defined by [RFC 7838](https://tools.ietf.org/html/rfc7838)) to the connected client. + * + * ```js + * import http2 from 'node:http2'; + * + * const server = http2.createServer(); + * server.on('session', (session) => { + * // Set altsvc for origin https://example.org:80 + * session.altsvc('h2=":8000"', 'https://example.org:80'); + * }); + * + * server.on('stream', (stream) => { + * // Set altsvc for a specific stream + * stream.session.altsvc('h2=":8000"', stream.id); + * }); + * ``` + * + * Sending an `ALTSVC` frame with a specific stream ID indicates that the alternate + * service is associated with the origin of the given `Http2Stream`. + * + * The `alt` and origin string _must_ contain only ASCII bytes and are + * strictly interpreted as a sequence of ASCII bytes. The special value `'clear'`may be passed to clear any previously set alternative service for a given + * domain. + * + * When a string is passed for the `originOrStream` argument, it will be parsed as + * a URL and the origin will be derived. For instance, the origin for the + * HTTP URL `'https://example.org/foo/bar'` is the ASCII string`'https://example.org'`. An error will be thrown if either the given string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as`originOrStream`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * @since v9.4.0 + * @param alt A description of the alternative service configuration as defined by `RFC 7838`. + * @param originOrStream Either a URL string specifying the origin (or an `Object` with an `origin` property) or the numeric identifier of an active `Http2Stream` as given by the + * `http2stream.id` property. + */ + altsvc(alt: string, originOrStream: number | string | url.URL | AlternativeServiceOptions): void; + /** + * Submits an `ORIGIN` frame (as defined by [RFC 8336](https://tools.ietf.org/html/rfc8336)) to the connected client + * to advertise the set of origins for which the server is capable of providing + * authoritative responses. + * + * ```js + * import http2 from 'node:http2'; + * const options = getSecureOptionsSomehow(); + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * server.on('session', (session) => { + * session.origin('https://example.com', 'https://example.org'); + * }); + * ``` + * + * When a string is passed as an `origin`, it will be parsed as a URL and the + * origin will be derived. For instance, the origin for the HTTP URL `'https://example.org/foo/bar'` is the ASCII string` 'https://example.org'`. An error will be thrown if either the given + * string + * cannot be parsed as a URL or if a valid origin cannot be derived. + * + * A `URL` object, or any object with an `origin` property, may be passed as + * an `origin`, in which case the value of the `origin` property will be + * used. The value of the `origin` property _must_ be a properly serialized + * ASCII origin. + * + * Alternatively, the `origins` option may be used when creating a new HTTP/2 + * server using the `http2.createSecureServer()` method: + * + * ```js + * import http2 from 'node:http2'; + * const options = getSecureOptionsSomehow(); + * options.origins = ['https://example.com', 'https://example.org']; + * const server = http2.createSecureServer(options); + * server.on('stream', (stream) => { + * stream.respond(); + * stream.end('ok'); + * }); + * ``` + * @since v10.12.0 + * @param origins One or more URL Strings passed as separate arguments. + */ + origin( + ...origins: Array< + | string + | url.URL + | { + origin: string; + } + > + ): void; + addListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "connect", + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "connect", + listener: ( + session: ServerHttp2Session, + socket: net.Socket | tls.TLSSocket, + ) => void, + ): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + // Http2Server + export interface SessionOptions { + maxDeflateDynamicTableSize?: number | undefined; + maxSessionMemory?: number | undefined; + maxHeaderListPairs?: number | undefined; + maxOutstandingPings?: number | undefined; + maxSendHeaderBlockLength?: number | undefined; + paddingStrategy?: number | undefined; + peerMaxConcurrentStreams?: number | undefined; + settings?: Settings | undefined; + remoteCustomSettings?: number[] | undefined; + /** + * Specifies a timeout in milliseconds that + * a server should wait when an [`'unknownProtocol'`][] is emitted. If the + * socket has not been destroyed by that time the server will destroy it. + * @default 100000 + */ + unknownProtocolTimeout?: number | undefined; + selectPadding?(frameLen: number, maxFrameLen: number): number; + } + export interface ClientSessionOptions extends SessionOptions { + maxReservedRemoteStreams?: number | undefined; + createConnection?: ((authority: url.URL, option: SessionOptions) => stream.Duplex) | undefined; + protocol?: "http:" | "https:" | undefined; + } + export interface ServerSessionOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends SessionOptions { + Http1IncomingMessage?: Http1Request | undefined; + Http1ServerResponse?: Http1Response | undefined; + Http2ServerRequest?: Http2Request | undefined; + Http2ServerResponse?: Http2Response | undefined; + } + export interface SecureClientSessionOptions extends ClientSessionOptions, tls.ConnectionOptions {} + export interface SecureServerSessionOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends ServerSessionOptions, tls.TlsOptions {} + export interface ServerOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends ServerSessionOptions { + streamResetBurst?: number | undefined; + streamResetRate?: number | undefined; + } + export interface SecureServerOptions< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends SecureServerSessionOptions { + allowHTTP1?: boolean | undefined; + origins?: string[] | undefined; + } + interface HTTP2ServerCommon { + setTimeout(msec?: number, callback?: () => void): this; + /** + * Throws ERR_HTTP2_INVALID_SETTING_VALUE for invalid settings values. + * Throws ERR_INVALID_ARG_TYPE for invalid settings argument. + */ + updateSettings(settings: Settings): void; + } + export interface Http2Server< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends net.Server, HTTP2ServerCommon { + addListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "checkContinue", + request: InstanceType, + response: InstanceType, + ): boolean; + emit(event: "request", request: InstanceType, response: InstanceType): boolean; + emit( + event: "session", + session: ServerHttp2Session, + ): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: "timeout", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: "timeout", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export interface Http2SecureServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + > extends tls.Server, HTTP2ServerCommon { + addListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + addListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + addListener(event: "sessionError", listener: (err: Error) => void): this; + addListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + addListener(event: "timeout", listener: () => void): this; + addListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit( + event: "checkContinue", + request: InstanceType, + response: InstanceType, + ): boolean; + emit(event: "request", request: InstanceType, response: InstanceType): boolean; + emit( + event: "session", + session: ServerHttp2Session, + ): boolean; + emit(event: "sessionError", err: Error): boolean; + emit(event: "stream", stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number): boolean; + emit(event: "timeout"): boolean; + emit(event: "unknownProtocol", socket: tls.TLSSocket): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + on( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + on(event: "sessionError", listener: (err: Error) => void): this; + on( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + on(event: "timeout", listener: () => void): this; + on(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + once( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + once(event: "sessionError", listener: (err: Error) => void): this; + once( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + once(event: "timeout", listener: () => void): this; + once(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependListener(event: "sessionError", listener: (err: Error) => void): this; + prependListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependListener(event: "timeout", listener: () => void): this; + prependListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener( + event: "checkContinue", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "request", + listener: (request: InstanceType, response: InstanceType) => void, + ): this; + prependOnceListener( + event: "session", + listener: (session: ServerHttp2Session) => void, + ): this; + prependOnceListener(event: "sessionError", listener: (err: Error) => void): this; + prependOnceListener( + event: "stream", + listener: (stream: ServerHttp2Stream, headers: IncomingHttpHeaders, flags: number) => void, + ): this; + prependOnceListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: "unknownProtocol", listener: (socket: tls.TLSSocket) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * A `Http2ServerRequest` object is created by {@link Server} or {@link SecureServer} and passed as the first argument to the `'request'` event. It may be used to access a request status, + * headers, and + * data. + * @since v8.4.0 + */ + export class Http2ServerRequest extends stream.Readable { + constructor( + stream: ServerHttp2Stream, + headers: IncomingHttpHeaders, + options: stream.ReadableOptions, + rawHeaders: readonly string[], + ); + /** + * The `request.aborted` property will be `true` if the request has + * been aborted. + * @since v10.1.0 + */ + readonly aborted: boolean; + /** + * The request authority pseudo header field. Because HTTP/2 allows requests + * to set either `:authority` or `host`, this value is derived from `req.headers[':authority']` if present. Otherwise, it is derived from `req.headers['host']`. + * @since v8.4.0 + */ + readonly authority: string; + /** + * See `request.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * The `request.complete` property will be `true` if the request has + * been completed, aborted, or destroyed. + * @since v12.10.0 + */ + readonly complete: boolean; + /** + * The request/response headers object. + * + * Key-value pairs of header names and values. Header names are lower-cased. + * + * ```js + * // Prints something like: + * // + * // { 'user-agent': 'curl/7.22.0', + * // host: '127.0.0.1:8000', + * // accept: '*' } + * console.log(request.headers); + * ``` + * + * See `HTTP/2 Headers Object`. + * + * In HTTP/2, the request path, host name, protocol, and method are represented as + * special headers prefixed with the `:` character (e.g. `':path'`). These special + * headers will be included in the `request.headers` object. Care must be taken not + * to inadvertently modify these special headers or errors may occur. For instance, + * removing all headers from the request will cause errors to occur: + * + * ```js + * removeAllHeaders(request.headers); + * assert(request.url); // Fails because the :path header has been removed + * ``` + * @since v8.4.0 + */ + readonly headers: IncomingHttpHeaders; + /** + * In case of server request, the HTTP version sent by the client. In the case of + * client response, the HTTP version of the connected-to server. Returns `'2.0'`. + * + * Also `message.httpVersionMajor` is the first integer and `message.httpVersionMinor` is the second. + * @since v8.4.0 + */ + readonly httpVersion: string; + readonly httpVersionMinor: number; + readonly httpVersionMajor: number; + /** + * The request method as a string. Read-only. Examples: `'GET'`, `'DELETE'`. + * @since v8.4.0 + */ + readonly method: string; + /** + * The raw request/response headers list exactly as they were received. + * + * The keys and values are in the same list. It is _not_ a + * list of tuples. So, the even-numbered offsets are key values, and the + * odd-numbered offsets are the associated values. + * + * Header names are not lowercased, and duplicates are not merged. + * + * ```js + * // Prints something like: + * // + * // [ 'user-agent', + * // 'this is invalid because there can be only one', + * // 'User-Agent', + * // 'curl/7.22.0', + * // 'Host', + * // '127.0.0.1:8000', + * // 'ACCEPT', + * // '*' ] + * console.log(request.rawHeaders); + * ``` + * @since v8.4.0 + */ + readonly rawHeaders: string[]; + /** + * The raw request/response trailer keys and values exactly as they were + * received. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly rawTrailers: string[]; + /** + * The request scheme pseudo header field indicating the scheme + * portion of the target URL. + * @since v8.4.0 + */ + readonly scheme: string; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `request.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `request.stream`. + * + * `setTimeout` method will be called on `request.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. With TLS support, + * use `request.socket.getPeerCertificate()` to obtain the client's + * authentication details. + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the request. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * The request/response trailers object. Only populated at the `'end'` event. + * @since v8.4.0 + */ + readonly trailers: IncomingHttpHeaders; + /** + * Request URL string. This contains only the URL that is present in the actual + * HTTP request. If the request is: + * + * ```http + * GET /status?name=ryan HTTP/1.1 + * Accept: text/plain + * ``` + * + * Then `request.url` will be: + * + * ```js + * '/status?name=ryan' + * ``` + * + * To parse the url into its parts, `new URL()` can be used: + * + * ```console + * $ node + * > new URL('/status?name=ryan', 'http://example.com') + * URL { + * href: 'http://example.com/status?name=ryan', + * origin: 'http://example.com', + * protocol: 'http:', + * username: '', + * password: '', + * host: 'example.com', + * hostname: 'example.com', + * port: '', + * pathname: '/status', + * search: '?name=ryan', + * searchParams: URLSearchParams { 'name' => 'ryan' }, + * hash: '' + * } + * ``` + * @since v8.4.0 + */ + url: string; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream`s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'`events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + read(size?: number): Buffer | string | null; + addListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: Buffer | string) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "aborted", hadError: boolean, code: number): boolean; + emit(event: "close"): boolean; + emit(event: "data", chunk: Buffer | string): boolean; + emit(event: "end"): boolean; + emit(event: "readable"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: Buffer | string) => void): this; + on(event: "end", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: Buffer | string) => void): this; + once(event: "end", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "aborted", listener: (hadError: boolean, code: number) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: Buffer | string) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + /** + * This object is created internally by an HTTP server, not by the user. It is + * passed as the second parameter to the `'request'` event. + * @since v8.4.0 + */ + export class Http2ServerResponse extends stream.Writable { + constructor(stream: ServerHttp2Stream); + /** + * See `response.socket`. + * @since v8.4.0 + * @deprecated Since v13.0.0 - Use `socket`. + */ + readonly connection: net.Socket | tls.TLSSocket; + /** + * Append a single header value to the header object. + * + * If the value is an array, this is equivalent to calling this method multiple times. + * + * If there were no previous values for the header, this is equivalent to calling {@link setHeader}. + * + * Attempting to set a header field name or value that contains invalid characters will result in a + * [TypeError](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-typeerror) being thrown. + * + * ```js + * // Returns headers including "set-cookie: a" and "set-cookie: b" + * const server = http2.createServer((req, res) => { + * res.setHeader('set-cookie', 'a'); + * res.appendHeader('set-cookie', 'b'); + * res.writeHead(200); + * res.end('ok'); + * }); + * ``` + * @since v20.12.0 + */ + appendHeader(name: string, value: string | string[]): void; + /** + * Boolean value that indicates whether the response has completed. Starts + * as `false`. After `response.end()` executes, the value will be `true`. + * @since v8.4.0 + * @deprecated Since v13.4.0,v12.16.0 - Use `writableEnded`. + */ + readonly finished: boolean; + /** + * True if headers were sent, false otherwise (read-only). + * @since v8.4.0 + */ + readonly headersSent: boolean; + /** + * A reference to the original HTTP2 `request` object. + * @since v15.7.0 + */ + readonly req: Request; + /** + * Returns a `Proxy` object that acts as a `net.Socket` (or `tls.TLSSocket`) but + * applies getters, setters, and methods based on HTTP/2 logic. + * + * `destroyed`, `readable`, and `writable` properties will be retrieved from and + * set on `response.stream`. + * + * `destroy`, `emit`, `end`, `on` and `once` methods will be called on `response.stream`. + * + * `setTimeout` method will be called on `response.stream.session`. + * + * `pause`, `read`, `resume`, and `write` will throw an error with code `ERR_HTTP2_NO_SOCKET_MANIPULATION`. See `Http2Session and Sockets` for + * more information. + * + * All other interactions will be routed directly to the socket. + * + * ```js + * import http2 from 'node:http2'; + * const server = http2.createServer((req, res) => { + * const ip = req.socket.remoteAddress; + * const port = req.socket.remotePort; + * res.end(`Your IP address is ${ip} and your source port is ${port}.`); + * }).listen(3000); + * ``` + * @since v8.4.0 + */ + readonly socket: net.Socket | tls.TLSSocket; + /** + * The `Http2Stream` object backing the response. + * @since v8.4.0 + */ + readonly stream: ServerHttp2Stream; + /** + * When true, the Date header will be automatically generated and sent in + * the response if it is not already present in the headers. Defaults to true. + * + * This should only be disabled for testing; HTTP requires the Date header + * in responses. + * @since v8.4.0 + */ + sendDate: boolean; + /** + * When using implicit headers (not calling `response.writeHead()` explicitly), + * this property controls the status code that will be sent to the client when + * the headers get flushed. + * + * ```js + * response.statusCode = 404; + * ``` + * + * After response header was sent to the client, this property indicates the + * status code which was sent out. + * @since v8.4.0 + */ + statusCode: number; + /** + * Status message is not supported by HTTP/2 (RFC 7540 8.1.2.4). It returns + * an empty string. + * @since v8.4.0 + */ + statusMessage: ""; + /** + * This method adds HTTP trailing headers (a header but at the end of the + * message) to the response. + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + addTrailers(trailers: OutgoingHttpHeaders): void; + /** + * This method signals to the server that all of the response headers and body + * have been sent; that server should consider this message complete. + * The method, `response.end()`, MUST be called on each response. + * + * If `data` is specified, it is equivalent to calling `response.write(data, encoding)` followed by `response.end(callback)`. + * + * If `callback` is specified, it will be called when the response stream + * is finished. + * @since v8.4.0 + */ + end(callback?: () => void): this; + end(data: string | Uint8Array, callback?: () => void): this; + end(data: string | Uint8Array, encoding: BufferEncoding, callback?: () => void): this; + /** + * Reads out a header that has already been queued but not sent to the client. + * The name is case-insensitive. + * + * ```js + * const contentType = response.getHeader('content-type'); + * ``` + * @since v8.4.0 + */ + getHeader(name: string): string; + /** + * Returns an array containing the unique names of the current outgoing headers. + * All header names are lowercase. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headerNames = response.getHeaderNames(); + * // headerNames === ['foo', 'set-cookie'] + * ``` + * @since v8.4.0 + */ + getHeaderNames(): string[]; + /** + * Returns a shallow copy of the current outgoing headers. Since a shallow copy + * is used, array values may be mutated without additional calls to various + * header-related http module methods. The keys of the returned object are the + * header names and the values are the respective header values. All header names + * are lowercase. + * + * The object returned by the `response.getHeaders()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * ```js + * response.setHeader('Foo', 'bar'); + * response.setHeader('Set-Cookie', ['foo=bar', 'bar=baz']); + * + * const headers = response.getHeaders(); + * // headers === { foo: 'bar', 'set-cookie': ['foo=bar', 'bar=baz'] } + * ``` + * @since v8.4.0 + */ + getHeaders(): OutgoingHttpHeaders; + /** + * Returns `true` if the header identified by `name` is currently set in the + * outgoing headers. The header name matching is case-insensitive. + * + * ```js + * const hasContentType = response.hasHeader('content-type'); + * ``` + * @since v8.4.0 + */ + hasHeader(name: string): boolean; + /** + * Removes a header that has been queued for implicit sending. + * + * ```js + * response.removeHeader('Content-Encoding'); + * ``` + * @since v8.4.0 + */ + removeHeader(name: string): void; + /** + * Sets a single header value for implicit headers. If this header already exists + * in the to-be-sent headers, its value will be replaced. Use an array of strings + * here to send multiple headers with the same name. + * + * ```js + * response.setHeader('Content-Type', 'text/html; charset=utf-8'); + * ``` + * + * or + * + * ```js + * response.setHeader('Set-Cookie', ['type=ninja', 'language=javascript']); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * @since v8.4.0 + */ + setHeader(name: string, value: number | string | readonly string[]): void; + /** + * Sets the `Http2Stream`'s timeout value to `msecs`. If a callback is + * provided, then it is added as a listener on the `'timeout'` event on + * the response object. + * + * If no `'timeout'` listener is added to the request, the response, or + * the server, then `Http2Stream` s are destroyed when they time out. If a + * handler is assigned to the request, the response, or the server's `'timeout'` events, timed out sockets must be handled explicitly. + * @since v8.4.0 + */ + setTimeout(msecs: number, callback?: () => void): void; + /** + * If this method is called and `response.writeHead()` has not been called, + * it will switch to implicit header mode and flush the implicit headers. + * + * This sends a chunk of the response body. This method may + * be called multiple times to provide successive parts of the body. + * + * In the `node:http` module, the response body is omitted when the + * request is a HEAD request. Similarly, the `204` and `304` responses _must not_ include a message body. + * + * `chunk` can be a string or a buffer. If `chunk` is a string, + * the second parameter specifies how to encode it into a byte stream. + * By default the `encoding` is `'utf8'`. `callback` will be called when this chunk + * of data is flushed. + * + * This is the raw HTTP body and has nothing to do with higher-level multi-part + * body encodings that may be used. + * + * The first time `response.write()` is called, it will send the buffered + * header information and the first chunk of the body to the client. The second + * time `response.write()` is called, Node.js assumes data will be streamed, + * and sends the new data separately. That is, the response is buffered up to the + * first chunk of the body. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is free again. + * @since v8.4.0 + */ + write(chunk: string | Uint8Array, callback?: (err: Error) => void): boolean; + write(chunk: string | Uint8Array, encoding: BufferEncoding, callback?: (err: Error) => void): boolean; + /** + * Sends a status `100 Continue` to the client, indicating that the request body + * should be sent. See the `'checkContinue'` event on `Http2Server` and `Http2SecureServer`. + * @since v8.4.0 + */ + writeContinue(): void; + /** + * Sends a status `103 Early Hints` to the client with a Link header, + * indicating that the user agent can preload/preconnect the linked resources. + * The `hints` is an object containing the values of headers to be sent with + * early hints message. + * + * **Example** + * + * ```js + * const earlyHintsLink = '; rel=preload; as=style'; + * response.writeEarlyHints({ + * 'link': earlyHintsLink, + * }); + * + * const earlyHintsLinks = [ + * '; rel=preload; as=style', + * '; rel=preload; as=script', + * ]; + * response.writeEarlyHints({ + * 'link': earlyHintsLinks, + * }); + * ``` + * @since v18.11.0 + */ + writeEarlyHints(hints: Record): void; + /** + * Sends a response header to the request. The status code is a 3-digit HTTP + * status code, like `404`. The last argument, `headers`, are the response headers. + * + * Returns a reference to the `Http2ServerResponse`, so that calls can be chained. + * + * For compatibility with `HTTP/1`, a human-readable `statusMessage` may be + * passed as the second argument. However, because the `statusMessage` has no + * meaning within HTTP/2, the argument will have no effect and a process warning + * will be emitted. + * + * ```js + * const body = 'hello world'; + * response.writeHead(200, { + * 'Content-Length': Buffer.byteLength(body), + * 'Content-Type': 'text/plain; charset=utf-8', + * }); + * ``` + * + * `Content-Length` is given in bytes not characters. The`Buffer.byteLength()` API may be used to determine the number of bytes in a + * given encoding. On outbound messages, Node.js does not check if Content-Length + * and the length of the body being transmitted are equal or not. However, when + * receiving messages, Node.js will automatically reject messages when the `Content-Length` does not match the actual payload size. + * + * This method may be called at most one time on a message before `response.end()` is called. + * + * If `response.write()` or `response.end()` are called before calling + * this, the implicit/mutable headers will be calculated and call this function. + * + * When headers have been set with `response.setHeader()`, they will be merged + * with any headers passed to `response.writeHead()`, with the headers passed + * to `response.writeHead()` given precedence. + * + * ```js + * // Returns content-type = text/plain + * const server = http2.createServer((req, res) => { + * res.setHeader('Content-Type', 'text/html; charset=utf-8'); + * res.setHeader('X-Foo', 'bar'); + * res.writeHead(200, { 'Content-Type': 'text/plain; charset=utf-8' }); + * res.end('ok'); + * }); + * ``` + * + * Attempting to set a header field name or value that contains invalid characters + * will result in a `TypeError` being thrown. + * @since v8.4.0 + */ + writeHead(statusCode: number, headers?: OutgoingHttpHeaders): this; + writeHead(statusCode: number, statusMessage: string, headers?: OutgoingHttpHeaders): this; + /** + * Call `http2stream.pushStream()` with the given headers, and wrap the + * given `Http2Stream` on a newly created `Http2ServerResponse` as the callback + * parameter if successful. When `Http2ServerRequest` is closed, the callback is + * called with an error `ERR_HTTP2_INVALID_STREAM`. + * @since v8.4.0 + * @param headers An object describing the headers + * @param callback Called once `http2stream.pushStream()` is finished, or either when the attempt to create the pushed `Http2Stream` has failed or has been rejected, or the state of + * `Http2ServerRequest` is closed prior to calling the `http2stream.pushStream()` method + */ + createPushResponse( + headers: OutgoingHttpHeaders, + callback: (err: Error | null, res: Http2ServerResponse) => void, + ): void; + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (error: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: stream.Readable) => void): this; + addListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", error: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: stream.Readable): boolean; + emit(event: "unpipe", src: stream.Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (error: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: stream.Readable) => void): this; + on(event: "unpipe", listener: (src: stream.Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (error: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: stream.Readable) => void): this; + once(event: "unpipe", listener: (src: stream.Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (error: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (error: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: stream.Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + export namespace constants { + const NGHTTP2_SESSION_SERVER: number; + const NGHTTP2_SESSION_CLIENT: number; + const NGHTTP2_STREAM_STATE_IDLE: number; + const NGHTTP2_STREAM_STATE_OPEN: number; + const NGHTTP2_STREAM_STATE_RESERVED_LOCAL: number; + const NGHTTP2_STREAM_STATE_RESERVED_REMOTE: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_LOCAL: number; + const NGHTTP2_STREAM_STATE_HALF_CLOSED_REMOTE: number; + const NGHTTP2_STREAM_STATE_CLOSED: number; + const NGHTTP2_NO_ERROR: number; + const NGHTTP2_PROTOCOL_ERROR: number; + const NGHTTP2_INTERNAL_ERROR: number; + const NGHTTP2_FLOW_CONTROL_ERROR: number; + const NGHTTP2_SETTINGS_TIMEOUT: number; + const NGHTTP2_STREAM_CLOSED: number; + const NGHTTP2_FRAME_SIZE_ERROR: number; + const NGHTTP2_REFUSED_STREAM: number; + const NGHTTP2_CANCEL: number; + const NGHTTP2_COMPRESSION_ERROR: number; + const NGHTTP2_CONNECT_ERROR: number; + const NGHTTP2_ENHANCE_YOUR_CALM: number; + const NGHTTP2_INADEQUATE_SECURITY: number; + const NGHTTP2_HTTP_1_1_REQUIRED: number; + const NGHTTP2_ERR_FRAME_SIZE_ERROR: number; + const NGHTTP2_FLAG_NONE: number; + const NGHTTP2_FLAG_END_STREAM: number; + const NGHTTP2_FLAG_END_HEADERS: number; + const NGHTTP2_FLAG_ACK: number; + const NGHTTP2_FLAG_PADDED: number; + const NGHTTP2_FLAG_PRIORITY: number; + const DEFAULT_SETTINGS_HEADER_TABLE_SIZE: number; + const DEFAULT_SETTINGS_ENABLE_PUSH: number; + const DEFAULT_SETTINGS_INITIAL_WINDOW_SIZE: number; + const DEFAULT_SETTINGS_MAX_FRAME_SIZE: number; + const MAX_MAX_FRAME_SIZE: number; + const MIN_MAX_FRAME_SIZE: number; + const MAX_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_DEFAULT_WEIGHT: number; + const NGHTTP2_SETTINGS_HEADER_TABLE_SIZE: number; + const NGHTTP2_SETTINGS_ENABLE_PUSH: number; + const NGHTTP2_SETTINGS_MAX_CONCURRENT_STREAMS: number; + const NGHTTP2_SETTINGS_INITIAL_WINDOW_SIZE: number; + const NGHTTP2_SETTINGS_MAX_FRAME_SIZE: number; + const NGHTTP2_SETTINGS_MAX_HEADER_LIST_SIZE: number; + const PADDING_STRATEGY_NONE: number; + const PADDING_STRATEGY_MAX: number; + const PADDING_STRATEGY_CALLBACK: number; + const HTTP2_HEADER_STATUS: string; + const HTTP2_HEADER_METHOD: string; + const HTTP2_HEADER_AUTHORITY: string; + const HTTP2_HEADER_SCHEME: string; + const HTTP2_HEADER_PATH: string; + const HTTP2_HEADER_ACCEPT_CHARSET: string; + const HTTP2_HEADER_ACCEPT_ENCODING: string; + const HTTP2_HEADER_ACCEPT_LANGUAGE: string; + const HTTP2_HEADER_ACCEPT_RANGES: string; + const HTTP2_HEADER_ACCEPT: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_METHODS: string; + const HTTP2_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN: string; + const HTTP2_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_HEADERS: string; + const HTTP2_HEADER_ACCESS_CONTROL_REQUEST_METHOD: string; + const HTTP2_HEADER_AGE: string; + const HTTP2_HEADER_ALLOW: string; + const HTTP2_HEADER_AUTHORIZATION: string; + const HTTP2_HEADER_CACHE_CONTROL: string; + const HTTP2_HEADER_CONNECTION: string; + const HTTP2_HEADER_CONTENT_DISPOSITION: string; + const HTTP2_HEADER_CONTENT_ENCODING: string; + const HTTP2_HEADER_CONTENT_LANGUAGE: string; + const HTTP2_HEADER_CONTENT_LENGTH: string; + const HTTP2_HEADER_CONTENT_LOCATION: string; + const HTTP2_HEADER_CONTENT_MD5: string; + const HTTP2_HEADER_CONTENT_RANGE: string; + const HTTP2_HEADER_CONTENT_TYPE: string; + const HTTP2_HEADER_COOKIE: string; + const HTTP2_HEADER_DATE: string; + const HTTP2_HEADER_ETAG: string; + const HTTP2_HEADER_EXPECT: string; + const HTTP2_HEADER_EXPIRES: string; + const HTTP2_HEADER_FROM: string; + const HTTP2_HEADER_HOST: string; + const HTTP2_HEADER_IF_MATCH: string; + const HTTP2_HEADER_IF_MODIFIED_SINCE: string; + const HTTP2_HEADER_IF_NONE_MATCH: string; + const HTTP2_HEADER_IF_RANGE: string; + const HTTP2_HEADER_IF_UNMODIFIED_SINCE: string; + const HTTP2_HEADER_LAST_MODIFIED: string; + const HTTP2_HEADER_LINK: string; + const HTTP2_HEADER_LOCATION: string; + const HTTP2_HEADER_MAX_FORWARDS: string; + const HTTP2_HEADER_PREFER: string; + const HTTP2_HEADER_PROXY_AUTHENTICATE: string; + const HTTP2_HEADER_PROXY_AUTHORIZATION: string; + const HTTP2_HEADER_RANGE: string; + const HTTP2_HEADER_REFERER: string; + const HTTP2_HEADER_REFRESH: string; + const HTTP2_HEADER_RETRY_AFTER: string; + const HTTP2_HEADER_SERVER: string; + const HTTP2_HEADER_SET_COOKIE: string; + const HTTP2_HEADER_STRICT_TRANSPORT_SECURITY: string; + const HTTP2_HEADER_TRANSFER_ENCODING: string; + const HTTP2_HEADER_TE: string; + const HTTP2_HEADER_UPGRADE: string; + const HTTP2_HEADER_USER_AGENT: string; + const HTTP2_HEADER_VARY: string; + const HTTP2_HEADER_VIA: string; + const HTTP2_HEADER_WWW_AUTHENTICATE: string; + const HTTP2_HEADER_HTTP2_SETTINGS: string; + const HTTP2_HEADER_KEEP_ALIVE: string; + const HTTP2_HEADER_PROXY_CONNECTION: string; + const HTTP2_METHOD_ACL: string; + const HTTP2_METHOD_BASELINE_CONTROL: string; + const HTTP2_METHOD_BIND: string; + const HTTP2_METHOD_CHECKIN: string; + const HTTP2_METHOD_CHECKOUT: string; + const HTTP2_METHOD_CONNECT: string; + const HTTP2_METHOD_COPY: string; + const HTTP2_METHOD_DELETE: string; + const HTTP2_METHOD_GET: string; + const HTTP2_METHOD_HEAD: string; + const HTTP2_METHOD_LABEL: string; + const HTTP2_METHOD_LINK: string; + const HTTP2_METHOD_LOCK: string; + const HTTP2_METHOD_MERGE: string; + const HTTP2_METHOD_MKACTIVITY: string; + const HTTP2_METHOD_MKCALENDAR: string; + const HTTP2_METHOD_MKCOL: string; + const HTTP2_METHOD_MKREDIRECTREF: string; + const HTTP2_METHOD_MKWORKSPACE: string; + const HTTP2_METHOD_MOVE: string; + const HTTP2_METHOD_OPTIONS: string; + const HTTP2_METHOD_ORDERPATCH: string; + const HTTP2_METHOD_PATCH: string; + const HTTP2_METHOD_POST: string; + const HTTP2_METHOD_PRI: string; + const HTTP2_METHOD_PROPFIND: string; + const HTTP2_METHOD_PROPPATCH: string; + const HTTP2_METHOD_PUT: string; + const HTTP2_METHOD_REBIND: string; + const HTTP2_METHOD_REPORT: string; + const HTTP2_METHOD_SEARCH: string; + const HTTP2_METHOD_TRACE: string; + const HTTP2_METHOD_UNBIND: string; + const HTTP2_METHOD_UNCHECKOUT: string; + const HTTP2_METHOD_UNLINK: string; + const HTTP2_METHOD_UNLOCK: string; + const HTTP2_METHOD_UPDATE: string; + const HTTP2_METHOD_UPDATEREDIRECTREF: string; + const HTTP2_METHOD_VERSION_CONTROL: string; + const HTTP_STATUS_CONTINUE: number; + const HTTP_STATUS_SWITCHING_PROTOCOLS: number; + const HTTP_STATUS_PROCESSING: number; + const HTTP_STATUS_OK: number; + const HTTP_STATUS_CREATED: number; + const HTTP_STATUS_ACCEPTED: number; + const HTTP_STATUS_NON_AUTHORITATIVE_INFORMATION: number; + const HTTP_STATUS_NO_CONTENT: number; + const HTTP_STATUS_RESET_CONTENT: number; + const HTTP_STATUS_PARTIAL_CONTENT: number; + const HTTP_STATUS_MULTI_STATUS: number; + const HTTP_STATUS_ALREADY_REPORTED: number; + const HTTP_STATUS_IM_USED: number; + const HTTP_STATUS_MULTIPLE_CHOICES: number; + const HTTP_STATUS_MOVED_PERMANENTLY: number; + const HTTP_STATUS_FOUND: number; + const HTTP_STATUS_SEE_OTHER: number; + const HTTP_STATUS_NOT_MODIFIED: number; + const HTTP_STATUS_USE_PROXY: number; + const HTTP_STATUS_TEMPORARY_REDIRECT: number; + const HTTP_STATUS_PERMANENT_REDIRECT: number; + const HTTP_STATUS_BAD_REQUEST: number; + const HTTP_STATUS_UNAUTHORIZED: number; + const HTTP_STATUS_PAYMENT_REQUIRED: number; + const HTTP_STATUS_FORBIDDEN: number; + const HTTP_STATUS_NOT_FOUND: number; + const HTTP_STATUS_METHOD_NOT_ALLOWED: number; + const HTTP_STATUS_NOT_ACCEPTABLE: number; + const HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED: number; + const HTTP_STATUS_REQUEST_TIMEOUT: number; + const HTTP_STATUS_CONFLICT: number; + const HTTP_STATUS_GONE: number; + const HTTP_STATUS_LENGTH_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_FAILED: number; + const HTTP_STATUS_PAYLOAD_TOO_LARGE: number; + const HTTP_STATUS_URI_TOO_LONG: number; + const HTTP_STATUS_UNSUPPORTED_MEDIA_TYPE: number; + const HTTP_STATUS_RANGE_NOT_SATISFIABLE: number; + const HTTP_STATUS_EXPECTATION_FAILED: number; + const HTTP_STATUS_TEAPOT: number; + const HTTP_STATUS_MISDIRECTED_REQUEST: number; + const HTTP_STATUS_UNPROCESSABLE_ENTITY: number; + const HTTP_STATUS_LOCKED: number; + const HTTP_STATUS_FAILED_DEPENDENCY: number; + const HTTP_STATUS_UNORDERED_COLLECTION: number; + const HTTP_STATUS_UPGRADE_REQUIRED: number; + const HTTP_STATUS_PRECONDITION_REQUIRED: number; + const HTTP_STATUS_TOO_MANY_REQUESTS: number; + const HTTP_STATUS_REQUEST_HEADER_FIELDS_TOO_LARGE: number; + const HTTP_STATUS_UNAVAILABLE_FOR_LEGAL_REASONS: number; + const HTTP_STATUS_INTERNAL_SERVER_ERROR: number; + const HTTP_STATUS_NOT_IMPLEMENTED: number; + const HTTP_STATUS_BAD_GATEWAY: number; + const HTTP_STATUS_SERVICE_UNAVAILABLE: number; + const HTTP_STATUS_GATEWAY_TIMEOUT: number; + const HTTP_STATUS_HTTP_VERSION_NOT_SUPPORTED: number; + const HTTP_STATUS_VARIANT_ALSO_NEGOTIATES: number; + const HTTP_STATUS_INSUFFICIENT_STORAGE: number; + const HTTP_STATUS_LOOP_DETECTED: number; + const HTTP_STATUS_BANDWIDTH_LIMIT_EXCEEDED: number; + const HTTP_STATUS_NOT_EXTENDED: number; + const HTTP_STATUS_NETWORK_AUTHENTICATION_REQUIRED: number; + } + /** + * This symbol can be set as a property on the HTTP/2 headers object with + * an array value in order to provide a list of headers considered sensitive. + */ + export const sensitiveHeaders: symbol; + /** + * Returns an object containing the default settings for an `Http2Session` instance. This method returns a new object instance every time it is called + * so instances returned may be safely modified for use. + * @since v8.4.0 + */ + export function getDefaultSettings(): Settings; + /** + * Returns a `Buffer` instance containing serialized representation of the given + * HTTP/2 settings as specified in the [HTTP/2](https://tools.ietf.org/html/rfc7540) specification. This is intended + * for use with the `HTTP2-Settings` header field. + * + * ```js + * import http2 from 'node:http2'; + * + * const packed = http2.getPackedSettings({ enablePush: false }); + * + * console.log(packed.toString('base64')); + * // Prints: AAIAAAAA + * ``` + * @since v8.4.0 + */ + export function getPackedSettings(settings: Settings): Buffer; + /** + * Returns a `HTTP/2 Settings Object` containing the deserialized settings from + * the given `Buffer` as generated by `http2.getPackedSettings()`. + * @since v8.4.0 + * @param buf The packed settings. + */ + export function getUnpackedSettings(buf: Uint8Array): Settings; + /** + * Returns a `net.Server` instance that creates and manages `Http2Session` instances. + * + * Since there are no browsers known that support [unencrypted HTTP/2](https://http2.github.io/faq/#does-http2-require-encryption), the use of {@link createSecureServer} is necessary when + * communicating + * with browser clients. + * + * ```js + * import http2 from 'node:http2'; + * + * // Create an unencrypted HTTP/2 server. + * // Since there are no browsers known that support + * // unencrypted HTTP/2, the use of `http2.createSecureServer()` + * // is necessary when communicating with browser clients. + * const server = http2.createServer(); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200, + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(8000); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createServer( + onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void, + ): Http2Server; + export function createServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + options: ServerOptions, + onRequestHandler?: (request: InstanceType, response: InstanceType) => void, + ): Http2Server; + /** + * Returns a `tls.Server` instance that creates and manages `Http2Session` instances. + * + * ```js + * import http2 from 'node:http2'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * }; + * + * // Create a secure HTTP/2 server + * const server = http2.createSecureServer(options); + * + * server.on('stream', (stream, headers) => { + * stream.respond({ + * 'content-type': 'text/html; charset=utf-8', + * ':status': 200, + * }); + * stream.end('

Hello World

'); + * }); + * + * server.listen(8443); + * ``` + * @since v8.4.0 + * @param onRequestHandler See `Compatibility API` + */ + export function createSecureServer( + onRequestHandler?: (request: Http2ServerRequest, response: Http2ServerResponse) => void, + ): Http2SecureServer; + export function createSecureServer< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + options: SecureServerOptions, + onRequestHandler?: (request: InstanceType, response: InstanceType) => void, + ): Http2SecureServer; + /** + * Returns a `ClientHttp2Session` instance. + * + * ```js + * import http2 from 'node:http2'; + * const client = http2.connect('https://localhost:1234'); + * + * // Use the client + * + * client.close(); + * ``` + * @since v8.4.0 + * @param authority The remote HTTP/2 server to connect to. This must be in the form of a minimal, valid URL with the `http://` or `https://` prefix, host name, and IP port (if a non-default port + * is used). Userinfo (user ID and password), path, querystring, and fragment details in the URL will be ignored. + * @param listener Will be registered as a one-time listener of the {@link 'connect'} event. + */ + export function connect( + authority: string | url.URL, + listener: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): ClientHttp2Session; + export function connect( + authority: string | url.URL, + options?: ClientSessionOptions | SecureClientSessionOptions, + listener?: (session: ClientHttp2Session, socket: net.Socket | tls.TLSSocket) => void, + ): ClientHttp2Session; + /** + * Create an HTTP/2 server session from an existing socket. + * @param socket A Duplex Stream + * @param options Any `{@link createServer}` options can be provided. + * @since v20.12.0 + */ + export function performServerHandshake< + Http1Request extends typeof IncomingMessage = typeof IncomingMessage, + Http1Response extends typeof ServerResponse> = typeof ServerResponse, + Http2Request extends typeof Http2ServerRequest = typeof Http2ServerRequest, + Http2Response extends typeof Http2ServerResponse> = typeof Http2ServerResponse, + >( + socket: stream.Duplex, + options?: ServerOptions, + ): ServerHttp2Session; +} +declare module "node:http2" { + export * from "http2"; +} diff --git a/server/node_modules/@types/node/https.d.ts b/server/node_modules/@types/node/https.d.ts new file mode 100644 index 000000000..c17a316d0 --- /dev/null +++ b/server/node_modules/@types/node/https.d.ts @@ -0,0 +1,543 @@ +/** + * HTTPS is the HTTP protocol over TLS/SSL. In Node.js this is implemented as a + * separate module. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/https.js) + */ +declare module "https" { + import { Duplex } from "node:stream"; + import * as tls from "node:tls"; + import * as http from "node:http"; + import { URL } from "node:url"; + type ServerOptions< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > = tls.SecureContextOptions & tls.TlsOptions & http.ServerOptions; + type RequestOptions = + & http.RequestOptions + & tls.SecureContextOptions + & { + checkServerIdentity?: typeof tls.checkServerIdentity | undefined; + rejectUnauthorized?: boolean | undefined; // Defaults to true + servername?: string | undefined; // SNI TLS Extension + }; + interface AgentOptions extends http.AgentOptions, tls.ConnectionOptions { + maxCachedSessions?: number | undefined; + } + /** + * An `Agent` object for HTTPS similar to `http.Agent`. See {@link request} for more information. + * @since v0.4.5 + */ + class Agent extends http.Agent { + constructor(options?: AgentOptions); + options: AgentOptions; + } + interface Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > extends http.Server {} + /** + * See `http.Server` for more information. + * @since v0.3.4 + */ + class Server< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + > extends tls.Server { + constructor(requestListener?: http.RequestListener); + constructor( + options: ServerOptions, + requestListener?: http.RequestListener, + ); + /** + * Closes all connections connected to this server. + * @since v18.2.0 + */ + closeAllConnections(): void; + /** + * Closes all connections connected to this server which are not sending a request or waiting for a response. + * @since v18.2.0 + */ + closeIdleConnections(): void; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + addListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + addListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + addListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + addListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Duplex) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "checkContinue", listener: http.RequestListener): this; + addListener(event: "checkExpectation", listener: http.RequestListener): this; + addListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + addListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + addListener(event: "request", listener: http.RequestListener): this; + addListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + emit(event: string, ...args: any[]): boolean; + emit(event: "keylog", line: Buffer, tlsSocket: tls.TLSSocket): boolean; + emit( + event: "newSession", + sessionId: Buffer, + sessionData: Buffer, + callback: (err: Error, resp: Buffer) => void, + ): boolean; + emit( + event: "OCSPRequest", + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ): boolean; + emit(event: "resumeSession", sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void): boolean; + emit(event: "secureConnection", tlsSocket: tls.TLSSocket): boolean; + emit(event: "tlsClientError", err: Error, tlsSocket: tls.TLSSocket): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Duplex): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit( + event: "checkContinue", + req: InstanceType, + res: InstanceType, + ): boolean; + emit( + event: "checkExpectation", + req: InstanceType, + res: InstanceType, + ): boolean; + emit(event: "clientError", err: Error, socket: Duplex): boolean; + emit(event: "connect", req: InstanceType, socket: Duplex, head: Buffer): boolean; + emit( + event: "request", + req: InstanceType, + res: InstanceType, + ): boolean; + emit(event: "upgrade", req: InstanceType, socket: Duplex, head: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + on( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + on( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + on( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + on(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + on(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Duplex) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "checkContinue", listener: http.RequestListener): this; + on(event: "checkExpectation", listener: http.RequestListener): this; + on(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + on(event: "connect", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + on(event: "request", listener: http.RequestListener): this; + on(event: "upgrade", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + once( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + once( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + once( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + once(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + once(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Duplex) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "checkContinue", listener: http.RequestListener): this; + once(event: "checkExpectation", listener: http.RequestListener): this; + once(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + once(event: "connect", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + once(event: "request", listener: http.RequestListener): this; + once(event: "upgrade", listener: (req: InstanceType, socket: Duplex, head: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Duplex) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "checkContinue", listener: http.RequestListener): this; + prependListener(event: "checkExpectation", listener: http.RequestListener): this; + prependListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + prependListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependListener(event: "request", listener: http.RequestListener): this; + prependListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: (err: Error, resp: Buffer) => void) => void, + ): this; + prependOnceListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependOnceListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error, sessionData: Buffer) => void) => void, + ): this; + prependOnceListener(event: "secureConnection", listener: (tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: tls.TLSSocket) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Duplex) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "checkContinue", listener: http.RequestListener): this; + prependOnceListener(event: "checkExpectation", listener: http.RequestListener): this; + prependOnceListener(event: "clientError", listener: (err: Error, socket: Duplex) => void): this; + prependOnceListener( + event: "connect", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + prependOnceListener(event: "request", listener: http.RequestListener): this; + prependOnceListener( + event: "upgrade", + listener: (req: InstanceType, socket: Duplex, head: Buffer) => void, + ): this; + } + /** + * ```js + * // curl -k https://localhost:8000/ + * import https from 'node:https'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * + * Or + * + * ```js + * import https from 'node:https'; + * import fs from 'node:fs'; + * + * const options = { + * pfx: fs.readFileSync('test/fixtures/test_cert.pfx'), + * passphrase: 'sample', + * }; + * + * https.createServer(options, (req, res) => { + * res.writeHead(200); + * res.end('hello world\n'); + * }).listen(8000); + * ``` + * @since v0.3.4 + * @param options Accepts `options` from `createServer`, `createSecureContext` and `createServer`. + * @param requestListener A listener to be added to the `'request'` event. + */ + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + >(requestListener?: http.RequestListener): Server; + function createServer< + Request extends typeof http.IncomingMessage = typeof http.IncomingMessage, + Response extends typeof http.ServerResponse> = typeof http.ServerResponse, + >( + options: ServerOptions, + requestListener?: http.RequestListener, + ): Server; + /** + * Makes a request to a secure web server. + * + * The following additional `options` from `tls.connect()` are also accepted: `ca`, `cert`, `ciphers`, `clientCertEngine`, `crl`, `dhparam`, `ecdhCurve`, `honorCipherOrder`, `key`, `passphrase`, + * `pfx`, `rejectUnauthorized`, `secureOptions`, `secureProtocol`, `servername`, `sessionIdContext`, `highWaterMark`. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * `https.request()` returns an instance of the `http.ClientRequest` class. The `ClientRequest` instance is a writable stream. If one needs to + * upload a file with a POST request, then write to the `ClientRequest` object. + * + * ```js + * import https from 'node:https'; + * + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * }; + * + * const req = https.request(options, (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * }); + * + * req.on('error', (e) => { + * console.error(e); + * }); + * req.end(); + * ``` + * + * Example using options from `tls.connect()`: + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * }; + * options.agent = new https.Agent(options); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Alternatively, opt out of connection pooling by not using an `Agent`. + * + * ```js + * const options = { + * hostname: 'encrypted.google.com', + * port: 443, + * path: '/', + * method: 'GET', + * key: fs.readFileSync('test/fixtures/keys/agent2-key.pem'), + * cert: fs.readFileSync('test/fixtures/keys/agent2-cert.pem'), + * agent: false, + * }; + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example using a `URL` as `options`: + * + * ```js + * const options = new URL('https://abc:xyz@example.com'); + * + * const req = https.request(options, (res) => { + * // ... + * }); + * ``` + * + * Example pinning on certificate fingerprint, or the public key (similar to`pin-sha256`): + * + * ```js + * import tls from 'node:tls'; + * import https from 'node:https'; + * import crypto from 'node:crypto'; + * + * function sha256(s) { + * return crypto.createHash('sha256').update(s).digest('base64'); + * } + * const options = { + * hostname: 'github.com', + * port: 443, + * path: '/', + * method: 'GET', + * checkServerIdentity: function(host, cert) { + * // Make sure the certificate is issued to the host we are connected to + * const err = tls.checkServerIdentity(host, cert); + * if (err) { + * return err; + * } + * + * // Pin the public key, similar to HPKP pin-sha256 pinning + * const pubkey256 = 'pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU='; + * if (sha256(cert.pubkey) !== pubkey256) { + * const msg = 'Certificate verification error: ' + + * `The public key of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // Pin the exact certificate, rather than the pub key + * const cert256 = '25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:' + + * 'D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16'; + * if (cert.fingerprint256 !== cert256) { + * const msg = 'Certificate verification error: ' + + * `The certificate of '${cert.subject.CN}' ` + + * 'does not match our pinned fingerprint'; + * return new Error(msg); + * } + * + * // This loop is informational only. + * // Print the certificate and public key fingerprints of all certs in the + * // chain. Its common to pin the public key of the issuer on the public + * // internet, while pinning the public key of the service in sensitive + * // environments. + * do { + * console.log('Subject Common Name:', cert.subject.CN); + * console.log(' Certificate SHA256 fingerprint:', cert.fingerprint256); + * + * hash = crypto.createHash('sha256'); + * console.log(' Public key ping-sha256:', sha256(cert.pubkey)); + * + * lastprint256 = cert.fingerprint256; + * cert = cert.issuerCertificate; + * } while (cert.fingerprint256 !== lastprint256); + * + * }, + * }; + * + * options.agent = new https.Agent(options); + * const req = https.request(options, (res) => { + * console.log('All OK. Server matched our pinned cert or public key'); + * console.log('statusCode:', res.statusCode); + * // Print the HPKP values + * console.log('headers:', res.headers['public-key-pins']); + * + * res.on('data', (d) => {}); + * }); + * + * req.on('error', (e) => { + * console.error(e.message); + * }); + * req.end(); + * ``` + * + * Outputs for example: + * + * ```text + * Subject Common Name: github.com + * Certificate SHA256 fingerprint: 25:FE:39:32:D9:63:8C:8A:FC:A1:9A:29:87:D8:3E:4C:1D:98:DB:71:E4:1A:48:03:98:EA:22:6A:BD:8B:93:16 + * Public key ping-sha256: pL1+qb9HTMRZJmuC/bB/ZI9d302BYrrqiVuRyW+DGrU= + * Subject Common Name: DigiCert SHA2 Extended Validation Server CA + * Certificate SHA256 fingerprint: 40:3E:06:2A:26:53:05:91:13:28:5B:AF:80:A0:D4:AE:42:2C:84:8C:9F:78:FA:D0:1F:C9:4B:C5:B8:7F:EF:1A + * Public key ping-sha256: RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho= + * Subject Common Name: DigiCert High Assurance EV Root CA + * Certificate SHA256 fingerprint: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF + * Public key ping-sha256: WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18= + * All OK. Server matched our pinned cert or public key + * statusCode: 200 + * headers: max-age=0; pin-sha256="WoiWRyIOVNa9ihaBciRSC7XHjliYS9VwUGOIud4PB18="; pin-sha256="RRM1dGqnDFsCJXBTHky16vi1obOlCgFFn/yOhI/y+ho="; + * pin-sha256="k2v657xBsOVe1PQRwOsHsw3bsGT2VzIqz5K+59sNQws="; pin-sha256="K87oWBWM9UZfyddvDfoxL+8lpNyoUB2ptGtn0fv6G2Q="; pin-sha256="IQBnNBEiFuhj+8x6X8XLgh01V9Ic5/V3IRQLNFFc7v4="; + * pin-sha256="iie1VXtL7HzAMF+/PVPR9xzT80kQxdZeJ+zduCB3uj0="; pin-sha256="LvRiGEjRqfzurezaWuj8Wie2gyHMrW5Q06LspMnox7A="; includeSubDomains + * ``` + * @since v0.3.6 + * @param options Accepts all `options` from `request`, with some differences in default values: + */ + function request( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function request( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + /** + * Like `http.get()` but for HTTPS. + * + * `options` can be an object, a string, or a `URL` object. If `options` is a + * string, it is automatically parsed with `new URL()`. If it is a `URL` object, it will be automatically converted to an ordinary `options` object. + * + * ```js + * import https from 'node:https'; + * + * https.get('https://encrypted.google.com/', (res) => { + * console.log('statusCode:', res.statusCode); + * console.log('headers:', res.headers); + * + * res.on('data', (d) => { + * process.stdout.write(d); + * }); + * + * }).on('error', (e) => { + * console.error(e); + * }); + * ``` + * @since v0.3.6 + * @param options Accepts the same `options` as {@link request}, with the `method` always set to `GET`. + */ + function get( + options: RequestOptions | string | URL, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + function get( + url: string | URL, + options: RequestOptions, + callback?: (res: http.IncomingMessage) => void, + ): http.ClientRequest; + let globalAgent: Agent; +} +declare module "node:https" { + export * from "https"; +} diff --git a/server/node_modules/@types/node/index.d.ts b/server/node_modules/@types/node/index.d.ts new file mode 100644 index 000000000..e99dc8388 --- /dev/null +++ b/server/node_modules/@types/node/index.d.ts @@ -0,0 +1,92 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * 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. + */ + +// NOTE: These definitions support Node.js and TypeScript 5.7+. + +// Reference required TypeScript libs: +/// + +// TypeScript backwards-compatibility definitions: +/// + +// Definitions specific to TypeScript 5.7+: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/server/node_modules/@types/node/inspector.d.ts b/server/node_modules/@types/node/inspector.d.ts new file mode 100644 index 000000000..32d9ba4aa --- /dev/null +++ b/server/node_modules/@types/node/inspector.d.ts @@ -0,0 +1,3966 @@ +// These definitions are automatically generated by the generate-inspector script. +// Do not edit this file directly. +// See scripts/generate-inspector/README.md for information on how to update the protocol definitions. +// Changes to the module itself should be added to the generator template (scripts/generate-inspector/inspector.d.ts.template). + +/** + * The `node:inspector` module provides an API for interacting with the V8 + * inspector. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/inspector.js) + */ +declare module 'inspector' { + import EventEmitter = require('node:events'); + + interface InspectorNotification { + method: string; + params: T; + } + + namespace Schema { + /** + * Description of the protocol domain. + */ + interface Domain { + /** + * Domain name. + */ + name: string; + /** + * Domain version. + */ + version: string; + } + interface GetDomainsReturnType { + /** + * List of supported domains. + */ + domains: Domain[]; + } + } + namespace Runtime { + /** + * Unique script identifier. + */ + type ScriptId = string; + /** + * Unique object identifier. + */ + type RemoteObjectId = string; + /** + * Primitive value which cannot be JSON-stringified. + */ + type UnserializableValue = string; + /** + * Mirror object referencing original JavaScript object. + */ + interface RemoteObject { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * Object class (constructor) name. Specified for object type values only. + */ + className?: string | undefined; + /** + * Remote object value in case of primitive values or JSON values (if it was requested). + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified does not have value, but gets this property. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * Unique object identifier (for non-primitive values). + */ + objectId?: RemoteObjectId | undefined; + /** + * Preview containing abbreviated property values. Specified for object type values only. + * @experimental + */ + preview?: ObjectPreview | undefined; + /** + * @experimental + */ + customPreview?: CustomPreview | undefined; + } + /** + * @experimental + */ + interface CustomPreview { + header: string; + hasBody: boolean; + formatterObjectId: RemoteObjectId; + bindRemoteObjectFunctionId: RemoteObjectId; + configObjectId?: RemoteObjectId | undefined; + } + /** + * Object containing abbreviated remote object value. + * @experimental + */ + interface ObjectPreview { + /** + * Object type. + */ + type: string; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + /** + * String representation of the object. + */ + description?: string | undefined; + /** + * True iff some of the properties or entries of the original object did not fit. + */ + overflow: boolean; + /** + * List of the properties. + */ + properties: PropertyPreview[]; + /** + * List of the entries. Specified for map and set subtype values only. + */ + entries?: EntryPreview[] | undefined; + } + /** + * @experimental + */ + interface PropertyPreview { + /** + * Property name. + */ + name: string; + /** + * Object type. Accessor means that the property itself is an accessor property. + */ + type: string; + /** + * User-friendly property value string. + */ + value?: string | undefined; + /** + * Nested value preview. + */ + valuePreview?: ObjectPreview | undefined; + /** + * Object subtype hint. Specified for object type values only. + */ + subtype?: string | undefined; + } + /** + * @experimental + */ + interface EntryPreview { + /** + * Preview of the key. Specified for map-like collection entries. + */ + key?: ObjectPreview | undefined; + /** + * Preview of the value. + */ + value: ObjectPreview; + } + /** + * Object property descriptor. + */ + interface PropertyDescriptor { + /** + * Property name or symbol description. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + /** + * True if the value associated with the property may be changed (data descriptors only). + */ + writable?: boolean | undefined; + /** + * A function which serves as a getter for the property, or undefined if there is no getter (accessor descriptors only). + */ + get?: RemoteObject | undefined; + /** + * A function which serves as a setter for the property, or undefined if there is no setter (accessor descriptors only). + */ + set?: RemoteObject | undefined; + /** + * True if the type of this property descriptor may be changed and if the property may be deleted from the corresponding object. + */ + configurable: boolean; + /** + * True if this property shows up during enumeration of the properties on the corresponding object. + */ + enumerable: boolean; + /** + * True if the result was thrown during the evaluation. + */ + wasThrown?: boolean | undefined; + /** + * True if the property is owned for the object. + */ + isOwn?: boolean | undefined; + /** + * Property symbol object, if the property is of the symbol type. + */ + symbol?: RemoteObject | undefined; + } + /** + * Object internal property descriptor. This property isn't normally visible in JavaScript code. + */ + interface InternalPropertyDescriptor { + /** + * Conventional property name. + */ + name: string; + /** + * The value associated with the property. + */ + value?: RemoteObject | undefined; + } + /** + * Represents function call argument. Either remote object id objectId, primitive value, unserializable primitive value or neither of (for undefined) them should be specified. + */ + interface CallArgument { + /** + * Primitive value or serializable javascript object. + */ + value?: any; + /** + * Primitive value which can not be JSON-stringified. + */ + unserializableValue?: UnserializableValue | undefined; + /** + * Remote object handle. + */ + objectId?: RemoteObjectId | undefined; + } + /** + * Id of an execution context. + */ + type ExecutionContextId = number; + /** + * Description of an isolated world. + */ + interface ExecutionContextDescription { + /** + * Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed. + */ + id: ExecutionContextId; + /** + * Execution context origin. + */ + origin: string; + /** + * Human readable name describing given context. + */ + name: string; + /** + * Embedder-specific auxiliary data. + */ + auxData?: {} | undefined; + } + /** + * Detailed information about exception (or error) that was thrown during script compilation or execution. + */ + interface ExceptionDetails { + /** + * Exception id. + */ + exceptionId: number; + /** + * Exception text, which should be used together with exception object when available. + */ + text: string; + /** + * Line number of the exception location (0-based). + */ + lineNumber: number; + /** + * Column number of the exception location (0-based). + */ + columnNumber: number; + /** + * Script ID of the exception location. + */ + scriptId?: ScriptId | undefined; + /** + * URL of the exception location, to be used when the script was not reported. + */ + url?: string | undefined; + /** + * JavaScript stack trace if available. + */ + stackTrace?: StackTrace | undefined; + /** + * Exception object if available. + */ + exception?: RemoteObject | undefined; + /** + * Identifier of the context where exception happened. + */ + executionContextId?: ExecutionContextId | undefined; + } + /** + * Number of milliseconds since epoch. + */ + type Timestamp = number; + /** + * Stack entry for runtime errors and assertions. + */ + interface CallFrame { + /** + * JavaScript function name. + */ + functionName: string; + /** + * JavaScript script id. + */ + scriptId: ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * JavaScript script line number (0-based). + */ + lineNumber: number; + /** + * JavaScript script column number (0-based). + */ + columnNumber: number; + } + /** + * Call frames for assertions or error messages. + */ + interface StackTrace { + /** + * String label of this stack trace. For async traces this may be a name of the function that initiated the async call. + */ + description?: string | undefined; + /** + * JavaScript function name. + */ + callFrames: CallFrame[]; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + */ + parent?: StackTrace | undefined; + /** + * Asynchronous JavaScript stack trace that preceded this stack, if available. + * @experimental + */ + parentId?: StackTraceId | undefined; + } + /** + * Unique identifier of current debugger. + * @experimental + */ + type UniqueDebuggerId = string; + /** + * If debuggerId is set stack trace comes from another debugger and can be resolved there. This allows to track cross-debugger calls. See Runtime.StackTrace and Debugger.paused for usages. + * @experimental + */ + interface StackTraceId { + id: string; + debuggerId?: UniqueDebuggerId | undefined; + } + interface EvaluateParameterType { + /** + * Expression to evaluate. + */ + expression: string; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Specifies in which execution context to perform evaluation. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + contextId?: ExecutionContextId | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface AwaitPromiseParameterType { + /** + * Identifier of the promise. + */ + promiseObjectId: RemoteObjectId; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + } + interface CallFunctionOnParameterType { + /** + * Declaration of the function to call. + */ + functionDeclaration: string; + /** + * Identifier of the object to call function on. Either objectId or executionContextId should be specified. + */ + objectId?: RemoteObjectId | undefined; + /** + * Call arguments. All call arguments must belong to the same JavaScript world as the target object. + */ + arguments?: CallArgument[] | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should be treated as initiated by user in the UI. + */ + userGesture?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + /** + * Specifies execution context which global object will be used to call function on. Either executionContextId or objectId should be specified. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. If objectGroup is not specified and objectId is, objectGroup will be inherited from object. + */ + objectGroup?: string | undefined; + } + interface GetPropertiesParameterType { + /** + * Identifier of the object to return properties for. + */ + objectId: RemoteObjectId; + /** + * If true, returns properties belonging only to the element itself, not to its prototype chain. + */ + ownProperties?: boolean | undefined; + /** + * If true, returns accessor properties (with getter/setter) only; internal properties are not returned either. + * @experimental + */ + accessorPropertiesOnly?: boolean | undefined; + /** + * Whether preview should be generated for the results. + * @experimental + */ + generatePreview?: boolean | undefined; + } + interface ReleaseObjectParameterType { + /** + * Identifier of the object to release. + */ + objectId: RemoteObjectId; + } + interface ReleaseObjectGroupParameterType { + /** + * Symbolic object group name. + */ + objectGroup: string; + } + interface SetCustomObjectFormatterEnabledParameterType { + enabled: boolean; + } + interface CompileScriptParameterType { + /** + * Expression to compile. + */ + expression: string; + /** + * Source url to be set for the script. + */ + sourceURL: string; + /** + * Specifies whether the compiled script should be persisted. + */ + persistScript: boolean; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface RunScriptParameterType { + /** + * Id of the script to run. + */ + scriptId: ScriptId; + /** + * Specifies in which execution context to perform script run. If the parameter is omitted the evaluation will be performed in the context of the inspected page. + */ + executionContextId?: ExecutionContextId | undefined; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Determines whether Command Line API should be available during the evaluation. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object which should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + */ + generatePreview?: boolean | undefined; + /** + * Whether execution should await for resulting value and return once awaited promise is resolved. + */ + awaitPromise?: boolean | undefined; + } + interface QueryObjectsParameterType { + /** + * Identifier of the prototype to return objects for. + */ + prototypeObjectId: RemoteObjectId; + } + interface GlobalLexicalScopeNamesParameterType { + /** + * Specifies in which execution context to lookup global scope variables. + */ + executionContextId?: ExecutionContextId | undefined; + } + interface EvaluateReturnType { + /** + * Evaluation result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface AwaitPromiseReturnType { + /** + * Promise result. Will contain rejected value if promise was rejected. + */ + result: RemoteObject; + /** + * Exception details if stack strace is available. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CallFunctionOnReturnType { + /** + * Call result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface GetPropertiesReturnType { + /** + * Object properties. + */ + result: PropertyDescriptor[]; + /** + * Internal object properties (only of the element itself). + */ + internalProperties?: InternalPropertyDescriptor[] | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface CompileScriptReturnType { + /** + * Id of the script. + */ + scriptId?: ScriptId | undefined; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface RunScriptReturnType { + /** + * Run result. + */ + result: RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: ExceptionDetails | undefined; + } + interface QueryObjectsReturnType { + /** + * Array with objects. + */ + objects: RemoteObject; + } + interface GlobalLexicalScopeNamesReturnType { + names: string[]; + } + interface ExecutionContextCreatedEventDataType { + /** + * A newly created execution context. + */ + context: ExecutionContextDescription; + } + interface ExecutionContextDestroyedEventDataType { + /** + * Id of the destroyed context + */ + executionContextId: ExecutionContextId; + } + interface ExceptionThrownEventDataType { + /** + * Timestamp of the exception. + */ + timestamp: Timestamp; + exceptionDetails: ExceptionDetails; + } + interface ExceptionRevokedEventDataType { + /** + * Reason describing why exception was revoked. + */ + reason: string; + /** + * The id of revoked exception, as reported in exceptionThrown. + */ + exceptionId: number; + } + interface ConsoleAPICalledEventDataType { + /** + * Type of the call. + */ + type: string; + /** + * Call arguments. + */ + args: RemoteObject[]; + /** + * Identifier of the context where the call was made. + */ + executionContextId: ExecutionContextId; + /** + * Call timestamp. + */ + timestamp: Timestamp; + /** + * Stack trace captured when the call was made. + */ + stackTrace?: StackTrace | undefined; + /** + * Console context descriptor for calls on non-default console context (not console.*): 'anonymous#unique-logger-id' for call on unnamed context, 'name#unique-logger-id' for call on named context. + * @experimental + */ + context?: string | undefined; + } + interface InspectRequestedEventDataType { + object: RemoteObject; + hints: {}; + } + } + namespace Debugger { + /** + * Breakpoint identifier. + */ + type BreakpointId = string; + /** + * Call frame identifier. + */ + type CallFrameId = string; + /** + * Location in the source code. + */ + interface Location { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + } + /** + * Location in the source code. + * @experimental + */ + interface ScriptPosition { + lineNumber: number; + columnNumber: number; + } + /** + * JavaScript call frame. Array of call frames form the call stack. + */ + interface CallFrame { + /** + * Call frame identifier. This identifier is only valid while the virtual machine is paused. + */ + callFrameId: CallFrameId; + /** + * Name of the JavaScript function called on this call frame. + */ + functionName: string; + /** + * Location in the source code. + */ + functionLocation?: Location | undefined; + /** + * Location in the source code. + */ + location: Location; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Scope chain for this call frame. + */ + scopeChain: Scope[]; + /** + * this object for this call frame. + */ + this: Runtime.RemoteObject; + /** + * The value being returned, if the function is at return point. + */ + returnValue?: Runtime.RemoteObject | undefined; + } + /** + * Scope description. + */ + interface Scope { + /** + * Scope type. + */ + type: string; + /** + * Object representing the scope. For global and with scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties. + */ + object: Runtime.RemoteObject; + name?: string | undefined; + /** + * Location in the source code where scope starts + */ + startLocation?: Location | undefined; + /** + * Location in the source code where scope ends + */ + endLocation?: Location | undefined; + } + /** + * Search match for resource. + */ + interface SearchMatch { + /** + * Line number in resource content. + */ + lineNumber: number; + /** + * Line with match content. + */ + lineContent: string; + } + interface BreakLocation { + /** + * Script identifier as reported in the Debugger.scriptParsed. + */ + scriptId: Runtime.ScriptId; + /** + * Line number in the script (0-based). + */ + lineNumber: number; + /** + * Column number in the script (0-based). + */ + columnNumber?: number | undefined; + type?: string | undefined; + } + interface SetBreakpointsActiveParameterType { + /** + * New value for breakpoints active state. + */ + active: boolean; + } + interface SetSkipAllPausesParameterType { + /** + * New value for skip pauses state. + */ + skip: boolean; + } + interface SetBreakpointByUrlParameterType { + /** + * Line number to set breakpoint at. + */ + lineNumber: number; + /** + * URL of the resources to set breakpoint on. + */ + url?: string | undefined; + /** + * Regex pattern for the URLs of the resources to set breakpoints on. Either url or urlRegex must be specified. + */ + urlRegex?: string | undefined; + /** + * Script hash of the resources to set breakpoint on. + */ + scriptHash?: string | undefined; + /** + * Offset in the line to set breakpoint at. + */ + columnNumber?: number | undefined; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface SetBreakpointParameterType { + /** + * Location to set breakpoint in. + */ + location: Location; + /** + * Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. + */ + condition?: string | undefined; + } + interface RemoveBreakpointParameterType { + breakpointId: BreakpointId; + } + interface GetPossibleBreakpointsParameterType { + /** + * Start of range to search possible breakpoint locations in. + */ + start: Location; + /** + * End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range. + */ + end?: Location | undefined; + /** + * Only consider locations which are in the same (non-nested) function as start. + */ + restrictToFunction?: boolean | undefined; + } + interface ContinueToLocationParameterType { + /** + * Location to continue to. + */ + location: Location; + targetCallFrames?: string | undefined; + } + interface PauseOnAsyncCallParameterType { + /** + * Debugger will pause when async call with given stack trace is started. + */ + parentStackTraceId: Runtime.StackTraceId; + } + interface StepIntoParameterType { + /** + * Debugger will issue additional Debugger.paused notification if any async task is scheduled before next pause. + * @experimental + */ + breakOnAsyncCall?: boolean | undefined; + } + interface GetStackTraceParameterType { + stackTraceId: Runtime.StackTraceId; + } + interface SearchInContentParameterType { + /** + * Id of the script to search in. + */ + scriptId: Runtime.ScriptId; + /** + * String to search for. + */ + query: string; + /** + * If true, search is case sensitive. + */ + caseSensitive?: boolean | undefined; + /** + * If true, treats string parameter as regex. + */ + isRegex?: boolean | undefined; + } + interface SetScriptSourceParameterType { + /** + * Id of the script to edit. + */ + scriptId: Runtime.ScriptId; + /** + * New content of the script. + */ + scriptSource: string; + /** + * If true the change will not actually be applied. Dry run may be used to get result description without actually modifying the code. + */ + dryRun?: boolean | undefined; + } + interface RestartFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + } + interface GetScriptSourceParameterType { + /** + * Id of the script to get source for. + */ + scriptId: Runtime.ScriptId; + } + interface SetPauseOnExceptionsParameterType { + /** + * Pause on exceptions mode. + */ + state: string; + } + interface EvaluateOnCallFrameParameterType { + /** + * Call frame identifier to evaluate on. + */ + callFrameId: CallFrameId; + /** + * Expression to evaluate. + */ + expression: string; + /** + * String object group name to put result into (allows rapid releasing resulting object handles using releaseObjectGroup). + */ + objectGroup?: string | undefined; + /** + * Specifies whether command line API should be available to the evaluated expression, defaults to false. + */ + includeCommandLineAPI?: boolean | undefined; + /** + * In silent mode exceptions thrown during evaluation are not reported and do not pause execution. Overrides setPauseOnException state. + */ + silent?: boolean | undefined; + /** + * Whether the result is expected to be a JSON object that should be sent by value. + */ + returnByValue?: boolean | undefined; + /** + * Whether preview should be generated for the result. + * @experimental + */ + generatePreview?: boolean | undefined; + /** + * Whether to throw an exception if side effect cannot be ruled out during evaluation. + */ + throwOnSideEffect?: boolean | undefined; + } + interface SetVariableValueParameterType { + /** + * 0-based number of scope as was listed in scope chain. Only 'local', 'closure' and 'catch' scope types are allowed. Other scopes could be manipulated manually. + */ + scopeNumber: number; + /** + * Variable name. + */ + variableName: string; + /** + * New variable value. + */ + newValue: Runtime.CallArgument; + /** + * Id of callframe that holds variable. + */ + callFrameId: CallFrameId; + } + interface SetReturnValueParameterType { + /** + * New return value. + */ + newValue: Runtime.CallArgument; + } + interface SetAsyncCallStackDepthParameterType { + /** + * Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default). + */ + maxDepth: number; + } + interface SetBlackboxPatternsParameterType { + /** + * Array of regexps that will be used to check script url for blackbox state. + */ + patterns: string[]; + } + interface SetBlackboxedRangesParameterType { + /** + * Id of the script. + */ + scriptId: Runtime.ScriptId; + positions: ScriptPosition[]; + } + interface EnableReturnType { + /** + * Unique identifier of the debugger. + * @experimental + */ + debuggerId: Runtime.UniqueDebuggerId; + } + interface SetBreakpointByUrlReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * List of the locations this breakpoint resolved into upon addition. + */ + locations: Location[]; + } + interface SetBreakpointReturnType { + /** + * Id of the created breakpoint for further reference. + */ + breakpointId: BreakpointId; + /** + * Location this breakpoint resolved into. + */ + actualLocation: Location; + } + interface GetPossibleBreakpointsReturnType { + /** + * List of the possible breakpoint locations. + */ + locations: BreakLocation[]; + } + interface GetStackTraceReturnType { + stackTrace: Runtime.StackTrace; + } + interface SearchInContentReturnType { + /** + * List of search matches. + */ + result: SearchMatch[]; + } + interface SetScriptSourceReturnType { + /** + * New stack trace in case editing has happened while VM was stopped. + */ + callFrames?: CallFrame[] | undefined; + /** + * Whether current call stack was modified after applying the changes. + */ + stackChanged?: boolean | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Exception details if any. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface RestartFrameReturnType { + /** + * New stack trace. + */ + callFrames: CallFrame[]; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + } + interface GetScriptSourceReturnType { + /** + * Script source. + */ + scriptSource: string; + } + interface EvaluateOnCallFrameReturnType { + /** + * Object wrapper for the evaluation result. + */ + result: Runtime.RemoteObject; + /** + * Exception details. + */ + exceptionDetails?: Runtime.ExceptionDetails | undefined; + } + interface ScriptParsedEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * True, if this script is generated as a result of the live edit operation. + * @experimental + */ + isLiveEdit?: boolean | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface ScriptFailedToParseEventDataType { + /** + * Identifier of the script parsed. + */ + scriptId: Runtime.ScriptId; + /** + * URL or name of the script parsed (if any). + */ + url: string; + /** + * Line offset of the script within the resource with given URL (for script tags). + */ + startLine: number; + /** + * Column offset of the script within the resource with given URL. + */ + startColumn: number; + /** + * Last line of the script. + */ + endLine: number; + /** + * Length of the last line of the script. + */ + endColumn: number; + /** + * Specifies script creation context. + */ + executionContextId: Runtime.ExecutionContextId; + /** + * Content hash of the script. + */ + hash: string; + /** + * Embedder-specific auxiliary data. + */ + executionContextAuxData?: {} | undefined; + /** + * URL of source map associated with script (if any). + */ + sourceMapURL?: string | undefined; + /** + * True, if this script has sourceURL. + */ + hasSourceURL?: boolean | undefined; + /** + * True, if this script is ES6 module. + */ + isModule?: boolean | undefined; + /** + * This script length. + */ + length?: number | undefined; + /** + * JavaScript top stack frame of where the script parsed event was triggered if available. + * @experimental + */ + stackTrace?: Runtime.StackTrace | undefined; + } + interface BreakpointResolvedEventDataType { + /** + * Breakpoint unique identifier. + */ + breakpointId: BreakpointId; + /** + * Actual breakpoint location. + */ + location: Location; + } + interface PausedEventDataType { + /** + * Call stack the virtual machine stopped on. + */ + callFrames: CallFrame[]; + /** + * Pause reason. + */ + reason: string; + /** + * Object containing break-specific auxiliary properties. + */ + data?: {} | undefined; + /** + * Hit breakpoints IDs + */ + hitBreakpoints?: string[] | undefined; + /** + * Async stack trace, if any. + */ + asyncStackTrace?: Runtime.StackTrace | undefined; + /** + * Async stack trace, if any. + * @experimental + */ + asyncStackTraceId?: Runtime.StackTraceId | undefined; + /** + * Just scheduled async call will have this stack trace as parent stack during async execution. This field is available only after Debugger.stepInto call with breakOnAsynCall flag. + * @experimental + */ + asyncCallStackTraceId?: Runtime.StackTraceId | undefined; + } + } + namespace Console { + /** + * Console message. + */ + interface ConsoleMessage { + /** + * Message source. + */ + source: string; + /** + * Message severity. + */ + level: string; + /** + * Message text. + */ + text: string; + /** + * URL of the message origin. + */ + url?: string | undefined; + /** + * Line number in the resource that generated this message (1-based). + */ + line?: number | undefined; + /** + * Column number in the resource that generated this message (1-based). + */ + column?: number | undefined; + } + interface MessageAddedEventDataType { + /** + * Console message that has been added. + */ + message: ConsoleMessage; + } + } + namespace Profiler { + /** + * Profile node. Holds callsite information, execution statistics and child nodes. + */ + interface ProfileNode { + /** + * Unique id of the node. + */ + id: number; + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Number of samples where this node was on top of the call stack. + */ + hitCount?: number | undefined; + /** + * Child node ids. + */ + children?: number[] | undefined; + /** + * The reason of being not optimized. The function may be deoptimized or marked as don't optimize. + */ + deoptReason?: string | undefined; + /** + * An array of source position ticks. + */ + positionTicks?: PositionTickInfo[] | undefined; + } + /** + * Profile. + */ + interface Profile { + /** + * The list of profile nodes. First item is the root node. + */ + nodes: ProfileNode[]; + /** + * Profiling start timestamp in microseconds. + */ + startTime: number; + /** + * Profiling end timestamp in microseconds. + */ + endTime: number; + /** + * Ids of samples top nodes. + */ + samples?: number[] | undefined; + /** + * Time intervals between adjacent samples in microseconds. The first delta is relative to the profile startTime. + */ + timeDeltas?: number[] | undefined; + } + /** + * Specifies a number of samples attributed to a certain source position. + */ + interface PositionTickInfo { + /** + * Source line number (1-based). + */ + line: number; + /** + * Number of samples attributed to the source line. + */ + ticks: number; + } + /** + * Coverage data for a source range. + */ + interface CoverageRange { + /** + * JavaScript script source offset for the range start. + */ + startOffset: number; + /** + * JavaScript script source offset for the range end. + */ + endOffset: number; + /** + * Collected execution count of the source range. + */ + count: number; + } + /** + * Coverage data for a JavaScript function. + */ + interface FunctionCoverage { + /** + * JavaScript function name. + */ + functionName: string; + /** + * Source ranges inside the function with coverage data. + */ + ranges: CoverageRange[]; + /** + * Whether coverage data for this function has block granularity. + */ + isBlockCoverage: boolean; + } + /** + * Coverage data for a JavaScript script. + */ + interface ScriptCoverage { + /** + * JavaScript script id. + */ + scriptId: Runtime.ScriptId; + /** + * JavaScript script name or url. + */ + url: string; + /** + * Functions contained in the script that has coverage data. + */ + functions: FunctionCoverage[]; + } + interface SetSamplingIntervalParameterType { + /** + * New sampling interval in microseconds. + */ + interval: number; + } + interface StartPreciseCoverageParameterType { + /** + * Collect accurate call counts beyond simple 'covered' or 'not covered'. + */ + callCount?: boolean | undefined; + /** + * Collect block-based coverage. + */ + detailed?: boolean | undefined; + } + interface StopReturnType { + /** + * Recorded profile. + */ + profile: Profile; + } + interface TakePreciseCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface GetBestEffortCoverageReturnType { + /** + * Coverage data for the current isolate. + */ + result: ScriptCoverage[]; + } + interface ConsoleProfileStartedEventDataType { + id: string; + /** + * Location of console.profile(). + */ + location: Debugger.Location; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + interface ConsoleProfileFinishedEventDataType { + id: string; + /** + * Location of console.profileEnd(). + */ + location: Debugger.Location; + profile: Profile; + /** + * Profile title passed as an argument to console.profile(). + */ + title?: string | undefined; + } + } + namespace HeapProfiler { + /** + * Heap snapshot object id. + */ + type HeapSnapshotObjectId = string; + /** + * Sampling Heap Profile node. Holds callsite information, allocation statistics and child nodes. + */ + interface SamplingHeapProfileNode { + /** + * Function location. + */ + callFrame: Runtime.CallFrame; + /** + * Allocations size in bytes for the node excluding children. + */ + selfSize: number; + /** + * Child nodes. + */ + children: SamplingHeapProfileNode[]; + } + /** + * Profile. + */ + interface SamplingHeapProfile { + head: SamplingHeapProfileNode; + } + interface StartTrackingHeapObjectsParameterType { + trackAllocations?: boolean | undefined; + } + interface StopTrackingHeapObjectsParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. + */ + reportProgress?: boolean | undefined; + } + interface TakeHeapSnapshotParameterType { + /** + * If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken. + */ + reportProgress?: boolean | undefined; + } + interface GetObjectByHeapObjectIdParameterType { + objectId: HeapSnapshotObjectId; + /** + * Symbolic group name that can be used to release multiple objects. + */ + objectGroup?: string | undefined; + } + interface AddInspectedHeapObjectParameterType { + /** + * Heap snapshot object id to be accessible by means of $x command line API. + */ + heapObjectId: HeapSnapshotObjectId; + } + interface GetHeapObjectIdParameterType { + /** + * Identifier of the object to get heap object id for. + */ + objectId: Runtime.RemoteObjectId; + } + interface StartSamplingParameterType { + /** + * Average sample interval in bytes. Poisson distribution is used for the intervals. The default value is 32768 bytes. + */ + samplingInterval?: number | undefined; + } + interface GetObjectByHeapObjectIdReturnType { + /** + * Evaluation result. + */ + result: Runtime.RemoteObject; + } + interface GetHeapObjectIdReturnType { + /** + * Id of the heap snapshot object corresponding to the passed remote object id. + */ + heapSnapshotObjectId: HeapSnapshotObjectId; + } + interface StopSamplingReturnType { + /** + * Recorded sampling heap profile. + */ + profile: SamplingHeapProfile; + } + interface GetSamplingProfileReturnType { + /** + * Return the sampling profile being collected. + */ + profile: SamplingHeapProfile; + } + interface AddHeapSnapshotChunkEventDataType { + chunk: string; + } + interface ReportHeapSnapshotProgressEventDataType { + done: number; + total: number; + finished?: boolean | undefined; + } + interface LastSeenObjectIdEventDataType { + lastSeenObjectId: number; + timestamp: number; + } + interface HeapStatsUpdateEventDataType { + /** + * An array of triplets. Each triplet describes a fragment. The first integer is the fragment index, the second integer is a total count of objects for the fragment, the third integer is a total size of the objects for the fragment. + */ + statsUpdate: number[]; + } + } + namespace NodeTracing { + interface TraceConfig { + /** + * Controls how the trace buffer stores data. + */ + recordMode?: string | undefined; + /** + * Included category filters. + */ + includedCategories: string[]; + } + interface StartParameterType { + traceConfig: TraceConfig; + } + interface GetCategoriesReturnType { + /** + * A list of supported tracing categories. + */ + categories: string[]; + } + interface DataCollectedEventDataType { + value: Array<{}>; + } + } + namespace NodeWorker { + type WorkerID = string; + /** + * Unique identifier of attached debugging session. + */ + type SessionID = string; + interface WorkerInfo { + workerId: WorkerID; + type: string; + title: string; + url: string; + } + interface SendMessageToWorkerParameterType { + message: string; + /** + * Identifier of the session. + */ + sessionId: SessionID; + } + interface EnableParameterType { + /** + * Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger` + * message to run them. + */ + waitForDebuggerOnStart: boolean; + } + interface DetachParameterType { + sessionId: SessionID; + } + interface AttachedToWorkerEventDataType { + /** + * Identifier assigned to the session used to send/receive messages. + */ + sessionId: SessionID; + workerInfo: WorkerInfo; + waitingForDebugger: boolean; + } + interface DetachedFromWorkerEventDataType { + /** + * Detached session identifier. + */ + sessionId: SessionID; + } + interface ReceivedMessageFromWorkerEventDataType { + /** + * Identifier of a session which sends a message. + */ + sessionId: SessionID; + message: string; + } + } + namespace Network { + /** + * Resource type as it was perceived by the rendering engine. + */ + type ResourceType = string; + /** + * Unique request identifier. + */ + type RequestId = string; + /** + * UTC time in seconds, counted from January 1, 1970. + */ + type TimeSinceEpoch = number; + /** + * Monotonically increasing time in seconds since an arbitrary point in the past. + */ + type MonotonicTime = number; + /** + * HTTP request data. + */ + interface Request { + url: string; + method: string; + headers: Headers; + } + /** + * HTTP response data. + */ + interface Response { + url: string; + status: number; + statusText: string; + headers: Headers; + } + /** + * Request / response headers as keys / values of JSON object. + */ + interface Headers { + } + interface RequestWillBeSentEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Request data. + */ + request: Request; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Timestamp. + */ + wallTime: TimeSinceEpoch; + } + interface ResponseReceivedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Resource type. + */ + type: ResourceType; + /** + * Response data. + */ + response: Response; + } + interface LoadingFailedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + /** + * Resource type. + */ + type: ResourceType; + /** + * Error message. + */ + errorText: string; + } + interface LoadingFinishedEventDataType { + /** + * Request identifier. + */ + requestId: RequestId; + /** + * Timestamp. + */ + timestamp: MonotonicTime; + } + } + namespace NodeRuntime { + interface NotifyWhenWaitingForDisconnectParameterType { + enabled: boolean; + } + } + + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + */ + class Session extends EventEmitter { + /** + * Create a new instance of the inspector.Session class. + * The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend. + */ + constructor(); + + /** + * Connects a session to the inspector back-end. + */ + connect(): void; + + /** + * Connects a session to the inspector back-end. + * An exception will be thrown if this API was not called on a Worker thread. + * @since v12.11.0 + */ + connectToMainThread(): void; + + /** + * Immediately close the session. All pending message callbacks will be called with an error. + * `session.connect()` will need to be called to be able to send messages again. + * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. + */ + disconnect(): void; + + /** + * Posts a message to the inspector back-end. `callback` will be notified when + * a response is received. `callback` is a function that accepts two optional + * arguments: error and message-specific result. + * + * ```js + * session.post('Runtime.evaluate', { expression: '2 + 2' }, + * (error, { result }) => console.log(result)); + * // Output: { type: 'number', value: 4, description: '4' } + * ``` + * + * The latest version of the V8 inspector protocol is published on the + * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + */ + post(method: string, callback?: (err: Error | null, params?: object) => void): void; + post(method: string, params?: object, callback?: (err: Error | null, params?: object) => void): void; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains', callback?: (err: Error | null, params: Schema.GetDomainsReturnType) => void): void; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType, callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + post(method: 'Runtime.evaluate', callback?: (err: Error | null, params: Runtime.EvaluateReturnType) => void): void; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType, callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + post(method: 'Runtime.awaitPromise', callback?: (err: Error | null, params: Runtime.AwaitPromiseReturnType) => void): void; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType, callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + post(method: 'Runtime.callFunctionOn', callback?: (err: Error | null, params: Runtime.CallFunctionOnReturnType) => void): void; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType, callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + post(method: 'Runtime.getProperties', callback?: (err: Error | null, params: Runtime.GetPropertiesReturnType) => void): void; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObject', callback?: (err: Error | null) => void): void; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.releaseObjectGroup', callback?: (err: Error | null) => void): void; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger', callback?: (err: Error | null) => void): void; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable', callback?: (err: Error | null) => void): void; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable', callback?: (err: Error | null) => void): void; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Runtime.setCustomObjectFormatterEnabled', callback?: (err: Error | null) => void): void; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType, callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + post(method: 'Runtime.compileScript', callback?: (err: Error | null, params: Runtime.CompileScriptReturnType) => void): void; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType, callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.runScript', callback?: (err: Error | null, params: Runtime.RunScriptReturnType) => void): void; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType, callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + post(method: 'Runtime.queryObjects', callback?: (err: Error | null, params: Runtime.QueryObjectsReturnType) => void): void; + /** + * Returns all let, const and class variables from global scope. + */ + post( + method: 'Runtime.globalLexicalScopeNames', + params?: Runtime.GlobalLexicalScopeNamesParameterType, + callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void + ): void; + post(method: 'Runtime.globalLexicalScopeNames', callback?: (err: Error | null, params: Runtime.GlobalLexicalScopeNamesReturnType) => void): void; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable', callback?: (err: Error | null, params: Debugger.EnableReturnType) => void): void; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable', callback?: (err: Error | null) => void): void; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBreakpointsActive', callback?: (err: Error | null) => void): void; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setSkipAllPauses', callback?: (err: Error | null) => void): void; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + post(method: 'Debugger.setBreakpointByUrl', callback?: (err: Error | null, params: Debugger.SetBreakpointByUrlReturnType) => void): void; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType, callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + post(method: 'Debugger.setBreakpoint', callback?: (err: Error | null, params: Debugger.SetBreakpointReturnType) => void): void; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.removeBreakpoint', callback?: (err: Error | null) => void): void; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post( + method: 'Debugger.getPossibleBreakpoints', + params?: Debugger.GetPossibleBreakpointsParameterType, + callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void + ): void; + post(method: 'Debugger.getPossibleBreakpoints', callback?: (err: Error | null, params: Debugger.GetPossibleBreakpointsReturnType) => void): void; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.continueToLocation', callback?: (err: Error | null) => void): void; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.pauseOnAsyncCall', callback?: (err: Error | null) => void): void; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver', callback?: (err: Error | null) => void): void; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.stepInto', callback?: (err: Error | null) => void): void; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut', callback?: (err: Error | null) => void): void; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause', callback?: (err: Error | null) => void): void; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync', callback?: (err: Error | null) => void): void; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume', callback?: (err: Error | null) => void): void; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType, callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + post(method: 'Debugger.getStackTrace', callback?: (err: Error | null, params: Debugger.GetStackTraceReturnType) => void): void; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType, callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + post(method: 'Debugger.searchInContent', callback?: (err: Error | null, params: Debugger.SearchInContentReturnType) => void): void; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + post(method: 'Debugger.setScriptSource', callback?: (err: Error | null, params: Debugger.SetScriptSourceReturnType) => void): void; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType, callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + post(method: 'Debugger.restartFrame', callback?: (err: Error | null, params: Debugger.RestartFrameReturnType) => void): void; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType, callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + post(method: 'Debugger.getScriptSource', callback?: (err: Error | null, params: Debugger.GetScriptSourceReturnType) => void): void; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setPauseOnExceptions', callback?: (err: Error | null) => void): void; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType, callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + post(method: 'Debugger.evaluateOnCallFrame', callback?: (err: Error | null, params: Debugger.EvaluateOnCallFrameReturnType) => void): void; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setVariableValue', callback?: (err: Error | null) => void): void; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setReturnValue', callback?: (err: Error | null) => void): void; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setAsyncCallStackDepth', callback?: (err: Error | null) => void): void; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxPatterns', callback?: (err: Error | null) => void): void; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Debugger.setBlackboxedRanges', callback?: (err: Error | null) => void): void; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable', callback?: (err: Error | null) => void): void; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable', callback?: (err: Error | null) => void): void; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.disable', callback?: (err: Error | null) => void): void; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.setSamplingInterval', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.start', callback?: (err: Error | null) => void): void; + post(method: 'Profiler.stop', callback?: (err: Error | null, params: Profiler.StopReturnType) => void): void; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType, callback?: (err: Error | null) => void): void; + post(method: 'Profiler.startPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage', callback?: (err: Error | null) => void): void; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage', callback?: (err: Error | null, params: Profiler.TakePreciseCoverageReturnType) => void): void; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage', callback?: (err: Error | null, params: Profiler.GetBestEffortCoverageReturnType) => void): void; + post(method: 'HeapProfiler.enable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.disable', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopTrackingHeapObjects', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.takeHeapSnapshot', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.collectGarbage', callback?: (err: Error | null) => void): void; + post( + method: 'HeapProfiler.getObjectByHeapObjectId', + params?: HeapProfiler.GetObjectByHeapObjectIdParameterType, + callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void + ): void; + post(method: 'HeapProfiler.getObjectByHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetObjectByHeapObjectIdReturnType) => void): void; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.addInspectedHeapObject', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType, callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.getHeapObjectId', callback?: (err: Error | null, params: HeapProfiler.GetHeapObjectIdReturnType) => void): void; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType, callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.startSampling', callback?: (err: Error | null) => void): void; + post(method: 'HeapProfiler.stopSampling', callback?: (err: Error | null, params: HeapProfiler.StopSamplingReturnType) => void): void; + post(method: 'HeapProfiler.getSamplingProfile', callback?: (err: Error | null, params: HeapProfiler.GetSamplingProfileReturnType) => void): void; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories', callback?: (err: Error | null, params: NodeTracing.GetCategoriesReturnType) => void): void; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeTracing.start', callback?: (err: Error | null) => void): void; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop', callback?: (err: Error | null) => void): void; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.sendMessageToWorker', callback?: (err: Error | null) => void): void; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.enable', callback?: (err: Error | null) => void): void; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable', callback?: (err: Error | null) => void): void; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeWorker.detach', callback?: (err: Error | null) => void): void; + /** + * Disables network tracking, prevents network events from being sent to the client. + */ + post(method: 'Network.disable', callback?: (err: Error | null) => void): void; + /** + * Enables network tracking, network events will now be delivered to the client. + */ + post(method: 'Network.enable', callback?: (err: Error | null) => void): void; + /** + * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.enable', callback?: (err: Error | null) => void): void; + /** + * Disable NodeRuntime events + */ + post(method: 'NodeRuntime.disable', callback?: (err: Error | null) => void): void; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType, callback?: (err: Error | null) => void): void; + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', callback?: (err: Error | null) => void): void; + + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + addListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + addListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'Network.requestWillBeSent', message: InspectorNotification): boolean; + emit(event: 'Network.responseReceived', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFailed', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFinished', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + emit(event: 'NodeRuntime.waitingForDebugger'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + on(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + on(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + once(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + once(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependOnceListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependOnceListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + } + + /** + * Activate inspector on host and port. Equivalent to `node --inspect=[[host:]port]`, but can be done programmatically after node has + * started. + * + * If wait is `true`, will block until a client has connected to the inspect port + * and flow control has been passed to the debugger client. + * + * See the [security warning](https://nodejs.org/docs/latest-v22.x/api/cli.html#warning-binding-inspector-to-a-public-ipport-combination-is-insecure) + * regarding the `host` parameter usage. + * @param port Port to listen on for inspector connections. Defaults to what was specified on the CLI. + * @param host Host to listen on for inspector connections. Defaults to what was specified on the CLI. + * @param wait Block until a client has connected. Defaults to what was specified on the CLI. + * @returns Disposable that calls `inspector.close()`. + */ + function open(port?: number, host?: string, wait?: boolean): Disposable; + + /** + * Deactivate the inspector. Blocks until there are no active connections. + */ + function close(): void; + + /** + * Return the URL of the active inspector, or `undefined` if there is none. + * + * ```console + * $ node --inspect -p 'inspector.url()' + * Debugger listening on ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * For help, see: https://nodejs.org/en/docs/inspector + * ws://127.0.0.1:9229/166e272e-7a30-4d09-97ce-f1c012b43c34 + * + * $ node --inspect=localhost:3000 -p 'inspector.url()' + * Debugger listening on ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * For help, see: https://nodejs.org/en/docs/inspector + * ws://localhost:3000/51cf8d0e-3c36-4c59-8efd-54519839e56a + * + * $ node -p 'inspector.url()' + * undefined + * ``` + */ + function url(): string | undefined; + + /** + * Blocks until a client (existing or connected later) has sent `Runtime.runIfWaitingForDebugger` command. + * + * An exception will be thrown if there is no active inspector. + * @since v12.7.0 + */ + function waitForDebugger(): void; + + // These methods are exposed by the V8 inspector console API (inspector/v8-console.h). + // The method signatures differ from those of the Node.js console, and are deliberately + // typed permissively. + interface InspectorConsole { + debug(...data: any[]): void; + error(...data: any[]): void; + info(...data: any[]): void; + log(...data: any[]): void; + warn(...data: any[]): void; + dir(...data: any[]): void; + dirxml(...data: any[]): void; + table(...data: any[]): void; + trace(...data: any[]): void; + group(...data: any[]): void; + groupCollapsed(...data: any[]): void; + groupEnd(...data: any[]): void; + clear(...data: any[]): void; + count(label?: any): void; + countReset(label?: any): void; + assert(value?: any, ...data: any[]): void; + profile(label?: any): void; + profileEnd(label?: any): void; + time(label?: any): void; + timeLog(label?: any): void; + timeStamp(label?: any): void; + } + + /** + * An object to send messages to the remote inspector console. + * @since v11.0.0 + */ + const console: InspectorConsole; + + // DevTools protocol event broadcast methods + namespace Network { + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.requestWillBeSent` event to connected frontends. This event indicates that + * the application is about to send an HTTP request. + * @since v22.6.0 + * @experimental + */ + function requestWillBeSent(params: RequestWillBeSentEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.responseReceived` event to connected frontends. This event indicates that + * HTTP response is available. + * @since v22.6.0 + * @experimental + */ + function responseReceived(params: ResponseReceivedEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.loadingFinished` event to connected frontends. This event indicates that + * HTTP request has finished loading. + * @since v22.6.0 + * @experimental + */ + function loadingFinished(params: LoadingFinishedEventDataType): void; + /** + * This feature is only available with the `--experimental-network-inspection` flag enabled. + * + * Broadcasts the `Network.loadingFailed` event to connected frontends. This event indicates that + * HTTP request has failed to load. + * @since v22.7.0 + * @experimental + */ + function loadingFailed(params: LoadingFailedEventDataType): void; + } +} + +/** + * The `node:inspector` module provides an API for interacting with the V8 + * inspector. + */ +declare module 'node:inspector' { + export * from 'inspector'; +} + +/** + * The `node:inspector/promises` module provides an API for interacting with the V8 + * inspector. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/inspector/promises.js) + * @since v19.0.0 + */ +declare module 'inspector/promises' { + import EventEmitter = require('node:events'); + import { + open, + close, + url, + waitForDebugger, + console, + InspectorNotification, + Schema, + Runtime, + Debugger, + Console, + Profiler, + HeapProfiler, + NodeTracing, + NodeWorker, + Network, + NodeRuntime, + } from 'inspector'; + + /** + * The `inspector.Session` is used for dispatching messages to the V8 inspector + * back-end and receiving message responses and notifications. + * @since v19.0.0 + */ + class Session extends EventEmitter { + /** + * Create a new instance of the `inspector.Session` class. + * The inspector session needs to be connected through `session.connect()` before the messages can be dispatched to the inspector backend. + */ + constructor(); + + /** + * Connects a session to the inspector back-end. + */ + connect(): void; + + /** + * Connects a session to the inspector back-end. + * An exception will be thrown if this API was not called on a Worker thread. + */ + connectToMainThread(): void; + + /** + * Immediately close the session. All pending message callbacks will be called with an error. + * `session.connect()` will need to be called to be able to send messages again. + * Reconnected session will lose all inspector state, such as enabled agents or configured breakpoints. + */ + disconnect(): void; + + /** + * Posts a message to the inspector back-end. + * + * ```js + * import { Session } from 'node:inspector/promises'; + * try { + * const session = new Session(); + * session.connect(); + * const result = await session.post('Runtime.evaluate', { expression: '2 + 2' }); + * console.log(result); + * } catch (error) { + * console.error(error); + * } + * // Output: { result: { type: 'number', value: 4, description: '4' } } + * ``` + * + * The latest version of the V8 inspector protocol is published on the + * [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/v8/). + * + * Node.js inspector supports all the Chrome DevTools Protocol domains declared + * by V8. Chrome DevTools Protocol domain provides an interface for interacting + * with one of the runtime agents used to inspect the application state and listen + * to the run-time events. + */ + post(method: string, params?: object): Promise; + /** + * Returns supported domains. + */ + post(method: 'Schema.getDomains'): Promise; + /** + * Evaluates expression on global object. + */ + post(method: 'Runtime.evaluate', params?: Runtime.EvaluateParameterType): Promise; + /** + * Add handler to promise with given promise object id. + */ + post(method: 'Runtime.awaitPromise', params?: Runtime.AwaitPromiseParameterType): Promise; + /** + * Calls function with given declaration on the given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.callFunctionOn', params?: Runtime.CallFunctionOnParameterType): Promise; + /** + * Returns properties of a given object. Object group of the result is inherited from the target object. + */ + post(method: 'Runtime.getProperties', params?: Runtime.GetPropertiesParameterType): Promise; + /** + * Releases remote object with given id. + */ + post(method: 'Runtime.releaseObject', params?: Runtime.ReleaseObjectParameterType): Promise; + /** + * Releases all remote objects that belong to a given group. + */ + post(method: 'Runtime.releaseObjectGroup', params?: Runtime.ReleaseObjectGroupParameterType): Promise; + /** + * Tells inspected instance to run if it was waiting for debugger to attach. + */ + post(method: 'Runtime.runIfWaitingForDebugger'): Promise; + /** + * Enables reporting of execution contexts creation by means of executionContextCreated event. When the reporting gets enabled the event will be sent immediately for each existing execution context. + */ + post(method: 'Runtime.enable'): Promise; + /** + * Disables reporting of execution contexts creation. + */ + post(method: 'Runtime.disable'): Promise; + /** + * Discards collected exceptions and console API calls. + */ + post(method: 'Runtime.discardConsoleEntries'): Promise; + /** + * @experimental + */ + post(method: 'Runtime.setCustomObjectFormatterEnabled', params?: Runtime.SetCustomObjectFormatterEnabledParameterType): Promise; + /** + * Compiles expression. + */ + post(method: 'Runtime.compileScript', params?: Runtime.CompileScriptParameterType): Promise; + /** + * Runs script with given id in a given context. + */ + post(method: 'Runtime.runScript', params?: Runtime.RunScriptParameterType): Promise; + post(method: 'Runtime.queryObjects', params?: Runtime.QueryObjectsParameterType): Promise; + /** + * Returns all let, const and class variables from global scope. + */ + post(method: 'Runtime.globalLexicalScopeNames', params?: Runtime.GlobalLexicalScopeNamesParameterType): Promise; + /** + * Enables debugger for the given page. Clients should not assume that the debugging has been enabled until the result for this command is received. + */ + post(method: 'Debugger.enable'): Promise; + /** + * Disables debugger for given page. + */ + post(method: 'Debugger.disable'): Promise; + /** + * Activates / deactivates all breakpoints on the page. + */ + post(method: 'Debugger.setBreakpointsActive', params?: Debugger.SetBreakpointsActiveParameterType): Promise; + /** + * Makes page not interrupt on any pauses (breakpoint, exception, dom exception etc). + */ + post(method: 'Debugger.setSkipAllPauses', params?: Debugger.SetSkipAllPausesParameterType): Promise; + /** + * Sets JavaScript breakpoint at given location specified either by URL or URL regex. Once this command is issued, all existing parsed scripts will have breakpoints resolved and returned in locations property. Further matching script parsing will result in subsequent breakpointResolved events issued. This logical breakpoint will survive page reloads. + */ + post(method: 'Debugger.setBreakpointByUrl', params?: Debugger.SetBreakpointByUrlParameterType): Promise; + /** + * Sets JavaScript breakpoint at a given location. + */ + post(method: 'Debugger.setBreakpoint', params?: Debugger.SetBreakpointParameterType): Promise; + /** + * Removes JavaScript breakpoint. + */ + post(method: 'Debugger.removeBreakpoint', params?: Debugger.RemoveBreakpointParameterType): Promise; + /** + * Returns possible locations for breakpoint. scriptId in start and end range locations should be the same. + */ + post(method: 'Debugger.getPossibleBreakpoints', params?: Debugger.GetPossibleBreakpointsParameterType): Promise; + /** + * Continues execution until specific location is reached. + */ + post(method: 'Debugger.continueToLocation', params?: Debugger.ContinueToLocationParameterType): Promise; + /** + * @experimental + */ + post(method: 'Debugger.pauseOnAsyncCall', params?: Debugger.PauseOnAsyncCallParameterType): Promise; + /** + * Steps over the statement. + */ + post(method: 'Debugger.stepOver'): Promise; + /** + * Steps into the function call. + */ + post(method: 'Debugger.stepInto', params?: Debugger.StepIntoParameterType): Promise; + /** + * Steps out of the function call. + */ + post(method: 'Debugger.stepOut'): Promise; + /** + * Stops on the next JavaScript statement. + */ + post(method: 'Debugger.pause'): Promise; + /** + * This method is deprecated - use Debugger.stepInto with breakOnAsyncCall and Debugger.pauseOnAsyncTask instead. Steps into next scheduled async task if any is scheduled before next pause. Returns success when async task is actually scheduled, returns error if no task were scheduled or another scheduleStepIntoAsync was called. + * @experimental + */ + post(method: 'Debugger.scheduleStepIntoAsync'): Promise; + /** + * Resumes JavaScript execution. + */ + post(method: 'Debugger.resume'): Promise; + /** + * Returns stack trace with given stackTraceId. + * @experimental + */ + post(method: 'Debugger.getStackTrace', params?: Debugger.GetStackTraceParameterType): Promise; + /** + * Searches for given string in script content. + */ + post(method: 'Debugger.searchInContent', params?: Debugger.SearchInContentParameterType): Promise; + /** + * Edits JavaScript source live. + */ + post(method: 'Debugger.setScriptSource', params?: Debugger.SetScriptSourceParameterType): Promise; + /** + * Restarts particular call frame from the beginning. + */ + post(method: 'Debugger.restartFrame', params?: Debugger.RestartFrameParameterType): Promise; + /** + * Returns source for the script with given id. + */ + post(method: 'Debugger.getScriptSource', params?: Debugger.GetScriptSourceParameterType): Promise; + /** + * Defines pause on exceptions state. Can be set to stop on all exceptions, uncaught exceptions or no exceptions. Initial pause on exceptions state is none. + */ + post(method: 'Debugger.setPauseOnExceptions', params?: Debugger.SetPauseOnExceptionsParameterType): Promise; + /** + * Evaluates expression on a given call frame. + */ + post(method: 'Debugger.evaluateOnCallFrame', params?: Debugger.EvaluateOnCallFrameParameterType): Promise; + /** + * Changes value of variable in a callframe. Object-based scopes are not supported and must be mutated manually. + */ + post(method: 'Debugger.setVariableValue', params?: Debugger.SetVariableValueParameterType): Promise; + /** + * Changes return value in top frame. Available only at return break position. + * @experimental + */ + post(method: 'Debugger.setReturnValue', params?: Debugger.SetReturnValueParameterType): Promise; + /** + * Enables or disables async call stacks tracking. + */ + post(method: 'Debugger.setAsyncCallStackDepth', params?: Debugger.SetAsyncCallStackDepthParameterType): Promise; + /** + * Replace previous blackbox patterns with passed ones. Forces backend to skip stepping/pausing in scripts with url matching one of the patterns. VM will try to leave blackboxed script by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. + * @experimental + */ + post(method: 'Debugger.setBlackboxPatterns', params?: Debugger.SetBlackboxPatternsParameterType): Promise; + /** + * Makes backend skip steps in the script in blackboxed ranges. VM will try leave blacklisted scripts by performing 'step in' several times, finally resorting to 'step out' if unsuccessful. Positions array contains positions where blackbox state is changed. First interval isn't blackboxed. Array should be sorted. + * @experimental + */ + post(method: 'Debugger.setBlackboxedRanges', params?: Debugger.SetBlackboxedRangesParameterType): Promise; + /** + * Enables console domain, sends the messages collected so far to the client by means of the messageAdded notification. + */ + post(method: 'Console.enable'): Promise; + /** + * Disables console domain, prevents further console messages from being reported to the client. + */ + post(method: 'Console.disable'): Promise; + /** + * Does nothing. + */ + post(method: 'Console.clearMessages'): Promise; + post(method: 'Profiler.enable'): Promise; + post(method: 'Profiler.disable'): Promise; + /** + * Changes CPU profiler sampling interval. Must be called before CPU profiles recording started. + */ + post(method: 'Profiler.setSamplingInterval', params?: Profiler.SetSamplingIntervalParameterType): Promise; + post(method: 'Profiler.start'): Promise; + post(method: 'Profiler.stop'): Promise; + /** + * Enable precise code coverage. Coverage data for JavaScript executed before enabling precise code coverage may be incomplete. Enabling prevents running optimized code and resets execution counters. + */ + post(method: 'Profiler.startPreciseCoverage', params?: Profiler.StartPreciseCoverageParameterType): Promise; + /** + * Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code. + */ + post(method: 'Profiler.stopPreciseCoverage'): Promise; + /** + * Collect coverage data for the current isolate, and resets execution counters. Precise code coverage needs to have started. + */ + post(method: 'Profiler.takePreciseCoverage'): Promise; + /** + * Collect coverage data for the current isolate. The coverage data may be incomplete due to garbage collection. + */ + post(method: 'Profiler.getBestEffortCoverage'): Promise; + post(method: 'HeapProfiler.enable'): Promise; + post(method: 'HeapProfiler.disable'): Promise; + post(method: 'HeapProfiler.startTrackingHeapObjects', params?: HeapProfiler.StartTrackingHeapObjectsParameterType): Promise; + post(method: 'HeapProfiler.stopTrackingHeapObjects', params?: HeapProfiler.StopTrackingHeapObjectsParameterType): Promise; + post(method: 'HeapProfiler.takeHeapSnapshot', params?: HeapProfiler.TakeHeapSnapshotParameterType): Promise; + post(method: 'HeapProfiler.collectGarbage'): Promise; + post(method: 'HeapProfiler.getObjectByHeapObjectId', params?: HeapProfiler.GetObjectByHeapObjectIdParameterType): Promise; + /** + * Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions). + */ + post(method: 'HeapProfiler.addInspectedHeapObject', params?: HeapProfiler.AddInspectedHeapObjectParameterType): Promise; + post(method: 'HeapProfiler.getHeapObjectId', params?: HeapProfiler.GetHeapObjectIdParameterType): Promise; + post(method: 'HeapProfiler.startSampling', params?: HeapProfiler.StartSamplingParameterType): Promise; + post(method: 'HeapProfiler.stopSampling'): Promise; + post(method: 'HeapProfiler.getSamplingProfile'): Promise; + /** + * Gets supported tracing categories. + */ + post(method: 'NodeTracing.getCategories'): Promise; + /** + * Start trace events collection. + */ + post(method: 'NodeTracing.start', params?: NodeTracing.StartParameterType): Promise; + /** + * Stop trace events collection. Remaining collected events will be sent as a sequence of + * dataCollected events followed by tracingComplete event. + */ + post(method: 'NodeTracing.stop'): Promise; + /** + * Sends protocol message over session with given id. + */ + post(method: 'NodeWorker.sendMessageToWorker', params?: NodeWorker.SendMessageToWorkerParameterType): Promise; + /** + * Instructs the inspector to attach to running workers. Will also attach to new workers + * as they start + */ + post(method: 'NodeWorker.enable', params?: NodeWorker.EnableParameterType): Promise; + /** + * Detaches from all running workers and disables attaching to new workers as they are started. + */ + post(method: 'NodeWorker.disable'): Promise; + /** + * Detached from the worker with given sessionId. + */ + post(method: 'NodeWorker.detach', params?: NodeWorker.DetachParameterType): Promise; + /** + * Disables network tracking, prevents network events from being sent to the client. + */ + post(method: 'Network.disable'): Promise; + /** + * Enables network tracking, network events will now be delivered to the client. + */ + post(method: 'Network.enable'): Promise; + /** + * Enable the NodeRuntime events except by `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.enable'): Promise; + /** + * Disable NodeRuntime events + */ + post(method: 'NodeRuntime.disable'): Promise; + /** + * Enable the `NodeRuntime.waitingForDisconnect`. + */ + post(method: 'NodeRuntime.notifyWhenWaitingForDisconnect', params?: NodeRuntime.NotifyWhenWaitingForDisconnectParameterType): Promise; + + addListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + addListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + addListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + addListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + addListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + addListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + addListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + addListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + addListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + addListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + addListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + addListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + addListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + addListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + addListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + addListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + addListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + addListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + addListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + addListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + addListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + addListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + addListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + addListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + addListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + addListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + addListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + addListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + addListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + addListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: 'inspectorNotification', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextCreated', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextDestroyed', message: InspectorNotification): boolean; + emit(event: 'Runtime.executionContextsCleared'): boolean; + emit(event: 'Runtime.exceptionThrown', message: InspectorNotification): boolean; + emit(event: 'Runtime.exceptionRevoked', message: InspectorNotification): boolean; + emit(event: 'Runtime.consoleAPICalled', message: InspectorNotification): boolean; + emit(event: 'Runtime.inspectRequested', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptParsed', message: InspectorNotification): boolean; + emit(event: 'Debugger.scriptFailedToParse', message: InspectorNotification): boolean; + emit(event: 'Debugger.breakpointResolved', message: InspectorNotification): boolean; + emit(event: 'Debugger.paused', message: InspectorNotification): boolean; + emit(event: 'Debugger.resumed'): boolean; + emit(event: 'Console.messageAdded', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileStarted', message: InspectorNotification): boolean; + emit(event: 'Profiler.consoleProfileFinished', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.addHeapSnapshotChunk', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.resetProfiles'): boolean; + emit(event: 'HeapProfiler.reportHeapSnapshotProgress', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.lastSeenObjectId', message: InspectorNotification): boolean; + emit(event: 'HeapProfiler.heapStatsUpdate', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.dataCollected', message: InspectorNotification): boolean; + emit(event: 'NodeTracing.tracingComplete'): boolean; + emit(event: 'NodeWorker.attachedToWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.detachedFromWorker', message: InspectorNotification): boolean; + emit(event: 'NodeWorker.receivedMessageFromWorker', message: InspectorNotification): boolean; + emit(event: 'Network.requestWillBeSent', message: InspectorNotification): boolean; + emit(event: 'Network.responseReceived', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFailed', message: InspectorNotification): boolean; + emit(event: 'Network.loadingFinished', message: InspectorNotification): boolean; + emit(event: 'NodeRuntime.waitingForDisconnect'): boolean; + emit(event: 'NodeRuntime.waitingForDebugger'): boolean; + on(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + on(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + on(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + on(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + on(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + on(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + on(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + on(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + on(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + on(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + on(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + on(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + on(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + on(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + on(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + on(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + on(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + on(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + on(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + on(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + on(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + on(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + on(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + on(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + on(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + on(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + on(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + on(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + on(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + on(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + on(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + once(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + once(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + once(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + once(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + once(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + once(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + once(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + once(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + once(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + once(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + once(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + once(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + once(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + once(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + once(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + once(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + once(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + once(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + once(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + once(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + once(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + once(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + once(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + once(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + once(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + once(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + once(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + once(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + once(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + once(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + /** + * Emitted when any notification from the V8 Inspector is received. + */ + prependOnceListener(event: 'inspectorNotification', listener: (message: InspectorNotification) => void): this; + /** + * Issued when new execution context is created. + */ + prependOnceListener(event: 'Runtime.executionContextCreated', listener: (message: InspectorNotification) => void): this; + /** + * Issued when execution context is destroyed. + */ + prependOnceListener(event: 'Runtime.executionContextDestroyed', listener: (message: InspectorNotification) => void): this; + /** + * Issued when all executionContexts were cleared in browser + */ + prependOnceListener(event: 'Runtime.executionContextsCleared', listener: () => void): this; + /** + * Issued when exception was thrown and unhandled. + */ + prependOnceListener(event: 'Runtime.exceptionThrown', listener: (message: InspectorNotification) => void): this; + /** + * Issued when unhandled exception was revoked. + */ + prependOnceListener(event: 'Runtime.exceptionRevoked', listener: (message: InspectorNotification) => void): this; + /** + * Issued when console API was called. + */ + prependOnceListener(event: 'Runtime.consoleAPICalled', listener: (message: InspectorNotification) => void): this; + /** + * Issued when object should be inspected (for example, as a result of inspect() command line API call). + */ + prependOnceListener(event: 'Runtime.inspectRequested', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine parses script. This event is also fired for all known and uncollected scripts upon enabling debugger. + */ + prependOnceListener(event: 'Debugger.scriptParsed', listener: (message: InspectorNotification) => void): this; + /** + * Fired when virtual machine fails to parse the script. + */ + prependOnceListener(event: 'Debugger.scriptFailedToParse', listener: (message: InspectorNotification) => void): this; + /** + * Fired when breakpoint is resolved to an actual script and location. + */ + prependOnceListener(event: 'Debugger.breakpointResolved', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine stopped on breakpoint or exception or any other stop criteria. + */ + prependOnceListener(event: 'Debugger.paused', listener: (message: InspectorNotification) => void): this; + /** + * Fired when the virtual machine resumed execution. + */ + prependOnceListener(event: 'Debugger.resumed', listener: () => void): this; + /** + * Issued when new console message is added. + */ + prependOnceListener(event: 'Console.messageAdded', listener: (message: InspectorNotification) => void): this; + /** + * Sent when new profile recording is started using console.profile() call. + */ + prependOnceListener(event: 'Profiler.consoleProfileStarted', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Profiler.consoleProfileFinished', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.addHeapSnapshotChunk', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'HeapProfiler.resetProfiles', listener: () => void): this; + prependOnceListener(event: 'HeapProfiler.reportHeapSnapshotProgress', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend regularly sends a current value for last seen object id and corresponding timestamp. If the were changes in the heap since last event then one or more heapStatsUpdate events will be sent before a new lastSeenObjectId event. + */ + prependOnceListener(event: 'HeapProfiler.lastSeenObjectId', listener: (message: InspectorNotification) => void): this; + /** + * If heap objects tracking has been started then backend may send update for one or more fragments + */ + prependOnceListener(event: 'HeapProfiler.heapStatsUpdate', listener: (message: InspectorNotification) => void): this; + /** + * Contains an bucket of collected trace events. + */ + prependOnceListener(event: 'NodeTracing.dataCollected', listener: (message: InspectorNotification) => void): this; + /** + * Signals that tracing is stopped and there is no trace buffers pending flush, all data were + * delivered via dataCollected events. + */ + prependOnceListener(event: 'NodeTracing.tracingComplete', listener: () => void): this; + /** + * Issued when attached to a worker. + */ + prependOnceListener(event: 'NodeWorker.attachedToWorker', listener: (message: InspectorNotification) => void): this; + /** + * Issued when detached from the worker. + */ + prependOnceListener(event: 'NodeWorker.detachedFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Notifies about a new protocol message received from the session + * (session ID is provided in attachedToWorker notification). + */ + prependOnceListener(event: 'NodeWorker.receivedMessageFromWorker', listener: (message: InspectorNotification) => void): this; + /** + * Fired when page is about to send HTTP request. + */ + prependOnceListener(event: 'Network.requestWillBeSent', listener: (message: InspectorNotification) => void): this; + /** + * Fired when HTTP response is available. + */ + prependOnceListener(event: 'Network.responseReceived', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFailed', listener: (message: InspectorNotification) => void): this; + prependOnceListener(event: 'Network.loadingFinished', listener: (message: InspectorNotification) => void): this; + /** + * This event is fired instead of `Runtime.executionContextDestroyed` when + * enabled. + * It is fired when the Node process finished all code execution and is + * waiting for all frontends to disconnect. + */ + prependOnceListener(event: 'NodeRuntime.waitingForDisconnect', listener: () => void): this; + /** + * This event is fired when the runtime is waiting for the debugger. For + * example, when inspector.waitingForDebugger is called + */ + prependOnceListener(event: 'NodeRuntime.waitingForDebugger', listener: () => void): this; + } + + export { + Session, + open, + close, + url, + waitForDebugger, + console, + InspectorNotification, + Schema, + Runtime, + Debugger, + Console, + Profiler, + HeapProfiler, + NodeTracing, + NodeWorker, + Network, + NodeRuntime, + }; +} + +/** + * The `node:inspector/promises` module provides an API for interacting with the V8 + * inspector. + * @since v19.0.0 + */ +declare module 'node:inspector/promises' { + export * from 'inspector/promises'; +} diff --git a/server/node_modules/@types/node/module.d.ts b/server/node_modules/@types/node/module.d.ts new file mode 100644 index 000000000..864b730f4 --- /dev/null +++ b/server/node_modules/@types/node/module.d.ts @@ -0,0 +1,702 @@ +/** + * @since v0.3.7 + */ +declare module "module" { + import { URL } from "node:url"; + class Module { + constructor(id: string, parent?: Module); + } + interface Module extends NodeJS.Module {} + namespace Module { + export { Module }; + } + namespace Module { + /** + * A list of the names of all modules provided by Node.js. Can be used to verify + * if a module is maintained by a third party or not. + * + * Note: the list doesn't contain prefix-only modules like `node:test`. + * @since v9.3.0, v8.10.0, v6.13.0 + */ + const builtinModules: readonly string[]; + /** + * @since v12.2.0 + * @param path Filename to be used to construct the require + * function. Must be a file URL object, file URL string, or absolute path + * string. + */ + function createRequire(path: string | URL): NodeJS.Require; + namespace constants { + /** + * The following constants are returned as the `status` field in the object returned by + * {@link enableCompileCache} to indicate the result of the attempt to enable the + * [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache). + * @since v22.8.0 + */ + namespace compileCacheStatus { + /** + * Node.js has enabled the compile cache successfully. The directory used to store the + * compile cache will be returned in the `directory` field in the + * returned object. + */ + const ENABLED: number; + /** + * The compile cache has already been enabled before, either by a previous call to + * {@link enableCompileCache}, or by the `NODE_COMPILE_CACHE=dir` + * environment variable. The directory used to store the + * compile cache will be returned in the `directory` field in the + * returned object. + */ + const ALREADY_ENABLED: number; + /** + * Node.js fails to enable the compile cache. This can be caused by the lack of + * permission to use the specified directory, or various kinds of file system errors. + * The detail of the failure will be returned in the `message` field in the + * returned object. + */ + const FAILED: number; + /** + * Node.js cannot enable the compile cache because the environment variable + * `NODE_DISABLE_COMPILE_CACHE=1` has been set. + */ + const DISABLED: number; + } + } + interface EnableCompileCacheResult { + /** + * One of the {@link constants.compileCacheStatus} + */ + status: number; + /** + * If Node.js cannot enable the compile cache, this contains + * the error message. Only set if `status` is `module.constants.compileCacheStatus.FAILED`. + */ + message?: string; + /** + * If the compile cache is enabled, this contains the directory + * where the compile cache is stored. Only set if `status` is + * `module.constants.compileCacheStatus.ENABLED` or + * `module.constants.compileCacheStatus.ALREADY_ENABLED`. + */ + directory?: string; + } + /** + * Enable [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache) + * in the current Node.js instance. + * + * If `cacheDir` is not specified, Node.js will either use the directory specified by the + * `NODE_COMPILE_CACHE=dir` environment variable if it's set, or use + * `path.join(os.tmpdir(), 'node-compile-cache')` otherwise. For general use cases, it's + * recommended to call `module.enableCompileCache()` without specifying the `cacheDir`, + * so that the directory can be overridden by the `NODE_COMPILE_CACHE` environment + * variable when necessary. + * + * Since compile cache is supposed to be a quiet optimization that is not required for the + * application to be functional, this method is designed to not throw any exception when the + * compile cache cannot be enabled. Instead, it will return an object containing an error + * message in the `message` field to aid debugging. + * If compile cache is enabled successfully, the `directory` field in the returned object + * contains the path to the directory where the compile cache is stored. The `status` + * field in the returned object would be one of the `module.constants.compileCacheStatus` + * values to indicate the result of the attempt to enable the + * [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache). + * + * This method only affects the current Node.js instance. To enable it in child worker threads, + * either call this method in child worker threads too, or set the + * `process.env.NODE_COMPILE_CACHE` value to compile cache directory so the behavior can + * be inherited into the child workers. The directory can be obtained either from the + * `directory` field returned by this method, or with {@link getCompileCacheDir}. + * @since v22.8.0 + * @param cacheDir Optional path to specify the directory where the compile cache + * will be stored/retrieved. + */ + function enableCompileCache(cacheDir?: string): EnableCompileCacheResult; + /** + * Flush the [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache) + * accumulated from modules already loaded + * in the current Node.js instance to disk. This returns after all the flushing + * file system operations come to an end, no matter they succeed or not. If there + * are any errors, this will fail silently, since compile cache misses should not + * interfere with the actual operation of the application. + * @since v22.10.0 + */ + function flushCompileCache(): void; + /** + * @since v22.8.0 + * @return Path to the [module compile cache](https://nodejs.org/docs/latest-v22.x/api/module.html#module-compile-cache) + * directory if it is enabled, or `undefined` otherwise. + */ + function getCompileCacheDir(): string | undefined; + /** + * @since v23.2.0, v22.14.0 + */ + function findPackageJSON( + specifier: string | URL, + base?: string | URL, + ): undefined | string; + /** + * @since v18.6.0, v16.17.0 + */ + function isBuiltin(moduleName: string): boolean; + interface RegisterOptions { + /** + * If you want to resolve `specifier` relative to a + * base URL, such as `import.meta.url`, you can pass that URL here. This + * property is ignored if the `parentURL` is supplied as the second argument. + * @default 'data:' + */ + parentURL?: string | URL | undefined; + /** + * Any arbitrary, cloneable JavaScript value to pass into the + * {@link initialize} hook. + */ + data?: Data | undefined; + /** + * [Transferable objects](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html#portpostmessagevalue-transferlist) + * to be passed into the `initialize` hook. + */ + transferList?: any[] | undefined; + } + /* eslint-disable @definitelytyped/no-unnecessary-generics */ + /** + * Register a module that exports hooks that customize Node.js module + * resolution and loading behavior. See + * [Customization hooks](https://nodejs.org/docs/latest-v22.x/api/module.html#customization-hooks). + * @since v20.6.0, v18.19.0 + * @param specifier Customization hooks to be registered; this should be + * the same string that would be passed to `import()`, except that if it is + * relative, it is resolved relative to `parentURL`. + * @param parentURL f you want to resolve `specifier` relative to a base + * URL, such as `import.meta.url`, you can pass that URL here. + */ + function register( + specifier: string | URL, + parentURL?: string | URL, + options?: RegisterOptions, + ): void; + function register(specifier: string | URL, options?: RegisterOptions): void; + interface StripTypeScriptTypesOptions { + /** + * Possible values are: + * * `'strip'` Only strip type annotations without performing the transformation of TypeScript features. + * * `'transform'` Strip type annotations and transform TypeScript features to JavaScript. + * @default 'strip' + */ + mode?: "strip" | "transform" | undefined; + /** + * Only when `mode` is `'transform'`, if `true`, a source map + * will be generated for the transformed code. + * @default false + */ + sourceMap?: boolean | undefined; + /** + * Specifies the source url used in the source map. + */ + sourceUrl?: string | undefined; + } + /** + * `module.stripTypeScriptTypes()` removes type annotations from TypeScript code. It + * can be used to strip type annotations from TypeScript code before running it + * with `vm.runInContext()` or `vm.compileFunction()`. + * By default, it will throw an error if the code contains TypeScript features + * that require transformation such as `Enums`, + * see [type-stripping](https://nodejs.org/docs/latest-v22.x/api/typescript.md#type-stripping) for more information. + * When mode is `'transform'`, it also transforms TypeScript features to JavaScript, + * see [transform TypeScript features](https://nodejs.org/docs/latest-v22.x/api/typescript.md#typescript-features) for more information. + * When mode is `'strip'`, source maps are not generated, because locations are preserved. + * If `sourceMap` is provided, when mode is `'strip'`, an error will be thrown. + * + * _WARNING_: The output of this function should not be considered stable across Node.js versions, + * due to changes in the TypeScript parser. + * + * ```js + * import { stripTypeScriptTypes } from 'node:module'; + * const code = 'const a: number = 1;'; + * const strippedCode = stripTypeScriptTypes(code); + * console.log(strippedCode); + * // Prints: const a = 1; + * ``` + * + * If `sourceUrl` is provided, it will be used appended as a comment at the end of the output: + * + * ```js + * import { stripTypeScriptTypes } from 'node:module'; + * const code = 'const a: number = 1;'; + * const strippedCode = stripTypeScriptTypes(code, { mode: 'strip', sourceUrl: 'source.ts' }); + * console.log(strippedCode); + * // Prints: const a = 1\n\n//# sourceURL=source.ts; + * ``` + * + * When `mode` is `'transform'`, the code is transformed to JavaScript: + * + * ```js + * import { stripTypeScriptTypes } from 'node:module'; + * const code = ` + * namespace MathUtil { + * export const add = (a: number, b: number) => a + b; + * }`; + * const strippedCode = stripTypeScriptTypes(code, { mode: 'transform', sourceMap: true }); + * console.log(strippedCode); + * // Prints: + * // var MathUtil; + * // (function(MathUtil) { + * // MathUtil.add = (a, b)=>a + b; + * // })(MathUtil || (MathUtil = {})); + * // # sourceMappingURL=data:application/json;base64, ... + * ``` + * @since v22.13.0 + * @param code The code to strip type annotations from. + * @returns The code with type annotations stripped. + */ + function stripTypeScriptTypes(code: string, options?: StripTypeScriptTypesOptions): string; + /* eslint-enable @definitelytyped/no-unnecessary-generics */ + /** + * The `module.syncBuiltinESMExports()` method updates all the live bindings for + * builtin `ES Modules` to match the properties of the `CommonJS` exports. It + * does not add or remove exported names from the `ES Modules`. + * + * ```js + * import fs from 'node:fs'; + * import assert from 'node:assert'; + * import { syncBuiltinESMExports } from 'node:module'; + * + * fs.readFile = newAPI; + * + * delete fs.readFileSync; + * + * function newAPI() { + * // ... + * } + * + * fs.newAPI = newAPI; + * + * syncBuiltinESMExports(); + * + * import('node:fs').then((esmFS) => { + * // It syncs the existing readFile property with the new value + * assert.strictEqual(esmFS.readFile, newAPI); + * // readFileSync has been deleted from the required fs + * assert.strictEqual('readFileSync' in fs, false); + * // syncBuiltinESMExports() does not remove readFileSync from esmFS + * assert.strictEqual('readFileSync' in esmFS, true); + * // syncBuiltinESMExports() does not add names + * assert.strictEqual(esmFS.newAPI, undefined); + * }); + * ``` + * @since v12.12.0 + */ + function syncBuiltinESMExports(): void; + interface ImportAttributes extends NodeJS.Dict { + type?: string | undefined; + } + type ModuleFormat = + | "builtin" + | "commonjs" + | "commonjs-typescript" + | "json" + | "module" + | "module-typescript" + | "wasm"; + type ModuleSource = string | ArrayBuffer | NodeJS.TypedArray; + /** + * The `initialize` hook provides a way to define a custom function that runs in + * the hooks thread when the hooks module is initialized. Initialization happens + * when the hooks module is registered via {@link register}. + * + * This hook can receive data from a {@link register} invocation, including + * ports and other transferable objects. The return value of `initialize` can be a + * `Promise`, in which case it will be awaited before the main application thread + * execution resumes. + */ + type InitializeHook = (data: Data) => void | Promise; + interface ResolveHookContext { + /** + * Export conditions of the relevant `package.json` + */ + conditions: string[]; + /** + * An object whose key-value pairs represent the assertions for the module to import + */ + importAttributes: ImportAttributes; + /** + * The module importing this one, or undefined if this is the Node.js entry point + */ + parentURL: string | undefined; + } + interface ResolveFnOutput { + /** + * A hint to the load hook (it might be ignored); can be an intermediary value. + */ + format?: string | null | undefined; + /** + * The import attributes to use when caching the module (optional; if excluded the input will be used) + */ + importAttributes?: ImportAttributes | undefined; + /** + * A signal that this hook intends to terminate the chain of `resolve` hooks. + * @default false + */ + shortCircuit?: boolean | undefined; + /** + * The absolute URL to which this input resolves + */ + url: string; + } + /** + * The `resolve` hook chain is responsible for telling Node.js where to find and + * how to cache a given `import` statement or expression, or `require` call. It can + * optionally return a format (such as `'module'`) as a hint to the `load` hook. If + * a format is specified, the `load` hook is ultimately responsible for providing + * the final `format` value (and it is free to ignore the hint provided by + * `resolve`); if `resolve` provides a `format`, a custom `load` hook is required + * even if only to pass the value to the Node.js default `load` hook. + */ + type ResolveHook = ( + specifier: string, + context: ResolveHookContext, + nextResolve: ( + specifier: string, + context?: Partial, + ) => ResolveFnOutput | Promise, + ) => ResolveFnOutput | Promise; + interface LoadHookContext { + /** + * Export conditions of the relevant `package.json` + */ + conditions: string[]; + /** + * The format optionally supplied by the `resolve` hook chain (can be an intermediary value). + */ + format: string | null | undefined; + /** + * An object whose key-value pairs represent the assertions for the module to import + */ + importAttributes: ImportAttributes; + } + interface LoadFnOutput { + format: ModuleFormat; + /** + * A signal that this hook intends to terminate the chain of `resolve` hooks. + * @default false + */ + shortCircuit?: boolean | undefined; + /** + * The source for Node.js to evaluate + */ + source?: ModuleSource | undefined; + } + /** + * The `load` hook provides a way to define a custom method of determining how a + * URL should be interpreted, retrieved, and parsed. It is also in charge of + * validating the import attributes. + */ + type LoadHook = ( + url: string, + context: LoadHookContext, + nextLoad: ( + url: string, + context?: Partial, + ) => LoadFnOutput | Promise, + ) => LoadFnOutput | Promise; + /** + * `path` is the resolved path for the file for which a corresponding source map + * should be fetched. + * @since v13.7.0, v12.17.0 + * @return Returns `module.SourceMap` if a source map is found, `undefined` otherwise. + */ + function findSourceMap(path: string): SourceMap | undefined; + interface SourceMapConstructorOptions { + /** + * @since v21.0.0, v20.5.0 + */ + lineLengths?: readonly number[] | undefined; + } + interface SourceMapPayload { + file: string; + version: number; + sources: string[]; + sourcesContent: string[]; + names: string[]; + mappings: string; + sourceRoot: string; + } + interface SourceMapping { + generatedLine: number; + generatedColumn: number; + originalSource: string; + originalLine: number; + originalColumn: number; + } + interface SourceOrigin { + /** + * The name of the range in the source map, if one was provided + */ + name: string | undefined; + /** + * The file name of the original source, as reported in the SourceMap + */ + fileName: string; + /** + * The 1-indexed lineNumber of the corresponding call site in the original source + */ + lineNumber: number; + /** + * The 1-indexed columnNumber of the corresponding call site in the original source + */ + columnNumber: number; + } + /** + * @since v13.7.0, v12.17.0 + */ + class SourceMap { + constructor(payload: SourceMapPayload, options?: SourceMapConstructorOptions); + /** + * Getter for the payload used to construct the `SourceMap` instance. + */ + readonly payload: SourceMapPayload; + /** + * Given a line offset and column offset in the generated source + * file, returns an object representing the SourceMap range in the + * original file if found, or an empty object if not. + * + * The object returned contains the following keys: + * + * The returned value represents the raw range as it appears in the + * SourceMap, based on zero-indexed offsets, _not_ 1-indexed line and + * column numbers as they appear in Error messages and CallSite + * objects. + * + * To get the corresponding 1-indexed line and column numbers from a + * lineNumber and columnNumber as they are reported by Error stacks + * and CallSite objects, use `sourceMap.findOrigin(lineNumber, columnNumber)` + * @param lineOffset The zero-indexed line number offset in the generated source + * @param columnOffset The zero-indexed column number offset in the generated source + */ + findEntry(lineOffset: number, columnOffset: number): SourceMapping | {}; + /** + * Given a 1-indexed `lineNumber` and `columnNumber` from a call site in the generated source, + * find the corresponding call site location in the original source. + * + * If the `lineNumber` and `columnNumber` provided are not found in any source map, + * then an empty object is returned. + * @param lineNumber The 1-indexed line number of the call site in the generated source + * @param columnNumber The 1-indexed column number of the call site in the generated source + */ + findOrigin(lineNumber: number, columnNumber: number): SourceOrigin | {}; + } + function runMain(main?: string): void; + function wrap(script: string): string; + } + global { + interface ImportMeta { + /** + * The directory name of the current module. This is the same as the `path.dirname()` of the `import.meta.filename`. + * **Caveat:** only present on `file:` modules. + */ + dirname: string; + /** + * The full absolute path and filename of the current module, with symlinks resolved. + * This is the same as the `url.fileURLToPath()` of the `import.meta.url`. + * **Caveat:** only local modules support this property. Modules not using the `file:` protocol will not provide it. + */ + filename: string; + /** + * The absolute `file:` URL of the module. + */ + url: string; + /** + * Provides a module-relative resolution function scoped to each module, returning + * the URL string. + * + * Second `parent` parameter is only used when the `--experimental-import-meta-resolve` + * command flag enabled. + * + * @since v20.6.0 + * + * @param specifier The module specifier to resolve relative to `parent`. + * @param parent The absolute parent module URL to resolve from. + * @returns The absolute (`file:`) URL string for the resolved module. + */ + resolve(specifier: string, parent?: string | URL | undefined): string; + } + namespace NodeJS { + interface Module { + /** + * The module objects required for the first time by this one. + * @since v0.1.16 + */ + children: Module[]; + /** + * The `module.exports` object is created by the `Module` system. Sometimes this is + * not acceptable; many want their module to be an instance of some class. To do + * this, assign the desired export object to `module.exports`. + * @since v0.1.16 + */ + exports: any; + /** + * The fully resolved filename of the module. + * @since v0.1.16 + */ + filename: string; + /** + * The identifier for the module. Typically this is the fully resolved + * filename. + * @since v0.1.16 + */ + id: string; + /** + * `true` if the module is running during the Node.js preload + * phase. + * @since v15.4.0, v14.17.0 + */ + isPreloading: boolean; + /** + * Whether or not the module is done loading, or is in the process of + * loading. + * @since v0.1.16 + */ + loaded: boolean; + /** + * The module that first required this one, or `null` if the current module is the + * entry point of the current process, or `undefined` if the module was loaded by + * something that is not a CommonJS module (e.g. REPL or `import`). + * @since v0.1.16 + * @deprecated Please use `require.main` and `module.children` instead. + */ + parent: Module | null | undefined; + /** + * The directory name of the module. This is usually the same as the + * `path.dirname()` of the `module.id`. + * @since v11.14.0 + */ + path: string; + /** + * The search paths for the module. + * @since v0.4.0 + */ + paths: string[]; + /** + * The `module.require()` method provides a way to load a module as if + * `require()` was called from the original module. + * @since v0.5.1 + */ + require(id: string): any; + } + interface Require { + /** + * Used to import modules, `JSON`, and local files. + * @since v0.1.13 + */ + (id: string): any; + /** + * Modules are cached in this object when they are required. By deleting a key + * value from this object, the next `require` will reload the module. + * This does not apply to + * [native addons](https://nodejs.org/docs/latest-v22.x/api/addons.html), + * for which reloading will result in an error. + * @since v0.3.0 + */ + cache: Dict; + /** + * Instruct `require` on how to handle certain file extensions. + * @since v0.3.0 + * @deprecated + */ + extensions: RequireExtensions; + /** + * The `Module` object representing the entry script loaded when the Node.js + * process launched, or `undefined` if the entry point of the program is not a + * CommonJS module. + * @since v0.1.17 + */ + main: Module | undefined; + /** + * @since v0.3.0 + */ + resolve: RequireResolve; + } + /** @deprecated */ + interface RequireExtensions extends Dict<(module: Module, filename: string) => any> { + ".js": (module: Module, filename: string) => any; + ".json": (module: Module, filename: string) => any; + ".node": (module: Module, filename: string) => any; + } + interface RequireResolveOptions { + /** + * Paths to resolve module location from. If present, these + * paths are used instead of the default resolution paths, with the exception + * of + * [GLOBAL\_FOLDERS](https://nodejs.org/docs/latest-v22.x/api/modules.html#loading-from-the-global-folders) + * like `$HOME/.node_modules`, which are + * always included. Each of these paths is used as a starting point for + * the module resolution algorithm, meaning that the `node_modules` hierarchy + * is checked from this location. + * @since v8.9.0 + */ + paths?: string[] | undefined; + } + interface RequireResolve { + /** + * Use the internal `require()` machinery to look up the location of a module, + * but rather than loading the module, just return the resolved filename. + * + * If the module can not be found, a `MODULE_NOT_FOUND` error is thrown. + * @since v0.3.0 + * @param request The module path to resolve. + */ + (request: string, options?: RequireResolveOptions): string; + /** + * Returns an array containing the paths searched during resolution of `request` or + * `null` if the `request` string references a core module, for example `http` or + * `fs`. + * @since v8.9.0 + * @param request The module path whose lookup paths are being retrieved. + */ + paths(request: string): string[] | null; + } + } + /** + * The directory name of the current module. This is the same as the + * `path.dirname()` of the `__filename`. + * @since v0.1.27 + */ + var __dirname: string; + /** + * The file name of the current module. This is the current module file's absolute + * path with symlinks resolved. + * + * For a main program this is not necessarily the same as the file name used in the + * command line. + * @since v0.0.1 + */ + var __filename: string; + /** + * The `exports` variable is available within a module's file-level scope, and is + * assigned the value of `module.exports` before the module is evaluated. + * @since v0.1.16 + */ + var exports: NodeJS.Module["exports"]; + /** + * A reference to the current module. + * @since v0.1.16 + */ + var module: NodeJS.Module; + /** + * @since v0.1.13 + */ + var require: NodeJS.Require; + // Global-scope aliases for backwards compatibility with @types/node <13.0.x + // TODO: consider removing in a future major version update + /** @deprecated Use `NodeJS.Module` instead. */ + interface NodeModule extends NodeJS.Module {} + /** @deprecated Use `NodeJS.Require` instead. */ + interface NodeRequire extends NodeJS.Require {} + /** @deprecated Use `NodeJS.RequireResolve` instead. */ + interface RequireResolve extends NodeJS.RequireResolve {} + } + export = Module; +} +declare module "node:module" { + import module = require("module"); + export = module; +} diff --git a/server/node_modules/@types/node/net.d.ts b/server/node_modules/@types/node/net.d.ts new file mode 100644 index 000000000..188cb9be9 --- /dev/null +++ b/server/node_modules/@types/node/net.d.ts @@ -0,0 +1,1029 @@ +/** + * > Stability: 2 - Stable + * + * The `node:net` module provides an asynchronous network API for creating stream-based + * TCP or `IPC` servers ({@link createServer}) and clients + * ({@link createConnection}). + * + * It can be accessed using: + * + * ```js + * import net from 'node:net'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/net.js) + */ +declare module "net" { + import * as stream from "node:stream"; + import { Abortable, EventEmitter } from "node:events"; + import * as dns from "node:dns"; + type LookupFunction = ( + hostname: string, + options: dns.LookupOptions, + callback: (err: NodeJS.ErrnoException | null, address: string | dns.LookupAddress[], family?: number) => void, + ) => void; + interface AddressInfo { + address: string; + family: string; + port: number; + } + interface SocketConstructorOpts { + fd?: number | undefined; + allowHalfOpen?: boolean | undefined; + onread?: OnReadOpts | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + signal?: AbortSignal; + } + interface OnReadOpts { + buffer: Uint8Array | (() => Uint8Array); + /** + * This function is called for every chunk of incoming data. + * Two arguments are passed to it: the number of bytes written to `buffer` and a reference to `buffer`. + * Return `false` from this function to implicitly `pause()` the socket. + */ + callback(bytesWritten: number, buffer: Uint8Array): boolean; + } + // TODO: remove empty ConnectOpts placeholder at next major @types/node version. + /** @deprecated */ + interface ConnectOpts {} + interface TcpSocketConnectOpts { + port: number; + host?: string | undefined; + localAddress?: string | undefined; + localPort?: number | undefined; + hints?: number | undefined; + family?: number | undefined; + lookup?: LookupFunction | undefined; + noDelay?: boolean | undefined; + keepAlive?: boolean | undefined; + keepAliveInitialDelay?: number | undefined; + /** + * @since v18.13.0 + */ + autoSelectFamily?: boolean | undefined; + /** + * @since v18.13.0 + */ + autoSelectFamilyAttemptTimeout?: number | undefined; + blockList?: BlockList | undefined; + } + interface IpcSocketConnectOpts { + path: string; + } + type SocketConnectOpts = TcpSocketConnectOpts | IpcSocketConnectOpts; + type SocketReadyState = "opening" | "open" | "readOnly" | "writeOnly" | "closed"; + /** + * This class is an abstraction of a TCP socket or a streaming `IPC` endpoint + * (uses named pipes on Windows, and Unix domain sockets otherwise). It is also + * an `EventEmitter`. + * + * A `net.Socket` can be created by the user and used directly to interact with + * a server. For example, it is returned by {@link createConnection}, + * so the user can use it to talk to the server. + * + * It can also be created by Node.js and passed to the user when a connection + * is received. For example, it is passed to the listeners of a `'connection'` event emitted on a {@link Server}, so the user can use + * it to interact with the client. + * @since v0.3.4 + */ + class Socket extends stream.Duplex { + constructor(options?: SocketConstructorOpts); + /** + * Destroys the socket after all data is written. If the `finish` event was already emitted the socket is destroyed immediately. + * If the socket is still writable it implicitly calls `socket.end()`. + * @since v0.3.4 + */ + destroySoon(): void; + /** + * Sends data on the socket. The second parameter specifies the encoding in the + * case of a string. It defaults to UTF8 encoding. + * + * Returns `true` if the entire data was flushed successfully to the kernel + * buffer. Returns `false` if all or part of the data was queued in user memory.`'drain'` will be emitted when the buffer is again free. + * + * The optional `callback` parameter will be executed when the data is finally + * written out, which may not be immediately. + * + * See `Writable` stream `write()` method for more + * information. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + */ + write(buffer: Uint8Array | string, cb?: (err?: Error) => void): boolean; + write(str: Uint8Array | string, encoding?: BufferEncoding, cb?: (err?: Error) => void): boolean; + /** + * Initiate a connection on a given socket. + * + * Possible signatures: + * + * * `socket.connect(options[, connectListener])` + * * `socket.connect(path[, connectListener])` for `IPC` connections. + * * `socket.connect(port[, host][, connectListener])` for TCP connections. + * * Returns: `net.Socket` The socket itself. + * + * This function is asynchronous. When the connection is established, the `'connect'` event will be emitted. If there is a problem connecting, + * instead of a `'connect'` event, an `'error'` event will be emitted with + * the error passed to the `'error'` listener. + * The last parameter `connectListener`, if supplied, will be added as a listener + * for the `'connect'` event **once**. + * + * This function should only be used for reconnecting a socket after`'close'` has been emitted or otherwise it may lead to undefined + * behavior. + */ + connect(options: SocketConnectOpts, connectionListener?: () => void): this; + connect(port: number, host: string, connectionListener?: () => void): this; + connect(port: number, connectionListener?: () => void): this; + connect(path: string, connectionListener?: () => void): this; + /** + * Set the encoding for the socket as a `Readable Stream`. See `readable.setEncoding()` for more information. + * @since v0.1.90 + * @return The socket itself. + */ + setEncoding(encoding?: BufferEncoding): this; + /** + * Pauses the reading of data. That is, `'data'` events will not be emitted. + * Useful to throttle back an upload. + * @return The socket itself. + */ + pause(): this; + /** + * Close the TCP connection by sending an RST packet and destroy the stream. + * If this TCP socket is in connecting status, it will send an RST packet and destroy this TCP socket once it is connected. + * Otherwise, it will call `socket.destroy` with an `ERR_SOCKET_CLOSED` Error. + * If this is not a TCP socket (for example, a pipe), calling this method will immediately throw an `ERR_INVALID_HANDLE_TYPE` Error. + * @since v18.3.0, v16.17.0 + */ + resetAndDestroy(): this; + /** + * Resumes reading after a call to `socket.pause()`. + * @return The socket itself. + */ + resume(): this; + /** + * Sets the socket to timeout after `timeout` milliseconds of inactivity on + * the socket. By default `net.Socket` do not have a timeout. + * + * When an idle timeout is triggered the socket will receive a `'timeout'` event but the connection will not be severed. The user must manually call `socket.end()` or `socket.destroy()` to + * end the connection. + * + * ```js + * socket.setTimeout(3000); + * socket.on('timeout', () => { + * console.log('socket timeout'); + * socket.end(); + * }); + * ``` + * + * If `timeout` is 0, then the existing idle timeout is disabled. + * + * The optional `callback` parameter will be added as a one-time listener for the `'timeout'` event. + * @since v0.1.90 + * @return The socket itself. + */ + setTimeout(timeout: number, callback?: () => void): this; + /** + * Enable/disable the use of Nagle's algorithm. + * + * When a TCP connection is created, it will have Nagle's algorithm enabled. + * + * Nagle's algorithm delays data before it is sent via the network. It attempts + * to optimize throughput at the expense of latency. + * + * Passing `true` for `noDelay` or not passing an argument will disable Nagle's + * algorithm for the socket. Passing `false` for `noDelay` will enable Nagle's + * algorithm. + * @since v0.1.90 + * @param [noDelay=true] + * @return The socket itself. + */ + setNoDelay(noDelay?: boolean): this; + /** + * Enable/disable keep-alive functionality, and optionally set the initial + * delay before the first keepalive probe is sent on an idle socket. + * + * Set `initialDelay` (in milliseconds) to set the delay between the last + * data packet received and the first keepalive probe. Setting `0` for`initialDelay` will leave the value unchanged from the default + * (or previous) setting. + * + * Enabling the keep-alive functionality will set the following socket options: + * + * * `SO_KEEPALIVE=1` + * * `TCP_KEEPIDLE=initialDelay` + * * `TCP_KEEPCNT=10` + * * `TCP_KEEPINTVL=1` + * @since v0.1.92 + * @param [enable=false] + * @param [initialDelay=0] + * @return The socket itself. + */ + setKeepAlive(enable?: boolean, initialDelay?: number): this; + /** + * Returns the bound `address`, the address `family` name and `port` of the + * socket as reported by the operating system:`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }` + * @since v0.1.90 + */ + address(): AddressInfo | {}; + /** + * Calling `unref()` on a socket will allow the program to exit if this is the only + * active socket in the event system. If the socket is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + unref(): this; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed socket will _not_ let the program exit if it's the only socket left (the default behavior). + * If the socket is `ref`ed calling `ref` again will have no effect. + * @since v0.9.1 + * @return The socket itself. + */ + ref(): this; + /** + * This property is only present if the family autoselection algorithm is enabled in `socket.connect(options)` + * and it is an array of the addresses that have been attempted. + * + * Each address is a string in the form of `$IP:$PORT`. + * If the connection was successful, then the last address is the one that the socket is currently connected to. + * @since v19.4.0 + */ + readonly autoSelectFamilyAttemptedAddresses: string[]; + /** + * This property shows the number of characters buffered for writing. The buffer + * may contain strings whose length after encoding is not yet known. So this number + * is only an approximation of the number of bytes in the buffer. + * + * `net.Socket` has the property that `socket.write()` always works. This is to + * help users get up and running quickly. The computer cannot always keep up + * with the amount of data that is written to a socket. The network connection + * simply might be too slow. Node.js will internally queue up the data written to a + * socket and send it out over the wire when it is possible. + * + * The consequence of this internal buffering is that memory may grow. + * Users who experience large or growing `bufferSize` should attempt to + * "throttle" the data flows in their program with `socket.pause()` and `socket.resume()`. + * @since v0.3.8 + * @deprecated Since v14.6.0 - Use `writableLength` instead. + */ + readonly bufferSize: number; + /** + * The amount of received bytes. + * @since v0.5.3 + */ + readonly bytesRead: number; + /** + * The amount of bytes sent. + * @since v0.5.3 + */ + readonly bytesWritten: number; + /** + * If `true`, `socket.connect(options[, connectListener])` was + * called and has not yet finished. It will stay `true` until the socket becomes + * connected, then it is set to `false` and the `'connect'` event is emitted. Note + * that the `socket.connect(options[, connectListener])` callback is a listener for the `'connect'` event. + * @since v6.1.0 + */ + readonly connecting: boolean; + /** + * This is `true` if the socket is not connected yet, either because `.connect()`has not yet been called or because it is still in the process of connecting + * (see `socket.connecting`). + * @since v11.2.0, v10.16.0 + */ + readonly pending: boolean; + /** + * See `writable.destroyed` for further details. + */ + readonly destroyed: boolean; + /** + * The string representation of the local IP address the remote client is + * connecting on. For example, in a server listening on `'0.0.0.0'`, if a client + * connects on `'192.168.1.1'`, the value of `socket.localAddress` would be`'192.168.1.1'`. + * @since v0.9.6 + */ + readonly localAddress?: string; + /** + * The numeric representation of the local port. For example, `80` or `21`. + * @since v0.9.6 + */ + readonly localPort?: number; + /** + * The string representation of the local IP family. `'IPv4'` or `'IPv6'`. + * @since v18.8.0, v16.18.0 + */ + readonly localFamily?: string; + /** + * This property represents the state of the connection as a string. + * + * * If the stream is connecting `socket.readyState` is `opening`. + * * If the stream is readable and writable, it is `open`. + * * If the stream is readable and not writable, it is `readOnly`. + * * If the stream is not readable and writable, it is `writeOnly`. + * @since v0.5.0 + */ + readonly readyState: SocketReadyState; + /** + * The string representation of the remote IP address. For example,`'74.125.127.100'` or `'2001:4860:a005::68'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remoteAddress?: string | undefined; + /** + * The string representation of the remote IP family. `'IPv4'` or `'IPv6'`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.11.14 + */ + readonly remoteFamily?: string | undefined; + /** + * The numeric representation of the remote port. For example, `80` or `21`. Value may be `undefined` if + * the socket is destroyed (for example, if the client disconnected). + * @since v0.5.10 + */ + readonly remotePort?: number | undefined; + /** + * The socket timeout in milliseconds as set by `socket.setTimeout()`. + * It is `undefined` if a timeout has not been set. + * @since v10.7.0 + */ + readonly timeout?: number | undefined; + /** + * Half-closes the socket. i.e., it sends a FIN packet. It is possible the + * server will still send some data. + * + * See `writable.end()` for further details. + * @since v0.1.90 + * @param [encoding='utf8'] Only used when data is `string`. + * @param callback Optional callback for when the socket is finished. + * @return The socket itself. + */ + end(callback?: () => void): this; + end(buffer: Uint8Array | string, callback?: () => void): this; + end(str: Uint8Array | string, encoding?: BufferEncoding, callback?: () => void): this; + /** + * events.EventEmitter + * 1. close + * 2. connect + * 3. connectionAttempt + * 4. connectionAttemptFailed + * 5. connectionAttemptTimeout + * 6. data + * 7. drain + * 8. end + * 9. error + * 10. lookup + * 11. ready + * 12. timeout + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: (hadError: boolean) => void): this; + addListener(event: "connect", listener: () => void): this; + addListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + addListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number) => void, + ): this; + addListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + addListener(event: "data", listener: (data: Buffer) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + addListener(event: "ready", listener: () => void): this; + addListener(event: "timeout", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close", hadError: boolean): boolean; + emit(event: "connect"): boolean; + emit(event: "connectionAttempt", ip: string, port: number, family: number): boolean; + emit(event: "connectionAttemptFailed", ip: string, port: number, family: number): boolean; + emit(event: "connectionAttemptTimeout", ip: string, port: number, family: number): boolean; + emit(event: "data", data: Buffer): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "lookup", err: Error, address: string, family: string | number, host: string): boolean; + emit(event: "ready"): boolean; + emit(event: "timeout"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: (hadError: boolean) => void): this; + on(event: "connect", listener: () => void): this; + on(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + on(event: "connectionAttemptFailed", listener: (ip: string, port: number, family: number) => void): this; + on(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this; + on(event: "data", listener: (data: Buffer) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + on(event: "ready", listener: () => void): this; + on(event: "timeout", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: (hadError: boolean) => void): this; + once(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + once(event: "connectionAttemptFailed", listener: (ip: string, port: number, family: number) => void): this; + once(event: "connectionAttemptTimeout", listener: (ip: string, port: number, family: number) => void): this; + once(event: "connect", listener: () => void): this; + once(event: "data", listener: (data: Buffer) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + once(event: "ready", listener: () => void): this; + once(event: "timeout", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: (hadError: boolean) => void): this; + prependListener(event: "connect", listener: () => void): this; + prependListener(event: "connectionAttempt", listener: (ip: string, port: number, family: number) => void): this; + prependListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependListener(event: "data", listener: (data: Buffer) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + prependListener(event: "ready", listener: () => void): this; + prependListener(event: "timeout", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: (hadError: boolean) => void): this; + prependOnceListener(event: "connect", listener: () => void): this; + prependOnceListener( + event: "connectionAttempt", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependOnceListener( + event: "connectionAttemptFailed", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependOnceListener( + event: "connectionAttemptTimeout", + listener: (ip: string, port: number, family: number) => void, + ): this; + prependOnceListener(event: "data", listener: (data: Buffer) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener( + event: "lookup", + listener: (err: Error, address: string, family: string | number, host: string) => void, + ): this; + prependOnceListener(event: "ready", listener: () => void): this; + prependOnceListener(event: "timeout", listener: () => void): this; + } + interface ListenOptions extends Abortable { + backlog?: number | undefined; + exclusive?: boolean | undefined; + host?: string | undefined; + /** + * @default false + */ + ipv6Only?: boolean | undefined; + reusePort?: boolean | undefined; + path?: string | undefined; + port?: number | undefined; + readableAll?: boolean | undefined; + writableAll?: boolean | undefined; + } + interface ServerOpts { + /** + * Indicates whether half-opened TCP connections are allowed. + * @default false + */ + allowHalfOpen?: boolean | undefined; + /** + * Indicates whether the socket should be paused on incoming connections. + * @default false + */ + pauseOnConnect?: boolean | undefined; + /** + * If set to `true`, it disables the use of Nagle's algorithm immediately after a new incoming connection is received. + * @default false + * @since v16.5.0 + */ + noDelay?: boolean | undefined; + /** + * If set to `true`, it enables keep-alive functionality on the socket immediately after a new incoming connection is received, + * similarly on what is done in `socket.setKeepAlive([enable][, initialDelay])`. + * @default false + * @since v16.5.0 + */ + keepAlive?: boolean | undefined; + /** + * If set to a positive number, it sets the initial delay before the first keepalive probe is sent on an idle socket. + * @default 0 + * @since v16.5.0 + */ + keepAliveInitialDelay?: number | undefined; + /** + * Optionally overrides all `net.Socket`s' `readableHighWaterMark` and `writableHighWaterMark`. + * @default See [stream.getDefaultHighWaterMark()](https://nodejs.org/docs/latest-v22.x/api/stream.html#streamgetdefaulthighwatermarkobjectmode). + * @since v18.17.0, v20.1.0 + */ + highWaterMark?: number | undefined; + /** + * `blockList` can be used for disabling inbound + * access to specific IP addresses, IP ranges, or IP subnets. This does not + * work if the server is behind a reverse proxy, NAT, etc. because the address + * checked against the block list is the address of the proxy, or the one + * specified by the NAT. + * @since v22.13.0 + */ + blockList?: BlockList | undefined; + } + interface DropArgument { + localAddress?: string; + localPort?: number; + localFamily?: string; + remoteAddress?: string; + remotePort?: number; + remoteFamily?: string; + } + /** + * This class is used to create a TCP or `IPC` server. + * @since v0.1.90 + */ + class Server extends EventEmitter { + constructor(connectionListener?: (socket: Socket) => void); + constructor(options?: ServerOpts, connectionListener?: (socket: Socket) => void); + /** + * Start a server listening for connections. A `net.Server` can be a TCP or + * an `IPC` server depending on what it listens to. + * + * Possible signatures: + * + * * `server.listen(handle[, backlog][, callback])` + * * `server.listen(options[, callback])` + * * `server.listen(path[, backlog][, callback])` for `IPC` servers + * * `server.listen([port[, host[, backlog]]][, callback])` for TCP servers + * + * This function is asynchronous. When the server starts listening, the `'listening'` event will be emitted. The last parameter `callback`will be added as a listener for the `'listening'` + * event. + * + * All `listen()` methods can take a `backlog` parameter to specify the maximum + * length of the queue of pending connections. The actual length will be determined + * by the OS through sysctl settings such as `tcp_max_syn_backlog` and `somaxconn` on Linux. The default value of this parameter is 511 (not 512). + * + * All {@link Socket} are set to `SO_REUSEADDR` (see [`socket(7)`](https://man7.org/linux/man-pages/man7/socket.7.html) for + * details). + * + * The `server.listen()` method can be called again if and only if there was an + * error during the first `server.listen()` call or `server.close()` has been + * called. Otherwise, an `ERR_SERVER_ALREADY_LISTEN` error will be thrown. + * + * One of the most common errors raised when listening is `EADDRINUSE`. + * This happens when another server is already listening on the requested`port`/`path`/`handle`. One way to handle this would be to retry + * after a certain amount of time: + * + * ```js + * server.on('error', (e) => { + * if (e.code === 'EADDRINUSE') { + * console.error('Address in use, retrying...'); + * setTimeout(() => { + * server.close(); + * server.listen(PORT, HOST); + * }, 1000); + * } + * }); + * ``` + */ + listen(port?: number, hostname?: string, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, hostname?: string, listeningListener?: () => void): this; + listen(port?: number, backlog?: number, listeningListener?: () => void): this; + listen(port?: number, listeningListener?: () => void): this; + listen(path: string, backlog?: number, listeningListener?: () => void): this; + listen(path: string, listeningListener?: () => void): this; + listen(options: ListenOptions, listeningListener?: () => void): this; + listen(handle: any, backlog?: number, listeningListener?: () => void): this; + listen(handle: any, listeningListener?: () => void): this; + /** + * Stops the server from accepting new connections and keeps existing + * connections. This function is asynchronous, the server is finally closed + * when all connections are ended and the server emits a `'close'` event. + * The optional `callback` will be called once the `'close'` event occurs. Unlike + * that event, it will be called with an `Error` as its only argument if the server + * was not open when it was closed. + * @since v0.1.90 + * @param callback Called when the server is closed. + */ + close(callback?: (err?: Error) => void): this; + /** + * Returns the bound `address`, the address `family` name, and `port` of the server + * as reported by the operating system if listening on an IP socket + * (useful to find which port was assigned when getting an OS-assigned address):`{ port: 12346, family: 'IPv4', address: '127.0.0.1' }`. + * + * For a server listening on a pipe or Unix domain socket, the name is returned + * as a string. + * + * ```js + * const server = net.createServer((socket) => { + * socket.end('goodbye\n'); + * }).on('error', (err) => { + * // Handle errors here. + * throw err; + * }); + * + * // Grab an arbitrary unused port. + * server.listen(() => { + * console.log('opened server on', server.address()); + * }); + * ``` + * + * `server.address()` returns `null` before the `'listening'` event has been + * emitted or after calling `server.close()`. + * @since v0.1.90 + */ + address(): AddressInfo | string | null; + /** + * Asynchronously get the number of concurrent connections on the server. Works + * when sockets were sent to forks. + * + * Callback should take two arguments `err` and `count`. + * @since v0.9.7 + */ + getConnections(cb: (error: Error | null, count: number) => void): void; + /** + * Opposite of `unref()`, calling `ref()` on a previously `unref`ed server will _not_ let the program exit if it's the only server left (the default behavior). + * If the server is `ref`ed calling `ref()` again will have no effect. + * @since v0.9.1 + */ + ref(): this; + /** + * Calling `unref()` on a server will allow the program to exit if this is the only + * active server in the event system. If the server is already `unref`ed calling`unref()` again will have no effect. + * @since v0.9.1 + */ + unref(): this; + /** + * Set this property to reject connections when the server's connection count gets + * high. + * + * It is not recommended to use this option once a socket has been sent to a child + * with `child_process.fork()`. + * @since v0.2.0 + */ + maxConnections: number; + connections: number; + /** + * Indicates whether or not the server is listening for connections. + * @since v5.7.0 + */ + readonly listening: boolean; + /** + * events.EventEmitter + * 1. close + * 2. connection + * 3. error + * 4. listening + * 5. drop + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "connection", listener: (socket: Socket) => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "listening", listener: () => void): this; + addListener(event: "drop", listener: (data?: DropArgument) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "connection", socket: Socket): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "listening"): boolean; + emit(event: "drop", data?: DropArgument): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "connection", listener: (socket: Socket) => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "listening", listener: () => void): this; + on(event: "drop", listener: (data?: DropArgument) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "connection", listener: (socket: Socket) => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "listening", listener: () => void): this; + once(event: "drop", listener: (data?: DropArgument) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "connection", listener: (socket: Socket) => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "listening", listener: () => void): this; + prependListener(event: "drop", listener: (data?: DropArgument) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "connection", listener: (socket: Socket) => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "listening", listener: () => void): this; + prependOnceListener(event: "drop", listener: (data?: DropArgument) => void): this; + /** + * Calls {@link Server.close()} and returns a promise that fulfills when the server has closed. + * @since v20.5.0 + */ + [Symbol.asyncDispose](): Promise; + } + type IPVersion = "ipv4" | "ipv6"; + /** + * The `BlockList` object can be used with some network APIs to specify rules for + * disabling inbound or outbound access to specific IP addresses, IP ranges, or + * IP subnets. + * @since v15.0.0, v14.18.0 + */ + class BlockList { + /** + * Adds a rule to block the given IP address. + * @since v15.0.0, v14.18.0 + * @param address An IPv4 or IPv6 address. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addAddress(address: string, type?: IPVersion): void; + addAddress(address: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses from `start` (inclusive) to`end` (inclusive). + * @since v15.0.0, v14.18.0 + * @param start The starting IPv4 or IPv6 address in the range. + * @param end The ending IPv4 or IPv6 address in the range. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addRange(start: string, end: string, type?: IPVersion): void; + addRange(start: SocketAddress, end: SocketAddress): void; + /** + * Adds a rule to block a range of IP addresses specified as a subnet mask. + * @since v15.0.0, v14.18.0 + * @param net The network IPv4 or IPv6 address. + * @param prefix The number of CIDR prefix bits. For IPv4, this must be a value between `0` and `32`. For IPv6, this must be between `0` and `128`. + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + addSubnet(net: SocketAddress, prefix: number): void; + addSubnet(net: string, prefix: number, type?: IPVersion): void; + /** + * Returns `true` if the given IP address matches any of the rules added to the`BlockList`. + * + * ```js + * const blockList = new net.BlockList(); + * blockList.addAddress('123.123.123.123'); + * blockList.addRange('10.0.0.1', '10.0.0.10'); + * blockList.addSubnet('8592:757c:efae:4e45::', 64, 'ipv6'); + * + * console.log(blockList.check('123.123.123.123')); // Prints: true + * console.log(blockList.check('10.0.0.3')); // Prints: true + * console.log(blockList.check('222.111.111.222')); // Prints: false + * + * // IPv6 notation for IPv4 addresses works: + * console.log(blockList.check('::ffff:7b7b:7b7b', 'ipv6')); // Prints: true + * console.log(blockList.check('::ffff:123.123.123.123', 'ipv6')); // Prints: true + * ``` + * @since v15.0.0, v14.18.0 + * @param address The IP address to check + * @param [type='ipv4'] Either `'ipv4'` or `'ipv6'`. + */ + check(address: SocketAddress): boolean; + check(address: string, type?: IPVersion): boolean; + /** + * The list of rules added to the blocklist. + * @since v15.0.0, v14.18.0 + */ + rules: readonly string[]; + /** + * Returns `true` if the `value` is a `net.BlockList`. + * @since v22.13.0 + * @param value Any JS value + */ + static isBlockList(value: unknown): value is BlockList; + } + interface TcpNetConnectOpts extends TcpSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + interface IpcNetConnectOpts extends IpcSocketConnectOpts, SocketConstructorOpts { + timeout?: number | undefined; + } + type NetConnectOpts = TcpNetConnectOpts | IpcNetConnectOpts; + /** + * Creates a new TCP or `IPC` server. + * + * If `allowHalfOpen` is set to `true`, when the other end of the socket + * signals the end of transmission, the server will only send back the end of + * transmission when `socket.end()` is explicitly called. For example, in the + * context of TCP, when a FIN packed is received, a FIN packed is sent + * back only when `socket.end()` is explicitly called. Until then the + * connection is half-closed (non-readable but still writable). See `'end'` event and [RFC 1122](https://tools.ietf.org/html/rfc1122) (section 4.2.2.13) for more information. + * + * If `pauseOnConnect` is set to `true`, then the socket associated with each + * incoming connection will be paused, and no data will be read from its handle. + * This allows connections to be passed between processes without any data being + * read by the original process. To begin reading data from a paused socket, call `socket.resume()`. + * + * The server can be a TCP server or an `IPC` server, depending on what it `listen()` to. + * + * Here is an example of a TCP echo server which listens for connections + * on port 8124: + * + * ```js + * import net from 'node:net'; + * const server = net.createServer((c) => { + * // 'connection' listener. + * console.log('client connected'); + * c.on('end', () => { + * console.log('client disconnected'); + * }); + * c.write('hello\r\n'); + * c.pipe(c); + * }); + * server.on('error', (err) => { + * throw err; + * }); + * server.listen(8124, () => { + * console.log('server bound'); + * }); + * ``` + * + * Test this by using `telnet`: + * + * ```bash + * telnet localhost 8124 + * ``` + * + * To listen on the socket `/tmp/echo.sock`: + * + * ```js + * server.listen('/tmp/echo.sock', () => { + * console.log('server bound'); + * }); + * ``` + * + * Use `nc` to connect to a Unix domain socket server: + * + * ```bash + * nc -U /tmp/echo.sock + * ``` + * @since v0.5.0 + * @param connectionListener Automatically set as a listener for the {@link 'connection'} event. + */ + function createServer(connectionListener?: (socket: Socket) => void): Server; + function createServer(options?: ServerOpts, connectionListener?: (socket: Socket) => void): Server; + /** + * Aliases to {@link createConnection}. + * + * Possible signatures: + * + * * {@link connect} + * * {@link connect} for `IPC` connections. + * * {@link connect} for TCP connections. + */ + function connect(options: NetConnectOpts, connectionListener?: () => void): Socket; + function connect(port: number, host?: string, connectionListener?: () => void): Socket; + function connect(path: string, connectionListener?: () => void): Socket; + /** + * A factory function, which creates a new {@link Socket}, + * immediately initiates connection with `socket.connect()`, + * then returns the `net.Socket` that starts the connection. + * + * When the connection is established, a `'connect'` event will be emitted + * on the returned socket. The last parameter `connectListener`, if supplied, + * will be added as a listener for the `'connect'` event **once**. + * + * Possible signatures: + * + * * {@link createConnection} + * * {@link createConnection} for `IPC` connections. + * * {@link createConnection} for TCP connections. + * + * The {@link connect} function is an alias to this function. + */ + function createConnection(options: NetConnectOpts, connectionListener?: () => void): Socket; + function createConnection(port: number, host?: string, connectionListener?: () => void): Socket; + function createConnection(path: string, connectionListener?: () => void): Socket; + /** + * Gets the current default value of the `autoSelectFamily` option of `socket.connect(options)`. + * The initial default value is `true`, unless the command line option`--no-network-family-autoselection` is provided. + * @since v19.4.0 + */ + function getDefaultAutoSelectFamily(): boolean; + /** + * Sets the default value of the `autoSelectFamily` option of `socket.connect(options)`. + * @param value The new default value. + * The initial default value is `true`, unless the command line option + * `--no-network-family-autoselection` is provided. + * @since v19.4.0 + */ + function setDefaultAutoSelectFamily(value: boolean): void; + /** + * Gets the current default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`. + * The initial default value is `250` or the value specified via the command line option `--network-family-autoselection-attempt-timeout`. + * @returns The current default value of the `autoSelectFamilyAttemptTimeout` option. + * @since v19.8.0, v18.8.0 + */ + function getDefaultAutoSelectFamilyAttemptTimeout(): number; + /** + * Sets the default value of the `autoSelectFamilyAttemptTimeout` option of `socket.connect(options)`. + * @param value The new default value, which must be a positive number. If the number is less than `10`, the value `10` is used instead. The initial default value is `250` or the value specified via the command line + * option `--network-family-autoselection-attempt-timeout`. + * @since v19.8.0, v18.8.0 + */ + function setDefaultAutoSelectFamilyAttemptTimeout(value: number): void; + /** + * Returns `6` if `input` is an IPv6 address. Returns `4` if `input` is an IPv4 + * address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no leading zeroes. Otherwise, returns`0`. + * + * ```js + * net.isIP('::1'); // returns 6 + * net.isIP('127.0.0.1'); // returns 4 + * net.isIP('127.000.000.001'); // returns 0 + * net.isIP('127.0.0.1/24'); // returns 0 + * net.isIP('fhqwhgads'); // returns 0 + * ``` + * @since v0.3.0 + */ + function isIP(input: string): number; + /** + * Returns `true` if `input` is an IPv4 address in [dot-decimal notation](https://en.wikipedia.org/wiki/Dot-decimal_notation) with no + * leading zeroes. Otherwise, returns `false`. + * + * ```js + * net.isIPv4('127.0.0.1'); // returns true + * net.isIPv4('127.000.000.001'); // returns false + * net.isIPv4('127.0.0.1/24'); // returns false + * net.isIPv4('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv4(input: string): boolean; + /** + * Returns `true` if `input` is an IPv6 address. Otherwise, returns `false`. + * + * ```js + * net.isIPv6('::1'); // returns true + * net.isIPv6('fhqwhgads'); // returns false + * ``` + * @since v0.3.0 + */ + function isIPv6(input: string): boolean; + interface SocketAddressInitOptions { + /** + * The network address as either an IPv4 or IPv6 string. + * @default 127.0.0.1 + */ + address?: string | undefined; + /** + * @default `'ipv4'` + */ + family?: IPVersion | undefined; + /** + * An IPv6 flow-label used only if `family` is `'ipv6'`. + * @default 0 + */ + flowlabel?: number | undefined; + /** + * An IP port. + * @default 0 + */ + port?: number | undefined; + } + /** + * @since v15.14.0, v14.18.0 + */ + class SocketAddress { + constructor(options: SocketAddressInitOptions); + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly address: string; + /** + * Either \`'ipv4'\` or \`'ipv6'\`. + * @since v15.14.0, v14.18.0 + */ + readonly family: IPVersion; + /** + * @since v15.14.0, v14.18.0 + */ + readonly port: number; + /** + * @since v15.14.0, v14.18.0 + */ + readonly flowlabel: number; + /** + * @since v22.13.0 + * @param input An input string containing an IP address and optional port, + * e.g. `123.1.2.3:1234` or `[1::1]:1234`. + * @returns Returns a `SocketAddress` if parsing was successful. + * Otherwise returns `undefined`. + */ + static parse(input: string): SocketAddress | undefined; + } +} +declare module "node:net" { + export * from "net"; +} diff --git a/server/node_modules/@types/node/os.d.ts b/server/node_modules/@types/node/os.d.ts new file mode 100644 index 000000000..7f305358b --- /dev/null +++ b/server/node_modules/@types/node/os.d.ts @@ -0,0 +1,495 @@ +/** + * The `node:os` module provides operating system-related utility methods and + * properties. It can be accessed using: + * + * ```js + * import os from 'node:os'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/os.js) + */ +declare module "os" { + interface CpuInfo { + model: string; + speed: number; + times: { + /** The number of milliseconds the CPU has spent in user mode. */ + user: number; + /** The number of milliseconds the CPU has spent in nice mode. */ + nice: number; + /** The number of milliseconds the CPU has spent in sys mode. */ + sys: number; + /** The number of milliseconds the CPU has spent in idle mode. */ + idle: number; + /** The number of milliseconds the CPU has spent in irq mode. */ + irq: number; + }; + } + interface NetworkInterfaceBase { + address: string; + netmask: string; + mac: string; + internal: boolean; + cidr: string | null; + } + interface NetworkInterfaceInfoIPv4 extends NetworkInterfaceBase { + family: "IPv4"; + scopeid?: undefined; + } + interface NetworkInterfaceInfoIPv6 extends NetworkInterfaceBase { + family: "IPv6"; + scopeid: number; + } + interface UserInfo { + username: T; + uid: number; + gid: number; + shell: T | null; + homedir: T; + } + type NetworkInterfaceInfo = NetworkInterfaceInfoIPv4 | NetworkInterfaceInfoIPv6; + /** + * Returns the host name of the operating system as a string. + * @since v0.3.3 + */ + function hostname(): string; + /** + * Returns an array containing the 1, 5, and 15 minute load averages. + * + * The load average is a measure of system activity calculated by the operating + * system and expressed as a fractional number. + * + * The load average is a Unix-specific concept. On Windows, the return value is + * always `[0, 0, 0]`. + * @since v0.3.3 + */ + function loadavg(): number[]; + /** + * Returns the system uptime in number of seconds. + * @since v0.3.3 + */ + function uptime(): number; + /** + * Returns the amount of free system memory in bytes as an integer. + * @since v0.3.3 + */ + function freemem(): number; + /** + * Returns the total amount of system memory in bytes as an integer. + * @since v0.3.3 + */ + function totalmem(): number; + /** + * Returns an array of objects containing information about each logical CPU core. + * The array will be empty if no CPU information is available, such as if the `/proc` file system is unavailable. + * + * The properties included on each object include: + * + * ```js + * [ + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 252020, + * nice: 0, + * sys: 30340, + * idle: 1070356870, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 306960, + * nice: 0, + * sys: 26980, + * idle: 1071569080, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 248450, + * nice: 0, + * sys: 21750, + * idle: 1070919370, + * irq: 0, + * }, + * }, + * { + * model: 'Intel(R) Core(TM) i7 CPU 860 @ 2.80GHz', + * speed: 2926, + * times: { + * user: 256880, + * nice: 0, + * sys: 19430, + * idle: 1070905480, + * irq: 20, + * }, + * }, + * ] + * ``` + * + * `nice` values are POSIX-only. On Windows, the `nice` values of all processors + * are always 0. + * + * `os.cpus().length` should not be used to calculate the amount of parallelism + * available to an application. Use {@link availableParallelism} for this purpose. + * @since v0.3.3 + */ + function cpus(): CpuInfo[]; + /** + * Returns an estimate of the default amount of parallelism a program should use. + * Always returns a value greater than zero. + * + * This function is a small wrapper about libuv's [`uv_available_parallelism()`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_available_parallelism). + * @since v19.4.0, v18.14.0 + */ + function availableParallelism(): number; + /** + * Returns the operating system name as returned by [`uname(3)`](https://linux.die.net/man/3/uname). For example, it + * returns `'Linux'` on Linux, `'Darwin'` on macOS, and `'Windows_NT'` on Windows. + * + * See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for additional information + * about the output of running [`uname(3)`](https://linux.die.net/man/3/uname) on various operating systems. + * @since v0.3.3 + */ + function type(): string; + /** + * Returns the operating system as a string. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `GetVersionExW()` is used. See + * [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v0.3.3 + */ + function release(): string; + /** + * Returns an object containing network interfaces that have been assigned a + * network address. + * + * Each key on the returned object identifies a network interface. The associated + * value is an array of objects that each describe an assigned network address. + * + * The properties available on the assigned network address object include: + * + * ```js + * { + * lo: [ + * { + * address: '127.0.0.1', + * netmask: '255.0.0.0', + * family: 'IPv4', + * mac: '00:00:00:00:00:00', + * internal: true, + * cidr: '127.0.0.1/8' + * }, + * { + * address: '::1', + * netmask: 'ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff', + * family: 'IPv6', + * mac: '00:00:00:00:00:00', + * scopeid: 0, + * internal: true, + * cidr: '::1/128' + * } + * ], + * eth0: [ + * { + * address: '192.168.1.108', + * netmask: '255.255.255.0', + * family: 'IPv4', + * mac: '01:02:03:0a:0b:0c', + * internal: false, + * cidr: '192.168.1.108/24' + * }, + * { + * address: 'fe80::a00:27ff:fe4e:66a1', + * netmask: 'ffff:ffff:ffff:ffff::', + * family: 'IPv6', + * mac: '01:02:03:0a:0b:0c', + * scopeid: 1, + * internal: false, + * cidr: 'fe80::a00:27ff:fe4e:66a1/64' + * } + * ] + * } + * ``` + * @since v0.6.0 + */ + function networkInterfaces(): NodeJS.Dict; + /** + * Returns the string path of the current user's home directory. + * + * On POSIX, it uses the `$HOME` environment variable if defined. Otherwise it + * uses the [effective UID](https://en.wikipedia.org/wiki/User_identifier#Effective_user_ID) to look up the user's home directory. + * + * On Windows, it uses the `USERPROFILE` environment variable if defined. + * Otherwise it uses the path to the profile directory of the current user. + * @since v2.3.0 + */ + function homedir(): string; + /** + * Returns information about the currently effective user. On POSIX platforms, + * this is typically a subset of the password file. The returned object includes + * the `username`, `uid`, `gid`, `shell`, and `homedir`. On Windows, the `uid` and `gid` fields are `-1`, and `shell` is `null`. + * + * The value of `homedir` returned by `os.userInfo()` is provided by the operating + * system. This differs from the result of `os.homedir()`, which queries + * environment variables for the home directory before falling back to the + * operating system response. + * + * Throws a [`SystemError`](https://nodejs.org/docs/latest-v22.x/api/errors.html#class-systemerror) if a user has no `username` or `homedir`. + * @since v6.0.0 + */ + function userInfo(options: { encoding: "buffer" }): UserInfo; + function userInfo(options?: { encoding: BufferEncoding }): UserInfo; + type SignalConstants = { + [key in NodeJS.Signals]: number; + }; + namespace constants { + const UV_UDP_REUSEADDR: number; + namespace signals {} + const signals: SignalConstants; + namespace errno { + const E2BIG: number; + const EACCES: number; + const EADDRINUSE: number; + const EADDRNOTAVAIL: number; + const EAFNOSUPPORT: number; + const EAGAIN: number; + const EALREADY: number; + const EBADF: number; + const EBADMSG: number; + const EBUSY: number; + const ECANCELED: number; + const ECHILD: number; + const ECONNABORTED: number; + const ECONNREFUSED: number; + const ECONNRESET: number; + const EDEADLK: number; + const EDESTADDRREQ: number; + const EDOM: number; + const EDQUOT: number; + const EEXIST: number; + const EFAULT: number; + const EFBIG: number; + const EHOSTUNREACH: number; + const EIDRM: number; + const EILSEQ: number; + const EINPROGRESS: number; + const EINTR: number; + const EINVAL: number; + const EIO: number; + const EISCONN: number; + const EISDIR: number; + const ELOOP: number; + const EMFILE: number; + const EMLINK: number; + const EMSGSIZE: number; + const EMULTIHOP: number; + const ENAMETOOLONG: number; + const ENETDOWN: number; + const ENETRESET: number; + const ENETUNREACH: number; + const ENFILE: number; + const ENOBUFS: number; + const ENODATA: number; + const ENODEV: number; + const ENOENT: number; + const ENOEXEC: number; + const ENOLCK: number; + const ENOLINK: number; + const ENOMEM: number; + const ENOMSG: number; + const ENOPROTOOPT: number; + const ENOSPC: number; + const ENOSR: number; + const ENOSTR: number; + const ENOSYS: number; + const ENOTCONN: number; + const ENOTDIR: number; + const ENOTEMPTY: number; + const ENOTSOCK: number; + const ENOTSUP: number; + const ENOTTY: number; + const ENXIO: number; + const EOPNOTSUPP: number; + const EOVERFLOW: number; + const EPERM: number; + const EPIPE: number; + const EPROTO: number; + const EPROTONOSUPPORT: number; + const EPROTOTYPE: number; + const ERANGE: number; + const EROFS: number; + const ESPIPE: number; + const ESRCH: number; + const ESTALE: number; + const ETIME: number; + const ETIMEDOUT: number; + const ETXTBSY: number; + const EWOULDBLOCK: number; + const EXDEV: number; + const WSAEINTR: number; + const WSAEBADF: number; + const WSAEACCES: number; + const WSAEFAULT: number; + const WSAEINVAL: number; + const WSAEMFILE: number; + const WSAEWOULDBLOCK: number; + const WSAEINPROGRESS: number; + const WSAEALREADY: number; + const WSAENOTSOCK: number; + const WSAEDESTADDRREQ: number; + const WSAEMSGSIZE: number; + const WSAEPROTOTYPE: number; + const WSAENOPROTOOPT: number; + const WSAEPROTONOSUPPORT: number; + const WSAESOCKTNOSUPPORT: number; + const WSAEOPNOTSUPP: number; + const WSAEPFNOSUPPORT: number; + const WSAEAFNOSUPPORT: number; + const WSAEADDRINUSE: number; + const WSAEADDRNOTAVAIL: number; + const WSAENETDOWN: number; + const WSAENETUNREACH: number; + const WSAENETRESET: number; + const WSAECONNABORTED: number; + const WSAECONNRESET: number; + const WSAENOBUFS: number; + const WSAEISCONN: number; + const WSAENOTCONN: number; + const WSAESHUTDOWN: number; + const WSAETOOMANYREFS: number; + const WSAETIMEDOUT: number; + const WSAECONNREFUSED: number; + const WSAELOOP: number; + const WSAENAMETOOLONG: number; + const WSAEHOSTDOWN: number; + const WSAEHOSTUNREACH: number; + const WSAENOTEMPTY: number; + const WSAEPROCLIM: number; + const WSAEUSERS: number; + const WSAEDQUOT: number; + const WSAESTALE: number; + const WSAEREMOTE: number; + const WSASYSNOTREADY: number; + const WSAVERNOTSUPPORTED: number; + const WSANOTINITIALISED: number; + const WSAEDISCON: number; + const WSAENOMORE: number; + const WSAECANCELLED: number; + const WSAEINVALIDPROCTABLE: number; + const WSAEINVALIDPROVIDER: number; + const WSAEPROVIDERFAILEDINIT: number; + const WSASYSCALLFAILURE: number; + const WSASERVICE_NOT_FOUND: number; + const WSATYPE_NOT_FOUND: number; + const WSA_E_NO_MORE: number; + const WSA_E_CANCELLED: number; + const WSAEREFUSED: number; + } + namespace dlopen { + const RTLD_LAZY: number; + const RTLD_NOW: number; + const RTLD_GLOBAL: number; + const RTLD_LOCAL: number; + const RTLD_DEEPBIND: number; + } + namespace priority { + const PRIORITY_LOW: number; + const PRIORITY_BELOW_NORMAL: number; + const PRIORITY_NORMAL: number; + const PRIORITY_ABOVE_NORMAL: number; + const PRIORITY_HIGH: number; + const PRIORITY_HIGHEST: number; + } + } + const devNull: string; + /** + * The operating system-specific end-of-line marker. + * * `\n` on POSIX + * * `\r\n` on Windows + */ + const EOL: string; + /** + * Returns the operating system CPU architecture for which the Node.js binary was + * compiled. Possible values are `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, + * and `'x64'`. + * + * The return value is equivalent to [process.arch](https://nodejs.org/docs/latest-v22.x/api/process.html#processarch). + * @since v0.5.0 + */ + function arch(): string; + /** + * Returns a string identifying the kernel version. + * + * On POSIX systems, the operating system release is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v13.11.0, v12.17.0 + */ + function version(): string; + /** + * Returns a string identifying the operating system platform for which + * the Node.js binary was compiled. The value is set at compile time. + * Possible values are `'aix'`, `'darwin'`, `'freebsd'`, `'linux'`, `'openbsd'`, `'sunos'`, and `'win32'`. + * + * The return value is equivalent to `process.platform`. + * + * The value `'android'` may also be returned if Node.js is built on the Android + * operating system. [Android support is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.5.0 + */ + function platform(): NodeJS.Platform; + /** + * Returns the machine type as a string, such as `arm`, `arm64`, `aarch64`, `mips`, `mips64`, `ppc64`, `ppc64le`, `s390`, `s390x`, `i386`, `i686`, `x86_64`. + * + * On POSIX systems, the machine type is determined by calling [`uname(3)`](https://linux.die.net/man/3/uname). On Windows, `RtlGetVersion()` is used, and if it is not + * available, `GetVersionExW()` will be used. See [https://en.wikipedia.org/wiki/Uname#Examples](https://en.wikipedia.org/wiki/Uname#Examples) for more information. + * @since v18.9.0, v16.18.0 + */ + function machine(): string; + /** + * Returns the operating system's default directory for temporary files as a + * string. + * @since v0.9.9 + */ + function tmpdir(): string; + /** + * Returns a string identifying the endianness of the CPU for which the Node.js + * binary was compiled. + * + * Possible values are `'BE'` for big endian and `'LE'` for little endian. + * @since v0.9.4 + */ + function endianness(): "BE" | "LE"; + /** + * Returns the scheduling priority for the process specified by `pid`. If `pid` is + * not provided or is `0`, the priority of the current process is returned. + * @since v10.10.0 + * @param [pid=0] The process ID to retrieve scheduling priority for. + */ + function getPriority(pid?: number): number; + /** + * Attempts to set the scheduling priority for the process specified by `pid`. If `pid` is not provided or is `0`, the process ID of the current process is used. + * + * The `priority` input must be an integer between `-20` (high priority) and `19` (low priority). Due to differences between Unix priority levels and Windows + * priority classes, `priority` is mapped to one of six priority constants in `os.constants.priority`. When retrieving a process priority level, this range + * mapping may cause the return value to be slightly different on Windows. To avoid + * confusion, set `priority` to one of the priority constants. + * + * On Windows, setting priority to `PRIORITY_HIGHEST` requires elevated user + * privileges. Otherwise the set priority will be silently reduced to `PRIORITY_HIGH`. + * @since v10.10.0 + * @param [pid=0] The process ID to set scheduling priority for. + * @param priority The scheduling priority to assign to the process. + */ + function setPriority(priority: number): void; + function setPriority(pid: number, priority: number): void; +} +declare module "node:os" { + export * from "os"; +} diff --git a/server/node_modules/@types/node/package.json b/server/node_modules/@types/node/package.json new file mode 100644 index 000000000..8959fd662 --- /dev/null +++ b/server/node_modules/@types/node/package.json @@ -0,0 +1,220 @@ +{ + "name": "@types/node", + "version": "22.13.11", + "description": "TypeScript definitions for node", + "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node", + "license": "MIT", + "contributors": [ + { + "name": "Microsoft TypeScript", + "githubUsername": "Microsoft", + "url": "https://github.com/Microsoft" + }, + { + "name": "Alberto Schiabel", + "githubUsername": "jkomyno", + "url": "https://github.com/jkomyno" + }, + { + "name": "Alvis HT Tang", + "githubUsername": "alvis", + "url": "https://github.com/alvis" + }, + { + "name": "Andrew Makarov", + "githubUsername": "r3nya", + "url": "https://github.com/r3nya" + }, + { + "name": "Benjamin Toueg", + "githubUsername": "btoueg", + "url": "https://github.com/btoueg" + }, + { + "name": "Chigozirim C.", + "githubUsername": "smac89", + "url": "https://github.com/smac89" + }, + { + "name": "David Junger", + "githubUsername": "touffy", + "url": "https://github.com/touffy" + }, + { + "name": "Deividas Bakanas", + "githubUsername": "DeividasBakanas", + "url": "https://github.com/DeividasBakanas" + }, + { + "name": "Eugene Y. Q. Shen", + "githubUsername": "eyqs", + "url": "https://github.com/eyqs" + }, + { + "name": "Hannes Magnusson", + "githubUsername": "Hannes-Magnusson-CK", + "url": "https://github.com/Hannes-Magnusson-CK" + }, + { + "name": "Huw", + "githubUsername": "hoo29", + "url": "https://github.com/hoo29" + }, + { + "name": "Kelvin Jin", + "githubUsername": "kjin", + "url": "https://github.com/kjin" + }, + { + "name": "Klaus Meinhardt", + "githubUsername": "ajafff", + "url": "https://github.com/ajafff" + }, + { + "name": "Lishude", + "githubUsername": "islishude", + "url": "https://github.com/islishude" + }, + { + "name": "Mariusz Wiktorczyk", + "githubUsername": "mwiktorczyk", + "url": "https://github.com/mwiktorczyk" + }, + { + "name": "Mohsen Azimi", + "githubUsername": "mohsen1", + "url": "https://github.com/mohsen1" + }, + { + "name": "Nikita Galkin", + "githubUsername": "galkin", + "url": "https://github.com/galkin" + }, + { + "name": "Parambir Singh", + "githubUsername": "parambirs", + "url": "https://github.com/parambirs" + }, + { + "name": "Sebastian Silbermann", + "githubUsername": "eps1lon", + "url": "https://github.com/eps1lon" + }, + { + "name": "Thomas den Hollander", + "githubUsername": "ThomasdenH", + "url": "https://github.com/ThomasdenH" + }, + { + "name": "Wilco Bakker", + "githubUsername": "WilcoBakker", + "url": "https://github.com/WilcoBakker" + }, + { + "name": "wwwy3y3", + "githubUsername": "wwwy3y3", + "url": "https://github.com/wwwy3y3" + }, + { + "name": "Samuel Ainsworth", + "githubUsername": "samuela", + "url": "https://github.com/samuela" + }, + { + "name": "Kyle Uehlein", + "githubUsername": "kuehlein", + "url": "https://github.com/kuehlein" + }, + { + "name": "Thanik Bhongbhibhat", + "githubUsername": "bhongy", + "url": "https://github.com/bhongy" + }, + { + "name": "Marcin Kopacz", + "githubUsername": "chyzwar", + "url": "https://github.com/chyzwar" + }, + { + "name": "Trivikram Kamat", + "githubUsername": "trivikr", + "url": "https://github.com/trivikr" + }, + { + "name": "Junxiao Shi", + "githubUsername": "yoursunny", + "url": "https://github.com/yoursunny" + }, + { + "name": "Ilia Baryshnikov", + "githubUsername": "qwelias", + "url": "https://github.com/qwelias" + }, + { + "name": "ExE Boss", + "githubUsername": "ExE-Boss", + "url": "https://github.com/ExE-Boss" + }, + { + "name": "Piotr Błażejewicz", + "githubUsername": "peterblazejewicz", + "url": "https://github.com/peterblazejewicz" + }, + { + "name": "Anna Henningsen", + "githubUsername": "addaleax", + "url": "https://github.com/addaleax" + }, + { + "name": "Victor Perin", + "githubUsername": "victorperin", + "url": "https://github.com/victorperin" + }, + { + "name": "NodeJS Contributors", + "githubUsername": "NodeJS", + "url": "https://github.com/NodeJS" + }, + { + "name": "Linus Unnebäck", + "githubUsername": "LinusU", + "url": "https://github.com/LinusU" + }, + { + "name": "wafuwafu13", + "githubUsername": "wafuwafu13", + "url": "https://github.com/wafuwafu13" + }, + { + "name": "Matteo Collina", + "githubUsername": "mcollina", + "url": "https://github.com/mcollina" + }, + { + "name": "Dmitry Semigradsky", + "githubUsername": "Semigradsky", + "url": "https://github.com/Semigradsky" + } + ], + "main": "", + "types": "index.d.ts", + "typesVersions": { + "<=5.6": { + "*": [ + "ts5.6/*" + ] + } + }, + "repository": { + "type": "git", + "url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", + "directory": "types/node" + }, + "scripts": {}, + "dependencies": { + "undici-types": "~6.20.0" + }, + "peerDependencies": {}, + "typesPublisherContentHash": "812d15ec68d013ee27092354d15434e7951dd8026136cfe0ae57e6d3e736802f", + "typeScriptVersion": "5.0" +} \ No newline at end of file diff --git a/server/node_modules/@types/node/path.d.ts b/server/node_modules/@types/node/path.d.ts new file mode 100644 index 000000000..25bfc802b --- /dev/null +++ b/server/node_modules/@types/node/path.d.ts @@ -0,0 +1,200 @@ +declare module "path/posix" { + import path = require("path"); + export = path; +} +declare module "path/win32" { + import path = require("path"); + export = path; +} +/** + * The `node:path` module provides utilities for working with file and directory + * paths. It can be accessed using: + * + * ```js + * import path from 'node:path'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/path.js) + */ +declare module "path" { + namespace path { + /** + * A parsed path object generated by path.parse() or consumed by path.format(). + */ + interface ParsedPath { + /** + * The root of the path such as '/' or 'c:\' + */ + root: string; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir: string; + /** + * The file name including extension (if any) such as 'index.html' + */ + base: string; + /** + * The file extension (if any) such as '.html' + */ + ext: string; + /** + * The file name without extension (if any) such as 'index' + */ + name: string; + } + interface FormatInputPathObject { + /** + * The root of the path such as '/' or 'c:\' + */ + root?: string | undefined; + /** + * The full directory path such as '/home/user/dir' or 'c:\path\dir' + */ + dir?: string | undefined; + /** + * The file name including extension (if any) such as 'index.html' + */ + base?: string | undefined; + /** + * The file extension (if any) such as '.html' + */ + ext?: string | undefined; + /** + * The file name without extension (if any) such as 'index' + */ + name?: string | undefined; + } + interface PlatformPath { + /** + * Normalize a string path, reducing '..' and '.' parts. + * When multiple slashes are found, they're replaced by a single one; when the path contains a trailing slash, it is preserved. On Windows backslashes are used. + * + * @param path string path to normalize. + * @throws {TypeError} if `path` is not a string. + */ + normalize(path: string): string; + /** + * Join all arguments together and normalize the resulting path. + * + * @param paths paths to join. + * @throws {TypeError} if any of the path segments is not a string. + */ + join(...paths: string[]): string; + /** + * The right-most parameter is considered {to}. Other parameters are considered an array of {from}. + * + * Starting from leftmost {from} parameter, resolves {to} to an absolute path. + * + * If {to} isn't already absolute, {from} arguments are prepended in right to left order, + * until an absolute path is found. If after using all {from} paths still no absolute path is found, + * the current working directory is used as well. The resulting path is normalized, + * and trailing slashes are removed unless the path gets resolved to the root directory. + * + * @param paths A sequence of paths or path segments. + * @throws {TypeError} if any of the arguments is not a string. + */ + resolve(...paths: string[]): string; + /** + * The `path.matchesGlob()` method determines if `path` matches the `pattern`. + * @param path The path to glob-match against. + * @param pattern The glob to check the path against. + * @returns Whether or not the `path` matched the `pattern`. + * @throws {TypeError} if `path` or `pattern` are not strings. + * @since v22.5.0 + */ + matchesGlob(path: string, pattern: string): boolean; + /** + * Determines whether {path} is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. + * + * If the given {path} is a zero-length string, `false` will be returned. + * + * @param path path to test. + * @throws {TypeError} if `path` is not a string. + */ + isAbsolute(path: string): boolean; + /** + * Solve the relative path from {from} to {to} based on the current working directory. + * At times we have two absolute paths, and we need to derive the relative path from one to the other. This is actually the reverse transform of path.resolve. + * + * @throws {TypeError} if either `from` or `to` is not a string. + */ + relative(from: string, to: string): string; + /** + * Return the directory name of a path. Similar to the Unix dirname command. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + dirname(path: string): string; + /** + * Return the last portion of a path. Similar to the Unix basename command. + * Often used to extract the file name from a fully qualified path. + * + * @param path the path to evaluate. + * @param suffix optionally, an extension to remove from the result. + * @throws {TypeError} if `path` is not a string or if `ext` is given and is not a string. + */ + basename(path: string, suffix?: string): string; + /** + * Return the extension of the path, from the last '.' to end of string in the last portion of the path. + * If there is no '.' in the last portion of the path or the first character of it is '.', then it returns an empty string. + * + * @param path the path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + extname(path: string): string; + /** + * The platform-specific file separator. '\\' or '/'. + */ + readonly sep: "\\" | "/"; + /** + * The platform-specific file delimiter. ';' or ':'. + */ + readonly delimiter: ";" | ":"; + /** + * Returns an object from a path string - the opposite of format(). + * + * @param path path to evaluate. + * @throws {TypeError} if `path` is not a string. + */ + parse(path: string): ParsedPath; + /** + * Returns a path string from an object - the opposite of parse(). + * + * @param pathObject path to evaluate. + */ + format(pathObject: FormatInputPathObject): string; + /** + * On Windows systems only, returns an equivalent namespace-prefixed path for the given path. + * If path is not a string, path will be returned without modifications. + * This method is meaningful only on Windows system. + * On POSIX systems, the method is non-operational and always returns path without modifications. + */ + toNamespacedPath(path: string): string; + /** + * Posix specific pathing. + * Same as parent object on posix. + */ + readonly posix: PlatformPath; + /** + * Windows specific pathing. + * Same as parent object on windows + */ + readonly win32: PlatformPath; + } + } + const path: path.PlatformPath; + export = path; +} +declare module "node:path" { + import path = require("path"); + export = path; +} +declare module "node:path/posix" { + import path = require("path/posix"); + export = path; +} +declare module "node:path/win32" { + import path = require("path/win32"); + export = path; +} diff --git a/server/node_modules/@types/node/perf_hooks.d.ts b/server/node_modules/@types/node/perf_hooks.d.ts new file mode 100644 index 000000000..8d6cdeec4 --- /dev/null +++ b/server/node_modules/@types/node/perf_hooks.d.ts @@ -0,0 +1,970 @@ +/** + * This module provides an implementation of a subset of the W3C [Web Performance APIs](https://w3c.github.io/perf-timing-primer/) as well as additional APIs for + * Node.js-specific performance measurements. + * + * Node.js supports the following [Web Performance APIs](https://w3c.github.io/perf-timing-primer/): + * + * * [High Resolution Time](https://www.w3.org/TR/hr-time-2) + * * [Performance Timeline](https://w3c.github.io/performance-timeline/) + * * [User Timing](https://www.w3.org/TR/user-timing/) + * * [Resource Timing](https://www.w3.org/TR/resource-timing-2/) + * + * ```js + * import { PerformanceObserver, performance } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((items) => { + * console.log(items.getEntries()[0].duration); + * performance.clearMarks(); + * }); + * obs.observe({ type: 'measure' }); + * performance.measure('Start to Now'); + * + * performance.mark('A'); + * doSomeLongRunningProcess(() => { + * performance.measure('A to Now', 'A'); + * + * performance.mark('B'); + * performance.measure('A to B', 'A', 'B'); + * }); + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/perf_hooks.js) + */ +declare module "perf_hooks" { + import { AsyncResource } from "node:async_hooks"; + type EntryType = + | "dns" // Node.js only + | "function" // Node.js only + | "gc" // Node.js only + | "http2" // Node.js only + | "http" // Node.js only + | "mark" // available on the Web + | "measure" // available on the Web + | "net" // Node.js only + | "node" // Node.js only + | "resource"; // available on the Web + interface NodeGCPerformanceDetail { + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.kind` property identifies + * the type of garbage collection operation that occurred. + * See perf_hooks.constants for valid values. + */ + readonly kind?: number | undefined; + /** + * When `performanceEntry.entryType` is equal to 'gc', the `performance.flags` + * property contains additional information about garbage collection operation. + * See perf_hooks.constants for valid values. + */ + readonly flags?: number | undefined; + } + /** + * The constructor of this class is not exposed to users directly. + * @since v8.5.0 + */ + class PerformanceEntry { + protected constructor(); + /** + * The total number of milliseconds elapsed for this entry. This value will not + * be meaningful for all Performance Entry types. + * @since v8.5.0 + */ + readonly duration: number; + /** + * The name of the performance entry. + * @since v8.5.0 + */ + readonly name: string; + /** + * The high resolution millisecond timestamp marking the starting time of the + * Performance Entry. + * @since v8.5.0 + */ + readonly startTime: number; + /** + * The type of the performance entry. It may be one of: + * + * * `'node'` (Node.js only) + * * `'mark'` (available on the Web) + * * `'measure'` (available on the Web) + * * `'gc'` (Node.js only) + * * `'function'` (Node.js only) + * * `'http2'` (Node.js only) + * * `'http'` (Node.js only) + * @since v8.5.0 + */ + readonly entryType: EntryType; + /** + * Additional detail specific to the `entryType`. + * @since v16.0.0 + */ + readonly detail?: NodeGCPerformanceDetail | unknown | undefined; // TODO: Narrow this based on entry type. + toJSON(): any; + } + /** + * Exposes marks created via the `Performance.mark()` method. + * @since v18.2.0, v16.17.0 + */ + class PerformanceMark extends PerformanceEntry { + readonly duration: 0; + readonly entryType: "mark"; + } + /** + * Exposes measures created via the `Performance.measure()` method. + * + * The constructor of this class is not exposed to users directly. + * @since v18.2.0, v16.17.0 + */ + class PerformanceMeasure extends PerformanceEntry { + readonly entryType: "measure"; + } + interface UVMetrics { + /** + * Number of event loop iterations. + */ + readonly loopCount: number; + /** + * Number of events that have been processed by the event handler. + */ + readonly events: number; + /** + * Number of events that were waiting to be processed when the event provider was called. + */ + readonly eventsWaiting: number; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Provides timing details for Node.js itself. The constructor of this class + * is not exposed to users. + * @since v8.5.0 + */ + class PerformanceNodeTiming extends PerformanceEntry { + readonly entryType: "node"; + /** + * The high resolution millisecond timestamp at which the Node.js process + * completed bootstrapping. If bootstrapping has not yet finished, the property + * has the value of -1. + * @since v8.5.0 + */ + readonly bootstrapComplete: number; + /** + * The high resolution millisecond timestamp at which the Node.js environment was + * initialized. + * @since v8.5.0 + */ + readonly environment: number; + /** + * The high resolution millisecond timestamp of the amount of time the event loop + * has been idle within the event loop's event provider (e.g. `epoll_wait`). This + * does not take CPU usage into consideration. If the event loop has not yet + * started (e.g., in the first tick of the main script), the property has the + * value of 0. + * @since v14.10.0, v12.19.0 + */ + readonly idleTime: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * exited. If the event loop has not yet exited, the property has the value of -1\. + * It can only have a value of not -1 in a handler of the `'exit'` event. + * @since v8.5.0 + */ + readonly loopExit: number; + /** + * The high resolution millisecond timestamp at which the Node.js event loop + * started. If the event loop has not yet started (e.g., in the first tick of the + * main script), the property has the value of -1. + * @since v8.5.0 + */ + readonly loopStart: number; + /** + * The high resolution millisecond timestamp at which the Node.js process was initialized. + * @since v8.5.0 + */ + readonly nodeStart: number; + /** + * This is a wrapper to the `uv_metrics_info` function. + * It returns the current set of event loop metrics. + * + * It is recommended to use this property inside a function whose execution was + * scheduled using `setImmediate` to avoid collecting metrics before finishing all + * operations scheduled during the current loop iteration. + * @since v22.8.0, v20.18.0 + */ + readonly uvMetricsInfo: UVMetrics; + /** + * The high resolution millisecond timestamp at which the V8 platform was + * initialized. + * @since v8.5.0 + */ + readonly v8Start: number; + } + interface EventLoopUtilization { + idle: number; + active: number; + utilization: number; + } + /** + * @param utilization1 The result of a previous call to `eventLoopUtilization()`. + * @param utilization2 The result of a previous call to `eventLoopUtilization()` prior to `utilization1`. + */ + type EventLoopUtilityFunction = ( + utilization1?: EventLoopUtilization, + utilization2?: EventLoopUtilization, + ) => EventLoopUtilization; + interface MarkOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * An optional timestamp to be used as the mark time. + * @default `performance.now()` + */ + startTime?: number | undefined; + } + interface MeasureOptions { + /** + * Additional optional detail to include with the mark. + */ + detail?: unknown | undefined; + /** + * Duration between start and end times. + */ + duration?: number | undefined; + /** + * Timestamp to be used as the end time, or a string identifying a previously recorded mark. + */ + end?: number | string | undefined; + /** + * Timestamp to be used as the start time, or a string identifying a previously recorded mark. + */ + start?: number | string | undefined; + } + interface TimerifyOptions { + /** + * A histogram object created using `perf_hooks.createHistogram()` that will record runtime + * durations in nanoseconds. + */ + histogram?: RecordableHistogram | undefined; + } + interface Performance { + /** + * If `name` is not provided, removes all `PerformanceMark` objects from the Performance Timeline. + * If `name` is provided, removes only the named mark. + * @since v8.5.0 + */ + clearMarks(name?: string): void; + /** + * If `name` is not provided, removes all `PerformanceMeasure` objects from the Performance Timeline. + * If `name` is provided, removes only the named measure. + * @since v16.7.0 + */ + clearMeasures(name?: string): void; + /** + * If `name` is not provided, removes all `PerformanceResourceTiming` objects from the Resource Timeline. + * If `name` is provided, removes only the named resource. + * @since v18.2.0, v16.17.0 + */ + clearResourceTimings(name?: string): void; + /** + * eventLoopUtilization is similar to CPU utilization except that it is calculated using high precision wall-clock time. + * It represents the percentage of time the event loop has spent outside the event loop's event provider (e.g. epoll_wait). + * No other CPU idle time is taken into consideration. + */ + eventLoopUtilization: EventLoopUtilityFunction; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime`. + * If you are only interested in performance entries of certain types or that have certain names, see + * `performance.getEntriesByType()` and `performance.getEntriesByName()`. + * @since v16.7.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.name` is equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to `type`. + * @param name + * @param type + * @since v16.7.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order with respect to `performanceEntry.startTime` + * whose `performanceEntry.entryType` is equal to `type`. + * @param type + * @since v16.7.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + /** + * Creates a new `PerformanceMark` entry in the Performance Timeline. + * A `PerformanceMark` is a subclass of `PerformanceEntry` whose `performanceEntry.entryType` is always `'mark'`, + * and whose `performanceEntry.duration` is always `0`. + * Performance marks are used to mark specific significant moments in the Performance Timeline. + * + * The created `PerformanceMark` entry is put in the global Performance Timeline and can be queried with + * `performance.getEntries`, `performance.getEntriesByName`, and `performance.getEntriesByType`. When the observation is + * performed, the entries should be cleared from the global Performance Timeline manually with `performance.clearMarks`. + * @param name + */ + mark(name: string, options?: MarkOptions): PerformanceMark; + /** + * Creates a new `PerformanceResourceTiming` entry in the Resource Timeline. + * A `PerformanceResourceTiming` is a subclass of `PerformanceEntry` whose `performanceEntry.entryType` is always `'resource'`. + * Performance resources are used to mark moments in the Resource Timeline. + * @param timingInfo [Fetch Timing Info](https://fetch.spec.whatwg.org/#fetch-timing-info) + * @param requestedUrl The resource url + * @param initiatorType The initiator name, e.g: 'fetch' + * @param global + * @param cacheMode The cache mode must be an empty string ('') or 'local' + * @param bodyInfo [Fetch Response Body Info](https://fetch.spec.whatwg.org/#response-body-info) + * @param responseStatus The response's status code + * @param deliveryType The delivery type. Default: ''. + * @since v18.2.0, v16.17.0 + */ + markResourceTiming( + timingInfo: object, + requestedUrl: string, + initiatorType: string, + global: object, + cacheMode: "" | "local", + bodyInfo: object, + responseStatus: number, + deliveryType?: string, + ): PerformanceResourceTiming; + /** + * Creates a new PerformanceMeasure entry in the Performance Timeline. + * A PerformanceMeasure is a subclass of PerformanceEntry whose performanceEntry.entryType is always 'measure', + * and whose performanceEntry.duration measures the number of milliseconds elapsed since startMark and endMark. + * + * The startMark argument may identify any existing PerformanceMark in the the Performance Timeline, or may identify + * any of the timestamp properties provided by the PerformanceNodeTiming class. If the named startMark does not exist, + * then startMark is set to timeOrigin by default. + * + * The endMark argument must identify any existing PerformanceMark in the the Performance Timeline or any of the timestamp + * properties provided by the PerformanceNodeTiming class. If the named endMark does not exist, an error will be thrown. + * @param name + * @param startMark + * @param endMark + * @return The PerformanceMeasure entry that was created + */ + measure(name: string, startMark?: string, endMark?: string): PerformanceMeasure; + measure(name: string, options: MeasureOptions): PerformanceMeasure; + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * An instance of the `PerformanceNodeTiming` class that provides performance metrics for specific Node.js operational milestones. + * @since v8.5.0 + */ + readonly nodeTiming: PerformanceNodeTiming; + /** + * Returns the current high resolution millisecond timestamp, where 0 represents the start of the current `node` process. + * @since v8.5.0 + */ + now(): number; + /** + * Sets the global performance resource timing buffer size to the specified number of "resource" type performance entry objects. + * + * By default the max buffer size is set to 250. + * @since v18.8.0 + */ + setResourceTimingBufferSize(maxSize: number): void; + /** + * The [`timeOrigin`](https://w3c.github.io/hr-time/#dom-performance-timeorigin) specifies the high resolution millisecond timestamp + * at which the current `node` process began, measured in Unix time. + * @since v8.5.0 + */ + readonly timeOrigin: number; + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Wraps a function within a new function that measures the running time of the wrapped function. + * A `PerformanceObserver` must be subscribed to the `'function'` event type in order for the timing details to be accessed. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * function someFunction() { + * console.log('hello world'); + * } + * + * const wrapped = performance.timerify(someFunction); + * + * const obs = new PerformanceObserver((list) => { + * console.log(list.getEntries()[0].duration); + * + * performance.clearMarks(); + * performance.clearMeasures(); + * obs.disconnect(); + * }); + * obs.observe({ entryTypes: ['function'] }); + * + * // A performance timeline entry will be created + * wrapped(); + * ``` + * + * If the wrapped function returns a promise, a finally handler will be attached to the promise and the duration will be reported + * once the finally handler is invoked. + * @param fn + */ + timerify any>(fn: T, options?: TimerifyOptions): T; + /** + * An object which is JSON representation of the performance object. It is similar to + * [`window.performance.toJSON`](https://developer.mozilla.org/en-US/docs/Web/API/Performance/toJSON) in browsers. + * @since v16.1.0 + */ + toJSON(): any; + } + class PerformanceObserverEntryList { + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntries()); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 81.465639, + * * duration: 0, + * * detail: null + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 81.860064, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntries(): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.name` is + * equal to `name`, and optionally, whose `performanceEntry.entryType` is equal to`type`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByName('meow')); + * + * * [ + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 98.545991, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('nope')); // [] + * + * console.log(perfObserverList.getEntriesByName('test', 'mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 63.518931, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * console.log(perfObserverList.getEntriesByName('test', 'measure')); // [] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ entryTypes: ['mark', 'measure'] }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByName(name: string, type?: EntryType): PerformanceEntry[]; + /** + * Returns a list of `PerformanceEntry` objects in chronological order + * with respect to `performanceEntry.startTime` whose `performanceEntry.entryType` is equal to `type`. + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((perfObserverList, observer) => { + * console.log(perfObserverList.getEntriesByType('mark')); + * + * * [ + * * PerformanceEntry { + * * name: 'test', + * * entryType: 'mark', + * * startTime: 55.897834, + * * duration: 0, + * * detail: null + * * }, + * * PerformanceEntry { + * * name: 'meow', + * * entryType: 'mark', + * * startTime: 56.350146, + * * duration: 0, + * * detail: null + * * } + * * ] + * + * performance.clearMarks(); + * performance.clearMeasures(); + * observer.disconnect(); + * }); + * obs.observe({ type: 'mark' }); + * + * performance.mark('test'); + * performance.mark('meow'); + * ``` + * @since v8.5.0 + */ + getEntriesByType(type: EntryType): PerformanceEntry[]; + } + type PerformanceObserverCallback = (list: PerformanceObserverEntryList, observer: PerformanceObserver) => void; + /** + * @since v8.5.0 + */ + class PerformanceObserver extends AsyncResource { + constructor(callback: PerformanceObserverCallback); + /** + * Disconnects the `PerformanceObserver` instance from all notifications. + * @since v8.5.0 + */ + disconnect(): void; + /** + * Subscribes the `PerformanceObserver` instance to notifications of new `PerformanceEntry` instances identified either by `options.entryTypes` or `options.type`: + * + * ```js + * import { + * performance, + * PerformanceObserver, + * } from 'node:perf_hooks'; + * + * const obs = new PerformanceObserver((list, observer) => { + * // Called once asynchronously. `list` contains three items. + * }); + * obs.observe({ type: 'mark' }); + * + * for (let n = 0; n < 3; n++) + * performance.mark(`test${n}`); + * ``` + * @since v8.5.0 + */ + observe( + options: + | { + entryTypes: readonly EntryType[]; + buffered?: boolean | undefined; + } + | { + type: EntryType; + buffered?: boolean | undefined; + }, + ): void; + /** + * @since v16.0.0 + * @returns Current list of entries stored in the performance observer, emptying it out. + */ + takeRecords(): PerformanceEntry[]; + } + /** + * Provides detailed network timing data regarding the loading of an application's resources. + * + * The constructor of this class is not exposed to users directly. + * @since v18.2.0, v16.17.0 + */ + class PerformanceResourceTiming extends PerformanceEntry { + readonly entryType: "resource"; + protected constructor(); + /** + * The high resolution millisecond timestamp at immediately before dispatching the `fetch` + * request. If the resource is not intercepted by a worker the property will always return 0. + * @since v18.2.0, v16.17.0 + */ + readonly workerStart: number; + /** + * The high resolution millisecond timestamp that represents the start time of the fetch which + * initiates the redirect. + * @since v18.2.0, v16.17.0 + */ + readonly redirectStart: number; + /** + * The high resolution millisecond timestamp that will be created immediately after receiving + * the last byte of the response of the last redirect. + * @since v18.2.0, v16.17.0 + */ + readonly redirectEnd: number; + /** + * The high resolution millisecond timestamp immediately before the Node.js starts to fetch the resource. + * @since v18.2.0, v16.17.0 + */ + readonly fetchStart: number; + /** + * The high resolution millisecond timestamp immediately before the Node.js starts the domain name lookup + * for the resource. + * @since v18.2.0, v16.17.0 + */ + readonly domainLookupStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after the Node.js finished + * the domain name lookup for the resource. + * @since v18.2.0, v16.17.0 + */ + readonly domainLookupEnd: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js starts to + * establish the connection to the server to retrieve the resource. + * @since v18.2.0, v16.17.0 + */ + readonly connectStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after Node.js finishes + * establishing the connection to the server to retrieve the resource. + * @since v18.2.0, v16.17.0 + */ + readonly connectEnd: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js starts the + * handshake process to secure the current connection. + * @since v18.2.0, v16.17.0 + */ + readonly secureConnectionStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately before Node.js receives the + * first byte of the response from the server. + * @since v18.2.0, v16.17.0 + */ + readonly requestStart: number; + /** + * The high resolution millisecond timestamp representing the time immediately after Node.js receives the + * last byte of the resource or immediately before the transport connection is closed, whichever comes first. + * @since v18.2.0, v16.17.0 + */ + readonly responseEnd: number; + /** + * A number representing the size (in octets) of the fetched resource. The size includes the response header + * fields plus the response payload body. + * @since v18.2.0, v16.17.0 + */ + readonly transferSize: number; + /** + * A number representing the size (in octets) received from the fetch (HTTP or cache), of the payload body, before + * removing any applied content-codings. + * @since v18.2.0, v16.17.0 + */ + readonly encodedBodySize: number; + /** + * A number representing the size (in octets) received from the fetch (HTTP or cache), of the message body, after + * removing any applied content-codings. + * @since v18.2.0, v16.17.0 + */ + readonly decodedBodySize: number; + /** + * Returns a `object` that is the JSON representation of the `PerformanceResourceTiming` object + * @since v18.2.0, v16.17.0 + */ + toJSON(): any; + } + namespace constants { + const NODE_PERFORMANCE_GC_MAJOR: number; + const NODE_PERFORMANCE_GC_MINOR: number; + const NODE_PERFORMANCE_GC_INCREMENTAL: number; + const NODE_PERFORMANCE_GC_WEAKCB: number; + const NODE_PERFORMANCE_GC_FLAGS_NO: number; + const NODE_PERFORMANCE_GC_FLAGS_CONSTRUCT_RETAINED: number; + const NODE_PERFORMANCE_GC_FLAGS_FORCED: number; + const NODE_PERFORMANCE_GC_FLAGS_SYNCHRONOUS_PHANTOM_PROCESSING: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_AVAILABLE_GARBAGE: number; + const NODE_PERFORMANCE_GC_FLAGS_ALL_EXTERNAL_MEMORY: number; + const NODE_PERFORMANCE_GC_FLAGS_SCHEDULE_IDLE: number; + } + const performance: Performance; + interface EventLoopMonitorOptions { + /** + * The sampling rate in milliseconds. + * Must be greater than zero. + * @default 10 + */ + resolution?: number | undefined; + } + interface Histogram { + /** + * The number of samples recorded by the histogram. + * @since v17.4.0, v16.14.0 + */ + readonly count: number; + /** + * The number of samples recorded by the histogram. + * v17.4.0, v16.14.0 + */ + readonly countBigInt: bigint; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event + * loop delay threshold. + * @since v11.10.0 + */ + readonly exceeds: number; + /** + * The number of times the event loop delay exceeded the maximum 1 hour event loop delay threshold. + * @since v17.4.0, v16.14.0 + */ + readonly exceedsBigInt: bigint; + /** + * The maximum recorded event loop delay. + * @since v11.10.0 + */ + readonly max: number; + /** + * The maximum recorded event loop delay. + * v17.4.0, v16.14.0 + */ + readonly maxBigInt: number; + /** + * The mean of the recorded event loop delays. + * @since v11.10.0 + */ + readonly mean: number; + /** + * The minimum recorded event loop delay. + * @since v11.10.0 + */ + readonly min: number; + /** + * The minimum recorded event loop delay. + * v17.4.0, v16.14.0 + */ + readonly minBigInt: bigint; + /** + * Returns the value at the given percentile. + * @since v11.10.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentile(percentile: number): number; + /** + * Returns the value at the given percentile. + * @since v17.4.0, v16.14.0 + * @param percentile A percentile value in the range (0, 100]. + */ + percentileBigInt(percentile: number): bigint; + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v11.10.0 + */ + readonly percentiles: Map; + /** + * Returns a `Map` object detailing the accumulated percentile distribution. + * @since v17.4.0, v16.14.0 + */ + readonly percentilesBigInt: Map; + /** + * Resets the collected histogram data. + * @since v11.10.0 + */ + reset(): void; + /** + * The standard deviation of the recorded event loop delays. + * @since v11.10.0 + */ + readonly stddev: number; + } + interface IntervalHistogram extends Histogram { + /** + * Enables the update interval timer. Returns `true` if the timer was + * started, `false` if it was already started. + * @since v11.10.0 + */ + enable(): boolean; + /** + * Disables the update interval timer. Returns `true` if the timer was + * stopped, `false` if it was already stopped. + * @since v11.10.0 + */ + disable(): boolean; + } + interface RecordableHistogram extends Histogram { + /** + * @since v15.9.0, v14.18.0 + * @param val The amount to record in the histogram. + */ + record(val: number | bigint): void; + /** + * Calculates the amount of time (in nanoseconds) that has passed since the + * previous call to `recordDelta()` and records that amount in the histogram. + * @since v15.9.0, v14.18.0 + */ + recordDelta(): void; + /** + * Adds the values from `other` to this histogram. + * @since v17.4.0, v16.14.0 + */ + add(other: RecordableHistogram): void; + } + /** + * _This property is an extension by Node.js. It is not available in Web browsers._ + * + * Creates an `IntervalHistogram` object that samples and reports the event loop + * delay over time. The delays will be reported in nanoseconds. + * + * Using a timer to detect approximate event loop delay works because the + * execution of timers is tied specifically to the lifecycle of the libuv + * event loop. That is, a delay in the loop will cause a delay in the execution + * of the timer, and those delays are specifically what this API is intended to + * detect. + * + * ```js + * import { monitorEventLoopDelay } from 'node:perf_hooks'; + * const h = monitorEventLoopDelay({ resolution: 20 }); + * h.enable(); + * // Do something. + * h.disable(); + * console.log(h.min); + * console.log(h.max); + * console.log(h.mean); + * console.log(h.stddev); + * console.log(h.percentiles); + * console.log(h.percentile(50)); + * console.log(h.percentile(99)); + * ``` + * @since v11.10.0 + */ + function monitorEventLoopDelay(options?: EventLoopMonitorOptions): IntervalHistogram; + interface CreateHistogramOptions { + /** + * The minimum recordable value. Must be an integer value greater than 0. + * @default 1 + */ + min?: number | bigint | undefined; + /** + * The maximum recordable value. Must be an integer value greater than min. + * @default Number.MAX_SAFE_INTEGER + */ + max?: number | bigint | undefined; + /** + * The number of accuracy digits. Must be a number between 1 and 5. + * @default 3 + */ + figures?: number | undefined; + } + /** + * Returns a `RecordableHistogram`. + * @since v15.9.0, v14.18.0 + */ + function createHistogram(options?: CreateHistogramOptions): RecordableHistogram; + import { + performance as _performance, + PerformanceEntry as _PerformanceEntry, + PerformanceMark as _PerformanceMark, + PerformanceMeasure as _PerformanceMeasure, + PerformanceObserver as _PerformanceObserver, + PerformanceObserverEntryList as _PerformanceObserverEntryList, + PerformanceResourceTiming as _PerformanceResourceTiming, + } from "perf_hooks"; + global { + /** + * `PerformanceEntry` is a global reference for `import { PerformanceEntry } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceentry + * @since v19.0.0 + */ + var PerformanceEntry: typeof globalThis extends { + onmessage: any; + PerformanceEntry: infer T; + } ? T + : typeof _PerformanceEntry; + /** + * `PerformanceMark` is a global reference for `import { PerformanceMark } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemark + * @since v19.0.0 + */ + var PerformanceMark: typeof globalThis extends { + onmessage: any; + PerformanceMark: infer T; + } ? T + : typeof _PerformanceMark; + /** + * `PerformanceMeasure` is a global reference for `import { PerformanceMeasure } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performancemeasure + * @since v19.0.0 + */ + var PerformanceMeasure: typeof globalThis extends { + onmessage: any; + PerformanceMeasure: infer T; + } ? T + : typeof _PerformanceMeasure; + /** + * `PerformanceObserver` is a global reference for `import { PerformanceObserver } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceobserver + * @since v19.0.0 + */ + var PerformanceObserver: typeof globalThis extends { + onmessage: any; + PerformanceObserver: infer T; + } ? T + : typeof _PerformanceObserver; + /** + * `PerformanceObserverEntryList` is a global reference for `import { PerformanceObserverEntryList } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceobserverentrylist + * @since v19.0.0 + */ + var PerformanceObserverEntryList: typeof globalThis extends { + onmessage: any; + PerformanceObserverEntryList: infer T; + } ? T + : typeof _PerformanceObserverEntryList; + /** + * `PerformanceResourceTiming` is a global reference for `import { PerformanceResourceTiming } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performanceresourcetiming + * @since v19.0.0 + */ + var PerformanceResourceTiming: typeof globalThis extends { + onmessage: any; + PerformanceResourceTiming: infer T; + } ? T + : typeof _PerformanceResourceTiming; + /** + * `performance` is a global reference for `import { performance } from 'node:perf_hooks'` + * @see https://nodejs.org/docs/latest-v22.x/api/globals.html#performance + * @since v16.0.0 + */ + var performance: typeof globalThis extends { + onmessage: any; + performance: infer T; + } ? T + : typeof _performance; + } +} +declare module "node:perf_hooks" { + export * from "perf_hooks"; +} diff --git a/server/node_modules/@types/node/process.d.ts b/server/node_modules/@types/node/process.d.ts new file mode 100644 index 000000000..c7225eb66 --- /dev/null +++ b/server/node_modules/@types/node/process.d.ts @@ -0,0 +1,2013 @@ +declare module "process" { + import * as tty from "node:tty"; + import { Worker } from "node:worker_threads"; + + interface BuiltInModule { + "assert": typeof import("assert"); + "node:assert": typeof import("node:assert"); + "assert/strict": typeof import("assert/strict"); + "node:assert/strict": typeof import("node:assert/strict"); + "async_hooks": typeof import("async_hooks"); + "node:async_hooks": typeof import("node:async_hooks"); + "buffer": typeof import("buffer"); + "node:buffer": typeof import("node:buffer"); + "child_process": typeof import("child_process"); + "node:child_process": typeof import("node:child_process"); + "cluster": typeof import("cluster"); + "node:cluster": typeof import("node:cluster"); + "console": typeof import("console"); + "node:console": typeof import("node:console"); + "constants": typeof import("constants"); + "node:constants": typeof import("node:constants"); + "crypto": typeof import("crypto"); + "node:crypto": typeof import("node:crypto"); + "dgram": typeof import("dgram"); + "node:dgram": typeof import("node:dgram"); + "diagnostics_channel": typeof import("diagnostics_channel"); + "node:diagnostics_channel": typeof import("node:diagnostics_channel"); + "dns": typeof import("dns"); + "node:dns": typeof import("node:dns"); + "dns/promises": typeof import("dns/promises"); + "node:dns/promises": typeof import("node:dns/promises"); + "domain": typeof import("domain"); + "node:domain": typeof import("node:domain"); + "events": typeof import("events"); + "node:events": typeof import("node:events"); + "fs": typeof import("fs"); + "node:fs": typeof import("node:fs"); + "fs/promises": typeof import("fs/promises"); + "node:fs/promises": typeof import("node:fs/promises"); + "http": typeof import("http"); + "node:http": typeof import("node:http"); + "http2": typeof import("http2"); + "node:http2": typeof import("node:http2"); + "https": typeof import("https"); + "node:https": typeof import("node:https"); + "inspector": typeof import("inspector"); + "node:inspector": typeof import("node:inspector"); + "inspector/promises": typeof import("inspector/promises"); + "node:inspector/promises": typeof import("node:inspector/promises"); + "module": typeof import("module"); + "node:module": typeof import("node:module"); + "net": typeof import("net"); + "node:net": typeof import("node:net"); + "os": typeof import("os"); + "node:os": typeof import("node:os"); + "path": typeof import("path"); + "node:path": typeof import("node:path"); + "path/posix": typeof import("path/posix"); + "node:path/posix": typeof import("node:path/posix"); + "path/win32": typeof import("path/win32"); + "node:path/win32": typeof import("node:path/win32"); + "perf_hooks": typeof import("perf_hooks"); + "node:perf_hooks": typeof import("node:perf_hooks"); + "process": typeof import("process"); + "node:process": typeof import("node:process"); + "punycode": typeof import("punycode"); + "node:punycode": typeof import("node:punycode"); + "querystring": typeof import("querystring"); + "node:querystring": typeof import("node:querystring"); + "readline": typeof import("readline"); + "node:readline": typeof import("node:readline"); + "readline/promises": typeof import("readline/promises"); + "node:readline/promises": typeof import("node:readline/promises"); + "repl": typeof import("repl"); + "node:repl": typeof import("node:repl"); + "node:sea": typeof import("node:sea"); + "node:sqlite": typeof import("node:sqlite"); + "stream": typeof import("stream"); + "node:stream": typeof import("node:stream"); + "stream/consumers": typeof import("stream/consumers"); + "node:stream/consumers": typeof import("node:stream/consumers"); + "stream/promises": typeof import("stream/promises"); + "node:stream/promises": typeof import("node:stream/promises"); + "stream/web": typeof import("stream/web"); + "node:stream/web": typeof import("node:stream/web"); + "string_decoder": typeof import("string_decoder"); + "node:string_decoder": typeof import("node:string_decoder"); + "node:test": typeof import("node:test"); + "node:test/reporters": typeof import("node:test/reporters"); + "timers": typeof import("timers"); + "node:timers": typeof import("node:timers"); + "timers/promises": typeof import("timers/promises"); + "node:timers/promises": typeof import("node:timers/promises"); + "tls": typeof import("tls"); + "node:tls": typeof import("node:tls"); + "trace_events": typeof import("trace_events"); + "node:trace_events": typeof import("node:trace_events"); + "tty": typeof import("tty"); + "node:tty": typeof import("node:tty"); + "url": typeof import("url"); + "node:url": typeof import("node:url"); + "util": typeof import("util"); + "node:util": typeof import("node:util"); + "sys": typeof import("util"); + "node:sys": typeof import("node:util"); + "util/types": typeof import("util/types"); + "node:util/types": typeof import("node:util/types"); + "v8": typeof import("v8"); + "node:v8": typeof import("node:v8"); + "vm": typeof import("vm"); + "node:vm": typeof import("node:vm"); + "wasi": typeof import("wasi"); + "node:wasi": typeof import("node:wasi"); + "worker_threads": typeof import("worker_threads"); + "node:worker_threads": typeof import("node:worker_threads"); + "zlib": typeof import("zlib"); + "node:zlib": typeof import("node:zlib"); + } + global { + var process: NodeJS.Process; + namespace NodeJS { + // this namespace merge is here because these are specifically used + // as the type for process.stdin, process.stdout, and process.stderr. + // they can't live in tty.d.ts because we need to disambiguate the imported name. + interface ReadStream extends tty.ReadStream {} + interface WriteStream extends tty.WriteStream {} + interface MemoryUsageFn { + /** + * The `process.memoryUsage()` method iterate over each page to gather informations about memory + * usage which can be slow depending on the program memory allocations. + */ + (): MemoryUsage; + /** + * method returns an integer representing the Resident Set Size (RSS) in bytes. + */ + rss(): number; + } + interface MemoryUsage { + /** + * Resident Set Size, is the amount of space occupied in the main memory device (that is a subset of the total allocated memory) for the + * process, including all C++ and JavaScript objects and code. + */ + rss: number; + /** + * Refers to V8's memory usage. + */ + heapTotal: number; + /** + * Refers to V8's memory usage. + */ + heapUsed: number; + external: number; + /** + * Refers to memory allocated for `ArrayBuffer`s and `SharedArrayBuffer`s, including all Node.js Buffers. This is also included + * in the external value. When Node.js is used as an embedded library, this value may be `0` because allocations for `ArrayBuffer`s + * may not be tracked in that case. + */ + arrayBuffers: number; + } + interface CpuUsage { + user: number; + system: number; + } + interface ProcessRelease { + name: string; + sourceUrl?: string | undefined; + headersUrl?: string | undefined; + libUrl?: string | undefined; + lts?: string | undefined; + } + interface ProcessFeatures { + /** + * A boolean value that is `true` if the current Node.js build is caching builtin modules. + * @since v12.0.0 + */ + readonly cached_builtins: boolean; + /** + * A boolean value that is `true` if the current Node.js build is a debug build. + * @since v0.5.5 + */ + readonly debug: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes the inspector. + * @since v11.10.0 + */ + readonly inspector: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for IPv6. + * + * Since all Node.js builds have IPv6 support, this value is always `true`. + * @since v0.5.3 + * @deprecated This property is always true, and any checks based on it are redundant. + */ + readonly ipv6: boolean; + /** + * A boolean value that is `true` if the current Node.js build supports + * [loading ECMAScript modules using `require()`](https://nodejs.org/docs/latest-v22.x/api/modules.md#loading-ecmascript-modules-using-require). + * @since v22.10.0 + */ + readonly require_module: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for TLS. + * @since v0.5.3 + */ + readonly tls: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for ALPN in TLS. + * + * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional ALPN support. + * This value is therefore identical to that of `process.features.tls`. + * @since v4.8.0 + * @deprecated Use `process.features.tls` instead. + */ + readonly tls_alpn: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for OCSP in TLS. + * + * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional OCSP support. + * This value is therefore identical to that of `process.features.tls`. + * @since v0.11.13 + * @deprecated Use `process.features.tls` instead. + */ + readonly tls_ocsp: boolean; + /** + * A boolean value that is `true` if the current Node.js build includes support for SNI in TLS. + * + * In Node.js 11.0.0 and later versions, the OpenSSL dependencies feature unconditional SNI support. + * This value is therefore identical to that of `process.features.tls`. + * @since v0.5.3 + * @deprecated Use `process.features.tls` instead. + */ + readonly tls_sni: boolean; + /** + * A value that is `"strip"` if Node.js is run with `--experimental-strip-types`, + * `"transform"` if Node.js is run with `--experimental-transform-types`, and `false` otherwise. + * @since v22.10.0 + */ + readonly typescript: "strip" | "transform" | false; + /** + * A boolean value that is `true` if the current Node.js build includes support for libuv. + * + * Since it's not possible to build Node.js without libuv, this value is always `true`. + * @since v0.5.3 + * @deprecated This property is always true, and any checks based on it are redundant. + */ + readonly uv: boolean; + } + interface ProcessVersions extends Dict { + http_parser: string; + node: string; + v8: string; + ares: string; + uv: string; + zlib: string; + modules: string; + openssl: string; + } + type Platform = + | "aix" + | "android" + | "darwin" + | "freebsd" + | "haiku" + | "linux" + | "openbsd" + | "sunos" + | "win32" + | "cygwin" + | "netbsd"; + type Architecture = + | "arm" + | "arm64" + | "ia32" + | "loong64" + | "mips" + | "mipsel" + | "ppc" + | "ppc64" + | "riscv64" + | "s390" + | "s390x" + | "x64"; + type Signals = + | "SIGABRT" + | "SIGALRM" + | "SIGBUS" + | "SIGCHLD" + | "SIGCONT" + | "SIGFPE" + | "SIGHUP" + | "SIGILL" + | "SIGINT" + | "SIGIO" + | "SIGIOT" + | "SIGKILL" + | "SIGPIPE" + | "SIGPOLL" + | "SIGPROF" + | "SIGPWR" + | "SIGQUIT" + | "SIGSEGV" + | "SIGSTKFLT" + | "SIGSTOP" + | "SIGSYS" + | "SIGTERM" + | "SIGTRAP" + | "SIGTSTP" + | "SIGTTIN" + | "SIGTTOU" + | "SIGUNUSED" + | "SIGURG" + | "SIGUSR1" + | "SIGUSR2" + | "SIGVTALRM" + | "SIGWINCH" + | "SIGXCPU" + | "SIGXFSZ" + | "SIGBREAK" + | "SIGLOST" + | "SIGINFO"; + type UncaughtExceptionOrigin = "uncaughtException" | "unhandledRejection"; + type MultipleResolveType = "resolve" | "reject"; + type BeforeExitListener = (code: number) => void; + type DisconnectListener = () => void; + type ExitListener = (code: number) => void; + type RejectionHandledListener = (promise: Promise) => void; + type UncaughtExceptionListener = (error: Error, origin: UncaughtExceptionOrigin) => void; + /** + * Most of the time the unhandledRejection will be an Error, but this should not be relied upon + * as *anything* can be thrown/rejected, it is therefore unsafe to assume that the value is an Error. + */ + type UnhandledRejectionListener = (reason: unknown, promise: Promise) => void; + type WarningListener = (warning: Error) => void; + type MessageListener = (message: unknown, sendHandle: unknown) => void; + type SignalsListener = (signal: Signals) => void; + type MultipleResolveListener = ( + type: MultipleResolveType, + promise: Promise, + value: unknown, + ) => void; + type WorkerListener = (worker: Worker) => void; + interface Socket extends ReadWriteStream { + isTTY?: true | undefined; + } + // Alias for compatibility + interface ProcessEnv extends Dict { + /** + * Can be used to change the default timezone at runtime + */ + TZ?: string; + } + interface HRTime { + /** + * This is the legacy version of {@link process.hrtime.bigint()} + * before bigint was introduced in JavaScript. + * + * The `process.hrtime()` method returns the current high-resolution real time in a `[seconds, nanoseconds]` tuple `Array`, + * where `nanoseconds` is the remaining part of the real time that can't be represented in second precision. + * + * `time` is an optional parameter that must be the result of a previous `process.hrtime()` call to diff with the current time. + * If the parameter passed in is not a tuple `Array`, a TypeError will be thrown. + * Passing in a user-defined array instead of the result of a previous call to `process.hrtime()` will lead to undefined behavior. + * + * These times are relative to an arbitrary time in the past, + * and not related to the time of day and therefore not subject to clock drift. + * The primary use is for measuring performance between intervals: + * ```js + * const { hrtime } = require('node:process'); + * const NS_PER_SEC = 1e9; + * const time = hrtime(); + * // [ 1800216, 25 ] + * + * setTimeout(() => { + * const diff = hrtime(time); + * // [ 1, 552 ] + * + * console.log(`Benchmark took ${diff[0] * NS_PER_SEC + diff[1]} nanoseconds`); + * // Benchmark took 1000000552 nanoseconds + * }, 1000); + * ``` + * @since 0.7.6 + * @legacy Use {@link process.hrtime.bigint()} instead. + * @param time The result of a previous call to `process.hrtime()` + */ + (time?: [number, number]): [number, number]; + /** + * The `bigint` version of the {@link process.hrtime()} method returning the current high-resolution real time in nanoseconds as a `bigint`. + * + * Unlike {@link process.hrtime()}, it does not support an additional time argument since the difference can just be computed directly by subtraction of the two `bigint`s. + * ```js + * import { hrtime } from 'node:process'; + * + * const start = hrtime.bigint(); + * // 191051479007711n + * + * setTimeout(() => { + * const end = hrtime.bigint(); + * // 191052633396993n + * + * console.log(`Benchmark took ${end - start} nanoseconds`); + * // Benchmark took 1154389282 nanoseconds + * }, 1000); + * ``` + * @since v10.7.0 + */ + bigint(): bigint; + } + interface ProcessPermission { + /** + * Verifies that the process is able to access the given scope and reference. + * If no reference is provided, a global scope is assumed, for instance, `process.permission.has('fs.read')` + * will check if the process has ALL file system read permissions. + * + * The reference has a meaning based on the provided scope. For example, the reference when the scope is File System means files and folders. + * + * The available scopes are: + * + * * `fs` - All File System + * * `fs.read` - File System read operations + * * `fs.write` - File System write operations + * * `child` - Child process spawning operations + * * `worker` - Worker thread spawning operation + * + * ```js + * // Check if the process has permission to read the README file + * process.permission.has('fs.read', './README.md'); + * // Check if the process has read permission operations + * process.permission.has('fs.read'); + * ``` + * @since v20.0.0 + */ + has(scope: string, reference?: string): boolean; + } + interface ProcessReport { + /** + * Write reports in a compact format, single-line JSON, more easily consumable by log processing systems + * than the default multi-line format designed for human consumption. + * @since v13.12.0, v12.17.0 + */ + compact: boolean; + /** + * Directory where the report is written. + * The default value is the empty string, indicating that reports are written to the current + * working directory of the Node.js process. + */ + directory: string; + /** + * Filename where the report is written. If set to the empty string, the output filename will be comprised + * of a timestamp, PID, and sequence number. The default value is the empty string. + */ + filename: string; + /** + * Returns a JavaScript Object representation of a diagnostic report for the running process. + * The report's JavaScript stack trace is taken from `err`, if present. + */ + getReport(err?: Error): object; + /** + * If true, a diagnostic report is generated on fatal errors, + * such as out of memory errors or failed C++ assertions. + * @default false + */ + reportOnFatalError: boolean; + /** + * If true, a diagnostic report is generated when the process + * receives the signal specified by process.report.signal. + * @default false + */ + reportOnSignal: boolean; + /** + * If true, a diagnostic report is generated on uncaught exception. + * @default false + */ + reportOnUncaughtException: boolean; + /** + * The signal used to trigger the creation of a diagnostic report. + * @default 'SIGUSR2' + */ + signal: Signals; + /** + * Writes a diagnostic report to a file. If filename is not provided, the default filename + * includes the date, time, PID, and a sequence number. + * The report's JavaScript stack trace is taken from `err`, if present. + * + * If the value of filename is set to `'stdout'` or `'stderr'`, the report is written + * to the stdout or stderr of the process respectively. + * @param fileName Name of the file where the report is written. + * This should be a relative path, that will be appended to the directory specified in + * `process.report.directory`, or the current working directory of the Node.js process, + * if unspecified. + * @param err A custom error used for reporting the JavaScript stack. + * @return Filename of the generated report. + */ + writeReport(fileName?: string, err?: Error): string; + writeReport(err?: Error): string; + } + interface ResourceUsage { + fsRead: number; + fsWrite: number; + involuntaryContextSwitches: number; + ipcReceived: number; + ipcSent: number; + majorPageFault: number; + maxRSS: number; + minorPageFault: number; + sharedMemorySize: number; + signalsCount: number; + swappedOut: number; + systemCPUTime: number; + unsharedDataSize: number; + unsharedStackSize: number; + userCPUTime: number; + voluntaryContextSwitches: number; + } + interface EmitWarningOptions { + /** + * When `warning` is a `string`, `type` is the name to use for the _type_ of warning being emitted. + * + * @default 'Warning' + */ + type?: string | undefined; + /** + * A unique identifier for the warning instance being emitted. + */ + code?: string | undefined; + /** + * When `warning` is a `string`, `ctor` is an optional function used to limit the generated stack trace. + * + * @default process.emitWarning + */ + ctor?: Function | undefined; + /** + * Additional text to include with the error. + */ + detail?: string | undefined; + } + interface ProcessConfig { + readonly target_defaults: { + readonly cflags: any[]; + readonly default_configuration: string; + readonly defines: string[]; + readonly include_dirs: string[]; + readonly libraries: string[]; + }; + readonly variables: { + readonly clang: number; + readonly host_arch: string; + readonly node_install_npm: boolean; + readonly node_install_waf: boolean; + readonly node_prefix: string; + readonly node_shared_openssl: boolean; + readonly node_shared_v8: boolean; + readonly node_shared_zlib: boolean; + readonly node_use_dtrace: boolean; + readonly node_use_etw: boolean; + readonly node_use_openssl: boolean; + readonly target_arch: string; + readonly v8_no_strict_aliasing: number; + readonly v8_use_snapshot: boolean; + readonly visibility: string; + }; + } + interface Process extends EventEmitter { + /** + * The `process.stdout` property returns a stream connected to`stdout` (fd `1`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `1` refers to a file, in which case it is + * a `Writable` stream. + * + * For example, to copy `process.stdin` to `process.stdout`: + * + * ```js + * import { stdin, stdout } from 'node:process'; + * + * stdin.pipe(stdout); + * ``` + * + * `process.stdout` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stdout: WriteStream & { + fd: 1; + }; + /** + * The `process.stderr` property returns a stream connected to`stderr` (fd `2`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `2` refers to a file, in which case it is + * a `Writable` stream. + * + * `process.stderr` differs from other Node.js streams in important ways. See `note on process I/O` for more information. + */ + stderr: WriteStream & { + fd: 2; + }; + /** + * The `process.stdin` property returns a stream connected to`stdin` (fd `0`). It is a `net.Socket` (which is a `Duplex` stream) unless fd `0` refers to a file, in which case it is + * a `Readable` stream. + * + * For details of how to read from `stdin` see `readable.read()`. + * + * As a `Duplex` stream, `process.stdin` can also be used in "old" mode that + * is compatible with scripts written for Node.js prior to v0.10\. + * For more information see `Stream compatibility`. + * + * In "old" streams mode the `stdin` stream is paused by default, so one + * must call `process.stdin.resume()` to read from it. Note also that calling `process.stdin.resume()` itself would switch stream to "old" mode. + */ + stdin: ReadStream & { + fd: 0; + }; + /** + * The `process.argv` property returns an array containing the command-line + * arguments passed when the Node.js process was launched. The first element will + * be {@link execPath}. See `process.argv0` if access to the original value + * of `argv[0]` is needed. The second element will be the path to the JavaScript + * file being executed. The remaining elements will be any additional command-line + * arguments. + * + * For example, assuming the following script for `process-args.js`: + * + * ```js + * import { argv } from 'node:process'; + * + * // print process.argv + * argv.forEach((val, index) => { + * console.log(`${index}: ${val}`); + * }); + * ``` + * + * Launching the Node.js process as: + * + * ```bash + * node process-args.js one two=three four + * ``` + * + * Would generate the output: + * + * ```text + * 0: /usr/local/bin/node + * 1: /Users/mjr/work/node/process-args.js + * 2: one + * 3: two=three + * 4: four + * ``` + * @since v0.1.27 + */ + argv: string[]; + /** + * The `process.argv0` property stores a read-only copy of the original value of`argv[0]` passed when Node.js starts. + * + * ```console + * $ bash -c 'exec -a customArgv0 ./node' + * > process.argv[0] + * '/Volumes/code/external/node/out/Release/node' + * > process.argv0 + * 'customArgv0' + * ``` + * @since v6.4.0 + */ + argv0: string; + /** + * The `process.execArgv` property returns the set of Node.js-specific command-line + * options passed when the Node.js process was launched. These options do not + * appear in the array returned by the {@link argv} property, and do not + * include the Node.js executable, the name of the script, or any options following + * the script name. These options are useful in order to spawn child processes with + * the same execution environment as the parent. + * + * ```bash + * node --icu-data-dir=./foo --require ./bar.js script.js --version + * ``` + * + * Results in `process.execArgv`: + * + * ```js + * ["--icu-data-dir=./foo", "--require", "./bar.js"] + * ``` + * + * And `process.argv`: + * + * ```js + * ['/usr/local/bin/node', 'script.js', '--version'] + * ``` + * + * Refer to `Worker constructor` for the detailed behavior of worker + * threads with this property. + * @since v0.7.7 + */ + execArgv: string[]; + /** + * The `process.execPath` property returns the absolute pathname of the executable + * that started the Node.js process. Symbolic links, if any, are resolved. + * + * ```js + * '/usr/local/bin/node' + * ``` + * @since v0.1.100 + */ + execPath: string; + /** + * The `process.abort()` method causes the Node.js process to exit immediately and + * generate a core file. + * + * This feature is not available in `Worker` threads. + * @since v0.7.0 + */ + abort(): never; + /** + * The `process.chdir()` method changes the current working directory of the + * Node.js process or throws an exception if doing so fails (for instance, if + * the specified `directory` does not exist). + * + * ```js + * import { chdir, cwd } from 'node:process'; + * + * console.log(`Starting directory: ${cwd()}`); + * try { + * chdir('/tmp'); + * console.log(`New directory: ${cwd()}`); + * } catch (err) { + * console.error(`chdir: ${err}`); + * } + * ``` + * + * This feature is not available in `Worker` threads. + * @since v0.1.17 + */ + chdir(directory: string): void; + /** + * The `process.cwd()` method returns the current working directory of the Node.js + * process. + * + * ```js + * import { cwd } from 'node:process'; + * + * console.log(`Current directory: ${cwd()}`); + * ``` + * @since v0.1.8 + */ + cwd(): string; + /** + * The port used by the Node.js debugger when enabled. + * + * ```js + * import process from 'node:process'; + * + * process.debugPort = 5858; + * ``` + * @since v0.7.2 + */ + debugPort: number; + /** + * The `process.dlopen()` method allows dynamically loading shared objects. It is primarily used by `require()` to load C++ Addons, and + * should not be used directly, except in special cases. In other words, `require()` should be preferred over `process.dlopen()` + * unless there are specific reasons such as custom dlopen flags or loading from ES modules. + * + * The `flags` argument is an integer that allows to specify dlopen behavior. See the `[os.constants.dlopen](https://nodejs.org/docs/latest-v22.x/api/os.html#dlopen-constants)` + * documentation for details. + * + * An important requirement when calling `process.dlopen()` is that the `module` instance must be passed. Functions exported by the C++ Addon + * are then accessible via `module.exports`. + * + * The example below shows how to load a C++ Addon, named `local.node`, that exports a `foo` function. All the symbols are loaded before the call returns, by passing the `RTLD_NOW` constant. + * In this example the constant is assumed to be available. + * + * ```js + * import { dlopen } from 'node:process'; + * import { constants } from 'node:os'; + * import { fileURLToPath } from 'node:url'; + * + * const module = { exports: {} }; + * dlopen(module, fileURLToPath(new URL('local.node', import.meta.url)), + * constants.dlopen.RTLD_NOW); + * module.exports.foo(); + * ``` + */ + dlopen(module: object, filename: string, flags?: number): void; + /** + * The `process.emitWarning()` method can be used to emit custom or application + * specific process warnings. These can be listened for by adding a handler to the `'warning'` event. + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using a string. + * emitWarning('Something happened!'); + * // Emits: (node: 56338) Warning: Something happened! + * ``` + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using a string and a type. + * emitWarning('Something Happened!', 'CustomWarning'); + * // Emits: (node:56338) CustomWarning: Something Happened! + * ``` + * + * ```js + * import { emitWarning } from 'node:process'; + * + * emitWarning('Something happened!', 'CustomWarning', 'WARN001'); + * // Emits: (node:56338) [WARN001] CustomWarning: Something happened! + * ```js + * + * In each of the previous examples, an `Error` object is generated internally by `process.emitWarning()` and passed through to the `'warning'` handler. + * + * ```js + * import process from 'node:process'; + * + * process.on('warning', (warning) => { + * console.warn(warning.name); // 'Warning' + * console.warn(warning.message); // 'Something happened!' + * console.warn(warning.code); // 'MY_WARNING' + * console.warn(warning.stack); // Stack trace + * console.warn(warning.detail); // 'This is some additional information' + * }); + * ``` + * + * If `warning` is passed as an `Error` object, it will be passed through to the `'warning'` event handler + * unmodified (and the optional `type`, `code` and `ctor` arguments will be ignored): + * + * ```js + * import { emitWarning } from 'node:process'; + * + * // Emit a warning using an Error object. + * const myWarning = new Error('Something happened!'); + * // Use the Error name property to specify the type name + * myWarning.name = 'CustomWarning'; + * myWarning.code = 'WARN001'; + * + * emitWarning(myWarning); + * // Emits: (node:56338) [WARN001] CustomWarning: Something happened! + * ``` + * + * A `TypeError` is thrown if `warning` is anything other than a string or `Error` object. + * + * While process warnings use `Error` objects, the process warning mechanism is not a replacement for normal error handling mechanisms. + * + * The following additional handling is implemented if the warning `type` is `'DeprecationWarning'`: + * * If the `--throw-deprecation` command-line flag is used, the deprecation warning is thrown as an exception rather than being emitted as an event. + * * If the `--no-deprecation` command-line flag is used, the deprecation warning is suppressed. + * * If the `--trace-deprecation` command-line flag is used, the deprecation warning is printed to `stderr` along with the full stack trace. + * @since v8.0.0 + * @param warning The warning to emit. + */ + emitWarning(warning: string | Error, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, ctor?: Function): void; + emitWarning(warning: string | Error, type?: string, code?: string, ctor?: Function): void; + emitWarning(warning: string | Error, options?: EmitWarningOptions): void; + /** + * The `process.env` property returns an object containing the user environment. + * See [`environ(7)`](http://man7.org/linux/man-pages/man7/environ.7.html). + * + * An example of this object looks like: + * + * ```js + * { + * TERM: 'xterm-256color', + * SHELL: '/usr/local/bin/bash', + * USER: 'maciej', + * PATH: '~/.bin/:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin', + * PWD: '/Users/maciej', + * EDITOR: 'vim', + * SHLVL: '1', + * HOME: '/Users/maciej', + * LOGNAME: 'maciej', + * _: '/usr/local/bin/node' + * } + * ``` + * + * It is possible to modify this object, but such modifications will not be + * reflected outside the Node.js process, or (unless explicitly requested) + * to other `Worker` threads. + * In other words, the following example would not work: + * + * ```bash + * node -e 'process.env.foo = "bar"' && echo $foo + * ``` + * + * While the following will: + * + * ```js + * import { env } from 'node:process'; + * + * env.foo = 'bar'; + * console.log(env.foo); + * ``` + * + * Assigning a property on `process.env` will implicitly convert the value + * to a string. **This behavior is deprecated.** Future versions of Node.js may + * throw an error when the value is not a string, number, or boolean. + * + * ```js + * import { env } from 'node:process'; + * + * env.test = null; + * console.log(env.test); + * // => 'null' + * env.test = undefined; + * console.log(env.test); + * // => 'undefined' + * ``` + * + * Use `delete` to delete a property from `process.env`. + * + * ```js + * import { env } from 'node:process'; + * + * env.TEST = 1; + * delete env.TEST; + * console.log(env.TEST); + * // => undefined + * ``` + * + * On Windows operating systems, environment variables are case-insensitive. + * + * ```js + * import { env } from 'node:process'; + * + * env.TEST = 1; + * console.log(env.test); + * // => 1 + * ``` + * + * Unless explicitly specified when creating a `Worker` instance, + * each `Worker` thread has its own copy of `process.env`, based on its + * parent thread's `process.env`, or whatever was specified as the `env` option + * to the `Worker` constructor. Changes to `process.env` will not be visible + * across `Worker` threads, and only the main thread can make changes that + * are visible to the operating system or to native add-ons. On Windows, a copy of `process.env` on a `Worker` instance operates in a case-sensitive manner + * unlike the main thread. + * @since v0.1.27 + */ + env: ProcessEnv; + /** + * The `process.exit()` method instructs Node.js to terminate the process + * synchronously with an exit status of `code`. If `code` is omitted, exit uses + * either the 'success' code `0` or the value of `process.exitCode` if it has been + * set. Node.js will not terminate until all the `'exit'` event listeners are + * called. + * + * To exit with a 'failure' code: + * + * ```js + * import { exit } from 'node:process'; + * + * exit(1); + * ``` + * + * The shell that executed Node.js should see the exit code as `1`. + * + * Calling `process.exit()` will force the process to exit as quickly as possible + * even if there are still asynchronous operations pending that have not yet + * completed fully, including I/O operations to `process.stdout` and `process.stderr`. + * + * In most situations, it is not actually necessary to call `process.exit()` explicitly. The Node.js process will exit on its own _if there is no additional_ + * _work pending_ in the event loop. The `process.exitCode` property can be set to + * tell the process which exit code to use when the process exits gracefully. + * + * For instance, the following example illustrates a _misuse_ of the `process.exit()` method that could lead to data printed to stdout being + * truncated and lost: + * + * ```js + * import { exit } from 'node:process'; + * + * // This is an example of what *not* to do: + * if (someConditionNotMet()) { + * printUsageToStdout(); + * exit(1); + * } + * ``` + * + * The reason this is problematic is because writes to `process.stdout` in Node.js + * are sometimes _asynchronous_ and may occur over multiple ticks of the Node.js + * event loop. Calling `process.exit()`, however, forces the process to exit _before_ those additional writes to `stdout` can be performed. + * + * Rather than calling `process.exit()` directly, the code _should_ set the `process.exitCode` and allow the process to exit naturally by avoiding + * scheduling any additional work for the event loop: + * + * ```js + * import process from 'node:process'; + * + * // How to properly set the exit code while letting + * // the process exit gracefully. + * if (someConditionNotMet()) { + * printUsageToStdout(); + * process.exitCode = 1; + * } + * ``` + * + * If it is necessary to terminate the Node.js process due to an error condition, + * throwing an _uncaught_ error and allowing the process to terminate accordingly + * is safer than calling `process.exit()`. + * + * In `Worker` threads, this function stops the current thread rather + * than the current process. + * @since v0.1.13 + * @param [code=0] The exit code. For string type, only integer strings (e.g.,'1') are allowed. + */ + exit(code?: number | string | null | undefined): never; + /** + * A number which will be the process exit code, when the process either + * exits gracefully, or is exited via {@link exit} without specifying + * a code. + * + * Specifying a code to {@link exit} will override any + * previous setting of `process.exitCode`. + * @default undefined + * @since v0.11.8 + */ + exitCode?: number | string | number | undefined; + finalization: { + /** + * This function registers a callback to be called when the process emits the `exit` event if the `ref` object was not garbage collected. + * If the object `ref` was garbage collected before the `exit` event is emitted, the callback will be removed from the finalization registry, and it will not be called on process exit. + * + * Inside the callback you can release the resources allocated by the `ref` object. + * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function, + * this means that there is a possibility that the callback will not be called under special circumstances. + * + * The idea of ​​this function is to help you free up resources when the starts process exiting, but also let the object be garbage collected if it is no longer being used. + * @param ref The reference to the resource that is being tracked. + * @param callback The callback function to be called when the resource is finalized. + * @since v22.5.0 + * @experimental + */ + register(ref: T, callback: (ref: T, event: "exit") => void): void; + /** + * This function behaves exactly like the `register`, except that the callback will be called when the process emits the `beforeExit` event if `ref` object was not garbage collected. + * + * Be aware that all limitations applied to the `beforeExit` event are also applied to the callback function, this means that there is a possibility that the callback will not be called under special circumstances. + * @param ref The reference to the resource that is being tracked. + * @param callback The callback function to be called when the resource is finalized. + * @since v22.5.0 + * @experimental + */ + registerBeforeExit(ref: T, callback: (ref: T, event: "beforeExit") => void): void; + /** + * This function remove the register of the object from the finalization registry, so the callback will not be called anymore. + * @param ref The reference to the resource that was registered previously. + * @since v22.5.0 + * @experimental + */ + unregister(ref: object): void; + }; + /** + * The `process.getActiveResourcesInfo()` method returns an array of strings containing + * the types of the active resources that are currently keeping the event loop alive. + * + * ```js + * import { getActiveResourcesInfo } from 'node:process'; + * import { setTimeout } from 'node:timers'; + + * console.log('Before:', getActiveResourcesInfo()); + * setTimeout(() => {}, 1000); + * console.log('After:', getActiveResourcesInfo()); + * // Prints: + * // Before: [ 'TTYWrap', 'TTYWrap', 'TTYWrap' ] + * // After: [ 'TTYWrap', 'TTYWrap', 'TTYWrap', 'Timeout' ] + * ``` + * @since v17.3.0, v16.14.0 + */ + getActiveResourcesInfo(): string[]; + /** + * Provides a way to load built-in modules in a globally available function. + * @param id ID of the built-in module being requested. + */ + getBuiltinModule(id: ID): BuiltInModule[ID]; + getBuiltinModule(id: string): object | undefined; + /** + * The `process.getgid()` method returns the numerical group identity of the + * process. (See [`getgid(2)`](http://man7.org/linux/man-pages/man2/getgid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getgid) { + * console.log(`Current gid: ${process.getgid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.31 + */ + getgid?: () => number; + /** + * The `process.setgid()` method sets the group identity of the process. (See [`setgid(2)`](http://man7.org/linux/man-pages/man2/setgid.2.html).) The `id` can be passed as either a + * numeric ID or a group name + * string. If a group name is specified, this method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgid && process.setgid) { + * console.log(`Current gid: ${process.getgid()}`); + * try { + * process.setgid(501); + * console.log(`New gid: ${process.getgid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.31 + * @param id The group name or ID + */ + setgid?: (id: number | string) => void; + /** + * The `process.getuid()` method returns the numeric user identity of the process. + * (See [`getuid(2)`](http://man7.org/linux/man-pages/man2/getuid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getuid) { + * console.log(`Current uid: ${process.getuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.1.28 + */ + getuid?: () => number; + /** + * The `process.setuid(id)` method sets the user identity of the process. (See [`setuid(2)`](http://man7.org/linux/man-pages/man2/setuid.2.html).) The `id` can be passed as either a + * numeric ID or a username string. + * If a username is specified, the method blocks while resolving the associated + * numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getuid && process.setuid) { + * console.log(`Current uid: ${process.getuid()}`); + * try { + * process.setuid(501); + * console.log(`New uid: ${process.getuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.1.28 + */ + setuid?: (id: number | string) => void; + /** + * The `process.geteuid()` method returns the numerical effective user identity of + * the process. (See [`geteuid(2)`](http://man7.org/linux/man-pages/man2/geteuid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.geteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + geteuid?: () => number; + /** + * The `process.seteuid()` method sets the effective user identity of the process. + * (See [`seteuid(2)`](http://man7.org/linux/man-pages/man2/seteuid.2.html).) The `id` can be passed as either a numeric ID or a username + * string. If a username is specified, the method blocks while resolving the + * associated numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.geteuid && process.seteuid) { + * console.log(`Current uid: ${process.geteuid()}`); + * try { + * process.seteuid(501); + * console.log(`New uid: ${process.geteuid()}`); + * } catch (err) { + * console.log(`Failed to set uid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A user name or ID + */ + seteuid?: (id: number | string) => void; + /** + * The `process.getegid()` method returns the numerical effective group identity + * of the Node.js process. (See [`getegid(2)`](http://man7.org/linux/man-pages/man2/getegid.2.html).) + * + * ```js + * import process from 'node:process'; + * + * if (process.getegid) { + * console.log(`Current gid: ${process.getegid()}`); + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v2.0.0 + */ + getegid?: () => number; + /** + * The `process.setegid()` method sets the effective group identity of the process. + * (See [`setegid(2)`](http://man7.org/linux/man-pages/man2/setegid.2.html).) The `id` can be passed as either a numeric ID or a group + * name string. If a group name is specified, this method blocks while resolving + * the associated a numeric ID. + * + * ```js + * import process from 'node:process'; + * + * if (process.getegid && process.setegid) { + * console.log(`Current gid: ${process.getegid()}`); + * try { + * process.setegid(501); + * console.log(`New gid: ${process.getegid()}`); + * } catch (err) { + * console.log(`Failed to set gid: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v2.0.0 + * @param id A group name or ID + */ + setegid?: (id: number | string) => void; + /** + * The `process.getgroups()` method returns an array with the supplementary group + * IDs. POSIX leaves it unspecified if the effective group ID is included but + * Node.js ensures it always is. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgroups) { + * console.log(process.getgroups()); // [ 16, 21, 297 ] + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * @since v0.9.4 + */ + getgroups?: () => number[]; + /** + * The `process.setgroups()` method sets the supplementary group IDs for the + * Node.js process. This is a privileged operation that requires the Node.js + * process to have `root` or the `CAP_SETGID` capability. + * + * The `groups` array can contain numeric group IDs, group names, or both. + * + * ```js + * import process from 'node:process'; + * + * if (process.getgroups && process.setgroups) { + * try { + * process.setgroups([501]); + * console.log(process.getgroups()); // new groups + * } catch (err) { + * console.log(`Failed to set groups: ${err}`); + * } + * } + * ``` + * + * This function is only available on POSIX platforms (i.e. not Windows or + * Android). + * This feature is not available in `Worker` threads. + * @since v0.9.4 + */ + setgroups?: (groups: ReadonlyArray) => void; + /** + * The `process.setUncaughtExceptionCaptureCallback()` function sets a function + * that will be invoked when an uncaught exception occurs, which will receive the + * exception value itself as its first argument. + * + * If such a function is set, the `'uncaughtException'` event will + * not be emitted. If `--abort-on-uncaught-exception` was passed from the + * command line or set through `v8.setFlagsFromString()`, the process will + * not abort. Actions configured to take place on exceptions such as report + * generations will be affected too + * + * To unset the capture function, `process.setUncaughtExceptionCaptureCallback(null)` may be used. Calling this + * method with a non-`null` argument while another capture function is set will + * throw an error. + * + * Using this function is mutually exclusive with using the deprecated `domain` built-in module. + * @since v9.3.0 + */ + setUncaughtExceptionCaptureCallback(cb: ((err: Error) => void) | null): void; + /** + * Indicates whether a callback has been set using {@link setUncaughtExceptionCaptureCallback}. + * @since v9.3.0 + */ + hasUncaughtExceptionCaptureCallback(): boolean; + /** + * The `process.sourceMapsEnabled` property returns whether the [Source Map v3](https://sourcemaps.info/spec.html) support for stack traces is enabled. + * @since v20.7.0 + * @experimental + */ + readonly sourceMapsEnabled: boolean; + /** + * This function enables or disables the [Source Map v3](https://sourcemaps.info/spec.html) support for + * stack traces. + * + * It provides same features as launching Node.js process with commandline options `--enable-source-maps`. + * + * Only source maps in JavaScript files that are loaded after source maps has been + * enabled will be parsed and loaded. + * @since v16.6.0, v14.18.0 + * @experimental + */ + setSourceMapsEnabled(value: boolean): void; + /** + * The `process.version` property contains the Node.js version string. + * + * ```js + * import { version } from 'node:process'; + * + * console.log(`Version: ${version}`); + * // Version: v14.8.0 + * ``` + * + * To get the version string without the prepended _v_, use`process.versions.node`. + * @since v0.1.3 + */ + readonly version: string; + /** + * The `process.versions` property returns an object listing the version strings of + * Node.js and its dependencies. `process.versions.modules` indicates the current + * ABI version, which is increased whenever a C++ API changes. Node.js will refuse + * to load modules that were compiled against a different module ABI version. + * + * ```js + * import { versions } from 'node:process'; + * + * console.log(versions); + * ``` + * + * Will generate an object similar to: + * + * ```console + * { node: '20.2.0', + * acorn: '8.8.2', + * ada: '2.4.0', + * ares: '1.19.0', + * base64: '0.5.0', + * brotli: '1.0.9', + * cjs_module_lexer: '1.2.2', + * cldr: '43.0', + * icu: '73.1', + * llhttp: '8.1.0', + * modules: '115', + * napi: '8', + * nghttp2: '1.52.0', + * nghttp3: '0.7.0', + * ngtcp2: '0.8.1', + * openssl: '3.0.8+quic', + * simdutf: '3.2.9', + * tz: '2023c', + * undici: '5.22.0', + * unicode: '15.0', + * uv: '1.44.2', + * uvwasi: '0.0.16', + * v8: '11.3.244.8-node.9', + * zlib: '1.2.13' } + * ``` + * @since v0.2.0 + */ + readonly versions: ProcessVersions; + /** + * The `process.config` property returns a frozen `Object` containing the + * JavaScript representation of the configure options used to compile the current + * Node.js executable. This is the same as the `config.gypi` file that was produced + * when running the `./configure` script. + * + * An example of the possible output looks like: + * + * ```js + * { + * target_defaults: + * { cflags: [], + * default_configuration: 'Release', + * defines: [], + * include_dirs: [], + * libraries: [] }, + * variables: + * { + * host_arch: 'x64', + * napi_build_version: 5, + * node_install_npm: 'true', + * node_prefix: '', + * node_shared_cares: 'false', + * node_shared_http_parser: 'false', + * node_shared_libuv: 'false', + * node_shared_zlib: 'false', + * node_use_openssl: 'true', + * node_shared_openssl: 'false', + * strict_aliasing: 'true', + * target_arch: 'x64', + * v8_use_snapshot: 1 + * } + * } + * ``` + * @since v0.7.7 + */ + readonly config: ProcessConfig; + /** + * The `process.kill()` method sends the `signal` to the process identified by`pid`. + * + * Signal names are strings such as `'SIGINT'` or `'SIGHUP'`. See `Signal Events` and [`kill(2)`](http://man7.org/linux/man-pages/man2/kill.2.html) for more information. + * + * This method will throw an error if the target `pid` does not exist. As a special + * case, a signal of `0` can be used to test for the existence of a process. + * Windows platforms will throw an error if the `pid` is used to kill a process + * group. + * + * Even though the name of this function is `process.kill()`, it is really just a + * signal sender, like the `kill` system call. The signal sent may do something + * other than kill the target process. + * + * ```js + * import process, { kill } from 'node:process'; + * + * process.on('SIGHUP', () => { + * console.log('Got SIGHUP signal.'); + * }); + * + * setTimeout(() => { + * console.log('Exiting.'); + * process.exit(0); + * }, 100); + * + * kill(process.pid, 'SIGHUP'); + * ``` + * + * When `SIGUSR1` is received by a Node.js process, Node.js will start the + * debugger. See `Signal Events`. + * @since v0.0.6 + * @param pid A process ID + * @param [signal='SIGTERM'] The signal to send, either as a string or number. + */ + kill(pid: number, signal?: string | number): true; + /** + * Loads the environment configuration from a `.env` file into `process.env`. If + * the file is not found, error will be thrown. + * + * To load a specific .env file by specifying its path, use the following code: + * + * ```js + * import { loadEnvFile } from 'node:process'; + * + * loadEnvFile('./development.env') + * ``` + * @since v20.12.0 + * @param path The path to the .env file + */ + loadEnvFile(path?: string | URL | Buffer): void; + /** + * The `process.pid` property returns the PID of the process. + * + * ```js + * import { pid } from 'node:process'; + * + * console.log(`This process is pid ${pid}`); + * ``` + * @since v0.1.15 + */ + readonly pid: number; + /** + * The `process.ppid` property returns the PID of the parent of the + * current process. + * + * ```js + * import { ppid } from 'node:process'; + * + * console.log(`The parent process is pid ${ppid}`); + * ``` + * @since v9.2.0, v8.10.0, v6.13.0 + */ + readonly ppid: number; + /** + * The `process.title` property returns the current process title (i.e. returns + * the current value of `ps`). Assigning a new value to `process.title` modifies + * the current value of `ps`. + * + * When a new value is assigned, different platforms will impose different maximum + * length restrictions on the title. Usually such restrictions are quite limited. + * For instance, on Linux and macOS, `process.title` is limited to the size of the + * binary name plus the length of the command-line arguments because setting the `process.title` overwrites the `argv` memory of the process. Node.js v0.8 + * allowed for longer process title strings by also overwriting the `environ` memory but that was potentially insecure and confusing in some (rather obscure) + * cases. + * + * Assigning a value to `process.title` might not result in an accurate label + * within process manager applications such as macOS Activity Monitor or Windows + * Services Manager. + * @since v0.1.104 + */ + title: string; + /** + * The operating system CPU architecture for which the Node.js binary was compiled. + * Possible values are: `'arm'`, `'arm64'`, `'ia32'`, `'loong64'`, `'mips'`, `'mipsel'`, `'ppc'`, `'ppc64'`, `'riscv64'`, `'s390'`, `'s390x'`, and `'x64'`. + * + * ```js + * import { arch } from 'node:process'; + * + * console.log(`This processor architecture is ${arch}`); + * ``` + * @since v0.5.0 + */ + readonly arch: Architecture; + /** + * The `process.platform` property returns a string identifying the operating + * system platform for which the Node.js binary was compiled. + * + * Currently possible values are: + * + * * `'aix'` + * * `'darwin'` + * * `'freebsd'` + * * `'linux'` + * * `'openbsd'` + * * `'sunos'` + * * `'win32'` + * + * ```js + * import { platform } from 'node:process'; + * + * console.log(`This platform is ${platform}`); + * ``` + * + * The value `'android'` may also be returned if the Node.js is built on the + * Android operating system. However, Android support in Node.js [is experimental](https://github.com/nodejs/node/blob/HEAD/BUILDING.md#androidandroid-based-devices-eg-firefox-os). + * @since v0.1.16 + */ + readonly platform: Platform; + /** + * The `process.mainModule` property provides an alternative way of retrieving `require.main`. The difference is that if the main module changes at + * runtime, `require.main` may still refer to the original main module in + * modules that were required before the change occurred. Generally, it's + * safe to assume that the two refer to the same module. + * + * As with `require.main`, `process.mainModule` will be `undefined` if there + * is no entry script. + * @since v0.1.17 + * @deprecated Since v14.0.0 - Use `main` instead. + */ + mainModule?: Module | undefined; + memoryUsage: MemoryUsageFn; + /** + * Gets the amount of memory available to the process (in bytes) based on + * limits imposed by the OS. If there is no such constraint, or the constraint + * is unknown, `0` is returned. + * + * See [`uv_get_constrained_memory`](https://docs.libuv.org/en/v1.x/misc.html#c.uv_get_constrained_memory) for more + * information. + * @since v19.6.0, v18.15.0 + * @experimental + */ + constrainedMemory(): number; + /** + * Gets the amount of free memory that is still available to the process (in bytes). + * See [`uv_get_available_memory`](https://nodejs.org/docs/latest-v22.x/api/process.html#processavailablememory) for more information. + * @experimental + * @since v20.13.0 + */ + availableMemory(): number; + /** + * The `process.cpuUsage()` method returns the user and system CPU time usage of + * the current process, in an object with properties `user` and `system`, whose + * values are microsecond values (millionth of a second). These values measure time + * spent in user and system code respectively, and may end up being greater than + * actual elapsed time if multiple CPU cores are performing work for this process. + * + * The result of a previous call to `process.cpuUsage()` can be passed as the + * argument to the function, to get a diff reading. + * + * ```js + * import { cpuUsage } from 'node:process'; + * + * const startUsage = cpuUsage(); + * // { user: 38579, system: 6986 } + * + * // spin the CPU for 500 milliseconds + * const now = Date.now(); + * while (Date.now() - now < 500); + * + * console.log(cpuUsage(startUsage)); + * // { user: 514883, system: 11226 } + * ``` + * @since v6.1.0 + * @param previousValue A previous return value from calling `process.cpuUsage()` + */ + cpuUsage(previousValue?: CpuUsage): CpuUsage; + /** + * `process.nextTick()` adds `callback` to the "next tick queue". This queue is + * fully drained after the current operation on the JavaScript stack runs to + * completion and before the event loop is allowed to continue. It's possible to + * create an infinite loop if one were to recursively call `process.nextTick()`. + * See the [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick) guide for more background. + * + * ```js + * import { nextTick } from 'node:process'; + * + * console.log('start'); + * nextTick(() => { + * console.log('nextTick callback'); + * }); + * console.log('scheduled'); + * // Output: + * // start + * // scheduled + * // nextTick callback + * ``` + * + * This is important when developing APIs in order to give users the opportunity + * to assign event handlers _after_ an object has been constructed but before any + * I/O has occurred: + * + * ```js + * import { nextTick } from 'node:process'; + * + * function MyThing(options) { + * this.setupOptions(options); + * + * nextTick(() => { + * this.startDoingStuff(); + * }); + * } + * + * const thing = new MyThing(); + * thing.getReadyForStuff(); + * + * // thing.startDoingStuff() gets called now, not before. + * ``` + * + * It is very important for APIs to be either 100% synchronous or 100% + * asynchronous. Consider this example: + * + * ```js + * // WARNING! DO NOT USE! BAD UNSAFE HAZARD! + * function maybeSync(arg, cb) { + * if (arg) { + * cb(); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * + * This API is hazardous because in the following case: + * + * ```js + * const maybeTrue = Math.random() > 0.5; + * + * maybeSync(maybeTrue, () => { + * foo(); + * }); + * + * bar(); + * ``` + * + * It is not clear whether `foo()` or `bar()` will be called first. + * + * The following approach is much better: + * + * ```js + * import { nextTick } from 'node:process'; + * + * function definitelyAsync(arg, cb) { + * if (arg) { + * nextTick(cb); + * return; + * } + * + * fs.stat('file', cb); + * } + * ``` + * @since v0.1.26 + * @param args Additional arguments to pass when invoking the `callback` + */ + nextTick(callback: Function, ...args: any[]): void; + /** + * This API is available through the [--permission](https://nodejs.org/api/cli.html#--permission) flag. + * + * `process.permission` is an object whose methods are used to manage permissions for the current process. + * Additional documentation is available in the [Permission Model](https://nodejs.org/api/permissions.html#permission-model). + * @since v20.0.0 + */ + permission: ProcessPermission; + /** + * The `process.release` property returns an `Object` containing metadata related + * to the current release, including URLs for the source tarball and headers-only + * tarball. + * + * `process.release` contains the following properties: + * + * ```js + * { + * name: 'node', + * lts: 'Hydrogen', + * sourceUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0.tar.gz', + * headersUrl: 'https://nodejs.org/download/release/v18.12.0/node-v18.12.0-headers.tar.gz', + * libUrl: 'https://nodejs.org/download/release/v18.12.0/win-x64/node.lib' + * } + * ``` + * + * In custom builds from non-release versions of the source tree, only the `name` property may be present. The additional properties should not be + * relied upon to exist. + * @since v3.0.0 + */ + readonly release: ProcessRelease; + readonly features: ProcessFeatures; + /** + * `process.umask()` returns the Node.js process's file mode creation mask. Child + * processes inherit the mask from the parent process. + * @since v0.1.19 + * @deprecated Calling `process.umask()` with no argument causes the process-wide umask to be written twice. This introduces a race condition between threads, and is a potential + * security vulnerability. There is no safe, cross-platform alternative API. + */ + umask(): number; + /** + * Can only be set if not in worker thread. + */ + umask(mask: string | number): number; + /** + * The `process.uptime()` method returns the number of seconds the current Node.js + * process has been running. + * + * The return value includes fractions of a second. Use `Math.floor()` to get whole + * seconds. + * @since v0.5.0 + */ + uptime(): number; + hrtime: HRTime; + /** + * If the Node.js process was spawned with an IPC channel, the process.channel property is a reference to the IPC channel. + * If no IPC channel exists, this property is undefined. + * @since v7.1.0 + */ + channel?: { + /** + * This method makes the IPC channel keep the event loop of the process running if .unref() has been called before. + * @since v7.1.0 + */ + ref(): void; + /** + * This method makes the IPC channel not keep the event loop of the process running, and lets it finish even while the channel is open. + * @since v7.1.0 + */ + unref(): void; + }; + /** + * If Node.js is spawned with an IPC channel, the `process.send()` method can be + * used to send messages to the parent process. Messages will be received as a `'message'` event on the parent's `ChildProcess` object. + * + * If Node.js was not spawned with an IPC channel, `process.send` will be `undefined`. + * + * The message goes through serialization and parsing. The resulting message might + * not be the same as what is originally sent. + * @since v0.5.9 + * @param options used to parameterize the sending of certain types of handles. `options` supports the following properties: + */ + send?( + message: any, + sendHandle?: any, + options?: { + keepOpen?: boolean | undefined; + }, + callback?: (error: Error | null) => void, + ): boolean; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.disconnect()` method will close the + * IPC channel to the parent process, allowing the child process to exit gracefully + * once there are no other connections keeping it alive. + * + * The effect of calling `process.disconnect()` is the same as calling `ChildProcess.disconnect()` from the parent process. + * + * If the Node.js process was not spawned with an IPC channel, `process.disconnect()` will be `undefined`. + * @since v0.7.2 + */ + disconnect(): void; + /** + * If the Node.js process is spawned with an IPC channel (see the `Child Process` and `Cluster` documentation), the `process.connected` property will return `true` so long as the IPC + * channel is connected and will return `false` after `process.disconnect()` is called. + * + * Once `process.connected` is `false`, it is no longer possible to send messages + * over the IPC channel using `process.send()`. + * @since v0.7.2 + */ + connected: boolean; + /** + * The `process.allowedNodeEnvironmentFlags` property is a special, + * read-only `Set` of flags allowable within the `NODE_OPTIONS` environment variable. + * + * `process.allowedNodeEnvironmentFlags` extends `Set`, but overrides `Set.prototype.has` to recognize several different possible flag + * representations. `process.allowedNodeEnvironmentFlags.has()` will + * return `true` in the following cases: + * + * * Flags may omit leading single (`-`) or double (`--`) dashes; e.g., `inspect-brk` for `--inspect-brk`, or `r` for `-r`. + * * Flags passed through to V8 (as listed in `--v8-options`) may replace + * one or more _non-leading_ dashes for an underscore, or vice-versa; + * e.g., `--perf_basic_prof`, `--perf-basic-prof`, `--perf_basic-prof`, + * etc. + * * Flags may contain one or more equals (`=`) characters; all + * characters after and including the first equals will be ignored; + * e.g., `--stack-trace-limit=100`. + * * Flags _must_ be allowable within `NODE_OPTIONS`. + * + * When iterating over `process.allowedNodeEnvironmentFlags`, flags will + * appear only _once_; each will begin with one or more dashes. Flags + * passed through to V8 will contain underscores instead of non-leading + * dashes: + * + * ```js + * import { allowedNodeEnvironmentFlags } from 'node:process'; + * + * allowedNodeEnvironmentFlags.forEach((flag) => { + * // -r + * // --inspect-brk + * // --abort_on_uncaught_exception + * // ... + * }); + * ``` + * + * The methods `add()`, `clear()`, and `delete()` of`process.allowedNodeEnvironmentFlags` do nothing, and will fail + * silently. + * + * If Node.js was compiled _without_ `NODE_OPTIONS` support (shown in {@link config}), `process.allowedNodeEnvironmentFlags` will + * contain what _would have_ been allowable. + * @since v10.10.0 + */ + allowedNodeEnvironmentFlags: ReadonlySet; + /** + * `process.report` is an object whose methods are used to generate diagnostic reports for the current process. + * Additional documentation is available in the [report documentation](https://nodejs.org/docs/latest-v22.x/api/report.html). + * @since v11.8.0 + */ + report: ProcessReport; + /** + * ```js + * import { resourceUsage } from 'node:process'; + * + * console.log(resourceUsage()); + * /* + * Will output: + * { + * userCPUTime: 82872, + * systemCPUTime: 4143, + * maxRSS: 33164, + * sharedMemorySize: 0, + * unsharedDataSize: 0, + * unsharedStackSize: 0, + * minorPageFault: 2469, + * majorPageFault: 0, + * swappedOut: 0, + * fsRead: 0, + * fsWrite: 8, + * ipcSent: 0, + * ipcReceived: 0, + * signalsCount: 0, + * voluntaryContextSwitches: 79, + * involuntaryContextSwitches: 1 + * } + * + * ``` + * @since v12.6.0 + * @return the resource usage for the current process. All of these values come from the `uv_getrusage` call which returns a [`uv_rusage_t` struct][uv_rusage_t]. + */ + resourceUsage(): ResourceUsage; + /** + * The initial value of `process.throwDeprecation` indicates whether the `--throw-deprecation` flag is set on the current Node.js process. `process.throwDeprecation` + * is mutable, so whether or not deprecation warnings result in errors may be altered at runtime. See the documentation for the 'warning' event and the emitWarning() + * method for more information. + * + * ```bash + * $ node --throw-deprecation -p "process.throwDeprecation" + * true + * $ node -p "process.throwDeprecation" + * undefined + * $ node + * > process.emitWarning('test', 'DeprecationWarning'); + * undefined + * > (node:26598) DeprecationWarning: test + * > process.throwDeprecation = true; + * true + * > process.emitWarning('test', 'DeprecationWarning'); + * Thrown: + * [DeprecationWarning: test] { name: 'DeprecationWarning' } + * ``` + * @since v0.9.12 + */ + throwDeprecation: boolean; + /** + * The `process.traceDeprecation` property indicates whether the `--trace-deprecation` flag is set on the current Node.js process. See the + * documentation for the `'warning' event` and the `emitWarning() method` for more information about this + * flag's behavior. + * @since v0.8.0 + */ + traceDeprecation: boolean; + /* EventEmitter */ + addListener(event: "beforeExit", listener: BeforeExitListener): this; + addListener(event: "disconnect", listener: DisconnectListener): this; + addListener(event: "exit", listener: ExitListener): this; + addListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + addListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + addListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + addListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + addListener(event: "warning", listener: WarningListener): this; + addListener(event: "message", listener: MessageListener): this; + addListener(event: Signals, listener: SignalsListener): this; + addListener(event: "multipleResolves", listener: MultipleResolveListener): this; + addListener(event: "worker", listener: WorkerListener): this; + emit(event: "beforeExit", code: number): boolean; + emit(event: "disconnect"): boolean; + emit(event: "exit", code: number): boolean; + emit(event: "rejectionHandled", promise: Promise): boolean; + emit(event: "uncaughtException", error: Error): boolean; + emit(event: "uncaughtExceptionMonitor", error: Error): boolean; + emit(event: "unhandledRejection", reason: unknown, promise: Promise): boolean; + emit(event: "warning", warning: Error): boolean; + emit(event: "message", message: unknown, sendHandle: unknown): this; + emit(event: Signals, signal?: Signals): boolean; + emit( + event: "multipleResolves", + type: MultipleResolveType, + promise: Promise, + value: unknown, + ): this; + emit(event: "worker", listener: WorkerListener): this; + on(event: "beforeExit", listener: BeforeExitListener): this; + on(event: "disconnect", listener: DisconnectListener): this; + on(event: "exit", listener: ExitListener): this; + on(event: "rejectionHandled", listener: RejectionHandledListener): this; + on(event: "uncaughtException", listener: UncaughtExceptionListener): this; + on(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + on(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + on(event: "warning", listener: WarningListener): this; + on(event: "message", listener: MessageListener): this; + on(event: Signals, listener: SignalsListener): this; + on(event: "multipleResolves", listener: MultipleResolveListener): this; + on(event: "worker", listener: WorkerListener): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "beforeExit", listener: BeforeExitListener): this; + once(event: "disconnect", listener: DisconnectListener): this; + once(event: "exit", listener: ExitListener): this; + once(event: "rejectionHandled", listener: RejectionHandledListener): this; + once(event: "uncaughtException", listener: UncaughtExceptionListener): this; + once(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + once(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + once(event: "warning", listener: WarningListener): this; + once(event: "message", listener: MessageListener): this; + once(event: Signals, listener: SignalsListener): this; + once(event: "multipleResolves", listener: MultipleResolveListener): this; + once(event: "worker", listener: WorkerListener): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "beforeExit", listener: BeforeExitListener): this; + prependListener(event: "disconnect", listener: DisconnectListener): this; + prependListener(event: "exit", listener: ExitListener): this; + prependListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + prependListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependListener(event: "warning", listener: WarningListener): this; + prependListener(event: "message", listener: MessageListener): this; + prependListener(event: Signals, listener: SignalsListener): this; + prependListener(event: "multipleResolves", listener: MultipleResolveListener): this; + prependListener(event: "worker", listener: WorkerListener): this; + prependOnceListener(event: "beforeExit", listener: BeforeExitListener): this; + prependOnceListener(event: "disconnect", listener: DisconnectListener): this; + prependOnceListener(event: "exit", listener: ExitListener): this; + prependOnceListener(event: "rejectionHandled", listener: RejectionHandledListener): this; + prependOnceListener(event: "uncaughtException", listener: UncaughtExceptionListener): this; + prependOnceListener(event: "uncaughtExceptionMonitor", listener: UncaughtExceptionListener): this; + prependOnceListener(event: "unhandledRejection", listener: UnhandledRejectionListener): this; + prependOnceListener(event: "warning", listener: WarningListener): this; + prependOnceListener(event: "message", listener: MessageListener): this; + prependOnceListener(event: Signals, listener: SignalsListener): this; + prependOnceListener(event: "multipleResolves", listener: MultipleResolveListener): this; + prependOnceListener(event: "worker", listener: WorkerListener): this; + listeners(event: "beforeExit"): BeforeExitListener[]; + listeners(event: "disconnect"): DisconnectListener[]; + listeners(event: "exit"): ExitListener[]; + listeners(event: "rejectionHandled"): RejectionHandledListener[]; + listeners(event: "uncaughtException"): UncaughtExceptionListener[]; + listeners(event: "uncaughtExceptionMonitor"): UncaughtExceptionListener[]; + listeners(event: "unhandledRejection"): UnhandledRejectionListener[]; + listeners(event: "warning"): WarningListener[]; + listeners(event: "message"): MessageListener[]; + listeners(event: Signals): SignalsListener[]; + listeners(event: "multipleResolves"): MultipleResolveListener[]; + listeners(event: "worker"): WorkerListener[]; + } + } + } + export = process; +} +declare module "node:process" { + import process = require("process"); + export = process; +} diff --git a/server/node_modules/@types/node/punycode.d.ts b/server/node_modules/@types/node/punycode.d.ts new file mode 100644 index 000000000..655c47b69 --- /dev/null +++ b/server/node_modules/@types/node/punycode.d.ts @@ -0,0 +1,117 @@ +/** + * **The version of the punycode module bundled in Node.js is being deprecated. **In a future major version of Node.js this module will be removed. Users + * currently depending on the `punycode` module should switch to using the + * userland-provided [Punycode.js](https://github.com/bestiejs/punycode.js) module instead. For punycode-based URL + * encoding, see `url.domainToASCII` or, more generally, the `WHATWG URL API`. + * + * The `punycode` module is a bundled version of the [Punycode.js](https://github.com/bestiejs/punycode.js) module. It + * can be accessed using: + * + * ```js + * import punycode from 'node:punycode'; + * ``` + * + * [Punycode](https://tools.ietf.org/html/rfc3492) is a character encoding scheme defined by RFC 3492 that is + * primarily intended for use in Internationalized Domain Names. Because host + * names in URLs are limited to ASCII characters only, Domain Names that contain + * non-ASCII characters must be converted into ASCII using the Punycode scheme. + * For instance, the Japanese character that translates into the English word, `'example'` is `'例'`. The Internationalized Domain Name, `'例.com'` (equivalent + * to `'example.com'`) is represented by Punycode as the ASCII string `'xn--fsq.com'`. + * + * The `punycode` module provides a simple implementation of the Punycode standard. + * + * The `punycode` module is a third-party dependency used by Node.js and + * made available to developers as a convenience. Fixes or other modifications to + * the module must be directed to the [Punycode.js](https://github.com/bestiejs/punycode.js) project. + * @deprecated Since v7.0.0 - Deprecated + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/punycode.js) + */ +declare module "punycode" { + /** + * The `punycode.decode()` method converts a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only + * characters to the equivalent string of Unicode codepoints. + * + * ```js + * punycode.decode('maana-pta'); // 'mañana' + * punycode.decode('--dqo34k'); // '☃-⌘' + * ``` + * @since v0.5.1 + */ + function decode(string: string): string; + /** + * The `punycode.encode()` method converts a string of Unicode codepoints to a [Punycode](https://tools.ietf.org/html/rfc3492) string of ASCII-only characters. + * + * ```js + * punycode.encode('mañana'); // 'maana-pta' + * punycode.encode('☃-⌘'); // '--dqo34k' + * ``` + * @since v0.5.1 + */ + function encode(string: string): string; + /** + * The `punycode.toUnicode()` method converts a string representing a domain name + * containing [Punycode](https://tools.ietf.org/html/rfc3492) encoded characters into Unicode. Only the [Punycode](https://tools.ietf.org/html/rfc3492) encoded parts of the domain name are be + * converted. + * + * ```js + * // decode domain names + * punycode.toUnicode('xn--maana-pta.com'); // 'mañana.com' + * punycode.toUnicode('xn----dqo34k.com'); // '☃-⌘.com' + * punycode.toUnicode('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toUnicode(domain: string): string; + /** + * The `punycode.toASCII()` method converts a Unicode string representing an + * Internationalized Domain Name to [Punycode](https://tools.ietf.org/html/rfc3492). Only the non-ASCII parts of the + * domain name will be converted. Calling `punycode.toASCII()` on a string that + * already only contains ASCII characters will have no effect. + * + * ```js + * // encode domain names + * punycode.toASCII('mañana.com'); // 'xn--maana-pta.com' + * punycode.toASCII('☃-⌘.com'); // 'xn----dqo34k.com' + * punycode.toASCII('example.com'); // 'example.com' + * ``` + * @since v0.6.1 + */ + function toASCII(domain: string): string; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const ucs2: ucs2; + interface ucs2 { + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + decode(string: string): number[]; + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + encode(codePoints: readonly number[]): string; + } + /** + * @deprecated since v7.0.0 + * The version of the punycode module bundled in Node.js is being deprecated. + * In a future major version of Node.js this module will be removed. + * Users currently depending on the punycode module should switch to using + * the userland-provided Punycode.js module instead. + */ + const version: string; +} +declare module "node:punycode" { + export * from "punycode"; +} diff --git a/server/node_modules/@types/node/querystring.d.ts b/server/node_modules/@types/node/querystring.d.ts new file mode 100644 index 000000000..4d6dac18d --- /dev/null +++ b/server/node_modules/@types/node/querystring.d.ts @@ -0,0 +1,153 @@ +/** + * The `node:querystring` module provides utilities for parsing and formatting URL + * query strings. It can be accessed using: + * + * ```js + * import querystring from 'node:querystring'; + * ``` + * + * `querystring` is more performant than `URLSearchParams` but is not a + * standardized API. Use `URLSearchParams` when performance is not critical or + * when compatibility with browser code is desirable. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/querystring.js) + */ +declare module "querystring" { + interface StringifyOptions { + /** + * The function to use when converting URL-unsafe characters to percent-encoding in the query string. + * @default `querystring.escape()` + */ + encodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParseOptions { + /** + * Specifies the maximum number of keys to parse. Specify `0` to remove key counting limitations. + * @default 1000 + */ + maxKeys?: number | undefined; + /** + * The function to use when decoding percent-encoded characters in the query string. + * @default `querystring.unescape()` + */ + decodeURIComponent?: ((str: string) => string) | undefined; + } + interface ParsedUrlQuery extends NodeJS.Dict {} + interface ParsedUrlQueryInput extends + NodeJS.Dict< + | string + | number + | boolean + | readonly string[] + | readonly number[] + | readonly boolean[] + | null + > + {} + /** + * The `querystring.stringify()` method produces a URL query string from a + * given `obj` by iterating through the object's "own properties". + * + * It serializes the following types of values passed in `obj`: [string](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) | + * [string\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#String_type) | + * [number\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Number_type) | + * [bigint\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt) | + * [boolean\[\]](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Boolean_type) The numeric values must be finite. Any other input values will be coerced to + * empty strings. + * + * ```js + * querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' }); + * // Returns 'foo=bar&baz=qux&baz=quux&corge=' + * + * querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':'); + * // Returns 'foo:bar;baz:qux' + * ``` + * + * By default, characters requiring percent-encoding within the query string will + * be encoded as UTF-8\. If an alternative encoding is required, then an alternative `encodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkEncodeURIComponent function already exists, + * + * querystring.stringify({ w: '中文', foo: 'bar' }, null, null, + * { encodeURIComponent: gbkEncodeURIComponent }); + * ``` + * @since v0.1.25 + * @param obj The object to serialize into a URL query string + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] . The substring used to delimit keys and values in the query string. + */ + function stringify(obj?: ParsedUrlQueryInput, sep?: string, eq?: string, options?: StringifyOptions): string; + /** + * The `querystring.parse()` method parses a URL query string (`str`) into a + * collection of key and value pairs. + * + * For example, the query string `'foo=bar&abc=xyz&abc=123'` is parsed into: + * + * ```json + * { + * "foo": "bar", + * "abc": ["xyz", "123"] + * } + * ``` + * + * The object returned by the `querystring.parse()` method _does not_ prototypically inherit from the JavaScript `Object`. This means that typical `Object` methods such as `obj.toString()`, + * `obj.hasOwnProperty()`, and others + * are not defined and _will not work_. + * + * By default, percent-encoded characters within the query string will be assumed + * to use UTF-8 encoding. If an alternative character encoding is used, then an + * alternative `decodeURIComponent` option will need to be specified: + * + * ```js + * // Assuming gbkDecodeURIComponent function already exists... + * + * querystring.parse('w=%D6%D0%CE%C4&foo=bar', null, null, + * { decodeURIComponent: gbkDecodeURIComponent }); + * ``` + * @since v0.1.25 + * @param str The URL query string to parse + * @param [sep='&'] The substring used to delimit key and value pairs in the query string. + * @param [eq='='] The substring used to delimit keys and values in the query string. + */ + function parse(str: string, sep?: string, eq?: string, options?: ParseOptions): ParsedUrlQuery; + /** + * The querystring.encode() function is an alias for querystring.stringify(). + */ + const encode: typeof stringify; + /** + * The querystring.decode() function is an alias for querystring.parse(). + */ + const decode: typeof parse; + /** + * The `querystring.escape()` method performs URL percent-encoding on the given `str` in a manner that is optimized for the specific requirements of URL + * query strings. + * + * The `querystring.escape()` method is used by `querystring.stringify()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement percent-encoding implementation if + * necessary by assigning `querystring.escape` to an alternative function. + * @since v0.1.25 + */ + function escape(str: string): string; + /** + * The `querystring.unescape()` method performs decoding of URL percent-encoded + * characters on the given `str`. + * + * The `querystring.unescape()` method is used by `querystring.parse()` and is + * generally not expected to be used directly. It is exported primarily to allow + * application code to provide a replacement decoding implementation if + * necessary by assigning `querystring.unescape` to an alternative function. + * + * By default, the `querystring.unescape()` method will attempt to use the + * JavaScript built-in `decodeURIComponent()` method to decode. If that fails, + * a safer equivalent that does not throw on malformed URLs will be used. + * @since v0.1.25 + */ + function unescape(str: string): string; +} +declare module "node:querystring" { + export * from "querystring"; +} diff --git a/server/node_modules/@types/node/readline.d.ts b/server/node_modules/@types/node/readline.d.ts new file mode 100644 index 000000000..a1f304fde --- /dev/null +++ b/server/node_modules/@types/node/readline.d.ts @@ -0,0 +1,589 @@ +/** + * The `node:readline` module provides an interface for reading data from a [Readable](https://nodejs.org/docs/latest-v22.x/api/stream.html#readable-streams) stream + * (such as [`process.stdin`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdin)) one line at a time. + * + * To use the promise-based APIs: + * + * ```js + * import * as readline from 'node:readline/promises'; + * ``` + * + * To use the callback and sync APIs: + * + * ```js + * import * as readline from 'node:readline'; + * ``` + * + * The following simple example illustrates the basic use of the `node:readline` module. + * + * ```js + * import * as readline from 'node:readline/promises'; + * import { stdin as input, stdout as output } from 'node:process'; + * + * const rl = readline.createInterface({ input, output }); + * + * const answer = await rl.question('What do you think of Node.js? '); + * + * console.log(`Thank you for your valuable feedback: ${answer}`); + * + * rl.close(); + * ``` + * + * Once this code is invoked, the Node.js application will not terminate until the `readline.Interface` is closed because the interface waits for data to be + * received on the `input` stream. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/readline.js) + */ +declare module "readline" { + import { Abortable, EventEmitter } from "node:events"; + import * as promises from "node:readline/promises"; + export { promises }; + export interface Key { + sequence?: string | undefined; + name?: string | undefined; + ctrl?: boolean | undefined; + meta?: boolean | undefined; + shift?: boolean | undefined; + } + /** + * Instances of the `readline.Interface` class are constructed using the `readline.createInterface()` method. Every instance is associated with a + * single `input` [Readable](https://nodejs.org/docs/latest-v22.x/api/stream.html#readable-streams) stream and a single `output` [Writable](https://nodejs.org/docs/latest-v22.x/api/stream.html#writable-streams) stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v0.1.104 + */ + export class Interface extends EventEmitter { + readonly terminal: boolean; + /** + * The current input data being processed by node. + * + * This can be used when collecting input from a TTY stream to retrieve the + * current value that has been processed thus far, prior to the `line` event + * being emitted. Once the `line` event has been emitted, this property will + * be an empty string. + * + * Be aware that modifying the value during the instance runtime may have + * unintended consequences if `rl.cursor` is not also controlled. + * + * **If not using a TTY stream for input, use the `'line'` event.** + * + * One possible use case would be as follows: + * + * ```js + * const values = ['lorem ipsum', 'dolor sit amet']; + * const rl = readline.createInterface(process.stdin); + * const showResults = debounce(() => { + * console.log( + * '\n', + * values.filter((val) => val.startsWith(rl.line)).join(' '), + * ); + * }, 300); + * process.stdin.on('keypress', (c, k) => { + * showResults(); + * }); + * ``` + * @since v0.1.98 + */ + readonly line: string; + /** + * The cursor position relative to `rl.line`. + * + * This will track where the current cursor lands in the input string, when + * reading input from a TTY stream. The position of cursor determines the + * portion of the input string that will be modified as input is processed, + * as well as the column where the terminal caret will be rendered. + * @since v0.1.98 + */ + readonly cursor: number; + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/readline.html#class-interfaceconstructor + */ + protected constructor( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ); + /** + * NOTE: According to the documentation: + * + * > Instances of the `readline.Interface` class are constructed using the + * > `readline.createInterface()` method. + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/readline.html#class-interfaceconstructor + */ + protected constructor(options: ReadLineOptions); + /** + * The `rl.getPrompt()` method returns the current prompt used by `rl.prompt()`. + * @since v15.3.0, v14.17.0 + * @return the current prompt string + */ + getPrompt(): string; + /** + * The `rl.setPrompt()` method sets the prompt that will be written to `output` whenever `rl.prompt()` is called. + * @since v0.1.98 + */ + setPrompt(prompt: string): void; + /** + * The `rl.prompt()` method writes the `Interface` instances configured`prompt` to a new line in `output` in order to provide a user with a new + * location at which to provide input. + * + * When called, `rl.prompt()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the prompt is not written. + * @since v0.1.98 + * @param preserveCursor If `true`, prevents the cursor placement from being reset to `0`. + */ + prompt(preserveCursor?: boolean): void; + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback` function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `query` is not written. + * + * The `callback` function passed to `rl.question()` does not follow the typical + * pattern of accepting an `Error` object or `null` as the first argument. + * The `callback` is called with the provided answer as the only argument. + * + * An error will be thrown if calling `rl.question()` after `rl.close()`. + * + * Example usage: + * + * ```js + * rl.question('What is your favorite food? ', (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * ``` + * + * Using an `AbortController` to cancel a question. + * + * ```js + * const ac = new AbortController(); + * const signal = ac.signal; + * + * rl.question('What is your favorite food? ', { signal }, (answer) => { + * console.log(`Oh, so your favorite food is ${answer}`); + * }); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * setTimeout(() => ac.abort(), 10000); + * ``` + * @since v0.3.3 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @param callback A callback function that is invoked with the user's input in response to the `query`. + */ + question(query: string, callback: (answer: string) => void): void; + question(query: string, options: Abortable, callback: (answer: string) => void): void; + /** + * The `rl.pause()` method pauses the `input` stream, allowing it to be resumed + * later if necessary. + * + * Calling `rl.pause()` does not immediately pause other events (including `'line'`) from being emitted by the `Interface` instance. + * @since v0.3.4 + */ + pause(): this; + /** + * The `rl.resume()` method resumes the `input` stream if it has been paused. + * @since v0.3.4 + */ + resume(): this; + /** + * The `rl.close()` method closes the `Interface` instance and + * relinquishes control over the `input` and `output` streams. When called, + * the `'close'` event will be emitted. + * + * Calling `rl.close()` does not immediately stop other events (including `'line'`) + * from being emitted by the `Interface` instance. + * @since v0.1.98 + */ + close(): void; + /** + * The `rl.write()` method will write either `data` or a key sequence identified + * by `key` to the `output`. The `key` argument is supported only if `output` is + * a `TTY` text terminal. See `TTY keybindings` for a list of key + * combinations. + * + * If `key` is specified, `data` is ignored. + * + * When called, `rl.write()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `data` and `key` are not written. + * + * ```js + * rl.write('Delete this!'); + * // Simulate Ctrl+U to delete the line written previously + * rl.write(null, { ctrl: true, name: 'u' }); + * ``` + * + * The `rl.write()` method will write the data to the `readline` `Interface`'s `input` _as if it were provided by the user_. + * @since v0.1.98 + */ + write(data: string | Buffer, key?: Key): void; + write(data: undefined | null | string | Buffer, key: Key): void; + /** + * Returns the real position of the cursor in relation to the input + * prompt + string. Long input (wrapping) strings, as well as multiple + * line prompts are included in the calculations. + * @since v13.5.0, v12.16.0 + */ + getCursorPos(): CursorPos; + /** + * events.EventEmitter + * 1. close + * 2. line + * 3. pause + * 4. resume + * 5. SIGCONT + * 6. SIGINT + * 7. SIGTSTP + * 8. history + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + addListener(event: "history", listener: (history: string[]) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + emit(event: "history", history: string[]): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + on(event: "history", listener: (history: string[]) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + once(event: "history", listener: (history: string[]) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + prependListener(event: "history", listener: (history: string[]) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + prependOnceListener(event: "history", listener: (history: string[]) => void): this; + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + } + export type ReadLine = Interface; // type forwarded for backwards compatibility + export type Completer = (line: string) => CompleterResult; + export type AsyncCompleter = ( + line: string, + callback: (err?: null | Error, result?: CompleterResult) => void, + ) => void; + export type CompleterResult = [string[], string]; + export interface ReadLineOptions { + /** + * The [`Readable`](https://nodejs.org/docs/latest-v22.x/api/stream.html#readable-streams) stream to listen to + */ + input: NodeJS.ReadableStream; + /** + * The [`Writable`](https://nodejs.org/docs/latest-v22.x/api/stream.html#writable-streams) stream to write readline data to. + */ + output?: NodeJS.WritableStream | undefined; + /** + * An optional function used for Tab autocompletion. + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * `true` if the `input` and `output` streams should be treated like a TTY, + * and have ANSI/VT100 escape codes written to it. + * Default: checking `isTTY` on the `output` stream upon instantiation. + */ + terminal?: boolean | undefined; + /** + * Initial list of history lines. + * This option makes sense only if `terminal` is set to `true` by the user or by an internal `output` check, + * otherwise the history caching mechanism is not initialized at all. + * @default [] + */ + history?: string[] | undefined; + /** + * Maximum number of history lines retained. + * To disable the history set this value to `0`. + * This option makes sense only if `terminal` is set to `true` by the user or by an internal `output` check, + * otherwise the history caching mechanism is not initialized at all. + * @default 30 + */ + historySize?: number | undefined; + /** + * If `true`, when a new input line added to the history list duplicates an older one, + * this removes the older line from the list. + * @default false + */ + removeHistoryDuplicates?: boolean | undefined; + /** + * The prompt string to use. + * @default "> " + */ + prompt?: string | undefined; + /** + * If the delay between `\r` and `\n` exceeds `crlfDelay` milliseconds, + * both `\r` and `\n` will be treated as separate end-of-line input. + * `crlfDelay` will be coerced to a number no less than `100`. + * It can be set to `Infinity`, in which case + * `\r` followed by `\n` will always be considered a single newline + * (which may be reasonable for [reading files](https://nodejs.org/docs/latest-v22.x/api/readline.html#example-read-file-stream-line-by-line) with `\r\n` line delimiter). + * @default 100 + */ + crlfDelay?: number | undefined; + /** + * The duration `readline` will wait for a character + * (when reading an ambiguous key sequence in milliseconds + * one that can both form a complete key sequence using the input read so far + * and can take additional input to complete a longer key sequence). + * @default 500 + */ + escapeCodeTimeout?: number | undefined; + /** + * The number of spaces a tab is equal to (minimum 1). + * @default 8 + */ + tabSize?: number | undefined; + /** + * Allows closing the interface using an AbortSignal. + * Aborting the signal will internally call `close` on the interface. + */ + signal?: AbortSignal | undefined; + } + /** + * The `readline.createInterface()` method creates a new `readline.Interface` instance. + * + * ```js + * import readline from 'node:readline'; + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * }); + * ``` + * + * Once the `readline.Interface` instance is created, the most common case is to + * listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * + * When creating a `readline.Interface` using `stdin` as input, the program + * will not terminate until it receives an [EOF character](https://en.wikipedia.org/wiki/End-of-file#EOF_character). To exit without + * waiting for user input, call `process.stdin.unref()`. + * @since v0.1.98 + */ + export function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer | AsyncCompleter, + terminal?: boolean, + ): Interface; + export function createInterface(options: ReadLineOptions): Interface; + /** + * The `readline.emitKeypressEvents()` method causes the given `Readable` stream to begin emitting `'keypress'` events corresponding to received input. + * + * Optionally, `interface` specifies a `readline.Interface` instance for which + * autocompletion is disabled when copy-pasted input is detected. + * + * If the `stream` is a `TTY`, then it must be in raw mode. + * + * This is automatically called by any readline instance on its `input` if the `input` is a terminal. Closing the `readline` instance does not stop + * the `input` from emitting `'keypress'` events. + * + * ```js + * readline.emitKeypressEvents(process.stdin); + * if (process.stdin.isTTY) + * process.stdin.setRawMode(true); + * ``` + * + * ## Example: Tiny CLI + * + * The following example illustrates the use of `readline.Interface` class to + * implement a small command-line interface: + * + * ```js + * import readline from 'node:readline'; + * const rl = readline.createInterface({ + * input: process.stdin, + * output: process.stdout, + * prompt: 'OHAI> ', + * }); + * + * rl.prompt(); + * + * rl.on('line', (line) => { + * switch (line.trim()) { + * case 'hello': + * console.log('world!'); + * break; + * default: + * console.log(`Say what? I might have heard '${line.trim()}'`); + * break; + * } + * rl.prompt(); + * }).on('close', () => { + * console.log('Have a great day!'); + * process.exit(0); + * }); + * ``` + * + * ## Example: Read file stream line-by-Line + * + * A common use case for `readline` is to consume an input file one line at a + * time. The easiest way to do so is leveraging the `fs.ReadStream` API as + * well as a `for await...of` loop: + * + * ```js + * import fs from 'node:fs'; + * import readline from 'node:readline'; + * + * async function processLineByLine() { + * const fileStream = fs.createReadStream('input.txt'); + * + * const rl = readline.createInterface({ + * input: fileStream, + * crlfDelay: Infinity, + * }); + * // Note: we use the crlfDelay option to recognize all instances of CR LF + * // ('\r\n') in input.txt as a single line break. + * + * for await (const line of rl) { + * // Each line in input.txt will be successively available here as `line`. + * console.log(`Line from file: ${line}`); + * } + * } + * + * processLineByLine(); + * ``` + * + * Alternatively, one could use the `'line'` event: + * + * ```js + * import fs from 'node:fs'; + * import readline from 'node:readline'; + * + * const rl = readline.createInterface({ + * input: fs.createReadStream('sample.txt'), + * crlfDelay: Infinity, + * }); + * + * rl.on('line', (line) => { + * console.log(`Line from file: ${line}`); + * }); + * ``` + * + * Currently, `for await...of` loop can be a bit slower. If `async` / `await` flow and speed are both essential, a mixed approach can be applied: + * + * ```js + * import { once } from 'node:events'; + * import { createReadStream } from 'node:fs'; + * import { createInterface } from 'node:readline'; + * + * (async function processLineByLine() { + * try { + * const rl = createInterface({ + * input: createReadStream('big-file.txt'), + * crlfDelay: Infinity, + * }); + * + * rl.on('line', (line) => { + * // Process the line. + * }); + * + * await once(rl, 'close'); + * + * console.log('File processed.'); + * } catch (err) { + * console.error(err); + * } + * })(); + * ``` + * @since v0.7.7 + */ + export function emitKeypressEvents(stream: NodeJS.ReadableStream, readlineInterface?: Interface): void; + export type Direction = -1 | 0 | 1; + export interface CursorPos { + rows: number; + cols: number; + } + /** + * The `readline.clearLine()` method clears current line of given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) stream + * in a specified direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearLine(stream: NodeJS.WritableStream, dir: Direction, callback?: () => void): boolean; + /** + * The `readline.clearScreenDown()` method clears the given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) stream from + * the current position of the cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function clearScreenDown(stream: NodeJS.WritableStream, callback?: () => void): boolean; + /** + * The `readline.cursorTo()` method moves cursor to the specified position in a + * given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function cursorTo(stream: NodeJS.WritableStream, x: number, y?: number, callback?: () => void): boolean; + /** + * The `readline.moveCursor()` method moves the cursor _relative_ to its current + * position in a given [TTY](https://nodejs.org/docs/latest-v22.x/api/tty.html) `stream`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if `stream` wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + export function moveCursor(stream: NodeJS.WritableStream, dx: number, dy: number, callback?: () => void): boolean; +} +declare module "node:readline" { + export * from "readline"; +} diff --git a/server/node_modules/@types/node/readline/promises.d.ts b/server/node_modules/@types/node/readline/promises.d.ts new file mode 100644 index 000000000..86754bba0 --- /dev/null +++ b/server/node_modules/@types/node/readline/promises.d.ts @@ -0,0 +1,162 @@ +/** + * @since v17.0.0 + * @experimental + */ +declare module "readline/promises" { + import { Abortable } from "node:events"; + import { + CompleterResult, + Direction, + Interface as _Interface, + ReadLineOptions as _ReadLineOptions, + } from "node:readline"; + /** + * Instances of the `readlinePromises.Interface` class are constructed using the `readlinePromises.createInterface()` method. Every instance is associated with a + * single `input` `Readable` stream and a single `output` `Writable` stream. + * The `output` stream is used to print prompts for user input that arrives on, + * and is read from, the `input` stream. + * @since v17.0.0 + */ + class Interface extends _Interface { + /** + * The `rl.question()` method displays the `query` by writing it to the `output`, + * waits for user input to be provided on `input`, then invokes the `callback` function passing the provided input as the first argument. + * + * When called, `rl.question()` will resume the `input` stream if it has been + * paused. + * + * If the `Interface` was created with `output` set to `null` or `undefined` the `query` is not written. + * + * If the question is called after `rl.close()`, it returns a rejected promise. + * + * Example usage: + * + * ```js + * const answer = await rl.question('What is your favorite food? '); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * + * Using an `AbortSignal` to cancel a question. + * + * ```js + * const signal = AbortSignal.timeout(10_000); + * + * signal.addEventListener('abort', () => { + * console.log('The food question timed out'); + * }, { once: true }); + * + * const answer = await rl.question('What is your favorite food? ', { signal }); + * console.log(`Oh, so your favorite food is ${answer}`); + * ``` + * @since v17.0.0 + * @param query A statement or query to write to `output`, prepended to the prompt. + * @return A promise that is fulfilled with the user's input in response to the `query`. + */ + question(query: string): Promise; + question(query: string, options: Abortable): Promise; + } + /** + * @since v17.0.0 + */ + class Readline { + /** + * @param stream A TTY stream. + */ + constructor( + stream: NodeJS.WritableStream, + options?: { + autoCommit?: boolean; + }, + ); + /** + * The `rl.clearLine()` method adds to the internal list of pending action an + * action that clears current line of the associated `stream` in a specified + * direction identified by `dir`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + clearLine(dir: Direction): this; + /** + * The `rl.clearScreenDown()` method adds to the internal list of pending action an + * action that clears the associated stream from the current position of the + * cursor down. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + clearScreenDown(): this; + /** + * The `rl.commit()` method sends all the pending actions to the associated `stream` and clears the internal list of pending actions. + * @since v17.0.0 + */ + commit(): Promise; + /** + * The `rl.cursorTo()` method adds to the internal list of pending action an action + * that moves cursor to the specified position in the associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + cursorTo(x: number, y?: number): this; + /** + * The `rl.moveCursor()` method adds to the internal list of pending action an + * action that moves the cursor _relative_ to its current position in the + * associated `stream`. + * Call `rl.commit()` to see the effect of this method, unless `autoCommit: true` was passed to the constructor. + * @since v17.0.0 + * @return this + */ + moveCursor(dx: number, dy: number): this; + /** + * The `rl.rollback` methods clears the internal list of pending actions without + * sending it to the associated `stream`. + * @since v17.0.0 + * @return this + */ + rollback(): this; + } + type Completer = (line: string) => CompleterResult | Promise; + interface ReadLineOptions extends Omit<_ReadLineOptions, "completer"> { + /** + * An optional function used for Tab autocompletion. + */ + completer?: Completer | undefined; + } + /** + * The `readlinePromises.createInterface()` method creates a new `readlinePromises.Interface` instance. + * + * ```js + * import readlinePromises from 'node:readline/promises'; + * const rl = readlinePromises.createInterface({ + * input: process.stdin, + * output: process.stdout, + * }); + * ``` + * + * Once the `readlinePromises.Interface` instance is created, the most common case + * is to listen for the `'line'` event: + * + * ```js + * rl.on('line', (line) => { + * console.log(`Received: ${line}`); + * }); + * ``` + * + * If `terminal` is `true` for this instance then the `output` stream will get + * the best compatibility if it defines an `output.columns` property and emits + * a `'resize'` event on the `output` if or when the columns ever change + * (`process.stdout` does this automatically when it is a TTY). + * @since v17.0.0 + */ + function createInterface( + input: NodeJS.ReadableStream, + output?: NodeJS.WritableStream, + completer?: Completer, + terminal?: boolean, + ): Interface; + function createInterface(options: ReadLineOptions): Interface; +} +declare module "node:readline/promises" { + export * from "readline/promises"; +} diff --git a/server/node_modules/@types/node/repl.d.ts b/server/node_modules/@types/node/repl.d.ts new file mode 100644 index 000000000..5ff046ada --- /dev/null +++ b/server/node_modules/@types/node/repl.d.ts @@ -0,0 +1,430 @@ +/** + * The `node:repl` module provides a Read-Eval-Print-Loop (REPL) implementation + * that is available both as a standalone program or includible in other + * applications. It can be accessed using: + * + * ```js + * import repl from 'node:repl'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/repl.js) + */ +declare module "repl" { + import { AsyncCompleter, Completer, Interface } from "node:readline"; + import { Context } from "node:vm"; + import { InspectOptions } from "node:util"; + interface ReplOptions { + /** + * The input prompt to display. + * @default "> " + */ + prompt?: string | undefined; + /** + * The `Readable` stream from which REPL input will be read. + * @default process.stdin + */ + input?: NodeJS.ReadableStream | undefined; + /** + * The `Writable` stream to which REPL output will be written. + * @default process.stdout + */ + output?: NodeJS.WritableStream | undefined; + /** + * If `true`, specifies that the output should be treated as a TTY terminal, and have + * ANSI/VT100 escape codes written to it. + * Default: checking the value of the `isTTY` property on the output stream upon + * instantiation. + */ + terminal?: boolean | undefined; + /** + * The function to be used when evaluating each given line of input. + * Default: an async wrapper for the JavaScript `eval()` function. An `eval` function can + * error with `repl.Recoverable` to indicate the input was incomplete and prompt for + * additional lines. + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_default_evaluation + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_custom_evaluation_functions + */ + eval?: REPLEval | undefined; + /** + * Defines if the repl prints output previews or not. + * @default `true` Always `false` in case `terminal` is falsy. + */ + preview?: boolean | undefined; + /** + * If `true`, specifies that the default `writer` function should include ANSI color + * styling to REPL output. If a custom `writer` function is provided then this has no + * effect. + * @default the REPL instance's `terminal` value + */ + useColors?: boolean | undefined; + /** + * If `true`, specifies that the default evaluation function will use the JavaScript + * `global` as the context as opposed to creating a new separate context for the REPL + * instance. The node CLI REPL sets this value to `true`. + * @default false + */ + useGlobal?: boolean | undefined; + /** + * If `true`, specifies that the default writer will not output the return value of a + * command if it evaluates to `undefined`. + * @default false + */ + ignoreUndefined?: boolean | undefined; + /** + * The function to invoke to format the output of each command before writing to `output`. + * @default a wrapper for `util.inspect` + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_customizing_repl_output + */ + writer?: REPLWriter | undefined; + /** + * An optional function used for custom Tab auto completion. + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/readline.html#readline_use_of_the_completer_function + */ + completer?: Completer | AsyncCompleter | undefined; + /** + * A flag that specifies whether the default evaluator executes all JavaScript commands in + * strict mode or default (sloppy) mode. + * Accepted values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + replMode?: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT | undefined; + /** + * Stop evaluating the current piece of code when `SIGINT` is received, i.e. `Ctrl+C` is + * pressed. This cannot be used together with a custom `eval` function. + * @default false + */ + breakEvalOnSigint?: boolean | undefined; + } + type REPLEval = ( + this: REPLServer, + evalCmd: string, + context: Context, + file: string, + cb: (err: Error | null, result: any) => void, + ) => void; + type REPLWriter = (this: REPLServer, obj: any) => string; + /** + * This is the default "writer" value, if none is passed in the REPL options, + * and it can be overridden by custom print functions. + */ + const writer: REPLWriter & { + options: InspectOptions; + }; + type REPLCommandAction = (this: REPLServer, text: string) => void; + interface REPLCommand { + /** + * Help text to be displayed when `.help` is entered. + */ + help?: string | undefined; + /** + * The function to execute, optionally accepting a single string argument. + */ + action: REPLCommandAction; + } + /** + * Instances of `repl.REPLServer` are created using the {@link start} method + * or directly using the JavaScript `new` keyword. + * + * ```js + * import repl from 'node:repl'; + * + * const options = { useColors: true }; + * + * const firstInstance = repl.start(options); + * const secondInstance = new repl.REPLServer(options); + * ``` + * @since v0.1.91 + */ + class REPLServer extends Interface { + /** + * The `vm.Context` provided to the `eval` function to be used for JavaScript + * evaluation. + */ + readonly context: Context; + /** + * @deprecated since v14.3.0 - Use `input` instead. + */ + readonly inputStream: NodeJS.ReadableStream; + /** + * @deprecated since v14.3.0 - Use `output` instead. + */ + readonly outputStream: NodeJS.WritableStream; + /** + * The `Readable` stream from which REPL input will be read. + */ + readonly input: NodeJS.ReadableStream; + /** + * The `Writable` stream to which REPL output will be written. + */ + readonly output: NodeJS.WritableStream; + /** + * The commands registered via `replServer.defineCommand()`. + */ + readonly commands: NodeJS.ReadOnlyDict; + /** + * A value indicating whether the REPL is currently in "editor mode". + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_commands_and_special_keys + */ + readonly editorMode: boolean; + /** + * A value indicating whether the `_` variable has been assigned. + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreAssigned: boolean; + /** + * The last evaluation result from the REPL (assigned to the `_` variable inside of the REPL). + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly last: any; + /** + * A value indicating whether the `_error` variable has been assigned. + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly underscoreErrAssigned: boolean; + /** + * The last error raised inside the REPL (assigned to the `_error` variable inside of the REPL). + * + * @since v9.8.0 + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_assignment_of_the_underscore_variable + */ + readonly lastError: any; + /** + * Specified in the REPL options, this is the function to be used when evaluating each + * given line of input. If not specified in the REPL options, this is an async wrapper + * for the JavaScript `eval()` function. + */ + readonly eval: REPLEval; + /** + * Specified in the REPL options, this is a value indicating whether the default + * `writer` function should include ANSI color styling to REPL output. + */ + readonly useColors: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `eval` + * function will use the JavaScript `global` as the context as opposed to creating a new + * separate context for the REPL instance. + */ + readonly useGlobal: boolean; + /** + * Specified in the REPL options, this is a value indicating whether the default `writer` + * function should output the result of a command if it evaluates to `undefined`. + */ + readonly ignoreUndefined: boolean; + /** + * Specified in the REPL options, this is the function to invoke to format the output of + * each command before writing to `outputStream`. If not specified in the REPL options, + * this will be a wrapper for `util.inspect`. + */ + readonly writer: REPLWriter; + /** + * Specified in the REPL options, this is the function to use for custom Tab auto-completion. + */ + readonly completer: Completer | AsyncCompleter; + /** + * Specified in the REPL options, this is a flag that specifies whether the default `eval` + * function should execute all JavaScript commands in strict mode or default (sloppy) mode. + * Possible values are: + * - `repl.REPL_MODE_SLOPPY` - evaluates expressions in sloppy mode. + * - `repl.REPL_MODE_STRICT` - evaluates expressions in strict mode. This is equivalent to + * prefacing every repl statement with `'use strict'`. + */ + readonly replMode: typeof REPL_MODE_SLOPPY | typeof REPL_MODE_STRICT; + /** + * NOTE: According to the documentation: + * + * > Instances of `repl.REPLServer` are created using the `repl.start()` method and + * > _should not_ be created directly using the JavaScript `new` keyword. + * + * `REPLServer` cannot be subclassed due to implementation specifics in NodeJS. + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_class_replserver + */ + private constructor(); + /** + * The `replServer.defineCommand()` method is used to add new `.`\-prefixed commands + * to the REPL instance. Such commands are invoked by typing a `.` followed by the `keyword`. The `cmd` is either a `Function` or an `Object` with the following + * properties: + * + * The following example shows two new commands added to the REPL instance: + * + * ```js + * import repl from 'node:repl'; + * + * const replServer = repl.start({ prompt: '> ' }); + * replServer.defineCommand('sayhello', { + * help: 'Say hello', + * action(name) { + * this.clearBufferedCommand(); + * console.log(`Hello, ${name}!`); + * this.displayPrompt(); + * }, + * }); + * replServer.defineCommand('saybye', function saybye() { + * console.log('Goodbye!'); + * this.close(); + * }); + * ``` + * + * The new commands can then be used from within the REPL instance: + * + * ```console + * > .sayhello Node.js User + * Hello, Node.js User! + * > .saybye + * Goodbye! + * ``` + * @since v0.3.0 + * @param keyword The command keyword (_without_ a leading `.` character). + * @param cmd The function to invoke when the command is processed. + */ + defineCommand(keyword: string, cmd: REPLCommandAction | REPLCommand): void; + /** + * The `replServer.displayPrompt()` method readies the REPL instance for input + * from the user, printing the configured `prompt` to a new line in the `output` and resuming the `input` to accept new input. + * + * When multi-line input is being entered, an ellipsis is printed rather than the + * 'prompt'. + * + * When `preserveCursor` is `true`, the cursor placement will not be reset to `0`. + * + * The `replServer.displayPrompt` method is primarily intended to be called from + * within the action function for commands registered using the `replServer.defineCommand()` method. + * @since v0.1.91 + */ + displayPrompt(preserveCursor?: boolean): void; + /** + * The `replServer.clearBufferedCommand()` method clears any command that has been + * buffered but not yet executed. This method is primarily intended to be + * called from within the action function for commands registered using the `replServer.defineCommand()` method. + * @since v9.0.0 + */ + clearBufferedCommand(): void; + /** + * Initializes a history log file for the REPL instance. When executing the + * Node.js binary and using the command-line REPL, a history file is initialized + * by default. However, this is not the case when creating a REPL + * programmatically. Use this method to initialize a history log file when working + * with REPL instances programmatically. + * @since v11.10.0 + * @param historyPath the path to the history file + * @param callback called when history writes are ready or upon error + */ + setupHistory(path: string, callback: (err: Error | null, repl: this) => void): void; + /** + * events.EventEmitter + * 1. close - inherited from `readline.Interface` + * 2. line - inherited from `readline.Interface` + * 3. pause - inherited from `readline.Interface` + * 4. resume - inherited from `readline.Interface` + * 5. SIGCONT - inherited from `readline.Interface` + * 6. SIGINT - inherited from `readline.Interface` + * 7. SIGTSTP - inherited from `readline.Interface` + * 8. exit + * 9. reset + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "close", listener: () => void): this; + addListener(event: "line", listener: (input: string) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "SIGCONT", listener: () => void): this; + addListener(event: "SIGINT", listener: () => void): this; + addListener(event: "SIGTSTP", listener: () => void): this; + addListener(event: "exit", listener: () => void): this; + addListener(event: "reset", listener: (context: Context) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "close"): boolean; + emit(event: "line", input: string): boolean; + emit(event: "pause"): boolean; + emit(event: "resume"): boolean; + emit(event: "SIGCONT"): boolean; + emit(event: "SIGINT"): boolean; + emit(event: "SIGTSTP"): boolean; + emit(event: "exit"): boolean; + emit(event: "reset", context: Context): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "close", listener: () => void): this; + on(event: "line", listener: (input: string) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "SIGCONT", listener: () => void): this; + on(event: "SIGINT", listener: () => void): this; + on(event: "SIGTSTP", listener: () => void): this; + on(event: "exit", listener: () => void): this; + on(event: "reset", listener: (context: Context) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "line", listener: (input: string) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "SIGCONT", listener: () => void): this; + once(event: "SIGINT", listener: () => void): this; + once(event: "SIGTSTP", listener: () => void): this; + once(event: "exit", listener: () => void): this; + once(event: "reset", listener: (context: Context) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "line", listener: (input: string) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "SIGCONT", listener: () => void): this; + prependListener(event: "SIGINT", listener: () => void): this; + prependListener(event: "SIGTSTP", listener: () => void): this; + prependListener(event: "exit", listener: () => void): this; + prependListener(event: "reset", listener: (context: Context) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "line", listener: (input: string) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "SIGCONT", listener: () => void): this; + prependOnceListener(event: "SIGINT", listener: () => void): this; + prependOnceListener(event: "SIGTSTP", listener: () => void): this; + prependOnceListener(event: "exit", listener: () => void): this; + prependOnceListener(event: "reset", listener: (context: Context) => void): this; + } + /** + * A flag passed in the REPL options. Evaluates expressions in sloppy mode. + */ + const REPL_MODE_SLOPPY: unique symbol; + /** + * A flag passed in the REPL options. Evaluates expressions in strict mode. + * This is equivalent to prefacing every repl statement with `'use strict'`. + */ + const REPL_MODE_STRICT: unique symbol; + /** + * The `repl.start()` method creates and starts a {@link REPLServer} instance. + * + * If `options` is a string, then it specifies the input prompt: + * + * ```js + * import repl from 'node:repl'; + * + * // a Unix style prompt + * repl.start('$ '); + * ``` + * @since v0.1.91 + */ + function start(options?: string | ReplOptions): REPLServer; + /** + * Indicates a recoverable error that a `REPLServer` can use to support multi-line input. + * + * @see https://nodejs.org/dist/latest-v22.x/docs/api/repl.html#repl_recoverable_errors + */ + class Recoverable extends SyntaxError { + err: Error; + constructor(err: Error); + } +} +declare module "node:repl" { + export * from "repl"; +} diff --git a/server/node_modules/@types/node/sea.d.ts b/server/node_modules/@types/node/sea.d.ts new file mode 100644 index 000000000..301307476 --- /dev/null +++ b/server/node_modules/@types/node/sea.d.ts @@ -0,0 +1,153 @@ +/** + * This feature allows the distribution of a Node.js application conveniently to a + * system that does not have Node.js installed. + * + * Node.js supports the creation of [single executable applications](https://github.com/nodejs/single-executable) by allowing + * the injection of a blob prepared by Node.js, which can contain a bundled script, + * into the `node` binary. During start up, the program checks if anything has been + * injected. If the blob is found, it executes the script in the blob. Otherwise + * Node.js operates as it normally does. + * + * The single executable application feature currently only supports running a + * single embedded script using the `CommonJS` module system. + * + * Users can create a single executable application from their bundled script + * with the `node` binary itself and any tool which can inject resources into the + * binary. + * + * Here are the steps for creating a single executable application using one such + * tool, [postject](https://github.com/nodejs/postject): + * + * 1. Create a JavaScript file: + * ```bash + * echo 'console.log(`Hello, ${process.argv[2]}!`);' > hello.js + * ``` + * 2. Create a configuration file building a blob that can be injected into the + * single executable application (see `Generating single executable preparation blobs` for details): + * ```bash + * echo '{ "main": "hello.js", "output": "sea-prep.blob" }' > sea-config.json + * ``` + * 3. Generate the blob to be injected: + * ```bash + * node --experimental-sea-config sea-config.json + * ``` + * 4. Create a copy of the `node` executable and name it according to your needs: + * * On systems other than Windows: + * ```bash + * cp $(command -v node) hello + * ``` + * * On Windows: + * ```text + * node -e "require('fs').copyFileSync(process.execPath, 'hello.exe')" + * ``` + * The `.exe` extension is necessary. + * 5. Remove the signature of the binary (macOS and Windows only): + * * On macOS: + * ```bash + * codesign --remove-signature hello + * ``` + * * On Windows (optional): + * [signtool](https://learn.microsoft.com/en-us/windows/win32/seccrypto/signtool) can be used from the installed [Windows SDK](https://developer.microsoft.com/en-us/windows/downloads/windows-sdk/). + * If this step is + * skipped, ignore any signature-related warning from postject. + * ```powershell + * signtool remove /s hello.exe + * ``` + * 6. Inject the blob into the copied binary by running `postject` with + * the following options: + * * `hello` / `hello.exe` \- The name of the copy of the `node` executable + * created in step 4. + * * `NODE_SEA_BLOB` \- The name of the resource / note / section in the binary + * where the contents of the blob will be stored. + * * `sea-prep.blob` \- The name of the blob created in step 1. + * * `--sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2` \- The [fuse](https://www.electronjs.org/docs/latest/tutorial/fuses) used by the Node.js project to detect if a file has been + * injected. + * * `--macho-segment-name NODE_SEA` (only needed on macOS) - The name of the + * segment in the binary where the contents of the blob will be + * stored. + * To summarize, here is the required command for each platform: + * * On Linux: + * ```bash + * npx postject hello NODE_SEA_BLOB sea-prep.blob \ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On Windows - PowerShell: + * ```powershell + * npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ` + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On Windows - Command Prompt: + * ```text + * npx postject hello.exe NODE_SEA_BLOB sea-prep.blob ^ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 + * ``` + * * On macOS: + * ```bash + * npx postject hello NODE_SEA_BLOB sea-prep.blob \ + * --sentinel-fuse NODE_SEA_FUSE_fce680ab2cc467b6e072b8b5df1996b2 \ + * --macho-segment-name NODE_SEA + * ``` + * 7. Sign the binary (macOS and Windows only): + * * On macOS: + * ```bash + * codesign --sign - hello + * ``` + * * On Windows (optional): + * A certificate needs to be present for this to work. However, the unsigned + * binary would still be runnable. + * ```powershell + * signtool sign /fd SHA256 hello.exe + * ``` + * 8. Run the binary: + * * On systems other than Windows + * ```console + * $ ./hello world + * Hello, world! + * ``` + * * On Windows + * ```console + * $ .\hello.exe world + * Hello, world! + * ``` + * @since v19.7.0, v18.16.0 + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v22.x/src/node_sea.cc) + */ +declare module "node:sea" { + type AssetKey = string; + /** + * @since v20.12.0 + * @return Whether this script is running inside a single-executable application. + */ + function isSea(): boolean; + /** + * This method can be used to retrieve the assets configured to be bundled into the + * single-executable application at build time. + * An error is thrown when no matching asset can be found. + * @since v20.12.0 + */ + function getAsset(key: AssetKey): ArrayBuffer; + function getAsset(key: AssetKey, encoding: string): string; + /** + * Similar to `sea.getAsset()`, but returns the result in a [`Blob`](https://developer.mozilla.org/en-US/docs/Web/API/Blob). + * An error is thrown when no matching asset can be found. + * @since v20.12.0 + */ + function getAssetAsBlob(key: AssetKey, options?: { + type: string; + }): Blob; + /** + * This method can be used to retrieve the assets configured to be bundled into the + * single-executable application at build time. + * An error is thrown when no matching asset can be found. + * + * Unlike `sea.getRawAsset()` or `sea.getAssetAsBlob()`, this method does not + * return a copy. Instead, it returns the raw asset bundled inside the executable. + * + * For now, users should avoid writing to the returned array buffer. If the + * injected section is not marked as writable or not aligned properly, + * writes to the returned array buffer is likely to result in a crash. + * @since v20.12.0 + */ + function getRawAsset(key: AssetKey): ArrayBuffer; +} diff --git a/server/node_modules/@types/node/sqlite.d.ts b/server/node_modules/@types/node/sqlite.d.ts new file mode 100644 index 000000000..8bc9a7cca --- /dev/null +++ b/server/node_modules/@types/node/sqlite.d.ts @@ -0,0 +1,439 @@ +/** + * The `node:sqlite` module facilitates working with SQLite databases. + * To access it: + * + * ```js + * import sqlite from 'node:sqlite'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import sqlite from 'sqlite'; + * ``` + * + * The following example shows the basic usage of the `node:sqlite` module to open + * an in-memory database, write data to the database, and then read the data back. + * + * ```js + * import { DatabaseSync } from 'node:sqlite'; + * const database = new DatabaseSync(':memory:'); + * + * // Execute SQL statements from strings. + * database.exec(` + * CREATE TABLE data( + * key INTEGER PRIMARY KEY, + * value TEXT + * ) STRICT + * `); + * // Create a prepared statement to insert data into the database. + * const insert = database.prepare('INSERT INTO data (key, value) VALUES (?, ?)'); + * // Execute the prepared statement with bound values. + * insert.run(1, 'hello'); + * insert.run(2, 'world'); + * // Create a prepared statement to read data from the database. + * const query = database.prepare('SELECT * FROM data ORDER BY key'); + * // Execute the prepared statement and log the result set. + * console.log(query.all()); + * // Prints: [ { key: 1, value: 'hello' }, { key: 2, value: 'world' } ] + * ``` + * @since v22.5.0 + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/sqlite.js) + */ +declare module "node:sqlite" { + type SupportedValueType = null | number | bigint | string | Uint8Array; + interface DatabaseSyncOptions { + /** + * If `true`, the database is opened by the constructor. When + * this value is `false`, the database must be opened via the `open()` method. + * @since v22.5.0 + * @default true + */ + open?: boolean | undefined; + /** + * If `true`, foreign key constraints + * are enabled. This is recommended but can be disabled for compatibility with + * legacy database schemas. The enforcement of foreign key constraints can be + * enabled and disabled after opening the database using + * [`PRAGMA foreign_keys`](https://www.sqlite.org/pragma.html#pragma_foreign_keys). + * @since v22.10.0 + * @default true + */ + enableForeignKeyConstraints?: boolean | undefined; + /** + * If `true`, SQLite will accept + * [double-quoted string literals](https://www.sqlite.org/quirks.html#dblquote). + * This is not recommended but can be + * enabled for compatibility with legacy database schemas. + * @since v22.10.0 + * @default false + */ + enableDoubleQuotedStringLiterals?: boolean | undefined; + /** + * If `true`, the database is opened in read-only mode. + * If the database does not exist, opening it will fail. + * @since v22.12.0 + * @default false + */ + readOnly?: boolean | undefined; + /** + * If `true`, the `loadExtension` SQL function + * and the `loadExtension()` method are enabled. + * You can call `enableLoadExtension(false)` later to disable this feature. + * @since v22.13.0 + * @default false + */ + allowExtension?: boolean | undefined; + } + interface CreateSessionOptions { + /** + * A specific table to track changes for. By default, changes to all tables are tracked. + * @since v22.12.0 + */ + table?: string | undefined; + /** + * Name of the database to track. This is useful when multiple databases have been added using + * [`ATTACH DATABASE`](https://www.sqlite.org/lang_attach.html). + * @since v22.12.0 + * @default 'main' + */ + db?: string | undefined; + } + interface ApplyChangesetOptions { + /** + * Skip changes that, when targeted table name is supplied to this function, return a truthy value. + * By default, all changes are attempted. + * @since v22.12.0 + */ + filter?: ((tableName: string) => boolean) | undefined; + /** + * Determines how conflicts are handled. **Default**: `SQLITE_CHANGESET_ABORT`. + * @since v22.12.0 + */ + onConflict?: number | undefined; + } + interface FunctionOptions { + /** + * If `true`, the [`SQLITE_DETERMINISTIC`](https://www.sqlite.org/c3ref/c_deterministic.html) flag is + * set on the created function. + * @default false + */ + deterministic?: boolean | undefined; + /** + * If `true`, the [`SQLITE_DIRECTONLY`](https://www.sqlite.org/c3ref/c_directonly.html) flag is set on + * the created function. + * @default false + */ + directOnly?: boolean | undefined; + /** + * If `true`, integer arguments to `function` + * are converted to `BigInt`s. If `false`, integer arguments are passed as + * JavaScript numbers. + * @default false + */ + useBigIntArguments?: boolean | undefined; + /** + * If `true`, `function` can accept a variable number of + * arguments. If `false`, `function` must be invoked with exactly + * `function.length` arguments. + * @default false + */ + varargs?: boolean | undefined; + } + /** + * This class represents a single [connection](https://www.sqlite.org/c3ref/sqlite3.html) to a SQLite database. All APIs + * exposed by this class execute synchronously. + * @since v22.5.0 + */ + class DatabaseSync { + /** + * Constructs a new `DatabaseSync` instance. + * @param location The location of the database. + * A SQLite database can be stored in a file or completely [in memory](https://www.sqlite.org/inmemorydb.html). + * To use a file-backed database, the location should be a file path. + * To use an in-memory database, the location should be the special name `':memory:'`. + * @param options Configuration options for the database connection. + */ + constructor(location: string, options?: DatabaseSyncOptions); + /** + * Closes the database connection. An exception is thrown if the database is not + * open. This method is a wrapper around [`sqlite3_close_v2()`](https://www.sqlite.org/c3ref/close.html). + * @since v22.5.0 + */ + close(): void; + /** + * Loads a shared library into the database connection. This method is a wrapper + * around [`sqlite3_load_extension()`](https://www.sqlite.org/c3ref/load_extension.html). It is required to enable the + * `allowExtension` option when constructing the `DatabaseSync` instance. + * @since v22.13.0 + * @param path The path to the shared library to load. + */ + loadExtension(path: string): void; + /** + * Enables or disables the `loadExtension` SQL function, and the `loadExtension()` + * method. When `allowExtension` is `false` when constructing, you cannot enable + * loading extensions for security reasons. + * @since v22.13.0 + * @param allow Whether to allow loading extensions. + */ + enableLoadExtension(allow: boolean): void; + /** + * This method allows one or more SQL statements to be executed without returning + * any results. This method is useful when executing SQL statements read from a + * file. This method is a wrapper around [`sqlite3_exec()`](https://www.sqlite.org/c3ref/exec.html). + * @since v22.5.0 + * @param sql A SQL string to execute. + */ + exec(sql: string): void; + /** + * This method is used to create SQLite user-defined functions. This method is a + * wrapper around [`sqlite3_create_function_v2()`](https://www.sqlite.org/c3ref/create_function.html). + * @since v22.13.0 + * @param name The name of the SQLite function to create. + * @param options Optional configuration settings for the function. + * @param func The JavaScript function to call when the SQLite + * function is invoked. + */ + function( + name: string, + options: FunctionOptions, + func: (...args: SupportedValueType[]) => SupportedValueType, + ): void; + function(name: string, func: (...args: SupportedValueType[]) => SupportedValueType): void; + /** + * Opens the database specified in the `location` argument of the `DatabaseSync`constructor. This method should only be used when the database is not opened via + * the constructor. An exception is thrown if the database is already open. + * @since v22.5.0 + */ + open(): void; + /** + * Compiles a SQL statement into a [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This method is a wrapper + * around [`sqlite3_prepare_v2()`](https://www.sqlite.org/c3ref/prepare.html). + * @since v22.5.0 + * @param sql A SQL string to compile to a prepared statement. + * @return The prepared statement. + */ + prepare(sql: string): StatementSync; + /** + * Creates and attaches a session to the database. This method is a wrapper around + * [`sqlite3session_create()`](https://www.sqlite.org/session/sqlite3session_create.html) and + * [`sqlite3session_attach()`](https://www.sqlite.org/session/sqlite3session_attach.html). + * @param options The configuration options for the session. + * @returns A session handle. + * @since v22.12.0 + */ + createSession(options?: CreateSessionOptions): Session; + /** + * An exception is thrown if the database is not + * open. This method is a wrapper around + * [`sqlite3changeset_apply()`](https://www.sqlite.org/session/sqlite3changeset_apply.html). + * + * ```js + * const sourceDb = new DatabaseSync(':memory:'); + * const targetDb = new DatabaseSync(':memory:'); + * + * sourceDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'); + * targetDb.exec('CREATE TABLE data(key INTEGER PRIMARY KEY, value TEXT)'); + * + * const session = sourceDb.createSession(); + * + * const insert = sourceDb.prepare('INSERT INTO data (key, value) VALUES (?, ?)'); + * insert.run(1, 'hello'); + * insert.run(2, 'world'); + * + * const changeset = session.changeset(); + * targetDb.applyChangeset(changeset); + * // Now that the changeset has been applied, targetDb contains the same data as sourceDb. + * ``` + * @param changeset A binary changeset or patchset. + * @param options The configuration options for how the changes will be applied. + * @returns Whether the changeset was applied succesfully without being aborted. + * @since v22.12.0 + */ + applyChangeset(changeset: Uint8Array, options?: ApplyChangesetOptions): boolean; + } + /** + * @since v22.12.0 + */ + interface Session { + /** + * Retrieves a changeset containing all changes since the changeset was created. Can be called multiple times. + * An exception is thrown if the database or the session is not open. This method is a wrapper around + * [`sqlite3session_changeset()`](https://www.sqlite.org/session/sqlite3session_changeset.html). + * @returns Binary changeset that can be applied to other databases. + * @since v22.12.0 + */ + changeset(): Uint8Array; + /** + * Similar to the method above, but generates a more compact patchset. See + * [Changesets and Patchsets](https://www.sqlite.org/sessionintro.html#changesets_and_patchsets) + * in the documentation of SQLite. An exception is thrown if the database or the session is not open. This method is a + * wrapper around + * [`sqlite3session_patchset()`](https://www.sqlite.org/session/sqlite3session_patchset.html). + * @returns Binary patchset that can be applied to other databases. + * @since v22.12.0 + */ + patchset(): Uint8Array; + /** + * Closes the session. An exception is thrown if the database or the session is not open. This method is a + * wrapper around + * [`sqlite3session_delete()`](https://www.sqlite.org/session/sqlite3session_delete.html). + */ + close(): void; + } + interface StatementResultingChanges { + /** + * The number of rows modified, inserted, or deleted by the most recently completed `INSERT`, `UPDATE`, or `DELETE` statement. + * This field is either a number or a `BigInt` depending on the prepared statement's configuration. + * This property is the result of [`sqlite3_changes64()`](https://www.sqlite.org/c3ref/changes.html). + */ + changes: number | bigint; + /** + * The most recently inserted rowid. + * This field is either a number or a `BigInt` depending on the prepared statement's configuration. + * This property is the result of [`sqlite3_last_insert_rowid()`](https://www.sqlite.org/c3ref/last_insert_rowid.html). + */ + lastInsertRowid: number | bigint; + } + /** + * This class represents a single [prepared statement](https://www.sqlite.org/c3ref/stmt.html). This class cannot be + * instantiated via its constructor. Instead, instances are created via the`database.prepare()` method. All APIs exposed by this class execute + * synchronously. + * + * A prepared statement is an efficient binary representation of the SQL used to + * create it. Prepared statements are parameterizable, and can be invoked multiple + * times with different bound values. Parameters also offer protection against [SQL injection](https://en.wikipedia.org/wiki/SQL_injection) attacks. For these reasons, prepared statements are + * preferred + * over hand-crafted SQL strings when handling user input. + * @since v22.5.0 + */ + class StatementSync { + private constructor(); + /** + * This method executes a prepared statement and returns all results as an array of + * objects. If the prepared statement does not return any results, this method + * returns an empty array. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using + * the values in `namedParameters` and `anonymousParameters`. + * @since v22.5.0 + * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + * @return An array of objects. Each object corresponds to a row returned by executing the prepared statement. The keys and values of each object correspond to the column names and values of + * the row. + */ + all(...anonymousParameters: SupportedValueType[]): unknown[]; + all( + namedParameters: Record, + ...anonymousParameters: SupportedValueType[] + ): unknown[]; + /** + * The source SQL text of the prepared statement with parameter + * placeholders replaced by the values that were used during the most recent + * execution of this prepared statement. This property is a wrapper around + * [`sqlite3_expanded_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html). + * @since v22.5.0 + */ + readonly expandedSQL: string; + /** + * This method executes a prepared statement and returns the first result as an + * object. If the prepared statement does not return any results, this method + * returns `undefined`. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the + * values in `namedParameters` and `anonymousParameters`. + * @since v22.5.0 + * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + * @return An object corresponding to the first row returned by executing the prepared statement. The keys and values of the object correspond to the column names and values of the row. If no + * rows were returned from the database then this method returns `undefined`. + */ + get(...anonymousParameters: SupportedValueType[]): unknown; + get(namedParameters: Record, ...anonymousParameters: SupportedValueType[]): unknown; + /** + * This method executes a prepared statement and returns an iterator of + * objects. If the prepared statement does not return any results, this method + * returns an empty iterator. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using + * the values in `namedParameters` and `anonymousParameters`. + * @since v22.13.0 + * @param namedParameters An optional object used to bind named parameters. + * The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + * @returns An iterable iterator of objects. Each object corresponds to a row + * returned by executing the prepared statement. The keys and values of each + * object correspond to the column names and values of the row. + */ + iterate(...anonymousParameters: SupportedValueType[]): NodeJS.Iterator; + iterate( + namedParameters: Record, + ...anonymousParameters: SupportedValueType[] + ): NodeJS.Iterator; + /** + * This method executes a prepared statement and returns an object summarizing the + * resulting changes. The prepared statement [parameters are bound](https://www.sqlite.org/c3ref/bind_blob.html) using the + * values in `namedParameters` and `anonymousParameters`. + * @since v22.5.0 + * @param namedParameters An optional object used to bind named parameters. The keys of this object are used to configure the mapping. + * @param anonymousParameters Zero or more values to bind to anonymous parameters. + */ + run(...anonymousParameters: SupportedValueType[]): StatementResultingChanges; + run( + namedParameters: Record, + ...anonymousParameters: SupportedValueType[] + ): StatementResultingChanges; + /** + * The names of SQLite parameters begin with a prefix character. By default,`node:sqlite` requires that this prefix character is present when binding + * parameters. However, with the exception of dollar sign character, these + * prefix characters also require extra quoting when used in object keys. + * + * To improve ergonomics, this method can be used to also allow bare named + * parameters, which do not require the prefix character in JavaScript code. There + * are several caveats to be aware of when enabling bare named parameters: + * + * * The prefix character is still required in SQL. + * * The prefix character is still allowed in JavaScript. In fact, prefixed names + * will have slightly better binding performance. + * * Using ambiguous named parameters, such as `$k` and `@k`, in the same prepared + * statement will result in an exception as it cannot be determined how to bind + * a bare name. + * @since v22.5.0 + * @param enabled Enables or disables support for binding named parameters without the prefix character. + */ + setAllowBareNamedParameters(enabled: boolean): void; + /** + * When reading from the database, SQLite `INTEGER`s are mapped to JavaScript + * numbers by default. However, SQLite `INTEGER`s can store values larger than + * JavaScript numbers are capable of representing. In such cases, this method can + * be used to read `INTEGER` data using JavaScript `BigInt`s. This method has no + * impact on database write operations where numbers and `BigInt`s are both + * supported at all times. + * @since v22.5.0 + * @param enabled Enables or disables the use of `BigInt`s when reading `INTEGER` fields from the database. + */ + setReadBigInts(enabled: boolean): void; + /** + * The source SQL text of the prepared statement. This property is a + * wrapper around [`sqlite3_sql()`](https://www.sqlite.org/c3ref/expanded_sql.html). + * @since v22.5.0 + */ + readonly sourceSQL: string; + } + /** + * @since v22.13.0 + */ + namespace constants { + /** + * Conflicting changes are omitted. + * @since v22.12.0 + */ + const SQLITE_CHANGESET_OMIT: number; + /** + * Conflicting changes replace existing values. + * @since v22.12.0 + */ + const SQLITE_CHANGESET_REPLACE: number; + /** + * Abort when a change encounters a conflict and roll back database. + * @since v22.12.0 + */ + const SQLITE_CHANGESET_ABORT: number; + } +} diff --git a/server/node_modules/@types/node/stream.d.ts b/server/node_modules/@types/node/stream.d.ts new file mode 100644 index 000000000..c4b5d75aa --- /dev/null +++ b/server/node_modules/@types/node/stream.d.ts @@ -0,0 +1,1662 @@ +/** + * A stream is an abstract interface for working with streaming data in Node.js. + * The `node:stream` module provides an API for implementing the stream interface. + * + * There are many stream objects provided by Node.js. For instance, a [request to an HTTP server](https://nodejs.org/docs/latest-v22.x/api/http.html#class-httpincomingmessage) + * and [`process.stdout`](https://nodejs.org/docs/latest-v22.x/api/process.html#processstdout) are both stream instances. + * + * Streams can be readable, writable, or both. All streams are instances of [`EventEmitter`](https://nodejs.org/docs/latest-v22.x/api/events.html#class-eventemitter). + * + * To access the `node:stream` module: + * + * ```js + * import stream from 'node:stream'; + * ``` + * + * The `node:stream` module is useful for creating new types of stream instances. + * It is usually not necessary to use the `node:stream` module to consume streams. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/stream.js) + */ +declare module "stream" { + import { Abortable, EventEmitter } from "node:events"; + import { Blob as NodeBlob } from "node:buffer"; + import * as streamPromises from "node:stream/promises"; + import * as streamWeb from "node:stream/web"; + + type ComposeFnParam = (source: any) => void; + + class Stream extends EventEmitter { + pipe( + destination: T, + options?: { + end?: boolean | undefined; + }, + ): T; + compose( + stream: T | ComposeFnParam | Iterable | AsyncIterable, + options?: { signal: AbortSignal }, + ): T; + } + namespace Stream { + export { Stream, streamPromises as promises }; + } + namespace Stream { + interface StreamOptions extends Abortable { + emitClose?: boolean | undefined; + highWaterMark?: number | undefined; + objectMode?: boolean | undefined; + construct?(this: T, callback: (error?: Error | null) => void): void; + destroy?(this: T, error: Error | null, callback: (error?: Error | null) => void): void; + autoDestroy?: boolean | undefined; + } + interface ReadableOptions extends StreamOptions { + encoding?: BufferEncoding | undefined; + read?(this: T, size: number): void; + } + interface ArrayOptions { + /** + * The maximum concurrent invocations of `fn` to call on the stream at once. + * @default 1 + */ + concurrency?: number; + /** Allows destroying the stream if the signal is aborted. */ + signal?: AbortSignal; + } + /** + * @since v0.9.4 + */ + class Readable extends Stream implements NodeJS.ReadableStream { + /** + * A utility method for creating Readable Streams out of iterators. + * @since v12.3.0, v10.17.0 + * @param iterable Object implementing the `Symbol.asyncIterator` or `Symbol.iterator` iterable protocol. Emits an 'error' event if a null value is passed. + * @param options Options provided to `new stream.Readable([options])`. By default, `Readable.from()` will set `options.objectMode` to `true`, unless this is explicitly opted out by setting `options.objectMode` to `false`. + */ + static from(iterable: Iterable | AsyncIterable, options?: ReadableOptions): Readable; + /** + * A utility method for creating a `Readable` from a web `ReadableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb( + readableStream: streamWeb.ReadableStream, + options?: Pick, + ): Readable; + /** + * A utility method for creating a web `ReadableStream` from a `Readable`. + * @since v17.0.0 + * @experimental + */ + static toWeb( + streamReadable: Readable, + options?: { + strategy?: streamWeb.QueuingStrategy | undefined; + }, + ): streamWeb.ReadableStream; + /** + * Returns whether the stream has been read from or cancelled. + * @since v16.8.0 + */ + static isDisturbed(stream: Readable | NodeJS.ReadableStream): boolean; + /** + * Returns whether the stream was destroyed or errored before emitting `'end'`. + * @since v16.8.0 + * @experimental + */ + readonly readableAborted: boolean; + /** + * Is `true` if it is safe to call {@link read}, which means + * the stream has not been destroyed or emitted `'error'` or `'end'`. + * @since v11.4.0 + */ + readable: boolean; + /** + * Returns whether `'data'` has been emitted. + * @since v16.7.0, v14.18.0 + * @experimental + */ + readonly readableDidRead: boolean; + /** + * Getter for the property `encoding` of a given `Readable` stream. The `encoding` property can be set using the {@link setEncoding} method. + * @since v12.7.0 + */ + readonly readableEncoding: BufferEncoding | null; + /** + * Becomes `true` when [`'end'`](https://nodejs.org/docs/latest-v22.x/api/stream.html#event-end) event is emitted. + * @since v12.9.0 + */ + readonly readableEnded: boolean; + /** + * This property reflects the current state of a `Readable` stream as described + * in the [Three states](https://nodejs.org/docs/latest-v22.x/api/stream.html#three-states) section. + * @since v9.4.0 + */ + readonly readableFlowing: boolean | null; + /** + * Returns the value of `highWaterMark` passed when creating this `Readable`. + * @since v9.3.0 + */ + readonly readableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be read. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly readableLength: number; + /** + * Getter for the property `objectMode` of a given `Readable` stream. + * @since v12.3.0 + */ + readonly readableObjectMode: boolean; + /** + * Is `true` after `readable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is `true` after `'close'` has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + constructor(opts?: ReadableOptions); + _construct?(callback: (error?: Error | null) => void): void; + _read(size: number): void; + /** + * The `readable.read()` method reads data out of the internal buffer and + * returns it. If no data is available to be read, `null` is returned. By default, + * the data is returned as a `Buffer` object unless an encoding has been + * specified using the `readable.setEncoding()` method or the stream is operating + * in object mode. + * + * The optional `size` argument specifies a specific number of bytes to read. If + * `size` bytes are not available to be read, `null` will be returned _unless_ the + * stream has ended, in which case all of the data remaining in the internal buffer + * will be returned. + * + * If the `size` argument is not specified, all of the data contained in the + * internal buffer will be returned. + * + * The `size` argument must be less than or equal to 1 GiB. + * + * The `readable.read()` method should only be called on `Readable` streams + * operating in paused mode. In flowing mode, `readable.read()` is called + * automatically until the internal buffer is fully drained. + * + * ```js + * const readable = getReadableStreamSomehow(); + * + * // 'readable' may be triggered multiple times as data is buffered in + * readable.on('readable', () => { + * let chunk; + * console.log('Stream is readable (new data received in buffer)'); + * // Use a loop to make sure we read all currently available data + * while (null !== (chunk = readable.read())) { + * console.log(`Read ${chunk.length} bytes of data...`); + * } + * }); + * + * // 'end' will be triggered once when there is no more data available + * readable.on('end', () => { + * console.log('Reached end of stream.'); + * }); + * ``` + * + * Each call to `readable.read()` returns a chunk of data, or `null`. The chunks + * are not concatenated. A `while` loop is necessary to consume all data + * currently in the buffer. When reading a large file `.read()` may return `null`, + * having consumed all buffered content so far, but there is still more data to + * come not yet buffered. In this case a new `'readable'` event will be emitted + * when there is more data in the buffer. Finally the `'end'` event will be + * emitted when there is no more data to come. + * + * Therefore to read a file's whole contents from a `readable`, it is necessary + * to collect chunks across multiple `'readable'` events: + * + * ```js + * const chunks = []; + * + * readable.on('readable', () => { + * let chunk; + * while (null !== (chunk = readable.read())) { + * chunks.push(chunk); + * } + * }); + * + * readable.on('end', () => { + * const content = chunks.join(''); + * }); + * ``` + * + * A `Readable` stream in object mode will always return a single item from + * a call to `readable.read(size)`, regardless of the value of the `size` argument. + * + * If the `readable.read()` method returns a chunk of data, a `'data'` event will + * also be emitted. + * + * Calling {@link read} after the `'end'` event has + * been emitted will return `null`. No runtime error will be raised. + * @since v0.9.4 + * @param size Optional argument to specify how much data to read. + */ + read(size?: number): any; + /** + * The `readable.setEncoding()` method sets the character encoding for + * data read from the `Readable` stream. + * + * By default, no encoding is assigned and stream data will be returned as `Buffer` objects. Setting an encoding causes the stream data + * to be returned as strings of the specified encoding rather than as `Buffer` objects. For instance, calling `readable.setEncoding('utf8')` will cause the + * output data to be interpreted as UTF-8 data, and passed as strings. Calling `readable.setEncoding('hex')` will cause the data to be encoded in hexadecimal + * string format. + * + * The `Readable` stream will properly handle multi-byte characters delivered + * through the stream that would otherwise become improperly decoded if simply + * pulled from the stream as `Buffer` objects. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.setEncoding('utf8'); + * readable.on('data', (chunk) => { + * assert.equal(typeof chunk, 'string'); + * console.log('Got %d characters of string data:', chunk.length); + * }); + * ``` + * @since v0.9.4 + * @param encoding The encoding to use. + */ + setEncoding(encoding: BufferEncoding): this; + /** + * The `readable.pause()` method will cause a stream in flowing mode to stop + * emitting `'data'` events, switching out of flowing mode. Any data that + * becomes available will remain in the internal buffer. + * + * ```js + * const readable = getReadableStreamSomehow(); + * readable.on('data', (chunk) => { + * console.log(`Received ${chunk.length} bytes of data.`); + * readable.pause(); + * console.log('There will be no additional data for 1 second.'); + * setTimeout(() => { + * console.log('Now data will start flowing again.'); + * readable.resume(); + * }, 1000); + * }); + * ``` + * + * The `readable.pause()` method has no effect if there is a `'readable'` event listener. + * @since v0.9.4 + */ + pause(): this; + /** + * The `readable.resume()` method causes an explicitly paused `Readable` stream to + * resume emitting `'data'` events, switching the stream into flowing mode. + * + * The `readable.resume()` method can be used to fully consume the data from a + * stream without actually processing any of that data: + * + * ```js + * getReadableStreamSomehow() + * .resume() + * .on('end', () => { + * console.log('Reached the end, but did not read anything.'); + * }); + * ``` + * + * The `readable.resume()` method has no effect if there is a `'readable'` event listener. + * @since v0.9.4 + */ + resume(): this; + /** + * The `readable.isPaused()` method returns the current operating state of the `Readable`. + * This is used primarily by the mechanism that underlies the `readable.pipe()` method. + * In most typical cases, there will be no reason to use this method directly. + * + * ```js + * const readable = new stream.Readable(); + * + * readable.isPaused(); // === false + * readable.pause(); + * readable.isPaused(); // === true + * readable.resume(); + * readable.isPaused(); // === false + * ``` + * @since v0.11.14 + */ + isPaused(): boolean; + /** + * The `readable.unpipe()` method detaches a `Writable` stream previously attached + * using the {@link pipe} method. + * + * If the `destination` is not specified, then _all_ pipes are detached. + * + * If the `destination` is specified, but no pipe is set up for it, then + * the method does nothing. + * + * ```js + * import fs from 'node:fs'; + * const readable = getReadableStreamSomehow(); + * const writable = fs.createWriteStream('file.txt'); + * // All the data from readable goes into 'file.txt', + * // but only for the first second. + * readable.pipe(writable); + * setTimeout(() => { + * console.log('Stop writing to file.txt.'); + * readable.unpipe(writable); + * console.log('Manually close the file stream.'); + * writable.end(); + * }, 1000); + * ``` + * @since v0.9.4 + * @param destination Optional specific stream to unpipe + */ + unpipe(destination?: NodeJS.WritableStream): this; + /** + * Passing `chunk` as `null` signals the end of the stream (EOF) and behaves the + * same as `readable.push(null)`, after which no more data can be written. The EOF + * signal is put at the end of the buffer and any buffered data will still be + * flushed. + * + * The `readable.unshift()` method pushes a chunk of data back into the internal + * buffer. This is useful in certain situations where a stream is being consumed by + * code that needs to "un-consume" some amount of data that it has optimistically + * pulled out of the source, so that the data can be passed on to some other party. + * + * The `stream.unshift(chunk)` method cannot be called after the `'end'` event + * has been emitted or a runtime error will be thrown. + * + * Developers using `stream.unshift()` often should consider switching to + * use of a `Transform` stream instead. See the `API for stream implementers` section for more information. + * + * ```js + * // Pull off a header delimited by \n\n. + * // Use unshift() if we get too much. + * // Call the callback with (error, header, stream). + * import { StringDecoder } from 'node:string_decoder'; + * function parseHeader(stream, callback) { + * stream.on('error', callback); + * stream.on('readable', onReadable); + * const decoder = new StringDecoder('utf8'); + * let header = ''; + * function onReadable() { + * let chunk; + * while (null !== (chunk = stream.read())) { + * const str = decoder.write(chunk); + * if (str.includes('\n\n')) { + * // Found the header boundary. + * const split = str.split(/\n\n/); + * header += split.shift(); + * const remaining = split.join('\n\n'); + * const buf = Buffer.from(remaining, 'utf8'); + * stream.removeListener('error', callback); + * // Remove the 'readable' listener before unshifting. + * stream.removeListener('readable', onReadable); + * if (buf.length) + * stream.unshift(buf); + * // Now the body of the message can be read from the stream. + * callback(null, header, stream); + * return; + * } + * // Still reading the header. + * header += str; + * } + * } + * } + * ``` + * + * Unlike {@link push}, `stream.unshift(chunk)` will not + * end the reading process by resetting the internal reading state of the stream. + * This can cause unexpected results if `readable.unshift()` is called during a + * read (i.e. from within a {@link _read} implementation on a + * custom stream). Following the call to `readable.unshift()` with an immediate {@link push} will reset the reading state appropriately, + * however it is best to simply avoid calling `readable.unshift()` while in the + * process of performing a read. + * @since v0.9.11 + * @param chunk Chunk of data to unshift onto the read queue. For streams not operating in object mode, `chunk` must + * be a {string}, {Buffer}, {TypedArray}, {DataView} or `null`. For object mode streams, `chunk` may be any JavaScript value. + * @param encoding Encoding of string chunks. Must be a valid `Buffer` encoding, such as `'utf8'` or `'ascii'`. + */ + unshift(chunk: any, encoding?: BufferEncoding): void; + /** + * Prior to Node.js 0.10, streams did not implement the entire `node:stream` module API as it is currently defined. (See `Compatibility` for more + * information.) + * + * When using an older Node.js library that emits `'data'` events and has a {@link pause} method that is advisory only, the `readable.wrap()` method can be used to create a `Readable` + * stream that uses + * the old stream as its data source. + * + * It will rarely be necessary to use `readable.wrap()` but the method has been + * provided as a convenience for interacting with older Node.js applications and + * libraries. + * + * ```js + * import { OldReader } from './old-api-module.js'; + * import { Readable } from 'node:stream'; + * const oreader = new OldReader(); + * const myReader = new Readable().wrap(oreader); + * + * myReader.on('readable', () => { + * myReader.read(); // etc. + * }); + * ``` + * @since v0.9.4 + * @param stream An "old style" readable stream + */ + wrap(stream: NodeJS.ReadableStream): this; + push(chunk: any, encoding?: BufferEncoding): boolean; + /** + * The iterator created by this method gives users the option to cancel the destruction + * of the stream if the `for await...of` loop is exited by `return`, `break`, or `throw`, + * or if the iterator should destroy the stream if the stream emitted an error during iteration. + * @since v16.3.0 + * @param options.destroyOnReturn When set to `false`, calling `return` on the async iterator, + * or exiting a `for await...of` iteration using a `break`, `return`, or `throw` will not destroy the stream. + * **Default: `true`**. + */ + iterator(options?: { destroyOnReturn?: boolean }): NodeJS.AsyncIterator; + /** + * This method allows mapping over the stream. The *fn* function will be called for every chunk in the stream. + * If the *fn* function returns a promise - that promise will be `await`ed before being passed to the result stream. + * @since v17.4.0, v16.14.0 + * @param fn a function to map over every chunk in the stream. Async or not. + * @returns a stream mapped with the function *fn*. + */ + map(fn: (data: any, options?: Pick) => any, options?: ArrayOptions): Readable; + /** + * This method allows filtering the stream. For each chunk in the stream the *fn* function will be called + * and if it returns a truthy value, the chunk will be passed to the result stream. + * If the *fn* function returns a promise - that promise will be `await`ed. + * @since v17.4.0, v16.14.0 + * @param fn a function to filter chunks from the stream. Async or not. + * @returns a stream filtered with the predicate *fn*. + */ + filter( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Readable; + /** + * This method allows iterating a stream. For each chunk in the stream the *fn* function will be called. + * If the *fn* function returns a promise - that promise will be `await`ed. + * + * This method is different from `for await...of` loops in that it can optionally process chunks concurrently. + * In addition, a `forEach` iteration can only be stopped by having passed a `signal` option + * and aborting the related AbortController while `for await...of` can be stopped with `break` or `return`. + * In either case the stream will be destroyed. + * + * This method is different from listening to the `'data'` event in that it uses the `readable` event + * in the underlying machinary and can limit the number of concurrent *fn* calls. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise for when the stream has finished. + */ + forEach( + fn: (data: any, options?: Pick) => void | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method allows easily obtaining the contents of a stream. + * + * As this method reads the entire stream into memory, it negates the benefits of streams. It's intended + * for interoperability and convenience, not as the primary way to consume streams. + * @since v17.5.0 + * @returns a promise containing an array with the contents of the stream. + */ + toArray(options?: Pick): Promise; + /** + * This method is similar to `Array.prototype.some` and calls *fn* on each chunk in the stream + * until the awaited return value is `true` (or any truthy value). Once an *fn* call on a chunk + * `await`ed return value is truthy, the stream is destroyed and the promise is fulfilled with `true`. + * If none of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `false`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to `true` if *fn* returned a truthy value for at least one of the chunks. + */ + some( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method is similar to `Array.prototype.find` and calls *fn* on each chunk in the stream + * to find a chunk with a truthy value for *fn*. Once an *fn* call's awaited return value is truthy, + * the stream is destroyed and the promise is fulfilled with value for which *fn* returned a truthy value. + * If all of the *fn* calls on the chunks return a falsy value, the promise is fulfilled with `undefined`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to the first chunk for which *fn* evaluated with a truthy value, + * or `undefined` if no element was found. + */ + find( + fn: (data: any, options?: Pick) => data is T, + options?: ArrayOptions, + ): Promise; + find( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method is similar to `Array.prototype.every` and calls *fn* on each chunk in the stream + * to check if all awaited return values are truthy value for *fn*. Once an *fn* call on a chunk + * `await`ed return value is falsy, the stream is destroyed and the promise is fulfilled with `false`. + * If all of the *fn* calls on the chunks return a truthy value, the promise is fulfilled with `true`. + * @since v17.5.0 + * @param fn a function to call on each chunk of the stream. Async or not. + * @returns a promise evaluating to `true` if *fn* returned a truthy value for every one of the chunks. + */ + every( + fn: (data: any, options?: Pick) => boolean | Promise, + options?: ArrayOptions, + ): Promise; + /** + * This method returns a new stream by applying the given callback to each chunk of the stream + * and then flattening the result. + * + * It is possible to return a stream or another iterable or async iterable from *fn* and the result streams + * will be merged (flattened) into the returned stream. + * @since v17.5.0 + * @param fn a function to map over every chunk in the stream. May be async. May be a stream or generator. + * @returns a stream flat-mapped with the function *fn*. + */ + flatMap(fn: (data: any, options?: Pick) => any, options?: ArrayOptions): Readable; + /** + * This method returns a new stream with the first *limit* chunks dropped from the start. + * @since v17.5.0 + * @param limit the number of chunks to drop from the readable. + * @returns a stream with *limit* chunks dropped from the start. + */ + drop(limit: number, options?: Pick): Readable; + /** + * This method returns a new stream with the first *limit* chunks. + * @since v17.5.0 + * @param limit the number of chunks to take from the readable. + * @returns a stream with *limit* chunks taken. + */ + take(limit: number, options?: Pick): Readable; + /** + * This method returns a new stream with chunks of the underlying stream paired with a counter + * in the form `[index, chunk]`. The first index value is `0` and it increases by 1 for each chunk produced. + * @since v17.5.0 + * @returns a stream of indexed pairs. + */ + asIndexedPairs(options?: Pick): Readable; + /** + * This method calls *fn* on each chunk of the stream in order, passing it the result from the calculation + * on the previous element. It returns a promise for the final value of the reduction. + * + * If no *initial* value is supplied the first chunk of the stream is used as the initial value. + * If the stream is empty, the promise is rejected with a `TypeError` with the `ERR_INVALID_ARGS` code property. + * + * The reducer function iterates the stream element-by-element which means that there is no *concurrency* parameter + * or parallelism. To perform a reduce concurrently, you can extract the async function to `readable.map` method. + * @since v17.5.0 + * @param fn a reducer function to call over every chunk in the stream. Async or not. + * @param initial the initial value to use in the reduction. + * @returns a promise for the final value of the reduction. + */ + reduce( + fn: (previous: any, data: any, options?: Pick) => T, + initial?: undefined, + options?: Pick, + ): Promise; + reduce( + fn: (previous: T, data: any, options?: Pick) => T, + initial: T, + options?: Pick, + ): Promise; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the readable + * stream will release any internal resources and subsequent calls to `push()` will be ignored. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, but instead implement `readable._destroy()`. + * @since v8.0.0 + * @param error Error which will be passed as payload in `'error'` event + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. end + * 4. error + * 5. pause + * 6. readable + * 7. resume + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: any) => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "data", chunk: any): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "pause"): boolean; + emit(event: "readable"): boolean; + emit(event: "resume"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: any) => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "pause", listener: () => void): this; + on(event: "readable", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: any) => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "pause", listener: () => void): this; + once(event: "readable", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: any) => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: any) => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "data", listener: (chunk: any) => void): this; + removeListener(event: "end", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "pause", listener: () => void): this; + removeListener(event: "readable", listener: () => void): this; + removeListener(event: "resume", listener: () => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + [Symbol.asyncIterator](): NodeJS.AsyncIterator; + /** + * Calls `readable.destroy()` with an `AbortError` and returns a promise that fulfills when the stream is finished. + * @since v20.4.0 + */ + [Symbol.asyncDispose](): Promise; + } + interface WritableOptions extends StreamOptions { + decodeStrings?: boolean | undefined; + defaultEncoding?: BufferEncoding | undefined; + write?( + this: T, + chunk: any, + encoding: BufferEncoding, + callback: (error?: Error | null) => void, + ): void; + writev?( + this: T, + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void, + ): void; + final?(this: T, callback: (error?: Error | null) => void): void; + } + /** + * @since v0.9.4 + */ + class Writable extends Stream implements NodeJS.WritableStream { + /** + * A utility method for creating a `Writable` from a web `WritableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb( + writableStream: streamWeb.WritableStream, + options?: Pick, + ): Writable; + /** + * A utility method for creating a web `WritableStream` from a `Writable`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamWritable: Writable): streamWeb.WritableStream; + /** + * Is `true` if it is safe to call `writable.write()`, which means + * the stream has not been destroyed, errored, or ended. + * @since v11.4.0 + */ + readonly writable: boolean; + /** + * Is `true` after `writable.end()` has been called. This property + * does not indicate whether the data has been flushed, for this use `writable.writableFinished` instead. + * @since v12.9.0 + */ + readonly writableEnded: boolean; + /** + * Is set to `true` immediately before the `'finish'` event is emitted. + * @since v12.6.0 + */ + readonly writableFinished: boolean; + /** + * Return the value of `highWaterMark` passed when creating this `Writable`. + * @since v9.3.0 + */ + readonly writableHighWaterMark: number; + /** + * This property contains the number of bytes (or objects) in the queue + * ready to be written. The value provides introspection data regarding + * the status of the `highWaterMark`. + * @since v9.4.0 + */ + readonly writableLength: number; + /** + * Getter for the property `objectMode` of a given `Writable` stream. + * @since v12.3.0 + */ + readonly writableObjectMode: boolean; + /** + * Number of times `writable.uncork()` needs to be + * called in order to fully uncork the stream. + * @since v13.2.0, v12.16.0 + */ + readonly writableCorked: number; + /** + * Is `true` after `writable.destroy()` has been called. + * @since v8.0.0 + */ + destroyed: boolean; + /** + * Is `true` after `'close'` has been emitted. + * @since v18.0.0 + */ + readonly closed: boolean; + /** + * Returns error if the stream has been destroyed with an error. + * @since v18.0.0 + */ + readonly errored: Error | null; + /** + * Is `true` if the stream's buffer has been full and stream will emit `'drain'`. + * @since v15.2.0, v14.17.0 + */ + readonly writableNeedDrain: boolean; + constructor(opts?: WritableOptions); + _write(chunk: any, encoding: BufferEncoding, callback: (error?: Error | null) => void): void; + _writev?( + chunks: Array<{ + chunk: any; + encoding: BufferEncoding; + }>, + callback: (error?: Error | null) => void, + ): void; + _construct?(callback: (error?: Error | null) => void): void; + _destroy(error: Error | null, callback: (error?: Error | null) => void): void; + _final(callback: (error?: Error | null) => void): void; + /** + * The `writable.write()` method writes some data to the stream, and calls the + * supplied `callback` once the data has been fully handled. If an error + * occurs, the `callback` will be called with the error as its + * first argument. The `callback` is called asynchronously and before `'error'` is + * emitted. + * + * The return value is `true` if the internal buffer is less than the `highWaterMark` configured when the stream was created after admitting `chunk`. + * If `false` is returned, further attempts to write data to the stream should + * stop until the `'drain'` event is emitted. + * + * While a stream is not draining, calls to `write()` will buffer `chunk`, and + * return false. Once all currently buffered chunks are drained (accepted for + * delivery by the operating system), the `'drain'` event will be emitted. + * Once `write()` returns false, do not write more chunks + * until the `'drain'` event is emitted. While calling `write()` on a stream that + * is not draining is allowed, Node.js will buffer all written chunks until + * maximum memory usage occurs, at which point it will abort unconditionally. + * Even before it aborts, high memory usage will cause poor garbage collector + * performance and high RSS (which is not typically released back to the system, + * even after the memory is no longer required). Since TCP sockets may never + * drain if the remote peer does not read the data, writing a socket that is + * not draining may lead to a remotely exploitable vulnerability. + * + * Writing data while the stream is not draining is particularly + * problematic for a `Transform`, because the `Transform` streams are paused + * by default until they are piped or a `'data'` or `'readable'` event handler + * is added. + * + * If the data to be written can be generated or fetched on demand, it is + * recommended to encapsulate the logic into a `Readable` and use {@link pipe}. However, if calling `write()` is preferred, it is + * possible to respect backpressure and avoid memory issues using the `'drain'` event: + * + * ```js + * function write(data, cb) { + * if (!stream.write(data)) { + * stream.once('drain', cb); + * } else { + * process.nextTick(cb); + * } + * } + * + * // Wait for cb to be called before doing any other write. + * write('hello', () => { + * console.log('Write completed, do more writes now.'); + * }); + * ``` + * + * A `Writable` stream in object mode will always ignore the `encoding` argument. + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param [encoding='utf8'] The encoding, if `chunk` is a string. + * @param callback Callback for when this chunk of data is flushed. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + write(chunk: any, callback?: (error: Error | null | undefined) => void): boolean; + write(chunk: any, encoding: BufferEncoding, callback?: (error: Error | null | undefined) => void): boolean; + /** + * The `writable.setDefaultEncoding()` method sets the default `encoding` for a `Writable` stream. + * @since v0.11.15 + * @param encoding The new default encoding + */ + setDefaultEncoding(encoding: BufferEncoding): this; + /** + * Calling the `writable.end()` method signals that no more data will be written + * to the `Writable`. The optional `chunk` and `encoding` arguments allow one + * final additional chunk of data to be written immediately before closing the + * stream. + * + * Calling the {@link write} method after calling {@link end} will raise an error. + * + * ```js + * // Write 'hello, ' and then end with 'world!'. + * import fs from 'node:fs'; + * const file = fs.createWriteStream('example.txt'); + * file.write('hello, '); + * file.end('world!'); + * // Writing more now is not allowed! + * ``` + * @since v0.9.4 + * @param chunk Optional data to write. For streams not operating in object mode, `chunk` must be a {string}, {Buffer}, + * {TypedArray} or {DataView}. For object mode streams, `chunk` may be any JavaScript value other than `null`. + * @param encoding The encoding if `chunk` is a string + * @param callback Callback for when the stream is finished. + */ + end(cb?: () => void): this; + end(chunk: any, cb?: () => void): this; + end(chunk: any, encoding: BufferEncoding, cb?: () => void): this; + /** + * The `writable.cork()` method forces all written data to be buffered in memory. + * The buffered data will be flushed when either the {@link uncork} or {@link end} methods are called. + * + * The primary intent of `writable.cork()` is to accommodate a situation in which + * several small chunks are written to the stream in rapid succession. Instead of + * immediately forwarding them to the underlying destination, `writable.cork()` buffers all the chunks until `writable.uncork()` is called, which will pass them + * all to `writable._writev()`, if present. This prevents a head-of-line blocking + * situation where data is being buffered while waiting for the first small chunk + * to be processed. However, use of `writable.cork()` without implementing `writable._writev()` may have an adverse effect on throughput. + * + * See also: `writable.uncork()`, `writable._writev()`. + * @since v0.11.2 + */ + cork(): void; + /** + * The `writable.uncork()` method flushes all data buffered since {@link cork} was called. + * + * When using `writable.cork()` and `writable.uncork()` to manage the buffering + * of writes to a stream, defer calls to `writable.uncork()` using `process.nextTick()`. Doing so allows batching of all `writable.write()` calls that occur within a given Node.js event + * loop phase. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.write('data '); + * process.nextTick(() => stream.uncork()); + * ``` + * + * If the `writable.cork()` method is called multiple times on a stream, the + * same number of calls to `writable.uncork()` must be called to flush the buffered + * data. + * + * ```js + * stream.cork(); + * stream.write('some '); + * stream.cork(); + * stream.write('data '); + * process.nextTick(() => { + * stream.uncork(); + * // The data will not be flushed until uncork() is called a second time. + * stream.uncork(); + * }); + * ``` + * + * See also: `writable.cork()`. + * @since v0.11.2 + */ + uncork(): void; + /** + * Destroy the stream. Optionally emit an `'error'` event, and emit a `'close'` event (unless `emitClose` is set to `false`). After this call, the writable + * stream has ended and subsequent calls to `write()` or `end()` will result in + * an `ERR_STREAM_DESTROYED` error. + * This is a destructive and immediate way to destroy a stream. Previous calls to `write()` may not have drained, and may trigger an `ERR_STREAM_DESTROYED` error. + * Use `end()` instead of destroy if data should flush before close, or wait for + * the `'drain'` event before destroying the stream. + * + * Once `destroy()` has been called any further calls will be a no-op and no + * further errors except from `_destroy()` may be emitted as `'error'`. + * + * Implementors should not override this method, + * but instead implement `writable._destroy()`. + * @since v8.0.0 + * @param error Optional, an error to emit with `'error'` event. + */ + destroy(error?: Error): this; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. drain + * 3. error + * 4. finish + * 5. pipe + * 6. unpipe + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pipe", listener: (src: Readable) => void): this; + addListener(event: "unpipe", listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "drain"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pipe", src: Readable): boolean; + emit(event: "unpipe", src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "drain", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pipe", listener: (src: Readable) => void): this; + on(event: "unpipe", listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "drain", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pipe", listener: (src: Readable) => void): this; + once(event: "unpipe", listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pipe", listener: (src: Readable) => void): this; + prependListener(event: "unpipe", listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; + prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "drain", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "finish", listener: () => void): this; + removeListener(event: "pipe", listener: (src: Readable) => void): this; + removeListener(event: "unpipe", listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface DuplexOptions extends ReadableOptions, WritableOptions { + allowHalfOpen?: boolean | undefined; + readableObjectMode?: boolean | undefined; + writableObjectMode?: boolean | undefined; + readableHighWaterMark?: number | undefined; + writableHighWaterMark?: number | undefined; + writableCorked?: number | undefined; + } + /** + * Duplex streams are streams that implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Duplex` streams include: + * + * * `TCP sockets` + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Duplex extends Stream implements NodeJS.ReadWriteStream { + /** + * If `false` then the stream will automatically end the writable side when the + * readable side ends. Set initially by the `allowHalfOpen` constructor option, + * which defaults to `true`. + * + * This can be changed manually to change the half-open behavior of an existing + * `Duplex` stream instance, but must be changed before the `'end'` event is emitted. + * @since v0.9.4 + */ + allowHalfOpen: boolean; + constructor(opts?: DuplexOptions); + /** + * A utility method for creating duplex streams. + * + * - `Stream` converts writable stream into writable `Duplex` and readable stream + * to `Duplex`. + * - `Blob` converts into readable `Duplex`. + * - `string` converts into readable `Duplex`. + * - `ArrayBuffer` converts into readable `Duplex`. + * - `AsyncIterable` converts into a readable `Duplex`. Cannot yield `null`. + * - `AsyncGeneratorFunction` converts into a readable/writable transform + * `Duplex`. Must take a source `AsyncIterable` as first parameter. Cannot yield + * `null`. + * - `AsyncFunction` converts into a writable `Duplex`. Must return + * either `null` or `undefined` + * - `Object ({ writable, readable })` converts `readable` and + * `writable` into `Stream` and then combines them into `Duplex` where the + * `Duplex` will write to the `writable` and read from the `readable`. + * - `Promise` converts into readable `Duplex`. Value `null` is ignored. + * + * @since v16.8.0 + */ + static from( + src: + | Stream + | NodeBlob + | ArrayBuffer + | string + | Iterable + | AsyncIterable + | AsyncGeneratorFunction + | Promise + | Object, + ): Duplex; + /** + * A utility method for creating a web `ReadableStream` and `WritableStream` from a `Duplex`. + * @since v17.0.0 + * @experimental + */ + static toWeb(streamDuplex: Duplex): { + readable: streamWeb.ReadableStream; + writable: streamWeb.WritableStream; + }; + /** + * A utility method for creating a `Duplex` from a web `ReadableStream` and `WritableStream`. + * @since v17.0.0 + * @experimental + */ + static fromWeb( + duplexStream: { + readable: streamWeb.ReadableStream; + writable: streamWeb.WritableStream; + }, + options?: Pick< + DuplexOptions, + "allowHalfOpen" | "decodeStrings" | "encoding" | "highWaterMark" | "objectMode" | "signal" + >, + ): Duplex; + /** + * Event emitter + * The defined events on documents including: + * 1. close + * 2. data + * 3. drain + * 4. end + * 5. error + * 6. finish + * 7. pause + * 8. pipe + * 9. readable + * 10. resume + * 11. unpipe + */ + addListener(event: "close", listener: () => void): this; + addListener(event: "data", listener: (chunk: any) => void): this; + addListener(event: "drain", listener: () => void): this; + addListener(event: "end", listener: () => void): this; + addListener(event: "error", listener: (err: Error) => void): this; + addListener(event: "finish", listener: () => void): this; + addListener(event: "pause", listener: () => void): this; + addListener(event: "pipe", listener: (src: Readable) => void): this; + addListener(event: "readable", listener: () => void): this; + addListener(event: "resume", listener: () => void): this; + addListener(event: "unpipe", listener: (src: Readable) => void): this; + addListener(event: string | symbol, listener: (...args: any[]) => void): this; + emit(event: "close"): boolean; + emit(event: "data", chunk: any): boolean; + emit(event: "drain"): boolean; + emit(event: "end"): boolean; + emit(event: "error", err: Error): boolean; + emit(event: "finish"): boolean; + emit(event: "pause"): boolean; + emit(event: "pipe", src: Readable): boolean; + emit(event: "readable"): boolean; + emit(event: "resume"): boolean; + emit(event: "unpipe", src: Readable): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "close", listener: () => void): this; + on(event: "data", listener: (chunk: any) => void): this; + on(event: "drain", listener: () => void): this; + on(event: "end", listener: () => void): this; + on(event: "error", listener: (err: Error) => void): this; + on(event: "finish", listener: () => void): this; + on(event: "pause", listener: () => void): this; + on(event: "pipe", listener: (src: Readable) => void): this; + on(event: "readable", listener: () => void): this; + on(event: "resume", listener: () => void): this; + on(event: "unpipe", listener: (src: Readable) => void): this; + on(event: string | symbol, listener: (...args: any[]) => void): this; + once(event: "close", listener: () => void): this; + once(event: "data", listener: (chunk: any) => void): this; + once(event: "drain", listener: () => void): this; + once(event: "end", listener: () => void): this; + once(event: "error", listener: (err: Error) => void): this; + once(event: "finish", listener: () => void): this; + once(event: "pause", listener: () => void): this; + once(event: "pipe", listener: (src: Readable) => void): this; + once(event: "readable", listener: () => void): this; + once(event: "resume", listener: () => void): this; + once(event: "unpipe", listener: (src: Readable) => void): this; + once(event: string | symbol, listener: (...args: any[]) => void): this; + prependListener(event: "close", listener: () => void): this; + prependListener(event: "data", listener: (chunk: any) => void): this; + prependListener(event: "drain", listener: () => void): this; + prependListener(event: "end", listener: () => void): this; + prependListener(event: "error", listener: (err: Error) => void): this; + prependListener(event: "finish", listener: () => void): this; + prependListener(event: "pause", listener: () => void): this; + prependListener(event: "pipe", listener: (src: Readable) => void): this; + prependListener(event: "readable", listener: () => void): this; + prependListener(event: "resume", listener: () => void): this; + prependListener(event: "unpipe", listener: (src: Readable) => void): this; + prependListener(event: string | symbol, listener: (...args: any[]) => void): this; + prependOnceListener(event: "close", listener: () => void): this; + prependOnceListener(event: "data", listener: (chunk: any) => void): this; + prependOnceListener(event: "drain", listener: () => void): this; + prependOnceListener(event: "end", listener: () => void): this; + prependOnceListener(event: "error", listener: (err: Error) => void): this; + prependOnceListener(event: "finish", listener: () => void): this; + prependOnceListener(event: "pause", listener: () => void): this; + prependOnceListener(event: "pipe", listener: (src: Readable) => void): this; + prependOnceListener(event: "readable", listener: () => void): this; + prependOnceListener(event: "resume", listener: () => void): this; + prependOnceListener(event: "unpipe", listener: (src: Readable) => void): this; + prependOnceListener(event: string | symbol, listener: (...args: any[]) => void): this; + removeListener(event: "close", listener: () => void): this; + removeListener(event: "data", listener: (chunk: any) => void): this; + removeListener(event: "drain", listener: () => void): this; + removeListener(event: "end", listener: () => void): this; + removeListener(event: "error", listener: (err: Error) => void): this; + removeListener(event: "finish", listener: () => void): this; + removeListener(event: "pause", listener: () => void): this; + removeListener(event: "pipe", listener: (src: Readable) => void): this; + removeListener(event: "readable", listener: () => void): this; + removeListener(event: "resume", listener: () => void): this; + removeListener(event: "unpipe", listener: (src: Readable) => void): this; + removeListener(event: string | symbol, listener: (...args: any[]) => void): this; + } + interface Duplex extends Readable, Writable {} + /** + * The utility function `duplexPair` returns an Array with two items, + * each being a `Duplex` stream connected to the other side: + * + * ```js + * const [ sideA, sideB ] = duplexPair(); + * ``` + * + * Whatever is written to one stream is made readable on the other. It provides + * behavior analogous to a network connection, where the data written by the client + * becomes readable by the server, and vice-versa. + * + * The Duplex streams are symmetrical; one or the other may be used without any + * difference in behavior. + * @param options A value to pass to both {@link Duplex} constructors, + * to set options such as buffering. + * @since v22.6.0 + */ + function duplexPair(options?: DuplexOptions): [Duplex, Duplex]; + type TransformCallback = (error?: Error | null, data?: any) => void; + interface TransformOptions extends DuplexOptions { + transform?(this: T, chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + flush?(this: T, callback: TransformCallback): void; + } + /** + * Transform streams are `Duplex` streams where the output is in some way + * related to the input. Like all `Duplex` streams, `Transform` streams + * implement both the `Readable` and `Writable` interfaces. + * + * Examples of `Transform` streams include: + * + * * `zlib streams` + * * `crypto streams` + * @since v0.9.4 + */ + class Transform extends Duplex { + constructor(opts?: TransformOptions); + _transform(chunk: any, encoding: BufferEncoding, callback: TransformCallback): void; + _flush(callback: TransformCallback): void; + } + /** + * The `stream.PassThrough` class is a trivial implementation of a `Transform` stream that simply passes the input bytes across to the output. Its purpose is + * primarily for examples and testing, but there are some use cases where `stream.PassThrough` is useful as a building block for novel sorts of streams. + */ + class PassThrough extends Transform {} + /** + * A stream to attach a signal to. + * + * Attaches an AbortSignal to a readable or writeable stream. This lets code + * control stream destruction using an `AbortController`. + * + * Calling `abort` on the `AbortController` corresponding to the passed `AbortSignal` will behave the same way as calling `.destroy(new AbortError())` on the + * stream, and `controller.error(new AbortError())` for webstreams. + * + * ```js + * import fs from 'node:fs'; + * + * const controller = new AbortController(); + * const read = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')), + * ); + * // Later, abort the operation closing the stream + * controller.abort(); + * ``` + * + * Or using an `AbortSignal` with a readable stream as an async iterable: + * + * ```js + * const controller = new AbortController(); + * setTimeout(() => controller.abort(), 10_000); // set a timeout + * const stream = addAbortSignal( + * controller.signal, + * fs.createReadStream(('object.json')), + * ); + * (async () => { + * try { + * for await (const chunk of stream) { + * await process(chunk); + * } + * } catch (e) { + * if (e.name === 'AbortError') { + * // The operation was cancelled + * } else { + * throw e; + * } + * } + * })(); + * ``` + * + * Or using an `AbortSignal` with a ReadableStream: + * + * ```js + * const controller = new AbortController(); + * const rs = new ReadableStream({ + * start(controller) { + * controller.enqueue('hello'); + * controller.enqueue('world'); + * controller.close(); + * }, + * }); + * + * addAbortSignal(controller.signal, rs); + * + * finished(rs, (err) => { + * if (err) { + * if (err.name === 'AbortError') { + * // The operation was cancelled + * } + * } + * }); + * + * const reader = rs.getReader(); + * + * reader.read().then(({ value, done }) => { + * console.log(value); // hello + * console.log(done); // false + * controller.abort(); + * }); + * ``` + * @since v15.4.0 + * @param signal A signal representing possible cancellation + * @param stream A stream to attach a signal to. + */ + function addAbortSignal(signal: AbortSignal, stream: T): T; + /** + * Returns the default highWaterMark used by streams. + * Defaults to `65536` (64 KiB), or `16` for `objectMode`. + * @since v19.9.0 + */ + function getDefaultHighWaterMark(objectMode: boolean): number; + /** + * Sets the default highWaterMark used by streams. + * @since v19.9.0 + * @param value highWaterMark value + */ + function setDefaultHighWaterMark(objectMode: boolean, value: number): void; + interface FinishedOptions extends Abortable { + error?: boolean | undefined; + readable?: boolean | undefined; + writable?: boolean | undefined; + } + /** + * A readable and/or writable stream/webstream. + * + * A function to get notified when a stream is no longer readable, writable + * or has experienced an error or a premature close event. + * + * ```js + * import { finished } from 'node:stream'; + * import fs from 'node:fs'; + * + * const rs = fs.createReadStream('archive.tar'); + * + * finished(rs, (err) => { + * if (err) { + * console.error('Stream failed.', err); + * } else { + * console.log('Stream is done reading.'); + * } + * }); + * + * rs.resume(); // Drain the stream. + * ``` + * + * Especially useful in error handling scenarios where a stream is destroyed + * prematurely (like an aborted HTTP request), and will not emit `'end'` or `'finish'`. + * + * The `finished` API provides [`promise version`](https://nodejs.org/docs/latest-v22.x/api/stream.html#streamfinishedstream-options). + * + * `stream.finished()` leaves dangling event listeners (in particular `'error'`, `'end'`, `'finish'` and `'close'`) after `callback` has been + * invoked. The reason for this is so that unexpected `'error'` events (due to + * incorrect stream implementations) do not cause unexpected crashes. + * If this is unwanted behavior then the returned cleanup function needs to be + * invoked in the callback: + * + * ```js + * const cleanup = finished(rs, (err) => { + * cleanup(); + * // ... + * }); + * ``` + * @since v10.0.0 + * @param stream A readable and/or writable stream. + * @param callback A callback function that takes an optional error argument. + * @returns A cleanup function which removes all registered listeners. + */ + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options: FinishedOptions, + callback: (err?: NodeJS.ErrnoException | null) => void, + ): () => void; + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + callback: (err?: NodeJS.ErrnoException | null) => void, + ): () => void; + namespace finished { + function __promisify__( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options?: FinishedOptions, + ): Promise; + } + type PipelineSourceFunction = () => Iterable | AsyncIterable; + type PipelineSource = Iterable | AsyncIterable | NodeJS.ReadableStream | PipelineSourceFunction; + type PipelineTransform, U> = + | NodeJS.ReadWriteStream + | (( + source: S extends (...args: any[]) => Iterable | AsyncIterable ? AsyncIterable + : S, + ) => AsyncIterable); + type PipelineTransformSource = PipelineSource | PipelineTransform; + type PipelineDestinationIterableFunction = (source: AsyncIterable) => AsyncIterable; + type PipelineDestinationPromiseFunction = (source: AsyncIterable) => Promise

; + type PipelineDestination, P> = S extends + PipelineTransformSource ? + | NodeJS.WritableStream + | PipelineDestinationIterableFunction + | PipelineDestinationPromiseFunction + : never; + type PipelineCallback> = S extends + PipelineDestinationPromiseFunction ? (err: NodeJS.ErrnoException | null, value: P) => void + : (err: NodeJS.ErrnoException | null) => void; + type PipelinePromise> = S extends + PipelineDestinationPromiseFunction ? Promise

: Promise; + interface PipelineOptions { + signal?: AbortSignal | undefined; + end?: boolean | undefined; + } + /** + * A module method to pipe between streams and generators forwarding errors and + * properly cleaning up and provide a callback when the pipeline is complete. + * + * ```js + * import { pipeline } from 'node:stream'; + * import fs from 'node:fs'; + * import zlib from 'node:zlib'; + * + * // Use the pipeline API to easily pipe a series of streams + * // together and get notified when the pipeline is fully done. + * + * // A pipeline to gzip a potentially huge tar file efficiently: + * + * pipeline( + * fs.createReadStream('archive.tar'), + * zlib.createGzip(), + * fs.createWriteStream('archive.tar.gz'), + * (err) => { + * if (err) { + * console.error('Pipeline failed.', err); + * } else { + * console.log('Pipeline succeeded.'); + * } + * }, + * ); + * ``` + * + * The `pipeline` API provides a [`promise version`](https://nodejs.org/docs/latest-v22.x/api/stream.html#streampipelinesource-transforms-destination-options). + * + * `stream.pipeline()` will call `stream.destroy(err)` on all streams except: + * + * * `Readable` streams which have emitted `'end'` or `'close'`. + * * `Writable` streams which have emitted `'finish'` or `'close'`. + * + * `stream.pipeline()` leaves dangling event listeners on the streams + * after the `callback` has been invoked. In the case of reuse of streams after + * failure, this can cause event listener leaks and swallowed errors. If the last + * stream is readable, dangling event listeners will be removed so that the last + * stream can be consumed later. + * + * `stream.pipeline()` closes all the streams when an error is raised. + * The `IncomingRequest` usage with `pipeline` could lead to an unexpected behavior + * once it would destroy the socket without sending the expected response. + * See the example below: + * + * ```js + * import fs from 'node:fs'; + * import http from 'node:http'; + * import { pipeline } from 'node:stream'; + * + * const server = http.createServer((req, res) => { + * const fileStream = fs.createReadStream('./fileNotExist.txt'); + * pipeline(fileStream, res, (err) => { + * if (err) { + * console.log(err); // No such file + * // this message can't be sent once `pipeline` already destroyed the socket + * return res.end('error!!!'); + * } + * }); + * }); + * ``` + * @since v10.0.0 + * @param callback Called when the pipeline is fully done. + */ + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + callback: PipelineCallback, + ): B extends NodeJS.WritableStream ? B : NodeJS.WritableStream; + function pipeline( + streams: ReadonlyArray, + callback: (err: NodeJS.ErrnoException | null) => void, + ): NodeJS.WritableStream; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array< + NodeJS.ReadWriteStream | NodeJS.WritableStream | ((err: NodeJS.ErrnoException | null) => void) + > + ): NodeJS.WritableStream; + namespace pipeline { + function __promisify__, B extends PipelineDestination>( + source: A, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function __promisify__( + streams: ReadonlyArray, + options?: PipelineOptions, + ): Promise; + function __promisify__( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; + } + interface Pipe { + close(): void; + hasRef(): boolean; + ref(): void; + unref(): void; + } + /** + * Returns whether the stream has encountered an error. + * @since v17.3.0, v16.14.0 + * @experimental + */ + function isErrored(stream: Readable | Writable | NodeJS.ReadableStream | NodeJS.WritableStream): boolean; + /** + * Returns whether the stream is readable. + * @since v17.4.0, v16.14.0 + * @experimental + */ + function isReadable(stream: Readable | NodeJS.ReadableStream): boolean; + } + export = Stream; +} +declare module "node:stream" { + import stream = require("stream"); + export = stream; +} diff --git a/server/node_modules/@types/node/stream/consumers.d.ts b/server/node_modules/@types/node/stream/consumers.d.ts new file mode 100644 index 000000000..5ad9cbab9 --- /dev/null +++ b/server/node_modules/@types/node/stream/consumers.d.ts @@ -0,0 +1,12 @@ +declare module "stream/consumers" { + import { Blob as NodeBlob } from "node:buffer"; + import { Readable } from "node:stream"; + function buffer(stream: NodeJS.ReadableStream | Readable | AsyncIterable): Promise; + function text(stream: NodeJS.ReadableStream | Readable | AsyncIterable): Promise; + function arrayBuffer(stream: NodeJS.ReadableStream | Readable | AsyncIterable): Promise; + function blob(stream: NodeJS.ReadableStream | Readable | AsyncIterable): Promise; + function json(stream: NodeJS.ReadableStream | Readable | AsyncIterable): Promise; +} +declare module "node:stream/consumers" { + export * from "stream/consumers"; +} diff --git a/server/node_modules/@types/node/stream/promises.d.ts b/server/node_modules/@types/node/stream/promises.d.ts new file mode 100644 index 000000000..d54c14c60 --- /dev/null +++ b/server/node_modules/@types/node/stream/promises.d.ts @@ -0,0 +1,90 @@ +declare module "stream/promises" { + import { + FinishedOptions as _FinishedOptions, + PipelineDestination, + PipelineOptions, + PipelinePromise, + PipelineSource, + PipelineTransform, + } from "node:stream"; + interface FinishedOptions extends _FinishedOptions { + /** + * If true, removes the listeners registered by this function before the promise is fulfilled. + * @default false + */ + cleanup?: boolean | undefined; + } + function finished( + stream: NodeJS.ReadableStream | NodeJS.WritableStream | NodeJS.ReadWriteStream, + options?: FinishedOptions, + ): Promise; + function pipeline, B extends PipelineDestination>( + source: A, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline< + A extends PipelineSource, + T1 extends PipelineTransform, + T2 extends PipelineTransform, + T3 extends PipelineTransform, + T4 extends PipelineTransform, + B extends PipelineDestination, + >( + source: A, + transform1: T1, + transform2: T2, + transform3: T3, + transform4: T4, + destination: B, + options?: PipelineOptions, + ): PipelinePromise; + function pipeline( + streams: ReadonlyArray, + options?: PipelineOptions, + ): Promise; + function pipeline( + stream1: NodeJS.ReadableStream, + stream2: NodeJS.ReadWriteStream | NodeJS.WritableStream, + ...streams: Array + ): Promise; +} +declare module "node:stream/promises" { + export * from "stream/promises"; +} diff --git a/server/node_modules/@types/node/stream/web.d.ts b/server/node_modules/@types/node/stream/web.d.ts new file mode 100644 index 000000000..8f88f9773 --- /dev/null +++ b/server/node_modules/@types/node/stream/web.d.ts @@ -0,0 +1,614 @@ +type _ByteLengthQueuingStrategy = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ByteLengthQueuingStrategy; +type _CompressionStream = typeof globalThis extends { onmessage: any; ReportingObserver: any } ? {} + : import("stream/web").CompressionStream; +type _CountQueuingStrategy = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").CountQueuingStrategy; +type _DecompressionStream = typeof globalThis extends { onmessage: any; ReportingObserver: any } ? {} + : import("stream/web").DecompressionStream; +type _ReadableByteStreamController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableByteStreamController; +type _ReadableStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStream; +type _ReadableStreamBYOBReader = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamBYOBReader; +type _ReadableStreamBYOBRequest = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamBYOBRequest; +type _ReadableStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamDefaultController; +type _ReadableStreamDefaultReader = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").ReadableStreamDefaultReader; +type _TextDecoderStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TextDecoderStream; +type _TextEncoderStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TextEncoderStream; +type _TransformStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TransformStream; +type _TransformStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").TransformStreamDefaultController; +type _WritableStream = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStream; +type _WritableStreamDefaultController = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStreamDefaultController; +type _WritableStreamDefaultWriter = typeof globalThis extends { onmessage: any } ? {} + : import("stream/web").WritableStreamDefaultWriter; + +declare module "stream/web" { + // stub module, pending copy&paste from .d.ts or manual impl + // copy from lib.dom.d.ts + interface ReadableWritablePair { + readable: ReadableStream; + /** + * Provides a convenient, chainable way of piping this readable stream + * through a transform stream (or any other { writable, readable } + * pair). It simply pipes the stream into the writable side of the + * supplied pair, and returns the readable side for further use. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + */ + writable: WritableStream; + } + interface StreamPipeOptions { + preventAbort?: boolean; + preventCancel?: boolean; + /** + * Pipes this readable stream to a given writable stream destination. + * The way in which the piping process behaves under various error + * conditions can be customized with a number of passed options. It + * returns a promise that fulfills when the piping process completes + * successfully, or rejects if any errors were encountered. + * + * Piping a stream will lock it for the duration of the pipe, preventing + * any other consumer from acquiring a reader. + * + * Errors and closures of the source and destination streams propagate + * as follows: + * + * An error in this source readable stream will abort destination, + * unless preventAbort is truthy. The returned promise will be rejected + * with the source's error, or with any error that occurs during + * aborting the destination. + * + * An error in destination will cancel this source readable stream, + * unless preventCancel is truthy. The returned promise will be rejected + * with the destination's error, or with any error that occurs during + * canceling the source. + * + * When this source readable stream closes, destination will be closed, + * unless preventClose is truthy. The returned promise will be fulfilled + * once this process completes, unless an error is encountered while + * closing the destination, in which case it will be rejected with that + * error. + * + * If destination starts out closed or closing, this source readable + * stream will be canceled, unless preventCancel is true. The returned + * promise will be rejected with an error indicating piping to a closed + * stream failed, or with any error that occurs during canceling the + * source. + * + * The signal option can be set to an AbortSignal to allow aborting an + * ongoing pipe operation via the corresponding AbortController. In this + * case, this source readable stream will be canceled, and destination + * aborted, unless the respective options preventCancel or preventAbort + * are set. + */ + preventClose?: boolean; + signal?: AbortSignal; + } + interface ReadableStreamGenericReader { + readonly closed: Promise; + cancel(reason?: any): Promise; + } + type ReadableStreamController = ReadableStreamDefaultController; + interface ReadableStreamReadValueResult { + done: false; + value: T; + } + interface ReadableStreamReadDoneResult { + done: true; + value?: T; + } + type ReadableStreamReadResult = ReadableStreamReadValueResult | ReadableStreamReadDoneResult; + interface ReadableByteStreamControllerCallback { + (controller: ReadableByteStreamController): void | PromiseLike; + } + interface UnderlyingSinkAbortCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSinkCloseCallback { + (): void | PromiseLike; + } + interface UnderlyingSinkStartCallback { + (controller: WritableStreamDefaultController): any; + } + interface UnderlyingSinkWriteCallback { + (chunk: W, controller: WritableStreamDefaultController): void | PromiseLike; + } + interface UnderlyingSourceCancelCallback { + (reason?: any): void | PromiseLike; + } + interface UnderlyingSourcePullCallback { + (controller: ReadableStreamController): void | PromiseLike; + } + interface UnderlyingSourceStartCallback { + (controller: ReadableStreamController): any; + } + interface TransformerFlushCallback { + (controller: TransformStreamDefaultController): void | PromiseLike; + } + interface TransformerStartCallback { + (controller: TransformStreamDefaultController): any; + } + interface TransformerTransformCallback { + (chunk: I, controller: TransformStreamDefaultController): void | PromiseLike; + } + interface UnderlyingByteSource { + autoAllocateChunkSize?: number; + cancel?: ReadableStreamErrorCallback; + pull?: ReadableByteStreamControllerCallback; + start?: ReadableByteStreamControllerCallback; + type: "bytes"; + } + interface UnderlyingSource { + cancel?: UnderlyingSourceCancelCallback; + pull?: UnderlyingSourcePullCallback; + start?: UnderlyingSourceStartCallback; + type?: undefined; + } + interface UnderlyingSink { + abort?: UnderlyingSinkAbortCallback; + close?: UnderlyingSinkCloseCallback; + start?: UnderlyingSinkStartCallback; + type?: undefined; + write?: UnderlyingSinkWriteCallback; + } + interface ReadableStreamErrorCallback { + (reason: any): void | PromiseLike; + } + interface ReadableStreamAsyncIterator extends NodeJS.AsyncIterator { + [Symbol.asyncIterator](): ReadableStreamAsyncIterator; + } + /** This Streams API interface represents a readable stream of byte data. */ + interface ReadableStream { + readonly locked: boolean; + cancel(reason?: any): Promise; + getReader(options: { mode: "byob" }): ReadableStreamBYOBReader; + getReader(): ReadableStreamDefaultReader; + getReader(options?: ReadableStreamGetReaderOptions): ReadableStreamReader; + pipeThrough(transform: ReadableWritablePair, options?: StreamPipeOptions): ReadableStream; + pipeTo(destination: WritableStream, options?: StreamPipeOptions): Promise; + tee(): [ReadableStream, ReadableStream]; + values(options?: { preventCancel?: boolean }): ReadableStreamAsyncIterator; + [Symbol.asyncIterator](): ReadableStreamAsyncIterator; + } + const ReadableStream: { + prototype: ReadableStream; + from(iterable: Iterable | AsyncIterable): ReadableStream; + new(underlyingSource: UnderlyingByteSource, strategy?: QueuingStrategy): ReadableStream; + new(underlyingSource?: UnderlyingSource, strategy?: QueuingStrategy): ReadableStream; + }; + type ReadableStreamReaderMode = "byob"; + interface ReadableStreamGetReaderOptions { + /** + * Creates a ReadableStreamBYOBReader and locks the stream to the new reader. + * + * This call behaves the same way as the no-argument variant, except that it only works on readable byte streams, i.e. streams which were constructed specifically with the ability to handle "bring your own buffer" reading. The returned BYOB reader provides the ability to directly read individual chunks from the stream via its read() method, into developer-supplied buffers, allowing more precise control over allocation. + */ + mode?: ReadableStreamReaderMode; + } + type ReadableStreamReader = ReadableStreamDefaultReader | ReadableStreamBYOBReader; + interface ReadableStreamDefaultReader extends ReadableStreamGenericReader { + read(): Promise>; + releaseLock(): void; + } + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader) */ + interface ReadableStreamBYOBReader extends ReadableStreamGenericReader { + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/read) */ + read( + view: T, + options?: { + min?: number; + }, + ): Promise>; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBReader/releaseLock) */ + releaseLock(): void; + } + const ReadableStreamDefaultReader: { + prototype: ReadableStreamDefaultReader; + new(stream: ReadableStream): ReadableStreamDefaultReader; + }; + const ReadableStreamBYOBReader: { + prototype: ReadableStreamBYOBReader; + new(stream: ReadableStream): ReadableStreamBYOBReader; + }; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest) */ + interface ReadableStreamBYOBRequest { + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/view) */ + readonly view: ArrayBufferView | null; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respond) */ + respond(bytesWritten: number): void; + /** [MDN Reference](https://developer.mozilla.org/docs/Web/API/ReadableStreamBYOBRequest/respondWithNewView) */ + respondWithNewView(view: ArrayBufferView): void; + } + const ReadableStreamBYOBRequest: { + prototype: ReadableStreamBYOBRequest; + new(): ReadableStreamBYOBRequest; + }; + interface ReadableByteStreamController { + readonly byobRequest: undefined; + readonly desiredSize: number | null; + close(): void; + enqueue(chunk: ArrayBufferView): void; + error(error?: any): void; + } + const ReadableByteStreamController: { + prototype: ReadableByteStreamController; + new(): ReadableByteStreamController; + }; + interface ReadableStreamDefaultController { + readonly desiredSize: number | null; + close(): void; + enqueue(chunk?: R): void; + error(e?: any): void; + } + const ReadableStreamDefaultController: { + prototype: ReadableStreamDefaultController; + new(): ReadableStreamDefaultController; + }; + interface Transformer { + flush?: TransformerFlushCallback; + readableType?: undefined; + start?: TransformerStartCallback; + transform?: TransformerTransformCallback; + writableType?: undefined; + } + interface TransformStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const TransformStream: { + prototype: TransformStream; + new( + transformer?: Transformer, + writableStrategy?: QueuingStrategy, + readableStrategy?: QueuingStrategy, + ): TransformStream; + }; + interface TransformStreamDefaultController { + readonly desiredSize: number | null; + enqueue(chunk?: O): void; + error(reason?: any): void; + terminate(): void; + } + const TransformStreamDefaultController: { + prototype: TransformStreamDefaultController; + new(): TransformStreamDefaultController; + }; + /** + * This Streams API interface provides a standard abstraction for writing + * streaming data to a destination, known as a sink. This object comes with + * built-in back pressure and queuing. + */ + interface WritableStream { + readonly locked: boolean; + abort(reason?: any): Promise; + close(): Promise; + getWriter(): WritableStreamDefaultWriter; + } + const WritableStream: { + prototype: WritableStream; + new(underlyingSink?: UnderlyingSink, strategy?: QueuingStrategy): WritableStream; + }; + /** + * This Streams API interface is the object returned by + * WritableStream.getWriter() and once created locks the < writer to the + * WritableStream ensuring that no other streams can write to the underlying + * sink. + */ + interface WritableStreamDefaultWriter { + readonly closed: Promise; + readonly desiredSize: number | null; + readonly ready: Promise; + abort(reason?: any): Promise; + close(): Promise; + releaseLock(): void; + write(chunk?: W): Promise; + } + const WritableStreamDefaultWriter: { + prototype: WritableStreamDefaultWriter; + new(stream: WritableStream): WritableStreamDefaultWriter; + }; + /** + * This Streams API interface represents a controller allowing control of a + * WritableStream's state. When constructing a WritableStream, the + * underlying sink is given a corresponding WritableStreamDefaultController + * instance to manipulate. + */ + interface WritableStreamDefaultController { + error(e?: any): void; + } + const WritableStreamDefaultController: { + prototype: WritableStreamDefaultController; + new(): WritableStreamDefaultController; + }; + interface QueuingStrategy { + highWaterMark?: number; + size?: QueuingStrategySize; + } + interface QueuingStrategySize { + (chunk?: T): number; + } + interface QueuingStrategyInit { + /** + * Creates a new ByteLengthQueuingStrategy with the provided high water + * mark. + * + * Note that the provided high water mark will not be validated ahead of + * time. Instead, if it is negative, NaN, or not a number, the resulting + * ByteLengthQueuingStrategy will cause the corresponding stream + * constructor to throw. + */ + highWaterMark: number; + } + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface ByteLengthQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const ByteLengthQueuingStrategy: { + prototype: ByteLengthQueuingStrategy; + new(init: QueuingStrategyInit): ByteLengthQueuingStrategy; + }; + /** + * This Streams API interface provides a built-in byte length queuing + * strategy that can be used when constructing streams. + */ + interface CountQueuingStrategy extends QueuingStrategy { + readonly highWaterMark: number; + readonly size: QueuingStrategySize; + } + const CountQueuingStrategy: { + prototype: CountQueuingStrategy; + new(init: QueuingStrategyInit): CountQueuingStrategy; + }; + interface TextEncoderStream { + /** Returns "utf-8". */ + readonly encoding: "utf-8"; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextEncoderStream: { + prototype: TextEncoderStream; + new(): TextEncoderStream; + }; + interface TextDecoderOptions { + fatal?: boolean; + ignoreBOM?: boolean; + } + type BufferSource = ArrayBufferView | ArrayBuffer; + interface TextDecoderStream { + /** Returns encoding's name, lower cased. */ + readonly encoding: string; + /** Returns `true` if error mode is "fatal", and `false` otherwise. */ + readonly fatal: boolean; + /** Returns `true` if ignore BOM flag is set, and `false` otherwise. */ + readonly ignoreBOM: boolean; + readonly readable: ReadableStream; + readonly writable: WritableStream; + readonly [Symbol.toStringTag]: string; + } + const TextDecoderStream: { + prototype: TextDecoderStream; + new(encoding?: string, options?: TextDecoderOptions): TextDecoderStream; + }; + interface CompressionStream { + readonly readable: ReadableStream; + readonly writable: WritableStream; + } + const CompressionStream: { + prototype: CompressionStream; + new(format: "deflate" | "deflate-raw" | "gzip"): CompressionStream; + }; + interface DecompressionStream { + readonly writable: WritableStream; + readonly readable: ReadableStream; + } + const DecompressionStream: { + prototype: DecompressionStream; + new(format: "deflate" | "deflate-raw" | "gzip"): DecompressionStream; + }; + + global { + interface ByteLengthQueuingStrategy extends _ByteLengthQueuingStrategy {} + /** + * `ByteLengthQueuingStrategy` class is a global reference for `import { ByteLengthQueuingStrategy } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-bytelengthqueuingstrategy + * @since v18.0.0 + */ + var ByteLengthQueuingStrategy: typeof globalThis extends { onmessage: any; ByteLengthQueuingStrategy: infer T } + ? T + : typeof import("stream/web").ByteLengthQueuingStrategy; + + interface CompressionStream extends _CompressionStream {} + /** + * `CompressionStream` class is a global reference for `import { CompressionStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-compressionstream + * @since v18.0.0 + */ + var CompressionStream: typeof globalThis extends { + onmessage: any; + // CompressionStream, DecompressionStream and ReportingObserver was introduced in the same commit. + // If ReportingObserver check is removed, the type here will form a circular reference in TS5.0+lib.dom.d.ts + ReportingObserver: any; + CompressionStream: infer T; + } ? T + // TS 4.8, 4.9, 5.0 + : typeof globalThis extends { onmessage: any; TransformStream: { prototype: infer T } } ? { + prototype: T; + new(format: "deflate" | "deflate-raw" | "gzip"): T; + } + : typeof import("stream/web").CompressionStream; + + interface CountQueuingStrategy extends _CountQueuingStrategy {} + /** + * `CountQueuingStrategy` class is a global reference for `import { CountQueuingStrategy } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-countqueuingstrategy + * @since v18.0.0 + */ + var CountQueuingStrategy: typeof globalThis extends { onmessage: any; CountQueuingStrategy: infer T } ? T + : typeof import("stream/web").CountQueuingStrategy; + + interface DecompressionStream extends _DecompressionStream {} + /** + * `DecompressionStream` class is a global reference for `import { DecompressionStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-decompressionstream + * @since v18.0.0 + */ + var DecompressionStream: typeof globalThis extends { + onmessage: any; + // CompressionStream, DecompressionStream and ReportingObserver was introduced in the same commit. + // If ReportingObserver check is removed, the type here will form a circular reference in TS5.0+lib.dom.d.ts + ReportingObserver: any; + DecompressionStream: infer T extends object; + } ? T + // TS 4.8, 4.9, 5.0 + : typeof globalThis extends { onmessage: any; TransformStream: { prototype: infer T } } ? { + prototype: T; + new(format: "deflate" | "deflate-raw" | "gzip"): T; + } + : typeof import("stream/web").DecompressionStream; + + interface ReadableByteStreamController extends _ReadableByteStreamController {} + /** + * `ReadableByteStreamController` class is a global reference for `import { ReadableByteStreamController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablebytestreamcontroller + * @since v18.0.0 + */ + var ReadableByteStreamController: typeof globalThis extends + { onmessage: any; ReadableByteStreamController: infer T } ? T + : typeof import("stream/web").ReadableByteStreamController; + + interface ReadableStream extends _ReadableStream {} + /** + * `ReadableStream` class is a global reference for `import { ReadableStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestream + * @since v18.0.0 + */ + var ReadableStream: typeof globalThis extends { onmessage: any; ReadableStream: infer T } ? T + : typeof import("stream/web").ReadableStream; + + interface ReadableStreamBYOBReader extends _ReadableStreamBYOBReader {} + /** + * `ReadableStreamBYOBReader` class is a global reference for `import { ReadableStreamBYOBReader } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreambyobreader + * @since v18.0.0 + */ + var ReadableStreamBYOBReader: typeof globalThis extends { onmessage: any; ReadableStreamBYOBReader: infer T } + ? T + : typeof import("stream/web").ReadableStreamBYOBReader; + + interface ReadableStreamBYOBRequest extends _ReadableStreamBYOBRequest {} + /** + * `ReadableStreamBYOBRequest` class is a global reference for `import { ReadableStreamBYOBRequest } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreambyobrequest + * @since v18.0.0 + */ + var ReadableStreamBYOBRequest: typeof globalThis extends { onmessage: any; ReadableStreamBYOBRequest: infer T } + ? T + : typeof import("stream/web").ReadableStreamBYOBRequest; + + interface ReadableStreamDefaultController extends _ReadableStreamDefaultController {} + /** + * `ReadableStreamDefaultController` class is a global reference for `import { ReadableStreamDefaultController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreamdefaultcontroller + * @since v18.0.0 + */ + var ReadableStreamDefaultController: typeof globalThis extends + { onmessage: any; ReadableStreamDefaultController: infer T } ? T + : typeof import("stream/web").ReadableStreamDefaultController; + + interface ReadableStreamDefaultReader extends _ReadableStreamDefaultReader {} + /** + * `ReadableStreamDefaultReader` class is a global reference for `import { ReadableStreamDefaultReader } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-readablestreamdefaultreader + * @since v18.0.0 + */ + var ReadableStreamDefaultReader: typeof globalThis extends + { onmessage: any; ReadableStreamDefaultReader: infer T } ? T + : typeof import("stream/web").ReadableStreamDefaultReader; + + interface TextDecoderStream extends _TextDecoderStream {} + /** + * `TextDecoderStream` class is a global reference for `import { TextDecoderStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-textdecoderstream + * @since v18.0.0 + */ + var TextDecoderStream: typeof globalThis extends { onmessage: any; TextDecoderStream: infer T } ? T + : typeof import("stream/web").TextDecoderStream; + + interface TextEncoderStream extends _TextEncoderStream {} + /** + * `TextEncoderStream` class is a global reference for `import { TextEncoderStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-textencoderstream + * @since v18.0.0 + */ + var TextEncoderStream: typeof globalThis extends { onmessage: any; TextEncoderStream: infer T } ? T + : typeof import("stream/web").TextEncoderStream; + + interface TransformStream extends _TransformStream {} + /** + * `TransformStream` class is a global reference for `import { TransformStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-transformstream + * @since v18.0.0 + */ + var TransformStream: typeof globalThis extends { onmessage: any; TransformStream: infer T } ? T + : typeof import("stream/web").TransformStream; + + interface TransformStreamDefaultController extends _TransformStreamDefaultController {} + /** + * `TransformStreamDefaultController` class is a global reference for `import { TransformStreamDefaultController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-transformstreamdefaultcontroller + * @since v18.0.0 + */ + var TransformStreamDefaultController: typeof globalThis extends + { onmessage: any; TransformStreamDefaultController: infer T } ? T + : typeof import("stream/web").TransformStreamDefaultController; + + interface WritableStream extends _WritableStream {} + /** + * `WritableStream` class is a global reference for `import { WritableStream } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-writablestream + * @since v18.0.0 + */ + var WritableStream: typeof globalThis extends { onmessage: any; WritableStream: infer T } ? T + : typeof import("stream/web").WritableStream; + + interface WritableStreamDefaultController extends _WritableStreamDefaultController {} + /** + * `WritableStreamDefaultController` class is a global reference for `import { WritableStreamDefaultController } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-writablestreamdefaultcontroller + * @since v18.0.0 + */ + var WritableStreamDefaultController: typeof globalThis extends + { onmessage: any; WritableStreamDefaultController: infer T } ? T + : typeof import("stream/web").WritableStreamDefaultController; + + interface WritableStreamDefaultWriter extends _WritableStreamDefaultWriter {} + /** + * `WritableStreamDefaultWriter` class is a global reference for `import { WritableStreamDefaultWriter } from 'node:stream/web'`. + * https://nodejs.org/api/globals.html#class-writablestreamdefaultwriter + * @since v18.0.0 + */ + var WritableStreamDefaultWriter: typeof globalThis extends + { onmessage: any; WritableStreamDefaultWriter: infer T } ? T + : typeof import("stream/web").WritableStreamDefaultWriter; + } +} +declare module "node:stream/web" { + export * from "stream/web"; +} diff --git a/server/node_modules/@types/node/string_decoder.d.ts b/server/node_modules/@types/node/string_decoder.d.ts new file mode 100644 index 000000000..350aace2b --- /dev/null +++ b/server/node_modules/@types/node/string_decoder.d.ts @@ -0,0 +1,67 @@ +/** + * The `node:string_decoder` module provides an API for decoding `Buffer` objects + * into strings in a manner that preserves encoded multi-byte UTF-8 and UTF-16 + * characters. It can be accessed using: + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * ``` + * + * The following example shows the basic use of the `StringDecoder` class. + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * const decoder = new StringDecoder('utf8'); + * + * const cent = Buffer.from([0xC2, 0xA2]); + * console.log(decoder.write(cent)); // Prints: ¢ + * + * const euro = Buffer.from([0xE2, 0x82, 0xAC]); + * console.log(decoder.write(euro)); // Prints: € + * ``` + * + * When a `Buffer` instance is written to the `StringDecoder` instance, an + * internal buffer is used to ensure that the decoded string does not contain + * any incomplete multibyte characters. These are held in the buffer until the + * next call to `stringDecoder.write()` or until `stringDecoder.end()` is called. + * + * In the following example, the three UTF-8 encoded bytes of the European Euro + * symbol (`€`) are written over three separate operations: + * + * ```js + * import { StringDecoder } from 'node:string_decoder'; + * const decoder = new StringDecoder('utf8'); + * + * decoder.write(Buffer.from([0xE2])); + * decoder.write(Buffer.from([0x82])); + * console.log(decoder.end(Buffer.from([0xAC]))); // Prints: € + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/string_decoder.js) + */ +declare module "string_decoder" { + class StringDecoder { + constructor(encoding?: BufferEncoding); + /** + * Returns a decoded string, ensuring that any incomplete multibyte characters at + * the end of the `Buffer`, or `TypedArray`, or `DataView` are omitted from the + * returned string and stored in an internal buffer for the next call to `stringDecoder.write()` or `stringDecoder.end()`. + * @since v0.1.99 + * @param buffer The bytes to decode. + */ + write(buffer: string | Buffer | NodeJS.ArrayBufferView): string; + /** + * Returns any remaining input stored in the internal buffer as a string. Bytes + * representing incomplete UTF-8 and UTF-16 characters will be replaced with + * substitution characters appropriate for the character encoding. + * + * If the `buffer` argument is provided, one final call to `stringDecoder.write()` is performed before returning the remaining input. + * After `end()` is called, the `stringDecoder` object can be reused for new input. + * @since v0.9.3 + * @param buffer The bytes to decode. + */ + end(buffer?: string | Buffer | NodeJS.ArrayBufferView): string; + } +} +declare module "node:string_decoder" { + export * from "string_decoder"; +} diff --git a/server/node_modules/@types/node/test.d.ts b/server/node_modules/@types/node/test.d.ts new file mode 100644 index 000000000..d7ca0168d --- /dev/null +++ b/server/node_modules/@types/node/test.d.ts @@ -0,0 +1,2150 @@ +/** + * The `node:test` module facilitates the creation of JavaScript tests. + * To access it: + * + * ```js + * import test from 'node:test'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import test from 'node:test'; + * ``` + * + * Tests created via the `test` module consist of a single function that is + * processed in one of three ways: + * + * 1. A synchronous function that is considered failing if it throws an exception, + * and is considered passing otherwise. + * 2. A function that returns a `Promise` that is considered failing if the `Promise` rejects, and is considered passing if the `Promise` fulfills. + * 3. A function that receives a callback function. If the callback receives any + * truthy value as its first argument, the test is considered failing. If a + * falsy value is passed as the first argument to the callback, the test is + * considered passing. If the test function receives a callback function and + * also returns a `Promise`, the test will fail. + * + * The following example illustrates how tests are written using the `test` module. + * + * ```js + * test('synchronous passing test', (t) => { + * // This test passes because it does not throw an exception. + * assert.strictEqual(1, 1); + * }); + * + * test('synchronous failing test', (t) => { + * // This test fails because it throws an exception. + * assert.strictEqual(1, 2); + * }); + * + * test('asynchronous passing test', async (t) => { + * // This test passes because the Promise returned by the async + * // function is settled and not rejected. + * assert.strictEqual(1, 1); + * }); + * + * test('asynchronous failing test', async (t) => { + * // This test fails because the Promise returned by the async + * // function is rejected. + * assert.strictEqual(1, 2); + * }); + * + * test('failing test using Promises', (t) => { + * // Promises can be used directly as well. + * return new Promise((resolve, reject) => { + * setImmediate(() => { + * reject(new Error('this will cause the test to fail')); + * }); + * }); + * }); + * + * test('callback passing test', (t, done) => { + * // done() is the callback function. When the setImmediate() runs, it invokes + * // done() with no arguments. + * setImmediate(done); + * }); + * + * test('callback failing test', (t, done) => { + * // When the setImmediate() runs, done() is invoked with an Error object and + * // the test fails. + * setImmediate(() => { + * done(new Error('callback failure')); + * }); + * }); + * ``` + * + * If any tests fail, the process exit code is set to `1`. + * @since v18.0.0, v16.17.0 + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test.js) + */ +declare module "node:test" { + import { Readable } from "node:stream"; + /** + * **Note:** `shard` is used to horizontally parallelize test running across + * machines or processes, ideal for large-scale executions across varied + * environments. It's incompatible with `watch` mode, tailored for rapid + * code iteration by automatically rerunning tests on file changes. + * + * ```js + * import { tap } from 'node:test/reporters'; + * import { run } from 'node:test'; + * import process from 'node:process'; + * import path from 'node:path'; + * + * run({ files: [path.resolve('./tests/test.js')] }) + * .compose(tap) + * .pipe(process.stdout); + * ``` + * @since v18.9.0, v16.19.0 + * @param options Configuration options for running tests. + */ + function run(options?: RunOptions): TestsStream; + /** + * The `test()` function is the value imported from the `test` module. Each + * invocation of this function results in reporting the test to the `TestsStream`. + * + * The `TestContext` object passed to the `fn` argument can be used to perform + * actions related to the current test. Examples include skipping the test, adding + * additional diagnostic information, or creating subtests. + * + * `test()` returns a `Promise` that fulfills once the test completes. + * if `test()` is called within a suite, it fulfills immediately. + * The return value can usually be discarded for top level tests. + * However, the return value from subtests should be used to prevent the parent + * test from finishing first and cancelling the subtest + * as shown in the following example. + * + * ```js + * test('top level test', async (t) => { + * // The setTimeout() in the following subtest would cause it to outlive its + * // parent test if 'await' is removed on the next line. Once the parent test + * // completes, it will cancel any outstanding subtests. + * await t.test('longer running subtest', async (t) => { + * return new Promise((resolve, reject) => { + * setTimeout(resolve, 1000); + * }); + * }); + * }); + * ``` + * + * The `timeout` option can be used to fail the test if it takes longer than `timeout` milliseconds to complete. However, it is not a reliable mechanism for + * canceling tests because a running test might block the application thread and + * thus prevent the scheduled cancellation. + * @since v18.0.0, v16.17.0 + * @param name The name of the test, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the test. + * @param fn The function under test. The first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + * @return Fulfilled with `undefined` once the test completes, or immediately if the test runs within a suite. + */ + function test(name?: string, fn?: TestFn): Promise; + function test(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function test(options?: TestOptions, fn?: TestFn): Promise; + function test(fn?: TestFn): Promise; + namespace test { + export { + after, + afterEach, + before, + beforeEach, + describe, + it, + mock, + only, + run, + skip, + snapshot, + suite, + test, + todo, + }; + } + /** + * The `suite()` function is imported from the `node:test` module. + * @param name The name of the suite, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the suite. This supports the same options as {@link test}. + * @param fn The suite function declaring nested tests and suites. The first argument to this function is a {@link SuiteContext} object. + * @return Immediately fulfilled with `undefined`. + * @since v20.13.0 + */ + function suite(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function suite(name?: string, fn?: SuiteFn): Promise; + function suite(options?: TestOptions, fn?: SuiteFn): Promise; + function suite(fn?: SuiteFn): Promise; + namespace suite { + /** + * Shorthand for skipping a suite. This is the same as calling {@link suite} with `options.skip` set to `true`. + * @since v20.13.0 + */ + function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function skip(name?: string, fn?: SuiteFn): Promise; + function skip(options?: TestOptions, fn?: SuiteFn): Promise; + function skip(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `TODO`. This is the same as calling {@link suite} with `options.todo` set to `true`. + * @since v20.13.0 + */ + function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function todo(name?: string, fn?: SuiteFn): Promise; + function todo(options?: TestOptions, fn?: SuiteFn): Promise; + function todo(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `only`. This is the same as calling {@link suite} with `options.only` set to `true`. + * @since v20.13.0 + */ + function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function only(name?: string, fn?: SuiteFn): Promise; + function only(options?: TestOptions, fn?: SuiteFn): Promise; + function only(fn?: SuiteFn): Promise; + } + /** + * Alias for {@link suite}. + * + * The `describe()` function is imported from the `node:test` module. + */ + function describe(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function describe(name?: string, fn?: SuiteFn): Promise; + function describe(options?: TestOptions, fn?: SuiteFn): Promise; + function describe(fn?: SuiteFn): Promise; + namespace describe { + /** + * Shorthand for skipping a suite. This is the same as calling {@link describe} with `options.skip` set to `true`. + * @since v18.15.0 + */ + function skip(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function skip(name?: string, fn?: SuiteFn): Promise; + function skip(options?: TestOptions, fn?: SuiteFn): Promise; + function skip(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `TODO`. This is the same as calling {@link describe} with `options.todo` set to `true`. + * @since v18.15.0 + */ + function todo(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function todo(name?: string, fn?: SuiteFn): Promise; + function todo(options?: TestOptions, fn?: SuiteFn): Promise; + function todo(fn?: SuiteFn): Promise; + /** + * Shorthand for marking a suite as `only`. This is the same as calling {@link describe} with `options.only` set to `true`. + * @since v18.15.0 + */ + function only(name?: string, options?: TestOptions, fn?: SuiteFn): Promise; + function only(name?: string, fn?: SuiteFn): Promise; + function only(options?: TestOptions, fn?: SuiteFn): Promise; + function only(fn?: SuiteFn): Promise; + } + /** + * Alias for {@link test}. + * + * The `it()` function is imported from the `node:test` module. + * @since v18.6.0, v16.17.0 + */ + function it(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function it(name?: string, fn?: TestFn): Promise; + function it(options?: TestOptions, fn?: TestFn): Promise; + function it(fn?: TestFn): Promise; + namespace it { + /** + * Shorthand for skipping a test. This is the same as calling {@link it} with `options.skip` set to `true`. + */ + function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function skip(name?: string, fn?: TestFn): Promise; + function skip(options?: TestOptions, fn?: TestFn): Promise; + function skip(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `TODO`. This is the same as calling {@link it} with `options.todo` set to `true`. + */ + function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function todo(name?: string, fn?: TestFn): Promise; + function todo(options?: TestOptions, fn?: TestFn): Promise; + function todo(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `only`. This is the same as calling {@link it} with `options.only` set to `true`. + * @since v18.15.0 + */ + function only(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function only(name?: string, fn?: TestFn): Promise; + function only(options?: TestOptions, fn?: TestFn): Promise; + function only(fn?: TestFn): Promise; + } + /** + * Shorthand for skipping a test. This is the same as calling {@link test} with `options.skip` set to `true`. + * @since v20.2.0 + */ + function skip(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function skip(name?: string, fn?: TestFn): Promise; + function skip(options?: TestOptions, fn?: TestFn): Promise; + function skip(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `TODO`. This is the same as calling {@link test} with `options.todo` set to `true`. + * @since v20.2.0 + */ + function todo(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function todo(name?: string, fn?: TestFn): Promise; + function todo(options?: TestOptions, fn?: TestFn): Promise; + function todo(fn?: TestFn): Promise; + /** + * Shorthand for marking a test as `only`. This is the same as calling {@link test} with `options.only` set to `true`. + * @since v20.2.0 + */ + function only(name?: string, options?: TestOptions, fn?: TestFn): Promise; + function only(name?: string, fn?: TestFn): Promise; + function only(options?: TestOptions, fn?: TestFn): Promise; + function only(fn?: TestFn): Promise; + /** + * The type of a function passed to {@link test}. The first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + */ + type TestFn = (t: TestContext, done: (result?: any) => void) => void | Promise; + /** + * The type of a suite test function. The argument to this function is a {@link SuiteContext} object. + */ + type SuiteFn = (s: SuiteContext) => void | Promise; + interface TestShard { + /** + * A positive integer between 1 and `total` that specifies the index of the shard to run. + */ + index: number; + /** + * A positive integer that specifies the total number of shards to split the test files to. + */ + total: number; + } + interface RunOptions { + /** + * If a number is provided, then that many test processes would run in parallel, where each process corresponds to one test file. + * If `true`, it would run `os.availableParallelism() - 1` test files in parallel. If `false`, it would only run one test file at a time. + * @default false + */ + concurrency?: number | boolean | undefined; + /** + * An array containing the list of files to run. If omitted, files are run according to the + * [test runner execution model](https://nodejs.org/docs/latest-v22.x/api/test.html#test-runner-execution-model). + */ + files?: readonly string[] | undefined; + /** + * Configures the test runner to exit the process once all known + * tests have finished executing even if the event loop would + * otherwise remain active. + * @default false + */ + forceExit?: boolean | undefined; + /** + * An array containing the list of glob patterns to match test files. + * This option cannot be used together with `files`. If omitted, files are run according to the + * [test runner execution model](https://nodejs.org/docs/latest-v22.x/api/test.html#test-runner-execution-model). + * @since v22.6.0 + */ + globPatterns?: readonly string[] | undefined; + /** + * Sets inspector port of test child process. + * This can be a number, or a function that takes no arguments and returns a + * number. If a nullish value is provided, each process gets its own port, + * incremented from the primary's `process.debugPort`. This option is ignored + * if the `isolation` option is set to `'none'` as no child processes are + * spawned. + * @default undefined + */ + inspectPort?: number | (() => number) | undefined; + /** + * Configures the type of test isolation. If set to + * `'process'`, each test file is run in a separate child process. If set to + * `'none'`, all test files run in the current process. + * @default 'process' + * @since v22.8.0 + */ + isolation?: "process" | "none" | undefined; + /** + * If truthy, the test context will only run tests that have the `only` option set + */ + only?: boolean | undefined; + /** + * A function that accepts the `TestsStream` instance and can be used to setup listeners before any tests are run. + * @default undefined + */ + setup?: ((reporter: TestsStream) => void | Promise) | undefined; + /** + * An array of CLI flags to pass to the `node` executable when + * spawning the subprocesses. This option has no effect when `isolation` is `'none`'. + * @since v22.10.0 + * @default [] + */ + execArgv?: readonly string[] | undefined; + /** + * An array of CLI flags to pass to each test file when spawning the + * subprocesses. This option has no effect when `isolation` is `'none'`. + * @since v22.10.0 + * @default [] + */ + argv?: readonly string[] | undefined; + /** + * Allows aborting an in-progress test execution. + */ + signal?: AbortSignal | undefined; + /** + * If provided, only run tests whose name matches the provided pattern. + * Strings are interpreted as JavaScript regular expressions. + * @default undefined + */ + testNamePatterns?: string | RegExp | ReadonlyArray | undefined; + /** + * A String, RegExp or a RegExp Array, that can be used to exclude running tests whose + * name matches the provided pattern. Test name patterns are interpreted as JavaScript + * regular expressions. For each test that is executed, any corresponding test hooks, + * such as `beforeEach()`, are also run. + * @default undefined + * @since v22.1.0 + */ + testSkipPatterns?: string | RegExp | ReadonlyArray | undefined; + /** + * The number of milliseconds after which the test execution will fail. + * If unspecified, subtests inherit this value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + /** + * Whether to run in watch mode or not. + * @default false + */ + watch?: boolean | undefined; + /** + * Running tests in a specific shard. + * @default undefined + */ + shard?: TestShard | undefined; + /** + * enable [code coverage](https://nodejs.org/docs/latest-v22.x/api/test.html#collecting-code-coverage) collection. + * @since v22.10.0 + * @default false + */ + coverage?: boolean | undefined; + /** + * Excludes specific files from code coverage + * using a glob pattern, which can match both absolute and relative file paths. + * This property is only applicable when `coverage` was set to `true`. + * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided, + * files must meet **both** criteria to be included in the coverage report. + * @since v22.10.0 + * @default undefined + */ + coverageExcludeGlobs?: string | readonly string[] | undefined; + /** + * Includes specific files in code coverage + * using a glob pattern, which can match both absolute and relative file paths. + * This property is only applicable when `coverage` was set to `true`. + * If both `coverageExcludeGlobs` and `coverageIncludeGlobs` are provided, + * files must meet **both** criteria to be included in the coverage report. + * @since v22.10.0 + * @default undefined + */ + coverageIncludeGlobs?: string | readonly string[] | undefined; + /** + * Require a minimum percent of covered lines. If code + * coverage does not reach the threshold specified, the process will exit with code `1`. + * @since v22.10.0 + * @default 0 + */ + lineCoverage?: number | undefined; + /** + * Require a minimum percent of covered branches. If code + * coverage does not reach the threshold specified, the process will exit with code `1`. + * @since v22.10.0 + * @default 0 + */ + branchCoverage?: number | undefined; + /** + * Require a minimum percent of covered functions. If code + * coverage does not reach the threshold specified, the process will exit with code `1`. + * @since v22.10.0 + * @default 0 + */ + functionCoverage?: number | undefined; + } + /** + * A successful call to `run()` will return a new `TestsStream` object, streaming a series of events representing the execution of the tests. + * + * Some of the events are guaranteed to be emitted in the same order as the tests are defined, while others are emitted in the order that the tests execute. + * @since v18.9.0, v16.19.0 + */ + class TestsStream extends Readable implements NodeJS.ReadableStream { + addListener(event: "test:coverage", listener: (data: TestCoverage) => void): this; + addListener(event: "test:complete", listener: (data: TestComplete) => void): this; + addListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this; + addListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this; + addListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this; + addListener(event: "test:fail", listener: (data: TestFail) => void): this; + addListener(event: "test:pass", listener: (data: TestPass) => void): this; + addListener(event: "test:plan", listener: (data: TestPlan) => void): this; + addListener(event: "test:start", listener: (data: TestStart) => void): this; + addListener(event: "test:stderr", listener: (data: TestStderr) => void): this; + addListener(event: "test:stdout", listener: (data: TestStdout) => void): this; + addListener(event: "test:summary", listener: (data: TestSummary) => void): this; + addListener(event: "test:watch:drained", listener: () => void): this; + addListener(event: string, listener: (...args: any[]) => void): this; + emit(event: "test:coverage", data: TestCoverage): boolean; + emit(event: "test:complete", data: TestComplete): boolean; + emit(event: "test:dequeue", data: TestDequeue): boolean; + emit(event: "test:diagnostic", data: DiagnosticData): boolean; + emit(event: "test:enqueue", data: TestEnqueue): boolean; + emit(event: "test:fail", data: TestFail): boolean; + emit(event: "test:pass", data: TestPass): boolean; + emit(event: "test:plan", data: TestPlan): boolean; + emit(event: "test:start", data: TestStart): boolean; + emit(event: "test:stderr", data: TestStderr): boolean; + emit(event: "test:stdout", data: TestStdout): boolean; + emit(event: "test:summary", data: TestSummary): boolean; + emit(event: "test:watch:drained"): boolean; + emit(event: string | symbol, ...args: any[]): boolean; + on(event: "test:coverage", listener: (data: TestCoverage) => void): this; + on(event: "test:complete", listener: (data: TestComplete) => void): this; + on(event: "test:dequeue", listener: (data: TestDequeue) => void): this; + on(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this; + on(event: "test:enqueue", listener: (data: TestEnqueue) => void): this; + on(event: "test:fail", listener: (data: TestFail) => void): this; + on(event: "test:pass", listener: (data: TestPass) => void): this; + on(event: "test:plan", listener: (data: TestPlan) => void): this; + on(event: "test:start", listener: (data: TestStart) => void): this; + on(event: "test:stderr", listener: (data: TestStderr) => void): this; + on(event: "test:stdout", listener: (data: TestStdout) => void): this; + on(event: "test:summary", listener: (data: TestSummary) => void): this; + on(event: "test:watch:drained", listener: () => void): this; + on(event: string, listener: (...args: any[]) => void): this; + once(event: "test:coverage", listener: (data: TestCoverage) => void): this; + once(event: "test:complete", listener: (data: TestComplete) => void): this; + once(event: "test:dequeue", listener: (data: TestDequeue) => void): this; + once(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this; + once(event: "test:enqueue", listener: (data: TestEnqueue) => void): this; + once(event: "test:fail", listener: (data: TestFail) => void): this; + once(event: "test:pass", listener: (data: TestPass) => void): this; + once(event: "test:plan", listener: (data: TestPlan) => void): this; + once(event: "test:start", listener: (data: TestStart) => void): this; + once(event: "test:stderr", listener: (data: TestStderr) => void): this; + once(event: "test:stdout", listener: (data: TestStdout) => void): this; + once(event: "test:summary", listener: (data: TestSummary) => void): this; + once(event: "test:watch:drained", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "test:coverage", listener: (data: TestCoverage) => void): this; + prependListener(event: "test:complete", listener: (data: TestComplete) => void): this; + prependListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this; + prependListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this; + prependListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this; + prependListener(event: "test:fail", listener: (data: TestFail) => void): this; + prependListener(event: "test:pass", listener: (data: TestPass) => void): this; + prependListener(event: "test:plan", listener: (data: TestPlan) => void): this; + prependListener(event: "test:start", listener: (data: TestStart) => void): this; + prependListener(event: "test:stderr", listener: (data: TestStderr) => void): this; + prependListener(event: "test:stdout", listener: (data: TestStdout) => void): this; + prependListener(event: "test:summary", listener: (data: TestSummary) => void): this; + prependListener(event: "test:watch:drained", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "test:coverage", listener: (data: TestCoverage) => void): this; + prependOnceListener(event: "test:complete", listener: (data: TestComplete) => void): this; + prependOnceListener(event: "test:dequeue", listener: (data: TestDequeue) => void): this; + prependOnceListener(event: "test:diagnostic", listener: (data: DiagnosticData) => void): this; + prependOnceListener(event: "test:enqueue", listener: (data: TestEnqueue) => void): this; + prependOnceListener(event: "test:fail", listener: (data: TestFail) => void): this; + prependOnceListener(event: "test:pass", listener: (data: TestPass) => void): this; + prependOnceListener(event: "test:plan", listener: (data: TestPlan) => void): this; + prependOnceListener(event: "test:start", listener: (data: TestStart) => void): this; + prependOnceListener(event: "test:stderr", listener: (data: TestStderr) => void): this; + prependOnceListener(event: "test:stdout", listener: (data: TestStdout) => void): this; + prependOnceListener(event: "test:summary", listener: (data: TestSummary) => void): this; + prependOnceListener(event: "test:watch:drained", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + } + /** + * An instance of `TestContext` is passed to each test function in order to + * interact with the test runner. However, the `TestContext` constructor is not + * exposed as part of the API. + * @since v18.0.0, v16.17.0 + */ + class TestContext { + /** + * An object containing assertion methods bound to the test context. + * The top-level functions from the `node:assert` module are exposed here for the purpose of creating test plans. + * + * **Note:** Some of the functions from `node:assert` contain type assertions. If these are called via the + * TestContext `assert` object, then the context parameter in the test's function signature **must be explicitly typed** + * (ie. the parameter must have a type annotation), otherwise an error will be raised by the TypeScript compiler: + * ```ts + * import { test, type TestContext } from 'node:test'; + * + * // The test function's context parameter must have a type annotation. + * test('example', (t: TestContext) => { + * t.assert.deepStrictEqual(actual, expected); + * }); + * + * // Omitting the type annotation will result in a compilation error. + * test('example', t => { + * t.assert.deepStrictEqual(actual, expected); // Error: 't' needs an explicit type annotation. + * }); + * ``` + * @since v22.2.0, v20.15.0 + */ + readonly assert: TestContextAssert; + /** + * This function is used to create a hook running before subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v20.1.0, v18.17.0 + */ + before(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook running before each subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + beforeEach(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook that runs after the current test finishes. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.13.0 + */ + after(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to create a hook running after each subtest of the current test. + * @param fn The hook function. The first argument to this function is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + * @since v18.8.0 + */ + afterEach(fn?: TestContextHookFn, options?: HookOptions): void; + /** + * This function is used to write diagnostics to the output. Any diagnostic + * information is included at the end of the test's results. This function does + * not return a value. + * + * ```js + * test('top level test', (t) => { + * t.diagnostic('A diagnostic message'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Message to be reported. + */ + diagnostic(message: string): void; + /** + * The absolute path of the test file that created the current test. If a test file imports + * additional modules that generate tests, the imported tests will return the path of the root test file. + * @since v22.6.0 + */ + readonly filePath: string | undefined; + /** + * The name of the test and each of its ancestors, separated by `>`. + * @since v22.3.0 + */ + readonly fullName: string; + /** + * The name of the test. + * @since v18.8.0, v16.18.0 + */ + readonly name: string; + /** + * Used to set the number of assertions and subtests that are expected to run within the test. + * If the number of assertions and subtests that run does not match the expected count, the test will fail. + * + * To make sure assertions are tracked, the assert functions on `context.assert` must be used, + * instead of importing from the `node:assert` module. + * ```js + * test('top level test', (t) => { + * t.plan(2); + * t.assert.ok('some relevant assertion here'); + * t.test('subtest', () => {}); + * }); + * ``` + * + * When working with asynchronous code, the `plan` function can be used to ensure that the correct number of assertions are run: + * ```js + * test('planning with streams', (t, done) => { + * function* generate() { + * yield 'a'; + * yield 'b'; + * yield 'c'; + * } + * const expected = ['a', 'b', 'c']; + * t.plan(expected.length); + * const stream = Readable.from(generate()); + * stream.on('data', (chunk) => { + * t.assert.strictEqual(chunk, expected.shift()); + * }); + * stream.on('end', () => { + * done(); + * }); + * }); + * ``` + * @since v22.2.0 + */ + plan(count: number): void; + /** + * If `shouldRunOnlyTests` is truthy, the test context will only run tests that + * have the `only` option set. Otherwise, all tests are run. If Node.js was not + * started with the `--test-only` command-line option, this function is a + * no-op. + * + * ```js + * test('top level test', (t) => { + * // The test context can be set to run subtests with the 'only' option. + * t.runOnly(true); + * return Promise.all([ + * t.test('this subtest is now skipped'), + * t.test('this subtest is run', { only: true }), + * ]); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param shouldRunOnlyTests Whether or not to run `only` tests. + */ + runOnly(shouldRunOnlyTests: boolean): void; + /** + * ```js + * test('top level test', async (t) => { + * await fetch('some/uri', { signal: t.signal }); + * }); + * ``` + * @since v18.7.0, v16.17.0 + */ + readonly signal: AbortSignal; + /** + * This function causes the test's output to indicate the test as skipped. If `message` is provided, it is included in the output. Calling `skip()` does + * not terminate execution of the test function. This function does not return a + * value. + * + * ```js + * test('top level test', (t) => { + * // Make sure to return here as well if the test contains additional logic. + * t.skip('this is skipped'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Optional skip message. + */ + skip(message?: string): void; + /** + * This function adds a `TODO` directive to the test's output. If `message` is + * provided, it is included in the output. Calling `todo()` does not terminate + * execution of the test function. This function does not return a value. + * + * ```js + * test('top level test', (t) => { + * // This test is marked as `TODO` + * t.todo('this is a todo'); + * }); + * ``` + * @since v18.0.0, v16.17.0 + * @param message Optional `TODO` message. + */ + todo(message?: string): void; + /** + * This function is used to create subtests under the current test. This function behaves in + * the same fashion as the top level {@link test} function. + * @since v18.0.0 + * @param name The name of the test, which is displayed when reporting test results. + * Defaults to the `name` property of `fn`, or `''` if `fn` does not have a name. + * @param options Configuration options for the test. + * @param fn The function under test. This first argument to this function is a {@link TestContext} object. + * If the test uses callbacks, the callback function is passed as the second argument. + * @returns A {@link Promise} resolved with `undefined` once the test completes. + */ + test: typeof test; + /** + * Each test provides its own MockTracker instance. + */ + readonly mock: MockTracker; + } + interface TestContextAssert extends + Pick< + typeof import("assert"), + | "deepEqual" + | "deepStrictEqual" + | "doesNotMatch" + | "doesNotReject" + | "doesNotThrow" + | "equal" + | "fail" + | "ifError" + | "match" + | "notDeepEqual" + | "notDeepStrictEqual" + | "notEqual" + | "notStrictEqual" + | "ok" + | "partialDeepStrictEqual" + | "rejects" + | "strictEqual" + | "throws" + > + { + /** + * This function implements assertions for snapshot testing. + * ```js + * test('snapshot test with default serialization', (t) => { + * t.assert.snapshot({ value1: 1, value2: 2 }); + * }); + * + * test('snapshot test with custom serialization', (t) => { + * t.assert.snapshot({ value3: 3, value4: 4 }, { + * serializers: [(value) => JSON.stringify(value)] + * }); + * }); + * ``` + * @since v22.3.0 + */ + snapshot(value: any, options?: AssertSnapshotOptions): void; + } + interface AssertSnapshotOptions { + /** + * An array of synchronous functions used to serialize `value` into a string. + * `value` is passed as the only argument to the first serializer function. + * The return value of each serializer is passed as input to the next serializer. + * Once all serializers have run, the resulting value is coerced to a string. + * + * If no serializers are provided, the test runner's default serializers are used. + */ + serializers?: ReadonlyArray<(value: any) => any> | undefined; + } + + /** + * An instance of `SuiteContext` is passed to each suite function in order to + * interact with the test runner. However, the `SuiteContext` constructor is not + * exposed as part of the API. + * @since v18.7.0, v16.17.0 + */ + class SuiteContext { + /** + * The absolute path of the test file that created the current suite. If a test file imports + * additional modules that generate suites, the imported suites will return the path of the root test file. + * @since v22.6.0 + */ + readonly filePath: string | undefined; + /** + * The name of the suite. + * @since v18.8.0, v16.18.0 + */ + readonly name: string; + /** + * Can be used to abort test subtasks when the test has been aborted. + * @since v18.7.0, v16.17.0 + */ + readonly signal: AbortSignal; + } + interface TestOptions { + /** + * If a number is provided, then that many tests would run in parallel. + * If truthy, it would run (number of cpu cores - 1) tests in parallel. + * For subtests, it will be `Infinity` tests in parallel. + * If falsy, it would only run one test at a time. + * If unspecified, subtests inherit this value from their parent. + * @default false + */ + concurrency?: number | boolean | undefined; + /** + * If truthy, and the test context is configured to run `only` tests, then this test will be + * run. Otherwise, the test is skipped. + * @default false + */ + only?: boolean | undefined; + /** + * Allows aborting an in-progress test. + * @since v18.8.0 + */ + signal?: AbortSignal | undefined; + /** + * If truthy, the test is skipped. If a string is provided, that string is displayed in the + * test results as the reason for skipping the test. + * @default false + */ + skip?: boolean | string | undefined; + /** + * A number of milliseconds the test will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + * @since v18.7.0 + */ + timeout?: number | undefined; + /** + * If truthy, the test marked as `TODO`. If a string is provided, that string is displayed in + * the test results as the reason why the test is `TODO`. + * @default false + */ + todo?: boolean | string | undefined; + /** + * The number of assertions and subtests expected to be run in the test. + * If the number of assertions run in the test does not match the number + * specified in the plan, the test will fail. + * @default undefined + * @since v22.2.0 + */ + plan?: number | undefined; + } + /** + * This function creates a hook that runs before executing a suite. + * + * ```js + * describe('tests', async () => { + * before(() => console.log('about to run some test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function before(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs after executing a suite. + * + * ```js + * describe('tests', async () => { + * after(() => console.log('finished running tests')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function after(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs before each test in the current suite. + * + * ```js + * describe('tests', async () => { + * beforeEach(() => console.log('about to run a test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function beforeEach(fn?: HookFn, options?: HookOptions): void; + /** + * This function creates a hook that runs after each test in the current suite. + * The `afterEach()` hook is run even if the test fails. + * + * ```js + * describe('tests', async () => { + * afterEach(() => console.log('finished running a test')); + * it('is a subtest', () => { + * assert.ok('some relevant assertion here'); + * }); + * }); + * ``` + * @since v18.8.0, v16.18.0 + * @param fn The hook function. If the hook uses callbacks, the callback function is passed as the second argument. + * @param options Configuration options for the hook. + */ + function afterEach(fn?: HookFn, options?: HookOptions): void; + /** + * The hook function. The first argument is the context in which the hook is called. + * If the hook uses callbacks, the callback function is passed as the second argument. + */ + type HookFn = (c: TestContext | SuiteContext, done: (result?: any) => void) => any; + /** + * The hook function. The first argument is a `TestContext` object. + * If the hook uses callbacks, the callback function is passed as the second argument. + */ + type TestContextHookFn = (t: TestContext, done: (result?: any) => void) => any; + /** + * Configuration options for hooks. + * @since v18.8.0 + */ + interface HookOptions { + /** + * Allows aborting an in-progress hook. + */ + signal?: AbortSignal | undefined; + /** + * A number of milliseconds the hook will fail after. If unspecified, subtests inherit this + * value from their parent. + * @default Infinity + */ + timeout?: number | undefined; + } + interface MockFunctionOptions { + /** + * The number of times that the mock will use the behavior of `implementation`. + * Once the mock function has been called `times` times, + * it will automatically restore the behavior of `original`. + * This value must be an integer greater than zero. + * @default Infinity + */ + times?: number | undefined; + } + interface MockMethodOptions extends MockFunctionOptions { + /** + * If `true`, `object[methodName]` is treated as a getter. + * This option cannot be used with the `setter` option. + */ + getter?: boolean | undefined; + /** + * If `true`, `object[methodName]` is treated as a setter. + * This option cannot be used with the `getter` option. + */ + setter?: boolean | undefined; + } + type Mock = F & { + mock: MockFunctionContext; + }; + type NoOpFunction = (...args: any[]) => undefined; + type FunctionPropertyNames = { + [K in keyof T]: T[K] extends Function ? K : never; + }[keyof T]; + interface MockModuleOptions { + /** + * If false, each call to `require()` or `import()` generates a new mock module. + * If true, subsequent calls will return the same module mock, and the mock module is inserted into the CommonJS cache. + * @default false + */ + cache?: boolean | undefined; + /** + * The value to use as the mocked module's default export. + * + * If this value is not provided, ESM mocks do not include a default export. + * If the mock is a CommonJS or builtin module, this setting is used as the value of `module.exports`. + * If this value is not provided, CJS and builtin mocks use an empty object as the value of `module.exports`. + */ + defaultExport?: any; + /** + * An object whose keys and values are used to create the named exports of the mock module. + * + * If the mock is a CommonJS or builtin module, these values are copied onto `module.exports`. + * Therefore, if a mock is created with both named exports and a non-object default export, + * the mock will throw an exception when used as a CJS or builtin module. + */ + namedExports?: object | undefined; + } + /** + * The `MockTracker` class is used to manage mocking functionality. The test runner + * module provides a top level `mock` export which is a `MockTracker` instance. + * Each test also provides its own `MockTracker` instance via the test context's `mock` property. + * @since v19.1.0, v18.13.0 + */ + class MockTracker { + /** + * This function is used to create a mock function. + * + * The following example creates a mock function that increments a counter by one + * on each invocation. The `times` option is used to modify the mock behavior such + * that the first two invocations add two to the counter instead of one. + * + * ```js + * test('mocks a counting function', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne, addTwo, { times: 2 }); + * + * assert.strictEqual(fn(), 2); + * assert.strictEqual(fn(), 4); + * assert.strictEqual(fn(), 5); + * assert.strictEqual(fn(), 6); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param original An optional function to create a mock on. + * @param implementation An optional function used as the mock implementation for `original`. This is useful for creating mocks that exhibit one behavior for a specified number of calls and + * then restore the behavior of `original`. + * @param options Optional configuration options for the mock function. + * @return The mocked function. The mocked function contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the + * behavior of the mocked function. + */ + fn(original?: F, options?: MockFunctionOptions): Mock; + fn( + original?: F, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock; + /** + * This function is used to create a mock on an existing object method. The + * following example demonstrates how a mock is created on an existing object + * method. + * + * ```js + * test('spies on an object method', (t) => { + * const number = { + * value: 5, + * subtract(a) { + * return this.value - a; + * }, + * }; + * + * t.mock.method(number, 'subtract'); + * assert.strictEqual(number.subtract.mock.calls.length, 0); + * assert.strictEqual(number.subtract(3), 2); + * assert.strictEqual(number.subtract.mock.calls.length, 1); + * + * const call = number.subtract.mock.calls[0]; + * + * assert.deepStrictEqual(call.arguments, [3]); + * assert.strictEqual(call.result, 2); + * assert.strictEqual(call.error, undefined); + * assert.strictEqual(call.target, undefined); + * assert.strictEqual(call.this, number); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param object The object whose method is being mocked. + * @param methodName The identifier of the method on `object` to mock. If `object[methodName]` is not a function, an error is thrown. + * @param implementation An optional function used as the mock implementation for `object[methodName]`. + * @param options Optional configuration options for the mock method. + * @return The mocked method. The mocked method contains a special `mock` property, which is an instance of {@link MockFunctionContext}, and can be used for inspecting and changing the + * behavior of the mocked method. + */ + method< + MockedObject extends object, + MethodName extends FunctionPropertyNames, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): MockedObject[MethodName] extends Function ? Mock + : never; + method< + MockedObject extends object, + MethodName extends FunctionPropertyNames, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation: Implementation, + options?: MockFunctionOptions, + ): MockedObject[MethodName] extends Function ? Mock + : never; + method( + object: MockedObject, + methodName: keyof MockedObject, + options: MockMethodOptions, + ): Mock; + method( + object: MockedObject, + methodName: keyof MockedObject, + implementation: Function, + options: MockMethodOptions, + ): Mock; + + /** + * This function is syntax sugar for `MockTracker.method` with `options.getter` set to `true`. + * @since v19.3.0, v18.13.0 + */ + getter< + MockedObject extends object, + MethodName extends keyof MockedObject, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): Mock<() => MockedObject[MethodName]>; + getter< + MockedObject extends object, + MethodName extends keyof MockedObject, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock<(() => MockedObject[MethodName]) | Implementation>; + /** + * This function is syntax sugar for `MockTracker.method` with `options.setter` set to `true`. + * @since v19.3.0, v18.13.0 + */ + setter< + MockedObject extends object, + MethodName extends keyof MockedObject, + >( + object: MockedObject, + methodName: MethodName, + options?: MockFunctionOptions, + ): Mock<(value: MockedObject[MethodName]) => void>; + setter< + MockedObject extends object, + MethodName extends keyof MockedObject, + Implementation extends Function, + >( + object: MockedObject, + methodName: MethodName, + implementation?: Implementation, + options?: MockFunctionOptions, + ): Mock<((value: MockedObject[MethodName]) => void) | Implementation>; + + /** + * This function is used to mock the exports of ECMAScript modules, CommonJS modules, and Node.js builtin modules. + * Any references to the original module prior to mocking are not impacted. + * + * Only available through the [--experimental-test-module-mocks](https://nodejs.org/api/cli.html#--experimental-test-module-mocks) flag. + * @since v22.3.0 + * @experimental + * @param specifier A string identifying the module to mock. + * @param options Optional configuration options for the mock module. + */ + module(specifier: string, options?: MockModuleOptions): MockModuleContext; + + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTracker` and disassociates the mocks from the `MockTracker` instance. Once disassociated, the mocks can still be used, but the `MockTracker` instance can no longer be + * used to reset their behavior or + * otherwise interact with them. + * + * After each test completes, this function is called on the test context's `MockTracker`. If the global `MockTracker` is used extensively, calling this + * function manually is recommended. + * @since v19.1.0, v18.13.0 + */ + reset(): void; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTracker`. Unlike `mock.reset()`, `mock.restoreAll()` does + * not disassociate the mocks from the `MockTracker` instance. + * @since v19.1.0, v18.13.0 + */ + restoreAll(): void; + + timers: MockTimers; + } + const mock: MockTracker; + interface MockFunctionCall< + F extends Function, + ReturnType = F extends (...args: any) => infer T ? T + : F extends abstract new(...args: any) => infer T ? T + : unknown, + Args = F extends (...args: infer Y) => any ? Y + : F extends abstract new(...args: infer Y) => any ? Y + : unknown[], + > { + /** + * An array of the arguments passed to the mock function. + */ + arguments: Args; + /** + * If the mocked function threw then this property contains the thrown value. + */ + error: unknown | undefined; + /** + * The value returned by the mocked function. + * + * If the mocked function threw, it will be `undefined`. + */ + result: ReturnType | undefined; + /** + * An `Error` object whose stack can be used to determine the callsite of the mocked function invocation. + */ + stack: Error; + /** + * If the mocked function is a constructor, this field contains the class being constructed. + * Otherwise this will be `undefined`. + */ + target: F extends abstract new(...args: any) => any ? F : undefined; + /** + * The mocked function's `this` value. + */ + this: unknown; + } + /** + * The `MockFunctionContext` class is used to inspect or manipulate the behavior of + * mocks created via the `MockTracker` APIs. + * @since v19.1.0, v18.13.0 + */ + class MockFunctionContext { + /** + * A getter that returns a copy of the internal array used to track calls to the + * mock. Each entry in the array is an object with the following properties. + * @since v19.1.0, v18.13.0 + */ + readonly calls: Array>; + /** + * This function returns the number of times that this mock has been invoked. This + * function is more efficient than checking `ctx.calls.length` because `ctx.calls` is a getter that creates a copy of the internal call tracking array. + * @since v19.1.0, v18.13.0 + * @return The number of times that this mock has been invoked. + */ + callCount(): number; + /** + * This function is used to change the behavior of an existing mock. + * + * The following example creates a mock function using `t.mock.fn()`, calls the + * mock function, and then changes the mock implementation to a different function. + * + * ```js + * test('changes a mock behavior', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne); + * + * assert.strictEqual(fn(), 1); + * fn.mock.mockImplementation(addTwo); + * assert.strictEqual(fn(), 3); + * assert.strictEqual(fn(), 5); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param implementation The function to be used as the mock's new implementation. + */ + mockImplementation(implementation: F): void; + /** + * This function is used to change the behavior of an existing mock for a single + * invocation. Once invocation `onCall` has occurred, the mock will revert to + * whatever behavior it would have used had `mockImplementationOnce()` not been + * called. + * + * The following example creates a mock function using `t.mock.fn()`, calls the + * mock function, changes the mock implementation to a different function for the + * next invocation, and then resumes its previous behavior. + * + * ```js + * test('changes a mock behavior once', (t) => { + * let cnt = 0; + * + * function addOne() { + * cnt++; + * return cnt; + * } + * + * function addTwo() { + * cnt += 2; + * return cnt; + * } + * + * const fn = t.mock.fn(addOne); + * + * assert.strictEqual(fn(), 1); + * fn.mock.mockImplementationOnce(addTwo); + * assert.strictEqual(fn(), 3); + * assert.strictEqual(fn(), 4); + * }); + * ``` + * @since v19.1.0, v18.13.0 + * @param implementation The function to be used as the mock's implementation for the invocation number specified by `onCall`. + * @param onCall The invocation number that will use `implementation`. If the specified invocation has already occurred then an exception is thrown. + */ + mockImplementationOnce(implementation: F, onCall?: number): void; + /** + * Resets the call history of the mock function. + * @since v19.3.0, v18.13.0 + */ + resetCalls(): void; + /** + * Resets the implementation of the mock function to its original behavior. The + * mock can still be used after calling this function. + * @since v19.1.0, v18.13.0 + */ + restore(): void; + } + /** + * @since v22.3.0 + * @experimental + */ + class MockModuleContext { + /** + * Resets the implementation of the mock module. + * @since v22.3.0 + */ + restore(): void; + } + + type Timer = "setInterval" | "setTimeout" | "setImmediate" | "Date"; + interface MockTimersOptions { + apis: Timer[]; + now?: number | Date | undefined; + } + /** + * Mocking timers is a technique commonly used in software testing to simulate and + * control the behavior of timers, such as `setInterval` and `setTimeout`, + * without actually waiting for the specified time intervals. + * + * The MockTimers API also allows for mocking of the `Date` constructor and + * `setImmediate`/`clearImmediate` functions. + * + * The `MockTracker` provides a top-level `timers` export + * which is a `MockTimers` instance. + * @since v20.4.0 + * @experimental + */ + class MockTimers { + /** + * Enables timer mocking for the specified timers. + * + * **Note:** When you enable mocking for a specific timer, its associated + * clear function will also be implicitly mocked. + * + * **Note:** Mocking `Date` will affect the behavior of the mocked timers + * as they use the same internal clock. + * + * Example usage without setting initial time: + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['setInterval', 'Date'], now: 1234 }); + * ``` + * + * The above example enables mocking for the `Date` constructor, `setInterval` timer and + * implicitly mocks the `clearInterval` function. Only the `Date` constructor from `globalThis`, + * `setInterval` and `clearInterval` functions from `node:timers`, `node:timers/promises`, and `globalThis` will be mocked. + * + * Example usage with initial time set + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['Date'], now: 1000 }); + * ``` + * + * Example usage with initial Date object as time set + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.enable({ apis: ['Date'], now: new Date() }); + * ``` + * + * Alternatively, if you call `mock.timers.enable()` without any parameters: + * + * All timers (`'setInterval'`, `'clearInterval'`, `'Date'`, `'setImmediate'`, `'clearImmediate'`, `'setTimeout'`, and `'clearTimeout'`) + * will be mocked. + * + * The `setInterval`, `clearInterval`, `setTimeout`, and `clearTimeout` functions from `node:timers`, `node:timers/promises`, + * and `globalThis` will be mocked. + * The `Date` constructor from `globalThis` will be mocked. + * + * If there is no initial epoch set, the initial date will be based on 0 in the Unix epoch. This is `January 1st, 1970, 00:00:00 UTC`. You can + * set an initial date by passing a now property to the `.enable()` method. This value will be used as the initial date for the mocked Date + * object. It can either be a positive integer, or another Date object. + * @since v20.4.0 + */ + enable(options?: MockTimersOptions): void; + /** + * You can use the `.setTime()` method to manually move the mocked date to another time. This method only accepts a positive integer. + * Note: This method will execute any mocked timers that are in the past from the new time. + * In the below example we are setting a new time for the mocked date. + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * test('sets the time of a date object', (context) => { + * // Optionally choose what to mock + * context.mock.timers.enable({ apis: ['Date'], now: 100 }); + * assert.strictEqual(Date.now(), 100); + * // Advance in time will also advance the date + * context.mock.timers.setTime(1000); + * context.mock.timers.tick(200); + * assert.strictEqual(Date.now(), 1200); + * }); + * ``` + */ + setTime(time: number): void; + /** + * This function restores the default behavior of all mocks that were previously + * created by this `MockTimers` instance and disassociates the mocks + * from the `MockTracker` instance. + * + * **Note:** After each test completes, this function is called on + * the test context's `MockTracker`. + * + * ```js + * import { mock } from 'node:test'; + * mock.timers.reset(); + * ``` + * @since v20.4.0 + */ + reset(): void; + /** + * Advances time for all mocked timers. + * + * **Note:** This diverges from how `setTimeout` in Node.js behaves and accepts + * only positive numbers. In Node.js, `setTimeout` with negative numbers is + * only supported for web compatibility reasons. + * + * The following example mocks a `setTimeout` function and + * by using `.tick` advances in + * time triggering all pending timers. + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * + * context.mock.timers.enable({ apis: ['setTimeout'] }); + * + * setTimeout(fn, 9999); + * + * assert.strictEqual(fn.mock.callCount(), 0); + * + * // Advance in time + * context.mock.timers.tick(9999); + * + * assert.strictEqual(fn.mock.callCount(), 1); + * }); + * ``` + * + * Alternativelly, the `.tick` function can be called many times + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * context.mock.timers.enable({ apis: ['setTimeout'] }); + * const nineSecs = 9000; + * setTimeout(fn, nineSecs); + * + * const twoSeconds = 3000; + * context.mock.timers.tick(twoSeconds); + * context.mock.timers.tick(twoSeconds); + * context.mock.timers.tick(twoSeconds); + * + * assert.strictEqual(fn.mock.callCount(), 1); + * }); + * ``` + * + * Advancing time using `.tick` will also advance the time for any `Date` object + * created after the mock was enabled (if `Date` was also set to be mocked). + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('mocks setTimeout to be executed synchronously without having to actually wait for it', (context) => { + * const fn = context.mock.fn(); + * + * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] }); + * setTimeout(fn, 9999); + * + * assert.strictEqual(fn.mock.callCount(), 0); + * assert.strictEqual(Date.now(), 0); + * + * // Advance in time + * context.mock.timers.tick(9999); + * assert.strictEqual(fn.mock.callCount(), 1); + * assert.strictEqual(Date.now(), 9999); + * }); + * ``` + * @since v20.4.0 + */ + tick(milliseconds: number): void; + /** + * Triggers all pending mocked timers immediately. If the `Date` object is also + * mocked, it will also advance the `Date` object to the furthest timer's time. + * + * The example below triggers all pending timers immediately, + * causing them to execute without any delay. + * + * ```js + * import assert from 'node:assert'; + * import { test } from 'node:test'; + * + * test('runAll functions following the given order', (context) => { + * context.mock.timers.enable({ apis: ['setTimeout', 'Date'] }); + * const results = []; + * setTimeout(() => results.push(1), 9999); + * + * // Notice that if both timers have the same timeout, + * // the order of execution is guaranteed + * setTimeout(() => results.push(3), 8888); + * setTimeout(() => results.push(2), 8888); + * + * assert.deepStrictEqual(results, []); + * + * context.mock.timers.runAll(); + * assert.deepStrictEqual(results, [3, 2, 1]); + * // The Date object is also advanced to the furthest timer's time + * assert.strictEqual(Date.now(), 9999); + * }); + * ``` + * + * **Note:** The `runAll()` function is specifically designed for + * triggering timers in the context of timer mocking. + * It does not have any effect on real-time system + * clocks or actual timers outside of the mocking environment. + * @since v20.4.0 + */ + runAll(): void; + /** + * Calls {@link MockTimers.reset()}. + */ + [Symbol.dispose](): void; + } + /** + * @since v22.3.0 + */ + namespace snapshot { + /** + * This function is used to customize the default serialization mechanism used by the test runner. + * + * By default, the test runner performs serialization by calling `JSON.stringify(value, null, 2)` on the provided value. + * `JSON.stringify()` does have limitations regarding circular structures and supported data types. + * If a more robust serialization mechanism is required, this function should be used to specify a list of custom serializers. + * + * Serializers are called in order, with the output of the previous serializer passed as input to the next. + * The final result must be a string value. + * @since v22.3.0 + * @param serializers An array of synchronous functions used as the default serializers for snapshot tests. + */ + function setDefaultSnapshotSerializers(serializers: ReadonlyArray<(value: any) => any>): void; + /** + * This function is used to set a custom resolver for the location of the snapshot file used for snapshot testing. + * By default, the snapshot filename is the same as the entry point filename with `.snapshot` appended. + * @since v22.3.0 + * @param fn A function used to compute the location of the snapshot file. + * The function receives the path of the test file as its only argument. If the + * test is not associated with a file (for example in the REPL), the input is + * undefined. `fn()` must return a string specifying the location of the snapshot file. + */ + function setResolveSnapshotPath(fn: (path: string | undefined) => string): void; + } + export { + after, + afterEach, + before, + beforeEach, + describe, + it, + Mock, + mock, + only, + run, + skip, + snapshot, + suite, + SuiteContext, + test, + test as default, + TestContext, + todo, + }; +} + +interface TestError extends Error { + cause: Error; +} +interface TestLocationInfo { + /** + * The column number where the test is defined, or + * `undefined` if the test was run through the REPL. + */ + column?: number; + /** + * The path of the test file, `undefined` if test was run through the REPL. + */ + file?: string; + /** + * The line number where the test is defined, or `undefined` if the test was run through the REPL. + */ + line?: number; +} +interface DiagnosticData extends TestLocationInfo { + /** + * The diagnostic message. + */ + message: string; + /** + * The nesting level of the test. + */ + nesting: number; +} +interface TestCoverage { + /** + * An object containing the coverage report. + */ + summary: { + /** + * An array of coverage reports for individual files. + */ + files: Array<{ + /** + * The absolute path of the file. + */ + path: string; + /** + * The total number of lines. + */ + totalLineCount: number; + /** + * The total number of branches. + */ + totalBranchCount: number; + /** + * The total number of functions. + */ + totalFunctionCount: number; + /** + * The number of covered lines. + */ + coveredLineCount: number; + /** + * The number of covered branches. + */ + coveredBranchCount: number; + /** + * The number of covered functions. + */ + coveredFunctionCount: number; + /** + * The percentage of lines covered. + */ + coveredLinePercent: number; + /** + * The percentage of branches covered. + */ + coveredBranchPercent: number; + /** + * The percentage of functions covered. + */ + coveredFunctionPercent: number; + /** + * An array of functions representing function coverage. + */ + functions: Array<{ + /** + * The name of the function. + */ + name: string; + /** + * The line number where the function is defined. + */ + line: number; + /** + * The number of times the function was called. + */ + count: number; + }>; + /** + * An array of branches representing branch coverage. + */ + branches: Array<{ + /** + * The line number where the branch is defined. + */ + line: number; + /** + * The number of times the branch was taken. + */ + count: number; + }>; + /** + * An array of lines representing line numbers and the number of times they were covered. + */ + lines: Array<{ + /** + * The line number. + */ + line: number; + /** + * The number of times the line was covered. + */ + count: number; + }>; + }>; + /** + * An object containing whether or not the coverage for + * each coverage type. + * @since v22.9.0 + */ + thresholds: { + /** + * The function coverage threshold. + */ + function: number; + /** + * The branch coverage threshold. + */ + branch: number; + /** + * The line coverage threshold. + */ + line: number; + }; + /** + * An object containing a summary of coverage for all files. + */ + totals: { + /** + * The total number of lines. + */ + totalLineCount: number; + /** + * The total number of branches. + */ + totalBranchCount: number; + /** + * The total number of functions. + */ + totalFunctionCount: number; + /** + * The number of covered lines. + */ + coveredLineCount: number; + /** + * The number of covered branches. + */ + coveredBranchCount: number; + /** + * The number of covered functions. + */ + coveredFunctionCount: number; + /** + * The percentage of lines covered. + */ + coveredLinePercent: number; + /** + * The percentage of branches covered. + */ + coveredBranchPercent: number; + /** + * The percentage of functions covered. + */ + coveredFunctionPercent: number; + }; + /** + * The working directory when code coverage began. This + * is useful for displaying relative path names in case + * the tests changed the working directory of the Node.js process. + */ + workingDirectory: string; + }; + /** + * The nesting level of the test. + */ + nesting: number; +} +interface TestComplete extends TestLocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * Whether the test passed or not. + */ + passed: boolean; + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * An error wrapping the error thrown by the test if it did not pass. + */ + error?: TestError; + /** + * The type of the test, used to denote whether this is a suite. + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; +} +interface TestDequeue extends TestLocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; +} +interface TestEnqueue extends TestLocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; +} +interface TestFail extends TestLocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * An error wrapping the error thrown by the test. + */ + error: TestError; + /** + * The type of the test, used to denote whether this is a suite. + * @since v20.0.0, v19.9.0, v18.17.0 + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; +} +interface TestPass extends TestLocationInfo { + /** + * Additional execution metadata. + */ + details: { + /** + * The duration of the test in milliseconds. + */ + duration_ms: number; + /** + * The type of the test, used to denote whether this is a suite. + * @since 20.0.0, 19.9.0, 18.17.0 + */ + type?: "suite"; + }; + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The ordinal number of the test. + */ + testNumber: number; + /** + * Present if `context.todo` is called. + */ + todo?: string | boolean; + /** + * Present if `context.skip` is called. + */ + skip?: string | boolean; +} +interface TestPlan extends TestLocationInfo { + /** + * The nesting level of the test. + */ + nesting: number; + /** + * The number of subtests that have ran. + */ + count: number; +} +interface TestStart extends TestLocationInfo { + /** + * The test name. + */ + name: string; + /** + * The nesting level of the test. + */ + nesting: number; +} +interface TestStderr { + /** + * The path of the test file. + */ + file: string; + /** + * The message written to `stderr`. + */ + message: string; +} +interface TestStdout { + /** + * The path of the test file. + */ + file: string; + /** + * The message written to `stdout`. + */ + message: string; +} +interface TestSummary { + /** + * An object containing the counts of various test results. + */ + counts: { + /** + * The total number of cancelled tests. + */ + cancelled: number; + /** + * The total number of passed tests. + */ + passed: number; + /** + * The total number of skipped tests. + */ + skipped: number; + /** + * The total number of suites run. + */ + suites: number; + /** + * The total number of tests run, excluding suites. + */ + tests: number; + /** + * The total number of TODO tests. + */ + todo: number; + /** + * The total number of top level tests and suites. + */ + topLevel: number; + }; + /** + * The duration of the test run in milliseconds. + */ + duration_ms: number; + /** + * The path of the test file that generated the + * summary. If the summary corresponds to multiple files, this value is + * `undefined`. + */ + file: string | undefined; + /** + * Indicates whether or not the test run is considered + * successful or not. If any error condition occurs, such as a failing test or + * unmet coverage threshold, this value will be set to `false`. + */ + success: boolean; +} + +/** + * The `node:test/reporters` module exposes the builtin-reporters for `node:test`. + * To access it: + * + * ```js + * import test from 'node:test/reporters'; + * ``` + * + * This module is only available under the `node:` scheme. The following will not + * work: + * + * ```js + * import test from 'node:test/reporters'; + * ``` + * @since v19.9.0 + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/test/reporters.js) + */ +declare module "node:test/reporters" { + import { Transform, TransformOptions } from "node:stream"; + + type TestEvent = + | { type: "test:coverage"; data: TestCoverage } + | { type: "test:complete"; data: TestComplete } + | { type: "test:dequeue"; data: TestDequeue } + | { type: "test:diagnostic"; data: DiagnosticData } + | { type: "test:enqueue"; data: TestEnqueue } + | { type: "test:fail"; data: TestFail } + | { type: "test:pass"; data: TestPass } + | { type: "test:plan"; data: TestPlan } + | { type: "test:start"; data: TestStart } + | { type: "test:stderr"; data: TestStderr } + | { type: "test:stdout"; data: TestStdout } + | { type: "test:summary"; data: TestSummary } + | { type: "test:watch:drained"; data: undefined }; + type TestEventGenerator = AsyncGenerator; + + interface ReporterConstructorWrapper Transform> { + new(...args: ConstructorParameters): InstanceType; + (...args: ConstructorParameters): InstanceType; + } + + /** + * The `dot` reporter outputs the test results in a compact format, + * where each passing test is represented by a `.`, + * and each failing test is represented by a `X`. + * @since v20.0.0 + */ + function dot(source: TestEventGenerator): AsyncGenerator<"\n" | "." | "X", void>; + /** + * The `tap` reporter outputs the test results in the [TAP](https://testanything.org/) format. + * @since v20.0.0 + */ + function tap(source: TestEventGenerator): AsyncGenerator; + class SpecReporter extends Transform { + constructor(); + } + /** + * The `spec` reporter outputs the test results in a human-readable format. + * @since v20.0.0 + */ + const spec: ReporterConstructorWrapper; + /** + * The `junit` reporter outputs test results in a jUnit XML format. + * @since v21.0.0 + */ + function junit(source: TestEventGenerator): AsyncGenerator; + class LcovReporter extends Transform { + constructor(opts?: Omit); + } + /** + * The `lcov` reporter outputs test coverage when used with the + * [`--experimental-test-coverage`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--experimental-test-coverage) flag. + * @since v22.0.0 + */ + // TODO: change the export to a wrapper function once node@0db38f0 is merged (breaking change) + // const lcov: ReporterConstructorWrapper; + const lcov: LcovReporter; + + export { dot, junit, lcov, spec, tap, TestEvent }; +} diff --git a/server/node_modules/@types/node/timers.d.ts b/server/node_modules/@types/node/timers.d.ts new file mode 100644 index 000000000..a4ea3e572 --- /dev/null +++ b/server/node_modules/@types/node/timers.d.ts @@ -0,0 +1,240 @@ +/** + * The `timer` module exposes a global API for scheduling functions to + * be called at some future period of time. Because the timer functions are + * globals, there is no need to import `node:timers` to use the API. + * + * The timer functions within Node.js implement a similar API as the timers API + * provided by Web Browsers but use a different internal implementation that is + * built around the Node.js [Event Loop](https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#setimmediate-vs-settimeout). + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/timers.js) + */ +declare module "timers" { + import { Abortable } from "node:events"; + import { + setImmediate as setImmediatePromise, + setInterval as setIntervalPromise, + setTimeout as setTimeoutPromise, + } from "node:timers/promises"; + interface TimerOptions extends Abortable { + /** + * Set to `false` to indicate that the scheduled `Timeout` + * should not require the Node.js event loop to remain active. + * @default true + */ + ref?: boolean | undefined; + } + let setTimeout: typeof global.setTimeout; + let clearTimeout: typeof global.clearTimeout; + let setInterval: typeof global.setInterval; + let clearInterval: typeof global.clearInterval; + let setImmediate: typeof global.setImmediate; + let clearImmediate: typeof global.clearImmediate; + global { + namespace NodeJS { + // compatibility with older typings + interface Timer extends RefCounted { + hasRef(): boolean; + refresh(): this; + [Symbol.toPrimitive](): number; + } + /** + * This object is created internally and is returned from `setImmediate()`. It + * can be passed to `clearImmediate()` in order to cancel the scheduled + * actions. + * + * By default, when an immediate is scheduled, the Node.js event loop will continue + * running as long as the immediate is active. The `Immediate` object returned by `setImmediate()` exports both `immediate.ref()` and `immediate.unref()` functions that can be used to + * control this default behavior. + */ + class Immediate implements RefCounted { + /** + * When called, requests that the Node.js event loop _not_ exit so long as the `Immediate` is active. Calling `immediate.ref()` multiple times will have no + * effect. + * + * By default, all `Immediate` objects are "ref'ed", making it normally unnecessary + * to call `immediate.ref()` unless `immediate.unref()` had been called previously. + * @since v9.7.0 + * @return a reference to `immediate` + */ + ref(): this; + /** + * When called, the active `Immediate` object will not require the Node.js event + * loop to remain active. If there is no other activity keeping the event loop + * running, the process may exit before the `Immediate` object's callback is + * invoked. Calling `immediate.unref()` multiple times will have no effect. + * @since v9.7.0 + * @return a reference to `immediate` + */ + unref(): this; + /** + * If true, the `Immediate` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + _onImmediate: Function; // to distinguish it from the Timeout class + /** + * Cancels the immediate. This is similar to calling `clearImmediate()`. + * @since v20.5.0 + */ + [Symbol.dispose](): void; + } + /** + * This object is created internally and is returned from `setTimeout()` and `setInterval()`. It can be passed to either `clearTimeout()` or `clearInterval()` in order to cancel the + * scheduled actions. + * + * By default, when a timer is scheduled using either `setTimeout()` or `setInterval()`, the Node.js event loop will continue running as long as the + * timer is active. Each of the `Timeout` objects returned by these functions + * export both `timeout.ref()` and `timeout.unref()` functions that can be used to + * control this default behavior. + */ + class Timeout implements Timer { + /** + * When called, requests that the Node.js event loop _not_ exit so long as the`Timeout` is active. Calling `timeout.ref()` multiple times will have no effect. + * + * By default, all `Timeout` objects are "ref'ed", making it normally unnecessary + * to call `timeout.ref()` unless `timeout.unref()` had been called previously. + * @since v0.9.1 + * @return a reference to `timeout` + */ + ref(): this; + /** + * When called, the active `Timeout` object will not require the Node.js event loop + * to remain active. If there is no other activity keeping the event loop running, + * the process may exit before the `Timeout` object's callback is invoked. Calling `timeout.unref()` multiple times will have no effect. + * @since v0.9.1 + * @return a reference to `timeout` + */ + unref(): this; + /** + * If true, the `Timeout` object will keep the Node.js event loop active. + * @since v11.0.0 + */ + hasRef(): boolean; + /** + * Sets the timer's start time to the current time, and reschedules the timer to + * call its callback at the previously specified duration adjusted to the current + * time. This is useful for refreshing a timer without allocating a new + * JavaScript object. + * + * Using this on a timer that has already called its callback will reactivate the + * timer. + * @since v10.2.0 + * @return a reference to `timeout` + */ + refresh(): this; + [Symbol.toPrimitive](): number; + /** + * Cancels the timeout. + * @since v20.5.0 + */ + [Symbol.dispose](): void; + } + } + /** + * Schedules execution of a one-time `callback` after `delay` milliseconds. + * + * The `callback` will likely not be invoked in precisely `delay` milliseconds. + * Node.js makes no guarantees about the exact timing of when callbacks will fire, + * nor of their ordering. The callback will be called as close as possible to the + * time specified. + * + * When `delay` is larger than `2147483647` or less than `1`, the `delay` will be set to `1`. Non-integer delays are truncated to an integer. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using `timersPromises.setTimeout()`. + * @since v0.0.1 + * @param callback The function to call when the timer elapses. + * @param [delay=1] The number of milliseconds to wait before calling the `callback`. + * @param args Optional arguments to pass when the `callback` is called. + * @return for use with {@link clearTimeout} + */ + function setTimeout( + callback: (...args: TArgs) => void, + ms?: number, + ...args: TArgs + ): NodeJS.Timeout; + // util.promisify no rest args compability + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setTimeout(callback: (args: void) => void, ms?: number): NodeJS.Timeout; + namespace setTimeout { + const __promisify__: typeof setTimeoutPromise; + } + /** + * Cancels a `Timeout` object created by `setTimeout()`. + * @since v0.0.1 + * @param timeout A `Timeout` object as returned by {@link setTimeout} or the `primitive` of the `Timeout` object as a string or a number. + */ + function clearTimeout(timeoutId: NodeJS.Timeout | string | number | undefined): void; + /** + * Schedules repeated execution of `callback` every `delay` milliseconds. + * + * When `delay` is larger than `2147483647` or less than `1`, the `delay` will be + * set to `1`. Non-integer delays are truncated to an integer. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using `timersPromises.setInterval()`. + * @since v0.0.1 + * @param callback The function to call when the timer elapses. + * @param [delay=1] The number of milliseconds to wait before calling the `callback`. + * @param args Optional arguments to pass when the `callback` is called. + * @return for use with {@link clearInterval} + */ + function setInterval( + callback: (...args: TArgs) => void, + ms?: number, + ...args: TArgs + ): NodeJS.Timeout; + // util.promisify no rest args compability + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setInterval(callback: (args: void) => void, ms?: number): NodeJS.Timeout; + namespace setInterval { + const __promisify__: typeof setIntervalPromise; + } + /** + * Cancels a `Timeout` object created by `setInterval()`. + * @since v0.0.1 + * @param timeout A `Timeout` object as returned by {@link setInterval} or the `primitive` of the `Timeout` object as a string or a number. + */ + function clearInterval(intervalId: NodeJS.Timeout | string | number | undefined): void; + /** + * Schedules the "immediate" execution of the `callback` after I/O events' + * callbacks. + * + * When multiple calls to `setImmediate()` are made, the `callback` functions are + * queued for execution in the order in which they are created. The entire callback + * queue is processed every event loop iteration. If an immediate timer is queued + * from inside an executing callback, that timer will not be triggered until the + * next event loop iteration. + * + * If `callback` is not a function, a `TypeError` will be thrown. + * + * This method has a custom variant for promises that is available using `timersPromises.setImmediate()`. + * @since v0.9.1 + * @param callback The function to call at the end of this turn of the Node.js `Event Loop` + * @param args Optional arguments to pass when the `callback` is called. + * @return for use with {@link clearImmediate} + */ + function setImmediate( + callback: (...args: TArgs) => void, + ...args: TArgs + ): NodeJS.Immediate; + // util.promisify no rest args compability + // eslint-disable-next-line @typescript-eslint/no-invalid-void-type + function setImmediate(callback: (args: void) => void): NodeJS.Immediate; + namespace setImmediate { + const __promisify__: typeof setImmediatePromise; + } + /** + * Cancels an `Immediate` object created by `setImmediate()`. + * @since v0.9.1 + * @param immediate An `Immediate` object as returned by {@link setImmediate}. + */ + function clearImmediate(immediateId: NodeJS.Immediate | undefined): void; + function queueMicrotask(callback: () => void): void; + } +} +declare module "node:timers" { + export * from "timers"; +} diff --git a/server/node_modules/@types/node/timers/promises.d.ts b/server/node_modules/@types/node/timers/promises.d.ts new file mode 100644 index 000000000..3530418ea --- /dev/null +++ b/server/node_modules/@types/node/timers/promises.d.ts @@ -0,0 +1,97 @@ +/** + * The `timers/promises` API provides an alternative set of timer functions + * that return `Promise` objects. The API is accessible via `import timersPromises from 'node:timers/promises'`. + * + * ```js + * import { + * setTimeout, + * setImmediate, + * setInterval, + * } from 'node:timers/promises'; + * ``` + * @since v15.0.0 + */ +declare module "timers/promises" { + import { TimerOptions } from "node:timers"; + /** + * ```js + * import { + * setTimeout, + * } from 'node:timers/promises'; + * + * const res = await setTimeout(100, 'result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. + * @param value A value with which the promise is fulfilled. + */ + function setTimeout(delay?: number, value?: T, options?: TimerOptions): Promise; + /** + * ```js + * import { + * setImmediate, + * } from 'node:timers/promises'; + * + * const res = await setImmediate('result'); + * + * console.log(res); // Prints 'result' + * ``` + * @since v15.0.0 + * @param value A value with which the promise is fulfilled. + */ + function setImmediate(value?: T, options?: TimerOptions): Promise; + /** + * Returns an async iterator that generates values in an interval of `delay` ms. + * If `ref` is `true`, you need to call `next()` of async iterator explicitly + * or implicitly to keep the event loop alive. + * + * ```js + * import { + * setInterval, + * } from 'node:timers/promises'; + * + * const interval = 100; + * for await (const startTime of setInterval(interval, Date.now())) { + * const now = Date.now(); + * console.log(now); + * if ((now - startTime) > 1000) + * break; + * } + * console.log(Date.now()); + * ``` + * @since v15.9.0 + */ + function setInterval(delay?: number, value?: T, options?: TimerOptions): AsyncIterable; + interface Scheduler { + /** + * An experimental API defined by the [Scheduling APIs](https://github.com/WICG/scheduling-apis) draft specification being developed as a standard Web Platform API. + * + * Calling `timersPromises.scheduler.wait(delay, options)` is roughly equivalent to calling `timersPromises.setTimeout(delay, undefined, options)` except that the `ref` + * option is not supported. + * + * ```js + * import { scheduler } from 'node:timers/promises'; + * + * await scheduler.wait(1000); // Wait one second before continuing + * ``` + * @since v16.14.0 + * @experimental + * @param [delay=1] The number of milliseconds to wait before fulfilling the promise. + */ + wait: (delay?: number, options?: TimerOptions) => Promise; + /** + * An experimental API defined by the [Scheduling APIs](https://nodejs.org/docs/latest-v20.x/api/async_hooks.html#promise-execution-tracking) draft specification + * being developed as a standard Web Platform API. + * Calling `timersPromises.scheduler.yield()` is equivalent to calling `timersPromises.setImmediate()` with no arguments. + * @since v16.14.0 + * @experimental + */ + yield: () => Promise; + } + const scheduler: Scheduler; +} +declare module "node:timers/promises" { + export * from "timers/promises"; +} diff --git a/server/node_modules/@types/node/tls.d.ts b/server/node_modules/@types/node/tls.d.ts new file mode 100644 index 000000000..ba37f0665 --- /dev/null +++ b/server/node_modules/@types/node/tls.d.ts @@ -0,0 +1,1226 @@ +/** + * The `node:tls` module provides an implementation of the Transport Layer Security + * (TLS) and Secure Socket Layer (SSL) protocols that is built on top of OpenSSL. + * The module can be accessed using: + * + * ```js + * import tls from 'node:tls'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/tls.js) + */ +declare module "tls" { + import { X509Certificate } from "node:crypto"; + import * as net from "node:net"; + import * as stream from "stream"; + const CLIENT_RENEG_LIMIT: number; + const CLIENT_RENEG_WINDOW: number; + interface Certificate { + /** + * Country code. + */ + C: string; + /** + * Street. + */ + ST: string; + /** + * Locality. + */ + L: string; + /** + * Organization. + */ + O: string; + /** + * Organizational unit. + */ + OU: string; + /** + * Common name. + */ + CN: string; + } + interface PeerCertificate { + /** + * `true` if a Certificate Authority (CA), `false` otherwise. + * @since v18.13.0 + */ + ca: boolean; + /** + * The DER encoded X.509 certificate data. + */ + raw: Buffer; + /** + * The certificate subject. + */ + subject: Certificate; + /** + * The certificate issuer, described in the same terms as the `subject`. + */ + issuer: Certificate; + /** + * The date-time the certificate is valid from. + */ + valid_from: string; + /** + * The date-time the certificate is valid to. + */ + valid_to: string; + /** + * The certificate serial number, as a hex string. + */ + serialNumber: string; + /** + * The SHA-1 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint: string; + /** + * The SHA-256 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint256: string; + /** + * The SHA-512 digest of the DER encoded certificate. + * It is returned as a `:` separated hexadecimal string. + */ + fingerprint512: string; + /** + * The extended key usage, a set of OIDs. + */ + ext_key_usage?: string[]; + /** + * A string containing concatenated names for the subject, + * an alternative to the `subject` names. + */ + subjectaltname?: string; + /** + * An array describing the AuthorityInfoAccess, used with OCSP. + */ + infoAccess?: NodeJS.Dict; + /** + * For RSA keys: The RSA bit size. + * + * For EC keys: The key size in bits. + */ + bits?: number; + /** + * The RSA exponent, as a string in hexadecimal number notation. + */ + exponent?: string; + /** + * The RSA modulus, as a hexadecimal string. + */ + modulus?: string; + /** + * The public key. + */ + pubkey?: Buffer; + /** + * The ASN.1 name of the OID of the elliptic curve. + * Well-known curves are identified by an OID. + * While it is unusual, it is possible that the curve + * is identified by its mathematical properties, + * in which case it will not have an OID. + */ + asn1Curve?: string; + /** + * The NIST name for the elliptic curve, if it has one + * (not all well-known curves have been assigned names by NIST). + */ + nistCurve?: string; + } + interface DetailedPeerCertificate extends PeerCertificate { + /** + * The issuer certificate object. + * For self-signed certificates, this may be a circular reference. + */ + issuerCertificate: DetailedPeerCertificate; + } + interface CipherNameAndProtocol { + /** + * The cipher name. + */ + name: string; + /** + * SSL/TLS protocol version. + */ + version: string; + /** + * IETF name for the cipher suite. + */ + standardName: string; + } + interface EphemeralKeyInfo { + /** + * The supported types are 'DH' and 'ECDH'. + */ + type: string; + /** + * The name property is available only when type is 'ECDH'. + */ + name?: string | undefined; + /** + * The size of parameter of an ephemeral key exchange. + */ + size: number; + } + interface KeyObject { + /** + * Private keys in PEM format. + */ + pem: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface PxfObject { + /** + * PFX or PKCS12 encoded private key and certificate chain. + */ + buf: string | Buffer; + /** + * Optional passphrase. + */ + passphrase?: string | undefined; + } + interface TLSSocketOptions extends SecureContextOptions, CommonConnectionOptions { + /** + * If true the TLS socket will be instantiated in server-mode. + * Defaults to false. + */ + isServer?: boolean | undefined; + /** + * An optional net.Server instance. + */ + server?: net.Server | undefined; + /** + * An optional Buffer instance containing a TLS session. + */ + session?: Buffer | undefined; + /** + * If true, specifies that the OCSP status request extension will be + * added to the client hello and an 'OCSPResponse' event will be + * emitted on the socket before establishing a secure communication + */ + requestOCSP?: boolean | undefined; + } + /** + * Performs transparent encryption of written data and all required TLS + * negotiation. + * + * Instances of `tls.TLSSocket` implement the duplex `Stream` interface. + * + * Methods that return TLS connection metadata (e.g.{@link TLSSocket.getPeerCertificate}) will only return data while the + * connection is open. + * @since v0.11.4 + */ + class TLSSocket extends net.Socket { + /** + * Construct a new tls.TLSSocket object from an existing TCP socket. + */ + constructor(socket: net.Socket | stream.Duplex, options?: TLSSocketOptions); + /** + * This property is `true` if the peer certificate was signed by one of the CAs + * specified when creating the `tls.TLSSocket` instance, otherwise `false`. + * @since v0.11.4 + */ + authorized: boolean; + /** + * Returns the reason why the peer's certificate was not been verified. This + * property is set only when `tlsSocket.authorized === false`. + * @since v0.11.4 + */ + authorizationError: Error; + /** + * Always returns `true`. This may be used to distinguish TLS sockets from regular`net.Socket` instances. + * @since v0.11.4 + */ + encrypted: true; + /** + * String containing the selected ALPN protocol. + * Before a handshake has completed, this value is always null. + * When a handshake is completed but not ALPN protocol was selected, tlsSocket.alpnProtocol equals false. + */ + alpnProtocol: string | false | null; + /** + * Returns an object representing the local certificate. The returned object has + * some properties corresponding to the fields of the certificate. + * + * See {@link TLSSocket.getPeerCertificate} for an example of the certificate + * structure. + * + * If there is no local certificate, an empty object will be returned. If the + * socket has been destroyed, `null` will be returned. + * @since v11.2.0 + */ + getCertificate(): PeerCertificate | object | null; + /** + * Returns an object containing information on the negotiated cipher suite. + * + * For example, a TLSv1.2 protocol with AES256-SHA cipher: + * + * ```json + * { + * "name": "AES256-SHA", + * "standardName": "TLS_RSA_WITH_AES_256_CBC_SHA", + * "version": "SSLv3" + * } + * ``` + * + * See [SSL\_CIPHER\_get\_name](https://www.openssl.org/docs/man1.1.1/man3/SSL_CIPHER_get_name.html) for more information. + * @since v0.11.4 + */ + getCipher(): CipherNameAndProtocol; + /** + * Returns an object representing the type, name, and size of parameter of + * an ephemeral key exchange in `perfect forward secrecy` on a client + * connection. It returns an empty object when the key exchange is not + * ephemeral. As this is only supported on a client socket; `null` is returned + * if called on a server socket. The supported types are `'DH'` and `'ECDH'`. The `name` property is available only when type is `'ECDH'`. + * + * For example: `{ type: 'ECDH', name: 'prime256v1', size: 256 }`. + * @since v5.0.0 + */ + getEphemeralKeyInfo(): EphemeralKeyInfo | object | null; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that has been sent to the socket as part of a SSL/TLS handshake, or `undefined` if no `Finished` message has been sent yet. + */ + getFinished(): Buffer | undefined; + /** + * Returns an object representing the peer's certificate. If the peer does not + * provide a certificate, an empty object will be returned. If the socket has been + * destroyed, `null` will be returned. + * + * If the full certificate chain was requested, each certificate will include an`issuerCertificate` property containing an object representing its issuer's + * certificate. + * @since v0.11.4 + * @param detailed Include the full certificate chain if `true`, otherwise include just the peer's certificate. + * @return A certificate object. + */ + getPeerCertificate(detailed: true): DetailedPeerCertificate; + getPeerCertificate(detailed?: false): PeerCertificate; + getPeerCertificate(detailed?: boolean): PeerCertificate | DetailedPeerCertificate; + /** + * As the `Finished` messages are message digests of the complete handshake + * (with a total of 192 bits for TLS 1.0 and more for SSL 3.0), they can + * be used for external authentication procedures when the authentication + * provided by SSL/TLS is not desired or is not enough. + * + * Corresponds to the `SSL_get_peer_finished` routine in OpenSSL and may be used + * to implement the `tls-unique` channel binding from [RFC 5929](https://tools.ietf.org/html/rfc5929). + * @since v9.9.0 + * @return The latest `Finished` message that is expected or has actually been received from the socket as part of a SSL/TLS handshake, or `undefined` if there is no `Finished` message so + * far. + */ + getPeerFinished(): Buffer | undefined; + /** + * Returns a string containing the negotiated SSL/TLS protocol version of the + * current connection. The value `'unknown'` will be returned for connected + * sockets that have not completed the handshaking process. The value `null` will + * be returned for server sockets or disconnected client sockets. + * + * Protocol versions are: + * + * * `'SSLv3'` + * * `'TLSv1'` + * * `'TLSv1.1'` + * * `'TLSv1.2'` + * * `'TLSv1.3'` + * + * See the OpenSSL [`SSL_get_version`](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_version.html) documentation for more information. + * @since v5.7.0 + */ + getProtocol(): string | null; + /** + * Returns the TLS session data or `undefined` if no session was + * negotiated. On the client, the data can be provided to the `session` option of {@link connect} to resume the connection. On the server, it may be useful + * for debugging. + * + * See `Session Resumption` for more information. + * + * Note: `getSession()` works only for TLSv1.2 and below. For TLSv1.3, applications + * must use the `'session'` event (it also works for TLSv1.2 and below). + * @since v0.11.4 + */ + getSession(): Buffer | undefined; + /** + * See [SSL\_get\_shared\_sigalgs](https://www.openssl.org/docs/man1.1.1/man3/SSL_get_shared_sigalgs.html) for more information. + * @since v12.11.0 + * @return List of signature algorithms shared between the server and the client in the order of decreasing preference. + */ + getSharedSigalgs(): string[]; + /** + * For a client, returns the TLS session ticket if one is available, or`undefined`. For a server, always returns `undefined`. + * + * It may be useful for debugging. + * + * See `Session Resumption` for more information. + * @since v0.11.4 + */ + getTLSTicket(): Buffer | undefined; + /** + * See `Session Resumption` for more information. + * @since v0.5.6 + * @return `true` if the session was reused, `false` otherwise. + */ + isSessionReused(): boolean; + /** + * The `tlsSocket.renegotiate()` method initiates a TLS renegotiation process. + * Upon completion, the `callback` function will be passed a single argument + * that is either an `Error` (if the request failed) or `null`. + * + * This method can be used to request a peer's certificate after the secure + * connection has been established. + * + * When running as the server, the socket will be destroyed with an error after `handshakeTimeout` timeout. + * + * For TLSv1.3, renegotiation cannot be initiated, it is not supported by the + * protocol. + * @since v0.11.8 + * @param callback If `renegotiate()` returned `true`, callback is attached once to the `'secure'` event. If `renegotiate()` returned `false`, `callback` will be called in the next tick with + * an error, unless the `tlsSocket` has been destroyed, in which case `callback` will not be called at all. + * @return `true` if renegotiation was initiated, `false` otherwise. + */ + renegotiate( + options: { + rejectUnauthorized?: boolean | undefined; + requestCert?: boolean | undefined; + }, + callback: (err: Error | null) => void, + ): undefined | boolean; + /** + * The `tlsSocket.setMaxSendFragment()` method sets the maximum TLS fragment size. + * Returns `true` if setting the limit succeeded; `false` otherwise. + * + * Smaller fragment sizes decrease the buffering latency on the client: larger + * fragments are buffered by the TLS layer until the entire fragment is received + * and its integrity is verified; large fragments can span multiple roundtrips + * and their processing can be delayed due to packet loss or reordering. However, + * smaller fragments add extra TLS framing bytes and CPU overhead, which may + * decrease overall server throughput. + * @since v0.11.11 + * @param [size=16384] The maximum TLS fragment size. The maximum value is `16384`. + */ + setMaxSendFragment(size: number): boolean; + /** + * Disables TLS renegotiation for this `TLSSocket` instance. Once called, attempts + * to renegotiate will trigger an `'error'` event on the `TLSSocket`. + * @since v8.4.0 + */ + disableRenegotiation(): void; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * + * The format of the output is identical to the output of`openssl s_client -trace` or `openssl s_server -trace`. While it is produced by + * OpenSSL's `SSL_trace()` function, the format is undocumented, can change + * without notice, and should not be relied on. + * @since v12.2.0 + */ + enableTrace(): void; + /** + * Returns the peer certificate as an `X509Certificate` object. + * + * If there is no peer certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getPeerX509Certificate(): X509Certificate | undefined; + /** + * Returns the local certificate as an `X509Certificate` object. + * + * If there is no local certificate, or the socket has been destroyed,`undefined` will be returned. + * @since v15.9.0 + */ + getX509Certificate(): X509Certificate | undefined; + /** + * Keying material is used for validations to prevent different kind of attacks in + * network protocols, for example in the specifications of IEEE 802.1X. + * + * Example + * + * ```js + * const keyingMaterial = tlsSocket.exportKeyingMaterial( + * 128, + * 'client finished'); + * + * /* + * Example return value of keyingMaterial: + * + * + * ``` + * + * See the OpenSSL [`SSL_export_keying_material`](https://www.openssl.org/docs/man1.1.1/man3/SSL_export_keying_material.html) documentation for more + * information. + * @since v13.10.0, v12.17.0 + * @param length number of bytes to retrieve from keying material + * @param label an application specific label, typically this will be a value from the [IANA Exporter Label + * Registry](https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#exporter-labels). + * @param context Optionally provide a context. + * @return requested bytes of the keying material + */ + exportKeyingMaterial(length: number, label: string, context: Buffer): Buffer; + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + addListener(event: "secureConnect", listener: () => void): this; + addListener(event: "session", listener: (session: Buffer) => void): this; + addListener(event: "keylog", listener: (line: Buffer) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "OCSPResponse", response: Buffer): boolean; + emit(event: "secureConnect"): boolean; + emit(event: "session", session: Buffer): boolean; + emit(event: "keylog", line: Buffer): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "OCSPResponse", listener: (response: Buffer) => void): this; + on(event: "secureConnect", listener: () => void): this; + on(event: "session", listener: (session: Buffer) => void): this; + on(event: "keylog", listener: (line: Buffer) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "OCSPResponse", listener: (response: Buffer) => void): this; + once(event: "secureConnect", listener: () => void): this; + once(event: "session", listener: (session: Buffer) => void): this; + once(event: "keylog", listener: (line: Buffer) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + prependListener(event: "secureConnect", listener: () => void): this; + prependListener(event: "session", listener: (session: Buffer) => void): this; + prependListener(event: "keylog", listener: (line: Buffer) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "OCSPResponse", listener: (response: Buffer) => void): this; + prependOnceListener(event: "secureConnect", listener: () => void): this; + prependOnceListener(event: "session", listener: (session: Buffer) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer) => void): this; + } + interface CommonConnectionOptions { + /** + * An optional TLS context object from tls.createSecureContext() + */ + secureContext?: SecureContext | undefined; + /** + * When enabled, TLS packet trace information is written to `stderr`. This can be + * used to debug TLS connection problems. + * @default false + */ + enableTrace?: boolean | undefined; + /** + * If true the server will request a certificate from clients that + * connect and attempt to verify that certificate. Defaults to + * false. + */ + requestCert?: boolean | undefined; + /** + * An array of strings or a Buffer naming possible ALPN protocols. + * (Protocols should be ordered by their priority.) + */ + ALPNProtocols?: string[] | Uint8Array[] | Uint8Array | undefined; + /** + * SNICallback(servername, cb) A function that will be + * called if the client supports SNI TLS extension. Two arguments + * will be passed when called: servername and cb. SNICallback should + * invoke cb(null, ctx), where ctx is a SecureContext instance. + * (tls.createSecureContext(...) can be used to get a proper + * SecureContext.) If SNICallback wasn't provided the default callback + * with high-level API will be used (see below). + */ + SNICallback?: ((servername: string, cb: (err: Error | null, ctx?: SecureContext) => void) => void) | undefined; + /** + * If true the server will reject any connection which is not + * authorized with the list of supplied CAs. This option only has an + * effect if requestCert is true. + * @default true + */ + rejectUnauthorized?: boolean | undefined; + } + interface TlsOptions extends SecureContextOptions, CommonConnectionOptions, net.ServerOpts { + /** + * Abort the connection if the SSL/TLS handshake does not finish in the + * specified number of milliseconds. A 'tlsClientError' is emitted on + * the tls.Server object whenever a handshake times out. Default: + * 120000 (120 seconds). + */ + handshakeTimeout?: number | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + */ + ticketKeys?: Buffer | undefined; + /** + * @param socket + * @param identity identity parameter sent from the client. + * @return pre-shared key that must either be + * a buffer or `null` to stop the negotiation process. Returned PSK must be + * compatible with the selected cipher's digest. + * + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with the identity provided by the client. + * If the return value is `null` the negotiation process will stop and an + * "unknown_psk_identity" alert message will be sent to the other party. + * If the server wishes to hide the fact that the PSK identity was not known, + * the callback must provide some random data as `psk` to make the connection + * fail with "decrypt_error" before negotiation is finished. + * PSK ciphers are disabled by default, and using TLS-PSK thus + * requires explicitly specifying a cipher suite with the `ciphers` option. + * More information can be found in the RFC 4279. + */ + pskCallback?(socket: TLSSocket, identity: string): DataView | NodeJS.TypedArray | null; + /** + * hint to send to a client to help + * with selecting the identity during TLS-PSK negotiation. Will be ignored + * in TLS 1.3. Upon failing to set pskIdentityHint `tlsClientError` will be + * emitted with `ERR_TLS_PSK_SET_IDENTIY_HINT_FAILED` code. + */ + pskIdentityHint?: string | undefined; + } + interface PSKCallbackNegotation { + psk: DataView | NodeJS.TypedArray; + identity: string; + } + interface ConnectionOptions extends SecureContextOptions, CommonConnectionOptions { + host?: string | undefined; + port?: number | undefined; + path?: string | undefined; // Creates unix socket connection to path. If this option is specified, `host` and `port` are ignored. + socket?: stream.Duplex | undefined; // Establish secure connection on a given socket rather than creating a new socket + checkServerIdentity?: typeof checkServerIdentity | undefined; + servername?: string | undefined; // SNI TLS Extension + session?: Buffer | undefined; + minDHSize?: number | undefined; + lookup?: net.LookupFunction | undefined; + timeout?: number | undefined; + /** + * When negotiating TLS-PSK (pre-shared keys), this function is called + * with optional identity `hint` provided by the server or `null` + * in case of TLS 1.3 where `hint` was removed. + * It will be necessary to provide a custom `tls.checkServerIdentity()` + * for the connection as the default one will try to check hostname/IP + * of the server against the certificate but that's not applicable for PSK + * because there won't be a certificate present. + * More information can be found in the RFC 4279. + * + * @param hint message sent from the server to help client + * decide which identity to use during negotiation. + * Always `null` if TLS 1.3 is used. + * @returns Return `null` to stop the negotiation process. `psk` must be + * compatible with the selected cipher's digest. + * `identity` must use UTF-8 encoding. + */ + pskCallback?(hint: string | null): PSKCallbackNegotation | null; + } + /** + * Accepts encrypted connections using TLS or SSL. + * @since v0.3.2 + */ + class Server extends net.Server { + constructor(secureConnectionListener?: (socket: TLSSocket) => void); + constructor(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void); + /** + * The `server.addContext()` method adds a secure context that will be used if + * the client request's SNI name matches the supplied `hostname` (or wildcard). + * + * When there are multiple matching contexts, the most recently added one is + * used. + * @since v0.5.3 + * @param hostname A SNI host name or wildcard (e.g. `'*'`) + * @param context An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc), or a TLS context object created + * with {@link createSecureContext} itself. + */ + addContext(hostname: string, context: SecureContextOptions): void; + /** + * Returns the session ticket keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @return A 48-byte buffer containing the session ticket keys. + */ + getTicketKeys(): Buffer; + /** + * The `server.setSecureContext()` method replaces the secure context of an + * existing server. Existing connections to the server are not interrupted. + * @since v11.0.0 + * @param options An object containing any of the possible properties from the {@link createSecureContext} `options` arguments (e.g. `key`, `cert`, `ca`, etc). + */ + setSecureContext(options: SecureContextOptions): void; + /** + * Sets the session ticket keys. + * + * Changes to the ticket keys are effective only for future server connections. + * Existing or currently pending server connections will use the previous keys. + * + * See `Session Resumption` for more information. + * @since v3.0.0 + * @param keys A 48-byte buffer containing the session ticket keys. + */ + setTicketKeys(keys: Buffer): void; + /** + * events.EventEmitter + * 1. tlsClientError + * 2. newSession + * 3. OCSPRequest + * 4. resumeSession + * 5. secureConnection + * 6. keylog + */ + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + addListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + addListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + addListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + addListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + addListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "tlsClientError", err: Error, tlsSocket: TLSSocket): boolean; + emit(event: "newSession", sessionId: Buffer, sessionData: Buffer, callback: () => void): boolean; + emit( + event: "OCSPRequest", + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ): boolean; + emit( + event: "resumeSession", + sessionId: Buffer, + callback: (err: Error | null, sessionData: Buffer | null) => void, + ): boolean; + emit(event: "secureConnection", tlsSocket: TLSSocket): boolean; + emit(event: "keylog", line: Buffer, tlsSocket: TLSSocket): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + on(event: "newSession", listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void): this; + on( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + on( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + on(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + on(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + once( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + once( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + once( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + once(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + once(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + prependListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + prependListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "tlsClientError", listener: (err: Error, tlsSocket: TLSSocket) => void): this; + prependOnceListener( + event: "newSession", + listener: (sessionId: Buffer, sessionData: Buffer, callback: () => void) => void, + ): this; + prependOnceListener( + event: "OCSPRequest", + listener: ( + certificate: Buffer, + issuer: Buffer, + callback: (err: Error | null, resp: Buffer) => void, + ) => void, + ): this; + prependOnceListener( + event: "resumeSession", + listener: (sessionId: Buffer, callback: (err: Error | null, sessionData: Buffer | null) => void) => void, + ): this; + prependOnceListener(event: "secureConnection", listener: (tlsSocket: TLSSocket) => void): this; + prependOnceListener(event: "keylog", listener: (line: Buffer, tlsSocket: TLSSocket) => void): this; + } + /** + * @deprecated since v0.11.3 Use `tls.TLSSocket` instead. + */ + interface SecurePair { + encrypted: TLSSocket; + cleartext: TLSSocket; + } + type SecureVersion = "TLSv1.3" | "TLSv1.2" | "TLSv1.1" | "TLSv1"; + interface SecureContextOptions { + /** + * If set, this will be called when a client opens a connection using the ALPN extension. + * One argument will be passed to the callback: an object containing `servername` and `protocols` fields, + * respectively containing the server name from the SNI extension (if any) and an array of + * ALPN protocol name strings. The callback must return either one of the strings listed in `protocols`, + * which will be returned to the client as the selected ALPN protocol, or `undefined`, + * to reject the connection with a fatal alert. If a string is returned that does not match one of + * the client's ALPN protocols, an error will be thrown. + * This option cannot be used with the `ALPNProtocols` option, and setting both options will throw an error. + */ + ALPNCallback?: ((arg: { servername: string; protocols: string[] }) => string | undefined) | undefined; + /** + * Treat intermediate (non-self-signed) + * certificates in the trust CA certificate list as trusted. + * @since v22.9.0, v20.18.0 + */ + allowPartialTrustChain?: boolean | undefined; + /** + * Optionally override the trusted CA certificates. Default is to trust + * the well-known CAs curated by Mozilla. Mozilla's CAs are completely + * replaced when CAs are explicitly specified using this option. + */ + ca?: string | Buffer | Array | undefined; + /** + * Cert chains in PEM format. One cert chain should be provided per + * private key. Each cert chain should consist of the PEM formatted + * certificate for a provided private key, followed by the PEM + * formatted intermediate certificates (if any), in order, and not + * including the root CA (the root CA must be pre-known to the peer, + * see ca). When providing multiple cert chains, they do not have to + * be in the same order as their private keys in key. If the + * intermediate certificates are not provided, the peer will not be + * able to validate the certificate, and the handshake will fail. + */ + cert?: string | Buffer | Array | undefined; + /** + * Colon-separated list of supported signature algorithms. The list + * can contain digest algorithms (SHA256, MD5 etc.), public key + * algorithms (RSA-PSS, ECDSA etc.), combination of both (e.g + * 'RSA+SHA384') or TLS v1.3 scheme names (e.g. rsa_pss_pss_sha512). + */ + sigalgs?: string | undefined; + /** + * Cipher suite specification, replacing the default. For more + * information, see modifying the default cipher suite. Permitted + * ciphers can be obtained via tls.getCiphers(). Cipher names must be + * uppercased in order for OpenSSL to accept them. + */ + ciphers?: string | undefined; + /** + * Name of an OpenSSL engine which can provide the client certificate. + * @deprecated + */ + clientCertEngine?: string | undefined; + /** + * PEM formatted CRLs (Certificate Revocation Lists). + */ + crl?: string | Buffer | Array | undefined; + /** + * `'auto'` or custom Diffie-Hellman parameters, required for non-ECDHE perfect forward secrecy. + * If omitted or invalid, the parameters are silently discarded and DHE ciphers will not be available. + * ECDHE-based perfect forward secrecy will still be available. + */ + dhparam?: string | Buffer | undefined; + /** + * A string describing a named curve or a colon separated list of curve + * NIDs or names, for example P-521:P-384:P-256, to use for ECDH key + * agreement. Set to auto to select the curve automatically. Use + * crypto.getCurves() to obtain a list of available curve names. On + * recent releases, openssl ecparam -list_curves will also display the + * name and description of each available elliptic curve. Default: + * tls.DEFAULT_ECDH_CURVE. + */ + ecdhCurve?: string | undefined; + /** + * Attempt to use the server's cipher suite preferences instead of the + * client's. When true, causes SSL_OP_CIPHER_SERVER_PREFERENCE to be + * set in secureOptions + */ + honorCipherOrder?: boolean | undefined; + /** + * Private keys in PEM format. PEM allows the option of private keys + * being encrypted. Encrypted keys will be decrypted with + * options.passphrase. Multiple keys using different algorithms can be + * provided either as an array of unencrypted key strings or buffers, + * or an array of objects in the form {pem: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted keys will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + key?: string | Buffer | Array | undefined; + /** + * Name of an OpenSSL engine to get private key from. Should be used + * together with privateKeyIdentifier. + * @deprecated + */ + privateKeyEngine?: string | undefined; + /** + * Identifier of a private key managed by an OpenSSL engine. Should be + * used together with privateKeyEngine. Should not be set together with + * key, because both options define a private key in different ways. + * @deprecated + */ + privateKeyIdentifier?: string | undefined; + /** + * Optionally set the maximum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. + * **Default:** `'TLSv1.3'`, unless changed using CLI options. Using + * `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using `--tls-max-v1.3` sets the default to + * `'TLSv1.3'`. If multiple of the options are provided, the highest maximum is used. + */ + maxVersion?: SecureVersion | undefined; + /** + * Optionally set the minimum TLS version to allow. One + * of `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. Cannot be specified along with the + * `secureProtocol` option, use one or the other. It is not recommended to use + * less than TLSv1.2, but it may be required for interoperability. + * **Default:** `'TLSv1.2'`, unless changed using CLI options. Using + * `--tls-v1.0` sets the default to `'TLSv1'`. Using `--tls-v1.1` sets the default to + * `'TLSv1.1'`. Using `--tls-min-v1.3` sets the default to + * 'TLSv1.3'. If multiple of the options are provided, the lowest minimum is used. + */ + minVersion?: SecureVersion | undefined; + /** + * Shared passphrase used for a single private key and/or a PFX. + */ + passphrase?: string | undefined; + /** + * PFX or PKCS12 encoded private key and certificate chain. pfx is an + * alternative to providing key and cert individually. PFX is usually + * encrypted, if it is, passphrase will be used to decrypt it. Multiple + * PFX can be provided either as an array of unencrypted PFX buffers, + * or an array of objects in the form {buf: [, + * passphrase: ]}. The object form can only occur in an array. + * object.passphrase is optional. Encrypted PFX will be decrypted with + * object.passphrase if provided, or options.passphrase if it is not. + */ + pfx?: string | Buffer | Array | undefined; + /** + * Optionally affect the OpenSSL protocol behavior, which is not + * usually necessary. This should be used carefully if at all! Value is + * a numeric bitmask of the SSL_OP_* options from OpenSSL Options + */ + secureOptions?: number | undefined; // Value is a numeric bitmask of the `SSL_OP_*` options + /** + * Legacy mechanism to select the TLS protocol version to use, it does + * not support independent control of the minimum and maximum version, + * and does not support limiting the protocol to TLSv1.3. Use + * minVersion and maxVersion instead. The possible values are listed as + * SSL_METHODS, use the function names as strings. For example, use + * 'TLSv1_1_method' to force TLS version 1.1, or 'TLS_method' to allow + * any TLS protocol version up to TLSv1.3. It is not recommended to use + * TLS versions less than 1.2, but it may be required for + * interoperability. Default: none, see minVersion. + */ + secureProtocol?: string | undefined; + /** + * Opaque identifier used by servers to ensure session state is not + * shared between applications. Unused by clients. + */ + sessionIdContext?: string | undefined; + /** + * 48-bytes of cryptographically strong pseudo-random data. + * See Session Resumption for more information. + */ + ticketKeys?: Buffer | undefined; + /** + * The number of seconds after which a TLS session created by the + * server will no longer be resumable. See Session Resumption for more + * information. Default: 300. + */ + sessionTimeout?: number | undefined; + } + interface SecureContext { + context: any; + } + /** + * Verifies the certificate `cert` is issued to `hostname`. + * + * Returns [Error](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error) object, populating it with `reason`, `host`, and `cert` on + * failure. On success, returns [undefined](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#Undefined_type). + * + * This function is intended to be used in combination with the`checkServerIdentity` option that can be passed to {@link connect} and as + * such operates on a `certificate object`. For other purposes, consider using `x509.checkHost()` instead. + * + * This function can be overwritten by providing an alternative function as the `options.checkServerIdentity` option that is passed to `tls.connect()`. The + * overwriting function can call `tls.checkServerIdentity()` of course, to augment + * the checks done with additional verification. + * + * This function is only called if the certificate passed all other checks, such as + * being issued by trusted CA (`options.ca`). + * + * Earlier versions of Node.js incorrectly accepted certificates for a given`hostname` if a matching `uniformResourceIdentifier` subject alternative name + * was present (see [CVE-2021-44531](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44531)). Applications that wish to accept`uniformResourceIdentifier` subject alternative names can use + * a custom `options.checkServerIdentity` function that implements the desired behavior. + * @since v0.8.4 + * @param hostname The host name or IP address to verify the certificate against. + * @param cert A `certificate object` representing the peer's certificate. + */ + function checkServerIdentity(hostname: string, cert: PeerCertificate): Error | undefined; + /** + * Creates a new {@link Server}. The `secureConnectionListener`, if provided, is + * automatically set as a listener for the `'secureConnection'` event. + * + * The `ticketKeys` options is automatically shared between `node:cluster` module + * workers. + * + * The following illustrates a simple echo server: + * + * ```js + * import tls from 'node:tls'; + * import fs from 'node:fs'; + * + * const options = { + * key: fs.readFileSync('server-key.pem'), + * cert: fs.readFileSync('server-cert.pem'), + * + * // This is necessary only if using client certificate authentication. + * requestCert: true, + * + * // This is necessary only if the client uses a self-signed certificate. + * ca: [ fs.readFileSync('client-cert.pem') ], + * }; + * + * const server = tls.createServer(options, (socket) => { + * console.log('server connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * socket.write('welcome!\n'); + * socket.setEncoding('utf8'); + * socket.pipe(socket); + * }); + * server.listen(8000, () => { + * console.log('server bound'); + * }); + * ``` + * + * The server can be tested by connecting to it using the example client from {@link connect}. + * @since v0.3.2 + */ + function createServer(secureConnectionListener?: (socket: TLSSocket) => void): Server; + function createServer(options: TlsOptions, secureConnectionListener?: (socket: TLSSocket) => void): Server; + /** + * The `callback` function, if specified, will be added as a listener for the `'secureConnect'` event. + * + * `tls.connect()` returns a {@link TLSSocket} object. + * + * Unlike the `https` API, `tls.connect()` does not enable the + * SNI (Server Name Indication) extension by default, which may cause some + * servers to return an incorrect certificate or reject the connection + * altogether. To enable SNI, set the `servername` option in addition + * to `host`. + * + * The following illustrates a client for the echo server example from {@link createServer}: + * + * ```js + * // Assumes an echo server that is listening on port 8000. + * import tls from 'node:tls'; + * import fs from 'node:fs'; + * + * const options = { + * // Necessary only if the server requires client certificate authentication. + * key: fs.readFileSync('client-key.pem'), + * cert: fs.readFileSync('client-cert.pem'), + * + * // Necessary only if the server uses a self-signed certificate. + * ca: [ fs.readFileSync('server-cert.pem') ], + * + * // Necessary only if the server's cert isn't for "localhost". + * checkServerIdentity: () => { return null; }, + * }; + * + * const socket = tls.connect(8000, options, () => { + * console.log('client connected', + * socket.authorized ? 'authorized' : 'unauthorized'); + * process.stdin.pipe(socket); + * process.stdin.resume(); + * }); + * socket.setEncoding('utf8'); + * socket.on('data', (data) => { + * console.log(data); + * }); + * socket.on('end', () => { + * console.log('server ends connection'); + * }); + * ``` + * @since v0.11.3 + */ + function connect(options: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + function connect( + port: number, + host?: string, + options?: ConnectionOptions, + secureConnectListener?: () => void, + ): TLSSocket; + function connect(port: number, options?: ConnectionOptions, secureConnectListener?: () => void): TLSSocket; + /** + * Creates a new secure pair object with two streams, one of which reads and writes + * the encrypted data and the other of which reads and writes the cleartext data. + * Generally, the encrypted stream is piped to/from an incoming encrypted data + * stream and the cleartext one is used as a replacement for the initial encrypted + * stream. + * + * `tls.createSecurePair()` returns a `tls.SecurePair` object with `cleartext` and `encrypted` stream properties. + * + * Using `cleartext` has the same API as {@link TLSSocket}. + * + * The `tls.createSecurePair()` method is now deprecated in favor of`tls.TLSSocket()`. For example, the code: + * + * ```js + * pair = tls.createSecurePair(// ... ); + * pair.encrypted.pipe(socket); + * socket.pipe(pair.encrypted); + * ``` + * + * can be replaced by: + * + * ```js + * secureSocket = tls.TLSSocket(socket, options); + * ``` + * + * where `secureSocket` has the same API as `pair.cleartext`. + * @since v0.3.2 + * @deprecated Since v0.11.3 - Use {@link TLSSocket} instead. + * @param context A secure context object as returned by `tls.createSecureContext()` + * @param isServer `true` to specify that this TLS connection should be opened as a server. + * @param requestCert `true` to specify whether a server should request a certificate from a connecting client. Only applies when `isServer` is `true`. + * @param rejectUnauthorized If not `false` a server automatically reject clients with invalid certificates. Only applies when `isServer` is `true`. + */ + function createSecurePair( + context?: SecureContext, + isServer?: boolean, + requestCert?: boolean, + rejectUnauthorized?: boolean, + ): SecurePair; + /** + * `{@link createServer}` sets the default value of the `honorCipherOrder` option + * to `true`, other APIs that create secure contexts leave it unset. + * + * `{@link createServer}` uses a 128 bit truncated SHA1 hash value generated + * from `process.argv` as the default value of the `sessionIdContext` option, other + * APIs that create secure contexts have no default value. + * + * The `tls.createSecureContext()` method creates a `SecureContext` object. It is + * usable as an argument to several `tls` APIs, such as `server.addContext()`, + * but has no public methods. The {@link Server} constructor and the {@link createServer} method do not support the `secureContext` option. + * + * A key is _required_ for ciphers that use certificates. Either `key` or `pfx` can be used to provide it. + * + * If the `ca` option is not given, then Node.js will default to using [Mozilla's publicly trusted list of + * CAs](https://hg.mozilla.org/mozilla-central/raw-file/tip/security/nss/lib/ckfw/builtins/certdata.txt). + * + * Custom DHE parameters are discouraged in favor of the new `dhparam: 'auto' `option. When set to `'auto'`, well-known DHE parameters of sufficient strength + * will be selected automatically. Otherwise, if necessary, `openssl dhparam` can + * be used to create custom parameters. The key length must be greater than or + * equal to 1024 bits or else an error will be thrown. Although 1024 bits is + * permissible, use 2048 bits or larger for stronger security. + * @since v0.11.13 + */ + function createSecureContext(options?: SecureContextOptions): SecureContext; + /** + * Returns an array with the names of the supported TLS ciphers. The names are + * lower-case for historical reasons, but must be uppercased to be used in + * the `ciphers` option of `{@link createSecureContext}`. + * + * Not all supported ciphers are enabled by default. See + * [Modifying the default TLS cipher suite](https://nodejs.org/docs/latest-v22.x/api/tls.html#modifying-the-default-tls-cipher-suite). + * + * Cipher names that start with `'tls_'` are for TLSv1.3, all the others are for + * TLSv1.2 and below. + * + * ```js + * console.log(tls.getCiphers()); // ['aes128-gcm-sha256', 'aes128-sha', ...] + * ``` + * @since v0.10.2 + */ + function getCiphers(): string[]; + /** + * The default curve name to use for ECDH key agreement in a tls server. + * The default value is `'auto'`. See `{@link createSecureContext()}` for further + * information. + * @since v0.11.13 + */ + let DEFAULT_ECDH_CURVE: string; + /** + * The default value of the `maxVersion` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported TLS protocol versions, + * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.3'`, unless + * changed using CLI options. Using `--tls-max-v1.2` sets the default to `'TLSv1.2'`. Using + * `--tls-max-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options + * are provided, the highest maximum is used. + * @since v11.4.0 + */ + let DEFAULT_MAX_VERSION: SecureVersion; + /** + * The default value of the `minVersion` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported TLS protocol versions, + * `'TLSv1.3'`, `'TLSv1.2'`, `'TLSv1.1'`, or `'TLSv1'`. **Default:** `'TLSv1.2'`, unless + * changed using CLI options. Using `--tls-min-v1.0` sets the default to + * `'TLSv1'`. Using `--tls-min-v1.1` sets the default to `'TLSv1.1'`. Using + * `--tls-min-v1.3` sets the default to `'TLSv1.3'`. If multiple of the options + * are provided, the lowest minimum is used. + * @since v11.4.0 + */ + let DEFAULT_MIN_VERSION: SecureVersion; + /** + * The default value of the `ciphers` option of `{@link createSecureContext()}`. + * It can be assigned any of the supported OpenSSL ciphers. + * Defaults to the content of `crypto.constants.defaultCoreCipherList`, unless + * changed using CLI options using `--tls-default-ciphers`. + * @since v19.8.0 + */ + let DEFAULT_CIPHERS: string; + /** + * An immutable array of strings representing the root certificates (in PEM format) + * from the bundled Mozilla CA store as supplied by the current Node.js version. + * + * The bundled CA store, as supplied by Node.js, is a snapshot of Mozilla CA store + * that is fixed at release time. It is identical on all supported platforms. + * @since v12.3.0 + */ + const rootCertificates: readonly string[]; +} +declare module "node:tls" { + export * from "tls"; +} diff --git a/server/node_modules/@types/node/trace_events.d.ts b/server/node_modules/@types/node/trace_events.d.ts new file mode 100644 index 000000000..f334b0bcc --- /dev/null +++ b/server/node_modules/@types/node/trace_events.d.ts @@ -0,0 +1,197 @@ +/** + * The `node:trace_events` module provides a mechanism to centralize tracing information + * generated by V8, Node.js core, and userspace code. + * + * Tracing can be enabled with the `--trace-event-categories` command-line flag + * or by using the `trace_events` module. The `--trace-event-categories` flag + * accepts a list of comma-separated category names. + * + * The available categories are: + * + * * `node`: An empty placeholder. + * * `node.async_hooks`: Enables capture of detailed [`async_hooks`](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html) trace data. + * The [`async_hooks`](https://nodejs.org/docs/latest-v22.x/api/async_hooks.html) events have a unique `asyncId` and a special `triggerId` `triggerAsyncId` property. + * * `node.bootstrap`: Enables capture of Node.js bootstrap milestones. + * * `node.console`: Enables capture of `console.time()` and `console.count()` output. + * * `node.threadpoolwork.sync`: Enables capture of trace data for threadpool synchronous operations, such as `blob`, `zlib`, `crypto` and `node_api`. + * * `node.threadpoolwork.async`: Enables capture of trace data for threadpool asynchronous operations, such as `blob`, `zlib`, `crypto` and `node_api`. + * * `node.dns.native`: Enables capture of trace data for DNS queries. + * * `node.net.native`: Enables capture of trace data for network. + * * `node.environment`: Enables capture of Node.js Environment milestones. + * * `node.fs.sync`: Enables capture of trace data for file system sync methods. + * * `node.fs_dir.sync`: Enables capture of trace data for file system sync directory methods. + * * `node.fs.async`: Enables capture of trace data for file system async methods. + * * `node.fs_dir.async`: Enables capture of trace data for file system async directory methods. + * * `node.perf`: Enables capture of [Performance API](https://nodejs.org/docs/latest-v22.x/api/perf_hooks.html) measurements. + * * `node.perf.usertiming`: Enables capture of only Performance API User Timing + * measures and marks. + * * `node.perf.timerify`: Enables capture of only Performance API timerify + * measurements. + * * `node.promises.rejections`: Enables capture of trace data tracking the number + * of unhandled Promise rejections and handled-after-rejections. + * * `node.vm.script`: Enables capture of trace data for the `node:vm` module's `runInNewContext()`, `runInContext()`, and `runInThisContext()` methods. + * * `v8`: The [V8](https://nodejs.org/docs/latest-v22.x/api/v8.html) events are GC, compiling, and execution related. + * * `node.http`: Enables capture of trace data for http request / response. + * + * By default the `node`, `node.async_hooks`, and `v8` categories are enabled. + * + * ```bash + * node --trace-event-categories v8,node,node.async_hooks server.js + * ``` + * + * Prior versions of Node.js required the use of the `--trace-events-enabled` flag to enable trace events. This requirement has been removed. However, the `--trace-events-enabled` flag _may_ still be + * used and will enable the `node`, `node.async_hooks`, and `v8` trace event categories by default. + * + * ```bash + * node --trace-events-enabled + * + * # is equivalent to + * + * node --trace-event-categories v8,node,node.async_hooks + * ``` + * + * Alternatively, trace events may be enabled using the `node:trace_events` module: + * + * ```js + * import trace_events from 'node:trace_events'; + * const tracing = trace_events.createTracing({ categories: ['node.perf'] }); + * tracing.enable(); // Enable trace event capture for the 'node.perf' category + * + * // do work + * + * tracing.disable(); // Disable trace event capture for the 'node.perf' category + * ``` + * + * Running Node.js with tracing enabled will produce log files that can be opened + * in the [`chrome://tracing`](https://www.chromium.org/developers/how-tos/trace-event-profiling-tool) tab of Chrome. + * + * The logging file is by default called `node_trace.${rotation}.log`, where `${rotation}` is an incrementing log-rotation id. The filepath pattern can + * be specified with `--trace-event-file-pattern` that accepts a template + * string that supports `${rotation}` and `${pid}`: + * + * ```bash + * node --trace-event-categories v8 --trace-event-file-pattern '${pid}-${rotation}.log' server.js + * ``` + * + * To guarantee that the log file is properly generated after signal events like `SIGINT`, `SIGTERM`, or `SIGBREAK`, make sure to have the appropriate handlers + * in your code, such as: + * + * ```js + * process.on('SIGINT', function onSigint() { + * console.info('Received SIGINT.'); + * process.exit(130); // Or applicable exit code depending on OS and signal + * }); + * ``` + * + * The tracing system uses the same time source + * as the one used by `process.hrtime()`. + * However the trace-event timestamps are expressed in microseconds, + * unlike `process.hrtime()` which returns nanoseconds. + * + * The features from this module are not available in [`Worker`](https://nodejs.org/docs/latest-v22.x/api/worker_threads.html#class-worker) threads. + * @experimental + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/trace_events.js) + */ +declare module "trace_events" { + /** + * The `Tracing` object is used to enable or disable tracing for sets of + * categories. Instances are created using the + * `trace_events.createTracing()` method. + * + * When created, the `Tracing` object is disabled. Calling the + * `tracing.enable()` method adds the categories to the set of enabled trace + * event categories. Calling `tracing.disable()` will remove the categories + * from the set of enabled trace event categories. + */ + interface Tracing { + /** + * A comma-separated list of the trace event categories covered by this + * `Tracing` object. + * @since v10.0.0 + */ + readonly categories: string; + /** + * Disables this `Tracing` object. + * + * Only trace event categories _not_ covered by other enabled `Tracing` + * objects and _not_ specified by the `--trace-event-categories` flag + * will be disabled. + * + * ```js + * import trace_events from 'node:trace_events'; + * const t1 = trace_events.createTracing({ categories: ['node', 'v8'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf', 'node'] }); + * t1.enable(); + * t2.enable(); + * + * // Prints 'node,node.perf,v8' + * console.log(trace_events.getEnabledCategories()); + * + * t2.disable(); // Will only disable emission of the 'node.perf' category + * + * // Prints 'node,v8' + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + disable(): void; + /** + * Enables this `Tracing` object for the set of categories covered by + * the `Tracing` object. + * @since v10.0.0 + */ + enable(): void; + /** + * `true` only if the `Tracing` object has been enabled. + * @since v10.0.0 + */ + readonly enabled: boolean; + } + interface CreateTracingOptions { + /** + * An array of trace category names. Values included in the array are + * coerced to a string when possible. An error will be thrown if the + * value cannot be coerced. + */ + categories: string[]; + } + /** + * Creates and returns a `Tracing` object for the given set of `categories`. + * + * ```js + * import trace_events from 'node:trace_events'; + * const categories = ['node.perf', 'node.async_hooks']; + * const tracing = trace_events.createTracing({ categories }); + * tracing.enable(); + * // do stuff + * tracing.disable(); + * ``` + * @since v10.0.0 + */ + function createTracing(options: CreateTracingOptions): Tracing; + /** + * Returns a comma-separated list of all currently-enabled trace event + * categories. The current set of enabled trace event categories is determined + * by the _union_ of all currently-enabled `Tracing` objects and any categories + * enabled using the `--trace-event-categories` flag. + * + * Given the file `test.js` below, the command `node --trace-event-categories node.perf test.js` will print `'node.async_hooks,node.perf'` to the console. + * + * ```js + * import trace_events from 'node:trace_events'; + * const t1 = trace_events.createTracing({ categories: ['node.async_hooks'] }); + * const t2 = trace_events.createTracing({ categories: ['node.perf'] }); + * const t3 = trace_events.createTracing({ categories: ['v8'] }); + * + * t1.enable(); + * t2.enable(); + * + * console.log(trace_events.getEnabledCategories()); + * ``` + * @since v10.0.0 + */ + function getEnabledCategories(): string | undefined; +} +declare module "node:trace_events" { + export * from "trace_events"; +} diff --git a/server/node_modules/@types/node/ts5.6/buffer.buffer.d.ts b/server/node_modules/@types/node/ts5.6/buffer.buffer.d.ts new file mode 100644 index 000000000..0cb284285 --- /dev/null +++ b/server/node_modules/@types/node/ts5.6/buffer.buffer.d.ts @@ -0,0 +1,457 @@ +declare module "buffer" { + global { + interface BufferConstructor { + // see ../buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + * @deprecated since v10.0.0 - Use `Buffer.from(string[, encoding])` instead. + */ + new(str: string, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @deprecated since v10.0.0 - Use `Buffer.alloc()` instead (also see `Buffer.allocUnsafe()`). + */ + new(size: number): Buffer; + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + * @deprecated since v10.0.0 - Use `Buffer.from(array)` instead. + */ + new(array: ArrayLike): Buffer; + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}/{SharedArrayBuffer}. + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + * @deprecated since v10.0.0 - Use `Buffer.from(arrayBuffer[, byteOffset[, length]])` instead. + */ + new(arrayBuffer: ArrayBuffer | SharedArrayBuffer): Buffer; + /** + * Allocates a new `Buffer` using an `array` of bytes in the range `0` – `255`. + * Array entries outside that range will be truncated to fit into it. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Creates a new Buffer containing the UTF-8 bytes of the string 'buffer'. + * const buf = Buffer.from([0x62, 0x75, 0x66, 0x66, 0x65, 0x72]); + * ``` + * + * If `array` is an `Array`-like object (that is, one with a `length` property of + * type `number`), it is treated as if it is an array, unless it is a `Buffer` or + * a `Uint8Array`. This means all other `TypedArray` variants get treated as an + * `Array`. To create a `Buffer` from the bytes backing a `TypedArray`, use + * `Buffer.copyBytesFrom()`. + * + * A `TypeError` will be thrown if `array` is not an `Array` or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(array)` and `Buffer.from(string)` may also use the internal + * `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v5.10.0 + */ + from(array: WithImplicitCoercion>): Buffer; + /** + * This creates a view of the `ArrayBuffer` without copying the underlying + * memory. For example, when passed a reference to the `.buffer` property of a + * `TypedArray` instance, the newly created `Buffer` will share the same + * allocated memory as the `TypedArray`'s underlying `ArrayBuffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arr = new Uint16Array(2); + * + * arr[0] = 5000; + * arr[1] = 4000; + * + * // Shares memory with `arr`. + * const buf = Buffer.from(arr.buffer); + * + * console.log(buf); + * // Prints: + * + * // Changing the original Uint16Array changes the Buffer also. + * arr[1] = 6000; + * + * console.log(buf); + * // Prints: + * ``` + * + * The optional `byteOffset` and `length` arguments specify a memory range within + * the `arrayBuffer` that will be shared by the `Buffer`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const ab = new ArrayBuffer(10); + * const buf = Buffer.from(ab, 0, 2); + * + * console.log(buf.length); + * // Prints: 2 + * ``` + * + * A `TypeError` will be thrown if `arrayBuffer` is not an `ArrayBuffer` or a + * `SharedArrayBuffer` or another type appropriate for `Buffer.from()` + * variants. + * + * It is important to remember that a backing `ArrayBuffer` can cover a range + * of memory that extends beyond the bounds of a `TypedArray` view. A new + * `Buffer` created using the `buffer` property of a `TypedArray` may extend + * beyond the range of the `TypedArray`: + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const arrA = Uint8Array.from([0x63, 0x64, 0x65, 0x66]); // 4 elements + * const arrB = new Uint8Array(arrA.buffer, 1, 2); // 2 elements + * console.log(arrA.buffer === arrB.buffer); // true + * + * const buf = Buffer.from(arrB.buffer); + * console.log(buf); + * // Prints: + * ``` + * @since v5.10.0 + * @param arrayBuffer An `ArrayBuffer`, `SharedArrayBuffer`, for example the + * `.buffer` property of a `TypedArray`. + * @param byteOffset Index of first byte to expose. **Default:** `0`. + * @param length Number of bytes to expose. **Default:** + * `arrayBuffer.byteLength - byteOffset`. + */ + from( + arrayBuffer: WithImplicitCoercion, + byteOffset?: number, + length?: number, + ): Buffer; + /** + * Creates a new `Buffer` containing `string`. The `encoding` parameter identifies + * the character encoding to be used when converting `string` into bytes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf1 = Buffer.from('this is a tést'); + * const buf2 = Buffer.from('7468697320697320612074c3a97374', 'hex'); + * + * console.log(buf1.toString()); + * // Prints: this is a tést + * console.log(buf2.toString()); + * // Prints: this is a tést + * console.log(buf1.toString('latin1')); + * // Prints: this is a tést + * ``` + * + * A `TypeError` will be thrown if `string` is not a string or another type + * appropriate for `Buffer.from()` variants. + * + * `Buffer.from(string)` may also use the internal `Buffer` pool like + * `Buffer.allocUnsafe()` does. + * @since v5.10.0 + * @param string A string to encode. + * @param encoding The encoding of `string`. **Default:** `'utf8'`. + */ + from(string: WithImplicitCoercion, encoding?: BufferEncoding): Buffer; + /** + * Creates a new Buffer using the passed {data} + * @param values to create a new Buffer + */ + of(...items: number[]): Buffer; + /** + * Returns a new `Buffer` which is the result of concatenating all the `Buffer` instances in the `list` together. + * + * If the list has no items, or if the `totalLength` is 0, then a new zero-length `Buffer` is returned. + * + * If `totalLength` is not provided, it is calculated from the `Buffer` instances + * in `list` by adding their lengths. + * + * If `totalLength` is provided, it is coerced to an unsigned integer. If the + * combined length of the `Buffer`s in `list` exceeds `totalLength`, the result is + * truncated to `totalLength`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a single `Buffer` from a list of three `Buffer` instances. + * + * const buf1 = Buffer.alloc(10); + * const buf2 = Buffer.alloc(14); + * const buf3 = Buffer.alloc(18); + * const totalLength = buf1.length + buf2.length + buf3.length; + * + * console.log(totalLength); + * // Prints: 42 + * + * const bufA = Buffer.concat([buf1, buf2, buf3], totalLength); + * + * console.log(bufA); + * // Prints: + * console.log(bufA.length); + * // Prints: 42 + * ``` + * + * `Buffer.concat()` may also use the internal `Buffer` pool like `Buffer.allocUnsafe()` does. + * @since v0.7.11 + * @param list List of `Buffer` or {@link Uint8Array} instances to concatenate. + * @param totalLength Total length of the `Buffer` instances in `list` when concatenated. + */ + concat(list: readonly Uint8Array[], totalLength?: number): Buffer; + /** + * Copies the underlying memory of `view` into a new `Buffer`. + * + * ```js + * const u16 = new Uint16Array([0, 0xffff]); + * const buf = Buffer.copyBytesFrom(u16, 1, 1); + * u16[1] = 0; + * console.log(buf.length); // 2 + * console.log(buf[0]); // 255 + * console.log(buf[1]); // 255 + * ``` + * @since v19.8.0 + * @param view The {TypedArray} to copy. + * @param [offset=0] The starting offset within `view`. + * @param [length=view.length - offset] The number of elements from `view` to copy. + */ + copyBytesFrom(view: NodeJS.TypedArray, offset?: number, length?: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `fill` is `undefined`, the`Buffer` will be zero-filled. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5); + * + * console.log(buf); + * // Prints: + * ``` + * + * If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * If `fill` is specified, the allocated `Buffer` will be initialized by calling `buf.fill(fill)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(5, 'a'); + * + * console.log(buf); + * // Prints: + * ``` + * + * If both `fill` and `encoding` are specified, the allocated `Buffer` will be + * initialized by calling `buf.fill(fill, encoding)`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.alloc(11, 'aGVsbG8gd29ybGQ=', 'base64'); + * + * console.log(buf); + * // Prints: + * ``` + * + * Calling `Buffer.alloc()` can be measurably slower than the alternative `Buffer.allocUnsafe()` but ensures that the newly created `Buffer` instance + * contents will never contain sensitive data from previous allocations, including + * data that might not have been allocated for `Buffer`s. + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + * @param [fill=0] A value to pre-fill the new `Buffer` with. + * @param [encoding='utf8'] If `fill` is a string, this is its encoding. + */ + alloc(size: number, fill?: string | Uint8Array | number, encoding?: BufferEncoding): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `Buffer.alloc()` instead to initialize`Buffer` instances with zeroes. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.allocUnsafe(10); + * + * console.log(buf); + * // Prints (contents may vary): + * + * buf.fill(0); + * + * console.log(buf); + * // Prints: + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * + * The `Buffer` module pre-allocates an internal `Buffer` instance of + * size `Buffer.poolSize` that is used as a pool for the fast allocation of new `Buffer` instances created using `Buffer.allocUnsafe()`, `Buffer.from(array)`, + * and `Buffer.concat()` only when `size` is less than `Buffer.poolSize >>> 1` (floor of `Buffer.poolSize` divided by two). + * + * Use of this pre-allocated internal memory pool is a key difference between + * calling `Buffer.alloc(size, fill)` vs. `Buffer.allocUnsafe(size).fill(fill)`. + * Specifically, `Buffer.alloc(size, fill)` will _never_ use the internal `Buffer`pool, while `Buffer.allocUnsafe(size).fill(fill)`_will_ use the internal`Buffer` pool if `size` is less + * than or equal to half `Buffer.poolSize`. The + * difference is subtle but can be important when an application requires the + * additional performance that `Buffer.allocUnsafe()` provides. + * @since v5.10.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafe(size: number): Buffer; + /** + * Allocates a new `Buffer` of `size` bytes. If `size` is larger than {@link constants.MAX_LENGTH} or smaller than 0, `ERR_OUT_OF_RANGE` is thrown. A zero-length `Buffer` is created if + * `size` is 0. + * + * The underlying memory for `Buffer` instances created in this way is _not_ + * _initialized_. The contents of the newly created `Buffer` are unknown and _may contain sensitive data_. Use `buf.fill(0)` to initialize + * such `Buffer` instances with zeroes. + * + * When using `Buffer.allocUnsafe()` to allocate new `Buffer` instances, + * allocations under 4 KiB are sliced from a single pre-allocated `Buffer`. This + * allows applications to avoid the garbage collection overhead of creating many + * individually allocated `Buffer` instances. This approach improves both + * performance and memory usage by eliminating the need to track and clean up as + * many individual `ArrayBuffer` objects. + * + * However, in the case where a developer may need to retain a small chunk of + * memory from a pool for an indeterminate amount of time, it may be appropriate + * to create an un-pooled `Buffer` instance using `Buffer.allocUnsafeSlow()` and + * then copying out the relevant bits. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Need to keep around a few small chunks of memory. + * const store = []; + * + * socket.on('readable', () => { + * let data; + * while (null !== (data = readable.read())) { + * // Allocate for retained data. + * const sb = Buffer.allocUnsafeSlow(10); + * + * // Copy the data into the new allocation. + * data.copy(sb, 0, 0, 10); + * + * store.push(sb); + * } + * }); + * ``` + * + * A `TypeError` will be thrown if `size` is not a number. + * @since v5.12.0 + * @param size The desired length of the new `Buffer`. + */ + allocUnsafeSlow(size: number): Buffer; + } + interface Buffer extends Uint8Array { + // see ../buffer.d.ts for implementation shared with all TypeScript versions + + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * This method is not compatible with the `Uint8Array.prototype.slice()`, + * which is a superclass of `Buffer`. To copy the slice, use`Uint8Array.prototype.slice()`. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * const copiedBuf = Uint8Array.prototype.slice.call(buf); + * copiedBuf[0]++; + * console.log(copiedBuf.toString()); + * // Prints: cuffer + * + * console.log(buf.toString()); + * // Prints: buffer + * + * // With buf.slice(), the original buffer is modified. + * const notReallyCopiedBuf = buf.slice(); + * notReallyCopiedBuf[0]++; + * console.log(notReallyCopiedBuf.toString()); + * // Prints: cuffer + * console.log(buf.toString()); + * // Also prints: cuffer (!) + * ``` + * @since v0.3.0 + * @deprecated Use `subarray` instead. + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + slice(start?: number, end?: number): Buffer; + /** + * Returns a new `Buffer` that references the same memory as the original, but + * offset and cropped by the `start` and `end` indices. + * + * Specifying `end` greater than `buf.length` will return the same result as + * that of `end` equal to `buf.length`. + * + * This method is inherited from [`TypedArray.prototype.subarray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray/subarray). + * + * Modifying the new `Buffer` slice will modify the memory in the original `Buffer`because the allocated memory of the two objects overlap. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * // Create a `Buffer` with the ASCII alphabet, take a slice, and modify one byte + * // from the original `Buffer`. + * + * const buf1 = Buffer.allocUnsafe(26); + * + * for (let i = 0; i < 26; i++) { + * // 97 is the decimal ASCII value for 'a'. + * buf1[i] = i + 97; + * } + * + * const buf2 = buf1.subarray(0, 3); + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: abc + * + * buf1[0] = 33; + * + * console.log(buf2.toString('ascii', 0, buf2.length)); + * // Prints: !bc + * ``` + * + * Specifying negative indexes causes the slice to be generated relative to the + * end of `buf` rather than the beginning. + * + * ```js + * import { Buffer } from 'node:buffer'; + * + * const buf = Buffer.from('buffer'); + * + * console.log(buf.subarray(-6, -1).toString()); + * // Prints: buffe + * // (Equivalent to buf.subarray(0, 5).) + * + * console.log(buf.subarray(-6, -2).toString()); + * // Prints: buff + * // (Equivalent to buf.subarray(0, 4).) + * + * console.log(buf.subarray(-5, -2).toString()); + * // Prints: uff + * // (Equivalent to buf.subarray(1, 4).) + * ``` + * @since v3.0.0 + * @param [start=0] Where the new `Buffer` will start. + * @param [end=buf.length] Where the new `Buffer` will end (not inclusive). + */ + subarray(start?: number, end?: number): Buffer; + } + } + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + var SlowBuffer: { + /** @deprecated Use `Buffer.allocUnsafeSlow()` instead. */ + new(size: number): Buffer; + prototype: Buffer; + }; +} diff --git a/server/node_modules/@types/node/ts5.6/globals.typedarray.d.ts b/server/node_modules/@types/node/ts5.6/globals.typedarray.d.ts new file mode 100644 index 000000000..0e4633b95 --- /dev/null +++ b/server/node_modules/@types/node/ts5.6/globals.typedarray.d.ts @@ -0,0 +1,19 @@ +export {}; // Make this a module + +declare global { + namespace NodeJS { + type TypedArray = + | Uint8Array + | Uint8ClampedArray + | Uint16Array + | Uint32Array + | Int8Array + | Int16Array + | Int32Array + | BigUint64Array + | BigInt64Array + | Float32Array + | Float64Array; + type ArrayBufferView = TypedArray | DataView; + } +} diff --git a/server/node_modules/@types/node/ts5.6/index.d.ts b/server/node_modules/@types/node/ts5.6/index.d.ts new file mode 100644 index 000000000..96c9532a4 --- /dev/null +++ b/server/node_modules/@types/node/ts5.6/index.d.ts @@ -0,0 +1,92 @@ +/** + * License for programmatically and manually incorporated + * documentation aka. `JSDoc` from https://github.com/nodejs/node/tree/master/doc + * + * Copyright Node.js contributors. All rights reserved. + * 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. + */ + +// NOTE: These definitions support Node.js and TypeScript 4.9 through 5.6. + +// Reference required TypeScript libs: +/// + +// TypeScript backwards-compatibility definitions: +/// + +// Definitions specific to TypeScript 4.9 through 5.6: +/// +/// + +// Definitions for Node.js modules that are not specific to any version of TypeScript: +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// +/// diff --git a/server/node_modules/@types/node/tty.d.ts b/server/node_modules/@types/node/tty.d.ts new file mode 100644 index 000000000..f5679466f --- /dev/null +++ b/server/node_modules/@types/node/tty.d.ts @@ -0,0 +1,208 @@ +/** + * The `node:tty` module provides the `tty.ReadStream` and `tty.WriteStream` classes. In most cases, it will not be necessary or possible to use this module + * directly. However, it can be accessed using: + * + * ```js + * import tty from 'node:tty'; + * ``` + * + * When Node.js detects that it is being run with a text terminal ("TTY") + * attached, `process.stdin` will, by default, be initialized as an instance of `tty.ReadStream` and both `process.stdout` and `process.stderr` will, by + * default, be instances of `tty.WriteStream`. The preferred method of determining + * whether Node.js is being run within a TTY context is to check that the value of + * the `process.stdout.isTTY` property is `true`: + * + * ```console + * $ node -p -e "Boolean(process.stdout.isTTY)" + * true + * $ node -p -e "Boolean(process.stdout.isTTY)" | cat + * false + * ``` + * + * In most cases, there should be little to no reason for an application to + * manually create instances of the `tty.ReadStream` and `tty.WriteStream` classes. + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/tty.js) + */ +declare module "tty" { + import * as net from "node:net"; + /** + * The `tty.isatty()` method returns `true` if the given `fd` is associated with + * a TTY and `false` if it is not, including whenever `fd` is not a non-negative + * integer. + * @since v0.5.8 + * @param fd A numeric file descriptor + */ + function isatty(fd: number): boolean; + /** + * Represents the readable side of a TTY. In normal circumstances `process.stdin` will be the only `tty.ReadStream` instance in a Node.js + * process and there should be no reason to create additional instances. + * @since v0.5.8 + */ + class ReadStream extends net.Socket { + constructor(fd: number, options?: net.SocketConstructorOpts); + /** + * A `boolean` that is `true` if the TTY is currently configured to operate as a + * raw device. + * + * This flag is always `false` when a process starts, even if the terminal is + * operating in raw mode. Its value will change with subsequent calls to `setRawMode`. + * @since v0.7.7 + */ + isRaw: boolean; + /** + * Allows configuration of `tty.ReadStream` so that it operates as a raw device. + * + * When in raw mode, input is always available character-by-character, not + * including modifiers. Additionally, all special processing of characters by the + * terminal is disabled, including echoing input + * characters. Ctrl+C will no longer cause a `SIGINT` when + * in this mode. + * @since v0.7.7 + * @param mode If `true`, configures the `tty.ReadStream` to operate as a raw device. If `false`, configures the `tty.ReadStream` to operate in its default mode. The `readStream.isRaw` + * property will be set to the resulting mode. + * @return The read stream instance. + */ + setRawMode(mode: boolean): this; + /** + * A `boolean` that is always `true` for `tty.ReadStream` instances. + * @since v0.5.8 + */ + isTTY: boolean; + } + /** + * -1 - to the left from cursor + * 0 - the entire line + * 1 - to the right from cursor + */ + type Direction = -1 | 0 | 1; + /** + * Represents the writable side of a TTY. In normal circumstances, `process.stdout` and `process.stderr` will be the only`tty.WriteStream` instances created for a Node.js process and there + * should be no reason to create additional instances. + * @since v0.5.8 + */ + class WriteStream extends net.Socket { + constructor(fd: number); + addListener(event: string, listener: (...args: any[]) => void): this; + addListener(event: "resize", listener: () => void): this; + emit(event: string | symbol, ...args: any[]): boolean; + emit(event: "resize"): boolean; + on(event: string, listener: (...args: any[]) => void): this; + on(event: "resize", listener: () => void): this; + once(event: string, listener: (...args: any[]) => void): this; + once(event: "resize", listener: () => void): this; + prependListener(event: string, listener: (...args: any[]) => void): this; + prependListener(event: "resize", listener: () => void): this; + prependOnceListener(event: string, listener: (...args: any[]) => void): this; + prependOnceListener(event: "resize", listener: () => void): this; + /** + * `writeStream.clearLine()` clears the current line of this `WriteStream` in a + * direction identified by `dir`. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + clearLine(dir: Direction, callback?: () => void): boolean; + /** + * `writeStream.clearScreenDown()` clears this `WriteStream` from the current + * cursor down. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + clearScreenDown(callback?: () => void): boolean; + /** + * `writeStream.cursorTo()` moves this `WriteStream`'s cursor to the specified + * position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + cursorTo(x: number, y?: number, callback?: () => void): boolean; + cursorTo(x: number, callback: () => void): boolean; + /** + * `writeStream.moveCursor()` moves this `WriteStream`'s cursor _relative_ to its + * current position. + * @since v0.7.7 + * @param callback Invoked once the operation completes. + * @return `false` if the stream wishes for the calling code to wait for the `'drain'` event to be emitted before continuing to write additional data; otherwise `true`. + */ + moveCursor(dx: number, dy: number, callback?: () => void): boolean; + /** + * Returns: + * + * * `1` for 2, + * * `4` for 16, + * * `8` for 256, + * * `24` for 16,777,216 colors supported. + * + * Use this to determine what colors the terminal supports. Due to the nature of + * colors in terminals it is possible to either have false positives or false + * negatives. It depends on process information and the environment variables that + * may lie about what terminal is used. + * It is possible to pass in an `env` object to simulate the usage of a specific + * terminal. This can be useful to check how specific environment settings behave. + * + * To enforce a specific color support, use one of the below environment settings. + * + * * 2 colors: `FORCE_COLOR = 0` (Disables colors) + * * 16 colors: `FORCE_COLOR = 1` + * * 256 colors: `FORCE_COLOR = 2` + * * 16,777,216 colors: `FORCE_COLOR = 3` + * + * Disabling color support is also possible by using the `NO_COLOR` and `NODE_DISABLE_COLORS` environment variables. + * @since v9.9.0 + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + getColorDepth(env?: object): number; + /** + * Returns `true` if the `writeStream` supports at least as many colors as provided + * in `count`. Minimum support is 2 (black and white). + * + * This has the same false positives and negatives as described in `writeStream.getColorDepth()`. + * + * ```js + * process.stdout.hasColors(); + * // Returns true or false depending on if `stdout` supports at least 16 colors. + * process.stdout.hasColors(256); + * // Returns true or false depending on if `stdout` supports at least 256 colors. + * process.stdout.hasColors({ TMUX: '1' }); + * // Returns true. + * process.stdout.hasColors(2 ** 24, { TMUX: '1' }); + * // Returns false (the environment setting pretends to support 2 ** 8 colors). + * ``` + * @since v11.13.0, v10.16.0 + * @param [count=16] The number of colors that are requested (minimum 2). + * @param [env=process.env] An object containing the environment variables to check. This enables simulating the usage of a specific terminal. + */ + hasColors(count?: number): boolean; + hasColors(env?: object): boolean; + hasColors(count: number, env?: object): boolean; + /** + * `writeStream.getWindowSize()` returns the size of the TTY + * corresponding to this `WriteStream`. The array is of the type `[numColumns, numRows]` where `numColumns` and `numRows` represent the number + * of columns and rows in the corresponding TTY. + * @since v0.7.7 + */ + getWindowSize(): [number, number]; + /** + * A `number` specifying the number of columns the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + columns: number; + /** + * A `number` specifying the number of rows the TTY currently has. This property + * is updated whenever the `'resize'` event is emitted. + * @since v0.7.7 + */ + rows: number; + /** + * A `boolean` that is always `true`. + * @since v0.5.8 + */ + isTTY: boolean; + } +} +declare module "node:tty" { + export * from "tty"; +} diff --git a/server/node_modules/@types/node/url.d.ts b/server/node_modules/@types/node/url.d.ts new file mode 100644 index 000000000..72232c7a2 --- /dev/null +++ b/server/node_modules/@types/node/url.d.ts @@ -0,0 +1,972 @@ +/** + * The `node:url` module provides utilities for URL resolution and parsing. It can + * be accessed using: + * + * ```js + * import url from 'node:url'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/url.js) + */ +declare module "url" { + import { Blob as NodeBlob } from "node:buffer"; + import { ClientRequestArgs } from "node:http"; + import { ParsedUrlQuery, ParsedUrlQueryInput } from "node:querystring"; + // Input to `url.format` + interface UrlObject { + auth?: string | null | undefined; + hash?: string | null | undefined; + host?: string | null | undefined; + hostname?: string | null | undefined; + href?: string | null | undefined; + pathname?: string | null | undefined; + protocol?: string | null | undefined; + search?: string | null | undefined; + slashes?: boolean | null | undefined; + port?: string | number | null | undefined; + query?: string | null | ParsedUrlQueryInput | undefined; + } + // Output of `url.parse` + interface Url { + auth: string | null; + hash: string | null; + host: string | null; + hostname: string | null; + href: string; + path: string | null; + pathname: string | null; + protocol: string | null; + search: string | null; + slashes: boolean | null; + port: string | null; + query: string | null | ParsedUrlQuery; + } + interface UrlWithParsedQuery extends Url { + query: ParsedUrlQuery; + } + interface UrlWithStringQuery extends Url { + query: string | null; + } + interface FileUrlToPathOptions { + /** + * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default. + * @default undefined + * @since v22.1.0 + */ + windows?: boolean | undefined; + } + interface PathToFileUrlOptions { + /** + * `true` if the `path` should be return as a windows filepath, `false` for posix, and `undefined` for the system default. + * @default undefined + * @since v22.1.0 + */ + windows?: boolean | undefined; + } + /** + * The `url.parse()` method takes a URL string, parses it, and returns a URL + * object. + * + * A `TypeError` is thrown if `urlString` is not a string. + * + * A `URIError` is thrown if the `auth` property is present but cannot be decoded. + * + * `url.parse()` uses a lenient, non-standard algorithm for parsing URL + * strings. It is prone to security issues such as [host name spoofing](https://hackerone.com/reports/678487) and incorrect handling of usernames and passwords. Do not use with untrusted + * input. CVEs are not issued for `url.parse()` vulnerabilities. Use the `WHATWG URL` API instead. + * @since v0.1.25 + * @deprecated Use the WHATWG URL API instead. + * @param urlString The URL string to parse. + * @param [parseQueryString=false] If `true`, the `query` property will always be set to an object returned by the {@link querystring} module's `parse()` method. If `false`, the `query` property + * on the returned URL object will be an unparsed, undecoded string. + * @param [slashesDenoteHost=false] If `true`, the first token after the literal string `//` and preceding the next `/` will be interpreted as the `host`. For instance, given `//foo/bar`, the + * result would be `{host: 'foo', pathname: '/bar'}` rather than `{pathname: '//foo/bar'}`. + */ + function parse(urlString: string): UrlWithStringQuery; + function parse( + urlString: string, + parseQueryString: false | undefined, + slashesDenoteHost?: boolean, + ): UrlWithStringQuery; + function parse(urlString: string, parseQueryString: true, slashesDenoteHost?: boolean): UrlWithParsedQuery; + function parse(urlString: string, parseQueryString: boolean, slashesDenoteHost?: boolean): Url; + /** + * The `url.format()` method returns a formatted URL string derived from `urlObject`. + * + * ```js + * import url from 'node:url'; + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json', + * }, + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//` will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`; + * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string + * and appended to `result` followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to `result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the + * `querystring` module's `stringify()` method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search` _does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: URL, options?: URLFormatOptions): string; + /** + * The `url.format()` method returns a formatted URL string derived from `urlObject`. + * + * ```js + * import url from 'node:url'; + * url.format({ + * protocol: 'https', + * hostname: 'example.com', + * pathname: '/some/path', + * query: { + * page: 1, + * format: 'json', + * }, + * }); + * + * // => 'https://example.com/some/path?page=1&format=json' + * ``` + * + * If `urlObject` is not an object or a string, `url.format()` will throw a `TypeError`. + * + * The formatting process operates as follows: + * + * * A new empty string `result` is created. + * * If `urlObject.protocol` is a string, it is appended as-is to `result`. + * * Otherwise, if `urlObject.protocol` is not `undefined` and is not a string, an `Error` is thrown. + * * For all string values of `urlObject.protocol` that _do not end_ with an ASCII + * colon (`:`) character, the literal string `:` will be appended to `result`. + * * If either of the following conditions is true, then the literal string `//` will be appended to `result`: + * * `urlObject.slashes` property is true; + * * `urlObject.protocol` begins with `http`, `https`, `ftp`, `gopher`, or `file`; + * * If the value of the `urlObject.auth` property is truthy, and either `urlObject.host` or `urlObject.hostname` are not `undefined`, the value of `urlObject.auth` will be coerced into a string + * and appended to `result` followed by the literal string `@`. + * * If the `urlObject.host` property is `undefined` then: + * * If the `urlObject.hostname` is a string, it is appended to `result`. + * * Otherwise, if `urlObject.hostname` is not `undefined` and is not a string, + * an `Error` is thrown. + * * If the `urlObject.port` property value is truthy, and `urlObject.hostname` is not `undefined`: + * * The literal string `:` is appended to `result`, and + * * The value of `urlObject.port` is coerced to a string and appended to `result`. + * * Otherwise, if the `urlObject.host` property value is truthy, the value of `urlObject.host` is coerced to a string and appended to `result`. + * * If the `urlObject.pathname` property is a string that is not an empty string: + * * If the `urlObject.pathname` _does not start_ with an ASCII forward slash + * (`/`), then the literal string `'/'` is appended to `result`. + * * The value of `urlObject.pathname` is appended to `result`. + * * Otherwise, if `urlObject.pathname` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.search` property is `undefined` and if the `urlObject.query`property is an `Object`, the literal string `?` is appended to `result` followed by the output of calling the + * `querystring` module's `stringify()` method passing the value of `urlObject.query`. + * * Otherwise, if `urlObject.search` is a string: + * * If the value of `urlObject.search` _does not start_ with the ASCII question + * mark (`?`) character, the literal string `?` is appended to `result`. + * * The value of `urlObject.search` is appended to `result`. + * * Otherwise, if `urlObject.search` is not `undefined` and is not a string, an `Error` is thrown. + * * If the `urlObject.hash` property is a string: + * * If the value of `urlObject.hash` _does not start_ with the ASCII hash (`#`) + * character, the literal string `#` is appended to `result`. + * * The value of `urlObject.hash` is appended to `result`. + * * Otherwise, if the `urlObject.hash` property is not `undefined` and is not a + * string, an `Error` is thrown. + * * `result` is returned. + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param urlObject A URL object (as returned by `url.parse()` or constructed otherwise). If a string, it is converted to an object by passing it to `url.parse()`. + */ + function format(urlObject: UrlObject | string): string; + /** + * The `url.resolve()` method resolves a target URL relative to a base URL in a + * manner similar to that of a web browser resolving an anchor tag. + * + * ```js + * import url from 'node:url'; + * url.resolve('/one/two/three', 'four'); // '/one/two/four' + * url.resolve('http://example.com/', '/one'); // 'http://example.com/one' + * url.resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * + * To achieve the same result using the WHATWG URL API: + * + * ```js + * function resolve(from, to) { + * const resolvedUrl = new URL(to, new URL(from, 'resolve://')); + * if (resolvedUrl.protocol === 'resolve:') { + * // `from` is a relative URL. + * const { pathname, search, hash } = resolvedUrl; + * return pathname + search + hash; + * } + * return resolvedUrl.toString(); + * } + * + * resolve('/one/two/three', 'four'); // '/one/two/four' + * resolve('http://example.com/', '/one'); // 'http://example.com/one' + * resolve('http://example.com/one', '/two'); // 'http://example.com/two' + * ``` + * @since v0.1.25 + * @legacy Use the WHATWG URL API instead. + * @param from The base URL to use if `to` is a relative URL. + * @param to The target URL to resolve. + */ + function resolve(from: string, to: string): string; + /** + * Returns the [Punycode](https://tools.ietf.org/html/rfc5891#section-4.4) ASCII serialization of the `domain`. If `domain` is an + * invalid domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToUnicode}. + * + * ```js + * import url from 'node:url'; + * + * console.log(url.domainToASCII('español.com')); + * // Prints xn--espaol-zwa.com + * console.log(url.domainToASCII('中文.com')); + * // Prints xn--fiq228c.com + * console.log(url.domainToASCII('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToASCII(domain: string): string; + /** + * Returns the Unicode serialization of the `domain`. If `domain` is an invalid + * domain, the empty string is returned. + * + * It performs the inverse operation to {@link domainToASCII}. + * + * ```js + * import url from 'node:url'; + * + * console.log(url.domainToUnicode('xn--espaol-zwa.com')); + * // Prints español.com + * console.log(url.domainToUnicode('xn--fiq228c.com')); + * // Prints 中文.com + * console.log(url.domainToUnicode('xn--iñvalid.com')); + * // Prints an empty string + * ``` + * @since v7.4.0, v6.13.0 + */ + function domainToUnicode(domain: string): string; + /** + * This function ensures the correct decodings of percent-encoded characters as + * well as ensuring a cross-platform valid absolute path string. + * + * ```js + * import { fileURLToPath } from 'node:url'; + * + * const __filename = fileURLToPath(import.meta.url); + * + * new URL('file:///C:/path/').pathname; // Incorrect: /C:/path/ + * fileURLToPath('file:///C:/path/'); // Correct: C:\path\ (Windows) + * + * new URL('file://nas/foo.txt').pathname; // Incorrect: /foo.txt + * fileURLToPath('file://nas/foo.txt'); // Correct: \\nas\foo.txt (Windows) + * + * new URL('file:///你好.txt').pathname; // Incorrect: /%E4%BD%A0%E5%A5%BD.txt + * fileURLToPath('file:///你好.txt'); // Correct: /你好.txt (POSIX) + * + * new URL('file:///hello world').pathname; // Incorrect: /hello%20world + * fileURLToPath('file:///hello world'); // Correct: /hello world (POSIX) + * ``` + * @since v10.12.0 + * @param url The file URL string or URL object to convert to a path. + * @return The fully-resolved platform-specific Node.js file path. + */ + function fileURLToPath(url: string | URL, options?: FileUrlToPathOptions): string; + /** + * This function ensures that `path` is resolved absolutely, and that the URL + * control characters are correctly encoded when converting into a File URL. + * + * ```js + * import { pathToFileURL } from 'node:url'; + * + * new URL('/foo#1', 'file:'); // Incorrect: file:///foo#1 + * pathToFileURL('/foo#1'); // Correct: file:///foo%231 (POSIX) + * + * new URL('/some/path%.c', 'file:'); // Incorrect: file:///some/path%.c + * pathToFileURL('/some/path%.c'); // Correct: file:///some/path%25.c (POSIX) + * ``` + * @since v10.12.0 + * @param path The path to convert to a File URL. + * @return The file URL object. + */ + function pathToFileURL(path: string, options?: PathToFileUrlOptions): URL; + /** + * This utility function converts a URL object into an ordinary options object as + * expected by the `http.request()` and `https.request()` APIs. + * + * ```js + * import { urlToHttpOptions } from 'node:url'; + * const myURL = new URL('https://a:b@測試?abc#foo'); + * + * console.log(urlToHttpOptions(myURL)); + * /* + * { + * protocol: 'https:', + * hostname: 'xn--g6w251d', + * hash: '#foo', + * search: '?abc', + * pathname: '/', + * path: '/?abc', + * href: 'https://a:b@xn--g6w251d/?abc#foo', + * auth: 'a:b' + * } + * + * ``` + * @since v15.7.0, v14.18.0 + * @param url The `WHATWG URL` object to convert to an options object. + * @return Options object + */ + function urlToHttpOptions(url: URL): ClientRequestArgs; + interface URLFormatOptions { + /** + * `true` if the serialized URL string should include the username and password, `false` otherwise. + * @default true + */ + auth?: boolean | undefined; + /** + * `true` if the serialized URL string should include the fragment, `false` otherwise. + * @default true + */ + fragment?: boolean | undefined; + /** + * `true` if the serialized URL string should include the search query, `false` otherwise. + * @default true + */ + search?: boolean | undefined; + /** + * `true` if Unicode characters appearing in the host component of the URL string should be encoded directly as opposed to + * being Punycode encoded. + * @default false + */ + unicode?: boolean | undefined; + } + /** + * Browser-compatible `URL` class, implemented by following the WHATWG URL + * Standard. [Examples of parsed URLs](https://url.spec.whatwg.org/#example-url-parsing) may be found in the Standard itself. + * The `URL` class is also available on the global object. + * + * In accordance with browser conventions, all properties of `URL` objects + * are implemented as getters and setters on the class prototype, rather than as + * data properties on the object itself. Thus, unlike `legacy urlObject`s, + * using the `delete` keyword on any properties of `URL` objects (e.g. `delete myURL.protocol`, `delete myURL.pathname`, etc) has no effect but will still + * return `true`. + * @since v7.0.0, v6.13.0 + */ + class URL { + /** + * Creates a `'blob:nodedata:...'` URL string that represents the given `Blob` object and can be used to retrieve the `Blob` later. + * + * ```js + * import { + * Blob, + * resolveObjectURL, + * } from 'node:buffer'; + * + * const blob = new Blob(['hello']); + * const id = URL.createObjectURL(blob); + * + * // later... + * + * const otherBlob = resolveObjectURL(id); + * console.log(otherBlob.size); + * ``` + * + * The data stored by the registered `Blob` will be retained in memory until `URL.revokeObjectURL()` is called to remove it. + * + * `Blob` objects are registered within the current thread. If using Worker + * Threads, `Blob` objects registered within one Worker will not be available + * to other workers or the main thread. + * @since v16.7.0 + * @experimental + */ + static createObjectURL(blob: NodeBlob): string; + /** + * Removes the stored `Blob` identified by the given ID. Attempting to revoke a + * ID that isn't registered will silently fail. + * @since v16.7.0 + * @experimental + * @param id A `'blob:nodedata:...` URL string returned by a prior call to `URL.createObjectURL()`. + */ + static revokeObjectURL(id: string): void; + /** + * Checks if an `input` relative to the `base` can be parsed to a `URL`. + * + * ```js + * const isValid = URL.canParse('/foo', 'https://example.org/'); // true + * + * const isNotValid = URL.canParse('/foo'); // false + * ``` + * @since v19.9.0 + * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is + * `converted to a string` first. + * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first. + */ + static canParse(input: string, base?: string): boolean; + /** + * Parses a string as a URL. If `base` is provided, it will be used as the base URL for the purpose of resolving non-absolute `input` URLs. + * Returns `null` if `input` is not a valid. + * @param input The absolute or relative input URL to parse. If `input` is relative, then `base` is required. If `input` is absolute, the `base` is ignored. If `input` is not a string, it is + * `converted to a string` first. + * @param base The base URL to resolve against if the `input` is not absolute. If `base` is not a string, it is `converted to a string` first. + * @since v22.1.0 + */ + static parse(input: string, base?: string): URL | null; + constructor(input: string | { toString: () => string }, base?: string | URL); + /** + * Gets and sets the fragment portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/foo#bar'); + * console.log(myURL.hash); + * // Prints #bar + * + * myURL.hash = 'baz'; + * console.log(myURL.href); + * // Prints https://example.org/foo#baz + * ``` + * + * Invalid URL characters included in the value assigned to the `hash` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + hash: string; + /** + * Gets and sets the host portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.host); + * // Prints example.org:81 + * + * myURL.host = 'example.com:82'; + * console.log(myURL.href); + * // Prints https://example.com:82/foo + * ``` + * + * Invalid host values assigned to the `host` property are ignored. + */ + host: string; + /** + * Gets and sets the host name portion of the URL. The key difference between`url.host` and `url.hostname` is that `url.hostname` does _not_ include the + * port. + * + * ```js + * const myURL = new URL('https://example.org:81/foo'); + * console.log(myURL.hostname); + * // Prints example.org + * + * // Setting the hostname does not change the port + * myURL.hostname = 'example.com'; + * console.log(myURL.href); + * // Prints https://example.com:81/foo + * + * // Use myURL.host to change the hostname and port + * myURL.host = 'example.org:82'; + * console.log(myURL.href); + * // Prints https://example.org:82/foo + * ``` + * + * Invalid host name values assigned to the `hostname` property are ignored. + */ + hostname: string; + /** + * Gets and sets the serialized URL. + * + * ```js + * const myURL = new URL('https://example.org/foo'); + * console.log(myURL.href); + * // Prints https://example.org/foo + * + * myURL.href = 'https://example.com/bar'; + * console.log(myURL.href); + * // Prints https://example.com/bar + * ``` + * + * Getting the value of the `href` property is equivalent to calling {@link toString}. + * + * Setting the value of this property to a new value is equivalent to creating a + * new `URL` object using `new URL(value)`. Each of the `URL` object's properties will be modified. + * + * If the value assigned to the `href` property is not a valid URL, a `TypeError` will be thrown. + */ + href: string; + /** + * Gets the read-only serialization of the URL's origin. + * + * ```js + * const myURL = new URL('https://example.org/foo/bar?baz'); + * console.log(myURL.origin); + * // Prints https://example.org + * ``` + * + * ```js + * const idnURL = new URL('https://測試'); + * console.log(idnURL.origin); + * // Prints https://xn--g6w251d + * + * console.log(idnURL.hostname); + * // Prints xn--g6w251d + * ``` + */ + readonly origin: string; + /** + * Gets and sets the password portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.password); + * // Prints xyz + * + * myURL.password = '123'; + * console.log(myURL.href); + * // Prints https://abc:123@example.com/ + * ``` + * + * Invalid URL characters included in the value assigned to the `password` property + * are `percent-encoded`. The selection of which characters to + * percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + password: string; + /** + * Gets and sets the path portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc/xyz?123'); + * console.log(myURL.pathname); + * // Prints /abc/xyz + * + * myURL.pathname = '/abcdef'; + * console.log(myURL.href); + * // Prints https://example.org/abcdef?123 + * ``` + * + * Invalid URL characters included in the value assigned to the `pathname` property are `percent-encoded`. The selection of which characters + * to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + pathname: string; + /** + * Gets and sets the port portion of the URL. + * + * The port value may be a number or a string containing a number in the range `0` to `65535` (inclusive). Setting the value to the default port of the `URL` objects given `protocol` will + * result in the `port` value becoming + * the empty string (`''`). + * + * The port value can be an empty string in which case the port depends on + * the protocol/scheme: + * + * + * + * Upon assigning a value to the port, the value will first be converted to a + * string using `.toString()`. + * + * If that string is invalid but it begins with a number, the leading number is + * assigned to `port`. + * If the number lies outside the range denoted above, it is ignored. + * + * ```js + * const myURL = new URL('https://example.org:8888'); + * console.log(myURL.port); + * // Prints 8888 + * + * // Default ports are automatically transformed to the empty string + * // (HTTPS protocol's default port is 443) + * myURL.port = '443'; + * console.log(myURL.port); + * // Prints the empty string + * console.log(myURL.href); + * // Prints https://example.org/ + * + * myURL.port = 1234; + * console.log(myURL.port); + * // Prints 1234 + * console.log(myURL.href); + * // Prints https://example.org:1234/ + * + * // Completely invalid port strings are ignored + * myURL.port = 'abcd'; + * console.log(myURL.port); + * // Prints 1234 + * + * // Leading numbers are treated as a port number + * myURL.port = '5678abcd'; + * console.log(myURL.port); + * // Prints 5678 + * + * // Non-integers are truncated + * myURL.port = 1234.5678; + * console.log(myURL.port); + * // Prints 1234 + * + * // Out-of-range numbers which are not represented in scientific notation + * // will be ignored. + * myURL.port = 1e10; // 10000000000, will be range-checked as described below + * console.log(myURL.port); + * // Prints 1234 + * ``` + * + * Numbers which contain a decimal point, + * such as floating-point numbers or numbers in scientific notation, + * are not an exception to this rule. + * Leading numbers up to the decimal point will be set as the URL's port, + * assuming they are valid: + * + * ```js + * myURL.port = 4.567e21; + * console.log(myURL.port); + * // Prints 4 (because it is the leading number in the string '4.567e21') + * ``` + */ + port: string; + /** + * Gets and sets the protocol portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org'); + * console.log(myURL.protocol); + * // Prints https: + * + * myURL.protocol = 'ftp'; + * console.log(myURL.href); + * // Prints ftp://example.org/ + * ``` + * + * Invalid URL protocol values assigned to the `protocol` property are ignored. + */ + protocol: string; + /** + * Gets and sets the serialized query portion of the URL. + * + * ```js + * const myURL = new URL('https://example.org/abc?123'); + * console.log(myURL.search); + * // Prints ?123 + * + * myURL.search = 'abc=xyz'; + * console.log(myURL.href); + * // Prints https://example.org/abc?abc=xyz + * ``` + * + * Any invalid URL characters appearing in the value assigned the `search` property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + search: string; + /** + * Gets the `URLSearchParams` object representing the query parameters of the + * URL. This property is read-only but the `URLSearchParams` object it provides + * can be used to mutate the URL instance; to replace the entirety of query + * parameters of the URL, use the {@link search} setter. See `URLSearchParams` documentation for details. + * + * Use care when using `.searchParams` to modify the `URL` because, + * per the WHATWG specification, the `URLSearchParams` object uses + * different rules to determine which characters to percent-encode. For + * instance, the `URL` object will not percent encode the ASCII tilde (`~`) + * character, while `URLSearchParams` will always encode it: + * + * ```js + * const myURL = new URL('https://example.org/abc?foo=~bar'); + * + * console.log(myURL.search); // prints ?foo=~bar + * + * // Modify the URL via searchParams... + * myURL.searchParams.sort(); + * + * console.log(myURL.search); // prints ?foo=%7Ebar + * ``` + */ + readonly searchParams: URLSearchParams; + /** + * Gets and sets the username portion of the URL. + * + * ```js + * const myURL = new URL('https://abc:xyz@example.com'); + * console.log(myURL.username); + * // Prints abc + * + * myURL.username = '123'; + * console.log(myURL.href); + * // Prints https://123:xyz@example.com/ + * ``` + * + * Any invalid URL characters appearing in the value assigned the `username` property will be `percent-encoded`. The selection of which + * characters to percent-encode may vary somewhat from what the {@link parse} and {@link format} methods would produce. + */ + username: string; + /** + * The `toString()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toJSON}. + */ + toString(): string; + /** + * The `toJSON()` method on the `URL` object returns the serialized URL. The + * value returned is equivalent to that of {@link href} and {@link toString}. + * + * This method is automatically called when an `URL` object is serialized + * with [`JSON.stringify()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify). + * + * ```js + * const myURLs = [ + * new URL('https://www.example.com'), + * new URL('https://test.example.org'), + * ]; + * console.log(JSON.stringify(myURLs)); + * // Prints ["https://www.example.com/","https://test.example.org/"] + * ``` + */ + toJSON(): string; + } + interface URLSearchParamsIterator extends NodeJS.Iterator { + [Symbol.iterator](): URLSearchParamsIterator; + } + /** + * The `URLSearchParams` API provides read and write access to the query of a `URL`. The `URLSearchParams` class can also be used standalone with one of the + * four following constructors. + * The `URLSearchParams` class is also available on the global object. + * + * The WHATWG `URLSearchParams` interface and the `querystring` module have + * similar purpose, but the purpose of the `querystring` module is more + * general, as it allows the customization of delimiter characters (`&` and `=`). + * On the other hand, this API is designed purely for URL query strings. + * + * ```js + * const myURL = new URL('https://example.org/?abc=123'); + * console.log(myURL.searchParams.get('abc')); + * // Prints 123 + * + * myURL.searchParams.append('abc', 'xyz'); + * console.log(myURL.href); + * // Prints https://example.org/?abc=123&abc=xyz + * + * myURL.searchParams.delete('abc'); + * myURL.searchParams.set('a', 'b'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * + * const newSearchParams = new URLSearchParams(myURL.searchParams); + * // The above is equivalent to + * // const newSearchParams = new URLSearchParams(myURL.search); + * + * newSearchParams.append('a', 'c'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b + * console.log(newSearchParams.toString()); + * // Prints a=b&a=c + * + * // newSearchParams.toString() is implicitly called + * myURL.search = newSearchParams; + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * newSearchParams.delete('a'); + * console.log(myURL.href); + * // Prints https://example.org/?a=b&a=c + * ``` + * @since v7.5.0, v6.13.0 + */ + class URLSearchParams implements Iterable<[string, string]> { + constructor( + init?: + | URLSearchParams + | string + | Record + | Iterable<[string, string]> + | ReadonlyArray<[string, string]>, + ); + /** + * Append a new name-value pair to the query string. + */ + append(name: string, value: string): void; + /** + * If `value` is provided, removes all name-value pairs + * where name is `name` and value is `value`. + * + * If `value` is not provided, removes all name-value pairs whose name is `name`. + */ + delete(name: string, value?: string): void; + /** + * Returns an ES6 `Iterator` over each of the name-value pairs in the query. + * Each item of the iterator is a JavaScript `Array`. The first item of the `Array` is the `name`, the second item of the `Array` is the `value`. + * + * Alias for `urlSearchParams[@@iterator]()`. + */ + entries(): URLSearchParamsIterator<[string, string]>; + /** + * Iterates over each name-value pair in the query and invokes the given function. + * + * ```js + * const myURL = new URL('https://example.org/?a=b&c=d'); + * myURL.searchParams.forEach((value, name, searchParams) => { + * console.log(name, value, myURL.searchParams === searchParams); + * }); + * // Prints: + * // a b true + * // c d true + * ``` + * @param fn Invoked for each name-value pair in the query + * @param thisArg To be used as `this` value for when `fn` is called + */ + forEach( + fn: (this: TThis, value: string, name: string, searchParams: URLSearchParams) => void, + thisArg?: TThis, + ): void; + /** + * Returns the value of the first name-value pair whose name is `name`. If there + * are no such pairs, `null` is returned. + * @return or `null` if there is no name-value pair with the given `name`. + */ + get(name: string): string | null; + /** + * Returns the values of all name-value pairs whose name is `name`. If there are + * no such pairs, an empty array is returned. + */ + getAll(name: string): string[]; + /** + * Checks if the `URLSearchParams` object contains key-value pair(s) based on `name` and an optional `value` argument. + * + * If `value` is provided, returns `true` when name-value pair with + * same `name` and `value` exists. + * + * If `value` is not provided, returns `true` if there is at least one name-value + * pair whose name is `name`. + */ + has(name: string, value?: string): boolean; + /** + * Returns an ES6 `Iterator` over the names of each name-value pair. + * + * ```js + * const params = new URLSearchParams('foo=bar&foo=baz'); + * for (const name of params.keys()) { + * console.log(name); + * } + * // Prints: + * // foo + * // foo + * ``` + */ + keys(): URLSearchParamsIterator; + /** + * Sets the value in the `URLSearchParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`, + * set the first such pair's value to `value` and remove all others. If not, + * append the name-value pair to the query string. + * + * ```js + * const params = new URLSearchParams(); + * params.append('foo', 'bar'); + * params.append('foo', 'baz'); + * params.append('abc', 'def'); + * console.log(params.toString()); + * // Prints foo=bar&foo=baz&abc=def + * + * params.set('foo', 'def'); + * params.set('xyz', 'opq'); + * console.log(params.toString()); + * // Prints foo=def&abc=def&xyz=opq + * ``` + */ + set(name: string, value: string): void; + /** + * The total number of parameter entries. + * @since v19.8.0 + */ + readonly size: number; + /** + * Sort all existing name-value pairs in-place by their names. Sorting is done + * with a [stable sorting algorithm](https://en.wikipedia.org/wiki/Sorting_algorithm#Stability), so relative order between name-value pairs + * with the same name is preserved. + * + * This method can be used, in particular, to increase cache hits. + * + * ```js + * const params = new URLSearchParams('query[]=abc&type=search&query[]=123'); + * params.sort(); + * console.log(params.toString()); + * // Prints query%5B%5D=abc&query%5B%5D=123&type=search + * ``` + * @since v7.7.0, v6.13.0 + */ + sort(): void; + /** + * Returns the search parameters serialized as a string, with characters + * percent-encoded where necessary. + */ + toString(): string; + /** + * Returns an ES6 `Iterator` over the values of each name-value pair. + */ + values(): URLSearchParamsIterator; + [Symbol.iterator](): URLSearchParamsIterator<[string, string]>; + } + import { URL as _URL, URLSearchParams as _URLSearchParams } from "url"; + global { + interface URLSearchParams extends _URLSearchParams {} + interface URL extends _URL {} + interface Global { + URL: typeof _URL; + URLSearchParams: typeof _URLSearchParams; + } + /** + * `URL` class is a global reference for `import { URL } from 'url'` + * https://nodejs.org/api/url.html#the-whatwg-url-api + * @since v10.0.0 + */ + var URL: typeof globalThis extends { + onmessage: any; + URL: infer T; + } ? T + : typeof _URL; + /** + * `URLSearchParams` class is a global reference for `import { URLSearchParams } from 'node:url'` + * https://nodejs.org/api/url.html#class-urlsearchparams + * @since v10.0.0 + */ + var URLSearchParams: typeof globalThis extends { + onmessage: any; + URLSearchParams: infer T; + } ? T + : typeof _URLSearchParams; + } +} +declare module "node:url" { + export * from "url"; +} diff --git a/server/node_modules/@types/node/util.d.ts b/server/node_modules/@types/node/util.d.ts new file mode 100644 index 000000000..f618378fb --- /dev/null +++ b/server/node_modules/@types/node/util.d.ts @@ -0,0 +1,2439 @@ +/** + * The `node:util` module supports the needs of Node.js internal APIs. Many of the + * utilities are useful for application and module developers as well. To access + * it: + * + * ```js + * import util from 'node:util'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/util.js) + */ +declare module "util" { + import * as types from "node:util/types"; + export interface InspectOptions { + /** + * If `true`, object's non-enumerable symbols and properties are included in the formatted result. + * `WeakMap` and `WeakSet` entries are also included as well as user defined prototype properties (excluding method properties). + * @default false + */ + showHidden?: boolean | undefined; + /** + * Specifies the number of times to recurse while formatting object. + * This is useful for inspecting large objects. + * To recurse up to the maximum call stack size pass `Infinity` or `null`. + * @default 2 + */ + depth?: number | null | undefined; + /** + * If `true`, the output is styled with ANSI color codes. Colors are customizable. + */ + colors?: boolean | undefined; + /** + * If `false`, `[util.inspect.custom](depth, opts, inspect)` functions are not invoked. + * @default true + */ + customInspect?: boolean | undefined; + /** + * If `true`, `Proxy` inspection includes the target and handler objects. + * @default false + */ + showProxy?: boolean | undefined; + /** + * Specifies the maximum number of `Array`, `TypedArray`, `WeakMap`, and `WeakSet` elements + * to include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no elements. + * @default 100 + */ + maxArrayLength?: number | null | undefined; + /** + * Specifies the maximum number of characters to + * include when formatting. Set to `null` or `Infinity` to show all elements. + * Set to `0` or negative to show no characters. + * @default 10000 + */ + maxStringLength?: number | null | undefined; + /** + * The length at which input values are split across multiple lines. + * Set to `Infinity` to format the input as a single line + * (in combination with `compact` set to `true` or any number >= `1`). + * @default 80 + */ + breakLength?: number | undefined; + /** + * Setting this to `false` causes each object key + * to be displayed on a new line. It will also add new lines to text that is + * longer than `breakLength`. If set to a number, the most `n` inner elements + * are united on a single line as long as all properties fit into + * `breakLength`. Short array elements are also grouped together. Note that no + * text will be reduced below 16 characters, no matter the `breakLength` size. + * For more information, see the example below. + * @default true + */ + compact?: boolean | number | undefined; + /** + * If set to `true` or a function, all properties of an object, and `Set` and `Map` + * entries are sorted in the resulting string. + * If set to `true` the default sort is used. + * If set to a function, it is used as a compare function. + */ + sorted?: boolean | ((a: string, b: string) => number) | undefined; + /** + * If set to `true`, getters are going to be + * inspected as well. If set to `'get'` only getters without setter are going + * to be inspected. If set to `'set'` only getters having a corresponding + * setter are going to be inspected. This might cause side effects depending on + * the getter function. + * @default false + */ + getters?: "get" | "set" | boolean | undefined; + /** + * If set to `true`, an underscore is used to separate every three digits in all bigints and numbers. + * @default false + */ + numericSeparator?: boolean | undefined; + } + export type Style = + | "special" + | "number" + | "bigint" + | "boolean" + | "undefined" + | "null" + | "string" + | "symbol" + | "date" + | "regexp" + | "module"; + export type CustomInspectFunction = (depth: number, options: InspectOptionsStylized) => any; // TODO: , inspect: inspect + export interface InspectOptionsStylized extends InspectOptions { + stylize(text: string, styleType: Style): string; + } + export interface CallSiteObject { + /** + * Returns the name of the function associated with this call site. + */ + functionName: string; + /** + * Returns the name of the resource that contains the script for the + * function for this call site. + */ + scriptName: string; + /** + * Returns the number, 1-based, of the line for the associate function call. + */ + lineNumber: number; + /** + * Returns the 1-based column offset on the line for the associated function call. + */ + column: number; + } + /** + * The `util.format()` method returns a formatted string using the first argument + * as a `printf`-like format string which can contain zero or more format + * specifiers. Each specifier is replaced with the converted value from the + * corresponding argument. Supported specifiers are: + * + * If a specifier does not have a corresponding argument, it is not replaced: + * + * ```js + * util.format('%s:%s', 'foo'); + * // Returns: 'foo:%s' + * ``` + * + * Values that are not part of the format string are formatted using `util.inspect()` if their type is not `string`. + * + * If there are more arguments passed to the `util.format()` method than the + * number of specifiers, the extra arguments are concatenated to the returned + * string, separated by spaces: + * + * ```js + * util.format('%s:%s', 'foo', 'bar', 'baz'); + * // Returns: 'foo:bar baz' + * ``` + * + * If the first argument does not contain a valid format specifier, `util.format()` returns a string that is the concatenation of all arguments separated by spaces: + * + * ```js + * util.format(1, 2, 3); + * // Returns: '1 2 3' + * ``` + * + * If only one argument is passed to `util.format()`, it is returned as it is + * without any formatting: + * + * ```js + * util.format('%% %s'); + * // Returns: '%% %s' + * ``` + * + * `util.format()` is a synchronous method that is intended as a debugging tool. + * Some input values can have a significant performance overhead that can block the + * event loop. Use this function with care and never in a hot code path. + * @since v0.5.3 + * @param format A `printf`-like format string. + */ + export function format(format?: any, ...param: any[]): string; + /** + * This function is identical to {@link format}, except in that it takes + * an `inspectOptions` argument which specifies options that are passed along to {@link inspect}. + * + * ```js + * util.formatWithOptions({ colors: true }, 'See object %O', { foo: 42 }); + * // Returns 'See object { foo: 42 }', where `42` is colored as a number + * // when printed to a terminal. + * ``` + * @since v10.0.0 + */ + export function formatWithOptions(inspectOptions: InspectOptions, format?: any, ...param: any[]): string; + interface GetCallSitesOptions { + /** + * Reconstruct the original location in the stacktrace from the source-map. + * Enabled by default with the flag `--enable-source-maps`. + */ + sourceMap?: boolean | undefined; + } + /** + * Returns an array of call site objects containing the stack of + * the caller function. + * + * ```js + * const util = require('node:util'); + * + * function exampleFunction() { + * const callSites = util.getCallSites(); + * + * console.log('Call Sites:'); + * callSites.forEach((callSite, index) => { + * console.log(`CallSite ${index + 1}:`); + * console.log(`Function Name: ${callSite.functionName}`); + * console.log(`Script Name: ${callSite.scriptName}`); + * console.log(`Line Number: ${callSite.lineNumber}`); + * console.log(`Column Number: ${callSite.column}`); + * }); + * // CallSite 1: + * // Function Name: exampleFunction + * // Script Name: /home/example.js + * // Line Number: 5 + * // Column Number: 26 + * + * // CallSite 2: + * // Function Name: anotherFunction + * // Script Name: /home/example.js + * // Line Number: 22 + * // Column Number: 3 + * + * // ... + * } + * + * // A function to simulate another stack layer + * function anotherFunction() { + * exampleFunction(); + * } + * + * anotherFunction(); + * ``` + * + * It is possible to reconstruct the original locations by setting the option `sourceMap` to `true`. + * If the source map is not available, the original location will be the same as the current location. + * When the `--enable-source-maps` flag is enabled, for example when using `--experimental-transform-types`, + * `sourceMap` will be true by default. + * + * ```ts + * import util from 'node:util'; + * + * interface Foo { + * foo: string; + * } + * + * const callSites = util.getCallSites({ sourceMap: true }); + * + * // With sourceMap: + * // Function Name: '' + * // Script Name: example.js + * // Line Number: 7 + * // Column Number: 26 + * + * // Without sourceMap: + * // Function Name: '' + * // Script Name: example.js + * // Line Number: 2 + * // Column Number: 26 + * ``` + * @param frameCount Number of frames to capture as call site objects. + * **Default:** `10`. Allowable range is between 1 and 200. + * @return An array of call site objects + * @since v22.9.0 + */ + export function getCallSites(frameCount?: number, options?: GetCallSitesOptions): CallSiteObject[]; + export function getCallSites(options: GetCallSitesOptions): CallSiteObject[]; + /** + * Returns the string name for a numeric error code that comes from a Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const name = util.getSystemErrorName(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v9.7.0 + */ + export function getSystemErrorName(err: number): string; + /** + * Returns a Map of all system error codes available from the Node.js API. + * The mapping between error codes and error names is platform-dependent. + * See `Common System Errors` for the names of common errors. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const errorMap = util.getSystemErrorMap(); + * const name = errorMap.get(err.errno); + * console.error(name); // ENOENT + * }); + * ``` + * @since v16.0.0, v14.17.0 + */ + export function getSystemErrorMap(): Map; + /** + * Returns the string message for a numeric error code that comes from a Node.js + * API. + * The mapping between error codes and string messages is platform-dependent. + * + * ```js + * fs.access('file/that/does/not/exist', (err) => { + * const name = util.getSystemErrorMessage(err.errno); + * console.error(name); // no such file or directory + * }); + * ``` + * @since v22.12.0 + */ + export function getSystemErrorMessage(err: number): string; + /** + * The `util.log()` method prints the given `string` to `stdout` with an included + * timestamp. + * + * ```js + * import util from 'node:util'; + * + * util.log('Timestamped message.'); + * ``` + * @since v0.3.0 + * @deprecated Since v6.0.0 - Use a third party module instead. + */ + export function log(string: string): void; + /** + * Returns the `string` after replacing any surrogate code points + * (or equivalently, any unpaired surrogate code units) with the + * Unicode "replacement character" U+FFFD. + * @since v16.8.0, v14.18.0 + */ + export function toUSVString(string: string): string; + /** + * Creates and returns an `AbortController` instance whose `AbortSignal` is marked + * as transferable and can be used with `structuredClone()` or `postMessage()`. + * @since v18.11.0 + * @experimental + * @returns A transferable AbortController + */ + export function transferableAbortController(): AbortController; + /** + * Marks the given `AbortSignal` as transferable so that it can be used with`structuredClone()` and `postMessage()`. + * + * ```js + * const signal = transferableAbortSignal(AbortSignal.timeout(100)); + * const channel = new MessageChannel(); + * channel.port2.postMessage(signal, [signal]); + * ``` + * @since v18.11.0 + * @experimental + * @param signal The AbortSignal + * @returns The same AbortSignal + */ + export function transferableAbortSignal(signal: AbortSignal): AbortSignal; + /** + * Listens to abort event on the provided `signal` and returns a promise that resolves when the `signal` is aborted. + * If `resource` is provided, it weakly references the operation's associated object, + * so if `resource` is garbage collected before the `signal` aborts, + * then returned promise shall remain pending. + * This prevents memory leaks in long-running or non-cancelable operations. + * + * ```js + * import { aborted } from 'node:util'; + * + * // Obtain an object with an abortable signal, like a custom resource or operation. + * const dependent = obtainSomethingAbortable(); + * + * // Pass `dependent` as the resource, indicating the promise should only resolve + * // if `dependent` is still in memory when the signal is aborted. + * aborted(dependent.signal, dependent).then(() => { + * // This code runs when `dependent` is aborted. + * console.log('Dependent resource was aborted.'); + * }); + * + * // Simulate an event that triggers the abort. + * dependent.on('event', () => { + * dependent.abort(); // This will cause the `aborted` promise to resolve. + * }); + * ``` + * @since v19.7.0 + * @experimental + * @param resource Any non-null object tied to the abortable operation and held weakly. + * If `resource` is garbage collected before the `signal` aborts, the promise remains pending, + * allowing Node.js to stop tracking it. + * This helps prevent memory leaks in long-running or non-cancelable operations. + */ + export function aborted(signal: AbortSignal, resource: any): Promise; + /** + * The `util.inspect()` method returns a string representation of `object` that is + * intended for debugging. The output of `util.inspect` may change at any time + * and should not be depended upon programmatically. Additional `options` may be + * passed that alter the result. `util.inspect()` will use the constructor's name and/or `@@toStringTag` to make + * an identifiable tag for an inspected value. + * + * ```js + * class Foo { + * get [Symbol.toStringTag]() { + * return 'bar'; + * } + * } + * + * class Bar {} + * + * const baz = Object.create(null, { [Symbol.toStringTag]: { value: 'foo' } }); + * + * util.inspect(new Foo()); // 'Foo [bar] {}' + * util.inspect(new Bar()); // 'Bar {}' + * util.inspect(baz); // '[foo] {}' + * ``` + * + * Circular references point to their anchor by using a reference index: + * + * ```js + * import { inspect } from 'node:util'; + * + * const obj = {}; + * obj.a = [obj]; + * obj.b = {}; + * obj.b.inner = obj.b; + * obj.b.obj = obj; + * + * console.log(inspect(obj)); + * // { + * // a: [ [Circular *1] ], + * // b: { inner: [Circular *2], obj: [Circular *1] } + * // } + * ``` + * + * The following example inspects all properties of the `util` object: + * + * ```js + * import util from 'node:util'; + * + * console.log(util.inspect(util, { showHidden: true, depth: null })); + * ``` + * + * The following example highlights the effect of the `compact` option: + * + * ```js + * import util from 'node:util'; + * + * const o = { + * a: [1, 2, [[ + * 'Lorem ipsum dolor sit amet,\nconsectetur adipiscing elit, sed do ' + + * 'eiusmod \ntempor incididunt ut labore et dolore magna aliqua.', + * 'test', + * 'foo']], 4], + * b: new Map([['za', 1], ['zb', 'test']]), + * }; + * console.log(util.inspect(o, { compact: true, depth: 5, breakLength: 80 })); + * + * // { a: + * // [ 1, + * // 2, + * // [ [ 'Lorem ipsum dolor sit amet,\nconsectetur [...]', // A long line + * // 'test', + * // 'foo' ] ], + * // 4 ], + * // b: Map(2) { 'za' => 1, 'zb' => 'test' } } + * + * // Setting `compact` to false or an integer creates more reader friendly output. + * console.log(util.inspect(o, { compact: false, depth: 5, breakLength: 80 })); + * + * // { + * // a: [ + * // 1, + * // 2, + * // [ + * // [ + * // 'Lorem ipsum dolor sit amet,\n' + + * // 'consectetur adipiscing elit, sed do eiusmod \n' + + * // 'tempor incididunt ut labore et dolore magna aliqua.', + * // 'test', + * // 'foo' + * // ] + * // ], + * // 4 + * // ], + * // b: Map(2) { + * // 'za' => 1, + * // 'zb' => 'test' + * // } + * // } + * + * // Setting `breakLength` to e.g. 150 will print the "Lorem ipsum" text in a + * // single line. + * ``` + * + * The `showHidden` option allows [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) and + * [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries to be + * inspected. If there are more entries than `maxArrayLength`, there is no + * guarantee which entries are displayed. That means retrieving the same [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) entries twice may + * result in different output. Furthermore, entries + * with no remaining strong references may be garbage collected at any time. + * + * ```js + * import { inspect } from 'node:util'; + * + * const obj = { a: 1 }; + * const obj2 = { b: 2 }; + * const weakSet = new WeakSet([obj, obj2]); + * + * console.log(inspect(weakSet, { showHidden: true })); + * // WeakSet { { a: 1 }, { b: 2 } } + * ``` + * + * The `sorted` option ensures that an object's property insertion order does not + * impact the result of `util.inspect()`. + * + * ```js + * import { inspect } from 'node:util'; + * import assert from 'node:assert'; + * + * const o1 = { + * b: [2, 3, 1], + * a: '`a` comes before `b`', + * c: new Set([2, 3, 1]), + * }; + * console.log(inspect(o1, { sorted: true })); + * // { a: '`a` comes before `b`', b: [ 2, 3, 1 ], c: Set(3) { 1, 2, 3 } } + * console.log(inspect(o1, { sorted: (a, b) => b.localeCompare(a) })); + * // { c: Set(3) { 3, 2, 1 }, b: [ 2, 3, 1 ], a: '`a` comes before `b`' } + * + * const o2 = { + * c: new Set([2, 1, 3]), + * a: '`a` comes before `b`', + * b: [2, 3, 1], + * }; + * assert.strict.equal( + * inspect(o1, { sorted: true }), + * inspect(o2, { sorted: true }), + * ); + * ``` + * + * The `numericSeparator` option adds an underscore every three digits to all + * numbers. + * + * ```js + * import { inspect } from 'node:util'; + * + * const thousand = 1_000; + * const million = 1_000_000; + * const bigNumber = 123_456_789n; + * const bigDecimal = 1_234.123_45; + * + * console.log(inspect(thousand, { numericSeparator: true })); + * // 1_000 + * console.log(inspect(million, { numericSeparator: true })); + * // 1_000_000 + * console.log(inspect(bigNumber, { numericSeparator: true })); + * // 123_456_789n + * console.log(inspect(bigDecimal, { numericSeparator: true })); + * // 1_234.123_45 + * ``` + * + * `util.inspect()` is a synchronous method intended for debugging. Its maximum + * output length is approximately 128 MiB. Inputs that result in longer output will + * be truncated. + * @since v0.3.0 + * @param object Any JavaScript primitive or `Object`. + * @return The representation of `object`. + */ + export function inspect(object: any, showHidden?: boolean, depth?: number | null, color?: boolean): string; + export function inspect(object: any, options?: InspectOptions): string; + export namespace inspect { + let colors: NodeJS.Dict<[number, number]>; + let styles: { + [K in Style]: string; + }; + let defaultOptions: InspectOptions; + /** + * Allows changing inspect settings from the repl. + */ + let replDefaults: InspectOptions; + /** + * That can be used to declare custom inspect functions. + */ + const custom: unique symbol; + } + /** + * Alias for [`Array.isArray()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/isArray). + * + * Returns `true` if the given `object` is an `Array`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isArray([]); + * // Returns: true + * util.isArray(new Array()); + * // Returns: true + * util.isArray({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use `isArray` instead. + */ + export function isArray(object: unknown): object is unknown[]; + /** + * Returns `true` if the given `object` is a `RegExp`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isRegExp(/some regexp/); + * // Returns: true + * util.isRegExp(new RegExp('another regexp')); + * // Returns: true + * util.isRegExp({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Deprecated + */ + export function isRegExp(object: unknown): object is RegExp; + /** + * Returns `true` if the given `object` is a `Date`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isDate(new Date()); + * // Returns: true + * util.isDate(Date()); + * // false (without 'new' returns a String) + * util.isDate({}); + * // Returns: false + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use {@link types.isDate} instead. + */ + export function isDate(object: unknown): object is Date; + /** + * Returns `true` if the given `object` is an `Error`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isError(new Error()); + * // Returns: true + * util.isError(new TypeError()); + * // Returns: true + * util.isError({ name: 'Error', message: 'an error occurred' }); + * // Returns: false + * ``` + * + * This method relies on `Object.prototype.toString()` behavior. It is + * possible to obtain an incorrect result when the `object` argument manipulates `@@toStringTag`. + * + * ```js + * import util from 'node:util'; + * const obj = { name: 'Error', message: 'an error occurred' }; + * + * util.isError(obj); + * // Returns: false + * obj[Symbol.toStringTag] = 'Error'; + * util.isError(obj); + * // Returns: true + * ``` + * @since v0.6.0 + * @deprecated Since v4.0.0 - Use {@link types.isNativeError} instead. + */ + export function isError(object: unknown): object is Error; + /** + * Usage of `util.inherits()` is discouraged. Please use the ES6 `class` and `extends` keywords to get language level inheritance support. Also note + * that the two styles are [semantically incompatible](https://github.com/nodejs/node/issues/4179). + * + * Inherit the prototype methods from one [constructor](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/constructor) into another. The + * prototype of `constructor` will be set to a new object created from `superConstructor`. + * + * This mainly adds some input validation on top of`Object.setPrototypeOf(constructor.prototype, superConstructor.prototype)`. + * As an additional convenience, `superConstructor` will be accessible + * through the `constructor.super_` property. + * + * ```js + * import util from 'node:util'; + * import EventEmitter from 'node:events'; + * + * function MyStream() { + * EventEmitter.call(this); + * } + * + * util.inherits(MyStream, EventEmitter); + * + * MyStream.prototype.write = function(data) { + * this.emit('data', data); + * }; + * + * const stream = new MyStream(); + * + * console.log(stream instanceof EventEmitter); // true + * console.log(MyStream.super_ === EventEmitter); // true + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('It works!'); // Received data: "It works!" + * ``` + * + * ES6 example using `class` and `extends`: + * + * ```js + * import EventEmitter from 'node:events'; + * + * class MyStream extends EventEmitter { + * write(data) { + * this.emit('data', data); + * } + * } + * + * const stream = new MyStream(); + * + * stream.on('data', (data) => { + * console.log(`Received data: "${data}"`); + * }); + * stream.write('With ES6'); + * ``` + * @since v0.3.0 + * @legacy Use ES2015 class syntax and `extends` keyword instead. + */ + export function inherits(constructor: unknown, superConstructor: unknown): void; + export type DebugLoggerFunction = (msg: string, ...param: unknown[]) => void; + export interface DebugLogger extends DebugLoggerFunction { + enabled: boolean; + } + /** + * The `util.debuglog()` method is used to create a function that conditionally + * writes debug messages to `stderr` based on the existence of the `NODE_DEBUG`environment variable. If the `section` name appears within the value of that + * environment variable, then the returned function operates similar to `console.error()`. If not, then the returned function is a no-op. + * + * ```js + * import util from 'node:util'; + * const debuglog = util.debuglog('foo'); + * + * debuglog('hello from foo [%d]', 123); + * ``` + * + * If this program is run with `NODE_DEBUG=foo` in the environment, then + * it will output something like: + * + * ```console + * FOO 3245: hello from foo [123] + * ``` + * + * where `3245` is the process id. If it is not run with that + * environment variable set, then it will not print anything. + * + * The `section` supports wildcard also: + * + * ```js + * import util from 'node:util'; + * const debuglog = util.debuglog('foo-bar'); + * + * debuglog('hi there, it\'s foo-bar [%d]', 2333); + * ``` + * + * if it is run with `NODE_DEBUG=foo*` in the environment, then it will output + * something like: + * + * ```console + * FOO-BAR 3257: hi there, it's foo-bar [2333] + * ``` + * + * Multiple comma-separated `section` names may be specified in the `NODE_DEBUG`environment variable: `NODE_DEBUG=fs,net,tls`. + * + * The optional `callback` argument can be used to replace the logging function + * with a different function that doesn't have any initialization or + * unnecessary wrapping. + * + * ```js + * import util from 'node:util'; + * let debuglog = util.debuglog('internals', (debug) => { + * // Replace with a logging function that optimizes out + * // testing if the section is enabled + * debuglog = debug; + * }); + * ``` + * @since v0.11.3 + * @param section A string identifying the portion of the application for which the `debuglog` function is being created. + * @param callback A callback invoked the first time the logging function is called with a function argument that is a more optimized logging function. + * @return The logging function + */ + export function debuglog(section: string, callback?: (fn: DebugLoggerFunction) => void): DebugLogger; + export const debug: typeof debuglog; + /** + * Returns `true` if the given `object` is a `Boolean`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isBoolean(1); + * // Returns: false + * util.isBoolean(0); + * // Returns: false + * util.isBoolean(false); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'boolean'` instead. + */ + export function isBoolean(object: unknown): object is boolean; + /** + * Returns `true` if the given `object` is a `Buffer`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isBuffer({ length: 0 }); + * // Returns: false + * util.isBuffer([]); + * // Returns: false + * util.isBuffer(Buffer.from('hello world')); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `isBuffer` instead. + */ + export function isBuffer(object: unknown): object is Buffer; + /** + * Returns `true` if the given `object` is a `Function`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * function Foo() {} + * const Bar = () => {}; + * + * util.isFunction({}); + * // Returns: false + * util.isFunction(Foo); + * // Returns: true + * util.isFunction(Bar); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'function'` instead. + */ + export function isFunction(object: unknown): boolean; + /** + * Returns `true` if the given `object` is strictly `null`. Otherwise, returns`false`. + * + * ```js + * import util from 'node:util'; + * + * util.isNull(0); + * // Returns: false + * util.isNull(undefined); + * // Returns: false + * util.isNull(null); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === null` instead. + */ + export function isNull(object: unknown): object is null; + /** + * Returns `true` if the given `object` is `null` or `undefined`. Otherwise, + * returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isNullOrUndefined(0); + * // Returns: false + * util.isNullOrUndefined(undefined); + * // Returns: true + * util.isNullOrUndefined(null); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === undefined || value === null` instead. + */ + export function isNullOrUndefined(object: unknown): object is null | undefined; + /** + * Returns `true` if the given `object` is a `Number`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isNumber(false); + * // Returns: false + * util.isNumber(Infinity); + * // Returns: true + * util.isNumber(0); + * // Returns: true + * util.isNumber(NaN); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'number'` instead. + */ + export function isNumber(object: unknown): object is number; + /** + * Returns `true` if the given `object` is strictly an `Object`**and** not a`Function` (even though functions are objects in JavaScript). + * Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isObject(5); + * // Returns: false + * util.isObject(null); + * // Returns: false + * util.isObject({}); + * // Returns: true + * util.isObject(() => {}); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value !== null && typeof value === 'object'` instead. + */ + export function isObject(object: unknown): boolean; + /** + * Returns `true` if the given `object` is a primitive type. Otherwise, returns`false`. + * + * ```js + * import util from 'node:util'; + * + * util.isPrimitive(5); + * // Returns: true + * util.isPrimitive('foo'); + * // Returns: true + * util.isPrimitive(false); + * // Returns: true + * util.isPrimitive(null); + * // Returns: true + * util.isPrimitive(undefined); + * // Returns: true + * util.isPrimitive({}); + * // Returns: false + * util.isPrimitive(() => {}); + * // Returns: false + * util.isPrimitive(/^$/); + * // Returns: false + * util.isPrimitive(new Date()); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `(typeof value !== 'object' && typeof value !== 'function') || value === null` instead. + */ + export function isPrimitive(object: unknown): boolean; + /** + * Returns `true` if the given `object` is a `string`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isString(''); + * // Returns: true + * util.isString('foo'); + * // Returns: true + * util.isString(String('foo')); + * // Returns: true + * util.isString(5); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'string'` instead. + */ + export function isString(object: unknown): object is string; + /** + * Returns `true` if the given `object` is a `Symbol`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * util.isSymbol(5); + * // Returns: false + * util.isSymbol('foo'); + * // Returns: false + * util.isSymbol(Symbol('foo')); + * // Returns: true + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `typeof value === 'symbol'` instead. + */ + export function isSymbol(object: unknown): object is symbol; + /** + * Returns `true` if the given `object` is `undefined`. Otherwise, returns `false`. + * + * ```js + * import util from 'node:util'; + * + * const foo = undefined; + * util.isUndefined(5); + * // Returns: false + * util.isUndefined(foo); + * // Returns: true + * util.isUndefined(null); + * // Returns: false + * ``` + * @since v0.11.5 + * @deprecated Since v4.0.0 - Use `value === undefined` instead. + */ + export function isUndefined(object: unknown): object is undefined; + /** + * The `util.deprecate()` method wraps `fn` (which may be a function or class) in + * such a way that it is marked as deprecated. + * + * ```js + * import util from 'node:util'; + * + * exports.obsoleteFunction = util.deprecate(() => { + * // Do something here. + * }, 'obsoleteFunction() is deprecated. Use newShinyFunction() instead.'); + * ``` + * + * When called, `util.deprecate()` will return a function that will emit a `DeprecationWarning` using the `'warning'` event. The warning will + * be emitted and printed to `stderr` the first time the returned function is + * called. After the warning is emitted, the wrapped function is called without + * emitting a warning. + * + * If the same optional `code` is supplied in multiple calls to `util.deprecate()`, + * the warning will be emitted only once for that `code`. + * + * ```js + * import util from 'node:util'; + * + * const fn1 = util.deprecate(someFunction, someMessage, 'DEP0001'); + * const fn2 = util.deprecate(someOtherFunction, someOtherMessage, 'DEP0001'); + * fn1(); // Emits a deprecation warning with code DEP0001 + * fn2(); // Does not emit a deprecation warning because it has the same code + * ``` + * + * If either the `--no-deprecation` or `--no-warnings` command-line flags are + * used, or if the `process.noDeprecation` property is set to `true`_prior_ to + * the first deprecation warning, the `util.deprecate()` method does nothing. + * + * If the `--trace-deprecation` or `--trace-warnings` command-line flags are set, + * or the `process.traceDeprecation` property is set to `true`, a warning and a + * stack trace are printed to `stderr` the first time the deprecated function is + * called. + * + * If the `--throw-deprecation` command-line flag is set, or the `process.throwDeprecation` property is set to `true`, then an exception will be + * thrown when the deprecated function is called. + * + * The `--throw-deprecation` command-line flag and `process.throwDeprecation` property take precedence over `--trace-deprecation` and `process.traceDeprecation`. + * @since v0.8.0 + * @param fn The function that is being deprecated. + * @param msg A warning message to display when the deprecated function is invoked. + * @param code A deprecation code. See the `list of deprecated APIs` for a list of codes. + * @return The deprecated function wrapped to emit a warning. + */ + export function deprecate(fn: T, msg: string, code?: string): T; + /** + * Returns `true` if there is deep strict equality between `val1` and `val2`. + * Otherwise, returns `false`. + * + * See `assert.deepStrictEqual()` for more information about deep strict + * equality. + * @since v9.0.0 + */ + export function isDeepStrictEqual(val1: unknown, val2: unknown): boolean; + /** + * Returns `str` with any ANSI escape codes removed. + * + * ```js + * console.log(util.stripVTControlCharacters('\u001B[4mvalue\u001B[0m')); + * // Prints "value" + * ``` + * @since v16.11.0 + */ + export function stripVTControlCharacters(str: string): string; + /** + * Takes an `async` function (or a function that returns a `Promise`) and returns a + * function following the error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument. In the callback, the + * first argument will be the rejection reason (or `null` if the `Promise` resolved), and the second argument will be the resolved value. + * + * ```js + * import util from 'node:util'; + * + * async function fn() { + * return 'hello world'; + * } + * const callbackFunction = util.callbackify(fn); + * + * callbackFunction((err, ret) => { + * if (err) throw err; + * console.log(ret); + * }); + * ``` + * + * Will print: + * + * ```text + * hello world + * ``` + * + * The callback is executed asynchronously, and will have a limited stack trace. + * If the callback throws, the process will emit an `'uncaughtException'` event, and if not handled will exit. + * + * Since `null` has a special meaning as the first argument to a callback, if a + * wrapped function rejects a `Promise` with a falsy value as a reason, the value + * is wrapped in an `Error` with the original value stored in a field named `reason`. + * + * ```js + * function fn() { + * return Promise.reject(null); + * } + * const callbackFunction = util.callbackify(fn); + * + * callbackFunction((err, ret) => { + * // When the Promise was rejected with `null` it is wrapped with an Error and + * // the original value is stored in `reason`. + * err && Object.hasOwn(err, 'reason') && err.reason === null; // true + * }); + * ``` + * @since v8.2.0 + * @param fn An `async` function + * @return a callback style function + */ + export function callbackify(fn: () => Promise): (callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: () => Promise, + ): (callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1) => Promise, + ): (arg1: T1, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1) => Promise, + ): (arg1: T1, callback: (err: NodeJS.ErrnoException, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2) => Promise, + ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2) => Promise, + ): (arg1: T1, arg2: T2, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, callback: (err: NodeJS.ErrnoException | null, result: TResult) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: NodeJS.ErrnoException) => void) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + arg6: T6, + callback: (err: NodeJS.ErrnoException) => void, + ) => void; + export function callbackify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => Promise, + ): ( + arg1: T1, + arg2: T2, + arg3: T3, + arg4: T4, + arg5: T5, + arg6: T6, + callback: (err: NodeJS.ErrnoException | null, result: TResult) => void, + ) => void; + export interface CustomPromisifyLegacy extends Function { + __promisify__: TCustom; + } + export interface CustomPromisifySymbol extends Function { + [promisify.custom]: TCustom; + } + export type CustomPromisify = + | CustomPromisifySymbol + | CustomPromisifyLegacy; + /** + * Takes a function following the common error-first callback style, i.e. taking + * an `(err, value) => ...` callback as the last argument, and returns a version + * that returns promises. + * + * ```js + * import util from 'node:util'; + * import fs from 'node:fs'; + * + * const stat = util.promisify(fs.stat); + * stat('.').then((stats) => { + * // Do something with `stats` + * }).catch((error) => { + * // Handle the error. + * }); + * ``` + * + * Or, equivalently using `async function`s: + * + * ```js + * import util from 'node:util'; + * import fs from 'node:fs'; + * + * const stat = util.promisify(fs.stat); + * + * async function callStat() { + * const stats = await stat('.'); + * console.log(`This directory is owned by ${stats.uid}`); + * } + * + * callStat(); + * ``` + * + * If there is an `original[util.promisify.custom]` property present, `promisify` will return its value, see `Custom promisified functions`. + * + * `promisify()` assumes that `original` is a function taking a callback as its + * final argument in all cases. If `original` is not a function, `promisify()` will throw an error. If `original` is a function but its last argument is not + * an error-first callback, it will still be passed an error-first + * callback as its last argument. + * + * Using `promisify()` on class methods or other methods that use `this` may not + * work as expected unless handled specially: + * + * ```js + * import util from 'node:util'; + * + * class Foo { + * constructor() { + * this.a = 42; + * } + * + * bar(callback) { + * callback(null, this.a); + * } + * } + * + * const foo = new Foo(); + * + * const naiveBar = util.promisify(foo.bar); + * // TypeError: Cannot read property 'a' of undefined + * // naiveBar().then(a => console.log(a)); + * + * naiveBar.call(foo).then((a) => console.log(a)); // '42' + * + * const bindBar = naiveBar.bind(foo); + * bindBar().then((a) => console.log(a)); // '42' + * ``` + * @since v8.0.0 + */ + export function promisify(fn: CustomPromisify): TCustom; + export function promisify( + fn: (callback: (err: any, result: TResult) => void) => void, + ): () => Promise; + export function promisify(fn: (callback: (err?: any) => void) => void): () => Promise; + export function promisify( + fn: (arg1: T1, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1) => Promise; + export function promisify(fn: (arg1: T1, callback: (err?: any) => void) => void): (arg1: T1) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err: any, result: TResult) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify( + fn: (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, callback: (err?: any) => void) => void, + ): (arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => Promise; + export function promisify(fn: Function): Function; + export namespace promisify { + /** + * That can be used to declare custom promisified variants of functions. + */ + const custom: unique symbol; + } + /** + * Stability: 1.1 - Active development + * Given an example `.env` file: + * + * ```js + * import { parseEnv } from 'node:util'; + * + * parseEnv('HELLO=world\nHELLO=oh my\n'); + * // Returns: { HELLO: 'oh my' } + * ``` + * @param content The raw contents of a `.env` file. + * @since v20.12.0 + */ + export function parseEnv(content: string): object; + // https://nodejs.org/docs/latest/api/util.html#foreground-colors + type ForegroundColors = + | "black" + | "blackBright" + | "blue" + | "blueBright" + | "cyan" + | "cyanBright" + | "gray" + | "green" + | "greenBright" + | "grey" + | "magenta" + | "magentaBright" + | "red" + | "redBright" + | "white" + | "whiteBright" + | "yellow" + | "yellowBright"; + // https://nodejs.org/docs/latest/api/util.html#background-colors + type BackgroundColors = + | "bgBlack" + | "bgBlackBright" + | "bgBlue" + | "bgBlueBright" + | "bgCyan" + | "bgCyanBright" + | "bgGray" + | "bgGreen" + | "bgGreenBright" + | "bgGrey" + | "bgMagenta" + | "bgMagentaBright" + | "bgRed" + | "bgRedBright" + | "bgWhite" + | "bgWhiteBright" + | "bgYellow" + | "bgYellowBright"; + // https://nodejs.org/docs/latest/api/util.html#modifiers + type Modifiers = + | "blink" + | "bold" + | "dim" + | "doubleunderline" + | "framed" + | "hidden" + | "inverse" + | "italic" + | "overlined" + | "reset" + | "strikethrough" + | "underline"; + /** + * This function returns a formatted text considering the `format` passed. + * + * ```js + * import { styleText } from 'node:util'; + * const errorMessage = styleText('red', 'Error! Error!'); + * console.log(errorMessage); + * ``` + * + * `util.inspect.colors` also provides text formats such as `italic`, and `underline` and you can combine both: + * + * ```js + * console.log( + * util.styleText(['underline', 'italic'], 'My italic underlined message'), + * ); + * ``` + * + * When passing an array of formats, the order of the format applied is left to right so the following style + * might overwrite the previous one. + * + * ```js + * console.log( + * util.styleText(['red', 'green'], 'text'), // green + * ); + * ``` + * + * The full list of formats can be found in [modifiers](https://nodejs.org/docs/latest-v22.x/api/util.html#modifiers). + * @param format A text format or an Array of text formats defined in `util.inspect.colors`. + * @param text The text to to be formatted. + * @since v20.12.0 + */ + export function styleText( + format: + | ForegroundColors + | BackgroundColors + | Modifiers + | Array, + text: string, + ): string; + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextDecoder` API. + * + * ```js + * const decoder = new TextDecoder(); + * const u8arr = new Uint8Array([72, 101, 108, 108, 111]); + * console.log(decoder.decode(u8arr)); // Hello + * ``` + * @since v8.3.0 + */ + export class TextDecoder { + /** + * The encoding supported by the `TextDecoder` instance. + */ + readonly encoding: string; + /** + * The value will be `true` if decoding errors result in a `TypeError` being + * thrown. + */ + readonly fatal: boolean; + /** + * The value will be `true` if the decoding result will include the byte order + * mark. + */ + readonly ignoreBOM: boolean; + constructor( + encoding?: string, + options?: { + fatal?: boolean | undefined; + ignoreBOM?: boolean | undefined; + }, + ); + /** + * Decodes the `input` and returns a string. If `options.stream` is `true`, any + * incomplete byte sequences occurring at the end of the `input` are buffered + * internally and emitted after the next call to `textDecoder.decode()`. + * + * If `textDecoder.fatal` is `true`, decoding errors that occur will result in a `TypeError` being thrown. + * @param input An `ArrayBuffer`, `DataView`, or `TypedArray` instance containing the encoded data. + */ + decode( + input?: NodeJS.ArrayBufferView | ArrayBuffer | null, + options?: { + stream?: boolean | undefined; + }, + ): string; + } + export interface EncodeIntoResult { + /** + * The read Unicode code units of input. + */ + read: number; + /** + * The written UTF-8 bytes of output. + */ + written: number; + } + export { types }; + + //// TextEncoder/Decoder + /** + * An implementation of the [WHATWG Encoding Standard](https://encoding.spec.whatwg.org/) `TextEncoder` API. All + * instances of `TextEncoder` only support UTF-8 encoding. + * + * ```js + * const encoder = new TextEncoder(); + * const uint8array = encoder.encode('this is some data'); + * ``` + * + * The `TextEncoder` class is also available on the global object. + * @since v8.3.0 + */ + export class TextEncoder { + /** + * The encoding supported by the `TextEncoder` instance. Always set to `'utf-8'`. + */ + readonly encoding: string; + /** + * UTF-8 encodes the `input` string and returns a `Uint8Array` containing the + * encoded bytes. + * @param [input='an empty string'] The text to encode. + */ + encode(input?: string): Uint8Array; + /** + * UTF-8 encodes the `src` string to the `dest` Uint8Array and returns an object + * containing the read Unicode code units and written UTF-8 bytes. + * + * ```js + * const encoder = new TextEncoder(); + * const src = 'this is some data'; + * const dest = new Uint8Array(10); + * const { read, written } = encoder.encodeInto(src, dest); + * ``` + * @param src The text to encode. + * @param dest The array to hold the encode result. + */ + encodeInto(src: string, dest: Uint8Array): EncodeIntoResult; + } + import { TextDecoder as _TextDecoder, TextEncoder as _TextEncoder } from "util"; + global { + /** + * `TextDecoder` class is a global reference for `import { TextDecoder } from 'node:util'` + * https://nodejs.org/api/globals.html#textdecoder + * @since v11.0.0 + */ + var TextDecoder: typeof globalThis extends { + onmessage: any; + TextDecoder: infer TextDecoder; + } ? TextDecoder + : typeof _TextDecoder; + /** + * `TextEncoder` class is a global reference for `import { TextEncoder } from 'node:util'` + * https://nodejs.org/api/globals.html#textencoder + * @since v11.0.0 + */ + var TextEncoder: typeof globalThis extends { + onmessage: any; + TextEncoder: infer TextEncoder; + } ? TextEncoder + : typeof _TextEncoder; + } + + //// parseArgs + /** + * Provides a higher level API for command-line argument parsing than interacting + * with `process.argv` directly. Takes a specification for the expected arguments + * and returns a structured object with the parsed options and positionals. + * + * ```js + * import { parseArgs } from 'node:util'; + * const args = ['-f', '--bar', 'b']; + * const options = { + * foo: { + * type: 'boolean', + * short: 'f', + * }, + * bar: { + * type: 'string', + * }, + * }; + * const { + * values, + * positionals, + * } = parseArgs({ args, options }); + * console.log(values, positionals); + * // Prints: [Object: null prototype] { foo: true, bar: 'b' } [] + * ``` + * @since v18.3.0, v16.17.0 + * @param config Used to provide arguments for parsing and to configure the parser. `config` supports the following properties: + * @return The parsed command line arguments: + */ + export function parseArgs(config?: T): ParsedResults; + interface ParseArgsOptionConfig { + /** + * Type of argument. + */ + type: "string" | "boolean"; + /** + * Whether this option can be provided multiple times. + * If `true`, all values will be collected in an array. + * If `false`, values for the option are last-wins. + * @default false. + */ + multiple?: boolean | undefined; + /** + * A single character alias for the option. + */ + short?: string | undefined; + /** + * The default option value when it is not set by args. + * It must be of the same type as the the `type` property. + * When `multiple` is `true`, it must be an array. + * @since v18.11.0 + */ + default?: string | boolean | string[] | boolean[] | undefined; + } + interface ParseArgsOptionsConfig { + [longOption: string]: ParseArgsOptionConfig; + } + export interface ParseArgsConfig { + /** + * Array of argument strings. + */ + args?: string[] | undefined; + /** + * Used to describe arguments known to the parser. + */ + options?: ParseArgsOptionsConfig | undefined; + /** + * Should an error be thrown when unknown arguments are encountered, + * or when arguments are passed that do not match the `type` configured in `options`. + * @default true + */ + strict?: boolean | undefined; + /** + * Whether this command accepts positional arguments. + */ + allowPositionals?: boolean | undefined; + /** + * If `true`, allows explicitly setting boolean options to `false` by prefixing the option name with `--no-`. + * @default false + * @since v22.4.0 + */ + allowNegative?: boolean | undefined; + /** + * Return the parsed tokens. This is useful for extending the built-in behavior, + * from adding additional checks through to reprocessing the tokens in different ways. + * @default false + */ + tokens?: boolean | undefined; + } + /* + IfDefaultsTrue and IfDefaultsFalse are helpers to handle default values for missing boolean properties. + TypeScript does not have exact types for objects: https://github.com/microsoft/TypeScript/issues/12936 + This means it is impossible to distinguish between "field X is definitely not present" and "field X may or may not be present". + But we expect users to generally provide their config inline or `as const`, which means TS will always know whether a given field is present. + So this helper treats "not definitely present" (i.e., not `extends boolean`) as being "definitely not present", i.e. it should have its default value. + This is technically incorrect but is a much nicer UX for the common case. + The IfDefaultsTrue version is for things which default to true; the IfDefaultsFalse version is for things which default to false. + */ + type IfDefaultsTrue = T extends true ? IfTrue + : T extends false ? IfFalse + : IfTrue; + + // we put the `extends false` condition first here because `undefined` compares like `any` when `strictNullChecks: false` + type IfDefaultsFalse = T extends false ? IfFalse + : T extends true ? IfTrue + : IfFalse; + + type ExtractOptionValue = IfDefaultsTrue< + T["strict"], + O["type"] extends "string" ? string : O["type"] extends "boolean" ? boolean : string | boolean, + string | boolean + >; + + type ApplyOptionalModifiers> = ( + & { -readonly [LongOption in keyof O]?: V[LongOption] } + & { [LongOption in keyof O as O[LongOption]["default"] extends {} ? LongOption : never]: V[LongOption] } + ) extends infer P ? { [K in keyof P]: P[K] } : never; // resolve intersection to object + + type ParsedValues = + & IfDefaultsTrue + & (T["options"] extends ParseArgsOptionsConfig ? ApplyOptionalModifiers< + T["options"], + { + [LongOption in keyof T["options"]]: IfDefaultsFalse< + T["options"][LongOption]["multiple"], + Array>, + ExtractOptionValue + >; + } + > + : {}); + + type ParsedPositionals = IfDefaultsTrue< + T["strict"], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type PreciseTokenForOptions< + K extends string, + O extends ParseArgsOptionConfig, + > = O["type"] extends "string" ? { + kind: "option"; + index: number; + name: K; + rawName: string; + value: string; + inlineValue: boolean; + } + : O["type"] extends "boolean" ? { + kind: "option"; + index: number; + name: K; + rawName: string; + value: undefined; + inlineValue: undefined; + } + : OptionToken & { name: K }; + + type TokenForOptions< + T extends ParseArgsConfig, + K extends keyof T["options"] = keyof T["options"], + > = K extends unknown + ? T["options"] extends ParseArgsOptionsConfig ? PreciseTokenForOptions + : OptionToken + : never; + + type ParsedOptionToken = IfDefaultsTrue, OptionToken>; + + type ParsedPositionalToken = IfDefaultsTrue< + T["strict"], + IfDefaultsFalse, + IfDefaultsTrue + >; + + type ParsedTokens = Array< + ParsedOptionToken | ParsedPositionalToken | { kind: "option-terminator"; index: number } + >; + + type PreciseParsedResults = IfDefaultsFalse< + T["tokens"], + { + values: ParsedValues; + positionals: ParsedPositionals; + tokens: ParsedTokens; + }, + { + values: ParsedValues; + positionals: ParsedPositionals; + } + >; + + type OptionToken = + | { kind: "option"; index: number; name: string; rawName: string; value: string; inlineValue: boolean } + | { + kind: "option"; + index: number; + name: string; + rawName: string; + value: undefined; + inlineValue: undefined; + }; + + type Token = + | OptionToken + | { kind: "positional"; index: number; value: string } + | { kind: "option-terminator"; index: number }; + + // If ParseArgsConfig extends T, then the user passed config constructed elsewhere. + // So we can't rely on the `"not definitely present" implies "definitely not present"` assumption mentioned above. + type ParsedResults = ParseArgsConfig extends T ? { + values: { + [longOption: string]: undefined | string | boolean | Array; + }; + positionals: string[]; + tokens?: Token[]; + } + : PreciseParsedResults; + + /** + * An implementation of [the MIMEType class](https://bmeck.github.io/node-proposal-mime-api/). + * + * In accordance with browser conventions, all properties of `MIMEType` objects + * are implemented as getters and setters on the class prototype, rather than as + * data properties on the object itself. + * + * A MIME string is a structured string containing multiple meaningful + * components. When parsed, a `MIMEType` object is returned containing + * properties for each of these components. + * @since v19.1.0, v18.13.0 + * @experimental + */ + export class MIMEType { + /** + * Creates a new MIMEType object by parsing the input. + * + * A `TypeError` will be thrown if the `input` is not a valid MIME. + * Note that an effort will be made to coerce the given values into strings. + * @param input The input MIME to parse. + */ + constructor(input: string | { toString: () => string }); + + /** + * Gets and sets the type portion of the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/javascript'); + * console.log(myMIME.type); + * // Prints: text + * myMIME.type = 'application'; + * console.log(myMIME.type); + * // Prints: application + * console.log(String(myMIME)); + * // Prints: application/javascript + * ``` + */ + type: string; + /** + * Gets and sets the subtype portion of the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/ecmascript'); + * console.log(myMIME.subtype); + * // Prints: ecmascript + * myMIME.subtype = 'javascript'; + * console.log(myMIME.subtype); + * // Prints: javascript + * console.log(String(myMIME)); + * // Prints: text/javascript + * ``` + */ + subtype: string; + /** + * Gets the essence of the MIME. This property is read only. + * Use `mime.type` or `mime.subtype` to alter the MIME. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const myMIME = new MIMEType('text/javascript;key=value'); + * console.log(myMIME.essence); + * // Prints: text/javascript + * myMIME.type = 'application'; + * console.log(myMIME.essence); + * // Prints: application/javascript + * console.log(String(myMIME)); + * // Prints: application/javascript;key=value + * ``` + */ + readonly essence: string; + /** + * Gets the `MIMEParams` object representing the + * parameters of the MIME. This property is read-only. See `MIMEParams` documentation for details. + */ + readonly params: MIMEParams; + /** + * The `toString()` method on the `MIMEType` object returns the serialized MIME. + * + * Because of the need for standard compliance, this method does not allow users + * to customize the serialization process of the MIME. + */ + toString(): string; + } + /** + * The `MIMEParams` API provides read and write access to the parameters of a `MIMEType`. + * @since v19.1.0, v18.13.0 + */ + export class MIMEParams { + /** + * Remove all name-value pairs whose name is `name`. + */ + delete(name: string): void; + /** + * Returns an iterator over each of the name-value pairs in the parameters. + * Each item of the iterator is a JavaScript `Array`. The first item of the array + * is the `name`, the second item of the array is the `value`. + */ + entries(): NodeJS.Iterator<[name: string, value: string]>; + /** + * Returns the value of the first name-value pair whose name is `name`. If there + * are no such pairs, `null` is returned. + * @return or `null` if there is no name-value pair with the given `name`. + */ + get(name: string): string | null; + /** + * Returns `true` if there is at least one name-value pair whose name is `name`. + */ + has(name: string): boolean; + /** + * Returns an iterator over the names of each name-value pair. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const { params } = new MIMEType('text/plain;foo=0;bar=1'); + * for (const name of params.keys()) { + * console.log(name); + * } + * // Prints: + * // foo + * // bar + * ``` + */ + keys(): NodeJS.Iterator; + /** + * Sets the value in the `MIMEParams` object associated with `name` to `value`. If there are any pre-existing name-value pairs whose names are `name`, + * set the first such pair's value to `value`. + * + * ```js + * import { MIMEType } from 'node:util'; + * + * const { params } = new MIMEType('text/plain;foo=0;bar=1'); + * params.set('foo', 'def'); + * params.set('baz', 'xyz'); + * console.log(params.toString()); + * // Prints: foo=def;bar=1;baz=xyz + * ``` + */ + set(name: string, value: string): void; + /** + * Returns an iterator over the values of each name-value pair. + */ + values(): NodeJS.Iterator; + /** + * Returns an iterator over each of the name-value pairs in the parameters. + */ + [Symbol.iterator](): NodeJS.Iterator<[name: string, value: string]>; + } +} +declare module "util/types" { + import { KeyObject, webcrypto } from "node:crypto"; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) or + * [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * + * See also `util.types.isArrayBuffer()` and `util.types.isSharedArrayBuffer()`. + * + * ```js + * util.types.isAnyArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isAnyArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isAnyArrayBuffer(object: unknown): object is ArrayBufferLike; + /** + * Returns `true` if the value is an `arguments` object. + * + * ```js + * function foo() { + * util.types.isArgumentsObject(arguments); // Returns true + * } + * ``` + * @since v10.0.0 + */ + function isArgumentsObject(object: unknown): object is IArguments; + /** + * Returns `true` if the value is a built-in [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instance. + * This does _not_ include [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isArrayBuffer(new ArrayBuffer()); // Returns true + * util.types.isArrayBuffer(new SharedArrayBuffer()); // Returns false + * ``` + * @since v10.0.0 + */ + function isArrayBuffer(object: unknown): object is ArrayBuffer; + /** + * Returns `true` if the value is an instance of one of the [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) views, such as typed + * array objects or [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView). Equivalent to + * [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * + * ```js + * util.types.isArrayBufferView(new Int8Array()); // true + * util.types.isArrayBufferView(Buffer.from('hello world')); // true + * util.types.isArrayBufferView(new DataView(new ArrayBuffer(16))); // true + * util.types.isArrayBufferView(new ArrayBuffer()); // false + * ``` + * @since v10.0.0 + */ + function isArrayBufferView(object: unknown): object is NodeJS.ArrayBufferView; + /** + * Returns `true` if the value is an [async function](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/async_function). + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isAsyncFunction(function foo() {}); // Returns false + * util.types.isAsyncFunction(async function foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isAsyncFunction(object: unknown): boolean; + /** + * Returns `true` if the value is a `BigInt64Array` instance. + * + * ```js + * util.types.isBigInt64Array(new BigInt64Array()); // Returns true + * util.types.isBigInt64Array(new BigUint64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isBigInt64Array(value: unknown): value is BigInt64Array; + /** + * Returns `true` if the value is a BigInt object, e.g. created + * by `Object(BigInt(123))`. + * + * ```js + * util.types.isBigIntObject(Object(BigInt(123))); // Returns true + * util.types.isBigIntObject(BigInt(123)); // Returns false + * util.types.isBigIntObject(123); // Returns false + * ``` + * @since v10.4.0 + */ + function isBigIntObject(object: unknown): object is BigInt; + /** + * Returns `true` if the value is a `BigUint64Array` instance. + * + * ```js + * util.types.isBigUint64Array(new BigInt64Array()); // Returns false + * util.types.isBigUint64Array(new BigUint64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isBigUint64Array(value: unknown): value is BigUint64Array; + /** + * Returns `true` if the value is a boolean object, e.g. created + * by `new Boolean()`. + * + * ```js + * util.types.isBooleanObject(false); // Returns false + * util.types.isBooleanObject(true); // Returns false + * util.types.isBooleanObject(new Boolean(false)); // Returns true + * util.types.isBooleanObject(new Boolean(true)); // Returns true + * util.types.isBooleanObject(Boolean(false)); // Returns false + * util.types.isBooleanObject(Boolean(true)); // Returns false + * ``` + * @since v10.0.0 + */ + function isBooleanObject(object: unknown): object is Boolean; + /** + * Returns `true` if the value is any boxed primitive object, e.g. created + * by `new Boolean()`, `new String()` or `Object(Symbol())`. + * + * For example: + * + * ```js + * util.types.isBoxedPrimitive(false); // Returns false + * util.types.isBoxedPrimitive(new Boolean(false)); // Returns true + * util.types.isBoxedPrimitive(Symbol('foo')); // Returns false + * util.types.isBoxedPrimitive(Object(Symbol('foo'))); // Returns true + * util.types.isBoxedPrimitive(Object(BigInt(5))); // Returns true + * ``` + * @since v10.11.0 + */ + function isBoxedPrimitive(object: unknown): object is String | Number | BigInt | Boolean | Symbol; + /** + * Returns `true` if the value is a built-in [`DataView`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DataView) instance. + * + * ```js + * const ab = new ArrayBuffer(20); + * util.types.isDataView(new DataView(ab)); // Returns true + * util.types.isDataView(new Float64Array()); // Returns false + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isDataView(object: unknown): object is DataView; + /** + * Returns `true` if the value is a built-in [`Date`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date) instance. + * + * ```js + * util.types.isDate(new Date()); // Returns true + * ``` + * @since v10.0.0 + */ + function isDate(object: unknown): object is Date; + /** + * Returns `true` if the value is a native `External` value. + * + * A native `External` value is a special type of object that contains a + * raw C++ pointer (`void*`) for access from native code, and has no other + * properties. Such objects are created either by Node.js internals or native + * addons. In JavaScript, they are [frozen](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) objects with a`null` prototype. + * + * ```c + * #include + * #include + * napi_value result; + * static napi_value MyNapi(napi_env env, napi_callback_info info) { + * int* raw = (int*) malloc(1024); + * napi_status status = napi_create_external(env, (void*) raw, NULL, NULL, &result); + * if (status != napi_ok) { + * napi_throw_error(env, NULL, "napi_create_external failed"); + * return NULL; + * } + * return result; + * } + * ... + * DECLARE_NAPI_PROPERTY("myNapi", MyNapi) + * ... + * ``` + * + * ```js + * const native = require('napi_addon.node'); + * const data = native.myNapi(); + * util.types.isExternal(data); // returns true + * util.types.isExternal(0); // returns false + * util.types.isExternal(new String('foo')); // returns false + * ``` + * + * For further information on `napi_create_external`, refer to `napi_create_external()`. + * @since v10.0.0 + */ + function isExternal(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`Float32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float32Array) instance. + * + * ```js + * util.types.isFloat32Array(new ArrayBuffer()); // Returns false + * util.types.isFloat32Array(new Float32Array()); // Returns true + * util.types.isFloat32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isFloat32Array(object: unknown): object is Float32Array; + /** + * Returns `true` if the value is a built-in [`Float64Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Float64Array) instance. + * + * ```js + * util.types.isFloat64Array(new ArrayBuffer()); // Returns false + * util.types.isFloat64Array(new Uint8Array()); // Returns false + * util.types.isFloat64Array(new Float64Array()); // Returns true + * ``` + * @since v10.0.0 + */ + function isFloat64Array(object: unknown): object is Float64Array; + /** + * Returns `true` if the value is a generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * util.types.isGeneratorFunction(function foo() {}); // Returns false + * util.types.isGeneratorFunction(function* foo() {}); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorFunction(object: unknown): object is GeneratorFunction; + /** + * Returns `true` if the value is a generator object as returned from a + * built-in generator function. + * This only reports back what the JavaScript engine is seeing; + * in particular, the return value may not match the original source code if + * a transpilation tool was used. + * + * ```js + * function* foo() {} + * const generator = foo(); + * util.types.isGeneratorObject(generator); // Returns true + * ``` + * @since v10.0.0 + */ + function isGeneratorObject(object: unknown): object is Generator; + /** + * Returns `true` if the value is a built-in [`Int8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int8Array) instance. + * + * ```js + * util.types.isInt8Array(new ArrayBuffer()); // Returns false + * util.types.isInt8Array(new Int8Array()); // Returns true + * util.types.isInt8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt8Array(object: unknown): object is Int8Array; + /** + * Returns `true` if the value is a built-in [`Int16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int16Array) instance. + * + * ```js + * util.types.isInt16Array(new ArrayBuffer()); // Returns false + * util.types.isInt16Array(new Int16Array()); // Returns true + * util.types.isInt16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt16Array(object: unknown): object is Int16Array; + /** + * Returns `true` if the value is a built-in [`Int32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Int32Array) instance. + * + * ```js + * util.types.isInt32Array(new ArrayBuffer()); // Returns false + * util.types.isInt32Array(new Int32Array()); // Returns true + * util.types.isInt32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isInt32Array(object: unknown): object is Int32Array; + /** + * Returns `true` if the value is a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * util.types.isMap(new Map()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMap( + object: T | {}, + ): object is T extends ReadonlyMap ? (unknown extends T ? never : ReadonlyMap) + : Map; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Map`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) instance. + * + * ```js + * const map = new Map(); + * util.types.isMapIterator(map.keys()); // Returns true + * util.types.isMapIterator(map.values()); // Returns true + * util.types.isMapIterator(map.entries()); // Returns true + * util.types.isMapIterator(map[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isMapIterator(object: unknown): boolean; + /** + * Returns `true` if the value is an instance of a [Module Namespace Object](https://tc39.github.io/ecma262/#sec-module-namespace-exotic-objects). + * + * ```js + * import * as ns from './a.js'; + * + * util.types.isModuleNamespaceObject(ns); // Returns true + * ``` + * @since v10.0.0 + */ + function isModuleNamespaceObject(value: unknown): boolean; + /** + * Returns `true` if the value was returned by the constructor of a [built-in `Error` type](https://tc39.es/ecma262/#sec-error-objects). + * + * ```js + * console.log(util.types.isNativeError(new Error())); // true + * console.log(util.types.isNativeError(new TypeError())); // true + * console.log(util.types.isNativeError(new RangeError())); // true + * ``` + * + * Subclasses of the native error types are also native errors: + * + * ```js + * class MyError extends Error {} + * console.log(util.types.isNativeError(new MyError())); // true + * ``` + * + * A value being `instanceof` a native error class is not equivalent to `isNativeError()` returning `true` for that value. `isNativeError()` returns `true` for errors + * which come from a different [realm](https://tc39.es/ecma262/#realm) while `instanceof Error` returns `false` for these errors: + * + * ```js + * import vm from 'node:vm'; + * const context = vm.createContext({}); + * const myError = vm.runInContext('new Error()', context); + * console.log(util.types.isNativeError(myError)); // true + * console.log(myError instanceof Error); // false + * ``` + * + * Conversely, `isNativeError()` returns `false` for all objects which were not + * returned by the constructor of a native error. That includes values + * which are `instanceof` native errors: + * + * ```js + * const myError = { __proto__: Error.prototype }; + * console.log(util.types.isNativeError(myError)); // false + * console.log(myError instanceof Error); // true + * ``` + * @since v10.0.0 + */ + function isNativeError(object: unknown): object is Error; + /** + * Returns `true` if the value is a number object, e.g. created + * by `new Number()`. + * + * ```js + * util.types.isNumberObject(0); // Returns false + * util.types.isNumberObject(new Number(0)); // Returns true + * ``` + * @since v10.0.0 + */ + function isNumberObject(object: unknown): object is Number; + /** + * Returns `true` if the value is a built-in [`Promise`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise). + * + * ```js + * util.types.isPromise(Promise.resolve(42)); // Returns true + * ``` + * @since v10.0.0 + */ + function isPromise(object: unknown): object is Promise; + /** + * Returns `true` if the value is a [`Proxy`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Proxy) instance. + * + * ```js + * const target = {}; + * const proxy = new Proxy(target, {}); + * util.types.isProxy(target); // Returns false + * util.types.isProxy(proxy); // Returns true + * ``` + * @since v10.0.0 + */ + function isProxy(object: unknown): boolean; + /** + * Returns `true` if the value is a regular expression object. + * + * ```js + * util.types.isRegExp(/abc/); // Returns true + * util.types.isRegExp(new RegExp('abc')); // Returns true + * ``` + * @since v10.0.0 + */ + function isRegExp(object: unknown): object is RegExp; + /** + * Returns `true` if the value is a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * util.types.isSet(new Set()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSet( + object: T | {}, + ): object is T extends ReadonlySet ? (unknown extends T ? never : ReadonlySet) : Set; + /** + * Returns `true` if the value is an iterator returned for a built-in [`Set`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) instance. + * + * ```js + * const set = new Set(); + * util.types.isSetIterator(set.keys()); // Returns true + * util.types.isSetIterator(set.values()); // Returns true + * util.types.isSetIterator(set.entries()); // Returns true + * util.types.isSetIterator(set[Symbol.iterator]()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSetIterator(object: unknown): boolean; + /** + * Returns `true` if the value is a built-in [`SharedArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/SharedArrayBuffer) instance. + * This does _not_ include [`ArrayBuffer`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer) instances. Usually, it is + * desirable to test for both; See `util.types.isAnyArrayBuffer()` for that. + * + * ```js + * util.types.isSharedArrayBuffer(new ArrayBuffer()); // Returns false + * util.types.isSharedArrayBuffer(new SharedArrayBuffer()); // Returns true + * ``` + * @since v10.0.0 + */ + function isSharedArrayBuffer(object: unknown): object is SharedArrayBuffer; + /** + * Returns `true` if the value is a string object, e.g. created + * by `new String()`. + * + * ```js + * util.types.isStringObject('foo'); // Returns false + * util.types.isStringObject(new String('foo')); // Returns true + * ``` + * @since v10.0.0 + */ + function isStringObject(object: unknown): object is String; + /** + * Returns `true` if the value is a symbol object, created + * by calling `Object()` on a `Symbol` primitive. + * + * ```js + * const symbol = Symbol('foo'); + * util.types.isSymbolObject(symbol); // Returns false + * util.types.isSymbolObject(Object(symbol)); // Returns true + * ``` + * @since v10.0.0 + */ + function isSymbolObject(object: unknown): object is Symbol; + /** + * Returns `true` if the value is a built-in [`TypedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray) instance. + * + * ```js + * util.types.isTypedArray(new ArrayBuffer()); // Returns false + * util.types.isTypedArray(new Uint8Array()); // Returns true + * util.types.isTypedArray(new Float64Array()); // Returns true + * ``` + * + * See also [`ArrayBuffer.isView()`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer/isView). + * @since v10.0.0 + */ + function isTypedArray(object: unknown): object is NodeJS.TypedArray; + /** + * Returns `true` if the value is a built-in [`Uint8Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) instance. + * + * ```js + * util.types.isUint8Array(new ArrayBuffer()); // Returns false + * util.types.isUint8Array(new Uint8Array()); // Returns true + * util.types.isUint8Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8Array(object: unknown): object is Uint8Array; + /** + * Returns `true` if the value is a built-in [`Uint8ClampedArray`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8ClampedArray) instance. + * + * ```js + * util.types.isUint8ClampedArray(new ArrayBuffer()); // Returns false + * util.types.isUint8ClampedArray(new Uint8ClampedArray()); // Returns true + * util.types.isUint8ClampedArray(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint8ClampedArray(object: unknown): object is Uint8ClampedArray; + /** + * Returns `true` if the value is a built-in [`Uint16Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint16Array) instance. + * + * ```js + * util.types.isUint16Array(new ArrayBuffer()); // Returns false + * util.types.isUint16Array(new Uint16Array()); // Returns true + * util.types.isUint16Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint16Array(object: unknown): object is Uint16Array; + /** + * Returns `true` if the value is a built-in [`Uint32Array`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint32Array) instance. + * + * ```js + * util.types.isUint32Array(new ArrayBuffer()); // Returns false + * util.types.isUint32Array(new Uint32Array()); // Returns true + * util.types.isUint32Array(new Float64Array()); // Returns false + * ``` + * @since v10.0.0 + */ + function isUint32Array(object: unknown): object is Uint32Array; + /** + * Returns `true` if the value is a built-in [`WeakMap`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakMap) instance. + * + * ```js + * util.types.isWeakMap(new WeakMap()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakMap(object: unknown): object is WeakMap; + /** + * Returns `true` if the value is a built-in [`WeakSet`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/WeakSet) instance. + * + * ```js + * util.types.isWeakSet(new WeakSet()); // Returns true + * ``` + * @since v10.0.0 + */ + function isWeakSet(object: unknown): object is WeakSet; + /** + * Returns `true` if `value` is a `KeyObject`, `false` otherwise. + * @since v16.2.0 + */ + function isKeyObject(object: unknown): object is KeyObject; + /** + * Returns `true` if `value` is a `CryptoKey`, `false` otherwise. + * @since v16.2.0 + */ + function isCryptoKey(object: unknown): object is webcrypto.CryptoKey; +} +declare module "node:util" { + export * from "util"; +} +declare module "node:util/types" { + export * from "util/types"; +} diff --git a/server/node_modules/@types/node/v8.d.ts b/server/node_modules/@types/node/v8.d.ts new file mode 100644 index 000000000..9676a81ef --- /dev/null +++ b/server/node_modules/@types/node/v8.d.ts @@ -0,0 +1,808 @@ +/** + * The `node:v8` module exposes APIs that are specific to the version of [V8](https://developers.google.com/v8/) built into the Node.js binary. It can be accessed using: + * + * ```js + * import v8 from 'node:v8'; + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/v8.js) + */ +declare module "v8" { + import { Readable } from "node:stream"; + interface HeapSpaceInfo { + space_name: string; + space_size: number; + space_used_size: number; + space_available_size: number; + physical_space_size: number; + } + // ** Signifies if the --zap_code_space option is enabled or not. 1 == enabled, 0 == disabled. */ + type DoesZapCodeSpaceFlag = 0 | 1; + interface HeapInfo { + total_heap_size: number; + total_heap_size_executable: number; + total_physical_size: number; + total_available_size: number; + used_heap_size: number; + heap_size_limit: number; + malloced_memory: number; + peak_malloced_memory: number; + does_zap_garbage: DoesZapCodeSpaceFlag; + number_of_native_contexts: number; + number_of_detached_contexts: number; + total_global_handles_size: number; + used_global_handles_size: number; + external_memory: number; + } + interface HeapCodeStatistics { + code_and_metadata_size: number; + bytecode_and_metadata_size: number; + external_script_source_size: number; + } + interface HeapSnapshotOptions { + /** + * If true, expose internals in the heap snapshot. + * @default false + */ + exposeInternals?: boolean; + /** + * If true, expose numeric values in artificial fields. + * @default false + */ + exposeNumericValues?: boolean; + } + /** + * Returns an integer representing a version tag derived from the V8 version, + * command-line flags, and detected CPU features. This is useful for determining + * whether a `vm.Script` `cachedData` buffer is compatible with this instance + * of V8. + * + * ```js + * console.log(v8.cachedDataVersionTag()); // 3947234607 + * // The value returned by v8.cachedDataVersionTag() is derived from the V8 + * // version, command-line flags, and detected CPU features. Test that the value + * // does indeed update when flags are toggled. + * v8.setFlagsFromString('--allow_natives_syntax'); + * console.log(v8.cachedDataVersionTag()); // 183726201 + * ``` + * @since v8.0.0 + */ + function cachedDataVersionTag(): number; + /** + * Returns an object with the following properties: + * + * `does_zap_garbage` is a 0/1 boolean, which signifies whether the `--zap_code_space` option is enabled or not. This makes V8 overwrite heap + * garbage with a bit pattern. The RSS footprint (resident set size) gets bigger + * because it continuously touches all heap pages and that makes them less likely + * to get swapped out by the operating system. + * + * `number_of_native_contexts` The value of native\_context is the number of the + * top-level contexts currently active. Increase of this number over time indicates + * a memory leak. + * + * `number_of_detached_contexts` The value of detached\_context is the number + * of contexts that were detached and not yet garbage collected. This number + * being non-zero indicates a potential memory leak. + * + * `total_global_handles_size` The value of total\_global\_handles\_size is the + * total memory size of V8 global handles. + * + * `used_global_handles_size` The value of used\_global\_handles\_size is the + * used memory size of V8 global handles. + * + * `external_memory` The value of external\_memory is the memory size of array + * buffers and external strings. + * + * ```js + * { + * total_heap_size: 7326976, + * total_heap_size_executable: 4194304, + * total_physical_size: 7326976, + * total_available_size: 1152656, + * used_heap_size: 3476208, + * heap_size_limit: 1535115264, + * malloced_memory: 16384, + * peak_malloced_memory: 1127496, + * does_zap_garbage: 0, + * number_of_native_contexts: 1, + * number_of_detached_contexts: 0, + * total_global_handles_size: 8192, + * used_global_handles_size: 3296, + * external_memory: 318824 + * } + * ``` + * @since v1.0.0 + */ + function getHeapStatistics(): HeapInfo; + /** + * Returns statistics about the V8 heap spaces, i.e. the segments which make up + * the V8 heap. Neither the ordering of heap spaces, nor the availability of a + * heap space can be guaranteed as the statistics are provided via the + * V8 [`GetHeapSpaceStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#ac673576f24fdc7a33378f8f57e1d13a4) function and may change from one V8 version to the + * next. + * + * The value returned is an array of objects containing the following properties: + * + * ```json + * [ + * { + * "space_name": "new_space", + * "space_size": 2063872, + * "space_used_size": 951112, + * "space_available_size": 80824, + * "physical_space_size": 2063872 + * }, + * { + * "space_name": "old_space", + * "space_size": 3090560, + * "space_used_size": 2493792, + * "space_available_size": 0, + * "physical_space_size": 3090560 + * }, + * { + * "space_name": "code_space", + * "space_size": 1260160, + * "space_used_size": 644256, + * "space_available_size": 960, + * "physical_space_size": 1260160 + * }, + * { + * "space_name": "map_space", + * "space_size": 1094160, + * "space_used_size": 201608, + * "space_available_size": 0, + * "physical_space_size": 1094160 + * }, + * { + * "space_name": "large_object_space", + * "space_size": 0, + * "space_used_size": 0, + * "space_available_size": 1490980608, + * "physical_space_size": 0 + * } + * ] + * ``` + * @since v6.0.0 + */ + function getHeapSpaceStatistics(): HeapSpaceInfo[]; + /** + * The `v8.setFlagsFromString()` method can be used to programmatically set + * V8 command-line flags. This method should be used with care. Changing settings + * after the VM has started may result in unpredictable behavior, including + * crashes and data loss; or it may simply do nothing. + * + * The V8 options available for a version of Node.js may be determined by running `node --v8-options`. + * + * Usage: + * + * ```js + * // Print GC events to stdout for one minute. + * import v8 from 'node:v8'; + * v8.setFlagsFromString('--trace_gc'); + * setTimeout(() => { v8.setFlagsFromString('--notrace_gc'); }, 60e3); + * ``` + * @since v1.0.0 + */ + function setFlagsFromString(flags: string): void; + /** + * This is similar to the [`queryObjects()` console API](https://developer.chrome.com/docs/devtools/console/utilities#queryObjects-function) + * provided by the Chromium DevTools console. It can be used to search for objects that have the matching constructor on its prototype chain + * in the heap after a full garbage collection, which can be useful for memory leak regression tests. To avoid surprising results, users should + * avoid using this API on constructors whose implementation they don't control, or on constructors that can be invoked by other parties in the + * application. + * + * To avoid accidental leaks, this API does not return raw references to the objects found. By default, it returns the count of the objects + * found. If `options.format` is `'summary'`, it returns an array containing brief string representations for each object. The visibility provided + * in this API is similar to what the heap snapshot provides, while users can save the cost of serialization and parsing and directly filter the + * target objects during the search. + * + * Only objects created in the current execution context are included in the results. + * + * ```js + * import { queryObjects } from 'node:v8'; + * class A { foo = 'bar'; } + * console.log(queryObjects(A)); // 0 + * const a = new A(); + * console.log(queryObjects(A)); // 1 + * // [ "A { foo: 'bar' }" ] + * console.log(queryObjects(A, { format: 'summary' })); + * + * class B extends A { bar = 'qux'; } + * const b = new B(); + * console.log(queryObjects(B)); // 1 + * // [ "B { foo: 'bar', bar: 'qux' }" ] + * console.log(queryObjects(B, { format: 'summary' })); + * + * // Note that, when there are child classes inheriting from a constructor, + * // the constructor also shows up in the prototype chain of the child + * // classes's prototoype, so the child classes's prototoype would also be + * // included in the result. + * console.log(queryObjects(A)); // 3 + * // [ "B { foo: 'bar', bar: 'qux' }", 'A {}', "A { foo: 'bar' }" ] + * console.log(queryObjects(A, { format: 'summary' })); + * ``` + * @param ctor The constructor that can be used to search on the prototype chain in order to filter target objects in the heap. + * @since v20.13.0 + * @experimental + */ + function queryObjects(ctor: Function): number | string[]; + function queryObjects(ctor: Function, options: { format: "count" }): number; + function queryObjects(ctor: Function, options: { format: "summary" }): string[]; + /** + * Generates a snapshot of the current V8 heap and returns a Readable + * Stream that may be used to read the JSON serialized representation. + * This JSON stream format is intended to be used with tools such as + * Chrome DevTools. The JSON schema is undocumented and specific to the + * V8 engine. Therefore, the schema may change from one version of V8 to the next. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * // Print heap snapshot to the console + * import v8 from 'node:v8'; + * const stream = v8.getHeapSnapshot(); + * stream.pipe(process.stdout); + * ``` + * @since v11.13.0 + * @return A Readable containing the V8 heap snapshot. + */ + function getHeapSnapshot(options?: HeapSnapshotOptions): Readable; + /** + * Generates a snapshot of the current V8 heap and writes it to a JSON + * file. This file is intended to be used with tools such as Chrome + * DevTools. The JSON schema is undocumented and specific to the V8 + * engine, and may change from one version of V8 to the next. + * + * A heap snapshot is specific to a single V8 isolate. When using `worker threads`, a heap snapshot generated from the main thread will + * not contain any information about the workers, and vice versa. + * + * Creating a heap snapshot requires memory about twice the size of the heap at + * the time the snapshot is created. This results in the risk of OOM killers + * terminating the process. + * + * Generating a snapshot is a synchronous operation which blocks the event loop + * for a duration depending on the heap size. + * + * ```js + * import { writeHeapSnapshot } from 'node:v8'; + * import { + * Worker, + * isMainThread, + * parentPort, + * } from 'node:worker_threads'; + * + * if (isMainThread) { + * const worker = new Worker(__filename); + * + * worker.once('message', (filename) => { + * console.log(`worker heapdump: ${filename}`); + * // Now get a heapdump for the main thread. + * console.log(`main thread heapdump: ${writeHeapSnapshot()}`); + * }); + * + * // Tell the worker to create a heapdump. + * worker.postMessage('heapdump'); + * } else { + * parentPort.once('message', (message) => { + * if (message === 'heapdump') { + * // Generate a heapdump for the worker + * // and return the filename to the parent. + * parentPort.postMessage(writeHeapSnapshot()); + * } + * }); + * } + * ``` + * @since v11.13.0 + * @param filename The file path where the V8 heap snapshot is to be saved. If not specified, a file name with the pattern `'Heap-${yyyymmdd}-${hhmmss}-${pid}-${thread_id}.heapsnapshot'` will be + * generated, where `{pid}` will be the PID of the Node.js process, `{thread_id}` will be `0` when `writeHeapSnapshot()` is called from the main Node.js thread or the id of a + * worker thread. + * @return The filename where the snapshot was saved. + */ + function writeHeapSnapshot(filename?: string, options?: HeapSnapshotOptions): string; + /** + * Get statistics about code and its metadata in the heap, see + * V8 [`GetHeapCodeAndMetadataStatistics`](https://v8docs.nodesource.com/node-13.2/d5/dda/classv8_1_1_isolate.html#a6079122af17612ef54ef3348ce170866) API. Returns an object with the + * following properties: + * + * ```js + * { + * code_and_metadata_size: 212208, + * bytecode_and_metadata_size: 161368, + * external_script_source_size: 1410794, + * cpu_profiler_metadata_size: 0, + * } + * ``` + * @since v12.8.0 + */ + function getHeapCodeStatistics(): HeapCodeStatistics; + /** + * @since v8.0.0 + */ + class Serializer { + /** + * Writes out a header, which includes the serialization format version. + */ + writeHeader(): void; + /** + * Serializes a JavaScript value and adds the serialized representation to the + * internal buffer. + * + * This throws an error if `value` cannot be serialized. + */ + writeValue(val: any): boolean; + /** + * Returns the stored internal buffer. This serializer should not be used once + * the buffer is released. Calling this method results in undefined behavior + * if a previous write has failed. + */ + releaseBuffer(): Buffer; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the deserializing context to `deserializer.transferArrayBuffer()`. + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Write a raw 32-bit unsigned integer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint32(value: number): void; + /** + * Write a raw 64-bit unsigned integer, split into high and low 32-bit parts. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeUint64(hi: number, lo: number): void; + /** + * Write a JS `number` value. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeDouble(value: number): void; + /** + * Write raw bytes into the serializer's internal buffer. The deserializer + * will require a way to compute the length of the buffer. + * For use inside of a custom `serializer._writeHostObject()`. + */ + writeRawBytes(buffer: NodeJS.TypedArray): void; + } + /** + * A subclass of `Serializer` that serializes `TypedArray`(in particular `Buffer`) and `DataView` objects as host objects, and only + * stores the part of their underlying `ArrayBuffer`s that they are referring to. + * @since v8.0.0 + */ + class DefaultSerializer extends Serializer {} + /** + * @since v8.0.0 + */ + class Deserializer { + constructor(data: NodeJS.TypedArray); + /** + * Reads and validates a header (including the format version). + * May, for example, reject an invalid or unsupported wire format. In that case, + * an `Error` is thrown. + */ + readHeader(): boolean; + /** + * Deserializes a JavaScript value from the buffer and returns it. + */ + readValue(): any; + /** + * Marks an `ArrayBuffer` as having its contents transferred out of band. + * Pass the corresponding `ArrayBuffer` in the serializing context to `serializer.transferArrayBuffer()` (or return the `id` from `serializer._getSharedArrayBufferId()` in the case of + * `SharedArrayBuffer`s). + * @param id A 32-bit unsigned integer. + * @param arrayBuffer An `ArrayBuffer` instance. + */ + transferArrayBuffer(id: number, arrayBuffer: ArrayBuffer): void; + /** + * Reads the underlying wire format version. Likely mostly to be useful to + * legacy code reading old wire format versions. May not be called before `.readHeader()`. + */ + getWireFormatVersion(): number; + /** + * Read a raw 32-bit unsigned integer and return it. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint32(): number; + /** + * Read a raw 64-bit unsigned integer and return it as an array `[hi, lo]` with two 32-bit unsigned integer entries. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readUint64(): [number, number]; + /** + * Read a JS `number` value. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readDouble(): number; + /** + * Read raw bytes from the deserializer's internal buffer. The `length` parameter + * must correspond to the length of the buffer that was passed to `serializer.writeRawBytes()`. + * For use inside of a custom `deserializer._readHostObject()`. + */ + readRawBytes(length: number): Buffer; + } + /** + * A subclass of `Deserializer` corresponding to the format written by `DefaultSerializer`. + * @since v8.0.0 + */ + class DefaultDeserializer extends Deserializer {} + /** + * Uses a `DefaultSerializer` to serialize `value` into a buffer. + * + * `ERR_BUFFER_TOO_LARGE` will be thrown when trying to + * serialize a huge object which requires buffer + * larger than `buffer.constants.MAX_LENGTH`. + * @since v8.0.0 + */ + function serialize(value: any): Buffer; + /** + * Uses a `DefaultDeserializer` with default options to read a JS value + * from a buffer. + * @since v8.0.0 + * @param buffer A buffer returned by {@link serialize}. + */ + function deserialize(buffer: NodeJS.ArrayBufferView): any; + /** + * The `v8.takeCoverage()` method allows the user to write the coverage started by `NODE_V8_COVERAGE` to disk on demand. This method can be invoked multiple + * times during the lifetime of the process. Each time the execution counter will + * be reset and a new coverage report will be written to the directory specified + * by `NODE_V8_COVERAGE`. + * + * When the process is about to exit, one last coverage will still be written to + * disk unless {@link stopCoverage} is invoked before the process exits. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function takeCoverage(): void; + /** + * The `v8.stopCoverage()` method allows the user to stop the coverage collection + * started by `NODE_V8_COVERAGE`, so that V8 can release the execution count + * records and optimize code. This can be used in conjunction with {@link takeCoverage} if the user wants to collect the coverage on demand. + * @since v15.1.0, v14.18.0, v12.22.0 + */ + function stopCoverage(): void; + /** + * The API is a no-op if `--heapsnapshot-near-heap-limit` is already set from the command line or the API is called more than once. + * `limit` must be a positive integer. See [`--heapsnapshot-near-heap-limit`](https://nodejs.org/docs/latest-v22.x/api/cli.html#--heapsnapshot-near-heap-limitmax_count) for more information. + * @experimental + * @since v18.10.0, v16.18.0 + */ + function setHeapSnapshotNearHeapLimit(limit: number): void; + /** + * This API collects GC data in current thread. + * @since v19.6.0, v18.15.0 + */ + class GCProfiler { + /** + * Start collecting GC data. + * @since v19.6.0, v18.15.0 + */ + start(): void; + /** + * Stop collecting GC data and return an object. The content of object + * is as follows. + * + * ```json + * { + * "version": 1, + * "startTime": 1674059033862, + * "statistics": [ + * { + * "gcType": "Scavenge", + * "beforeGC": { + * "heapStatistics": { + * "totalHeapSize": 5005312, + * "totalHeapSizeExecutable": 524288, + * "totalPhysicalSize": 5226496, + * "totalAvailableSize": 4341325216, + * "totalGlobalHandlesSize": 8192, + * "usedGlobalHandlesSize": 2112, + * "usedHeapSize": 4883840, + * "heapSizeLimit": 4345298944, + * "mallocedMemory": 254128, + * "externalMemory": 225138, + * "peakMallocedMemory": 181760 + * }, + * "heapSpaceStatistics": [ + * { + * "spaceName": "read_only_space", + * "spaceSize": 0, + * "spaceUsedSize": 0, + * "spaceAvailableSize": 0, + * "physicalSpaceSize": 0 + * } + * ] + * }, + * "cost": 1574.14, + * "afterGC": { + * "heapStatistics": { + * "totalHeapSize": 6053888, + * "totalHeapSizeExecutable": 524288, + * "totalPhysicalSize": 5500928, + * "totalAvailableSize": 4341101384, + * "totalGlobalHandlesSize": 8192, + * "usedGlobalHandlesSize": 2112, + * "usedHeapSize": 4059096, + * "heapSizeLimit": 4345298944, + * "mallocedMemory": 254128, + * "externalMemory": 225138, + * "peakMallocedMemory": 181760 + * }, + * "heapSpaceStatistics": [ + * { + * "spaceName": "read_only_space", + * "spaceSize": 0, + * "spaceUsedSize": 0, + * "spaceAvailableSize": 0, + * "physicalSpaceSize": 0 + * } + * ] + * } + * } + * ], + * "endTime": 1674059036865 + * } + * ``` + * + * Here's an example. + * + * ```js + * import { GCProfiler } from 'node:v8'; + * const profiler = new GCProfiler(); + * profiler.start(); + * setTimeout(() => { + * console.log(profiler.stop()); + * }, 1000); + * ``` + * @since v19.6.0, v18.15.0 + */ + stop(): GCProfilerResult; + } + interface GCProfilerResult { + version: number; + startTime: number; + endTime: number; + statistics: Array<{ + gcType: string; + cost: number; + beforeGC: { + heapStatistics: HeapStatistics; + heapSpaceStatistics: HeapSpaceStatistics[]; + }; + afterGC: { + heapStatistics: HeapStatistics; + heapSpaceStatistics: HeapSpaceStatistics[]; + }; + }>; + } + interface HeapStatistics { + totalHeapSize: number; + totalHeapSizeExecutable: number; + totalPhysicalSize: number; + totalAvailableSize: number; + totalGlobalHandlesSize: number; + usedGlobalHandlesSize: number; + usedHeapSize: number; + heapSizeLimit: number; + mallocedMemory: number; + externalMemory: number; + peakMallocedMemory: number; + } + interface HeapSpaceStatistics { + spaceName: string; + spaceSize: number; + spaceUsedSize: number; + spaceAvailableSize: number; + physicalSpaceSize: number; + } + /** + * Called when a promise is constructed. This does not mean that corresponding before/after events will occur, only that the possibility exists. This will + * happen if a promise is created without ever getting a continuation. + * @since v17.1.0, v16.14.0 + * @param promise The promise being created. + * @param parent The promise continued from, if applicable. + */ + interface Init { + (promise: Promise, parent: Promise): void; + } + /** + * Called before a promise continuation executes. This can be in the form of `then()`, `catch()`, or `finally()` handlers or an await resuming. + * + * The before callback will be called 0 to N times. The before callback will typically be called 0 times if no continuation was ever made for the promise. + * The before callback may be called many times in the case where many continuations have been made from the same promise. + * @since v17.1.0, v16.14.0 + */ + interface Before { + (promise: Promise): void; + } + /** + * Called immediately after a promise continuation executes. This may be after a `then()`, `catch()`, or `finally()` handler or before an await after another await. + * @since v17.1.0, v16.14.0 + */ + interface After { + (promise: Promise): void; + } + /** + * Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of {@link Promise.resolve()} or + * {@link Promise.reject()}. + * @since v17.1.0, v16.14.0 + */ + interface Settled { + (promise: Promise): void; + } + /** + * Key events in the lifetime of a promise have been categorized into four areas: creation of a promise, before/after a continuation handler is called or + * around an await, and when the promise resolves or rejects. + * + * Because promises are asynchronous resources whose lifecycle is tracked via the promise hooks mechanism, the `init()`, `before()`, `after()`, and + * `settled()` callbacks must not be async functions as they create more promises which would produce an infinite loop. + * @since v17.1.0, v16.14.0 + */ + interface HookCallbacks { + init?: Init; + before?: Before; + after?: After; + settled?: Settled; + } + interface PromiseHooks { + /** + * The `init` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param init The {@link Init | `init` callback} to call when a promise is created. + * @return Call to stop the hook. + */ + onInit: (init: Init) => Function; + /** + * The `settled` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param settled The {@link Settled | `settled` callback} to call when a promise is created. + * @return Call to stop the hook. + */ + onSettled: (settled: Settled) => Function; + /** + * The `before` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param before The {@link Before | `before` callback} to call before a promise continuation executes. + * @return Call to stop the hook. + */ + onBefore: (before: Before) => Function; + /** + * The `after` hook must be a plain function. Providing an async function will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param after The {@link After | `after` callback} to call after a promise continuation executes. + * @return Call to stop the hook. + */ + onAfter: (after: After) => Function; + /** + * Registers functions to be called for different lifetime events of each promise. + * The callbacks `init()`/`before()`/`after()`/`settled()` are called for the respective events during a promise's lifetime. + * All callbacks are optional. For example, if only promise creation needs to be tracked, then only the init callback needs to be passed. + * The hook callbacks must be plain functions. Providing async functions will throw as it would produce an infinite microtask loop. + * @since v17.1.0, v16.14.0 + * @param callbacks The {@link HookCallbacks | Hook Callbacks} to register + * @return Used for disabling hooks + */ + createHook: (callbacks: HookCallbacks) => Function; + } + /** + * The `promiseHooks` interface can be used to track promise lifecycle events. + * @since v17.1.0, v16.14.0 + */ + const promiseHooks: PromiseHooks; + type StartupSnapshotCallbackFn = (args: any) => any; + interface StartupSnapshot { + /** + * Add a callback that will be called when the Node.js instance is about to get serialized into a snapshot and exit. + * This can be used to release resources that should not or cannot be serialized or to convert user data into a form more suitable for serialization. + * @since v18.6.0, v16.17.0 + */ + addSerializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * Add a callback that will be called when the Node.js instance is deserialized from a snapshot. + * The `callback` and the `data` (if provided) will be serialized into the snapshot, they can be used to re-initialize the state of the application or + * to re-acquire resources that the application needs when the application is restarted from the snapshot. + * @since v18.6.0, v16.17.0 + */ + addDeserializeCallback(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * This sets the entry point of the Node.js application when it is deserialized from a snapshot. This can be called only once in the snapshot building script. + * If called, the deserialized application no longer needs an additional entry point script to start up and will simply invoke the callback along with the deserialized + * data (if provided), otherwise an entry point script still needs to be provided to the deserialized application. + * @since v18.6.0, v16.17.0 + */ + setDeserializeMainFunction(callback: StartupSnapshotCallbackFn, data?: any): void; + /** + * Returns true if the Node.js instance is run to build a snapshot. + * @since v18.6.0, v16.17.0 + */ + isBuildingSnapshot(): boolean; + } + /** + * The `v8.startupSnapshot` interface can be used to add serialization and deserialization hooks for custom startup snapshots. + * + * ```bash + * $ node --snapshot-blob snapshot.blob --build-snapshot entry.js + * # This launches a process with the snapshot + * $ node --snapshot-blob snapshot.blob + * ``` + * + * In the example above, `entry.js` can use methods from the `v8.startupSnapshot` interface to specify how to save information for custom objects + * in the snapshot during serialization and how the information can be used to synchronize these objects during deserialization of the snapshot. + * For example, if the `entry.js` contains the following script: + * + * ```js + * 'use strict'; + * + * import fs from 'node:fs'; + * import zlib from 'node:zlib'; + * import path from 'node:path'; + * import assert from 'node:assert'; + * + * import v8 from 'node:v8'; + * + * class BookShelf { + * storage = new Map(); + * + * // Reading a series of files from directory and store them into storage. + * constructor(directory, books) { + * for (const book of books) { + * this.storage.set(book, fs.readFileSync(path.join(directory, book))); + * } + * } + * + * static compressAll(shelf) { + * for (const [ book, content ] of shelf.storage) { + * shelf.storage.set(book, zlib.gzipSync(content)); + * } + * } + * + * static decompressAll(shelf) { + * for (const [ book, content ] of shelf.storage) { + * shelf.storage.set(book, zlib.gunzipSync(content)); + * } + * } + * } + * + * // __dirname here is where the snapshot script is placed + * // during snapshot building time. + * const shelf = new BookShelf(__dirname, [ + * 'book1.en_US.txt', + * 'book1.es_ES.txt', + * 'book2.zh_CN.txt', + * ]); + * + * assert(v8.startupSnapshot.isBuildingSnapshot()); + * // On snapshot serialization, compress the books to reduce size. + * v8.startupSnapshot.addSerializeCallback(BookShelf.compressAll, shelf); + * // On snapshot deserialization, decompress the books. + * v8.startupSnapshot.addDeserializeCallback(BookShelf.decompressAll, shelf); + * v8.startupSnapshot.setDeserializeMainFunction((shelf) => { + * // process.env and process.argv are refreshed during snapshot + * // deserialization. + * const lang = process.env.BOOK_LANG || 'en_US'; + * const book = process.argv[1]; + * const name = `${book}.${lang}.txt`; + * console.log(shelf.storage.get(name)); + * }, shelf); + * ``` + * + * The resulted binary will get print the data deserialized from the snapshot during start up, using the refreshed `process.env` and `process.argv` of the launched process: + * + * ```bash + * $ BOOK_LANG=es_ES node --snapshot-blob snapshot.blob book1 + * # Prints content of book1.es_ES.txt deserialized from the snapshot. + * ``` + * + * Currently the application deserialized from a user-land snapshot cannot be snapshotted again, so these APIs are only available to applications that are not deserialized from a user-land snapshot. + * + * @experimental + * @since v18.6.0, v16.17.0 + */ + const startupSnapshot: StartupSnapshot; +} +declare module "node:v8" { + export * from "v8"; +} diff --git a/server/node_modules/@types/node/vm.d.ts b/server/node_modules/@types/node/vm.d.ts new file mode 100644 index 000000000..928833ccd --- /dev/null +++ b/server/node_modules/@types/node/vm.d.ts @@ -0,0 +1,976 @@ +/** + * The `node:vm` module enables compiling and running code within V8 Virtual + * Machine contexts. + * + * **The `node:vm` module is not a security** + * **mechanism. Do not use it to run untrusted code.** + * + * JavaScript code can be compiled and run immediately or + * compiled, saved, and run later. + * + * A common use case is to run the code in a different V8 Context. This means + * invoked code has a different global object than the invoking code. + * + * One can provide the context by `contextifying` an + * object. The invoked code treats any property in the context like a + * global variable. Any changes to global variables caused by the invoked + * code are reflected in the context object. + * + * ```js + * import vm from 'node:vm'; + * + * const x = 1; + * + * const context = { x: 2 }; + * vm.createContext(context); // Contextify the object. + * + * const code = 'x += 40; var y = 17;'; + * // `x` and `y` are global variables in the context. + * // Initially, x has the value 2 because that is the value of context.x. + * vm.runInContext(code, context); + * + * console.log(context.x); // 42 + * console.log(context.y); // 17 + * + * console.log(x); // 1; y is not defined. + * ``` + * @see [source](https://github.com/nodejs/node/blob/v22.x/lib/vm.js) + */ +declare module "vm" { + import { ImportAttributes } from "node:module"; + interface Context extends NodeJS.Dict {} + interface BaseOptions { + /** + * Specifies the filename used in stack traces produced by this script. + * @default '' + */ + filename?: string | undefined; + /** + * Specifies the line number offset that is displayed in stack traces produced by this script. + * @default 0 + */ + lineOffset?: number | undefined; + /** + * Specifies the column number offset that is displayed in stack traces produced by this script. + * @default 0 + */ + columnOffset?: number | undefined; + } + interface ScriptOptions extends BaseOptions { + /** + * V8's code cache data for the supplied source. + */ + cachedData?: Buffer | NodeJS.ArrayBufferView | undefined; + /** @deprecated in favor of `script.createCachedData()` */ + produceCachedData?: boolean | undefined; + /** + * Used to specify how the modules should be loaded during the evaluation of this script when `import()` is called. This option is + * part of the experimental modules API. We do not recommend using it in a production environment. For detailed information, see + * [Support of dynamic `import()` in compilation APIs](https://nodejs.org/docs/latest-v22.x/api/vm.html#support-of-dynamic-import-in-compilation-apis). + */ + importModuleDynamically?: + | ((specifier: string, script: Script, importAttributes: ImportAttributes) => Module | Promise) + | typeof constants.USE_MAIN_CONTEXT_DEFAULT_LOADER + | undefined; + } + interface RunningScriptOptions extends BaseOptions { + /** + * When `true`, if an `Error` occurs while compiling the `code`, the line of code causing the error is attached to the stack trace. + * @default true + */ + displayErrors?: boolean | undefined; + /** + * Specifies the number of milliseconds to execute code before terminating execution. + * If execution is terminated, an `Error` will be thrown. This value must be a strictly positive integer. + */ + timeout?: number | undefined; + /** + * If `true`, the execution will be terminated when `SIGINT` (Ctrl+C) is received. + * Existing handlers for the event that have been attached via `process.on('SIGINT')` will be disabled during script execution, but will continue to work after that. + * If execution is terminated, an `Error` will be thrown. + * @default false + */ + breakOnSigint?: boolean | undefined; + } + interface RunningScriptInNewContextOptions extends RunningScriptOptions { + /** + * Human-readable name of the newly created context. + */ + contextName?: CreateContextOptions["name"]; + /** + * Origin corresponding to the newly created context for display purposes. The origin should be formatted like a URL, + * but with only the scheme, host, and port (if necessary), like the value of the `url.origin` property of a `URL` object. + * Most notably, this string should omit the trailing slash, as that denotes a path. + */ + contextOrigin?: CreateContextOptions["origin"]; + contextCodeGeneration?: CreateContextOptions["codeGeneration"]; + /** + * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. + */ + microtaskMode?: CreateContextOptions["microtaskMode"]; + } + interface RunningCodeOptions extends RunningScriptOptions { + cachedData?: ScriptOptions["cachedData"]; + importModuleDynamically?: ScriptOptions["importModuleDynamically"]; + } + interface RunningCodeInNewContextOptions extends RunningScriptInNewContextOptions { + cachedData?: ScriptOptions["cachedData"]; + importModuleDynamically?: ScriptOptions["importModuleDynamically"]; + } + interface CompileFunctionOptions extends BaseOptions { + /** + * Provides an optional data with V8's code cache data for the supplied source. + */ + cachedData?: Buffer | undefined; + /** + * Specifies whether to produce new cache data. + * @default false + */ + produceCachedData?: boolean | undefined; + /** + * The sandbox/context in which the said function should be compiled in. + */ + parsingContext?: Context | undefined; + /** + * An array containing a collection of context extensions (objects wrapping the current scope) to be applied while compiling + */ + contextExtensions?: Object[] | undefined; + } + interface CreateContextOptions { + /** + * Human-readable name of the newly created context. + * @default 'VM Context i' Where i is an ascending numerical index of the created context. + */ + name?: string | undefined; + /** + * Corresponds to the newly created context for display purposes. + * The origin should be formatted like a `URL`, but with only the scheme, host, and port (if necessary), + * like the value of the `url.origin` property of a URL object. + * Most notably, this string should omit the trailing slash, as that denotes a path. + * @default '' + */ + origin?: string | undefined; + codeGeneration?: + | { + /** + * If set to false any calls to eval or function constructors (Function, GeneratorFunction, etc) + * will throw an EvalError. + * @default true + */ + strings?: boolean | undefined; + /** + * If set to false any attempt to compile a WebAssembly module will throw a WebAssembly.CompileError. + * @default true + */ + wasm?: boolean | undefined; + } + | undefined; + /** + * If set to `afterEvaluate`, microtasks will be run immediately after the script has run. + */ + microtaskMode?: "afterEvaluate" | undefined; + } + type MeasureMemoryMode = "summary" | "detailed"; + interface MeasureMemoryOptions { + /** + * @default 'summary' + */ + mode?: MeasureMemoryMode | undefined; + /** + * @default 'default' + */ + execution?: "default" | "eager" | undefined; + } + interface MemoryMeasurement { + total: { + jsMemoryEstimate: number; + jsMemoryRange: [number, number]; + }; + } + /** + * Instances of the `vm.Script` class contain precompiled scripts that can be + * executed in specific contexts. + * @since v0.3.1 + */ + class Script { + constructor(code: string, options?: ScriptOptions | string); + /** + * Runs the compiled code contained by the `vm.Script` object within the given `contextifiedObject` and returns the result. Running code does not have access + * to local scope. + * + * The following example compiles code that increments a global variable, sets + * the value of another global variable, then execute the code multiple times. + * The globals are contained in the `context` object. + * + * ```js + * import vm from 'node:vm'; + * + * const context = { + * animal: 'cat', + * count: 2, + * }; + * + * const script = new vm.Script('count += 1; name = "kitty";'); + * + * vm.createContext(context); + * for (let i = 0; i < 10; ++i) { + * script.runInContext(context); + * } + * + * console.log(context); + * // Prints: { animal: 'cat', count: 12, name: 'kitty' } + * ``` + * + * Using the `timeout` or `breakOnSigint` options will result in new event loops + * and corresponding threads being started, which have a non-zero performance + * overhead. + * @since v0.3.1 + * @param contextifiedObject A `contextified` object as returned by the `vm.createContext()` method. + * @return the result of the very last statement executed in the script. + */ + runInContext(contextifiedObject: Context, options?: RunningScriptOptions): any; + /** + * This method is a shortcut to `script.runInContext(vm.createContext(options), options)`. + * It does several things at once: + * + * 1. Creates a new context. + * 2. If `contextObject` is an object, contextifies it with the new context. + * If `contextObject` is undefined, creates a new object and contextifies it. + * If `contextObject` is `vm.constants.DONT_CONTEXTIFY`, don't contextify anything. + * 3. Runs the compiled code contained by the `vm.Script` object within the created context. The code + * does not have access to the scope in which this method is called. + * 4. Returns the result. + * + * The following example compiles code that sets a global variable, then executes + * the code multiple times in different contexts. The globals are set on and + * contained within each individual `context`. + * + * ```js + * const vm = require('node:vm'); + * + * const script = new vm.Script('globalVar = "set"'); + * + * const contexts = [{}, {}, {}]; + * contexts.forEach((context) => { + * script.runInNewContext(context); + * }); + * + * console.log(contexts); + * // Prints: [{ globalVar: 'set' }, { globalVar: 'set' }, { globalVar: 'set' }] + * + * // This would throw if the context is created from a contextified object. + * // vm.constants.DONT_CONTEXTIFY allows creating contexts with ordinary + * // global objects that can be frozen. + * const freezeScript = new vm.Script('Object.freeze(globalThis); globalThis;'); + * const frozenContext = freezeScript.runInNewContext(vm.constants.DONT_CONTEXTIFY); + * ``` + * @since v0.3.1 + * @param contextObject Either `vm.constants.DONT_CONTEXTIFY` or an object that will be contextified. + * If `undefined`, an empty contextified object will be created for backwards compatibility. + * @return the result of the very last statement executed in the script. + */ + runInNewContext( + contextObject?: Context | typeof constants.DONT_CONTEXTIFY, + options?: RunningScriptInNewContextOptions, + ): any; + /** + * Runs the compiled code contained by the `vm.Script` within the context of the + * current `global` object. Running code does not have access to local scope, but _does_ have access to the current `global` object. + * + * The following example compiles code that increments a `global` variable then + * executes that code multiple times: + * + * ```js + * import vm from 'node:vm'; + * + * global.globalVar = 0; + * + * const script = new vm.Script('globalVar += 1', { filename: 'myfile.vm' }); + * + * for (let i = 0; i < 1000; ++i) { + * script.runInThisContext(); + * } + * + * console.log(globalVar); + * + * // 1000 + * ``` + * @since v0.3.1 + * @return the result of the very last statement executed in the script. + */ + runInThisContext(options?: RunningScriptOptions): any; + /** + * Creates a code cache that can be used with the `Script` constructor's `cachedData` option. Returns a `Buffer`. This method may be called at any + * time and any number of times. + * + * The code cache of the `Script` doesn't contain any JavaScript observable + * states. The code cache is safe to be saved along side the script source and + * used to construct new `Script` instances multiple times. + * + * Functions in the `Script` source can be marked as lazily compiled and they are + * not compiled at construction of the `Script`. These functions are going to be + * compiled when they are invoked the first time. The code cache serializes the + * metadata that V8 currently knows about the `Script` that it can use to speed up + * future compilations. + * + * ```js + * const script = new vm.Script(` + * function add(a, b) { + * return a + b; + * } + * + * const x = add(1, 2); + * `); + * + * const cacheWithoutAdd = script.createCachedData(); + * // In `cacheWithoutAdd` the function `add()` is marked for full compilation + * // upon invocation. + * + * script.runInThisContext(); + * + * const cacheWithAdd = script.createCachedData(); + * // `cacheWithAdd` contains fully compiled function `add()`. + * ``` + * @since v10.6.0 + */ + createCachedData(): Buffer; + /** @deprecated in favor of `script.createCachedData()` */ + cachedDataProduced?: boolean | undefined; + /** + * When `cachedData` is supplied to create the `vm.Script`, this value will be set + * to either `true` or `false` depending on acceptance of the data by V8. + * Otherwise the value is `undefined`. + * @since v5.7.0 + */ + cachedDataRejected?: boolean | undefined; + cachedData?: Buffer | undefined; + /** + * When the script is compiled from a source that contains a source map magic + * comment, this property will be set to the URL of the source map. + * + * ```js + * import vm from 'node:vm'; + * + * const script = new vm.Script(` + * function myFunc() {} + * //# sourceMappingURL=sourcemap.json + * `); + * + * console.log(script.sourceMapURL); + * // Prints: sourcemap.json + * ``` + * @since v19.1.0, v18.13.0 + */ + sourceMapURL?: string | undefined; + } + /** + * If the given `contextObject` is an object, the `vm.createContext()` method will + * [prepare that object](https://nodejs.org/docs/latest-v22.x/api/vm.html#what-does-it-mean-to-contextify-an-object) + * and return a reference to it so that it can be used in calls to {@link runInContext} or + * [`script.runInContext()`](https://nodejs.org/docs/latest-v22.x/api/vm.html#scriptrunincontextcontextifiedobject-options). + * Inside such scripts, the global object will be wrapped by the `contextObject`, retaining all of its + * existing properties but also having the built-in objects and functions any standard + * [global object](https://es5.github.io/#x15.1) has. Outside of scripts run by the vm module, global + * variables will remain unchanged. + * + * ```js + * const vm = require('node:vm'); + * + * global.globalVar = 3; + * + * const context = { globalVar: 1 }; + * vm.createContext(context); + * + * vm.runInContext('globalVar *= 2;', context); + * + * console.log(context); + * // Prints: { globalVar: 2 } + * + * console.log(global.globalVar); + * // Prints: 3 + * ``` + * + * If `contextObject` is omitted (or passed explicitly as `undefined`), a new, + * empty contextified object will be returned. + * + * When the global object in the newly created context is contextified, it has some quirks + * compared to ordinary global objects. For example, it cannot be frozen. To create a context + * without the contextifying quirks, pass `vm.constants.DONT_CONTEXTIFY` as the `contextObject` + * argument. See the documentation of `vm.constants.DONT_CONTEXTIFY` for details. + * + * The `vm.createContext()` method is primarily useful for creating a single + * context that can be used to run multiple scripts. For instance, if emulating a + * web browser, the method can be used to create a single context representing a + * window's global object, then run all ` +``` + +Using unpkg CDN: + +```html + +``` + +## Example + +> **Note**: CommonJS usage +> In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach: + +```js +import axios from 'axios'; +//const axios = require('axios'); // legacy way + +// Make a request for a user with a given ID +axios.get('/user?ID=12345') + .then(function (response) { + // handle success + console.log(response); + }) + .catch(function (error) { + // handle error + console.log(error); + }) + .finally(function () { + // always executed + }); + +// Optionally the request above could also be done as +axios.get('/user', { + params: { + ID: 12345 + } + }) + .then(function (response) { + console.log(response); + }) + .catch(function (error) { + console.log(error); + }) + .finally(function () { + // always executed + }); + +// Want to use async/await? Add the `async` keyword to your outer function/method. +async function getUser() { + try { + const response = await axios.get('/user?ID=12345'); + console.log(response); + } catch (error) { + console.error(error); + } +} +``` + +> **Note**: `async/await` is part of ECMAScript 2017 and is not supported in Internet +> Explorer and older browsers, so use with caution. + +Performing a `POST` request + +```js +axios.post('/user', { + firstName: 'Fred', + lastName: 'Flintstone' + }) + .then(function (response) { + console.log(response); + }) + .catch(function (error) { + console.log(error); + }); +``` + +Performing multiple concurrent requests + +```js +function getUserAccount() { + return axios.get('/user/12345'); +} + +function getUserPermissions() { + return axios.get('/user/12345/permissions'); +} + +Promise.all([getUserAccount(), getUserPermissions()]) + .then(function (results) { + const acct = results[0]; + const perm = results[1]; + }); +``` + +## axios API + +Requests can be made by passing the relevant config to `axios`. + +##### axios(config) + +```js +// Send a POST request +axios({ + method: 'post', + url: '/user/12345', + data: { + firstName: 'Fred', + lastName: 'Flintstone' + } +}); +``` + +```js +// GET request for remote image in node.js +axios({ + method: 'get', + url: 'https://bit.ly/2mTM3nY', + responseType: 'stream' +}) + .then(function (response) { + response.data.pipe(fs.createWriteStream('ada_lovelace.jpg')) + }); +``` + +##### axios(url[, config]) + +```js +// Send a GET request (default method) +axios('/user/12345'); +``` + +### Request method aliases + +For convenience, aliases have been provided for all common request methods. + +##### axios.request(config) +##### axios.get(url[, config]) +##### axios.delete(url[, config]) +##### axios.head(url[, config]) +##### axios.options(url[, config]) +##### axios.post(url[, data[, config]]) +##### axios.put(url[, data[, config]]) +##### axios.patch(url[, data[, config]]) + +###### NOTE +When using the alias methods `url`, `method`, and `data` properties don't need to be specified in config. + +### Concurrency (Deprecated) +Please use `Promise.all` to replace the below functions. + +Helper functions for dealing with concurrent requests. + +axios.all(iterable) +axios.spread(callback) + +### Creating an instance + +You can create a new instance of axios with a custom config. + +##### axios.create([config]) + +```js +const instance = axios.create({ + baseURL: 'https://some-domain.com/api/', + timeout: 1000, + headers: {'X-Custom-Header': 'foobar'} +}); +``` + +### Instance methods + +The available instance methods are listed below. The specified config will be merged with the instance config. + +##### axios#request(config) +##### axios#get(url[, config]) +##### axios#delete(url[, config]) +##### axios#head(url[, config]) +##### axios#options(url[, config]) +##### axios#post(url[, data[, config]]) +##### axios#put(url[, data[, config]]) +##### axios#patch(url[, data[, config]]) +##### axios#getUri([config]) + +## Request Config + +These are the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified. + +```js +{ + // `url` is the server URL that will be used for the request + url: '/user', + + // `method` is the request method to be used when making the request + method: 'get', // default + + // `baseURL` will be prepended to `url` unless `url` is absolute and option `allowAbsoluteUrls` is set to true. + // It can be convenient to set `baseURL` for an instance of axios to pass relative URLs + // to methods of that instance. + baseURL: 'https://some-domain.com/api/', + + // `allowAbsoluteUrls` determines whether or not absolute URLs will override a configured `baseUrl`. + // When set to true (default), absolute values for `url` will override `baseUrl`. + // When set to false, absolute values for `url` will always be prepended by `baseUrl`. + allowAbsoluteUrls: true, + + // `transformRequest` allows changes to the request data before it is sent to the server + // This is only applicable for request methods 'PUT', 'POST', 'PATCH' and 'DELETE' + // The last function in the array must return a string or an instance of Buffer, ArrayBuffer, + // FormData or Stream + // You may modify the headers object. + transformRequest: [function (data, headers) { + // Do whatever you want to transform the data + + return data; + }], + + // `transformResponse` allows changes to the response data to be made before + // it is passed to then/catch + transformResponse: [function (data) { + // Do whatever you want to transform the data + + return data; + }], + + // `headers` are custom headers to be sent + headers: {'X-Requested-With': 'XMLHttpRequest'}, + + // `params` are the URL parameters to be sent with the request + // Must be a plain object or a URLSearchParams object + params: { + ID: 12345 + }, + + // `paramsSerializer` is an optional config that allows you to customize serializing `params`. + paramsSerializer: { + + // Custom encoder function which sends key/value pairs in an iterative fashion. + encode?: (param: string): string => { /* Do custom operations here and return transformed string */ }, + + // Custom serializer function for the entire parameter. Allows user to mimic pre 1.x behaviour. + serialize?: (params: Record, options?: ParamsSerializerOptions ), + + // Configuration for formatting array indexes in the params. + indexes: false // Three available options: (1) indexes: null (leads to no brackets), (2) (default) indexes: false (leads to empty brackets), (3) indexes: true (leads to brackets with indexes). + }, + + // `data` is the data to be sent as the request body + // Only applicable for request methods 'PUT', 'POST', 'DELETE , and 'PATCH' + // When no `transformRequest` is set, must be of one of the following types: + // - string, plain object, ArrayBuffer, ArrayBufferView, URLSearchParams + // - Browser only: FormData, File, Blob + // - Node only: Stream, Buffer, FormData (form-data package) + data: { + firstName: 'Fred' + }, + + // syntax alternative to send data into the body + // method post + // only the value is sent, not the key + data: 'Country=Brasil&City=Belo Horizonte', + + // `timeout` specifies the number of milliseconds before the request times out. + // If the request takes longer than `timeout`, the request will be aborted. + timeout: 1000, // default is `0` (no timeout) + + // `withCredentials` indicates whether or not cross-site Access-Control requests + // should be made using credentials + withCredentials: false, // default + + // `adapter` allows custom handling of requests which makes testing easier. + // Return a promise and supply a valid response (see lib/adapters/README.md) + adapter: function (config) { + /* ... */ + }, + // Also, you can set the name of the built-in adapter, or provide an array with their names + // to choose the first available in the environment + adapter: 'xhr', // 'fetch' | 'http' | ['xhr', 'http', 'fetch'] + + // `auth` indicates that HTTP Basic auth should be used, and supplies credentials. + // This will set an `Authorization` header, overwriting any existing + // `Authorization` custom headers you have set using `headers`. + // Please note that only HTTP Basic auth is configurable through this parameter. + // For Bearer tokens and such, use `Authorization` custom headers instead. + auth: { + username: 'janedoe', + password: 's00pers3cret' + }, + + // `responseType` indicates the type of data that the server will respond with + // options are: 'arraybuffer', 'document', 'json', 'text', 'stream' + // browser only: 'blob' + responseType: 'json', // default + + // `responseEncoding` indicates encoding to use for decoding responses (Node.js only) + // Note: Ignored for `responseType` of 'stream' or client-side requests + // options are: 'ascii', 'ASCII', 'ansi', 'ANSI', 'binary', 'BINARY', 'base64', 'BASE64', 'base64url', + // 'BASE64URL', 'hex', 'HEX', 'latin1', 'LATIN1', 'ucs-2', 'UCS-2', 'ucs2', 'UCS2', 'utf-8', 'UTF-8', + // 'utf8', 'UTF8', 'utf16le', 'UTF16LE' + responseEncoding: 'utf8', // default + + // `xsrfCookieName` is the name of the cookie to use as a value for xsrf token + xsrfCookieName: 'XSRF-TOKEN', // default + + // `xsrfHeaderName` is the name of the http header that carries the xsrf token value + xsrfHeaderName: 'X-XSRF-TOKEN', // default + + // `undefined` (default) - set XSRF header only for the same origin requests + withXSRFToken: boolean | undefined | ((config: InternalAxiosRequestConfig) => boolean | undefined), + + // `onUploadProgress` allows handling of progress events for uploads + // browser & node.js + onUploadProgress: function ({loaded, total, progress, bytes, estimated, rate, upload = true}) { + // Do whatever you want with the Axios progress event + }, + + // `onDownloadProgress` allows handling of progress events for downloads + // browser & node.js + onDownloadProgress: function ({loaded, total, progress, bytes, estimated, rate, download = true}) { + // Do whatever you want with the Axios progress event + }, + + // `maxContentLength` defines the max size of the http response content in bytes allowed in node.js + maxContentLength: 2000, + + // `maxBodyLength` (Node only option) defines the max size of the http request content in bytes allowed + maxBodyLength: 2000, + + // `validateStatus` defines whether to resolve or reject the promise for a given + // HTTP response status code. If `validateStatus` returns `true` (or is set to `null` + // or `undefined`), the promise will be resolved; otherwise, the promise will be + // rejected. + validateStatus: function (status) { + return status >= 200 && status < 300; // default + }, + + // `maxRedirects` defines the maximum number of redirects to follow in node.js. + // If set to 0, no redirects will be followed. + maxRedirects: 21, // default + + // `beforeRedirect` defines a function that will be called before redirect. + // Use this to adjust the request options upon redirecting, + // to inspect the latest response headers, + // or to cancel the request by throwing an error + // If maxRedirects is set to 0, `beforeRedirect` is not used. + beforeRedirect: (options, { headers }) => { + if (options.hostname === "example.com") { + options.auth = "user:password"; + } + }, + + // `socketPath` defines a UNIX Socket to be used in node.js. + // e.g. '/var/run/docker.sock' to send requests to the docker daemon. + // Only either `socketPath` or `proxy` can be specified. + // If both are specified, `socketPath` is used. + socketPath: null, // default + + // `transport` determines the transport method that will be used to make the request. + // If defined, it will be used. Otherwise, if `maxRedirects` is 0, + // the default `http` or `https` library will be used, depending on the protocol specified in `protocol`. + // Otherwise, the `httpFollow` or `httpsFollow` library will be used, again depending on the protocol, + // which can handle redirects. + transport: undefined, // default + + // `httpAgent` and `httpsAgent` define a custom agent to be used when performing http + // and https requests, respectively, in node.js. This allows options to be added like + // `keepAlive` that are not enabled by default. + httpAgent: new http.Agent({ keepAlive: true }), + httpsAgent: new https.Agent({ keepAlive: true }), + + // `proxy` defines the hostname, port, and protocol of the proxy server. + // You can also define your proxy using the conventional `http_proxy` and + // `https_proxy` environment variables. If you are using environment variables + // for your proxy configuration, you can also define a `no_proxy` environment + // variable as a comma-separated list of domains that should not be proxied. + // Use `false` to disable proxies, ignoring environment variables. + // `auth` indicates that HTTP Basic auth should be used to connect to the proxy, and + // supplies credentials. + // This will set an `Proxy-Authorization` header, overwriting any existing + // `Proxy-Authorization` custom headers you have set using `headers`. + // If the proxy server uses HTTPS, then you must set the protocol to `https`. + proxy: { + protocol: 'https', + host: '127.0.0.1', + // hostname: '127.0.0.1' // Takes precedence over 'host' if both are defined + port: 9000, + auth: { + username: 'mikeymike', + password: 'rapunz3l' + } + }, + + // `cancelToken` specifies a cancel token that can be used to cancel the request + // (see Cancellation section below for details) + cancelToken: new CancelToken(function (cancel) { + }), + + // an alternative way to cancel Axios requests using AbortController + signal: new AbortController().signal, + + // `decompress` indicates whether or not the response body should be decompressed + // automatically. If set to `true` will also remove the 'content-encoding' header + // from the responses objects of all decompressed responses + // - Node only (XHR cannot turn off decompression) + decompress: true, // default + + // `insecureHTTPParser` boolean. + // Indicates where to use an insecure HTTP parser that accepts invalid HTTP headers. + // This may allow interoperability with non-conformant HTTP implementations. + // Using the insecure parser should be avoided. + // see options https://nodejs.org/dist/latest-v12.x/docs/api/http.html#http_http_request_url_options_callback + // see also https://nodejs.org/en/blog/vulnerability/february-2020-security-releases/#strict-http-header-parsing-none + insecureHTTPParser: undefined, // default + + // transitional options for backward compatibility that may be removed in the newer versions + transitional: { + // silent JSON parsing mode + // `true` - ignore JSON parsing errors and set response.data to null if parsing failed (old behaviour) + // `false` - throw SyntaxError if JSON parsing failed (Note: responseType must be set to 'json') + silentJSONParsing: true, // default value for the current Axios version + + // try to parse the response string as JSON even if `responseType` is not 'json' + forcedJSONParsing: true, + + // throw ETIMEDOUT error instead of generic ECONNABORTED on request timeouts + clarifyTimeoutError: false, + }, + + env: { + // The FormData class to be used to automatically serialize the payload into a FormData object + FormData: window?.FormData || global?.FormData + }, + + formSerializer: { + visitor: (value, key, path, helpers) => {}; // custom visitor function to serialize form values + dots: boolean; // use dots instead of brackets format + metaTokens: boolean; // keep special endings like {} in parameter key + indexes: boolean; // array indexes format null - no brackets, false - empty brackets, true - brackets with indexes + }, + + // http adapter only (node.js) + maxRate: [ + 100 * 1024, // 100KB/s upload limit, + 100 * 1024 // 100KB/s download limit + ] +} +``` + +## Response Schema + +The response for a request contains the following information. + +```js +{ + // `data` is the response that was provided by the server + data: {}, + + // `status` is the HTTP status code from the server response + status: 200, + + // `statusText` is the HTTP status message from the server response + statusText: 'OK', + + // `headers` the HTTP headers that the server responded with + // All header names are lowercase and can be accessed using the bracket notation. + // Example: `response.headers['content-type']` + headers: {}, + + // `config` is the config that was provided to `axios` for the request + config: {}, + + // `request` is the request that generated this response + // It is the last ClientRequest instance in node.js (in redirects) + // and an XMLHttpRequest instance in the browser + request: {} +} +``` + +When using `then`, you will receive the response as follows: + +```js +axios.get('/user/12345') + .then(function (response) { + console.log(response.data); + console.log(response.status); + console.log(response.statusText); + console.log(response.headers); + console.log(response.config); + }); +``` + +When using `catch`, or passing a [rejection callback](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/then) as second parameter of `then`, the response will be available through the `error` object as explained in the [Handling Errors](#handling-errors) section. + +## Config Defaults + +You can specify config defaults that will be applied to every request. + +### Global axios defaults + +```js +axios.defaults.baseURL = 'https://api.example.com'; + +// Important: If axios is used with multiple domains, the AUTH_TOKEN will be sent to all of them. +// See below for an example using Custom instance defaults instead. +axios.defaults.headers.common['Authorization'] = AUTH_TOKEN; + +axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded'; +``` + +### Custom instance defaults + +```js +// Set config defaults when creating the instance +const instance = axios.create({ + baseURL: 'https://api.example.com' +}); + +// Alter defaults after instance has been created +instance.defaults.headers.common['Authorization'] = AUTH_TOKEN; +``` + +### Config order of precedence + +Config will be merged with an order of precedence. The order is library defaults found in [lib/defaults/index.js](https://github.com/axios/axios/blob/main/lib/defaults/index.js#L49), then `defaults` property of the instance, and finally `config` argument for the request. The latter will take precedence over the former. Here's an example. + +```js +// Create an instance using the config defaults provided by the library +// At this point the timeout config value is `0` as is the default for the library +const instance = axios.create(); + +// Override timeout default for the library +// Now all requests using this instance will wait 2.5 seconds before timing out +instance.defaults.timeout = 2500; + +// Override timeout for this request as it's known to take a long time +instance.get('/longRequest', { + timeout: 5000 +}); +``` + +## Interceptors + +You can intercept requests or responses before they are handled by `then` or `catch`. + +```js + +const instance = axios.create(); + +// Add a request interceptor +instance.interceptors.request.use(function (config) { + // Do something before request is sent + return config; + }, function (error) { + // Do something with request error + return Promise.reject(error); + }); + +// Add a response interceptor +instance.interceptors.response.use(function (response) { + // Any status code that lie within the range of 2xx cause this function to trigger + // Do something with response data + return response; + }, function (error) { + // Any status codes that falls outside the range of 2xx cause this function to trigger + // Do something with response error + return Promise.reject(error); + }); +``` + +If you need to remove an interceptor later you can. + +```js +const instance = axios.create(); +const myInterceptor = instance.interceptors.request.use(function () {/*...*/}); +axios.interceptors.request.eject(myInterceptor); +``` + +You can also clear all interceptors for requests or responses. +```js +const instance = axios.create(); +instance.interceptors.request.use(function () {/*...*/}); +instance.interceptors.request.clear(); // Removes interceptors from requests +instance.interceptors.response.use(function () {/*...*/}); +instance.interceptors.response.clear(); // Removes interceptors from responses +``` + +You can add interceptors to a custom instance of axios. + +```js +const instance = axios.create(); +instance.interceptors.request.use(function () {/*...*/}); +``` + +When you add request interceptors, they are presumed to be asynchronous by default. This can cause a delay +in the execution of your axios request when the main thread is blocked (a promise is created under the hood for +the interceptor and your request gets put on the bottom of the call stack). If your request interceptors are synchronous you can add a flag +to the options object that will tell axios to run the code synchronously and avoid any delays in request execution. + +```js +axios.interceptors.request.use(function (config) { + config.headers.test = 'I am only a header!'; + return config; +}, null, { synchronous: true }); +``` + +If you want to execute a particular interceptor based on a runtime check, +you can add a `runWhen` function to the options object. The request interceptor will not be executed **if and only if** the return +of `runWhen` is `false`. The function will be called with the config +object (don't forget that you can bind your own arguments to it as well.) This can be handy when you have an +asynchronous request interceptor that only needs to run at certain times. + +```js +function onGetCall(config) { + return config.method === 'get'; +} +axios.interceptors.request.use(function (config) { + config.headers.test = 'special get headers'; + return config; +}, null, { runWhen: onGetCall }); +``` + +> **Note:** options parameter(having `synchronous` and `runWhen` properties) is only supported for request interceptors at the moment. + +### Multiple Interceptors + +Given you add multiple response interceptors +and when the response was fulfilled +- then each interceptor is executed +- then they are executed in the order they were added +- then only the last interceptor's result is returned +- then every interceptor receives the result of its predecessor +- and when the fulfillment-interceptor throws + - then the following fulfillment-interceptor is not called + - then the following rejection-interceptor is called + - once caught, another following fulfill-interceptor is called again (just like in a promise chain). + +Read [the interceptor tests](./test/specs/interceptors.spec.js) for seeing all this in code. + +## Error Types + +There are many different axios error messages that can appear that can provide basic information about the specifics of the error and where opportunities may lie in debugging. + +The general structure of axios errors is as follows: +| Property | Definition | +| -------- | ---------- | +| message | A quick summary of the error message and the status it failed with. | +| name | This defines where the error originated from. For axios, it will always be an 'AxiosError'. | +| stack | Provides the stack trace of the error. | +| config | An axios config object with specific instance configurations defined by the user from when the request was made | +| code | Represents an axios identified error. The table below lists out specific definitions for internal axios error. | +| status | HTTP response status code. See [here](https://en.wikipedia.org/wiki/List_of_HTTP_status_codes) for common HTTP response status code meanings. + +Below is a list of potential axios identified error: +| Code | Definition | +| -------- | ---------- | +| ERR_BAD_OPTION_VALUE | Invalid or unsupported value provided in axios configuration. | +| ERR_BAD_OPTION | Invalid option provided in axios configuration. | +| ECONNABORTED | Request timed out due to exceeding timeout specified in axios configuration. | +| ETIMEDOUT | Request timed out due to exceeding default axios timelimit. | +| ERR_NETWORK | Network-related issue. +| ERR_FR_TOO_MANY_REDIRECTS | Request is redirected too many times; exceeds max redirects specified in axios configuration. +| ERR_DEPRECATED | Deprecated feature or method used in axios. +| ERR_BAD_RESPONSE | Response cannot be parsed properly or is in an unexpected format. +| ERR_BAD_REQUEST | Requested has unexpected format or missing required parameters. | +| ERR_CANCELED | Feature or method is canceled explicitly by the user. +| ERR_NOT_SUPPORT | Feature or method not supported in the current axios environment. +| ERR_INVALID_URL | Invalid URL provided for axios request. + +## Handling Errors + +the default behavior is to reject every response that returns with a status code that falls out of the range of 2xx and treat it as an error. + +```js +axios.get('/user/12345') + .catch(function (error) { + if (error.response) { + // The request was made and the server responded with a status code + // that falls out of the range of 2xx + console.log(error.response.data); + console.log(error.response.status); + console.log(error.response.headers); + } else if (error.request) { + // The request was made but no response was received + // `error.request` is an instance of XMLHttpRequest in the browser and an instance of + // http.ClientRequest in node.js + console.log(error.request); + } else { + // Something happened in setting up the request that triggered an Error + console.log('Error', error.message); + } + console.log(error.config); + }); +``` + +Using the `validateStatus` config option, you can override the default condition (status >= 200 && status < 300) and define HTTP code(s) that should throw an error. + +```js +axios.get('/user/12345', { + validateStatus: function (status) { + return status < 500; // Resolve only if the status code is less than 500 + } +}) +``` + +Using `toJSON` you get an object with more information about the HTTP error. + +```js +axios.get('/user/12345') + .catch(function (error) { + console.log(error.toJSON()); + }); +``` + +## Cancellation + +### AbortController + +Starting from `v0.22.0` Axios supports AbortController to cancel requests in fetch API way: + +```js +const controller = new AbortController(); + +axios.get('/foo/bar', { + signal: controller.signal +}).then(function(response) { + //... +}); +// cancel the request +controller.abort() +``` + +### CancelToken `👎deprecated` + +You can also cancel a request using a *CancelToken*. + +> The axios cancel token API is based on the withdrawn [cancellable promises proposal](https://github.com/tc39/proposal-cancelable-promises). + +> This API is deprecated since v0.22.0 and shouldn't be used in new projects + +You can create a cancel token using the `CancelToken.source` factory as shown below: + +```js +const CancelToken = axios.CancelToken; +const source = CancelToken.source(); + +axios.get('/user/12345', { + cancelToken: source.token +}).catch(function (thrown) { + if (axios.isCancel(thrown)) { + console.log('Request canceled', thrown.message); + } else { + // handle error + } +}); + +axios.post('/user/12345', { + name: 'new name' +}, { + cancelToken: source.token +}) + +// cancel the request (the message parameter is optional) +source.cancel('Operation canceled by the user.'); +``` + +You can also create a cancel token by passing an executor function to the `CancelToken` constructor: + +```js +const CancelToken = axios.CancelToken; +let cancel; + +axios.get('/user/12345', { + cancelToken: new CancelToken(function executor(c) { + // An executor function receives a cancel function as a parameter + cancel = c; + }) +}); + +// cancel the request +cancel(); +``` + +> **Note:** you can cancel several requests with the same cancel token/abort controller. +> If a cancellation token is already cancelled at the moment of starting an Axios request, then the request is cancelled immediately, without any attempts to make a real request. + +> During the transition period, you can use both cancellation APIs, even for the same request: + +## Using `application/x-www-form-urlencoded` format + +### URLSearchParams + +By default, axios serializes JavaScript objects to `JSON`. To send data in the [`application/x-www-form-urlencoded` format](https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods/POST) instead, you can use the [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) API, which is [supported](http://www.caniuse.com/#feat=urlsearchparams) in the vast majority of browsers,and [ Node](https://nodejs.org/api/url.html#url_class_urlsearchparams) starting with v10 (released in 2018). + +```js +const params = new URLSearchParams({ foo: 'bar' }); +params.append('extraparam', 'value'); +axios.post('/foo', params); +``` + +### Query string (Older browsers) + +For compatibility with very old browsers, there is a [polyfill](https://github.com/WebReflection/url-search-params) available (make sure to polyfill the global environment). + +Alternatively, you can encode data using the [`qs`](https://github.com/ljharb/qs) library: + +```js +const qs = require('qs'); +axios.post('/foo', qs.stringify({ 'bar': 123 })); +``` + +Or in another way (ES6), + +```js +import qs from 'qs'; +const data = { 'bar': 123 }; +const options = { + method: 'POST', + headers: { 'content-type': 'application/x-www-form-urlencoded' }, + data: qs.stringify(data), + url, +}; +axios(options); +``` + +### Older Node.js versions + +For older Node.js engines, you can use the [`querystring`](https://nodejs.org/api/querystring.html) module as follows: + +```js +const querystring = require('querystring'); +axios.post('https://something.com/', querystring.stringify({ foo: 'bar' })); +``` + +You can also use the [`qs`](https://github.com/ljharb/qs) library. + +> **Note**: The `qs` library is preferable if you need to stringify nested objects, as the `querystring` method has [known issues](https://github.com/nodejs/node-v0.x-archive/issues/1665) with that use case. + +### 🆕 Automatic serialization to URLSearchParams + +Axios will automatically serialize the data object to urlencoded format if the content-type header is set to "application/x-www-form-urlencoded". + +```js +const data = { + x: 1, + arr: [1, 2, 3], + arr2: [1, [2], 3], + users: [{name: 'Peter', surname: 'Griffin'}, {name: 'Thomas', surname: 'Anderson'}], +}; + +await axios.postForm('https://postman-echo.com/post', data, + {headers: {'content-type': 'application/x-www-form-urlencoded'}} +); +``` + +The server will handle it as: + +```js + { + x: '1', + 'arr[]': [ '1', '2', '3' ], + 'arr2[0]': '1', + 'arr2[1][0]': '2', + 'arr2[2]': '3', + 'arr3[]': [ '1', '2', '3' ], + 'users[0][name]': 'Peter', + 'users[0][surname]': 'griffin', + 'users[1][name]': 'Thomas', + 'users[1][surname]': 'Anderson' + } +```` + +If your backend body-parser (like `body-parser` of `express.js`) supports nested objects decoding, you will get the same object on the server-side automatically + +```js + var app = express(); + + app.use(bodyParser.urlencoded({ extended: true })); // support encoded bodies + + app.post('/', function (req, res, next) { + // echo body as JSON + res.send(JSON.stringify(req.body)); + }); + + server = app.listen(3000); +``` + +## Using `multipart/form-data` format + +### FormData + +To send the data as a `multipart/formdata` you need to pass a formData instance as a payload. +Setting the `Content-Type` header is not required as Axios guesses it based on the payload type. + +```js +const formData = new FormData(); +formData.append('foo', 'bar'); + +axios.post('https://httpbin.org/post', formData); +``` + +In node.js, you can use the [`form-data`](https://github.com/form-data/form-data) library as follows: + +```js +const FormData = require('form-data'); + +const form = new FormData(); +form.append('my_field', 'my value'); +form.append('my_buffer', new Buffer(10)); +form.append('my_file', fs.createReadStream('/foo/bar.jpg')); + +axios.post('https://example.com', form) +``` + +### 🆕 Automatic serialization to FormData + +Starting from `v0.27.0`, Axios supports automatic object serialization to a FormData object if the request `Content-Type` +header is set to `multipart/form-data`. + +The following request will submit the data in a FormData format (Browser & Node.js): + +```js +import axios from 'axios'; + +axios.post('https://httpbin.org/post', {x: 1}, { + headers: { + 'Content-Type': 'multipart/form-data' + } +}).then(({data}) => console.log(data)); +``` + +In the `node.js` build, the ([`form-data`](https://github.com/form-data/form-data)) polyfill is used by default. + +You can overload the FormData class by setting the `env.FormData` config variable, +but you probably won't need it in most cases: + +```js +const axios = require('axios'); +var FormData = require('form-data'); + +axios.post('https://httpbin.org/post', {x: 1, buf: new Buffer(10)}, { + headers: { + 'Content-Type': 'multipart/form-data' + } +}).then(({data}) => console.log(data)); +``` + +Axios FormData serializer supports some special endings to perform the following operations: + +- `{}` - serialize the value with JSON.stringify +- `[]` - unwrap the array-like object as separate fields with the same key + +> **Note**: unwrap/expand operation will be used by default on arrays and FileList objects + +FormData serializer supports additional options via `config.formSerializer: object` property to handle rare cases: + +- `visitor: Function` - user-defined visitor function that will be called recursively to serialize the data object +to a `FormData` object by following custom rules. + +- `dots: boolean = false` - use dot notation instead of brackets to serialize arrays and objects; + +- `metaTokens: boolean = true` - add the special ending (e.g `user{}: '{"name": "John"}'`) in the FormData key. +The back-end body-parser could potentially use this meta-information to automatically parse the value as JSON. + +- `indexes: null|false|true = false` - controls how indexes will be added to unwrapped keys of `flat` array-like objects. + + - `null` - don't add brackets (`arr: 1`, `arr: 2`, `arr: 3`) + - `false`(default) - add empty brackets (`arr[]: 1`, `arr[]: 2`, `arr[]: 3`) + - `true` - add brackets with indexes (`arr[0]: 1`, `arr[1]: 2`, `arr[2]: 3`) + +Let's say we have an object like this one: + +```js +const obj = { + x: 1, + arr: [1, 2, 3], + arr2: [1, [2], 3], + users: [{name: 'Peter', surname: 'Griffin'}, {name: 'Thomas', surname: 'Anderson'}], + 'obj2{}': [{x:1}] +}; +``` + +The following steps will be executed by the Axios serializer internally: + +```js +const formData = new FormData(); +formData.append('x', '1'); +formData.append('arr[]', '1'); +formData.append('arr[]', '2'); +formData.append('arr[]', '3'); +formData.append('arr2[0]', '1'); +formData.append('arr2[1][0]', '2'); +formData.append('arr2[2]', '3'); +formData.append('users[0][name]', 'Peter'); +formData.append('users[0][surname]', 'Griffin'); +formData.append('users[1][name]', 'Thomas'); +formData.append('users[1][surname]', 'Anderson'); +formData.append('obj2{}', '[{"x":1}]'); +``` + +Axios supports the following shortcut methods: `postForm`, `putForm`, `patchForm` +which are just the corresponding http methods with the `Content-Type` header preset to `multipart/form-data`. + +## Files Posting + +You can easily submit a single file: + +```js +await axios.postForm('https://httpbin.org/post', { + 'myVar' : 'foo', + 'file': document.querySelector('#fileInput').files[0] +}); +``` + +or multiple files as `multipart/form-data`: + +```js +await axios.postForm('https://httpbin.org/post', { + 'files[]': document.querySelector('#fileInput').files +}); +``` + +`FileList` object can be passed directly: + +```js +await axios.postForm('https://httpbin.org/post', document.querySelector('#fileInput').files) +``` + +All files will be sent with the same field names: `files[]`. + +## 🆕 HTML Form Posting (browser) + +Pass HTML Form element as a payload to submit it as `multipart/form-data` content. + +```js +await axios.postForm('https://httpbin.org/post', document.querySelector('#htmlForm')); +``` + +`FormData` and `HTMLForm` objects can also be posted as `JSON` by explicitly setting the `Content-Type` header to `application/json`: + +```js +await axios.post('https://httpbin.org/post', document.querySelector('#htmlForm'), { + headers: { + 'Content-Type': 'application/json' + } +}) +``` + +For example, the Form + +```html +
+ + + + + + + + + +
+``` + +will be submitted as the following JSON object: + +```js +{ + "foo": "1", + "deep": { + "prop": { + "spaced": "3" + } + }, + "baz": [ + "4", + "5" + ], + "user": { + "age": "value2" + } +} +```` + +Sending `Blobs`/`Files` as JSON (`base64`) is not currently supported. + +## 🆕 Progress capturing + +Axios supports both browser and node environments to capture request upload/download progress. +The frequency of progress events is forced to be limited to `3` times per second. + +```js +await axios.post(url, data, { + onUploadProgress: function (axiosProgressEvent) { + /*{ + loaded: number; + total?: number; + progress?: number; // in range [0..1] + bytes: number; // how many bytes have been transferred since the last trigger (delta) + estimated?: number; // estimated time in seconds + rate?: number; // upload speed in bytes + upload: true; // upload sign + }*/ + }, + + onDownloadProgress: function (axiosProgressEvent) { + /*{ + loaded: number; + total?: number; + progress?: number; + bytes: number; + estimated?: number; + rate?: number; // download speed in bytes + download: true; // download sign + }*/ + } +}); +``` + +You can also track stream upload/download progress in node.js: + +```js +const {data} = await axios.post(SERVER_URL, readableStream, { + onUploadProgress: ({progress}) => { + console.log((progress * 100).toFixed(2)); + }, + + headers: { + 'Content-Length': contentLength + }, + + maxRedirects: 0 // avoid buffering the entire stream +}); +```` + +> **Note:** +> Capturing FormData upload progress is not currently supported in node.js environments. + +> **⚠️ Warning** +> It is recommended to disable redirects by setting maxRedirects: 0 to upload the stream in the **node.js** environment, +> as follow-redirects package will buffer the entire stream in RAM without following the "backpressure" algorithm. + + +## 🆕 Rate limiting + +Download and upload rate limits can only be set for the http adapter (node.js): + +```js +const {data} = await axios.post(LOCAL_SERVER_URL, myBuffer, { + onUploadProgress: ({progress, rate}) => { + console.log(`Upload [${(progress*100).toFixed(2)}%]: ${(rate / 1024).toFixed(2)}KB/s`) + }, + + maxRate: [100 * 1024], // 100KB/s limit +}); +``` + +## 🆕 AxiosHeaders + +Axios has its own `AxiosHeaders` class to manipulate headers using a Map-like API that guarantees caseless work. +Although HTTP is case-insensitive in headers, Axios will retain the case of the original header for stylistic reasons +and for a workaround when servers mistakenly consider the header's case. +The old approach of directly manipulating headers object is still available, but deprecated and not recommended for future usage. + +### Working with headers + +An AxiosHeaders object instance can contain different types of internal values. that control setting and merging logic. +The final headers object with string values is obtained by Axios by calling the `toJSON` method. + +> Note: By JSON here we mean an object consisting only of string values intended to be sent over the network. + +The header value can be one of the following types: +- `string` - normal string value that will be sent to the server +- `null` - skip header when rendering to JSON +- `false` - skip header when rendering to JSON, additionally indicates that `set` method must be called with `rewrite` option set to `true` + to overwrite this value (Axios uses this internally to allow users to opt out of installing certain headers like `User-Agent` or `Content-Type`) +- `undefined` - value is not set + +> Note: The header value is considered set if it is not equal to undefined. + +The headers object is always initialized inside interceptors and transformers: + +```ts + axios.interceptors.request.use((request: InternalAxiosRequestConfig) => { + request.headers.set('My-header', 'value'); + + request.headers.set({ + "My-set-header1": "my-set-value1", + "My-set-header2": "my-set-value2" + }); + + request.headers.set('User-Agent', false); // disable subsequent setting the header by Axios + + request.headers.setContentType('text/plain'); + + request.headers['My-set-header2'] = 'newValue' // direct access is deprecated + + return request; + } + ); +```` + +You can iterate over an `AxiosHeaders` instance using a `for...of` statement: + +````js +const headers = new AxiosHeaders({ + foo: '1', + bar: '2', + baz: '3' +}); + +for(const [header, value] of headers) { + console.log(header, value); +} + +// foo 1 +// bar 2 +// baz 3 +```` + +### new AxiosHeaders(headers?) + +Constructs a new `AxiosHeaders` instance. + +``` +constructor(headers?: RawAxiosHeaders | AxiosHeaders | string); +``` + +If the headers object is a string, it will be parsed as RAW HTTP headers. + +````js +const headers = new AxiosHeaders(` +Host: www.bing.com +User-Agent: curl/7.54.0 +Accept: */*`); + +console.log(headers); + +// Object [AxiosHeaders] { +// host: 'www.bing.com', +// 'user-agent': 'curl/7.54.0', +// accept: '*/*' +// } +```` + +### AxiosHeaders#set + +```ts +set(headerName, value: Axios, rewrite?: boolean); +set(headerName, value, rewrite?: (this: AxiosHeaders, value: string, name: string, headers: RawAxiosHeaders) => boolean); +set(headers?: RawAxiosHeaders | AxiosHeaders | string, rewrite?: boolean); +``` + +The `rewrite` argument controls the overwriting behavior: +- `false` - do not overwrite if header's value is set (is not `undefined`) +- `undefined` (default) - overwrite the header unless its value is set to `false` +- `true` - rewrite anyway + +The option can also accept a user-defined function that determines whether the value should be overwritten or not. + +Returns `this`. + +### AxiosHeaders#get(header) + +``` + get(headerName: string, matcher?: true | AxiosHeaderMatcher): AxiosHeaderValue; + get(headerName: string, parser: RegExp): RegExpExecArray | null; +```` + +Returns the internal value of the header. It can take an extra argument to parse the header's value with `RegExp.exec`, +matcher function or internal key-value parser. + +```ts +const headers = new AxiosHeaders({ + 'Content-Type': 'multipart/form-data; boundary=Asrf456BGe4h' +}); + +console.log(headers.get('Content-Type')); +// multipart/form-data; boundary=Asrf456BGe4h + +console.log(headers.get('Content-Type', true)); // parse key-value pairs from a string separated with \s,;= delimiters: +// [Object: null prototype] { +// 'multipart/form-data': undefined, +// boundary: 'Asrf456BGe4h' +// } + + +console.log(headers.get('Content-Type', (value, name, headers) => { + return String(value).replace(/a/g, 'ZZZ'); +})); +// multipZZZrt/form-dZZZtZZZ; boundZZZry=Asrf456BGe4h + +console.log(headers.get('Content-Type', /boundary=(\w+)/)?.[0]); +// boundary=Asrf456BGe4h + +``` + +Returns the value of the header. + +### AxiosHeaders#has(header, matcher?) + +``` +has(header: string, matcher?: AxiosHeaderMatcher): boolean; +``` + +Returns `true` if the header is set (has no `undefined` value). + +### AxiosHeaders#delete(header, matcher?) + +``` +delete(header: string | string[], matcher?: AxiosHeaderMatcher): boolean; +``` + +Returns `true` if at least one header has been removed. + +### AxiosHeaders#clear(matcher?) + +``` +clear(matcher?: AxiosHeaderMatcher): boolean; +``` + +Removes all headers. +Unlike the `delete` method matcher, this optional matcher will be used to match against the header name rather than the value. + +```ts +const headers = new AxiosHeaders({ + 'foo': '1', + 'x-foo': '2', + 'x-bar': '3', +}); + +console.log(headers.clear(/^x-/)); // true + +console.log(headers.toJSON()); // [Object: null prototype] { foo: '1' } +``` + +Returns `true` if at least one header has been cleared. + +### AxiosHeaders#normalize(format); + +If the headers object was changed directly, it can have duplicates with the same name but in different cases. +This method normalizes the headers object by combining duplicate keys into one. +Axios uses this method internally after calling each interceptor. +Set `format` to true for converting headers name to lowercase and capitalize the initial letters (`cOntEnt-type` => `Content-Type`) + +```js +const headers = new AxiosHeaders({ + 'foo': '1', +}); + +headers.Foo = '2'; +headers.FOO = '3'; + +console.log(headers.toJSON()); // [Object: null prototype] { foo: '1', Foo: '2', FOO: '3' } +console.log(headers.normalize().toJSON()); // [Object: null prototype] { foo: '3' } +console.log(headers.normalize(true).toJSON()); // [Object: null prototype] { Foo: '3' } +``` + +Returns `this`. + +### AxiosHeaders#concat(...targets) + +``` +concat(...targets: Array): AxiosHeaders; +``` + +Merges the instance with targets into a new `AxiosHeaders` instance. If the target is a string, it will be parsed as RAW HTTP headers. + +Returns a new `AxiosHeaders` instance. + +### AxiosHeaders#toJSON(asStrings?) + +```` +toJSON(asStrings?: boolean): RawAxiosHeaders; +```` + +Resolve all internal headers values into a new null prototype object. +Set `asStrings` to true to resolve arrays as a string containing all elements, separated by commas. + +### AxiosHeaders.from(thing?) + +```` +from(thing?: AxiosHeaders | RawAxiosHeaders | string): AxiosHeaders; +```` + +Returns a new `AxiosHeaders` instance created from the raw headers passed in, +or simply returns the given headers object if it's an `AxiosHeaders` instance. + +### AxiosHeaders.concat(...targets) + +```` +concat(...targets: Array): AxiosHeaders; +```` + +Returns a new `AxiosHeaders` instance created by merging the target objects. + +### Shortcuts + +The following shortcuts are available: + +- `setContentType`, `getContentType`, `hasContentType` + +- `setContentLength`, `getContentLength`, `hasContentLength` + +- `setAccept`, `getAccept`, `hasAccept` + +- `setUserAgent`, `getUserAgent`, `hasUserAgent` + +- `setContentEncoding`, `getContentEncoding`, `hasContentEncoding` + +## 🔥 Fetch adapter + +Fetch adapter was introduced in `v1.7.0`. By default, it will be used if `xhr` and `http` adapters are not available in the build, +or not supported by the environment. +To use it by default, it must be selected explicitly: + +```js +const {data} = axios.get(url, { + adapter: 'fetch' // by default ['xhr', 'http', 'fetch'] +}) +``` + +You can create a separate instance for this: + +```js +const fetchAxios = axios.create({ + adapter: 'fetch' +}); + +const {data} = fetchAxios.get(url); +``` + +The adapter supports the same functionality as `xhr` adapter, **including upload and download progress capturing**. +Also, it supports additional response types such as `stream` and `formdata` (if supported by the environment). + +## Semver + +Until axios reaches a `1.0` release, breaking changes will be released with a new minor version. For example `0.5.1`, and `0.5.4` will have the same API, but `0.6.0` will have breaking changes. + +## Promises + +axios depends on a native ES6 Promise implementation to be [supported](https://caniuse.com/promises). +If your environment doesn't support ES6 Promises, you can [polyfill](https://github.com/jakearchibald/es6-promise). + +## TypeScript + +axios includes [TypeScript](https://typescriptlang.org) definitions and a type guard for axios errors. + +```typescript +let user: User = null; +try { + const { data } = await axios.get('/user?ID=12345'); + user = data.userDetails; +} catch (error) { + if (axios.isAxiosError(error)) { + handleAxiosError(error); + } else { + handleUnexpectedError(error); + } +} +``` + +Because axios dual publishes with an ESM default export and a CJS `module.exports`, there are some caveats. +The recommended setting is to use `"moduleResolution": "node16"` (this is implied by `"module": "node16"`). Note that this requires TypeScript 4.7 or greater. +If use ESM, your settings should be fine. +If you compile TypeScript to CJS and you can’t use `"moduleResolution": "node 16"`, you have to enable `esModuleInterop`. +If you use TypeScript to type check CJS JavaScript code, your only option is to use `"moduleResolution": "node16"`. + +## Online one-click setup + +You can use Gitpod, an online IDE(which is free for Open Source) for contributing or running the examples online. + +[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/axios/axios/blob/main/examples/server.js) + + +## Resources + +* [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) +* [Ecosystem](https://github.com/axios/axios/blob/v1.x/ECOSYSTEM.md) +* [Contributing Guide](https://github.com/axios/axios/blob/v1.x/CONTRIBUTING.md) +* [Code of Conduct](https://github.com/axios/axios/blob/v1.x/CODE_OF_CONDUCT.md) + +## Credits + +axios is heavily inspired by the [$http service](https://docs.angularjs.org/api/ng/service/$http) provided in [AngularJS](https://angularjs.org/). Ultimately axios is an effort to provide a standalone `$http`-like service for use outside of AngularJS. + +## License + +[MIT](LICENSE) diff --git a/server/node_modules/axios/dist/axios.js b/server/node_modules/axios/dist/axios.js new file mode 100644 index 000000000..42083339d --- /dev/null +++ b/server/node_modules/axios/dist/axios.js @@ -0,0 +1,4277 @@ +/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */ +(function (global, factory) { + typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() : + typeof define === 'function' && define.amd ? define(factory) : + (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.axios = factory()); +})(this, (function () { 'use strict'; + + function _AsyncGenerator(e) { + var r, t; + function resume(r, t) { + try { + var n = e[r](t), + o = n.value, + u = o instanceof _OverloadYield; + Promise.resolve(u ? o.v : o).then(function (t) { + if (u) { + var i = "return" === r ? "return" : "next"; + if (!o.k || t.done) return resume(i, t); + t = e[i](t).value; + } + settle(n.done ? "return" : "normal", t); + }, function (e) { + resume("throw", e); + }); + } catch (e) { + settle("throw", e); + } + } + function settle(e, n) { + switch (e) { + case "return": + r.resolve({ + value: n, + done: !0 + }); + break; + case "throw": + r.reject(n); + break; + default: + r.resolve({ + value: n, + done: !1 + }); + } + (r = r.next) ? resume(r.key, r.arg) : t = null; + } + this._invoke = function (e, n) { + return new Promise(function (o, u) { + var i = { + key: e, + arg: n, + resolve: o, + reject: u, + next: null + }; + t ? t = t.next = i : (r = t = i, resume(e, n)); + }); + }, "function" != typeof e.return && (this.return = void 0); + } + _AsyncGenerator.prototype["function" == typeof Symbol && Symbol.asyncIterator || "@@asyncIterator"] = function () { + return this; + }, _AsyncGenerator.prototype.next = function (e) { + return this._invoke("next", e); + }, _AsyncGenerator.prototype.throw = function (e) { + return this._invoke("throw", e); + }, _AsyncGenerator.prototype.return = function (e) { + return this._invoke("return", e); + }; + function _OverloadYield(t, e) { + this.v = t, this.k = e; + } + function _asyncGeneratorDelegate(t) { + var e = {}, + n = !1; + function pump(e, r) { + return n = !0, r = new Promise(function (n) { + n(t[e](r)); + }), { + done: !1, + value: new _OverloadYield(r, 1) + }; + } + return e["undefined" != typeof Symbol && Symbol.iterator || "@@iterator"] = function () { + return this; + }, e.next = function (t) { + return n ? (n = !1, t) : pump("next", t); + }, "function" == typeof t.throw && (e.throw = function (t) { + if (n) throw n = !1, t; + return pump("throw", t); + }), "function" == typeof t.return && (e.return = function (t) { + return n ? (n = !1, t) : pump("return", t); + }), e; + } + function _asyncIterator(r) { + var n, + t, + o, + e = 2; + for ("undefined" != typeof Symbol && (t = Symbol.asyncIterator, o = Symbol.iterator); e--;) { + if (t && null != (n = r[t])) return n.call(r); + if (o && null != (n = r[o])) return new AsyncFromSyncIterator(n.call(r)); + t = "@@asyncIterator", o = "@@iterator"; + } + throw new TypeError("Object is not async iterable"); + } + function AsyncFromSyncIterator(r) { + function AsyncFromSyncIteratorContinuation(r) { + if (Object(r) !== r) return Promise.reject(new TypeError(r + " is not an object.")); + var n = r.done; + return Promise.resolve(r.value).then(function (r) { + return { + value: r, + done: n + }; + }); + } + return AsyncFromSyncIterator = function (r) { + this.s = r, this.n = r.next; + }, AsyncFromSyncIterator.prototype = { + s: null, + n: null, + next: function () { + return AsyncFromSyncIteratorContinuation(this.n.apply(this.s, arguments)); + }, + return: function (r) { + var n = this.s.return; + return void 0 === n ? Promise.resolve({ + value: r, + done: !0 + }) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); + }, + throw: function (r) { + var n = this.s.return; + return void 0 === n ? Promise.reject(r) : AsyncFromSyncIteratorContinuation(n.apply(this.s, arguments)); + } + }, new AsyncFromSyncIterator(r); + } + function _awaitAsyncGenerator(e) { + return new _OverloadYield(e, 0); + } + function _iterableToArrayLimit(r, l) { + var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; + if (null != t) { + var e, + n, + i, + u, + a = [], + f = !0, + o = !1; + try { + if (i = (t = t.call(r)).next, 0 === l) { + if (Object(t) !== t) return; + f = !1; + } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); + } catch (r) { + o = !0, n = r; + } finally { + try { + if (!f && null != t.return && (u = t.return(), Object(u) !== u)) return; + } finally { + if (o) throw n; + } + } + return a; + } + } + function ownKeys(e, r) { + var t = Object.keys(e); + if (Object.getOwnPropertySymbols) { + var o = Object.getOwnPropertySymbols(e); + r && (o = o.filter(function (r) { + return Object.getOwnPropertyDescriptor(e, r).enumerable; + })), t.push.apply(t, o); + } + return t; + } + function _objectSpread2(e) { + for (var r = 1; r < arguments.length; r++) { + var t = null != arguments[r] ? arguments[r] : {}; + r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { + _defineProperty(e, r, t[r]); + }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { + Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); + }); + } + return e; + } + function _regeneratorRuntime() { + _regeneratorRuntime = function () { + return e; + }; + var t, + e = {}, + r = Object.prototype, + n = r.hasOwnProperty, + o = Object.defineProperty || function (t, e, r) { + t[e] = r.value; + }, + i = "function" == typeof Symbol ? Symbol : {}, + a = i.iterator || "@@iterator", + c = i.asyncIterator || "@@asyncIterator", + u = i.toStringTag || "@@toStringTag"; + function define(t, e, r) { + return Object.defineProperty(t, e, { + value: r, + enumerable: !0, + configurable: !0, + writable: !0 + }), t[e]; + } + try { + define({}, ""); + } catch (t) { + define = function (t, e, r) { + return t[e] = r; + }; + } + function wrap(t, e, r, n) { + var i = e && e.prototype instanceof Generator ? e : Generator, + a = Object.create(i.prototype), + c = new Context(n || []); + return o(a, "_invoke", { + value: makeInvokeMethod(t, r, c) + }), a; + } + function tryCatch(t, e, r) { + try { + return { + type: "normal", + arg: t.call(e, r) + }; + } catch (t) { + return { + type: "throw", + arg: t + }; + } + } + e.wrap = wrap; + var h = "suspendedStart", + l = "suspendedYield", + f = "executing", + s = "completed", + y = {}; + function Generator() {} + function GeneratorFunction() {} + function GeneratorFunctionPrototype() {} + var p = {}; + define(p, a, function () { + return this; + }); + var d = Object.getPrototypeOf, + v = d && d(d(values([]))); + v && v !== r && n.call(v, a) && (p = v); + var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p); + function defineIteratorMethods(t) { + ["next", "throw", "return"].forEach(function (e) { + define(t, e, function (t) { + return this._invoke(e, t); + }); + }); + } + function AsyncIterator(t, e) { + function invoke(r, o, i, a) { + var c = tryCatch(t[r], t, o); + if ("throw" !== c.type) { + var u = c.arg, + h = u.value; + return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) { + invoke("next", t, i, a); + }, function (t) { + invoke("throw", t, i, a); + }) : e.resolve(h).then(function (t) { + u.value = t, i(u); + }, function (t) { + return invoke("throw", t, i, a); + }); + } + a(c.arg); + } + var r; + o(this, "_invoke", { + value: function (t, n) { + function callInvokeWithMethodAndArg() { + return new e(function (e, r) { + invoke(t, n, e, r); + }); + } + return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg(); + } + }); + } + function makeInvokeMethod(e, r, n) { + var o = h; + return function (i, a) { + if (o === f) throw new Error("Generator is already running"); + if (o === s) { + if ("throw" === i) throw a; + return { + value: t, + done: !0 + }; + } + for (n.method = i, n.arg = a;;) { + var c = n.delegate; + if (c) { + var u = maybeInvokeDelegate(c, n); + if (u) { + if (u === y) continue; + return u; + } + } + if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) { + if (o === h) throw o = s, n.arg; + n.dispatchException(n.arg); + } else "return" === n.method && n.abrupt("return", n.arg); + o = f; + var p = tryCatch(e, r, n); + if ("normal" === p.type) { + if (o = n.done ? s : l, p.arg === y) continue; + return { + value: p.arg, + done: n.done + }; + } + "throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg); + } + }; + } + function maybeInvokeDelegate(e, r) { + var n = r.method, + o = e.iterator[n]; + if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y; + var i = tryCatch(o, e.iterator, r.arg); + if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y; + var a = i.arg; + return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y); + } + function pushTryEntry(t) { + var e = { + tryLoc: t[0] + }; + 1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e); + } + function resetTryEntry(t) { + var e = t.completion || {}; + e.type = "normal", delete e.arg, t.completion = e; + } + function Context(t) { + this.tryEntries = [{ + tryLoc: "root" + }], t.forEach(pushTryEntry, this), this.reset(!0); + } + function values(e) { + if (e || "" === e) { + var r = e[a]; + if (r) return r.call(e); + if ("function" == typeof e.next) return e; + if (!isNaN(e.length)) { + var o = -1, + i = function next() { + for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next; + return next.value = t, next.done = !0, next; + }; + return i.next = i; + } + } + throw new TypeError(typeof e + " is not iterable"); + } + return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", { + value: GeneratorFunctionPrototype, + configurable: !0 + }), o(GeneratorFunctionPrototype, "constructor", { + value: GeneratorFunction, + configurable: !0 + }), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) { + var e = "function" == typeof t && t.constructor; + return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name)); + }, e.mark = function (t) { + return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t; + }, e.awrap = function (t) { + return { + __await: t + }; + }, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () { + return this; + }), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) { + void 0 === i && (i = Promise); + var a = new AsyncIterator(wrap(t, r, n, o), i); + return e.isGeneratorFunction(r) ? a : a.next().then(function (t) { + return t.done ? t.value : a.next(); + }); + }, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () { + return this; + }), define(g, "toString", function () { + return "[object Generator]"; + }), e.keys = function (t) { + var e = Object(t), + r = []; + for (var n in e) r.push(n); + return r.reverse(), function next() { + for (; r.length;) { + var t = r.pop(); + if (t in e) return next.value = t, next.done = !1, next; + } + return next.done = !0, next; + }; + }, e.values = values, Context.prototype = { + constructor: Context, + reset: function (e) { + if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t); + }, + stop: function () { + this.done = !0; + var t = this.tryEntries[0].completion; + if ("throw" === t.type) throw t.arg; + return this.rval; + }, + dispatchException: function (e) { + if (this.done) throw e; + var r = this; + function handle(n, o) { + return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o; + } + for (var o = this.tryEntries.length - 1; o >= 0; --o) { + var i = this.tryEntries[o], + a = i.completion; + if ("root" === i.tryLoc) return handle("end"); + if (i.tryLoc <= this.prev) { + var c = n.call(i, "catchLoc"), + u = n.call(i, "finallyLoc"); + if (c && u) { + if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); + if (this.prev < i.finallyLoc) return handle(i.finallyLoc); + } else if (c) { + if (this.prev < i.catchLoc) return handle(i.catchLoc, !0); + } else { + if (!u) throw new Error("try statement without catch or finally"); + if (this.prev < i.finallyLoc) return handle(i.finallyLoc); + } + } + } + }, + abrupt: function (t, e) { + for (var r = this.tryEntries.length - 1; r >= 0; --r) { + var o = this.tryEntries[r]; + if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) { + var i = o; + break; + } + } + i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null); + var a = i ? i.completion : {}; + return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a); + }, + complete: function (t, e) { + if ("throw" === t.type) throw t.arg; + return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y; + }, + finish: function (t) { + for (var e = this.tryEntries.length - 1; e >= 0; --e) { + var r = this.tryEntries[e]; + if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y; + } + }, + catch: function (t) { + for (var e = this.tryEntries.length - 1; e >= 0; --e) { + var r = this.tryEntries[e]; + if (r.tryLoc === t) { + var n = r.completion; + if ("throw" === n.type) { + var o = n.arg; + resetTryEntry(r); + } + return o; + } + } + throw new Error("illegal catch attempt"); + }, + delegateYield: function (e, r, n) { + return this.delegate = { + iterator: values(e), + resultName: r, + nextLoc: n + }, "next" === this.method && (this.arg = t), y; + } + }, e; + } + function _toPrimitive(t, r) { + if ("object" != typeof t || !t) return t; + var e = t[Symbol.toPrimitive]; + if (void 0 !== e) { + var i = e.call(t, r || "default"); + if ("object" != typeof i) return i; + throw new TypeError("@@toPrimitive must return a primitive value."); + } + return ("string" === r ? String : Number)(t); + } + function _toPropertyKey(t) { + var i = _toPrimitive(t, "string"); + return "symbol" == typeof i ? i : String(i); + } + function _typeof(o) { + "@babel/helpers - typeof"; + + return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { + return typeof o; + } : function (o) { + return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; + }, _typeof(o); + } + function _wrapAsyncGenerator(fn) { + return function () { + return new _AsyncGenerator(fn.apply(this, arguments)); + }; + } + function asyncGeneratorStep(gen, resolve, reject, _next, _throw, key, arg) { + try { + var info = gen[key](arg); + var value = info.value; + } catch (error) { + reject(error); + return; + } + if (info.done) { + resolve(value); + } else { + Promise.resolve(value).then(_next, _throw); + } + } + function _asyncToGenerator(fn) { + return function () { + var self = this, + args = arguments; + return new Promise(function (resolve, reject) { + var gen = fn.apply(self, args); + function _next(value) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "next", value); + } + function _throw(err) { + asyncGeneratorStep(gen, resolve, reject, _next, _throw, "throw", err); + } + _next(undefined); + }); + }; + } + function _classCallCheck(instance, Constructor) { + if (!(instance instanceof Constructor)) { + throw new TypeError("Cannot call a class as a function"); + } + } + function _defineProperties(target, props) { + for (var i = 0; i < props.length; i++) { + var descriptor = props[i]; + descriptor.enumerable = descriptor.enumerable || false; + descriptor.configurable = true; + if ("value" in descriptor) descriptor.writable = true; + Object.defineProperty(target, _toPropertyKey(descriptor.key), descriptor); + } + } + function _createClass(Constructor, protoProps, staticProps) { + if (protoProps) _defineProperties(Constructor.prototype, protoProps); + if (staticProps) _defineProperties(Constructor, staticProps); + Object.defineProperty(Constructor, "prototype", { + writable: false + }); + return Constructor; + } + function _defineProperty(obj, key, value) { + key = _toPropertyKey(key); + if (key in obj) { + Object.defineProperty(obj, key, { + value: value, + enumerable: true, + configurable: true, + writable: true + }); + } else { + obj[key] = value; + } + return obj; + } + function _slicedToArray(arr, i) { + return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); + } + function _toArray(arr) { + return _arrayWithHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableRest(); + } + function _toConsumableArray(arr) { + return _arrayWithoutHoles(arr) || _iterableToArray(arr) || _unsupportedIterableToArray(arr) || _nonIterableSpread(); + } + function _arrayWithoutHoles(arr) { + if (Array.isArray(arr)) return _arrayLikeToArray(arr); + } + function _arrayWithHoles(arr) { + if (Array.isArray(arr)) return arr; + } + function _iterableToArray(iter) { + if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter); + } + function _unsupportedIterableToArray(o, minLen) { + if (!o) return; + if (typeof o === "string") return _arrayLikeToArray(o, minLen); + var n = Object.prototype.toString.call(o).slice(8, -1); + if (n === "Object" && o.constructor) n = o.constructor.name; + if (n === "Map" || n === "Set") return Array.from(o); + if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); + } + function _arrayLikeToArray(arr, len) { + if (len == null || len > arr.length) len = arr.length; + for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i]; + return arr2; + } + function _nonIterableSpread() { + throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + function _nonIterableRest() { + throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + function _createForOfIteratorHelper(o, allowArrayLike) { + var it = typeof Symbol !== "undefined" && o[Symbol.iterator] || o["@@iterator"]; + if (!it) { + if (Array.isArray(o) || (it = _unsupportedIterableToArray(o)) || allowArrayLike && o && typeof o.length === "number") { + if (it) o = it; + var i = 0; + var F = function () {}; + return { + s: F, + n: function () { + if (i >= o.length) return { + done: true + }; + return { + done: false, + value: o[i++] + }; + }, + e: function (e) { + throw e; + }, + f: F + }; + } + throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); + } + var normalCompletion = true, + didErr = false, + err; + return { + s: function () { + it = it.call(o); + }, + n: function () { + var step = it.next(); + normalCompletion = step.done; + return step; + }, + e: function (e) { + didErr = true; + err = e; + }, + f: function () { + try { + if (!normalCompletion && it.return != null) it.return(); + } finally { + if (didErr) throw err; + } + } + }; + } + + function bind(fn, thisArg) { + return function wrap() { + return fn.apply(thisArg, arguments); + }; + } + + // utils is a library of generic helper functions non-specific to axios + + var toString = Object.prototype.toString; + var getPrototypeOf = Object.getPrototypeOf; + var kindOf = function (cache) { + return function (thing) { + var str = toString.call(thing); + return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase()); + }; + }(Object.create(null)); + var kindOfTest = function kindOfTest(type) { + type = type.toLowerCase(); + return function (thing) { + return kindOf(thing) === type; + }; + }; + var typeOfTest = function typeOfTest(type) { + return function (thing) { + return _typeof(thing) === type; + }; + }; + + /** + * Determine if a value is an Array + * + * @param {Object} val The value to test + * + * @returns {boolean} True if value is an Array, otherwise false + */ + var isArray = Array.isArray; + + /** + * Determine if a value is undefined + * + * @param {*} val The value to test + * + * @returns {boolean} True if the value is undefined, otherwise false + */ + var isUndefined = typeOfTest('undefined'); + + /** + * Determine if a value is a Buffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Buffer, otherwise false + */ + function isBuffer(val) { + return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val); + } + + /** + * Determine if a value is an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is an ArrayBuffer, otherwise false + */ + var isArrayBuffer = kindOfTest('ArrayBuffer'); + + /** + * Determine if a value is a view on an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false + */ + function isArrayBufferView(val) { + var result; + if (typeof ArrayBuffer !== 'undefined' && ArrayBuffer.isView) { + result = ArrayBuffer.isView(val); + } else { + result = val && val.buffer && isArrayBuffer(val.buffer); + } + return result; + } + + /** + * Determine if a value is a String + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a String, otherwise false + */ + var isString = typeOfTest('string'); + + /** + * Determine if a value is a Function + * + * @param {*} val The value to test + * @returns {boolean} True if value is a Function, otherwise false + */ + var isFunction = typeOfTest('function'); + + /** + * Determine if a value is a Number + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Number, otherwise false + */ + var isNumber = typeOfTest('number'); + + /** + * Determine if a value is an Object + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an Object, otherwise false + */ + var isObject = function isObject(thing) { + return thing !== null && _typeof(thing) === 'object'; + }; + + /** + * Determine if a value is a Boolean + * + * @param {*} thing The value to test + * @returns {boolean} True if value is a Boolean, otherwise false + */ + var isBoolean = function isBoolean(thing) { + return thing === true || thing === false; + }; + + /** + * Determine if a value is a plain Object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a plain Object, otherwise false + */ + var isPlainObject = function isPlainObject(val) { + if (kindOf(val) !== 'object') { + return false; + } + var prototype = getPrototypeOf(val); + return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val); + }; + + /** + * Determine if a value is a Date + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Date, otherwise false + */ + var isDate = kindOfTest('Date'); + + /** + * Determine if a value is a File + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ + var isFile = kindOfTest('File'); + + /** + * Determine if a value is a Blob + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Blob, otherwise false + */ + var isBlob = kindOfTest('Blob'); + + /** + * Determine if a value is a FileList + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ + var isFileList = kindOfTest('FileList'); + + /** + * Determine if a value is a Stream + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Stream, otherwise false + */ + var isStream = function isStream(val) { + return isObject(val) && isFunction(val.pipe); + }; + + /** + * Determine if a value is a FormData + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an FormData, otherwise false + */ + var isFormData = function isFormData(thing) { + var kind; + return thing && (typeof FormData === 'function' && thing instanceof FormData || isFunction(thing.append) && ((kind = kindOf(thing)) === 'formdata' || + // detect form-data instance + kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')); + }; + + /** + * Determine if a value is a URLSearchParams object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a URLSearchParams object, otherwise false + */ + var isURLSearchParams = kindOfTest('URLSearchParams'); + var _map = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest), + _map2 = _slicedToArray(_map, 4), + isReadableStream = _map2[0], + isRequest = _map2[1], + isResponse = _map2[2], + isHeaders = _map2[3]; + + /** + * Trim excess whitespace off the beginning and end of a string + * + * @param {String} str The String to trim + * + * @returns {String} The String freed of excess whitespace + */ + var trim = function trim(str) { + return str.trim ? str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); + }; + + /** + * Iterate over an Array or an Object invoking a function for each item. + * + * If `obj` is an Array callback will be called passing + * the value, index, and complete array for each item. + * + * If 'obj' is an Object callback will be called passing + * the value, key, and complete object for each property. + * + * @param {Object|Array} obj The object to iterate + * @param {Function} fn The callback to invoke for each item + * + * @param {Boolean} [allOwnKeys = false] + * @returns {any} + */ + function forEach(obj, fn) { + var _ref = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : {}, + _ref$allOwnKeys = _ref.allOwnKeys, + allOwnKeys = _ref$allOwnKeys === void 0 ? false : _ref$allOwnKeys; + // Don't bother if no value provided + if (obj === null || typeof obj === 'undefined') { + return; + } + var i; + var l; + + // Force an array if not already something iterable + if (_typeof(obj) !== 'object') { + /*eslint no-param-reassign:0*/ + obj = [obj]; + } + if (isArray(obj)) { + // Iterate over array values + for (i = 0, l = obj.length; i < l; i++) { + fn.call(null, obj[i], i, obj); + } + } else { + // Iterate over object keys + var keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj); + var len = keys.length; + var key; + for (i = 0; i < len; i++) { + key = keys[i]; + fn.call(null, obj[key], key, obj); + } + } + } + function findKey(obj, key) { + key = key.toLowerCase(); + var keys = Object.keys(obj); + var i = keys.length; + var _key; + while (i-- > 0) { + _key = keys[i]; + if (key === _key.toLowerCase()) { + return _key; + } + } + return null; + } + var _global = function () { + /*eslint no-undef:0*/ + if (typeof globalThis !== "undefined") return globalThis; + return typeof self !== "undefined" ? self : typeof window !== 'undefined' ? window : global; + }(); + var isContextDefined = function isContextDefined(context) { + return !isUndefined(context) && context !== _global; + }; + + /** + * Accepts varargs expecting each argument to be an object, then + * immutably merges the properties of each object and returns result. + * + * When multiple objects contain the same key the later object in + * the arguments list will take precedence. + * + * Example: + * + * ```js + * var result = merge({foo: 123}, {foo: 456}); + * console.log(result.foo); // outputs 456 + * ``` + * + * @param {Object} obj1 Object to merge + * + * @returns {Object} Result of all merge properties + */ + function merge( /* obj1, obj2, obj3, ... */ + ) { + var _ref2 = isContextDefined(this) && this || {}, + caseless = _ref2.caseless; + var result = {}; + var assignValue = function assignValue(val, key) { + var targetKey = caseless && findKey(result, key) || key; + if (isPlainObject(result[targetKey]) && isPlainObject(val)) { + result[targetKey] = merge(result[targetKey], val); + } else if (isPlainObject(val)) { + result[targetKey] = merge({}, val); + } else if (isArray(val)) { + result[targetKey] = val.slice(); + } else { + result[targetKey] = val; + } + }; + for (var i = 0, l = arguments.length; i < l; i++) { + arguments[i] && forEach(arguments[i], assignValue); + } + return result; + } + + /** + * Extends object a by mutably adding to it the properties of object b. + * + * @param {Object} a The object to be extended + * @param {Object} b The object to copy properties from + * @param {Object} thisArg The object to bind function to + * + * @param {Boolean} [allOwnKeys] + * @returns {Object} The resulting value of object a + */ + var extend = function extend(a, b, thisArg) { + var _ref3 = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : {}, + allOwnKeys = _ref3.allOwnKeys; + forEach(b, function (val, key) { + if (thisArg && isFunction(val)) { + a[key] = bind(val, thisArg); + } else { + a[key] = val; + } + }, { + allOwnKeys: allOwnKeys + }); + return a; + }; + + /** + * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) + * + * @param {string} content with BOM + * + * @returns {string} content value without BOM + */ + var stripBOM = function stripBOM(content) { + if (content.charCodeAt(0) === 0xFEFF) { + content = content.slice(1); + } + return content; + }; + + /** + * Inherit the prototype methods from one constructor into another + * @param {function} constructor + * @param {function} superConstructor + * @param {object} [props] + * @param {object} [descriptors] + * + * @returns {void} + */ + var inherits = function inherits(constructor, superConstructor, props, descriptors) { + constructor.prototype = Object.create(superConstructor.prototype, descriptors); + constructor.prototype.constructor = constructor; + Object.defineProperty(constructor, 'super', { + value: superConstructor.prototype + }); + props && Object.assign(constructor.prototype, props); + }; + + /** + * Resolve object with deep prototype chain to a flat object + * @param {Object} sourceObj source object + * @param {Object} [destObj] + * @param {Function|Boolean} [filter] + * @param {Function} [propFilter] + * + * @returns {Object} + */ + var toFlatObject = function toFlatObject(sourceObj, destObj, filter, propFilter) { + var props; + var i; + var prop; + var merged = {}; + destObj = destObj || {}; + // eslint-disable-next-line no-eq-null,eqeqeq + if (sourceObj == null) return destObj; + do { + props = Object.getOwnPropertyNames(sourceObj); + i = props.length; + while (i-- > 0) { + prop = props[i]; + if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) { + destObj[prop] = sourceObj[prop]; + merged[prop] = true; + } + } + sourceObj = filter !== false && getPrototypeOf(sourceObj); + } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype); + return destObj; + }; + + /** + * Determines whether a string ends with the characters of a specified string + * + * @param {String} str + * @param {String} searchString + * @param {Number} [position= 0] + * + * @returns {boolean} + */ + var endsWith = function endsWith(str, searchString, position) { + str = String(str); + if (position === undefined || position > str.length) { + position = str.length; + } + position -= searchString.length; + var lastIndex = str.indexOf(searchString, position); + return lastIndex !== -1 && lastIndex === position; + }; + + /** + * Returns new array from array like object or null if failed + * + * @param {*} [thing] + * + * @returns {?Array} + */ + var toArray = function toArray(thing) { + if (!thing) return null; + if (isArray(thing)) return thing; + var i = thing.length; + if (!isNumber(i)) return null; + var arr = new Array(i); + while (i-- > 0) { + arr[i] = thing[i]; + } + return arr; + }; + + /** + * Checking if the Uint8Array exists and if it does, it returns a function that checks if the + * thing passed in is an instance of Uint8Array + * + * @param {TypedArray} + * + * @returns {Array} + */ + // eslint-disable-next-line func-names + var isTypedArray = function (TypedArray) { + // eslint-disable-next-line func-names + return function (thing) { + return TypedArray && thing instanceof TypedArray; + }; + }(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array)); + + /** + * For each entry in the object, call the function with the key and value. + * + * @param {Object} obj - The object to iterate over. + * @param {Function} fn - The function to call for each entry. + * + * @returns {void} + */ + var forEachEntry = function forEachEntry(obj, fn) { + var generator = obj && obj[Symbol.iterator]; + var iterator = generator.call(obj); + var result; + while ((result = iterator.next()) && !result.done) { + var pair = result.value; + fn.call(obj, pair[0], pair[1]); + } + }; + + /** + * It takes a regular expression and a string, and returns an array of all the matches + * + * @param {string} regExp - The regular expression to match against. + * @param {string} str - The string to search. + * + * @returns {Array} + */ + var matchAll = function matchAll(regExp, str) { + var matches; + var arr = []; + while ((matches = regExp.exec(str)) !== null) { + arr.push(matches); + } + return arr; + }; + + /* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */ + var isHTMLForm = kindOfTest('HTMLFormElement'); + var toCamelCase = function toCamelCase(str) { + return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, function replacer(m, p1, p2) { + return p1.toUpperCase() + p2; + }); + }; + + /* Creating a function that will check if an object has a property. */ + var hasOwnProperty = function (_ref4) { + var hasOwnProperty = _ref4.hasOwnProperty; + return function (obj, prop) { + return hasOwnProperty.call(obj, prop); + }; + }(Object.prototype); + + /** + * Determine if a value is a RegExp object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a RegExp object, otherwise false + */ + var isRegExp = kindOfTest('RegExp'); + var reduceDescriptors = function reduceDescriptors(obj, reducer) { + var descriptors = Object.getOwnPropertyDescriptors(obj); + var reducedDescriptors = {}; + forEach(descriptors, function (descriptor, name) { + var ret; + if ((ret = reducer(descriptor, name, obj)) !== false) { + reducedDescriptors[name] = ret || descriptor; + } + }); + Object.defineProperties(obj, reducedDescriptors); + }; + + /** + * Makes all methods read-only + * @param {Object} obj + */ + + var freezeMethods = function freezeMethods(obj) { + reduceDescriptors(obj, function (descriptor, name) { + // skip restricted props in strict mode + if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) { + return false; + } + var value = obj[name]; + if (!isFunction(value)) return; + descriptor.enumerable = false; + if ('writable' in descriptor) { + descriptor.writable = false; + return; + } + if (!descriptor.set) { + descriptor.set = function () { + throw Error('Can not rewrite read-only method \'' + name + '\''); + }; + } + }); + }; + var toObjectSet = function toObjectSet(arrayOrString, delimiter) { + var obj = {}; + var define = function define(arr) { + arr.forEach(function (value) { + obj[value] = true; + }); + }; + isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter)); + return obj; + }; + var noop = function noop() {}; + var toFiniteNumber = function toFiniteNumber(value, defaultValue) { + return value != null && Number.isFinite(value = +value) ? value : defaultValue; + }; + + /** + * If the thing is a FormData object, return true, otherwise return false. + * + * @param {unknown} thing - The thing to check. + * + * @returns {boolean} + */ + function isSpecCompliantForm(thing) { + return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]); + } + var toJSONObject = function toJSONObject(obj) { + var stack = new Array(10); + var visit = function visit(source, i) { + if (isObject(source)) { + if (stack.indexOf(source) >= 0) { + return; + } + if (!('toJSON' in source)) { + stack[i] = source; + var target = isArray(source) ? [] : {}; + forEach(source, function (value, key) { + var reducedValue = visit(value, i + 1); + !isUndefined(reducedValue) && (target[key] = reducedValue); + }); + stack[i] = undefined; + return target; + } + } + return source; + }; + return visit(obj, 0); + }; + var isAsyncFn = kindOfTest('AsyncFunction'); + var isThenable = function isThenable(thing) { + return thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing["catch"]); + }; + + // original code + // https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34 + + var _setImmediate = function (setImmediateSupported, postMessageSupported) { + if (setImmediateSupported) { + return setImmediate; + } + return postMessageSupported ? function (token, callbacks) { + _global.addEventListener("message", function (_ref5) { + var source = _ref5.source, + data = _ref5.data; + if (source === _global && data === token) { + callbacks.length && callbacks.shift()(); + } + }, false); + return function (cb) { + callbacks.push(cb); + _global.postMessage(token, "*"); + }; + }("axios@".concat(Math.random()), []) : function (cb) { + return setTimeout(cb); + }; + }(typeof setImmediate === 'function', isFunction(_global.postMessage)); + var asap = typeof queueMicrotask !== 'undefined' ? queueMicrotask.bind(_global) : typeof process !== 'undefined' && process.nextTick || _setImmediate; + + // ********************* + + var utils$1 = { + isArray: isArray, + isArrayBuffer: isArrayBuffer, + isBuffer: isBuffer, + isFormData: isFormData, + isArrayBufferView: isArrayBufferView, + isString: isString, + isNumber: isNumber, + isBoolean: isBoolean, + isObject: isObject, + isPlainObject: isPlainObject, + isReadableStream: isReadableStream, + isRequest: isRequest, + isResponse: isResponse, + isHeaders: isHeaders, + isUndefined: isUndefined, + isDate: isDate, + isFile: isFile, + isBlob: isBlob, + isRegExp: isRegExp, + isFunction: isFunction, + isStream: isStream, + isURLSearchParams: isURLSearchParams, + isTypedArray: isTypedArray, + isFileList: isFileList, + forEach: forEach, + merge: merge, + extend: extend, + trim: trim, + stripBOM: stripBOM, + inherits: inherits, + toFlatObject: toFlatObject, + kindOf: kindOf, + kindOfTest: kindOfTest, + endsWith: endsWith, + toArray: toArray, + forEachEntry: forEachEntry, + matchAll: matchAll, + isHTMLForm: isHTMLForm, + hasOwnProperty: hasOwnProperty, + hasOwnProp: hasOwnProperty, + // an alias to avoid ESLint no-prototype-builtins detection + reduceDescriptors: reduceDescriptors, + freezeMethods: freezeMethods, + toObjectSet: toObjectSet, + toCamelCase: toCamelCase, + noop: noop, + toFiniteNumber: toFiniteNumber, + findKey: findKey, + global: _global, + isContextDefined: isContextDefined, + isSpecCompliantForm: isSpecCompliantForm, + toJSONObject: toJSONObject, + isAsyncFn: isAsyncFn, + isThenable: isThenable, + setImmediate: _setImmediate, + asap: asap + }; + + /** + * Create an Error with the specified message, config, error code, request and response. + * + * @param {string} message The error message. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [config] The config. + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * + * @returns {Error} The created error. + */ + function AxiosError(message, code, config, request, response) { + Error.call(this); + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + this.stack = new Error().stack; + } + this.message = message; + this.name = 'AxiosError'; + code && (this.code = code); + config && (this.config = config); + request && (this.request = request); + if (response) { + this.response = response; + this.status = response.status ? response.status : null; + } + } + utils$1.inherits(AxiosError, Error, { + toJSON: function toJSON() { + return { + // Standard + message: this.message, + name: this.name, + // Microsoft + description: this.description, + number: this.number, + // Mozilla + fileName: this.fileName, + lineNumber: this.lineNumber, + columnNumber: this.columnNumber, + stack: this.stack, + // Axios + config: utils$1.toJSONObject(this.config), + code: this.code, + status: this.status + }; + } + }); + var prototype$1 = AxiosError.prototype; + var descriptors = {}; + ['ERR_BAD_OPTION_VALUE', 'ERR_BAD_OPTION', 'ECONNABORTED', 'ETIMEDOUT', 'ERR_NETWORK', 'ERR_FR_TOO_MANY_REDIRECTS', 'ERR_DEPRECATED', 'ERR_BAD_RESPONSE', 'ERR_BAD_REQUEST', 'ERR_CANCELED', 'ERR_NOT_SUPPORT', 'ERR_INVALID_URL' + // eslint-disable-next-line func-names + ].forEach(function (code) { + descriptors[code] = { + value: code + }; + }); + Object.defineProperties(AxiosError, descriptors); + Object.defineProperty(prototype$1, 'isAxiosError', { + value: true + }); + + // eslint-disable-next-line func-names + AxiosError.from = function (error, code, config, request, response, customProps) { + var axiosError = Object.create(prototype$1); + utils$1.toFlatObject(error, axiosError, function filter(obj) { + return obj !== Error.prototype; + }, function (prop) { + return prop !== 'isAxiosError'; + }); + AxiosError.call(axiosError, error.message, code, config, request, response); + axiosError.cause = error; + axiosError.name = error.name; + customProps && Object.assign(axiosError, customProps); + return axiosError; + }; + + // eslint-disable-next-line strict + var httpAdapter = null; + + /** + * Determines if the given thing is a array or js object. + * + * @param {string} thing - The object or array to be visited. + * + * @returns {boolean} + */ + function isVisitable(thing) { + return utils$1.isPlainObject(thing) || utils$1.isArray(thing); + } + + /** + * It removes the brackets from the end of a string + * + * @param {string} key - The key of the parameter. + * + * @returns {string} the key without the brackets. + */ + function removeBrackets(key) { + return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key; + } + + /** + * It takes a path, a key, and a boolean, and returns a string + * + * @param {string} path - The path to the current key. + * @param {string} key - The key of the current object being iterated over. + * @param {string} dots - If true, the key will be rendered with dots instead of brackets. + * + * @returns {string} The path to the current key. + */ + function renderKey(path, key, dots) { + if (!path) return key; + return path.concat(key).map(function each(token, i) { + // eslint-disable-next-line no-param-reassign + token = removeBrackets(token); + return !dots && i ? '[' + token + ']' : token; + }).join(dots ? '.' : ''); + } + + /** + * If the array is an array and none of its elements are visitable, then it's a flat array. + * + * @param {Array} arr - The array to check + * + * @returns {boolean} + */ + function isFlatArray(arr) { + return utils$1.isArray(arr) && !arr.some(isVisitable); + } + var predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) { + return /^is[A-Z]/.test(prop); + }); + + /** + * Convert a data object to FormData + * + * @param {Object} obj + * @param {?Object} [formData] + * @param {?Object} [options] + * @param {Function} [options.visitor] + * @param {Boolean} [options.metaTokens = true] + * @param {Boolean} [options.dots = false] + * @param {?Boolean} [options.indexes = false] + * + * @returns {Object} + **/ + + /** + * It converts an object into a FormData object + * + * @param {Object} obj - The object to convert to form data. + * @param {string} formData - The FormData object to append to. + * @param {Object} options + * + * @returns + */ + function toFormData(obj, formData, options) { + if (!utils$1.isObject(obj)) { + throw new TypeError('target must be an object'); + } + + // eslint-disable-next-line no-param-reassign + formData = formData || new (FormData)(); + + // eslint-disable-next-line no-param-reassign + options = utils$1.toFlatObject(options, { + metaTokens: true, + dots: false, + indexes: false + }, false, function defined(option, source) { + // eslint-disable-next-line no-eq-null,eqeqeq + return !utils$1.isUndefined(source[option]); + }); + var metaTokens = options.metaTokens; + // eslint-disable-next-line no-use-before-define + var visitor = options.visitor || defaultVisitor; + var dots = options.dots; + var indexes = options.indexes; + var _Blob = options.Blob || typeof Blob !== 'undefined' && Blob; + var useBlob = _Blob && utils$1.isSpecCompliantForm(formData); + if (!utils$1.isFunction(visitor)) { + throw new TypeError('visitor must be a function'); + } + function convertValue(value) { + if (value === null) return ''; + if (utils$1.isDate(value)) { + return value.toISOString(); + } + if (!useBlob && utils$1.isBlob(value)) { + throw new AxiosError('Blob is not supported. Use a Buffer instead.'); + } + if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) { + return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value); + } + return value; + } + + /** + * Default visitor. + * + * @param {*} value + * @param {String|Number} key + * @param {Array} path + * @this {FormData} + * + * @returns {boolean} return true to visit the each prop of the value recursively + */ + function defaultVisitor(value, key, path) { + var arr = value; + if (value && !path && _typeof(value) === 'object') { + if (utils$1.endsWith(key, '{}')) { + // eslint-disable-next-line no-param-reassign + key = metaTokens ? key : key.slice(0, -2); + // eslint-disable-next-line no-param-reassign + value = JSON.stringify(value); + } else if (utils$1.isArray(value) && isFlatArray(value) || (utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value))) { + // eslint-disable-next-line no-param-reassign + key = removeBrackets(key); + arr.forEach(function each(el, index) { + !(utils$1.isUndefined(el) || el === null) && formData.append( + // eslint-disable-next-line no-nested-ternary + indexes === true ? renderKey([key], index, dots) : indexes === null ? key : key + '[]', convertValue(el)); + }); + return false; + } + } + if (isVisitable(value)) { + return true; + } + formData.append(renderKey(path, key, dots), convertValue(value)); + return false; + } + var stack = []; + var exposedHelpers = Object.assign(predicates, { + defaultVisitor: defaultVisitor, + convertValue: convertValue, + isVisitable: isVisitable + }); + function build(value, path) { + if (utils$1.isUndefined(value)) return; + if (stack.indexOf(value) !== -1) { + throw Error('Circular reference detected in ' + path.join('.')); + } + stack.push(value); + utils$1.forEach(value, function each(el, key) { + var result = !(utils$1.isUndefined(el) || el === null) && visitor.call(formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers); + if (result === true) { + build(el, path ? path.concat(key) : [key]); + } + }); + stack.pop(); + } + if (!utils$1.isObject(obj)) { + throw new TypeError('data must be an object'); + } + build(obj); + return formData; + } + + /** + * It encodes a string by replacing all characters that are not in the unreserved set with + * their percent-encoded equivalents + * + * @param {string} str - The string to encode. + * + * @returns {string} The encoded string. + */ + function encode$1(str) { + var charMap = { + '!': '%21', + "'": '%27', + '(': '%28', + ')': '%29', + '~': '%7E', + '%20': '+', + '%00': '\x00' + }; + return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) { + return charMap[match]; + }); + } + + /** + * It takes a params object and converts it to a FormData object + * + * @param {Object} params - The parameters to be converted to a FormData object. + * @param {Object} options - The options object passed to the Axios constructor. + * + * @returns {void} + */ + function AxiosURLSearchParams(params, options) { + this._pairs = []; + params && toFormData(params, this, options); + } + var prototype = AxiosURLSearchParams.prototype; + prototype.append = function append(name, value) { + this._pairs.push([name, value]); + }; + prototype.toString = function toString(encoder) { + var _encode = encoder ? function (value) { + return encoder.call(this, value, encode$1); + } : encode$1; + return this._pairs.map(function each(pair) { + return _encode(pair[0]) + '=' + _encode(pair[1]); + }, '').join('&'); + }; + + /** + * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their + * URI encoded counterparts + * + * @param {string} val The value to be encoded. + * + * @returns {string} The encoded value. + */ + function encode(val) { + return encodeURIComponent(val).replace(/%3A/gi, ':').replace(/%24/g, '$').replace(/%2C/gi, ',').replace(/%20/g, '+').replace(/%5B/gi, '[').replace(/%5D/gi, ']'); + } + + /** + * Build a URL by appending params to the end + * + * @param {string} url The base of the url (e.g., http://www.google.com) + * @param {object} [params] The params to be appended + * @param {?(object|Function)} options + * + * @returns {string} The formatted url + */ + function buildURL(url, params, options) { + /*eslint no-param-reassign:0*/ + if (!params) { + return url; + } + var _encode = options && options.encode || encode; + if (utils$1.isFunction(options)) { + options = { + serialize: options + }; + } + var serializeFn = options && options.serialize; + var serializedParams; + if (serializeFn) { + serializedParams = serializeFn(params, options); + } else { + serializedParams = utils$1.isURLSearchParams(params) ? params.toString() : new AxiosURLSearchParams(params, options).toString(_encode); + } + if (serializedParams) { + var hashmarkIndex = url.indexOf("#"); + if (hashmarkIndex !== -1) { + url = url.slice(0, hashmarkIndex); + } + url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; + } + return url; + } + + var InterceptorManager = /*#__PURE__*/function () { + function InterceptorManager() { + _classCallCheck(this, InterceptorManager); + this.handlers = []; + } + + /** + * Add a new interceptor to the stack + * + * @param {Function} fulfilled The function to handle `then` for a `Promise` + * @param {Function} rejected The function to handle `reject` for a `Promise` + * + * @return {Number} An ID used to remove interceptor later + */ + _createClass(InterceptorManager, [{ + key: "use", + value: function use(fulfilled, rejected, options) { + this.handlers.push({ + fulfilled: fulfilled, + rejected: rejected, + synchronous: options ? options.synchronous : false, + runWhen: options ? options.runWhen : null + }); + return this.handlers.length - 1; + } + + /** + * Remove an interceptor from the stack + * + * @param {Number} id The ID that was returned by `use` + * + * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise + */ + }, { + key: "eject", + value: function eject(id) { + if (this.handlers[id]) { + this.handlers[id] = null; + } + } + + /** + * Clear all interceptors from the stack + * + * @returns {void} + */ + }, { + key: "clear", + value: function clear() { + if (this.handlers) { + this.handlers = []; + } + } + + /** + * Iterate over all the registered interceptors + * + * This method is particularly useful for skipping over any + * interceptors that may have become `null` calling `eject`. + * + * @param {Function} fn The function to call for each interceptor + * + * @returns {void} + */ + }, { + key: "forEach", + value: function forEach(fn) { + utils$1.forEach(this.handlers, function forEachHandler(h) { + if (h !== null) { + fn(h); + } + }); + } + }]); + return InterceptorManager; + }(); + var InterceptorManager$1 = InterceptorManager; + + var transitionalDefaults = { + silentJSONParsing: true, + forcedJSONParsing: true, + clarifyTimeoutError: false + }; + + var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams; + + var FormData$1 = typeof FormData !== 'undefined' ? FormData : null; + + var Blob$1 = typeof Blob !== 'undefined' ? Blob : null; + + var platform$1 = { + isBrowser: true, + classes: { + URLSearchParams: URLSearchParams$1, + FormData: FormData$1, + Blob: Blob$1 + }, + protocols: ['http', 'https', 'file', 'blob', 'url', 'data'] + }; + + var hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined'; + var _navigator = (typeof navigator === "undefined" ? "undefined" : _typeof(navigator)) === 'object' && navigator || undefined; + + /** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + * nativescript + * navigator.product -> 'NativeScript' or 'NS' + * + * @returns {boolean} + */ + var hasStandardBrowserEnv = hasBrowserEnv && (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0); + + /** + * Determine if we're running in a standard browser webWorker environment + * + * Although the `isStandardBrowserEnv` method indicates that + * `allows axios to run in a web worker`, the WebWorker will still be + * filtered out due to its judgment standard + * `typeof window !== 'undefined' && typeof document !== 'undefined'`. + * This leads to a problem when axios post `FormData` in webWorker + */ + var hasStandardBrowserWebWorkerEnv = function () { + return typeof WorkerGlobalScope !== 'undefined' && + // eslint-disable-next-line no-undef + self instanceof WorkerGlobalScope && typeof self.importScripts === 'function'; + }(); + var origin = hasBrowserEnv && window.location.href || 'http://localhost'; + + var utils = /*#__PURE__*/Object.freeze({ + __proto__: null, + hasBrowserEnv: hasBrowserEnv, + hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv, + hasStandardBrowserEnv: hasStandardBrowserEnv, + navigator: _navigator, + origin: origin + }); + + var platform = _objectSpread2(_objectSpread2({}, utils), platform$1); + + function toURLEncodedForm(data, options) { + return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({ + visitor: function visitor(value, key, path, helpers) { + if (platform.isNode && utils$1.isBuffer(value)) { + this.append(key, value.toString('base64')); + return false; + } + return helpers.defaultVisitor.apply(this, arguments); + } + }, options)); + } + + /** + * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z'] + * + * @param {string} name - The name of the property to get. + * + * @returns An array of strings. + */ + function parsePropPath(name) { + // foo[x][y][z] + // foo.x.y.z + // foo-x-y-z + // foo x y z + return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(function (match) { + return match[0] === '[]' ? '' : match[1] || match[0]; + }); + } + + /** + * Convert an array to an object. + * + * @param {Array} arr - The array to convert to an object. + * + * @returns An object with the same keys and values as the array. + */ + function arrayToObject(arr) { + var obj = {}; + var keys = Object.keys(arr); + var i; + var len = keys.length; + var key; + for (i = 0; i < len; i++) { + key = keys[i]; + obj[key] = arr[key]; + } + return obj; + } + + /** + * It takes a FormData object and returns a JavaScript object + * + * @param {string} formData The FormData object to convert to JSON. + * + * @returns {Object | null} The converted object. + */ + function formDataToJSON(formData) { + function buildPath(path, value, target, index) { + var name = path[index++]; + if (name === '__proto__') return true; + var isNumericKey = Number.isFinite(+name); + var isLast = index >= path.length; + name = !name && utils$1.isArray(target) ? target.length : name; + if (isLast) { + if (utils$1.hasOwnProp(target, name)) { + target[name] = [target[name], value]; + } else { + target[name] = value; + } + return !isNumericKey; + } + if (!target[name] || !utils$1.isObject(target[name])) { + target[name] = []; + } + var result = buildPath(path, value, target[name], index); + if (result && utils$1.isArray(target[name])) { + target[name] = arrayToObject(target[name]); + } + return !isNumericKey; + } + if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) { + var obj = {}; + utils$1.forEachEntry(formData, function (name, value) { + buildPath(parsePropPath(name), value, obj, 0); + }); + return obj; + } + return null; + } + + /** + * It takes a string, tries to parse it, and if it fails, it returns the stringified version + * of the input + * + * @param {any} rawValue - The value to be stringified. + * @param {Function} parser - A function that parses a string into a JavaScript object. + * @param {Function} encoder - A function that takes a value and returns a string. + * + * @returns {string} A stringified version of the rawValue. + */ + function stringifySafely(rawValue, parser, encoder) { + if (utils$1.isString(rawValue)) { + try { + (parser || JSON.parse)(rawValue); + return utils$1.trim(rawValue); + } catch (e) { + if (e.name !== 'SyntaxError') { + throw e; + } + } + } + return (encoder || JSON.stringify)(rawValue); + } + var defaults = { + transitional: transitionalDefaults, + adapter: ['xhr', 'http', 'fetch'], + transformRequest: [function transformRequest(data, headers) { + var contentType = headers.getContentType() || ''; + var hasJSONContentType = contentType.indexOf('application/json') > -1; + var isObjectPayload = utils$1.isObject(data); + if (isObjectPayload && utils$1.isHTMLForm(data)) { + data = new FormData(data); + } + var isFormData = utils$1.isFormData(data); + if (isFormData) { + return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data; + } + if (utils$1.isArrayBuffer(data) || utils$1.isBuffer(data) || utils$1.isStream(data) || utils$1.isFile(data) || utils$1.isBlob(data) || utils$1.isReadableStream(data)) { + return data; + } + if (utils$1.isArrayBufferView(data)) { + return data.buffer; + } + if (utils$1.isURLSearchParams(data)) { + headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false); + return data.toString(); + } + var isFileList; + if (isObjectPayload) { + if (contentType.indexOf('application/x-www-form-urlencoded') > -1) { + return toURLEncodedForm(data, this.formSerializer).toString(); + } + if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { + var _FormData = this.env && this.env.FormData; + return toFormData(isFileList ? { + 'files[]': data + } : data, _FormData && new _FormData(), this.formSerializer); + } + } + if (isObjectPayload || hasJSONContentType) { + headers.setContentType('application/json', false); + return stringifySafely(data); + } + return data; + }], + transformResponse: [function transformResponse(data) { + var transitional = this.transitional || defaults.transitional; + var forcedJSONParsing = transitional && transitional.forcedJSONParsing; + var JSONRequested = this.responseType === 'json'; + if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) { + return data; + } + if (data && utils$1.isString(data) && (forcedJSONParsing && !this.responseType || JSONRequested)) { + var silentJSONParsing = transitional && transitional.silentJSONParsing; + var strictJSONParsing = !silentJSONParsing && JSONRequested; + try { + return JSON.parse(data); + } catch (e) { + if (strictJSONParsing) { + if (e.name === 'SyntaxError') { + throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response); + } + throw e; + } + } + } + return data; + }], + /** + * A timeout in milliseconds to abort a request. If set to 0 (default) a + * timeout is not created. + */ + timeout: 0, + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', + maxContentLength: -1, + maxBodyLength: -1, + env: { + FormData: platform.classes.FormData, + Blob: platform.classes.Blob + }, + validateStatus: function validateStatus(status) { + return status >= 200 && status < 300; + }, + headers: { + common: { + 'Accept': 'application/json, text/plain, */*', + 'Content-Type': undefined + } + } + }; + utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], function (method) { + defaults.headers[method] = {}; + }); + var defaults$1 = defaults; + + // RawAxiosHeaders whose duplicates are ignored by node + // c.f. https://nodejs.org/api/http.html#http_message_headers + var ignoreDuplicateOf = utils$1.toObjectSet(['age', 'authorization', 'content-length', 'content-type', 'etag', 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', 'last-modified', 'location', 'max-forwards', 'proxy-authorization', 'referer', 'retry-after', 'user-agent']); + + /** + * Parse headers into an object + * + * ``` + * Date: Wed, 27 Aug 2014 08:58:49 GMT + * Content-Type: application/json + * Connection: keep-alive + * Transfer-Encoding: chunked + * ``` + * + * @param {String} rawHeaders Headers needing to be parsed + * + * @returns {Object} Headers parsed into an object + */ + var parseHeaders = (function (rawHeaders) { + var parsed = {}; + var key; + var val; + var i; + rawHeaders && rawHeaders.split('\n').forEach(function parser(line) { + i = line.indexOf(':'); + key = line.substring(0, i).trim().toLowerCase(); + val = line.substring(i + 1).trim(); + if (!key || parsed[key] && ignoreDuplicateOf[key]) { + return; + } + if (key === 'set-cookie') { + if (parsed[key]) { + parsed[key].push(val); + } else { + parsed[key] = [val]; + } + } else { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + }); + return parsed; + }); + + var $internals = Symbol('internals'); + function normalizeHeader(header) { + return header && String(header).trim().toLowerCase(); + } + function normalizeValue(value) { + if (value === false || value == null) { + return value; + } + return utils$1.isArray(value) ? value.map(normalizeValue) : String(value); + } + function parseTokens(str) { + var tokens = Object.create(null); + var tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g; + var match; + while (match = tokensRE.exec(str)) { + tokens[match[1]] = match[2]; + } + return tokens; + } + var isValidHeaderName = function isValidHeaderName(str) { + return /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim()); + }; + function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { + if (utils$1.isFunction(filter)) { + return filter.call(this, value, header); + } + if (isHeaderNameFilter) { + value = header; + } + if (!utils$1.isString(value)) return; + if (utils$1.isString(filter)) { + return value.indexOf(filter) !== -1; + } + if (utils$1.isRegExp(filter)) { + return filter.test(value); + } + } + function formatHeader(header) { + return header.trim().toLowerCase().replace(/([a-z\d])(\w*)/g, function (w, _char, str) { + return _char.toUpperCase() + str; + }); + } + function buildAccessors(obj, header) { + var accessorName = utils$1.toCamelCase(' ' + header); + ['get', 'set', 'has'].forEach(function (methodName) { + Object.defineProperty(obj, methodName + accessorName, { + value: function value(arg1, arg2, arg3) { + return this[methodName].call(this, header, arg1, arg2, arg3); + }, + configurable: true + }); + }); + } + var AxiosHeaders = /*#__PURE__*/function (_Symbol$iterator, _Symbol$toStringTag) { + function AxiosHeaders(headers) { + _classCallCheck(this, AxiosHeaders); + headers && this.set(headers); + } + _createClass(AxiosHeaders, [{ + key: "set", + value: function set(header, valueOrRewrite, rewrite) { + var self = this; + function setHeader(_value, _header, _rewrite) { + var lHeader = normalizeHeader(_header); + if (!lHeader) { + throw new Error('header name must be a non-empty string'); + } + var key = utils$1.findKey(self, lHeader); + if (!key || self[key] === undefined || _rewrite === true || _rewrite === undefined && self[key] !== false) { + self[key || _header] = normalizeValue(_value); + } + } + var setHeaders = function setHeaders(headers, _rewrite) { + return utils$1.forEach(headers, function (_value, _header) { + return setHeader(_value, _header, _rewrite); + }); + }; + if (utils$1.isPlainObject(header) || header instanceof this.constructor) { + setHeaders(header, valueOrRewrite); + } else if (utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { + setHeaders(parseHeaders(header), valueOrRewrite); + } else if (utils$1.isHeaders(header)) { + var _iterator = _createForOfIteratorHelper(header.entries()), + _step; + try { + for (_iterator.s(); !(_step = _iterator.n()).done;) { + var _step$value = _slicedToArray(_step.value, 2), + key = _step$value[0], + value = _step$value[1]; + setHeader(value, key, rewrite); + } + } catch (err) { + _iterator.e(err); + } finally { + _iterator.f(); + } + } else { + header != null && setHeader(valueOrRewrite, header, rewrite); + } + return this; + } + }, { + key: "get", + value: function get(header, parser) { + header = normalizeHeader(header); + if (header) { + var key = utils$1.findKey(this, header); + if (key) { + var value = this[key]; + if (!parser) { + return value; + } + if (parser === true) { + return parseTokens(value); + } + if (utils$1.isFunction(parser)) { + return parser.call(this, value, key); + } + if (utils$1.isRegExp(parser)) { + return parser.exec(value); + } + throw new TypeError('parser must be boolean|regexp|function'); + } + } + } + }, { + key: "has", + value: function has(header, matcher) { + header = normalizeHeader(header); + if (header) { + var key = utils$1.findKey(this, header); + return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher))); + } + return false; + } + }, { + key: "delete", + value: function _delete(header, matcher) { + var self = this; + var deleted = false; + function deleteHeader(_header) { + _header = normalizeHeader(_header); + if (_header) { + var key = utils$1.findKey(self, _header); + if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) { + delete self[key]; + deleted = true; + } + } + } + if (utils$1.isArray(header)) { + header.forEach(deleteHeader); + } else { + deleteHeader(header); + } + return deleted; + } + }, { + key: "clear", + value: function clear(matcher) { + var keys = Object.keys(this); + var i = keys.length; + var deleted = false; + while (i--) { + var key = keys[i]; + if (!matcher || matchHeaderValue(this, this[key], key, matcher, true)) { + delete this[key]; + deleted = true; + } + } + return deleted; + } + }, { + key: "normalize", + value: function normalize(format) { + var self = this; + var headers = {}; + utils$1.forEach(this, function (value, header) { + var key = utils$1.findKey(headers, header); + if (key) { + self[key] = normalizeValue(value); + delete self[header]; + return; + } + var normalized = format ? formatHeader(header) : String(header).trim(); + if (normalized !== header) { + delete self[header]; + } + self[normalized] = normalizeValue(value); + headers[normalized] = true; + }); + return this; + } + }, { + key: "concat", + value: function concat() { + var _this$constructor; + for (var _len = arguments.length, targets = new Array(_len), _key = 0; _key < _len; _key++) { + targets[_key] = arguments[_key]; + } + return (_this$constructor = this.constructor).concat.apply(_this$constructor, [this].concat(targets)); + } + }, { + key: "toJSON", + value: function toJSON(asStrings) { + var obj = Object.create(null); + utils$1.forEach(this, function (value, header) { + value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value); + }); + return obj; + } + }, { + key: _Symbol$iterator, + value: function value() { + return Object.entries(this.toJSON())[Symbol.iterator](); + } + }, { + key: "toString", + value: function toString() { + return Object.entries(this.toJSON()).map(function (_ref) { + var _ref2 = _slicedToArray(_ref, 2), + header = _ref2[0], + value = _ref2[1]; + return header + ': ' + value; + }).join('\n'); + } + }, { + key: _Symbol$toStringTag, + get: function get() { + return 'AxiosHeaders'; + } + }], [{ + key: "from", + value: function from(thing) { + return thing instanceof this ? thing : new this(thing); + } + }, { + key: "concat", + value: function concat(first) { + var computed = new this(first); + for (var _len2 = arguments.length, targets = new Array(_len2 > 1 ? _len2 - 1 : 0), _key2 = 1; _key2 < _len2; _key2++) { + targets[_key2 - 1] = arguments[_key2]; + } + targets.forEach(function (target) { + return computed.set(target); + }); + return computed; + } + }, { + key: "accessor", + value: function accessor(header) { + var internals = this[$internals] = this[$internals] = { + accessors: {} + }; + var accessors = internals.accessors; + var prototype = this.prototype; + function defineAccessor(_header) { + var lHeader = normalizeHeader(_header); + if (!accessors[lHeader]) { + buildAccessors(prototype, _header); + accessors[lHeader] = true; + } + } + utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); + return this; + } + }]); + return AxiosHeaders; + }(Symbol.iterator, Symbol.toStringTag); + AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']); + + // reserved names hotfix + utils$1.reduceDescriptors(AxiosHeaders.prototype, function (_ref3, key) { + var value = _ref3.value; + var mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set` + return { + get: function get() { + return value; + }, + set: function set(headerValue) { + this[mapped] = headerValue; + } + }; + }); + utils$1.freezeMethods(AxiosHeaders); + var AxiosHeaders$1 = AxiosHeaders; + + /** + * Transform the data for a request or a response + * + * @param {Array|Function} fns A single function or Array of functions + * @param {?Object} response The response object + * + * @returns {*} The resulting transformed data + */ + function transformData(fns, response) { + var config = this || defaults$1; + var context = response || config; + var headers = AxiosHeaders$1.from(context.headers); + var data = context.data; + utils$1.forEach(fns, function transform(fn) { + data = fn.call(config, data, headers.normalize(), response ? response.status : undefined); + }); + headers.normalize(); + return data; + } + + function isCancel(value) { + return !!(value && value.__CANCEL__); + } + + /** + * A `CanceledError` is an object that is thrown when an operation is canceled. + * + * @param {string=} message The message. + * @param {Object=} config The config. + * @param {Object=} request The request. + * + * @returns {CanceledError} The created error. + */ + function CanceledError(message, config, request) { + // eslint-disable-next-line no-eq-null,eqeqeq + AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request); + this.name = 'CanceledError'; + } + utils$1.inherits(CanceledError, AxiosError, { + __CANCEL__: true + }); + + /** + * Resolve or reject a Promise based on response status. + * + * @param {Function} resolve A function that resolves the promise. + * @param {Function} reject A function that rejects the promise. + * @param {object} response The response. + * + * @returns {object} The response. + */ + function settle(resolve, reject, response) { + var validateStatus = response.config.validateStatus; + if (!response.status || !validateStatus || validateStatus(response.status)) { + resolve(response); + } else { + reject(new AxiosError('Request failed with status code ' + response.status, [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], response.config, response.request, response)); + } + } + + function parseProtocol(url) { + var match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); + return match && match[1] || ''; + } + + /** + * Calculate data maxRate + * @param {Number} [samplesCount= 10] + * @param {Number} [min= 1000] + * @returns {Function} + */ + function speedometer(samplesCount, min) { + samplesCount = samplesCount || 10; + var bytes = new Array(samplesCount); + var timestamps = new Array(samplesCount); + var head = 0; + var tail = 0; + var firstSampleTS; + min = min !== undefined ? min : 1000; + return function push(chunkLength) { + var now = Date.now(); + var startedAt = timestamps[tail]; + if (!firstSampleTS) { + firstSampleTS = now; + } + bytes[head] = chunkLength; + timestamps[head] = now; + var i = tail; + var bytesCount = 0; + while (i !== head) { + bytesCount += bytes[i++]; + i = i % samplesCount; + } + head = (head + 1) % samplesCount; + if (head === tail) { + tail = (tail + 1) % samplesCount; + } + if (now - firstSampleTS < min) { + return; + } + var passed = startedAt && now - startedAt; + return passed ? Math.round(bytesCount * 1000 / passed) : undefined; + }; + } + + /** + * Throttle decorator + * @param {Function} fn + * @param {Number} freq + * @return {Function} + */ + function throttle(fn, freq) { + var timestamp = 0; + var threshold = 1000 / freq; + var lastArgs; + var timer; + var invoke = function invoke(args) { + var now = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : Date.now(); + timestamp = now; + lastArgs = null; + if (timer) { + clearTimeout(timer); + timer = null; + } + fn.apply(null, args); + }; + var throttled = function throttled() { + var now = Date.now(); + var passed = now - timestamp; + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + if (passed >= threshold) { + invoke(args, now); + } else { + lastArgs = args; + if (!timer) { + timer = setTimeout(function () { + timer = null; + invoke(lastArgs); + }, threshold - passed); + } + } + }; + var flush = function flush() { + return lastArgs && invoke(lastArgs); + }; + return [throttled, flush]; + } + + var progressEventReducer = function progressEventReducer(listener, isDownloadStream) { + var freq = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : 3; + var bytesNotified = 0; + var _speedometer = speedometer(50, 250); + return throttle(function (e) { + var loaded = e.loaded; + var total = e.lengthComputable ? e.total : undefined; + var progressBytes = loaded - bytesNotified; + var rate = _speedometer(progressBytes); + var inRange = loaded <= total; + bytesNotified = loaded; + var data = _defineProperty({ + loaded: loaded, + total: total, + progress: total ? loaded / total : undefined, + bytes: progressBytes, + rate: rate ? rate : undefined, + estimated: rate && total && inRange ? (total - loaded) / rate : undefined, + event: e, + lengthComputable: total != null + }, isDownloadStream ? 'download' : 'upload', true); + listener(data); + }, freq); + }; + var progressEventDecorator = function progressEventDecorator(total, throttled) { + var lengthComputable = total != null; + return [function (loaded) { + return throttled[0]({ + lengthComputable: lengthComputable, + total: total, + loaded: loaded + }); + }, throttled[1]]; + }; + var asyncDecorator = function asyncDecorator(fn) { + return function () { + for (var _len = arguments.length, args = new Array(_len), _key = 0; _key < _len; _key++) { + args[_key] = arguments[_key]; + } + return utils$1.asap(function () { + return fn.apply(void 0, args); + }); + }; + }; + + var isURLSameOrigin = platform.hasStandardBrowserEnv ? function (origin, isMSIE) { + return function (url) { + url = new URL(url, platform.origin); + return origin.protocol === url.protocol && origin.host === url.host && (isMSIE || origin.port === url.port); + }; + }(new URL(platform.origin), platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)) : function () { + return true; + }; + + var cookies = platform.hasStandardBrowserEnv ? + // Standard browser envs support document.cookie + { + write: function write(name, value, expires, path, domain, secure) { + var cookie = [name + '=' + encodeURIComponent(value)]; + utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString()); + utils$1.isString(path) && cookie.push('path=' + path); + utils$1.isString(domain) && cookie.push('domain=' + domain); + secure === true && cookie.push('secure'); + document.cookie = cookie.join('; '); + }, + read: function read(name) { + var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return match ? decodeURIComponent(match[3]) : null; + }, + remove: function remove(name) { + this.write(name, '', Date.now() - 86400000); + } + } : + // Non-standard browser env (web workers, react-native) lack needed support. + { + write: function write() {}, + read: function read() { + return null; + }, + remove: function remove() {} + }; + + /** + * Determines whether the specified URL is absolute + * + * @param {string} url The URL to test + * + * @returns {boolean} True if the specified URL is absolute, otherwise false + */ + function isAbsoluteURL(url) { + // A URL is considered absolute if it begins with "://" or "//" (protocol-relative URL). + // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed + // by any combination of letters, digits, plus, period, or hyphen. + return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url); + } + + /** + * Creates a new URL by combining the specified URLs + * + * @param {string} baseURL The base URL + * @param {string} relativeURL The relative URL + * + * @returns {string} The combined URL + */ + function combineURLs(baseURL, relativeURL) { + return relativeURL ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '') : baseURL; + } + + /** + * Creates a new URL by combining the baseURL with the requestedURL, + * only when the requestedURL is not already an absolute URL. + * If the requestURL is absolute, this function returns the requestedURL untouched. + * + * @param {string} baseURL The base URL + * @param {string} requestedURL Absolute or relative URL to combine + * + * @returns {string} The combined full path + */ + function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) { + var isRelativeUrl = !isAbsoluteURL(requestedURL); + if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) { + return combineURLs(baseURL, requestedURL); + } + return requestedURL; + } + + var headersToObject = function headersToObject(thing) { + return thing instanceof AxiosHeaders$1 ? _objectSpread2({}, thing) : thing; + }; + + /** + * Config-specific merge-function which creates a new config-object + * by merging two configuration objects together. + * + * @param {Object} config1 + * @param {Object} config2 + * + * @returns {Object} New object resulting from merging config2 to config1 + */ + function mergeConfig(config1, config2) { + // eslint-disable-next-line no-param-reassign + config2 = config2 || {}; + var config = {}; + function getMergedValue(target, source, prop, caseless) { + if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) { + return utils$1.merge.call({ + caseless: caseless + }, target, source); + } else if (utils$1.isPlainObject(source)) { + return utils$1.merge({}, source); + } else if (utils$1.isArray(source)) { + return source.slice(); + } + return source; + } + + // eslint-disable-next-line consistent-return + function mergeDeepProperties(a, b, prop, caseless) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(a, b, prop, caseless); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a, prop, caseless); + } + } + + // eslint-disable-next-line consistent-return + function valueFromConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } + } + + // eslint-disable-next-line consistent-return + function defaultToConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a); + } + } + + // eslint-disable-next-line consistent-return + function mergeDirectKeys(a, b, prop) { + if (prop in config2) { + return getMergedValue(a, b); + } else if (prop in config1) { + return getMergedValue(undefined, a); + } + } + var mergeMap = { + url: valueFromConfig2, + method: valueFromConfig2, + data: valueFromConfig2, + baseURL: defaultToConfig2, + transformRequest: defaultToConfig2, + transformResponse: defaultToConfig2, + paramsSerializer: defaultToConfig2, + timeout: defaultToConfig2, + timeoutMessage: defaultToConfig2, + withCredentials: defaultToConfig2, + withXSRFToken: defaultToConfig2, + adapter: defaultToConfig2, + responseType: defaultToConfig2, + xsrfCookieName: defaultToConfig2, + xsrfHeaderName: defaultToConfig2, + onUploadProgress: defaultToConfig2, + onDownloadProgress: defaultToConfig2, + decompress: defaultToConfig2, + maxContentLength: defaultToConfig2, + maxBodyLength: defaultToConfig2, + beforeRedirect: defaultToConfig2, + transport: defaultToConfig2, + httpAgent: defaultToConfig2, + httpsAgent: defaultToConfig2, + cancelToken: defaultToConfig2, + socketPath: defaultToConfig2, + responseEncoding: defaultToConfig2, + validateStatus: mergeDirectKeys, + headers: function headers(a, b, prop) { + return mergeDeepProperties(headersToObject(a), headersToObject(b), prop, true); + } + }; + utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { + var merge = mergeMap[prop] || mergeDeepProperties; + var configValue = merge(config1[prop], config2[prop], prop); + utils$1.isUndefined(configValue) && merge !== mergeDirectKeys || (config[prop] = configValue); + }); + return config; + } + + var resolveConfig = (function (config) { + var newConfig = mergeConfig({}, config); + var data = newConfig.data, + withXSRFToken = newConfig.withXSRFToken, + xsrfHeaderName = newConfig.xsrfHeaderName, + xsrfCookieName = newConfig.xsrfCookieName, + headers = newConfig.headers, + auth = newConfig.auth; + newConfig.headers = headers = AxiosHeaders$1.from(headers); + newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer); + + // HTTP basic authentication + if (auth) { + headers.set('Authorization', 'Basic ' + btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))); + } + var contentType; + if (utils$1.isFormData(data)) { + if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) { + headers.setContentType(undefined); // Let the browser set it + } else if ((contentType = headers.getContentType()) !== false) { + // fix semicolon duplication issue for ReactNative FormData implementation + var _ref = contentType ? contentType.split(';').map(function (token) { + return token.trim(); + }).filter(Boolean) : [], + _ref2 = _toArray(_ref), + type = _ref2[0], + tokens = _ref2.slice(1); + headers.setContentType([type || 'multipart/form-data'].concat(_toConsumableArray(tokens)).join('; ')); + } + } + + // Add xsrf header + // This is only done if running in a standard browser environment. + // Specifically not if we're in a web worker, or react-native. + + if (platform.hasStandardBrowserEnv) { + withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig)); + if (withXSRFToken || withXSRFToken !== false && isURLSameOrigin(newConfig.url)) { + // Add xsrf header + var xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName); + if (xsrfValue) { + headers.set(xsrfHeaderName, xsrfValue); + } + } + } + return newConfig; + }); + + var isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined'; + var xhrAdapter = isXHRAdapterSupported && function (config) { + return new Promise(function dispatchXhrRequest(resolve, reject) { + var _config = resolveConfig(config); + var requestData = _config.data; + var requestHeaders = AxiosHeaders$1.from(_config.headers).normalize(); + var responseType = _config.responseType, + onUploadProgress = _config.onUploadProgress, + onDownloadProgress = _config.onDownloadProgress; + var onCanceled; + var uploadThrottled, downloadThrottled; + var flushUpload, flushDownload; + function done() { + flushUpload && flushUpload(); // flush events + flushDownload && flushDownload(); // flush events + + _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled); + _config.signal && _config.signal.removeEventListener('abort', onCanceled); + } + var request = new XMLHttpRequest(); + request.open(_config.method.toUpperCase(), _config.url, true); + + // Set the request timeout in MS + request.timeout = _config.timeout; + function onloadend() { + if (!request) { + return; + } + // Prepare the response + var responseHeaders = AxiosHeaders$1.from('getAllResponseHeaders' in request && request.getAllResponseHeaders()); + var responseData = !responseType || responseType === 'text' || responseType === 'json' ? request.responseText : request.response; + var response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders, + config: config, + request: request + }; + settle(function _resolve(value) { + resolve(value); + done(); + }, function _reject(err) { + reject(err); + done(); + }, response); + + // Clean up request + request = null; + } + if ('onloadend' in request) { + // Use onloadend if available + request.onloadend = onloadend; + } else { + // Listen for ready state to emulate onloadend + request.onreadystatechange = function handleLoad() { + if (!request || request.readyState !== 4) { + return; + } + + // The request errored out and we didn't get a response, this will be + // handled by onerror instead + // With one exception: request that using file: protocol, most browsers + // will return status as 0 even though it's a successful request + if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { + return; + } + // readystate handler is calling before onerror or ontimeout handlers, + // so we should call onloadend on the next 'tick' + setTimeout(onloadend); + }; + } + + // Handle browser request cancellation (as opposed to a manual cancellation) + request.onabort = function handleAbort() { + if (!request) { + return; + } + reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request)); + + // Clean up request + request = null; + }; + + // Handle low level network errors + request.onerror = function handleError() { + // Real errors are hidden from us by the browser + // onerror should only fire if it's a network error + reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request)); + + // Clean up request + request = null; + }; + + // Handle timeout + request.ontimeout = function handleTimeout() { + var timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded'; + var transitional = _config.transitional || transitionalDefaults; + if (_config.timeoutErrorMessage) { + timeoutErrorMessage = _config.timeoutErrorMessage; + } + reject(new AxiosError(timeoutErrorMessage, transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, config, request)); + + // Clean up request + request = null; + }; + + // Remove Content-Type if data is undefined + requestData === undefined && requestHeaders.setContentType(null); + + // Add headers to the request + if ('setRequestHeader' in request) { + utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { + request.setRequestHeader(key, val); + }); + } + + // Add withCredentials to request if needed + if (!utils$1.isUndefined(_config.withCredentials)) { + request.withCredentials = !!_config.withCredentials; + } + + // Add responseType to request if needed + if (responseType && responseType !== 'json') { + request.responseType = _config.responseType; + } + + // Handle progress if needed + if (onDownloadProgress) { + var _progressEventReducer = progressEventReducer(onDownloadProgress, true); + var _progressEventReducer2 = _slicedToArray(_progressEventReducer, 2); + downloadThrottled = _progressEventReducer2[0]; + flushDownload = _progressEventReducer2[1]; + request.addEventListener('progress', downloadThrottled); + } + + // Not all browsers support upload events + if (onUploadProgress && request.upload) { + var _progressEventReducer3 = progressEventReducer(onUploadProgress); + var _progressEventReducer4 = _slicedToArray(_progressEventReducer3, 2); + uploadThrottled = _progressEventReducer4[0]; + flushUpload = _progressEventReducer4[1]; + request.upload.addEventListener('progress', uploadThrottled); + request.upload.addEventListener('loadend', flushUpload); + } + if (_config.cancelToken || _config.signal) { + // Handle cancellation + // eslint-disable-next-line func-names + onCanceled = function onCanceled(cancel) { + if (!request) { + return; + } + reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel); + request.abort(); + request = null; + }; + _config.cancelToken && _config.cancelToken.subscribe(onCanceled); + if (_config.signal) { + _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled); + } + } + var protocol = parseProtocol(_config.url); + if (protocol && platform.protocols.indexOf(protocol) === -1) { + reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config)); + return; + } + + // Send the request + request.send(requestData || null); + }); + }; + + var composeSignals = function composeSignals(signals, timeout) { + var _signals = signals = signals ? signals.filter(Boolean) : [], + length = _signals.length; + if (timeout || length) { + var controller = new AbortController(); + var aborted; + var onabort = function onabort(reason) { + if (!aborted) { + aborted = true; + unsubscribe(); + var err = reason instanceof Error ? reason : this.reason; + controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err)); + } + }; + var timer = timeout && setTimeout(function () { + timer = null; + onabort(new AxiosError("timeout ".concat(timeout, " of ms exceeded"), AxiosError.ETIMEDOUT)); + }, timeout); + var unsubscribe = function unsubscribe() { + if (signals) { + timer && clearTimeout(timer); + timer = null; + signals.forEach(function (signal) { + signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort); + }); + signals = null; + } + }; + signals.forEach(function (signal) { + return signal.addEventListener('abort', onabort); + }); + var signal = controller.signal; + signal.unsubscribe = function () { + return utils$1.asap(unsubscribe); + }; + return signal; + } + }; + var composeSignals$1 = composeSignals; + + var streamChunk = /*#__PURE__*/_regeneratorRuntime().mark(function streamChunk(chunk, chunkSize) { + var len, pos, end; + return _regeneratorRuntime().wrap(function streamChunk$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + len = chunk.byteLength; + if (!(!chunkSize || len < chunkSize)) { + _context.next = 5; + break; + } + _context.next = 4; + return chunk; + case 4: + return _context.abrupt("return"); + case 5: + pos = 0; + case 6: + if (!(pos < len)) { + _context.next = 13; + break; + } + end = pos + chunkSize; + _context.next = 10; + return chunk.slice(pos, end); + case 10: + pos = end; + _context.next = 6; + break; + case 13: + case "end": + return _context.stop(); + } + }, streamChunk); + }); + var readBytes = /*#__PURE__*/function () { + var _ref = _wrapAsyncGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(iterable, chunkSize) { + var _iteratorAbruptCompletion, _didIteratorError, _iteratorError, _iterator, _step, chunk; + return _regeneratorRuntime().wrap(function _callee$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + _iteratorAbruptCompletion = false; + _didIteratorError = false; + _context2.prev = 2; + _iterator = _asyncIterator(readStream(iterable)); + case 4: + _context2.next = 6; + return _awaitAsyncGenerator(_iterator.next()); + case 6: + if (!(_iteratorAbruptCompletion = !(_step = _context2.sent).done)) { + _context2.next = 12; + break; + } + chunk = _step.value; + return _context2.delegateYield(_asyncGeneratorDelegate(_asyncIterator(streamChunk(chunk, chunkSize))), "t0", 9); + case 9: + _iteratorAbruptCompletion = false; + _context2.next = 4; + break; + case 12: + _context2.next = 18; + break; + case 14: + _context2.prev = 14; + _context2.t1 = _context2["catch"](2); + _didIteratorError = true; + _iteratorError = _context2.t1; + case 18: + _context2.prev = 18; + _context2.prev = 19; + if (!(_iteratorAbruptCompletion && _iterator["return"] != null)) { + _context2.next = 23; + break; + } + _context2.next = 23; + return _awaitAsyncGenerator(_iterator["return"]()); + case 23: + _context2.prev = 23; + if (!_didIteratorError) { + _context2.next = 26; + break; + } + throw _iteratorError; + case 26: + return _context2.finish(23); + case 27: + return _context2.finish(18); + case 28: + case "end": + return _context2.stop(); + } + }, _callee, null, [[2, 14, 18, 28], [19,, 23, 27]]); + })); + return function readBytes(_x, _x2) { + return _ref.apply(this, arguments); + }; + }(); + var readStream = /*#__PURE__*/function () { + var _ref2 = _wrapAsyncGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(stream) { + var reader, _yield$_awaitAsyncGen, done, value; + return _regeneratorRuntime().wrap(function _callee2$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + if (!stream[Symbol.asyncIterator]) { + _context3.next = 3; + break; + } + return _context3.delegateYield(_asyncGeneratorDelegate(_asyncIterator(stream)), "t0", 2); + case 2: + return _context3.abrupt("return"); + case 3: + reader = stream.getReader(); + _context3.prev = 4; + case 5: + _context3.next = 7; + return _awaitAsyncGenerator(reader.read()); + case 7: + _yield$_awaitAsyncGen = _context3.sent; + done = _yield$_awaitAsyncGen.done; + value = _yield$_awaitAsyncGen.value; + if (!done) { + _context3.next = 12; + break; + } + return _context3.abrupt("break", 16); + case 12: + _context3.next = 14; + return value; + case 14: + _context3.next = 5; + break; + case 16: + _context3.prev = 16; + _context3.next = 19; + return _awaitAsyncGenerator(reader.cancel()); + case 19: + return _context3.finish(16); + case 20: + case "end": + return _context3.stop(); + } + }, _callee2, null, [[4,, 16, 20]]); + })); + return function readStream(_x3) { + return _ref2.apply(this, arguments); + }; + }(); + var trackStream = function trackStream(stream, chunkSize, onProgress, onFinish) { + var iterator = readBytes(stream, chunkSize); + var bytes = 0; + var done; + var _onFinish = function _onFinish(e) { + if (!done) { + done = true; + onFinish && onFinish(e); + } + }; + return new ReadableStream({ + pull: function pull(controller) { + return _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3() { + var _yield$iterator$next, _done, value, len, loadedBytes; + return _regeneratorRuntime().wrap(function _callee3$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + _context4.prev = 0; + _context4.next = 3; + return iterator.next(); + case 3: + _yield$iterator$next = _context4.sent; + _done = _yield$iterator$next.done; + value = _yield$iterator$next.value; + if (!_done) { + _context4.next = 10; + break; + } + _onFinish(); + controller.close(); + return _context4.abrupt("return"); + case 10: + len = value.byteLength; + if (onProgress) { + loadedBytes = bytes += len; + onProgress(loadedBytes); + } + controller.enqueue(new Uint8Array(value)); + _context4.next = 19; + break; + case 15: + _context4.prev = 15; + _context4.t0 = _context4["catch"](0); + _onFinish(_context4.t0); + throw _context4.t0; + case 19: + case "end": + return _context4.stop(); + } + }, _callee3, null, [[0, 15]]); + }))(); + }, + cancel: function cancel(reason) { + _onFinish(reason); + return iterator["return"](); + } + }, { + highWaterMark: 2 + }); + }; + + var isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function'; + var isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function'; + + // used only inside the fetch adapter + var encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? function (encoder) { + return function (str) { + return encoder.encode(str); + }; + }(new TextEncoder()) : ( /*#__PURE__*/function () { + var _ref = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(str) { + return _regeneratorRuntime().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + _context.t0 = Uint8Array; + _context.next = 3; + return new Response(str).arrayBuffer(); + case 3: + _context.t1 = _context.sent; + return _context.abrupt("return", new _context.t0(_context.t1)); + case 5: + case "end": + return _context.stop(); + } + }, _callee); + })); + return function (_x) { + return _ref.apply(this, arguments); + }; + }())); + var test = function test(fn) { + try { + for (var _len = arguments.length, args = new Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) { + args[_key - 1] = arguments[_key]; + } + return !!fn.apply(void 0, args); + } catch (e) { + return false; + } + }; + var supportsRequestStream = isReadableStreamSupported && test(function () { + var duplexAccessed = false; + var hasContentType = new Request(platform.origin, { + body: new ReadableStream(), + method: 'POST', + get duplex() { + duplexAccessed = true; + return 'half'; + } + }).headers.has('Content-Type'); + return duplexAccessed && !hasContentType; + }); + var DEFAULT_CHUNK_SIZE = 64 * 1024; + var supportsResponseStream = isReadableStreamSupported && test(function () { + return utils$1.isReadableStream(new Response('').body); + }); + var resolvers = { + stream: supportsResponseStream && function (res) { + return res.body; + } + }; + isFetchSupported && function (res) { + ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(function (type) { + !resolvers[type] && (resolvers[type] = utils$1.isFunction(res[type]) ? function (res) { + return res[type](); + } : function (_, config) { + throw new AxiosError("Response type '".concat(type, "' is not supported"), AxiosError.ERR_NOT_SUPPORT, config); + }); + }); + }(new Response()); + var getBodyLength = /*#__PURE__*/function () { + var _ref2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee2(body) { + var _request; + return _regeneratorRuntime().wrap(function _callee2$(_context2) { + while (1) switch (_context2.prev = _context2.next) { + case 0: + if (!(body == null)) { + _context2.next = 2; + break; + } + return _context2.abrupt("return", 0); + case 2: + if (!utils$1.isBlob(body)) { + _context2.next = 4; + break; + } + return _context2.abrupt("return", body.size); + case 4: + if (!utils$1.isSpecCompliantForm(body)) { + _context2.next = 9; + break; + } + _request = new Request(platform.origin, { + method: 'POST', + body: body + }); + _context2.next = 8; + return _request.arrayBuffer(); + case 8: + return _context2.abrupt("return", _context2.sent.byteLength); + case 9: + if (!(utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body))) { + _context2.next = 11; + break; + } + return _context2.abrupt("return", body.byteLength); + case 11: + if (utils$1.isURLSearchParams(body)) { + body = body + ''; + } + if (!utils$1.isString(body)) { + _context2.next = 16; + break; + } + _context2.next = 15; + return encodeText(body); + case 15: + return _context2.abrupt("return", _context2.sent.byteLength); + case 16: + case "end": + return _context2.stop(); + } + }, _callee2); + })); + return function getBodyLength(_x2) { + return _ref2.apply(this, arguments); + }; + }(); + var resolveBodyLength = /*#__PURE__*/function () { + var _ref3 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee3(headers, body) { + var length; + return _regeneratorRuntime().wrap(function _callee3$(_context3) { + while (1) switch (_context3.prev = _context3.next) { + case 0: + length = utils$1.toFiniteNumber(headers.getContentLength()); + return _context3.abrupt("return", length == null ? getBodyLength(body) : length); + case 2: + case "end": + return _context3.stop(); + } + }, _callee3); + })); + return function resolveBodyLength(_x3, _x4) { + return _ref3.apply(this, arguments); + }; + }(); + var fetchAdapter = isFetchSupported && ( /*#__PURE__*/function () { + var _ref4 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee4(config) { + var _resolveConfig, url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, _resolveConfig$withCr, withCredentials, fetchOptions, composedSignal, request, unsubscribe, requestContentLength, _request, contentTypeHeader, _progressEventDecorat, _progressEventDecorat2, onProgress, flush, isCredentialsSupported, response, isStreamResponse, options, responseContentLength, _ref5, _ref6, _onProgress, _flush, responseData; + return _regeneratorRuntime().wrap(function _callee4$(_context4) { + while (1) switch (_context4.prev = _context4.next) { + case 0: + _resolveConfig = resolveConfig(config), url = _resolveConfig.url, method = _resolveConfig.method, data = _resolveConfig.data, signal = _resolveConfig.signal, cancelToken = _resolveConfig.cancelToken, timeout = _resolveConfig.timeout, onDownloadProgress = _resolveConfig.onDownloadProgress, onUploadProgress = _resolveConfig.onUploadProgress, responseType = _resolveConfig.responseType, headers = _resolveConfig.headers, _resolveConfig$withCr = _resolveConfig.withCredentials, withCredentials = _resolveConfig$withCr === void 0 ? 'same-origin' : _resolveConfig$withCr, fetchOptions = _resolveConfig.fetchOptions; + responseType = responseType ? (responseType + '').toLowerCase() : 'text'; + composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout); + unsubscribe = composedSignal && composedSignal.unsubscribe && function () { + composedSignal.unsubscribe(); + }; + _context4.prev = 4; + _context4.t0 = onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head'; + if (!_context4.t0) { + _context4.next = 11; + break; + } + _context4.next = 9; + return resolveBodyLength(headers, data); + case 9: + _context4.t1 = requestContentLength = _context4.sent; + _context4.t0 = _context4.t1 !== 0; + case 11: + if (!_context4.t0) { + _context4.next = 15; + break; + } + _request = new Request(url, { + method: 'POST', + body: data, + duplex: "half" + }); + if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) { + headers.setContentType(contentTypeHeader); + } + if (_request.body) { + _progressEventDecorat = progressEventDecorator(requestContentLength, progressEventReducer(asyncDecorator(onUploadProgress))), _progressEventDecorat2 = _slicedToArray(_progressEventDecorat, 2), onProgress = _progressEventDecorat2[0], flush = _progressEventDecorat2[1]; + data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush); + } + case 15: + if (!utils$1.isString(withCredentials)) { + withCredentials = withCredentials ? 'include' : 'omit'; + } + + // Cloudflare Workers throws when credentials are defined + // see https://github.com/cloudflare/workerd/issues/902 + isCredentialsSupported = "credentials" in Request.prototype; + request = new Request(url, _objectSpread2(_objectSpread2({}, fetchOptions), {}, { + signal: composedSignal, + method: method.toUpperCase(), + headers: headers.normalize().toJSON(), + body: data, + duplex: "half", + credentials: isCredentialsSupported ? withCredentials : undefined + })); + _context4.next = 20; + return fetch(request); + case 20: + response = _context4.sent; + isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response'); + if (supportsResponseStream && (onDownloadProgress || isStreamResponse && unsubscribe)) { + options = {}; + ['status', 'statusText', 'headers'].forEach(function (prop) { + options[prop] = response[prop]; + }); + responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length')); + _ref5 = onDownloadProgress && progressEventDecorator(responseContentLength, progressEventReducer(asyncDecorator(onDownloadProgress), true)) || [], _ref6 = _slicedToArray(_ref5, 2), _onProgress = _ref6[0], _flush = _ref6[1]; + response = new Response(trackStream(response.body, DEFAULT_CHUNK_SIZE, _onProgress, function () { + _flush && _flush(); + unsubscribe && unsubscribe(); + }), options); + } + responseType = responseType || 'text'; + _context4.next = 26; + return resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config); + case 26: + responseData = _context4.sent; + !isStreamResponse && unsubscribe && unsubscribe(); + _context4.next = 30; + return new Promise(function (resolve, reject) { + settle(resolve, reject, { + data: responseData, + headers: AxiosHeaders$1.from(response.headers), + status: response.status, + statusText: response.statusText, + config: config, + request: request + }); + }); + case 30: + return _context4.abrupt("return", _context4.sent); + case 33: + _context4.prev = 33; + _context4.t2 = _context4["catch"](4); + unsubscribe && unsubscribe(); + if (!(_context4.t2 && _context4.t2.name === 'TypeError' && /fetch/i.test(_context4.t2.message))) { + _context4.next = 38; + break; + } + throw Object.assign(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request), { + cause: _context4.t2.cause || _context4.t2 + }); + case 38: + throw AxiosError.from(_context4.t2, _context4.t2 && _context4.t2.code, config, request); + case 39: + case "end": + return _context4.stop(); + } + }, _callee4, null, [[4, 33]]); + })); + return function (_x5) { + return _ref4.apply(this, arguments); + }; + }()); + + var knownAdapters = { + http: httpAdapter, + xhr: xhrAdapter, + fetch: fetchAdapter + }; + utils$1.forEach(knownAdapters, function (fn, value) { + if (fn) { + try { + Object.defineProperty(fn, 'name', { + value: value + }); + } catch (e) { + // eslint-disable-next-line no-empty + } + Object.defineProperty(fn, 'adapterName', { + value: value + }); + } + }); + var renderReason = function renderReason(reason) { + return "- ".concat(reason); + }; + var isResolvedHandle = function isResolvedHandle(adapter) { + return utils$1.isFunction(adapter) || adapter === null || adapter === false; + }; + var adapters = { + getAdapter: function getAdapter(adapters) { + adapters = utils$1.isArray(adapters) ? adapters : [adapters]; + var _adapters = adapters, + length = _adapters.length; + var nameOrAdapter; + var adapter; + var rejectedReasons = {}; + for (var i = 0; i < length; i++) { + nameOrAdapter = adapters[i]; + var id = void 0; + adapter = nameOrAdapter; + if (!isResolvedHandle(nameOrAdapter)) { + adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()]; + if (adapter === undefined) { + throw new AxiosError("Unknown adapter '".concat(id, "'")); + } + } + if (adapter) { + break; + } + rejectedReasons[id || '#' + i] = adapter; + } + if (!adapter) { + var reasons = Object.entries(rejectedReasons).map(function (_ref) { + var _ref2 = _slicedToArray(_ref, 2), + id = _ref2[0], + state = _ref2[1]; + return "adapter ".concat(id, " ") + (state === false ? 'is not supported by the environment' : 'is not available in the build'); + }); + var s = length ? reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0]) : 'as no adapter specified'; + throw new AxiosError("There is no suitable adapter to dispatch the request " + s, 'ERR_NOT_SUPPORT'); + } + return adapter; + }, + adapters: knownAdapters + }; + + /** + * Throws a `CanceledError` if cancellation has been requested. + * + * @param {Object} config The config that is to be used for the request + * + * @returns {void} + */ + function throwIfCancellationRequested(config) { + if (config.cancelToken) { + config.cancelToken.throwIfRequested(); + } + if (config.signal && config.signal.aborted) { + throw new CanceledError(null, config); + } + } + + /** + * Dispatch a request to the server using the configured adapter. + * + * @param {object} config The config that is to be used for the request + * + * @returns {Promise} The Promise to be fulfilled + */ + function dispatchRequest(config) { + throwIfCancellationRequested(config); + config.headers = AxiosHeaders$1.from(config.headers); + + // Transform request data + config.data = transformData.call(config, config.transformRequest); + if (['post', 'put', 'patch'].indexOf(config.method) !== -1) { + config.headers.setContentType('application/x-www-form-urlencoded', false); + } + var adapter = adapters.getAdapter(config.adapter || defaults$1.adapter); + return adapter(config).then(function onAdapterResolution(response) { + throwIfCancellationRequested(config); + + // Transform response data + response.data = transformData.call(config, config.transformResponse, response); + response.headers = AxiosHeaders$1.from(response.headers); + return response; + }, function onAdapterRejection(reason) { + if (!isCancel(reason)) { + throwIfCancellationRequested(config); + + // Transform response data + if (reason && reason.response) { + reason.response.data = transformData.call(config, config.transformResponse, reason.response); + reason.response.headers = AxiosHeaders$1.from(reason.response.headers); + } + } + return Promise.reject(reason); + }); + } + + var VERSION = "1.8.4"; + + var validators$1 = {}; + + // eslint-disable-next-line func-names + ['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach(function (type, i) { + validators$1[type] = function validator(thing) { + return _typeof(thing) === type || 'a' + (i < 1 ? 'n ' : ' ') + type; + }; + }); + var deprecatedWarnings = {}; + + /** + * Transitional option validator + * + * @param {function|boolean?} validator - set to false if the transitional option has been removed + * @param {string?} version - deprecated version / removed since version + * @param {string?} message - some message with additional info + * + * @returns {function} + */ + validators$1.transitional = function transitional(validator, version, message) { + function formatMessage(opt, desc) { + return '[Axios v' + VERSION + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : ''); + } + + // eslint-disable-next-line func-names + return function (value, opt, opts) { + if (validator === false) { + throw new AxiosError(formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), AxiosError.ERR_DEPRECATED); + } + if (version && !deprecatedWarnings[opt]) { + deprecatedWarnings[opt] = true; + // eslint-disable-next-line no-console + console.warn(formatMessage(opt, ' has been deprecated since v' + version + ' and will be removed in the near future')); + } + return validator ? validator(value, opt, opts) : true; + }; + }; + validators$1.spelling = function spelling(correctSpelling) { + return function (value, opt) { + // eslint-disable-next-line no-console + console.warn("".concat(opt, " is likely a misspelling of ").concat(correctSpelling)); + return true; + }; + }; + + /** + * Assert object's properties type + * + * @param {object} options + * @param {object} schema + * @param {boolean?} allowUnknown + * + * @returns {object} + */ + + function assertOptions(options, schema, allowUnknown) { + if (_typeof(options) !== 'object') { + throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE); + } + var keys = Object.keys(options); + var i = keys.length; + while (i-- > 0) { + var opt = keys[i]; + var validator = schema[opt]; + if (validator) { + var value = options[opt]; + var result = value === undefined || validator(value, opt, options); + if (result !== true) { + throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE); + } + continue; + } + if (allowUnknown !== true) { + throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION); + } + } + } + var validator = { + assertOptions: assertOptions, + validators: validators$1 + }; + + var validators = validator.validators; + + /** + * Create a new instance of Axios + * + * @param {Object} instanceConfig The default config for the instance + * + * @return {Axios} A new instance of Axios + */ + var Axios = /*#__PURE__*/function () { + function Axios(instanceConfig) { + _classCallCheck(this, Axios); + this.defaults = instanceConfig; + this.interceptors = { + request: new InterceptorManager$1(), + response: new InterceptorManager$1() + }; + } + + /** + * Dispatch a request + * + * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults) + * @param {?Object} config + * + * @returns {Promise} The Promise to be fulfilled + */ + _createClass(Axios, [{ + key: "request", + value: (function () { + var _request2 = _asyncToGenerator( /*#__PURE__*/_regeneratorRuntime().mark(function _callee(configOrUrl, config) { + var dummy, stack; + return _regeneratorRuntime().wrap(function _callee$(_context) { + while (1) switch (_context.prev = _context.next) { + case 0: + _context.prev = 0; + _context.next = 3; + return this._request(configOrUrl, config); + case 3: + return _context.abrupt("return", _context.sent); + case 6: + _context.prev = 6; + _context.t0 = _context["catch"](0); + if (_context.t0 instanceof Error) { + dummy = {}; + Error.captureStackTrace ? Error.captureStackTrace(dummy) : dummy = new Error(); + + // slice off the Error: ... line + stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : ''; + try { + if (!_context.t0.stack) { + _context.t0.stack = stack; + // match without the 2 top stack lines + } else if (stack && !String(_context.t0.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) { + _context.t0.stack += '\n' + stack; + } + } catch (e) { + // ignore the case where "stack" is an un-writable property + } + } + throw _context.t0; + case 10: + case "end": + return _context.stop(); + } + }, _callee, this, [[0, 6]]); + })); + function request(_x, _x2) { + return _request2.apply(this, arguments); + } + return request; + }()) + }, { + key: "_request", + value: function _request(configOrUrl, config) { + /*eslint no-param-reassign:0*/ + // Allow for axios('example/url'[, config]) a la fetch API + if (typeof configOrUrl === 'string') { + config = config || {}; + config.url = configOrUrl; + } else { + config = configOrUrl || {}; + } + config = mergeConfig(this.defaults, config); + var _config = config, + transitional = _config.transitional, + paramsSerializer = _config.paramsSerializer, + headers = _config.headers; + if (transitional !== undefined) { + validator.assertOptions(transitional, { + silentJSONParsing: validators.transitional(validators["boolean"]), + forcedJSONParsing: validators.transitional(validators["boolean"]), + clarifyTimeoutError: validators.transitional(validators["boolean"]) + }, false); + } + if (paramsSerializer != null) { + if (utils$1.isFunction(paramsSerializer)) { + config.paramsSerializer = { + serialize: paramsSerializer + }; + } else { + validator.assertOptions(paramsSerializer, { + encode: validators["function"], + serialize: validators["function"] + }, true); + } + } + + // Set config.allowAbsoluteUrls + if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) { + config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls; + } else { + config.allowAbsoluteUrls = true; + } + validator.assertOptions(config, { + baseUrl: validators.spelling('baseURL'), + withXsrfToken: validators.spelling('withXSRFToken') + }, true); + + // Set config.method + config.method = (config.method || this.defaults.method || 'get').toLowerCase(); + + // Flatten headers + var contextHeaders = headers && utils$1.merge(headers.common, headers[config.method]); + headers && utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], function (method) { + delete headers[method]; + }); + config.headers = AxiosHeaders$1.concat(contextHeaders, headers); + + // filter out skipped interceptors + var requestInterceptorChain = []; + var synchronousRequestInterceptors = true; + this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { + if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) { + return; + } + synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous; + requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected); + }); + var responseInterceptorChain = []; + this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { + responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected); + }); + var promise; + var i = 0; + var len; + if (!synchronousRequestInterceptors) { + var chain = [dispatchRequest.bind(this), undefined]; + chain.unshift.apply(chain, requestInterceptorChain); + chain.push.apply(chain, responseInterceptorChain); + len = chain.length; + promise = Promise.resolve(config); + while (i < len) { + promise = promise.then(chain[i++], chain[i++]); + } + return promise; + } + len = requestInterceptorChain.length; + var newConfig = config; + i = 0; + while (i < len) { + var onFulfilled = requestInterceptorChain[i++]; + var onRejected = requestInterceptorChain[i++]; + try { + newConfig = onFulfilled(newConfig); + } catch (error) { + onRejected.call(this, error); + break; + } + } + try { + promise = dispatchRequest.call(this, newConfig); + } catch (error) { + return Promise.reject(error); + } + i = 0; + len = responseInterceptorChain.length; + while (i < len) { + promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]); + } + return promise; + } + }, { + key: "getUri", + value: function getUri(config) { + config = mergeConfig(this.defaults, config); + var fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); + return buildURL(fullPath, config.params, config.paramsSerializer); + } + }]); + return Axios; + }(); // Provide aliases for supported request methods + utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function (url, config) { + return this.request(mergeConfig(config || {}, { + method: method, + url: url, + data: (config || {}).data + })); + }; + }); + utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + /*eslint func-names:0*/ + + function generateHTTPMethod(isForm) { + return function httpMethod(url, data, config) { + return this.request(mergeConfig(config || {}, { + method: method, + headers: isForm ? { + 'Content-Type': 'multipart/form-data' + } : {}, + url: url, + data: data + })); + }; + } + Axios.prototype[method] = generateHTTPMethod(); + Axios.prototype[method + 'Form'] = generateHTTPMethod(true); + }); + var Axios$1 = Axios; + + /** + * A `CancelToken` is an object that can be used to request cancellation of an operation. + * + * @param {Function} executor The executor function. + * + * @returns {CancelToken} + */ + var CancelToken = /*#__PURE__*/function () { + function CancelToken(executor) { + _classCallCheck(this, CancelToken); + if (typeof executor !== 'function') { + throw new TypeError('executor must be a function.'); + } + var resolvePromise; + this.promise = new Promise(function promiseExecutor(resolve) { + resolvePromise = resolve; + }); + var token = this; + + // eslint-disable-next-line func-names + this.promise.then(function (cancel) { + if (!token._listeners) return; + var i = token._listeners.length; + while (i-- > 0) { + token._listeners[i](cancel); + } + token._listeners = null; + }); + + // eslint-disable-next-line func-names + this.promise.then = function (onfulfilled) { + var _resolve; + // eslint-disable-next-line func-names + var promise = new Promise(function (resolve) { + token.subscribe(resolve); + _resolve = resolve; + }).then(onfulfilled); + promise.cancel = function reject() { + token.unsubscribe(_resolve); + }; + return promise; + }; + executor(function cancel(message, config, request) { + if (token.reason) { + // Cancellation has already been requested + return; + } + token.reason = new CanceledError(message, config, request); + resolvePromise(token.reason); + }); + } + + /** + * Throws a `CanceledError` if cancellation has been requested. + */ + _createClass(CancelToken, [{ + key: "throwIfRequested", + value: function throwIfRequested() { + if (this.reason) { + throw this.reason; + } + } + + /** + * Subscribe to the cancel signal + */ + }, { + key: "subscribe", + value: function subscribe(listener) { + if (this.reason) { + listener(this.reason); + return; + } + if (this._listeners) { + this._listeners.push(listener); + } else { + this._listeners = [listener]; + } + } + + /** + * Unsubscribe from the cancel signal + */ + }, { + key: "unsubscribe", + value: function unsubscribe(listener) { + if (!this._listeners) { + return; + } + var index = this._listeners.indexOf(listener); + if (index !== -1) { + this._listeners.splice(index, 1); + } + } + }, { + key: "toAbortSignal", + value: function toAbortSignal() { + var _this = this; + var controller = new AbortController(); + var abort = function abort(err) { + controller.abort(err); + }; + this.subscribe(abort); + controller.signal.unsubscribe = function () { + return _this.unsubscribe(abort); + }; + return controller.signal; + } + + /** + * Returns an object that contains a new `CancelToken` and a function that, when called, + * cancels the `CancelToken`. + */ + }], [{ + key: "source", + value: function source() { + var cancel; + var token = new CancelToken(function executor(c) { + cancel = c; + }); + return { + token: token, + cancel: cancel + }; + } + }]); + return CancelToken; + }(); + var CancelToken$1 = CancelToken; + + /** + * Syntactic sugar for invoking a function and expanding an array for arguments. + * + * Common use case would be to use `Function.prototype.apply`. + * + * ```js + * function f(x, y, z) {} + * var args = [1, 2, 3]; + * f.apply(null, args); + * ``` + * + * With `spread` this example can be re-written. + * + * ```js + * spread(function(x, y, z) {})([1, 2, 3]); + * ``` + * + * @param {Function} callback + * + * @returns {Function} + */ + function spread(callback) { + return function wrap(arr) { + return callback.apply(null, arr); + }; + } + + /** + * Determines whether the payload is an error thrown by Axios + * + * @param {*} payload The value to test + * + * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false + */ + function isAxiosError(payload) { + return utils$1.isObject(payload) && payload.isAxiosError === true; + } + + var HttpStatusCode = { + Continue: 100, + SwitchingProtocols: 101, + Processing: 102, + EarlyHints: 103, + Ok: 200, + Created: 201, + Accepted: 202, + NonAuthoritativeInformation: 203, + NoContent: 204, + ResetContent: 205, + PartialContent: 206, + MultiStatus: 207, + AlreadyReported: 208, + ImUsed: 226, + MultipleChoices: 300, + MovedPermanently: 301, + Found: 302, + SeeOther: 303, + NotModified: 304, + UseProxy: 305, + Unused: 306, + TemporaryRedirect: 307, + PermanentRedirect: 308, + BadRequest: 400, + Unauthorized: 401, + PaymentRequired: 402, + Forbidden: 403, + NotFound: 404, + MethodNotAllowed: 405, + NotAcceptable: 406, + ProxyAuthenticationRequired: 407, + RequestTimeout: 408, + Conflict: 409, + Gone: 410, + LengthRequired: 411, + PreconditionFailed: 412, + PayloadTooLarge: 413, + UriTooLong: 414, + UnsupportedMediaType: 415, + RangeNotSatisfiable: 416, + ExpectationFailed: 417, + ImATeapot: 418, + MisdirectedRequest: 421, + UnprocessableEntity: 422, + Locked: 423, + FailedDependency: 424, + TooEarly: 425, + UpgradeRequired: 426, + PreconditionRequired: 428, + TooManyRequests: 429, + RequestHeaderFieldsTooLarge: 431, + UnavailableForLegalReasons: 451, + InternalServerError: 500, + NotImplemented: 501, + BadGateway: 502, + ServiceUnavailable: 503, + GatewayTimeout: 504, + HttpVersionNotSupported: 505, + VariantAlsoNegotiates: 506, + InsufficientStorage: 507, + LoopDetected: 508, + NotExtended: 510, + NetworkAuthenticationRequired: 511 + }; + Object.entries(HttpStatusCode).forEach(function (_ref) { + var _ref2 = _slicedToArray(_ref, 2), + key = _ref2[0], + value = _ref2[1]; + HttpStatusCode[value] = key; + }); + var HttpStatusCode$1 = HttpStatusCode; + + /** + * Create an instance of Axios + * + * @param {Object} defaultConfig The default config for the instance + * + * @returns {Axios} A new instance of Axios + */ + function createInstance(defaultConfig) { + var context = new Axios$1(defaultConfig); + var instance = bind(Axios$1.prototype.request, context); + + // Copy axios.prototype to instance + utils$1.extend(instance, Axios$1.prototype, context, { + allOwnKeys: true + }); + + // Copy context to instance + utils$1.extend(instance, context, null, { + allOwnKeys: true + }); + + // Factory for creating new instances + instance.create = function create(instanceConfig) { + return createInstance(mergeConfig(defaultConfig, instanceConfig)); + }; + return instance; + } + + // Create the default instance to be exported + var axios = createInstance(defaults$1); + + // Expose Axios class to allow class inheritance + axios.Axios = Axios$1; + + // Expose Cancel & CancelToken + axios.CanceledError = CanceledError; + axios.CancelToken = CancelToken$1; + axios.isCancel = isCancel; + axios.VERSION = VERSION; + axios.toFormData = toFormData; + + // Expose AxiosError class + axios.AxiosError = AxiosError; + + // alias for CanceledError for backward compatibility + axios.Cancel = axios.CanceledError; + + // Expose all/spread + axios.all = function all(promises) { + return Promise.all(promises); + }; + axios.spread = spread; + + // Expose isAxiosError + axios.isAxiosError = isAxiosError; + + // Expose mergeConfig + axios.mergeConfig = mergeConfig; + axios.AxiosHeaders = AxiosHeaders$1; + axios.formToJSON = function (thing) { + return formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing); + }; + axios.getAdapter = adapters.getAdapter; + axios.HttpStatusCode = HttpStatusCode$1; + axios["default"] = axios; + + return axios; + +})); +//# sourceMappingURL=axios.js.map diff --git a/server/node_modules/axios/dist/axios.js.map b/server/node_modules/axios/dist/axios.js.map new file mode 100644 index 000000000..b09ec6e55 --- /dev/null +++ b/server/node_modules/axios/dist/axios.js.map @@ -0,0 +1 @@ +{"version":3,"file":"axios.js","sources":["../lib/helpers/bind.js","../lib/utils.js","../lib/core/AxiosError.js","../lib/helpers/null.js","../lib/helpers/toFormData.js","../lib/helpers/AxiosURLSearchParams.js","../lib/helpers/buildURL.js","../lib/core/InterceptorManager.js","../lib/defaults/transitional.js","../lib/platform/browser/classes/URLSearchParams.js","../lib/platform/browser/classes/FormData.js","../lib/platform/browser/classes/Blob.js","../lib/platform/browser/index.js","../lib/platform/common/utils.js","../lib/platform/index.js","../lib/helpers/toURLEncodedForm.js","../lib/helpers/formDataToJSON.js","../lib/defaults/index.js","../lib/helpers/parseHeaders.js","../lib/core/AxiosHeaders.js","../lib/core/transformData.js","../lib/cancel/isCancel.js","../lib/cancel/CanceledError.js","../lib/core/settle.js","../lib/helpers/parseProtocol.js","../lib/helpers/speedometer.js","../lib/helpers/throttle.js","../lib/helpers/progressEventReducer.js","../lib/helpers/isURLSameOrigin.js","../lib/helpers/cookies.js","../lib/helpers/isAbsoluteURL.js","../lib/helpers/combineURLs.js","../lib/core/buildFullPath.js","../lib/core/mergeConfig.js","../lib/helpers/resolveConfig.js","../lib/adapters/xhr.js","../lib/helpers/composeSignals.js","../lib/helpers/trackStream.js","../lib/adapters/fetch.js","../lib/adapters/adapters.js","../lib/core/dispatchRequest.js","../lib/env/data.js","../lib/helpers/validator.js","../lib/core/Axios.js","../lib/cancel/CancelToken.js","../lib/helpers/spread.js","../lib/helpers/isAxiosError.js","../lib/helpers/HttpStatusCode.js","../lib/axios.js"],"sourcesContent":["'use strict';\n\nexport default function bind(fn, thisArg) {\n return function wrap() {\n return fn.apply(thisArg, arguments);\n };\n}\n","'use strict';\n\nimport bind from './helpers/bind.js';\n\n// utils is a library of generic helper functions non-specific to axios\n\nconst {toString} = Object.prototype;\nconst {getPrototypeOf} = Object;\n\nconst kindOf = (cache => thing => {\n const str = toString.call(thing);\n return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());\n})(Object.create(null));\n\nconst kindOfTest = (type) => {\n type = type.toLowerCase();\n return (thing) => kindOf(thing) === type\n}\n\nconst typeOfTest = type => thing => typeof thing === type;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n *\n * @returns {boolean} True if value is an Array, otherwise false\n */\nconst {isArray} = Array;\n\n/**\n * Determine if a value is undefined\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nconst isUndefined = typeOfTest('undefined');\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nconst isArrayBuffer = kindOfTest('ArrayBuffer');\n\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n let result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a String, otherwise false\n */\nconst isString = typeOfTest('string');\n\n/**\n * Determine if a value is a Function\n *\n * @param {*} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nconst isFunction = typeOfTest('function');\n\n/**\n * Determine if a value is a Number\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Number, otherwise false\n */\nconst isNumber = typeOfTest('number');\n\n/**\n * Determine if a value is an Object\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an Object, otherwise false\n */\nconst isObject = (thing) => thing !== null && typeof thing === 'object';\n\n/**\n * Determine if a value is a Boolean\n *\n * @param {*} thing The value to test\n * @returns {boolean} True if value is a Boolean, otherwise false\n */\nconst isBoolean = thing => thing === true || thing === false;\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a plain Object, otherwise false\n */\nconst isPlainObject = (val) => {\n if (kindOf(val) !== 'object') {\n return false;\n }\n\n const prototype = getPrototypeOf(val);\n return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Date, otherwise false\n */\nconst isDate = kindOfTest('Date');\n\n/**\n * Determine if a value is a File\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFile = kindOfTest('File');\n\n/**\n * Determine if a value is a Blob\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nconst isBlob = kindOfTest('Blob');\n\n/**\n * Determine if a value is a FileList\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFileList = kindOfTest('FileList');\n\n/**\n * Determine if a value is a Stream\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nconst isStream = (val) => isObject(val) && isFunction(val.pipe);\n\n/**\n * Determine if a value is a FormData\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nconst isFormData = (thing) => {\n let kind;\n return thing && (\n (typeof FormData === 'function' && thing instanceof FormData) || (\n isFunction(thing.append) && (\n (kind = kindOf(thing)) === 'formdata' ||\n // detect form-data instance\n (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')\n )\n )\n )\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nconst isURLSearchParams = kindOfTest('URLSearchParams');\n\nconst [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest);\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n *\n * @returns {String} The String freed of excess whitespace\n */\nconst trim = (str) => str.trim ?\n str.trim() : str.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g, '');\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n *\n * @param {Boolean} [allOwnKeys = false]\n * @returns {any}\n */\nfunction forEach(obj, fn, {allOwnKeys = false} = {}) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n let i;\n let l;\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);\n const len = keys.length;\n let key;\n\n for (i = 0; i < len; i++) {\n key = keys[i];\n fn.call(null, obj[key], key, obj);\n }\n }\n}\n\nfunction findKey(obj, key) {\n key = key.toLowerCase();\n const keys = Object.keys(obj);\n let i = keys.length;\n let _key;\n while (i-- > 0) {\n _key = keys[i];\n if (key === _key.toLowerCase()) {\n return _key;\n }\n }\n return null;\n}\n\nconst _global = (() => {\n /*eslint no-undef:0*/\n if (typeof globalThis !== \"undefined\") return globalThis;\n return typeof self !== \"undefined\" ? self : (typeof window !== 'undefined' ? window : global)\n})();\n\nconst isContextDefined = (context) => !isUndefined(context) && context !== _global;\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n *\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n const {caseless} = isContextDefined(this) && this || {};\n const result = {};\n const assignValue = (val, key) => {\n const targetKey = caseless && findKey(result, key) || key;\n if (isPlainObject(result[targetKey]) && isPlainObject(val)) {\n result[targetKey] = merge(result[targetKey], val);\n } else if (isPlainObject(val)) {\n result[targetKey] = merge({}, val);\n } else if (isArray(val)) {\n result[targetKey] = val.slice();\n } else {\n result[targetKey] = val;\n }\n }\n\n for (let i = 0, l = arguments.length; i < l; i++) {\n arguments[i] && forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n *\n * @param {Boolean} [allOwnKeys]\n * @returns {Object} The resulting value of object a\n */\nconst extend = (a, b, thisArg, {allOwnKeys}= {}) => {\n forEach(b, (val, key) => {\n if (thisArg && isFunction(val)) {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n }, {allOwnKeys});\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n *\n * @returns {string} content value without BOM\n */\nconst stripBOM = (content) => {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\n/**\n * Inherit the prototype methods from one constructor into another\n * @param {function} constructor\n * @param {function} superConstructor\n * @param {object} [props]\n * @param {object} [descriptors]\n *\n * @returns {void}\n */\nconst inherits = (constructor, superConstructor, props, descriptors) => {\n constructor.prototype = Object.create(superConstructor.prototype, descriptors);\n constructor.prototype.constructor = constructor;\n Object.defineProperty(constructor, 'super', {\n value: superConstructor.prototype\n });\n props && Object.assign(constructor.prototype, props);\n}\n\n/**\n * Resolve object with deep prototype chain to a flat object\n * @param {Object} sourceObj source object\n * @param {Object} [destObj]\n * @param {Function|Boolean} [filter]\n * @param {Function} [propFilter]\n *\n * @returns {Object}\n */\nconst toFlatObject = (sourceObj, destObj, filter, propFilter) => {\n let props;\n let i;\n let prop;\n const merged = {};\n\n destObj = destObj || {};\n // eslint-disable-next-line no-eq-null,eqeqeq\n if (sourceObj == null) return destObj;\n\n do {\n props = Object.getOwnPropertyNames(sourceObj);\n i = props.length;\n while (i-- > 0) {\n prop = props[i];\n if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {\n destObj[prop] = sourceObj[prop];\n merged[prop] = true;\n }\n }\n sourceObj = filter !== false && getPrototypeOf(sourceObj);\n } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);\n\n return destObj;\n}\n\n/**\n * Determines whether a string ends with the characters of a specified string\n *\n * @param {String} str\n * @param {String} searchString\n * @param {Number} [position= 0]\n *\n * @returns {boolean}\n */\nconst endsWith = (str, searchString, position) => {\n str = String(str);\n if (position === undefined || position > str.length) {\n position = str.length;\n }\n position -= searchString.length;\n const lastIndex = str.indexOf(searchString, position);\n return lastIndex !== -1 && lastIndex === position;\n}\n\n\n/**\n * Returns new array from array like object or null if failed\n *\n * @param {*} [thing]\n *\n * @returns {?Array}\n */\nconst toArray = (thing) => {\n if (!thing) return null;\n if (isArray(thing)) return thing;\n let i = thing.length;\n if (!isNumber(i)) return null;\n const arr = new Array(i);\n while (i-- > 0) {\n arr[i] = thing[i];\n }\n return arr;\n}\n\n/**\n * Checking if the Uint8Array exists and if it does, it returns a function that checks if the\n * thing passed in is an instance of Uint8Array\n *\n * @param {TypedArray}\n *\n * @returns {Array}\n */\n// eslint-disable-next-line func-names\nconst isTypedArray = (TypedArray => {\n // eslint-disable-next-line func-names\n return thing => {\n return TypedArray && thing instanceof TypedArray;\n };\n})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));\n\n/**\n * For each entry in the object, call the function with the key and value.\n *\n * @param {Object} obj - The object to iterate over.\n * @param {Function} fn - The function to call for each entry.\n *\n * @returns {void}\n */\nconst forEachEntry = (obj, fn) => {\n const generator = obj && obj[Symbol.iterator];\n\n const iterator = generator.call(obj);\n\n let result;\n\n while ((result = iterator.next()) && !result.done) {\n const pair = result.value;\n fn.call(obj, pair[0], pair[1]);\n }\n}\n\n/**\n * It takes a regular expression and a string, and returns an array of all the matches\n *\n * @param {string} regExp - The regular expression to match against.\n * @param {string} str - The string to search.\n *\n * @returns {Array}\n */\nconst matchAll = (regExp, str) => {\n let matches;\n const arr = [];\n\n while ((matches = regExp.exec(str)) !== null) {\n arr.push(matches);\n }\n\n return arr;\n}\n\n/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */\nconst isHTMLForm = kindOfTest('HTMLFormElement');\n\nconst toCamelCase = str => {\n return str.toLowerCase().replace(/[-_\\s]([a-z\\d])(\\w*)/g,\n function replacer(m, p1, p2) {\n return p1.toUpperCase() + p2;\n }\n );\n};\n\n/* Creating a function that will check if an object has a property. */\nconst hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);\n\n/**\n * Determine if a value is a RegExp object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a RegExp object, otherwise false\n */\nconst isRegExp = kindOfTest('RegExp');\n\nconst reduceDescriptors = (obj, reducer) => {\n const descriptors = Object.getOwnPropertyDescriptors(obj);\n const reducedDescriptors = {};\n\n forEach(descriptors, (descriptor, name) => {\n let ret;\n if ((ret = reducer(descriptor, name, obj)) !== false) {\n reducedDescriptors[name] = ret || descriptor;\n }\n });\n\n Object.defineProperties(obj, reducedDescriptors);\n}\n\n/**\n * Makes all methods read-only\n * @param {Object} obj\n */\n\nconst freezeMethods = (obj) => {\n reduceDescriptors(obj, (descriptor, name) => {\n // skip restricted props in strict mode\n if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {\n return false;\n }\n\n const value = obj[name];\n\n if (!isFunction(value)) return;\n\n descriptor.enumerable = false;\n\n if ('writable' in descriptor) {\n descriptor.writable = false;\n return;\n }\n\n if (!descriptor.set) {\n descriptor.set = () => {\n throw Error('Can not rewrite read-only method \\'' + name + '\\'');\n };\n }\n });\n}\n\nconst toObjectSet = (arrayOrString, delimiter) => {\n const obj = {};\n\n const define = (arr) => {\n arr.forEach(value => {\n obj[value] = true;\n });\n }\n\n isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));\n\n return obj;\n}\n\nconst noop = () => {}\n\nconst toFiniteNumber = (value, defaultValue) => {\n return value != null && Number.isFinite(value = +value) ? value : defaultValue;\n}\n\n/**\n * If the thing is a FormData object, return true, otherwise return false.\n *\n * @param {unknown} thing - The thing to check.\n *\n * @returns {boolean}\n */\nfunction isSpecCompliantForm(thing) {\n return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);\n}\n\nconst toJSONObject = (obj) => {\n const stack = new Array(10);\n\n const visit = (source, i) => {\n\n if (isObject(source)) {\n if (stack.indexOf(source) >= 0) {\n return;\n }\n\n if(!('toJSON' in source)) {\n stack[i] = source;\n const target = isArray(source) ? [] : {};\n\n forEach(source, (value, key) => {\n const reducedValue = visit(value, i + 1);\n !isUndefined(reducedValue) && (target[key] = reducedValue);\n });\n\n stack[i] = undefined;\n\n return target;\n }\n }\n\n return source;\n }\n\n return visit(obj, 0);\n}\n\nconst isAsyncFn = kindOfTest('AsyncFunction');\n\nconst isThenable = (thing) =>\n thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);\n\n// original code\n// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34\n\nconst _setImmediate = ((setImmediateSupported, postMessageSupported) => {\n if (setImmediateSupported) {\n return setImmediate;\n }\n\n return postMessageSupported ? ((token, callbacks) => {\n _global.addEventListener(\"message\", ({source, data}) => {\n if (source === _global && data === token) {\n callbacks.length && callbacks.shift()();\n }\n }, false);\n\n return (cb) => {\n callbacks.push(cb);\n _global.postMessage(token, \"*\");\n }\n })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);\n})(\n typeof setImmediate === 'function',\n isFunction(_global.postMessage)\n);\n\nconst asap = typeof queueMicrotask !== 'undefined' ?\n queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate);\n\n// *********************\n\nexport default {\n isArray,\n isArrayBuffer,\n isBuffer,\n isFormData,\n isArrayBufferView,\n isString,\n isNumber,\n isBoolean,\n isObject,\n isPlainObject,\n isReadableStream,\n isRequest,\n isResponse,\n isHeaders,\n isUndefined,\n isDate,\n isFile,\n isBlob,\n isRegExp,\n isFunction,\n isStream,\n isURLSearchParams,\n isTypedArray,\n isFileList,\n forEach,\n merge,\n extend,\n trim,\n stripBOM,\n inherits,\n toFlatObject,\n kindOf,\n kindOfTest,\n endsWith,\n toArray,\n forEachEntry,\n matchAll,\n isHTMLForm,\n hasOwnProperty,\n hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection\n reduceDescriptors,\n freezeMethods,\n toObjectSet,\n toCamelCase,\n noop,\n toFiniteNumber,\n findKey,\n global: _global,\n isContextDefined,\n isSpecCompliantForm,\n toJSONObject,\n isAsyncFn,\n isThenable,\n setImmediate: _setImmediate,\n asap\n};\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [config] The config.\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n *\n * @returns {Error} The created error.\n */\nfunction AxiosError(message, code, config, request, response) {\n Error.call(this);\n\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, this.constructor);\n } else {\n this.stack = (new Error()).stack;\n }\n\n this.message = message;\n this.name = 'AxiosError';\n code && (this.code = code);\n config && (this.config = config);\n request && (this.request = request);\n if (response) {\n this.response = response;\n this.status = response.status ? response.status : null;\n }\n}\n\nutils.inherits(AxiosError, Error, {\n toJSON: function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: utils.toJSONObject(this.config),\n code: this.code,\n status: this.status\n };\n }\n});\n\nconst prototype = AxiosError.prototype;\nconst descriptors = {};\n\n[\n 'ERR_BAD_OPTION_VALUE',\n 'ERR_BAD_OPTION',\n 'ECONNABORTED',\n 'ETIMEDOUT',\n 'ERR_NETWORK',\n 'ERR_FR_TOO_MANY_REDIRECTS',\n 'ERR_DEPRECATED',\n 'ERR_BAD_RESPONSE',\n 'ERR_BAD_REQUEST',\n 'ERR_CANCELED',\n 'ERR_NOT_SUPPORT',\n 'ERR_INVALID_URL'\n// eslint-disable-next-line func-names\n].forEach(code => {\n descriptors[code] = {value: code};\n});\n\nObject.defineProperties(AxiosError, descriptors);\nObject.defineProperty(prototype, 'isAxiosError', {value: true});\n\n// eslint-disable-next-line func-names\nAxiosError.from = (error, code, config, request, response, customProps) => {\n const axiosError = Object.create(prototype);\n\n utils.toFlatObject(error, axiosError, function filter(obj) {\n return obj !== Error.prototype;\n }, prop => {\n return prop !== 'isAxiosError';\n });\n\n AxiosError.call(axiosError, error.message, code, config, request, response);\n\n axiosError.cause = error;\n\n axiosError.name = error.name;\n\n customProps && Object.assign(axiosError, customProps);\n\n return axiosError;\n};\n\nexport default AxiosError;\n","// eslint-disable-next-line strict\nexport default null;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\n// temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored\nimport PlatformFormData from '../platform/node/classes/FormData.js';\n\n/**\n * Determines if the given thing is a array or js object.\n *\n * @param {string} thing - The object or array to be visited.\n *\n * @returns {boolean}\n */\nfunction isVisitable(thing) {\n return utils.isPlainObject(thing) || utils.isArray(thing);\n}\n\n/**\n * It removes the brackets from the end of a string\n *\n * @param {string} key - The key of the parameter.\n *\n * @returns {string} the key without the brackets.\n */\nfunction removeBrackets(key) {\n return utils.endsWith(key, '[]') ? key.slice(0, -2) : key;\n}\n\n/**\n * It takes a path, a key, and a boolean, and returns a string\n *\n * @param {string} path - The path to the current key.\n * @param {string} key - The key of the current object being iterated over.\n * @param {string} dots - If true, the key will be rendered with dots instead of brackets.\n *\n * @returns {string} The path to the current key.\n */\nfunction renderKey(path, key, dots) {\n if (!path) return key;\n return path.concat(key).map(function each(token, i) {\n // eslint-disable-next-line no-param-reassign\n token = removeBrackets(token);\n return !dots && i ? '[' + token + ']' : token;\n }).join(dots ? '.' : '');\n}\n\n/**\n * If the array is an array and none of its elements are visitable, then it's a flat array.\n *\n * @param {Array} arr - The array to check\n *\n * @returns {boolean}\n */\nfunction isFlatArray(arr) {\n return utils.isArray(arr) && !arr.some(isVisitable);\n}\n\nconst predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {\n return /^is[A-Z]/.test(prop);\n});\n\n/**\n * Convert a data object to FormData\n *\n * @param {Object} obj\n * @param {?Object} [formData]\n * @param {?Object} [options]\n * @param {Function} [options.visitor]\n * @param {Boolean} [options.metaTokens = true]\n * @param {Boolean} [options.dots = false]\n * @param {?Boolean} [options.indexes = false]\n *\n * @returns {Object}\n **/\n\n/**\n * It converts an object into a FormData object\n *\n * @param {Object} obj - The object to convert to form data.\n * @param {string} formData - The FormData object to append to.\n * @param {Object} options\n *\n * @returns\n */\nfunction toFormData(obj, formData, options) {\n if (!utils.isObject(obj)) {\n throw new TypeError('target must be an object');\n }\n\n // eslint-disable-next-line no-param-reassign\n formData = formData || new (PlatformFormData || FormData)();\n\n // eslint-disable-next-line no-param-reassign\n options = utils.toFlatObject(options, {\n metaTokens: true,\n dots: false,\n indexes: false\n }, false, function defined(option, source) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n return !utils.isUndefined(source[option]);\n });\n\n const metaTokens = options.metaTokens;\n // eslint-disable-next-line no-use-before-define\n const visitor = options.visitor || defaultVisitor;\n const dots = options.dots;\n const indexes = options.indexes;\n const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;\n const useBlob = _Blob && utils.isSpecCompliantForm(formData);\n\n if (!utils.isFunction(visitor)) {\n throw new TypeError('visitor must be a function');\n }\n\n function convertValue(value) {\n if (value === null) return '';\n\n if (utils.isDate(value)) {\n return value.toISOString();\n }\n\n if (!useBlob && utils.isBlob(value)) {\n throw new AxiosError('Blob is not supported. Use a Buffer instead.');\n }\n\n if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {\n return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);\n }\n\n return value;\n }\n\n /**\n * Default visitor.\n *\n * @param {*} value\n * @param {String|Number} key\n * @param {Array} path\n * @this {FormData}\n *\n * @returns {boolean} return true to visit the each prop of the value recursively\n */\n function defaultVisitor(value, key, path) {\n let arr = value;\n\n if (value && !path && typeof value === 'object') {\n if (utils.endsWith(key, '{}')) {\n // eslint-disable-next-line no-param-reassign\n key = metaTokens ? key : key.slice(0, -2);\n // eslint-disable-next-line no-param-reassign\n value = JSON.stringify(value);\n } else if (\n (utils.isArray(value) && isFlatArray(value)) ||\n ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value))\n )) {\n // eslint-disable-next-line no-param-reassign\n key = removeBrackets(key);\n\n arr.forEach(function each(el, index) {\n !(utils.isUndefined(el) || el === null) && formData.append(\n // eslint-disable-next-line no-nested-ternary\n indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),\n convertValue(el)\n );\n });\n return false;\n }\n }\n\n if (isVisitable(value)) {\n return true;\n }\n\n formData.append(renderKey(path, key, dots), convertValue(value));\n\n return false;\n }\n\n const stack = [];\n\n const exposedHelpers = Object.assign(predicates, {\n defaultVisitor,\n convertValue,\n isVisitable\n });\n\n function build(value, path) {\n if (utils.isUndefined(value)) return;\n\n if (stack.indexOf(value) !== -1) {\n throw Error('Circular reference detected in ' + path.join('.'));\n }\n\n stack.push(value);\n\n utils.forEach(value, function each(el, key) {\n const result = !(utils.isUndefined(el) || el === null) && visitor.call(\n formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers\n );\n\n if (result === true) {\n build(el, path ? path.concat(key) : [key]);\n }\n });\n\n stack.pop();\n }\n\n if (!utils.isObject(obj)) {\n throw new TypeError('data must be an object');\n }\n\n build(obj);\n\n return formData;\n}\n\nexport default toFormData;\n","'use strict';\n\nimport toFormData from './toFormData.js';\n\n/**\n * It encodes a string by replacing all characters that are not in the unreserved set with\n * their percent-encoded equivalents\n *\n * @param {string} str - The string to encode.\n *\n * @returns {string} The encoded string.\n */\nfunction encode(str) {\n const charMap = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+',\n '%00': '\\x00'\n };\n return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {\n return charMap[match];\n });\n}\n\n/**\n * It takes a params object and converts it to a FormData object\n *\n * @param {Object} params - The parameters to be converted to a FormData object.\n * @param {Object} options - The options object passed to the Axios constructor.\n *\n * @returns {void}\n */\nfunction AxiosURLSearchParams(params, options) {\n this._pairs = [];\n\n params && toFormData(params, this, options);\n}\n\nconst prototype = AxiosURLSearchParams.prototype;\n\nprototype.append = function append(name, value) {\n this._pairs.push([name, value]);\n};\n\nprototype.toString = function toString(encoder) {\n const _encode = encoder ? function(value) {\n return encoder.call(this, value, encode);\n } : encode;\n\n return this._pairs.map(function each(pair) {\n return _encode(pair[0]) + '=' + _encode(pair[1]);\n }, '').join('&');\n};\n\nexport default AxiosURLSearchParams;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';\n\n/**\n * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their\n * URI encoded counterparts\n *\n * @param {string} val The value to be encoded.\n *\n * @returns {string} The encoded value.\n */\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @param {?(object|Function)} options\n *\n * @returns {string} The formatted url\n */\nexport default function buildURL(url, params, options) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n \n const _encode = options && options.encode || encode;\n\n if (utils.isFunction(options)) {\n options = {\n serialize: options\n };\n } \n\n const serializeFn = options && options.serialize;\n\n let serializedParams;\n\n if (serializeFn) {\n serializedParams = serializeFn(params, options);\n } else {\n serializedParams = utils.isURLSearchParams(params) ?\n params.toString() :\n new AxiosURLSearchParams(params, options).toString(_encode);\n }\n\n if (serializedParams) {\n const hashmarkIndex = url.indexOf(\"#\");\n\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\nclass InterceptorManager {\n constructor() {\n this.handlers = [];\n }\n\n /**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\n use(fulfilled, rejected, options) {\n this.handlers.push({\n fulfilled,\n rejected,\n synchronous: options ? options.synchronous : false,\n runWhen: options ? options.runWhen : null\n });\n return this.handlers.length - 1;\n }\n\n /**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n *\n * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise\n */\n eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n }\n\n /**\n * Clear all interceptors from the stack\n *\n * @returns {void}\n */\n clear() {\n if (this.handlers) {\n this.handlers = [];\n }\n }\n\n /**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n *\n * @returns {void}\n */\n forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n }\n}\n\nexport default InterceptorManager;\n","'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};\n","'use strict';\n\nimport AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';\nexport default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;\n","'use strict';\n\nexport default typeof FormData !== 'undefined' ? FormData : null;\n","'use strict'\n\nexport default typeof Blob !== 'undefined' ? Blob : null\n","import URLSearchParams from './classes/URLSearchParams.js'\nimport FormData from './classes/FormData.js'\nimport Blob from './classes/Blob.js'\n\nexport default {\n isBrowser: true,\n classes: {\n URLSearchParams,\n FormData,\n Blob\n },\n protocols: ['http', 'https', 'file', 'blob', 'url', 'data']\n};\n","const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';\n\nconst _navigator = typeof navigator === 'object' && navigator || undefined;\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n *\n * @returns {boolean}\n */\nconst hasStandardBrowserEnv = hasBrowserEnv &&\n (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);\n\n/**\n * Determine if we're running in a standard browser webWorker environment\n *\n * Although the `isStandardBrowserEnv` method indicates that\n * `allows axios to run in a web worker`, the WebWorker will still be\n * filtered out due to its judgment standard\n * `typeof window !== 'undefined' && typeof document !== 'undefined'`.\n * This leads to a problem when axios post `FormData` in webWorker\n */\nconst hasStandardBrowserWebWorkerEnv = (() => {\n return (\n typeof WorkerGlobalScope !== 'undefined' &&\n // eslint-disable-next-line no-undef\n self instanceof WorkerGlobalScope &&\n typeof self.importScripts === 'function'\n );\n})();\n\nconst origin = hasBrowserEnv && window.location.href || 'http://localhost';\n\nexport {\n hasBrowserEnv,\n hasStandardBrowserWebWorkerEnv,\n hasStandardBrowserEnv,\n _navigator as navigator,\n origin\n}\n","import platform from './node/index.js';\nimport * as utils from './common/utils.js';\n\nexport default {\n ...utils,\n ...platform\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\n\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function(value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']\n *\n * @param {string} name - The name of the property to get.\n *\n * @returns An array of strings.\n */\nfunction parsePropPath(name) {\n // foo[x][y][z]\n // foo.x.y.z\n // foo-x-y-z\n // foo x y z\n return utils.matchAll(/\\w+|\\[(\\w*)]/g, name).map(match => {\n return match[0] === '[]' ? '' : match[1] || match[0];\n });\n}\n\n/**\n * Convert an array to an object.\n *\n * @param {Array} arr - The array to convert to an object.\n *\n * @returns An object with the same keys and values as the array.\n */\nfunction arrayToObject(arr) {\n const obj = {};\n const keys = Object.keys(arr);\n let i;\n const len = keys.length;\n let key;\n for (i = 0; i < len; i++) {\n key = keys[i];\n obj[key] = arr[key];\n }\n return obj;\n}\n\n/**\n * It takes a FormData object and returns a JavaScript object\n *\n * @param {string} formData The FormData object to convert to JSON.\n *\n * @returns {Object | null} The converted object.\n */\nfunction formDataToJSON(formData) {\n function buildPath(path, value, target, index) {\n let name = path[index++];\n\n if (name === '__proto__') return true;\n\n const isNumericKey = Number.isFinite(+name);\n const isLast = index >= path.length;\n name = !name && utils.isArray(target) ? target.length : name;\n\n if (isLast) {\n if (utils.hasOwnProp(target, name)) {\n target[name] = [target[name], value];\n } else {\n target[name] = value;\n }\n\n return !isNumericKey;\n }\n\n if (!target[name] || !utils.isObject(target[name])) {\n target[name] = [];\n }\n\n const result = buildPath(path, value, target[name], index);\n\n if (result && utils.isArray(target[name])) {\n target[name] = arrayToObject(target[name]);\n }\n\n return !isNumericKey;\n }\n\n if (utils.isFormData(formData) && utils.isFunction(formData.entries)) {\n const obj = {};\n\n utils.forEachEntry(formData, (name, value) => {\n buildPath(parsePropPath(name), value, obj, 0);\n });\n\n return obj;\n }\n\n return null;\n}\n\nexport default formDataToJSON;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\nimport transitionalDefaults from './transitional.js';\nimport toFormData from '../helpers/toFormData.js';\nimport toURLEncodedForm from '../helpers/toURLEncodedForm.js';\nimport platform from '../platform/index.js';\nimport formDataToJSON from '../helpers/formDataToJSON.js';\n\n/**\n * It takes a string, tries to parse it, and if it fails, it returns the stringified version\n * of the input\n *\n * @param {any} rawValue - The value to be stringified.\n * @param {Function} parser - A function that parses a string into a JavaScript object.\n * @param {Function} encoder - A function that takes a value and returns a string.\n *\n * @returns {string} A stringified version of the rawValue.\n */\nfunction stringifySafely(rawValue, parser, encoder) {\n if (utils.isString(rawValue)) {\n try {\n (parser || JSON.parse)(rawValue);\n return utils.trim(rawValue);\n } catch (e) {\n if (e.name !== 'SyntaxError') {\n throw e;\n }\n }\n }\n\n return (encoder || JSON.stringify)(rawValue);\n}\n\nconst defaults = {\n\n transitional: transitionalDefaults,\n\n adapter: ['xhr', 'http', 'fetch'],\n\n transformRequest: [function transformRequest(data, headers) {\n const contentType = headers.getContentType() || '';\n const hasJSONContentType = contentType.indexOf('application/json') > -1;\n const isObjectPayload = utils.isObject(data);\n\n if (isObjectPayload && utils.isHTMLForm(data)) {\n data = new FormData(data);\n }\n\n const isFormData = utils.isFormData(data);\n\n if (isFormData) {\n return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;\n }\n\n if (utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data) ||\n utils.isReadableStream(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);\n return data.toString();\n }\n\n let isFileList;\n\n if (isObjectPayload) {\n if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {\n return toURLEncodedForm(data, this.formSerializer).toString();\n }\n\n if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {\n const _FormData = this.env && this.env.FormData;\n\n return toFormData(\n isFileList ? {'files[]': data} : data,\n _FormData && new _FormData(),\n this.formSerializer\n );\n }\n }\n\n if (isObjectPayload || hasJSONContentType ) {\n headers.setContentType('application/json', false);\n return stringifySafely(data);\n }\n\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n const transitional = this.transitional || defaults.transitional;\n const forcedJSONParsing = transitional && transitional.forcedJSONParsing;\n const JSONRequested = this.responseType === 'json';\n\n if (utils.isResponse(data) || utils.isReadableStream(data)) {\n return data;\n }\n\n if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {\n const silentJSONParsing = transitional && transitional.silentJSONParsing;\n const strictJSONParsing = !silentJSONParsing && JSONRequested;\n\n try {\n return JSON.parse(data);\n } catch (e) {\n if (strictJSONParsing) {\n if (e.name === 'SyntaxError') {\n throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);\n }\n throw e;\n }\n }\n }\n\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n env: {\n FormData: platform.classes.FormData,\n Blob: platform.classes.Blob\n },\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n },\n\n headers: {\n common: {\n 'Accept': 'application/json, text/plain, */*',\n 'Content-Type': undefined\n }\n }\n};\n\nutils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {\n defaults.headers[method] = {};\n});\n\nexport default defaults;\n","'use strict';\n\nimport utils from './../utils.js';\n\n// RawAxiosHeaders whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nconst ignoreDuplicateOf = utils.toObjectSet([\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n]);\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} rawHeaders Headers needing to be parsed\n *\n * @returns {Object} Headers parsed into an object\n */\nexport default rawHeaders => {\n const parsed = {};\n let key;\n let val;\n let i;\n\n rawHeaders && rawHeaders.split('\\n').forEach(function parser(line) {\n i = line.indexOf(':');\n key = line.substring(0, i).trim().toLowerCase();\n val = line.substring(i + 1).trim();\n\n if (!key || (parsed[key] && ignoreDuplicateOf[key])) {\n return;\n }\n\n if (key === 'set-cookie') {\n if (parsed[key]) {\n parsed[key].push(val);\n } else {\n parsed[key] = [val];\n }\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nimport utils from '../utils.js';\nimport parseHeaders from '../helpers/parseHeaders.js';\n\nconst $internals = Symbol('internals');\n\nfunction normalizeHeader(header) {\n return header && String(header).trim().toLowerCase();\n}\n\nfunction normalizeValue(value) {\n if (value === false || value == null) {\n return value;\n }\n\n return utils.isArray(value) ? value.map(normalizeValue) : String(value);\n}\n\nfunction parseTokens(str) {\n const tokens = Object.create(null);\n const tokensRE = /([^\\s,;=]+)\\s*(?:=\\s*([^,;]+))?/g;\n let match;\n\n while ((match = tokensRE.exec(str))) {\n tokens[match[1]] = match[2];\n }\n\n return tokens;\n}\n\nconst isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());\n\nfunction matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {\n if (utils.isFunction(filter)) {\n return filter.call(this, value, header);\n }\n\n if (isHeaderNameFilter) {\n value = header;\n }\n\n if (!utils.isString(value)) return;\n\n if (utils.isString(filter)) {\n return value.indexOf(filter) !== -1;\n }\n\n if (utils.isRegExp(filter)) {\n return filter.test(value);\n }\n}\n\nfunction formatHeader(header) {\n return header.trim()\n .toLowerCase().replace(/([a-z\\d])(\\w*)/g, (w, char, str) => {\n return char.toUpperCase() + str;\n });\n}\n\nfunction buildAccessors(obj, header) {\n const accessorName = utils.toCamelCase(' ' + header);\n\n ['get', 'set', 'has'].forEach(methodName => {\n Object.defineProperty(obj, methodName + accessorName, {\n value: function(arg1, arg2, arg3) {\n return this[methodName].call(this, header, arg1, arg2, arg3);\n },\n configurable: true\n });\n });\n}\n\nclass AxiosHeaders {\n constructor(headers) {\n headers && this.set(headers);\n }\n\n set(header, valueOrRewrite, rewrite) {\n const self = this;\n\n function setHeader(_value, _header, _rewrite) {\n const lHeader = normalizeHeader(_header);\n\n if (!lHeader) {\n throw new Error('header name must be a non-empty string');\n }\n\n const key = utils.findKey(self, lHeader);\n\n if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {\n self[key || _header] = normalizeValue(_value);\n }\n }\n\n const setHeaders = (headers, _rewrite) =>\n utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));\n\n if (utils.isPlainObject(header) || header instanceof this.constructor) {\n setHeaders(header, valueOrRewrite)\n } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {\n setHeaders(parseHeaders(header), valueOrRewrite);\n } else if (utils.isHeaders(header)) {\n for (const [key, value] of header.entries()) {\n setHeader(value, key, rewrite);\n }\n } else {\n header != null && setHeader(valueOrRewrite, header, rewrite);\n }\n\n return this;\n }\n\n get(header, parser) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n if (key) {\n const value = this[key];\n\n if (!parser) {\n return value;\n }\n\n if (parser === true) {\n return parseTokens(value);\n }\n\n if (utils.isFunction(parser)) {\n return parser.call(this, value, key);\n }\n\n if (utils.isRegExp(parser)) {\n return parser.exec(value);\n }\n\n throw new TypeError('parser must be boolean|regexp|function');\n }\n }\n }\n\n has(header, matcher) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));\n }\n\n return false;\n }\n\n delete(header, matcher) {\n const self = this;\n let deleted = false;\n\n function deleteHeader(_header) {\n _header = normalizeHeader(_header);\n\n if (_header) {\n const key = utils.findKey(self, _header);\n\n if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {\n delete self[key];\n\n deleted = true;\n }\n }\n }\n\n if (utils.isArray(header)) {\n header.forEach(deleteHeader);\n } else {\n deleteHeader(header);\n }\n\n return deleted;\n }\n\n clear(matcher) {\n const keys = Object.keys(this);\n let i = keys.length;\n let deleted = false;\n\n while (i--) {\n const key = keys[i];\n if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {\n delete this[key];\n deleted = true;\n }\n }\n\n return deleted;\n }\n\n normalize(format) {\n const self = this;\n const headers = {};\n\n utils.forEach(this, (value, header) => {\n const key = utils.findKey(headers, header);\n\n if (key) {\n self[key] = normalizeValue(value);\n delete self[header];\n return;\n }\n\n const normalized = format ? formatHeader(header) : String(header).trim();\n\n if (normalized !== header) {\n delete self[header];\n }\n\n self[normalized] = normalizeValue(value);\n\n headers[normalized] = true;\n });\n\n return this;\n }\n\n concat(...targets) {\n return this.constructor.concat(this, ...targets);\n }\n\n toJSON(asStrings) {\n const obj = Object.create(null);\n\n utils.forEach(this, (value, header) => {\n value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);\n });\n\n return obj;\n }\n\n [Symbol.iterator]() {\n return Object.entries(this.toJSON())[Symbol.iterator]();\n }\n\n toString() {\n return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\\n');\n }\n\n get [Symbol.toStringTag]() {\n return 'AxiosHeaders';\n }\n\n static from(thing) {\n return thing instanceof this ? thing : new this(thing);\n }\n\n static concat(first, ...targets) {\n const computed = new this(first);\n\n targets.forEach((target) => computed.set(target));\n\n return computed;\n }\n\n static accessor(header) {\n const internals = this[$internals] = (this[$internals] = {\n accessors: {}\n });\n\n const accessors = internals.accessors;\n const prototype = this.prototype;\n\n function defineAccessor(_header) {\n const lHeader = normalizeHeader(_header);\n\n if (!accessors[lHeader]) {\n buildAccessors(prototype, _header);\n accessors[lHeader] = true;\n }\n }\n\n utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);\n\n return this;\n }\n}\n\nAxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);\n\n// reserved names hotfix\nutils.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {\n let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`\n return {\n get: () => value,\n set(headerValue) {\n this[mapped] = headerValue;\n }\n }\n});\n\nutils.freezeMethods(AxiosHeaders);\n\nexport default AxiosHeaders;\n","'use strict';\n\nimport utils from './../utils.js';\nimport defaults from '../defaults/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Array|Function} fns A single function or Array of functions\n * @param {?Object} response The response object\n *\n * @returns {*} The resulting transformed data\n */\nexport default function transformData(fns, response) {\n const config = this || defaults;\n const context = response || config;\n const headers = AxiosHeaders.from(context.headers);\n let data = context.data;\n\n utils.forEach(fns, function transform(fn) {\n data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);\n });\n\n headers.normalize();\n\n return data;\n}\n","'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}\n","'use strict';\n\nimport AxiosError from '../core/AxiosError.js';\nimport utils from '../utils.js';\n\n/**\n * A `CanceledError` is an object that is thrown when an operation is canceled.\n *\n * @param {string=} message The message.\n * @param {Object=} config The config.\n * @param {Object=} request The request.\n *\n * @returns {CanceledError} The created error.\n */\nfunction CanceledError(message, config, request) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);\n this.name = 'CanceledError';\n}\n\nutils.inherits(CanceledError, AxiosError, {\n __CANCEL__: true\n});\n\nexport default CanceledError;\n","'use strict';\n\nimport AxiosError from './AxiosError.js';\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n *\n * @returns {object} The response.\n */\nexport default function settle(resolve, reject, response) {\n const validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(new AxiosError(\n 'Request failed with status code ' + response.status,\n [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],\n response.config,\n response.request,\n response\n ));\n }\n}\n","'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}\n","'use strict';\n\n/**\n * Calculate data maxRate\n * @param {Number} [samplesCount= 10]\n * @param {Number} [min= 1000]\n * @returns {Function}\n */\nfunction speedometer(samplesCount, min) {\n samplesCount = samplesCount || 10;\n const bytes = new Array(samplesCount);\n const timestamps = new Array(samplesCount);\n let head = 0;\n let tail = 0;\n let firstSampleTS;\n\n min = min !== undefined ? min : 1000;\n\n return function push(chunkLength) {\n const now = Date.now();\n\n const startedAt = timestamps[tail];\n\n if (!firstSampleTS) {\n firstSampleTS = now;\n }\n\n bytes[head] = chunkLength;\n timestamps[head] = now;\n\n let i = tail;\n let bytesCount = 0;\n\n while (i !== head) {\n bytesCount += bytes[i++];\n i = i % samplesCount;\n }\n\n head = (head + 1) % samplesCount;\n\n if (head === tail) {\n tail = (tail + 1) % samplesCount;\n }\n\n if (now - firstSampleTS < min) {\n return;\n }\n\n const passed = startedAt && now - startedAt;\n\n return passed ? Math.round(bytesCount * 1000 / passed) : undefined;\n };\n}\n\nexport default speedometer;\n","/**\n * Throttle decorator\n * @param {Function} fn\n * @param {Number} freq\n * @return {Function}\n */\nfunction throttle(fn, freq) {\n let timestamp = 0;\n let threshold = 1000 / freq;\n let lastArgs;\n let timer;\n\n const invoke = (args, now = Date.now()) => {\n timestamp = now;\n lastArgs = null;\n if (timer) {\n clearTimeout(timer);\n timer = null;\n }\n fn.apply(null, args);\n }\n\n const throttled = (...args) => {\n const now = Date.now();\n const passed = now - timestamp;\n if ( passed >= threshold) {\n invoke(args, now);\n } else {\n lastArgs = args;\n if (!timer) {\n timer = setTimeout(() => {\n timer = null;\n invoke(lastArgs)\n }, threshold - passed);\n }\n }\n }\n\n const flush = () => lastArgs && invoke(lastArgs);\n\n return [throttled, flush];\n}\n\nexport default throttle;\n","import speedometer from \"./speedometer.js\";\nimport throttle from \"./throttle.js\";\nimport utils from \"../utils.js\";\n\nexport const progressEventReducer = (listener, isDownloadStream, freq = 3) => {\n let bytesNotified = 0;\n const _speedometer = speedometer(50, 250);\n\n return throttle(e => {\n const loaded = e.loaded;\n const total = e.lengthComputable ? e.total : undefined;\n const progressBytes = loaded - bytesNotified;\n const rate = _speedometer(progressBytes);\n const inRange = loaded <= total;\n\n bytesNotified = loaded;\n\n const data = {\n loaded,\n total,\n progress: total ? (loaded / total) : undefined,\n bytes: progressBytes,\n rate: rate ? rate : undefined,\n estimated: rate && total && inRange ? (total - loaded) / rate : undefined,\n event: e,\n lengthComputable: total != null,\n [isDownloadStream ? 'download' : 'upload']: true\n };\n\n listener(data);\n }, freq);\n}\n\nexport const progressEventDecorator = (total, throttled) => {\n const lengthComputable = total != null;\n\n return [(loaded) => throttled[0]({\n lengthComputable,\n total,\n loaded\n }), throttled[1]];\n}\n\nexport const asyncDecorator = (fn) => (...args) => utils.asap(() => fn(...args));\n","import platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => {\n url = new URL(url, platform.origin);\n\n return (\n origin.protocol === url.protocol &&\n origin.host === url.host &&\n (isMSIE || origin.port === url.port)\n );\n})(\n new URL(platform.origin),\n platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)\n) : () => true;\n","import utils from './../utils.js';\nimport platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ?\n\n // Standard browser envs support document.cookie\n {\n write(name, value, expires, path, domain, secure) {\n const cookie = [name + '=' + encodeURIComponent(value)];\n\n utils.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());\n\n utils.isString(path) && cookie.push('path=' + path);\n\n utils.isString(domain) && cookie.push('domain=' + domain);\n\n secure === true && cookie.push('secure');\n\n document.cookie = cookie.join('; ');\n },\n\n read(name) {\n const match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n }\n\n :\n\n // Non-standard browser env (web workers, react-native) lack needed support.\n {\n write() {},\n read() {\n return null;\n },\n remove() {}\n };\n\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n *\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nexport default function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(url);\n}\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n *\n * @returns {string} The combined URL\n */\nexport default function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/?\\/$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n}\n","'use strict';\n\nimport isAbsoluteURL from '../helpers/isAbsoluteURL.js';\nimport combineURLs from '../helpers/combineURLs.js';\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n *\n * @returns {string} The combined full path\n */\nexport default function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {\n let isRelativeUrl = !isAbsoluteURL(requestedURL);\n if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosHeaders from \"./AxiosHeaders.js\";\n\nconst headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n *\n * @returns {Object} New object resulting from merging config2 to config1\n */\nexport default function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n const config = {};\n\n function getMergedValue(target, source, prop, caseless) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge.call({caseless}, target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDeepProperties(a, b, prop , caseless) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(a, b, prop , caseless);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a, prop , caseless);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function valueFromConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function defaultToConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDirectKeys(a, b, prop) {\n if (prop in config2) {\n return getMergedValue(a, b);\n } else if (prop in config1) {\n return getMergedValue(undefined, a);\n }\n }\n\n const mergeMap = {\n url: valueFromConfig2,\n method: valueFromConfig2,\n data: valueFromConfig2,\n baseURL: defaultToConfig2,\n transformRequest: defaultToConfig2,\n transformResponse: defaultToConfig2,\n paramsSerializer: defaultToConfig2,\n timeout: defaultToConfig2,\n timeoutMessage: defaultToConfig2,\n withCredentials: defaultToConfig2,\n withXSRFToken: defaultToConfig2,\n adapter: defaultToConfig2,\n responseType: defaultToConfig2,\n xsrfCookieName: defaultToConfig2,\n xsrfHeaderName: defaultToConfig2,\n onUploadProgress: defaultToConfig2,\n onDownloadProgress: defaultToConfig2,\n decompress: defaultToConfig2,\n maxContentLength: defaultToConfig2,\n maxBodyLength: defaultToConfig2,\n beforeRedirect: defaultToConfig2,\n transport: defaultToConfig2,\n httpAgent: defaultToConfig2,\n httpsAgent: defaultToConfig2,\n cancelToken: defaultToConfig2,\n socketPath: defaultToConfig2,\n responseEncoding: defaultToConfig2,\n validateStatus: mergeDirectKeys,\n headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)\n };\n\n utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {\n const merge = mergeMap[prop] || mergeDeepProperties;\n const configValue = merge(config1[prop], config2[prop], prop);\n (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);\n });\n\n return config;\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport isURLSameOrigin from \"./isURLSameOrigin.js\";\nimport cookies from \"./cookies.js\";\nimport buildFullPath from \"../core/buildFullPath.js\";\nimport mergeConfig from \"../core/mergeConfig.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport buildURL from \"./buildURL.js\";\n\nexport default (config) => {\n const newConfig = mergeConfig({}, config);\n\n let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig;\n\n newConfig.headers = headers = AxiosHeaders.from(headers);\n\n newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);\n\n // HTTP basic authentication\n if (auth) {\n headers.set('Authorization', 'Basic ' +\n btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))\n );\n }\n\n let contentType;\n\n if (utils.isFormData(data)) {\n if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {\n headers.setContentType(undefined); // Let the browser set it\n } else if ((contentType = headers.getContentType()) !== false) {\n // fix semicolon duplication issue for ReactNative FormData implementation\n const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];\n headers.setContentType([type || 'multipart/form-data', ...tokens].join('; '));\n }\n }\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n\n if (platform.hasStandardBrowserEnv) {\n withXSRFToken && utils.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));\n\n if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) {\n // Add xsrf header\n const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);\n\n if (xsrfValue) {\n headers.set(xsrfHeaderName, xsrfValue);\n }\n }\n }\n\n return newConfig;\n}\n\n","import utils from './../utils.js';\nimport settle from './../core/settle.js';\nimport transitionalDefaults from '../defaults/transitional.js';\nimport AxiosError from '../core/AxiosError.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport parseProtocol from '../helpers/parseProtocol.js';\nimport platform from '../platform/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport {progressEventReducer} from '../helpers/progressEventReducer.js';\nimport resolveConfig from \"../helpers/resolveConfig.js\";\n\nconst isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';\n\nexport default isXHRAdapterSupported && function (config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n const _config = resolveConfig(config);\n let requestData = _config.data;\n const requestHeaders = AxiosHeaders.from(_config.headers).normalize();\n let {responseType, onUploadProgress, onDownloadProgress} = _config;\n let onCanceled;\n let uploadThrottled, downloadThrottled;\n let flushUpload, flushDownload;\n\n function done() {\n flushUpload && flushUpload(); // flush events\n flushDownload && flushDownload(); // flush events\n\n _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);\n\n _config.signal && _config.signal.removeEventListener('abort', onCanceled);\n }\n\n let request = new XMLHttpRequest();\n\n request.open(_config.method.toUpperCase(), _config.url, true);\n\n // Set the request timeout in MS\n request.timeout = _config.timeout;\n\n function onloadend() {\n if (!request) {\n return;\n }\n // Prepare the response\n const responseHeaders = AxiosHeaders.from(\n 'getAllResponseHeaders' in request && request.getAllResponseHeaders()\n );\n const responseData = !responseType || responseType === 'text' || responseType === 'json' ?\n request.responseText : request.response;\n const response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config,\n request\n };\n\n settle(function _resolve(value) {\n resolve(value);\n done();\n }, function _reject(err) {\n reject(err);\n done();\n }, response);\n\n // Clean up request\n request = null;\n }\n\n if ('onloadend' in request) {\n // Use onloadend if available\n request.onloadend = onloadend;\n } else {\n // Listen for ready state to emulate onloadend\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n // readystate handler is calling before onerror or ontimeout handlers,\n // so we should call onloadend on the next 'tick'\n setTimeout(onloadend);\n };\n }\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';\n const transitional = _config.transitional || transitionalDefaults;\n if (_config.timeoutErrorMessage) {\n timeoutErrorMessage = _config.timeoutErrorMessage;\n }\n reject(new AxiosError(\n timeoutErrorMessage,\n transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,\n config,\n request));\n\n // Clean up request\n request = null;\n };\n\n // Remove Content-Type if data is undefined\n requestData === undefined && requestHeaders.setContentType(null);\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {\n request.setRequestHeader(key, val);\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(_config.withCredentials)) {\n request.withCredentials = !!_config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (responseType && responseType !== 'json') {\n request.responseType = _config.responseType;\n }\n\n // Handle progress if needed\n if (onDownloadProgress) {\n ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true));\n request.addEventListener('progress', downloadThrottled);\n }\n\n // Not all browsers support upload events\n if (onUploadProgress && request.upload) {\n ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));\n\n request.upload.addEventListener('progress', uploadThrottled);\n\n request.upload.addEventListener('loadend', flushUpload);\n }\n\n if (_config.cancelToken || _config.signal) {\n // Handle cancellation\n // eslint-disable-next-line func-names\n onCanceled = cancel => {\n if (!request) {\n return;\n }\n reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);\n request.abort();\n request = null;\n };\n\n _config.cancelToken && _config.cancelToken.subscribe(onCanceled);\n if (_config.signal) {\n _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);\n }\n }\n\n const protocol = parseProtocol(_config.url);\n\n if (protocol && platform.protocols.indexOf(protocol) === -1) {\n reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));\n return;\n }\n\n\n // Send the request\n request.send(requestData || null);\n });\n}\n","import CanceledError from \"../cancel/CanceledError.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport utils from '../utils.js';\n\nconst composeSignals = (signals, timeout) => {\n const {length} = (signals = signals ? signals.filter(Boolean) : []);\n\n if (timeout || length) {\n let controller = new AbortController();\n\n let aborted;\n\n const onabort = function (reason) {\n if (!aborted) {\n aborted = true;\n unsubscribe();\n const err = reason instanceof Error ? reason : this.reason;\n controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));\n }\n }\n\n let timer = timeout && setTimeout(() => {\n timer = null;\n onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT))\n }, timeout)\n\n const unsubscribe = () => {\n if (signals) {\n timer && clearTimeout(timer);\n timer = null;\n signals.forEach(signal => {\n signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);\n });\n signals = null;\n }\n }\n\n signals.forEach((signal) => signal.addEventListener('abort', onabort));\n\n const {signal} = controller;\n\n signal.unsubscribe = () => utils.asap(unsubscribe);\n\n return signal;\n }\n}\n\nexport default composeSignals;\n","\nexport const streamChunk = function* (chunk, chunkSize) {\n let len = chunk.byteLength;\n\n if (!chunkSize || len < chunkSize) {\n yield chunk;\n return;\n }\n\n let pos = 0;\n let end;\n\n while (pos < len) {\n end = pos + chunkSize;\n yield chunk.slice(pos, end);\n pos = end;\n }\n}\n\nexport const readBytes = async function* (iterable, chunkSize) {\n for await (const chunk of readStream(iterable)) {\n yield* streamChunk(chunk, chunkSize);\n }\n}\n\nconst readStream = async function* (stream) {\n if (stream[Symbol.asyncIterator]) {\n yield* stream;\n return;\n }\n\n const reader = stream.getReader();\n try {\n for (;;) {\n const {done, value} = await reader.read();\n if (done) {\n break;\n }\n yield value;\n }\n } finally {\n await reader.cancel();\n }\n}\n\nexport const trackStream = (stream, chunkSize, onProgress, onFinish) => {\n const iterator = readBytes(stream, chunkSize);\n\n let bytes = 0;\n let done;\n let _onFinish = (e) => {\n if (!done) {\n done = true;\n onFinish && onFinish(e);\n }\n }\n\n return new ReadableStream({\n async pull(controller) {\n try {\n const {done, value} = await iterator.next();\n\n if (done) {\n _onFinish();\n controller.close();\n return;\n }\n\n let len = value.byteLength;\n if (onProgress) {\n let loadedBytes = bytes += len;\n onProgress(loadedBytes);\n }\n controller.enqueue(new Uint8Array(value));\n } catch (err) {\n _onFinish(err);\n throw err;\n }\n },\n cancel(reason) {\n _onFinish(reason);\n return iterator.return();\n }\n }, {\n highWaterMark: 2\n })\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport composeSignals from \"../helpers/composeSignals.js\";\nimport {trackStream} from \"../helpers/trackStream.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport {progressEventReducer, progressEventDecorator, asyncDecorator} from \"../helpers/progressEventReducer.js\";\nimport resolveConfig from \"../helpers/resolveConfig.js\";\nimport settle from \"../core/settle.js\";\n\nconst isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function';\nconst isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function';\n\n// used only inside the fetch adapter\nconst encodeText = isFetchSupported && (typeof TextEncoder === 'function' ?\n ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) :\n async (str) => new Uint8Array(await new Response(str).arrayBuffer())\n);\n\nconst test = (fn, ...args) => {\n try {\n return !!fn(...args);\n } catch (e) {\n return false\n }\n}\n\nconst supportsRequestStream = isReadableStreamSupported && test(() => {\n let duplexAccessed = false;\n\n const hasContentType = new Request(platform.origin, {\n body: new ReadableStream(),\n method: 'POST',\n get duplex() {\n duplexAccessed = true;\n return 'half';\n },\n }).headers.has('Content-Type');\n\n return duplexAccessed && !hasContentType;\n});\n\nconst DEFAULT_CHUNK_SIZE = 64 * 1024;\n\nconst supportsResponseStream = isReadableStreamSupported &&\n test(() => utils.isReadableStream(new Response('').body));\n\n\nconst resolvers = {\n stream: supportsResponseStream && ((res) => res.body)\n};\n\nisFetchSupported && (((res) => {\n ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => {\n !resolvers[type] && (resolvers[type] = utils.isFunction(res[type]) ? (res) => res[type]() :\n (_, config) => {\n throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);\n })\n });\n})(new Response));\n\nconst getBodyLength = async (body) => {\n if (body == null) {\n return 0;\n }\n\n if(utils.isBlob(body)) {\n return body.size;\n }\n\n if(utils.isSpecCompliantForm(body)) {\n const _request = new Request(platform.origin, {\n method: 'POST',\n body,\n });\n return (await _request.arrayBuffer()).byteLength;\n }\n\n if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) {\n return body.byteLength;\n }\n\n if(utils.isURLSearchParams(body)) {\n body = body + '';\n }\n\n if(utils.isString(body)) {\n return (await encodeText(body)).byteLength;\n }\n}\n\nconst resolveBodyLength = async (headers, body) => {\n const length = utils.toFiniteNumber(headers.getContentLength());\n\n return length == null ? getBodyLength(body) : length;\n}\n\nexport default isFetchSupported && (async (config) => {\n let {\n url,\n method,\n data,\n signal,\n cancelToken,\n timeout,\n onDownloadProgress,\n onUploadProgress,\n responseType,\n headers,\n withCredentials = 'same-origin',\n fetchOptions\n } = resolveConfig(config);\n\n responseType = responseType ? (responseType + '').toLowerCase() : 'text';\n\n let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);\n\n let request;\n\n const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {\n composedSignal.unsubscribe();\n });\n\n let requestContentLength;\n\n try {\n if (\n onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' &&\n (requestContentLength = await resolveBodyLength(headers, data)) !== 0\n ) {\n let _request = new Request(url, {\n method: 'POST',\n body: data,\n duplex: \"half\"\n });\n\n let contentTypeHeader;\n\n if (utils.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {\n headers.setContentType(contentTypeHeader)\n }\n\n if (_request.body) {\n const [onProgress, flush] = progressEventDecorator(\n requestContentLength,\n progressEventReducer(asyncDecorator(onUploadProgress))\n );\n\n data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);\n }\n }\n\n if (!utils.isString(withCredentials)) {\n withCredentials = withCredentials ? 'include' : 'omit';\n }\n\n // Cloudflare Workers throws when credentials are defined\n // see https://github.com/cloudflare/workerd/issues/902\n const isCredentialsSupported = \"credentials\" in Request.prototype;\n request = new Request(url, {\n ...fetchOptions,\n signal: composedSignal,\n method: method.toUpperCase(),\n headers: headers.normalize().toJSON(),\n body: data,\n duplex: \"half\",\n credentials: isCredentialsSupported ? withCredentials : undefined\n });\n\n let response = await fetch(request);\n\n const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');\n\n if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {\n const options = {};\n\n ['status', 'statusText', 'headers'].forEach(prop => {\n options[prop] = response[prop];\n });\n\n const responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));\n\n const [onProgress, flush] = onDownloadProgress && progressEventDecorator(\n responseContentLength,\n progressEventReducer(asyncDecorator(onDownloadProgress), true)\n ) || [];\n\n response = new Response(\n trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {\n flush && flush();\n unsubscribe && unsubscribe();\n }),\n options\n );\n }\n\n responseType = responseType || 'text';\n\n let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config);\n\n !isStreamResponse && unsubscribe && unsubscribe();\n\n return await new Promise((resolve, reject) => {\n settle(resolve, reject, {\n data: responseData,\n headers: AxiosHeaders.from(response.headers),\n status: response.status,\n statusText: response.statusText,\n config,\n request\n })\n })\n } catch (err) {\n unsubscribe && unsubscribe();\n\n if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) {\n throw Object.assign(\n new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request),\n {\n cause: err.cause || err\n }\n )\n }\n\n throw AxiosError.from(err, err && err.code, config, request);\n }\n});\n\n\n","import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport fetchAdapter from './fetch.js';\nimport AxiosError from \"../core/AxiosError.js\";\n\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: fetchAdapter\n}\n\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', {value});\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', {value});\n }\n});\n\nconst renderReason = (reason) => `- ${reason}`;\n\nconst isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;\n\nexport default {\n getAdapter: (adapters) => {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const {length} = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n\n const reasons = Object.entries(rejectedReasons)\n .map(([id, state]) => `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length ?\n (reasons.length > 1 ? 'since :\\n' + reasons.map(renderReason).join('\\n') : ' ' + renderReason(reasons[0])) :\n 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n },\n adapters: knownAdapters\n}\n","'use strict';\n\nimport transformData from './transformData.js';\nimport isCancel from '../cancel/isCancel.js';\nimport defaults from '../defaults/index.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport adapters from \"../adapters/adapters.js\";\n\n/**\n * Throws a `CanceledError` if cancellation has been requested.\n *\n * @param {Object} config The config that is to be used for the request\n *\n * @returns {void}\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n\n if (config.signal && config.signal.aborted) {\n throw new CanceledError(null, config);\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n *\n * @returns {Promise} The Promise to be fulfilled\n */\nexport default function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n config.headers = AxiosHeaders.from(config.headers);\n\n // Transform request data\n config.data = transformData.call(\n config,\n config.transformRequest\n );\n\n if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {\n config.headers.setContentType('application/x-www-form-urlencoded', false);\n }\n\n const adapter = adapters.getAdapter(config.adapter || defaults.adapter);\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData.call(\n config,\n config.transformResponse,\n response\n );\n\n response.headers = AxiosHeaders.from(response.headers);\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData.call(\n config,\n config.transformResponse,\n reason.response\n );\n reason.response.headers = AxiosHeaders.from(reason.response.headers);\n }\n }\n\n return Promise.reject(reason);\n });\n}\n","export const VERSION = \"1.8.4\";","'use strict';\n\nimport {VERSION} from '../env/data.js';\nimport AxiosError from '../core/AxiosError.js';\n\nconst validators = {};\n\n// eslint-disable-next-line func-names\n['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {\n validators[type] = function validator(thing) {\n return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;\n };\n});\n\nconst deprecatedWarnings = {};\n\n/**\n * Transitional option validator\n *\n * @param {function|boolean?} validator - set to false if the transitional option has been removed\n * @param {string?} version - deprecated version / removed since version\n * @param {string?} message - some message with additional info\n *\n * @returns {function}\n */\nvalidators.transitional = function transitional(validator, version, message) {\n function formatMessage(opt, desc) {\n return '[Axios v' + VERSION + '] Transitional option \\'' + opt + '\\'' + desc + (message ? '. ' + message : '');\n }\n\n // eslint-disable-next-line func-names\n return (value, opt, opts) => {\n if (validator === false) {\n throw new AxiosError(\n formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),\n AxiosError.ERR_DEPRECATED\n );\n }\n\n if (version && !deprecatedWarnings[opt]) {\n deprecatedWarnings[opt] = true;\n // eslint-disable-next-line no-console\n console.warn(\n formatMessage(\n opt,\n ' has been deprecated since v' + version + ' and will be removed in the near future'\n )\n );\n }\n\n return validator ? validator(value, opt, opts) : true;\n };\n};\n\nvalidators.spelling = function spelling(correctSpelling) {\n return (value, opt) => {\n // eslint-disable-next-line no-console\n console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);\n return true;\n }\n};\n\n/**\n * Assert object's properties type\n *\n * @param {object} options\n * @param {object} schema\n * @param {boolean?} allowUnknown\n *\n * @returns {object}\n */\n\nfunction assertOptions(options, schema, allowUnknown) {\n if (typeof options !== 'object') {\n throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);\n }\n const keys = Object.keys(options);\n let i = keys.length;\n while (i-- > 0) {\n const opt = keys[i];\n const validator = schema[opt];\n if (validator) {\n const value = options[opt];\n const result = value === undefined || validator(value, opt, options);\n if (result !== true) {\n throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);\n }\n continue;\n }\n if (allowUnknown !== true) {\n throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);\n }\n }\n}\n\nexport default {\n assertOptions,\n validators\n};\n","'use strict';\n\nimport utils from './../utils.js';\nimport buildURL from '../helpers/buildURL.js';\nimport InterceptorManager from './InterceptorManager.js';\nimport dispatchRequest from './dispatchRequest.js';\nimport mergeConfig from './mergeConfig.js';\nimport buildFullPath from './buildFullPath.js';\nimport validator from '../helpers/validator.js';\nimport AxiosHeaders from './AxiosHeaders.js';\n\nconst validators = validator.validators;\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n *\n * @return {Axios} A new instance of Axios\n */\nclass Axios {\n constructor(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n }\n\n /**\n * Dispatch a request\n *\n * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)\n * @param {?Object} config\n *\n * @returns {Promise} The Promise to be fulfilled\n */\n async request(configOrUrl, config) {\n try {\n return await this._request(configOrUrl, config);\n } catch (err) {\n if (err instanceof Error) {\n let dummy = {};\n\n Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());\n\n // slice off the Error: ... line\n const stack = dummy.stack ? dummy.stack.replace(/^.+\\n/, '') : '';\n try {\n if (!err.stack) {\n err.stack = stack;\n // match without the 2 top stack lines\n } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\\n.+\\n/, ''))) {\n err.stack += '\\n' + stack\n }\n } catch (e) {\n // ignore the case where \"stack\" is an un-writable property\n }\n }\n\n throw err;\n }\n }\n\n _request(configOrUrl, config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof configOrUrl === 'string') {\n config = config || {};\n config.url = configOrUrl;\n } else {\n config = configOrUrl || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n const {transitional, paramsSerializer, headers} = config;\n\n if (transitional !== undefined) {\n validator.assertOptions(transitional, {\n silentJSONParsing: validators.transitional(validators.boolean),\n forcedJSONParsing: validators.transitional(validators.boolean),\n clarifyTimeoutError: validators.transitional(validators.boolean)\n }, false);\n }\n\n if (paramsSerializer != null) {\n if (utils.isFunction(paramsSerializer)) {\n config.paramsSerializer = {\n serialize: paramsSerializer\n }\n } else {\n validator.assertOptions(paramsSerializer, {\n encode: validators.function,\n serialize: validators.function\n }, true);\n }\n }\n\n // Set config.allowAbsoluteUrls\n if (config.allowAbsoluteUrls !== undefined) {\n // do nothing\n } else if (this.defaults.allowAbsoluteUrls !== undefined) {\n config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;\n } else {\n config.allowAbsoluteUrls = true;\n }\n\n validator.assertOptions(config, {\n baseUrl: validators.spelling('baseURL'),\n withXsrfToken: validators.spelling('withXSRFToken')\n }, true);\n\n // Set config.method\n config.method = (config.method || this.defaults.method || 'get').toLowerCase();\n\n // Flatten headers\n let contextHeaders = headers && utils.merge(\n headers.common,\n headers[config.method]\n );\n\n headers && utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n (method) => {\n delete headers[method];\n }\n );\n\n config.headers = AxiosHeaders.concat(contextHeaders, headers);\n\n // filter out skipped interceptors\n const requestInterceptorChain = [];\n let synchronousRequestInterceptors = true;\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {\n return;\n }\n\n synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;\n\n requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n const responseInterceptorChain = [];\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n let promise;\n let i = 0;\n let len;\n\n if (!synchronousRequestInterceptors) {\n const chain = [dispatchRequest.bind(this), undefined];\n chain.unshift.apply(chain, requestInterceptorChain);\n chain.push.apply(chain, responseInterceptorChain);\n len = chain.length;\n\n promise = Promise.resolve(config);\n\n while (i < len) {\n promise = promise.then(chain[i++], chain[i++]);\n }\n\n return promise;\n }\n\n len = requestInterceptorChain.length;\n\n let newConfig = config;\n\n i = 0;\n\n while (i < len) {\n const onFulfilled = requestInterceptorChain[i++];\n const onRejected = requestInterceptorChain[i++];\n try {\n newConfig = onFulfilled(newConfig);\n } catch (error) {\n onRejected.call(this, error);\n break;\n }\n }\n\n try {\n promise = dispatchRequest.call(this, newConfig);\n } catch (error) {\n return Promise.reject(error);\n }\n\n i = 0;\n len = responseInterceptorChain.length;\n\n while (i < len) {\n promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);\n }\n\n return promise;\n }\n\n getUri(config) {\n config = mergeConfig(this.defaults, config);\n const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\n return buildURL(fullPath, config.params, config.paramsSerializer);\n }\n}\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n\n function generateHTTPMethod(isForm) {\n return function httpMethod(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n headers: isForm ? {\n 'Content-Type': 'multipart/form-data'\n } : {},\n url,\n data\n }));\n };\n }\n\n Axios.prototype[method] = generateHTTPMethod();\n\n Axios.prototype[method + 'Form'] = generateHTTPMethod(true);\n});\n\nexport default Axios;\n","'use strict';\n\nimport CanceledError from './CanceledError.js';\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @param {Function} executor The executor function.\n *\n * @returns {CancelToken}\n */\nclass CancelToken {\n constructor(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n let resolvePromise;\n\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n const token = this;\n\n // eslint-disable-next-line func-names\n this.promise.then(cancel => {\n if (!token._listeners) return;\n\n let i = token._listeners.length;\n\n while (i-- > 0) {\n token._listeners[i](cancel);\n }\n token._listeners = null;\n });\n\n // eslint-disable-next-line func-names\n this.promise.then = onfulfilled => {\n let _resolve;\n // eslint-disable-next-line func-names\n const promise = new Promise(resolve => {\n token.subscribe(resolve);\n _resolve = resolve;\n }).then(onfulfilled);\n\n promise.cancel = function reject() {\n token.unsubscribe(_resolve);\n };\n\n return promise;\n };\n\n executor(function cancel(message, config, request) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new CanceledError(message, config, request);\n resolvePromise(token.reason);\n });\n }\n\n /**\n * Throws a `CanceledError` if cancellation has been requested.\n */\n throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n }\n\n /**\n * Subscribe to the cancel signal\n */\n\n subscribe(listener) {\n if (this.reason) {\n listener(this.reason);\n return;\n }\n\n if (this._listeners) {\n this._listeners.push(listener);\n } else {\n this._listeners = [listener];\n }\n }\n\n /**\n * Unsubscribe from the cancel signal\n */\n\n unsubscribe(listener) {\n if (!this._listeners) {\n return;\n }\n const index = this._listeners.indexOf(listener);\n if (index !== -1) {\n this._listeners.splice(index, 1);\n }\n }\n\n toAbortSignal() {\n const controller = new AbortController();\n\n const abort = (err) => {\n controller.abort(err);\n };\n\n this.subscribe(abort);\n\n controller.signal.unsubscribe = () => this.unsubscribe(abort);\n\n return controller.signal;\n }\n\n /**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\n static source() {\n let cancel;\n const token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token,\n cancel\n };\n }\n}\n\nexport default CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n *\n * @returns {Function}\n */\nexport default function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n *\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nexport default function isAxiosError(payload) {\n return utils.isObject(payload) && (payload.isAxiosError === true);\n}\n","const HttpStatusCode = {\n Continue: 100,\n SwitchingProtocols: 101,\n Processing: 102,\n EarlyHints: 103,\n Ok: 200,\n Created: 201,\n Accepted: 202,\n NonAuthoritativeInformation: 203,\n NoContent: 204,\n ResetContent: 205,\n PartialContent: 206,\n MultiStatus: 207,\n AlreadyReported: 208,\n ImUsed: 226,\n MultipleChoices: 300,\n MovedPermanently: 301,\n Found: 302,\n SeeOther: 303,\n NotModified: 304,\n UseProxy: 305,\n Unused: 306,\n TemporaryRedirect: 307,\n PermanentRedirect: 308,\n BadRequest: 400,\n Unauthorized: 401,\n PaymentRequired: 402,\n Forbidden: 403,\n NotFound: 404,\n MethodNotAllowed: 405,\n NotAcceptable: 406,\n ProxyAuthenticationRequired: 407,\n RequestTimeout: 408,\n Conflict: 409,\n Gone: 410,\n LengthRequired: 411,\n PreconditionFailed: 412,\n PayloadTooLarge: 413,\n UriTooLong: 414,\n UnsupportedMediaType: 415,\n RangeNotSatisfiable: 416,\n ExpectationFailed: 417,\n ImATeapot: 418,\n MisdirectedRequest: 421,\n UnprocessableEntity: 422,\n Locked: 423,\n FailedDependency: 424,\n TooEarly: 425,\n UpgradeRequired: 426,\n PreconditionRequired: 428,\n TooManyRequests: 429,\n RequestHeaderFieldsTooLarge: 431,\n UnavailableForLegalReasons: 451,\n InternalServerError: 500,\n NotImplemented: 501,\n BadGateway: 502,\n ServiceUnavailable: 503,\n GatewayTimeout: 504,\n HttpVersionNotSupported: 505,\n VariantAlsoNegotiates: 506,\n InsufficientStorage: 507,\n LoopDetected: 508,\n NotExtended: 510,\n NetworkAuthenticationRequired: 511,\n};\n\nObject.entries(HttpStatusCode).forEach(([key, value]) => {\n HttpStatusCode[value] = key;\n});\n\nexport default HttpStatusCode;\n","'use strict';\n\nimport utils from './utils.js';\nimport bind from './helpers/bind.js';\nimport Axios from './core/Axios.js';\nimport mergeConfig from './core/mergeConfig.js';\nimport defaults from './defaults/index.js';\nimport formDataToJSON from './helpers/formDataToJSON.js';\nimport CanceledError from './cancel/CanceledError.js';\nimport CancelToken from './cancel/CancelToken.js';\nimport isCancel from './cancel/isCancel.js';\nimport {VERSION} from './env/data.js';\nimport toFormData from './helpers/toFormData.js';\nimport AxiosError from './core/AxiosError.js';\nimport spread from './helpers/spread.js';\nimport isAxiosError from './helpers/isAxiosError.js';\nimport AxiosHeaders from \"./core/AxiosHeaders.js\";\nimport adapters from './adapters/adapters.js';\nimport HttpStatusCode from './helpers/HttpStatusCode.js';\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n *\n * @returns {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n const context = new Axios(defaultConfig);\n const instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});\n\n // Copy context to instance\n utils.extend(instance, context, null, {allOwnKeys: true});\n\n // Factory for creating new instances\n instance.create = function create(instanceConfig) {\n return createInstance(mergeConfig(defaultConfig, instanceConfig));\n };\n\n return instance;\n}\n\n// Create the default instance to be exported\nconst axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Expose Cancel & CancelToken\naxios.CanceledError = CanceledError;\naxios.CancelToken = CancelToken;\naxios.isCancel = isCancel;\naxios.VERSION = VERSION;\naxios.toFormData = toFormData;\n\n// Expose AxiosError class\naxios.AxiosError = AxiosError;\n\n// alias for CanceledError for backward compatibility\naxios.Cancel = axios.CanceledError;\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\n\naxios.spread = spread;\n\n// Expose isAxiosError\naxios.isAxiosError = isAxiosError;\n\n// Expose mergeConfig\naxios.mergeConfig = mergeConfig;\n\naxios.AxiosHeaders = AxiosHeaders;\n\naxios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);\n\naxios.getAdapter = adapters.getAdapter;\n\naxios.HttpStatusCode = HttpStatusCode;\n\naxios.default = axios;\n\n// this module should only have a default export\nexport default axios\n"],"names":["bind","fn","thisArg","wrap","apply","arguments","toString","Object","prototype","getPrototypeOf","kindOf","cache","thing","str","call","slice","toLowerCase","create","kindOfTest","type","typeOfTest","_typeof","isArray","Array","isUndefined","isBuffer","val","constructor","isFunction","isArrayBuffer","isArrayBufferView","result","ArrayBuffer","isView","buffer","isString","isNumber","isObject","isBoolean","isPlainObject","Symbol","toStringTag","iterator","isDate","isFile","isBlob","isFileList","isStream","pipe","isFormData","kind","FormData","append","isURLSearchParams","_map","map","_map2","_slicedToArray","isReadableStream","isRequest","isResponse","isHeaders","trim","replace","forEach","obj","_ref","length","undefined","_ref$allOwnKeys","allOwnKeys","i","l","keys","getOwnPropertyNames","len","key","findKey","_key","_global","globalThis","self","window","global","isContextDefined","context","merge","_ref2","caseless","assignValue","targetKey","extend","a","b","_ref3","stripBOM","content","charCodeAt","inherits","superConstructor","props","descriptors","defineProperty","value","assign","toFlatObject","sourceObj","destObj","filter","propFilter","prop","merged","endsWith","searchString","position","String","lastIndex","indexOf","toArray","arr","isTypedArray","TypedArray","Uint8Array","forEachEntry","generator","next","done","pair","matchAll","regExp","matches","exec","push","isHTMLForm","toCamelCase","replacer","m","p1","p2","toUpperCase","hasOwnProperty","_ref4","isRegExp","reduceDescriptors","reducer","getOwnPropertyDescriptors","reducedDescriptors","descriptor","name","ret","defineProperties","freezeMethods","enumerable","writable","set","Error","toObjectSet","arrayOrString","delimiter","define","split","noop","toFiniteNumber","defaultValue","Number","isFinite","isSpecCompliantForm","toJSONObject","stack","visit","source","target","reducedValue","isAsyncFn","isThenable","then","_setImmediate","setImmediateSupported","postMessageSupported","setImmediate","token","callbacks","addEventListener","_ref5","data","shift","cb","postMessage","concat","Math","random","setTimeout","asap","queueMicrotask","process","nextTick","hasOwnProp","AxiosError","message","code","config","request","response","captureStackTrace","status","utils","toJSON","description","number","fileName","lineNumber","columnNumber","from","error","customProps","axiosError","cause","isVisitable","removeBrackets","renderKey","path","dots","each","join","isFlatArray","some","predicates","test","toFormData","formData","options","TypeError","metaTokens","indexes","defined","option","visitor","defaultVisitor","_Blob","Blob","useBlob","convertValue","toISOString","Buffer","JSON","stringify","el","index","exposedHelpers","build","pop","encode","charMap","encodeURIComponent","match","AxiosURLSearchParams","params","_pairs","encoder","_encode","buildURL","url","serialize","serializeFn","serializedParams","hashmarkIndex","InterceptorManager","_classCallCheck","handlers","_createClass","use","fulfilled","rejected","synchronous","runWhen","eject","id","clear","forEachHandler","h","silentJSONParsing","forcedJSONParsing","clarifyTimeoutError","URLSearchParams","isBrowser","classes","protocols","hasBrowserEnv","document","_navigator","navigator","hasStandardBrowserEnv","product","hasStandardBrowserWebWorkerEnv","WorkerGlobalScope","importScripts","origin","location","href","_objectSpread","platform","toURLEncodedForm","helpers","isNode","parsePropPath","arrayToObject","formDataToJSON","buildPath","isNumericKey","isLast","entries","stringifySafely","rawValue","parser","parse","e","defaults","transitional","transitionalDefaults","adapter","transformRequest","headers","contentType","getContentType","hasJSONContentType","isObjectPayload","setContentType","formSerializer","_FormData","env","transformResponse","JSONRequested","responseType","strictJSONParsing","ERR_BAD_RESPONSE","timeout","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","common","method","ignoreDuplicateOf","rawHeaders","parsed","line","substring","$internals","normalizeHeader","header","normalizeValue","parseTokens","tokens","tokensRE","isValidHeaderName","matchHeaderValue","isHeaderNameFilter","formatHeader","w","char","buildAccessors","accessorName","methodName","arg1","arg2","arg3","configurable","AxiosHeaders","_Symbol$iterator","_Symbol$toStringTag","valueOrRewrite","rewrite","setHeader","_value","_header","_rewrite","lHeader","setHeaders","parseHeaders","_iterator","_createForOfIteratorHelper","_step","s","n","_step$value","err","f","get","has","matcher","_delete","deleted","deleteHeader","normalize","format","normalized","_this$constructor","_len","targets","asStrings","first","computed","_len2","_key2","accessor","internals","accessors","defineAccessor","mapped","headerValue","transformData","fns","transform","isCancel","__CANCEL__","CanceledError","ERR_CANCELED","settle","resolve","reject","ERR_BAD_REQUEST","floor","parseProtocol","speedometer","samplesCount","min","bytes","timestamps","head","tail","firstSampleTS","chunkLength","now","Date","startedAt","bytesCount","passed","round","throttle","freq","timestamp","threshold","lastArgs","timer","invoke","args","clearTimeout","throttled","flush","progressEventReducer","listener","isDownloadStream","bytesNotified","_speedometer","loaded","total","lengthComputable","progressBytes","rate","inRange","_defineProperty","progress","estimated","event","progressEventDecorator","asyncDecorator","isMSIE","URL","protocol","host","port","userAgent","write","expires","domain","secure","cookie","toGMTString","read","RegExp","decodeURIComponent","remove","isAbsoluteURL","combineURLs","baseURL","relativeURL","buildFullPath","requestedURL","allowAbsoluteUrls","isRelativeUrl","headersToObject","mergeConfig","config1","config2","getMergedValue","mergeDeepProperties","valueFromConfig2","defaultToConfig2","mergeDirectKeys","mergeMap","paramsSerializer","timeoutMessage","withCredentials","withXSRFToken","onUploadProgress","onDownloadProgress","decompress","beforeRedirect","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding","computeConfigValue","configValue","newConfig","auth","btoa","username","password","unescape","Boolean","_toArray","_toConsumableArray","isURLSameOrigin","xsrfValue","cookies","isXHRAdapterSupported","XMLHttpRequest","Promise","dispatchXhrRequest","_config","resolveConfig","requestData","requestHeaders","onCanceled","uploadThrottled","downloadThrottled","flushUpload","flushDownload","unsubscribe","signal","removeEventListener","open","onloadend","responseHeaders","getAllResponseHeaders","responseData","responseText","statusText","_resolve","_reject","onreadystatechange","handleLoad","readyState","responseURL","onabort","handleAbort","ECONNABORTED","onerror","handleError","ERR_NETWORK","ontimeout","handleTimeout","timeoutErrorMessage","ETIMEDOUT","setRequestHeader","_progressEventReducer","_progressEventReducer2","upload","_progressEventReducer3","_progressEventReducer4","cancel","abort","subscribe","aborted","send","composeSignals","signals","_signals","controller","AbortController","reason","streamChunk","_regeneratorRuntime","mark","chunk","chunkSize","pos","end","streamChunk$","_context","prev","byteLength","abrupt","stop","readBytes","_wrapAsyncGenerator","_callee","iterable","_iteratorAbruptCompletion","_didIteratorError","_iteratorError","_callee$","_context2","_asyncIterator","readStream","_awaitAsyncGenerator","sent","delegateYield","_asyncGeneratorDelegate","t1","finish","_x","_x2","_callee2","stream","reader","_yield$_awaitAsyncGen","_callee2$","_context3","asyncIterator","getReader","_x3","trackStream","onProgress","onFinish","_onFinish","ReadableStream","pull","_asyncToGenerator","_callee3","_yield$iterator$next","_done","loadedBytes","_callee3$","_context4","close","enqueue","t0","highWaterMark","isFetchSupported","fetch","Request","Response","isReadableStreamSupported","encodeText","TextEncoder","arrayBuffer","supportsRequestStream","duplexAccessed","hasContentType","body","duplex","DEFAULT_CHUNK_SIZE","supportsResponseStream","resolvers","res","_","ERR_NOT_SUPPORT","getBodyLength","_request","size","resolveBodyLength","getContentLength","_x4","_callee4","_resolveConfig","_resolveConfig$withCr","fetchOptions","composedSignal","requestContentLength","contentTypeHeader","_progressEventDecorat","_progressEventDecorat2","isCredentialsSupported","isStreamResponse","responseContentLength","_ref6","_onProgress","_flush","_callee4$","toAbortSignal","credentials","t2","_x5","knownAdapters","http","httpAdapter","xhr","xhrAdapter","fetchAdapter","renderReason","isResolvedHandle","getAdapter","adapters","_adapters","nameOrAdapter","rejectedReasons","reasons","state","throwIfCancellationRequested","throwIfRequested","dispatchRequest","onAdapterResolution","onAdapterRejection","VERSION","validators","validator","deprecatedWarnings","version","formatMessage","opt","desc","opts","ERR_DEPRECATED","console","warn","spelling","correctSpelling","assertOptions","schema","allowUnknown","ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","Axios","instanceConfig","interceptors","_request2","configOrUrl","dummy","baseUrl","withXsrfToken","contextHeaders","requestInterceptorChain","synchronousRequestInterceptors","unshiftRequestInterceptors","interceptor","unshift","responseInterceptorChain","pushResponseInterceptors","promise","chain","onFulfilled","onRejected","getUri","fullPath","forEachMethodNoData","forEachMethodWithData","generateHTTPMethod","isForm","httpMethod","CancelToken","executor","resolvePromise","promiseExecutor","_listeners","onfulfilled","splice","_this","c","spread","callback","isAxiosError","payload","HttpStatusCode","Continue","SwitchingProtocols","Processing","EarlyHints","Ok","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultiStatus","AlreadyReported","ImUsed","MultipleChoices","MovedPermanently","Found","SeeOther","NotModified","UseProxy","Unused","TemporaryRedirect","PermanentRedirect","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","PayloadTooLarge","UriTooLong","UnsupportedMediaType","RangeNotSatisfiable","ExpectationFailed","ImATeapot","MisdirectedRequest","UnprocessableEntity","Locked","FailedDependency","TooEarly","UpgradeRequired","PreconditionRequired","TooManyRequests","RequestHeaderFieldsTooLarge","UnavailableForLegalReasons","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported","VariantAlsoNegotiates","InsufficientStorage","LoopDetected","NotExtended","NetworkAuthenticationRequired","createInstance","defaultConfig","instance","axios","Cancel","all","promises","formToJSON"],"mappings":"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"} \ No newline at end of file diff --git a/server/node_modules/axios/dist/axios.min.js b/server/node_modules/axios/dist/axios.min.js new file mode 100644 index 000000000..f78c2d623 --- /dev/null +++ b/server/node_modules/axios/dist/axios.min.js @@ -0,0 +1,3 @@ +/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */ +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).axios=t()}(this,(function(){"use strict";function e(e){var r,n;function o(r,n){try{var a=e[r](n),s=a.value,u=s instanceof t;Promise.resolve(u?s.v:s).then((function(t){if(u){var n="return"===r?"return":"next";if(!s.k||t.done)return o(n,t);t=e[n](t).value}i(a.done?"return":"normal",t)}),(function(e){o("throw",e)}))}catch(e){i("throw",e)}}function i(e,t){switch(e){case"return":r.resolve({value:t,done:!0});break;case"throw":r.reject(t);break;default:r.resolve({value:t,done:!1})}(r=r.next)?o(r.key,r.arg):n=null}this._invoke=function(e,t){return new Promise((function(i,a){var s={key:e,arg:t,resolve:i,reject:a,next:null};n?n=n.next=s:(r=n=s,o(e,t))}))},"function"!=typeof e.return&&(this.return=void 0)}function t(e,t){this.v=e,this.k=t}function r(e){var r={},n=!1;function o(r,o){return n=!0,o=new Promise((function(t){t(e[r](o))})),{done:!1,value:new t(o,1)}}return r["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this},r.next=function(e){return n?(n=!1,e):o("next",e)},"function"==typeof e.throw&&(r.throw=function(e){if(n)throw n=!1,e;return o("throw",e)}),"function"==typeof e.return&&(r.return=function(e){return n?(n=!1,e):o("return",e)}),r}function n(e){var t,r,n,i=2;for("undefined"!=typeof Symbol&&(r=Symbol.asyncIterator,n=Symbol.iterator);i--;){if(r&&null!=(t=e[r]))return t.call(e);if(n&&null!=(t=e[n]))return new o(t.call(e));r="@@asyncIterator",n="@@iterator"}throw new TypeError("Object is not async iterable")}function o(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then((function(e){return{value:e,done:t}}))}return o=function(e){this.s=e,this.n=e.next},o.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var r=this.s.return;return void 0===r?Promise.resolve({value:e,done:!0}):t(r.apply(this.s,arguments))},throw:function(e){var r=this.s.return;return void 0===r?Promise.reject(e):t(r.apply(this.s,arguments))}},new o(e)}function i(e){return new t(e,0)}function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(u&&c){if(this.prev=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),A(r),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;A(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:L(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),y}},t}function c(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}function l(t){return function(){return new e(t.apply(this,arguments))}}function p(e,t,r,n,o,i,a){try{var s=e[i](a),u=s.value}catch(e){return void r(e)}s.done?t(u):Promise.resolve(u).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function a(e){p(i,n,o,a,s,"next",e)}function s(e){p(i,n,o,a,s,"throw",e)}a(void 0)}))}}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function v(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r2&&void 0!==arguments[2]?arguments[2]:{},i=o.allOwnKeys,a=void 0!==i&&i;if(null!=e)if("object"!==f(e)&&(e=[e]),N(e))for(r=0,n=e.length;r0;)if(t===(r=n[o]).toLowerCase())return r;return null}var Q="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Z=function(e){return!_(e)&&e!==Q};var ee,te=(ee="undefined"!=typeof Uint8Array&&j(Uint8Array),function(e){return ee&&e instanceof ee}),re=P("HTMLFormElement"),ne=function(e){var t=Object.prototype.hasOwnProperty;return function(e,r){return t.call(e,r)}}(),oe=P("RegExp"),ie=function(e,t){var r=Object.getOwnPropertyDescriptors(e),n={};$(r,(function(r,o){var i;!1!==(i=t(r,o,e))&&(n[o]=i||r)})),Object.defineProperties(e,n)};var ae,se,ue,ce,fe=P("AsyncFunction"),le=(ae="function"==typeof setImmediate,se=F(Q.postMessage),ae?setImmediate:se?(ue="axios@".concat(Math.random()),ce=[],Q.addEventListener("message",(function(e){var t=e.source,r=e.data;t===Q&&r===ue&&ce.length&&ce.shift()()}),!1),function(e){ce.push(e),Q.postMessage(ue,"*")}):function(e){return setTimeout(e)}),pe="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Q):"undefined"!=typeof process&&process.nextTick||le,he={isArray:N,isArrayBuffer:C,isBuffer:function(e){return null!==e&&!_(e)&&null!==e.constructor&&!_(e.constructor)&&F(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:function(e){var t;return e&&("function"==typeof FormData&&e instanceof FormData||F(e.append)&&("formdata"===(t=A(e))||"object"===t&&F(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&C(e.buffer)},isString:U,isNumber:B,isBoolean:function(e){return!0===e||!1===e},isObject:D,isPlainObject:q,isReadableStream:K,isRequest:V,isResponse:G,isHeaders:X,isUndefined:_,isDate:I,isFile:M,isBlob:z,isRegExp:oe,isFunction:F,isStream:function(e){return D(e)&&F(e.pipe)},isURLSearchParams:J,isTypedArray:te,isFileList:H,forEach:$,merge:function e(){for(var t=Z(this)&&this||{},r=t.caseless,n={},o=function(t,o){var i=r&&Y(n,o)||o;q(n[i])&&q(t)?n[i]=e(n[i],t):q(t)?n[i]=e({},t):N(t)?n[i]=t.slice():n[i]=t},i=0,a=arguments.length;i3&&void 0!==arguments[3]?arguments[3]:{},o=n.allOwnKeys;return $(t,(function(t,n){r&&F(t)?e[n]=R(t,r):e[n]=t}),{allOwnKeys:o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,r,n){e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:function(e,t,r,n){var o,i,a,s={};if(t=t||{},null==e)return t;do{for(i=(o=Object.getOwnPropertyNames(e)).length;i-- >0;)a=o[i],n&&!n(a,e,t)||s[a]||(t[a]=e[a],s[a]=!0);e=!1!==r&&j(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:A,kindOfTest:P,endsWith:function(e,t,r){e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;var n=e.indexOf(t,r);return-1!==n&&n===r},toArray:function(e){if(!e)return null;if(N(e))return e;var t=e.length;if(!B(t))return null;for(var r=new Array(t);t-- >0;)r[t]=e[t];return r},forEachEntry:function(e,t){for(var r,n=(e&&e[Symbol.iterator]).call(e);(r=n.next())&&!r.done;){var o=r.value;t.call(e,o[0],o[1])}},matchAll:function(e,t){for(var r,n=[];null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:re,hasOwnProperty:ne,hasOwnProp:ne,reduceDescriptors:ie,freezeMethods:function(e){ie(e,(function(t,r){if(F(e)&&-1!==["arguments","caller","callee"].indexOf(r))return!1;var n=e[r];F(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=function(){throw Error("Can not rewrite read-only method '"+r+"'")}))}))},toObjectSet:function(e,t){var r={},n=function(e){e.forEach((function(e){r[e]=!0}))};return N(e)?n(e):n(String(e).split(t)),r},toCamelCase:function(e){return e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r}))},noop:function(){},toFiniteNumber:function(e,t){return null!=e&&Number.isFinite(e=+e)?e:t},findKey:Y,global:Q,isContextDefined:Z,isSpecCompliantForm:function(e){return!!(e&&F(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:function(e){var t=new Array(10);return function e(r,n){if(D(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[n]=r;var o=N(r)?[]:{};return $(r,(function(t,r){var i=e(t,n+1);!_(i)&&(o[r]=i)})),t[n]=void 0,o}}return r}(e,0)},isAsyncFn:fe,isThenable:function(e){return e&&(D(e)||F(e))&&F(e.then)&&F(e.catch)},setImmediate:le,asap:pe};function de(e,t,r,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o,this.status=o.status?o.status:null)}he.inherits(de,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:he.toJSONObject(this.config),code:this.code,status:this.status}}});var ve=de.prototype,ye={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((function(e){ye[e]={value:e}})),Object.defineProperties(de,ye),Object.defineProperty(ve,"isAxiosError",{value:!0}),de.from=function(e,t,r,n,o,i){var a=Object.create(ve);return he.toFlatObject(e,a,(function(e){return e!==Error.prototype}),(function(e){return"isAxiosError"!==e})),de.call(a,e.message,t,r,n,o),a.cause=e,a.name=e.name,i&&Object.assign(a,i),a};function me(e){return he.isPlainObject(e)||he.isArray(e)}function be(e){return he.endsWith(e,"[]")?e.slice(0,-2):e}function ge(e,t,r){return e?e.concat(t).map((function(e,t){return e=be(e),!r&&t?"["+e+"]":e})).join(r?".":""):t}var we=he.toFlatObject(he,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Ee(e,t,r){if(!he.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;var n=(r=he.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!he.isUndefined(t[e])}))).metaTokens,o=r.visitor||c,i=r.dots,a=r.indexes,s=(r.Blob||"undefined"!=typeof Blob&&Blob)&&he.isSpecCompliantForm(t);if(!he.isFunction(o))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(he.isDate(e))return e.toISOString();if(!s&&he.isBlob(e))throw new de("Blob is not supported. Use a Buffer instead.");return he.isArrayBuffer(e)||he.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,r,o){var s=e;if(e&&!o&&"object"===f(e))if(he.endsWith(r,"{}"))r=n?r:r.slice(0,-2),e=JSON.stringify(e);else if(he.isArray(e)&&function(e){return he.isArray(e)&&!e.some(me)}(e)||(he.isFileList(e)||he.endsWith(r,"[]"))&&(s=he.toArray(e)))return r=be(r),s.forEach((function(e,n){!he.isUndefined(e)&&null!==e&&t.append(!0===a?ge([r],n,i):null===a?r:r+"[]",u(e))})),!1;return!!me(e)||(t.append(ge(o,r,i),u(e)),!1)}var l=[],p=Object.assign(we,{defaultVisitor:c,convertValue:u,isVisitable:me});if(!he.isObject(e))throw new TypeError("data must be an object");return function e(r,n){if(!he.isUndefined(r)){if(-1!==l.indexOf(r))throw Error("Circular reference detected in "+n.join("."));l.push(r),he.forEach(r,(function(r,i){!0===(!(he.isUndefined(r)||null===r)&&o.call(t,r,he.isString(i)?i.trim():i,n,p))&&e(r,n?n.concat(i):[i])})),l.pop()}}(e),t}function Oe(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Se(e,t){this._pairs=[],e&&Ee(e,this,t)}var xe=Se.prototype;function Re(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ke(e,t,r){if(!t)return e;var n=r&&r.encode||Re;he.isFunction(r)&&(r={serialize:r});var o,i=r&&r.serialize;if(o=i?i(t,r):he.isURLSearchParams(t)?t.toString():new Se(t,r).toString(n)){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+o}return e}xe.append=function(e,t){this._pairs.push([e,t])},xe.toString=function(e){var t=e?function(t){return e.call(this,t,Oe)}:Oe;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var Te=function(){function e(){d(this,e),this.handlers=[]}return y(e,[{key:"use",value:function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}},{key:"eject",value:function(e){this.handlers[e]&&(this.handlers[e]=null)}},{key:"clear",value:function(){this.handlers&&(this.handlers=[])}},{key:"forEach",value:function(e){he.forEach(this.handlers,(function(t){null!==t&&e(t)}))}}]),e}(),je={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ae={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Se,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},Pe="undefined"!=typeof window&&"undefined"!=typeof document,Le="object"===("undefined"==typeof navigator?"undefined":f(navigator))&&navigator||void 0,Ne=Pe&&(!Le||["ReactNative","NativeScript","NS"].indexOf(Le.product)<0),_e="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ce=Pe&&window.location.href||"http://localhost",Ue=s(s({},Object.freeze({__proto__:null,hasBrowserEnv:Pe,hasStandardBrowserWebWorkerEnv:_e,hasStandardBrowserEnv:Ne,navigator:Le,origin:Ce})),Ae);function Fe(e){function t(e,r,n,o){var i=e[o++];if("__proto__"===i)return!0;var a=Number.isFinite(+i),s=o>=e.length;return i=!i&&he.isArray(n)?n.length:i,s?(he.hasOwnProp(n,i)?n[i]=[n[i],r]:n[i]=r,!a):(n[i]&&he.isObject(n[i])||(n[i]=[]),t(e,r,n[i],o)&&he.isArray(n[i])&&(n[i]=function(e){var t,r,n={},o=Object.keys(e),i=o.length;for(t=0;t-1,i=he.isObject(e);if(i&&he.isHTMLForm(e)&&(e=new FormData(e)),he.isFormData(e))return o?JSON.stringify(Fe(e)):e;if(he.isArrayBuffer(e)||he.isBuffer(e)||he.isStream(e)||he.isFile(e)||he.isBlob(e)||he.isReadableStream(e))return e;if(he.isArrayBufferView(e))return e.buffer;if(he.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Ee(e,new Ue.classes.URLSearchParams,Object.assign({visitor:function(e,t,r,n){return Ue.isNode&&he.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((r=he.isFileList(e))||n.indexOf("multipart/form-data")>-1){var a=this.env&&this.env.FormData;return Ee(r?{"files[]":e}:e,a&&new a,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),function(e,t,r){if(he.isString(e))try{return(t||JSON.parse)(e),he.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||Be.transitional,r=t&&t.forcedJSONParsing,n="json"===this.responseType;if(he.isResponse(e)||he.isReadableStream(e))return e;if(e&&he.isString(e)&&(r&&!this.responseType||n)){var o=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw de.from(e,de.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Ue.classes.FormData,Blob:Ue.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};he.forEach(["delete","get","head","post","put","patch"],(function(e){Be.headers[e]={}}));var De=Be,qe=he.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),Ie=Symbol("internals");function Me(e){return e&&String(e).trim().toLowerCase()}function ze(e){return!1===e||null==e?e:he.isArray(e)?e.map(ze):String(e)}function He(e,t,r,n,o){return he.isFunction(n)?n.call(this,t,r):(o&&(t=r),he.isString(t)?he.isString(n)?-1!==t.indexOf(n):he.isRegExp(n)?n.test(t):void 0:void 0)}var Je=function(e,t){function r(e){d(this,r),e&&this.set(e)}return y(r,[{key:"set",value:function(e,t,r){var n=this;function o(e,t,r){var o=Me(t);if(!o)throw new Error("header name must be a non-empty string");var i=he.findKey(n,o);(!i||void 0===n[i]||!0===r||void 0===r&&!1!==n[i])&&(n[i||t]=ze(e))}var i=function(e,t){return he.forEach(e,(function(e,r){return o(e,r,t)}))};if(he.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(he.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i(function(e){var t,r,n,o={};return e&&e.split("\n").forEach((function(e){n=e.indexOf(":"),t=e.substring(0,n).trim().toLowerCase(),r=e.substring(n+1).trim(),!t||o[t]&&qe[t]||("set-cookie"===t?o[t]?o[t].push(r):o[t]=[r]:o[t]=o[t]?o[t]+", "+r:r)})),o}(e),t);else if(he.isHeaders(e)){var a,s=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=O(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw i}}}}(e.entries());try{for(s.s();!(a=s.n()).done;){var u=b(a.value,2),c=u[0];o(u[1],c,r)}}catch(e){s.e(e)}finally{s.f()}}else null!=e&&o(t,e,r);return this}},{key:"get",value:function(e,t){if(e=Me(e)){var r=he.findKey(this,e);if(r){var n=this[r];if(!t)return n;if(!0===t)return function(e){for(var t,r=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;t=n.exec(e);)r[t[1]]=t[2];return r}(n);if(he.isFunction(t))return t.call(this,n,r);if(he.isRegExp(t))return t.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}},{key:"has",value:function(e,t){if(e=Me(e)){var r=he.findKey(this,e);return!(!r||void 0===this[r]||t&&!He(0,this[r],r,t))}return!1}},{key:"delete",value:function(e,t){var r=this,n=!1;function o(e){if(e=Me(e)){var o=he.findKey(r,e);!o||t&&!He(0,r[o],o,t)||(delete r[o],n=!0)}}return he.isArray(e)?e.forEach(o):o(e),n}},{key:"clear",value:function(e){for(var t=Object.keys(this),r=t.length,n=!1;r--;){var o=t[r];e&&!He(0,this[o],o,e,!0)||(delete this[o],n=!0)}return n}},{key:"normalize",value:function(e){var t=this,r={};return he.forEach(this,(function(n,o){var i=he.findKey(r,o);if(i)return t[i]=ze(n),void delete t[o];var a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r}))}(o):String(o).trim();a!==o&&delete t[o],t[a]=ze(n),r[a]=!0})),this}},{key:"concat",value:function(){for(var e,t=arguments.length,r=new Array(t),n=0;n1?r-1:0),o=1;o1&&void 0!==arguments[1]?arguments[1]:Date.now();o=i,r=null,n&&(clearTimeout(n),n=null),e.apply(null,t)};return[function(){for(var e=Date.now(),t=e-o,s=arguments.length,u=new Array(s),c=0;c=i?a(u,e):(r=u,n||(n=setTimeout((function(){n=null,a(r)}),i-t)))},function(){return r&&a(r)}]}he.inherits(Ge,de,{__CANCEL__:!0});var Qe=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:3,n=0,o=$e(50,250);return Ye((function(r){var i=r.loaded,a=r.lengthComputable?r.total:void 0,s=i-n,u=o(s);n=i;var c=m({loaded:i,total:a,progress:a?i/a:void 0,bytes:s,rate:u||void 0,estimated:u&&a&&i<=a?(a-i)/u:void 0,event:r,lengthComputable:null!=a},t?"download":"upload",!0);e(c)}),r)},Ze=function(e,t){var r=null!=e;return[function(n){return t[0]({lengthComputable:r,total:e,loaded:n})},t[1]]},et=function(e){return function(){for(var t=arguments.length,r=new Array(t),n=0;n1?t-1:0),n=1;n1?"since :\n"+s.map(kt).join("\n"):" "+kt(s[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function At(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ge(null,e)}function Pt(e){return At(e),e.headers=We.from(e.headers),e.data=Ke.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),jt(e.adapter||De.adapter)(e).then((function(t){return At(e),t.data=Ke.call(e,e.transformResponse,t),t.headers=We.from(t.headers),t}),(function(t){return Ve(t)||(At(e),t&&t.response&&(t.response.data=Ke.call(e,e.transformResponse,t.response),t.response.headers=We.from(t.response.headers))),Promise.reject(t)}))}var Lt="1.8.4",Nt={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){Nt[e]=function(r){return f(r)===e||"a"+(t<1?"n ":" ")+e}}));var _t={};Nt.transitional=function(e,t,r){function n(e,t){return"[Axios v1.8.4] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,o,i){if(!1===e)throw new de(n(o," has been removed"+(t?" in "+t:"")),de.ERR_DEPRECATED);return t&&!_t[o]&&(_t[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,i)}},Nt.spelling=function(e){return function(t,r){return console.warn("".concat(r," is likely a misspelling of ").concat(e)),!0}};var Ct={assertOptions:function(e,t,r){if("object"!==f(e))throw new de("options must be an object",de.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(e),o=n.length;o-- >0;){var i=n[o],a=t[i];if(a){var s=e[i],u=void 0===s||a(s,i,e);if(!0!==u)throw new de("option "+i+" must be "+u,de.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new de("Unknown option "+i,de.ERR_BAD_OPTION)}},validators:Nt},Ut=Ct.validators,Ft=function(){function e(t){d(this,e),this.defaults=t,this.interceptors={request:new Te,response:new Te}}var t;return y(e,[{key:"request",value:(t=h(u().mark((function e(t,r){var n,o;return u().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this._request(t,r);case 3:return e.abrupt("return",e.sent);case 6:if(e.prev=6,e.t0=e.catch(0),e.t0 instanceof Error){n={},Error.captureStackTrace?Error.captureStackTrace(n):n=new Error,o=n.stack?n.stack.replace(/^.+\n/,""):"";try{e.t0.stack?o&&!String(e.t0.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(e.t0.stack+="\n"+o):e.t0.stack=o}catch(e){}}throw e.t0;case 10:case"end":return e.stop()}}),e,this,[[0,6]])}))),function(e,r){return t.apply(this,arguments)})},{key:"_request",value:function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{};var r=t=it(this.defaults,t),n=r.transitional,o=r.paramsSerializer,i=r.headers;void 0!==n&&Ct.assertOptions(n,{silentJSONParsing:Ut.transitional(Ut.boolean),forcedJSONParsing:Ut.transitional(Ut.boolean),clarifyTimeoutError:Ut.transitional(Ut.boolean)},!1),null!=o&&(he.isFunction(o)?t.paramsSerializer={serialize:o}:Ct.assertOptions(o,{encode:Ut.function,serialize:Ut.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),Ct.assertOptions(t,{baseUrl:Ut.spelling("baseURL"),withXsrfToken:Ut.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();var a=i&&he.merge(i.common,i[t.method]);i&&he.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete i[e]})),t.headers=We.concat(a,i);var s=[],u=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(u=u&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));var c,f=[];this.interceptors.response.forEach((function(e){f.push(e.fulfilled,e.rejected)}));var l,p=0;if(!u){var h=[Pt.bind(this),void 0];for(h.unshift.apply(h,s),h.push.apply(h,f),l=h.length,c=Promise.resolve(t);p0;)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},t((function(e,t,o){n.reason||(n.reason=new Ge(e,t,o),r(n.reason))}))}return y(e,[{key:"throwIfRequested",value:function(){if(this.reason)throw this.reason}},{key:"subscribe",value:function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}},{key:"unsubscribe",value:function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}}},{key:"toAbortSignal",value:function(){var e=this,t=new AbortController,r=function(e){t.abort(e)};return this.subscribe(r),t.signal.unsubscribe=function(){return e.unsubscribe(r)},t.signal}}],[{key:"source",value:function(){var t;return{token:new e((function(e){t=e})),cancel:t}}}]),e}(),qt=Dt;var It={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(It).forEach((function(e){var t=b(e,2),r=t[0],n=t[1];It[n]=r}));var Mt=It;var zt=function e(t){var r=new Bt(t),n=R(Bt.prototype.request,r);return he.extend(n,Bt.prototype,r,{allOwnKeys:!0}),he.extend(n,r,null,{allOwnKeys:!0}),n.create=function(r){return e(it(t,r))},n}(De);return zt.Axios=Bt,zt.CanceledError=Ge,zt.CancelToken=qt,zt.isCancel=Ve,zt.VERSION=Lt,zt.toFormData=Ee,zt.AxiosError=de,zt.Cancel=zt.CanceledError,zt.all=function(e){return Promise.all(e)},zt.spread=function(e){return function(t){return e.apply(null,t)}},zt.isAxiosError=function(e){return he.isObject(e)&&!0===e.isAxiosError},zt.mergeConfig=it,zt.AxiosHeaders=We,zt.formToJSON=function(e){return Fe(he.isHTMLForm(e)?new FormData(e):e)},zt.getAdapter=jt,zt.HttpStatusCode=Mt,zt.default=zt,zt})); +//# sourceMappingURL=axios.min.js.map diff --git a/server/node_modules/axios/dist/axios.min.js.map b/server/node_modules/axios/dist/axios.min.js.map new file mode 100644 index 000000000..1ee4c74c1 --- /dev/null +++ b/server/node_modules/axios/dist/axios.min.js.map @@ -0,0 +1 @@ +{"version":3,"file":"axios.min.js","sources":["../lib/helpers/bind.js","../lib/utils.js","../lib/core/AxiosError.js","../lib/helpers/toFormData.js","../lib/helpers/AxiosURLSearchParams.js","../lib/helpers/buildURL.js","../lib/core/InterceptorManager.js","../lib/defaults/transitional.js","../lib/platform/browser/index.js","../lib/platform/browser/classes/URLSearchParams.js","../lib/platform/browser/classes/FormData.js","../lib/platform/browser/classes/Blob.js","../lib/platform/common/utils.js","../lib/platform/index.js","../lib/helpers/formDataToJSON.js","../lib/defaults/index.js","../lib/helpers/toURLEncodedForm.js","../lib/helpers/parseHeaders.js","../lib/core/AxiosHeaders.js","../lib/core/transformData.js","../lib/cancel/isCancel.js","../lib/cancel/CanceledError.js","../lib/core/settle.js","../lib/helpers/speedometer.js","../lib/helpers/throttle.js","../lib/helpers/progressEventReducer.js","../lib/helpers/isURLSameOrigin.js","../lib/helpers/cookies.js","../lib/core/buildFullPath.js","../lib/helpers/isAbsoluteURL.js","../lib/helpers/combineURLs.js","../lib/core/mergeConfig.js","../lib/helpers/resolveConfig.js","../lib/adapters/fetch.js","../lib/adapters/xhr.js","../lib/helpers/parseProtocol.js","../lib/helpers/composeSignals.js","../lib/helpers/trackStream.js","../lib/adapters/adapters.js","../lib/helpers/null.js","../lib/core/dispatchRequest.js","../lib/env/data.js","../lib/helpers/validator.js","../lib/core/Axios.js","../lib/cancel/CancelToken.js","../lib/helpers/HttpStatusCode.js","../lib/axios.js","../lib/helpers/spread.js","../lib/helpers/isAxiosError.js"],"sourcesContent":["'use strict';\n\nexport default function bind(fn, thisArg) {\n return function wrap() {\n return fn.apply(thisArg, arguments);\n };\n}\n","'use strict';\n\nimport bind from './helpers/bind.js';\n\n// utils is a library of generic helper functions non-specific to axios\n\nconst {toString} = Object.prototype;\nconst {getPrototypeOf} = Object;\n\nconst kindOf = (cache => thing => {\n const str = toString.call(thing);\n return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());\n})(Object.create(null));\n\nconst kindOfTest = (type) => {\n type = type.toLowerCase();\n return (thing) => kindOf(thing) === type\n}\n\nconst typeOfTest = type => thing => typeof thing === type;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n *\n * @returns {boolean} True if value is an Array, otherwise false\n */\nconst {isArray} = Array;\n\n/**\n * Determine if a value is undefined\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nconst isUndefined = typeOfTest('undefined');\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nconst isArrayBuffer = kindOfTest('ArrayBuffer');\n\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n let result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a String, otherwise false\n */\nconst isString = typeOfTest('string');\n\n/**\n * Determine if a value is a Function\n *\n * @param {*} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nconst isFunction = typeOfTest('function');\n\n/**\n * Determine if a value is a Number\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Number, otherwise false\n */\nconst isNumber = typeOfTest('number');\n\n/**\n * Determine if a value is an Object\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an Object, otherwise false\n */\nconst isObject = (thing) => thing !== null && typeof thing === 'object';\n\n/**\n * Determine if a value is a Boolean\n *\n * @param {*} thing The value to test\n * @returns {boolean} True if value is a Boolean, otherwise false\n */\nconst isBoolean = thing => thing === true || thing === false;\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a plain Object, otherwise false\n */\nconst isPlainObject = (val) => {\n if (kindOf(val) !== 'object') {\n return false;\n }\n\n const prototype = getPrototypeOf(val);\n return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Date, otherwise false\n */\nconst isDate = kindOfTest('Date');\n\n/**\n * Determine if a value is a File\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFile = kindOfTest('File');\n\n/**\n * Determine if a value is a Blob\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nconst isBlob = kindOfTest('Blob');\n\n/**\n * Determine if a value is a FileList\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFileList = kindOfTest('FileList');\n\n/**\n * Determine if a value is a Stream\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nconst isStream = (val) => isObject(val) && isFunction(val.pipe);\n\n/**\n * Determine if a value is a FormData\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nconst isFormData = (thing) => {\n let kind;\n return thing && (\n (typeof FormData === 'function' && thing instanceof FormData) || (\n isFunction(thing.append) && (\n (kind = kindOf(thing)) === 'formdata' ||\n // detect form-data instance\n (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')\n )\n )\n )\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nconst isURLSearchParams = kindOfTest('URLSearchParams');\n\nconst [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest);\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n *\n * @returns {String} The String freed of excess whitespace\n */\nconst trim = (str) => str.trim ?\n str.trim() : str.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g, '');\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n *\n * @param {Boolean} [allOwnKeys = false]\n * @returns {any}\n */\nfunction forEach(obj, fn, {allOwnKeys = false} = {}) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n let i;\n let l;\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);\n const len = keys.length;\n let key;\n\n for (i = 0; i < len; i++) {\n key = keys[i];\n fn.call(null, obj[key], key, obj);\n }\n }\n}\n\nfunction findKey(obj, key) {\n key = key.toLowerCase();\n const keys = Object.keys(obj);\n let i = keys.length;\n let _key;\n while (i-- > 0) {\n _key = keys[i];\n if (key === _key.toLowerCase()) {\n return _key;\n }\n }\n return null;\n}\n\nconst _global = (() => {\n /*eslint no-undef:0*/\n if (typeof globalThis !== \"undefined\") return globalThis;\n return typeof self !== \"undefined\" ? self : (typeof window !== 'undefined' ? window : global)\n})();\n\nconst isContextDefined = (context) => !isUndefined(context) && context !== _global;\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n *\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n const {caseless} = isContextDefined(this) && this || {};\n const result = {};\n const assignValue = (val, key) => {\n const targetKey = caseless && findKey(result, key) || key;\n if (isPlainObject(result[targetKey]) && isPlainObject(val)) {\n result[targetKey] = merge(result[targetKey], val);\n } else if (isPlainObject(val)) {\n result[targetKey] = merge({}, val);\n } else if (isArray(val)) {\n result[targetKey] = val.slice();\n } else {\n result[targetKey] = val;\n }\n }\n\n for (let i = 0, l = arguments.length; i < l; i++) {\n arguments[i] && forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n *\n * @param {Boolean} [allOwnKeys]\n * @returns {Object} The resulting value of object a\n */\nconst extend = (a, b, thisArg, {allOwnKeys}= {}) => {\n forEach(b, (val, key) => {\n if (thisArg && isFunction(val)) {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n }, {allOwnKeys});\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n *\n * @returns {string} content value without BOM\n */\nconst stripBOM = (content) => {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\n/**\n * Inherit the prototype methods from one constructor into another\n * @param {function} constructor\n * @param {function} superConstructor\n * @param {object} [props]\n * @param {object} [descriptors]\n *\n * @returns {void}\n */\nconst inherits = (constructor, superConstructor, props, descriptors) => {\n constructor.prototype = Object.create(superConstructor.prototype, descriptors);\n constructor.prototype.constructor = constructor;\n Object.defineProperty(constructor, 'super', {\n value: superConstructor.prototype\n });\n props && Object.assign(constructor.prototype, props);\n}\n\n/**\n * Resolve object with deep prototype chain to a flat object\n * @param {Object} sourceObj source object\n * @param {Object} [destObj]\n * @param {Function|Boolean} [filter]\n * @param {Function} [propFilter]\n *\n * @returns {Object}\n */\nconst toFlatObject = (sourceObj, destObj, filter, propFilter) => {\n let props;\n let i;\n let prop;\n const merged = {};\n\n destObj = destObj || {};\n // eslint-disable-next-line no-eq-null,eqeqeq\n if (sourceObj == null) return destObj;\n\n do {\n props = Object.getOwnPropertyNames(sourceObj);\n i = props.length;\n while (i-- > 0) {\n prop = props[i];\n if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {\n destObj[prop] = sourceObj[prop];\n merged[prop] = true;\n }\n }\n sourceObj = filter !== false && getPrototypeOf(sourceObj);\n } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);\n\n return destObj;\n}\n\n/**\n * Determines whether a string ends with the characters of a specified string\n *\n * @param {String} str\n * @param {String} searchString\n * @param {Number} [position= 0]\n *\n * @returns {boolean}\n */\nconst endsWith = (str, searchString, position) => {\n str = String(str);\n if (position === undefined || position > str.length) {\n position = str.length;\n }\n position -= searchString.length;\n const lastIndex = str.indexOf(searchString, position);\n return lastIndex !== -1 && lastIndex === position;\n}\n\n\n/**\n * Returns new array from array like object or null if failed\n *\n * @param {*} [thing]\n *\n * @returns {?Array}\n */\nconst toArray = (thing) => {\n if (!thing) return null;\n if (isArray(thing)) return thing;\n let i = thing.length;\n if (!isNumber(i)) return null;\n const arr = new Array(i);\n while (i-- > 0) {\n arr[i] = thing[i];\n }\n return arr;\n}\n\n/**\n * Checking if the Uint8Array exists and if it does, it returns a function that checks if the\n * thing passed in is an instance of Uint8Array\n *\n * @param {TypedArray}\n *\n * @returns {Array}\n */\n// eslint-disable-next-line func-names\nconst isTypedArray = (TypedArray => {\n // eslint-disable-next-line func-names\n return thing => {\n return TypedArray && thing instanceof TypedArray;\n };\n})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));\n\n/**\n * For each entry in the object, call the function with the key and value.\n *\n * @param {Object} obj - The object to iterate over.\n * @param {Function} fn - The function to call for each entry.\n *\n * @returns {void}\n */\nconst forEachEntry = (obj, fn) => {\n const generator = obj && obj[Symbol.iterator];\n\n const iterator = generator.call(obj);\n\n let result;\n\n while ((result = iterator.next()) && !result.done) {\n const pair = result.value;\n fn.call(obj, pair[0], pair[1]);\n }\n}\n\n/**\n * It takes a regular expression and a string, and returns an array of all the matches\n *\n * @param {string} regExp - The regular expression to match against.\n * @param {string} str - The string to search.\n *\n * @returns {Array}\n */\nconst matchAll = (regExp, str) => {\n let matches;\n const arr = [];\n\n while ((matches = regExp.exec(str)) !== null) {\n arr.push(matches);\n }\n\n return arr;\n}\n\n/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */\nconst isHTMLForm = kindOfTest('HTMLFormElement');\n\nconst toCamelCase = str => {\n return str.toLowerCase().replace(/[-_\\s]([a-z\\d])(\\w*)/g,\n function replacer(m, p1, p2) {\n return p1.toUpperCase() + p2;\n }\n );\n};\n\n/* Creating a function that will check if an object has a property. */\nconst hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);\n\n/**\n * Determine if a value is a RegExp object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a RegExp object, otherwise false\n */\nconst isRegExp = kindOfTest('RegExp');\n\nconst reduceDescriptors = (obj, reducer) => {\n const descriptors = Object.getOwnPropertyDescriptors(obj);\n const reducedDescriptors = {};\n\n forEach(descriptors, (descriptor, name) => {\n let ret;\n if ((ret = reducer(descriptor, name, obj)) !== false) {\n reducedDescriptors[name] = ret || descriptor;\n }\n });\n\n Object.defineProperties(obj, reducedDescriptors);\n}\n\n/**\n * Makes all methods read-only\n * @param {Object} obj\n */\n\nconst freezeMethods = (obj) => {\n reduceDescriptors(obj, (descriptor, name) => {\n // skip restricted props in strict mode\n if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {\n return false;\n }\n\n const value = obj[name];\n\n if (!isFunction(value)) return;\n\n descriptor.enumerable = false;\n\n if ('writable' in descriptor) {\n descriptor.writable = false;\n return;\n }\n\n if (!descriptor.set) {\n descriptor.set = () => {\n throw Error('Can not rewrite read-only method \\'' + name + '\\'');\n };\n }\n });\n}\n\nconst toObjectSet = (arrayOrString, delimiter) => {\n const obj = {};\n\n const define = (arr) => {\n arr.forEach(value => {\n obj[value] = true;\n });\n }\n\n isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));\n\n return obj;\n}\n\nconst noop = () => {}\n\nconst toFiniteNumber = (value, defaultValue) => {\n return value != null && Number.isFinite(value = +value) ? value : defaultValue;\n}\n\n/**\n * If the thing is a FormData object, return true, otherwise return false.\n *\n * @param {unknown} thing - The thing to check.\n *\n * @returns {boolean}\n */\nfunction isSpecCompliantForm(thing) {\n return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);\n}\n\nconst toJSONObject = (obj) => {\n const stack = new Array(10);\n\n const visit = (source, i) => {\n\n if (isObject(source)) {\n if (stack.indexOf(source) >= 0) {\n return;\n }\n\n if(!('toJSON' in source)) {\n stack[i] = source;\n const target = isArray(source) ? [] : {};\n\n forEach(source, (value, key) => {\n const reducedValue = visit(value, i + 1);\n !isUndefined(reducedValue) && (target[key] = reducedValue);\n });\n\n stack[i] = undefined;\n\n return target;\n }\n }\n\n return source;\n }\n\n return visit(obj, 0);\n}\n\nconst isAsyncFn = kindOfTest('AsyncFunction');\n\nconst isThenable = (thing) =>\n thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);\n\n// original code\n// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34\n\nconst _setImmediate = ((setImmediateSupported, postMessageSupported) => {\n if (setImmediateSupported) {\n return setImmediate;\n }\n\n return postMessageSupported ? ((token, callbacks) => {\n _global.addEventListener(\"message\", ({source, data}) => {\n if (source === _global && data === token) {\n callbacks.length && callbacks.shift()();\n }\n }, false);\n\n return (cb) => {\n callbacks.push(cb);\n _global.postMessage(token, \"*\");\n }\n })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);\n})(\n typeof setImmediate === 'function',\n isFunction(_global.postMessage)\n);\n\nconst asap = typeof queueMicrotask !== 'undefined' ?\n queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate);\n\n// *********************\n\nexport default {\n isArray,\n isArrayBuffer,\n isBuffer,\n isFormData,\n isArrayBufferView,\n isString,\n isNumber,\n isBoolean,\n isObject,\n isPlainObject,\n isReadableStream,\n isRequest,\n isResponse,\n isHeaders,\n isUndefined,\n isDate,\n isFile,\n isBlob,\n isRegExp,\n isFunction,\n isStream,\n isURLSearchParams,\n isTypedArray,\n isFileList,\n forEach,\n merge,\n extend,\n trim,\n stripBOM,\n inherits,\n toFlatObject,\n kindOf,\n kindOfTest,\n endsWith,\n toArray,\n forEachEntry,\n matchAll,\n isHTMLForm,\n hasOwnProperty,\n hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection\n reduceDescriptors,\n freezeMethods,\n toObjectSet,\n toCamelCase,\n noop,\n toFiniteNumber,\n findKey,\n global: _global,\n isContextDefined,\n isSpecCompliantForm,\n toJSONObject,\n isAsyncFn,\n isThenable,\n setImmediate: _setImmediate,\n asap\n};\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [config] The config.\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n *\n * @returns {Error} The created error.\n */\nfunction AxiosError(message, code, config, request, response) {\n Error.call(this);\n\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, this.constructor);\n } else {\n this.stack = (new Error()).stack;\n }\n\n this.message = message;\n this.name = 'AxiosError';\n code && (this.code = code);\n config && (this.config = config);\n request && (this.request = request);\n if (response) {\n this.response = response;\n this.status = response.status ? response.status : null;\n }\n}\n\nutils.inherits(AxiosError, Error, {\n toJSON: function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: utils.toJSONObject(this.config),\n code: this.code,\n status: this.status\n };\n }\n});\n\nconst prototype = AxiosError.prototype;\nconst descriptors = {};\n\n[\n 'ERR_BAD_OPTION_VALUE',\n 'ERR_BAD_OPTION',\n 'ECONNABORTED',\n 'ETIMEDOUT',\n 'ERR_NETWORK',\n 'ERR_FR_TOO_MANY_REDIRECTS',\n 'ERR_DEPRECATED',\n 'ERR_BAD_RESPONSE',\n 'ERR_BAD_REQUEST',\n 'ERR_CANCELED',\n 'ERR_NOT_SUPPORT',\n 'ERR_INVALID_URL'\n// eslint-disable-next-line func-names\n].forEach(code => {\n descriptors[code] = {value: code};\n});\n\nObject.defineProperties(AxiosError, descriptors);\nObject.defineProperty(prototype, 'isAxiosError', {value: true});\n\n// eslint-disable-next-line func-names\nAxiosError.from = (error, code, config, request, response, customProps) => {\n const axiosError = Object.create(prototype);\n\n utils.toFlatObject(error, axiosError, function filter(obj) {\n return obj !== Error.prototype;\n }, prop => {\n return prop !== 'isAxiosError';\n });\n\n AxiosError.call(axiosError, error.message, code, config, request, response);\n\n axiosError.cause = error;\n\n axiosError.name = error.name;\n\n customProps && Object.assign(axiosError, customProps);\n\n return axiosError;\n};\n\nexport default AxiosError;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\n// temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored\nimport PlatformFormData from '../platform/node/classes/FormData.js';\n\n/**\n * Determines if the given thing is a array or js object.\n *\n * @param {string} thing - The object or array to be visited.\n *\n * @returns {boolean}\n */\nfunction isVisitable(thing) {\n return utils.isPlainObject(thing) || utils.isArray(thing);\n}\n\n/**\n * It removes the brackets from the end of a string\n *\n * @param {string} key - The key of the parameter.\n *\n * @returns {string} the key without the brackets.\n */\nfunction removeBrackets(key) {\n return utils.endsWith(key, '[]') ? key.slice(0, -2) : key;\n}\n\n/**\n * It takes a path, a key, and a boolean, and returns a string\n *\n * @param {string} path - The path to the current key.\n * @param {string} key - The key of the current object being iterated over.\n * @param {string} dots - If true, the key will be rendered with dots instead of brackets.\n *\n * @returns {string} The path to the current key.\n */\nfunction renderKey(path, key, dots) {\n if (!path) return key;\n return path.concat(key).map(function each(token, i) {\n // eslint-disable-next-line no-param-reassign\n token = removeBrackets(token);\n return !dots && i ? '[' + token + ']' : token;\n }).join(dots ? '.' : '');\n}\n\n/**\n * If the array is an array and none of its elements are visitable, then it's a flat array.\n *\n * @param {Array} arr - The array to check\n *\n * @returns {boolean}\n */\nfunction isFlatArray(arr) {\n return utils.isArray(arr) && !arr.some(isVisitable);\n}\n\nconst predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {\n return /^is[A-Z]/.test(prop);\n});\n\n/**\n * Convert a data object to FormData\n *\n * @param {Object} obj\n * @param {?Object} [formData]\n * @param {?Object} [options]\n * @param {Function} [options.visitor]\n * @param {Boolean} [options.metaTokens = true]\n * @param {Boolean} [options.dots = false]\n * @param {?Boolean} [options.indexes = false]\n *\n * @returns {Object}\n **/\n\n/**\n * It converts an object into a FormData object\n *\n * @param {Object} obj - The object to convert to form data.\n * @param {string} formData - The FormData object to append to.\n * @param {Object} options\n *\n * @returns\n */\nfunction toFormData(obj, formData, options) {\n if (!utils.isObject(obj)) {\n throw new TypeError('target must be an object');\n }\n\n // eslint-disable-next-line no-param-reassign\n formData = formData || new (PlatformFormData || FormData)();\n\n // eslint-disable-next-line no-param-reassign\n options = utils.toFlatObject(options, {\n metaTokens: true,\n dots: false,\n indexes: false\n }, false, function defined(option, source) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n return !utils.isUndefined(source[option]);\n });\n\n const metaTokens = options.metaTokens;\n // eslint-disable-next-line no-use-before-define\n const visitor = options.visitor || defaultVisitor;\n const dots = options.dots;\n const indexes = options.indexes;\n const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;\n const useBlob = _Blob && utils.isSpecCompliantForm(formData);\n\n if (!utils.isFunction(visitor)) {\n throw new TypeError('visitor must be a function');\n }\n\n function convertValue(value) {\n if (value === null) return '';\n\n if (utils.isDate(value)) {\n return value.toISOString();\n }\n\n if (!useBlob && utils.isBlob(value)) {\n throw new AxiosError('Blob is not supported. Use a Buffer instead.');\n }\n\n if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {\n return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);\n }\n\n return value;\n }\n\n /**\n * Default visitor.\n *\n * @param {*} value\n * @param {String|Number} key\n * @param {Array} path\n * @this {FormData}\n *\n * @returns {boolean} return true to visit the each prop of the value recursively\n */\n function defaultVisitor(value, key, path) {\n let arr = value;\n\n if (value && !path && typeof value === 'object') {\n if (utils.endsWith(key, '{}')) {\n // eslint-disable-next-line no-param-reassign\n key = metaTokens ? key : key.slice(0, -2);\n // eslint-disable-next-line no-param-reassign\n value = JSON.stringify(value);\n } else if (\n (utils.isArray(value) && isFlatArray(value)) ||\n ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value))\n )) {\n // eslint-disable-next-line no-param-reassign\n key = removeBrackets(key);\n\n arr.forEach(function each(el, index) {\n !(utils.isUndefined(el) || el === null) && formData.append(\n // eslint-disable-next-line no-nested-ternary\n indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),\n convertValue(el)\n );\n });\n return false;\n }\n }\n\n if (isVisitable(value)) {\n return true;\n }\n\n formData.append(renderKey(path, key, dots), convertValue(value));\n\n return false;\n }\n\n const stack = [];\n\n const exposedHelpers = Object.assign(predicates, {\n defaultVisitor,\n convertValue,\n isVisitable\n });\n\n function build(value, path) {\n if (utils.isUndefined(value)) return;\n\n if (stack.indexOf(value) !== -1) {\n throw Error('Circular reference detected in ' + path.join('.'));\n }\n\n stack.push(value);\n\n utils.forEach(value, function each(el, key) {\n const result = !(utils.isUndefined(el) || el === null) && visitor.call(\n formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers\n );\n\n if (result === true) {\n build(el, path ? path.concat(key) : [key]);\n }\n });\n\n stack.pop();\n }\n\n if (!utils.isObject(obj)) {\n throw new TypeError('data must be an object');\n }\n\n build(obj);\n\n return formData;\n}\n\nexport default toFormData;\n","'use strict';\n\nimport toFormData from './toFormData.js';\n\n/**\n * It encodes a string by replacing all characters that are not in the unreserved set with\n * their percent-encoded equivalents\n *\n * @param {string} str - The string to encode.\n *\n * @returns {string} The encoded string.\n */\nfunction encode(str) {\n const charMap = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+',\n '%00': '\\x00'\n };\n return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {\n return charMap[match];\n });\n}\n\n/**\n * It takes a params object and converts it to a FormData object\n *\n * @param {Object} params - The parameters to be converted to a FormData object.\n * @param {Object} options - The options object passed to the Axios constructor.\n *\n * @returns {void}\n */\nfunction AxiosURLSearchParams(params, options) {\n this._pairs = [];\n\n params && toFormData(params, this, options);\n}\n\nconst prototype = AxiosURLSearchParams.prototype;\n\nprototype.append = function append(name, value) {\n this._pairs.push([name, value]);\n};\n\nprototype.toString = function toString(encoder) {\n const _encode = encoder ? function(value) {\n return encoder.call(this, value, encode);\n } : encode;\n\n return this._pairs.map(function each(pair) {\n return _encode(pair[0]) + '=' + _encode(pair[1]);\n }, '').join('&');\n};\n\nexport default AxiosURLSearchParams;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';\n\n/**\n * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their\n * URI encoded counterparts\n *\n * @param {string} val The value to be encoded.\n *\n * @returns {string} The encoded value.\n */\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @param {?(object|Function)} options\n *\n * @returns {string} The formatted url\n */\nexport default function buildURL(url, params, options) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n \n const _encode = options && options.encode || encode;\n\n if (utils.isFunction(options)) {\n options = {\n serialize: options\n };\n } \n\n const serializeFn = options && options.serialize;\n\n let serializedParams;\n\n if (serializeFn) {\n serializedParams = serializeFn(params, options);\n } else {\n serializedParams = utils.isURLSearchParams(params) ?\n params.toString() :\n new AxiosURLSearchParams(params, options).toString(_encode);\n }\n\n if (serializedParams) {\n const hashmarkIndex = url.indexOf(\"#\");\n\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\nclass InterceptorManager {\n constructor() {\n this.handlers = [];\n }\n\n /**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\n use(fulfilled, rejected, options) {\n this.handlers.push({\n fulfilled,\n rejected,\n synchronous: options ? options.synchronous : false,\n runWhen: options ? options.runWhen : null\n });\n return this.handlers.length - 1;\n }\n\n /**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n *\n * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise\n */\n eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n }\n\n /**\n * Clear all interceptors from the stack\n *\n * @returns {void}\n */\n clear() {\n if (this.handlers) {\n this.handlers = [];\n }\n }\n\n /**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n *\n * @returns {void}\n */\n forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n }\n}\n\nexport default InterceptorManager;\n","'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};\n","import URLSearchParams from './classes/URLSearchParams.js'\nimport FormData from './classes/FormData.js'\nimport Blob from './classes/Blob.js'\n\nexport default {\n isBrowser: true,\n classes: {\n URLSearchParams,\n FormData,\n Blob\n },\n protocols: ['http', 'https', 'file', 'blob', 'url', 'data']\n};\n","'use strict';\n\nimport AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';\nexport default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;\n","'use strict';\n\nexport default typeof FormData !== 'undefined' ? FormData : null;\n","'use strict'\n\nexport default typeof Blob !== 'undefined' ? Blob : null\n","const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';\n\nconst _navigator = typeof navigator === 'object' && navigator || undefined;\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n *\n * @returns {boolean}\n */\nconst hasStandardBrowserEnv = hasBrowserEnv &&\n (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);\n\n/**\n * Determine if we're running in a standard browser webWorker environment\n *\n * Although the `isStandardBrowserEnv` method indicates that\n * `allows axios to run in a web worker`, the WebWorker will still be\n * filtered out due to its judgment standard\n * `typeof window !== 'undefined' && typeof document !== 'undefined'`.\n * This leads to a problem when axios post `FormData` in webWorker\n */\nconst hasStandardBrowserWebWorkerEnv = (() => {\n return (\n typeof WorkerGlobalScope !== 'undefined' &&\n // eslint-disable-next-line no-undef\n self instanceof WorkerGlobalScope &&\n typeof self.importScripts === 'function'\n );\n})();\n\nconst origin = hasBrowserEnv && window.location.href || 'http://localhost';\n\nexport {\n hasBrowserEnv,\n hasStandardBrowserWebWorkerEnv,\n hasStandardBrowserEnv,\n _navigator as navigator,\n origin\n}\n","import platform from './node/index.js';\nimport * as utils from './common/utils.js';\n\nexport default {\n ...utils,\n ...platform\n}\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']\n *\n * @param {string} name - The name of the property to get.\n *\n * @returns An array of strings.\n */\nfunction parsePropPath(name) {\n // foo[x][y][z]\n // foo.x.y.z\n // foo-x-y-z\n // foo x y z\n return utils.matchAll(/\\w+|\\[(\\w*)]/g, name).map(match => {\n return match[0] === '[]' ? '' : match[1] || match[0];\n });\n}\n\n/**\n * Convert an array to an object.\n *\n * @param {Array} arr - The array to convert to an object.\n *\n * @returns An object with the same keys and values as the array.\n */\nfunction arrayToObject(arr) {\n const obj = {};\n const keys = Object.keys(arr);\n let i;\n const len = keys.length;\n let key;\n for (i = 0; i < len; i++) {\n key = keys[i];\n obj[key] = arr[key];\n }\n return obj;\n}\n\n/**\n * It takes a FormData object and returns a JavaScript object\n *\n * @param {string} formData The FormData object to convert to JSON.\n *\n * @returns {Object | null} The converted object.\n */\nfunction formDataToJSON(formData) {\n function buildPath(path, value, target, index) {\n let name = path[index++];\n\n if (name === '__proto__') return true;\n\n const isNumericKey = Number.isFinite(+name);\n const isLast = index >= path.length;\n name = !name && utils.isArray(target) ? target.length : name;\n\n if (isLast) {\n if (utils.hasOwnProp(target, name)) {\n target[name] = [target[name], value];\n } else {\n target[name] = value;\n }\n\n return !isNumericKey;\n }\n\n if (!target[name] || !utils.isObject(target[name])) {\n target[name] = [];\n }\n\n const result = buildPath(path, value, target[name], index);\n\n if (result && utils.isArray(target[name])) {\n target[name] = arrayToObject(target[name]);\n }\n\n return !isNumericKey;\n }\n\n if (utils.isFormData(formData) && utils.isFunction(formData.entries)) {\n const obj = {};\n\n utils.forEachEntry(formData, (name, value) => {\n buildPath(parsePropPath(name), value, obj, 0);\n });\n\n return obj;\n }\n\n return null;\n}\n\nexport default formDataToJSON;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\nimport transitionalDefaults from './transitional.js';\nimport toFormData from '../helpers/toFormData.js';\nimport toURLEncodedForm from '../helpers/toURLEncodedForm.js';\nimport platform from '../platform/index.js';\nimport formDataToJSON from '../helpers/formDataToJSON.js';\n\n/**\n * It takes a string, tries to parse it, and if it fails, it returns the stringified version\n * of the input\n *\n * @param {any} rawValue - The value to be stringified.\n * @param {Function} parser - A function that parses a string into a JavaScript object.\n * @param {Function} encoder - A function that takes a value and returns a string.\n *\n * @returns {string} A stringified version of the rawValue.\n */\nfunction stringifySafely(rawValue, parser, encoder) {\n if (utils.isString(rawValue)) {\n try {\n (parser || JSON.parse)(rawValue);\n return utils.trim(rawValue);\n } catch (e) {\n if (e.name !== 'SyntaxError') {\n throw e;\n }\n }\n }\n\n return (encoder || JSON.stringify)(rawValue);\n}\n\nconst defaults = {\n\n transitional: transitionalDefaults,\n\n adapter: ['xhr', 'http', 'fetch'],\n\n transformRequest: [function transformRequest(data, headers) {\n const contentType = headers.getContentType() || '';\n const hasJSONContentType = contentType.indexOf('application/json') > -1;\n const isObjectPayload = utils.isObject(data);\n\n if (isObjectPayload && utils.isHTMLForm(data)) {\n data = new FormData(data);\n }\n\n const isFormData = utils.isFormData(data);\n\n if (isFormData) {\n return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;\n }\n\n if (utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data) ||\n utils.isReadableStream(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);\n return data.toString();\n }\n\n let isFileList;\n\n if (isObjectPayload) {\n if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {\n return toURLEncodedForm(data, this.formSerializer).toString();\n }\n\n if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {\n const _FormData = this.env && this.env.FormData;\n\n return toFormData(\n isFileList ? {'files[]': data} : data,\n _FormData && new _FormData(),\n this.formSerializer\n );\n }\n }\n\n if (isObjectPayload || hasJSONContentType ) {\n headers.setContentType('application/json', false);\n return stringifySafely(data);\n }\n\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n const transitional = this.transitional || defaults.transitional;\n const forcedJSONParsing = transitional && transitional.forcedJSONParsing;\n const JSONRequested = this.responseType === 'json';\n\n if (utils.isResponse(data) || utils.isReadableStream(data)) {\n return data;\n }\n\n if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {\n const silentJSONParsing = transitional && transitional.silentJSONParsing;\n const strictJSONParsing = !silentJSONParsing && JSONRequested;\n\n try {\n return JSON.parse(data);\n } catch (e) {\n if (strictJSONParsing) {\n if (e.name === 'SyntaxError') {\n throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);\n }\n throw e;\n }\n }\n }\n\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n env: {\n FormData: platform.classes.FormData,\n Blob: platform.classes.Blob\n },\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n },\n\n headers: {\n common: {\n 'Accept': 'application/json, text/plain, */*',\n 'Content-Type': undefined\n }\n }\n};\n\nutils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {\n defaults.headers[method] = {};\n});\n\nexport default defaults;\n","'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\n\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function(value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n// RawAxiosHeaders whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nconst ignoreDuplicateOf = utils.toObjectSet([\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n]);\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} rawHeaders Headers needing to be parsed\n *\n * @returns {Object} Headers parsed into an object\n */\nexport default rawHeaders => {\n const parsed = {};\n let key;\n let val;\n let i;\n\n rawHeaders && rawHeaders.split('\\n').forEach(function parser(line) {\n i = line.indexOf(':');\n key = line.substring(0, i).trim().toLowerCase();\n val = line.substring(i + 1).trim();\n\n if (!key || (parsed[key] && ignoreDuplicateOf[key])) {\n return;\n }\n\n if (key === 'set-cookie') {\n if (parsed[key]) {\n parsed[key].push(val);\n } else {\n parsed[key] = [val];\n }\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nimport utils from '../utils.js';\nimport parseHeaders from '../helpers/parseHeaders.js';\n\nconst $internals = Symbol('internals');\n\nfunction normalizeHeader(header) {\n return header && String(header).trim().toLowerCase();\n}\n\nfunction normalizeValue(value) {\n if (value === false || value == null) {\n return value;\n }\n\n return utils.isArray(value) ? value.map(normalizeValue) : String(value);\n}\n\nfunction parseTokens(str) {\n const tokens = Object.create(null);\n const tokensRE = /([^\\s,;=]+)\\s*(?:=\\s*([^,;]+))?/g;\n let match;\n\n while ((match = tokensRE.exec(str))) {\n tokens[match[1]] = match[2];\n }\n\n return tokens;\n}\n\nconst isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());\n\nfunction matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {\n if (utils.isFunction(filter)) {\n return filter.call(this, value, header);\n }\n\n if (isHeaderNameFilter) {\n value = header;\n }\n\n if (!utils.isString(value)) return;\n\n if (utils.isString(filter)) {\n return value.indexOf(filter) !== -1;\n }\n\n if (utils.isRegExp(filter)) {\n return filter.test(value);\n }\n}\n\nfunction formatHeader(header) {\n return header.trim()\n .toLowerCase().replace(/([a-z\\d])(\\w*)/g, (w, char, str) => {\n return char.toUpperCase() + str;\n });\n}\n\nfunction buildAccessors(obj, header) {\n const accessorName = utils.toCamelCase(' ' + header);\n\n ['get', 'set', 'has'].forEach(methodName => {\n Object.defineProperty(obj, methodName + accessorName, {\n value: function(arg1, arg2, arg3) {\n return this[methodName].call(this, header, arg1, arg2, arg3);\n },\n configurable: true\n });\n });\n}\n\nclass AxiosHeaders {\n constructor(headers) {\n headers && this.set(headers);\n }\n\n set(header, valueOrRewrite, rewrite) {\n const self = this;\n\n function setHeader(_value, _header, _rewrite) {\n const lHeader = normalizeHeader(_header);\n\n if (!lHeader) {\n throw new Error('header name must be a non-empty string');\n }\n\n const key = utils.findKey(self, lHeader);\n\n if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {\n self[key || _header] = normalizeValue(_value);\n }\n }\n\n const setHeaders = (headers, _rewrite) =>\n utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));\n\n if (utils.isPlainObject(header) || header instanceof this.constructor) {\n setHeaders(header, valueOrRewrite)\n } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {\n setHeaders(parseHeaders(header), valueOrRewrite);\n } else if (utils.isHeaders(header)) {\n for (const [key, value] of header.entries()) {\n setHeader(value, key, rewrite);\n }\n } else {\n header != null && setHeader(valueOrRewrite, header, rewrite);\n }\n\n return this;\n }\n\n get(header, parser) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n if (key) {\n const value = this[key];\n\n if (!parser) {\n return value;\n }\n\n if (parser === true) {\n return parseTokens(value);\n }\n\n if (utils.isFunction(parser)) {\n return parser.call(this, value, key);\n }\n\n if (utils.isRegExp(parser)) {\n return parser.exec(value);\n }\n\n throw new TypeError('parser must be boolean|regexp|function');\n }\n }\n }\n\n has(header, matcher) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));\n }\n\n return false;\n }\n\n delete(header, matcher) {\n const self = this;\n let deleted = false;\n\n function deleteHeader(_header) {\n _header = normalizeHeader(_header);\n\n if (_header) {\n const key = utils.findKey(self, _header);\n\n if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {\n delete self[key];\n\n deleted = true;\n }\n }\n }\n\n if (utils.isArray(header)) {\n header.forEach(deleteHeader);\n } else {\n deleteHeader(header);\n }\n\n return deleted;\n }\n\n clear(matcher) {\n const keys = Object.keys(this);\n let i = keys.length;\n let deleted = false;\n\n while (i--) {\n const key = keys[i];\n if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {\n delete this[key];\n deleted = true;\n }\n }\n\n return deleted;\n }\n\n normalize(format) {\n const self = this;\n const headers = {};\n\n utils.forEach(this, (value, header) => {\n const key = utils.findKey(headers, header);\n\n if (key) {\n self[key] = normalizeValue(value);\n delete self[header];\n return;\n }\n\n const normalized = format ? formatHeader(header) : String(header).trim();\n\n if (normalized !== header) {\n delete self[header];\n }\n\n self[normalized] = normalizeValue(value);\n\n headers[normalized] = true;\n });\n\n return this;\n }\n\n concat(...targets) {\n return this.constructor.concat(this, ...targets);\n }\n\n toJSON(asStrings) {\n const obj = Object.create(null);\n\n utils.forEach(this, (value, header) => {\n value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);\n });\n\n return obj;\n }\n\n [Symbol.iterator]() {\n return Object.entries(this.toJSON())[Symbol.iterator]();\n }\n\n toString() {\n return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\\n');\n }\n\n get [Symbol.toStringTag]() {\n return 'AxiosHeaders';\n }\n\n static from(thing) {\n return thing instanceof this ? thing : new this(thing);\n }\n\n static concat(first, ...targets) {\n const computed = new this(first);\n\n targets.forEach((target) => computed.set(target));\n\n return computed;\n }\n\n static accessor(header) {\n const internals = this[$internals] = (this[$internals] = {\n accessors: {}\n });\n\n const accessors = internals.accessors;\n const prototype = this.prototype;\n\n function defineAccessor(_header) {\n const lHeader = normalizeHeader(_header);\n\n if (!accessors[lHeader]) {\n buildAccessors(prototype, _header);\n accessors[lHeader] = true;\n }\n }\n\n utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);\n\n return this;\n }\n}\n\nAxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);\n\n// reserved names hotfix\nutils.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {\n let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`\n return {\n get: () => value,\n set(headerValue) {\n this[mapped] = headerValue;\n }\n }\n});\n\nutils.freezeMethods(AxiosHeaders);\n\nexport default AxiosHeaders;\n","'use strict';\n\nimport utils from './../utils.js';\nimport defaults from '../defaults/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Array|Function} fns A single function or Array of functions\n * @param {?Object} response The response object\n *\n * @returns {*} The resulting transformed data\n */\nexport default function transformData(fns, response) {\n const config = this || defaults;\n const context = response || config;\n const headers = AxiosHeaders.from(context.headers);\n let data = context.data;\n\n utils.forEach(fns, function transform(fn) {\n data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);\n });\n\n headers.normalize();\n\n return data;\n}\n","'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}\n","'use strict';\n\nimport AxiosError from '../core/AxiosError.js';\nimport utils from '../utils.js';\n\n/**\n * A `CanceledError` is an object that is thrown when an operation is canceled.\n *\n * @param {string=} message The message.\n * @param {Object=} config The config.\n * @param {Object=} request The request.\n *\n * @returns {CanceledError} The created error.\n */\nfunction CanceledError(message, config, request) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);\n this.name = 'CanceledError';\n}\n\nutils.inherits(CanceledError, AxiosError, {\n __CANCEL__: true\n});\n\nexport default CanceledError;\n","'use strict';\n\nimport AxiosError from './AxiosError.js';\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n *\n * @returns {object} The response.\n */\nexport default function settle(resolve, reject, response) {\n const validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(new AxiosError(\n 'Request failed with status code ' + response.status,\n [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],\n response.config,\n response.request,\n response\n ));\n }\n}\n","'use strict';\n\n/**\n * Calculate data maxRate\n * @param {Number} [samplesCount= 10]\n * @param {Number} [min= 1000]\n * @returns {Function}\n */\nfunction speedometer(samplesCount, min) {\n samplesCount = samplesCount || 10;\n const bytes = new Array(samplesCount);\n const timestamps = new Array(samplesCount);\n let head = 0;\n let tail = 0;\n let firstSampleTS;\n\n min = min !== undefined ? min : 1000;\n\n return function push(chunkLength) {\n const now = Date.now();\n\n const startedAt = timestamps[tail];\n\n if (!firstSampleTS) {\n firstSampleTS = now;\n }\n\n bytes[head] = chunkLength;\n timestamps[head] = now;\n\n let i = tail;\n let bytesCount = 0;\n\n while (i !== head) {\n bytesCount += bytes[i++];\n i = i % samplesCount;\n }\n\n head = (head + 1) % samplesCount;\n\n if (head === tail) {\n tail = (tail + 1) % samplesCount;\n }\n\n if (now - firstSampleTS < min) {\n return;\n }\n\n const passed = startedAt && now - startedAt;\n\n return passed ? Math.round(bytesCount * 1000 / passed) : undefined;\n };\n}\n\nexport default speedometer;\n","/**\n * Throttle decorator\n * @param {Function} fn\n * @param {Number} freq\n * @return {Function}\n */\nfunction throttle(fn, freq) {\n let timestamp = 0;\n let threshold = 1000 / freq;\n let lastArgs;\n let timer;\n\n const invoke = (args, now = Date.now()) => {\n timestamp = now;\n lastArgs = null;\n if (timer) {\n clearTimeout(timer);\n timer = null;\n }\n fn.apply(null, args);\n }\n\n const throttled = (...args) => {\n const now = Date.now();\n const passed = now - timestamp;\n if ( passed >= threshold) {\n invoke(args, now);\n } else {\n lastArgs = args;\n if (!timer) {\n timer = setTimeout(() => {\n timer = null;\n invoke(lastArgs)\n }, threshold - passed);\n }\n }\n }\n\n const flush = () => lastArgs && invoke(lastArgs);\n\n return [throttled, flush];\n}\n\nexport default throttle;\n","import speedometer from \"./speedometer.js\";\nimport throttle from \"./throttle.js\";\nimport utils from \"../utils.js\";\n\nexport const progressEventReducer = (listener, isDownloadStream, freq = 3) => {\n let bytesNotified = 0;\n const _speedometer = speedometer(50, 250);\n\n return throttle(e => {\n const loaded = e.loaded;\n const total = e.lengthComputable ? e.total : undefined;\n const progressBytes = loaded - bytesNotified;\n const rate = _speedometer(progressBytes);\n const inRange = loaded <= total;\n\n bytesNotified = loaded;\n\n const data = {\n loaded,\n total,\n progress: total ? (loaded / total) : undefined,\n bytes: progressBytes,\n rate: rate ? rate : undefined,\n estimated: rate && total && inRange ? (total - loaded) / rate : undefined,\n event: e,\n lengthComputable: total != null,\n [isDownloadStream ? 'download' : 'upload']: true\n };\n\n listener(data);\n }, freq);\n}\n\nexport const progressEventDecorator = (total, throttled) => {\n const lengthComputable = total != null;\n\n return [(loaded) => throttled[0]({\n lengthComputable,\n total,\n loaded\n }), throttled[1]];\n}\n\nexport const asyncDecorator = (fn) => (...args) => utils.asap(() => fn(...args));\n","import platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => {\n url = new URL(url, platform.origin);\n\n return (\n origin.protocol === url.protocol &&\n origin.host === url.host &&\n (isMSIE || origin.port === url.port)\n );\n})(\n new URL(platform.origin),\n platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)\n) : () => true;\n","import utils from './../utils.js';\nimport platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ?\n\n // Standard browser envs support document.cookie\n {\n write(name, value, expires, path, domain, secure) {\n const cookie = [name + '=' + encodeURIComponent(value)];\n\n utils.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());\n\n utils.isString(path) && cookie.push('path=' + path);\n\n utils.isString(domain) && cookie.push('domain=' + domain);\n\n secure === true && cookie.push('secure');\n\n document.cookie = cookie.join('; ');\n },\n\n read(name) {\n const match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n }\n\n :\n\n // Non-standard browser env (web workers, react-native) lack needed support.\n {\n write() {},\n read() {\n return null;\n },\n remove() {}\n };\n\n","'use strict';\n\nimport isAbsoluteURL from '../helpers/isAbsoluteURL.js';\nimport combineURLs from '../helpers/combineURLs.js';\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n *\n * @returns {string} The combined full path\n */\nexport default function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {\n let isRelativeUrl = !isAbsoluteURL(requestedURL);\n if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n}\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n *\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nexport default function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(url);\n}\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n *\n * @returns {string} The combined URL\n */\nexport default function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/?\\/$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosHeaders from \"./AxiosHeaders.js\";\n\nconst headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n *\n * @returns {Object} New object resulting from merging config2 to config1\n */\nexport default function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n const config = {};\n\n function getMergedValue(target, source, prop, caseless) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge.call({caseless}, target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDeepProperties(a, b, prop , caseless) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(a, b, prop , caseless);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a, prop , caseless);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function valueFromConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function defaultToConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDirectKeys(a, b, prop) {\n if (prop in config2) {\n return getMergedValue(a, b);\n } else if (prop in config1) {\n return getMergedValue(undefined, a);\n }\n }\n\n const mergeMap = {\n url: valueFromConfig2,\n method: valueFromConfig2,\n data: valueFromConfig2,\n baseURL: defaultToConfig2,\n transformRequest: defaultToConfig2,\n transformResponse: defaultToConfig2,\n paramsSerializer: defaultToConfig2,\n timeout: defaultToConfig2,\n timeoutMessage: defaultToConfig2,\n withCredentials: defaultToConfig2,\n withXSRFToken: defaultToConfig2,\n adapter: defaultToConfig2,\n responseType: defaultToConfig2,\n xsrfCookieName: defaultToConfig2,\n xsrfHeaderName: defaultToConfig2,\n onUploadProgress: defaultToConfig2,\n onDownloadProgress: defaultToConfig2,\n decompress: defaultToConfig2,\n maxContentLength: defaultToConfig2,\n maxBodyLength: defaultToConfig2,\n beforeRedirect: defaultToConfig2,\n transport: defaultToConfig2,\n httpAgent: defaultToConfig2,\n httpsAgent: defaultToConfig2,\n cancelToken: defaultToConfig2,\n socketPath: defaultToConfig2,\n responseEncoding: defaultToConfig2,\n validateStatus: mergeDirectKeys,\n headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)\n };\n\n utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {\n const merge = mergeMap[prop] || mergeDeepProperties;\n const configValue = merge(config1[prop], config2[prop], prop);\n (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);\n });\n\n return config;\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport isURLSameOrigin from \"./isURLSameOrigin.js\";\nimport cookies from \"./cookies.js\";\nimport buildFullPath from \"../core/buildFullPath.js\";\nimport mergeConfig from \"../core/mergeConfig.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport buildURL from \"./buildURL.js\";\n\nexport default (config) => {\n const newConfig = mergeConfig({}, config);\n\n let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig;\n\n newConfig.headers = headers = AxiosHeaders.from(headers);\n\n newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);\n\n // HTTP basic authentication\n if (auth) {\n headers.set('Authorization', 'Basic ' +\n btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))\n );\n }\n\n let contentType;\n\n if (utils.isFormData(data)) {\n if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {\n headers.setContentType(undefined); // Let the browser set it\n } else if ((contentType = headers.getContentType()) !== false) {\n // fix semicolon duplication issue for ReactNative FormData implementation\n const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];\n headers.setContentType([type || 'multipart/form-data', ...tokens].join('; '));\n }\n }\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n\n if (platform.hasStandardBrowserEnv) {\n withXSRFToken && utils.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));\n\n if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) {\n // Add xsrf header\n const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);\n\n if (xsrfValue) {\n headers.set(xsrfHeaderName, xsrfValue);\n }\n }\n }\n\n return newConfig;\n}\n\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport composeSignals from \"../helpers/composeSignals.js\";\nimport {trackStream} from \"../helpers/trackStream.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport {progressEventReducer, progressEventDecorator, asyncDecorator} from \"../helpers/progressEventReducer.js\";\nimport resolveConfig from \"../helpers/resolveConfig.js\";\nimport settle from \"../core/settle.js\";\n\nconst isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function';\nconst isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function';\n\n// used only inside the fetch adapter\nconst encodeText = isFetchSupported && (typeof TextEncoder === 'function' ?\n ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) :\n async (str) => new Uint8Array(await new Response(str).arrayBuffer())\n);\n\nconst test = (fn, ...args) => {\n try {\n return !!fn(...args);\n } catch (e) {\n return false\n }\n}\n\nconst supportsRequestStream = isReadableStreamSupported && test(() => {\n let duplexAccessed = false;\n\n const hasContentType = new Request(platform.origin, {\n body: new ReadableStream(),\n method: 'POST',\n get duplex() {\n duplexAccessed = true;\n return 'half';\n },\n }).headers.has('Content-Type');\n\n return duplexAccessed && !hasContentType;\n});\n\nconst DEFAULT_CHUNK_SIZE = 64 * 1024;\n\nconst supportsResponseStream = isReadableStreamSupported &&\n test(() => utils.isReadableStream(new Response('').body));\n\n\nconst resolvers = {\n stream: supportsResponseStream && ((res) => res.body)\n};\n\nisFetchSupported && (((res) => {\n ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => {\n !resolvers[type] && (resolvers[type] = utils.isFunction(res[type]) ? (res) => res[type]() :\n (_, config) => {\n throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);\n })\n });\n})(new Response));\n\nconst getBodyLength = async (body) => {\n if (body == null) {\n return 0;\n }\n\n if(utils.isBlob(body)) {\n return body.size;\n }\n\n if(utils.isSpecCompliantForm(body)) {\n const _request = new Request(platform.origin, {\n method: 'POST',\n body,\n });\n return (await _request.arrayBuffer()).byteLength;\n }\n\n if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) {\n return body.byteLength;\n }\n\n if(utils.isURLSearchParams(body)) {\n body = body + '';\n }\n\n if(utils.isString(body)) {\n return (await encodeText(body)).byteLength;\n }\n}\n\nconst resolveBodyLength = async (headers, body) => {\n const length = utils.toFiniteNumber(headers.getContentLength());\n\n return length == null ? getBodyLength(body) : length;\n}\n\nexport default isFetchSupported && (async (config) => {\n let {\n url,\n method,\n data,\n signal,\n cancelToken,\n timeout,\n onDownloadProgress,\n onUploadProgress,\n responseType,\n headers,\n withCredentials = 'same-origin',\n fetchOptions\n } = resolveConfig(config);\n\n responseType = responseType ? (responseType + '').toLowerCase() : 'text';\n\n let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);\n\n let request;\n\n const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {\n composedSignal.unsubscribe();\n });\n\n let requestContentLength;\n\n try {\n if (\n onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' &&\n (requestContentLength = await resolveBodyLength(headers, data)) !== 0\n ) {\n let _request = new Request(url, {\n method: 'POST',\n body: data,\n duplex: \"half\"\n });\n\n let contentTypeHeader;\n\n if (utils.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {\n headers.setContentType(contentTypeHeader)\n }\n\n if (_request.body) {\n const [onProgress, flush] = progressEventDecorator(\n requestContentLength,\n progressEventReducer(asyncDecorator(onUploadProgress))\n );\n\n data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);\n }\n }\n\n if (!utils.isString(withCredentials)) {\n withCredentials = withCredentials ? 'include' : 'omit';\n }\n\n // Cloudflare Workers throws when credentials are defined\n // see https://github.com/cloudflare/workerd/issues/902\n const isCredentialsSupported = \"credentials\" in Request.prototype;\n request = new Request(url, {\n ...fetchOptions,\n signal: composedSignal,\n method: method.toUpperCase(),\n headers: headers.normalize().toJSON(),\n body: data,\n duplex: \"half\",\n credentials: isCredentialsSupported ? withCredentials : undefined\n });\n\n let response = await fetch(request);\n\n const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');\n\n if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {\n const options = {};\n\n ['status', 'statusText', 'headers'].forEach(prop => {\n options[prop] = response[prop];\n });\n\n const responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));\n\n const [onProgress, flush] = onDownloadProgress && progressEventDecorator(\n responseContentLength,\n progressEventReducer(asyncDecorator(onDownloadProgress), true)\n ) || [];\n\n response = new Response(\n trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {\n flush && flush();\n unsubscribe && unsubscribe();\n }),\n options\n );\n }\n\n responseType = responseType || 'text';\n\n let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config);\n\n !isStreamResponse && unsubscribe && unsubscribe();\n\n return await new Promise((resolve, reject) => {\n settle(resolve, reject, {\n data: responseData,\n headers: AxiosHeaders.from(response.headers),\n status: response.status,\n statusText: response.statusText,\n config,\n request\n })\n })\n } catch (err) {\n unsubscribe && unsubscribe();\n\n if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) {\n throw Object.assign(\n new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request),\n {\n cause: err.cause || err\n }\n )\n }\n\n throw AxiosError.from(err, err && err.code, config, request);\n }\n});\n\n\n","import utils from './../utils.js';\nimport settle from './../core/settle.js';\nimport transitionalDefaults from '../defaults/transitional.js';\nimport AxiosError from '../core/AxiosError.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport parseProtocol from '../helpers/parseProtocol.js';\nimport platform from '../platform/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport {progressEventReducer} from '../helpers/progressEventReducer.js';\nimport resolveConfig from \"../helpers/resolveConfig.js\";\n\nconst isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';\n\nexport default isXHRAdapterSupported && function (config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n const _config = resolveConfig(config);\n let requestData = _config.data;\n const requestHeaders = AxiosHeaders.from(_config.headers).normalize();\n let {responseType, onUploadProgress, onDownloadProgress} = _config;\n let onCanceled;\n let uploadThrottled, downloadThrottled;\n let flushUpload, flushDownload;\n\n function done() {\n flushUpload && flushUpload(); // flush events\n flushDownload && flushDownload(); // flush events\n\n _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);\n\n _config.signal && _config.signal.removeEventListener('abort', onCanceled);\n }\n\n let request = new XMLHttpRequest();\n\n request.open(_config.method.toUpperCase(), _config.url, true);\n\n // Set the request timeout in MS\n request.timeout = _config.timeout;\n\n function onloadend() {\n if (!request) {\n return;\n }\n // Prepare the response\n const responseHeaders = AxiosHeaders.from(\n 'getAllResponseHeaders' in request && request.getAllResponseHeaders()\n );\n const responseData = !responseType || responseType === 'text' || responseType === 'json' ?\n request.responseText : request.response;\n const response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config,\n request\n };\n\n settle(function _resolve(value) {\n resolve(value);\n done();\n }, function _reject(err) {\n reject(err);\n done();\n }, response);\n\n // Clean up request\n request = null;\n }\n\n if ('onloadend' in request) {\n // Use onloadend if available\n request.onloadend = onloadend;\n } else {\n // Listen for ready state to emulate onloadend\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n // readystate handler is calling before onerror or ontimeout handlers,\n // so we should call onloadend on the next 'tick'\n setTimeout(onloadend);\n };\n }\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';\n const transitional = _config.transitional || transitionalDefaults;\n if (_config.timeoutErrorMessage) {\n timeoutErrorMessage = _config.timeoutErrorMessage;\n }\n reject(new AxiosError(\n timeoutErrorMessage,\n transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,\n config,\n request));\n\n // Clean up request\n request = null;\n };\n\n // Remove Content-Type if data is undefined\n requestData === undefined && requestHeaders.setContentType(null);\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {\n request.setRequestHeader(key, val);\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(_config.withCredentials)) {\n request.withCredentials = !!_config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (responseType && responseType !== 'json') {\n request.responseType = _config.responseType;\n }\n\n // Handle progress if needed\n if (onDownloadProgress) {\n ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true));\n request.addEventListener('progress', downloadThrottled);\n }\n\n // Not all browsers support upload events\n if (onUploadProgress && request.upload) {\n ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));\n\n request.upload.addEventListener('progress', uploadThrottled);\n\n request.upload.addEventListener('loadend', flushUpload);\n }\n\n if (_config.cancelToken || _config.signal) {\n // Handle cancellation\n // eslint-disable-next-line func-names\n onCanceled = cancel => {\n if (!request) {\n return;\n }\n reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);\n request.abort();\n request = null;\n };\n\n _config.cancelToken && _config.cancelToken.subscribe(onCanceled);\n if (_config.signal) {\n _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);\n }\n }\n\n const protocol = parseProtocol(_config.url);\n\n if (protocol && platform.protocols.indexOf(protocol) === -1) {\n reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));\n return;\n }\n\n\n // Send the request\n request.send(requestData || null);\n });\n}\n","'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}\n","import CanceledError from \"../cancel/CanceledError.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport utils from '../utils.js';\n\nconst composeSignals = (signals, timeout) => {\n const {length} = (signals = signals ? signals.filter(Boolean) : []);\n\n if (timeout || length) {\n let controller = new AbortController();\n\n let aborted;\n\n const onabort = function (reason) {\n if (!aborted) {\n aborted = true;\n unsubscribe();\n const err = reason instanceof Error ? reason : this.reason;\n controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));\n }\n }\n\n let timer = timeout && setTimeout(() => {\n timer = null;\n onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT))\n }, timeout)\n\n const unsubscribe = () => {\n if (signals) {\n timer && clearTimeout(timer);\n timer = null;\n signals.forEach(signal => {\n signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);\n });\n signals = null;\n }\n }\n\n signals.forEach((signal) => signal.addEventListener('abort', onabort));\n\n const {signal} = controller;\n\n signal.unsubscribe = () => utils.asap(unsubscribe);\n\n return signal;\n }\n}\n\nexport default composeSignals;\n","\nexport const streamChunk = function* (chunk, chunkSize) {\n let len = chunk.byteLength;\n\n if (!chunkSize || len < chunkSize) {\n yield chunk;\n return;\n }\n\n let pos = 0;\n let end;\n\n while (pos < len) {\n end = pos + chunkSize;\n yield chunk.slice(pos, end);\n pos = end;\n }\n}\n\nexport const readBytes = async function* (iterable, chunkSize) {\n for await (const chunk of readStream(iterable)) {\n yield* streamChunk(chunk, chunkSize);\n }\n}\n\nconst readStream = async function* (stream) {\n if (stream[Symbol.asyncIterator]) {\n yield* stream;\n return;\n }\n\n const reader = stream.getReader();\n try {\n for (;;) {\n const {done, value} = await reader.read();\n if (done) {\n break;\n }\n yield value;\n }\n } finally {\n await reader.cancel();\n }\n}\n\nexport const trackStream = (stream, chunkSize, onProgress, onFinish) => {\n const iterator = readBytes(stream, chunkSize);\n\n let bytes = 0;\n let done;\n let _onFinish = (e) => {\n if (!done) {\n done = true;\n onFinish && onFinish(e);\n }\n }\n\n return new ReadableStream({\n async pull(controller) {\n try {\n const {done, value} = await iterator.next();\n\n if (done) {\n _onFinish();\n controller.close();\n return;\n }\n\n let len = value.byteLength;\n if (onProgress) {\n let loadedBytes = bytes += len;\n onProgress(loadedBytes);\n }\n controller.enqueue(new Uint8Array(value));\n } catch (err) {\n _onFinish(err);\n throw err;\n }\n },\n cancel(reason) {\n _onFinish(reason);\n return iterator.return();\n }\n }, {\n highWaterMark: 2\n })\n}\n","import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport fetchAdapter from './fetch.js';\nimport AxiosError from \"../core/AxiosError.js\";\n\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: fetchAdapter\n}\n\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', {value});\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', {value});\n }\n});\n\nconst renderReason = (reason) => `- ${reason}`;\n\nconst isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;\n\nexport default {\n getAdapter: (adapters) => {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const {length} = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n\n const reasons = Object.entries(rejectedReasons)\n .map(([id, state]) => `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length ?\n (reasons.length > 1 ? 'since :\\n' + reasons.map(renderReason).join('\\n') : ' ' + renderReason(reasons[0])) :\n 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n },\n adapters: knownAdapters\n}\n","// eslint-disable-next-line strict\nexport default null;\n","'use strict';\n\nimport transformData from './transformData.js';\nimport isCancel from '../cancel/isCancel.js';\nimport defaults from '../defaults/index.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport adapters from \"../adapters/adapters.js\";\n\n/**\n * Throws a `CanceledError` if cancellation has been requested.\n *\n * @param {Object} config The config that is to be used for the request\n *\n * @returns {void}\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n\n if (config.signal && config.signal.aborted) {\n throw new CanceledError(null, config);\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n *\n * @returns {Promise} The Promise to be fulfilled\n */\nexport default function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n config.headers = AxiosHeaders.from(config.headers);\n\n // Transform request data\n config.data = transformData.call(\n config,\n config.transformRequest\n );\n\n if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {\n config.headers.setContentType('application/x-www-form-urlencoded', false);\n }\n\n const adapter = adapters.getAdapter(config.adapter || defaults.adapter);\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData.call(\n config,\n config.transformResponse,\n response\n );\n\n response.headers = AxiosHeaders.from(response.headers);\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData.call(\n config,\n config.transformResponse,\n reason.response\n );\n reason.response.headers = AxiosHeaders.from(reason.response.headers);\n }\n }\n\n return Promise.reject(reason);\n });\n}\n","export const VERSION = \"1.8.4\";","'use strict';\n\nimport {VERSION} from '../env/data.js';\nimport AxiosError from '../core/AxiosError.js';\n\nconst validators = {};\n\n// eslint-disable-next-line func-names\n['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {\n validators[type] = function validator(thing) {\n return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;\n };\n});\n\nconst deprecatedWarnings = {};\n\n/**\n * Transitional option validator\n *\n * @param {function|boolean?} validator - set to false if the transitional option has been removed\n * @param {string?} version - deprecated version / removed since version\n * @param {string?} message - some message with additional info\n *\n * @returns {function}\n */\nvalidators.transitional = function transitional(validator, version, message) {\n function formatMessage(opt, desc) {\n return '[Axios v' + VERSION + '] Transitional option \\'' + opt + '\\'' + desc + (message ? '. ' + message : '');\n }\n\n // eslint-disable-next-line func-names\n return (value, opt, opts) => {\n if (validator === false) {\n throw new AxiosError(\n formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),\n AxiosError.ERR_DEPRECATED\n );\n }\n\n if (version && !deprecatedWarnings[opt]) {\n deprecatedWarnings[opt] = true;\n // eslint-disable-next-line no-console\n console.warn(\n formatMessage(\n opt,\n ' has been deprecated since v' + version + ' and will be removed in the near future'\n )\n );\n }\n\n return validator ? validator(value, opt, opts) : true;\n };\n};\n\nvalidators.spelling = function spelling(correctSpelling) {\n return (value, opt) => {\n // eslint-disable-next-line no-console\n console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);\n return true;\n }\n};\n\n/**\n * Assert object's properties type\n *\n * @param {object} options\n * @param {object} schema\n * @param {boolean?} allowUnknown\n *\n * @returns {object}\n */\n\nfunction assertOptions(options, schema, allowUnknown) {\n if (typeof options !== 'object') {\n throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);\n }\n const keys = Object.keys(options);\n let i = keys.length;\n while (i-- > 0) {\n const opt = keys[i];\n const validator = schema[opt];\n if (validator) {\n const value = options[opt];\n const result = value === undefined || validator(value, opt, options);\n if (result !== true) {\n throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);\n }\n continue;\n }\n if (allowUnknown !== true) {\n throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);\n }\n }\n}\n\nexport default {\n assertOptions,\n validators\n};\n","'use strict';\n\nimport utils from './../utils.js';\nimport buildURL from '../helpers/buildURL.js';\nimport InterceptorManager from './InterceptorManager.js';\nimport dispatchRequest from './dispatchRequest.js';\nimport mergeConfig from './mergeConfig.js';\nimport buildFullPath from './buildFullPath.js';\nimport validator from '../helpers/validator.js';\nimport AxiosHeaders from './AxiosHeaders.js';\n\nconst validators = validator.validators;\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n *\n * @return {Axios} A new instance of Axios\n */\nclass Axios {\n constructor(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n }\n\n /**\n * Dispatch a request\n *\n * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)\n * @param {?Object} config\n *\n * @returns {Promise} The Promise to be fulfilled\n */\n async request(configOrUrl, config) {\n try {\n return await this._request(configOrUrl, config);\n } catch (err) {\n if (err instanceof Error) {\n let dummy = {};\n\n Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());\n\n // slice off the Error: ... line\n const stack = dummy.stack ? dummy.stack.replace(/^.+\\n/, '') : '';\n try {\n if (!err.stack) {\n err.stack = stack;\n // match without the 2 top stack lines\n } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\\n.+\\n/, ''))) {\n err.stack += '\\n' + stack\n }\n } catch (e) {\n // ignore the case where \"stack\" is an un-writable property\n }\n }\n\n throw err;\n }\n }\n\n _request(configOrUrl, config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof configOrUrl === 'string') {\n config = config || {};\n config.url = configOrUrl;\n } else {\n config = configOrUrl || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n const {transitional, paramsSerializer, headers} = config;\n\n if (transitional !== undefined) {\n validator.assertOptions(transitional, {\n silentJSONParsing: validators.transitional(validators.boolean),\n forcedJSONParsing: validators.transitional(validators.boolean),\n clarifyTimeoutError: validators.transitional(validators.boolean)\n }, false);\n }\n\n if (paramsSerializer != null) {\n if (utils.isFunction(paramsSerializer)) {\n config.paramsSerializer = {\n serialize: paramsSerializer\n }\n } else {\n validator.assertOptions(paramsSerializer, {\n encode: validators.function,\n serialize: validators.function\n }, true);\n }\n }\n\n // Set config.allowAbsoluteUrls\n if (config.allowAbsoluteUrls !== undefined) {\n // do nothing\n } else if (this.defaults.allowAbsoluteUrls !== undefined) {\n config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;\n } else {\n config.allowAbsoluteUrls = true;\n }\n\n validator.assertOptions(config, {\n baseUrl: validators.spelling('baseURL'),\n withXsrfToken: validators.spelling('withXSRFToken')\n }, true);\n\n // Set config.method\n config.method = (config.method || this.defaults.method || 'get').toLowerCase();\n\n // Flatten headers\n let contextHeaders = headers && utils.merge(\n headers.common,\n headers[config.method]\n );\n\n headers && utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n (method) => {\n delete headers[method];\n }\n );\n\n config.headers = AxiosHeaders.concat(contextHeaders, headers);\n\n // filter out skipped interceptors\n const requestInterceptorChain = [];\n let synchronousRequestInterceptors = true;\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {\n return;\n }\n\n synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;\n\n requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n const responseInterceptorChain = [];\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n let promise;\n let i = 0;\n let len;\n\n if (!synchronousRequestInterceptors) {\n const chain = [dispatchRequest.bind(this), undefined];\n chain.unshift.apply(chain, requestInterceptorChain);\n chain.push.apply(chain, responseInterceptorChain);\n len = chain.length;\n\n promise = Promise.resolve(config);\n\n while (i < len) {\n promise = promise.then(chain[i++], chain[i++]);\n }\n\n return promise;\n }\n\n len = requestInterceptorChain.length;\n\n let newConfig = config;\n\n i = 0;\n\n while (i < len) {\n const onFulfilled = requestInterceptorChain[i++];\n const onRejected = requestInterceptorChain[i++];\n try {\n newConfig = onFulfilled(newConfig);\n } catch (error) {\n onRejected.call(this, error);\n break;\n }\n }\n\n try {\n promise = dispatchRequest.call(this, newConfig);\n } catch (error) {\n return Promise.reject(error);\n }\n\n i = 0;\n len = responseInterceptorChain.length;\n\n while (i < len) {\n promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);\n }\n\n return promise;\n }\n\n getUri(config) {\n config = mergeConfig(this.defaults, config);\n const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\n return buildURL(fullPath, config.params, config.paramsSerializer);\n }\n}\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n\n function generateHTTPMethod(isForm) {\n return function httpMethod(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n headers: isForm ? {\n 'Content-Type': 'multipart/form-data'\n } : {},\n url,\n data\n }));\n };\n }\n\n Axios.prototype[method] = generateHTTPMethod();\n\n Axios.prototype[method + 'Form'] = generateHTTPMethod(true);\n});\n\nexport default Axios;\n","'use strict';\n\nimport CanceledError from './CanceledError.js';\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @param {Function} executor The executor function.\n *\n * @returns {CancelToken}\n */\nclass CancelToken {\n constructor(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n let resolvePromise;\n\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n const token = this;\n\n // eslint-disable-next-line func-names\n this.promise.then(cancel => {\n if (!token._listeners) return;\n\n let i = token._listeners.length;\n\n while (i-- > 0) {\n token._listeners[i](cancel);\n }\n token._listeners = null;\n });\n\n // eslint-disable-next-line func-names\n this.promise.then = onfulfilled => {\n let _resolve;\n // eslint-disable-next-line func-names\n const promise = new Promise(resolve => {\n token.subscribe(resolve);\n _resolve = resolve;\n }).then(onfulfilled);\n\n promise.cancel = function reject() {\n token.unsubscribe(_resolve);\n };\n\n return promise;\n };\n\n executor(function cancel(message, config, request) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new CanceledError(message, config, request);\n resolvePromise(token.reason);\n });\n }\n\n /**\n * Throws a `CanceledError` if cancellation has been requested.\n */\n throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n }\n\n /**\n * Subscribe to the cancel signal\n */\n\n subscribe(listener) {\n if (this.reason) {\n listener(this.reason);\n return;\n }\n\n if (this._listeners) {\n this._listeners.push(listener);\n } else {\n this._listeners = [listener];\n }\n }\n\n /**\n * Unsubscribe from the cancel signal\n */\n\n unsubscribe(listener) {\n if (!this._listeners) {\n return;\n }\n const index = this._listeners.indexOf(listener);\n if (index !== -1) {\n this._listeners.splice(index, 1);\n }\n }\n\n toAbortSignal() {\n const controller = new AbortController();\n\n const abort = (err) => {\n controller.abort(err);\n };\n\n this.subscribe(abort);\n\n controller.signal.unsubscribe = () => this.unsubscribe(abort);\n\n return controller.signal;\n }\n\n /**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\n static source() {\n let cancel;\n const token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token,\n cancel\n };\n }\n}\n\nexport default CancelToken;\n","const HttpStatusCode = {\n Continue: 100,\n SwitchingProtocols: 101,\n Processing: 102,\n EarlyHints: 103,\n Ok: 200,\n Created: 201,\n Accepted: 202,\n NonAuthoritativeInformation: 203,\n NoContent: 204,\n ResetContent: 205,\n PartialContent: 206,\n MultiStatus: 207,\n AlreadyReported: 208,\n ImUsed: 226,\n MultipleChoices: 300,\n MovedPermanently: 301,\n Found: 302,\n SeeOther: 303,\n NotModified: 304,\n UseProxy: 305,\n Unused: 306,\n TemporaryRedirect: 307,\n PermanentRedirect: 308,\n BadRequest: 400,\n Unauthorized: 401,\n PaymentRequired: 402,\n Forbidden: 403,\n NotFound: 404,\n MethodNotAllowed: 405,\n NotAcceptable: 406,\n ProxyAuthenticationRequired: 407,\n RequestTimeout: 408,\n Conflict: 409,\n Gone: 410,\n LengthRequired: 411,\n PreconditionFailed: 412,\n PayloadTooLarge: 413,\n UriTooLong: 414,\n UnsupportedMediaType: 415,\n RangeNotSatisfiable: 416,\n ExpectationFailed: 417,\n ImATeapot: 418,\n MisdirectedRequest: 421,\n UnprocessableEntity: 422,\n Locked: 423,\n FailedDependency: 424,\n TooEarly: 425,\n UpgradeRequired: 426,\n PreconditionRequired: 428,\n TooManyRequests: 429,\n RequestHeaderFieldsTooLarge: 431,\n UnavailableForLegalReasons: 451,\n InternalServerError: 500,\n NotImplemented: 501,\n BadGateway: 502,\n ServiceUnavailable: 503,\n GatewayTimeout: 504,\n HttpVersionNotSupported: 505,\n VariantAlsoNegotiates: 506,\n InsufficientStorage: 507,\n LoopDetected: 508,\n NotExtended: 510,\n NetworkAuthenticationRequired: 511,\n};\n\nObject.entries(HttpStatusCode).forEach(([key, value]) => {\n HttpStatusCode[value] = key;\n});\n\nexport default HttpStatusCode;\n","'use strict';\n\nimport utils from './utils.js';\nimport bind from './helpers/bind.js';\nimport Axios from './core/Axios.js';\nimport mergeConfig from './core/mergeConfig.js';\nimport defaults from './defaults/index.js';\nimport formDataToJSON from './helpers/formDataToJSON.js';\nimport CanceledError from './cancel/CanceledError.js';\nimport CancelToken from './cancel/CancelToken.js';\nimport isCancel from './cancel/isCancel.js';\nimport {VERSION} from './env/data.js';\nimport toFormData from './helpers/toFormData.js';\nimport AxiosError from './core/AxiosError.js';\nimport spread from './helpers/spread.js';\nimport isAxiosError from './helpers/isAxiosError.js';\nimport AxiosHeaders from \"./core/AxiosHeaders.js\";\nimport adapters from './adapters/adapters.js';\nimport HttpStatusCode from './helpers/HttpStatusCode.js';\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n *\n * @returns {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n const context = new Axios(defaultConfig);\n const instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});\n\n // Copy context to instance\n utils.extend(instance, context, null, {allOwnKeys: true});\n\n // Factory for creating new instances\n instance.create = function create(instanceConfig) {\n return createInstance(mergeConfig(defaultConfig, instanceConfig));\n };\n\n return instance;\n}\n\n// Create the default instance to be exported\nconst axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Expose Cancel & CancelToken\naxios.CanceledError = CanceledError;\naxios.CancelToken = CancelToken;\naxios.isCancel = isCancel;\naxios.VERSION = VERSION;\naxios.toFormData = toFormData;\n\n// Expose AxiosError class\naxios.AxiosError = AxiosError;\n\n// alias for CanceledError for backward compatibility\naxios.Cancel = axios.CanceledError;\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\n\naxios.spread = spread;\n\n// Expose isAxiosError\naxios.isAxiosError = isAxiosError;\n\n// Expose mergeConfig\naxios.mergeConfig = mergeConfig;\n\naxios.AxiosHeaders = AxiosHeaders;\n\naxios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);\n\naxios.getAdapter = adapters.getAdapter;\n\naxios.HttpStatusCode = HttpStatusCode;\n\naxios.default = axios;\n\n// this module should only have a default export\nexport default axios\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n *\n * @returns {Function}\n */\nexport default function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n *\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nexport default function isAxiosError(payload) {\n return utils.isObject(payload) && (payload.isAxiosError === true);\n}\n"],"names":["bind","fn","thisArg","apply","arguments","cache","toString","Object","prototype","getPrototypeOf","kindOf","create","thing","str","call","slice","toLowerCase","kindOfTest","type","typeOfTest","_typeof","isArray","Array","isUndefined","isArrayBuffer","isString","isFunction","isNumber","isObject","isPlainObject","val","Symbol","toStringTag","iterator","isDate","isFile","isBlob","isFileList","isURLSearchParams","_map2","_slicedToArray","map","isReadableStream","isRequest","isResponse","isHeaders","forEach","obj","i","l","_ref","length","undefined","_ref$allOwnKeys","allOwnKeys","key","keys","getOwnPropertyNames","len","findKey","_key","_global","globalThis","self","window","global","isContextDefined","context","TypedArray","isTypedArray","Uint8Array","isHTMLForm","hasOwnProperty","_ref4","prop","isRegExp","reduceDescriptors","reducer","descriptors","getOwnPropertyDescriptors","reducedDescriptors","descriptor","name","ret","defineProperties","setImmediateSupported","postMessageSupported","token","callbacks","isAsyncFn","_setImmediate","setImmediate","postMessage","concat","Math","random","addEventListener","_ref5","source","data","shift","cb","push","setTimeout","asap","queueMicrotask","process","nextTick","utils$1","isBuffer","constructor","isFormData","kind","FormData","append","isArrayBufferView","ArrayBuffer","isView","buffer","isBoolean","isStream","pipe","merge","_ref2","this","caseless","result","assignValue","targetKey","extend","a","b","_ref3","trim","replace","stripBOM","content","charCodeAt","inherits","superConstructor","props","defineProperty","value","assign","toFlatObject","sourceObj","destObj","filter","propFilter","merged","endsWith","searchString","position","String","lastIndex","indexOf","toArray","arr","forEachEntry","next","done","pair","matchAll","regExp","matches","exec","hasOwnProp","freezeMethods","enumerable","writable","set","Error","toObjectSet","arrayOrString","delimiter","define","split","toCamelCase","m","p1","p2","toUpperCase","noop","toFiniteNumber","defaultValue","Number","isFinite","isSpecCompliantForm","toJSONObject","stack","visit","target","reducedValue","isThenable","then","AxiosError","message","code","config","request","response","captureStackTrace","status","utils","toJSON","description","number","fileName","lineNumber","columnNumber","from","error","customProps","axiosError","cause","isVisitable","removeBrackets","renderKey","path","dots","join","predicates","test","toFormData","formData","options","TypeError","metaTokens","indexes","option","visitor","defaultVisitor","useBlob","Blob","convertValue","toISOString","Buffer","JSON","stringify","some","isFlatArray","el","index","exposedHelpers","build","pop","encode","charMap","encodeURIComponent","match","AxiosURLSearchParams","params","_pairs","buildURL","url","_encode","serialize","serializedParams","serializeFn","hashmarkIndex","encoder","InterceptorManager$1","InterceptorManager","_classCallCheck","handlers","_createClass","fulfilled","rejected","synchronous","runWhen","id","h","transitionalDefaults","silentJSONParsing","forcedJSONParsing","clarifyTimeoutError","platform$1","isBrowser","classes","URLSearchParams","protocols","hasBrowserEnv","document","_navigator","navigator","hasStandardBrowserEnv","product","hasStandardBrowserWebWorkerEnv","WorkerGlobalScope","importScripts","origin","location","href","_objectSpread","platform","formDataToJSON","buildPath","isNumericKey","isLast","arrayToObject","entries","parsePropPath","defaults","transitional","adapter","transformRequest","headers","contentType","getContentType","hasJSONContentType","isObjectPayload","setContentType","helpers","isNode","toURLEncodedForm","formSerializer","_FormData","env","rawValue","parser","parse","e","stringifySafely","transformResponse","JSONRequested","responseType","strictJSONParsing","ERR_BAD_RESPONSE","timeout","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","common","Accept","method","defaults$1","ignoreDuplicateOf","$internals","normalizeHeader","header","normalizeValue","matchHeaderValue","isHeaderNameFilter","AxiosHeaders","_Symbol$iterator","_Symbol$toStringTag","valueOrRewrite","rewrite","setHeader","_value","_header","_rewrite","lHeader","setHeaders","rawHeaders","parsed","line","substring","parseHeaders","_step","_iterator","_createForOfIteratorHelper","s","n","_step$value","err","f","tokens","tokensRE","parseTokens","matcher","deleted","deleteHeader","format","normalized","w","char","formatHeader","_this$constructor","_len","targets","asStrings","get","first","computed","_len2","_key2","accessors","defineAccessor","accessorName","methodName","arg1","arg2","arg3","configurable","buildAccessors","accessor","mapped","headerValue","AxiosHeaders$1","transformData","fns","normalize","isCancel","__CANCEL__","CanceledError","ERR_CANCELED","settle","resolve","reject","ERR_BAD_REQUEST","floor","speedometer","samplesCount","min","firstSampleTS","bytes","timestamps","head","tail","chunkLength","now","Date","startedAt","bytesCount","passed","round","throttle","freq","lastArgs","timer","timestamp","threshold","invoke","args","clearTimeout","progressEventReducer","listener","isDownloadStream","bytesNotified","_speedometer","loaded","total","lengthComputable","progressBytes","rate","_defineProperty","progress","estimated","event","progressEventDecorator","throttled","asyncDecorator","isMSIE","URL","protocol","host","port","userAgent","write","expires","domain","secure","cookie","toGMTString","read","RegExp","decodeURIComponent","remove","buildFullPath","baseURL","requestedURL","allowAbsoluteUrls","isRelativeUrl","relativeURL","combineURLs","headersToObject","mergeConfig","config1","config2","getMergedValue","mergeDeepProperties","valueFromConfig2","defaultToConfig2","mergeDirectKeys","mergeMap","paramsSerializer","timeoutMessage","withCredentials","withXSRFToken","onUploadProgress","onDownloadProgress","decompress","beforeRedirect","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding","configValue","res","resolveConfig","newConfig","auth","btoa","username","password","unescape","Boolean","_toConsumableArray","isURLSameOrigin","xsrfValue","cookies","xhrAdapter","XMLHttpRequest","Promise","onCanceled","uploadThrottled","downloadThrottled","flushUpload","flushDownload","_config","requestData","requestHeaders","unsubscribe","signal","removeEventListener","onloadend","responseHeaders","getAllResponseHeaders","responseText","statusText","open","onreadystatechange","readyState","responseURL","onabort","ECONNABORTED","onerror","ERR_NETWORK","ontimeout","timeoutErrorMessage","ETIMEDOUT","setRequestHeader","_progressEventReducer2","upload","_progressEventReducer4","cancel","abort","subscribe","aborted","send","composeSignals$1","signals","controller","AbortController","reason","streamChunk","_regeneratorRuntime","mark","chunk","chunkSize","pos","end","wrap","_context","prev","byteLength","abrupt","stop","readBytes","_wrapAsyncGenerator","_callee","iterable","_iteratorAbruptCompletion","_didIteratorError","_iteratorError","_context2","_asyncIterator","readStream","_awaitAsyncGenerator","sent","delegateYield","_asyncGeneratorDelegate","t1","finish","_x","_x2","_callee2","stream","reader","_yield$_awaitAsyncGen","_context3","asyncIterator","getReader","_x3","trackStream","onProgress","onFinish","_onFinish","ReadableStream","pull","_asyncToGenerator","_callee3","_yield$iterator$next","_done","loadedBytes","_context4","close","enqueue","t0","highWaterMark","isFetchSupported","fetch","Request","Response","isReadableStreamSupported","encodeText","TextEncoder","arrayBuffer","supportsRequestStream","duplexAccessed","hasContentType","body","duplex","has","supportsResponseStream","resolvers","_","ERR_NOT_SUPPORT","getBodyLength","_request","size","resolveBodyLength","getContentLength","_x4","_callee4","_resolveConfig","_resolveConfig$withCr","fetchOptions","composedSignal","requestContentLength","contentTypeHeader","_progressEventDecorat","_progressEventDecorat2","flush","isCredentialsSupported","isStreamResponse","responseContentLength","_ref6","_onProgress","_flush","responseData","composeSignals","toAbortSignal","credentials","t2","_x5","knownAdapters","http","xhr","fetchAdapter","renderReason","isResolvedHandle","adapters","nameOrAdapter","rejectedReasons","reasons","state","throwIfCancellationRequested","throwIfRequested","dispatchRequest","VERSION","validators","deprecatedWarnings","validators$1","validator","version","formatMessage","opt","desc","opts","ERR_DEPRECATED","console","warn","spelling","correctSpelling","assertOptions","schema","allowUnknown","ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","Axios","instanceConfig","interceptors","_request2","configOrUrl","dummy","baseUrl","withXsrfToken","contextHeaders","requestInterceptorChain","synchronousRequestInterceptors","interceptor","unshift","promise","responseInterceptorChain","chain","onFulfilled","onRejected","generateHTTPMethod","isForm","Axios$1","CancelToken","executor","resolvePromise","_listeners","onfulfilled","_resolve","splice","_this","c","CancelToken$1","HttpStatusCode","Continue","SwitchingProtocols","Processing","EarlyHints","Ok","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultiStatus","AlreadyReported","ImUsed","MultipleChoices","MovedPermanently","Found","SeeOther","NotModified","UseProxy","Unused","TemporaryRedirect","PermanentRedirect","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","PayloadTooLarge","UriTooLong","UnsupportedMediaType","RangeNotSatisfiable","ExpectationFailed","ImATeapot","MisdirectedRequest","UnprocessableEntity","Locked","FailedDependency","TooEarly","UpgradeRequired","PreconditionRequired","TooManyRequests","RequestHeaderFieldsTooLarge","UnavailableForLegalReasons","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported","VariantAlsoNegotiates","InsufficientStorage","LoopDetected","NotExtended","NetworkAuthenticationRequired","HttpStatusCode$1","axios","createInstance","defaultConfig","instance","Cancel","all","promises","spread","callback","isAxiosError","payload","formToJSON","getAdapter"],"mappings":"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"} \ No newline at end of file diff --git a/server/node_modules/axios/dist/browser/axios.cjs b/server/node_modules/axios/dist/browser/axios.cjs new file mode 100644 index 000000000..b577682ce --- /dev/null +++ b/server/node_modules/axios/dist/browser/axios.cjs @@ -0,0 +1,3708 @@ +/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */ +'use strict'; + +function bind(fn, thisArg) { + return function wrap() { + return fn.apply(thisArg, arguments); + }; +} + +// utils is a library of generic helper functions non-specific to axios + +const {toString} = Object.prototype; +const {getPrototypeOf} = Object; + +const kindOf = (cache => thing => { + const str = toString.call(thing); + return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase()); +})(Object.create(null)); + +const kindOfTest = (type) => { + type = type.toLowerCase(); + return (thing) => kindOf(thing) === type +}; + +const typeOfTest = type => thing => typeof thing === type; + +/** + * Determine if a value is an Array + * + * @param {Object} val The value to test + * + * @returns {boolean} True if value is an Array, otherwise false + */ +const {isArray} = Array; + +/** + * Determine if a value is undefined + * + * @param {*} val The value to test + * + * @returns {boolean} True if the value is undefined, otherwise false + */ +const isUndefined = typeOfTest('undefined'); + +/** + * Determine if a value is a Buffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Buffer, otherwise false + */ +function isBuffer(val) { + return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) + && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val); +} + +/** + * Determine if a value is an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is an ArrayBuffer, otherwise false + */ +const isArrayBuffer = kindOfTest('ArrayBuffer'); + + +/** + * Determine if a value is a view on an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false + */ +function isArrayBufferView(val) { + let result; + if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) { + result = ArrayBuffer.isView(val); + } else { + result = (val) && (val.buffer) && (isArrayBuffer(val.buffer)); + } + return result; +} + +/** + * Determine if a value is a String + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a String, otherwise false + */ +const isString = typeOfTest('string'); + +/** + * Determine if a value is a Function + * + * @param {*} val The value to test + * @returns {boolean} True if value is a Function, otherwise false + */ +const isFunction = typeOfTest('function'); + +/** + * Determine if a value is a Number + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Number, otherwise false + */ +const isNumber = typeOfTest('number'); + +/** + * Determine if a value is an Object + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an Object, otherwise false + */ +const isObject = (thing) => thing !== null && typeof thing === 'object'; + +/** + * Determine if a value is a Boolean + * + * @param {*} thing The value to test + * @returns {boolean} True if value is a Boolean, otherwise false + */ +const isBoolean = thing => thing === true || thing === false; + +/** + * Determine if a value is a plain Object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a plain Object, otherwise false + */ +const isPlainObject = (val) => { + if (kindOf(val) !== 'object') { + return false; + } + + const prototype = getPrototypeOf(val); + return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val); +}; + +/** + * Determine if a value is a Date + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Date, otherwise false + */ +const isDate = kindOfTest('Date'); + +/** + * Determine if a value is a File + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFile = kindOfTest('File'); + +/** + * Determine if a value is a Blob + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Blob, otherwise false + */ +const isBlob = kindOfTest('Blob'); + +/** + * Determine if a value is a FileList + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFileList = kindOfTest('FileList'); + +/** + * Determine if a value is a Stream + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Stream, otherwise false + */ +const isStream = (val) => isObject(val) && isFunction(val.pipe); + +/** + * Determine if a value is a FormData + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an FormData, otherwise false + */ +const isFormData = (thing) => { + let kind; + return thing && ( + (typeof FormData === 'function' && thing instanceof FormData) || ( + isFunction(thing.append) && ( + (kind = kindOf(thing)) === 'formdata' || + // detect form-data instance + (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]') + ) + ) + ) +}; + +/** + * Determine if a value is a URLSearchParams object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a URLSearchParams object, otherwise false + */ +const isURLSearchParams = kindOfTest('URLSearchParams'); + +const [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest); + +/** + * Trim excess whitespace off the beginning and end of a string + * + * @param {String} str The String to trim + * + * @returns {String} The String freed of excess whitespace + */ +const trim = (str) => str.trim ? + str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); + +/** + * Iterate over an Array or an Object invoking a function for each item. + * + * If `obj` is an Array callback will be called passing + * the value, index, and complete array for each item. + * + * If 'obj' is an Object callback will be called passing + * the value, key, and complete object for each property. + * + * @param {Object|Array} obj The object to iterate + * @param {Function} fn The callback to invoke for each item + * + * @param {Boolean} [allOwnKeys = false] + * @returns {any} + */ +function forEach(obj, fn, {allOwnKeys = false} = {}) { + // Don't bother if no value provided + if (obj === null || typeof obj === 'undefined') { + return; + } + + let i; + let l; + + // Force an array if not already something iterable + if (typeof obj !== 'object') { + /*eslint no-param-reassign:0*/ + obj = [obj]; + } + + if (isArray(obj)) { + // Iterate over array values + for (i = 0, l = obj.length; i < l; i++) { + fn.call(null, obj[i], i, obj); + } + } else { + // Iterate over object keys + const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj); + const len = keys.length; + let key; + + for (i = 0; i < len; i++) { + key = keys[i]; + fn.call(null, obj[key], key, obj); + } + } +} + +function findKey(obj, key) { + key = key.toLowerCase(); + const keys = Object.keys(obj); + let i = keys.length; + let _key; + while (i-- > 0) { + _key = keys[i]; + if (key === _key.toLowerCase()) { + return _key; + } + } + return null; +} + +const _global = (() => { + /*eslint no-undef:0*/ + if (typeof globalThis !== "undefined") return globalThis; + return typeof self !== "undefined" ? self : (typeof window !== 'undefined' ? window : global) +})(); + +const isContextDefined = (context) => !isUndefined(context) && context !== _global; + +/** + * Accepts varargs expecting each argument to be an object, then + * immutably merges the properties of each object and returns result. + * + * When multiple objects contain the same key the later object in + * the arguments list will take precedence. + * + * Example: + * + * ```js + * var result = merge({foo: 123}, {foo: 456}); + * console.log(result.foo); // outputs 456 + * ``` + * + * @param {Object} obj1 Object to merge + * + * @returns {Object} Result of all merge properties + */ +function merge(/* obj1, obj2, obj3, ... */) { + const {caseless} = isContextDefined(this) && this || {}; + const result = {}; + const assignValue = (val, key) => { + const targetKey = caseless && findKey(result, key) || key; + if (isPlainObject(result[targetKey]) && isPlainObject(val)) { + result[targetKey] = merge(result[targetKey], val); + } else if (isPlainObject(val)) { + result[targetKey] = merge({}, val); + } else if (isArray(val)) { + result[targetKey] = val.slice(); + } else { + result[targetKey] = val; + } + }; + + for (let i = 0, l = arguments.length; i < l; i++) { + arguments[i] && forEach(arguments[i], assignValue); + } + return result; +} + +/** + * Extends object a by mutably adding to it the properties of object b. + * + * @param {Object} a The object to be extended + * @param {Object} b The object to copy properties from + * @param {Object} thisArg The object to bind function to + * + * @param {Boolean} [allOwnKeys] + * @returns {Object} The resulting value of object a + */ +const extend = (a, b, thisArg, {allOwnKeys}= {}) => { + forEach(b, (val, key) => { + if (thisArg && isFunction(val)) { + a[key] = bind(val, thisArg); + } else { + a[key] = val; + } + }, {allOwnKeys}); + return a; +}; + +/** + * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) + * + * @param {string} content with BOM + * + * @returns {string} content value without BOM + */ +const stripBOM = (content) => { + if (content.charCodeAt(0) === 0xFEFF) { + content = content.slice(1); + } + return content; +}; + +/** + * Inherit the prototype methods from one constructor into another + * @param {function} constructor + * @param {function} superConstructor + * @param {object} [props] + * @param {object} [descriptors] + * + * @returns {void} + */ +const inherits = (constructor, superConstructor, props, descriptors) => { + constructor.prototype = Object.create(superConstructor.prototype, descriptors); + constructor.prototype.constructor = constructor; + Object.defineProperty(constructor, 'super', { + value: superConstructor.prototype + }); + props && Object.assign(constructor.prototype, props); +}; + +/** + * Resolve object with deep prototype chain to a flat object + * @param {Object} sourceObj source object + * @param {Object} [destObj] + * @param {Function|Boolean} [filter] + * @param {Function} [propFilter] + * + * @returns {Object} + */ +const toFlatObject = (sourceObj, destObj, filter, propFilter) => { + let props; + let i; + let prop; + const merged = {}; + + destObj = destObj || {}; + // eslint-disable-next-line no-eq-null,eqeqeq + if (sourceObj == null) return destObj; + + do { + props = Object.getOwnPropertyNames(sourceObj); + i = props.length; + while (i-- > 0) { + prop = props[i]; + if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) { + destObj[prop] = sourceObj[prop]; + merged[prop] = true; + } + } + sourceObj = filter !== false && getPrototypeOf(sourceObj); + } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype); + + return destObj; +}; + +/** + * Determines whether a string ends with the characters of a specified string + * + * @param {String} str + * @param {String} searchString + * @param {Number} [position= 0] + * + * @returns {boolean} + */ +const endsWith = (str, searchString, position) => { + str = String(str); + if (position === undefined || position > str.length) { + position = str.length; + } + position -= searchString.length; + const lastIndex = str.indexOf(searchString, position); + return lastIndex !== -1 && lastIndex === position; +}; + + +/** + * Returns new array from array like object or null if failed + * + * @param {*} [thing] + * + * @returns {?Array} + */ +const toArray = (thing) => { + if (!thing) return null; + if (isArray(thing)) return thing; + let i = thing.length; + if (!isNumber(i)) return null; + const arr = new Array(i); + while (i-- > 0) { + arr[i] = thing[i]; + } + return arr; +}; + +/** + * Checking if the Uint8Array exists and if it does, it returns a function that checks if the + * thing passed in is an instance of Uint8Array + * + * @param {TypedArray} + * + * @returns {Array} + */ +// eslint-disable-next-line func-names +const isTypedArray = (TypedArray => { + // eslint-disable-next-line func-names + return thing => { + return TypedArray && thing instanceof TypedArray; + }; +})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array)); + +/** + * For each entry in the object, call the function with the key and value. + * + * @param {Object} obj - The object to iterate over. + * @param {Function} fn - The function to call for each entry. + * + * @returns {void} + */ +const forEachEntry = (obj, fn) => { + const generator = obj && obj[Symbol.iterator]; + + const iterator = generator.call(obj); + + let result; + + while ((result = iterator.next()) && !result.done) { + const pair = result.value; + fn.call(obj, pair[0], pair[1]); + } +}; + +/** + * It takes a regular expression and a string, and returns an array of all the matches + * + * @param {string} regExp - The regular expression to match against. + * @param {string} str - The string to search. + * + * @returns {Array} + */ +const matchAll = (regExp, str) => { + let matches; + const arr = []; + + while ((matches = regExp.exec(str)) !== null) { + arr.push(matches); + } + + return arr; +}; + +/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */ +const isHTMLForm = kindOfTest('HTMLFormElement'); + +const toCamelCase = str => { + return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, + function replacer(m, p1, p2) { + return p1.toUpperCase() + p2; + } + ); +}; + +/* Creating a function that will check if an object has a property. */ +const hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype); + +/** + * Determine if a value is a RegExp object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a RegExp object, otherwise false + */ +const isRegExp = kindOfTest('RegExp'); + +const reduceDescriptors = (obj, reducer) => { + const descriptors = Object.getOwnPropertyDescriptors(obj); + const reducedDescriptors = {}; + + forEach(descriptors, (descriptor, name) => { + let ret; + if ((ret = reducer(descriptor, name, obj)) !== false) { + reducedDescriptors[name] = ret || descriptor; + } + }); + + Object.defineProperties(obj, reducedDescriptors); +}; + +/** + * Makes all methods read-only + * @param {Object} obj + */ + +const freezeMethods = (obj) => { + reduceDescriptors(obj, (descriptor, name) => { + // skip restricted props in strict mode + if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) { + return false; + } + + const value = obj[name]; + + if (!isFunction(value)) return; + + descriptor.enumerable = false; + + if ('writable' in descriptor) { + descriptor.writable = false; + return; + } + + if (!descriptor.set) { + descriptor.set = () => { + throw Error('Can not rewrite read-only method \'' + name + '\''); + }; + } + }); +}; + +const toObjectSet = (arrayOrString, delimiter) => { + const obj = {}; + + const define = (arr) => { + arr.forEach(value => { + obj[value] = true; + }); + }; + + isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter)); + + return obj; +}; + +const noop = () => {}; + +const toFiniteNumber = (value, defaultValue) => { + return value != null && Number.isFinite(value = +value) ? value : defaultValue; +}; + +/** + * If the thing is a FormData object, return true, otherwise return false. + * + * @param {unknown} thing - The thing to check. + * + * @returns {boolean} + */ +function isSpecCompliantForm(thing) { + return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]); +} + +const toJSONObject = (obj) => { + const stack = new Array(10); + + const visit = (source, i) => { + + if (isObject(source)) { + if (stack.indexOf(source) >= 0) { + return; + } + + if(!('toJSON' in source)) { + stack[i] = source; + const target = isArray(source) ? [] : {}; + + forEach(source, (value, key) => { + const reducedValue = visit(value, i + 1); + !isUndefined(reducedValue) && (target[key] = reducedValue); + }); + + stack[i] = undefined; + + return target; + } + } + + return source; + }; + + return visit(obj, 0); +}; + +const isAsyncFn = kindOfTest('AsyncFunction'); + +const isThenable = (thing) => + thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch); + +// original code +// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34 + +const _setImmediate = ((setImmediateSupported, postMessageSupported) => { + if (setImmediateSupported) { + return setImmediate; + } + + return postMessageSupported ? ((token, callbacks) => { + _global.addEventListener("message", ({source, data}) => { + if (source === _global && data === token) { + callbacks.length && callbacks.shift()(); + } + }, false); + + return (cb) => { + callbacks.push(cb); + _global.postMessage(token, "*"); + } + })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb); +})( + typeof setImmediate === 'function', + isFunction(_global.postMessage) +); + +const asap = typeof queueMicrotask !== 'undefined' ? + queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate); + +// ********************* + +var utils$1 = { + isArray, + isArrayBuffer, + isBuffer, + isFormData, + isArrayBufferView, + isString, + isNumber, + isBoolean, + isObject, + isPlainObject, + isReadableStream, + isRequest, + isResponse, + isHeaders, + isUndefined, + isDate, + isFile, + isBlob, + isRegExp, + isFunction, + isStream, + isURLSearchParams, + isTypedArray, + isFileList, + forEach, + merge, + extend, + trim, + stripBOM, + inherits, + toFlatObject, + kindOf, + kindOfTest, + endsWith, + toArray, + forEachEntry, + matchAll, + isHTMLForm, + hasOwnProperty, + hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection + reduceDescriptors, + freezeMethods, + toObjectSet, + toCamelCase, + noop, + toFiniteNumber, + findKey, + global: _global, + isContextDefined, + isSpecCompliantForm, + toJSONObject, + isAsyncFn, + isThenable, + setImmediate: _setImmediate, + asap +}; + +/** + * Create an Error with the specified message, config, error code, request and response. + * + * @param {string} message The error message. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [config] The config. + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * + * @returns {Error} The created error. + */ +function AxiosError(message, code, config, request, response) { + Error.call(this); + + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + this.stack = (new Error()).stack; + } + + this.message = message; + this.name = 'AxiosError'; + code && (this.code = code); + config && (this.config = config); + request && (this.request = request); + if (response) { + this.response = response; + this.status = response.status ? response.status : null; + } +} + +utils$1.inherits(AxiosError, Error, { + toJSON: function toJSON() { + return { + // Standard + message: this.message, + name: this.name, + // Microsoft + description: this.description, + number: this.number, + // Mozilla + fileName: this.fileName, + lineNumber: this.lineNumber, + columnNumber: this.columnNumber, + stack: this.stack, + // Axios + config: utils$1.toJSONObject(this.config), + code: this.code, + status: this.status + }; + } +}); + +const prototype$1 = AxiosError.prototype; +const descriptors = {}; + +[ + 'ERR_BAD_OPTION_VALUE', + 'ERR_BAD_OPTION', + 'ECONNABORTED', + 'ETIMEDOUT', + 'ERR_NETWORK', + 'ERR_FR_TOO_MANY_REDIRECTS', + 'ERR_DEPRECATED', + 'ERR_BAD_RESPONSE', + 'ERR_BAD_REQUEST', + 'ERR_CANCELED', + 'ERR_NOT_SUPPORT', + 'ERR_INVALID_URL' +// eslint-disable-next-line func-names +].forEach(code => { + descriptors[code] = {value: code}; +}); + +Object.defineProperties(AxiosError, descriptors); +Object.defineProperty(prototype$1, 'isAxiosError', {value: true}); + +// eslint-disable-next-line func-names +AxiosError.from = (error, code, config, request, response, customProps) => { + const axiosError = Object.create(prototype$1); + + utils$1.toFlatObject(error, axiosError, function filter(obj) { + return obj !== Error.prototype; + }, prop => { + return prop !== 'isAxiosError'; + }); + + AxiosError.call(axiosError, error.message, code, config, request, response); + + axiosError.cause = error; + + axiosError.name = error.name; + + customProps && Object.assign(axiosError, customProps); + + return axiosError; +}; + +// eslint-disable-next-line strict +var httpAdapter = null; + +/** + * Determines if the given thing is a array or js object. + * + * @param {string} thing - The object or array to be visited. + * + * @returns {boolean} + */ +function isVisitable(thing) { + return utils$1.isPlainObject(thing) || utils$1.isArray(thing); +} + +/** + * It removes the brackets from the end of a string + * + * @param {string} key - The key of the parameter. + * + * @returns {string} the key without the brackets. + */ +function removeBrackets(key) { + return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key; +} + +/** + * It takes a path, a key, and a boolean, and returns a string + * + * @param {string} path - The path to the current key. + * @param {string} key - The key of the current object being iterated over. + * @param {string} dots - If true, the key will be rendered with dots instead of brackets. + * + * @returns {string} The path to the current key. + */ +function renderKey(path, key, dots) { + if (!path) return key; + return path.concat(key).map(function each(token, i) { + // eslint-disable-next-line no-param-reassign + token = removeBrackets(token); + return !dots && i ? '[' + token + ']' : token; + }).join(dots ? '.' : ''); +} + +/** + * If the array is an array and none of its elements are visitable, then it's a flat array. + * + * @param {Array} arr - The array to check + * + * @returns {boolean} + */ +function isFlatArray(arr) { + return utils$1.isArray(arr) && !arr.some(isVisitable); +} + +const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) { + return /^is[A-Z]/.test(prop); +}); + +/** + * Convert a data object to FormData + * + * @param {Object} obj + * @param {?Object} [formData] + * @param {?Object} [options] + * @param {Function} [options.visitor] + * @param {Boolean} [options.metaTokens = true] + * @param {Boolean} [options.dots = false] + * @param {?Boolean} [options.indexes = false] + * + * @returns {Object} + **/ + +/** + * It converts an object into a FormData object + * + * @param {Object} obj - The object to convert to form data. + * @param {string} formData - The FormData object to append to. + * @param {Object} options + * + * @returns + */ +function toFormData(obj, formData, options) { + if (!utils$1.isObject(obj)) { + throw new TypeError('target must be an object'); + } + + // eslint-disable-next-line no-param-reassign + formData = formData || new (FormData)(); + + // eslint-disable-next-line no-param-reassign + options = utils$1.toFlatObject(options, { + metaTokens: true, + dots: false, + indexes: false + }, false, function defined(option, source) { + // eslint-disable-next-line no-eq-null,eqeqeq + return !utils$1.isUndefined(source[option]); + }); + + const metaTokens = options.metaTokens; + // eslint-disable-next-line no-use-before-define + const visitor = options.visitor || defaultVisitor; + const dots = options.dots; + const indexes = options.indexes; + const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob; + const useBlob = _Blob && utils$1.isSpecCompliantForm(formData); + + if (!utils$1.isFunction(visitor)) { + throw new TypeError('visitor must be a function'); + } + + function convertValue(value) { + if (value === null) return ''; + + if (utils$1.isDate(value)) { + return value.toISOString(); + } + + if (!useBlob && utils$1.isBlob(value)) { + throw new AxiosError('Blob is not supported. Use a Buffer instead.'); + } + + if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) { + return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value); + } + + return value; + } + + /** + * Default visitor. + * + * @param {*} value + * @param {String|Number} key + * @param {Array} path + * @this {FormData} + * + * @returns {boolean} return true to visit the each prop of the value recursively + */ + function defaultVisitor(value, key, path) { + let arr = value; + + if (value && !path && typeof value === 'object') { + if (utils$1.endsWith(key, '{}')) { + // eslint-disable-next-line no-param-reassign + key = metaTokens ? key : key.slice(0, -2); + // eslint-disable-next-line no-param-reassign + value = JSON.stringify(value); + } else if ( + (utils$1.isArray(value) && isFlatArray(value)) || + ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)) + )) { + // eslint-disable-next-line no-param-reassign + key = removeBrackets(key); + + arr.forEach(function each(el, index) { + !(utils$1.isUndefined(el) || el === null) && formData.append( + // eslint-disable-next-line no-nested-ternary + indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'), + convertValue(el) + ); + }); + return false; + } + } + + if (isVisitable(value)) { + return true; + } + + formData.append(renderKey(path, key, dots), convertValue(value)); + + return false; + } + + const stack = []; + + const exposedHelpers = Object.assign(predicates, { + defaultVisitor, + convertValue, + isVisitable + }); + + function build(value, path) { + if (utils$1.isUndefined(value)) return; + + if (stack.indexOf(value) !== -1) { + throw Error('Circular reference detected in ' + path.join('.')); + } + + stack.push(value); + + utils$1.forEach(value, function each(el, key) { + const result = !(utils$1.isUndefined(el) || el === null) && visitor.call( + formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers + ); + + if (result === true) { + build(el, path ? path.concat(key) : [key]); + } + }); + + stack.pop(); + } + + if (!utils$1.isObject(obj)) { + throw new TypeError('data must be an object'); + } + + build(obj); + + return formData; +} + +/** + * It encodes a string by replacing all characters that are not in the unreserved set with + * their percent-encoded equivalents + * + * @param {string} str - The string to encode. + * + * @returns {string} The encoded string. + */ +function encode$1(str) { + const charMap = { + '!': '%21', + "'": '%27', + '(': '%28', + ')': '%29', + '~': '%7E', + '%20': '+', + '%00': '\x00' + }; + return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) { + return charMap[match]; + }); +} + +/** + * It takes a params object and converts it to a FormData object + * + * @param {Object} params - The parameters to be converted to a FormData object. + * @param {Object} options - The options object passed to the Axios constructor. + * + * @returns {void} + */ +function AxiosURLSearchParams(params, options) { + this._pairs = []; + + params && toFormData(params, this, options); +} + +const prototype = AxiosURLSearchParams.prototype; + +prototype.append = function append(name, value) { + this._pairs.push([name, value]); +}; + +prototype.toString = function toString(encoder) { + const _encode = encoder ? function(value) { + return encoder.call(this, value, encode$1); + } : encode$1; + + return this._pairs.map(function each(pair) { + return _encode(pair[0]) + '=' + _encode(pair[1]); + }, '').join('&'); +}; + +/** + * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their + * URI encoded counterparts + * + * @param {string} val The value to be encoded. + * + * @returns {string} The encoded value. + */ +function encode(val) { + return encodeURIComponent(val). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%20/g, '+'). + replace(/%5B/gi, '['). + replace(/%5D/gi, ']'); +} + +/** + * Build a URL by appending params to the end + * + * @param {string} url The base of the url (e.g., http://www.google.com) + * @param {object} [params] The params to be appended + * @param {?(object|Function)} options + * + * @returns {string} The formatted url + */ +function buildURL(url, params, options) { + /*eslint no-param-reassign:0*/ + if (!params) { + return url; + } + + const _encode = options && options.encode || encode; + + if (utils$1.isFunction(options)) { + options = { + serialize: options + }; + } + + const serializeFn = options && options.serialize; + + let serializedParams; + + if (serializeFn) { + serializedParams = serializeFn(params, options); + } else { + serializedParams = utils$1.isURLSearchParams(params) ? + params.toString() : + new AxiosURLSearchParams(params, options).toString(_encode); + } + + if (serializedParams) { + const hashmarkIndex = url.indexOf("#"); + + if (hashmarkIndex !== -1) { + url = url.slice(0, hashmarkIndex); + } + url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; + } + + return url; +} + +class InterceptorManager { + constructor() { + this.handlers = []; + } + + /** + * Add a new interceptor to the stack + * + * @param {Function} fulfilled The function to handle `then` for a `Promise` + * @param {Function} rejected The function to handle `reject` for a `Promise` + * + * @return {Number} An ID used to remove interceptor later + */ + use(fulfilled, rejected, options) { + this.handlers.push({ + fulfilled, + rejected, + synchronous: options ? options.synchronous : false, + runWhen: options ? options.runWhen : null + }); + return this.handlers.length - 1; + } + + /** + * Remove an interceptor from the stack + * + * @param {Number} id The ID that was returned by `use` + * + * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise + */ + eject(id) { + if (this.handlers[id]) { + this.handlers[id] = null; + } + } + + /** + * Clear all interceptors from the stack + * + * @returns {void} + */ + clear() { + if (this.handlers) { + this.handlers = []; + } + } + + /** + * Iterate over all the registered interceptors + * + * This method is particularly useful for skipping over any + * interceptors that may have become `null` calling `eject`. + * + * @param {Function} fn The function to call for each interceptor + * + * @returns {void} + */ + forEach(fn) { + utils$1.forEach(this.handlers, function forEachHandler(h) { + if (h !== null) { + fn(h); + } + }); + } +} + +var InterceptorManager$1 = InterceptorManager; + +var transitionalDefaults = { + silentJSONParsing: true, + forcedJSONParsing: true, + clarifyTimeoutError: false +}; + +var URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams; + +var FormData$1 = typeof FormData !== 'undefined' ? FormData : null; + +var Blob$1 = typeof Blob !== 'undefined' ? Blob : null; + +var platform$1 = { + isBrowser: true, + classes: { + URLSearchParams: URLSearchParams$1, + FormData: FormData$1, + Blob: Blob$1 + }, + protocols: ['http', 'https', 'file', 'blob', 'url', 'data'] +}; + +const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined'; + +const _navigator = typeof navigator === 'object' && navigator || undefined; + +/** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + * nativescript + * navigator.product -> 'NativeScript' or 'NS' + * + * @returns {boolean} + */ +const hasStandardBrowserEnv = hasBrowserEnv && + (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0); + +/** + * Determine if we're running in a standard browser webWorker environment + * + * Although the `isStandardBrowserEnv` method indicates that + * `allows axios to run in a web worker`, the WebWorker will still be + * filtered out due to its judgment standard + * `typeof window !== 'undefined' && typeof document !== 'undefined'`. + * This leads to a problem when axios post `FormData` in webWorker + */ +const hasStandardBrowserWebWorkerEnv = (() => { + return ( + typeof WorkerGlobalScope !== 'undefined' && + // eslint-disable-next-line no-undef + self instanceof WorkerGlobalScope && + typeof self.importScripts === 'function' + ); +})(); + +const origin = hasBrowserEnv && window.location.href || 'http://localhost'; + +var utils = /*#__PURE__*/Object.freeze({ + __proto__: null, + hasBrowserEnv: hasBrowserEnv, + hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv, + hasStandardBrowserEnv: hasStandardBrowserEnv, + navigator: _navigator, + origin: origin +}); + +var platform = { + ...utils, + ...platform$1 +}; + +function toURLEncodedForm(data, options) { + return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({ + visitor: function(value, key, path, helpers) { + if (platform.isNode && utils$1.isBuffer(value)) { + this.append(key, value.toString('base64')); + return false; + } + + return helpers.defaultVisitor.apply(this, arguments); + } + }, options)); +} + +/** + * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z'] + * + * @param {string} name - The name of the property to get. + * + * @returns An array of strings. + */ +function parsePropPath(name) { + // foo[x][y][z] + // foo.x.y.z + // foo-x-y-z + // foo x y z + return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => { + return match[0] === '[]' ? '' : match[1] || match[0]; + }); +} + +/** + * Convert an array to an object. + * + * @param {Array} arr - The array to convert to an object. + * + * @returns An object with the same keys and values as the array. + */ +function arrayToObject(arr) { + const obj = {}; + const keys = Object.keys(arr); + let i; + const len = keys.length; + let key; + for (i = 0; i < len; i++) { + key = keys[i]; + obj[key] = arr[key]; + } + return obj; +} + +/** + * It takes a FormData object and returns a JavaScript object + * + * @param {string} formData The FormData object to convert to JSON. + * + * @returns {Object | null} The converted object. + */ +function formDataToJSON(formData) { + function buildPath(path, value, target, index) { + let name = path[index++]; + + if (name === '__proto__') return true; + + const isNumericKey = Number.isFinite(+name); + const isLast = index >= path.length; + name = !name && utils$1.isArray(target) ? target.length : name; + + if (isLast) { + if (utils$1.hasOwnProp(target, name)) { + target[name] = [target[name], value]; + } else { + target[name] = value; + } + + return !isNumericKey; + } + + if (!target[name] || !utils$1.isObject(target[name])) { + target[name] = []; + } + + const result = buildPath(path, value, target[name], index); + + if (result && utils$1.isArray(target[name])) { + target[name] = arrayToObject(target[name]); + } + + return !isNumericKey; + } + + if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) { + const obj = {}; + + utils$1.forEachEntry(formData, (name, value) => { + buildPath(parsePropPath(name), value, obj, 0); + }); + + return obj; + } + + return null; +} + +/** + * It takes a string, tries to parse it, and if it fails, it returns the stringified version + * of the input + * + * @param {any} rawValue - The value to be stringified. + * @param {Function} parser - A function that parses a string into a JavaScript object. + * @param {Function} encoder - A function that takes a value and returns a string. + * + * @returns {string} A stringified version of the rawValue. + */ +function stringifySafely(rawValue, parser, encoder) { + if (utils$1.isString(rawValue)) { + try { + (parser || JSON.parse)(rawValue); + return utils$1.trim(rawValue); + } catch (e) { + if (e.name !== 'SyntaxError') { + throw e; + } + } + } + + return (encoder || JSON.stringify)(rawValue); +} + +const defaults = { + + transitional: transitionalDefaults, + + adapter: ['xhr', 'http', 'fetch'], + + transformRequest: [function transformRequest(data, headers) { + const contentType = headers.getContentType() || ''; + const hasJSONContentType = contentType.indexOf('application/json') > -1; + const isObjectPayload = utils$1.isObject(data); + + if (isObjectPayload && utils$1.isHTMLForm(data)) { + data = new FormData(data); + } + + const isFormData = utils$1.isFormData(data); + + if (isFormData) { + return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data; + } + + if (utils$1.isArrayBuffer(data) || + utils$1.isBuffer(data) || + utils$1.isStream(data) || + utils$1.isFile(data) || + utils$1.isBlob(data) || + utils$1.isReadableStream(data) + ) { + return data; + } + if (utils$1.isArrayBufferView(data)) { + return data.buffer; + } + if (utils$1.isURLSearchParams(data)) { + headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false); + return data.toString(); + } + + let isFileList; + + if (isObjectPayload) { + if (contentType.indexOf('application/x-www-form-urlencoded') > -1) { + return toURLEncodedForm(data, this.formSerializer).toString(); + } + + if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { + const _FormData = this.env && this.env.FormData; + + return toFormData( + isFileList ? {'files[]': data} : data, + _FormData && new _FormData(), + this.formSerializer + ); + } + } + + if (isObjectPayload || hasJSONContentType ) { + headers.setContentType('application/json', false); + return stringifySafely(data); + } + + return data; + }], + + transformResponse: [function transformResponse(data) { + const transitional = this.transitional || defaults.transitional; + const forcedJSONParsing = transitional && transitional.forcedJSONParsing; + const JSONRequested = this.responseType === 'json'; + + if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) { + return data; + } + + if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { + const silentJSONParsing = transitional && transitional.silentJSONParsing; + const strictJSONParsing = !silentJSONParsing && JSONRequested; + + try { + return JSON.parse(data); + } catch (e) { + if (strictJSONParsing) { + if (e.name === 'SyntaxError') { + throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response); + } + throw e; + } + } + } + + return data; + }], + + /** + * A timeout in milliseconds to abort a request. If set to 0 (default) a + * timeout is not created. + */ + timeout: 0, + + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', + + maxContentLength: -1, + maxBodyLength: -1, + + env: { + FormData: platform.classes.FormData, + Blob: platform.classes.Blob + }, + + validateStatus: function validateStatus(status) { + return status >= 200 && status < 300; + }, + + headers: { + common: { + 'Accept': 'application/json, text/plain, */*', + 'Content-Type': undefined + } + } +}; + +utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => { + defaults.headers[method] = {}; +}); + +var defaults$1 = defaults; + +// RawAxiosHeaders whose duplicates are ignored by node +// c.f. https://nodejs.org/api/http.html#http_message_headers +const ignoreDuplicateOf = utils$1.toObjectSet([ + 'age', 'authorization', 'content-length', 'content-type', 'etag', + 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', + 'last-modified', 'location', 'max-forwards', 'proxy-authorization', + 'referer', 'retry-after', 'user-agent' +]); + +/** + * Parse headers into an object + * + * ``` + * Date: Wed, 27 Aug 2014 08:58:49 GMT + * Content-Type: application/json + * Connection: keep-alive + * Transfer-Encoding: chunked + * ``` + * + * @param {String} rawHeaders Headers needing to be parsed + * + * @returns {Object} Headers parsed into an object + */ +var parseHeaders = rawHeaders => { + const parsed = {}; + let key; + let val; + let i; + + rawHeaders && rawHeaders.split('\n').forEach(function parser(line) { + i = line.indexOf(':'); + key = line.substring(0, i).trim().toLowerCase(); + val = line.substring(i + 1).trim(); + + if (!key || (parsed[key] && ignoreDuplicateOf[key])) { + return; + } + + if (key === 'set-cookie') { + if (parsed[key]) { + parsed[key].push(val); + } else { + parsed[key] = [val]; + } + } else { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + }); + + return parsed; +}; + +const $internals = Symbol('internals'); + +function normalizeHeader(header) { + return header && String(header).trim().toLowerCase(); +} + +function normalizeValue(value) { + if (value === false || value == null) { + return value; + } + + return utils$1.isArray(value) ? value.map(normalizeValue) : String(value); +} + +function parseTokens(str) { + const tokens = Object.create(null); + const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g; + let match; + + while ((match = tokensRE.exec(str))) { + tokens[match[1]] = match[2]; + } + + return tokens; +} + +const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim()); + +function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { + if (utils$1.isFunction(filter)) { + return filter.call(this, value, header); + } + + if (isHeaderNameFilter) { + value = header; + } + + if (!utils$1.isString(value)) return; + + if (utils$1.isString(filter)) { + return value.indexOf(filter) !== -1; + } + + if (utils$1.isRegExp(filter)) { + return filter.test(value); + } +} + +function formatHeader(header) { + return header.trim() + .toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => { + return char.toUpperCase() + str; + }); +} + +function buildAccessors(obj, header) { + const accessorName = utils$1.toCamelCase(' ' + header); + + ['get', 'set', 'has'].forEach(methodName => { + Object.defineProperty(obj, methodName + accessorName, { + value: function(arg1, arg2, arg3) { + return this[methodName].call(this, header, arg1, arg2, arg3); + }, + configurable: true + }); + }); +} + +class AxiosHeaders { + constructor(headers) { + headers && this.set(headers); + } + + set(header, valueOrRewrite, rewrite) { + const self = this; + + function setHeader(_value, _header, _rewrite) { + const lHeader = normalizeHeader(_header); + + if (!lHeader) { + throw new Error('header name must be a non-empty string'); + } + + const key = utils$1.findKey(self, lHeader); + + if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) { + self[key || _header] = normalizeValue(_value); + } + } + + const setHeaders = (headers, _rewrite) => + utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); + + if (utils$1.isPlainObject(header) || header instanceof this.constructor) { + setHeaders(header, valueOrRewrite); + } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { + setHeaders(parseHeaders(header), valueOrRewrite); + } else if (utils$1.isHeaders(header)) { + for (const [key, value] of header.entries()) { + setHeader(value, key, rewrite); + } + } else { + header != null && setHeader(valueOrRewrite, header, rewrite); + } + + return this; + } + + get(header, parser) { + header = normalizeHeader(header); + + if (header) { + const key = utils$1.findKey(this, header); + + if (key) { + const value = this[key]; + + if (!parser) { + return value; + } + + if (parser === true) { + return parseTokens(value); + } + + if (utils$1.isFunction(parser)) { + return parser.call(this, value, key); + } + + if (utils$1.isRegExp(parser)) { + return parser.exec(value); + } + + throw new TypeError('parser must be boolean|regexp|function'); + } + } + } + + has(header, matcher) { + header = normalizeHeader(header); + + if (header) { + const key = utils$1.findKey(this, header); + + return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher))); + } + + return false; + } + + delete(header, matcher) { + const self = this; + let deleted = false; + + function deleteHeader(_header) { + _header = normalizeHeader(_header); + + if (_header) { + const key = utils$1.findKey(self, _header); + + if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) { + delete self[key]; + + deleted = true; + } + } + } + + if (utils$1.isArray(header)) { + header.forEach(deleteHeader); + } else { + deleteHeader(header); + } + + return deleted; + } + + clear(matcher) { + const keys = Object.keys(this); + let i = keys.length; + let deleted = false; + + while (i--) { + const key = keys[i]; + if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) { + delete this[key]; + deleted = true; + } + } + + return deleted; + } + + normalize(format) { + const self = this; + const headers = {}; + + utils$1.forEach(this, (value, header) => { + const key = utils$1.findKey(headers, header); + + if (key) { + self[key] = normalizeValue(value); + delete self[header]; + return; + } + + const normalized = format ? formatHeader(header) : String(header).trim(); + + if (normalized !== header) { + delete self[header]; + } + + self[normalized] = normalizeValue(value); + + headers[normalized] = true; + }); + + return this; + } + + concat(...targets) { + return this.constructor.concat(this, ...targets); + } + + toJSON(asStrings) { + const obj = Object.create(null); + + utils$1.forEach(this, (value, header) => { + value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value); + }); + + return obj; + } + + [Symbol.iterator]() { + return Object.entries(this.toJSON())[Symbol.iterator](); + } + + toString() { + return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n'); + } + + get [Symbol.toStringTag]() { + return 'AxiosHeaders'; + } + + static from(thing) { + return thing instanceof this ? thing : new this(thing); + } + + static concat(first, ...targets) { + const computed = new this(first); + + targets.forEach((target) => computed.set(target)); + + return computed; + } + + static accessor(header) { + const internals = this[$internals] = (this[$internals] = { + accessors: {} + }); + + const accessors = internals.accessors; + const prototype = this.prototype; + + function defineAccessor(_header) { + const lHeader = normalizeHeader(_header); + + if (!accessors[lHeader]) { + buildAccessors(prototype, _header); + accessors[lHeader] = true; + } + } + + utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); + + return this; + } +} + +AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']); + +// reserved names hotfix +utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => { + let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set` + return { + get: () => value, + set(headerValue) { + this[mapped] = headerValue; + } + } +}); + +utils$1.freezeMethods(AxiosHeaders); + +var AxiosHeaders$1 = AxiosHeaders; + +/** + * Transform the data for a request or a response + * + * @param {Array|Function} fns A single function or Array of functions + * @param {?Object} response The response object + * + * @returns {*} The resulting transformed data + */ +function transformData(fns, response) { + const config = this || defaults$1; + const context = response || config; + const headers = AxiosHeaders$1.from(context.headers); + let data = context.data; + + utils$1.forEach(fns, function transform(fn) { + data = fn.call(config, data, headers.normalize(), response ? response.status : undefined); + }); + + headers.normalize(); + + return data; +} + +function isCancel(value) { + return !!(value && value.__CANCEL__); +} + +/** + * A `CanceledError` is an object that is thrown when an operation is canceled. + * + * @param {string=} message The message. + * @param {Object=} config The config. + * @param {Object=} request The request. + * + * @returns {CanceledError} The created error. + */ +function CanceledError(message, config, request) { + // eslint-disable-next-line no-eq-null,eqeqeq + AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request); + this.name = 'CanceledError'; +} + +utils$1.inherits(CanceledError, AxiosError, { + __CANCEL__: true +}); + +/** + * Resolve or reject a Promise based on response status. + * + * @param {Function} resolve A function that resolves the promise. + * @param {Function} reject A function that rejects the promise. + * @param {object} response The response. + * + * @returns {object} The response. + */ +function settle(resolve, reject, response) { + const validateStatus = response.config.validateStatus; + if (!response.status || !validateStatus || validateStatus(response.status)) { + resolve(response); + } else { + reject(new AxiosError( + 'Request failed with status code ' + response.status, + [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], + response.config, + response.request, + response + )); + } +} + +function parseProtocol(url) { + const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); + return match && match[1] || ''; +} + +/** + * Calculate data maxRate + * @param {Number} [samplesCount= 10] + * @param {Number} [min= 1000] + * @returns {Function} + */ +function speedometer(samplesCount, min) { + samplesCount = samplesCount || 10; + const bytes = new Array(samplesCount); + const timestamps = new Array(samplesCount); + let head = 0; + let tail = 0; + let firstSampleTS; + + min = min !== undefined ? min : 1000; + + return function push(chunkLength) { + const now = Date.now(); + + const startedAt = timestamps[tail]; + + if (!firstSampleTS) { + firstSampleTS = now; + } + + bytes[head] = chunkLength; + timestamps[head] = now; + + let i = tail; + let bytesCount = 0; + + while (i !== head) { + bytesCount += bytes[i++]; + i = i % samplesCount; + } + + head = (head + 1) % samplesCount; + + if (head === tail) { + tail = (tail + 1) % samplesCount; + } + + if (now - firstSampleTS < min) { + return; + } + + const passed = startedAt && now - startedAt; + + return passed ? Math.round(bytesCount * 1000 / passed) : undefined; + }; +} + +/** + * Throttle decorator + * @param {Function} fn + * @param {Number} freq + * @return {Function} + */ +function throttle(fn, freq) { + let timestamp = 0; + let threshold = 1000 / freq; + let lastArgs; + let timer; + + const invoke = (args, now = Date.now()) => { + timestamp = now; + lastArgs = null; + if (timer) { + clearTimeout(timer); + timer = null; + } + fn.apply(null, args); + }; + + const throttled = (...args) => { + const now = Date.now(); + const passed = now - timestamp; + if ( passed >= threshold) { + invoke(args, now); + } else { + lastArgs = args; + if (!timer) { + timer = setTimeout(() => { + timer = null; + invoke(lastArgs); + }, threshold - passed); + } + } + }; + + const flush = () => lastArgs && invoke(lastArgs); + + return [throttled, flush]; +} + +const progressEventReducer = (listener, isDownloadStream, freq = 3) => { + let bytesNotified = 0; + const _speedometer = speedometer(50, 250); + + return throttle(e => { + const loaded = e.loaded; + const total = e.lengthComputable ? e.total : undefined; + const progressBytes = loaded - bytesNotified; + const rate = _speedometer(progressBytes); + const inRange = loaded <= total; + + bytesNotified = loaded; + + const data = { + loaded, + total, + progress: total ? (loaded / total) : undefined, + bytes: progressBytes, + rate: rate ? rate : undefined, + estimated: rate && total && inRange ? (total - loaded) / rate : undefined, + event: e, + lengthComputable: total != null, + [isDownloadStream ? 'download' : 'upload']: true + }; + + listener(data); + }, freq); +}; + +const progressEventDecorator = (total, throttled) => { + const lengthComputable = total != null; + + return [(loaded) => throttled[0]({ + lengthComputable, + total, + loaded + }), throttled[1]]; +}; + +const asyncDecorator = (fn) => (...args) => utils$1.asap(() => fn(...args)); + +var isURLSameOrigin = platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => { + url = new URL(url, platform.origin); + + return ( + origin.protocol === url.protocol && + origin.host === url.host && + (isMSIE || origin.port === url.port) + ); +})( + new URL(platform.origin), + platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent) +) : () => true; + +var cookies = platform.hasStandardBrowserEnv ? + + // Standard browser envs support document.cookie + { + write(name, value, expires, path, domain, secure) { + const cookie = [name + '=' + encodeURIComponent(value)]; + + utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString()); + + utils$1.isString(path) && cookie.push('path=' + path); + + utils$1.isString(domain) && cookie.push('domain=' + domain); + + secure === true && cookie.push('secure'); + + document.cookie = cookie.join('; '); + }, + + read(name) { + const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, + + remove(name) { + this.write(name, '', Date.now() - 86400000); + } + } + + : + + // Non-standard browser env (web workers, react-native) lack needed support. + { + write() {}, + read() { + return null; + }, + remove() {} + }; + +/** + * Determines whether the specified URL is absolute + * + * @param {string} url The URL to test + * + * @returns {boolean} True if the specified URL is absolute, otherwise false + */ +function isAbsoluteURL(url) { + // A URL is considered absolute if it begins with "://" or "//" (protocol-relative URL). + // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed + // by any combination of letters, digits, plus, period, or hyphen. + return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url); +} + +/** + * Creates a new URL by combining the specified URLs + * + * @param {string} baseURL The base URL + * @param {string} relativeURL The relative URL + * + * @returns {string} The combined URL + */ +function combineURLs(baseURL, relativeURL) { + return relativeURL + ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '') + : baseURL; +} + +/** + * Creates a new URL by combining the baseURL with the requestedURL, + * only when the requestedURL is not already an absolute URL. + * If the requestURL is absolute, this function returns the requestedURL untouched. + * + * @param {string} baseURL The base URL + * @param {string} requestedURL Absolute or relative URL to combine + * + * @returns {string} The combined full path + */ +function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) { + let isRelativeUrl = !isAbsoluteURL(requestedURL); + if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) { + return combineURLs(baseURL, requestedURL); + } + return requestedURL; +} + +const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing; + +/** + * Config-specific merge-function which creates a new config-object + * by merging two configuration objects together. + * + * @param {Object} config1 + * @param {Object} config2 + * + * @returns {Object} New object resulting from merging config2 to config1 + */ +function mergeConfig(config1, config2) { + // eslint-disable-next-line no-param-reassign + config2 = config2 || {}; + const config = {}; + + function getMergedValue(target, source, prop, caseless) { + if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) { + return utils$1.merge.call({caseless}, target, source); + } else if (utils$1.isPlainObject(source)) { + return utils$1.merge({}, source); + } else if (utils$1.isArray(source)) { + return source.slice(); + } + return source; + } + + // eslint-disable-next-line consistent-return + function mergeDeepProperties(a, b, prop , caseless) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(a, b, prop , caseless); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a, prop , caseless); + } + } + + // eslint-disable-next-line consistent-return + function valueFromConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } + } + + // eslint-disable-next-line consistent-return + function defaultToConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a); + } + } + + // eslint-disable-next-line consistent-return + function mergeDirectKeys(a, b, prop) { + if (prop in config2) { + return getMergedValue(a, b); + } else if (prop in config1) { + return getMergedValue(undefined, a); + } + } + + const mergeMap = { + url: valueFromConfig2, + method: valueFromConfig2, + data: valueFromConfig2, + baseURL: defaultToConfig2, + transformRequest: defaultToConfig2, + transformResponse: defaultToConfig2, + paramsSerializer: defaultToConfig2, + timeout: defaultToConfig2, + timeoutMessage: defaultToConfig2, + withCredentials: defaultToConfig2, + withXSRFToken: defaultToConfig2, + adapter: defaultToConfig2, + responseType: defaultToConfig2, + xsrfCookieName: defaultToConfig2, + xsrfHeaderName: defaultToConfig2, + onUploadProgress: defaultToConfig2, + onDownloadProgress: defaultToConfig2, + decompress: defaultToConfig2, + maxContentLength: defaultToConfig2, + maxBodyLength: defaultToConfig2, + beforeRedirect: defaultToConfig2, + transport: defaultToConfig2, + httpAgent: defaultToConfig2, + httpsAgent: defaultToConfig2, + cancelToken: defaultToConfig2, + socketPath: defaultToConfig2, + responseEncoding: defaultToConfig2, + validateStatus: mergeDirectKeys, + headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true) + }; + + utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { + const merge = mergeMap[prop] || mergeDeepProperties; + const configValue = merge(config1[prop], config2[prop], prop); + (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); + }); + + return config; +} + +var resolveConfig = (config) => { + const newConfig = mergeConfig({}, config); + + let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig; + + newConfig.headers = headers = AxiosHeaders$1.from(headers); + + newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer); + + // HTTP basic authentication + if (auth) { + headers.set('Authorization', 'Basic ' + + btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : '')) + ); + } + + let contentType; + + if (utils$1.isFormData(data)) { + if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) { + headers.setContentType(undefined); // Let the browser set it + } else if ((contentType = headers.getContentType()) !== false) { + // fix semicolon duplication issue for ReactNative FormData implementation + const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : []; + headers.setContentType([type || 'multipart/form-data', ...tokens].join('; ')); + } + } + + // Add xsrf header + // This is only done if running in a standard browser environment. + // Specifically not if we're in a web worker, or react-native. + + if (platform.hasStandardBrowserEnv) { + withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig)); + + if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) { + // Add xsrf header + const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName); + + if (xsrfValue) { + headers.set(xsrfHeaderName, xsrfValue); + } + } + } + + return newConfig; +}; + +const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined'; + +var xhrAdapter = isXHRAdapterSupported && function (config) { + return new Promise(function dispatchXhrRequest(resolve, reject) { + const _config = resolveConfig(config); + let requestData = _config.data; + const requestHeaders = AxiosHeaders$1.from(_config.headers).normalize(); + let {responseType, onUploadProgress, onDownloadProgress} = _config; + let onCanceled; + let uploadThrottled, downloadThrottled; + let flushUpload, flushDownload; + + function done() { + flushUpload && flushUpload(); // flush events + flushDownload && flushDownload(); // flush events + + _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled); + + _config.signal && _config.signal.removeEventListener('abort', onCanceled); + } + + let request = new XMLHttpRequest(); + + request.open(_config.method.toUpperCase(), _config.url, true); + + // Set the request timeout in MS + request.timeout = _config.timeout; + + function onloadend() { + if (!request) { + return; + } + // Prepare the response + const responseHeaders = AxiosHeaders$1.from( + 'getAllResponseHeaders' in request && request.getAllResponseHeaders() + ); + const responseData = !responseType || responseType === 'text' || responseType === 'json' ? + request.responseText : request.response; + const response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders, + config, + request + }; + + settle(function _resolve(value) { + resolve(value); + done(); + }, function _reject(err) { + reject(err); + done(); + }, response); + + // Clean up request + request = null; + } + + if ('onloadend' in request) { + // Use onloadend if available + request.onloadend = onloadend; + } else { + // Listen for ready state to emulate onloadend + request.onreadystatechange = function handleLoad() { + if (!request || request.readyState !== 4) { + return; + } + + // The request errored out and we didn't get a response, this will be + // handled by onerror instead + // With one exception: request that using file: protocol, most browsers + // will return status as 0 even though it's a successful request + if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { + return; + } + // readystate handler is calling before onerror or ontimeout handlers, + // so we should call onloadend on the next 'tick' + setTimeout(onloadend); + }; + } + + // Handle browser request cancellation (as opposed to a manual cancellation) + request.onabort = function handleAbort() { + if (!request) { + return; + } + + reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request)); + + // Clean up request + request = null; + }; + + // Handle low level network errors + request.onerror = function handleError() { + // Real errors are hidden from us by the browser + // onerror should only fire if it's a network error + reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request)); + + // Clean up request + request = null; + }; + + // Handle timeout + request.ontimeout = function handleTimeout() { + let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded'; + const transitional = _config.transitional || transitionalDefaults; + if (_config.timeoutErrorMessage) { + timeoutErrorMessage = _config.timeoutErrorMessage; + } + reject(new AxiosError( + timeoutErrorMessage, + transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, + config, + request)); + + // Clean up request + request = null; + }; + + // Remove Content-Type if data is undefined + requestData === undefined && requestHeaders.setContentType(null); + + // Add headers to the request + if ('setRequestHeader' in request) { + utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { + request.setRequestHeader(key, val); + }); + } + + // Add withCredentials to request if needed + if (!utils$1.isUndefined(_config.withCredentials)) { + request.withCredentials = !!_config.withCredentials; + } + + // Add responseType to request if needed + if (responseType && responseType !== 'json') { + request.responseType = _config.responseType; + } + + // Handle progress if needed + if (onDownloadProgress) { + ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true)); + request.addEventListener('progress', downloadThrottled); + } + + // Not all browsers support upload events + if (onUploadProgress && request.upload) { + ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress)); + + request.upload.addEventListener('progress', uploadThrottled); + + request.upload.addEventListener('loadend', flushUpload); + } + + if (_config.cancelToken || _config.signal) { + // Handle cancellation + // eslint-disable-next-line func-names + onCanceled = cancel => { + if (!request) { + return; + } + reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel); + request.abort(); + request = null; + }; + + _config.cancelToken && _config.cancelToken.subscribe(onCanceled); + if (_config.signal) { + _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled); + } + } + + const protocol = parseProtocol(_config.url); + + if (protocol && platform.protocols.indexOf(protocol) === -1) { + reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config)); + return; + } + + + // Send the request + request.send(requestData || null); + }); +}; + +const composeSignals = (signals, timeout) => { + const {length} = (signals = signals ? signals.filter(Boolean) : []); + + if (timeout || length) { + let controller = new AbortController(); + + let aborted; + + const onabort = function (reason) { + if (!aborted) { + aborted = true; + unsubscribe(); + const err = reason instanceof Error ? reason : this.reason; + controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err)); + } + }; + + let timer = timeout && setTimeout(() => { + timer = null; + onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT)); + }, timeout); + + const unsubscribe = () => { + if (signals) { + timer && clearTimeout(timer); + timer = null; + signals.forEach(signal => { + signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort); + }); + signals = null; + } + }; + + signals.forEach((signal) => signal.addEventListener('abort', onabort)); + + const {signal} = controller; + + signal.unsubscribe = () => utils$1.asap(unsubscribe); + + return signal; + } +}; + +var composeSignals$1 = composeSignals; + +const streamChunk = function* (chunk, chunkSize) { + let len = chunk.byteLength; + + if (!chunkSize || len < chunkSize) { + yield chunk; + return; + } + + let pos = 0; + let end; + + while (pos < len) { + end = pos + chunkSize; + yield chunk.slice(pos, end); + pos = end; + } +}; + +const readBytes = async function* (iterable, chunkSize) { + for await (const chunk of readStream(iterable)) { + yield* streamChunk(chunk, chunkSize); + } +}; + +const readStream = async function* (stream) { + if (stream[Symbol.asyncIterator]) { + yield* stream; + return; + } + + const reader = stream.getReader(); + try { + for (;;) { + const {done, value} = await reader.read(); + if (done) { + break; + } + yield value; + } + } finally { + await reader.cancel(); + } +}; + +const trackStream = (stream, chunkSize, onProgress, onFinish) => { + const iterator = readBytes(stream, chunkSize); + + let bytes = 0; + let done; + let _onFinish = (e) => { + if (!done) { + done = true; + onFinish && onFinish(e); + } + }; + + return new ReadableStream({ + async pull(controller) { + try { + const {done, value} = await iterator.next(); + + if (done) { + _onFinish(); + controller.close(); + return; + } + + let len = value.byteLength; + if (onProgress) { + let loadedBytes = bytes += len; + onProgress(loadedBytes); + } + controller.enqueue(new Uint8Array(value)); + } catch (err) { + _onFinish(err); + throw err; + } + }, + cancel(reason) { + _onFinish(reason); + return iterator.return(); + } + }, { + highWaterMark: 2 + }) +}; + +const isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function'; +const isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function'; + +// used only inside the fetch adapter +const encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? + ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : + async (str) => new Uint8Array(await new Response(str).arrayBuffer()) +); + +const test = (fn, ...args) => { + try { + return !!fn(...args); + } catch (e) { + return false + } +}; + +const supportsRequestStream = isReadableStreamSupported && test(() => { + let duplexAccessed = false; + + const hasContentType = new Request(platform.origin, { + body: new ReadableStream(), + method: 'POST', + get duplex() { + duplexAccessed = true; + return 'half'; + }, + }).headers.has('Content-Type'); + + return duplexAccessed && !hasContentType; +}); + +const DEFAULT_CHUNK_SIZE = 64 * 1024; + +const supportsResponseStream = isReadableStreamSupported && + test(() => utils$1.isReadableStream(new Response('').body)); + + +const resolvers = { + stream: supportsResponseStream && ((res) => res.body) +}; + +isFetchSupported && (((res) => { + ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => { + !resolvers[type] && (resolvers[type] = utils$1.isFunction(res[type]) ? (res) => res[type]() : + (_, config) => { + throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config); + }); + }); +})(new Response)); + +const getBodyLength = async (body) => { + if (body == null) { + return 0; + } + + if(utils$1.isBlob(body)) { + return body.size; + } + + if(utils$1.isSpecCompliantForm(body)) { + const _request = new Request(platform.origin, { + method: 'POST', + body, + }); + return (await _request.arrayBuffer()).byteLength; + } + + if(utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body)) { + return body.byteLength; + } + + if(utils$1.isURLSearchParams(body)) { + body = body + ''; + } + + if(utils$1.isString(body)) { + return (await encodeText(body)).byteLength; + } +}; + +const resolveBodyLength = async (headers, body) => { + const length = utils$1.toFiniteNumber(headers.getContentLength()); + + return length == null ? getBodyLength(body) : length; +}; + +var fetchAdapter = isFetchSupported && (async (config) => { + let { + url, + method, + data, + signal, + cancelToken, + timeout, + onDownloadProgress, + onUploadProgress, + responseType, + headers, + withCredentials = 'same-origin', + fetchOptions + } = resolveConfig(config); + + responseType = responseType ? (responseType + '').toLowerCase() : 'text'; + + let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout); + + let request; + + const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => { + composedSignal.unsubscribe(); + }); + + let requestContentLength; + + try { + if ( + onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' && + (requestContentLength = await resolveBodyLength(headers, data)) !== 0 + ) { + let _request = new Request(url, { + method: 'POST', + body: data, + duplex: "half" + }); + + let contentTypeHeader; + + if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) { + headers.setContentType(contentTypeHeader); + } + + if (_request.body) { + const [onProgress, flush] = progressEventDecorator( + requestContentLength, + progressEventReducer(asyncDecorator(onUploadProgress)) + ); + + data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush); + } + } + + if (!utils$1.isString(withCredentials)) { + withCredentials = withCredentials ? 'include' : 'omit'; + } + + // Cloudflare Workers throws when credentials are defined + // see https://github.com/cloudflare/workerd/issues/902 + const isCredentialsSupported = "credentials" in Request.prototype; + request = new Request(url, { + ...fetchOptions, + signal: composedSignal, + method: method.toUpperCase(), + headers: headers.normalize().toJSON(), + body: data, + duplex: "half", + credentials: isCredentialsSupported ? withCredentials : undefined + }); + + let response = await fetch(request); + + const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response'); + + if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) { + const options = {}; + + ['status', 'statusText', 'headers'].forEach(prop => { + options[prop] = response[prop]; + }); + + const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length')); + + const [onProgress, flush] = onDownloadProgress && progressEventDecorator( + responseContentLength, + progressEventReducer(asyncDecorator(onDownloadProgress), true) + ) || []; + + response = new Response( + trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => { + flush && flush(); + unsubscribe && unsubscribe(); + }), + options + ); + } + + responseType = responseType || 'text'; + + let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config); + + !isStreamResponse && unsubscribe && unsubscribe(); + + return await new Promise((resolve, reject) => { + settle(resolve, reject, { + data: responseData, + headers: AxiosHeaders$1.from(response.headers), + status: response.status, + statusText: response.statusText, + config, + request + }); + }) + } catch (err) { + unsubscribe && unsubscribe(); + + if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) { + throw Object.assign( + new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request), + { + cause: err.cause || err + } + ) + } + + throw AxiosError.from(err, err && err.code, config, request); + } +}); + +const knownAdapters = { + http: httpAdapter, + xhr: xhrAdapter, + fetch: fetchAdapter +}; + +utils$1.forEach(knownAdapters, (fn, value) => { + if (fn) { + try { + Object.defineProperty(fn, 'name', {value}); + } catch (e) { + // eslint-disable-next-line no-empty + } + Object.defineProperty(fn, 'adapterName', {value}); + } +}); + +const renderReason = (reason) => `- ${reason}`; + +const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false; + +var adapters = { + getAdapter: (adapters) => { + adapters = utils$1.isArray(adapters) ? adapters : [adapters]; + + const {length} = adapters; + let nameOrAdapter; + let adapter; + + const rejectedReasons = {}; + + for (let i = 0; i < length; i++) { + nameOrAdapter = adapters[i]; + let id; + + adapter = nameOrAdapter; + + if (!isResolvedHandle(nameOrAdapter)) { + adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()]; + + if (adapter === undefined) { + throw new AxiosError(`Unknown adapter '${id}'`); + } + } + + if (adapter) { + break; + } + + rejectedReasons[id || '#' + i] = adapter; + } + + if (!adapter) { + + const reasons = Object.entries(rejectedReasons) + .map(([id, state]) => `adapter ${id} ` + + (state === false ? 'is not supported by the environment' : 'is not available in the build') + ); + + let s = length ? + (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) : + 'as no adapter specified'; + + throw new AxiosError( + `There is no suitable adapter to dispatch the request ` + s, + 'ERR_NOT_SUPPORT' + ); + } + + return adapter; + }, + adapters: knownAdapters +}; + +/** + * Throws a `CanceledError` if cancellation has been requested. + * + * @param {Object} config The config that is to be used for the request + * + * @returns {void} + */ +function throwIfCancellationRequested(config) { + if (config.cancelToken) { + config.cancelToken.throwIfRequested(); + } + + if (config.signal && config.signal.aborted) { + throw new CanceledError(null, config); + } +} + +/** + * Dispatch a request to the server using the configured adapter. + * + * @param {object} config The config that is to be used for the request + * + * @returns {Promise} The Promise to be fulfilled + */ +function dispatchRequest(config) { + throwIfCancellationRequested(config); + + config.headers = AxiosHeaders$1.from(config.headers); + + // Transform request data + config.data = transformData.call( + config, + config.transformRequest + ); + + if (['post', 'put', 'patch'].indexOf(config.method) !== -1) { + config.headers.setContentType('application/x-www-form-urlencoded', false); + } + + const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter); + + return adapter(config).then(function onAdapterResolution(response) { + throwIfCancellationRequested(config); + + // Transform response data + response.data = transformData.call( + config, + config.transformResponse, + response + ); + + response.headers = AxiosHeaders$1.from(response.headers); + + return response; + }, function onAdapterRejection(reason) { + if (!isCancel(reason)) { + throwIfCancellationRequested(config); + + // Transform response data + if (reason && reason.response) { + reason.response.data = transformData.call( + config, + config.transformResponse, + reason.response + ); + reason.response.headers = AxiosHeaders$1.from(reason.response.headers); + } + } + + return Promise.reject(reason); + }); +} + +const VERSION = "1.8.4"; + +const validators$1 = {}; + +// eslint-disable-next-line func-names +['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => { + validators$1[type] = function validator(thing) { + return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type; + }; +}); + +const deprecatedWarnings = {}; + +/** + * Transitional option validator + * + * @param {function|boolean?} validator - set to false if the transitional option has been removed + * @param {string?} version - deprecated version / removed since version + * @param {string?} message - some message with additional info + * + * @returns {function} + */ +validators$1.transitional = function transitional(validator, version, message) { + function formatMessage(opt, desc) { + return '[Axios v' + VERSION + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : ''); + } + + // eslint-disable-next-line func-names + return (value, opt, opts) => { + if (validator === false) { + throw new AxiosError( + formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), + AxiosError.ERR_DEPRECATED + ); + } + + if (version && !deprecatedWarnings[opt]) { + deprecatedWarnings[opt] = true; + // eslint-disable-next-line no-console + console.warn( + formatMessage( + opt, + ' has been deprecated since v' + version + ' and will be removed in the near future' + ) + ); + } + + return validator ? validator(value, opt, opts) : true; + }; +}; + +validators$1.spelling = function spelling(correctSpelling) { + return (value, opt) => { + // eslint-disable-next-line no-console + console.warn(`${opt} is likely a misspelling of ${correctSpelling}`); + return true; + } +}; + +/** + * Assert object's properties type + * + * @param {object} options + * @param {object} schema + * @param {boolean?} allowUnknown + * + * @returns {object} + */ + +function assertOptions(options, schema, allowUnknown) { + if (typeof options !== 'object') { + throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE); + } + const keys = Object.keys(options); + let i = keys.length; + while (i-- > 0) { + const opt = keys[i]; + const validator = schema[opt]; + if (validator) { + const value = options[opt]; + const result = value === undefined || validator(value, opt, options); + if (result !== true) { + throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE); + } + continue; + } + if (allowUnknown !== true) { + throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION); + } + } +} + +var validator = { + assertOptions, + validators: validators$1 +}; + +const validators = validator.validators; + +/** + * Create a new instance of Axios + * + * @param {Object} instanceConfig The default config for the instance + * + * @return {Axios} A new instance of Axios + */ +class Axios { + constructor(instanceConfig) { + this.defaults = instanceConfig; + this.interceptors = { + request: new InterceptorManager$1(), + response: new InterceptorManager$1() + }; + } + + /** + * Dispatch a request + * + * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults) + * @param {?Object} config + * + * @returns {Promise} The Promise to be fulfilled + */ + async request(configOrUrl, config) { + try { + return await this._request(configOrUrl, config); + } catch (err) { + if (err instanceof Error) { + let dummy = {}; + + Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error()); + + // slice off the Error: ... line + const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : ''; + try { + if (!err.stack) { + err.stack = stack; + // match without the 2 top stack lines + } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) { + err.stack += '\n' + stack; + } + } catch (e) { + // ignore the case where "stack" is an un-writable property + } + } + + throw err; + } + } + + _request(configOrUrl, config) { + /*eslint no-param-reassign:0*/ + // Allow for axios('example/url'[, config]) a la fetch API + if (typeof configOrUrl === 'string') { + config = config || {}; + config.url = configOrUrl; + } else { + config = configOrUrl || {}; + } + + config = mergeConfig(this.defaults, config); + + const {transitional, paramsSerializer, headers} = config; + + if (transitional !== undefined) { + validator.assertOptions(transitional, { + silentJSONParsing: validators.transitional(validators.boolean), + forcedJSONParsing: validators.transitional(validators.boolean), + clarifyTimeoutError: validators.transitional(validators.boolean) + }, false); + } + + if (paramsSerializer != null) { + if (utils$1.isFunction(paramsSerializer)) { + config.paramsSerializer = { + serialize: paramsSerializer + }; + } else { + validator.assertOptions(paramsSerializer, { + encode: validators.function, + serialize: validators.function + }, true); + } + } + + // Set config.allowAbsoluteUrls + if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) { + config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls; + } else { + config.allowAbsoluteUrls = true; + } + + validator.assertOptions(config, { + baseUrl: validators.spelling('baseURL'), + withXsrfToken: validators.spelling('withXSRFToken') + }, true); + + // Set config.method + config.method = (config.method || this.defaults.method || 'get').toLowerCase(); + + // Flatten headers + let contextHeaders = headers && utils$1.merge( + headers.common, + headers[config.method] + ); + + headers && utils$1.forEach( + ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], + (method) => { + delete headers[method]; + } + ); + + config.headers = AxiosHeaders$1.concat(contextHeaders, headers); + + // filter out skipped interceptors + const requestInterceptorChain = []; + let synchronousRequestInterceptors = true; + this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { + if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) { + return; + } + + synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous; + + requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected); + }); + + const responseInterceptorChain = []; + this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { + responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected); + }); + + let promise; + let i = 0; + let len; + + if (!synchronousRequestInterceptors) { + const chain = [dispatchRequest.bind(this), undefined]; + chain.unshift.apply(chain, requestInterceptorChain); + chain.push.apply(chain, responseInterceptorChain); + len = chain.length; + + promise = Promise.resolve(config); + + while (i < len) { + promise = promise.then(chain[i++], chain[i++]); + } + + return promise; + } + + len = requestInterceptorChain.length; + + let newConfig = config; + + i = 0; + + while (i < len) { + const onFulfilled = requestInterceptorChain[i++]; + const onRejected = requestInterceptorChain[i++]; + try { + newConfig = onFulfilled(newConfig); + } catch (error) { + onRejected.call(this, error); + break; + } + } + + try { + promise = dispatchRequest.call(this, newConfig); + } catch (error) { + return Promise.reject(error); + } + + i = 0; + len = responseInterceptorChain.length; + + while (i < len) { + promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]); + } + + return promise; + } + + getUri(config) { + config = mergeConfig(this.defaults, config); + const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); + return buildURL(fullPath, config.params, config.paramsSerializer); + } +} + +// Provide aliases for supported request methods +utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function(url, config) { + return this.request(mergeConfig(config || {}, { + method, + url, + data: (config || {}).data + })); + }; +}); + +utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + /*eslint func-names:0*/ + + function generateHTTPMethod(isForm) { + return function httpMethod(url, data, config) { + return this.request(mergeConfig(config || {}, { + method, + headers: isForm ? { + 'Content-Type': 'multipart/form-data' + } : {}, + url, + data + })); + }; + } + + Axios.prototype[method] = generateHTTPMethod(); + + Axios.prototype[method + 'Form'] = generateHTTPMethod(true); +}); + +var Axios$1 = Axios; + +/** + * A `CancelToken` is an object that can be used to request cancellation of an operation. + * + * @param {Function} executor The executor function. + * + * @returns {CancelToken} + */ +class CancelToken { + constructor(executor) { + if (typeof executor !== 'function') { + throw new TypeError('executor must be a function.'); + } + + let resolvePromise; + + this.promise = new Promise(function promiseExecutor(resolve) { + resolvePromise = resolve; + }); + + const token = this; + + // eslint-disable-next-line func-names + this.promise.then(cancel => { + if (!token._listeners) return; + + let i = token._listeners.length; + + while (i-- > 0) { + token._listeners[i](cancel); + } + token._listeners = null; + }); + + // eslint-disable-next-line func-names + this.promise.then = onfulfilled => { + let _resolve; + // eslint-disable-next-line func-names + const promise = new Promise(resolve => { + token.subscribe(resolve); + _resolve = resolve; + }).then(onfulfilled); + + promise.cancel = function reject() { + token.unsubscribe(_resolve); + }; + + return promise; + }; + + executor(function cancel(message, config, request) { + if (token.reason) { + // Cancellation has already been requested + return; + } + + token.reason = new CanceledError(message, config, request); + resolvePromise(token.reason); + }); + } + + /** + * Throws a `CanceledError` if cancellation has been requested. + */ + throwIfRequested() { + if (this.reason) { + throw this.reason; + } + } + + /** + * Subscribe to the cancel signal + */ + + subscribe(listener) { + if (this.reason) { + listener(this.reason); + return; + } + + if (this._listeners) { + this._listeners.push(listener); + } else { + this._listeners = [listener]; + } + } + + /** + * Unsubscribe from the cancel signal + */ + + unsubscribe(listener) { + if (!this._listeners) { + return; + } + const index = this._listeners.indexOf(listener); + if (index !== -1) { + this._listeners.splice(index, 1); + } + } + + toAbortSignal() { + const controller = new AbortController(); + + const abort = (err) => { + controller.abort(err); + }; + + this.subscribe(abort); + + controller.signal.unsubscribe = () => this.unsubscribe(abort); + + return controller.signal; + } + + /** + * Returns an object that contains a new `CancelToken` and a function that, when called, + * cancels the `CancelToken`. + */ + static source() { + let cancel; + const token = new CancelToken(function executor(c) { + cancel = c; + }); + return { + token, + cancel + }; + } +} + +var CancelToken$1 = CancelToken; + +/** + * Syntactic sugar for invoking a function and expanding an array for arguments. + * + * Common use case would be to use `Function.prototype.apply`. + * + * ```js + * function f(x, y, z) {} + * var args = [1, 2, 3]; + * f.apply(null, args); + * ``` + * + * With `spread` this example can be re-written. + * + * ```js + * spread(function(x, y, z) {})([1, 2, 3]); + * ``` + * + * @param {Function} callback + * + * @returns {Function} + */ +function spread(callback) { + return function wrap(arr) { + return callback.apply(null, arr); + }; +} + +/** + * Determines whether the payload is an error thrown by Axios + * + * @param {*} payload The value to test + * + * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false + */ +function isAxiosError(payload) { + return utils$1.isObject(payload) && (payload.isAxiosError === true); +} + +const HttpStatusCode = { + Continue: 100, + SwitchingProtocols: 101, + Processing: 102, + EarlyHints: 103, + Ok: 200, + Created: 201, + Accepted: 202, + NonAuthoritativeInformation: 203, + NoContent: 204, + ResetContent: 205, + PartialContent: 206, + MultiStatus: 207, + AlreadyReported: 208, + ImUsed: 226, + MultipleChoices: 300, + MovedPermanently: 301, + Found: 302, + SeeOther: 303, + NotModified: 304, + UseProxy: 305, + Unused: 306, + TemporaryRedirect: 307, + PermanentRedirect: 308, + BadRequest: 400, + Unauthorized: 401, + PaymentRequired: 402, + Forbidden: 403, + NotFound: 404, + MethodNotAllowed: 405, + NotAcceptable: 406, + ProxyAuthenticationRequired: 407, + RequestTimeout: 408, + Conflict: 409, + Gone: 410, + LengthRequired: 411, + PreconditionFailed: 412, + PayloadTooLarge: 413, + UriTooLong: 414, + UnsupportedMediaType: 415, + RangeNotSatisfiable: 416, + ExpectationFailed: 417, + ImATeapot: 418, + MisdirectedRequest: 421, + UnprocessableEntity: 422, + Locked: 423, + FailedDependency: 424, + TooEarly: 425, + UpgradeRequired: 426, + PreconditionRequired: 428, + TooManyRequests: 429, + RequestHeaderFieldsTooLarge: 431, + UnavailableForLegalReasons: 451, + InternalServerError: 500, + NotImplemented: 501, + BadGateway: 502, + ServiceUnavailable: 503, + GatewayTimeout: 504, + HttpVersionNotSupported: 505, + VariantAlsoNegotiates: 506, + InsufficientStorage: 507, + LoopDetected: 508, + NotExtended: 510, + NetworkAuthenticationRequired: 511, +}; + +Object.entries(HttpStatusCode).forEach(([key, value]) => { + HttpStatusCode[value] = key; +}); + +var HttpStatusCode$1 = HttpStatusCode; + +/** + * Create an instance of Axios + * + * @param {Object} defaultConfig The default config for the instance + * + * @returns {Axios} A new instance of Axios + */ +function createInstance(defaultConfig) { + const context = new Axios$1(defaultConfig); + const instance = bind(Axios$1.prototype.request, context); + + // Copy axios.prototype to instance + utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true}); + + // Copy context to instance + utils$1.extend(instance, context, null, {allOwnKeys: true}); + + // Factory for creating new instances + instance.create = function create(instanceConfig) { + return createInstance(mergeConfig(defaultConfig, instanceConfig)); + }; + + return instance; +} + +// Create the default instance to be exported +const axios = createInstance(defaults$1); + +// Expose Axios class to allow class inheritance +axios.Axios = Axios$1; + +// Expose Cancel & CancelToken +axios.CanceledError = CanceledError; +axios.CancelToken = CancelToken$1; +axios.isCancel = isCancel; +axios.VERSION = VERSION; +axios.toFormData = toFormData; + +// Expose AxiosError class +axios.AxiosError = AxiosError; + +// alias for CanceledError for backward compatibility +axios.Cancel = axios.CanceledError; + +// Expose all/spread +axios.all = function all(promises) { + return Promise.all(promises); +}; + +axios.spread = spread; + +// Expose isAxiosError +axios.isAxiosError = isAxiosError; + +// Expose mergeConfig +axios.mergeConfig = mergeConfig; + +axios.AxiosHeaders = AxiosHeaders$1; + +axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing); + +axios.getAdapter = adapters.getAdapter; + +axios.HttpStatusCode = HttpStatusCode$1; + +axios.default = axios; + +module.exports = axios; +//# sourceMappingURL=axios.cjs.map diff --git a/server/node_modules/axios/dist/browser/axios.cjs.map b/server/node_modules/axios/dist/browser/axios.cjs.map new file mode 100644 index 000000000..19775d4ca --- /dev/null +++ b/server/node_modules/axios/dist/browser/axios.cjs.map @@ -0,0 +1 @@ +{"version":3,"file":"axios.cjs","sources":["../../lib/helpers/bind.js","../../lib/utils.js","../../lib/core/AxiosError.js","../../lib/helpers/null.js","../../lib/helpers/toFormData.js","../../lib/helpers/AxiosURLSearchParams.js","../../lib/helpers/buildURL.js","../../lib/core/InterceptorManager.js","../../lib/defaults/transitional.js","../../lib/platform/browser/classes/URLSearchParams.js","../../lib/platform/browser/classes/FormData.js","../../lib/platform/browser/classes/Blob.js","../../lib/platform/browser/index.js","../../lib/platform/common/utils.js","../../lib/platform/index.js","../../lib/helpers/toURLEncodedForm.js","../../lib/helpers/formDataToJSON.js","../../lib/defaults/index.js","../../lib/helpers/parseHeaders.js","../../lib/core/AxiosHeaders.js","../../lib/core/transformData.js","../../lib/cancel/isCancel.js","../../lib/cancel/CanceledError.js","../../lib/core/settle.js","../../lib/helpers/parseProtocol.js","../../lib/helpers/speedometer.js","../../lib/helpers/throttle.js","../../lib/helpers/progressEventReducer.js","../../lib/helpers/isURLSameOrigin.js","../../lib/helpers/cookies.js","../../lib/helpers/isAbsoluteURL.js","../../lib/helpers/combineURLs.js","../../lib/core/buildFullPath.js","../../lib/core/mergeConfig.js","../../lib/helpers/resolveConfig.js","../../lib/adapters/xhr.js","../../lib/helpers/composeSignals.js","../../lib/helpers/trackStream.js","../../lib/adapters/fetch.js","../../lib/adapters/adapters.js","../../lib/core/dispatchRequest.js","../../lib/env/data.js","../../lib/helpers/validator.js","../../lib/core/Axios.js","../../lib/cancel/CancelToken.js","../../lib/helpers/spread.js","../../lib/helpers/isAxiosError.js","../../lib/helpers/HttpStatusCode.js","../../lib/axios.js"],"sourcesContent":["'use strict';\n\nexport default function bind(fn, thisArg) {\n return function wrap() {\n return fn.apply(thisArg, arguments);\n };\n}\n","'use strict';\n\nimport bind from './helpers/bind.js';\n\n// utils is a library of generic helper functions non-specific to axios\n\nconst {toString} = Object.prototype;\nconst {getPrototypeOf} = Object;\n\nconst kindOf = (cache => thing => {\n const str = toString.call(thing);\n return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());\n})(Object.create(null));\n\nconst kindOfTest = (type) => {\n type = type.toLowerCase();\n return (thing) => kindOf(thing) === type\n}\n\nconst typeOfTest = type => thing => typeof thing === type;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n *\n * @returns {boolean} True if value is an Array, otherwise false\n */\nconst {isArray} = Array;\n\n/**\n * Determine if a value is undefined\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nconst isUndefined = typeOfTest('undefined');\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nconst isArrayBuffer = kindOfTest('ArrayBuffer');\n\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n let result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a String, otherwise false\n */\nconst isString = typeOfTest('string');\n\n/**\n * Determine if a value is a Function\n *\n * @param {*} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nconst isFunction = typeOfTest('function');\n\n/**\n * Determine if a value is a Number\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Number, otherwise false\n */\nconst isNumber = typeOfTest('number');\n\n/**\n * Determine if a value is an Object\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an Object, otherwise false\n */\nconst isObject = (thing) => thing !== null && typeof thing === 'object';\n\n/**\n * Determine if a value is a Boolean\n *\n * @param {*} thing The value to test\n * @returns {boolean} True if value is a Boolean, otherwise false\n */\nconst isBoolean = thing => thing === true || thing === false;\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a plain Object, otherwise false\n */\nconst isPlainObject = (val) => {\n if (kindOf(val) !== 'object') {\n return false;\n }\n\n const prototype = getPrototypeOf(val);\n return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Date, otherwise false\n */\nconst isDate = kindOfTest('Date');\n\n/**\n * Determine if a value is a File\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFile = kindOfTest('File');\n\n/**\n * Determine if a value is a Blob\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nconst isBlob = kindOfTest('Blob');\n\n/**\n * Determine if a value is a FileList\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFileList = kindOfTest('FileList');\n\n/**\n * Determine if a value is a Stream\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nconst isStream = (val) => isObject(val) && isFunction(val.pipe);\n\n/**\n * Determine if a value is a FormData\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nconst isFormData = (thing) => {\n let kind;\n return thing && (\n (typeof FormData === 'function' && thing instanceof FormData) || (\n isFunction(thing.append) && (\n (kind = kindOf(thing)) === 'formdata' ||\n // detect form-data instance\n (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')\n )\n )\n )\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nconst isURLSearchParams = kindOfTest('URLSearchParams');\n\nconst [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest);\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n *\n * @returns {String} The String freed of excess whitespace\n */\nconst trim = (str) => str.trim ?\n str.trim() : str.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g, '');\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n *\n * @param {Boolean} [allOwnKeys = false]\n * @returns {any}\n */\nfunction forEach(obj, fn, {allOwnKeys = false} = {}) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n let i;\n let l;\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);\n const len = keys.length;\n let key;\n\n for (i = 0; i < len; i++) {\n key = keys[i];\n fn.call(null, obj[key], key, obj);\n }\n }\n}\n\nfunction findKey(obj, key) {\n key = key.toLowerCase();\n const keys = Object.keys(obj);\n let i = keys.length;\n let _key;\n while (i-- > 0) {\n _key = keys[i];\n if (key === _key.toLowerCase()) {\n return _key;\n }\n }\n return null;\n}\n\nconst _global = (() => {\n /*eslint no-undef:0*/\n if (typeof globalThis !== \"undefined\") return globalThis;\n return typeof self !== \"undefined\" ? self : (typeof window !== 'undefined' ? window : global)\n})();\n\nconst isContextDefined = (context) => !isUndefined(context) && context !== _global;\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n *\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n const {caseless} = isContextDefined(this) && this || {};\n const result = {};\n const assignValue = (val, key) => {\n const targetKey = caseless && findKey(result, key) || key;\n if (isPlainObject(result[targetKey]) && isPlainObject(val)) {\n result[targetKey] = merge(result[targetKey], val);\n } else if (isPlainObject(val)) {\n result[targetKey] = merge({}, val);\n } else if (isArray(val)) {\n result[targetKey] = val.slice();\n } else {\n result[targetKey] = val;\n }\n }\n\n for (let i = 0, l = arguments.length; i < l; i++) {\n arguments[i] && forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n *\n * @param {Boolean} [allOwnKeys]\n * @returns {Object} The resulting value of object a\n */\nconst extend = (a, b, thisArg, {allOwnKeys}= {}) => {\n forEach(b, (val, key) => {\n if (thisArg && isFunction(val)) {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n }, {allOwnKeys});\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n *\n * @returns {string} content value without BOM\n */\nconst stripBOM = (content) => {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\n/**\n * Inherit the prototype methods from one constructor into another\n * @param {function} constructor\n * @param {function} superConstructor\n * @param {object} [props]\n * @param {object} [descriptors]\n *\n * @returns {void}\n */\nconst inherits = (constructor, superConstructor, props, descriptors) => {\n constructor.prototype = Object.create(superConstructor.prototype, descriptors);\n constructor.prototype.constructor = constructor;\n Object.defineProperty(constructor, 'super', {\n value: superConstructor.prototype\n });\n props && Object.assign(constructor.prototype, props);\n}\n\n/**\n * Resolve object with deep prototype chain to a flat object\n * @param {Object} sourceObj source object\n * @param {Object} [destObj]\n * @param {Function|Boolean} [filter]\n * @param {Function} [propFilter]\n *\n * @returns {Object}\n */\nconst toFlatObject = (sourceObj, destObj, filter, propFilter) => {\n let props;\n let i;\n let prop;\n const merged = {};\n\n destObj = destObj || {};\n // eslint-disable-next-line no-eq-null,eqeqeq\n if (sourceObj == null) return destObj;\n\n do {\n props = Object.getOwnPropertyNames(sourceObj);\n i = props.length;\n while (i-- > 0) {\n prop = props[i];\n if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {\n destObj[prop] = sourceObj[prop];\n merged[prop] = true;\n }\n }\n sourceObj = filter !== false && getPrototypeOf(sourceObj);\n } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);\n\n return destObj;\n}\n\n/**\n * Determines whether a string ends with the characters of a specified string\n *\n * @param {String} str\n * @param {String} searchString\n * @param {Number} [position= 0]\n *\n * @returns {boolean}\n */\nconst endsWith = (str, searchString, position) => {\n str = String(str);\n if (position === undefined || position > str.length) {\n position = str.length;\n }\n position -= searchString.length;\n const lastIndex = str.indexOf(searchString, position);\n return lastIndex !== -1 && lastIndex === position;\n}\n\n\n/**\n * Returns new array from array like object or null if failed\n *\n * @param {*} [thing]\n *\n * @returns {?Array}\n */\nconst toArray = (thing) => {\n if (!thing) return null;\n if (isArray(thing)) return thing;\n let i = thing.length;\n if (!isNumber(i)) return null;\n const arr = new Array(i);\n while (i-- > 0) {\n arr[i] = thing[i];\n }\n return arr;\n}\n\n/**\n * Checking if the Uint8Array exists and if it does, it returns a function that checks if the\n * thing passed in is an instance of Uint8Array\n *\n * @param {TypedArray}\n *\n * @returns {Array}\n */\n// eslint-disable-next-line func-names\nconst isTypedArray = (TypedArray => {\n // eslint-disable-next-line func-names\n return thing => {\n return TypedArray && thing instanceof TypedArray;\n };\n})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));\n\n/**\n * For each entry in the object, call the function with the key and value.\n *\n * @param {Object} obj - The object to iterate over.\n * @param {Function} fn - The function to call for each entry.\n *\n * @returns {void}\n */\nconst forEachEntry = (obj, fn) => {\n const generator = obj && obj[Symbol.iterator];\n\n const iterator = generator.call(obj);\n\n let result;\n\n while ((result = iterator.next()) && !result.done) {\n const pair = result.value;\n fn.call(obj, pair[0], pair[1]);\n }\n}\n\n/**\n * It takes a regular expression and a string, and returns an array of all the matches\n *\n * @param {string} regExp - The regular expression to match against.\n * @param {string} str - The string to search.\n *\n * @returns {Array}\n */\nconst matchAll = (regExp, str) => {\n let matches;\n const arr = [];\n\n while ((matches = regExp.exec(str)) !== null) {\n arr.push(matches);\n }\n\n return arr;\n}\n\n/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */\nconst isHTMLForm = kindOfTest('HTMLFormElement');\n\nconst toCamelCase = str => {\n return str.toLowerCase().replace(/[-_\\s]([a-z\\d])(\\w*)/g,\n function replacer(m, p1, p2) {\n return p1.toUpperCase() + p2;\n }\n );\n};\n\n/* Creating a function that will check if an object has a property. */\nconst hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);\n\n/**\n * Determine if a value is a RegExp object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a RegExp object, otherwise false\n */\nconst isRegExp = kindOfTest('RegExp');\n\nconst reduceDescriptors = (obj, reducer) => {\n const descriptors = Object.getOwnPropertyDescriptors(obj);\n const reducedDescriptors = {};\n\n forEach(descriptors, (descriptor, name) => {\n let ret;\n if ((ret = reducer(descriptor, name, obj)) !== false) {\n reducedDescriptors[name] = ret || descriptor;\n }\n });\n\n Object.defineProperties(obj, reducedDescriptors);\n}\n\n/**\n * Makes all methods read-only\n * @param {Object} obj\n */\n\nconst freezeMethods = (obj) => {\n reduceDescriptors(obj, (descriptor, name) => {\n // skip restricted props in strict mode\n if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {\n return false;\n }\n\n const value = obj[name];\n\n if (!isFunction(value)) return;\n\n descriptor.enumerable = false;\n\n if ('writable' in descriptor) {\n descriptor.writable = false;\n return;\n }\n\n if (!descriptor.set) {\n descriptor.set = () => {\n throw Error('Can not rewrite read-only method \\'' + name + '\\'');\n };\n }\n });\n}\n\nconst toObjectSet = (arrayOrString, delimiter) => {\n const obj = {};\n\n const define = (arr) => {\n arr.forEach(value => {\n obj[value] = true;\n });\n }\n\n isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));\n\n return obj;\n}\n\nconst noop = () => {}\n\nconst toFiniteNumber = (value, defaultValue) => {\n return value != null && Number.isFinite(value = +value) ? value : defaultValue;\n}\n\n/**\n * If the thing is a FormData object, return true, otherwise return false.\n *\n * @param {unknown} thing - The thing to check.\n *\n * @returns {boolean}\n */\nfunction isSpecCompliantForm(thing) {\n return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);\n}\n\nconst toJSONObject = (obj) => {\n const stack = new Array(10);\n\n const visit = (source, i) => {\n\n if (isObject(source)) {\n if (stack.indexOf(source) >= 0) {\n return;\n }\n\n if(!('toJSON' in source)) {\n stack[i] = source;\n const target = isArray(source) ? [] : {};\n\n forEach(source, (value, key) => {\n const reducedValue = visit(value, i + 1);\n !isUndefined(reducedValue) && (target[key] = reducedValue);\n });\n\n stack[i] = undefined;\n\n return target;\n }\n }\n\n return source;\n }\n\n return visit(obj, 0);\n}\n\nconst isAsyncFn = kindOfTest('AsyncFunction');\n\nconst isThenable = (thing) =>\n thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);\n\n// original code\n// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34\n\nconst _setImmediate = ((setImmediateSupported, postMessageSupported) => {\n if (setImmediateSupported) {\n return setImmediate;\n }\n\n return postMessageSupported ? ((token, callbacks) => {\n _global.addEventListener(\"message\", ({source, data}) => {\n if (source === _global && data === token) {\n callbacks.length && callbacks.shift()();\n }\n }, false);\n\n return (cb) => {\n callbacks.push(cb);\n _global.postMessage(token, \"*\");\n }\n })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);\n})(\n typeof setImmediate === 'function',\n isFunction(_global.postMessage)\n);\n\nconst asap = typeof queueMicrotask !== 'undefined' ?\n queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate);\n\n// *********************\n\nexport default {\n isArray,\n isArrayBuffer,\n isBuffer,\n isFormData,\n isArrayBufferView,\n isString,\n isNumber,\n isBoolean,\n isObject,\n isPlainObject,\n isReadableStream,\n isRequest,\n isResponse,\n isHeaders,\n isUndefined,\n isDate,\n isFile,\n isBlob,\n isRegExp,\n isFunction,\n isStream,\n isURLSearchParams,\n isTypedArray,\n isFileList,\n forEach,\n merge,\n extend,\n trim,\n stripBOM,\n inherits,\n toFlatObject,\n kindOf,\n kindOfTest,\n endsWith,\n toArray,\n forEachEntry,\n matchAll,\n isHTMLForm,\n hasOwnProperty,\n hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection\n reduceDescriptors,\n freezeMethods,\n toObjectSet,\n toCamelCase,\n noop,\n toFiniteNumber,\n findKey,\n global: _global,\n isContextDefined,\n isSpecCompliantForm,\n toJSONObject,\n isAsyncFn,\n isThenable,\n setImmediate: _setImmediate,\n asap\n};\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [config] The config.\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n *\n * @returns {Error} The created error.\n */\nfunction AxiosError(message, code, config, request, response) {\n Error.call(this);\n\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, this.constructor);\n } else {\n this.stack = (new Error()).stack;\n }\n\n this.message = message;\n this.name = 'AxiosError';\n code && (this.code = code);\n config && (this.config = config);\n request && (this.request = request);\n if (response) {\n this.response = response;\n this.status = response.status ? response.status : null;\n }\n}\n\nutils.inherits(AxiosError, Error, {\n toJSON: function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: utils.toJSONObject(this.config),\n code: this.code,\n status: this.status\n };\n }\n});\n\nconst prototype = AxiosError.prototype;\nconst descriptors = {};\n\n[\n 'ERR_BAD_OPTION_VALUE',\n 'ERR_BAD_OPTION',\n 'ECONNABORTED',\n 'ETIMEDOUT',\n 'ERR_NETWORK',\n 'ERR_FR_TOO_MANY_REDIRECTS',\n 'ERR_DEPRECATED',\n 'ERR_BAD_RESPONSE',\n 'ERR_BAD_REQUEST',\n 'ERR_CANCELED',\n 'ERR_NOT_SUPPORT',\n 'ERR_INVALID_URL'\n// eslint-disable-next-line func-names\n].forEach(code => {\n descriptors[code] = {value: code};\n});\n\nObject.defineProperties(AxiosError, descriptors);\nObject.defineProperty(prototype, 'isAxiosError', {value: true});\n\n// eslint-disable-next-line func-names\nAxiosError.from = (error, code, config, request, response, customProps) => {\n const axiosError = Object.create(prototype);\n\n utils.toFlatObject(error, axiosError, function filter(obj) {\n return obj !== Error.prototype;\n }, prop => {\n return prop !== 'isAxiosError';\n });\n\n AxiosError.call(axiosError, error.message, code, config, request, response);\n\n axiosError.cause = error;\n\n axiosError.name = error.name;\n\n customProps && Object.assign(axiosError, customProps);\n\n return axiosError;\n};\n\nexport default AxiosError;\n","// eslint-disable-next-line strict\nexport default null;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\n// temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored\nimport PlatformFormData from '../platform/node/classes/FormData.js';\n\n/**\n * Determines if the given thing is a array or js object.\n *\n * @param {string} thing - The object or array to be visited.\n *\n * @returns {boolean}\n */\nfunction isVisitable(thing) {\n return utils.isPlainObject(thing) || utils.isArray(thing);\n}\n\n/**\n * It removes the brackets from the end of a string\n *\n * @param {string} key - The key of the parameter.\n *\n * @returns {string} the key without the brackets.\n */\nfunction removeBrackets(key) {\n return utils.endsWith(key, '[]') ? key.slice(0, -2) : key;\n}\n\n/**\n * It takes a path, a key, and a boolean, and returns a string\n *\n * @param {string} path - The path to the current key.\n * @param {string} key - The key of the current object being iterated over.\n * @param {string} dots - If true, the key will be rendered with dots instead of brackets.\n *\n * @returns {string} The path to the current key.\n */\nfunction renderKey(path, key, dots) {\n if (!path) return key;\n return path.concat(key).map(function each(token, i) {\n // eslint-disable-next-line no-param-reassign\n token = removeBrackets(token);\n return !dots && i ? '[' + token + ']' : token;\n }).join(dots ? '.' : '');\n}\n\n/**\n * If the array is an array and none of its elements are visitable, then it's a flat array.\n *\n * @param {Array} arr - The array to check\n *\n * @returns {boolean}\n */\nfunction isFlatArray(arr) {\n return utils.isArray(arr) && !arr.some(isVisitable);\n}\n\nconst predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {\n return /^is[A-Z]/.test(prop);\n});\n\n/**\n * Convert a data object to FormData\n *\n * @param {Object} obj\n * @param {?Object} [formData]\n * @param {?Object} [options]\n * @param {Function} [options.visitor]\n * @param {Boolean} [options.metaTokens = true]\n * @param {Boolean} [options.dots = false]\n * @param {?Boolean} [options.indexes = false]\n *\n * @returns {Object}\n **/\n\n/**\n * It converts an object into a FormData object\n *\n * @param {Object} obj - The object to convert to form data.\n * @param {string} formData - The FormData object to append to.\n * @param {Object} options\n *\n * @returns\n */\nfunction toFormData(obj, formData, options) {\n if (!utils.isObject(obj)) {\n throw new TypeError('target must be an object');\n }\n\n // eslint-disable-next-line no-param-reassign\n formData = formData || new (PlatformFormData || FormData)();\n\n // eslint-disable-next-line no-param-reassign\n options = utils.toFlatObject(options, {\n metaTokens: true,\n dots: false,\n indexes: false\n }, false, function defined(option, source) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n return !utils.isUndefined(source[option]);\n });\n\n const metaTokens = options.metaTokens;\n // eslint-disable-next-line no-use-before-define\n const visitor = options.visitor || defaultVisitor;\n const dots = options.dots;\n const indexes = options.indexes;\n const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;\n const useBlob = _Blob && utils.isSpecCompliantForm(formData);\n\n if (!utils.isFunction(visitor)) {\n throw new TypeError('visitor must be a function');\n }\n\n function convertValue(value) {\n if (value === null) return '';\n\n if (utils.isDate(value)) {\n return value.toISOString();\n }\n\n if (!useBlob && utils.isBlob(value)) {\n throw new AxiosError('Blob is not supported. Use a Buffer instead.');\n }\n\n if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {\n return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);\n }\n\n return value;\n }\n\n /**\n * Default visitor.\n *\n * @param {*} value\n * @param {String|Number} key\n * @param {Array} path\n * @this {FormData}\n *\n * @returns {boolean} return true to visit the each prop of the value recursively\n */\n function defaultVisitor(value, key, path) {\n let arr = value;\n\n if (value && !path && typeof value === 'object') {\n if (utils.endsWith(key, '{}')) {\n // eslint-disable-next-line no-param-reassign\n key = metaTokens ? key : key.slice(0, -2);\n // eslint-disable-next-line no-param-reassign\n value = JSON.stringify(value);\n } else if (\n (utils.isArray(value) && isFlatArray(value)) ||\n ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value))\n )) {\n // eslint-disable-next-line no-param-reassign\n key = removeBrackets(key);\n\n arr.forEach(function each(el, index) {\n !(utils.isUndefined(el) || el === null) && formData.append(\n // eslint-disable-next-line no-nested-ternary\n indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),\n convertValue(el)\n );\n });\n return false;\n }\n }\n\n if (isVisitable(value)) {\n return true;\n }\n\n formData.append(renderKey(path, key, dots), convertValue(value));\n\n return false;\n }\n\n const stack = [];\n\n const exposedHelpers = Object.assign(predicates, {\n defaultVisitor,\n convertValue,\n isVisitable\n });\n\n function build(value, path) {\n if (utils.isUndefined(value)) return;\n\n if (stack.indexOf(value) !== -1) {\n throw Error('Circular reference detected in ' + path.join('.'));\n }\n\n stack.push(value);\n\n utils.forEach(value, function each(el, key) {\n const result = !(utils.isUndefined(el) || el === null) && visitor.call(\n formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers\n );\n\n if (result === true) {\n build(el, path ? path.concat(key) : [key]);\n }\n });\n\n stack.pop();\n }\n\n if (!utils.isObject(obj)) {\n throw new TypeError('data must be an object');\n }\n\n build(obj);\n\n return formData;\n}\n\nexport default toFormData;\n","'use strict';\n\nimport toFormData from './toFormData.js';\n\n/**\n * It encodes a string by replacing all characters that are not in the unreserved set with\n * their percent-encoded equivalents\n *\n * @param {string} str - The string to encode.\n *\n * @returns {string} The encoded string.\n */\nfunction encode(str) {\n const charMap = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+',\n '%00': '\\x00'\n };\n return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {\n return charMap[match];\n });\n}\n\n/**\n * It takes a params object and converts it to a FormData object\n *\n * @param {Object} params - The parameters to be converted to a FormData object.\n * @param {Object} options - The options object passed to the Axios constructor.\n *\n * @returns {void}\n */\nfunction AxiosURLSearchParams(params, options) {\n this._pairs = [];\n\n params && toFormData(params, this, options);\n}\n\nconst prototype = AxiosURLSearchParams.prototype;\n\nprototype.append = function append(name, value) {\n this._pairs.push([name, value]);\n};\n\nprototype.toString = function toString(encoder) {\n const _encode = encoder ? function(value) {\n return encoder.call(this, value, encode);\n } : encode;\n\n return this._pairs.map(function each(pair) {\n return _encode(pair[0]) + '=' + _encode(pair[1]);\n }, '').join('&');\n};\n\nexport default AxiosURLSearchParams;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';\n\n/**\n * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their\n * URI encoded counterparts\n *\n * @param {string} val The value to be encoded.\n *\n * @returns {string} The encoded value.\n */\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @param {?(object|Function)} options\n *\n * @returns {string} The formatted url\n */\nexport default function buildURL(url, params, options) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n \n const _encode = options && options.encode || encode;\n\n if (utils.isFunction(options)) {\n options = {\n serialize: options\n };\n } \n\n const serializeFn = options && options.serialize;\n\n let serializedParams;\n\n if (serializeFn) {\n serializedParams = serializeFn(params, options);\n } else {\n serializedParams = utils.isURLSearchParams(params) ?\n params.toString() :\n new AxiosURLSearchParams(params, options).toString(_encode);\n }\n\n if (serializedParams) {\n const hashmarkIndex = url.indexOf(\"#\");\n\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\nclass InterceptorManager {\n constructor() {\n this.handlers = [];\n }\n\n /**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\n use(fulfilled, rejected, options) {\n this.handlers.push({\n fulfilled,\n rejected,\n synchronous: options ? options.synchronous : false,\n runWhen: options ? options.runWhen : null\n });\n return this.handlers.length - 1;\n }\n\n /**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n *\n * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise\n */\n eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n }\n\n /**\n * Clear all interceptors from the stack\n *\n * @returns {void}\n */\n clear() {\n if (this.handlers) {\n this.handlers = [];\n }\n }\n\n /**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n *\n * @returns {void}\n */\n forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n }\n}\n\nexport default InterceptorManager;\n","'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};\n","'use strict';\n\nimport AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';\nexport default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;\n","'use strict';\n\nexport default typeof FormData !== 'undefined' ? FormData : null;\n","'use strict'\n\nexport default typeof Blob !== 'undefined' ? Blob : null\n","import URLSearchParams from './classes/URLSearchParams.js'\nimport FormData from './classes/FormData.js'\nimport Blob from './classes/Blob.js'\n\nexport default {\n isBrowser: true,\n classes: {\n URLSearchParams,\n FormData,\n Blob\n },\n protocols: ['http', 'https', 'file', 'blob', 'url', 'data']\n};\n","const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';\n\nconst _navigator = typeof navigator === 'object' && navigator || undefined;\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n *\n * @returns {boolean}\n */\nconst hasStandardBrowserEnv = hasBrowserEnv &&\n (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);\n\n/**\n * Determine if we're running in a standard browser webWorker environment\n *\n * Although the `isStandardBrowserEnv` method indicates that\n * `allows axios to run in a web worker`, the WebWorker will still be\n * filtered out due to its judgment standard\n * `typeof window !== 'undefined' && typeof document !== 'undefined'`.\n * This leads to a problem when axios post `FormData` in webWorker\n */\nconst hasStandardBrowserWebWorkerEnv = (() => {\n return (\n typeof WorkerGlobalScope !== 'undefined' &&\n // eslint-disable-next-line no-undef\n self instanceof WorkerGlobalScope &&\n typeof self.importScripts === 'function'\n );\n})();\n\nconst origin = hasBrowserEnv && window.location.href || 'http://localhost';\n\nexport {\n hasBrowserEnv,\n hasStandardBrowserWebWorkerEnv,\n hasStandardBrowserEnv,\n _navigator as navigator,\n origin\n}\n","import platform from './node/index.js';\nimport * as utils from './common/utils.js';\n\nexport default {\n ...utils,\n ...platform\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\n\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function(value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']\n *\n * @param {string} name - The name of the property to get.\n *\n * @returns An array of strings.\n */\nfunction parsePropPath(name) {\n // foo[x][y][z]\n // foo.x.y.z\n // foo-x-y-z\n // foo x y z\n return utils.matchAll(/\\w+|\\[(\\w*)]/g, name).map(match => {\n return match[0] === '[]' ? '' : match[1] || match[0];\n });\n}\n\n/**\n * Convert an array to an object.\n *\n * @param {Array} arr - The array to convert to an object.\n *\n * @returns An object with the same keys and values as the array.\n */\nfunction arrayToObject(arr) {\n const obj = {};\n const keys = Object.keys(arr);\n let i;\n const len = keys.length;\n let key;\n for (i = 0; i < len; i++) {\n key = keys[i];\n obj[key] = arr[key];\n }\n return obj;\n}\n\n/**\n * It takes a FormData object and returns a JavaScript object\n *\n * @param {string} formData The FormData object to convert to JSON.\n *\n * @returns {Object | null} The converted object.\n */\nfunction formDataToJSON(formData) {\n function buildPath(path, value, target, index) {\n let name = path[index++];\n\n if (name === '__proto__') return true;\n\n const isNumericKey = Number.isFinite(+name);\n const isLast = index >= path.length;\n name = !name && utils.isArray(target) ? target.length : name;\n\n if (isLast) {\n if (utils.hasOwnProp(target, name)) {\n target[name] = [target[name], value];\n } else {\n target[name] = value;\n }\n\n return !isNumericKey;\n }\n\n if (!target[name] || !utils.isObject(target[name])) {\n target[name] = [];\n }\n\n const result = buildPath(path, value, target[name], index);\n\n if (result && utils.isArray(target[name])) {\n target[name] = arrayToObject(target[name]);\n }\n\n return !isNumericKey;\n }\n\n if (utils.isFormData(formData) && utils.isFunction(formData.entries)) {\n const obj = {};\n\n utils.forEachEntry(formData, (name, value) => {\n buildPath(parsePropPath(name), value, obj, 0);\n });\n\n return obj;\n }\n\n return null;\n}\n\nexport default formDataToJSON;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\nimport transitionalDefaults from './transitional.js';\nimport toFormData from '../helpers/toFormData.js';\nimport toURLEncodedForm from '../helpers/toURLEncodedForm.js';\nimport platform from '../platform/index.js';\nimport formDataToJSON from '../helpers/formDataToJSON.js';\n\n/**\n * It takes a string, tries to parse it, and if it fails, it returns the stringified version\n * of the input\n *\n * @param {any} rawValue - The value to be stringified.\n * @param {Function} parser - A function that parses a string into a JavaScript object.\n * @param {Function} encoder - A function that takes a value and returns a string.\n *\n * @returns {string} A stringified version of the rawValue.\n */\nfunction stringifySafely(rawValue, parser, encoder) {\n if (utils.isString(rawValue)) {\n try {\n (parser || JSON.parse)(rawValue);\n return utils.trim(rawValue);\n } catch (e) {\n if (e.name !== 'SyntaxError') {\n throw e;\n }\n }\n }\n\n return (encoder || JSON.stringify)(rawValue);\n}\n\nconst defaults = {\n\n transitional: transitionalDefaults,\n\n adapter: ['xhr', 'http', 'fetch'],\n\n transformRequest: [function transformRequest(data, headers) {\n const contentType = headers.getContentType() || '';\n const hasJSONContentType = contentType.indexOf('application/json') > -1;\n const isObjectPayload = utils.isObject(data);\n\n if (isObjectPayload && utils.isHTMLForm(data)) {\n data = new FormData(data);\n }\n\n const isFormData = utils.isFormData(data);\n\n if (isFormData) {\n return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;\n }\n\n if (utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data) ||\n utils.isReadableStream(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);\n return data.toString();\n }\n\n let isFileList;\n\n if (isObjectPayload) {\n if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {\n return toURLEncodedForm(data, this.formSerializer).toString();\n }\n\n if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {\n const _FormData = this.env && this.env.FormData;\n\n return toFormData(\n isFileList ? {'files[]': data} : data,\n _FormData && new _FormData(),\n this.formSerializer\n );\n }\n }\n\n if (isObjectPayload || hasJSONContentType ) {\n headers.setContentType('application/json', false);\n return stringifySafely(data);\n }\n\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n const transitional = this.transitional || defaults.transitional;\n const forcedJSONParsing = transitional && transitional.forcedJSONParsing;\n const JSONRequested = this.responseType === 'json';\n\n if (utils.isResponse(data) || utils.isReadableStream(data)) {\n return data;\n }\n\n if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {\n const silentJSONParsing = transitional && transitional.silentJSONParsing;\n const strictJSONParsing = !silentJSONParsing && JSONRequested;\n\n try {\n return JSON.parse(data);\n } catch (e) {\n if (strictJSONParsing) {\n if (e.name === 'SyntaxError') {\n throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);\n }\n throw e;\n }\n }\n }\n\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n env: {\n FormData: platform.classes.FormData,\n Blob: platform.classes.Blob\n },\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n },\n\n headers: {\n common: {\n 'Accept': 'application/json, text/plain, */*',\n 'Content-Type': undefined\n }\n }\n};\n\nutils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {\n defaults.headers[method] = {};\n});\n\nexport default defaults;\n","'use strict';\n\nimport utils from './../utils.js';\n\n// RawAxiosHeaders whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nconst ignoreDuplicateOf = utils.toObjectSet([\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n]);\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} rawHeaders Headers needing to be parsed\n *\n * @returns {Object} Headers parsed into an object\n */\nexport default rawHeaders => {\n const parsed = {};\n let key;\n let val;\n let i;\n\n rawHeaders && rawHeaders.split('\\n').forEach(function parser(line) {\n i = line.indexOf(':');\n key = line.substring(0, i).trim().toLowerCase();\n val = line.substring(i + 1).trim();\n\n if (!key || (parsed[key] && ignoreDuplicateOf[key])) {\n return;\n }\n\n if (key === 'set-cookie') {\n if (parsed[key]) {\n parsed[key].push(val);\n } else {\n parsed[key] = [val];\n }\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nimport utils from '../utils.js';\nimport parseHeaders from '../helpers/parseHeaders.js';\n\nconst $internals = Symbol('internals');\n\nfunction normalizeHeader(header) {\n return header && String(header).trim().toLowerCase();\n}\n\nfunction normalizeValue(value) {\n if (value === false || value == null) {\n return value;\n }\n\n return utils.isArray(value) ? value.map(normalizeValue) : String(value);\n}\n\nfunction parseTokens(str) {\n const tokens = Object.create(null);\n const tokensRE = /([^\\s,;=]+)\\s*(?:=\\s*([^,;]+))?/g;\n let match;\n\n while ((match = tokensRE.exec(str))) {\n tokens[match[1]] = match[2];\n }\n\n return tokens;\n}\n\nconst isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());\n\nfunction matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {\n if (utils.isFunction(filter)) {\n return filter.call(this, value, header);\n }\n\n if (isHeaderNameFilter) {\n value = header;\n }\n\n if (!utils.isString(value)) return;\n\n if (utils.isString(filter)) {\n return value.indexOf(filter) !== -1;\n }\n\n if (utils.isRegExp(filter)) {\n return filter.test(value);\n }\n}\n\nfunction formatHeader(header) {\n return header.trim()\n .toLowerCase().replace(/([a-z\\d])(\\w*)/g, (w, char, str) => {\n return char.toUpperCase() + str;\n });\n}\n\nfunction buildAccessors(obj, header) {\n const accessorName = utils.toCamelCase(' ' + header);\n\n ['get', 'set', 'has'].forEach(methodName => {\n Object.defineProperty(obj, methodName + accessorName, {\n value: function(arg1, arg2, arg3) {\n return this[methodName].call(this, header, arg1, arg2, arg3);\n },\n configurable: true\n });\n });\n}\n\nclass AxiosHeaders {\n constructor(headers) {\n headers && this.set(headers);\n }\n\n set(header, valueOrRewrite, rewrite) {\n const self = this;\n\n function setHeader(_value, _header, _rewrite) {\n const lHeader = normalizeHeader(_header);\n\n if (!lHeader) {\n throw new Error('header name must be a non-empty string');\n }\n\n const key = utils.findKey(self, lHeader);\n\n if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {\n self[key || _header] = normalizeValue(_value);\n }\n }\n\n const setHeaders = (headers, _rewrite) =>\n utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));\n\n if (utils.isPlainObject(header) || header instanceof this.constructor) {\n setHeaders(header, valueOrRewrite)\n } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {\n setHeaders(parseHeaders(header), valueOrRewrite);\n } else if (utils.isHeaders(header)) {\n for (const [key, value] of header.entries()) {\n setHeader(value, key, rewrite);\n }\n } else {\n header != null && setHeader(valueOrRewrite, header, rewrite);\n }\n\n return this;\n }\n\n get(header, parser) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n if (key) {\n const value = this[key];\n\n if (!parser) {\n return value;\n }\n\n if (parser === true) {\n return parseTokens(value);\n }\n\n if (utils.isFunction(parser)) {\n return parser.call(this, value, key);\n }\n\n if (utils.isRegExp(parser)) {\n return parser.exec(value);\n }\n\n throw new TypeError('parser must be boolean|regexp|function');\n }\n }\n }\n\n has(header, matcher) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));\n }\n\n return false;\n }\n\n delete(header, matcher) {\n const self = this;\n let deleted = false;\n\n function deleteHeader(_header) {\n _header = normalizeHeader(_header);\n\n if (_header) {\n const key = utils.findKey(self, _header);\n\n if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {\n delete self[key];\n\n deleted = true;\n }\n }\n }\n\n if (utils.isArray(header)) {\n header.forEach(deleteHeader);\n } else {\n deleteHeader(header);\n }\n\n return deleted;\n }\n\n clear(matcher) {\n const keys = Object.keys(this);\n let i = keys.length;\n let deleted = false;\n\n while (i--) {\n const key = keys[i];\n if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {\n delete this[key];\n deleted = true;\n }\n }\n\n return deleted;\n }\n\n normalize(format) {\n const self = this;\n const headers = {};\n\n utils.forEach(this, (value, header) => {\n const key = utils.findKey(headers, header);\n\n if (key) {\n self[key] = normalizeValue(value);\n delete self[header];\n return;\n }\n\n const normalized = format ? formatHeader(header) : String(header).trim();\n\n if (normalized !== header) {\n delete self[header];\n }\n\n self[normalized] = normalizeValue(value);\n\n headers[normalized] = true;\n });\n\n return this;\n }\n\n concat(...targets) {\n return this.constructor.concat(this, ...targets);\n }\n\n toJSON(asStrings) {\n const obj = Object.create(null);\n\n utils.forEach(this, (value, header) => {\n value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);\n });\n\n return obj;\n }\n\n [Symbol.iterator]() {\n return Object.entries(this.toJSON())[Symbol.iterator]();\n }\n\n toString() {\n return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\\n');\n }\n\n get [Symbol.toStringTag]() {\n return 'AxiosHeaders';\n }\n\n static from(thing) {\n return thing instanceof this ? thing : new this(thing);\n }\n\n static concat(first, ...targets) {\n const computed = new this(first);\n\n targets.forEach((target) => computed.set(target));\n\n return computed;\n }\n\n static accessor(header) {\n const internals = this[$internals] = (this[$internals] = {\n accessors: {}\n });\n\n const accessors = internals.accessors;\n const prototype = this.prototype;\n\n function defineAccessor(_header) {\n const lHeader = normalizeHeader(_header);\n\n if (!accessors[lHeader]) {\n buildAccessors(prototype, _header);\n accessors[lHeader] = true;\n }\n }\n\n utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);\n\n return this;\n }\n}\n\nAxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);\n\n// reserved names hotfix\nutils.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {\n let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`\n return {\n get: () => value,\n set(headerValue) {\n this[mapped] = headerValue;\n }\n }\n});\n\nutils.freezeMethods(AxiosHeaders);\n\nexport default AxiosHeaders;\n","'use strict';\n\nimport utils from './../utils.js';\nimport defaults from '../defaults/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Array|Function} fns A single function or Array of functions\n * @param {?Object} response The response object\n *\n * @returns {*} The resulting transformed data\n */\nexport default function transformData(fns, response) {\n const config = this || defaults;\n const context = response || config;\n const headers = AxiosHeaders.from(context.headers);\n let data = context.data;\n\n utils.forEach(fns, function transform(fn) {\n data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);\n });\n\n headers.normalize();\n\n return data;\n}\n","'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}\n","'use strict';\n\nimport AxiosError from '../core/AxiosError.js';\nimport utils from '../utils.js';\n\n/**\n * A `CanceledError` is an object that is thrown when an operation is canceled.\n *\n * @param {string=} message The message.\n * @param {Object=} config The config.\n * @param {Object=} request The request.\n *\n * @returns {CanceledError} The created error.\n */\nfunction CanceledError(message, config, request) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);\n this.name = 'CanceledError';\n}\n\nutils.inherits(CanceledError, AxiosError, {\n __CANCEL__: true\n});\n\nexport default CanceledError;\n","'use strict';\n\nimport AxiosError from './AxiosError.js';\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n *\n * @returns {object} The response.\n */\nexport default function settle(resolve, reject, response) {\n const validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(new AxiosError(\n 'Request failed with status code ' + response.status,\n [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],\n response.config,\n response.request,\n response\n ));\n }\n}\n","'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}\n","'use strict';\n\n/**\n * Calculate data maxRate\n * @param {Number} [samplesCount= 10]\n * @param {Number} [min= 1000]\n * @returns {Function}\n */\nfunction speedometer(samplesCount, min) {\n samplesCount = samplesCount || 10;\n const bytes = new Array(samplesCount);\n const timestamps = new Array(samplesCount);\n let head = 0;\n let tail = 0;\n let firstSampleTS;\n\n min = min !== undefined ? min : 1000;\n\n return function push(chunkLength) {\n const now = Date.now();\n\n const startedAt = timestamps[tail];\n\n if (!firstSampleTS) {\n firstSampleTS = now;\n }\n\n bytes[head] = chunkLength;\n timestamps[head] = now;\n\n let i = tail;\n let bytesCount = 0;\n\n while (i !== head) {\n bytesCount += bytes[i++];\n i = i % samplesCount;\n }\n\n head = (head + 1) % samplesCount;\n\n if (head === tail) {\n tail = (tail + 1) % samplesCount;\n }\n\n if (now - firstSampleTS < min) {\n return;\n }\n\n const passed = startedAt && now - startedAt;\n\n return passed ? Math.round(bytesCount * 1000 / passed) : undefined;\n };\n}\n\nexport default speedometer;\n","/**\n * Throttle decorator\n * @param {Function} fn\n * @param {Number} freq\n * @return {Function}\n */\nfunction throttle(fn, freq) {\n let timestamp = 0;\n let threshold = 1000 / freq;\n let lastArgs;\n let timer;\n\n const invoke = (args, now = Date.now()) => {\n timestamp = now;\n lastArgs = null;\n if (timer) {\n clearTimeout(timer);\n timer = null;\n }\n fn.apply(null, args);\n }\n\n const throttled = (...args) => {\n const now = Date.now();\n const passed = now - timestamp;\n if ( passed >= threshold) {\n invoke(args, now);\n } else {\n lastArgs = args;\n if (!timer) {\n timer = setTimeout(() => {\n timer = null;\n invoke(lastArgs)\n }, threshold - passed);\n }\n }\n }\n\n const flush = () => lastArgs && invoke(lastArgs);\n\n return [throttled, flush];\n}\n\nexport default throttle;\n","import speedometer from \"./speedometer.js\";\nimport throttle from \"./throttle.js\";\nimport utils from \"../utils.js\";\n\nexport const progressEventReducer = (listener, isDownloadStream, freq = 3) => {\n let bytesNotified = 0;\n const _speedometer = speedometer(50, 250);\n\n return throttle(e => {\n const loaded = e.loaded;\n const total = e.lengthComputable ? e.total : undefined;\n const progressBytes = loaded - bytesNotified;\n const rate = _speedometer(progressBytes);\n const inRange = loaded <= total;\n\n bytesNotified = loaded;\n\n const data = {\n loaded,\n total,\n progress: total ? (loaded / total) : undefined,\n bytes: progressBytes,\n rate: rate ? rate : undefined,\n estimated: rate && total && inRange ? (total - loaded) / rate : undefined,\n event: e,\n lengthComputable: total != null,\n [isDownloadStream ? 'download' : 'upload']: true\n };\n\n listener(data);\n }, freq);\n}\n\nexport const progressEventDecorator = (total, throttled) => {\n const lengthComputable = total != null;\n\n return [(loaded) => throttled[0]({\n lengthComputable,\n total,\n loaded\n }), throttled[1]];\n}\n\nexport const asyncDecorator = (fn) => (...args) => utils.asap(() => fn(...args));\n","import platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => {\n url = new URL(url, platform.origin);\n\n return (\n origin.protocol === url.protocol &&\n origin.host === url.host &&\n (isMSIE || origin.port === url.port)\n );\n})(\n new URL(platform.origin),\n platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)\n) : () => true;\n","import utils from './../utils.js';\nimport platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ?\n\n // Standard browser envs support document.cookie\n {\n write(name, value, expires, path, domain, secure) {\n const cookie = [name + '=' + encodeURIComponent(value)];\n\n utils.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());\n\n utils.isString(path) && cookie.push('path=' + path);\n\n utils.isString(domain) && cookie.push('domain=' + domain);\n\n secure === true && cookie.push('secure');\n\n document.cookie = cookie.join('; ');\n },\n\n read(name) {\n const match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n }\n\n :\n\n // Non-standard browser env (web workers, react-native) lack needed support.\n {\n write() {},\n read() {\n return null;\n },\n remove() {}\n };\n\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n *\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nexport default function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(url);\n}\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n *\n * @returns {string} The combined URL\n */\nexport default function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/?\\/$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n}\n","'use strict';\n\nimport isAbsoluteURL from '../helpers/isAbsoluteURL.js';\nimport combineURLs from '../helpers/combineURLs.js';\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n *\n * @returns {string} The combined full path\n */\nexport default function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {\n let isRelativeUrl = !isAbsoluteURL(requestedURL);\n if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosHeaders from \"./AxiosHeaders.js\";\n\nconst headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n *\n * @returns {Object} New object resulting from merging config2 to config1\n */\nexport default function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n const config = {};\n\n function getMergedValue(target, source, prop, caseless) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge.call({caseless}, target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDeepProperties(a, b, prop , caseless) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(a, b, prop , caseless);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a, prop , caseless);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function valueFromConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function defaultToConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDirectKeys(a, b, prop) {\n if (prop in config2) {\n return getMergedValue(a, b);\n } else if (prop in config1) {\n return getMergedValue(undefined, a);\n }\n }\n\n const mergeMap = {\n url: valueFromConfig2,\n method: valueFromConfig2,\n data: valueFromConfig2,\n baseURL: defaultToConfig2,\n transformRequest: defaultToConfig2,\n transformResponse: defaultToConfig2,\n paramsSerializer: defaultToConfig2,\n timeout: defaultToConfig2,\n timeoutMessage: defaultToConfig2,\n withCredentials: defaultToConfig2,\n withXSRFToken: defaultToConfig2,\n adapter: defaultToConfig2,\n responseType: defaultToConfig2,\n xsrfCookieName: defaultToConfig2,\n xsrfHeaderName: defaultToConfig2,\n onUploadProgress: defaultToConfig2,\n onDownloadProgress: defaultToConfig2,\n decompress: defaultToConfig2,\n maxContentLength: defaultToConfig2,\n maxBodyLength: defaultToConfig2,\n beforeRedirect: defaultToConfig2,\n transport: defaultToConfig2,\n httpAgent: defaultToConfig2,\n httpsAgent: defaultToConfig2,\n cancelToken: defaultToConfig2,\n socketPath: defaultToConfig2,\n responseEncoding: defaultToConfig2,\n validateStatus: mergeDirectKeys,\n headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)\n };\n\n utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {\n const merge = mergeMap[prop] || mergeDeepProperties;\n const configValue = merge(config1[prop], config2[prop], prop);\n (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);\n });\n\n return config;\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport isURLSameOrigin from \"./isURLSameOrigin.js\";\nimport cookies from \"./cookies.js\";\nimport buildFullPath from \"../core/buildFullPath.js\";\nimport mergeConfig from \"../core/mergeConfig.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport buildURL from \"./buildURL.js\";\n\nexport default (config) => {\n const newConfig = mergeConfig({}, config);\n\n let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig;\n\n newConfig.headers = headers = AxiosHeaders.from(headers);\n\n newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);\n\n // HTTP basic authentication\n if (auth) {\n headers.set('Authorization', 'Basic ' +\n btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))\n );\n }\n\n let contentType;\n\n if (utils.isFormData(data)) {\n if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {\n headers.setContentType(undefined); // Let the browser set it\n } else if ((contentType = headers.getContentType()) !== false) {\n // fix semicolon duplication issue for ReactNative FormData implementation\n const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];\n headers.setContentType([type || 'multipart/form-data', ...tokens].join('; '));\n }\n }\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n\n if (platform.hasStandardBrowserEnv) {\n withXSRFToken && utils.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));\n\n if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) {\n // Add xsrf header\n const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);\n\n if (xsrfValue) {\n headers.set(xsrfHeaderName, xsrfValue);\n }\n }\n }\n\n return newConfig;\n}\n\n","import utils from './../utils.js';\nimport settle from './../core/settle.js';\nimport transitionalDefaults from '../defaults/transitional.js';\nimport AxiosError from '../core/AxiosError.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport parseProtocol from '../helpers/parseProtocol.js';\nimport platform from '../platform/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport {progressEventReducer} from '../helpers/progressEventReducer.js';\nimport resolveConfig from \"../helpers/resolveConfig.js\";\n\nconst isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';\n\nexport default isXHRAdapterSupported && function (config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n const _config = resolveConfig(config);\n let requestData = _config.data;\n const requestHeaders = AxiosHeaders.from(_config.headers).normalize();\n let {responseType, onUploadProgress, onDownloadProgress} = _config;\n let onCanceled;\n let uploadThrottled, downloadThrottled;\n let flushUpload, flushDownload;\n\n function done() {\n flushUpload && flushUpload(); // flush events\n flushDownload && flushDownload(); // flush events\n\n _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);\n\n _config.signal && _config.signal.removeEventListener('abort', onCanceled);\n }\n\n let request = new XMLHttpRequest();\n\n request.open(_config.method.toUpperCase(), _config.url, true);\n\n // Set the request timeout in MS\n request.timeout = _config.timeout;\n\n function onloadend() {\n if (!request) {\n return;\n }\n // Prepare the response\n const responseHeaders = AxiosHeaders.from(\n 'getAllResponseHeaders' in request && request.getAllResponseHeaders()\n );\n const responseData = !responseType || responseType === 'text' || responseType === 'json' ?\n request.responseText : request.response;\n const response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config,\n request\n };\n\n settle(function _resolve(value) {\n resolve(value);\n done();\n }, function _reject(err) {\n reject(err);\n done();\n }, response);\n\n // Clean up request\n request = null;\n }\n\n if ('onloadend' in request) {\n // Use onloadend if available\n request.onloadend = onloadend;\n } else {\n // Listen for ready state to emulate onloadend\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n // readystate handler is calling before onerror or ontimeout handlers,\n // so we should call onloadend on the next 'tick'\n setTimeout(onloadend);\n };\n }\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';\n const transitional = _config.transitional || transitionalDefaults;\n if (_config.timeoutErrorMessage) {\n timeoutErrorMessage = _config.timeoutErrorMessage;\n }\n reject(new AxiosError(\n timeoutErrorMessage,\n transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,\n config,\n request));\n\n // Clean up request\n request = null;\n };\n\n // Remove Content-Type if data is undefined\n requestData === undefined && requestHeaders.setContentType(null);\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {\n request.setRequestHeader(key, val);\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(_config.withCredentials)) {\n request.withCredentials = !!_config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (responseType && responseType !== 'json') {\n request.responseType = _config.responseType;\n }\n\n // Handle progress if needed\n if (onDownloadProgress) {\n ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true));\n request.addEventListener('progress', downloadThrottled);\n }\n\n // Not all browsers support upload events\n if (onUploadProgress && request.upload) {\n ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));\n\n request.upload.addEventListener('progress', uploadThrottled);\n\n request.upload.addEventListener('loadend', flushUpload);\n }\n\n if (_config.cancelToken || _config.signal) {\n // Handle cancellation\n // eslint-disable-next-line func-names\n onCanceled = cancel => {\n if (!request) {\n return;\n }\n reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);\n request.abort();\n request = null;\n };\n\n _config.cancelToken && _config.cancelToken.subscribe(onCanceled);\n if (_config.signal) {\n _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);\n }\n }\n\n const protocol = parseProtocol(_config.url);\n\n if (protocol && platform.protocols.indexOf(protocol) === -1) {\n reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));\n return;\n }\n\n\n // Send the request\n request.send(requestData || null);\n });\n}\n","import CanceledError from \"../cancel/CanceledError.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport utils from '../utils.js';\n\nconst composeSignals = (signals, timeout) => {\n const {length} = (signals = signals ? signals.filter(Boolean) : []);\n\n if (timeout || length) {\n let controller = new AbortController();\n\n let aborted;\n\n const onabort = function (reason) {\n if (!aborted) {\n aborted = true;\n unsubscribe();\n const err = reason instanceof Error ? reason : this.reason;\n controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));\n }\n }\n\n let timer = timeout && setTimeout(() => {\n timer = null;\n onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT))\n }, timeout)\n\n const unsubscribe = () => {\n if (signals) {\n timer && clearTimeout(timer);\n timer = null;\n signals.forEach(signal => {\n signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);\n });\n signals = null;\n }\n }\n\n signals.forEach((signal) => signal.addEventListener('abort', onabort));\n\n const {signal} = controller;\n\n signal.unsubscribe = () => utils.asap(unsubscribe);\n\n return signal;\n }\n}\n\nexport default composeSignals;\n","\nexport const streamChunk = function* (chunk, chunkSize) {\n let len = chunk.byteLength;\n\n if (!chunkSize || len < chunkSize) {\n yield chunk;\n return;\n }\n\n let pos = 0;\n let end;\n\n while (pos < len) {\n end = pos + chunkSize;\n yield chunk.slice(pos, end);\n pos = end;\n }\n}\n\nexport const readBytes = async function* (iterable, chunkSize) {\n for await (const chunk of readStream(iterable)) {\n yield* streamChunk(chunk, chunkSize);\n }\n}\n\nconst readStream = async function* (stream) {\n if (stream[Symbol.asyncIterator]) {\n yield* stream;\n return;\n }\n\n const reader = stream.getReader();\n try {\n for (;;) {\n const {done, value} = await reader.read();\n if (done) {\n break;\n }\n yield value;\n }\n } finally {\n await reader.cancel();\n }\n}\n\nexport const trackStream = (stream, chunkSize, onProgress, onFinish) => {\n const iterator = readBytes(stream, chunkSize);\n\n let bytes = 0;\n let done;\n let _onFinish = (e) => {\n if (!done) {\n done = true;\n onFinish && onFinish(e);\n }\n }\n\n return new ReadableStream({\n async pull(controller) {\n try {\n const {done, value} = await iterator.next();\n\n if (done) {\n _onFinish();\n controller.close();\n return;\n }\n\n let len = value.byteLength;\n if (onProgress) {\n let loadedBytes = bytes += len;\n onProgress(loadedBytes);\n }\n controller.enqueue(new Uint8Array(value));\n } catch (err) {\n _onFinish(err);\n throw err;\n }\n },\n cancel(reason) {\n _onFinish(reason);\n return iterator.return();\n }\n }, {\n highWaterMark: 2\n })\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport composeSignals from \"../helpers/composeSignals.js\";\nimport {trackStream} from \"../helpers/trackStream.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport {progressEventReducer, progressEventDecorator, asyncDecorator} from \"../helpers/progressEventReducer.js\";\nimport resolveConfig from \"../helpers/resolveConfig.js\";\nimport settle from \"../core/settle.js\";\n\nconst isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function';\nconst isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function';\n\n// used only inside the fetch adapter\nconst encodeText = isFetchSupported && (typeof TextEncoder === 'function' ?\n ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) :\n async (str) => new Uint8Array(await new Response(str).arrayBuffer())\n);\n\nconst test = (fn, ...args) => {\n try {\n return !!fn(...args);\n } catch (e) {\n return false\n }\n}\n\nconst supportsRequestStream = isReadableStreamSupported && test(() => {\n let duplexAccessed = false;\n\n const hasContentType = new Request(platform.origin, {\n body: new ReadableStream(),\n method: 'POST',\n get duplex() {\n duplexAccessed = true;\n return 'half';\n },\n }).headers.has('Content-Type');\n\n return duplexAccessed && !hasContentType;\n});\n\nconst DEFAULT_CHUNK_SIZE = 64 * 1024;\n\nconst supportsResponseStream = isReadableStreamSupported &&\n test(() => utils.isReadableStream(new Response('').body));\n\n\nconst resolvers = {\n stream: supportsResponseStream && ((res) => res.body)\n};\n\nisFetchSupported && (((res) => {\n ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => {\n !resolvers[type] && (resolvers[type] = utils.isFunction(res[type]) ? (res) => res[type]() :\n (_, config) => {\n throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);\n })\n });\n})(new Response));\n\nconst getBodyLength = async (body) => {\n if (body == null) {\n return 0;\n }\n\n if(utils.isBlob(body)) {\n return body.size;\n }\n\n if(utils.isSpecCompliantForm(body)) {\n const _request = new Request(platform.origin, {\n method: 'POST',\n body,\n });\n return (await _request.arrayBuffer()).byteLength;\n }\n\n if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) {\n return body.byteLength;\n }\n\n if(utils.isURLSearchParams(body)) {\n body = body + '';\n }\n\n if(utils.isString(body)) {\n return (await encodeText(body)).byteLength;\n }\n}\n\nconst resolveBodyLength = async (headers, body) => {\n const length = utils.toFiniteNumber(headers.getContentLength());\n\n return length == null ? getBodyLength(body) : length;\n}\n\nexport default isFetchSupported && (async (config) => {\n let {\n url,\n method,\n data,\n signal,\n cancelToken,\n timeout,\n onDownloadProgress,\n onUploadProgress,\n responseType,\n headers,\n withCredentials = 'same-origin',\n fetchOptions\n } = resolveConfig(config);\n\n responseType = responseType ? (responseType + '').toLowerCase() : 'text';\n\n let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);\n\n let request;\n\n const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {\n composedSignal.unsubscribe();\n });\n\n let requestContentLength;\n\n try {\n if (\n onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' &&\n (requestContentLength = await resolveBodyLength(headers, data)) !== 0\n ) {\n let _request = new Request(url, {\n method: 'POST',\n body: data,\n duplex: \"half\"\n });\n\n let contentTypeHeader;\n\n if (utils.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {\n headers.setContentType(contentTypeHeader)\n }\n\n if (_request.body) {\n const [onProgress, flush] = progressEventDecorator(\n requestContentLength,\n progressEventReducer(asyncDecorator(onUploadProgress))\n );\n\n data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);\n }\n }\n\n if (!utils.isString(withCredentials)) {\n withCredentials = withCredentials ? 'include' : 'omit';\n }\n\n // Cloudflare Workers throws when credentials are defined\n // see https://github.com/cloudflare/workerd/issues/902\n const isCredentialsSupported = \"credentials\" in Request.prototype;\n request = new Request(url, {\n ...fetchOptions,\n signal: composedSignal,\n method: method.toUpperCase(),\n headers: headers.normalize().toJSON(),\n body: data,\n duplex: \"half\",\n credentials: isCredentialsSupported ? withCredentials : undefined\n });\n\n let response = await fetch(request);\n\n const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');\n\n if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {\n const options = {};\n\n ['status', 'statusText', 'headers'].forEach(prop => {\n options[prop] = response[prop];\n });\n\n const responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));\n\n const [onProgress, flush] = onDownloadProgress && progressEventDecorator(\n responseContentLength,\n progressEventReducer(asyncDecorator(onDownloadProgress), true)\n ) || [];\n\n response = new Response(\n trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {\n flush && flush();\n unsubscribe && unsubscribe();\n }),\n options\n );\n }\n\n responseType = responseType || 'text';\n\n let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config);\n\n !isStreamResponse && unsubscribe && unsubscribe();\n\n return await new Promise((resolve, reject) => {\n settle(resolve, reject, {\n data: responseData,\n headers: AxiosHeaders.from(response.headers),\n status: response.status,\n statusText: response.statusText,\n config,\n request\n })\n })\n } catch (err) {\n unsubscribe && unsubscribe();\n\n if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) {\n throw Object.assign(\n new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request),\n {\n cause: err.cause || err\n }\n )\n }\n\n throw AxiosError.from(err, err && err.code, config, request);\n }\n});\n\n\n","import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport fetchAdapter from './fetch.js';\nimport AxiosError from \"../core/AxiosError.js\";\n\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: fetchAdapter\n}\n\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', {value});\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', {value});\n }\n});\n\nconst renderReason = (reason) => `- ${reason}`;\n\nconst isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;\n\nexport default {\n getAdapter: (adapters) => {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const {length} = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n\n const reasons = Object.entries(rejectedReasons)\n .map(([id, state]) => `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length ?\n (reasons.length > 1 ? 'since :\\n' + reasons.map(renderReason).join('\\n') : ' ' + renderReason(reasons[0])) :\n 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n },\n adapters: knownAdapters\n}\n","'use strict';\n\nimport transformData from './transformData.js';\nimport isCancel from '../cancel/isCancel.js';\nimport defaults from '../defaults/index.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport adapters from \"../adapters/adapters.js\";\n\n/**\n * Throws a `CanceledError` if cancellation has been requested.\n *\n * @param {Object} config The config that is to be used for the request\n *\n * @returns {void}\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n\n if (config.signal && config.signal.aborted) {\n throw new CanceledError(null, config);\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n *\n * @returns {Promise} The Promise to be fulfilled\n */\nexport default function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n config.headers = AxiosHeaders.from(config.headers);\n\n // Transform request data\n config.data = transformData.call(\n config,\n config.transformRequest\n );\n\n if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {\n config.headers.setContentType('application/x-www-form-urlencoded', false);\n }\n\n const adapter = adapters.getAdapter(config.adapter || defaults.adapter);\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData.call(\n config,\n config.transformResponse,\n response\n );\n\n response.headers = AxiosHeaders.from(response.headers);\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData.call(\n config,\n config.transformResponse,\n reason.response\n );\n reason.response.headers = AxiosHeaders.from(reason.response.headers);\n }\n }\n\n return Promise.reject(reason);\n });\n}\n","export const VERSION = \"1.8.4\";","'use strict';\n\nimport {VERSION} from '../env/data.js';\nimport AxiosError from '../core/AxiosError.js';\n\nconst validators = {};\n\n// eslint-disable-next-line func-names\n['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {\n validators[type] = function validator(thing) {\n return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;\n };\n});\n\nconst deprecatedWarnings = {};\n\n/**\n * Transitional option validator\n *\n * @param {function|boolean?} validator - set to false if the transitional option has been removed\n * @param {string?} version - deprecated version / removed since version\n * @param {string?} message - some message with additional info\n *\n * @returns {function}\n */\nvalidators.transitional = function transitional(validator, version, message) {\n function formatMessage(opt, desc) {\n return '[Axios v' + VERSION + '] Transitional option \\'' + opt + '\\'' + desc + (message ? '. ' + message : '');\n }\n\n // eslint-disable-next-line func-names\n return (value, opt, opts) => {\n if (validator === false) {\n throw new AxiosError(\n formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),\n AxiosError.ERR_DEPRECATED\n );\n }\n\n if (version && !deprecatedWarnings[opt]) {\n deprecatedWarnings[opt] = true;\n // eslint-disable-next-line no-console\n console.warn(\n formatMessage(\n opt,\n ' has been deprecated since v' + version + ' and will be removed in the near future'\n )\n );\n }\n\n return validator ? validator(value, opt, opts) : true;\n };\n};\n\nvalidators.spelling = function spelling(correctSpelling) {\n return (value, opt) => {\n // eslint-disable-next-line no-console\n console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);\n return true;\n }\n};\n\n/**\n * Assert object's properties type\n *\n * @param {object} options\n * @param {object} schema\n * @param {boolean?} allowUnknown\n *\n * @returns {object}\n */\n\nfunction assertOptions(options, schema, allowUnknown) {\n if (typeof options !== 'object') {\n throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);\n }\n const keys = Object.keys(options);\n let i = keys.length;\n while (i-- > 0) {\n const opt = keys[i];\n const validator = schema[opt];\n if (validator) {\n const value = options[opt];\n const result = value === undefined || validator(value, opt, options);\n if (result !== true) {\n throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);\n }\n continue;\n }\n if (allowUnknown !== true) {\n throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);\n }\n }\n}\n\nexport default {\n assertOptions,\n validators\n};\n","'use strict';\n\nimport utils from './../utils.js';\nimport buildURL from '../helpers/buildURL.js';\nimport InterceptorManager from './InterceptorManager.js';\nimport dispatchRequest from './dispatchRequest.js';\nimport mergeConfig from './mergeConfig.js';\nimport buildFullPath from './buildFullPath.js';\nimport validator from '../helpers/validator.js';\nimport AxiosHeaders from './AxiosHeaders.js';\n\nconst validators = validator.validators;\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n *\n * @return {Axios} A new instance of Axios\n */\nclass Axios {\n constructor(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n }\n\n /**\n * Dispatch a request\n *\n * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)\n * @param {?Object} config\n *\n * @returns {Promise} The Promise to be fulfilled\n */\n async request(configOrUrl, config) {\n try {\n return await this._request(configOrUrl, config);\n } catch (err) {\n if (err instanceof Error) {\n let dummy = {};\n\n Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());\n\n // slice off the Error: ... line\n const stack = dummy.stack ? dummy.stack.replace(/^.+\\n/, '') : '';\n try {\n if (!err.stack) {\n err.stack = stack;\n // match without the 2 top stack lines\n } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\\n.+\\n/, ''))) {\n err.stack += '\\n' + stack\n }\n } catch (e) {\n // ignore the case where \"stack\" is an un-writable property\n }\n }\n\n throw err;\n }\n }\n\n _request(configOrUrl, config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof configOrUrl === 'string') {\n config = config || {};\n config.url = configOrUrl;\n } else {\n config = configOrUrl || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n const {transitional, paramsSerializer, headers} = config;\n\n if (transitional !== undefined) {\n validator.assertOptions(transitional, {\n silentJSONParsing: validators.transitional(validators.boolean),\n forcedJSONParsing: validators.transitional(validators.boolean),\n clarifyTimeoutError: validators.transitional(validators.boolean)\n }, false);\n }\n\n if (paramsSerializer != null) {\n if (utils.isFunction(paramsSerializer)) {\n config.paramsSerializer = {\n serialize: paramsSerializer\n }\n } else {\n validator.assertOptions(paramsSerializer, {\n encode: validators.function,\n serialize: validators.function\n }, true);\n }\n }\n\n // Set config.allowAbsoluteUrls\n if (config.allowAbsoluteUrls !== undefined) {\n // do nothing\n } else if (this.defaults.allowAbsoluteUrls !== undefined) {\n config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;\n } else {\n config.allowAbsoluteUrls = true;\n }\n\n validator.assertOptions(config, {\n baseUrl: validators.spelling('baseURL'),\n withXsrfToken: validators.spelling('withXSRFToken')\n }, true);\n\n // Set config.method\n config.method = (config.method || this.defaults.method || 'get').toLowerCase();\n\n // Flatten headers\n let contextHeaders = headers && utils.merge(\n headers.common,\n headers[config.method]\n );\n\n headers && utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n (method) => {\n delete headers[method];\n }\n );\n\n config.headers = AxiosHeaders.concat(contextHeaders, headers);\n\n // filter out skipped interceptors\n const requestInterceptorChain = [];\n let synchronousRequestInterceptors = true;\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {\n return;\n }\n\n synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;\n\n requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n const responseInterceptorChain = [];\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n let promise;\n let i = 0;\n let len;\n\n if (!synchronousRequestInterceptors) {\n const chain = [dispatchRequest.bind(this), undefined];\n chain.unshift.apply(chain, requestInterceptorChain);\n chain.push.apply(chain, responseInterceptorChain);\n len = chain.length;\n\n promise = Promise.resolve(config);\n\n while (i < len) {\n promise = promise.then(chain[i++], chain[i++]);\n }\n\n return promise;\n }\n\n len = requestInterceptorChain.length;\n\n let newConfig = config;\n\n i = 0;\n\n while (i < len) {\n const onFulfilled = requestInterceptorChain[i++];\n const onRejected = requestInterceptorChain[i++];\n try {\n newConfig = onFulfilled(newConfig);\n } catch (error) {\n onRejected.call(this, error);\n break;\n }\n }\n\n try {\n promise = dispatchRequest.call(this, newConfig);\n } catch (error) {\n return Promise.reject(error);\n }\n\n i = 0;\n len = responseInterceptorChain.length;\n\n while (i < len) {\n promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);\n }\n\n return promise;\n }\n\n getUri(config) {\n config = mergeConfig(this.defaults, config);\n const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\n return buildURL(fullPath, config.params, config.paramsSerializer);\n }\n}\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n\n function generateHTTPMethod(isForm) {\n return function httpMethod(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n headers: isForm ? {\n 'Content-Type': 'multipart/form-data'\n } : {},\n url,\n data\n }));\n };\n }\n\n Axios.prototype[method] = generateHTTPMethod();\n\n Axios.prototype[method + 'Form'] = generateHTTPMethod(true);\n});\n\nexport default Axios;\n","'use strict';\n\nimport CanceledError from './CanceledError.js';\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @param {Function} executor The executor function.\n *\n * @returns {CancelToken}\n */\nclass CancelToken {\n constructor(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n let resolvePromise;\n\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n const token = this;\n\n // eslint-disable-next-line func-names\n this.promise.then(cancel => {\n if (!token._listeners) return;\n\n let i = token._listeners.length;\n\n while (i-- > 0) {\n token._listeners[i](cancel);\n }\n token._listeners = null;\n });\n\n // eslint-disable-next-line func-names\n this.promise.then = onfulfilled => {\n let _resolve;\n // eslint-disable-next-line func-names\n const promise = new Promise(resolve => {\n token.subscribe(resolve);\n _resolve = resolve;\n }).then(onfulfilled);\n\n promise.cancel = function reject() {\n token.unsubscribe(_resolve);\n };\n\n return promise;\n };\n\n executor(function cancel(message, config, request) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new CanceledError(message, config, request);\n resolvePromise(token.reason);\n });\n }\n\n /**\n * Throws a `CanceledError` if cancellation has been requested.\n */\n throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n }\n\n /**\n * Subscribe to the cancel signal\n */\n\n subscribe(listener) {\n if (this.reason) {\n listener(this.reason);\n return;\n }\n\n if (this._listeners) {\n this._listeners.push(listener);\n } else {\n this._listeners = [listener];\n }\n }\n\n /**\n * Unsubscribe from the cancel signal\n */\n\n unsubscribe(listener) {\n if (!this._listeners) {\n return;\n }\n const index = this._listeners.indexOf(listener);\n if (index !== -1) {\n this._listeners.splice(index, 1);\n }\n }\n\n toAbortSignal() {\n const controller = new AbortController();\n\n const abort = (err) => {\n controller.abort(err);\n };\n\n this.subscribe(abort);\n\n controller.signal.unsubscribe = () => this.unsubscribe(abort);\n\n return controller.signal;\n }\n\n /**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\n static source() {\n let cancel;\n const token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token,\n cancel\n };\n }\n}\n\nexport default CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n *\n * @returns {Function}\n */\nexport default function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n *\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nexport default function isAxiosError(payload) {\n return utils.isObject(payload) && (payload.isAxiosError === true);\n}\n","const HttpStatusCode = {\n Continue: 100,\n SwitchingProtocols: 101,\n Processing: 102,\n EarlyHints: 103,\n Ok: 200,\n Created: 201,\n Accepted: 202,\n NonAuthoritativeInformation: 203,\n NoContent: 204,\n ResetContent: 205,\n PartialContent: 206,\n MultiStatus: 207,\n AlreadyReported: 208,\n ImUsed: 226,\n MultipleChoices: 300,\n MovedPermanently: 301,\n Found: 302,\n SeeOther: 303,\n NotModified: 304,\n UseProxy: 305,\n Unused: 306,\n TemporaryRedirect: 307,\n PermanentRedirect: 308,\n BadRequest: 400,\n Unauthorized: 401,\n PaymentRequired: 402,\n Forbidden: 403,\n NotFound: 404,\n MethodNotAllowed: 405,\n NotAcceptable: 406,\n ProxyAuthenticationRequired: 407,\n RequestTimeout: 408,\n Conflict: 409,\n Gone: 410,\n LengthRequired: 411,\n PreconditionFailed: 412,\n PayloadTooLarge: 413,\n UriTooLong: 414,\n UnsupportedMediaType: 415,\n RangeNotSatisfiable: 416,\n ExpectationFailed: 417,\n ImATeapot: 418,\n MisdirectedRequest: 421,\n UnprocessableEntity: 422,\n Locked: 423,\n FailedDependency: 424,\n TooEarly: 425,\n UpgradeRequired: 426,\n PreconditionRequired: 428,\n TooManyRequests: 429,\n RequestHeaderFieldsTooLarge: 431,\n UnavailableForLegalReasons: 451,\n InternalServerError: 500,\n NotImplemented: 501,\n BadGateway: 502,\n ServiceUnavailable: 503,\n GatewayTimeout: 504,\n HttpVersionNotSupported: 505,\n VariantAlsoNegotiates: 506,\n InsufficientStorage: 507,\n LoopDetected: 508,\n NotExtended: 510,\n NetworkAuthenticationRequired: 511,\n};\n\nObject.entries(HttpStatusCode).forEach(([key, value]) => {\n HttpStatusCode[value] = key;\n});\n\nexport default HttpStatusCode;\n","'use strict';\n\nimport utils from './utils.js';\nimport bind from './helpers/bind.js';\nimport Axios from './core/Axios.js';\nimport mergeConfig from './core/mergeConfig.js';\nimport defaults from './defaults/index.js';\nimport formDataToJSON from './helpers/formDataToJSON.js';\nimport CanceledError from './cancel/CanceledError.js';\nimport CancelToken from './cancel/CancelToken.js';\nimport isCancel from './cancel/isCancel.js';\nimport {VERSION} from './env/data.js';\nimport toFormData from './helpers/toFormData.js';\nimport AxiosError from './core/AxiosError.js';\nimport spread from './helpers/spread.js';\nimport isAxiosError from './helpers/isAxiosError.js';\nimport AxiosHeaders from \"./core/AxiosHeaders.js\";\nimport adapters from './adapters/adapters.js';\nimport HttpStatusCode from './helpers/HttpStatusCode.js';\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n *\n * @returns {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n const context = new Axios(defaultConfig);\n const instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});\n\n // Copy context to instance\n utils.extend(instance, context, null, {allOwnKeys: true});\n\n // Factory for creating new instances\n instance.create = function create(instanceConfig) {\n return createInstance(mergeConfig(defaultConfig, instanceConfig));\n };\n\n return instance;\n}\n\n// Create the default instance to be exported\nconst axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Expose Cancel & CancelToken\naxios.CanceledError = CanceledError;\naxios.CancelToken = CancelToken;\naxios.isCancel = isCancel;\naxios.VERSION = VERSION;\naxios.toFormData = toFormData;\n\n// Expose AxiosError class\naxios.AxiosError = AxiosError;\n\n// alias for CanceledError for backward compatibility\naxios.Cancel = axios.CanceledError;\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\n\naxios.spread = spread;\n\n// Expose isAxiosError\naxios.isAxiosError = isAxiosError;\n\n// Expose mergeConfig\naxios.mergeConfig = mergeConfig;\n\naxios.AxiosHeaders = AxiosHeaders;\n\naxios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);\n\naxios.getAdapter = adapters.getAdapter;\n\naxios.HttpStatusCode = HttpStatusCode;\n\naxios.default = axios;\n\n// this module should only have a default export\nexport default axios\n"],"names":["utils","prototype","encode","URLSearchParams","FormData","Blob","platform","defaults","AxiosHeaders","composeSignals","validators","InterceptorManager","Axios","CancelToken","HttpStatusCode"],"mappings":"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"} \ No newline at end of file diff --git a/server/node_modules/axios/dist/esm/axios.js b/server/node_modules/axios/dist/esm/axios.js new file mode 100644 index 000000000..0d92a049c --- /dev/null +++ b/server/node_modules/axios/dist/esm/axios.js @@ -0,0 +1,3731 @@ +/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */ +function bind(fn, thisArg) { + return function wrap() { + return fn.apply(thisArg, arguments); + }; +} + +// utils is a library of generic helper functions non-specific to axios + +const {toString} = Object.prototype; +const {getPrototypeOf} = Object; + +const kindOf = (cache => thing => { + const str = toString.call(thing); + return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase()); +})(Object.create(null)); + +const kindOfTest = (type) => { + type = type.toLowerCase(); + return (thing) => kindOf(thing) === type +}; + +const typeOfTest = type => thing => typeof thing === type; + +/** + * Determine if a value is an Array + * + * @param {Object} val The value to test + * + * @returns {boolean} True if value is an Array, otherwise false + */ +const {isArray} = Array; + +/** + * Determine if a value is undefined + * + * @param {*} val The value to test + * + * @returns {boolean} True if the value is undefined, otherwise false + */ +const isUndefined = typeOfTest('undefined'); + +/** + * Determine if a value is a Buffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Buffer, otherwise false + */ +function isBuffer(val) { + return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) + && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val); +} + +/** + * Determine if a value is an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is an ArrayBuffer, otherwise false + */ +const isArrayBuffer = kindOfTest('ArrayBuffer'); + + +/** + * Determine if a value is a view on an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false + */ +function isArrayBufferView(val) { + let result; + if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) { + result = ArrayBuffer.isView(val); + } else { + result = (val) && (val.buffer) && (isArrayBuffer(val.buffer)); + } + return result; +} + +/** + * Determine if a value is a String + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a String, otherwise false + */ +const isString = typeOfTest('string'); + +/** + * Determine if a value is a Function + * + * @param {*} val The value to test + * @returns {boolean} True if value is a Function, otherwise false + */ +const isFunction = typeOfTest('function'); + +/** + * Determine if a value is a Number + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Number, otherwise false + */ +const isNumber = typeOfTest('number'); + +/** + * Determine if a value is an Object + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an Object, otherwise false + */ +const isObject = (thing) => thing !== null && typeof thing === 'object'; + +/** + * Determine if a value is a Boolean + * + * @param {*} thing The value to test + * @returns {boolean} True if value is a Boolean, otherwise false + */ +const isBoolean = thing => thing === true || thing === false; + +/** + * Determine if a value is a plain Object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a plain Object, otherwise false + */ +const isPlainObject = (val) => { + if (kindOf(val) !== 'object') { + return false; + } + + const prototype = getPrototypeOf(val); + return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val); +}; + +/** + * Determine if a value is a Date + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Date, otherwise false + */ +const isDate = kindOfTest('Date'); + +/** + * Determine if a value is a File + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFile = kindOfTest('File'); + +/** + * Determine if a value is a Blob + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Blob, otherwise false + */ +const isBlob = kindOfTest('Blob'); + +/** + * Determine if a value is a FileList + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFileList = kindOfTest('FileList'); + +/** + * Determine if a value is a Stream + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Stream, otherwise false + */ +const isStream = (val) => isObject(val) && isFunction(val.pipe); + +/** + * Determine if a value is a FormData + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an FormData, otherwise false + */ +const isFormData = (thing) => { + let kind; + return thing && ( + (typeof FormData === 'function' && thing instanceof FormData) || ( + isFunction(thing.append) && ( + (kind = kindOf(thing)) === 'formdata' || + // detect form-data instance + (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]') + ) + ) + ) +}; + +/** + * Determine if a value is a URLSearchParams object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a URLSearchParams object, otherwise false + */ +const isURLSearchParams = kindOfTest('URLSearchParams'); + +const [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest); + +/** + * Trim excess whitespace off the beginning and end of a string + * + * @param {String} str The String to trim + * + * @returns {String} The String freed of excess whitespace + */ +const trim = (str) => str.trim ? + str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); + +/** + * Iterate over an Array or an Object invoking a function for each item. + * + * If `obj` is an Array callback will be called passing + * the value, index, and complete array for each item. + * + * If 'obj' is an Object callback will be called passing + * the value, key, and complete object for each property. + * + * @param {Object|Array} obj The object to iterate + * @param {Function} fn The callback to invoke for each item + * + * @param {Boolean} [allOwnKeys = false] + * @returns {any} + */ +function forEach(obj, fn, {allOwnKeys = false} = {}) { + // Don't bother if no value provided + if (obj === null || typeof obj === 'undefined') { + return; + } + + let i; + let l; + + // Force an array if not already something iterable + if (typeof obj !== 'object') { + /*eslint no-param-reassign:0*/ + obj = [obj]; + } + + if (isArray(obj)) { + // Iterate over array values + for (i = 0, l = obj.length; i < l; i++) { + fn.call(null, obj[i], i, obj); + } + } else { + // Iterate over object keys + const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj); + const len = keys.length; + let key; + + for (i = 0; i < len; i++) { + key = keys[i]; + fn.call(null, obj[key], key, obj); + } + } +} + +function findKey(obj, key) { + key = key.toLowerCase(); + const keys = Object.keys(obj); + let i = keys.length; + let _key; + while (i-- > 0) { + _key = keys[i]; + if (key === _key.toLowerCase()) { + return _key; + } + } + return null; +} + +const _global = (() => { + /*eslint no-undef:0*/ + if (typeof globalThis !== "undefined") return globalThis; + return typeof self !== "undefined" ? self : (typeof window !== 'undefined' ? window : global) +})(); + +const isContextDefined = (context) => !isUndefined(context) && context !== _global; + +/** + * Accepts varargs expecting each argument to be an object, then + * immutably merges the properties of each object and returns result. + * + * When multiple objects contain the same key the later object in + * the arguments list will take precedence. + * + * Example: + * + * ```js + * var result = merge({foo: 123}, {foo: 456}); + * console.log(result.foo); // outputs 456 + * ``` + * + * @param {Object} obj1 Object to merge + * + * @returns {Object} Result of all merge properties + */ +function merge(/* obj1, obj2, obj3, ... */) { + const {caseless} = isContextDefined(this) && this || {}; + const result = {}; + const assignValue = (val, key) => { + const targetKey = caseless && findKey(result, key) || key; + if (isPlainObject(result[targetKey]) && isPlainObject(val)) { + result[targetKey] = merge(result[targetKey], val); + } else if (isPlainObject(val)) { + result[targetKey] = merge({}, val); + } else if (isArray(val)) { + result[targetKey] = val.slice(); + } else { + result[targetKey] = val; + } + }; + + for (let i = 0, l = arguments.length; i < l; i++) { + arguments[i] && forEach(arguments[i], assignValue); + } + return result; +} + +/** + * Extends object a by mutably adding to it the properties of object b. + * + * @param {Object} a The object to be extended + * @param {Object} b The object to copy properties from + * @param {Object} thisArg The object to bind function to + * + * @param {Boolean} [allOwnKeys] + * @returns {Object} The resulting value of object a + */ +const extend = (a, b, thisArg, {allOwnKeys}= {}) => { + forEach(b, (val, key) => { + if (thisArg && isFunction(val)) { + a[key] = bind(val, thisArg); + } else { + a[key] = val; + } + }, {allOwnKeys}); + return a; +}; + +/** + * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) + * + * @param {string} content with BOM + * + * @returns {string} content value without BOM + */ +const stripBOM = (content) => { + if (content.charCodeAt(0) === 0xFEFF) { + content = content.slice(1); + } + return content; +}; + +/** + * Inherit the prototype methods from one constructor into another + * @param {function} constructor + * @param {function} superConstructor + * @param {object} [props] + * @param {object} [descriptors] + * + * @returns {void} + */ +const inherits = (constructor, superConstructor, props, descriptors) => { + constructor.prototype = Object.create(superConstructor.prototype, descriptors); + constructor.prototype.constructor = constructor; + Object.defineProperty(constructor, 'super', { + value: superConstructor.prototype + }); + props && Object.assign(constructor.prototype, props); +}; + +/** + * Resolve object with deep prototype chain to a flat object + * @param {Object} sourceObj source object + * @param {Object} [destObj] + * @param {Function|Boolean} [filter] + * @param {Function} [propFilter] + * + * @returns {Object} + */ +const toFlatObject = (sourceObj, destObj, filter, propFilter) => { + let props; + let i; + let prop; + const merged = {}; + + destObj = destObj || {}; + // eslint-disable-next-line no-eq-null,eqeqeq + if (sourceObj == null) return destObj; + + do { + props = Object.getOwnPropertyNames(sourceObj); + i = props.length; + while (i-- > 0) { + prop = props[i]; + if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) { + destObj[prop] = sourceObj[prop]; + merged[prop] = true; + } + } + sourceObj = filter !== false && getPrototypeOf(sourceObj); + } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype); + + return destObj; +}; + +/** + * Determines whether a string ends with the characters of a specified string + * + * @param {String} str + * @param {String} searchString + * @param {Number} [position= 0] + * + * @returns {boolean} + */ +const endsWith = (str, searchString, position) => { + str = String(str); + if (position === undefined || position > str.length) { + position = str.length; + } + position -= searchString.length; + const lastIndex = str.indexOf(searchString, position); + return lastIndex !== -1 && lastIndex === position; +}; + + +/** + * Returns new array from array like object or null if failed + * + * @param {*} [thing] + * + * @returns {?Array} + */ +const toArray = (thing) => { + if (!thing) return null; + if (isArray(thing)) return thing; + let i = thing.length; + if (!isNumber(i)) return null; + const arr = new Array(i); + while (i-- > 0) { + arr[i] = thing[i]; + } + return arr; +}; + +/** + * Checking if the Uint8Array exists and if it does, it returns a function that checks if the + * thing passed in is an instance of Uint8Array + * + * @param {TypedArray} + * + * @returns {Array} + */ +// eslint-disable-next-line func-names +const isTypedArray = (TypedArray => { + // eslint-disable-next-line func-names + return thing => { + return TypedArray && thing instanceof TypedArray; + }; +})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array)); + +/** + * For each entry in the object, call the function with the key and value. + * + * @param {Object} obj - The object to iterate over. + * @param {Function} fn - The function to call for each entry. + * + * @returns {void} + */ +const forEachEntry = (obj, fn) => { + const generator = obj && obj[Symbol.iterator]; + + const iterator = generator.call(obj); + + let result; + + while ((result = iterator.next()) && !result.done) { + const pair = result.value; + fn.call(obj, pair[0], pair[1]); + } +}; + +/** + * It takes a regular expression and a string, and returns an array of all the matches + * + * @param {string} regExp - The regular expression to match against. + * @param {string} str - The string to search. + * + * @returns {Array} + */ +const matchAll = (regExp, str) => { + let matches; + const arr = []; + + while ((matches = regExp.exec(str)) !== null) { + arr.push(matches); + } + + return arr; +}; + +/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */ +const isHTMLForm = kindOfTest('HTMLFormElement'); + +const toCamelCase = str => { + return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, + function replacer(m, p1, p2) { + return p1.toUpperCase() + p2; + } + ); +}; + +/* Creating a function that will check if an object has a property. */ +const hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype); + +/** + * Determine if a value is a RegExp object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a RegExp object, otherwise false + */ +const isRegExp = kindOfTest('RegExp'); + +const reduceDescriptors = (obj, reducer) => { + const descriptors = Object.getOwnPropertyDescriptors(obj); + const reducedDescriptors = {}; + + forEach(descriptors, (descriptor, name) => { + let ret; + if ((ret = reducer(descriptor, name, obj)) !== false) { + reducedDescriptors[name] = ret || descriptor; + } + }); + + Object.defineProperties(obj, reducedDescriptors); +}; + +/** + * Makes all methods read-only + * @param {Object} obj + */ + +const freezeMethods = (obj) => { + reduceDescriptors(obj, (descriptor, name) => { + // skip restricted props in strict mode + if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) { + return false; + } + + const value = obj[name]; + + if (!isFunction(value)) return; + + descriptor.enumerable = false; + + if ('writable' in descriptor) { + descriptor.writable = false; + return; + } + + if (!descriptor.set) { + descriptor.set = () => { + throw Error('Can not rewrite read-only method \'' + name + '\''); + }; + } + }); +}; + +const toObjectSet = (arrayOrString, delimiter) => { + const obj = {}; + + const define = (arr) => { + arr.forEach(value => { + obj[value] = true; + }); + }; + + isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter)); + + return obj; +}; + +const noop = () => {}; + +const toFiniteNumber = (value, defaultValue) => { + return value != null && Number.isFinite(value = +value) ? value : defaultValue; +}; + +/** + * If the thing is a FormData object, return true, otherwise return false. + * + * @param {unknown} thing - The thing to check. + * + * @returns {boolean} + */ +function isSpecCompliantForm(thing) { + return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]); +} + +const toJSONObject = (obj) => { + const stack = new Array(10); + + const visit = (source, i) => { + + if (isObject(source)) { + if (stack.indexOf(source) >= 0) { + return; + } + + if(!('toJSON' in source)) { + stack[i] = source; + const target = isArray(source) ? [] : {}; + + forEach(source, (value, key) => { + const reducedValue = visit(value, i + 1); + !isUndefined(reducedValue) && (target[key] = reducedValue); + }); + + stack[i] = undefined; + + return target; + } + } + + return source; + }; + + return visit(obj, 0); +}; + +const isAsyncFn = kindOfTest('AsyncFunction'); + +const isThenable = (thing) => + thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch); + +// original code +// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34 + +const _setImmediate = ((setImmediateSupported, postMessageSupported) => { + if (setImmediateSupported) { + return setImmediate; + } + + return postMessageSupported ? ((token, callbacks) => { + _global.addEventListener("message", ({source, data}) => { + if (source === _global && data === token) { + callbacks.length && callbacks.shift()(); + } + }, false); + + return (cb) => { + callbacks.push(cb); + _global.postMessage(token, "*"); + } + })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb); +})( + typeof setImmediate === 'function', + isFunction(_global.postMessage) +); + +const asap = typeof queueMicrotask !== 'undefined' ? + queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate); + +// ********************* + +const utils$1 = { + isArray, + isArrayBuffer, + isBuffer, + isFormData, + isArrayBufferView, + isString, + isNumber, + isBoolean, + isObject, + isPlainObject, + isReadableStream, + isRequest, + isResponse, + isHeaders, + isUndefined, + isDate, + isFile, + isBlob, + isRegExp, + isFunction, + isStream, + isURLSearchParams, + isTypedArray, + isFileList, + forEach, + merge, + extend, + trim, + stripBOM, + inherits, + toFlatObject, + kindOf, + kindOfTest, + endsWith, + toArray, + forEachEntry, + matchAll, + isHTMLForm, + hasOwnProperty, + hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection + reduceDescriptors, + freezeMethods, + toObjectSet, + toCamelCase, + noop, + toFiniteNumber, + findKey, + global: _global, + isContextDefined, + isSpecCompliantForm, + toJSONObject, + isAsyncFn, + isThenable, + setImmediate: _setImmediate, + asap +}; + +/** + * Create an Error with the specified message, config, error code, request and response. + * + * @param {string} message The error message. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [config] The config. + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * + * @returns {Error} The created error. + */ +function AxiosError$1(message, code, config, request, response) { + Error.call(this); + + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + this.stack = (new Error()).stack; + } + + this.message = message; + this.name = 'AxiosError'; + code && (this.code = code); + config && (this.config = config); + request && (this.request = request); + if (response) { + this.response = response; + this.status = response.status ? response.status : null; + } +} + +utils$1.inherits(AxiosError$1, Error, { + toJSON: function toJSON() { + return { + // Standard + message: this.message, + name: this.name, + // Microsoft + description: this.description, + number: this.number, + // Mozilla + fileName: this.fileName, + lineNumber: this.lineNumber, + columnNumber: this.columnNumber, + stack: this.stack, + // Axios + config: utils$1.toJSONObject(this.config), + code: this.code, + status: this.status + }; + } +}); + +const prototype$1 = AxiosError$1.prototype; +const descriptors = {}; + +[ + 'ERR_BAD_OPTION_VALUE', + 'ERR_BAD_OPTION', + 'ECONNABORTED', + 'ETIMEDOUT', + 'ERR_NETWORK', + 'ERR_FR_TOO_MANY_REDIRECTS', + 'ERR_DEPRECATED', + 'ERR_BAD_RESPONSE', + 'ERR_BAD_REQUEST', + 'ERR_CANCELED', + 'ERR_NOT_SUPPORT', + 'ERR_INVALID_URL' +// eslint-disable-next-line func-names +].forEach(code => { + descriptors[code] = {value: code}; +}); + +Object.defineProperties(AxiosError$1, descriptors); +Object.defineProperty(prototype$1, 'isAxiosError', {value: true}); + +// eslint-disable-next-line func-names +AxiosError$1.from = (error, code, config, request, response, customProps) => { + const axiosError = Object.create(prototype$1); + + utils$1.toFlatObject(error, axiosError, function filter(obj) { + return obj !== Error.prototype; + }, prop => { + return prop !== 'isAxiosError'; + }); + + AxiosError$1.call(axiosError, error.message, code, config, request, response); + + axiosError.cause = error; + + axiosError.name = error.name; + + customProps && Object.assign(axiosError, customProps); + + return axiosError; +}; + +// eslint-disable-next-line strict +const httpAdapter = null; + +/** + * Determines if the given thing is a array or js object. + * + * @param {string} thing - The object or array to be visited. + * + * @returns {boolean} + */ +function isVisitable(thing) { + return utils$1.isPlainObject(thing) || utils$1.isArray(thing); +} + +/** + * It removes the brackets from the end of a string + * + * @param {string} key - The key of the parameter. + * + * @returns {string} the key without the brackets. + */ +function removeBrackets(key) { + return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key; +} + +/** + * It takes a path, a key, and a boolean, and returns a string + * + * @param {string} path - The path to the current key. + * @param {string} key - The key of the current object being iterated over. + * @param {string} dots - If true, the key will be rendered with dots instead of brackets. + * + * @returns {string} The path to the current key. + */ +function renderKey(path, key, dots) { + if (!path) return key; + return path.concat(key).map(function each(token, i) { + // eslint-disable-next-line no-param-reassign + token = removeBrackets(token); + return !dots && i ? '[' + token + ']' : token; + }).join(dots ? '.' : ''); +} + +/** + * If the array is an array and none of its elements are visitable, then it's a flat array. + * + * @param {Array} arr - The array to check + * + * @returns {boolean} + */ +function isFlatArray(arr) { + return utils$1.isArray(arr) && !arr.some(isVisitable); +} + +const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) { + return /^is[A-Z]/.test(prop); +}); + +/** + * Convert a data object to FormData + * + * @param {Object} obj + * @param {?Object} [formData] + * @param {?Object} [options] + * @param {Function} [options.visitor] + * @param {Boolean} [options.metaTokens = true] + * @param {Boolean} [options.dots = false] + * @param {?Boolean} [options.indexes = false] + * + * @returns {Object} + **/ + +/** + * It converts an object into a FormData object + * + * @param {Object} obj - The object to convert to form data. + * @param {string} formData - The FormData object to append to. + * @param {Object} options + * + * @returns + */ +function toFormData$1(obj, formData, options) { + if (!utils$1.isObject(obj)) { + throw new TypeError('target must be an object'); + } + + // eslint-disable-next-line no-param-reassign + formData = formData || new (FormData)(); + + // eslint-disable-next-line no-param-reassign + options = utils$1.toFlatObject(options, { + metaTokens: true, + dots: false, + indexes: false + }, false, function defined(option, source) { + // eslint-disable-next-line no-eq-null,eqeqeq + return !utils$1.isUndefined(source[option]); + }); + + const metaTokens = options.metaTokens; + // eslint-disable-next-line no-use-before-define + const visitor = options.visitor || defaultVisitor; + const dots = options.dots; + const indexes = options.indexes; + const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob; + const useBlob = _Blob && utils$1.isSpecCompliantForm(formData); + + if (!utils$1.isFunction(visitor)) { + throw new TypeError('visitor must be a function'); + } + + function convertValue(value) { + if (value === null) return ''; + + if (utils$1.isDate(value)) { + return value.toISOString(); + } + + if (!useBlob && utils$1.isBlob(value)) { + throw new AxiosError$1('Blob is not supported. Use a Buffer instead.'); + } + + if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) { + return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value); + } + + return value; + } + + /** + * Default visitor. + * + * @param {*} value + * @param {String|Number} key + * @param {Array} path + * @this {FormData} + * + * @returns {boolean} return true to visit the each prop of the value recursively + */ + function defaultVisitor(value, key, path) { + let arr = value; + + if (value && !path && typeof value === 'object') { + if (utils$1.endsWith(key, '{}')) { + // eslint-disable-next-line no-param-reassign + key = metaTokens ? key : key.slice(0, -2); + // eslint-disable-next-line no-param-reassign + value = JSON.stringify(value); + } else if ( + (utils$1.isArray(value) && isFlatArray(value)) || + ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)) + )) { + // eslint-disable-next-line no-param-reassign + key = removeBrackets(key); + + arr.forEach(function each(el, index) { + !(utils$1.isUndefined(el) || el === null) && formData.append( + // eslint-disable-next-line no-nested-ternary + indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'), + convertValue(el) + ); + }); + return false; + } + } + + if (isVisitable(value)) { + return true; + } + + formData.append(renderKey(path, key, dots), convertValue(value)); + + return false; + } + + const stack = []; + + const exposedHelpers = Object.assign(predicates, { + defaultVisitor, + convertValue, + isVisitable + }); + + function build(value, path) { + if (utils$1.isUndefined(value)) return; + + if (stack.indexOf(value) !== -1) { + throw Error('Circular reference detected in ' + path.join('.')); + } + + stack.push(value); + + utils$1.forEach(value, function each(el, key) { + const result = !(utils$1.isUndefined(el) || el === null) && visitor.call( + formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers + ); + + if (result === true) { + build(el, path ? path.concat(key) : [key]); + } + }); + + stack.pop(); + } + + if (!utils$1.isObject(obj)) { + throw new TypeError('data must be an object'); + } + + build(obj); + + return formData; +} + +/** + * It encodes a string by replacing all characters that are not in the unreserved set with + * their percent-encoded equivalents + * + * @param {string} str - The string to encode. + * + * @returns {string} The encoded string. + */ +function encode$1(str) { + const charMap = { + '!': '%21', + "'": '%27', + '(': '%28', + ')': '%29', + '~': '%7E', + '%20': '+', + '%00': '\x00' + }; + return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) { + return charMap[match]; + }); +} + +/** + * It takes a params object and converts it to a FormData object + * + * @param {Object} params - The parameters to be converted to a FormData object. + * @param {Object} options - The options object passed to the Axios constructor. + * + * @returns {void} + */ +function AxiosURLSearchParams(params, options) { + this._pairs = []; + + params && toFormData$1(params, this, options); +} + +const prototype = AxiosURLSearchParams.prototype; + +prototype.append = function append(name, value) { + this._pairs.push([name, value]); +}; + +prototype.toString = function toString(encoder) { + const _encode = encoder ? function(value) { + return encoder.call(this, value, encode$1); + } : encode$1; + + return this._pairs.map(function each(pair) { + return _encode(pair[0]) + '=' + _encode(pair[1]); + }, '').join('&'); +}; + +/** + * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their + * URI encoded counterparts + * + * @param {string} val The value to be encoded. + * + * @returns {string} The encoded value. + */ +function encode(val) { + return encodeURIComponent(val). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%20/g, '+'). + replace(/%5B/gi, '['). + replace(/%5D/gi, ']'); +} + +/** + * Build a URL by appending params to the end + * + * @param {string} url The base of the url (e.g., http://www.google.com) + * @param {object} [params] The params to be appended + * @param {?(object|Function)} options + * + * @returns {string} The formatted url + */ +function buildURL(url, params, options) { + /*eslint no-param-reassign:0*/ + if (!params) { + return url; + } + + const _encode = options && options.encode || encode; + + if (utils$1.isFunction(options)) { + options = { + serialize: options + }; + } + + const serializeFn = options && options.serialize; + + let serializedParams; + + if (serializeFn) { + serializedParams = serializeFn(params, options); + } else { + serializedParams = utils$1.isURLSearchParams(params) ? + params.toString() : + new AxiosURLSearchParams(params, options).toString(_encode); + } + + if (serializedParams) { + const hashmarkIndex = url.indexOf("#"); + + if (hashmarkIndex !== -1) { + url = url.slice(0, hashmarkIndex); + } + url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; + } + + return url; +} + +class InterceptorManager { + constructor() { + this.handlers = []; + } + + /** + * Add a new interceptor to the stack + * + * @param {Function} fulfilled The function to handle `then` for a `Promise` + * @param {Function} rejected The function to handle `reject` for a `Promise` + * + * @return {Number} An ID used to remove interceptor later + */ + use(fulfilled, rejected, options) { + this.handlers.push({ + fulfilled, + rejected, + synchronous: options ? options.synchronous : false, + runWhen: options ? options.runWhen : null + }); + return this.handlers.length - 1; + } + + /** + * Remove an interceptor from the stack + * + * @param {Number} id The ID that was returned by `use` + * + * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise + */ + eject(id) { + if (this.handlers[id]) { + this.handlers[id] = null; + } + } + + /** + * Clear all interceptors from the stack + * + * @returns {void} + */ + clear() { + if (this.handlers) { + this.handlers = []; + } + } + + /** + * Iterate over all the registered interceptors + * + * This method is particularly useful for skipping over any + * interceptors that may have become `null` calling `eject`. + * + * @param {Function} fn The function to call for each interceptor + * + * @returns {void} + */ + forEach(fn) { + utils$1.forEach(this.handlers, function forEachHandler(h) { + if (h !== null) { + fn(h); + } + }); + } +} + +const InterceptorManager$1 = InterceptorManager; + +const transitionalDefaults = { + silentJSONParsing: true, + forcedJSONParsing: true, + clarifyTimeoutError: false +}; + +const URLSearchParams$1 = typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams; + +const FormData$1 = typeof FormData !== 'undefined' ? FormData : null; + +const Blob$1 = typeof Blob !== 'undefined' ? Blob : null; + +const platform$1 = { + isBrowser: true, + classes: { + URLSearchParams: URLSearchParams$1, + FormData: FormData$1, + Blob: Blob$1 + }, + protocols: ['http', 'https', 'file', 'blob', 'url', 'data'] +}; + +const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined'; + +const _navigator = typeof navigator === 'object' && navigator || undefined; + +/** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + * nativescript + * navigator.product -> 'NativeScript' or 'NS' + * + * @returns {boolean} + */ +const hasStandardBrowserEnv = hasBrowserEnv && + (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0); + +/** + * Determine if we're running in a standard browser webWorker environment + * + * Although the `isStandardBrowserEnv` method indicates that + * `allows axios to run in a web worker`, the WebWorker will still be + * filtered out due to its judgment standard + * `typeof window !== 'undefined' && typeof document !== 'undefined'`. + * This leads to a problem when axios post `FormData` in webWorker + */ +const hasStandardBrowserWebWorkerEnv = (() => { + return ( + typeof WorkerGlobalScope !== 'undefined' && + // eslint-disable-next-line no-undef + self instanceof WorkerGlobalScope && + typeof self.importScripts === 'function' + ); +})(); + +const origin = hasBrowserEnv && window.location.href || 'http://localhost'; + +const utils = /*#__PURE__*/Object.freeze({ + __proto__: null, + hasBrowserEnv: hasBrowserEnv, + hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv, + hasStandardBrowserEnv: hasStandardBrowserEnv, + navigator: _navigator, + origin: origin +}); + +const platform = { + ...utils, + ...platform$1 +}; + +function toURLEncodedForm(data, options) { + return toFormData$1(data, new platform.classes.URLSearchParams(), Object.assign({ + visitor: function(value, key, path, helpers) { + if (platform.isNode && utils$1.isBuffer(value)) { + this.append(key, value.toString('base64')); + return false; + } + + return helpers.defaultVisitor.apply(this, arguments); + } + }, options)); +} + +/** + * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z'] + * + * @param {string} name - The name of the property to get. + * + * @returns An array of strings. + */ +function parsePropPath(name) { + // foo[x][y][z] + // foo.x.y.z + // foo-x-y-z + // foo x y z + return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => { + return match[0] === '[]' ? '' : match[1] || match[0]; + }); +} + +/** + * Convert an array to an object. + * + * @param {Array} arr - The array to convert to an object. + * + * @returns An object with the same keys and values as the array. + */ +function arrayToObject(arr) { + const obj = {}; + const keys = Object.keys(arr); + let i; + const len = keys.length; + let key; + for (i = 0; i < len; i++) { + key = keys[i]; + obj[key] = arr[key]; + } + return obj; +} + +/** + * It takes a FormData object and returns a JavaScript object + * + * @param {string} formData The FormData object to convert to JSON. + * + * @returns {Object | null} The converted object. + */ +function formDataToJSON(formData) { + function buildPath(path, value, target, index) { + let name = path[index++]; + + if (name === '__proto__') return true; + + const isNumericKey = Number.isFinite(+name); + const isLast = index >= path.length; + name = !name && utils$1.isArray(target) ? target.length : name; + + if (isLast) { + if (utils$1.hasOwnProp(target, name)) { + target[name] = [target[name], value]; + } else { + target[name] = value; + } + + return !isNumericKey; + } + + if (!target[name] || !utils$1.isObject(target[name])) { + target[name] = []; + } + + const result = buildPath(path, value, target[name], index); + + if (result && utils$1.isArray(target[name])) { + target[name] = arrayToObject(target[name]); + } + + return !isNumericKey; + } + + if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) { + const obj = {}; + + utils$1.forEachEntry(formData, (name, value) => { + buildPath(parsePropPath(name), value, obj, 0); + }); + + return obj; + } + + return null; +} + +/** + * It takes a string, tries to parse it, and if it fails, it returns the stringified version + * of the input + * + * @param {any} rawValue - The value to be stringified. + * @param {Function} parser - A function that parses a string into a JavaScript object. + * @param {Function} encoder - A function that takes a value and returns a string. + * + * @returns {string} A stringified version of the rawValue. + */ +function stringifySafely(rawValue, parser, encoder) { + if (utils$1.isString(rawValue)) { + try { + (parser || JSON.parse)(rawValue); + return utils$1.trim(rawValue); + } catch (e) { + if (e.name !== 'SyntaxError') { + throw e; + } + } + } + + return (encoder || JSON.stringify)(rawValue); +} + +const defaults = { + + transitional: transitionalDefaults, + + adapter: ['xhr', 'http', 'fetch'], + + transformRequest: [function transformRequest(data, headers) { + const contentType = headers.getContentType() || ''; + const hasJSONContentType = contentType.indexOf('application/json') > -1; + const isObjectPayload = utils$1.isObject(data); + + if (isObjectPayload && utils$1.isHTMLForm(data)) { + data = new FormData(data); + } + + const isFormData = utils$1.isFormData(data); + + if (isFormData) { + return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data; + } + + if (utils$1.isArrayBuffer(data) || + utils$1.isBuffer(data) || + utils$1.isStream(data) || + utils$1.isFile(data) || + utils$1.isBlob(data) || + utils$1.isReadableStream(data) + ) { + return data; + } + if (utils$1.isArrayBufferView(data)) { + return data.buffer; + } + if (utils$1.isURLSearchParams(data)) { + headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false); + return data.toString(); + } + + let isFileList; + + if (isObjectPayload) { + if (contentType.indexOf('application/x-www-form-urlencoded') > -1) { + return toURLEncodedForm(data, this.formSerializer).toString(); + } + + if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { + const _FormData = this.env && this.env.FormData; + + return toFormData$1( + isFileList ? {'files[]': data} : data, + _FormData && new _FormData(), + this.formSerializer + ); + } + } + + if (isObjectPayload || hasJSONContentType ) { + headers.setContentType('application/json', false); + return stringifySafely(data); + } + + return data; + }], + + transformResponse: [function transformResponse(data) { + const transitional = this.transitional || defaults.transitional; + const forcedJSONParsing = transitional && transitional.forcedJSONParsing; + const JSONRequested = this.responseType === 'json'; + + if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) { + return data; + } + + if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { + const silentJSONParsing = transitional && transitional.silentJSONParsing; + const strictJSONParsing = !silentJSONParsing && JSONRequested; + + try { + return JSON.parse(data); + } catch (e) { + if (strictJSONParsing) { + if (e.name === 'SyntaxError') { + throw AxiosError$1.from(e, AxiosError$1.ERR_BAD_RESPONSE, this, null, this.response); + } + throw e; + } + } + } + + return data; + }], + + /** + * A timeout in milliseconds to abort a request. If set to 0 (default) a + * timeout is not created. + */ + timeout: 0, + + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', + + maxContentLength: -1, + maxBodyLength: -1, + + env: { + FormData: platform.classes.FormData, + Blob: platform.classes.Blob + }, + + validateStatus: function validateStatus(status) { + return status >= 200 && status < 300; + }, + + headers: { + common: { + 'Accept': 'application/json, text/plain, */*', + 'Content-Type': undefined + } + } +}; + +utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => { + defaults.headers[method] = {}; +}); + +const defaults$1 = defaults; + +// RawAxiosHeaders whose duplicates are ignored by node +// c.f. https://nodejs.org/api/http.html#http_message_headers +const ignoreDuplicateOf = utils$1.toObjectSet([ + 'age', 'authorization', 'content-length', 'content-type', 'etag', + 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', + 'last-modified', 'location', 'max-forwards', 'proxy-authorization', + 'referer', 'retry-after', 'user-agent' +]); + +/** + * Parse headers into an object + * + * ``` + * Date: Wed, 27 Aug 2014 08:58:49 GMT + * Content-Type: application/json + * Connection: keep-alive + * Transfer-Encoding: chunked + * ``` + * + * @param {String} rawHeaders Headers needing to be parsed + * + * @returns {Object} Headers parsed into an object + */ +const parseHeaders = rawHeaders => { + const parsed = {}; + let key; + let val; + let i; + + rawHeaders && rawHeaders.split('\n').forEach(function parser(line) { + i = line.indexOf(':'); + key = line.substring(0, i).trim().toLowerCase(); + val = line.substring(i + 1).trim(); + + if (!key || (parsed[key] && ignoreDuplicateOf[key])) { + return; + } + + if (key === 'set-cookie') { + if (parsed[key]) { + parsed[key].push(val); + } else { + parsed[key] = [val]; + } + } else { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + }); + + return parsed; +}; + +const $internals = Symbol('internals'); + +function normalizeHeader(header) { + return header && String(header).trim().toLowerCase(); +} + +function normalizeValue(value) { + if (value === false || value == null) { + return value; + } + + return utils$1.isArray(value) ? value.map(normalizeValue) : String(value); +} + +function parseTokens(str) { + const tokens = Object.create(null); + const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g; + let match; + + while ((match = tokensRE.exec(str))) { + tokens[match[1]] = match[2]; + } + + return tokens; +} + +const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim()); + +function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { + if (utils$1.isFunction(filter)) { + return filter.call(this, value, header); + } + + if (isHeaderNameFilter) { + value = header; + } + + if (!utils$1.isString(value)) return; + + if (utils$1.isString(filter)) { + return value.indexOf(filter) !== -1; + } + + if (utils$1.isRegExp(filter)) { + return filter.test(value); + } +} + +function formatHeader(header) { + return header.trim() + .toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => { + return char.toUpperCase() + str; + }); +} + +function buildAccessors(obj, header) { + const accessorName = utils$1.toCamelCase(' ' + header); + + ['get', 'set', 'has'].forEach(methodName => { + Object.defineProperty(obj, methodName + accessorName, { + value: function(arg1, arg2, arg3) { + return this[methodName].call(this, header, arg1, arg2, arg3); + }, + configurable: true + }); + }); +} + +class AxiosHeaders$1 { + constructor(headers) { + headers && this.set(headers); + } + + set(header, valueOrRewrite, rewrite) { + const self = this; + + function setHeader(_value, _header, _rewrite) { + const lHeader = normalizeHeader(_header); + + if (!lHeader) { + throw new Error('header name must be a non-empty string'); + } + + const key = utils$1.findKey(self, lHeader); + + if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) { + self[key || _header] = normalizeValue(_value); + } + } + + const setHeaders = (headers, _rewrite) => + utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); + + if (utils$1.isPlainObject(header) || header instanceof this.constructor) { + setHeaders(header, valueOrRewrite); + } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { + setHeaders(parseHeaders(header), valueOrRewrite); + } else if (utils$1.isHeaders(header)) { + for (const [key, value] of header.entries()) { + setHeader(value, key, rewrite); + } + } else { + header != null && setHeader(valueOrRewrite, header, rewrite); + } + + return this; + } + + get(header, parser) { + header = normalizeHeader(header); + + if (header) { + const key = utils$1.findKey(this, header); + + if (key) { + const value = this[key]; + + if (!parser) { + return value; + } + + if (parser === true) { + return parseTokens(value); + } + + if (utils$1.isFunction(parser)) { + return parser.call(this, value, key); + } + + if (utils$1.isRegExp(parser)) { + return parser.exec(value); + } + + throw new TypeError('parser must be boolean|regexp|function'); + } + } + } + + has(header, matcher) { + header = normalizeHeader(header); + + if (header) { + const key = utils$1.findKey(this, header); + + return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher))); + } + + return false; + } + + delete(header, matcher) { + const self = this; + let deleted = false; + + function deleteHeader(_header) { + _header = normalizeHeader(_header); + + if (_header) { + const key = utils$1.findKey(self, _header); + + if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) { + delete self[key]; + + deleted = true; + } + } + } + + if (utils$1.isArray(header)) { + header.forEach(deleteHeader); + } else { + deleteHeader(header); + } + + return deleted; + } + + clear(matcher) { + const keys = Object.keys(this); + let i = keys.length; + let deleted = false; + + while (i--) { + const key = keys[i]; + if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) { + delete this[key]; + deleted = true; + } + } + + return deleted; + } + + normalize(format) { + const self = this; + const headers = {}; + + utils$1.forEach(this, (value, header) => { + const key = utils$1.findKey(headers, header); + + if (key) { + self[key] = normalizeValue(value); + delete self[header]; + return; + } + + const normalized = format ? formatHeader(header) : String(header).trim(); + + if (normalized !== header) { + delete self[header]; + } + + self[normalized] = normalizeValue(value); + + headers[normalized] = true; + }); + + return this; + } + + concat(...targets) { + return this.constructor.concat(this, ...targets); + } + + toJSON(asStrings) { + const obj = Object.create(null); + + utils$1.forEach(this, (value, header) => { + value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value); + }); + + return obj; + } + + [Symbol.iterator]() { + return Object.entries(this.toJSON())[Symbol.iterator](); + } + + toString() { + return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n'); + } + + get [Symbol.toStringTag]() { + return 'AxiosHeaders'; + } + + static from(thing) { + return thing instanceof this ? thing : new this(thing); + } + + static concat(first, ...targets) { + const computed = new this(first); + + targets.forEach((target) => computed.set(target)); + + return computed; + } + + static accessor(header) { + const internals = this[$internals] = (this[$internals] = { + accessors: {} + }); + + const accessors = internals.accessors; + const prototype = this.prototype; + + function defineAccessor(_header) { + const lHeader = normalizeHeader(_header); + + if (!accessors[lHeader]) { + buildAccessors(prototype, _header); + accessors[lHeader] = true; + } + } + + utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); + + return this; + } +} + +AxiosHeaders$1.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']); + +// reserved names hotfix +utils$1.reduceDescriptors(AxiosHeaders$1.prototype, ({value}, key) => { + let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set` + return { + get: () => value, + set(headerValue) { + this[mapped] = headerValue; + } + } +}); + +utils$1.freezeMethods(AxiosHeaders$1); + +const AxiosHeaders$2 = AxiosHeaders$1; + +/** + * Transform the data for a request or a response + * + * @param {Array|Function} fns A single function or Array of functions + * @param {?Object} response The response object + * + * @returns {*} The resulting transformed data + */ +function transformData(fns, response) { + const config = this || defaults$1; + const context = response || config; + const headers = AxiosHeaders$2.from(context.headers); + let data = context.data; + + utils$1.forEach(fns, function transform(fn) { + data = fn.call(config, data, headers.normalize(), response ? response.status : undefined); + }); + + headers.normalize(); + + return data; +} + +function isCancel$1(value) { + return !!(value && value.__CANCEL__); +} + +/** + * A `CanceledError` is an object that is thrown when an operation is canceled. + * + * @param {string=} message The message. + * @param {Object=} config The config. + * @param {Object=} request The request. + * + * @returns {CanceledError} The created error. + */ +function CanceledError$1(message, config, request) { + // eslint-disable-next-line no-eq-null,eqeqeq + AxiosError$1.call(this, message == null ? 'canceled' : message, AxiosError$1.ERR_CANCELED, config, request); + this.name = 'CanceledError'; +} + +utils$1.inherits(CanceledError$1, AxiosError$1, { + __CANCEL__: true +}); + +/** + * Resolve or reject a Promise based on response status. + * + * @param {Function} resolve A function that resolves the promise. + * @param {Function} reject A function that rejects the promise. + * @param {object} response The response. + * + * @returns {object} The response. + */ +function settle(resolve, reject, response) { + const validateStatus = response.config.validateStatus; + if (!response.status || !validateStatus || validateStatus(response.status)) { + resolve(response); + } else { + reject(new AxiosError$1( + 'Request failed with status code ' + response.status, + [AxiosError$1.ERR_BAD_REQUEST, AxiosError$1.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], + response.config, + response.request, + response + )); + } +} + +function parseProtocol(url) { + const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); + return match && match[1] || ''; +} + +/** + * Calculate data maxRate + * @param {Number} [samplesCount= 10] + * @param {Number} [min= 1000] + * @returns {Function} + */ +function speedometer(samplesCount, min) { + samplesCount = samplesCount || 10; + const bytes = new Array(samplesCount); + const timestamps = new Array(samplesCount); + let head = 0; + let tail = 0; + let firstSampleTS; + + min = min !== undefined ? min : 1000; + + return function push(chunkLength) { + const now = Date.now(); + + const startedAt = timestamps[tail]; + + if (!firstSampleTS) { + firstSampleTS = now; + } + + bytes[head] = chunkLength; + timestamps[head] = now; + + let i = tail; + let bytesCount = 0; + + while (i !== head) { + bytesCount += bytes[i++]; + i = i % samplesCount; + } + + head = (head + 1) % samplesCount; + + if (head === tail) { + tail = (tail + 1) % samplesCount; + } + + if (now - firstSampleTS < min) { + return; + } + + const passed = startedAt && now - startedAt; + + return passed ? Math.round(bytesCount * 1000 / passed) : undefined; + }; +} + +/** + * Throttle decorator + * @param {Function} fn + * @param {Number} freq + * @return {Function} + */ +function throttle(fn, freq) { + let timestamp = 0; + let threshold = 1000 / freq; + let lastArgs; + let timer; + + const invoke = (args, now = Date.now()) => { + timestamp = now; + lastArgs = null; + if (timer) { + clearTimeout(timer); + timer = null; + } + fn.apply(null, args); + }; + + const throttled = (...args) => { + const now = Date.now(); + const passed = now - timestamp; + if ( passed >= threshold) { + invoke(args, now); + } else { + lastArgs = args; + if (!timer) { + timer = setTimeout(() => { + timer = null; + invoke(lastArgs); + }, threshold - passed); + } + } + }; + + const flush = () => lastArgs && invoke(lastArgs); + + return [throttled, flush]; +} + +const progressEventReducer = (listener, isDownloadStream, freq = 3) => { + let bytesNotified = 0; + const _speedometer = speedometer(50, 250); + + return throttle(e => { + const loaded = e.loaded; + const total = e.lengthComputable ? e.total : undefined; + const progressBytes = loaded - bytesNotified; + const rate = _speedometer(progressBytes); + const inRange = loaded <= total; + + bytesNotified = loaded; + + const data = { + loaded, + total, + progress: total ? (loaded / total) : undefined, + bytes: progressBytes, + rate: rate ? rate : undefined, + estimated: rate && total && inRange ? (total - loaded) / rate : undefined, + event: e, + lengthComputable: total != null, + [isDownloadStream ? 'download' : 'upload']: true + }; + + listener(data); + }, freq); +}; + +const progressEventDecorator = (total, throttled) => { + const lengthComputable = total != null; + + return [(loaded) => throttled[0]({ + lengthComputable, + total, + loaded + }), throttled[1]]; +}; + +const asyncDecorator = (fn) => (...args) => utils$1.asap(() => fn(...args)); + +const isURLSameOrigin = platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => { + url = new URL(url, platform.origin); + + return ( + origin.protocol === url.protocol && + origin.host === url.host && + (isMSIE || origin.port === url.port) + ); +})( + new URL(platform.origin), + platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent) +) : () => true; + +const cookies = platform.hasStandardBrowserEnv ? + + // Standard browser envs support document.cookie + { + write(name, value, expires, path, domain, secure) { + const cookie = [name + '=' + encodeURIComponent(value)]; + + utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString()); + + utils$1.isString(path) && cookie.push('path=' + path); + + utils$1.isString(domain) && cookie.push('domain=' + domain); + + secure === true && cookie.push('secure'); + + document.cookie = cookie.join('; '); + }, + + read(name) { + const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, + + remove(name) { + this.write(name, '', Date.now() - 86400000); + } + } + + : + + // Non-standard browser env (web workers, react-native) lack needed support. + { + write() {}, + read() { + return null; + }, + remove() {} + }; + +/** + * Determines whether the specified URL is absolute + * + * @param {string} url The URL to test + * + * @returns {boolean} True if the specified URL is absolute, otherwise false + */ +function isAbsoluteURL(url) { + // A URL is considered absolute if it begins with "://" or "//" (protocol-relative URL). + // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed + // by any combination of letters, digits, plus, period, or hyphen. + return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url); +} + +/** + * Creates a new URL by combining the specified URLs + * + * @param {string} baseURL The base URL + * @param {string} relativeURL The relative URL + * + * @returns {string} The combined URL + */ +function combineURLs(baseURL, relativeURL) { + return relativeURL + ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '') + : baseURL; +} + +/** + * Creates a new URL by combining the baseURL with the requestedURL, + * only when the requestedURL is not already an absolute URL. + * If the requestURL is absolute, this function returns the requestedURL untouched. + * + * @param {string} baseURL The base URL + * @param {string} requestedURL Absolute or relative URL to combine + * + * @returns {string} The combined full path + */ +function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) { + let isRelativeUrl = !isAbsoluteURL(requestedURL); + if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) { + return combineURLs(baseURL, requestedURL); + } + return requestedURL; +} + +const headersToObject = (thing) => thing instanceof AxiosHeaders$2 ? { ...thing } : thing; + +/** + * Config-specific merge-function which creates a new config-object + * by merging two configuration objects together. + * + * @param {Object} config1 + * @param {Object} config2 + * + * @returns {Object} New object resulting from merging config2 to config1 + */ +function mergeConfig$1(config1, config2) { + // eslint-disable-next-line no-param-reassign + config2 = config2 || {}; + const config = {}; + + function getMergedValue(target, source, prop, caseless) { + if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) { + return utils$1.merge.call({caseless}, target, source); + } else if (utils$1.isPlainObject(source)) { + return utils$1.merge({}, source); + } else if (utils$1.isArray(source)) { + return source.slice(); + } + return source; + } + + // eslint-disable-next-line consistent-return + function mergeDeepProperties(a, b, prop , caseless) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(a, b, prop , caseless); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a, prop , caseless); + } + } + + // eslint-disable-next-line consistent-return + function valueFromConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } + } + + // eslint-disable-next-line consistent-return + function defaultToConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a); + } + } + + // eslint-disable-next-line consistent-return + function mergeDirectKeys(a, b, prop) { + if (prop in config2) { + return getMergedValue(a, b); + } else if (prop in config1) { + return getMergedValue(undefined, a); + } + } + + const mergeMap = { + url: valueFromConfig2, + method: valueFromConfig2, + data: valueFromConfig2, + baseURL: defaultToConfig2, + transformRequest: defaultToConfig2, + transformResponse: defaultToConfig2, + paramsSerializer: defaultToConfig2, + timeout: defaultToConfig2, + timeoutMessage: defaultToConfig2, + withCredentials: defaultToConfig2, + withXSRFToken: defaultToConfig2, + adapter: defaultToConfig2, + responseType: defaultToConfig2, + xsrfCookieName: defaultToConfig2, + xsrfHeaderName: defaultToConfig2, + onUploadProgress: defaultToConfig2, + onDownloadProgress: defaultToConfig2, + decompress: defaultToConfig2, + maxContentLength: defaultToConfig2, + maxBodyLength: defaultToConfig2, + beforeRedirect: defaultToConfig2, + transport: defaultToConfig2, + httpAgent: defaultToConfig2, + httpsAgent: defaultToConfig2, + cancelToken: defaultToConfig2, + socketPath: defaultToConfig2, + responseEncoding: defaultToConfig2, + validateStatus: mergeDirectKeys, + headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true) + }; + + utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { + const merge = mergeMap[prop] || mergeDeepProperties; + const configValue = merge(config1[prop], config2[prop], prop); + (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); + }); + + return config; +} + +const resolveConfig = (config) => { + const newConfig = mergeConfig$1({}, config); + + let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig; + + newConfig.headers = headers = AxiosHeaders$2.from(headers); + + newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer); + + // HTTP basic authentication + if (auth) { + headers.set('Authorization', 'Basic ' + + btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : '')) + ); + } + + let contentType; + + if (utils$1.isFormData(data)) { + if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) { + headers.setContentType(undefined); // Let the browser set it + } else if ((contentType = headers.getContentType()) !== false) { + // fix semicolon duplication issue for ReactNative FormData implementation + const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : []; + headers.setContentType([type || 'multipart/form-data', ...tokens].join('; ')); + } + } + + // Add xsrf header + // This is only done if running in a standard browser environment. + // Specifically not if we're in a web worker, or react-native. + + if (platform.hasStandardBrowserEnv) { + withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig)); + + if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) { + // Add xsrf header + const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName); + + if (xsrfValue) { + headers.set(xsrfHeaderName, xsrfValue); + } + } + } + + return newConfig; +}; + +const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined'; + +const xhrAdapter = isXHRAdapterSupported && function (config) { + return new Promise(function dispatchXhrRequest(resolve, reject) { + const _config = resolveConfig(config); + let requestData = _config.data; + const requestHeaders = AxiosHeaders$2.from(_config.headers).normalize(); + let {responseType, onUploadProgress, onDownloadProgress} = _config; + let onCanceled; + let uploadThrottled, downloadThrottled; + let flushUpload, flushDownload; + + function done() { + flushUpload && flushUpload(); // flush events + flushDownload && flushDownload(); // flush events + + _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled); + + _config.signal && _config.signal.removeEventListener('abort', onCanceled); + } + + let request = new XMLHttpRequest(); + + request.open(_config.method.toUpperCase(), _config.url, true); + + // Set the request timeout in MS + request.timeout = _config.timeout; + + function onloadend() { + if (!request) { + return; + } + // Prepare the response + const responseHeaders = AxiosHeaders$2.from( + 'getAllResponseHeaders' in request && request.getAllResponseHeaders() + ); + const responseData = !responseType || responseType === 'text' || responseType === 'json' ? + request.responseText : request.response; + const response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders, + config, + request + }; + + settle(function _resolve(value) { + resolve(value); + done(); + }, function _reject(err) { + reject(err); + done(); + }, response); + + // Clean up request + request = null; + } + + if ('onloadend' in request) { + // Use onloadend if available + request.onloadend = onloadend; + } else { + // Listen for ready state to emulate onloadend + request.onreadystatechange = function handleLoad() { + if (!request || request.readyState !== 4) { + return; + } + + // The request errored out and we didn't get a response, this will be + // handled by onerror instead + // With one exception: request that using file: protocol, most browsers + // will return status as 0 even though it's a successful request + if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { + return; + } + // readystate handler is calling before onerror or ontimeout handlers, + // so we should call onloadend on the next 'tick' + setTimeout(onloadend); + }; + } + + // Handle browser request cancellation (as opposed to a manual cancellation) + request.onabort = function handleAbort() { + if (!request) { + return; + } + + reject(new AxiosError$1('Request aborted', AxiosError$1.ECONNABORTED, config, request)); + + // Clean up request + request = null; + }; + + // Handle low level network errors + request.onerror = function handleError() { + // Real errors are hidden from us by the browser + // onerror should only fire if it's a network error + reject(new AxiosError$1('Network Error', AxiosError$1.ERR_NETWORK, config, request)); + + // Clean up request + request = null; + }; + + // Handle timeout + request.ontimeout = function handleTimeout() { + let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded'; + const transitional = _config.transitional || transitionalDefaults; + if (_config.timeoutErrorMessage) { + timeoutErrorMessage = _config.timeoutErrorMessage; + } + reject(new AxiosError$1( + timeoutErrorMessage, + transitional.clarifyTimeoutError ? AxiosError$1.ETIMEDOUT : AxiosError$1.ECONNABORTED, + config, + request)); + + // Clean up request + request = null; + }; + + // Remove Content-Type if data is undefined + requestData === undefined && requestHeaders.setContentType(null); + + // Add headers to the request + if ('setRequestHeader' in request) { + utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { + request.setRequestHeader(key, val); + }); + } + + // Add withCredentials to request if needed + if (!utils$1.isUndefined(_config.withCredentials)) { + request.withCredentials = !!_config.withCredentials; + } + + // Add responseType to request if needed + if (responseType && responseType !== 'json') { + request.responseType = _config.responseType; + } + + // Handle progress if needed + if (onDownloadProgress) { + ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true)); + request.addEventListener('progress', downloadThrottled); + } + + // Not all browsers support upload events + if (onUploadProgress && request.upload) { + ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress)); + + request.upload.addEventListener('progress', uploadThrottled); + + request.upload.addEventListener('loadend', flushUpload); + } + + if (_config.cancelToken || _config.signal) { + // Handle cancellation + // eslint-disable-next-line func-names + onCanceled = cancel => { + if (!request) { + return; + } + reject(!cancel || cancel.type ? new CanceledError$1(null, config, request) : cancel); + request.abort(); + request = null; + }; + + _config.cancelToken && _config.cancelToken.subscribe(onCanceled); + if (_config.signal) { + _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled); + } + } + + const protocol = parseProtocol(_config.url); + + if (protocol && platform.protocols.indexOf(protocol) === -1) { + reject(new AxiosError$1('Unsupported protocol ' + protocol + ':', AxiosError$1.ERR_BAD_REQUEST, config)); + return; + } + + + // Send the request + request.send(requestData || null); + }); +}; + +const composeSignals = (signals, timeout) => { + const {length} = (signals = signals ? signals.filter(Boolean) : []); + + if (timeout || length) { + let controller = new AbortController(); + + let aborted; + + const onabort = function (reason) { + if (!aborted) { + aborted = true; + unsubscribe(); + const err = reason instanceof Error ? reason : this.reason; + controller.abort(err instanceof AxiosError$1 ? err : new CanceledError$1(err instanceof Error ? err.message : err)); + } + }; + + let timer = timeout && setTimeout(() => { + timer = null; + onabort(new AxiosError$1(`timeout ${timeout} of ms exceeded`, AxiosError$1.ETIMEDOUT)); + }, timeout); + + const unsubscribe = () => { + if (signals) { + timer && clearTimeout(timer); + timer = null; + signals.forEach(signal => { + signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort); + }); + signals = null; + } + }; + + signals.forEach((signal) => signal.addEventListener('abort', onabort)); + + const {signal} = controller; + + signal.unsubscribe = () => utils$1.asap(unsubscribe); + + return signal; + } +}; + +const composeSignals$1 = composeSignals; + +const streamChunk = function* (chunk, chunkSize) { + let len = chunk.byteLength; + + if (!chunkSize || len < chunkSize) { + yield chunk; + return; + } + + let pos = 0; + let end; + + while (pos < len) { + end = pos + chunkSize; + yield chunk.slice(pos, end); + pos = end; + } +}; + +const readBytes = async function* (iterable, chunkSize) { + for await (const chunk of readStream(iterable)) { + yield* streamChunk(chunk, chunkSize); + } +}; + +const readStream = async function* (stream) { + if (stream[Symbol.asyncIterator]) { + yield* stream; + return; + } + + const reader = stream.getReader(); + try { + for (;;) { + const {done, value} = await reader.read(); + if (done) { + break; + } + yield value; + } + } finally { + await reader.cancel(); + } +}; + +const trackStream = (stream, chunkSize, onProgress, onFinish) => { + const iterator = readBytes(stream, chunkSize); + + let bytes = 0; + let done; + let _onFinish = (e) => { + if (!done) { + done = true; + onFinish && onFinish(e); + } + }; + + return new ReadableStream({ + async pull(controller) { + try { + const {done, value} = await iterator.next(); + + if (done) { + _onFinish(); + controller.close(); + return; + } + + let len = value.byteLength; + if (onProgress) { + let loadedBytes = bytes += len; + onProgress(loadedBytes); + } + controller.enqueue(new Uint8Array(value)); + } catch (err) { + _onFinish(err); + throw err; + } + }, + cancel(reason) { + _onFinish(reason); + return iterator.return(); + } + }, { + highWaterMark: 2 + }) +}; + +const isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function'; +const isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function'; + +// used only inside the fetch adapter +const encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? + ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : + async (str) => new Uint8Array(await new Response(str).arrayBuffer()) +); + +const test = (fn, ...args) => { + try { + return !!fn(...args); + } catch (e) { + return false + } +}; + +const supportsRequestStream = isReadableStreamSupported && test(() => { + let duplexAccessed = false; + + const hasContentType = new Request(platform.origin, { + body: new ReadableStream(), + method: 'POST', + get duplex() { + duplexAccessed = true; + return 'half'; + }, + }).headers.has('Content-Type'); + + return duplexAccessed && !hasContentType; +}); + +const DEFAULT_CHUNK_SIZE = 64 * 1024; + +const supportsResponseStream = isReadableStreamSupported && + test(() => utils$1.isReadableStream(new Response('').body)); + + +const resolvers = { + stream: supportsResponseStream && ((res) => res.body) +}; + +isFetchSupported && (((res) => { + ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => { + !resolvers[type] && (resolvers[type] = utils$1.isFunction(res[type]) ? (res) => res[type]() : + (_, config) => { + throw new AxiosError$1(`Response type '${type}' is not supported`, AxiosError$1.ERR_NOT_SUPPORT, config); + }); + }); +})(new Response)); + +const getBodyLength = async (body) => { + if (body == null) { + return 0; + } + + if(utils$1.isBlob(body)) { + return body.size; + } + + if(utils$1.isSpecCompliantForm(body)) { + const _request = new Request(platform.origin, { + method: 'POST', + body, + }); + return (await _request.arrayBuffer()).byteLength; + } + + if(utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body)) { + return body.byteLength; + } + + if(utils$1.isURLSearchParams(body)) { + body = body + ''; + } + + if(utils$1.isString(body)) { + return (await encodeText(body)).byteLength; + } +}; + +const resolveBodyLength = async (headers, body) => { + const length = utils$1.toFiniteNumber(headers.getContentLength()); + + return length == null ? getBodyLength(body) : length; +}; + +const fetchAdapter = isFetchSupported && (async (config) => { + let { + url, + method, + data, + signal, + cancelToken, + timeout, + onDownloadProgress, + onUploadProgress, + responseType, + headers, + withCredentials = 'same-origin', + fetchOptions + } = resolveConfig(config); + + responseType = responseType ? (responseType + '').toLowerCase() : 'text'; + + let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout); + + let request; + + const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => { + composedSignal.unsubscribe(); + }); + + let requestContentLength; + + try { + if ( + onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' && + (requestContentLength = await resolveBodyLength(headers, data)) !== 0 + ) { + let _request = new Request(url, { + method: 'POST', + body: data, + duplex: "half" + }); + + let contentTypeHeader; + + if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) { + headers.setContentType(contentTypeHeader); + } + + if (_request.body) { + const [onProgress, flush] = progressEventDecorator( + requestContentLength, + progressEventReducer(asyncDecorator(onUploadProgress)) + ); + + data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush); + } + } + + if (!utils$1.isString(withCredentials)) { + withCredentials = withCredentials ? 'include' : 'omit'; + } + + // Cloudflare Workers throws when credentials are defined + // see https://github.com/cloudflare/workerd/issues/902 + const isCredentialsSupported = "credentials" in Request.prototype; + request = new Request(url, { + ...fetchOptions, + signal: composedSignal, + method: method.toUpperCase(), + headers: headers.normalize().toJSON(), + body: data, + duplex: "half", + credentials: isCredentialsSupported ? withCredentials : undefined + }); + + let response = await fetch(request); + + const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response'); + + if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) { + const options = {}; + + ['status', 'statusText', 'headers'].forEach(prop => { + options[prop] = response[prop]; + }); + + const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length')); + + const [onProgress, flush] = onDownloadProgress && progressEventDecorator( + responseContentLength, + progressEventReducer(asyncDecorator(onDownloadProgress), true) + ) || []; + + response = new Response( + trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => { + flush && flush(); + unsubscribe && unsubscribe(); + }), + options + ); + } + + responseType = responseType || 'text'; + + let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config); + + !isStreamResponse && unsubscribe && unsubscribe(); + + return await new Promise((resolve, reject) => { + settle(resolve, reject, { + data: responseData, + headers: AxiosHeaders$2.from(response.headers), + status: response.status, + statusText: response.statusText, + config, + request + }); + }) + } catch (err) { + unsubscribe && unsubscribe(); + + if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) { + throw Object.assign( + new AxiosError$1('Network Error', AxiosError$1.ERR_NETWORK, config, request), + { + cause: err.cause || err + } + ) + } + + throw AxiosError$1.from(err, err && err.code, config, request); + } +}); + +const knownAdapters = { + http: httpAdapter, + xhr: xhrAdapter, + fetch: fetchAdapter +}; + +utils$1.forEach(knownAdapters, (fn, value) => { + if (fn) { + try { + Object.defineProperty(fn, 'name', {value}); + } catch (e) { + // eslint-disable-next-line no-empty + } + Object.defineProperty(fn, 'adapterName', {value}); + } +}); + +const renderReason = (reason) => `- ${reason}`; + +const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false; + +const adapters = { + getAdapter: (adapters) => { + adapters = utils$1.isArray(adapters) ? adapters : [adapters]; + + const {length} = adapters; + let nameOrAdapter; + let adapter; + + const rejectedReasons = {}; + + for (let i = 0; i < length; i++) { + nameOrAdapter = adapters[i]; + let id; + + adapter = nameOrAdapter; + + if (!isResolvedHandle(nameOrAdapter)) { + adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()]; + + if (adapter === undefined) { + throw new AxiosError$1(`Unknown adapter '${id}'`); + } + } + + if (adapter) { + break; + } + + rejectedReasons[id || '#' + i] = adapter; + } + + if (!adapter) { + + const reasons = Object.entries(rejectedReasons) + .map(([id, state]) => `adapter ${id} ` + + (state === false ? 'is not supported by the environment' : 'is not available in the build') + ); + + let s = length ? + (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) : + 'as no adapter specified'; + + throw new AxiosError$1( + `There is no suitable adapter to dispatch the request ` + s, + 'ERR_NOT_SUPPORT' + ); + } + + return adapter; + }, + adapters: knownAdapters +}; + +/** + * Throws a `CanceledError` if cancellation has been requested. + * + * @param {Object} config The config that is to be used for the request + * + * @returns {void} + */ +function throwIfCancellationRequested(config) { + if (config.cancelToken) { + config.cancelToken.throwIfRequested(); + } + + if (config.signal && config.signal.aborted) { + throw new CanceledError$1(null, config); + } +} + +/** + * Dispatch a request to the server using the configured adapter. + * + * @param {object} config The config that is to be used for the request + * + * @returns {Promise} The Promise to be fulfilled + */ +function dispatchRequest(config) { + throwIfCancellationRequested(config); + + config.headers = AxiosHeaders$2.from(config.headers); + + // Transform request data + config.data = transformData.call( + config, + config.transformRequest + ); + + if (['post', 'put', 'patch'].indexOf(config.method) !== -1) { + config.headers.setContentType('application/x-www-form-urlencoded', false); + } + + const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter); + + return adapter(config).then(function onAdapterResolution(response) { + throwIfCancellationRequested(config); + + // Transform response data + response.data = transformData.call( + config, + config.transformResponse, + response + ); + + response.headers = AxiosHeaders$2.from(response.headers); + + return response; + }, function onAdapterRejection(reason) { + if (!isCancel$1(reason)) { + throwIfCancellationRequested(config); + + // Transform response data + if (reason && reason.response) { + reason.response.data = transformData.call( + config, + config.transformResponse, + reason.response + ); + reason.response.headers = AxiosHeaders$2.from(reason.response.headers); + } + } + + return Promise.reject(reason); + }); +} + +const VERSION$1 = "1.8.4"; + +const validators$1 = {}; + +// eslint-disable-next-line func-names +['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => { + validators$1[type] = function validator(thing) { + return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type; + }; +}); + +const deprecatedWarnings = {}; + +/** + * Transitional option validator + * + * @param {function|boolean?} validator - set to false if the transitional option has been removed + * @param {string?} version - deprecated version / removed since version + * @param {string?} message - some message with additional info + * + * @returns {function} + */ +validators$1.transitional = function transitional(validator, version, message) { + function formatMessage(opt, desc) { + return '[Axios v' + VERSION$1 + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : ''); + } + + // eslint-disable-next-line func-names + return (value, opt, opts) => { + if (validator === false) { + throw new AxiosError$1( + formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), + AxiosError$1.ERR_DEPRECATED + ); + } + + if (version && !deprecatedWarnings[opt]) { + deprecatedWarnings[opt] = true; + // eslint-disable-next-line no-console + console.warn( + formatMessage( + opt, + ' has been deprecated since v' + version + ' and will be removed in the near future' + ) + ); + } + + return validator ? validator(value, opt, opts) : true; + }; +}; + +validators$1.spelling = function spelling(correctSpelling) { + return (value, opt) => { + // eslint-disable-next-line no-console + console.warn(`${opt} is likely a misspelling of ${correctSpelling}`); + return true; + } +}; + +/** + * Assert object's properties type + * + * @param {object} options + * @param {object} schema + * @param {boolean?} allowUnknown + * + * @returns {object} + */ + +function assertOptions(options, schema, allowUnknown) { + if (typeof options !== 'object') { + throw new AxiosError$1('options must be an object', AxiosError$1.ERR_BAD_OPTION_VALUE); + } + const keys = Object.keys(options); + let i = keys.length; + while (i-- > 0) { + const opt = keys[i]; + const validator = schema[opt]; + if (validator) { + const value = options[opt]; + const result = value === undefined || validator(value, opt, options); + if (result !== true) { + throw new AxiosError$1('option ' + opt + ' must be ' + result, AxiosError$1.ERR_BAD_OPTION_VALUE); + } + continue; + } + if (allowUnknown !== true) { + throw new AxiosError$1('Unknown option ' + opt, AxiosError$1.ERR_BAD_OPTION); + } + } +} + +const validator = { + assertOptions, + validators: validators$1 +}; + +const validators = validator.validators; + +/** + * Create a new instance of Axios + * + * @param {Object} instanceConfig The default config for the instance + * + * @return {Axios} A new instance of Axios + */ +class Axios$1 { + constructor(instanceConfig) { + this.defaults = instanceConfig; + this.interceptors = { + request: new InterceptorManager$1(), + response: new InterceptorManager$1() + }; + } + + /** + * Dispatch a request + * + * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults) + * @param {?Object} config + * + * @returns {Promise} The Promise to be fulfilled + */ + async request(configOrUrl, config) { + try { + return await this._request(configOrUrl, config); + } catch (err) { + if (err instanceof Error) { + let dummy = {}; + + Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error()); + + // slice off the Error: ... line + const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : ''; + try { + if (!err.stack) { + err.stack = stack; + // match without the 2 top stack lines + } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) { + err.stack += '\n' + stack; + } + } catch (e) { + // ignore the case where "stack" is an un-writable property + } + } + + throw err; + } + } + + _request(configOrUrl, config) { + /*eslint no-param-reassign:0*/ + // Allow for axios('example/url'[, config]) a la fetch API + if (typeof configOrUrl === 'string') { + config = config || {}; + config.url = configOrUrl; + } else { + config = configOrUrl || {}; + } + + config = mergeConfig$1(this.defaults, config); + + const {transitional, paramsSerializer, headers} = config; + + if (transitional !== undefined) { + validator.assertOptions(transitional, { + silentJSONParsing: validators.transitional(validators.boolean), + forcedJSONParsing: validators.transitional(validators.boolean), + clarifyTimeoutError: validators.transitional(validators.boolean) + }, false); + } + + if (paramsSerializer != null) { + if (utils$1.isFunction(paramsSerializer)) { + config.paramsSerializer = { + serialize: paramsSerializer + }; + } else { + validator.assertOptions(paramsSerializer, { + encode: validators.function, + serialize: validators.function + }, true); + } + } + + // Set config.allowAbsoluteUrls + if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) { + config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls; + } else { + config.allowAbsoluteUrls = true; + } + + validator.assertOptions(config, { + baseUrl: validators.spelling('baseURL'), + withXsrfToken: validators.spelling('withXSRFToken') + }, true); + + // Set config.method + config.method = (config.method || this.defaults.method || 'get').toLowerCase(); + + // Flatten headers + let contextHeaders = headers && utils$1.merge( + headers.common, + headers[config.method] + ); + + headers && utils$1.forEach( + ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], + (method) => { + delete headers[method]; + } + ); + + config.headers = AxiosHeaders$2.concat(contextHeaders, headers); + + // filter out skipped interceptors + const requestInterceptorChain = []; + let synchronousRequestInterceptors = true; + this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { + if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) { + return; + } + + synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous; + + requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected); + }); + + const responseInterceptorChain = []; + this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { + responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected); + }); + + let promise; + let i = 0; + let len; + + if (!synchronousRequestInterceptors) { + const chain = [dispatchRequest.bind(this), undefined]; + chain.unshift.apply(chain, requestInterceptorChain); + chain.push.apply(chain, responseInterceptorChain); + len = chain.length; + + promise = Promise.resolve(config); + + while (i < len) { + promise = promise.then(chain[i++], chain[i++]); + } + + return promise; + } + + len = requestInterceptorChain.length; + + let newConfig = config; + + i = 0; + + while (i < len) { + const onFulfilled = requestInterceptorChain[i++]; + const onRejected = requestInterceptorChain[i++]; + try { + newConfig = onFulfilled(newConfig); + } catch (error) { + onRejected.call(this, error); + break; + } + } + + try { + promise = dispatchRequest.call(this, newConfig); + } catch (error) { + return Promise.reject(error); + } + + i = 0; + len = responseInterceptorChain.length; + + while (i < len) { + promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]); + } + + return promise; + } + + getUri(config) { + config = mergeConfig$1(this.defaults, config); + const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); + return buildURL(fullPath, config.params, config.paramsSerializer); + } +} + +// Provide aliases for supported request methods +utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { + /*eslint func-names:0*/ + Axios$1.prototype[method] = function(url, config) { + return this.request(mergeConfig$1(config || {}, { + method, + url, + data: (config || {}).data + })); + }; +}); + +utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + /*eslint func-names:0*/ + + function generateHTTPMethod(isForm) { + return function httpMethod(url, data, config) { + return this.request(mergeConfig$1(config || {}, { + method, + headers: isForm ? { + 'Content-Type': 'multipart/form-data' + } : {}, + url, + data + })); + }; + } + + Axios$1.prototype[method] = generateHTTPMethod(); + + Axios$1.prototype[method + 'Form'] = generateHTTPMethod(true); +}); + +const Axios$2 = Axios$1; + +/** + * A `CancelToken` is an object that can be used to request cancellation of an operation. + * + * @param {Function} executor The executor function. + * + * @returns {CancelToken} + */ +class CancelToken$1 { + constructor(executor) { + if (typeof executor !== 'function') { + throw new TypeError('executor must be a function.'); + } + + let resolvePromise; + + this.promise = new Promise(function promiseExecutor(resolve) { + resolvePromise = resolve; + }); + + const token = this; + + // eslint-disable-next-line func-names + this.promise.then(cancel => { + if (!token._listeners) return; + + let i = token._listeners.length; + + while (i-- > 0) { + token._listeners[i](cancel); + } + token._listeners = null; + }); + + // eslint-disable-next-line func-names + this.promise.then = onfulfilled => { + let _resolve; + // eslint-disable-next-line func-names + const promise = new Promise(resolve => { + token.subscribe(resolve); + _resolve = resolve; + }).then(onfulfilled); + + promise.cancel = function reject() { + token.unsubscribe(_resolve); + }; + + return promise; + }; + + executor(function cancel(message, config, request) { + if (token.reason) { + // Cancellation has already been requested + return; + } + + token.reason = new CanceledError$1(message, config, request); + resolvePromise(token.reason); + }); + } + + /** + * Throws a `CanceledError` if cancellation has been requested. + */ + throwIfRequested() { + if (this.reason) { + throw this.reason; + } + } + + /** + * Subscribe to the cancel signal + */ + + subscribe(listener) { + if (this.reason) { + listener(this.reason); + return; + } + + if (this._listeners) { + this._listeners.push(listener); + } else { + this._listeners = [listener]; + } + } + + /** + * Unsubscribe from the cancel signal + */ + + unsubscribe(listener) { + if (!this._listeners) { + return; + } + const index = this._listeners.indexOf(listener); + if (index !== -1) { + this._listeners.splice(index, 1); + } + } + + toAbortSignal() { + const controller = new AbortController(); + + const abort = (err) => { + controller.abort(err); + }; + + this.subscribe(abort); + + controller.signal.unsubscribe = () => this.unsubscribe(abort); + + return controller.signal; + } + + /** + * Returns an object that contains a new `CancelToken` and a function that, when called, + * cancels the `CancelToken`. + */ + static source() { + let cancel; + const token = new CancelToken$1(function executor(c) { + cancel = c; + }); + return { + token, + cancel + }; + } +} + +const CancelToken$2 = CancelToken$1; + +/** + * Syntactic sugar for invoking a function and expanding an array for arguments. + * + * Common use case would be to use `Function.prototype.apply`. + * + * ```js + * function f(x, y, z) {} + * var args = [1, 2, 3]; + * f.apply(null, args); + * ``` + * + * With `spread` this example can be re-written. + * + * ```js + * spread(function(x, y, z) {})([1, 2, 3]); + * ``` + * + * @param {Function} callback + * + * @returns {Function} + */ +function spread$1(callback) { + return function wrap(arr) { + return callback.apply(null, arr); + }; +} + +/** + * Determines whether the payload is an error thrown by Axios + * + * @param {*} payload The value to test + * + * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false + */ +function isAxiosError$1(payload) { + return utils$1.isObject(payload) && (payload.isAxiosError === true); +} + +const HttpStatusCode$1 = { + Continue: 100, + SwitchingProtocols: 101, + Processing: 102, + EarlyHints: 103, + Ok: 200, + Created: 201, + Accepted: 202, + NonAuthoritativeInformation: 203, + NoContent: 204, + ResetContent: 205, + PartialContent: 206, + MultiStatus: 207, + AlreadyReported: 208, + ImUsed: 226, + MultipleChoices: 300, + MovedPermanently: 301, + Found: 302, + SeeOther: 303, + NotModified: 304, + UseProxy: 305, + Unused: 306, + TemporaryRedirect: 307, + PermanentRedirect: 308, + BadRequest: 400, + Unauthorized: 401, + PaymentRequired: 402, + Forbidden: 403, + NotFound: 404, + MethodNotAllowed: 405, + NotAcceptable: 406, + ProxyAuthenticationRequired: 407, + RequestTimeout: 408, + Conflict: 409, + Gone: 410, + LengthRequired: 411, + PreconditionFailed: 412, + PayloadTooLarge: 413, + UriTooLong: 414, + UnsupportedMediaType: 415, + RangeNotSatisfiable: 416, + ExpectationFailed: 417, + ImATeapot: 418, + MisdirectedRequest: 421, + UnprocessableEntity: 422, + Locked: 423, + FailedDependency: 424, + TooEarly: 425, + UpgradeRequired: 426, + PreconditionRequired: 428, + TooManyRequests: 429, + RequestHeaderFieldsTooLarge: 431, + UnavailableForLegalReasons: 451, + InternalServerError: 500, + NotImplemented: 501, + BadGateway: 502, + ServiceUnavailable: 503, + GatewayTimeout: 504, + HttpVersionNotSupported: 505, + VariantAlsoNegotiates: 506, + InsufficientStorage: 507, + LoopDetected: 508, + NotExtended: 510, + NetworkAuthenticationRequired: 511, +}; + +Object.entries(HttpStatusCode$1).forEach(([key, value]) => { + HttpStatusCode$1[value] = key; +}); + +const HttpStatusCode$2 = HttpStatusCode$1; + +/** + * Create an instance of Axios + * + * @param {Object} defaultConfig The default config for the instance + * + * @returns {Axios} A new instance of Axios + */ +function createInstance(defaultConfig) { + const context = new Axios$2(defaultConfig); + const instance = bind(Axios$2.prototype.request, context); + + // Copy axios.prototype to instance + utils$1.extend(instance, Axios$2.prototype, context, {allOwnKeys: true}); + + // Copy context to instance + utils$1.extend(instance, context, null, {allOwnKeys: true}); + + // Factory for creating new instances + instance.create = function create(instanceConfig) { + return createInstance(mergeConfig$1(defaultConfig, instanceConfig)); + }; + + return instance; +} + +// Create the default instance to be exported +const axios = createInstance(defaults$1); + +// Expose Axios class to allow class inheritance +axios.Axios = Axios$2; + +// Expose Cancel & CancelToken +axios.CanceledError = CanceledError$1; +axios.CancelToken = CancelToken$2; +axios.isCancel = isCancel$1; +axios.VERSION = VERSION$1; +axios.toFormData = toFormData$1; + +// Expose AxiosError class +axios.AxiosError = AxiosError$1; + +// alias for CanceledError for backward compatibility +axios.Cancel = axios.CanceledError; + +// Expose all/spread +axios.all = function all(promises) { + return Promise.all(promises); +}; + +axios.spread = spread$1; + +// Expose isAxiosError +axios.isAxiosError = isAxiosError$1; + +// Expose mergeConfig +axios.mergeConfig = mergeConfig$1; + +axios.AxiosHeaders = AxiosHeaders$2; + +axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing); + +axios.getAdapter = adapters.getAdapter; + +axios.HttpStatusCode = HttpStatusCode$2; + +axios.default = axios; + +// this module should only have a default export +const axios$1 = axios; + +// This module is intended to unwrap Axios default export as named. +// Keep top-level export same with static properties +// so that it can keep same with es module or cjs +const { + Axios, + AxiosError, + CanceledError, + isCancel, + CancelToken, + VERSION, + all, + Cancel, + isAxiosError, + spread, + toFormData, + AxiosHeaders, + HttpStatusCode, + formToJSON, + getAdapter, + mergeConfig +} = axios$1; + +export { Axios, AxiosError, AxiosHeaders, Cancel, CancelToken, CanceledError, HttpStatusCode, VERSION, all, axios$1 as default, formToJSON, getAdapter, isAxiosError, isCancel, mergeConfig, spread, toFormData }; +//# sourceMappingURL=axios.js.map diff --git a/server/node_modules/axios/dist/esm/axios.js.map b/server/node_modules/axios/dist/esm/axios.js.map new file mode 100644 index 000000000..ebdd26b8a --- /dev/null +++ b/server/node_modules/axios/dist/esm/axios.js.map @@ -0,0 +1 @@ +{"version":3,"file":"axios.js","sources":["../../lib/helpers/bind.js","../../lib/utils.js","../../lib/core/AxiosError.js","../../lib/helpers/null.js","../../lib/helpers/toFormData.js","../../lib/helpers/AxiosURLSearchParams.js","../../lib/helpers/buildURL.js","../../lib/core/InterceptorManager.js","../../lib/defaults/transitional.js","../../lib/platform/browser/classes/URLSearchParams.js","../../lib/platform/browser/classes/FormData.js","../../lib/platform/browser/classes/Blob.js","../../lib/platform/browser/index.js","../../lib/platform/common/utils.js","../../lib/platform/index.js","../../lib/helpers/toURLEncodedForm.js","../../lib/helpers/formDataToJSON.js","../../lib/defaults/index.js","../../lib/helpers/parseHeaders.js","../../lib/core/AxiosHeaders.js","../../lib/core/transformData.js","../../lib/cancel/isCancel.js","../../lib/cancel/CanceledError.js","../../lib/core/settle.js","../../lib/helpers/parseProtocol.js","../../lib/helpers/speedometer.js","../../lib/helpers/throttle.js","../../lib/helpers/progressEventReducer.js","../../lib/helpers/isURLSameOrigin.js","../../lib/helpers/cookies.js","../../lib/helpers/isAbsoluteURL.js","../../lib/helpers/combineURLs.js","../../lib/core/buildFullPath.js","../../lib/core/mergeConfig.js","../../lib/helpers/resolveConfig.js","../../lib/adapters/xhr.js","../../lib/helpers/composeSignals.js","../../lib/helpers/trackStream.js","../../lib/adapters/fetch.js","../../lib/adapters/adapters.js","../../lib/core/dispatchRequest.js","../../lib/env/data.js","../../lib/helpers/validator.js","../../lib/core/Axios.js","../../lib/cancel/CancelToken.js","../../lib/helpers/spread.js","../../lib/helpers/isAxiosError.js","../../lib/helpers/HttpStatusCode.js","../../lib/axios.js","../../index.js"],"sourcesContent":["'use strict';\n\nexport default function bind(fn, thisArg) {\n return function wrap() {\n return fn.apply(thisArg, arguments);\n };\n}\n","'use strict';\n\nimport bind from './helpers/bind.js';\n\n// utils is a library of generic helper functions non-specific to axios\n\nconst {toString} = Object.prototype;\nconst {getPrototypeOf} = Object;\n\nconst kindOf = (cache => thing => {\n const str = toString.call(thing);\n return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());\n})(Object.create(null));\n\nconst kindOfTest = (type) => {\n type = type.toLowerCase();\n return (thing) => kindOf(thing) === type\n}\n\nconst typeOfTest = type => thing => typeof thing === type;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n *\n * @returns {boolean} True if value is an Array, otherwise false\n */\nconst {isArray} = Array;\n\n/**\n * Determine if a value is undefined\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nconst isUndefined = typeOfTest('undefined');\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nconst isArrayBuffer = kindOfTest('ArrayBuffer');\n\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n let result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a String, otherwise false\n */\nconst isString = typeOfTest('string');\n\n/**\n * Determine if a value is a Function\n *\n * @param {*} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nconst isFunction = typeOfTest('function');\n\n/**\n * Determine if a value is a Number\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Number, otherwise false\n */\nconst isNumber = typeOfTest('number');\n\n/**\n * Determine if a value is an Object\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an Object, otherwise false\n */\nconst isObject = (thing) => thing !== null && typeof thing === 'object';\n\n/**\n * Determine if a value is a Boolean\n *\n * @param {*} thing The value to test\n * @returns {boolean} True if value is a Boolean, otherwise false\n */\nconst isBoolean = thing => thing === true || thing === false;\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a plain Object, otherwise false\n */\nconst isPlainObject = (val) => {\n if (kindOf(val) !== 'object') {\n return false;\n }\n\n const prototype = getPrototypeOf(val);\n return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Date, otherwise false\n */\nconst isDate = kindOfTest('Date');\n\n/**\n * Determine if a value is a File\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFile = kindOfTest('File');\n\n/**\n * Determine if a value is a Blob\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nconst isBlob = kindOfTest('Blob');\n\n/**\n * Determine if a value is a FileList\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFileList = kindOfTest('FileList');\n\n/**\n * Determine if a value is a Stream\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nconst isStream = (val) => isObject(val) && isFunction(val.pipe);\n\n/**\n * Determine if a value is a FormData\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nconst isFormData = (thing) => {\n let kind;\n return thing && (\n (typeof FormData === 'function' && thing instanceof FormData) || (\n isFunction(thing.append) && (\n (kind = kindOf(thing)) === 'formdata' ||\n // detect form-data instance\n (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')\n )\n )\n )\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nconst isURLSearchParams = kindOfTest('URLSearchParams');\n\nconst [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest);\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n *\n * @returns {String} The String freed of excess whitespace\n */\nconst trim = (str) => str.trim ?\n str.trim() : str.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g, '');\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n *\n * @param {Boolean} [allOwnKeys = false]\n * @returns {any}\n */\nfunction forEach(obj, fn, {allOwnKeys = false} = {}) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n let i;\n let l;\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);\n const len = keys.length;\n let key;\n\n for (i = 0; i < len; i++) {\n key = keys[i];\n fn.call(null, obj[key], key, obj);\n }\n }\n}\n\nfunction findKey(obj, key) {\n key = key.toLowerCase();\n const keys = Object.keys(obj);\n let i = keys.length;\n let _key;\n while (i-- > 0) {\n _key = keys[i];\n if (key === _key.toLowerCase()) {\n return _key;\n }\n }\n return null;\n}\n\nconst _global = (() => {\n /*eslint no-undef:0*/\n if (typeof globalThis !== \"undefined\") return globalThis;\n return typeof self !== \"undefined\" ? self : (typeof window !== 'undefined' ? window : global)\n})();\n\nconst isContextDefined = (context) => !isUndefined(context) && context !== _global;\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n *\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n const {caseless} = isContextDefined(this) && this || {};\n const result = {};\n const assignValue = (val, key) => {\n const targetKey = caseless && findKey(result, key) || key;\n if (isPlainObject(result[targetKey]) && isPlainObject(val)) {\n result[targetKey] = merge(result[targetKey], val);\n } else if (isPlainObject(val)) {\n result[targetKey] = merge({}, val);\n } else if (isArray(val)) {\n result[targetKey] = val.slice();\n } else {\n result[targetKey] = val;\n }\n }\n\n for (let i = 0, l = arguments.length; i < l; i++) {\n arguments[i] && forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n *\n * @param {Boolean} [allOwnKeys]\n * @returns {Object} The resulting value of object a\n */\nconst extend = (a, b, thisArg, {allOwnKeys}= {}) => {\n forEach(b, (val, key) => {\n if (thisArg && isFunction(val)) {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n }, {allOwnKeys});\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n *\n * @returns {string} content value without BOM\n */\nconst stripBOM = (content) => {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\n/**\n * Inherit the prototype methods from one constructor into another\n * @param {function} constructor\n * @param {function} superConstructor\n * @param {object} [props]\n * @param {object} [descriptors]\n *\n * @returns {void}\n */\nconst inherits = (constructor, superConstructor, props, descriptors) => {\n constructor.prototype = Object.create(superConstructor.prototype, descriptors);\n constructor.prototype.constructor = constructor;\n Object.defineProperty(constructor, 'super', {\n value: superConstructor.prototype\n });\n props && Object.assign(constructor.prototype, props);\n}\n\n/**\n * Resolve object with deep prototype chain to a flat object\n * @param {Object} sourceObj source object\n * @param {Object} [destObj]\n * @param {Function|Boolean} [filter]\n * @param {Function} [propFilter]\n *\n * @returns {Object}\n */\nconst toFlatObject = (sourceObj, destObj, filter, propFilter) => {\n let props;\n let i;\n let prop;\n const merged = {};\n\n destObj = destObj || {};\n // eslint-disable-next-line no-eq-null,eqeqeq\n if (sourceObj == null) return destObj;\n\n do {\n props = Object.getOwnPropertyNames(sourceObj);\n i = props.length;\n while (i-- > 0) {\n prop = props[i];\n if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {\n destObj[prop] = sourceObj[prop];\n merged[prop] = true;\n }\n }\n sourceObj = filter !== false && getPrototypeOf(sourceObj);\n } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);\n\n return destObj;\n}\n\n/**\n * Determines whether a string ends with the characters of a specified string\n *\n * @param {String} str\n * @param {String} searchString\n * @param {Number} [position= 0]\n *\n * @returns {boolean}\n */\nconst endsWith = (str, searchString, position) => {\n str = String(str);\n if (position === undefined || position > str.length) {\n position = str.length;\n }\n position -= searchString.length;\n const lastIndex = str.indexOf(searchString, position);\n return lastIndex !== -1 && lastIndex === position;\n}\n\n\n/**\n * Returns new array from array like object or null if failed\n *\n * @param {*} [thing]\n *\n * @returns {?Array}\n */\nconst toArray = (thing) => {\n if (!thing) return null;\n if (isArray(thing)) return thing;\n let i = thing.length;\n if (!isNumber(i)) return null;\n const arr = new Array(i);\n while (i-- > 0) {\n arr[i] = thing[i];\n }\n return arr;\n}\n\n/**\n * Checking if the Uint8Array exists and if it does, it returns a function that checks if the\n * thing passed in is an instance of Uint8Array\n *\n * @param {TypedArray}\n *\n * @returns {Array}\n */\n// eslint-disable-next-line func-names\nconst isTypedArray = (TypedArray => {\n // eslint-disable-next-line func-names\n return thing => {\n return TypedArray && thing instanceof TypedArray;\n };\n})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));\n\n/**\n * For each entry in the object, call the function with the key and value.\n *\n * @param {Object} obj - The object to iterate over.\n * @param {Function} fn - The function to call for each entry.\n *\n * @returns {void}\n */\nconst forEachEntry = (obj, fn) => {\n const generator = obj && obj[Symbol.iterator];\n\n const iterator = generator.call(obj);\n\n let result;\n\n while ((result = iterator.next()) && !result.done) {\n const pair = result.value;\n fn.call(obj, pair[0], pair[1]);\n }\n}\n\n/**\n * It takes a regular expression and a string, and returns an array of all the matches\n *\n * @param {string} regExp - The regular expression to match against.\n * @param {string} str - The string to search.\n *\n * @returns {Array}\n */\nconst matchAll = (regExp, str) => {\n let matches;\n const arr = [];\n\n while ((matches = regExp.exec(str)) !== null) {\n arr.push(matches);\n }\n\n return arr;\n}\n\n/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */\nconst isHTMLForm = kindOfTest('HTMLFormElement');\n\nconst toCamelCase = str => {\n return str.toLowerCase().replace(/[-_\\s]([a-z\\d])(\\w*)/g,\n function replacer(m, p1, p2) {\n return p1.toUpperCase() + p2;\n }\n );\n};\n\n/* Creating a function that will check if an object has a property. */\nconst hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);\n\n/**\n * Determine if a value is a RegExp object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a RegExp object, otherwise false\n */\nconst isRegExp = kindOfTest('RegExp');\n\nconst reduceDescriptors = (obj, reducer) => {\n const descriptors = Object.getOwnPropertyDescriptors(obj);\n const reducedDescriptors = {};\n\n forEach(descriptors, (descriptor, name) => {\n let ret;\n if ((ret = reducer(descriptor, name, obj)) !== false) {\n reducedDescriptors[name] = ret || descriptor;\n }\n });\n\n Object.defineProperties(obj, reducedDescriptors);\n}\n\n/**\n * Makes all methods read-only\n * @param {Object} obj\n */\n\nconst freezeMethods = (obj) => {\n reduceDescriptors(obj, (descriptor, name) => {\n // skip restricted props in strict mode\n if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {\n return false;\n }\n\n const value = obj[name];\n\n if (!isFunction(value)) return;\n\n descriptor.enumerable = false;\n\n if ('writable' in descriptor) {\n descriptor.writable = false;\n return;\n }\n\n if (!descriptor.set) {\n descriptor.set = () => {\n throw Error('Can not rewrite read-only method \\'' + name + '\\'');\n };\n }\n });\n}\n\nconst toObjectSet = (arrayOrString, delimiter) => {\n const obj = {};\n\n const define = (arr) => {\n arr.forEach(value => {\n obj[value] = true;\n });\n }\n\n isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));\n\n return obj;\n}\n\nconst noop = () => {}\n\nconst toFiniteNumber = (value, defaultValue) => {\n return value != null && Number.isFinite(value = +value) ? value : defaultValue;\n}\n\n/**\n * If the thing is a FormData object, return true, otherwise return false.\n *\n * @param {unknown} thing - The thing to check.\n *\n * @returns {boolean}\n */\nfunction isSpecCompliantForm(thing) {\n return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);\n}\n\nconst toJSONObject = (obj) => {\n const stack = new Array(10);\n\n const visit = (source, i) => {\n\n if (isObject(source)) {\n if (stack.indexOf(source) >= 0) {\n return;\n }\n\n if(!('toJSON' in source)) {\n stack[i] = source;\n const target = isArray(source) ? [] : {};\n\n forEach(source, (value, key) => {\n const reducedValue = visit(value, i + 1);\n !isUndefined(reducedValue) && (target[key] = reducedValue);\n });\n\n stack[i] = undefined;\n\n return target;\n }\n }\n\n return source;\n }\n\n return visit(obj, 0);\n}\n\nconst isAsyncFn = kindOfTest('AsyncFunction');\n\nconst isThenable = (thing) =>\n thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);\n\n// original code\n// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34\n\nconst _setImmediate = ((setImmediateSupported, postMessageSupported) => {\n if (setImmediateSupported) {\n return setImmediate;\n }\n\n return postMessageSupported ? ((token, callbacks) => {\n _global.addEventListener(\"message\", ({source, data}) => {\n if (source === _global && data === token) {\n callbacks.length && callbacks.shift()();\n }\n }, false);\n\n return (cb) => {\n callbacks.push(cb);\n _global.postMessage(token, \"*\");\n }\n })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);\n})(\n typeof setImmediate === 'function',\n isFunction(_global.postMessage)\n);\n\nconst asap = typeof queueMicrotask !== 'undefined' ?\n queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate);\n\n// *********************\n\nexport default {\n isArray,\n isArrayBuffer,\n isBuffer,\n isFormData,\n isArrayBufferView,\n isString,\n isNumber,\n isBoolean,\n isObject,\n isPlainObject,\n isReadableStream,\n isRequest,\n isResponse,\n isHeaders,\n isUndefined,\n isDate,\n isFile,\n isBlob,\n isRegExp,\n isFunction,\n isStream,\n isURLSearchParams,\n isTypedArray,\n isFileList,\n forEach,\n merge,\n extend,\n trim,\n stripBOM,\n inherits,\n toFlatObject,\n kindOf,\n kindOfTest,\n endsWith,\n toArray,\n forEachEntry,\n matchAll,\n isHTMLForm,\n hasOwnProperty,\n hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection\n reduceDescriptors,\n freezeMethods,\n toObjectSet,\n toCamelCase,\n noop,\n toFiniteNumber,\n findKey,\n global: _global,\n isContextDefined,\n isSpecCompliantForm,\n toJSONObject,\n isAsyncFn,\n isThenable,\n setImmediate: _setImmediate,\n asap\n};\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [config] The config.\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n *\n * @returns {Error} The created error.\n */\nfunction AxiosError(message, code, config, request, response) {\n Error.call(this);\n\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, this.constructor);\n } else {\n this.stack = (new Error()).stack;\n }\n\n this.message = message;\n this.name = 'AxiosError';\n code && (this.code = code);\n config && (this.config = config);\n request && (this.request = request);\n if (response) {\n this.response = response;\n this.status = response.status ? response.status : null;\n }\n}\n\nutils.inherits(AxiosError, Error, {\n toJSON: function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: utils.toJSONObject(this.config),\n code: this.code,\n status: this.status\n };\n }\n});\n\nconst prototype = AxiosError.prototype;\nconst descriptors = {};\n\n[\n 'ERR_BAD_OPTION_VALUE',\n 'ERR_BAD_OPTION',\n 'ECONNABORTED',\n 'ETIMEDOUT',\n 'ERR_NETWORK',\n 'ERR_FR_TOO_MANY_REDIRECTS',\n 'ERR_DEPRECATED',\n 'ERR_BAD_RESPONSE',\n 'ERR_BAD_REQUEST',\n 'ERR_CANCELED',\n 'ERR_NOT_SUPPORT',\n 'ERR_INVALID_URL'\n// eslint-disable-next-line func-names\n].forEach(code => {\n descriptors[code] = {value: code};\n});\n\nObject.defineProperties(AxiosError, descriptors);\nObject.defineProperty(prototype, 'isAxiosError', {value: true});\n\n// eslint-disable-next-line func-names\nAxiosError.from = (error, code, config, request, response, customProps) => {\n const axiosError = Object.create(prototype);\n\n utils.toFlatObject(error, axiosError, function filter(obj) {\n return obj !== Error.prototype;\n }, prop => {\n return prop !== 'isAxiosError';\n });\n\n AxiosError.call(axiosError, error.message, code, config, request, response);\n\n axiosError.cause = error;\n\n axiosError.name = error.name;\n\n customProps && Object.assign(axiosError, customProps);\n\n return axiosError;\n};\n\nexport default AxiosError;\n","// eslint-disable-next-line strict\nexport default null;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\n// temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored\nimport PlatformFormData from '../platform/node/classes/FormData.js';\n\n/**\n * Determines if the given thing is a array or js object.\n *\n * @param {string} thing - The object or array to be visited.\n *\n * @returns {boolean}\n */\nfunction isVisitable(thing) {\n return utils.isPlainObject(thing) || utils.isArray(thing);\n}\n\n/**\n * It removes the brackets from the end of a string\n *\n * @param {string} key - The key of the parameter.\n *\n * @returns {string} the key without the brackets.\n */\nfunction removeBrackets(key) {\n return utils.endsWith(key, '[]') ? key.slice(0, -2) : key;\n}\n\n/**\n * It takes a path, a key, and a boolean, and returns a string\n *\n * @param {string} path - The path to the current key.\n * @param {string} key - The key of the current object being iterated over.\n * @param {string} dots - If true, the key will be rendered with dots instead of brackets.\n *\n * @returns {string} The path to the current key.\n */\nfunction renderKey(path, key, dots) {\n if (!path) return key;\n return path.concat(key).map(function each(token, i) {\n // eslint-disable-next-line no-param-reassign\n token = removeBrackets(token);\n return !dots && i ? '[' + token + ']' : token;\n }).join(dots ? '.' : '');\n}\n\n/**\n * If the array is an array and none of its elements are visitable, then it's a flat array.\n *\n * @param {Array} arr - The array to check\n *\n * @returns {boolean}\n */\nfunction isFlatArray(arr) {\n return utils.isArray(arr) && !arr.some(isVisitable);\n}\n\nconst predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {\n return /^is[A-Z]/.test(prop);\n});\n\n/**\n * Convert a data object to FormData\n *\n * @param {Object} obj\n * @param {?Object} [formData]\n * @param {?Object} [options]\n * @param {Function} [options.visitor]\n * @param {Boolean} [options.metaTokens = true]\n * @param {Boolean} [options.dots = false]\n * @param {?Boolean} [options.indexes = false]\n *\n * @returns {Object}\n **/\n\n/**\n * It converts an object into a FormData object\n *\n * @param {Object} obj - The object to convert to form data.\n * @param {string} formData - The FormData object to append to.\n * @param {Object} options\n *\n * @returns\n */\nfunction toFormData(obj, formData, options) {\n if (!utils.isObject(obj)) {\n throw new TypeError('target must be an object');\n }\n\n // eslint-disable-next-line no-param-reassign\n formData = formData || new (PlatformFormData || FormData)();\n\n // eslint-disable-next-line no-param-reassign\n options = utils.toFlatObject(options, {\n metaTokens: true,\n dots: false,\n indexes: false\n }, false, function defined(option, source) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n return !utils.isUndefined(source[option]);\n });\n\n const metaTokens = options.metaTokens;\n // eslint-disable-next-line no-use-before-define\n const visitor = options.visitor || defaultVisitor;\n const dots = options.dots;\n const indexes = options.indexes;\n const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;\n const useBlob = _Blob && utils.isSpecCompliantForm(formData);\n\n if (!utils.isFunction(visitor)) {\n throw new TypeError('visitor must be a function');\n }\n\n function convertValue(value) {\n if (value === null) return '';\n\n if (utils.isDate(value)) {\n return value.toISOString();\n }\n\n if (!useBlob && utils.isBlob(value)) {\n throw new AxiosError('Blob is not supported. Use a Buffer instead.');\n }\n\n if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {\n return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);\n }\n\n return value;\n }\n\n /**\n * Default visitor.\n *\n * @param {*} value\n * @param {String|Number} key\n * @param {Array} path\n * @this {FormData}\n *\n * @returns {boolean} return true to visit the each prop of the value recursively\n */\n function defaultVisitor(value, key, path) {\n let arr = value;\n\n if (value && !path && typeof value === 'object') {\n if (utils.endsWith(key, '{}')) {\n // eslint-disable-next-line no-param-reassign\n key = metaTokens ? key : key.slice(0, -2);\n // eslint-disable-next-line no-param-reassign\n value = JSON.stringify(value);\n } else if (\n (utils.isArray(value) && isFlatArray(value)) ||\n ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value))\n )) {\n // eslint-disable-next-line no-param-reassign\n key = removeBrackets(key);\n\n arr.forEach(function each(el, index) {\n !(utils.isUndefined(el) || el === null) && formData.append(\n // eslint-disable-next-line no-nested-ternary\n indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),\n convertValue(el)\n );\n });\n return false;\n }\n }\n\n if (isVisitable(value)) {\n return true;\n }\n\n formData.append(renderKey(path, key, dots), convertValue(value));\n\n return false;\n }\n\n const stack = [];\n\n const exposedHelpers = Object.assign(predicates, {\n defaultVisitor,\n convertValue,\n isVisitable\n });\n\n function build(value, path) {\n if (utils.isUndefined(value)) return;\n\n if (stack.indexOf(value) !== -1) {\n throw Error('Circular reference detected in ' + path.join('.'));\n }\n\n stack.push(value);\n\n utils.forEach(value, function each(el, key) {\n const result = !(utils.isUndefined(el) || el === null) && visitor.call(\n formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers\n );\n\n if (result === true) {\n build(el, path ? path.concat(key) : [key]);\n }\n });\n\n stack.pop();\n }\n\n if (!utils.isObject(obj)) {\n throw new TypeError('data must be an object');\n }\n\n build(obj);\n\n return formData;\n}\n\nexport default toFormData;\n","'use strict';\n\nimport toFormData from './toFormData.js';\n\n/**\n * It encodes a string by replacing all characters that are not in the unreserved set with\n * their percent-encoded equivalents\n *\n * @param {string} str - The string to encode.\n *\n * @returns {string} The encoded string.\n */\nfunction encode(str) {\n const charMap = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+',\n '%00': '\\x00'\n };\n return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {\n return charMap[match];\n });\n}\n\n/**\n * It takes a params object and converts it to a FormData object\n *\n * @param {Object} params - The parameters to be converted to a FormData object.\n * @param {Object} options - The options object passed to the Axios constructor.\n *\n * @returns {void}\n */\nfunction AxiosURLSearchParams(params, options) {\n this._pairs = [];\n\n params && toFormData(params, this, options);\n}\n\nconst prototype = AxiosURLSearchParams.prototype;\n\nprototype.append = function append(name, value) {\n this._pairs.push([name, value]);\n};\n\nprototype.toString = function toString(encoder) {\n const _encode = encoder ? function(value) {\n return encoder.call(this, value, encode);\n } : encode;\n\n return this._pairs.map(function each(pair) {\n return _encode(pair[0]) + '=' + _encode(pair[1]);\n }, '').join('&');\n};\n\nexport default AxiosURLSearchParams;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';\n\n/**\n * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their\n * URI encoded counterparts\n *\n * @param {string} val The value to be encoded.\n *\n * @returns {string} The encoded value.\n */\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @param {?(object|Function)} options\n *\n * @returns {string} The formatted url\n */\nexport default function buildURL(url, params, options) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n \n const _encode = options && options.encode || encode;\n\n if (utils.isFunction(options)) {\n options = {\n serialize: options\n };\n } \n\n const serializeFn = options && options.serialize;\n\n let serializedParams;\n\n if (serializeFn) {\n serializedParams = serializeFn(params, options);\n } else {\n serializedParams = utils.isURLSearchParams(params) ?\n params.toString() :\n new AxiosURLSearchParams(params, options).toString(_encode);\n }\n\n if (serializedParams) {\n const hashmarkIndex = url.indexOf(\"#\");\n\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\nclass InterceptorManager {\n constructor() {\n this.handlers = [];\n }\n\n /**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\n use(fulfilled, rejected, options) {\n this.handlers.push({\n fulfilled,\n rejected,\n synchronous: options ? options.synchronous : false,\n runWhen: options ? options.runWhen : null\n });\n return this.handlers.length - 1;\n }\n\n /**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n *\n * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise\n */\n eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n }\n\n /**\n * Clear all interceptors from the stack\n *\n * @returns {void}\n */\n clear() {\n if (this.handlers) {\n this.handlers = [];\n }\n }\n\n /**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n *\n * @returns {void}\n */\n forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n }\n}\n\nexport default InterceptorManager;\n","'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};\n","'use strict';\n\nimport AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';\nexport default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;\n","'use strict';\n\nexport default typeof FormData !== 'undefined' ? FormData : null;\n","'use strict'\n\nexport default typeof Blob !== 'undefined' ? Blob : null\n","import URLSearchParams from './classes/URLSearchParams.js'\nimport FormData from './classes/FormData.js'\nimport Blob from './classes/Blob.js'\n\nexport default {\n isBrowser: true,\n classes: {\n URLSearchParams,\n FormData,\n Blob\n },\n protocols: ['http', 'https', 'file', 'blob', 'url', 'data']\n};\n","const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';\n\nconst _navigator = typeof navigator === 'object' && navigator || undefined;\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n *\n * @returns {boolean}\n */\nconst hasStandardBrowserEnv = hasBrowserEnv &&\n (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);\n\n/**\n * Determine if we're running in a standard browser webWorker environment\n *\n * Although the `isStandardBrowserEnv` method indicates that\n * `allows axios to run in a web worker`, the WebWorker will still be\n * filtered out due to its judgment standard\n * `typeof window !== 'undefined' && typeof document !== 'undefined'`.\n * This leads to a problem when axios post `FormData` in webWorker\n */\nconst hasStandardBrowserWebWorkerEnv = (() => {\n return (\n typeof WorkerGlobalScope !== 'undefined' &&\n // eslint-disable-next-line no-undef\n self instanceof WorkerGlobalScope &&\n typeof self.importScripts === 'function'\n );\n})();\n\nconst origin = hasBrowserEnv && window.location.href || 'http://localhost';\n\nexport {\n hasBrowserEnv,\n hasStandardBrowserWebWorkerEnv,\n hasStandardBrowserEnv,\n _navigator as navigator,\n origin\n}\n","import platform from './node/index.js';\nimport * as utils from './common/utils.js';\n\nexport default {\n ...utils,\n ...platform\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\n\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function(value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']\n *\n * @param {string} name - The name of the property to get.\n *\n * @returns An array of strings.\n */\nfunction parsePropPath(name) {\n // foo[x][y][z]\n // foo.x.y.z\n // foo-x-y-z\n // foo x y z\n return utils.matchAll(/\\w+|\\[(\\w*)]/g, name).map(match => {\n return match[0] === '[]' ? '' : match[1] || match[0];\n });\n}\n\n/**\n * Convert an array to an object.\n *\n * @param {Array} arr - The array to convert to an object.\n *\n * @returns An object with the same keys and values as the array.\n */\nfunction arrayToObject(arr) {\n const obj = {};\n const keys = Object.keys(arr);\n let i;\n const len = keys.length;\n let key;\n for (i = 0; i < len; i++) {\n key = keys[i];\n obj[key] = arr[key];\n }\n return obj;\n}\n\n/**\n * It takes a FormData object and returns a JavaScript object\n *\n * @param {string} formData The FormData object to convert to JSON.\n *\n * @returns {Object | null} The converted object.\n */\nfunction formDataToJSON(formData) {\n function buildPath(path, value, target, index) {\n let name = path[index++];\n\n if (name === '__proto__') return true;\n\n const isNumericKey = Number.isFinite(+name);\n const isLast = index >= path.length;\n name = !name && utils.isArray(target) ? target.length : name;\n\n if (isLast) {\n if (utils.hasOwnProp(target, name)) {\n target[name] = [target[name], value];\n } else {\n target[name] = value;\n }\n\n return !isNumericKey;\n }\n\n if (!target[name] || !utils.isObject(target[name])) {\n target[name] = [];\n }\n\n const result = buildPath(path, value, target[name], index);\n\n if (result && utils.isArray(target[name])) {\n target[name] = arrayToObject(target[name]);\n }\n\n return !isNumericKey;\n }\n\n if (utils.isFormData(formData) && utils.isFunction(formData.entries)) {\n const obj = {};\n\n utils.forEachEntry(formData, (name, value) => {\n buildPath(parsePropPath(name), value, obj, 0);\n });\n\n return obj;\n }\n\n return null;\n}\n\nexport default formDataToJSON;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\nimport transitionalDefaults from './transitional.js';\nimport toFormData from '../helpers/toFormData.js';\nimport toURLEncodedForm from '../helpers/toURLEncodedForm.js';\nimport platform from '../platform/index.js';\nimport formDataToJSON from '../helpers/formDataToJSON.js';\n\n/**\n * It takes a string, tries to parse it, and if it fails, it returns the stringified version\n * of the input\n *\n * @param {any} rawValue - The value to be stringified.\n * @param {Function} parser - A function that parses a string into a JavaScript object.\n * @param {Function} encoder - A function that takes a value and returns a string.\n *\n * @returns {string} A stringified version of the rawValue.\n */\nfunction stringifySafely(rawValue, parser, encoder) {\n if (utils.isString(rawValue)) {\n try {\n (parser || JSON.parse)(rawValue);\n return utils.trim(rawValue);\n } catch (e) {\n if (e.name !== 'SyntaxError') {\n throw e;\n }\n }\n }\n\n return (encoder || JSON.stringify)(rawValue);\n}\n\nconst defaults = {\n\n transitional: transitionalDefaults,\n\n adapter: ['xhr', 'http', 'fetch'],\n\n transformRequest: [function transformRequest(data, headers) {\n const contentType = headers.getContentType() || '';\n const hasJSONContentType = contentType.indexOf('application/json') > -1;\n const isObjectPayload = utils.isObject(data);\n\n if (isObjectPayload && utils.isHTMLForm(data)) {\n data = new FormData(data);\n }\n\n const isFormData = utils.isFormData(data);\n\n if (isFormData) {\n return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;\n }\n\n if (utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data) ||\n utils.isReadableStream(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);\n return data.toString();\n }\n\n let isFileList;\n\n if (isObjectPayload) {\n if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {\n return toURLEncodedForm(data, this.formSerializer).toString();\n }\n\n if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {\n const _FormData = this.env && this.env.FormData;\n\n return toFormData(\n isFileList ? {'files[]': data} : data,\n _FormData && new _FormData(),\n this.formSerializer\n );\n }\n }\n\n if (isObjectPayload || hasJSONContentType ) {\n headers.setContentType('application/json', false);\n return stringifySafely(data);\n }\n\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n const transitional = this.transitional || defaults.transitional;\n const forcedJSONParsing = transitional && transitional.forcedJSONParsing;\n const JSONRequested = this.responseType === 'json';\n\n if (utils.isResponse(data) || utils.isReadableStream(data)) {\n return data;\n }\n\n if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {\n const silentJSONParsing = transitional && transitional.silentJSONParsing;\n const strictJSONParsing = !silentJSONParsing && JSONRequested;\n\n try {\n return JSON.parse(data);\n } catch (e) {\n if (strictJSONParsing) {\n if (e.name === 'SyntaxError') {\n throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);\n }\n throw e;\n }\n }\n }\n\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n env: {\n FormData: platform.classes.FormData,\n Blob: platform.classes.Blob\n },\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n },\n\n headers: {\n common: {\n 'Accept': 'application/json, text/plain, */*',\n 'Content-Type': undefined\n }\n }\n};\n\nutils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {\n defaults.headers[method] = {};\n});\n\nexport default defaults;\n","'use strict';\n\nimport utils from './../utils.js';\n\n// RawAxiosHeaders whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nconst ignoreDuplicateOf = utils.toObjectSet([\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n]);\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} rawHeaders Headers needing to be parsed\n *\n * @returns {Object} Headers parsed into an object\n */\nexport default rawHeaders => {\n const parsed = {};\n let key;\n let val;\n let i;\n\n rawHeaders && rawHeaders.split('\\n').forEach(function parser(line) {\n i = line.indexOf(':');\n key = line.substring(0, i).trim().toLowerCase();\n val = line.substring(i + 1).trim();\n\n if (!key || (parsed[key] && ignoreDuplicateOf[key])) {\n return;\n }\n\n if (key === 'set-cookie') {\n if (parsed[key]) {\n parsed[key].push(val);\n } else {\n parsed[key] = [val];\n }\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nimport utils from '../utils.js';\nimport parseHeaders from '../helpers/parseHeaders.js';\n\nconst $internals = Symbol('internals');\n\nfunction normalizeHeader(header) {\n return header && String(header).trim().toLowerCase();\n}\n\nfunction normalizeValue(value) {\n if (value === false || value == null) {\n return value;\n }\n\n return utils.isArray(value) ? value.map(normalizeValue) : String(value);\n}\n\nfunction parseTokens(str) {\n const tokens = Object.create(null);\n const tokensRE = /([^\\s,;=]+)\\s*(?:=\\s*([^,;]+))?/g;\n let match;\n\n while ((match = tokensRE.exec(str))) {\n tokens[match[1]] = match[2];\n }\n\n return tokens;\n}\n\nconst isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());\n\nfunction matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {\n if (utils.isFunction(filter)) {\n return filter.call(this, value, header);\n }\n\n if (isHeaderNameFilter) {\n value = header;\n }\n\n if (!utils.isString(value)) return;\n\n if (utils.isString(filter)) {\n return value.indexOf(filter) !== -1;\n }\n\n if (utils.isRegExp(filter)) {\n return filter.test(value);\n }\n}\n\nfunction formatHeader(header) {\n return header.trim()\n .toLowerCase().replace(/([a-z\\d])(\\w*)/g, (w, char, str) => {\n return char.toUpperCase() + str;\n });\n}\n\nfunction buildAccessors(obj, header) {\n const accessorName = utils.toCamelCase(' ' + header);\n\n ['get', 'set', 'has'].forEach(methodName => {\n Object.defineProperty(obj, methodName + accessorName, {\n value: function(arg1, arg2, arg3) {\n return this[methodName].call(this, header, arg1, arg2, arg3);\n },\n configurable: true\n });\n });\n}\n\nclass AxiosHeaders {\n constructor(headers) {\n headers && this.set(headers);\n }\n\n set(header, valueOrRewrite, rewrite) {\n const self = this;\n\n function setHeader(_value, _header, _rewrite) {\n const lHeader = normalizeHeader(_header);\n\n if (!lHeader) {\n throw new Error('header name must be a non-empty string');\n }\n\n const key = utils.findKey(self, lHeader);\n\n if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {\n self[key || _header] = normalizeValue(_value);\n }\n }\n\n const setHeaders = (headers, _rewrite) =>\n utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));\n\n if (utils.isPlainObject(header) || header instanceof this.constructor) {\n setHeaders(header, valueOrRewrite)\n } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {\n setHeaders(parseHeaders(header), valueOrRewrite);\n } else if (utils.isHeaders(header)) {\n for (const [key, value] of header.entries()) {\n setHeader(value, key, rewrite);\n }\n } else {\n header != null && setHeader(valueOrRewrite, header, rewrite);\n }\n\n return this;\n }\n\n get(header, parser) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n if (key) {\n const value = this[key];\n\n if (!parser) {\n return value;\n }\n\n if (parser === true) {\n return parseTokens(value);\n }\n\n if (utils.isFunction(parser)) {\n return parser.call(this, value, key);\n }\n\n if (utils.isRegExp(parser)) {\n return parser.exec(value);\n }\n\n throw new TypeError('parser must be boolean|regexp|function');\n }\n }\n }\n\n has(header, matcher) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));\n }\n\n return false;\n }\n\n delete(header, matcher) {\n const self = this;\n let deleted = false;\n\n function deleteHeader(_header) {\n _header = normalizeHeader(_header);\n\n if (_header) {\n const key = utils.findKey(self, _header);\n\n if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {\n delete self[key];\n\n deleted = true;\n }\n }\n }\n\n if (utils.isArray(header)) {\n header.forEach(deleteHeader);\n } else {\n deleteHeader(header);\n }\n\n return deleted;\n }\n\n clear(matcher) {\n const keys = Object.keys(this);\n let i = keys.length;\n let deleted = false;\n\n while (i--) {\n const key = keys[i];\n if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {\n delete this[key];\n deleted = true;\n }\n }\n\n return deleted;\n }\n\n normalize(format) {\n const self = this;\n const headers = {};\n\n utils.forEach(this, (value, header) => {\n const key = utils.findKey(headers, header);\n\n if (key) {\n self[key] = normalizeValue(value);\n delete self[header];\n return;\n }\n\n const normalized = format ? formatHeader(header) : String(header).trim();\n\n if (normalized !== header) {\n delete self[header];\n }\n\n self[normalized] = normalizeValue(value);\n\n headers[normalized] = true;\n });\n\n return this;\n }\n\n concat(...targets) {\n return this.constructor.concat(this, ...targets);\n }\n\n toJSON(asStrings) {\n const obj = Object.create(null);\n\n utils.forEach(this, (value, header) => {\n value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);\n });\n\n return obj;\n }\n\n [Symbol.iterator]() {\n return Object.entries(this.toJSON())[Symbol.iterator]();\n }\n\n toString() {\n return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\\n');\n }\n\n get [Symbol.toStringTag]() {\n return 'AxiosHeaders';\n }\n\n static from(thing) {\n return thing instanceof this ? thing : new this(thing);\n }\n\n static concat(first, ...targets) {\n const computed = new this(first);\n\n targets.forEach((target) => computed.set(target));\n\n return computed;\n }\n\n static accessor(header) {\n const internals = this[$internals] = (this[$internals] = {\n accessors: {}\n });\n\n const accessors = internals.accessors;\n const prototype = this.prototype;\n\n function defineAccessor(_header) {\n const lHeader = normalizeHeader(_header);\n\n if (!accessors[lHeader]) {\n buildAccessors(prototype, _header);\n accessors[lHeader] = true;\n }\n }\n\n utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);\n\n return this;\n }\n}\n\nAxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);\n\n// reserved names hotfix\nutils.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {\n let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`\n return {\n get: () => value,\n set(headerValue) {\n this[mapped] = headerValue;\n }\n }\n});\n\nutils.freezeMethods(AxiosHeaders);\n\nexport default AxiosHeaders;\n","'use strict';\n\nimport utils from './../utils.js';\nimport defaults from '../defaults/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Array|Function} fns A single function or Array of functions\n * @param {?Object} response The response object\n *\n * @returns {*} The resulting transformed data\n */\nexport default function transformData(fns, response) {\n const config = this || defaults;\n const context = response || config;\n const headers = AxiosHeaders.from(context.headers);\n let data = context.data;\n\n utils.forEach(fns, function transform(fn) {\n data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);\n });\n\n headers.normalize();\n\n return data;\n}\n","'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}\n","'use strict';\n\nimport AxiosError from '../core/AxiosError.js';\nimport utils from '../utils.js';\n\n/**\n * A `CanceledError` is an object that is thrown when an operation is canceled.\n *\n * @param {string=} message The message.\n * @param {Object=} config The config.\n * @param {Object=} request The request.\n *\n * @returns {CanceledError} The created error.\n */\nfunction CanceledError(message, config, request) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);\n this.name = 'CanceledError';\n}\n\nutils.inherits(CanceledError, AxiosError, {\n __CANCEL__: true\n});\n\nexport default CanceledError;\n","'use strict';\n\nimport AxiosError from './AxiosError.js';\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n *\n * @returns {object} The response.\n */\nexport default function settle(resolve, reject, response) {\n const validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(new AxiosError(\n 'Request failed with status code ' + response.status,\n [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],\n response.config,\n response.request,\n response\n ));\n }\n}\n","'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}\n","'use strict';\n\n/**\n * Calculate data maxRate\n * @param {Number} [samplesCount= 10]\n * @param {Number} [min= 1000]\n * @returns {Function}\n */\nfunction speedometer(samplesCount, min) {\n samplesCount = samplesCount || 10;\n const bytes = new Array(samplesCount);\n const timestamps = new Array(samplesCount);\n let head = 0;\n let tail = 0;\n let firstSampleTS;\n\n min = min !== undefined ? min : 1000;\n\n return function push(chunkLength) {\n const now = Date.now();\n\n const startedAt = timestamps[tail];\n\n if (!firstSampleTS) {\n firstSampleTS = now;\n }\n\n bytes[head] = chunkLength;\n timestamps[head] = now;\n\n let i = tail;\n let bytesCount = 0;\n\n while (i !== head) {\n bytesCount += bytes[i++];\n i = i % samplesCount;\n }\n\n head = (head + 1) % samplesCount;\n\n if (head === tail) {\n tail = (tail + 1) % samplesCount;\n }\n\n if (now - firstSampleTS < min) {\n return;\n }\n\n const passed = startedAt && now - startedAt;\n\n return passed ? Math.round(bytesCount * 1000 / passed) : undefined;\n };\n}\n\nexport default speedometer;\n","/**\n * Throttle decorator\n * @param {Function} fn\n * @param {Number} freq\n * @return {Function}\n */\nfunction throttle(fn, freq) {\n let timestamp = 0;\n let threshold = 1000 / freq;\n let lastArgs;\n let timer;\n\n const invoke = (args, now = Date.now()) => {\n timestamp = now;\n lastArgs = null;\n if (timer) {\n clearTimeout(timer);\n timer = null;\n }\n fn.apply(null, args);\n }\n\n const throttled = (...args) => {\n const now = Date.now();\n const passed = now - timestamp;\n if ( passed >= threshold) {\n invoke(args, now);\n } else {\n lastArgs = args;\n if (!timer) {\n timer = setTimeout(() => {\n timer = null;\n invoke(lastArgs)\n }, threshold - passed);\n }\n }\n }\n\n const flush = () => lastArgs && invoke(lastArgs);\n\n return [throttled, flush];\n}\n\nexport default throttle;\n","import speedometer from \"./speedometer.js\";\nimport throttle from \"./throttle.js\";\nimport utils from \"../utils.js\";\n\nexport const progressEventReducer = (listener, isDownloadStream, freq = 3) => {\n let bytesNotified = 0;\n const _speedometer = speedometer(50, 250);\n\n return throttle(e => {\n const loaded = e.loaded;\n const total = e.lengthComputable ? e.total : undefined;\n const progressBytes = loaded - bytesNotified;\n const rate = _speedometer(progressBytes);\n const inRange = loaded <= total;\n\n bytesNotified = loaded;\n\n const data = {\n loaded,\n total,\n progress: total ? (loaded / total) : undefined,\n bytes: progressBytes,\n rate: rate ? rate : undefined,\n estimated: rate && total && inRange ? (total - loaded) / rate : undefined,\n event: e,\n lengthComputable: total != null,\n [isDownloadStream ? 'download' : 'upload']: true\n };\n\n listener(data);\n }, freq);\n}\n\nexport const progressEventDecorator = (total, throttled) => {\n const lengthComputable = total != null;\n\n return [(loaded) => throttled[0]({\n lengthComputable,\n total,\n loaded\n }), throttled[1]];\n}\n\nexport const asyncDecorator = (fn) => (...args) => utils.asap(() => fn(...args));\n","import platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => {\n url = new URL(url, platform.origin);\n\n return (\n origin.protocol === url.protocol &&\n origin.host === url.host &&\n (isMSIE || origin.port === url.port)\n );\n})(\n new URL(platform.origin),\n platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)\n) : () => true;\n","import utils from './../utils.js';\nimport platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ?\n\n // Standard browser envs support document.cookie\n {\n write(name, value, expires, path, domain, secure) {\n const cookie = [name + '=' + encodeURIComponent(value)];\n\n utils.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());\n\n utils.isString(path) && cookie.push('path=' + path);\n\n utils.isString(domain) && cookie.push('domain=' + domain);\n\n secure === true && cookie.push('secure');\n\n document.cookie = cookie.join('; ');\n },\n\n read(name) {\n const match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n }\n\n :\n\n // Non-standard browser env (web workers, react-native) lack needed support.\n {\n write() {},\n read() {\n return null;\n },\n remove() {}\n };\n\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n *\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nexport default function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(url);\n}\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n *\n * @returns {string} The combined URL\n */\nexport default function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/?\\/$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n}\n","'use strict';\n\nimport isAbsoluteURL from '../helpers/isAbsoluteURL.js';\nimport combineURLs from '../helpers/combineURLs.js';\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n *\n * @returns {string} The combined full path\n */\nexport default function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {\n let isRelativeUrl = !isAbsoluteURL(requestedURL);\n if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosHeaders from \"./AxiosHeaders.js\";\n\nconst headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n *\n * @returns {Object} New object resulting from merging config2 to config1\n */\nexport default function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n const config = {};\n\n function getMergedValue(target, source, prop, caseless) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge.call({caseless}, target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDeepProperties(a, b, prop , caseless) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(a, b, prop , caseless);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a, prop , caseless);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function valueFromConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function defaultToConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDirectKeys(a, b, prop) {\n if (prop in config2) {\n return getMergedValue(a, b);\n } else if (prop in config1) {\n return getMergedValue(undefined, a);\n }\n }\n\n const mergeMap = {\n url: valueFromConfig2,\n method: valueFromConfig2,\n data: valueFromConfig2,\n baseURL: defaultToConfig2,\n transformRequest: defaultToConfig2,\n transformResponse: defaultToConfig2,\n paramsSerializer: defaultToConfig2,\n timeout: defaultToConfig2,\n timeoutMessage: defaultToConfig2,\n withCredentials: defaultToConfig2,\n withXSRFToken: defaultToConfig2,\n adapter: defaultToConfig2,\n responseType: defaultToConfig2,\n xsrfCookieName: defaultToConfig2,\n xsrfHeaderName: defaultToConfig2,\n onUploadProgress: defaultToConfig2,\n onDownloadProgress: defaultToConfig2,\n decompress: defaultToConfig2,\n maxContentLength: defaultToConfig2,\n maxBodyLength: defaultToConfig2,\n beforeRedirect: defaultToConfig2,\n transport: defaultToConfig2,\n httpAgent: defaultToConfig2,\n httpsAgent: defaultToConfig2,\n cancelToken: defaultToConfig2,\n socketPath: defaultToConfig2,\n responseEncoding: defaultToConfig2,\n validateStatus: mergeDirectKeys,\n headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)\n };\n\n utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {\n const merge = mergeMap[prop] || mergeDeepProperties;\n const configValue = merge(config1[prop], config2[prop], prop);\n (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);\n });\n\n return config;\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport isURLSameOrigin from \"./isURLSameOrigin.js\";\nimport cookies from \"./cookies.js\";\nimport buildFullPath from \"../core/buildFullPath.js\";\nimport mergeConfig from \"../core/mergeConfig.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport buildURL from \"./buildURL.js\";\n\nexport default (config) => {\n const newConfig = mergeConfig({}, config);\n\n let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig;\n\n newConfig.headers = headers = AxiosHeaders.from(headers);\n\n newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);\n\n // HTTP basic authentication\n if (auth) {\n headers.set('Authorization', 'Basic ' +\n btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))\n );\n }\n\n let contentType;\n\n if (utils.isFormData(data)) {\n if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {\n headers.setContentType(undefined); // Let the browser set it\n } else if ((contentType = headers.getContentType()) !== false) {\n // fix semicolon duplication issue for ReactNative FormData implementation\n const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];\n headers.setContentType([type || 'multipart/form-data', ...tokens].join('; '));\n }\n }\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n\n if (platform.hasStandardBrowserEnv) {\n withXSRFToken && utils.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));\n\n if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) {\n // Add xsrf header\n const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);\n\n if (xsrfValue) {\n headers.set(xsrfHeaderName, xsrfValue);\n }\n }\n }\n\n return newConfig;\n}\n\n","import utils from './../utils.js';\nimport settle from './../core/settle.js';\nimport transitionalDefaults from '../defaults/transitional.js';\nimport AxiosError from '../core/AxiosError.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport parseProtocol from '../helpers/parseProtocol.js';\nimport platform from '../platform/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport {progressEventReducer} from '../helpers/progressEventReducer.js';\nimport resolveConfig from \"../helpers/resolveConfig.js\";\n\nconst isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';\n\nexport default isXHRAdapterSupported && function (config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n const _config = resolveConfig(config);\n let requestData = _config.data;\n const requestHeaders = AxiosHeaders.from(_config.headers).normalize();\n let {responseType, onUploadProgress, onDownloadProgress} = _config;\n let onCanceled;\n let uploadThrottled, downloadThrottled;\n let flushUpload, flushDownload;\n\n function done() {\n flushUpload && flushUpload(); // flush events\n flushDownload && flushDownload(); // flush events\n\n _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);\n\n _config.signal && _config.signal.removeEventListener('abort', onCanceled);\n }\n\n let request = new XMLHttpRequest();\n\n request.open(_config.method.toUpperCase(), _config.url, true);\n\n // Set the request timeout in MS\n request.timeout = _config.timeout;\n\n function onloadend() {\n if (!request) {\n return;\n }\n // Prepare the response\n const responseHeaders = AxiosHeaders.from(\n 'getAllResponseHeaders' in request && request.getAllResponseHeaders()\n );\n const responseData = !responseType || responseType === 'text' || responseType === 'json' ?\n request.responseText : request.response;\n const response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config,\n request\n };\n\n settle(function _resolve(value) {\n resolve(value);\n done();\n }, function _reject(err) {\n reject(err);\n done();\n }, response);\n\n // Clean up request\n request = null;\n }\n\n if ('onloadend' in request) {\n // Use onloadend if available\n request.onloadend = onloadend;\n } else {\n // Listen for ready state to emulate onloadend\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n // readystate handler is calling before onerror or ontimeout handlers,\n // so we should call onloadend on the next 'tick'\n setTimeout(onloadend);\n };\n }\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';\n const transitional = _config.transitional || transitionalDefaults;\n if (_config.timeoutErrorMessage) {\n timeoutErrorMessage = _config.timeoutErrorMessage;\n }\n reject(new AxiosError(\n timeoutErrorMessage,\n transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,\n config,\n request));\n\n // Clean up request\n request = null;\n };\n\n // Remove Content-Type if data is undefined\n requestData === undefined && requestHeaders.setContentType(null);\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {\n request.setRequestHeader(key, val);\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(_config.withCredentials)) {\n request.withCredentials = !!_config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (responseType && responseType !== 'json') {\n request.responseType = _config.responseType;\n }\n\n // Handle progress if needed\n if (onDownloadProgress) {\n ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true));\n request.addEventListener('progress', downloadThrottled);\n }\n\n // Not all browsers support upload events\n if (onUploadProgress && request.upload) {\n ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));\n\n request.upload.addEventListener('progress', uploadThrottled);\n\n request.upload.addEventListener('loadend', flushUpload);\n }\n\n if (_config.cancelToken || _config.signal) {\n // Handle cancellation\n // eslint-disable-next-line func-names\n onCanceled = cancel => {\n if (!request) {\n return;\n }\n reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);\n request.abort();\n request = null;\n };\n\n _config.cancelToken && _config.cancelToken.subscribe(onCanceled);\n if (_config.signal) {\n _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);\n }\n }\n\n const protocol = parseProtocol(_config.url);\n\n if (protocol && platform.protocols.indexOf(protocol) === -1) {\n reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));\n return;\n }\n\n\n // Send the request\n request.send(requestData || null);\n });\n}\n","import CanceledError from \"../cancel/CanceledError.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport utils from '../utils.js';\n\nconst composeSignals = (signals, timeout) => {\n const {length} = (signals = signals ? signals.filter(Boolean) : []);\n\n if (timeout || length) {\n let controller = new AbortController();\n\n let aborted;\n\n const onabort = function (reason) {\n if (!aborted) {\n aborted = true;\n unsubscribe();\n const err = reason instanceof Error ? reason : this.reason;\n controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));\n }\n }\n\n let timer = timeout && setTimeout(() => {\n timer = null;\n onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT))\n }, timeout)\n\n const unsubscribe = () => {\n if (signals) {\n timer && clearTimeout(timer);\n timer = null;\n signals.forEach(signal => {\n signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);\n });\n signals = null;\n }\n }\n\n signals.forEach((signal) => signal.addEventListener('abort', onabort));\n\n const {signal} = controller;\n\n signal.unsubscribe = () => utils.asap(unsubscribe);\n\n return signal;\n }\n}\n\nexport default composeSignals;\n","\nexport const streamChunk = function* (chunk, chunkSize) {\n let len = chunk.byteLength;\n\n if (!chunkSize || len < chunkSize) {\n yield chunk;\n return;\n }\n\n let pos = 0;\n let end;\n\n while (pos < len) {\n end = pos + chunkSize;\n yield chunk.slice(pos, end);\n pos = end;\n }\n}\n\nexport const readBytes = async function* (iterable, chunkSize) {\n for await (const chunk of readStream(iterable)) {\n yield* streamChunk(chunk, chunkSize);\n }\n}\n\nconst readStream = async function* (stream) {\n if (stream[Symbol.asyncIterator]) {\n yield* stream;\n return;\n }\n\n const reader = stream.getReader();\n try {\n for (;;) {\n const {done, value} = await reader.read();\n if (done) {\n break;\n }\n yield value;\n }\n } finally {\n await reader.cancel();\n }\n}\n\nexport const trackStream = (stream, chunkSize, onProgress, onFinish) => {\n const iterator = readBytes(stream, chunkSize);\n\n let bytes = 0;\n let done;\n let _onFinish = (e) => {\n if (!done) {\n done = true;\n onFinish && onFinish(e);\n }\n }\n\n return new ReadableStream({\n async pull(controller) {\n try {\n const {done, value} = await iterator.next();\n\n if (done) {\n _onFinish();\n controller.close();\n return;\n }\n\n let len = value.byteLength;\n if (onProgress) {\n let loadedBytes = bytes += len;\n onProgress(loadedBytes);\n }\n controller.enqueue(new Uint8Array(value));\n } catch (err) {\n _onFinish(err);\n throw err;\n }\n },\n cancel(reason) {\n _onFinish(reason);\n return iterator.return();\n }\n }, {\n highWaterMark: 2\n })\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport composeSignals from \"../helpers/composeSignals.js\";\nimport {trackStream} from \"../helpers/trackStream.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport {progressEventReducer, progressEventDecorator, asyncDecorator} from \"../helpers/progressEventReducer.js\";\nimport resolveConfig from \"../helpers/resolveConfig.js\";\nimport settle from \"../core/settle.js\";\n\nconst isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function';\nconst isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function';\n\n// used only inside the fetch adapter\nconst encodeText = isFetchSupported && (typeof TextEncoder === 'function' ?\n ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) :\n async (str) => new Uint8Array(await new Response(str).arrayBuffer())\n);\n\nconst test = (fn, ...args) => {\n try {\n return !!fn(...args);\n } catch (e) {\n return false\n }\n}\n\nconst supportsRequestStream = isReadableStreamSupported && test(() => {\n let duplexAccessed = false;\n\n const hasContentType = new Request(platform.origin, {\n body: new ReadableStream(),\n method: 'POST',\n get duplex() {\n duplexAccessed = true;\n return 'half';\n },\n }).headers.has('Content-Type');\n\n return duplexAccessed && !hasContentType;\n});\n\nconst DEFAULT_CHUNK_SIZE = 64 * 1024;\n\nconst supportsResponseStream = isReadableStreamSupported &&\n test(() => utils.isReadableStream(new Response('').body));\n\n\nconst resolvers = {\n stream: supportsResponseStream && ((res) => res.body)\n};\n\nisFetchSupported && (((res) => {\n ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => {\n !resolvers[type] && (resolvers[type] = utils.isFunction(res[type]) ? (res) => res[type]() :\n (_, config) => {\n throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);\n })\n });\n})(new Response));\n\nconst getBodyLength = async (body) => {\n if (body == null) {\n return 0;\n }\n\n if(utils.isBlob(body)) {\n return body.size;\n }\n\n if(utils.isSpecCompliantForm(body)) {\n const _request = new Request(platform.origin, {\n method: 'POST',\n body,\n });\n return (await _request.arrayBuffer()).byteLength;\n }\n\n if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) {\n return body.byteLength;\n }\n\n if(utils.isURLSearchParams(body)) {\n body = body + '';\n }\n\n if(utils.isString(body)) {\n return (await encodeText(body)).byteLength;\n }\n}\n\nconst resolveBodyLength = async (headers, body) => {\n const length = utils.toFiniteNumber(headers.getContentLength());\n\n return length == null ? getBodyLength(body) : length;\n}\n\nexport default isFetchSupported && (async (config) => {\n let {\n url,\n method,\n data,\n signal,\n cancelToken,\n timeout,\n onDownloadProgress,\n onUploadProgress,\n responseType,\n headers,\n withCredentials = 'same-origin',\n fetchOptions\n } = resolveConfig(config);\n\n responseType = responseType ? (responseType + '').toLowerCase() : 'text';\n\n let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);\n\n let request;\n\n const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {\n composedSignal.unsubscribe();\n });\n\n let requestContentLength;\n\n try {\n if (\n onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' &&\n (requestContentLength = await resolveBodyLength(headers, data)) !== 0\n ) {\n let _request = new Request(url, {\n method: 'POST',\n body: data,\n duplex: \"half\"\n });\n\n let contentTypeHeader;\n\n if (utils.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {\n headers.setContentType(contentTypeHeader)\n }\n\n if (_request.body) {\n const [onProgress, flush] = progressEventDecorator(\n requestContentLength,\n progressEventReducer(asyncDecorator(onUploadProgress))\n );\n\n data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);\n }\n }\n\n if (!utils.isString(withCredentials)) {\n withCredentials = withCredentials ? 'include' : 'omit';\n }\n\n // Cloudflare Workers throws when credentials are defined\n // see https://github.com/cloudflare/workerd/issues/902\n const isCredentialsSupported = \"credentials\" in Request.prototype;\n request = new Request(url, {\n ...fetchOptions,\n signal: composedSignal,\n method: method.toUpperCase(),\n headers: headers.normalize().toJSON(),\n body: data,\n duplex: \"half\",\n credentials: isCredentialsSupported ? withCredentials : undefined\n });\n\n let response = await fetch(request);\n\n const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');\n\n if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {\n const options = {};\n\n ['status', 'statusText', 'headers'].forEach(prop => {\n options[prop] = response[prop];\n });\n\n const responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));\n\n const [onProgress, flush] = onDownloadProgress && progressEventDecorator(\n responseContentLength,\n progressEventReducer(asyncDecorator(onDownloadProgress), true)\n ) || [];\n\n response = new Response(\n trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {\n flush && flush();\n unsubscribe && unsubscribe();\n }),\n options\n );\n }\n\n responseType = responseType || 'text';\n\n let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config);\n\n !isStreamResponse && unsubscribe && unsubscribe();\n\n return await new Promise((resolve, reject) => {\n settle(resolve, reject, {\n data: responseData,\n headers: AxiosHeaders.from(response.headers),\n status: response.status,\n statusText: response.statusText,\n config,\n request\n })\n })\n } catch (err) {\n unsubscribe && unsubscribe();\n\n if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) {\n throw Object.assign(\n new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request),\n {\n cause: err.cause || err\n }\n )\n }\n\n throw AxiosError.from(err, err && err.code, config, request);\n }\n});\n\n\n","import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport fetchAdapter from './fetch.js';\nimport AxiosError from \"../core/AxiosError.js\";\n\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: fetchAdapter\n}\n\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', {value});\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', {value});\n }\n});\n\nconst renderReason = (reason) => `- ${reason}`;\n\nconst isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;\n\nexport default {\n getAdapter: (adapters) => {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const {length} = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n\n const reasons = Object.entries(rejectedReasons)\n .map(([id, state]) => `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length ?\n (reasons.length > 1 ? 'since :\\n' + reasons.map(renderReason).join('\\n') : ' ' + renderReason(reasons[0])) :\n 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n },\n adapters: knownAdapters\n}\n","'use strict';\n\nimport transformData from './transformData.js';\nimport isCancel from '../cancel/isCancel.js';\nimport defaults from '../defaults/index.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport adapters from \"../adapters/adapters.js\";\n\n/**\n * Throws a `CanceledError` if cancellation has been requested.\n *\n * @param {Object} config The config that is to be used for the request\n *\n * @returns {void}\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n\n if (config.signal && config.signal.aborted) {\n throw new CanceledError(null, config);\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n *\n * @returns {Promise} The Promise to be fulfilled\n */\nexport default function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n config.headers = AxiosHeaders.from(config.headers);\n\n // Transform request data\n config.data = transformData.call(\n config,\n config.transformRequest\n );\n\n if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {\n config.headers.setContentType('application/x-www-form-urlencoded', false);\n }\n\n const adapter = adapters.getAdapter(config.adapter || defaults.adapter);\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData.call(\n config,\n config.transformResponse,\n response\n );\n\n response.headers = AxiosHeaders.from(response.headers);\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData.call(\n config,\n config.transformResponse,\n reason.response\n );\n reason.response.headers = AxiosHeaders.from(reason.response.headers);\n }\n }\n\n return Promise.reject(reason);\n });\n}\n","export const VERSION = \"1.8.4\";","'use strict';\n\nimport {VERSION} from '../env/data.js';\nimport AxiosError from '../core/AxiosError.js';\n\nconst validators = {};\n\n// eslint-disable-next-line func-names\n['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {\n validators[type] = function validator(thing) {\n return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;\n };\n});\n\nconst deprecatedWarnings = {};\n\n/**\n * Transitional option validator\n *\n * @param {function|boolean?} validator - set to false if the transitional option has been removed\n * @param {string?} version - deprecated version / removed since version\n * @param {string?} message - some message with additional info\n *\n * @returns {function}\n */\nvalidators.transitional = function transitional(validator, version, message) {\n function formatMessage(opt, desc) {\n return '[Axios v' + VERSION + '] Transitional option \\'' + opt + '\\'' + desc + (message ? '. ' + message : '');\n }\n\n // eslint-disable-next-line func-names\n return (value, opt, opts) => {\n if (validator === false) {\n throw new AxiosError(\n formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),\n AxiosError.ERR_DEPRECATED\n );\n }\n\n if (version && !deprecatedWarnings[opt]) {\n deprecatedWarnings[opt] = true;\n // eslint-disable-next-line no-console\n console.warn(\n formatMessage(\n opt,\n ' has been deprecated since v' + version + ' and will be removed in the near future'\n )\n );\n }\n\n return validator ? validator(value, opt, opts) : true;\n };\n};\n\nvalidators.spelling = function spelling(correctSpelling) {\n return (value, opt) => {\n // eslint-disable-next-line no-console\n console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);\n return true;\n }\n};\n\n/**\n * Assert object's properties type\n *\n * @param {object} options\n * @param {object} schema\n * @param {boolean?} allowUnknown\n *\n * @returns {object}\n */\n\nfunction assertOptions(options, schema, allowUnknown) {\n if (typeof options !== 'object') {\n throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);\n }\n const keys = Object.keys(options);\n let i = keys.length;\n while (i-- > 0) {\n const opt = keys[i];\n const validator = schema[opt];\n if (validator) {\n const value = options[opt];\n const result = value === undefined || validator(value, opt, options);\n if (result !== true) {\n throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);\n }\n continue;\n }\n if (allowUnknown !== true) {\n throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);\n }\n }\n}\n\nexport default {\n assertOptions,\n validators\n};\n","'use strict';\n\nimport utils from './../utils.js';\nimport buildURL from '../helpers/buildURL.js';\nimport InterceptorManager from './InterceptorManager.js';\nimport dispatchRequest from './dispatchRequest.js';\nimport mergeConfig from './mergeConfig.js';\nimport buildFullPath from './buildFullPath.js';\nimport validator from '../helpers/validator.js';\nimport AxiosHeaders from './AxiosHeaders.js';\n\nconst validators = validator.validators;\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n *\n * @return {Axios} A new instance of Axios\n */\nclass Axios {\n constructor(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n }\n\n /**\n * Dispatch a request\n *\n * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)\n * @param {?Object} config\n *\n * @returns {Promise} The Promise to be fulfilled\n */\n async request(configOrUrl, config) {\n try {\n return await this._request(configOrUrl, config);\n } catch (err) {\n if (err instanceof Error) {\n let dummy = {};\n\n Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());\n\n // slice off the Error: ... line\n const stack = dummy.stack ? dummy.stack.replace(/^.+\\n/, '') : '';\n try {\n if (!err.stack) {\n err.stack = stack;\n // match without the 2 top stack lines\n } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\\n.+\\n/, ''))) {\n err.stack += '\\n' + stack\n }\n } catch (e) {\n // ignore the case where \"stack\" is an un-writable property\n }\n }\n\n throw err;\n }\n }\n\n _request(configOrUrl, config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof configOrUrl === 'string') {\n config = config || {};\n config.url = configOrUrl;\n } else {\n config = configOrUrl || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n const {transitional, paramsSerializer, headers} = config;\n\n if (transitional !== undefined) {\n validator.assertOptions(transitional, {\n silentJSONParsing: validators.transitional(validators.boolean),\n forcedJSONParsing: validators.transitional(validators.boolean),\n clarifyTimeoutError: validators.transitional(validators.boolean)\n }, false);\n }\n\n if (paramsSerializer != null) {\n if (utils.isFunction(paramsSerializer)) {\n config.paramsSerializer = {\n serialize: paramsSerializer\n }\n } else {\n validator.assertOptions(paramsSerializer, {\n encode: validators.function,\n serialize: validators.function\n }, true);\n }\n }\n\n // Set config.allowAbsoluteUrls\n if (config.allowAbsoluteUrls !== undefined) {\n // do nothing\n } else if (this.defaults.allowAbsoluteUrls !== undefined) {\n config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;\n } else {\n config.allowAbsoluteUrls = true;\n }\n\n validator.assertOptions(config, {\n baseUrl: validators.spelling('baseURL'),\n withXsrfToken: validators.spelling('withXSRFToken')\n }, true);\n\n // Set config.method\n config.method = (config.method || this.defaults.method || 'get').toLowerCase();\n\n // Flatten headers\n let contextHeaders = headers && utils.merge(\n headers.common,\n headers[config.method]\n );\n\n headers && utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n (method) => {\n delete headers[method];\n }\n );\n\n config.headers = AxiosHeaders.concat(contextHeaders, headers);\n\n // filter out skipped interceptors\n const requestInterceptorChain = [];\n let synchronousRequestInterceptors = true;\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {\n return;\n }\n\n synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;\n\n requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n const responseInterceptorChain = [];\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n let promise;\n let i = 0;\n let len;\n\n if (!synchronousRequestInterceptors) {\n const chain = [dispatchRequest.bind(this), undefined];\n chain.unshift.apply(chain, requestInterceptorChain);\n chain.push.apply(chain, responseInterceptorChain);\n len = chain.length;\n\n promise = Promise.resolve(config);\n\n while (i < len) {\n promise = promise.then(chain[i++], chain[i++]);\n }\n\n return promise;\n }\n\n len = requestInterceptorChain.length;\n\n let newConfig = config;\n\n i = 0;\n\n while (i < len) {\n const onFulfilled = requestInterceptorChain[i++];\n const onRejected = requestInterceptorChain[i++];\n try {\n newConfig = onFulfilled(newConfig);\n } catch (error) {\n onRejected.call(this, error);\n break;\n }\n }\n\n try {\n promise = dispatchRequest.call(this, newConfig);\n } catch (error) {\n return Promise.reject(error);\n }\n\n i = 0;\n len = responseInterceptorChain.length;\n\n while (i < len) {\n promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);\n }\n\n return promise;\n }\n\n getUri(config) {\n config = mergeConfig(this.defaults, config);\n const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\n return buildURL(fullPath, config.params, config.paramsSerializer);\n }\n}\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n\n function generateHTTPMethod(isForm) {\n return function httpMethod(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n headers: isForm ? {\n 'Content-Type': 'multipart/form-data'\n } : {},\n url,\n data\n }));\n };\n }\n\n Axios.prototype[method] = generateHTTPMethod();\n\n Axios.prototype[method + 'Form'] = generateHTTPMethod(true);\n});\n\nexport default Axios;\n","'use strict';\n\nimport CanceledError from './CanceledError.js';\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @param {Function} executor The executor function.\n *\n * @returns {CancelToken}\n */\nclass CancelToken {\n constructor(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n let resolvePromise;\n\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n const token = this;\n\n // eslint-disable-next-line func-names\n this.promise.then(cancel => {\n if (!token._listeners) return;\n\n let i = token._listeners.length;\n\n while (i-- > 0) {\n token._listeners[i](cancel);\n }\n token._listeners = null;\n });\n\n // eslint-disable-next-line func-names\n this.promise.then = onfulfilled => {\n let _resolve;\n // eslint-disable-next-line func-names\n const promise = new Promise(resolve => {\n token.subscribe(resolve);\n _resolve = resolve;\n }).then(onfulfilled);\n\n promise.cancel = function reject() {\n token.unsubscribe(_resolve);\n };\n\n return promise;\n };\n\n executor(function cancel(message, config, request) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new CanceledError(message, config, request);\n resolvePromise(token.reason);\n });\n }\n\n /**\n * Throws a `CanceledError` if cancellation has been requested.\n */\n throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n }\n\n /**\n * Subscribe to the cancel signal\n */\n\n subscribe(listener) {\n if (this.reason) {\n listener(this.reason);\n return;\n }\n\n if (this._listeners) {\n this._listeners.push(listener);\n } else {\n this._listeners = [listener];\n }\n }\n\n /**\n * Unsubscribe from the cancel signal\n */\n\n unsubscribe(listener) {\n if (!this._listeners) {\n return;\n }\n const index = this._listeners.indexOf(listener);\n if (index !== -1) {\n this._listeners.splice(index, 1);\n }\n }\n\n toAbortSignal() {\n const controller = new AbortController();\n\n const abort = (err) => {\n controller.abort(err);\n };\n\n this.subscribe(abort);\n\n controller.signal.unsubscribe = () => this.unsubscribe(abort);\n\n return controller.signal;\n }\n\n /**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\n static source() {\n let cancel;\n const token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token,\n cancel\n };\n }\n}\n\nexport default CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n *\n * @returns {Function}\n */\nexport default function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n *\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nexport default function isAxiosError(payload) {\n return utils.isObject(payload) && (payload.isAxiosError === true);\n}\n","const HttpStatusCode = {\n Continue: 100,\n SwitchingProtocols: 101,\n Processing: 102,\n EarlyHints: 103,\n Ok: 200,\n Created: 201,\n Accepted: 202,\n NonAuthoritativeInformation: 203,\n NoContent: 204,\n ResetContent: 205,\n PartialContent: 206,\n MultiStatus: 207,\n AlreadyReported: 208,\n ImUsed: 226,\n MultipleChoices: 300,\n MovedPermanently: 301,\n Found: 302,\n SeeOther: 303,\n NotModified: 304,\n UseProxy: 305,\n Unused: 306,\n TemporaryRedirect: 307,\n PermanentRedirect: 308,\n BadRequest: 400,\n Unauthorized: 401,\n PaymentRequired: 402,\n Forbidden: 403,\n NotFound: 404,\n MethodNotAllowed: 405,\n NotAcceptable: 406,\n ProxyAuthenticationRequired: 407,\n RequestTimeout: 408,\n Conflict: 409,\n Gone: 410,\n LengthRequired: 411,\n PreconditionFailed: 412,\n PayloadTooLarge: 413,\n UriTooLong: 414,\n UnsupportedMediaType: 415,\n RangeNotSatisfiable: 416,\n ExpectationFailed: 417,\n ImATeapot: 418,\n MisdirectedRequest: 421,\n UnprocessableEntity: 422,\n Locked: 423,\n FailedDependency: 424,\n TooEarly: 425,\n UpgradeRequired: 426,\n PreconditionRequired: 428,\n TooManyRequests: 429,\n RequestHeaderFieldsTooLarge: 431,\n UnavailableForLegalReasons: 451,\n InternalServerError: 500,\n NotImplemented: 501,\n BadGateway: 502,\n ServiceUnavailable: 503,\n GatewayTimeout: 504,\n HttpVersionNotSupported: 505,\n VariantAlsoNegotiates: 506,\n InsufficientStorage: 507,\n LoopDetected: 508,\n NotExtended: 510,\n NetworkAuthenticationRequired: 511,\n};\n\nObject.entries(HttpStatusCode).forEach(([key, value]) => {\n HttpStatusCode[value] = key;\n});\n\nexport default HttpStatusCode;\n","'use strict';\n\nimport utils from './utils.js';\nimport bind from './helpers/bind.js';\nimport Axios from './core/Axios.js';\nimport mergeConfig from './core/mergeConfig.js';\nimport defaults from './defaults/index.js';\nimport formDataToJSON from './helpers/formDataToJSON.js';\nimport CanceledError from './cancel/CanceledError.js';\nimport CancelToken from './cancel/CancelToken.js';\nimport isCancel from './cancel/isCancel.js';\nimport {VERSION} from './env/data.js';\nimport toFormData from './helpers/toFormData.js';\nimport AxiosError from './core/AxiosError.js';\nimport spread from './helpers/spread.js';\nimport isAxiosError from './helpers/isAxiosError.js';\nimport AxiosHeaders from \"./core/AxiosHeaders.js\";\nimport adapters from './adapters/adapters.js';\nimport HttpStatusCode from './helpers/HttpStatusCode.js';\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n *\n * @returns {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n const context = new Axios(defaultConfig);\n const instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});\n\n // Copy context to instance\n utils.extend(instance, context, null, {allOwnKeys: true});\n\n // Factory for creating new instances\n instance.create = function create(instanceConfig) {\n return createInstance(mergeConfig(defaultConfig, instanceConfig));\n };\n\n return instance;\n}\n\n// Create the default instance to be exported\nconst axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Expose Cancel & CancelToken\naxios.CanceledError = CanceledError;\naxios.CancelToken = CancelToken;\naxios.isCancel = isCancel;\naxios.VERSION = VERSION;\naxios.toFormData = toFormData;\n\n// Expose AxiosError class\naxios.AxiosError = AxiosError;\n\n// alias for CanceledError for backward compatibility\naxios.Cancel = axios.CanceledError;\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\n\naxios.spread = spread;\n\n// Expose isAxiosError\naxios.isAxiosError = isAxiosError;\n\n// Expose mergeConfig\naxios.mergeConfig = mergeConfig;\n\naxios.AxiosHeaders = AxiosHeaders;\n\naxios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);\n\naxios.getAdapter = adapters.getAdapter;\n\naxios.HttpStatusCode = HttpStatusCode;\n\naxios.default = axios;\n\n// this module should only have a default export\nexport default axios\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n"],"names":["AxiosError","utils","prototype","toFormData","encode","URLSearchParams","FormData","Blob","platform","AxiosHeaders","defaults","isCancel","CanceledError","mergeConfig","composeSignals","VERSION","validators","Axios","InterceptorManager","CancelToken","spread","isAxiosError","HttpStatusCode","axios"],"mappings":"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"} \ No newline at end of file diff --git a/server/node_modules/axios/dist/esm/axios.min.js b/server/node_modules/axios/dist/esm/axios.min.js new file mode 100644 index 000000000..f79877380 --- /dev/null +++ b/server/node_modules/axios/dist/esm/axios.min.js @@ -0,0 +1,3 @@ +/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */ +function e(e,t){return function(){return e.apply(t,arguments)}}const{toString:t}=Object.prototype,{getPrototypeOf:n}=Object,r=(o=Object.create(null),e=>{const n=t.call(e);return o[n]||(o[n]=n.slice(8,-1).toLowerCase())});var o;const s=e=>(e=e.toLowerCase(),t=>r(t)===e),i=e=>t=>typeof t===e,{isArray:a}=Array,c=i("undefined");const l=s("ArrayBuffer");const u=i("string"),f=i("function"),d=i("number"),p=e=>null!==e&&"object"==typeof e,h=e=>{if("object"!==r(e))return!1;const t=n(e);return!(null!==t&&t!==Object.prototype&&null!==Object.getPrototypeOf(t)||Symbol.toStringTag in e||Symbol.iterator in e)},m=s("Date"),y=s("File"),b=s("Blob"),g=s("FileList"),w=s("URLSearchParams"),[E,R,O,S]=["ReadableStream","Request","Response","Headers"].map(s);function T(e,t,{allOwnKeys:n=!1}={}){if(null==e)return;let r,o;if("object"!=typeof e&&(e=[e]),a(e))for(r=0,o=e.length;r0;)if(r=n[o],t===r.toLowerCase())return r;return null}const v="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,x=e=>!c(e)&&e!==v;const C=(N="undefined"!=typeof Uint8Array&&n(Uint8Array),e=>N&&e instanceof N);var N;const j=s("HTMLFormElement"),U=(({hasOwnProperty:e})=>(t,n)=>e.call(t,n))(Object.prototype),P=s("RegExp"),_=(e,t)=>{const n=Object.getOwnPropertyDescriptors(e),r={};T(n,((n,o)=>{let s;!1!==(s=t(n,o,e))&&(r[o]=s||n)})),Object.defineProperties(e,r)};const F=s("AsyncFunction"),L=(B="function"==typeof setImmediate,k=f(v.postMessage),B?setImmediate:k?(D=`axios@${Math.random()}`,q=[],v.addEventListener("message",(({source:e,data:t})=>{e===v&&t===D&&q.length&&q.shift()()}),!1),e=>{q.push(e),v.postMessage(D,"*")}):e=>setTimeout(e));var B,k,D,q;const M="undefined"!=typeof queueMicrotask?queueMicrotask.bind(v):"undefined"!=typeof process&&process.nextTick||L,I={isArray:a,isArrayBuffer:l,isBuffer:function(e){return null!==e&&!c(e)&&null!==e.constructor&&!c(e.constructor)&&f(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:e=>{let t;return e&&("function"==typeof FormData&&e instanceof FormData||f(e.append)&&("formdata"===(t=r(e))||"object"===t&&f(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){let t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&l(e.buffer),t},isString:u,isNumber:d,isBoolean:e=>!0===e||!1===e,isObject:p,isPlainObject:h,isReadableStream:E,isRequest:R,isResponse:O,isHeaders:S,isUndefined:c,isDate:m,isFile:y,isBlob:b,isRegExp:P,isFunction:f,isStream:e=>p(e)&&f(e.pipe),isURLSearchParams:w,isTypedArray:C,isFileList:g,forEach:T,merge:function e(){const{caseless:t}=x(this)&&this||{},n={},r=(r,o)=>{const s=t&&A(n,o)||o;h(n[s])&&h(r)?n[s]=e(n[s],r):h(r)?n[s]=e({},r):a(r)?n[s]=r.slice():n[s]=r};for(let e=0,t=arguments.length;e(T(n,((n,o)=>{r&&f(n)?t[o]=e(n,r):t[o]=n}),{allOwnKeys:o}),t),trim:e=>e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,""),stripBOM:e=>(65279===e.charCodeAt(0)&&(e=e.slice(1)),e),inherits:(e,t,n,r)=>{e.prototype=Object.create(t.prototype,r),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),n&&Object.assign(e.prototype,n)},toFlatObject:(e,t,r,o)=>{let s,i,a;const c={};if(t=t||{},null==e)return t;do{for(s=Object.getOwnPropertyNames(e),i=s.length;i-- >0;)a=s[i],o&&!o(a,e,t)||c[a]||(t[a]=e[a],c[a]=!0);e=!1!==r&&n(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:r,kindOfTest:s,endsWith:(e,t,n)=>{e=String(e),(void 0===n||n>e.length)&&(n=e.length),n-=t.length;const r=e.indexOf(t,n);return-1!==r&&r===n},toArray:e=>{if(!e)return null;if(a(e))return e;let t=e.length;if(!d(t))return null;const n=new Array(t);for(;t-- >0;)n[t]=e[t];return n},forEachEntry:(e,t)=>{const n=(e&&e[Symbol.iterator]).call(e);let r;for(;(r=n.next())&&!r.done;){const n=r.value;t.call(e,n[0],n[1])}},matchAll:(e,t)=>{let n;const r=[];for(;null!==(n=e.exec(t));)r.push(n);return r},isHTMLForm:j,hasOwnProperty:U,hasOwnProp:U,reduceDescriptors:_,freezeMethods:e=>{_(e,((t,n)=>{if(f(e)&&-1!==["arguments","caller","callee"].indexOf(n))return!1;const r=e[n];f(r)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=()=>{throw Error("Can not rewrite read-only method '"+n+"'")}))}))},toObjectSet:(e,t)=>{const n={},r=e=>{e.forEach((e=>{n[e]=!0}))};return a(e)?r(e):r(String(e).split(t)),n},toCamelCase:e=>e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,n){return t.toUpperCase()+n})),noop:()=>{},toFiniteNumber:(e,t)=>null!=e&&Number.isFinite(e=+e)?e:t,findKey:A,global:v,isContextDefined:x,isSpecCompliantForm:function(e){return!!(e&&f(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:e=>{const t=new Array(10),n=(e,r)=>{if(p(e)){if(t.indexOf(e)>=0)return;if(!("toJSON"in e)){t[r]=e;const o=a(e)?[]:{};return T(e,((e,t)=>{const s=n(e,r+1);!c(s)&&(o[t]=s)})),t[r]=void 0,o}}return e};return n(e,0)},isAsyncFn:F,isThenable:e=>e&&(p(e)||f(e))&&f(e.then)&&f(e.catch),setImmediate:L,asap:M};function z(e,t,n,r,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),n&&(this.config=n),r&&(this.request=r),o&&(this.response=o,this.status=o.status?o.status:null)}I.inherits(z,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:I.toJSONObject(this.config),code:this.code,status:this.status}}});const H=z.prototype,J={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((e=>{J[e]={value:e}})),Object.defineProperties(z,J),Object.defineProperty(H,"isAxiosError",{value:!0}),z.from=(e,t,n,r,o,s)=>{const i=Object.create(H);return I.toFlatObject(e,i,(function(e){return e!==Error.prototype}),(e=>"isAxiosError"!==e)),z.call(i,e.message,t,n,r,o),i.cause=e,i.name=e.name,s&&Object.assign(i,s),i};function W(e){return I.isPlainObject(e)||I.isArray(e)}function K(e){return I.endsWith(e,"[]")?e.slice(0,-2):e}function V(e,t,n){return e?e.concat(t).map((function(e,t){return e=K(e),!n&&t?"["+e+"]":e})).join(n?".":""):t}const $=I.toFlatObject(I,{},null,(function(e){return/^is[A-Z]/.test(e)}));function X(e,t,n){if(!I.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;const r=(n=I.toFlatObject(n,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!I.isUndefined(t[e])}))).metaTokens,o=n.visitor||l,s=n.dots,i=n.indexes,a=(n.Blob||"undefined"!=typeof Blob&&Blob)&&I.isSpecCompliantForm(t);if(!I.isFunction(o))throw new TypeError("visitor must be a function");function c(e){if(null===e)return"";if(I.isDate(e))return e.toISOString();if(!a&&I.isBlob(e))throw new z("Blob is not supported. Use a Buffer instead.");return I.isArrayBuffer(e)||I.isTypedArray(e)?a&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function l(e,n,o){let a=e;if(e&&!o&&"object"==typeof e)if(I.endsWith(n,"{}"))n=r?n:n.slice(0,-2),e=JSON.stringify(e);else if(I.isArray(e)&&function(e){return I.isArray(e)&&!e.some(W)}(e)||(I.isFileList(e)||I.endsWith(n,"[]"))&&(a=I.toArray(e)))return n=K(n),a.forEach((function(e,r){!I.isUndefined(e)&&null!==e&&t.append(!0===i?V([n],r,s):null===i?n:n+"[]",c(e))})),!1;return!!W(e)||(t.append(V(o,n,s),c(e)),!1)}const u=[],f=Object.assign($,{defaultVisitor:l,convertValue:c,isVisitable:W});if(!I.isObject(e))throw new TypeError("data must be an object");return function e(n,r){if(!I.isUndefined(n)){if(-1!==u.indexOf(n))throw Error("Circular reference detected in "+r.join("."));u.push(n),I.forEach(n,(function(n,s){!0===(!(I.isUndefined(n)||null===n)&&o.call(t,n,I.isString(s)?s.trim():s,r,f))&&e(n,r?r.concat(s):[s])})),u.pop()}}(e),t}function G(e){const t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Q(e,t){this._pairs=[],e&&X(e,this,t)}const Z=Q.prototype;function Y(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function ee(e,t,n){if(!t)return e;const r=n&&n.encode||Y;I.isFunction(n)&&(n={serialize:n});const o=n&&n.serialize;let s;if(s=o?o(t,n):I.isURLSearchParams(t)?t.toString():new Q(t,n).toString(r),s){const t=e.indexOf("#");-1!==t&&(e=e.slice(0,t)),e+=(-1===e.indexOf("?")?"?":"&")+s}return e}Z.append=function(e,t){this._pairs.push([e,t])},Z.toString=function(e){const t=e?function(t){return e.call(this,t,G)}:G;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};const te=class{constructor(){this.handlers=[]}use(e,t,n){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!n&&n.synchronous,runWhen:n?n.runWhen:null}),this.handlers.length-1}eject(e){this.handlers[e]&&(this.handlers[e]=null)}clear(){this.handlers&&(this.handlers=[])}forEach(e){I.forEach(this.handlers,(function(t){null!==t&&e(t)}))}},ne={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},re={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Q,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},oe="undefined"!=typeof window&&"undefined"!=typeof document,se="object"==typeof navigator&&navigator||void 0,ie=oe&&(!se||["ReactNative","NativeScript","NS"].indexOf(se.product)<0),ae="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,ce=oe&&window.location.href||"http://localhost",le={...Object.freeze({__proto__:null,hasBrowserEnv:oe,hasStandardBrowserWebWorkerEnv:ae,hasStandardBrowserEnv:ie,navigator:se,origin:ce}),...re};function ue(e){function t(e,n,r,o){let s=e[o++];if("__proto__"===s)return!0;const i=Number.isFinite(+s),a=o>=e.length;if(s=!s&&I.isArray(r)?r.length:s,a)return I.hasOwnProp(r,s)?r[s]=[r[s],n]:r[s]=n,!i;r[s]&&I.isObject(r[s])||(r[s]=[]);return t(e,n,r[s],o)&&I.isArray(r[s])&&(r[s]=function(e){const t={},n=Object.keys(e);let r;const o=n.length;let s;for(r=0;r{t(function(e){return I.matchAll(/\w+|\[(\w*)]/g,e).map((e=>"[]"===e[0]?"":e[1]||e[0]))}(e),r,n,0)})),n}return null}const fe={transitional:ne,adapter:["xhr","http","fetch"],transformRequest:[function(e,t){const n=t.getContentType()||"",r=n.indexOf("application/json")>-1,o=I.isObject(e);o&&I.isHTMLForm(e)&&(e=new FormData(e));if(I.isFormData(e))return r?JSON.stringify(ue(e)):e;if(I.isArrayBuffer(e)||I.isBuffer(e)||I.isStream(e)||I.isFile(e)||I.isBlob(e)||I.isReadableStream(e))return e;if(I.isArrayBufferView(e))return e.buffer;if(I.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();let s;if(o){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return X(e,new le.classes.URLSearchParams,Object.assign({visitor:function(e,t,n,r){return le.isNode&&I.isBuffer(e)?(this.append(t,e.toString("base64")),!1):r.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((s=I.isFileList(e))||n.indexOf("multipart/form-data")>-1){const t=this.env&&this.env.FormData;return X(s?{"files[]":e}:e,t&&new t,this.formSerializer)}}return o||r?(t.setContentType("application/json",!1),function(e,t,n){if(I.isString(e))try{return(t||JSON.parse)(e),I.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(n||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){const t=this.transitional||fe.transitional,n=t&&t.forcedJSONParsing,r="json"===this.responseType;if(I.isResponse(e)||I.isReadableStream(e))return e;if(e&&I.isString(e)&&(n&&!this.responseType||r)){const n=!(t&&t.silentJSONParsing)&&r;try{return JSON.parse(e)}catch(e){if(n){if("SyntaxError"===e.name)throw z.from(e,z.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:le.classes.FormData,Blob:le.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};I.forEach(["delete","get","head","post","put","patch"],(e=>{fe.headers[e]={}}));const de=fe,pe=I.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),he=Symbol("internals");function me(e){return e&&String(e).trim().toLowerCase()}function ye(e){return!1===e||null==e?e:I.isArray(e)?e.map(ye):String(e)}function be(e,t,n,r,o){return I.isFunction(r)?r.call(this,t,n):(o&&(t=n),I.isString(t)?I.isString(r)?-1!==t.indexOf(r):I.isRegExp(r)?r.test(t):void 0:void 0)}class ge{constructor(e){e&&this.set(e)}set(e,t,n){const r=this;function o(e,t,n){const o=me(t);if(!o)throw new Error("header name must be a non-empty string");const s=I.findKey(r,o);(!s||void 0===r[s]||!0===n||void 0===n&&!1!==r[s])&&(r[s||t]=ye(e))}const s=(e,t)=>I.forEach(e,((e,n)=>o(e,n,t)));if(I.isPlainObject(e)||e instanceof this.constructor)s(e,t);else if(I.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))s((e=>{const t={};let n,r,o;return e&&e.split("\n").forEach((function(e){o=e.indexOf(":"),n=e.substring(0,o).trim().toLowerCase(),r=e.substring(o+1).trim(),!n||t[n]&&pe[n]||("set-cookie"===n?t[n]?t[n].push(r):t[n]=[r]:t[n]=t[n]?t[n]+", "+r:r)})),t})(e),t);else if(I.isHeaders(e))for(const[t,r]of e.entries())o(r,t,n);else null!=e&&o(t,e,n);return this}get(e,t){if(e=me(e)){const n=I.findKey(this,e);if(n){const e=this[n];if(!t)return e;if(!0===t)return function(e){const t=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let r;for(;r=n.exec(e);)t[r[1]]=r[2];return t}(e);if(I.isFunction(t))return t.call(this,e,n);if(I.isRegExp(t))return t.exec(e);throw new TypeError("parser must be boolean|regexp|function")}}}has(e,t){if(e=me(e)){const n=I.findKey(this,e);return!(!n||void 0===this[n]||t&&!be(0,this[n],n,t))}return!1}delete(e,t){const n=this;let r=!1;function o(e){if(e=me(e)){const o=I.findKey(n,e);!o||t&&!be(0,n[o],o,t)||(delete n[o],r=!0)}}return I.isArray(e)?e.forEach(o):o(e),r}clear(e){const t=Object.keys(this);let n=t.length,r=!1;for(;n--;){const o=t[n];e&&!be(0,this[o],o,e,!0)||(delete this[o],r=!0)}return r}normalize(e){const t=this,n={};return I.forEach(this,((r,o)=>{const s=I.findKey(n,o);if(s)return t[s]=ye(r),void delete t[o];const i=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,((e,t,n)=>t.toUpperCase()+n))}(o):String(o).trim();i!==o&&delete t[o],t[i]=ye(r),n[i]=!0})),this}concat(...e){return this.constructor.concat(this,...e)}toJSON(e){const t=Object.create(null);return I.forEach(this,((n,r)=>{null!=n&&!1!==n&&(t[r]=e&&I.isArray(n)?n.join(", "):n)})),t}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map((([e,t])=>e+": "+t)).join("\n")}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(e){return e instanceof this?e:new this(e)}static concat(e,...t){const n=new this(e);return t.forEach((e=>n.set(e))),n}static accessor(e){const t=(this[he]=this[he]={accessors:{}}).accessors,n=this.prototype;function r(e){const r=me(e);t[r]||(!function(e,t){const n=I.toCamelCase(" "+t);["get","set","has"].forEach((r=>{Object.defineProperty(e,r+n,{value:function(e,n,o){return this[r].call(this,t,e,n,o)},configurable:!0})}))}(n,e),t[r]=!0)}return I.isArray(e)?e.forEach(r):r(e),this}}ge.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]),I.reduceDescriptors(ge.prototype,(({value:e},t)=>{let n=t[0].toUpperCase()+t.slice(1);return{get:()=>e,set(e){this[n]=e}}})),I.freezeMethods(ge);const we=ge;function Ee(e,t){const n=this||de,r=t||n,o=we.from(r.headers);let s=r.data;return I.forEach(e,(function(e){s=e.call(n,s,o.normalize(),t?t.status:void 0)})),o.normalize(),s}function Re(e){return!(!e||!e.__CANCEL__)}function Oe(e,t,n){z.call(this,null==e?"canceled":e,z.ERR_CANCELED,t,n),this.name="CanceledError"}function Se(e,t,n){const r=n.config.validateStatus;n.status&&r&&!r(n.status)?t(new z("Request failed with status code "+n.status,[z.ERR_BAD_REQUEST,z.ERR_BAD_RESPONSE][Math.floor(n.status/100)-4],n.config,n.request,n)):e(n)}I.inherits(Oe,z,{__CANCEL__:!0});const Te=(e,t,n=3)=>{let r=0;const o=function(e,t){e=e||10;const n=new Array(e),r=new Array(e);let o,s=0,i=0;return t=void 0!==t?t:1e3,function(a){const c=Date.now(),l=r[i];o||(o=c),n[s]=a,r[s]=c;let u=i,f=0;for(;u!==s;)f+=n[u++],u%=e;if(s=(s+1)%e,s===i&&(i=(i+1)%e),c-o{o=s,n=null,r&&(clearTimeout(r),r=null),e.apply(null,t)};return[(...e)=>{const t=Date.now(),a=t-o;a>=s?i(e,t):(n=e,r||(r=setTimeout((()=>{r=null,i(n)}),s-a)))},()=>n&&i(n)]}((n=>{const s=n.loaded,i=n.lengthComputable?n.total:void 0,a=s-r,c=o(a);r=s;e({loaded:s,total:i,progress:i?s/i:void 0,bytes:a,rate:c||void 0,estimated:c&&i&&s<=i?(i-s)/c:void 0,event:n,lengthComputable:null!=i,[t?"download":"upload"]:!0})}),n)},Ae=(e,t)=>{const n=null!=e;return[r=>t[0]({lengthComputable:n,total:e,loaded:r}),t[1]]},ve=e=>(...t)=>I.asap((()=>e(...t))),xe=le.hasStandardBrowserEnv?((e,t)=>n=>(n=new URL(n,le.origin),e.protocol===n.protocol&&e.host===n.host&&(t||e.port===n.port)))(new URL(le.origin),le.navigator&&/(msie|trident)/i.test(le.navigator.userAgent)):()=>!0,Ce=le.hasStandardBrowserEnv?{write(e,t,n,r,o,s){const i=[e+"="+encodeURIComponent(t)];I.isNumber(n)&&i.push("expires="+new Date(n).toGMTString()),I.isString(r)&&i.push("path="+r),I.isString(o)&&i.push("domain="+o),!0===s&&i.push("secure"),document.cookie=i.join("; ")},read(e){const t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove(e){this.write(e,"",Date.now()-864e5)}}:{write(){},read:()=>null,remove(){}};function Ne(e,t,n){let r=!/^([a-z][a-z\d+\-.]*:)?\/\//i.test(t);return e&&(r||0==n)?function(e,t){return t?e.replace(/\/?\/$/,"")+"/"+t.replace(/^\/+/,""):e}(e,t):t}const je=e=>e instanceof we?{...e}:e;function Ue(e,t){t=t||{};const n={};function r(e,t,n,r){return I.isPlainObject(e)&&I.isPlainObject(t)?I.merge.call({caseless:r},e,t):I.isPlainObject(t)?I.merge({},t):I.isArray(t)?t.slice():t}function o(e,t,n,o){return I.isUndefined(t)?I.isUndefined(e)?void 0:r(void 0,e,0,o):r(e,t,0,o)}function s(e,t){if(!I.isUndefined(t))return r(void 0,t)}function i(e,t){return I.isUndefined(t)?I.isUndefined(e)?void 0:r(void 0,e):r(void 0,t)}function a(n,o,s){return s in t?r(n,o):s in e?r(void 0,n):void 0}const c={url:s,method:s,data:s,baseURL:i,transformRequest:i,transformResponse:i,paramsSerializer:i,timeout:i,timeoutMessage:i,withCredentials:i,withXSRFToken:i,adapter:i,responseType:i,xsrfCookieName:i,xsrfHeaderName:i,onUploadProgress:i,onDownloadProgress:i,decompress:i,maxContentLength:i,maxBodyLength:i,beforeRedirect:i,transport:i,httpAgent:i,httpsAgent:i,cancelToken:i,socketPath:i,responseEncoding:i,validateStatus:a,headers:(e,t,n)=>o(je(e),je(t),0,!0)};return I.forEach(Object.keys(Object.assign({},e,t)),(function(r){const s=c[r]||o,i=s(e[r],t[r],r);I.isUndefined(i)&&s!==a||(n[r]=i)})),n}const Pe=e=>{const t=Ue({},e);let n,{data:r,withXSRFToken:o,xsrfHeaderName:s,xsrfCookieName:i,headers:a,auth:c}=t;if(t.headers=a=we.from(a),t.url=ee(Ne(t.baseURL,t.url,t.allowAbsoluteUrls),e.params,e.paramsSerializer),c&&a.set("Authorization","Basic "+btoa((c.username||"")+":"+(c.password?unescape(encodeURIComponent(c.password)):""))),I.isFormData(r))if(le.hasStandardBrowserEnv||le.hasStandardBrowserWebWorkerEnv)a.setContentType(void 0);else if(!1!==(n=a.getContentType())){const[e,...t]=n?n.split(";").map((e=>e.trim())).filter(Boolean):[];a.setContentType([e||"multipart/form-data",...t].join("; "))}if(le.hasStandardBrowserEnv&&(o&&I.isFunction(o)&&(o=o(t)),o||!1!==o&&xe(t.url))){const e=s&&i&&Ce.read(i);e&&a.set(s,e)}return t},_e="undefined"!=typeof XMLHttpRequest&&function(e){return new Promise((function(t,n){const r=Pe(e);let o=r.data;const s=we.from(r.headers).normalize();let i,a,c,l,u,{responseType:f,onUploadProgress:d,onDownloadProgress:p}=r;function h(){l&&l(),u&&u(),r.cancelToken&&r.cancelToken.unsubscribe(i),r.signal&&r.signal.removeEventListener("abort",i)}let m=new XMLHttpRequest;function y(){if(!m)return;const r=we.from("getAllResponseHeaders"in m&&m.getAllResponseHeaders());Se((function(e){t(e),h()}),(function(e){n(e),h()}),{data:f&&"text"!==f&&"json"!==f?m.response:m.responseText,status:m.status,statusText:m.statusText,headers:r,config:e,request:m}),m=null}m.open(r.method.toUpperCase(),r.url,!0),m.timeout=r.timeout,"onloadend"in m?m.onloadend=y:m.onreadystatechange=function(){m&&4===m.readyState&&(0!==m.status||m.responseURL&&0===m.responseURL.indexOf("file:"))&&setTimeout(y)},m.onabort=function(){m&&(n(new z("Request aborted",z.ECONNABORTED,e,m)),m=null)},m.onerror=function(){n(new z("Network Error",z.ERR_NETWORK,e,m)),m=null},m.ontimeout=function(){let t=r.timeout?"timeout of "+r.timeout+"ms exceeded":"timeout exceeded";const o=r.transitional||ne;r.timeoutErrorMessage&&(t=r.timeoutErrorMessage),n(new z(t,o.clarifyTimeoutError?z.ETIMEDOUT:z.ECONNABORTED,e,m)),m=null},void 0===o&&s.setContentType(null),"setRequestHeader"in m&&I.forEach(s.toJSON(),(function(e,t){m.setRequestHeader(t,e)})),I.isUndefined(r.withCredentials)||(m.withCredentials=!!r.withCredentials),f&&"json"!==f&&(m.responseType=r.responseType),p&&([c,u]=Te(p,!0),m.addEventListener("progress",c)),d&&m.upload&&([a,l]=Te(d),m.upload.addEventListener("progress",a),m.upload.addEventListener("loadend",l)),(r.cancelToken||r.signal)&&(i=t=>{m&&(n(!t||t.type?new Oe(null,e,m):t),m.abort(),m=null)},r.cancelToken&&r.cancelToken.subscribe(i),r.signal&&(r.signal.aborted?i():r.signal.addEventListener("abort",i)));const b=function(e){const t=/^([-+\w]{1,25})(:?\/\/|:)/.exec(e);return t&&t[1]||""}(r.url);b&&-1===le.protocols.indexOf(b)?n(new z("Unsupported protocol "+b+":",z.ERR_BAD_REQUEST,e)):m.send(o||null)}))},Fe=(e,t)=>{const{length:n}=e=e?e.filter(Boolean):[];if(t||n){let n,r=new AbortController;const o=function(e){if(!n){n=!0,i();const t=e instanceof Error?e:this.reason;r.abort(t instanceof z?t:new Oe(t instanceof Error?t.message:t))}};let s=t&&setTimeout((()=>{s=null,o(new z(`timeout ${t} of ms exceeded`,z.ETIMEDOUT))}),t);const i=()=>{e&&(s&&clearTimeout(s),s=null,e.forEach((e=>{e.unsubscribe?e.unsubscribe(o):e.removeEventListener("abort",o)})),e=null)};e.forEach((e=>e.addEventListener("abort",o)));const{signal:a}=r;return a.unsubscribe=()=>I.asap(i),a}},Le=function*(e,t){let n=e.byteLength;if(!t||n{const o=async function*(e,t){for await(const n of Be(e))yield*Le(n,t)}(e,t);let s,i=0,a=e=>{s||(s=!0,r&&r(e))};return new ReadableStream({async pull(e){try{const{done:t,value:r}=await o.next();if(t)return a(),void e.close();let s=r.byteLength;if(n){let e=i+=s;n(e)}e.enqueue(new Uint8Array(r))}catch(e){throw a(e),e}},cancel:e=>(a(e),o.return())},{highWaterMark:2})},De="function"==typeof fetch&&"function"==typeof Request&&"function"==typeof Response,qe=De&&"function"==typeof ReadableStream,Me=De&&("function"==typeof TextEncoder?(Ie=new TextEncoder,e=>Ie.encode(e)):async e=>new Uint8Array(await new Response(e).arrayBuffer()));var Ie;const ze=(e,...t)=>{try{return!!e(...t)}catch(e){return!1}},He=qe&&ze((()=>{let e=!1;const t=new Request(le.origin,{body:new ReadableStream,method:"POST",get duplex(){return e=!0,"half"}}).headers.has("Content-Type");return e&&!t})),Je=qe&&ze((()=>I.isReadableStream(new Response("").body))),We={stream:Je&&(e=>e.body)};var Ke;De&&(Ke=new Response,["text","arrayBuffer","blob","formData","stream"].forEach((e=>{!We[e]&&(We[e]=I.isFunction(Ke[e])?t=>t[e]():(t,n)=>{throw new z(`Response type '${e}' is not supported`,z.ERR_NOT_SUPPORT,n)})})));const Ve=async(e,t)=>{const n=I.toFiniteNumber(e.getContentLength());return null==n?(async e=>{if(null==e)return 0;if(I.isBlob(e))return e.size;if(I.isSpecCompliantForm(e)){const t=new Request(le.origin,{method:"POST",body:e});return(await t.arrayBuffer()).byteLength}return I.isArrayBufferView(e)||I.isArrayBuffer(e)?e.byteLength:(I.isURLSearchParams(e)&&(e+=""),I.isString(e)?(await Me(e)).byteLength:void 0)})(t):n},$e={http:null,xhr:_e,fetch:De&&(async e=>{let{url:t,method:n,data:r,signal:o,cancelToken:s,timeout:i,onDownloadProgress:a,onUploadProgress:c,responseType:l,headers:u,withCredentials:f="same-origin",fetchOptions:d}=Pe(e);l=l?(l+"").toLowerCase():"text";let p,h=Fe([o,s&&s.toAbortSignal()],i);const m=h&&h.unsubscribe&&(()=>{h.unsubscribe()});let y;try{if(c&&He&&"get"!==n&&"head"!==n&&0!==(y=await Ve(u,r))){let e,n=new Request(t,{method:"POST",body:r,duplex:"half"});if(I.isFormData(r)&&(e=n.headers.get("content-type"))&&u.setContentType(e),n.body){const[e,t]=Ae(y,Te(ve(c)));r=ke(n.body,65536,e,t)}}I.isString(f)||(f=f?"include":"omit");const o="credentials"in Request.prototype;p=new Request(t,{...d,signal:h,method:n.toUpperCase(),headers:u.normalize().toJSON(),body:r,duplex:"half",credentials:o?f:void 0});let s=await fetch(p);const i=Je&&("stream"===l||"response"===l);if(Je&&(a||i&&m)){const e={};["status","statusText","headers"].forEach((t=>{e[t]=s[t]}));const t=I.toFiniteNumber(s.headers.get("content-length")),[n,r]=a&&Ae(t,Te(ve(a),!0))||[];s=new Response(ke(s.body,65536,n,(()=>{r&&r(),m&&m()})),e)}l=l||"text";let b=await We[I.findKey(We,l)||"text"](s,e);return!i&&m&&m(),await new Promise(((t,n)=>{Se(t,n,{data:b,headers:we.from(s.headers),status:s.status,statusText:s.statusText,config:e,request:p})}))}catch(t){if(m&&m(),t&&"TypeError"===t.name&&/fetch/i.test(t.message))throw Object.assign(new z("Network Error",z.ERR_NETWORK,e,p),{cause:t.cause||t});throw z.from(t,t&&t.code,e,p)}})};I.forEach($e,((e,t)=>{if(e){try{Object.defineProperty(e,"name",{value:t})}catch(e){}Object.defineProperty(e,"adapterName",{value:t})}}));const Xe=e=>`- ${e}`,Ge=e=>I.isFunction(e)||null===e||!1===e,Qe=e=>{e=I.isArray(e)?e:[e];const{length:t}=e;let n,r;const o={};for(let s=0;s`adapter ${e} `+(!1===t?"is not supported by the environment":"is not available in the build")));throw new z("There is no suitable adapter to dispatch the request "+(t?e.length>1?"since :\n"+e.map(Xe).join("\n"):" "+Xe(e[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function Ze(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Oe(null,e)}function Ye(e){Ze(e),e.headers=we.from(e.headers),e.data=Ee.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1);return Qe(e.adapter||de.adapter)(e).then((function(t){return Ze(e),t.data=Ee.call(e,e.transformResponse,t),t.headers=we.from(t.headers),t}),(function(t){return Re(t)||(Ze(e),t&&t.response&&(t.response.data=Ee.call(e,e.transformResponse,t.response),t.response.headers=we.from(t.response.headers))),Promise.reject(t)}))}const et={};["object","boolean","number","function","string","symbol"].forEach(((e,t)=>{et[e]=function(n){return typeof n===e||"a"+(t<1?"n ":" ")+e}}));const tt={};et.transitional=function(e,t,n){function r(e,t){return"[Axios v1.8.4] Transitional option '"+e+"'"+t+(n?". "+n:"")}return(n,o,s)=>{if(!1===e)throw new z(r(o," has been removed"+(t?" in "+t:"")),z.ERR_DEPRECATED);return t&&!tt[o]&&(tt[o]=!0,console.warn(r(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(n,o,s)}},et.spelling=function(e){return(t,n)=>(console.warn(`${n} is likely a misspelling of ${e}`),!0)};const nt={assertOptions:function(e,t,n){if("object"!=typeof e)throw new z("options must be an object",z.ERR_BAD_OPTION_VALUE);const r=Object.keys(e);let o=r.length;for(;o-- >0;){const s=r[o],i=t[s];if(i){const t=e[s],n=void 0===t||i(t,s,e);if(!0!==n)throw new z("option "+s+" must be "+n,z.ERR_BAD_OPTION_VALUE)}else if(!0!==n)throw new z("Unknown option "+s,z.ERR_BAD_OPTION)}},validators:et},rt=nt.validators;class ot{constructor(e){this.defaults=e,this.interceptors={request:new te,response:new te}}async request(e,t){try{return await this._request(e,t)}catch(e){if(e instanceof Error){let t={};Error.captureStackTrace?Error.captureStackTrace(t):t=new Error;const n=t.stack?t.stack.replace(/^.+\n/,""):"";try{e.stack?n&&!String(e.stack).endsWith(n.replace(/^.+\n.+\n/,""))&&(e.stack+="\n"+n):e.stack=n}catch(e){}}throw e}}_request(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{},t=Ue(this.defaults,t);const{transitional:n,paramsSerializer:r,headers:o}=t;void 0!==n&&nt.assertOptions(n,{silentJSONParsing:rt.transitional(rt.boolean),forcedJSONParsing:rt.transitional(rt.boolean),clarifyTimeoutError:rt.transitional(rt.boolean)},!1),null!=r&&(I.isFunction(r)?t.paramsSerializer={serialize:r}:nt.assertOptions(r,{encode:rt.function,serialize:rt.function},!0)),void 0!==t.allowAbsoluteUrls||(void 0!==this.defaults.allowAbsoluteUrls?t.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls:t.allowAbsoluteUrls=!0),nt.assertOptions(t,{baseUrl:rt.spelling("baseURL"),withXsrfToken:rt.spelling("withXSRFToken")},!0),t.method=(t.method||this.defaults.method||"get").toLowerCase();let s=o&&I.merge(o.common,o[t.method]);o&&I.forEach(["delete","get","head","post","put","patch","common"],(e=>{delete o[e]})),t.headers=we.concat(s,o);const i=[];let a=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(a=a&&e.synchronous,i.unshift(e.fulfilled,e.rejected))}));const c=[];let l;this.interceptors.response.forEach((function(e){c.push(e.fulfilled,e.rejected)}));let u,f=0;if(!a){const e=[Ye.bind(this),void 0];for(e.unshift.apply(e,i),e.push.apply(e,c),u=e.length,l=Promise.resolve(t);f{if(!n._listeners)return;let t=n._listeners.length;for(;t-- >0;)n._listeners[t](e);n._listeners=null})),this.promise.then=e=>{let t;const r=new Promise((e=>{n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},e((function(e,r,o){n.reason||(n.reason=new Oe(e,r,o),t(n.reason))}))}throwIfRequested(){if(this.reason)throw this.reason}subscribe(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}unsubscribe(e){if(!this._listeners)return;const t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}toAbortSignal(){const e=new AbortController,t=t=>{e.abort(t)};return this.subscribe(t),e.signal.unsubscribe=()=>this.unsubscribe(t),e.signal}static source(){let e;return{token:new it((function(t){e=t})),cancel:e}}}const at=it;const ct={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(ct).forEach((([e,t])=>{ct[t]=e}));const lt=ct;const ut=function t(n){const r=new st(n),o=e(st.prototype.request,r);return I.extend(o,st.prototype,r,{allOwnKeys:!0}),I.extend(o,r,null,{allOwnKeys:!0}),o.create=function(e){return t(Ue(n,e))},o}(de);ut.Axios=st,ut.CanceledError=Oe,ut.CancelToken=at,ut.isCancel=Re,ut.VERSION="1.8.4",ut.toFormData=X,ut.AxiosError=z,ut.Cancel=ut.CanceledError,ut.all=function(e){return Promise.all(e)},ut.spread=function(e){return function(t){return e.apply(null,t)}},ut.isAxiosError=function(e){return I.isObject(e)&&!0===e.isAxiosError},ut.mergeConfig=Ue,ut.AxiosHeaders=we,ut.formToJSON=e=>ue(I.isHTMLForm(e)?new FormData(e):e),ut.getAdapter=Qe,ut.HttpStatusCode=lt,ut.default=ut;const ft=ut,{Axios:dt,AxiosError:pt,CanceledError:ht,isCancel:mt,CancelToken:yt,VERSION:bt,all:gt,Cancel:wt,isAxiosError:Et,spread:Rt,toFormData:Ot,AxiosHeaders:St,HttpStatusCode:Tt,formToJSON:At,getAdapter:vt,mergeConfig:xt}=ft;export{dt as Axios,pt as AxiosError,St as AxiosHeaders,wt as Cancel,yt as CancelToken,ht as CanceledError,Tt as HttpStatusCode,bt as VERSION,gt as all,ft as default,At as formToJSON,vt as getAdapter,Et as isAxiosError,mt as isCancel,xt as mergeConfig,Rt as spread,Ot as toFormData}; +//# sourceMappingURL=axios.min.js.map diff --git a/server/node_modules/axios/dist/esm/axios.min.js.map b/server/node_modules/axios/dist/esm/axios.min.js.map new file mode 100644 index 000000000..268f7b290 --- /dev/null +++ b/server/node_modules/axios/dist/esm/axios.min.js.map @@ -0,0 +1 @@ +{"version":3,"file":"axios.min.js","sources":["../../lib/helpers/bind.js","../../lib/utils.js","../../lib/core/AxiosError.js","../../lib/helpers/toFormData.js","../../lib/helpers/AxiosURLSearchParams.js","../../lib/helpers/buildURL.js","../../lib/core/InterceptorManager.js","../../lib/defaults/transitional.js","../../lib/platform/browser/index.js","../../lib/platform/browser/classes/URLSearchParams.js","../../lib/platform/browser/classes/FormData.js","../../lib/platform/browser/classes/Blob.js","../../lib/platform/common/utils.js","../../lib/platform/index.js","../../lib/helpers/formDataToJSON.js","../../lib/defaults/index.js","../../lib/helpers/toURLEncodedForm.js","../../lib/helpers/parseHeaders.js","../../lib/core/AxiosHeaders.js","../../lib/core/transformData.js","../../lib/cancel/isCancel.js","../../lib/cancel/CanceledError.js","../../lib/core/settle.js","../../lib/helpers/progressEventReducer.js","../../lib/helpers/speedometer.js","../../lib/helpers/throttle.js","../../lib/helpers/isURLSameOrigin.js","../../lib/helpers/cookies.js","../../lib/core/buildFullPath.js","../../lib/helpers/isAbsoluteURL.js","../../lib/helpers/combineURLs.js","../../lib/core/mergeConfig.js","../../lib/helpers/resolveConfig.js","../../lib/adapters/xhr.js","../../lib/helpers/parseProtocol.js","../../lib/helpers/composeSignals.js","../../lib/helpers/trackStream.js","../../lib/adapters/fetch.js","../../lib/adapters/adapters.js","../../lib/helpers/null.js","../../lib/core/dispatchRequest.js","../../lib/env/data.js","../../lib/helpers/validator.js","../../lib/core/Axios.js","../../lib/cancel/CancelToken.js","../../lib/helpers/HttpStatusCode.js","../../lib/axios.js","../../lib/helpers/spread.js","../../lib/helpers/isAxiosError.js","../../index.js"],"sourcesContent":["'use strict';\n\nexport default function bind(fn, thisArg) {\n return function wrap() {\n return fn.apply(thisArg, arguments);\n };\n}\n","'use strict';\n\nimport bind from './helpers/bind.js';\n\n// utils is a library of generic helper functions non-specific to axios\n\nconst {toString} = Object.prototype;\nconst {getPrototypeOf} = Object;\n\nconst kindOf = (cache => thing => {\n const str = toString.call(thing);\n return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());\n})(Object.create(null));\n\nconst kindOfTest = (type) => {\n type = type.toLowerCase();\n return (thing) => kindOf(thing) === type\n}\n\nconst typeOfTest = type => thing => typeof thing === type;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n *\n * @returns {boolean} True if value is an Array, otherwise false\n */\nconst {isArray} = Array;\n\n/**\n * Determine if a value is undefined\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nconst isUndefined = typeOfTest('undefined');\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nconst isArrayBuffer = kindOfTest('ArrayBuffer');\n\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n let result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a String, otherwise false\n */\nconst isString = typeOfTest('string');\n\n/**\n * Determine if a value is a Function\n *\n * @param {*} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nconst isFunction = typeOfTest('function');\n\n/**\n * Determine if a value is a Number\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Number, otherwise false\n */\nconst isNumber = typeOfTest('number');\n\n/**\n * Determine if a value is an Object\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an Object, otherwise false\n */\nconst isObject = (thing) => thing !== null && typeof thing === 'object';\n\n/**\n * Determine if a value is a Boolean\n *\n * @param {*} thing The value to test\n * @returns {boolean} True if value is a Boolean, otherwise false\n */\nconst isBoolean = thing => thing === true || thing === false;\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a plain Object, otherwise false\n */\nconst isPlainObject = (val) => {\n if (kindOf(val) !== 'object') {\n return false;\n }\n\n const prototype = getPrototypeOf(val);\n return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Date, otherwise false\n */\nconst isDate = kindOfTest('Date');\n\n/**\n * Determine if a value is a File\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFile = kindOfTest('File');\n\n/**\n * Determine if a value is a Blob\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nconst isBlob = kindOfTest('Blob');\n\n/**\n * Determine if a value is a FileList\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFileList = kindOfTest('FileList');\n\n/**\n * Determine if a value is a Stream\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nconst isStream = (val) => isObject(val) && isFunction(val.pipe);\n\n/**\n * Determine if a value is a FormData\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nconst isFormData = (thing) => {\n let kind;\n return thing && (\n (typeof FormData === 'function' && thing instanceof FormData) || (\n isFunction(thing.append) && (\n (kind = kindOf(thing)) === 'formdata' ||\n // detect form-data instance\n (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')\n )\n )\n )\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nconst isURLSearchParams = kindOfTest('URLSearchParams');\n\nconst [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest);\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n *\n * @returns {String} The String freed of excess whitespace\n */\nconst trim = (str) => str.trim ?\n str.trim() : str.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g, '');\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n *\n * @param {Boolean} [allOwnKeys = false]\n * @returns {any}\n */\nfunction forEach(obj, fn, {allOwnKeys = false} = {}) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n let i;\n let l;\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);\n const len = keys.length;\n let key;\n\n for (i = 0; i < len; i++) {\n key = keys[i];\n fn.call(null, obj[key], key, obj);\n }\n }\n}\n\nfunction findKey(obj, key) {\n key = key.toLowerCase();\n const keys = Object.keys(obj);\n let i = keys.length;\n let _key;\n while (i-- > 0) {\n _key = keys[i];\n if (key === _key.toLowerCase()) {\n return _key;\n }\n }\n return null;\n}\n\nconst _global = (() => {\n /*eslint no-undef:0*/\n if (typeof globalThis !== \"undefined\") return globalThis;\n return typeof self !== \"undefined\" ? self : (typeof window !== 'undefined' ? window : global)\n})();\n\nconst isContextDefined = (context) => !isUndefined(context) && context !== _global;\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n *\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n const {caseless} = isContextDefined(this) && this || {};\n const result = {};\n const assignValue = (val, key) => {\n const targetKey = caseless && findKey(result, key) || key;\n if (isPlainObject(result[targetKey]) && isPlainObject(val)) {\n result[targetKey] = merge(result[targetKey], val);\n } else if (isPlainObject(val)) {\n result[targetKey] = merge({}, val);\n } else if (isArray(val)) {\n result[targetKey] = val.slice();\n } else {\n result[targetKey] = val;\n }\n }\n\n for (let i = 0, l = arguments.length; i < l; i++) {\n arguments[i] && forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n *\n * @param {Boolean} [allOwnKeys]\n * @returns {Object} The resulting value of object a\n */\nconst extend = (a, b, thisArg, {allOwnKeys}= {}) => {\n forEach(b, (val, key) => {\n if (thisArg && isFunction(val)) {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n }, {allOwnKeys});\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n *\n * @returns {string} content value without BOM\n */\nconst stripBOM = (content) => {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\n/**\n * Inherit the prototype methods from one constructor into another\n * @param {function} constructor\n * @param {function} superConstructor\n * @param {object} [props]\n * @param {object} [descriptors]\n *\n * @returns {void}\n */\nconst inherits = (constructor, superConstructor, props, descriptors) => {\n constructor.prototype = Object.create(superConstructor.prototype, descriptors);\n constructor.prototype.constructor = constructor;\n Object.defineProperty(constructor, 'super', {\n value: superConstructor.prototype\n });\n props && Object.assign(constructor.prototype, props);\n}\n\n/**\n * Resolve object with deep prototype chain to a flat object\n * @param {Object} sourceObj source object\n * @param {Object} [destObj]\n * @param {Function|Boolean} [filter]\n * @param {Function} [propFilter]\n *\n * @returns {Object}\n */\nconst toFlatObject = (sourceObj, destObj, filter, propFilter) => {\n let props;\n let i;\n let prop;\n const merged = {};\n\n destObj = destObj || {};\n // eslint-disable-next-line no-eq-null,eqeqeq\n if (sourceObj == null) return destObj;\n\n do {\n props = Object.getOwnPropertyNames(sourceObj);\n i = props.length;\n while (i-- > 0) {\n prop = props[i];\n if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {\n destObj[prop] = sourceObj[prop];\n merged[prop] = true;\n }\n }\n sourceObj = filter !== false && getPrototypeOf(sourceObj);\n } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);\n\n return destObj;\n}\n\n/**\n * Determines whether a string ends with the characters of a specified string\n *\n * @param {String} str\n * @param {String} searchString\n * @param {Number} [position= 0]\n *\n * @returns {boolean}\n */\nconst endsWith = (str, searchString, position) => {\n str = String(str);\n if (position === undefined || position > str.length) {\n position = str.length;\n }\n position -= searchString.length;\n const lastIndex = str.indexOf(searchString, position);\n return lastIndex !== -1 && lastIndex === position;\n}\n\n\n/**\n * Returns new array from array like object or null if failed\n *\n * @param {*} [thing]\n *\n * @returns {?Array}\n */\nconst toArray = (thing) => {\n if (!thing) return null;\n if (isArray(thing)) return thing;\n let i = thing.length;\n if (!isNumber(i)) return null;\n const arr = new Array(i);\n while (i-- > 0) {\n arr[i] = thing[i];\n }\n return arr;\n}\n\n/**\n * Checking if the Uint8Array exists and if it does, it returns a function that checks if the\n * thing passed in is an instance of Uint8Array\n *\n * @param {TypedArray}\n *\n * @returns {Array}\n */\n// eslint-disable-next-line func-names\nconst isTypedArray = (TypedArray => {\n // eslint-disable-next-line func-names\n return thing => {\n return TypedArray && thing instanceof TypedArray;\n };\n})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));\n\n/**\n * For each entry in the object, call the function with the key and value.\n *\n * @param {Object} obj - The object to iterate over.\n * @param {Function} fn - The function to call for each entry.\n *\n * @returns {void}\n */\nconst forEachEntry = (obj, fn) => {\n const generator = obj && obj[Symbol.iterator];\n\n const iterator = generator.call(obj);\n\n let result;\n\n while ((result = iterator.next()) && !result.done) {\n const pair = result.value;\n fn.call(obj, pair[0], pair[1]);\n }\n}\n\n/**\n * It takes a regular expression and a string, and returns an array of all the matches\n *\n * @param {string} regExp - The regular expression to match against.\n * @param {string} str - The string to search.\n *\n * @returns {Array}\n */\nconst matchAll = (regExp, str) => {\n let matches;\n const arr = [];\n\n while ((matches = regExp.exec(str)) !== null) {\n arr.push(matches);\n }\n\n return arr;\n}\n\n/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */\nconst isHTMLForm = kindOfTest('HTMLFormElement');\n\nconst toCamelCase = str => {\n return str.toLowerCase().replace(/[-_\\s]([a-z\\d])(\\w*)/g,\n function replacer(m, p1, p2) {\n return p1.toUpperCase() + p2;\n }\n );\n};\n\n/* Creating a function that will check if an object has a property. */\nconst hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);\n\n/**\n * Determine if a value is a RegExp object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a RegExp object, otherwise false\n */\nconst isRegExp = kindOfTest('RegExp');\n\nconst reduceDescriptors = (obj, reducer) => {\n const descriptors = Object.getOwnPropertyDescriptors(obj);\n const reducedDescriptors = {};\n\n forEach(descriptors, (descriptor, name) => {\n let ret;\n if ((ret = reducer(descriptor, name, obj)) !== false) {\n reducedDescriptors[name] = ret || descriptor;\n }\n });\n\n Object.defineProperties(obj, reducedDescriptors);\n}\n\n/**\n * Makes all methods read-only\n * @param {Object} obj\n */\n\nconst freezeMethods = (obj) => {\n reduceDescriptors(obj, (descriptor, name) => {\n // skip restricted props in strict mode\n if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {\n return false;\n }\n\n const value = obj[name];\n\n if (!isFunction(value)) return;\n\n descriptor.enumerable = false;\n\n if ('writable' in descriptor) {\n descriptor.writable = false;\n return;\n }\n\n if (!descriptor.set) {\n descriptor.set = () => {\n throw Error('Can not rewrite read-only method \\'' + name + '\\'');\n };\n }\n });\n}\n\nconst toObjectSet = (arrayOrString, delimiter) => {\n const obj = {};\n\n const define = (arr) => {\n arr.forEach(value => {\n obj[value] = true;\n });\n }\n\n isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));\n\n return obj;\n}\n\nconst noop = () => {}\n\nconst toFiniteNumber = (value, defaultValue) => {\n return value != null && Number.isFinite(value = +value) ? value : defaultValue;\n}\n\n/**\n * If the thing is a FormData object, return true, otherwise return false.\n *\n * @param {unknown} thing - The thing to check.\n *\n * @returns {boolean}\n */\nfunction isSpecCompliantForm(thing) {\n return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);\n}\n\nconst toJSONObject = (obj) => {\n const stack = new Array(10);\n\n const visit = (source, i) => {\n\n if (isObject(source)) {\n if (stack.indexOf(source) >= 0) {\n return;\n }\n\n if(!('toJSON' in source)) {\n stack[i] = source;\n const target = isArray(source) ? [] : {};\n\n forEach(source, (value, key) => {\n const reducedValue = visit(value, i + 1);\n !isUndefined(reducedValue) && (target[key] = reducedValue);\n });\n\n stack[i] = undefined;\n\n return target;\n }\n }\n\n return source;\n }\n\n return visit(obj, 0);\n}\n\nconst isAsyncFn = kindOfTest('AsyncFunction');\n\nconst isThenable = (thing) =>\n thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);\n\n// original code\n// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34\n\nconst _setImmediate = ((setImmediateSupported, postMessageSupported) => {\n if (setImmediateSupported) {\n return setImmediate;\n }\n\n return postMessageSupported ? ((token, callbacks) => {\n _global.addEventListener(\"message\", ({source, data}) => {\n if (source === _global && data === token) {\n callbacks.length && callbacks.shift()();\n }\n }, false);\n\n return (cb) => {\n callbacks.push(cb);\n _global.postMessage(token, \"*\");\n }\n })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);\n})(\n typeof setImmediate === 'function',\n isFunction(_global.postMessage)\n);\n\nconst asap = typeof queueMicrotask !== 'undefined' ?\n queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate);\n\n// *********************\n\nexport default {\n isArray,\n isArrayBuffer,\n isBuffer,\n isFormData,\n isArrayBufferView,\n isString,\n isNumber,\n isBoolean,\n isObject,\n isPlainObject,\n isReadableStream,\n isRequest,\n isResponse,\n isHeaders,\n isUndefined,\n isDate,\n isFile,\n isBlob,\n isRegExp,\n isFunction,\n isStream,\n isURLSearchParams,\n isTypedArray,\n isFileList,\n forEach,\n merge,\n extend,\n trim,\n stripBOM,\n inherits,\n toFlatObject,\n kindOf,\n kindOfTest,\n endsWith,\n toArray,\n forEachEntry,\n matchAll,\n isHTMLForm,\n hasOwnProperty,\n hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection\n reduceDescriptors,\n freezeMethods,\n toObjectSet,\n toCamelCase,\n noop,\n toFiniteNumber,\n findKey,\n global: _global,\n isContextDefined,\n isSpecCompliantForm,\n toJSONObject,\n isAsyncFn,\n isThenable,\n setImmediate: _setImmediate,\n asap\n};\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [config] The config.\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n *\n * @returns {Error} The created error.\n */\nfunction AxiosError(message, code, config, request, response) {\n Error.call(this);\n\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, this.constructor);\n } else {\n this.stack = (new Error()).stack;\n }\n\n this.message = message;\n this.name = 'AxiosError';\n code && (this.code = code);\n config && (this.config = config);\n request && (this.request = request);\n if (response) {\n this.response = response;\n this.status = response.status ? response.status : null;\n }\n}\n\nutils.inherits(AxiosError, Error, {\n toJSON: function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: utils.toJSONObject(this.config),\n code: this.code,\n status: this.status\n };\n }\n});\n\nconst prototype = AxiosError.prototype;\nconst descriptors = {};\n\n[\n 'ERR_BAD_OPTION_VALUE',\n 'ERR_BAD_OPTION',\n 'ECONNABORTED',\n 'ETIMEDOUT',\n 'ERR_NETWORK',\n 'ERR_FR_TOO_MANY_REDIRECTS',\n 'ERR_DEPRECATED',\n 'ERR_BAD_RESPONSE',\n 'ERR_BAD_REQUEST',\n 'ERR_CANCELED',\n 'ERR_NOT_SUPPORT',\n 'ERR_INVALID_URL'\n// eslint-disable-next-line func-names\n].forEach(code => {\n descriptors[code] = {value: code};\n});\n\nObject.defineProperties(AxiosError, descriptors);\nObject.defineProperty(prototype, 'isAxiosError', {value: true});\n\n// eslint-disable-next-line func-names\nAxiosError.from = (error, code, config, request, response, customProps) => {\n const axiosError = Object.create(prototype);\n\n utils.toFlatObject(error, axiosError, function filter(obj) {\n return obj !== Error.prototype;\n }, prop => {\n return prop !== 'isAxiosError';\n });\n\n AxiosError.call(axiosError, error.message, code, config, request, response);\n\n axiosError.cause = error;\n\n axiosError.name = error.name;\n\n customProps && Object.assign(axiosError, customProps);\n\n return axiosError;\n};\n\nexport default AxiosError;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\n// temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored\nimport PlatformFormData from '../platform/node/classes/FormData.js';\n\n/**\n * Determines if the given thing is a array or js object.\n *\n * @param {string} thing - The object or array to be visited.\n *\n * @returns {boolean}\n */\nfunction isVisitable(thing) {\n return utils.isPlainObject(thing) || utils.isArray(thing);\n}\n\n/**\n * It removes the brackets from the end of a string\n *\n * @param {string} key - The key of the parameter.\n *\n * @returns {string} the key without the brackets.\n */\nfunction removeBrackets(key) {\n return utils.endsWith(key, '[]') ? key.slice(0, -2) : key;\n}\n\n/**\n * It takes a path, a key, and a boolean, and returns a string\n *\n * @param {string} path - The path to the current key.\n * @param {string} key - The key of the current object being iterated over.\n * @param {string} dots - If true, the key will be rendered with dots instead of brackets.\n *\n * @returns {string} The path to the current key.\n */\nfunction renderKey(path, key, dots) {\n if (!path) return key;\n return path.concat(key).map(function each(token, i) {\n // eslint-disable-next-line no-param-reassign\n token = removeBrackets(token);\n return !dots && i ? '[' + token + ']' : token;\n }).join(dots ? '.' : '');\n}\n\n/**\n * If the array is an array and none of its elements are visitable, then it's a flat array.\n *\n * @param {Array} arr - The array to check\n *\n * @returns {boolean}\n */\nfunction isFlatArray(arr) {\n return utils.isArray(arr) && !arr.some(isVisitable);\n}\n\nconst predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {\n return /^is[A-Z]/.test(prop);\n});\n\n/**\n * Convert a data object to FormData\n *\n * @param {Object} obj\n * @param {?Object} [formData]\n * @param {?Object} [options]\n * @param {Function} [options.visitor]\n * @param {Boolean} [options.metaTokens = true]\n * @param {Boolean} [options.dots = false]\n * @param {?Boolean} [options.indexes = false]\n *\n * @returns {Object}\n **/\n\n/**\n * It converts an object into a FormData object\n *\n * @param {Object} obj - The object to convert to form data.\n * @param {string} formData - The FormData object to append to.\n * @param {Object} options\n *\n * @returns\n */\nfunction toFormData(obj, formData, options) {\n if (!utils.isObject(obj)) {\n throw new TypeError('target must be an object');\n }\n\n // eslint-disable-next-line no-param-reassign\n formData = formData || new (PlatformFormData || FormData)();\n\n // eslint-disable-next-line no-param-reassign\n options = utils.toFlatObject(options, {\n metaTokens: true,\n dots: false,\n indexes: false\n }, false, function defined(option, source) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n return !utils.isUndefined(source[option]);\n });\n\n const metaTokens = options.metaTokens;\n // eslint-disable-next-line no-use-before-define\n const visitor = options.visitor || defaultVisitor;\n const dots = options.dots;\n const indexes = options.indexes;\n const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;\n const useBlob = _Blob && utils.isSpecCompliantForm(formData);\n\n if (!utils.isFunction(visitor)) {\n throw new TypeError('visitor must be a function');\n }\n\n function convertValue(value) {\n if (value === null) return '';\n\n if (utils.isDate(value)) {\n return value.toISOString();\n }\n\n if (!useBlob && utils.isBlob(value)) {\n throw new AxiosError('Blob is not supported. Use a Buffer instead.');\n }\n\n if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {\n return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);\n }\n\n return value;\n }\n\n /**\n * Default visitor.\n *\n * @param {*} value\n * @param {String|Number} key\n * @param {Array} path\n * @this {FormData}\n *\n * @returns {boolean} return true to visit the each prop of the value recursively\n */\n function defaultVisitor(value, key, path) {\n let arr = value;\n\n if (value && !path && typeof value === 'object') {\n if (utils.endsWith(key, '{}')) {\n // eslint-disable-next-line no-param-reassign\n key = metaTokens ? key : key.slice(0, -2);\n // eslint-disable-next-line no-param-reassign\n value = JSON.stringify(value);\n } else if (\n (utils.isArray(value) && isFlatArray(value)) ||\n ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value))\n )) {\n // eslint-disable-next-line no-param-reassign\n key = removeBrackets(key);\n\n arr.forEach(function each(el, index) {\n !(utils.isUndefined(el) || el === null) && formData.append(\n // eslint-disable-next-line no-nested-ternary\n indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),\n convertValue(el)\n );\n });\n return false;\n }\n }\n\n if (isVisitable(value)) {\n return true;\n }\n\n formData.append(renderKey(path, key, dots), convertValue(value));\n\n return false;\n }\n\n const stack = [];\n\n const exposedHelpers = Object.assign(predicates, {\n defaultVisitor,\n convertValue,\n isVisitable\n });\n\n function build(value, path) {\n if (utils.isUndefined(value)) return;\n\n if (stack.indexOf(value) !== -1) {\n throw Error('Circular reference detected in ' + path.join('.'));\n }\n\n stack.push(value);\n\n utils.forEach(value, function each(el, key) {\n const result = !(utils.isUndefined(el) || el === null) && visitor.call(\n formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers\n );\n\n if (result === true) {\n build(el, path ? path.concat(key) : [key]);\n }\n });\n\n stack.pop();\n }\n\n if (!utils.isObject(obj)) {\n throw new TypeError('data must be an object');\n }\n\n build(obj);\n\n return formData;\n}\n\nexport default toFormData;\n","'use strict';\n\nimport toFormData from './toFormData.js';\n\n/**\n * It encodes a string by replacing all characters that are not in the unreserved set with\n * their percent-encoded equivalents\n *\n * @param {string} str - The string to encode.\n *\n * @returns {string} The encoded string.\n */\nfunction encode(str) {\n const charMap = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+',\n '%00': '\\x00'\n };\n return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {\n return charMap[match];\n });\n}\n\n/**\n * It takes a params object and converts it to a FormData object\n *\n * @param {Object} params - The parameters to be converted to a FormData object.\n * @param {Object} options - The options object passed to the Axios constructor.\n *\n * @returns {void}\n */\nfunction AxiosURLSearchParams(params, options) {\n this._pairs = [];\n\n params && toFormData(params, this, options);\n}\n\nconst prototype = AxiosURLSearchParams.prototype;\n\nprototype.append = function append(name, value) {\n this._pairs.push([name, value]);\n};\n\nprototype.toString = function toString(encoder) {\n const _encode = encoder ? function(value) {\n return encoder.call(this, value, encode);\n } : encode;\n\n return this._pairs.map(function each(pair) {\n return _encode(pair[0]) + '=' + _encode(pair[1]);\n }, '').join('&');\n};\n\nexport default AxiosURLSearchParams;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';\n\n/**\n * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their\n * URI encoded counterparts\n *\n * @param {string} val The value to be encoded.\n *\n * @returns {string} The encoded value.\n */\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @param {?(object|Function)} options\n *\n * @returns {string} The formatted url\n */\nexport default function buildURL(url, params, options) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n \n const _encode = options && options.encode || encode;\n\n if (utils.isFunction(options)) {\n options = {\n serialize: options\n };\n } \n\n const serializeFn = options && options.serialize;\n\n let serializedParams;\n\n if (serializeFn) {\n serializedParams = serializeFn(params, options);\n } else {\n serializedParams = utils.isURLSearchParams(params) ?\n params.toString() :\n new AxiosURLSearchParams(params, options).toString(_encode);\n }\n\n if (serializedParams) {\n const hashmarkIndex = url.indexOf(\"#\");\n\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\nclass InterceptorManager {\n constructor() {\n this.handlers = [];\n }\n\n /**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\n use(fulfilled, rejected, options) {\n this.handlers.push({\n fulfilled,\n rejected,\n synchronous: options ? options.synchronous : false,\n runWhen: options ? options.runWhen : null\n });\n return this.handlers.length - 1;\n }\n\n /**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n *\n * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise\n */\n eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n }\n\n /**\n * Clear all interceptors from the stack\n *\n * @returns {void}\n */\n clear() {\n if (this.handlers) {\n this.handlers = [];\n }\n }\n\n /**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n *\n * @returns {void}\n */\n forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n }\n}\n\nexport default InterceptorManager;\n","'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};\n","import URLSearchParams from './classes/URLSearchParams.js'\nimport FormData from './classes/FormData.js'\nimport Blob from './classes/Blob.js'\n\nexport default {\n isBrowser: true,\n classes: {\n URLSearchParams,\n FormData,\n Blob\n },\n protocols: ['http', 'https', 'file', 'blob', 'url', 'data']\n};\n","'use strict';\n\nimport AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js';\nexport default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams;\n","'use strict';\n\nexport default typeof FormData !== 'undefined' ? FormData : null;\n","'use strict'\n\nexport default typeof Blob !== 'undefined' ? Blob : null\n","const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';\n\nconst _navigator = typeof navigator === 'object' && navigator || undefined;\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n *\n * @returns {boolean}\n */\nconst hasStandardBrowserEnv = hasBrowserEnv &&\n (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);\n\n/**\n * Determine if we're running in a standard browser webWorker environment\n *\n * Although the `isStandardBrowserEnv` method indicates that\n * `allows axios to run in a web worker`, the WebWorker will still be\n * filtered out due to its judgment standard\n * `typeof window !== 'undefined' && typeof document !== 'undefined'`.\n * This leads to a problem when axios post `FormData` in webWorker\n */\nconst hasStandardBrowserWebWorkerEnv = (() => {\n return (\n typeof WorkerGlobalScope !== 'undefined' &&\n // eslint-disable-next-line no-undef\n self instanceof WorkerGlobalScope &&\n typeof self.importScripts === 'function'\n );\n})();\n\nconst origin = hasBrowserEnv && window.location.href || 'http://localhost';\n\nexport {\n hasBrowserEnv,\n hasStandardBrowserWebWorkerEnv,\n hasStandardBrowserEnv,\n _navigator as navigator,\n origin\n}\n","import platform from './node/index.js';\nimport * as utils from './common/utils.js';\n\nexport default {\n ...utils,\n ...platform\n}\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']\n *\n * @param {string} name - The name of the property to get.\n *\n * @returns An array of strings.\n */\nfunction parsePropPath(name) {\n // foo[x][y][z]\n // foo.x.y.z\n // foo-x-y-z\n // foo x y z\n return utils.matchAll(/\\w+|\\[(\\w*)]/g, name).map(match => {\n return match[0] === '[]' ? '' : match[1] || match[0];\n });\n}\n\n/**\n * Convert an array to an object.\n *\n * @param {Array} arr - The array to convert to an object.\n *\n * @returns An object with the same keys and values as the array.\n */\nfunction arrayToObject(arr) {\n const obj = {};\n const keys = Object.keys(arr);\n let i;\n const len = keys.length;\n let key;\n for (i = 0; i < len; i++) {\n key = keys[i];\n obj[key] = arr[key];\n }\n return obj;\n}\n\n/**\n * It takes a FormData object and returns a JavaScript object\n *\n * @param {string} formData The FormData object to convert to JSON.\n *\n * @returns {Object | null} The converted object.\n */\nfunction formDataToJSON(formData) {\n function buildPath(path, value, target, index) {\n let name = path[index++];\n\n if (name === '__proto__') return true;\n\n const isNumericKey = Number.isFinite(+name);\n const isLast = index >= path.length;\n name = !name && utils.isArray(target) ? target.length : name;\n\n if (isLast) {\n if (utils.hasOwnProp(target, name)) {\n target[name] = [target[name], value];\n } else {\n target[name] = value;\n }\n\n return !isNumericKey;\n }\n\n if (!target[name] || !utils.isObject(target[name])) {\n target[name] = [];\n }\n\n const result = buildPath(path, value, target[name], index);\n\n if (result && utils.isArray(target[name])) {\n target[name] = arrayToObject(target[name]);\n }\n\n return !isNumericKey;\n }\n\n if (utils.isFormData(formData) && utils.isFunction(formData.entries)) {\n const obj = {};\n\n utils.forEachEntry(formData, (name, value) => {\n buildPath(parsePropPath(name), value, obj, 0);\n });\n\n return obj;\n }\n\n return null;\n}\n\nexport default formDataToJSON;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\nimport transitionalDefaults from './transitional.js';\nimport toFormData from '../helpers/toFormData.js';\nimport toURLEncodedForm from '../helpers/toURLEncodedForm.js';\nimport platform from '../platform/index.js';\nimport formDataToJSON from '../helpers/formDataToJSON.js';\n\n/**\n * It takes a string, tries to parse it, and if it fails, it returns the stringified version\n * of the input\n *\n * @param {any} rawValue - The value to be stringified.\n * @param {Function} parser - A function that parses a string into a JavaScript object.\n * @param {Function} encoder - A function that takes a value and returns a string.\n *\n * @returns {string} A stringified version of the rawValue.\n */\nfunction stringifySafely(rawValue, parser, encoder) {\n if (utils.isString(rawValue)) {\n try {\n (parser || JSON.parse)(rawValue);\n return utils.trim(rawValue);\n } catch (e) {\n if (e.name !== 'SyntaxError') {\n throw e;\n }\n }\n }\n\n return (encoder || JSON.stringify)(rawValue);\n}\n\nconst defaults = {\n\n transitional: transitionalDefaults,\n\n adapter: ['xhr', 'http', 'fetch'],\n\n transformRequest: [function transformRequest(data, headers) {\n const contentType = headers.getContentType() || '';\n const hasJSONContentType = contentType.indexOf('application/json') > -1;\n const isObjectPayload = utils.isObject(data);\n\n if (isObjectPayload && utils.isHTMLForm(data)) {\n data = new FormData(data);\n }\n\n const isFormData = utils.isFormData(data);\n\n if (isFormData) {\n return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;\n }\n\n if (utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data) ||\n utils.isReadableStream(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);\n return data.toString();\n }\n\n let isFileList;\n\n if (isObjectPayload) {\n if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {\n return toURLEncodedForm(data, this.formSerializer).toString();\n }\n\n if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {\n const _FormData = this.env && this.env.FormData;\n\n return toFormData(\n isFileList ? {'files[]': data} : data,\n _FormData && new _FormData(),\n this.formSerializer\n );\n }\n }\n\n if (isObjectPayload || hasJSONContentType ) {\n headers.setContentType('application/json', false);\n return stringifySafely(data);\n }\n\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n const transitional = this.transitional || defaults.transitional;\n const forcedJSONParsing = transitional && transitional.forcedJSONParsing;\n const JSONRequested = this.responseType === 'json';\n\n if (utils.isResponse(data) || utils.isReadableStream(data)) {\n return data;\n }\n\n if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {\n const silentJSONParsing = transitional && transitional.silentJSONParsing;\n const strictJSONParsing = !silentJSONParsing && JSONRequested;\n\n try {\n return JSON.parse(data);\n } catch (e) {\n if (strictJSONParsing) {\n if (e.name === 'SyntaxError') {\n throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);\n }\n throw e;\n }\n }\n }\n\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n env: {\n FormData: platform.classes.FormData,\n Blob: platform.classes.Blob\n },\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n },\n\n headers: {\n common: {\n 'Accept': 'application/json, text/plain, */*',\n 'Content-Type': undefined\n }\n }\n};\n\nutils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {\n defaults.headers[method] = {};\n});\n\nexport default defaults;\n","'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\n\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function(value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n// RawAxiosHeaders whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nconst ignoreDuplicateOf = utils.toObjectSet([\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n]);\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} rawHeaders Headers needing to be parsed\n *\n * @returns {Object} Headers parsed into an object\n */\nexport default rawHeaders => {\n const parsed = {};\n let key;\n let val;\n let i;\n\n rawHeaders && rawHeaders.split('\\n').forEach(function parser(line) {\n i = line.indexOf(':');\n key = line.substring(0, i).trim().toLowerCase();\n val = line.substring(i + 1).trim();\n\n if (!key || (parsed[key] && ignoreDuplicateOf[key])) {\n return;\n }\n\n if (key === 'set-cookie') {\n if (parsed[key]) {\n parsed[key].push(val);\n } else {\n parsed[key] = [val];\n }\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nimport utils from '../utils.js';\nimport parseHeaders from '../helpers/parseHeaders.js';\n\nconst $internals = Symbol('internals');\n\nfunction normalizeHeader(header) {\n return header && String(header).trim().toLowerCase();\n}\n\nfunction normalizeValue(value) {\n if (value === false || value == null) {\n return value;\n }\n\n return utils.isArray(value) ? value.map(normalizeValue) : String(value);\n}\n\nfunction parseTokens(str) {\n const tokens = Object.create(null);\n const tokensRE = /([^\\s,;=]+)\\s*(?:=\\s*([^,;]+))?/g;\n let match;\n\n while ((match = tokensRE.exec(str))) {\n tokens[match[1]] = match[2];\n }\n\n return tokens;\n}\n\nconst isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());\n\nfunction matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {\n if (utils.isFunction(filter)) {\n return filter.call(this, value, header);\n }\n\n if (isHeaderNameFilter) {\n value = header;\n }\n\n if (!utils.isString(value)) return;\n\n if (utils.isString(filter)) {\n return value.indexOf(filter) !== -1;\n }\n\n if (utils.isRegExp(filter)) {\n return filter.test(value);\n }\n}\n\nfunction formatHeader(header) {\n return header.trim()\n .toLowerCase().replace(/([a-z\\d])(\\w*)/g, (w, char, str) => {\n return char.toUpperCase() + str;\n });\n}\n\nfunction buildAccessors(obj, header) {\n const accessorName = utils.toCamelCase(' ' + header);\n\n ['get', 'set', 'has'].forEach(methodName => {\n Object.defineProperty(obj, methodName + accessorName, {\n value: function(arg1, arg2, arg3) {\n return this[methodName].call(this, header, arg1, arg2, arg3);\n },\n configurable: true\n });\n });\n}\n\nclass AxiosHeaders {\n constructor(headers) {\n headers && this.set(headers);\n }\n\n set(header, valueOrRewrite, rewrite) {\n const self = this;\n\n function setHeader(_value, _header, _rewrite) {\n const lHeader = normalizeHeader(_header);\n\n if (!lHeader) {\n throw new Error('header name must be a non-empty string');\n }\n\n const key = utils.findKey(self, lHeader);\n\n if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {\n self[key || _header] = normalizeValue(_value);\n }\n }\n\n const setHeaders = (headers, _rewrite) =>\n utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));\n\n if (utils.isPlainObject(header) || header instanceof this.constructor) {\n setHeaders(header, valueOrRewrite)\n } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {\n setHeaders(parseHeaders(header), valueOrRewrite);\n } else if (utils.isHeaders(header)) {\n for (const [key, value] of header.entries()) {\n setHeader(value, key, rewrite);\n }\n } else {\n header != null && setHeader(valueOrRewrite, header, rewrite);\n }\n\n return this;\n }\n\n get(header, parser) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n if (key) {\n const value = this[key];\n\n if (!parser) {\n return value;\n }\n\n if (parser === true) {\n return parseTokens(value);\n }\n\n if (utils.isFunction(parser)) {\n return parser.call(this, value, key);\n }\n\n if (utils.isRegExp(parser)) {\n return parser.exec(value);\n }\n\n throw new TypeError('parser must be boolean|regexp|function');\n }\n }\n }\n\n has(header, matcher) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));\n }\n\n return false;\n }\n\n delete(header, matcher) {\n const self = this;\n let deleted = false;\n\n function deleteHeader(_header) {\n _header = normalizeHeader(_header);\n\n if (_header) {\n const key = utils.findKey(self, _header);\n\n if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {\n delete self[key];\n\n deleted = true;\n }\n }\n }\n\n if (utils.isArray(header)) {\n header.forEach(deleteHeader);\n } else {\n deleteHeader(header);\n }\n\n return deleted;\n }\n\n clear(matcher) {\n const keys = Object.keys(this);\n let i = keys.length;\n let deleted = false;\n\n while (i--) {\n const key = keys[i];\n if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {\n delete this[key];\n deleted = true;\n }\n }\n\n return deleted;\n }\n\n normalize(format) {\n const self = this;\n const headers = {};\n\n utils.forEach(this, (value, header) => {\n const key = utils.findKey(headers, header);\n\n if (key) {\n self[key] = normalizeValue(value);\n delete self[header];\n return;\n }\n\n const normalized = format ? formatHeader(header) : String(header).trim();\n\n if (normalized !== header) {\n delete self[header];\n }\n\n self[normalized] = normalizeValue(value);\n\n headers[normalized] = true;\n });\n\n return this;\n }\n\n concat(...targets) {\n return this.constructor.concat(this, ...targets);\n }\n\n toJSON(asStrings) {\n const obj = Object.create(null);\n\n utils.forEach(this, (value, header) => {\n value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);\n });\n\n return obj;\n }\n\n [Symbol.iterator]() {\n return Object.entries(this.toJSON())[Symbol.iterator]();\n }\n\n toString() {\n return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\\n');\n }\n\n get [Symbol.toStringTag]() {\n return 'AxiosHeaders';\n }\n\n static from(thing) {\n return thing instanceof this ? thing : new this(thing);\n }\n\n static concat(first, ...targets) {\n const computed = new this(first);\n\n targets.forEach((target) => computed.set(target));\n\n return computed;\n }\n\n static accessor(header) {\n const internals = this[$internals] = (this[$internals] = {\n accessors: {}\n });\n\n const accessors = internals.accessors;\n const prototype = this.prototype;\n\n function defineAccessor(_header) {\n const lHeader = normalizeHeader(_header);\n\n if (!accessors[lHeader]) {\n buildAccessors(prototype, _header);\n accessors[lHeader] = true;\n }\n }\n\n utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);\n\n return this;\n }\n}\n\nAxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);\n\n// reserved names hotfix\nutils.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {\n let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`\n return {\n get: () => value,\n set(headerValue) {\n this[mapped] = headerValue;\n }\n }\n});\n\nutils.freezeMethods(AxiosHeaders);\n\nexport default AxiosHeaders;\n","'use strict';\n\nimport utils from './../utils.js';\nimport defaults from '../defaults/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Array|Function} fns A single function or Array of functions\n * @param {?Object} response The response object\n *\n * @returns {*} The resulting transformed data\n */\nexport default function transformData(fns, response) {\n const config = this || defaults;\n const context = response || config;\n const headers = AxiosHeaders.from(context.headers);\n let data = context.data;\n\n utils.forEach(fns, function transform(fn) {\n data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);\n });\n\n headers.normalize();\n\n return data;\n}\n","'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}\n","'use strict';\n\nimport AxiosError from '../core/AxiosError.js';\nimport utils from '../utils.js';\n\n/**\n * A `CanceledError` is an object that is thrown when an operation is canceled.\n *\n * @param {string=} message The message.\n * @param {Object=} config The config.\n * @param {Object=} request The request.\n *\n * @returns {CanceledError} The created error.\n */\nfunction CanceledError(message, config, request) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);\n this.name = 'CanceledError';\n}\n\nutils.inherits(CanceledError, AxiosError, {\n __CANCEL__: true\n});\n\nexport default CanceledError;\n","'use strict';\n\nimport AxiosError from './AxiosError.js';\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n *\n * @returns {object} The response.\n */\nexport default function settle(resolve, reject, response) {\n const validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(new AxiosError(\n 'Request failed with status code ' + response.status,\n [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],\n response.config,\n response.request,\n response\n ));\n }\n}\n","import speedometer from \"./speedometer.js\";\nimport throttle from \"./throttle.js\";\nimport utils from \"../utils.js\";\n\nexport const progressEventReducer = (listener, isDownloadStream, freq = 3) => {\n let bytesNotified = 0;\n const _speedometer = speedometer(50, 250);\n\n return throttle(e => {\n const loaded = e.loaded;\n const total = e.lengthComputable ? e.total : undefined;\n const progressBytes = loaded - bytesNotified;\n const rate = _speedometer(progressBytes);\n const inRange = loaded <= total;\n\n bytesNotified = loaded;\n\n const data = {\n loaded,\n total,\n progress: total ? (loaded / total) : undefined,\n bytes: progressBytes,\n rate: rate ? rate : undefined,\n estimated: rate && total && inRange ? (total - loaded) / rate : undefined,\n event: e,\n lengthComputable: total != null,\n [isDownloadStream ? 'download' : 'upload']: true\n };\n\n listener(data);\n }, freq);\n}\n\nexport const progressEventDecorator = (total, throttled) => {\n const lengthComputable = total != null;\n\n return [(loaded) => throttled[0]({\n lengthComputable,\n total,\n loaded\n }), throttled[1]];\n}\n\nexport const asyncDecorator = (fn) => (...args) => utils.asap(() => fn(...args));\n","'use strict';\n\n/**\n * Calculate data maxRate\n * @param {Number} [samplesCount= 10]\n * @param {Number} [min= 1000]\n * @returns {Function}\n */\nfunction speedometer(samplesCount, min) {\n samplesCount = samplesCount || 10;\n const bytes = new Array(samplesCount);\n const timestamps = new Array(samplesCount);\n let head = 0;\n let tail = 0;\n let firstSampleTS;\n\n min = min !== undefined ? min : 1000;\n\n return function push(chunkLength) {\n const now = Date.now();\n\n const startedAt = timestamps[tail];\n\n if (!firstSampleTS) {\n firstSampleTS = now;\n }\n\n bytes[head] = chunkLength;\n timestamps[head] = now;\n\n let i = tail;\n let bytesCount = 0;\n\n while (i !== head) {\n bytesCount += bytes[i++];\n i = i % samplesCount;\n }\n\n head = (head + 1) % samplesCount;\n\n if (head === tail) {\n tail = (tail + 1) % samplesCount;\n }\n\n if (now - firstSampleTS < min) {\n return;\n }\n\n const passed = startedAt && now - startedAt;\n\n return passed ? Math.round(bytesCount * 1000 / passed) : undefined;\n };\n}\n\nexport default speedometer;\n","/**\n * Throttle decorator\n * @param {Function} fn\n * @param {Number} freq\n * @return {Function}\n */\nfunction throttle(fn, freq) {\n let timestamp = 0;\n let threshold = 1000 / freq;\n let lastArgs;\n let timer;\n\n const invoke = (args, now = Date.now()) => {\n timestamp = now;\n lastArgs = null;\n if (timer) {\n clearTimeout(timer);\n timer = null;\n }\n fn.apply(null, args);\n }\n\n const throttled = (...args) => {\n const now = Date.now();\n const passed = now - timestamp;\n if ( passed >= threshold) {\n invoke(args, now);\n } else {\n lastArgs = args;\n if (!timer) {\n timer = setTimeout(() => {\n timer = null;\n invoke(lastArgs)\n }, threshold - passed);\n }\n }\n }\n\n const flush = () => lastArgs && invoke(lastArgs);\n\n return [throttled, flush];\n}\n\nexport default throttle;\n","import platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => {\n url = new URL(url, platform.origin);\n\n return (\n origin.protocol === url.protocol &&\n origin.host === url.host &&\n (isMSIE || origin.port === url.port)\n );\n})(\n new URL(platform.origin),\n platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)\n) : () => true;\n","import utils from './../utils.js';\nimport platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ?\n\n // Standard browser envs support document.cookie\n {\n write(name, value, expires, path, domain, secure) {\n const cookie = [name + '=' + encodeURIComponent(value)];\n\n utils.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());\n\n utils.isString(path) && cookie.push('path=' + path);\n\n utils.isString(domain) && cookie.push('domain=' + domain);\n\n secure === true && cookie.push('secure');\n\n document.cookie = cookie.join('; ');\n },\n\n read(name) {\n const match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n }\n\n :\n\n // Non-standard browser env (web workers, react-native) lack needed support.\n {\n write() {},\n read() {\n return null;\n },\n remove() {}\n };\n\n","'use strict';\n\nimport isAbsoluteURL from '../helpers/isAbsoluteURL.js';\nimport combineURLs from '../helpers/combineURLs.js';\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n *\n * @returns {string} The combined full path\n */\nexport default function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {\n let isRelativeUrl = !isAbsoluteURL(requestedURL);\n if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n}\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n *\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nexport default function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(url);\n}\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n *\n * @returns {string} The combined URL\n */\nexport default function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/?\\/$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosHeaders from \"./AxiosHeaders.js\";\n\nconst headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n *\n * @returns {Object} New object resulting from merging config2 to config1\n */\nexport default function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n const config = {};\n\n function getMergedValue(target, source, prop, caseless) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge.call({caseless}, target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDeepProperties(a, b, prop , caseless) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(a, b, prop , caseless);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a, prop , caseless);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function valueFromConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function defaultToConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDirectKeys(a, b, prop) {\n if (prop in config2) {\n return getMergedValue(a, b);\n } else if (prop in config1) {\n return getMergedValue(undefined, a);\n }\n }\n\n const mergeMap = {\n url: valueFromConfig2,\n method: valueFromConfig2,\n data: valueFromConfig2,\n baseURL: defaultToConfig2,\n transformRequest: defaultToConfig2,\n transformResponse: defaultToConfig2,\n paramsSerializer: defaultToConfig2,\n timeout: defaultToConfig2,\n timeoutMessage: defaultToConfig2,\n withCredentials: defaultToConfig2,\n withXSRFToken: defaultToConfig2,\n adapter: defaultToConfig2,\n responseType: defaultToConfig2,\n xsrfCookieName: defaultToConfig2,\n xsrfHeaderName: defaultToConfig2,\n onUploadProgress: defaultToConfig2,\n onDownloadProgress: defaultToConfig2,\n decompress: defaultToConfig2,\n maxContentLength: defaultToConfig2,\n maxBodyLength: defaultToConfig2,\n beforeRedirect: defaultToConfig2,\n transport: defaultToConfig2,\n httpAgent: defaultToConfig2,\n httpsAgent: defaultToConfig2,\n cancelToken: defaultToConfig2,\n socketPath: defaultToConfig2,\n responseEncoding: defaultToConfig2,\n validateStatus: mergeDirectKeys,\n headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)\n };\n\n utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {\n const merge = mergeMap[prop] || mergeDeepProperties;\n const configValue = merge(config1[prop], config2[prop], prop);\n (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);\n });\n\n return config;\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport isURLSameOrigin from \"./isURLSameOrigin.js\";\nimport cookies from \"./cookies.js\";\nimport buildFullPath from \"../core/buildFullPath.js\";\nimport mergeConfig from \"../core/mergeConfig.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport buildURL from \"./buildURL.js\";\n\nexport default (config) => {\n const newConfig = mergeConfig({}, config);\n\n let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig;\n\n newConfig.headers = headers = AxiosHeaders.from(headers);\n\n newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);\n\n // HTTP basic authentication\n if (auth) {\n headers.set('Authorization', 'Basic ' +\n btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))\n );\n }\n\n let contentType;\n\n if (utils.isFormData(data)) {\n if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {\n headers.setContentType(undefined); // Let the browser set it\n } else if ((contentType = headers.getContentType()) !== false) {\n // fix semicolon duplication issue for ReactNative FormData implementation\n const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];\n headers.setContentType([type || 'multipart/form-data', ...tokens].join('; '));\n }\n }\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n\n if (platform.hasStandardBrowserEnv) {\n withXSRFToken && utils.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));\n\n if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) {\n // Add xsrf header\n const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);\n\n if (xsrfValue) {\n headers.set(xsrfHeaderName, xsrfValue);\n }\n }\n }\n\n return newConfig;\n}\n\n","import utils from './../utils.js';\nimport settle from './../core/settle.js';\nimport transitionalDefaults from '../defaults/transitional.js';\nimport AxiosError from '../core/AxiosError.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport parseProtocol from '../helpers/parseProtocol.js';\nimport platform from '../platform/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport {progressEventReducer} from '../helpers/progressEventReducer.js';\nimport resolveConfig from \"../helpers/resolveConfig.js\";\n\nconst isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';\n\nexport default isXHRAdapterSupported && function (config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n const _config = resolveConfig(config);\n let requestData = _config.data;\n const requestHeaders = AxiosHeaders.from(_config.headers).normalize();\n let {responseType, onUploadProgress, onDownloadProgress} = _config;\n let onCanceled;\n let uploadThrottled, downloadThrottled;\n let flushUpload, flushDownload;\n\n function done() {\n flushUpload && flushUpload(); // flush events\n flushDownload && flushDownload(); // flush events\n\n _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);\n\n _config.signal && _config.signal.removeEventListener('abort', onCanceled);\n }\n\n let request = new XMLHttpRequest();\n\n request.open(_config.method.toUpperCase(), _config.url, true);\n\n // Set the request timeout in MS\n request.timeout = _config.timeout;\n\n function onloadend() {\n if (!request) {\n return;\n }\n // Prepare the response\n const responseHeaders = AxiosHeaders.from(\n 'getAllResponseHeaders' in request && request.getAllResponseHeaders()\n );\n const responseData = !responseType || responseType === 'text' || responseType === 'json' ?\n request.responseText : request.response;\n const response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config,\n request\n };\n\n settle(function _resolve(value) {\n resolve(value);\n done();\n }, function _reject(err) {\n reject(err);\n done();\n }, response);\n\n // Clean up request\n request = null;\n }\n\n if ('onloadend' in request) {\n // Use onloadend if available\n request.onloadend = onloadend;\n } else {\n // Listen for ready state to emulate onloadend\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n // readystate handler is calling before onerror or ontimeout handlers,\n // so we should call onloadend on the next 'tick'\n setTimeout(onloadend);\n };\n }\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';\n const transitional = _config.transitional || transitionalDefaults;\n if (_config.timeoutErrorMessage) {\n timeoutErrorMessage = _config.timeoutErrorMessage;\n }\n reject(new AxiosError(\n timeoutErrorMessage,\n transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,\n config,\n request));\n\n // Clean up request\n request = null;\n };\n\n // Remove Content-Type if data is undefined\n requestData === undefined && requestHeaders.setContentType(null);\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {\n request.setRequestHeader(key, val);\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(_config.withCredentials)) {\n request.withCredentials = !!_config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (responseType && responseType !== 'json') {\n request.responseType = _config.responseType;\n }\n\n // Handle progress if needed\n if (onDownloadProgress) {\n ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true));\n request.addEventListener('progress', downloadThrottled);\n }\n\n // Not all browsers support upload events\n if (onUploadProgress && request.upload) {\n ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));\n\n request.upload.addEventListener('progress', uploadThrottled);\n\n request.upload.addEventListener('loadend', flushUpload);\n }\n\n if (_config.cancelToken || _config.signal) {\n // Handle cancellation\n // eslint-disable-next-line func-names\n onCanceled = cancel => {\n if (!request) {\n return;\n }\n reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);\n request.abort();\n request = null;\n };\n\n _config.cancelToken && _config.cancelToken.subscribe(onCanceled);\n if (_config.signal) {\n _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);\n }\n }\n\n const protocol = parseProtocol(_config.url);\n\n if (protocol && platform.protocols.indexOf(protocol) === -1) {\n reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));\n return;\n }\n\n\n // Send the request\n request.send(requestData || null);\n });\n}\n","'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}\n","import CanceledError from \"../cancel/CanceledError.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport utils from '../utils.js';\n\nconst composeSignals = (signals, timeout) => {\n const {length} = (signals = signals ? signals.filter(Boolean) : []);\n\n if (timeout || length) {\n let controller = new AbortController();\n\n let aborted;\n\n const onabort = function (reason) {\n if (!aborted) {\n aborted = true;\n unsubscribe();\n const err = reason instanceof Error ? reason : this.reason;\n controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));\n }\n }\n\n let timer = timeout && setTimeout(() => {\n timer = null;\n onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT))\n }, timeout)\n\n const unsubscribe = () => {\n if (signals) {\n timer && clearTimeout(timer);\n timer = null;\n signals.forEach(signal => {\n signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);\n });\n signals = null;\n }\n }\n\n signals.forEach((signal) => signal.addEventListener('abort', onabort));\n\n const {signal} = controller;\n\n signal.unsubscribe = () => utils.asap(unsubscribe);\n\n return signal;\n }\n}\n\nexport default composeSignals;\n","\nexport const streamChunk = function* (chunk, chunkSize) {\n let len = chunk.byteLength;\n\n if (!chunkSize || len < chunkSize) {\n yield chunk;\n return;\n }\n\n let pos = 0;\n let end;\n\n while (pos < len) {\n end = pos + chunkSize;\n yield chunk.slice(pos, end);\n pos = end;\n }\n}\n\nexport const readBytes = async function* (iterable, chunkSize) {\n for await (const chunk of readStream(iterable)) {\n yield* streamChunk(chunk, chunkSize);\n }\n}\n\nconst readStream = async function* (stream) {\n if (stream[Symbol.asyncIterator]) {\n yield* stream;\n return;\n }\n\n const reader = stream.getReader();\n try {\n for (;;) {\n const {done, value} = await reader.read();\n if (done) {\n break;\n }\n yield value;\n }\n } finally {\n await reader.cancel();\n }\n}\n\nexport const trackStream = (stream, chunkSize, onProgress, onFinish) => {\n const iterator = readBytes(stream, chunkSize);\n\n let bytes = 0;\n let done;\n let _onFinish = (e) => {\n if (!done) {\n done = true;\n onFinish && onFinish(e);\n }\n }\n\n return new ReadableStream({\n async pull(controller) {\n try {\n const {done, value} = await iterator.next();\n\n if (done) {\n _onFinish();\n controller.close();\n return;\n }\n\n let len = value.byteLength;\n if (onProgress) {\n let loadedBytes = bytes += len;\n onProgress(loadedBytes);\n }\n controller.enqueue(new Uint8Array(value));\n } catch (err) {\n _onFinish(err);\n throw err;\n }\n },\n cancel(reason) {\n _onFinish(reason);\n return iterator.return();\n }\n }, {\n highWaterMark: 2\n })\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport composeSignals from \"../helpers/composeSignals.js\";\nimport {trackStream} from \"../helpers/trackStream.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport {progressEventReducer, progressEventDecorator, asyncDecorator} from \"../helpers/progressEventReducer.js\";\nimport resolveConfig from \"../helpers/resolveConfig.js\";\nimport settle from \"../core/settle.js\";\n\nconst isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function';\nconst isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function';\n\n// used only inside the fetch adapter\nconst encodeText = isFetchSupported && (typeof TextEncoder === 'function' ?\n ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) :\n async (str) => new Uint8Array(await new Response(str).arrayBuffer())\n);\n\nconst test = (fn, ...args) => {\n try {\n return !!fn(...args);\n } catch (e) {\n return false\n }\n}\n\nconst supportsRequestStream = isReadableStreamSupported && test(() => {\n let duplexAccessed = false;\n\n const hasContentType = new Request(platform.origin, {\n body: new ReadableStream(),\n method: 'POST',\n get duplex() {\n duplexAccessed = true;\n return 'half';\n },\n }).headers.has('Content-Type');\n\n return duplexAccessed && !hasContentType;\n});\n\nconst DEFAULT_CHUNK_SIZE = 64 * 1024;\n\nconst supportsResponseStream = isReadableStreamSupported &&\n test(() => utils.isReadableStream(new Response('').body));\n\n\nconst resolvers = {\n stream: supportsResponseStream && ((res) => res.body)\n};\n\nisFetchSupported && (((res) => {\n ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => {\n !resolvers[type] && (resolvers[type] = utils.isFunction(res[type]) ? (res) => res[type]() :\n (_, config) => {\n throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);\n })\n });\n})(new Response));\n\nconst getBodyLength = async (body) => {\n if (body == null) {\n return 0;\n }\n\n if(utils.isBlob(body)) {\n return body.size;\n }\n\n if(utils.isSpecCompliantForm(body)) {\n const _request = new Request(platform.origin, {\n method: 'POST',\n body,\n });\n return (await _request.arrayBuffer()).byteLength;\n }\n\n if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) {\n return body.byteLength;\n }\n\n if(utils.isURLSearchParams(body)) {\n body = body + '';\n }\n\n if(utils.isString(body)) {\n return (await encodeText(body)).byteLength;\n }\n}\n\nconst resolveBodyLength = async (headers, body) => {\n const length = utils.toFiniteNumber(headers.getContentLength());\n\n return length == null ? getBodyLength(body) : length;\n}\n\nexport default isFetchSupported && (async (config) => {\n let {\n url,\n method,\n data,\n signal,\n cancelToken,\n timeout,\n onDownloadProgress,\n onUploadProgress,\n responseType,\n headers,\n withCredentials = 'same-origin',\n fetchOptions\n } = resolveConfig(config);\n\n responseType = responseType ? (responseType + '').toLowerCase() : 'text';\n\n let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);\n\n let request;\n\n const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {\n composedSignal.unsubscribe();\n });\n\n let requestContentLength;\n\n try {\n if (\n onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' &&\n (requestContentLength = await resolveBodyLength(headers, data)) !== 0\n ) {\n let _request = new Request(url, {\n method: 'POST',\n body: data,\n duplex: \"half\"\n });\n\n let contentTypeHeader;\n\n if (utils.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {\n headers.setContentType(contentTypeHeader)\n }\n\n if (_request.body) {\n const [onProgress, flush] = progressEventDecorator(\n requestContentLength,\n progressEventReducer(asyncDecorator(onUploadProgress))\n );\n\n data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);\n }\n }\n\n if (!utils.isString(withCredentials)) {\n withCredentials = withCredentials ? 'include' : 'omit';\n }\n\n // Cloudflare Workers throws when credentials are defined\n // see https://github.com/cloudflare/workerd/issues/902\n const isCredentialsSupported = \"credentials\" in Request.prototype;\n request = new Request(url, {\n ...fetchOptions,\n signal: composedSignal,\n method: method.toUpperCase(),\n headers: headers.normalize().toJSON(),\n body: data,\n duplex: \"half\",\n credentials: isCredentialsSupported ? withCredentials : undefined\n });\n\n let response = await fetch(request);\n\n const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');\n\n if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {\n const options = {};\n\n ['status', 'statusText', 'headers'].forEach(prop => {\n options[prop] = response[prop];\n });\n\n const responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));\n\n const [onProgress, flush] = onDownloadProgress && progressEventDecorator(\n responseContentLength,\n progressEventReducer(asyncDecorator(onDownloadProgress), true)\n ) || [];\n\n response = new Response(\n trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {\n flush && flush();\n unsubscribe && unsubscribe();\n }),\n options\n );\n }\n\n responseType = responseType || 'text';\n\n let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config);\n\n !isStreamResponse && unsubscribe && unsubscribe();\n\n return await new Promise((resolve, reject) => {\n settle(resolve, reject, {\n data: responseData,\n headers: AxiosHeaders.from(response.headers),\n status: response.status,\n statusText: response.statusText,\n config,\n request\n })\n })\n } catch (err) {\n unsubscribe && unsubscribe();\n\n if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) {\n throw Object.assign(\n new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request),\n {\n cause: err.cause || err\n }\n )\n }\n\n throw AxiosError.from(err, err && err.code, config, request);\n }\n});\n\n\n","import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport fetchAdapter from './fetch.js';\nimport AxiosError from \"../core/AxiosError.js\";\n\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: fetchAdapter\n}\n\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', {value});\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', {value});\n }\n});\n\nconst renderReason = (reason) => `- ${reason}`;\n\nconst isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;\n\nexport default {\n getAdapter: (adapters) => {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const {length} = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n\n const reasons = Object.entries(rejectedReasons)\n .map(([id, state]) => `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length ?\n (reasons.length > 1 ? 'since :\\n' + reasons.map(renderReason).join('\\n') : ' ' + renderReason(reasons[0])) :\n 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n },\n adapters: knownAdapters\n}\n","// eslint-disable-next-line strict\nexport default null;\n","'use strict';\n\nimport transformData from './transformData.js';\nimport isCancel from '../cancel/isCancel.js';\nimport defaults from '../defaults/index.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport adapters from \"../adapters/adapters.js\";\n\n/**\n * Throws a `CanceledError` if cancellation has been requested.\n *\n * @param {Object} config The config that is to be used for the request\n *\n * @returns {void}\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n\n if (config.signal && config.signal.aborted) {\n throw new CanceledError(null, config);\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n *\n * @returns {Promise} The Promise to be fulfilled\n */\nexport default function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n config.headers = AxiosHeaders.from(config.headers);\n\n // Transform request data\n config.data = transformData.call(\n config,\n config.transformRequest\n );\n\n if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {\n config.headers.setContentType('application/x-www-form-urlencoded', false);\n }\n\n const adapter = adapters.getAdapter(config.adapter || defaults.adapter);\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData.call(\n config,\n config.transformResponse,\n response\n );\n\n response.headers = AxiosHeaders.from(response.headers);\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData.call(\n config,\n config.transformResponse,\n reason.response\n );\n reason.response.headers = AxiosHeaders.from(reason.response.headers);\n }\n }\n\n return Promise.reject(reason);\n });\n}\n","export const VERSION = \"1.8.4\";","'use strict';\n\nimport {VERSION} from '../env/data.js';\nimport AxiosError from '../core/AxiosError.js';\n\nconst validators = {};\n\n// eslint-disable-next-line func-names\n['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {\n validators[type] = function validator(thing) {\n return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;\n };\n});\n\nconst deprecatedWarnings = {};\n\n/**\n * Transitional option validator\n *\n * @param {function|boolean?} validator - set to false if the transitional option has been removed\n * @param {string?} version - deprecated version / removed since version\n * @param {string?} message - some message with additional info\n *\n * @returns {function}\n */\nvalidators.transitional = function transitional(validator, version, message) {\n function formatMessage(opt, desc) {\n return '[Axios v' + VERSION + '] Transitional option \\'' + opt + '\\'' + desc + (message ? '. ' + message : '');\n }\n\n // eslint-disable-next-line func-names\n return (value, opt, opts) => {\n if (validator === false) {\n throw new AxiosError(\n formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),\n AxiosError.ERR_DEPRECATED\n );\n }\n\n if (version && !deprecatedWarnings[opt]) {\n deprecatedWarnings[opt] = true;\n // eslint-disable-next-line no-console\n console.warn(\n formatMessage(\n opt,\n ' has been deprecated since v' + version + ' and will be removed in the near future'\n )\n );\n }\n\n return validator ? validator(value, opt, opts) : true;\n };\n};\n\nvalidators.spelling = function spelling(correctSpelling) {\n return (value, opt) => {\n // eslint-disable-next-line no-console\n console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);\n return true;\n }\n};\n\n/**\n * Assert object's properties type\n *\n * @param {object} options\n * @param {object} schema\n * @param {boolean?} allowUnknown\n *\n * @returns {object}\n */\n\nfunction assertOptions(options, schema, allowUnknown) {\n if (typeof options !== 'object') {\n throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);\n }\n const keys = Object.keys(options);\n let i = keys.length;\n while (i-- > 0) {\n const opt = keys[i];\n const validator = schema[opt];\n if (validator) {\n const value = options[opt];\n const result = value === undefined || validator(value, opt, options);\n if (result !== true) {\n throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);\n }\n continue;\n }\n if (allowUnknown !== true) {\n throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);\n }\n }\n}\n\nexport default {\n assertOptions,\n validators\n};\n","'use strict';\n\nimport utils from './../utils.js';\nimport buildURL from '../helpers/buildURL.js';\nimport InterceptorManager from './InterceptorManager.js';\nimport dispatchRequest from './dispatchRequest.js';\nimport mergeConfig from './mergeConfig.js';\nimport buildFullPath from './buildFullPath.js';\nimport validator from '../helpers/validator.js';\nimport AxiosHeaders from './AxiosHeaders.js';\n\nconst validators = validator.validators;\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n *\n * @return {Axios} A new instance of Axios\n */\nclass Axios {\n constructor(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n }\n\n /**\n * Dispatch a request\n *\n * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)\n * @param {?Object} config\n *\n * @returns {Promise} The Promise to be fulfilled\n */\n async request(configOrUrl, config) {\n try {\n return await this._request(configOrUrl, config);\n } catch (err) {\n if (err instanceof Error) {\n let dummy = {};\n\n Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());\n\n // slice off the Error: ... line\n const stack = dummy.stack ? dummy.stack.replace(/^.+\\n/, '') : '';\n try {\n if (!err.stack) {\n err.stack = stack;\n // match without the 2 top stack lines\n } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\\n.+\\n/, ''))) {\n err.stack += '\\n' + stack\n }\n } catch (e) {\n // ignore the case where \"stack\" is an un-writable property\n }\n }\n\n throw err;\n }\n }\n\n _request(configOrUrl, config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof configOrUrl === 'string') {\n config = config || {};\n config.url = configOrUrl;\n } else {\n config = configOrUrl || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n const {transitional, paramsSerializer, headers} = config;\n\n if (transitional !== undefined) {\n validator.assertOptions(transitional, {\n silentJSONParsing: validators.transitional(validators.boolean),\n forcedJSONParsing: validators.transitional(validators.boolean),\n clarifyTimeoutError: validators.transitional(validators.boolean)\n }, false);\n }\n\n if (paramsSerializer != null) {\n if (utils.isFunction(paramsSerializer)) {\n config.paramsSerializer = {\n serialize: paramsSerializer\n }\n } else {\n validator.assertOptions(paramsSerializer, {\n encode: validators.function,\n serialize: validators.function\n }, true);\n }\n }\n\n // Set config.allowAbsoluteUrls\n if (config.allowAbsoluteUrls !== undefined) {\n // do nothing\n } else if (this.defaults.allowAbsoluteUrls !== undefined) {\n config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;\n } else {\n config.allowAbsoluteUrls = true;\n }\n\n validator.assertOptions(config, {\n baseUrl: validators.spelling('baseURL'),\n withXsrfToken: validators.spelling('withXSRFToken')\n }, true);\n\n // Set config.method\n config.method = (config.method || this.defaults.method || 'get').toLowerCase();\n\n // Flatten headers\n let contextHeaders = headers && utils.merge(\n headers.common,\n headers[config.method]\n );\n\n headers && utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n (method) => {\n delete headers[method];\n }\n );\n\n config.headers = AxiosHeaders.concat(contextHeaders, headers);\n\n // filter out skipped interceptors\n const requestInterceptorChain = [];\n let synchronousRequestInterceptors = true;\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {\n return;\n }\n\n synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;\n\n requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n const responseInterceptorChain = [];\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n let promise;\n let i = 0;\n let len;\n\n if (!synchronousRequestInterceptors) {\n const chain = [dispatchRequest.bind(this), undefined];\n chain.unshift.apply(chain, requestInterceptorChain);\n chain.push.apply(chain, responseInterceptorChain);\n len = chain.length;\n\n promise = Promise.resolve(config);\n\n while (i < len) {\n promise = promise.then(chain[i++], chain[i++]);\n }\n\n return promise;\n }\n\n len = requestInterceptorChain.length;\n\n let newConfig = config;\n\n i = 0;\n\n while (i < len) {\n const onFulfilled = requestInterceptorChain[i++];\n const onRejected = requestInterceptorChain[i++];\n try {\n newConfig = onFulfilled(newConfig);\n } catch (error) {\n onRejected.call(this, error);\n break;\n }\n }\n\n try {\n promise = dispatchRequest.call(this, newConfig);\n } catch (error) {\n return Promise.reject(error);\n }\n\n i = 0;\n len = responseInterceptorChain.length;\n\n while (i < len) {\n promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);\n }\n\n return promise;\n }\n\n getUri(config) {\n config = mergeConfig(this.defaults, config);\n const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\n return buildURL(fullPath, config.params, config.paramsSerializer);\n }\n}\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n\n function generateHTTPMethod(isForm) {\n return function httpMethod(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n headers: isForm ? {\n 'Content-Type': 'multipart/form-data'\n } : {},\n url,\n data\n }));\n };\n }\n\n Axios.prototype[method] = generateHTTPMethod();\n\n Axios.prototype[method + 'Form'] = generateHTTPMethod(true);\n});\n\nexport default Axios;\n","'use strict';\n\nimport CanceledError from './CanceledError.js';\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @param {Function} executor The executor function.\n *\n * @returns {CancelToken}\n */\nclass CancelToken {\n constructor(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n let resolvePromise;\n\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n const token = this;\n\n // eslint-disable-next-line func-names\n this.promise.then(cancel => {\n if (!token._listeners) return;\n\n let i = token._listeners.length;\n\n while (i-- > 0) {\n token._listeners[i](cancel);\n }\n token._listeners = null;\n });\n\n // eslint-disable-next-line func-names\n this.promise.then = onfulfilled => {\n let _resolve;\n // eslint-disable-next-line func-names\n const promise = new Promise(resolve => {\n token.subscribe(resolve);\n _resolve = resolve;\n }).then(onfulfilled);\n\n promise.cancel = function reject() {\n token.unsubscribe(_resolve);\n };\n\n return promise;\n };\n\n executor(function cancel(message, config, request) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new CanceledError(message, config, request);\n resolvePromise(token.reason);\n });\n }\n\n /**\n * Throws a `CanceledError` if cancellation has been requested.\n */\n throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n }\n\n /**\n * Subscribe to the cancel signal\n */\n\n subscribe(listener) {\n if (this.reason) {\n listener(this.reason);\n return;\n }\n\n if (this._listeners) {\n this._listeners.push(listener);\n } else {\n this._listeners = [listener];\n }\n }\n\n /**\n * Unsubscribe from the cancel signal\n */\n\n unsubscribe(listener) {\n if (!this._listeners) {\n return;\n }\n const index = this._listeners.indexOf(listener);\n if (index !== -1) {\n this._listeners.splice(index, 1);\n }\n }\n\n toAbortSignal() {\n const controller = new AbortController();\n\n const abort = (err) => {\n controller.abort(err);\n };\n\n this.subscribe(abort);\n\n controller.signal.unsubscribe = () => this.unsubscribe(abort);\n\n return controller.signal;\n }\n\n /**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\n static source() {\n let cancel;\n const token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token,\n cancel\n };\n }\n}\n\nexport default CancelToken;\n","const HttpStatusCode = {\n Continue: 100,\n SwitchingProtocols: 101,\n Processing: 102,\n EarlyHints: 103,\n Ok: 200,\n Created: 201,\n Accepted: 202,\n NonAuthoritativeInformation: 203,\n NoContent: 204,\n ResetContent: 205,\n PartialContent: 206,\n MultiStatus: 207,\n AlreadyReported: 208,\n ImUsed: 226,\n MultipleChoices: 300,\n MovedPermanently: 301,\n Found: 302,\n SeeOther: 303,\n NotModified: 304,\n UseProxy: 305,\n Unused: 306,\n TemporaryRedirect: 307,\n PermanentRedirect: 308,\n BadRequest: 400,\n Unauthorized: 401,\n PaymentRequired: 402,\n Forbidden: 403,\n NotFound: 404,\n MethodNotAllowed: 405,\n NotAcceptable: 406,\n ProxyAuthenticationRequired: 407,\n RequestTimeout: 408,\n Conflict: 409,\n Gone: 410,\n LengthRequired: 411,\n PreconditionFailed: 412,\n PayloadTooLarge: 413,\n UriTooLong: 414,\n UnsupportedMediaType: 415,\n RangeNotSatisfiable: 416,\n ExpectationFailed: 417,\n ImATeapot: 418,\n MisdirectedRequest: 421,\n UnprocessableEntity: 422,\n Locked: 423,\n FailedDependency: 424,\n TooEarly: 425,\n UpgradeRequired: 426,\n PreconditionRequired: 428,\n TooManyRequests: 429,\n RequestHeaderFieldsTooLarge: 431,\n UnavailableForLegalReasons: 451,\n InternalServerError: 500,\n NotImplemented: 501,\n BadGateway: 502,\n ServiceUnavailable: 503,\n GatewayTimeout: 504,\n HttpVersionNotSupported: 505,\n VariantAlsoNegotiates: 506,\n InsufficientStorage: 507,\n LoopDetected: 508,\n NotExtended: 510,\n NetworkAuthenticationRequired: 511,\n};\n\nObject.entries(HttpStatusCode).forEach(([key, value]) => {\n HttpStatusCode[value] = key;\n});\n\nexport default HttpStatusCode;\n","'use strict';\n\nimport utils from './utils.js';\nimport bind from './helpers/bind.js';\nimport Axios from './core/Axios.js';\nimport mergeConfig from './core/mergeConfig.js';\nimport defaults from './defaults/index.js';\nimport formDataToJSON from './helpers/formDataToJSON.js';\nimport CanceledError from './cancel/CanceledError.js';\nimport CancelToken from './cancel/CancelToken.js';\nimport isCancel from './cancel/isCancel.js';\nimport {VERSION} from './env/data.js';\nimport toFormData from './helpers/toFormData.js';\nimport AxiosError from './core/AxiosError.js';\nimport spread from './helpers/spread.js';\nimport isAxiosError from './helpers/isAxiosError.js';\nimport AxiosHeaders from \"./core/AxiosHeaders.js\";\nimport adapters from './adapters/adapters.js';\nimport HttpStatusCode from './helpers/HttpStatusCode.js';\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n *\n * @returns {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n const context = new Axios(defaultConfig);\n const instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});\n\n // Copy context to instance\n utils.extend(instance, context, null, {allOwnKeys: true});\n\n // Factory for creating new instances\n instance.create = function create(instanceConfig) {\n return createInstance(mergeConfig(defaultConfig, instanceConfig));\n };\n\n return instance;\n}\n\n// Create the default instance to be exported\nconst axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Expose Cancel & CancelToken\naxios.CanceledError = CanceledError;\naxios.CancelToken = CancelToken;\naxios.isCancel = isCancel;\naxios.VERSION = VERSION;\naxios.toFormData = toFormData;\n\n// Expose AxiosError class\naxios.AxiosError = AxiosError;\n\n// alias for CanceledError for backward compatibility\naxios.Cancel = axios.CanceledError;\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\n\naxios.spread = spread;\n\n// Expose isAxiosError\naxios.isAxiosError = isAxiosError;\n\n// Expose mergeConfig\naxios.mergeConfig = mergeConfig;\n\naxios.AxiosHeaders = AxiosHeaders;\n\naxios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);\n\naxios.getAdapter = adapters.getAdapter;\n\naxios.HttpStatusCode = HttpStatusCode;\n\naxios.default = axios;\n\n// this module should only have a default export\nexport default axios\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n *\n * @returns {Function}\n */\nexport default function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n *\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nexport default function isAxiosError(payload) {\n return utils.isObject(payload) && (payload.isAxiosError === true);\n}\n","import axios from './lib/axios.js';\n\n// This module is intended to unwrap Axios default export as named.\n// Keep top-level export same with static properties\n// so that it can keep same with es module or cjs\nconst {\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n} = axios;\n\nexport {\n axios as default,\n Axios,\n AxiosError,\n CanceledError,\n isCancel,\n CancelToken,\n VERSION,\n all,\n Cancel,\n isAxiosError,\n spread,\n toFormData,\n AxiosHeaders,\n HttpStatusCode,\n formToJSON,\n getAdapter,\n mergeConfig\n}\n"],"names":["bind","fn","thisArg","apply","arguments","toString","Object","prototype","getPrototypeOf","kindOf","cache","create","thing","str","call","slice","toLowerCase","kindOfTest","type","typeOfTest","isArray","Array","isUndefined","isArrayBuffer","isString","isFunction","isNumber","isObject","isPlainObject","val","Symbol","toStringTag","iterator","isDate","isFile","isBlob","isFileList","isURLSearchParams","isReadableStream","isRequest","isResponse","isHeaders","map","forEach","obj","allOwnKeys","i","l","length","keys","getOwnPropertyNames","len","key","findKey","_key","_global","globalThis","self","window","global","isContextDefined","context","isTypedArray","TypedArray","Uint8Array","isHTMLForm","hasOwnProperty","prop","isRegExp","reduceDescriptors","reducer","descriptors","getOwnPropertyDescriptors","reducedDescriptors","descriptor","name","ret","defineProperties","isAsyncFn","_setImmediate","setImmediateSupported","setImmediate","postMessageSupported","postMessage","token","Math","random","callbacks","addEventListener","source","data","shift","cb","push","setTimeout","asap","queueMicrotask","process","nextTick","utils$1","isBuffer","constructor","isFormData","kind","FormData","append","isArrayBufferView","result","ArrayBuffer","isView","buffer","isBoolean","isStream","pipe","merge","caseless","this","assignValue","targetKey","extend","a","b","trim","replace","stripBOM","content","charCodeAt","inherits","superConstructor","props","defineProperty","value","assign","toFlatObject","sourceObj","destObj","filter","propFilter","merged","endsWith","searchString","position","String","undefined","lastIndex","indexOf","toArray","arr","forEachEntry","next","done","pair","matchAll","regExp","matches","exec","hasOwnProp","freezeMethods","enumerable","writable","set","Error","toObjectSet","arrayOrString","delimiter","define","split","toCamelCase","m","p1","p2","toUpperCase","noop","toFiniteNumber","defaultValue","Number","isFinite","isSpecCompliantForm","toJSONObject","stack","visit","target","reducedValue","isThenable","then","catch","AxiosError","message","code","config","request","response","captureStackTrace","status","utils","toJSON","description","number","fileName","lineNumber","columnNumber","from","error","customProps","axiosError","cause","isVisitable","removeBrackets","renderKey","path","dots","concat","join","predicates","test","toFormData","formData","options","TypeError","metaTokens","indexes","option","visitor","defaultVisitor","useBlob","Blob","convertValue","toISOString","Buffer","JSON","stringify","some","isFlatArray","el","index","exposedHelpers","build","pop","encode","charMap","encodeURIComponent","match","AxiosURLSearchParams","params","_pairs","buildURL","url","_encode","serialize","serializeFn","serializedParams","hashmarkIndex","encoder","InterceptorManager$1","handlers","use","fulfilled","rejected","synchronous","runWhen","eject","id","clear","h","transitionalDefaults","silentJSONParsing","forcedJSONParsing","clarifyTimeoutError","platform$1","isBrowser","classes","URLSearchParams","protocols","hasBrowserEnv","document","_navigator","navigator","hasStandardBrowserEnv","product","hasStandardBrowserWebWorkerEnv","WorkerGlobalScope","importScripts","origin","location","href","platform","formDataToJSON","buildPath","isNumericKey","isLast","arrayToObject","entries","parsePropPath","defaults","transitional","adapter","transformRequest","headers","contentType","getContentType","hasJSONContentType","isObjectPayload","setContentType","helpers","isNode","toURLEncodedForm","formSerializer","_FormData","env","rawValue","parser","parse","e","stringifySafely","transformResponse","JSONRequested","responseType","strictJSONParsing","ERR_BAD_RESPONSE","timeout","xsrfCookieName","xsrfHeaderName","maxContentLength","maxBodyLength","validateStatus","common","Accept","method","defaults$1","ignoreDuplicateOf","$internals","normalizeHeader","header","normalizeValue","matchHeaderValue","isHeaderNameFilter","AxiosHeaders","valueOrRewrite","rewrite","setHeader","_value","_header","_rewrite","lHeader","setHeaders","rawHeaders","parsed","line","substring","parseHeaders","get","tokens","tokensRE","parseTokens","has","matcher","delete","deleted","deleteHeader","normalize","format","normalized","w","char","formatHeader","targets","asStrings","static","first","computed","accessors","defineAccessor","accessorName","methodName","arg1","arg2","arg3","configurable","buildAccessors","accessor","mapped","headerValue","AxiosHeaders$2","transformData","fns","isCancel","__CANCEL__","CanceledError","ERR_CANCELED","settle","resolve","reject","ERR_BAD_REQUEST","floor","progressEventReducer","listener","isDownloadStream","freq","bytesNotified","_speedometer","samplesCount","min","bytes","timestamps","firstSampleTS","head","tail","chunkLength","now","Date","startedAt","bytesCount","passed","round","speedometer","lastArgs","timer","timestamp","threshold","invoke","args","clearTimeout","throttle","loaded","total","lengthComputable","progressBytes","rate","progress","estimated","event","progressEventDecorator","throttled","asyncDecorator","isURLSameOrigin","isMSIE","URL","protocol","host","port","userAgent","cookies","write","expires","domain","secure","cookie","toGMTString","read","RegExp","decodeURIComponent","remove","buildFullPath","baseURL","requestedURL","allowAbsoluteUrls","isRelativeUrl","relativeURL","combineURLs","headersToObject","mergeConfig","config1","config2","getMergedValue","mergeDeepProperties","valueFromConfig2","defaultToConfig2","mergeDirectKeys","mergeMap","paramsSerializer","timeoutMessage","withCredentials","withXSRFToken","onUploadProgress","onDownloadProgress","decompress","beforeRedirect","transport","httpAgent","httpsAgent","cancelToken","socketPath","responseEncoding","configValue","resolveConfig","newConfig","auth","btoa","username","password","unescape","Boolean","xsrfValue","xhrAdapter","XMLHttpRequest","Promise","_config","requestData","requestHeaders","onCanceled","uploadThrottled","downloadThrottled","flushUpload","flushDownload","unsubscribe","signal","removeEventListener","onloadend","responseHeaders","getAllResponseHeaders","err","responseText","statusText","open","onreadystatechange","readyState","responseURL","onabort","ECONNABORTED","onerror","ERR_NETWORK","ontimeout","timeoutErrorMessage","ETIMEDOUT","setRequestHeader","upload","cancel","abort","subscribe","aborted","parseProtocol","send","composeSignals$1","signals","controller","AbortController","reason","streamChunk","chunk","chunkSize","byteLength","end","pos","readStream","async","stream","asyncIterator","reader","getReader","trackStream","onProgress","onFinish","iterable","readBytes","_onFinish","ReadableStream","close","loadedBytes","enqueue","return","highWaterMark","isFetchSupported","fetch","Request","Response","isReadableStreamSupported","encodeText","TextEncoder","arrayBuffer","supportsRequestStream","duplexAccessed","hasContentType","body","duplex","supportsResponseStream","resolvers","res","_","ERR_NOT_SUPPORT","resolveBodyLength","getContentLength","size","_request","getBodyLength","knownAdapters","http","xhr","fetchOptions","composedSignal","composeSignals","toAbortSignal","requestContentLength","contentTypeHeader","flush","isCredentialsSupported","credentials","isStreamResponse","responseContentLength","responseData","renderReason","isResolvedHandle","adapters","nameOrAdapter","rejectedReasons","reasons","state","throwIfCancellationRequested","throwIfRequested","dispatchRequest","validators","deprecatedWarnings","validator","version","formatMessage","opt","desc","opts","ERR_DEPRECATED","console","warn","spelling","correctSpelling","assertOptions","schema","allowUnknown","ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","Axios","instanceConfig","interceptors","InterceptorManager","configOrUrl","dummy","boolean","function","baseUrl","withXsrfToken","contextHeaders","requestInterceptorChain","synchronousRequestInterceptors","interceptor","unshift","responseInterceptorChain","promise","chain","onFulfilled","onRejected","getUri","generateHTTPMethod","isForm","Axios$2","CancelToken","executor","resolvePromise","_listeners","onfulfilled","_resolve","splice","c","CancelToken$2","HttpStatusCode","Continue","SwitchingProtocols","Processing","EarlyHints","Ok","Created","Accepted","NonAuthoritativeInformation","NoContent","ResetContent","PartialContent","MultiStatus","AlreadyReported","ImUsed","MultipleChoices","MovedPermanently","Found","SeeOther","NotModified","UseProxy","Unused","TemporaryRedirect","PermanentRedirect","BadRequest","Unauthorized","PaymentRequired","Forbidden","NotFound","MethodNotAllowed","NotAcceptable","ProxyAuthenticationRequired","RequestTimeout","Conflict","Gone","LengthRequired","PreconditionFailed","PayloadTooLarge","UriTooLong","UnsupportedMediaType","RangeNotSatisfiable","ExpectationFailed","ImATeapot","MisdirectedRequest","UnprocessableEntity","Locked","FailedDependency","TooEarly","UpgradeRequired","PreconditionRequired","TooManyRequests","RequestHeaderFieldsTooLarge","UnavailableForLegalReasons","InternalServerError","NotImplemented","BadGateway","ServiceUnavailable","GatewayTimeout","HttpVersionNotSupported","VariantAlsoNegotiates","InsufficientStorage","LoopDetected","NotExtended","NetworkAuthenticationRequired","HttpStatusCode$2","axios","createInstance","defaultConfig","instance","VERSION","Cancel","all","promises","spread","callback","isAxiosError","payload","formToJSON","getAdapter","default","axios$1"],"mappings":"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"} \ No newline at end of file diff --git a/server/node_modules/axios/dist/node/axios.cjs b/server/node_modules/axios/dist/node/axios.cjs new file mode 100644 index 000000000..11ff18960 --- /dev/null +++ b/server/node_modules/axios/dist/node/axios.cjs @@ -0,0 +1,4765 @@ +/*! Axios v1.8.4 Copyright (c) 2025 Matt Zabriskie and contributors */ +'use strict'; + +const FormData$1 = require('form-data'); +const crypto = require('crypto'); +const url = require('url'); +const proxyFromEnv = require('proxy-from-env'); +const http = require('http'); +const https = require('https'); +const util = require('util'); +const followRedirects = require('follow-redirects'); +const zlib = require('zlib'); +const stream = require('stream'); +const events = require('events'); + +function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; } + +const FormData__default = /*#__PURE__*/_interopDefaultLegacy(FormData$1); +const crypto__default = /*#__PURE__*/_interopDefaultLegacy(crypto); +const url__default = /*#__PURE__*/_interopDefaultLegacy(url); +const proxyFromEnv__default = /*#__PURE__*/_interopDefaultLegacy(proxyFromEnv); +const http__default = /*#__PURE__*/_interopDefaultLegacy(http); +const https__default = /*#__PURE__*/_interopDefaultLegacy(https); +const util__default = /*#__PURE__*/_interopDefaultLegacy(util); +const followRedirects__default = /*#__PURE__*/_interopDefaultLegacy(followRedirects); +const zlib__default = /*#__PURE__*/_interopDefaultLegacy(zlib); +const stream__default = /*#__PURE__*/_interopDefaultLegacy(stream); + +function bind(fn, thisArg) { + return function wrap() { + return fn.apply(thisArg, arguments); + }; +} + +// utils is a library of generic helper functions non-specific to axios + +const {toString} = Object.prototype; +const {getPrototypeOf} = Object; + +const kindOf = (cache => thing => { + const str = toString.call(thing); + return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase()); +})(Object.create(null)); + +const kindOfTest = (type) => { + type = type.toLowerCase(); + return (thing) => kindOf(thing) === type +}; + +const typeOfTest = type => thing => typeof thing === type; + +/** + * Determine if a value is an Array + * + * @param {Object} val The value to test + * + * @returns {boolean} True if value is an Array, otherwise false + */ +const {isArray} = Array; + +/** + * Determine if a value is undefined + * + * @param {*} val The value to test + * + * @returns {boolean} True if the value is undefined, otherwise false + */ +const isUndefined = typeOfTest('undefined'); + +/** + * Determine if a value is a Buffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Buffer, otherwise false + */ +function isBuffer(val) { + return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) + && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val); +} + +/** + * Determine if a value is an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is an ArrayBuffer, otherwise false + */ +const isArrayBuffer = kindOfTest('ArrayBuffer'); + + +/** + * Determine if a value is a view on an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false + */ +function isArrayBufferView(val) { + let result; + if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) { + result = ArrayBuffer.isView(val); + } else { + result = (val) && (val.buffer) && (isArrayBuffer(val.buffer)); + } + return result; +} + +/** + * Determine if a value is a String + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a String, otherwise false + */ +const isString = typeOfTest('string'); + +/** + * Determine if a value is a Function + * + * @param {*} val The value to test + * @returns {boolean} True if value is a Function, otherwise false + */ +const isFunction = typeOfTest('function'); + +/** + * Determine if a value is a Number + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Number, otherwise false + */ +const isNumber = typeOfTest('number'); + +/** + * Determine if a value is an Object + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an Object, otherwise false + */ +const isObject = (thing) => thing !== null && typeof thing === 'object'; + +/** + * Determine if a value is a Boolean + * + * @param {*} thing The value to test + * @returns {boolean} True if value is a Boolean, otherwise false + */ +const isBoolean = thing => thing === true || thing === false; + +/** + * Determine if a value is a plain Object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a plain Object, otherwise false + */ +const isPlainObject = (val) => { + if (kindOf(val) !== 'object') { + return false; + } + + const prototype = getPrototypeOf(val); + return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val); +}; + +/** + * Determine if a value is a Date + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Date, otherwise false + */ +const isDate = kindOfTest('Date'); + +/** + * Determine if a value is a File + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFile = kindOfTest('File'); + +/** + * Determine if a value is a Blob + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Blob, otherwise false + */ +const isBlob = kindOfTest('Blob'); + +/** + * Determine if a value is a FileList + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFileList = kindOfTest('FileList'); + +/** + * Determine if a value is a Stream + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Stream, otherwise false + */ +const isStream = (val) => isObject(val) && isFunction(val.pipe); + +/** + * Determine if a value is a FormData + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an FormData, otherwise false + */ +const isFormData = (thing) => { + let kind; + return thing && ( + (typeof FormData === 'function' && thing instanceof FormData) || ( + isFunction(thing.append) && ( + (kind = kindOf(thing)) === 'formdata' || + // detect form-data instance + (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]') + ) + ) + ) +}; + +/** + * Determine if a value is a URLSearchParams object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a URLSearchParams object, otherwise false + */ +const isURLSearchParams = kindOfTest('URLSearchParams'); + +const [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest); + +/** + * Trim excess whitespace off the beginning and end of a string + * + * @param {String} str The String to trim + * + * @returns {String} The String freed of excess whitespace + */ +const trim = (str) => str.trim ? + str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); + +/** + * Iterate over an Array or an Object invoking a function for each item. + * + * If `obj` is an Array callback will be called passing + * the value, index, and complete array for each item. + * + * If 'obj' is an Object callback will be called passing + * the value, key, and complete object for each property. + * + * @param {Object|Array} obj The object to iterate + * @param {Function} fn The callback to invoke for each item + * + * @param {Boolean} [allOwnKeys = false] + * @returns {any} + */ +function forEach(obj, fn, {allOwnKeys = false} = {}) { + // Don't bother if no value provided + if (obj === null || typeof obj === 'undefined') { + return; + } + + let i; + let l; + + // Force an array if not already something iterable + if (typeof obj !== 'object') { + /*eslint no-param-reassign:0*/ + obj = [obj]; + } + + if (isArray(obj)) { + // Iterate over array values + for (i = 0, l = obj.length; i < l; i++) { + fn.call(null, obj[i], i, obj); + } + } else { + // Iterate over object keys + const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj); + const len = keys.length; + let key; + + for (i = 0; i < len; i++) { + key = keys[i]; + fn.call(null, obj[key], key, obj); + } + } +} + +function findKey(obj, key) { + key = key.toLowerCase(); + const keys = Object.keys(obj); + let i = keys.length; + let _key; + while (i-- > 0) { + _key = keys[i]; + if (key === _key.toLowerCase()) { + return _key; + } + } + return null; +} + +const _global = (() => { + /*eslint no-undef:0*/ + if (typeof globalThis !== "undefined") return globalThis; + return typeof self !== "undefined" ? self : (typeof window !== 'undefined' ? window : global) +})(); + +const isContextDefined = (context) => !isUndefined(context) && context !== _global; + +/** + * Accepts varargs expecting each argument to be an object, then + * immutably merges the properties of each object and returns result. + * + * When multiple objects contain the same key the later object in + * the arguments list will take precedence. + * + * Example: + * + * ```js + * var result = merge({foo: 123}, {foo: 456}); + * console.log(result.foo); // outputs 456 + * ``` + * + * @param {Object} obj1 Object to merge + * + * @returns {Object} Result of all merge properties + */ +function merge(/* obj1, obj2, obj3, ... */) { + const {caseless} = isContextDefined(this) && this || {}; + const result = {}; + const assignValue = (val, key) => { + const targetKey = caseless && findKey(result, key) || key; + if (isPlainObject(result[targetKey]) && isPlainObject(val)) { + result[targetKey] = merge(result[targetKey], val); + } else if (isPlainObject(val)) { + result[targetKey] = merge({}, val); + } else if (isArray(val)) { + result[targetKey] = val.slice(); + } else { + result[targetKey] = val; + } + }; + + for (let i = 0, l = arguments.length; i < l; i++) { + arguments[i] && forEach(arguments[i], assignValue); + } + return result; +} + +/** + * Extends object a by mutably adding to it the properties of object b. + * + * @param {Object} a The object to be extended + * @param {Object} b The object to copy properties from + * @param {Object} thisArg The object to bind function to + * + * @param {Boolean} [allOwnKeys] + * @returns {Object} The resulting value of object a + */ +const extend = (a, b, thisArg, {allOwnKeys}= {}) => { + forEach(b, (val, key) => { + if (thisArg && isFunction(val)) { + a[key] = bind(val, thisArg); + } else { + a[key] = val; + } + }, {allOwnKeys}); + return a; +}; + +/** + * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) + * + * @param {string} content with BOM + * + * @returns {string} content value without BOM + */ +const stripBOM = (content) => { + if (content.charCodeAt(0) === 0xFEFF) { + content = content.slice(1); + } + return content; +}; + +/** + * Inherit the prototype methods from one constructor into another + * @param {function} constructor + * @param {function} superConstructor + * @param {object} [props] + * @param {object} [descriptors] + * + * @returns {void} + */ +const inherits = (constructor, superConstructor, props, descriptors) => { + constructor.prototype = Object.create(superConstructor.prototype, descriptors); + constructor.prototype.constructor = constructor; + Object.defineProperty(constructor, 'super', { + value: superConstructor.prototype + }); + props && Object.assign(constructor.prototype, props); +}; + +/** + * Resolve object with deep prototype chain to a flat object + * @param {Object} sourceObj source object + * @param {Object} [destObj] + * @param {Function|Boolean} [filter] + * @param {Function} [propFilter] + * + * @returns {Object} + */ +const toFlatObject = (sourceObj, destObj, filter, propFilter) => { + let props; + let i; + let prop; + const merged = {}; + + destObj = destObj || {}; + // eslint-disable-next-line no-eq-null,eqeqeq + if (sourceObj == null) return destObj; + + do { + props = Object.getOwnPropertyNames(sourceObj); + i = props.length; + while (i-- > 0) { + prop = props[i]; + if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) { + destObj[prop] = sourceObj[prop]; + merged[prop] = true; + } + } + sourceObj = filter !== false && getPrototypeOf(sourceObj); + } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype); + + return destObj; +}; + +/** + * Determines whether a string ends with the characters of a specified string + * + * @param {String} str + * @param {String} searchString + * @param {Number} [position= 0] + * + * @returns {boolean} + */ +const endsWith = (str, searchString, position) => { + str = String(str); + if (position === undefined || position > str.length) { + position = str.length; + } + position -= searchString.length; + const lastIndex = str.indexOf(searchString, position); + return lastIndex !== -1 && lastIndex === position; +}; + + +/** + * Returns new array from array like object or null if failed + * + * @param {*} [thing] + * + * @returns {?Array} + */ +const toArray = (thing) => { + if (!thing) return null; + if (isArray(thing)) return thing; + let i = thing.length; + if (!isNumber(i)) return null; + const arr = new Array(i); + while (i-- > 0) { + arr[i] = thing[i]; + } + return arr; +}; + +/** + * Checking if the Uint8Array exists and if it does, it returns a function that checks if the + * thing passed in is an instance of Uint8Array + * + * @param {TypedArray} + * + * @returns {Array} + */ +// eslint-disable-next-line func-names +const isTypedArray = (TypedArray => { + // eslint-disable-next-line func-names + return thing => { + return TypedArray && thing instanceof TypedArray; + }; +})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array)); + +/** + * For each entry in the object, call the function with the key and value. + * + * @param {Object} obj - The object to iterate over. + * @param {Function} fn - The function to call for each entry. + * + * @returns {void} + */ +const forEachEntry = (obj, fn) => { + const generator = obj && obj[Symbol.iterator]; + + const iterator = generator.call(obj); + + let result; + + while ((result = iterator.next()) && !result.done) { + const pair = result.value; + fn.call(obj, pair[0], pair[1]); + } +}; + +/** + * It takes a regular expression and a string, and returns an array of all the matches + * + * @param {string} regExp - The regular expression to match against. + * @param {string} str - The string to search. + * + * @returns {Array} + */ +const matchAll = (regExp, str) => { + let matches; + const arr = []; + + while ((matches = regExp.exec(str)) !== null) { + arr.push(matches); + } + + return arr; +}; + +/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */ +const isHTMLForm = kindOfTest('HTMLFormElement'); + +const toCamelCase = str => { + return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, + function replacer(m, p1, p2) { + return p1.toUpperCase() + p2; + } + ); +}; + +/* Creating a function that will check if an object has a property. */ +const hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype); + +/** + * Determine if a value is a RegExp object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a RegExp object, otherwise false + */ +const isRegExp = kindOfTest('RegExp'); + +const reduceDescriptors = (obj, reducer) => { + const descriptors = Object.getOwnPropertyDescriptors(obj); + const reducedDescriptors = {}; + + forEach(descriptors, (descriptor, name) => { + let ret; + if ((ret = reducer(descriptor, name, obj)) !== false) { + reducedDescriptors[name] = ret || descriptor; + } + }); + + Object.defineProperties(obj, reducedDescriptors); +}; + +/** + * Makes all methods read-only + * @param {Object} obj + */ + +const freezeMethods = (obj) => { + reduceDescriptors(obj, (descriptor, name) => { + // skip restricted props in strict mode + if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) { + return false; + } + + const value = obj[name]; + + if (!isFunction(value)) return; + + descriptor.enumerable = false; + + if ('writable' in descriptor) { + descriptor.writable = false; + return; + } + + if (!descriptor.set) { + descriptor.set = () => { + throw Error('Can not rewrite read-only method \'' + name + '\''); + }; + } + }); +}; + +const toObjectSet = (arrayOrString, delimiter) => { + const obj = {}; + + const define = (arr) => { + arr.forEach(value => { + obj[value] = true; + }); + }; + + isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter)); + + return obj; +}; + +const noop = () => {}; + +const toFiniteNumber = (value, defaultValue) => { + return value != null && Number.isFinite(value = +value) ? value : defaultValue; +}; + +/** + * If the thing is a FormData object, return true, otherwise return false. + * + * @param {unknown} thing - The thing to check. + * + * @returns {boolean} + */ +function isSpecCompliantForm(thing) { + return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]); +} + +const toJSONObject = (obj) => { + const stack = new Array(10); + + const visit = (source, i) => { + + if (isObject(source)) { + if (stack.indexOf(source) >= 0) { + return; + } + + if(!('toJSON' in source)) { + stack[i] = source; + const target = isArray(source) ? [] : {}; + + forEach(source, (value, key) => { + const reducedValue = visit(value, i + 1); + !isUndefined(reducedValue) && (target[key] = reducedValue); + }); + + stack[i] = undefined; + + return target; + } + } + + return source; + }; + + return visit(obj, 0); +}; + +const isAsyncFn = kindOfTest('AsyncFunction'); + +const isThenable = (thing) => + thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch); + +// original code +// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34 + +const _setImmediate = ((setImmediateSupported, postMessageSupported) => { + if (setImmediateSupported) { + return setImmediate; + } + + return postMessageSupported ? ((token, callbacks) => { + _global.addEventListener("message", ({source, data}) => { + if (source === _global && data === token) { + callbacks.length && callbacks.shift()(); + } + }, false); + + return (cb) => { + callbacks.push(cb); + _global.postMessage(token, "*"); + } + })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb); +})( + typeof setImmediate === 'function', + isFunction(_global.postMessage) +); + +const asap = typeof queueMicrotask !== 'undefined' ? + queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate); + +// ********************* + +const utils$1 = { + isArray, + isArrayBuffer, + isBuffer, + isFormData, + isArrayBufferView, + isString, + isNumber, + isBoolean, + isObject, + isPlainObject, + isReadableStream, + isRequest, + isResponse, + isHeaders, + isUndefined, + isDate, + isFile, + isBlob, + isRegExp, + isFunction, + isStream, + isURLSearchParams, + isTypedArray, + isFileList, + forEach, + merge, + extend, + trim, + stripBOM, + inherits, + toFlatObject, + kindOf, + kindOfTest, + endsWith, + toArray, + forEachEntry, + matchAll, + isHTMLForm, + hasOwnProperty, + hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection + reduceDescriptors, + freezeMethods, + toObjectSet, + toCamelCase, + noop, + toFiniteNumber, + findKey, + global: _global, + isContextDefined, + isSpecCompliantForm, + toJSONObject, + isAsyncFn, + isThenable, + setImmediate: _setImmediate, + asap +}; + +/** + * Create an Error with the specified message, config, error code, request and response. + * + * @param {string} message The error message. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [config] The config. + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * + * @returns {Error} The created error. + */ +function AxiosError(message, code, config, request, response) { + Error.call(this); + + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + this.stack = (new Error()).stack; + } + + this.message = message; + this.name = 'AxiosError'; + code && (this.code = code); + config && (this.config = config); + request && (this.request = request); + if (response) { + this.response = response; + this.status = response.status ? response.status : null; + } +} + +utils$1.inherits(AxiosError, Error, { + toJSON: function toJSON() { + return { + // Standard + message: this.message, + name: this.name, + // Microsoft + description: this.description, + number: this.number, + // Mozilla + fileName: this.fileName, + lineNumber: this.lineNumber, + columnNumber: this.columnNumber, + stack: this.stack, + // Axios + config: utils$1.toJSONObject(this.config), + code: this.code, + status: this.status + }; + } +}); + +const prototype$1 = AxiosError.prototype; +const descriptors = {}; + +[ + 'ERR_BAD_OPTION_VALUE', + 'ERR_BAD_OPTION', + 'ECONNABORTED', + 'ETIMEDOUT', + 'ERR_NETWORK', + 'ERR_FR_TOO_MANY_REDIRECTS', + 'ERR_DEPRECATED', + 'ERR_BAD_RESPONSE', + 'ERR_BAD_REQUEST', + 'ERR_CANCELED', + 'ERR_NOT_SUPPORT', + 'ERR_INVALID_URL' +// eslint-disable-next-line func-names +].forEach(code => { + descriptors[code] = {value: code}; +}); + +Object.defineProperties(AxiosError, descriptors); +Object.defineProperty(prototype$1, 'isAxiosError', {value: true}); + +// eslint-disable-next-line func-names +AxiosError.from = (error, code, config, request, response, customProps) => { + const axiosError = Object.create(prototype$1); + + utils$1.toFlatObject(error, axiosError, function filter(obj) { + return obj !== Error.prototype; + }, prop => { + return prop !== 'isAxiosError'; + }); + + AxiosError.call(axiosError, error.message, code, config, request, response); + + axiosError.cause = error; + + axiosError.name = error.name; + + customProps && Object.assign(axiosError, customProps); + + return axiosError; +}; + +/** + * Determines if the given thing is a array or js object. + * + * @param {string} thing - The object or array to be visited. + * + * @returns {boolean} + */ +function isVisitable(thing) { + return utils$1.isPlainObject(thing) || utils$1.isArray(thing); +} + +/** + * It removes the brackets from the end of a string + * + * @param {string} key - The key of the parameter. + * + * @returns {string} the key without the brackets. + */ +function removeBrackets(key) { + return utils$1.endsWith(key, '[]') ? key.slice(0, -2) : key; +} + +/** + * It takes a path, a key, and a boolean, and returns a string + * + * @param {string} path - The path to the current key. + * @param {string} key - The key of the current object being iterated over. + * @param {string} dots - If true, the key will be rendered with dots instead of brackets. + * + * @returns {string} The path to the current key. + */ +function renderKey(path, key, dots) { + if (!path) return key; + return path.concat(key).map(function each(token, i) { + // eslint-disable-next-line no-param-reassign + token = removeBrackets(token); + return !dots && i ? '[' + token + ']' : token; + }).join(dots ? '.' : ''); +} + +/** + * If the array is an array and none of its elements are visitable, then it's a flat array. + * + * @param {Array} arr - The array to check + * + * @returns {boolean} + */ +function isFlatArray(arr) { + return utils$1.isArray(arr) && !arr.some(isVisitable); +} + +const predicates = utils$1.toFlatObject(utils$1, {}, null, function filter(prop) { + return /^is[A-Z]/.test(prop); +}); + +/** + * Convert a data object to FormData + * + * @param {Object} obj + * @param {?Object} [formData] + * @param {?Object} [options] + * @param {Function} [options.visitor] + * @param {Boolean} [options.metaTokens = true] + * @param {Boolean} [options.dots = false] + * @param {?Boolean} [options.indexes = false] + * + * @returns {Object} + **/ + +/** + * It converts an object into a FormData object + * + * @param {Object} obj - The object to convert to form data. + * @param {string} formData - The FormData object to append to. + * @param {Object} options + * + * @returns + */ +function toFormData(obj, formData, options) { + if (!utils$1.isObject(obj)) { + throw new TypeError('target must be an object'); + } + + // eslint-disable-next-line no-param-reassign + formData = formData || new (FormData__default["default"] || FormData)(); + + // eslint-disable-next-line no-param-reassign + options = utils$1.toFlatObject(options, { + metaTokens: true, + dots: false, + indexes: false + }, false, function defined(option, source) { + // eslint-disable-next-line no-eq-null,eqeqeq + return !utils$1.isUndefined(source[option]); + }); + + const metaTokens = options.metaTokens; + // eslint-disable-next-line no-use-before-define + const visitor = options.visitor || defaultVisitor; + const dots = options.dots; + const indexes = options.indexes; + const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob; + const useBlob = _Blob && utils$1.isSpecCompliantForm(formData); + + if (!utils$1.isFunction(visitor)) { + throw new TypeError('visitor must be a function'); + } + + function convertValue(value) { + if (value === null) return ''; + + if (utils$1.isDate(value)) { + return value.toISOString(); + } + + if (!useBlob && utils$1.isBlob(value)) { + throw new AxiosError('Blob is not supported. Use a Buffer instead.'); + } + + if (utils$1.isArrayBuffer(value) || utils$1.isTypedArray(value)) { + return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value); + } + + return value; + } + + /** + * Default visitor. + * + * @param {*} value + * @param {String|Number} key + * @param {Array} path + * @this {FormData} + * + * @returns {boolean} return true to visit the each prop of the value recursively + */ + function defaultVisitor(value, key, path) { + let arr = value; + + if (value && !path && typeof value === 'object') { + if (utils$1.endsWith(key, '{}')) { + // eslint-disable-next-line no-param-reassign + key = metaTokens ? key : key.slice(0, -2); + // eslint-disable-next-line no-param-reassign + value = JSON.stringify(value); + } else if ( + (utils$1.isArray(value) && isFlatArray(value)) || + ((utils$1.isFileList(value) || utils$1.endsWith(key, '[]')) && (arr = utils$1.toArray(value)) + )) { + // eslint-disable-next-line no-param-reassign + key = removeBrackets(key); + + arr.forEach(function each(el, index) { + !(utils$1.isUndefined(el) || el === null) && formData.append( + // eslint-disable-next-line no-nested-ternary + indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'), + convertValue(el) + ); + }); + return false; + } + } + + if (isVisitable(value)) { + return true; + } + + formData.append(renderKey(path, key, dots), convertValue(value)); + + return false; + } + + const stack = []; + + const exposedHelpers = Object.assign(predicates, { + defaultVisitor, + convertValue, + isVisitable + }); + + function build(value, path) { + if (utils$1.isUndefined(value)) return; + + if (stack.indexOf(value) !== -1) { + throw Error('Circular reference detected in ' + path.join('.')); + } + + stack.push(value); + + utils$1.forEach(value, function each(el, key) { + const result = !(utils$1.isUndefined(el) || el === null) && visitor.call( + formData, el, utils$1.isString(key) ? key.trim() : key, path, exposedHelpers + ); + + if (result === true) { + build(el, path ? path.concat(key) : [key]); + } + }); + + stack.pop(); + } + + if (!utils$1.isObject(obj)) { + throw new TypeError('data must be an object'); + } + + build(obj); + + return formData; +} + +/** + * It encodes a string by replacing all characters that are not in the unreserved set with + * their percent-encoded equivalents + * + * @param {string} str - The string to encode. + * + * @returns {string} The encoded string. + */ +function encode$1(str) { + const charMap = { + '!': '%21', + "'": '%27', + '(': '%28', + ')': '%29', + '~': '%7E', + '%20': '+', + '%00': '\x00' + }; + return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) { + return charMap[match]; + }); +} + +/** + * It takes a params object and converts it to a FormData object + * + * @param {Object} params - The parameters to be converted to a FormData object. + * @param {Object} options - The options object passed to the Axios constructor. + * + * @returns {void} + */ +function AxiosURLSearchParams(params, options) { + this._pairs = []; + + params && toFormData(params, this, options); +} + +const prototype = AxiosURLSearchParams.prototype; + +prototype.append = function append(name, value) { + this._pairs.push([name, value]); +}; + +prototype.toString = function toString(encoder) { + const _encode = encoder ? function(value) { + return encoder.call(this, value, encode$1); + } : encode$1; + + return this._pairs.map(function each(pair) { + return _encode(pair[0]) + '=' + _encode(pair[1]); + }, '').join('&'); +}; + +/** + * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their + * URI encoded counterparts + * + * @param {string} val The value to be encoded. + * + * @returns {string} The encoded value. + */ +function encode(val) { + return encodeURIComponent(val). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%20/g, '+'). + replace(/%5B/gi, '['). + replace(/%5D/gi, ']'); +} + +/** + * Build a URL by appending params to the end + * + * @param {string} url The base of the url (e.g., http://www.google.com) + * @param {object} [params] The params to be appended + * @param {?(object|Function)} options + * + * @returns {string} The formatted url + */ +function buildURL(url, params, options) { + /*eslint no-param-reassign:0*/ + if (!params) { + return url; + } + + const _encode = options && options.encode || encode; + + if (utils$1.isFunction(options)) { + options = { + serialize: options + }; + } + + const serializeFn = options && options.serialize; + + let serializedParams; + + if (serializeFn) { + serializedParams = serializeFn(params, options); + } else { + serializedParams = utils$1.isURLSearchParams(params) ? + params.toString() : + new AxiosURLSearchParams(params, options).toString(_encode); + } + + if (serializedParams) { + const hashmarkIndex = url.indexOf("#"); + + if (hashmarkIndex !== -1) { + url = url.slice(0, hashmarkIndex); + } + url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; + } + + return url; +} + +class InterceptorManager { + constructor() { + this.handlers = []; + } + + /** + * Add a new interceptor to the stack + * + * @param {Function} fulfilled The function to handle `then` for a `Promise` + * @param {Function} rejected The function to handle `reject` for a `Promise` + * + * @return {Number} An ID used to remove interceptor later + */ + use(fulfilled, rejected, options) { + this.handlers.push({ + fulfilled, + rejected, + synchronous: options ? options.synchronous : false, + runWhen: options ? options.runWhen : null + }); + return this.handlers.length - 1; + } + + /** + * Remove an interceptor from the stack + * + * @param {Number} id The ID that was returned by `use` + * + * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise + */ + eject(id) { + if (this.handlers[id]) { + this.handlers[id] = null; + } + } + + /** + * Clear all interceptors from the stack + * + * @returns {void} + */ + clear() { + if (this.handlers) { + this.handlers = []; + } + } + + /** + * Iterate over all the registered interceptors + * + * This method is particularly useful for skipping over any + * interceptors that may have become `null` calling `eject`. + * + * @param {Function} fn The function to call for each interceptor + * + * @returns {void} + */ + forEach(fn) { + utils$1.forEach(this.handlers, function forEachHandler(h) { + if (h !== null) { + fn(h); + } + }); + } +} + +const InterceptorManager$1 = InterceptorManager; + +const transitionalDefaults = { + silentJSONParsing: true, + forcedJSONParsing: true, + clarifyTimeoutError: false +}; + +const URLSearchParams = url__default["default"].URLSearchParams; + +const ALPHA = 'abcdefghijklmnopqrstuvwxyz'; + +const DIGIT = '0123456789'; + +const ALPHABET = { + DIGIT, + ALPHA, + ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT +}; + +const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => { + let str = ''; + const {length} = alphabet; + const randomValues = new Uint32Array(size); + crypto__default["default"].randomFillSync(randomValues); + for (let i = 0; i < size; i++) { + str += alphabet[randomValues[i] % length]; + } + + return str; +}; + + +const platform$1 = { + isNode: true, + classes: { + URLSearchParams, + FormData: FormData__default["default"], + Blob: typeof Blob !== 'undefined' && Blob || null + }, + ALPHABET, + generateString, + protocols: [ 'http', 'https', 'file', 'data' ] +}; + +const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined'; + +const _navigator = typeof navigator === 'object' && navigator || undefined; + +/** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + * nativescript + * navigator.product -> 'NativeScript' or 'NS' + * + * @returns {boolean} + */ +const hasStandardBrowserEnv = hasBrowserEnv && + (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0); + +/** + * Determine if we're running in a standard browser webWorker environment + * + * Although the `isStandardBrowserEnv` method indicates that + * `allows axios to run in a web worker`, the WebWorker will still be + * filtered out due to its judgment standard + * `typeof window !== 'undefined' && typeof document !== 'undefined'`. + * This leads to a problem when axios post `FormData` in webWorker + */ +const hasStandardBrowserWebWorkerEnv = (() => { + return ( + typeof WorkerGlobalScope !== 'undefined' && + // eslint-disable-next-line no-undef + self instanceof WorkerGlobalScope && + typeof self.importScripts === 'function' + ); +})(); + +const origin = hasBrowserEnv && window.location.href || 'http://localhost'; + +const utils = /*#__PURE__*/Object.freeze({ + __proto__: null, + hasBrowserEnv: hasBrowserEnv, + hasStandardBrowserWebWorkerEnv: hasStandardBrowserWebWorkerEnv, + hasStandardBrowserEnv: hasStandardBrowserEnv, + navigator: _navigator, + origin: origin +}); + +const platform = { + ...utils, + ...platform$1 +}; + +function toURLEncodedForm(data, options) { + return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({ + visitor: function(value, key, path, helpers) { + if (platform.isNode && utils$1.isBuffer(value)) { + this.append(key, value.toString('base64')); + return false; + } + + return helpers.defaultVisitor.apply(this, arguments); + } + }, options)); +} + +/** + * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z'] + * + * @param {string} name - The name of the property to get. + * + * @returns An array of strings. + */ +function parsePropPath(name) { + // foo[x][y][z] + // foo.x.y.z + // foo-x-y-z + // foo x y z + return utils$1.matchAll(/\w+|\[(\w*)]/g, name).map(match => { + return match[0] === '[]' ? '' : match[1] || match[0]; + }); +} + +/** + * Convert an array to an object. + * + * @param {Array} arr - The array to convert to an object. + * + * @returns An object with the same keys and values as the array. + */ +function arrayToObject(arr) { + const obj = {}; + const keys = Object.keys(arr); + let i; + const len = keys.length; + let key; + for (i = 0; i < len; i++) { + key = keys[i]; + obj[key] = arr[key]; + } + return obj; +} + +/** + * It takes a FormData object and returns a JavaScript object + * + * @param {string} formData The FormData object to convert to JSON. + * + * @returns {Object | null} The converted object. + */ +function formDataToJSON(formData) { + function buildPath(path, value, target, index) { + let name = path[index++]; + + if (name === '__proto__') return true; + + const isNumericKey = Number.isFinite(+name); + const isLast = index >= path.length; + name = !name && utils$1.isArray(target) ? target.length : name; + + if (isLast) { + if (utils$1.hasOwnProp(target, name)) { + target[name] = [target[name], value]; + } else { + target[name] = value; + } + + return !isNumericKey; + } + + if (!target[name] || !utils$1.isObject(target[name])) { + target[name] = []; + } + + const result = buildPath(path, value, target[name], index); + + if (result && utils$1.isArray(target[name])) { + target[name] = arrayToObject(target[name]); + } + + return !isNumericKey; + } + + if (utils$1.isFormData(formData) && utils$1.isFunction(formData.entries)) { + const obj = {}; + + utils$1.forEachEntry(formData, (name, value) => { + buildPath(parsePropPath(name), value, obj, 0); + }); + + return obj; + } + + return null; +} + +/** + * It takes a string, tries to parse it, and if it fails, it returns the stringified version + * of the input + * + * @param {any} rawValue - The value to be stringified. + * @param {Function} parser - A function that parses a string into a JavaScript object. + * @param {Function} encoder - A function that takes a value and returns a string. + * + * @returns {string} A stringified version of the rawValue. + */ +function stringifySafely(rawValue, parser, encoder) { + if (utils$1.isString(rawValue)) { + try { + (parser || JSON.parse)(rawValue); + return utils$1.trim(rawValue); + } catch (e) { + if (e.name !== 'SyntaxError') { + throw e; + } + } + } + + return (encoder || JSON.stringify)(rawValue); +} + +const defaults = { + + transitional: transitionalDefaults, + + adapter: ['xhr', 'http', 'fetch'], + + transformRequest: [function transformRequest(data, headers) { + const contentType = headers.getContentType() || ''; + const hasJSONContentType = contentType.indexOf('application/json') > -1; + const isObjectPayload = utils$1.isObject(data); + + if (isObjectPayload && utils$1.isHTMLForm(data)) { + data = new FormData(data); + } + + const isFormData = utils$1.isFormData(data); + + if (isFormData) { + return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data; + } + + if (utils$1.isArrayBuffer(data) || + utils$1.isBuffer(data) || + utils$1.isStream(data) || + utils$1.isFile(data) || + utils$1.isBlob(data) || + utils$1.isReadableStream(data) + ) { + return data; + } + if (utils$1.isArrayBufferView(data)) { + return data.buffer; + } + if (utils$1.isURLSearchParams(data)) { + headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false); + return data.toString(); + } + + let isFileList; + + if (isObjectPayload) { + if (contentType.indexOf('application/x-www-form-urlencoded') > -1) { + return toURLEncodedForm(data, this.formSerializer).toString(); + } + + if ((isFileList = utils$1.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { + const _FormData = this.env && this.env.FormData; + + return toFormData( + isFileList ? {'files[]': data} : data, + _FormData && new _FormData(), + this.formSerializer + ); + } + } + + if (isObjectPayload || hasJSONContentType ) { + headers.setContentType('application/json', false); + return stringifySafely(data); + } + + return data; + }], + + transformResponse: [function transformResponse(data) { + const transitional = this.transitional || defaults.transitional; + const forcedJSONParsing = transitional && transitional.forcedJSONParsing; + const JSONRequested = this.responseType === 'json'; + + if (utils$1.isResponse(data) || utils$1.isReadableStream(data)) { + return data; + } + + if (data && utils$1.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { + const silentJSONParsing = transitional && transitional.silentJSONParsing; + const strictJSONParsing = !silentJSONParsing && JSONRequested; + + try { + return JSON.parse(data); + } catch (e) { + if (strictJSONParsing) { + if (e.name === 'SyntaxError') { + throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response); + } + throw e; + } + } + } + + return data; + }], + + /** + * A timeout in milliseconds to abort a request. If set to 0 (default) a + * timeout is not created. + */ + timeout: 0, + + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', + + maxContentLength: -1, + maxBodyLength: -1, + + env: { + FormData: platform.classes.FormData, + Blob: platform.classes.Blob + }, + + validateStatus: function validateStatus(status) { + return status >= 200 && status < 300; + }, + + headers: { + common: { + 'Accept': 'application/json, text/plain, */*', + 'Content-Type': undefined + } + } +}; + +utils$1.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => { + defaults.headers[method] = {}; +}); + +const defaults$1 = defaults; + +// RawAxiosHeaders whose duplicates are ignored by node +// c.f. https://nodejs.org/api/http.html#http_message_headers +const ignoreDuplicateOf = utils$1.toObjectSet([ + 'age', 'authorization', 'content-length', 'content-type', 'etag', + 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', + 'last-modified', 'location', 'max-forwards', 'proxy-authorization', + 'referer', 'retry-after', 'user-agent' +]); + +/** + * Parse headers into an object + * + * ``` + * Date: Wed, 27 Aug 2014 08:58:49 GMT + * Content-Type: application/json + * Connection: keep-alive + * Transfer-Encoding: chunked + * ``` + * + * @param {String} rawHeaders Headers needing to be parsed + * + * @returns {Object} Headers parsed into an object + */ +const parseHeaders = rawHeaders => { + const parsed = {}; + let key; + let val; + let i; + + rawHeaders && rawHeaders.split('\n').forEach(function parser(line) { + i = line.indexOf(':'); + key = line.substring(0, i).trim().toLowerCase(); + val = line.substring(i + 1).trim(); + + if (!key || (parsed[key] && ignoreDuplicateOf[key])) { + return; + } + + if (key === 'set-cookie') { + if (parsed[key]) { + parsed[key].push(val); + } else { + parsed[key] = [val]; + } + } else { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + }); + + return parsed; +}; + +const $internals = Symbol('internals'); + +function normalizeHeader(header) { + return header && String(header).trim().toLowerCase(); +} + +function normalizeValue(value) { + if (value === false || value == null) { + return value; + } + + return utils$1.isArray(value) ? value.map(normalizeValue) : String(value); +} + +function parseTokens(str) { + const tokens = Object.create(null); + const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g; + let match; + + while ((match = tokensRE.exec(str))) { + tokens[match[1]] = match[2]; + } + + return tokens; +} + +const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim()); + +function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { + if (utils$1.isFunction(filter)) { + return filter.call(this, value, header); + } + + if (isHeaderNameFilter) { + value = header; + } + + if (!utils$1.isString(value)) return; + + if (utils$1.isString(filter)) { + return value.indexOf(filter) !== -1; + } + + if (utils$1.isRegExp(filter)) { + return filter.test(value); + } +} + +function formatHeader(header) { + return header.trim() + .toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => { + return char.toUpperCase() + str; + }); +} + +function buildAccessors(obj, header) { + const accessorName = utils$1.toCamelCase(' ' + header); + + ['get', 'set', 'has'].forEach(methodName => { + Object.defineProperty(obj, methodName + accessorName, { + value: function(arg1, arg2, arg3) { + return this[methodName].call(this, header, arg1, arg2, arg3); + }, + configurable: true + }); + }); +} + +class AxiosHeaders { + constructor(headers) { + headers && this.set(headers); + } + + set(header, valueOrRewrite, rewrite) { + const self = this; + + function setHeader(_value, _header, _rewrite) { + const lHeader = normalizeHeader(_header); + + if (!lHeader) { + throw new Error('header name must be a non-empty string'); + } + + const key = utils$1.findKey(self, lHeader); + + if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) { + self[key || _header] = normalizeValue(_value); + } + } + + const setHeaders = (headers, _rewrite) => + utils$1.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); + + if (utils$1.isPlainObject(header) || header instanceof this.constructor) { + setHeaders(header, valueOrRewrite); + } else if(utils$1.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { + setHeaders(parseHeaders(header), valueOrRewrite); + } else if (utils$1.isHeaders(header)) { + for (const [key, value] of header.entries()) { + setHeader(value, key, rewrite); + } + } else { + header != null && setHeader(valueOrRewrite, header, rewrite); + } + + return this; + } + + get(header, parser) { + header = normalizeHeader(header); + + if (header) { + const key = utils$1.findKey(this, header); + + if (key) { + const value = this[key]; + + if (!parser) { + return value; + } + + if (parser === true) { + return parseTokens(value); + } + + if (utils$1.isFunction(parser)) { + return parser.call(this, value, key); + } + + if (utils$1.isRegExp(parser)) { + return parser.exec(value); + } + + throw new TypeError('parser must be boolean|regexp|function'); + } + } + } + + has(header, matcher) { + header = normalizeHeader(header); + + if (header) { + const key = utils$1.findKey(this, header); + + return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher))); + } + + return false; + } + + delete(header, matcher) { + const self = this; + let deleted = false; + + function deleteHeader(_header) { + _header = normalizeHeader(_header); + + if (_header) { + const key = utils$1.findKey(self, _header); + + if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) { + delete self[key]; + + deleted = true; + } + } + } + + if (utils$1.isArray(header)) { + header.forEach(deleteHeader); + } else { + deleteHeader(header); + } + + return deleted; + } + + clear(matcher) { + const keys = Object.keys(this); + let i = keys.length; + let deleted = false; + + while (i--) { + const key = keys[i]; + if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) { + delete this[key]; + deleted = true; + } + } + + return deleted; + } + + normalize(format) { + const self = this; + const headers = {}; + + utils$1.forEach(this, (value, header) => { + const key = utils$1.findKey(headers, header); + + if (key) { + self[key] = normalizeValue(value); + delete self[header]; + return; + } + + const normalized = format ? formatHeader(header) : String(header).trim(); + + if (normalized !== header) { + delete self[header]; + } + + self[normalized] = normalizeValue(value); + + headers[normalized] = true; + }); + + return this; + } + + concat(...targets) { + return this.constructor.concat(this, ...targets); + } + + toJSON(asStrings) { + const obj = Object.create(null); + + utils$1.forEach(this, (value, header) => { + value != null && value !== false && (obj[header] = asStrings && utils$1.isArray(value) ? value.join(', ') : value); + }); + + return obj; + } + + [Symbol.iterator]() { + return Object.entries(this.toJSON())[Symbol.iterator](); + } + + toString() { + return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n'); + } + + get [Symbol.toStringTag]() { + return 'AxiosHeaders'; + } + + static from(thing) { + return thing instanceof this ? thing : new this(thing); + } + + static concat(first, ...targets) { + const computed = new this(first); + + targets.forEach((target) => computed.set(target)); + + return computed; + } + + static accessor(header) { + const internals = this[$internals] = (this[$internals] = { + accessors: {} + }); + + const accessors = internals.accessors; + const prototype = this.prototype; + + function defineAccessor(_header) { + const lHeader = normalizeHeader(_header); + + if (!accessors[lHeader]) { + buildAccessors(prototype, _header); + accessors[lHeader] = true; + } + } + + utils$1.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); + + return this; + } +} + +AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']); + +// reserved names hotfix +utils$1.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => { + let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set` + return { + get: () => value, + set(headerValue) { + this[mapped] = headerValue; + } + } +}); + +utils$1.freezeMethods(AxiosHeaders); + +const AxiosHeaders$1 = AxiosHeaders; + +/** + * Transform the data for a request or a response + * + * @param {Array|Function} fns A single function or Array of functions + * @param {?Object} response The response object + * + * @returns {*} The resulting transformed data + */ +function transformData(fns, response) { + const config = this || defaults$1; + const context = response || config; + const headers = AxiosHeaders$1.from(context.headers); + let data = context.data; + + utils$1.forEach(fns, function transform(fn) { + data = fn.call(config, data, headers.normalize(), response ? response.status : undefined); + }); + + headers.normalize(); + + return data; +} + +function isCancel(value) { + return !!(value && value.__CANCEL__); +} + +/** + * A `CanceledError` is an object that is thrown when an operation is canceled. + * + * @param {string=} message The message. + * @param {Object=} config The config. + * @param {Object=} request The request. + * + * @returns {CanceledError} The created error. + */ +function CanceledError(message, config, request) { + // eslint-disable-next-line no-eq-null,eqeqeq + AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request); + this.name = 'CanceledError'; +} + +utils$1.inherits(CanceledError, AxiosError, { + __CANCEL__: true +}); + +/** + * Resolve or reject a Promise based on response status. + * + * @param {Function} resolve A function that resolves the promise. + * @param {Function} reject A function that rejects the promise. + * @param {object} response The response. + * + * @returns {object} The response. + */ +function settle(resolve, reject, response) { + const validateStatus = response.config.validateStatus; + if (!response.status || !validateStatus || validateStatus(response.status)) { + resolve(response); + } else { + reject(new AxiosError( + 'Request failed with status code ' + response.status, + [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], + response.config, + response.request, + response + )); + } +} + +/** + * Determines whether the specified URL is absolute + * + * @param {string} url The URL to test + * + * @returns {boolean} True if the specified URL is absolute, otherwise false + */ +function isAbsoluteURL(url) { + // A URL is considered absolute if it begins with "://" or "//" (protocol-relative URL). + // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed + // by any combination of letters, digits, plus, period, or hyphen. + return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url); +} + +/** + * Creates a new URL by combining the specified URLs + * + * @param {string} baseURL The base URL + * @param {string} relativeURL The relative URL + * + * @returns {string} The combined URL + */ +function combineURLs(baseURL, relativeURL) { + return relativeURL + ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '') + : baseURL; +} + +/** + * Creates a new URL by combining the baseURL with the requestedURL, + * only when the requestedURL is not already an absolute URL. + * If the requestURL is absolute, this function returns the requestedURL untouched. + * + * @param {string} baseURL The base URL + * @param {string} requestedURL Absolute or relative URL to combine + * + * @returns {string} The combined full path + */ +function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) { + let isRelativeUrl = !isAbsoluteURL(requestedURL); + if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) { + return combineURLs(baseURL, requestedURL); + } + return requestedURL; +} + +const VERSION = "1.8.4"; + +function parseProtocol(url) { + const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); + return match && match[1] || ''; +} + +const DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/; + +/** + * Parse data uri to a Buffer or Blob + * + * @param {String} uri + * @param {?Boolean} asBlob + * @param {?Object} options + * @param {?Function} options.Blob + * + * @returns {Buffer|Blob} + */ +function fromDataURI(uri, asBlob, options) { + const _Blob = options && options.Blob || platform.classes.Blob; + const protocol = parseProtocol(uri); + + if (asBlob === undefined && _Blob) { + asBlob = true; + } + + if (protocol === 'data') { + uri = protocol.length ? uri.slice(protocol.length + 1) : uri; + + const match = DATA_URL_PATTERN.exec(uri); + + if (!match) { + throw new AxiosError('Invalid URL', AxiosError.ERR_INVALID_URL); + } + + const mime = match[1]; + const isBase64 = match[2]; + const body = match[3]; + const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? 'base64' : 'utf8'); + + if (asBlob) { + if (!_Blob) { + throw new AxiosError('Blob is not supported', AxiosError.ERR_NOT_SUPPORT); + } + + return new _Blob([buffer], {type: mime}); + } + + return buffer; + } + + throw new AxiosError('Unsupported protocol ' + protocol, AxiosError.ERR_NOT_SUPPORT); +} + +const kInternals = Symbol('internals'); + +class AxiosTransformStream extends stream__default["default"].Transform{ + constructor(options) { + options = utils$1.toFlatObject(options, { + maxRate: 0, + chunkSize: 64 * 1024, + minChunkSize: 100, + timeWindow: 500, + ticksRate: 2, + samplesCount: 15 + }, null, (prop, source) => { + return !utils$1.isUndefined(source[prop]); + }); + + super({ + readableHighWaterMark: options.chunkSize + }); + + const internals = this[kInternals] = { + timeWindow: options.timeWindow, + chunkSize: options.chunkSize, + maxRate: options.maxRate, + minChunkSize: options.minChunkSize, + bytesSeen: 0, + isCaptured: false, + notifiedBytesLoaded: 0, + ts: Date.now(), + bytes: 0, + onReadCallback: null + }; + + this.on('newListener', event => { + if (event === 'progress') { + if (!internals.isCaptured) { + internals.isCaptured = true; + } + } + }); + } + + _read(size) { + const internals = this[kInternals]; + + if (internals.onReadCallback) { + internals.onReadCallback(); + } + + return super._read(size); + } + + _transform(chunk, encoding, callback) { + const internals = this[kInternals]; + const maxRate = internals.maxRate; + + const readableHighWaterMark = this.readableHighWaterMark; + + const timeWindow = internals.timeWindow; + + const divider = 1000 / timeWindow; + const bytesThreshold = (maxRate / divider); + const minChunkSize = internals.minChunkSize !== false ? Math.max(internals.minChunkSize, bytesThreshold * 0.01) : 0; + + const pushChunk = (_chunk, _callback) => { + const bytes = Buffer.byteLength(_chunk); + internals.bytesSeen += bytes; + internals.bytes += bytes; + + internals.isCaptured && this.emit('progress', internals.bytesSeen); + + if (this.push(_chunk)) { + process.nextTick(_callback); + } else { + internals.onReadCallback = () => { + internals.onReadCallback = null; + process.nextTick(_callback); + }; + } + }; + + const transformChunk = (_chunk, _callback) => { + const chunkSize = Buffer.byteLength(_chunk); + let chunkRemainder = null; + let maxChunkSize = readableHighWaterMark; + let bytesLeft; + let passed = 0; + + if (maxRate) { + const now = Date.now(); + + if (!internals.ts || (passed = (now - internals.ts)) >= timeWindow) { + internals.ts = now; + bytesLeft = bytesThreshold - internals.bytes; + internals.bytes = bytesLeft < 0 ? -bytesLeft : 0; + passed = 0; + } + + bytesLeft = bytesThreshold - internals.bytes; + } + + if (maxRate) { + if (bytesLeft <= 0) { + // next time window + return setTimeout(() => { + _callback(null, _chunk); + }, timeWindow - passed); + } + + if (bytesLeft < maxChunkSize) { + maxChunkSize = bytesLeft; + } + } + + if (maxChunkSize && chunkSize > maxChunkSize && (chunkSize - maxChunkSize) > minChunkSize) { + chunkRemainder = _chunk.subarray(maxChunkSize); + _chunk = _chunk.subarray(0, maxChunkSize); + } + + pushChunk(_chunk, chunkRemainder ? () => { + process.nextTick(_callback, null, chunkRemainder); + } : _callback); + }; + + transformChunk(chunk, function transformNextChunk(err, _chunk) { + if (err) { + return callback(err); + } + + if (_chunk) { + transformChunk(_chunk, transformNextChunk); + } else { + callback(null); + } + }); + } +} + +const AxiosTransformStream$1 = AxiosTransformStream; + +const {asyncIterator} = Symbol; + +const readBlob = async function* (blob) { + if (blob.stream) { + yield* blob.stream(); + } else if (blob.arrayBuffer) { + yield await blob.arrayBuffer(); + } else if (blob[asyncIterator]) { + yield* blob[asyncIterator](); + } else { + yield blob; + } +}; + +const readBlob$1 = readBlob; + +const BOUNDARY_ALPHABET = platform.ALPHABET.ALPHA_DIGIT + '-_'; + +const textEncoder = typeof TextEncoder === 'function' ? new TextEncoder() : new util__default["default"].TextEncoder(); + +const CRLF = '\r\n'; +const CRLF_BYTES = textEncoder.encode(CRLF); +const CRLF_BYTES_COUNT = 2; + +class FormDataPart { + constructor(name, value) { + const {escapeName} = this.constructor; + const isStringValue = utils$1.isString(value); + + let headers = `Content-Disposition: form-data; name="${escapeName(name)}"${ + !isStringValue && value.name ? `; filename="${escapeName(value.name)}"` : '' + }${CRLF}`; + + if (isStringValue) { + value = textEncoder.encode(String(value).replace(/\r?\n|\r\n?/g, CRLF)); + } else { + headers += `Content-Type: ${value.type || "application/octet-stream"}${CRLF}`; + } + + this.headers = textEncoder.encode(headers + CRLF); + + this.contentLength = isStringValue ? value.byteLength : value.size; + + this.size = this.headers.byteLength + this.contentLength + CRLF_BYTES_COUNT; + + this.name = name; + this.value = value; + } + + async *encode(){ + yield this.headers; + + const {value} = this; + + if(utils$1.isTypedArray(value)) { + yield value; + } else { + yield* readBlob$1(value); + } + + yield CRLF_BYTES; + } + + static escapeName(name) { + return String(name).replace(/[\r\n"]/g, (match) => ({ + '\r' : '%0D', + '\n' : '%0A', + '"' : '%22', + }[match])); + } +} + +const formDataToStream = (form, headersHandler, options) => { + const { + tag = 'form-data-boundary', + size = 25, + boundary = tag + '-' + platform.generateString(size, BOUNDARY_ALPHABET) + } = options || {}; + + if(!utils$1.isFormData(form)) { + throw TypeError('FormData instance required'); + } + + if (boundary.length < 1 || boundary.length > 70) { + throw Error('boundary must be 10-70 characters long') + } + + const boundaryBytes = textEncoder.encode('--' + boundary + CRLF); + const footerBytes = textEncoder.encode('--' + boundary + '--' + CRLF + CRLF); + let contentLength = footerBytes.byteLength; + + const parts = Array.from(form.entries()).map(([name, value]) => { + const part = new FormDataPart(name, value); + contentLength += part.size; + return part; + }); + + contentLength += boundaryBytes.byteLength * parts.length; + + contentLength = utils$1.toFiniteNumber(contentLength); + + const computedHeaders = { + 'Content-Type': `multipart/form-data; boundary=${boundary}` + }; + + if (Number.isFinite(contentLength)) { + computedHeaders['Content-Length'] = contentLength; + } + + headersHandler && headersHandler(computedHeaders); + + return stream.Readable.from((async function *() { + for(const part of parts) { + yield boundaryBytes; + yield* part.encode(); + } + + yield footerBytes; + })()); +}; + +const formDataToStream$1 = formDataToStream; + +class ZlibHeaderTransformStream extends stream__default["default"].Transform { + __transform(chunk, encoding, callback) { + this.push(chunk); + callback(); + } + + _transform(chunk, encoding, callback) { + if (chunk.length !== 0) { + this._transform = this.__transform; + + // Add Default Compression headers if no zlib headers are present + if (chunk[0] !== 120) { // Hex: 78 + const header = Buffer.alloc(2); + header[0] = 120; // Hex: 78 + header[1] = 156; // Hex: 9C + this.push(header, encoding); + } + } + + this.__transform(chunk, encoding, callback); + } +} + +const ZlibHeaderTransformStream$1 = ZlibHeaderTransformStream; + +const callbackify = (fn, reducer) => { + return utils$1.isAsyncFn(fn) ? function (...args) { + const cb = args.pop(); + fn.apply(this, args).then((value) => { + try { + reducer ? cb(null, ...reducer(value)) : cb(null, value); + } catch (err) { + cb(err); + } + }, cb); + } : fn; +}; + +const callbackify$1 = callbackify; + +/** + * Calculate data maxRate + * @param {Number} [samplesCount= 10] + * @param {Number} [min= 1000] + * @returns {Function} + */ +function speedometer(samplesCount, min) { + samplesCount = samplesCount || 10; + const bytes = new Array(samplesCount); + const timestamps = new Array(samplesCount); + let head = 0; + let tail = 0; + let firstSampleTS; + + min = min !== undefined ? min : 1000; + + return function push(chunkLength) { + const now = Date.now(); + + const startedAt = timestamps[tail]; + + if (!firstSampleTS) { + firstSampleTS = now; + } + + bytes[head] = chunkLength; + timestamps[head] = now; + + let i = tail; + let bytesCount = 0; + + while (i !== head) { + bytesCount += bytes[i++]; + i = i % samplesCount; + } + + head = (head + 1) % samplesCount; + + if (head === tail) { + tail = (tail + 1) % samplesCount; + } + + if (now - firstSampleTS < min) { + return; + } + + const passed = startedAt && now - startedAt; + + return passed ? Math.round(bytesCount * 1000 / passed) : undefined; + }; +} + +/** + * Throttle decorator + * @param {Function} fn + * @param {Number} freq + * @return {Function} + */ +function throttle(fn, freq) { + let timestamp = 0; + let threshold = 1000 / freq; + let lastArgs; + let timer; + + const invoke = (args, now = Date.now()) => { + timestamp = now; + lastArgs = null; + if (timer) { + clearTimeout(timer); + timer = null; + } + fn.apply(null, args); + }; + + const throttled = (...args) => { + const now = Date.now(); + const passed = now - timestamp; + if ( passed >= threshold) { + invoke(args, now); + } else { + lastArgs = args; + if (!timer) { + timer = setTimeout(() => { + timer = null; + invoke(lastArgs); + }, threshold - passed); + } + } + }; + + const flush = () => lastArgs && invoke(lastArgs); + + return [throttled, flush]; +} + +const progressEventReducer = (listener, isDownloadStream, freq = 3) => { + let bytesNotified = 0; + const _speedometer = speedometer(50, 250); + + return throttle(e => { + const loaded = e.loaded; + const total = e.lengthComputable ? e.total : undefined; + const progressBytes = loaded - bytesNotified; + const rate = _speedometer(progressBytes); + const inRange = loaded <= total; + + bytesNotified = loaded; + + const data = { + loaded, + total, + progress: total ? (loaded / total) : undefined, + bytes: progressBytes, + rate: rate ? rate : undefined, + estimated: rate && total && inRange ? (total - loaded) / rate : undefined, + event: e, + lengthComputable: total != null, + [isDownloadStream ? 'download' : 'upload']: true + }; + + listener(data); + }, freq); +}; + +const progressEventDecorator = (total, throttled) => { + const lengthComputable = total != null; + + return [(loaded) => throttled[0]({ + lengthComputable, + total, + loaded + }), throttled[1]]; +}; + +const asyncDecorator = (fn) => (...args) => utils$1.asap(() => fn(...args)); + +const zlibOptions = { + flush: zlib__default["default"].constants.Z_SYNC_FLUSH, + finishFlush: zlib__default["default"].constants.Z_SYNC_FLUSH +}; + +const brotliOptions = { + flush: zlib__default["default"].constants.BROTLI_OPERATION_FLUSH, + finishFlush: zlib__default["default"].constants.BROTLI_OPERATION_FLUSH +}; + +const isBrotliSupported = utils$1.isFunction(zlib__default["default"].createBrotliDecompress); + +const {http: httpFollow, https: httpsFollow} = followRedirects__default["default"]; + +const isHttps = /https:?/; + +const supportedProtocols = platform.protocols.map(protocol => { + return protocol + ':'; +}); + +const flushOnFinish = (stream, [throttled, flush]) => { + stream + .on('end', flush) + .on('error', flush); + + return throttled; +}; + +/** + * If the proxy or config beforeRedirects functions are defined, call them with the options + * object. + * + * @param {Object} options - The options object that was passed to the request. + * + * @returns {Object} + */ +function dispatchBeforeRedirect(options, responseDetails) { + if (options.beforeRedirects.proxy) { + options.beforeRedirects.proxy(options); + } + if (options.beforeRedirects.config) { + options.beforeRedirects.config(options, responseDetails); + } +} + +/** + * If the proxy or config afterRedirects functions are defined, call them with the options + * + * @param {http.ClientRequestArgs} options + * @param {AxiosProxyConfig} configProxy configuration from Axios options object + * @param {string} location + * + * @returns {http.ClientRequestArgs} + */ +function setProxy(options, configProxy, location) { + let proxy = configProxy; + if (!proxy && proxy !== false) { + const proxyUrl = proxyFromEnv__default["default"].getProxyForUrl(location); + if (proxyUrl) { + proxy = new URL(proxyUrl); + } + } + if (proxy) { + // Basic proxy authorization + if (proxy.username) { + proxy.auth = (proxy.username || '') + ':' + (proxy.password || ''); + } + + if (proxy.auth) { + // Support proxy auth object form + if (proxy.auth.username || proxy.auth.password) { + proxy.auth = (proxy.auth.username || '') + ':' + (proxy.auth.password || ''); + } + const base64 = Buffer + .from(proxy.auth, 'utf8') + .toString('base64'); + options.headers['Proxy-Authorization'] = 'Basic ' + base64; + } + + options.headers.host = options.hostname + (options.port ? ':' + options.port : ''); + const proxyHost = proxy.hostname || proxy.host; + options.hostname = proxyHost; + // Replace 'host' since options is not a URL object + options.host = proxyHost; + options.port = proxy.port; + options.path = location; + if (proxy.protocol) { + options.protocol = proxy.protocol.includes(':') ? proxy.protocol : `${proxy.protocol}:`; + } + } + + options.beforeRedirects.proxy = function beforeRedirect(redirectOptions) { + // Configure proxy for redirected request, passing the original config proxy to apply + // the exact same logic as if the redirected request was performed by axios directly. + setProxy(redirectOptions, configProxy, redirectOptions.href); + }; +} + +const isHttpAdapterSupported = typeof process !== 'undefined' && utils$1.kindOf(process) === 'process'; + +// temporary hotfix + +const wrapAsync = (asyncExecutor) => { + return new Promise((resolve, reject) => { + let onDone; + let isDone; + + const done = (value, isRejected) => { + if (isDone) return; + isDone = true; + onDone && onDone(value, isRejected); + }; + + const _resolve = (value) => { + done(value); + resolve(value); + }; + + const _reject = (reason) => { + done(reason, true); + reject(reason); + }; + + asyncExecutor(_resolve, _reject, (onDoneHandler) => (onDone = onDoneHandler)).catch(_reject); + }) +}; + +const resolveFamily = ({address, family}) => { + if (!utils$1.isString(address)) { + throw TypeError('address must be a string'); + } + return ({ + address, + family: family || (address.indexOf('.') < 0 ? 6 : 4) + }); +}; + +const buildAddressEntry = (address, family) => resolveFamily(utils$1.isObject(address) ? address : {address, family}); + +/*eslint consistent-return:0*/ +const httpAdapter = isHttpAdapterSupported && function httpAdapter(config) { + return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) { + let {data, lookup, family} = config; + const {responseType, responseEncoding} = config; + const method = config.method.toUpperCase(); + let isDone; + let rejected = false; + let req; + + if (lookup) { + const _lookup = callbackify$1(lookup, (value) => utils$1.isArray(value) ? value : [value]); + // hotfix to support opt.all option which is required for node 20.x + lookup = (hostname, opt, cb) => { + _lookup(hostname, opt, (err, arg0, arg1) => { + if (err) { + return cb(err); + } + + const addresses = utils$1.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)]; + + opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family); + }); + }; + } + + // temporary internal emitter until the AxiosRequest class will be implemented + const emitter = new events.EventEmitter(); + + const onFinished = () => { + if (config.cancelToken) { + config.cancelToken.unsubscribe(abort); + } + + if (config.signal) { + config.signal.removeEventListener('abort', abort); + } + + emitter.removeAllListeners(); + }; + + onDone((value, isRejected) => { + isDone = true; + if (isRejected) { + rejected = true; + onFinished(); + } + }); + + function abort(reason) { + emitter.emit('abort', !reason || reason.type ? new CanceledError(null, config, req) : reason); + } + + emitter.once('abort', reject); + + if (config.cancelToken || config.signal) { + config.cancelToken && config.cancelToken.subscribe(abort); + if (config.signal) { + config.signal.aborted ? abort() : config.signal.addEventListener('abort', abort); + } + } + + // Parse url + const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); + const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined); + const protocol = parsed.protocol || supportedProtocols[0]; + + if (protocol === 'data:') { + let convertedData; + + if (method !== 'GET') { + return settle(resolve, reject, { + status: 405, + statusText: 'method not allowed', + headers: {}, + config + }); + } + + try { + convertedData = fromDataURI(config.url, responseType === 'blob', { + Blob: config.env && config.env.Blob + }); + } catch (err) { + throw AxiosError.from(err, AxiosError.ERR_BAD_REQUEST, config); + } + + if (responseType === 'text') { + convertedData = convertedData.toString(responseEncoding); + + if (!responseEncoding || responseEncoding === 'utf8') { + convertedData = utils$1.stripBOM(convertedData); + } + } else if (responseType === 'stream') { + convertedData = stream__default["default"].Readable.from(convertedData); + } + + return settle(resolve, reject, { + data: convertedData, + status: 200, + statusText: 'OK', + headers: new AxiosHeaders$1(), + config + }); + } + + if (supportedProtocols.indexOf(protocol) === -1) { + return reject(new AxiosError( + 'Unsupported protocol ' + protocol, + AxiosError.ERR_BAD_REQUEST, + config + )); + } + + const headers = AxiosHeaders$1.from(config.headers).normalize(); + + // Set User-Agent (required by some servers) + // See https://github.com/axios/axios/issues/69 + // User-Agent is specified; handle case where no UA header is desired + // Only set header if it hasn't been set in config + headers.set('User-Agent', 'axios/' + VERSION, false); + + const {onUploadProgress, onDownloadProgress} = config; + const maxRate = config.maxRate; + let maxUploadRate = undefined; + let maxDownloadRate = undefined; + + // support for spec compliant FormData objects + if (utils$1.isSpecCompliantForm(data)) { + const userBoundary = headers.getContentType(/boundary=([-_\w\d]{10,70})/i); + + data = formDataToStream$1(data, (formHeaders) => { + headers.set(formHeaders); + }, { + tag: `axios-${VERSION}-boundary`, + boundary: userBoundary && userBoundary[1] || undefined + }); + // support for https://www.npmjs.com/package/form-data api + } else if (utils$1.isFormData(data) && utils$1.isFunction(data.getHeaders)) { + headers.set(data.getHeaders()); + + if (!headers.hasContentLength()) { + try { + const knownLength = await util__default["default"].promisify(data.getLength).call(data); + Number.isFinite(knownLength) && knownLength >= 0 && headers.setContentLength(knownLength); + /*eslint no-empty:0*/ + } catch (e) { + } + } + } else if (utils$1.isBlob(data) || utils$1.isFile(data)) { + data.size && headers.setContentType(data.type || 'application/octet-stream'); + headers.setContentLength(data.size || 0); + data = stream__default["default"].Readable.from(readBlob$1(data)); + } else if (data && !utils$1.isStream(data)) { + if (Buffer.isBuffer(data)) ; else if (utils$1.isArrayBuffer(data)) { + data = Buffer.from(new Uint8Array(data)); + } else if (utils$1.isString(data)) { + data = Buffer.from(data, 'utf-8'); + } else { + return reject(new AxiosError( + 'Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream', + AxiosError.ERR_BAD_REQUEST, + config + )); + } + + // Add Content-Length header if data exists + headers.setContentLength(data.length, false); + + if (config.maxBodyLength > -1 && data.length > config.maxBodyLength) { + return reject(new AxiosError( + 'Request body larger than maxBodyLength limit', + AxiosError.ERR_BAD_REQUEST, + config + )); + } + } + + const contentLength = utils$1.toFiniteNumber(headers.getContentLength()); + + if (utils$1.isArray(maxRate)) { + maxUploadRate = maxRate[0]; + maxDownloadRate = maxRate[1]; + } else { + maxUploadRate = maxDownloadRate = maxRate; + } + + if (data && (onUploadProgress || maxUploadRate)) { + if (!utils$1.isStream(data)) { + data = stream__default["default"].Readable.from(data, {objectMode: false}); + } + + data = stream__default["default"].pipeline([data, new AxiosTransformStream$1({ + maxRate: utils$1.toFiniteNumber(maxUploadRate) + })], utils$1.noop); + + onUploadProgress && data.on('progress', flushOnFinish( + data, + progressEventDecorator( + contentLength, + progressEventReducer(asyncDecorator(onUploadProgress), false, 3) + ) + )); + } + + // HTTP basic authentication + let auth = undefined; + if (config.auth) { + const username = config.auth.username || ''; + const password = config.auth.password || ''; + auth = username + ':' + password; + } + + if (!auth && parsed.username) { + const urlUsername = parsed.username; + const urlPassword = parsed.password; + auth = urlUsername + ':' + urlPassword; + } + + auth && headers.delete('authorization'); + + let path; + + try { + path = buildURL( + parsed.pathname + parsed.search, + config.params, + config.paramsSerializer + ).replace(/^\?/, ''); + } catch (err) { + const customErr = new Error(err.message); + customErr.config = config; + customErr.url = config.url; + customErr.exists = true; + return reject(customErr); + } + + headers.set( + 'Accept-Encoding', + 'gzip, compress, deflate' + (isBrotliSupported ? ', br' : ''), false + ); + + const options = { + path, + method: method, + headers: headers.toJSON(), + agents: { http: config.httpAgent, https: config.httpsAgent }, + auth, + protocol, + family, + beforeRedirect: dispatchBeforeRedirect, + beforeRedirects: {} + }; + + // cacheable-lookup integration hotfix + !utils$1.isUndefined(lookup) && (options.lookup = lookup); + + if (config.socketPath) { + options.socketPath = config.socketPath; + } else { + options.hostname = parsed.hostname.startsWith("[") ? parsed.hostname.slice(1, -1) : parsed.hostname; + options.port = parsed.port; + setProxy(options, config.proxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path); + } + + let transport; + const isHttpsRequest = isHttps.test(options.protocol); + options.agent = isHttpsRequest ? config.httpsAgent : config.httpAgent; + if (config.transport) { + transport = config.transport; + } else if (config.maxRedirects === 0) { + transport = isHttpsRequest ? https__default["default"] : http__default["default"]; + } else { + if (config.maxRedirects) { + options.maxRedirects = config.maxRedirects; + } + if (config.beforeRedirect) { + options.beforeRedirects.config = config.beforeRedirect; + } + transport = isHttpsRequest ? httpsFollow : httpFollow; + } + + if (config.maxBodyLength > -1) { + options.maxBodyLength = config.maxBodyLength; + } else { + // follow-redirects does not skip comparison, so it should always succeed for axios -1 unlimited + options.maxBodyLength = Infinity; + } + + if (config.insecureHTTPParser) { + options.insecureHTTPParser = config.insecureHTTPParser; + } + + // Create the request + req = transport.request(options, function handleResponse(res) { + if (req.destroyed) return; + + const streams = [res]; + + const responseLength = +res.headers['content-length']; + + if (onDownloadProgress || maxDownloadRate) { + const transformStream = new AxiosTransformStream$1({ + maxRate: utils$1.toFiniteNumber(maxDownloadRate) + }); + + onDownloadProgress && transformStream.on('progress', flushOnFinish( + transformStream, + progressEventDecorator( + responseLength, + progressEventReducer(asyncDecorator(onDownloadProgress), true, 3) + ) + )); + + streams.push(transformStream); + } + + // decompress the response body transparently if required + let responseStream = res; + + // return the last request in case of redirects + const lastRequest = res.req || req; + + // if decompress disabled we should not decompress + if (config.decompress !== false && res.headers['content-encoding']) { + // if no content, but headers still say that it is encoded, + // remove the header not confuse downstream operations + if (method === 'HEAD' || res.statusCode === 204) { + delete res.headers['content-encoding']; + } + + switch ((res.headers['content-encoding'] || '').toLowerCase()) { + /*eslint default-case:0*/ + case 'gzip': + case 'x-gzip': + case 'compress': + case 'x-compress': + // add the unzipper to the body stream processing pipeline + streams.push(zlib__default["default"].createUnzip(zlibOptions)); + + // remove the content-encoding in order to not confuse downstream operations + delete res.headers['content-encoding']; + break; + case 'deflate': + streams.push(new ZlibHeaderTransformStream$1()); + + // add the unzipper to the body stream processing pipeline + streams.push(zlib__default["default"].createUnzip(zlibOptions)); + + // remove the content-encoding in order to not confuse downstream operations + delete res.headers['content-encoding']; + break; + case 'br': + if (isBrotliSupported) { + streams.push(zlib__default["default"].createBrotliDecompress(brotliOptions)); + delete res.headers['content-encoding']; + } + } + } + + responseStream = streams.length > 1 ? stream__default["default"].pipeline(streams, utils$1.noop) : streams[0]; + + const offListeners = stream__default["default"].finished(responseStream, () => { + offListeners(); + onFinished(); + }); + + const response = { + status: res.statusCode, + statusText: res.statusMessage, + headers: new AxiosHeaders$1(res.headers), + config, + request: lastRequest + }; + + if (responseType === 'stream') { + response.data = responseStream; + settle(resolve, reject, response); + } else { + const responseBuffer = []; + let totalResponseBytes = 0; + + responseStream.on('data', function handleStreamData(chunk) { + responseBuffer.push(chunk); + totalResponseBytes += chunk.length; + + // make sure the content length is not over the maxContentLength if specified + if (config.maxContentLength > -1 && totalResponseBytes > config.maxContentLength) { + // stream.destroy() emit aborted event before calling reject() on Node.js v16 + rejected = true; + responseStream.destroy(); + reject(new AxiosError('maxContentLength size of ' + config.maxContentLength + ' exceeded', + AxiosError.ERR_BAD_RESPONSE, config, lastRequest)); + } + }); + + responseStream.on('aborted', function handlerStreamAborted() { + if (rejected) { + return; + } + + const err = new AxiosError( + 'stream has been aborted', + AxiosError.ERR_BAD_RESPONSE, + config, + lastRequest + ); + responseStream.destroy(err); + reject(err); + }); + + responseStream.on('error', function handleStreamError(err) { + if (req.destroyed) return; + reject(AxiosError.from(err, null, config, lastRequest)); + }); + + responseStream.on('end', function handleStreamEnd() { + try { + let responseData = responseBuffer.length === 1 ? responseBuffer[0] : Buffer.concat(responseBuffer); + if (responseType !== 'arraybuffer') { + responseData = responseData.toString(responseEncoding); + if (!responseEncoding || responseEncoding === 'utf8') { + responseData = utils$1.stripBOM(responseData); + } + } + response.data = responseData; + } catch (err) { + return reject(AxiosError.from(err, null, config, response.request, response)); + } + settle(resolve, reject, response); + }); + } + + emitter.once('abort', err => { + if (!responseStream.destroyed) { + responseStream.emit('error', err); + responseStream.destroy(); + } + }); + }); + + emitter.once('abort', err => { + reject(err); + req.destroy(err); + }); + + // Handle errors + req.on('error', function handleRequestError(err) { + // @todo remove + // if (req.aborted && err.code !== AxiosError.ERR_FR_TOO_MANY_REDIRECTS) return; + reject(AxiosError.from(err, null, config, req)); + }); + + // set tcp keep alive to prevent drop connection by peer + req.on('socket', function handleRequestSocket(socket) { + // default interval of sending ack packet is 1 minute + socket.setKeepAlive(true, 1000 * 60); + }); + + // Handle request timeout + if (config.timeout) { + // This is forcing a int timeout to avoid problems if the `req` interface doesn't handle other types. + const timeout = parseInt(config.timeout, 10); + + if (Number.isNaN(timeout)) { + reject(new AxiosError( + 'error trying to parse `config.timeout` to int', + AxiosError.ERR_BAD_OPTION_VALUE, + config, + req + )); + + return; + } + + // Sometime, the response will be very slow, and does not respond, the connect event will be block by event loop system. + // And timer callback will be fired, and abort() will be invoked before connection, then get "socket hang up" and code ECONNRESET. + // At this time, if we have a large number of request, nodejs will hang up some socket on background. and the number will up and up. + // And then these socket which be hang up will devouring CPU little by little. + // ClientRequest.setTimeout will be fired on the specify milliseconds, and can make sure that abort() will be fired after connect. + req.setTimeout(timeout, function handleRequestTimeout() { + if (isDone) return; + let timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded'; + const transitional = config.transitional || transitionalDefaults; + if (config.timeoutErrorMessage) { + timeoutErrorMessage = config.timeoutErrorMessage; + } + reject(new AxiosError( + timeoutErrorMessage, + transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, + config, + req + )); + abort(); + }); + } + + + // Send the request + if (utils$1.isStream(data)) { + let ended = false; + let errored = false; + + data.on('end', () => { + ended = true; + }); + + data.once('error', err => { + errored = true; + req.destroy(err); + }); + + data.on('close', () => { + if (!ended && !errored) { + abort(new CanceledError('Request stream has been aborted', config, req)); + } + }); + + data.pipe(req); + } else { + req.end(data); + } + }); +}; + +const isURLSameOrigin = platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => { + url = new URL(url, platform.origin); + + return ( + origin.protocol === url.protocol && + origin.host === url.host && + (isMSIE || origin.port === url.port) + ); +})( + new URL(platform.origin), + platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent) +) : () => true; + +const cookies = platform.hasStandardBrowserEnv ? + + // Standard browser envs support document.cookie + { + write(name, value, expires, path, domain, secure) { + const cookie = [name + '=' + encodeURIComponent(value)]; + + utils$1.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString()); + + utils$1.isString(path) && cookie.push('path=' + path); + + utils$1.isString(domain) && cookie.push('domain=' + domain); + + secure === true && cookie.push('secure'); + + document.cookie = cookie.join('; '); + }, + + read(name) { + const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, + + remove(name) { + this.write(name, '', Date.now() - 86400000); + } + } + + : + + // Non-standard browser env (web workers, react-native) lack needed support. + { + write() {}, + read() { + return null; + }, + remove() {} + }; + +const headersToObject = (thing) => thing instanceof AxiosHeaders$1 ? { ...thing } : thing; + +/** + * Config-specific merge-function which creates a new config-object + * by merging two configuration objects together. + * + * @param {Object} config1 + * @param {Object} config2 + * + * @returns {Object} New object resulting from merging config2 to config1 + */ +function mergeConfig(config1, config2) { + // eslint-disable-next-line no-param-reassign + config2 = config2 || {}; + const config = {}; + + function getMergedValue(target, source, prop, caseless) { + if (utils$1.isPlainObject(target) && utils$1.isPlainObject(source)) { + return utils$1.merge.call({caseless}, target, source); + } else if (utils$1.isPlainObject(source)) { + return utils$1.merge({}, source); + } else if (utils$1.isArray(source)) { + return source.slice(); + } + return source; + } + + // eslint-disable-next-line consistent-return + function mergeDeepProperties(a, b, prop , caseless) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(a, b, prop , caseless); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a, prop , caseless); + } + } + + // eslint-disable-next-line consistent-return + function valueFromConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } + } + + // eslint-disable-next-line consistent-return + function defaultToConfig2(a, b) { + if (!utils$1.isUndefined(b)) { + return getMergedValue(undefined, b); + } else if (!utils$1.isUndefined(a)) { + return getMergedValue(undefined, a); + } + } + + // eslint-disable-next-line consistent-return + function mergeDirectKeys(a, b, prop) { + if (prop in config2) { + return getMergedValue(a, b); + } else if (prop in config1) { + return getMergedValue(undefined, a); + } + } + + const mergeMap = { + url: valueFromConfig2, + method: valueFromConfig2, + data: valueFromConfig2, + baseURL: defaultToConfig2, + transformRequest: defaultToConfig2, + transformResponse: defaultToConfig2, + paramsSerializer: defaultToConfig2, + timeout: defaultToConfig2, + timeoutMessage: defaultToConfig2, + withCredentials: defaultToConfig2, + withXSRFToken: defaultToConfig2, + adapter: defaultToConfig2, + responseType: defaultToConfig2, + xsrfCookieName: defaultToConfig2, + xsrfHeaderName: defaultToConfig2, + onUploadProgress: defaultToConfig2, + onDownloadProgress: defaultToConfig2, + decompress: defaultToConfig2, + maxContentLength: defaultToConfig2, + maxBodyLength: defaultToConfig2, + beforeRedirect: defaultToConfig2, + transport: defaultToConfig2, + httpAgent: defaultToConfig2, + httpsAgent: defaultToConfig2, + cancelToken: defaultToConfig2, + socketPath: defaultToConfig2, + responseEncoding: defaultToConfig2, + validateStatus: mergeDirectKeys, + headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true) + }; + + utils$1.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { + const merge = mergeMap[prop] || mergeDeepProperties; + const configValue = merge(config1[prop], config2[prop], prop); + (utils$1.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); + }); + + return config; +} + +const resolveConfig = (config) => { + const newConfig = mergeConfig({}, config); + + let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig; + + newConfig.headers = headers = AxiosHeaders$1.from(headers); + + newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer); + + // HTTP basic authentication + if (auth) { + headers.set('Authorization', 'Basic ' + + btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : '')) + ); + } + + let contentType; + + if (utils$1.isFormData(data)) { + if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) { + headers.setContentType(undefined); // Let the browser set it + } else if ((contentType = headers.getContentType()) !== false) { + // fix semicolon duplication issue for ReactNative FormData implementation + const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : []; + headers.setContentType([type || 'multipart/form-data', ...tokens].join('; ')); + } + } + + // Add xsrf header + // This is only done if running in a standard browser environment. + // Specifically not if we're in a web worker, or react-native. + + if (platform.hasStandardBrowserEnv) { + withXSRFToken && utils$1.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig)); + + if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) { + // Add xsrf header + const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName); + + if (xsrfValue) { + headers.set(xsrfHeaderName, xsrfValue); + } + } + } + + return newConfig; +}; + +const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined'; + +const xhrAdapter = isXHRAdapterSupported && function (config) { + return new Promise(function dispatchXhrRequest(resolve, reject) { + const _config = resolveConfig(config); + let requestData = _config.data; + const requestHeaders = AxiosHeaders$1.from(_config.headers).normalize(); + let {responseType, onUploadProgress, onDownloadProgress} = _config; + let onCanceled; + let uploadThrottled, downloadThrottled; + let flushUpload, flushDownload; + + function done() { + flushUpload && flushUpload(); // flush events + flushDownload && flushDownload(); // flush events + + _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled); + + _config.signal && _config.signal.removeEventListener('abort', onCanceled); + } + + let request = new XMLHttpRequest(); + + request.open(_config.method.toUpperCase(), _config.url, true); + + // Set the request timeout in MS + request.timeout = _config.timeout; + + function onloadend() { + if (!request) { + return; + } + // Prepare the response + const responseHeaders = AxiosHeaders$1.from( + 'getAllResponseHeaders' in request && request.getAllResponseHeaders() + ); + const responseData = !responseType || responseType === 'text' || responseType === 'json' ? + request.responseText : request.response; + const response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders, + config, + request + }; + + settle(function _resolve(value) { + resolve(value); + done(); + }, function _reject(err) { + reject(err); + done(); + }, response); + + // Clean up request + request = null; + } + + if ('onloadend' in request) { + // Use onloadend if available + request.onloadend = onloadend; + } else { + // Listen for ready state to emulate onloadend + request.onreadystatechange = function handleLoad() { + if (!request || request.readyState !== 4) { + return; + } + + // The request errored out and we didn't get a response, this will be + // handled by onerror instead + // With one exception: request that using file: protocol, most browsers + // will return status as 0 even though it's a successful request + if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { + return; + } + // readystate handler is calling before onerror or ontimeout handlers, + // so we should call onloadend on the next 'tick' + setTimeout(onloadend); + }; + } + + // Handle browser request cancellation (as opposed to a manual cancellation) + request.onabort = function handleAbort() { + if (!request) { + return; + } + + reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request)); + + // Clean up request + request = null; + }; + + // Handle low level network errors + request.onerror = function handleError() { + // Real errors are hidden from us by the browser + // onerror should only fire if it's a network error + reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request)); + + // Clean up request + request = null; + }; + + // Handle timeout + request.ontimeout = function handleTimeout() { + let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded'; + const transitional = _config.transitional || transitionalDefaults; + if (_config.timeoutErrorMessage) { + timeoutErrorMessage = _config.timeoutErrorMessage; + } + reject(new AxiosError( + timeoutErrorMessage, + transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, + config, + request)); + + // Clean up request + request = null; + }; + + // Remove Content-Type if data is undefined + requestData === undefined && requestHeaders.setContentType(null); + + // Add headers to the request + if ('setRequestHeader' in request) { + utils$1.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { + request.setRequestHeader(key, val); + }); + } + + // Add withCredentials to request if needed + if (!utils$1.isUndefined(_config.withCredentials)) { + request.withCredentials = !!_config.withCredentials; + } + + // Add responseType to request if needed + if (responseType && responseType !== 'json') { + request.responseType = _config.responseType; + } + + // Handle progress if needed + if (onDownloadProgress) { + ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true)); + request.addEventListener('progress', downloadThrottled); + } + + // Not all browsers support upload events + if (onUploadProgress && request.upload) { + ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress)); + + request.upload.addEventListener('progress', uploadThrottled); + + request.upload.addEventListener('loadend', flushUpload); + } + + if (_config.cancelToken || _config.signal) { + // Handle cancellation + // eslint-disable-next-line func-names + onCanceled = cancel => { + if (!request) { + return; + } + reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel); + request.abort(); + request = null; + }; + + _config.cancelToken && _config.cancelToken.subscribe(onCanceled); + if (_config.signal) { + _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled); + } + } + + const protocol = parseProtocol(_config.url); + + if (protocol && platform.protocols.indexOf(protocol) === -1) { + reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config)); + return; + } + + + // Send the request + request.send(requestData || null); + }); +}; + +const composeSignals = (signals, timeout) => { + const {length} = (signals = signals ? signals.filter(Boolean) : []); + + if (timeout || length) { + let controller = new AbortController(); + + let aborted; + + const onabort = function (reason) { + if (!aborted) { + aborted = true; + unsubscribe(); + const err = reason instanceof Error ? reason : this.reason; + controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err)); + } + }; + + let timer = timeout && setTimeout(() => { + timer = null; + onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT)); + }, timeout); + + const unsubscribe = () => { + if (signals) { + timer && clearTimeout(timer); + timer = null; + signals.forEach(signal => { + signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort); + }); + signals = null; + } + }; + + signals.forEach((signal) => signal.addEventListener('abort', onabort)); + + const {signal} = controller; + + signal.unsubscribe = () => utils$1.asap(unsubscribe); + + return signal; + } +}; + +const composeSignals$1 = composeSignals; + +const streamChunk = function* (chunk, chunkSize) { + let len = chunk.byteLength; + + if (!chunkSize || len < chunkSize) { + yield chunk; + return; + } + + let pos = 0; + let end; + + while (pos < len) { + end = pos + chunkSize; + yield chunk.slice(pos, end); + pos = end; + } +}; + +const readBytes = async function* (iterable, chunkSize) { + for await (const chunk of readStream(iterable)) { + yield* streamChunk(chunk, chunkSize); + } +}; + +const readStream = async function* (stream) { + if (stream[Symbol.asyncIterator]) { + yield* stream; + return; + } + + const reader = stream.getReader(); + try { + for (;;) { + const {done, value} = await reader.read(); + if (done) { + break; + } + yield value; + } + } finally { + await reader.cancel(); + } +}; + +const trackStream = (stream, chunkSize, onProgress, onFinish) => { + const iterator = readBytes(stream, chunkSize); + + let bytes = 0; + let done; + let _onFinish = (e) => { + if (!done) { + done = true; + onFinish && onFinish(e); + } + }; + + return new ReadableStream({ + async pull(controller) { + try { + const {done, value} = await iterator.next(); + + if (done) { + _onFinish(); + controller.close(); + return; + } + + let len = value.byteLength; + if (onProgress) { + let loadedBytes = bytes += len; + onProgress(loadedBytes); + } + controller.enqueue(new Uint8Array(value)); + } catch (err) { + _onFinish(err); + throw err; + } + }, + cancel(reason) { + _onFinish(reason); + return iterator.return(); + } + }, { + highWaterMark: 2 + }) +}; + +const isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function'; +const isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function'; + +// used only inside the fetch adapter +const encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? + ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : + async (str) => new Uint8Array(await new Response(str).arrayBuffer()) +); + +const test = (fn, ...args) => { + try { + return !!fn(...args); + } catch (e) { + return false + } +}; + +const supportsRequestStream = isReadableStreamSupported && test(() => { + let duplexAccessed = false; + + const hasContentType = new Request(platform.origin, { + body: new ReadableStream(), + method: 'POST', + get duplex() { + duplexAccessed = true; + return 'half'; + }, + }).headers.has('Content-Type'); + + return duplexAccessed && !hasContentType; +}); + +const DEFAULT_CHUNK_SIZE = 64 * 1024; + +const supportsResponseStream = isReadableStreamSupported && + test(() => utils$1.isReadableStream(new Response('').body)); + + +const resolvers = { + stream: supportsResponseStream && ((res) => res.body) +}; + +isFetchSupported && (((res) => { + ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => { + !resolvers[type] && (resolvers[type] = utils$1.isFunction(res[type]) ? (res) => res[type]() : + (_, config) => { + throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config); + }); + }); +})(new Response)); + +const getBodyLength = async (body) => { + if (body == null) { + return 0; + } + + if(utils$1.isBlob(body)) { + return body.size; + } + + if(utils$1.isSpecCompliantForm(body)) { + const _request = new Request(platform.origin, { + method: 'POST', + body, + }); + return (await _request.arrayBuffer()).byteLength; + } + + if(utils$1.isArrayBufferView(body) || utils$1.isArrayBuffer(body)) { + return body.byteLength; + } + + if(utils$1.isURLSearchParams(body)) { + body = body + ''; + } + + if(utils$1.isString(body)) { + return (await encodeText(body)).byteLength; + } +}; + +const resolveBodyLength = async (headers, body) => { + const length = utils$1.toFiniteNumber(headers.getContentLength()); + + return length == null ? getBodyLength(body) : length; +}; + +const fetchAdapter = isFetchSupported && (async (config) => { + let { + url, + method, + data, + signal, + cancelToken, + timeout, + onDownloadProgress, + onUploadProgress, + responseType, + headers, + withCredentials = 'same-origin', + fetchOptions + } = resolveConfig(config); + + responseType = responseType ? (responseType + '').toLowerCase() : 'text'; + + let composedSignal = composeSignals$1([signal, cancelToken && cancelToken.toAbortSignal()], timeout); + + let request; + + const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => { + composedSignal.unsubscribe(); + }); + + let requestContentLength; + + try { + if ( + onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' && + (requestContentLength = await resolveBodyLength(headers, data)) !== 0 + ) { + let _request = new Request(url, { + method: 'POST', + body: data, + duplex: "half" + }); + + let contentTypeHeader; + + if (utils$1.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) { + headers.setContentType(contentTypeHeader); + } + + if (_request.body) { + const [onProgress, flush] = progressEventDecorator( + requestContentLength, + progressEventReducer(asyncDecorator(onUploadProgress)) + ); + + data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush); + } + } + + if (!utils$1.isString(withCredentials)) { + withCredentials = withCredentials ? 'include' : 'omit'; + } + + // Cloudflare Workers throws when credentials are defined + // see https://github.com/cloudflare/workerd/issues/902 + const isCredentialsSupported = "credentials" in Request.prototype; + request = new Request(url, { + ...fetchOptions, + signal: composedSignal, + method: method.toUpperCase(), + headers: headers.normalize().toJSON(), + body: data, + duplex: "half", + credentials: isCredentialsSupported ? withCredentials : undefined + }); + + let response = await fetch(request); + + const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response'); + + if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) { + const options = {}; + + ['status', 'statusText', 'headers'].forEach(prop => { + options[prop] = response[prop]; + }); + + const responseContentLength = utils$1.toFiniteNumber(response.headers.get('content-length')); + + const [onProgress, flush] = onDownloadProgress && progressEventDecorator( + responseContentLength, + progressEventReducer(asyncDecorator(onDownloadProgress), true) + ) || []; + + response = new Response( + trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => { + flush && flush(); + unsubscribe && unsubscribe(); + }), + options + ); + } + + responseType = responseType || 'text'; + + let responseData = await resolvers[utils$1.findKey(resolvers, responseType) || 'text'](response, config); + + !isStreamResponse && unsubscribe && unsubscribe(); + + return await new Promise((resolve, reject) => { + settle(resolve, reject, { + data: responseData, + headers: AxiosHeaders$1.from(response.headers), + status: response.status, + statusText: response.statusText, + config, + request + }); + }) + } catch (err) { + unsubscribe && unsubscribe(); + + if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) { + throw Object.assign( + new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request), + { + cause: err.cause || err + } + ) + } + + throw AxiosError.from(err, err && err.code, config, request); + } +}); + +const knownAdapters = { + http: httpAdapter, + xhr: xhrAdapter, + fetch: fetchAdapter +}; + +utils$1.forEach(knownAdapters, (fn, value) => { + if (fn) { + try { + Object.defineProperty(fn, 'name', {value}); + } catch (e) { + // eslint-disable-next-line no-empty + } + Object.defineProperty(fn, 'adapterName', {value}); + } +}); + +const renderReason = (reason) => `- ${reason}`; + +const isResolvedHandle = (adapter) => utils$1.isFunction(adapter) || adapter === null || adapter === false; + +const adapters = { + getAdapter: (adapters) => { + adapters = utils$1.isArray(adapters) ? adapters : [adapters]; + + const {length} = adapters; + let nameOrAdapter; + let adapter; + + const rejectedReasons = {}; + + for (let i = 0; i < length; i++) { + nameOrAdapter = adapters[i]; + let id; + + adapter = nameOrAdapter; + + if (!isResolvedHandle(nameOrAdapter)) { + adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()]; + + if (adapter === undefined) { + throw new AxiosError(`Unknown adapter '${id}'`); + } + } + + if (adapter) { + break; + } + + rejectedReasons[id || '#' + i] = adapter; + } + + if (!adapter) { + + const reasons = Object.entries(rejectedReasons) + .map(([id, state]) => `adapter ${id} ` + + (state === false ? 'is not supported by the environment' : 'is not available in the build') + ); + + let s = length ? + (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) : + 'as no adapter specified'; + + throw new AxiosError( + `There is no suitable adapter to dispatch the request ` + s, + 'ERR_NOT_SUPPORT' + ); + } + + return adapter; + }, + adapters: knownAdapters +}; + +/** + * Throws a `CanceledError` if cancellation has been requested. + * + * @param {Object} config The config that is to be used for the request + * + * @returns {void} + */ +function throwIfCancellationRequested(config) { + if (config.cancelToken) { + config.cancelToken.throwIfRequested(); + } + + if (config.signal && config.signal.aborted) { + throw new CanceledError(null, config); + } +} + +/** + * Dispatch a request to the server using the configured adapter. + * + * @param {object} config The config that is to be used for the request + * + * @returns {Promise} The Promise to be fulfilled + */ +function dispatchRequest(config) { + throwIfCancellationRequested(config); + + config.headers = AxiosHeaders$1.from(config.headers); + + // Transform request data + config.data = transformData.call( + config, + config.transformRequest + ); + + if (['post', 'put', 'patch'].indexOf(config.method) !== -1) { + config.headers.setContentType('application/x-www-form-urlencoded', false); + } + + const adapter = adapters.getAdapter(config.adapter || defaults$1.adapter); + + return adapter(config).then(function onAdapterResolution(response) { + throwIfCancellationRequested(config); + + // Transform response data + response.data = transformData.call( + config, + config.transformResponse, + response + ); + + response.headers = AxiosHeaders$1.from(response.headers); + + return response; + }, function onAdapterRejection(reason) { + if (!isCancel(reason)) { + throwIfCancellationRequested(config); + + // Transform response data + if (reason && reason.response) { + reason.response.data = transformData.call( + config, + config.transformResponse, + reason.response + ); + reason.response.headers = AxiosHeaders$1.from(reason.response.headers); + } + } + + return Promise.reject(reason); + }); +} + +const validators$1 = {}; + +// eslint-disable-next-line func-names +['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => { + validators$1[type] = function validator(thing) { + return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type; + }; +}); + +const deprecatedWarnings = {}; + +/** + * Transitional option validator + * + * @param {function|boolean?} validator - set to false if the transitional option has been removed + * @param {string?} version - deprecated version / removed since version + * @param {string?} message - some message with additional info + * + * @returns {function} + */ +validators$1.transitional = function transitional(validator, version, message) { + function formatMessage(opt, desc) { + return '[Axios v' + VERSION + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : ''); + } + + // eslint-disable-next-line func-names + return (value, opt, opts) => { + if (validator === false) { + throw new AxiosError( + formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), + AxiosError.ERR_DEPRECATED + ); + } + + if (version && !deprecatedWarnings[opt]) { + deprecatedWarnings[opt] = true; + // eslint-disable-next-line no-console + console.warn( + formatMessage( + opt, + ' has been deprecated since v' + version + ' and will be removed in the near future' + ) + ); + } + + return validator ? validator(value, opt, opts) : true; + }; +}; + +validators$1.spelling = function spelling(correctSpelling) { + return (value, opt) => { + // eslint-disable-next-line no-console + console.warn(`${opt} is likely a misspelling of ${correctSpelling}`); + return true; + } +}; + +/** + * Assert object's properties type + * + * @param {object} options + * @param {object} schema + * @param {boolean?} allowUnknown + * + * @returns {object} + */ + +function assertOptions(options, schema, allowUnknown) { + if (typeof options !== 'object') { + throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE); + } + const keys = Object.keys(options); + let i = keys.length; + while (i-- > 0) { + const opt = keys[i]; + const validator = schema[opt]; + if (validator) { + const value = options[opt]; + const result = value === undefined || validator(value, opt, options); + if (result !== true) { + throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE); + } + continue; + } + if (allowUnknown !== true) { + throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION); + } + } +} + +const validator = { + assertOptions, + validators: validators$1 +}; + +const validators = validator.validators; + +/** + * Create a new instance of Axios + * + * @param {Object} instanceConfig The default config for the instance + * + * @return {Axios} A new instance of Axios + */ +class Axios { + constructor(instanceConfig) { + this.defaults = instanceConfig; + this.interceptors = { + request: new InterceptorManager$1(), + response: new InterceptorManager$1() + }; + } + + /** + * Dispatch a request + * + * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults) + * @param {?Object} config + * + * @returns {Promise} The Promise to be fulfilled + */ + async request(configOrUrl, config) { + try { + return await this._request(configOrUrl, config); + } catch (err) { + if (err instanceof Error) { + let dummy = {}; + + Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error()); + + // slice off the Error: ... line + const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : ''; + try { + if (!err.stack) { + err.stack = stack; + // match without the 2 top stack lines + } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) { + err.stack += '\n' + stack; + } + } catch (e) { + // ignore the case where "stack" is an un-writable property + } + } + + throw err; + } + } + + _request(configOrUrl, config) { + /*eslint no-param-reassign:0*/ + // Allow for axios('example/url'[, config]) a la fetch API + if (typeof configOrUrl === 'string') { + config = config || {}; + config.url = configOrUrl; + } else { + config = configOrUrl || {}; + } + + config = mergeConfig(this.defaults, config); + + const {transitional, paramsSerializer, headers} = config; + + if (transitional !== undefined) { + validator.assertOptions(transitional, { + silentJSONParsing: validators.transitional(validators.boolean), + forcedJSONParsing: validators.transitional(validators.boolean), + clarifyTimeoutError: validators.transitional(validators.boolean) + }, false); + } + + if (paramsSerializer != null) { + if (utils$1.isFunction(paramsSerializer)) { + config.paramsSerializer = { + serialize: paramsSerializer + }; + } else { + validator.assertOptions(paramsSerializer, { + encode: validators.function, + serialize: validators.function + }, true); + } + } + + // Set config.allowAbsoluteUrls + if (config.allowAbsoluteUrls !== undefined) ; else if (this.defaults.allowAbsoluteUrls !== undefined) { + config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls; + } else { + config.allowAbsoluteUrls = true; + } + + validator.assertOptions(config, { + baseUrl: validators.spelling('baseURL'), + withXsrfToken: validators.spelling('withXSRFToken') + }, true); + + // Set config.method + config.method = (config.method || this.defaults.method || 'get').toLowerCase(); + + // Flatten headers + let contextHeaders = headers && utils$1.merge( + headers.common, + headers[config.method] + ); + + headers && utils$1.forEach( + ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], + (method) => { + delete headers[method]; + } + ); + + config.headers = AxiosHeaders$1.concat(contextHeaders, headers); + + // filter out skipped interceptors + const requestInterceptorChain = []; + let synchronousRequestInterceptors = true; + this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { + if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) { + return; + } + + synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous; + + requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected); + }); + + const responseInterceptorChain = []; + this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { + responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected); + }); + + let promise; + let i = 0; + let len; + + if (!synchronousRequestInterceptors) { + const chain = [dispatchRequest.bind(this), undefined]; + chain.unshift.apply(chain, requestInterceptorChain); + chain.push.apply(chain, responseInterceptorChain); + len = chain.length; + + promise = Promise.resolve(config); + + while (i < len) { + promise = promise.then(chain[i++], chain[i++]); + } + + return promise; + } + + len = requestInterceptorChain.length; + + let newConfig = config; + + i = 0; + + while (i < len) { + const onFulfilled = requestInterceptorChain[i++]; + const onRejected = requestInterceptorChain[i++]; + try { + newConfig = onFulfilled(newConfig); + } catch (error) { + onRejected.call(this, error); + break; + } + } + + try { + promise = dispatchRequest.call(this, newConfig); + } catch (error) { + return Promise.reject(error); + } + + i = 0; + len = responseInterceptorChain.length; + + while (i < len) { + promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]); + } + + return promise; + } + + getUri(config) { + config = mergeConfig(this.defaults, config); + const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); + return buildURL(fullPath, config.params, config.paramsSerializer); + } +} + +// Provide aliases for supported request methods +utils$1.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function(url, config) { + return this.request(mergeConfig(config || {}, { + method, + url, + data: (config || {}).data + })); + }; +}); + +utils$1.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + /*eslint func-names:0*/ + + function generateHTTPMethod(isForm) { + return function httpMethod(url, data, config) { + return this.request(mergeConfig(config || {}, { + method, + headers: isForm ? { + 'Content-Type': 'multipart/form-data' + } : {}, + url, + data + })); + }; + } + + Axios.prototype[method] = generateHTTPMethod(); + + Axios.prototype[method + 'Form'] = generateHTTPMethod(true); +}); + +const Axios$1 = Axios; + +/** + * A `CancelToken` is an object that can be used to request cancellation of an operation. + * + * @param {Function} executor The executor function. + * + * @returns {CancelToken} + */ +class CancelToken { + constructor(executor) { + if (typeof executor !== 'function') { + throw new TypeError('executor must be a function.'); + } + + let resolvePromise; + + this.promise = new Promise(function promiseExecutor(resolve) { + resolvePromise = resolve; + }); + + const token = this; + + // eslint-disable-next-line func-names + this.promise.then(cancel => { + if (!token._listeners) return; + + let i = token._listeners.length; + + while (i-- > 0) { + token._listeners[i](cancel); + } + token._listeners = null; + }); + + // eslint-disable-next-line func-names + this.promise.then = onfulfilled => { + let _resolve; + // eslint-disable-next-line func-names + const promise = new Promise(resolve => { + token.subscribe(resolve); + _resolve = resolve; + }).then(onfulfilled); + + promise.cancel = function reject() { + token.unsubscribe(_resolve); + }; + + return promise; + }; + + executor(function cancel(message, config, request) { + if (token.reason) { + // Cancellation has already been requested + return; + } + + token.reason = new CanceledError(message, config, request); + resolvePromise(token.reason); + }); + } + + /** + * Throws a `CanceledError` if cancellation has been requested. + */ + throwIfRequested() { + if (this.reason) { + throw this.reason; + } + } + + /** + * Subscribe to the cancel signal + */ + + subscribe(listener) { + if (this.reason) { + listener(this.reason); + return; + } + + if (this._listeners) { + this._listeners.push(listener); + } else { + this._listeners = [listener]; + } + } + + /** + * Unsubscribe from the cancel signal + */ + + unsubscribe(listener) { + if (!this._listeners) { + return; + } + const index = this._listeners.indexOf(listener); + if (index !== -1) { + this._listeners.splice(index, 1); + } + } + + toAbortSignal() { + const controller = new AbortController(); + + const abort = (err) => { + controller.abort(err); + }; + + this.subscribe(abort); + + controller.signal.unsubscribe = () => this.unsubscribe(abort); + + return controller.signal; + } + + /** + * Returns an object that contains a new `CancelToken` and a function that, when called, + * cancels the `CancelToken`. + */ + static source() { + let cancel; + const token = new CancelToken(function executor(c) { + cancel = c; + }); + return { + token, + cancel + }; + } +} + +const CancelToken$1 = CancelToken; + +/** + * Syntactic sugar for invoking a function and expanding an array for arguments. + * + * Common use case would be to use `Function.prototype.apply`. + * + * ```js + * function f(x, y, z) {} + * var args = [1, 2, 3]; + * f.apply(null, args); + * ``` + * + * With `spread` this example can be re-written. + * + * ```js + * spread(function(x, y, z) {})([1, 2, 3]); + * ``` + * + * @param {Function} callback + * + * @returns {Function} + */ +function spread(callback) { + return function wrap(arr) { + return callback.apply(null, arr); + }; +} + +/** + * Determines whether the payload is an error thrown by Axios + * + * @param {*} payload The value to test + * + * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false + */ +function isAxiosError(payload) { + return utils$1.isObject(payload) && (payload.isAxiosError === true); +} + +const HttpStatusCode = { + Continue: 100, + SwitchingProtocols: 101, + Processing: 102, + EarlyHints: 103, + Ok: 200, + Created: 201, + Accepted: 202, + NonAuthoritativeInformation: 203, + NoContent: 204, + ResetContent: 205, + PartialContent: 206, + MultiStatus: 207, + AlreadyReported: 208, + ImUsed: 226, + MultipleChoices: 300, + MovedPermanently: 301, + Found: 302, + SeeOther: 303, + NotModified: 304, + UseProxy: 305, + Unused: 306, + TemporaryRedirect: 307, + PermanentRedirect: 308, + BadRequest: 400, + Unauthorized: 401, + PaymentRequired: 402, + Forbidden: 403, + NotFound: 404, + MethodNotAllowed: 405, + NotAcceptable: 406, + ProxyAuthenticationRequired: 407, + RequestTimeout: 408, + Conflict: 409, + Gone: 410, + LengthRequired: 411, + PreconditionFailed: 412, + PayloadTooLarge: 413, + UriTooLong: 414, + UnsupportedMediaType: 415, + RangeNotSatisfiable: 416, + ExpectationFailed: 417, + ImATeapot: 418, + MisdirectedRequest: 421, + UnprocessableEntity: 422, + Locked: 423, + FailedDependency: 424, + TooEarly: 425, + UpgradeRequired: 426, + PreconditionRequired: 428, + TooManyRequests: 429, + RequestHeaderFieldsTooLarge: 431, + UnavailableForLegalReasons: 451, + InternalServerError: 500, + NotImplemented: 501, + BadGateway: 502, + ServiceUnavailable: 503, + GatewayTimeout: 504, + HttpVersionNotSupported: 505, + VariantAlsoNegotiates: 506, + InsufficientStorage: 507, + LoopDetected: 508, + NotExtended: 510, + NetworkAuthenticationRequired: 511, +}; + +Object.entries(HttpStatusCode).forEach(([key, value]) => { + HttpStatusCode[value] = key; +}); + +const HttpStatusCode$1 = HttpStatusCode; + +/** + * Create an instance of Axios + * + * @param {Object} defaultConfig The default config for the instance + * + * @returns {Axios} A new instance of Axios + */ +function createInstance(defaultConfig) { + const context = new Axios$1(defaultConfig); + const instance = bind(Axios$1.prototype.request, context); + + // Copy axios.prototype to instance + utils$1.extend(instance, Axios$1.prototype, context, {allOwnKeys: true}); + + // Copy context to instance + utils$1.extend(instance, context, null, {allOwnKeys: true}); + + // Factory for creating new instances + instance.create = function create(instanceConfig) { + return createInstance(mergeConfig(defaultConfig, instanceConfig)); + }; + + return instance; +} + +// Create the default instance to be exported +const axios = createInstance(defaults$1); + +// Expose Axios class to allow class inheritance +axios.Axios = Axios$1; + +// Expose Cancel & CancelToken +axios.CanceledError = CanceledError; +axios.CancelToken = CancelToken$1; +axios.isCancel = isCancel; +axios.VERSION = VERSION; +axios.toFormData = toFormData; + +// Expose AxiosError class +axios.AxiosError = AxiosError; + +// alias for CanceledError for backward compatibility +axios.Cancel = axios.CanceledError; + +// Expose all/spread +axios.all = function all(promises) { + return Promise.all(promises); +}; + +axios.spread = spread; + +// Expose isAxiosError +axios.isAxiosError = isAxiosError; + +// Expose mergeConfig +axios.mergeConfig = mergeConfig; + +axios.AxiosHeaders = AxiosHeaders$1; + +axios.formToJSON = thing => formDataToJSON(utils$1.isHTMLForm(thing) ? new FormData(thing) : thing); + +axios.getAdapter = adapters.getAdapter; + +axios.HttpStatusCode = HttpStatusCode$1; + +axios.default = axios; + +module.exports = axios; +//# sourceMappingURL=axios.cjs.map diff --git a/server/node_modules/axios/dist/node/axios.cjs.map b/server/node_modules/axios/dist/node/axios.cjs.map new file mode 100644 index 000000000..6aa591762 --- /dev/null +++ b/server/node_modules/axios/dist/node/axios.cjs.map @@ -0,0 +1 @@ +{"version":3,"file":"axios.cjs","sources":["../../lib/helpers/bind.js","../../lib/utils.js","../../lib/core/AxiosError.js","../../lib/helpers/toFormData.js","../../lib/helpers/AxiosURLSearchParams.js","../../lib/helpers/buildURL.js","../../lib/core/InterceptorManager.js","../../lib/defaults/transitional.js","../../lib/platform/node/classes/URLSearchParams.js","../../lib/platform/node/index.js","../../lib/platform/common/utils.js","../../lib/platform/index.js","../../lib/helpers/toURLEncodedForm.js","../../lib/helpers/formDataToJSON.js","../../lib/defaults/index.js","../../lib/helpers/parseHeaders.js","../../lib/core/AxiosHeaders.js","../../lib/core/transformData.js","../../lib/cancel/isCancel.js","../../lib/cancel/CanceledError.js","../../lib/core/settle.js","../../lib/helpers/isAbsoluteURL.js","../../lib/helpers/combineURLs.js","../../lib/core/buildFullPath.js","../../lib/env/data.js","../../lib/helpers/parseProtocol.js","../../lib/helpers/fromDataURI.js","../../lib/helpers/AxiosTransformStream.js","../../lib/helpers/readBlob.js","../../lib/helpers/formDataToStream.js","../../lib/helpers/ZlibHeaderTransformStream.js","../../lib/helpers/callbackify.js","../../lib/helpers/speedometer.js","../../lib/helpers/throttle.js","../../lib/helpers/progressEventReducer.js","../../lib/adapters/http.js","../../lib/helpers/isURLSameOrigin.js","../../lib/helpers/cookies.js","../../lib/core/mergeConfig.js","../../lib/helpers/resolveConfig.js","../../lib/adapters/xhr.js","../../lib/helpers/composeSignals.js","../../lib/helpers/trackStream.js","../../lib/adapters/fetch.js","../../lib/adapters/adapters.js","../../lib/core/dispatchRequest.js","../../lib/helpers/validator.js","../../lib/core/Axios.js","../../lib/cancel/CancelToken.js","../../lib/helpers/spread.js","../../lib/helpers/isAxiosError.js","../../lib/helpers/HttpStatusCode.js","../../lib/axios.js"],"sourcesContent":["'use strict';\n\nexport default function bind(fn, thisArg) {\n return function wrap() {\n return fn.apply(thisArg, arguments);\n };\n}\n","'use strict';\n\nimport bind from './helpers/bind.js';\n\n// utils is a library of generic helper functions non-specific to axios\n\nconst {toString} = Object.prototype;\nconst {getPrototypeOf} = Object;\n\nconst kindOf = (cache => thing => {\n const str = toString.call(thing);\n return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase());\n})(Object.create(null));\n\nconst kindOfTest = (type) => {\n type = type.toLowerCase();\n return (thing) => kindOf(thing) === type\n}\n\nconst typeOfTest = type => thing => typeof thing === type;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n *\n * @returns {boolean} True if value is an Array, otherwise false\n */\nconst {isArray} = Array;\n\n/**\n * Determine if a value is undefined\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nconst isUndefined = typeOfTest('undefined');\n\n/**\n * Determine if a value is a Buffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Buffer, otherwise false\n */\nfunction isBuffer(val) {\n return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor)\n && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val);\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nconst isArrayBuffer = kindOfTest('ArrayBuffer');\n\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n let result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (isArrayBuffer(val.buffer));\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a String, otherwise false\n */\nconst isString = typeOfTest('string');\n\n/**\n * Determine if a value is a Function\n *\n * @param {*} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nconst isFunction = typeOfTest('function');\n\n/**\n * Determine if a value is a Number\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Number, otherwise false\n */\nconst isNumber = typeOfTest('number');\n\n/**\n * Determine if a value is an Object\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an Object, otherwise false\n */\nconst isObject = (thing) => thing !== null && typeof thing === 'object';\n\n/**\n * Determine if a value is a Boolean\n *\n * @param {*} thing The value to test\n * @returns {boolean} True if value is a Boolean, otherwise false\n */\nconst isBoolean = thing => thing === true || thing === false;\n\n/**\n * Determine if a value is a plain Object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a plain Object, otherwise false\n */\nconst isPlainObject = (val) => {\n if (kindOf(val) !== 'object') {\n return false;\n }\n\n const prototype = getPrototypeOf(val);\n return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val);\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Date, otherwise false\n */\nconst isDate = kindOfTest('Date');\n\n/**\n * Determine if a value is a File\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFile = kindOfTest('File');\n\n/**\n * Determine if a value is a Blob\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nconst isBlob = kindOfTest('Blob');\n\n/**\n * Determine if a value is a FileList\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a File, otherwise false\n */\nconst isFileList = kindOfTest('FileList');\n\n/**\n * Determine if a value is a Stream\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nconst isStream = (val) => isObject(val) && isFunction(val.pipe);\n\n/**\n * Determine if a value is a FormData\n *\n * @param {*} thing The value to test\n *\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nconst isFormData = (thing) => {\n let kind;\n return thing && (\n (typeof FormData === 'function' && thing instanceof FormData) || (\n isFunction(thing.append) && (\n (kind = kindOf(thing)) === 'formdata' ||\n // detect form-data instance\n (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]')\n )\n )\n )\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nconst isURLSearchParams = kindOfTest('URLSearchParams');\n\nconst [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest);\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n *\n * @returns {String} The String freed of excess whitespace\n */\nconst trim = (str) => str.trim ?\n str.trim() : str.replace(/^[\\s\\uFEFF\\xA0]+|[\\s\\uFEFF\\xA0]+$/g, '');\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n *\n * @param {Boolean} [allOwnKeys = false]\n * @returns {any}\n */\nfunction forEach(obj, fn, {allOwnKeys = false} = {}) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n let i;\n let l;\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj);\n const len = keys.length;\n let key;\n\n for (i = 0; i < len; i++) {\n key = keys[i];\n fn.call(null, obj[key], key, obj);\n }\n }\n}\n\nfunction findKey(obj, key) {\n key = key.toLowerCase();\n const keys = Object.keys(obj);\n let i = keys.length;\n let _key;\n while (i-- > 0) {\n _key = keys[i];\n if (key === _key.toLowerCase()) {\n return _key;\n }\n }\n return null;\n}\n\nconst _global = (() => {\n /*eslint no-undef:0*/\n if (typeof globalThis !== \"undefined\") return globalThis;\n return typeof self !== \"undefined\" ? self : (typeof window !== 'undefined' ? window : global)\n})();\n\nconst isContextDefined = (context) => !isUndefined(context) && context !== _global;\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n *\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n const {caseless} = isContextDefined(this) && this || {};\n const result = {};\n const assignValue = (val, key) => {\n const targetKey = caseless && findKey(result, key) || key;\n if (isPlainObject(result[targetKey]) && isPlainObject(val)) {\n result[targetKey] = merge(result[targetKey], val);\n } else if (isPlainObject(val)) {\n result[targetKey] = merge({}, val);\n } else if (isArray(val)) {\n result[targetKey] = val.slice();\n } else {\n result[targetKey] = val;\n }\n }\n\n for (let i = 0, l = arguments.length; i < l; i++) {\n arguments[i] && forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n *\n * @param {Boolean} [allOwnKeys]\n * @returns {Object} The resulting value of object a\n */\nconst extend = (a, b, thisArg, {allOwnKeys}= {}) => {\n forEach(b, (val, key) => {\n if (thisArg && isFunction(val)) {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n }, {allOwnKeys});\n return a;\n}\n\n/**\n * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM)\n *\n * @param {string} content with BOM\n *\n * @returns {string} content value without BOM\n */\nconst stripBOM = (content) => {\n if (content.charCodeAt(0) === 0xFEFF) {\n content = content.slice(1);\n }\n return content;\n}\n\n/**\n * Inherit the prototype methods from one constructor into another\n * @param {function} constructor\n * @param {function} superConstructor\n * @param {object} [props]\n * @param {object} [descriptors]\n *\n * @returns {void}\n */\nconst inherits = (constructor, superConstructor, props, descriptors) => {\n constructor.prototype = Object.create(superConstructor.prototype, descriptors);\n constructor.prototype.constructor = constructor;\n Object.defineProperty(constructor, 'super', {\n value: superConstructor.prototype\n });\n props && Object.assign(constructor.prototype, props);\n}\n\n/**\n * Resolve object with deep prototype chain to a flat object\n * @param {Object} sourceObj source object\n * @param {Object} [destObj]\n * @param {Function|Boolean} [filter]\n * @param {Function} [propFilter]\n *\n * @returns {Object}\n */\nconst toFlatObject = (sourceObj, destObj, filter, propFilter) => {\n let props;\n let i;\n let prop;\n const merged = {};\n\n destObj = destObj || {};\n // eslint-disable-next-line no-eq-null,eqeqeq\n if (sourceObj == null) return destObj;\n\n do {\n props = Object.getOwnPropertyNames(sourceObj);\n i = props.length;\n while (i-- > 0) {\n prop = props[i];\n if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) {\n destObj[prop] = sourceObj[prop];\n merged[prop] = true;\n }\n }\n sourceObj = filter !== false && getPrototypeOf(sourceObj);\n } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype);\n\n return destObj;\n}\n\n/**\n * Determines whether a string ends with the characters of a specified string\n *\n * @param {String} str\n * @param {String} searchString\n * @param {Number} [position= 0]\n *\n * @returns {boolean}\n */\nconst endsWith = (str, searchString, position) => {\n str = String(str);\n if (position === undefined || position > str.length) {\n position = str.length;\n }\n position -= searchString.length;\n const lastIndex = str.indexOf(searchString, position);\n return lastIndex !== -1 && lastIndex === position;\n}\n\n\n/**\n * Returns new array from array like object or null if failed\n *\n * @param {*} [thing]\n *\n * @returns {?Array}\n */\nconst toArray = (thing) => {\n if (!thing) return null;\n if (isArray(thing)) return thing;\n let i = thing.length;\n if (!isNumber(i)) return null;\n const arr = new Array(i);\n while (i-- > 0) {\n arr[i] = thing[i];\n }\n return arr;\n}\n\n/**\n * Checking if the Uint8Array exists and if it does, it returns a function that checks if the\n * thing passed in is an instance of Uint8Array\n *\n * @param {TypedArray}\n *\n * @returns {Array}\n */\n// eslint-disable-next-line func-names\nconst isTypedArray = (TypedArray => {\n // eslint-disable-next-line func-names\n return thing => {\n return TypedArray && thing instanceof TypedArray;\n };\n})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array));\n\n/**\n * For each entry in the object, call the function with the key and value.\n *\n * @param {Object} obj - The object to iterate over.\n * @param {Function} fn - The function to call for each entry.\n *\n * @returns {void}\n */\nconst forEachEntry = (obj, fn) => {\n const generator = obj && obj[Symbol.iterator];\n\n const iterator = generator.call(obj);\n\n let result;\n\n while ((result = iterator.next()) && !result.done) {\n const pair = result.value;\n fn.call(obj, pair[0], pair[1]);\n }\n}\n\n/**\n * It takes a regular expression and a string, and returns an array of all the matches\n *\n * @param {string} regExp - The regular expression to match against.\n * @param {string} str - The string to search.\n *\n * @returns {Array}\n */\nconst matchAll = (regExp, str) => {\n let matches;\n const arr = [];\n\n while ((matches = regExp.exec(str)) !== null) {\n arr.push(matches);\n }\n\n return arr;\n}\n\n/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */\nconst isHTMLForm = kindOfTest('HTMLFormElement');\n\nconst toCamelCase = str => {\n return str.toLowerCase().replace(/[-_\\s]([a-z\\d])(\\w*)/g,\n function replacer(m, p1, p2) {\n return p1.toUpperCase() + p2;\n }\n );\n};\n\n/* Creating a function that will check if an object has a property. */\nconst hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype);\n\n/**\n * Determine if a value is a RegExp object\n *\n * @param {*} val The value to test\n *\n * @returns {boolean} True if value is a RegExp object, otherwise false\n */\nconst isRegExp = kindOfTest('RegExp');\n\nconst reduceDescriptors = (obj, reducer) => {\n const descriptors = Object.getOwnPropertyDescriptors(obj);\n const reducedDescriptors = {};\n\n forEach(descriptors, (descriptor, name) => {\n let ret;\n if ((ret = reducer(descriptor, name, obj)) !== false) {\n reducedDescriptors[name] = ret || descriptor;\n }\n });\n\n Object.defineProperties(obj, reducedDescriptors);\n}\n\n/**\n * Makes all methods read-only\n * @param {Object} obj\n */\n\nconst freezeMethods = (obj) => {\n reduceDescriptors(obj, (descriptor, name) => {\n // skip restricted props in strict mode\n if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) {\n return false;\n }\n\n const value = obj[name];\n\n if (!isFunction(value)) return;\n\n descriptor.enumerable = false;\n\n if ('writable' in descriptor) {\n descriptor.writable = false;\n return;\n }\n\n if (!descriptor.set) {\n descriptor.set = () => {\n throw Error('Can not rewrite read-only method \\'' + name + '\\'');\n };\n }\n });\n}\n\nconst toObjectSet = (arrayOrString, delimiter) => {\n const obj = {};\n\n const define = (arr) => {\n arr.forEach(value => {\n obj[value] = true;\n });\n }\n\n isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter));\n\n return obj;\n}\n\nconst noop = () => {}\n\nconst toFiniteNumber = (value, defaultValue) => {\n return value != null && Number.isFinite(value = +value) ? value : defaultValue;\n}\n\n/**\n * If the thing is a FormData object, return true, otherwise return false.\n *\n * @param {unknown} thing - The thing to check.\n *\n * @returns {boolean}\n */\nfunction isSpecCompliantForm(thing) {\n return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]);\n}\n\nconst toJSONObject = (obj) => {\n const stack = new Array(10);\n\n const visit = (source, i) => {\n\n if (isObject(source)) {\n if (stack.indexOf(source) >= 0) {\n return;\n }\n\n if(!('toJSON' in source)) {\n stack[i] = source;\n const target = isArray(source) ? [] : {};\n\n forEach(source, (value, key) => {\n const reducedValue = visit(value, i + 1);\n !isUndefined(reducedValue) && (target[key] = reducedValue);\n });\n\n stack[i] = undefined;\n\n return target;\n }\n }\n\n return source;\n }\n\n return visit(obj, 0);\n}\n\nconst isAsyncFn = kindOfTest('AsyncFunction');\n\nconst isThenable = (thing) =>\n thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch);\n\n// original code\n// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34\n\nconst _setImmediate = ((setImmediateSupported, postMessageSupported) => {\n if (setImmediateSupported) {\n return setImmediate;\n }\n\n return postMessageSupported ? ((token, callbacks) => {\n _global.addEventListener(\"message\", ({source, data}) => {\n if (source === _global && data === token) {\n callbacks.length && callbacks.shift()();\n }\n }, false);\n\n return (cb) => {\n callbacks.push(cb);\n _global.postMessage(token, \"*\");\n }\n })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb);\n})(\n typeof setImmediate === 'function',\n isFunction(_global.postMessage)\n);\n\nconst asap = typeof queueMicrotask !== 'undefined' ?\n queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate);\n\n// *********************\n\nexport default {\n isArray,\n isArrayBuffer,\n isBuffer,\n isFormData,\n isArrayBufferView,\n isString,\n isNumber,\n isBoolean,\n isObject,\n isPlainObject,\n isReadableStream,\n isRequest,\n isResponse,\n isHeaders,\n isUndefined,\n isDate,\n isFile,\n isBlob,\n isRegExp,\n isFunction,\n isStream,\n isURLSearchParams,\n isTypedArray,\n isFileList,\n forEach,\n merge,\n extend,\n trim,\n stripBOM,\n inherits,\n toFlatObject,\n kindOf,\n kindOfTest,\n endsWith,\n toArray,\n forEachEntry,\n matchAll,\n isHTMLForm,\n hasOwnProperty,\n hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection\n reduceDescriptors,\n freezeMethods,\n toObjectSet,\n toCamelCase,\n noop,\n toFiniteNumber,\n findKey,\n global: _global,\n isContextDefined,\n isSpecCompliantForm,\n toJSONObject,\n isAsyncFn,\n isThenable,\n setImmediate: _setImmediate,\n asap\n};\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [config] The config.\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n *\n * @returns {Error} The created error.\n */\nfunction AxiosError(message, code, config, request, response) {\n Error.call(this);\n\n if (Error.captureStackTrace) {\n Error.captureStackTrace(this, this.constructor);\n } else {\n this.stack = (new Error()).stack;\n }\n\n this.message = message;\n this.name = 'AxiosError';\n code && (this.code = code);\n config && (this.config = config);\n request && (this.request = request);\n if (response) {\n this.response = response;\n this.status = response.status ? response.status : null;\n }\n}\n\nutils.inherits(AxiosError, Error, {\n toJSON: function toJSON() {\n return {\n // Standard\n message: this.message,\n name: this.name,\n // Microsoft\n description: this.description,\n number: this.number,\n // Mozilla\n fileName: this.fileName,\n lineNumber: this.lineNumber,\n columnNumber: this.columnNumber,\n stack: this.stack,\n // Axios\n config: utils.toJSONObject(this.config),\n code: this.code,\n status: this.status\n };\n }\n});\n\nconst prototype = AxiosError.prototype;\nconst descriptors = {};\n\n[\n 'ERR_BAD_OPTION_VALUE',\n 'ERR_BAD_OPTION',\n 'ECONNABORTED',\n 'ETIMEDOUT',\n 'ERR_NETWORK',\n 'ERR_FR_TOO_MANY_REDIRECTS',\n 'ERR_DEPRECATED',\n 'ERR_BAD_RESPONSE',\n 'ERR_BAD_REQUEST',\n 'ERR_CANCELED',\n 'ERR_NOT_SUPPORT',\n 'ERR_INVALID_URL'\n// eslint-disable-next-line func-names\n].forEach(code => {\n descriptors[code] = {value: code};\n});\n\nObject.defineProperties(AxiosError, descriptors);\nObject.defineProperty(prototype, 'isAxiosError', {value: true});\n\n// eslint-disable-next-line func-names\nAxiosError.from = (error, code, config, request, response, customProps) => {\n const axiosError = Object.create(prototype);\n\n utils.toFlatObject(error, axiosError, function filter(obj) {\n return obj !== Error.prototype;\n }, prop => {\n return prop !== 'isAxiosError';\n });\n\n AxiosError.call(axiosError, error.message, code, config, request, response);\n\n axiosError.cause = error;\n\n axiosError.name = error.name;\n\n customProps && Object.assign(axiosError, customProps);\n\n return axiosError;\n};\n\nexport default AxiosError;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\n// temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored\nimport PlatformFormData from '../platform/node/classes/FormData.js';\n\n/**\n * Determines if the given thing is a array or js object.\n *\n * @param {string} thing - The object or array to be visited.\n *\n * @returns {boolean}\n */\nfunction isVisitable(thing) {\n return utils.isPlainObject(thing) || utils.isArray(thing);\n}\n\n/**\n * It removes the brackets from the end of a string\n *\n * @param {string} key - The key of the parameter.\n *\n * @returns {string} the key without the brackets.\n */\nfunction removeBrackets(key) {\n return utils.endsWith(key, '[]') ? key.slice(0, -2) : key;\n}\n\n/**\n * It takes a path, a key, and a boolean, and returns a string\n *\n * @param {string} path - The path to the current key.\n * @param {string} key - The key of the current object being iterated over.\n * @param {string} dots - If true, the key will be rendered with dots instead of brackets.\n *\n * @returns {string} The path to the current key.\n */\nfunction renderKey(path, key, dots) {\n if (!path) return key;\n return path.concat(key).map(function each(token, i) {\n // eslint-disable-next-line no-param-reassign\n token = removeBrackets(token);\n return !dots && i ? '[' + token + ']' : token;\n }).join(dots ? '.' : '');\n}\n\n/**\n * If the array is an array and none of its elements are visitable, then it's a flat array.\n *\n * @param {Array} arr - The array to check\n *\n * @returns {boolean}\n */\nfunction isFlatArray(arr) {\n return utils.isArray(arr) && !arr.some(isVisitable);\n}\n\nconst predicates = utils.toFlatObject(utils, {}, null, function filter(prop) {\n return /^is[A-Z]/.test(prop);\n});\n\n/**\n * Convert a data object to FormData\n *\n * @param {Object} obj\n * @param {?Object} [formData]\n * @param {?Object} [options]\n * @param {Function} [options.visitor]\n * @param {Boolean} [options.metaTokens = true]\n * @param {Boolean} [options.dots = false]\n * @param {?Boolean} [options.indexes = false]\n *\n * @returns {Object}\n **/\n\n/**\n * It converts an object into a FormData object\n *\n * @param {Object} obj - The object to convert to form data.\n * @param {string} formData - The FormData object to append to.\n * @param {Object} options\n *\n * @returns\n */\nfunction toFormData(obj, formData, options) {\n if (!utils.isObject(obj)) {\n throw new TypeError('target must be an object');\n }\n\n // eslint-disable-next-line no-param-reassign\n formData = formData || new (PlatformFormData || FormData)();\n\n // eslint-disable-next-line no-param-reassign\n options = utils.toFlatObject(options, {\n metaTokens: true,\n dots: false,\n indexes: false\n }, false, function defined(option, source) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n return !utils.isUndefined(source[option]);\n });\n\n const metaTokens = options.metaTokens;\n // eslint-disable-next-line no-use-before-define\n const visitor = options.visitor || defaultVisitor;\n const dots = options.dots;\n const indexes = options.indexes;\n const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob;\n const useBlob = _Blob && utils.isSpecCompliantForm(formData);\n\n if (!utils.isFunction(visitor)) {\n throw new TypeError('visitor must be a function');\n }\n\n function convertValue(value) {\n if (value === null) return '';\n\n if (utils.isDate(value)) {\n return value.toISOString();\n }\n\n if (!useBlob && utils.isBlob(value)) {\n throw new AxiosError('Blob is not supported. Use a Buffer instead.');\n }\n\n if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) {\n return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value);\n }\n\n return value;\n }\n\n /**\n * Default visitor.\n *\n * @param {*} value\n * @param {String|Number} key\n * @param {Array} path\n * @this {FormData}\n *\n * @returns {boolean} return true to visit the each prop of the value recursively\n */\n function defaultVisitor(value, key, path) {\n let arr = value;\n\n if (value && !path && typeof value === 'object') {\n if (utils.endsWith(key, '{}')) {\n // eslint-disable-next-line no-param-reassign\n key = metaTokens ? key : key.slice(0, -2);\n // eslint-disable-next-line no-param-reassign\n value = JSON.stringify(value);\n } else if (\n (utils.isArray(value) && isFlatArray(value)) ||\n ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value))\n )) {\n // eslint-disable-next-line no-param-reassign\n key = removeBrackets(key);\n\n arr.forEach(function each(el, index) {\n !(utils.isUndefined(el) || el === null) && formData.append(\n // eslint-disable-next-line no-nested-ternary\n indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'),\n convertValue(el)\n );\n });\n return false;\n }\n }\n\n if (isVisitable(value)) {\n return true;\n }\n\n formData.append(renderKey(path, key, dots), convertValue(value));\n\n return false;\n }\n\n const stack = [];\n\n const exposedHelpers = Object.assign(predicates, {\n defaultVisitor,\n convertValue,\n isVisitable\n });\n\n function build(value, path) {\n if (utils.isUndefined(value)) return;\n\n if (stack.indexOf(value) !== -1) {\n throw Error('Circular reference detected in ' + path.join('.'));\n }\n\n stack.push(value);\n\n utils.forEach(value, function each(el, key) {\n const result = !(utils.isUndefined(el) || el === null) && visitor.call(\n formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers\n );\n\n if (result === true) {\n build(el, path ? path.concat(key) : [key]);\n }\n });\n\n stack.pop();\n }\n\n if (!utils.isObject(obj)) {\n throw new TypeError('data must be an object');\n }\n\n build(obj);\n\n return formData;\n}\n\nexport default toFormData;\n","'use strict';\n\nimport toFormData from './toFormData.js';\n\n/**\n * It encodes a string by replacing all characters that are not in the unreserved set with\n * their percent-encoded equivalents\n *\n * @param {string} str - The string to encode.\n *\n * @returns {string} The encoded string.\n */\nfunction encode(str) {\n const charMap = {\n '!': '%21',\n \"'\": '%27',\n '(': '%28',\n ')': '%29',\n '~': '%7E',\n '%20': '+',\n '%00': '\\x00'\n };\n return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) {\n return charMap[match];\n });\n}\n\n/**\n * It takes a params object and converts it to a FormData object\n *\n * @param {Object} params - The parameters to be converted to a FormData object.\n * @param {Object} options - The options object passed to the Axios constructor.\n *\n * @returns {void}\n */\nfunction AxiosURLSearchParams(params, options) {\n this._pairs = [];\n\n params && toFormData(params, this, options);\n}\n\nconst prototype = AxiosURLSearchParams.prototype;\n\nprototype.append = function append(name, value) {\n this._pairs.push([name, value]);\n};\n\nprototype.toString = function toString(encoder) {\n const _encode = encoder ? function(value) {\n return encoder.call(this, value, encode);\n } : encode;\n\n return this._pairs.map(function each(pair) {\n return _encode(pair[0]) + '=' + _encode(pair[1]);\n }, '').join('&');\n};\n\nexport default AxiosURLSearchParams;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js';\n\n/**\n * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their\n * URI encoded counterparts\n *\n * @param {string} val The value to be encoded.\n *\n * @returns {string} The encoded value.\n */\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @param {?(object|Function)} options\n *\n * @returns {string} The formatted url\n */\nexport default function buildURL(url, params, options) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n \n const _encode = options && options.encode || encode;\n\n if (utils.isFunction(options)) {\n options = {\n serialize: options\n };\n } \n\n const serializeFn = options && options.serialize;\n\n let serializedParams;\n\n if (serializeFn) {\n serializedParams = serializeFn(params, options);\n } else {\n serializedParams = utils.isURLSearchParams(params) ?\n params.toString() :\n new AxiosURLSearchParams(params, options).toString(_encode);\n }\n\n if (serializedParams) {\n const hashmarkIndex = url.indexOf(\"#\");\n\n if (hashmarkIndex !== -1) {\n url = url.slice(0, hashmarkIndex);\n }\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\nclass InterceptorManager {\n constructor() {\n this.handlers = [];\n }\n\n /**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\n use(fulfilled, rejected, options) {\n this.handlers.push({\n fulfilled,\n rejected,\n synchronous: options ? options.synchronous : false,\n runWhen: options ? options.runWhen : null\n });\n return this.handlers.length - 1;\n }\n\n /**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n *\n * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise\n */\n eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n }\n\n /**\n * Clear all interceptors from the stack\n *\n * @returns {void}\n */\n clear() {\n if (this.handlers) {\n this.handlers = [];\n }\n }\n\n /**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n *\n * @returns {void}\n */\n forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n }\n}\n\nexport default InterceptorManager;\n","'use strict';\n\nexport default {\n silentJSONParsing: true,\n forcedJSONParsing: true,\n clarifyTimeoutError: false\n};\n","'use strict';\n\nimport url from 'url';\nexport default url.URLSearchParams;\n","import crypto from 'crypto';\nimport URLSearchParams from './classes/URLSearchParams.js'\nimport FormData from './classes/FormData.js'\n\nconst ALPHA = 'abcdefghijklmnopqrstuvwxyz'\n\nconst DIGIT = '0123456789';\n\nconst ALPHABET = {\n DIGIT,\n ALPHA,\n ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT\n}\n\nconst generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => {\n let str = '';\n const {length} = alphabet;\n const randomValues = new Uint32Array(size);\n crypto.randomFillSync(randomValues);\n for (let i = 0; i < size; i++) {\n str += alphabet[randomValues[i] % length];\n }\n\n return str;\n}\n\n\nexport default {\n isNode: true,\n classes: {\n URLSearchParams,\n FormData,\n Blob: typeof Blob !== 'undefined' && Blob || null\n },\n ALPHABET,\n generateString,\n protocols: [ 'http', 'https', 'file', 'data' ]\n};\n","const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined';\n\nconst _navigator = typeof navigator === 'object' && navigator || undefined;\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n * nativescript\n * navigator.product -> 'NativeScript' or 'NS'\n *\n * @returns {boolean}\n */\nconst hasStandardBrowserEnv = hasBrowserEnv &&\n (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0);\n\n/**\n * Determine if we're running in a standard browser webWorker environment\n *\n * Although the `isStandardBrowserEnv` method indicates that\n * `allows axios to run in a web worker`, the WebWorker will still be\n * filtered out due to its judgment standard\n * `typeof window !== 'undefined' && typeof document !== 'undefined'`.\n * This leads to a problem when axios post `FormData` in webWorker\n */\nconst hasStandardBrowserWebWorkerEnv = (() => {\n return (\n typeof WorkerGlobalScope !== 'undefined' &&\n // eslint-disable-next-line no-undef\n self instanceof WorkerGlobalScope &&\n typeof self.importScripts === 'function'\n );\n})();\n\nconst origin = hasBrowserEnv && window.location.href || 'http://localhost';\n\nexport {\n hasBrowserEnv,\n hasStandardBrowserWebWorkerEnv,\n hasStandardBrowserEnv,\n _navigator as navigator,\n origin\n}\n","import platform from './node/index.js';\nimport * as utils from './common/utils.js';\n\nexport default {\n ...utils,\n ...platform\n}\n","'use strict';\n\nimport utils from '../utils.js';\nimport toFormData from './toFormData.js';\nimport platform from '../platform/index.js';\n\nexport default function toURLEncodedForm(data, options) {\n return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({\n visitor: function(value, key, path, helpers) {\n if (platform.isNode && utils.isBuffer(value)) {\n this.append(key, value.toString('base64'));\n return false;\n }\n\n return helpers.defaultVisitor.apply(this, arguments);\n }\n }, options));\n}\n","'use strict';\n\nimport utils from '../utils.js';\n\n/**\n * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z']\n *\n * @param {string} name - The name of the property to get.\n *\n * @returns An array of strings.\n */\nfunction parsePropPath(name) {\n // foo[x][y][z]\n // foo.x.y.z\n // foo-x-y-z\n // foo x y z\n return utils.matchAll(/\\w+|\\[(\\w*)]/g, name).map(match => {\n return match[0] === '[]' ? '' : match[1] || match[0];\n });\n}\n\n/**\n * Convert an array to an object.\n *\n * @param {Array} arr - The array to convert to an object.\n *\n * @returns An object with the same keys and values as the array.\n */\nfunction arrayToObject(arr) {\n const obj = {};\n const keys = Object.keys(arr);\n let i;\n const len = keys.length;\n let key;\n for (i = 0; i < len; i++) {\n key = keys[i];\n obj[key] = arr[key];\n }\n return obj;\n}\n\n/**\n * It takes a FormData object and returns a JavaScript object\n *\n * @param {string} formData The FormData object to convert to JSON.\n *\n * @returns {Object | null} The converted object.\n */\nfunction formDataToJSON(formData) {\n function buildPath(path, value, target, index) {\n let name = path[index++];\n\n if (name === '__proto__') return true;\n\n const isNumericKey = Number.isFinite(+name);\n const isLast = index >= path.length;\n name = !name && utils.isArray(target) ? target.length : name;\n\n if (isLast) {\n if (utils.hasOwnProp(target, name)) {\n target[name] = [target[name], value];\n } else {\n target[name] = value;\n }\n\n return !isNumericKey;\n }\n\n if (!target[name] || !utils.isObject(target[name])) {\n target[name] = [];\n }\n\n const result = buildPath(path, value, target[name], index);\n\n if (result && utils.isArray(target[name])) {\n target[name] = arrayToObject(target[name]);\n }\n\n return !isNumericKey;\n }\n\n if (utils.isFormData(formData) && utils.isFunction(formData.entries)) {\n const obj = {};\n\n utils.forEachEntry(formData, (name, value) => {\n buildPath(parsePropPath(name), value, obj, 0);\n });\n\n return obj;\n }\n\n return null;\n}\n\nexport default formDataToJSON;\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosError from '../core/AxiosError.js';\nimport transitionalDefaults from './transitional.js';\nimport toFormData from '../helpers/toFormData.js';\nimport toURLEncodedForm from '../helpers/toURLEncodedForm.js';\nimport platform from '../platform/index.js';\nimport formDataToJSON from '../helpers/formDataToJSON.js';\n\n/**\n * It takes a string, tries to parse it, and if it fails, it returns the stringified version\n * of the input\n *\n * @param {any} rawValue - The value to be stringified.\n * @param {Function} parser - A function that parses a string into a JavaScript object.\n * @param {Function} encoder - A function that takes a value and returns a string.\n *\n * @returns {string} A stringified version of the rawValue.\n */\nfunction stringifySafely(rawValue, parser, encoder) {\n if (utils.isString(rawValue)) {\n try {\n (parser || JSON.parse)(rawValue);\n return utils.trim(rawValue);\n } catch (e) {\n if (e.name !== 'SyntaxError') {\n throw e;\n }\n }\n }\n\n return (encoder || JSON.stringify)(rawValue);\n}\n\nconst defaults = {\n\n transitional: transitionalDefaults,\n\n adapter: ['xhr', 'http', 'fetch'],\n\n transformRequest: [function transformRequest(data, headers) {\n const contentType = headers.getContentType() || '';\n const hasJSONContentType = contentType.indexOf('application/json') > -1;\n const isObjectPayload = utils.isObject(data);\n\n if (isObjectPayload && utils.isHTMLForm(data)) {\n data = new FormData(data);\n }\n\n const isFormData = utils.isFormData(data);\n\n if (isFormData) {\n return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data;\n }\n\n if (utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data) ||\n utils.isReadableStream(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false);\n return data.toString();\n }\n\n let isFileList;\n\n if (isObjectPayload) {\n if (contentType.indexOf('application/x-www-form-urlencoded') > -1) {\n return toURLEncodedForm(data, this.formSerializer).toString();\n }\n\n if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) {\n const _FormData = this.env && this.env.FormData;\n\n return toFormData(\n isFileList ? {'files[]': data} : data,\n _FormData && new _FormData(),\n this.formSerializer\n );\n }\n }\n\n if (isObjectPayload || hasJSONContentType ) {\n headers.setContentType('application/json', false);\n return stringifySafely(data);\n }\n\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n const transitional = this.transitional || defaults.transitional;\n const forcedJSONParsing = transitional && transitional.forcedJSONParsing;\n const JSONRequested = this.responseType === 'json';\n\n if (utils.isResponse(data) || utils.isReadableStream(data)) {\n return data;\n }\n\n if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) {\n const silentJSONParsing = transitional && transitional.silentJSONParsing;\n const strictJSONParsing = !silentJSONParsing && JSONRequested;\n\n try {\n return JSON.parse(data);\n } catch (e) {\n if (strictJSONParsing) {\n if (e.name === 'SyntaxError') {\n throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response);\n }\n throw e;\n }\n }\n }\n\n return data;\n }],\n\n /**\n * A timeout in milliseconds to abort a request. If set to 0 (default) a\n * timeout is not created.\n */\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n maxBodyLength: -1,\n\n env: {\n FormData: platform.classes.FormData,\n Blob: platform.classes.Blob\n },\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n },\n\n headers: {\n common: {\n 'Accept': 'application/json, text/plain, */*',\n 'Content-Type': undefined\n }\n }\n};\n\nutils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => {\n defaults.headers[method] = {};\n});\n\nexport default defaults;\n","'use strict';\n\nimport utils from './../utils.js';\n\n// RawAxiosHeaders whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nconst ignoreDuplicateOf = utils.toObjectSet([\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n]);\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} rawHeaders Headers needing to be parsed\n *\n * @returns {Object} Headers parsed into an object\n */\nexport default rawHeaders => {\n const parsed = {};\n let key;\n let val;\n let i;\n\n rawHeaders && rawHeaders.split('\\n').forEach(function parser(line) {\n i = line.indexOf(':');\n key = line.substring(0, i).trim().toLowerCase();\n val = line.substring(i + 1).trim();\n\n if (!key || (parsed[key] && ignoreDuplicateOf[key])) {\n return;\n }\n\n if (key === 'set-cookie') {\n if (parsed[key]) {\n parsed[key].push(val);\n } else {\n parsed[key] = [val];\n }\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n });\n\n return parsed;\n};\n","'use strict';\n\nimport utils from '../utils.js';\nimport parseHeaders from '../helpers/parseHeaders.js';\n\nconst $internals = Symbol('internals');\n\nfunction normalizeHeader(header) {\n return header && String(header).trim().toLowerCase();\n}\n\nfunction normalizeValue(value) {\n if (value === false || value == null) {\n return value;\n }\n\n return utils.isArray(value) ? value.map(normalizeValue) : String(value);\n}\n\nfunction parseTokens(str) {\n const tokens = Object.create(null);\n const tokensRE = /([^\\s,;=]+)\\s*(?:=\\s*([^,;]+))?/g;\n let match;\n\n while ((match = tokensRE.exec(str))) {\n tokens[match[1]] = match[2];\n }\n\n return tokens;\n}\n\nconst isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim());\n\nfunction matchHeaderValue(context, value, header, filter, isHeaderNameFilter) {\n if (utils.isFunction(filter)) {\n return filter.call(this, value, header);\n }\n\n if (isHeaderNameFilter) {\n value = header;\n }\n\n if (!utils.isString(value)) return;\n\n if (utils.isString(filter)) {\n return value.indexOf(filter) !== -1;\n }\n\n if (utils.isRegExp(filter)) {\n return filter.test(value);\n }\n}\n\nfunction formatHeader(header) {\n return header.trim()\n .toLowerCase().replace(/([a-z\\d])(\\w*)/g, (w, char, str) => {\n return char.toUpperCase() + str;\n });\n}\n\nfunction buildAccessors(obj, header) {\n const accessorName = utils.toCamelCase(' ' + header);\n\n ['get', 'set', 'has'].forEach(methodName => {\n Object.defineProperty(obj, methodName + accessorName, {\n value: function(arg1, arg2, arg3) {\n return this[methodName].call(this, header, arg1, arg2, arg3);\n },\n configurable: true\n });\n });\n}\n\nclass AxiosHeaders {\n constructor(headers) {\n headers && this.set(headers);\n }\n\n set(header, valueOrRewrite, rewrite) {\n const self = this;\n\n function setHeader(_value, _header, _rewrite) {\n const lHeader = normalizeHeader(_header);\n\n if (!lHeader) {\n throw new Error('header name must be a non-empty string');\n }\n\n const key = utils.findKey(self, lHeader);\n\n if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) {\n self[key || _header] = normalizeValue(_value);\n }\n }\n\n const setHeaders = (headers, _rewrite) =>\n utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite));\n\n if (utils.isPlainObject(header) || header instanceof this.constructor) {\n setHeaders(header, valueOrRewrite)\n } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) {\n setHeaders(parseHeaders(header), valueOrRewrite);\n } else if (utils.isHeaders(header)) {\n for (const [key, value] of header.entries()) {\n setHeader(value, key, rewrite);\n }\n } else {\n header != null && setHeader(valueOrRewrite, header, rewrite);\n }\n\n return this;\n }\n\n get(header, parser) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n if (key) {\n const value = this[key];\n\n if (!parser) {\n return value;\n }\n\n if (parser === true) {\n return parseTokens(value);\n }\n\n if (utils.isFunction(parser)) {\n return parser.call(this, value, key);\n }\n\n if (utils.isRegExp(parser)) {\n return parser.exec(value);\n }\n\n throw new TypeError('parser must be boolean|regexp|function');\n }\n }\n }\n\n has(header, matcher) {\n header = normalizeHeader(header);\n\n if (header) {\n const key = utils.findKey(this, header);\n\n return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher)));\n }\n\n return false;\n }\n\n delete(header, matcher) {\n const self = this;\n let deleted = false;\n\n function deleteHeader(_header) {\n _header = normalizeHeader(_header);\n\n if (_header) {\n const key = utils.findKey(self, _header);\n\n if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) {\n delete self[key];\n\n deleted = true;\n }\n }\n }\n\n if (utils.isArray(header)) {\n header.forEach(deleteHeader);\n } else {\n deleteHeader(header);\n }\n\n return deleted;\n }\n\n clear(matcher) {\n const keys = Object.keys(this);\n let i = keys.length;\n let deleted = false;\n\n while (i--) {\n const key = keys[i];\n if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) {\n delete this[key];\n deleted = true;\n }\n }\n\n return deleted;\n }\n\n normalize(format) {\n const self = this;\n const headers = {};\n\n utils.forEach(this, (value, header) => {\n const key = utils.findKey(headers, header);\n\n if (key) {\n self[key] = normalizeValue(value);\n delete self[header];\n return;\n }\n\n const normalized = format ? formatHeader(header) : String(header).trim();\n\n if (normalized !== header) {\n delete self[header];\n }\n\n self[normalized] = normalizeValue(value);\n\n headers[normalized] = true;\n });\n\n return this;\n }\n\n concat(...targets) {\n return this.constructor.concat(this, ...targets);\n }\n\n toJSON(asStrings) {\n const obj = Object.create(null);\n\n utils.forEach(this, (value, header) => {\n value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value);\n });\n\n return obj;\n }\n\n [Symbol.iterator]() {\n return Object.entries(this.toJSON())[Symbol.iterator]();\n }\n\n toString() {\n return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\\n');\n }\n\n get [Symbol.toStringTag]() {\n return 'AxiosHeaders';\n }\n\n static from(thing) {\n return thing instanceof this ? thing : new this(thing);\n }\n\n static concat(first, ...targets) {\n const computed = new this(first);\n\n targets.forEach((target) => computed.set(target));\n\n return computed;\n }\n\n static accessor(header) {\n const internals = this[$internals] = (this[$internals] = {\n accessors: {}\n });\n\n const accessors = internals.accessors;\n const prototype = this.prototype;\n\n function defineAccessor(_header) {\n const lHeader = normalizeHeader(_header);\n\n if (!accessors[lHeader]) {\n buildAccessors(prototype, _header);\n accessors[lHeader] = true;\n }\n }\n\n utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header);\n\n return this;\n }\n}\n\nAxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']);\n\n// reserved names hotfix\nutils.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => {\n let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set`\n return {\n get: () => value,\n set(headerValue) {\n this[mapped] = headerValue;\n }\n }\n});\n\nutils.freezeMethods(AxiosHeaders);\n\nexport default AxiosHeaders;\n","'use strict';\n\nimport utils from './../utils.js';\nimport defaults from '../defaults/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Array|Function} fns A single function or Array of functions\n * @param {?Object} response The response object\n *\n * @returns {*} The resulting transformed data\n */\nexport default function transformData(fns, response) {\n const config = this || defaults;\n const context = response || config;\n const headers = AxiosHeaders.from(context.headers);\n let data = context.data;\n\n utils.forEach(fns, function transform(fn) {\n data = fn.call(config, data, headers.normalize(), response ? response.status : undefined);\n });\n\n headers.normalize();\n\n return data;\n}\n","'use strict';\n\nexport default function isCancel(value) {\n return !!(value && value.__CANCEL__);\n}\n","'use strict';\n\nimport AxiosError from '../core/AxiosError.js';\nimport utils from '../utils.js';\n\n/**\n * A `CanceledError` is an object that is thrown when an operation is canceled.\n *\n * @param {string=} message The message.\n * @param {Object=} config The config.\n * @param {Object=} request The request.\n *\n * @returns {CanceledError} The created error.\n */\nfunction CanceledError(message, config, request) {\n // eslint-disable-next-line no-eq-null,eqeqeq\n AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request);\n this.name = 'CanceledError';\n}\n\nutils.inherits(CanceledError, AxiosError, {\n __CANCEL__: true\n});\n\nexport default CanceledError;\n","'use strict';\n\nimport AxiosError from './AxiosError.js';\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n *\n * @returns {object} The response.\n */\nexport default function settle(resolve, reject, response) {\n const validateStatus = response.config.validateStatus;\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(new AxiosError(\n 'Request failed with status code ' + response.status,\n [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4],\n response.config,\n response.request,\n response\n ));\n }\n}\n","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n *\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nexport default function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d+\\-.]*:)?\\/\\//i.test(url);\n}\n","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n *\n * @returns {string} The combined URL\n */\nexport default function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/?\\/$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n}\n","'use strict';\n\nimport isAbsoluteURL from '../helpers/isAbsoluteURL.js';\nimport combineURLs from '../helpers/combineURLs.js';\n\n/**\n * Creates a new URL by combining the baseURL with the requestedURL,\n * only when the requestedURL is not already an absolute URL.\n * If the requestURL is absolute, this function returns the requestedURL untouched.\n *\n * @param {string} baseURL The base URL\n * @param {string} requestedURL Absolute or relative URL to combine\n *\n * @returns {string} The combined full path\n */\nexport default function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) {\n let isRelativeUrl = !isAbsoluteURL(requestedURL);\n if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) {\n return combineURLs(baseURL, requestedURL);\n }\n return requestedURL;\n}\n","export const VERSION = \"1.8.4\";","'use strict';\n\nexport default function parseProtocol(url) {\n const match = /^([-+\\w]{1,25})(:?\\/\\/|:)/.exec(url);\n return match && match[1] || '';\n}\n","'use strict';\n\nimport AxiosError from '../core/AxiosError.js';\nimport parseProtocol from './parseProtocol.js';\nimport platform from '../platform/index.js';\n\nconst DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\\s\\S]*)$/;\n\n/**\n * Parse data uri to a Buffer or Blob\n *\n * @param {String} uri\n * @param {?Boolean} asBlob\n * @param {?Object} options\n * @param {?Function} options.Blob\n *\n * @returns {Buffer|Blob}\n */\nexport default function fromDataURI(uri, asBlob, options) {\n const _Blob = options && options.Blob || platform.classes.Blob;\n const protocol = parseProtocol(uri);\n\n if (asBlob === undefined && _Blob) {\n asBlob = true;\n }\n\n if (protocol === 'data') {\n uri = protocol.length ? uri.slice(protocol.length + 1) : uri;\n\n const match = DATA_URL_PATTERN.exec(uri);\n\n if (!match) {\n throw new AxiosError('Invalid URL', AxiosError.ERR_INVALID_URL);\n }\n\n const mime = match[1];\n const isBase64 = match[2];\n const body = match[3];\n const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? 'base64' : 'utf8');\n\n if (asBlob) {\n if (!_Blob) {\n throw new AxiosError('Blob is not supported', AxiosError.ERR_NOT_SUPPORT);\n }\n\n return new _Blob([buffer], {type: mime});\n }\n\n return buffer;\n }\n\n throw new AxiosError('Unsupported protocol ' + protocol, AxiosError.ERR_NOT_SUPPORT);\n}\n","'use strict';\n\nimport stream from 'stream';\nimport utils from '../utils.js';\n\nconst kInternals = Symbol('internals');\n\nclass AxiosTransformStream extends stream.Transform{\n constructor(options) {\n options = utils.toFlatObject(options, {\n maxRate: 0,\n chunkSize: 64 * 1024,\n minChunkSize: 100,\n timeWindow: 500,\n ticksRate: 2,\n samplesCount: 15\n }, null, (prop, source) => {\n return !utils.isUndefined(source[prop]);\n });\n\n super({\n readableHighWaterMark: options.chunkSize\n });\n\n const internals = this[kInternals] = {\n timeWindow: options.timeWindow,\n chunkSize: options.chunkSize,\n maxRate: options.maxRate,\n minChunkSize: options.minChunkSize,\n bytesSeen: 0,\n isCaptured: false,\n notifiedBytesLoaded: 0,\n ts: Date.now(),\n bytes: 0,\n onReadCallback: null\n };\n\n this.on('newListener', event => {\n if (event === 'progress') {\n if (!internals.isCaptured) {\n internals.isCaptured = true;\n }\n }\n });\n }\n\n _read(size) {\n const internals = this[kInternals];\n\n if (internals.onReadCallback) {\n internals.onReadCallback();\n }\n\n return super._read(size);\n }\n\n _transform(chunk, encoding, callback) {\n const internals = this[kInternals];\n const maxRate = internals.maxRate;\n\n const readableHighWaterMark = this.readableHighWaterMark;\n\n const timeWindow = internals.timeWindow;\n\n const divider = 1000 / timeWindow;\n const bytesThreshold = (maxRate / divider);\n const minChunkSize = internals.minChunkSize !== false ? Math.max(internals.minChunkSize, bytesThreshold * 0.01) : 0;\n\n const pushChunk = (_chunk, _callback) => {\n const bytes = Buffer.byteLength(_chunk);\n internals.bytesSeen += bytes;\n internals.bytes += bytes;\n\n internals.isCaptured && this.emit('progress', internals.bytesSeen);\n\n if (this.push(_chunk)) {\n process.nextTick(_callback);\n } else {\n internals.onReadCallback = () => {\n internals.onReadCallback = null;\n process.nextTick(_callback);\n };\n }\n }\n\n const transformChunk = (_chunk, _callback) => {\n const chunkSize = Buffer.byteLength(_chunk);\n let chunkRemainder = null;\n let maxChunkSize = readableHighWaterMark;\n let bytesLeft;\n let passed = 0;\n\n if (maxRate) {\n const now = Date.now();\n\n if (!internals.ts || (passed = (now - internals.ts)) >= timeWindow) {\n internals.ts = now;\n bytesLeft = bytesThreshold - internals.bytes;\n internals.bytes = bytesLeft < 0 ? -bytesLeft : 0;\n passed = 0;\n }\n\n bytesLeft = bytesThreshold - internals.bytes;\n }\n\n if (maxRate) {\n if (bytesLeft <= 0) {\n // next time window\n return setTimeout(() => {\n _callback(null, _chunk);\n }, timeWindow - passed);\n }\n\n if (bytesLeft < maxChunkSize) {\n maxChunkSize = bytesLeft;\n }\n }\n\n if (maxChunkSize && chunkSize > maxChunkSize && (chunkSize - maxChunkSize) > minChunkSize) {\n chunkRemainder = _chunk.subarray(maxChunkSize);\n _chunk = _chunk.subarray(0, maxChunkSize);\n }\n\n pushChunk(_chunk, chunkRemainder ? () => {\n process.nextTick(_callback, null, chunkRemainder);\n } : _callback);\n };\n\n transformChunk(chunk, function transformNextChunk(err, _chunk) {\n if (err) {\n return callback(err);\n }\n\n if (_chunk) {\n transformChunk(_chunk, transformNextChunk);\n } else {\n callback(null);\n }\n });\n }\n}\n\nexport default AxiosTransformStream;\n","const {asyncIterator} = Symbol;\n\nconst readBlob = async function* (blob) {\n if (blob.stream) {\n yield* blob.stream()\n } else if (blob.arrayBuffer) {\n yield await blob.arrayBuffer()\n } else if (blob[asyncIterator]) {\n yield* blob[asyncIterator]();\n } else {\n yield blob;\n }\n}\n\nexport default readBlob;\n","import util from 'util';\nimport {Readable} from 'stream';\nimport utils from \"../utils.js\";\nimport readBlob from \"./readBlob.js\";\nimport platform from \"../platform/index.js\";\n\nconst BOUNDARY_ALPHABET = platform.ALPHABET.ALPHA_DIGIT + '-_';\n\nconst textEncoder = typeof TextEncoder === 'function' ? new TextEncoder() : new util.TextEncoder();\n\nconst CRLF = '\\r\\n';\nconst CRLF_BYTES = textEncoder.encode(CRLF);\nconst CRLF_BYTES_COUNT = 2;\n\nclass FormDataPart {\n constructor(name, value) {\n const {escapeName} = this.constructor;\n const isStringValue = utils.isString(value);\n\n let headers = `Content-Disposition: form-data; name=\"${escapeName(name)}\"${\n !isStringValue && value.name ? `; filename=\"${escapeName(value.name)}\"` : ''\n }${CRLF}`;\n\n if (isStringValue) {\n value = textEncoder.encode(String(value).replace(/\\r?\\n|\\r\\n?/g, CRLF));\n } else {\n headers += `Content-Type: ${value.type || \"application/octet-stream\"}${CRLF}`\n }\n\n this.headers = textEncoder.encode(headers + CRLF);\n\n this.contentLength = isStringValue ? value.byteLength : value.size;\n\n this.size = this.headers.byteLength + this.contentLength + CRLF_BYTES_COUNT;\n\n this.name = name;\n this.value = value;\n }\n\n async *encode(){\n yield this.headers;\n\n const {value} = this;\n\n if(utils.isTypedArray(value)) {\n yield value;\n } else {\n yield* readBlob(value);\n }\n\n yield CRLF_BYTES;\n }\n\n static escapeName(name) {\n return String(name).replace(/[\\r\\n\"]/g, (match) => ({\n '\\r' : '%0D',\n '\\n' : '%0A',\n '\"' : '%22',\n }[match]));\n }\n}\n\nconst formDataToStream = (form, headersHandler, options) => {\n const {\n tag = 'form-data-boundary',\n size = 25,\n boundary = tag + '-' + platform.generateString(size, BOUNDARY_ALPHABET)\n } = options || {};\n\n if(!utils.isFormData(form)) {\n throw TypeError('FormData instance required');\n }\n\n if (boundary.length < 1 || boundary.length > 70) {\n throw Error('boundary must be 10-70 characters long')\n }\n\n const boundaryBytes = textEncoder.encode('--' + boundary + CRLF);\n const footerBytes = textEncoder.encode('--' + boundary + '--' + CRLF + CRLF);\n let contentLength = footerBytes.byteLength;\n\n const parts = Array.from(form.entries()).map(([name, value]) => {\n const part = new FormDataPart(name, value);\n contentLength += part.size;\n return part;\n });\n\n contentLength += boundaryBytes.byteLength * parts.length;\n\n contentLength = utils.toFiniteNumber(contentLength);\n\n const computedHeaders = {\n 'Content-Type': `multipart/form-data; boundary=${boundary}`\n }\n\n if (Number.isFinite(contentLength)) {\n computedHeaders['Content-Length'] = contentLength;\n }\n\n headersHandler && headersHandler(computedHeaders);\n\n return Readable.from((async function *() {\n for(const part of parts) {\n yield boundaryBytes;\n yield* part.encode();\n }\n\n yield footerBytes;\n })());\n};\n\nexport default formDataToStream;\n","\"use strict\";\n\nimport stream from \"stream\";\n\nclass ZlibHeaderTransformStream extends stream.Transform {\n __transform(chunk, encoding, callback) {\n this.push(chunk);\n callback();\n }\n\n _transform(chunk, encoding, callback) {\n if (chunk.length !== 0) {\n this._transform = this.__transform;\n\n // Add Default Compression headers if no zlib headers are present\n if (chunk[0] !== 120) { // Hex: 78\n const header = Buffer.alloc(2);\n header[0] = 120; // Hex: 78\n header[1] = 156; // Hex: 9C \n this.push(header, encoding);\n }\n }\n\n this.__transform(chunk, encoding, callback);\n }\n}\n\nexport default ZlibHeaderTransformStream;\n","import utils from \"../utils.js\";\n\nconst callbackify = (fn, reducer) => {\n return utils.isAsyncFn(fn) ? function (...args) {\n const cb = args.pop();\n fn.apply(this, args).then((value) => {\n try {\n reducer ? cb(null, ...reducer(value)) : cb(null, value);\n } catch (err) {\n cb(err);\n }\n }, cb);\n } : fn;\n}\n\nexport default callbackify;\n","'use strict';\n\n/**\n * Calculate data maxRate\n * @param {Number} [samplesCount= 10]\n * @param {Number} [min= 1000]\n * @returns {Function}\n */\nfunction speedometer(samplesCount, min) {\n samplesCount = samplesCount || 10;\n const bytes = new Array(samplesCount);\n const timestamps = new Array(samplesCount);\n let head = 0;\n let tail = 0;\n let firstSampleTS;\n\n min = min !== undefined ? min : 1000;\n\n return function push(chunkLength) {\n const now = Date.now();\n\n const startedAt = timestamps[tail];\n\n if (!firstSampleTS) {\n firstSampleTS = now;\n }\n\n bytes[head] = chunkLength;\n timestamps[head] = now;\n\n let i = tail;\n let bytesCount = 0;\n\n while (i !== head) {\n bytesCount += bytes[i++];\n i = i % samplesCount;\n }\n\n head = (head + 1) % samplesCount;\n\n if (head === tail) {\n tail = (tail + 1) % samplesCount;\n }\n\n if (now - firstSampleTS < min) {\n return;\n }\n\n const passed = startedAt && now - startedAt;\n\n return passed ? Math.round(bytesCount * 1000 / passed) : undefined;\n };\n}\n\nexport default speedometer;\n","/**\n * Throttle decorator\n * @param {Function} fn\n * @param {Number} freq\n * @return {Function}\n */\nfunction throttle(fn, freq) {\n let timestamp = 0;\n let threshold = 1000 / freq;\n let lastArgs;\n let timer;\n\n const invoke = (args, now = Date.now()) => {\n timestamp = now;\n lastArgs = null;\n if (timer) {\n clearTimeout(timer);\n timer = null;\n }\n fn.apply(null, args);\n }\n\n const throttled = (...args) => {\n const now = Date.now();\n const passed = now - timestamp;\n if ( passed >= threshold) {\n invoke(args, now);\n } else {\n lastArgs = args;\n if (!timer) {\n timer = setTimeout(() => {\n timer = null;\n invoke(lastArgs)\n }, threshold - passed);\n }\n }\n }\n\n const flush = () => lastArgs && invoke(lastArgs);\n\n return [throttled, flush];\n}\n\nexport default throttle;\n","import speedometer from \"./speedometer.js\";\nimport throttle from \"./throttle.js\";\nimport utils from \"../utils.js\";\n\nexport const progressEventReducer = (listener, isDownloadStream, freq = 3) => {\n let bytesNotified = 0;\n const _speedometer = speedometer(50, 250);\n\n return throttle(e => {\n const loaded = e.loaded;\n const total = e.lengthComputable ? e.total : undefined;\n const progressBytes = loaded - bytesNotified;\n const rate = _speedometer(progressBytes);\n const inRange = loaded <= total;\n\n bytesNotified = loaded;\n\n const data = {\n loaded,\n total,\n progress: total ? (loaded / total) : undefined,\n bytes: progressBytes,\n rate: rate ? rate : undefined,\n estimated: rate && total && inRange ? (total - loaded) / rate : undefined,\n event: e,\n lengthComputable: total != null,\n [isDownloadStream ? 'download' : 'upload']: true\n };\n\n listener(data);\n }, freq);\n}\n\nexport const progressEventDecorator = (total, throttled) => {\n const lengthComputable = total != null;\n\n return [(loaded) => throttled[0]({\n lengthComputable,\n total,\n loaded\n }), throttled[1]];\n}\n\nexport const asyncDecorator = (fn) => (...args) => utils.asap(() => fn(...args));\n","'use strict';\n\nimport utils from './../utils.js';\nimport settle from './../core/settle.js';\nimport buildFullPath from '../core/buildFullPath.js';\nimport buildURL from './../helpers/buildURL.js';\nimport proxyFromEnv from 'proxy-from-env';\nimport http from 'http';\nimport https from 'https';\nimport util from 'util';\nimport followRedirects from 'follow-redirects';\nimport zlib from 'zlib';\nimport {VERSION} from '../env/data.js';\nimport transitionalDefaults from '../defaults/transitional.js';\nimport AxiosError from '../core/AxiosError.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport platform from '../platform/index.js';\nimport fromDataURI from '../helpers/fromDataURI.js';\nimport stream from 'stream';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport AxiosTransformStream from '../helpers/AxiosTransformStream.js';\nimport {EventEmitter} from 'events';\nimport formDataToStream from \"../helpers/formDataToStream.js\";\nimport readBlob from \"../helpers/readBlob.js\";\nimport ZlibHeaderTransformStream from '../helpers/ZlibHeaderTransformStream.js';\nimport callbackify from \"../helpers/callbackify.js\";\nimport {progressEventReducer, progressEventDecorator, asyncDecorator} from \"../helpers/progressEventReducer.js\";\n\nconst zlibOptions = {\n flush: zlib.constants.Z_SYNC_FLUSH,\n finishFlush: zlib.constants.Z_SYNC_FLUSH\n};\n\nconst brotliOptions = {\n flush: zlib.constants.BROTLI_OPERATION_FLUSH,\n finishFlush: zlib.constants.BROTLI_OPERATION_FLUSH\n}\n\nconst isBrotliSupported = utils.isFunction(zlib.createBrotliDecompress);\n\nconst {http: httpFollow, https: httpsFollow} = followRedirects;\n\nconst isHttps = /https:?/;\n\nconst supportedProtocols = platform.protocols.map(protocol => {\n return protocol + ':';\n});\n\nconst flushOnFinish = (stream, [throttled, flush]) => {\n stream\n .on('end', flush)\n .on('error', flush);\n\n return throttled;\n}\n\n/**\n * If the proxy or config beforeRedirects functions are defined, call them with the options\n * object.\n *\n * @param {Object} options - The options object that was passed to the request.\n *\n * @returns {Object}\n */\nfunction dispatchBeforeRedirect(options, responseDetails) {\n if (options.beforeRedirects.proxy) {\n options.beforeRedirects.proxy(options);\n }\n if (options.beforeRedirects.config) {\n options.beforeRedirects.config(options, responseDetails);\n }\n}\n\n/**\n * If the proxy or config afterRedirects functions are defined, call them with the options\n *\n * @param {http.ClientRequestArgs} options\n * @param {AxiosProxyConfig} configProxy configuration from Axios options object\n * @param {string} location\n *\n * @returns {http.ClientRequestArgs}\n */\nfunction setProxy(options, configProxy, location) {\n let proxy = configProxy;\n if (!proxy && proxy !== false) {\n const proxyUrl = proxyFromEnv.getProxyForUrl(location);\n if (proxyUrl) {\n proxy = new URL(proxyUrl);\n }\n }\n if (proxy) {\n // Basic proxy authorization\n if (proxy.username) {\n proxy.auth = (proxy.username || '') + ':' + (proxy.password || '');\n }\n\n if (proxy.auth) {\n // Support proxy auth object form\n if (proxy.auth.username || proxy.auth.password) {\n proxy.auth = (proxy.auth.username || '') + ':' + (proxy.auth.password || '');\n }\n const base64 = Buffer\n .from(proxy.auth, 'utf8')\n .toString('base64');\n options.headers['Proxy-Authorization'] = 'Basic ' + base64;\n }\n\n options.headers.host = options.hostname + (options.port ? ':' + options.port : '');\n const proxyHost = proxy.hostname || proxy.host;\n options.hostname = proxyHost;\n // Replace 'host' since options is not a URL object\n options.host = proxyHost;\n options.port = proxy.port;\n options.path = location;\n if (proxy.protocol) {\n options.protocol = proxy.protocol.includes(':') ? proxy.protocol : `${proxy.protocol}:`;\n }\n }\n\n options.beforeRedirects.proxy = function beforeRedirect(redirectOptions) {\n // Configure proxy for redirected request, passing the original config proxy to apply\n // the exact same logic as if the redirected request was performed by axios directly.\n setProxy(redirectOptions, configProxy, redirectOptions.href);\n };\n}\n\nconst isHttpAdapterSupported = typeof process !== 'undefined' && utils.kindOf(process) === 'process';\n\n// temporary hotfix\n\nconst wrapAsync = (asyncExecutor) => {\n return new Promise((resolve, reject) => {\n let onDone;\n let isDone;\n\n const done = (value, isRejected) => {\n if (isDone) return;\n isDone = true;\n onDone && onDone(value, isRejected);\n }\n\n const _resolve = (value) => {\n done(value);\n resolve(value);\n };\n\n const _reject = (reason) => {\n done(reason, true);\n reject(reason);\n }\n\n asyncExecutor(_resolve, _reject, (onDoneHandler) => (onDone = onDoneHandler)).catch(_reject);\n })\n};\n\nconst resolveFamily = ({address, family}) => {\n if (!utils.isString(address)) {\n throw TypeError('address must be a string');\n }\n return ({\n address,\n family: family || (address.indexOf('.') < 0 ? 6 : 4)\n });\n}\n\nconst buildAddressEntry = (address, family) => resolveFamily(utils.isObject(address) ? address : {address, family});\n\n/*eslint consistent-return:0*/\nexport default isHttpAdapterSupported && function httpAdapter(config) {\n return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) {\n let {data, lookup, family} = config;\n const {responseType, responseEncoding} = config;\n const method = config.method.toUpperCase();\n let isDone;\n let rejected = false;\n let req;\n\n if (lookup) {\n const _lookup = callbackify(lookup, (value) => utils.isArray(value) ? value : [value]);\n // hotfix to support opt.all option which is required for node 20.x\n lookup = (hostname, opt, cb) => {\n _lookup(hostname, opt, (err, arg0, arg1) => {\n if (err) {\n return cb(err);\n }\n\n const addresses = utils.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)];\n\n opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family);\n });\n }\n }\n\n // temporary internal emitter until the AxiosRequest class will be implemented\n const emitter = new EventEmitter();\n\n const onFinished = () => {\n if (config.cancelToken) {\n config.cancelToken.unsubscribe(abort);\n }\n\n if (config.signal) {\n config.signal.removeEventListener('abort', abort);\n }\n\n emitter.removeAllListeners();\n }\n\n onDone((value, isRejected) => {\n isDone = true;\n if (isRejected) {\n rejected = true;\n onFinished();\n }\n });\n\n function abort(reason) {\n emitter.emit('abort', !reason || reason.type ? new CanceledError(null, config, req) : reason);\n }\n\n emitter.once('abort', reject);\n\n if (config.cancelToken || config.signal) {\n config.cancelToken && config.cancelToken.subscribe(abort);\n if (config.signal) {\n config.signal.aborted ? abort() : config.signal.addEventListener('abort', abort);\n }\n }\n\n // Parse url\n const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\n const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined);\n const protocol = parsed.protocol || supportedProtocols[0];\n\n if (protocol === 'data:') {\n let convertedData;\n\n if (method !== 'GET') {\n return settle(resolve, reject, {\n status: 405,\n statusText: 'method not allowed',\n headers: {},\n config\n });\n }\n\n try {\n convertedData = fromDataURI(config.url, responseType === 'blob', {\n Blob: config.env && config.env.Blob\n });\n } catch (err) {\n throw AxiosError.from(err, AxiosError.ERR_BAD_REQUEST, config);\n }\n\n if (responseType === 'text') {\n convertedData = convertedData.toString(responseEncoding);\n\n if (!responseEncoding || responseEncoding === 'utf8') {\n convertedData = utils.stripBOM(convertedData);\n }\n } else if (responseType === 'stream') {\n convertedData = stream.Readable.from(convertedData);\n }\n\n return settle(resolve, reject, {\n data: convertedData,\n status: 200,\n statusText: 'OK',\n headers: new AxiosHeaders(),\n config\n });\n }\n\n if (supportedProtocols.indexOf(protocol) === -1) {\n return reject(new AxiosError(\n 'Unsupported protocol ' + protocol,\n AxiosError.ERR_BAD_REQUEST,\n config\n ));\n }\n\n const headers = AxiosHeaders.from(config.headers).normalize();\n\n // Set User-Agent (required by some servers)\n // See https://github.com/axios/axios/issues/69\n // User-Agent is specified; handle case where no UA header is desired\n // Only set header if it hasn't been set in config\n headers.set('User-Agent', 'axios/' + VERSION, false);\n\n const {onUploadProgress, onDownloadProgress} = config;\n const maxRate = config.maxRate;\n let maxUploadRate = undefined;\n let maxDownloadRate = undefined;\n\n // support for spec compliant FormData objects\n if (utils.isSpecCompliantForm(data)) {\n const userBoundary = headers.getContentType(/boundary=([-_\\w\\d]{10,70})/i);\n\n data = formDataToStream(data, (formHeaders) => {\n headers.set(formHeaders);\n }, {\n tag: `axios-${VERSION}-boundary`,\n boundary: userBoundary && userBoundary[1] || undefined\n });\n // support for https://www.npmjs.com/package/form-data api\n } else if (utils.isFormData(data) && utils.isFunction(data.getHeaders)) {\n headers.set(data.getHeaders());\n\n if (!headers.hasContentLength()) {\n try {\n const knownLength = await util.promisify(data.getLength).call(data);\n Number.isFinite(knownLength) && knownLength >= 0 && headers.setContentLength(knownLength);\n /*eslint no-empty:0*/\n } catch (e) {\n }\n }\n } else if (utils.isBlob(data) || utils.isFile(data)) {\n data.size && headers.setContentType(data.type || 'application/octet-stream');\n headers.setContentLength(data.size || 0);\n data = stream.Readable.from(readBlob(data));\n } else if (data && !utils.isStream(data)) {\n if (Buffer.isBuffer(data)) {\n // Nothing to do...\n } else if (utils.isArrayBuffer(data)) {\n data = Buffer.from(new Uint8Array(data));\n } else if (utils.isString(data)) {\n data = Buffer.from(data, 'utf-8');\n } else {\n return reject(new AxiosError(\n 'Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream',\n AxiosError.ERR_BAD_REQUEST,\n config\n ));\n }\n\n // Add Content-Length header if data exists\n headers.setContentLength(data.length, false);\n\n if (config.maxBodyLength > -1 && data.length > config.maxBodyLength) {\n return reject(new AxiosError(\n 'Request body larger than maxBodyLength limit',\n AxiosError.ERR_BAD_REQUEST,\n config\n ));\n }\n }\n\n const contentLength = utils.toFiniteNumber(headers.getContentLength());\n\n if (utils.isArray(maxRate)) {\n maxUploadRate = maxRate[0];\n maxDownloadRate = maxRate[1];\n } else {\n maxUploadRate = maxDownloadRate = maxRate;\n }\n\n if (data && (onUploadProgress || maxUploadRate)) {\n if (!utils.isStream(data)) {\n data = stream.Readable.from(data, {objectMode: false});\n }\n\n data = stream.pipeline([data, new AxiosTransformStream({\n maxRate: utils.toFiniteNumber(maxUploadRate)\n })], utils.noop);\n\n onUploadProgress && data.on('progress', flushOnFinish(\n data,\n progressEventDecorator(\n contentLength,\n progressEventReducer(asyncDecorator(onUploadProgress), false, 3)\n )\n ));\n }\n\n // HTTP basic authentication\n let auth = undefined;\n if (config.auth) {\n const username = config.auth.username || '';\n const password = config.auth.password || '';\n auth = username + ':' + password;\n }\n\n if (!auth && parsed.username) {\n const urlUsername = parsed.username;\n const urlPassword = parsed.password;\n auth = urlUsername + ':' + urlPassword;\n }\n\n auth && headers.delete('authorization');\n\n let path;\n\n try {\n path = buildURL(\n parsed.pathname + parsed.search,\n config.params,\n config.paramsSerializer\n ).replace(/^\\?/, '');\n } catch (err) {\n const customErr = new Error(err.message);\n customErr.config = config;\n customErr.url = config.url;\n customErr.exists = true;\n return reject(customErr);\n }\n\n headers.set(\n 'Accept-Encoding',\n 'gzip, compress, deflate' + (isBrotliSupported ? ', br' : ''), false\n );\n\n const options = {\n path,\n method: method,\n headers: headers.toJSON(),\n agents: { http: config.httpAgent, https: config.httpsAgent },\n auth,\n protocol,\n family,\n beforeRedirect: dispatchBeforeRedirect,\n beforeRedirects: {}\n };\n\n // cacheable-lookup integration hotfix\n !utils.isUndefined(lookup) && (options.lookup = lookup);\n\n if (config.socketPath) {\n options.socketPath = config.socketPath;\n } else {\n options.hostname = parsed.hostname.startsWith(\"[\") ? parsed.hostname.slice(1, -1) : parsed.hostname;\n options.port = parsed.port;\n setProxy(options, config.proxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path);\n }\n\n let transport;\n const isHttpsRequest = isHttps.test(options.protocol);\n options.agent = isHttpsRequest ? config.httpsAgent : config.httpAgent;\n if (config.transport) {\n transport = config.transport;\n } else if (config.maxRedirects === 0) {\n transport = isHttpsRequest ? https : http;\n } else {\n if (config.maxRedirects) {\n options.maxRedirects = config.maxRedirects;\n }\n if (config.beforeRedirect) {\n options.beforeRedirects.config = config.beforeRedirect;\n }\n transport = isHttpsRequest ? httpsFollow : httpFollow;\n }\n\n if (config.maxBodyLength > -1) {\n options.maxBodyLength = config.maxBodyLength;\n } else {\n // follow-redirects does not skip comparison, so it should always succeed for axios -1 unlimited\n options.maxBodyLength = Infinity;\n }\n\n if (config.insecureHTTPParser) {\n options.insecureHTTPParser = config.insecureHTTPParser;\n }\n\n // Create the request\n req = transport.request(options, function handleResponse(res) {\n if (req.destroyed) return;\n\n const streams = [res];\n\n const responseLength = +res.headers['content-length'];\n\n if (onDownloadProgress || maxDownloadRate) {\n const transformStream = new AxiosTransformStream({\n maxRate: utils.toFiniteNumber(maxDownloadRate)\n });\n\n onDownloadProgress && transformStream.on('progress', flushOnFinish(\n transformStream,\n progressEventDecorator(\n responseLength,\n progressEventReducer(asyncDecorator(onDownloadProgress), true, 3)\n )\n ));\n\n streams.push(transformStream);\n }\n\n // decompress the response body transparently if required\n let responseStream = res;\n\n // return the last request in case of redirects\n const lastRequest = res.req || req;\n\n // if decompress disabled we should not decompress\n if (config.decompress !== false && res.headers['content-encoding']) {\n // if no content, but headers still say that it is encoded,\n // remove the header not confuse downstream operations\n if (method === 'HEAD' || res.statusCode === 204) {\n delete res.headers['content-encoding'];\n }\n\n switch ((res.headers['content-encoding'] || '').toLowerCase()) {\n /*eslint default-case:0*/\n case 'gzip':\n case 'x-gzip':\n case 'compress':\n case 'x-compress':\n // add the unzipper to the body stream processing pipeline\n streams.push(zlib.createUnzip(zlibOptions));\n\n // remove the content-encoding in order to not confuse downstream operations\n delete res.headers['content-encoding'];\n break;\n case 'deflate':\n streams.push(new ZlibHeaderTransformStream());\n\n // add the unzipper to the body stream processing pipeline\n streams.push(zlib.createUnzip(zlibOptions));\n\n // remove the content-encoding in order to not confuse downstream operations\n delete res.headers['content-encoding'];\n break;\n case 'br':\n if (isBrotliSupported) {\n streams.push(zlib.createBrotliDecompress(brotliOptions));\n delete res.headers['content-encoding'];\n }\n }\n }\n\n responseStream = streams.length > 1 ? stream.pipeline(streams, utils.noop) : streams[0];\n\n const offListeners = stream.finished(responseStream, () => {\n offListeners();\n onFinished();\n });\n\n const response = {\n status: res.statusCode,\n statusText: res.statusMessage,\n headers: new AxiosHeaders(res.headers),\n config,\n request: lastRequest\n };\n\n if (responseType === 'stream') {\n response.data = responseStream;\n settle(resolve, reject, response);\n } else {\n const responseBuffer = [];\n let totalResponseBytes = 0;\n\n responseStream.on('data', function handleStreamData(chunk) {\n responseBuffer.push(chunk);\n totalResponseBytes += chunk.length;\n\n // make sure the content length is not over the maxContentLength if specified\n if (config.maxContentLength > -1 && totalResponseBytes > config.maxContentLength) {\n // stream.destroy() emit aborted event before calling reject() on Node.js v16\n rejected = true;\n responseStream.destroy();\n reject(new AxiosError('maxContentLength size of ' + config.maxContentLength + ' exceeded',\n AxiosError.ERR_BAD_RESPONSE, config, lastRequest));\n }\n });\n\n responseStream.on('aborted', function handlerStreamAborted() {\n if (rejected) {\n return;\n }\n\n const err = new AxiosError(\n 'stream has been aborted',\n AxiosError.ERR_BAD_RESPONSE,\n config,\n lastRequest\n );\n responseStream.destroy(err);\n reject(err);\n });\n\n responseStream.on('error', function handleStreamError(err) {\n if (req.destroyed) return;\n reject(AxiosError.from(err, null, config, lastRequest));\n });\n\n responseStream.on('end', function handleStreamEnd() {\n try {\n let responseData = responseBuffer.length === 1 ? responseBuffer[0] : Buffer.concat(responseBuffer);\n if (responseType !== 'arraybuffer') {\n responseData = responseData.toString(responseEncoding);\n if (!responseEncoding || responseEncoding === 'utf8') {\n responseData = utils.stripBOM(responseData);\n }\n }\n response.data = responseData;\n } catch (err) {\n return reject(AxiosError.from(err, null, config, response.request, response));\n }\n settle(resolve, reject, response);\n });\n }\n\n emitter.once('abort', err => {\n if (!responseStream.destroyed) {\n responseStream.emit('error', err);\n responseStream.destroy();\n }\n });\n });\n\n emitter.once('abort', err => {\n reject(err);\n req.destroy(err);\n });\n\n // Handle errors\n req.on('error', function handleRequestError(err) {\n // @todo remove\n // if (req.aborted && err.code !== AxiosError.ERR_FR_TOO_MANY_REDIRECTS) return;\n reject(AxiosError.from(err, null, config, req));\n });\n\n // set tcp keep alive to prevent drop connection by peer\n req.on('socket', function handleRequestSocket(socket) {\n // default interval of sending ack packet is 1 minute\n socket.setKeepAlive(true, 1000 * 60);\n });\n\n // Handle request timeout\n if (config.timeout) {\n // This is forcing a int timeout to avoid problems if the `req` interface doesn't handle other types.\n const timeout = parseInt(config.timeout, 10);\n\n if (Number.isNaN(timeout)) {\n reject(new AxiosError(\n 'error trying to parse `config.timeout` to int',\n AxiosError.ERR_BAD_OPTION_VALUE,\n config,\n req\n ));\n\n return;\n }\n\n // Sometime, the response will be very slow, and does not respond, the connect event will be block by event loop system.\n // And timer callback will be fired, and abort() will be invoked before connection, then get \"socket hang up\" and code ECONNRESET.\n // At this time, if we have a large number of request, nodejs will hang up some socket on background. and the number will up and up.\n // And then these socket which be hang up will devouring CPU little by little.\n // ClientRequest.setTimeout will be fired on the specify milliseconds, and can make sure that abort() will be fired after connect.\n req.setTimeout(timeout, function handleRequestTimeout() {\n if (isDone) return;\n let timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded';\n const transitional = config.transitional || transitionalDefaults;\n if (config.timeoutErrorMessage) {\n timeoutErrorMessage = config.timeoutErrorMessage;\n }\n reject(new AxiosError(\n timeoutErrorMessage,\n transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,\n config,\n req\n ));\n abort();\n });\n }\n\n\n // Send the request\n if (utils.isStream(data)) {\n let ended = false;\n let errored = false;\n\n data.on('end', () => {\n ended = true;\n });\n\n data.once('error', err => {\n errored = true;\n req.destroy(err);\n });\n\n data.on('close', () => {\n if (!ended && !errored) {\n abort(new CanceledError('Request stream has been aborted', config, req));\n }\n });\n\n data.pipe(req);\n } else {\n req.end(data);\n }\n });\n}\n\nexport const __setProxy = setProxy;\n","import platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => {\n url = new URL(url, platform.origin);\n\n return (\n origin.protocol === url.protocol &&\n origin.host === url.host &&\n (isMSIE || origin.port === url.port)\n );\n})(\n new URL(platform.origin),\n platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent)\n) : () => true;\n","import utils from './../utils.js';\nimport platform from '../platform/index.js';\n\nexport default platform.hasStandardBrowserEnv ?\n\n // Standard browser envs support document.cookie\n {\n write(name, value, expires, path, domain, secure) {\n const cookie = [name + '=' + encodeURIComponent(value)];\n\n utils.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString());\n\n utils.isString(path) && cookie.push('path=' + path);\n\n utils.isString(domain) && cookie.push('domain=' + domain);\n\n secure === true && cookie.push('secure');\n\n document.cookie = cookie.join('; ');\n },\n\n read(name) {\n const match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n }\n\n :\n\n // Non-standard browser env (web workers, react-native) lack needed support.\n {\n write() {},\n read() {\n return null;\n },\n remove() {}\n };\n\n","'use strict';\n\nimport utils from '../utils.js';\nimport AxiosHeaders from \"./AxiosHeaders.js\";\n\nconst headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing;\n\n/**\n * Config-specific merge-function which creates a new config-object\n * by merging two configuration objects together.\n *\n * @param {Object} config1\n * @param {Object} config2\n *\n * @returns {Object} New object resulting from merging config2 to config1\n */\nexport default function mergeConfig(config1, config2) {\n // eslint-disable-next-line no-param-reassign\n config2 = config2 || {};\n const config = {};\n\n function getMergedValue(target, source, prop, caseless) {\n if (utils.isPlainObject(target) && utils.isPlainObject(source)) {\n return utils.merge.call({caseless}, target, source);\n } else if (utils.isPlainObject(source)) {\n return utils.merge({}, source);\n } else if (utils.isArray(source)) {\n return source.slice();\n }\n return source;\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDeepProperties(a, b, prop , caseless) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(a, b, prop , caseless);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a, prop , caseless);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function valueFromConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function defaultToConfig2(a, b) {\n if (!utils.isUndefined(b)) {\n return getMergedValue(undefined, b);\n } else if (!utils.isUndefined(a)) {\n return getMergedValue(undefined, a);\n }\n }\n\n // eslint-disable-next-line consistent-return\n function mergeDirectKeys(a, b, prop) {\n if (prop in config2) {\n return getMergedValue(a, b);\n } else if (prop in config1) {\n return getMergedValue(undefined, a);\n }\n }\n\n const mergeMap = {\n url: valueFromConfig2,\n method: valueFromConfig2,\n data: valueFromConfig2,\n baseURL: defaultToConfig2,\n transformRequest: defaultToConfig2,\n transformResponse: defaultToConfig2,\n paramsSerializer: defaultToConfig2,\n timeout: defaultToConfig2,\n timeoutMessage: defaultToConfig2,\n withCredentials: defaultToConfig2,\n withXSRFToken: defaultToConfig2,\n adapter: defaultToConfig2,\n responseType: defaultToConfig2,\n xsrfCookieName: defaultToConfig2,\n xsrfHeaderName: defaultToConfig2,\n onUploadProgress: defaultToConfig2,\n onDownloadProgress: defaultToConfig2,\n decompress: defaultToConfig2,\n maxContentLength: defaultToConfig2,\n maxBodyLength: defaultToConfig2,\n beforeRedirect: defaultToConfig2,\n transport: defaultToConfig2,\n httpAgent: defaultToConfig2,\n httpsAgent: defaultToConfig2,\n cancelToken: defaultToConfig2,\n socketPath: defaultToConfig2,\n responseEncoding: defaultToConfig2,\n validateStatus: mergeDirectKeys,\n headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true)\n };\n\n utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) {\n const merge = mergeMap[prop] || mergeDeepProperties;\n const configValue = merge(config1[prop], config2[prop], prop);\n (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue);\n });\n\n return config;\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport isURLSameOrigin from \"./isURLSameOrigin.js\";\nimport cookies from \"./cookies.js\";\nimport buildFullPath from \"../core/buildFullPath.js\";\nimport mergeConfig from \"../core/mergeConfig.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport buildURL from \"./buildURL.js\";\n\nexport default (config) => {\n const newConfig = mergeConfig({}, config);\n\n let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig;\n\n newConfig.headers = headers = AxiosHeaders.from(headers);\n\n newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);\n\n // HTTP basic authentication\n if (auth) {\n headers.set('Authorization', 'Basic ' +\n btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : ''))\n );\n }\n\n let contentType;\n\n if (utils.isFormData(data)) {\n if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) {\n headers.setContentType(undefined); // Let the browser set it\n } else if ((contentType = headers.getContentType()) !== false) {\n // fix semicolon duplication issue for ReactNative FormData implementation\n const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : [];\n headers.setContentType([type || 'multipart/form-data', ...tokens].join('; '));\n }\n }\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n\n if (platform.hasStandardBrowserEnv) {\n withXSRFToken && utils.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig));\n\n if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) {\n // Add xsrf header\n const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName);\n\n if (xsrfValue) {\n headers.set(xsrfHeaderName, xsrfValue);\n }\n }\n }\n\n return newConfig;\n}\n\n","import utils from './../utils.js';\nimport settle from './../core/settle.js';\nimport transitionalDefaults from '../defaults/transitional.js';\nimport AxiosError from '../core/AxiosError.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport parseProtocol from '../helpers/parseProtocol.js';\nimport platform from '../platform/index.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport {progressEventReducer} from '../helpers/progressEventReducer.js';\nimport resolveConfig from \"../helpers/resolveConfig.js\";\n\nconst isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined';\n\nexport default isXHRAdapterSupported && function (config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n const _config = resolveConfig(config);\n let requestData = _config.data;\n const requestHeaders = AxiosHeaders.from(_config.headers).normalize();\n let {responseType, onUploadProgress, onDownloadProgress} = _config;\n let onCanceled;\n let uploadThrottled, downloadThrottled;\n let flushUpload, flushDownload;\n\n function done() {\n flushUpload && flushUpload(); // flush events\n flushDownload && flushDownload(); // flush events\n\n _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled);\n\n _config.signal && _config.signal.removeEventListener('abort', onCanceled);\n }\n\n let request = new XMLHttpRequest();\n\n request.open(_config.method.toUpperCase(), _config.url, true);\n\n // Set the request timeout in MS\n request.timeout = _config.timeout;\n\n function onloadend() {\n if (!request) {\n return;\n }\n // Prepare the response\n const responseHeaders = AxiosHeaders.from(\n 'getAllResponseHeaders' in request && request.getAllResponseHeaders()\n );\n const responseData = !responseType || responseType === 'text' || responseType === 'json' ?\n request.responseText : request.response;\n const response = {\n data: responseData,\n status: request.status,\n statusText: request.statusText,\n headers: responseHeaders,\n config,\n request\n };\n\n settle(function _resolve(value) {\n resolve(value);\n done();\n }, function _reject(err) {\n reject(err);\n done();\n }, response);\n\n // Clean up request\n request = null;\n }\n\n if ('onloadend' in request) {\n // Use onloadend if available\n request.onloadend = onloadend;\n } else {\n // Listen for ready state to emulate onloadend\n request.onreadystatechange = function handleLoad() {\n if (!request || request.readyState !== 4) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n // readystate handler is calling before onerror or ontimeout handlers,\n // so we should call onloadend on the next 'tick'\n setTimeout(onloadend);\n };\n }\n\n // Handle browser request cancellation (as opposed to a manual cancellation)\n request.onabort = function handleAbort() {\n if (!request) {\n return;\n }\n\n reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded';\n const transitional = _config.transitional || transitionalDefaults;\n if (_config.timeoutErrorMessage) {\n timeoutErrorMessage = _config.timeoutErrorMessage;\n }\n reject(new AxiosError(\n timeoutErrorMessage,\n transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED,\n config,\n request));\n\n // Clean up request\n request = null;\n };\n\n // Remove Content-Type if data is undefined\n requestData === undefined && requestHeaders.setContentType(null);\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) {\n request.setRequestHeader(key, val);\n });\n }\n\n // Add withCredentials to request if needed\n if (!utils.isUndefined(_config.withCredentials)) {\n request.withCredentials = !!_config.withCredentials;\n }\n\n // Add responseType to request if needed\n if (responseType && responseType !== 'json') {\n request.responseType = _config.responseType;\n }\n\n // Handle progress if needed\n if (onDownloadProgress) {\n ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true));\n request.addEventListener('progress', downloadThrottled);\n }\n\n // Not all browsers support upload events\n if (onUploadProgress && request.upload) {\n ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress));\n\n request.upload.addEventListener('progress', uploadThrottled);\n\n request.upload.addEventListener('loadend', flushUpload);\n }\n\n if (_config.cancelToken || _config.signal) {\n // Handle cancellation\n // eslint-disable-next-line func-names\n onCanceled = cancel => {\n if (!request) {\n return;\n }\n reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel);\n request.abort();\n request = null;\n };\n\n _config.cancelToken && _config.cancelToken.subscribe(onCanceled);\n if (_config.signal) {\n _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled);\n }\n }\n\n const protocol = parseProtocol(_config.url);\n\n if (protocol && platform.protocols.indexOf(protocol) === -1) {\n reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config));\n return;\n }\n\n\n // Send the request\n request.send(requestData || null);\n });\n}\n","import CanceledError from \"../cancel/CanceledError.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport utils from '../utils.js';\n\nconst composeSignals = (signals, timeout) => {\n const {length} = (signals = signals ? signals.filter(Boolean) : []);\n\n if (timeout || length) {\n let controller = new AbortController();\n\n let aborted;\n\n const onabort = function (reason) {\n if (!aborted) {\n aborted = true;\n unsubscribe();\n const err = reason instanceof Error ? reason : this.reason;\n controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err));\n }\n }\n\n let timer = timeout && setTimeout(() => {\n timer = null;\n onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT))\n }, timeout)\n\n const unsubscribe = () => {\n if (signals) {\n timer && clearTimeout(timer);\n timer = null;\n signals.forEach(signal => {\n signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort);\n });\n signals = null;\n }\n }\n\n signals.forEach((signal) => signal.addEventListener('abort', onabort));\n\n const {signal} = controller;\n\n signal.unsubscribe = () => utils.asap(unsubscribe);\n\n return signal;\n }\n}\n\nexport default composeSignals;\n","\nexport const streamChunk = function* (chunk, chunkSize) {\n let len = chunk.byteLength;\n\n if (!chunkSize || len < chunkSize) {\n yield chunk;\n return;\n }\n\n let pos = 0;\n let end;\n\n while (pos < len) {\n end = pos + chunkSize;\n yield chunk.slice(pos, end);\n pos = end;\n }\n}\n\nexport const readBytes = async function* (iterable, chunkSize) {\n for await (const chunk of readStream(iterable)) {\n yield* streamChunk(chunk, chunkSize);\n }\n}\n\nconst readStream = async function* (stream) {\n if (stream[Symbol.asyncIterator]) {\n yield* stream;\n return;\n }\n\n const reader = stream.getReader();\n try {\n for (;;) {\n const {done, value} = await reader.read();\n if (done) {\n break;\n }\n yield value;\n }\n } finally {\n await reader.cancel();\n }\n}\n\nexport const trackStream = (stream, chunkSize, onProgress, onFinish) => {\n const iterator = readBytes(stream, chunkSize);\n\n let bytes = 0;\n let done;\n let _onFinish = (e) => {\n if (!done) {\n done = true;\n onFinish && onFinish(e);\n }\n }\n\n return new ReadableStream({\n async pull(controller) {\n try {\n const {done, value} = await iterator.next();\n\n if (done) {\n _onFinish();\n controller.close();\n return;\n }\n\n let len = value.byteLength;\n if (onProgress) {\n let loadedBytes = bytes += len;\n onProgress(loadedBytes);\n }\n controller.enqueue(new Uint8Array(value));\n } catch (err) {\n _onFinish(err);\n throw err;\n }\n },\n cancel(reason) {\n _onFinish(reason);\n return iterator.return();\n }\n }, {\n highWaterMark: 2\n })\n}\n","import platform from \"../platform/index.js\";\nimport utils from \"../utils.js\";\nimport AxiosError from \"../core/AxiosError.js\";\nimport composeSignals from \"../helpers/composeSignals.js\";\nimport {trackStream} from \"../helpers/trackStream.js\";\nimport AxiosHeaders from \"../core/AxiosHeaders.js\";\nimport {progressEventReducer, progressEventDecorator, asyncDecorator} from \"../helpers/progressEventReducer.js\";\nimport resolveConfig from \"../helpers/resolveConfig.js\";\nimport settle from \"../core/settle.js\";\n\nconst isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function';\nconst isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function';\n\n// used only inside the fetch adapter\nconst encodeText = isFetchSupported && (typeof TextEncoder === 'function' ?\n ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) :\n async (str) => new Uint8Array(await new Response(str).arrayBuffer())\n);\n\nconst test = (fn, ...args) => {\n try {\n return !!fn(...args);\n } catch (e) {\n return false\n }\n}\n\nconst supportsRequestStream = isReadableStreamSupported && test(() => {\n let duplexAccessed = false;\n\n const hasContentType = new Request(platform.origin, {\n body: new ReadableStream(),\n method: 'POST',\n get duplex() {\n duplexAccessed = true;\n return 'half';\n },\n }).headers.has('Content-Type');\n\n return duplexAccessed && !hasContentType;\n});\n\nconst DEFAULT_CHUNK_SIZE = 64 * 1024;\n\nconst supportsResponseStream = isReadableStreamSupported &&\n test(() => utils.isReadableStream(new Response('').body));\n\n\nconst resolvers = {\n stream: supportsResponseStream && ((res) => res.body)\n};\n\nisFetchSupported && (((res) => {\n ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => {\n !resolvers[type] && (resolvers[type] = utils.isFunction(res[type]) ? (res) => res[type]() :\n (_, config) => {\n throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config);\n })\n });\n})(new Response));\n\nconst getBodyLength = async (body) => {\n if (body == null) {\n return 0;\n }\n\n if(utils.isBlob(body)) {\n return body.size;\n }\n\n if(utils.isSpecCompliantForm(body)) {\n const _request = new Request(platform.origin, {\n method: 'POST',\n body,\n });\n return (await _request.arrayBuffer()).byteLength;\n }\n\n if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) {\n return body.byteLength;\n }\n\n if(utils.isURLSearchParams(body)) {\n body = body + '';\n }\n\n if(utils.isString(body)) {\n return (await encodeText(body)).byteLength;\n }\n}\n\nconst resolveBodyLength = async (headers, body) => {\n const length = utils.toFiniteNumber(headers.getContentLength());\n\n return length == null ? getBodyLength(body) : length;\n}\n\nexport default isFetchSupported && (async (config) => {\n let {\n url,\n method,\n data,\n signal,\n cancelToken,\n timeout,\n onDownloadProgress,\n onUploadProgress,\n responseType,\n headers,\n withCredentials = 'same-origin',\n fetchOptions\n } = resolveConfig(config);\n\n responseType = responseType ? (responseType + '').toLowerCase() : 'text';\n\n let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout);\n\n let request;\n\n const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => {\n composedSignal.unsubscribe();\n });\n\n let requestContentLength;\n\n try {\n if (\n onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' &&\n (requestContentLength = await resolveBodyLength(headers, data)) !== 0\n ) {\n let _request = new Request(url, {\n method: 'POST',\n body: data,\n duplex: \"half\"\n });\n\n let contentTypeHeader;\n\n if (utils.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) {\n headers.setContentType(contentTypeHeader)\n }\n\n if (_request.body) {\n const [onProgress, flush] = progressEventDecorator(\n requestContentLength,\n progressEventReducer(asyncDecorator(onUploadProgress))\n );\n\n data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush);\n }\n }\n\n if (!utils.isString(withCredentials)) {\n withCredentials = withCredentials ? 'include' : 'omit';\n }\n\n // Cloudflare Workers throws when credentials are defined\n // see https://github.com/cloudflare/workerd/issues/902\n const isCredentialsSupported = \"credentials\" in Request.prototype;\n request = new Request(url, {\n ...fetchOptions,\n signal: composedSignal,\n method: method.toUpperCase(),\n headers: headers.normalize().toJSON(),\n body: data,\n duplex: \"half\",\n credentials: isCredentialsSupported ? withCredentials : undefined\n });\n\n let response = await fetch(request);\n\n const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response');\n\n if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) {\n const options = {};\n\n ['status', 'statusText', 'headers'].forEach(prop => {\n options[prop] = response[prop];\n });\n\n const responseContentLength = utils.toFiniteNumber(response.headers.get('content-length'));\n\n const [onProgress, flush] = onDownloadProgress && progressEventDecorator(\n responseContentLength,\n progressEventReducer(asyncDecorator(onDownloadProgress), true)\n ) || [];\n\n response = new Response(\n trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => {\n flush && flush();\n unsubscribe && unsubscribe();\n }),\n options\n );\n }\n\n responseType = responseType || 'text';\n\n let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config);\n\n !isStreamResponse && unsubscribe && unsubscribe();\n\n return await new Promise((resolve, reject) => {\n settle(resolve, reject, {\n data: responseData,\n headers: AxiosHeaders.from(response.headers),\n status: response.status,\n statusText: response.statusText,\n config,\n request\n })\n })\n } catch (err) {\n unsubscribe && unsubscribe();\n\n if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) {\n throw Object.assign(\n new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request),\n {\n cause: err.cause || err\n }\n )\n }\n\n throw AxiosError.from(err, err && err.code, config, request);\n }\n});\n\n\n","import utils from '../utils.js';\nimport httpAdapter from './http.js';\nimport xhrAdapter from './xhr.js';\nimport fetchAdapter from './fetch.js';\nimport AxiosError from \"../core/AxiosError.js\";\n\nconst knownAdapters = {\n http: httpAdapter,\n xhr: xhrAdapter,\n fetch: fetchAdapter\n}\n\nutils.forEach(knownAdapters, (fn, value) => {\n if (fn) {\n try {\n Object.defineProperty(fn, 'name', {value});\n } catch (e) {\n // eslint-disable-next-line no-empty\n }\n Object.defineProperty(fn, 'adapterName', {value});\n }\n});\n\nconst renderReason = (reason) => `- ${reason}`;\n\nconst isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false;\n\nexport default {\n getAdapter: (adapters) => {\n adapters = utils.isArray(adapters) ? adapters : [adapters];\n\n const {length} = adapters;\n let nameOrAdapter;\n let adapter;\n\n const rejectedReasons = {};\n\n for (let i = 0; i < length; i++) {\n nameOrAdapter = adapters[i];\n let id;\n\n adapter = nameOrAdapter;\n\n if (!isResolvedHandle(nameOrAdapter)) {\n adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()];\n\n if (adapter === undefined) {\n throw new AxiosError(`Unknown adapter '${id}'`);\n }\n }\n\n if (adapter) {\n break;\n }\n\n rejectedReasons[id || '#' + i] = adapter;\n }\n\n if (!adapter) {\n\n const reasons = Object.entries(rejectedReasons)\n .map(([id, state]) => `adapter ${id} ` +\n (state === false ? 'is not supported by the environment' : 'is not available in the build')\n );\n\n let s = length ?\n (reasons.length > 1 ? 'since :\\n' + reasons.map(renderReason).join('\\n') : ' ' + renderReason(reasons[0])) :\n 'as no adapter specified';\n\n throw new AxiosError(\n `There is no suitable adapter to dispatch the request ` + s,\n 'ERR_NOT_SUPPORT'\n );\n }\n\n return adapter;\n },\n adapters: knownAdapters\n}\n","'use strict';\n\nimport transformData from './transformData.js';\nimport isCancel from '../cancel/isCancel.js';\nimport defaults from '../defaults/index.js';\nimport CanceledError from '../cancel/CanceledError.js';\nimport AxiosHeaders from '../core/AxiosHeaders.js';\nimport adapters from \"../adapters/adapters.js\";\n\n/**\n * Throws a `CanceledError` if cancellation has been requested.\n *\n * @param {Object} config The config that is to be used for the request\n *\n * @returns {void}\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n\n if (config.signal && config.signal.aborted) {\n throw new CanceledError(null, config);\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n *\n * @returns {Promise} The Promise to be fulfilled\n */\nexport default function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n config.headers = AxiosHeaders.from(config.headers);\n\n // Transform request data\n config.data = transformData.call(\n config,\n config.transformRequest\n );\n\n if (['post', 'put', 'patch'].indexOf(config.method) !== -1) {\n config.headers.setContentType('application/x-www-form-urlencoded', false);\n }\n\n const adapter = adapters.getAdapter(config.adapter || defaults.adapter);\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData.call(\n config,\n config.transformResponse,\n response\n );\n\n response.headers = AxiosHeaders.from(response.headers);\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData.call(\n config,\n config.transformResponse,\n reason.response\n );\n reason.response.headers = AxiosHeaders.from(reason.response.headers);\n }\n }\n\n return Promise.reject(reason);\n });\n}\n","'use strict';\n\nimport {VERSION} from '../env/data.js';\nimport AxiosError from '../core/AxiosError.js';\n\nconst validators = {};\n\n// eslint-disable-next-line func-names\n['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => {\n validators[type] = function validator(thing) {\n return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type;\n };\n});\n\nconst deprecatedWarnings = {};\n\n/**\n * Transitional option validator\n *\n * @param {function|boolean?} validator - set to false if the transitional option has been removed\n * @param {string?} version - deprecated version / removed since version\n * @param {string?} message - some message with additional info\n *\n * @returns {function}\n */\nvalidators.transitional = function transitional(validator, version, message) {\n function formatMessage(opt, desc) {\n return '[Axios v' + VERSION + '] Transitional option \\'' + opt + '\\'' + desc + (message ? '. ' + message : '');\n }\n\n // eslint-disable-next-line func-names\n return (value, opt, opts) => {\n if (validator === false) {\n throw new AxiosError(\n formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')),\n AxiosError.ERR_DEPRECATED\n );\n }\n\n if (version && !deprecatedWarnings[opt]) {\n deprecatedWarnings[opt] = true;\n // eslint-disable-next-line no-console\n console.warn(\n formatMessage(\n opt,\n ' has been deprecated since v' + version + ' and will be removed in the near future'\n )\n );\n }\n\n return validator ? validator(value, opt, opts) : true;\n };\n};\n\nvalidators.spelling = function spelling(correctSpelling) {\n return (value, opt) => {\n // eslint-disable-next-line no-console\n console.warn(`${opt} is likely a misspelling of ${correctSpelling}`);\n return true;\n }\n};\n\n/**\n * Assert object's properties type\n *\n * @param {object} options\n * @param {object} schema\n * @param {boolean?} allowUnknown\n *\n * @returns {object}\n */\n\nfunction assertOptions(options, schema, allowUnknown) {\n if (typeof options !== 'object') {\n throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE);\n }\n const keys = Object.keys(options);\n let i = keys.length;\n while (i-- > 0) {\n const opt = keys[i];\n const validator = schema[opt];\n if (validator) {\n const value = options[opt];\n const result = value === undefined || validator(value, opt, options);\n if (result !== true) {\n throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE);\n }\n continue;\n }\n if (allowUnknown !== true) {\n throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION);\n }\n }\n}\n\nexport default {\n assertOptions,\n validators\n};\n","'use strict';\n\nimport utils from './../utils.js';\nimport buildURL from '../helpers/buildURL.js';\nimport InterceptorManager from './InterceptorManager.js';\nimport dispatchRequest from './dispatchRequest.js';\nimport mergeConfig from './mergeConfig.js';\nimport buildFullPath from './buildFullPath.js';\nimport validator from '../helpers/validator.js';\nimport AxiosHeaders from './AxiosHeaders.js';\n\nconst validators = validator.validators;\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n *\n * @return {Axios} A new instance of Axios\n */\nclass Axios {\n constructor(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n }\n\n /**\n * Dispatch a request\n *\n * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults)\n * @param {?Object} config\n *\n * @returns {Promise} The Promise to be fulfilled\n */\n async request(configOrUrl, config) {\n try {\n return await this._request(configOrUrl, config);\n } catch (err) {\n if (err instanceof Error) {\n let dummy = {};\n\n Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error());\n\n // slice off the Error: ... line\n const stack = dummy.stack ? dummy.stack.replace(/^.+\\n/, '') : '';\n try {\n if (!err.stack) {\n err.stack = stack;\n // match without the 2 top stack lines\n } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\\n.+\\n/, ''))) {\n err.stack += '\\n' + stack\n }\n } catch (e) {\n // ignore the case where \"stack\" is an un-writable property\n }\n }\n\n throw err;\n }\n }\n\n _request(configOrUrl, config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof configOrUrl === 'string') {\n config = config || {};\n config.url = configOrUrl;\n } else {\n config = configOrUrl || {};\n }\n\n config = mergeConfig(this.defaults, config);\n\n const {transitional, paramsSerializer, headers} = config;\n\n if (transitional !== undefined) {\n validator.assertOptions(transitional, {\n silentJSONParsing: validators.transitional(validators.boolean),\n forcedJSONParsing: validators.transitional(validators.boolean),\n clarifyTimeoutError: validators.transitional(validators.boolean)\n }, false);\n }\n\n if (paramsSerializer != null) {\n if (utils.isFunction(paramsSerializer)) {\n config.paramsSerializer = {\n serialize: paramsSerializer\n }\n } else {\n validator.assertOptions(paramsSerializer, {\n encode: validators.function,\n serialize: validators.function\n }, true);\n }\n }\n\n // Set config.allowAbsoluteUrls\n if (config.allowAbsoluteUrls !== undefined) {\n // do nothing\n } else if (this.defaults.allowAbsoluteUrls !== undefined) {\n config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls;\n } else {\n config.allowAbsoluteUrls = true;\n }\n\n validator.assertOptions(config, {\n baseUrl: validators.spelling('baseURL'),\n withXsrfToken: validators.spelling('withXSRFToken')\n }, true);\n\n // Set config.method\n config.method = (config.method || this.defaults.method || 'get').toLowerCase();\n\n // Flatten headers\n let contextHeaders = headers && utils.merge(\n headers.common,\n headers[config.method]\n );\n\n headers && utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n (method) => {\n delete headers[method];\n }\n );\n\n config.headers = AxiosHeaders.concat(contextHeaders, headers);\n\n // filter out skipped interceptors\n const requestInterceptorChain = [];\n let synchronousRequestInterceptors = true;\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) {\n return;\n }\n\n synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous;\n\n requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n const responseInterceptorChain = [];\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n let promise;\n let i = 0;\n let len;\n\n if (!synchronousRequestInterceptors) {\n const chain = [dispatchRequest.bind(this), undefined];\n chain.unshift.apply(chain, requestInterceptorChain);\n chain.push.apply(chain, responseInterceptorChain);\n len = chain.length;\n\n promise = Promise.resolve(config);\n\n while (i < len) {\n promise = promise.then(chain[i++], chain[i++]);\n }\n\n return promise;\n }\n\n len = requestInterceptorChain.length;\n\n let newConfig = config;\n\n i = 0;\n\n while (i < len) {\n const onFulfilled = requestInterceptorChain[i++];\n const onRejected = requestInterceptorChain[i++];\n try {\n newConfig = onFulfilled(newConfig);\n } catch (error) {\n onRejected.call(this, error);\n break;\n }\n }\n\n try {\n promise = dispatchRequest.call(this, newConfig);\n } catch (error) {\n return Promise.reject(error);\n }\n\n i = 0;\n len = responseInterceptorChain.length;\n\n while (i < len) {\n promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]);\n }\n\n return promise;\n }\n\n getUri(config) {\n config = mergeConfig(this.defaults, config);\n const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls);\n return buildURL(fullPath, config.params, config.paramsSerializer);\n }\n}\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n url,\n data: (config || {}).data\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n\n function generateHTTPMethod(isForm) {\n return function httpMethod(url, data, config) {\n return this.request(mergeConfig(config || {}, {\n method,\n headers: isForm ? {\n 'Content-Type': 'multipart/form-data'\n } : {},\n url,\n data\n }));\n };\n }\n\n Axios.prototype[method] = generateHTTPMethod();\n\n Axios.prototype[method + 'Form'] = generateHTTPMethod(true);\n});\n\nexport default Axios;\n","'use strict';\n\nimport CanceledError from './CanceledError.js';\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @param {Function} executor The executor function.\n *\n * @returns {CancelToken}\n */\nclass CancelToken {\n constructor(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n let resolvePromise;\n\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n const token = this;\n\n // eslint-disable-next-line func-names\n this.promise.then(cancel => {\n if (!token._listeners) return;\n\n let i = token._listeners.length;\n\n while (i-- > 0) {\n token._listeners[i](cancel);\n }\n token._listeners = null;\n });\n\n // eslint-disable-next-line func-names\n this.promise.then = onfulfilled => {\n let _resolve;\n // eslint-disable-next-line func-names\n const promise = new Promise(resolve => {\n token.subscribe(resolve);\n _resolve = resolve;\n }).then(onfulfilled);\n\n promise.cancel = function reject() {\n token.unsubscribe(_resolve);\n };\n\n return promise;\n };\n\n executor(function cancel(message, config, request) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new CanceledError(message, config, request);\n resolvePromise(token.reason);\n });\n }\n\n /**\n * Throws a `CanceledError` if cancellation has been requested.\n */\n throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n }\n\n /**\n * Subscribe to the cancel signal\n */\n\n subscribe(listener) {\n if (this.reason) {\n listener(this.reason);\n return;\n }\n\n if (this._listeners) {\n this._listeners.push(listener);\n } else {\n this._listeners = [listener];\n }\n }\n\n /**\n * Unsubscribe from the cancel signal\n */\n\n unsubscribe(listener) {\n if (!this._listeners) {\n return;\n }\n const index = this._listeners.indexOf(listener);\n if (index !== -1) {\n this._listeners.splice(index, 1);\n }\n }\n\n toAbortSignal() {\n const controller = new AbortController();\n\n const abort = (err) => {\n controller.abort(err);\n };\n\n this.subscribe(abort);\n\n controller.signal.unsubscribe = () => this.unsubscribe(abort);\n\n return controller.signal;\n }\n\n /**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\n static source() {\n let cancel;\n const token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token,\n cancel\n };\n }\n}\n\nexport default CancelToken;\n","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n *\n * @returns {Function}\n */\nexport default function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n}\n","'use strict';\n\nimport utils from './../utils.js';\n\n/**\n * Determines whether the payload is an error thrown by Axios\n *\n * @param {*} payload The value to test\n *\n * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false\n */\nexport default function isAxiosError(payload) {\n return utils.isObject(payload) && (payload.isAxiosError === true);\n}\n","const HttpStatusCode = {\n Continue: 100,\n SwitchingProtocols: 101,\n Processing: 102,\n EarlyHints: 103,\n Ok: 200,\n Created: 201,\n Accepted: 202,\n NonAuthoritativeInformation: 203,\n NoContent: 204,\n ResetContent: 205,\n PartialContent: 206,\n MultiStatus: 207,\n AlreadyReported: 208,\n ImUsed: 226,\n MultipleChoices: 300,\n MovedPermanently: 301,\n Found: 302,\n SeeOther: 303,\n NotModified: 304,\n UseProxy: 305,\n Unused: 306,\n TemporaryRedirect: 307,\n PermanentRedirect: 308,\n BadRequest: 400,\n Unauthorized: 401,\n PaymentRequired: 402,\n Forbidden: 403,\n NotFound: 404,\n MethodNotAllowed: 405,\n NotAcceptable: 406,\n ProxyAuthenticationRequired: 407,\n RequestTimeout: 408,\n Conflict: 409,\n Gone: 410,\n LengthRequired: 411,\n PreconditionFailed: 412,\n PayloadTooLarge: 413,\n UriTooLong: 414,\n UnsupportedMediaType: 415,\n RangeNotSatisfiable: 416,\n ExpectationFailed: 417,\n ImATeapot: 418,\n MisdirectedRequest: 421,\n UnprocessableEntity: 422,\n Locked: 423,\n FailedDependency: 424,\n TooEarly: 425,\n UpgradeRequired: 426,\n PreconditionRequired: 428,\n TooManyRequests: 429,\n RequestHeaderFieldsTooLarge: 431,\n UnavailableForLegalReasons: 451,\n InternalServerError: 500,\n NotImplemented: 501,\n BadGateway: 502,\n ServiceUnavailable: 503,\n GatewayTimeout: 504,\n HttpVersionNotSupported: 505,\n VariantAlsoNegotiates: 506,\n InsufficientStorage: 507,\n LoopDetected: 508,\n NotExtended: 510,\n NetworkAuthenticationRequired: 511,\n};\n\nObject.entries(HttpStatusCode).forEach(([key, value]) => {\n HttpStatusCode[value] = key;\n});\n\nexport default HttpStatusCode;\n","'use strict';\n\nimport utils from './utils.js';\nimport bind from './helpers/bind.js';\nimport Axios from './core/Axios.js';\nimport mergeConfig from './core/mergeConfig.js';\nimport defaults from './defaults/index.js';\nimport formDataToJSON from './helpers/formDataToJSON.js';\nimport CanceledError from './cancel/CanceledError.js';\nimport CancelToken from './cancel/CancelToken.js';\nimport isCancel from './cancel/isCancel.js';\nimport {VERSION} from './env/data.js';\nimport toFormData from './helpers/toFormData.js';\nimport AxiosError from './core/AxiosError.js';\nimport spread from './helpers/spread.js';\nimport isAxiosError from './helpers/isAxiosError.js';\nimport AxiosHeaders from \"./core/AxiosHeaders.js\";\nimport adapters from './adapters/adapters.js';\nimport HttpStatusCode from './helpers/HttpStatusCode.js';\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n *\n * @returns {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n const context = new Axios(defaultConfig);\n const instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context, {allOwnKeys: true});\n\n // Copy context to instance\n utils.extend(instance, context, null, {allOwnKeys: true});\n\n // Factory for creating new instances\n instance.create = function create(instanceConfig) {\n return createInstance(mergeConfig(defaultConfig, instanceConfig));\n };\n\n return instance;\n}\n\n// Create the default instance to be exported\nconst axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Expose Cancel & CancelToken\naxios.CanceledError = CanceledError;\naxios.CancelToken = CancelToken;\naxios.isCancel = isCancel;\naxios.VERSION = VERSION;\naxios.toFormData = toFormData;\n\n// Expose AxiosError class\naxios.AxiosError = AxiosError;\n\n// alias for CanceledError for backward compatibility\naxios.Cancel = axios.CanceledError;\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\n\naxios.spread = spread;\n\n// Expose isAxiosError\naxios.isAxiosError = isAxiosError;\n\n// Expose mergeConfig\naxios.mergeConfig = mergeConfig;\n\naxios.AxiosHeaders = AxiosHeaders;\n\naxios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing);\n\naxios.getAdapter = adapters.getAdapter;\n\naxios.HttpStatusCode = HttpStatusCode;\n\naxios.default = axios;\n\n// this module should only have a default export\nexport default axios\n"],"names":["utils","prototype","PlatformFormData","encode","url","crypto","FormData","platform","defaults","AxiosHeaders","stream","util","readBlob","Readable","zlib","followRedirects","proxyFromEnv","callbackify","EventEmitter","formDataToStream","AxiosTransformStream","https","http","ZlibHeaderTransformStream","composeSignals","validators","InterceptorManager","Axios","CancelToken","HttpStatusCode"],"mappings":"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"} \ No newline at end of file diff --git a/server/node_modules/axios/index.d.cts b/server/node_modules/axios/index.d.cts new file mode 100644 index 000000000..7d2c77ada --- /dev/null +++ b/server/node_modules/axios/index.d.cts @@ -0,0 +1,550 @@ +interface RawAxiosHeaders { + [key: string]: axios.AxiosHeaderValue; +} + +type MethodsHeaders = Partial<{ + [Key in axios.Method as Lowercase]: AxiosHeaders; +} & {common: AxiosHeaders}>; + +type AxiosHeaderMatcher = (this: AxiosHeaders, value: string, name: string, headers: RawAxiosHeaders) => boolean; + +type AxiosHeaderParser = (this: AxiosHeaders, value: axios.AxiosHeaderValue, header: string) => any; + +type CommonRequestHeadersList = 'Accept' | 'Content-Length' | 'User-Agent'| 'Content-Encoding' | 'Authorization'; + +type ContentType = axios.AxiosHeaderValue | 'text/html' | 'text/plain' | 'multipart/form-data' | 'application/json' | 'application/x-www-form-urlencoded' | 'application/octet-stream'; + +type CommonResponseHeadersList = 'Server' | 'Content-Type' | 'Content-Length' | 'Cache-Control'| 'Content-Encoding'; + +declare class AxiosHeaders { + constructor( + headers?: RawAxiosHeaders | AxiosHeaders | string + ); + + [key: string]: any; + + set(headerName?: string, value?: axios.AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + set(headers?: RawAxiosHeaders | AxiosHeaders | string, rewrite?: boolean): AxiosHeaders; + + get(headerName: string, parser: RegExp): RegExpExecArray | null; + get(headerName: string, matcher?: true | AxiosHeaderParser): axios.AxiosHeaderValue; + + has(header: string, matcher?: AxiosHeaderMatcher): boolean; + + delete(header: string | string[], matcher?: AxiosHeaderMatcher): boolean; + + clear(matcher?: AxiosHeaderMatcher): boolean; + + normalize(format: boolean): AxiosHeaders; + + concat(...targets: Array): AxiosHeaders; + + toJSON(asStrings?: boolean): RawAxiosHeaders; + + static from(thing?: AxiosHeaders | RawAxiosHeaders | string): AxiosHeaders; + + static accessor(header: string | string[]): AxiosHeaders; + + static concat(...targets: Array): AxiosHeaders; + + setContentType(value: ContentType, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getContentType(parser?: RegExp): RegExpExecArray | null; + getContentType(matcher?: AxiosHeaderMatcher): axios.AxiosHeaderValue; + hasContentType(matcher?: AxiosHeaderMatcher): boolean; + + setContentLength(value: axios.AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getContentLength(parser?: RegExp): RegExpExecArray | null; + getContentLength(matcher?: AxiosHeaderMatcher): axios.AxiosHeaderValue; + hasContentLength(matcher?: AxiosHeaderMatcher): boolean; + + setAccept(value: axios.AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getAccept(parser?: RegExp): RegExpExecArray | null; + getAccept(matcher?: AxiosHeaderMatcher): axios.AxiosHeaderValue; + hasAccept(matcher?: AxiosHeaderMatcher): boolean; + + setUserAgent(value: axios.AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getUserAgent(parser?: RegExp): RegExpExecArray | null; + getUserAgent(matcher?: AxiosHeaderMatcher): axios.AxiosHeaderValue; + hasUserAgent(matcher?: AxiosHeaderMatcher): boolean; + + setContentEncoding(value: axios.AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getContentEncoding(parser?: RegExp): RegExpExecArray | null; + getContentEncoding(matcher?: AxiosHeaderMatcher): axios.AxiosHeaderValue; + hasContentEncoding(matcher?: AxiosHeaderMatcher): boolean; + + setAuthorization(value: axios.AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getAuthorization(parser?: RegExp): RegExpExecArray | null; + getAuthorization(matcher?: AxiosHeaderMatcher): axios.AxiosHeaderValue; + hasAuthorization(matcher?: AxiosHeaderMatcher): boolean; + + [Symbol.iterator](): IterableIterator<[string, axios.AxiosHeaderValue]>; +} + +declare class AxiosError extends Error { + constructor( + message?: string, + code?: string, + config?: axios.InternalAxiosRequestConfig, + request?: any, + response?: axios.AxiosResponse + ); + + config?: axios.InternalAxiosRequestConfig; + code?: string; + request?: any; + response?: axios.AxiosResponse; + isAxiosError: boolean; + status?: number; + toJSON: () => object; + cause?: Error; + static readonly ERR_FR_TOO_MANY_REDIRECTS = "ERR_FR_TOO_MANY_REDIRECTS"; + static readonly ERR_BAD_OPTION_VALUE = "ERR_BAD_OPTION_VALUE"; + static readonly ERR_BAD_OPTION = "ERR_BAD_OPTION"; + static readonly ERR_NETWORK = "ERR_NETWORK"; + static readonly ERR_DEPRECATED = "ERR_DEPRECATED"; + static readonly ERR_BAD_RESPONSE = "ERR_BAD_RESPONSE"; + static readonly ERR_BAD_REQUEST = "ERR_BAD_REQUEST"; + static readonly ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT"; + static readonly ERR_INVALID_URL = "ERR_INVALID_URL"; + static readonly ERR_CANCELED = "ERR_CANCELED"; + static readonly ECONNABORTED = "ECONNABORTED"; + static readonly ETIMEDOUT = "ETIMEDOUT"; +} + +declare class CanceledError extends AxiosError { +} + +declare class Axios { + constructor(config?: axios.AxiosRequestConfig); + defaults: axios.AxiosDefaults; + interceptors: { + request: axios.AxiosInterceptorManager; + response: axios.AxiosInterceptorManager; + }; + getUri(config?: axios.AxiosRequestConfig): string; + request, D = any>(config: axios.AxiosRequestConfig): Promise; + get, D = any>(url: string, config?: axios.AxiosRequestConfig): Promise; + delete, D = any>(url: string, config?: axios.AxiosRequestConfig): Promise; + head, D = any>(url: string, config?: axios.AxiosRequestConfig): Promise; + options, D = any>(url: string, config?: axios.AxiosRequestConfig): Promise; + post, D = any>(url: string, data?: D, config?: axios.AxiosRequestConfig): Promise; + put, D = any>(url: string, data?: D, config?: axios.AxiosRequestConfig): Promise; + patch, D = any>(url: string, data?: D, config?: axios.AxiosRequestConfig): Promise; + postForm, D = any>(url: string, data?: D, config?: axios.AxiosRequestConfig): Promise; + putForm, D = any>(url: string, data?: D, config?: axios.AxiosRequestConfig): Promise; + patchForm, D = any>(url: string, data?: D, config?: axios.AxiosRequestConfig): Promise; +} + +declare enum HttpStatusCode { + Continue = 100, + SwitchingProtocols = 101, + Processing = 102, + EarlyHints = 103, + Ok = 200, + Created = 201, + Accepted = 202, + NonAuthoritativeInformation = 203, + NoContent = 204, + ResetContent = 205, + PartialContent = 206, + MultiStatus = 207, + AlreadyReported = 208, + ImUsed = 226, + MultipleChoices = 300, + MovedPermanently = 301, + Found = 302, + SeeOther = 303, + NotModified = 304, + UseProxy = 305, + Unused = 306, + TemporaryRedirect = 307, + PermanentRedirect = 308, + BadRequest = 400, + Unauthorized = 401, + PaymentRequired = 402, + Forbidden = 403, + NotFound = 404, + MethodNotAllowed = 405, + NotAcceptable = 406, + ProxyAuthenticationRequired = 407, + RequestTimeout = 408, + Conflict = 409, + Gone = 410, + LengthRequired = 411, + PreconditionFailed = 412, + PayloadTooLarge = 413, + UriTooLong = 414, + UnsupportedMediaType = 415, + RangeNotSatisfiable = 416, + ExpectationFailed = 417, + ImATeapot = 418, + MisdirectedRequest = 421, + UnprocessableEntity = 422, + Locked = 423, + FailedDependency = 424, + TooEarly = 425, + UpgradeRequired = 426, + PreconditionRequired = 428, + TooManyRequests = 429, + RequestHeaderFieldsTooLarge = 431, + UnavailableForLegalReasons = 451, + InternalServerError = 500, + NotImplemented = 501, + BadGateway = 502, + ServiceUnavailable = 503, + GatewayTimeout = 504, + HttpVersionNotSupported = 505, + VariantAlsoNegotiates = 506, + InsufficientStorage = 507, + LoopDetected = 508, + NotExtended = 510, + NetworkAuthenticationRequired = 511, +} + +type InternalAxiosError = AxiosError; + +declare namespace axios { + type AxiosError = InternalAxiosError; + + type RawAxiosRequestHeaders = Partial; + + type AxiosRequestHeaders = RawAxiosRequestHeaders & AxiosHeaders; + + type AxiosHeaderValue = AxiosHeaders | string | string[] | number | boolean | null; + + type RawCommonResponseHeaders = { + [Key in CommonResponseHeadersList]: AxiosHeaderValue; + } & { + "set-cookie": string[]; + }; + + type RawAxiosResponseHeaders = Partial; + + type AxiosResponseHeaders = RawAxiosResponseHeaders & AxiosHeaders; + + interface AxiosRequestTransformer { + (this: InternalAxiosRequestConfig, data: any, headers: AxiosRequestHeaders): any; + } + + interface AxiosResponseTransformer { + (this: InternalAxiosRequestConfig, data: any, headers: AxiosResponseHeaders, status?: number): any; + } + + interface AxiosAdapter { + (config: InternalAxiosRequestConfig): AxiosPromise; + } + + interface AxiosBasicCredentials { + username: string; + password: string; + } + + interface AxiosProxyConfig { + host: string; + port: number; + auth?: AxiosBasicCredentials; + protocol?: string; + } + + type Method = + | 'get' | 'GET' + | 'delete' | 'DELETE' + | 'head' | 'HEAD' + | 'options' | 'OPTIONS' + | 'post' | 'POST' + | 'put' | 'PUT' + | 'patch' | 'PATCH' + | 'purge' | 'PURGE' + | 'link' | 'LINK' + | 'unlink' | 'UNLINK'; + + type ResponseType = + | 'arraybuffer' + | 'blob' + | 'document' + | 'json' + | 'text' + | 'stream' + | 'formdata'; + + type responseEncoding = + | 'ascii' | 'ASCII' + | 'ansi' | 'ANSI' + | 'binary' | 'BINARY' + | 'base64' | 'BASE64' + | 'base64url' | 'BASE64URL' + | 'hex' | 'HEX' + | 'latin1' | 'LATIN1' + | 'ucs-2' | 'UCS-2' + | 'ucs2' | 'UCS2' + | 'utf-8' | 'UTF-8' + | 'utf8' | 'UTF8' + | 'utf16le' | 'UTF16LE'; + + interface TransitionalOptions { + silentJSONParsing?: boolean; + forcedJSONParsing?: boolean; + clarifyTimeoutError?: boolean; + } + + interface GenericAbortSignal { + readonly aborted: boolean; + onabort?: ((...args: any) => any) | null; + addEventListener?: (...args: any) => any; + removeEventListener?: (...args: any) => any; + } + + interface FormDataVisitorHelpers { + defaultVisitor: SerializerVisitor; + convertValue: (value: any) => any; + isVisitable: (value: any) => boolean; + } + + interface SerializerVisitor { + ( + this: GenericFormData, + value: any, + key: string | number, + path: null | Array, + helpers: FormDataVisitorHelpers + ): boolean; + } + + interface SerializerOptions { + visitor?: SerializerVisitor; + dots?: boolean; + metaTokens?: boolean; + indexes?: boolean | null; + } + + // tslint:disable-next-line + interface FormSerializerOptions extends SerializerOptions { + } + + interface ParamEncoder { + (value: any, defaultEncoder: (value: any) => any): any; + } + + interface CustomParamsSerializer { + (params: Record, options?: ParamsSerializerOptions): string; + } + + interface ParamsSerializerOptions extends SerializerOptions { + encode?: ParamEncoder; + serialize?: CustomParamsSerializer; + } + + type MaxUploadRate = number; + + type MaxDownloadRate = number; + + type BrowserProgressEvent = any; + + interface AxiosProgressEvent { + loaded: number; + total?: number; + progress?: number; + bytes: number; + rate?: number; + estimated?: number; + upload?: boolean; + download?: boolean; + event?: BrowserProgressEvent; + lengthComputable: boolean; + } + + type Milliseconds = number; + + type AxiosAdapterName = 'fetch' | 'xhr' | 'http' | string; + + type AxiosAdapterConfig = AxiosAdapter | AxiosAdapterName; + + type AddressFamily = 4 | 6 | undefined; + + interface LookupAddressEntry { + address: string; + family?: AddressFamily; + } + + type LookupAddress = string | LookupAddressEntry; + + interface AxiosRequestConfig { + url?: string; + method?: Method | string; + baseURL?: string; + allowAbsoluteUrls?: boolean; + transformRequest?: AxiosRequestTransformer | AxiosRequestTransformer[]; + transformResponse?: AxiosResponseTransformer | AxiosResponseTransformer[]; + headers?: (RawAxiosRequestHeaders & MethodsHeaders) | AxiosHeaders; + params?: any; + paramsSerializer?: ParamsSerializerOptions | CustomParamsSerializer; + data?: D; + timeout?: Milliseconds; + timeoutErrorMessage?: string; + withCredentials?: boolean; + adapter?: AxiosAdapterConfig | AxiosAdapterConfig[]; + auth?: AxiosBasicCredentials; + responseType?: ResponseType; + responseEncoding?: responseEncoding | string; + xsrfCookieName?: string; + xsrfHeaderName?: string; + onUploadProgress?: (progressEvent: AxiosProgressEvent) => void; + onDownloadProgress?: (progressEvent: AxiosProgressEvent) => void; + maxContentLength?: number; + validateStatus?: ((status: number) => boolean) | null; + maxBodyLength?: number; + maxRedirects?: number; + maxRate?: number | [MaxUploadRate, MaxDownloadRate]; + beforeRedirect?: (options: Record, responseDetails: {headers: Record, statusCode: HttpStatusCode}) => void; + socketPath?: string | null; + transport?: any; + httpAgent?: any; + httpsAgent?: any; + proxy?: AxiosProxyConfig | false; + cancelToken?: CancelToken; + decompress?: boolean; + transitional?: TransitionalOptions; + signal?: GenericAbortSignal; + insecureHTTPParser?: boolean; + env?: { + FormData?: new (...args: any[]) => object; + }; + formSerializer?: FormSerializerOptions; + family?: AddressFamily; + lookup?: ((hostname: string, options: object, cb: (err: Error | null, address: LookupAddress | LookupAddress[], family?: AddressFamily) => void) => void) | + ((hostname: string, options: object) => Promise<[address: LookupAddressEntry | LookupAddressEntry[], family?: AddressFamily] | LookupAddress>); + withXSRFToken?: boolean | ((config: InternalAxiosRequestConfig) => boolean | undefined); + fetchOptions?: Record; + } + + // Alias + type RawAxiosRequestConfig = AxiosRequestConfig; + + interface InternalAxiosRequestConfig extends AxiosRequestConfig { + headers: AxiosRequestHeaders; + } + + interface HeadersDefaults { + common: RawAxiosRequestHeaders; + delete: RawAxiosRequestHeaders; + get: RawAxiosRequestHeaders; + head: RawAxiosRequestHeaders; + post: RawAxiosRequestHeaders; + put: RawAxiosRequestHeaders; + patch: RawAxiosRequestHeaders; + options?: RawAxiosRequestHeaders; + purge?: RawAxiosRequestHeaders; + link?: RawAxiosRequestHeaders; + unlink?: RawAxiosRequestHeaders; + } + + interface AxiosDefaults extends Omit, 'headers'> { + headers: HeadersDefaults; + } + + interface CreateAxiosDefaults extends Omit, 'headers'> { + headers?: RawAxiosRequestHeaders | AxiosHeaders | Partial; + } + + interface AxiosResponse { + data: T; + status: number; + statusText: string; + headers: RawAxiosResponseHeaders | AxiosResponseHeaders; + config: InternalAxiosRequestConfig; + request?: any; + } + + type AxiosPromise = Promise>; + + interface CancelStatic { + new (message?: string): Cancel; + } + + interface Cancel { + message: string | undefined; + } + + interface Canceler { + (message?: string, config?: AxiosRequestConfig, request?: any): void; + } + + interface CancelTokenStatic { + new (executor: (cancel: Canceler) => void): CancelToken; + source(): CancelTokenSource; + } + + interface CancelToken { + promise: Promise; + reason?: Cancel; + throwIfRequested(): void; + } + + interface CancelTokenSource { + token: CancelToken; + cancel: Canceler; + } + + interface AxiosInterceptorOptions { + synchronous?: boolean; + runWhen?: (config: InternalAxiosRequestConfig) => boolean; + } + + type AxiosRequestInterceptorUse = (onFulfilled?: ((value: T) => T | Promise) | null, onRejected?: ((error: any) => any) | null, options?: AxiosInterceptorOptions) => number; + + type AxiosResponseInterceptorUse = (onFulfilled?: ((value: T) => T | Promise) | null, onRejected?: ((error: any) => any) | null) => number; + + interface AxiosInterceptorManager { + use: V extends AxiosResponse ? AxiosResponseInterceptorUse : AxiosRequestInterceptorUse; + eject(id: number): void; + clear(): void; + } + + interface AxiosInstance extends Axios { + , D = any>(config: AxiosRequestConfig): Promise; + , D = any>(url: string, config?: AxiosRequestConfig): Promise; + + defaults: Omit & { + headers: HeadersDefaults & { + [key: string]: AxiosHeaderValue + } + }; + } + + interface GenericFormData { + append(name: string, value: any, options?: any): any; + } + + interface GenericHTMLFormElement { + name: string; + method: string; + submit(): void; + } + + interface AxiosStatic extends AxiosInstance { + create(config?: CreateAxiosDefaults): AxiosInstance; + Cancel: CancelStatic; + CancelToken: CancelTokenStatic; + Axios: typeof Axios; + AxiosError: typeof AxiosError; + CanceledError: typeof CanceledError; + HttpStatusCode: typeof HttpStatusCode; + readonly VERSION: string; + isCancel(value: any): value is Cancel; + all(values: Array>): Promise; + spread(callback: (...args: T[]) => R): (array: T[]) => R; + isAxiosError(payload: any): payload is AxiosError; + toFormData(sourceObj: object, targetFormData?: GenericFormData, options?: FormSerializerOptions): GenericFormData; + formToJSON(form: GenericFormData|GenericHTMLFormElement): object; + getAdapter(adapters: AxiosAdapterConfig | AxiosAdapterConfig[] | undefined): AxiosAdapter; + AxiosHeaders: typeof AxiosHeaders; + } +} + +declare const axios: axios.AxiosStatic; + +export = axios; diff --git a/server/node_modules/axios/index.d.ts b/server/node_modules/axios/index.d.ts new file mode 100644 index 000000000..232a4a351 --- /dev/null +++ b/server/node_modules/axios/index.d.ts @@ -0,0 +1,570 @@ +// TypeScript Version: 4.7 +export type AxiosHeaderValue = AxiosHeaders | string | string[] | number | boolean | null; + +interface RawAxiosHeaders { + [key: string]: AxiosHeaderValue; +} + +type MethodsHeaders = Partial<{ + [Key in Method as Lowercase]: AxiosHeaders; +} & {common: AxiosHeaders}>; + +type AxiosHeaderMatcher = string | RegExp | ((this: AxiosHeaders, value: string, name: string) => boolean); + +type AxiosHeaderParser = (this: AxiosHeaders, value: AxiosHeaderValue, header: string) => any; + +export class AxiosHeaders { + constructor( + headers?: RawAxiosHeaders | AxiosHeaders | string + ); + + [key: string]: any; + + set(headerName?: string, value?: AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + set(headers?: RawAxiosHeaders | AxiosHeaders | string, rewrite?: boolean): AxiosHeaders; + + get(headerName: string, parser: RegExp): RegExpExecArray | null; + get(headerName: string, matcher?: true | AxiosHeaderParser): AxiosHeaderValue; + + has(header: string, matcher?: AxiosHeaderMatcher): boolean; + + delete(header: string | string[], matcher?: AxiosHeaderMatcher): boolean; + + clear(matcher?: AxiosHeaderMatcher): boolean; + + normalize(format: boolean): AxiosHeaders; + + concat(...targets: Array): AxiosHeaders; + + toJSON(asStrings?: boolean): RawAxiosHeaders; + + static from(thing?: AxiosHeaders | RawAxiosHeaders | string): AxiosHeaders; + + static accessor(header: string | string[]): AxiosHeaders; + + static concat(...targets: Array): AxiosHeaders; + + setContentType(value: ContentType, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getContentType(parser?: RegExp): RegExpExecArray | null; + getContentType(matcher?: AxiosHeaderMatcher): AxiosHeaderValue; + hasContentType(matcher?: AxiosHeaderMatcher): boolean; + + setContentLength(value: AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getContentLength(parser?: RegExp): RegExpExecArray | null; + getContentLength(matcher?: AxiosHeaderMatcher): AxiosHeaderValue; + hasContentLength(matcher?: AxiosHeaderMatcher): boolean; + + setAccept(value: AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getAccept(parser?: RegExp): RegExpExecArray | null; + getAccept(matcher?: AxiosHeaderMatcher): AxiosHeaderValue; + hasAccept(matcher?: AxiosHeaderMatcher): boolean; + + setUserAgent(value: AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getUserAgent(parser?: RegExp): RegExpExecArray | null; + getUserAgent(matcher?: AxiosHeaderMatcher): AxiosHeaderValue; + hasUserAgent(matcher?: AxiosHeaderMatcher): boolean; + + setContentEncoding(value: AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getContentEncoding(parser?: RegExp): RegExpExecArray | null; + getContentEncoding(matcher?: AxiosHeaderMatcher): AxiosHeaderValue; + hasContentEncoding(matcher?: AxiosHeaderMatcher): boolean; + + setAuthorization(value: AxiosHeaderValue, rewrite?: boolean | AxiosHeaderMatcher): AxiosHeaders; + getAuthorization(parser?: RegExp): RegExpExecArray | null; + getAuthorization(matcher?: AxiosHeaderMatcher): AxiosHeaderValue; + hasAuthorization(matcher?: AxiosHeaderMatcher): boolean; + + [Symbol.iterator](): IterableIterator<[string, AxiosHeaderValue]>; +} + +type CommonRequestHeadersList = 'Accept' | 'Content-Length' | 'User-Agent' | 'Content-Encoding' | 'Authorization'; + +type ContentType = AxiosHeaderValue | 'text/html' | 'text/plain' | 'multipart/form-data' | 'application/json' | 'application/x-www-form-urlencoded' | 'application/octet-stream'; + +export type RawAxiosRequestHeaders = Partial; + +export type AxiosRequestHeaders = RawAxiosRequestHeaders & AxiosHeaders; + +type CommonResponseHeadersList = 'Server' | 'Content-Type' | 'Content-Length' | 'Cache-Control'| 'Content-Encoding'; + +type RawCommonResponseHeaders = { + [Key in CommonResponseHeadersList]: AxiosHeaderValue; +} & { + "set-cookie": string[]; +}; + +export type RawAxiosResponseHeaders = Partial; + +export type AxiosResponseHeaders = RawAxiosResponseHeaders & AxiosHeaders; + +export interface AxiosRequestTransformer { + (this: InternalAxiosRequestConfig, data: any, headers: AxiosRequestHeaders): any; +} + +export interface AxiosResponseTransformer { + (this: InternalAxiosRequestConfig, data: any, headers: AxiosResponseHeaders, status?: number): any; +} + +export interface AxiosAdapter { + (config: InternalAxiosRequestConfig): AxiosPromise; +} + +export interface AxiosBasicCredentials { + username: string; + password: string; +} + +export interface AxiosProxyConfig { + host: string; + port: number; + auth?: AxiosBasicCredentials; + protocol?: string; +} + +export enum HttpStatusCode { + Continue = 100, + SwitchingProtocols = 101, + Processing = 102, + EarlyHints = 103, + Ok = 200, + Created = 201, + Accepted = 202, + NonAuthoritativeInformation = 203, + NoContent = 204, + ResetContent = 205, + PartialContent = 206, + MultiStatus = 207, + AlreadyReported = 208, + ImUsed = 226, + MultipleChoices = 300, + MovedPermanently = 301, + Found = 302, + SeeOther = 303, + NotModified = 304, + UseProxy = 305, + Unused = 306, + TemporaryRedirect = 307, + PermanentRedirect = 308, + BadRequest = 400, + Unauthorized = 401, + PaymentRequired = 402, + Forbidden = 403, + NotFound = 404, + MethodNotAllowed = 405, + NotAcceptable = 406, + ProxyAuthenticationRequired = 407, + RequestTimeout = 408, + Conflict = 409, + Gone = 410, + LengthRequired = 411, + PreconditionFailed = 412, + PayloadTooLarge = 413, + UriTooLong = 414, + UnsupportedMediaType = 415, + RangeNotSatisfiable = 416, + ExpectationFailed = 417, + ImATeapot = 418, + MisdirectedRequest = 421, + UnprocessableEntity = 422, + Locked = 423, + FailedDependency = 424, + TooEarly = 425, + UpgradeRequired = 426, + PreconditionRequired = 428, + TooManyRequests = 429, + RequestHeaderFieldsTooLarge = 431, + UnavailableForLegalReasons = 451, + InternalServerError = 500, + NotImplemented = 501, + BadGateway = 502, + ServiceUnavailable = 503, + GatewayTimeout = 504, + HttpVersionNotSupported = 505, + VariantAlsoNegotiates = 506, + InsufficientStorage = 507, + LoopDetected = 508, + NotExtended = 510, + NetworkAuthenticationRequired = 511, +} + +export type Method = + | 'get' | 'GET' + | 'delete' | 'DELETE' + | 'head' | 'HEAD' + | 'options' | 'OPTIONS' + | 'post' | 'POST' + | 'put' | 'PUT' + | 'patch' | 'PATCH' + | 'purge' | 'PURGE' + | 'link' | 'LINK' + | 'unlink' | 'UNLINK'; + +export type ResponseType = + | 'arraybuffer' + | 'blob' + | 'document' + | 'json' + | 'text' + | 'stream' + | 'formdata'; + +export type responseEncoding = + | 'ascii' | 'ASCII' + | 'ansi' | 'ANSI' + | 'binary' | 'BINARY' + | 'base64' | 'BASE64' + | 'base64url' | 'BASE64URL' + | 'hex' | 'HEX' + | 'latin1' | 'LATIN1' + | 'ucs-2' | 'UCS-2' + | 'ucs2' | 'UCS2' + | 'utf-8' | 'UTF-8' + | 'utf8' | 'UTF8' + | 'utf16le' | 'UTF16LE'; + +export interface TransitionalOptions { + silentJSONParsing?: boolean; + forcedJSONParsing?: boolean; + clarifyTimeoutError?: boolean; +} + +export interface GenericAbortSignal { + readonly aborted: boolean; + onabort?: ((...args: any) => any) | null; + addEventListener?: (...args: any) => any; + removeEventListener?: (...args: any) => any; +} + +export interface FormDataVisitorHelpers { + defaultVisitor: SerializerVisitor; + convertValue: (value: any) => any; + isVisitable: (value: any) => boolean; +} + +export interface SerializerVisitor { + ( + this: GenericFormData, + value: any, + key: string | number, + path: null | Array, + helpers: FormDataVisitorHelpers + ): boolean; +} + +export interface SerializerOptions { + visitor?: SerializerVisitor; + dots?: boolean; + metaTokens?: boolean; + indexes?: boolean | null; +} + +// tslint:disable-next-line +export interface FormSerializerOptions extends SerializerOptions { +} + +export interface ParamEncoder { + (value: any, defaultEncoder: (value: any) => any): any; +} + +export interface CustomParamsSerializer { + (params: Record, options?: ParamsSerializerOptions): string; +} + +export interface ParamsSerializerOptions extends SerializerOptions { + encode?: ParamEncoder; + serialize?: CustomParamsSerializer; +} + +type MaxUploadRate = number; + +type MaxDownloadRate = number; + +type BrowserProgressEvent = any; + +export interface AxiosProgressEvent { + loaded: number; + total?: number; + progress?: number; + bytes: number; + rate?: number; + estimated?: number; + upload?: boolean; + download?: boolean; + event?: BrowserProgressEvent; + lengthComputable: boolean; +} + +type Milliseconds = number; + +type AxiosAdapterName = 'fetch' | 'xhr' | 'http' | string; + +type AxiosAdapterConfig = AxiosAdapter | AxiosAdapterName; + +export type AddressFamily = 4 | 6 | undefined; + +export interface LookupAddressEntry { + address: string; + family?: AddressFamily; +} + +export type LookupAddress = string | LookupAddressEntry; + +export interface AxiosRequestConfig { + url?: string; + method?: Method | string; + baseURL?: string; + allowAbsoluteUrls?: boolean; + transformRequest?: AxiosRequestTransformer | AxiosRequestTransformer[]; + transformResponse?: AxiosResponseTransformer | AxiosResponseTransformer[]; + headers?: (RawAxiosRequestHeaders & MethodsHeaders) | AxiosHeaders; + params?: any; + paramsSerializer?: ParamsSerializerOptions | CustomParamsSerializer; + data?: D; + timeout?: Milliseconds; + timeoutErrorMessage?: string; + withCredentials?: boolean; + adapter?: AxiosAdapterConfig | AxiosAdapterConfig[]; + auth?: AxiosBasicCredentials; + responseType?: ResponseType; + responseEncoding?: responseEncoding | string; + xsrfCookieName?: string; + xsrfHeaderName?: string; + onUploadProgress?: (progressEvent: AxiosProgressEvent) => void; + onDownloadProgress?: (progressEvent: AxiosProgressEvent) => void; + maxContentLength?: number; + validateStatus?: ((status: number) => boolean) | null; + maxBodyLength?: number; + maxRedirects?: number; + maxRate?: number | [MaxUploadRate, MaxDownloadRate]; + beforeRedirect?: (options: Record, responseDetails: {headers: Record, statusCode: HttpStatusCode}) => void; + socketPath?: string | null; + transport?: any; + httpAgent?: any; + httpsAgent?: any; + proxy?: AxiosProxyConfig | false; + cancelToken?: CancelToken; + decompress?: boolean; + transitional?: TransitionalOptions; + signal?: GenericAbortSignal; + insecureHTTPParser?: boolean; + env?: { + FormData?: new (...args: any[]) => object; + }; + formSerializer?: FormSerializerOptions; + family?: AddressFamily; + lookup?: ((hostname: string, options: object, cb: (err: Error | null, address: LookupAddress | LookupAddress[], family?: AddressFamily) => void) => void) | + ((hostname: string, options: object) => Promise<[address: LookupAddressEntry | LookupAddressEntry[], family?: AddressFamily] | LookupAddress>); + withXSRFToken?: boolean | ((config: InternalAxiosRequestConfig) => boolean | undefined); + fetchOptions?: Record; +} + +// Alias +export type RawAxiosRequestConfig = AxiosRequestConfig; + +export interface InternalAxiosRequestConfig extends AxiosRequestConfig { + headers: AxiosRequestHeaders; +} + +export interface HeadersDefaults { + common: RawAxiosRequestHeaders; + delete: RawAxiosRequestHeaders; + get: RawAxiosRequestHeaders; + head: RawAxiosRequestHeaders; + post: RawAxiosRequestHeaders; + put: RawAxiosRequestHeaders; + patch: RawAxiosRequestHeaders; + options?: RawAxiosRequestHeaders; + purge?: RawAxiosRequestHeaders; + link?: RawAxiosRequestHeaders; + unlink?: RawAxiosRequestHeaders; +} + +export interface AxiosDefaults extends Omit, 'headers'> { + headers: HeadersDefaults; +} + +export interface CreateAxiosDefaults extends Omit, 'headers'> { + headers?: RawAxiosRequestHeaders | AxiosHeaders | Partial; +} + +export interface AxiosResponse { + data: T; + status: number; + statusText: string; + headers: RawAxiosResponseHeaders | AxiosResponseHeaders; + config: InternalAxiosRequestConfig; + request?: any; +} + +export class AxiosError extends Error { + constructor( + message?: string, + code?: string, + config?: InternalAxiosRequestConfig, + request?: any, + response?: AxiosResponse + ); + + config?: InternalAxiosRequestConfig; + code?: string; + request?: any; + response?: AxiosResponse; + isAxiosError: boolean; + status?: number; + toJSON: () => object; + cause?: Error; + static from( + error: Error | unknown, + code?: string, + config?: InternalAxiosRequestConfig, + request?: any, + response?: AxiosResponse, + customProps?: object, +): AxiosError; + static readonly ERR_FR_TOO_MANY_REDIRECTS = "ERR_FR_TOO_MANY_REDIRECTS"; + static readonly ERR_BAD_OPTION_VALUE = "ERR_BAD_OPTION_VALUE"; + static readonly ERR_BAD_OPTION = "ERR_BAD_OPTION"; + static readonly ERR_NETWORK = "ERR_NETWORK"; + static readonly ERR_DEPRECATED = "ERR_DEPRECATED"; + static readonly ERR_BAD_RESPONSE = "ERR_BAD_RESPONSE"; + static readonly ERR_BAD_REQUEST = "ERR_BAD_REQUEST"; + static readonly ERR_NOT_SUPPORT = "ERR_NOT_SUPPORT"; + static readonly ERR_INVALID_URL = "ERR_INVALID_URL"; + static readonly ERR_CANCELED = "ERR_CANCELED"; + static readonly ECONNABORTED = "ECONNABORTED"; + static readonly ETIMEDOUT = "ETIMEDOUT"; +} + +export class CanceledError extends AxiosError { +} + +export type AxiosPromise = Promise>; + +export interface CancelStatic { + new (message?: string): Cancel; +} + +export interface Cancel { + message: string | undefined; +} + +export interface Canceler { + (message?: string, config?: AxiosRequestConfig, request?: any): void; +} + +export interface CancelTokenStatic { + new (executor: (cancel: Canceler) => void): CancelToken; + source(): CancelTokenSource; +} + +export interface CancelToken { + promise: Promise; + reason?: Cancel; + throwIfRequested(): void; +} + +export interface CancelTokenSource { + token: CancelToken; + cancel: Canceler; +} + +export interface AxiosInterceptorOptions { + synchronous?: boolean; + runWhen?: (config: InternalAxiosRequestConfig) => boolean; +} + +type AxiosRequestInterceptorUse = (onFulfilled?: ((value: T) => T | Promise) | null, onRejected?: ((error: any) => any) | null, options?: AxiosInterceptorOptions) => number; + +type AxiosResponseInterceptorUse = (onFulfilled?: ((value: T) => T | Promise) | null, onRejected?: ((error: any) => any) | null) => number; + +export interface AxiosInterceptorManager { + use: V extends AxiosResponse ? AxiosResponseInterceptorUse : AxiosRequestInterceptorUse; + eject(id: number): void; + clear(): void; +} + +export class Axios { + constructor(config?: AxiosRequestConfig); + defaults: AxiosDefaults; + interceptors: { + request: AxiosInterceptorManager; + response: AxiosInterceptorManager; + }; + getUri(config?: AxiosRequestConfig): string; + request, D = any>(config: AxiosRequestConfig): Promise; + get, D = any>(url: string, config?: AxiosRequestConfig): Promise; + delete, D = any>(url: string, config?: AxiosRequestConfig): Promise; + head, D = any>(url: string, config?: AxiosRequestConfig): Promise; + options, D = any>(url: string, config?: AxiosRequestConfig): Promise; + post, D = any>(url: string, data?: D, config?: AxiosRequestConfig): Promise; + put, D = any>(url: string, data?: D, config?: AxiosRequestConfig): Promise; + patch, D = any>(url: string, data?: D, config?: AxiosRequestConfig): Promise; + postForm, D = any>(url: string, data?: D, config?: AxiosRequestConfig): Promise; + putForm, D = any>(url: string, data?: D, config?: AxiosRequestConfig): Promise; + patchForm, D = any>(url: string, data?: D, config?: AxiosRequestConfig): Promise; +} + +export interface AxiosInstance extends Axios { + , D = any>(config: AxiosRequestConfig): Promise; + , D = any>(url: string, config?: AxiosRequestConfig): Promise; + + defaults: Omit & { + headers: HeadersDefaults & { + [key: string]: AxiosHeaderValue + } + }; +} + +export interface GenericFormData { + append(name: string, value: any, options?: any): any; +} + +export interface GenericHTMLFormElement { + name: string; + method: string; + submit(): void; +} + +export function getAdapter(adapters: AxiosAdapterConfig | AxiosAdapterConfig[] | undefined): AxiosAdapter; + +export function toFormData(sourceObj: object, targetFormData?: GenericFormData, options?: FormSerializerOptions): GenericFormData; + +export function formToJSON(form: GenericFormData|GenericHTMLFormElement): object; + +export function isAxiosError(payload: any): payload is AxiosError; + +export function spread(callback: (...args: T[]) => R): (array: T[]) => R; + +export function isCancel(value: any): value is Cancel; + +export function all(values: Array>): Promise; + +export function mergeConfig(config1: AxiosRequestConfig, config2: AxiosRequestConfig): AxiosRequestConfig; + +export interface AxiosStatic extends AxiosInstance { + create(config?: CreateAxiosDefaults): AxiosInstance; + Cancel: CancelStatic; + CancelToken: CancelTokenStatic; + Axios: typeof Axios; + AxiosError: typeof AxiosError; + HttpStatusCode: typeof HttpStatusCode; + readonly VERSION: string; + isCancel: typeof isCancel; + all: typeof all; + spread: typeof spread; + isAxiosError: typeof isAxiosError; + toFormData: typeof toFormData; + formToJSON: typeof formToJSON; + getAdapter: typeof getAdapter; + CanceledError: typeof CanceledError; + AxiosHeaders: typeof AxiosHeaders; + mergeConfig: typeof mergeConfig; +} + +declare const axios: AxiosStatic; + +export default axios; diff --git a/server/node_modules/axios/index.js b/server/node_modules/axios/index.js new file mode 100644 index 000000000..fba3990d8 --- /dev/null +++ b/server/node_modules/axios/index.js @@ -0,0 +1,43 @@ +import axios from './lib/axios.js'; + +// This module is intended to unwrap Axios default export as named. +// Keep top-level export same with static properties +// so that it can keep same with es module or cjs +const { + Axios, + AxiosError, + CanceledError, + isCancel, + CancelToken, + VERSION, + all, + Cancel, + isAxiosError, + spread, + toFormData, + AxiosHeaders, + HttpStatusCode, + formToJSON, + getAdapter, + mergeConfig +} = axios; + +export { + axios as default, + Axios, + AxiosError, + CanceledError, + isCancel, + CancelToken, + VERSION, + all, + Cancel, + isAxiosError, + spread, + toFormData, + AxiosHeaders, + HttpStatusCode, + formToJSON, + getAdapter, + mergeConfig +} diff --git a/server/node_modules/axios/lib/adapters/README.md b/server/node_modules/axios/lib/adapters/README.md new file mode 100644 index 000000000..68f111895 --- /dev/null +++ b/server/node_modules/axios/lib/adapters/README.md @@ -0,0 +1,37 @@ +# axios // adapters + +The modules under `adapters/` are modules that handle dispatching a request and settling a returned `Promise` once a response is received. + +## Example + +```js +var settle = require('./../core/settle'); + +module.exports = function myAdapter(config) { + // At this point: + // - config has been merged with defaults + // - request transformers have already run + // - request interceptors have already run + + // Make the request using config provided + // Upon response settle the Promise + + return new Promise(function(resolve, reject) { + + var response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders, + config: config, + request: request + }; + + settle(resolve, reject, response); + + // From here: + // - response transformers will run + // - response interceptors will run + }); +} +``` diff --git a/server/node_modules/axios/lib/adapters/adapters.js b/server/node_modules/axios/lib/adapters/adapters.js new file mode 100644 index 000000000..b466dd516 --- /dev/null +++ b/server/node_modules/axios/lib/adapters/adapters.js @@ -0,0 +1,79 @@ +import utils from '../utils.js'; +import httpAdapter from './http.js'; +import xhrAdapter from './xhr.js'; +import fetchAdapter from './fetch.js'; +import AxiosError from "../core/AxiosError.js"; + +const knownAdapters = { + http: httpAdapter, + xhr: xhrAdapter, + fetch: fetchAdapter +} + +utils.forEach(knownAdapters, (fn, value) => { + if (fn) { + try { + Object.defineProperty(fn, 'name', {value}); + } catch (e) { + // eslint-disable-next-line no-empty + } + Object.defineProperty(fn, 'adapterName', {value}); + } +}); + +const renderReason = (reason) => `- ${reason}`; + +const isResolvedHandle = (adapter) => utils.isFunction(adapter) || adapter === null || adapter === false; + +export default { + getAdapter: (adapters) => { + adapters = utils.isArray(adapters) ? adapters : [adapters]; + + const {length} = adapters; + let nameOrAdapter; + let adapter; + + const rejectedReasons = {}; + + for (let i = 0; i < length; i++) { + nameOrAdapter = adapters[i]; + let id; + + adapter = nameOrAdapter; + + if (!isResolvedHandle(nameOrAdapter)) { + adapter = knownAdapters[(id = String(nameOrAdapter)).toLowerCase()]; + + if (adapter === undefined) { + throw new AxiosError(`Unknown adapter '${id}'`); + } + } + + if (adapter) { + break; + } + + rejectedReasons[id || '#' + i] = adapter; + } + + if (!adapter) { + + const reasons = Object.entries(rejectedReasons) + .map(([id, state]) => `adapter ${id} ` + + (state === false ? 'is not supported by the environment' : 'is not available in the build') + ); + + let s = length ? + (reasons.length > 1 ? 'since :\n' + reasons.map(renderReason).join('\n') : ' ' + renderReason(reasons[0])) : + 'as no adapter specified'; + + throw new AxiosError( + `There is no suitable adapter to dispatch the request ` + s, + 'ERR_NOT_SUPPORT' + ); + } + + return adapter; + }, + adapters: knownAdapters +} diff --git a/server/node_modules/axios/lib/adapters/fetch.js b/server/node_modules/axios/lib/adapters/fetch.js new file mode 100644 index 000000000..f871a0524 --- /dev/null +++ b/server/node_modules/axios/lib/adapters/fetch.js @@ -0,0 +1,229 @@ +import platform from "../platform/index.js"; +import utils from "../utils.js"; +import AxiosError from "../core/AxiosError.js"; +import composeSignals from "../helpers/composeSignals.js"; +import {trackStream} from "../helpers/trackStream.js"; +import AxiosHeaders from "../core/AxiosHeaders.js"; +import {progressEventReducer, progressEventDecorator, asyncDecorator} from "../helpers/progressEventReducer.js"; +import resolveConfig from "../helpers/resolveConfig.js"; +import settle from "../core/settle.js"; + +const isFetchSupported = typeof fetch === 'function' && typeof Request === 'function' && typeof Response === 'function'; +const isReadableStreamSupported = isFetchSupported && typeof ReadableStream === 'function'; + +// used only inside the fetch adapter +const encodeText = isFetchSupported && (typeof TextEncoder === 'function' ? + ((encoder) => (str) => encoder.encode(str))(new TextEncoder()) : + async (str) => new Uint8Array(await new Response(str).arrayBuffer()) +); + +const test = (fn, ...args) => { + try { + return !!fn(...args); + } catch (e) { + return false + } +} + +const supportsRequestStream = isReadableStreamSupported && test(() => { + let duplexAccessed = false; + + const hasContentType = new Request(platform.origin, { + body: new ReadableStream(), + method: 'POST', + get duplex() { + duplexAccessed = true; + return 'half'; + }, + }).headers.has('Content-Type'); + + return duplexAccessed && !hasContentType; +}); + +const DEFAULT_CHUNK_SIZE = 64 * 1024; + +const supportsResponseStream = isReadableStreamSupported && + test(() => utils.isReadableStream(new Response('').body)); + + +const resolvers = { + stream: supportsResponseStream && ((res) => res.body) +}; + +isFetchSupported && (((res) => { + ['text', 'arrayBuffer', 'blob', 'formData', 'stream'].forEach(type => { + !resolvers[type] && (resolvers[type] = utils.isFunction(res[type]) ? (res) => res[type]() : + (_, config) => { + throw new AxiosError(`Response type '${type}' is not supported`, AxiosError.ERR_NOT_SUPPORT, config); + }) + }); +})(new Response)); + +const getBodyLength = async (body) => { + if (body == null) { + return 0; + } + + if(utils.isBlob(body)) { + return body.size; + } + + if(utils.isSpecCompliantForm(body)) { + const _request = new Request(platform.origin, { + method: 'POST', + body, + }); + return (await _request.arrayBuffer()).byteLength; + } + + if(utils.isArrayBufferView(body) || utils.isArrayBuffer(body)) { + return body.byteLength; + } + + if(utils.isURLSearchParams(body)) { + body = body + ''; + } + + if(utils.isString(body)) { + return (await encodeText(body)).byteLength; + } +} + +const resolveBodyLength = async (headers, body) => { + const length = utils.toFiniteNumber(headers.getContentLength()); + + return length == null ? getBodyLength(body) : length; +} + +export default isFetchSupported && (async (config) => { + let { + url, + method, + data, + signal, + cancelToken, + timeout, + onDownloadProgress, + onUploadProgress, + responseType, + headers, + withCredentials = 'same-origin', + fetchOptions + } = resolveConfig(config); + + responseType = responseType ? (responseType + '').toLowerCase() : 'text'; + + let composedSignal = composeSignals([signal, cancelToken && cancelToken.toAbortSignal()], timeout); + + let request; + + const unsubscribe = composedSignal && composedSignal.unsubscribe && (() => { + composedSignal.unsubscribe(); + }); + + let requestContentLength; + + try { + if ( + onUploadProgress && supportsRequestStream && method !== 'get' && method !== 'head' && + (requestContentLength = await resolveBodyLength(headers, data)) !== 0 + ) { + let _request = new Request(url, { + method: 'POST', + body: data, + duplex: "half" + }); + + let contentTypeHeader; + + if (utils.isFormData(data) && (contentTypeHeader = _request.headers.get('content-type'))) { + headers.setContentType(contentTypeHeader) + } + + if (_request.body) { + const [onProgress, flush] = progressEventDecorator( + requestContentLength, + progressEventReducer(asyncDecorator(onUploadProgress)) + ); + + data = trackStream(_request.body, DEFAULT_CHUNK_SIZE, onProgress, flush); + } + } + + if (!utils.isString(withCredentials)) { + withCredentials = withCredentials ? 'include' : 'omit'; + } + + // Cloudflare Workers throws when credentials are defined + // see https://github.com/cloudflare/workerd/issues/902 + const isCredentialsSupported = "credentials" in Request.prototype; + request = new Request(url, { + ...fetchOptions, + signal: composedSignal, + method: method.toUpperCase(), + headers: headers.normalize().toJSON(), + body: data, + duplex: "half", + credentials: isCredentialsSupported ? withCredentials : undefined + }); + + let response = await fetch(request); + + const isStreamResponse = supportsResponseStream && (responseType === 'stream' || responseType === 'response'); + + if (supportsResponseStream && (onDownloadProgress || (isStreamResponse && unsubscribe))) { + const options = {}; + + ['status', 'statusText', 'headers'].forEach(prop => { + options[prop] = response[prop]; + }); + + const responseContentLength = utils.toFiniteNumber(response.headers.get('content-length')); + + const [onProgress, flush] = onDownloadProgress && progressEventDecorator( + responseContentLength, + progressEventReducer(asyncDecorator(onDownloadProgress), true) + ) || []; + + response = new Response( + trackStream(response.body, DEFAULT_CHUNK_SIZE, onProgress, () => { + flush && flush(); + unsubscribe && unsubscribe(); + }), + options + ); + } + + responseType = responseType || 'text'; + + let responseData = await resolvers[utils.findKey(resolvers, responseType) || 'text'](response, config); + + !isStreamResponse && unsubscribe && unsubscribe(); + + return await new Promise((resolve, reject) => { + settle(resolve, reject, { + data: responseData, + headers: AxiosHeaders.from(response.headers), + status: response.status, + statusText: response.statusText, + config, + request + }) + }) + } catch (err) { + unsubscribe && unsubscribe(); + + if (err && err.name === 'TypeError' && /fetch/i.test(err.message)) { + throw Object.assign( + new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request), + { + cause: err.cause || err + } + ) + } + + throw AxiosError.from(err, err && err.code, config, request); + } +}); + + diff --git a/server/node_modules/axios/lib/adapters/http.js b/server/node_modules/axios/lib/adapters/http.js new file mode 100755 index 000000000..0577bf0b8 --- /dev/null +++ b/server/node_modules/axios/lib/adapters/http.js @@ -0,0 +1,695 @@ +'use strict'; + +import utils from './../utils.js'; +import settle from './../core/settle.js'; +import buildFullPath from '../core/buildFullPath.js'; +import buildURL from './../helpers/buildURL.js'; +import proxyFromEnv from 'proxy-from-env'; +import http from 'http'; +import https from 'https'; +import util from 'util'; +import followRedirects from 'follow-redirects'; +import zlib from 'zlib'; +import {VERSION} from '../env/data.js'; +import transitionalDefaults from '../defaults/transitional.js'; +import AxiosError from '../core/AxiosError.js'; +import CanceledError from '../cancel/CanceledError.js'; +import platform from '../platform/index.js'; +import fromDataURI from '../helpers/fromDataURI.js'; +import stream from 'stream'; +import AxiosHeaders from '../core/AxiosHeaders.js'; +import AxiosTransformStream from '../helpers/AxiosTransformStream.js'; +import {EventEmitter} from 'events'; +import formDataToStream from "../helpers/formDataToStream.js"; +import readBlob from "../helpers/readBlob.js"; +import ZlibHeaderTransformStream from '../helpers/ZlibHeaderTransformStream.js'; +import callbackify from "../helpers/callbackify.js"; +import {progressEventReducer, progressEventDecorator, asyncDecorator} from "../helpers/progressEventReducer.js"; + +const zlibOptions = { + flush: zlib.constants.Z_SYNC_FLUSH, + finishFlush: zlib.constants.Z_SYNC_FLUSH +}; + +const brotliOptions = { + flush: zlib.constants.BROTLI_OPERATION_FLUSH, + finishFlush: zlib.constants.BROTLI_OPERATION_FLUSH +} + +const isBrotliSupported = utils.isFunction(zlib.createBrotliDecompress); + +const {http: httpFollow, https: httpsFollow} = followRedirects; + +const isHttps = /https:?/; + +const supportedProtocols = platform.protocols.map(protocol => { + return protocol + ':'; +}); + +const flushOnFinish = (stream, [throttled, flush]) => { + stream + .on('end', flush) + .on('error', flush); + + return throttled; +} + +/** + * If the proxy or config beforeRedirects functions are defined, call them with the options + * object. + * + * @param {Object} options - The options object that was passed to the request. + * + * @returns {Object} + */ +function dispatchBeforeRedirect(options, responseDetails) { + if (options.beforeRedirects.proxy) { + options.beforeRedirects.proxy(options); + } + if (options.beforeRedirects.config) { + options.beforeRedirects.config(options, responseDetails); + } +} + +/** + * If the proxy or config afterRedirects functions are defined, call them with the options + * + * @param {http.ClientRequestArgs} options + * @param {AxiosProxyConfig} configProxy configuration from Axios options object + * @param {string} location + * + * @returns {http.ClientRequestArgs} + */ +function setProxy(options, configProxy, location) { + let proxy = configProxy; + if (!proxy && proxy !== false) { + const proxyUrl = proxyFromEnv.getProxyForUrl(location); + if (proxyUrl) { + proxy = new URL(proxyUrl); + } + } + if (proxy) { + // Basic proxy authorization + if (proxy.username) { + proxy.auth = (proxy.username || '') + ':' + (proxy.password || ''); + } + + if (proxy.auth) { + // Support proxy auth object form + if (proxy.auth.username || proxy.auth.password) { + proxy.auth = (proxy.auth.username || '') + ':' + (proxy.auth.password || ''); + } + const base64 = Buffer + .from(proxy.auth, 'utf8') + .toString('base64'); + options.headers['Proxy-Authorization'] = 'Basic ' + base64; + } + + options.headers.host = options.hostname + (options.port ? ':' + options.port : ''); + const proxyHost = proxy.hostname || proxy.host; + options.hostname = proxyHost; + // Replace 'host' since options is not a URL object + options.host = proxyHost; + options.port = proxy.port; + options.path = location; + if (proxy.protocol) { + options.protocol = proxy.protocol.includes(':') ? proxy.protocol : `${proxy.protocol}:`; + } + } + + options.beforeRedirects.proxy = function beforeRedirect(redirectOptions) { + // Configure proxy for redirected request, passing the original config proxy to apply + // the exact same logic as if the redirected request was performed by axios directly. + setProxy(redirectOptions, configProxy, redirectOptions.href); + }; +} + +const isHttpAdapterSupported = typeof process !== 'undefined' && utils.kindOf(process) === 'process'; + +// temporary hotfix + +const wrapAsync = (asyncExecutor) => { + return new Promise((resolve, reject) => { + let onDone; + let isDone; + + const done = (value, isRejected) => { + if (isDone) return; + isDone = true; + onDone && onDone(value, isRejected); + } + + const _resolve = (value) => { + done(value); + resolve(value); + }; + + const _reject = (reason) => { + done(reason, true); + reject(reason); + } + + asyncExecutor(_resolve, _reject, (onDoneHandler) => (onDone = onDoneHandler)).catch(_reject); + }) +}; + +const resolveFamily = ({address, family}) => { + if (!utils.isString(address)) { + throw TypeError('address must be a string'); + } + return ({ + address, + family: family || (address.indexOf('.') < 0 ? 6 : 4) + }); +} + +const buildAddressEntry = (address, family) => resolveFamily(utils.isObject(address) ? address : {address, family}); + +/*eslint consistent-return:0*/ +export default isHttpAdapterSupported && function httpAdapter(config) { + return wrapAsync(async function dispatchHttpRequest(resolve, reject, onDone) { + let {data, lookup, family} = config; + const {responseType, responseEncoding} = config; + const method = config.method.toUpperCase(); + let isDone; + let rejected = false; + let req; + + if (lookup) { + const _lookup = callbackify(lookup, (value) => utils.isArray(value) ? value : [value]); + // hotfix to support opt.all option which is required for node 20.x + lookup = (hostname, opt, cb) => { + _lookup(hostname, opt, (err, arg0, arg1) => { + if (err) { + return cb(err); + } + + const addresses = utils.isArray(arg0) ? arg0.map(addr => buildAddressEntry(addr)) : [buildAddressEntry(arg0, arg1)]; + + opt.all ? cb(err, addresses) : cb(err, addresses[0].address, addresses[0].family); + }); + } + } + + // temporary internal emitter until the AxiosRequest class will be implemented + const emitter = new EventEmitter(); + + const onFinished = () => { + if (config.cancelToken) { + config.cancelToken.unsubscribe(abort); + } + + if (config.signal) { + config.signal.removeEventListener('abort', abort); + } + + emitter.removeAllListeners(); + } + + onDone((value, isRejected) => { + isDone = true; + if (isRejected) { + rejected = true; + onFinished(); + } + }); + + function abort(reason) { + emitter.emit('abort', !reason || reason.type ? new CanceledError(null, config, req) : reason); + } + + emitter.once('abort', reject); + + if (config.cancelToken || config.signal) { + config.cancelToken && config.cancelToken.subscribe(abort); + if (config.signal) { + config.signal.aborted ? abort() : config.signal.addEventListener('abort', abort); + } + } + + // Parse url + const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); + const parsed = new URL(fullPath, platform.hasBrowserEnv ? platform.origin : undefined); + const protocol = parsed.protocol || supportedProtocols[0]; + + if (protocol === 'data:') { + let convertedData; + + if (method !== 'GET') { + return settle(resolve, reject, { + status: 405, + statusText: 'method not allowed', + headers: {}, + config + }); + } + + try { + convertedData = fromDataURI(config.url, responseType === 'blob', { + Blob: config.env && config.env.Blob + }); + } catch (err) { + throw AxiosError.from(err, AxiosError.ERR_BAD_REQUEST, config); + } + + if (responseType === 'text') { + convertedData = convertedData.toString(responseEncoding); + + if (!responseEncoding || responseEncoding === 'utf8') { + convertedData = utils.stripBOM(convertedData); + } + } else if (responseType === 'stream') { + convertedData = stream.Readable.from(convertedData); + } + + return settle(resolve, reject, { + data: convertedData, + status: 200, + statusText: 'OK', + headers: new AxiosHeaders(), + config + }); + } + + if (supportedProtocols.indexOf(protocol) === -1) { + return reject(new AxiosError( + 'Unsupported protocol ' + protocol, + AxiosError.ERR_BAD_REQUEST, + config + )); + } + + const headers = AxiosHeaders.from(config.headers).normalize(); + + // Set User-Agent (required by some servers) + // See https://github.com/axios/axios/issues/69 + // User-Agent is specified; handle case where no UA header is desired + // Only set header if it hasn't been set in config + headers.set('User-Agent', 'axios/' + VERSION, false); + + const {onUploadProgress, onDownloadProgress} = config; + const maxRate = config.maxRate; + let maxUploadRate = undefined; + let maxDownloadRate = undefined; + + // support for spec compliant FormData objects + if (utils.isSpecCompliantForm(data)) { + const userBoundary = headers.getContentType(/boundary=([-_\w\d]{10,70})/i); + + data = formDataToStream(data, (formHeaders) => { + headers.set(formHeaders); + }, { + tag: `axios-${VERSION}-boundary`, + boundary: userBoundary && userBoundary[1] || undefined + }); + // support for https://www.npmjs.com/package/form-data api + } else if (utils.isFormData(data) && utils.isFunction(data.getHeaders)) { + headers.set(data.getHeaders()); + + if (!headers.hasContentLength()) { + try { + const knownLength = await util.promisify(data.getLength).call(data); + Number.isFinite(knownLength) && knownLength >= 0 && headers.setContentLength(knownLength); + /*eslint no-empty:0*/ + } catch (e) { + } + } + } else if (utils.isBlob(data) || utils.isFile(data)) { + data.size && headers.setContentType(data.type || 'application/octet-stream'); + headers.setContentLength(data.size || 0); + data = stream.Readable.from(readBlob(data)); + } else if (data && !utils.isStream(data)) { + if (Buffer.isBuffer(data)) { + // Nothing to do... + } else if (utils.isArrayBuffer(data)) { + data = Buffer.from(new Uint8Array(data)); + } else if (utils.isString(data)) { + data = Buffer.from(data, 'utf-8'); + } else { + return reject(new AxiosError( + 'Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream', + AxiosError.ERR_BAD_REQUEST, + config + )); + } + + // Add Content-Length header if data exists + headers.setContentLength(data.length, false); + + if (config.maxBodyLength > -1 && data.length > config.maxBodyLength) { + return reject(new AxiosError( + 'Request body larger than maxBodyLength limit', + AxiosError.ERR_BAD_REQUEST, + config + )); + } + } + + const contentLength = utils.toFiniteNumber(headers.getContentLength()); + + if (utils.isArray(maxRate)) { + maxUploadRate = maxRate[0]; + maxDownloadRate = maxRate[1]; + } else { + maxUploadRate = maxDownloadRate = maxRate; + } + + if (data && (onUploadProgress || maxUploadRate)) { + if (!utils.isStream(data)) { + data = stream.Readable.from(data, {objectMode: false}); + } + + data = stream.pipeline([data, new AxiosTransformStream({ + maxRate: utils.toFiniteNumber(maxUploadRate) + })], utils.noop); + + onUploadProgress && data.on('progress', flushOnFinish( + data, + progressEventDecorator( + contentLength, + progressEventReducer(asyncDecorator(onUploadProgress), false, 3) + ) + )); + } + + // HTTP basic authentication + let auth = undefined; + if (config.auth) { + const username = config.auth.username || ''; + const password = config.auth.password || ''; + auth = username + ':' + password; + } + + if (!auth && parsed.username) { + const urlUsername = parsed.username; + const urlPassword = parsed.password; + auth = urlUsername + ':' + urlPassword; + } + + auth && headers.delete('authorization'); + + let path; + + try { + path = buildURL( + parsed.pathname + parsed.search, + config.params, + config.paramsSerializer + ).replace(/^\?/, ''); + } catch (err) { + const customErr = new Error(err.message); + customErr.config = config; + customErr.url = config.url; + customErr.exists = true; + return reject(customErr); + } + + headers.set( + 'Accept-Encoding', + 'gzip, compress, deflate' + (isBrotliSupported ? ', br' : ''), false + ); + + const options = { + path, + method: method, + headers: headers.toJSON(), + agents: { http: config.httpAgent, https: config.httpsAgent }, + auth, + protocol, + family, + beforeRedirect: dispatchBeforeRedirect, + beforeRedirects: {} + }; + + // cacheable-lookup integration hotfix + !utils.isUndefined(lookup) && (options.lookup = lookup); + + if (config.socketPath) { + options.socketPath = config.socketPath; + } else { + options.hostname = parsed.hostname.startsWith("[") ? parsed.hostname.slice(1, -1) : parsed.hostname; + options.port = parsed.port; + setProxy(options, config.proxy, protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path); + } + + let transport; + const isHttpsRequest = isHttps.test(options.protocol); + options.agent = isHttpsRequest ? config.httpsAgent : config.httpAgent; + if (config.transport) { + transport = config.transport; + } else if (config.maxRedirects === 0) { + transport = isHttpsRequest ? https : http; + } else { + if (config.maxRedirects) { + options.maxRedirects = config.maxRedirects; + } + if (config.beforeRedirect) { + options.beforeRedirects.config = config.beforeRedirect; + } + transport = isHttpsRequest ? httpsFollow : httpFollow; + } + + if (config.maxBodyLength > -1) { + options.maxBodyLength = config.maxBodyLength; + } else { + // follow-redirects does not skip comparison, so it should always succeed for axios -1 unlimited + options.maxBodyLength = Infinity; + } + + if (config.insecureHTTPParser) { + options.insecureHTTPParser = config.insecureHTTPParser; + } + + // Create the request + req = transport.request(options, function handleResponse(res) { + if (req.destroyed) return; + + const streams = [res]; + + const responseLength = +res.headers['content-length']; + + if (onDownloadProgress || maxDownloadRate) { + const transformStream = new AxiosTransformStream({ + maxRate: utils.toFiniteNumber(maxDownloadRate) + }); + + onDownloadProgress && transformStream.on('progress', flushOnFinish( + transformStream, + progressEventDecorator( + responseLength, + progressEventReducer(asyncDecorator(onDownloadProgress), true, 3) + ) + )); + + streams.push(transformStream); + } + + // decompress the response body transparently if required + let responseStream = res; + + // return the last request in case of redirects + const lastRequest = res.req || req; + + // if decompress disabled we should not decompress + if (config.decompress !== false && res.headers['content-encoding']) { + // if no content, but headers still say that it is encoded, + // remove the header not confuse downstream operations + if (method === 'HEAD' || res.statusCode === 204) { + delete res.headers['content-encoding']; + } + + switch ((res.headers['content-encoding'] || '').toLowerCase()) { + /*eslint default-case:0*/ + case 'gzip': + case 'x-gzip': + case 'compress': + case 'x-compress': + // add the unzipper to the body stream processing pipeline + streams.push(zlib.createUnzip(zlibOptions)); + + // remove the content-encoding in order to not confuse downstream operations + delete res.headers['content-encoding']; + break; + case 'deflate': + streams.push(new ZlibHeaderTransformStream()); + + // add the unzipper to the body stream processing pipeline + streams.push(zlib.createUnzip(zlibOptions)); + + // remove the content-encoding in order to not confuse downstream operations + delete res.headers['content-encoding']; + break; + case 'br': + if (isBrotliSupported) { + streams.push(zlib.createBrotliDecompress(brotliOptions)); + delete res.headers['content-encoding']; + } + } + } + + responseStream = streams.length > 1 ? stream.pipeline(streams, utils.noop) : streams[0]; + + const offListeners = stream.finished(responseStream, () => { + offListeners(); + onFinished(); + }); + + const response = { + status: res.statusCode, + statusText: res.statusMessage, + headers: new AxiosHeaders(res.headers), + config, + request: lastRequest + }; + + if (responseType === 'stream') { + response.data = responseStream; + settle(resolve, reject, response); + } else { + const responseBuffer = []; + let totalResponseBytes = 0; + + responseStream.on('data', function handleStreamData(chunk) { + responseBuffer.push(chunk); + totalResponseBytes += chunk.length; + + // make sure the content length is not over the maxContentLength if specified + if (config.maxContentLength > -1 && totalResponseBytes > config.maxContentLength) { + // stream.destroy() emit aborted event before calling reject() on Node.js v16 + rejected = true; + responseStream.destroy(); + reject(new AxiosError('maxContentLength size of ' + config.maxContentLength + ' exceeded', + AxiosError.ERR_BAD_RESPONSE, config, lastRequest)); + } + }); + + responseStream.on('aborted', function handlerStreamAborted() { + if (rejected) { + return; + } + + const err = new AxiosError( + 'stream has been aborted', + AxiosError.ERR_BAD_RESPONSE, + config, + lastRequest + ); + responseStream.destroy(err); + reject(err); + }); + + responseStream.on('error', function handleStreamError(err) { + if (req.destroyed) return; + reject(AxiosError.from(err, null, config, lastRequest)); + }); + + responseStream.on('end', function handleStreamEnd() { + try { + let responseData = responseBuffer.length === 1 ? responseBuffer[0] : Buffer.concat(responseBuffer); + if (responseType !== 'arraybuffer') { + responseData = responseData.toString(responseEncoding); + if (!responseEncoding || responseEncoding === 'utf8') { + responseData = utils.stripBOM(responseData); + } + } + response.data = responseData; + } catch (err) { + return reject(AxiosError.from(err, null, config, response.request, response)); + } + settle(resolve, reject, response); + }); + } + + emitter.once('abort', err => { + if (!responseStream.destroyed) { + responseStream.emit('error', err); + responseStream.destroy(); + } + }); + }); + + emitter.once('abort', err => { + reject(err); + req.destroy(err); + }); + + // Handle errors + req.on('error', function handleRequestError(err) { + // @todo remove + // if (req.aborted && err.code !== AxiosError.ERR_FR_TOO_MANY_REDIRECTS) return; + reject(AxiosError.from(err, null, config, req)); + }); + + // set tcp keep alive to prevent drop connection by peer + req.on('socket', function handleRequestSocket(socket) { + // default interval of sending ack packet is 1 minute + socket.setKeepAlive(true, 1000 * 60); + }); + + // Handle request timeout + if (config.timeout) { + // This is forcing a int timeout to avoid problems if the `req` interface doesn't handle other types. + const timeout = parseInt(config.timeout, 10); + + if (Number.isNaN(timeout)) { + reject(new AxiosError( + 'error trying to parse `config.timeout` to int', + AxiosError.ERR_BAD_OPTION_VALUE, + config, + req + )); + + return; + } + + // Sometime, the response will be very slow, and does not respond, the connect event will be block by event loop system. + // And timer callback will be fired, and abort() will be invoked before connection, then get "socket hang up" and code ECONNRESET. + // At this time, if we have a large number of request, nodejs will hang up some socket on background. and the number will up and up. + // And then these socket which be hang up will devouring CPU little by little. + // ClientRequest.setTimeout will be fired on the specify milliseconds, and can make sure that abort() will be fired after connect. + req.setTimeout(timeout, function handleRequestTimeout() { + if (isDone) return; + let timeoutErrorMessage = config.timeout ? 'timeout of ' + config.timeout + 'ms exceeded' : 'timeout exceeded'; + const transitional = config.transitional || transitionalDefaults; + if (config.timeoutErrorMessage) { + timeoutErrorMessage = config.timeoutErrorMessage; + } + reject(new AxiosError( + timeoutErrorMessage, + transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, + config, + req + )); + abort(); + }); + } + + + // Send the request + if (utils.isStream(data)) { + let ended = false; + let errored = false; + + data.on('end', () => { + ended = true; + }); + + data.once('error', err => { + errored = true; + req.destroy(err); + }); + + data.on('close', () => { + if (!ended && !errored) { + abort(new CanceledError('Request stream has been aborted', config, req)); + } + }); + + data.pipe(req); + } else { + req.end(data); + } + }); +} + +export const __setProxy = setProxy; diff --git a/server/node_modules/axios/lib/adapters/xhr.js b/server/node_modules/axios/lib/adapters/xhr.js new file mode 100644 index 000000000..a7ee548ce --- /dev/null +++ b/server/node_modules/axios/lib/adapters/xhr.js @@ -0,0 +1,197 @@ +import utils from './../utils.js'; +import settle from './../core/settle.js'; +import transitionalDefaults from '../defaults/transitional.js'; +import AxiosError from '../core/AxiosError.js'; +import CanceledError from '../cancel/CanceledError.js'; +import parseProtocol from '../helpers/parseProtocol.js'; +import platform from '../platform/index.js'; +import AxiosHeaders from '../core/AxiosHeaders.js'; +import {progressEventReducer} from '../helpers/progressEventReducer.js'; +import resolveConfig from "../helpers/resolveConfig.js"; + +const isXHRAdapterSupported = typeof XMLHttpRequest !== 'undefined'; + +export default isXHRAdapterSupported && function (config) { + return new Promise(function dispatchXhrRequest(resolve, reject) { + const _config = resolveConfig(config); + let requestData = _config.data; + const requestHeaders = AxiosHeaders.from(_config.headers).normalize(); + let {responseType, onUploadProgress, onDownloadProgress} = _config; + let onCanceled; + let uploadThrottled, downloadThrottled; + let flushUpload, flushDownload; + + function done() { + flushUpload && flushUpload(); // flush events + flushDownload && flushDownload(); // flush events + + _config.cancelToken && _config.cancelToken.unsubscribe(onCanceled); + + _config.signal && _config.signal.removeEventListener('abort', onCanceled); + } + + let request = new XMLHttpRequest(); + + request.open(_config.method.toUpperCase(), _config.url, true); + + // Set the request timeout in MS + request.timeout = _config.timeout; + + function onloadend() { + if (!request) { + return; + } + // Prepare the response + const responseHeaders = AxiosHeaders.from( + 'getAllResponseHeaders' in request && request.getAllResponseHeaders() + ); + const responseData = !responseType || responseType === 'text' || responseType === 'json' ? + request.responseText : request.response; + const response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders, + config, + request + }; + + settle(function _resolve(value) { + resolve(value); + done(); + }, function _reject(err) { + reject(err); + done(); + }, response); + + // Clean up request + request = null; + } + + if ('onloadend' in request) { + // Use onloadend if available + request.onloadend = onloadend; + } else { + // Listen for ready state to emulate onloadend + request.onreadystatechange = function handleLoad() { + if (!request || request.readyState !== 4) { + return; + } + + // The request errored out and we didn't get a response, this will be + // handled by onerror instead + // With one exception: request that using file: protocol, most browsers + // will return status as 0 even though it's a successful request + if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { + return; + } + // readystate handler is calling before onerror or ontimeout handlers, + // so we should call onloadend on the next 'tick' + setTimeout(onloadend); + }; + } + + // Handle browser request cancellation (as opposed to a manual cancellation) + request.onabort = function handleAbort() { + if (!request) { + return; + } + + reject(new AxiosError('Request aborted', AxiosError.ECONNABORTED, config, request)); + + // Clean up request + request = null; + }; + + // Handle low level network errors + request.onerror = function handleError() { + // Real errors are hidden from us by the browser + // onerror should only fire if it's a network error + reject(new AxiosError('Network Error', AxiosError.ERR_NETWORK, config, request)); + + // Clean up request + request = null; + }; + + // Handle timeout + request.ontimeout = function handleTimeout() { + let timeoutErrorMessage = _config.timeout ? 'timeout of ' + _config.timeout + 'ms exceeded' : 'timeout exceeded'; + const transitional = _config.transitional || transitionalDefaults; + if (_config.timeoutErrorMessage) { + timeoutErrorMessage = _config.timeoutErrorMessage; + } + reject(new AxiosError( + timeoutErrorMessage, + transitional.clarifyTimeoutError ? AxiosError.ETIMEDOUT : AxiosError.ECONNABORTED, + config, + request)); + + // Clean up request + request = null; + }; + + // Remove Content-Type if data is undefined + requestData === undefined && requestHeaders.setContentType(null); + + // Add headers to the request + if ('setRequestHeader' in request) { + utils.forEach(requestHeaders.toJSON(), function setRequestHeader(val, key) { + request.setRequestHeader(key, val); + }); + } + + // Add withCredentials to request if needed + if (!utils.isUndefined(_config.withCredentials)) { + request.withCredentials = !!_config.withCredentials; + } + + // Add responseType to request if needed + if (responseType && responseType !== 'json') { + request.responseType = _config.responseType; + } + + // Handle progress if needed + if (onDownloadProgress) { + ([downloadThrottled, flushDownload] = progressEventReducer(onDownloadProgress, true)); + request.addEventListener('progress', downloadThrottled); + } + + // Not all browsers support upload events + if (onUploadProgress && request.upload) { + ([uploadThrottled, flushUpload] = progressEventReducer(onUploadProgress)); + + request.upload.addEventListener('progress', uploadThrottled); + + request.upload.addEventListener('loadend', flushUpload); + } + + if (_config.cancelToken || _config.signal) { + // Handle cancellation + // eslint-disable-next-line func-names + onCanceled = cancel => { + if (!request) { + return; + } + reject(!cancel || cancel.type ? new CanceledError(null, config, request) : cancel); + request.abort(); + request = null; + }; + + _config.cancelToken && _config.cancelToken.subscribe(onCanceled); + if (_config.signal) { + _config.signal.aborted ? onCanceled() : _config.signal.addEventListener('abort', onCanceled); + } + } + + const protocol = parseProtocol(_config.url); + + if (protocol && platform.protocols.indexOf(protocol) === -1) { + reject(new AxiosError('Unsupported protocol ' + protocol + ':', AxiosError.ERR_BAD_REQUEST, config)); + return; + } + + + // Send the request + request.send(requestData || null); + }); +} diff --git a/server/node_modules/axios/lib/axios.js b/server/node_modules/axios/lib/axios.js new file mode 100644 index 000000000..873f246da --- /dev/null +++ b/server/node_modules/axios/lib/axios.js @@ -0,0 +1,89 @@ +'use strict'; + +import utils from './utils.js'; +import bind from './helpers/bind.js'; +import Axios from './core/Axios.js'; +import mergeConfig from './core/mergeConfig.js'; +import defaults from './defaults/index.js'; +import formDataToJSON from './helpers/formDataToJSON.js'; +import CanceledError from './cancel/CanceledError.js'; +import CancelToken from './cancel/CancelToken.js'; +import isCancel from './cancel/isCancel.js'; +import {VERSION} from './env/data.js'; +import toFormData from './helpers/toFormData.js'; +import AxiosError from './core/AxiosError.js'; +import spread from './helpers/spread.js'; +import isAxiosError from './helpers/isAxiosError.js'; +import AxiosHeaders from "./core/AxiosHeaders.js"; +import adapters from './adapters/adapters.js'; +import HttpStatusCode from './helpers/HttpStatusCode.js'; + +/** + * Create an instance of Axios + * + * @param {Object} defaultConfig The default config for the instance + * + * @returns {Axios} A new instance of Axios + */ +function createInstance(defaultConfig) { + const context = new Axios(defaultConfig); + const instance = bind(Axios.prototype.request, context); + + // Copy axios.prototype to instance + utils.extend(instance, Axios.prototype, context, {allOwnKeys: true}); + + // Copy context to instance + utils.extend(instance, context, null, {allOwnKeys: true}); + + // Factory for creating new instances + instance.create = function create(instanceConfig) { + return createInstance(mergeConfig(defaultConfig, instanceConfig)); + }; + + return instance; +} + +// Create the default instance to be exported +const axios = createInstance(defaults); + +// Expose Axios class to allow class inheritance +axios.Axios = Axios; + +// Expose Cancel & CancelToken +axios.CanceledError = CanceledError; +axios.CancelToken = CancelToken; +axios.isCancel = isCancel; +axios.VERSION = VERSION; +axios.toFormData = toFormData; + +// Expose AxiosError class +axios.AxiosError = AxiosError; + +// alias for CanceledError for backward compatibility +axios.Cancel = axios.CanceledError; + +// Expose all/spread +axios.all = function all(promises) { + return Promise.all(promises); +}; + +axios.spread = spread; + +// Expose isAxiosError +axios.isAxiosError = isAxiosError; + +// Expose mergeConfig +axios.mergeConfig = mergeConfig; + +axios.AxiosHeaders = AxiosHeaders; + +axios.formToJSON = thing => formDataToJSON(utils.isHTMLForm(thing) ? new FormData(thing) : thing); + +axios.getAdapter = adapters.getAdapter; + +axios.HttpStatusCode = HttpStatusCode; + +axios.default = axios; + +// this module should only have a default export +export default axios diff --git a/server/node_modules/axios/lib/cancel/CancelToken.js b/server/node_modules/axios/lib/cancel/CancelToken.js new file mode 100644 index 000000000..0fc202525 --- /dev/null +++ b/server/node_modules/axios/lib/cancel/CancelToken.js @@ -0,0 +1,135 @@ +'use strict'; + +import CanceledError from './CanceledError.js'; + +/** + * A `CancelToken` is an object that can be used to request cancellation of an operation. + * + * @param {Function} executor The executor function. + * + * @returns {CancelToken} + */ +class CancelToken { + constructor(executor) { + if (typeof executor !== 'function') { + throw new TypeError('executor must be a function.'); + } + + let resolvePromise; + + this.promise = new Promise(function promiseExecutor(resolve) { + resolvePromise = resolve; + }); + + const token = this; + + // eslint-disable-next-line func-names + this.promise.then(cancel => { + if (!token._listeners) return; + + let i = token._listeners.length; + + while (i-- > 0) { + token._listeners[i](cancel); + } + token._listeners = null; + }); + + // eslint-disable-next-line func-names + this.promise.then = onfulfilled => { + let _resolve; + // eslint-disable-next-line func-names + const promise = new Promise(resolve => { + token.subscribe(resolve); + _resolve = resolve; + }).then(onfulfilled); + + promise.cancel = function reject() { + token.unsubscribe(_resolve); + }; + + return promise; + }; + + executor(function cancel(message, config, request) { + if (token.reason) { + // Cancellation has already been requested + return; + } + + token.reason = new CanceledError(message, config, request); + resolvePromise(token.reason); + }); + } + + /** + * Throws a `CanceledError` if cancellation has been requested. + */ + throwIfRequested() { + if (this.reason) { + throw this.reason; + } + } + + /** + * Subscribe to the cancel signal + */ + + subscribe(listener) { + if (this.reason) { + listener(this.reason); + return; + } + + if (this._listeners) { + this._listeners.push(listener); + } else { + this._listeners = [listener]; + } + } + + /** + * Unsubscribe from the cancel signal + */ + + unsubscribe(listener) { + if (!this._listeners) { + return; + } + const index = this._listeners.indexOf(listener); + if (index !== -1) { + this._listeners.splice(index, 1); + } + } + + toAbortSignal() { + const controller = new AbortController(); + + const abort = (err) => { + controller.abort(err); + }; + + this.subscribe(abort); + + controller.signal.unsubscribe = () => this.unsubscribe(abort); + + return controller.signal; + } + + /** + * Returns an object that contains a new `CancelToken` and a function that, when called, + * cancels the `CancelToken`. + */ + static source() { + let cancel; + const token = new CancelToken(function executor(c) { + cancel = c; + }); + return { + token, + cancel + }; + } +} + +export default CancelToken; diff --git a/server/node_modules/axios/lib/cancel/CanceledError.js b/server/node_modules/axios/lib/cancel/CanceledError.js new file mode 100644 index 000000000..880066edf --- /dev/null +++ b/server/node_modules/axios/lib/cancel/CanceledError.js @@ -0,0 +1,25 @@ +'use strict'; + +import AxiosError from '../core/AxiosError.js'; +import utils from '../utils.js'; + +/** + * A `CanceledError` is an object that is thrown when an operation is canceled. + * + * @param {string=} message The message. + * @param {Object=} config The config. + * @param {Object=} request The request. + * + * @returns {CanceledError} The created error. + */ +function CanceledError(message, config, request) { + // eslint-disable-next-line no-eq-null,eqeqeq + AxiosError.call(this, message == null ? 'canceled' : message, AxiosError.ERR_CANCELED, config, request); + this.name = 'CanceledError'; +} + +utils.inherits(CanceledError, AxiosError, { + __CANCEL__: true +}); + +export default CanceledError; diff --git a/server/node_modules/axios/lib/cancel/isCancel.js b/server/node_modules/axios/lib/cancel/isCancel.js new file mode 100644 index 000000000..a444a129d --- /dev/null +++ b/server/node_modules/axios/lib/cancel/isCancel.js @@ -0,0 +1,5 @@ +'use strict'; + +export default function isCancel(value) { + return !!(value && value.__CANCEL__); +} diff --git a/server/node_modules/axios/lib/core/Axios.js b/server/node_modules/axios/lib/core/Axios.js new file mode 100644 index 000000000..386dc0167 --- /dev/null +++ b/server/node_modules/axios/lib/core/Axios.js @@ -0,0 +1,242 @@ +'use strict'; + +import utils from './../utils.js'; +import buildURL from '../helpers/buildURL.js'; +import InterceptorManager from './InterceptorManager.js'; +import dispatchRequest from './dispatchRequest.js'; +import mergeConfig from './mergeConfig.js'; +import buildFullPath from './buildFullPath.js'; +import validator from '../helpers/validator.js'; +import AxiosHeaders from './AxiosHeaders.js'; + +const validators = validator.validators; + +/** + * Create a new instance of Axios + * + * @param {Object} instanceConfig The default config for the instance + * + * @return {Axios} A new instance of Axios + */ +class Axios { + constructor(instanceConfig) { + this.defaults = instanceConfig; + this.interceptors = { + request: new InterceptorManager(), + response: new InterceptorManager() + }; + } + + /** + * Dispatch a request + * + * @param {String|Object} configOrUrl The config specific for this request (merged with this.defaults) + * @param {?Object} config + * + * @returns {Promise} The Promise to be fulfilled + */ + async request(configOrUrl, config) { + try { + return await this._request(configOrUrl, config); + } catch (err) { + if (err instanceof Error) { + let dummy = {}; + + Error.captureStackTrace ? Error.captureStackTrace(dummy) : (dummy = new Error()); + + // slice off the Error: ... line + const stack = dummy.stack ? dummy.stack.replace(/^.+\n/, '') : ''; + try { + if (!err.stack) { + err.stack = stack; + // match without the 2 top stack lines + } else if (stack && !String(err.stack).endsWith(stack.replace(/^.+\n.+\n/, ''))) { + err.stack += '\n' + stack + } + } catch (e) { + // ignore the case where "stack" is an un-writable property + } + } + + throw err; + } + } + + _request(configOrUrl, config) { + /*eslint no-param-reassign:0*/ + // Allow for axios('example/url'[, config]) a la fetch API + if (typeof configOrUrl === 'string') { + config = config || {}; + config.url = configOrUrl; + } else { + config = configOrUrl || {}; + } + + config = mergeConfig(this.defaults, config); + + const {transitional, paramsSerializer, headers} = config; + + if (transitional !== undefined) { + validator.assertOptions(transitional, { + silentJSONParsing: validators.transitional(validators.boolean), + forcedJSONParsing: validators.transitional(validators.boolean), + clarifyTimeoutError: validators.transitional(validators.boolean) + }, false); + } + + if (paramsSerializer != null) { + if (utils.isFunction(paramsSerializer)) { + config.paramsSerializer = { + serialize: paramsSerializer + } + } else { + validator.assertOptions(paramsSerializer, { + encode: validators.function, + serialize: validators.function + }, true); + } + } + + // Set config.allowAbsoluteUrls + if (config.allowAbsoluteUrls !== undefined) { + // do nothing + } else if (this.defaults.allowAbsoluteUrls !== undefined) { + config.allowAbsoluteUrls = this.defaults.allowAbsoluteUrls; + } else { + config.allowAbsoluteUrls = true; + } + + validator.assertOptions(config, { + baseUrl: validators.spelling('baseURL'), + withXsrfToken: validators.spelling('withXSRFToken') + }, true); + + // Set config.method + config.method = (config.method || this.defaults.method || 'get').toLowerCase(); + + // Flatten headers + let contextHeaders = headers && utils.merge( + headers.common, + headers[config.method] + ); + + headers && utils.forEach( + ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], + (method) => { + delete headers[method]; + } + ); + + config.headers = AxiosHeaders.concat(contextHeaders, headers); + + // filter out skipped interceptors + const requestInterceptorChain = []; + let synchronousRequestInterceptors = true; + this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { + if (typeof interceptor.runWhen === 'function' && interceptor.runWhen(config) === false) { + return; + } + + synchronousRequestInterceptors = synchronousRequestInterceptors && interceptor.synchronous; + + requestInterceptorChain.unshift(interceptor.fulfilled, interceptor.rejected); + }); + + const responseInterceptorChain = []; + this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { + responseInterceptorChain.push(interceptor.fulfilled, interceptor.rejected); + }); + + let promise; + let i = 0; + let len; + + if (!synchronousRequestInterceptors) { + const chain = [dispatchRequest.bind(this), undefined]; + chain.unshift.apply(chain, requestInterceptorChain); + chain.push.apply(chain, responseInterceptorChain); + len = chain.length; + + promise = Promise.resolve(config); + + while (i < len) { + promise = promise.then(chain[i++], chain[i++]); + } + + return promise; + } + + len = requestInterceptorChain.length; + + let newConfig = config; + + i = 0; + + while (i < len) { + const onFulfilled = requestInterceptorChain[i++]; + const onRejected = requestInterceptorChain[i++]; + try { + newConfig = onFulfilled(newConfig); + } catch (error) { + onRejected.call(this, error); + break; + } + } + + try { + promise = dispatchRequest.call(this, newConfig); + } catch (error) { + return Promise.reject(error); + } + + i = 0; + len = responseInterceptorChain.length; + + while (i < len) { + promise = promise.then(responseInterceptorChain[i++], responseInterceptorChain[i++]); + } + + return promise; + } + + getUri(config) { + config = mergeConfig(this.defaults, config); + const fullPath = buildFullPath(config.baseURL, config.url, config.allowAbsoluteUrls); + return buildURL(fullPath, config.params, config.paramsSerializer); + } +} + +// Provide aliases for supported request methods +utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function(url, config) { + return this.request(mergeConfig(config || {}, { + method, + url, + data: (config || {}).data + })); + }; +}); + +utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + /*eslint func-names:0*/ + + function generateHTTPMethod(isForm) { + return function httpMethod(url, data, config) { + return this.request(mergeConfig(config || {}, { + method, + headers: isForm ? { + 'Content-Type': 'multipart/form-data' + } : {}, + url, + data + })); + }; + } + + Axios.prototype[method] = generateHTTPMethod(); + + Axios.prototype[method + 'Form'] = generateHTTPMethod(true); +}); + +export default Axios; diff --git a/server/node_modules/axios/lib/core/AxiosError.js b/server/node_modules/axios/lib/core/AxiosError.js new file mode 100644 index 000000000..73da248bb --- /dev/null +++ b/server/node_modules/axios/lib/core/AxiosError.js @@ -0,0 +1,103 @@ +'use strict'; + +import utils from '../utils.js'; + +/** + * Create an Error with the specified message, config, error code, request and response. + * + * @param {string} message The error message. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [config] The config. + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * + * @returns {Error} The created error. + */ +function AxiosError(message, code, config, request, response) { + Error.call(this); + + if (Error.captureStackTrace) { + Error.captureStackTrace(this, this.constructor); + } else { + this.stack = (new Error()).stack; + } + + this.message = message; + this.name = 'AxiosError'; + code && (this.code = code); + config && (this.config = config); + request && (this.request = request); + if (response) { + this.response = response; + this.status = response.status ? response.status : null; + } +} + +utils.inherits(AxiosError, Error, { + toJSON: function toJSON() { + return { + // Standard + message: this.message, + name: this.name, + // Microsoft + description: this.description, + number: this.number, + // Mozilla + fileName: this.fileName, + lineNumber: this.lineNumber, + columnNumber: this.columnNumber, + stack: this.stack, + // Axios + config: utils.toJSONObject(this.config), + code: this.code, + status: this.status + }; + } +}); + +const prototype = AxiosError.prototype; +const descriptors = {}; + +[ + 'ERR_BAD_OPTION_VALUE', + 'ERR_BAD_OPTION', + 'ECONNABORTED', + 'ETIMEDOUT', + 'ERR_NETWORK', + 'ERR_FR_TOO_MANY_REDIRECTS', + 'ERR_DEPRECATED', + 'ERR_BAD_RESPONSE', + 'ERR_BAD_REQUEST', + 'ERR_CANCELED', + 'ERR_NOT_SUPPORT', + 'ERR_INVALID_URL' +// eslint-disable-next-line func-names +].forEach(code => { + descriptors[code] = {value: code}; +}); + +Object.defineProperties(AxiosError, descriptors); +Object.defineProperty(prototype, 'isAxiosError', {value: true}); + +// eslint-disable-next-line func-names +AxiosError.from = (error, code, config, request, response, customProps) => { + const axiosError = Object.create(prototype); + + utils.toFlatObject(error, axiosError, function filter(obj) { + return obj !== Error.prototype; + }, prop => { + return prop !== 'isAxiosError'; + }); + + AxiosError.call(axiosError, error.message, code, config, request, response); + + axiosError.cause = error; + + axiosError.name = error.name; + + customProps && Object.assign(axiosError, customProps); + + return axiosError; +}; + +export default AxiosError; diff --git a/server/node_modules/axios/lib/core/AxiosHeaders.js b/server/node_modules/axios/lib/core/AxiosHeaders.js new file mode 100644 index 000000000..7b576e9e1 --- /dev/null +++ b/server/node_modules/axios/lib/core/AxiosHeaders.js @@ -0,0 +1,302 @@ +'use strict'; + +import utils from '../utils.js'; +import parseHeaders from '../helpers/parseHeaders.js'; + +const $internals = Symbol('internals'); + +function normalizeHeader(header) { + return header && String(header).trim().toLowerCase(); +} + +function normalizeValue(value) { + if (value === false || value == null) { + return value; + } + + return utils.isArray(value) ? value.map(normalizeValue) : String(value); +} + +function parseTokens(str) { + const tokens = Object.create(null); + const tokensRE = /([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g; + let match; + + while ((match = tokensRE.exec(str))) { + tokens[match[1]] = match[2]; + } + + return tokens; +} + +const isValidHeaderName = (str) => /^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(str.trim()); + +function matchHeaderValue(context, value, header, filter, isHeaderNameFilter) { + if (utils.isFunction(filter)) { + return filter.call(this, value, header); + } + + if (isHeaderNameFilter) { + value = header; + } + + if (!utils.isString(value)) return; + + if (utils.isString(filter)) { + return value.indexOf(filter) !== -1; + } + + if (utils.isRegExp(filter)) { + return filter.test(value); + } +} + +function formatHeader(header) { + return header.trim() + .toLowerCase().replace(/([a-z\d])(\w*)/g, (w, char, str) => { + return char.toUpperCase() + str; + }); +} + +function buildAccessors(obj, header) { + const accessorName = utils.toCamelCase(' ' + header); + + ['get', 'set', 'has'].forEach(methodName => { + Object.defineProperty(obj, methodName + accessorName, { + value: function(arg1, arg2, arg3) { + return this[methodName].call(this, header, arg1, arg2, arg3); + }, + configurable: true + }); + }); +} + +class AxiosHeaders { + constructor(headers) { + headers && this.set(headers); + } + + set(header, valueOrRewrite, rewrite) { + const self = this; + + function setHeader(_value, _header, _rewrite) { + const lHeader = normalizeHeader(_header); + + if (!lHeader) { + throw new Error('header name must be a non-empty string'); + } + + const key = utils.findKey(self, lHeader); + + if(!key || self[key] === undefined || _rewrite === true || (_rewrite === undefined && self[key] !== false)) { + self[key || _header] = normalizeValue(_value); + } + } + + const setHeaders = (headers, _rewrite) => + utils.forEach(headers, (_value, _header) => setHeader(_value, _header, _rewrite)); + + if (utils.isPlainObject(header) || header instanceof this.constructor) { + setHeaders(header, valueOrRewrite) + } else if(utils.isString(header) && (header = header.trim()) && !isValidHeaderName(header)) { + setHeaders(parseHeaders(header), valueOrRewrite); + } else if (utils.isHeaders(header)) { + for (const [key, value] of header.entries()) { + setHeader(value, key, rewrite); + } + } else { + header != null && setHeader(valueOrRewrite, header, rewrite); + } + + return this; + } + + get(header, parser) { + header = normalizeHeader(header); + + if (header) { + const key = utils.findKey(this, header); + + if (key) { + const value = this[key]; + + if (!parser) { + return value; + } + + if (parser === true) { + return parseTokens(value); + } + + if (utils.isFunction(parser)) { + return parser.call(this, value, key); + } + + if (utils.isRegExp(parser)) { + return parser.exec(value); + } + + throw new TypeError('parser must be boolean|regexp|function'); + } + } + } + + has(header, matcher) { + header = normalizeHeader(header); + + if (header) { + const key = utils.findKey(this, header); + + return !!(key && this[key] !== undefined && (!matcher || matchHeaderValue(this, this[key], key, matcher))); + } + + return false; + } + + delete(header, matcher) { + const self = this; + let deleted = false; + + function deleteHeader(_header) { + _header = normalizeHeader(_header); + + if (_header) { + const key = utils.findKey(self, _header); + + if (key && (!matcher || matchHeaderValue(self, self[key], key, matcher))) { + delete self[key]; + + deleted = true; + } + } + } + + if (utils.isArray(header)) { + header.forEach(deleteHeader); + } else { + deleteHeader(header); + } + + return deleted; + } + + clear(matcher) { + const keys = Object.keys(this); + let i = keys.length; + let deleted = false; + + while (i--) { + const key = keys[i]; + if(!matcher || matchHeaderValue(this, this[key], key, matcher, true)) { + delete this[key]; + deleted = true; + } + } + + return deleted; + } + + normalize(format) { + const self = this; + const headers = {}; + + utils.forEach(this, (value, header) => { + const key = utils.findKey(headers, header); + + if (key) { + self[key] = normalizeValue(value); + delete self[header]; + return; + } + + const normalized = format ? formatHeader(header) : String(header).trim(); + + if (normalized !== header) { + delete self[header]; + } + + self[normalized] = normalizeValue(value); + + headers[normalized] = true; + }); + + return this; + } + + concat(...targets) { + return this.constructor.concat(this, ...targets); + } + + toJSON(asStrings) { + const obj = Object.create(null); + + utils.forEach(this, (value, header) => { + value != null && value !== false && (obj[header] = asStrings && utils.isArray(value) ? value.join(', ') : value); + }); + + return obj; + } + + [Symbol.iterator]() { + return Object.entries(this.toJSON())[Symbol.iterator](); + } + + toString() { + return Object.entries(this.toJSON()).map(([header, value]) => header + ': ' + value).join('\n'); + } + + get [Symbol.toStringTag]() { + return 'AxiosHeaders'; + } + + static from(thing) { + return thing instanceof this ? thing : new this(thing); + } + + static concat(first, ...targets) { + const computed = new this(first); + + targets.forEach((target) => computed.set(target)); + + return computed; + } + + static accessor(header) { + const internals = this[$internals] = (this[$internals] = { + accessors: {} + }); + + const accessors = internals.accessors; + const prototype = this.prototype; + + function defineAccessor(_header) { + const lHeader = normalizeHeader(_header); + + if (!accessors[lHeader]) { + buildAccessors(prototype, _header); + accessors[lHeader] = true; + } + } + + utils.isArray(header) ? header.forEach(defineAccessor) : defineAccessor(header); + + return this; + } +} + +AxiosHeaders.accessor(['Content-Type', 'Content-Length', 'Accept', 'Accept-Encoding', 'User-Agent', 'Authorization']); + +// reserved names hotfix +utils.reduceDescriptors(AxiosHeaders.prototype, ({value}, key) => { + let mapped = key[0].toUpperCase() + key.slice(1); // map `set` => `Set` + return { + get: () => value, + set(headerValue) { + this[mapped] = headerValue; + } + } +}); + +utils.freezeMethods(AxiosHeaders); + +export default AxiosHeaders; diff --git a/server/node_modules/axios/lib/core/InterceptorManager.js b/server/node_modules/axios/lib/core/InterceptorManager.js new file mode 100644 index 000000000..6657a9d2d --- /dev/null +++ b/server/node_modules/axios/lib/core/InterceptorManager.js @@ -0,0 +1,71 @@ +'use strict'; + +import utils from './../utils.js'; + +class InterceptorManager { + constructor() { + this.handlers = []; + } + + /** + * Add a new interceptor to the stack + * + * @param {Function} fulfilled The function to handle `then` for a `Promise` + * @param {Function} rejected The function to handle `reject` for a `Promise` + * + * @return {Number} An ID used to remove interceptor later + */ + use(fulfilled, rejected, options) { + this.handlers.push({ + fulfilled, + rejected, + synchronous: options ? options.synchronous : false, + runWhen: options ? options.runWhen : null + }); + return this.handlers.length - 1; + } + + /** + * Remove an interceptor from the stack + * + * @param {Number} id The ID that was returned by `use` + * + * @returns {Boolean} `true` if the interceptor was removed, `false` otherwise + */ + eject(id) { + if (this.handlers[id]) { + this.handlers[id] = null; + } + } + + /** + * Clear all interceptors from the stack + * + * @returns {void} + */ + clear() { + if (this.handlers) { + this.handlers = []; + } + } + + /** + * Iterate over all the registered interceptors + * + * This method is particularly useful for skipping over any + * interceptors that may have become `null` calling `eject`. + * + * @param {Function} fn The function to call for each interceptor + * + * @returns {void} + */ + forEach(fn) { + utils.forEach(this.handlers, function forEachHandler(h) { + if (h !== null) { + fn(h); + } + }); + } +} + +export default InterceptorManager; diff --git a/server/node_modules/axios/lib/core/README.md b/server/node_modules/axios/lib/core/README.md new file mode 100644 index 000000000..84559ce7c --- /dev/null +++ b/server/node_modules/axios/lib/core/README.md @@ -0,0 +1,8 @@ +# axios // core + +The modules found in `core/` should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are: + +- Dispatching requests + - Requests sent via `adapters/` (see lib/adapters/README.md) +- Managing interceptors +- Handling config diff --git a/server/node_modules/axios/lib/core/buildFullPath.js b/server/node_modules/axios/lib/core/buildFullPath.js new file mode 100644 index 000000000..3050bd64d --- /dev/null +++ b/server/node_modules/axios/lib/core/buildFullPath.js @@ -0,0 +1,22 @@ +'use strict'; + +import isAbsoluteURL from '../helpers/isAbsoluteURL.js'; +import combineURLs from '../helpers/combineURLs.js'; + +/** + * Creates a new URL by combining the baseURL with the requestedURL, + * only when the requestedURL is not already an absolute URL. + * If the requestURL is absolute, this function returns the requestedURL untouched. + * + * @param {string} baseURL The base URL + * @param {string} requestedURL Absolute or relative URL to combine + * + * @returns {string} The combined full path + */ +export default function buildFullPath(baseURL, requestedURL, allowAbsoluteUrls) { + let isRelativeUrl = !isAbsoluteURL(requestedURL); + if (baseURL && (isRelativeUrl || allowAbsoluteUrls == false)) { + return combineURLs(baseURL, requestedURL); + } + return requestedURL; +} diff --git a/server/node_modules/axios/lib/core/dispatchRequest.js b/server/node_modules/axios/lib/core/dispatchRequest.js new file mode 100644 index 000000000..9e306aac4 --- /dev/null +++ b/server/node_modules/axios/lib/core/dispatchRequest.js @@ -0,0 +1,81 @@ +'use strict'; + +import transformData from './transformData.js'; +import isCancel from '../cancel/isCancel.js'; +import defaults from '../defaults/index.js'; +import CanceledError from '../cancel/CanceledError.js'; +import AxiosHeaders from '../core/AxiosHeaders.js'; +import adapters from "../adapters/adapters.js"; + +/** + * Throws a `CanceledError` if cancellation has been requested. + * + * @param {Object} config The config that is to be used for the request + * + * @returns {void} + */ +function throwIfCancellationRequested(config) { + if (config.cancelToken) { + config.cancelToken.throwIfRequested(); + } + + if (config.signal && config.signal.aborted) { + throw new CanceledError(null, config); + } +} + +/** + * Dispatch a request to the server using the configured adapter. + * + * @param {object} config The config that is to be used for the request + * + * @returns {Promise} The Promise to be fulfilled + */ +export default function dispatchRequest(config) { + throwIfCancellationRequested(config); + + config.headers = AxiosHeaders.from(config.headers); + + // Transform request data + config.data = transformData.call( + config, + config.transformRequest + ); + + if (['post', 'put', 'patch'].indexOf(config.method) !== -1) { + config.headers.setContentType('application/x-www-form-urlencoded', false); + } + + const adapter = adapters.getAdapter(config.adapter || defaults.adapter); + + return adapter(config).then(function onAdapterResolution(response) { + throwIfCancellationRequested(config); + + // Transform response data + response.data = transformData.call( + config, + config.transformResponse, + response + ); + + response.headers = AxiosHeaders.from(response.headers); + + return response; + }, function onAdapterRejection(reason) { + if (!isCancel(reason)) { + throwIfCancellationRequested(config); + + // Transform response data + if (reason && reason.response) { + reason.response.data = transformData.call( + config, + config.transformResponse, + reason.response + ); + reason.response.headers = AxiosHeaders.from(reason.response.headers); + } + } + + return Promise.reject(reason); + }); +} diff --git a/server/node_modules/axios/lib/core/mergeConfig.js b/server/node_modules/axios/lib/core/mergeConfig.js new file mode 100644 index 000000000..c510073fc --- /dev/null +++ b/server/node_modules/axios/lib/core/mergeConfig.js @@ -0,0 +1,106 @@ +'use strict'; + +import utils from '../utils.js'; +import AxiosHeaders from "./AxiosHeaders.js"; + +const headersToObject = (thing) => thing instanceof AxiosHeaders ? { ...thing } : thing; + +/** + * Config-specific merge-function which creates a new config-object + * by merging two configuration objects together. + * + * @param {Object} config1 + * @param {Object} config2 + * + * @returns {Object} New object resulting from merging config2 to config1 + */ +export default function mergeConfig(config1, config2) { + // eslint-disable-next-line no-param-reassign + config2 = config2 || {}; + const config = {}; + + function getMergedValue(target, source, prop, caseless) { + if (utils.isPlainObject(target) && utils.isPlainObject(source)) { + return utils.merge.call({caseless}, target, source); + } else if (utils.isPlainObject(source)) { + return utils.merge({}, source); + } else if (utils.isArray(source)) { + return source.slice(); + } + return source; + } + + // eslint-disable-next-line consistent-return + function mergeDeepProperties(a, b, prop , caseless) { + if (!utils.isUndefined(b)) { + return getMergedValue(a, b, prop , caseless); + } else if (!utils.isUndefined(a)) { + return getMergedValue(undefined, a, prop , caseless); + } + } + + // eslint-disable-next-line consistent-return + function valueFromConfig2(a, b) { + if (!utils.isUndefined(b)) { + return getMergedValue(undefined, b); + } + } + + // eslint-disable-next-line consistent-return + function defaultToConfig2(a, b) { + if (!utils.isUndefined(b)) { + return getMergedValue(undefined, b); + } else if (!utils.isUndefined(a)) { + return getMergedValue(undefined, a); + } + } + + // eslint-disable-next-line consistent-return + function mergeDirectKeys(a, b, prop) { + if (prop in config2) { + return getMergedValue(a, b); + } else if (prop in config1) { + return getMergedValue(undefined, a); + } + } + + const mergeMap = { + url: valueFromConfig2, + method: valueFromConfig2, + data: valueFromConfig2, + baseURL: defaultToConfig2, + transformRequest: defaultToConfig2, + transformResponse: defaultToConfig2, + paramsSerializer: defaultToConfig2, + timeout: defaultToConfig2, + timeoutMessage: defaultToConfig2, + withCredentials: defaultToConfig2, + withXSRFToken: defaultToConfig2, + adapter: defaultToConfig2, + responseType: defaultToConfig2, + xsrfCookieName: defaultToConfig2, + xsrfHeaderName: defaultToConfig2, + onUploadProgress: defaultToConfig2, + onDownloadProgress: defaultToConfig2, + decompress: defaultToConfig2, + maxContentLength: defaultToConfig2, + maxBodyLength: defaultToConfig2, + beforeRedirect: defaultToConfig2, + transport: defaultToConfig2, + httpAgent: defaultToConfig2, + httpsAgent: defaultToConfig2, + cancelToken: defaultToConfig2, + socketPath: defaultToConfig2, + responseEncoding: defaultToConfig2, + validateStatus: mergeDirectKeys, + headers: (a, b , prop) => mergeDeepProperties(headersToObject(a), headersToObject(b),prop, true) + }; + + utils.forEach(Object.keys(Object.assign({}, config1, config2)), function computeConfigValue(prop) { + const merge = mergeMap[prop] || mergeDeepProperties; + const configValue = merge(config1[prop], config2[prop], prop); + (utils.isUndefined(configValue) && merge !== mergeDirectKeys) || (config[prop] = configValue); + }); + + return config; +} diff --git a/server/node_modules/axios/lib/core/settle.js b/server/node_modules/axios/lib/core/settle.js new file mode 100644 index 000000000..ac905c432 --- /dev/null +++ b/server/node_modules/axios/lib/core/settle.js @@ -0,0 +1,27 @@ +'use strict'; + +import AxiosError from './AxiosError.js'; + +/** + * Resolve or reject a Promise based on response status. + * + * @param {Function} resolve A function that resolves the promise. + * @param {Function} reject A function that rejects the promise. + * @param {object} response The response. + * + * @returns {object} The response. + */ +export default function settle(resolve, reject, response) { + const validateStatus = response.config.validateStatus; + if (!response.status || !validateStatus || validateStatus(response.status)) { + resolve(response); + } else { + reject(new AxiosError( + 'Request failed with status code ' + response.status, + [AxiosError.ERR_BAD_REQUEST, AxiosError.ERR_BAD_RESPONSE][Math.floor(response.status / 100) - 4], + response.config, + response.request, + response + )); + } +} diff --git a/server/node_modules/axios/lib/core/transformData.js b/server/node_modules/axios/lib/core/transformData.js new file mode 100644 index 000000000..eeb5a8a18 --- /dev/null +++ b/server/node_modules/axios/lib/core/transformData.js @@ -0,0 +1,28 @@ +'use strict'; + +import utils from './../utils.js'; +import defaults from '../defaults/index.js'; +import AxiosHeaders from '../core/AxiosHeaders.js'; + +/** + * Transform the data for a request or a response + * + * @param {Array|Function} fns A single function or Array of functions + * @param {?Object} response The response object + * + * @returns {*} The resulting transformed data + */ +export default function transformData(fns, response) { + const config = this || defaults; + const context = response || config; + const headers = AxiosHeaders.from(context.headers); + let data = context.data; + + utils.forEach(fns, function transform(fn) { + data = fn.call(config, data, headers.normalize(), response ? response.status : undefined); + }); + + headers.normalize(); + + return data; +} diff --git a/server/node_modules/axios/lib/defaults/index.js b/server/node_modules/axios/lib/defaults/index.js new file mode 100644 index 000000000..e543fea27 --- /dev/null +++ b/server/node_modules/axios/lib/defaults/index.js @@ -0,0 +1,161 @@ +'use strict'; + +import utils from '../utils.js'; +import AxiosError from '../core/AxiosError.js'; +import transitionalDefaults from './transitional.js'; +import toFormData from '../helpers/toFormData.js'; +import toURLEncodedForm from '../helpers/toURLEncodedForm.js'; +import platform from '../platform/index.js'; +import formDataToJSON from '../helpers/formDataToJSON.js'; + +/** + * It takes a string, tries to parse it, and if it fails, it returns the stringified version + * of the input + * + * @param {any} rawValue - The value to be stringified. + * @param {Function} parser - A function that parses a string into a JavaScript object. + * @param {Function} encoder - A function that takes a value and returns a string. + * + * @returns {string} A stringified version of the rawValue. + */ +function stringifySafely(rawValue, parser, encoder) { + if (utils.isString(rawValue)) { + try { + (parser || JSON.parse)(rawValue); + return utils.trim(rawValue); + } catch (e) { + if (e.name !== 'SyntaxError') { + throw e; + } + } + } + + return (encoder || JSON.stringify)(rawValue); +} + +const defaults = { + + transitional: transitionalDefaults, + + adapter: ['xhr', 'http', 'fetch'], + + transformRequest: [function transformRequest(data, headers) { + const contentType = headers.getContentType() || ''; + const hasJSONContentType = contentType.indexOf('application/json') > -1; + const isObjectPayload = utils.isObject(data); + + if (isObjectPayload && utils.isHTMLForm(data)) { + data = new FormData(data); + } + + const isFormData = utils.isFormData(data); + + if (isFormData) { + return hasJSONContentType ? JSON.stringify(formDataToJSON(data)) : data; + } + + if (utils.isArrayBuffer(data) || + utils.isBuffer(data) || + utils.isStream(data) || + utils.isFile(data) || + utils.isBlob(data) || + utils.isReadableStream(data) + ) { + return data; + } + if (utils.isArrayBufferView(data)) { + return data.buffer; + } + if (utils.isURLSearchParams(data)) { + headers.setContentType('application/x-www-form-urlencoded;charset=utf-8', false); + return data.toString(); + } + + let isFileList; + + if (isObjectPayload) { + if (contentType.indexOf('application/x-www-form-urlencoded') > -1) { + return toURLEncodedForm(data, this.formSerializer).toString(); + } + + if ((isFileList = utils.isFileList(data)) || contentType.indexOf('multipart/form-data') > -1) { + const _FormData = this.env && this.env.FormData; + + return toFormData( + isFileList ? {'files[]': data} : data, + _FormData && new _FormData(), + this.formSerializer + ); + } + } + + if (isObjectPayload || hasJSONContentType ) { + headers.setContentType('application/json', false); + return stringifySafely(data); + } + + return data; + }], + + transformResponse: [function transformResponse(data) { + const transitional = this.transitional || defaults.transitional; + const forcedJSONParsing = transitional && transitional.forcedJSONParsing; + const JSONRequested = this.responseType === 'json'; + + if (utils.isResponse(data) || utils.isReadableStream(data)) { + return data; + } + + if (data && utils.isString(data) && ((forcedJSONParsing && !this.responseType) || JSONRequested)) { + const silentJSONParsing = transitional && transitional.silentJSONParsing; + const strictJSONParsing = !silentJSONParsing && JSONRequested; + + try { + return JSON.parse(data); + } catch (e) { + if (strictJSONParsing) { + if (e.name === 'SyntaxError') { + throw AxiosError.from(e, AxiosError.ERR_BAD_RESPONSE, this, null, this.response); + } + throw e; + } + } + } + + return data; + }], + + /** + * A timeout in milliseconds to abort a request. If set to 0 (default) a + * timeout is not created. + */ + timeout: 0, + + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', + + maxContentLength: -1, + maxBodyLength: -1, + + env: { + FormData: platform.classes.FormData, + Blob: platform.classes.Blob + }, + + validateStatus: function validateStatus(status) { + return status >= 200 && status < 300; + }, + + headers: { + common: { + 'Accept': 'application/json, text/plain, */*', + 'Content-Type': undefined + } + } +}; + +utils.forEach(['delete', 'get', 'head', 'post', 'put', 'patch'], (method) => { + defaults.headers[method] = {}; +}); + +export default defaults; diff --git a/server/node_modules/axios/lib/defaults/transitional.js b/server/node_modules/axios/lib/defaults/transitional.js new file mode 100644 index 000000000..f89133196 --- /dev/null +++ b/server/node_modules/axios/lib/defaults/transitional.js @@ -0,0 +1,7 @@ +'use strict'; + +export default { + silentJSONParsing: true, + forcedJSONParsing: true, + clarifyTimeoutError: false +}; diff --git a/server/node_modules/axios/lib/env/README.md b/server/node_modules/axios/lib/env/README.md new file mode 100644 index 000000000..b41baff3c --- /dev/null +++ b/server/node_modules/axios/lib/env/README.md @@ -0,0 +1,3 @@ +# axios // env + +The `data.js` file is updated automatically when the package version is upgrading. Please do not edit it manually. diff --git a/server/node_modules/axios/lib/env/classes/FormData.js b/server/node_modules/axios/lib/env/classes/FormData.js new file mode 100644 index 000000000..862adb93c --- /dev/null +++ b/server/node_modules/axios/lib/env/classes/FormData.js @@ -0,0 +1,2 @@ +import _FormData from 'form-data'; +export default typeof FormData !== 'undefined' ? FormData : _FormData; diff --git a/server/node_modules/axios/lib/env/data.js b/server/node_modules/axios/lib/env/data.js new file mode 100644 index 000000000..611366006 --- /dev/null +++ b/server/node_modules/axios/lib/env/data.js @@ -0,0 +1 @@ +export const VERSION = "1.8.4"; \ No newline at end of file diff --git a/server/node_modules/axios/lib/helpers/AxiosTransformStream.js b/server/node_modules/axios/lib/helpers/AxiosTransformStream.js new file mode 100644 index 000000000..414007121 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/AxiosTransformStream.js @@ -0,0 +1,143 @@ +'use strict'; + +import stream from 'stream'; +import utils from '../utils.js'; + +const kInternals = Symbol('internals'); + +class AxiosTransformStream extends stream.Transform{ + constructor(options) { + options = utils.toFlatObject(options, { + maxRate: 0, + chunkSize: 64 * 1024, + minChunkSize: 100, + timeWindow: 500, + ticksRate: 2, + samplesCount: 15 + }, null, (prop, source) => { + return !utils.isUndefined(source[prop]); + }); + + super({ + readableHighWaterMark: options.chunkSize + }); + + const internals = this[kInternals] = { + timeWindow: options.timeWindow, + chunkSize: options.chunkSize, + maxRate: options.maxRate, + minChunkSize: options.minChunkSize, + bytesSeen: 0, + isCaptured: false, + notifiedBytesLoaded: 0, + ts: Date.now(), + bytes: 0, + onReadCallback: null + }; + + this.on('newListener', event => { + if (event === 'progress') { + if (!internals.isCaptured) { + internals.isCaptured = true; + } + } + }); + } + + _read(size) { + const internals = this[kInternals]; + + if (internals.onReadCallback) { + internals.onReadCallback(); + } + + return super._read(size); + } + + _transform(chunk, encoding, callback) { + const internals = this[kInternals]; + const maxRate = internals.maxRate; + + const readableHighWaterMark = this.readableHighWaterMark; + + const timeWindow = internals.timeWindow; + + const divider = 1000 / timeWindow; + const bytesThreshold = (maxRate / divider); + const minChunkSize = internals.minChunkSize !== false ? Math.max(internals.minChunkSize, bytesThreshold * 0.01) : 0; + + const pushChunk = (_chunk, _callback) => { + const bytes = Buffer.byteLength(_chunk); + internals.bytesSeen += bytes; + internals.bytes += bytes; + + internals.isCaptured && this.emit('progress', internals.bytesSeen); + + if (this.push(_chunk)) { + process.nextTick(_callback); + } else { + internals.onReadCallback = () => { + internals.onReadCallback = null; + process.nextTick(_callback); + }; + } + } + + const transformChunk = (_chunk, _callback) => { + const chunkSize = Buffer.byteLength(_chunk); + let chunkRemainder = null; + let maxChunkSize = readableHighWaterMark; + let bytesLeft; + let passed = 0; + + if (maxRate) { + const now = Date.now(); + + if (!internals.ts || (passed = (now - internals.ts)) >= timeWindow) { + internals.ts = now; + bytesLeft = bytesThreshold - internals.bytes; + internals.bytes = bytesLeft < 0 ? -bytesLeft : 0; + passed = 0; + } + + bytesLeft = bytesThreshold - internals.bytes; + } + + if (maxRate) { + if (bytesLeft <= 0) { + // next time window + return setTimeout(() => { + _callback(null, _chunk); + }, timeWindow - passed); + } + + if (bytesLeft < maxChunkSize) { + maxChunkSize = bytesLeft; + } + } + + if (maxChunkSize && chunkSize > maxChunkSize && (chunkSize - maxChunkSize) > minChunkSize) { + chunkRemainder = _chunk.subarray(maxChunkSize); + _chunk = _chunk.subarray(0, maxChunkSize); + } + + pushChunk(_chunk, chunkRemainder ? () => { + process.nextTick(_callback, null, chunkRemainder); + } : _callback); + }; + + transformChunk(chunk, function transformNextChunk(err, _chunk) { + if (err) { + return callback(err); + } + + if (_chunk) { + transformChunk(_chunk, transformNextChunk); + } else { + callback(null); + } + }); + } +} + +export default AxiosTransformStream; diff --git a/server/node_modules/axios/lib/helpers/AxiosURLSearchParams.js b/server/node_modules/axios/lib/helpers/AxiosURLSearchParams.js new file mode 100644 index 000000000..b9aa9f02b --- /dev/null +++ b/server/node_modules/axios/lib/helpers/AxiosURLSearchParams.js @@ -0,0 +1,58 @@ +'use strict'; + +import toFormData from './toFormData.js'; + +/** + * It encodes a string by replacing all characters that are not in the unreserved set with + * their percent-encoded equivalents + * + * @param {string} str - The string to encode. + * + * @returns {string} The encoded string. + */ +function encode(str) { + const charMap = { + '!': '%21', + "'": '%27', + '(': '%28', + ')': '%29', + '~': '%7E', + '%20': '+', + '%00': '\x00' + }; + return encodeURIComponent(str).replace(/[!'()~]|%20|%00/g, function replacer(match) { + return charMap[match]; + }); +} + +/** + * It takes a params object and converts it to a FormData object + * + * @param {Object} params - The parameters to be converted to a FormData object. + * @param {Object} options - The options object passed to the Axios constructor. + * + * @returns {void} + */ +function AxiosURLSearchParams(params, options) { + this._pairs = []; + + params && toFormData(params, this, options); +} + +const prototype = AxiosURLSearchParams.prototype; + +prototype.append = function append(name, value) { + this._pairs.push([name, value]); +}; + +prototype.toString = function toString(encoder) { + const _encode = encoder ? function(value) { + return encoder.call(this, value, encode); + } : encode; + + return this._pairs.map(function each(pair) { + return _encode(pair[0]) + '=' + _encode(pair[1]); + }, '').join('&'); +}; + +export default AxiosURLSearchParams; diff --git a/server/node_modules/axios/lib/helpers/HttpStatusCode.js b/server/node_modules/axios/lib/helpers/HttpStatusCode.js new file mode 100644 index 000000000..b3e7adcab --- /dev/null +++ b/server/node_modules/axios/lib/helpers/HttpStatusCode.js @@ -0,0 +1,71 @@ +const HttpStatusCode = { + Continue: 100, + SwitchingProtocols: 101, + Processing: 102, + EarlyHints: 103, + Ok: 200, + Created: 201, + Accepted: 202, + NonAuthoritativeInformation: 203, + NoContent: 204, + ResetContent: 205, + PartialContent: 206, + MultiStatus: 207, + AlreadyReported: 208, + ImUsed: 226, + MultipleChoices: 300, + MovedPermanently: 301, + Found: 302, + SeeOther: 303, + NotModified: 304, + UseProxy: 305, + Unused: 306, + TemporaryRedirect: 307, + PermanentRedirect: 308, + BadRequest: 400, + Unauthorized: 401, + PaymentRequired: 402, + Forbidden: 403, + NotFound: 404, + MethodNotAllowed: 405, + NotAcceptable: 406, + ProxyAuthenticationRequired: 407, + RequestTimeout: 408, + Conflict: 409, + Gone: 410, + LengthRequired: 411, + PreconditionFailed: 412, + PayloadTooLarge: 413, + UriTooLong: 414, + UnsupportedMediaType: 415, + RangeNotSatisfiable: 416, + ExpectationFailed: 417, + ImATeapot: 418, + MisdirectedRequest: 421, + UnprocessableEntity: 422, + Locked: 423, + FailedDependency: 424, + TooEarly: 425, + UpgradeRequired: 426, + PreconditionRequired: 428, + TooManyRequests: 429, + RequestHeaderFieldsTooLarge: 431, + UnavailableForLegalReasons: 451, + InternalServerError: 500, + NotImplemented: 501, + BadGateway: 502, + ServiceUnavailable: 503, + GatewayTimeout: 504, + HttpVersionNotSupported: 505, + VariantAlsoNegotiates: 506, + InsufficientStorage: 507, + LoopDetected: 508, + NotExtended: 510, + NetworkAuthenticationRequired: 511, +}; + +Object.entries(HttpStatusCode).forEach(([key, value]) => { + HttpStatusCode[value] = key; +}); + +export default HttpStatusCode; diff --git a/server/node_modules/axios/lib/helpers/README.md b/server/node_modules/axios/lib/helpers/README.md new file mode 100644 index 000000000..4ae34193a --- /dev/null +++ b/server/node_modules/axios/lib/helpers/README.md @@ -0,0 +1,7 @@ +# axios // helpers + +The modules found in `helpers/` should be generic modules that are _not_ specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like: + +- Browser polyfills +- Managing cookies +- Parsing HTTP headers diff --git a/server/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js b/server/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js new file mode 100644 index 000000000..d1791f0b8 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/ZlibHeaderTransformStream.js @@ -0,0 +1,28 @@ +"use strict"; + +import stream from "stream"; + +class ZlibHeaderTransformStream extends stream.Transform { + __transform(chunk, encoding, callback) { + this.push(chunk); + callback(); + } + + _transform(chunk, encoding, callback) { + if (chunk.length !== 0) { + this._transform = this.__transform; + + // Add Default Compression headers if no zlib headers are present + if (chunk[0] !== 120) { // Hex: 78 + const header = Buffer.alloc(2); + header[0] = 120; // Hex: 78 + header[1] = 156; // Hex: 9C + this.push(header, encoding); + } + } + + this.__transform(chunk, encoding, callback); + } +} + +export default ZlibHeaderTransformStream; diff --git a/server/node_modules/axios/lib/helpers/bind.js b/server/node_modules/axios/lib/helpers/bind.js new file mode 100644 index 000000000..b3aa83b75 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/bind.js @@ -0,0 +1,7 @@ +'use strict'; + +export default function bind(fn, thisArg) { + return function wrap() { + return fn.apply(thisArg, arguments); + }; +} diff --git a/server/node_modules/axios/lib/helpers/buildURL.js b/server/node_modules/axios/lib/helpers/buildURL.js new file mode 100644 index 000000000..5c5eb5798 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/buildURL.js @@ -0,0 +1,69 @@ +'use strict'; + +import utils from '../utils.js'; +import AxiosURLSearchParams from '../helpers/AxiosURLSearchParams.js'; + +/** + * It replaces all instances of the characters `:`, `$`, `,`, `+`, `[`, and `]` with their + * URI encoded counterparts + * + * @param {string} val The value to be encoded. + * + * @returns {string} The encoded value. + */ +function encode(val) { + return encodeURIComponent(val). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%20/g, '+'). + replace(/%5B/gi, '['). + replace(/%5D/gi, ']'); +} + +/** + * Build a URL by appending params to the end + * + * @param {string} url The base of the url (e.g., http://www.google.com) + * @param {object} [params] The params to be appended + * @param {?(object|Function)} options + * + * @returns {string} The formatted url + */ +export default function buildURL(url, params, options) { + /*eslint no-param-reassign:0*/ + if (!params) { + return url; + } + + const _encode = options && options.encode || encode; + + if (utils.isFunction(options)) { + options = { + serialize: options + }; + } + + const serializeFn = options && options.serialize; + + let serializedParams; + + if (serializeFn) { + serializedParams = serializeFn(params, options); + } else { + serializedParams = utils.isURLSearchParams(params) ? + params.toString() : + new AxiosURLSearchParams(params, options).toString(_encode); + } + + if (serializedParams) { + const hashmarkIndex = url.indexOf("#"); + + if (hashmarkIndex !== -1) { + url = url.slice(0, hashmarkIndex); + } + url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; + } + + return url; +} diff --git a/server/node_modules/axios/lib/helpers/callbackify.js b/server/node_modules/axios/lib/helpers/callbackify.js new file mode 100644 index 000000000..4603badc3 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/callbackify.js @@ -0,0 +1,16 @@ +import utils from "../utils.js"; + +const callbackify = (fn, reducer) => { + return utils.isAsyncFn(fn) ? function (...args) { + const cb = args.pop(); + fn.apply(this, args).then((value) => { + try { + reducer ? cb(null, ...reducer(value)) : cb(null, value); + } catch (err) { + cb(err); + } + }, cb); + } : fn; +} + +export default callbackify; diff --git a/server/node_modules/axios/lib/helpers/combineURLs.js b/server/node_modules/axios/lib/helpers/combineURLs.js new file mode 100644 index 000000000..9f04f0202 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/combineURLs.js @@ -0,0 +1,15 @@ +'use strict'; + +/** + * Creates a new URL by combining the specified URLs + * + * @param {string} baseURL The base URL + * @param {string} relativeURL The relative URL + * + * @returns {string} The combined URL + */ +export default function combineURLs(baseURL, relativeURL) { + return relativeURL + ? baseURL.replace(/\/?\/$/, '') + '/' + relativeURL.replace(/^\/+/, '') + : baseURL; +} diff --git a/server/node_modules/axios/lib/helpers/composeSignals.js b/server/node_modules/axios/lib/helpers/composeSignals.js new file mode 100644 index 000000000..84087c806 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/composeSignals.js @@ -0,0 +1,48 @@ +import CanceledError from "../cancel/CanceledError.js"; +import AxiosError from "../core/AxiosError.js"; +import utils from '../utils.js'; + +const composeSignals = (signals, timeout) => { + const {length} = (signals = signals ? signals.filter(Boolean) : []); + + if (timeout || length) { + let controller = new AbortController(); + + let aborted; + + const onabort = function (reason) { + if (!aborted) { + aborted = true; + unsubscribe(); + const err = reason instanceof Error ? reason : this.reason; + controller.abort(err instanceof AxiosError ? err : new CanceledError(err instanceof Error ? err.message : err)); + } + } + + let timer = timeout && setTimeout(() => { + timer = null; + onabort(new AxiosError(`timeout ${timeout} of ms exceeded`, AxiosError.ETIMEDOUT)) + }, timeout) + + const unsubscribe = () => { + if (signals) { + timer && clearTimeout(timer); + timer = null; + signals.forEach(signal => { + signal.unsubscribe ? signal.unsubscribe(onabort) : signal.removeEventListener('abort', onabort); + }); + signals = null; + } + } + + signals.forEach((signal) => signal.addEventListener('abort', onabort)); + + const {signal} = controller; + + signal.unsubscribe = () => utils.asap(unsubscribe); + + return signal; + } +} + +export default composeSignals; diff --git a/server/node_modules/axios/lib/helpers/cookies.js b/server/node_modules/axios/lib/helpers/cookies.js new file mode 100644 index 000000000..d039ac4f8 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/cookies.js @@ -0,0 +1,42 @@ +import utils from './../utils.js'; +import platform from '../platform/index.js'; + +export default platform.hasStandardBrowserEnv ? + + // Standard browser envs support document.cookie + { + write(name, value, expires, path, domain, secure) { + const cookie = [name + '=' + encodeURIComponent(value)]; + + utils.isNumber(expires) && cookie.push('expires=' + new Date(expires).toGMTString()); + + utils.isString(path) && cookie.push('path=' + path); + + utils.isString(domain) && cookie.push('domain=' + domain); + + secure === true && cookie.push('secure'); + + document.cookie = cookie.join('; '); + }, + + read(name) { + const match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, + + remove(name) { + this.write(name, '', Date.now() - 86400000); + } + } + + : + + // Non-standard browser env (web workers, react-native) lack needed support. + { + write() {}, + read() { + return null; + }, + remove() {} + }; + diff --git a/server/node_modules/axios/lib/helpers/deprecatedMethod.js b/server/node_modules/axios/lib/helpers/deprecatedMethod.js new file mode 100644 index 000000000..9e8fae6bf --- /dev/null +++ b/server/node_modules/axios/lib/helpers/deprecatedMethod.js @@ -0,0 +1,26 @@ +'use strict'; + +/*eslint no-console:0*/ + +/** + * Supply a warning to the developer that a method they are using + * has been deprecated. + * + * @param {string} method The name of the deprecated method + * @param {string} [instead] The alternate method to use if applicable + * @param {string} [docs] The documentation URL to get further details + * + * @returns {void} + */ +export default function deprecatedMethod(method, instead, docs) { + try { + console.warn( + 'DEPRECATED method `' + method + '`.' + + (instead ? ' Use `' + instead + '` instead.' : '') + + ' This method will be removed in a future release.'); + + if (docs) { + console.warn('For more information about usage see ' + docs); + } + } catch (e) { /* Ignore */ } +} diff --git a/server/node_modules/axios/lib/helpers/formDataToJSON.js b/server/node_modules/axios/lib/helpers/formDataToJSON.js new file mode 100644 index 000000000..906ce6025 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/formDataToJSON.js @@ -0,0 +1,95 @@ +'use strict'; + +import utils from '../utils.js'; + +/** + * It takes a string like `foo[x][y][z]` and returns an array like `['foo', 'x', 'y', 'z'] + * + * @param {string} name - The name of the property to get. + * + * @returns An array of strings. + */ +function parsePropPath(name) { + // foo[x][y][z] + // foo.x.y.z + // foo-x-y-z + // foo x y z + return utils.matchAll(/\w+|\[(\w*)]/g, name).map(match => { + return match[0] === '[]' ? '' : match[1] || match[0]; + }); +} + +/** + * Convert an array to an object. + * + * @param {Array} arr - The array to convert to an object. + * + * @returns An object with the same keys and values as the array. + */ +function arrayToObject(arr) { + const obj = {}; + const keys = Object.keys(arr); + let i; + const len = keys.length; + let key; + for (i = 0; i < len; i++) { + key = keys[i]; + obj[key] = arr[key]; + } + return obj; +} + +/** + * It takes a FormData object and returns a JavaScript object + * + * @param {string} formData The FormData object to convert to JSON. + * + * @returns {Object | null} The converted object. + */ +function formDataToJSON(formData) { + function buildPath(path, value, target, index) { + let name = path[index++]; + + if (name === '__proto__') return true; + + const isNumericKey = Number.isFinite(+name); + const isLast = index >= path.length; + name = !name && utils.isArray(target) ? target.length : name; + + if (isLast) { + if (utils.hasOwnProp(target, name)) { + target[name] = [target[name], value]; + } else { + target[name] = value; + } + + return !isNumericKey; + } + + if (!target[name] || !utils.isObject(target[name])) { + target[name] = []; + } + + const result = buildPath(path, value, target[name], index); + + if (result && utils.isArray(target[name])) { + target[name] = arrayToObject(target[name]); + } + + return !isNumericKey; + } + + if (utils.isFormData(formData) && utils.isFunction(formData.entries)) { + const obj = {}; + + utils.forEachEntry(formData, (name, value) => { + buildPath(parsePropPath(name), value, obj, 0); + }); + + return obj; + } + + return null; +} + +export default formDataToJSON; diff --git a/server/node_modules/axios/lib/helpers/formDataToStream.js b/server/node_modules/axios/lib/helpers/formDataToStream.js new file mode 100644 index 000000000..972b99f2a --- /dev/null +++ b/server/node_modules/axios/lib/helpers/formDataToStream.js @@ -0,0 +1,112 @@ +import util from 'util'; +import {Readable} from 'stream'; +import utils from "../utils.js"; +import readBlob from "./readBlob.js"; +import platform from "../platform/index.js"; + +const BOUNDARY_ALPHABET = platform.ALPHABET.ALPHA_DIGIT + '-_'; + +const textEncoder = typeof TextEncoder === 'function' ? new TextEncoder() : new util.TextEncoder(); + +const CRLF = '\r\n'; +const CRLF_BYTES = textEncoder.encode(CRLF); +const CRLF_BYTES_COUNT = 2; + +class FormDataPart { + constructor(name, value) { + const {escapeName} = this.constructor; + const isStringValue = utils.isString(value); + + let headers = `Content-Disposition: form-data; name="${escapeName(name)}"${ + !isStringValue && value.name ? `; filename="${escapeName(value.name)}"` : '' + }${CRLF}`; + + if (isStringValue) { + value = textEncoder.encode(String(value).replace(/\r?\n|\r\n?/g, CRLF)); + } else { + headers += `Content-Type: ${value.type || "application/octet-stream"}${CRLF}` + } + + this.headers = textEncoder.encode(headers + CRLF); + + this.contentLength = isStringValue ? value.byteLength : value.size; + + this.size = this.headers.byteLength + this.contentLength + CRLF_BYTES_COUNT; + + this.name = name; + this.value = value; + } + + async *encode(){ + yield this.headers; + + const {value} = this; + + if(utils.isTypedArray(value)) { + yield value; + } else { + yield* readBlob(value); + } + + yield CRLF_BYTES; + } + + static escapeName(name) { + return String(name).replace(/[\r\n"]/g, (match) => ({ + '\r' : '%0D', + '\n' : '%0A', + '"' : '%22', + }[match])); + } +} + +const formDataToStream = (form, headersHandler, options) => { + const { + tag = 'form-data-boundary', + size = 25, + boundary = tag + '-' + platform.generateString(size, BOUNDARY_ALPHABET) + } = options || {}; + + if(!utils.isFormData(form)) { + throw TypeError('FormData instance required'); + } + + if (boundary.length < 1 || boundary.length > 70) { + throw Error('boundary must be 10-70 characters long') + } + + const boundaryBytes = textEncoder.encode('--' + boundary + CRLF); + const footerBytes = textEncoder.encode('--' + boundary + '--' + CRLF + CRLF); + let contentLength = footerBytes.byteLength; + + const parts = Array.from(form.entries()).map(([name, value]) => { + const part = new FormDataPart(name, value); + contentLength += part.size; + return part; + }); + + contentLength += boundaryBytes.byteLength * parts.length; + + contentLength = utils.toFiniteNumber(contentLength); + + const computedHeaders = { + 'Content-Type': `multipart/form-data; boundary=${boundary}` + } + + if (Number.isFinite(contentLength)) { + computedHeaders['Content-Length'] = contentLength; + } + + headersHandler && headersHandler(computedHeaders); + + return Readable.from((async function *() { + for(const part of parts) { + yield boundaryBytes; + yield* part.encode(); + } + + yield footerBytes; + })()); +}; + +export default formDataToStream; diff --git a/server/node_modules/axios/lib/helpers/fromDataURI.js b/server/node_modules/axios/lib/helpers/fromDataURI.js new file mode 100644 index 000000000..eb71d3f3b --- /dev/null +++ b/server/node_modules/axios/lib/helpers/fromDataURI.js @@ -0,0 +1,53 @@ +'use strict'; + +import AxiosError from '../core/AxiosError.js'; +import parseProtocol from './parseProtocol.js'; +import platform from '../platform/index.js'; + +const DATA_URL_PATTERN = /^(?:([^;]+);)?(?:[^;]+;)?(base64|),([\s\S]*)$/; + +/** + * Parse data uri to a Buffer or Blob + * + * @param {String} uri + * @param {?Boolean} asBlob + * @param {?Object} options + * @param {?Function} options.Blob + * + * @returns {Buffer|Blob} + */ +export default function fromDataURI(uri, asBlob, options) { + const _Blob = options && options.Blob || platform.classes.Blob; + const protocol = parseProtocol(uri); + + if (asBlob === undefined && _Blob) { + asBlob = true; + } + + if (protocol === 'data') { + uri = protocol.length ? uri.slice(protocol.length + 1) : uri; + + const match = DATA_URL_PATTERN.exec(uri); + + if (!match) { + throw new AxiosError('Invalid URL', AxiosError.ERR_INVALID_URL); + } + + const mime = match[1]; + const isBase64 = match[2]; + const body = match[3]; + const buffer = Buffer.from(decodeURIComponent(body), isBase64 ? 'base64' : 'utf8'); + + if (asBlob) { + if (!_Blob) { + throw new AxiosError('Blob is not supported', AxiosError.ERR_NOT_SUPPORT); + } + + return new _Blob([buffer], {type: mime}); + } + + return buffer; + } + + throw new AxiosError('Unsupported protocol ' + protocol, AxiosError.ERR_NOT_SUPPORT); +} diff --git a/server/node_modules/axios/lib/helpers/isAbsoluteURL.js b/server/node_modules/axios/lib/helpers/isAbsoluteURL.js new file mode 100644 index 000000000..4747a4576 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/isAbsoluteURL.js @@ -0,0 +1,15 @@ +'use strict'; + +/** + * Determines whether the specified URL is absolute + * + * @param {string} url The URL to test + * + * @returns {boolean} True if the specified URL is absolute, otherwise false + */ +export default function isAbsoluteURL(url) { + // A URL is considered absolute if it begins with "://" or "//" (protocol-relative URL). + // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed + // by any combination of letters, digits, plus, period, or hyphen. + return /^([a-z][a-z\d+\-.]*:)?\/\//i.test(url); +} diff --git a/server/node_modules/axios/lib/helpers/isAxiosError.js b/server/node_modules/axios/lib/helpers/isAxiosError.js new file mode 100644 index 000000000..da6cd63fd --- /dev/null +++ b/server/node_modules/axios/lib/helpers/isAxiosError.js @@ -0,0 +1,14 @@ +'use strict'; + +import utils from './../utils.js'; + +/** + * Determines whether the payload is an error thrown by Axios + * + * @param {*} payload The value to test + * + * @returns {boolean} True if the payload is an error thrown by Axios, otherwise false + */ +export default function isAxiosError(payload) { + return utils.isObject(payload) && (payload.isAxiosError === true); +} diff --git a/server/node_modules/axios/lib/helpers/isURLSameOrigin.js b/server/node_modules/axios/lib/helpers/isURLSameOrigin.js new file mode 100644 index 000000000..6a92aa152 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/isURLSameOrigin.js @@ -0,0 +1,14 @@ +import platform from '../platform/index.js'; + +export default platform.hasStandardBrowserEnv ? ((origin, isMSIE) => (url) => { + url = new URL(url, platform.origin); + + return ( + origin.protocol === url.protocol && + origin.host === url.host && + (isMSIE || origin.port === url.port) + ); +})( + new URL(platform.origin), + platform.navigator && /(msie|trident)/i.test(platform.navigator.userAgent) +) : () => true; diff --git a/server/node_modules/axios/lib/helpers/null.js b/server/node_modules/axios/lib/helpers/null.js new file mode 100644 index 000000000..b9f82c464 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/null.js @@ -0,0 +1,2 @@ +// eslint-disable-next-line strict +export default null; diff --git a/server/node_modules/axios/lib/helpers/parseHeaders.js b/server/node_modules/axios/lib/helpers/parseHeaders.js new file mode 100644 index 000000000..50af9480c --- /dev/null +++ b/server/node_modules/axios/lib/helpers/parseHeaders.js @@ -0,0 +1,55 @@ +'use strict'; + +import utils from './../utils.js'; + +// RawAxiosHeaders whose duplicates are ignored by node +// c.f. https://nodejs.org/api/http.html#http_message_headers +const ignoreDuplicateOf = utils.toObjectSet([ + 'age', 'authorization', 'content-length', 'content-type', 'etag', + 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', + 'last-modified', 'location', 'max-forwards', 'proxy-authorization', + 'referer', 'retry-after', 'user-agent' +]); + +/** + * Parse headers into an object + * + * ``` + * Date: Wed, 27 Aug 2014 08:58:49 GMT + * Content-Type: application/json + * Connection: keep-alive + * Transfer-Encoding: chunked + * ``` + * + * @param {String} rawHeaders Headers needing to be parsed + * + * @returns {Object} Headers parsed into an object + */ +export default rawHeaders => { + const parsed = {}; + let key; + let val; + let i; + + rawHeaders && rawHeaders.split('\n').forEach(function parser(line) { + i = line.indexOf(':'); + key = line.substring(0, i).trim().toLowerCase(); + val = line.substring(i + 1).trim(); + + if (!key || (parsed[key] && ignoreDuplicateOf[key])) { + return; + } + + if (key === 'set-cookie') { + if (parsed[key]) { + parsed[key].push(val); + } else { + parsed[key] = [val]; + } + } else { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + }); + + return parsed; +}; diff --git a/server/node_modules/axios/lib/helpers/parseProtocol.js b/server/node_modules/axios/lib/helpers/parseProtocol.js new file mode 100644 index 000000000..586ec9647 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/parseProtocol.js @@ -0,0 +1,6 @@ +'use strict'; + +export default function parseProtocol(url) { + const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url); + return match && match[1] || ''; +} diff --git a/server/node_modules/axios/lib/helpers/progressEventReducer.js b/server/node_modules/axios/lib/helpers/progressEventReducer.js new file mode 100644 index 000000000..ff601cc4f --- /dev/null +++ b/server/node_modules/axios/lib/helpers/progressEventReducer.js @@ -0,0 +1,44 @@ +import speedometer from "./speedometer.js"; +import throttle from "./throttle.js"; +import utils from "../utils.js"; + +export const progressEventReducer = (listener, isDownloadStream, freq = 3) => { + let bytesNotified = 0; + const _speedometer = speedometer(50, 250); + + return throttle(e => { + const loaded = e.loaded; + const total = e.lengthComputable ? e.total : undefined; + const progressBytes = loaded - bytesNotified; + const rate = _speedometer(progressBytes); + const inRange = loaded <= total; + + bytesNotified = loaded; + + const data = { + loaded, + total, + progress: total ? (loaded / total) : undefined, + bytes: progressBytes, + rate: rate ? rate : undefined, + estimated: rate && total && inRange ? (total - loaded) / rate : undefined, + event: e, + lengthComputable: total != null, + [isDownloadStream ? 'download' : 'upload']: true + }; + + listener(data); + }, freq); +} + +export const progressEventDecorator = (total, throttled) => { + const lengthComputable = total != null; + + return [(loaded) => throttled[0]({ + lengthComputable, + total, + loaded + }), throttled[1]]; +} + +export const asyncDecorator = (fn) => (...args) => utils.asap(() => fn(...args)); diff --git a/server/node_modules/axios/lib/helpers/readBlob.js b/server/node_modules/axios/lib/helpers/readBlob.js new file mode 100644 index 000000000..6de748e8e --- /dev/null +++ b/server/node_modules/axios/lib/helpers/readBlob.js @@ -0,0 +1,15 @@ +const {asyncIterator} = Symbol; + +const readBlob = async function* (blob) { + if (blob.stream) { + yield* blob.stream() + } else if (blob.arrayBuffer) { + yield await blob.arrayBuffer() + } else if (blob[asyncIterator]) { + yield* blob[asyncIterator](); + } else { + yield blob; + } +} + +export default readBlob; diff --git a/server/node_modules/axios/lib/helpers/resolveConfig.js b/server/node_modules/axios/lib/helpers/resolveConfig.js new file mode 100644 index 000000000..7b16882e7 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/resolveConfig.js @@ -0,0 +1,57 @@ +import platform from "../platform/index.js"; +import utils from "../utils.js"; +import isURLSameOrigin from "./isURLSameOrigin.js"; +import cookies from "./cookies.js"; +import buildFullPath from "../core/buildFullPath.js"; +import mergeConfig from "../core/mergeConfig.js"; +import AxiosHeaders from "../core/AxiosHeaders.js"; +import buildURL from "./buildURL.js"; + +export default (config) => { + const newConfig = mergeConfig({}, config); + + let {data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth} = newConfig; + + newConfig.headers = headers = AxiosHeaders.from(headers); + + newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer); + + // HTTP basic authentication + if (auth) { + headers.set('Authorization', 'Basic ' + + btoa((auth.username || '') + ':' + (auth.password ? unescape(encodeURIComponent(auth.password)) : '')) + ); + } + + let contentType; + + if (utils.isFormData(data)) { + if (platform.hasStandardBrowserEnv || platform.hasStandardBrowserWebWorkerEnv) { + headers.setContentType(undefined); // Let the browser set it + } else if ((contentType = headers.getContentType()) !== false) { + // fix semicolon duplication issue for ReactNative FormData implementation + const [type, ...tokens] = contentType ? contentType.split(';').map(token => token.trim()).filter(Boolean) : []; + headers.setContentType([type || 'multipart/form-data', ...tokens].join('; ')); + } + } + + // Add xsrf header + // This is only done if running in a standard browser environment. + // Specifically not if we're in a web worker, or react-native. + + if (platform.hasStandardBrowserEnv) { + withXSRFToken && utils.isFunction(withXSRFToken) && (withXSRFToken = withXSRFToken(newConfig)); + + if (withXSRFToken || (withXSRFToken !== false && isURLSameOrigin(newConfig.url))) { + // Add xsrf header + const xsrfValue = xsrfHeaderName && xsrfCookieName && cookies.read(xsrfCookieName); + + if (xsrfValue) { + headers.set(xsrfHeaderName, xsrfValue); + } + } + } + + return newConfig; +} + diff --git a/server/node_modules/axios/lib/helpers/speedometer.js b/server/node_modules/axios/lib/helpers/speedometer.js new file mode 100644 index 000000000..3b3c6662f --- /dev/null +++ b/server/node_modules/axios/lib/helpers/speedometer.js @@ -0,0 +1,55 @@ +'use strict'; + +/** + * Calculate data maxRate + * @param {Number} [samplesCount= 10] + * @param {Number} [min= 1000] + * @returns {Function} + */ +function speedometer(samplesCount, min) { + samplesCount = samplesCount || 10; + const bytes = new Array(samplesCount); + const timestamps = new Array(samplesCount); + let head = 0; + let tail = 0; + let firstSampleTS; + + min = min !== undefined ? min : 1000; + + return function push(chunkLength) { + const now = Date.now(); + + const startedAt = timestamps[tail]; + + if (!firstSampleTS) { + firstSampleTS = now; + } + + bytes[head] = chunkLength; + timestamps[head] = now; + + let i = tail; + let bytesCount = 0; + + while (i !== head) { + bytesCount += bytes[i++]; + i = i % samplesCount; + } + + head = (head + 1) % samplesCount; + + if (head === tail) { + tail = (tail + 1) % samplesCount; + } + + if (now - firstSampleTS < min) { + return; + } + + const passed = startedAt && now - startedAt; + + return passed ? Math.round(bytesCount * 1000 / passed) : undefined; + }; +} + +export default speedometer; diff --git a/server/node_modules/axios/lib/helpers/spread.js b/server/node_modules/axios/lib/helpers/spread.js new file mode 100644 index 000000000..13479cb25 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/spread.js @@ -0,0 +1,28 @@ +'use strict'; + +/** + * Syntactic sugar for invoking a function and expanding an array for arguments. + * + * Common use case would be to use `Function.prototype.apply`. + * + * ```js + * function f(x, y, z) {} + * var args = [1, 2, 3]; + * f.apply(null, args); + * ``` + * + * With `spread` this example can be re-written. + * + * ```js + * spread(function(x, y, z) {})([1, 2, 3]); + * ``` + * + * @param {Function} callback + * + * @returns {Function} + */ +export default function spread(callback) { + return function wrap(arr) { + return callback.apply(null, arr); + }; +} diff --git a/server/node_modules/axios/lib/helpers/throttle.js b/server/node_modules/axios/lib/helpers/throttle.js new file mode 100644 index 000000000..e2562720c --- /dev/null +++ b/server/node_modules/axios/lib/helpers/throttle.js @@ -0,0 +1,44 @@ +/** + * Throttle decorator + * @param {Function} fn + * @param {Number} freq + * @return {Function} + */ +function throttle(fn, freq) { + let timestamp = 0; + let threshold = 1000 / freq; + let lastArgs; + let timer; + + const invoke = (args, now = Date.now()) => { + timestamp = now; + lastArgs = null; + if (timer) { + clearTimeout(timer); + timer = null; + } + fn.apply(null, args); + } + + const throttled = (...args) => { + const now = Date.now(); + const passed = now - timestamp; + if ( passed >= threshold) { + invoke(args, now); + } else { + lastArgs = args; + if (!timer) { + timer = setTimeout(() => { + timer = null; + invoke(lastArgs) + }, threshold - passed); + } + } + } + + const flush = () => lastArgs && invoke(lastArgs); + + return [throttled, flush]; +} + +export default throttle; diff --git a/server/node_modules/axios/lib/helpers/toFormData.js b/server/node_modules/axios/lib/helpers/toFormData.js new file mode 100644 index 000000000..a41e966c0 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/toFormData.js @@ -0,0 +1,219 @@ +'use strict'; + +import utils from '../utils.js'; +import AxiosError from '../core/AxiosError.js'; +// temporary hotfix to avoid circular references until AxiosURLSearchParams is refactored +import PlatformFormData from '../platform/node/classes/FormData.js'; + +/** + * Determines if the given thing is a array or js object. + * + * @param {string} thing - The object or array to be visited. + * + * @returns {boolean} + */ +function isVisitable(thing) { + return utils.isPlainObject(thing) || utils.isArray(thing); +} + +/** + * It removes the brackets from the end of a string + * + * @param {string} key - The key of the parameter. + * + * @returns {string} the key without the brackets. + */ +function removeBrackets(key) { + return utils.endsWith(key, '[]') ? key.slice(0, -2) : key; +} + +/** + * It takes a path, a key, and a boolean, and returns a string + * + * @param {string} path - The path to the current key. + * @param {string} key - The key of the current object being iterated over. + * @param {string} dots - If true, the key will be rendered with dots instead of brackets. + * + * @returns {string} The path to the current key. + */ +function renderKey(path, key, dots) { + if (!path) return key; + return path.concat(key).map(function each(token, i) { + // eslint-disable-next-line no-param-reassign + token = removeBrackets(token); + return !dots && i ? '[' + token + ']' : token; + }).join(dots ? '.' : ''); +} + +/** + * If the array is an array and none of its elements are visitable, then it's a flat array. + * + * @param {Array} arr - The array to check + * + * @returns {boolean} + */ +function isFlatArray(arr) { + return utils.isArray(arr) && !arr.some(isVisitable); +} + +const predicates = utils.toFlatObject(utils, {}, null, function filter(prop) { + return /^is[A-Z]/.test(prop); +}); + +/** + * Convert a data object to FormData + * + * @param {Object} obj + * @param {?Object} [formData] + * @param {?Object} [options] + * @param {Function} [options.visitor] + * @param {Boolean} [options.metaTokens = true] + * @param {Boolean} [options.dots = false] + * @param {?Boolean} [options.indexes = false] + * + * @returns {Object} + **/ + +/** + * It converts an object into a FormData object + * + * @param {Object} obj - The object to convert to form data. + * @param {string} formData - The FormData object to append to. + * @param {Object} options + * + * @returns + */ +function toFormData(obj, formData, options) { + if (!utils.isObject(obj)) { + throw new TypeError('target must be an object'); + } + + // eslint-disable-next-line no-param-reassign + formData = formData || new (PlatformFormData || FormData)(); + + // eslint-disable-next-line no-param-reassign + options = utils.toFlatObject(options, { + metaTokens: true, + dots: false, + indexes: false + }, false, function defined(option, source) { + // eslint-disable-next-line no-eq-null,eqeqeq + return !utils.isUndefined(source[option]); + }); + + const metaTokens = options.metaTokens; + // eslint-disable-next-line no-use-before-define + const visitor = options.visitor || defaultVisitor; + const dots = options.dots; + const indexes = options.indexes; + const _Blob = options.Blob || typeof Blob !== 'undefined' && Blob; + const useBlob = _Blob && utils.isSpecCompliantForm(formData); + + if (!utils.isFunction(visitor)) { + throw new TypeError('visitor must be a function'); + } + + function convertValue(value) { + if (value === null) return ''; + + if (utils.isDate(value)) { + return value.toISOString(); + } + + if (!useBlob && utils.isBlob(value)) { + throw new AxiosError('Blob is not supported. Use a Buffer instead.'); + } + + if (utils.isArrayBuffer(value) || utils.isTypedArray(value)) { + return useBlob && typeof Blob === 'function' ? new Blob([value]) : Buffer.from(value); + } + + return value; + } + + /** + * Default visitor. + * + * @param {*} value + * @param {String|Number} key + * @param {Array} path + * @this {FormData} + * + * @returns {boolean} return true to visit the each prop of the value recursively + */ + function defaultVisitor(value, key, path) { + let arr = value; + + if (value && !path && typeof value === 'object') { + if (utils.endsWith(key, '{}')) { + // eslint-disable-next-line no-param-reassign + key = metaTokens ? key : key.slice(0, -2); + // eslint-disable-next-line no-param-reassign + value = JSON.stringify(value); + } else if ( + (utils.isArray(value) && isFlatArray(value)) || + ((utils.isFileList(value) || utils.endsWith(key, '[]')) && (arr = utils.toArray(value)) + )) { + // eslint-disable-next-line no-param-reassign + key = removeBrackets(key); + + arr.forEach(function each(el, index) { + !(utils.isUndefined(el) || el === null) && formData.append( + // eslint-disable-next-line no-nested-ternary + indexes === true ? renderKey([key], index, dots) : (indexes === null ? key : key + '[]'), + convertValue(el) + ); + }); + return false; + } + } + + if (isVisitable(value)) { + return true; + } + + formData.append(renderKey(path, key, dots), convertValue(value)); + + return false; + } + + const stack = []; + + const exposedHelpers = Object.assign(predicates, { + defaultVisitor, + convertValue, + isVisitable + }); + + function build(value, path) { + if (utils.isUndefined(value)) return; + + if (stack.indexOf(value) !== -1) { + throw Error('Circular reference detected in ' + path.join('.')); + } + + stack.push(value); + + utils.forEach(value, function each(el, key) { + const result = !(utils.isUndefined(el) || el === null) && visitor.call( + formData, el, utils.isString(key) ? key.trim() : key, path, exposedHelpers + ); + + if (result === true) { + build(el, path ? path.concat(key) : [key]); + } + }); + + stack.pop(); + } + + if (!utils.isObject(obj)) { + throw new TypeError('data must be an object'); + } + + build(obj); + + return formData; +} + +export default toFormData; diff --git a/server/node_modules/axios/lib/helpers/toURLEncodedForm.js b/server/node_modules/axios/lib/helpers/toURLEncodedForm.js new file mode 100644 index 000000000..988a38a16 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/toURLEncodedForm.js @@ -0,0 +1,18 @@ +'use strict'; + +import utils from '../utils.js'; +import toFormData from './toFormData.js'; +import platform from '../platform/index.js'; + +export default function toURLEncodedForm(data, options) { + return toFormData(data, new platform.classes.URLSearchParams(), Object.assign({ + visitor: function(value, key, path, helpers) { + if (platform.isNode && utils.isBuffer(value)) { + this.append(key, value.toString('base64')); + return false; + } + + return helpers.defaultVisitor.apply(this, arguments); + } + }, options)); +} diff --git a/server/node_modules/axios/lib/helpers/trackStream.js b/server/node_modules/axios/lib/helpers/trackStream.js new file mode 100644 index 000000000..95d60081f --- /dev/null +++ b/server/node_modules/axios/lib/helpers/trackStream.js @@ -0,0 +1,87 @@ + +export const streamChunk = function* (chunk, chunkSize) { + let len = chunk.byteLength; + + if (!chunkSize || len < chunkSize) { + yield chunk; + return; + } + + let pos = 0; + let end; + + while (pos < len) { + end = pos + chunkSize; + yield chunk.slice(pos, end); + pos = end; + } +} + +export const readBytes = async function* (iterable, chunkSize) { + for await (const chunk of readStream(iterable)) { + yield* streamChunk(chunk, chunkSize); + } +} + +const readStream = async function* (stream) { + if (stream[Symbol.asyncIterator]) { + yield* stream; + return; + } + + const reader = stream.getReader(); + try { + for (;;) { + const {done, value} = await reader.read(); + if (done) { + break; + } + yield value; + } + } finally { + await reader.cancel(); + } +} + +export const trackStream = (stream, chunkSize, onProgress, onFinish) => { + const iterator = readBytes(stream, chunkSize); + + let bytes = 0; + let done; + let _onFinish = (e) => { + if (!done) { + done = true; + onFinish && onFinish(e); + } + } + + return new ReadableStream({ + async pull(controller) { + try { + const {done, value} = await iterator.next(); + + if (done) { + _onFinish(); + controller.close(); + return; + } + + let len = value.byteLength; + if (onProgress) { + let loadedBytes = bytes += len; + onProgress(loadedBytes); + } + controller.enqueue(new Uint8Array(value)); + } catch (err) { + _onFinish(err); + throw err; + } + }, + cancel(reason) { + _onFinish(reason); + return iterator.return(); + } + }, { + highWaterMark: 2 + }) +} diff --git a/server/node_modules/axios/lib/helpers/validator.js b/server/node_modules/axios/lib/helpers/validator.js new file mode 100644 index 000000000..127056872 --- /dev/null +++ b/server/node_modules/axios/lib/helpers/validator.js @@ -0,0 +1,99 @@ +'use strict'; + +import {VERSION} from '../env/data.js'; +import AxiosError from '../core/AxiosError.js'; + +const validators = {}; + +// eslint-disable-next-line func-names +['object', 'boolean', 'number', 'function', 'string', 'symbol'].forEach((type, i) => { + validators[type] = function validator(thing) { + return typeof thing === type || 'a' + (i < 1 ? 'n ' : ' ') + type; + }; +}); + +const deprecatedWarnings = {}; + +/** + * Transitional option validator + * + * @param {function|boolean?} validator - set to false if the transitional option has been removed + * @param {string?} version - deprecated version / removed since version + * @param {string?} message - some message with additional info + * + * @returns {function} + */ +validators.transitional = function transitional(validator, version, message) { + function formatMessage(opt, desc) { + return '[Axios v' + VERSION + '] Transitional option \'' + opt + '\'' + desc + (message ? '. ' + message : ''); + } + + // eslint-disable-next-line func-names + return (value, opt, opts) => { + if (validator === false) { + throw new AxiosError( + formatMessage(opt, ' has been removed' + (version ? ' in ' + version : '')), + AxiosError.ERR_DEPRECATED + ); + } + + if (version && !deprecatedWarnings[opt]) { + deprecatedWarnings[opt] = true; + // eslint-disable-next-line no-console + console.warn( + formatMessage( + opt, + ' has been deprecated since v' + version + ' and will be removed in the near future' + ) + ); + } + + return validator ? validator(value, opt, opts) : true; + }; +}; + +validators.spelling = function spelling(correctSpelling) { + return (value, opt) => { + // eslint-disable-next-line no-console + console.warn(`${opt} is likely a misspelling of ${correctSpelling}`); + return true; + } +}; + +/** + * Assert object's properties type + * + * @param {object} options + * @param {object} schema + * @param {boolean?} allowUnknown + * + * @returns {object} + */ + +function assertOptions(options, schema, allowUnknown) { + if (typeof options !== 'object') { + throw new AxiosError('options must be an object', AxiosError.ERR_BAD_OPTION_VALUE); + } + const keys = Object.keys(options); + let i = keys.length; + while (i-- > 0) { + const opt = keys[i]; + const validator = schema[opt]; + if (validator) { + const value = options[opt]; + const result = value === undefined || validator(value, opt, options); + if (result !== true) { + throw new AxiosError('option ' + opt + ' must be ' + result, AxiosError.ERR_BAD_OPTION_VALUE); + } + continue; + } + if (allowUnknown !== true) { + throw new AxiosError('Unknown option ' + opt, AxiosError.ERR_BAD_OPTION); + } + } +} + +export default { + assertOptions, + validators +}; diff --git a/server/node_modules/axios/lib/platform/browser/classes/Blob.js b/server/node_modules/axios/lib/platform/browser/classes/Blob.js new file mode 100644 index 000000000..6c506c48a --- /dev/null +++ b/server/node_modules/axios/lib/platform/browser/classes/Blob.js @@ -0,0 +1,3 @@ +'use strict' + +export default typeof Blob !== 'undefined' ? Blob : null diff --git a/server/node_modules/axios/lib/platform/browser/classes/FormData.js b/server/node_modules/axios/lib/platform/browser/classes/FormData.js new file mode 100644 index 000000000..f36d31b29 --- /dev/null +++ b/server/node_modules/axios/lib/platform/browser/classes/FormData.js @@ -0,0 +1,3 @@ +'use strict'; + +export default typeof FormData !== 'undefined' ? FormData : null; diff --git a/server/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js b/server/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js new file mode 100644 index 000000000..b7dae9533 --- /dev/null +++ b/server/node_modules/axios/lib/platform/browser/classes/URLSearchParams.js @@ -0,0 +1,4 @@ +'use strict'; + +import AxiosURLSearchParams from '../../../helpers/AxiosURLSearchParams.js'; +export default typeof URLSearchParams !== 'undefined' ? URLSearchParams : AxiosURLSearchParams; diff --git a/server/node_modules/axios/lib/platform/browser/index.js b/server/node_modules/axios/lib/platform/browser/index.js new file mode 100644 index 000000000..08c206f3c --- /dev/null +++ b/server/node_modules/axios/lib/platform/browser/index.js @@ -0,0 +1,13 @@ +import URLSearchParams from './classes/URLSearchParams.js' +import FormData from './classes/FormData.js' +import Blob from './classes/Blob.js' + +export default { + isBrowser: true, + classes: { + URLSearchParams, + FormData, + Blob + }, + protocols: ['http', 'https', 'file', 'blob', 'url', 'data'] +}; diff --git a/server/node_modules/axios/lib/platform/common/utils.js b/server/node_modules/axios/lib/platform/common/utils.js new file mode 100644 index 000000000..52a3186e3 --- /dev/null +++ b/server/node_modules/axios/lib/platform/common/utils.js @@ -0,0 +1,51 @@ +const hasBrowserEnv = typeof window !== 'undefined' && typeof document !== 'undefined'; + +const _navigator = typeof navigator === 'object' && navigator || undefined; + +/** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + * nativescript + * navigator.product -> 'NativeScript' or 'NS' + * + * @returns {boolean} + */ +const hasStandardBrowserEnv = hasBrowserEnv && + (!_navigator || ['ReactNative', 'NativeScript', 'NS'].indexOf(_navigator.product) < 0); + +/** + * Determine if we're running in a standard browser webWorker environment + * + * Although the `isStandardBrowserEnv` method indicates that + * `allows axios to run in a web worker`, the WebWorker will still be + * filtered out due to its judgment standard + * `typeof window !== 'undefined' && typeof document !== 'undefined'`. + * This leads to a problem when axios post `FormData` in webWorker + */ +const hasStandardBrowserWebWorkerEnv = (() => { + return ( + typeof WorkerGlobalScope !== 'undefined' && + // eslint-disable-next-line no-undef + self instanceof WorkerGlobalScope && + typeof self.importScripts === 'function' + ); +})(); + +const origin = hasBrowserEnv && window.location.href || 'http://localhost'; + +export { + hasBrowserEnv, + hasStandardBrowserWebWorkerEnv, + hasStandardBrowserEnv, + _navigator as navigator, + origin +} diff --git a/server/node_modules/axios/lib/platform/index.js b/server/node_modules/axios/lib/platform/index.js new file mode 100644 index 000000000..860ba21a1 --- /dev/null +++ b/server/node_modules/axios/lib/platform/index.js @@ -0,0 +1,7 @@ +import platform from './node/index.js'; +import * as utils from './common/utils.js'; + +export default { + ...utils, + ...platform +} diff --git a/server/node_modules/axios/lib/platform/node/classes/FormData.js b/server/node_modules/axios/lib/platform/node/classes/FormData.js new file mode 100644 index 000000000..b07f9476d --- /dev/null +++ b/server/node_modules/axios/lib/platform/node/classes/FormData.js @@ -0,0 +1,3 @@ +import FormData from 'form-data'; + +export default FormData; diff --git a/server/node_modules/axios/lib/platform/node/classes/URLSearchParams.js b/server/node_modules/axios/lib/platform/node/classes/URLSearchParams.js new file mode 100644 index 000000000..fba584289 --- /dev/null +++ b/server/node_modules/axios/lib/platform/node/classes/URLSearchParams.js @@ -0,0 +1,4 @@ +'use strict'; + +import url from 'url'; +export default url.URLSearchParams; diff --git a/server/node_modules/axios/lib/platform/node/index.js b/server/node_modules/axios/lib/platform/node/index.js new file mode 100644 index 000000000..cd1ca0c45 --- /dev/null +++ b/server/node_modules/axios/lib/platform/node/index.js @@ -0,0 +1,38 @@ +import crypto from 'crypto'; +import URLSearchParams from './classes/URLSearchParams.js' +import FormData from './classes/FormData.js' + +const ALPHA = 'abcdefghijklmnopqrstuvwxyz' + +const DIGIT = '0123456789'; + +const ALPHABET = { + DIGIT, + ALPHA, + ALPHA_DIGIT: ALPHA + ALPHA.toUpperCase() + DIGIT +} + +const generateString = (size = 16, alphabet = ALPHABET.ALPHA_DIGIT) => { + let str = ''; + const {length} = alphabet; + const randomValues = new Uint32Array(size); + crypto.randomFillSync(randomValues); + for (let i = 0; i < size; i++) { + str += alphabet[randomValues[i] % length]; + } + + return str; +} + + +export default { + isNode: true, + classes: { + URLSearchParams, + FormData, + Blob: typeof Blob !== 'undefined' && Blob || null + }, + ALPHABET, + generateString, + protocols: [ 'http', 'https', 'file', 'data' ] +}; diff --git a/server/node_modules/axios/lib/utils.js b/server/node_modules/axios/lib/utils.js new file mode 100644 index 000000000..c48eb1ecf --- /dev/null +++ b/server/node_modules/axios/lib/utils.js @@ -0,0 +1,738 @@ +'use strict'; + +import bind from './helpers/bind.js'; + +// utils is a library of generic helper functions non-specific to axios + +const {toString} = Object.prototype; +const {getPrototypeOf} = Object; + +const kindOf = (cache => thing => { + const str = toString.call(thing); + return cache[str] || (cache[str] = str.slice(8, -1).toLowerCase()); +})(Object.create(null)); + +const kindOfTest = (type) => { + type = type.toLowerCase(); + return (thing) => kindOf(thing) === type +} + +const typeOfTest = type => thing => typeof thing === type; + +/** + * Determine if a value is an Array + * + * @param {Object} val The value to test + * + * @returns {boolean} True if value is an Array, otherwise false + */ +const {isArray} = Array; + +/** + * Determine if a value is undefined + * + * @param {*} val The value to test + * + * @returns {boolean} True if the value is undefined, otherwise false + */ +const isUndefined = typeOfTest('undefined'); + +/** + * Determine if a value is a Buffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Buffer, otherwise false + */ +function isBuffer(val) { + return val !== null && !isUndefined(val) && val.constructor !== null && !isUndefined(val.constructor) + && isFunction(val.constructor.isBuffer) && val.constructor.isBuffer(val); +} + +/** + * Determine if a value is an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is an ArrayBuffer, otherwise false + */ +const isArrayBuffer = kindOfTest('ArrayBuffer'); + + +/** + * Determine if a value is a view on an ArrayBuffer + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false + */ +function isArrayBufferView(val) { + let result; + if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) { + result = ArrayBuffer.isView(val); + } else { + result = (val) && (val.buffer) && (isArrayBuffer(val.buffer)); + } + return result; +} + +/** + * Determine if a value is a String + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a String, otherwise false + */ +const isString = typeOfTest('string'); + +/** + * Determine if a value is a Function + * + * @param {*} val The value to test + * @returns {boolean} True if value is a Function, otherwise false + */ +const isFunction = typeOfTest('function'); + +/** + * Determine if a value is a Number + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Number, otherwise false + */ +const isNumber = typeOfTest('number'); + +/** + * Determine if a value is an Object + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an Object, otherwise false + */ +const isObject = (thing) => thing !== null && typeof thing === 'object'; + +/** + * Determine if a value is a Boolean + * + * @param {*} thing The value to test + * @returns {boolean} True if value is a Boolean, otherwise false + */ +const isBoolean = thing => thing === true || thing === false; + +/** + * Determine if a value is a plain Object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a plain Object, otherwise false + */ +const isPlainObject = (val) => { + if (kindOf(val) !== 'object') { + return false; + } + + const prototype = getPrototypeOf(val); + return (prototype === null || prototype === Object.prototype || Object.getPrototypeOf(prototype) === null) && !(Symbol.toStringTag in val) && !(Symbol.iterator in val); +} + +/** + * Determine if a value is a Date + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Date, otherwise false + */ +const isDate = kindOfTest('Date'); + +/** + * Determine if a value is a File + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFile = kindOfTest('File'); + +/** + * Determine if a value is a Blob + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Blob, otherwise false + */ +const isBlob = kindOfTest('Blob'); + +/** + * Determine if a value is a FileList + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a File, otherwise false + */ +const isFileList = kindOfTest('FileList'); + +/** + * Determine if a value is a Stream + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a Stream, otherwise false + */ +const isStream = (val) => isObject(val) && isFunction(val.pipe); + +/** + * Determine if a value is a FormData + * + * @param {*} thing The value to test + * + * @returns {boolean} True if value is an FormData, otherwise false + */ +const isFormData = (thing) => { + let kind; + return thing && ( + (typeof FormData === 'function' && thing instanceof FormData) || ( + isFunction(thing.append) && ( + (kind = kindOf(thing)) === 'formdata' || + // detect form-data instance + (kind === 'object' && isFunction(thing.toString) && thing.toString() === '[object FormData]') + ) + ) + ) +} + +/** + * Determine if a value is a URLSearchParams object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a URLSearchParams object, otherwise false + */ +const isURLSearchParams = kindOfTest('URLSearchParams'); + +const [isReadableStream, isRequest, isResponse, isHeaders] = ['ReadableStream', 'Request', 'Response', 'Headers'].map(kindOfTest); + +/** + * Trim excess whitespace off the beginning and end of a string + * + * @param {String} str The String to trim + * + * @returns {String} The String freed of excess whitespace + */ +const trim = (str) => str.trim ? + str.trim() : str.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g, ''); + +/** + * Iterate over an Array or an Object invoking a function for each item. + * + * If `obj` is an Array callback will be called passing + * the value, index, and complete array for each item. + * + * If 'obj' is an Object callback will be called passing + * the value, key, and complete object for each property. + * + * @param {Object|Array} obj The object to iterate + * @param {Function} fn The callback to invoke for each item + * + * @param {Boolean} [allOwnKeys = false] + * @returns {any} + */ +function forEach(obj, fn, {allOwnKeys = false} = {}) { + // Don't bother if no value provided + if (obj === null || typeof obj === 'undefined') { + return; + } + + let i; + let l; + + // Force an array if not already something iterable + if (typeof obj !== 'object') { + /*eslint no-param-reassign:0*/ + obj = [obj]; + } + + if (isArray(obj)) { + // Iterate over array values + for (i = 0, l = obj.length; i < l; i++) { + fn.call(null, obj[i], i, obj); + } + } else { + // Iterate over object keys + const keys = allOwnKeys ? Object.getOwnPropertyNames(obj) : Object.keys(obj); + const len = keys.length; + let key; + + for (i = 0; i < len; i++) { + key = keys[i]; + fn.call(null, obj[key], key, obj); + } + } +} + +function findKey(obj, key) { + key = key.toLowerCase(); + const keys = Object.keys(obj); + let i = keys.length; + let _key; + while (i-- > 0) { + _key = keys[i]; + if (key === _key.toLowerCase()) { + return _key; + } + } + return null; +} + +const _global = (() => { + /*eslint no-undef:0*/ + if (typeof globalThis !== "undefined") return globalThis; + return typeof self !== "undefined" ? self : (typeof window !== 'undefined' ? window : global) +})(); + +const isContextDefined = (context) => !isUndefined(context) && context !== _global; + +/** + * Accepts varargs expecting each argument to be an object, then + * immutably merges the properties of each object and returns result. + * + * When multiple objects contain the same key the later object in + * the arguments list will take precedence. + * + * Example: + * + * ```js + * var result = merge({foo: 123}, {foo: 456}); + * console.log(result.foo); // outputs 456 + * ``` + * + * @param {Object} obj1 Object to merge + * + * @returns {Object} Result of all merge properties + */ +function merge(/* obj1, obj2, obj3, ... */) { + const {caseless} = isContextDefined(this) && this || {}; + const result = {}; + const assignValue = (val, key) => { + const targetKey = caseless && findKey(result, key) || key; + if (isPlainObject(result[targetKey]) && isPlainObject(val)) { + result[targetKey] = merge(result[targetKey], val); + } else if (isPlainObject(val)) { + result[targetKey] = merge({}, val); + } else if (isArray(val)) { + result[targetKey] = val.slice(); + } else { + result[targetKey] = val; + } + } + + for (let i = 0, l = arguments.length; i < l; i++) { + arguments[i] && forEach(arguments[i], assignValue); + } + return result; +} + +/** + * Extends object a by mutably adding to it the properties of object b. + * + * @param {Object} a The object to be extended + * @param {Object} b The object to copy properties from + * @param {Object} thisArg The object to bind function to + * + * @param {Boolean} [allOwnKeys] + * @returns {Object} The resulting value of object a + */ +const extend = (a, b, thisArg, {allOwnKeys}= {}) => { + forEach(b, (val, key) => { + if (thisArg && isFunction(val)) { + a[key] = bind(val, thisArg); + } else { + a[key] = val; + } + }, {allOwnKeys}); + return a; +} + +/** + * Remove byte order marker. This catches EF BB BF (the UTF-8 BOM) + * + * @param {string} content with BOM + * + * @returns {string} content value without BOM + */ +const stripBOM = (content) => { + if (content.charCodeAt(0) === 0xFEFF) { + content = content.slice(1); + } + return content; +} + +/** + * Inherit the prototype methods from one constructor into another + * @param {function} constructor + * @param {function} superConstructor + * @param {object} [props] + * @param {object} [descriptors] + * + * @returns {void} + */ +const inherits = (constructor, superConstructor, props, descriptors) => { + constructor.prototype = Object.create(superConstructor.prototype, descriptors); + constructor.prototype.constructor = constructor; + Object.defineProperty(constructor, 'super', { + value: superConstructor.prototype + }); + props && Object.assign(constructor.prototype, props); +} + +/** + * Resolve object with deep prototype chain to a flat object + * @param {Object} sourceObj source object + * @param {Object} [destObj] + * @param {Function|Boolean} [filter] + * @param {Function} [propFilter] + * + * @returns {Object} + */ +const toFlatObject = (sourceObj, destObj, filter, propFilter) => { + let props; + let i; + let prop; + const merged = {}; + + destObj = destObj || {}; + // eslint-disable-next-line no-eq-null,eqeqeq + if (sourceObj == null) return destObj; + + do { + props = Object.getOwnPropertyNames(sourceObj); + i = props.length; + while (i-- > 0) { + prop = props[i]; + if ((!propFilter || propFilter(prop, sourceObj, destObj)) && !merged[prop]) { + destObj[prop] = sourceObj[prop]; + merged[prop] = true; + } + } + sourceObj = filter !== false && getPrototypeOf(sourceObj); + } while (sourceObj && (!filter || filter(sourceObj, destObj)) && sourceObj !== Object.prototype); + + return destObj; +} + +/** + * Determines whether a string ends with the characters of a specified string + * + * @param {String} str + * @param {String} searchString + * @param {Number} [position= 0] + * + * @returns {boolean} + */ +const endsWith = (str, searchString, position) => { + str = String(str); + if (position === undefined || position > str.length) { + position = str.length; + } + position -= searchString.length; + const lastIndex = str.indexOf(searchString, position); + return lastIndex !== -1 && lastIndex === position; +} + + +/** + * Returns new array from array like object or null if failed + * + * @param {*} [thing] + * + * @returns {?Array} + */ +const toArray = (thing) => { + if (!thing) return null; + if (isArray(thing)) return thing; + let i = thing.length; + if (!isNumber(i)) return null; + const arr = new Array(i); + while (i-- > 0) { + arr[i] = thing[i]; + } + return arr; +} + +/** + * Checking if the Uint8Array exists and if it does, it returns a function that checks if the + * thing passed in is an instance of Uint8Array + * + * @param {TypedArray} + * + * @returns {Array} + */ +// eslint-disable-next-line func-names +const isTypedArray = (TypedArray => { + // eslint-disable-next-line func-names + return thing => { + return TypedArray && thing instanceof TypedArray; + }; +})(typeof Uint8Array !== 'undefined' && getPrototypeOf(Uint8Array)); + +/** + * For each entry in the object, call the function with the key and value. + * + * @param {Object} obj - The object to iterate over. + * @param {Function} fn - The function to call for each entry. + * + * @returns {void} + */ +const forEachEntry = (obj, fn) => { + const generator = obj && obj[Symbol.iterator]; + + const iterator = generator.call(obj); + + let result; + + while ((result = iterator.next()) && !result.done) { + const pair = result.value; + fn.call(obj, pair[0], pair[1]); + } +} + +/** + * It takes a regular expression and a string, and returns an array of all the matches + * + * @param {string} regExp - The regular expression to match against. + * @param {string} str - The string to search. + * + * @returns {Array} + */ +const matchAll = (regExp, str) => { + let matches; + const arr = []; + + while ((matches = regExp.exec(str)) !== null) { + arr.push(matches); + } + + return arr; +} + +/* Checking if the kindOfTest function returns true when passed an HTMLFormElement. */ +const isHTMLForm = kindOfTest('HTMLFormElement'); + +const toCamelCase = str => { + return str.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g, + function replacer(m, p1, p2) { + return p1.toUpperCase() + p2; + } + ); +}; + +/* Creating a function that will check if an object has a property. */ +const hasOwnProperty = (({hasOwnProperty}) => (obj, prop) => hasOwnProperty.call(obj, prop))(Object.prototype); + +/** + * Determine if a value is a RegExp object + * + * @param {*} val The value to test + * + * @returns {boolean} True if value is a RegExp object, otherwise false + */ +const isRegExp = kindOfTest('RegExp'); + +const reduceDescriptors = (obj, reducer) => { + const descriptors = Object.getOwnPropertyDescriptors(obj); + const reducedDescriptors = {}; + + forEach(descriptors, (descriptor, name) => { + let ret; + if ((ret = reducer(descriptor, name, obj)) !== false) { + reducedDescriptors[name] = ret || descriptor; + } + }); + + Object.defineProperties(obj, reducedDescriptors); +} + +/** + * Makes all methods read-only + * @param {Object} obj + */ + +const freezeMethods = (obj) => { + reduceDescriptors(obj, (descriptor, name) => { + // skip restricted props in strict mode + if (isFunction(obj) && ['arguments', 'caller', 'callee'].indexOf(name) !== -1) { + return false; + } + + const value = obj[name]; + + if (!isFunction(value)) return; + + descriptor.enumerable = false; + + if ('writable' in descriptor) { + descriptor.writable = false; + return; + } + + if (!descriptor.set) { + descriptor.set = () => { + throw Error('Can not rewrite read-only method \'' + name + '\''); + }; + } + }); +} + +const toObjectSet = (arrayOrString, delimiter) => { + const obj = {}; + + const define = (arr) => { + arr.forEach(value => { + obj[value] = true; + }); + } + + isArray(arrayOrString) ? define(arrayOrString) : define(String(arrayOrString).split(delimiter)); + + return obj; +} + +const noop = () => {} + +const toFiniteNumber = (value, defaultValue) => { + return value != null && Number.isFinite(value = +value) ? value : defaultValue; +} + +/** + * If the thing is a FormData object, return true, otherwise return false. + * + * @param {unknown} thing - The thing to check. + * + * @returns {boolean} + */ +function isSpecCompliantForm(thing) { + return !!(thing && isFunction(thing.append) && thing[Symbol.toStringTag] === 'FormData' && thing[Symbol.iterator]); +} + +const toJSONObject = (obj) => { + const stack = new Array(10); + + const visit = (source, i) => { + + if (isObject(source)) { + if (stack.indexOf(source) >= 0) { + return; + } + + if(!('toJSON' in source)) { + stack[i] = source; + const target = isArray(source) ? [] : {}; + + forEach(source, (value, key) => { + const reducedValue = visit(value, i + 1); + !isUndefined(reducedValue) && (target[key] = reducedValue); + }); + + stack[i] = undefined; + + return target; + } + } + + return source; + } + + return visit(obj, 0); +} + +const isAsyncFn = kindOfTest('AsyncFunction'); + +const isThenable = (thing) => + thing && (isObject(thing) || isFunction(thing)) && isFunction(thing.then) && isFunction(thing.catch); + +// original code +// https://github.com/DigitalBrainJS/AxiosPromise/blob/16deab13710ec09779922131f3fa5954320f83ab/lib/utils.js#L11-L34 + +const _setImmediate = ((setImmediateSupported, postMessageSupported) => { + if (setImmediateSupported) { + return setImmediate; + } + + return postMessageSupported ? ((token, callbacks) => { + _global.addEventListener("message", ({source, data}) => { + if (source === _global && data === token) { + callbacks.length && callbacks.shift()(); + } + }, false); + + return (cb) => { + callbacks.push(cb); + _global.postMessage(token, "*"); + } + })(`axios@${Math.random()}`, []) : (cb) => setTimeout(cb); +})( + typeof setImmediate === 'function', + isFunction(_global.postMessage) +); + +const asap = typeof queueMicrotask !== 'undefined' ? + queueMicrotask.bind(_global) : ( typeof process !== 'undefined' && process.nextTick || _setImmediate); + +// ********************* + +export default { + isArray, + isArrayBuffer, + isBuffer, + isFormData, + isArrayBufferView, + isString, + isNumber, + isBoolean, + isObject, + isPlainObject, + isReadableStream, + isRequest, + isResponse, + isHeaders, + isUndefined, + isDate, + isFile, + isBlob, + isRegExp, + isFunction, + isStream, + isURLSearchParams, + isTypedArray, + isFileList, + forEach, + merge, + extend, + trim, + stripBOM, + inherits, + toFlatObject, + kindOf, + kindOfTest, + endsWith, + toArray, + forEachEntry, + matchAll, + isHTMLForm, + hasOwnProperty, + hasOwnProp: hasOwnProperty, // an alias to avoid ESLint no-prototype-builtins detection + reduceDescriptors, + freezeMethods, + toObjectSet, + toCamelCase, + noop, + toFiniteNumber, + findKey, + global: _global, + isContextDefined, + isSpecCompliantForm, + toJSONObject, + isAsyncFn, + isThenable, + setImmediate: _setImmediate, + asap +}; diff --git a/server/node_modules/axios/package.json b/server/node_modules/axios/package.json new file mode 100644 index 000000000..03af2ac65 --- /dev/null +++ b/server/node_modules/axios/package.json @@ -0,0 +1,219 @@ +{ + "name": "axios", + "version": "1.8.4", + "description": "Promise based HTTP client for the browser and node.js", + "main": "index.js", + "exports": { + ".": { + "types": { + "require": "./index.d.cts", + "default": "./index.d.ts" + }, + "browser": { + "require": "./dist/browser/axios.cjs", + "default": "./index.js" + }, + "default": { + "require": "./dist/node/axios.cjs", + "default": "./index.js" + } + }, + "./lib/adapters/http.js": "./lib/adapters/http.js", + "./lib/adapters/xhr.js": "./lib/adapters/xhr.js", + "./unsafe/*": "./lib/*", + "./unsafe/core/settle.js": "./lib/core/settle.js", + "./unsafe/core/buildFullPath.js": "./lib/core/buildFullPath.js", + "./unsafe/helpers/isAbsoluteURL.js": "./lib/helpers/isAbsoluteURL.js", + "./unsafe/helpers/buildURL.js": "./lib/helpers/buildURL.js", + "./unsafe/helpers/combineURLs.js": "./lib/helpers/combineURLs.js", + "./unsafe/adapters/http.js": "./lib/adapters/http.js", + "./unsafe/adapters/xhr.js": "./lib/adapters/xhr.js", + "./unsafe/utils.js": "./lib/utils.js", + "./package.json": "./package.json" + }, + "type": "module", + "types": "index.d.ts", + "scripts": { + "test": "npm run test:eslint && npm run test:mocha && npm run test:karma && npm run test:dtslint && npm run test:exports", + "test:eslint": "node bin/ssl_hotfix.js eslint lib/**/*.js", + "test:dtslint": "dtslint --localTs node_modules/typescript/lib", + "test:mocha": "node bin/ssl_hotfix.js mocha test/unit/**/*.js --timeout 30000 --exit", + "test:exports": "node bin/ssl_hotfix.js mocha test/module/test.js --timeout 30000 --exit", + "test:karma": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: karma start karma.conf.cjs --single-run", + "test:karma:firefox": "node bin/ssl_hotfix.js cross-env LISTEN_ADDR=:: Browsers=Firefox karma start karma.conf.cjs --single-run", + "test:karma:server": "node bin/ssl_hotfix.js cross-env karma start karma.conf.cjs", + "test:build:version": "node ./bin/check-build-version.js", + "start": "node ./sandbox/server.js", + "preversion": "gulp version", + "version": "npm run build && git add dist && git add package.json", + "prepublishOnly": "npm run test:build:version", + "postpublish": "git push && git push --tags", + "build": "gulp clear && cross-env NODE_ENV=production rollup -c -m", + "examples": "node ./examples/server.js", + "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", + "fix": "eslint --fix lib/**/*.js", + "prepare": "husky install && npm run prepare:hooks", + "prepare:hooks": "npx husky set .husky/commit-msg \"npx commitlint --edit $1\"", + "release:dry": "release-it --dry-run --no-npm", + "release:info": "release-it --release-version", + "release:beta:no-npm": "release-it --preRelease=beta --no-npm", + "release:beta": "release-it --preRelease=beta", + "release:no-npm": "release-it --no-npm", + "release:changelog:fix": "node ./bin/injectContributorsList.js && git add CHANGELOG.md", + "release": "release-it" + }, + "repository": { + "type": "git", + "url": "https://github.com/axios/axios.git" + }, + "keywords": [ + "xhr", + "http", + "ajax", + "promise", + "node" + ], + "author": "Matt Zabriskie", + "license": "MIT", + "bugs": { + "url": "https://github.com/axios/axios/issues" + }, + "homepage": "https://axios-http.com", + "devDependencies": { + "@babel/core": "^7.23.9", + "@babel/preset-env": "^7.23.9", + "@commitlint/cli": "^17.8.1", + "@commitlint/config-conventional": "^17.8.1", + "@release-it/conventional-changelog": "^5.1.1", + "@rollup/plugin-babel": "^5.3.1", + "@rollup/plugin-commonjs": "^15.1.0", + "@rollup/plugin-json": "^4.1.0", + "@rollup/plugin-multi-entry": "^4.1.0", + "@rollup/plugin-node-resolve": "^9.0.0", + "abortcontroller-polyfill": "^1.7.5", + "auto-changelog": "^2.4.0", + "body-parser": "^1.20.2", + "chalk": "^5.3.0", + "coveralls": "^3.1.1", + "cross-env": "^7.0.3", + "dev-null": "^0.1.1", + "dtslint": "^4.2.1", + "es6-promise": "^4.2.8", + "eslint": "^8.56.0", + "express": "^4.18.2", + "formdata-node": "^5.0.1", + "formidable": "^2.1.2", + "fs-extra": "^10.1.0", + "get-stream": "^3.0.0", + "gulp": "^4.0.2", + "gzip-size": "^7.0.0", + "handlebars": "^4.7.8", + "husky": "^8.0.3", + "istanbul-instrumenter-loader": "^3.0.1", + "jasmine-core": "^2.99.1", + "karma": "^6.3.17", + "karma-chrome-launcher": "^3.2.0", + "karma-firefox-launcher": "^2.1.2", + "karma-jasmine": "^1.1.2", + "karma-jasmine-ajax": "^0.1.13", + "karma-rollup-preprocessor": "^7.0.8", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^4.3.6", + "karma-sinon": "^1.0.5", + "karma-sourcemap-loader": "^0.3.8", + "memoizee": "^0.4.15", + "minimist": "^1.2.8", + "mocha": "^10.3.0", + "multer": "^1.4.4", + "pretty-bytes": "^6.1.1", + "release-it": "^15.11.0", + "rollup": "^2.79.1", + "rollup-plugin-auto-external": "^2.0.0", + "rollup-plugin-bundle-size": "^1.0.3", + "rollup-plugin-terser": "^7.0.2", + "sinon": "^4.5.0", + "stream-throttle": "^0.1.3", + "string-replace-async": "^3.0.2", + "terser-webpack-plugin": "^4.2.3", + "typescript": "^4.9.5", + "@rollup/plugin-alias": "^5.1.0" + }, + "browser": { + "./lib/adapters/http.js": "./lib/helpers/null.js", + "./lib/platform/node/index.js": "./lib/platform/browser/index.js", + "./lib/platform/node/classes/FormData.js": "./lib/helpers/null.js" + }, + "jsdelivr": "dist/axios.min.js", + "unpkg": "dist/axios.min.js", + "typings": "./index.d.ts", + "dependencies": { + "follow-redirects": "^1.15.6", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" + }, + "bundlesize": [ + { + "path": "./dist/axios.min.js", + "threshold": "5kB" + } + ], + "contributors": [ + "Matt Zabriskie (https://github.com/mzabriskie)", + "Nick Uraltsev (https://github.com/nickuraltsev)", + "Dmitriy Mozgovoy (https://github.com/DigitalBrainJS)", + "Jay (https://github.com/jasonsaayman)", + "Emily Morehouse (https://github.com/emilyemorehouse)", + "Rubén Norte (https://github.com/rubennorte)", + "Justin Beckwith (https://github.com/JustinBeckwith)", + "Martti Laine (https://github.com/codeclown)", + "Xianming Zhong (https://github.com/chinesedfan)", + "Remco Haszing (https://github.com/remcohaszing)", + "Rikki Gibson (https://github.com/RikkiGibson)", + "Ben Carp (https://github.com/carpben)", + "Yasu Flores (https://github.com/yasuf)" + ], + "sideEffects": false, + "release-it": { + "git": { + "commitMessage": "chore(release): v${version}", + "push": true, + "commit": true, + "tag": true, + "requireCommits": false, + "requireCleanWorkingDir": false + }, + "github": { + "release": true, + "draft": true + }, + "npm": { + "publish": false, + "ignoreVersion": false + }, + "plugins": { + "@release-it/conventional-changelog": { + "preset": "angular", + "infile": "CHANGELOG.md", + "header": "# Changelog" + } + }, + "hooks": { + "before:init": "npm test", + "after:bump": "gulp version --bump ${version} && npm run build && npm run test:build:version && git add ./dist && git add ./package-lock.json", + "before:release": "npm run release:changelog:fix", + "after:release": "echo Successfully released ${name} v${version} to ${repo.repository}." + } + }, + "commitlint": { + "rules": { + "header-max-length": [ + 2, + "always", + 130 + ] + }, + "extends": [ + "@commitlint/config-conventional" + ] + } +} \ No newline at end of file diff --git a/server/node_modules/base64id/CHANGELOG.md b/server/node_modules/base64id/CHANGELOG.md new file mode 100644 index 000000000..b2b83326b --- /dev/null +++ b/server/node_modules/base64id/CHANGELOG.md @@ -0,0 +1,16 @@ +# [2.0.0](https://github.com/faeldt/base64id/compare/1.0.0...2.0.0) (2019-05-27) + + +### Code Refactoring + +* **buffer:** replace deprecated Buffer constructor usage ([#11](https://github.com/faeldt/base64id/issues/11)) ([ccfba54](https://github.com/faeldt/base64id/commit/ccfba54)) + + +### BREAKING CHANGES + +* **buffer:** drop support for Node.js ≤ 4.4.x and 5.0.0 - 5.9.x + +See: https://nodejs.org/en/docs/guides/buffer-constructor-deprecation/ + + + diff --git a/server/node_modules/base64id/LICENSE b/server/node_modules/base64id/LICENSE new file mode 100644 index 000000000..0d03c830f --- /dev/null +++ b/server/node_modules/base64id/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2012-2016 Kristian Faeldt + +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. diff --git a/server/node_modules/base64id/README.md b/server/node_modules/base64id/README.md new file mode 100644 index 000000000..17689e6f8 --- /dev/null +++ b/server/node_modules/base64id/README.md @@ -0,0 +1,18 @@ +base64id +======== + +Node.js module that generates a base64 id. + +Uses crypto.randomBytes when available, falls back to unsafe methods for node.js <= 0.4. + +To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes. + +## Installation + + $ npm install base64id + +## Usage + + var base64id = require('base64id'); + + var id = base64id.generateId(); diff --git a/server/node_modules/base64id/lib/base64id.js b/server/node_modules/base64id/lib/base64id.js new file mode 100644 index 000000000..15afe7453 --- /dev/null +++ b/server/node_modules/base64id/lib/base64id.js @@ -0,0 +1,103 @@ +/*! + * base64id v0.1.0 + */ + +/** + * Module dependencies + */ + +var crypto = require('crypto'); + +/** + * Constructor + */ + +var Base64Id = function() { }; + +/** + * Get random bytes + * + * Uses a buffer if available, falls back to crypto.randomBytes + */ + +Base64Id.prototype.getRandomBytes = function(bytes) { + + var BUFFER_SIZE = 4096 + var self = this; + + bytes = bytes || 12; + + if (bytes > BUFFER_SIZE) { + return crypto.randomBytes(bytes); + } + + var bytesInBuffer = parseInt(BUFFER_SIZE/bytes); + var threshold = parseInt(bytesInBuffer*0.85); + + if (!threshold) { + return crypto.randomBytes(bytes); + } + + if (this.bytesBufferIndex == null) { + this.bytesBufferIndex = -1; + } + + if (this.bytesBufferIndex == bytesInBuffer) { + this.bytesBuffer = null; + this.bytesBufferIndex = -1; + } + + // No buffered bytes available or index above threshold + if (this.bytesBufferIndex == -1 || this.bytesBufferIndex > threshold) { + + if (!this.isGeneratingBytes) { + this.isGeneratingBytes = true; + crypto.randomBytes(BUFFER_SIZE, function(err, bytes) { + self.bytesBuffer = bytes; + self.bytesBufferIndex = 0; + self.isGeneratingBytes = false; + }); + } + + // Fall back to sync call when no buffered bytes are available + if (this.bytesBufferIndex == -1) { + return crypto.randomBytes(bytes); + } + } + + var result = this.bytesBuffer.slice(bytes*this.bytesBufferIndex, bytes*(this.bytesBufferIndex+1)); + this.bytesBufferIndex++; + + return result; +} + +/** + * Generates a base64 id + * + * (Original version from socket.io ) + */ + +Base64Id.prototype.generateId = function () { + var rand = Buffer.alloc(15); // multiple of 3 for base64 + if (!rand.writeInt32BE) { + return Math.abs(Math.random() * Math.random() * Date.now() | 0).toString() + + Math.abs(Math.random() * Math.random() * Date.now() | 0).toString(); + } + this.sequenceNumber = (this.sequenceNumber + 1) | 0; + rand.writeInt32BE(this.sequenceNumber, 11); + if (crypto.randomBytes) { + this.getRandomBytes(12).copy(rand); + } else { + // not secure for node 0.4 + [0, 4, 8].forEach(function(i) { + rand.writeInt32BE(Math.random() * Math.pow(2, 32) | 0, i); + }); + } + return rand.toString('base64').replace(/\//g, '_').replace(/\+/g, '-'); +}; + +/** + * Export + */ + +exports = module.exports = new Base64Id(); diff --git a/server/node_modules/base64id/package.json b/server/node_modules/base64id/package.json new file mode 100644 index 000000000..d03d64c8b --- /dev/null +++ b/server/node_modules/base64id/package.json @@ -0,0 +1,13 @@ +{ + "name": "base64id" + , "version": "2.0.0" + , "license": "MIT" + , "description": "Generates a base64 id" + , "author": "Kristian Faeldt " + , "repository": { + "type": "git" + , "url": "https://github.com/faeldt/base64id.git" + } + , "main": "./lib/base64id.js" + , "engines": { "node": "^4.5.0 || >= 5.9" } +} diff --git a/server/node_modules/body-parser/HISTORY.md b/server/node_modules/body-parser/HISTORY.md new file mode 100644 index 000000000..81d23e064 --- /dev/null +++ b/server/node_modules/body-parser/HISTORY.md @@ -0,0 +1,672 @@ +1.20.3 / 2024-09-10 +=================== + + * deps: qs@6.13.0 + * add `depth` option to customize the depth level in the parser + * IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) + +1.20.2 / 2023-02-21 +=================== + + * Fix strict json error message on Node.js 19+ + * deps: content-type@~1.0.5 + - perf: skip value escaping when unnecessary + * deps: raw-body@2.5.2 + +1.20.1 / 2022-10-06 +=================== + + * deps: qs@6.11.0 + * perf: remove unnecessary object clone + +1.20.0 / 2022-04-02 +=================== + + * Fix error message for json parse whitespace in `strict` + * Fix internal error when inflated body exceeds limit + * Prevent loss of async hooks context + * Prevent hanging when request already read + * deps: depd@2.0.0 + - Replace internal `eval` usage with `Function` constructor + - Use instance methods on `process` to check for listeners + * deps: http-errors@2.0.0 + - deps: depd@2.0.0 + - deps: statuses@2.0.1 + * deps: on-finished@2.4.1 + * deps: qs@6.10.3 + * deps: raw-body@2.5.1 + - deps: http-errors@2.0.0 + +1.19.2 / 2022-02-15 +=================== + + * deps: bytes@3.1.2 + * deps: qs@6.9.7 + * Fix handling of `__proto__` keys + * deps: raw-body@2.4.3 + - deps: bytes@3.1.2 + +1.19.1 / 2021-12-10 +=================== + + * deps: bytes@3.1.1 + * deps: http-errors@1.8.1 + - deps: inherits@2.0.4 + - deps: toidentifier@1.0.1 + - deps: setprototypeof@1.2.0 + * deps: qs@6.9.6 + * deps: raw-body@2.4.2 + - deps: bytes@3.1.1 + - deps: http-errors@1.8.1 + * deps: safe-buffer@5.2.1 + * deps: type-is@~1.6.18 + +1.19.0 / 2019-04-25 +=================== + + * deps: bytes@3.1.0 + - Add petabyte (`pb`) support + * deps: http-errors@1.7.2 + - Set constructor name when possible + - deps: setprototypeof@1.1.1 + - deps: statuses@'>= 1.5.0 < 2' + * deps: iconv-lite@0.4.24 + - Added encoding MIK + * deps: qs@6.7.0 + - Fix parsing array brackets after index + * deps: raw-body@2.4.0 + - deps: bytes@3.1.0 + - deps: http-errors@1.7.2 + - deps: iconv-lite@0.4.24 + * deps: type-is@~1.6.17 + - deps: mime-types@~2.1.24 + - perf: prevent internal `throw` on invalid type + +1.18.3 / 2018-05-14 +=================== + + * Fix stack trace for strict json parse error + * deps: depd@~1.1.2 + - perf: remove argument reassignment + * deps: http-errors@~1.6.3 + - deps: depd@~1.1.2 + - deps: setprototypeof@1.1.0 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.23 + - Fix loading encoding with year appended + - Fix deprecation warnings on Node.js 10+ + * deps: qs@6.5.2 + * deps: raw-body@2.3.3 + - deps: http-errors@1.6.3 + - deps: iconv-lite@0.4.23 + * deps: type-is@~1.6.16 + - deps: mime-types@~2.1.18 + +1.18.2 / 2017-09-22 +=================== + + * deps: debug@2.6.9 + * perf: remove argument reassignment + +1.18.1 / 2017-09-12 +=================== + + * deps: content-type@~1.0.4 + - perf: remove argument reassignment + - perf: skip parameter parsing when no parameters + * deps: iconv-lite@0.4.19 + - Fix ISO-8859-1 regression + - Update Windows-1255 + * deps: qs@6.5.1 + - Fix parsing & compacting very deep objects + * deps: raw-body@2.3.2 + - deps: iconv-lite@0.4.19 + +1.18.0 / 2017-09-08 +=================== + + * Fix JSON strict violation error to match native parse error + * Include the `body` property on verify errors + * Include the `type` property on all generated errors + * Use `http-errors` to set status code on errors + * deps: bytes@3.0.0 + * deps: debug@2.6.8 + * deps: depd@~1.1.1 + - Remove unnecessary `Buffer` loading + * deps: http-errors@~1.6.2 + - deps: depd@1.1.1 + * deps: iconv-lite@0.4.18 + - Add support for React Native + - Add a warning if not loaded as utf-8 + - Fix CESU-8 decoding in Node.js 8 + - Improve speed of ISO-8859-1 encoding + * deps: qs@6.5.0 + * deps: raw-body@2.3.1 + - Use `http-errors` for standard emitted errors + - deps: bytes@3.0.0 + - deps: iconv-lite@0.4.18 + - perf: skip buffer decoding on overage chunk + * perf: prevent internal `throw` when missing charset + +1.17.2 / 2017-05-17 +=================== + + * deps: debug@2.6.7 + - Fix `DEBUG_MAX_ARRAY_LENGTH` + - deps: ms@2.0.0 + * deps: type-is@~1.6.15 + - deps: mime-types@~2.1.15 + +1.17.1 / 2017-03-06 +=================== + + * deps: qs@6.4.0 + - Fix regression parsing keys starting with `[` + +1.17.0 / 2017-03-01 +=================== + + * deps: http-errors@~1.6.1 + - Make `message` property enumerable for `HttpError`s + - deps: setprototypeof@1.0.3 + * deps: qs@6.3.1 + - Fix compacting nested arrays + +1.16.1 / 2017-02-10 +=================== + + * deps: debug@2.6.1 + - Fix deprecation messages in WebStorm and other editors + - Undeprecate `DEBUG_FD` set to `1` or `2` + +1.16.0 / 2017-01-17 +=================== + + * deps: debug@2.6.0 + - Allow colors in workers + - Deprecated `DEBUG_FD` environment variable + - Fix error when running under React Native + - Use same color for same namespace + - deps: ms@0.7.2 + * deps: http-errors@~1.5.1 + - deps: inherits@2.0.3 + - deps: setprototypeof@1.0.2 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.15 + - Added encoding MS-31J + - Added encoding MS-932 + - Added encoding MS-936 + - Added encoding MS-949 + - Added encoding MS-950 + - Fix GBK/GB18030 handling of Euro character + * deps: qs@6.2.1 + - Fix array parsing from skipping empty values + * deps: raw-body@~2.2.0 + - deps: iconv-lite@0.4.15 + * deps: type-is@~1.6.14 + - deps: mime-types@~2.1.13 + +1.15.2 / 2016-06-19 +=================== + + * deps: bytes@2.4.0 + * deps: content-type@~1.0.2 + - perf: enable strict mode + * deps: http-errors@~1.5.0 + - Use `setprototypeof` module to replace `__proto__` setting + - deps: statuses@'>= 1.3.0 < 2' + - perf: enable strict mode + * deps: qs@6.2.0 + * deps: raw-body@~2.1.7 + - deps: bytes@2.4.0 + - perf: remove double-cleanup on happy path + * deps: type-is@~1.6.13 + - deps: mime-types@~2.1.11 + +1.15.1 / 2016-05-05 +=================== + + * deps: bytes@2.3.0 + - Drop partial bytes on all parsed units + - Fix parsing byte string that looks like hex + * deps: raw-body@~2.1.6 + - deps: bytes@2.3.0 + * deps: type-is@~1.6.12 + - deps: mime-types@~2.1.10 + +1.15.0 / 2016-02-10 +=================== + + * deps: http-errors@~1.4.0 + - Add `HttpError` export, for `err instanceof createError.HttpError` + - deps: inherits@2.0.1 + - deps: statuses@'>= 1.2.1 < 2' + * deps: qs@6.1.0 + * deps: type-is@~1.6.11 + - deps: mime-types@~2.1.9 + +1.14.2 / 2015-12-16 +=================== + + * deps: bytes@2.2.0 + * deps: iconv-lite@0.4.13 + * deps: qs@5.2.0 + * deps: raw-body@~2.1.5 + - deps: bytes@2.2.0 + - deps: iconv-lite@0.4.13 + * deps: type-is@~1.6.10 + - deps: mime-types@~2.1.8 + +1.14.1 / 2015-09-27 +=================== + + * Fix issue where invalid charset results in 400 when `verify` used + * deps: iconv-lite@0.4.12 + - Fix CESU-8 decoding in Node.js 4.x + * deps: raw-body@~2.1.4 + - Fix masking critical errors from `iconv-lite` + - deps: iconv-lite@0.4.12 + * deps: type-is@~1.6.9 + - deps: mime-types@~2.1.7 + +1.14.0 / 2015-09-16 +=================== + + * Fix JSON strict parse error to match syntax errors + * Provide static `require` analysis in `urlencoded` parser + * deps: depd@~1.1.0 + - Support web browser loading + * deps: qs@5.1.0 + * deps: raw-body@~2.1.3 + - Fix sync callback when attaching data listener causes sync read + * deps: type-is@~1.6.8 + - Fix type error when given invalid type to match against + - deps: mime-types@~2.1.6 + +1.13.3 / 2015-07-31 +=================== + + * deps: type-is@~1.6.6 + - deps: mime-types@~2.1.4 + +1.13.2 / 2015-07-05 +=================== + + * deps: iconv-lite@0.4.11 + * deps: qs@4.0.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix user-visible incompatibilities from 3.1.0 + - Fix various parsing edge cases + * deps: raw-body@~2.1.2 + - Fix error stack traces to skip `makeError` + - deps: iconv-lite@0.4.11 + * deps: type-is@~1.6.4 + - deps: mime-types@~2.1.2 + - perf: enable strict mode + - perf: remove argument reassignment + +1.13.1 / 2015-06-16 +=================== + + * deps: qs@2.4.2 + - Downgraded from 3.1.0 because of user-visible incompatibilities + +1.13.0 / 2015-06-14 +=================== + + * Add `statusCode` property on `Error`s, in addition to `status` + * Change `type` default to `application/json` for JSON parser + * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser + * Provide static `require` analysis + * Use the `http-errors` module to generate errors + * deps: bytes@2.1.0 + - Slight optimizations + * deps: iconv-lite@0.4.10 + - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails + - Leading BOM is now removed when decoding + * deps: on-finished@~2.3.0 + - Add defined behavior for HTTP `CONNECT` requests + - Add defined behavior for HTTP `Upgrade` requests + - deps: ee-first@1.1.1 + * deps: qs@3.1.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix various parsing edge cases + - Parsed object now has `null` prototype + * deps: raw-body@~2.1.1 + - Use `unpipe` module for unpiping requests + - deps: iconv-lite@0.4.10 + * deps: type-is@~1.6.3 + - deps: mime-types@~2.1.1 + - perf: reduce try block size + - perf: remove bitwise operations + * perf: enable strict mode + * perf: remove argument reassignment + * perf: remove delete call + +1.12.4 / 2015-05-10 +=================== + + * deps: debug@~2.2.0 + * deps: qs@2.4.2 + - Fix allowing parameters like `constructor` + * deps: on-finished@~2.2.1 + * deps: raw-body@~2.0.1 + - Fix a false-positive when unpiping in Node.js 0.8 + - deps: bytes@2.0.1 + * deps: type-is@~1.6.2 + - deps: mime-types@~2.0.11 + +1.12.3 / 2015-04-15 +=================== + + * Slight efficiency improvement when not debugging + * deps: depd@~1.0.1 + * deps: iconv-lite@0.4.8 + - Add encoding alias UNICODE-1-1-UTF-7 + * deps: raw-body@1.3.4 + - Fix hanging callback if request aborts during read + - deps: iconv-lite@0.4.8 + +1.12.2 / 2015-03-16 +=================== + + * deps: qs@2.4.1 + - Fix error when parameter `hasOwnProperty` is present + +1.12.1 / 2015-03-15 +=================== + + * deps: debug@~2.1.3 + - Fix high intensity foreground color for bold + - deps: ms@0.7.0 + * deps: type-is@~1.6.1 + - deps: mime-types@~2.0.10 + +1.12.0 / 2015-02-13 +=================== + + * add `debug` messages + * accept a function for the `type` option + * use `content-type` to parse `Content-Type` headers + * deps: iconv-lite@0.4.7 + - Gracefully support enumerables on `Object.prototype` + * deps: raw-body@1.3.3 + - deps: iconv-lite@0.4.7 + * deps: type-is@~1.6.0 + - fix argument reassignment + - fix false-positives in `hasBody` `Transfer-Encoding` check + - support wildcard for both type and subtype (`*/*`) + - deps: mime-types@~2.0.9 + +1.11.0 / 2015-01-30 +=================== + + * make internal `extended: true` depth limit infinity + * deps: type-is@~1.5.6 + - deps: mime-types@~2.0.8 + +1.10.2 / 2015-01-20 +=================== + + * deps: iconv-lite@0.4.6 + - Fix rare aliases of single-byte encodings + * deps: raw-body@1.3.2 + - deps: iconv-lite@0.4.6 + +1.10.1 / 2015-01-01 +=================== + + * deps: on-finished@~2.2.0 + * deps: type-is@~1.5.5 + - deps: mime-types@~2.0.7 + +1.10.0 / 2014-12-02 +=================== + + * make internal `extended: true` array limit dynamic + +1.9.3 / 2014-11-21 +================== + + * deps: iconv-lite@0.4.5 + - Fix Windows-31J and X-SJIS encoding support + * deps: qs@2.3.3 + - Fix `arrayLimit` behavior + * deps: raw-body@1.3.1 + - deps: iconv-lite@0.4.5 + * deps: type-is@~1.5.3 + - deps: mime-types@~2.0.3 + +1.9.2 / 2014-10-27 +================== + + * deps: qs@2.3.2 + - Fix parsing of mixed objects and values + +1.9.1 / 2014-10-22 +================== + + * deps: on-finished@~2.1.1 + - Fix handling of pipelined requests + * deps: qs@2.3.0 + - Fix parsing of mixed implicit and explicit arrays + * deps: type-is@~1.5.2 + - deps: mime-types@~2.0.2 + +1.9.0 / 2014-09-24 +================== + + * include the charset in "unsupported charset" error message + * include the encoding in "unsupported content encoding" error message + * deps: depd@~1.0.0 + +1.8.4 / 2014-09-23 +================== + + * fix content encoding to be case-insensitive + +1.8.3 / 2014-09-19 +================== + + * deps: qs@2.2.4 + - Fix issue with object keys starting with numbers truncated + +1.8.2 / 2014-09-15 +================== + + * deps: depd@0.4.5 + +1.8.1 / 2014-09-07 +================== + + * deps: media-typer@0.3.0 + * deps: type-is@~1.5.1 + +1.8.0 / 2014-09-05 +================== + + * make empty-body-handling consistent between chunked requests + - empty `json` produces `{}` + - empty `raw` produces `new Buffer(0)` + - empty `text` produces `''` + - empty `urlencoded` produces `{}` + * deps: qs@2.2.3 + - Fix issue where first empty value in array is discarded + * deps: type-is@~1.5.0 + - fix `hasbody` to be true for `content-length: 0` + +1.7.0 / 2014-09-01 +================== + + * add `parameterLimit` option to `urlencoded` parser + * change `urlencoded` extended array limit to 100 + * respond with 413 when over `parameterLimit` in `urlencoded` + +1.6.7 / 2014-08-29 +================== + + * deps: qs@2.2.2 + - Remove unnecessary cloning + +1.6.6 / 2014-08-27 +================== + + * deps: qs@2.2.0 + - Array parsing fix + - Performance improvements + +1.6.5 / 2014-08-16 +================== + + * deps: on-finished@2.1.0 + +1.6.4 / 2014-08-14 +================== + + * deps: qs@1.2.2 + +1.6.3 / 2014-08-10 +================== + + * deps: qs@1.2.1 + +1.6.2 / 2014-08-07 +================== + + * deps: qs@1.2.0 + - Fix parsing array of objects + +1.6.1 / 2014-08-06 +================== + + * deps: qs@1.1.0 + - Accept urlencoded square brackets + - Accept empty values in implicit array notation + +1.6.0 / 2014-08-05 +================== + + * deps: qs@1.0.2 + - Complete rewrite + - Limits array length to 20 + - Limits object depth to 5 + - Limits parameters to 1,000 + +1.5.2 / 2014-07-27 +================== + + * deps: depd@0.4.4 + - Work-around v8 generating empty stack traces + +1.5.1 / 2014-07-26 +================== + + * deps: depd@0.4.3 + - Fix exception when global `Error.stackTraceLimit` is too low + +1.5.0 / 2014-07-20 +================== + + * deps: depd@0.4.2 + - Add `TRACE_DEPRECATION` environment variable + - Remove non-standard grey color from color output + - Support `--no-deprecation` argument + - Support `--trace-deprecation` argument + * deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + * deps: raw-body@1.3.0 + - deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + - Fix `Cannot switch to old mode now` error on Node.js 0.10+ + * deps: type-is@~1.3.2 + +1.4.3 / 2014-06-19 +================== + + * deps: type-is@1.3.1 + - fix global variable leak + +1.4.2 / 2014-06-19 +================== + + * deps: type-is@1.3.0 + - improve type parsing + +1.4.1 / 2014-06-19 +================== + + * fix urlencoded extended deprecation message + +1.4.0 / 2014-06-19 +================== + + * add `text` parser + * add `raw` parser + * check accepted charset in content-type (accepts utf-8) + * check accepted encoding in content-encoding (accepts identity) + * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed + * deprecate `urlencoded()` without provided `extended` option + * lazy-load urlencoded parsers + * parsers split into files for reduced mem usage + * support gzip and deflate bodies + - set `inflate: false` to turn off + * deps: raw-body@1.2.2 + - Support all encodings from `iconv-lite` + +1.3.1 / 2014-06-11 +================== + + * deps: type-is@1.2.1 + - Switch dependency from mime to mime-types@1.0.0 + +1.3.0 / 2014-05-31 +================== + + * add `extended` option to urlencoded parser + +1.2.2 / 2014-05-27 +================== + + * deps: raw-body@1.1.6 + - assert stream encoding on node.js 0.8 + - assert stream encoding on node.js < 0.10.6 + - deps: bytes@1 + +1.2.1 / 2014-05-26 +================== + + * invoke `next(err)` after request fully read + - prevents hung responses and socket hang ups + +1.2.0 / 2014-05-11 +================== + + * add `verify` option + * deps: type-is@1.2.0 + - support suffix matching + +1.1.2 / 2014-05-11 +================== + + * improve json parser speed + +1.1.1 / 2014-05-11 +================== + + * fix repeated limit parsing with every request + +1.1.0 / 2014-05-10 +================== + + * add `type` option + * deps: pin for safety and consistency + +1.0.2 / 2014-04-14 +================== + + * use `type-is` module + +1.0.1 / 2014-03-20 +================== + + * lower default limits to 100kb diff --git a/server/node_modules/body-parser/LICENSE b/server/node_modules/body-parser/LICENSE new file mode 100644 index 000000000..386b7b694 --- /dev/null +++ b/server/node_modules/body-parser/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +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. diff --git a/server/node_modules/body-parser/README.md b/server/node_modules/body-parser/README.md new file mode 100644 index 000000000..f6661b7d3 --- /dev/null +++ b/server/node_modules/body-parser/README.md @@ -0,0 +1,476 @@ +# body-parser + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] +[![OpenSSF Scorecard Badge][ossf-scorecard-badge]][ossf-scorecard-visualizer] + +Node.js body parsing middleware. + +Parse incoming request bodies in a middleware before your handlers, available +under the `req.body` property. + +**Note** As `req.body`'s shape is based on user-controlled input, all +properties and values in this object are untrusted and should be validated +before trusting. For example, `req.body.foo.toString()` may fail in multiple +ways, for example the `foo` property may not be there or may not be a string, +and `toString` may not be a function and instead a string or other user input. + +[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/). + +_This does not handle multipart bodies_, due to their complex and typically +large nature. For multipart bodies, you may be interested in the following +modules: + + * [busboy](https://www.npmjs.org/package/busboy#readme) and + [connect-busboy](https://www.npmjs.org/package/connect-busboy#readme) + * [multiparty](https://www.npmjs.org/package/multiparty#readme) and + [connect-multiparty](https://www.npmjs.org/package/connect-multiparty#readme) + * [formidable](https://www.npmjs.org/package/formidable#readme) + * [multer](https://www.npmjs.org/package/multer#readme) + +This module provides the following parsers: + + * [JSON body parser](#bodyparserjsonoptions) + * [Raw body parser](#bodyparserrawoptions) + * [Text body parser](#bodyparsertextoptions) + * [URL-encoded form body parser](#bodyparserurlencodedoptions) + +Other body parsers you might be interested in: + +- [body](https://www.npmjs.org/package/body#readme) +- [co-body](https://www.npmjs.org/package/co-body#readme) + +## Installation + +```sh +$ npm install body-parser +``` + +## API + +```js +var bodyParser = require('body-parser') +``` + +The `bodyParser` object exposes various factories to create middlewares. All +middlewares will populate the `req.body` property with the parsed body when +the `Content-Type` request header matches the `type` option, or an empty +object (`{}`) if there was no body to parse, the `Content-Type` was not matched, +or an error occurred. + +The various errors returned by this module are described in the +[errors section](#errors). + +### bodyParser.json([options]) + +Returns middleware that only parses `json` and only looks at requests where +the `Content-Type` header matches the `type` option. This parser accepts any +Unicode encoding of the body and supports automatic inflation of `gzip` and +`deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). + +#### Options + +The `json` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### reviver + +The `reviver` option is passed directly to `JSON.parse` as the second +argument. You can find more information on this argument +[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example.3A_Using_the_reviver_parameter). + +##### strict + +When set to `true`, will only accept arrays and objects; when `false` will +accept anything `JSON.parse` accepts. Defaults to `true`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not a +function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `json`), a mime type (like `application/json`), or +a mime type with a wildcard (like `*/*` or `*/json`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a truthy +value. Defaults to `application/json`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.raw([options]) + +Returns middleware that parses all bodies as a `Buffer` and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip` and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a `Buffer` object +of the body. + +#### Options + +The `raw` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. +If not a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this +can be an extension name (like `bin`), a mime type (like +`application/octet-stream`), or a mime type with a wildcard (like `*/*` or +`application/*`). If a function, the `type` option is called as `fn(req)` +and the request is parsed if it returns a truthy value. Defaults to +`application/octet-stream`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.text([options]) + +Returns middleware that parses all bodies as a string and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip` and `deflate` encodings. + +A new `body` string containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a string of the +body. + +#### Options + +The `text` function takes an optional `options` object that may contain any of +the following keys: + +##### defaultCharset + +Specify the default character set for the text content if the charset is not +specified in the `Content-Type` header of the request. Defaults to `utf-8`. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `txt`), a mime type (like `text/plain`), or a mime +type with a wildcard (like `*/*` or `text/*`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a +truthy value. Defaults to `text/plain`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.urlencoded([options]) + +Returns middleware that only parses `urlencoded` bodies and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser accepts only UTF-8 encoding of the body and supports automatic +inflation of `gzip` and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This object will contain +key-value pairs, where the value can be a string or array (when `extended` is +`false`), or any type (when `extended` is `true`). + +#### Options + +The `urlencoded` function takes an optional `options` object that may contain +any of the following keys: + +##### extended + +The `extended` option allows to choose between parsing the URL-encoded data +with the `querystring` library (when `false`) or the `qs` library (when +`true`). The "extended" syntax allows for rich objects and arrays to be +encoded into the URL-encoded format, allowing for a JSON-like experience +with URL-encoded. For more information, please +[see the qs library](https://www.npmjs.org/package/qs#readme). + +Defaults to `true`, but using the default has been deprecated. Please +research into the difference between `qs` and `querystring` and choose the +appropriate setting. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### parameterLimit + +The `parameterLimit` option controls the maximum number of parameters that +are allowed in the URL-encoded data. If a request contains more parameters +than this value, a 413 will be returned to the client. Defaults to `1000`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `urlencoded`), a mime type (like +`application/x-www-form-urlencoded`), or a mime type with a wildcard (like +`*/x-www-form-urlencoded`). If a function, the `type` option is called as +`fn(req)` and the request is parsed if it returns a truthy value. Defaults +to `application/x-www-form-urlencoded`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +#### depth + +The `depth` option is used to configure the maximum depth of the `qs` library when `extended` is `true`. This allows you to limit the amount of keys that are parsed and can be useful to prevent certain types of abuse. Defaults to `32`. It is recommended to keep this value as low as possible. + +## Errors + +The middlewares provided by this module create errors using the +[`http-errors` module](https://www.npmjs.com/package/http-errors). The errors +will typically have a `status`/`statusCode` property that contains the suggested +HTTP response code, an `expose` property to determine if the `message` property +should be displayed to the client, a `type` property to determine the type of +error without matching against the `message`, and a `body` property containing +the read body, if available. + +The following are the common errors created, though any error can come through +for various reasons. + +### content encoding unsupported + +This error will occur when the request had a `Content-Encoding` header that +contained an encoding but the "inflation" option was set to `false`. The +`status` property is set to `415`, the `type` property is set to +`'encoding.unsupported'`, and the `charset` property will be set to the +encoding that is unsupported. + +### entity parse failed + +This error will occur when the request contained an entity that could not be +parsed by the middleware. The `status` property is set to `400`, the `type` +property is set to `'entity.parse.failed'`, and the `body` property is set to +the entity value that failed parsing. + +### entity verify failed + +This error will occur when the request contained an entity that could not be +failed verification by the defined `verify` option. The `status` property is +set to `403`, the `type` property is set to `'entity.verify.failed'`, and the +`body` property is set to the entity value that failed verification. + +### request aborted + +This error will occur when the request is aborted by the client before reading +the body has finished. The `received` property will be set to the number of +bytes received before the request was aborted and the `expected` property is +set to the number of expected bytes. The `status` property is set to `400` +and `type` property is set to `'request.aborted'`. + +### request entity too large + +This error will occur when the request body's size is larger than the "limit" +option. The `limit` property will be set to the byte limit and the `length` +property will be set to the request body's length. The `status` property is +set to `413` and the `type` property is set to `'entity.too.large'`. + +### request size did not match content length + +This error will occur when the request's length did not match the length from +the `Content-Length` header. This typically occurs when the request is malformed, +typically when the `Content-Length` header was calculated based on characters +instead of bytes. The `status` property is set to `400` and the `type` property +is set to `'request.size.invalid'`. + +### stream encoding should not be set + +This error will occur when something called the `req.setEncoding` method prior +to this middleware. This module operates directly on bytes only and you cannot +call `req.setEncoding` when using this module. The `status` property is set to +`500` and the `type` property is set to `'stream.encoding.set'`. + +### stream is not readable + +This error will occur when the request is no longer readable when this middleware +attempts to read it. This typically means something other than a middleware from +this module read the request body already and the middleware was also configured to +read the same request. The `status` property is set to `500` and the `type` +property is set to `'stream.not.readable'`. + +### too many parameters + +This error will occur when the content of the request exceeds the configured +`parameterLimit` for the `urlencoded` parser. The `status` property is set to +`413` and the `type` property is set to `'parameters.too.many'`. + +### unsupported charset "BOGUS" + +This error will occur when the request had a charset parameter in the +`Content-Type` header, but the `iconv-lite` module does not support it OR the +parser does not support it. The charset is contained in the message as well +as in the `charset` property. The `status` property is set to `415`, the +`type` property is set to `'charset.unsupported'`, and the `charset` property +is set to the charset that is unsupported. + +### unsupported content encoding "bogus" + +This error will occur when the request had a `Content-Encoding` header that +contained an unsupported encoding. The encoding is contained in the message +as well as in the `encoding` property. The `status` property is set to `415`, +the `type` property is set to `'encoding.unsupported'`, and the `encoding` +property is set to the encoding that is unsupported. + +### The input exceeded the depth + +This error occurs when using `bodyParser.urlencoded` with the `extended` property set to `true` and the input exceeds the configured `depth` option. The `status` property is set to `400`. It is recommended to review the `depth` option and evaluate if it requires a higher value. When the `depth` option is set to `32` (default value), the error will not be thrown. + +## Examples + +### Express/Connect top-level generic + +This example demonstrates adding a generic JSON and URL-encoded parser as a +top-level middleware, which will parse the bodies of all incoming requests. +This is the simplest setup. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// parse application/x-www-form-urlencoded +app.use(bodyParser.urlencoded({ extended: false })) + +// parse application/json +app.use(bodyParser.json()) + +app.use(function (req, res) { + res.setHeader('Content-Type', 'text/plain') + res.write('you posted:\n') + res.end(JSON.stringify(req.body, null, 2)) +}) +``` + +### Express route-specific + +This example demonstrates adding body parsers specifically to the routes that +need them. In general, this is the most recommended way to use body-parser with +Express. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// create application/json parser +var jsonParser = bodyParser.json() + +// create application/x-www-form-urlencoded parser +var urlencodedParser = bodyParser.urlencoded({ extended: false }) + +// POST /login gets urlencoded bodies +app.post('/login', urlencodedParser, function (req, res) { + res.send('welcome, ' + req.body.username) +}) + +// POST /api/users gets JSON bodies +app.post('/api/users', jsonParser, function (req, res) { + // create user in req.body +}) +``` + +### Change accepted type for parsers + +All the parsers accept a `type` option which allows you to change the +`Content-Type` that the middleware will parse. + +```js +var express = require('express') +var bodyParser = require('body-parser') + +var app = express() + +// parse various different custom JSON types as JSON +app.use(bodyParser.json({ type: 'application/*+json' })) + +// parse some custom thing into a Buffer +app.use(bodyParser.raw({ type: 'application/vnd.custom-type' })) + +// parse an HTML body into a string +app.use(bodyParser.text({ type: 'text/html' })) +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/expressjs/body-parser/master?label=ci +[ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml +[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/body-parser/master +[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master +[node-version-image]: https://badgen.net/npm/node/body-parser +[node-version-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/body-parser +[npm-url]: https://npmjs.org/package/body-parser +[npm-version-image]: https://badgen.net/npm/v/body-parser +[ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/body-parser/badge +[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/body-parser \ No newline at end of file diff --git a/server/node_modules/body-parser/SECURITY.md b/server/node_modules/body-parser/SECURITY.md new file mode 100644 index 000000000..9694d4296 --- /dev/null +++ b/server/node_modules/body-parser/SECURITY.md @@ -0,0 +1,25 @@ +# Security Policies and Procedures + +## Reporting a Bug + +The Express team and community take all security bugs seriously. Thank you +for improving the security of Express. We appreciate your efforts and +responsible disclosure and will make every effort to acknowledge your +contributions. + +Report security bugs by emailing the current owner(s) of `body-parser`. This +information can be found in the npm registry using the command +`npm owner ls body-parser`. +If unsure or unable to get the information from the above, open an issue +in the [project issue tracker](https://github.com/expressjs/body-parser/issues) +asking for the current contact information. + +To ensure the timely response to your report, please ensure that the entirety +of the report is contained within the email body and not solely behind a web +link or an attachment. + +At least one owner will acknowledge your email within 48 hours, and will send a +more detailed response within 48 hours indicating the next steps in handling +your report. After the initial reply to your report, the owners will +endeavor to keep you informed of the progress towards a fix and full +announcement, and may ask for additional information or guidance. diff --git a/server/node_modules/body-parser/index.js b/server/node_modules/body-parser/index.js new file mode 100644 index 000000000..bb24d739d --- /dev/null +++ b/server/node_modules/body-parser/index.js @@ -0,0 +1,156 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var deprecate = require('depd')('body-parser') + +/** + * Cache of loaded parsers. + * @private + */ + +var parsers = Object.create(null) + +/** + * @typedef Parsers + * @type {function} + * @property {function} json + * @property {function} raw + * @property {function} text + * @property {function} urlencoded + */ + +/** + * Module exports. + * @type {Parsers} + */ + +exports = module.exports = deprecate.function(bodyParser, + 'bodyParser: use individual json/urlencoded middlewares') + +/** + * JSON parser. + * @public + */ + +Object.defineProperty(exports, 'json', { + configurable: true, + enumerable: true, + get: createParserGetter('json') +}) + +/** + * Raw parser. + * @public + */ + +Object.defineProperty(exports, 'raw', { + configurable: true, + enumerable: true, + get: createParserGetter('raw') +}) + +/** + * Text parser. + * @public + */ + +Object.defineProperty(exports, 'text', { + configurable: true, + enumerable: true, + get: createParserGetter('text') +}) + +/** + * URL-encoded parser. + * @public + */ + +Object.defineProperty(exports, 'urlencoded', { + configurable: true, + enumerable: true, + get: createParserGetter('urlencoded') +}) + +/** + * Create a middleware to parse json and urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @deprecated + * @public + */ + +function bodyParser (options) { + // use default type for parsers + var opts = Object.create(options || null, { + type: { + configurable: true, + enumerable: true, + value: undefined, + writable: true + } + }) + + var _urlencoded = exports.urlencoded(opts) + var _json = exports.json(opts) + + return function bodyParser (req, res, next) { + _json(req, res, function (err) { + if (err) return next(err) + _urlencoded(req, res, next) + }) + } +} + +/** + * Create a getter for loading a parser. + * @private + */ + +function createParserGetter (name) { + return function get () { + return loadParser(name) + } +} + +/** + * Load a parser module. + * @private + */ + +function loadParser (parserName) { + var parser = parsers[parserName] + + if (parser !== undefined) { + return parser + } + + // this uses a switch for static require analysis + switch (parserName) { + case 'json': + parser = require('./lib/types/json') + break + case 'raw': + parser = require('./lib/types/raw') + break + case 'text': + parser = require('./lib/types/text') + break + case 'urlencoded': + parser = require('./lib/types/urlencoded') + break + } + + // store to prevent invoking require() + return (parsers[parserName] = parser) +} diff --git a/server/node_modules/body-parser/lib/read.js b/server/node_modules/body-parser/lib/read.js new file mode 100644 index 000000000..fce6283f5 --- /dev/null +++ b/server/node_modules/body-parser/lib/read.js @@ -0,0 +1,205 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var createError = require('http-errors') +var destroy = require('destroy') +var getBody = require('raw-body') +var iconv = require('iconv-lite') +var onFinished = require('on-finished') +var unpipe = require('unpipe') +var zlib = require('zlib') + +/** + * Module exports. + */ + +module.exports = read + +/** + * Read a request into a buffer and parse. + * + * @param {object} req + * @param {object} res + * @param {function} next + * @param {function} parse + * @param {function} debug + * @param {object} options + * @private + */ + +function read (req, res, next, parse, debug, options) { + var length + var opts = options + var stream + + // flag as parsed + req._body = true + + // read options + var encoding = opts.encoding !== null + ? opts.encoding + : null + var verify = opts.verify + + try { + // get the content stream + stream = contentstream(req, debug, opts.inflate) + length = stream.length + stream.length = undefined + } catch (err) { + return next(err) + } + + // set raw-body options + opts.length = length + opts.encoding = verify + ? null + : encoding + + // assert charset is supported + if (opts.encoding === null && encoding !== null && !iconv.encodingExists(encoding)) { + return next(createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + })) + } + + // read body + debug('read body') + getBody(stream, opts, function (error, body) { + if (error) { + var _error + + if (error.type === 'encoding.unsupported') { + // echo back charset + _error = createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + }) + } else { + // set status code on error + _error = createError(400, error) + } + + // unpipe from stream and destroy + if (stream !== req) { + unpipe(req) + destroy(stream, true) + } + + // read off entire request + dump(req, function onfinished () { + next(createError(400, _error)) + }) + return + } + + // verify + if (verify) { + try { + debug('verify body') + verify(req, res, body, encoding) + } catch (err) { + next(createError(403, err, { + body: body, + type: err.type || 'entity.verify.failed' + })) + return + } + } + + // parse + var str = body + try { + debug('parse body') + str = typeof body !== 'string' && encoding !== null + ? iconv.decode(body, encoding) + : body + req.body = parse(str) + } catch (err) { + next(createError(400, err, { + body: str, + type: err.type || 'entity.parse.failed' + })) + return + } + + next() + }) +} + +/** + * Get the content stream of the request. + * + * @param {object} req + * @param {function} debug + * @param {boolean} [inflate=true] + * @return {object} + * @api private + */ + +function contentstream (req, debug, inflate) { + var encoding = (req.headers['content-encoding'] || 'identity').toLowerCase() + var length = req.headers['content-length'] + var stream + + debug('content-encoding "%s"', encoding) + + if (inflate === false && encoding !== 'identity') { + throw createError(415, 'content encoding unsupported', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } + + switch (encoding) { + case 'deflate': + stream = zlib.createInflate() + debug('inflate body') + req.pipe(stream) + break + case 'gzip': + stream = zlib.createGunzip() + debug('gunzip body') + req.pipe(stream) + break + case 'identity': + stream = req + stream.length = length + break + default: + throw createError(415, 'unsupported content encoding "' + encoding + '"', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } + + return stream +} + +/** + * Dump the contents of a request. + * + * @param {object} req + * @param {function} callback + * @api private + */ + +function dump (req, callback) { + if (onFinished.isFinished(req)) { + callback(null) + } else { + onFinished(req, callback) + req.resume() + } +} diff --git a/server/node_modules/body-parser/lib/types/json.js b/server/node_modules/body-parser/lib/types/json.js new file mode 100644 index 000000000..59f3f7e28 --- /dev/null +++ b/server/node_modules/body-parser/lib/types/json.js @@ -0,0 +1,247 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var createError = require('http-errors') +var debug = require('debug')('body-parser:json') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = json + +/** + * RegExp to match the first non-space in a string. + * + * Allowed whitespace is defined in RFC 7159: + * + * ws = *( + * %x20 / ; Space + * %x09 / ; Horizontal tab + * %x0A / ; Line feed or New line + * %x0D ) ; Carriage return + */ + +var FIRST_CHAR_REGEXP = /^[\x20\x09\x0a\x0d]*([^\x20\x09\x0a\x0d])/ // eslint-disable-line no-control-regex + +var JSON_SYNTAX_CHAR = '#' +var JSON_SYNTAX_REGEXP = /#+/g + +/** + * Create a middleware to parse JSON bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function json (options) { + var opts = options || {} + + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var inflate = opts.inflate !== false + var reviver = opts.reviver + var strict = opts.strict !== false + var type = opts.type || 'application/json' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (body) { + if (body.length === 0) { + // special-case empty json body, as it's a common client-side mistake + // TODO: maybe make this configurable or part of "strict" option + return {} + } + + if (strict) { + var first = firstchar(body) + + if (first !== '{' && first !== '[') { + debug('strict violation') + throw createStrictSyntaxError(body, first) + } + } + + try { + debug('parse json') + return JSON.parse(body, reviver) + } catch (e) { + throw normalizeJsonSyntaxError(e, { + message: e.message, + stack: e.stack + }) + } + } + + return function jsonParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset per RFC 7159 sec 8.1 + var charset = getCharset(req) || 'utf-8' + if (charset.slice(0, 4) !== 'utf-') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Create strict violation syntax error matching native error. + * + * @param {string} str + * @param {string} char + * @return {Error} + * @private + */ + +function createStrictSyntaxError (str, char) { + var index = str.indexOf(char) + var partial = '' + + if (index !== -1) { + partial = str.substring(0, index) + JSON_SYNTAX_CHAR + + for (var i = index + 1; i < str.length; i++) { + partial += JSON_SYNTAX_CHAR + } + } + + try { + JSON.parse(partial); /* istanbul ignore next */ throw new SyntaxError('strict violation') + } catch (e) { + return normalizeJsonSyntaxError(e, { + message: e.message.replace(JSON_SYNTAX_REGEXP, function (placeholder) { + return str.substring(index, index + placeholder.length) + }), + stack: e.stack + }) + } +} + +/** + * Get the first non-whitespace character in a string. + * + * @param {string} str + * @return {function} + * @private + */ + +function firstchar (str) { + var match = FIRST_CHAR_REGEXP.exec(str) + + return match + ? match[1] + : undefined +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Normalize a SyntaxError for JSON.parse. + * + * @param {SyntaxError} error + * @param {object} obj + * @return {SyntaxError} + */ + +function normalizeJsonSyntaxError (error, obj) { + var keys = Object.getOwnPropertyNames(error) + + for (var i = 0; i < keys.length; i++) { + var key = keys[i] + if (key !== 'stack' && key !== 'message') { + delete error[key] + } + } + + // replace stack before message for Node.js 0.10 and below + error.stack = obj.stack.replace(error.message, obj.message) + error.message = obj.message + + return error +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/server/node_modules/body-parser/lib/types/raw.js b/server/node_modules/body-parser/lib/types/raw.js new file mode 100644 index 000000000..f5d1b6747 --- /dev/null +++ b/server/node_modules/body-parser/lib/types/raw.js @@ -0,0 +1,101 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var bytes = require('bytes') +var debug = require('debug')('body-parser:raw') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = raw + +/** + * Create a middleware to parse raw bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function raw (options) { + var opts = options || {} + + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'application/octet-stream' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (buf) { + return buf + } + + return function rawParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // read + read(req, res, next, parse, debug, { + encoding: null, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/server/node_modules/body-parser/lib/types/text.js b/server/node_modules/body-parser/lib/types/text.js new file mode 100644 index 000000000..083a00908 --- /dev/null +++ b/server/node_modules/body-parser/lib/types/text.js @@ -0,0 +1,121 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var debug = require('debug')('body-parser:text') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = text + +/** + * Create a middleware to parse text bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function text (options) { + var opts = options || {} + + var defaultCharset = opts.defaultCharset || 'utf-8' + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'text/plain' + var verify = opts.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (buf) { + return buf + } + + return function textParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // get charset + var charset = getCharset(req) || defaultCharset + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify + }) + } +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/server/node_modules/body-parser/lib/types/urlencoded.js b/server/node_modules/body-parser/lib/types/urlencoded.js new file mode 100644 index 000000000..2bd4485f5 --- /dev/null +++ b/server/node_modules/body-parser/lib/types/urlencoded.js @@ -0,0 +1,307 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var createError = require('http-errors') +var debug = require('debug')('body-parser:urlencoded') +var deprecate = require('depd')('body-parser') +var read = require('../read') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = urlencoded + +/** + * Cache of parser modules. + */ + +var parsers = Object.create(null) + +/** + * Create a middleware to parse urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function urlencoded (options) { + var opts = options || {} + + // notice because option default will flip in next major + if (opts.extended === undefined) { + deprecate('undefined extended: provide extended option') + } + + var extended = opts.extended !== false + var inflate = opts.inflate !== false + var limit = typeof opts.limit !== 'number' + ? bytes.parse(opts.limit || '100kb') + : opts.limit + var type = opts.type || 'application/x-www-form-urlencoded' + var verify = opts.verify || false + var depth = typeof opts.depth !== 'number' + ? Number(opts.depth || 32) + : opts.depth + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate query parser + var queryparse = extended + ? extendedparser(opts) + : simpleparser(opts) + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + function parse (body) { + return body.length + ? queryparse(body) + : {} + } + + return function urlencodedParser (req, res, next) { + if (req._body) { + debug('body already parsed') + next() + return + } + + req.body = req.body || {} + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset + var charset = getCharset(req) || 'utf-8' + if (charset !== 'utf-8') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + debug: debug, + encoding: charset, + inflate: inflate, + limit: limit, + verify: verify, + depth: depth + }) + } +} + +/** + * Get the extended query parser. + * + * @param {object} options + */ + +function extendedparser (options) { + var parameterLimit = options.parameterLimit !== undefined + ? options.parameterLimit + : 1000 + + var depth = typeof options.depth !== 'number' + ? Number(options.depth || 32) + : options.depth + var parse = parser('qs') + + if (isNaN(parameterLimit) || parameterLimit < 1) { + throw new TypeError('option parameterLimit must be a positive number') + } + + if (isNaN(depth) || depth < 0) { + throw new TypeError('option depth must be a zero or a positive number') + } + + if (isFinite(parameterLimit)) { + parameterLimit = parameterLimit | 0 + } + + return function queryparse (body) { + var paramCount = parameterCount(body, parameterLimit) + + if (paramCount === undefined) { + debug('too many parameters') + throw createError(413, 'too many parameters', { + type: 'parameters.too.many' + }) + } + + var arrayLimit = Math.max(100, paramCount) + + debug('parse extended urlencoding') + try { + return parse(body, { + allowPrototypes: true, + arrayLimit: arrayLimit, + depth: depth, + strictDepth: true, + parameterLimit: parameterLimit + }) + } catch (err) { + if (err instanceof RangeError) { + throw createError(400, 'The input exceeded the depth', { + type: 'querystring.parse.rangeError' + }) + } else { + throw err + } + } + } +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch (e) { + return undefined + } +} + +/** + * Count the number of parameters, stopping once limit reached + * + * @param {string} body + * @param {number} limit + * @api private + */ + +function parameterCount (body, limit) { + var count = 0 + var index = 0 + + while ((index = body.indexOf('&', index)) !== -1) { + count++ + index++ + + if (count === limit) { + return undefined + } + } + + return count +} + +/** + * Get parser for module name dynamically. + * + * @param {string} name + * @return {function} + * @api private + */ + +function parser (name) { + var mod = parsers[name] + + if (mod !== undefined) { + return mod.parse + } + + // this uses a switch for static require analysis + switch (name) { + case 'qs': + mod = require('qs') + break + case 'querystring': + mod = require('querystring') + break + } + + // store to prevent invoking require() + parsers[name] = mod + + return mod.parse +} + +/** + * Get the simple query parser. + * + * @param {object} options + */ + +function simpleparser (options) { + var parameterLimit = options.parameterLimit !== undefined + ? options.parameterLimit + : 1000 + var parse = parser('querystring') + + if (isNaN(parameterLimit) || parameterLimit < 1) { + throw new TypeError('option parameterLimit must be a positive number') + } + + if (isFinite(parameterLimit)) { + parameterLimit = parameterLimit | 0 + } + + return function queryparse (body) { + var paramCount = parameterCount(body, parameterLimit) + + if (paramCount === undefined) { + debug('too many parameters') + throw createError(413, 'too many parameters', { + type: 'parameters.too.many' + }) + } + + debug('parse urlencoding') + return parse(body, undefined, undefined, { maxKeys: parameterLimit }) + } +} + +/** + * Get the simple type checker. + * + * @param {string} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} diff --git a/server/node_modules/body-parser/package.json b/server/node_modules/body-parser/package.json new file mode 100644 index 000000000..3c9926fc5 --- /dev/null +++ b/server/node_modules/body-parser/package.json @@ -0,0 +1,56 @@ +{ + "name": "body-parser", + "description": "Node.js body parsing middleware", + "version": "1.20.3", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "repository": "expressjs/body-parser", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "devDependencies": { + "eslint": "8.34.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.27.5", + "eslint-plugin-markdown": "3.0.0", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "6.1.1", + "eslint-plugin-standard": "4.1.0", + "methods": "1.1.2", + "mocha": "10.2.0", + "nyc": "15.1.0", + "safe-buffer": "5.2.1", + "supertest": "6.3.3" + }, + "files": [ + "lib/", + "LICENSE", + "HISTORY.md", + "SECURITY.md", + "index.js" + ], + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --require test/support/env --reporter spec --check-leaks --bail test/", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/server/node_modules/bytes/History.md b/server/node_modules/bytes/History.md new file mode 100644 index 000000000..d60ce0e6d --- /dev/null +++ b/server/node_modules/bytes/History.md @@ -0,0 +1,97 @@ +3.1.2 / 2022-01-27 +================== + + * Fix return value for un-parsable strings + +3.1.1 / 2021-11-15 +================== + + * Fix "thousandsSeparator" incorrecting formatting fractional part + +3.1.0 / 2019-01-22 +================== + + * Add petabyte (`pb`) support + +3.0.0 / 2017-08-31 +================== + + * Change "kB" to "KB" in format output + * Remove support for Node.js 0.6 + * Remove support for ComponentJS + +2.5.0 / 2017-03-24 +================== + + * Add option "unit" + +2.4.0 / 2016-06-01 +================== + + * Add option "unitSeparator" + +2.3.0 / 2016-02-15 +================== + + * Drop partial bytes on all parsed units + * Fix non-finite numbers to `.format` to return `null` + * Fix parsing byte string that looks like hex + * perf: hoist regular expressions + +2.2.0 / 2015-11-13 +================== + + * add option "decimalPlaces" + * add option "fixedDecimals" + +2.1.0 / 2015-05-21 +================== + + * add `.format` export + * add `.parse` export + +2.0.2 / 2015-05-20 +================== + + * remove map recreation + * remove unnecessary object construction + +2.0.1 / 2015-05-07 +================== + + * fix browserify require + * remove node.extend dependency + +2.0.0 / 2015-04-12 +================== + + * add option "case" + * add option "thousandsSeparator" + * return "null" on invalid parse input + * support proper round-trip: bytes(bytes(num)) === num + * units no longer case sensitive when parsing + +1.0.0 / 2014-05-05 +================== + + * add negative support. fixes #6 + +0.3.0 / 2014-03-19 +================== + + * added terabyte support + +0.2.1 / 2013-04-01 +================== + + * add .component + +0.2.0 / 2012-10-28 +================== + + * bytes(200).should.eql('200b') + +0.1.0 / 2012-07-04 +================== + + * add bytes to string conversion [yields] diff --git a/server/node_modules/bytes/LICENSE b/server/node_modules/bytes/LICENSE new file mode 100644 index 000000000..63e95a963 --- /dev/null +++ b/server/node_modules/bytes/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015 Jed Watson + +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. diff --git a/server/node_modules/bytes/Readme.md b/server/node_modules/bytes/Readme.md new file mode 100644 index 000000000..5790e23e3 --- /dev/null +++ b/server/node_modules/bytes/Readme.md @@ -0,0 +1,152 @@ +# Bytes utility + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```bash +$ npm install bytes +``` + +## Usage + +```js +var bytes = require('bytes'); +``` + +#### bytes(number|string value, [options]): number|string|null + +Default export function. Delegates to either `bytes.format` or `bytes.parse` based on the type of `value`. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number`|`string` | Number value to format or string value to parse | +| options | `Object` | Conversion options for `format` | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`number`|`null` | Return null upon error. Numeric value in bytes, or string value otherwise. | + +**Example** + +```js +bytes(1024); +// output: '1KB' + +bytes('1KB'); +// output: 1024 +``` + +#### bytes.format(number value, [options]): string|null + +Format the given value in bytes into a string. If the value is negative, it is kept as such. If it is a float, it is + rounded. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number` | Value in bytes | +| options | `Object` | Conversion options | + +**Options** + +| Property | Type | Description | +|-------------------|--------|-----------------------------------------------------------------------------------------| +| decimalPlaces | `number`|`null` | Maximum number of decimal places to include in output. Default value to `2`. | +| fixedDecimals | `boolean`|`null` | Whether to always display the maximum number of decimal places. Default value to `false` | +| thousandsSeparator | `string`|`null` | Example of values: `' '`, `','` and `'.'`... Default value to `''`. | +| unit | `string`|`null` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to `''` (which means auto detect). | +| unitSeparator | `string`|`null` | Separator to use between number and unit. Default value to `''`. | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`null` | Return null upon error. String value otherwise. | + +**Example** + +```js +bytes.format(1024); +// output: '1KB' + +bytes.format(1000); +// output: '1000B' + +bytes.format(1000, {thousandsSeparator: ' '}); +// output: '1 000B' + +bytes.format(1024 * 1.7, {decimalPlaces: 0}); +// output: '2KB' + +bytes.format(1024, {unitSeparator: ' '}); +// output: '1 KB' +``` + +#### bytes.parse(string|number value): number|null + +Parse the string value into an integer in bytes. If no unit is given, or `value` +is a number, it is assumed the value is in bytes. + +Supported units and abbreviations are as follows and are case-insensitive: + + * `b` for bytes + * `kb` for kilobytes + * `mb` for megabytes + * `gb` for gigabytes + * `tb` for terabytes + * `pb` for petabytes + +The units are in powers of two, not ten. This means 1kb = 1024b according to this parser. + +**Arguments** + +| Name | Type | Description | +|---------------|--------|--------------------| +| value | `string`|`number` | String to parse, or number in bytes. | + +**Returns** + +| Name | Type | Description | +|---------|-------------|-------------------------| +| results | `number`|`null` | Return null upon error. Value in bytes otherwise. | + +**Example** + +```js +bytes.parse('1KB'); +// output: 1024 + +bytes.parse('1024'); +// output: 1024 + +bytes.parse(1024); +// output: 1024 +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/visionmedia/bytes.js/master?label=ci +[ci-url]: https://github.com/visionmedia/bytes.js/actions?query=workflow%3Aci +[coveralls-image]: https://badgen.net/coveralls/c/github/visionmedia/bytes.js/master +[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master +[downloads-image]: https://badgen.net/npm/dm/bytes +[downloads-url]: https://npmjs.org/package/bytes +[npm-image]: https://badgen.net/npm/v/bytes +[npm-url]: https://npmjs.org/package/bytes diff --git a/server/node_modules/bytes/index.js b/server/node_modules/bytes/index.js new file mode 100644 index 000000000..6f2d0f89e --- /dev/null +++ b/server/node_modules/bytes/index.js @@ -0,0 +1,170 @@ +/*! + * bytes + * Copyright(c) 2012-2014 TJ Holowaychuk + * Copyright(c) 2015 Jed Watson + * MIT Licensed + */ + +'use strict'; + +/** + * Module exports. + * @public + */ + +module.exports = bytes; +module.exports.format = format; +module.exports.parse = parse; + +/** + * Module variables. + * @private + */ + +var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g; + +var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/; + +var map = { + b: 1, + kb: 1 << 10, + mb: 1 << 20, + gb: 1 << 30, + tb: Math.pow(1024, 4), + pb: Math.pow(1024, 5), +}; + +var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i; + +/** + * Convert the given value in bytes into a string or parse to string to an integer in bytes. + * + * @param {string|number} value + * @param {{ + * case: [string], + * decimalPlaces: [number] + * fixedDecimals: [boolean] + * thousandsSeparator: [string] + * unitSeparator: [string] + * }} [options] bytes options. + * + * @returns {string|number|null} + */ + +function bytes(value, options) { + if (typeof value === 'string') { + return parse(value); + } + + if (typeof value === 'number') { + return format(value, options); + } + + return null; +} + +/** + * Format the given value in bytes into a string. + * + * If the value is negative, it is kept as such. If it is a float, + * it is rounded. + * + * @param {number} value + * @param {object} [options] + * @param {number} [options.decimalPlaces=2] + * @param {number} [options.fixedDecimals=false] + * @param {string} [options.thousandsSeparator=] + * @param {string} [options.unit=] + * @param {string} [options.unitSeparator=] + * + * @returns {string|null} + * @public + */ + +function format(value, options) { + if (!Number.isFinite(value)) { + return null; + } + + var mag = Math.abs(value); + var thousandsSeparator = (options && options.thousandsSeparator) || ''; + var unitSeparator = (options && options.unitSeparator) || ''; + var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2; + var fixedDecimals = Boolean(options && options.fixedDecimals); + var unit = (options && options.unit) || ''; + + if (!unit || !map[unit.toLowerCase()]) { + if (mag >= map.pb) { + unit = 'PB'; + } else if (mag >= map.tb) { + unit = 'TB'; + } else if (mag >= map.gb) { + unit = 'GB'; + } else if (mag >= map.mb) { + unit = 'MB'; + } else if (mag >= map.kb) { + unit = 'KB'; + } else { + unit = 'B'; + } + } + + var val = value / map[unit.toLowerCase()]; + var str = val.toFixed(decimalPlaces); + + if (!fixedDecimals) { + str = str.replace(formatDecimalsRegExp, '$1'); + } + + if (thousandsSeparator) { + str = str.split('.').map(function (s, i) { + return i === 0 + ? s.replace(formatThousandsRegExp, thousandsSeparator) + : s + }).join('.'); + } + + return str + unitSeparator + unit; +} + +/** + * Parse the string value into an integer in bytes. + * + * If no unit is given, it is assumed the value is in bytes. + * + * @param {number|string} val + * + * @returns {number|null} + * @public + */ + +function parse(val) { + if (typeof val === 'number' && !isNaN(val)) { + return val; + } + + if (typeof val !== 'string') { + return null; + } + + // Test if the string passed is valid + var results = parseRegExp.exec(val); + var floatValue; + var unit = 'b'; + + if (!results) { + // Nothing could be extracted from the given string + floatValue = parseInt(val, 10); + unit = 'b' + } else { + // Retrieve the value and the unit + floatValue = parseFloat(results[1]); + unit = results[4].toLowerCase(); + } + + if (isNaN(floatValue)) { + return null; + } + + return Math.floor(map[unit] * floatValue); +} diff --git a/server/node_modules/bytes/package.json b/server/node_modules/bytes/package.json new file mode 100644 index 000000000..f2b6a8b0e --- /dev/null +++ b/server/node_modules/bytes/package.json @@ -0,0 +1,42 @@ +{ + "name": "bytes", + "description": "Utility to parse a string bytes to bytes and vice-versa", + "version": "3.1.2", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "contributors": [ + "Jed Watson ", + "Théo FIDRY " + ], + "license": "MIT", + "keywords": [ + "byte", + "bytes", + "utility", + "parse", + "parser", + "convert", + "converter" + ], + "repository": "visionmedia/bytes.js", + "devDependencies": { + "eslint": "7.32.0", + "eslint-plugin-markdown": "2.2.1", + "mocha": "9.2.0", + "nyc": "15.1.0" + }, + "files": [ + "History.md", + "LICENSE", + "Readme.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --check-leaks --reporter spec", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/server/node_modules/call-bind-apply-helpers/.eslintrc b/server/node_modules/call-bind-apply-helpers/.eslintrc new file mode 100644 index 000000000..201e859be --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/.eslintrc @@ -0,0 +1,17 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "func-name-matching": 0, + "id-length": 0, + "new-cap": [2, { + "capIsNewExceptions": [ + "GetIntrinsic", + ], + }], + "no-extra-parens": 0, + "no-magic-numbers": 0, + }, +} diff --git a/.github/FUNDING.yml b/server/node_modules/call-bind-apply-helpers/.github/FUNDING.yml similarity index 69% rename from .github/FUNDING.yml rename to server/node_modules/call-bind-apply-helpers/.github/FUNDING.yml index 535cc6c1d..0011e9d65 100644 --- a/.github/FUNDING.yml +++ b/server/node_modules/call-bind-apply-helpers/.github/FUNDING.yml @@ -1,12 +1,12 @@ # These are supported funding model platforms -ko_fi: rcourtman -github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] +github: [ljharb] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username -tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/call-bind-apply-helpers community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username -custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] \ No newline at end of file +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/server/node_modules/call-bind-apply-helpers/.nycrc b/server/node_modules/call-bind-apply-helpers/.nycrc new file mode 100644 index 000000000..bdd626ce9 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/.nycrc @@ -0,0 +1,9 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "exclude": [ + "coverage", + "test" + ] +} diff --git a/server/node_modules/call-bind-apply-helpers/CHANGELOG.md b/server/node_modules/call-bind-apply-helpers/CHANGELOG.md new file mode 100644 index 000000000..24849428b --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.2](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.1...v1.0.2) - 2025-02-12 + +### Commits + +- [types] improve inferred types [`e6f9586`](https://github.com/ljharb/call-bind-apply-helpers/commit/e6f95860a3c72879cb861a858cdfb8138fbedec1) +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`e43d540`](https://github.com/ljharb/call-bind-apply-helpers/commit/e43d5409f97543bfbb11f345d47d8ce4e066d8c1) + +## [v1.0.1](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.0...v1.0.1) - 2024-12-08 + +### Commits + +- [types] `reflectApply`: fix types [`4efc396`](https://github.com/ljharb/call-bind-apply-helpers/commit/4efc3965351a4f02cc55e836fa391d3d11ef2ef8) +- [Fix] `reflectApply`: oops, Reflect is not a function [`83cc739`](https://github.com/ljharb/call-bind-apply-helpers/commit/83cc7395de6b79b7730bdf092f1436f0b1263c75) +- [Dev Deps] update `@arethetypeswrong/cli` [`80bd5d3`](https://github.com/ljharb/call-bind-apply-helpers/commit/80bd5d3ae58b4f6b6995ce439dd5a1bcb178a940) + +## v1.0.0 - 2024-12-05 + +### Commits + +- Initial implementation, tests, readme [`7879629`](https://github.com/ljharb/call-bind-apply-helpers/commit/78796290f9b7430c9934d6f33d94ae9bc89fce04) +- Initial commit [`3f1dc16`](https://github.com/ljharb/call-bind-apply-helpers/commit/3f1dc164afc43285631b114a5f9dd9137b2b952f) +- npm init [`081df04`](https://github.com/ljharb/call-bind-apply-helpers/commit/081df048c312fcee400922026f6e97281200a603) +- Only apps should have lockfiles [`5b9ca0f`](https://github.com/ljharb/call-bind-apply-helpers/commit/5b9ca0fe8101ebfaf309c549caac4e0a017ed930) diff --git a/LICENSE b/server/node_modules/call-bind-apply-helpers/LICENSE similarity index 95% rename from LICENSE rename to server/node_modules/call-bind-apply-helpers/LICENSE index cde87e4ac..f82f38963 100644 --- a/LICENSE +++ b/server/node_modules/call-bind-apply-helpers/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2025 Richard Courtman +Copyright (c) 2024 Jordan Harband Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ 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 +SOFTWARE. diff --git a/server/node_modules/call-bind-apply-helpers/README.md b/server/node_modules/call-bind-apply-helpers/README.md new file mode 100644 index 000000000..8fc0dae1b --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/README.md @@ -0,0 +1,62 @@ +# call-bind-apply-helpers [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Helper functions around Function call/apply/bind, for use in `call-bind`. + +The only packages that should likely ever use this package directly are `call-bind` and `get-intrinsic`. +Please use `call-bind` unless you have a very good reason not to. + +## Getting started + +```sh +npm install --save call-bind-apply-helpers +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const callBindBasic = require('call-bind-apply-helpers'); + +function f(a, b) { + assert.equal(this, 1); + assert.equal(a, 2); + assert.equal(b, 3); + assert.equal(arguments.length, 2); +} + +const fBound = callBindBasic([f, 1]); + +delete Function.prototype.call; +delete Function.prototype.bind; + +fBound(2, 3); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/call-bind-apply-helpers +[npm-version-svg]: https://versionbadg.es/ljharb/call-bind-apply-helpers.svg +[deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers.svg +[deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers +[dev-deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/call-bind-apply-helpers.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/call-bind-apply-helpers.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/call-bind-apply-helpers.svg +[downloads-url]: https://npm-stat.com/charts.html?package=call-bind-apply-helpers +[codecov-image]: https://codecov.io/gh/ljharb/call-bind-apply-helpers/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/call-bind-apply-helpers/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bind-apply-helpers +[actions-url]: https://github.com/ljharb/call-bind-apply-helpers/actions diff --git a/server/node_modules/call-bind-apply-helpers/actualApply.d.ts b/server/node_modules/call-bind-apply-helpers/actualApply.d.ts new file mode 100644 index 000000000..b87286a21 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/actualApply.d.ts @@ -0,0 +1 @@ +export = Reflect.apply; \ No newline at end of file diff --git a/server/node_modules/call-bind-apply-helpers/actualApply.js b/server/node_modules/call-bind-apply-helpers/actualApply.js new file mode 100644 index 000000000..ffa51355d --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/actualApply.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); + +var $apply = require('./functionApply'); +var $call = require('./functionCall'); +var $reflectApply = require('./reflectApply'); + +/** @type {import('./actualApply')} */ +module.exports = $reflectApply || bind.call($call, $apply); diff --git a/server/node_modules/call-bind-apply-helpers/applyBind.d.ts b/server/node_modules/call-bind-apply-helpers/applyBind.d.ts new file mode 100644 index 000000000..d176c1ab3 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/applyBind.d.ts @@ -0,0 +1,19 @@ +import actualApply from './actualApply'; + +type TupleSplitHead = T['length'] extends N + ? T + : T extends [...infer R, any] + ? TupleSplitHead + : never + +type TupleSplitTail = O['length'] extends N + ? T + : T extends [infer F, ...infer R] + ? TupleSplitTail<[...R], N, [...O, F]> + : never + +type TupleSplit = [TupleSplitHead, TupleSplitTail] + +declare function applyBind(...args: TupleSplit, 2>[1]): ReturnType; + +export = applyBind; \ No newline at end of file diff --git a/server/node_modules/call-bind-apply-helpers/applyBind.js b/server/node_modules/call-bind-apply-helpers/applyBind.js new file mode 100644 index 000000000..d2b772314 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/applyBind.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); +var $apply = require('./functionApply'); +var actualApply = require('./actualApply'); + +/** @type {import('./applyBind')} */ +module.exports = function applyBind() { + return actualApply(bind, $apply, arguments); +}; diff --git a/server/node_modules/call-bind-apply-helpers/functionApply.d.ts b/server/node_modules/call-bind-apply-helpers/functionApply.d.ts new file mode 100644 index 000000000..1f6e11b3d --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/functionApply.d.ts @@ -0,0 +1 @@ +export = Function.prototype.apply; \ No newline at end of file diff --git a/server/node_modules/call-bind-apply-helpers/functionApply.js b/server/node_modules/call-bind-apply-helpers/functionApply.js new file mode 100644 index 000000000..c71df9c2b --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/functionApply.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./functionApply')} */ +module.exports = Function.prototype.apply; diff --git a/server/node_modules/call-bind-apply-helpers/functionCall.d.ts b/server/node_modules/call-bind-apply-helpers/functionCall.d.ts new file mode 100644 index 000000000..15e93df35 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/functionCall.d.ts @@ -0,0 +1 @@ +export = Function.prototype.call; \ No newline at end of file diff --git a/server/node_modules/call-bind-apply-helpers/functionCall.js b/server/node_modules/call-bind-apply-helpers/functionCall.js new file mode 100644 index 000000000..7a8d87357 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/functionCall.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./functionCall')} */ +module.exports = Function.prototype.call; diff --git a/server/node_modules/call-bind-apply-helpers/index.d.ts b/server/node_modules/call-bind-apply-helpers/index.d.ts new file mode 100644 index 000000000..541516bd0 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/index.d.ts @@ -0,0 +1,64 @@ +type RemoveFromTuple< + Tuple extends readonly unknown[], + RemoveCount extends number, + Index extends 1[] = [] +> = Index["length"] extends RemoveCount + ? Tuple + : Tuple extends [infer First, ...infer Rest] + ? RemoveFromTuple + : Tuple; + +type ConcatTuples< + Prefix extends readonly unknown[], + Suffix extends readonly unknown[] +> = [...Prefix, ...Suffix]; + +type ExtractFunctionParams = T extends (this: infer TThis, ...args: infer P extends readonly unknown[]) => infer R + ? { thisArg: TThis; params: P; returnType: R } + : never; + +type BindFunction< + T extends (this: any, ...args: any[]) => any, + TThis, + TBoundArgs extends readonly unknown[], + ReceiverBound extends boolean +> = ExtractFunctionParams extends { + thisArg: infer OrigThis; + params: infer P extends readonly unknown[]; + returnType: infer R; +} + ? ReceiverBound extends true + ? (...args: RemoveFromTuple>) => R extends [OrigThis, ...infer Rest] + ? [TThis, ...Rest] // Replace `this` with `thisArg` + : R + : >>( + thisArg: U, + ...args: RemainingArgs + ) => R extends [OrigThis, ...infer Rest] + ? [U, ...ConcatTuples] // Preserve bound args in return type + : R + : never; + +declare function callBind< + const T extends (this: any, ...args: any[]) => any, + Extracted extends ExtractFunctionParams, + const TBoundArgs extends Partial & readonly unknown[], + const TThis extends Extracted["thisArg"] +>( + args: [fn: T, thisArg: TThis, ...boundArgs: TBoundArgs] +): BindFunction; + +declare function callBind< + const T extends (this: any, ...args: any[]) => any, + Extracted extends ExtractFunctionParams, + const TBoundArgs extends Partial & readonly unknown[] +>( + args: [fn: T, ...boundArgs: TBoundArgs] +): BindFunction; + +declare function callBind( + args: [fn: Exclude, ...rest: TArgs] +): never; + +// export as namespace callBind; +export = callBind; diff --git a/server/node_modules/call-bind-apply-helpers/index.js b/server/node_modules/call-bind-apply-helpers/index.js new file mode 100644 index 000000000..2f6dab4c1 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/index.js @@ -0,0 +1,15 @@ +'use strict'; + +var bind = require('function-bind'); +var $TypeError = require('es-errors/type'); + +var $call = require('./functionCall'); +var $actualApply = require('./actualApply'); + +/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */ +module.exports = function callBindBasic(args) { + if (args.length < 1 || typeof args[0] !== 'function') { + throw new $TypeError('a function is required'); + } + return $actualApply(bind, $call, args); +}; diff --git a/server/node_modules/call-bind-apply-helpers/package.json b/server/node_modules/call-bind-apply-helpers/package.json new file mode 100644 index 000000000..923b8be2f --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/package.json @@ -0,0 +1,85 @@ +{ + "name": "call-bind-apply-helpers", + "version": "1.0.2", + "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", + "main": "index.js", + "exports": { + ".": "./index.js", + "./actualApply": "./actualApply.js", + "./applyBind": "./applyBind.js", + "./functionApply": "./functionApply.js", + "./functionCall": "./functionCall.js", + "./reflectApply": "./reflectApply.js", + "./package.json": "./package.json" + }, + "scripts": { + "prepack": "npmignore --auto --commentLines=auto", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prepublishOnly": "safe-publish-latest", + "prelint": "evalmd README.md", + "lint": "eslint --ext=.js,.mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git" + }, + "author": "Jordan Harband ", + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/call-bind-apply-helpers/issues" + }, + "homepage": "https://github.com/ljharb/call-bind-apply-helpers#readme", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.3", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.3", + "@types/for-each": "^0.3.3", + "@types/function-bind": "^1.1.10", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.8.1", + "auto-changelog": "^2.5.0", + "encoding": "^0.1.13", + "es-value-fixtures": "^1.7.1", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "for-each": "^0.3.5", + "has-strict-mode": "^1.1.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "object-inspect": "^1.13.4", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "testling": { + "files": "test/index.js" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/server/node_modules/call-bind-apply-helpers/reflectApply.d.ts b/server/node_modules/call-bind-apply-helpers/reflectApply.d.ts new file mode 100644 index 000000000..6b2ae764c --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/reflectApply.d.ts @@ -0,0 +1,3 @@ +declare const reflectApply: false | typeof Reflect.apply; + +export = reflectApply; diff --git a/server/node_modules/call-bind-apply-helpers/reflectApply.js b/server/node_modules/call-bind-apply-helpers/reflectApply.js new file mode 100644 index 000000000..3d03caa69 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/reflectApply.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./reflectApply')} */ +module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply; diff --git a/server/node_modules/call-bind-apply-helpers/test/index.js b/server/node_modules/call-bind-apply-helpers/test/index.js new file mode 100644 index 000000000..1cdc89ed4 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/test/index.js @@ -0,0 +1,63 @@ +'use strict'; + +var callBind = require('../'); +var hasStrictMode = require('has-strict-mode')(); +var forEach = require('for-each'); +var inspect = require('object-inspect'); +var v = require('es-value-fixtures'); + +var test = require('tape'); + +test('callBindBasic', function (t) { + forEach(v.nonFunctions, function (nonFunction) { + t['throws']( + // @ts-expect-error + function () { callBind([nonFunction]); }, + TypeError, + inspect(nonFunction) + ' is not a function' + ); + }); + + var sentinel = { sentinel: true }; + /** @type {(this: T, a: A, b: B) => [T | undefined, A, B]} */ + var func = function (a, b) { + // eslint-disable-next-line no-invalid-this + return [!hasStrictMode && this === global ? undefined : this, a, b]; + }; + t.equal(func.length, 2, 'original function length is 2'); + + /** type {(thisArg: unknown, a: number, b: number) => [unknown, number, number]} */ + var bound = callBind([func]); + /** type {((a: number, b: number) => [typeof sentinel, typeof a, typeof b])} */ + var boundR = callBind([func, sentinel]); + /** type {((b: number) => [typeof sentinel, number, typeof b])} */ + var boundArg = callBind([func, sentinel, /** @type {const} */ (1)]); + + // @ts-expect-error + t.deepEqual(bound(), [undefined, undefined, undefined], 'bound func with no args'); + + // @ts-expect-error + t.deepEqual(func(), [undefined, undefined, undefined], 'unbound func with too few args'); + // @ts-expect-error + t.deepEqual(bound(1, 2), [hasStrictMode ? 1 : Object(1), 2, undefined], 'bound func too few args'); + // @ts-expect-error + t.deepEqual(boundR(), [sentinel, undefined, undefined], 'bound func with receiver, with too few args'); + // @ts-expect-error + t.deepEqual(boundArg(), [sentinel, 1, undefined], 'bound func with receiver and arg, with too few args'); + + t.deepEqual(func(1, 2), [undefined, 1, 2], 'unbound func with right args'); + t.deepEqual(bound(1, 2, 3), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with right args'); + t.deepEqual(boundR(1, 2), [sentinel, 1, 2], 'bound func with receiver, with right args'); + t.deepEqual(boundArg(2), [sentinel, 1, 2], 'bound func with receiver and arg, with right arg'); + + // @ts-expect-error + t.deepEqual(func(1, 2, 3), [undefined, 1, 2], 'unbound func with too many args'); + // @ts-expect-error + t.deepEqual(bound(1, 2, 3, 4), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with too many args'); + // @ts-expect-error + t.deepEqual(boundR(1, 2, 3), [sentinel, 1, 2], 'bound func with receiver, with too many args'); + // @ts-expect-error + t.deepEqual(boundArg(2, 3), [sentinel, 1, 2], 'bound func with receiver and arg, with too many args'); + + t.end(); +}); diff --git a/server/node_modules/call-bind-apply-helpers/tsconfig.json b/server/node_modules/call-bind-apply-helpers/tsconfig.json new file mode 100644 index 000000000..aef999308 --- /dev/null +++ b/server/node_modules/call-bind-apply-helpers/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "es2021", + }, + "exclude": [ + "coverage", + ], +} \ No newline at end of file diff --git a/server/node_modules/call-bound/.eslintrc b/server/node_modules/call-bound/.eslintrc new file mode 100644 index 000000000..2612ed8fe --- /dev/null +++ b/server/node_modules/call-bound/.eslintrc @@ -0,0 +1,13 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "new-cap": [2, { + "capIsNewExceptions": [ + "GetIntrinsic", + ], + }], + }, +} diff --git a/server/node_modules/call-bound/.github/FUNDING.yml b/server/node_modules/call-bound/.github/FUNDING.yml new file mode 100644 index 000000000..2a2a13571 --- /dev/null +++ b/server/node_modules/call-bound/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/call-bound +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/server/node_modules/call-bound/.nycrc b/server/node_modules/call-bound/.nycrc new file mode 100644 index 000000000..bdd626ce9 --- /dev/null +++ b/server/node_modules/call-bound/.nycrc @@ -0,0 +1,9 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "exclude": [ + "coverage", + "test" + ] +} diff --git a/server/node_modules/call-bound/CHANGELOG.md b/server/node_modules/call-bound/CHANGELOG.md new file mode 100644 index 000000000..8bde4e9a5 --- /dev/null +++ b/server/node_modules/call-bound/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.4](https://github.com/ljharb/call-bound/compare/v1.0.3...v1.0.4) - 2025-03-03 + +### Commits + +- [types] improve types [`e648922`](https://github.com/ljharb/call-bound/commit/e6489222a9e54f350fbf952ceabe51fd8b6027ff) +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`a42a5eb`](https://github.com/ljharb/call-bound/commit/a42a5ebe6c1b54fcdc7997c7dc64fdca9e936719) +- [Deps] update `call-bind-apply-helpers`, `get-intrinsic` [`f529eac`](https://github.com/ljharb/call-bound/commit/f529eac132404c17156bbc23ab2297a25d0f20b8) + +## [v1.0.3](https://github.com/ljharb/call-bound/compare/v1.0.2...v1.0.3) - 2024-12-15 + +### Commits + +- [Refactor] use `call-bind-apply-helpers` instead of `call-bind` [`5e0b134`](https://github.com/ljharb/call-bound/commit/5e0b13496df14fb7d05dae9412f088da8d3f75be) +- [Deps] update `get-intrinsic` [`41fc967`](https://github.com/ljharb/call-bound/commit/41fc96732a22c7b7e8f381f93ccc54bb6293be2e) +- [readme] fix example [`79a0137`](https://github.com/ljharb/call-bound/commit/79a0137723f7c6d09c9c05452bbf8d5efb5d6e49) +- [meta] add `sideEffects` flag [`08b07be`](https://github.com/ljharb/call-bound/commit/08b07be7f1c03f67dc6f3cdaf0906259771859f7) + +## [v1.0.2](https://github.com/ljharb/call-bound/compare/v1.0.1...v1.0.2) - 2024-12-10 + +### Commits + +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `gopd` [`e6a5ffe`](https://github.com/ljharb/call-bound/commit/e6a5ffe849368fe4f74dfd6cdeca1b9baa39e8d5) +- [Deps] update `call-bind`, `get-intrinsic` [`2aeb5b5`](https://github.com/ljharb/call-bound/commit/2aeb5b521dc2b2683d1345c753ea1161de2d1c14) +- [types] improve return type [`1a0c9fe`](https://github.com/ljharb/call-bound/commit/1a0c9fe3114471e7ca1f57d104e2efe713bb4871) + +## v1.0.1 - 2024-12-05 + +### Commits + +- Initial implementation, tests, readme, types [`6d94121`](https://github.com/ljharb/call-bound/commit/6d94121a9243602e506334069f7a03189fe3363d) +- Initial commit [`0eae867`](https://github.com/ljharb/call-bound/commit/0eae867334ea025c33e6e91cdecfc9df96680cf9) +- npm init [`71b2479`](https://github.com/ljharb/call-bound/commit/71b2479c6723e0b7d91a6b663613067e98b7b275) +- Only apps should have lockfiles [`c3754a9`](https://github.com/ljharb/call-bound/commit/c3754a949b7f9132b47e2d18c1729889736741eb) +- [actions] skip `npm ls` in node < 10 [`74275a5`](https://github.com/ljharb/call-bound/commit/74275a5186b8caf6309b6b97472bdcb0df4683a8) +- [Dev Deps] add missing peer dep [`1354de8`](https://github.com/ljharb/call-bound/commit/1354de8679413e4ae9c523d85f76fa7a5e032d97) diff --git a/server/node_modules/call-bound/LICENSE b/server/node_modules/call-bound/LICENSE new file mode 100644 index 000000000..f82f38963 --- /dev/null +++ b/server/node_modules/call-bound/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jordan Harband + +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. diff --git a/server/node_modules/call-bound/README.md b/server/node_modules/call-bound/README.md new file mode 100644 index 000000000..a44e43e56 --- /dev/null +++ b/server/node_modules/call-bound/README.md @@ -0,0 +1,53 @@ +# call-bound [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. + +## Getting started + +```sh +npm install --save call-bound +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const callBound = require('call-bound'); + +const slice = callBound('Array.prototype.slice'); + +delete Function.prototype.call; +delete Function.prototype.bind; +delete Array.prototype.slice; + +assert.deepEqual(slice([1, 2, 3, 4], 1, -1), [2, 3]); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/call-bound +[npm-version-svg]: https://versionbadg.es/ljharb/call-bound.svg +[deps-svg]: https://david-dm.org/ljharb/call-bound.svg +[deps-url]: https://david-dm.org/ljharb/call-bound +[dev-deps-svg]: https://david-dm.org/ljharb/call-bound/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/call-bound#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/call-bound.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/call-bound.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/call-bound.svg +[downloads-url]: https://npm-stat.com/charts.html?package=call-bound +[codecov-image]: https://codecov.io/gh/ljharb/call-bound/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/call-bound/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bound +[actions-url]: https://github.com/ljharb/call-bound/actions diff --git a/server/node_modules/call-bound/index.d.ts b/server/node_modules/call-bound/index.d.ts new file mode 100644 index 000000000..5562f00ed --- /dev/null +++ b/server/node_modules/call-bound/index.d.ts @@ -0,0 +1,94 @@ +type Intrinsic = typeof globalThis; + +type IntrinsicName = keyof Intrinsic | `%${keyof Intrinsic}%`; + +type IntrinsicPath = IntrinsicName | `${StripPercents}.${string}` | `%${StripPercents}.${string}%`; + +type AllowMissing = boolean; + +type StripPercents = T extends `%${infer U}%` ? U : T; + +type BindMethodPrecise = + F extends (this: infer This, ...args: infer Args) => infer R + ? (obj: This, ...args: Args) => R + : F extends { + (this: infer This1, ...args: infer Args1): infer R1; + (this: infer This2, ...args: infer Args2): infer R2 + } + ? { + (obj: This1, ...args: Args1): R1; + (obj: This2, ...args: Args2): R2 + } + : never + +// Extract method type from a prototype +type GetPrototypeMethod = + (typeof globalThis)[T] extends { prototype: any } + ? M extends keyof (typeof globalThis)[T]['prototype'] + ? (typeof globalThis)[T]['prototype'][M] + : never + : never + +// Get static property/method +type GetStaticMember = + P extends keyof (typeof globalThis)[T] ? (typeof globalThis)[T][P] : never + +// Type that maps string path to actual bound function or value with better precision +type BoundIntrinsic = + S extends `${infer Obj}.prototype.${infer Method}` + ? Obj extends keyof typeof globalThis + ? BindMethodPrecise> + : unknown + : S extends `${infer Obj}.${infer Prop}` + ? Obj extends keyof typeof globalThis + ? GetStaticMember + : unknown + : unknown + +declare function arraySlice(array: readonly T[], start?: number, end?: number): T[]; +declare function arraySlice(array: ArrayLike, start?: number, end?: number): T[]; +declare function arraySlice(array: IArguments, start?: number, end?: number): T[]; + +// Special cases for methods that need explicit typing +interface SpecialCases { + '%Object.prototype.isPrototypeOf%': (thisArg: {}, obj: unknown) => boolean; + '%String.prototype.replace%': { + (str: string, searchValue: string | RegExp, replaceValue: string): string; + (str: string, searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string + }; + '%Object.prototype.toString%': (obj: {}) => string; + '%Object.prototype.hasOwnProperty%': (obj: {}, v: PropertyKey) => boolean; + '%Array.prototype.slice%': typeof arraySlice; + '%Array.prototype.map%': (array: readonly T[], callbackfn: (value: T, index: number, array: readonly T[]) => U, thisArg?: any) => U[]; + '%Array.prototype.filter%': (array: readonly T[], predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any) => T[]; + '%Array.prototype.indexOf%': (array: readonly T[], searchElement: T, fromIndex?: number) => number; + '%Function.prototype.apply%': (fn: (...args: A) => R, thisArg: any, args: A) => R; + '%Function.prototype.call%': (fn: (...args: A) => R, thisArg: any, ...args: A) => R; + '%Function.prototype.bind%': (fn: (...args: A) => R, thisArg: any, ...args: A) => (...remainingArgs: A) => R; + '%Promise.prototype.then%': { + (promise: Promise, onfulfilled: (value: T) => R | PromiseLike): Promise; + (promise: Promise, onfulfilled: ((value: T) => R | PromiseLike) | undefined | null, onrejected: (reason: any) => R | PromiseLike): Promise; + }; + '%RegExp.prototype.test%': (regexp: RegExp, str: string) => boolean; + '%RegExp.prototype.exec%': (regexp: RegExp, str: string) => RegExpExecArray | null; + '%Error.prototype.toString%': (error: Error) => string; + '%TypeError.prototype.toString%': (error: TypeError) => string; + '%String.prototype.split%': ( + obj: unknown, + splitter: string | RegExp | { + [Symbol.split](string: string, limit?: number): string[]; + }, + limit?: number | undefined + ) => string[]; +} + +/** + * Returns a bound function for a prototype method, or a value for a static property. + * + * @param name - The name of the intrinsic (e.g. 'Array.prototype.slice') + * @param {AllowMissing} [allowMissing] - Whether to allow missing intrinsics (default: false) + */ +declare function callBound, S extends IntrinsicPath>(name: K, allowMissing?: AllowMissing): SpecialCases[`%${StripPercents}%`]; +declare function callBound, S extends IntrinsicPath>(name: S, allowMissing?: AllowMissing): BoundIntrinsic; + +export = callBound; diff --git a/server/node_modules/call-bound/index.js b/server/node_modules/call-bound/index.js new file mode 100644 index 000000000..e9ade749d --- /dev/null +++ b/server/node_modules/call-bound/index.js @@ -0,0 +1,19 @@ +'use strict'; + +var GetIntrinsic = require('get-intrinsic'); + +var callBindBasic = require('call-bind-apply-helpers'); + +/** @type {(thisArg: string, searchString: string, position?: number) => number} */ +var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]); + +/** @type {import('.')} */ +module.exports = function callBoundIntrinsic(name, allowMissing) { + /* eslint no-extra-parens: 0 */ + + var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */ (GetIntrinsic(name, !!allowMissing)); + if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) { + return callBindBasic(/** @type {const} */ ([intrinsic])); + } + return intrinsic; +}; diff --git a/server/node_modules/call-bound/package.json b/server/node_modules/call-bound/package.json new file mode 100644 index 000000000..d542db430 --- /dev/null +++ b/server/node_modules/call-bound/package.json @@ -0,0 +1,99 @@ +{ + "name": "call-bound", + "version": "1.0.4", + "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.", + "main": "index.js", + "exports": { + ".": "./index.js", + "./package.json": "./package.json" + }, + "sideEffects": false, + "scripts": { + "prepack": "npmignore --auto --commentLines=auto", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prepublishOnly": "safe-publish-latest", + "prelint": "evalmd README.md", + "lint": "eslint --ext=.js,.mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/call-bound.git" + }, + "keywords": [ + "javascript", + "ecmascript", + "es", + "js", + "callbind", + "callbound", + "call", + "bind", + "bound", + "call-bind", + "call-bound", + "function", + "es-abstract" + ], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/call-bound/issues" + }, + "homepage": "https://github.com/ljharb/call-bound#readme", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.4", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.3.0", + "@types/call-bind": "^1.0.5", + "@types/get-intrinsic": "^1.2.3", + "@types/tape": "^5.8.1", + "auto-changelog": "^2.5.0", + "encoding": "^0.1.13", + "es-value-fixtures": "^1.7.1", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "for-each": "^0.3.5", + "gopd": "^1.2.0", + "has-strict-mode": "^1.1.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "object-inspect": "^1.13.4", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "testling": { + "files": "test/index.js" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/server/node_modules/call-bound/test/index.js b/server/node_modules/call-bound/test/index.js new file mode 100644 index 000000000..a2fc9f0f2 --- /dev/null +++ b/server/node_modules/call-bound/test/index.js @@ -0,0 +1,61 @@ +'use strict'; + +var test = require('tape'); + +var callBound = require('../'); + +/** @template {true} T @template U @typedef {T extends U ? T : never} AssertType */ + +test('callBound', function (t) { + // static primitive + t.equal(callBound('Array.length'), Array.length, 'Array.length yields itself'); + t.equal(callBound('%Array.length%'), Array.length, '%Array.length% yields itself'); + + // static non-function object + t.equal(callBound('Array.prototype'), Array.prototype, 'Array.prototype yields itself'); + t.equal(callBound('%Array.prototype%'), Array.prototype, '%Array.prototype% yields itself'); + t.equal(callBound('Array.constructor'), Array.constructor, 'Array.constructor yields itself'); + t.equal(callBound('%Array.constructor%'), Array.constructor, '%Array.constructor% yields itself'); + + // static function + t.equal(callBound('Date.parse'), Date.parse, 'Date.parse yields itself'); + t.equal(callBound('%Date.parse%'), Date.parse, '%Date.parse% yields itself'); + + // prototype primitive + t.equal(callBound('Error.prototype.message'), Error.prototype.message, 'Error.prototype.message yields itself'); + t.equal(callBound('%Error.prototype.message%'), Error.prototype.message, '%Error.prototype.message% yields itself'); + + var x = callBound('Object.prototype.toString'); + var y = callBound('%Object.prototype.toString%'); + + // prototype function + t.notEqual(x, Object.prototype.toString, 'Object.prototype.toString does not yield itself'); + t.notEqual(y, Object.prototype.toString, '%Object.prototype.toString% does not yield itself'); + t.equal(x(true), Object.prototype.toString.call(true), 'call-bound Object.prototype.toString calls into the original'); + t.equal(y(true), Object.prototype.toString.call(true), 'call-bound %Object.prototype.toString% calls into the original'); + + t['throws']( + // @ts-expect-error + function () { callBound('does not exist'); }, + SyntaxError, + 'nonexistent intrinsic throws' + ); + t['throws']( + // @ts-expect-error + function () { callBound('does not exist', true); }, + SyntaxError, + 'allowMissing arg still throws for unknown intrinsic' + ); + + t.test('real but absent intrinsic', { skip: typeof WeakRef !== 'undefined' }, function (st) { + st['throws']( + function () { callBound('WeakRef'); }, + TypeError, + 'real but absent intrinsic throws' + ); + st.equal(callBound('WeakRef', true), undefined, 'allowMissing arg avoids exception'); + st.end(); + }); + + t.end(); +}); diff --git a/server/node_modules/call-bound/tsconfig.json b/server/node_modules/call-bound/tsconfig.json new file mode 100644 index 000000000..8976d98b8 --- /dev/null +++ b/server/node_modules/call-bound/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "ESNext", + "lib": ["es2024"], + }, + "exclude": [ + "coverage", + ], +} diff --git a/server/node_modules/chokidar/LICENSE b/server/node_modules/chokidar/LICENSE new file mode 100644 index 000000000..8c27184e9 --- /dev/null +++ b/server/node_modules/chokidar/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2012 Paul Miller (https://paulmillr.com), Elan Shanker + +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. diff --git a/server/node_modules/chokidar/README.md b/server/node_modules/chokidar/README.md new file mode 100644 index 000000000..ca3bcbb0b --- /dev/null +++ b/server/node_modules/chokidar/README.md @@ -0,0 +1,305 @@ +# Chokidar [![Weekly downloads](https://img.shields.io/npm/dw/chokidar.svg)](https://github.com/paulmillr/chokidar) + +> Minimal and efficient cross-platform file watching library + +## Why? + +There are many reasons to prefer Chokidar to raw fs.watch / fs.watchFile in 2024: + +- Events are properly reported + - macOS events report filenames + - events are not reported twice + - changes are reported as add / change / unlink instead of useless `rename` +- Atomic writes are supported, using `atomic` option + - Some file editors use them +- Chunked writes are supported, using `awaitWriteFinish` option + - Large files are commonly written in chunks +- File / dir filtering is supported +- Symbolic links are supported +- Recursive watching is always supported, instead of partial when using raw events + - Includes a way to limit recursion depth + +Chokidar relies on the Node.js core `fs` module, but when using +`fs.watch` and `fs.watchFile` for watching, it normalizes the events it +receives, often checking for truth by getting file stats and/or dir contents. +The `fs.watch`-based implementation is the default, which +avoids polling and keeps CPU usage down. Be advised that chokidar will initiate +watchers recursively for everything within scope of the paths that have been +specified, so be judicious about not wasting system resources by watching much +more than needed. For some cases, `fs.watchFile`, which utilizes polling and uses more resources, is used. + +Made for [Brunch](https://brunch.io/) in 2012, +it is now used in [~30 million repositories](https://www.npmjs.com/browse/depended/chokidar) and +has proven itself in production environments. + +**Sep 2024 update:** v4 is out! It decreases dependency count from 13 to 1, removes +support for globs, adds support for ESM / Common.js modules, and bumps minimum node.js version from v8 to v14. +Check out [upgrading](#upgrading). + +## Getting started + +Install with npm: + +```sh +npm install chokidar +``` + +Use it in your code: + +```javascript +import chokidar from 'chokidar'; + +// One-liner for current directory +chokidar.watch('.').on('all', (event, path) => { + console.log(event, path); +}); + + +// Extended options +// ---------------- + +// Initialize watcher. +const watcher = chokidar.watch('file, dir, or array', { + ignored: (path, stats) => stats?.isFile() && !path.endsWith('.js'), // only watch js files + persistent: true +}); + +// Something to use when events are received. +const log = console.log.bind(console); +// Add event listeners. +watcher + .on('add', path => log(`File ${path} has been added`)) + .on('change', path => log(`File ${path} has been changed`)) + .on('unlink', path => log(`File ${path} has been removed`)); + +// More possible events. +watcher + .on('addDir', path => log(`Directory ${path} has been added`)) + .on('unlinkDir', path => log(`Directory ${path} has been removed`)) + .on('error', error => log(`Watcher error: ${error}`)) + .on('ready', () => log('Initial scan complete. Ready for changes')) + .on('raw', (event, path, details) => { // internal + log('Raw event info:', event, path, details); + }); + +// 'add', 'addDir' and 'change' events also receive stat() results as second +// argument when available: https://nodejs.org/api/fs.html#fs_class_fs_stats +watcher.on('change', (path, stats) => { + if (stats) console.log(`File ${path} changed size to ${stats.size}`); +}); + +// Watch new files. +watcher.add('new-file'); +watcher.add(['new-file-2', 'new-file-3']); + +// Get list of actual paths being watched on the filesystem +let watchedPaths = watcher.getWatched(); + +// Un-watch some files. +await watcher.unwatch('new-file'); + +// Stop watching. The method is async! +await watcher.close().then(() => console.log('closed')); + +// Full list of options. See below for descriptions. +// Do not use this example! +chokidar.watch('file', { + persistent: true, + + // ignore .txt files + ignored: (file) => file.endsWith('.txt'), + // watch only .txt files + // ignored: (file, _stats) => _stats?.isFile() && !file.endsWith('.txt'), + + awaitWriteFinish: true, // emit single event when chunked writes are completed + atomic: true, // emit proper events when "atomic writes" (mv _tmp file) are used + + // The options also allow specifying custom intervals in ms + // awaitWriteFinish: { + // stabilityThreshold: 2000, + // pollInterval: 100 + // }, + // atomic: 100, + + interval: 100, + binaryInterval: 300, + + cwd: '.', + depth: 99, + + followSymlinks: true, + ignoreInitial: false, + ignorePermissionErrors: false, + usePolling: false, + alwaysStat: false, +}); + +``` + +`chokidar.watch(paths, [options])` + +* `paths` (string or array of strings). Paths to files, dirs to be watched +recursively. +* `options` (object) Options object as defined below: + +#### Persistence + +* `persistent` (default: `true`). Indicates whether the process +should continue to run as long as files are being watched. + +#### Path filtering + +* `ignored` function, regex, or path. Defines files/paths to be ignored. +The whole relative or absolute path is tested, not just filename. If a function with two arguments +is provided, it gets called twice per path - once with a single argument (the path), second +time with two arguments (the path and the +[`fs.Stats`](https://nodejs.org/api/fs.html#fs_class_fs_stats) +object of that path). +* `ignoreInitial` (default: `false`). If set to `false` then `add`/`addDir` events are also emitted for matching paths while +instantiating the watching as chokidar discovers these file paths (before the `ready` event). +* `followSymlinks` (default: `true`). When `false`, only the +symlinks themselves will be watched for changes instead of following +the link references and bubbling events through the link's path. +* `cwd` (no default). The base directory from which watch `paths` are to be +derived. Paths emitted with events will be relative to this. + +#### Performance + +* `usePolling` (default: `false`). +Whether to use fs.watchFile (backed by polling), or fs.watch. If polling +leads to high CPU utilization, consider setting this to `false`. It is +typically necessary to **set this to `true` to successfully watch files over +a network**, and it may be necessary to successfully watch files in other +non-standard situations. Setting to `true` explicitly on MacOS overrides the +`useFsEvents` default. You may also set the CHOKIDAR_USEPOLLING env variable +to true (1) or false (0) in order to override this option. +* _Polling-specific settings_ (effective when `usePolling: true`) + * `interval` (default: `100`). Interval of file system polling, in milliseconds. You may also + set the CHOKIDAR_INTERVAL env variable to override this option. + * `binaryInterval` (default: `300`). Interval of file system + polling for binary files. + ([see list of binary extensions](https://github.com/sindresorhus/binary-extensions/blob/master/binary-extensions.json)) +* `alwaysStat` (default: `false`). If relying upon the +[`fs.Stats`](https://nodejs.org/api/fs.html#fs_class_fs_stats) +object that may get passed with `add`, `addDir`, and `change` events, set +this to `true` to ensure it is provided even in cases where it wasn't +already available from the underlying watch events. +* `depth` (default: `undefined`). If set, limits how many levels of +subdirectories will be traversed. +* `awaitWriteFinish` (default: `false`). +By default, the `add` event will fire when a file first appears on disk, before +the entire file has been written. Furthermore, in some cases some `change` +events will be emitted while the file is being written. In some cases, +especially when watching for large files there will be a need to wait for the +write operation to finish before responding to a file creation or modification. +Setting `awaitWriteFinish` to `true` (or a truthy value) will poll file size, +holding its `add` and `change` events until the size does not change for a +configurable amount of time. The appropriate duration setting is heavily +dependent on the OS and hardware. For accurate detection this parameter should +be relatively high, making file watching much less responsive. +Use with caution. + * *`options.awaitWriteFinish` can be set to an object in order to adjust + timing params:* + * `awaitWriteFinish.stabilityThreshold` (default: 2000). Amount of time in + milliseconds for a file size to remain constant before emitting its event. + * `awaitWriteFinish.pollInterval` (default: 100). File size polling interval, in milliseconds. + +#### Errors + +* `ignorePermissionErrors` (default: `false`). Indicates whether to watch files +that don't have read permissions if possible. If watching fails due to `EPERM` +or `EACCES` with this set to `true`, the errors will be suppressed silently. +* `atomic` (default: `true` if `useFsEvents` and `usePolling` are `false`). +Automatically filters out artifacts that occur when using editors that use +"atomic writes" instead of writing directly to the source file. If a file is +re-added within 100 ms of being deleted, Chokidar emits a `change` event +rather than `unlink` then `add`. If the default of 100 ms does not work well +for you, you can override it by setting `atomic` to a custom value, in +milliseconds. + +### Methods & Events + +`chokidar.watch()` produces an instance of `FSWatcher`. Methods of `FSWatcher`: + +* `.add(path / paths)`: Add files, directories for tracking. +Takes an array of strings or just one string. +* `.on(event, callback)`: Listen for an FS event. +Available events: `add`, `addDir`, `change`, `unlink`, `unlinkDir`, `ready`, +`raw`, `error`. +Additionally `all` is available which gets emitted with the underlying event +name and path for every event other than `ready`, `raw`, and `error`. `raw` is internal, use it carefully. +* `.unwatch(path / paths)`: Stop watching files or directories. +Takes an array of strings or just one string. +* `.close()`: **async** Removes all listeners from watched files. Asynchronous, returns Promise. Use with `await` to ensure bugs don't happen. +* `.getWatched()`: Returns an object representing all the paths on the file +system being watched by this `FSWatcher` instance. The object's keys are all the +directories (using absolute paths unless the `cwd` option was used), and the +values are arrays of the names of the items contained in each directory. + +### CLI + +Check out third party [chokidar-cli](https://github.com/open-cli-tools/chokidar-cli), +which allows to execute a command on each change, or get a stdio stream of change events. + +## Troubleshooting + +Sometimes, Chokidar runs out of file handles, causing `EMFILE` and `ENOSP` errors: + +* `bash: cannot set terminal process group (-1): Inappropriate ioctl for device bash: no job control in this shell` +* `Error: watch /home/ ENOSPC` + +There are two things that can cause it. + +1. Exhausted file handles for generic fs operations + - Can be solved by using [graceful-fs](https://www.npmjs.com/package/graceful-fs), + which can monkey-patch native `fs` module used by chokidar: `let fs = require('fs'); let grfs = require('graceful-fs'); grfs.gracefulify(fs);` + - Can also be solved by tuning OS: `echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p`. +2. Exhausted file handles for `fs.watch` + - Can't seem to be solved by graceful-fs or OS tuning + - It's possible to start using `usePolling: true`, which will switch backend to resource-intensive `fs.watchFile` + +All fsevents-related issues (`WARN optional dep failed`, `fsevents is not a constructor`) are solved by upgrading to v4+. + +## Changelog + +- **v4 (Sep 2024):** remove glob support and bundled fsevents. Decrease dependency count from 13 to 1. Rewrite in typescript. Bumps minimum node.js requirement to v14+ +- **v3 (Apr 2019):** massive CPU & RAM consumption improvements; reduces deps / package size by a factor of 17x and bumps Node.js requirement to v8.16+. +- **v2 (Dec 2017):** globs are now posix-style-only. Tons of bugfixes. +- **v1 (Apr 2015):** glob support, symlink support, tons of bugfixes. Node 0.8+ is supported +- **v0.1 (Apr 2012):** Initial release, extracted from [Brunch](https://github.com/brunch/brunch/blob/9847a065aea300da99bd0753f90354cde9de1261/src/helpers.coffee#L66) + +### Upgrading + +If you've used globs before and want do replicate the functionality with v4: + +```js +// v3 +chok.watch('**/*.js'); +chok.watch("./directory/**/*"); + +// v4 +chok.watch('.', { + ignored: (path, stats) => stats?.isFile() && !path.endsWith('.js'), // only watch js files +}); +chok.watch('./directory'); + +// other way +import { glob } from 'node:fs/promises'; +const watcher = watch(await Array.fromAsync(glob('**/*.js'))); + +// unwatching +// v3 +chok.unwatch('**/*.js'); +// v4 +chok.unwatch(await glob('**/*.js')); +``` + +## Also + +Why was chokidar named this way? What's the meaning behind it? + +>Chowkidar is a transliteration of a Hindi word meaning 'watchman, gatekeeper', चौकीदार. This ultimately comes from Sanskrit _ चतुष्क_ (crossway, quadrangle, consisting-of-four). This word is also used in other languages like Urdu as (چوکیدار) which is widely used in Pakistan and India. + +## License + +MIT (c) Paul Miller (), see [LICENSE](LICENSE) file. diff --git a/server/node_modules/chokidar/esm/handler.d.ts b/server/node_modules/chokidar/esm/handler.d.ts new file mode 100644 index 000000000..ea777d000 --- /dev/null +++ b/server/node_modules/chokidar/esm/handler.d.ts @@ -0,0 +1,90 @@ +import type { WatchEventType, Stats, FSWatcher as NativeFsWatcher } from 'fs'; +import type { FSWatcher, WatchHelper, Throttler } from './index.js'; +import type { EntryInfo } from 'readdirp'; +export type Path = string; +export declare const STR_DATA = "data"; +export declare const STR_END = "end"; +export declare const STR_CLOSE = "close"; +export declare const EMPTY_FN: () => void; +export declare const IDENTITY_FN: (val: unknown) => unknown; +export declare const isWindows: boolean; +export declare const isMacos: boolean; +export declare const isLinux: boolean; +export declare const isFreeBSD: boolean; +export declare const isIBMi: boolean; +export declare const EVENTS: { + readonly ALL: "all"; + readonly READY: "ready"; + readonly ADD: "add"; + readonly CHANGE: "change"; + readonly ADD_DIR: "addDir"; + readonly UNLINK: "unlink"; + readonly UNLINK_DIR: "unlinkDir"; + readonly RAW: "raw"; + readonly ERROR: "error"; +}; +export type EventName = (typeof EVENTS)[keyof typeof EVENTS]; +export type FsWatchContainer = { + listeners: (path: string) => void | Set; + errHandlers: (err: unknown) => void | Set; + rawEmitters: (ev: WatchEventType, path: string, opts: unknown) => void | Set; + watcher: NativeFsWatcher; + watcherUnusable?: boolean; +}; +export interface WatchHandlers { + listener: (path: string) => void; + errHandler: (err: unknown) => void; + rawEmitter: (ev: WatchEventType, path: string, opts: unknown) => void; +} +/** + * @mixin + */ +export declare class NodeFsHandler { + fsw: FSWatcher; + _boundHandleError: (error: unknown) => void; + constructor(fsW: FSWatcher); + /** + * Watch file for changes with fs_watchFile or fs_watch. + * @param path to file or dir + * @param listener on fs change + * @returns closer for the watcher instance + */ + _watchWithNodeFs(path: string, listener: (path: string, newStats?: any) => void | Promise): (() => void) | undefined; + /** + * Watch a file and emit add event if warranted. + * @returns closer for the watcher instance + */ + _handleFile(file: Path, stats: Stats, initialAdd: boolean): (() => void) | undefined; + /** + * Handle symlinks encountered while reading a dir. + * @param entry returned by readdirp + * @param directory path of dir being read + * @param path of this item + * @param item basename of this item + * @returns true if no more processing is needed for this entry. + */ + _handleSymlink(entry: EntryInfo, directory: string, path: Path, item: string): Promise; + _handleRead(directory: string, initialAdd: boolean, wh: WatchHelper, target: Path, dir: Path, depth: number, throttler: Throttler): Promise | undefined; + /** + * Read directory to add / remove files from `@watched` list and re-read it on change. + * @param dir fs path + * @param stats + * @param initialAdd + * @param depth relative to user-supplied path + * @param target child path targeted for watch + * @param wh Common watch helpers for this path + * @param realpath + * @returns closer for the watcher instance. + */ + _handleDir(dir: string, stats: Stats, initialAdd: boolean, depth: number, target: string, wh: WatchHelper, realpath: string): Promise<(() => void) | undefined>; + /** + * Handle added file, directory, or glob pattern. + * Delegates call to _handleFile / _handleDir after checks. + * @param path to file or ir + * @param initialAdd was the file added at watch instantiation? + * @param priorWh depth relative to user-supplied path + * @param depth Child path actually targeted for watch + * @param target Child path actually targeted for watch + */ + _addToNodeFs(path: string, initialAdd: boolean, priorWh: WatchHelper | undefined, depth: number, target?: string): Promise; +} diff --git a/server/node_modules/chokidar/esm/handler.js b/server/node_modules/chokidar/esm/handler.js new file mode 100644 index 000000000..bbda01017 --- /dev/null +++ b/server/node_modules/chokidar/esm/handler.js @@ -0,0 +1,629 @@ +import { watchFile, unwatchFile, watch as fs_watch } from 'fs'; +import { open, stat, lstat, realpath as fsrealpath } from 'fs/promises'; +import * as sysPath from 'path'; +import { type as osType } from 'os'; +export const STR_DATA = 'data'; +export const STR_END = 'end'; +export const STR_CLOSE = 'close'; +export const EMPTY_FN = () => { }; +export const IDENTITY_FN = (val) => val; +const pl = process.platform; +export const isWindows = pl === 'win32'; +export const isMacos = pl === 'darwin'; +export const isLinux = pl === 'linux'; +export const isFreeBSD = pl === 'freebsd'; +export const isIBMi = osType() === 'OS400'; +export const EVENTS = { + ALL: 'all', + READY: 'ready', + ADD: 'add', + CHANGE: 'change', + ADD_DIR: 'addDir', + UNLINK: 'unlink', + UNLINK_DIR: 'unlinkDir', + RAW: 'raw', + ERROR: 'error', +}; +const EV = EVENTS; +const THROTTLE_MODE_WATCH = 'watch'; +const statMethods = { lstat, stat }; +const KEY_LISTENERS = 'listeners'; +const KEY_ERR = 'errHandlers'; +const KEY_RAW = 'rawEmitters'; +const HANDLER_KEYS = [KEY_LISTENERS, KEY_ERR, KEY_RAW]; +// prettier-ignore +const binaryExtensions = new Set([ + '3dm', '3ds', '3g2', '3gp', '7z', 'a', 'aac', 'adp', 'afdesign', 'afphoto', 'afpub', 'ai', + 'aif', 'aiff', 'alz', 'ape', 'apk', 'appimage', 'ar', 'arj', 'asf', 'au', 'avi', + 'bak', 'baml', 'bh', 'bin', 'bk', 'bmp', 'btif', 'bz2', 'bzip2', + 'cab', 'caf', 'cgm', 'class', 'cmx', 'cpio', 'cr2', 'cur', 'dat', 'dcm', 'deb', 'dex', 'djvu', + 'dll', 'dmg', 'dng', 'doc', 'docm', 'docx', 'dot', 'dotm', 'dra', 'DS_Store', 'dsk', 'dts', + 'dtshd', 'dvb', 'dwg', 'dxf', + 'ecelp4800', 'ecelp7470', 'ecelp9600', 'egg', 'eol', 'eot', 'epub', 'exe', + 'f4v', 'fbs', 'fh', 'fla', 'flac', 'flatpak', 'fli', 'flv', 'fpx', 'fst', 'fvt', + 'g3', 'gh', 'gif', 'graffle', 'gz', 'gzip', + 'h261', 'h263', 'h264', 'icns', 'ico', 'ief', 'img', 'ipa', 'iso', + 'jar', 'jpeg', 'jpg', 'jpgv', 'jpm', 'jxr', 'key', 'ktx', + 'lha', 'lib', 'lvp', 'lz', 'lzh', 'lzma', 'lzo', + 'm3u', 'm4a', 'm4v', 'mar', 'mdi', 'mht', 'mid', 'midi', 'mj2', 'mka', 'mkv', 'mmr', 'mng', + 'mobi', 'mov', 'movie', 'mp3', + 'mp4', 'mp4a', 'mpeg', 'mpg', 'mpga', 'mxu', + 'nef', 'npx', 'numbers', 'nupkg', + 'o', 'odp', 'ods', 'odt', 'oga', 'ogg', 'ogv', 'otf', 'ott', + 'pages', 'pbm', 'pcx', 'pdb', 'pdf', 'pea', 'pgm', 'pic', 'png', 'pnm', 'pot', 'potm', + 'potx', 'ppa', 'ppam', + 'ppm', 'pps', 'ppsm', 'ppsx', 'ppt', 'pptm', 'pptx', 'psd', 'pya', 'pyc', 'pyo', 'pyv', + 'qt', + 'rar', 'ras', 'raw', 'resources', 'rgb', 'rip', 'rlc', 'rmf', 'rmvb', 'rpm', 'rtf', 'rz', + 's3m', 's7z', 'scpt', 'sgi', 'shar', 'snap', 'sil', 'sketch', 'slk', 'smv', 'snk', 'so', + 'stl', 'suo', 'sub', 'swf', + 'tar', 'tbz', 'tbz2', 'tga', 'tgz', 'thmx', 'tif', 'tiff', 'tlz', 'ttc', 'ttf', 'txz', + 'udf', 'uvh', 'uvi', 'uvm', 'uvp', 'uvs', 'uvu', + 'viv', 'vob', + 'war', 'wav', 'wax', 'wbmp', 'wdp', 'weba', 'webm', 'webp', 'whl', 'wim', 'wm', 'wma', + 'wmv', 'wmx', 'woff', 'woff2', 'wrm', 'wvx', + 'xbm', 'xif', 'xla', 'xlam', 'xls', 'xlsb', 'xlsm', 'xlsx', 'xlt', 'xltm', 'xltx', 'xm', + 'xmind', 'xpi', 'xpm', 'xwd', 'xz', + 'z', 'zip', 'zipx', +]); +const isBinaryPath = (filePath) => binaryExtensions.has(sysPath.extname(filePath).slice(1).toLowerCase()); +// TODO: emit errors properly. Example: EMFILE on Macos. +const foreach = (val, fn) => { + if (val instanceof Set) { + val.forEach(fn); + } + else { + fn(val); + } +}; +const addAndConvert = (main, prop, item) => { + let container = main[prop]; + if (!(container instanceof Set)) { + main[prop] = container = new Set([container]); + } + container.add(item); +}; +const clearItem = (cont) => (key) => { + const set = cont[key]; + if (set instanceof Set) { + set.clear(); + } + else { + delete cont[key]; + } +}; +const delFromSet = (main, prop, item) => { + const container = main[prop]; + if (container instanceof Set) { + container.delete(item); + } + else if (container === item) { + delete main[prop]; + } +}; +const isEmptySet = (val) => (val instanceof Set ? val.size === 0 : !val); +const FsWatchInstances = new Map(); +/** + * Instantiates the fs_watch interface + * @param path to be watched + * @param options to be passed to fs_watch + * @param listener main event handler + * @param errHandler emits info about errors + * @param emitRaw emits raw event data + * @returns {NativeFsWatcher} + */ +function createFsWatchInstance(path, options, listener, errHandler, emitRaw) { + const handleEvent = (rawEvent, evPath) => { + listener(path); + emitRaw(rawEvent, evPath, { watchedPath: path }); + // emit based on events occurring for files from a directory's watcher in + // case the file's watcher misses it (and rely on throttling to de-dupe) + if (evPath && path !== evPath) { + fsWatchBroadcast(sysPath.resolve(path, evPath), KEY_LISTENERS, sysPath.join(path, evPath)); + } + }; + try { + return fs_watch(path, { + persistent: options.persistent, + }, handleEvent); + } + catch (error) { + errHandler(error); + return undefined; + } +} +/** + * Helper for passing fs_watch event data to a collection of listeners + * @param fullPath absolute path bound to fs_watch instance + */ +const fsWatchBroadcast = (fullPath, listenerType, val1, val2, val3) => { + const cont = FsWatchInstances.get(fullPath); + if (!cont) + return; + foreach(cont[listenerType], (listener) => { + listener(val1, val2, val3); + }); +}; +/** + * Instantiates the fs_watch interface or binds listeners + * to an existing one covering the same file system entry + * @param path + * @param fullPath absolute path + * @param options to be passed to fs_watch + * @param handlers container for event listener functions + */ +const setFsWatchListener = (path, fullPath, options, handlers) => { + const { listener, errHandler, rawEmitter } = handlers; + let cont = FsWatchInstances.get(fullPath); + let watcher; + if (!options.persistent) { + watcher = createFsWatchInstance(path, options, listener, errHandler, rawEmitter); + if (!watcher) + return; + return watcher.close.bind(watcher); + } + if (cont) { + addAndConvert(cont, KEY_LISTENERS, listener); + addAndConvert(cont, KEY_ERR, errHandler); + addAndConvert(cont, KEY_RAW, rawEmitter); + } + else { + watcher = createFsWatchInstance(path, options, fsWatchBroadcast.bind(null, fullPath, KEY_LISTENERS), errHandler, // no need to use broadcast here + fsWatchBroadcast.bind(null, fullPath, KEY_RAW)); + if (!watcher) + return; + watcher.on(EV.ERROR, async (error) => { + const broadcastErr = fsWatchBroadcast.bind(null, fullPath, KEY_ERR); + if (cont) + cont.watcherUnusable = true; // documented since Node 10.4.1 + // Workaround for https://github.com/joyent/node/issues/4337 + if (isWindows && error.code === 'EPERM') { + try { + const fd = await open(path, 'r'); + await fd.close(); + broadcastErr(error); + } + catch (err) { + // do nothing + } + } + else { + broadcastErr(error); + } + }); + cont = { + listeners: listener, + errHandlers: errHandler, + rawEmitters: rawEmitter, + watcher, + }; + FsWatchInstances.set(fullPath, cont); + } + // const index = cont.listeners.indexOf(listener); + // removes this instance's listeners and closes the underlying fs_watch + // instance if there are no more listeners left + return () => { + delFromSet(cont, KEY_LISTENERS, listener); + delFromSet(cont, KEY_ERR, errHandler); + delFromSet(cont, KEY_RAW, rawEmitter); + if (isEmptySet(cont.listeners)) { + // Check to protect against issue gh-730. + // if (cont.watcherUnusable) { + cont.watcher.close(); + // } + FsWatchInstances.delete(fullPath); + HANDLER_KEYS.forEach(clearItem(cont)); + // @ts-ignore + cont.watcher = undefined; + Object.freeze(cont); + } + }; +}; +// fs_watchFile helpers +// object to hold per-process fs_watchFile instances +// (may be shared across chokidar FSWatcher instances) +const FsWatchFileInstances = new Map(); +/** + * Instantiates the fs_watchFile interface or binds listeners + * to an existing one covering the same file system entry + * @param path to be watched + * @param fullPath absolute path + * @param options options to be passed to fs_watchFile + * @param handlers container for event listener functions + * @returns closer + */ +const setFsWatchFileListener = (path, fullPath, options, handlers) => { + const { listener, rawEmitter } = handlers; + let cont = FsWatchFileInstances.get(fullPath); + // let listeners = new Set(); + // let rawEmitters = new Set(); + const copts = cont && cont.options; + if (copts && (copts.persistent < options.persistent || copts.interval > options.interval)) { + // "Upgrade" the watcher to persistence or a quicker interval. + // This creates some unlikely edge case issues if the user mixes + // settings in a very weird way, but solving for those cases + // doesn't seem worthwhile for the added complexity. + // listeners = cont.listeners; + // rawEmitters = cont.rawEmitters; + unwatchFile(fullPath); + cont = undefined; + } + if (cont) { + addAndConvert(cont, KEY_LISTENERS, listener); + addAndConvert(cont, KEY_RAW, rawEmitter); + } + else { + // TODO + // listeners.add(listener); + // rawEmitters.add(rawEmitter); + cont = { + listeners: listener, + rawEmitters: rawEmitter, + options, + watcher: watchFile(fullPath, options, (curr, prev) => { + foreach(cont.rawEmitters, (rawEmitter) => { + rawEmitter(EV.CHANGE, fullPath, { curr, prev }); + }); + const currmtime = curr.mtimeMs; + if (curr.size !== prev.size || currmtime > prev.mtimeMs || currmtime === 0) { + foreach(cont.listeners, (listener) => listener(path, curr)); + } + }), + }; + FsWatchFileInstances.set(fullPath, cont); + } + // const index = cont.listeners.indexOf(listener); + // Removes this instance's listeners and closes the underlying fs_watchFile + // instance if there are no more listeners left. + return () => { + delFromSet(cont, KEY_LISTENERS, listener); + delFromSet(cont, KEY_RAW, rawEmitter); + if (isEmptySet(cont.listeners)) { + FsWatchFileInstances.delete(fullPath); + unwatchFile(fullPath); + cont.options = cont.watcher = undefined; + Object.freeze(cont); + } + }; +}; +/** + * @mixin + */ +export class NodeFsHandler { + constructor(fsW) { + this.fsw = fsW; + this._boundHandleError = (error) => fsW._handleError(error); + } + /** + * Watch file for changes with fs_watchFile or fs_watch. + * @param path to file or dir + * @param listener on fs change + * @returns closer for the watcher instance + */ + _watchWithNodeFs(path, listener) { + const opts = this.fsw.options; + const directory = sysPath.dirname(path); + const basename = sysPath.basename(path); + const parent = this.fsw._getWatchedDir(directory); + parent.add(basename); + const absolutePath = sysPath.resolve(path); + const options = { + persistent: opts.persistent, + }; + if (!listener) + listener = EMPTY_FN; + let closer; + if (opts.usePolling) { + const enableBin = opts.interval !== opts.binaryInterval; + options.interval = enableBin && isBinaryPath(basename) ? opts.binaryInterval : opts.interval; + closer = setFsWatchFileListener(path, absolutePath, options, { + listener, + rawEmitter: this.fsw._emitRaw, + }); + } + else { + closer = setFsWatchListener(path, absolutePath, options, { + listener, + errHandler: this._boundHandleError, + rawEmitter: this.fsw._emitRaw, + }); + } + return closer; + } + /** + * Watch a file and emit add event if warranted. + * @returns closer for the watcher instance + */ + _handleFile(file, stats, initialAdd) { + if (this.fsw.closed) { + return; + } + const dirname = sysPath.dirname(file); + const basename = sysPath.basename(file); + const parent = this.fsw._getWatchedDir(dirname); + // stats is always present + let prevStats = stats; + // if the file is already being watched, do nothing + if (parent.has(basename)) + return; + const listener = async (path, newStats) => { + if (!this.fsw._throttle(THROTTLE_MODE_WATCH, file, 5)) + return; + if (!newStats || newStats.mtimeMs === 0) { + try { + const newStats = await stat(file); + if (this.fsw.closed) + return; + // Check that change event was not fired because of changed only accessTime. + const at = newStats.atimeMs; + const mt = newStats.mtimeMs; + if (!at || at <= mt || mt !== prevStats.mtimeMs) { + this.fsw._emit(EV.CHANGE, file, newStats); + } + if ((isMacos || isLinux || isFreeBSD) && prevStats.ino !== newStats.ino) { + this.fsw._closeFile(path); + prevStats = newStats; + const closer = this._watchWithNodeFs(file, listener); + if (closer) + this.fsw._addPathCloser(path, closer); + } + else { + prevStats = newStats; + } + } + catch (error) { + // Fix issues where mtime is null but file is still present + this.fsw._remove(dirname, basename); + } + // add is about to be emitted if file not already tracked in parent + } + else if (parent.has(basename)) { + // Check that change event was not fired because of changed only accessTime. + const at = newStats.atimeMs; + const mt = newStats.mtimeMs; + if (!at || at <= mt || mt !== prevStats.mtimeMs) { + this.fsw._emit(EV.CHANGE, file, newStats); + } + prevStats = newStats; + } + }; + // kick off the watcher + const closer = this._watchWithNodeFs(file, listener); + // emit an add event if we're supposed to + if (!(initialAdd && this.fsw.options.ignoreInitial) && this.fsw._isntIgnored(file)) { + if (!this.fsw._throttle(EV.ADD, file, 0)) + return; + this.fsw._emit(EV.ADD, file, stats); + } + return closer; + } + /** + * Handle symlinks encountered while reading a dir. + * @param entry returned by readdirp + * @param directory path of dir being read + * @param path of this item + * @param item basename of this item + * @returns true if no more processing is needed for this entry. + */ + async _handleSymlink(entry, directory, path, item) { + if (this.fsw.closed) { + return; + } + const full = entry.fullPath; + const dir = this.fsw._getWatchedDir(directory); + if (!this.fsw.options.followSymlinks) { + // watch symlink directly (don't follow) and detect changes + this.fsw._incrReadyCount(); + let linkPath; + try { + linkPath = await fsrealpath(path); + } + catch (e) { + this.fsw._emitReady(); + return true; + } + if (this.fsw.closed) + return; + if (dir.has(item)) { + if (this.fsw._symlinkPaths.get(full) !== linkPath) { + this.fsw._symlinkPaths.set(full, linkPath); + this.fsw._emit(EV.CHANGE, path, entry.stats); + } + } + else { + dir.add(item); + this.fsw._symlinkPaths.set(full, linkPath); + this.fsw._emit(EV.ADD, path, entry.stats); + } + this.fsw._emitReady(); + return true; + } + // don't follow the same symlink more than once + if (this.fsw._symlinkPaths.has(full)) { + return true; + } + this.fsw._symlinkPaths.set(full, true); + } + _handleRead(directory, initialAdd, wh, target, dir, depth, throttler) { + // Normalize the directory name on Windows + directory = sysPath.join(directory, ''); + throttler = this.fsw._throttle('readdir', directory, 1000); + if (!throttler) + return; + const previous = this.fsw._getWatchedDir(wh.path); + const current = new Set(); + let stream = this.fsw._readdirp(directory, { + fileFilter: (entry) => wh.filterPath(entry), + directoryFilter: (entry) => wh.filterDir(entry), + }); + if (!stream) + return; + stream + .on(STR_DATA, async (entry) => { + if (this.fsw.closed) { + stream = undefined; + return; + } + const item = entry.path; + let path = sysPath.join(directory, item); + current.add(item); + if (entry.stats.isSymbolicLink() && + (await this._handleSymlink(entry, directory, path, item))) { + return; + } + if (this.fsw.closed) { + stream = undefined; + return; + } + // Files that present in current directory snapshot + // but absent in previous are added to watch list and + // emit `add` event. + if (item === target || (!target && !previous.has(item))) { + this.fsw._incrReadyCount(); + // ensure relativeness of path is preserved in case of watcher reuse + path = sysPath.join(dir, sysPath.relative(dir, path)); + this._addToNodeFs(path, initialAdd, wh, depth + 1); + } + }) + .on(EV.ERROR, this._boundHandleError); + return new Promise((resolve, reject) => { + if (!stream) + return reject(); + stream.once(STR_END, () => { + if (this.fsw.closed) { + stream = undefined; + return; + } + const wasThrottled = throttler ? throttler.clear() : false; + resolve(undefined); + // Files that absent in current directory snapshot + // but present in previous emit `remove` event + // and are removed from @watched[directory]. + previous + .getChildren() + .filter((item) => { + return item !== directory && !current.has(item); + }) + .forEach((item) => { + this.fsw._remove(directory, item); + }); + stream = undefined; + // one more time for any missed in case changes came in extremely quickly + if (wasThrottled) + this._handleRead(directory, false, wh, target, dir, depth, throttler); + }); + }); + } + /** + * Read directory to add / remove files from `@watched` list and re-read it on change. + * @param dir fs path + * @param stats + * @param initialAdd + * @param depth relative to user-supplied path + * @param target child path targeted for watch + * @param wh Common watch helpers for this path + * @param realpath + * @returns closer for the watcher instance. + */ + async _handleDir(dir, stats, initialAdd, depth, target, wh, realpath) { + const parentDir = this.fsw._getWatchedDir(sysPath.dirname(dir)); + const tracked = parentDir.has(sysPath.basename(dir)); + if (!(initialAdd && this.fsw.options.ignoreInitial) && !target && !tracked) { + this.fsw._emit(EV.ADD_DIR, dir, stats); + } + // ensure dir is tracked (harmless if redundant) + parentDir.add(sysPath.basename(dir)); + this.fsw._getWatchedDir(dir); + let throttler; + let closer; + const oDepth = this.fsw.options.depth; + if ((oDepth == null || depth <= oDepth) && !this.fsw._symlinkPaths.has(realpath)) { + if (!target) { + await this._handleRead(dir, initialAdd, wh, target, dir, depth, throttler); + if (this.fsw.closed) + return; + } + closer = this._watchWithNodeFs(dir, (dirPath, stats) => { + // if current directory is removed, do nothing + if (stats && stats.mtimeMs === 0) + return; + this._handleRead(dirPath, false, wh, target, dir, depth, throttler); + }); + } + return closer; + } + /** + * Handle added file, directory, or glob pattern. + * Delegates call to _handleFile / _handleDir after checks. + * @param path to file or ir + * @param initialAdd was the file added at watch instantiation? + * @param priorWh depth relative to user-supplied path + * @param depth Child path actually targeted for watch + * @param target Child path actually targeted for watch + */ + async _addToNodeFs(path, initialAdd, priorWh, depth, target) { + const ready = this.fsw._emitReady; + if (this.fsw._isIgnored(path) || this.fsw.closed) { + ready(); + return false; + } + const wh = this.fsw._getWatchHelpers(path); + if (priorWh) { + wh.filterPath = (entry) => priorWh.filterPath(entry); + wh.filterDir = (entry) => priorWh.filterDir(entry); + } + // evaluate what is at the path we're being asked to watch + try { + const stats = await statMethods[wh.statMethod](wh.watchPath); + if (this.fsw.closed) + return; + if (this.fsw._isIgnored(wh.watchPath, stats)) { + ready(); + return false; + } + const follow = this.fsw.options.followSymlinks; + let closer; + if (stats.isDirectory()) { + const absPath = sysPath.resolve(path); + const targetPath = follow ? await fsrealpath(path) : path; + if (this.fsw.closed) + return; + closer = await this._handleDir(wh.watchPath, stats, initialAdd, depth, target, wh, targetPath); + if (this.fsw.closed) + return; + // preserve this symlink's target path + if (absPath !== targetPath && targetPath !== undefined) { + this.fsw._symlinkPaths.set(absPath, targetPath); + } + } + else if (stats.isSymbolicLink()) { + const targetPath = follow ? await fsrealpath(path) : path; + if (this.fsw.closed) + return; + const parent = sysPath.dirname(wh.watchPath); + this.fsw._getWatchedDir(parent).add(wh.watchPath); + this.fsw._emit(EV.ADD, wh.watchPath, stats); + closer = await this._handleDir(parent, stats, initialAdd, depth, path, wh, targetPath); + if (this.fsw.closed) + return; + // preserve this symlink's target path + if (targetPath !== undefined) { + this.fsw._symlinkPaths.set(sysPath.resolve(path), targetPath); + } + } + else { + closer = this._handleFile(wh.watchPath, stats, initialAdd); + } + ready(); + if (closer) + this.fsw._addPathCloser(path, closer); + return false; + } + catch (error) { + if (this.fsw._handleError(error)) { + ready(); + return path; + } + } + } +} diff --git a/server/node_modules/chokidar/esm/index.d.ts b/server/node_modules/chokidar/esm/index.d.ts new file mode 100644 index 000000000..ffeb1e728 --- /dev/null +++ b/server/node_modules/chokidar/esm/index.d.ts @@ -0,0 +1,215 @@ +/*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */ +import { Stats } from 'fs'; +import { EventEmitter } from 'events'; +import { ReaddirpStream, ReaddirpOptions, EntryInfo } from 'readdirp'; +import { NodeFsHandler, EventName, Path, EVENTS as EV, WatchHandlers } from './handler.js'; +type AWF = { + stabilityThreshold: number; + pollInterval: number; +}; +type BasicOpts = { + persistent: boolean; + ignoreInitial: boolean; + followSymlinks: boolean; + cwd?: string; + usePolling: boolean; + interval: number; + binaryInterval: number; + alwaysStat?: boolean; + depth?: number; + ignorePermissionErrors: boolean; + atomic: boolean | number; +}; +export type Throttler = { + timeoutObject: NodeJS.Timeout; + clear: () => void; + count: number; +}; +export type ChokidarOptions = Partial; +}>; +export type FSWInstanceOptions = BasicOpts & { + ignored: Matcher[]; + awaitWriteFinish: false | AWF; +}; +export type ThrottleType = 'readdir' | 'watch' | 'add' | 'remove' | 'change'; +export type EmitArgs = [path: Path, stats?: Stats]; +export type EmitErrorArgs = [error: Error, stats?: Stats]; +export type EmitArgsWithName = [event: EventName, ...EmitArgs]; +export type MatchFunction = (val: string, stats?: Stats) => boolean; +export interface MatcherObject { + path: string; + recursive?: boolean; +} +export type Matcher = string | RegExp | MatchFunction | MatcherObject; +/** + * Directory entry. + */ +declare class DirEntry { + path: Path; + _removeWatcher: (dir: string, base: string) => void; + items: Set; + constructor(dir: Path, removeWatcher: (dir: string, base: string) => void); + add(item: string): void; + remove(item: string): Promise; + has(item: string): boolean | undefined; + getChildren(): string[]; + dispose(): void; +} +export declare class WatchHelper { + fsw: FSWatcher; + path: string; + watchPath: string; + fullWatchPath: string; + dirParts: string[][]; + followSymlinks: boolean; + statMethod: 'stat' | 'lstat'; + constructor(path: string, follow: boolean, fsw: FSWatcher); + entryPath(entry: EntryInfo): Path; + filterPath(entry: EntryInfo): boolean; + filterDir(entry: EntryInfo): boolean; +} +export interface FSWatcherKnownEventMap { + [EV.READY]: []; + [EV.RAW]: Parameters; + [EV.ERROR]: Parameters; + [EV.ALL]: [event: EventName, ...EmitArgs]; +} +export type FSWatcherEventMap = FSWatcherKnownEventMap & { + [k in Exclude]: EmitArgs; +}; +/** + * Watches files & directories for changes. Emitted events: + * `add`, `addDir`, `change`, `unlink`, `unlinkDir`, `all`, `error` + * + * new FSWatcher() + * .add(directories) + * .on('add', path => log('File', path, 'was added')) + */ +export declare class FSWatcher extends EventEmitter { + closed: boolean; + options: FSWInstanceOptions; + _closers: Map>; + _ignoredPaths: Set; + _throttled: Map>; + _streams: Set; + _symlinkPaths: Map; + _watched: Map; + _pendingWrites: Map; + _pendingUnlinks: Map; + _readyCount: number; + _emitReady: () => void; + _closePromise?: Promise; + _userIgnored?: MatchFunction; + _readyEmitted: boolean; + _emitRaw: WatchHandlers['rawEmitter']; + _boundRemove: (dir: string, item: string) => void; + _nodeFsHandler: NodeFsHandler; + constructor(_opts?: ChokidarOptions); + _addIgnoredPath(matcher: Matcher): void; + _removeIgnoredPath(matcher: Matcher): void; + /** + * Adds paths to be watched on an existing FSWatcher instance. + * @param paths_ file or file list. Other arguments are unused + */ + add(paths_: Path | Path[], _origAdd?: string, _internal?: boolean): FSWatcher; + /** + * Close watchers or start ignoring events from specified paths. + */ + unwatch(paths_: Path | Path[]): FSWatcher; + /** + * Close watchers and remove all listeners from watched paths. + */ + close(): Promise; + /** + * Expose list of watched paths + * @returns for chaining + */ + getWatched(): Record; + emitWithAll(event: EventName, args: EmitArgs): void; + /** + * Normalize and emit events. + * Calling _emit DOES NOT MEAN emit() would be called! + * @param event Type of event + * @param path File or directory path + * @param stats arguments to be passed with event + * @returns the error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + _emit(event: EventName, path: Path, stats?: Stats): Promise; + /** + * Common handler for errors + * @returns The error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + _handleError(error: Error): Error | boolean; + /** + * Helper utility for throttling + * @param actionType type being throttled + * @param path being acted upon + * @param timeout duration of time to suppress duplicate actions + * @returns tracking object or false if action should be suppressed + */ + _throttle(actionType: ThrottleType, path: Path, timeout: number): Throttler | false; + _incrReadyCount(): number; + /** + * Awaits write operation to finish. + * Polls a newly created file for size variations. When files size does not change for 'threshold' milliseconds calls callback. + * @param path being acted upon + * @param threshold Time in milliseconds a file size must be fixed before acknowledging write OP is finished + * @param event + * @param awfEmit Callback to be called when ready for event to be emitted. + */ + _awaitWriteFinish(path: Path, threshold: number, event: EventName, awfEmit: (err?: Error, stat?: Stats) => void): void; + /** + * Determines whether user has asked to ignore this path. + */ + _isIgnored(path: Path, stats?: Stats): boolean; + _isntIgnored(path: Path, stat?: Stats): boolean; + /** + * Provides a set of common helpers and properties relating to symlink handling. + * @param path file or directory pattern being watched + */ + _getWatchHelpers(path: Path): WatchHelper; + /** + * Provides directory tracking objects + * @param directory path of the directory + */ + _getWatchedDir(directory: string): DirEntry; + /** + * Check for read permissions: https://stackoverflow.com/a/11781404/1358405 + */ + _hasReadPermissions(stats: Stats): boolean; + /** + * Handles emitting unlink events for + * files and directories, and via recursion, for + * files and directories within directories that are unlinked + * @param directory within which the following item is located + * @param item base path of item/directory + */ + _remove(directory: string, item: string, isDirectory?: boolean): void; + /** + * Closes all watchers for a path + */ + _closePath(path: Path): void; + /** + * Closes only file-specific watchers + */ + _closeFile(path: Path): void; + _addPathCloser(path: Path, closer: () => void): void; + _readdirp(root: Path, opts?: Partial): ReaddirpStream | undefined; +} +/** + * Instantiates watcher with paths to be tracked. + * @param paths file / directory paths + * @param options opts, such as `atomic`, `awaitWriteFinish`, `ignored`, and others + * @returns an instance of FSWatcher for chaining. + * @example + * const watcher = watch('.').on('all', (event, path) => { console.log(event, path); }); + * watch('.', { atomic: true, awaitWriteFinish: true, ignored: (f, stats) => stats?.isFile() && !f.endsWith('.js') }) + */ +export declare function watch(paths: string | string[], options?: ChokidarOptions): FSWatcher; +declare const _default: { + watch: typeof watch; + FSWatcher: typeof FSWatcher; +}; +export default _default; diff --git a/server/node_modules/chokidar/esm/index.js b/server/node_modules/chokidar/esm/index.js new file mode 100644 index 000000000..1c80a40ce --- /dev/null +++ b/server/node_modules/chokidar/esm/index.js @@ -0,0 +1,798 @@ +/*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */ +import { stat as statcb } from 'fs'; +import { stat, readdir } from 'fs/promises'; +import { EventEmitter } from 'events'; +import * as sysPath from 'path'; +import { readdirp } from 'readdirp'; +import { NodeFsHandler, EVENTS as EV, isWindows, isIBMi, EMPTY_FN, STR_CLOSE, STR_END, } from './handler.js'; +const SLASH = '/'; +const SLASH_SLASH = '//'; +const ONE_DOT = '.'; +const TWO_DOTS = '..'; +const STRING_TYPE = 'string'; +const BACK_SLASH_RE = /\\/g; +const DOUBLE_SLASH_RE = /\/\//; +const DOT_RE = /\..*\.(sw[px])$|~$|\.subl.*\.tmp/; +const REPLACER_RE = /^\.[/\\]/; +function arrify(item) { + return Array.isArray(item) ? item : [item]; +} +const isMatcherObject = (matcher) => typeof matcher === 'object' && matcher !== null && !(matcher instanceof RegExp); +function createPattern(matcher) { + if (typeof matcher === 'function') + return matcher; + if (typeof matcher === 'string') + return (string) => matcher === string; + if (matcher instanceof RegExp) + return (string) => matcher.test(string); + if (typeof matcher === 'object' && matcher !== null) { + return (string) => { + if (matcher.path === string) + return true; + if (matcher.recursive) { + const relative = sysPath.relative(matcher.path, string); + if (!relative) { + return false; + } + return !relative.startsWith('..') && !sysPath.isAbsolute(relative); + } + return false; + }; + } + return () => false; +} +function normalizePath(path) { + if (typeof path !== 'string') + throw new Error('string expected'); + path = sysPath.normalize(path); + path = path.replace(/\\/g, '/'); + let prepend = false; + if (path.startsWith('//')) + prepend = true; + const DOUBLE_SLASH_RE = /\/\//; + while (path.match(DOUBLE_SLASH_RE)) + path = path.replace(DOUBLE_SLASH_RE, '/'); + if (prepend) + path = '/' + path; + return path; +} +function matchPatterns(patterns, testString, stats) { + const path = normalizePath(testString); + for (let index = 0; index < patterns.length; index++) { + const pattern = patterns[index]; + if (pattern(path, stats)) { + return true; + } + } + return false; +} +function anymatch(matchers, testString) { + if (matchers == null) { + throw new TypeError('anymatch: specify first argument'); + } + // Early cache for matchers. + const matchersArray = arrify(matchers); + const patterns = matchersArray.map((matcher) => createPattern(matcher)); + if (testString == null) { + return (testString, stats) => { + return matchPatterns(patterns, testString, stats); + }; + } + return matchPatterns(patterns, testString); +} +const unifyPaths = (paths_) => { + const paths = arrify(paths_).flat(); + if (!paths.every((p) => typeof p === STRING_TYPE)) { + throw new TypeError(`Non-string provided as watch path: ${paths}`); + } + return paths.map(normalizePathToUnix); +}; +// If SLASH_SLASH occurs at the beginning of path, it is not replaced +// because "//StoragePC/DrivePool/Movies" is a valid network path +const toUnix = (string) => { + let str = string.replace(BACK_SLASH_RE, SLASH); + let prepend = false; + if (str.startsWith(SLASH_SLASH)) { + prepend = true; + } + while (str.match(DOUBLE_SLASH_RE)) { + str = str.replace(DOUBLE_SLASH_RE, SLASH); + } + if (prepend) { + str = SLASH + str; + } + return str; +}; +// Our version of upath.normalize +// TODO: this is not equal to path-normalize module - investigate why +const normalizePathToUnix = (path) => toUnix(sysPath.normalize(toUnix(path))); +// TODO: refactor +const normalizeIgnored = (cwd = '') => (path) => { + if (typeof path === 'string') { + return normalizePathToUnix(sysPath.isAbsolute(path) ? path : sysPath.join(cwd, path)); + } + else { + return path; + } +}; +const getAbsolutePath = (path, cwd) => { + if (sysPath.isAbsolute(path)) { + return path; + } + return sysPath.join(cwd, path); +}; +const EMPTY_SET = Object.freeze(new Set()); +/** + * Directory entry. + */ +class DirEntry { + constructor(dir, removeWatcher) { + this.path = dir; + this._removeWatcher = removeWatcher; + this.items = new Set(); + } + add(item) { + const { items } = this; + if (!items) + return; + if (item !== ONE_DOT && item !== TWO_DOTS) + items.add(item); + } + async remove(item) { + const { items } = this; + if (!items) + return; + items.delete(item); + if (items.size > 0) + return; + const dir = this.path; + try { + await readdir(dir); + } + catch (err) { + if (this._removeWatcher) { + this._removeWatcher(sysPath.dirname(dir), sysPath.basename(dir)); + } + } + } + has(item) { + const { items } = this; + if (!items) + return; + return items.has(item); + } + getChildren() { + const { items } = this; + if (!items) + return []; + return [...items.values()]; + } + dispose() { + this.items.clear(); + this.path = ''; + this._removeWatcher = EMPTY_FN; + this.items = EMPTY_SET; + Object.freeze(this); + } +} +const STAT_METHOD_F = 'stat'; +const STAT_METHOD_L = 'lstat'; +export class WatchHelper { + constructor(path, follow, fsw) { + this.fsw = fsw; + const watchPath = path; + this.path = path = path.replace(REPLACER_RE, ''); + this.watchPath = watchPath; + this.fullWatchPath = sysPath.resolve(watchPath); + this.dirParts = []; + this.dirParts.forEach((parts) => { + if (parts.length > 1) + parts.pop(); + }); + this.followSymlinks = follow; + this.statMethod = follow ? STAT_METHOD_F : STAT_METHOD_L; + } + entryPath(entry) { + return sysPath.join(this.watchPath, sysPath.relative(this.watchPath, entry.fullPath)); + } + filterPath(entry) { + const { stats } = entry; + if (stats && stats.isSymbolicLink()) + return this.filterDir(entry); + const resolvedPath = this.entryPath(entry); + // TODO: what if stats is undefined? remove ! + return this.fsw._isntIgnored(resolvedPath, stats) && this.fsw._hasReadPermissions(stats); + } + filterDir(entry) { + return this.fsw._isntIgnored(this.entryPath(entry), entry.stats); + } +} +/** + * Watches files & directories for changes. Emitted events: + * `add`, `addDir`, `change`, `unlink`, `unlinkDir`, `all`, `error` + * + * new FSWatcher() + * .add(directories) + * .on('add', path => log('File', path, 'was added')) + */ +export class FSWatcher extends EventEmitter { + // Not indenting methods for history sake; for now. + constructor(_opts = {}) { + super(); + this.closed = false; + this._closers = new Map(); + this._ignoredPaths = new Set(); + this._throttled = new Map(); + this._streams = new Set(); + this._symlinkPaths = new Map(); + this._watched = new Map(); + this._pendingWrites = new Map(); + this._pendingUnlinks = new Map(); + this._readyCount = 0; + this._readyEmitted = false; + const awf = _opts.awaitWriteFinish; + const DEF_AWF = { stabilityThreshold: 2000, pollInterval: 100 }; + const opts = { + // Defaults + persistent: true, + ignoreInitial: false, + ignorePermissionErrors: false, + interval: 100, + binaryInterval: 300, + followSymlinks: true, + usePolling: false, + // useAsync: false, + atomic: true, // NOTE: overwritten later (depends on usePolling) + ..._opts, + // Change format + ignored: _opts.ignored ? arrify(_opts.ignored) : arrify([]), + awaitWriteFinish: awf === true ? DEF_AWF : typeof awf === 'object' ? { ...DEF_AWF, ...awf } : false, + }; + // Always default to polling on IBM i because fs.watch() is not available on IBM i. + if (isIBMi) + opts.usePolling = true; + // Editor atomic write normalization enabled by default with fs.watch + if (opts.atomic === undefined) + opts.atomic = !opts.usePolling; + // opts.atomic = typeof _opts.atomic === 'number' ? _opts.atomic : 100; + // Global override. Useful for developers, who need to force polling for all + // instances of chokidar, regardless of usage / dependency depth + const envPoll = process.env.CHOKIDAR_USEPOLLING; + if (envPoll !== undefined) { + const envLower = envPoll.toLowerCase(); + if (envLower === 'false' || envLower === '0') + opts.usePolling = false; + else if (envLower === 'true' || envLower === '1') + opts.usePolling = true; + else + opts.usePolling = !!envLower; + } + const envInterval = process.env.CHOKIDAR_INTERVAL; + if (envInterval) + opts.interval = Number.parseInt(envInterval, 10); + // This is done to emit ready only once, but each 'add' will increase that? + let readyCalls = 0; + this._emitReady = () => { + readyCalls++; + if (readyCalls >= this._readyCount) { + this._emitReady = EMPTY_FN; + this._readyEmitted = true; + // use process.nextTick to allow time for listener to be bound + process.nextTick(() => this.emit(EV.READY)); + } + }; + this._emitRaw = (...args) => this.emit(EV.RAW, ...args); + this._boundRemove = this._remove.bind(this); + this.options = opts; + this._nodeFsHandler = new NodeFsHandler(this); + // You’re frozen when your heart’s not open. + Object.freeze(opts); + } + _addIgnoredPath(matcher) { + if (isMatcherObject(matcher)) { + // return early if we already have a deeply equal matcher object + for (const ignored of this._ignoredPaths) { + if (isMatcherObject(ignored) && + ignored.path === matcher.path && + ignored.recursive === matcher.recursive) { + return; + } + } + } + this._ignoredPaths.add(matcher); + } + _removeIgnoredPath(matcher) { + this._ignoredPaths.delete(matcher); + // now find any matcher objects with the matcher as path + if (typeof matcher === 'string') { + for (const ignored of this._ignoredPaths) { + // TODO (43081j): make this more efficient. + // probably just make a `this._ignoredDirectories` or some + // such thing. + if (isMatcherObject(ignored) && ignored.path === matcher) { + this._ignoredPaths.delete(ignored); + } + } + } + } + // Public methods + /** + * Adds paths to be watched on an existing FSWatcher instance. + * @param paths_ file or file list. Other arguments are unused + */ + add(paths_, _origAdd, _internal) { + const { cwd } = this.options; + this.closed = false; + this._closePromise = undefined; + let paths = unifyPaths(paths_); + if (cwd) { + paths = paths.map((path) => { + const absPath = getAbsolutePath(path, cwd); + // Check `path` instead of `absPath` because the cwd portion can't be a glob + return absPath; + }); + } + paths.forEach((path) => { + this._removeIgnoredPath(path); + }); + this._userIgnored = undefined; + if (!this._readyCount) + this._readyCount = 0; + this._readyCount += paths.length; + Promise.all(paths.map(async (path) => { + const res = await this._nodeFsHandler._addToNodeFs(path, !_internal, undefined, 0, _origAdd); + if (res) + this._emitReady(); + return res; + })).then((results) => { + if (this.closed) + return; + results.forEach((item) => { + if (item) + this.add(sysPath.dirname(item), sysPath.basename(_origAdd || item)); + }); + }); + return this; + } + /** + * Close watchers or start ignoring events from specified paths. + */ + unwatch(paths_) { + if (this.closed) + return this; + const paths = unifyPaths(paths_); + const { cwd } = this.options; + paths.forEach((path) => { + // convert to absolute path unless relative path already matches + if (!sysPath.isAbsolute(path) && !this._closers.has(path)) { + if (cwd) + path = sysPath.join(cwd, path); + path = sysPath.resolve(path); + } + this._closePath(path); + this._addIgnoredPath(path); + if (this._watched.has(path)) { + this._addIgnoredPath({ + path, + recursive: true, + }); + } + // reset the cached userIgnored anymatch fn + // to make ignoredPaths changes effective + this._userIgnored = undefined; + }); + return this; + } + /** + * Close watchers and remove all listeners from watched paths. + */ + close() { + if (this._closePromise) { + return this._closePromise; + } + this.closed = true; + // Memory management. + this.removeAllListeners(); + const closers = []; + this._closers.forEach((closerList) => closerList.forEach((closer) => { + const promise = closer(); + if (promise instanceof Promise) + closers.push(promise); + })); + this._streams.forEach((stream) => stream.destroy()); + this._userIgnored = undefined; + this._readyCount = 0; + this._readyEmitted = false; + this._watched.forEach((dirent) => dirent.dispose()); + this._closers.clear(); + this._watched.clear(); + this._streams.clear(); + this._symlinkPaths.clear(); + this._throttled.clear(); + this._closePromise = closers.length + ? Promise.all(closers).then(() => undefined) + : Promise.resolve(); + return this._closePromise; + } + /** + * Expose list of watched paths + * @returns for chaining + */ + getWatched() { + const watchList = {}; + this._watched.forEach((entry, dir) => { + const key = this.options.cwd ? sysPath.relative(this.options.cwd, dir) : dir; + const index = key || ONE_DOT; + watchList[index] = entry.getChildren().sort(); + }); + return watchList; + } + emitWithAll(event, args) { + this.emit(event, ...args); + if (event !== EV.ERROR) + this.emit(EV.ALL, event, ...args); + } + // Common helpers + // -------------- + /** + * Normalize and emit events. + * Calling _emit DOES NOT MEAN emit() would be called! + * @param event Type of event + * @param path File or directory path + * @param stats arguments to be passed with event + * @returns the error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + async _emit(event, path, stats) { + if (this.closed) + return; + const opts = this.options; + if (isWindows) + path = sysPath.normalize(path); + if (opts.cwd) + path = sysPath.relative(opts.cwd, path); + const args = [path]; + if (stats != null) + args.push(stats); + const awf = opts.awaitWriteFinish; + let pw; + if (awf && (pw = this._pendingWrites.get(path))) { + pw.lastChange = new Date(); + return this; + } + if (opts.atomic) { + if (event === EV.UNLINK) { + this._pendingUnlinks.set(path, [event, ...args]); + setTimeout(() => { + this._pendingUnlinks.forEach((entry, path) => { + this.emit(...entry); + this.emit(EV.ALL, ...entry); + this._pendingUnlinks.delete(path); + }); + }, typeof opts.atomic === 'number' ? opts.atomic : 100); + return this; + } + if (event === EV.ADD && this._pendingUnlinks.has(path)) { + event = EV.CHANGE; + this._pendingUnlinks.delete(path); + } + } + if (awf && (event === EV.ADD || event === EV.CHANGE) && this._readyEmitted) { + const awfEmit = (err, stats) => { + if (err) { + event = EV.ERROR; + args[0] = err; + this.emitWithAll(event, args); + } + else if (stats) { + // if stats doesn't exist the file must have been deleted + if (args.length > 1) { + args[1] = stats; + } + else { + args.push(stats); + } + this.emitWithAll(event, args); + } + }; + this._awaitWriteFinish(path, awf.stabilityThreshold, event, awfEmit); + return this; + } + if (event === EV.CHANGE) { + const isThrottled = !this._throttle(EV.CHANGE, path, 50); + if (isThrottled) + return this; + } + if (opts.alwaysStat && + stats === undefined && + (event === EV.ADD || event === EV.ADD_DIR || event === EV.CHANGE)) { + const fullPath = opts.cwd ? sysPath.join(opts.cwd, path) : path; + let stats; + try { + stats = await stat(fullPath); + } + catch (err) { + // do nothing + } + // Suppress event when fs_stat fails, to avoid sending undefined 'stat' + if (!stats || this.closed) + return; + args.push(stats); + } + this.emitWithAll(event, args); + return this; + } + /** + * Common handler for errors + * @returns The error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + _handleError(error) { + const code = error && error.code; + if (error && + code !== 'ENOENT' && + code !== 'ENOTDIR' && + (!this.options.ignorePermissionErrors || (code !== 'EPERM' && code !== 'EACCES'))) { + this.emit(EV.ERROR, error); + } + return error || this.closed; + } + /** + * Helper utility for throttling + * @param actionType type being throttled + * @param path being acted upon + * @param timeout duration of time to suppress duplicate actions + * @returns tracking object or false if action should be suppressed + */ + _throttle(actionType, path, timeout) { + if (!this._throttled.has(actionType)) { + this._throttled.set(actionType, new Map()); + } + const action = this._throttled.get(actionType); + if (!action) + throw new Error('invalid throttle'); + const actionPath = action.get(path); + if (actionPath) { + actionPath.count++; + return false; + } + // eslint-disable-next-line prefer-const + let timeoutObject; + const clear = () => { + const item = action.get(path); + const count = item ? item.count : 0; + action.delete(path); + clearTimeout(timeoutObject); + if (item) + clearTimeout(item.timeoutObject); + return count; + }; + timeoutObject = setTimeout(clear, timeout); + const thr = { timeoutObject, clear, count: 0 }; + action.set(path, thr); + return thr; + } + _incrReadyCount() { + return this._readyCount++; + } + /** + * Awaits write operation to finish. + * Polls a newly created file for size variations. When files size does not change for 'threshold' milliseconds calls callback. + * @param path being acted upon + * @param threshold Time in milliseconds a file size must be fixed before acknowledging write OP is finished + * @param event + * @param awfEmit Callback to be called when ready for event to be emitted. + */ + _awaitWriteFinish(path, threshold, event, awfEmit) { + const awf = this.options.awaitWriteFinish; + if (typeof awf !== 'object') + return; + const pollInterval = awf.pollInterval; + let timeoutHandler; + let fullPath = path; + if (this.options.cwd && !sysPath.isAbsolute(path)) { + fullPath = sysPath.join(this.options.cwd, path); + } + const now = new Date(); + const writes = this._pendingWrites; + function awaitWriteFinishFn(prevStat) { + statcb(fullPath, (err, curStat) => { + if (err || !writes.has(path)) { + if (err && err.code !== 'ENOENT') + awfEmit(err); + return; + } + const now = Number(new Date()); + if (prevStat && curStat.size !== prevStat.size) { + writes.get(path).lastChange = now; + } + const pw = writes.get(path); + const df = now - pw.lastChange; + if (df >= threshold) { + writes.delete(path); + awfEmit(undefined, curStat); + } + else { + timeoutHandler = setTimeout(awaitWriteFinishFn, pollInterval, curStat); + } + }); + } + if (!writes.has(path)) { + writes.set(path, { + lastChange: now, + cancelWait: () => { + writes.delete(path); + clearTimeout(timeoutHandler); + return event; + }, + }); + timeoutHandler = setTimeout(awaitWriteFinishFn, pollInterval); + } + } + /** + * Determines whether user has asked to ignore this path. + */ + _isIgnored(path, stats) { + if (this.options.atomic && DOT_RE.test(path)) + return true; + if (!this._userIgnored) { + const { cwd } = this.options; + const ign = this.options.ignored; + const ignored = (ign || []).map(normalizeIgnored(cwd)); + const ignoredPaths = [...this._ignoredPaths]; + const list = [...ignoredPaths.map(normalizeIgnored(cwd)), ...ignored]; + this._userIgnored = anymatch(list, undefined); + } + return this._userIgnored(path, stats); + } + _isntIgnored(path, stat) { + return !this._isIgnored(path, stat); + } + /** + * Provides a set of common helpers and properties relating to symlink handling. + * @param path file or directory pattern being watched + */ + _getWatchHelpers(path) { + return new WatchHelper(path, this.options.followSymlinks, this); + } + // Directory helpers + // ----------------- + /** + * Provides directory tracking objects + * @param directory path of the directory + */ + _getWatchedDir(directory) { + const dir = sysPath.resolve(directory); + if (!this._watched.has(dir)) + this._watched.set(dir, new DirEntry(dir, this._boundRemove)); + return this._watched.get(dir); + } + // File helpers + // ------------ + /** + * Check for read permissions: https://stackoverflow.com/a/11781404/1358405 + */ + _hasReadPermissions(stats) { + if (this.options.ignorePermissionErrors) + return true; + return Boolean(Number(stats.mode) & 0o400); + } + /** + * Handles emitting unlink events for + * files and directories, and via recursion, for + * files and directories within directories that are unlinked + * @param directory within which the following item is located + * @param item base path of item/directory + */ + _remove(directory, item, isDirectory) { + // if what is being deleted is a directory, get that directory's paths + // for recursive deleting and cleaning of watched object + // if it is not a directory, nestedDirectoryChildren will be empty array + const path = sysPath.join(directory, item); + const fullPath = sysPath.resolve(path); + isDirectory = + isDirectory != null ? isDirectory : this._watched.has(path) || this._watched.has(fullPath); + // prevent duplicate handling in case of arriving here nearly simultaneously + // via multiple paths (such as _handleFile and _handleDir) + if (!this._throttle('remove', path, 100)) + return; + // if the only watched file is removed, watch for its return + if (!isDirectory && this._watched.size === 1) { + this.add(directory, item, true); + } + // This will create a new entry in the watched object in either case + // so we got to do the directory check beforehand + const wp = this._getWatchedDir(path); + const nestedDirectoryChildren = wp.getChildren(); + // Recursively remove children directories / files. + nestedDirectoryChildren.forEach((nested) => this._remove(path, nested)); + // Check if item was on the watched list and remove it + const parent = this._getWatchedDir(directory); + const wasTracked = parent.has(item); + parent.remove(item); + // Fixes issue #1042 -> Relative paths were detected and added as symlinks + // (https://github.com/paulmillr/chokidar/blob/e1753ddbc9571bdc33b4a4af172d52cb6e611c10/lib/nodefs-handler.js#L612), + // but never removed from the map in case the path was deleted. + // This leads to an incorrect state if the path was recreated: + // https://github.com/paulmillr/chokidar/blob/e1753ddbc9571bdc33b4a4af172d52cb6e611c10/lib/nodefs-handler.js#L553 + if (this._symlinkPaths.has(fullPath)) { + this._symlinkPaths.delete(fullPath); + } + // If we wait for this file to be fully written, cancel the wait. + let relPath = path; + if (this.options.cwd) + relPath = sysPath.relative(this.options.cwd, path); + if (this.options.awaitWriteFinish && this._pendingWrites.has(relPath)) { + const event = this._pendingWrites.get(relPath).cancelWait(); + if (event === EV.ADD) + return; + } + // The Entry will either be a directory that just got removed + // or a bogus entry to a file, in either case we have to remove it + this._watched.delete(path); + this._watched.delete(fullPath); + const eventName = isDirectory ? EV.UNLINK_DIR : EV.UNLINK; + if (wasTracked && !this._isIgnored(path)) + this._emit(eventName, path); + // Avoid conflicts if we later create another file with the same name + this._closePath(path); + } + /** + * Closes all watchers for a path + */ + _closePath(path) { + this._closeFile(path); + const dir = sysPath.dirname(path); + this._getWatchedDir(dir).remove(sysPath.basename(path)); + } + /** + * Closes only file-specific watchers + */ + _closeFile(path) { + const closers = this._closers.get(path); + if (!closers) + return; + closers.forEach((closer) => closer()); + this._closers.delete(path); + } + _addPathCloser(path, closer) { + if (!closer) + return; + let list = this._closers.get(path); + if (!list) { + list = []; + this._closers.set(path, list); + } + list.push(closer); + } + _readdirp(root, opts) { + if (this.closed) + return; + const options = { type: EV.ALL, alwaysStat: true, lstat: true, ...opts, depth: 0 }; + let stream = readdirp(root, options); + this._streams.add(stream); + stream.once(STR_CLOSE, () => { + stream = undefined; + }); + stream.once(STR_END, () => { + if (stream) { + this._streams.delete(stream); + stream = undefined; + } + }); + return stream; + } +} +/** + * Instantiates watcher with paths to be tracked. + * @param paths file / directory paths + * @param options opts, such as `atomic`, `awaitWriteFinish`, `ignored`, and others + * @returns an instance of FSWatcher for chaining. + * @example + * const watcher = watch('.').on('all', (event, path) => { console.log(event, path); }); + * watch('.', { atomic: true, awaitWriteFinish: true, ignored: (f, stats) => stats?.isFile() && !f.endsWith('.js') }) + */ +export function watch(paths, options = {}) { + const watcher = new FSWatcher(options); + watcher.add(paths); + return watcher; +} +export default { watch, FSWatcher }; diff --git a/server/node_modules/chokidar/esm/package.json b/server/node_modules/chokidar/esm/package.json new file mode 100644 index 000000000..876964185 --- /dev/null +++ b/server/node_modules/chokidar/esm/package.json @@ -0,0 +1 @@ +{ "type": "module", "sideEffects": false } diff --git a/server/node_modules/chokidar/handler.d.ts b/server/node_modules/chokidar/handler.d.ts new file mode 100644 index 000000000..ea777d000 --- /dev/null +++ b/server/node_modules/chokidar/handler.d.ts @@ -0,0 +1,90 @@ +import type { WatchEventType, Stats, FSWatcher as NativeFsWatcher } from 'fs'; +import type { FSWatcher, WatchHelper, Throttler } from './index.js'; +import type { EntryInfo } from 'readdirp'; +export type Path = string; +export declare const STR_DATA = "data"; +export declare const STR_END = "end"; +export declare const STR_CLOSE = "close"; +export declare const EMPTY_FN: () => void; +export declare const IDENTITY_FN: (val: unknown) => unknown; +export declare const isWindows: boolean; +export declare const isMacos: boolean; +export declare const isLinux: boolean; +export declare const isFreeBSD: boolean; +export declare const isIBMi: boolean; +export declare const EVENTS: { + readonly ALL: "all"; + readonly READY: "ready"; + readonly ADD: "add"; + readonly CHANGE: "change"; + readonly ADD_DIR: "addDir"; + readonly UNLINK: "unlink"; + readonly UNLINK_DIR: "unlinkDir"; + readonly RAW: "raw"; + readonly ERROR: "error"; +}; +export type EventName = (typeof EVENTS)[keyof typeof EVENTS]; +export type FsWatchContainer = { + listeners: (path: string) => void | Set; + errHandlers: (err: unknown) => void | Set; + rawEmitters: (ev: WatchEventType, path: string, opts: unknown) => void | Set; + watcher: NativeFsWatcher; + watcherUnusable?: boolean; +}; +export interface WatchHandlers { + listener: (path: string) => void; + errHandler: (err: unknown) => void; + rawEmitter: (ev: WatchEventType, path: string, opts: unknown) => void; +} +/** + * @mixin + */ +export declare class NodeFsHandler { + fsw: FSWatcher; + _boundHandleError: (error: unknown) => void; + constructor(fsW: FSWatcher); + /** + * Watch file for changes with fs_watchFile or fs_watch. + * @param path to file or dir + * @param listener on fs change + * @returns closer for the watcher instance + */ + _watchWithNodeFs(path: string, listener: (path: string, newStats?: any) => void | Promise): (() => void) | undefined; + /** + * Watch a file and emit add event if warranted. + * @returns closer for the watcher instance + */ + _handleFile(file: Path, stats: Stats, initialAdd: boolean): (() => void) | undefined; + /** + * Handle symlinks encountered while reading a dir. + * @param entry returned by readdirp + * @param directory path of dir being read + * @param path of this item + * @param item basename of this item + * @returns true if no more processing is needed for this entry. + */ + _handleSymlink(entry: EntryInfo, directory: string, path: Path, item: string): Promise; + _handleRead(directory: string, initialAdd: boolean, wh: WatchHelper, target: Path, dir: Path, depth: number, throttler: Throttler): Promise | undefined; + /** + * Read directory to add / remove files from `@watched` list and re-read it on change. + * @param dir fs path + * @param stats + * @param initialAdd + * @param depth relative to user-supplied path + * @param target child path targeted for watch + * @param wh Common watch helpers for this path + * @param realpath + * @returns closer for the watcher instance. + */ + _handleDir(dir: string, stats: Stats, initialAdd: boolean, depth: number, target: string, wh: WatchHelper, realpath: string): Promise<(() => void) | undefined>; + /** + * Handle added file, directory, or glob pattern. + * Delegates call to _handleFile / _handleDir after checks. + * @param path to file or ir + * @param initialAdd was the file added at watch instantiation? + * @param priorWh depth relative to user-supplied path + * @param depth Child path actually targeted for watch + * @param target Child path actually targeted for watch + */ + _addToNodeFs(path: string, initialAdd: boolean, priorWh: WatchHelper | undefined, depth: number, target?: string): Promise; +} diff --git a/server/node_modules/chokidar/handler.js b/server/node_modules/chokidar/handler.js new file mode 100644 index 000000000..9c2ef2877 --- /dev/null +++ b/server/node_modules/chokidar/handler.js @@ -0,0 +1,635 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.NodeFsHandler = exports.EVENTS = exports.isIBMi = exports.isFreeBSD = exports.isLinux = exports.isMacos = exports.isWindows = exports.IDENTITY_FN = exports.EMPTY_FN = exports.STR_CLOSE = exports.STR_END = exports.STR_DATA = void 0; +const fs_1 = require("fs"); +const promises_1 = require("fs/promises"); +const sysPath = require("path"); +const os_1 = require("os"); +exports.STR_DATA = 'data'; +exports.STR_END = 'end'; +exports.STR_CLOSE = 'close'; +const EMPTY_FN = () => { }; +exports.EMPTY_FN = EMPTY_FN; +const IDENTITY_FN = (val) => val; +exports.IDENTITY_FN = IDENTITY_FN; +const pl = process.platform; +exports.isWindows = pl === 'win32'; +exports.isMacos = pl === 'darwin'; +exports.isLinux = pl === 'linux'; +exports.isFreeBSD = pl === 'freebsd'; +exports.isIBMi = (0, os_1.type)() === 'OS400'; +exports.EVENTS = { + ALL: 'all', + READY: 'ready', + ADD: 'add', + CHANGE: 'change', + ADD_DIR: 'addDir', + UNLINK: 'unlink', + UNLINK_DIR: 'unlinkDir', + RAW: 'raw', + ERROR: 'error', +}; +const EV = exports.EVENTS; +const THROTTLE_MODE_WATCH = 'watch'; +const statMethods = { lstat: promises_1.lstat, stat: promises_1.stat }; +const KEY_LISTENERS = 'listeners'; +const KEY_ERR = 'errHandlers'; +const KEY_RAW = 'rawEmitters'; +const HANDLER_KEYS = [KEY_LISTENERS, KEY_ERR, KEY_RAW]; +// prettier-ignore +const binaryExtensions = new Set([ + '3dm', '3ds', '3g2', '3gp', '7z', 'a', 'aac', 'adp', 'afdesign', 'afphoto', 'afpub', 'ai', + 'aif', 'aiff', 'alz', 'ape', 'apk', 'appimage', 'ar', 'arj', 'asf', 'au', 'avi', + 'bak', 'baml', 'bh', 'bin', 'bk', 'bmp', 'btif', 'bz2', 'bzip2', + 'cab', 'caf', 'cgm', 'class', 'cmx', 'cpio', 'cr2', 'cur', 'dat', 'dcm', 'deb', 'dex', 'djvu', + 'dll', 'dmg', 'dng', 'doc', 'docm', 'docx', 'dot', 'dotm', 'dra', 'DS_Store', 'dsk', 'dts', + 'dtshd', 'dvb', 'dwg', 'dxf', + 'ecelp4800', 'ecelp7470', 'ecelp9600', 'egg', 'eol', 'eot', 'epub', 'exe', + 'f4v', 'fbs', 'fh', 'fla', 'flac', 'flatpak', 'fli', 'flv', 'fpx', 'fst', 'fvt', + 'g3', 'gh', 'gif', 'graffle', 'gz', 'gzip', + 'h261', 'h263', 'h264', 'icns', 'ico', 'ief', 'img', 'ipa', 'iso', + 'jar', 'jpeg', 'jpg', 'jpgv', 'jpm', 'jxr', 'key', 'ktx', + 'lha', 'lib', 'lvp', 'lz', 'lzh', 'lzma', 'lzo', + 'm3u', 'm4a', 'm4v', 'mar', 'mdi', 'mht', 'mid', 'midi', 'mj2', 'mka', 'mkv', 'mmr', 'mng', + 'mobi', 'mov', 'movie', 'mp3', + 'mp4', 'mp4a', 'mpeg', 'mpg', 'mpga', 'mxu', + 'nef', 'npx', 'numbers', 'nupkg', + 'o', 'odp', 'ods', 'odt', 'oga', 'ogg', 'ogv', 'otf', 'ott', + 'pages', 'pbm', 'pcx', 'pdb', 'pdf', 'pea', 'pgm', 'pic', 'png', 'pnm', 'pot', 'potm', + 'potx', 'ppa', 'ppam', + 'ppm', 'pps', 'ppsm', 'ppsx', 'ppt', 'pptm', 'pptx', 'psd', 'pya', 'pyc', 'pyo', 'pyv', + 'qt', + 'rar', 'ras', 'raw', 'resources', 'rgb', 'rip', 'rlc', 'rmf', 'rmvb', 'rpm', 'rtf', 'rz', + 's3m', 's7z', 'scpt', 'sgi', 'shar', 'snap', 'sil', 'sketch', 'slk', 'smv', 'snk', 'so', + 'stl', 'suo', 'sub', 'swf', + 'tar', 'tbz', 'tbz2', 'tga', 'tgz', 'thmx', 'tif', 'tiff', 'tlz', 'ttc', 'ttf', 'txz', + 'udf', 'uvh', 'uvi', 'uvm', 'uvp', 'uvs', 'uvu', + 'viv', 'vob', + 'war', 'wav', 'wax', 'wbmp', 'wdp', 'weba', 'webm', 'webp', 'whl', 'wim', 'wm', 'wma', + 'wmv', 'wmx', 'woff', 'woff2', 'wrm', 'wvx', + 'xbm', 'xif', 'xla', 'xlam', 'xls', 'xlsb', 'xlsm', 'xlsx', 'xlt', 'xltm', 'xltx', 'xm', + 'xmind', 'xpi', 'xpm', 'xwd', 'xz', + 'z', 'zip', 'zipx', +]); +const isBinaryPath = (filePath) => binaryExtensions.has(sysPath.extname(filePath).slice(1).toLowerCase()); +// TODO: emit errors properly. Example: EMFILE on Macos. +const foreach = (val, fn) => { + if (val instanceof Set) { + val.forEach(fn); + } + else { + fn(val); + } +}; +const addAndConvert = (main, prop, item) => { + let container = main[prop]; + if (!(container instanceof Set)) { + main[prop] = container = new Set([container]); + } + container.add(item); +}; +const clearItem = (cont) => (key) => { + const set = cont[key]; + if (set instanceof Set) { + set.clear(); + } + else { + delete cont[key]; + } +}; +const delFromSet = (main, prop, item) => { + const container = main[prop]; + if (container instanceof Set) { + container.delete(item); + } + else if (container === item) { + delete main[prop]; + } +}; +const isEmptySet = (val) => (val instanceof Set ? val.size === 0 : !val); +const FsWatchInstances = new Map(); +/** + * Instantiates the fs_watch interface + * @param path to be watched + * @param options to be passed to fs_watch + * @param listener main event handler + * @param errHandler emits info about errors + * @param emitRaw emits raw event data + * @returns {NativeFsWatcher} + */ +function createFsWatchInstance(path, options, listener, errHandler, emitRaw) { + const handleEvent = (rawEvent, evPath) => { + listener(path); + emitRaw(rawEvent, evPath, { watchedPath: path }); + // emit based on events occurring for files from a directory's watcher in + // case the file's watcher misses it (and rely on throttling to de-dupe) + if (evPath && path !== evPath) { + fsWatchBroadcast(sysPath.resolve(path, evPath), KEY_LISTENERS, sysPath.join(path, evPath)); + } + }; + try { + return (0, fs_1.watch)(path, { + persistent: options.persistent, + }, handleEvent); + } + catch (error) { + errHandler(error); + return undefined; + } +} +/** + * Helper for passing fs_watch event data to a collection of listeners + * @param fullPath absolute path bound to fs_watch instance + */ +const fsWatchBroadcast = (fullPath, listenerType, val1, val2, val3) => { + const cont = FsWatchInstances.get(fullPath); + if (!cont) + return; + foreach(cont[listenerType], (listener) => { + listener(val1, val2, val3); + }); +}; +/** + * Instantiates the fs_watch interface or binds listeners + * to an existing one covering the same file system entry + * @param path + * @param fullPath absolute path + * @param options to be passed to fs_watch + * @param handlers container for event listener functions + */ +const setFsWatchListener = (path, fullPath, options, handlers) => { + const { listener, errHandler, rawEmitter } = handlers; + let cont = FsWatchInstances.get(fullPath); + let watcher; + if (!options.persistent) { + watcher = createFsWatchInstance(path, options, listener, errHandler, rawEmitter); + if (!watcher) + return; + return watcher.close.bind(watcher); + } + if (cont) { + addAndConvert(cont, KEY_LISTENERS, listener); + addAndConvert(cont, KEY_ERR, errHandler); + addAndConvert(cont, KEY_RAW, rawEmitter); + } + else { + watcher = createFsWatchInstance(path, options, fsWatchBroadcast.bind(null, fullPath, KEY_LISTENERS), errHandler, // no need to use broadcast here + fsWatchBroadcast.bind(null, fullPath, KEY_RAW)); + if (!watcher) + return; + watcher.on(EV.ERROR, async (error) => { + const broadcastErr = fsWatchBroadcast.bind(null, fullPath, KEY_ERR); + if (cont) + cont.watcherUnusable = true; // documented since Node 10.4.1 + // Workaround for https://github.com/joyent/node/issues/4337 + if (exports.isWindows && error.code === 'EPERM') { + try { + const fd = await (0, promises_1.open)(path, 'r'); + await fd.close(); + broadcastErr(error); + } + catch (err) { + // do nothing + } + } + else { + broadcastErr(error); + } + }); + cont = { + listeners: listener, + errHandlers: errHandler, + rawEmitters: rawEmitter, + watcher, + }; + FsWatchInstances.set(fullPath, cont); + } + // const index = cont.listeners.indexOf(listener); + // removes this instance's listeners and closes the underlying fs_watch + // instance if there are no more listeners left + return () => { + delFromSet(cont, KEY_LISTENERS, listener); + delFromSet(cont, KEY_ERR, errHandler); + delFromSet(cont, KEY_RAW, rawEmitter); + if (isEmptySet(cont.listeners)) { + // Check to protect against issue gh-730. + // if (cont.watcherUnusable) { + cont.watcher.close(); + // } + FsWatchInstances.delete(fullPath); + HANDLER_KEYS.forEach(clearItem(cont)); + // @ts-ignore + cont.watcher = undefined; + Object.freeze(cont); + } + }; +}; +// fs_watchFile helpers +// object to hold per-process fs_watchFile instances +// (may be shared across chokidar FSWatcher instances) +const FsWatchFileInstances = new Map(); +/** + * Instantiates the fs_watchFile interface or binds listeners + * to an existing one covering the same file system entry + * @param path to be watched + * @param fullPath absolute path + * @param options options to be passed to fs_watchFile + * @param handlers container for event listener functions + * @returns closer + */ +const setFsWatchFileListener = (path, fullPath, options, handlers) => { + const { listener, rawEmitter } = handlers; + let cont = FsWatchFileInstances.get(fullPath); + // let listeners = new Set(); + // let rawEmitters = new Set(); + const copts = cont && cont.options; + if (copts && (copts.persistent < options.persistent || copts.interval > options.interval)) { + // "Upgrade" the watcher to persistence or a quicker interval. + // This creates some unlikely edge case issues if the user mixes + // settings in a very weird way, but solving for those cases + // doesn't seem worthwhile for the added complexity. + // listeners = cont.listeners; + // rawEmitters = cont.rawEmitters; + (0, fs_1.unwatchFile)(fullPath); + cont = undefined; + } + if (cont) { + addAndConvert(cont, KEY_LISTENERS, listener); + addAndConvert(cont, KEY_RAW, rawEmitter); + } + else { + // TODO + // listeners.add(listener); + // rawEmitters.add(rawEmitter); + cont = { + listeners: listener, + rawEmitters: rawEmitter, + options, + watcher: (0, fs_1.watchFile)(fullPath, options, (curr, prev) => { + foreach(cont.rawEmitters, (rawEmitter) => { + rawEmitter(EV.CHANGE, fullPath, { curr, prev }); + }); + const currmtime = curr.mtimeMs; + if (curr.size !== prev.size || currmtime > prev.mtimeMs || currmtime === 0) { + foreach(cont.listeners, (listener) => listener(path, curr)); + } + }), + }; + FsWatchFileInstances.set(fullPath, cont); + } + // const index = cont.listeners.indexOf(listener); + // Removes this instance's listeners and closes the underlying fs_watchFile + // instance if there are no more listeners left. + return () => { + delFromSet(cont, KEY_LISTENERS, listener); + delFromSet(cont, KEY_RAW, rawEmitter); + if (isEmptySet(cont.listeners)) { + FsWatchFileInstances.delete(fullPath); + (0, fs_1.unwatchFile)(fullPath); + cont.options = cont.watcher = undefined; + Object.freeze(cont); + } + }; +}; +/** + * @mixin + */ +class NodeFsHandler { + constructor(fsW) { + this.fsw = fsW; + this._boundHandleError = (error) => fsW._handleError(error); + } + /** + * Watch file for changes with fs_watchFile or fs_watch. + * @param path to file or dir + * @param listener on fs change + * @returns closer for the watcher instance + */ + _watchWithNodeFs(path, listener) { + const opts = this.fsw.options; + const directory = sysPath.dirname(path); + const basename = sysPath.basename(path); + const parent = this.fsw._getWatchedDir(directory); + parent.add(basename); + const absolutePath = sysPath.resolve(path); + const options = { + persistent: opts.persistent, + }; + if (!listener) + listener = exports.EMPTY_FN; + let closer; + if (opts.usePolling) { + const enableBin = opts.interval !== opts.binaryInterval; + options.interval = enableBin && isBinaryPath(basename) ? opts.binaryInterval : opts.interval; + closer = setFsWatchFileListener(path, absolutePath, options, { + listener, + rawEmitter: this.fsw._emitRaw, + }); + } + else { + closer = setFsWatchListener(path, absolutePath, options, { + listener, + errHandler: this._boundHandleError, + rawEmitter: this.fsw._emitRaw, + }); + } + return closer; + } + /** + * Watch a file and emit add event if warranted. + * @returns closer for the watcher instance + */ + _handleFile(file, stats, initialAdd) { + if (this.fsw.closed) { + return; + } + const dirname = sysPath.dirname(file); + const basename = sysPath.basename(file); + const parent = this.fsw._getWatchedDir(dirname); + // stats is always present + let prevStats = stats; + // if the file is already being watched, do nothing + if (parent.has(basename)) + return; + const listener = async (path, newStats) => { + if (!this.fsw._throttle(THROTTLE_MODE_WATCH, file, 5)) + return; + if (!newStats || newStats.mtimeMs === 0) { + try { + const newStats = await (0, promises_1.stat)(file); + if (this.fsw.closed) + return; + // Check that change event was not fired because of changed only accessTime. + const at = newStats.atimeMs; + const mt = newStats.mtimeMs; + if (!at || at <= mt || mt !== prevStats.mtimeMs) { + this.fsw._emit(EV.CHANGE, file, newStats); + } + if ((exports.isMacos || exports.isLinux || exports.isFreeBSD) && prevStats.ino !== newStats.ino) { + this.fsw._closeFile(path); + prevStats = newStats; + const closer = this._watchWithNodeFs(file, listener); + if (closer) + this.fsw._addPathCloser(path, closer); + } + else { + prevStats = newStats; + } + } + catch (error) { + // Fix issues where mtime is null but file is still present + this.fsw._remove(dirname, basename); + } + // add is about to be emitted if file not already tracked in parent + } + else if (parent.has(basename)) { + // Check that change event was not fired because of changed only accessTime. + const at = newStats.atimeMs; + const mt = newStats.mtimeMs; + if (!at || at <= mt || mt !== prevStats.mtimeMs) { + this.fsw._emit(EV.CHANGE, file, newStats); + } + prevStats = newStats; + } + }; + // kick off the watcher + const closer = this._watchWithNodeFs(file, listener); + // emit an add event if we're supposed to + if (!(initialAdd && this.fsw.options.ignoreInitial) && this.fsw._isntIgnored(file)) { + if (!this.fsw._throttle(EV.ADD, file, 0)) + return; + this.fsw._emit(EV.ADD, file, stats); + } + return closer; + } + /** + * Handle symlinks encountered while reading a dir. + * @param entry returned by readdirp + * @param directory path of dir being read + * @param path of this item + * @param item basename of this item + * @returns true if no more processing is needed for this entry. + */ + async _handleSymlink(entry, directory, path, item) { + if (this.fsw.closed) { + return; + } + const full = entry.fullPath; + const dir = this.fsw._getWatchedDir(directory); + if (!this.fsw.options.followSymlinks) { + // watch symlink directly (don't follow) and detect changes + this.fsw._incrReadyCount(); + let linkPath; + try { + linkPath = await (0, promises_1.realpath)(path); + } + catch (e) { + this.fsw._emitReady(); + return true; + } + if (this.fsw.closed) + return; + if (dir.has(item)) { + if (this.fsw._symlinkPaths.get(full) !== linkPath) { + this.fsw._symlinkPaths.set(full, linkPath); + this.fsw._emit(EV.CHANGE, path, entry.stats); + } + } + else { + dir.add(item); + this.fsw._symlinkPaths.set(full, linkPath); + this.fsw._emit(EV.ADD, path, entry.stats); + } + this.fsw._emitReady(); + return true; + } + // don't follow the same symlink more than once + if (this.fsw._symlinkPaths.has(full)) { + return true; + } + this.fsw._symlinkPaths.set(full, true); + } + _handleRead(directory, initialAdd, wh, target, dir, depth, throttler) { + // Normalize the directory name on Windows + directory = sysPath.join(directory, ''); + throttler = this.fsw._throttle('readdir', directory, 1000); + if (!throttler) + return; + const previous = this.fsw._getWatchedDir(wh.path); + const current = new Set(); + let stream = this.fsw._readdirp(directory, { + fileFilter: (entry) => wh.filterPath(entry), + directoryFilter: (entry) => wh.filterDir(entry), + }); + if (!stream) + return; + stream + .on(exports.STR_DATA, async (entry) => { + if (this.fsw.closed) { + stream = undefined; + return; + } + const item = entry.path; + let path = sysPath.join(directory, item); + current.add(item); + if (entry.stats.isSymbolicLink() && + (await this._handleSymlink(entry, directory, path, item))) { + return; + } + if (this.fsw.closed) { + stream = undefined; + return; + } + // Files that present in current directory snapshot + // but absent in previous are added to watch list and + // emit `add` event. + if (item === target || (!target && !previous.has(item))) { + this.fsw._incrReadyCount(); + // ensure relativeness of path is preserved in case of watcher reuse + path = sysPath.join(dir, sysPath.relative(dir, path)); + this._addToNodeFs(path, initialAdd, wh, depth + 1); + } + }) + .on(EV.ERROR, this._boundHandleError); + return new Promise((resolve, reject) => { + if (!stream) + return reject(); + stream.once(exports.STR_END, () => { + if (this.fsw.closed) { + stream = undefined; + return; + } + const wasThrottled = throttler ? throttler.clear() : false; + resolve(undefined); + // Files that absent in current directory snapshot + // but present in previous emit `remove` event + // and are removed from @watched[directory]. + previous + .getChildren() + .filter((item) => { + return item !== directory && !current.has(item); + }) + .forEach((item) => { + this.fsw._remove(directory, item); + }); + stream = undefined; + // one more time for any missed in case changes came in extremely quickly + if (wasThrottled) + this._handleRead(directory, false, wh, target, dir, depth, throttler); + }); + }); + } + /** + * Read directory to add / remove files from `@watched` list and re-read it on change. + * @param dir fs path + * @param stats + * @param initialAdd + * @param depth relative to user-supplied path + * @param target child path targeted for watch + * @param wh Common watch helpers for this path + * @param realpath + * @returns closer for the watcher instance. + */ + async _handleDir(dir, stats, initialAdd, depth, target, wh, realpath) { + const parentDir = this.fsw._getWatchedDir(sysPath.dirname(dir)); + const tracked = parentDir.has(sysPath.basename(dir)); + if (!(initialAdd && this.fsw.options.ignoreInitial) && !target && !tracked) { + this.fsw._emit(EV.ADD_DIR, dir, stats); + } + // ensure dir is tracked (harmless if redundant) + parentDir.add(sysPath.basename(dir)); + this.fsw._getWatchedDir(dir); + let throttler; + let closer; + const oDepth = this.fsw.options.depth; + if ((oDepth == null || depth <= oDepth) && !this.fsw._symlinkPaths.has(realpath)) { + if (!target) { + await this._handleRead(dir, initialAdd, wh, target, dir, depth, throttler); + if (this.fsw.closed) + return; + } + closer = this._watchWithNodeFs(dir, (dirPath, stats) => { + // if current directory is removed, do nothing + if (stats && stats.mtimeMs === 0) + return; + this._handleRead(dirPath, false, wh, target, dir, depth, throttler); + }); + } + return closer; + } + /** + * Handle added file, directory, or glob pattern. + * Delegates call to _handleFile / _handleDir after checks. + * @param path to file or ir + * @param initialAdd was the file added at watch instantiation? + * @param priorWh depth relative to user-supplied path + * @param depth Child path actually targeted for watch + * @param target Child path actually targeted for watch + */ + async _addToNodeFs(path, initialAdd, priorWh, depth, target) { + const ready = this.fsw._emitReady; + if (this.fsw._isIgnored(path) || this.fsw.closed) { + ready(); + return false; + } + const wh = this.fsw._getWatchHelpers(path); + if (priorWh) { + wh.filterPath = (entry) => priorWh.filterPath(entry); + wh.filterDir = (entry) => priorWh.filterDir(entry); + } + // evaluate what is at the path we're being asked to watch + try { + const stats = await statMethods[wh.statMethod](wh.watchPath); + if (this.fsw.closed) + return; + if (this.fsw._isIgnored(wh.watchPath, stats)) { + ready(); + return false; + } + const follow = this.fsw.options.followSymlinks; + let closer; + if (stats.isDirectory()) { + const absPath = sysPath.resolve(path); + const targetPath = follow ? await (0, promises_1.realpath)(path) : path; + if (this.fsw.closed) + return; + closer = await this._handleDir(wh.watchPath, stats, initialAdd, depth, target, wh, targetPath); + if (this.fsw.closed) + return; + // preserve this symlink's target path + if (absPath !== targetPath && targetPath !== undefined) { + this.fsw._symlinkPaths.set(absPath, targetPath); + } + } + else if (stats.isSymbolicLink()) { + const targetPath = follow ? await (0, promises_1.realpath)(path) : path; + if (this.fsw.closed) + return; + const parent = sysPath.dirname(wh.watchPath); + this.fsw._getWatchedDir(parent).add(wh.watchPath); + this.fsw._emit(EV.ADD, wh.watchPath, stats); + closer = await this._handleDir(parent, stats, initialAdd, depth, path, wh, targetPath); + if (this.fsw.closed) + return; + // preserve this symlink's target path + if (targetPath !== undefined) { + this.fsw._symlinkPaths.set(sysPath.resolve(path), targetPath); + } + } + else { + closer = this._handleFile(wh.watchPath, stats, initialAdd); + } + ready(); + if (closer) + this.fsw._addPathCloser(path, closer); + return false; + } + catch (error) { + if (this.fsw._handleError(error)) { + ready(); + return path; + } + } + } +} +exports.NodeFsHandler = NodeFsHandler; diff --git a/server/node_modules/chokidar/index.d.ts b/server/node_modules/chokidar/index.d.ts new file mode 100644 index 000000000..ffeb1e728 --- /dev/null +++ b/server/node_modules/chokidar/index.d.ts @@ -0,0 +1,215 @@ +/*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */ +import { Stats } from 'fs'; +import { EventEmitter } from 'events'; +import { ReaddirpStream, ReaddirpOptions, EntryInfo } from 'readdirp'; +import { NodeFsHandler, EventName, Path, EVENTS as EV, WatchHandlers } from './handler.js'; +type AWF = { + stabilityThreshold: number; + pollInterval: number; +}; +type BasicOpts = { + persistent: boolean; + ignoreInitial: boolean; + followSymlinks: boolean; + cwd?: string; + usePolling: boolean; + interval: number; + binaryInterval: number; + alwaysStat?: boolean; + depth?: number; + ignorePermissionErrors: boolean; + atomic: boolean | number; +}; +export type Throttler = { + timeoutObject: NodeJS.Timeout; + clear: () => void; + count: number; +}; +export type ChokidarOptions = Partial; +}>; +export type FSWInstanceOptions = BasicOpts & { + ignored: Matcher[]; + awaitWriteFinish: false | AWF; +}; +export type ThrottleType = 'readdir' | 'watch' | 'add' | 'remove' | 'change'; +export type EmitArgs = [path: Path, stats?: Stats]; +export type EmitErrorArgs = [error: Error, stats?: Stats]; +export type EmitArgsWithName = [event: EventName, ...EmitArgs]; +export type MatchFunction = (val: string, stats?: Stats) => boolean; +export interface MatcherObject { + path: string; + recursive?: boolean; +} +export type Matcher = string | RegExp | MatchFunction | MatcherObject; +/** + * Directory entry. + */ +declare class DirEntry { + path: Path; + _removeWatcher: (dir: string, base: string) => void; + items: Set; + constructor(dir: Path, removeWatcher: (dir: string, base: string) => void); + add(item: string): void; + remove(item: string): Promise; + has(item: string): boolean | undefined; + getChildren(): string[]; + dispose(): void; +} +export declare class WatchHelper { + fsw: FSWatcher; + path: string; + watchPath: string; + fullWatchPath: string; + dirParts: string[][]; + followSymlinks: boolean; + statMethod: 'stat' | 'lstat'; + constructor(path: string, follow: boolean, fsw: FSWatcher); + entryPath(entry: EntryInfo): Path; + filterPath(entry: EntryInfo): boolean; + filterDir(entry: EntryInfo): boolean; +} +export interface FSWatcherKnownEventMap { + [EV.READY]: []; + [EV.RAW]: Parameters; + [EV.ERROR]: Parameters; + [EV.ALL]: [event: EventName, ...EmitArgs]; +} +export type FSWatcherEventMap = FSWatcherKnownEventMap & { + [k in Exclude]: EmitArgs; +}; +/** + * Watches files & directories for changes. Emitted events: + * `add`, `addDir`, `change`, `unlink`, `unlinkDir`, `all`, `error` + * + * new FSWatcher() + * .add(directories) + * .on('add', path => log('File', path, 'was added')) + */ +export declare class FSWatcher extends EventEmitter { + closed: boolean; + options: FSWInstanceOptions; + _closers: Map>; + _ignoredPaths: Set; + _throttled: Map>; + _streams: Set; + _symlinkPaths: Map; + _watched: Map; + _pendingWrites: Map; + _pendingUnlinks: Map; + _readyCount: number; + _emitReady: () => void; + _closePromise?: Promise; + _userIgnored?: MatchFunction; + _readyEmitted: boolean; + _emitRaw: WatchHandlers['rawEmitter']; + _boundRemove: (dir: string, item: string) => void; + _nodeFsHandler: NodeFsHandler; + constructor(_opts?: ChokidarOptions); + _addIgnoredPath(matcher: Matcher): void; + _removeIgnoredPath(matcher: Matcher): void; + /** + * Adds paths to be watched on an existing FSWatcher instance. + * @param paths_ file or file list. Other arguments are unused + */ + add(paths_: Path | Path[], _origAdd?: string, _internal?: boolean): FSWatcher; + /** + * Close watchers or start ignoring events from specified paths. + */ + unwatch(paths_: Path | Path[]): FSWatcher; + /** + * Close watchers and remove all listeners from watched paths. + */ + close(): Promise; + /** + * Expose list of watched paths + * @returns for chaining + */ + getWatched(): Record; + emitWithAll(event: EventName, args: EmitArgs): void; + /** + * Normalize and emit events. + * Calling _emit DOES NOT MEAN emit() would be called! + * @param event Type of event + * @param path File or directory path + * @param stats arguments to be passed with event + * @returns the error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + _emit(event: EventName, path: Path, stats?: Stats): Promise; + /** + * Common handler for errors + * @returns The error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + _handleError(error: Error): Error | boolean; + /** + * Helper utility for throttling + * @param actionType type being throttled + * @param path being acted upon + * @param timeout duration of time to suppress duplicate actions + * @returns tracking object or false if action should be suppressed + */ + _throttle(actionType: ThrottleType, path: Path, timeout: number): Throttler | false; + _incrReadyCount(): number; + /** + * Awaits write operation to finish. + * Polls a newly created file for size variations. When files size does not change for 'threshold' milliseconds calls callback. + * @param path being acted upon + * @param threshold Time in milliseconds a file size must be fixed before acknowledging write OP is finished + * @param event + * @param awfEmit Callback to be called when ready for event to be emitted. + */ + _awaitWriteFinish(path: Path, threshold: number, event: EventName, awfEmit: (err?: Error, stat?: Stats) => void): void; + /** + * Determines whether user has asked to ignore this path. + */ + _isIgnored(path: Path, stats?: Stats): boolean; + _isntIgnored(path: Path, stat?: Stats): boolean; + /** + * Provides a set of common helpers and properties relating to symlink handling. + * @param path file or directory pattern being watched + */ + _getWatchHelpers(path: Path): WatchHelper; + /** + * Provides directory tracking objects + * @param directory path of the directory + */ + _getWatchedDir(directory: string): DirEntry; + /** + * Check for read permissions: https://stackoverflow.com/a/11781404/1358405 + */ + _hasReadPermissions(stats: Stats): boolean; + /** + * Handles emitting unlink events for + * files and directories, and via recursion, for + * files and directories within directories that are unlinked + * @param directory within which the following item is located + * @param item base path of item/directory + */ + _remove(directory: string, item: string, isDirectory?: boolean): void; + /** + * Closes all watchers for a path + */ + _closePath(path: Path): void; + /** + * Closes only file-specific watchers + */ + _closeFile(path: Path): void; + _addPathCloser(path: Path, closer: () => void): void; + _readdirp(root: Path, opts?: Partial): ReaddirpStream | undefined; +} +/** + * Instantiates watcher with paths to be tracked. + * @param paths file / directory paths + * @param options opts, such as `atomic`, `awaitWriteFinish`, `ignored`, and others + * @returns an instance of FSWatcher for chaining. + * @example + * const watcher = watch('.').on('all', (event, path) => { console.log(event, path); }); + * watch('.', { atomic: true, awaitWriteFinish: true, ignored: (f, stats) => stats?.isFile() && !f.endsWith('.js') }) + */ +export declare function watch(paths: string | string[], options?: ChokidarOptions): FSWatcher; +declare const _default: { + watch: typeof watch; + FSWatcher: typeof FSWatcher; +}; +export default _default; diff --git a/server/node_modules/chokidar/index.js b/server/node_modules/chokidar/index.js new file mode 100644 index 000000000..79370ee8c --- /dev/null +++ b/server/node_modules/chokidar/index.js @@ -0,0 +1,804 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +exports.FSWatcher = exports.WatchHelper = void 0; +exports.watch = watch; +/*! chokidar - MIT License (c) 2012 Paul Miller (paulmillr.com) */ +const fs_1 = require("fs"); +const promises_1 = require("fs/promises"); +const events_1 = require("events"); +const sysPath = require("path"); +const readdirp_1 = require("readdirp"); +const handler_js_1 = require("./handler.js"); +const SLASH = '/'; +const SLASH_SLASH = '//'; +const ONE_DOT = '.'; +const TWO_DOTS = '..'; +const STRING_TYPE = 'string'; +const BACK_SLASH_RE = /\\/g; +const DOUBLE_SLASH_RE = /\/\//; +const DOT_RE = /\..*\.(sw[px])$|~$|\.subl.*\.tmp/; +const REPLACER_RE = /^\.[/\\]/; +function arrify(item) { + return Array.isArray(item) ? item : [item]; +} +const isMatcherObject = (matcher) => typeof matcher === 'object' && matcher !== null && !(matcher instanceof RegExp); +function createPattern(matcher) { + if (typeof matcher === 'function') + return matcher; + if (typeof matcher === 'string') + return (string) => matcher === string; + if (matcher instanceof RegExp) + return (string) => matcher.test(string); + if (typeof matcher === 'object' && matcher !== null) { + return (string) => { + if (matcher.path === string) + return true; + if (matcher.recursive) { + const relative = sysPath.relative(matcher.path, string); + if (!relative) { + return false; + } + return !relative.startsWith('..') && !sysPath.isAbsolute(relative); + } + return false; + }; + } + return () => false; +} +function normalizePath(path) { + if (typeof path !== 'string') + throw new Error('string expected'); + path = sysPath.normalize(path); + path = path.replace(/\\/g, '/'); + let prepend = false; + if (path.startsWith('//')) + prepend = true; + const DOUBLE_SLASH_RE = /\/\//; + while (path.match(DOUBLE_SLASH_RE)) + path = path.replace(DOUBLE_SLASH_RE, '/'); + if (prepend) + path = '/' + path; + return path; +} +function matchPatterns(patterns, testString, stats) { + const path = normalizePath(testString); + for (let index = 0; index < patterns.length; index++) { + const pattern = patterns[index]; + if (pattern(path, stats)) { + return true; + } + } + return false; +} +function anymatch(matchers, testString) { + if (matchers == null) { + throw new TypeError('anymatch: specify first argument'); + } + // Early cache for matchers. + const matchersArray = arrify(matchers); + const patterns = matchersArray.map((matcher) => createPattern(matcher)); + if (testString == null) { + return (testString, stats) => { + return matchPatterns(patterns, testString, stats); + }; + } + return matchPatterns(patterns, testString); +} +const unifyPaths = (paths_) => { + const paths = arrify(paths_).flat(); + if (!paths.every((p) => typeof p === STRING_TYPE)) { + throw new TypeError(`Non-string provided as watch path: ${paths}`); + } + return paths.map(normalizePathToUnix); +}; +// If SLASH_SLASH occurs at the beginning of path, it is not replaced +// because "//StoragePC/DrivePool/Movies" is a valid network path +const toUnix = (string) => { + let str = string.replace(BACK_SLASH_RE, SLASH); + let prepend = false; + if (str.startsWith(SLASH_SLASH)) { + prepend = true; + } + while (str.match(DOUBLE_SLASH_RE)) { + str = str.replace(DOUBLE_SLASH_RE, SLASH); + } + if (prepend) { + str = SLASH + str; + } + return str; +}; +// Our version of upath.normalize +// TODO: this is not equal to path-normalize module - investigate why +const normalizePathToUnix = (path) => toUnix(sysPath.normalize(toUnix(path))); +// TODO: refactor +const normalizeIgnored = (cwd = '') => (path) => { + if (typeof path === 'string') { + return normalizePathToUnix(sysPath.isAbsolute(path) ? path : sysPath.join(cwd, path)); + } + else { + return path; + } +}; +const getAbsolutePath = (path, cwd) => { + if (sysPath.isAbsolute(path)) { + return path; + } + return sysPath.join(cwd, path); +}; +const EMPTY_SET = Object.freeze(new Set()); +/** + * Directory entry. + */ +class DirEntry { + constructor(dir, removeWatcher) { + this.path = dir; + this._removeWatcher = removeWatcher; + this.items = new Set(); + } + add(item) { + const { items } = this; + if (!items) + return; + if (item !== ONE_DOT && item !== TWO_DOTS) + items.add(item); + } + async remove(item) { + const { items } = this; + if (!items) + return; + items.delete(item); + if (items.size > 0) + return; + const dir = this.path; + try { + await (0, promises_1.readdir)(dir); + } + catch (err) { + if (this._removeWatcher) { + this._removeWatcher(sysPath.dirname(dir), sysPath.basename(dir)); + } + } + } + has(item) { + const { items } = this; + if (!items) + return; + return items.has(item); + } + getChildren() { + const { items } = this; + if (!items) + return []; + return [...items.values()]; + } + dispose() { + this.items.clear(); + this.path = ''; + this._removeWatcher = handler_js_1.EMPTY_FN; + this.items = EMPTY_SET; + Object.freeze(this); + } +} +const STAT_METHOD_F = 'stat'; +const STAT_METHOD_L = 'lstat'; +class WatchHelper { + constructor(path, follow, fsw) { + this.fsw = fsw; + const watchPath = path; + this.path = path = path.replace(REPLACER_RE, ''); + this.watchPath = watchPath; + this.fullWatchPath = sysPath.resolve(watchPath); + this.dirParts = []; + this.dirParts.forEach((parts) => { + if (parts.length > 1) + parts.pop(); + }); + this.followSymlinks = follow; + this.statMethod = follow ? STAT_METHOD_F : STAT_METHOD_L; + } + entryPath(entry) { + return sysPath.join(this.watchPath, sysPath.relative(this.watchPath, entry.fullPath)); + } + filterPath(entry) { + const { stats } = entry; + if (stats && stats.isSymbolicLink()) + return this.filterDir(entry); + const resolvedPath = this.entryPath(entry); + // TODO: what if stats is undefined? remove ! + return this.fsw._isntIgnored(resolvedPath, stats) && this.fsw._hasReadPermissions(stats); + } + filterDir(entry) { + return this.fsw._isntIgnored(this.entryPath(entry), entry.stats); + } +} +exports.WatchHelper = WatchHelper; +/** + * Watches files & directories for changes. Emitted events: + * `add`, `addDir`, `change`, `unlink`, `unlinkDir`, `all`, `error` + * + * new FSWatcher() + * .add(directories) + * .on('add', path => log('File', path, 'was added')) + */ +class FSWatcher extends events_1.EventEmitter { + // Not indenting methods for history sake; for now. + constructor(_opts = {}) { + super(); + this.closed = false; + this._closers = new Map(); + this._ignoredPaths = new Set(); + this._throttled = new Map(); + this._streams = new Set(); + this._symlinkPaths = new Map(); + this._watched = new Map(); + this._pendingWrites = new Map(); + this._pendingUnlinks = new Map(); + this._readyCount = 0; + this._readyEmitted = false; + const awf = _opts.awaitWriteFinish; + const DEF_AWF = { stabilityThreshold: 2000, pollInterval: 100 }; + const opts = { + // Defaults + persistent: true, + ignoreInitial: false, + ignorePermissionErrors: false, + interval: 100, + binaryInterval: 300, + followSymlinks: true, + usePolling: false, + // useAsync: false, + atomic: true, // NOTE: overwritten later (depends on usePolling) + ..._opts, + // Change format + ignored: _opts.ignored ? arrify(_opts.ignored) : arrify([]), + awaitWriteFinish: awf === true ? DEF_AWF : typeof awf === 'object' ? { ...DEF_AWF, ...awf } : false, + }; + // Always default to polling on IBM i because fs.watch() is not available on IBM i. + if (handler_js_1.isIBMi) + opts.usePolling = true; + // Editor atomic write normalization enabled by default with fs.watch + if (opts.atomic === undefined) + opts.atomic = !opts.usePolling; + // opts.atomic = typeof _opts.atomic === 'number' ? _opts.atomic : 100; + // Global override. Useful for developers, who need to force polling for all + // instances of chokidar, regardless of usage / dependency depth + const envPoll = process.env.CHOKIDAR_USEPOLLING; + if (envPoll !== undefined) { + const envLower = envPoll.toLowerCase(); + if (envLower === 'false' || envLower === '0') + opts.usePolling = false; + else if (envLower === 'true' || envLower === '1') + opts.usePolling = true; + else + opts.usePolling = !!envLower; + } + const envInterval = process.env.CHOKIDAR_INTERVAL; + if (envInterval) + opts.interval = Number.parseInt(envInterval, 10); + // This is done to emit ready only once, but each 'add' will increase that? + let readyCalls = 0; + this._emitReady = () => { + readyCalls++; + if (readyCalls >= this._readyCount) { + this._emitReady = handler_js_1.EMPTY_FN; + this._readyEmitted = true; + // use process.nextTick to allow time for listener to be bound + process.nextTick(() => this.emit(handler_js_1.EVENTS.READY)); + } + }; + this._emitRaw = (...args) => this.emit(handler_js_1.EVENTS.RAW, ...args); + this._boundRemove = this._remove.bind(this); + this.options = opts; + this._nodeFsHandler = new handler_js_1.NodeFsHandler(this); + // You’re frozen when your heart’s not open. + Object.freeze(opts); + } + _addIgnoredPath(matcher) { + if (isMatcherObject(matcher)) { + // return early if we already have a deeply equal matcher object + for (const ignored of this._ignoredPaths) { + if (isMatcherObject(ignored) && + ignored.path === matcher.path && + ignored.recursive === matcher.recursive) { + return; + } + } + } + this._ignoredPaths.add(matcher); + } + _removeIgnoredPath(matcher) { + this._ignoredPaths.delete(matcher); + // now find any matcher objects with the matcher as path + if (typeof matcher === 'string') { + for (const ignored of this._ignoredPaths) { + // TODO (43081j): make this more efficient. + // probably just make a `this._ignoredDirectories` or some + // such thing. + if (isMatcherObject(ignored) && ignored.path === matcher) { + this._ignoredPaths.delete(ignored); + } + } + } + } + // Public methods + /** + * Adds paths to be watched on an existing FSWatcher instance. + * @param paths_ file or file list. Other arguments are unused + */ + add(paths_, _origAdd, _internal) { + const { cwd } = this.options; + this.closed = false; + this._closePromise = undefined; + let paths = unifyPaths(paths_); + if (cwd) { + paths = paths.map((path) => { + const absPath = getAbsolutePath(path, cwd); + // Check `path` instead of `absPath` because the cwd portion can't be a glob + return absPath; + }); + } + paths.forEach((path) => { + this._removeIgnoredPath(path); + }); + this._userIgnored = undefined; + if (!this._readyCount) + this._readyCount = 0; + this._readyCount += paths.length; + Promise.all(paths.map(async (path) => { + const res = await this._nodeFsHandler._addToNodeFs(path, !_internal, undefined, 0, _origAdd); + if (res) + this._emitReady(); + return res; + })).then((results) => { + if (this.closed) + return; + results.forEach((item) => { + if (item) + this.add(sysPath.dirname(item), sysPath.basename(_origAdd || item)); + }); + }); + return this; + } + /** + * Close watchers or start ignoring events from specified paths. + */ + unwatch(paths_) { + if (this.closed) + return this; + const paths = unifyPaths(paths_); + const { cwd } = this.options; + paths.forEach((path) => { + // convert to absolute path unless relative path already matches + if (!sysPath.isAbsolute(path) && !this._closers.has(path)) { + if (cwd) + path = sysPath.join(cwd, path); + path = sysPath.resolve(path); + } + this._closePath(path); + this._addIgnoredPath(path); + if (this._watched.has(path)) { + this._addIgnoredPath({ + path, + recursive: true, + }); + } + // reset the cached userIgnored anymatch fn + // to make ignoredPaths changes effective + this._userIgnored = undefined; + }); + return this; + } + /** + * Close watchers and remove all listeners from watched paths. + */ + close() { + if (this._closePromise) { + return this._closePromise; + } + this.closed = true; + // Memory management. + this.removeAllListeners(); + const closers = []; + this._closers.forEach((closerList) => closerList.forEach((closer) => { + const promise = closer(); + if (promise instanceof Promise) + closers.push(promise); + })); + this._streams.forEach((stream) => stream.destroy()); + this._userIgnored = undefined; + this._readyCount = 0; + this._readyEmitted = false; + this._watched.forEach((dirent) => dirent.dispose()); + this._closers.clear(); + this._watched.clear(); + this._streams.clear(); + this._symlinkPaths.clear(); + this._throttled.clear(); + this._closePromise = closers.length + ? Promise.all(closers).then(() => undefined) + : Promise.resolve(); + return this._closePromise; + } + /** + * Expose list of watched paths + * @returns for chaining + */ + getWatched() { + const watchList = {}; + this._watched.forEach((entry, dir) => { + const key = this.options.cwd ? sysPath.relative(this.options.cwd, dir) : dir; + const index = key || ONE_DOT; + watchList[index] = entry.getChildren().sort(); + }); + return watchList; + } + emitWithAll(event, args) { + this.emit(event, ...args); + if (event !== handler_js_1.EVENTS.ERROR) + this.emit(handler_js_1.EVENTS.ALL, event, ...args); + } + // Common helpers + // -------------- + /** + * Normalize and emit events. + * Calling _emit DOES NOT MEAN emit() would be called! + * @param event Type of event + * @param path File or directory path + * @param stats arguments to be passed with event + * @returns the error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + async _emit(event, path, stats) { + if (this.closed) + return; + const opts = this.options; + if (handler_js_1.isWindows) + path = sysPath.normalize(path); + if (opts.cwd) + path = sysPath.relative(opts.cwd, path); + const args = [path]; + if (stats != null) + args.push(stats); + const awf = opts.awaitWriteFinish; + let pw; + if (awf && (pw = this._pendingWrites.get(path))) { + pw.lastChange = new Date(); + return this; + } + if (opts.atomic) { + if (event === handler_js_1.EVENTS.UNLINK) { + this._pendingUnlinks.set(path, [event, ...args]); + setTimeout(() => { + this._pendingUnlinks.forEach((entry, path) => { + this.emit(...entry); + this.emit(handler_js_1.EVENTS.ALL, ...entry); + this._pendingUnlinks.delete(path); + }); + }, typeof opts.atomic === 'number' ? opts.atomic : 100); + return this; + } + if (event === handler_js_1.EVENTS.ADD && this._pendingUnlinks.has(path)) { + event = handler_js_1.EVENTS.CHANGE; + this._pendingUnlinks.delete(path); + } + } + if (awf && (event === handler_js_1.EVENTS.ADD || event === handler_js_1.EVENTS.CHANGE) && this._readyEmitted) { + const awfEmit = (err, stats) => { + if (err) { + event = handler_js_1.EVENTS.ERROR; + args[0] = err; + this.emitWithAll(event, args); + } + else if (stats) { + // if stats doesn't exist the file must have been deleted + if (args.length > 1) { + args[1] = stats; + } + else { + args.push(stats); + } + this.emitWithAll(event, args); + } + }; + this._awaitWriteFinish(path, awf.stabilityThreshold, event, awfEmit); + return this; + } + if (event === handler_js_1.EVENTS.CHANGE) { + const isThrottled = !this._throttle(handler_js_1.EVENTS.CHANGE, path, 50); + if (isThrottled) + return this; + } + if (opts.alwaysStat && + stats === undefined && + (event === handler_js_1.EVENTS.ADD || event === handler_js_1.EVENTS.ADD_DIR || event === handler_js_1.EVENTS.CHANGE)) { + const fullPath = opts.cwd ? sysPath.join(opts.cwd, path) : path; + let stats; + try { + stats = await (0, promises_1.stat)(fullPath); + } + catch (err) { + // do nothing + } + // Suppress event when fs_stat fails, to avoid sending undefined 'stat' + if (!stats || this.closed) + return; + args.push(stats); + } + this.emitWithAll(event, args); + return this; + } + /** + * Common handler for errors + * @returns The error if defined, otherwise the value of the FSWatcher instance's `closed` flag + */ + _handleError(error) { + const code = error && error.code; + if (error && + code !== 'ENOENT' && + code !== 'ENOTDIR' && + (!this.options.ignorePermissionErrors || (code !== 'EPERM' && code !== 'EACCES'))) { + this.emit(handler_js_1.EVENTS.ERROR, error); + } + return error || this.closed; + } + /** + * Helper utility for throttling + * @param actionType type being throttled + * @param path being acted upon + * @param timeout duration of time to suppress duplicate actions + * @returns tracking object or false if action should be suppressed + */ + _throttle(actionType, path, timeout) { + if (!this._throttled.has(actionType)) { + this._throttled.set(actionType, new Map()); + } + const action = this._throttled.get(actionType); + if (!action) + throw new Error('invalid throttle'); + const actionPath = action.get(path); + if (actionPath) { + actionPath.count++; + return false; + } + // eslint-disable-next-line prefer-const + let timeoutObject; + const clear = () => { + const item = action.get(path); + const count = item ? item.count : 0; + action.delete(path); + clearTimeout(timeoutObject); + if (item) + clearTimeout(item.timeoutObject); + return count; + }; + timeoutObject = setTimeout(clear, timeout); + const thr = { timeoutObject, clear, count: 0 }; + action.set(path, thr); + return thr; + } + _incrReadyCount() { + return this._readyCount++; + } + /** + * Awaits write operation to finish. + * Polls a newly created file for size variations. When files size does not change for 'threshold' milliseconds calls callback. + * @param path being acted upon + * @param threshold Time in milliseconds a file size must be fixed before acknowledging write OP is finished + * @param event + * @param awfEmit Callback to be called when ready for event to be emitted. + */ + _awaitWriteFinish(path, threshold, event, awfEmit) { + const awf = this.options.awaitWriteFinish; + if (typeof awf !== 'object') + return; + const pollInterval = awf.pollInterval; + let timeoutHandler; + let fullPath = path; + if (this.options.cwd && !sysPath.isAbsolute(path)) { + fullPath = sysPath.join(this.options.cwd, path); + } + const now = new Date(); + const writes = this._pendingWrites; + function awaitWriteFinishFn(prevStat) { + (0, fs_1.stat)(fullPath, (err, curStat) => { + if (err || !writes.has(path)) { + if (err && err.code !== 'ENOENT') + awfEmit(err); + return; + } + const now = Number(new Date()); + if (prevStat && curStat.size !== prevStat.size) { + writes.get(path).lastChange = now; + } + const pw = writes.get(path); + const df = now - pw.lastChange; + if (df >= threshold) { + writes.delete(path); + awfEmit(undefined, curStat); + } + else { + timeoutHandler = setTimeout(awaitWriteFinishFn, pollInterval, curStat); + } + }); + } + if (!writes.has(path)) { + writes.set(path, { + lastChange: now, + cancelWait: () => { + writes.delete(path); + clearTimeout(timeoutHandler); + return event; + }, + }); + timeoutHandler = setTimeout(awaitWriteFinishFn, pollInterval); + } + } + /** + * Determines whether user has asked to ignore this path. + */ + _isIgnored(path, stats) { + if (this.options.atomic && DOT_RE.test(path)) + return true; + if (!this._userIgnored) { + const { cwd } = this.options; + const ign = this.options.ignored; + const ignored = (ign || []).map(normalizeIgnored(cwd)); + const ignoredPaths = [...this._ignoredPaths]; + const list = [...ignoredPaths.map(normalizeIgnored(cwd)), ...ignored]; + this._userIgnored = anymatch(list, undefined); + } + return this._userIgnored(path, stats); + } + _isntIgnored(path, stat) { + return !this._isIgnored(path, stat); + } + /** + * Provides a set of common helpers and properties relating to symlink handling. + * @param path file or directory pattern being watched + */ + _getWatchHelpers(path) { + return new WatchHelper(path, this.options.followSymlinks, this); + } + // Directory helpers + // ----------------- + /** + * Provides directory tracking objects + * @param directory path of the directory + */ + _getWatchedDir(directory) { + const dir = sysPath.resolve(directory); + if (!this._watched.has(dir)) + this._watched.set(dir, new DirEntry(dir, this._boundRemove)); + return this._watched.get(dir); + } + // File helpers + // ------------ + /** + * Check for read permissions: https://stackoverflow.com/a/11781404/1358405 + */ + _hasReadPermissions(stats) { + if (this.options.ignorePermissionErrors) + return true; + return Boolean(Number(stats.mode) & 0o400); + } + /** + * Handles emitting unlink events for + * files and directories, and via recursion, for + * files and directories within directories that are unlinked + * @param directory within which the following item is located + * @param item base path of item/directory + */ + _remove(directory, item, isDirectory) { + // if what is being deleted is a directory, get that directory's paths + // for recursive deleting and cleaning of watched object + // if it is not a directory, nestedDirectoryChildren will be empty array + const path = sysPath.join(directory, item); + const fullPath = sysPath.resolve(path); + isDirectory = + isDirectory != null ? isDirectory : this._watched.has(path) || this._watched.has(fullPath); + // prevent duplicate handling in case of arriving here nearly simultaneously + // via multiple paths (such as _handleFile and _handleDir) + if (!this._throttle('remove', path, 100)) + return; + // if the only watched file is removed, watch for its return + if (!isDirectory && this._watched.size === 1) { + this.add(directory, item, true); + } + // This will create a new entry in the watched object in either case + // so we got to do the directory check beforehand + const wp = this._getWatchedDir(path); + const nestedDirectoryChildren = wp.getChildren(); + // Recursively remove children directories / files. + nestedDirectoryChildren.forEach((nested) => this._remove(path, nested)); + // Check if item was on the watched list and remove it + const parent = this._getWatchedDir(directory); + const wasTracked = parent.has(item); + parent.remove(item); + // Fixes issue #1042 -> Relative paths were detected and added as symlinks + // (https://github.com/paulmillr/chokidar/blob/e1753ddbc9571bdc33b4a4af172d52cb6e611c10/lib/nodefs-handler.js#L612), + // but never removed from the map in case the path was deleted. + // This leads to an incorrect state if the path was recreated: + // https://github.com/paulmillr/chokidar/blob/e1753ddbc9571bdc33b4a4af172d52cb6e611c10/lib/nodefs-handler.js#L553 + if (this._symlinkPaths.has(fullPath)) { + this._symlinkPaths.delete(fullPath); + } + // If we wait for this file to be fully written, cancel the wait. + let relPath = path; + if (this.options.cwd) + relPath = sysPath.relative(this.options.cwd, path); + if (this.options.awaitWriteFinish && this._pendingWrites.has(relPath)) { + const event = this._pendingWrites.get(relPath).cancelWait(); + if (event === handler_js_1.EVENTS.ADD) + return; + } + // The Entry will either be a directory that just got removed + // or a bogus entry to a file, in either case we have to remove it + this._watched.delete(path); + this._watched.delete(fullPath); + const eventName = isDirectory ? handler_js_1.EVENTS.UNLINK_DIR : handler_js_1.EVENTS.UNLINK; + if (wasTracked && !this._isIgnored(path)) + this._emit(eventName, path); + // Avoid conflicts if we later create another file with the same name + this._closePath(path); + } + /** + * Closes all watchers for a path + */ + _closePath(path) { + this._closeFile(path); + const dir = sysPath.dirname(path); + this._getWatchedDir(dir).remove(sysPath.basename(path)); + } + /** + * Closes only file-specific watchers + */ + _closeFile(path) { + const closers = this._closers.get(path); + if (!closers) + return; + closers.forEach((closer) => closer()); + this._closers.delete(path); + } + _addPathCloser(path, closer) { + if (!closer) + return; + let list = this._closers.get(path); + if (!list) { + list = []; + this._closers.set(path, list); + } + list.push(closer); + } + _readdirp(root, opts) { + if (this.closed) + return; + const options = { type: handler_js_1.EVENTS.ALL, alwaysStat: true, lstat: true, ...opts, depth: 0 }; + let stream = (0, readdirp_1.readdirp)(root, options); + this._streams.add(stream); + stream.once(handler_js_1.STR_CLOSE, () => { + stream = undefined; + }); + stream.once(handler_js_1.STR_END, () => { + if (stream) { + this._streams.delete(stream); + stream = undefined; + } + }); + return stream; + } +} +exports.FSWatcher = FSWatcher; +/** + * Instantiates watcher with paths to be tracked. + * @param paths file / directory paths + * @param options opts, such as `atomic`, `awaitWriteFinish`, `ignored`, and others + * @returns an instance of FSWatcher for chaining. + * @example + * const watcher = watch('.').on('all', (event, path) => { console.log(event, path); }); + * watch('.', { atomic: true, awaitWriteFinish: true, ignored: (f, stats) => stats?.isFile() && !f.endsWith('.js') }) + */ +function watch(paths, options = {}) { + const watcher = new FSWatcher(options); + watcher.add(paths); + return watcher; +} +exports.default = { watch, FSWatcher }; diff --git a/server/node_modules/chokidar/package.json b/server/node_modules/chokidar/package.json new file mode 100644 index 000000000..db7924184 --- /dev/null +++ b/server/node_modules/chokidar/package.json @@ -0,0 +1,69 @@ +{ + "name": "chokidar", + "description": "Minimal and efficient cross-platform file watching library", + "version": "4.0.3", + "homepage": "https://github.com/paulmillr/chokidar", + "author": "Paul Miller (https://paulmillr.com)", + "files": [ + "index.js", + "index.d.ts", + "handler.js", + "handler.d.ts", + "esm" + ], + "main": "./index.js", + "module": "./esm/index.js", + "types": "./index.d.ts", + "exports": { + ".": { + "import": "./esm/index.js", + "require": "./index.js" + }, + "./handler.js": { + "import": "./esm/handler.js", + "require": "./handler.js" + } + }, + "dependencies": { + "readdirp": "^4.0.1" + }, + "devDependencies": { + "@paulmillr/jsbt": "0.2.1", + "@types/node": "20.14.8", + "chai": "4.3.4", + "prettier": "3.1.1", + "rimraf": "5.0.5", + "sinon": "12.0.1", + "sinon-chai": "3.7.0", + "typescript": "5.5.2", + "upath": "2.0.1" + }, + "sideEffects": false, + "engines": { + "node": ">= 14.16.0" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/paulmillr/chokidar.git" + }, + "bugs": { + "url": "https://github.com/paulmillr/chokidar/issues" + }, + "license": "MIT", + "scripts": { + "build": "tsc && tsc -p tsconfig.esm.json", + "lint": "prettier --check src", + "format": "prettier --write src", + "test": "node --test" + }, + "keywords": [ + "fs", + "watch", + "watchFile", + "watcher", + "watching", + "file", + "fsevents" + ], + "funding": "https://paulmillr.com/funding/" +} diff --git a/server/node_modules/combined-stream/License b/server/node_modules/combined-stream/License new file mode 100644 index 000000000..4804b7ab4 --- /dev/null +++ b/server/node_modules/combined-stream/License @@ -0,0 +1,19 @@ +Copyright (c) 2011 Debuggable Limited + +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. diff --git a/server/node_modules/combined-stream/Readme.md b/server/node_modules/combined-stream/Readme.md new file mode 100644 index 000000000..9e367b5bc --- /dev/null +++ b/server/node_modules/combined-stream/Readme.md @@ -0,0 +1,138 @@ +# combined-stream + +A stream that emits multiple other streams one after another. + +**NB** Currently `combined-stream` works with streams version 1 only. There is ongoing effort to switch this library to streams version 2. Any help is welcome. :) Meanwhile you can explore other libraries that provide streams2 support with more or less compatibility with `combined-stream`. + +- [combined-stream2](https://www.npmjs.com/package/combined-stream2): A drop-in streams2-compatible replacement for the combined-stream module. + +- [multistream](https://www.npmjs.com/package/multistream): A stream that emits multiple other streams one after another. + +## Installation + +``` bash +npm install combined-stream +``` + +## Usage + +Here is a simple example that shows how you can use combined-stream to combine +two files into one: + +``` javascript +var CombinedStream = require('combined-stream'); +var fs = require('fs'); + +var combinedStream = CombinedStream.create(); +combinedStream.append(fs.createReadStream('file1.txt')); +combinedStream.append(fs.createReadStream('file2.txt')); + +combinedStream.pipe(fs.createWriteStream('combined.txt')); +``` + +While the example above works great, it will pause all source streams until +they are needed. If you don't want that to happen, you can set `pauseStreams` +to `false`: + +``` javascript +var CombinedStream = require('combined-stream'); +var fs = require('fs'); + +var combinedStream = CombinedStream.create({pauseStreams: false}); +combinedStream.append(fs.createReadStream('file1.txt')); +combinedStream.append(fs.createReadStream('file2.txt')); + +combinedStream.pipe(fs.createWriteStream('combined.txt')); +``` + +However, what if you don't have all the source streams yet, or you don't want +to allocate the resources (file descriptors, memory, etc.) for them right away? +Well, in that case you can simply provide a callback that supplies the stream +by calling a `next()` function: + +``` javascript +var CombinedStream = require('combined-stream'); +var fs = require('fs'); + +var combinedStream = CombinedStream.create(); +combinedStream.append(function(next) { + next(fs.createReadStream('file1.txt')); +}); +combinedStream.append(function(next) { + next(fs.createReadStream('file2.txt')); +}); + +combinedStream.pipe(fs.createWriteStream('combined.txt')); +``` + +## API + +### CombinedStream.create([options]) + +Returns a new combined stream object. Available options are: + +* `maxDataSize` +* `pauseStreams` + +The effect of those options is described below. + +### combinedStream.pauseStreams = `true` + +Whether to apply back pressure to the underlaying streams. If set to `false`, +the underlaying streams will never be paused. If set to `true`, the +underlaying streams will be paused right after being appended, as well as when +`delayedStream.pipe()` wants to throttle. + +### combinedStream.maxDataSize = `2 * 1024 * 1024` + +The maximum amount of bytes (or characters) to buffer for all source streams. +If this value is exceeded, `combinedStream` emits an `'error'` event. + +### combinedStream.dataSize = `0` + +The amount of bytes (or characters) currently buffered by `combinedStream`. + +### combinedStream.append(stream) + +Appends the given `stream` to the combinedStream object. If `pauseStreams` is +set to `true, this stream will also be paused right away. + +`streams` can also be a function that takes one parameter called `next`. `next` +is a function that must be invoked in order to provide the `next` stream, see +example above. + +Regardless of how the `stream` is appended, combined-stream always attaches an +`'error'` listener to it, so you don't have to do that manually. + +Special case: `stream` can also be a String or Buffer. + +### combinedStream.write(data) + +You should not call this, `combinedStream` takes care of piping the appended +streams into itself for you. + +### combinedStream.resume() + +Causes `combinedStream` to start drain the streams it manages. The function is +idempotent, and also emits a `'resume'` event each time which usually goes to +the stream that is currently being drained. + +### combinedStream.pause(); + +If `combinedStream.pauseStreams` is set to `false`, this does nothing. +Otherwise a `'pause'` event is emitted, this goes to the stream that is +currently being drained, so you can use it to apply back pressure. + +### combinedStream.end(); + +Sets `combinedStream.writable` to false, emits an `'end'` event, and removes +all streams from the queue. + +### combinedStream.destroy(); + +Same as `combinedStream.end()`, except it emits a `'close'` event instead of +`'end'`. + +## License + +combined-stream is licensed under the MIT license. diff --git a/server/node_modules/combined-stream/lib/combined_stream.js b/server/node_modules/combined-stream/lib/combined_stream.js new file mode 100644 index 000000000..125f097f3 --- /dev/null +++ b/server/node_modules/combined-stream/lib/combined_stream.js @@ -0,0 +1,208 @@ +var util = require('util'); +var Stream = require('stream').Stream; +var DelayedStream = require('delayed-stream'); + +module.exports = CombinedStream; +function CombinedStream() { + this.writable = false; + this.readable = true; + this.dataSize = 0; + this.maxDataSize = 2 * 1024 * 1024; + this.pauseStreams = true; + + this._released = false; + this._streams = []; + this._currentStream = null; + this._insideLoop = false; + this._pendingNext = false; +} +util.inherits(CombinedStream, Stream); + +CombinedStream.create = function(options) { + var combinedStream = new this(); + + options = options || {}; + for (var option in options) { + combinedStream[option] = options[option]; + } + + return combinedStream; +}; + +CombinedStream.isStreamLike = function(stream) { + return (typeof stream !== 'function') + && (typeof stream !== 'string') + && (typeof stream !== 'boolean') + && (typeof stream !== 'number') + && (!Buffer.isBuffer(stream)); +}; + +CombinedStream.prototype.append = function(stream) { + var isStreamLike = CombinedStream.isStreamLike(stream); + + if (isStreamLike) { + if (!(stream instanceof DelayedStream)) { + var newStream = DelayedStream.create(stream, { + maxDataSize: Infinity, + pauseStream: this.pauseStreams, + }); + stream.on('data', this._checkDataSize.bind(this)); + stream = newStream; + } + + this._handleErrors(stream); + + if (this.pauseStreams) { + stream.pause(); + } + } + + this._streams.push(stream); + return this; +}; + +CombinedStream.prototype.pipe = function(dest, options) { + Stream.prototype.pipe.call(this, dest, options); + this.resume(); + return dest; +}; + +CombinedStream.prototype._getNext = function() { + this._currentStream = null; + + if (this._insideLoop) { + this._pendingNext = true; + return; // defer call + } + + this._insideLoop = true; + try { + do { + this._pendingNext = false; + this._realGetNext(); + } while (this._pendingNext); + } finally { + this._insideLoop = false; + } +}; + +CombinedStream.prototype._realGetNext = function() { + var stream = this._streams.shift(); + + + if (typeof stream == 'undefined') { + this.end(); + return; + } + + if (typeof stream !== 'function') { + this._pipeNext(stream); + return; + } + + var getStream = stream; + getStream(function(stream) { + var isStreamLike = CombinedStream.isStreamLike(stream); + if (isStreamLike) { + stream.on('data', this._checkDataSize.bind(this)); + this._handleErrors(stream); + } + + this._pipeNext(stream); + }.bind(this)); +}; + +CombinedStream.prototype._pipeNext = function(stream) { + this._currentStream = stream; + + var isStreamLike = CombinedStream.isStreamLike(stream); + if (isStreamLike) { + stream.on('end', this._getNext.bind(this)); + stream.pipe(this, {end: false}); + return; + } + + var value = stream; + this.write(value); + this._getNext(); +}; + +CombinedStream.prototype._handleErrors = function(stream) { + var self = this; + stream.on('error', function(err) { + self._emitError(err); + }); +}; + +CombinedStream.prototype.write = function(data) { + this.emit('data', data); +}; + +CombinedStream.prototype.pause = function() { + if (!this.pauseStreams) { + return; + } + + if(this.pauseStreams && this._currentStream && typeof(this._currentStream.pause) == 'function') this._currentStream.pause(); + this.emit('pause'); +}; + +CombinedStream.prototype.resume = function() { + if (!this._released) { + this._released = true; + this.writable = true; + this._getNext(); + } + + if(this.pauseStreams && this._currentStream && typeof(this._currentStream.resume) == 'function') this._currentStream.resume(); + this.emit('resume'); +}; + +CombinedStream.prototype.end = function() { + this._reset(); + this.emit('end'); +}; + +CombinedStream.prototype.destroy = function() { + this._reset(); + this.emit('close'); +}; + +CombinedStream.prototype._reset = function() { + this.writable = false; + this._streams = []; + this._currentStream = null; +}; + +CombinedStream.prototype._checkDataSize = function() { + this._updateDataSize(); + if (this.dataSize <= this.maxDataSize) { + return; + } + + var message = + 'DelayedStream#maxDataSize of ' + this.maxDataSize + ' bytes exceeded.'; + this._emitError(new Error(message)); +}; + +CombinedStream.prototype._updateDataSize = function() { + this.dataSize = 0; + + var self = this; + this._streams.forEach(function(stream) { + if (!stream.dataSize) { + return; + } + + self.dataSize += stream.dataSize; + }); + + if (this._currentStream && this._currentStream.dataSize) { + this.dataSize += this._currentStream.dataSize; + } +}; + +CombinedStream.prototype._emitError = function(err) { + this._reset(); + this.emit('error', err); +}; diff --git a/server/node_modules/combined-stream/package.json b/server/node_modules/combined-stream/package.json new file mode 100644 index 000000000..6982b6da1 --- /dev/null +++ b/server/node_modules/combined-stream/package.json @@ -0,0 +1,25 @@ +{ + "author": "Felix Geisendörfer (http://debuggable.com/)", + "name": "combined-stream", + "description": "A stream that emits multiple other streams one after another.", + "version": "1.0.8", + "homepage": "https://github.com/felixge/node-combined-stream", + "repository": { + "type": "git", + "url": "git://github.com/felixge/node-combined-stream.git" + }, + "main": "./lib/combined_stream", + "scripts": { + "test": "node test/run.js" + }, + "engines": { + "node": ">= 0.8" + }, + "dependencies": { + "delayed-stream": "~1.0.0" + }, + "devDependencies": { + "far": "~0.0.7" + }, + "license": "MIT" +} diff --git a/server/node_modules/combined-stream/yarn.lock b/server/node_modules/combined-stream/yarn.lock new file mode 100644 index 000000000..7edf41840 --- /dev/null +++ b/server/node_modules/combined-stream/yarn.lock @@ -0,0 +1,17 @@ +# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. +# yarn lockfile v1 + + +delayed-stream@~1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619" + +far@~0.0.7: + version "0.0.7" + resolved "https://registry.yarnpkg.com/far/-/far-0.0.7.tgz#01c1fd362bcd26ce9cf161af3938aa34619f79a7" + dependencies: + oop "0.0.3" + +oop@0.0.3: + version "0.0.3" + resolved "https://registry.yarnpkg.com/oop/-/oop-0.0.3.tgz#70fa405a5650891a194fdc82ca68dad6dabf4401" diff --git a/server/node_modules/content-disposition/HISTORY.md b/server/node_modules/content-disposition/HISTORY.md new file mode 100644 index 000000000..488effa0c --- /dev/null +++ b/server/node_modules/content-disposition/HISTORY.md @@ -0,0 +1,60 @@ +0.5.4 / 2021-12-10 +================== + + * deps: safe-buffer@5.2.1 + +0.5.3 / 2018-12-17 +================== + + * Use `safe-buffer` for improved Buffer API + +0.5.2 / 2016-12-08 +================== + + * Fix `parse` to accept any linear whitespace character + +0.5.1 / 2016-01-17 +================== + + * perf: enable strict mode + +0.5.0 / 2014-10-11 +================== + + * Add `parse` function + +0.4.0 / 2014-09-21 +================== + + * Expand non-Unicode `filename` to the full ISO-8859-1 charset + +0.3.0 / 2014-09-20 +================== + + * Add `fallback` option + * Add `type` option + +0.2.0 / 2014-09-19 +================== + + * Reduce ambiguity of file names with hex escape in buggy browsers + +0.1.2 / 2014-09-19 +================== + + * Fix periodic invalid Unicode filename header + +0.1.1 / 2014-09-19 +================== + + * Fix invalid characters appearing in `filename*` parameter + +0.1.0 / 2014-09-18 +================== + + * Make the `filename` argument optional + +0.0.0 / 2014-09-18 +================== + + * Initial release diff --git a/server/node_modules/content-disposition/LICENSE b/server/node_modules/content-disposition/LICENSE new file mode 100644 index 000000000..84441fbb5 --- /dev/null +++ b/server/node_modules/content-disposition/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +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. diff --git a/server/node_modules/content-disposition/README.md b/server/node_modules/content-disposition/README.md new file mode 100644 index 000000000..3a0bb0559 --- /dev/null +++ b/server/node_modules/content-disposition/README.md @@ -0,0 +1,142 @@ +# content-disposition + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][github-actions-ci-image]][github-actions-ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Create and parse HTTP `Content-Disposition` header + +## Installation + +```sh +$ npm install content-disposition +``` + +## API + +```js +var contentDisposition = require('content-disposition') +``` + +### contentDisposition(filename, options) + +Create an attachment `Content-Disposition` header value using the given file name, +if supplied. The `filename` is optional and if no file name is desired, but you +want to specify `options`, set `filename` to `undefined`. + +```js +res.setHeader('Content-Disposition', contentDisposition('∫ maths.pdf')) +``` + +**note** HTTP headers are of the ISO-8859-1 character set. If you are writing this +header through a means different from `setHeader` in Node.js, you'll want to specify +the `'binary'` encoding in Node.js. + +#### Options + +`contentDisposition` accepts these properties in the options object. + +##### fallback + +If the `filename` option is outside ISO-8859-1, then the file name is actually +stored in a supplemental field for clients that support Unicode file names and +a ISO-8859-1 version of the file name is automatically generated. + +This specifies the ISO-8859-1 file name to override the automatic generation or +disables the generation all together, defaults to `true`. + + - A string will specify the ISO-8859-1 file name to use in place of automatic + generation. + - `false` will disable including a ISO-8859-1 file name and only include the + Unicode version (unless the file name is already ISO-8859-1). + - `true` will enable automatic generation if the file name is outside ISO-8859-1. + +If the `filename` option is ISO-8859-1 and this option is specified and has a +different value, then the `filename` option is encoded in the extended field +and this set as the fallback field, even though they are both ISO-8859-1. + +##### type + +Specifies the disposition type, defaults to `"attachment"`. This can also be +`"inline"`, or any other value (all values except inline are treated like +`attachment`, but can convey additional information if both parties agree to +it). The type is normalized to lower-case. + +### contentDisposition.parse(string) + +```js +var disposition = contentDisposition.parse('attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt') +``` + +Parse a `Content-Disposition` header string. This automatically handles extended +("Unicode") parameters by decoding them and providing them under the standard +parameter name. This will return an object with the following properties (examples +are shown for the string `'attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt'`): + + - `type`: The disposition type (always lower case). Example: `'attachment'` + + - `parameters`: An object of the parameters in the disposition (name of parameter + always lower case and extended versions replace non-extended versions). Example: + `{filename: "€ rates.txt"}` + +## Examples + +### Send a file for download + +```js +var contentDisposition = require('content-disposition') +var destroy = require('destroy') +var fs = require('fs') +var http = require('http') +var onFinished = require('on-finished') + +var filePath = '/path/to/public/plans.pdf' + +http.createServer(function onRequest (req, res) { + // set headers + res.setHeader('Content-Type', 'application/pdf') + res.setHeader('Content-Disposition', contentDisposition(filePath)) + + // send file + var stream = fs.createReadStream(filePath) + stream.pipe(res) + onFinished(res, function () { + destroy(stream) + }) +}) +``` + +## Testing + +```sh +$ npm test +``` + +## References + +- [RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1][rfc-2616] +- [RFC 5987: Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters][rfc-5987] +- [RFC 6266: Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)][rfc-6266] +- [Test Cases for HTTP Content-Disposition header field (RFC 6266) and the Encodings defined in RFCs 2047, 2231 and 5987][tc-2231] + +[rfc-2616]: https://tools.ietf.org/html/rfc2616 +[rfc-5987]: https://tools.ietf.org/html/rfc5987 +[rfc-6266]: https://tools.ietf.org/html/rfc6266 +[tc-2231]: http://greenbytes.de/tech/tc2231/ + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/content-disposition.svg +[npm-url]: https://npmjs.org/package/content-disposition +[node-version-image]: https://img.shields.io/node/v/content-disposition.svg +[node-version-url]: https://nodejs.org/en/download +[coveralls-image]: https://img.shields.io/coveralls/jshttp/content-disposition.svg +[coveralls-url]: https://coveralls.io/r/jshttp/content-disposition?branch=master +[downloads-image]: https://img.shields.io/npm/dm/content-disposition.svg +[downloads-url]: https://npmjs.org/package/content-disposition +[github-actions-ci-image]: https://img.shields.io/github/workflow/status/jshttp/content-disposition/ci/master?label=ci +[github-actions-ci-url]: https://github.com/jshttp/content-disposition?query=workflow%3Aci diff --git a/server/node_modules/content-disposition/index.js b/server/node_modules/content-disposition/index.js new file mode 100644 index 000000000..ecec899a9 --- /dev/null +++ b/server/node_modules/content-disposition/index.js @@ -0,0 +1,458 @@ +/*! + * content-disposition + * Copyright(c) 2014-2017 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = contentDisposition +module.exports.parse = parse + +/** + * Module dependencies. + * @private + */ + +var basename = require('path').basename +var Buffer = require('safe-buffer').Buffer + +/** + * RegExp to match non attr-char, *after* encodeURIComponent (i.e. not including "%") + * @private + */ + +var ENCODE_URL_ATTR_CHAR_REGEXP = /[\x00-\x20"'()*,/:;<=>?@[\\\]{}\x7f]/g // eslint-disable-line no-control-regex + +/** + * RegExp to match percent encoding escape. + * @private + */ + +var HEX_ESCAPE_REGEXP = /%[0-9A-Fa-f]{2}/ +var HEX_ESCAPE_REPLACE_REGEXP = /%([0-9A-Fa-f]{2})/g + +/** + * RegExp to match non-latin1 characters. + * @private + */ + +var NON_LATIN1_REGEXP = /[^\x20-\x7e\xa0-\xff]/g + +/** + * RegExp to match quoted-pair in RFC 2616 + * + * quoted-pair = "\" CHAR + * CHAR = + * @private + */ + +var QESC_REGEXP = /\\([\u0000-\u007f])/g // eslint-disable-line no-control-regex + +/** + * RegExp to match chars that must be quoted-pair in RFC 2616 + * @private + */ + +var QUOTE_REGEXP = /([\\"])/g + +/** + * RegExp for various RFC 2616 grammar + * + * parameter = token "=" ( token | quoted-string ) + * token = 1* + * separators = "(" | ")" | "<" | ">" | "@" + * | "," | ";" | ":" | "\" | <"> + * | "/" | "[" | "]" | "?" | "=" + * | "{" | "}" | SP | HT + * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) + * qdtext = > + * quoted-pair = "\" CHAR + * CHAR = + * TEXT = + * LWS = [CRLF] 1*( SP | HT ) + * CRLF = CR LF + * CR = + * LF = + * SP = + * HT = + * CTL = + * OCTET = + * @private + */ + +var PARAM_REGEXP = /;[\x09\x20]*([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*=[\x09\x20]*("(?:[\x20!\x23-\x5b\x5d-\x7e\x80-\xff]|\\[\x20-\x7e])*"|[!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*/g // eslint-disable-line no-control-regex +var TEXT_REGEXP = /^[\x20-\x7e\x80-\xff]+$/ +var TOKEN_REGEXP = /^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/ + +/** + * RegExp for various RFC 5987 grammar + * + * ext-value = charset "'" [ language ] "'" value-chars + * charset = "UTF-8" / "ISO-8859-1" / mime-charset + * mime-charset = 1*mime-charsetc + * mime-charsetc = ALPHA / DIGIT + * / "!" / "#" / "$" / "%" / "&" + * / "+" / "-" / "^" / "_" / "`" + * / "{" / "}" / "~" + * language = ( 2*3ALPHA [ extlang ] ) + * / 4ALPHA + * / 5*8ALPHA + * extlang = *3( "-" 3ALPHA ) + * value-chars = *( pct-encoded / attr-char ) + * pct-encoded = "%" HEXDIG HEXDIG + * attr-char = ALPHA / DIGIT + * / "!" / "#" / "$" / "&" / "+" / "-" / "." + * / "^" / "_" / "`" / "|" / "~" + * @private + */ + +var EXT_VALUE_REGEXP = /^([A-Za-z0-9!#$%&+\-^_`{}~]+)'(?:[A-Za-z]{2,3}(?:-[A-Za-z]{3}){0,3}|[A-Za-z]{4,8}|)'((?:%[0-9A-Fa-f]{2}|[A-Za-z0-9!#$&+.^_`|~-])+)$/ + +/** + * RegExp for various RFC 6266 grammar + * + * disposition-type = "inline" | "attachment" | disp-ext-type + * disp-ext-type = token + * disposition-parm = filename-parm | disp-ext-parm + * filename-parm = "filename" "=" value + * | "filename*" "=" ext-value + * disp-ext-parm = token "=" value + * | ext-token "=" ext-value + * ext-token = + * @private + */ + +var DISPOSITION_TYPE_REGEXP = /^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/ // eslint-disable-line no-control-regex + +/** + * Create an attachment Content-Disposition header. + * + * @param {string} [filename] + * @param {object} [options] + * @param {string} [options.type=attachment] + * @param {string|boolean} [options.fallback=true] + * @return {string} + * @public + */ + +function contentDisposition (filename, options) { + var opts = options || {} + + // get type + var type = opts.type || 'attachment' + + // get parameters + var params = createparams(filename, opts.fallback) + + // format into string + return format(new ContentDisposition(type, params)) +} + +/** + * Create parameters object from filename and fallback. + * + * @param {string} [filename] + * @param {string|boolean} [fallback=true] + * @return {object} + * @private + */ + +function createparams (filename, fallback) { + if (filename === undefined) { + return + } + + var params = {} + + if (typeof filename !== 'string') { + throw new TypeError('filename must be a string') + } + + // fallback defaults to true + if (fallback === undefined) { + fallback = true + } + + if (typeof fallback !== 'string' && typeof fallback !== 'boolean') { + throw new TypeError('fallback must be a string or boolean') + } + + if (typeof fallback === 'string' && NON_LATIN1_REGEXP.test(fallback)) { + throw new TypeError('fallback must be ISO-8859-1 string') + } + + // restrict to file base name + var name = basename(filename) + + // determine if name is suitable for quoted string + var isQuotedString = TEXT_REGEXP.test(name) + + // generate fallback name + var fallbackName = typeof fallback !== 'string' + ? fallback && getlatin1(name) + : basename(fallback) + var hasFallback = typeof fallbackName === 'string' && fallbackName !== name + + // set extended filename parameter + if (hasFallback || !isQuotedString || HEX_ESCAPE_REGEXP.test(name)) { + params['filename*'] = name + } + + // set filename parameter + if (isQuotedString || hasFallback) { + params.filename = hasFallback + ? fallbackName + : name + } + + return params +} + +/** + * Format object to Content-Disposition header. + * + * @param {object} obj + * @param {string} obj.type + * @param {object} [obj.parameters] + * @return {string} + * @private + */ + +function format (obj) { + var parameters = obj.parameters + var type = obj.type + + if (!type || typeof type !== 'string' || !TOKEN_REGEXP.test(type)) { + throw new TypeError('invalid type') + } + + // start with normalized type + var string = String(type).toLowerCase() + + // append parameters + if (parameters && typeof parameters === 'object') { + var param + var params = Object.keys(parameters).sort() + + for (var i = 0; i < params.length; i++) { + param = params[i] + + var val = param.substr(-1) === '*' + ? ustring(parameters[param]) + : qstring(parameters[param]) + + string += '; ' + param + '=' + val + } + } + + return string +} + +/** + * Decode a RFC 5987 field value (gracefully). + * + * @param {string} str + * @return {string} + * @private + */ + +function decodefield (str) { + var match = EXT_VALUE_REGEXP.exec(str) + + if (!match) { + throw new TypeError('invalid extended field value') + } + + var charset = match[1].toLowerCase() + var encoded = match[2] + var value + + // to binary string + var binary = encoded.replace(HEX_ESCAPE_REPLACE_REGEXP, pdecode) + + switch (charset) { + case 'iso-8859-1': + value = getlatin1(binary) + break + case 'utf-8': + value = Buffer.from(binary, 'binary').toString('utf8') + break + default: + throw new TypeError('unsupported charset in extended field') + } + + return value +} + +/** + * Get ISO-8859-1 version of string. + * + * @param {string} val + * @return {string} + * @private + */ + +function getlatin1 (val) { + // simple Unicode -> ISO-8859-1 transformation + return String(val).replace(NON_LATIN1_REGEXP, '?') +} + +/** + * Parse Content-Disposition header string. + * + * @param {string} string + * @return {object} + * @public + */ + +function parse (string) { + if (!string || typeof string !== 'string') { + throw new TypeError('argument string is required') + } + + var match = DISPOSITION_TYPE_REGEXP.exec(string) + + if (!match) { + throw new TypeError('invalid type format') + } + + // normalize type + var index = match[0].length + var type = match[1].toLowerCase() + + var key + var names = [] + var params = {} + var value + + // calculate index to start at + index = PARAM_REGEXP.lastIndex = match[0].substr(-1) === ';' + ? index - 1 + : index + + // match parameters + while ((match = PARAM_REGEXP.exec(string))) { + if (match.index !== index) { + throw new TypeError('invalid parameter format') + } + + index += match[0].length + key = match[1].toLowerCase() + value = match[2] + + if (names.indexOf(key) !== -1) { + throw new TypeError('invalid duplicate parameter') + } + + names.push(key) + + if (key.indexOf('*') + 1 === key.length) { + // decode extended value + key = key.slice(0, -1) + value = decodefield(value) + + // overwrite existing value + params[key] = value + continue + } + + if (typeof params[key] === 'string') { + continue + } + + if (value[0] === '"') { + // remove quotes and escapes + value = value + .substr(1, value.length - 2) + .replace(QESC_REGEXP, '$1') + } + + params[key] = value + } + + if (index !== -1 && index !== string.length) { + throw new TypeError('invalid parameter format') + } + + return new ContentDisposition(type, params) +} + +/** + * Percent decode a single character. + * + * @param {string} str + * @param {string} hex + * @return {string} + * @private + */ + +function pdecode (str, hex) { + return String.fromCharCode(parseInt(hex, 16)) +} + +/** + * Percent encode a single character. + * + * @param {string} char + * @return {string} + * @private + */ + +function pencode (char) { + return '%' + String(char) + .charCodeAt(0) + .toString(16) + .toUpperCase() +} + +/** + * Quote a string for HTTP. + * + * @param {string} val + * @return {string} + * @private + */ + +function qstring (val) { + var str = String(val) + + return '"' + str.replace(QUOTE_REGEXP, '\\$1') + '"' +} + +/** + * Encode a Unicode string for HTTP (RFC 5987). + * + * @param {string} val + * @return {string} + * @private + */ + +function ustring (val) { + var str = String(val) + + // percent encode as UTF-8 + var encoded = encodeURIComponent(str) + .replace(ENCODE_URL_ATTR_CHAR_REGEXP, pencode) + + return 'UTF-8\'\'' + encoded +} + +/** + * Class for parsed Content-Disposition header for v8 optimization + * + * @public + * @param {string} type + * @param {object} parameters + * @constructor + */ + +function ContentDisposition (type, parameters) { + this.type = type + this.parameters = parameters +} diff --git a/server/node_modules/content-disposition/package.json b/server/node_modules/content-disposition/package.json new file mode 100644 index 000000000..43c70ce24 --- /dev/null +++ b/server/node_modules/content-disposition/package.json @@ -0,0 +1,44 @@ +{ + "name": "content-disposition", + "description": "Create and parse Content-Disposition header", + "version": "0.5.4", + "author": "Douglas Christopher Wilson ", + "license": "MIT", + "keywords": [ + "content-disposition", + "http", + "rfc6266", + "res" + ], + "repository": "jshttp/content-disposition", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "devDependencies": { + "deep-equal": "1.0.1", + "eslint": "7.32.0", + "eslint-config-standard": "13.0.1", + "eslint-plugin-import": "2.25.3", + "eslint-plugin-markdown": "2.2.1", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "5.2.0", + "eslint-plugin-standard": "4.1.0", + "istanbul": "0.4.5", + "mocha": "9.1.3" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" + } +} diff --git a/server/node_modules/content-type/HISTORY.md b/server/node_modules/content-type/HISTORY.md new file mode 100644 index 000000000..458367139 --- /dev/null +++ b/server/node_modules/content-type/HISTORY.md @@ -0,0 +1,29 @@ +1.0.5 / 2023-01-29 +================== + + * perf: skip value escaping when unnecessary + +1.0.4 / 2017-09-11 +================== + + * perf: skip parameter parsing when no parameters + +1.0.3 / 2017-09-10 +================== + + * perf: remove argument reassignment + +1.0.2 / 2016-05-09 +================== + + * perf: enable strict mode + +1.0.1 / 2015-02-13 +================== + + * Improve missing `Content-Type` header error message + +1.0.0 / 2015-02-01 +================== + + * Initial implementation, derived from `media-typer@0.3.0` diff --git a/server/node_modules/content-type/LICENSE b/server/node_modules/content-type/LICENSE new file mode 100644 index 000000000..34b1a2de3 --- /dev/null +++ b/server/node_modules/content-type/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +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. diff --git a/server/node_modules/content-type/README.md b/server/node_modules/content-type/README.md new file mode 100644 index 000000000..c1a922a9a --- /dev/null +++ b/server/node_modules/content-type/README.md @@ -0,0 +1,94 @@ +# content-type + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Build Status][ci-image]][ci-url] +[![Coverage Status][coveralls-image]][coveralls-url] + +Create and parse HTTP Content-Type header according to RFC 7231 + +## Installation + +```sh +$ npm install content-type +``` + +## API + +```js +var contentType = require('content-type') +``` + +### contentType.parse(string) + +```js +var obj = contentType.parse('image/svg+xml; charset=utf-8') +``` + +Parse a `Content-Type` header. This will return an object with the following +properties (examples are shown for the string `'image/svg+xml; charset=utf-8'`): + + - `type`: The media type (the type and subtype, always lower case). + Example: `'image/svg+xml'` + + - `parameters`: An object of the parameters in the media type (name of parameter + always lower case). Example: `{charset: 'utf-8'}` + +Throws a `TypeError` if the string is missing or invalid. + +### contentType.parse(req) + +```js +var obj = contentType.parse(req) +``` + +Parse the `Content-Type` header from the given `req`. Short-cut for +`contentType.parse(req.headers['content-type'])`. + +Throws a `TypeError` if the `Content-Type` header is missing or invalid. + +### contentType.parse(res) + +```js +var obj = contentType.parse(res) +``` + +Parse the `Content-Type` header set on the given `res`. Short-cut for +`contentType.parse(res.getHeader('content-type'))`. + +Throws a `TypeError` if the `Content-Type` header is missing or invalid. + +### contentType.format(obj) + +```js +var str = contentType.format({ + type: 'image/svg+xml', + parameters: { charset: 'utf-8' } +}) +``` + +Format an object into a `Content-Type` header. This will return a string of the +content type for the given object with the following properties (examples are +shown that produce the string `'image/svg+xml; charset=utf-8'`): + + - `type`: The media type (will be lower-cased). Example: `'image/svg+xml'` + + - `parameters`: An object of the parameters in the media type (name of the + parameter will be lower-cased). Example: `{charset: 'utf-8'}` + +Throws a `TypeError` if the object contains an invalid type or parameter names. + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/jshttp/content-type/master?label=ci +[ci-url]: https://github.com/jshttp/content-type/actions/workflows/ci.yml +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/content-type/master +[coveralls-url]: https://coveralls.io/r/jshttp/content-type?branch=master +[node-image]: https://badgen.net/npm/node/content-type +[node-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/content-type +[npm-url]: https://npmjs.org/package/content-type +[npm-version-image]: https://badgen.net/npm/v/content-type diff --git a/server/node_modules/content-type/index.js b/server/node_modules/content-type/index.js new file mode 100644 index 000000000..41840e7bc --- /dev/null +++ b/server/node_modules/content-type/index.js @@ -0,0 +1,225 @@ +/*! + * content-type + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * RegExp to match *( ";" parameter ) in RFC 7231 sec 3.1.1.1 + * + * parameter = token "=" ( token / quoted-string ) + * token = 1*tchar + * tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" + * / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" + * / DIGIT / ALPHA + * ; any VCHAR, except delimiters + * quoted-string = DQUOTE *( qdtext / quoted-pair ) DQUOTE + * qdtext = HTAB / SP / %x21 / %x23-5B / %x5D-7E / obs-text + * obs-text = %x80-FF + * quoted-pair = "\" ( HTAB / SP / VCHAR / obs-text ) + */ +var PARAM_REGEXP = /; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g // eslint-disable-line no-control-regex +var TEXT_REGEXP = /^[\u000b\u0020-\u007e\u0080-\u00ff]+$/ // eslint-disable-line no-control-regex +var TOKEN_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/ + +/** + * RegExp to match quoted-pair in RFC 7230 sec 3.2.6 + * + * quoted-pair = "\" ( HTAB / SP / VCHAR / obs-text ) + * obs-text = %x80-FF + */ +var QESC_REGEXP = /\\([\u000b\u0020-\u00ff])/g // eslint-disable-line no-control-regex + +/** + * RegExp to match chars that must be quoted-pair in RFC 7230 sec 3.2.6 + */ +var QUOTE_REGEXP = /([\\"])/g + +/** + * RegExp to match type in RFC 7231 sec 3.1.1.1 + * + * media-type = type "/" subtype + * type = token + * subtype = token + */ +var TYPE_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/ + +/** + * Module exports. + * @public + */ + +exports.format = format +exports.parse = parse + +/** + * Format object to media type. + * + * @param {object} obj + * @return {string} + * @public + */ + +function format (obj) { + if (!obj || typeof obj !== 'object') { + throw new TypeError('argument obj is required') + } + + var parameters = obj.parameters + var type = obj.type + + if (!type || !TYPE_REGEXP.test(type)) { + throw new TypeError('invalid type') + } + + var string = type + + // append parameters + if (parameters && typeof parameters === 'object') { + var param + var params = Object.keys(parameters).sort() + + for (var i = 0; i < params.length; i++) { + param = params[i] + + if (!TOKEN_REGEXP.test(param)) { + throw new TypeError('invalid parameter name') + } + + string += '; ' + param + '=' + qstring(parameters[param]) + } + } + + return string +} + +/** + * Parse media type to object. + * + * @param {string|object} string + * @return {Object} + * @public + */ + +function parse (string) { + if (!string) { + throw new TypeError('argument string is required') + } + + // support req/res-like objects as argument + var header = typeof string === 'object' + ? getcontenttype(string) + : string + + if (typeof header !== 'string') { + throw new TypeError('argument string is required to be a string') + } + + var index = header.indexOf(';') + var type = index !== -1 + ? header.slice(0, index).trim() + : header.trim() + + if (!TYPE_REGEXP.test(type)) { + throw new TypeError('invalid media type') + } + + var obj = new ContentType(type.toLowerCase()) + + // parse parameters + if (index !== -1) { + var key + var match + var value + + PARAM_REGEXP.lastIndex = index + + while ((match = PARAM_REGEXP.exec(header))) { + if (match.index !== index) { + throw new TypeError('invalid parameter format') + } + + index += match[0].length + key = match[1].toLowerCase() + value = match[2] + + if (value.charCodeAt(0) === 0x22 /* " */) { + // remove quotes + value = value.slice(1, -1) + + // remove escapes + if (value.indexOf('\\') !== -1) { + value = value.replace(QESC_REGEXP, '$1') + } + } + + obj.parameters[key] = value + } + + if (index !== header.length) { + throw new TypeError('invalid parameter format') + } + } + + return obj +} + +/** + * Get content-type from req/res objects. + * + * @param {object} + * @return {Object} + * @private + */ + +function getcontenttype (obj) { + var header + + if (typeof obj.getHeader === 'function') { + // res-like + header = obj.getHeader('content-type') + } else if (typeof obj.headers === 'object') { + // req-like + header = obj.headers && obj.headers['content-type'] + } + + if (typeof header !== 'string') { + throw new TypeError('content-type header is missing from object') + } + + return header +} + +/** + * Quote a string if necessary. + * + * @param {string} val + * @return {string} + * @private + */ + +function qstring (val) { + var str = String(val) + + // no need to quote tokens + if (TOKEN_REGEXP.test(str)) { + return str + } + + if (str.length > 0 && !TEXT_REGEXP.test(str)) { + throw new TypeError('invalid parameter value') + } + + return '"' + str.replace(QUOTE_REGEXP, '\\$1') + '"' +} + +/** + * Class to represent a content type. + * @private + */ +function ContentType (type) { + this.parameters = Object.create(null) + this.type = type +} diff --git a/server/node_modules/content-type/package.json b/server/node_modules/content-type/package.json new file mode 100644 index 000000000..9db19f63f --- /dev/null +++ b/server/node_modules/content-type/package.json @@ -0,0 +1,42 @@ +{ + "name": "content-type", + "description": "Create and parse HTTP Content-Type header", + "version": "1.0.5", + "author": "Douglas Christopher Wilson ", + "license": "MIT", + "keywords": [ + "content-type", + "http", + "req", + "res", + "rfc7231" + ], + "repository": "jshttp/content-type", + "devDependencies": { + "deep-equal": "1.0.1", + "eslint": "8.32.0", + "eslint-config-standard": "15.0.1", + "eslint-plugin-import": "2.27.5", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "6.1.1", + "eslint-plugin-standard": "4.1.0", + "mocha": "10.2.0", + "nyc": "15.1.0" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --check-leaks --bail test/", + "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "version": "node scripts/version-history.js && git add HISTORY.md" + } +} diff --git a/server/node_modules/cookie-signature/.npmignore b/server/node_modules/cookie-signature/.npmignore new file mode 100644 index 000000000..f1250e584 --- /dev/null +++ b/server/node_modules/cookie-signature/.npmignore @@ -0,0 +1,4 @@ +support +test +examples +*.sock diff --git a/server/node_modules/cookie-signature/History.md b/server/node_modules/cookie-signature/History.md new file mode 100644 index 000000000..78513cc3d --- /dev/null +++ b/server/node_modules/cookie-signature/History.md @@ -0,0 +1,38 @@ +1.0.6 / 2015-02-03 +================== + +* use `npm test` instead of `make test` to run tests +* clearer assertion messages when checking input + + +1.0.5 / 2014-09-05 +================== + +* add license to package.json + +1.0.4 / 2014-06-25 +================== + + * corrected avoidance of timing attacks (thanks @tenbits!) + +1.0.3 / 2014-01-28 +================== + + * [incorrect] fix for timing attacks + +1.0.2 / 2014-01-28 +================== + + * fix missing repository warning + * fix typo in test + +1.0.1 / 2013-04-15 +================== + + * Revert "Changed underlying HMAC algo. to sha512." + * Revert "Fix for timing attacks on MAC verification." + +0.0.1 / 2010-01-03 +================== + + * Initial release diff --git a/server/node_modules/cookie-signature/Readme.md b/server/node_modules/cookie-signature/Readme.md new file mode 100644 index 000000000..2559e841b --- /dev/null +++ b/server/node_modules/cookie-signature/Readme.md @@ -0,0 +1,42 @@ + +# cookie-signature + + Sign and unsign cookies. + +## Example + +```js +var cookie = require('cookie-signature'); + +var val = cookie.sign('hello', 'tobiiscool'); +val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); + +var val = cookie.sign('hello', 'tobiiscool'); +cookie.unsign(val, 'tobiiscool').should.equal('hello'); +cookie.unsign(val, 'luna').should.be.false; +``` + +## License + +(The MIT License) + +Copyright (c) 2012 LearnBoost <tj@learnboost.com> + +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/server/node_modules/cookie-signature/index.js b/server/node_modules/cookie-signature/index.js new file mode 100644 index 000000000..b8c9463a2 --- /dev/null +++ b/server/node_modules/cookie-signature/index.js @@ -0,0 +1,51 @@ +/** + * Module dependencies. + */ + +var crypto = require('crypto'); + +/** + * Sign the given `val` with `secret`. + * + * @param {String} val + * @param {String} secret + * @return {String} + * @api private + */ + +exports.sign = function(val, secret){ + if ('string' != typeof val) throw new TypeError("Cookie value must be provided as a string."); + if ('string' != typeof secret) throw new TypeError("Secret string must be provided."); + return val + '.' + crypto + .createHmac('sha256', secret) + .update(val) + .digest('base64') + .replace(/\=+$/, ''); +}; + +/** + * Unsign and decode the given `val` with `secret`, + * returning `false` if the signature is invalid. + * + * @param {String} val + * @param {String} secret + * @return {String|Boolean} + * @api private + */ + +exports.unsign = function(val, secret){ + if ('string' != typeof val) throw new TypeError("Signed cookie string must be provided."); + if ('string' != typeof secret) throw new TypeError("Secret string must be provided."); + var str = val.slice(0, val.lastIndexOf('.')) + , mac = exports.sign(str, secret); + + return sha1(mac) == sha1(val) ? str : false; +}; + +/** + * Private + */ + +function sha1(str){ + return crypto.createHash('sha1').update(str).digest('hex'); +} diff --git a/server/node_modules/cookie-signature/package.json b/server/node_modules/cookie-signature/package.json new file mode 100644 index 000000000..29c4498e0 --- /dev/null +++ b/server/node_modules/cookie-signature/package.json @@ -0,0 +1,18 @@ +{ + "name": "cookie-signature", + "version": "1.0.6", + "description": "Sign and unsign cookies", + "keywords": ["cookie", "sign", "unsign"], + "author": "TJ Holowaychuk ", + "license": "MIT", + "repository": { "type": "git", "url": "https://github.com/visionmedia/node-cookie-signature.git"}, + "dependencies": {}, + "devDependencies": { + "mocha": "*", + "should": "*" + }, + "scripts": { + "test": "mocha --require should --reporter spec" + }, + "main": "index" +} diff --git a/server/node_modules/cookie/LICENSE b/server/node_modules/cookie/LICENSE new file mode 100644 index 000000000..058b6b4ef --- /dev/null +++ b/server/node_modules/cookie/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson + +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. + diff --git a/server/node_modules/cookie/README.md b/server/node_modules/cookie/README.md new file mode 100644 index 000000000..71fdac111 --- /dev/null +++ b/server/node_modules/cookie/README.md @@ -0,0 +1,317 @@ +# cookie + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Build Status][ci-image]][ci-url] +[![Coverage Status][coveralls-image]][coveralls-url] + +Basic HTTP cookie parser and serializer for HTTP servers. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install cookie +``` + +## API + +```js +var cookie = require('cookie'); +``` + +### cookie.parse(str, options) + +Parse an HTTP `Cookie` header string and returning an object of all cookie name-value pairs. +The `str` argument is the string representing a `Cookie` header value and `options` is an +optional object containing additional parsing options. + +```js +var cookies = cookie.parse('foo=bar; equation=E%3Dmc%5E2'); +// { foo: 'bar', equation: 'E=mc^2' } +``` + +#### Options + +`cookie.parse` accepts these properties in the options object. + +##### decode + +Specifies a function that will be used to decode a cookie's value. Since the value of a cookie +has a limited character set (and must be a simple string), this function can be used to decode +a previously-encoded cookie value into a JavaScript string or other object. + +The default function is the global `decodeURIComponent`, which will decode any URL-encoded +sequences into their byte representations. + +**note** if an error is thrown from this function, the original, non-decoded cookie value will +be returned as the cookie's value. + +### cookie.serialize(name, value, options) + +Serialize a cookie name-value pair into a `Set-Cookie` header string. The `name` argument is the +name for the cookie, the `value` argument is the value to set the cookie to, and the `options` +argument is an optional object containing additional serialization options. + +```js +var setCookie = cookie.serialize('foo', 'bar'); +// foo=bar +``` + +#### Options + +`cookie.serialize` accepts these properties in the options object. + +##### domain + +Specifies the value for the [`Domain` `Set-Cookie` attribute][rfc-6265-5.2.3]. By default, no +domain is set, and most clients will consider the cookie to apply to only the current domain. + +##### encode + +Specifies a function that will be used to encode a cookie's value. Since value of a cookie +has a limited character set (and must be a simple string), this function can be used to encode +a value into a string suited for a cookie's value. + +The default function is the global `encodeURIComponent`, which will encode a JavaScript string +into UTF-8 byte sequences and then URL-encode any that fall outside of the cookie range. + +##### expires + +Specifies the `Date` object to be the value for the [`Expires` `Set-Cookie` attribute][rfc-6265-5.2.1]. +By default, no expiration is set, and most clients will consider this a "non-persistent cookie" and +will delete it on a condition like exiting a web browser application. + +**note** the [cookie storage model specification][rfc-6265-5.3] states that if both `expires` and +`maxAge` are set, then `maxAge` takes precedence, but it is possible not all clients by obey this, +so if both are set, they should point to the same date and time. + +##### httpOnly + +Specifies the `boolean` value for the [`HttpOnly` `Set-Cookie` attribute][rfc-6265-5.2.6]. When truthy, +the `HttpOnly` attribute is set, otherwise it is not. By default, the `HttpOnly` attribute is not set. + +**note** be careful when setting this to `true`, as compliant clients will not allow client-side +JavaScript to see the cookie in `document.cookie`. + +##### maxAge + +Specifies the `number` (in seconds) to be the value for the [`Max-Age` `Set-Cookie` attribute][rfc-6265-5.2.2]. +The given number will be converted to an integer by rounding down. By default, no maximum age is set. + +**note** the [cookie storage model specification][rfc-6265-5.3] states that if both `expires` and +`maxAge` are set, then `maxAge` takes precedence, but it is possible not all clients by obey this, +so if both are set, they should point to the same date and time. + +##### partitioned + +Specifies the `boolean` value for the [`Partitioned` `Set-Cookie`](rfc-cutler-httpbis-partitioned-cookies) +attribute. When truthy, the `Partitioned` attribute is set, otherwise it is not. By default, the +`Partitioned` attribute is not set. + +**note** This is an attribute that has not yet been fully standardized, and may change in the future. +This also means many clients may ignore this attribute until they understand it. + +More information about can be found in [the proposal](https://github.com/privacycg/CHIPS). + +##### path + +Specifies the value for the [`Path` `Set-Cookie` attribute][rfc-6265-5.2.4]. By default, the path +is considered the ["default path"][rfc-6265-5.1.4]. + +##### priority + +Specifies the `string` to be the value for the [`Priority` `Set-Cookie` attribute][rfc-west-cookie-priority-00-4.1]. + + - `'low'` will set the `Priority` attribute to `Low`. + - `'medium'` will set the `Priority` attribute to `Medium`, the default priority when not set. + - `'high'` will set the `Priority` attribute to `High`. + +More information about the different priority levels can be found in +[the specification][rfc-west-cookie-priority-00-4.1]. + +**note** This is an attribute that has not yet been fully standardized, and may change in the future. +This also means many clients may ignore this attribute until they understand it. + +##### sameSite + +Specifies the `boolean` or `string` to be the value for the [`SameSite` `Set-Cookie` attribute][rfc-6265bis-09-5.4.7]. + + - `true` will set the `SameSite` attribute to `Strict` for strict same site enforcement. + - `false` will not set the `SameSite` attribute. + - `'lax'` will set the `SameSite` attribute to `Lax` for lax same site enforcement. + - `'none'` will set the `SameSite` attribute to `None` for an explicit cross-site cookie. + - `'strict'` will set the `SameSite` attribute to `Strict` for strict same site enforcement. + +More information about the different enforcement levels can be found in +[the specification][rfc-6265bis-09-5.4.7]. + +**note** This is an attribute that has not yet been fully standardized, and may change in the future. +This also means many clients may ignore this attribute until they understand it. + +##### secure + +Specifies the `boolean` value for the [`Secure` `Set-Cookie` attribute][rfc-6265-5.2.5]. When truthy, +the `Secure` attribute is set, otherwise it is not. By default, the `Secure` attribute is not set. + +**note** be careful when setting this to `true`, as compliant clients will not send the cookie back to +the server in the future if the browser does not have an HTTPS connection. + +## Example + +The following example uses this module in conjunction with the Node.js core HTTP server +to prompt a user for their name and display it back on future visits. + +```js +var cookie = require('cookie'); +var escapeHtml = require('escape-html'); +var http = require('http'); +var url = require('url'); + +function onRequest(req, res) { + // Parse the query string + var query = url.parse(req.url, true, true).query; + + if (query && query.name) { + // Set a new cookie with the name + res.setHeader('Set-Cookie', cookie.serialize('name', String(query.name), { + httpOnly: true, + maxAge: 60 * 60 * 24 * 7 // 1 week + })); + + // Redirect back after setting cookie + res.statusCode = 302; + res.setHeader('Location', req.headers.referer || '/'); + res.end(); + return; + } + + // Parse the cookies on the request + var cookies = cookie.parse(req.headers.cookie || ''); + + // Get the visitor name set in the cookie + var name = cookies.name; + + res.setHeader('Content-Type', 'text/html; charset=UTF-8'); + + if (name) { + res.write('

Welcome back, ' + escapeHtml(name) + '!

'); + } else { + res.write('

Hello, new visitor!

'); + } + + res.write('
'); + res.write(' '); + res.end('
'); +} + +http.createServer(onRequest).listen(3000); +``` + +## Testing + +```sh +$ npm test +``` + +## Benchmark + +``` +$ npm run bench + +> cookie@0.5.0 bench +> node benchmark/index.js + + node@18.18.2 + acorn@8.10.0 + ada@2.6.0 + ares@1.19.1 + brotli@1.0.9 + cldr@43.1 + icu@73.2 + llhttp@6.0.11 + modules@108 + napi@9 + nghttp2@1.57.0 + nghttp3@0.7.0 + ngtcp2@0.8.1 + openssl@3.0.10+quic + simdutf@3.2.14 + tz@2023c + undici@5.26.3 + unicode@15.0 + uv@1.44.2 + uvwasi@0.0.18 + v8@10.2.154.26-node.26 + zlib@1.2.13.1-motley + +> node benchmark/parse-top.js + + cookie.parse - top sites + + 14 tests completed. + + parse accounts.google.com x 2,588,913 ops/sec ±0.74% (186 runs sampled) + parse apple.com x 2,370,002 ops/sec ±0.69% (186 runs sampled) + parse cloudflare.com x 2,213,102 ops/sec ±0.88% (188 runs sampled) + parse docs.google.com x 2,194,157 ops/sec ±1.03% (184 runs sampled) + parse drive.google.com x 2,265,084 ops/sec ±0.79% (187 runs sampled) + parse en.wikipedia.org x 457,099 ops/sec ±0.81% (186 runs sampled) + parse linkedin.com x 504,407 ops/sec ±0.89% (186 runs sampled) + parse maps.google.com x 1,230,959 ops/sec ±0.98% (186 runs sampled) + parse microsoft.com x 926,294 ops/sec ±0.88% (184 runs sampled) + parse play.google.com x 2,311,338 ops/sec ±0.83% (185 runs sampled) + parse support.google.com x 1,508,850 ops/sec ±0.86% (186 runs sampled) + parse www.google.com x 1,022,582 ops/sec ±1.32% (182 runs sampled) + parse youtu.be x 332,136 ops/sec ±1.02% (185 runs sampled) + parse youtube.com x 323,833 ops/sec ±0.77% (183 runs sampled) + +> node benchmark/parse.js + + cookie.parse - generic + + 6 tests completed. + + simple x 3,214,032 ops/sec ±1.61% (183 runs sampled) + decode x 587,237 ops/sec ±1.16% (187 runs sampled) + unquote x 2,954,618 ops/sec ±1.35% (183 runs sampled) + duplicates x 857,008 ops/sec ±0.89% (187 runs sampled) + 10 cookies x 292,133 ops/sec ±0.89% (187 runs sampled) + 100 cookies x 22,610 ops/sec ±0.68% (187 runs sampled) +``` + +## References + +- [RFC 6265: HTTP State Management Mechanism][rfc-6265] +- [Same-site Cookies][rfc-6265bis-09-5.4.7] + +[rfc-cutler-httpbis-partitioned-cookies]: https://tools.ietf.org/html/draft-cutler-httpbis-partitioned-cookies/ +[rfc-west-cookie-priority-00-4.1]: https://tools.ietf.org/html/draft-west-cookie-priority-00#section-4.1 +[rfc-6265bis-09-5.4.7]: https://tools.ietf.org/html/draft-ietf-httpbis-rfc6265bis-09#section-5.4.7 +[rfc-6265]: https://tools.ietf.org/html/rfc6265 +[rfc-6265-5.1.4]: https://tools.ietf.org/html/rfc6265#section-5.1.4 +[rfc-6265-5.2.1]: https://tools.ietf.org/html/rfc6265#section-5.2.1 +[rfc-6265-5.2.2]: https://tools.ietf.org/html/rfc6265#section-5.2.2 +[rfc-6265-5.2.3]: https://tools.ietf.org/html/rfc6265#section-5.2.3 +[rfc-6265-5.2.4]: https://tools.ietf.org/html/rfc6265#section-5.2.4 +[rfc-6265-5.2.5]: https://tools.ietf.org/html/rfc6265#section-5.2.5 +[rfc-6265-5.2.6]: https://tools.ietf.org/html/rfc6265#section-5.2.6 +[rfc-6265-5.3]: https://tools.ietf.org/html/rfc6265#section-5.3 + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/jshttp/cookie/master?label=ci +[ci-url]: https://github.com/jshttp/cookie/actions/workflows/ci.yml +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/cookie/master +[coveralls-url]: https://coveralls.io/r/jshttp/cookie?branch=master +[node-image]: https://badgen.net/npm/node/cookie +[node-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/cookie +[npm-url]: https://npmjs.org/package/cookie +[npm-version-image]: https://badgen.net/npm/v/cookie diff --git a/server/node_modules/cookie/SECURITY.md b/server/node_modules/cookie/SECURITY.md new file mode 100644 index 000000000..fd4a6c53a --- /dev/null +++ b/server/node_modules/cookie/SECURITY.md @@ -0,0 +1,25 @@ +# Security Policies and Procedures + +## Reporting a Bug + +The `cookie` team and community take all security bugs seriously. Thank +you for improving the security of the project. We appreciate your efforts and +responsible disclosure and will make every effort to acknowledge your +contributions. + +Report security bugs by emailing the current owner(s) of `cookie`. This +information can be found in the npm registry using the command +`npm owner ls cookie`. +If unsure or unable to get the information from the above, open an issue +in the [project issue tracker](https://github.com/jshttp/cookie/issues) +asking for the current contact information. + +To ensure the timely response to your report, please ensure that the entirety +of the report is contained within the email body and not solely behind a web +link or an attachment. + +At least one owner will acknowledge your email within 48 hours, and will send a +more detailed response within 48 hours indicating the next steps in handling +your report. After the initial reply to your report, the owners will +endeavor to keep you informed of the progress towards a fix and full +announcement, and may ask for additional information or guidance. diff --git a/server/node_modules/cookie/index.js b/server/node_modules/cookie/index.js new file mode 100644 index 000000000..51a58cbe9 --- /dev/null +++ b/server/node_modules/cookie/index.js @@ -0,0 +1,334 @@ +/*! + * cookie + * Copyright(c) 2012-2014 Roman Shtylman + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict'; + +/** + * Module exports. + * @public + */ + +exports.parse = parse; +exports.serialize = serialize; + +/** + * Module variables. + * @private + */ + +var __toString = Object.prototype.toString + +/** + * RegExp to match cookie-name in RFC 6265 sec 4.1.1 + * This refers out to the obsoleted definition of token in RFC 2616 sec 2.2 + * which has been replaced by the token definition in RFC 7230 appendix B. + * + * cookie-name = token + * token = 1*tchar + * tchar = "!" / "#" / "$" / "%" / "&" / "'" / + * "*" / "+" / "-" / "." / "^" / "_" / + * "`" / "|" / "~" / DIGIT / ALPHA + */ + +var cookieNameRegExp = /^[!#$%&'*+\-.^_`|~0-9A-Za-z]+$/; + +/** + * RegExp to match cookie-value in RFC 6265 sec 4.1.1 + * + * cookie-value = *cookie-octet / ( DQUOTE *cookie-octet DQUOTE ) + * cookie-octet = %x21 / %x23-2B / %x2D-3A / %x3C-5B / %x5D-7E + * ; US-ASCII characters excluding CTLs, + * ; whitespace DQUOTE, comma, semicolon, + * ; and backslash + */ + +var cookieValueRegExp = /^("?)[\u0021\u0023-\u002B\u002D-\u003A\u003C-\u005B\u005D-\u007E]*\1$/; + +/** + * RegExp to match domain-value in RFC 6265 sec 4.1.1 + * + * domain-value = + * ; defined in [RFC1034], Section 3.5, as + * ; enhanced by [RFC1123], Section 2.1 + * =