create-hgp-project 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/backend-project/node_modules/.bin/bcrypt +16 -0
- package/backend-project/node_modules/.bin/bcrypt.cmd +17 -0
- package/backend-project/node_modules/.bin/bcrypt.ps1 +28 -0
- package/backend-project/node_modules/.bin/nodemon +16 -0
- package/backend-project/node_modules/.bin/nodemon.cmd +17 -0
- package/backend-project/node_modules/.bin/nodemon.ps1 +28 -0
- package/backend-project/node_modules/.bin/nodetouch +16 -0
- package/backend-project/node_modules/.bin/nodetouch.cmd +17 -0
- package/backend-project/node_modules/.bin/nodetouch.ps1 +28 -0
- package/backend-project/node_modules/.bin/semver +16 -0
- package/backend-project/node_modules/.bin/semver.cmd +17 -0
- package/backend-project/node_modules/.bin/semver.ps1 +28 -0
- package/backend-project/node_modules/.package-lock.json +1407 -0
- package/backend-project/node_modules/@types/node/LICENSE +21 -0
- package/backend-project/node_modules/@types/node/README.md +15 -0
- package/backend-project/node_modules/@types/node/assert/strict.d.ts +59 -0
- package/backend-project/node_modules/@types/node/assert.d.ts +950 -0
- package/backend-project/node_modules/@types/node/async_hooks.d.ts +711 -0
- package/backend-project/node_modules/@types/node/buffer.buffer.d.ts +466 -0
- package/backend-project/node_modules/@types/node/buffer.d.ts +1765 -0
- package/backend-project/node_modules/@types/node/child_process.d.ts +1366 -0
- package/backend-project/node_modules/@types/node/cluster.d.ts +432 -0
- package/backend-project/node_modules/@types/node/compatibility/iterators.d.ts +21 -0
- package/backend-project/node_modules/@types/node/console.d.ts +93 -0
- package/backend-project/node_modules/@types/node/constants.d.ts +14 -0
- package/backend-project/node_modules/@types/node/crypto.d.ts +4058 -0
- package/backend-project/node_modules/@types/node/dgram.d.ts +537 -0
- package/backend-project/node_modules/@types/node/diagnostics_channel.d.ts +552 -0
- package/backend-project/node_modules/@types/node/dns/promises.d.ts +497 -0
- package/backend-project/node_modules/@types/node/dns.d.ts +876 -0
- package/backend-project/node_modules/@types/node/domain.d.ts +150 -0
- package/backend-project/node_modules/@types/node/events.d.ts +1008 -0
- package/backend-project/node_modules/@types/node/fs/promises.d.ts +1468 -0
- package/backend-project/node_modules/@types/node/fs.d.ts +4780 -0
- package/backend-project/node_modules/@types/node/globals.d.ts +150 -0
- package/backend-project/node_modules/@types/node/globals.typedarray.d.ts +101 -0
- package/backend-project/node_modules/@types/node/http.d.ts +2147 -0
- package/backend-project/node_modules/@types/node/http2.d.ts +2485 -0
- package/backend-project/node_modules/@types/node/https.d.ts +400 -0
- package/backend-project/node_modules/@types/node/index.d.ts +117 -0
- package/backend-project/node_modules/@types/node/inspector/promises.d.ts +35 -0
- package/backend-project/node_modules/@types/node/inspector.d.ts +264 -0
- package/backend-project/node_modules/@types/node/inspector.generated.d.ts +4406 -0
- package/backend-project/node_modules/@types/node/module.d.ts +755 -0
- package/backend-project/node_modules/@types/node/net.d.ts +970 -0
- package/backend-project/node_modules/@types/node/os.d.ts +498 -0
- package/backend-project/node_modules/@types/node/package.json +155 -0
- package/backend-project/node_modules/@types/node/path/posix.d.ts +8 -0
- package/backend-project/node_modules/@types/node/path/win32.d.ts +8 -0
- package/backend-project/node_modules/@types/node/path.d.ts +178 -0
- package/backend-project/node_modules/@types/node/perf_hooks.d.ts +612 -0
- package/backend-project/node_modules/@types/node/process.d.ts +2204 -0
- package/backend-project/node_modules/@types/node/punycode.d.ts +89 -0
- package/backend-project/node_modules/@types/node/querystring.d.ts +139 -0
- package/backend-project/node_modules/@types/node/quic.d.ts +897 -0
- package/backend-project/node_modules/@types/node/readline/promises.d.ts +158 -0
- package/backend-project/node_modules/@types/node/readline.d.ts +507 -0
- package/backend-project/node_modules/@types/node/repl.d.ts +420 -0
- package/backend-project/node_modules/@types/node/sea.d.ts +47 -0
- package/backend-project/node_modules/@types/node/sqlite.d.ts +1068 -0
- package/backend-project/node_modules/@types/node/stream/consumers.d.ts +114 -0
- package/backend-project/node_modules/@types/node/stream/iter.d.ts +301 -0
- package/backend-project/node_modules/@types/node/stream/promises.d.ts +211 -0
- package/backend-project/node_modules/@types/node/stream/web.d.ts +300 -0
- package/backend-project/node_modules/@types/node/stream.d.ts +1774 -0
- package/backend-project/node_modules/@types/node/string_decoder.d.ts +27 -0
- package/backend-project/node_modules/@types/node/test/reporters.d.ts +59 -0
- package/backend-project/node_modules/@types/node/test.d.ts +2279 -0
- package/backend-project/node_modules/@types/node/timers/promises.d.ts +93 -0
- package/backend-project/node_modules/@types/node/timers.d.ts +149 -0
- package/backend-project/node_modules/@types/node/tls.d.ts +1193 -0
- package/backend-project/node_modules/@types/node/trace_events.d.ts +103 -0
- package/backend-project/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +462 -0
- package/backend-project/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/backend-project/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +36 -0
- package/backend-project/node_modules/@types/node/ts5.6/index.d.ts +119 -0
- package/backend-project/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/backend-project/node_modules/@types/node/ts5.7/index.d.ts +119 -0
- package/backend-project/node_modules/@types/node/tty.d.ts +225 -0
- package/backend-project/node_modules/@types/node/url.d.ts +556 -0
- package/backend-project/node_modules/@types/node/util/types.d.ts +558 -0
- package/backend-project/node_modules/@types/node/util.d.ts +1677 -0
- package/backend-project/node_modules/@types/node/v8.d.ts +980 -0
- package/backend-project/node_modules/@types/node/vm.d.ts +1136 -0
- package/backend-project/node_modules/@types/node/wasi.d.ts +131 -0
- package/backend-project/node_modules/@types/node/web-globals/abortcontroller.d.ts +59 -0
- package/backend-project/node_modules/@types/node/web-globals/blob.d.ts +23 -0
- package/backend-project/node_modules/@types/node/web-globals/console.d.ts +9 -0
- package/backend-project/node_modules/@types/node/web-globals/crypto.d.ts +39 -0
- package/backend-project/node_modules/@types/node/web-globals/domexception.d.ts +68 -0
- package/backend-project/node_modules/@types/node/web-globals/encoding.d.ts +11 -0
- package/backend-project/node_modules/@types/node/web-globals/events.d.ts +106 -0
- package/backend-project/node_modules/@types/node/web-globals/fetch.d.ts +69 -0
- package/backend-project/node_modules/@types/node/web-globals/importmeta.d.ts +13 -0
- package/backend-project/node_modules/@types/node/web-globals/messaging.d.ts +23 -0
- package/backend-project/node_modules/@types/node/web-globals/navigator.d.ts +25 -0
- package/backend-project/node_modules/@types/node/web-globals/performance.d.ts +45 -0
- package/backend-project/node_modules/@types/node/web-globals/storage.d.ts +24 -0
- package/backend-project/node_modules/@types/node/web-globals/streams.d.ts +115 -0
- package/backend-project/node_modules/@types/node/web-globals/timers.d.ts +44 -0
- package/backend-project/node_modules/@types/node/web-globals/url.d.ts +24 -0
- package/backend-project/node_modules/@types/node/worker_threads.d.ts +671 -0
- package/backend-project/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/backend-project/node_modules/@types/node/zlib.d.ts +589 -0
- package/backend-project/node_modules/accepts/HISTORY.md +250 -0
- package/backend-project/node_modules/accepts/LICENSE +23 -0
- package/backend-project/node_modules/accepts/README.md +140 -0
- package/backend-project/node_modules/accepts/index.js +238 -0
- package/backend-project/node_modules/accepts/package.json +47 -0
- package/backend-project/node_modules/anymatch/LICENSE +15 -0
- package/backend-project/node_modules/anymatch/README.md +87 -0
- package/backend-project/node_modules/anymatch/index.d.ts +20 -0
- package/backend-project/node_modules/anymatch/index.js +104 -0
- package/backend-project/node_modules/anymatch/package.json +48 -0
- package/backend-project/node_modules/aws-ssl-profiles/LICENSE +19 -0
- package/backend-project/node_modules/aws-ssl-profiles/README.md +146 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.d.ts +4 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/@types/profiles.js +2 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/index.d.ts +8 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/index.js +13 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.d.ts +9 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/defaults.js +2888 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.d.ts +8 -0
- package/backend-project/node_modules/aws-ssl-profiles/lib/profiles/ca/proxies.js +111 -0
- package/backend-project/node_modules/aws-ssl-profiles/package.json +52 -0
- package/backend-project/node_modules/balanced-match/LICENSE.md +23 -0
- package/backend-project/node_modules/balanced-match/README.md +57 -0
- package/backend-project/node_modules/balanced-match/dist/commonjs/index.d.ts +9 -0
- package/backend-project/node_modules/balanced-match/dist/commonjs/index.d.ts.map +1 -0
- package/backend-project/node_modules/balanced-match/dist/commonjs/index.js +59 -0
- package/backend-project/node_modules/balanced-match/dist/commonjs/index.js.map +1 -0
- package/backend-project/node_modules/balanced-match/dist/commonjs/package.json +3 -0
- package/backend-project/node_modules/balanced-match/dist/esm/index.d.ts +9 -0
- package/backend-project/node_modules/balanced-match/dist/esm/index.d.ts.map +1 -0
- package/backend-project/node_modules/balanced-match/dist/esm/index.js +54 -0
- package/backend-project/node_modules/balanced-match/dist/esm/index.js.map +1 -0
- package/backend-project/node_modules/balanced-match/dist/esm/package.json +3 -0
- package/backend-project/node_modules/balanced-match/package.json +68 -0
- package/backend-project/node_modules/bcryptjs/LICENSE +27 -0
- package/backend-project/node_modules/bcryptjs/README.md +201 -0
- package/backend-project/node_modules/bcryptjs/bin/bcrypt +23 -0
- package/backend-project/node_modules/bcryptjs/index.d.ts +3 -0
- package/backend-project/node_modules/bcryptjs/index.js +1159 -0
- package/backend-project/node_modules/bcryptjs/package.json +76 -0
- package/backend-project/node_modules/bcryptjs/types.d.ts +157 -0
- package/backend-project/node_modules/bcryptjs/umd/index.d.ts +3 -0
- package/backend-project/node_modules/bcryptjs/umd/index.js +1220 -0
- package/backend-project/node_modules/bcryptjs/umd/package.json +3 -0
- package/backend-project/node_modules/bcryptjs/umd/types.d.ts +157 -0
- package/backend-project/node_modules/binary-extensions/binary-extensions.json +263 -0
- package/backend-project/node_modules/binary-extensions/binary-extensions.json.d.ts +3 -0
- package/backend-project/node_modules/binary-extensions/index.d.ts +14 -0
- package/backend-project/node_modules/binary-extensions/index.js +1 -0
- package/backend-project/node_modules/binary-extensions/license +10 -0
- package/backend-project/node_modules/binary-extensions/package.json +40 -0
- package/backend-project/node_modules/binary-extensions/readme.md +25 -0
- package/backend-project/node_modules/body-parser/LICENSE +23 -0
- package/backend-project/node_modules/body-parser/README.md +494 -0
- package/backend-project/node_modules/body-parser/index.js +71 -0
- package/backend-project/node_modules/body-parser/lib/read.js +247 -0
- package/backend-project/node_modules/body-parser/lib/types/json.js +158 -0
- package/backend-project/node_modules/body-parser/lib/types/raw.js +42 -0
- package/backend-project/node_modules/body-parser/lib/types/text.js +36 -0
- package/backend-project/node_modules/body-parser/lib/types/urlencoded.js +142 -0
- package/backend-project/node_modules/body-parser/lib/utils.js +98 -0
- package/backend-project/node_modules/body-parser/package.json +52 -0
- package/backend-project/node_modules/brace-expansion/LICENSE +23 -0
- package/backend-project/node_modules/brace-expansion/README.md +94 -0
- package/backend-project/node_modules/brace-expansion/dist/commonjs/index.d.ts +6 -0
- package/backend-project/node_modules/brace-expansion/dist/commonjs/index.d.ts.map +1 -0
- package/backend-project/node_modules/brace-expansion/dist/commonjs/index.js +201 -0
- package/backend-project/node_modules/brace-expansion/dist/commonjs/index.js.map +1 -0
- package/backend-project/node_modules/brace-expansion/dist/commonjs/package.json +3 -0
- package/backend-project/node_modules/brace-expansion/dist/esm/index.d.ts +6 -0
- package/backend-project/node_modules/brace-expansion/dist/esm/index.d.ts.map +1 -0
- package/backend-project/node_modules/brace-expansion/dist/esm/index.js +197 -0
- package/backend-project/node_modules/brace-expansion/dist/esm/index.js.map +1 -0
- package/backend-project/node_modules/brace-expansion/dist/esm/package.json +3 -0
- package/backend-project/node_modules/brace-expansion/package.json +64 -0
- package/backend-project/node_modules/braces/LICENSE +21 -0
- package/backend-project/node_modules/braces/README.md +586 -0
- package/backend-project/node_modules/braces/index.js +170 -0
- package/backend-project/node_modules/braces/lib/compile.js +60 -0
- package/backend-project/node_modules/braces/lib/constants.js +57 -0
- package/backend-project/node_modules/braces/lib/expand.js +113 -0
- package/backend-project/node_modules/braces/lib/parse.js +331 -0
- package/backend-project/node_modules/braces/lib/stringify.js +32 -0
- package/backend-project/node_modules/braces/lib/utils.js +122 -0
- package/backend-project/node_modules/braces/package.json +77 -0
- package/backend-project/node_modules/bytes/History.md +97 -0
- package/backend-project/node_modules/bytes/LICENSE +23 -0
- package/backend-project/node_modules/bytes/Readme.md +152 -0
- package/backend-project/node_modules/bytes/index.js +170 -0
- package/backend-project/node_modules/bytes/package.json +42 -0
- package/backend-project/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/backend-project/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/backend-project/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/backend-project/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/backend-project/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/backend-project/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/backend-project/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/backend-project/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/backend-project/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/backend-project/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/backend-project/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/backend-project/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/backend-project/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/backend-project/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/backend-project/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/backend-project/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/backend-project/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/backend-project/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/backend-project/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/backend-project/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/backend-project/node_modules/call-bound/.eslintrc +13 -0
- package/backend-project/node_modules/call-bound/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/call-bound/.nycrc +9 -0
- package/backend-project/node_modules/call-bound/CHANGELOG.md +42 -0
- package/backend-project/node_modules/call-bound/LICENSE +21 -0
- package/backend-project/node_modules/call-bound/README.md +53 -0
- package/backend-project/node_modules/call-bound/index.d.ts +94 -0
- package/backend-project/node_modules/call-bound/index.js +19 -0
- package/backend-project/node_modules/call-bound/package.json +99 -0
- package/backend-project/node_modules/call-bound/test/index.js +61 -0
- package/backend-project/node_modules/call-bound/tsconfig.json +10 -0
- package/backend-project/node_modules/chokidar/LICENSE +21 -0
- package/backend-project/node_modules/chokidar/README.md +308 -0
- package/backend-project/node_modules/chokidar/index.js +973 -0
- package/backend-project/node_modules/chokidar/lib/constants.js +66 -0
- package/backend-project/node_modules/chokidar/lib/fsevents-handler.js +526 -0
- package/backend-project/node_modules/chokidar/lib/nodefs-handler.js +654 -0
- package/backend-project/node_modules/chokidar/package.json +70 -0
- package/backend-project/node_modules/chokidar/types/index.d.ts +192 -0
- package/backend-project/node_modules/content-disposition/LICENSE +22 -0
- package/backend-project/node_modules/content-disposition/README.md +141 -0
- package/backend-project/node_modules/content-disposition/index.js +536 -0
- package/backend-project/node_modules/content-disposition/package.json +40 -0
- package/backend-project/node_modules/content-type/HISTORY.md +29 -0
- package/backend-project/node_modules/content-type/LICENSE +22 -0
- package/backend-project/node_modules/content-type/README.md +94 -0
- package/backend-project/node_modules/content-type/index.js +225 -0
- package/backend-project/node_modules/content-type/package.json +42 -0
- package/backend-project/node_modules/cookie/LICENSE +24 -0
- package/backend-project/node_modules/cookie/README.md +317 -0
- package/backend-project/node_modules/cookie/SECURITY.md +25 -0
- package/backend-project/node_modules/cookie/index.js +335 -0
- package/backend-project/node_modules/cookie/package.json +44 -0
- package/backend-project/node_modules/cookie-signature/History.md +70 -0
- package/backend-project/node_modules/cookie-signature/LICENSE +22 -0
- package/backend-project/node_modules/cookie-signature/Readme.md +23 -0
- package/backend-project/node_modules/cookie-signature/index.js +47 -0
- package/backend-project/node_modules/cookie-signature/package.json +24 -0
- package/backend-project/node_modules/cors/LICENSE +22 -0
- package/backend-project/node_modules/cors/README.md +277 -0
- package/backend-project/node_modules/cors/lib/index.js +238 -0
- package/backend-project/node_modules/cors/package.json +42 -0
- package/backend-project/node_modules/debug/LICENSE +20 -0
- package/backend-project/node_modules/debug/README.md +481 -0
- package/backend-project/node_modules/debug/package.json +64 -0
- package/backend-project/node_modules/debug/src/browser.js +272 -0
- package/backend-project/node_modules/debug/src/common.js +292 -0
- package/backend-project/node_modules/debug/src/index.js +10 -0
- package/backend-project/node_modules/debug/src/node.js +263 -0
- package/backend-project/node_modules/denque/CHANGELOG.md +29 -0
- package/backend-project/node_modules/denque/LICENSE +201 -0
- package/backend-project/node_modules/denque/README.md +77 -0
- package/backend-project/node_modules/denque/index.d.ts +47 -0
- package/backend-project/node_modules/denque/index.js +481 -0
- package/backend-project/node_modules/denque/package.json +58 -0
- package/backend-project/node_modules/depd/History.md +103 -0
- package/backend-project/node_modules/depd/LICENSE +22 -0
- package/backend-project/node_modules/depd/Readme.md +280 -0
- package/backend-project/node_modules/depd/index.js +538 -0
- package/backend-project/node_modules/depd/lib/browser/index.js +77 -0
- package/backend-project/node_modules/depd/package.json +45 -0
- package/backend-project/node_modules/dunder-proto/.eslintrc +5 -0
- package/backend-project/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/dunder-proto/.nycrc +13 -0
- package/backend-project/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/backend-project/node_modules/dunder-proto/LICENSE +21 -0
- package/backend-project/node_modules/dunder-proto/README.md +54 -0
- package/backend-project/node_modules/dunder-proto/get.d.ts +5 -0
- package/backend-project/node_modules/dunder-proto/get.js +30 -0
- package/backend-project/node_modules/dunder-proto/package.json +76 -0
- package/backend-project/node_modules/dunder-proto/set.d.ts +5 -0
- package/backend-project/node_modules/dunder-proto/set.js +35 -0
- package/backend-project/node_modules/dunder-proto/test/get.js +34 -0
- package/backend-project/node_modules/dunder-proto/test/index.js +4 -0
- package/backend-project/node_modules/dunder-proto/test/set.js +50 -0
- package/backend-project/node_modules/dunder-proto/tsconfig.json +9 -0
- package/backend-project/node_modules/ee-first/LICENSE +22 -0
- package/backend-project/node_modules/ee-first/README.md +80 -0
- package/backend-project/node_modules/ee-first/index.js +95 -0
- package/backend-project/node_modules/ee-first/package.json +29 -0
- package/backend-project/node_modules/encodeurl/LICENSE +22 -0
- package/backend-project/node_modules/encodeurl/README.md +109 -0
- package/backend-project/node_modules/encodeurl/index.js +60 -0
- package/backend-project/node_modules/encodeurl/package.json +40 -0
- package/backend-project/node_modules/es-define-property/.eslintrc +13 -0
- package/backend-project/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/es-define-property/.nycrc +9 -0
- package/backend-project/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/backend-project/node_modules/es-define-property/LICENSE +21 -0
- package/backend-project/node_modules/es-define-property/README.md +49 -0
- package/backend-project/node_modules/es-define-property/index.d.ts +3 -0
- package/backend-project/node_modules/es-define-property/index.js +14 -0
- package/backend-project/node_modules/es-define-property/package.json +81 -0
- package/backend-project/node_modules/es-define-property/test/index.js +56 -0
- package/backend-project/node_modules/es-define-property/tsconfig.json +10 -0
- package/backend-project/node_modules/es-errors/.eslintrc +5 -0
- package/backend-project/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/es-errors/CHANGELOG.md +40 -0
- package/backend-project/node_modules/es-errors/LICENSE +21 -0
- package/backend-project/node_modules/es-errors/README.md +55 -0
- package/backend-project/node_modules/es-errors/eval.d.ts +3 -0
- package/backend-project/node_modules/es-errors/eval.js +4 -0
- package/backend-project/node_modules/es-errors/index.d.ts +3 -0
- package/backend-project/node_modules/es-errors/index.js +4 -0
- package/backend-project/node_modules/es-errors/package.json +80 -0
- package/backend-project/node_modules/es-errors/range.d.ts +3 -0
- package/backend-project/node_modules/es-errors/range.js +4 -0
- package/backend-project/node_modules/es-errors/ref.d.ts +3 -0
- package/backend-project/node_modules/es-errors/ref.js +4 -0
- package/backend-project/node_modules/es-errors/syntax.d.ts +3 -0
- package/backend-project/node_modules/es-errors/syntax.js +4 -0
- package/backend-project/node_modules/es-errors/test/index.js +19 -0
- package/backend-project/node_modules/es-errors/tsconfig.json +49 -0
- package/backend-project/node_modules/es-errors/type.d.ts +3 -0
- package/backend-project/node_modules/es-errors/type.js +4 -0
- package/backend-project/node_modules/es-errors/uri.d.ts +3 -0
- package/backend-project/node_modules/es-errors/uri.js +4 -0
- package/backend-project/node_modules/es-object-atoms/.eslintrc +16 -0
- package/backend-project/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/es-object-atoms/CHANGELOG.md +44 -0
- package/backend-project/node_modules/es-object-atoms/LICENSE +21 -0
- package/backend-project/node_modules/es-object-atoms/README.md +63 -0
- package/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/backend-project/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/backend-project/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/backend-project/node_modules/es-object-atoms/ToObject.js +10 -0
- package/backend-project/node_modules/es-object-atoms/index.d.ts +3 -0
- package/backend-project/node_modules/es-object-atoms/index.js +4 -0
- package/backend-project/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/backend-project/node_modules/es-object-atoms/isObject.js +6 -0
- package/backend-project/node_modules/es-object-atoms/package.json +79 -0
- package/backend-project/node_modules/es-object-atoms/test/index.js +38 -0
- package/backend-project/node_modules/es-object-atoms/tsconfig.json +7 -0
- package/backend-project/node_modules/escape-html/LICENSE +24 -0
- package/backend-project/node_modules/escape-html/Readme.md +43 -0
- package/backend-project/node_modules/escape-html/index.js +78 -0
- package/backend-project/node_modules/escape-html/package.json +24 -0
- package/backend-project/node_modules/etag/HISTORY.md +83 -0
- package/backend-project/node_modules/etag/LICENSE +22 -0
- package/backend-project/node_modules/etag/README.md +159 -0
- package/backend-project/node_modules/etag/index.js +131 -0
- package/backend-project/node_modules/etag/package.json +47 -0
- package/backend-project/node_modules/express/LICENSE +24 -0
- package/backend-project/node_modules/express/Readme.md +276 -0
- package/backend-project/node_modules/express/index.js +11 -0
- package/backend-project/node_modules/express/lib/application.js +631 -0
- package/backend-project/node_modules/express/lib/express.js +81 -0
- package/backend-project/node_modules/express/lib/request.js +514 -0
- package/backend-project/node_modules/express/lib/response.js +1053 -0
- package/backend-project/node_modules/express/lib/utils.js +271 -0
- package/backend-project/node_modules/express/lib/view.js +205 -0
- package/backend-project/node_modules/express/package.json +99 -0
- package/backend-project/node_modules/express-session/LICENSE +24 -0
- package/backend-project/node_modules/express-session/README.md +1061 -0
- package/backend-project/node_modules/express-session/index.js +700 -0
- package/backend-project/node_modules/express-session/node_modules/cookie-signature/History.md +42 -0
- package/backend-project/node_modules/express-session/node_modules/cookie-signature/Readme.md +42 -0
- package/backend-project/node_modules/express-session/node_modules/cookie-signature/index.js +51 -0
- package/backend-project/node_modules/express-session/node_modules/cookie-signature/package.json +18 -0
- package/backend-project/node_modules/express-session/node_modules/debug/.coveralls.yml +1 -0
- package/backend-project/node_modules/express-session/node_modules/debug/.eslintrc +11 -0
- package/backend-project/node_modules/express-session/node_modules/debug/.travis.yml +14 -0
- package/backend-project/node_modules/express-session/node_modules/debug/CHANGELOG.md +362 -0
- package/backend-project/node_modules/express-session/node_modules/debug/LICENSE +19 -0
- package/backend-project/node_modules/express-session/node_modules/debug/Makefile +50 -0
- package/backend-project/node_modules/express-session/node_modules/debug/README.md +312 -0
- package/backend-project/node_modules/express-session/node_modules/debug/component.json +19 -0
- package/backend-project/node_modules/express-session/node_modules/debug/karma.conf.js +70 -0
- package/backend-project/node_modules/express-session/node_modules/debug/node.js +1 -0
- package/backend-project/node_modules/express-session/node_modules/debug/package.json +49 -0
- package/backend-project/node_modules/express-session/node_modules/debug/src/browser.js +185 -0
- package/backend-project/node_modules/express-session/node_modules/debug/src/debug.js +202 -0
- package/backend-project/node_modules/express-session/node_modules/debug/src/index.js +10 -0
- package/backend-project/node_modules/express-session/node_modules/debug/src/inspector-log.js +15 -0
- package/backend-project/node_modules/express-session/node_modules/debug/src/node.js +248 -0
- package/backend-project/node_modules/express-session/node_modules/ms/index.js +152 -0
- package/backend-project/node_modules/express-session/node_modules/ms/license.md +21 -0
- package/backend-project/node_modules/express-session/node_modules/ms/package.json +37 -0
- package/backend-project/node_modules/express-session/node_modules/ms/readme.md +51 -0
- package/backend-project/node_modules/express-session/package.json +50 -0
- package/backend-project/node_modules/express-session/session/cookie.js +152 -0
- package/backend-project/node_modules/express-session/session/memory.js +187 -0
- package/backend-project/node_modules/express-session/session/session.js +143 -0
- package/backend-project/node_modules/express-session/session/store.js +102 -0
- package/backend-project/node_modules/fill-range/LICENSE +21 -0
- package/backend-project/node_modules/fill-range/README.md +237 -0
- package/backend-project/node_modules/fill-range/index.js +248 -0
- package/backend-project/node_modules/fill-range/package.json +74 -0
- package/backend-project/node_modules/finalhandler/HISTORY.md +239 -0
- package/backend-project/node_modules/finalhandler/LICENSE +22 -0
- package/backend-project/node_modules/finalhandler/README.md +150 -0
- package/backend-project/node_modules/finalhandler/index.js +293 -0
- package/backend-project/node_modules/finalhandler/package.json +47 -0
- package/backend-project/node_modules/forwarded/HISTORY.md +21 -0
- package/backend-project/node_modules/forwarded/LICENSE +22 -0
- package/backend-project/node_modules/forwarded/README.md +57 -0
- package/backend-project/node_modules/forwarded/index.js +90 -0
- package/backend-project/node_modules/forwarded/package.json +45 -0
- package/backend-project/node_modules/fresh/HISTORY.md +80 -0
- package/backend-project/node_modules/fresh/LICENSE +23 -0
- package/backend-project/node_modules/fresh/README.md +117 -0
- package/backend-project/node_modules/fresh/index.js +136 -0
- package/backend-project/node_modules/fresh/package.json +46 -0
- package/backend-project/node_modules/function-bind/.eslintrc +21 -0
- package/backend-project/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/backend-project/node_modules/function-bind/.nycrc +13 -0
- package/backend-project/node_modules/function-bind/CHANGELOG.md +136 -0
- package/backend-project/node_modules/function-bind/LICENSE +20 -0
- package/backend-project/node_modules/function-bind/README.md +46 -0
- package/backend-project/node_modules/function-bind/implementation.js +84 -0
- package/backend-project/node_modules/function-bind/index.js +5 -0
- package/backend-project/node_modules/function-bind/package.json +87 -0
- package/backend-project/node_modules/function-bind/test/.eslintrc +9 -0
- package/backend-project/node_modules/function-bind/test/index.js +252 -0
- package/backend-project/node_modules/generate-function/.travis.yml +3 -0
- package/backend-project/node_modules/generate-function/LICENSE +21 -0
- package/backend-project/node_modules/generate-function/README.md +89 -0
- package/backend-project/node_modules/generate-function/example.js +27 -0
- package/backend-project/node_modules/generate-function/index.js +181 -0
- package/backend-project/node_modules/generate-function/package.json +32 -0
- package/backend-project/node_modules/generate-function/test.js +49 -0
- package/backend-project/node_modules/get-intrinsic/.eslintrc +42 -0
- package/backend-project/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/get-intrinsic/.nycrc +9 -0
- package/backend-project/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/backend-project/node_modules/get-intrinsic/LICENSE +21 -0
- package/backend-project/node_modules/get-intrinsic/README.md +71 -0
- package/backend-project/node_modules/get-intrinsic/index.js +378 -0
- package/backend-project/node_modules/get-intrinsic/package.json +97 -0
- package/backend-project/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/backend-project/node_modules/get-proto/.eslintrc +10 -0
- package/backend-project/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/get-proto/.nycrc +9 -0
- package/backend-project/node_modules/get-proto/CHANGELOG.md +21 -0
- package/backend-project/node_modules/get-proto/LICENSE +21 -0
- package/backend-project/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/backend-project/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/backend-project/node_modules/get-proto/README.md +50 -0
- package/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/backend-project/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/backend-project/node_modules/get-proto/index.d.ts +5 -0
- package/backend-project/node_modules/get-proto/index.js +27 -0
- package/backend-project/node_modules/get-proto/package.json +81 -0
- package/backend-project/node_modules/get-proto/test/index.js +68 -0
- package/backend-project/node_modules/get-proto/tsconfig.json +9 -0
- package/backend-project/node_modules/glob-parent/CHANGELOG.md +110 -0
- package/backend-project/node_modules/glob-parent/LICENSE +15 -0
- package/backend-project/node_modules/glob-parent/README.md +137 -0
- package/backend-project/node_modules/glob-parent/index.js +42 -0
- package/backend-project/node_modules/glob-parent/package.json +48 -0
- package/backend-project/node_modules/gopd/.eslintrc +16 -0
- package/backend-project/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/gopd/CHANGELOG.md +45 -0
- package/backend-project/node_modules/gopd/LICENSE +21 -0
- package/backend-project/node_modules/gopd/README.md +40 -0
- package/backend-project/node_modules/gopd/gOPD.d.ts +1 -0
- package/backend-project/node_modules/gopd/gOPD.js +4 -0
- package/backend-project/node_modules/gopd/index.d.ts +5 -0
- package/backend-project/node_modules/gopd/index.js +15 -0
- package/backend-project/node_modules/gopd/package.json +77 -0
- package/backend-project/node_modules/gopd/test/index.js +36 -0
- package/backend-project/node_modules/gopd/tsconfig.json +9 -0
- package/backend-project/node_modules/has-flag/index.js +8 -0
- package/backend-project/node_modules/has-flag/license +9 -0
- package/backend-project/node_modules/has-flag/package.json +44 -0
- package/backend-project/node_modules/has-flag/readme.md +70 -0
- package/backend-project/node_modules/has-symbols/.eslintrc +11 -0
- package/backend-project/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/has-symbols/.nycrc +9 -0
- package/backend-project/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/backend-project/node_modules/has-symbols/LICENSE +21 -0
- package/backend-project/node_modules/has-symbols/README.md +46 -0
- package/backend-project/node_modules/has-symbols/index.d.ts +3 -0
- package/backend-project/node_modules/has-symbols/index.js +14 -0
- package/backend-project/node_modules/has-symbols/package.json +111 -0
- package/backend-project/node_modules/has-symbols/shams.d.ts +3 -0
- package/backend-project/node_modules/has-symbols/shams.js +45 -0
- package/backend-project/node_modules/has-symbols/test/index.js +22 -0
- package/backend-project/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/backend-project/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/backend-project/node_modules/has-symbols/test/tests.js +58 -0
- package/backend-project/node_modules/has-symbols/tsconfig.json +10 -0
- package/backend-project/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/hasown/.nycrc +13 -0
- package/backend-project/node_modules/hasown/CHANGELOG.md +51 -0
- package/backend-project/node_modules/hasown/LICENSE +21 -0
- package/backend-project/node_modules/hasown/README.md +40 -0
- package/backend-project/node_modules/hasown/eslint.config.mjs +6 -0
- package/backend-project/node_modules/hasown/index.d.ts +4 -0
- package/backend-project/node_modules/hasown/index.js +8 -0
- package/backend-project/node_modules/hasown/package.json +92 -0
- package/backend-project/node_modules/hasown/tsconfig.json +6 -0
- package/backend-project/node_modules/http-errors/HISTORY.md +186 -0
- package/backend-project/node_modules/http-errors/LICENSE +23 -0
- package/backend-project/node_modules/http-errors/README.md +169 -0
- package/backend-project/node_modules/http-errors/index.js +290 -0
- package/backend-project/node_modules/http-errors/package.json +54 -0
- package/backend-project/node_modules/iconv-lite/LICENSE +21 -0
- package/backend-project/node_modules/iconv-lite/README.md +138 -0
- package/backend-project/node_modules/iconv-lite/encodings/dbcs-codec.js +532 -0
- package/backend-project/node_modules/iconv-lite/encodings/dbcs-data.js +185 -0
- package/backend-project/node_modules/iconv-lite/encodings/index.js +23 -0
- package/backend-project/node_modules/iconv-lite/encodings/internal.js +218 -0
- package/backend-project/node_modules/iconv-lite/encodings/sbcs-codec.js +75 -0
- package/backend-project/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/backend-project/node_modules/iconv-lite/encodings/sbcs-data.js +178 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/backend-project/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/backend-project/node_modules/iconv-lite/encodings/utf16.js +187 -0
- package/backend-project/node_modules/iconv-lite/encodings/utf32.js +307 -0
- package/backend-project/node_modules/iconv-lite/encodings/utf7.js +283 -0
- package/backend-project/node_modules/iconv-lite/lib/bom-handling.js +48 -0
- package/backend-project/node_modules/iconv-lite/lib/helpers/merge-exports.js +13 -0
- package/backend-project/node_modules/iconv-lite/lib/index.d.ts +129 -0
- package/backend-project/node_modules/iconv-lite/lib/index.js +182 -0
- package/backend-project/node_modules/iconv-lite/lib/streams.js +105 -0
- package/backend-project/node_modules/iconv-lite/package.json +70 -0
- package/backend-project/node_modules/iconv-lite/types/encodings.d.ts +423 -0
- package/backend-project/node_modules/ignore-by-default/LICENSE +14 -0
- package/backend-project/node_modules/ignore-by-default/README.md +26 -0
- package/backend-project/node_modules/ignore-by-default/index.js +12 -0
- package/backend-project/node_modules/ignore-by-default/package.json +34 -0
- package/backend-project/node_modules/inherits/LICENSE +16 -0
- package/backend-project/node_modules/inherits/README.md +42 -0
- package/backend-project/node_modules/inherits/inherits.js +9 -0
- package/backend-project/node_modules/inherits/inherits_browser.js +27 -0
- package/backend-project/node_modules/inherits/package.json +29 -0
- package/backend-project/node_modules/ipaddr.js/LICENSE +19 -0
- package/backend-project/node_modules/ipaddr.js/README.md +233 -0
- package/backend-project/node_modules/ipaddr.js/ipaddr.min.js +1 -0
- package/backend-project/node_modules/ipaddr.js/lib/ipaddr.js +673 -0
- package/backend-project/node_modules/ipaddr.js/lib/ipaddr.js.d.ts +68 -0
- package/backend-project/node_modules/ipaddr.js/package.json +35 -0
- package/backend-project/node_modules/is-binary-path/index.d.ts +17 -0
- package/backend-project/node_modules/is-binary-path/index.js +7 -0
- package/backend-project/node_modules/is-binary-path/license +9 -0
- package/backend-project/node_modules/is-binary-path/package.json +40 -0
- package/backend-project/node_modules/is-binary-path/readme.md +34 -0
- package/backend-project/node_modules/is-extglob/LICENSE +21 -0
- package/backend-project/node_modules/is-extglob/README.md +107 -0
- package/backend-project/node_modules/is-extglob/index.js +20 -0
- package/backend-project/node_modules/is-extglob/package.json +69 -0
- package/backend-project/node_modules/is-glob/LICENSE +21 -0
- package/backend-project/node_modules/is-glob/README.md +206 -0
- package/backend-project/node_modules/is-glob/index.js +150 -0
- package/backend-project/node_modules/is-glob/package.json +81 -0
- package/backend-project/node_modules/is-number/LICENSE +21 -0
- package/backend-project/node_modules/is-number/README.md +187 -0
- package/backend-project/node_modules/is-number/index.js +18 -0
- package/backend-project/node_modules/is-number/package.json +82 -0
- package/backend-project/node_modules/is-promise/LICENSE +19 -0
- package/backend-project/node_modules/is-promise/index.d.ts +2 -0
- package/backend-project/node_modules/is-promise/index.js +6 -0
- package/backend-project/node_modules/is-promise/index.mjs +3 -0
- package/backend-project/node_modules/is-promise/package.json +30 -0
- package/backend-project/node_modules/is-promise/readme.md +33 -0
- package/backend-project/node_modules/is-property/LICENSE +22 -0
- package/backend-project/node_modules/is-property/README.md +28 -0
- package/backend-project/node_modules/is-property/is-property.js +5 -0
- package/backend-project/node_modules/is-property/package.json +36 -0
- package/backend-project/node_modules/long/LICENSE +202 -0
- package/backend-project/node_modules/long/README.md +286 -0
- package/backend-project/node_modules/long/index.d.ts +2 -0
- package/backend-project/node_modules/long/index.js +1581 -0
- package/backend-project/node_modules/long/package.json +58 -0
- package/backend-project/node_modules/long/types.d.ts +474 -0
- package/backend-project/node_modules/long/umd/index.d.ts +3 -0
- package/backend-project/node_modules/long/umd/index.js +1622 -0
- package/backend-project/node_modules/long/umd/package.json +3 -0
- package/backend-project/node_modules/long/umd/types.d.ts +474 -0
- package/backend-project/node_modules/lru.min/LICENSE +21 -0
- package/backend-project/node_modules/lru.min/README.md +392 -0
- package/backend-project/node_modules/lru.min/browser/lru.min.js +1 -0
- package/backend-project/node_modules/lru.min/lib/index.d.ts +38 -0
- package/backend-project/node_modules/lru.min/lib/index.js +248 -0
- package/backend-project/node_modules/lru.min/lib/index.mjs +227 -0
- package/backend-project/node_modules/lru.min/package.json +87 -0
- package/backend-project/node_modules/math-intrinsics/.eslintrc +16 -0
- package/backend-project/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/backend-project/node_modules/math-intrinsics/LICENSE +21 -0
- package/backend-project/node_modules/math-intrinsics/README.md +50 -0
- package/backend-project/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/backend-project/node_modules/math-intrinsics/abs.js +4 -0
- package/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/backend-project/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/backend-project/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/backend-project/node_modules/math-intrinsics/floor.js +4 -0
- package/backend-project/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/isFinite.js +12 -0
- package/backend-project/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/isInteger.js +16 -0
- package/backend-project/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/backend-project/node_modules/math-intrinsics/isNaN.js +6 -0
- package/backend-project/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/backend-project/node_modules/math-intrinsics/max.d.ts +1 -0
- package/backend-project/node_modules/math-intrinsics/max.js +4 -0
- package/backend-project/node_modules/math-intrinsics/min.d.ts +1 -0
- package/backend-project/node_modules/math-intrinsics/min.js +4 -0
- package/backend-project/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/mod.js +9 -0
- package/backend-project/node_modules/math-intrinsics/package.json +86 -0
- package/backend-project/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/backend-project/node_modules/math-intrinsics/pow.js +4 -0
- package/backend-project/node_modules/math-intrinsics/round.d.ts +1 -0
- package/backend-project/node_modules/math-intrinsics/round.js +4 -0
- package/backend-project/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/backend-project/node_modules/math-intrinsics/sign.js +11 -0
- package/backend-project/node_modules/math-intrinsics/test/index.js +192 -0
- package/backend-project/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/backend-project/node_modules/media-typer/HISTORY.md +50 -0
- package/backend-project/node_modules/media-typer/LICENSE +22 -0
- package/backend-project/node_modules/media-typer/README.md +93 -0
- package/backend-project/node_modules/media-typer/index.js +143 -0
- package/backend-project/node_modules/media-typer/package.json +33 -0
- package/backend-project/node_modules/merge-descriptors/index.d.ts +11 -0
- package/backend-project/node_modules/merge-descriptors/index.js +26 -0
- package/backend-project/node_modules/merge-descriptors/license +11 -0
- package/backend-project/node_modules/merge-descriptors/package.json +50 -0
- package/backend-project/node_modules/merge-descriptors/readme.md +55 -0
- package/backend-project/node_modules/mime-db/HISTORY.md +541 -0
- package/backend-project/node_modules/mime-db/LICENSE +23 -0
- package/backend-project/node_modules/mime-db/README.md +109 -0
- package/backend-project/node_modules/mime-db/db.json +9342 -0
- package/backend-project/node_modules/mime-db/index.js +12 -0
- package/backend-project/node_modules/mime-db/package.json +56 -0
- package/backend-project/node_modules/mime-types/HISTORY.md +428 -0
- package/backend-project/node_modules/mime-types/LICENSE +23 -0
- package/backend-project/node_modules/mime-types/README.md +126 -0
- package/backend-project/node_modules/mime-types/index.js +211 -0
- package/backend-project/node_modules/mime-types/mimeScore.js +57 -0
- package/backend-project/node_modules/mime-types/package.json +49 -0
- package/backend-project/node_modules/minimatch/LICENSE.md +55 -0
- package/backend-project/node_modules/minimatch/README.md +528 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts +2 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/assert-valid-pattern.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/ast.d.ts +22 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/ast.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/ast.js +845 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/ast.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts +8 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/brace-expressions.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/brace-expressions.js +150 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/brace-expressions.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/escape.d.ts +15 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/escape.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/escape.js +30 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/escape.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/index.d.ts +174 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/index.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/index.js +1127 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/index.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/unescape.d.ts +22 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/unescape.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/unescape.js +38 -0
- package/backend-project/node_modules/minimatch/dist/commonjs/unescape.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts +2 -0
- package/backend-project/node_modules/minimatch/dist/esm/assert-valid-pattern.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/backend-project/node_modules/minimatch/dist/esm/assert-valid-pattern.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/ast.d.ts +22 -0
- package/backend-project/node_modules/minimatch/dist/esm/ast.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/ast.js +841 -0
- package/backend-project/node_modules/minimatch/dist/esm/ast.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/brace-expressions.d.ts +8 -0
- package/backend-project/node_modules/minimatch/dist/esm/brace-expressions.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/brace-expressions.js +146 -0
- package/backend-project/node_modules/minimatch/dist/esm/brace-expressions.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/escape.d.ts +15 -0
- package/backend-project/node_modules/minimatch/dist/esm/escape.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/escape.js +26 -0
- package/backend-project/node_modules/minimatch/dist/esm/escape.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/index.d.ts +174 -0
- package/backend-project/node_modules/minimatch/dist/esm/index.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/index.js +1114 -0
- package/backend-project/node_modules/minimatch/dist/esm/index.js.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/package.json +3 -0
- package/backend-project/node_modules/minimatch/dist/esm/unescape.d.ts +22 -0
- package/backend-project/node_modules/minimatch/dist/esm/unescape.d.ts.map +1 -0
- package/backend-project/node_modules/minimatch/dist/esm/unescape.js +34 -0
- package/backend-project/node_modules/minimatch/dist/esm/unescape.js.map +1 -0
- package/backend-project/node_modules/minimatch/package.json +73 -0
- package/backend-project/node_modules/ms/index.js +162 -0
- package/backend-project/node_modules/ms/license.md +21 -0
- package/backend-project/node_modules/ms/package.json +38 -0
- package/backend-project/node_modules/ms/readme.md +59 -0
- package/backend-project/node_modules/mysql2/License +19 -0
- package/backend-project/node_modules/mysql2/README.md +114 -0
- package/backend-project/node_modules/mysql2/index.d.ts +1 -0
- package/backend-project/node_modules/mysql2/index.js +77 -0
- package/backend-project/node_modules/mysql2/lib/auth_41.js +95 -0
- package/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.js +115 -0
- package/backend-project/node_modules/mysql2/lib/auth_plugins/caching_sha2_password.md +18 -0
- package/backend-project/node_modules/mysql2/lib/auth_plugins/index.js +8 -0
- package/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_clear_password.js +17 -0
- package/backend-project/node_modules/mysql2/lib/auth_plugins/mysql_native_password.js +34 -0
- package/backend-project/node_modules/mysql2/lib/auth_plugins/sha256_password.js +74 -0
- package/backend-project/node_modules/mysql2/lib/base/connection.js +1139 -0
- package/backend-project/node_modules/mysql2/lib/base/pool.js +347 -0
- package/backend-project/node_modules/mysql2/lib/commands/auth_switch.js +151 -0
- package/backend-project/node_modules/mysql2/lib/commands/binlog_dump.js +109 -0
- package/backend-project/node_modules/mysql2/lib/commands/change_user.js +68 -0
- package/backend-project/node_modules/mysql2/lib/commands/client_handshake.js +386 -0
- package/backend-project/node_modules/mysql2/lib/commands/close_statement.js +18 -0
- package/backend-project/node_modules/mysql2/lib/commands/command.js +54 -0
- package/backend-project/node_modules/mysql2/lib/commands/execute.js +116 -0
- package/backend-project/node_modules/mysql2/lib/commands/index.js +29 -0
- package/backend-project/node_modules/mysql2/lib/commands/ping.js +36 -0
- package/backend-project/node_modules/mysql2/lib/commands/prepare.js +143 -0
- package/backend-project/node_modules/mysql2/lib/commands/query.js +365 -0
- package/backend-project/node_modules/mysql2/lib/commands/quit.js +29 -0
- package/backend-project/node_modules/mysql2/lib/commands/register_slave.js +27 -0
- package/backend-project/node_modules/mysql2/lib/commands/reset_connection.js +29 -0
- package/backend-project/node_modules/mysql2/lib/commands/server_handshake.js +205 -0
- package/backend-project/node_modules/mysql2/lib/compressed_protocol.js +153 -0
- package/backend-project/node_modules/mysql2/lib/connection.js +12 -0
- package/backend-project/node_modules/mysql2/lib/connection_config.js +300 -0
- package/backend-project/node_modules/mysql2/lib/constants/charset_encodings.js +317 -0
- package/backend-project/node_modules/mysql2/lib/constants/charsets.js +317 -0
- package/backend-project/node_modules/mysql2/lib/constants/client.js +39 -0
- package/backend-project/node_modules/mysql2/lib/constants/commands.js +37 -0
- package/backend-project/node_modules/mysql2/lib/constants/cursor.js +9 -0
- package/backend-project/node_modules/mysql2/lib/constants/encoding_charset.js +50 -0
- package/backend-project/node_modules/mysql2/lib/constants/errors.js +3973 -0
- package/backend-project/node_modules/mysql2/lib/constants/field_flags.js +20 -0
- package/backend-project/node_modules/mysql2/lib/constants/server_status.js +44 -0
- package/backend-project/node_modules/mysql2/lib/constants/session_track.js +11 -0
- package/backend-project/node_modules/mysql2/lib/constants/ssl_profiles.js +11 -0
- package/backend-project/node_modules/mysql2/lib/constants/types.js +64 -0
- package/backend-project/node_modules/mysql2/lib/create_connection.js +10 -0
- package/backend-project/node_modules/mysql2/lib/create_pool.js +10 -0
- package/backend-project/node_modules/mysql2/lib/create_pool_cluster.js +9 -0
- package/backend-project/node_modules/mysql2/lib/helpers.js +83 -0
- package/backend-project/node_modules/mysql2/lib/packet_parser.js +195 -0
- package/backend-project/node_modules/mysql2/lib/packets/auth_next_factor.js +35 -0
- package/backend-project/node_modules/mysql2/lib/packets/auth_switch_request.js +38 -0
- package/backend-project/node_modules/mysql2/lib/packets/auth_switch_request_more_data.js +33 -0
- package/backend-project/node_modules/mysql2/lib/packets/auth_switch_response.js +30 -0
- package/backend-project/node_modules/mysql2/lib/packets/binary_row.js +95 -0
- package/backend-project/node_modules/mysql2/lib/packets/binlog_dump.js +33 -0
- package/backend-project/node_modules/mysql2/lib/packets/binlog_query_statusvars.js +115 -0
- package/backend-project/node_modules/mysql2/lib/packets/change_user.js +97 -0
- package/backend-project/node_modules/mysql2/lib/packets/close_statement.js +21 -0
- package/backend-project/node_modules/mysql2/lib/packets/column_definition.js +291 -0
- package/backend-project/node_modules/mysql2/lib/packets/encode_parameter.js +69 -0
- package/backend-project/node_modules/mysql2/lib/packets/execute.js +177 -0
- package/backend-project/node_modules/mysql2/lib/packets/handshake.js +112 -0
- package/backend-project/node_modules/mysql2/lib/packets/handshake_response.js +173 -0
- package/backend-project/node_modules/mysql2/lib/packets/index.js +154 -0
- package/backend-project/node_modules/mysql2/lib/packets/packet.js +978 -0
- package/backend-project/node_modules/mysql2/lib/packets/prepare_statement.js +27 -0
- package/backend-project/node_modules/mysql2/lib/packets/prepared_statement_header.js +16 -0
- package/backend-project/node_modules/mysql2/lib/packets/query.js +102 -0
- package/backend-project/node_modules/mysql2/lib/packets/register_slave.js +46 -0
- package/backend-project/node_modules/mysql2/lib/packets/reset_connection.js +17 -0
- package/backend-project/node_modules/mysql2/lib/packets/resultset_header.js +124 -0
- package/backend-project/node_modules/mysql2/lib/packets/ssl_request.js +25 -0
- package/backend-project/node_modules/mysql2/lib/packets/text_row.js +47 -0
- package/backend-project/node_modules/mysql2/lib/parsers/binary_parser.js +235 -0
- package/backend-project/node_modules/mysql2/lib/parsers/parser_cache.js +68 -0
- package/backend-project/node_modules/mysql2/lib/parsers/static_binary_parser.js +213 -0
- package/backend-project/node_modules/mysql2/lib/parsers/static_text_parser.js +152 -0
- package/backend-project/node_modules/mysql2/lib/parsers/string.js +50 -0
- package/backend-project/node_modules/mysql2/lib/parsers/text_parser.js +214 -0
- package/backend-project/node_modules/mysql2/lib/pool.js +12 -0
- package/backend-project/node_modules/mysql2/lib/pool_cluster.js +375 -0
- package/backend-project/node_modules/mysql2/lib/pool_config.js +34 -0
- package/backend-project/node_modules/mysql2/lib/pool_connection.js +81 -0
- package/backend-project/node_modules/mysql2/lib/promise/capture_local_err.js +25 -0
- package/backend-project/node_modules/mysql2/lib/promise/connection.js +237 -0
- package/backend-project/node_modules/mysql2/lib/promise/inherit_events.js +27 -0
- package/backend-project/node_modules/mysql2/lib/promise/make_done_cb.js +16 -0
- package/backend-project/node_modules/mysql2/lib/promise/pool.js +118 -0
- package/backend-project/node_modules/mysql2/lib/promise/pool_cluster.js +59 -0
- package/backend-project/node_modules/mysql2/lib/promise/pool_connection.js +19 -0
- package/backend-project/node_modules/mysql2/lib/promise/prepared_statement_info.js +35 -0
- package/backend-project/node_modules/mysql2/lib/results_stream.js +38 -0
- package/backend-project/node_modules/mysql2/lib/server.js +37 -0
- package/backend-project/node_modules/mysql2/lib/tracing.js +81 -0
- package/backend-project/node_modules/mysql2/package.json +95 -0
- package/backend-project/node_modules/mysql2/promise.d.ts +141 -0
- package/backend-project/node_modules/mysql2/promise.js +209 -0
- package/backend-project/node_modules/mysql2/typings/mysql/LICENSE.txt +15 -0
- package/backend-project/node_modules/mysql2/typings/mysql/index.d.ts +93 -0
- package/backend-project/node_modules/mysql2/typings/mysql/info.txt +1 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/Auth.d.ts +30 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/Connection.d.ts +456 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/Pool.d.ts +78 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/PoolCluster.d.ts +92 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/PoolConnection.d.ts +11 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/Server.d.ts +11 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/Tracing.d.ts +71 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/constants/CharsetToEncoding.d.ts +8 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Charsets.d.ts +326 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/constants/Types.d.ts +70 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/constants/index.d.ts +5 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/ParserCache.d.ts +4 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/index.d.ts +18 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/parsers/typeCast.d.ts +54 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/Field.d.ts +10 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/FieldPacket.d.ts +27 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/OkPacket.d.ts +23 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ProcedurePacket.d.ts +13 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/ResultSetHeader.d.ts +18 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/RowDataPacket.d.ts +9 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/index.d.ts +28 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/ErrorPacketParams.d.ts +6 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/packets/params/OkPacketParams.d.ts +9 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/ExecutableBase.d.ts +41 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Prepare.d.ts +65 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Query.d.ts +235 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/QueryableBase.d.ts +41 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/Sequence.d.ts +5 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/ExecutableBase.d.ts +17 -0
- package/backend-project/node_modules/mysql2/typings/mysql/lib/protocol/sequences/promise/QueryableBase.d.ts +18 -0
- package/backend-project/node_modules/named-placeholders/LICENSE +21 -0
- package/backend-project/node_modules/named-placeholders/README.md +27 -0
- package/backend-project/node_modules/named-placeholders/index.js +179 -0
- package/backend-project/node_modules/named-placeholders/package.json +36 -0
- package/backend-project/node_modules/negotiator/HISTORY.md +114 -0
- package/backend-project/node_modules/negotiator/LICENSE +24 -0
- package/backend-project/node_modules/negotiator/README.md +212 -0
- package/backend-project/node_modules/negotiator/index.js +83 -0
- package/backend-project/node_modules/negotiator/lib/charset.js +169 -0
- package/backend-project/node_modules/negotiator/lib/encoding.js +205 -0
- package/backend-project/node_modules/negotiator/lib/language.js +179 -0
- package/backend-project/node_modules/negotiator/lib/mediaType.js +294 -0
- package/backend-project/node_modules/negotiator/package.json +43 -0
- package/backend-project/node_modules/nodemon/.prettierrc.json +3 -0
- package/backend-project/node_modules/nodemon/LICENSE +21 -0
- package/backend-project/node_modules/nodemon/README.md +439 -0
- package/backend-project/node_modules/nodemon/bin/nodemon.js +16 -0
- package/backend-project/node_modules/nodemon/bin/windows-kill.exe +0 -0
- package/backend-project/node_modules/nodemon/doc/cli/authors.txt +8 -0
- package/backend-project/node_modules/nodemon/doc/cli/config.txt +44 -0
- package/backend-project/node_modules/nodemon/doc/cli/help.txt +29 -0
- package/backend-project/node_modules/nodemon/doc/cli/logo.txt +20 -0
- package/backend-project/node_modules/nodemon/doc/cli/options.txt +36 -0
- package/backend-project/node_modules/nodemon/doc/cli/topics.txt +8 -0
- package/backend-project/node_modules/nodemon/doc/cli/usage.txt +3 -0
- package/backend-project/node_modules/nodemon/doc/cli/whoami.txt +9 -0
- package/backend-project/node_modules/nodemon/index.d.ts +124 -0
- package/backend-project/node_modules/nodemon/jsconfig.json +7 -0
- package/backend-project/node_modules/nodemon/lib/cli/index.js +49 -0
- package/backend-project/node_modules/nodemon/lib/cli/parse.js +230 -0
- package/backend-project/node_modules/nodemon/lib/config/command.js +43 -0
- package/backend-project/node_modules/nodemon/lib/config/defaults.js +34 -0
- package/backend-project/node_modules/nodemon/lib/config/exec.js +240 -0
- package/backend-project/node_modules/nodemon/lib/config/index.js +93 -0
- package/backend-project/node_modules/nodemon/lib/config/load.js +225 -0
- package/backend-project/node_modules/nodemon/lib/help/index.js +27 -0
- package/backend-project/node_modules/nodemon/lib/index.js +1 -0
- package/backend-project/node_modules/nodemon/lib/monitor/index.js +4 -0
- package/backend-project/node_modules/nodemon/lib/monitor/match.js +288 -0
- package/backend-project/node_modules/nodemon/lib/monitor/run.js +562 -0
- package/backend-project/node_modules/nodemon/lib/monitor/signals.js +34 -0
- package/backend-project/node_modules/nodemon/lib/monitor/watch.js +244 -0
- package/backend-project/node_modules/nodemon/lib/nodemon.js +317 -0
- package/backend-project/node_modules/nodemon/lib/rules/add.js +89 -0
- package/backend-project/node_modules/nodemon/lib/rules/index.js +53 -0
- package/backend-project/node_modules/nodemon/lib/rules/parse.js +43 -0
- package/backend-project/node_modules/nodemon/lib/spawn.js +74 -0
- package/backend-project/node_modules/nodemon/lib/utils/bus.js +44 -0
- package/backend-project/node_modules/nodemon/lib/utils/clone.js +40 -0
- package/backend-project/node_modules/nodemon/lib/utils/colour.js +26 -0
- package/backend-project/node_modules/nodemon/lib/utils/index.js +103 -0
- package/backend-project/node_modules/nodemon/lib/utils/log.js +82 -0
- package/backend-project/node_modules/nodemon/lib/utils/merge.js +47 -0
- package/backend-project/node_modules/nodemon/lib/version.js +100 -0
- package/backend-project/node_modules/nodemon/package.json +78 -0
- package/backend-project/node_modules/normalize-path/LICENSE +21 -0
- package/backend-project/node_modules/normalize-path/README.md +127 -0
- package/backend-project/node_modules/normalize-path/index.js +35 -0
- package/backend-project/node_modules/normalize-path/package.json +77 -0
- package/backend-project/node_modules/object-assign/index.js +90 -0
- package/backend-project/node_modules/object-assign/license +21 -0
- package/backend-project/node_modules/object-assign/package.json +42 -0
- package/backend-project/node_modules/object-assign/readme.md +61 -0
- package/backend-project/node_modules/object-inspect/.eslintrc +53 -0
- package/backend-project/node_modules/object-inspect/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/object-inspect/.nycrc +13 -0
- package/backend-project/node_modules/object-inspect/CHANGELOG.md +424 -0
- package/backend-project/node_modules/object-inspect/LICENSE +21 -0
- package/backend-project/node_modules/object-inspect/example/all.js +23 -0
- package/backend-project/node_modules/object-inspect/example/circular.js +6 -0
- package/backend-project/node_modules/object-inspect/example/fn.js +5 -0
- package/backend-project/node_modules/object-inspect/example/inspect.js +10 -0
- package/backend-project/node_modules/object-inspect/index.js +544 -0
- package/backend-project/node_modules/object-inspect/package-support.json +20 -0
- package/backend-project/node_modules/object-inspect/package.json +105 -0
- package/backend-project/node_modules/object-inspect/readme.markdown +84 -0
- package/backend-project/node_modules/object-inspect/test/bigint.js +58 -0
- package/backend-project/node_modules/object-inspect/test/browser/dom.js +15 -0
- package/backend-project/node_modules/object-inspect/test/circular.js +16 -0
- package/backend-project/node_modules/object-inspect/test/deep.js +12 -0
- package/backend-project/node_modules/object-inspect/test/element.js +53 -0
- package/backend-project/node_modules/object-inspect/test/err.js +48 -0
- package/backend-project/node_modules/object-inspect/test/fakes.js +29 -0
- package/backend-project/node_modules/object-inspect/test/fn.js +76 -0
- package/backend-project/node_modules/object-inspect/test/global.js +17 -0
- package/backend-project/node_modules/object-inspect/test/has.js +15 -0
- package/backend-project/node_modules/object-inspect/test/holes.js +15 -0
- package/backend-project/node_modules/object-inspect/test/indent-option.js +271 -0
- package/backend-project/node_modules/object-inspect/test/inspect.js +139 -0
- package/backend-project/node_modules/object-inspect/test/lowbyte.js +12 -0
- package/backend-project/node_modules/object-inspect/test/number.js +58 -0
- package/backend-project/node_modules/object-inspect/test/quoteStyle.js +26 -0
- package/backend-project/node_modules/object-inspect/test/toStringTag.js +40 -0
- package/backend-project/node_modules/object-inspect/test/undef.js +12 -0
- package/backend-project/node_modules/object-inspect/test/values.js +261 -0
- package/backend-project/node_modules/object-inspect/test-core-js.js +26 -0
- package/backend-project/node_modules/object-inspect/util.inspect.js +1 -0
- package/backend-project/node_modules/on-finished/HISTORY.md +98 -0
- package/backend-project/node_modules/on-finished/LICENSE +23 -0
- package/backend-project/node_modules/on-finished/README.md +162 -0
- package/backend-project/node_modules/on-finished/index.js +234 -0
- package/backend-project/node_modules/on-finished/package.json +39 -0
- package/backend-project/node_modules/on-headers/HISTORY.md +26 -0
- package/backend-project/node_modules/on-headers/LICENSE +22 -0
- package/backend-project/node_modules/on-headers/README.md +81 -0
- package/backend-project/node_modules/on-headers/index.js +180 -0
- package/backend-project/node_modules/on-headers/package.json +44 -0
- package/backend-project/node_modules/once/LICENSE +15 -0
- package/backend-project/node_modules/once/README.md +79 -0
- package/backend-project/node_modules/once/once.js +42 -0
- package/backend-project/node_modules/once/package.json +33 -0
- package/backend-project/node_modules/parseurl/HISTORY.md +58 -0
- package/backend-project/node_modules/parseurl/LICENSE +24 -0
- package/backend-project/node_modules/parseurl/README.md +133 -0
- package/backend-project/node_modules/parseurl/index.js +158 -0
- package/backend-project/node_modules/parseurl/package.json +40 -0
- package/backend-project/node_modules/path-to-regexp/LICENSE +21 -0
- package/backend-project/node_modules/path-to-regexp/Readme.md +224 -0
- package/backend-project/node_modules/path-to-regexp/dist/index.d.ts +147 -0
- package/backend-project/node_modules/path-to-regexp/dist/index.js +431 -0
- package/backend-project/node_modules/path-to-regexp/dist/index.js.map +1 -0
- package/backend-project/node_modules/path-to-regexp/package.json +64 -0
- package/backend-project/node_modules/picomatch/LICENSE +21 -0
- package/backend-project/node_modules/picomatch/README.md +716 -0
- package/backend-project/node_modules/picomatch/index.js +3 -0
- package/backend-project/node_modules/picomatch/lib/constants.js +184 -0
- package/backend-project/node_modules/picomatch/lib/parse.js +1392 -0
- package/backend-project/node_modules/picomatch/lib/picomatch.js +342 -0
- package/backend-project/node_modules/picomatch/lib/scan.js +391 -0
- package/backend-project/node_modules/picomatch/lib/utils.js +64 -0
- package/backend-project/node_modules/picomatch/package.json +81 -0
- package/backend-project/node_modules/proxy-addr/HISTORY.md +161 -0
- package/backend-project/node_modules/proxy-addr/LICENSE +22 -0
- package/backend-project/node_modules/proxy-addr/README.md +139 -0
- package/backend-project/node_modules/proxy-addr/index.js +327 -0
- package/backend-project/node_modules/proxy-addr/package.json +47 -0
- package/backend-project/node_modules/pstree.remy/.travis.yml +8 -0
- package/backend-project/node_modules/pstree.remy/LICENSE +7 -0
- package/backend-project/node_modules/pstree.remy/README.md +26 -0
- package/backend-project/node_modules/pstree.remy/lib/index.js +37 -0
- package/backend-project/node_modules/pstree.remy/lib/tree.js +37 -0
- package/backend-project/node_modules/pstree.remy/lib/utils.js +53 -0
- package/backend-project/node_modules/pstree.remy/package.json +33 -0
- package/backend-project/node_modules/pstree.remy/tests/fixtures/index.js +13 -0
- package/backend-project/node_modules/pstree.remy/tests/fixtures/out1 +10 -0
- package/backend-project/node_modules/pstree.remy/tests/fixtures/out2 +29 -0
- package/backend-project/node_modules/pstree.remy/tests/index.test.js +51 -0
- package/backend-project/node_modules/qs/.editorconfig +46 -0
- package/backend-project/node_modules/qs/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/qs/.github/SECURITY.md +11 -0
- package/backend-project/node_modules/qs/.github/THREAT_MODEL.md +78 -0
- package/backend-project/node_modules/qs/.nycrc +13 -0
- package/backend-project/node_modules/qs/CHANGELOG.md +822 -0
- package/backend-project/node_modules/qs/LICENSE.md +29 -0
- package/backend-project/node_modules/qs/README.md +758 -0
- package/backend-project/node_modules/qs/dist/qs.js +141 -0
- package/backend-project/node_modules/qs/eslint.config.mjs +57 -0
- package/backend-project/node_modules/qs/lib/formats.js +23 -0
- package/backend-project/node_modules/qs/lib/index.js +11 -0
- package/backend-project/node_modules/qs/lib/parse.js +403 -0
- package/backend-project/node_modules/qs/lib/stringify.js +363 -0
- package/backend-project/node_modules/qs/lib/utils.js +342 -0
- package/backend-project/node_modules/qs/package.json +94 -0
- package/backend-project/node_modules/qs/test/empty-keys-cases.js +267 -0
- package/backend-project/node_modules/qs/test/parse.js +1703 -0
- package/backend-project/node_modules/qs/test/stringify.js +1448 -0
- package/backend-project/node_modules/qs/test/utils.js +432 -0
- package/backend-project/node_modules/random-bytes/HISTORY.md +4 -0
- package/backend-project/node_modules/random-bytes/LICENSE +21 -0
- package/backend-project/node_modules/random-bytes/README.md +77 -0
- package/backend-project/node_modules/random-bytes/index.js +101 -0
- package/backend-project/node_modules/random-bytes/package.json +36 -0
- package/backend-project/node_modules/range-parser/HISTORY.md +56 -0
- package/backend-project/node_modules/range-parser/LICENSE +23 -0
- package/backend-project/node_modules/range-parser/README.md +84 -0
- package/backend-project/node_modules/range-parser/index.js +162 -0
- package/backend-project/node_modules/range-parser/package.json +44 -0
- package/backend-project/node_modules/raw-body/LICENSE +22 -0
- package/backend-project/node_modules/raw-body/README.md +223 -0
- package/backend-project/node_modules/raw-body/index.d.ts +85 -0
- package/backend-project/node_modules/raw-body/index.js +336 -0
- package/backend-project/node_modules/raw-body/package.json +46 -0
- package/backend-project/node_modules/readdirp/LICENSE +21 -0
- package/backend-project/node_modules/readdirp/README.md +122 -0
- package/backend-project/node_modules/readdirp/index.d.ts +43 -0
- package/backend-project/node_modules/readdirp/index.js +287 -0
- package/backend-project/node_modules/readdirp/package.json +122 -0
- package/backend-project/node_modules/router/HISTORY.md +228 -0
- package/backend-project/node_modules/router/LICENSE +23 -0
- package/backend-project/node_modules/router/README.md +416 -0
- package/backend-project/node_modules/router/index.js +748 -0
- package/backend-project/node_modules/router/lib/layer.js +247 -0
- package/backend-project/node_modules/router/lib/route.js +242 -0
- package/backend-project/node_modules/router/package.json +44 -0
- package/backend-project/node_modules/safe-buffer/LICENSE +21 -0
- package/backend-project/node_modules/safe-buffer/README.md +584 -0
- package/backend-project/node_modules/safe-buffer/index.d.ts +187 -0
- package/backend-project/node_modules/safe-buffer/index.js +65 -0
- package/backend-project/node_modules/safe-buffer/package.json +51 -0
- package/backend-project/node_modules/safer-buffer/LICENSE +21 -0
- package/backend-project/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/backend-project/node_modules/safer-buffer/Readme.md +156 -0
- package/backend-project/node_modules/safer-buffer/dangerous.js +58 -0
- package/backend-project/node_modules/safer-buffer/package.json +34 -0
- package/backend-project/node_modules/safer-buffer/safer.js +77 -0
- package/backend-project/node_modules/safer-buffer/tests.js +406 -0
- package/backend-project/node_modules/semver/LICENSE +15 -0
- package/backend-project/node_modules/semver/README.md +680 -0
- package/backend-project/node_modules/semver/bin/semver.js +195 -0
- package/backend-project/node_modules/semver/classes/comparator.js +143 -0
- package/backend-project/node_modules/semver/classes/index.js +7 -0
- package/backend-project/node_modules/semver/classes/range.js +564 -0
- package/backend-project/node_modules/semver/classes/semver.js +333 -0
- package/backend-project/node_modules/semver/functions/clean.js +8 -0
- package/backend-project/node_modules/semver/functions/cmp.js +54 -0
- package/backend-project/node_modules/semver/functions/coerce.js +62 -0
- package/backend-project/node_modules/semver/functions/compare-build.js +9 -0
- package/backend-project/node_modules/semver/functions/compare-loose.js +5 -0
- package/backend-project/node_modules/semver/functions/compare.js +7 -0
- package/backend-project/node_modules/semver/functions/diff.js +60 -0
- package/backend-project/node_modules/semver/functions/eq.js +5 -0
- package/backend-project/node_modules/semver/functions/gt.js +5 -0
- package/backend-project/node_modules/semver/functions/gte.js +5 -0
- package/backend-project/node_modules/semver/functions/inc.js +21 -0
- package/backend-project/node_modules/semver/functions/lt.js +5 -0
- package/backend-project/node_modules/semver/functions/lte.js +5 -0
- package/backend-project/node_modules/semver/functions/major.js +5 -0
- package/backend-project/node_modules/semver/functions/minor.js +5 -0
- package/backend-project/node_modules/semver/functions/neq.js +5 -0
- package/backend-project/node_modules/semver/functions/parse.js +18 -0
- package/backend-project/node_modules/semver/functions/patch.js +5 -0
- package/backend-project/node_modules/semver/functions/prerelease.js +8 -0
- package/backend-project/node_modules/semver/functions/rcompare.js +5 -0
- package/backend-project/node_modules/semver/functions/rsort.js +5 -0
- package/backend-project/node_modules/semver/functions/satisfies.js +12 -0
- package/backend-project/node_modules/semver/functions/sort.js +5 -0
- package/backend-project/node_modules/semver/functions/truncate.js +48 -0
- package/backend-project/node_modules/semver/functions/valid.js +8 -0
- package/backend-project/node_modules/semver/index.js +93 -0
- package/backend-project/node_modules/semver/internal/constants.js +37 -0
- package/backend-project/node_modules/semver/internal/debug.js +11 -0
- package/backend-project/node_modules/semver/internal/identifiers.js +29 -0
- package/backend-project/node_modules/semver/internal/lrucache.js +42 -0
- package/backend-project/node_modules/semver/internal/parse-options.js +17 -0
- package/backend-project/node_modules/semver/internal/re.js +223 -0
- package/backend-project/node_modules/semver/package.json +78 -0
- package/backend-project/node_modules/semver/preload.js +4 -0
- package/backend-project/node_modules/semver/range.bnf +17 -0
- package/backend-project/node_modules/semver/ranges/gtr.js +6 -0
- package/backend-project/node_modules/semver/ranges/intersects.js +9 -0
- package/backend-project/node_modules/semver/ranges/ltr.js +6 -0
- package/backend-project/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/backend-project/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/backend-project/node_modules/semver/ranges/min-version.js +63 -0
- package/backend-project/node_modules/semver/ranges/outside.js +82 -0
- package/backend-project/node_modules/semver/ranges/simplify.js +49 -0
- package/backend-project/node_modules/semver/ranges/subset.js +249 -0
- package/backend-project/node_modules/semver/ranges/to-comparators.js +10 -0
- package/backend-project/node_modules/semver/ranges/valid.js +13 -0
- package/backend-project/node_modules/send/LICENSE +23 -0
- package/backend-project/node_modules/send/README.md +317 -0
- package/backend-project/node_modules/send/index.js +997 -0
- package/backend-project/node_modules/send/package.json +63 -0
- package/backend-project/node_modules/serve-static/LICENSE +25 -0
- package/backend-project/node_modules/serve-static/README.md +253 -0
- package/backend-project/node_modules/serve-static/index.js +208 -0
- package/backend-project/node_modules/serve-static/package.json +44 -0
- package/backend-project/node_modules/setprototypeof/LICENSE +13 -0
- package/backend-project/node_modules/setprototypeof/README.md +31 -0
- package/backend-project/node_modules/setprototypeof/index.d.ts +2 -0
- package/backend-project/node_modules/setprototypeof/index.js +17 -0
- package/backend-project/node_modules/setprototypeof/package.json +38 -0
- package/backend-project/node_modules/setprototypeof/test/index.js +24 -0
- package/backend-project/node_modules/side-channel/.editorconfig +9 -0
- package/backend-project/node_modules/side-channel/.eslintrc +12 -0
- package/backend-project/node_modules/side-channel/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/side-channel/.nycrc +13 -0
- package/backend-project/node_modules/side-channel/CHANGELOG.md +110 -0
- package/backend-project/node_modules/side-channel/LICENSE +21 -0
- package/backend-project/node_modules/side-channel/README.md +61 -0
- package/backend-project/node_modules/side-channel/index.d.ts +14 -0
- package/backend-project/node_modules/side-channel/index.js +43 -0
- package/backend-project/node_modules/side-channel/package.json +85 -0
- package/backend-project/node_modules/side-channel/test/index.js +104 -0
- package/backend-project/node_modules/side-channel/tsconfig.json +9 -0
- package/backend-project/node_modules/side-channel-list/.editorconfig +9 -0
- package/backend-project/node_modules/side-channel-list/.eslintrc +11 -0
- package/backend-project/node_modules/side-channel-list/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/side-channel-list/.nycrc +13 -0
- package/backend-project/node_modules/side-channel-list/CHANGELOG.md +36 -0
- package/backend-project/node_modules/side-channel-list/LICENSE +21 -0
- package/backend-project/node_modules/side-channel-list/README.md +62 -0
- package/backend-project/node_modules/side-channel-list/index.d.ts +13 -0
- package/backend-project/node_modules/side-channel-list/index.js +111 -0
- package/backend-project/node_modules/side-channel-list/list.d.ts +14 -0
- package/backend-project/node_modules/side-channel-list/package.json +77 -0
- package/backend-project/node_modules/side-channel-list/test/index.js +154 -0
- package/backend-project/node_modules/side-channel-list/tsconfig.json +9 -0
- package/backend-project/node_modules/side-channel-map/.editorconfig +9 -0
- package/backend-project/node_modules/side-channel-map/.eslintrc +11 -0
- package/backend-project/node_modules/side-channel-map/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/side-channel-map/.nycrc +13 -0
- package/backend-project/node_modules/side-channel-map/CHANGELOG.md +22 -0
- package/backend-project/node_modules/side-channel-map/LICENSE +21 -0
- package/backend-project/node_modules/side-channel-map/README.md +62 -0
- package/backend-project/node_modules/side-channel-map/index.d.ts +15 -0
- package/backend-project/node_modules/side-channel-map/index.js +68 -0
- package/backend-project/node_modules/side-channel-map/package.json +80 -0
- package/backend-project/node_modules/side-channel-map/test/index.js +114 -0
- package/backend-project/node_modules/side-channel-map/tsconfig.json +9 -0
- package/backend-project/node_modules/side-channel-weakmap/.editorconfig +9 -0
- package/backend-project/node_modules/side-channel-weakmap/.eslintrc +12 -0
- package/backend-project/node_modules/side-channel-weakmap/.github/FUNDING.yml +12 -0
- package/backend-project/node_modules/side-channel-weakmap/.nycrc +13 -0
- package/backend-project/node_modules/side-channel-weakmap/CHANGELOG.md +28 -0
- package/backend-project/node_modules/side-channel-weakmap/LICENSE +21 -0
- package/backend-project/node_modules/side-channel-weakmap/README.md +62 -0
- package/backend-project/node_modules/side-channel-weakmap/index.d.ts +15 -0
- package/backend-project/node_modules/side-channel-weakmap/index.js +84 -0
- package/backend-project/node_modules/side-channel-weakmap/package.json +87 -0
- package/backend-project/node_modules/side-channel-weakmap/test/index.js +114 -0
- package/backend-project/node_modules/side-channel-weakmap/tsconfig.json +9 -0
- package/backend-project/node_modules/simple-update-notifier/LICENSE +21 -0
- package/backend-project/node_modules/simple-update-notifier/README.md +82 -0
- package/backend-project/node_modules/simple-update-notifier/build/index.d.ts +13 -0
- package/backend-project/node_modules/simple-update-notifier/build/index.js +210 -0
- package/backend-project/node_modules/simple-update-notifier/package.json +100 -0
- package/backend-project/node_modules/simple-update-notifier/src/borderedText.ts +12 -0
- package/backend-project/node_modules/simple-update-notifier/src/cache.spec.ts +17 -0
- package/backend-project/node_modules/simple-update-notifier/src/cache.ts +44 -0
- package/backend-project/node_modules/simple-update-notifier/src/getDistVersion.spec.ts +35 -0
- package/backend-project/node_modules/simple-update-notifier/src/getDistVersion.ts +29 -0
- package/backend-project/node_modules/simple-update-notifier/src/hasNewVersion.spec.ts +82 -0
- package/backend-project/node_modules/simple-update-notifier/src/hasNewVersion.ts +40 -0
- package/backend-project/node_modules/simple-update-notifier/src/index.spec.ts +27 -0
- package/backend-project/node_modules/simple-update-notifier/src/index.ts +34 -0
- package/backend-project/node_modules/simple-update-notifier/src/isNpmOrYarn.ts +12 -0
- package/backend-project/node_modules/simple-update-notifier/src/types.ts +8 -0
- package/backend-project/node_modules/sql-escaper/LICENSE +21 -0
- package/backend-project/node_modules/sql-escaper/README.md +424 -0
- package/backend-project/node_modules/sql-escaper/lib/index.d.ts +15 -0
- package/backend-project/node_modules/sql-escaper/lib/index.js +398 -0
- package/backend-project/node_modules/sql-escaper/lib/index.mjs +305 -0
- package/backend-project/node_modules/sql-escaper/lib/types.d.ts +5 -0
- package/backend-project/node_modules/sql-escaper/lib/types.js +2 -0
- package/backend-project/node_modules/sql-escaper/package.json +81 -0
- package/backend-project/node_modules/statuses/HISTORY.md +87 -0
- package/backend-project/node_modules/statuses/LICENSE +23 -0
- package/backend-project/node_modules/statuses/README.md +139 -0
- package/backend-project/node_modules/statuses/codes.json +65 -0
- package/backend-project/node_modules/statuses/index.js +146 -0
- package/backend-project/node_modules/statuses/package.json +49 -0
- package/backend-project/node_modules/supports-color/browser.js +5 -0
- package/backend-project/node_modules/supports-color/index.js +131 -0
- package/backend-project/node_modules/supports-color/license +9 -0
- package/backend-project/node_modules/supports-color/package.json +53 -0
- package/backend-project/node_modules/supports-color/readme.md +66 -0
- package/backend-project/node_modules/to-regex-range/LICENSE +21 -0
- package/backend-project/node_modules/to-regex-range/README.md +305 -0
- package/backend-project/node_modules/to-regex-range/index.js +288 -0
- package/backend-project/node_modules/to-regex-range/package.json +88 -0
- package/backend-project/node_modules/toidentifier/HISTORY.md +9 -0
- package/backend-project/node_modules/toidentifier/LICENSE +21 -0
- package/backend-project/node_modules/toidentifier/README.md +61 -0
- package/backend-project/node_modules/toidentifier/index.js +32 -0
- package/backend-project/node_modules/toidentifier/package.json +38 -0
- package/backend-project/node_modules/touch/LICENSE +15 -0
- package/backend-project/node_modules/touch/README.md +52 -0
- package/backend-project/node_modules/touch/bin/nodetouch.js +112 -0
- package/backend-project/node_modules/touch/index.js +224 -0
- package/backend-project/node_modules/touch/package.json +25 -0
- package/backend-project/node_modules/type-is/HISTORY.md +292 -0
- package/backend-project/node_modules/type-is/LICENSE +23 -0
- package/backend-project/node_modules/type-is/README.md +198 -0
- package/backend-project/node_modules/type-is/index.js +240 -0
- package/backend-project/node_modules/type-is/node_modules/content-type/LICENSE +22 -0
- package/backend-project/node_modules/type-is/node_modules/content-type/README.md +69 -0
- package/backend-project/node_modules/type-is/node_modules/content-type/dist/index.d.ts +26 -0
- package/backend-project/node_modules/type-is/node_modules/content-type/dist/index.js +170 -0
- package/backend-project/node_modules/type-is/node_modules/content-type/dist/index.js.map +1 -0
- package/backend-project/node_modules/type-is/node_modules/content-type/package.json +52 -0
- package/backend-project/node_modules/type-is/package.json +51 -0
- package/backend-project/node_modules/uid-safe/HISTORY.md +61 -0
- package/backend-project/node_modules/uid-safe/LICENSE +22 -0
- package/backend-project/node_modules/uid-safe/README.md +77 -0
- package/backend-project/node_modules/uid-safe/index.js +107 -0
- package/backend-project/node_modules/uid-safe/package.json +46 -0
- package/backend-project/node_modules/undefsafe/.github/workflows/release.yml +25 -0
- package/backend-project/node_modules/undefsafe/.jscsrc +13 -0
- package/backend-project/node_modules/undefsafe/.jshintrc +16 -0
- package/backend-project/node_modules/undefsafe/.travis.yml +18 -0
- package/backend-project/node_modules/undefsafe/LICENSE +22 -0
- package/backend-project/node_modules/undefsafe/README.md +63 -0
- package/backend-project/node_modules/undefsafe/example.js +14 -0
- package/backend-project/node_modules/undefsafe/lib/undefsafe.js +125 -0
- package/backend-project/node_modules/undefsafe/package.json +34 -0
- package/backend-project/node_modules/undici-types/LICENSE +21 -0
- package/backend-project/node_modules/undici-types/README.md +6 -0
- package/backend-project/node_modules/undici-types/agent.d.ts +32 -0
- package/backend-project/node_modules/undici-types/api.d.ts +43 -0
- package/backend-project/node_modules/undici-types/balanced-pool.d.ts +30 -0
- package/backend-project/node_modules/undici-types/cache-interceptor.d.ts +179 -0
- package/backend-project/node_modules/undici-types/cache.d.ts +36 -0
- package/backend-project/node_modules/undici-types/client-stats.d.ts +15 -0
- package/backend-project/node_modules/undici-types/client.d.ts +123 -0
- package/backend-project/node_modules/undici-types/connector.d.ts +36 -0
- package/backend-project/node_modules/undici-types/content-type.d.ts +21 -0
- package/backend-project/node_modules/undici-types/cookies.d.ts +30 -0
- package/backend-project/node_modules/undici-types/diagnostics-channel.d.ts +74 -0
- package/backend-project/node_modules/undici-types/dispatcher.d.ts +279 -0
- package/backend-project/node_modules/undici-types/env-http-proxy-agent.d.ts +22 -0
- package/backend-project/node_modules/undici-types/errors.d.ts +177 -0
- package/backend-project/node_modules/undici-types/eventsource.d.ts +66 -0
- package/backend-project/node_modules/undici-types/fetch.d.ts +211 -0
- package/backend-project/node_modules/undici-types/formdata.d.ts +108 -0
- package/backend-project/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/backend-project/node_modules/undici-types/global-origin.d.ts +7 -0
- package/backend-project/node_modules/undici-types/h2c-client.d.ts +73 -0
- package/backend-project/node_modules/undici-types/handlers.d.ts +15 -0
- package/backend-project/node_modules/undici-types/header.d.ts +160 -0
- package/backend-project/node_modules/undici-types/index.d.ts +91 -0
- package/backend-project/node_modules/undici-types/interceptors.d.ts +80 -0
- package/backend-project/node_modules/undici-types/mock-agent.d.ts +68 -0
- package/backend-project/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/backend-project/node_modules/undici-types/mock-client.d.ts +27 -0
- package/backend-project/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/backend-project/node_modules/undici-types/mock-interceptor.d.ts +94 -0
- package/backend-project/node_modules/undici-types/mock-pool.d.ts +27 -0
- package/backend-project/node_modules/undici-types/package.json +55 -0
- package/backend-project/node_modules/undici-types/patch.d.ts +29 -0
- package/backend-project/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/backend-project/node_modules/undici-types/pool.d.ts +41 -0
- package/backend-project/node_modules/undici-types/proxy-agent.d.ts +29 -0
- package/backend-project/node_modules/undici-types/readable.d.ts +68 -0
- package/backend-project/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/backend-project/node_modules/undici-types/retry-handler.d.ts +125 -0
- package/backend-project/node_modules/undici-types/round-robin-pool.d.ts +41 -0
- package/backend-project/node_modules/undici-types/snapshot-agent.d.ts +109 -0
- package/backend-project/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/backend-project/node_modules/undici-types/util.d.ts +18 -0
- package/backend-project/node_modules/undici-types/utility.d.ts +7 -0
- package/backend-project/node_modules/undici-types/webidl.d.ts +347 -0
- package/backend-project/node_modules/undici-types/websocket.d.ts +188 -0
- package/backend-project/node_modules/unpipe/HISTORY.md +4 -0
- package/backend-project/node_modules/unpipe/LICENSE +22 -0
- package/backend-project/node_modules/unpipe/README.md +43 -0
- package/backend-project/node_modules/unpipe/index.js +69 -0
- package/backend-project/node_modules/unpipe/package.json +27 -0
- package/backend-project/node_modules/vary/HISTORY.md +39 -0
- package/backend-project/node_modules/vary/LICENSE +22 -0
- package/backend-project/node_modules/vary/README.md +101 -0
- package/backend-project/node_modules/vary/index.js +149 -0
- package/backend-project/node_modules/vary/package.json +43 -0
- package/backend-project/node_modules/wrappy/LICENSE +15 -0
- package/backend-project/node_modules/wrappy/README.md +36 -0
- package/backend-project/node_modules/wrappy/package.json +29 -0
- package/backend-project/node_modules/wrappy/wrappy.js +33 -0
- package/backend-project/package-lock.json +1419 -0
- package/backend-project/package.json +21 -0
- package/frontend-project/README.md +18 -0
- package/frontend-project/eslint.config.js +21 -0
- package/frontend-project/index.html +13 -0
- package/frontend-project/package-lock.json +3642 -0
- package/frontend-project/package.json +35 -0
- package/frontend-project/postcss.config.cjs +6 -0
- package/frontend-project/public/favicon.svg +1 -0
- package/frontend-project/public/icons.svg +24 -0
- package/frontend-project/src/App.css +184 -0
- package/frontend-project/src/App.jsx +122 -0
- package/frontend-project/src/assets/hero.png +0 -0
- package/frontend-project/src/assets/react.svg +1 -0
- package/frontend-project/src/assets/vite.svg +1 -0
- package/frontend-project/src/index.css +111 -0
- package/frontend-project/src/main.jsx +10 -0
- package/frontend-project/tailwind.config.cjs +8 -0
- package/frontend-project/vite.config.js +11 -0
- package/index.js +20 -0
- package/package.json +15 -0
|
@@ -0,0 +1,1581 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @license
|
|
3
|
+
* Copyright 2009 The Closure Library Authors
|
|
4
|
+
* Copyright 2020 Daniel Wirtz / The long.js Authors.
|
|
5
|
+
*
|
|
6
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
7
|
+
* you may not use this file except in compliance with the License.
|
|
8
|
+
* You may obtain a copy of the License at
|
|
9
|
+
*
|
|
10
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
11
|
+
*
|
|
12
|
+
* Unless required by applicable law or agreed to in writing, software
|
|
13
|
+
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
14
|
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
15
|
+
* See the License for the specific language governing permissions and
|
|
16
|
+
* limitations under the License.
|
|
17
|
+
*
|
|
18
|
+
* SPDX-License-Identifier: Apache-2.0
|
|
19
|
+
*/
|
|
20
|
+
|
|
21
|
+
// WebAssembly optimizations to do native i64 multiplication and divide
|
|
22
|
+
var wasm = null;
|
|
23
|
+
try {
|
|
24
|
+
wasm = new WebAssembly.Instance(
|
|
25
|
+
new WebAssembly.Module(
|
|
26
|
+
new Uint8Array([
|
|
27
|
+
// \0asm
|
|
28
|
+
0, 97, 115, 109,
|
|
29
|
+
// version 1
|
|
30
|
+
1, 0, 0, 0,
|
|
31
|
+
|
|
32
|
+
// section "type"
|
|
33
|
+
1, 13, 2,
|
|
34
|
+
// 0, () => i32
|
|
35
|
+
96, 0, 1, 127,
|
|
36
|
+
// 1, (i32, i32, i32, i32) => i32
|
|
37
|
+
96, 4, 127, 127, 127, 127, 1, 127,
|
|
38
|
+
|
|
39
|
+
// section "function"
|
|
40
|
+
3, 7, 6,
|
|
41
|
+
// 0, type 0
|
|
42
|
+
0,
|
|
43
|
+
// 1, type 1
|
|
44
|
+
1,
|
|
45
|
+
// 2, type 1
|
|
46
|
+
1,
|
|
47
|
+
// 3, type 1
|
|
48
|
+
1,
|
|
49
|
+
// 4, type 1
|
|
50
|
+
1,
|
|
51
|
+
// 5, type 1
|
|
52
|
+
1,
|
|
53
|
+
|
|
54
|
+
// section "global"
|
|
55
|
+
6, 6, 1,
|
|
56
|
+
// 0, "high", mutable i32
|
|
57
|
+
127, 1, 65, 0, 11,
|
|
58
|
+
|
|
59
|
+
// section "export"
|
|
60
|
+
7, 50, 6,
|
|
61
|
+
// 0, "mul"
|
|
62
|
+
3, 109, 117, 108, 0, 1,
|
|
63
|
+
// 1, "div_s"
|
|
64
|
+
5, 100, 105, 118, 95, 115, 0, 2,
|
|
65
|
+
// 2, "div_u"
|
|
66
|
+
5, 100, 105, 118, 95, 117, 0, 3,
|
|
67
|
+
// 3, "rem_s"
|
|
68
|
+
5, 114, 101, 109, 95, 115, 0, 4,
|
|
69
|
+
// 4, "rem_u"
|
|
70
|
+
5, 114, 101, 109, 95, 117, 0, 5,
|
|
71
|
+
// 5, "get_high"
|
|
72
|
+
8, 103, 101, 116, 95, 104, 105, 103, 104, 0, 0,
|
|
73
|
+
|
|
74
|
+
// section "code"
|
|
75
|
+
10, 191, 1, 6,
|
|
76
|
+
// 0, "get_high"
|
|
77
|
+
4, 0, 35, 0, 11,
|
|
78
|
+
// 1, "mul"
|
|
79
|
+
36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32,
|
|
80
|
+
3, 173, 66, 32, 134, 132, 126, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4,
|
|
81
|
+
167, 11,
|
|
82
|
+
// 2, "div_s"
|
|
83
|
+
36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32,
|
|
84
|
+
3, 173, 66, 32, 134, 132, 127, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4,
|
|
85
|
+
167, 11,
|
|
86
|
+
// 3, "div_u"
|
|
87
|
+
36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32,
|
|
88
|
+
3, 173, 66, 32, 134, 132, 128, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4,
|
|
89
|
+
167, 11,
|
|
90
|
+
// 4, "rem_s"
|
|
91
|
+
36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32,
|
|
92
|
+
3, 173, 66, 32, 134, 132, 129, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4,
|
|
93
|
+
167, 11,
|
|
94
|
+
// 5, "rem_u"
|
|
95
|
+
36, 1, 1, 126, 32, 0, 173, 32, 1, 173, 66, 32, 134, 132, 32, 2, 173, 32,
|
|
96
|
+
3, 173, 66, 32, 134, 132, 130, 34, 4, 66, 32, 135, 167, 36, 0, 32, 4,
|
|
97
|
+
167, 11,
|
|
98
|
+
]),
|
|
99
|
+
),
|
|
100
|
+
{},
|
|
101
|
+
).exports;
|
|
102
|
+
} catch {
|
|
103
|
+
// no wasm support :(
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/**
|
|
107
|
+
* Constructs a 64 bit two's-complement integer, given its low and high 32 bit values as *signed* integers.
|
|
108
|
+
* See the from* functions below for more convenient ways of constructing Longs.
|
|
109
|
+
* @exports Long
|
|
110
|
+
* @class A Long class for representing a 64 bit two's-complement integer value.
|
|
111
|
+
* @param {number} low The low (signed) 32 bits of the long
|
|
112
|
+
* @param {number} high The high (signed) 32 bits of the long
|
|
113
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
114
|
+
* @constructor
|
|
115
|
+
*/
|
|
116
|
+
function Long(low, high, unsigned) {
|
|
117
|
+
/**
|
|
118
|
+
* The low 32 bits as a signed value.
|
|
119
|
+
* @type {number}
|
|
120
|
+
*/
|
|
121
|
+
this.low = low | 0;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* The high 32 bits as a signed value.
|
|
125
|
+
* @type {number}
|
|
126
|
+
*/
|
|
127
|
+
this.high = high | 0;
|
|
128
|
+
|
|
129
|
+
/**
|
|
130
|
+
* Whether unsigned or not.
|
|
131
|
+
* @type {boolean}
|
|
132
|
+
*/
|
|
133
|
+
this.unsigned = !!unsigned;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
// The internal representation of a long is the two given signed, 32-bit values.
|
|
137
|
+
// We use 32-bit pieces because these are the size of integers on which
|
|
138
|
+
// Javascript performs bit-operations. For operations like addition and
|
|
139
|
+
// multiplication, we split each number into 16 bit pieces, which can easily be
|
|
140
|
+
// multiplied within Javascript's floating-point representation without overflow
|
|
141
|
+
// or change in sign.
|
|
142
|
+
//
|
|
143
|
+
// In the algorithms below, we frequently reduce the negative case to the
|
|
144
|
+
// positive case by negating the input(s) and then post-processing the result.
|
|
145
|
+
// Note that we must ALWAYS check specially whether those values are MIN_VALUE
|
|
146
|
+
// (-2^63) because -MIN_VALUE == MIN_VALUE (since 2^63 cannot be represented as
|
|
147
|
+
// a positive number, it overflows back into a negative). Not handling this
|
|
148
|
+
// case would often result in infinite recursion.
|
|
149
|
+
//
|
|
150
|
+
// Common constant values ZERO, ONE, NEG_ONE, etc. are defined below the from*
|
|
151
|
+
// methods on which they depend.
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* An indicator used to reliably determine if an object is a Long or not.
|
|
155
|
+
* @type {boolean}
|
|
156
|
+
* @const
|
|
157
|
+
* @private
|
|
158
|
+
*/
|
|
159
|
+
Long.prototype.__isLong__;
|
|
160
|
+
|
|
161
|
+
Object.defineProperty(Long.prototype, "__isLong__", { value: true });
|
|
162
|
+
|
|
163
|
+
/**
|
|
164
|
+
* @function
|
|
165
|
+
* @param {*} obj Object
|
|
166
|
+
* @returns {boolean}
|
|
167
|
+
* @inner
|
|
168
|
+
*/
|
|
169
|
+
function isLong(obj) {
|
|
170
|
+
return (obj && obj["__isLong__"]) === true;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
/**
|
|
174
|
+
* @function
|
|
175
|
+
* @param {*} value number
|
|
176
|
+
* @returns {number}
|
|
177
|
+
* @inner
|
|
178
|
+
*/
|
|
179
|
+
function ctz32(value) {
|
|
180
|
+
var c = Math.clz32(value & -value);
|
|
181
|
+
return value ? 31 - c : c;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
/**
|
|
185
|
+
* Tests if the specified object is a Long.
|
|
186
|
+
* @function
|
|
187
|
+
* @param {*} obj Object
|
|
188
|
+
* @returns {boolean}
|
|
189
|
+
*/
|
|
190
|
+
Long.isLong = isLong;
|
|
191
|
+
|
|
192
|
+
/**
|
|
193
|
+
* A cache of the Long representations of small integer values.
|
|
194
|
+
* @type {!Object}
|
|
195
|
+
* @inner
|
|
196
|
+
*/
|
|
197
|
+
var INT_CACHE = {};
|
|
198
|
+
|
|
199
|
+
/**
|
|
200
|
+
* A cache of the Long representations of small unsigned integer values.
|
|
201
|
+
* @type {!Object}
|
|
202
|
+
* @inner
|
|
203
|
+
*/
|
|
204
|
+
var UINT_CACHE = {};
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @param {number} value
|
|
208
|
+
* @param {boolean=} unsigned
|
|
209
|
+
* @returns {!Long}
|
|
210
|
+
* @inner
|
|
211
|
+
*/
|
|
212
|
+
function fromInt(value, unsigned) {
|
|
213
|
+
var obj, cachedObj, cache;
|
|
214
|
+
if (unsigned) {
|
|
215
|
+
value >>>= 0;
|
|
216
|
+
if ((cache = 0 <= value && value < 256)) {
|
|
217
|
+
cachedObj = UINT_CACHE[value];
|
|
218
|
+
if (cachedObj) return cachedObj;
|
|
219
|
+
}
|
|
220
|
+
obj = fromBits(value, 0, true);
|
|
221
|
+
if (cache) UINT_CACHE[value] = obj;
|
|
222
|
+
return obj;
|
|
223
|
+
} else {
|
|
224
|
+
value |= 0;
|
|
225
|
+
if ((cache = -128 <= value && value < 128)) {
|
|
226
|
+
cachedObj = INT_CACHE[value];
|
|
227
|
+
if (cachedObj) return cachedObj;
|
|
228
|
+
}
|
|
229
|
+
obj = fromBits(value, value < 0 ? -1 : 0, false);
|
|
230
|
+
if (cache) INT_CACHE[value] = obj;
|
|
231
|
+
return obj;
|
|
232
|
+
}
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/**
|
|
236
|
+
* Returns a Long representing the given 32 bit integer value.
|
|
237
|
+
* @function
|
|
238
|
+
* @param {number} value The 32 bit integer in question
|
|
239
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
240
|
+
* @returns {!Long} The corresponding Long value
|
|
241
|
+
*/
|
|
242
|
+
Long.fromInt = fromInt;
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* @param {number} value
|
|
246
|
+
* @param {boolean=} unsigned
|
|
247
|
+
* @returns {!Long}
|
|
248
|
+
* @inner
|
|
249
|
+
*/
|
|
250
|
+
function fromNumber(value, unsigned) {
|
|
251
|
+
if (isNaN(value)) return unsigned ? UZERO : ZERO;
|
|
252
|
+
if (unsigned) {
|
|
253
|
+
if (value < 0) return UZERO;
|
|
254
|
+
if (value >= TWO_PWR_64_DBL) return MAX_UNSIGNED_VALUE;
|
|
255
|
+
} else {
|
|
256
|
+
if (value <= -TWO_PWR_63_DBL) return MIN_VALUE;
|
|
257
|
+
if (value + 1 >= TWO_PWR_63_DBL) return MAX_VALUE;
|
|
258
|
+
}
|
|
259
|
+
if (value < 0) return fromNumber(-value, unsigned).neg();
|
|
260
|
+
return fromBits(
|
|
261
|
+
value % TWO_PWR_32_DBL | 0,
|
|
262
|
+
(value / TWO_PWR_32_DBL) | 0,
|
|
263
|
+
unsigned,
|
|
264
|
+
);
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
/**
|
|
268
|
+
* Returns a Long representing the given value, provided that it is a finite number. Otherwise, zero is returned.
|
|
269
|
+
* @function
|
|
270
|
+
* @param {number} value The number in question
|
|
271
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
272
|
+
* @returns {!Long} The corresponding Long value
|
|
273
|
+
*/
|
|
274
|
+
Long.fromNumber = fromNumber;
|
|
275
|
+
|
|
276
|
+
/**
|
|
277
|
+
* @param {number} lowBits
|
|
278
|
+
* @param {number} highBits
|
|
279
|
+
* @param {boolean=} unsigned
|
|
280
|
+
* @returns {!Long}
|
|
281
|
+
* @inner
|
|
282
|
+
*/
|
|
283
|
+
function fromBits(lowBits, highBits, unsigned) {
|
|
284
|
+
return new Long(lowBits, highBits, unsigned);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* Returns a Long representing the 64 bit integer that comes by concatenating the given low and high bits. Each is
|
|
289
|
+
* assumed to use 32 bits.
|
|
290
|
+
* @function
|
|
291
|
+
* @param {number} lowBits The low 32 bits
|
|
292
|
+
* @param {number} highBits The high 32 bits
|
|
293
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
294
|
+
* @returns {!Long} The corresponding Long value
|
|
295
|
+
*/
|
|
296
|
+
Long.fromBits = fromBits;
|
|
297
|
+
|
|
298
|
+
/**
|
|
299
|
+
* @function
|
|
300
|
+
* @param {number} base
|
|
301
|
+
* @param {number} exponent
|
|
302
|
+
* @returns {number}
|
|
303
|
+
* @inner
|
|
304
|
+
*/
|
|
305
|
+
var pow_dbl = Math.pow; // Used 4 times (4*8 to 15+4)
|
|
306
|
+
|
|
307
|
+
/**
|
|
308
|
+
* @param {string} str
|
|
309
|
+
* @param {(boolean|number)=} unsigned
|
|
310
|
+
* @param {number=} radix
|
|
311
|
+
* @returns {!Long}
|
|
312
|
+
* @inner
|
|
313
|
+
*/
|
|
314
|
+
function fromString(str, unsigned, radix) {
|
|
315
|
+
if (str.length === 0) throw Error("empty string");
|
|
316
|
+
if (typeof unsigned === "number") {
|
|
317
|
+
// For goog.math.long compatibility
|
|
318
|
+
radix = unsigned;
|
|
319
|
+
unsigned = false;
|
|
320
|
+
} else {
|
|
321
|
+
unsigned = !!unsigned;
|
|
322
|
+
}
|
|
323
|
+
if (
|
|
324
|
+
str === "NaN" ||
|
|
325
|
+
str === "Infinity" ||
|
|
326
|
+
str === "+Infinity" ||
|
|
327
|
+
str === "-Infinity"
|
|
328
|
+
)
|
|
329
|
+
return unsigned ? UZERO : ZERO;
|
|
330
|
+
radix = radix || 10;
|
|
331
|
+
if (radix < 2 || 36 < radix) throw RangeError("radix");
|
|
332
|
+
|
|
333
|
+
var p;
|
|
334
|
+
if ((p = str.indexOf("-")) > 0) throw Error("interior hyphen");
|
|
335
|
+
else if (p === 0) {
|
|
336
|
+
return fromString(str.substring(1), unsigned, radix).neg();
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
// Do several (8) digits each time through the loop, so as to
|
|
340
|
+
// minimize the calls to the very expensive emulated div.
|
|
341
|
+
var radixToPower = fromNumber(pow_dbl(radix, 8));
|
|
342
|
+
|
|
343
|
+
var result = ZERO;
|
|
344
|
+
for (var i = 0; i < str.length; i += 8) {
|
|
345
|
+
var size = Math.min(8, str.length - i),
|
|
346
|
+
value = parseInt(str.substring(i, i + size), radix);
|
|
347
|
+
if (size < 8) {
|
|
348
|
+
var power = fromNumber(pow_dbl(radix, size));
|
|
349
|
+
result = result.mul(power).add(fromNumber(value));
|
|
350
|
+
} else {
|
|
351
|
+
result = result.mul(radixToPower);
|
|
352
|
+
result = result.add(fromNumber(value));
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
result.unsigned = unsigned;
|
|
356
|
+
return result;
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
/**
|
|
360
|
+
* Returns a Long representation of the given string, written using the specified radix.
|
|
361
|
+
* @function
|
|
362
|
+
* @param {string} str The textual representation of the Long
|
|
363
|
+
* @param {(boolean|number)=} unsigned Whether unsigned or not, defaults to signed
|
|
364
|
+
* @param {number=} radix The radix in which the text is written (2-36), defaults to 10
|
|
365
|
+
* @returns {!Long} The corresponding Long value
|
|
366
|
+
*/
|
|
367
|
+
Long.fromString = fromString;
|
|
368
|
+
|
|
369
|
+
/**
|
|
370
|
+
* @function
|
|
371
|
+
* @param {!Long|number|string|!{low: number, high: number, unsigned: boolean}} val
|
|
372
|
+
* @param {boolean=} unsigned
|
|
373
|
+
* @returns {!Long}
|
|
374
|
+
* @inner
|
|
375
|
+
*/
|
|
376
|
+
function fromValue(val, unsigned) {
|
|
377
|
+
if (typeof val === "number") return fromNumber(val, unsigned);
|
|
378
|
+
if (typeof val === "string") return fromString(val, unsigned);
|
|
379
|
+
// Throws for non-objects, converts non-instanceof Long:
|
|
380
|
+
return fromBits(
|
|
381
|
+
val.low,
|
|
382
|
+
val.high,
|
|
383
|
+
typeof unsigned === "boolean" ? unsigned : val.unsigned,
|
|
384
|
+
);
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
/**
|
|
388
|
+
* Converts the specified value to a Long using the appropriate from* function for its type.
|
|
389
|
+
* @function
|
|
390
|
+
* @param {!Long|number|bigint|string|!{low: number, high: number, unsigned: boolean}} val Value
|
|
391
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
392
|
+
* @returns {!Long}
|
|
393
|
+
*/
|
|
394
|
+
Long.fromValue = fromValue;
|
|
395
|
+
|
|
396
|
+
// NOTE: the compiler should inline these constant values below and then remove these variables, so there should be
|
|
397
|
+
// no runtime penalty for these.
|
|
398
|
+
|
|
399
|
+
/**
|
|
400
|
+
* @type {number}
|
|
401
|
+
* @const
|
|
402
|
+
* @inner
|
|
403
|
+
*/
|
|
404
|
+
var TWO_PWR_16_DBL = 1 << 16;
|
|
405
|
+
|
|
406
|
+
/**
|
|
407
|
+
* @type {number}
|
|
408
|
+
* @const
|
|
409
|
+
* @inner
|
|
410
|
+
*/
|
|
411
|
+
var TWO_PWR_24_DBL = 1 << 24;
|
|
412
|
+
|
|
413
|
+
/**
|
|
414
|
+
* @type {number}
|
|
415
|
+
* @const
|
|
416
|
+
* @inner
|
|
417
|
+
*/
|
|
418
|
+
var TWO_PWR_32_DBL = TWO_PWR_16_DBL * TWO_PWR_16_DBL;
|
|
419
|
+
|
|
420
|
+
/**
|
|
421
|
+
* @type {number}
|
|
422
|
+
* @const
|
|
423
|
+
* @inner
|
|
424
|
+
*/
|
|
425
|
+
var TWO_PWR_64_DBL = TWO_PWR_32_DBL * TWO_PWR_32_DBL;
|
|
426
|
+
|
|
427
|
+
/**
|
|
428
|
+
* @type {number}
|
|
429
|
+
* @const
|
|
430
|
+
* @inner
|
|
431
|
+
*/
|
|
432
|
+
var TWO_PWR_63_DBL = TWO_PWR_64_DBL / 2;
|
|
433
|
+
|
|
434
|
+
/**
|
|
435
|
+
* @type {!Long}
|
|
436
|
+
* @const
|
|
437
|
+
* @inner
|
|
438
|
+
*/
|
|
439
|
+
var TWO_PWR_24 = fromInt(TWO_PWR_24_DBL);
|
|
440
|
+
|
|
441
|
+
/**
|
|
442
|
+
* @type {!Long}
|
|
443
|
+
* @inner
|
|
444
|
+
*/
|
|
445
|
+
var ZERO = fromInt(0);
|
|
446
|
+
|
|
447
|
+
/**
|
|
448
|
+
* Signed zero.
|
|
449
|
+
* @type {!Long}
|
|
450
|
+
*/
|
|
451
|
+
Long.ZERO = ZERO;
|
|
452
|
+
|
|
453
|
+
/**
|
|
454
|
+
* @type {!Long}
|
|
455
|
+
* @inner
|
|
456
|
+
*/
|
|
457
|
+
var UZERO = fromInt(0, true);
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* Unsigned zero.
|
|
461
|
+
* @type {!Long}
|
|
462
|
+
*/
|
|
463
|
+
Long.UZERO = UZERO;
|
|
464
|
+
|
|
465
|
+
/**
|
|
466
|
+
* @type {!Long}
|
|
467
|
+
* @inner
|
|
468
|
+
*/
|
|
469
|
+
var ONE = fromInt(1);
|
|
470
|
+
|
|
471
|
+
/**
|
|
472
|
+
* Signed one.
|
|
473
|
+
* @type {!Long}
|
|
474
|
+
*/
|
|
475
|
+
Long.ONE = ONE;
|
|
476
|
+
|
|
477
|
+
/**
|
|
478
|
+
* @type {!Long}
|
|
479
|
+
* @inner
|
|
480
|
+
*/
|
|
481
|
+
var UONE = fromInt(1, true);
|
|
482
|
+
|
|
483
|
+
/**
|
|
484
|
+
* Unsigned one.
|
|
485
|
+
* @type {!Long}
|
|
486
|
+
*/
|
|
487
|
+
Long.UONE = UONE;
|
|
488
|
+
|
|
489
|
+
/**
|
|
490
|
+
* @type {!Long}
|
|
491
|
+
* @inner
|
|
492
|
+
*/
|
|
493
|
+
var NEG_ONE = fromInt(-1);
|
|
494
|
+
|
|
495
|
+
/**
|
|
496
|
+
* Signed negative one.
|
|
497
|
+
* @type {!Long}
|
|
498
|
+
*/
|
|
499
|
+
Long.NEG_ONE = NEG_ONE;
|
|
500
|
+
|
|
501
|
+
/**
|
|
502
|
+
* @type {!Long}
|
|
503
|
+
* @inner
|
|
504
|
+
*/
|
|
505
|
+
var MAX_VALUE = fromBits(0xffffffff | 0, 0x7fffffff | 0, false);
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Maximum signed value.
|
|
509
|
+
* @type {!Long}
|
|
510
|
+
*/
|
|
511
|
+
Long.MAX_VALUE = MAX_VALUE;
|
|
512
|
+
|
|
513
|
+
/**
|
|
514
|
+
* @type {!Long}
|
|
515
|
+
* @inner
|
|
516
|
+
*/
|
|
517
|
+
var MAX_UNSIGNED_VALUE = fromBits(0xffffffff | 0, 0xffffffff | 0, true);
|
|
518
|
+
|
|
519
|
+
/**
|
|
520
|
+
* Maximum unsigned value.
|
|
521
|
+
* @type {!Long}
|
|
522
|
+
*/
|
|
523
|
+
Long.MAX_UNSIGNED_VALUE = MAX_UNSIGNED_VALUE;
|
|
524
|
+
|
|
525
|
+
/**
|
|
526
|
+
* @type {!Long}
|
|
527
|
+
* @inner
|
|
528
|
+
*/
|
|
529
|
+
var MIN_VALUE = fromBits(0, 0x80000000 | 0, false);
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* Minimum signed value.
|
|
533
|
+
* @type {!Long}
|
|
534
|
+
*/
|
|
535
|
+
Long.MIN_VALUE = MIN_VALUE;
|
|
536
|
+
|
|
537
|
+
/**
|
|
538
|
+
* @alias Long.prototype
|
|
539
|
+
* @inner
|
|
540
|
+
*/
|
|
541
|
+
var LongPrototype = Long.prototype;
|
|
542
|
+
|
|
543
|
+
/**
|
|
544
|
+
* Converts the Long to a 32 bit integer, assuming it is a 32 bit integer.
|
|
545
|
+
* @this {!Long}
|
|
546
|
+
* @returns {number}
|
|
547
|
+
*/
|
|
548
|
+
LongPrototype.toInt = function toInt() {
|
|
549
|
+
return this.unsigned ? this.low >>> 0 : this.low;
|
|
550
|
+
};
|
|
551
|
+
|
|
552
|
+
/**
|
|
553
|
+
* Converts the Long to a the nearest floating-point representation of this value (double, 53 bit mantissa).
|
|
554
|
+
* @this {!Long}
|
|
555
|
+
* @returns {number}
|
|
556
|
+
*/
|
|
557
|
+
LongPrototype.toNumber = function toNumber() {
|
|
558
|
+
if (this.unsigned)
|
|
559
|
+
return (this.high >>> 0) * TWO_PWR_32_DBL + (this.low >>> 0);
|
|
560
|
+
return this.high * TWO_PWR_32_DBL + (this.low >>> 0);
|
|
561
|
+
};
|
|
562
|
+
|
|
563
|
+
/**
|
|
564
|
+
* Converts the Long to a string written in the specified radix.
|
|
565
|
+
* @this {!Long}
|
|
566
|
+
* @param {number=} radix Radix (2-36), defaults to 10
|
|
567
|
+
* @returns {string}
|
|
568
|
+
* @override
|
|
569
|
+
* @throws {RangeError} If `radix` is out of range
|
|
570
|
+
*/
|
|
571
|
+
LongPrototype.toString = function toString(radix) {
|
|
572
|
+
radix = radix || 10;
|
|
573
|
+
if (radix < 2 || 36 < radix) throw RangeError("radix");
|
|
574
|
+
if (this.isZero()) return "0";
|
|
575
|
+
if (this.isNegative()) {
|
|
576
|
+
// Unsigned Longs are never negative
|
|
577
|
+
if (this.eq(MIN_VALUE)) {
|
|
578
|
+
// We need to change the Long value before it can be negated, so we remove
|
|
579
|
+
// the bottom-most digit in this base and then recurse to do the rest.
|
|
580
|
+
var radixLong = fromNumber(radix),
|
|
581
|
+
div = this.div(radixLong),
|
|
582
|
+
rem1 = div.mul(radixLong).sub(this);
|
|
583
|
+
return div.toString(radix) + rem1.toInt().toString(radix);
|
|
584
|
+
} else return "-" + this.neg().toString(radix);
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
// Do several (6) digits each time through the loop, so as to
|
|
588
|
+
// minimize the calls to the very expensive emulated div.
|
|
589
|
+
var radixToPower = fromNumber(pow_dbl(radix, 6), this.unsigned),
|
|
590
|
+
rem = this;
|
|
591
|
+
var result = "";
|
|
592
|
+
while (true) {
|
|
593
|
+
var remDiv = rem.div(radixToPower),
|
|
594
|
+
intval = rem.sub(remDiv.mul(radixToPower)).toInt() >>> 0,
|
|
595
|
+
digits = intval.toString(radix);
|
|
596
|
+
rem = remDiv;
|
|
597
|
+
if (rem.isZero()) return digits + result;
|
|
598
|
+
else {
|
|
599
|
+
while (digits.length < 6) digits = "0" + digits;
|
|
600
|
+
result = "" + digits + result;
|
|
601
|
+
}
|
|
602
|
+
}
|
|
603
|
+
};
|
|
604
|
+
|
|
605
|
+
/**
|
|
606
|
+
* Gets the high 32 bits as a signed integer.
|
|
607
|
+
* @this {!Long}
|
|
608
|
+
* @returns {number} Signed high bits
|
|
609
|
+
*/
|
|
610
|
+
LongPrototype.getHighBits = function getHighBits() {
|
|
611
|
+
return this.high;
|
|
612
|
+
};
|
|
613
|
+
|
|
614
|
+
/**
|
|
615
|
+
* Gets the high 32 bits as an unsigned integer.
|
|
616
|
+
* @this {!Long}
|
|
617
|
+
* @returns {number} Unsigned high bits
|
|
618
|
+
*/
|
|
619
|
+
LongPrototype.getHighBitsUnsigned = function getHighBitsUnsigned() {
|
|
620
|
+
return this.high >>> 0;
|
|
621
|
+
};
|
|
622
|
+
|
|
623
|
+
/**
|
|
624
|
+
* Gets the low 32 bits as a signed integer.
|
|
625
|
+
* @this {!Long}
|
|
626
|
+
* @returns {number} Signed low bits
|
|
627
|
+
*/
|
|
628
|
+
LongPrototype.getLowBits = function getLowBits() {
|
|
629
|
+
return this.low;
|
|
630
|
+
};
|
|
631
|
+
|
|
632
|
+
/**
|
|
633
|
+
* Gets the low 32 bits as an unsigned integer.
|
|
634
|
+
* @this {!Long}
|
|
635
|
+
* @returns {number} Unsigned low bits
|
|
636
|
+
*/
|
|
637
|
+
LongPrototype.getLowBitsUnsigned = function getLowBitsUnsigned() {
|
|
638
|
+
return this.low >>> 0;
|
|
639
|
+
};
|
|
640
|
+
|
|
641
|
+
/**
|
|
642
|
+
* Gets the number of bits needed to represent the absolute value of this Long.
|
|
643
|
+
* @this {!Long}
|
|
644
|
+
* @returns {number}
|
|
645
|
+
*/
|
|
646
|
+
LongPrototype.getNumBitsAbs = function getNumBitsAbs() {
|
|
647
|
+
if (this.isNegative())
|
|
648
|
+
// Unsigned Longs are never negative
|
|
649
|
+
return this.eq(MIN_VALUE) ? 64 : this.neg().getNumBitsAbs();
|
|
650
|
+
var val = this.high != 0 ? this.high : this.low;
|
|
651
|
+
for (var bit = 31; bit > 0; bit--) if ((val & (1 << bit)) != 0) break;
|
|
652
|
+
return this.high != 0 ? bit + 33 : bit + 1;
|
|
653
|
+
};
|
|
654
|
+
|
|
655
|
+
/**
|
|
656
|
+
* Tests if this Long can be safely represented as a JavaScript number.
|
|
657
|
+
* @this {!Long}
|
|
658
|
+
* @returns {boolean}
|
|
659
|
+
*/
|
|
660
|
+
LongPrototype.isSafeInteger = function isSafeInteger() {
|
|
661
|
+
// 2^53-1 is the maximum safe value
|
|
662
|
+
var top11Bits = this.high >> 21;
|
|
663
|
+
// [0, 2^53-1]
|
|
664
|
+
if (!top11Bits) return true;
|
|
665
|
+
// > 2^53-1
|
|
666
|
+
if (this.unsigned) return false;
|
|
667
|
+
// [-2^53, -1] except -2^53
|
|
668
|
+
return top11Bits === -1 && !(this.low === 0 && this.high === -0x200000);
|
|
669
|
+
};
|
|
670
|
+
|
|
671
|
+
/**
|
|
672
|
+
* Tests if this Long's value equals zero.
|
|
673
|
+
* @this {!Long}
|
|
674
|
+
* @returns {boolean}
|
|
675
|
+
*/
|
|
676
|
+
LongPrototype.isZero = function isZero() {
|
|
677
|
+
return this.high === 0 && this.low === 0;
|
|
678
|
+
};
|
|
679
|
+
|
|
680
|
+
/**
|
|
681
|
+
* Tests if this Long's value equals zero. This is an alias of {@link Long#isZero}.
|
|
682
|
+
* @returns {boolean}
|
|
683
|
+
*/
|
|
684
|
+
LongPrototype.eqz = LongPrototype.isZero;
|
|
685
|
+
|
|
686
|
+
/**
|
|
687
|
+
* Tests if this Long's value is negative.
|
|
688
|
+
* @this {!Long}
|
|
689
|
+
* @returns {boolean}
|
|
690
|
+
*/
|
|
691
|
+
LongPrototype.isNegative = function isNegative() {
|
|
692
|
+
return !this.unsigned && this.high < 0;
|
|
693
|
+
};
|
|
694
|
+
|
|
695
|
+
/**
|
|
696
|
+
* Tests if this Long's value is positive or zero.
|
|
697
|
+
* @this {!Long}
|
|
698
|
+
* @returns {boolean}
|
|
699
|
+
*/
|
|
700
|
+
LongPrototype.isPositive = function isPositive() {
|
|
701
|
+
return this.unsigned || this.high >= 0;
|
|
702
|
+
};
|
|
703
|
+
|
|
704
|
+
/**
|
|
705
|
+
* Tests if this Long's value is odd.
|
|
706
|
+
* @this {!Long}
|
|
707
|
+
* @returns {boolean}
|
|
708
|
+
*/
|
|
709
|
+
LongPrototype.isOdd = function isOdd() {
|
|
710
|
+
return (this.low & 1) === 1;
|
|
711
|
+
};
|
|
712
|
+
|
|
713
|
+
/**
|
|
714
|
+
* Tests if this Long's value is even.
|
|
715
|
+
* @this {!Long}
|
|
716
|
+
* @returns {boolean}
|
|
717
|
+
*/
|
|
718
|
+
LongPrototype.isEven = function isEven() {
|
|
719
|
+
return (this.low & 1) === 0;
|
|
720
|
+
};
|
|
721
|
+
|
|
722
|
+
/**
|
|
723
|
+
* Tests if this Long's value equals the specified's.
|
|
724
|
+
* @this {!Long}
|
|
725
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
726
|
+
* @returns {boolean}
|
|
727
|
+
*/
|
|
728
|
+
LongPrototype.equals = function equals(other) {
|
|
729
|
+
if (!isLong(other)) other = fromValue(other);
|
|
730
|
+
if (
|
|
731
|
+
this.unsigned !== other.unsigned &&
|
|
732
|
+
this.high >>> 31 === 1 &&
|
|
733
|
+
other.high >>> 31 === 1
|
|
734
|
+
)
|
|
735
|
+
return false;
|
|
736
|
+
return this.high === other.high && this.low === other.low;
|
|
737
|
+
};
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* Tests if this Long's value equals the specified's. This is an alias of {@link Long#equals}.
|
|
741
|
+
* @function
|
|
742
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
743
|
+
* @returns {boolean}
|
|
744
|
+
*/
|
|
745
|
+
LongPrototype.eq = LongPrototype.equals;
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* Tests if this Long's value differs from the specified's.
|
|
749
|
+
* @this {!Long}
|
|
750
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
751
|
+
* @returns {boolean}
|
|
752
|
+
*/
|
|
753
|
+
LongPrototype.notEquals = function notEquals(other) {
|
|
754
|
+
return !this.eq(/* validates */ other);
|
|
755
|
+
};
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* Tests if this Long's value differs from the specified's. This is an alias of {@link Long#notEquals}.
|
|
759
|
+
* @function
|
|
760
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
761
|
+
* @returns {boolean}
|
|
762
|
+
*/
|
|
763
|
+
LongPrototype.neq = LongPrototype.notEquals;
|
|
764
|
+
|
|
765
|
+
/**
|
|
766
|
+
* Tests if this Long's value differs from the specified's. This is an alias of {@link Long#notEquals}.
|
|
767
|
+
* @function
|
|
768
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
769
|
+
* @returns {boolean}
|
|
770
|
+
*/
|
|
771
|
+
LongPrototype.ne = LongPrototype.notEquals;
|
|
772
|
+
|
|
773
|
+
/**
|
|
774
|
+
* Tests if this Long's value is less than the specified's.
|
|
775
|
+
* @this {!Long}
|
|
776
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
777
|
+
* @returns {boolean}
|
|
778
|
+
*/
|
|
779
|
+
LongPrototype.lessThan = function lessThan(other) {
|
|
780
|
+
return this.comp(/* validates */ other) < 0;
|
|
781
|
+
};
|
|
782
|
+
|
|
783
|
+
/**
|
|
784
|
+
* Tests if this Long's value is less than the specified's. This is an alias of {@link Long#lessThan}.
|
|
785
|
+
* @function
|
|
786
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
787
|
+
* @returns {boolean}
|
|
788
|
+
*/
|
|
789
|
+
LongPrototype.lt = LongPrototype.lessThan;
|
|
790
|
+
|
|
791
|
+
/**
|
|
792
|
+
* Tests if this Long's value is less than or equal the specified's.
|
|
793
|
+
* @this {!Long}
|
|
794
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
795
|
+
* @returns {boolean}
|
|
796
|
+
*/
|
|
797
|
+
LongPrototype.lessThanOrEqual = function lessThanOrEqual(other) {
|
|
798
|
+
return this.comp(/* validates */ other) <= 0;
|
|
799
|
+
};
|
|
800
|
+
|
|
801
|
+
/**
|
|
802
|
+
* Tests if this Long's value is less than or equal the specified's. This is an alias of {@link Long#lessThanOrEqual}.
|
|
803
|
+
* @function
|
|
804
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
805
|
+
* @returns {boolean}
|
|
806
|
+
*/
|
|
807
|
+
LongPrototype.lte = LongPrototype.lessThanOrEqual;
|
|
808
|
+
|
|
809
|
+
/**
|
|
810
|
+
* Tests if this Long's value is less than or equal the specified's. This is an alias of {@link Long#lessThanOrEqual}.
|
|
811
|
+
* @function
|
|
812
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
813
|
+
* @returns {boolean}
|
|
814
|
+
*/
|
|
815
|
+
LongPrototype.le = LongPrototype.lessThanOrEqual;
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* Tests if this Long's value is greater than the specified's.
|
|
819
|
+
* @this {!Long}
|
|
820
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
821
|
+
* @returns {boolean}
|
|
822
|
+
*/
|
|
823
|
+
LongPrototype.greaterThan = function greaterThan(other) {
|
|
824
|
+
return this.comp(/* validates */ other) > 0;
|
|
825
|
+
};
|
|
826
|
+
|
|
827
|
+
/**
|
|
828
|
+
* Tests if this Long's value is greater than the specified's. This is an alias of {@link Long#greaterThan}.
|
|
829
|
+
* @function
|
|
830
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
831
|
+
* @returns {boolean}
|
|
832
|
+
*/
|
|
833
|
+
LongPrototype.gt = LongPrototype.greaterThan;
|
|
834
|
+
|
|
835
|
+
/**
|
|
836
|
+
* Tests if this Long's value is greater than or equal the specified's.
|
|
837
|
+
* @this {!Long}
|
|
838
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
839
|
+
* @returns {boolean}
|
|
840
|
+
*/
|
|
841
|
+
LongPrototype.greaterThanOrEqual = function greaterThanOrEqual(other) {
|
|
842
|
+
return this.comp(/* validates */ other) >= 0;
|
|
843
|
+
};
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* Tests if this Long's value is greater than or equal the specified's. This is an alias of {@link Long#greaterThanOrEqual}.
|
|
847
|
+
* @function
|
|
848
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
849
|
+
* @returns {boolean}
|
|
850
|
+
*/
|
|
851
|
+
LongPrototype.gte = LongPrototype.greaterThanOrEqual;
|
|
852
|
+
|
|
853
|
+
/**
|
|
854
|
+
* Tests if this Long's value is greater than or equal the specified's. This is an alias of {@link Long#greaterThanOrEqual}.
|
|
855
|
+
* @function
|
|
856
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
857
|
+
* @returns {boolean}
|
|
858
|
+
*/
|
|
859
|
+
LongPrototype.ge = LongPrototype.greaterThanOrEqual;
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* Compares this Long's value with the specified's.
|
|
863
|
+
* @this {!Long}
|
|
864
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
865
|
+
* @returns {number} 0 if they are the same, 1 if the this is greater and -1
|
|
866
|
+
* if the given one is greater
|
|
867
|
+
*/
|
|
868
|
+
LongPrototype.compare = function compare(other) {
|
|
869
|
+
if (!isLong(other)) other = fromValue(other);
|
|
870
|
+
if (this.eq(other)) return 0;
|
|
871
|
+
var thisNeg = this.isNegative(),
|
|
872
|
+
otherNeg = other.isNegative();
|
|
873
|
+
if (thisNeg && !otherNeg) return -1;
|
|
874
|
+
if (!thisNeg && otherNeg) return 1;
|
|
875
|
+
// At this point the sign bits are the same
|
|
876
|
+
if (!this.unsigned) return this.sub(other).isNegative() ? -1 : 1;
|
|
877
|
+
// Both are positive if at least one is unsigned
|
|
878
|
+
return other.high >>> 0 > this.high >>> 0 ||
|
|
879
|
+
(other.high === this.high && other.low >>> 0 > this.low >>> 0)
|
|
880
|
+
? -1
|
|
881
|
+
: 1;
|
|
882
|
+
};
|
|
883
|
+
|
|
884
|
+
/**
|
|
885
|
+
* Compares this Long's value with the specified's. This is an alias of {@link Long#compare}.
|
|
886
|
+
* @function
|
|
887
|
+
* @param {!Long|number|bigint|string} other Other value
|
|
888
|
+
* @returns {number} 0 if they are the same, 1 if the this is greater and -1
|
|
889
|
+
* if the given one is greater
|
|
890
|
+
*/
|
|
891
|
+
LongPrototype.comp = LongPrototype.compare;
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* Negates this Long's value.
|
|
895
|
+
* @this {!Long}
|
|
896
|
+
* @returns {!Long} Negated Long
|
|
897
|
+
*/
|
|
898
|
+
LongPrototype.negate = function negate() {
|
|
899
|
+
if (!this.unsigned && this.eq(MIN_VALUE)) return MIN_VALUE;
|
|
900
|
+
return this.not().add(ONE);
|
|
901
|
+
};
|
|
902
|
+
|
|
903
|
+
/**
|
|
904
|
+
* Negates this Long's value. This is an alias of {@link Long#negate}.
|
|
905
|
+
* @function
|
|
906
|
+
* @returns {!Long} Negated Long
|
|
907
|
+
*/
|
|
908
|
+
LongPrototype.neg = LongPrototype.negate;
|
|
909
|
+
|
|
910
|
+
/**
|
|
911
|
+
* Returns the sum of this and the specified Long.
|
|
912
|
+
* @this {!Long}
|
|
913
|
+
* @param {!Long|number|bigint|string} addend Addend
|
|
914
|
+
* @returns {!Long} Sum
|
|
915
|
+
*/
|
|
916
|
+
LongPrototype.add = function add(addend) {
|
|
917
|
+
if (!isLong(addend)) addend = fromValue(addend);
|
|
918
|
+
|
|
919
|
+
// Divide each number into 4 chunks of 16 bits, and then sum the chunks.
|
|
920
|
+
|
|
921
|
+
var a48 = this.high >>> 16;
|
|
922
|
+
var a32 = this.high & 0xffff;
|
|
923
|
+
var a16 = this.low >>> 16;
|
|
924
|
+
var a00 = this.low & 0xffff;
|
|
925
|
+
|
|
926
|
+
var b48 = addend.high >>> 16;
|
|
927
|
+
var b32 = addend.high & 0xffff;
|
|
928
|
+
var b16 = addend.low >>> 16;
|
|
929
|
+
var b00 = addend.low & 0xffff;
|
|
930
|
+
|
|
931
|
+
var c48 = 0,
|
|
932
|
+
c32 = 0,
|
|
933
|
+
c16 = 0,
|
|
934
|
+
c00 = 0;
|
|
935
|
+
c00 += a00 + b00;
|
|
936
|
+
c16 += c00 >>> 16;
|
|
937
|
+
c00 &= 0xffff;
|
|
938
|
+
c16 += a16 + b16;
|
|
939
|
+
c32 += c16 >>> 16;
|
|
940
|
+
c16 &= 0xffff;
|
|
941
|
+
c32 += a32 + b32;
|
|
942
|
+
c48 += c32 >>> 16;
|
|
943
|
+
c32 &= 0xffff;
|
|
944
|
+
c48 += a48 + b48;
|
|
945
|
+
c48 &= 0xffff;
|
|
946
|
+
return fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned);
|
|
947
|
+
};
|
|
948
|
+
|
|
949
|
+
/**
|
|
950
|
+
* Returns the difference of this and the specified Long.
|
|
951
|
+
* @this {!Long}
|
|
952
|
+
* @param {!Long|number|bigint|string} subtrahend Subtrahend
|
|
953
|
+
* @returns {!Long} Difference
|
|
954
|
+
*/
|
|
955
|
+
LongPrototype.subtract = function subtract(subtrahend) {
|
|
956
|
+
if (!isLong(subtrahend)) subtrahend = fromValue(subtrahend);
|
|
957
|
+
return this.add(subtrahend.neg());
|
|
958
|
+
};
|
|
959
|
+
|
|
960
|
+
/**
|
|
961
|
+
* Returns the difference of this and the specified Long. This is an alias of {@link Long#subtract}.
|
|
962
|
+
* @function
|
|
963
|
+
* @param {!Long|number|bigint|string} subtrahend Subtrahend
|
|
964
|
+
* @returns {!Long} Difference
|
|
965
|
+
*/
|
|
966
|
+
LongPrototype.sub = LongPrototype.subtract;
|
|
967
|
+
|
|
968
|
+
/**
|
|
969
|
+
* Returns the product of this and the specified Long.
|
|
970
|
+
* @this {!Long}
|
|
971
|
+
* @param {!Long|number|bigint|string} multiplier Multiplier
|
|
972
|
+
* @returns {!Long} Product
|
|
973
|
+
*/
|
|
974
|
+
LongPrototype.multiply = function multiply(multiplier) {
|
|
975
|
+
if (this.isZero()) return this;
|
|
976
|
+
if (!isLong(multiplier)) multiplier = fromValue(multiplier);
|
|
977
|
+
|
|
978
|
+
// use wasm support if present
|
|
979
|
+
if (wasm) {
|
|
980
|
+
var low = wasm["mul"](this.low, this.high, multiplier.low, multiplier.high);
|
|
981
|
+
return fromBits(low, wasm["get_high"](), this.unsigned);
|
|
982
|
+
}
|
|
983
|
+
|
|
984
|
+
if (multiplier.isZero()) return this.unsigned ? UZERO : ZERO;
|
|
985
|
+
if (this.eq(MIN_VALUE)) return multiplier.isOdd() ? MIN_VALUE : ZERO;
|
|
986
|
+
if (multiplier.eq(MIN_VALUE)) return this.isOdd() ? MIN_VALUE : ZERO;
|
|
987
|
+
|
|
988
|
+
if (this.isNegative()) {
|
|
989
|
+
if (multiplier.isNegative()) return this.neg().mul(multiplier.neg());
|
|
990
|
+
else return this.neg().mul(multiplier).neg();
|
|
991
|
+
} else if (multiplier.isNegative()) return this.mul(multiplier.neg()).neg();
|
|
992
|
+
|
|
993
|
+
// If both longs are small, use float multiplication
|
|
994
|
+
if (this.lt(TWO_PWR_24) && multiplier.lt(TWO_PWR_24))
|
|
995
|
+
return fromNumber(this.toNumber() * multiplier.toNumber(), this.unsigned);
|
|
996
|
+
|
|
997
|
+
// Divide each long into 4 chunks of 16 bits, and then add up 4x4 products.
|
|
998
|
+
// We can skip products that would overflow.
|
|
999
|
+
|
|
1000
|
+
var a48 = this.high >>> 16;
|
|
1001
|
+
var a32 = this.high & 0xffff;
|
|
1002
|
+
var a16 = this.low >>> 16;
|
|
1003
|
+
var a00 = this.low & 0xffff;
|
|
1004
|
+
|
|
1005
|
+
var b48 = multiplier.high >>> 16;
|
|
1006
|
+
var b32 = multiplier.high & 0xffff;
|
|
1007
|
+
var b16 = multiplier.low >>> 16;
|
|
1008
|
+
var b00 = multiplier.low & 0xffff;
|
|
1009
|
+
|
|
1010
|
+
var c48 = 0,
|
|
1011
|
+
c32 = 0,
|
|
1012
|
+
c16 = 0,
|
|
1013
|
+
c00 = 0;
|
|
1014
|
+
c00 += a00 * b00;
|
|
1015
|
+
c16 += c00 >>> 16;
|
|
1016
|
+
c00 &= 0xffff;
|
|
1017
|
+
c16 += a16 * b00;
|
|
1018
|
+
c32 += c16 >>> 16;
|
|
1019
|
+
c16 &= 0xffff;
|
|
1020
|
+
c16 += a00 * b16;
|
|
1021
|
+
c32 += c16 >>> 16;
|
|
1022
|
+
c16 &= 0xffff;
|
|
1023
|
+
c32 += a32 * b00;
|
|
1024
|
+
c48 += c32 >>> 16;
|
|
1025
|
+
c32 &= 0xffff;
|
|
1026
|
+
c32 += a16 * b16;
|
|
1027
|
+
c48 += c32 >>> 16;
|
|
1028
|
+
c32 &= 0xffff;
|
|
1029
|
+
c32 += a00 * b32;
|
|
1030
|
+
c48 += c32 >>> 16;
|
|
1031
|
+
c32 &= 0xffff;
|
|
1032
|
+
c48 += a48 * b00 + a32 * b16 + a16 * b32 + a00 * b48;
|
|
1033
|
+
c48 &= 0xffff;
|
|
1034
|
+
return fromBits((c16 << 16) | c00, (c48 << 16) | c32, this.unsigned);
|
|
1035
|
+
};
|
|
1036
|
+
|
|
1037
|
+
/**
|
|
1038
|
+
* Returns the product of this and the specified Long. This is an alias of {@link Long#multiply}.
|
|
1039
|
+
* @function
|
|
1040
|
+
* @param {!Long|number|bigint|string} multiplier Multiplier
|
|
1041
|
+
* @returns {!Long} Product
|
|
1042
|
+
*/
|
|
1043
|
+
LongPrototype.mul = LongPrototype.multiply;
|
|
1044
|
+
|
|
1045
|
+
/**
|
|
1046
|
+
* Returns this Long divided by the specified. The result is signed if this Long is signed or
|
|
1047
|
+
* unsigned if this Long is unsigned.
|
|
1048
|
+
* @this {!Long}
|
|
1049
|
+
* @param {!Long|number|bigint|string} divisor Divisor
|
|
1050
|
+
* @returns {!Long} Quotient
|
|
1051
|
+
*/
|
|
1052
|
+
LongPrototype.divide = function divide(divisor) {
|
|
1053
|
+
if (!isLong(divisor)) divisor = fromValue(divisor);
|
|
1054
|
+
if (divisor.isZero()) throw Error("division by zero");
|
|
1055
|
+
|
|
1056
|
+
// use wasm support if present
|
|
1057
|
+
if (wasm) {
|
|
1058
|
+
// guard against signed division overflow: the largest
|
|
1059
|
+
// negative number / -1 would be 1 larger than the largest
|
|
1060
|
+
// positive number, due to two's complement.
|
|
1061
|
+
if (
|
|
1062
|
+
!this.unsigned &&
|
|
1063
|
+
this.high === -0x80000000 &&
|
|
1064
|
+
divisor.low === -1 &&
|
|
1065
|
+
divisor.high === -1
|
|
1066
|
+
) {
|
|
1067
|
+
// be consistent with non-wasm code path
|
|
1068
|
+
return this;
|
|
1069
|
+
}
|
|
1070
|
+
var low = (this.unsigned ? wasm["div_u"] : wasm["div_s"])(
|
|
1071
|
+
this.low,
|
|
1072
|
+
this.high,
|
|
1073
|
+
divisor.low,
|
|
1074
|
+
divisor.high,
|
|
1075
|
+
);
|
|
1076
|
+
return fromBits(low, wasm["get_high"](), this.unsigned);
|
|
1077
|
+
}
|
|
1078
|
+
|
|
1079
|
+
if (this.isZero()) return this.unsigned ? UZERO : ZERO;
|
|
1080
|
+
var approx, rem, res;
|
|
1081
|
+
if (!this.unsigned) {
|
|
1082
|
+
// This section is only relevant for signed longs and is derived from the
|
|
1083
|
+
// closure library as a whole.
|
|
1084
|
+
if (this.eq(MIN_VALUE)) {
|
|
1085
|
+
if (divisor.eq(ONE) || divisor.eq(NEG_ONE))
|
|
1086
|
+
return MIN_VALUE; // recall that -MIN_VALUE == MIN_VALUE
|
|
1087
|
+
else if (divisor.eq(MIN_VALUE)) return ONE;
|
|
1088
|
+
else {
|
|
1089
|
+
// At this point, we have |other| >= 2, so |this/other| < |MIN_VALUE|.
|
|
1090
|
+
var halfThis = this.shr(1);
|
|
1091
|
+
approx = halfThis.div(divisor).shl(1);
|
|
1092
|
+
if (approx.eq(ZERO)) {
|
|
1093
|
+
return divisor.isNegative() ? ONE : NEG_ONE;
|
|
1094
|
+
} else {
|
|
1095
|
+
rem = this.sub(divisor.mul(approx));
|
|
1096
|
+
res = approx.add(rem.div(divisor));
|
|
1097
|
+
return res;
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
} else if (divisor.eq(MIN_VALUE)) return this.unsigned ? UZERO : ZERO;
|
|
1101
|
+
if (this.isNegative()) {
|
|
1102
|
+
if (divisor.isNegative()) return this.neg().div(divisor.neg());
|
|
1103
|
+
return this.neg().div(divisor).neg();
|
|
1104
|
+
} else if (divisor.isNegative()) return this.div(divisor.neg()).neg();
|
|
1105
|
+
res = ZERO;
|
|
1106
|
+
} else {
|
|
1107
|
+
// The algorithm below has not been made for unsigned longs. It's therefore
|
|
1108
|
+
// required to take special care of the MSB prior to running it.
|
|
1109
|
+
if (!divisor.unsigned) divisor = divisor.toUnsigned();
|
|
1110
|
+
if (divisor.gt(this)) return UZERO;
|
|
1111
|
+
if (divisor.gt(this.shru(1)))
|
|
1112
|
+
// 15 >>> 1 = 7 ; with divisor = 8 ; true
|
|
1113
|
+
return UONE;
|
|
1114
|
+
res = UZERO;
|
|
1115
|
+
}
|
|
1116
|
+
|
|
1117
|
+
// Repeat the following until the remainder is less than other: find a
|
|
1118
|
+
// floating-point that approximates remainder / other *from below*, add this
|
|
1119
|
+
// into the result, and subtract it from the remainder. It is critical that
|
|
1120
|
+
// the approximate value is less than or equal to the real value so that the
|
|
1121
|
+
// remainder never becomes negative.
|
|
1122
|
+
rem = this;
|
|
1123
|
+
while (rem.gte(divisor)) {
|
|
1124
|
+
// Approximate the result of division. This may be a little greater or
|
|
1125
|
+
// smaller than the actual value.
|
|
1126
|
+
approx = Math.max(1, Math.floor(rem.toNumber() / divisor.toNumber()));
|
|
1127
|
+
|
|
1128
|
+
// We will tweak the approximate result by changing it in the 48-th digit or
|
|
1129
|
+
// the smallest non-fractional digit, whichever is larger.
|
|
1130
|
+
var log2 = Math.ceil(Math.log(approx) / Math.LN2),
|
|
1131
|
+
delta = log2 <= 48 ? 1 : pow_dbl(2, log2 - 48),
|
|
1132
|
+
// Decrease the approximation until it is smaller than the remainder. Note
|
|
1133
|
+
// that if it is too large, the product overflows and is negative.
|
|
1134
|
+
approxRes = fromNumber(approx),
|
|
1135
|
+
approxRem = approxRes.mul(divisor);
|
|
1136
|
+
while (approxRem.isNegative() || approxRem.gt(rem)) {
|
|
1137
|
+
approx -= delta;
|
|
1138
|
+
approxRes = fromNumber(approx, this.unsigned);
|
|
1139
|
+
approxRem = approxRes.mul(divisor);
|
|
1140
|
+
}
|
|
1141
|
+
|
|
1142
|
+
// We know the answer can't be zero... and actually, zero would cause
|
|
1143
|
+
// infinite recursion since we would make no progress.
|
|
1144
|
+
if (approxRes.isZero()) approxRes = ONE;
|
|
1145
|
+
|
|
1146
|
+
res = res.add(approxRes);
|
|
1147
|
+
rem = rem.sub(approxRem);
|
|
1148
|
+
}
|
|
1149
|
+
return res;
|
|
1150
|
+
};
|
|
1151
|
+
|
|
1152
|
+
/**
|
|
1153
|
+
* Returns this Long divided by the specified. This is an alias of {@link Long#divide}.
|
|
1154
|
+
* @function
|
|
1155
|
+
* @param {!Long|number|bigint|string} divisor Divisor
|
|
1156
|
+
* @returns {!Long} Quotient
|
|
1157
|
+
*/
|
|
1158
|
+
LongPrototype.div = LongPrototype.divide;
|
|
1159
|
+
|
|
1160
|
+
/**
|
|
1161
|
+
* Returns this Long modulo the specified.
|
|
1162
|
+
* @this {!Long}
|
|
1163
|
+
* @param {!Long|number|bigint|string} divisor Divisor
|
|
1164
|
+
* @returns {!Long} Remainder
|
|
1165
|
+
*/
|
|
1166
|
+
LongPrototype.modulo = function modulo(divisor) {
|
|
1167
|
+
if (!isLong(divisor)) divisor = fromValue(divisor);
|
|
1168
|
+
|
|
1169
|
+
// use wasm support if present
|
|
1170
|
+
if (wasm) {
|
|
1171
|
+
var low = (this.unsigned ? wasm["rem_u"] : wasm["rem_s"])(
|
|
1172
|
+
this.low,
|
|
1173
|
+
this.high,
|
|
1174
|
+
divisor.low,
|
|
1175
|
+
divisor.high,
|
|
1176
|
+
);
|
|
1177
|
+
return fromBits(low, wasm["get_high"](), this.unsigned);
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
return this.sub(this.div(divisor).mul(divisor));
|
|
1181
|
+
};
|
|
1182
|
+
|
|
1183
|
+
/**
|
|
1184
|
+
* Returns this Long modulo the specified. This is an alias of {@link Long#modulo}.
|
|
1185
|
+
* @function
|
|
1186
|
+
* @param {!Long|number|bigint|string} divisor Divisor
|
|
1187
|
+
* @returns {!Long} Remainder
|
|
1188
|
+
*/
|
|
1189
|
+
LongPrototype.mod = LongPrototype.modulo;
|
|
1190
|
+
|
|
1191
|
+
/**
|
|
1192
|
+
* Returns this Long modulo the specified. This is an alias of {@link Long#modulo}.
|
|
1193
|
+
* @function
|
|
1194
|
+
* @param {!Long|number|bigint|string} divisor Divisor
|
|
1195
|
+
* @returns {!Long} Remainder
|
|
1196
|
+
*/
|
|
1197
|
+
LongPrototype.rem = LongPrototype.modulo;
|
|
1198
|
+
|
|
1199
|
+
/**
|
|
1200
|
+
* Returns the bitwise NOT of this Long.
|
|
1201
|
+
* @this {!Long}
|
|
1202
|
+
* @returns {!Long}
|
|
1203
|
+
*/
|
|
1204
|
+
LongPrototype.not = function not() {
|
|
1205
|
+
return fromBits(~this.low, ~this.high, this.unsigned);
|
|
1206
|
+
};
|
|
1207
|
+
|
|
1208
|
+
/**
|
|
1209
|
+
* Returns count leading zeros of this Long.
|
|
1210
|
+
* @this {!Long}
|
|
1211
|
+
* @returns {!number}
|
|
1212
|
+
*/
|
|
1213
|
+
LongPrototype.countLeadingZeros = function countLeadingZeros() {
|
|
1214
|
+
return this.high ? Math.clz32(this.high) : Math.clz32(this.low) + 32;
|
|
1215
|
+
};
|
|
1216
|
+
|
|
1217
|
+
/**
|
|
1218
|
+
* Returns count leading zeros. This is an alias of {@link Long#countLeadingZeros}.
|
|
1219
|
+
* @function
|
|
1220
|
+
* @param {!Long}
|
|
1221
|
+
* @returns {!number}
|
|
1222
|
+
*/
|
|
1223
|
+
LongPrototype.clz = LongPrototype.countLeadingZeros;
|
|
1224
|
+
|
|
1225
|
+
/**
|
|
1226
|
+
* Returns count trailing zeros of this Long.
|
|
1227
|
+
* @this {!Long}
|
|
1228
|
+
* @returns {!number}
|
|
1229
|
+
*/
|
|
1230
|
+
LongPrototype.countTrailingZeros = function countTrailingZeros() {
|
|
1231
|
+
return this.low ? ctz32(this.low) : ctz32(this.high) + 32;
|
|
1232
|
+
};
|
|
1233
|
+
|
|
1234
|
+
/**
|
|
1235
|
+
* Returns count trailing zeros. This is an alias of {@link Long#countTrailingZeros}.
|
|
1236
|
+
* @function
|
|
1237
|
+
* @param {!Long}
|
|
1238
|
+
* @returns {!number}
|
|
1239
|
+
*/
|
|
1240
|
+
LongPrototype.ctz = LongPrototype.countTrailingZeros;
|
|
1241
|
+
|
|
1242
|
+
/**
|
|
1243
|
+
* Returns the bitwise AND of this Long and the specified.
|
|
1244
|
+
* @this {!Long}
|
|
1245
|
+
* @param {!Long|number|bigint|string} other Other Long
|
|
1246
|
+
* @returns {!Long}
|
|
1247
|
+
*/
|
|
1248
|
+
LongPrototype.and = function and(other) {
|
|
1249
|
+
if (!isLong(other)) other = fromValue(other);
|
|
1250
|
+
return fromBits(this.low & other.low, this.high & other.high, this.unsigned);
|
|
1251
|
+
};
|
|
1252
|
+
|
|
1253
|
+
/**
|
|
1254
|
+
* Returns the bitwise OR of this Long and the specified.
|
|
1255
|
+
* @this {!Long}
|
|
1256
|
+
* @param {!Long|number|bigint|string} other Other Long
|
|
1257
|
+
* @returns {!Long}
|
|
1258
|
+
*/
|
|
1259
|
+
LongPrototype.or = function or(other) {
|
|
1260
|
+
if (!isLong(other)) other = fromValue(other);
|
|
1261
|
+
return fromBits(this.low | other.low, this.high | other.high, this.unsigned);
|
|
1262
|
+
};
|
|
1263
|
+
|
|
1264
|
+
/**
|
|
1265
|
+
* Returns the bitwise XOR of this Long and the given one.
|
|
1266
|
+
* @this {!Long}
|
|
1267
|
+
* @param {!Long|number|bigint|string} other Other Long
|
|
1268
|
+
* @returns {!Long}
|
|
1269
|
+
*/
|
|
1270
|
+
LongPrototype.xor = function xor(other) {
|
|
1271
|
+
if (!isLong(other)) other = fromValue(other);
|
|
1272
|
+
return fromBits(this.low ^ other.low, this.high ^ other.high, this.unsigned);
|
|
1273
|
+
};
|
|
1274
|
+
|
|
1275
|
+
/**
|
|
1276
|
+
* Returns this Long with bits shifted to the left by the given amount.
|
|
1277
|
+
* @this {!Long}
|
|
1278
|
+
* @param {number|!Long} numBits Number of bits
|
|
1279
|
+
* @returns {!Long} Shifted Long
|
|
1280
|
+
*/
|
|
1281
|
+
LongPrototype.shiftLeft = function shiftLeft(numBits) {
|
|
1282
|
+
if (isLong(numBits)) numBits = numBits.toInt();
|
|
1283
|
+
if ((numBits &= 63) === 0) return this;
|
|
1284
|
+
else if (numBits < 32)
|
|
1285
|
+
return fromBits(
|
|
1286
|
+
this.low << numBits,
|
|
1287
|
+
(this.high << numBits) | (this.low >>> (32 - numBits)),
|
|
1288
|
+
this.unsigned,
|
|
1289
|
+
);
|
|
1290
|
+
else return fromBits(0, this.low << (numBits - 32), this.unsigned);
|
|
1291
|
+
};
|
|
1292
|
+
|
|
1293
|
+
/**
|
|
1294
|
+
* Returns this Long with bits shifted to the left by the given amount. This is an alias of {@link Long#shiftLeft}.
|
|
1295
|
+
* @function
|
|
1296
|
+
* @param {number|!Long} numBits Number of bits
|
|
1297
|
+
* @returns {!Long} Shifted Long
|
|
1298
|
+
*/
|
|
1299
|
+
LongPrototype.shl = LongPrototype.shiftLeft;
|
|
1300
|
+
|
|
1301
|
+
/**
|
|
1302
|
+
* Returns this Long with bits arithmetically shifted to the right by the given amount.
|
|
1303
|
+
* @this {!Long}
|
|
1304
|
+
* @param {number|!Long} numBits Number of bits
|
|
1305
|
+
* @returns {!Long} Shifted Long
|
|
1306
|
+
*/
|
|
1307
|
+
LongPrototype.shiftRight = function shiftRight(numBits) {
|
|
1308
|
+
if (isLong(numBits)) numBits = numBits.toInt();
|
|
1309
|
+
if ((numBits &= 63) === 0) return this;
|
|
1310
|
+
else if (numBits < 32)
|
|
1311
|
+
return fromBits(
|
|
1312
|
+
(this.low >>> numBits) | (this.high << (32 - numBits)),
|
|
1313
|
+
this.high >> numBits,
|
|
1314
|
+
this.unsigned,
|
|
1315
|
+
);
|
|
1316
|
+
else
|
|
1317
|
+
return fromBits(
|
|
1318
|
+
this.high >> (numBits - 32),
|
|
1319
|
+
this.high >= 0 ? 0 : -1,
|
|
1320
|
+
this.unsigned,
|
|
1321
|
+
);
|
|
1322
|
+
};
|
|
1323
|
+
|
|
1324
|
+
/**
|
|
1325
|
+
* Returns this Long with bits arithmetically shifted to the right by the given amount. This is an alias of {@link Long#shiftRight}.
|
|
1326
|
+
* @function
|
|
1327
|
+
* @param {number|!Long} numBits Number of bits
|
|
1328
|
+
* @returns {!Long} Shifted Long
|
|
1329
|
+
*/
|
|
1330
|
+
LongPrototype.shr = LongPrototype.shiftRight;
|
|
1331
|
+
|
|
1332
|
+
/**
|
|
1333
|
+
* Returns this Long with bits logically shifted to the right by the given amount.
|
|
1334
|
+
* @this {!Long}
|
|
1335
|
+
* @param {number|!Long} numBits Number of bits
|
|
1336
|
+
* @returns {!Long} Shifted Long
|
|
1337
|
+
*/
|
|
1338
|
+
LongPrototype.shiftRightUnsigned = function shiftRightUnsigned(numBits) {
|
|
1339
|
+
if (isLong(numBits)) numBits = numBits.toInt();
|
|
1340
|
+
if ((numBits &= 63) === 0) return this;
|
|
1341
|
+
if (numBits < 32)
|
|
1342
|
+
return fromBits(
|
|
1343
|
+
(this.low >>> numBits) | (this.high << (32 - numBits)),
|
|
1344
|
+
this.high >>> numBits,
|
|
1345
|
+
this.unsigned,
|
|
1346
|
+
);
|
|
1347
|
+
if (numBits === 32) return fromBits(this.high, 0, this.unsigned);
|
|
1348
|
+
return fromBits(this.high >>> (numBits - 32), 0, this.unsigned);
|
|
1349
|
+
};
|
|
1350
|
+
|
|
1351
|
+
/**
|
|
1352
|
+
* Returns this Long with bits logically shifted to the right by the given amount. This is an alias of {@link Long#shiftRightUnsigned}.
|
|
1353
|
+
* @function
|
|
1354
|
+
* @param {number|!Long} numBits Number of bits
|
|
1355
|
+
* @returns {!Long} Shifted Long
|
|
1356
|
+
*/
|
|
1357
|
+
LongPrototype.shru = LongPrototype.shiftRightUnsigned;
|
|
1358
|
+
|
|
1359
|
+
/**
|
|
1360
|
+
* Returns this Long with bits logically shifted to the right by the given amount. This is an alias of {@link Long#shiftRightUnsigned}.
|
|
1361
|
+
* @function
|
|
1362
|
+
* @param {number|!Long} numBits Number of bits
|
|
1363
|
+
* @returns {!Long} Shifted Long
|
|
1364
|
+
*/
|
|
1365
|
+
LongPrototype.shr_u = LongPrototype.shiftRightUnsigned;
|
|
1366
|
+
|
|
1367
|
+
/**
|
|
1368
|
+
* Returns this Long with bits rotated to the left by the given amount.
|
|
1369
|
+
* @this {!Long}
|
|
1370
|
+
* @param {number|!Long} numBits Number of bits
|
|
1371
|
+
* @returns {!Long} Rotated Long
|
|
1372
|
+
*/
|
|
1373
|
+
LongPrototype.rotateLeft = function rotateLeft(numBits) {
|
|
1374
|
+
var b;
|
|
1375
|
+
if (isLong(numBits)) numBits = numBits.toInt();
|
|
1376
|
+
if ((numBits &= 63) === 0) return this;
|
|
1377
|
+
if (numBits === 32) return fromBits(this.high, this.low, this.unsigned);
|
|
1378
|
+
if (numBits < 32) {
|
|
1379
|
+
b = 32 - numBits;
|
|
1380
|
+
return fromBits(
|
|
1381
|
+
(this.low << numBits) | (this.high >>> b),
|
|
1382
|
+
(this.high << numBits) | (this.low >>> b),
|
|
1383
|
+
this.unsigned,
|
|
1384
|
+
);
|
|
1385
|
+
}
|
|
1386
|
+
numBits -= 32;
|
|
1387
|
+
b = 32 - numBits;
|
|
1388
|
+
return fromBits(
|
|
1389
|
+
(this.high << numBits) | (this.low >>> b),
|
|
1390
|
+
(this.low << numBits) | (this.high >>> b),
|
|
1391
|
+
this.unsigned,
|
|
1392
|
+
);
|
|
1393
|
+
};
|
|
1394
|
+
/**
|
|
1395
|
+
* Returns this Long with bits rotated to the left by the given amount. This is an alias of {@link Long#rotateLeft}.
|
|
1396
|
+
* @function
|
|
1397
|
+
* @param {number|!Long} numBits Number of bits
|
|
1398
|
+
* @returns {!Long} Rotated Long
|
|
1399
|
+
*/
|
|
1400
|
+
LongPrototype.rotl = LongPrototype.rotateLeft;
|
|
1401
|
+
|
|
1402
|
+
/**
|
|
1403
|
+
* Returns this Long with bits rotated to the right by the given amount.
|
|
1404
|
+
* @this {!Long}
|
|
1405
|
+
* @param {number|!Long} numBits Number of bits
|
|
1406
|
+
* @returns {!Long} Rotated Long
|
|
1407
|
+
*/
|
|
1408
|
+
LongPrototype.rotateRight = function rotateRight(numBits) {
|
|
1409
|
+
var b;
|
|
1410
|
+
if (isLong(numBits)) numBits = numBits.toInt();
|
|
1411
|
+
if ((numBits &= 63) === 0) return this;
|
|
1412
|
+
if (numBits === 32) return fromBits(this.high, this.low, this.unsigned);
|
|
1413
|
+
if (numBits < 32) {
|
|
1414
|
+
b = 32 - numBits;
|
|
1415
|
+
return fromBits(
|
|
1416
|
+
(this.high << b) | (this.low >>> numBits),
|
|
1417
|
+
(this.low << b) | (this.high >>> numBits),
|
|
1418
|
+
this.unsigned,
|
|
1419
|
+
);
|
|
1420
|
+
}
|
|
1421
|
+
numBits -= 32;
|
|
1422
|
+
b = 32 - numBits;
|
|
1423
|
+
return fromBits(
|
|
1424
|
+
(this.low << b) | (this.high >>> numBits),
|
|
1425
|
+
(this.high << b) | (this.low >>> numBits),
|
|
1426
|
+
this.unsigned,
|
|
1427
|
+
);
|
|
1428
|
+
};
|
|
1429
|
+
/**
|
|
1430
|
+
* Returns this Long with bits rotated to the right by the given amount. This is an alias of {@link Long#rotateRight}.
|
|
1431
|
+
* @function
|
|
1432
|
+
* @param {number|!Long} numBits Number of bits
|
|
1433
|
+
* @returns {!Long} Rotated Long
|
|
1434
|
+
*/
|
|
1435
|
+
LongPrototype.rotr = LongPrototype.rotateRight;
|
|
1436
|
+
|
|
1437
|
+
/**
|
|
1438
|
+
* Converts this Long to signed.
|
|
1439
|
+
* @this {!Long}
|
|
1440
|
+
* @returns {!Long} Signed long
|
|
1441
|
+
*/
|
|
1442
|
+
LongPrototype.toSigned = function toSigned() {
|
|
1443
|
+
if (!this.unsigned) return this;
|
|
1444
|
+
return fromBits(this.low, this.high, false);
|
|
1445
|
+
};
|
|
1446
|
+
|
|
1447
|
+
/**
|
|
1448
|
+
* Converts this Long to unsigned.
|
|
1449
|
+
* @this {!Long}
|
|
1450
|
+
* @returns {!Long} Unsigned long
|
|
1451
|
+
*/
|
|
1452
|
+
LongPrototype.toUnsigned = function toUnsigned() {
|
|
1453
|
+
if (this.unsigned) return this;
|
|
1454
|
+
return fromBits(this.low, this.high, true);
|
|
1455
|
+
};
|
|
1456
|
+
|
|
1457
|
+
/**
|
|
1458
|
+
* Converts this Long to its byte representation.
|
|
1459
|
+
* @param {boolean=} le Whether little or big endian, defaults to big endian
|
|
1460
|
+
* @this {!Long}
|
|
1461
|
+
* @returns {!Array.<number>} Byte representation
|
|
1462
|
+
*/
|
|
1463
|
+
LongPrototype.toBytes = function toBytes(le) {
|
|
1464
|
+
return le ? this.toBytesLE() : this.toBytesBE();
|
|
1465
|
+
};
|
|
1466
|
+
|
|
1467
|
+
/**
|
|
1468
|
+
* Converts this Long to its little endian byte representation.
|
|
1469
|
+
* @this {!Long}
|
|
1470
|
+
* @returns {!Array.<number>} Little endian byte representation
|
|
1471
|
+
*/
|
|
1472
|
+
LongPrototype.toBytesLE = function toBytesLE() {
|
|
1473
|
+
var hi = this.high,
|
|
1474
|
+
lo = this.low;
|
|
1475
|
+
return [
|
|
1476
|
+
lo & 0xff,
|
|
1477
|
+
(lo >>> 8) & 0xff,
|
|
1478
|
+
(lo >>> 16) & 0xff,
|
|
1479
|
+
lo >>> 24,
|
|
1480
|
+
hi & 0xff,
|
|
1481
|
+
(hi >>> 8) & 0xff,
|
|
1482
|
+
(hi >>> 16) & 0xff,
|
|
1483
|
+
hi >>> 24,
|
|
1484
|
+
];
|
|
1485
|
+
};
|
|
1486
|
+
|
|
1487
|
+
/**
|
|
1488
|
+
* Converts this Long to its big endian byte representation.
|
|
1489
|
+
* @this {!Long}
|
|
1490
|
+
* @returns {!Array.<number>} Big endian byte representation
|
|
1491
|
+
*/
|
|
1492
|
+
LongPrototype.toBytesBE = function toBytesBE() {
|
|
1493
|
+
var hi = this.high,
|
|
1494
|
+
lo = this.low;
|
|
1495
|
+
return [
|
|
1496
|
+
hi >>> 24,
|
|
1497
|
+
(hi >>> 16) & 0xff,
|
|
1498
|
+
(hi >>> 8) & 0xff,
|
|
1499
|
+
hi & 0xff,
|
|
1500
|
+
lo >>> 24,
|
|
1501
|
+
(lo >>> 16) & 0xff,
|
|
1502
|
+
(lo >>> 8) & 0xff,
|
|
1503
|
+
lo & 0xff,
|
|
1504
|
+
];
|
|
1505
|
+
};
|
|
1506
|
+
|
|
1507
|
+
/**
|
|
1508
|
+
* Creates a Long from its byte representation.
|
|
1509
|
+
* @param {!Array.<number>} bytes Byte representation
|
|
1510
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
1511
|
+
* @param {boolean=} le Whether little or big endian, defaults to big endian
|
|
1512
|
+
* @returns {Long} The corresponding Long value
|
|
1513
|
+
*/
|
|
1514
|
+
Long.fromBytes = function fromBytes(bytes, unsigned, le) {
|
|
1515
|
+
return le
|
|
1516
|
+
? Long.fromBytesLE(bytes, unsigned)
|
|
1517
|
+
: Long.fromBytesBE(bytes, unsigned);
|
|
1518
|
+
};
|
|
1519
|
+
|
|
1520
|
+
/**
|
|
1521
|
+
* Creates a Long from its little endian byte representation.
|
|
1522
|
+
* @param {!Array.<number>} bytes Little endian byte representation
|
|
1523
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
1524
|
+
* @returns {Long} The corresponding Long value
|
|
1525
|
+
*/
|
|
1526
|
+
Long.fromBytesLE = function fromBytesLE(bytes, unsigned) {
|
|
1527
|
+
return new Long(
|
|
1528
|
+
bytes[0] | (bytes[1] << 8) | (bytes[2] << 16) | (bytes[3] << 24),
|
|
1529
|
+
bytes[4] | (bytes[5] << 8) | (bytes[6] << 16) | (bytes[7] << 24),
|
|
1530
|
+
unsigned,
|
|
1531
|
+
);
|
|
1532
|
+
};
|
|
1533
|
+
|
|
1534
|
+
/**
|
|
1535
|
+
* Creates a Long from its big endian byte representation.
|
|
1536
|
+
* @param {!Array.<number>} bytes Big endian byte representation
|
|
1537
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
1538
|
+
* @returns {Long} The corresponding Long value
|
|
1539
|
+
*/
|
|
1540
|
+
Long.fromBytesBE = function fromBytesBE(bytes, unsigned) {
|
|
1541
|
+
return new Long(
|
|
1542
|
+
(bytes[4] << 24) | (bytes[5] << 16) | (bytes[6] << 8) | bytes[7],
|
|
1543
|
+
(bytes[0] << 24) | (bytes[1] << 16) | (bytes[2] << 8) | bytes[3],
|
|
1544
|
+
unsigned,
|
|
1545
|
+
);
|
|
1546
|
+
};
|
|
1547
|
+
|
|
1548
|
+
// Support conversion to/from BigInt where available
|
|
1549
|
+
if (typeof BigInt === "function") {
|
|
1550
|
+
/**
|
|
1551
|
+
* Returns a Long representing the given big integer.
|
|
1552
|
+
* @function
|
|
1553
|
+
* @param {number} value The big integer value
|
|
1554
|
+
* @param {boolean=} unsigned Whether unsigned or not, defaults to signed
|
|
1555
|
+
* @returns {!Long} The corresponding Long value
|
|
1556
|
+
*/
|
|
1557
|
+
Long.fromBigInt = function fromBigInt(value, unsigned) {
|
|
1558
|
+
var lowBits = Number(BigInt.asIntN(32, value));
|
|
1559
|
+
var highBits = Number(BigInt.asIntN(32, value >> BigInt(32)));
|
|
1560
|
+
return fromBits(lowBits, highBits, unsigned);
|
|
1561
|
+
};
|
|
1562
|
+
|
|
1563
|
+
// Override
|
|
1564
|
+
Long.fromValue = function fromValueWithBigInt(value, unsigned) {
|
|
1565
|
+
if (typeof value === "bigint") return Long.fromBigInt(value, unsigned);
|
|
1566
|
+
return fromValue(value, unsigned);
|
|
1567
|
+
};
|
|
1568
|
+
|
|
1569
|
+
/**
|
|
1570
|
+
* Converts the Long to its big integer representation.
|
|
1571
|
+
* @this {!Long}
|
|
1572
|
+
* @returns {bigint}
|
|
1573
|
+
*/
|
|
1574
|
+
LongPrototype.toBigInt = function toBigInt() {
|
|
1575
|
+
var lowBigInt = BigInt(this.low >>> 0);
|
|
1576
|
+
var highBigInt = BigInt(this.unsigned ? this.high >>> 0 : this.high);
|
|
1577
|
+
return (highBigInt << BigInt(32)) | lowBigInt;
|
|
1578
|
+
};
|
|
1579
|
+
}
|
|
1580
|
+
|
|
1581
|
+
export default Long;
|