From f26ca7c5312645986b150fd5b855f42f9586d140 Mon Sep 17 00:00:00 2001 From: Rakshita Mishra Date: Fri, 25 Jul 2025 22:01:05 +0200 Subject: [PATCH 1/8] feat: adding db, src and app layers --- .env | 1 + .exit | 0 .schema | 0 backendinit.sh | 13 + db/neurolearn.db | Bin 0 -> 45056 bytes db/sample_data.sql | 14 + db/schema.sql | 35 + package.json | 5 + requirements.txt | 5 + scripts/init-db.sh | 13 + src/Planner.py | 43 + src/executor.py | 76 + src/memory.py | 39 + srv/.env | 2 + srv/.env.example | 2 + srv/README.md | 16 + srv/config/db.js | 48 + srv/middleware/auth.js | 33 + srv/models/LearningPlan.js | 55 + srv/models/User.js | 42 + srv/node_modules/.bin/color-support | 1 + srv/node_modules/.bin/mkdirp | 1 + srv/node_modules/.bin/node-gyp | 1 + srv/node_modules/.bin/node-gyp-build | 1 + srv/node_modules/.bin/node-gyp-build-optional | 1 + srv/node_modules/.bin/node-gyp-build-test | 1 + srv/node_modules/.bin/node-which | 1 + srv/node_modules/.bin/nopt | 1 + srv/node_modules/.bin/prebuild-install | 1 + srv/node_modules/.bin/rc | 1 + srv/node_modules/.bin/rimraf | 1 + srv/node_modules/.bin/semver | 1 + srv/node_modules/.bin/uuid | 1 + srv/node_modules/.package-lock.json | 2368 +++++ srv/node_modules/@gar/promisify/LICENSE.md | 10 + srv/node_modules/@gar/promisify/README.md | 65 + srv/node_modules/@gar/promisify/index.js | 36 + srv/node_modules/@gar/promisify/package.json | 32 + srv/node_modules/@npmcli/fs/LICENSE.md | 20 + srv/node_modules/@npmcli/fs/README.md | 60 + .../fs/lib/common/file-url-to-path/index.js | 17 + .../lib/common/file-url-to-path/polyfill.js | 121 + .../@npmcli/fs/lib/common/get-options.js | 20 + .../@npmcli/fs/lib/common/node.js | 9 + .../@npmcli/fs/lib/common/owner.js | 92 + srv/node_modules/@npmcli/fs/lib/copy-file.js | 22 + srv/node_modules/@npmcli/fs/lib/cp/LICENSE | 15 + srv/node_modules/@npmcli/fs/lib/cp/index.js | 22 + .../@npmcli/fs/lib/cp/polyfill.js | 428 + srv/node_modules/@npmcli/fs/lib/errors.js | 129 + srv/node_modules/@npmcli/fs/lib/fs.js | 8 + srv/node_modules/@npmcli/fs/lib/index.js | 10 + .../@npmcli/fs/lib/mkdir/index.js | 32 + .../@npmcli/fs/lib/mkdir/polyfill.js | 81 + srv/node_modules/@npmcli/fs/lib/mkdtemp.js | 28 + srv/node_modules/@npmcli/fs/lib/rm/index.js | 22 + .../@npmcli/fs/lib/rm/polyfill.js | 239 + .../@npmcli/fs/lib/with-temp-dir.js | 39 + srv/node_modules/@npmcli/fs/lib/write-file.js | 19 + srv/node_modules/@npmcli/fs/package.json | 38 + srv/node_modules/@npmcli/move-file/LICENSE.md | 22 + srv/node_modules/@npmcli/move-file/README.md | 69 + srv/node_modules/@npmcli/move-file/index.js | 162 + .../@npmcli/move-file/package.json | 34 + .../@tootallnate/once/dist/index.d.ts | 14 + .../@tootallnate/once/dist/index.js | 39 + .../@tootallnate/once/dist/index.js.map | 1 + .../@tootallnate/once/package.json | 45 + srv/node_modules/abbrev/LICENSE | 46 + srv/node_modules/abbrev/README.md | 23 + srv/node_modules/abbrev/abbrev.js | 61 + srv/node_modules/abbrev/package.json | 21 + srv/node_modules/accepts/HISTORY.md | 250 + srv/node_modules/accepts/LICENSE | 23 + srv/node_modules/accepts/README.md | 140 + srv/node_modules/accepts/index.js | 238 + srv/node_modules/accepts/package.json | 47 + srv/node_modules/agent-base/README.md | 145 + .../agent-base/dist/src/index.d.ts | 78 + srv/node_modules/agent-base/dist/src/index.js | 203 + .../agent-base/dist/src/index.js.map | 1 + .../agent-base/dist/src/promisify.d.ts | 4 + .../agent-base/dist/src/promisify.js | 18 + .../agent-base/dist/src/promisify.js.map | 1 + srv/node_modules/agent-base/package.json | 64 + srv/node_modules/agent-base/src/index.ts | 345 + srv/node_modules/agent-base/src/promisify.ts | 33 + srv/node_modules/agentkeepalive/LICENSE | 23 + srv/node_modules/agentkeepalive/README.md | 256 + srv/node_modules/agentkeepalive/browser.js | 5 + srv/node_modules/agentkeepalive/index.d.ts | 69 + srv/node_modules/agentkeepalive/index.js | 7 + srv/node_modules/agentkeepalive/lib/agent.js | 402 + .../agentkeepalive/lib/constants.js | 14 + .../agentkeepalive/lib/https_agent.js | 51 + srv/node_modules/agentkeepalive/package.json | 56 + srv/node_modules/aggregate-error/index.d.ts | 51 + srv/node_modules/aggregate-error/index.js | 47 + srv/node_modules/aggregate-error/license | 9 + srv/node_modules/aggregate-error/package.json | 41 + srv/node_modules/aggregate-error/readme.md | 61 + srv/node_modules/ansi-regex/index.d.ts | 37 + srv/node_modules/ansi-regex/index.js | 10 + srv/node_modules/ansi-regex/license | 9 + srv/node_modules/ansi-regex/package.json | 55 + srv/node_modules/ansi-regex/readme.md | 78 + srv/node_modules/aproba/LICENSE | 14 + srv/node_modules/aproba/README.md | 94 + srv/node_modules/aproba/index.js | 105 + srv/node_modules/aproba/package.json | 35 + srv/node_modules/are-we-there-yet/LICENSE.md | 18 + srv/node_modules/are-we-there-yet/README.md | 208 + .../are-we-there-yet/lib/index.js | 4 + .../are-we-there-yet/lib/tracker-base.js | 11 + .../are-we-there-yet/lib/tracker-group.js | 116 + .../are-we-there-yet/lib/tracker-stream.js | 36 + .../are-we-there-yet/lib/tracker.js | 32 + .../are-we-there-yet/package.json | 56 + .../balanced-match/.github/FUNDING.yml | 2 + srv/node_modules/balanced-match/LICENSE.md | 21 + srv/node_modules/balanced-match/README.md | 97 + srv/node_modules/balanced-match/index.js | 62 + srv/node_modules/balanced-match/package.json | 48 + srv/node_modules/base64-js/LICENSE | 21 + srv/node_modules/base64-js/README.md | 34 + srv/node_modules/base64-js/base64js.min.js | 1 + srv/node_modules/base64-js/index.d.ts | 3 + srv/node_modules/base64-js/index.js | 150 + srv/node_modules/base64-js/package.json | 47 + srv/node_modules/bcrypt/.dockerignore | 6 + srv/node_modules/bcrypt/.editorconfig | 19 + .../.github/workflows/build-pack-publish.yml | 110 + .../bcrypt/.github/workflows/ci.yaml | 42 + srv/node_modules/bcrypt/CHANGELOG.md | 184 + srv/node_modules/bcrypt/Dockerfile | 57 + srv/node_modules/bcrypt/Dockerfile-alpine | 41 + srv/node_modules/bcrypt/ISSUE_TEMPLATE.md | 18 + srv/node_modules/bcrypt/LICENSE | 19 + srv/node_modules/bcrypt/Makefile | 19 + srv/node_modules/bcrypt/README.md | 388 + srv/node_modules/bcrypt/SECURITY.md | 15 + srv/node_modules/bcrypt/bcrypt.js | 242 + srv/node_modules/bcrypt/binding.gyp | 49 + srv/node_modules/bcrypt/build-all.sh | 37 + .../bcrypt/examples/async_compare.js | 28 + .../bcrypt/examples/forever_gen_salt.js | 8 + srv/node_modules/bcrypt/package.json | 62 + .../bcrypt/prebuilds/darwin-arm64/bcrypt.node | Bin 0 -> 88608 bytes .../bcrypt/prebuilds/darwin-x64/bcrypt.node | Bin 0 -> 55488 bytes .../prebuilds/linux-arm/bcrypt.glibc.node | Bin 0 -> 67504 bytes .../prebuilds/linux-arm/bcrypt.musl.node | Bin 0 -> 67420 bytes .../prebuilds/linux-arm64/bcrypt.glibc.node | Bin 0 -> 76640 bytes .../prebuilds/linux-arm64/bcrypt.musl.node | Bin 0 -> 76552 bytes .../prebuilds/linux-x64/bcrypt.glibc.node | Bin 0 -> 84904 bytes .../prebuilds/linux-x64/bcrypt.musl.node | Bin 0 -> 96424 bytes .../bcrypt/prebuilds/win32-arm64/bcrypt.node | Bin 0 -> 182784 bytes .../bcrypt/prebuilds/win32-x64/bcrypt.node | Bin 0 -> 195584 bytes srv/node_modules/bcrypt/promises.js | 45 + srv/node_modules/bcrypt/src/bcrypt.cc | 315 + srv/node_modules/bcrypt/src/bcrypt_node.cc | 288 + srv/node_modules/bcrypt/src/blowfish.cc | 679 ++ srv/node_modules/bcrypt/src/node_blf.h | 132 + srv/node_modules/bcrypt/test/async.test.js | 209 + .../bcrypt/test/implementation.test.js | 48 + srv/node_modules/bcrypt/test/promise.test.js | 168 + .../bcrypt/test/repetitions.test.js | 55 + srv/node_modules/bcrypt/test/sync.test.js | 125 + srv/node_modules/bindings/LICENSE.md | 22 + srv/node_modules/bindings/README.md | 98 + srv/node_modules/bindings/bindings.js | 221 + srv/node_modules/bindings/package.json | 28 + srv/node_modules/bl/.travis.yml | 17 + srv/node_modules/bl/BufferList.js | 396 + srv/node_modules/bl/LICENSE.md | 13 + srv/node_modules/bl/README.md | 247 + srv/node_modules/bl/bl.js | 84 + srv/node_modules/bl/package.json | 37 + srv/node_modules/bl/test/convert.js | 21 + srv/node_modules/bl/test/indexOf.js | 492 + srv/node_modules/bl/test/isBufferList.js | 32 + srv/node_modules/bl/test/test.js | 869 ++ srv/node_modules/body-parser/HISTORY.md | 731 ++ srv/node_modules/body-parser/LICENSE | 23 + srv/node_modules/body-parser/README.md | 491 + srv/node_modules/body-parser/index.js | 80 + srv/node_modules/body-parser/lib/read.js | 210 + .../body-parser/lib/types/json.js | 206 + srv/node_modules/body-parser/lib/types/raw.js | 75 + .../body-parser/lib/types/text.js | 80 + .../body-parser/lib/types/urlencoded.js | 177 + srv/node_modules/body-parser/lib/utils.js | 83 + srv/node_modules/body-parser/package.json | 49 + srv/node_modules/brace-expansion/LICENSE | 21 + srv/node_modules/brace-expansion/README.md | 129 + srv/node_modules/brace-expansion/index.js | 201 + srv/node_modules/brace-expansion/package.json | 50 + .../buffer-equal-constant-time/.npmignore | 2 + .../buffer-equal-constant-time/.travis.yml | 4 + .../buffer-equal-constant-time/LICENSE.txt | 12 + .../buffer-equal-constant-time/README.md | 50 + .../buffer-equal-constant-time/index.js | 41 + .../buffer-equal-constant-time/package.json | 21 + .../buffer-equal-constant-time/test.js | 42 + srv/node_modules/buffer/AUTHORS.md | 70 + srv/node_modules/buffer/LICENSE | 21 + srv/node_modules/buffer/README.md | 410 + srv/node_modules/buffer/index.d.ts | 186 + srv/node_modules/buffer/index.js | 1817 ++++ srv/node_modules/buffer/package.json | 96 + srv/node_modules/bytes/History.md | 97 + srv/node_modules/bytes/LICENSE | 23 + srv/node_modules/bytes/Readme.md | 152 + srv/node_modules/bytes/index.js | 170 + srv/node_modules/bytes/package.json | 42 + srv/node_modules/cacache/LICENSE.md | 16 + srv/node_modules/cacache/README.md | 703 ++ srv/node_modules/cacache/get.js | 237 + srv/node_modules/cacache/index.js | 46 + srv/node_modules/cacache/lib/content/path.js | 29 + srv/node_modules/cacache/lib/content/read.js | 244 + srv/node_modules/cacache/lib/content/rm.js | 19 + srv/node_modules/cacache/lib/content/write.js | 189 + srv/node_modules/cacache/lib/entry-index.js | 394 + srv/node_modules/cacache/lib/memoization.js | 73 + srv/node_modules/cacache/lib/util/disposer.js | 30 + .../cacache/lib/util/fix-owner.js | 142 + .../cacache/lib/util/hash-to-segments.js | 7 + .../cacache/lib/util/move-file.js | 67 + srv/node_modules/cacache/lib/util/tmp.js | 35 + srv/node_modules/cacache/lib/verify.js | 287 + srv/node_modules/cacache/ls.js | 6 + srv/node_modules/cacache/package.json | 80 + srv/node_modules/cacache/put.js | 83 + srv/node_modules/cacache/rm.js | 31 + srv/node_modules/cacache/verify.js | 3 + .../call-bind-apply-helpers/.eslintrc | 17 + .../.github/FUNDING.yml | 12 + .../call-bind-apply-helpers/.nycrc | 9 + .../call-bind-apply-helpers/CHANGELOG.md | 30 + .../call-bind-apply-helpers/LICENSE | 21 + .../call-bind-apply-helpers/README.md | 62 + .../call-bind-apply-helpers/actualApply.d.ts | 1 + .../call-bind-apply-helpers/actualApply.js | 10 + .../call-bind-apply-helpers/applyBind.d.ts | 19 + .../call-bind-apply-helpers/applyBind.js | 10 + .../functionApply.d.ts | 1 + .../call-bind-apply-helpers/functionApply.js | 4 + .../call-bind-apply-helpers/functionCall.d.ts | 1 + .../call-bind-apply-helpers/functionCall.js | 4 + .../call-bind-apply-helpers/index.d.ts | 64 + .../call-bind-apply-helpers/index.js | 15 + .../call-bind-apply-helpers/package.json | 85 + .../call-bind-apply-helpers/reflectApply.d.ts | 3 + .../call-bind-apply-helpers/reflectApply.js | 4 + .../call-bind-apply-helpers/test/index.js | 63 + .../call-bind-apply-helpers/tsconfig.json | 9 + srv/node_modules/call-bound/.eslintrc | 13 + .../call-bound/.github/FUNDING.yml | 12 + srv/node_modules/call-bound/.nycrc | 9 + srv/node_modules/call-bound/CHANGELOG.md | 42 + srv/node_modules/call-bound/LICENSE | 21 + srv/node_modules/call-bound/README.md | 53 + srv/node_modules/call-bound/index.d.ts | 94 + srv/node_modules/call-bound/index.js | 19 + srv/node_modules/call-bound/package.json | 99 + srv/node_modules/call-bound/test/index.js | 61 + srv/node_modules/call-bound/tsconfig.json | 10 + srv/node_modules/chownr/LICENSE | 15 + srv/node_modules/chownr/README.md | 3 + srv/node_modules/chownr/chownr.js | 167 + srv/node_modules/chownr/package.json | 32 + srv/node_modules/clean-stack/index.d.ts | 47 + srv/node_modules/clean-stack/index.js | 40 + srv/node_modules/clean-stack/license | 9 + srv/node_modules/clean-stack/package.json | 39 + srv/node_modules/clean-stack/readme.md | 76 + srv/node_modules/color-support/LICENSE | 15 + srv/node_modules/color-support/README.md | 129 + srv/node_modules/color-support/bin.js | 3 + srv/node_modules/color-support/browser.js | 14 + srv/node_modules/color-support/index.js | 134 + srv/node_modules/color-support/package.json | 36 + srv/node_modules/concat-map/.travis.yml | 4 + srv/node_modules/concat-map/LICENSE | 18 + srv/node_modules/concat-map/README.markdown | 62 + srv/node_modules/concat-map/example/map.js | 6 + srv/node_modules/concat-map/index.js | 13 + srv/node_modules/concat-map/package.json | 43 + srv/node_modules/concat-map/test/map.js | 39 + .../console-control-strings/LICENSE | 13 + .../console-control-strings/README.md | 145 + .../console-control-strings/README.md~ | 140 + .../console-control-strings/index.js | 125 + .../console-control-strings/package.json | 27 + .../content-disposition/HISTORY.md | 66 + srv/node_modules/content-disposition/LICENSE | 22 + .../content-disposition/README.md | 142 + srv/node_modules/content-disposition/index.js | 459 + .../content-disposition/package.json | 44 + srv/node_modules/content-type/HISTORY.md | 29 + srv/node_modules/content-type/LICENSE | 22 + srv/node_modules/content-type/README.md | 94 + srv/node_modules/content-type/index.js | 225 + srv/node_modules/content-type/package.json | 42 + srv/node_modules/cookie-signature/History.md | 70 + srv/node_modules/cookie-signature/LICENSE | 22 + srv/node_modules/cookie-signature/Readme.md | 23 + srv/node_modules/cookie-signature/index.js | 47 + .../cookie-signature/package.json | 24 + srv/node_modules/cookie/LICENSE | 24 + srv/node_modules/cookie/README.md | 317 + srv/node_modules/cookie/SECURITY.md | 25 + srv/node_modules/cookie/index.js | 335 + srv/node_modules/cookie/package.json | 44 + srv/node_modules/cors/CONTRIBUTING.md | 33 + srv/node_modules/cors/HISTORY.md | 58 + srv/node_modules/cors/LICENSE | 22 + srv/node_modules/cors/README.md | 243 + srv/node_modules/cors/lib/index.js | 238 + srv/node_modules/cors/package.json | 41 + srv/node_modules/debug/LICENSE | 20 + srv/node_modules/debug/README.md | 481 + srv/node_modules/debug/package.json | 64 + srv/node_modules/debug/src/browser.js | 272 + srv/node_modules/debug/src/common.js | 292 + srv/node_modules/debug/src/index.js | 10 + srv/node_modules/debug/src/node.js | 263 + .../decompress-response/index.d.ts | 22 + srv/node_modules/decompress-response/index.js | 58 + srv/node_modules/decompress-response/license | 9 + .../decompress-response/package.json | 56 + .../decompress-response/readme.md | 48 + srv/node_modules/deep-extend/CHANGELOG.md | 46 + srv/node_modules/deep-extend/LICENSE | 20 + srv/node_modules/deep-extend/README.md | 91 + srv/node_modules/deep-extend/index.js | 1 + .../deep-extend/lib/deep-extend.js | 150 + srv/node_modules/deep-extend/package.json | 62 + srv/node_modules/delegates/.npmignore | 1 + srv/node_modules/delegates/History.md | 22 + srv/node_modules/delegates/License | 20 + srv/node_modules/delegates/Makefile | 8 + srv/node_modules/delegates/Readme.md | 94 + srv/node_modules/delegates/index.js | 121 + srv/node_modules/delegates/package.json | 13 + srv/node_modules/delegates/test/index.js | 94 + srv/node_modules/depd/History.md | 103 + srv/node_modules/depd/LICENSE | 22 + srv/node_modules/depd/Readme.md | 280 + srv/node_modules/depd/index.js | 538 + srv/node_modules/depd/lib/browser/index.js | 77 + srv/node_modules/depd/package.json | 45 + srv/node_modules/detect-libc/LICENSE | 201 + srv/node_modules/detect-libc/README.md | 163 + srv/node_modules/detect-libc/index.d.ts | 14 + .../detect-libc/lib/detect-libc.js | 267 + .../detect-libc/lib/filesystem.js | 41 + srv/node_modules/detect-libc/lib/process.js | 24 + srv/node_modules/detect-libc/package.json | 41 + srv/node_modules/dotenv/CHANGELOG.md | 586 ++ srv/node_modules/dotenv/LICENSE | 23 + srv/node_modules/dotenv/README-es.md | 392 + srv/node_modules/dotenv/README.md | 679 ++ srv/node_modules/dotenv/SECURITY.md | 1 + srv/node_modules/dotenv/config.d.ts | 1 + srv/node_modules/dotenv/config.js | 9 + srv/node_modules/dotenv/lib/cli-options.js | 17 + srv/node_modules/dotenv/lib/env-options.js | 28 + srv/node_modules/dotenv/lib/main.d.ts | 170 + srv/node_modules/dotenv/lib/main.js | 431 + srv/node_modules/dotenv/package.json | 62 + srv/node_modules/dunder-proto/.eslintrc | 5 + .../dunder-proto/.github/FUNDING.yml | 12 + srv/node_modules/dunder-proto/.nycrc | 13 + srv/node_modules/dunder-proto/CHANGELOG.md | 24 + srv/node_modules/dunder-proto/LICENSE | 21 + srv/node_modules/dunder-proto/README.md | 54 + srv/node_modules/dunder-proto/get.d.ts | 5 + srv/node_modules/dunder-proto/get.js | 30 + srv/node_modules/dunder-proto/package.json | 76 + srv/node_modules/dunder-proto/set.d.ts | 5 + srv/node_modules/dunder-proto/set.js | 35 + srv/node_modules/dunder-proto/test/get.js | 34 + srv/node_modules/dunder-proto/test/index.js | 4 + srv/node_modules/dunder-proto/test/set.js | 50 + srv/node_modules/dunder-proto/tsconfig.json | 9 + .../ecdsa-sig-formatter/CODEOWNERS | 1 + srv/node_modules/ecdsa-sig-formatter/LICENSE | 201 + .../ecdsa-sig-formatter/README.md | 65 + .../ecdsa-sig-formatter/package.json | 46 + .../src/ecdsa-sig-formatter.d.ts | 17 + .../src/ecdsa-sig-formatter.js | 187 + .../src/param-bytes-for-alg.js | 23 + srv/node_modules/ee-first/LICENSE | 22 + srv/node_modules/ee-first/README.md | 80 + srv/node_modules/ee-first/index.js | 95 + srv/node_modules/ee-first/package.json | 29 + srv/node_modules/emoji-regex/LICENSE-MIT.txt | 20 + srv/node_modules/emoji-regex/README.md | 73 + srv/node_modules/emoji-regex/es2015/index.js | 6 + srv/node_modules/emoji-regex/es2015/text.js | 6 + srv/node_modules/emoji-regex/index.d.ts | 23 + srv/node_modules/emoji-regex/index.js | 6 + srv/node_modules/emoji-regex/package.json | 50 + srv/node_modules/emoji-regex/text.js | 6 + srv/node_modules/encodeurl/LICENSE | 22 + srv/node_modules/encodeurl/README.md | 109 + srv/node_modules/encodeurl/index.js | 60 + srv/node_modules/encodeurl/package.json | 40 + srv/node_modules/encoding/.prettierrc.js | 8 + srv/node_modules/encoding/.travis.yml | 25 + srv/node_modules/encoding/LICENSE | 16 + srv/node_modules/encoding/README.md | 41 + srv/node_modules/encoding/lib/encoding.js | 83 + srv/node_modules/encoding/package.json | 18 + srv/node_modules/encoding/test/test.js | 49 + srv/node_modules/end-of-stream/LICENSE | 21 + srv/node_modules/end-of-stream/README.md | 54 + srv/node_modules/end-of-stream/index.js | 96 + srv/node_modules/end-of-stream/package.json | 37 + srv/node_modules/env-paths/index.d.ts | 101 + srv/node_modules/env-paths/index.js | 74 + srv/node_modules/env-paths/license | 9 + srv/node_modules/env-paths/package.json | 45 + srv/node_modules/env-paths/readme.md | 115 + srv/node_modules/err-code/.editorconfig | 12 + srv/node_modules/err-code/.eslintrc.json | 7 + srv/node_modules/err-code/.travis.yml | 4 + srv/node_modules/err-code/README.md | 70 + srv/node_modules/err-code/bower.json | 30 + srv/node_modules/err-code/index.js | 47 + srv/node_modules/err-code/index.umd.js | 51 + srv/node_modules/err-code/package.json | 34 + srv/node_modules/err-code/test/.eslintrc.json | 5 + srv/node_modules/err-code/test/test.js | 159 + srv/node_modules/es-define-property/.eslintrc | 13 + .../es-define-property/.github/FUNDING.yml | 12 + srv/node_modules/es-define-property/.nycrc | 9 + .../es-define-property/CHANGELOG.md | 29 + srv/node_modules/es-define-property/LICENSE | 21 + srv/node_modules/es-define-property/README.md | 49 + .../es-define-property/index.d.ts | 3 + srv/node_modules/es-define-property/index.js | 14 + .../es-define-property/package.json | 81 + .../es-define-property/test/index.js | 56 + .../es-define-property/tsconfig.json | 10 + srv/node_modules/es-errors/.eslintrc | 5 + .../es-errors/.github/FUNDING.yml | 12 + srv/node_modules/es-errors/CHANGELOG.md | 40 + srv/node_modules/es-errors/LICENSE | 21 + srv/node_modules/es-errors/README.md | 55 + srv/node_modules/es-errors/eval.d.ts | 3 + srv/node_modules/es-errors/eval.js | 4 + srv/node_modules/es-errors/index.d.ts | 3 + srv/node_modules/es-errors/index.js | 4 + srv/node_modules/es-errors/package.json | 80 + srv/node_modules/es-errors/range.d.ts | 3 + srv/node_modules/es-errors/range.js | 4 + srv/node_modules/es-errors/ref.d.ts | 3 + srv/node_modules/es-errors/ref.js | 4 + srv/node_modules/es-errors/syntax.d.ts | 3 + srv/node_modules/es-errors/syntax.js | 4 + srv/node_modules/es-errors/test/index.js | 19 + srv/node_modules/es-errors/tsconfig.json | 49 + srv/node_modules/es-errors/type.d.ts | 3 + srv/node_modules/es-errors/type.js | 4 + srv/node_modules/es-errors/uri.d.ts | 3 + srv/node_modules/es-errors/uri.js | 4 + srv/node_modules/es-object-atoms/.eslintrc | 16 + .../es-object-atoms/.github/FUNDING.yml | 12 + srv/node_modules/es-object-atoms/CHANGELOG.md | 37 + srv/node_modules/es-object-atoms/LICENSE | 21 + srv/node_modules/es-object-atoms/README.md | 63 + .../RequireObjectCoercible.d.ts | 3 + .../es-object-atoms/RequireObjectCoercible.js | 11 + .../es-object-atoms/ToObject.d.ts | 7 + srv/node_modules/es-object-atoms/ToObject.js | 10 + srv/node_modules/es-object-atoms/index.d.ts | 3 + srv/node_modules/es-object-atoms/index.js | 4 + .../es-object-atoms/isObject.d.ts | 3 + srv/node_modules/es-object-atoms/isObject.js | 6 + srv/node_modules/es-object-atoms/package.json | 80 + .../es-object-atoms/test/index.js | 38 + .../es-object-atoms/tsconfig.json | 6 + srv/node_modules/escape-html/LICENSE | 24 + srv/node_modules/escape-html/Readme.md | 43 + srv/node_modules/escape-html/index.js | 78 + srv/node_modules/escape-html/package.json | 24 + srv/node_modules/etag/HISTORY.md | 83 + srv/node_modules/etag/LICENSE | 22 + srv/node_modules/etag/README.md | 159 + srv/node_modules/etag/index.js | 131 + srv/node_modules/etag/package.json | 47 + srv/node_modules/expand-template/.travis.yml | 6 + srv/node_modules/expand-template/LICENSE | 21 + srv/node_modules/expand-template/README.md | 43 + srv/node_modules/expand-template/index.js | 26 + srv/node_modules/expand-template/package.json | 29 + srv/node_modules/expand-template/test.js | 67 + srv/node_modules/express/History.md | 3858 +++++++ srv/node_modules/express/LICENSE | 24 + srv/node_modules/express/Readme.md | 266 + srv/node_modules/express/index.js | 11 + srv/node_modules/express/lib/application.js | 631 ++ srv/node_modules/express/lib/express.js | 81 + srv/node_modules/express/lib/request.js | 515 + srv/node_modules/express/lib/response.js | 1039 ++ srv/node_modules/express/lib/utils.js | 269 + srv/node_modules/express/lib/view.js | 205 + srv/node_modules/express/package.json | 98 + srv/node_modules/file-uri-to-path/.npmignore | 1 + srv/node_modules/file-uri-to-path/.travis.yml | 30 + srv/node_modules/file-uri-to-path/History.md | 21 + srv/node_modules/file-uri-to-path/LICENSE | 20 + srv/node_modules/file-uri-to-path/README.md | 74 + srv/node_modules/file-uri-to-path/index.d.ts | 2 + srv/node_modules/file-uri-to-path/index.js | 66 + .../file-uri-to-path/package.json | 32 + .../file-uri-to-path/test/test.js | 24 + .../file-uri-to-path/test/tests.json | 13 + srv/node_modules/finalhandler/HISTORY.md | 233 + srv/node_modules/finalhandler/LICENSE | 22 + srv/node_modules/finalhandler/README.md | 147 + srv/node_modules/finalhandler/index.js | 293 + srv/node_modules/finalhandler/package.json | 43 + srv/node_modules/forwarded/HISTORY.md | 21 + srv/node_modules/forwarded/LICENSE | 22 + srv/node_modules/forwarded/README.md | 57 + srv/node_modules/forwarded/index.js | 90 + srv/node_modules/forwarded/package.json | 45 + srv/node_modules/fresh/HISTORY.md | 80 + srv/node_modules/fresh/LICENSE | 23 + srv/node_modules/fresh/README.md | 117 + srv/node_modules/fresh/index.js | 136 + srv/node_modules/fresh/package.json | 46 + srv/node_modules/fs-constants/LICENSE | 21 + srv/node_modules/fs-constants/README.md | 26 + srv/node_modules/fs-constants/browser.js | 1 + srv/node_modules/fs-constants/index.js | 1 + srv/node_modules/fs-constants/package.json | 19 + srv/node_modules/fs-minipass/LICENSE | 15 + srv/node_modules/fs-minipass/README.md | 70 + srv/node_modules/fs-minipass/index.js | 422 + srv/node_modules/fs-minipass/package.json | 39 + srv/node_modules/fs.realpath/LICENSE | 43 + srv/node_modules/fs.realpath/README.md | 33 + srv/node_modules/fs.realpath/index.js | 66 + srv/node_modules/fs.realpath/old.js | 303 + srv/node_modules/fs.realpath/package.json | 26 + srv/node_modules/function-bind/.eslintrc | 21 + .../function-bind/.github/FUNDING.yml | 12 + .../function-bind/.github/SECURITY.md | 3 + srv/node_modules/function-bind/.nycrc | 13 + srv/node_modules/function-bind/CHANGELOG.md | 136 + srv/node_modules/function-bind/LICENSE | 20 + srv/node_modules/function-bind/README.md | 46 + .../function-bind/implementation.js | 84 + srv/node_modules/function-bind/index.js | 5 + srv/node_modules/function-bind/package.json | 87 + srv/node_modules/function-bind/test/.eslintrc | 9 + srv/node_modules/function-bind/test/index.js | 252 + srv/node_modules/gauge/LICENSE.md | 20 + srv/node_modules/gauge/README.md | 402 + srv/node_modules/gauge/lib/base-theme.js | 18 + srv/node_modules/gauge/lib/error.js | 24 + srv/node_modules/gauge/lib/has-color.js | 4 + srv/node_modules/gauge/lib/index.js | 289 + srv/node_modules/gauge/lib/plumbing.js | 50 + srv/node_modules/gauge/lib/process.js | 3 + srv/node_modules/gauge/lib/progress-bar.js | 41 + srv/node_modules/gauge/lib/render-template.js | 222 + srv/node_modules/gauge/lib/set-immediate.js | 7 + srv/node_modules/gauge/lib/set-interval.js | 3 + srv/node_modules/gauge/lib/spin.js | 5 + srv/node_modules/gauge/lib/template-item.js | 87 + srv/node_modules/gauge/lib/theme-set.js | 122 + srv/node_modules/gauge/lib/themes.js | 56 + srv/node_modules/gauge/lib/wide-truncate.js | 31 + srv/node_modules/gauge/package.json | 66 + srv/node_modules/get-intrinsic/.eslintrc | 42 + .../get-intrinsic/.github/FUNDING.yml | 12 + srv/node_modules/get-intrinsic/.nycrc | 9 + srv/node_modules/get-intrinsic/CHANGELOG.md | 186 + srv/node_modules/get-intrinsic/LICENSE | 21 + srv/node_modules/get-intrinsic/README.md | 71 + srv/node_modules/get-intrinsic/index.js | 378 + srv/node_modules/get-intrinsic/package.json | 97 + .../get-intrinsic/test/GetIntrinsic.js | 274 + srv/node_modules/get-proto/.eslintrc | 10 + .../get-proto/.github/FUNDING.yml | 12 + srv/node_modules/get-proto/.nycrc | 9 + srv/node_modules/get-proto/CHANGELOG.md | 21 + srv/node_modules/get-proto/LICENSE | 21 + .../get-proto/Object.getPrototypeOf.d.ts | 5 + .../get-proto/Object.getPrototypeOf.js | 6 + srv/node_modules/get-proto/README.md | 50 + .../get-proto/Reflect.getPrototypeOf.d.ts | 3 + .../get-proto/Reflect.getPrototypeOf.js | 4 + srv/node_modules/get-proto/index.d.ts | 5 + srv/node_modules/get-proto/index.js | 27 + srv/node_modules/get-proto/package.json | 81 + srv/node_modules/get-proto/test/index.js | 68 + srv/node_modules/get-proto/tsconfig.json | 9 + .../github-from-package/.travis.yml | 4 + srv/node_modules/github-from-package/LICENSE | 18 + .../github-from-package/example/package.json | 8 + .../github-from-package/example/url.js | 3 + srv/node_modules/github-from-package/index.js | 17 + .../github-from-package/package.json | 30 + .../github-from-package/readme.markdown | 53 + .../github-from-package/test/a.json | 8 + .../github-from-package/test/b.json | 5 + .../github-from-package/test/c.json | 5 + .../github-from-package/test/d.json | 7 + .../github-from-package/test/e.json | 5 + .../github-from-package/test/url.js | 19 + srv/node_modules/glob/LICENSE | 21 + srv/node_modules/glob/README.md | 378 + srv/node_modules/glob/common.js | 238 + srv/node_modules/glob/glob.js | 790 ++ srv/node_modules/glob/package.json | 55 + srv/node_modules/glob/sync.js | 486 + srv/node_modules/gopd/.eslintrc | 16 + srv/node_modules/gopd/.github/FUNDING.yml | 12 + srv/node_modules/gopd/CHANGELOG.md | 45 + srv/node_modules/gopd/LICENSE | 21 + srv/node_modules/gopd/README.md | 40 + srv/node_modules/gopd/gOPD.d.ts | 1 + srv/node_modules/gopd/gOPD.js | 4 + srv/node_modules/gopd/index.d.ts | 5 + srv/node_modules/gopd/index.js | 15 + srv/node_modules/gopd/package.json | 77 + srv/node_modules/gopd/test/index.js | 36 + srv/node_modules/gopd/tsconfig.json | 9 + srv/node_modules/graceful-fs/LICENSE | 15 + srv/node_modules/graceful-fs/README.md | 143 + srv/node_modules/graceful-fs/clone.js | 23 + srv/node_modules/graceful-fs/graceful-fs.js | 448 + .../graceful-fs/legacy-streams.js | 118 + srv/node_modules/graceful-fs/package.json | 53 + srv/node_modules/graceful-fs/polyfills.js | 355 + srv/node_modules/has-symbols/.eslintrc | 11 + .../has-symbols/.github/FUNDING.yml | 12 + srv/node_modules/has-symbols/.nycrc | 9 + srv/node_modules/has-symbols/CHANGELOG.md | 91 + srv/node_modules/has-symbols/LICENSE | 21 + srv/node_modules/has-symbols/README.md | 46 + srv/node_modules/has-symbols/index.d.ts | 3 + srv/node_modules/has-symbols/index.js | 14 + srv/node_modules/has-symbols/package.json | 111 + srv/node_modules/has-symbols/shams.d.ts | 3 + srv/node_modules/has-symbols/shams.js | 45 + srv/node_modules/has-symbols/test/index.js | 22 + .../has-symbols/test/shams/core-js.js | 29 + .../test/shams/get-own-property-symbols.js | 29 + srv/node_modules/has-symbols/test/tests.js | 58 + srv/node_modules/has-symbols/tsconfig.json | 10 + srv/node_modules/has-unicode/LICENSE | 14 + srv/node_modules/has-unicode/README.md | 43 + srv/node_modules/has-unicode/index.js | 16 + srv/node_modules/has-unicode/package.json | 30 + srv/node_modules/hasown/.eslintrc | 5 + srv/node_modules/hasown/.github/FUNDING.yml | 12 + srv/node_modules/hasown/.nycrc | 13 + srv/node_modules/hasown/CHANGELOG.md | 40 + srv/node_modules/hasown/LICENSE | 21 + srv/node_modules/hasown/README.md | 40 + srv/node_modules/hasown/index.d.ts | 3 + srv/node_modules/hasown/index.js | 8 + srv/node_modules/hasown/package.json | 92 + srv/node_modules/hasown/tsconfig.json | 6 + srv/node_modules/http-cache-semantics/LICENSE | 9 + .../http-cache-semantics/README.md | 268 + .../http-cache-semantics/index.js | 928 ++ .../http-cache-semantics/package.json | 22 + srv/node_modules/http-errors/HISTORY.md | 180 + srv/node_modules/http-errors/LICENSE | 23 + srv/node_modules/http-errors/README.md | 169 + srv/node_modules/http-errors/index.js | 289 + .../node_modules/statuses/HISTORY.md | 82 + .../http-errors/node_modules/statuses/LICENSE | 23 + .../node_modules/statuses/README.md | 136 + .../node_modules/statuses/codes.json | 65 + .../node_modules/statuses/index.js | 146 + .../node_modules/statuses/package.json | 49 + srv/node_modules/http-errors/package.json | 50 + srv/node_modules/http-proxy-agent/README.md | 74 + .../http-proxy-agent/dist/agent.d.ts | 32 + .../http-proxy-agent/dist/agent.js | 145 + .../http-proxy-agent/dist/agent.js.map | 1 + .../http-proxy-agent/dist/index.d.ts | 21 + .../http-proxy-agent/dist/index.js | 14 + .../http-proxy-agent/dist/index.js.map | 1 + .../http-proxy-agent/package.json | 57 + srv/node_modules/https-proxy-agent/README.md | 137 + .../https-proxy-agent/dist/agent.d.ts | 30 + .../https-proxy-agent/dist/agent.js | 177 + .../https-proxy-agent/dist/agent.js.map | 1 + .../https-proxy-agent/dist/index.d.ts | 23 + .../https-proxy-agent/dist/index.js | 14 + .../https-proxy-agent/dist/index.js.map | 1 + .../dist/parse-proxy-response.d.ts | 7 + .../dist/parse-proxy-response.js | 66 + .../dist/parse-proxy-response.js.map | 1 + .../https-proxy-agent/package.json | 56 + srv/node_modules/humanize-ms/History.md | 25 + srv/node_modules/humanize-ms/LICENSE | 17 + srv/node_modules/humanize-ms/README.md | 40 + srv/node_modules/humanize-ms/index.js | 24 + srv/node_modules/humanize-ms/package.json | 37 + .../iconv-lite/.github/dependabot.yml | 11 + .../iconv-lite/.idea/codeStyles/Project.xml | 47 + .../.idea/codeStyles/codeStyleConfig.xml | 5 + .../iconv-lite/.idea/iconv-lite.iml | 12 + .../inspectionProfiles/Project_Default.xml | 6 + srv/node_modules/iconv-lite/.idea/modules.xml | 8 + srv/node_modules/iconv-lite/.idea/vcs.xml | 6 + srv/node_modules/iconv-lite/Changelog.md | 212 + srv/node_modules/iconv-lite/LICENSE | 21 + srv/node_modules/iconv-lite/README.md | 130 + .../iconv-lite/encodings/dbcs-codec.js | 597 ++ .../iconv-lite/encodings/dbcs-data.js | 188 + .../iconv-lite/encodings/index.js | 23 + .../iconv-lite/encodings/internal.js | 198 + .../iconv-lite/encodings/sbcs-codec.js | 72 + .../encodings/sbcs-data-generated.js | 451 + .../iconv-lite/encodings/sbcs-data.js | 179 + .../encodings/tables/big5-added.json | 122 + .../iconv-lite/encodings/tables/cp936.json | 264 + .../iconv-lite/encodings/tables/cp949.json | 273 + .../iconv-lite/encodings/tables/cp950.json | 177 + .../iconv-lite/encodings/tables/eucjp.json | 182 + .../encodings/tables/gb18030-ranges.json | 1 + .../encodings/tables/gbk-added.json | 56 + .../iconv-lite/encodings/tables/shiftjis.json | 125 + .../iconv-lite/encodings/utf16.js | 197 + .../iconv-lite/encodings/utf32.js | 319 + srv/node_modules/iconv-lite/encodings/utf7.js | 290 + .../iconv-lite/lib/bom-handling.js | 52 + srv/node_modules/iconv-lite/lib/index.d.ts | 41 + srv/node_modules/iconv-lite/lib/index.js | 180 + srv/node_modules/iconv-lite/lib/streams.js | 109 + srv/node_modules/iconv-lite/package.json | 44 + srv/node_modules/ieee754/LICENSE | 11 + srv/node_modules/ieee754/README.md | 51 + srv/node_modules/ieee754/index.d.ts | 10 + srv/node_modules/ieee754/index.js | 85 + srv/node_modules/ieee754/package.json | 52 + srv/node_modules/imurmurhash/README.md | 122 + srv/node_modules/imurmurhash/imurmurhash.js | 138 + .../imurmurhash/imurmurhash.min.js | 12 + srv/node_modules/imurmurhash/package.json | 40 + srv/node_modules/indent-string/index.d.ts | 42 + srv/node_modules/indent-string/index.js | 35 + srv/node_modules/indent-string/license | 9 + srv/node_modules/indent-string/package.json | 37 + srv/node_modules/indent-string/readme.md | 70 + srv/node_modules/infer-owner/LICENSE | 15 + srv/node_modules/infer-owner/README.md | 41 + srv/node_modules/infer-owner/index.js | 71 + srv/node_modules/infer-owner/package.json | 26 + srv/node_modules/inflight/LICENSE | 15 + srv/node_modules/inflight/README.md | 37 + srv/node_modules/inflight/inflight.js | 54 + srv/node_modules/inflight/package.json | 29 + srv/node_modules/inherits/LICENSE | 16 + srv/node_modules/inherits/README.md | 42 + srv/node_modules/inherits/inherits.js | 9 + srv/node_modules/inherits/inherits_browser.js | 27 + srv/node_modules/inherits/package.json | 29 + srv/node_modules/ini/LICENSE | 15 + srv/node_modules/ini/README.md | 102 + srv/node_modules/ini/ini.js | 206 + srv/node_modules/ini/package.json | 33 + srv/node_modules/ip-address/LICENSE | 19 + srv/node_modules/ip-address/README.md | 108 + .../ip-address/dist/address-error.d.ts | 5 + .../ip-address/dist/address-error.d.ts.map | 1 + .../ip-address/dist/address-error.js | 14 + .../ip-address/dist/address-error.js.map | 1 + srv/node_modules/ip-address/dist/common.d.ts | 8 + .../ip-address/dist/common.d.ts.map | 1 + srv/node_modules/ip-address/dist/common.js | 26 + .../ip-address/dist/common.js.map | 1 + .../ip-address/dist/ip-address.d.ts | 11 + .../ip-address/dist/ip-address.d.ts.map | 1 + .../ip-address/dist/ip-address.js | 35 + .../ip-address/dist/ip-address.js.map | 1 + srv/node_modules/ip-address/dist/ipv4.d.ts | 194 + .../ip-address/dist/ipv4.d.ts.map | 1 + srv/node_modules/ip-address/dist/ipv4.js | 326 + srv/node_modules/ip-address/dist/ipv4.js.map | 1 + srv/node_modules/ip-address/dist/ipv6.d.ts | 429 + .../ip-address/dist/ipv6.d.ts.map | 1 + srv/node_modules/ip-address/dist/ipv6.js | 998 ++ srv/node_modules/ip-address/dist/ipv6.js.map | 1 + .../ip-address/dist/v4/constants.d.ts | 5 + .../ip-address/dist/v4/constants.d.ts.map | 1 + .../ip-address/dist/v4/constants.js | 8 + .../ip-address/dist/v4/constants.js.map | 1 + .../ip-address/dist/v6/constants.d.ts | 45 + .../ip-address/dist/v6/constants.d.ts.map | 1 + .../ip-address/dist/v6/constants.js | 76 + .../ip-address/dist/v6/constants.js.map | 1 + .../ip-address/dist/v6/helpers.d.ts | 18 + .../ip-address/dist/v6/helpers.d.ts.map | 1 + .../ip-address/dist/v6/helpers.js | 48 + .../ip-address/dist/v6/helpers.js.map | 1 + .../dist/v6/regular-expressions.d.ts | 6 + .../dist/v6/regular-expressions.d.ts.map | 1 + .../ip-address/dist/v6/regular-expressions.js | 96 + .../dist/v6/regular-expressions.js.map | 1 + srv/node_modules/ip-address/package.json | 87 + .../ip-address/src/address-error.ts | 13 + srv/node_modules/ip-address/src/common.ts | 32 + srv/node_modules/ip-address/src/ip-address.ts | 11 + srv/node_modules/ip-address/src/ipv4.ts | 363 + srv/node_modules/ip-address/src/ipv6.ts | 1214 +++ .../ip-address/src/v4/constants.ts | 6 + .../ip-address/src/v6/constants.ts | 79 + srv/node_modules/ip-address/src/v6/helpers.ts | 60 + .../ip-address/src/v6/regular-expressions.ts | 99 + srv/node_modules/ipaddr.js/LICENSE | 19 + srv/node_modules/ipaddr.js/README.md | 233 + srv/node_modules/ipaddr.js/ipaddr.min.js | 1 + srv/node_modules/ipaddr.js/lib/ipaddr.js | 673 ++ srv/node_modules/ipaddr.js/lib/ipaddr.js.d.ts | 68 + srv/node_modules/ipaddr.js/package.json | 35 + .../is-fullwidth-code-point/index.d.ts | 17 + .../is-fullwidth-code-point/index.js | 50 + .../is-fullwidth-code-point/license | 9 + .../is-fullwidth-code-point/package.json | 42 + .../is-fullwidth-code-point/readme.md | 39 + srv/node_modules/is-lambda/.npmignore | 1 + srv/node_modules/is-lambda/.travis.yml | 8 + srv/node_modules/is-lambda/LICENSE | 21 + srv/node_modules/is-lambda/README.md | 27 + srv/node_modules/is-lambda/index.js | 6 + srv/node_modules/is-lambda/package.json | 35 + srv/node_modules/is-lambda/test.js | 16 + srv/node_modules/is-promise/LICENSE | 19 + srv/node_modules/is-promise/index.d.ts | 2 + srv/node_modules/is-promise/index.js | 6 + srv/node_modules/is-promise/index.mjs | 3 + srv/node_modules/is-promise/package.json | 30 + srv/node_modules/is-promise/readme.md | 33 + srv/node_modules/isexe/.npmignore | 2 + srv/node_modules/isexe/LICENSE | 15 + srv/node_modules/isexe/README.md | 51 + srv/node_modules/isexe/index.js | 57 + srv/node_modules/isexe/mode.js | 41 + srv/node_modules/isexe/package.json | 31 + srv/node_modules/isexe/test/basic.js | 221 + srv/node_modules/isexe/windows.js | 42 + srv/node_modules/jsbn/.npmignore | 2 + srv/node_modules/jsbn/CHANGELOG.md | 16 + srv/node_modules/jsbn/LICENSE | 40 + srv/node_modules/jsbn/README.md | 173 + srv/node_modules/jsbn/example.html | 11 + srv/node_modules/jsbn/example.js | 5 + srv/node_modules/jsbn/index.js | 1361 +++ srv/node_modules/jsbn/package.json | 21 + srv/node_modules/jsbn/test/es6-import.js | 3 + srv/node_modules/jsonwebtoken/LICENSE | 21 + srv/node_modules/jsonwebtoken/README.md | 396 + srv/node_modules/jsonwebtoken/decode.js | 30 + srv/node_modules/jsonwebtoken/index.js | 8 + .../jsonwebtoken/lib/JsonWebTokenError.js | 14 + .../jsonwebtoken/lib/NotBeforeError.js | 13 + .../jsonwebtoken/lib/TokenExpiredError.js | 13 + .../lib/asymmetricKeyDetailsSupported.js | 3 + .../jsonwebtoken/lib/psSupported.js | 3 + .../lib/rsaPssKeyDetailsSupported.js | 3 + srv/node_modules/jsonwebtoken/lib/timespan.js | 18 + .../jsonwebtoken/lib/validateAsymmetricKey.js | 66 + srv/node_modules/jsonwebtoken/package.json | 71 + srv/node_modules/jsonwebtoken/sign.js | 253 + srv/node_modules/jsonwebtoken/verify.js | 263 + srv/node_modules/jwa/LICENSE | 17 + srv/node_modules/jwa/README.md | 150 + srv/node_modules/jwa/index.js | 266 + srv/node_modules/jwa/package.json | 37 + srv/node_modules/jws/CHANGELOG.md | 34 + srv/node_modules/jws/LICENSE | 17 + srv/node_modules/jws/index.js | 22 + srv/node_modules/jws/lib/data-stream.js | 55 + srv/node_modules/jws/lib/sign-stream.js | 78 + srv/node_modules/jws/lib/tostring.js | 10 + srv/node_modules/jws/lib/verify-stream.js | 120 + srv/node_modules/jws/package.json | 34 + srv/node_modules/jws/readme.md | 255 + srv/node_modules/lodash.includes/LICENSE | 47 + srv/node_modules/lodash.includes/README.md | 18 + srv/node_modules/lodash.includes/index.js | 745 ++ srv/node_modules/lodash.includes/package.json | 17 + srv/node_modules/lodash.isboolean/LICENSE | 22 + srv/node_modules/lodash.isboolean/README.md | 18 + srv/node_modules/lodash.isboolean/index.js | 70 + .../lodash.isboolean/package.json | 17 + srv/node_modules/lodash.isinteger/LICENSE | 47 + srv/node_modules/lodash.isinteger/README.md | 18 + srv/node_modules/lodash.isinteger/index.js | 265 + .../lodash.isinteger/package.json | 17 + srv/node_modules/lodash.isnumber/LICENSE | 22 + srv/node_modules/lodash.isnumber/README.md | 18 + srv/node_modules/lodash.isnumber/index.js | 79 + srv/node_modules/lodash.isnumber/package.json | 17 + srv/node_modules/lodash.isplainobject/LICENSE | 47 + .../lodash.isplainobject/README.md | 18 + .../lodash.isplainobject/index.js | 139 + .../lodash.isplainobject/package.json | 17 + srv/node_modules/lodash.isstring/LICENSE | 22 + srv/node_modules/lodash.isstring/README.md | 18 + srv/node_modules/lodash.isstring/index.js | 95 + srv/node_modules/lodash.isstring/package.json | 17 + srv/node_modules/lodash.once/LICENSE | 47 + srv/node_modules/lodash.once/README.md | 18 + srv/node_modules/lodash.once/index.js | 294 + srv/node_modules/lodash.once/package.json | 17 + srv/node_modules/lru-cache/LICENSE | 15 + srv/node_modules/lru-cache/README.md | 166 + srv/node_modules/lru-cache/index.js | 334 + srv/node_modules/lru-cache/package.json | 34 + srv/node_modules/make-fetch-happen/LICENSE | 16 + srv/node_modules/make-fetch-happen/README.md | 395 + .../make-fetch-happen/lib/agent.js | 194 + .../make-fetch-happen/lib/cache/entry.js | 460 + .../make-fetch-happen/lib/cache/errors.js | 10 + .../make-fetch-happen/lib/cache/index.js | 45 + .../make-fetch-happen/lib/cache/key.js | 17 + .../make-fetch-happen/lib/cache/policy.js | 161 + .../make-fetch-happen/lib/fetch.js | 100 + .../make-fetch-happen/lib/index.js | 40 + .../make-fetch-happen/lib/options.js | 44 + .../make-fetch-happen/lib/remote.js | 102 + .../node_modules/negotiator/HISTORY.md | 113 + .../node_modules/negotiator/LICENSE | 24 + .../node_modules/negotiator/README.md | 212 + .../node_modules/negotiator/index.js | 82 + .../node_modules/negotiator/lib/charset.js | 169 + .../node_modules/negotiator/lib/encoding.js | 205 + .../node_modules/negotiator/lib/language.js | 179 + .../node_modules/negotiator/lib/mediaType.js | 294 + .../node_modules/negotiator/package.json | 42 + .../make-fetch-happen/package.json | 76 + srv/node_modules/math-intrinsics/.eslintrc | 16 + .../math-intrinsics/.github/FUNDING.yml | 12 + srv/node_modules/math-intrinsics/CHANGELOG.md | 24 + srv/node_modules/math-intrinsics/LICENSE | 21 + srv/node_modules/math-intrinsics/README.md | 50 + srv/node_modules/math-intrinsics/abs.d.ts | 1 + srv/node_modules/math-intrinsics/abs.js | 4 + .../constants/maxArrayLength.d.ts | 3 + .../constants/maxArrayLength.js | 4 + .../constants/maxSafeInteger.d.ts | 3 + .../constants/maxSafeInteger.js | 5 + .../math-intrinsics/constants/maxValue.d.ts | 3 + .../math-intrinsics/constants/maxValue.js | 5 + srv/node_modules/math-intrinsics/floor.d.ts | 1 + srv/node_modules/math-intrinsics/floor.js | 4 + .../math-intrinsics/isFinite.d.ts | 3 + srv/node_modules/math-intrinsics/isFinite.js | 12 + .../math-intrinsics/isInteger.d.ts | 3 + srv/node_modules/math-intrinsics/isInteger.js | 16 + srv/node_modules/math-intrinsics/isNaN.d.ts | 1 + srv/node_modules/math-intrinsics/isNaN.js | 6 + .../math-intrinsics/isNegativeZero.d.ts | 3 + .../math-intrinsics/isNegativeZero.js | 6 + srv/node_modules/math-intrinsics/max.d.ts | 1 + srv/node_modules/math-intrinsics/max.js | 4 + srv/node_modules/math-intrinsics/min.d.ts | 1 + srv/node_modules/math-intrinsics/min.js | 4 + srv/node_modules/math-intrinsics/mod.d.ts | 3 + srv/node_modules/math-intrinsics/mod.js | 9 + srv/node_modules/math-intrinsics/package.json | 86 + srv/node_modules/math-intrinsics/pow.d.ts | 1 + srv/node_modules/math-intrinsics/pow.js | 4 + srv/node_modules/math-intrinsics/round.d.ts | 1 + srv/node_modules/math-intrinsics/round.js | 4 + srv/node_modules/math-intrinsics/sign.d.ts | 3 + srv/node_modules/math-intrinsics/sign.js | 11 + .../math-intrinsics/test/index.js | 192 + .../math-intrinsics/tsconfig.json | 3 + srv/node_modules/media-typer/HISTORY.md | 50 + srv/node_modules/media-typer/LICENSE | 22 + srv/node_modules/media-typer/README.md | 93 + srv/node_modules/media-typer/index.js | 143 + srv/node_modules/media-typer/package.json | 33 + srv/node_modules/merge-descriptors/index.d.ts | 11 + srv/node_modules/merge-descriptors/index.js | 26 + srv/node_modules/merge-descriptors/license | 11 + .../merge-descriptors/package.json | 50 + srv/node_modules/merge-descriptors/readme.md | 55 + srv/node_modules/mime-db/HISTORY.md | 541 + srv/node_modules/mime-db/LICENSE | 23 + srv/node_modules/mime-db/README.md | 109 + srv/node_modules/mime-db/db.json | 9342 +++++++++++++++++ srv/node_modules/mime-db/index.js | 12 + srv/node_modules/mime-db/package.json | 56 + srv/node_modules/mime-types/HISTORY.md | 421 + srv/node_modules/mime-types/LICENSE | 23 + srv/node_modules/mime-types/README.md | 126 + srv/node_modules/mime-types/index.js | 211 + srv/node_modules/mime-types/mimeScore.js | 52 + srv/node_modules/mime-types/package.json | 45 + srv/node_modules/mimic-response/index.d.ts | 17 + srv/node_modules/mimic-response/index.js | 77 + srv/node_modules/mimic-response/license | 9 + srv/node_modules/mimic-response/package.json | 42 + srv/node_modules/mimic-response/readme.md | 78 + srv/node_modules/minimatch/LICENSE | 15 + srv/node_modules/minimatch/README.md | 230 + srv/node_modules/minimatch/minimatch.js | 947 ++ srv/node_modules/minimatch/package.json | 33 + srv/node_modules/minimist/.eslintrc | 29 + srv/node_modules/minimist/.github/FUNDING.yml | 12 + srv/node_modules/minimist/.nycrc | 14 + srv/node_modules/minimist/CHANGELOG.md | 298 + srv/node_modules/minimist/LICENSE | 18 + srv/node_modules/minimist/README.md | 121 + srv/node_modules/minimist/example/parse.js | 4 + srv/node_modules/minimist/index.js | 263 + srv/node_modules/minimist/package.json | 75 + srv/node_modules/minimist/test/all_bool.js | 34 + srv/node_modules/minimist/test/bool.js | 177 + srv/node_modules/minimist/test/dash.js | 43 + .../minimist/test/default_bool.js | 37 + srv/node_modules/minimist/test/dotted.js | 24 + srv/node_modules/minimist/test/kv_short.js | 32 + srv/node_modules/minimist/test/long.js | 33 + srv/node_modules/minimist/test/num.js | 38 + srv/node_modules/minimist/test/parse.js | 209 + .../minimist/test/parse_modified.js | 11 + srv/node_modules/minimist/test/proto.js | 64 + srv/node_modules/minimist/test/short.js | 69 + srv/node_modules/minimist/test/stop_early.js | 17 + srv/node_modules/minimist/test/unknown.js | 104 + srv/node_modules/minimist/test/whitespace.js | 10 + srv/node_modules/minipass-collect/LICENSE | 15 + srv/node_modules/minipass-collect/README.md | 48 + srv/node_modules/minipass-collect/index.js | 71 + .../minipass-collect/package.json | 29 + srv/node_modules/minipass-fetch/LICENSE | 28 + srv/node_modules/minipass-fetch/README.md | 29 + srv/node_modules/minipass-fetch/index.js | 1 + .../minipass-fetch/lib/abort-error.js | 17 + srv/node_modules/minipass-fetch/lib/blob.js | 97 + srv/node_modules/minipass-fetch/lib/body.js | 334 + .../minipass-fetch/lib/fetch-error.js | 31 + .../minipass-fetch/lib/headers.js | 250 + srv/node_modules/minipass-fetch/lib/index.js | 341 + .../minipass-fetch/lib/request.js | 263 + .../minipass-fetch/lib/response.js | 89 + srv/node_modules/minipass-fetch/package.json | 53 + srv/node_modules/minipass-flush/LICENSE | 15 + srv/node_modules/minipass-flush/README.md | 47 + srv/node_modules/minipass-flush/index.js | 39 + srv/node_modules/minipass-flush/package.json | 39 + srv/node_modules/minipass-pipeline/LICENSE | 15 + srv/node_modules/minipass-pipeline/README.md | 69 + srv/node_modules/minipass-pipeline/index.js | 128 + .../minipass-pipeline/package.json | 29 + srv/node_modules/minipass-sized/.npmignore | 22 + srv/node_modules/minipass-sized/LICENSE | 15 + srv/node_modules/minipass-sized/README.md | 28 + srv/node_modules/minipass-sized/index.js | 67 + .../minipass-sized/package-lock.json | 3464 ++++++ srv/node_modules/minipass-sized/package.json | 39 + srv/node_modules/minipass-sized/test/basic.js | 83 + srv/node_modules/minipass/LICENSE | 15 + srv/node_modules/minipass/README.md | 728 ++ srv/node_modules/minipass/index.d.ts | 155 + srv/node_modules/minipass/index.js | 649 ++ srv/node_modules/minipass/package.json | 56 + srv/node_modules/minizlib/LICENSE | 26 + srv/node_modules/minizlib/README.md | 60 + srv/node_modules/minizlib/constants.js | 115 + srv/node_modules/minizlib/index.js | 348 + srv/node_modules/minizlib/package.json | 42 + srv/node_modules/mkdirp-classic/LICENSE | 21 + srv/node_modules/mkdirp-classic/README.md | 18 + srv/node_modules/mkdirp-classic/index.js | 98 + srv/node_modules/mkdirp-classic/package.json | 18 + srv/node_modules/mkdirp/CHANGELOG.md | 15 + srv/node_modules/mkdirp/LICENSE | 21 + srv/node_modules/mkdirp/bin/cmd.js | 68 + srv/node_modules/mkdirp/index.js | 31 + srv/node_modules/mkdirp/lib/find-made.js | 29 + srv/node_modules/mkdirp/lib/mkdirp-manual.js | 64 + srv/node_modules/mkdirp/lib/mkdirp-native.js | 39 + srv/node_modules/mkdirp/lib/opts-arg.js | 23 + srv/node_modules/mkdirp/lib/path-arg.js | 29 + srv/node_modules/mkdirp/lib/use-native.js | 10 + srv/node_modules/mkdirp/package.json | 44 + srv/node_modules/mkdirp/readme.markdown | 266 + srv/node_modules/ms/index.js | 162 + srv/node_modules/ms/license.md | 21 + srv/node_modules/ms/package.json | 38 + srv/node_modules/ms/readme.md | 59 + .../.github/workflows/run-npm-tests.yml | 31 + srv/node_modules/napi-build-utils/LICENSE | 21 + srv/node_modules/napi-build-utils/README.md | 52 + srv/node_modules/napi-build-utils/index.js | 214 + srv/node_modules/napi-build-utils/index.md | 0 .../napi-build-utils/package.json | 42 + srv/node_modules/negotiator/HISTORY.md | 114 + srv/node_modules/negotiator/LICENSE | 24 + srv/node_modules/negotiator/README.md | 212 + srv/node_modules/negotiator/index.js | 83 + srv/node_modules/negotiator/lib/charset.js | 169 + srv/node_modules/negotiator/lib/encoding.js | 205 + srv/node_modules/negotiator/lib/language.js | 179 + srv/node_modules/negotiator/lib/mediaType.js | 294 + srv/node_modules/negotiator/package.json | 43 + srv/node_modules/node-abi/LICENSE | 21 + srv/node_modules/node-abi/README.md | 54 + srv/node_modules/node-abi/abi_registry.json | 387 + srv/node_modules/node-abi/index.js | 179 + srv/node_modules/node-abi/package.json | 42 + srv/node_modules/node-addon-api/LICENSE.md | 9 + srv/node_modules/node-addon-api/README.md | 95 + srv/node_modules/node-addon-api/common.gypi | 21 + srv/node_modules/node-addon-api/except.gypi | 25 + srv/node_modules/node-addon-api/index.js | 14 + .../node-addon-api/napi-inl.deprecated.h | 186 + srv/node_modules/node-addon-api/napi-inl.h | 7033 +++++++++++++ srv/node_modules/node-addon-api/napi.h | 3309 ++++++ .../node-addon-api/node_addon_api.gyp | 42 + srv/node_modules/node-addon-api/node_api.gyp | 9 + srv/node_modules/node-addon-api/noexcept.gypi | 26 + srv/node_modules/node-addon-api/nothing.c | 0 .../node-addon-api/package-support.json | 21 + srv/node_modules/node-addon-api/package.json | 480 + .../node-addon-api/tools/README.md | 73 + .../node-addon-api/tools/check-napi.js | 99 + .../node-addon-api/tools/clang-format.js | 71 + .../node-addon-api/tools/conversion.js | 301 + srv/node_modules/node-gyp-build/LICENSE | 21 + srv/node_modules/node-gyp-build/README.md | 58 + srv/node_modules/node-gyp-build/SECURITY.md | 5 + srv/node_modules/node-gyp-build/bin.js | 84 + srv/node_modules/node-gyp-build/build-test.js | 19 + srv/node_modules/node-gyp-build/index.js | 6 + .../node-gyp-build/node-gyp-build.js | 207 + srv/node_modules/node-gyp-build/optional.js | 7 + srv/node_modules/node-gyp-build/package.json | 43 + .../node-gyp/.github/ISSUE_TEMPLATE.md | 52 + .../node-gyp/.github/PULL_REQUEST_TEMPLATE.md | 17 + .../.github/workflows/release-please.yml | 56 + .../node-gyp/.github/workflows/tests.yml | 45 + .../.github/workflows/visual-studio.yml | 25 + srv/node_modules/node-gyp/CHANGELOG.md | 687 ++ srv/node_modules/node-gyp/CONTRIBUTING.md | 34 + srv/node_modules/node-gyp/LICENSE | 24 + srv/node_modules/node-gyp/README.md | 256 + srv/node_modules/node-gyp/addon.gypi | 185 + srv/node_modules/node-gyp/bin/node-gyp.js | 140 + .../node-gyp/docs/Common-issues.md | 14 + ...re-versions-of-node-cannot-be-installed.md | 94 + srv/node_modules/node-gyp/docs/Home.md | 7 + .../node-gyp/docs/Linking-to-OpenSSL.md | 86 + .../docs/Updating-npm-bundled-node-gyp.md | 45 + .../docs/binding.gyp-files-in-the-wild.md | 48 + srv/node_modules/node-gyp/gyp/.flake8 | 4 + .../gyp/.github/workflows/Python_tests.yml | 30 + .../gyp/.github/workflows/node-gyp.yml | 42 + .../gyp/.github/workflows/nodejs-windows.yml | 27 + .../gyp/.github/workflows/release-please.yml | 16 + srv/node_modules/node-gyp/gyp/AUTHORS | 16 + srv/node_modules/node-gyp/gyp/CHANGELOG.md | 177 + .../node-gyp/gyp/CODE_OF_CONDUCT.md | 4 + srv/node_modules/node-gyp/gyp/CONTRIBUTING.md | 32 + srv/node_modules/node-gyp/gyp/LICENSE | 28 + srv/node_modules/node-gyp/gyp/README.md | 7 + .../node-gyp/gyp/data/win/large-pdb-shim.cc | 12 + srv/node_modules/node-gyp/gyp/gyp | 8 + srv/node_modules/node-gyp/gyp/gyp.bat | 5 + srv/node_modules/node-gyp/gyp/gyp_main.py | 45 + .../node-gyp/gyp/pylib/gyp/MSVSNew.py | 367 + .../node-gyp/gyp/pylib/gyp/MSVSProject.py | 206 + .../node-gyp/gyp/pylib/gyp/MSVSSettings.py | 1270 +++ .../gyp/pylib/gyp/MSVSSettings_test.py | 1547 +++ .../node-gyp/gyp/pylib/gyp/MSVSToolFile.py | 59 + .../node-gyp/gyp/pylib/gyp/MSVSUserFile.py | 153 + .../node-gyp/gyp/pylib/gyp/MSVSUtil.py | 271 + .../node-gyp/gyp/pylib/gyp/MSVSVersion.py | 574 + .../node-gyp/gyp/pylib/gyp/__init__.py | 666 ++ .../node-gyp/gyp/pylib/gyp/common.py | 654 ++ .../node-gyp/gyp/pylib/gyp/common_test.py | 78 + .../node-gyp/gyp/pylib/gyp/easy_xml.py | 165 + .../node-gyp/gyp/pylib/gyp/easy_xml_test.py | 109 + .../node-gyp/gyp/pylib/gyp/flock_tool.py | 55 + .../gyp/pylib/gyp/generator/__init__.py | 0 .../gyp/pylib/gyp/generator/analyzer.py | 808 ++ .../gyp/pylib/gyp/generator/android.py | 1173 +++ .../node-gyp/gyp/pylib/gyp/generator/cmake.py | 1321 +++ .../gyp/generator/compile_commands_json.py | 120 + .../gyp/generator/dump_dependency_json.py | 103 + .../gyp/pylib/gyp/generator/eclipse.py | 464 + .../node-gyp/gyp/pylib/gyp/generator/gypd.py | 89 + .../node-gyp/gyp/pylib/gyp/generator/gypsh.py | 58 + .../node-gyp/gyp/pylib/gyp/generator/make.py | 2518 +++++ .../node-gyp/gyp/pylib/gyp/generator/msvs.py | 3978 +++++++ .../gyp/pylib/gyp/generator/msvs_test.py | 44 + .../node-gyp/gyp/pylib/gyp/generator/ninja.py | 2936 ++++++ .../gyp/pylib/gyp/generator/ninja_test.py | 55 + .../node-gyp/gyp/pylib/gyp/generator/xcode.py | 1394 +++ .../gyp/pylib/gyp/generator/xcode_test.py | 25 + .../node-gyp/gyp/pylib/gyp/input.py | 3137 ++++++ .../node-gyp/gyp/pylib/gyp/input_test.py | 98 + .../node-gyp/gyp/pylib/gyp/mac_tool.py | 771 ++ .../node-gyp/gyp/pylib/gyp/msvs_emulation.py | 1271 +++ .../node-gyp/gyp/pylib/gyp/ninja_syntax.py | 174 + .../node-gyp/gyp/pylib/gyp/simple_copy.py | 61 + .../node-gyp/gyp/pylib/gyp/win_tool.py | 374 + .../node-gyp/gyp/pylib/gyp/xcode_emulation.py | 1939 ++++ .../node-gyp/gyp/pylib/gyp/xcode_ninja.py | 302 + .../node-gyp/gyp/pylib/gyp/xcodeproj_file.py | 3197 ++++++ .../node-gyp/gyp/pylib/gyp/xml_fix.py | 65 + .../node-gyp/gyp/requirements_dev.txt | 2 + srv/node_modules/node-gyp/gyp/setup.py | 42 + srv/node_modules/node-gyp/gyp/test_gyp.py | 260 + srv/node_modules/node-gyp/gyp/tools/README | 15 + .../node-gyp/gyp/tools/Xcode/README | 5 + .../tools/Xcode/Specifications/gyp.pbfilespec | 27 + .../tools/Xcode/Specifications/gyp.xclangspec | 226 + .../node-gyp/gyp/tools/emacs/README | 12 + .../node-gyp/gyp/tools/emacs/gyp-tests.el | 63 + .../node-gyp/gyp/tools/emacs/gyp.el | 275 + .../gyp/tools/emacs/run-unit-tests.sh | 7 + .../gyp/tools/emacs/testdata/media.gyp | 1105 ++ .../tools/emacs/testdata/media.gyp.fontified | 1107 ++ .../node-gyp/gyp/tools/graphviz.py | 102 + .../node-gyp/gyp/tools/pretty_gyp.py | 156 + .../node-gyp/gyp/tools/pretty_sln.py | 181 + .../node-gyp/gyp/tools/pretty_vcproj.py | 339 + .../node-gyp/lib/Find-VisualStudio.cs | 250 + srv/node_modules/node-gyp/lib/build.js | 204 + srv/node_modules/node-gyp/lib/clean.js | 15 + srv/node_modules/node-gyp/lib/configure.js | 294 + .../node-gyp/lib/create-config-gypi.js | 146 + .../node-gyp/lib/find-node-directory.js | 63 + srv/node_modules/node-gyp/lib/find-python.js | 344 + .../node-gyp/lib/find-visualstudio.js | 446 + srv/node_modules/node-gyp/lib/install.js | 376 + srv/node_modules/node-gyp/lib/list.js | 27 + srv/node_modules/node-gyp/lib/node-gyp.js | 211 + .../node-gyp/lib/process-release.js | 147 + srv/node_modules/node-gyp/lib/rebuild.js | 13 + srv/node_modules/node-gyp/lib/remove.js | 46 + srv/node_modules/node-gyp/lib/util.js | 64 + srv/node_modules/node-gyp/macOS_Catalina.md | 104 + .../node-gyp/macOS_Catalina_acid_test.sh | 21 + srv/node_modules/node-gyp/package.json | 50 + .../node-gyp/src/win_delay_load_hook.cc | 39 + srv/node_modules/node-gyp/test/common.js | 3 + .../fixtures/VS_2017_BuildTools_minimal.txt | 1 + .../fixtures/VS_2017_Community_workload.txt | 1 + .../test/fixtures/VS_2017_Express.txt | 1 + .../test/fixtures/VS_2017_Unusable.txt | 1 + .../fixtures/VS_2019_BuildTools_minimal.txt | 1 + .../fixtures/VS_2019_Community_workload.txt | 1 + .../test/fixtures/VS_2019_Preview.txt | 1 + .../node-gyp/test/fixtures/ca-bundle.crt | 40 + .../node-gyp/test/fixtures/ca.crt | 21 + .../fixtures/nodedir/include/node/config.gypi | 6 + .../node-gyp/test/fixtures/server.crt | 21 + .../node-gyp/test/fixtures/server.key | 27 + .../node-gyp/test/fixtures/test-charmap.py | 31 + .../node-gyp/test/process-exec-sync.js | 140 + .../node-gyp/test/simple-proxy.js | 27 + srv/node_modules/node-gyp/test/test-addon.js | 150 + .../node-gyp/test/test-configure-python.js | 82 + .../node-gyp/test/test-create-config-gypi.js | 70 + .../node-gyp/test/test-download.js | 207 + .../test/test-find-accessible-sync.js | 84 + .../node-gyp/test/test-find-node-directory.js | 119 + .../node-gyp/test/test-find-python.js | 226 + .../node-gyp/test/test-find-visualstudio.js | 676 ++ .../node-gyp/test/test-install.js | 46 + .../node-gyp/test/test-options.js | 31 + .../node-gyp/test/test-process-release.js | 434 + srv/node_modules/node-gyp/update-gyp.py | 46 + srv/node_modules/nopt/CHANGELOG.md | 58 + srv/node_modules/nopt/LICENSE | 15 + srv/node_modules/nopt/README.md | 213 + srv/node_modules/nopt/bin/nopt.js | 54 + srv/node_modules/nopt/lib/nopt.js | 441 + srv/node_modules/nopt/package.json | 34 + srv/node_modules/npmlog/LICENSE.md | 20 + srv/node_modules/npmlog/README.md | 216 + srv/node_modules/npmlog/lib/log.js | 404 + srv/node_modules/npmlog/package.json | 51 + srv/node_modules/object-assign/index.js | 90 + srv/node_modules/object-assign/license | 21 + srv/node_modules/object-assign/package.json | 42 + srv/node_modules/object-assign/readme.md | 61 + srv/node_modules/object-inspect/.eslintrc | 53 + .../object-inspect/.github/FUNDING.yml | 12 + srv/node_modules/object-inspect/.nycrc | 13 + srv/node_modules/object-inspect/CHANGELOG.md | 424 + srv/node_modules/object-inspect/LICENSE | 21 + .../object-inspect/example/all.js | 23 + .../object-inspect/example/circular.js | 6 + srv/node_modules/object-inspect/example/fn.js | 5 + .../object-inspect/example/inspect.js | 10 + srv/node_modules/object-inspect/index.js | 544 + .../object-inspect/package-support.json | 20 + srv/node_modules/object-inspect/package.json | 105 + .../object-inspect/readme.markdown | 84 + .../object-inspect/test-core-js.js | 26 + .../object-inspect/test/bigint.js | 58 + .../object-inspect/test/browser/dom.js | 15 + .../object-inspect/test/circular.js | 16 + srv/node_modules/object-inspect/test/deep.js | 12 + .../object-inspect/test/element.js | 53 + srv/node_modules/object-inspect/test/err.js | 48 + srv/node_modules/object-inspect/test/fakes.js | 29 + srv/node_modules/object-inspect/test/fn.js | 76 + .../object-inspect/test/global.js | 17 + srv/node_modules/object-inspect/test/has.js | 15 + srv/node_modules/object-inspect/test/holes.js | 15 + .../object-inspect/test/indent-option.js | 271 + .../object-inspect/test/inspect.js | 139 + .../object-inspect/test/lowbyte.js | 12 + .../object-inspect/test/number.js | 58 + .../object-inspect/test/quoteStyle.js | 26 + .../object-inspect/test/toStringTag.js | 40 + srv/node_modules/object-inspect/test/undef.js | 12 + .../object-inspect/test/values.js | 261 + .../object-inspect/util.inspect.js | 1 + srv/node_modules/on-finished/HISTORY.md | 98 + srv/node_modules/on-finished/LICENSE | 23 + srv/node_modules/on-finished/README.md | 162 + srv/node_modules/on-finished/index.js | 234 + srv/node_modules/on-finished/package.json | 39 + srv/node_modules/once/LICENSE | 15 + srv/node_modules/once/README.md | 79 + srv/node_modules/once/once.js | 42 + srv/node_modules/once/package.json | 33 + srv/node_modules/p-map/index.d.ts | 67 + srv/node_modules/p-map/index.js | 81 + srv/node_modules/p-map/license | 9 + srv/node_modules/p-map/package.json | 53 + srv/node_modules/p-map/readme.md | 89 + srv/node_modules/parseurl/HISTORY.md | 58 + srv/node_modules/parseurl/LICENSE | 24 + srv/node_modules/parseurl/README.md | 133 + srv/node_modules/parseurl/index.js | 158 + srv/node_modules/parseurl/package.json | 40 + srv/node_modules/path-is-absolute/index.js | 20 + srv/node_modules/path-is-absolute/license | 21 + .../path-is-absolute/package.json | 43 + srv/node_modules/path-is-absolute/readme.md | 59 + srv/node_modules/path-to-regexp/LICENSE | 21 + srv/node_modules/path-to-regexp/Readme.md | 216 + .../path-to-regexp/dist/index.d.ts | 136 + srv/node_modules/path-to-regexp/dist/index.js | 403 + .../path-to-regexp/dist/index.js.map | 1 + srv/node_modules/path-to-regexp/package.json | 62 + .../prebuild-install/CHANGELOG.md | 131 + .../prebuild-install/CONTRIBUTING.md | 6 + srv/node_modules/prebuild-install/LICENSE | 21 + srv/node_modules/prebuild-install/README.md | 163 + srv/node_modules/prebuild-install/asset.js | 44 + srv/node_modules/prebuild-install/bin.js | 78 + srv/node_modules/prebuild-install/download.js | 142 + srv/node_modules/prebuild-install/error.js | 14 + srv/node_modules/prebuild-install/help.txt | 16 + srv/node_modules/prebuild-install/index.js | 1 + srv/node_modules/prebuild-install/log.js | 33 + .../prebuild-install/package.json | 67 + srv/node_modules/prebuild-install/proxy.js | 35 + srv/node_modules/prebuild-install/rc.js | 64 + srv/node_modules/prebuild-install/util.js | 143 + srv/node_modules/promise-inflight/LICENSE | 14 + srv/node_modules/promise-inflight/README.md | 34 + srv/node_modules/promise-inflight/inflight.js | 36 + .../promise-inflight/package.json | 24 + srv/node_modules/promise-retry/.editorconfig | 15 + srv/node_modules/promise-retry/.jshintrc | 64 + srv/node_modules/promise-retry/.travis.yml | 4 + srv/node_modules/promise-retry/LICENSE | 19 + srv/node_modules/promise-retry/README.md | 94 + srv/node_modules/promise-retry/index.js | 52 + srv/node_modules/promise-retry/package.json | 37 + srv/node_modules/promise-retry/test/test.js | 263 + srv/node_modules/proxy-addr/HISTORY.md | 161 + srv/node_modules/proxy-addr/LICENSE | 22 + srv/node_modules/proxy-addr/README.md | 139 + srv/node_modules/proxy-addr/index.js | 327 + srv/node_modules/proxy-addr/package.json | 47 + srv/node_modules/pump/.github/FUNDING.yml | 2 + srv/node_modules/pump/.travis.yml | 5 + srv/node_modules/pump/LICENSE | 21 + srv/node_modules/pump/README.md | 74 + srv/node_modules/pump/SECURITY.md | 5 + srv/node_modules/pump/index.js | 86 + srv/node_modules/pump/package.json | 24 + srv/node_modules/pump/test-browser.js | 66 + srv/node_modules/pump/test-node.js | 53 + srv/node_modules/qs/.editorconfig | 46 + srv/node_modules/qs/.eslintrc | 39 + srv/node_modules/qs/.github/FUNDING.yml | 12 + srv/node_modules/qs/.nycrc | 13 + srv/node_modules/qs/CHANGELOG.md | 622 ++ srv/node_modules/qs/LICENSE.md | 29 + srv/node_modules/qs/README.md | 733 ++ srv/node_modules/qs/dist/qs.js | 141 + srv/node_modules/qs/lib/formats.js | 23 + srv/node_modules/qs/lib/index.js | 11 + srv/node_modules/qs/lib/parse.js | 328 + srv/node_modules/qs/lib/stringify.js | 356 + srv/node_modules/qs/lib/utils.js | 268 + srv/node_modules/qs/package.json | 93 + srv/node_modules/qs/test/empty-keys-cases.js | 267 + srv/node_modules/qs/test/parse.js | 1276 +++ srv/node_modules/qs/test/stringify.js | 1306 +++ srv/node_modules/qs/test/utils.js | 262 + srv/node_modules/range-parser/HISTORY.md | 56 + srv/node_modules/range-parser/LICENSE | 23 + srv/node_modules/range-parser/README.md | 84 + srv/node_modules/range-parser/index.js | 162 + srv/node_modules/range-parser/package.json | 44 + srv/node_modules/raw-body/HISTORY.md | 325 + srv/node_modules/raw-body/LICENSE | 22 + srv/node_modules/raw-body/README.md | 223 + srv/node_modules/raw-body/SECURITY.md | 24 + srv/node_modules/raw-body/index.d.ts | 85 + srv/node_modules/raw-body/index.js | 336 + srv/node_modules/raw-body/package.json | 50 + srv/node_modules/rc/LICENSE.APACHE2 | 15 + srv/node_modules/rc/LICENSE.BSD | 26 + srv/node_modules/rc/LICENSE.MIT | 24 + srv/node_modules/rc/README.md | 227 + srv/node_modules/rc/browser.js | 7 + srv/node_modules/rc/cli.js | 4 + srv/node_modules/rc/index.js | 53 + srv/node_modules/rc/lib/utils.js | 104 + srv/node_modules/rc/package.json | 29 + srv/node_modules/rc/test/ini.js | 16 + srv/node_modules/rc/test/nested-env-vars.js | 50 + srv/node_modules/rc/test/test.js | 59 + .../readable-stream/CONTRIBUTING.md | 38 + .../readable-stream/GOVERNANCE.md | 136 + srv/node_modules/readable-stream/LICENSE | 47 + srv/node_modules/readable-stream/README.md | 106 + .../readable-stream/errors-browser.js | 127 + srv/node_modules/readable-stream/errors.js | 116 + .../readable-stream/experimentalWarning.js | 17 + .../readable-stream/lib/_stream_duplex.js | 126 + .../lib/_stream_passthrough.js | 37 + .../readable-stream/lib/_stream_readable.js | 1027 ++ .../readable-stream/lib/_stream_transform.js | 190 + .../readable-stream/lib/_stream_writable.js | 641 ++ .../lib/internal/streams/async_iterator.js | 180 + .../lib/internal/streams/buffer_list.js | 183 + .../lib/internal/streams/destroy.js | 96 + .../lib/internal/streams/end-of-stream.js | 86 + .../lib/internal/streams/from-browser.js | 3 + .../lib/internal/streams/from.js | 52 + .../lib/internal/streams/pipeline.js | 86 + .../lib/internal/streams/state.js | 22 + .../lib/internal/streams/stream-browser.js | 1 + .../lib/internal/streams/stream.js | 1 + srv/node_modules/readable-stream/package.json | 68 + .../readable-stream/readable-browser.js | 9 + srv/node_modules/readable-stream/readable.js | 16 + srv/node_modules/retry/.npmignore | 3 + srv/node_modules/retry/.travis.yml | 15 + srv/node_modules/retry/License | 21 + srv/node_modules/retry/Makefile | 18 + srv/node_modules/retry/README.md | 227 + srv/node_modules/retry/equation.gif | Bin 0 -> 1209 bytes srv/node_modules/retry/example/dns.js | 31 + srv/node_modules/retry/example/stop.js | 40 + srv/node_modules/retry/index.js | 1 + srv/node_modules/retry/lib/retry.js | 100 + srv/node_modules/retry/lib/retry_operation.js | 158 + srv/node_modules/retry/package.json | 32 + srv/node_modules/retry/test/common.js | 10 + .../retry/test/integration/test-forever.js | 24 + .../test/integration/test-retry-operation.js | 258 + .../retry/test/integration/test-retry-wrap.js | 101 + .../retry/test/integration/test-timeouts.js | 69 + srv/node_modules/rimraf/CHANGELOG.md | 65 + srv/node_modules/rimraf/LICENSE | 15 + srv/node_modules/rimraf/README.md | 101 + srv/node_modules/rimraf/bin.js | 68 + srv/node_modules/rimraf/package.json | 32 + srv/node_modules/rimraf/rimraf.js | 360 + srv/node_modules/router/HISTORY.md | 228 + srv/node_modules/router/LICENSE | 23 + srv/node_modules/router/README.md | 416 + srv/node_modules/router/index.js | 748 ++ srv/node_modules/router/lib/layer.js | 247 + srv/node_modules/router/lib/route.js | 242 + srv/node_modules/router/package.json | 44 + srv/node_modules/safe-buffer/LICENSE | 21 + srv/node_modules/safe-buffer/README.md | 584 ++ srv/node_modules/safe-buffer/index.d.ts | 187 + srv/node_modules/safe-buffer/index.js | 65 + srv/node_modules/safe-buffer/package.json | 51 + srv/node_modules/safer-buffer/LICENSE | 21 + .../safer-buffer/Porting-Buffer.md | 268 + srv/node_modules/safer-buffer/Readme.md | 156 + srv/node_modules/safer-buffer/dangerous.js | 58 + srv/node_modules/safer-buffer/package.json | 34 + srv/node_modules/safer-buffer/safer.js | 77 + srv/node_modules/safer-buffer/tests.js | 406 + srv/node_modules/semver/LICENSE | 15 + srv/node_modules/semver/README.md | 664 ++ srv/node_modules/semver/bin/semver.js | 191 + srv/node_modules/semver/classes/comparator.js | 143 + srv/node_modules/semver/classes/index.js | 7 + srv/node_modules/semver/classes/range.js | 556 + srv/node_modules/semver/classes/semver.js | 319 + srv/node_modules/semver/functions/clean.js | 8 + srv/node_modules/semver/functions/cmp.js | 54 + srv/node_modules/semver/functions/coerce.js | 62 + .../semver/functions/compare-build.js | 9 + .../semver/functions/compare-loose.js | 5 + srv/node_modules/semver/functions/compare.js | 7 + srv/node_modules/semver/functions/diff.js | 60 + srv/node_modules/semver/functions/eq.js | 5 + srv/node_modules/semver/functions/gt.js | 5 + srv/node_modules/semver/functions/gte.js | 5 + srv/node_modules/semver/functions/inc.js | 21 + srv/node_modules/semver/functions/lt.js | 5 + srv/node_modules/semver/functions/lte.js | 5 + srv/node_modules/semver/functions/major.js | 5 + srv/node_modules/semver/functions/minor.js | 5 + srv/node_modules/semver/functions/neq.js | 5 + srv/node_modules/semver/functions/parse.js | 18 + srv/node_modules/semver/functions/patch.js | 5 + .../semver/functions/prerelease.js | 8 + srv/node_modules/semver/functions/rcompare.js | 5 + srv/node_modules/semver/functions/rsort.js | 5 + .../semver/functions/satisfies.js | 12 + srv/node_modules/semver/functions/sort.js | 5 + srv/node_modules/semver/functions/valid.js | 8 + srv/node_modules/semver/index.js | 91 + srv/node_modules/semver/internal/constants.js | 37 + srv/node_modules/semver/internal/debug.js | 11 + .../semver/internal/identifiers.js | 25 + srv/node_modules/semver/internal/lrucache.js | 42 + .../semver/internal/parse-options.js | 17 + srv/node_modules/semver/internal/re.js | 223 + srv/node_modules/semver/package.json | 78 + srv/node_modules/semver/preload.js | 4 + srv/node_modules/semver/range.bnf | 16 + srv/node_modules/semver/ranges/gtr.js | 6 + srv/node_modules/semver/ranges/intersects.js | 9 + srv/node_modules/semver/ranges/ltr.js | 6 + .../semver/ranges/max-satisfying.js | 27 + .../semver/ranges/min-satisfying.js | 26 + srv/node_modules/semver/ranges/min-version.js | 63 + srv/node_modules/semver/ranges/outside.js | 82 + srv/node_modules/semver/ranges/simplify.js | 49 + srv/node_modules/semver/ranges/subset.js | 249 + .../semver/ranges/to-comparators.js | 10 + srv/node_modules/semver/ranges/valid.js | 13 + srv/node_modules/send/HISTORY.md | 580 + srv/node_modules/send/LICENSE | 23 + srv/node_modules/send/README.md | 317 + srv/node_modules/send/index.js | 997 ++ srv/node_modules/send/package.json | 60 + srv/node_modules/serve-static/HISTORY.md | 516 + srv/node_modules/serve-static/LICENSE | 25 + srv/node_modules/serve-static/README.md | 253 + srv/node_modules/serve-static/index.js | 208 + srv/node_modules/serve-static/package.json | 41 + srv/node_modules/set-blocking/CHANGELOG.md | 26 + srv/node_modules/set-blocking/LICENSE.txt | 14 + srv/node_modules/set-blocking/README.md | 31 + srv/node_modules/set-blocking/index.js | 7 + srv/node_modules/set-blocking/package.json | 42 + srv/node_modules/setprototypeof/LICENSE | 13 + srv/node_modules/setprototypeof/README.md | 31 + srv/node_modules/setprototypeof/index.d.ts | 2 + srv/node_modules/setprototypeof/index.js | 17 + srv/node_modules/setprototypeof/package.json | 38 + srv/node_modules/setprototypeof/test/index.js | 24 + .../side-channel-list/.editorconfig | 9 + srv/node_modules/side-channel-list/.eslintrc | 11 + .../side-channel-list/.github/FUNDING.yml | 12 + srv/node_modules/side-channel-list/.nycrc | 13 + .../side-channel-list/CHANGELOG.md | 15 + srv/node_modules/side-channel-list/LICENSE | 21 + srv/node_modules/side-channel-list/README.md | 62 + srv/node_modules/side-channel-list/index.d.ts | 13 + srv/node_modules/side-channel-list/index.js | 113 + srv/node_modules/side-channel-list/list.d.ts | 14 + .../side-channel-list/package.json | 77 + .../side-channel-list/test/index.js | 104 + .../side-channel-list/tsconfig.json | 9 + .../side-channel-map/.editorconfig | 9 + srv/node_modules/side-channel-map/.eslintrc | 11 + .../side-channel-map/.github/FUNDING.yml | 12 + srv/node_modules/side-channel-map/.nycrc | 13 + .../side-channel-map/CHANGELOG.md | 22 + srv/node_modules/side-channel-map/LICENSE | 21 + srv/node_modules/side-channel-map/README.md | 62 + srv/node_modules/side-channel-map/index.d.ts | 15 + srv/node_modules/side-channel-map/index.js | 68 + .../side-channel-map/package.json | 80 + .../side-channel-map/test/index.js | 114 + .../side-channel-map/tsconfig.json | 9 + .../side-channel-weakmap/.editorconfig | 9 + .../side-channel-weakmap/.eslintrc | 12 + .../side-channel-weakmap/.github/FUNDING.yml | 12 + srv/node_modules/side-channel-weakmap/.nycrc | 13 + .../side-channel-weakmap/CHANGELOG.md | 28 + srv/node_modules/side-channel-weakmap/LICENSE | 21 + .../side-channel-weakmap/README.md | 62 + .../side-channel-weakmap/index.d.ts | 15 + .../side-channel-weakmap/index.js | 84 + .../side-channel-weakmap/package.json | 87 + .../side-channel-weakmap/test/index.js | 114 + .../side-channel-weakmap/tsconfig.json | 9 + srv/node_modules/side-channel/.editorconfig | 9 + srv/node_modules/side-channel/.eslintrc | 12 + .../side-channel/.github/FUNDING.yml | 12 + srv/node_modules/side-channel/.nycrc | 13 + srv/node_modules/side-channel/CHANGELOG.md | 110 + srv/node_modules/side-channel/LICENSE | 21 + srv/node_modules/side-channel/README.md | 61 + srv/node_modules/side-channel/index.d.ts | 14 + srv/node_modules/side-channel/index.js | 43 + srv/node_modules/side-channel/package.json | 85 + srv/node_modules/side-channel/test/index.js | 104 + srv/node_modules/side-channel/tsconfig.json | 9 + srv/node_modules/signal-exit/LICENSE.txt | 16 + srv/node_modules/signal-exit/README.md | 39 + srv/node_modules/signal-exit/index.js | 202 + srv/node_modules/signal-exit/package.json | 38 + srv/node_modules/signal-exit/signals.js | 53 + srv/node_modules/simple-concat/.travis.yml | 3 + srv/node_modules/simple-concat/LICENSE | 20 + srv/node_modules/simple-concat/README.md | 44 + srv/node_modules/simple-concat/index.js | 15 + srv/node_modules/simple-concat/package.json | 47 + srv/node_modules/simple-concat/test/basic.js | 41 + .../simple-get/.github/dependabot.yml | 15 + .../simple-get/.github/workflows/ci.yml | 23 + srv/node_modules/simple-get/LICENSE | 20 + srv/node_modules/simple-get/README.md | 333 + srv/node_modules/simple-get/index.js | 108 + srv/node_modules/simple-get/package.json | 67 + .../smart-buffer/.prettierrc.yaml | 5 + srv/node_modules/smart-buffer/.travis.yml | 13 + srv/node_modules/smart-buffer/LICENSE | 20 + srv/node_modules/smart-buffer/README.md | 633 ++ .../smart-buffer/build/smartbuffer.js | 1233 +++ .../smart-buffer/build/smartbuffer.js.map | 1 + srv/node_modules/smart-buffer/build/utils.js | 108 + .../smart-buffer/build/utils.js.map | 1 + .../smart-buffer/docs/CHANGELOG.md | 70 + .../smart-buffer/docs/README_v3.md | 367 + srv/node_modules/smart-buffer/docs/ROADMAP.md | 0 srv/node_modules/smart-buffer/package.json | 79 + .../smart-buffer/typings/smartbuffer.d.ts | 755 ++ .../smart-buffer/typings/utils.d.ts | 66 + srv/node_modules/socks-proxy-agent/README.md | 152 + .../socks-proxy-agent/dist/index.d.ts | 38 + .../socks-proxy-agent/dist/index.js | 197 + .../socks-proxy-agent/dist/index.js.map | 1 + .../socks-proxy-agent/package.json | 181 + srv/node_modules/socks/.eslintrc.cjs | 11 + srv/node_modules/socks/.prettierrc.yaml | 7 + srv/node_modules/socks/LICENSE | 20 + srv/node_modules/socks/README.md | 686 ++ .../socks/build/client/socksclient.js | 793 ++ .../socks/build/client/socksclient.js.map | 1 + .../socks/build/common/constants.js | 108 + .../socks/build/common/constants.js.map | 1 + .../socks/build/common/helpers.js | 167 + .../socks/build/common/helpers.js.map | 1 + .../socks/build/common/receivebuffer.js | 43 + .../socks/build/common/receivebuffer.js.map | 1 + srv/node_modules/socks/build/common/util.js | 25 + .../socks/build/common/util.js.map | 1 + srv/node_modules/socks/build/index.js | 18 + srv/node_modules/socks/build/index.js.map | 1 + srv/node_modules/socks/docs/examples/index.md | 17 + .../examples/javascript/associateExample.md | 90 + .../docs/examples/javascript/bindExample.md | 83 + .../examples/javascript/connectExample.md | 258 + .../examples/typescript/associateExample.md | 93 + .../docs/examples/typescript/bindExample.md | 86 + .../examples/typescript/connectExample.md | 265 + srv/node_modules/socks/docs/index.md | 5 + .../socks/docs/migratingFromV1.md | 86 + srv/node_modules/socks/package.json | 58 + .../socks/typings/client/socksclient.d.ts | 162 + .../socks/typings/common/constants.d.ts | 151 + .../socks/typings/common/helpers.d.ts | 17 + .../socks/typings/common/receivebuffer.d.ts | 12 + .../socks/typings/common/util.d.ts | 14 + srv/node_modules/socks/typings/index.d.ts | 1 + srv/node_modules/sprintf-js/CONTRIBUTORS.md | 26 + srv/node_modules/sprintf-js/LICENSE | 24 + srv/node_modules/sprintf-js/README.md | 143 + .../sprintf-js/dist/.gitattributes | 4 + .../sprintf-js/dist/angular-sprintf.min.js | 3 + .../dist/angular-sprintf.min.js.map | 1 + .../sprintf-js/dist/sprintf.min.js | 3 + .../sprintf-js/dist/sprintf.min.js.map | 1 + srv/node_modules/sprintf-js/package.json | 35 + .../sprintf-js/src/angular-sprintf.js | 24 + srv/node_modules/sprintf-js/src/sprintf.js | 231 + srv/node_modules/sqlite3/LICENSE | 25 + srv/node_modules/sqlite3/README.md | 249 + srv/node_modules/sqlite3/binding.gyp | 58 + .../sqlite3/build/Release/node_sqlite3.node | Bin 0 -> 2037662 bytes .../sqlite3/deps/common-sqlite.gypi | 60 + srv/node_modules/sqlite3/deps/extract.js | 10 + .../deps/sqlite-autoconf-3440200.tar.gz | Bin 0 -> 3204841 bytes srv/node_modules/sqlite3/deps/sqlite3.gyp | 121 + .../sqlite3/lib/sqlite3-binding.js | 1 + srv/node_modules/sqlite3/lib/sqlite3.d.ts | 205 + srv/node_modules/sqlite3/lib/sqlite3.js | 207 + srv/node_modules/sqlite3/lib/trace.js | 38 + .../node_modules/node-addon-api/LICENSE.md | 9 + .../node_modules/node-addon-api/README.md | 319 + .../node_modules/node-addon-api/common.gypi | 20 + .../node_modules/node-addon-api/except.gypi | 25 + .../node_modules/node-addon-api/index.js | 12 + .../node-addon-api/napi-inl.deprecated.h | 186 + .../node_modules/node-addon-api/napi-inl.h | 6607 ++++++++++++ .../node_modules/node-addon-api/napi.h | 3201 ++++++ .../node-addon-api/node_addon_api.gyp | 32 + .../node_modules/node-addon-api/node_api.gyp | 9 + .../node_modules/node-addon-api/noexcept.gypi | 26 + .../node_modules/node-addon-api/nothing.c | 0 .../node-addon-api/package-support.json | 21 + .../node_modules/node-addon-api/package.json | 480 + .../node-addon-api/tools/README.md | 73 + .../node-addon-api/tools/check-napi.js | 99 + .../node-addon-api/tools/clang-format.js | 71 + .../node-addon-api/tools/conversion.js | 301 + .../node-addon-api/tools/eslint-format.js | 79 + srv/node_modules/sqlite3/package.json | 89 + srv/node_modules/sqlite3/src/async.h | 76 + srv/node_modules/sqlite3/src/backup.cc | 418 + srv/node_modules/sqlite3/src/backup.h | 209 + srv/node_modules/sqlite3/src/database.cc | 751 ++ srv/node_modules/sqlite3/src/database.h | 188 + srv/node_modules/sqlite3/src/gcc-preinclude.h | 30 + srv/node_modules/sqlite3/src/macros.h | 207 + srv/node_modules/sqlite3/src/node_sqlite3.cc | 128 + srv/node_modules/sqlite3/src/statement.cc | 939 ++ srv/node_modules/sqlite3/src/statement.h | 244 + srv/node_modules/sqlite3/src/threading.h | 10 + srv/node_modules/ssri/CHANGELOG.md | 355 + srv/node_modules/ssri/LICENSE.md | 16 + srv/node_modules/ssri/README.md | 528 + srv/node_modules/ssri/index.js | 470 + srv/node_modules/ssri/package.json | 52 + srv/node_modules/statuses/HISTORY.md | 87 + srv/node_modules/statuses/LICENSE | 23 + srv/node_modules/statuses/README.md | 139 + srv/node_modules/statuses/codes.json | 65 + srv/node_modules/statuses/index.js | 146 + srv/node_modules/statuses/package.json | 49 + srv/node_modules/string-width/index.d.ts | 29 + srv/node_modules/string-width/index.js | 47 + srv/node_modules/string-width/license | 9 + srv/node_modules/string-width/package.json | 56 + srv/node_modules/string-width/readme.md | 50 + srv/node_modules/string_decoder/LICENSE | 48 + srv/node_modules/string_decoder/README.md | 47 + .../string_decoder/lib/string_decoder.js | 296 + srv/node_modules/string_decoder/package.json | 34 + srv/node_modules/strip-ansi/index.d.ts | 17 + srv/node_modules/strip-ansi/index.js | 4 + srv/node_modules/strip-ansi/license | 9 + srv/node_modules/strip-ansi/package.json | 54 + srv/node_modules/strip-ansi/readme.md | 46 + srv/node_modules/strip-json-comments/index.js | 70 + srv/node_modules/strip-json-comments/license | 21 + .../strip-json-comments/package.json | 42 + .../strip-json-comments/readme.md | 64 + srv/node_modules/tar-fs/.travis.yml | 6 + srv/node_modules/tar-fs/LICENSE | 21 + srv/node_modules/tar-fs/README.md | 165 + srv/node_modules/tar-fs/index.js | 358 + .../tar-fs/node_modules/chownr/LICENSE | 15 + .../tar-fs/node_modules/chownr/README.md | 3 + .../tar-fs/node_modules/chownr/chownr.js | 167 + .../tar-fs/node_modules/chownr/package.json | 29 + srv/node_modules/tar-fs/package.json | 41 + .../tar-fs/test/fixtures/a/hello.txt | 1 + .../tar-fs/test/fixtures/b/a/test.txt | 1 + srv/node_modules/tar-fs/test/fixtures/d/file1 | 0 srv/node_modules/tar-fs/test/fixtures/d/file2 | 0 .../tar-fs/test/fixtures/d/sub-dir/file5 | 0 .../tar-fs/test/fixtures/d/sub-files/file3 | 0 .../tar-fs/test/fixtures/d/sub-files/file4 | 0 .../tar-fs/test/fixtures/e/directory/.ignore | 0 srv/node_modules/tar-fs/test/fixtures/e/file | 0 .../tar-fs/test/fixtures/invalid.tar | Bin 0 -> 2560 bytes srv/node_modules/tar-fs/test/index.js | 346 + srv/node_modules/tar-stream/LICENSE | 21 + srv/node_modules/tar-stream/README.md | 168 + srv/node_modules/tar-stream/extract.js | 257 + srv/node_modules/tar-stream/headers.js | 295 + srv/node_modules/tar-stream/index.js | 2 + srv/node_modules/tar-stream/pack.js | 255 + srv/node_modules/tar-stream/package.json | 58 + srv/node_modules/tar-stream/sandbox.js | 11 + srv/node_modules/tar/LICENSE | 15 + srv/node_modules/tar/README.md | 1080 ++ srv/node_modules/tar/index.js | 18 + srv/node_modules/tar/lib/create.js | 111 + srv/node_modules/tar/lib/extract.js | 113 + srv/node_modules/tar/lib/get-write-flag.js | 20 + srv/node_modules/tar/lib/header.js | 304 + srv/node_modules/tar/lib/high-level-opt.js | 29 + srv/node_modules/tar/lib/large-numbers.js | 104 + srv/node_modules/tar/lib/list.js | 139 + srv/node_modules/tar/lib/mkdir.js | 229 + srv/node_modules/tar/lib/mode-fix.js | 27 + srv/node_modules/tar/lib/normalize-unicode.js | 12 + .../tar/lib/normalize-windows-path.js | 8 + srv/node_modules/tar/lib/pack.js | 432 + srv/node_modules/tar/lib/parse.js | 552 + srv/node_modules/tar/lib/path-reservations.js | 156 + srv/node_modules/tar/lib/pax.js | 150 + srv/node_modules/tar/lib/read-entry.js | 107 + srv/node_modules/tar/lib/replace.js | 246 + .../tar/lib/strip-absolute-path.js | 24 + .../tar/lib/strip-trailing-slashes.js | 13 + srv/node_modules/tar/lib/types.js | 44 + srv/node_modules/tar/lib/unpack.js | 923 ++ srv/node_modules/tar/lib/update.js | 40 + srv/node_modules/tar/lib/warn-mixin.js | 24 + srv/node_modules/tar/lib/winchars.js | 23 + srv/node_modules/tar/lib/write-entry.js | 546 + .../tar/node_modules/minipass/LICENSE | 15 + .../tar/node_modules/minipass/README.md | 769 ++ .../tar/node_modules/minipass/index.d.ts | 152 + .../tar/node_modules/minipass/index.js | 702 ++ .../tar/node_modules/minipass/index.mjs | 702 ++ .../tar/node_modules/minipass/package.json | 76 + srv/node_modules/tar/package.json | 70 + srv/node_modules/toidentifier/HISTORY.md | 9 + srv/node_modules/toidentifier/LICENSE | 21 + srv/node_modules/toidentifier/README.md | 61 + srv/node_modules/toidentifier/index.js | 32 + srv/node_modules/toidentifier/package.json | 38 + srv/node_modules/tunnel-agent/LICENSE | 55 + srv/node_modules/tunnel-agent/README.md | 4 + srv/node_modules/tunnel-agent/index.js | 244 + srv/node_modules/tunnel-agent/package.json | 22 + srv/node_modules/type-is/HISTORY.md | 292 + srv/node_modules/type-is/LICENSE | 23 + srv/node_modules/type-is/README.md | 198 + srv/node_modules/type-is/index.js | 250 + srv/node_modules/type-is/package.json | 47 + .../unique-filename/.nyc_output/54942.json | 1 + .../unique-filename/.nyc_output/54944.json | 1 + srv/node_modules/unique-filename/LICENSE | 5 + srv/node_modules/unique-filename/README.md | 33 + .../coverage/__root__/index.html | 73 + .../coverage/__root__/index.js.html | 69 + .../unique-filename/coverage/base.css | 182 + .../unique-filename/coverage/index.html | 73 + .../unique-filename/coverage/prettify.css | 1 + .../unique-filename/coverage/prettify.js | 1 + .../coverage/sort-arrow-sprite.png | Bin 0 -> 209 bytes .../unique-filename/coverage/sorter.js | 156 + srv/node_modules/unique-filename/index.js | 8 + srv/node_modules/unique-filename/package.json | 27 + .../unique-filename/test/index.js | 23 + srv/node_modules/unique-slug/.travis.yml | 10 + srv/node_modules/unique-slug/LICENSE | 15 + srv/node_modules/unique-slug/README.md | 19 + srv/node_modules/unique-slug/index.js | 11 + srv/node_modules/unique-slug/package.json | 23 + srv/node_modules/unique-slug/test/index.js | 13 + srv/node_modules/unpipe/HISTORY.md | 4 + srv/node_modules/unpipe/LICENSE | 22 + srv/node_modules/unpipe/README.md | 43 + srv/node_modules/unpipe/index.js | 69 + srv/node_modules/unpipe/package.json | 27 + srv/node_modules/util-deprecate/History.md | 16 + srv/node_modules/util-deprecate/LICENSE | 24 + srv/node_modules/util-deprecate/README.md | 53 + srv/node_modules/util-deprecate/browser.js | 67 + srv/node_modules/util-deprecate/node.js | 6 + srv/node_modules/util-deprecate/package.json | 27 + srv/node_modules/uuid/LICENSE.md | 9 + srv/node_modules/uuid/README.md | 510 + .../uuid/dist/cjs-browser/index.d.ts | 15 + .../uuid/dist/cjs-browser/index.js | 31 + .../uuid/dist/cjs-browser/max.d.ts | 2 + srv/node_modules/uuid/dist/cjs-browser/max.js | 3 + .../uuid/dist/cjs-browser/md5.d.ts | 2 + srv/node_modules/uuid/dist/cjs-browser/md5.js | 137 + .../uuid/dist/cjs-browser/native.d.ts | 4 + .../uuid/dist/cjs-browser/native.js | 4 + .../uuid/dist/cjs-browser/nil.d.ts | 2 + srv/node_modules/uuid/dist/cjs-browser/nil.js | 3 + .../uuid/dist/cjs-browser/package.json | 1 + .../uuid/dist/cjs-browser/parse.d.ts | 2 + .../uuid/dist/cjs-browser/parse.js | 11 + .../uuid/dist/cjs-browser/regex.d.ts | 2 + .../uuid/dist/cjs-browser/regex.js | 3 + .../uuid/dist/cjs-browser/rng.d.ts | 1 + srv/node_modules/uuid/dist/cjs-browser/rng.js | 14 + .../uuid/dist/cjs-browser/sha1.d.ts | 2 + .../uuid/dist/cjs-browser/sha1.js | 72 + .../uuid/dist/cjs-browser/stringify.d.ts | 3 + .../uuid/dist/cjs-browser/stringify.js | 39 + .../uuid/dist/cjs-browser/types.d.ts | 21 + .../uuid/dist/cjs-browser/types.js | 2 + .../uuid/dist/cjs-browser/uuid-bin.d.ts | 1 + .../uuid/dist/cjs-browser/uuid-bin.js | 72 + .../uuid/dist/cjs-browser/v1.d.ts | 11 + srv/node_modules/uuid/dist/cjs-browser/v1.js | 87 + .../uuid/dist/cjs-browser/v1ToV6.d.ts | 2 + .../uuid/dist/cjs-browser/v1ToV6.js | 13 + .../uuid/dist/cjs-browser/v3.d.ts | 9 + srv/node_modules/uuid/dist/cjs-browser/v3.js | 14 + .../uuid/dist/cjs-browser/v35.d.ts | 7 + srv/node_modules/uuid/dist/cjs-browser/v35.js | 41 + .../uuid/dist/cjs-browser/v4.d.ts | 4 + srv/node_modules/uuid/dist/cjs-browser/v4.js | 29 + .../uuid/dist/cjs-browser/v5.d.ts | 9 + srv/node_modules/uuid/dist/cjs-browser/v5.js | 14 + .../uuid/dist/cjs-browser/v6.d.ts | 4 + srv/node_modules/uuid/dist/cjs-browser/v6.js | 19 + .../uuid/dist/cjs-browser/v6ToV1.d.ts | 2 + .../uuid/dist/cjs-browser/v6ToV1.js | 13 + .../uuid/dist/cjs-browser/v7.d.ts | 9 + srv/node_modules/uuid/dist/cjs-browser/v7.js | 69 + .../uuid/dist/cjs-browser/validate.d.ts | 2 + .../uuid/dist/cjs-browser/validate.js | 7 + .../uuid/dist/cjs-browser/version.d.ts | 2 + .../uuid/dist/cjs-browser/version.js | 10 + srv/node_modules/uuid/dist/cjs/index.d.ts | 15 + srv/node_modules/uuid/dist/cjs/index.js | 31 + srv/node_modules/uuid/dist/cjs/max.d.ts | 2 + srv/node_modules/uuid/dist/cjs/max.js | 3 + srv/node_modules/uuid/dist/cjs/md5.d.ts | 4 + srv/node_modules/uuid/dist/cjs/md5.js | 13 + srv/node_modules/uuid/dist/cjs/native.d.ts | 6 + srv/node_modules/uuid/dist/cjs/native.js | 4 + srv/node_modules/uuid/dist/cjs/nil.d.ts | 2 + srv/node_modules/uuid/dist/cjs/nil.js | 3 + srv/node_modules/uuid/dist/cjs/package.json | 1 + srv/node_modules/uuid/dist/cjs/parse.d.ts | 2 + srv/node_modules/uuid/dist/cjs/parse.js | 11 + srv/node_modules/uuid/dist/cjs/regex.d.ts | 2 + srv/node_modules/uuid/dist/cjs/regex.js | 3 + srv/node_modules/uuid/dist/cjs/rng.d.ts | 1 + srv/node_modules/uuid/dist/cjs/rng.js | 13 + srv/node_modules/uuid/dist/cjs/sha1.d.ts | 4 + srv/node_modules/uuid/dist/cjs/sha1.js | 13 + srv/node_modules/uuid/dist/cjs/stringify.d.ts | 3 + srv/node_modules/uuid/dist/cjs/stringify.js | 39 + srv/node_modules/uuid/dist/cjs/types.d.ts | 21 + srv/node_modules/uuid/dist/cjs/types.js | 2 + srv/node_modules/uuid/dist/cjs/uuid-bin.d.ts | 1 + srv/node_modules/uuid/dist/cjs/uuid-bin.js | 72 + srv/node_modules/uuid/dist/cjs/v1.d.ts | 11 + srv/node_modules/uuid/dist/cjs/v1.js | 87 + srv/node_modules/uuid/dist/cjs/v1ToV6.d.ts | 2 + srv/node_modules/uuid/dist/cjs/v1ToV6.js | 13 + srv/node_modules/uuid/dist/cjs/v3.d.ts | 9 + srv/node_modules/uuid/dist/cjs/v3.js | 14 + srv/node_modules/uuid/dist/cjs/v35.d.ts | 7 + srv/node_modules/uuid/dist/cjs/v35.js | 41 + srv/node_modules/uuid/dist/cjs/v4.d.ts | 4 + srv/node_modules/uuid/dist/cjs/v4.js | 29 + srv/node_modules/uuid/dist/cjs/v5.d.ts | 9 + srv/node_modules/uuid/dist/cjs/v5.js | 14 + srv/node_modules/uuid/dist/cjs/v6.d.ts | 4 + srv/node_modules/uuid/dist/cjs/v6.js | 19 + srv/node_modules/uuid/dist/cjs/v6ToV1.d.ts | 2 + srv/node_modules/uuid/dist/cjs/v6ToV1.js | 13 + srv/node_modules/uuid/dist/cjs/v7.d.ts | 9 + srv/node_modules/uuid/dist/cjs/v7.js | 69 + srv/node_modules/uuid/dist/cjs/validate.d.ts | 2 + srv/node_modules/uuid/dist/cjs/validate.js | 7 + srv/node_modules/uuid/dist/cjs/version.d.ts | 2 + srv/node_modules/uuid/dist/cjs/version.js | 10 + .../uuid/dist/esm-browser/index.d.ts | 15 + .../uuid/dist/esm-browser/index.js | 14 + .../uuid/dist/esm-browser/max.d.ts | 2 + srv/node_modules/uuid/dist/esm-browser/max.js | 1 + .../uuid/dist/esm-browser/md5.d.ts | 2 + srv/node_modules/uuid/dist/esm-browser/md5.js | 135 + .../uuid/dist/esm-browser/native.d.ts | 4 + .../uuid/dist/esm-browser/native.js | 2 + .../uuid/dist/esm-browser/nil.d.ts | 2 + srv/node_modules/uuid/dist/esm-browser/nil.js | 1 + .../uuid/dist/esm-browser/parse.d.ts | 2 + .../uuid/dist/esm-browser/parse.js | 9 + .../uuid/dist/esm-browser/regex.d.ts | 2 + .../uuid/dist/esm-browser/regex.js | 1 + .../uuid/dist/esm-browser/rng.d.ts | 1 + srv/node_modules/uuid/dist/esm-browser/rng.js | 11 + .../uuid/dist/esm-browser/sha1.d.ts | 2 + .../uuid/dist/esm-browser/sha1.js | 70 + .../uuid/dist/esm-browser/stringify.d.ts | 3 + .../uuid/dist/esm-browser/stringify.js | 35 + .../uuid/dist/esm-browser/types.d.ts | 21 + .../uuid/dist/esm-browser/types.js | 1 + .../uuid/dist/esm-browser/uuid-bin.d.ts | 1 + .../uuid/dist/esm-browser/uuid-bin.js | 70 + .../uuid/dist/esm-browser/v1.d.ts | 11 + srv/node_modules/uuid/dist/esm-browser/v1.js | 83 + .../uuid/dist/esm-browser/v1ToV6.d.ts | 2 + .../uuid/dist/esm-browser/v1ToV6.js | 10 + .../uuid/dist/esm-browser/v3.d.ts | 9 + srv/node_modules/uuid/dist/esm-browser/v3.js | 9 + .../uuid/dist/esm-browser/v35.d.ts | 7 + srv/node_modules/uuid/dist/esm-browser/v35.js | 36 + .../uuid/dist/esm-browser/v4.d.ts | 4 + srv/node_modules/uuid/dist/esm-browser/v4.js | 27 + .../uuid/dist/esm-browser/v5.d.ts | 9 + srv/node_modules/uuid/dist/esm-browser/v5.js | 9 + .../uuid/dist/esm-browser/v6.d.ts | 4 + srv/node_modules/uuid/dist/esm-browser/v6.js | 17 + .../uuid/dist/esm-browser/v6ToV1.d.ts | 2 + .../uuid/dist/esm-browser/v6ToV1.js | 10 + .../uuid/dist/esm-browser/v7.d.ts | 9 + srv/node_modules/uuid/dist/esm-browser/v7.js | 65 + .../uuid/dist/esm-browser/validate.d.ts | 2 + .../uuid/dist/esm-browser/validate.js | 5 + .../uuid/dist/esm-browser/version.d.ts | 2 + .../uuid/dist/esm-browser/version.js | 8 + srv/node_modules/uuid/dist/esm/bin/uuid | 2 + srv/node_modules/uuid/dist/esm/index.d.ts | 15 + srv/node_modules/uuid/dist/esm/index.js | 14 + srv/node_modules/uuid/dist/esm/max.d.ts | 2 + srv/node_modules/uuid/dist/esm/max.js | 1 + srv/node_modules/uuid/dist/esm/md5.d.ts | 4 + srv/node_modules/uuid/dist/esm/md5.js | 11 + srv/node_modules/uuid/dist/esm/native.d.ts | 6 + srv/node_modules/uuid/dist/esm/native.js | 2 + srv/node_modules/uuid/dist/esm/nil.d.ts | 2 + srv/node_modules/uuid/dist/esm/nil.js | 1 + srv/node_modules/uuid/dist/esm/parse.d.ts | 2 + srv/node_modules/uuid/dist/esm/parse.js | 9 + srv/node_modules/uuid/dist/esm/regex.d.ts | 2 + srv/node_modules/uuid/dist/esm/regex.js | 1 + srv/node_modules/uuid/dist/esm/rng.d.ts | 1 + srv/node_modules/uuid/dist/esm/rng.js | 10 + srv/node_modules/uuid/dist/esm/sha1.d.ts | 4 + srv/node_modules/uuid/dist/esm/sha1.js | 11 + srv/node_modules/uuid/dist/esm/stringify.d.ts | 3 + srv/node_modules/uuid/dist/esm/stringify.js | 35 + srv/node_modules/uuid/dist/esm/types.d.ts | 21 + srv/node_modules/uuid/dist/esm/types.js | 1 + srv/node_modules/uuid/dist/esm/uuid-bin.d.ts | 1 + srv/node_modules/uuid/dist/esm/uuid-bin.js | 70 + srv/node_modules/uuid/dist/esm/v1.d.ts | 11 + srv/node_modules/uuid/dist/esm/v1.js | 83 + srv/node_modules/uuid/dist/esm/v1ToV6.d.ts | 2 + srv/node_modules/uuid/dist/esm/v1ToV6.js | 10 + srv/node_modules/uuid/dist/esm/v3.d.ts | 9 + srv/node_modules/uuid/dist/esm/v3.js | 9 + srv/node_modules/uuid/dist/esm/v35.d.ts | 7 + srv/node_modules/uuid/dist/esm/v35.js | 36 + srv/node_modules/uuid/dist/esm/v4.d.ts | 4 + srv/node_modules/uuid/dist/esm/v4.js | 27 + srv/node_modules/uuid/dist/esm/v5.d.ts | 9 + srv/node_modules/uuid/dist/esm/v5.js | 9 + srv/node_modules/uuid/dist/esm/v6.d.ts | 4 + srv/node_modules/uuid/dist/esm/v6.js | 17 + srv/node_modules/uuid/dist/esm/v6ToV1.d.ts | 2 + srv/node_modules/uuid/dist/esm/v6ToV1.js | 10 + srv/node_modules/uuid/dist/esm/v7.d.ts | 9 + srv/node_modules/uuid/dist/esm/v7.js | 65 + srv/node_modules/uuid/dist/esm/validate.d.ts | 2 + srv/node_modules/uuid/dist/esm/validate.js | 5 + srv/node_modules/uuid/dist/esm/version.d.ts | 2 + srv/node_modules/uuid/dist/esm/version.js | 8 + srv/node_modules/uuid/package.json | 132 + srv/node_modules/vary/HISTORY.md | 39 + srv/node_modules/vary/LICENSE | 22 + srv/node_modules/vary/README.md | 101 + srv/node_modules/vary/index.js | 149 + srv/node_modules/vary/package.json | 43 + srv/node_modules/which/CHANGELOG.md | 166 + srv/node_modules/which/LICENSE | 15 + srv/node_modules/which/README.md | 54 + srv/node_modules/which/bin/node-which | 52 + srv/node_modules/which/package.json | 43 + srv/node_modules/which/which.js | 125 + srv/node_modules/wide-align/LICENSE | 14 + srv/node_modules/wide-align/README.md | 47 + srv/node_modules/wide-align/align.js | 65 + srv/node_modules/wide-align/package.json | 33 + srv/node_modules/wrappy/LICENSE | 15 + srv/node_modules/wrappy/README.md | 36 + srv/node_modules/wrappy/package.json | 29 + srv/node_modules/wrappy/wrappy.js | 33 + srv/node_modules/yallist/LICENSE | 15 + srv/node_modules/yallist/README.md | 204 + srv/node_modules/yallist/iterator.js | 8 + srv/node_modules/yallist/package.json | 29 + srv/node_modules/yallist/yallist.js | 426 + srv/nodemon.json | 5 + srv/package-lock.json | 2382 +++++ srv/package.json | 23 + srv/routes/auth.js | 51 + srv/routes/learningPlans.js | 69 + srv/routes/users.js | 19 + srv/server.js | 28 + 2113 files changed, 248457 insertions(+) create mode 100644 .env create mode 100644 .exit create mode 100644 .schema create mode 100644 backendinit.sh create mode 100644 db/neurolearn.db create mode 100644 db/sample_data.sql create mode 100644 db/schema.sql create mode 100644 package.json create mode 100644 requirements.txt create mode 100755 scripts/init-db.sh create mode 100644 src/Planner.py create mode 100644 src/executor.py create mode 100644 src/memory.py create mode 100644 srv/.env create mode 100644 srv/.env.example create mode 100644 srv/README.md create mode 100644 srv/config/db.js create mode 100644 srv/middleware/auth.js create mode 100644 srv/models/LearningPlan.js create mode 100644 srv/models/User.js create mode 120000 srv/node_modules/.bin/color-support create mode 120000 srv/node_modules/.bin/mkdirp create mode 120000 srv/node_modules/.bin/node-gyp create mode 120000 srv/node_modules/.bin/node-gyp-build create mode 120000 srv/node_modules/.bin/node-gyp-build-optional create mode 120000 srv/node_modules/.bin/node-gyp-build-test create mode 120000 srv/node_modules/.bin/node-which create mode 120000 srv/node_modules/.bin/nopt create mode 120000 srv/node_modules/.bin/prebuild-install create mode 120000 srv/node_modules/.bin/rc create mode 120000 srv/node_modules/.bin/rimraf create mode 120000 srv/node_modules/.bin/semver create mode 120000 srv/node_modules/.bin/uuid create mode 100644 srv/node_modules/.package-lock.json create mode 100644 srv/node_modules/@gar/promisify/LICENSE.md create mode 100644 srv/node_modules/@gar/promisify/README.md create mode 100644 srv/node_modules/@gar/promisify/index.js create mode 100644 srv/node_modules/@gar/promisify/package.json create mode 100644 srv/node_modules/@npmcli/fs/LICENSE.md create mode 100644 srv/node_modules/@npmcli/fs/README.md create mode 100644 srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js create mode 100644 srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js create mode 100644 srv/node_modules/@npmcli/fs/lib/common/get-options.js create mode 100644 srv/node_modules/@npmcli/fs/lib/common/node.js create mode 100644 srv/node_modules/@npmcli/fs/lib/common/owner.js create mode 100644 srv/node_modules/@npmcli/fs/lib/copy-file.js create mode 100644 srv/node_modules/@npmcli/fs/lib/cp/LICENSE create mode 100644 srv/node_modules/@npmcli/fs/lib/cp/index.js create mode 100644 srv/node_modules/@npmcli/fs/lib/cp/polyfill.js create mode 100644 srv/node_modules/@npmcli/fs/lib/errors.js create mode 100644 srv/node_modules/@npmcli/fs/lib/fs.js create mode 100644 srv/node_modules/@npmcli/fs/lib/index.js create mode 100644 srv/node_modules/@npmcli/fs/lib/mkdir/index.js create mode 100644 srv/node_modules/@npmcli/fs/lib/mkdir/polyfill.js create mode 100644 srv/node_modules/@npmcli/fs/lib/mkdtemp.js create mode 100644 srv/node_modules/@npmcli/fs/lib/rm/index.js create mode 100644 srv/node_modules/@npmcli/fs/lib/rm/polyfill.js create mode 100644 srv/node_modules/@npmcli/fs/lib/with-temp-dir.js create mode 100644 srv/node_modules/@npmcli/fs/lib/write-file.js create mode 100644 srv/node_modules/@npmcli/fs/package.json create mode 100644 srv/node_modules/@npmcli/move-file/LICENSE.md create mode 100644 srv/node_modules/@npmcli/move-file/README.md create mode 100644 srv/node_modules/@npmcli/move-file/index.js create mode 100644 srv/node_modules/@npmcli/move-file/package.json create mode 100644 srv/node_modules/@tootallnate/once/dist/index.d.ts create mode 100644 srv/node_modules/@tootallnate/once/dist/index.js create mode 100644 srv/node_modules/@tootallnate/once/dist/index.js.map create mode 100644 srv/node_modules/@tootallnate/once/package.json create mode 100644 srv/node_modules/abbrev/LICENSE create mode 100644 srv/node_modules/abbrev/README.md create mode 100644 srv/node_modules/abbrev/abbrev.js create mode 100644 srv/node_modules/abbrev/package.json create mode 100644 srv/node_modules/accepts/HISTORY.md create mode 100644 srv/node_modules/accepts/LICENSE create mode 100644 srv/node_modules/accepts/README.md create mode 100644 srv/node_modules/accepts/index.js create mode 100644 srv/node_modules/accepts/package.json create mode 100644 srv/node_modules/agent-base/README.md create mode 100644 srv/node_modules/agent-base/dist/src/index.d.ts create mode 100644 srv/node_modules/agent-base/dist/src/index.js create mode 100644 srv/node_modules/agent-base/dist/src/index.js.map create mode 100644 srv/node_modules/agent-base/dist/src/promisify.d.ts create mode 100644 srv/node_modules/agent-base/dist/src/promisify.js create mode 100644 srv/node_modules/agent-base/dist/src/promisify.js.map create mode 100644 srv/node_modules/agent-base/package.json create mode 100644 srv/node_modules/agent-base/src/index.ts create mode 100644 srv/node_modules/agent-base/src/promisify.ts create mode 100644 srv/node_modules/agentkeepalive/LICENSE create mode 100644 srv/node_modules/agentkeepalive/README.md create mode 100644 srv/node_modules/agentkeepalive/browser.js create mode 100644 srv/node_modules/agentkeepalive/index.d.ts create mode 100644 srv/node_modules/agentkeepalive/index.js create mode 100644 srv/node_modules/agentkeepalive/lib/agent.js create mode 100644 srv/node_modules/agentkeepalive/lib/constants.js create mode 100644 srv/node_modules/agentkeepalive/lib/https_agent.js create mode 100644 srv/node_modules/agentkeepalive/package.json create mode 100644 srv/node_modules/aggregate-error/index.d.ts create mode 100644 srv/node_modules/aggregate-error/index.js create mode 100644 srv/node_modules/aggregate-error/license create mode 100644 srv/node_modules/aggregate-error/package.json create mode 100644 srv/node_modules/aggregate-error/readme.md create mode 100644 srv/node_modules/ansi-regex/index.d.ts create mode 100644 srv/node_modules/ansi-regex/index.js create mode 100644 srv/node_modules/ansi-regex/license create mode 100644 srv/node_modules/ansi-regex/package.json create mode 100644 srv/node_modules/ansi-regex/readme.md create mode 100644 srv/node_modules/aproba/LICENSE create mode 100644 srv/node_modules/aproba/README.md create mode 100644 srv/node_modules/aproba/index.js create mode 100644 srv/node_modules/aproba/package.json create mode 100644 srv/node_modules/are-we-there-yet/LICENSE.md create mode 100644 srv/node_modules/are-we-there-yet/README.md create mode 100644 srv/node_modules/are-we-there-yet/lib/index.js create mode 100644 srv/node_modules/are-we-there-yet/lib/tracker-base.js create mode 100644 srv/node_modules/are-we-there-yet/lib/tracker-group.js create mode 100644 srv/node_modules/are-we-there-yet/lib/tracker-stream.js create mode 100644 srv/node_modules/are-we-there-yet/lib/tracker.js create mode 100644 srv/node_modules/are-we-there-yet/package.json create mode 100644 srv/node_modules/balanced-match/.github/FUNDING.yml create mode 100644 srv/node_modules/balanced-match/LICENSE.md create mode 100644 srv/node_modules/balanced-match/README.md create mode 100644 srv/node_modules/balanced-match/index.js create mode 100644 srv/node_modules/balanced-match/package.json create mode 100644 srv/node_modules/base64-js/LICENSE create mode 100644 srv/node_modules/base64-js/README.md create mode 100644 srv/node_modules/base64-js/base64js.min.js create mode 100644 srv/node_modules/base64-js/index.d.ts create mode 100644 srv/node_modules/base64-js/index.js create mode 100644 srv/node_modules/base64-js/package.json create mode 100644 srv/node_modules/bcrypt/.dockerignore create mode 100644 srv/node_modules/bcrypt/.editorconfig create mode 100644 srv/node_modules/bcrypt/.github/workflows/build-pack-publish.yml create mode 100644 srv/node_modules/bcrypt/.github/workflows/ci.yaml create mode 100644 srv/node_modules/bcrypt/CHANGELOG.md create mode 100755 srv/node_modules/bcrypt/Dockerfile create mode 100755 srv/node_modules/bcrypt/Dockerfile-alpine create mode 100644 srv/node_modules/bcrypt/ISSUE_TEMPLATE.md create mode 100644 srv/node_modules/bcrypt/LICENSE create mode 100644 srv/node_modules/bcrypt/Makefile create mode 100644 srv/node_modules/bcrypt/README.md create mode 100644 srv/node_modules/bcrypt/SECURITY.md create mode 100644 srv/node_modules/bcrypt/bcrypt.js create mode 100644 srv/node_modules/bcrypt/binding.gyp create mode 100755 srv/node_modules/bcrypt/build-all.sh create mode 100644 srv/node_modules/bcrypt/examples/async_compare.js create mode 100644 srv/node_modules/bcrypt/examples/forever_gen_salt.js create mode 100644 srv/node_modules/bcrypt/package.json create mode 100755 srv/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node create mode 100755 srv/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node create mode 100755 srv/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.glibc.node create mode 100755 srv/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node create mode 100755 srv/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.glibc.node create mode 100755 srv/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node create mode 100755 srv/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node create mode 100755 srv/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.musl.node create mode 100755 srv/node_modules/bcrypt/prebuilds/win32-arm64/bcrypt.node create mode 100755 srv/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node create mode 100644 srv/node_modules/bcrypt/promises.js create mode 100644 srv/node_modules/bcrypt/src/bcrypt.cc create mode 100644 srv/node_modules/bcrypt/src/bcrypt_node.cc create mode 100644 srv/node_modules/bcrypt/src/blowfish.cc create mode 100644 srv/node_modules/bcrypt/src/node_blf.h create mode 100644 srv/node_modules/bcrypt/test/async.test.js create mode 100644 srv/node_modules/bcrypt/test/implementation.test.js create mode 100644 srv/node_modules/bcrypt/test/promise.test.js create mode 100644 srv/node_modules/bcrypt/test/repetitions.test.js create mode 100644 srv/node_modules/bcrypt/test/sync.test.js create mode 100644 srv/node_modules/bindings/LICENSE.md create mode 100644 srv/node_modules/bindings/README.md create mode 100644 srv/node_modules/bindings/bindings.js create mode 100644 srv/node_modules/bindings/package.json create mode 100644 srv/node_modules/bl/.travis.yml create mode 100644 srv/node_modules/bl/BufferList.js create mode 100644 srv/node_modules/bl/LICENSE.md create mode 100644 srv/node_modules/bl/README.md create mode 100644 srv/node_modules/bl/bl.js create mode 100644 srv/node_modules/bl/package.json create mode 100644 srv/node_modules/bl/test/convert.js create mode 100644 srv/node_modules/bl/test/indexOf.js create mode 100644 srv/node_modules/bl/test/isBufferList.js create mode 100644 srv/node_modules/bl/test/test.js create mode 100644 srv/node_modules/body-parser/HISTORY.md create mode 100644 srv/node_modules/body-parser/LICENSE create mode 100644 srv/node_modules/body-parser/README.md create mode 100644 srv/node_modules/body-parser/index.js create mode 100644 srv/node_modules/body-parser/lib/read.js create mode 100644 srv/node_modules/body-parser/lib/types/json.js create mode 100644 srv/node_modules/body-parser/lib/types/raw.js create mode 100644 srv/node_modules/body-parser/lib/types/text.js create mode 100644 srv/node_modules/body-parser/lib/types/urlencoded.js create mode 100644 srv/node_modules/body-parser/lib/utils.js create mode 100644 srv/node_modules/body-parser/package.json create mode 100644 srv/node_modules/brace-expansion/LICENSE create mode 100644 srv/node_modules/brace-expansion/README.md create mode 100644 srv/node_modules/brace-expansion/index.js create mode 100644 srv/node_modules/brace-expansion/package.json create mode 100644 srv/node_modules/buffer-equal-constant-time/.npmignore create mode 100644 srv/node_modules/buffer-equal-constant-time/.travis.yml create mode 100644 srv/node_modules/buffer-equal-constant-time/LICENSE.txt create mode 100644 srv/node_modules/buffer-equal-constant-time/README.md create mode 100644 srv/node_modules/buffer-equal-constant-time/index.js create mode 100644 srv/node_modules/buffer-equal-constant-time/package.json create mode 100644 srv/node_modules/buffer-equal-constant-time/test.js create mode 100644 srv/node_modules/buffer/AUTHORS.md create mode 100644 srv/node_modules/buffer/LICENSE create mode 100644 srv/node_modules/buffer/README.md create mode 100644 srv/node_modules/buffer/index.d.ts create mode 100644 srv/node_modules/buffer/index.js create mode 100644 srv/node_modules/buffer/package.json create mode 100644 srv/node_modules/bytes/History.md create mode 100644 srv/node_modules/bytes/LICENSE create mode 100644 srv/node_modules/bytes/Readme.md create mode 100644 srv/node_modules/bytes/index.js create mode 100644 srv/node_modules/bytes/package.json create mode 100644 srv/node_modules/cacache/LICENSE.md create mode 100644 srv/node_modules/cacache/README.md create mode 100644 srv/node_modules/cacache/get.js create mode 100644 srv/node_modules/cacache/index.js create mode 100644 srv/node_modules/cacache/lib/content/path.js create mode 100644 srv/node_modules/cacache/lib/content/read.js create mode 100644 srv/node_modules/cacache/lib/content/rm.js create mode 100644 srv/node_modules/cacache/lib/content/write.js create mode 100644 srv/node_modules/cacache/lib/entry-index.js create mode 100644 srv/node_modules/cacache/lib/memoization.js create mode 100644 srv/node_modules/cacache/lib/util/disposer.js create mode 100644 srv/node_modules/cacache/lib/util/fix-owner.js create mode 100644 srv/node_modules/cacache/lib/util/hash-to-segments.js create mode 100644 srv/node_modules/cacache/lib/util/move-file.js create mode 100644 srv/node_modules/cacache/lib/util/tmp.js create mode 100644 srv/node_modules/cacache/lib/verify.js create mode 100644 srv/node_modules/cacache/ls.js create mode 100644 srv/node_modules/cacache/package.json create mode 100644 srv/node_modules/cacache/put.js create mode 100644 srv/node_modules/cacache/rm.js create mode 100644 srv/node_modules/cacache/verify.js create mode 100644 srv/node_modules/call-bind-apply-helpers/.eslintrc create mode 100644 srv/node_modules/call-bind-apply-helpers/.github/FUNDING.yml create mode 100644 srv/node_modules/call-bind-apply-helpers/.nycrc create mode 100644 srv/node_modules/call-bind-apply-helpers/CHANGELOG.md create mode 100644 srv/node_modules/call-bind-apply-helpers/LICENSE create mode 100644 srv/node_modules/call-bind-apply-helpers/README.md create mode 100644 srv/node_modules/call-bind-apply-helpers/actualApply.d.ts create mode 100644 srv/node_modules/call-bind-apply-helpers/actualApply.js create mode 100644 srv/node_modules/call-bind-apply-helpers/applyBind.d.ts create mode 100644 srv/node_modules/call-bind-apply-helpers/applyBind.js create mode 100644 srv/node_modules/call-bind-apply-helpers/functionApply.d.ts create mode 100644 srv/node_modules/call-bind-apply-helpers/functionApply.js create mode 100644 srv/node_modules/call-bind-apply-helpers/functionCall.d.ts create mode 100644 srv/node_modules/call-bind-apply-helpers/functionCall.js create mode 100644 srv/node_modules/call-bind-apply-helpers/index.d.ts create mode 100644 srv/node_modules/call-bind-apply-helpers/index.js create mode 100644 srv/node_modules/call-bind-apply-helpers/package.json create mode 100644 srv/node_modules/call-bind-apply-helpers/reflectApply.d.ts create mode 100644 srv/node_modules/call-bind-apply-helpers/reflectApply.js create mode 100644 srv/node_modules/call-bind-apply-helpers/test/index.js create mode 100644 srv/node_modules/call-bind-apply-helpers/tsconfig.json create mode 100644 srv/node_modules/call-bound/.eslintrc create mode 100644 srv/node_modules/call-bound/.github/FUNDING.yml create mode 100644 srv/node_modules/call-bound/.nycrc create mode 100644 srv/node_modules/call-bound/CHANGELOG.md create mode 100644 srv/node_modules/call-bound/LICENSE create mode 100644 srv/node_modules/call-bound/README.md create mode 100644 srv/node_modules/call-bound/index.d.ts create mode 100644 srv/node_modules/call-bound/index.js create mode 100644 srv/node_modules/call-bound/package.json create mode 100644 srv/node_modules/call-bound/test/index.js create mode 100644 srv/node_modules/call-bound/tsconfig.json create mode 100644 srv/node_modules/chownr/LICENSE create mode 100644 srv/node_modules/chownr/README.md create mode 100644 srv/node_modules/chownr/chownr.js create mode 100644 srv/node_modules/chownr/package.json create mode 100644 srv/node_modules/clean-stack/index.d.ts create mode 100644 srv/node_modules/clean-stack/index.js create mode 100644 srv/node_modules/clean-stack/license create mode 100644 srv/node_modules/clean-stack/package.json create mode 100644 srv/node_modules/clean-stack/readme.md create mode 100644 srv/node_modules/color-support/LICENSE create mode 100644 srv/node_modules/color-support/README.md create mode 100755 srv/node_modules/color-support/bin.js create mode 100644 srv/node_modules/color-support/browser.js create mode 100644 srv/node_modules/color-support/index.js create mode 100644 srv/node_modules/color-support/package.json create mode 100644 srv/node_modules/concat-map/.travis.yml create mode 100644 srv/node_modules/concat-map/LICENSE create mode 100644 srv/node_modules/concat-map/README.markdown create mode 100644 srv/node_modules/concat-map/example/map.js create mode 100644 srv/node_modules/concat-map/index.js create mode 100644 srv/node_modules/concat-map/package.json create mode 100644 srv/node_modules/concat-map/test/map.js create mode 100644 srv/node_modules/console-control-strings/LICENSE create mode 100644 srv/node_modules/console-control-strings/README.md create mode 100644 srv/node_modules/console-control-strings/README.md~ create mode 100644 srv/node_modules/console-control-strings/index.js create mode 100644 srv/node_modules/console-control-strings/package.json create mode 100644 srv/node_modules/content-disposition/HISTORY.md create mode 100644 srv/node_modules/content-disposition/LICENSE create mode 100644 srv/node_modules/content-disposition/README.md create mode 100644 srv/node_modules/content-disposition/index.js create mode 100644 srv/node_modules/content-disposition/package.json create mode 100644 srv/node_modules/content-type/HISTORY.md create mode 100644 srv/node_modules/content-type/LICENSE create mode 100644 srv/node_modules/content-type/README.md create mode 100644 srv/node_modules/content-type/index.js create mode 100644 srv/node_modules/content-type/package.json create mode 100644 srv/node_modules/cookie-signature/History.md create mode 100644 srv/node_modules/cookie-signature/LICENSE create mode 100644 srv/node_modules/cookie-signature/Readme.md create mode 100644 srv/node_modules/cookie-signature/index.js create mode 100644 srv/node_modules/cookie-signature/package.json create mode 100644 srv/node_modules/cookie/LICENSE create mode 100644 srv/node_modules/cookie/README.md create mode 100644 srv/node_modules/cookie/SECURITY.md create mode 100644 srv/node_modules/cookie/index.js create mode 100644 srv/node_modules/cookie/package.json create mode 100644 srv/node_modules/cors/CONTRIBUTING.md create mode 100644 srv/node_modules/cors/HISTORY.md create mode 100644 srv/node_modules/cors/LICENSE create mode 100644 srv/node_modules/cors/README.md create mode 100644 srv/node_modules/cors/lib/index.js create mode 100644 srv/node_modules/cors/package.json create mode 100644 srv/node_modules/debug/LICENSE create mode 100644 srv/node_modules/debug/README.md create mode 100644 srv/node_modules/debug/package.json create mode 100644 srv/node_modules/debug/src/browser.js create mode 100644 srv/node_modules/debug/src/common.js create mode 100644 srv/node_modules/debug/src/index.js create mode 100644 srv/node_modules/debug/src/node.js create mode 100644 srv/node_modules/decompress-response/index.d.ts create mode 100644 srv/node_modules/decompress-response/index.js create mode 100644 srv/node_modules/decompress-response/license create mode 100644 srv/node_modules/decompress-response/package.json create mode 100644 srv/node_modules/decompress-response/readme.md create mode 100644 srv/node_modules/deep-extend/CHANGELOG.md create mode 100644 srv/node_modules/deep-extend/LICENSE create mode 100644 srv/node_modules/deep-extend/README.md create mode 100644 srv/node_modules/deep-extend/index.js create mode 100644 srv/node_modules/deep-extend/lib/deep-extend.js create mode 100644 srv/node_modules/deep-extend/package.json create mode 100644 srv/node_modules/delegates/.npmignore create mode 100644 srv/node_modules/delegates/History.md create mode 100644 srv/node_modules/delegates/License create mode 100644 srv/node_modules/delegates/Makefile create mode 100644 srv/node_modules/delegates/Readme.md create mode 100644 srv/node_modules/delegates/index.js create mode 100644 srv/node_modules/delegates/package.json create mode 100644 srv/node_modules/delegates/test/index.js create mode 100644 srv/node_modules/depd/History.md create mode 100644 srv/node_modules/depd/LICENSE create mode 100644 srv/node_modules/depd/Readme.md create mode 100644 srv/node_modules/depd/index.js create mode 100644 srv/node_modules/depd/lib/browser/index.js create mode 100644 srv/node_modules/depd/package.json create mode 100644 srv/node_modules/detect-libc/LICENSE create mode 100644 srv/node_modules/detect-libc/README.md create mode 100644 srv/node_modules/detect-libc/index.d.ts create mode 100644 srv/node_modules/detect-libc/lib/detect-libc.js create mode 100644 srv/node_modules/detect-libc/lib/filesystem.js create mode 100644 srv/node_modules/detect-libc/lib/process.js create mode 100644 srv/node_modules/detect-libc/package.json create mode 100644 srv/node_modules/dotenv/CHANGELOG.md create mode 100644 srv/node_modules/dotenv/LICENSE create mode 100644 srv/node_modules/dotenv/README-es.md create mode 100644 srv/node_modules/dotenv/README.md create mode 100644 srv/node_modules/dotenv/SECURITY.md create mode 100644 srv/node_modules/dotenv/config.d.ts create mode 100644 srv/node_modules/dotenv/config.js create mode 100644 srv/node_modules/dotenv/lib/cli-options.js create mode 100644 srv/node_modules/dotenv/lib/env-options.js create mode 100644 srv/node_modules/dotenv/lib/main.d.ts create mode 100644 srv/node_modules/dotenv/lib/main.js create mode 100644 srv/node_modules/dotenv/package.json create mode 100644 srv/node_modules/dunder-proto/.eslintrc create mode 100644 srv/node_modules/dunder-proto/.github/FUNDING.yml create mode 100644 srv/node_modules/dunder-proto/.nycrc create mode 100644 srv/node_modules/dunder-proto/CHANGELOG.md create mode 100644 srv/node_modules/dunder-proto/LICENSE create mode 100644 srv/node_modules/dunder-proto/README.md create mode 100644 srv/node_modules/dunder-proto/get.d.ts create mode 100644 srv/node_modules/dunder-proto/get.js create mode 100644 srv/node_modules/dunder-proto/package.json create mode 100644 srv/node_modules/dunder-proto/set.d.ts create mode 100644 srv/node_modules/dunder-proto/set.js create mode 100644 srv/node_modules/dunder-proto/test/get.js create mode 100644 srv/node_modules/dunder-proto/test/index.js create mode 100644 srv/node_modules/dunder-proto/test/set.js create mode 100644 srv/node_modules/dunder-proto/tsconfig.json create mode 100644 srv/node_modules/ecdsa-sig-formatter/CODEOWNERS create mode 100644 srv/node_modules/ecdsa-sig-formatter/LICENSE create mode 100644 srv/node_modules/ecdsa-sig-formatter/README.md create mode 100644 srv/node_modules/ecdsa-sig-formatter/package.json create mode 100644 srv/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.d.ts create mode 100644 srv/node_modules/ecdsa-sig-formatter/src/ecdsa-sig-formatter.js create mode 100644 srv/node_modules/ecdsa-sig-formatter/src/param-bytes-for-alg.js create mode 100644 srv/node_modules/ee-first/LICENSE create mode 100644 srv/node_modules/ee-first/README.md create mode 100644 srv/node_modules/ee-first/index.js create mode 100644 srv/node_modules/ee-first/package.json create mode 100644 srv/node_modules/emoji-regex/LICENSE-MIT.txt create mode 100644 srv/node_modules/emoji-regex/README.md create mode 100644 srv/node_modules/emoji-regex/es2015/index.js create mode 100644 srv/node_modules/emoji-regex/es2015/text.js create mode 100644 srv/node_modules/emoji-regex/index.d.ts create mode 100644 srv/node_modules/emoji-regex/index.js create mode 100644 srv/node_modules/emoji-regex/package.json create mode 100644 srv/node_modules/emoji-regex/text.js create mode 100644 srv/node_modules/encodeurl/LICENSE create mode 100644 srv/node_modules/encodeurl/README.md create mode 100644 srv/node_modules/encodeurl/index.js create mode 100644 srv/node_modules/encodeurl/package.json create mode 100644 srv/node_modules/encoding/.prettierrc.js create mode 100644 srv/node_modules/encoding/.travis.yml create mode 100644 srv/node_modules/encoding/LICENSE create mode 100644 srv/node_modules/encoding/README.md create mode 100644 srv/node_modules/encoding/lib/encoding.js create mode 100644 srv/node_modules/encoding/package.json create mode 100644 srv/node_modules/encoding/test/test.js create mode 100644 srv/node_modules/end-of-stream/LICENSE create mode 100644 srv/node_modules/end-of-stream/README.md create mode 100644 srv/node_modules/end-of-stream/index.js create mode 100644 srv/node_modules/end-of-stream/package.json create mode 100644 srv/node_modules/env-paths/index.d.ts create mode 100644 srv/node_modules/env-paths/index.js create mode 100644 srv/node_modules/env-paths/license create mode 100644 srv/node_modules/env-paths/package.json create mode 100644 srv/node_modules/env-paths/readme.md create mode 100644 srv/node_modules/err-code/.editorconfig create mode 100644 srv/node_modules/err-code/.eslintrc.json create mode 100644 srv/node_modules/err-code/.travis.yml create mode 100644 srv/node_modules/err-code/README.md create mode 100644 srv/node_modules/err-code/bower.json create mode 100644 srv/node_modules/err-code/index.js create mode 100644 srv/node_modules/err-code/index.umd.js create mode 100644 srv/node_modules/err-code/package.json create mode 100644 srv/node_modules/err-code/test/.eslintrc.json create mode 100644 srv/node_modules/err-code/test/test.js create mode 100644 srv/node_modules/es-define-property/.eslintrc create mode 100644 srv/node_modules/es-define-property/.github/FUNDING.yml create mode 100644 srv/node_modules/es-define-property/.nycrc create mode 100644 srv/node_modules/es-define-property/CHANGELOG.md create mode 100644 srv/node_modules/es-define-property/LICENSE create mode 100644 srv/node_modules/es-define-property/README.md create mode 100644 srv/node_modules/es-define-property/index.d.ts create mode 100644 srv/node_modules/es-define-property/index.js create mode 100644 srv/node_modules/es-define-property/package.json create mode 100644 srv/node_modules/es-define-property/test/index.js create mode 100644 srv/node_modules/es-define-property/tsconfig.json create mode 100644 srv/node_modules/es-errors/.eslintrc create mode 100644 srv/node_modules/es-errors/.github/FUNDING.yml create mode 100644 srv/node_modules/es-errors/CHANGELOG.md create mode 100644 srv/node_modules/es-errors/LICENSE create mode 100644 srv/node_modules/es-errors/README.md create mode 100644 srv/node_modules/es-errors/eval.d.ts create mode 100644 srv/node_modules/es-errors/eval.js create mode 100644 srv/node_modules/es-errors/index.d.ts create mode 100644 srv/node_modules/es-errors/index.js create mode 100644 srv/node_modules/es-errors/package.json create mode 100644 srv/node_modules/es-errors/range.d.ts create mode 100644 srv/node_modules/es-errors/range.js create mode 100644 srv/node_modules/es-errors/ref.d.ts create mode 100644 srv/node_modules/es-errors/ref.js create mode 100644 srv/node_modules/es-errors/syntax.d.ts create mode 100644 srv/node_modules/es-errors/syntax.js create mode 100644 srv/node_modules/es-errors/test/index.js create mode 100644 srv/node_modules/es-errors/tsconfig.json create mode 100644 srv/node_modules/es-errors/type.d.ts create mode 100644 srv/node_modules/es-errors/type.js create mode 100644 srv/node_modules/es-errors/uri.d.ts create mode 100644 srv/node_modules/es-errors/uri.js create mode 100644 srv/node_modules/es-object-atoms/.eslintrc create mode 100644 srv/node_modules/es-object-atoms/.github/FUNDING.yml create mode 100644 srv/node_modules/es-object-atoms/CHANGELOG.md create mode 100644 srv/node_modules/es-object-atoms/LICENSE create mode 100644 srv/node_modules/es-object-atoms/README.md create mode 100644 srv/node_modules/es-object-atoms/RequireObjectCoercible.d.ts create mode 100644 srv/node_modules/es-object-atoms/RequireObjectCoercible.js create mode 100644 srv/node_modules/es-object-atoms/ToObject.d.ts create mode 100644 srv/node_modules/es-object-atoms/ToObject.js create mode 100644 srv/node_modules/es-object-atoms/index.d.ts create mode 100644 srv/node_modules/es-object-atoms/index.js create mode 100644 srv/node_modules/es-object-atoms/isObject.d.ts create mode 100644 srv/node_modules/es-object-atoms/isObject.js create mode 100644 srv/node_modules/es-object-atoms/package.json create mode 100644 srv/node_modules/es-object-atoms/test/index.js create mode 100644 srv/node_modules/es-object-atoms/tsconfig.json create mode 100644 srv/node_modules/escape-html/LICENSE create mode 100644 srv/node_modules/escape-html/Readme.md create mode 100644 srv/node_modules/escape-html/index.js create mode 100644 srv/node_modules/escape-html/package.json create mode 100644 srv/node_modules/etag/HISTORY.md create mode 100644 srv/node_modules/etag/LICENSE create mode 100644 srv/node_modules/etag/README.md create mode 100644 srv/node_modules/etag/index.js create mode 100644 srv/node_modules/etag/package.json create mode 100644 srv/node_modules/expand-template/.travis.yml create mode 100644 srv/node_modules/expand-template/LICENSE create mode 100644 srv/node_modules/expand-template/README.md create mode 100644 srv/node_modules/expand-template/index.js create mode 100644 srv/node_modules/expand-template/package.json create mode 100644 srv/node_modules/expand-template/test.js create mode 100644 srv/node_modules/express/History.md create mode 100644 srv/node_modules/express/LICENSE create mode 100644 srv/node_modules/express/Readme.md create mode 100644 srv/node_modules/express/index.js create mode 100644 srv/node_modules/express/lib/application.js create mode 100644 srv/node_modules/express/lib/express.js create mode 100644 srv/node_modules/express/lib/request.js create mode 100644 srv/node_modules/express/lib/response.js create mode 100644 srv/node_modules/express/lib/utils.js create mode 100644 srv/node_modules/express/lib/view.js create mode 100644 srv/node_modules/express/package.json create mode 100644 srv/node_modules/file-uri-to-path/.npmignore create mode 100644 srv/node_modules/file-uri-to-path/.travis.yml create mode 100644 srv/node_modules/file-uri-to-path/History.md create mode 100644 srv/node_modules/file-uri-to-path/LICENSE create mode 100644 srv/node_modules/file-uri-to-path/README.md create mode 100644 srv/node_modules/file-uri-to-path/index.d.ts create mode 100644 srv/node_modules/file-uri-to-path/index.js create mode 100644 srv/node_modules/file-uri-to-path/package.json create mode 100644 srv/node_modules/file-uri-to-path/test/test.js create mode 100644 srv/node_modules/file-uri-to-path/test/tests.json create mode 100644 srv/node_modules/finalhandler/HISTORY.md create mode 100644 srv/node_modules/finalhandler/LICENSE create mode 100644 srv/node_modules/finalhandler/README.md create mode 100644 srv/node_modules/finalhandler/index.js create mode 100644 srv/node_modules/finalhandler/package.json create mode 100644 srv/node_modules/forwarded/HISTORY.md create mode 100644 srv/node_modules/forwarded/LICENSE create mode 100644 srv/node_modules/forwarded/README.md create mode 100644 srv/node_modules/forwarded/index.js create mode 100644 srv/node_modules/forwarded/package.json create mode 100644 srv/node_modules/fresh/HISTORY.md create mode 100644 srv/node_modules/fresh/LICENSE create mode 100644 srv/node_modules/fresh/README.md create mode 100644 srv/node_modules/fresh/index.js create mode 100644 srv/node_modules/fresh/package.json create mode 100644 srv/node_modules/fs-constants/LICENSE create mode 100644 srv/node_modules/fs-constants/README.md create mode 100644 srv/node_modules/fs-constants/browser.js create mode 100644 srv/node_modules/fs-constants/index.js create mode 100644 srv/node_modules/fs-constants/package.json create mode 100644 srv/node_modules/fs-minipass/LICENSE create mode 100644 srv/node_modules/fs-minipass/README.md create mode 100644 srv/node_modules/fs-minipass/index.js create mode 100644 srv/node_modules/fs-minipass/package.json create mode 100644 srv/node_modules/fs.realpath/LICENSE create mode 100644 srv/node_modules/fs.realpath/README.md create mode 100644 srv/node_modules/fs.realpath/index.js create mode 100644 srv/node_modules/fs.realpath/old.js create mode 100644 srv/node_modules/fs.realpath/package.json create mode 100644 srv/node_modules/function-bind/.eslintrc create mode 100644 srv/node_modules/function-bind/.github/FUNDING.yml create mode 100644 srv/node_modules/function-bind/.github/SECURITY.md create mode 100644 srv/node_modules/function-bind/.nycrc create mode 100644 srv/node_modules/function-bind/CHANGELOG.md create mode 100644 srv/node_modules/function-bind/LICENSE create mode 100644 srv/node_modules/function-bind/README.md create mode 100644 srv/node_modules/function-bind/implementation.js create mode 100644 srv/node_modules/function-bind/index.js create mode 100644 srv/node_modules/function-bind/package.json create mode 100644 srv/node_modules/function-bind/test/.eslintrc create mode 100644 srv/node_modules/function-bind/test/index.js create mode 100644 srv/node_modules/gauge/LICENSE.md create mode 100644 srv/node_modules/gauge/README.md create mode 100644 srv/node_modules/gauge/lib/base-theme.js create mode 100644 srv/node_modules/gauge/lib/error.js create mode 100644 srv/node_modules/gauge/lib/has-color.js create mode 100644 srv/node_modules/gauge/lib/index.js create mode 100644 srv/node_modules/gauge/lib/plumbing.js create mode 100644 srv/node_modules/gauge/lib/process.js create mode 100644 srv/node_modules/gauge/lib/progress-bar.js create mode 100644 srv/node_modules/gauge/lib/render-template.js create mode 100644 srv/node_modules/gauge/lib/set-immediate.js create mode 100644 srv/node_modules/gauge/lib/set-interval.js create mode 100644 srv/node_modules/gauge/lib/spin.js create mode 100644 srv/node_modules/gauge/lib/template-item.js create mode 100644 srv/node_modules/gauge/lib/theme-set.js create mode 100644 srv/node_modules/gauge/lib/themes.js create mode 100644 srv/node_modules/gauge/lib/wide-truncate.js create mode 100644 srv/node_modules/gauge/package.json create mode 100644 srv/node_modules/get-intrinsic/.eslintrc create mode 100644 srv/node_modules/get-intrinsic/.github/FUNDING.yml create mode 100644 srv/node_modules/get-intrinsic/.nycrc create mode 100644 srv/node_modules/get-intrinsic/CHANGELOG.md create mode 100644 srv/node_modules/get-intrinsic/LICENSE create mode 100644 srv/node_modules/get-intrinsic/README.md create mode 100644 srv/node_modules/get-intrinsic/index.js create mode 100644 srv/node_modules/get-intrinsic/package.json create mode 100644 srv/node_modules/get-intrinsic/test/GetIntrinsic.js create mode 100644 srv/node_modules/get-proto/.eslintrc create mode 100644 srv/node_modules/get-proto/.github/FUNDING.yml create mode 100644 srv/node_modules/get-proto/.nycrc create mode 100644 srv/node_modules/get-proto/CHANGELOG.md create mode 100644 srv/node_modules/get-proto/LICENSE create mode 100644 srv/node_modules/get-proto/Object.getPrototypeOf.d.ts create mode 100644 srv/node_modules/get-proto/Object.getPrototypeOf.js create mode 100644 srv/node_modules/get-proto/README.md create mode 100644 srv/node_modules/get-proto/Reflect.getPrototypeOf.d.ts create mode 100644 srv/node_modules/get-proto/Reflect.getPrototypeOf.js create mode 100644 srv/node_modules/get-proto/index.d.ts create mode 100644 srv/node_modules/get-proto/index.js create mode 100644 srv/node_modules/get-proto/package.json create mode 100644 srv/node_modules/get-proto/test/index.js create mode 100644 srv/node_modules/get-proto/tsconfig.json create mode 100644 srv/node_modules/github-from-package/.travis.yml create mode 100644 srv/node_modules/github-from-package/LICENSE create mode 100644 srv/node_modules/github-from-package/example/package.json create mode 100644 srv/node_modules/github-from-package/example/url.js create mode 100644 srv/node_modules/github-from-package/index.js create mode 100644 srv/node_modules/github-from-package/package.json create mode 100644 srv/node_modules/github-from-package/readme.markdown create mode 100644 srv/node_modules/github-from-package/test/a.json create mode 100644 srv/node_modules/github-from-package/test/b.json create mode 100644 srv/node_modules/github-from-package/test/c.json create mode 100644 srv/node_modules/github-from-package/test/d.json create mode 100644 srv/node_modules/github-from-package/test/e.json create mode 100644 srv/node_modules/github-from-package/test/url.js create mode 100644 srv/node_modules/glob/LICENSE create mode 100644 srv/node_modules/glob/README.md create mode 100644 srv/node_modules/glob/common.js create mode 100644 srv/node_modules/glob/glob.js create mode 100644 srv/node_modules/glob/package.json create mode 100644 srv/node_modules/glob/sync.js create mode 100644 srv/node_modules/gopd/.eslintrc create mode 100644 srv/node_modules/gopd/.github/FUNDING.yml create mode 100644 srv/node_modules/gopd/CHANGELOG.md create mode 100644 srv/node_modules/gopd/LICENSE create mode 100644 srv/node_modules/gopd/README.md create mode 100644 srv/node_modules/gopd/gOPD.d.ts create mode 100644 srv/node_modules/gopd/gOPD.js create mode 100644 srv/node_modules/gopd/index.d.ts create mode 100644 srv/node_modules/gopd/index.js create mode 100644 srv/node_modules/gopd/package.json create mode 100644 srv/node_modules/gopd/test/index.js create mode 100644 srv/node_modules/gopd/tsconfig.json create mode 100644 srv/node_modules/graceful-fs/LICENSE create mode 100644 srv/node_modules/graceful-fs/README.md create mode 100644 srv/node_modules/graceful-fs/clone.js create mode 100644 srv/node_modules/graceful-fs/graceful-fs.js create mode 100644 srv/node_modules/graceful-fs/legacy-streams.js create mode 100644 srv/node_modules/graceful-fs/package.json create mode 100644 srv/node_modules/graceful-fs/polyfills.js create mode 100644 srv/node_modules/has-symbols/.eslintrc create mode 100644 srv/node_modules/has-symbols/.github/FUNDING.yml create mode 100644 srv/node_modules/has-symbols/.nycrc create mode 100644 srv/node_modules/has-symbols/CHANGELOG.md create mode 100644 srv/node_modules/has-symbols/LICENSE create mode 100644 srv/node_modules/has-symbols/README.md create mode 100644 srv/node_modules/has-symbols/index.d.ts create mode 100644 srv/node_modules/has-symbols/index.js create mode 100644 srv/node_modules/has-symbols/package.json create mode 100644 srv/node_modules/has-symbols/shams.d.ts create mode 100644 srv/node_modules/has-symbols/shams.js create mode 100644 srv/node_modules/has-symbols/test/index.js create mode 100644 srv/node_modules/has-symbols/test/shams/core-js.js create mode 100644 srv/node_modules/has-symbols/test/shams/get-own-property-symbols.js create mode 100644 srv/node_modules/has-symbols/test/tests.js create mode 100644 srv/node_modules/has-symbols/tsconfig.json create mode 100644 srv/node_modules/has-unicode/LICENSE create mode 100644 srv/node_modules/has-unicode/README.md create mode 100644 srv/node_modules/has-unicode/index.js create mode 100644 srv/node_modules/has-unicode/package.json create mode 100644 srv/node_modules/hasown/.eslintrc create mode 100644 srv/node_modules/hasown/.github/FUNDING.yml create mode 100644 srv/node_modules/hasown/.nycrc create mode 100644 srv/node_modules/hasown/CHANGELOG.md create mode 100644 srv/node_modules/hasown/LICENSE create mode 100644 srv/node_modules/hasown/README.md create mode 100644 srv/node_modules/hasown/index.d.ts create mode 100644 srv/node_modules/hasown/index.js create mode 100644 srv/node_modules/hasown/package.json create mode 100644 srv/node_modules/hasown/tsconfig.json create mode 100644 srv/node_modules/http-cache-semantics/LICENSE create mode 100644 srv/node_modules/http-cache-semantics/README.md create mode 100644 srv/node_modules/http-cache-semantics/index.js create mode 100644 srv/node_modules/http-cache-semantics/package.json create mode 100644 srv/node_modules/http-errors/HISTORY.md create mode 100644 srv/node_modules/http-errors/LICENSE create mode 100644 srv/node_modules/http-errors/README.md create mode 100644 srv/node_modules/http-errors/index.js create mode 100644 srv/node_modules/http-errors/node_modules/statuses/HISTORY.md create mode 100644 srv/node_modules/http-errors/node_modules/statuses/LICENSE create mode 100644 srv/node_modules/http-errors/node_modules/statuses/README.md create mode 100644 srv/node_modules/http-errors/node_modules/statuses/codes.json create mode 100644 srv/node_modules/http-errors/node_modules/statuses/index.js create mode 100644 srv/node_modules/http-errors/node_modules/statuses/package.json create mode 100644 srv/node_modules/http-errors/package.json create mode 100644 srv/node_modules/http-proxy-agent/README.md create mode 100644 srv/node_modules/http-proxy-agent/dist/agent.d.ts create mode 100644 srv/node_modules/http-proxy-agent/dist/agent.js create mode 100644 srv/node_modules/http-proxy-agent/dist/agent.js.map create mode 100644 srv/node_modules/http-proxy-agent/dist/index.d.ts create mode 100644 srv/node_modules/http-proxy-agent/dist/index.js create mode 100644 srv/node_modules/http-proxy-agent/dist/index.js.map create mode 100644 srv/node_modules/http-proxy-agent/package.json create mode 100644 srv/node_modules/https-proxy-agent/README.md create mode 100644 srv/node_modules/https-proxy-agent/dist/agent.d.ts create mode 100644 srv/node_modules/https-proxy-agent/dist/agent.js create mode 100644 srv/node_modules/https-proxy-agent/dist/agent.js.map create mode 100644 srv/node_modules/https-proxy-agent/dist/index.d.ts create mode 100644 srv/node_modules/https-proxy-agent/dist/index.js create mode 100644 srv/node_modules/https-proxy-agent/dist/index.js.map create mode 100644 srv/node_modules/https-proxy-agent/dist/parse-proxy-response.d.ts create mode 100644 srv/node_modules/https-proxy-agent/dist/parse-proxy-response.js create mode 100644 srv/node_modules/https-proxy-agent/dist/parse-proxy-response.js.map create mode 100644 srv/node_modules/https-proxy-agent/package.json create mode 100644 srv/node_modules/humanize-ms/History.md create mode 100644 srv/node_modules/humanize-ms/LICENSE create mode 100644 srv/node_modules/humanize-ms/README.md create mode 100644 srv/node_modules/humanize-ms/index.js create mode 100644 srv/node_modules/humanize-ms/package.json create mode 100644 srv/node_modules/iconv-lite/.github/dependabot.yml create mode 100644 srv/node_modules/iconv-lite/.idea/codeStyles/Project.xml create mode 100644 srv/node_modules/iconv-lite/.idea/codeStyles/codeStyleConfig.xml create mode 100644 srv/node_modules/iconv-lite/.idea/iconv-lite.iml create mode 100644 srv/node_modules/iconv-lite/.idea/inspectionProfiles/Project_Default.xml create mode 100644 srv/node_modules/iconv-lite/.idea/modules.xml create mode 100644 srv/node_modules/iconv-lite/.idea/vcs.xml create mode 100644 srv/node_modules/iconv-lite/Changelog.md create mode 100644 srv/node_modules/iconv-lite/LICENSE create mode 100644 srv/node_modules/iconv-lite/README.md create mode 100644 srv/node_modules/iconv-lite/encodings/dbcs-codec.js create mode 100644 srv/node_modules/iconv-lite/encodings/dbcs-data.js create mode 100644 srv/node_modules/iconv-lite/encodings/index.js create mode 100644 srv/node_modules/iconv-lite/encodings/internal.js create mode 100644 srv/node_modules/iconv-lite/encodings/sbcs-codec.js create mode 100644 srv/node_modules/iconv-lite/encodings/sbcs-data-generated.js create mode 100644 srv/node_modules/iconv-lite/encodings/sbcs-data.js create mode 100644 srv/node_modules/iconv-lite/encodings/tables/big5-added.json create mode 100644 srv/node_modules/iconv-lite/encodings/tables/cp936.json create mode 100644 srv/node_modules/iconv-lite/encodings/tables/cp949.json create mode 100644 srv/node_modules/iconv-lite/encodings/tables/cp950.json create mode 100644 srv/node_modules/iconv-lite/encodings/tables/eucjp.json create mode 100644 srv/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json create mode 100644 srv/node_modules/iconv-lite/encodings/tables/gbk-added.json create mode 100644 srv/node_modules/iconv-lite/encodings/tables/shiftjis.json create mode 100644 srv/node_modules/iconv-lite/encodings/utf16.js create mode 100644 srv/node_modules/iconv-lite/encodings/utf32.js create mode 100644 srv/node_modules/iconv-lite/encodings/utf7.js create mode 100644 srv/node_modules/iconv-lite/lib/bom-handling.js create mode 100644 srv/node_modules/iconv-lite/lib/index.d.ts create mode 100644 srv/node_modules/iconv-lite/lib/index.js create mode 100644 srv/node_modules/iconv-lite/lib/streams.js create mode 100644 srv/node_modules/iconv-lite/package.json create mode 100644 srv/node_modules/ieee754/LICENSE create mode 100644 srv/node_modules/ieee754/README.md create mode 100644 srv/node_modules/ieee754/index.d.ts create mode 100644 srv/node_modules/ieee754/index.js create mode 100644 srv/node_modules/ieee754/package.json create mode 100644 srv/node_modules/imurmurhash/README.md create mode 100644 srv/node_modules/imurmurhash/imurmurhash.js create mode 100644 srv/node_modules/imurmurhash/imurmurhash.min.js create mode 100644 srv/node_modules/imurmurhash/package.json create mode 100644 srv/node_modules/indent-string/index.d.ts create mode 100644 srv/node_modules/indent-string/index.js create mode 100644 srv/node_modules/indent-string/license create mode 100644 srv/node_modules/indent-string/package.json create mode 100644 srv/node_modules/indent-string/readme.md create mode 100644 srv/node_modules/infer-owner/LICENSE create mode 100644 srv/node_modules/infer-owner/README.md create mode 100644 srv/node_modules/infer-owner/index.js create mode 100644 srv/node_modules/infer-owner/package.json create mode 100644 srv/node_modules/inflight/LICENSE create mode 100644 srv/node_modules/inflight/README.md create mode 100644 srv/node_modules/inflight/inflight.js create mode 100644 srv/node_modules/inflight/package.json create mode 100644 srv/node_modules/inherits/LICENSE create mode 100644 srv/node_modules/inherits/README.md create mode 100644 srv/node_modules/inherits/inherits.js create mode 100644 srv/node_modules/inherits/inherits_browser.js create mode 100644 srv/node_modules/inherits/package.json create mode 100644 srv/node_modules/ini/LICENSE create mode 100644 srv/node_modules/ini/README.md create mode 100644 srv/node_modules/ini/ini.js create mode 100644 srv/node_modules/ini/package.json create mode 100644 srv/node_modules/ip-address/LICENSE create mode 100644 srv/node_modules/ip-address/README.md create mode 100644 srv/node_modules/ip-address/dist/address-error.d.ts create mode 100644 srv/node_modules/ip-address/dist/address-error.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/address-error.js create mode 100644 srv/node_modules/ip-address/dist/address-error.js.map create mode 100644 srv/node_modules/ip-address/dist/common.d.ts create mode 100644 srv/node_modules/ip-address/dist/common.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/common.js create mode 100644 srv/node_modules/ip-address/dist/common.js.map create mode 100644 srv/node_modules/ip-address/dist/ip-address.d.ts create mode 100644 srv/node_modules/ip-address/dist/ip-address.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/ip-address.js create mode 100644 srv/node_modules/ip-address/dist/ip-address.js.map create mode 100644 srv/node_modules/ip-address/dist/ipv4.d.ts create mode 100644 srv/node_modules/ip-address/dist/ipv4.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/ipv4.js create mode 100644 srv/node_modules/ip-address/dist/ipv4.js.map create mode 100644 srv/node_modules/ip-address/dist/ipv6.d.ts create mode 100644 srv/node_modules/ip-address/dist/ipv6.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/ipv6.js create mode 100644 srv/node_modules/ip-address/dist/ipv6.js.map create mode 100644 srv/node_modules/ip-address/dist/v4/constants.d.ts create mode 100644 srv/node_modules/ip-address/dist/v4/constants.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/v4/constants.js create mode 100644 srv/node_modules/ip-address/dist/v4/constants.js.map create mode 100644 srv/node_modules/ip-address/dist/v6/constants.d.ts create mode 100644 srv/node_modules/ip-address/dist/v6/constants.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/v6/constants.js create mode 100644 srv/node_modules/ip-address/dist/v6/constants.js.map create mode 100644 srv/node_modules/ip-address/dist/v6/helpers.d.ts create mode 100644 srv/node_modules/ip-address/dist/v6/helpers.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/v6/helpers.js create mode 100644 srv/node_modules/ip-address/dist/v6/helpers.js.map create mode 100644 srv/node_modules/ip-address/dist/v6/regular-expressions.d.ts create mode 100644 srv/node_modules/ip-address/dist/v6/regular-expressions.d.ts.map create mode 100644 srv/node_modules/ip-address/dist/v6/regular-expressions.js create mode 100644 srv/node_modules/ip-address/dist/v6/regular-expressions.js.map create mode 100644 srv/node_modules/ip-address/package.json create mode 100644 srv/node_modules/ip-address/src/address-error.ts create mode 100644 srv/node_modules/ip-address/src/common.ts create mode 100644 srv/node_modules/ip-address/src/ip-address.ts create mode 100644 srv/node_modules/ip-address/src/ipv4.ts create mode 100644 srv/node_modules/ip-address/src/ipv6.ts create mode 100644 srv/node_modules/ip-address/src/v4/constants.ts create mode 100644 srv/node_modules/ip-address/src/v6/constants.ts create mode 100644 srv/node_modules/ip-address/src/v6/helpers.ts create mode 100644 srv/node_modules/ip-address/src/v6/regular-expressions.ts create mode 100644 srv/node_modules/ipaddr.js/LICENSE create mode 100644 srv/node_modules/ipaddr.js/README.md create mode 100644 srv/node_modules/ipaddr.js/ipaddr.min.js create mode 100644 srv/node_modules/ipaddr.js/lib/ipaddr.js create mode 100644 srv/node_modules/ipaddr.js/lib/ipaddr.js.d.ts create mode 100644 srv/node_modules/ipaddr.js/package.json create mode 100644 srv/node_modules/is-fullwidth-code-point/index.d.ts create mode 100644 srv/node_modules/is-fullwidth-code-point/index.js create mode 100644 srv/node_modules/is-fullwidth-code-point/license create mode 100644 srv/node_modules/is-fullwidth-code-point/package.json create mode 100644 srv/node_modules/is-fullwidth-code-point/readme.md create mode 100644 srv/node_modules/is-lambda/.npmignore create mode 100644 srv/node_modules/is-lambda/.travis.yml create mode 100644 srv/node_modules/is-lambda/LICENSE create mode 100644 srv/node_modules/is-lambda/README.md create mode 100644 srv/node_modules/is-lambda/index.js create mode 100644 srv/node_modules/is-lambda/package.json create mode 100644 srv/node_modules/is-lambda/test.js create mode 100644 srv/node_modules/is-promise/LICENSE create mode 100644 srv/node_modules/is-promise/index.d.ts create mode 100644 srv/node_modules/is-promise/index.js create mode 100644 srv/node_modules/is-promise/index.mjs create mode 100644 srv/node_modules/is-promise/package.json create mode 100644 srv/node_modules/is-promise/readme.md create mode 100644 srv/node_modules/isexe/.npmignore create mode 100644 srv/node_modules/isexe/LICENSE create mode 100644 srv/node_modules/isexe/README.md create mode 100644 srv/node_modules/isexe/index.js create mode 100644 srv/node_modules/isexe/mode.js create mode 100644 srv/node_modules/isexe/package.json create mode 100644 srv/node_modules/isexe/test/basic.js create mode 100644 srv/node_modules/isexe/windows.js create mode 100644 srv/node_modules/jsbn/.npmignore create mode 100644 srv/node_modules/jsbn/CHANGELOG.md create mode 100644 srv/node_modules/jsbn/LICENSE create mode 100644 srv/node_modules/jsbn/README.md create mode 100644 srv/node_modules/jsbn/example.html create mode 100644 srv/node_modules/jsbn/example.js create mode 100644 srv/node_modules/jsbn/index.js create mode 100644 srv/node_modules/jsbn/package.json create mode 100644 srv/node_modules/jsbn/test/es6-import.js create mode 100644 srv/node_modules/jsonwebtoken/LICENSE create mode 100644 srv/node_modules/jsonwebtoken/README.md create mode 100644 srv/node_modules/jsonwebtoken/decode.js create mode 100644 srv/node_modules/jsonwebtoken/index.js create mode 100644 srv/node_modules/jsonwebtoken/lib/JsonWebTokenError.js create mode 100644 srv/node_modules/jsonwebtoken/lib/NotBeforeError.js create mode 100644 srv/node_modules/jsonwebtoken/lib/TokenExpiredError.js create mode 100644 srv/node_modules/jsonwebtoken/lib/asymmetricKeyDetailsSupported.js create mode 100644 srv/node_modules/jsonwebtoken/lib/psSupported.js create mode 100644 srv/node_modules/jsonwebtoken/lib/rsaPssKeyDetailsSupported.js create mode 100644 srv/node_modules/jsonwebtoken/lib/timespan.js create mode 100644 srv/node_modules/jsonwebtoken/lib/validateAsymmetricKey.js create mode 100644 srv/node_modules/jsonwebtoken/package.json create mode 100644 srv/node_modules/jsonwebtoken/sign.js create mode 100644 srv/node_modules/jsonwebtoken/verify.js create mode 100644 srv/node_modules/jwa/LICENSE create mode 100644 srv/node_modules/jwa/README.md create mode 100644 srv/node_modules/jwa/index.js create mode 100644 srv/node_modules/jwa/package.json create mode 100644 srv/node_modules/jws/CHANGELOG.md create mode 100644 srv/node_modules/jws/LICENSE create mode 100644 srv/node_modules/jws/index.js create mode 100644 srv/node_modules/jws/lib/data-stream.js create mode 100644 srv/node_modules/jws/lib/sign-stream.js create mode 100644 srv/node_modules/jws/lib/tostring.js create mode 100644 srv/node_modules/jws/lib/verify-stream.js create mode 100644 srv/node_modules/jws/package.json create mode 100644 srv/node_modules/jws/readme.md create mode 100644 srv/node_modules/lodash.includes/LICENSE create mode 100644 srv/node_modules/lodash.includes/README.md create mode 100644 srv/node_modules/lodash.includes/index.js create mode 100644 srv/node_modules/lodash.includes/package.json create mode 100644 srv/node_modules/lodash.isboolean/LICENSE create mode 100644 srv/node_modules/lodash.isboolean/README.md create mode 100644 srv/node_modules/lodash.isboolean/index.js create mode 100644 srv/node_modules/lodash.isboolean/package.json create mode 100644 srv/node_modules/lodash.isinteger/LICENSE create mode 100644 srv/node_modules/lodash.isinteger/README.md create mode 100644 srv/node_modules/lodash.isinteger/index.js create mode 100644 srv/node_modules/lodash.isinteger/package.json create mode 100644 srv/node_modules/lodash.isnumber/LICENSE create mode 100644 srv/node_modules/lodash.isnumber/README.md create mode 100644 srv/node_modules/lodash.isnumber/index.js create mode 100644 srv/node_modules/lodash.isnumber/package.json create mode 100644 srv/node_modules/lodash.isplainobject/LICENSE create mode 100644 srv/node_modules/lodash.isplainobject/README.md create mode 100644 srv/node_modules/lodash.isplainobject/index.js create mode 100644 srv/node_modules/lodash.isplainobject/package.json create mode 100644 srv/node_modules/lodash.isstring/LICENSE create mode 100644 srv/node_modules/lodash.isstring/README.md create mode 100644 srv/node_modules/lodash.isstring/index.js create mode 100644 srv/node_modules/lodash.isstring/package.json create mode 100644 srv/node_modules/lodash.once/LICENSE create mode 100644 srv/node_modules/lodash.once/README.md create mode 100644 srv/node_modules/lodash.once/index.js create mode 100644 srv/node_modules/lodash.once/package.json create mode 100644 srv/node_modules/lru-cache/LICENSE create mode 100644 srv/node_modules/lru-cache/README.md create mode 100644 srv/node_modules/lru-cache/index.js create mode 100644 srv/node_modules/lru-cache/package.json create mode 100644 srv/node_modules/make-fetch-happen/LICENSE create mode 100644 srv/node_modules/make-fetch-happen/README.md create mode 100644 srv/node_modules/make-fetch-happen/lib/agent.js create mode 100644 srv/node_modules/make-fetch-happen/lib/cache/entry.js create mode 100644 srv/node_modules/make-fetch-happen/lib/cache/errors.js create mode 100644 srv/node_modules/make-fetch-happen/lib/cache/index.js create mode 100644 srv/node_modules/make-fetch-happen/lib/cache/key.js create mode 100644 srv/node_modules/make-fetch-happen/lib/cache/policy.js create mode 100644 srv/node_modules/make-fetch-happen/lib/fetch.js create mode 100644 srv/node_modules/make-fetch-happen/lib/index.js create mode 100644 srv/node_modules/make-fetch-happen/lib/options.js create mode 100644 srv/node_modules/make-fetch-happen/lib/remote.js create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/HISTORY.md create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/LICENSE create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/README.md create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/index.js create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/lib/charset.js create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/lib/encoding.js create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/lib/language.js create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/lib/mediaType.js create mode 100644 srv/node_modules/make-fetch-happen/node_modules/negotiator/package.json create mode 100644 srv/node_modules/make-fetch-happen/package.json create mode 100644 srv/node_modules/math-intrinsics/.eslintrc create mode 100644 srv/node_modules/math-intrinsics/.github/FUNDING.yml create mode 100644 srv/node_modules/math-intrinsics/CHANGELOG.md create mode 100644 srv/node_modules/math-intrinsics/LICENSE create mode 100644 srv/node_modules/math-intrinsics/README.md create mode 100644 srv/node_modules/math-intrinsics/abs.d.ts create mode 100644 srv/node_modules/math-intrinsics/abs.js create mode 100644 srv/node_modules/math-intrinsics/constants/maxArrayLength.d.ts create mode 100644 srv/node_modules/math-intrinsics/constants/maxArrayLength.js create mode 100644 srv/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts create mode 100644 srv/node_modules/math-intrinsics/constants/maxSafeInteger.js create mode 100644 srv/node_modules/math-intrinsics/constants/maxValue.d.ts create mode 100644 srv/node_modules/math-intrinsics/constants/maxValue.js create mode 100644 srv/node_modules/math-intrinsics/floor.d.ts create mode 100644 srv/node_modules/math-intrinsics/floor.js create mode 100644 srv/node_modules/math-intrinsics/isFinite.d.ts create mode 100644 srv/node_modules/math-intrinsics/isFinite.js create mode 100644 srv/node_modules/math-intrinsics/isInteger.d.ts create mode 100644 srv/node_modules/math-intrinsics/isInteger.js create mode 100644 srv/node_modules/math-intrinsics/isNaN.d.ts create mode 100644 srv/node_modules/math-intrinsics/isNaN.js create mode 100644 srv/node_modules/math-intrinsics/isNegativeZero.d.ts create mode 100644 srv/node_modules/math-intrinsics/isNegativeZero.js create mode 100644 srv/node_modules/math-intrinsics/max.d.ts create mode 100644 srv/node_modules/math-intrinsics/max.js create mode 100644 srv/node_modules/math-intrinsics/min.d.ts create mode 100644 srv/node_modules/math-intrinsics/min.js create mode 100644 srv/node_modules/math-intrinsics/mod.d.ts create mode 100644 srv/node_modules/math-intrinsics/mod.js create mode 100644 srv/node_modules/math-intrinsics/package.json create mode 100644 srv/node_modules/math-intrinsics/pow.d.ts create mode 100644 srv/node_modules/math-intrinsics/pow.js create mode 100644 srv/node_modules/math-intrinsics/round.d.ts create mode 100644 srv/node_modules/math-intrinsics/round.js create mode 100644 srv/node_modules/math-intrinsics/sign.d.ts create mode 100644 srv/node_modules/math-intrinsics/sign.js create mode 100644 srv/node_modules/math-intrinsics/test/index.js create mode 100644 srv/node_modules/math-intrinsics/tsconfig.json create mode 100644 srv/node_modules/media-typer/HISTORY.md create mode 100644 srv/node_modules/media-typer/LICENSE create mode 100644 srv/node_modules/media-typer/README.md create mode 100644 srv/node_modules/media-typer/index.js create mode 100644 srv/node_modules/media-typer/package.json create mode 100644 srv/node_modules/merge-descriptors/index.d.ts create mode 100644 srv/node_modules/merge-descriptors/index.js create mode 100644 srv/node_modules/merge-descriptors/license create mode 100644 srv/node_modules/merge-descriptors/package.json create mode 100644 srv/node_modules/merge-descriptors/readme.md create mode 100644 srv/node_modules/mime-db/HISTORY.md create mode 100644 srv/node_modules/mime-db/LICENSE create mode 100644 srv/node_modules/mime-db/README.md create mode 100644 srv/node_modules/mime-db/db.json create mode 100644 srv/node_modules/mime-db/index.js create mode 100644 srv/node_modules/mime-db/package.json create mode 100644 srv/node_modules/mime-types/HISTORY.md create mode 100644 srv/node_modules/mime-types/LICENSE create mode 100644 srv/node_modules/mime-types/README.md create mode 100644 srv/node_modules/mime-types/index.js create mode 100644 srv/node_modules/mime-types/mimeScore.js create mode 100644 srv/node_modules/mime-types/package.json create mode 100644 srv/node_modules/mimic-response/index.d.ts create mode 100644 srv/node_modules/mimic-response/index.js create mode 100644 srv/node_modules/mimic-response/license create mode 100644 srv/node_modules/mimic-response/package.json create mode 100644 srv/node_modules/mimic-response/readme.md create mode 100644 srv/node_modules/minimatch/LICENSE create mode 100644 srv/node_modules/minimatch/README.md create mode 100644 srv/node_modules/minimatch/minimatch.js create mode 100644 srv/node_modules/minimatch/package.json create mode 100644 srv/node_modules/minimist/.eslintrc create mode 100644 srv/node_modules/minimist/.github/FUNDING.yml create mode 100644 srv/node_modules/minimist/.nycrc create mode 100644 srv/node_modules/minimist/CHANGELOG.md create mode 100644 srv/node_modules/minimist/LICENSE create mode 100644 srv/node_modules/minimist/README.md create mode 100644 srv/node_modules/minimist/example/parse.js create mode 100644 srv/node_modules/minimist/index.js create mode 100644 srv/node_modules/minimist/package.json create mode 100644 srv/node_modules/minimist/test/all_bool.js create mode 100644 srv/node_modules/minimist/test/bool.js create mode 100644 srv/node_modules/minimist/test/dash.js create mode 100644 srv/node_modules/minimist/test/default_bool.js create mode 100644 srv/node_modules/minimist/test/dotted.js create mode 100644 srv/node_modules/minimist/test/kv_short.js create mode 100644 srv/node_modules/minimist/test/long.js create mode 100644 srv/node_modules/minimist/test/num.js create mode 100644 srv/node_modules/minimist/test/parse.js create mode 100644 srv/node_modules/minimist/test/parse_modified.js create mode 100644 srv/node_modules/minimist/test/proto.js create mode 100644 srv/node_modules/minimist/test/short.js create mode 100644 srv/node_modules/minimist/test/stop_early.js create mode 100644 srv/node_modules/minimist/test/unknown.js create mode 100644 srv/node_modules/minimist/test/whitespace.js create mode 100644 srv/node_modules/minipass-collect/LICENSE create mode 100644 srv/node_modules/minipass-collect/README.md create mode 100644 srv/node_modules/minipass-collect/index.js create mode 100644 srv/node_modules/minipass-collect/package.json create mode 100644 srv/node_modules/minipass-fetch/LICENSE create mode 100644 srv/node_modules/minipass-fetch/README.md create mode 100644 srv/node_modules/minipass-fetch/index.js create mode 100644 srv/node_modules/minipass-fetch/lib/abort-error.js create mode 100644 srv/node_modules/minipass-fetch/lib/blob.js create mode 100644 srv/node_modules/minipass-fetch/lib/body.js create mode 100644 srv/node_modules/minipass-fetch/lib/fetch-error.js create mode 100644 srv/node_modules/minipass-fetch/lib/headers.js create mode 100644 srv/node_modules/minipass-fetch/lib/index.js create mode 100644 srv/node_modules/minipass-fetch/lib/request.js create mode 100644 srv/node_modules/minipass-fetch/lib/response.js create mode 100644 srv/node_modules/minipass-fetch/package.json create mode 100644 srv/node_modules/minipass-flush/LICENSE create mode 100644 srv/node_modules/minipass-flush/README.md create mode 100644 srv/node_modules/minipass-flush/index.js create mode 100644 srv/node_modules/minipass-flush/package.json create mode 100644 srv/node_modules/minipass-pipeline/LICENSE create mode 100644 srv/node_modules/minipass-pipeline/README.md create mode 100644 srv/node_modules/minipass-pipeline/index.js create mode 100644 srv/node_modules/minipass-pipeline/package.json create mode 100644 srv/node_modules/minipass-sized/.npmignore create mode 100644 srv/node_modules/minipass-sized/LICENSE create mode 100644 srv/node_modules/minipass-sized/README.md create mode 100644 srv/node_modules/minipass-sized/index.js create mode 100644 srv/node_modules/minipass-sized/package-lock.json create mode 100644 srv/node_modules/minipass-sized/package.json create mode 100644 srv/node_modules/minipass-sized/test/basic.js create mode 100644 srv/node_modules/minipass/LICENSE create mode 100644 srv/node_modules/minipass/README.md create mode 100644 srv/node_modules/minipass/index.d.ts create mode 100644 srv/node_modules/minipass/index.js create mode 100644 srv/node_modules/minipass/package.json create mode 100644 srv/node_modules/minizlib/LICENSE create mode 100644 srv/node_modules/minizlib/README.md create mode 100644 srv/node_modules/minizlib/constants.js create mode 100644 srv/node_modules/minizlib/index.js create mode 100644 srv/node_modules/minizlib/package.json create mode 100644 srv/node_modules/mkdirp-classic/LICENSE create mode 100644 srv/node_modules/mkdirp-classic/README.md create mode 100644 srv/node_modules/mkdirp-classic/index.js create mode 100644 srv/node_modules/mkdirp-classic/package.json create mode 100644 srv/node_modules/mkdirp/CHANGELOG.md create mode 100644 srv/node_modules/mkdirp/LICENSE create mode 100755 srv/node_modules/mkdirp/bin/cmd.js create mode 100644 srv/node_modules/mkdirp/index.js create mode 100644 srv/node_modules/mkdirp/lib/find-made.js create mode 100644 srv/node_modules/mkdirp/lib/mkdirp-manual.js create mode 100644 srv/node_modules/mkdirp/lib/mkdirp-native.js create mode 100644 srv/node_modules/mkdirp/lib/opts-arg.js create mode 100644 srv/node_modules/mkdirp/lib/path-arg.js create mode 100644 srv/node_modules/mkdirp/lib/use-native.js create mode 100644 srv/node_modules/mkdirp/package.json create mode 100644 srv/node_modules/mkdirp/readme.markdown create mode 100644 srv/node_modules/ms/index.js create mode 100644 srv/node_modules/ms/license.md create mode 100644 srv/node_modules/ms/package.json create mode 100644 srv/node_modules/ms/readme.md create mode 100644 srv/node_modules/napi-build-utils/.github/workflows/run-npm-tests.yml create mode 100644 srv/node_modules/napi-build-utils/LICENSE create mode 100644 srv/node_modules/napi-build-utils/README.md create mode 100644 srv/node_modules/napi-build-utils/index.js create mode 100644 srv/node_modules/napi-build-utils/index.md create mode 100644 srv/node_modules/napi-build-utils/package.json create mode 100644 srv/node_modules/negotiator/HISTORY.md create mode 100644 srv/node_modules/negotiator/LICENSE create mode 100644 srv/node_modules/negotiator/README.md create mode 100644 srv/node_modules/negotiator/index.js create mode 100644 srv/node_modules/negotiator/lib/charset.js create mode 100644 srv/node_modules/negotiator/lib/encoding.js create mode 100644 srv/node_modules/negotiator/lib/language.js create mode 100644 srv/node_modules/negotiator/lib/mediaType.js create mode 100644 srv/node_modules/negotiator/package.json create mode 100644 srv/node_modules/node-abi/LICENSE create mode 100644 srv/node_modules/node-abi/README.md create mode 100644 srv/node_modules/node-abi/abi_registry.json create mode 100644 srv/node_modules/node-abi/index.js create mode 100644 srv/node_modules/node-abi/package.json create mode 100644 srv/node_modules/node-addon-api/LICENSE.md create mode 100644 srv/node_modules/node-addon-api/README.md create mode 100644 srv/node_modules/node-addon-api/common.gypi create mode 100644 srv/node_modules/node-addon-api/except.gypi create mode 100644 srv/node_modules/node-addon-api/index.js create mode 100644 srv/node_modules/node-addon-api/napi-inl.deprecated.h create mode 100644 srv/node_modules/node-addon-api/napi-inl.h create mode 100644 srv/node_modules/node-addon-api/napi.h create mode 100644 srv/node_modules/node-addon-api/node_addon_api.gyp create mode 100644 srv/node_modules/node-addon-api/node_api.gyp create mode 100644 srv/node_modules/node-addon-api/noexcept.gypi create mode 100644 srv/node_modules/node-addon-api/nothing.c create mode 100644 srv/node_modules/node-addon-api/package-support.json create mode 100644 srv/node_modules/node-addon-api/package.json create mode 100644 srv/node_modules/node-addon-api/tools/README.md create mode 100644 srv/node_modules/node-addon-api/tools/check-napi.js create mode 100644 srv/node_modules/node-addon-api/tools/clang-format.js create mode 100755 srv/node_modules/node-addon-api/tools/conversion.js create mode 100644 srv/node_modules/node-gyp-build/LICENSE create mode 100644 srv/node_modules/node-gyp-build/README.md create mode 100644 srv/node_modules/node-gyp-build/SECURITY.md create mode 100755 srv/node_modules/node-gyp-build/bin.js create mode 100755 srv/node_modules/node-gyp-build/build-test.js create mode 100644 srv/node_modules/node-gyp-build/index.js create mode 100644 srv/node_modules/node-gyp-build/node-gyp-build.js create mode 100755 srv/node_modules/node-gyp-build/optional.js create mode 100644 srv/node_modules/node-gyp-build/package.json create mode 100644 srv/node_modules/node-gyp/.github/ISSUE_TEMPLATE.md create mode 100644 srv/node_modules/node-gyp/.github/PULL_REQUEST_TEMPLATE.md create mode 100644 srv/node_modules/node-gyp/.github/workflows/release-please.yml create mode 100644 srv/node_modules/node-gyp/.github/workflows/tests.yml create mode 100644 srv/node_modules/node-gyp/.github/workflows/visual-studio.yml create mode 100644 srv/node_modules/node-gyp/CHANGELOG.md create mode 100644 srv/node_modules/node-gyp/CONTRIBUTING.md create mode 100644 srv/node_modules/node-gyp/LICENSE create mode 100644 srv/node_modules/node-gyp/README.md create mode 100644 srv/node_modules/node-gyp/addon.gypi create mode 100755 srv/node_modules/node-gyp/bin/node-gyp.js create mode 100644 srv/node_modules/node-gyp/docs/Common-issues.md create mode 100644 srv/node_modules/node-gyp/docs/Error-pre-versions-of-node-cannot-be-installed.md create mode 100644 srv/node_modules/node-gyp/docs/Home.md create mode 100644 srv/node_modules/node-gyp/docs/Linking-to-OpenSSL.md create mode 100644 srv/node_modules/node-gyp/docs/Updating-npm-bundled-node-gyp.md create mode 100644 srv/node_modules/node-gyp/docs/binding.gyp-files-in-the-wild.md create mode 100644 srv/node_modules/node-gyp/gyp/.flake8 create mode 100644 srv/node_modules/node-gyp/gyp/.github/workflows/Python_tests.yml create mode 100644 srv/node_modules/node-gyp/gyp/.github/workflows/node-gyp.yml create mode 100644 srv/node_modules/node-gyp/gyp/.github/workflows/nodejs-windows.yml create mode 100644 srv/node_modules/node-gyp/gyp/.github/workflows/release-please.yml create mode 100644 srv/node_modules/node-gyp/gyp/AUTHORS create mode 100644 srv/node_modules/node-gyp/gyp/CHANGELOG.md create mode 100644 srv/node_modules/node-gyp/gyp/CODE_OF_CONDUCT.md create mode 100644 srv/node_modules/node-gyp/gyp/CONTRIBUTING.md create mode 100644 srv/node_modules/node-gyp/gyp/LICENSE create mode 100644 srv/node_modules/node-gyp/gyp/README.md create mode 100644 srv/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc create mode 100755 srv/node_modules/node-gyp/gyp/gyp create mode 100755 srv/node_modules/node-gyp/gyp/gyp.bat create mode 100755 srv/node_modules/node-gyp/gyp/gyp_main.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/__init__.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/common.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/common_test.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/input.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/input_test.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py create mode 100755 srv/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py create mode 100644 srv/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py create mode 100644 srv/node_modules/node-gyp/gyp/requirements_dev.txt create mode 100644 srv/node_modules/node-gyp/gyp/setup.py create mode 100755 srv/node_modules/node-gyp/gyp/test_gyp.py create mode 100644 srv/node_modules/node-gyp/gyp/tools/README create mode 100644 srv/node_modules/node-gyp/gyp/tools/Xcode/README create mode 100644 srv/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.pbfilespec create mode 100644 srv/node_modules/node-gyp/gyp/tools/Xcode/Specifications/gyp.xclangspec create mode 100644 srv/node_modules/node-gyp/gyp/tools/emacs/README create mode 100644 srv/node_modules/node-gyp/gyp/tools/emacs/gyp-tests.el create mode 100644 srv/node_modules/node-gyp/gyp/tools/emacs/gyp.el create mode 100755 srv/node_modules/node-gyp/gyp/tools/emacs/run-unit-tests.sh create mode 100644 srv/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp create mode 100644 srv/node_modules/node-gyp/gyp/tools/emacs/testdata/media.gyp.fontified create mode 100755 srv/node_modules/node-gyp/gyp/tools/graphviz.py create mode 100755 srv/node_modules/node-gyp/gyp/tools/pretty_gyp.py create mode 100755 srv/node_modules/node-gyp/gyp/tools/pretty_sln.py create mode 100755 srv/node_modules/node-gyp/gyp/tools/pretty_vcproj.py create mode 100644 srv/node_modules/node-gyp/lib/Find-VisualStudio.cs create mode 100644 srv/node_modules/node-gyp/lib/build.js create mode 100644 srv/node_modules/node-gyp/lib/clean.js create mode 100644 srv/node_modules/node-gyp/lib/configure.js create mode 100644 srv/node_modules/node-gyp/lib/create-config-gypi.js create mode 100644 srv/node_modules/node-gyp/lib/find-node-directory.js create mode 100644 srv/node_modules/node-gyp/lib/find-python.js create mode 100644 srv/node_modules/node-gyp/lib/find-visualstudio.js create mode 100644 srv/node_modules/node-gyp/lib/install.js create mode 100644 srv/node_modules/node-gyp/lib/list.js create mode 100644 srv/node_modules/node-gyp/lib/node-gyp.js create mode 100644 srv/node_modules/node-gyp/lib/process-release.js create mode 100644 srv/node_modules/node-gyp/lib/rebuild.js create mode 100644 srv/node_modules/node-gyp/lib/remove.js create mode 100644 srv/node_modules/node-gyp/lib/util.js create mode 100644 srv/node_modules/node-gyp/macOS_Catalina.md create mode 100644 srv/node_modules/node-gyp/macOS_Catalina_acid_test.sh create mode 100644 srv/node_modules/node-gyp/package.json create mode 100644 srv/node_modules/node-gyp/src/win_delay_load_hook.cc create mode 100644 srv/node_modules/node-gyp/test/common.js create mode 100644 srv/node_modules/node-gyp/test/fixtures/VS_2017_BuildTools_minimal.txt create mode 100644 srv/node_modules/node-gyp/test/fixtures/VS_2017_Community_workload.txt create mode 100644 srv/node_modules/node-gyp/test/fixtures/VS_2017_Express.txt create mode 100644 srv/node_modules/node-gyp/test/fixtures/VS_2017_Unusable.txt create mode 100644 srv/node_modules/node-gyp/test/fixtures/VS_2019_BuildTools_minimal.txt create mode 100644 srv/node_modules/node-gyp/test/fixtures/VS_2019_Community_workload.txt create mode 100644 srv/node_modules/node-gyp/test/fixtures/VS_2019_Preview.txt create mode 100644 srv/node_modules/node-gyp/test/fixtures/ca-bundle.crt create mode 100644 srv/node_modules/node-gyp/test/fixtures/ca.crt create mode 100644 srv/node_modules/node-gyp/test/fixtures/nodedir/include/node/config.gypi create mode 100644 srv/node_modules/node-gyp/test/fixtures/server.crt create mode 100644 srv/node_modules/node-gyp/test/fixtures/server.key create mode 100644 srv/node_modules/node-gyp/test/fixtures/test-charmap.py create mode 100644 srv/node_modules/node-gyp/test/process-exec-sync.js create mode 100644 srv/node_modules/node-gyp/test/simple-proxy.js create mode 100644 srv/node_modules/node-gyp/test/test-addon.js create mode 100644 srv/node_modules/node-gyp/test/test-configure-python.js create mode 100644 srv/node_modules/node-gyp/test/test-create-config-gypi.js create mode 100644 srv/node_modules/node-gyp/test/test-download.js create mode 100644 srv/node_modules/node-gyp/test/test-find-accessible-sync.js create mode 100644 srv/node_modules/node-gyp/test/test-find-node-directory.js create mode 100644 srv/node_modules/node-gyp/test/test-find-python.js create mode 100644 srv/node_modules/node-gyp/test/test-find-visualstudio.js create mode 100644 srv/node_modules/node-gyp/test/test-install.js create mode 100644 srv/node_modules/node-gyp/test/test-options.js create mode 100644 srv/node_modules/node-gyp/test/test-process-release.js create mode 100755 srv/node_modules/node-gyp/update-gyp.py create mode 100644 srv/node_modules/nopt/CHANGELOG.md create mode 100644 srv/node_modules/nopt/LICENSE create mode 100644 srv/node_modules/nopt/README.md create mode 100755 srv/node_modules/nopt/bin/nopt.js create mode 100644 srv/node_modules/nopt/lib/nopt.js create mode 100644 srv/node_modules/nopt/package.json create mode 100644 srv/node_modules/npmlog/LICENSE.md create mode 100644 srv/node_modules/npmlog/README.md create mode 100644 srv/node_modules/npmlog/lib/log.js create mode 100644 srv/node_modules/npmlog/package.json create mode 100644 srv/node_modules/object-assign/index.js create mode 100644 srv/node_modules/object-assign/license create mode 100644 srv/node_modules/object-assign/package.json create mode 100644 srv/node_modules/object-assign/readme.md create mode 100644 srv/node_modules/object-inspect/.eslintrc create mode 100644 srv/node_modules/object-inspect/.github/FUNDING.yml create mode 100644 srv/node_modules/object-inspect/.nycrc create mode 100644 srv/node_modules/object-inspect/CHANGELOG.md create mode 100644 srv/node_modules/object-inspect/LICENSE create mode 100644 srv/node_modules/object-inspect/example/all.js create mode 100644 srv/node_modules/object-inspect/example/circular.js create mode 100644 srv/node_modules/object-inspect/example/fn.js create mode 100644 srv/node_modules/object-inspect/example/inspect.js create mode 100644 srv/node_modules/object-inspect/index.js create mode 100644 srv/node_modules/object-inspect/package-support.json create mode 100644 srv/node_modules/object-inspect/package.json create mode 100644 srv/node_modules/object-inspect/readme.markdown create mode 100644 srv/node_modules/object-inspect/test-core-js.js create mode 100644 srv/node_modules/object-inspect/test/bigint.js create mode 100644 srv/node_modules/object-inspect/test/browser/dom.js create mode 100644 srv/node_modules/object-inspect/test/circular.js create mode 100644 srv/node_modules/object-inspect/test/deep.js create mode 100644 srv/node_modules/object-inspect/test/element.js create mode 100644 srv/node_modules/object-inspect/test/err.js create mode 100644 srv/node_modules/object-inspect/test/fakes.js create mode 100644 srv/node_modules/object-inspect/test/fn.js create mode 100644 srv/node_modules/object-inspect/test/global.js create mode 100644 srv/node_modules/object-inspect/test/has.js create mode 100644 srv/node_modules/object-inspect/test/holes.js create mode 100644 srv/node_modules/object-inspect/test/indent-option.js create mode 100644 srv/node_modules/object-inspect/test/inspect.js create mode 100644 srv/node_modules/object-inspect/test/lowbyte.js create mode 100644 srv/node_modules/object-inspect/test/number.js create mode 100644 srv/node_modules/object-inspect/test/quoteStyle.js create mode 100644 srv/node_modules/object-inspect/test/toStringTag.js create mode 100644 srv/node_modules/object-inspect/test/undef.js create mode 100644 srv/node_modules/object-inspect/test/values.js create mode 100644 srv/node_modules/object-inspect/util.inspect.js create mode 100644 srv/node_modules/on-finished/HISTORY.md create mode 100644 srv/node_modules/on-finished/LICENSE create mode 100644 srv/node_modules/on-finished/README.md create mode 100644 srv/node_modules/on-finished/index.js create mode 100644 srv/node_modules/on-finished/package.json create mode 100644 srv/node_modules/once/LICENSE create mode 100644 srv/node_modules/once/README.md create mode 100644 srv/node_modules/once/once.js create mode 100644 srv/node_modules/once/package.json create mode 100644 srv/node_modules/p-map/index.d.ts create mode 100644 srv/node_modules/p-map/index.js create mode 100644 srv/node_modules/p-map/license create mode 100644 srv/node_modules/p-map/package.json create mode 100644 srv/node_modules/p-map/readme.md create mode 100644 srv/node_modules/parseurl/HISTORY.md create mode 100644 srv/node_modules/parseurl/LICENSE create mode 100644 srv/node_modules/parseurl/README.md create mode 100644 srv/node_modules/parseurl/index.js create mode 100644 srv/node_modules/parseurl/package.json create mode 100644 srv/node_modules/path-is-absolute/index.js create mode 100644 srv/node_modules/path-is-absolute/license create mode 100644 srv/node_modules/path-is-absolute/package.json create mode 100644 srv/node_modules/path-is-absolute/readme.md create mode 100644 srv/node_modules/path-to-regexp/LICENSE create mode 100644 srv/node_modules/path-to-regexp/Readme.md create mode 100644 srv/node_modules/path-to-regexp/dist/index.d.ts create mode 100644 srv/node_modules/path-to-regexp/dist/index.js create mode 100644 srv/node_modules/path-to-regexp/dist/index.js.map create mode 100644 srv/node_modules/path-to-regexp/package.json create mode 100644 srv/node_modules/prebuild-install/CHANGELOG.md create mode 100644 srv/node_modules/prebuild-install/CONTRIBUTING.md create mode 100644 srv/node_modules/prebuild-install/LICENSE create mode 100644 srv/node_modules/prebuild-install/README.md create mode 100644 srv/node_modules/prebuild-install/asset.js create mode 100755 srv/node_modules/prebuild-install/bin.js create mode 100644 srv/node_modules/prebuild-install/download.js create mode 100644 srv/node_modules/prebuild-install/error.js create mode 100644 srv/node_modules/prebuild-install/help.txt create mode 100644 srv/node_modules/prebuild-install/index.js create mode 100644 srv/node_modules/prebuild-install/log.js create mode 100644 srv/node_modules/prebuild-install/package.json create mode 100644 srv/node_modules/prebuild-install/proxy.js create mode 100644 srv/node_modules/prebuild-install/rc.js create mode 100644 srv/node_modules/prebuild-install/util.js create mode 100644 srv/node_modules/promise-inflight/LICENSE create mode 100644 srv/node_modules/promise-inflight/README.md create mode 100644 srv/node_modules/promise-inflight/inflight.js create mode 100644 srv/node_modules/promise-inflight/package.json create mode 100644 srv/node_modules/promise-retry/.editorconfig create mode 100644 srv/node_modules/promise-retry/.jshintrc create mode 100644 srv/node_modules/promise-retry/.travis.yml create mode 100644 srv/node_modules/promise-retry/LICENSE create mode 100644 srv/node_modules/promise-retry/README.md create mode 100644 srv/node_modules/promise-retry/index.js create mode 100644 srv/node_modules/promise-retry/package.json create mode 100644 srv/node_modules/promise-retry/test/test.js create mode 100644 srv/node_modules/proxy-addr/HISTORY.md create mode 100644 srv/node_modules/proxy-addr/LICENSE create mode 100644 srv/node_modules/proxy-addr/README.md create mode 100644 srv/node_modules/proxy-addr/index.js create mode 100644 srv/node_modules/proxy-addr/package.json create mode 100644 srv/node_modules/pump/.github/FUNDING.yml create mode 100644 srv/node_modules/pump/.travis.yml create mode 100644 srv/node_modules/pump/LICENSE create mode 100644 srv/node_modules/pump/README.md create mode 100644 srv/node_modules/pump/SECURITY.md create mode 100644 srv/node_modules/pump/index.js create mode 100644 srv/node_modules/pump/package.json create mode 100644 srv/node_modules/pump/test-browser.js create mode 100644 srv/node_modules/pump/test-node.js create mode 100644 srv/node_modules/qs/.editorconfig create mode 100644 srv/node_modules/qs/.eslintrc create mode 100644 srv/node_modules/qs/.github/FUNDING.yml create mode 100644 srv/node_modules/qs/.nycrc create mode 100644 srv/node_modules/qs/CHANGELOG.md create mode 100644 srv/node_modules/qs/LICENSE.md create mode 100644 srv/node_modules/qs/README.md create mode 100644 srv/node_modules/qs/dist/qs.js create mode 100644 srv/node_modules/qs/lib/formats.js create mode 100644 srv/node_modules/qs/lib/index.js create mode 100644 srv/node_modules/qs/lib/parse.js create mode 100644 srv/node_modules/qs/lib/stringify.js create mode 100644 srv/node_modules/qs/lib/utils.js create mode 100644 srv/node_modules/qs/package.json create mode 100644 srv/node_modules/qs/test/empty-keys-cases.js create mode 100644 srv/node_modules/qs/test/parse.js create mode 100644 srv/node_modules/qs/test/stringify.js create mode 100644 srv/node_modules/qs/test/utils.js create mode 100644 srv/node_modules/range-parser/HISTORY.md create mode 100644 srv/node_modules/range-parser/LICENSE create mode 100644 srv/node_modules/range-parser/README.md create mode 100644 srv/node_modules/range-parser/index.js create mode 100644 srv/node_modules/range-parser/package.json create mode 100644 srv/node_modules/raw-body/HISTORY.md create mode 100644 srv/node_modules/raw-body/LICENSE create mode 100644 srv/node_modules/raw-body/README.md create mode 100644 srv/node_modules/raw-body/SECURITY.md create mode 100644 srv/node_modules/raw-body/index.d.ts create mode 100644 srv/node_modules/raw-body/index.js create mode 100644 srv/node_modules/raw-body/package.json create mode 100644 srv/node_modules/rc/LICENSE.APACHE2 create mode 100644 srv/node_modules/rc/LICENSE.BSD create mode 100644 srv/node_modules/rc/LICENSE.MIT create mode 100644 srv/node_modules/rc/README.md create mode 100644 srv/node_modules/rc/browser.js create mode 100755 srv/node_modules/rc/cli.js create mode 100755 srv/node_modules/rc/index.js create mode 100644 srv/node_modules/rc/lib/utils.js create mode 100644 srv/node_modules/rc/package.json create mode 100644 srv/node_modules/rc/test/ini.js create mode 100644 srv/node_modules/rc/test/nested-env-vars.js create mode 100644 srv/node_modules/rc/test/test.js create mode 100644 srv/node_modules/readable-stream/CONTRIBUTING.md create mode 100644 srv/node_modules/readable-stream/GOVERNANCE.md create mode 100644 srv/node_modules/readable-stream/LICENSE create mode 100644 srv/node_modules/readable-stream/README.md create mode 100644 srv/node_modules/readable-stream/errors-browser.js create mode 100644 srv/node_modules/readable-stream/errors.js create mode 100644 srv/node_modules/readable-stream/experimentalWarning.js create mode 100644 srv/node_modules/readable-stream/lib/_stream_duplex.js create mode 100644 srv/node_modules/readable-stream/lib/_stream_passthrough.js create mode 100644 srv/node_modules/readable-stream/lib/_stream_readable.js create mode 100644 srv/node_modules/readable-stream/lib/_stream_transform.js create mode 100644 srv/node_modules/readable-stream/lib/_stream_writable.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/async_iterator.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/buffer_list.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/destroy.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/end-of-stream.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/from-browser.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/from.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/pipeline.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/state.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/stream-browser.js create mode 100644 srv/node_modules/readable-stream/lib/internal/streams/stream.js create mode 100644 srv/node_modules/readable-stream/package.json create mode 100644 srv/node_modules/readable-stream/readable-browser.js create mode 100644 srv/node_modules/readable-stream/readable.js create mode 100644 srv/node_modules/retry/.npmignore create mode 100644 srv/node_modules/retry/.travis.yml create mode 100644 srv/node_modules/retry/License create mode 100644 srv/node_modules/retry/Makefile create mode 100644 srv/node_modules/retry/README.md create mode 100644 srv/node_modules/retry/equation.gif create mode 100644 srv/node_modules/retry/example/dns.js create mode 100644 srv/node_modules/retry/example/stop.js create mode 100644 srv/node_modules/retry/index.js create mode 100644 srv/node_modules/retry/lib/retry.js create mode 100644 srv/node_modules/retry/lib/retry_operation.js create mode 100644 srv/node_modules/retry/package.json create mode 100644 srv/node_modules/retry/test/common.js create mode 100644 srv/node_modules/retry/test/integration/test-forever.js create mode 100644 srv/node_modules/retry/test/integration/test-retry-operation.js create mode 100644 srv/node_modules/retry/test/integration/test-retry-wrap.js create mode 100644 srv/node_modules/retry/test/integration/test-timeouts.js create mode 100644 srv/node_modules/rimraf/CHANGELOG.md create mode 100644 srv/node_modules/rimraf/LICENSE create mode 100644 srv/node_modules/rimraf/README.md create mode 100755 srv/node_modules/rimraf/bin.js create mode 100644 srv/node_modules/rimraf/package.json create mode 100644 srv/node_modules/rimraf/rimraf.js create mode 100644 srv/node_modules/router/HISTORY.md create mode 100644 srv/node_modules/router/LICENSE create mode 100644 srv/node_modules/router/README.md create mode 100644 srv/node_modules/router/index.js create mode 100644 srv/node_modules/router/lib/layer.js create mode 100644 srv/node_modules/router/lib/route.js create mode 100644 srv/node_modules/router/package.json create mode 100644 srv/node_modules/safe-buffer/LICENSE create mode 100644 srv/node_modules/safe-buffer/README.md create mode 100644 srv/node_modules/safe-buffer/index.d.ts create mode 100644 srv/node_modules/safe-buffer/index.js create mode 100644 srv/node_modules/safe-buffer/package.json create mode 100644 srv/node_modules/safer-buffer/LICENSE create mode 100644 srv/node_modules/safer-buffer/Porting-Buffer.md create mode 100644 srv/node_modules/safer-buffer/Readme.md create mode 100644 srv/node_modules/safer-buffer/dangerous.js create mode 100644 srv/node_modules/safer-buffer/package.json create mode 100644 srv/node_modules/safer-buffer/safer.js create mode 100644 srv/node_modules/safer-buffer/tests.js create mode 100644 srv/node_modules/semver/LICENSE create mode 100644 srv/node_modules/semver/README.md create mode 100755 srv/node_modules/semver/bin/semver.js create mode 100644 srv/node_modules/semver/classes/comparator.js create mode 100644 srv/node_modules/semver/classes/index.js create mode 100644 srv/node_modules/semver/classes/range.js create mode 100644 srv/node_modules/semver/classes/semver.js create mode 100644 srv/node_modules/semver/functions/clean.js create mode 100644 srv/node_modules/semver/functions/cmp.js create mode 100644 srv/node_modules/semver/functions/coerce.js create mode 100644 srv/node_modules/semver/functions/compare-build.js create mode 100644 srv/node_modules/semver/functions/compare-loose.js create mode 100644 srv/node_modules/semver/functions/compare.js create mode 100644 srv/node_modules/semver/functions/diff.js create mode 100644 srv/node_modules/semver/functions/eq.js create mode 100644 srv/node_modules/semver/functions/gt.js create mode 100644 srv/node_modules/semver/functions/gte.js create mode 100644 srv/node_modules/semver/functions/inc.js create mode 100644 srv/node_modules/semver/functions/lt.js create mode 100644 srv/node_modules/semver/functions/lte.js create mode 100644 srv/node_modules/semver/functions/major.js create mode 100644 srv/node_modules/semver/functions/minor.js create mode 100644 srv/node_modules/semver/functions/neq.js create mode 100644 srv/node_modules/semver/functions/parse.js create mode 100644 srv/node_modules/semver/functions/patch.js create mode 100644 srv/node_modules/semver/functions/prerelease.js create mode 100644 srv/node_modules/semver/functions/rcompare.js create mode 100644 srv/node_modules/semver/functions/rsort.js create mode 100644 srv/node_modules/semver/functions/satisfies.js create mode 100644 srv/node_modules/semver/functions/sort.js create mode 100644 srv/node_modules/semver/functions/valid.js create mode 100644 srv/node_modules/semver/index.js create mode 100644 srv/node_modules/semver/internal/constants.js create mode 100644 srv/node_modules/semver/internal/debug.js create mode 100644 srv/node_modules/semver/internal/identifiers.js create mode 100644 srv/node_modules/semver/internal/lrucache.js create mode 100644 srv/node_modules/semver/internal/parse-options.js create mode 100644 srv/node_modules/semver/internal/re.js create mode 100644 srv/node_modules/semver/package.json create mode 100644 srv/node_modules/semver/preload.js create mode 100644 srv/node_modules/semver/range.bnf create mode 100644 srv/node_modules/semver/ranges/gtr.js create mode 100644 srv/node_modules/semver/ranges/intersects.js create mode 100644 srv/node_modules/semver/ranges/ltr.js create mode 100644 srv/node_modules/semver/ranges/max-satisfying.js create mode 100644 srv/node_modules/semver/ranges/min-satisfying.js create mode 100644 srv/node_modules/semver/ranges/min-version.js create mode 100644 srv/node_modules/semver/ranges/outside.js create mode 100644 srv/node_modules/semver/ranges/simplify.js create mode 100644 srv/node_modules/semver/ranges/subset.js create mode 100644 srv/node_modules/semver/ranges/to-comparators.js create mode 100644 srv/node_modules/semver/ranges/valid.js create mode 100644 srv/node_modules/send/HISTORY.md create mode 100644 srv/node_modules/send/LICENSE create mode 100644 srv/node_modules/send/README.md create mode 100644 srv/node_modules/send/index.js create mode 100644 srv/node_modules/send/package.json create mode 100644 srv/node_modules/serve-static/HISTORY.md create mode 100644 srv/node_modules/serve-static/LICENSE create mode 100644 srv/node_modules/serve-static/README.md create mode 100644 srv/node_modules/serve-static/index.js create mode 100644 srv/node_modules/serve-static/package.json create mode 100644 srv/node_modules/set-blocking/CHANGELOG.md create mode 100644 srv/node_modules/set-blocking/LICENSE.txt create mode 100644 srv/node_modules/set-blocking/README.md create mode 100644 srv/node_modules/set-blocking/index.js create mode 100644 srv/node_modules/set-blocking/package.json create mode 100644 srv/node_modules/setprototypeof/LICENSE create mode 100644 srv/node_modules/setprototypeof/README.md create mode 100644 srv/node_modules/setprototypeof/index.d.ts create mode 100644 srv/node_modules/setprototypeof/index.js create mode 100644 srv/node_modules/setprototypeof/package.json create mode 100644 srv/node_modules/setprototypeof/test/index.js create mode 100644 srv/node_modules/side-channel-list/.editorconfig create mode 100644 srv/node_modules/side-channel-list/.eslintrc create mode 100644 srv/node_modules/side-channel-list/.github/FUNDING.yml create mode 100644 srv/node_modules/side-channel-list/.nycrc create mode 100644 srv/node_modules/side-channel-list/CHANGELOG.md create mode 100644 srv/node_modules/side-channel-list/LICENSE create mode 100644 srv/node_modules/side-channel-list/README.md create mode 100644 srv/node_modules/side-channel-list/index.d.ts create mode 100644 srv/node_modules/side-channel-list/index.js create mode 100644 srv/node_modules/side-channel-list/list.d.ts create mode 100644 srv/node_modules/side-channel-list/package.json create mode 100644 srv/node_modules/side-channel-list/test/index.js create mode 100644 srv/node_modules/side-channel-list/tsconfig.json create mode 100644 srv/node_modules/side-channel-map/.editorconfig create mode 100644 srv/node_modules/side-channel-map/.eslintrc create mode 100644 srv/node_modules/side-channel-map/.github/FUNDING.yml create mode 100644 srv/node_modules/side-channel-map/.nycrc create mode 100644 srv/node_modules/side-channel-map/CHANGELOG.md create mode 100644 srv/node_modules/side-channel-map/LICENSE create mode 100644 srv/node_modules/side-channel-map/README.md create mode 100644 srv/node_modules/side-channel-map/index.d.ts create mode 100644 srv/node_modules/side-channel-map/index.js create mode 100644 srv/node_modules/side-channel-map/package.json create mode 100644 srv/node_modules/side-channel-map/test/index.js create mode 100644 srv/node_modules/side-channel-map/tsconfig.json create mode 100644 srv/node_modules/side-channel-weakmap/.editorconfig create mode 100644 srv/node_modules/side-channel-weakmap/.eslintrc create mode 100644 srv/node_modules/side-channel-weakmap/.github/FUNDING.yml create mode 100644 srv/node_modules/side-channel-weakmap/.nycrc create mode 100644 srv/node_modules/side-channel-weakmap/CHANGELOG.md create mode 100644 srv/node_modules/side-channel-weakmap/LICENSE create mode 100644 srv/node_modules/side-channel-weakmap/README.md create mode 100644 srv/node_modules/side-channel-weakmap/index.d.ts create mode 100644 srv/node_modules/side-channel-weakmap/index.js create mode 100644 srv/node_modules/side-channel-weakmap/package.json create mode 100644 srv/node_modules/side-channel-weakmap/test/index.js create mode 100644 srv/node_modules/side-channel-weakmap/tsconfig.json create mode 100644 srv/node_modules/side-channel/.editorconfig create mode 100644 srv/node_modules/side-channel/.eslintrc create mode 100644 srv/node_modules/side-channel/.github/FUNDING.yml create mode 100644 srv/node_modules/side-channel/.nycrc create mode 100644 srv/node_modules/side-channel/CHANGELOG.md create mode 100644 srv/node_modules/side-channel/LICENSE create mode 100644 srv/node_modules/side-channel/README.md create mode 100644 srv/node_modules/side-channel/index.d.ts create mode 100644 srv/node_modules/side-channel/index.js create mode 100644 srv/node_modules/side-channel/package.json create mode 100644 srv/node_modules/side-channel/test/index.js create mode 100644 srv/node_modules/side-channel/tsconfig.json create mode 100644 srv/node_modules/signal-exit/LICENSE.txt create mode 100644 srv/node_modules/signal-exit/README.md create mode 100644 srv/node_modules/signal-exit/index.js create mode 100644 srv/node_modules/signal-exit/package.json create mode 100644 srv/node_modules/signal-exit/signals.js create mode 100644 srv/node_modules/simple-concat/.travis.yml create mode 100644 srv/node_modules/simple-concat/LICENSE create mode 100644 srv/node_modules/simple-concat/README.md create mode 100644 srv/node_modules/simple-concat/index.js create mode 100644 srv/node_modules/simple-concat/package.json create mode 100644 srv/node_modules/simple-concat/test/basic.js create mode 100644 srv/node_modules/simple-get/.github/dependabot.yml create mode 100644 srv/node_modules/simple-get/.github/workflows/ci.yml create mode 100644 srv/node_modules/simple-get/LICENSE create mode 100644 srv/node_modules/simple-get/README.md create mode 100644 srv/node_modules/simple-get/index.js create mode 100644 srv/node_modules/simple-get/package.json create mode 100644 srv/node_modules/smart-buffer/.prettierrc.yaml create mode 100644 srv/node_modules/smart-buffer/.travis.yml create mode 100644 srv/node_modules/smart-buffer/LICENSE create mode 100644 srv/node_modules/smart-buffer/README.md create mode 100644 srv/node_modules/smart-buffer/build/smartbuffer.js create mode 100644 srv/node_modules/smart-buffer/build/smartbuffer.js.map create mode 100644 srv/node_modules/smart-buffer/build/utils.js create mode 100644 srv/node_modules/smart-buffer/build/utils.js.map create mode 100644 srv/node_modules/smart-buffer/docs/CHANGELOG.md create mode 100644 srv/node_modules/smart-buffer/docs/README_v3.md create mode 100644 srv/node_modules/smart-buffer/docs/ROADMAP.md create mode 100644 srv/node_modules/smart-buffer/package.json create mode 100644 srv/node_modules/smart-buffer/typings/smartbuffer.d.ts create mode 100644 srv/node_modules/smart-buffer/typings/utils.d.ts create mode 100644 srv/node_modules/socks-proxy-agent/README.md create mode 100644 srv/node_modules/socks-proxy-agent/dist/index.d.ts create mode 100644 srv/node_modules/socks-proxy-agent/dist/index.js create mode 100644 srv/node_modules/socks-proxy-agent/dist/index.js.map create mode 100644 srv/node_modules/socks-proxy-agent/package.json create mode 100644 srv/node_modules/socks/.eslintrc.cjs create mode 100644 srv/node_modules/socks/.prettierrc.yaml create mode 100644 srv/node_modules/socks/LICENSE create mode 100644 srv/node_modules/socks/README.md create mode 100644 srv/node_modules/socks/build/client/socksclient.js create mode 100644 srv/node_modules/socks/build/client/socksclient.js.map create mode 100644 srv/node_modules/socks/build/common/constants.js create mode 100644 srv/node_modules/socks/build/common/constants.js.map create mode 100644 srv/node_modules/socks/build/common/helpers.js create mode 100644 srv/node_modules/socks/build/common/helpers.js.map create mode 100644 srv/node_modules/socks/build/common/receivebuffer.js create mode 100644 srv/node_modules/socks/build/common/receivebuffer.js.map create mode 100644 srv/node_modules/socks/build/common/util.js create mode 100644 srv/node_modules/socks/build/common/util.js.map create mode 100644 srv/node_modules/socks/build/index.js create mode 100644 srv/node_modules/socks/build/index.js.map create mode 100644 srv/node_modules/socks/docs/examples/index.md create mode 100644 srv/node_modules/socks/docs/examples/javascript/associateExample.md create mode 100644 srv/node_modules/socks/docs/examples/javascript/bindExample.md create mode 100644 srv/node_modules/socks/docs/examples/javascript/connectExample.md create mode 100644 srv/node_modules/socks/docs/examples/typescript/associateExample.md create mode 100644 srv/node_modules/socks/docs/examples/typescript/bindExample.md create mode 100644 srv/node_modules/socks/docs/examples/typescript/connectExample.md create mode 100644 srv/node_modules/socks/docs/index.md create mode 100644 srv/node_modules/socks/docs/migratingFromV1.md create mode 100644 srv/node_modules/socks/package.json create mode 100644 srv/node_modules/socks/typings/client/socksclient.d.ts create mode 100644 srv/node_modules/socks/typings/common/constants.d.ts create mode 100644 srv/node_modules/socks/typings/common/helpers.d.ts create mode 100644 srv/node_modules/socks/typings/common/receivebuffer.d.ts create mode 100644 srv/node_modules/socks/typings/common/util.d.ts create mode 100644 srv/node_modules/socks/typings/index.d.ts create mode 100644 srv/node_modules/sprintf-js/CONTRIBUTORS.md create mode 100644 srv/node_modules/sprintf-js/LICENSE create mode 100644 srv/node_modules/sprintf-js/README.md create mode 100644 srv/node_modules/sprintf-js/dist/.gitattributes create mode 100644 srv/node_modules/sprintf-js/dist/angular-sprintf.min.js create mode 100644 srv/node_modules/sprintf-js/dist/angular-sprintf.min.js.map create mode 100644 srv/node_modules/sprintf-js/dist/sprintf.min.js create mode 100644 srv/node_modules/sprintf-js/dist/sprintf.min.js.map create mode 100644 srv/node_modules/sprintf-js/package.json create mode 100644 srv/node_modules/sprintf-js/src/angular-sprintf.js create mode 100644 srv/node_modules/sprintf-js/src/sprintf.js create mode 100644 srv/node_modules/sqlite3/LICENSE create mode 100644 srv/node_modules/sqlite3/README.md create mode 100644 srv/node_modules/sqlite3/binding.gyp create mode 100755 srv/node_modules/sqlite3/build/Release/node_sqlite3.node create mode 100644 srv/node_modules/sqlite3/deps/common-sqlite.gypi create mode 100644 srv/node_modules/sqlite3/deps/extract.js create mode 100644 srv/node_modules/sqlite3/deps/sqlite-autoconf-3440200.tar.gz create mode 100755 srv/node_modules/sqlite3/deps/sqlite3.gyp create mode 100644 srv/node_modules/sqlite3/lib/sqlite3-binding.js create mode 100644 srv/node_modules/sqlite3/lib/sqlite3.d.ts create mode 100644 srv/node_modules/sqlite3/lib/sqlite3.js create mode 100644 srv/node_modules/sqlite3/lib/trace.js create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/LICENSE.md create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/README.md create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/common.gypi create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/except.gypi create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/index.js create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/napi-inl.deprecated.h create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/napi-inl.h create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/napi.h create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/node_addon_api.gyp create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/node_api.gyp create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/noexcept.gypi create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/nothing.c create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/package-support.json create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/package.json create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/tools/README.md create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/tools/check-napi.js create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/tools/clang-format.js create mode 100755 srv/node_modules/sqlite3/node_modules/node-addon-api/tools/conversion.js create mode 100644 srv/node_modules/sqlite3/node_modules/node-addon-api/tools/eslint-format.js create mode 100644 srv/node_modules/sqlite3/package.json create mode 100644 srv/node_modules/sqlite3/src/async.h create mode 100644 srv/node_modules/sqlite3/src/backup.cc create mode 100644 srv/node_modules/sqlite3/src/backup.h create mode 100644 srv/node_modules/sqlite3/src/database.cc create mode 100644 srv/node_modules/sqlite3/src/database.h create mode 100644 srv/node_modules/sqlite3/src/gcc-preinclude.h create mode 100644 srv/node_modules/sqlite3/src/macros.h create mode 100644 srv/node_modules/sqlite3/src/node_sqlite3.cc create mode 100644 srv/node_modules/sqlite3/src/statement.cc create mode 100644 srv/node_modules/sqlite3/src/statement.h create mode 100644 srv/node_modules/sqlite3/src/threading.h create mode 100644 srv/node_modules/ssri/CHANGELOG.md create mode 100644 srv/node_modules/ssri/LICENSE.md create mode 100644 srv/node_modules/ssri/README.md create mode 100644 srv/node_modules/ssri/index.js create mode 100644 srv/node_modules/ssri/package.json create mode 100644 srv/node_modules/statuses/HISTORY.md create mode 100644 srv/node_modules/statuses/LICENSE create mode 100644 srv/node_modules/statuses/README.md create mode 100644 srv/node_modules/statuses/codes.json create mode 100644 srv/node_modules/statuses/index.js create mode 100644 srv/node_modules/statuses/package.json create mode 100644 srv/node_modules/string-width/index.d.ts create mode 100644 srv/node_modules/string-width/index.js create mode 100644 srv/node_modules/string-width/license create mode 100644 srv/node_modules/string-width/package.json create mode 100644 srv/node_modules/string-width/readme.md create mode 100644 srv/node_modules/string_decoder/LICENSE create mode 100644 srv/node_modules/string_decoder/README.md create mode 100644 srv/node_modules/string_decoder/lib/string_decoder.js create mode 100644 srv/node_modules/string_decoder/package.json create mode 100644 srv/node_modules/strip-ansi/index.d.ts create mode 100644 srv/node_modules/strip-ansi/index.js create mode 100644 srv/node_modules/strip-ansi/license create mode 100644 srv/node_modules/strip-ansi/package.json create mode 100644 srv/node_modules/strip-ansi/readme.md create mode 100644 srv/node_modules/strip-json-comments/index.js create mode 100644 srv/node_modules/strip-json-comments/license create mode 100644 srv/node_modules/strip-json-comments/package.json create mode 100644 srv/node_modules/strip-json-comments/readme.md create mode 100644 srv/node_modules/tar-fs/.travis.yml create mode 100644 srv/node_modules/tar-fs/LICENSE create mode 100644 srv/node_modules/tar-fs/README.md create mode 100644 srv/node_modules/tar-fs/index.js create mode 100644 srv/node_modules/tar-fs/node_modules/chownr/LICENSE create mode 100644 srv/node_modules/tar-fs/node_modules/chownr/README.md create mode 100644 srv/node_modules/tar-fs/node_modules/chownr/chownr.js create mode 100644 srv/node_modules/tar-fs/node_modules/chownr/package.json create mode 100644 srv/node_modules/tar-fs/package.json create mode 100644 srv/node_modules/tar-fs/test/fixtures/a/hello.txt create mode 100644 srv/node_modules/tar-fs/test/fixtures/b/a/test.txt create mode 100644 srv/node_modules/tar-fs/test/fixtures/d/file1 create mode 100644 srv/node_modules/tar-fs/test/fixtures/d/file2 create mode 100644 srv/node_modules/tar-fs/test/fixtures/d/sub-dir/file5 create mode 100644 srv/node_modules/tar-fs/test/fixtures/d/sub-files/file3 create mode 100644 srv/node_modules/tar-fs/test/fixtures/d/sub-files/file4 create mode 100644 srv/node_modules/tar-fs/test/fixtures/e/directory/.ignore create mode 100644 srv/node_modules/tar-fs/test/fixtures/e/file create mode 100644 srv/node_modules/tar-fs/test/fixtures/invalid.tar create mode 100644 srv/node_modules/tar-fs/test/index.js create mode 100644 srv/node_modules/tar-stream/LICENSE create mode 100644 srv/node_modules/tar-stream/README.md create mode 100644 srv/node_modules/tar-stream/extract.js create mode 100644 srv/node_modules/tar-stream/headers.js create mode 100644 srv/node_modules/tar-stream/index.js create mode 100644 srv/node_modules/tar-stream/pack.js create mode 100644 srv/node_modules/tar-stream/package.json create mode 100644 srv/node_modules/tar-stream/sandbox.js create mode 100644 srv/node_modules/tar/LICENSE create mode 100644 srv/node_modules/tar/README.md create mode 100644 srv/node_modules/tar/index.js create mode 100644 srv/node_modules/tar/lib/create.js create mode 100644 srv/node_modules/tar/lib/extract.js create mode 100644 srv/node_modules/tar/lib/get-write-flag.js create mode 100644 srv/node_modules/tar/lib/header.js create mode 100644 srv/node_modules/tar/lib/high-level-opt.js create mode 100644 srv/node_modules/tar/lib/large-numbers.js create mode 100644 srv/node_modules/tar/lib/list.js create mode 100644 srv/node_modules/tar/lib/mkdir.js create mode 100644 srv/node_modules/tar/lib/mode-fix.js create mode 100644 srv/node_modules/tar/lib/normalize-unicode.js create mode 100644 srv/node_modules/tar/lib/normalize-windows-path.js create mode 100644 srv/node_modules/tar/lib/pack.js create mode 100644 srv/node_modules/tar/lib/parse.js create mode 100644 srv/node_modules/tar/lib/path-reservations.js create mode 100644 srv/node_modules/tar/lib/pax.js create mode 100644 srv/node_modules/tar/lib/read-entry.js create mode 100644 srv/node_modules/tar/lib/replace.js create mode 100644 srv/node_modules/tar/lib/strip-absolute-path.js create mode 100644 srv/node_modules/tar/lib/strip-trailing-slashes.js create mode 100644 srv/node_modules/tar/lib/types.js create mode 100644 srv/node_modules/tar/lib/unpack.js create mode 100644 srv/node_modules/tar/lib/update.js create mode 100644 srv/node_modules/tar/lib/warn-mixin.js create mode 100644 srv/node_modules/tar/lib/winchars.js create mode 100644 srv/node_modules/tar/lib/write-entry.js create mode 100644 srv/node_modules/tar/node_modules/minipass/LICENSE create mode 100644 srv/node_modules/tar/node_modules/minipass/README.md create mode 100644 srv/node_modules/tar/node_modules/minipass/index.d.ts create mode 100644 srv/node_modules/tar/node_modules/minipass/index.js create mode 100644 srv/node_modules/tar/node_modules/minipass/index.mjs create mode 100644 srv/node_modules/tar/node_modules/minipass/package.json create mode 100644 srv/node_modules/tar/package.json create mode 100644 srv/node_modules/toidentifier/HISTORY.md create mode 100644 srv/node_modules/toidentifier/LICENSE create mode 100644 srv/node_modules/toidentifier/README.md create mode 100644 srv/node_modules/toidentifier/index.js create mode 100644 srv/node_modules/toidentifier/package.json create mode 100644 srv/node_modules/tunnel-agent/LICENSE create mode 100644 srv/node_modules/tunnel-agent/README.md create mode 100644 srv/node_modules/tunnel-agent/index.js create mode 100644 srv/node_modules/tunnel-agent/package.json create mode 100644 srv/node_modules/type-is/HISTORY.md create mode 100644 srv/node_modules/type-is/LICENSE create mode 100644 srv/node_modules/type-is/README.md create mode 100644 srv/node_modules/type-is/index.js create mode 100644 srv/node_modules/type-is/package.json create mode 100644 srv/node_modules/unique-filename/.nyc_output/54942.json create mode 100644 srv/node_modules/unique-filename/.nyc_output/54944.json create mode 100644 srv/node_modules/unique-filename/LICENSE create mode 100644 srv/node_modules/unique-filename/README.md create mode 100644 srv/node_modules/unique-filename/coverage/__root__/index.html create mode 100644 srv/node_modules/unique-filename/coverage/__root__/index.js.html create mode 100644 srv/node_modules/unique-filename/coverage/base.css create mode 100644 srv/node_modules/unique-filename/coverage/index.html create mode 100644 srv/node_modules/unique-filename/coverage/prettify.css create mode 100644 srv/node_modules/unique-filename/coverage/prettify.js create mode 100644 srv/node_modules/unique-filename/coverage/sort-arrow-sprite.png create mode 100644 srv/node_modules/unique-filename/coverage/sorter.js create mode 100644 srv/node_modules/unique-filename/index.js create mode 100644 srv/node_modules/unique-filename/package.json create mode 100644 srv/node_modules/unique-filename/test/index.js create mode 100644 srv/node_modules/unique-slug/.travis.yml create mode 100644 srv/node_modules/unique-slug/LICENSE create mode 100644 srv/node_modules/unique-slug/README.md create mode 100644 srv/node_modules/unique-slug/index.js create mode 100644 srv/node_modules/unique-slug/package.json create mode 100644 srv/node_modules/unique-slug/test/index.js create mode 100644 srv/node_modules/unpipe/HISTORY.md create mode 100644 srv/node_modules/unpipe/LICENSE create mode 100644 srv/node_modules/unpipe/README.md create mode 100644 srv/node_modules/unpipe/index.js create mode 100644 srv/node_modules/unpipe/package.json create mode 100644 srv/node_modules/util-deprecate/History.md create mode 100644 srv/node_modules/util-deprecate/LICENSE create mode 100644 srv/node_modules/util-deprecate/README.md create mode 100644 srv/node_modules/util-deprecate/browser.js create mode 100644 srv/node_modules/util-deprecate/node.js create mode 100644 srv/node_modules/util-deprecate/package.json create mode 100644 srv/node_modules/uuid/LICENSE.md create mode 100644 srv/node_modules/uuid/README.md create mode 100644 srv/node_modules/uuid/dist/cjs-browser/index.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/index.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/max.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/max.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/md5.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/md5.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/native.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/native.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/nil.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/nil.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/package.json create mode 100644 srv/node_modules/uuid/dist/cjs-browser/parse.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/parse.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/regex.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/regex.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/rng.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/rng.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/sha1.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/sha1.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/stringify.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/stringify.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/types.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/types.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/uuid-bin.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/uuid-bin.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v1.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v1.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v1ToV6.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v1ToV6.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v3.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v3.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v35.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v35.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v4.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v4.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v5.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v5.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v6.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v6.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v6ToV1.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v6ToV1.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v7.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/v7.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/validate.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/validate.js create mode 100644 srv/node_modules/uuid/dist/cjs-browser/version.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs-browser/version.js create mode 100644 srv/node_modules/uuid/dist/cjs/index.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/index.js create mode 100644 srv/node_modules/uuid/dist/cjs/max.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/max.js create mode 100644 srv/node_modules/uuid/dist/cjs/md5.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/md5.js create mode 100644 srv/node_modules/uuid/dist/cjs/native.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/native.js create mode 100644 srv/node_modules/uuid/dist/cjs/nil.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/nil.js create mode 100644 srv/node_modules/uuid/dist/cjs/package.json create mode 100644 srv/node_modules/uuid/dist/cjs/parse.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/parse.js create mode 100644 srv/node_modules/uuid/dist/cjs/regex.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/regex.js create mode 100644 srv/node_modules/uuid/dist/cjs/rng.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/rng.js create mode 100644 srv/node_modules/uuid/dist/cjs/sha1.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/sha1.js create mode 100644 srv/node_modules/uuid/dist/cjs/stringify.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/stringify.js create mode 100644 srv/node_modules/uuid/dist/cjs/types.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/types.js create mode 100644 srv/node_modules/uuid/dist/cjs/uuid-bin.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/uuid-bin.js create mode 100644 srv/node_modules/uuid/dist/cjs/v1.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v1.js create mode 100644 srv/node_modules/uuid/dist/cjs/v1ToV6.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v1ToV6.js create mode 100644 srv/node_modules/uuid/dist/cjs/v3.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v3.js create mode 100644 srv/node_modules/uuid/dist/cjs/v35.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v35.js create mode 100644 srv/node_modules/uuid/dist/cjs/v4.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v4.js create mode 100644 srv/node_modules/uuid/dist/cjs/v5.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v5.js create mode 100644 srv/node_modules/uuid/dist/cjs/v6.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v6.js create mode 100644 srv/node_modules/uuid/dist/cjs/v6ToV1.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v6ToV1.js create mode 100644 srv/node_modules/uuid/dist/cjs/v7.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/v7.js create mode 100644 srv/node_modules/uuid/dist/cjs/validate.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/validate.js create mode 100644 srv/node_modules/uuid/dist/cjs/version.d.ts create mode 100644 srv/node_modules/uuid/dist/cjs/version.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/index.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/index.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/max.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/max.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/md5.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/md5.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/native.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/native.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/nil.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/nil.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/parse.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/parse.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/regex.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/regex.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/rng.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/rng.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/sha1.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/sha1.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/stringify.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/stringify.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/types.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/types.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/uuid-bin.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/uuid-bin.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v1.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v1.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v1ToV6.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v1ToV6.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v3.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v3.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v35.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v35.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v4.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v4.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v5.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v5.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v6.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v6.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v6ToV1.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v6ToV1.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/v7.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/v7.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/validate.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/validate.js create mode 100644 srv/node_modules/uuid/dist/esm-browser/version.d.ts create mode 100644 srv/node_modules/uuid/dist/esm-browser/version.js create mode 100755 srv/node_modules/uuid/dist/esm/bin/uuid create mode 100644 srv/node_modules/uuid/dist/esm/index.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/index.js create mode 100644 srv/node_modules/uuid/dist/esm/max.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/max.js create mode 100644 srv/node_modules/uuid/dist/esm/md5.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/md5.js create mode 100644 srv/node_modules/uuid/dist/esm/native.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/native.js create mode 100644 srv/node_modules/uuid/dist/esm/nil.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/nil.js create mode 100644 srv/node_modules/uuid/dist/esm/parse.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/parse.js create mode 100644 srv/node_modules/uuid/dist/esm/regex.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/regex.js create mode 100644 srv/node_modules/uuid/dist/esm/rng.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/rng.js create mode 100644 srv/node_modules/uuid/dist/esm/sha1.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/sha1.js create mode 100644 srv/node_modules/uuid/dist/esm/stringify.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/stringify.js create mode 100644 srv/node_modules/uuid/dist/esm/types.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/types.js create mode 100644 srv/node_modules/uuid/dist/esm/uuid-bin.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/uuid-bin.js create mode 100644 srv/node_modules/uuid/dist/esm/v1.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v1.js create mode 100644 srv/node_modules/uuid/dist/esm/v1ToV6.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v1ToV6.js create mode 100644 srv/node_modules/uuid/dist/esm/v3.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v3.js create mode 100644 srv/node_modules/uuid/dist/esm/v35.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v35.js create mode 100644 srv/node_modules/uuid/dist/esm/v4.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v4.js create mode 100644 srv/node_modules/uuid/dist/esm/v5.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v5.js create mode 100644 srv/node_modules/uuid/dist/esm/v6.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v6.js create mode 100644 srv/node_modules/uuid/dist/esm/v6ToV1.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v6ToV1.js create mode 100644 srv/node_modules/uuid/dist/esm/v7.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/v7.js create mode 100644 srv/node_modules/uuid/dist/esm/validate.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/validate.js create mode 100644 srv/node_modules/uuid/dist/esm/version.d.ts create mode 100644 srv/node_modules/uuid/dist/esm/version.js create mode 100644 srv/node_modules/uuid/package.json create mode 100644 srv/node_modules/vary/HISTORY.md create mode 100644 srv/node_modules/vary/LICENSE create mode 100644 srv/node_modules/vary/README.md create mode 100644 srv/node_modules/vary/index.js create mode 100644 srv/node_modules/vary/package.json create mode 100644 srv/node_modules/which/CHANGELOG.md create mode 100644 srv/node_modules/which/LICENSE create mode 100644 srv/node_modules/which/README.md create mode 100755 srv/node_modules/which/bin/node-which create mode 100644 srv/node_modules/which/package.json create mode 100644 srv/node_modules/which/which.js create mode 100755 srv/node_modules/wide-align/LICENSE create mode 100755 srv/node_modules/wide-align/README.md create mode 100755 srv/node_modules/wide-align/align.js create mode 100755 srv/node_modules/wide-align/package.json create mode 100644 srv/node_modules/wrappy/LICENSE create mode 100644 srv/node_modules/wrappy/README.md create mode 100644 srv/node_modules/wrappy/package.json create mode 100644 srv/node_modules/wrappy/wrappy.js create mode 100644 srv/node_modules/yallist/LICENSE create mode 100644 srv/node_modules/yallist/README.md create mode 100644 srv/node_modules/yallist/iterator.js create mode 100644 srv/node_modules/yallist/package.json create mode 100644 srv/node_modules/yallist/yallist.js create mode 100644 srv/nodemon.json create mode 100644 srv/package-lock.json create mode 100644 srv/package.json create mode 100644 srv/routes/auth.js create mode 100644 srv/routes/learningPlans.js create mode 100644 srv/routes/users.js create mode 100644 srv/server.js diff --git a/.env b/.env new file mode 100644 index 000000000..30ccea36f --- /dev/null +++ b/.env @@ -0,0 +1 @@ +GEMINI_API_KEY=AIzaSyCmTlPLaTfbJJzHmBzgf1m361wo8MUgO3s \ No newline at end of file diff --git a/.exit b/.exit new file mode 100644 index 000000000..e69de29bb diff --git a/.schema b/.schema new file mode 100644 index 000000000..e69de29bb diff --git a/backendinit.sh b/backendinit.sh new file mode 100644 index 000000000..d952e59af --- /dev/null +++ b/backendinit.sh @@ -0,0 +1,13 @@ +#!/bin/bash +mkdir -p backend +cd backend + +# Initialize package.json +npm init -y + +# Install dependencies +npm install express sqlite3 bcrypt jsonwebtoken cors dotenv +npm install -D nodemon + +# Create folder structure +mkdir -p routes middleware models config \ No newline at end of file diff --git a/db/neurolearn.db b/db/neurolearn.db new file mode 100644 index 0000000000000000000000000000000000000000..691f9f3c3c004a35157a0794b6f7309ecb532e0f GIT binary patch literal 45056 zcmeI*&2Q6Y90zba4owpX9%7T#L&c-+&|0N5P6`_ZHu~b0jx;T4%8SqxJx$!!nrjE! zp};gvOkDO4?6kjP5|`b$aG5k|N3;WnU8Ze^9e3RG_@%Ymv}K2h3Vkh__<8Z;-}A98 zWG8u^m0MNQH^{on(wO_bk|5%j& z5(apLbM1A%oms3<#{C3=@YnG92Kb`82_STr1uIhXGK}HIM zEoPfE^t%nRTwhq6s^23w^?T=of;f<%w6@eBwbg1hEb>j?GQ!Q$1se{vdgZsx^>wq= zwfx8I&^$COrryx!^*Wikq0ihTBm2rfxkfZHRhuRIO0Ke!k{ZUrk8ZO~ecEfE;b96( zX7#zL)oOzb)0S^OG=}5-Ms*fyWF#&+Plh{`^}RjJ)>_V1$1?mdLEY9S+qgZf#=Cc& z4cG9zX2)<_hV9c0gRqmTO5)v>E|kJRTdqM_D@}Hv(pXs3R~l1`%R9AZR_k@W)@bgO zME)Jtv;Vja>yNv4n<#>~C#e|1vbm+YzA#_ohn|eYXBq3soX+B!(N_r1^G3|JT2Qa_ z_bE%NCv1aBu)>FBEEplVjl99>lls!HrX7Jg5kT8bYH!Ki<00bZa0SG_< z0uX=z1Rwx`cS7K{lp7pZKCA>c+GC|srA1xGx^6t8{2|o^_N*$%;Li!zW24S?vr;aV zFOHQy8Y^EU+U3a!ZE~XABdeat4UV4OZMVGUtR-7z$=x=4HPEBY+hRIajap{QNVXbe z?6#}*XrxD0@<0|?LXv+L@{)jpz4$YakhWc>n)OkpGl_lV2rEunqwTKmY;|fB*y_009U< z00Izzz_Ay|OG@~RK*~vH`E!9xzodlE0+O-g^Z%p<)*%1^2tWV=5P$##AOHafKmY>A zNC2PzAESeTP#^#S2tWV=5P$##AOHafKmY=7QQ!?f|L5cXXNws@zIggc@i|+;0s#m> z00Izz00bZa0SG|gofUXm$`%I)$F7L20kKl42z)+7Hh$VfJdWBTWiuAq2B}8VVK!W9 z+Jq9%DAQ&3;%`iD=qnsl@(0ot9Y0qu0dy=Xl7KDCBrd`|=%Qjm+{XBAw0_n^JMQYg%m< zF`Hr0b8I%bNwPXI;ET58crDYm+%ODH3?>h5_Pol{g$+qcll3>amqY>US*1x6C!xp>S@>kvOQsNA{0vX(dv+9EE;WWT96U z#EsM`6HK$mLk~_Bvi#WJbZjzBJ+tMlvRPGK7QEe#^Vhp9G=6xfdFZ&TOglalhd ztB%v*?{i(7&ARE>-p=VW5C`^V;g>Wv1sC|If-VqVfOP3Kj@J00Izz00bZa z0SG_<0uX=z1dg8oALT!OWR*=M!twv3l5qV0D6wz+f875czr%`%AOHafKmY;|fB*y_ z009U<00Jq2#4LZ6;Ql}Q-by(+|DSf~{C`>br6B(yzm$KGU#Hqe0s;_#00bZa0SG_< r0uX=z1Rwx`V= 1 AND difficulty_level <= 10), + plan_data TEXT NOT NULL, + status TEXT DEFAULT 'active' CHECK (status IN ('active', 'paused', 'completed', 'archived')), + progress_percentage REAL DEFAULT 0.0, + created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + updated_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP, + started_at TIMESTAMP, + completed_at TIMESTAMP, + FOREIGN KEY (user_id) REFERENCES users(id) +); + +CREATE INDEX IF NOT EXISTS idx_learning_plans_user_id ON learning_plans(user_id); +CREATE INDEX IF NOT EXISTS idx_learning_plans_status ON learning_plans(status); + + diff --git a/package.json b/package.json new file mode 100644 index 000000000..5fbcaa9e7 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "scripts": { + "init-db": "bash scripts/init-db.sh" + } +} \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 000000000..c4b02f06b --- /dev/null +++ b/requirements.txt @@ -0,0 +1,5 @@ +fastapi +uvicorn +google-generativeai +python-dotenv +sqlite3-binary \ No newline at end of file diff --git a/scripts/init-db.sh b/scripts/init-db.sh new file mode 100755 index 000000000..fd9fa1a82 --- /dev/null +++ b/scripts/init-db.sh @@ -0,0 +1,13 @@ +#!/bin/bash +set -e + +DB_PATH="db/neurolearn.db" +SCHEMA="db/schema.sql" +SAMPLE="db/sample_data.sql" + +echo "Initializing SQLite database at $DB_PATH..." + +sqlite3 "$DB_PATH" < "$SCHEMA" +sqlite3 "$DB_PATH" < "$SAMPLE" + +echo "Database initialized with schema and sample data." \ No newline at end of file diff --git a/src/Planner.py b/src/Planner.py new file mode 100644 index 000000000..fde3ec4e6 --- /dev/null +++ b/src/Planner.py @@ -0,0 +1,43 @@ +import os +from google import genai # Google GenAI SDK for Gemini +from google.genai import types + +# Initialize Gemini client (API key is expected in environment) +api_key = os.getenv("GEMINI_API_KEY") +if api_key is None: + raise RuntimeError("GEMINI_API_KEY not set in environment. Please configure your API key securely.") +client = genai.Client(api_key=api_key) + +def plan_steps(user_input, memory_context=None): + """ + Uses the Gemini LLM to create a plan (list of steps) based on the user's input mood. + Optionally incorporates memory context about past interactions. + """ + # Construct a prompt instructing the LLM to break the task into steps. + system_instructions = ( + "You are an AI planning assistant. Given the user's emotional state and query, " + "break down the task into a concise, ordered plan of steps. " + "Include steps for memory retrieval or analysis as needed, and a final step to produce a helpful response." + ) + # If memory context is available, inform the planner about it + memory_note = f"The user has past context: {memory_context}" if memory_context else "" + user_prompt = f"User mood/request: {user_input}\n{memory_note}\nProvide a step-by-step plan." + prompt_text = f"{system_instructions}\n{user_prompt}" + + # Call Gemini API to generate plan (as text with steps like '1. ... 2. ...'). + response = client.models.generate_content( + model='gemini-2.0-flash-001', + contents=prompt_text, + config=types.GenerateContentConfig(max_output_tokens=200, temperature=0.2) + ) + plan_text = response.text.strip() + # Parse the response into a list of steps + steps = [] + for line in plan_text.splitlines(): + # Expect lines like "1. Step description" + if line.strip() and line[0].isdigit(): + # Remove numbering and strip text + step = line.strip().lstrip("0123456789. ").strip() + if step: + steps.append(step) + return steps diff --git a/src/executor.py b/src/executor.py new file mode 100644 index 000000000..ee7e0894e --- /dev/null +++ b/src/executor.py @@ -0,0 +1,76 @@ +from planner import plan_steps +from memory import MemoryManager + +# Initialize memory manager (handles SQLite connection) +memory = MemoryManager(db_path="kiran_memory.db") + +def execute_plan(user_input): + """ + Executes the plan for the given user input (mood), returns the final healing message. + Also returns the reasoning steps for display. + """ + # Step 1: Retrieve relevant memory context (if any) + past_context = memory.fetch_last_interaction() + # (In a more complex approach, we could fetch similar moods or do semantic search.) + + # Step 2: Plan the subtasks using the planner module (Gemini LLM) + plan = plan_steps(user_input, memory_context=past_context) + + reasoning_log = [] # to collect reasoning steps for UI display + reasoning_log.append(f"**User Input:** {user_input}") + if past_context: + reasoning_log.append(f"Retrieved memory context: {past_context}") + reasoning_log.append("**Plan:** " + "; ".join(plan)) + + # Step 3: Execute each step in the plan + coping_strategies = None + for step in plan: + if "memory" in step.lower(): + # e.g., "Retrieve past comforting messages" – already done at start + reasoning_log.append(f"Action: Memory retrieval -> {past_context or 'None found.'}") + continue # we already fetched memory at the beginning + elif "analyz" in step.lower() or "identify" in step.lower(): + # Use Gemini to analyze user's mood (tool: Gemini API) + analysis_prompt = (f"You are a psychological AI assistant analyzing a user's mood.\n" + f"User says: \"{user_input}\"\nProvide a brief analysis of their emotional state.") + response = memory.gemini_client.models.generate_content( + model='gemini-2.0-flash-001', + contents=analysis_prompt, + config=types.GenerateContentConfig(max_output_tokens=150, temperature=0.5) + ) + analysis = response.text.strip() + reasoning_log.append(f"Analysis: {analysis}") + elif "strategy" in step.lower() or "coping" in step.lower() or "tips" in step.lower(): + # Use Gemini to generate coping strategies or positive reframes + strat_prompt = (f"You are a counseling AI. Provide 3 brief coping strategies or positive insights for someone who says: \"{user_input}\".\n" + "Format as a list of bullet points.") + response = memory.gemini_client.models.generate_content( + model='gemini-2.0-flash-001', + contents=strat_prompt, + config=types.GenerateContentConfig(max_output_tokens=150, temperature=0.7) + ) + coping_strategies = response.text.strip() + reasoning_log.append("Generated coping strategies:\n" + coping_strategies) + # Additional step types could be handled here (e.g., if plan included others). + + # Step 4: Final step - Generate the healing dialogue using Gemini (Healing sub-agent) + healing_prompt = ( + "You are KIRAN, an empathetic conversational agent and therapist. Your goal is to help the user feel understood and hopeful.\n" + f"User's mood: {user_input}\n" + f"{('Earlier, you suggested: ' + coping_strategies + '\n') if coping_strategies else ''}" + f"{('Recall this context from before: ' + past_context + '\n') if past_context else ''}" + "Now, engage the user in a brief therapeutic dialogue. Speak as a caring mentor, validate their feelings, and offer gentle guidance. " + "End with an uplifting note." + ) + response = memory.gemini_client.models.generate_content( + model='gemini-2.0-flash-001', + contents=healing_prompt, + config=types.GenerateContentConfig(max_output_tokens=300, temperature=0.9) + ) + final_message = response.text.strip() + reasoning_log.append("**Final Healing Dialogue:** " + final_message) + + # Step 5: Save this interaction to memory for long-term recall + memory.save_interaction(user_input, final_message) + + return final_message, reasoning_log diff --git a/src/memory.py b/src/memory.py new file mode 100644 index 000000000..fef0f268e --- /dev/null +++ b/src/memory.py @@ -0,0 +1,39 @@ +import sqlite3 +import os +from google import genai +from google.genai import types + +class MemoryManager: + def __init__(self, db_path="kiran_memory.db"): + self.db_path = db_path + # Ensure the database and table exist + self.conn = sqlite3.connect(self.db_path, check_same_thread=False) + self.conn.execute( + "CREATE TABLE IF NOT EXISTS interactions (id INTEGER PRIMARY KEY, user_input TEXT, agent_response TEXT, timestamp DATETIME DEFAULT CURRENT_TIMESTAMP)" + ) + self.conn.commit() + # Initialize a Gemini client here as well for convenience (so executor can use memory.gemini_client) + api_key = os.getenv("GEMINI_API_KEY") + if api_key is None: + raise RuntimeError("Gemini API key not set in environment.") + self.gemini_client = genai.Client(api_key=api_key) + + def save_interaction(self, user_input, agent_response): + """Save the latest interaction to the SQLite database.""" + self.conn.execute( + "INSERT INTO interactions (user_input, agent_response) VALUES (?, ?)", + (user_input, agent_response) + ) + self.conn.commit() + + def fetch_last_interaction(self): + """Retrieve the most recent interaction (user_input and response) from memory, formatted for context.""" + cursor = self.conn.execute( + "SELECT user_input, agent_response FROM interactions ORDER BY id DESC LIMIT 1" + ) + row = cursor.fetchone() + if row: + last_user, last_agent = row + # Return a brief summary of last interaction to use in prompts + return f"Previously, the user said \"{last_user}\" and the agent replied \"{last_agent}\"." + return None diff --git a/srv/.env b/srv/.env new file mode 100644 index 000000000..b84a42471 --- /dev/null +++ b/srv/.env @@ -0,0 +1,2 @@ +PORT=3001 +JWT_SECRET=your-secret-key-change-this \ No newline at end of file diff --git a/srv/.env.example b/srv/.env.example new file mode 100644 index 000000000..b84a42471 --- /dev/null +++ b/srv/.env.example @@ -0,0 +1,2 @@ +PORT=3001 +JWT_SECRET=your-secret-key-change-this \ No newline at end of file diff --git a/srv/README.md b/srv/README.md new file mode 100644 index 000000000..eceb64b9a --- /dev/null +++ b/srv/README.md @@ -0,0 +1,16 @@ +# NeuroLearn Backend + +Express.js API for user authentication and learning plans. + +## Setup + +1. `npm install` +2. Copy `.env.example` to `.env` and set secrets. +3. Run: `npm start` or `npm run dev` + +## Endpoints + +- `/api/auth/register` — Register user +- `/api/auth/login` — Login +- `/api/users/profile` — Get user profile +- `/api/learning-plans` — CRUD for learning plans \ No newline at end of file diff --git a/srv/config/db.js b/srv/config/db.js new file mode 100644 index 000000000..a93aa2fe8 --- /dev/null +++ b/srv/config/db.js @@ -0,0 +1,48 @@ +const sqlite3 = require('sqlite3').verbose(); +const path = require('path'); + +// Use the db folder in the root directory +const dbPath = path.join(__dirname, '../../db/neurolearn.db'); + +const db = new sqlite3.Database(dbPath, (err) => { + if (err) { + console.error('Error opening database:', err); + } else { + console.log('Connected to SQLite database'); + } +}); + +// Promisify database methods for easier async/await usage +const runAsync = (sql, params = []) => { + return new Promise((resolve, reject) => { + db.run(sql, params, function(err) { + if (err) reject(err); + else resolve({ id: this.lastID, changes: this.changes }); + }); + }); +}; + +const getAsync = (sql, params = []) => { + return new Promise((resolve, reject) => { + db.get(sql, params, (err, row) => { + if (err) reject(err); + else resolve(row); + }); + }); +}; + +const allAsync = (sql, params = []) => { + return new Promise((resolve, reject) => { + db.all(sql, params, (err, rows) => { + if (err) reject(err); + else resolve(rows); + }); + }); +}; + +module.exports = { + db, + runAsync, + getAsync, + allAsync +}; \ No newline at end of file diff --git a/srv/middleware/auth.js b/srv/middleware/auth.js new file mode 100644 index 000000000..612473372 --- /dev/null +++ b/srv/middleware/auth.js @@ -0,0 +1,33 @@ +const jwt = require('jsonwebtoken'); + +const JWT_SECRET = process.env.JWT_SECRET || 'your-secret-key-change-this'; + +const generateToken = (user) => { + return jwt.sign( + { id: user.id, email: user.email }, + JWT_SECRET, + { expiresIn: '24h' } + ); +}; + +const authenticateToken = (req, res, next) => { + const authHeader = req.headers['authorization']; + const token = authHeader && authHeader.split(' ')[1]; // Bearer TOKEN + /* + if (!token) { + return res.status(401).json({ error: 'Access token required' }); + } + */ + jwt.verify(token, JWT_SECRET, (err, user) => { + if (err) { + return res.status(403).json({ error: 'Invalid or expired token' }); + } + req.user = user; + next(); + }); +}; + +module.exports = { + generateToken, + authenticateToken +}; \ No newline at end of file diff --git a/srv/models/LearningPlan.js b/srv/models/LearningPlan.js new file mode 100644 index 000000000..004b3e23d --- /dev/null +++ b/srv/models/LearningPlan.js @@ -0,0 +1,55 @@ +const { runAsync, getAsync, allAsync } = require('../config/db'); +const { v4: uuidv4 } = require('uuid'); + +class LearningPlan { + static async create(userId, title, goal, difficultyLevel, planData) { + const id = uuidv4(); + const planDataJson = JSON.stringify(planData); + + await runAsync( + `INSERT INTO learning_plans + (id, user_id, title, goal, difficulty_level, plan_data, started_at) + VALUES (?, ?, ?, ?, ?, ?, datetime('now'))`, + [id, userId, title, goal, difficultyLevel, planDataJson] + ); + + return id; + } + + static async findByUserId(userId) { + const plans = await allAsync( + 'SELECT * FROM learning_plans WHERE user_id = ? ORDER BY created_at DESC', + [userId] + ); + + // Parse JSON data + return plans.map(plan => ({ + ...plan, + plan_data: JSON.parse(plan.plan_data) + })); + } + + static async findById(id) { + const plan = await getAsync('SELECT * FROM learning_plans WHERE id = ?', [id]); + if (plan) { + plan.plan_data = JSON.parse(plan.plan_data); + } + return plan; + } + + static async updateProgress(id, progressPercentage) { + await runAsync( + 'UPDATE learning_plans SET progress_percentage = ?, updated_at = datetime("now") WHERE id = ?', + [progressPercentage, id] + ); + + if (progressPercentage >= 100) { + await runAsync( + 'UPDATE learning_plans SET status = "completed", completed_at = datetime("now") WHERE id = ?', + [id] + ); + } + } +} + +module.exports = LearningPlan; \ No newline at end of file diff --git a/srv/models/User.js b/srv/models/User.js new file mode 100644 index 000000000..5de64c043 --- /dev/null +++ b/srv/models/User.js @@ -0,0 +1,42 @@ +const { runAsync, getAsync, allAsync } = require('../config/d'); +const bcrypt = require('bcrypt'); +const { v4: uuidv4 } = require('uuid'); + +class User { + static async create(email, username, password) { + const id = uuidv4(); + const passwordHash = await bcrypt.hash(password, 10); + + await runAsync( + 'INSERT INTO users (id, email, username, password_hash) VALUES (?, ?, ?, ?)', + [id, email, username, passwordHash] + ); + + return { id, email, username }; + } + + static async findByEmail(email) { + return await getAsync('SELECT * FROM users WHERE email = ?', [email]); + } + + static async findById(id) { + const user = await getAsync('SELECT * FROM users WHERE id = ?', [id]); + if (user) { + delete user.password_hash; // Don't send password hash + } + return user; + } + + static async verifyPassword(email, password) { + const user = await this.findByEmail(email); + if (!user) return null; + + const isValid = await bcrypt.compare(password, user.password_hash); + if (!isValid) return null; + + delete user.password_hash; + return user; + } +} + +module.exports = User; \ No newline at end of file diff --git a/srv/node_modules/.bin/color-support b/srv/node_modules/.bin/color-support new file mode 120000 index 000000000..fcbcb2865 --- /dev/null +++ b/srv/node_modules/.bin/color-support @@ -0,0 +1 @@ +../color-support/bin.js \ No newline at end of file diff --git a/srv/node_modules/.bin/mkdirp b/srv/node_modules/.bin/mkdirp new file mode 120000 index 000000000..017896ceb --- /dev/null +++ b/srv/node_modules/.bin/mkdirp @@ -0,0 +1 @@ +../mkdirp/bin/cmd.js \ No newline at end of file diff --git a/srv/node_modules/.bin/node-gyp b/srv/node_modules/.bin/node-gyp new file mode 120000 index 000000000..9b31a4fe4 --- /dev/null +++ b/srv/node_modules/.bin/node-gyp @@ -0,0 +1 @@ +../node-gyp/bin/node-gyp.js \ No newline at end of file diff --git a/srv/node_modules/.bin/node-gyp-build b/srv/node_modules/.bin/node-gyp-build new file mode 120000 index 000000000..671c6ebce --- /dev/null +++ b/srv/node_modules/.bin/node-gyp-build @@ -0,0 +1 @@ +../node-gyp-build/bin.js \ No newline at end of file diff --git a/srv/node_modules/.bin/node-gyp-build-optional b/srv/node_modules/.bin/node-gyp-build-optional new file mode 120000 index 000000000..46d347e6b --- /dev/null +++ b/srv/node_modules/.bin/node-gyp-build-optional @@ -0,0 +1 @@ +../node-gyp-build/optional.js \ No newline at end of file diff --git a/srv/node_modules/.bin/node-gyp-build-test b/srv/node_modules/.bin/node-gyp-build-test new file mode 120000 index 000000000..d11de1bec --- /dev/null +++ b/srv/node_modules/.bin/node-gyp-build-test @@ -0,0 +1 @@ +../node-gyp-build/build-test.js \ No newline at end of file diff --git a/srv/node_modules/.bin/node-which b/srv/node_modules/.bin/node-which new file mode 120000 index 000000000..6f8415ec5 --- /dev/null +++ b/srv/node_modules/.bin/node-which @@ -0,0 +1 @@ +../which/bin/node-which \ No newline at end of file diff --git a/srv/node_modules/.bin/nopt b/srv/node_modules/.bin/nopt new file mode 120000 index 000000000..6b6566ea7 --- /dev/null +++ b/srv/node_modules/.bin/nopt @@ -0,0 +1 @@ +../nopt/bin/nopt.js \ No newline at end of file diff --git a/srv/node_modules/.bin/prebuild-install b/srv/node_modules/.bin/prebuild-install new file mode 120000 index 000000000..12a458ddd --- /dev/null +++ b/srv/node_modules/.bin/prebuild-install @@ -0,0 +1 @@ +../prebuild-install/bin.js \ No newline at end of file diff --git a/srv/node_modules/.bin/rc b/srv/node_modules/.bin/rc new file mode 120000 index 000000000..48b3cda74 --- /dev/null +++ b/srv/node_modules/.bin/rc @@ -0,0 +1 @@ +../rc/cli.js \ No newline at end of file diff --git a/srv/node_modules/.bin/rimraf b/srv/node_modules/.bin/rimraf new file mode 120000 index 000000000..4cd49a49d --- /dev/null +++ b/srv/node_modules/.bin/rimraf @@ -0,0 +1 @@ +../rimraf/bin.js \ No newline at end of file diff --git a/srv/node_modules/.bin/semver b/srv/node_modules/.bin/semver new file mode 120000 index 000000000..5aaadf42c --- /dev/null +++ b/srv/node_modules/.bin/semver @@ -0,0 +1 @@ +../semver/bin/semver.js \ No newline at end of file diff --git a/srv/node_modules/.bin/uuid b/srv/node_modules/.bin/uuid new file mode 120000 index 000000000..24f4a5f64 --- /dev/null +++ b/srv/node_modules/.bin/uuid @@ -0,0 +1 @@ +../uuid/dist/esm/bin/uuid \ No newline at end of file diff --git a/srv/node_modules/.package-lock.json b/srv/node_modules/.package-lock.json new file mode 100644 index 000000000..22c6ca309 --- /dev/null +++ b/srv/node_modules/.package-lock.json @@ -0,0 +1,2368 @@ +{ + "name": "srv", + "version": "1.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "node_modules/@gar/promisify": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "license": "MIT", + "optional": true + }, + "node_modules/@npmcli/fs": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-1.1.1.tgz", + "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "@gar/promisify": "^1.0.1", + "semver": "^7.3.5" + } + }, + "node_modules/@npmcli/move-file": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-1.1.2.tgz", + "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", + "deprecated": "This functionality has been moved to @npmcli/fs", + "license": "MIT", + "optional": true, + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/@tootallnate/once": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", + "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 6" + } + }, + "node_modules/abbrev": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", + "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", + "license": "ISC", + "optional": true + }, + "node_modules/accepts": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-2.0.0.tgz", + "integrity": "sha512-5cvg6CtKwfgdmVqY1WIiXKc3Q1bkRqGLi+2W/6ao+6Y7gu/RCwRuAhGEzh5B4KlszSuTLgZYuqFqo5bImjNKng==", + "license": "MIT", + "dependencies": { + "mime-types": "^3.0.0", + "negotiator": "^1.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/agent-base": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", + "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "debug": "4" + }, + "engines": { + "node": ">= 6.0.0" + } + }, + "node_modules/agentkeepalive": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.6.0.tgz", + "integrity": "sha512-kja8j7PjmncONqaTsB8fQ+wE2mSU2DJ9D4XKoJ5PFWIdRMa6SLSN1ff4mOr4jCbfRSsxR4keIiySJU0N9T5hIQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "humanize-ms": "^1.2.1" + }, + "engines": { + "node": ">= 8.0.0" + } + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "license": "MIT", + "optional": true, + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/aproba": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.1.0.tgz", + "integrity": "sha512-tLIEcj5GuR2RSTnxNKdkK0dJ/GrC7P38sUkiDmDuHfsHmbagTFAxDVIBltoklXEVIQ/f14IL8IMJ5pn9Hez1Ew==", + "license": "ISC", + "optional": true + }, + "node_modules/are-we-there-yet": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", + "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", + "deprecated": "This package is no longer supported.", + "license": "ISC", + "optional": true, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "license": "MIT", + "optional": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/bcrypt": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/bcrypt/-/bcrypt-6.0.0.tgz", + "integrity": "sha512-cU8v/EGSrnH+HnxV2z0J7/blxH8gq7Xh2JFT6Aroax7UohdmiJJlxApMxtKfuI7z68NvvVcmR78k2LbT6efhRg==", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "node-addon-api": "^8.3.0", + "node-gyp-build": "^4.8.4" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/bindings": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", + "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", + "license": "MIT", + "dependencies": { + "file-uri-to-path": "1.0.0" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "license": "MIT", + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/body-parser": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-2.2.0.tgz", + "integrity": "sha512-02qvAaxv8tp7fBa/mw1ga98OGm+eCbqzJOKoRt70sLmfEEi+jyBYVTDGfCL/k06/4EMk/z01gCe7HoCH/f2LTg==", + "license": "MIT", + "dependencies": { + "bytes": "^3.1.2", + "content-type": "^1.0.5", + "debug": "^4.4.0", + "http-errors": "^2.0.0", + "iconv-lite": "^0.6.3", + "on-finished": "^2.4.1", + "qs": "^6.14.0", + "raw-body": "^3.0.0", + "type-is": "^2.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/brace-expansion": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.12.tgz", + "integrity": "sha512-9T9UjW3r0UW5c1Q7GTwllptXwhvYmEzFhzMfZ9H7FQWt+uZePjZPjBP/W1ZEyZ1twGWom5/56TF4lPcqjnDHcg==", + "license": "MIT", + "optional": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-equal-constant-time": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", + "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==", + "license": "BSD-3-Clause" + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cacache": { + "version": "15.3.0", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-15.3.0.tgz", + "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "@npmcli/fs": "^1.0.0", + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.1", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/call-bind-apply-helpers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz", + "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/call-bound": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/call-bound/-/call-bound-1.0.4.tgz", + "integrity": "sha512-+ys997U96po4Kx/ABpBCqhA9EuxJaQWDQg7295H4hBphv3IZg0boBKuwYpt4YXp6MZ5AmZQnU/tyMTlRpaSejg==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "license": "ISC", + "engines": { + "node": ">=10" + } + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/color-support": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", + "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", + "license": "ISC", + "optional": true, + "bin": { + "color-support": "bin.js" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "license": "MIT", + "optional": true + }, + "node_modules/console-control-strings": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", + "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", + "license": "ISC", + "optional": true + }, + "node_modules/content-disposition": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.0.0.tgz", + "integrity": "sha512-Au9nRL8VNUut/XSzbQA38+M78dzP4D+eqg3gfJHMIHHYa3bg067xj1KxMUWj+VULbiZMowKngFFbKczUrNJ1mg==", + "license": "MIT", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.2.2.tgz", + "integrity": "sha512-D76uU73ulSXrD1UXF4KE2TMxVVwhsnCgfAyTg9k8P6KGZjlXKrOLe4dJQKI3Bxi5wjesZoFXJWElNWBjPZMbhg==", + "license": "MIT", + "engines": { + "node": ">=6.6.0" + } + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "license": "MIT", + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/debug": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.4.1.tgz", + "integrity": "sha512-KcKCqiftBJcZr++7ykoDIEwSa3XWowTfNPo92BYxjXiyYEVrUQh2aLyhxBCwww+heortUFxEJYcRzosstTEBYQ==", + "license": "MIT", + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/decompress-response": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/decompress-response/-/decompress-response-6.0.0.tgz", + "integrity": "sha512-aW35yZM6Bb/4oJlZncMH2LCoZtJXTRxES17vE3hoRiowU2kWHaJKFkSBDnDR+cm9J+9QhXmREyIfv0pji9ejCQ==", + "license": "MIT", + "dependencies": { + "mimic-response": "^3.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/deep-extend": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/deep-extend/-/deep-extend-0.6.0.tgz", + "integrity": "sha512-LOHxIOaPYdHlJRtCQfDIVZtfw/ufM8+rVj649RIHzcm/vGwQRXFt6OPqIFWsm2XEMrNIEtWR64sY1LEKD2vAOA==", + "license": "MIT", + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/delegates": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", + "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", + "license": "MIT", + "optional": true + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/detect-libc": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.4.tgz", + "integrity": "sha512-3UDv+G9CsCKO1WKMGw9fwq/SWJYbI0c5Y7LU1AXYoDdbhE2AHQ6N6Nb34sG8Fj7T5APy8qXDCKuuIHd1BR0tVA==", + "license": "Apache-2.0", + "engines": { + "node": ">=8" + } + }, + "node_modules/dotenv": { + "version": "17.2.1", + "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-17.2.1.tgz", + "integrity": "sha512-kQhDYKZecqnM0fCnzI5eIv5L4cAe/iRI+HqMbO/hbRdTAeXDG+M9FjipUxNfbARuEg4iHIbhnhs78BCHNbSxEQ==", + "license": "BSD-2-Clause", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://dotenvx.com" + } + }, + "node_modules/dunder-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/dunder-proto/-/dunder-proto-1.0.1.tgz", + "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.1", + "es-errors": "^1.3.0", + "gopd": "^1.2.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/ecdsa-sig-formatter": { + "version": "1.0.11", + "resolved": "https://registry.npmjs.org/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz", + "integrity": "sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==", + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + } + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", + "license": "MIT" + }, + "node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "license": "MIT", + "optional": true + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "license": "MIT", + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/end-of-stream": { + "version": "1.4.5", + "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz", + "integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==", + "license": "MIT", + "dependencies": { + "once": "^1.4.0" + } + }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "license": "MIT", + "optional": true + }, + "node_modules/es-define-property": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.1.tgz", + "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-object-atoms": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/es-object-atoms/-/es-object-atoms-1.1.1.tgz", + "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", + "license": "MIT" + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/expand-template": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/expand-template/-/expand-template-2.0.3.tgz", + "integrity": "sha512-XYfuKMvj4O35f/pOXLObndIRvyQ+/+6AhODh+OKWj9S9498pHHn/IMszH+gt0fBCRWMNfk1ZSp5x3AifmnI2vg==", + "license": "(MIT OR WTFPL)", + "engines": { + "node": ">=6" + } + }, + "node_modules/express": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/express/-/express-5.1.0.tgz", + "integrity": "sha512-DT9ck5YIRU+8GYzzU5kT3eHGA5iL+1Zd0EutOmTE9Dtk+Tvuzd23VBU+ec7HPNSTxXYO55gPV/hq4pSBJDjFpA==", + "license": "MIT", + "dependencies": { + "accepts": "^2.0.0", + "body-parser": "^2.2.0", + "content-disposition": "^1.0.0", + "content-type": "^1.0.5", + "cookie": "^0.7.1", + "cookie-signature": "^1.2.1", + "debug": "^4.4.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "finalhandler": "^2.1.0", + "fresh": "^2.0.0", + "http-errors": "^2.0.0", + "merge-descriptors": "^2.0.0", + "mime-types": "^3.0.0", + "on-finished": "^2.4.1", + "once": "^1.4.0", + "parseurl": "^1.3.3", + "proxy-addr": "^2.0.7", + "qs": "^6.14.0", + "range-parser": "^1.2.1", + "router": "^2.2.0", + "send": "^1.1.0", + "serve-static": "^2.2.0", + "statuses": "^2.0.1", + "type-is": "^2.0.1", + "vary": "^1.1.2" + }, + "engines": { + "node": ">= 18" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/express" + } + }, + "node_modules/file-uri-to-path": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", + "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", + "license": "MIT" + }, + "node_modules/finalhandler": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-2.1.0.tgz", + "integrity": "sha512-/t88Ty3d5JWQbWYgaOGCCYfXRwV1+be02WqYYlL6h0lEiUAMPM8o8qKGO01YIkOHzka2up08wvgYD0mDiI+q3Q==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "on-finished": "^2.4.1", + "parseurl": "^1.3.3", + "statuses": "^2.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fresh": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-2.0.0.tgz", + "integrity": "sha512-Rx/WycZ60HOaqLKAi6cHRKKI7zxWbJ31MhntmtwMoaTeF7XFH9hhBp8vITaMidfljRQ6eYWCKkaTK+ykVJHP2A==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/fs-constants": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", + "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", + "license": "MIT" + }, + "node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "license": "ISC", + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "license": "ISC", + "optional": true + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gauge": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", + "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", + "deprecated": "This package is no longer supported.", + "license": "ISC", + "optional": true, + "dependencies": { + "aproba": "^1.0.3 || ^2.0.0", + "color-support": "^1.1.3", + "console-control-strings": "^1.1.0", + "has-unicode": "^2.0.1", + "signal-exit": "^3.0.7", + "string-width": "^4.2.3", + "strip-ansi": "^6.0.1", + "wide-align": "^1.1.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/get-intrinsic": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.3.0.tgz", + "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==", + "license": "MIT", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "es-define-property": "^1.0.1", + "es-errors": "^1.3.0", + "es-object-atoms": "^1.1.1", + "function-bind": "^1.1.2", + "get-proto": "^1.0.1", + "gopd": "^1.2.0", + "has-symbols": "^1.1.0", + "hasown": "^2.0.2", + "math-intrinsics": "^1.1.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/get-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/get-proto/-/get-proto-1.0.1.tgz", + "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==", + "license": "MIT", + "dependencies": { + "dunder-proto": "^1.0.1", + "es-object-atoms": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/github-from-package": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/github-from-package/-/github-from-package-0.0.0.tgz", + "integrity": "sha512-SyHy3T1v2NUXn29OsWdxmK6RwHD+vkj3v8en8AOBZ1wBQ/hCAQ5bAQTD02kW4W9tUp/3Qh6J8r9EvntiyCmOOw==", + "license": "MIT" + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "license": "ISC", + "optional": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/gopd": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.2.0.tgz", + "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC", + "optional": true + }, + "node_modules/has-symbols": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.1.0.tgz", + "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-unicode": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", + "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", + "license": "ISC", + "optional": true + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/http-cache-semantics": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.2.0.tgz", + "integrity": "sha512-dTxcvPXqPvXBQpq5dUr6mEMJX4oIEFv6bwom3FDwKRDsuIjjJGANqhBuoAn9c1RQJIdAKav33ED65E2ys+87QQ==", + "license": "BSD-2-Clause", + "optional": true + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "license": "MIT", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-errors/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-proxy-agent": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-4.0.1.tgz", + "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", + "license": "MIT", + "optional": true, + "dependencies": { + "@tootallnate/once": "1", + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/https-proxy-agent": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", + "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", + "license": "MIT", + "optional": true, + "dependencies": { + "agent-base": "6", + "debug": "4" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/humanize-ms": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", + "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "ms": "^2.0.0" + } + }, + "node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "license": "MIT", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/infer-owner": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", + "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", + "license": "ISC", + "optional": true + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "license": "ISC", + "optional": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", + "license": "ISC" + }, + "node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "license": "ISC" + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "license": "MIT", + "optional": true, + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", + "license": "MIT", + "optional": true + }, + "node_modules/is-promise": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-promise/-/is-promise-4.0.0.tgz", + "integrity": "sha512-hvpoI6korhJMnej285dSg6nu1+e6uxs7zG3BYAm5byqDsgJNWwxzM6z6iZiAgQR4TJ30JmBTOwqZUw3WlyH3AQ==", + "license": "MIT" + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC", + "optional": true + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "license": "MIT", + "optional": true + }, + "node_modules/jsonwebtoken": { + "version": "9.0.2", + "resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz", + "integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==", + "license": "MIT", + "dependencies": { + "jws": "^3.2.2", + "lodash.includes": "^4.3.0", + "lodash.isboolean": "^3.0.3", + "lodash.isinteger": "^4.0.4", + "lodash.isnumber": "^3.0.3", + "lodash.isplainobject": "^4.0.6", + "lodash.isstring": "^4.0.1", + "lodash.once": "^4.0.0", + "ms": "^2.1.1", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=12", + "npm": ">=6" + } + }, + "node_modules/jwa": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/jwa/-/jwa-1.4.2.tgz", + "integrity": "sha512-eeH5JO+21J78qMvTIDdBXidBd6nG2kZjg5Ohz/1fpa28Z4CcsWUzJ1ZZyFq/3z3N17aZy+ZuBoHljASbL1WfOw==", + "license": "MIT", + "dependencies": { + "buffer-equal-constant-time": "^1.0.1", + "ecdsa-sig-formatter": "1.0.11", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/jws": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/jws/-/jws-3.2.2.tgz", + "integrity": "sha512-YHlZCB6lMTllWDtSPHz/ZXTsi8S00usEV6v1tjq8tOUZzw7DpSDWVXjXDre6ed1w/pd495ODpHZYSdkRTsa0HA==", + "license": "MIT", + "dependencies": { + "jwa": "^1.4.1", + "safe-buffer": "^5.0.1" + } + }, + "node_modules/lodash.includes": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/lodash.includes/-/lodash.includes-4.3.0.tgz", + "integrity": "sha512-W3Bx6mdkRTGtlJISOvVD/lbqjTlPPUDTMnlXZFnVwi9NKJ6tiAk6LVdlhZMm17VZisqhKcgzpO5Wz91PCt5b0w==", + "license": "MIT" + }, + "node_modules/lodash.isboolean": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isboolean/-/lodash.isboolean-3.0.3.tgz", + "integrity": "sha512-Bz5mupy2SVbPHURB98VAcw+aHh4vRV5IPNhILUCsOzRmsTmSQ17jIuqopAentWoehktxGd9e/hbIXq980/1QJg==", + "license": "MIT" + }, + "node_modules/lodash.isinteger": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/lodash.isinteger/-/lodash.isinteger-4.0.4.tgz", + "integrity": "sha512-DBwtEWN2caHQ9/imiNeEA5ys1JoRtRfY3d7V9wkqtbycnAmTvRRmbHKDV4a0EYc678/dia0jrte4tjYwVBaZUA==", + "license": "MIT" + }, + "node_modules/lodash.isnumber": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/lodash.isnumber/-/lodash.isnumber-3.0.3.tgz", + "integrity": "sha512-QYqzpfwO3/CWf3XP+Z+tkQsfaLL/EnUlXWVkIk5FUPc4sBdTehEqZONuyRt2P67PXAk+NXmTBcc97zw9t1FQrw==", + "license": "MIT" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "license": "MIT" + }, + "node_modules/lodash.isstring": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/lodash.isstring/-/lodash.isstring-4.0.1.tgz", + "integrity": "sha512-0wJxfxH1wgO3GrbuP+dTTk7op+6L41QCXbGINEmD+ny/G/eCqGzxyCsh7159S+mgDDcoarnBw6PC1PS5+wUGgw==", + "license": "MIT" + }, + "node_modules/lodash.once": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/lodash.once/-/lodash.once-4.1.1.tgz", + "integrity": "sha512-Sb487aTOCr9drQVL8pIxOzVhafOjZN9UU54hiN8PU3uAiSV7lx1yYNpbNmex2PK6dSJoNTSJUUswT651yww3Mg==", + "license": "MIT" + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "license": "ISC", + "optional": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/make-fetch-happen": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-9.1.0.tgz", + "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", + "license": "ISC", + "optional": true, + "dependencies": { + "agentkeepalive": "^4.1.3", + "cacache": "^15.2.0", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^4.0.1", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^6.0.0", + "minipass": "^3.1.3", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^1.3.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.2", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^6.0.0", + "ssri": "^8.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/make-fetch-happen/node_modules/negotiator": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/math-intrinsics": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz", + "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/media-typer": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-1.1.0.tgz", + "integrity": "sha512-aisnrDP4GNe06UcKFnV5bfMNPBUw4jsLGaWwWfnH3v02GnBuXX2MCVn5RbrWo0j3pczUilYblq7fQ7Nw2t5XKw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/merge-descriptors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-2.0.0.tgz", + "integrity": "sha512-Snk314V5ayFLhp3fkUREub6WtjBfPdCPY1Ln8/8munuLuiYhsABgBVWsozAG+MWMbVEvcdcpbi9R7ww22l9Q3g==", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mime-db": { + "version": "1.54.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.54.0.tgz", + "integrity": "sha512-aU5EJuIN2WDemCcAp2vFBfp/m4EAhWJnUNSSw0ixs7/kXbd6Pg64EmwJkNdFhB8aWt1sH2CTXrLxo/iAGV3oPQ==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-3.0.1.tgz", + "integrity": "sha512-xRc4oEhT6eaBpU1XF7AjpOFD+xQmXNB5OVKwp4tqCuBpHLS/ZbBDrc07mYTDqVMg6PfxUjjNp85O6Cd2Z/5HWA==", + "license": "MIT", + "dependencies": { + "mime-db": "^1.54.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-response": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/mimic-response/-/mimic-response-3.1.0.tgz", + "integrity": "sha512-z0yWI+4FDrrweS8Zmt4Ej5HdJmky15+L2e6Wgn3+iK5fWzb6T3fhNFq2+MeTRb064c6Wr4N/wv0DzQTjNzHNGQ==", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "license": "ISC", + "optional": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-collect": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", + "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-fetch": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-1.4.1.tgz", + "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", + "license": "MIT", + "optional": true, + "dependencies": { + "minipass": "^3.1.0", + "minipass-sized": "^1.0.3", + "minizlib": "^2.0.0" + }, + "engines": { + "node": ">=8" + }, + "optionalDependencies": { + "encoding": "^0.1.12" + } + }, + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "license": "MIT", + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "license": "MIT", + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/mkdirp-classic": { + "version": "0.5.3", + "resolved": "https://registry.npmjs.org/mkdirp-classic/-/mkdirp-classic-0.5.3.tgz", + "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==", + "license": "MIT" + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "license": "MIT" + }, + "node_modules/napi-build-utils": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-2.0.0.tgz", + "integrity": "sha512-GEbrYkbfF7MoNaoh2iGG84Mnf/WZfB0GdGEsM8wz7Expx/LlWf5U8t9nvJKXSp3qr5IsEbK04cBGhol/KwOsWA==", + "license": "MIT" + }, + "node_modules/negotiator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/node-abi": { + "version": "3.75.0", + "resolved": "https://registry.npmjs.org/node-abi/-/node-abi-3.75.0.tgz", + "integrity": "sha512-OhYaY5sDsIka7H7AtijtI9jwGYLyl29eQn/W623DiN/MIv5sUqc4g7BIDThX+gb7di9f6xK02nkp8sdfFWZLTg==", + "license": "MIT", + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-addon-api": { + "version": "8.5.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-8.5.0.tgz", + "integrity": "sha512-/bRZty2mXUIFY/xU5HLvveNHlswNJej+RnxBjOMkidWfwZzgTbPG1E3K5TOxRLOR+5hX7bSofy8yf1hZevMS8A==", + "license": "MIT", + "engines": { + "node": "^18 || ^20 || >= 21" + } + }, + "node_modules/node-gyp": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-8.4.1.tgz", + "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", + "license": "MIT", + "optional": true, + "dependencies": { + "env-paths": "^2.2.0", + "glob": "^7.1.4", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^9.1.0", + "nopt": "^5.0.0", + "npmlog": "^6.0.0", + "rimraf": "^3.0.2", + "semver": "^7.3.5", + "tar": "^6.1.2", + "which": "^2.0.2" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": ">= 10.12.0" + } + }, + "node_modules/node-gyp-build": { + "version": "4.8.4", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.4.tgz", + "integrity": "sha512-LA4ZjwlnUblHVgq0oBF3Jl/6h/Nvs5fzBLwdEF4nuxnFdsfajde4WfxtJr3CaiH+F6ewcIB/q4jQ4UzPyid+CQ==", + "license": "MIT", + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, + "node_modules/nopt": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz", + "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "abbrev": "1" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/npmlog": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", + "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", + "deprecated": "This package is no longer supported.", + "license": "ISC", + "optional": true, + "dependencies": { + "are-we-there-yet": "^3.0.0", + "console-control-strings": "^1.1.0", + "gauge": "^4.0.3", + "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.4", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.4.tgz", + "integrity": "sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "license": "MIT", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-to-regexp": { + "version": "8.2.0", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-8.2.0.tgz", + "integrity": "sha512-TdrF7fW9Rphjq4RjrW0Kp2AW0Ahwu9sRGTkS6bvDi0SCwZlEZYmcfDbEsTz8RVk0EHIS/Vd1bv3JhG+1xZuAyQ==", + "license": "MIT", + "engines": { + "node": ">=16" + } + }, + "node_modules/prebuild-install": { + "version": "7.1.3", + "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz", + "integrity": "sha512-8Mf2cbV7x1cXPUILADGI3wuhfqWvtiLA1iclTDbFRZkgRQS0NqsPZphna9V+HyTEadheuPmjaJMsbzKQFOzLug==", + "license": "MIT", + "dependencies": { + "detect-libc": "^2.0.0", + "expand-template": "^2.0.3", + "github-from-package": "0.0.0", + "minimist": "^1.2.3", + "mkdirp-classic": "^0.5.3", + "napi-build-utils": "^2.0.0", + "node-abi": "^3.3.0", + "pump": "^3.0.0", + "rc": "^1.2.7", + "simple-get": "^4.0.0", + "tar-fs": "^2.0.0", + "tunnel-agent": "^0.6.0" + }, + "bin": { + "prebuild-install": "bin.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "license": "ISC", + "optional": true + }, + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "license": "MIT", + "optional": true, + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "license": "MIT", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/pump": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/pump/-/pump-3.0.3.tgz", + "integrity": "sha512-todwxLMY7/heScKmntwQG8CXVkWUOdYxIvY2s0VWAAMh/nd8SoYiRaKjlr7+iCs984f2P8zvrfWcDDYVb73NfA==", + "license": "MIT", + "dependencies": { + "end-of-stream": "^1.1.0", + "once": "^1.3.1" + } + }, + "node_modules/qs": { + "version": "6.14.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.14.0.tgz", + "integrity": "sha512-YWWTjgABSKcvs/nWBi9PycY/JiPJqOD4JA6o9Sej2AtvSGarXxKC3OQSk4pAarbdQlKAh5D4FCQkJNkW+GAn3w==", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.1.0" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-3.0.0.tgz", + "integrity": "sha512-RmkhL8CAyCRPXCE28MMH0z2PNWQBNk2Q09ZdxM9IOOXwxwZbN+qbWaatPkdkWIKL2ZVDImrN/pK5HTRz2PcS4g==", + "license": "MIT", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.6.3", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/rc": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/rc/-/rc-1.2.8.tgz", + "integrity": "sha512-y3bGgqKj3QBdxLbLkomlohkvsA8gdAiUQlSBJnBhfn+BPxg4bc62d8TcBW15wavDfgexCgccckhcZvywyQYPOw==", + "license": "(BSD-2-Clause OR MIT OR Apache-2.0)", + "dependencies": { + "deep-extend": "^0.6.0", + "ini": "~1.3.0", + "minimist": "^1.2.0", + "strip-json-comments": "~2.0.1" + }, + "bin": { + "rc": "cli.js" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "license": "ISC", + "optional": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/router": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/router/-/router-2.2.0.tgz", + "integrity": "sha512-nLTrUKm2UyiL7rlhapu/Zl45FwNgkZGaCpZbIHajDYgwlJCOzLSk+cIPAnsEqV955GjILJnKbdQC1nVPz+gAYQ==", + "license": "MIT", + "dependencies": { + "debug": "^4.4.0", + "depd": "^2.0.0", + "is-promise": "^4.0.0", + "parseurl": "^1.3.3", + "path-to-regexp": "^8.0.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "license": "MIT" + }, + "node_modules/semver": { + "version": "7.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz", + "integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/send/-/send-1.2.0.tgz", + "integrity": "sha512-uaW0WwXKpL9blXE2o0bRhoL2EGXIrZxQ2ZQ4mgcfoBxdFmQold+qWsD2jLrfZ0trjKL6vOw0j//eAwcALFjKSw==", + "license": "MIT", + "dependencies": { + "debug": "^4.3.5", + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "etag": "^1.8.1", + "fresh": "^2.0.0", + "http-errors": "^2.0.0", + "mime-types": "^3.0.1", + "ms": "^2.1.3", + "on-finished": "^2.4.1", + "range-parser": "^1.2.1", + "statuses": "^2.0.1" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/serve-static": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-2.2.0.tgz", + "integrity": "sha512-61g9pCh0Vnh7IutZjtLGGpTA355+OPn2TyDv/6ivP2h/AdAVX9azsoxmg2/M6nZeQZNYBEwIcsne1mJd9oQItQ==", + "license": "MIT", + "dependencies": { + "encodeurl": "^2.0.0", + "escape-html": "^1.0.3", + "parseurl": "^1.3.3", + "send": "^1.2.0" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", + "license": "ISC", + "optional": true + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", + "license": "ISC" + }, + "node_modules/side-channel": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.1.0.tgz", + "integrity": "sha512-ZX99e6tRweoUXqR+VBrslhda51Nh5MTQwou5tnUDgbtyM0dBgmhEDtWGP/xbKn6hqfPRHujUNwz5fy/wbbhnpw==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3", + "side-channel-list": "^1.0.0", + "side-channel-map": "^1.0.1", + "side-channel-weakmap": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-list": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/side-channel-list/-/side-channel-list-1.0.0.tgz", + "integrity": "sha512-FCLHtRD/gnpCiCHEiJLOwdmFP+wzCmDEkc9y7NsYxeF4u7Btsn1ZuwgwJGxImImHicJArLP4R0yX4c2KCrMrTA==", + "license": "MIT", + "dependencies": { + "es-errors": "^1.3.0", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-map": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/side-channel-map/-/side-channel-map-1.0.1.tgz", + "integrity": "sha512-VCjCNfgMsby3tTdo02nbjtM/ewra6jPHmpThenkTYh8pG9ucZ/1P8So4u4FGBek/BjpOVsDCMoLA/iuBKIFXRA==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel-weakmap": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/side-channel-weakmap/-/side-channel-weakmap-1.0.2.tgz", + "integrity": "sha512-WPS/HvHQTYnHisLo9McqBHOJk2FkHO/tlpvldyrnem4aeQp4hai3gythswg6p01oSoTl58rcpiFAjF2br2Ak2A==", + "license": "MIT", + "dependencies": { + "call-bound": "^1.0.2", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.5", + "object-inspect": "^1.13.3", + "side-channel-map": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "license": "ISC", + "optional": true + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/simple-concat/-/simple-concat-1.0.1.tgz", + "integrity": "sha512-cSFtAPtRhljv69IK0hTVZQ+OfE9nePi/rtJmw5UjHeVyVroEqJXP1sFztKUy1qU+xvz3u/sfYJLa947b7nAN2Q==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/simple-get": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/simple-get/-/simple-get-4.0.1.tgz", + "integrity": "sha512-brv7p5WgH0jmQJr1ZDDfKDOSeWWg+OVypG99A/5vYGPqJ6pxiaHLy8nxtFjBA7oMa01ebA9gfh1uMCFqOuXxvA==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "decompress-response": "^6.0.0", + "once": "^1.3.1", + "simple-concat": "^1.0.0" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "license": "MIT", + "optional": true, + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks": { + "version": "2.8.6", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.6.tgz", + "integrity": "sha512-pe4Y2yzru68lXCb38aAqRf5gvN8YdjP1lok5o0J7BOHljkyCGKVz7H3vpVIXKD27rj2giOJ7DwVyk/GWrPHDWA==", + "license": "MIT", + "optional": true, + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-6.2.1.tgz", + "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", + "license": "MIT", + "optional": true, + "dependencies": { + "agent-base": "^6.0.2", + "debug": "^4.3.3", + "socks": "^2.6.2" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "license": "BSD-3-Clause", + "optional": true + }, + "node_modules/sqlite3": { + "version": "5.1.7", + "resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-5.1.7.tgz", + "integrity": "sha512-GGIyOiFaG+TUra3JIfkI/zGP8yZYLPQ0pl1bH+ODjiX57sPhrLU5sQJn1y9bDKZUFYkX1crlrPfSYt0BKKdkog==", + "hasInstallScript": true, + "license": "BSD-3-Clause", + "dependencies": { + "bindings": "^1.5.0", + "node-addon-api": "^7.0.0", + "prebuild-install": "^7.1.1", + "tar": "^6.1.11" + }, + "optionalDependencies": { + "node-gyp": "8.x" + }, + "peerDependencies": { + "node-gyp": "8.x" + }, + "peerDependenciesMeta": { + "node-gyp": { + "optional": true + } + } + }, + "node_modules/sqlite3/node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "license": "MIT" + }, + "node_modules/ssri": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-8.0.1.tgz", + "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "minipass": "^3.1.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/statuses": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.2.tgz", + "integrity": "sha512-DvEy55V3DB7uknRo+4iOGT5fP1slR8wQohVdknigZPMpMstaKJQWhwiYBACJE3Ul2pTnATihhBYnRhZQHGBiRw==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "license": "MIT", + "optional": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "license": "MIT", + "optional": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-2.0.1.tgz", + "integrity": "sha512-4gB8na07fecVVkOI6Rs4e7T6NOTki5EmL7TUduTs6bu3EdnSycntVJ4re8kgZA+wx9IueI2Y11bfbgwtzuE0KQ==", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/tar": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "license": "ISC", + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar-fs": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/tar-fs/-/tar-fs-2.1.3.tgz", + "integrity": "sha512-090nwYJDmlhwFwEW3QQl+vaNnxsO2yVsd45eTKRBzSzu+hlb1w2K9inVq5b0ngXuLVqQ4ApvsUHHnu/zQNkWAg==", + "license": "MIT", + "dependencies": { + "chownr": "^1.1.1", + "mkdirp-classic": "^0.5.2", + "pump": "^3.0.0", + "tar-stream": "^2.1.4" + } + }, + "node_modules/tar-fs/node_modules/chownr": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-1.1.4.tgz", + "integrity": "sha512-jJ0bqzaylmJtVnNgzTeSOs8DPavpbYgEr/b0YL8/2GO3xJEhInFmhKMUnEJQjZumK7KXGFhUy89PrsJWlakBVg==", + "license": "ISC" + }, + "node_modules/tar-stream": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", + "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "license": "MIT", + "dependencies": { + "bl": "^4.0.3", + "end-of-stream": "^1.4.1", + "fs-constants": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "license": "ISC", + "engines": { + "node": ">=8" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", + "license": "Apache-2.0", + "dependencies": { + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" + } + }, + "node_modules/type-is": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-2.0.1.tgz", + "integrity": "sha512-OZs6gsjF4vMp32qrCbiVSkrFmXtG/AZhY3t0iAMrMBiAZyV9oALtXO8hsrHbMXF9x6L3grlFuwW2oAz7cav+Gw==", + "license": "MIT", + "dependencies": { + "content-type": "^1.0.5", + "media-typer": "^1.1.0", + "mime-types": "^3.0.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/unique-filename": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", + "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "license": "ISC", + "optional": true, + "dependencies": { + "unique-slug": "^2.0.0" + } + }, + "node_modules/unique-slug": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", + "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "license": "ISC", + "optional": true, + "dependencies": { + "imurmurhash": "^0.1.4" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" + }, + "node_modules/uuid": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-11.1.0.tgz", + "integrity": "sha512-0/A9rDy9P7cJ+8w1c9WD9V//9Wj15Ce2MPz8Ri6032usz+NfePxx5AcN3bN+r6ZL6jEo066/yNYB3tn4pQEx+A==", + "funding": [ + "https://github.com/sponsors/broofa", + "https://github.com/sponsors/ctavan" + ], + "license": "MIT", + "bin": { + "uuid": "dist/esm/bin/uuid" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "license": "MIT", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", + "optional": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/wide-align": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", + "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", + "license": "ISC", + "optional": true, + "dependencies": { + "string-width": "^1.0.2 || 2 || 3 || 4" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "license": "ISC" + }, + "node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "license": "ISC" + } + } +} diff --git a/srv/node_modules/@gar/promisify/LICENSE.md b/srv/node_modules/@gar/promisify/LICENSE.md new file mode 100644 index 000000000..64f773240 --- /dev/null +++ b/srv/node_modules/@gar/promisify/LICENSE.md @@ -0,0 +1,10 @@ +The MIT License (MIT) + +Copyright © 2020-2022 Michael Garvin + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/srv/node_modules/@gar/promisify/README.md b/srv/node_modules/@gar/promisify/README.md new file mode 100644 index 000000000..465c546a4 --- /dev/null +++ b/srv/node_modules/@gar/promisify/README.md @@ -0,0 +1,65 @@ +# @gar/promisify + +### Promisify an entire object or class instance + +This module leverages es6 Proxy and Reflect to promisify every function in an +object or class instance. + +It assumes the callback that the function is expecting is the last +parameter, and that it is an error-first callback with only one value, +i.e. `(err, value) => ...`. This mirrors node's `util.promisify` method. + +In order that you can use it as a one-stop-shop for all your promisify +needs, you can also pass it a function. That function will be +promisified as normal using node's built-in `util.promisify` method. + +[node's custom promisified +functions](https://nodejs.org/api/util.html#util_custom_promisified_functions) +will also be mirrored, further allowing this to be a drop-in replacement +for the built-in `util.promisify`. + +### Examples + +Promisify an entire object + +```javascript + +const promisify = require('@gar/promisify') + +class Foo { + constructor (attr) { + this.attr = attr + } + + double (input, cb) { + cb(null, input * 2) + } + +const foo = new Foo('baz') +const promisified = promisify(foo) + +console.log(promisified.attr) +console.log(await promisified.double(1024)) +``` + +Promisify a function + +```javascript + +const promisify = require('@gar/promisify') + +function foo (a, cb) { + if (a !== 'bad') { + return cb(null, 'ok') + } + return cb('not ok') +} + +const promisified = promisify(foo) + +// This will resolve to 'ok' +promisified('good') + +// this will reject +promisified('bad') +``` diff --git a/srv/node_modules/@gar/promisify/index.js b/srv/node_modules/@gar/promisify/index.js new file mode 100644 index 000000000..d0be95f6f --- /dev/null +++ b/srv/node_modules/@gar/promisify/index.js @@ -0,0 +1,36 @@ +'use strict' + +const { promisify } = require('util') + +const handler = { + get: function (target, prop, receiver) { + if (typeof target[prop] !== 'function') { + return target[prop] + } + if (target[prop][promisify.custom]) { + return function () { + return Reflect.get(target, prop, receiver)[promisify.custom].apply(target, arguments) + } + } + return function () { + return new Promise((resolve, reject) => { + Reflect.get(target, prop, receiver).apply(target, [...arguments, function (err, result) { + if (err) { + return reject(err) + } + resolve(result) + }]) + }) + } + } +} + +module.exports = function (thingToPromisify) { + if (typeof thingToPromisify === 'function') { + return promisify(thingToPromisify) + } + if (typeof thingToPromisify === 'object') { + return new Proxy(thingToPromisify, handler) + } + throw new TypeError('Can only promisify functions or objects') +} diff --git a/srv/node_modules/@gar/promisify/package.json b/srv/node_modules/@gar/promisify/package.json new file mode 100644 index 000000000..d0ce69b2f --- /dev/null +++ b/srv/node_modules/@gar/promisify/package.json @@ -0,0 +1,32 @@ +{ + "name": "@gar/promisify", + "version": "1.1.3", + "description": "Promisify an entire class or object", + "main": "index.js", + "repository": { + "type": "git", + "url": "https://github.com/wraithgar/gar-promisify.git" + }, + "scripts": { + "lint": "standard", + "lint:fix": "standard --fix", + "test": "lab -a @hapi/code -t 100", + "posttest": "npm run lint" + }, + "files": [ + "index.js" + ], + "keywords": [ + "promisify", + "all", + "class", + "object" + ], + "author": "Gar ", + "license": "MIT", + "devDependencies": { + "@hapi/code": "^8.0.1", + "@hapi/lab": "^24.1.0", + "standard": "^16.0.3" + } +} diff --git a/srv/node_modules/@npmcli/fs/LICENSE.md b/srv/node_modules/@npmcli/fs/LICENSE.md new file mode 100644 index 000000000..5fc208ff1 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/LICENSE.md @@ -0,0 +1,20 @@ + + +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/srv/node_modules/@npmcli/fs/README.md b/srv/node_modules/@npmcli/fs/README.md new file mode 100644 index 000000000..bc71a119b --- /dev/null +++ b/srv/node_modules/@npmcli/fs/README.md @@ -0,0 +1,60 @@ +# @npmcli/fs + +polyfills, and extensions, of the core `fs` module. + +## Features + +- all exposed functions return promises +- `fs.rm` polyfill for node versions < 14.14.0 +- `fs.mkdir` polyfill adding support for the `recursive` and `force` options in node versions < 10.12.0 +- `fs.copyFile` extended to accept an `owner` option +- `fs.mkdir` extended to accept an `owner` option +- `fs.mkdtemp` extended to accept an `owner` option +- `fs.writeFile` extended to accept an `owner` option +- `fs.withTempDir` added +- `fs.cp` polyfill for node < 16.7.0 + +## The `owner` option + +The `copyFile`, `mkdir`, `mkdtemp`, `writeFile`, and `withTempDir` functions +all accept a new `owner` property in their options. It can be used in two ways: + +- `{ owner: { uid: 100, gid: 100 } }` - set the `uid` and `gid` explicitly +- `{ owner: 100 }` - use one value, will set both `uid` and `gid` the same + +The special string `'inherit'` may be passed instead of a number, which will +cause this module to automatically determine the correct `uid` and/or `gid` +from the nearest existing parent directory of the target. + +## `fs.withTempDir(root, fn, options) -> Promise` + +### Parameters + +- `root`: the directory in which to create the temporary directory +- `fn`: a function that will be called with the path to the temporary directory +- `options` + - `tmpPrefix`: a prefix to be used in the generated directory name + +### Usage + +The `withTempDir` function creates a temporary directory, runs the provided +function (`fn`), then removes the temporary directory and resolves or rejects +based on the result of `fn`. + +```js +const fs = require('@npmcli/fs') +const os = require('os') + +// this function will be called with the full path to the temporary directory +// it is called with `await` behind the scenes, so can be async if desired. +const myFunction = async (tempPath) => { + return 'done!' +} + +const main = async () => { + const result = await fs.withTempDir(os.tmpdir(), myFunction) + // result === 'done!' +} + +main() +``` diff --git a/srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js b/srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js new file mode 100644 index 000000000..7755d1c10 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/index.js @@ -0,0 +1,17 @@ +const url = require('url') + +const node = require('../node.js') +const polyfill = require('./polyfill.js') + +const useNative = node.satisfies('>=10.12.0') + +const fileURLToPath = (path) => { + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + return useNative + ? url.fileURLToPath(path) + : polyfill(path) +} + +module.exports = fileURLToPath diff --git a/srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js b/srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js new file mode 100644 index 000000000..6cc90f0b0 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/common/file-url-to-path/polyfill.js @@ -0,0 +1,121 @@ +const { URL, domainToUnicode } = require('url') + +const CHAR_LOWERCASE_A = 97 +const CHAR_LOWERCASE_Z = 122 + +const isWindows = process.platform === 'win32' + +class ERR_INVALID_FILE_URL_HOST extends TypeError { + constructor (platform) { + super(`File URL host must be "localhost" or empty on ${platform}`) + this.code = 'ERR_INVALID_FILE_URL_HOST' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ERR_INVALID_FILE_URL_PATH extends TypeError { + constructor (msg) { + super(`File URL path ${msg}`) + this.code = 'ERR_INVALID_FILE_URL_PATH' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ERR_INVALID_ARG_TYPE extends TypeError { + constructor (name, actual) { + super(`The "${name}" argument must be one of type string or an instance ` + + `of URL. Received type ${typeof actual} ${actual}`) + this.code = 'ERR_INVALID_ARG_TYPE' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ERR_INVALID_URL_SCHEME extends TypeError { + constructor (expected) { + super(`The URL must be of scheme ${expected}`) + this.code = 'ERR_INVALID_URL_SCHEME' + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +const isURLInstance = (input) => { + return input != null && input.href && input.origin +} + +const getPathFromURLWin32 = (url) => { + const hostname = url.hostname + let pathname = url.pathname + for (let n = 0; n < pathname.length; n++) { + if (pathname[n] === '%') { + const third = pathname.codePointAt(n + 2) | 0x20 + if ((pathname[n + 1] === '2' && third === 102) || + (pathname[n + 1] === '5' && third === 99)) { + throw new ERR_INVALID_FILE_URL_PATH('must not include encoded \\ or / characters') + } + } + } + + pathname = pathname.replace(/\//g, '\\') + pathname = decodeURIComponent(pathname) + if (hostname !== '') { + return `\\\\${domainToUnicode(hostname)}${pathname}` + } + + const letter = pathname.codePointAt(1) | 0x20 + const sep = pathname[2] + if (letter < CHAR_LOWERCASE_A || letter > CHAR_LOWERCASE_Z || + (sep !== ':')) { + throw new ERR_INVALID_FILE_URL_PATH('must be absolute') + } + + return pathname.slice(1) +} + +const getPathFromURLPosix = (url) => { + if (url.hostname !== '') { + throw new ERR_INVALID_FILE_URL_HOST(process.platform) + } + + const pathname = url.pathname + + for (let n = 0; n < pathname.length; n++) { + if (pathname[n] === '%') { + const third = pathname.codePointAt(n + 2) | 0x20 + if (pathname[n + 1] === '2' && third === 102) { + throw new ERR_INVALID_FILE_URL_PATH('must not include encoded / characters') + } + } + } + + return decodeURIComponent(pathname) +} + +const fileURLToPath = (path) => { + if (typeof path === 'string') { + path = new URL(path) + } else if (!isURLInstance(path)) { + throw new ERR_INVALID_ARG_TYPE('path', ['string', 'URL'], path) + } + + if (path.protocol !== 'file:') { + throw new ERR_INVALID_URL_SCHEME('file') + } + + return isWindows + ? getPathFromURLWin32(path) + : getPathFromURLPosix(path) +} + +module.exports = fileURLToPath diff --git a/srv/node_modules/@npmcli/fs/lib/common/get-options.js b/srv/node_modules/@npmcli/fs/lib/common/get-options.js new file mode 100644 index 000000000..cb5982f79 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/common/get-options.js @@ -0,0 +1,20 @@ +// given an input that may or may not be an object, return an object that has +// a copy of every defined property listed in 'copy'. if the input is not an +// object, assign it to the property named by 'wrap' +const getOptions = (input, { copy, wrap }) => { + const result = {} + + if (input && typeof input === 'object') { + for (const prop of copy) { + if (input[prop] !== undefined) { + result[prop] = input[prop] + } + } + } else { + result[wrap] = input + } + + return result +} + +module.exports = getOptions diff --git a/srv/node_modules/@npmcli/fs/lib/common/node.js b/srv/node_modules/@npmcli/fs/lib/common/node.js new file mode 100644 index 000000000..4d13bc037 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/common/node.js @@ -0,0 +1,9 @@ +const semver = require('semver') + +const satisfies = (range) => { + return semver.satisfies(process.version, range, { includePrerelease: true }) +} + +module.exports = { + satisfies, +} diff --git a/srv/node_modules/@npmcli/fs/lib/common/owner.js b/srv/node_modules/@npmcli/fs/lib/common/owner.js new file mode 100644 index 000000000..e3468b077 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/common/owner.js @@ -0,0 +1,92 @@ +const { dirname, resolve } = require('path') + +const fileURLToPath = require('./file-url-to-path/index.js') +const fs = require('../fs.js') + +// given a path, find the owner of the nearest parent +const find = async (path) => { + // if we have no getuid, permissions are irrelevant on this platform + if (!process.getuid) { + return {} + } + + // fs methods accept URL objects with a scheme of file: so we need to unwrap + // those into an actual path string before we can resolve it + const resolved = path != null && path.href && path.origin + ? resolve(fileURLToPath(path)) + : resolve(path) + + let stat + + try { + stat = await fs.lstat(resolved) + } finally { + // if we got a stat, return its contents + if (stat) { + return { uid: stat.uid, gid: stat.gid } + } + + // try the parent directory + if (resolved !== dirname(resolved)) { + return find(dirname(resolved)) + } + + // no more parents, never got a stat, just return an empty object + return {} + } +} + +// given a path, uid, and gid update the ownership of the path if necessary +const update = async (path, uid, gid) => { + // nothing to update, just exit + if (uid === undefined && gid === undefined) { + return + } + + try { + // see if the permissions are already the same, if they are we don't + // need to do anything, so return early + const stat = await fs.stat(path) + if (uid === stat.uid && gid === stat.gid) { + return + } + } catch (err) {} + + try { + await fs.chown(path, uid, gid) + } catch (err) {} +} + +// accepts a `path` and the `owner` property of an options object and normalizes +// it into an object with numerical `uid` and `gid` +const validate = async (path, input) => { + let uid + let gid + + if (typeof input === 'string' || typeof input === 'number') { + uid = input + gid = input + } else if (input && typeof input === 'object') { + uid = input.uid + gid = input.gid + } + + if (uid === 'inherit' || gid === 'inherit') { + const owner = await find(path) + if (uid === 'inherit') { + uid = owner.uid + } + + if (gid === 'inherit') { + gid = owner.gid + } + } + + return { uid, gid } +} + +module.exports = { + find, + update, + validate, +} diff --git a/srv/node_modules/@npmcli/fs/lib/copy-file.js b/srv/node_modules/@npmcli/fs/lib/copy-file.js new file mode 100644 index 000000000..d9875aba1 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/copy-file.js @@ -0,0 +1,22 @@ +const fs = require('./fs.js') +const getOptions = require('./common/get-options.js') +const owner = require('./common/owner.js') + +const copyFile = async (src, dest, opts) => { + const options = getOptions(opts, { + copy: ['mode', 'owner'], + wrap: 'mode', + }) + + const { uid, gid } = await owner.validate(dest, options.owner) + + // the node core method as of 16.5.0 does not support the mode being in an + // object, so we have to pass the mode value directly + const result = await fs.copyFile(src, dest, options.mode) + + await owner.update(dest, uid, gid) + + return result +} + +module.exports = copyFile diff --git a/srv/node_modules/@npmcli/fs/lib/cp/LICENSE b/srv/node_modules/@npmcli/fs/lib/cp/LICENSE new file mode 100644 index 000000000..93546dfb7 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/cp/LICENSE @@ -0,0 +1,15 @@ +(The MIT License) + +Copyright (c) 2011-2017 JP Richardson + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files +(the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, + merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS +OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/@npmcli/fs/lib/cp/index.js b/srv/node_modules/@npmcli/fs/lib/cp/index.js new file mode 100644 index 000000000..5da4739bd --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/cp/index.js @@ -0,0 +1,22 @@ +const fs = require('../fs.js') +const getOptions = require('../common/get-options.js') +const node = require('../common/node.js') +const polyfill = require('./polyfill.js') + +// node 16.7.0 added fs.cp +const useNative = node.satisfies('>=16.7.0') + +const cp = async (src, dest, opts) => { + const options = getOptions(opts, { + copy: ['dereference', 'errorOnExist', 'filter', 'force', 'preserveTimestamps', 'recursive'], + }) + + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + return useNative + ? fs.cp(src, dest, options) + : polyfill(src, dest, options) +} + +module.exports = cp diff --git a/srv/node_modules/@npmcli/fs/lib/cp/polyfill.js b/srv/node_modules/@npmcli/fs/lib/cp/polyfill.js new file mode 100644 index 000000000..f83ccbf57 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/cp/polyfill.js @@ -0,0 +1,428 @@ +// this file is a modified version of the code in node 17.2.0 +// which is, in turn, a modified version of the fs-extra module on npm +// node core changes: +// - Use of the assert module has been replaced with core's error system. +// - All code related to the glob dependency has been removed. +// - Bring your own custom fs module is not currently supported. +// - Some basic code cleanup. +// changes here: +// - remove all callback related code +// - drop sync support +// - change assertions back to non-internal methods (see options.js) +// - throws ENOTDIR when rmdir gets an ENOENT for a path that exists in Windows +'use strict' + +const { + ERR_FS_CP_DIR_TO_NON_DIR, + ERR_FS_CP_EEXIST, + ERR_FS_CP_EINVAL, + ERR_FS_CP_FIFO_PIPE, + ERR_FS_CP_NON_DIR_TO_DIR, + ERR_FS_CP_SOCKET, + ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY, + ERR_FS_CP_UNKNOWN, + ERR_FS_EISDIR, + ERR_INVALID_ARG_TYPE, +} = require('../errors.js') +const { + constants: { + errno: { + EEXIST, + EISDIR, + EINVAL, + ENOTDIR, + }, + }, +} = require('os') +const { + chmod, + copyFile, + lstat, + mkdir, + readdir, + readlink, + stat, + symlink, + unlink, + utimes, +} = require('../fs.js') +const { + dirname, + isAbsolute, + join, + parse, + resolve, + sep, + toNamespacedPath, +} = require('path') +const { fileURLToPath } = require('url') + +const defaultOptions = { + dereference: false, + errorOnExist: false, + filter: undefined, + force: true, + preserveTimestamps: false, + recursive: false, +} + +async function cp (src, dest, opts) { + if (opts != null && typeof opts !== 'object') { + throw new ERR_INVALID_ARG_TYPE('options', ['Object'], opts) + } + return cpFn( + toNamespacedPath(getValidatedPath(src)), + toNamespacedPath(getValidatedPath(dest)), + { ...defaultOptions, ...opts }) +} + +function getValidatedPath (fileURLOrPath) { + const path = fileURLOrPath != null && fileURLOrPath.href + && fileURLOrPath.origin + ? fileURLToPath(fileURLOrPath) + : fileURLOrPath + return path +} + +async function cpFn (src, dest, opts) { + // Warn about using preserveTimestamps on 32-bit node + // istanbul ignore next + if (opts.preserveTimestamps && process.arch === 'ia32') { + const warning = 'Using the preserveTimestamps option in 32-bit ' + + 'node is not recommended' + process.emitWarning(warning, 'TimestampPrecisionWarning') + } + const stats = await checkPaths(src, dest, opts) + const { srcStat, destStat } = stats + await checkParentPaths(src, srcStat, dest) + if (opts.filter) { + return handleFilter(checkParentDir, destStat, src, dest, opts) + } + return checkParentDir(destStat, src, dest, opts) +} + +async function checkPaths (src, dest, opts) { + const { 0: srcStat, 1: destStat } = await getStats(src, dest, opts) + if (destStat) { + if (areIdentical(srcStat, destStat)) { + throw new ERR_FS_CP_EINVAL({ + message: 'src and dest cannot be the same', + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + if (srcStat.isDirectory() && !destStat.isDirectory()) { + throw new ERR_FS_CP_DIR_TO_NON_DIR({ + message: `cannot overwrite directory ${src} ` + + `with non-directory ${dest}`, + path: dest, + syscall: 'cp', + errno: EISDIR, + }) + } + if (!srcStat.isDirectory() && destStat.isDirectory()) { + throw new ERR_FS_CP_NON_DIR_TO_DIR({ + message: `cannot overwrite non-directory ${src} ` + + `with directory ${dest}`, + path: dest, + syscall: 'cp', + errno: ENOTDIR, + }) + } + } + + if (srcStat.isDirectory() && isSrcSubdir(src, dest)) { + throw new ERR_FS_CP_EINVAL({ + message: `cannot copy ${src} to a subdirectory of self ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + return { srcStat, destStat } +} + +function areIdentical (srcStat, destStat) { + return destStat.ino && destStat.dev && destStat.ino === srcStat.ino && + destStat.dev === srcStat.dev +} + +function getStats (src, dest, opts) { + const statFunc = opts.dereference ? + (file) => stat(file, { bigint: true }) : + (file) => lstat(file, { bigint: true }) + return Promise.all([ + statFunc(src), + statFunc(dest).catch((err) => { + // istanbul ignore next: unsure how to cover. + if (err.code === 'ENOENT') { + return null + } + // istanbul ignore next: unsure how to cover. + throw err + }), + ]) +} + +async function checkParentDir (destStat, src, dest, opts) { + const destParent = dirname(dest) + const dirExists = await pathExists(destParent) + if (dirExists) { + return getStatsForCopy(destStat, src, dest, opts) + } + await mkdir(destParent, { recursive: true }) + return getStatsForCopy(destStat, src, dest, opts) +} + +function pathExists (dest) { + return stat(dest).then( + () => true, + // istanbul ignore next: not sure when this would occur + (err) => (err.code === 'ENOENT' ? false : Promise.reject(err))) +} + +// Recursively check if dest parent is a subdirectory of src. +// It works for all file types including symlinks since it +// checks the src and dest inodes. It starts from the deepest +// parent and stops once it reaches the src parent or the root path. +async function checkParentPaths (src, srcStat, dest) { + const srcParent = resolve(dirname(src)) + const destParent = resolve(dirname(dest)) + if (destParent === srcParent || destParent === parse(destParent).root) { + return + } + let destStat + try { + destStat = await stat(destParent, { bigint: true }) + } catch (err) { + // istanbul ignore else: not sure when this would occur + if (err.code === 'ENOENT') { + return + } + // istanbul ignore next: not sure when this would occur + throw err + } + if (areIdentical(srcStat, destStat)) { + throw new ERR_FS_CP_EINVAL({ + message: `cannot copy ${src} to a subdirectory of self ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + return checkParentPaths(src, srcStat, destParent) +} + +const normalizePathToArray = (path) => + resolve(path).split(sep).filter(Boolean) + +// Return true if dest is a subdir of src, otherwise false. +// It only checks the path strings. +function isSrcSubdir (src, dest) { + const srcArr = normalizePathToArray(src) + const destArr = normalizePathToArray(dest) + return srcArr.every((cur, i) => destArr[i] === cur) +} + +async function handleFilter (onInclude, destStat, src, dest, opts, cb) { + const include = await opts.filter(src, dest) + if (include) { + return onInclude(destStat, src, dest, opts, cb) + } +} + +function startCopy (destStat, src, dest, opts) { + if (opts.filter) { + return handleFilter(getStatsForCopy, destStat, src, dest, opts) + } + return getStatsForCopy(destStat, src, dest, opts) +} + +async function getStatsForCopy (destStat, src, dest, opts) { + const statFn = opts.dereference ? stat : lstat + const srcStat = await statFn(src) + // istanbul ignore else: can't portably test FIFO + if (srcStat.isDirectory() && opts.recursive) { + return onDir(srcStat, destStat, src, dest, opts) + } else if (srcStat.isDirectory()) { + throw new ERR_FS_EISDIR({ + message: `${src} is a directory (not copied)`, + path: src, + syscall: 'cp', + errno: EINVAL, + }) + } else if (srcStat.isFile() || + srcStat.isCharacterDevice() || + srcStat.isBlockDevice()) { + return onFile(srcStat, destStat, src, dest, opts) + } else if (srcStat.isSymbolicLink()) { + return onLink(destStat, src, dest) + } else if (srcStat.isSocket()) { + throw new ERR_FS_CP_SOCKET({ + message: `cannot copy a socket file: ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } else if (srcStat.isFIFO()) { + throw new ERR_FS_CP_FIFO_PIPE({ + message: `cannot copy a FIFO pipe: ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + // istanbul ignore next: should be unreachable + throw new ERR_FS_CP_UNKNOWN({ + message: `cannot copy an unknown file type: ${dest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) +} + +function onFile (srcStat, destStat, src, dest, opts) { + if (!destStat) { + return _copyFile(srcStat, src, dest, opts) + } + return mayCopyFile(srcStat, src, dest, opts) +} + +async function mayCopyFile (srcStat, src, dest, opts) { + if (opts.force) { + await unlink(dest) + return _copyFile(srcStat, src, dest, opts) + } else if (opts.errorOnExist) { + throw new ERR_FS_CP_EEXIST({ + message: `${dest} already exists`, + path: dest, + syscall: 'cp', + errno: EEXIST, + }) + } +} + +async function _copyFile (srcStat, src, dest, opts) { + await copyFile(src, dest) + if (opts.preserveTimestamps) { + return handleTimestampsAndMode(srcStat.mode, src, dest) + } + return setDestMode(dest, srcStat.mode) +} + +async function handleTimestampsAndMode (srcMode, src, dest) { + // Make sure the file is writable before setting the timestamp + // otherwise open fails with EPERM when invoked with 'r+' + // (through utimes call) + if (fileIsNotWritable(srcMode)) { + await makeFileWritable(dest, srcMode) + return setDestTimestampsAndMode(srcMode, src, dest) + } + return setDestTimestampsAndMode(srcMode, src, dest) +} + +function fileIsNotWritable (srcMode) { + return (srcMode & 0o200) === 0 +} + +function makeFileWritable (dest, srcMode) { + return setDestMode(dest, srcMode | 0o200) +} + +async function setDestTimestampsAndMode (srcMode, src, dest) { + await setDestTimestamps(src, dest) + return setDestMode(dest, srcMode) +} + +function setDestMode (dest, srcMode) { + return chmod(dest, srcMode) +} + +async function setDestTimestamps (src, dest) { + // The initial srcStat.atime cannot be trusted + // because it is modified by the read(2) system call + // (See https://nodejs.org/api/fs.html#fs_stat_time_values) + const updatedSrcStat = await stat(src) + return utimes(dest, updatedSrcStat.atime, updatedSrcStat.mtime) +} + +function onDir (srcStat, destStat, src, dest, opts) { + if (!destStat) { + return mkDirAndCopy(srcStat.mode, src, dest, opts) + } + return copyDir(src, dest, opts) +} + +async function mkDirAndCopy (srcMode, src, dest, opts) { + await mkdir(dest) + await copyDir(src, dest, opts) + return setDestMode(dest, srcMode) +} + +async function copyDir (src, dest, opts) { + const dir = await readdir(src) + for (let i = 0; i < dir.length; i++) { + const item = dir[i] + const srcItem = join(src, item) + const destItem = join(dest, item) + const { destStat } = await checkPaths(srcItem, destItem, opts) + await startCopy(destStat, srcItem, destItem, opts) + } +} + +async function onLink (destStat, src, dest) { + let resolvedSrc = await readlink(src) + if (!isAbsolute(resolvedSrc)) { + resolvedSrc = resolve(dirname(src), resolvedSrc) + } + if (!destStat) { + return symlink(resolvedSrc, dest) + } + let resolvedDest + try { + resolvedDest = await readlink(dest) + } catch (err) { + // Dest exists and is a regular file or directory, + // Windows may throw UNKNOWN error. If dest already exists, + // fs throws error anyway, so no need to guard against it here. + // istanbul ignore next: can only test on windows + if (err.code === 'EINVAL' || err.code === 'UNKNOWN') { + return symlink(resolvedSrc, dest) + } + // istanbul ignore next: should not be possible + throw err + } + if (!isAbsolute(resolvedDest)) { + resolvedDest = resolve(dirname(dest), resolvedDest) + } + if (isSrcSubdir(resolvedSrc, resolvedDest)) { + throw new ERR_FS_CP_EINVAL({ + message: `cannot copy ${resolvedSrc} to a subdirectory of self ` + + `${resolvedDest}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + // Do not copy if src is a subdir of dest since unlinking + // dest in this case would result in removing src contents + // and therefore a broken symlink would be created. + const srcStat = await stat(src) + if (srcStat.isDirectory() && isSrcSubdir(resolvedDest, resolvedSrc)) { + throw new ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY({ + message: `cannot overwrite ${resolvedDest} with ${resolvedSrc}`, + path: dest, + syscall: 'cp', + errno: EINVAL, + }) + } + return copyLink(resolvedSrc, dest) +} + +async function copyLink (resolvedSrc, dest) { + await unlink(dest) + return symlink(resolvedSrc, dest) +} + +module.exports = cp diff --git a/srv/node_modules/@npmcli/fs/lib/errors.js b/srv/node_modules/@npmcli/fs/lib/errors.js new file mode 100644 index 000000000..1cd1e05d0 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/errors.js @@ -0,0 +1,129 @@ +'use strict' +const { inspect } = require('util') + +// adapted from node's internal/errors +// https://github.com/nodejs/node/blob/c8a04049/lib/internal/errors.js + +// close copy of node's internal SystemError class. +class SystemError { + constructor (code, prefix, context) { + // XXX context.code is undefined in all constructors used in cp/polyfill + // that may be a bug copied from node, maybe the constructor should use + // `code` not `errno`? nodejs/node#41104 + let message = `${prefix}: ${context.syscall} returned ` + + `${context.code} (${context.message})` + + if (context.path !== undefined) { + message += ` ${context.path}` + } + if (context.dest !== undefined) { + message += ` => ${context.dest}` + } + + this.code = code + Object.defineProperties(this, { + name: { + value: 'SystemError', + enumerable: false, + writable: true, + configurable: true, + }, + message: { + value: message, + enumerable: false, + writable: true, + configurable: true, + }, + info: { + value: context, + enumerable: true, + configurable: true, + writable: false, + }, + errno: { + get () { + return context.errno + }, + set (value) { + context.errno = value + }, + enumerable: true, + configurable: true, + }, + syscall: { + get () { + return context.syscall + }, + set (value) { + context.syscall = value + }, + enumerable: true, + configurable: true, + }, + }) + + if (context.path !== undefined) { + Object.defineProperty(this, 'path', { + get () { + return context.path + }, + set (value) { + context.path = value + }, + enumerable: true, + configurable: true, + }) + } + + if (context.dest !== undefined) { + Object.defineProperty(this, 'dest', { + get () { + return context.dest + }, + set (value) { + context.dest = value + }, + enumerable: true, + configurable: true, + }) + } + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } + + [Symbol.for('nodejs.util.inspect.custom')] (_recurseTimes, ctx) { + return inspect(this, { + ...ctx, + getters: true, + customInspect: false, + }) + } +} + +function E (code, message) { + module.exports[code] = class NodeError extends SystemError { + constructor (ctx) { + super(code, message, ctx) + } + } +} + +E('ERR_FS_CP_DIR_TO_NON_DIR', 'Cannot overwrite directory with non-directory') +E('ERR_FS_CP_EEXIST', 'Target already exists') +E('ERR_FS_CP_EINVAL', 'Invalid src or dest') +E('ERR_FS_CP_FIFO_PIPE', 'Cannot copy a FIFO pipe') +E('ERR_FS_CP_NON_DIR_TO_DIR', 'Cannot overwrite non-directory with directory') +E('ERR_FS_CP_SOCKET', 'Cannot copy a socket file') +E('ERR_FS_CP_SYMLINK_TO_SUBDIRECTORY', 'Cannot overwrite symlink in subdirectory of self') +E('ERR_FS_CP_UNKNOWN', 'Cannot copy an unknown file type') +E('ERR_FS_EISDIR', 'Path is a directory') + +module.exports.ERR_INVALID_ARG_TYPE = class ERR_INVALID_ARG_TYPE extends Error { + constructor (name, expected, actual) { + super() + this.code = 'ERR_INVALID_ARG_TYPE' + this.message = `The ${name} argument must be ${expected}. Received ${typeof actual}` + } +} diff --git a/srv/node_modules/@npmcli/fs/lib/fs.js b/srv/node_modules/@npmcli/fs/lib/fs.js new file mode 100644 index 000000000..29e5fb573 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/fs.js @@ -0,0 +1,8 @@ +const fs = require('fs') +const promisify = require('@gar/promisify') + +// this module returns the core fs module wrapped in a proxy that promisifies +// method calls within the getter. we keep it in a separate module so that the +// overridden methods have a consistent way to get to promisified fs methods +// without creating a circular dependency +module.exports = promisify(fs) diff --git a/srv/node_modules/@npmcli/fs/lib/index.js b/srv/node_modules/@npmcli/fs/lib/index.js new file mode 100644 index 000000000..e40d748a7 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/index.js @@ -0,0 +1,10 @@ +module.exports = { + ...require('./fs.js'), + copyFile: require('./copy-file.js'), + cp: require('./cp/index.js'), + mkdir: require('./mkdir/index.js'), + mkdtemp: require('./mkdtemp.js'), + rm: require('./rm/index.js'), + withTempDir: require('./with-temp-dir.js'), + writeFile: require('./write-file.js'), +} diff --git a/srv/node_modules/@npmcli/fs/lib/mkdir/index.js b/srv/node_modules/@npmcli/fs/lib/mkdir/index.js new file mode 100644 index 000000000..04ff44790 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/mkdir/index.js @@ -0,0 +1,32 @@ +const fs = require('../fs.js') +const getOptions = require('../common/get-options.js') +const node = require('../common/node.js') +const owner = require('../common/owner.js') + +const polyfill = require('./polyfill.js') + +// node 10.12.0 added the options parameter, which allows recursive and mode +// properties to be passed +const useNative = node.satisfies('>=10.12.0') + +// extends mkdir with the ability to specify an owner of the new dir +const mkdir = async (path, opts) => { + const options = getOptions(opts, { + copy: ['mode', 'recursive', 'owner'], + wrap: 'mode', + }) + const { uid, gid } = await owner.validate(path, options.owner) + + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + const result = useNative + ? await fs.mkdir(path, options) + : await polyfill(path, options) + + await owner.update(path, uid, gid) + + return result +} + +module.exports = mkdir diff --git a/srv/node_modules/@npmcli/fs/lib/mkdir/polyfill.js b/srv/node_modules/@npmcli/fs/lib/mkdir/polyfill.js new file mode 100644 index 000000000..4f8e6f006 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/mkdir/polyfill.js @@ -0,0 +1,81 @@ +const { dirname } = require('path') + +const fileURLToPath = require('../common/file-url-to-path/index.js') +const fs = require('../fs.js') + +const defaultOptions = { + mode: 0o777, + recursive: false, +} + +const mkdir = async (path, opts) => { + const options = { ...defaultOptions, ...opts } + + // if we're not in recursive mode, just call the real mkdir with the path and + // the mode option only + if (!options.recursive) { + return fs.mkdir(path, options.mode) + } + + const makeDirectory = async (dir, mode) => { + // we can't use dirname directly since these functions support URL + // objects with the file: protocol as the path input, so first we get a + // string path, then we can call dirname on that + const parent = dir != null && dir.href && dir.origin + ? dirname(fileURLToPath(dir)) + : dirname(dir) + + // if the parent is the dir itself, try to create it. anything but EISDIR + // should be rethrown + if (parent === dir) { + try { + await fs.mkdir(dir, opts) + } catch (err) { + if (err.code !== 'EISDIR') { + throw err + } + } + return undefined + } + + try { + await fs.mkdir(dir, mode) + return dir + } catch (err) { + // ENOENT means the parent wasn't there, so create that + if (err.code === 'ENOENT') { + const made = await makeDirectory(parent, mode) + await makeDirectory(dir, mode) + // return the shallowest path we created, i.e. the result of creating + // the parent + return made + } + + // an EEXIST means there's already something there + // an EROFS means we have a read-only filesystem and can't create a dir + // any other error is fatal and we should give up now + if (err.code !== 'EEXIST' && err.code !== 'EROFS') { + throw err + } + + // stat the directory, if the result is a directory, then we successfully + // created this one so return its path. otherwise, we reject with the + // original error by ignoring the error in the catch + try { + const stat = await fs.stat(dir) + if (stat.isDirectory()) { + // if it already existed, we didn't create anything so return + // undefined + return undefined + } + } catch (_) {} + + // if the thing that's there isn't a directory, then just re-throw + throw err + } + } + + return makeDirectory(path, options.mode) +} + +module.exports = mkdir diff --git a/srv/node_modules/@npmcli/fs/lib/mkdtemp.js b/srv/node_modules/@npmcli/fs/lib/mkdtemp.js new file mode 100644 index 000000000..b7f078029 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/mkdtemp.js @@ -0,0 +1,28 @@ +const { dirname, sep } = require('path') + +const fs = require('./fs.js') +const getOptions = require('./common/get-options.js') +const owner = require('./common/owner.js') + +const mkdtemp = async (prefix, opts) => { + const options = getOptions(opts, { + copy: ['encoding', 'owner'], + wrap: 'encoding', + }) + + // mkdtemp relies on the trailing path separator to indicate if it should + // create a directory inside of the prefix. if that's the case then the root + // we infer ownership from is the prefix itself, otherwise it's the dirname + // /tmp -> /tmpABCDEF, infers from / + // /tmp/ -> /tmp/ABCDEF, infers from /tmp + const root = prefix.endsWith(sep) ? prefix : dirname(prefix) + const { uid, gid } = await owner.validate(root, options.owner) + + const result = await fs.mkdtemp(prefix, options) + + await owner.update(result, uid, gid) + + return result +} + +module.exports = mkdtemp diff --git a/srv/node_modules/@npmcli/fs/lib/rm/index.js b/srv/node_modules/@npmcli/fs/lib/rm/index.js new file mode 100644 index 000000000..cb81fbdf8 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/rm/index.js @@ -0,0 +1,22 @@ +const fs = require('../fs.js') +const getOptions = require('../common/get-options.js') +const node = require('../common/node.js') +const polyfill = require('./polyfill.js') + +// node 14.14.0 added fs.rm, which allows both the force and recursive options +const useNative = node.satisfies('>=14.14.0') + +const rm = async (path, opts) => { + const options = getOptions(opts, { + copy: ['retryDelay', 'maxRetries', 'recursive', 'force'], + }) + + // the polyfill is tested separately from this module, no need to hack + // process.version to try to trigger it just for coverage + // istanbul ignore next + return useNative + ? fs.rm(path, options) + : polyfill(path, options) +} + +module.exports = rm diff --git a/srv/node_modules/@npmcli/fs/lib/rm/polyfill.js b/srv/node_modules/@npmcli/fs/lib/rm/polyfill.js new file mode 100644 index 000000000..a25c17483 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/rm/polyfill.js @@ -0,0 +1,239 @@ +// this file is a modified version of the code in node core >=14.14.0 +// which is, in turn, a modified version of the rimraf module on npm +// node core changes: +// - Use of the assert module has been replaced with core's error system. +// - All code related to the glob dependency has been removed. +// - Bring your own custom fs module is not currently supported. +// - Some basic code cleanup. +// changes here: +// - remove all callback related code +// - drop sync support +// - change assertions back to non-internal methods (see options.js) +// - throws ENOTDIR when rmdir gets an ENOENT for a path that exists in Windows +const errnos = require('os').constants.errno +const { join } = require('path') +const fs = require('../fs.js') + +// error codes that mean we need to remove contents +const notEmptyCodes = new Set([ + 'ENOTEMPTY', + 'EEXIST', + 'EPERM', +]) + +// error codes we can retry later +const retryCodes = new Set([ + 'EBUSY', + 'EMFILE', + 'ENFILE', + 'ENOTEMPTY', + 'EPERM', +]) + +const isWindows = process.platform === 'win32' + +const defaultOptions = { + retryDelay: 100, + maxRetries: 0, + recursive: false, + force: false, +} + +// this is drastically simplified, but should be roughly equivalent to what +// node core throws +class ERR_FS_EISDIR extends Error { + constructor (path) { + super() + this.info = { + code: 'EISDIR', + message: 'is a directory', + path, + syscall: 'rm', + errno: errnos.EISDIR, + } + this.name = 'SystemError' + this.code = 'ERR_FS_EISDIR' + this.errno = errnos.EISDIR + this.syscall = 'rm' + this.path = path + this.message = `Path is a directory: ${this.syscall} returned ` + + `${this.info.code} (is a directory) ${path}` + } + + toString () { + return `${this.name} [${this.code}]: ${this.message}` + } +} + +class ENOTDIR extends Error { + constructor (path) { + super() + this.name = 'Error' + this.code = 'ENOTDIR' + this.errno = errnos.ENOTDIR + this.syscall = 'rmdir' + this.path = path + this.message = `not a directory, ${this.syscall} '${this.path}'` + } + + toString () { + return `${this.name}: ${this.code}: ${this.message}` + } +} + +// force is passed separately here because we respect it for the first entry +// into rimraf only, any further calls that are spawned as a result (i.e. to +// delete content within the target) will ignore ENOENT errors +const rimraf = async (path, options, isTop = false) => { + const force = isTop ? options.force : true + const stat = await fs.lstat(path) + .catch((err) => { + // we only ignore ENOENT if we're forcing this call + if (err.code === 'ENOENT' && force) { + return + } + + if (isWindows && err.code === 'EPERM') { + return fixEPERM(path, options, err, isTop) + } + + throw err + }) + + // no stat object here means either lstat threw an ENOENT, or lstat threw + // an EPERM and the fixPERM function took care of things. either way, we're + // already done, so return early + if (!stat) { + return + } + + if (stat.isDirectory()) { + return rmdir(path, options, null, isTop) + } + + return fs.unlink(path) + .catch((err) => { + if (err.code === 'ENOENT' && force) { + return + } + + if (err.code === 'EISDIR') { + return rmdir(path, options, err, isTop) + } + + if (err.code === 'EPERM') { + // in windows, we handle this through fixEPERM which will also try to + // delete things again. everywhere else since deleting the target as a + // file didn't work we go ahead and try to delete it as a directory + return isWindows + ? fixEPERM(path, options, err, isTop) + : rmdir(path, options, err, isTop) + } + + throw err + }) +} + +const fixEPERM = async (path, options, originalErr, isTop) => { + const force = isTop ? options.force : true + const targetMissing = await fs.chmod(path, 0o666) + .catch((err) => { + if (err.code === 'ENOENT' && force) { + return true + } + + throw originalErr + }) + + // got an ENOENT above, return now. no file = no problem + if (targetMissing) { + return + } + + // this function does its own lstat rather than calling rimraf again to avoid + // infinite recursion for a repeating EPERM + const stat = await fs.lstat(path) + .catch((err) => { + if (err.code === 'ENOENT' && force) { + return + } + + throw originalErr + }) + + if (!stat) { + return + } + + if (stat.isDirectory()) { + return rmdir(path, options, originalErr, isTop) + } + + return fs.unlink(path) +} + +const rmdir = async (path, options, originalErr, isTop) => { + if (!options.recursive && isTop) { + throw originalErr || new ERR_FS_EISDIR(path) + } + const force = isTop ? options.force : true + + return fs.rmdir(path) + .catch(async (err) => { + // in Windows, calling rmdir on a file path will fail with ENOENT rather + // than ENOTDIR. to determine if that's what happened, we have to do + // another lstat on the path. if the path isn't actually gone, we throw + // away the ENOENT and replace it with our own ENOTDIR + if (isWindows && err.code === 'ENOENT') { + const stillExists = await fs.lstat(path).then(() => true, () => false) + if (stillExists) { + err = new ENOTDIR(path) + } + } + + // not there, not a problem + if (err.code === 'ENOENT' && force) { + return + } + + // we may not have originalErr if lstat tells us our target is a + // directory but that changes before we actually remove it, so + // only throw it here if it's set + if (originalErr && err.code === 'ENOTDIR') { + throw originalErr + } + + // the directory isn't empty, remove the contents and try again + if (notEmptyCodes.has(err.code)) { + const files = await fs.readdir(path) + await Promise.all(files.map((file) => { + const target = join(path, file) + return rimraf(target, options) + })) + return fs.rmdir(path) + } + + throw err + }) +} + +const rm = async (path, opts) => { + const options = { ...defaultOptions, ...opts } + let retries = 0 + + const errHandler = async (err) => { + if (retryCodes.has(err.code) && ++retries < options.maxRetries) { + const delay = retries * options.retryDelay + await promiseTimeout(delay) + return rimraf(path, options, true).catch(errHandler) + } + + throw err + } + + return rimraf(path, options, true).catch(errHandler) +} + +const promiseTimeout = (ms) => new Promise((r) => setTimeout(r, ms)) + +module.exports = rm diff --git a/srv/node_modules/@npmcli/fs/lib/with-temp-dir.js b/srv/node_modules/@npmcli/fs/lib/with-temp-dir.js new file mode 100644 index 000000000..353d5555d --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/with-temp-dir.js @@ -0,0 +1,39 @@ +const { join, sep } = require('path') + +const getOptions = require('./common/get-options.js') +const mkdir = require('./mkdir/index.js') +const mkdtemp = require('./mkdtemp.js') +const rm = require('./rm/index.js') + +// create a temp directory, ensure its permissions match its parent, then call +// the supplied function passing it the path to the directory. clean up after +// the function finishes, whether it throws or not +const withTempDir = async (root, fn, opts) => { + const options = getOptions(opts, { + copy: ['tmpPrefix'], + }) + // create the directory, and fix its ownership + await mkdir(root, { recursive: true, owner: 'inherit' }) + + const target = await mkdtemp(join(`${root}${sep}`, options.tmpPrefix || ''), { owner: 'inherit' }) + let err + let result + + try { + result = await fn(target) + } catch (_err) { + err = _err + } + + try { + await rm(target, { force: true, recursive: true }) + } catch (err) {} + + if (err) { + throw err + } + + return result +} + +module.exports = withTempDir diff --git a/srv/node_modules/@npmcli/fs/lib/write-file.js b/srv/node_modules/@npmcli/fs/lib/write-file.js new file mode 100644 index 000000000..01de531d9 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/lib/write-file.js @@ -0,0 +1,19 @@ +const fs = require('./fs.js') +const getOptions = require('./common/get-options.js') +const owner = require('./common/owner.js') + +const writeFile = async (file, data, opts) => { + const options = getOptions(opts, { + copy: ['encoding', 'mode', 'flag', 'signal', 'owner'], + wrap: 'encoding', + }) + const { uid, gid } = await owner.validate(file, options.owner) + + const result = await fs.writeFile(file, data, options) + + await owner.update(file, uid, gid) + + return result +} + +module.exports = writeFile diff --git a/srv/node_modules/@npmcli/fs/package.json b/srv/node_modules/@npmcli/fs/package.json new file mode 100644 index 000000000..0296aa7f1 --- /dev/null +++ b/srv/node_modules/@npmcli/fs/package.json @@ -0,0 +1,38 @@ +{ + "name": "@npmcli/fs", + "version": "1.1.1", + "description": "filesystem utilities for the npm cli", + "main": "lib/index.js", + "files": [ + "bin", + "lib" + ], + "scripts": { + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap", + "test": "tap", + "npmclilint": "npmcli-lint", + "lint": "eslint '**/*.js'", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "postsnap": "npm run lintfix --", + "postlint": "npm-template-check" + }, + "keywords": [ + "npm", + "oss" + ], + "author": "GitHub Inc.", + "license": "ISC", + "devDependencies": { + "@npmcli/template-oss": "^2.3.1", + "tap": "^15.0.9" + }, + "dependencies": { + "@gar/promisify": "^1.0.1", + "semver": "^7.3.5" + }, + "templateVersion": "2.3.1" +} diff --git a/srv/node_modules/@npmcli/move-file/LICENSE.md b/srv/node_modules/@npmcli/move-file/LICENSE.md new file mode 100644 index 000000000..072bf2084 --- /dev/null +++ b/srv/node_modules/@npmcli/move-file/LICENSE.md @@ -0,0 +1,22 @@ +MIT License + +Copyright (c) Sindre Sorhus (https://sindresorhus.com) +Copyright (c) npm, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/@npmcli/move-file/README.md b/srv/node_modules/@npmcli/move-file/README.md new file mode 100644 index 000000000..8a5a57f0f --- /dev/null +++ b/srv/node_modules/@npmcli/move-file/README.md @@ -0,0 +1,69 @@ +# @npmcli/move-file + +A fork of [move-file](https://github.com/sindresorhus/move-file) with +compatibility with all node 10.x versions. + +> Move a file (or directory) + +The built-in +[`fs.rename()`](https://nodejs.org/api/fs.html#fs_fs_rename_oldpath_newpath_callback) +is just a JavaScript wrapper for the C `rename(2)` function, which doesn't +support moving files across partitions or devices. This module is what you +would have expected `fs.rename()` to be. + +## Highlights + +- Promise API. +- Supports moving a file across partitions and devices. +- Optionally prevent overwriting an existing file. +- Creates non-existent destination directories for you. +- Support for Node versions that lack built-in recursive `fs.mkdir()` +- Automatically recurses when source is a directory. + +## Install + +``` +$ npm install @npmcli/move-file +``` + +## Usage + +```js +const moveFile = require('@npmcli/move-file'); + +(async () => { + await moveFile('source/unicorn.png', 'destination/unicorn.png'); + console.log('The file has been moved'); +})(); +``` + +## API + +### moveFile(source, destination, options?) + +Returns a `Promise` that resolves when the file has been moved. + +### moveFile.sync(source, destination, options?) + +#### source + +Type: `string` + +File, or directory, you want to move. + +#### destination + +Type: `string` + +Where you want the file or directory moved. + +#### options + +Type: `object` + +##### overwrite + +Type: `boolean`\ +Default: `true` + +Overwrite existing destination file(s). diff --git a/srv/node_modules/@npmcli/move-file/index.js b/srv/node_modules/@npmcli/move-file/index.js new file mode 100644 index 000000000..95d1888c6 --- /dev/null +++ b/srv/node_modules/@npmcli/move-file/index.js @@ -0,0 +1,162 @@ +const { dirname, join, resolve, relative, isAbsolute } = require('path') +const rimraf_ = require('rimraf') +const { promisify } = require('util') +const { + access: access_, + accessSync, + copyFile: copyFile_, + copyFileSync, + unlink: unlink_, + unlinkSync, + readdir: readdir_, + readdirSync, + rename: rename_, + renameSync, + stat: stat_, + statSync, + lstat: lstat_, + lstatSync, + symlink: symlink_, + symlinkSync, + readlink: readlink_, + readlinkSync +} = require('fs') + +const access = promisify(access_) +const copyFile = promisify(copyFile_) +const unlink = promisify(unlink_) +const readdir = promisify(readdir_) +const rename = promisify(rename_) +const stat = promisify(stat_) +const lstat = promisify(lstat_) +const symlink = promisify(symlink_) +const readlink = promisify(readlink_) +const rimraf = promisify(rimraf_) +const rimrafSync = rimraf_.sync + +const mkdirp = require('mkdirp') + +const pathExists = async path => { + try { + await access(path) + return true + } catch (er) { + return er.code !== 'ENOENT' + } +} + +const pathExistsSync = path => { + try { + accessSync(path) + return true + } catch (er) { + return er.code !== 'ENOENT' + } +} + +const moveFile = async (source, destination, options = {}, root = true, symlinks = []) => { + if (!source || !destination) { + throw new TypeError('`source` and `destination` file required') + } + + options = { + overwrite: true, + ...options + } + + if (!options.overwrite && await pathExists(destination)) { + throw new Error(`The destination file exists: ${destination}`) + } + + await mkdirp(dirname(destination)) + + try { + await rename(source, destination) + } catch (error) { + if (error.code === 'EXDEV' || error.code === 'EPERM') { + const sourceStat = await lstat(source) + if (sourceStat.isDirectory()) { + const files = await readdir(source) + await Promise.all(files.map((file) => moveFile(join(source, file), join(destination, file), options, false, symlinks))) + } else if (sourceStat.isSymbolicLink()) { + symlinks.push({ source, destination }) + } else { + await copyFile(source, destination) + } + } else { + throw error + } + } + + if (root) { + await Promise.all(symlinks.map(async ({ source, destination }) => { + let target = await readlink(source) + // junction symlinks in windows will be absolute paths, so we need to make sure they point to the destination + if (isAbsolute(target)) + target = resolve(destination, relative(source, target)) + // try to determine what the actual file is so we can create the correct type of symlink in windows + let targetStat + try { + targetStat = await stat(resolve(dirname(source), target)) + } catch (err) {} + await symlink(target, destination, targetStat && targetStat.isDirectory() ? 'junction' : 'file') + })) + await rimraf(source) + } +} + +const moveFileSync = (source, destination, options = {}, root = true, symlinks = []) => { + if (!source || !destination) { + throw new TypeError('`source` and `destination` file required') + } + + options = { + overwrite: true, + ...options + } + + if (!options.overwrite && pathExistsSync(destination)) { + throw new Error(`The destination file exists: ${destination}`) + } + + mkdirp.sync(dirname(destination)) + + try { + renameSync(source, destination) + } catch (error) { + if (error.code === 'EXDEV' || error.code === 'EPERM') { + const sourceStat = lstatSync(source) + if (sourceStat.isDirectory()) { + const files = readdirSync(source) + for (const file of files) { + moveFileSync(join(source, file), join(destination, file), options, false, symlinks) + } + } else if (sourceStat.isSymbolicLink()) { + symlinks.push({ source, destination }) + } else { + copyFileSync(source, destination) + } + } else { + throw error + } + } + + if (root) { + for (const { source, destination } of symlinks) { + let target = readlinkSync(source) + // junction symlinks in windows will be absolute paths, so we need to make sure they point to the destination + if (isAbsolute(target)) + target = resolve(destination, relative(source, target)) + // try to determine what the actual file is so we can create the correct type of symlink in windows + let targetStat + try { + targetStat = statSync(resolve(dirname(source), target)) + } catch (err) {} + symlinkSync(target, destination, targetStat && targetStat.isDirectory() ? 'junction' : 'file') + } + rimrafSync(source) + } +} + +module.exports = moveFile +module.exports.sync = moveFileSync diff --git a/srv/node_modules/@npmcli/move-file/package.json b/srv/node_modules/@npmcli/move-file/package.json new file mode 100644 index 000000000..0c066dbcf --- /dev/null +++ b/srv/node_modules/@npmcli/move-file/package.json @@ -0,0 +1,34 @@ +{ + "name": "@npmcli/move-file", + "version": "1.1.2", + "files": [ + "index.js" + ], + "description": "move a file (fork of move-file)", + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "devDependencies": { + "require-inject": "^1.4.4", + "tap": "^14.10.7" + }, + "scripts": { + "test": "tap", + "snap": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/npm/move-file" + }, + "tap": { + "check-coverage": true + }, + "license": "MIT", + "engines": { + "node": ">=10" + } +} diff --git a/srv/node_modules/@tootallnate/once/dist/index.d.ts b/srv/node_modules/@tootallnate/once/dist/index.d.ts new file mode 100644 index 000000000..a7efe943b --- /dev/null +++ b/srv/node_modules/@tootallnate/once/dist/index.d.ts @@ -0,0 +1,14 @@ +/// +import { EventEmitter } from 'events'; +declare function once(emitter: EventEmitter, name: string): once.CancelablePromise; +declare namespace once { + interface CancelFunction { + (): void; + } + interface CancelablePromise extends Promise { + cancel: CancelFunction; + } + type CancellablePromise = CancelablePromise; + function spread(emitter: EventEmitter, name: string): once.CancelablePromise; +} +export = once; diff --git a/srv/node_modules/@tootallnate/once/dist/index.js b/srv/node_modules/@tootallnate/once/dist/index.js new file mode 100644 index 000000000..bfd0dc88f --- /dev/null +++ b/srv/node_modules/@tootallnate/once/dist/index.js @@ -0,0 +1,39 @@ +"use strict"; +function noop() { } +function once(emitter, name) { + const o = once.spread(emitter, name); + const r = o.then((args) => args[0]); + r.cancel = o.cancel; + return r; +} +(function (once) { + function spread(emitter, name) { + let c = null; + const p = new Promise((resolve, reject) => { + function cancel() { + emitter.removeListener(name, onEvent); + emitter.removeListener('error', onError); + p.cancel = noop; + } + function onEvent(...args) { + cancel(); + resolve(args); + } + function onError(err) { + cancel(); + reject(err); + } + c = cancel; + emitter.on(name, onEvent); + emitter.on('error', onError); + }); + if (!c) { + throw new TypeError('Could not get `cancel()` function'); + } + p.cancel = c; + return p; + } + once.spread = spread; +})(once || (once = {})); +module.exports = once; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/srv/node_modules/@tootallnate/once/dist/index.js.map b/srv/node_modules/@tootallnate/once/dist/index.js.map new file mode 100644 index 000000000..30d20491d --- /dev/null +++ b/srv/node_modules/@tootallnate/once/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAEA,SAAS,IAAI,KAAI,CAAC;AAElB,SAAS,IAAI,CACZ,OAAqB,EACrB,IAAY;IAEZ,MAAM,CAAC,GAAG,IAAI,CAAC,MAAM,CAAM,OAAO,EAAE,IAAI,CAAC,CAAC;IAC1C,MAAM,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,IAAS,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,CAA8B,CAAC;IACtE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,MAAM,CAAC;IACpB,OAAO,CAAC,CAAC;AACV,CAAC;AAED,WAAU,IAAI;IAWb,SAAgB,MAAM,CACrB,OAAqB,EACrB,IAAY;QAEZ,IAAI,CAAC,GAA+B,IAAI,CAAC;QACzC,MAAM,CAAC,GAAG,IAAI,OAAO,CAAI,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YAC5C,SAAS,MAAM;gBACd,OAAO,CAAC,cAAc,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;gBACtC,OAAO,CAAC,cAAc,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;gBACzC,CAAC,CAAC,MAAM,GAAG,IAAI,CAAC;YACjB,CAAC;YACD,SAAS,OAAO,CAAC,GAAG,IAAW;gBAC9B,MAAM,EAAE,CAAC;gBACT,OAAO,CAAC,IAAS,CAAC,CAAC;YACpB,CAAC;YACD,SAAS,OAAO,CAAC,GAAU;gBAC1B,MAAM,EAAE,CAAC;gBACT,MAAM,CAAC,GAAG,CAAC,CAAC;YACb,CAAC;YACD,CAAC,GAAG,MAAM,CAAC;YACX,OAAO,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;YAC1B,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC9B,CAAC,CAA8B,CAAC;QAChC,IAAI,CAAC,CAAC,EAAE;YACP,MAAM,IAAI,SAAS,CAAC,mCAAmC,CAAC,CAAC;SACzD;QACD,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;QACb,OAAO,CAAC,CAAC;IACV,CAAC;IA5Be,WAAM,SA4BrB,CAAA;AACF,CAAC,EAxCS,IAAI,KAAJ,IAAI,QAwCb;AAED,iBAAS,IAAI,CAAC"} \ No newline at end of file diff --git a/srv/node_modules/@tootallnate/once/package.json b/srv/node_modules/@tootallnate/once/package.json new file mode 100644 index 000000000..8343f9fad --- /dev/null +++ b/srv/node_modules/@tootallnate/once/package.json @@ -0,0 +1,45 @@ +{ + "name": "@tootallnate/once", + "version": "1.1.2", + "description": "Creates a Promise that waits for a single event", + "main": "./dist/index.js", + "types": "./dist/index.d.ts", + "files": [ + "dist" + ], + "scripts": { + "prebuild": "rimraf dist", + "build": "tsc", + "test": "mocha --reporter spec", + "test-lint": "eslint src --ext .js,.ts", + "prepublishOnly": "npm run build" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/once.git" + }, + "keywords": [], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/once/issues" + }, + "devDependencies": { + "@types/node": "^12.12.11", + "@typescript-eslint/eslint-plugin": "1.6.0", + "@typescript-eslint/parser": "1.1.0", + "eslint": "5.16.0", + "eslint-config-airbnb": "17.1.0", + "eslint-config-prettier": "4.1.0", + "eslint-import-resolver-typescript": "1.1.1", + "eslint-plugin-import": "2.16.0", + "eslint-plugin-jsx-a11y": "6.2.1", + "eslint-plugin-react": "7.12.4", + "mocha": "^6.2.2", + "rimraf": "^3.0.0", + "typescript": "^3.7.3" + }, + "engines": { + "node": ">= 6" + } +} diff --git a/srv/node_modules/abbrev/LICENSE b/srv/node_modules/abbrev/LICENSE new file mode 100644 index 000000000..9bcfa9d7d --- /dev/null +++ b/srv/node_modules/abbrev/LICENSE @@ -0,0 +1,46 @@ +This software is dual-licensed under the ISC and MIT licenses. +You may use this software under EITHER of the following licenses. + +---------- + +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +---------- + +Copyright Isaac Z. Schlueter and Contributors +All rights reserved. + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/abbrev/README.md b/srv/node_modules/abbrev/README.md new file mode 100644 index 000000000..99746fe67 --- /dev/null +++ b/srv/node_modules/abbrev/README.md @@ -0,0 +1,23 @@ +# abbrev-js + +Just like [ruby's Abbrev](http://apidock.com/ruby/Abbrev). + +Usage: + + var abbrev = require("abbrev"); + abbrev("foo", "fool", "folding", "flop"); + + // returns: + { fl: 'flop' + , flo: 'flop' + , flop: 'flop' + , fol: 'folding' + , fold: 'folding' + , foldi: 'folding' + , foldin: 'folding' + , folding: 'folding' + , foo: 'foo' + , fool: 'fool' + } + +This is handy for command-line scripts, or other cases where you want to be able to accept shorthands. diff --git a/srv/node_modules/abbrev/abbrev.js b/srv/node_modules/abbrev/abbrev.js new file mode 100644 index 000000000..7b1dc5d67 --- /dev/null +++ b/srv/node_modules/abbrev/abbrev.js @@ -0,0 +1,61 @@ +module.exports = exports = abbrev.abbrev = abbrev + +abbrev.monkeyPatch = monkeyPatch + +function monkeyPatch () { + Object.defineProperty(Array.prototype, 'abbrev', { + value: function () { return abbrev(this) }, + enumerable: false, configurable: true, writable: true + }) + + Object.defineProperty(Object.prototype, 'abbrev', { + value: function () { return abbrev(Object.keys(this)) }, + enumerable: false, configurable: true, writable: true + }) +} + +function abbrev (list) { + if (arguments.length !== 1 || !Array.isArray(list)) { + list = Array.prototype.slice.call(arguments, 0) + } + for (var i = 0, l = list.length, args = [] ; i < l ; i ++) { + args[i] = typeof list[i] === "string" ? list[i] : String(list[i]) + } + + // sort them lexicographically, so that they're next to their nearest kin + args = args.sort(lexSort) + + // walk through each, seeing how much it has in common with the next and previous + var abbrevs = {} + , prev = "" + for (var i = 0, l = args.length ; i < l ; i ++) { + var current = args[i] + , next = args[i + 1] || "" + , nextMatches = true + , prevMatches = true + if (current === next) continue + for (var j = 0, cl = current.length ; j < cl ; j ++) { + var curChar = current.charAt(j) + nextMatches = nextMatches && curChar === next.charAt(j) + prevMatches = prevMatches && curChar === prev.charAt(j) + if (!nextMatches && !prevMatches) { + j ++ + break + } + } + prev = current + if (j === cl) { + abbrevs[current] = current + continue + } + for (var a = current.substr(0, j) ; j <= cl ; j ++) { + abbrevs[a] = current + a += current.charAt(j) + } + } + return abbrevs +} + +function lexSort (a, b) { + return a === b ? 0 : a > b ? 1 : -1 +} diff --git a/srv/node_modules/abbrev/package.json b/srv/node_modules/abbrev/package.json new file mode 100644 index 000000000..bf4e8015b --- /dev/null +++ b/srv/node_modules/abbrev/package.json @@ -0,0 +1,21 @@ +{ + "name": "abbrev", + "version": "1.1.1", + "description": "Like ruby's abbrev module, but in js", + "author": "Isaac Z. Schlueter ", + "main": "abbrev.js", + "scripts": { + "test": "tap test.js --100", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "repository": "http://github.com/isaacs/abbrev-js", + "license": "ISC", + "devDependencies": { + "tap": "^10.1" + }, + "files": [ + "abbrev.js" + ] +} diff --git a/srv/node_modules/accepts/HISTORY.md b/srv/node_modules/accepts/HISTORY.md new file mode 100644 index 000000000..627a81d0c --- /dev/null +++ b/srv/node_modules/accepts/HISTORY.md @@ -0,0 +1,250 @@ +2.0.0 / 2024-08-31 +================== + + * Drop node <18 support + * deps: mime-types@^3.0.0 + * deps: negotiator@^1.0.0 + +1.3.8 / 2022-02-02 +================== + + * deps: mime-types@~2.1.34 + - deps: mime-db@~1.51.0 + * deps: negotiator@0.6.3 + +1.3.7 / 2019-04-29 +================== + + * deps: negotiator@0.6.2 + - Fix sorting charset, encoding, and language with extra parameters + +1.3.6 / 2019-04-28 +================== + + * deps: mime-types@~2.1.24 + - deps: mime-db@~1.40.0 + +1.3.5 / 2018-02-28 +================== + + * deps: mime-types@~2.1.18 + - deps: mime-db@~1.33.0 + +1.3.4 / 2017-08-22 +================== + + * deps: mime-types@~2.1.16 + - deps: mime-db@~1.29.0 + +1.3.3 / 2016-05-02 +================== + + * deps: mime-types@~2.1.11 + - deps: mime-db@~1.23.0 + * deps: negotiator@0.6.1 + - perf: improve `Accept` parsing speed + - perf: improve `Accept-Charset` parsing speed + - perf: improve `Accept-Encoding` parsing speed + - perf: improve `Accept-Language` parsing speed + +1.3.2 / 2016-03-08 +================== + + * deps: mime-types@~2.1.10 + - Fix extension of `application/dash+xml` + - Update primary extension for `audio/mp4` + - deps: mime-db@~1.22.0 + +1.3.1 / 2016-01-19 +================== + + * deps: mime-types@~2.1.9 + - deps: mime-db@~1.21.0 + +1.3.0 / 2015-09-29 +================== + + * deps: mime-types@~2.1.7 + - deps: mime-db@~1.19.0 + * deps: negotiator@0.6.0 + - Fix including type extensions in parameters in `Accept` parsing + - Fix parsing `Accept` parameters with quoted equals + - Fix parsing `Accept` parameters with quoted semicolons + - Lazy-load modules from main entry point + - perf: delay type concatenation until needed + - perf: enable strict mode + - perf: hoist regular expressions + - perf: remove closures getting spec properties + - perf: remove a closure from media type parsing + - perf: remove property delete from media type parsing + +1.2.13 / 2015-09-06 +=================== + + * deps: mime-types@~2.1.6 + - deps: mime-db@~1.18.0 + +1.2.12 / 2015-07-30 +=================== + + * deps: mime-types@~2.1.4 + - deps: mime-db@~1.16.0 + +1.2.11 / 2015-07-16 +=================== + + * deps: mime-types@~2.1.3 + - deps: mime-db@~1.15.0 + +1.2.10 / 2015-07-01 +=================== + + * deps: mime-types@~2.1.2 + - deps: mime-db@~1.14.0 + +1.2.9 / 2015-06-08 +================== + + * deps: mime-types@~2.1.1 + - perf: fix deopt during mapping + +1.2.8 / 2015-06-07 +================== + + * deps: mime-types@~2.1.0 + - deps: mime-db@~1.13.0 + * perf: avoid argument reassignment & argument slice + * perf: avoid negotiator recursive construction + * perf: enable strict mode + * perf: remove unnecessary bitwise operator + +1.2.7 / 2015-05-10 +================== + + * deps: negotiator@0.5.3 + - Fix media type parameter matching to be case-insensitive + +1.2.6 / 2015-05-07 +================== + + * deps: mime-types@~2.0.11 + - deps: mime-db@~1.9.1 + * deps: negotiator@0.5.2 + - Fix comparing media types with quoted values + - Fix splitting media types with quoted commas + +1.2.5 / 2015-03-13 +================== + + * deps: mime-types@~2.0.10 + - deps: mime-db@~1.8.0 + +1.2.4 / 2015-02-14 +================== + + * Support Node.js 0.6 + * deps: mime-types@~2.0.9 + - deps: mime-db@~1.7.0 + * deps: negotiator@0.5.1 + - Fix preference sorting to be stable for long acceptable lists + +1.2.3 / 2015-01-31 +================== + + * deps: mime-types@~2.0.8 + - deps: mime-db@~1.6.0 + +1.2.2 / 2014-12-30 +================== + + * deps: mime-types@~2.0.7 + - deps: mime-db@~1.5.0 + +1.2.1 / 2014-12-30 +================== + + * deps: mime-types@~2.0.5 + - deps: mime-db@~1.3.1 + +1.2.0 / 2014-12-19 +================== + + * deps: negotiator@0.5.0 + - Fix list return order when large accepted list + - Fix missing identity encoding when q=0 exists + - Remove dynamic building of Negotiator class + +1.1.4 / 2014-12-10 +================== + + * deps: mime-types@~2.0.4 + - deps: mime-db@~1.3.0 + +1.1.3 / 2014-11-09 +================== + + * deps: mime-types@~2.0.3 + - deps: mime-db@~1.2.0 + +1.1.2 / 2014-10-14 +================== + + * deps: negotiator@0.4.9 + - Fix error when media type has invalid parameter + +1.1.1 / 2014-09-28 +================== + + * deps: mime-types@~2.0.2 + - deps: mime-db@~1.1.0 + * deps: negotiator@0.4.8 + - Fix all negotiations to be case-insensitive + - Stable sort preferences of same quality according to client order + +1.1.0 / 2014-09-02 +================== + + * update `mime-types` + +1.0.7 / 2014-07-04 +================== + + * Fix wrong type returned from `type` when match after unknown extension + +1.0.6 / 2014-06-24 +================== + + * deps: negotiator@0.4.7 + +1.0.5 / 2014-06-20 +================== + + * fix crash when unknown extension given + +1.0.4 / 2014-06-19 +================== + + * use `mime-types` + +1.0.3 / 2014-06-11 +================== + + * deps: negotiator@0.4.6 + - Order by specificity when quality is the same + +1.0.2 / 2014-05-29 +================== + + * Fix interpretation when header not in request + * deps: pin negotiator@0.4.5 + +1.0.1 / 2014-01-18 +================== + + * Identity encoding isn't always acceptable + * deps: negotiator@~0.4.0 + +1.0.0 / 2013-12-27 +================== + + * Genesis diff --git a/srv/node_modules/accepts/LICENSE b/srv/node_modules/accepts/LICENSE new file mode 100644 index 000000000..06166077b --- /dev/null +++ b/srv/node_modules/accepts/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/accepts/README.md b/srv/node_modules/accepts/README.md new file mode 100644 index 000000000..f3f10c4a4 --- /dev/null +++ b/srv/node_modules/accepts/README.md @@ -0,0 +1,140 @@ +# accepts + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][github-actions-ci-image]][github-actions-ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Higher level content negotiation based on [negotiator](https://www.npmjs.com/package/negotiator). +Extracted from [koa](https://www.npmjs.com/package/koa) for general use. + +In addition to negotiator, it allows: + +- Allows types as an array or arguments list, ie `(['text/html', 'application/json'])` + as well as `('text/html', 'application/json')`. +- Allows type shorthands such as `json`. +- Returns `false` when no types match +- Treats non-existent headers as `*` + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install accepts +``` + +## API + +```js +var accepts = require('accepts') +``` + +### accepts(req) + +Create a new `Accepts` object for the given `req`. + +#### .charset(charsets) + +Return the first accepted charset. If nothing in `charsets` is accepted, +then `false` is returned. + +#### .charsets() + +Return the charsets that the request accepts, in the order of the client's +preference (most preferred first). + +#### .encoding(encodings) + +Return the first accepted encoding. If nothing in `encodings` is accepted, +then `false` is returned. + +#### .encodings() + +Return the encodings that the request accepts, in the order of the client's +preference (most preferred first). + +#### .language(languages) + +Return the first accepted language. If nothing in `languages` is accepted, +then `false` is returned. + +#### .languages() + +Return the languages that the request accepts, in the order of the client's +preference (most preferred first). + +#### .type(types) + +Return the first accepted type (and it is returned as the same text as what +appears in the `types` array). If nothing in `types` is accepted, then `false` +is returned. + +The `types` array can contain full MIME types or file extensions. Any value +that is not a full MIME type is passed to `require('mime-types').lookup`. + +#### .types() + +Return the types that the request accepts, in the order of the client's +preference (most preferred first). + +## Examples + +### Simple type negotiation + +This simple example shows how to use `accepts` to return a different typed +respond body based on what the client wants to accept. The server lists it's +preferences in order and will get back the best match between the client and +server. + +```js +var accepts = require('accepts') +var http = require('http') + +function app (req, res) { + var accept = accepts(req) + + // the order of this list is significant; should be server preferred order + switch (accept.type(['json', 'html'])) { + case 'json': + res.setHeader('Content-Type', 'application/json') + res.write('{"hello":"world!"}') + break + case 'html': + res.setHeader('Content-Type', 'text/html') + res.write('hello, world!') + break + default: + // the fallback is text/plain, so no need to specify it above + res.setHeader('Content-Type', 'text/plain') + res.write('hello, world!') + break + } + + res.end() +} + +http.createServer(app).listen(3000) +``` + +You can test this out with the cURL program: +```sh +curl -I -H'Accept: text/html' http://localhost:3000/ +``` + +## License + +[MIT](LICENSE) + +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/accepts/master +[coveralls-url]: https://coveralls.io/r/jshttp/accepts?branch=master +[github-actions-ci-image]: https://badgen.net/github/checks/jshttp/accepts/master?label=ci +[github-actions-ci-url]: https://github.com/jshttp/accepts/actions/workflows/ci.yml +[node-version-image]: https://badgen.net/npm/node/accepts +[node-version-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/accepts +[npm-url]: https://npmjs.org/package/accepts +[npm-version-image]: https://badgen.net/npm/v/accepts diff --git a/srv/node_modules/accepts/index.js b/srv/node_modules/accepts/index.js new file mode 100644 index 000000000..4f2840c0b --- /dev/null +++ b/srv/node_modules/accepts/index.js @@ -0,0 +1,238 @@ +/*! + * accepts + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var Negotiator = require('negotiator') +var mime = require('mime-types') + +/** + * Module exports. + * @public + */ + +module.exports = Accepts + +/** + * Create a new Accepts object for the given req. + * + * @param {object} req + * @public + */ + +function Accepts (req) { + if (!(this instanceof Accepts)) { + return new Accepts(req) + } + + this.headers = req.headers + this.negotiator = new Negotiator(req) +} + +/** + * Check if the given `type(s)` is acceptable, returning + * the best match when true, otherwise `undefined`, in which + * case you should respond with 406 "Not Acceptable". + * + * The `type` value may be a single mime type string + * such as "application/json", the extension name + * such as "json" or an array `["json", "html", "text/plain"]`. When a list + * or array is given the _best_ match, if any is returned. + * + * Examples: + * + * // Accept: text/html + * this.types('html'); + * // => "html" + * + * // Accept: text/*, application/json + * this.types('html'); + * // => "html" + * this.types('text/html'); + * // => "text/html" + * this.types('json', 'text'); + * // => "json" + * this.types('application/json'); + * // => "application/json" + * + * // Accept: text/*, application/json + * this.types('image/png'); + * this.types('png'); + * // => undefined + * + * // Accept: text/*;q=.5, application/json + * this.types(['html', 'json']); + * this.types('html', 'json'); + * // => "json" + * + * @param {String|Array} types... + * @return {String|Array|Boolean} + * @public + */ + +Accepts.prototype.type = +Accepts.prototype.types = function (types_) { + var types = types_ + + // support flattened arguments + if (types && !Array.isArray(types)) { + types = new Array(arguments.length) + for (var i = 0; i < types.length; i++) { + types[i] = arguments[i] + } + } + + // no types, return all requested types + if (!types || types.length === 0) { + return this.negotiator.mediaTypes() + } + + // no accept header, return first given type + if (!this.headers.accept) { + return types[0] + } + + var mimes = types.map(extToMime) + var accepts = this.negotiator.mediaTypes(mimes.filter(validMime)) + var first = accepts[0] + + return first + ? types[mimes.indexOf(first)] + : false +} + +/** + * Return accepted encodings or best fit based on `encodings`. + * + * Given `Accept-Encoding: gzip, deflate` + * an array sorted by quality is returned: + * + * ['gzip', 'deflate'] + * + * @param {String|Array} encodings... + * @return {String|Array} + * @public + */ + +Accepts.prototype.encoding = +Accepts.prototype.encodings = function (encodings_) { + var encodings = encodings_ + + // support flattened arguments + if (encodings && !Array.isArray(encodings)) { + encodings = new Array(arguments.length) + for (var i = 0; i < encodings.length; i++) { + encodings[i] = arguments[i] + } + } + + // no encodings, return all requested encodings + if (!encodings || encodings.length === 0) { + return this.negotiator.encodings() + } + + return this.negotiator.encodings(encodings)[0] || false +} + +/** + * Return accepted charsets or best fit based on `charsets`. + * + * Given `Accept-Charset: utf-8, iso-8859-1;q=0.2, utf-7;q=0.5` + * an array sorted by quality is returned: + * + * ['utf-8', 'utf-7', 'iso-8859-1'] + * + * @param {String|Array} charsets... + * @return {String|Array} + * @public + */ + +Accepts.prototype.charset = +Accepts.prototype.charsets = function (charsets_) { + var charsets = charsets_ + + // support flattened arguments + if (charsets && !Array.isArray(charsets)) { + charsets = new Array(arguments.length) + for (var i = 0; i < charsets.length; i++) { + charsets[i] = arguments[i] + } + } + + // no charsets, return all requested charsets + if (!charsets || charsets.length === 0) { + return this.negotiator.charsets() + } + + return this.negotiator.charsets(charsets)[0] || false +} + +/** + * Return accepted languages or best fit based on `langs`. + * + * Given `Accept-Language: en;q=0.8, es, pt` + * an array sorted by quality is returned: + * + * ['es', 'pt', 'en'] + * + * @param {String|Array} langs... + * @return {Array|String} + * @public + */ + +Accepts.prototype.lang = +Accepts.prototype.langs = +Accepts.prototype.language = +Accepts.prototype.languages = function (languages_) { + var languages = languages_ + + // support flattened arguments + if (languages && !Array.isArray(languages)) { + languages = new Array(arguments.length) + for (var i = 0; i < languages.length; i++) { + languages[i] = arguments[i] + } + } + + // no languages, return all requested languages + if (!languages || languages.length === 0) { + return this.negotiator.languages() + } + + return this.negotiator.languages(languages)[0] || false +} + +/** + * Convert extnames to mime. + * + * @param {String} type + * @return {String} + * @private + */ + +function extToMime (type) { + return type.indexOf('/') === -1 + ? mime.lookup(type) + : type +} + +/** + * Check if mime is valid. + * + * @param {String} type + * @return {Boolean} + * @private + */ + +function validMime (type) { + return typeof type === 'string' +} diff --git a/srv/node_modules/accepts/package.json b/srv/node_modules/accepts/package.json new file mode 100644 index 000000000..b35b262db --- /dev/null +++ b/srv/node_modules/accepts/package.json @@ -0,0 +1,47 @@ +{ + "name": "accepts", + "description": "Higher-level content negotiation", + "version": "2.0.0", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "repository": "jshttp/accepts", + "dependencies": { + "mime-types": "^3.0.0", + "negotiator": "^1.0.0" + }, + "devDependencies": { + "deep-equal": "1.0.1", + "eslint": "7.32.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.25.4", + "eslint-plugin-markdown": "2.2.1", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "4.3.1", + "eslint-plugin-standard": "4.1.0", + "mocha": "9.2.0", + "nyc": "15.1.0" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --check-leaks --bail test/", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + }, + "keywords": [ + "content", + "negotiation", + "accept", + "accepts" + ] +} diff --git a/srv/node_modules/agent-base/README.md b/srv/node_modules/agent-base/README.md new file mode 100644 index 000000000..256f1f321 --- /dev/null +++ b/srv/node_modules/agent-base/README.md @@ -0,0 +1,145 @@ +agent-base +========== +### Turn a function into an [`http.Agent`][http.Agent] instance +[![Build Status](https://github.com/TooTallNate/node-agent-base/workflows/Node%20CI/badge.svg)](https://github.com/TooTallNate/node-agent-base/actions?workflow=Node+CI) + +This module provides an `http.Agent` generator. That is, you pass it an async +callback function, and it returns a new `http.Agent` instance that will invoke the +given callback function when sending outbound HTTP requests. + +#### Some subclasses: + +Here's some more interesting uses of `agent-base`. +Send a pull request to list yours! + + * [`http-proxy-agent`][http-proxy-agent]: An HTTP(s) proxy `http.Agent` implementation for HTTP endpoints + * [`https-proxy-agent`][https-proxy-agent]: An HTTP(s) proxy `http.Agent` implementation for HTTPS endpoints + * [`pac-proxy-agent`][pac-proxy-agent]: A PAC file proxy `http.Agent` implementation for HTTP and HTTPS + * [`socks-proxy-agent`][socks-proxy-agent]: A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS + + +Installation +------------ + +Install with `npm`: + +``` bash +$ npm install agent-base +``` + + +Example +------- + +Here's a minimal example that creates a new `net.Socket` connection to the server +for every HTTP request (i.e. the equivalent of `agent: false` option): + +```js +var net = require('net'); +var tls = require('tls'); +var url = require('url'); +var http = require('http'); +var agent = require('agent-base'); + +var endpoint = 'http://nodejs.org/api/'; +var parsed = url.parse(endpoint); + +// This is the important part! +parsed.agent = agent(function (req, opts) { + var socket; + // `secureEndpoint` is true when using the https module + if (opts.secureEndpoint) { + socket = tls.connect(opts); + } else { + socket = net.connect(opts); + } + return socket; +}); + +// Everything else works just like normal... +http.get(parsed, function (res) { + console.log('"response" event!', res.headers); + res.pipe(process.stdout); +}); +``` + +Returning a Promise or using an `async` function is also supported: + +```js +agent(async function (req, opts) { + await sleep(1000); + // etc… +}); +``` + +Return another `http.Agent` instance to "pass through" the responsibility +for that HTTP request to that agent: + +```js +agent(function (req, opts) { + return opts.secureEndpoint ? https.globalAgent : http.globalAgent; +}); +``` + + +API +--- + +## Agent(Function callback[, Object options]) → [http.Agent][] + +Creates a base `http.Agent` that will execute the callback function `callback` +for every HTTP request that it is used as the `agent` for. The callback function +is responsible for creating a `stream.Duplex` instance of some kind that will be +used as the underlying socket in the HTTP request. + +The `options` object accepts the following properties: + + * `timeout` - Number - Timeout for the `callback()` function in milliseconds. Defaults to Infinity (optional). + +The callback function should have the following signature: + +### callback(http.ClientRequest req, Object options, Function cb) → undefined + +The ClientRequest `req` can be accessed to read request headers and +and the path, etc. The `options` object contains the options passed +to the `http.request()`/`https.request()` function call, and is formatted +to be directly passed to `net.connect()`/`tls.connect()`, or however +else you want a Socket to be created. Pass the created socket to +the callback function `cb` once created, and the HTTP request will +continue to proceed. + +If the `https` module is used to invoke the HTTP request, then the +`secureEndpoint` property on `options` _will be set to `true`_. + + +License +------- + +(The MIT License) + +Copyright (c) 2013 Nathan Rajlich <nathan@tootallnate.net> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + +[http-proxy-agent]: https://github.com/TooTallNate/node-http-proxy-agent +[https-proxy-agent]: https://github.com/TooTallNate/node-https-proxy-agent +[pac-proxy-agent]: https://github.com/TooTallNate/node-pac-proxy-agent +[socks-proxy-agent]: https://github.com/TooTallNate/node-socks-proxy-agent +[http.Agent]: https://nodejs.org/api/http.html#http_class_http_agent diff --git a/srv/node_modules/agent-base/dist/src/index.d.ts b/srv/node_modules/agent-base/dist/src/index.d.ts new file mode 100644 index 000000000..bc4ab744c --- /dev/null +++ b/srv/node_modules/agent-base/dist/src/index.d.ts @@ -0,0 +1,78 @@ +/// +import net from 'net'; +import http from 'http'; +import https from 'https'; +import { Duplex } from 'stream'; +import { EventEmitter } from 'events'; +declare function createAgent(opts?: createAgent.AgentOptions): createAgent.Agent; +declare function createAgent(callback: createAgent.AgentCallback, opts?: createAgent.AgentOptions): createAgent.Agent; +declare namespace createAgent { + interface ClientRequest extends http.ClientRequest { + _last?: boolean; + _hadError?: boolean; + method: string; + } + interface AgentRequestOptions { + host?: string; + path?: string; + port: number; + } + interface HttpRequestOptions extends AgentRequestOptions, Omit { + secureEndpoint: false; + } + interface HttpsRequestOptions extends AgentRequestOptions, Omit { + secureEndpoint: true; + } + type RequestOptions = HttpRequestOptions | HttpsRequestOptions; + type AgentLike = Pick | http.Agent; + type AgentCallbackReturn = Duplex | AgentLike; + type AgentCallbackCallback = (err?: Error | null, socket?: createAgent.AgentCallbackReturn) => void; + type AgentCallbackPromise = (req: createAgent.ClientRequest, opts: createAgent.RequestOptions) => createAgent.AgentCallbackReturn | Promise; + type AgentCallback = typeof Agent.prototype.callback; + type AgentOptions = { + timeout?: number; + }; + /** + * Base `http.Agent` implementation. + * No pooling/keep-alive is implemented by default. + * + * @param {Function} callback + * @api public + */ + class Agent extends EventEmitter { + timeout: number | null; + maxFreeSockets: number; + maxTotalSockets: number; + maxSockets: number; + sockets: { + [key: string]: net.Socket[]; + }; + freeSockets: { + [key: string]: net.Socket[]; + }; + requests: { + [key: string]: http.IncomingMessage[]; + }; + options: https.AgentOptions; + private promisifiedCallback?; + private explicitDefaultPort?; + private explicitProtocol?; + constructor(callback?: createAgent.AgentCallback | createAgent.AgentOptions, _opts?: createAgent.AgentOptions); + get defaultPort(): number; + set defaultPort(v: number); + get protocol(): string; + set protocol(v: string); + callback(req: createAgent.ClientRequest, opts: createAgent.RequestOptions, fn: createAgent.AgentCallbackCallback): void; + callback(req: createAgent.ClientRequest, opts: createAgent.RequestOptions): createAgent.AgentCallbackReturn | Promise; + /** + * Called by node-core's "_http_client.js" module when creating + * a new HTTP request with this Agent instance. + * + * @api public + */ + addRequest(req: ClientRequest, _opts: RequestOptions): void; + freeSocket(socket: net.Socket, opts: AgentOptions): void; + destroy(): void; + } +} +export = createAgent; diff --git a/srv/node_modules/agent-base/dist/src/index.js b/srv/node_modules/agent-base/dist/src/index.js new file mode 100644 index 000000000..bfd9e2207 --- /dev/null +++ b/srv/node_modules/agent-base/dist/src/index.js @@ -0,0 +1,203 @@ +"use strict"; +var __importDefault = (this && this.__importDefault) || function (mod) { + return (mod && mod.__esModule) ? mod : { "default": mod }; +}; +const events_1 = require("events"); +const debug_1 = __importDefault(require("debug")); +const promisify_1 = __importDefault(require("./promisify")); +const debug = debug_1.default('agent-base'); +function isAgent(v) { + return Boolean(v) && typeof v.addRequest === 'function'; +} +function isSecureEndpoint() { + const { stack } = new Error(); + if (typeof stack !== 'string') + return false; + return stack.split('\n').some(l => l.indexOf('(https.js:') !== -1 || l.indexOf('node:https:') !== -1); +} +function createAgent(callback, opts) { + return new createAgent.Agent(callback, opts); +} +(function (createAgent) { + /** + * Base `http.Agent` implementation. + * No pooling/keep-alive is implemented by default. + * + * @param {Function} callback + * @api public + */ + class Agent extends events_1.EventEmitter { + constructor(callback, _opts) { + super(); + let opts = _opts; + if (typeof callback === 'function') { + this.callback = callback; + } + else if (callback) { + opts = callback; + } + // Timeout for the socket to be returned from the callback + this.timeout = null; + if (opts && typeof opts.timeout === 'number') { + this.timeout = opts.timeout; + } + // These aren't actually used by `agent-base`, but are required + // for the TypeScript definition files in `@types/node` :/ + this.maxFreeSockets = 1; + this.maxSockets = 1; + this.maxTotalSockets = Infinity; + this.sockets = {}; + this.freeSockets = {}; + this.requests = {}; + this.options = {}; + } + get defaultPort() { + if (typeof this.explicitDefaultPort === 'number') { + return this.explicitDefaultPort; + } + return isSecureEndpoint() ? 443 : 80; + } + set defaultPort(v) { + this.explicitDefaultPort = v; + } + get protocol() { + if (typeof this.explicitProtocol === 'string') { + return this.explicitProtocol; + } + return isSecureEndpoint() ? 'https:' : 'http:'; + } + set protocol(v) { + this.explicitProtocol = v; + } + callback(req, opts, fn) { + throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`'); + } + /** + * Called by node-core's "_http_client.js" module when creating + * a new HTTP request with this Agent instance. + * + * @api public + */ + addRequest(req, _opts) { + const opts = Object.assign({}, _opts); + if (typeof opts.secureEndpoint !== 'boolean') { + opts.secureEndpoint = isSecureEndpoint(); + } + if (opts.host == null) { + opts.host = 'localhost'; + } + if (opts.port == null) { + opts.port = opts.secureEndpoint ? 443 : 80; + } + if (opts.protocol == null) { + opts.protocol = opts.secureEndpoint ? 'https:' : 'http:'; + } + if (opts.host && opts.path) { + // If both a `host` and `path` are specified then it's most + // likely the result of a `url.parse()` call... we need to + // remove the `path` portion so that `net.connect()` doesn't + // attempt to open that as a unix socket file. + delete opts.path; + } + delete opts.agent; + delete opts.hostname; + delete opts._defaultAgent; + delete opts.defaultPort; + delete opts.createConnection; + // Hint to use "Connection: close" + // XXX: non-documented `http` module API :( + req._last = true; + req.shouldKeepAlive = false; + let timedOut = false; + let timeoutId = null; + const timeoutMs = opts.timeout || this.timeout; + const onerror = (err) => { + if (req._hadError) + return; + req.emit('error', err); + // For Safety. Some additional errors might fire later on + // and we need to make sure we don't double-fire the error event. + req._hadError = true; + }; + const ontimeout = () => { + timeoutId = null; + timedOut = true; + const err = new Error(`A "socket" was not created for HTTP request before ${timeoutMs}ms`); + err.code = 'ETIMEOUT'; + onerror(err); + }; + const callbackError = (err) => { + if (timedOut) + return; + if (timeoutId !== null) { + clearTimeout(timeoutId); + timeoutId = null; + } + onerror(err); + }; + const onsocket = (socket) => { + if (timedOut) + return; + if (timeoutId != null) { + clearTimeout(timeoutId); + timeoutId = null; + } + if (isAgent(socket)) { + // `socket` is actually an `http.Agent` instance, so + // relinquish responsibility for this `req` to the Agent + // from here on + debug('Callback returned another Agent instance %o', socket.constructor.name); + socket.addRequest(req, opts); + return; + } + if (socket) { + socket.once('free', () => { + this.freeSocket(socket, opts); + }); + req.onSocket(socket); + return; + } + const err = new Error(`no Duplex stream was returned to agent-base for \`${req.method} ${req.path}\``); + onerror(err); + }; + if (typeof this.callback !== 'function') { + onerror(new Error('`callback` is not defined')); + return; + } + if (!this.promisifiedCallback) { + if (this.callback.length >= 3) { + debug('Converting legacy callback function to promise'); + this.promisifiedCallback = promisify_1.default(this.callback); + } + else { + this.promisifiedCallback = this.callback; + } + } + if (typeof timeoutMs === 'number' && timeoutMs > 0) { + timeoutId = setTimeout(ontimeout, timeoutMs); + } + if ('port' in opts && typeof opts.port !== 'number') { + opts.port = Number(opts.port); + } + try { + debug('Resolving socket for %o request: %o', opts.protocol, `${req.method} ${req.path}`); + Promise.resolve(this.promisifiedCallback(req, opts)).then(onsocket, callbackError); + } + catch (err) { + Promise.reject(err).catch(callbackError); + } + } + freeSocket(socket, opts) { + debug('Freeing socket %o %o', socket.constructor.name, opts); + socket.destroy(); + } + destroy() { + debug('Destroying agent %o', this.constructor.name); + } + } + createAgent.Agent = Agent; + // So that `instanceof` works correctly + createAgent.prototype = createAgent.Agent.prototype; +})(createAgent || (createAgent = {})); +module.exports = createAgent; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/srv/node_modules/agent-base/dist/src/index.js.map b/srv/node_modules/agent-base/dist/src/index.js.map new file mode 100644 index 000000000..bd118ab6b --- /dev/null +++ b/srv/node_modules/agent-base/dist/src/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/srv/node_modules/agent-base/dist/src/promisify.d.ts b/srv/node_modules/agent-base/dist/src/promisify.d.ts new file mode 100644 index 000000000..02688696f --- /dev/null +++ b/srv/node_modules/agent-base/dist/src/promisify.d.ts @@ -0,0 +1,4 @@ +import { ClientRequest, RequestOptions, AgentCallbackCallback, AgentCallbackPromise } from './index'; +declare type LegacyCallback = (req: ClientRequest, opts: RequestOptions, fn: AgentCallbackCallback) => void; +export default function promisify(fn: LegacyCallback): AgentCallbackPromise; +export {}; diff --git a/srv/node_modules/agent-base/dist/src/promisify.js b/srv/node_modules/agent-base/dist/src/promisify.js new file mode 100644 index 000000000..b2f6132a7 --- /dev/null +++ b/srv/node_modules/agent-base/dist/src/promisify.js @@ -0,0 +1,18 @@ +"use strict"; +Object.defineProperty(exports, "__esModule", { value: true }); +function promisify(fn) { + return function (req, opts) { + return new Promise((resolve, reject) => { + fn.call(this, req, opts, (err, rtn) => { + if (err) { + reject(err); + } + else { + resolve(rtn); + } + }); + }); + }; +} +exports.default = promisify; +//# sourceMappingURL=promisify.js.map \ No newline at end of file diff --git a/srv/node_modules/agent-base/dist/src/promisify.js.map b/srv/node_modules/agent-base/dist/src/promisify.js.map new file mode 100644 index 000000000..4bff9bfcf --- /dev/null +++ b/srv/node_modules/agent-base/dist/src/promisify.js.map @@ -0,0 +1 @@ +{"version":3,"file":"promisify.js","sourceRoot":"","sources":["../../src/promisify.ts"],"names":[],"mappings":";;AAeA,SAAwB,SAAS,CAAC,EAAkB;IACnD,OAAO,UAAsB,GAAkB,EAAE,IAAoB;QACpE,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAE,EAAE;YACtC,EAAE,CAAC,IAAI,CACN,IAAI,EACJ,GAAG,EACH,IAAI,EACJ,CAAC,GAA6B,EAAE,GAAyB,EAAE,EAAE;gBAC5D,IAAI,GAAG,EAAE;oBACR,MAAM,CAAC,GAAG,CAAC,CAAC;iBACZ;qBAAM;oBACN,OAAO,CAAC,GAAG,CAAC,CAAC;iBACb;YACF,CAAC,CACD,CAAC;QACH,CAAC,CAAC,CAAC;IACJ,CAAC,CAAC;AACH,CAAC;AAjBD,4BAiBC"} \ No newline at end of file diff --git a/srv/node_modules/agent-base/package.json b/srv/node_modules/agent-base/package.json new file mode 100644 index 000000000..fadce3ad9 --- /dev/null +++ b/srv/node_modules/agent-base/package.json @@ -0,0 +1,64 @@ +{ + "name": "agent-base", + "version": "6.0.2", + "description": "Turn a function into an `http.Agent` instance", + "main": "dist/src/index", + "typings": "dist/src/index", + "files": [ + "dist/src", + "src" + ], + "scripts": { + "prebuild": "rimraf dist", + "build": "tsc", + "postbuild": "cpy --parents src test '!**/*.ts' dist", + "test": "mocha --reporter spec dist/test/*.js", + "test-lint": "eslint src --ext .js,.ts", + "prepublishOnly": "npm run build" + }, + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-agent-base.git" + }, + "keywords": [ + "http", + "agent", + "base", + "barebones", + "https" + ], + "author": "Nathan Rajlich (http://n8.io/)", + "license": "MIT", + "bugs": { + "url": "https://github.com/TooTallNate/node-agent-base/issues" + }, + "dependencies": { + "debug": "4" + }, + "devDependencies": { + "@types/debug": "4", + "@types/mocha": "^5.2.7", + "@types/node": "^14.0.20", + "@types/semver": "^7.1.0", + "@types/ws": "^6.0.3", + "@typescript-eslint/eslint-plugin": "1.6.0", + "@typescript-eslint/parser": "1.1.0", + "async-listen": "^1.2.0", + "cpy-cli": "^2.0.0", + "eslint": "5.16.0", + "eslint-config-airbnb": "17.1.0", + "eslint-config-prettier": "4.1.0", + "eslint-import-resolver-typescript": "1.1.1", + "eslint-plugin-import": "2.16.0", + "eslint-plugin-jsx-a11y": "6.2.1", + "eslint-plugin-react": "7.12.4", + "mocha": "^6.2.0", + "rimraf": "^3.0.0", + "semver": "^7.1.2", + "typescript": "^3.5.3", + "ws": "^3.0.0" + }, + "engines": { + "node": ">= 6.0.0" + } +} diff --git a/srv/node_modules/agent-base/src/index.ts b/srv/node_modules/agent-base/src/index.ts new file mode 100644 index 000000000..a47ccd493 --- /dev/null +++ b/srv/node_modules/agent-base/src/index.ts @@ -0,0 +1,345 @@ +import net from 'net'; +import http from 'http'; +import https from 'https'; +import { Duplex } from 'stream'; +import { EventEmitter } from 'events'; +import createDebug from 'debug'; +import promisify from './promisify'; + +const debug = createDebug('agent-base'); + +function isAgent(v: any): v is createAgent.AgentLike { + return Boolean(v) && typeof v.addRequest === 'function'; +} + +function isSecureEndpoint(): boolean { + const { stack } = new Error(); + if (typeof stack !== 'string') return false; + return stack.split('\n').some(l => l.indexOf('(https.js:') !== -1 || l.indexOf('node:https:') !== -1); +} + +function createAgent(opts?: createAgent.AgentOptions): createAgent.Agent; +function createAgent( + callback: createAgent.AgentCallback, + opts?: createAgent.AgentOptions +): createAgent.Agent; +function createAgent( + callback?: createAgent.AgentCallback | createAgent.AgentOptions, + opts?: createAgent.AgentOptions +) { + return new createAgent.Agent(callback, opts); +} + +namespace createAgent { + export interface ClientRequest extends http.ClientRequest { + _last?: boolean; + _hadError?: boolean; + method: string; + } + + export interface AgentRequestOptions { + host?: string; + path?: string; + // `port` on `http.RequestOptions` can be a string or undefined, + // but `net.TcpNetConnectOpts` expects only a number + port: number; + } + + export interface HttpRequestOptions + extends AgentRequestOptions, + Omit { + secureEndpoint: false; + } + + export interface HttpsRequestOptions + extends AgentRequestOptions, + Omit { + secureEndpoint: true; + } + + export type RequestOptions = HttpRequestOptions | HttpsRequestOptions; + + export type AgentLike = Pick | http.Agent; + + export type AgentCallbackReturn = Duplex | AgentLike; + + export type AgentCallbackCallback = ( + err?: Error | null, + socket?: createAgent.AgentCallbackReturn + ) => void; + + export type AgentCallbackPromise = ( + req: createAgent.ClientRequest, + opts: createAgent.RequestOptions + ) => + | createAgent.AgentCallbackReturn + | Promise; + + export type AgentCallback = typeof Agent.prototype.callback; + + export type AgentOptions = { + timeout?: number; + }; + + /** + * Base `http.Agent` implementation. + * No pooling/keep-alive is implemented by default. + * + * @param {Function} callback + * @api public + */ + export class Agent extends EventEmitter { + public timeout: number | null; + public maxFreeSockets: number; + public maxTotalSockets: number; + public maxSockets: number; + public sockets: { + [key: string]: net.Socket[]; + }; + public freeSockets: { + [key: string]: net.Socket[]; + }; + public requests: { + [key: string]: http.IncomingMessage[]; + }; + public options: https.AgentOptions; + private promisifiedCallback?: createAgent.AgentCallbackPromise; + private explicitDefaultPort?: number; + private explicitProtocol?: string; + + constructor( + callback?: createAgent.AgentCallback | createAgent.AgentOptions, + _opts?: createAgent.AgentOptions + ) { + super(); + + let opts = _opts; + if (typeof callback === 'function') { + this.callback = callback; + } else if (callback) { + opts = callback; + } + + // Timeout for the socket to be returned from the callback + this.timeout = null; + if (opts && typeof opts.timeout === 'number') { + this.timeout = opts.timeout; + } + + // These aren't actually used by `agent-base`, but are required + // for the TypeScript definition files in `@types/node` :/ + this.maxFreeSockets = 1; + this.maxSockets = 1; + this.maxTotalSockets = Infinity; + this.sockets = {}; + this.freeSockets = {}; + this.requests = {}; + this.options = {}; + } + + get defaultPort(): number { + if (typeof this.explicitDefaultPort === 'number') { + return this.explicitDefaultPort; + } + return isSecureEndpoint() ? 443 : 80; + } + + set defaultPort(v: number) { + this.explicitDefaultPort = v; + } + + get protocol(): string { + if (typeof this.explicitProtocol === 'string') { + return this.explicitProtocol; + } + return isSecureEndpoint() ? 'https:' : 'http:'; + } + + set protocol(v: string) { + this.explicitProtocol = v; + } + + callback( + req: createAgent.ClientRequest, + opts: createAgent.RequestOptions, + fn: createAgent.AgentCallbackCallback + ): void; + callback( + req: createAgent.ClientRequest, + opts: createAgent.RequestOptions + ): + | createAgent.AgentCallbackReturn + | Promise; + callback( + req: createAgent.ClientRequest, + opts: createAgent.AgentOptions, + fn?: createAgent.AgentCallbackCallback + ): + | createAgent.AgentCallbackReturn + | Promise + | void { + throw new Error( + '"agent-base" has no default implementation, you must subclass and override `callback()`' + ); + } + + /** + * Called by node-core's "_http_client.js" module when creating + * a new HTTP request with this Agent instance. + * + * @api public + */ + addRequest(req: ClientRequest, _opts: RequestOptions): void { + const opts: RequestOptions = { ..._opts }; + + if (typeof opts.secureEndpoint !== 'boolean') { + opts.secureEndpoint = isSecureEndpoint(); + } + + if (opts.host == null) { + opts.host = 'localhost'; + } + + if (opts.port == null) { + opts.port = opts.secureEndpoint ? 443 : 80; + } + + if (opts.protocol == null) { + opts.protocol = opts.secureEndpoint ? 'https:' : 'http:'; + } + + if (opts.host && opts.path) { + // If both a `host` and `path` are specified then it's most + // likely the result of a `url.parse()` call... we need to + // remove the `path` portion so that `net.connect()` doesn't + // attempt to open that as a unix socket file. + delete opts.path; + } + + delete opts.agent; + delete opts.hostname; + delete opts._defaultAgent; + delete opts.defaultPort; + delete opts.createConnection; + + // Hint to use "Connection: close" + // XXX: non-documented `http` module API :( + req._last = true; + req.shouldKeepAlive = false; + + let timedOut = false; + let timeoutId: ReturnType | null = null; + const timeoutMs = opts.timeout || this.timeout; + + const onerror = (err: NodeJS.ErrnoException) => { + if (req._hadError) return; + req.emit('error', err); + // For Safety. Some additional errors might fire later on + // and we need to make sure we don't double-fire the error event. + req._hadError = true; + }; + + const ontimeout = () => { + timeoutId = null; + timedOut = true; + const err: NodeJS.ErrnoException = new Error( + `A "socket" was not created for HTTP request before ${timeoutMs}ms` + ); + err.code = 'ETIMEOUT'; + onerror(err); + }; + + const callbackError = (err: NodeJS.ErrnoException) => { + if (timedOut) return; + if (timeoutId !== null) { + clearTimeout(timeoutId); + timeoutId = null; + } + onerror(err); + }; + + const onsocket = (socket: AgentCallbackReturn) => { + if (timedOut) return; + if (timeoutId != null) { + clearTimeout(timeoutId); + timeoutId = null; + } + + if (isAgent(socket)) { + // `socket` is actually an `http.Agent` instance, so + // relinquish responsibility for this `req` to the Agent + // from here on + debug( + 'Callback returned another Agent instance %o', + socket.constructor.name + ); + (socket as createAgent.Agent).addRequest(req, opts); + return; + } + + if (socket) { + socket.once('free', () => { + this.freeSocket(socket as net.Socket, opts); + }); + req.onSocket(socket as net.Socket); + return; + } + + const err = new Error( + `no Duplex stream was returned to agent-base for \`${req.method} ${req.path}\`` + ); + onerror(err); + }; + + if (typeof this.callback !== 'function') { + onerror(new Error('`callback` is not defined')); + return; + } + + if (!this.promisifiedCallback) { + if (this.callback.length >= 3) { + debug('Converting legacy callback function to promise'); + this.promisifiedCallback = promisify(this.callback); + } else { + this.promisifiedCallback = this.callback; + } + } + + if (typeof timeoutMs === 'number' && timeoutMs > 0) { + timeoutId = setTimeout(ontimeout, timeoutMs); + } + + if ('port' in opts && typeof opts.port !== 'number') { + opts.port = Number(opts.port); + } + + try { + debug( + 'Resolving socket for %o request: %o', + opts.protocol, + `${req.method} ${req.path}` + ); + Promise.resolve(this.promisifiedCallback(req, opts)).then( + onsocket, + callbackError + ); + } catch (err) { + Promise.reject(err).catch(callbackError); + } + } + + freeSocket(socket: net.Socket, opts: AgentOptions) { + debug('Freeing socket %o %o', socket.constructor.name, opts); + socket.destroy(); + } + + destroy() { + debug('Destroying agent %o', this.constructor.name); + } + } + + // So that `instanceof` works correctly + createAgent.prototype = createAgent.Agent.prototype; +} + +export = createAgent; diff --git a/srv/node_modules/agent-base/src/promisify.ts b/srv/node_modules/agent-base/src/promisify.ts new file mode 100644 index 000000000..60cc66271 --- /dev/null +++ b/srv/node_modules/agent-base/src/promisify.ts @@ -0,0 +1,33 @@ +import { + Agent, + ClientRequest, + RequestOptions, + AgentCallbackCallback, + AgentCallbackPromise, + AgentCallbackReturn +} from './index'; + +type LegacyCallback = ( + req: ClientRequest, + opts: RequestOptions, + fn: AgentCallbackCallback +) => void; + +export default function promisify(fn: LegacyCallback): AgentCallbackPromise { + return function(this: Agent, req: ClientRequest, opts: RequestOptions) { + return new Promise((resolve, reject) => { + fn.call( + this, + req, + opts, + (err: Error | null | undefined, rtn?: AgentCallbackReturn) => { + if (err) { + reject(err); + } else { + resolve(rtn); + } + } + ); + }); + }; +} diff --git a/srv/node_modules/agentkeepalive/LICENSE b/srv/node_modules/agentkeepalive/LICENSE new file mode 100644 index 000000000..941258ca7 --- /dev/null +++ b/srv/node_modules/agentkeepalive/LICENSE @@ -0,0 +1,23 @@ +The MIT License + +Copyright(c) node-modules and other contributors. +Copyright(c) 2012 - 2015 fengmk2 + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/agentkeepalive/README.md b/srv/node_modules/agentkeepalive/README.md new file mode 100644 index 000000000..6a7ee5a74 --- /dev/null +++ b/srv/node_modules/agentkeepalive/README.md @@ -0,0 +1,256 @@ +# agentkeepalive + +[![NPM version][npm-image]][npm-url] +[![Known Vulnerabilities][snyk-image]][snyk-url] +[![Node.js CI](https://github.com/node-modules/agentkeepalive/actions/workflows/nodejs.yml/badge.svg)](https://github.com/node-modules/agentkeepalive/actions/workflows/nodejs.yml) +[![npm download][download-image]][download-url] + +[npm-image]: https://img.shields.io/npm/v/agentkeepalive.svg?style=flat +[npm-url]: https://npmjs.org/package/agentkeepalive +[snyk-image]: https://snyk.io/test/npm/agentkeepalive/badge.svg?style=flat-square +[snyk-url]: https://snyk.io/test/npm/agentkeepalive +[download-image]: https://img.shields.io/npm/dm/agentkeepalive.svg?style=flat-square +[download-url]: https://npmjs.org/package/agentkeepalive + +The enhancement features `keep alive` `http.Agent`. Support `http` and `https`. + +## What's different from original `http.Agent`? + +- `keepAlive=true` by default +- Disable Nagle's algorithm: `socket.setNoDelay(true)` +- Add free socket timeout: avoid long time inactivity socket leak in the free-sockets queue. +- Add active socket timeout: avoid long time inactivity socket leak in the active-sockets queue. +- TTL for active socket. + +## Node.js version required + +Support Node.js >= `8.0.0` + +## Install + +```bash +$ npm install agentkeepalive --save +``` + +## new Agent([options]) + +* `options` {Object} Set of configurable options to set on the agent. + Can have the following fields: + * `keepAlive` {Boolean} Keep sockets around in a pool to be used by + other requests in the future. Default = `true`. + * `keepAliveMsecs` {Number} When using the keepAlive option, specifies the initial delay + for TCP Keep-Alive packets. Ignored when the keepAlive option is false or undefined. Defaults to 1000. + Default = `1000`. Only relevant if `keepAlive` is set to `true`. + * `freeSocketTimeout`: {Number} Sets the free socket to timeout + after `freeSocketTimeout` milliseconds of inactivity on the free socket. + The default [server-side timeout](https://nodejs.org/api/http.html#serverkeepalivetimeout) is 5000 milliseconds, to [avoid ECONNRESET exceptions](https://medium.com/ssense-tech/reduce-networking-errors-in-nodejs-23b4eb9f2d83), we set the default value to `4000` milliseconds. + Only relevant if `keepAlive` is set to `true`. + * `timeout`: {Number} Sets the working socket to timeout + after `timeout` milliseconds of inactivity on the working socket. + Default is `freeSocketTimeout * 2` so long as that value is greater than or equal to 8 seconds, otherwise the default is 8 seconds. + * `maxSockets` {Number} Maximum number of sockets to allow per + host. Default = `Infinity`. + * `maxFreeSockets` {Number} Maximum number of sockets (per host) to leave open + in a free state. Only relevant if `keepAlive` is set to `true`. + Default = `256`. + * `socketActiveTTL` {Number} Sets the socket active time to live, even if it's in use. + If not set, the behaviour keeps the same (the socket will be released only when free) + Default = `null`. + +## Usage + +```js +const http = require('http'); +const HttpAgent = require('agentkeepalive').HttpAgent; + +const keepaliveAgent = new HttpAgent({ + maxSockets: 100, + maxFreeSockets: 10, + timeout: 60000, // active socket keepalive for 60 seconds + freeSocketTimeout: 30000, // free socket keepalive for 30 seconds +}); + +const options = { + host: 'cnodejs.org', + port: 80, + path: '/', + method: 'GET', + agent: keepaliveAgent, +}; + +const req = http.request(options, res => { + console.log('STATUS: ' + res.statusCode); + console.log('HEADERS: ' + JSON.stringify(res.headers)); + res.setEncoding('utf8'); + res.on('data', function (chunk) { + console.log('BODY: ' + chunk); + }); +}); +req.on('error', e => { + console.log('problem with request: ' + e.message); +}); +req.end(); + +setTimeout(() => { + if (keepaliveAgent.statusChanged) { + console.log('[%s] agent status changed: %j', Date(), keepaliveAgent.getCurrentStatus()); + } +}, 2000); + +``` + +### `getter agent.statusChanged` + +counters have change or not after last checkpoint. + +### `agent.getCurrentStatus()` + +`agent.getCurrentStatus()` will return a object to show the status of this agent: + +```js +{ + createSocketCount: 10, + closeSocketCount: 5, + timeoutSocketCount: 0, + requestCount: 5, + freeSockets: { 'localhost:57479:': 3 }, + sockets: { 'localhost:57479:': 5 }, + requests: {} +} +``` + +### Support `https` + +```js +const https = require('https'); +const HttpsAgent = require('agentkeepalive').HttpsAgent; + +const keepaliveAgent = new HttpsAgent(); +// https://www.google.com/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8 +const options = { + host: 'www.google.com', + port: 443, + path: '/search?q=nodejs&sugexp=chrome,mod=12&sourceid=chrome&ie=UTF-8', + method: 'GET', + agent: keepaliveAgent, +}; + +const req = https.request(options, res => { + console.log('STATUS: ' + res.statusCode); + console.log('HEADERS: ' + JSON.stringify(res.headers)); + res.setEncoding('utf8'); + res.on('data', chunk => { + console.log('BODY: ' + chunk); + }); +}); + +req.on('error', e => { + console.log('problem with request: ' + e.message); +}); +req.end(); + +setTimeout(() => { + console.log('agent status: %j', keepaliveAgent.getCurrentStatus()); +}, 2000); +``` + +### Support `req.reusedSocket` + +This agent implements the `req.reusedSocket` to determine whether a request is send through a reused socket. + +When server closes connection at unfortunate time ([keep-alive race](https://code-examples.net/en/q/28a8069)), the http client will throw a `ECONNRESET` error. Under this circumstance, `req.reusedSocket` is useful when we want to retry the request automatically. + +```js +const http = require('http'); +const HttpAgent = require('agentkeepalive').HttpAgent; +const agent = new HttpAgent(); + +const req = http + .get('http://localhost:3000', { agent }, (res) => { + // ... + }) + .on('error', (err) => { + if (req.reusedSocket && err.code === 'ECONNRESET') { + // retry the request or anything else... + } + }) +``` + +This behavior is consistent with Node.js core. But through `agentkeepalive`, you can use this feature in older Node.js version. + +## [Benchmark](https://github.com/node-modules/agentkeepalive/tree/master/benchmark) + +run the benchmark: + +```bash +cd benchmark +sh start.sh +``` + +Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz + +node@v0.8.9 + +50 maxSockets, 60 concurrent, 1000 requests per concurrent, 5ms delay + +Keep alive agent (30 seconds): + +```js +Transactions: 60000 hits +Availability: 100.00 % +Elapsed time: 29.70 secs +Data transferred: 14.88 MB +Response time: 0.03 secs +Transaction rate: 2020.20 trans/sec +Throughput: 0.50 MB/sec +Concurrency: 59.84 +Successful transactions: 60000 +Failed transactions: 0 +Longest transaction: 0.15 +Shortest transaction: 0.01 +``` + +Normal agent: + +```js +Transactions: 60000 hits +Availability: 100.00 % +Elapsed time: 46.53 secs +Data transferred: 14.88 MB +Response time: 0.05 secs +Transaction rate: 1289.49 trans/sec +Throughput: 0.32 MB/sec +Concurrency: 59.81 +Successful transactions: 60000 +Failed transactions: 0 +Longest transaction: 0.45 +Shortest transaction: 0.00 +``` + +Socket created: + +```bash +[proxy.js:120000] keepalive, 50 created, 60000 requestFinished, 1200 req/socket, 0 requests, 0 sockets, 0 unusedSockets, 50 timeout +{" <10ms":662," <15ms":17825," <20ms":20552," <30ms":17646," <40ms":2315," <50ms":567," <100ms":377," <150ms":56," <200ms":0," >=200ms+":0} +---------------------------------------------------------------- +[proxy.js:120000] normal , 53866 created, 84260 requestFinished, 1.56 req/socket, 0 requests, 0 sockets +{" <10ms":75," <15ms":1112," <20ms":10947," <30ms":32130," <40ms":8228," <50ms":3002," <100ms":4274," <150ms":181," <200ms":18," >=200ms+":33} +``` + +## License + +[MIT](LICENSE) + + + +## Contributors + +|[
fengmk2](https://github.com/fengmk2)
|[
dead-horse](https://github.com/dead-horse)
|[
AndrewLeedham](https://github.com/AndrewLeedham)
|[
ngot](https://github.com/ngot)
|[
wrynearson](https://github.com/wrynearson)
|[
aaronArinder](https://github.com/aaronArinder)
| +| :---: | :---: | :---: | :---: | :---: | :---: | +|[
alexpenev-s](https://github.com/alexpenev-s)
|[
blemoine](https://github.com/blemoine)
|[
bdehamer](https://github.com/bdehamer)
|[
DylanPiercey](https://github.com/DylanPiercey)
|[
cixel](https://github.com/cixel)
|[
HerringtonDarkholme](https://github.com/HerringtonDarkholme)
| +|[
denghongcai](https://github.com/denghongcai)
|[
kibertoad](https://github.com/kibertoad)
|[
pangorgo](https://github.com/pangorgo)
|[
mattiash](https://github.com/mattiash)
|[
nabeelbukhari](https://github.com/nabeelbukhari)
|[
pmalouin](https://github.com/pmalouin)
| +[
SimenB](https://github.com/SimenB)
|[
vinaybedre](https://github.com/vinaybedre)
|[
starkwang](https://github.com/starkwang)
|[
killagu](https://github.com/killagu)
|[
tony-gutierrez](https://github.com/tony-gutierrez)
|[
whxaxes](https://github.com/whxaxes)
+ +This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Sat Aug 05 2023 02:36:31 GMT+0800`. + + diff --git a/srv/node_modules/agentkeepalive/browser.js b/srv/node_modules/agentkeepalive/browser.js new file mode 100644 index 000000000..29c9398aa --- /dev/null +++ b/srv/node_modules/agentkeepalive/browser.js @@ -0,0 +1,5 @@ +module.exports = noop; +module.exports.HttpsAgent = noop; + +// Noop function for browser since native api's don't use agents. +function noop () {} diff --git a/srv/node_modules/agentkeepalive/index.d.ts b/srv/node_modules/agentkeepalive/index.d.ts new file mode 100644 index 000000000..f4dbcec35 --- /dev/null +++ b/srv/node_modules/agentkeepalive/index.d.ts @@ -0,0 +1,69 @@ +import * as http from 'http'; +import * as https from 'https'; +import * as net from 'net'; + +interface PlainObject { + [key: string]: any; +} + +declare class _HttpAgent extends http.Agent { + constructor(opts?: AgentKeepAlive.HttpOptions); + readonly statusChanged: boolean; + createConnection(options: net.NetConnectOpts, cb?: Function): net.Socket; + createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; + getCurrentStatus(): AgentKeepAlive.AgentStatus; +} + +interface Constants { + CURRENT_ID: Symbol; + CREATE_ID: Symbol; + INIT_SOCKET: Symbol; + CREATE_HTTPS_CONNECTION: Symbol; + SOCKET_CREATED_TIME: Symbol; + SOCKET_NAME: Symbol; + SOCKET_REQUEST_COUNT: Symbol; + SOCKET_REQUEST_FINISHED_COUNT: Symbol; +} + +/** + * @deprecated instead use `import { HttpAgent } from 'agentkeepalive'; or `const HttpAgent = require('agentkeepalive').HttpAgent;` + */ +declare class AgentKeepAlive extends _HttpAgent {} + +declare namespace AgentKeepAlive { + export interface AgentStatus { + createSocketCount: number; + createSocketErrorCount: number; + closeSocketCount: number; + errorSocketCount: number; + timeoutSocketCount: number; + requestCount: number; + freeSockets: PlainObject; + sockets: PlainObject; + requests: PlainObject; + } + + interface CommonHttpOption { + keepAlive?: boolean | undefined; + freeSocketTimeout?: number | undefined; + freeSocketKeepAliveTimeout?: number | undefined; + timeout?: number | undefined; + socketActiveTTL?: number | undefined; + } + + export interface HttpOptions extends http.AgentOptions, CommonHttpOption { } + export interface HttpsOptions extends https.AgentOptions, CommonHttpOption { } + + export class HttpAgent extends _HttpAgent {} + export class HttpsAgent extends https.Agent { + constructor(opts?: HttpsOptions); + readonly statusChanged: boolean; + createConnection(options: net.NetConnectOpts, cb?: Function): net.Socket; + createSocket(req: http.IncomingMessage, options: http.RequestOptions, cb: Function): void; + getCurrentStatus(): AgentStatus; + } + + export const constants: Constants; +} + +export = AgentKeepAlive; diff --git a/srv/node_modules/agentkeepalive/index.js b/srv/node_modules/agentkeepalive/index.js new file mode 100644 index 000000000..cfe41dce7 --- /dev/null +++ b/srv/node_modules/agentkeepalive/index.js @@ -0,0 +1,7 @@ +'use strict'; + +const HttpAgent = require('./lib/agent'); +module.exports = HttpAgent; +module.exports.HttpAgent = HttpAgent; +module.exports.HttpsAgent = require('./lib/https_agent'); +module.exports.constants = require('./lib/constants'); diff --git a/srv/node_modules/agentkeepalive/lib/agent.js b/srv/node_modules/agentkeepalive/lib/agent.js new file mode 100644 index 000000000..8bd354eff --- /dev/null +++ b/srv/node_modules/agentkeepalive/lib/agent.js @@ -0,0 +1,402 @@ +'use strict'; + +const OriginalAgent = require('http').Agent; +const ms = require('humanize-ms'); +const debug = require('util').debuglog('agentkeepalive'); +const { + INIT_SOCKET, + CURRENT_ID, + CREATE_ID, + SOCKET_CREATED_TIME, + SOCKET_NAME, + SOCKET_REQUEST_COUNT, + SOCKET_REQUEST_FINISHED_COUNT, +} = require('./constants'); + +// OriginalAgent come from +// - https://github.com/nodejs/node/blob/v8.12.0/lib/_http_agent.js +// - https://github.com/nodejs/node/blob/v10.12.0/lib/_http_agent.js + +// node <= 10 +let defaultTimeoutListenerCount = 1; +const majorVersion = parseInt(process.version.split('.', 1)[0].substring(1)); +if (majorVersion >= 11 && majorVersion <= 12) { + defaultTimeoutListenerCount = 2; +} else if (majorVersion >= 13) { + defaultTimeoutListenerCount = 3; +} + +function deprecate(message) { + console.log('[agentkeepalive:deprecated] %s', message); +} + +class Agent extends OriginalAgent { + constructor(options) { + options = options || {}; + options.keepAlive = options.keepAlive !== false; + // default is keep-alive and 4s free socket timeout + // see https://medium.com/ssense-tech/reduce-networking-errors-in-nodejs-23b4eb9f2d83 + if (options.freeSocketTimeout === undefined) { + options.freeSocketTimeout = 4000; + } + // Legacy API: keepAliveTimeout should be rename to `freeSocketTimeout` + if (options.keepAliveTimeout) { + deprecate('options.keepAliveTimeout is deprecated, please use options.freeSocketTimeout instead'); + options.freeSocketTimeout = options.keepAliveTimeout; + delete options.keepAliveTimeout; + } + // Legacy API: freeSocketKeepAliveTimeout should be rename to `freeSocketTimeout` + if (options.freeSocketKeepAliveTimeout) { + deprecate('options.freeSocketKeepAliveTimeout is deprecated, please use options.freeSocketTimeout instead'); + options.freeSocketTimeout = options.freeSocketKeepAliveTimeout; + delete options.freeSocketKeepAliveTimeout; + } + + // Sets the socket to timeout after timeout milliseconds of inactivity on the socket. + // By default is double free socket timeout. + if (options.timeout === undefined) { + // make sure socket default inactivity timeout >= 8s + options.timeout = Math.max(options.freeSocketTimeout * 2, 8000); + } + + // support humanize format + options.timeout = ms(options.timeout); + options.freeSocketTimeout = ms(options.freeSocketTimeout); + options.socketActiveTTL = options.socketActiveTTL ? ms(options.socketActiveTTL) : 0; + + super(options); + + this[CURRENT_ID] = 0; + + // create socket success counter + this.createSocketCount = 0; + this.createSocketCountLastCheck = 0; + + this.createSocketErrorCount = 0; + this.createSocketErrorCountLastCheck = 0; + + this.closeSocketCount = 0; + this.closeSocketCountLastCheck = 0; + + // socket error event count + this.errorSocketCount = 0; + this.errorSocketCountLastCheck = 0; + + // request finished counter + this.requestCount = 0; + this.requestCountLastCheck = 0; + + // including free socket timeout counter + this.timeoutSocketCount = 0; + this.timeoutSocketCountLastCheck = 0; + + this.on('free', socket => { + // https://github.com/nodejs/node/pull/32000 + // Node.js native agent will check socket timeout eqs agent.options.timeout. + // Use the ttl or freeSocketTimeout to overwrite. + const timeout = this.calcSocketTimeout(socket); + if (timeout > 0 && socket.timeout !== timeout) { + socket.setTimeout(timeout); + } + }); + } + + get freeSocketKeepAliveTimeout() { + deprecate('agent.freeSocketKeepAliveTimeout is deprecated, please use agent.options.freeSocketTimeout instead'); + return this.options.freeSocketTimeout; + } + + get timeout() { + deprecate('agent.timeout is deprecated, please use agent.options.timeout instead'); + return this.options.timeout; + } + + get socketActiveTTL() { + deprecate('agent.socketActiveTTL is deprecated, please use agent.options.socketActiveTTL instead'); + return this.options.socketActiveTTL; + } + + calcSocketTimeout(socket) { + /** + * return <= 0: should free socket + * return > 0: should update socket timeout + * return undefined: not find custom timeout + */ + let freeSocketTimeout = this.options.freeSocketTimeout; + const socketActiveTTL = this.options.socketActiveTTL; + if (socketActiveTTL) { + // check socketActiveTTL + const aliveTime = Date.now() - socket[SOCKET_CREATED_TIME]; + const diff = socketActiveTTL - aliveTime; + if (diff <= 0) { + return diff; + } + if (freeSocketTimeout && diff < freeSocketTimeout) { + freeSocketTimeout = diff; + } + } + // set freeSocketTimeout + if (freeSocketTimeout) { + // set free keepalive timer + // try to use socket custom freeSocketTimeout first, support headers['keep-alive'] + // https://github.com/node-modules/urllib/blob/b76053020923f4d99a1c93cf2e16e0c5ba10bacf/lib/urllib.js#L498 + const customFreeSocketTimeout = socket.freeSocketTimeout || socket.freeSocketKeepAliveTimeout; + return customFreeSocketTimeout || freeSocketTimeout; + } + } + + keepSocketAlive(socket) { + const result = super.keepSocketAlive(socket); + // should not keepAlive, do nothing + if (!result) return result; + + const customTimeout = this.calcSocketTimeout(socket); + if (typeof customTimeout === 'undefined') { + return true; + } + if (customTimeout <= 0) { + debug('%s(requests: %s, finished: %s) free but need to destroy by TTL, request count %s, diff is %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], customTimeout); + return false; + } + if (socket.timeout !== customTimeout) { + socket.setTimeout(customTimeout); + } + return true; + } + + // only call on addRequest + reuseSocket(...args) { + // reuseSocket(socket, req) + super.reuseSocket(...args); + const socket = args[0]; + const req = args[1]; + req.reusedSocket = true; + const agentTimeout = this.options.timeout; + if (getSocketTimeout(socket) !== agentTimeout) { + // reset timeout before use + socket.setTimeout(agentTimeout); + debug('%s reset timeout to %sms', socket[SOCKET_NAME], agentTimeout); + } + socket[SOCKET_REQUEST_COUNT]++; + debug('%s(requests: %s, finished: %s) reuse on addRequest, timeout %sms', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], + getSocketTimeout(socket)); + } + + [CREATE_ID]() { + const id = this[CURRENT_ID]++; + if (this[CURRENT_ID] === Number.MAX_SAFE_INTEGER) this[CURRENT_ID] = 0; + return id; + } + + [INIT_SOCKET](socket, options) { + // bugfix here. + // https on node 8, 10 won't set agent.options.timeout by default + // TODO: need to fix on node itself + if (options.timeout) { + const timeout = getSocketTimeout(socket); + if (!timeout) { + socket.setTimeout(options.timeout); + } + } + + if (this.options.keepAlive) { + // Disable Nagle's algorithm: http://blog.caustik.com/2012/04/08/scaling-node-js-to-100k-concurrent-connections/ + // https://fengmk2.com/benchmark/nagle-algorithm-delayed-ack-mock.html + socket.setNoDelay(true); + } + this.createSocketCount++; + if (this.options.socketActiveTTL) { + socket[SOCKET_CREATED_TIME] = Date.now(); + } + // don't show the hole '-----BEGIN CERTIFICATE----' key string + socket[SOCKET_NAME] = `sock[${this[CREATE_ID]()}#${options._agentKey}]`.split('-----BEGIN', 1)[0]; + socket[SOCKET_REQUEST_COUNT] = 1; + socket[SOCKET_REQUEST_FINISHED_COUNT] = 0; + installListeners(this, socket, options); + } + + createConnection(options, oncreate) { + let called = false; + const onNewCreate = (err, socket) => { + if (called) return; + called = true; + + if (err) { + this.createSocketErrorCount++; + return oncreate(err); + } + this[INIT_SOCKET](socket, options); + oncreate(err, socket); + }; + + const newSocket = super.createConnection(options, onNewCreate); + if (newSocket) onNewCreate(null, newSocket); + return newSocket; + } + + get statusChanged() { + const changed = this.createSocketCount !== this.createSocketCountLastCheck || + this.createSocketErrorCount !== this.createSocketErrorCountLastCheck || + this.closeSocketCount !== this.closeSocketCountLastCheck || + this.errorSocketCount !== this.errorSocketCountLastCheck || + this.timeoutSocketCount !== this.timeoutSocketCountLastCheck || + this.requestCount !== this.requestCountLastCheck; + if (changed) { + this.createSocketCountLastCheck = this.createSocketCount; + this.createSocketErrorCountLastCheck = this.createSocketErrorCount; + this.closeSocketCountLastCheck = this.closeSocketCount; + this.errorSocketCountLastCheck = this.errorSocketCount; + this.timeoutSocketCountLastCheck = this.timeoutSocketCount; + this.requestCountLastCheck = this.requestCount; + } + return changed; + } + + getCurrentStatus() { + return { + createSocketCount: this.createSocketCount, + createSocketErrorCount: this.createSocketErrorCount, + closeSocketCount: this.closeSocketCount, + errorSocketCount: this.errorSocketCount, + timeoutSocketCount: this.timeoutSocketCount, + requestCount: this.requestCount, + freeSockets: inspect(this.freeSockets), + sockets: inspect(this.sockets), + requests: inspect(this.requests), + }; + } +} + +// node 8 don't has timeout attribute on socket +// https://github.com/nodejs/node/pull/21204/files#diff-e6ef024c3775d787c38487a6309e491dR408 +function getSocketTimeout(socket) { + return socket.timeout || socket._idleTimeout; +} + +function installListeners(agent, socket, options) { + debug('%s create, timeout %sms', socket[SOCKET_NAME], getSocketTimeout(socket)); + + // listener socket events: close, timeout, error, free + function onFree() { + // create and socket.emit('free') logic + // https://github.com/nodejs/node/blob/master/lib/_http_agent.js#L311 + // no req on the socket, it should be the new socket + if (!socket._httpMessage && socket[SOCKET_REQUEST_COUNT] === 1) return; + + socket[SOCKET_REQUEST_FINISHED_COUNT]++; + agent.requestCount++; + debug('%s(requests: %s, finished: %s) free', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); + + // should reuse on pedding requests? + const name = agent.getName(options); + if (socket.writable && agent.requests[name] && agent.requests[name].length) { + // will be reuse on agent free listener + socket[SOCKET_REQUEST_COUNT]++; + debug('%s(requests: %s, finished: %s) will be reuse on agent free event', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); + } + } + socket.on('free', onFree); + + function onClose(isError) { + debug('%s(requests: %s, finished: %s) close, isError: %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], isError); + agent.closeSocketCount++; + } + socket.on('close', onClose); + + // start socket timeout handler + function onTimeout() { + // onTimeout and emitRequestTimeout(_http_client.js) + // https://github.com/nodejs/node/blob/v12.x/lib/_http_client.js#L711 + const listenerCount = socket.listeners('timeout').length; + // node <= 10, default listenerCount is 1, onTimeout + // 11 < node <= 12, default listenerCount is 2, onTimeout and emitRequestTimeout + // node >= 13, default listenerCount is 3, onTimeout, + // onTimeout(https://github.com/nodejs/node/pull/32000/files#diff-5f7fb0850412c6be189faeddea6c5359R333) + // and emitRequestTimeout + const timeout = getSocketTimeout(socket); + const req = socket._httpMessage; + const reqTimeoutListenerCount = req && req.listeners('timeout').length || 0; + debug('%s(requests: %s, finished: %s) timeout after %sms, listeners %s, defaultTimeoutListenerCount %s, hasHttpRequest %s, HttpRequest timeoutListenerCount %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], + timeout, listenerCount, defaultTimeoutListenerCount, !!req, reqTimeoutListenerCount); + if (debug.enabled) { + debug('timeout listeners: %s', socket.listeners('timeout').map(f => f.name).join(', ')); + } + agent.timeoutSocketCount++; + const name = agent.getName(options); + if (agent.freeSockets[name] && agent.freeSockets[name].indexOf(socket) !== -1) { + // free socket timeout, destroy quietly + socket.destroy(); + // Remove it from freeSockets list immediately to prevent new requests + // from being sent through this socket. + agent.removeSocket(socket, options); + debug('%s is free, destroy quietly', socket[SOCKET_NAME]); + } else { + // if there is no any request socket timeout handler, + // agent need to handle socket timeout itself. + // + // custom request socket timeout handle logic must follow these rules: + // 1. Destroy socket first + // 2. Must emit socket 'agentRemove' event tell agent remove socket + // from freeSockets list immediately. + // Otherise you may be get 'socket hang up' error when reuse + // free socket and timeout happen in the same time. + if (reqTimeoutListenerCount === 0) { + const error = new Error('Socket timeout'); + error.code = 'ERR_SOCKET_TIMEOUT'; + error.timeout = timeout; + // must manually call socket.end() or socket.destroy() to end the connection. + // https://nodejs.org/dist/latest-v10.x/docs/api/net.html#net_socket_settimeout_timeout_callback + socket.destroy(error); + agent.removeSocket(socket, options); + debug('%s destroy with timeout error', socket[SOCKET_NAME]); + } + } + } + socket.on('timeout', onTimeout); + + function onError(err) { + const listenerCount = socket.listeners('error').length; + debug('%s(requests: %s, finished: %s) error: %s, listenerCount: %s', + socket[SOCKET_NAME], socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT], + err, listenerCount); + agent.errorSocketCount++; + if (listenerCount === 1) { + // if socket don't contain error event handler, don't catch it, emit it again + debug('%s emit uncaught error event', socket[SOCKET_NAME]); + socket.removeListener('error', onError); + socket.emit('error', err); + } + } + socket.on('error', onError); + + function onRemove() { + debug('%s(requests: %s, finished: %s) agentRemove', + socket[SOCKET_NAME], + socket[SOCKET_REQUEST_COUNT], socket[SOCKET_REQUEST_FINISHED_COUNT]); + // We need this function for cases like HTTP 'upgrade' + // (defined by WebSockets) where we need to remove a socket from the + // pool because it'll be locked up indefinitely + socket.removeListener('close', onClose); + socket.removeListener('error', onError); + socket.removeListener('free', onFree); + socket.removeListener('timeout', onTimeout); + socket.removeListener('agentRemove', onRemove); + } + socket.on('agentRemove', onRemove); +} + +module.exports = Agent; + +function inspect(obj) { + const res = {}; + for (const key in obj) { + res[key] = obj[key].length; + } + return res; +} diff --git a/srv/node_modules/agentkeepalive/lib/constants.js b/srv/node_modules/agentkeepalive/lib/constants.js new file mode 100644 index 000000000..ca7ab97ea --- /dev/null +++ b/srv/node_modules/agentkeepalive/lib/constants.js @@ -0,0 +1,14 @@ +'use strict'; + +module.exports = { + // agent + CURRENT_ID: Symbol('agentkeepalive#currentId'), + CREATE_ID: Symbol('agentkeepalive#createId'), + INIT_SOCKET: Symbol('agentkeepalive#initSocket'), + CREATE_HTTPS_CONNECTION: Symbol('agentkeepalive#createHttpsConnection'), + // socket + SOCKET_CREATED_TIME: Symbol('agentkeepalive#socketCreatedTime'), + SOCKET_NAME: Symbol('agentkeepalive#socketName'), + SOCKET_REQUEST_COUNT: Symbol('agentkeepalive#socketRequestCount'), + SOCKET_REQUEST_FINISHED_COUNT: Symbol('agentkeepalive#socketRequestFinishedCount'), +}; diff --git a/srv/node_modules/agentkeepalive/lib/https_agent.js b/srv/node_modules/agentkeepalive/lib/https_agent.js new file mode 100644 index 000000000..344fb32ca --- /dev/null +++ b/srv/node_modules/agentkeepalive/lib/https_agent.js @@ -0,0 +1,51 @@ +'use strict'; + +const OriginalHttpsAgent = require('https').Agent; +const HttpAgent = require('./agent'); +const { + INIT_SOCKET, + CREATE_HTTPS_CONNECTION, +} = require('./constants'); + +class HttpsAgent extends HttpAgent { + constructor(options) { + super(options); + + this.defaultPort = 443; + this.protocol = 'https:'; + this.maxCachedSessions = this.options.maxCachedSessions; + /* istanbul ignore next */ + if (this.maxCachedSessions === undefined) { + this.maxCachedSessions = 100; + } + + this._sessionCache = { + map: {}, + list: [], + }; + } + + createConnection(options, oncreate) { + const socket = this[CREATE_HTTPS_CONNECTION](options, oncreate); + this[INIT_SOCKET](socket, options); + return socket; + } +} + +// https://github.com/nodejs/node/blob/master/lib/https.js#L89 +HttpsAgent.prototype[CREATE_HTTPS_CONNECTION] = OriginalHttpsAgent.prototype.createConnection; + +[ + 'getName', + '_getSession', + '_cacheSession', + // https://github.com/nodejs/node/pull/4982 + '_evictSession', +].forEach(function(method) { + /* istanbul ignore next */ + if (typeof OriginalHttpsAgent.prototype[method] === 'function') { + HttpsAgent.prototype[method] = OriginalHttpsAgent.prototype[method]; + } +}); + +module.exports = HttpsAgent; diff --git a/srv/node_modules/agentkeepalive/package.json b/srv/node_modules/agentkeepalive/package.json new file mode 100644 index 000000000..e6fc7f0e5 --- /dev/null +++ b/srv/node_modules/agentkeepalive/package.json @@ -0,0 +1,56 @@ +{ + "name": "agentkeepalive", + "version": "4.6.0", + "description": "Missing keepalive http.Agent", + "main": "index.js", + "browser": "browser.js", + "files": [ + "index.js", + "index.d.ts", + "browser.js", + "lib" + ], + "scripts": { + "contributor": "git-contributor", + "test": "npm run lint && egg-bin test --full-trace", + "test-local": "egg-bin test --full-trace", + "cov": "cross-env NODE_DEBUG=agentkeepalive egg-bin cov --full-trace", + "ci": "npm run lint && npm run cov", + "lint": "eslint lib test index.js" + }, + "repository": { + "type": "git", + "url": "git://github.com/node-modules/agentkeepalive.git" + }, + "bugs": { + "url": "https://github.com/node-modules/agentkeepalive/issues" + }, + "keywords": [ + "http", + "https", + "agent", + "keepalive", + "agentkeepalive", + "HttpAgent", + "HttpsAgent" + ], + "dependencies": { + "humanize-ms": "^1.2.1" + }, + "devDependencies": { + "coffee": "^5.3.0", + "cross-env": "^6.0.3", + "egg-bin": "^4.9.0", + "eslint": "^5.7.0", + "eslint-config-egg": "^7.1.0", + "git-contributor": "^2.0.0", + "mm": "^2.4.1", + "pedding": "^1.1.0", + "typescript": "^3.8.3" + }, + "engines": { + "node": ">= 8.0.0" + }, + "author": "fengmk2 (https://github.com/fengmk2)", + "license": "MIT" +} diff --git a/srv/node_modules/aggregate-error/index.d.ts b/srv/node_modules/aggregate-error/index.d.ts new file mode 100644 index 000000000..502bf7ad1 --- /dev/null +++ b/srv/node_modules/aggregate-error/index.d.ts @@ -0,0 +1,51 @@ +/** +Create an error from multiple errors. +*/ +declare class AggregateError extends Error implements Iterable { + readonly name: 'AggregateError'; + + /** + @param errors - If a string, a new `Error` is created with the string as the error message. If a non-Error object, a new `Error` is created with all properties from the object copied over. + @returns An Error that is also an [`Iterable`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators#Iterables) for the individual errors. + + @example + ``` + import AggregateError = require('aggregate-error'); + + const error = new AggregateError([new Error('foo'), 'bar', {message: 'baz'}]); + + throw error; + + // AggregateError: + // Error: foo + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:33) + // Error: bar + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + // Error: baz + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + // at AggregateError (/Users/sindresorhus/dev/aggregate-error/index.js:19:3) + // at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + // at Module._compile (module.js:556:32) + // at Object.Module._extensions..js (module.js:565:10) + // at Module.load (module.js:473:32) + // at tryModuleLoad (module.js:432:12) + // at Function.Module._load (module.js:424:3) + // at Module.runMain (module.js:590:10) + // at run (bootstrap_node.js:394:7) + // at startup (bootstrap_node.js:149:9) + + + for (const individualError of error) { + console.log(individualError); + } + //=> [Error: foo] + //=> [Error: bar] + //=> [Error: baz] + ``` + */ + constructor(errors: ReadonlyArray); + + [Symbol.iterator](): IterableIterator; +} + +export = AggregateError; diff --git a/srv/node_modules/aggregate-error/index.js b/srv/node_modules/aggregate-error/index.js new file mode 100644 index 000000000..ba5bf0221 --- /dev/null +++ b/srv/node_modules/aggregate-error/index.js @@ -0,0 +1,47 @@ +'use strict'; +const indentString = require('indent-string'); +const cleanStack = require('clean-stack'); + +const cleanInternalStack = stack => stack.replace(/\s+at .*aggregate-error\/index.js:\d+:\d+\)?/g, ''); + +class AggregateError extends Error { + constructor(errors) { + if (!Array.isArray(errors)) { + throw new TypeError(`Expected input to be an Array, got ${typeof errors}`); + } + + errors = [...errors].map(error => { + if (error instanceof Error) { + return error; + } + + if (error !== null && typeof error === 'object') { + // Handle plain error objects with message property and/or possibly other metadata + return Object.assign(new Error(error.message), error); + } + + return new Error(error); + }); + + let message = errors + .map(error => { + // The `stack` property is not standardized, so we can't assume it exists + return typeof error.stack === 'string' ? cleanInternalStack(cleanStack(error.stack)) : String(error); + }) + .join('\n'); + message = '\n' + indentString(message, 4); + super(message); + + this.name = 'AggregateError'; + + Object.defineProperty(this, '_errors', {value: errors}); + } + + * [Symbol.iterator]() { + for (const error of this._errors) { + yield error; + } + } +} + +module.exports = AggregateError; diff --git a/srv/node_modules/aggregate-error/license b/srv/node_modules/aggregate-error/license new file mode 100644 index 000000000..e7af2f771 --- /dev/null +++ b/srv/node_modules/aggregate-error/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/aggregate-error/package.json b/srv/node_modules/aggregate-error/package.json new file mode 100644 index 000000000..74fcc3761 --- /dev/null +++ b/srv/node_modules/aggregate-error/package.json @@ -0,0 +1,41 @@ +{ + "name": "aggregate-error", + "version": "3.1.0", + "description": "Create an error from multiple errors", + "license": "MIT", + "repository": "sindresorhus/aggregate-error", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "aggregate", + "error", + "combine", + "multiple", + "many", + "collection", + "iterable", + "iterator" + ], + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "devDependencies": { + "ava": "^2.4.0", + "tsd": "^0.7.1", + "xo": "^0.25.3" + } +} diff --git a/srv/node_modules/aggregate-error/readme.md b/srv/node_modules/aggregate-error/readme.md new file mode 100644 index 000000000..850de98a8 --- /dev/null +++ b/srv/node_modules/aggregate-error/readme.md @@ -0,0 +1,61 @@ +# aggregate-error [![Build Status](https://travis-ci.org/sindresorhus/aggregate-error.svg?branch=master)](https://travis-ci.org/sindresorhus/aggregate-error) + +> Create an error from multiple errors + + +## Install + +``` +$ npm install aggregate-error +``` + + +## Usage + +```js +const AggregateError = require('aggregate-error'); + +const error = new AggregateError([new Error('foo'), 'bar', {message: 'baz'}]); + +throw error; +/* +AggregateError: + Error: foo + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:33) + Error: bar + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + Error: baz + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + at AggregateError (/Users/sindresorhus/dev/aggregate-error/index.js:19:3) + at Object. (/Users/sindresorhus/dev/aggregate-error/example.js:3:13) + at Module._compile (module.js:556:32) + at Object.Module._extensions..js (module.js:565:10) + at Module.load (module.js:473:32) + at tryModuleLoad (module.js:432:12) + at Function.Module._load (module.js:424:3) + at Module.runMain (module.js:590:10) + at run (bootstrap_node.js:394:7) + at startup (bootstrap_node.js:149:9) +*/ + +for (const individualError of error) { + console.log(individualError); +} +//=> [Error: foo] +//=> [Error: bar] +//=> [Error: baz] +``` + + +## API + +### AggregateError(errors) + +Returns an `Error` that is also an [`Iterable`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Iterators_and_Generators#Iterables) for the individual errors. + +#### errors + +Type: `Array` + +If a string, a new `Error` is created with the string as the error message.
+If a non-Error object, a new `Error` is created with all properties from the object copied over. diff --git a/srv/node_modules/ansi-regex/index.d.ts b/srv/node_modules/ansi-regex/index.d.ts new file mode 100644 index 000000000..2dbf6af2b --- /dev/null +++ b/srv/node_modules/ansi-regex/index.d.ts @@ -0,0 +1,37 @@ +declare namespace ansiRegex { + interface Options { + /** + Match only the first ANSI escape. + + @default false + */ + onlyFirst: boolean; + } +} + +/** +Regular expression for matching ANSI escape codes. + +@example +``` +import ansiRegex = require('ansi-regex'); + +ansiRegex().test('\u001B[4mcake\u001B[0m'); +//=> true + +ansiRegex().test('cake'); +//=> false + +'\u001B[4mcake\u001B[0m'.match(ansiRegex()); +//=> ['\u001B[4m', '\u001B[0m'] + +'\u001B[4mcake\u001B[0m'.match(ansiRegex({onlyFirst: true})); +//=> ['\u001B[4m'] + +'\u001B]8;;https://github.com\u0007click\u001B]8;;\u0007'.match(ansiRegex()); +//=> ['\u001B]8;;https://github.com\u0007', '\u001B]8;;\u0007'] +``` +*/ +declare function ansiRegex(options?: ansiRegex.Options): RegExp; + +export = ansiRegex; diff --git a/srv/node_modules/ansi-regex/index.js b/srv/node_modules/ansi-regex/index.js new file mode 100644 index 000000000..616ff837d --- /dev/null +++ b/srv/node_modules/ansi-regex/index.js @@ -0,0 +1,10 @@ +'use strict'; + +module.exports = ({onlyFirst = false} = {}) => { + const pattern = [ + '[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)', + '(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))' + ].join('|'); + + return new RegExp(pattern, onlyFirst ? undefined : 'g'); +}; diff --git a/srv/node_modules/ansi-regex/license b/srv/node_modules/ansi-regex/license new file mode 100644 index 000000000..e7af2f771 --- /dev/null +++ b/srv/node_modules/ansi-regex/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/ansi-regex/package.json b/srv/node_modules/ansi-regex/package.json new file mode 100644 index 000000000..017f53116 --- /dev/null +++ b/srv/node_modules/ansi-regex/package.json @@ -0,0 +1,55 @@ +{ + "name": "ansi-regex", + "version": "5.0.1", + "description": "Regular expression for matching ANSI escape codes", + "license": "MIT", + "repository": "chalk/ansi-regex", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=8" + }, + "scripts": { + "test": "xo && ava && tsd", + "view-supported": "node fixtures/view-codes.js" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "ansi", + "styles", + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "tty", + "escape", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "command-line", + "text", + "regex", + "regexp", + "re", + "match", + "test", + "find", + "pattern" + ], + "devDependencies": { + "ava": "^2.4.0", + "tsd": "^0.9.0", + "xo": "^0.25.3" + } +} diff --git a/srv/node_modules/ansi-regex/readme.md b/srv/node_modules/ansi-regex/readme.md new file mode 100644 index 000000000..4d848bc36 --- /dev/null +++ b/srv/node_modules/ansi-regex/readme.md @@ -0,0 +1,78 @@ +# ansi-regex + +> Regular expression for matching [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) + + +## Install + +``` +$ npm install ansi-regex +``` + + +## Usage + +```js +const ansiRegex = require('ansi-regex'); + +ansiRegex().test('\u001B[4mcake\u001B[0m'); +//=> true + +ansiRegex().test('cake'); +//=> false + +'\u001B[4mcake\u001B[0m'.match(ansiRegex()); +//=> ['\u001B[4m', '\u001B[0m'] + +'\u001B[4mcake\u001B[0m'.match(ansiRegex({onlyFirst: true})); +//=> ['\u001B[4m'] + +'\u001B]8;;https://github.com\u0007click\u001B]8;;\u0007'.match(ansiRegex()); +//=> ['\u001B]8;;https://github.com\u0007', '\u001B]8;;\u0007'] +``` + + +## API + +### ansiRegex(options?) + +Returns a regex for matching ANSI escape codes. + +#### options + +Type: `object` + +##### onlyFirst + +Type: `boolean`
+Default: `false` *(Matches any ANSI escape codes in a string)* + +Match only the first ANSI escape. + + +## FAQ + +### Why do you test for codes not in the ECMA 48 standard? + +Some of the codes we run as a test are codes that we acquired finding various lists of non-standard or manufacturer specific codes. We test for both standard and non-standard codes, as most of them follow the same or similar format and can be safely matched in strings without the risk of removing actual string content. There are a few non-standard control codes that do not follow the traditional format (i.e. they end in numbers) thus forcing us to exclude them from the test because we cannot reliably match them. + +On the historical side, those ECMA standards were established in the early 90's whereas the VT100, for example, was designed in the mid/late 70's. At that point in time, control codes were still pretty ungoverned and engineers used them for a multitude of things, namely to activate hardware ports that may have been proprietary. Somewhere else you see a similar 'anarchy' of codes is in the x86 architecture for processors; there are a ton of "interrupts" that can mean different things on certain brands of processors, most of which have been phased out. + + +## Maintainers + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Josh Junon](https://github.com/qix-) + + +--- + +
+ + Get professional support for this package with a Tidelift subscription + +
+ + Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies. +
+
diff --git a/srv/node_modules/aproba/LICENSE b/srv/node_modules/aproba/LICENSE new file mode 100644 index 000000000..f4be44d88 --- /dev/null +++ b/srv/node_modules/aproba/LICENSE @@ -0,0 +1,14 @@ +Copyright (c) 2015, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + diff --git a/srv/node_modules/aproba/README.md b/srv/node_modules/aproba/README.md new file mode 100644 index 000000000..0bfc594c5 --- /dev/null +++ b/srv/node_modules/aproba/README.md @@ -0,0 +1,94 @@ +aproba +====== + +A ridiculously light-weight function argument validator + +``` +var validate = require("aproba") + +function myfunc(a, b, c) { + // `a` must be a string, `b` a number, `c` a function + validate('SNF', arguments) // [a,b,c] is also valid +} + +myfunc('test', 23, function () {}) // ok +myfunc(123, 23, function () {}) // type error +myfunc('test', 23) // missing arg error +myfunc('test', 23, function () {}, true) // too many args error + +``` + +Valid types are: + +| type | description +| :--: | :---------- +| * | matches any type +| A | `Array.isArray` OR an `arguments` object +| S | typeof == string +| N | typeof == number +| F | typeof == function +| O | typeof == object and not type A and not type E +| B | typeof == boolean +| E | `instanceof Error` OR `null` **(special: see below)** +| Z | == `null` + +Validation failures throw one of three exception types, distinguished by a +`code` property of `EMISSINGARG`, `EINVALIDTYPE` or `ETOOMANYARGS`. + +If you pass in an invalid type then it will throw with a code of +`EUNKNOWNTYPE`. + +If an **error** argument is found and is not null then the remaining +arguments are optional. That is, if you say `ESO` then that's like using a +non-magical `E` in: `E|ESO|ZSO`. + +### But I have optional arguments?! + +You can provide more than one signature by separating them with pipes `|`. +If any signature matches the arguments then they'll be considered valid. + +So for example, say you wanted to write a signature for +`fs.createWriteStream`. The docs for it describe it thusly: + +``` +fs.createWriteStream(path[, options]) +``` + +This would be a signature of `SO|S`. That is, a string and and object, or +just a string. + +Now, if you read the full `fs` docs, you'll see that actually path can ALSO +be a buffer. And options can be a string, that is: +``` +path | +options | +``` + +To reproduce this you have to fully enumerate all of the possible +combinations and that implies a signature of `SO|SS|OO|OS|S|O`. The +awkwardness is a feature: It reminds you of the complexity you're adding to +your API when you do this sort of thing. + + +### Browser support + +This has no dependencies and should work in browsers, though you'll have +noisier stack traces. + +### Why this exists + +I wanted a very simple argument validator. It needed to do two things: + +1. Be more concise and easier to use than assertions + +2. Not encourage an infinite bikeshed of DSLs + +This is why types are specified by a single character and there's no such +thing as an optional argument. + +This is not intended to validate user data. This is specifically about +asserting the interface of your functions. + +If you need greater validation, I encourage you to write them by hand or +look elsewhere. + diff --git a/srv/node_modules/aproba/index.js b/srv/node_modules/aproba/index.js new file mode 100644 index 000000000..5a58e8126 --- /dev/null +++ b/srv/node_modules/aproba/index.js @@ -0,0 +1,105 @@ +'use strict' +module.exports = validate + +function isArguments (thingy) { + return thingy != null && typeof thingy === 'object' && thingy.hasOwnProperty('callee') +} + +const types = { + '*': {label: 'any', check: () => true}, + A: {label: 'array', check: _ => Array.isArray(_) || isArguments(_)}, + S: {label: 'string', check: _ => typeof _ === 'string'}, + N: {label: 'number', check: _ => typeof _ === 'number'}, + F: {label: 'function', check: _ => typeof _ === 'function'}, + O: {label: 'object', check: _ => typeof _ === 'object' && _ != null && !types.A.check(_) && !types.E.check(_)}, + B: {label: 'boolean', check: _ => typeof _ === 'boolean'}, + E: {label: 'error', check: _ => _ instanceof Error}, + Z: {label: 'null', check: _ => _ == null} +} + +function addSchema (schema, arity) { + const group = arity[schema.length] = arity[schema.length] || [] + if (group.indexOf(schema) === -1) group.push(schema) +} + +function validate (rawSchemas, args) { + if (arguments.length !== 2) throw wrongNumberOfArgs(['SA'], arguments.length) + if (!rawSchemas) throw missingRequiredArg(0, 'rawSchemas') + if (!args) throw missingRequiredArg(1, 'args') + if (!types.S.check(rawSchemas)) throw invalidType(0, ['string'], rawSchemas) + if (!types.A.check(args)) throw invalidType(1, ['array'], args) + const schemas = rawSchemas.split('|') + const arity = {} + + schemas.forEach(schema => { + for (let ii = 0; ii < schema.length; ++ii) { + const type = schema[ii] + if (!types[type]) throw unknownType(ii, type) + } + if (/E.*E/.test(schema)) throw moreThanOneError(schema) + addSchema(schema, arity) + if (/E/.test(schema)) { + addSchema(schema.replace(/E.*$/, 'E'), arity) + addSchema(schema.replace(/E/, 'Z'), arity) + if (schema.length === 1) addSchema('', arity) + } + }) + let matching = arity[args.length] + if (!matching) { + throw wrongNumberOfArgs(Object.keys(arity), args.length) + } + for (let ii = 0; ii < args.length; ++ii) { + let newMatching = matching.filter(schema => { + const type = schema[ii] + const typeCheck = types[type].check + return typeCheck(args[ii]) + }) + if (!newMatching.length) { + const labels = matching.map(_ => types[_[ii]].label).filter(_ => _ != null) + throw invalidType(ii, labels, args[ii]) + } + matching = newMatching + } +} + +function missingRequiredArg (num) { + return newException('EMISSINGARG', 'Missing required argument #' + (num + 1)) +} + +function unknownType (num, type) { + return newException('EUNKNOWNTYPE', 'Unknown type ' + type + ' in argument #' + (num + 1)) +} + +function invalidType (num, expectedTypes, value) { + let valueType + Object.keys(types).forEach(typeCode => { + if (types[typeCode].check(value)) valueType = types[typeCode].label + }) + return newException('EINVALIDTYPE', 'Argument #' + (num + 1) + ': Expected ' + + englishList(expectedTypes) + ' but got ' + valueType) +} + +function englishList (list) { + return list.join(', ').replace(/, ([^,]+)$/, ' or $1') +} + +function wrongNumberOfArgs (expected, got) { + const english = englishList(expected) + const args = expected.every(ex => ex.length === 1) + ? 'argument' + : 'arguments' + return newException('EWRONGARGCOUNT', 'Expected ' + english + ' ' + args + ' but got ' + got) +} + +function moreThanOneError (schema) { + return newException('ETOOMANYERRORTYPES', + 'Only one error type per argument signature is allowed, more than one found in "' + schema + '"') +} + +function newException (code, msg) { + const err = new TypeError(msg) + err.code = code + /* istanbul ignore else */ + if (Error.captureStackTrace) Error.captureStackTrace(err, validate) + return err +} diff --git a/srv/node_modules/aproba/package.json b/srv/node_modules/aproba/package.json new file mode 100644 index 000000000..71c7fca58 --- /dev/null +++ b/srv/node_modules/aproba/package.json @@ -0,0 +1,35 @@ +{ + "name": "aproba", + "version": "2.1.0", + "description": "A ridiculously light-weight argument validator (now browser friendly)", + "main": "index.js", + "directories": { + "test": "test" + }, + "dependencies": {}, + "devDependencies": { + "standard": "^11.0.1", + "tap": "^12.0.1" + }, + "files": [ + "index.js" + ], + "scripts": { + "pretest": "standard", + "test": "tap --100 -J test/*.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/iarna/aproba" + }, + "keywords": [ + "argument", + "validate" + ], + "author": "Rebecca Turner ", + "license": "ISC", + "bugs": { + "url": "https://github.com/iarna/aproba/issues" + }, + "homepage": "https://github.com/iarna/aproba" +} diff --git a/srv/node_modules/are-we-there-yet/LICENSE.md b/srv/node_modules/are-we-there-yet/LICENSE.md new file mode 100644 index 000000000..845be76f6 --- /dev/null +++ b/srv/node_modules/are-we-there-yet/LICENSE.md @@ -0,0 +1,18 @@ +ISC License + +Copyright npm, Inc. + +Permission to use, copy, modify, and/or distribute this +software for any purpose with or without fee is hereby +granted, provided that the above copyright notice and this +permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND NPM DISCLAIMS ALL +WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL NPM BE LIABLE FOR ANY SPECIAL, DIRECT, +INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, +WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/srv/node_modules/are-we-there-yet/README.md b/srv/node_modules/are-we-there-yet/README.md new file mode 100644 index 000000000..caae19b0a --- /dev/null +++ b/srv/node_modules/are-we-there-yet/README.md @@ -0,0 +1,208 @@ +are-we-there-yet +---------------- + +Track complex hierarchies of asynchronous task completion statuses. This is +intended to give you a way of recording and reporting the progress of the big +recursive fan-out and gather type workflows that are so common in async. + +What you do with this completion data is up to you, but the most common use case is to +feed it to one of the many progress bar modules. + +Most progress bar modules include a rudimentary version of this, but my +needs were more complex. + +Usage +===== + +```javascript +var TrackerGroup = require("are-we-there-yet").TrackerGroup + +var top = new TrackerGroup("program") + +var single = top.newItem("one thing", 100) +single.completeWork(20) + +console.log(top.completed()) // 0.2 + +fs.stat("file", function(er, stat) { + if (er) throw er + var stream = top.newStream("file", stat.size) + console.log(top.completed()) // now 0.1 as single is 50% of the job and is 20% complete + // and 50% * 20% == 10% + fs.createReadStream("file").pipe(stream).on("data", function (chunk) { + // do stuff with chunk + }) + top.on("change", function (name) { + // called each time a chunk is read from "file" + // top.completed() will start at 0.1 and fill up to 0.6 as the file is read + }) +}) +``` + +Shared Methods +============== + +* var completed = tracker.completed() + +Implemented in: `Tracker`, `TrackerGroup`, `TrackerStream` + +Returns the ratio of completed work to work to be done. Range of 0 to 1. + +* tracker.finish() + +Implemented in: `Tracker`, `TrackerGroup` + +Marks the tracker as completed. With a TrackerGroup this marks all of its +components as completed. + +Marks all of the components of this tracker as finished, which in turn means +that `tracker.completed()` for this will now be 1. + +This will result in one or more `change` events being emitted. + +Events +====== + +All tracker objects emit `change` events with the following arguments: + +``` +function (name, completed, tracker) +``` + +`name` is the name of the tracker that originally emitted the event, +or if it didn't have one, the first containing tracker group that had one. + +`completed` is the percent complete (as returned by `tracker.completed()` method). + +`tracker` is the tracker object that you are listening for events on. + +TrackerGroup +============ + +* var tracker = new TrackerGroup(**name**) + + * **name** *(optional)* - The name of this tracker group, used in change + notifications if the component updating didn't have a name. Defaults to undefined. + +Creates a new empty tracker aggregation group. These are trackers whose +completion status is determined by the completion status of other trackers added to this aggregation group. + +Ex. + +```javascript +var tracker = new TrackerGroup("parent") +var foo = tracker.newItem("firstChild", 100) +var bar = tracker.newItem("secondChild", 100) + +foo.finish() +console.log(tracker.completed()) // 0.5 +bar.finish() +console.log(tracker.completed()) // 1 +``` + +* tracker.addUnit(**otherTracker**, **weight**) + + * **otherTracker** - Any of the other are-we-there-yet tracker objects + * **weight** *(optional)* - The weight to give the tracker, defaults to 1. + +Adds the **otherTracker** to this aggregation group. The weight determines +how long you expect this tracker to take to complete in proportion to other +units. So for instance, if you add one tracker with a weight of 1 and +another with a weight of 2, you're saying the second will take twice as long +to complete as the first. As such, the first will account for 33% of the +completion of this tracker and the second will account for the other 67%. + +Returns **otherTracker**. + +* var subGroup = tracker.newGroup(**name**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subGroup = tracker.addUnit(new TrackerGroup(name), weight) +``` + +* var subItem = tracker.newItem(**name**, **todo**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subItem = tracker.addUnit(new Tracker(name, todo), weight) +``` + +* var subStream = tracker.newStream(**name**, **todo**, **weight**) + +The above is exactly equivalent to: + +```javascript + var subStream = tracker.addUnit(new TrackerStream(name, todo), weight) +``` + +* console.log( tracker.debug() ) + +Returns a tree showing the completion of this tracker group and all of its +children, including recursively entering all of the children. + +Tracker +======= + +* var tracker = new Tracker(**name**, **todo**) + + * **name** *(optional)* The name of this counter to report in change + events. Defaults to undefined. + * **todo** *(optional)* The amount of work todo (a number). Defaults to 0. + +Ordinarily these are constructed as a part of a tracker group (via +`newItem`). + +* var completed = tracker.completed() + +Returns the ratio of completed work to work to be done. Range of 0 to 1. If +total work to be done is 0 then it will return 0. + +* tracker.addWork(**todo**) + + * **todo** A number to add to the amount of work to be done. + +Increases the amount of work to be done, thus decreasing the completion +percentage. Triggers a `change` event. + +* tracker.completeWork(**completed**) + + * **completed** A number to add to the work complete + +Increase the amount of work complete, thus increasing the completion percentage. +Will never increase the work completed past the amount of work todo. That is, +percentages > 100% are not allowed. Triggers a `change` event. + +* tracker.finish() + +Marks this tracker as finished, tracker.completed() will now be 1. Triggers +a `change` event. + +TrackerStream +============= + +* var tracker = new TrackerStream(**name**, **size**, **options**) + + * **name** *(optional)* The name of this counter to report in change + events. Defaults to undefined. + * **size** *(optional)* The number of bytes being sent through this stream. + * **options** *(optional)* A hash of stream options + +The tracker stream object is a pass through stream that updates an internal +tracker object each time a block passes through. It's intended to track +downloads, file extraction and other related activities. You use it by piping +your data source into it and then using it as your data source. + +If your data has a length attribute then that's used as the amount of work +completed when the chunk is passed through. If it does not (eg, object +streams) then each chunk counts as completing 1 unit of work, so your size +should be the total number of objects being streamed. + +* tracker.addWork(**todo**) + + * **todo** Increase the expected overall size by **todo** bytes. + +Increases the amount of work to be done, thus decreasing the completion +percentage. Triggers a `change` event. diff --git a/srv/node_modules/are-we-there-yet/lib/index.js b/srv/node_modules/are-we-there-yet/lib/index.js new file mode 100644 index 000000000..57d8743fd --- /dev/null +++ b/srv/node_modules/are-we-there-yet/lib/index.js @@ -0,0 +1,4 @@ +'use strict' +exports.TrackerGroup = require('./tracker-group.js') +exports.Tracker = require('./tracker.js') +exports.TrackerStream = require('./tracker-stream.js') diff --git a/srv/node_modules/are-we-there-yet/lib/tracker-base.js b/srv/node_modules/are-we-there-yet/lib/tracker-base.js new file mode 100644 index 000000000..6f4368755 --- /dev/null +++ b/srv/node_modules/are-we-there-yet/lib/tracker-base.js @@ -0,0 +1,11 @@ +'use strict' +var EventEmitter = require('events').EventEmitter +var util = require('util') + +var trackerId = 0 +var TrackerBase = module.exports = function (name) { + EventEmitter.call(this) + this.id = ++trackerId + this.name = name +} +util.inherits(TrackerBase, EventEmitter) diff --git a/srv/node_modules/are-we-there-yet/lib/tracker-group.js b/srv/node_modules/are-we-there-yet/lib/tracker-group.js new file mode 100644 index 000000000..a3c7af804 --- /dev/null +++ b/srv/node_modules/are-we-there-yet/lib/tracker-group.js @@ -0,0 +1,116 @@ +'use strict' +var util = require('util') +var TrackerBase = require('./tracker-base.js') +var Tracker = require('./tracker.js') +var TrackerStream = require('./tracker-stream.js') + +var TrackerGroup = module.exports = function (name) { + TrackerBase.call(this, name) + this.parentGroup = null + this.trackers = [] + this.completion = {} + this.weight = {} + this.totalWeight = 0 + this.finished = false + this.bubbleChange = bubbleChange(this) +} +util.inherits(TrackerGroup, TrackerBase) + +function bubbleChange (trackerGroup) { + return function (name, completed, tracker) { + trackerGroup.completion[tracker.id] = completed + if (trackerGroup.finished) { + return + } + trackerGroup.emit('change', name || trackerGroup.name, trackerGroup.completed(), trackerGroup) + } +} + +TrackerGroup.prototype.nameInTree = function () { + var names = [] + var from = this + while (from) { + names.unshift(from.name) + from = from.parentGroup + } + return names.join('/') +} + +TrackerGroup.prototype.addUnit = function (unit, weight) { + if (unit.addUnit) { + var toTest = this + while (toTest) { + if (unit === toTest) { + throw new Error( + 'Attempted to add tracker group ' + + unit.name + ' to tree that already includes it ' + + this.nameInTree(this)) + } + toTest = toTest.parentGroup + } + unit.parentGroup = this + } + this.weight[unit.id] = weight || 1 + this.totalWeight += this.weight[unit.id] + this.trackers.push(unit) + this.completion[unit.id] = unit.completed() + unit.on('change', this.bubbleChange) + if (!this.finished) { + this.emit('change', unit.name, this.completion[unit.id], unit) + } + return unit +} + +TrackerGroup.prototype.completed = function () { + if (this.trackers.length === 0) { + return 0 + } + var valPerWeight = 1 / this.totalWeight + var completed = 0 + for (var ii = 0; ii < this.trackers.length; ii++) { + var trackerId = this.trackers[ii].id + completed += + valPerWeight * this.weight[trackerId] * this.completion[trackerId] + } + return completed +} + +TrackerGroup.prototype.newGroup = function (name, weight) { + return this.addUnit(new TrackerGroup(name), weight) +} + +TrackerGroup.prototype.newItem = function (name, todo, weight) { + return this.addUnit(new Tracker(name, todo), weight) +} + +TrackerGroup.prototype.newStream = function (name, todo, weight) { + return this.addUnit(new TrackerStream(name, todo), weight) +} + +TrackerGroup.prototype.finish = function () { + this.finished = true + if (!this.trackers.length) { + this.addUnit(new Tracker(), 1, true) + } + for (var ii = 0; ii < this.trackers.length; ii++) { + var tracker = this.trackers[ii] + tracker.finish() + tracker.removeListener('change', this.bubbleChange) + } + this.emit('change', this.name, 1, this) +} + +var buffer = ' ' +TrackerGroup.prototype.debug = function (depth) { + depth = depth || 0 + var indent = depth ? buffer.slice(0, depth) : '' + var output = indent + (this.name || 'top') + ': ' + this.completed() + '\n' + this.trackers.forEach(function (tracker) { + if (tracker instanceof TrackerGroup) { + output += tracker.debug(depth + 1) + } else { + output += indent + ' ' + tracker.name + ': ' + tracker.completed() + '\n' + } + }) + return output +} diff --git a/srv/node_modules/are-we-there-yet/lib/tracker-stream.js b/srv/node_modules/are-we-there-yet/lib/tracker-stream.js new file mode 100644 index 000000000..e1cf85055 --- /dev/null +++ b/srv/node_modules/are-we-there-yet/lib/tracker-stream.js @@ -0,0 +1,36 @@ +'use strict' +var util = require('util') +var stream = require('readable-stream') +var delegate = require('delegates') +var Tracker = require('./tracker.js') + +var TrackerStream = module.exports = function (name, size, options) { + stream.Transform.call(this, options) + this.tracker = new Tracker(name, size) + this.name = name + this.id = this.tracker.id + this.tracker.on('change', delegateChange(this)) +} +util.inherits(TrackerStream, stream.Transform) + +function delegateChange (trackerStream) { + return function (name, completion, tracker) { + trackerStream.emit('change', name, completion, trackerStream) + } +} + +TrackerStream.prototype._transform = function (data, encoding, cb) { + this.tracker.completeWork(data.length ? data.length : 1) + this.push(data) + cb() +} + +TrackerStream.prototype._flush = function (cb) { + this.tracker.finish() + cb() +} + +delegate(TrackerStream.prototype, 'tracker') + .method('completed') + .method('addWork') + .method('finish') diff --git a/srv/node_modules/are-we-there-yet/lib/tracker.js b/srv/node_modules/are-we-there-yet/lib/tracker.js new file mode 100644 index 000000000..a8f8b3ba0 --- /dev/null +++ b/srv/node_modules/are-we-there-yet/lib/tracker.js @@ -0,0 +1,32 @@ +'use strict' +var util = require('util') +var TrackerBase = require('./tracker-base.js') + +var Tracker = module.exports = function (name, todo) { + TrackerBase.call(this, name) + this.workDone = 0 + this.workTodo = todo || 0 +} +util.inherits(Tracker, TrackerBase) + +Tracker.prototype.completed = function () { + return this.workTodo === 0 ? 0 : this.workDone / this.workTodo +} + +Tracker.prototype.addWork = function (work) { + this.workTodo += work + this.emit('change', this.name, this.completed(), this) +} + +Tracker.prototype.completeWork = function (work) { + this.workDone += work + if (this.workDone > this.workTodo) { + this.workDone = this.workTodo + } + this.emit('change', this.name, this.completed(), this) +} + +Tracker.prototype.finish = function () { + this.workTodo = this.workDone = 1 + this.emit('change', this.name, 1, this) +} diff --git a/srv/node_modules/are-we-there-yet/package.json b/srv/node_modules/are-we-there-yet/package.json new file mode 100644 index 000000000..cc3d75042 --- /dev/null +++ b/srv/node_modules/are-we-there-yet/package.json @@ -0,0 +1,56 @@ +{ + "name": "are-we-there-yet", + "version": "3.0.1", + "description": "Keep track of the overall completion of many disparate processes", + "main": "lib/index.js", + "scripts": { + "test": "tap", + "npmclilint": "npmcli-lint", + "lint": "eslint \"**/*.js\"", + "lintfix": "npm run lint -- --fix", + "posttest": "npm run lint", + "postsnap": "npm run lintfix --", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "snap": "tap", + "postlint": "template-oss-check", + "template-oss-apply": "template-oss-apply --force" + }, + "repository": { + "type": "git", + "url": "https://github.com/npm/are-we-there-yet.git" + }, + "author": "GitHub Inc.", + "license": "ISC", + "bugs": { + "url": "https://github.com/npm/are-we-there-yet/issues" + }, + "homepage": "https://github.com/npm/are-we-there-yet", + "devDependencies": { + "@npmcli/eslint-config": "^3.0.1", + "@npmcli/template-oss": "3.5.0", + "tap": "^16.0.1" + }, + "dependencies": { + "delegates": "^1.0.0", + "readable-stream": "^3.6.0" + }, + "files": [ + "bin/", + "lib/" + ], + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "tap": { + "branches": 68, + "statements": 92, + "functions": 86, + "lines": 92 + }, + "templateOSS": { + "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", + "version": "3.5.0" + } +} diff --git a/srv/node_modules/balanced-match/.github/FUNDING.yml b/srv/node_modules/balanced-match/.github/FUNDING.yml new file mode 100644 index 000000000..cea8b16e9 --- /dev/null +++ b/srv/node_modules/balanced-match/.github/FUNDING.yml @@ -0,0 +1,2 @@ +tidelift: "npm/balanced-match" +patreon: juliangruber diff --git a/srv/node_modules/balanced-match/LICENSE.md b/srv/node_modules/balanced-match/LICENSE.md new file mode 100644 index 000000000..2cdc8e414 --- /dev/null +++ b/srv/node_modules/balanced-match/LICENSE.md @@ -0,0 +1,21 @@ +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/srv/node_modules/balanced-match/README.md b/srv/node_modules/balanced-match/README.md new file mode 100644 index 000000000..d2a48b6b4 --- /dev/null +++ b/srv/node_modules/balanced-match/README.md @@ -0,0 +1,97 @@ +# balanced-match + +Match balanced string pairs, like `{` and `}` or `` and ``. Supports regular expressions as well! + +[![build status](https://secure.travis-ci.org/juliangruber/balanced-match.svg)](http://travis-ci.org/juliangruber/balanced-match) +[![downloads](https://img.shields.io/npm/dm/balanced-match.svg)](https://www.npmjs.org/package/balanced-match) + +[![testling badge](https://ci.testling.com/juliangruber/balanced-match.png)](https://ci.testling.com/juliangruber/balanced-match) + +## Example + +Get the first matching pair of braces: + +```js +var balanced = require('balanced-match'); + +console.log(balanced('{', '}', 'pre{in{nested}}post')); +console.log(balanced('{', '}', 'pre{first}between{second}post')); +console.log(balanced(/\s+\{\s+/, /\s+\}\s+/, 'pre { in{nest} } post')); +``` + +The matches are: + +```bash +$ node example.js +{ start: 3, end: 14, pre: 'pre', body: 'in{nested}', post: 'post' } +{ start: 3, + end: 9, + pre: 'pre', + body: 'first', + post: 'between{second}post' } +{ start: 3, end: 17, pre: 'pre', body: 'in{nest}', post: 'post' } +``` + +## API + +### var m = balanced(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +object with those keys: + +* **start** the index of the first match of `a` +* **end** the index of the matching `b` +* **pre** the preamble, `a` and `b` not included +* **body** the match, `a` and `b` not included +* **post** the postscript, `a` and `b` not included + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `['{', 'a', '']` and `{a}}` will match `['', 'a', '}']`. + +### var r = balanced.range(a, b, str) + +For the first non-nested matching pair of `a` and `b` in `str`, return an +array with indexes: `[ , ]`. + +If there's no match, `undefined` will be returned. + +If the `str` contains more `a` than `b` / there are unmatched pairs, the first match that was closed will be used. For example, `{{a}` will match `[ 1, 3 ]` and `{a}}` will match `[0, 2]`. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install balanced-match +``` + +## Security contact information + +To report a security vulnerability, please use the +[Tidelift security contact](https://tidelift.com/security). +Tidelift will coordinate the fix and disclosure. + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/srv/node_modules/balanced-match/index.js b/srv/node_modules/balanced-match/index.js new file mode 100644 index 000000000..c67a64608 --- /dev/null +++ b/srv/node_modules/balanced-match/index.js @@ -0,0 +1,62 @@ +'use strict'; +module.exports = balanced; +function balanced(a, b, str) { + if (a instanceof RegExp) a = maybeMatch(a, str); + if (b instanceof RegExp) b = maybeMatch(b, str); + + var r = range(a, b, str); + + return r && { + start: r[0], + end: r[1], + pre: str.slice(0, r[0]), + body: str.slice(r[0] + a.length, r[1]), + post: str.slice(r[1] + b.length) + }; +} + +function maybeMatch(reg, str) { + var m = str.match(reg); + return m ? m[0] : null; +} + +balanced.range = range; +function range(a, b, str) { + var begs, beg, left, right, result; + var ai = str.indexOf(a); + var bi = str.indexOf(b, ai + 1); + var i = ai; + + if (ai >= 0 && bi > 0) { + if(a===b) { + return [ai, bi]; + } + begs = []; + left = str.length; + + while (i >= 0 && !result) { + if (i == ai) { + begs.push(i); + ai = str.indexOf(a, i + 1); + } else if (begs.length == 1) { + result = [ begs.pop(), bi ]; + } else { + beg = begs.pop(); + if (beg < left) { + left = beg; + right = bi; + } + + bi = str.indexOf(b, i + 1); + } + + i = ai < bi && ai >= 0 ? ai : bi; + } + + if (begs.length) { + result = [ left, right ]; + } + } + + return result; +} diff --git a/srv/node_modules/balanced-match/package.json b/srv/node_modules/balanced-match/package.json new file mode 100644 index 000000000..ce6073e04 --- /dev/null +++ b/srv/node_modules/balanced-match/package.json @@ -0,0 +1,48 @@ +{ + "name": "balanced-match", + "description": "Match balanced character pairs, like \"{\" and \"}\"", + "version": "1.0.2", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/balanced-match.git" + }, + "homepage": "https://github.com/juliangruber/balanced-match", + "main": "index.js", + "scripts": { + "test": "tape test/test.js", + "bench": "matcha test/bench.js" + }, + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "keywords": [ + "match", + "regexp", + "test", + "balanced", + "parse" + ], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT", + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + } +} diff --git a/srv/node_modules/base64-js/LICENSE b/srv/node_modules/base64-js/LICENSE new file mode 100644 index 000000000..6d52b8acf --- /dev/null +++ b/srv/node_modules/base64-js/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2014 Jameson Little + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/srv/node_modules/base64-js/README.md b/srv/node_modules/base64-js/README.md new file mode 100644 index 000000000..b42a48f41 --- /dev/null +++ b/srv/node_modules/base64-js/README.md @@ -0,0 +1,34 @@ +base64-js +========= + +`base64-js` does basic base64 encoding/decoding in pure JS. + +[![build status](https://secure.travis-ci.org/beatgammit/base64-js.png)](http://travis-ci.org/beatgammit/base64-js) + +Many browsers already have base64 encoding/decoding functionality, but it is for text data, not all-purpose binary data. + +Sometimes encoding/decoding binary data in the browser is useful, and that is what this module does. + +## install + +With [npm](https://npmjs.org) do: + +`npm install base64-js` and `var base64js = require('base64-js')` + +For use in web browsers do: + +`` + +[Get supported base64-js with the Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-base64-js?utm_source=npm-base64-js&utm_medium=referral&utm_campaign=readme) + +## methods + +`base64js` has three exposed functions, `byteLength`, `toByteArray` and `fromByteArray`, which both take a single argument. + +* `byteLength` - Takes a base64 string and returns length of byte array +* `toByteArray` - Takes a base64 string and returns a byte array +* `fromByteArray` - Takes a byte array and returns a base64 string + +## license + +MIT diff --git a/srv/node_modules/base64-js/base64js.min.js b/srv/node_modules/base64-js/base64js.min.js new file mode 100644 index 000000000..908ac83fd --- /dev/null +++ b/srv/node_modules/base64-js/base64js.min.js @@ -0,0 +1 @@ +(function(a){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=a();else if("function"==typeof define&&define.amd)define([],a);else{var b;b="undefined"==typeof window?"undefined"==typeof global?"undefined"==typeof self?this:self:global:window,b.base64js=a()}})(function(){return function(){function b(d,e,g){function a(j,i){if(!e[j]){if(!d[j]){var f="function"==typeof require&&require;if(!i&&f)return f(j,!0);if(h)return h(j,!0);var c=new Error("Cannot find module '"+j+"'");throw c.code="MODULE_NOT_FOUND",c}var k=e[j]={exports:{}};d[j][0].call(k.exports,function(b){var c=d[j][1][b];return a(c||b)},k,k.exports,b,d,e,g)}return e[j].exports}for(var h="function"==typeof require&&require,c=0;c>16,j[k++]=255&b>>8,j[k++]=255&b;return 2===h&&(b=l[a.charCodeAt(c)]<<2|l[a.charCodeAt(c+1)]>>4,j[k++]=255&b),1===h&&(b=l[a.charCodeAt(c)]<<10|l[a.charCodeAt(c+1)]<<4|l[a.charCodeAt(c+2)]>>2,j[k++]=255&b>>8,j[k++]=255&b),j}function g(a){return k[63&a>>18]+k[63&a>>12]+k[63&a>>6]+k[63&a]}function h(a,b,c){for(var d,e=[],f=b;fj?j:g+f));return 1===d?(b=a[c-1],e.push(k[b>>2]+k[63&b<<4]+"==")):2===d&&(b=(a[c-2]<<8)+a[c-1],e.push(k[b>>10]+k[63&b>>4]+k[63&b<<2]+"=")),e.join("")}c.byteLength=function(a){var b=d(a),c=b[0],e=b[1];return 3*(c+e)/4-e},c.toByteArray=f,c.fromByteArray=j;for(var k=[],l=[],m="undefined"==typeof Uint8Array?Array:Uint8Array,n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",o=0,p=n.length;o 0) { + throw new Error('Invalid string. Length must be a multiple of 4') + } + + // Trim off extra bytes after placeholder bytes are found + // See: https://github.com/beatgammit/base64-js/issues/42 + var validLen = b64.indexOf('=') + if (validLen === -1) validLen = len + + var placeHoldersLen = validLen === len + ? 0 + : 4 - (validLen % 4) + + return [validLen, placeHoldersLen] +} + +// base64 is 4/3 + up to two characters of the original data +function byteLength (b64) { + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function _byteLength (b64, validLen, placeHoldersLen) { + return ((validLen + placeHoldersLen) * 3 / 4) - placeHoldersLen +} + +function toByteArray (b64) { + var tmp + var lens = getLens(b64) + var validLen = lens[0] + var placeHoldersLen = lens[1] + + var arr = new Arr(_byteLength(b64, validLen, placeHoldersLen)) + + var curByte = 0 + + // if there are placeholders, only get up to the last complete 4 chars + var len = placeHoldersLen > 0 + ? validLen - 4 + : validLen + + var i + for (i = 0; i < len; i += 4) { + tmp = + (revLookup[b64.charCodeAt(i)] << 18) | + (revLookup[b64.charCodeAt(i + 1)] << 12) | + (revLookup[b64.charCodeAt(i + 2)] << 6) | + revLookup[b64.charCodeAt(i + 3)] + arr[curByte++] = (tmp >> 16) & 0xFF + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 2) { + tmp = + (revLookup[b64.charCodeAt(i)] << 2) | + (revLookup[b64.charCodeAt(i + 1)] >> 4) + arr[curByte++] = tmp & 0xFF + } + + if (placeHoldersLen === 1) { + tmp = + (revLookup[b64.charCodeAt(i)] << 10) | + (revLookup[b64.charCodeAt(i + 1)] << 4) | + (revLookup[b64.charCodeAt(i + 2)] >> 2) + arr[curByte++] = (tmp >> 8) & 0xFF + arr[curByte++] = tmp & 0xFF + } + + return arr +} + +function tripletToBase64 (num) { + return lookup[num >> 18 & 0x3F] + + lookup[num >> 12 & 0x3F] + + lookup[num >> 6 & 0x3F] + + lookup[num & 0x3F] +} + +function encodeChunk (uint8, start, end) { + var tmp + var output = [] + for (var i = start; i < end; i += 3) { + tmp = + ((uint8[i] << 16) & 0xFF0000) + + ((uint8[i + 1] << 8) & 0xFF00) + + (uint8[i + 2] & 0xFF) + output.push(tripletToBase64(tmp)) + } + return output.join('') +} + +function fromByteArray (uint8) { + var tmp + var len = uint8.length + var extraBytes = len % 3 // if we have 1 byte left, pad 2 bytes + var parts = [] + var maxChunkLength = 16383 // must be multiple of 3 + + // go through the array every three bytes, we'll deal with trailing stuff later + for (var i = 0, len2 = len - extraBytes; i < len2; i += maxChunkLength) { + parts.push(encodeChunk(uint8, i, (i + maxChunkLength) > len2 ? len2 : (i + maxChunkLength))) + } + + // pad the end with zeros, but make sure to not forget the extra bytes + if (extraBytes === 1) { + tmp = uint8[len - 1] + parts.push( + lookup[tmp >> 2] + + lookup[(tmp << 4) & 0x3F] + + '==' + ) + } else if (extraBytes === 2) { + tmp = (uint8[len - 2] << 8) + uint8[len - 1] + parts.push( + lookup[tmp >> 10] + + lookup[(tmp >> 4) & 0x3F] + + lookup[(tmp << 2) & 0x3F] + + '=' + ) + } + + return parts.join('') +} diff --git a/srv/node_modules/base64-js/package.json b/srv/node_modules/base64-js/package.json new file mode 100644 index 000000000..c3972e39f --- /dev/null +++ b/srv/node_modules/base64-js/package.json @@ -0,0 +1,47 @@ +{ + "name": "base64-js", + "description": "Base64 encoding/decoding in pure JS", + "version": "1.5.1", + "author": "T. Jameson Little ", + "typings": "index.d.ts", + "bugs": { + "url": "https://github.com/beatgammit/base64-js/issues" + }, + "devDependencies": { + "babel-minify": "^0.5.1", + "benchmark": "^2.1.4", + "browserify": "^16.3.0", + "standard": "*", + "tape": "4.x" + }, + "homepage": "https://github.com/beatgammit/base64-js", + "keywords": [ + "base64" + ], + "license": "MIT", + "main": "index.js", + "repository": { + "type": "git", + "url": "git://github.com/beatgammit/base64-js.git" + }, + "scripts": { + "build": "browserify -s base64js -r ./ | minify > base64js.min.js", + "lint": "standard", + "test": "npm run lint && npm run unit", + "unit": "tape test/*.js" + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] +} diff --git a/srv/node_modules/bcrypt/.dockerignore b/srv/node_modules/bcrypt/.dockerignore new file mode 100644 index 000000000..01f4eb7ac --- /dev/null +++ b/srv/node_modules/bcrypt/.dockerignore @@ -0,0 +1,6 @@ +.git/ +.vscode/ +Dockerfile* +prebuilds/ +node_modules/ +build*/ diff --git a/srv/node_modules/bcrypt/.editorconfig b/srv/node_modules/bcrypt/.editorconfig new file mode 100644 index 000000000..4e12f93be --- /dev/null +++ b/srv/node_modules/bcrypt/.editorconfig @@ -0,0 +1,19 @@ +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[{package.json,*.yml}] +indent_style = space +indent_size = 2 + +[appveyor.yml] +end_of_line = crlf + +[*.md] +trim_trailing_whitespace = false diff --git a/srv/node_modules/bcrypt/.github/workflows/build-pack-publish.yml b/srv/node_modules/bcrypt/.github/workflows/build-pack-publish.yml new file mode 100644 index 000000000..9b14ee121 --- /dev/null +++ b/srv/node_modules/bcrypt/.github/workflows/build-pack-publish.yml @@ -0,0 +1,110 @@ +name: Prebuildify, package, publish + +on: + push: + branches: [ master ] + pull_request: + branches: [ master ] + release: + types: [ prereleased, released ] + +jobs: + build-linux: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + # This is unsafe, but we really don't use any other native dependencies + - run: npm ci + - run: docker run -u $(id -u):$(id -g) -v `pwd`:/input -w /input ghcr.io/prebuild/almalinux-devtoolset11 npx prebuildify --napi --tag-libc --strip --target=node@18.0.0 + - run: docker run -u $(id -u):$(id -g) -v `pwd`:/input -w /input ghcr.io/prebuild/alpine npx prebuildify --napi --tag-libc --strip --target=node@18.0.0 + - run: docker run -u $(id -u):$(id -g) -v `pwd`:/input -w /input ghcr.io/prebuild/linux-armv7 npx prebuildify --napi --tag-libc --strip --target=node@18.0.0 + - run: docker run -u $(id -u):$(id -g) -v `pwd`:/input -w /input ghcr.io/prebuild/linux-armv7l-musl npx prebuildify --napi --tag-libc --strip --target=node@18.0.0 + - run: docker run -u $(id -u):$(id -g) -v `pwd`:/input -w /input ghcr.io/prebuild/linux-arm64 npx prebuildify --napi --tag-libc --strip --target=node@18.0.0 + - run: docker run -u $(id -u):$(id -g) -v `pwd`:/input -w /input ghcr.io/prebuild/linux-arm64-musl npx prebuildify --napi --tag-libc --strip --target=node@18.0.0 + - run: find prebuilds + - uses: actions/upload-artifact@v4 + with: + name: prebuild-linux + path: ./prebuilds/ + + build-windows: + runs-on: windows-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 20 + registry-url: 'https://registry.npmjs.org' + - run: npm ci + - run: npx prebuildify --napi --strip --arch=x64 --target=node@18.0.0 + - run: npx prebuildify --napi --strip --arch=arm64 --target=node@20.0.0 + - run: dir prebuilds + - uses: actions/upload-artifact@v4 + with: + name: prebuild-windows + path: ./prebuilds/ + + build-macos: + runs-on: macos-latest + steps: + - uses: actions/checkout@v4 + - uses: actions/setup-node@v4 + with: + node-version: 18 + registry-url: 'https://registry.npmjs.org' + - run: npm ci + - run: npx prebuildify --napi --strip --arch=arm64 --target=node@18.0.0 + - run: npx prebuildify --napi --strip --arch=x64 --target=node@18.0.0 + - run: find prebuilds + - uses: actions/upload-artifact@v4 + with: + name: prebuild-macos + path: ./prebuilds/ + + pack: + needs: + - build-linux + - build-windows + - build-macos + runs-on: ubuntu-latest + outputs: + PACK_FILE: ${{ steps.pack.outputs.PACK_FILE }} + steps: + - uses: actions/checkout@v4 + - uses: actions/download-artifact@v4 + with: + path: /tmp/prebuilds/ + - name: Coalesce prebuilds from build matrix + run: | + mkdir prebuilds + for d in /tmp/prebuilds/*; do + cp -Rav $d/* prebuilds/ + done + - run: chmod a+x prebuilds/*/*.node && find prebuilds -executable -type f + - id: pack + name: Prepare NPM package + run: | + echo "PACK_FILE=$(npm pack)" >> "$GITHUB_OUTPUT" + - uses: actions/upload-artifact@v4 + with: + name: package-tgz + path: ${{ steps.pack.outputs.PACK_FILE }} + if-no-files-found: 'error' + + test-package: + needs: pack + strategy: + matrix: + node-version: [ 18, 20, 22, 23 ] + os: [ ubuntu-latest, windows-latest, macos-latest ] + runs-on: ${{ matrix.os }} + steps: + - uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + registry-url: 'https://registry.npmjs.org' + - uses: actions/download-artifact@v4 + with: + name: package-tgz + - run: npm install ${{ needs.pack.outputs.PACK_FILE }} + - run: node -e "const b = require('bcrypt'); const h = b.hashSync('hello', 10); console.log(h, b.compareSync('hello', h))" diff --git a/srv/node_modules/bcrypt/.github/workflows/ci.yaml b/srv/node_modules/bcrypt/.github/workflows/ci.yaml new file mode 100644 index 000000000..77c4e5a9d --- /dev/null +++ b/srv/node_modules/bcrypt/.github/workflows/ci.yaml @@ -0,0 +1,42 @@ +name: ci + +on: + push: + branches: + - master + pull_request: + branches: + - master + +jobs: + build: + runs-on: ubuntu-latest + strategy: + matrix: + node-version: [18, 20, 22] + steps: + - uses: actions/checkout@v4 + - name: Use Node.js ${{ matrix.node-version }} + uses: actions/setup-node@v4 + with: + node-version: ${{ matrix.node-version }} + - run: npm ci + - name: Test + run: npm test + + build-alpine: + runs-on: ubuntu-latest + strategy: + matrix: + node-version: [18, 20, 22] + container: + image: node:${{ matrix.node-version }}-alpine + steps: + - uses: actions/checkout@v4 + - name: Install dependencies + run: | + apk add make g++ python3 + - run: npm ci + - name: Test + run: | + npm test --unsafe-perm diff --git a/srv/node_modules/bcrypt/CHANGELOG.md b/srv/node_modules/bcrypt/CHANGELOG.md new file mode 100644 index 000000000..eab713b41 --- /dev/null +++ b/srv/node_modules/bcrypt/CHANGELOG.md @@ -0,0 +1,184 @@ +# 6.0.0 (2025-02-28) + * Drop support for NodeJS <= 16 + * Remove `node-pre-gyp` in favor of `prebuildify`, prebuilt binaries are now shipped with the package + * Update `node-addon-api` to 8.3.0 + * Update JS code to newer ES syntax + +# 5.1.0 (2022-10-06) + * Update `node-pre-gyp` to 1.0.11 + +# 5.1.0 (2022-10-06) + * Update `node-pre-gyp` to 1.0.10 + * Replace `nodeunit` with `jest` as the testing library + +# 5.0.1 (2021-02-22) + + * Update `node-pre-gyp` to 1.0.0 + +# 5.0.0 (2020-06-02) + + * Fix the bcrypt "wrap-around" bug. It affects passwords with lengths >= 255. + It is uncommon but it's a bug nevertheless. Previous attempts to fix the bug + was unsuccessful. + * Experimental support for z/OS + * Fix a bug related to NUL in password input + * Update `node-pre-gyp` to 0.15.0 + +# 4.0.1 (2020-02-27) + + * Fix compilation errors in Alpine linux + +# 4.0.0 (2020-02-17) + + * Switch to NAPI bcrypt + * Drop support for NodeJS 8 + +# 3.0.8 (2019-12-31) + + * Update `node-pre-gyp` to 0.14 + * Pre-built binaries for NodeJS 13 + +# 3.0.7 (2019-10-18) + + * Update `nan` to 2.14.0 + * Update `node-pre-gyp` to 0.13 + +# 3.0.6 (2019-04-11) + + * Update `nan` to 2.13.2 + +# 3.0.5 (2019-03-19) + + * Update `nan` to 2.13.1 + * NodeJS 12 compatibility + * Remove `node-pre-gyp` from bundled dependencies + +# 3.0.4-napi (2019-03-08) + + * Sync N-API bcrypt with NAN bcrypt + +# 3.0.4 (2019-02-07) + + * Fix GCC, NAN and V8 deprecation warnings + +# 3.0.3 (2018-12-19) + + * Update `nan` to 2.12.1 + +# 3.0.2 (2018-10-18) + + * Update `nan` to 2.11.1 + +# 3.0.1 (2018-09-20) + + * Update `nan` to 2.11.0 + +# 3.0.0 (2018-07-06) + + * Drop support for NodeJS <= 4 + +# 2.0.1 (2018-04-20) + + * Update `node-pre-gyp` to allow downloading prebuilt modules + +# 2.0.0 (2018-04-07) + + * Make `2b` the default bcrypt version + +# 1.1.0-napi (2018-01-21) + + * Initial support for [N-API](https://nodejs.org/api/n-api.html) + +# 1.0.3 (2016-08-23) + + * update to nan v2.6.2 for NodeJS 8 support + * Fix: use npm scripts instead of node-gyp directly. + +# 1.0.2 (2016-12-31) + + * Fix `compare` promise rejection with invalid arguments + +# 1.0.1 (2016-12-07) + + * Fix destructuring imports with promises + +# 1.0.0 (2016-12-04) + + * add Promise support (commit 2488473) + +# 0.8.7 (2016-06-09) + + * update nan to 2.3.5 for improved node v6 support + +# 0.8.6 (2016-04-20) + + * update nan for node v6 support + +# 0.8.5 (2015-08-12) + + * update to nan v2 (adds support for iojs 3) + +# 0.8.4 (2015-07-24) + + * fix deprecation warning for the Encode API + +# 0.8.3 (2015-05-06) + + * update nan to 1.8.4 for iojs 2.x support + +# 0.8.2 (2015-03-28) + + * always use callback for generating random bytes to avoid blocking + +# 0.8.1 (2015-01-18) + * update NaN to 1.5.0 for iojs support + +# 0.8.0 (2014-08-03) + * migrate to NAN for bindings + +# v0.5.0 + * Fix for issue around empty string params throwing Errors. + * Method deprecation. + * Upgrade from libeio/ev to libuv. (shtylman) + ** --- NOTE --- Breaks 0.4.x compatability + * EV_MULTIPLICITY compile flag. + +# v0.4.1 + * Thread safety fix around OpenSSL (GH-32). (bnoordhuis - through node) + * C++ code changes using delete and new instead of malloc and free. (shtylman) + * Compile options for speed, zoom. (shtylman) + * Move much of the type and variable checking to the JS. (shtylman) + +# v0.4.0 + * Added getRounds function that will tell you the number of rounds within a hash/salt + +# v0.3.2 + * Fix api issue with async salt gen first param + +# v0.3.1 + * Compile under node 0.5.x + +# v0.3.0 + * Internal Refactoring + * Remove pthread dependencies and locking + * Fix compiler warnings and a memory bug + +# v0.2.4 + * Use threadsafe functions instead of pthread mutexes + * salt validation to make sure the salt is of the correct size and format + +# v0.2.3 + * cygwin support + +# v0.2.2 + * Remove dependency on libbsd, use libssl instead + +# v0.2.0 + * Added async functionality + * API changes + * hashpw -> encrypt + * all old sync methods now end with _sync + * Removed libbsd(arc4random) dependency...now uses openssl which is more widely spread + +# v0.1.2 + * Security fix. Wasn't reading rounds in properly and was always only using 4 rounds diff --git a/srv/node_modules/bcrypt/Dockerfile b/srv/node_modules/bcrypt/Dockerfile new file mode 100755 index 000000000..2802bafae --- /dev/null +++ b/srv/node_modules/bcrypt/Dockerfile @@ -0,0 +1,57 @@ +# Usage: +# +# docker build -t bcryptjs-builder . +# CONTAINER=$(docker create bcryptjs-builder) +# # Then copy the artifact to your host: +# docker cp "$CONTAINER:/usr/local/opt/bcrypt-js/prebuilds" . +# docker rm "$CONTAINER" +# +# Use --platform to build cross-platform i.e. for ARM: +# +# docker build -t bcryptjs-builder --platform "linux/arm64/v8" . +# CONTAINER=$docker create --platform "linux/arm64/v8" bcryptjs-builder) +# # this copies the prebuilds/linux-arm artifacts +# docker cp "$CONTAINER:/usr/local/opt/bcrypt-js/prebuilds" . +# docker rm "$CONTAINER" + + +ARG FROM_IMAGE=node:18-bullseye +#ARG FROM_IMAGE=arm32v7/node:16-bullseye +#ARG FROM_IMAGE=arm64v8/node:16-bullseye +FROM ${FROM_IMAGE} + +ENV project bcrypt-js +ENV DEBIAN_FRONTEND noninteractive +ENV LC_ALL en_US.UTF-8 +ENV LANG ${LC_ALL} + +RUN echo "#log: ${project}: Setup system" \ + && set -x \ + && apt-get update -y \ + && apt-get install -y \ + build-essential \ + python3 \ + && apt-get clean \ + && update-alternatives --install /usr/local/bin/python python /usr/bin/python3 20 \ + && npm i -g prebuildify@5 node-gyp@9 \ + && sync + +ADD . /usr/local/opt/${project} +WORKDIR /usr/local/opt/${project} + +RUN echo "#log: ${project}: Running build" \ + && set -x \ + && npm ci \ + && npm run build + +ARG RUN_TESTS=true +ARG TEST_TIMEOUT_SECONDS= + +RUN if "${RUN_TESTS}"; then \ + echo "#log ${project}: Running tests" \ + && npm test; \ + else \ + echo "#log ${project}: Tests were skipped!"; \ + fi + +CMD /bin/bash -l diff --git a/srv/node_modules/bcrypt/Dockerfile-alpine b/srv/node_modules/bcrypt/Dockerfile-alpine new file mode 100755 index 000000000..7570cfe85 --- /dev/null +++ b/srv/node_modules/bcrypt/Dockerfile-alpine @@ -0,0 +1,41 @@ +# Usage: +# +# docker build -t bcryptjs-linux-alpine-builder -f Dockerfile-alpine . +# CONTAINER=$(docker create bcryptjs-linux-alpine-builder) +# # Then copy the artifact to your host: +# docker cp "$CONTAINER:/usr/local/opt/bcrypt-js/prebuilds" . +# docker rm "$CONTAINER" + +ARG FROM_IMAGE=node:18-alpine +FROM ${FROM_IMAGE} + +ENV project bcrypt-js +ENV DEBIAN_FRONTEND noninteractive +ENV LC_ALL en_US.UTF-8 +ENV LANG ${LC_ALL} + +RUN echo "#log: ${project}: Setup system" \ + && set -x \ + && apk add --update build-base python3 \ + && npm i -g prebuildify@5 node-gyp@9 \ + && sync + +ADD . /usr/local/opt/${project} +WORKDIR /usr/local/opt/${project} + +RUN echo "#log: ${project}: Running build" \ + && set -x \ + && npm ci \ + && npm run build + +ARG RUN_TESTS=true +ARG TEST_TIMEOUT_SECONDS= + +RUN if "${RUN_TESTS}"; then \ + echo "#log ${project}: Running tests" \ + && npm test; \ + else \ + echo "#log ${project}: Tests were skipped!"; \ + fi + +CMD /bin/bash -l diff --git a/srv/node_modules/bcrypt/ISSUE_TEMPLATE.md b/srv/node_modules/bcrypt/ISSUE_TEMPLATE.md new file mode 100644 index 000000000..b4baa0086 --- /dev/null +++ b/srv/node_modules/bcrypt/ISSUE_TEMPLATE.md @@ -0,0 +1,18 @@ +Thanks for reporting a new issue with the node bcrypt module! + +To help you resolve your issue faster please make sure you have done the following: + +* Searched existing issues (even closed ones) for your same problem +* Make sure you have installed the required dependencies listed on the readme +* Read your npm error log for lines telling you what failed, usually it is a problem with not having the correct dependencies installed to build the native module + +Once you have done the above and are still confident that the issue is with the module, please describe it below. Some things that really help get your issue resolved faster are: + +* What went wrong? +* What did you expect to happen? +* Which version of nodejs and OS? +* If you find a bug, please write a failing test. + +Thanks! + +P.S. If it doesn't look like you read the above then your issue will likely be closed without further explanation. Sorry, but there are just too many issues opened with no useful information or questions which have been previously addressed. diff --git a/srv/node_modules/bcrypt/LICENSE b/srv/node_modules/bcrypt/LICENSE new file mode 100644 index 000000000..94e2ba5f9 --- /dev/null +++ b/srv/node_modules/bcrypt/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2010 Nicholas Campbell + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/srv/node_modules/bcrypt/Makefile b/srv/node_modules/bcrypt/Makefile new file mode 100644 index 000000000..cb2225266 --- /dev/null +++ b/srv/node_modules/bcrypt/Makefile @@ -0,0 +1,19 @@ +TESTS = test/*.js + +all: test + +build: clean compile + +compile: + npm install . + npm run install + +test: build + @./node_modules/.bin/jest \ + $(TESTS) + +clean: + rm -Rf lib/bindings/ + + +.PHONY: clean test build diff --git a/srv/node_modules/bcrypt/README.md b/srv/node_modules/bcrypt/README.md new file mode 100644 index 000000000..e92310810 --- /dev/null +++ b/srv/node_modules/bcrypt/README.md @@ -0,0 +1,388 @@ +# node.bcrypt.js + +[![ci](https://github.com/kelektiv/node.bcrypt.js/actions/workflows/ci.yaml/badge.svg)](https://github.com/kelektiv/node.bcrypt.js/actions/workflows/ci.yaml) + +[![Build Status](https://ci.appveyor.com/api/projects/status/github/kelektiv/node.bcrypt.js)](https://ci.appveyor.com/project/defunctzombie/node-bcrypt-js-pgo26/branch/master) + +A library to help you hash passwords. + +You can read about [bcrypt in Wikipedia][bcryptwiki] as well as in the following article: +[How To Safely Store A Password][codahale] + +## If You Are Submitting Bugs or Issues + +Please verify that the NodeJS version you are using is a _stable_ version; Unstable versions are currently not supported and issues created while using an unstable version will be closed. + +If you are on a stable version of NodeJS, please provide a sufficient code snippet or log files for installation issues. The code snippet does not require you to include confidential information. However, it must provide enough information so the problem can be replicable, or it may be closed without an explanation. + + +## Version Compatibility + +_Please upgrade to atleast v5.0.0 to avoid security issues mentioned below._ + +| Node Version | Bcrypt Version | +| -------------- | ------------------| +| 0.4 | <= 0.4 | +| 0.6, 0.8, 0.10 | >= 0.5 | +| 0.11 | >= 0.8 | +| 4 | <= 2.1.0 | +| 8 | >= 1.0.3 < 4.0.0 | +| 10, 11 | >= 3 | +| 12 onwards | >= 3.0.6 | + +`node-gyp` only works with stable/released versions of node. Since the `bcrypt` module uses `node-gyp` to build and install, you'll need a stable version of node to use bcrypt. If you do not, you'll likely see an error that starts with: + +``` +gyp ERR! stack Error: "pre" versions of node cannot be installed, use the --nodedir flag instead +``` + +## Security Issues And Concerns + +> Per bcrypt implementation, only the first 72 bytes of a string are used. Any extra bytes are ignored when matching passwords. Note that this is not the first 72 *characters*. It is possible for a string to contain less than 72 characters, while taking up more than 72 bytes (e.g. a UTF-8 encoded string containing emojis). If a string is provided, it will be encoded using UTF-8. + +As should be the case with any security tool, anyone using this library should scrutinise it. If you find or suspect an issue with the code, please bring it to the maintainers' attention. We will spend some time ensuring that this library is as secure as possible. + +Here is a list of BCrypt-related security issues/concerns that have come up over the years. + +* An [issue with passwords][jtr] was found with a version of the Blowfish algorithm developed for John the Ripper. This is not present in the OpenBSD version and is thus not a problem for this module. HT [zooko][zooko]. +* Versions `< 5.0.0` suffer from bcrypt wrap-around bug and _will truncate passwords >= 255 characters leading to severely weakened passwords_. Please upgrade at earliest. See [this wiki page][wrap-around-bug] for more details. +* Versions `< 5.0.0` _do not handle NUL characters inside passwords properly leading to all subsequent characters being dropped and thus resulting in severely weakened passwords_. Please upgrade at earliest. See [this wiki page][improper-nuls] for more details. + +## Compatibility Note + +This library supports `$2a$` and `$2b$` prefix bcrypt hashes. `$2x$` and `$2y$` hashes are specific to bcrypt implementation developed for John the Ripper. In theory, they should be compatible with `$2b$` prefix. + +Compatibility with hashes generated by other languages is not 100% guaranteed due to difference in character encodings. However, it should not be an issue for most cases. + +### Migrating from v1.0.x + +Hashes generated in earlier version of `bcrypt` remain 100% supported in `v2.x.x` and later versions. In most cases, the migration should be a bump in the `package.json`. + +Hashes generated in `v2.x.x` using the defaults parameters will not work in earlier versions. + +## Dependencies + +* NodeJS +* `node-gyp` + * Please check the dependencies for this tool at: https://github.com/nodejs/node-gyp + * Windows users will need the options for c# and c++ installed with their visual studio instance. + * Python 2.x/3.x +* `OpenSSL` - This is only required to build the `bcrypt` project if you are using versions <= 0.7.7. Otherwise, we're using the builtin node crypto bindings for seed data (which use the same OpenSSL code paths we were, but don't have the external dependency). + +## Install via NPM + +``` +npm install bcrypt +``` +***Note:*** OS X users using Xcode 4.3.1 or above may need to run the following command in their terminal prior to installing if errors occur regarding xcodebuild: ```sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer``` + +_Pre-built binaries for various NodeJS versions are made available on a best-effort basis._ + +Only the current stable and supported LTS releases are actively tested against. + +_There may be an interval between the release of the module and the availabilty of the compiled modules._ + +Currently, we have pre-built binaries that support the following platforms: + +1. Windows x32 and x64 +2. Linux x64 (GlibC and musl) +3. macOS + +If you face an error like this: + +``` +node-pre-gyp ERR! Tried to download(404): https://github.com/kelektiv/node.bcrypt.js/releases/download/v1.0.2/bcrypt_lib-v1.0.2-node-v48-linux-x64.tar.gz +``` + +make sure you have the appropriate dependencies installed and configured for your platform. You can find installation instructions for the dependencies for some common platforms [in this page][depsinstall]. + +## Usage + +### async (recommended) + +```javascript +const bcrypt = require('bcrypt'); +const saltRounds = 10; +const myPlaintextPassword = 's0/\/\P4$$w0rD'; +const someOtherPlaintextPassword = 'not_bacon'; +``` + +#### To hash a password: + +Technique 1 (generate a salt and hash on separate function calls): + +```javascript +bcrypt.genSalt(saltRounds, function(err, salt) { + bcrypt.hash(myPlaintextPassword, salt, function(err, hash) { + // Store hash in your password DB. + }); +}); +``` + +Technique 2 (auto-gen a salt and hash): + +```javascript +bcrypt.hash(myPlaintextPassword, saltRounds, function(err, hash) { + // Store hash in your password DB. +}); +``` + +Note that both techniques achieve the same end-result. + +#### To check a password: + +```javascript +// Load hash from your password DB. +bcrypt.compare(myPlaintextPassword, hash, function(err, result) { + // result == true +}); +bcrypt.compare(someOtherPlaintextPassword, hash, function(err, result) { + // result == false +}); +``` + +[A Note on Timing Attacks](#a-note-on-timing-attacks) + +### with promises + +bcrypt uses whatever `Promise` implementation is available in `global.Promise`. NodeJS >= 0.12 has a native `Promise` implementation built in. However, this should work in any Promises/A+ compliant implementation. + +Async methods that accept a callback, return a `Promise` when callback is not specified if Promise support is available. + +```javascript +bcrypt.hash(myPlaintextPassword, saltRounds).then(function(hash) { + // Store hash in your password DB. +}); +``` +```javascript +// Load hash from your password DB. +bcrypt.compare(myPlaintextPassword, hash).then(function(result) { + // result == true +}); +bcrypt.compare(someOtherPlaintextPassword, hash).then(function(result) { + // result == false +}); +``` + +This is also compatible with `async/await` + +```javascript +async function checkUser(username, password) { + //... fetch user from a db etc. + + const match = await bcrypt.compare(password, user.passwordHash); + + if(match) { + //login + } + + //... +} +``` + +### ESM import +```javascript +import bcrypt from "bcrypt"; + +// later +await bcrypt.compare(password, hash); +``` + +### sync + +```javascript +const bcrypt = require('bcrypt'); +const saltRounds = 10; +const myPlaintextPassword = 's0/\/\P4$$w0rD'; +const someOtherPlaintextPassword = 'not_bacon'; +``` + +#### To hash a password: + +Technique 1 (generate a salt and hash on separate function calls): + +```javascript +const salt = bcrypt.genSaltSync(saltRounds); +const hash = bcrypt.hashSync(myPlaintextPassword, salt); +// Store hash in your password DB. +``` + +Technique 2 (auto-gen a salt and hash): + +```javascript +const hash = bcrypt.hashSync(myPlaintextPassword, saltRounds); +// Store hash in your password DB. +``` + +As with async, both techniques achieve the same end-result. + +#### To check a password: + +```javascript +// Load hash from your password DB. +bcrypt.compareSync(myPlaintextPassword, hash); // true +bcrypt.compareSync(someOtherPlaintextPassword, hash); // false +``` + +[A Note on Timing Attacks](#a-note-on-timing-attacks) + +### Why is async mode recommended over sync mode? +We recommend using async API if you use `bcrypt` on a server. Bcrypt hashing is CPU intensive which will cause the sync APIs to block the event loop and prevent your application from servicing any inbound requests or events. The async version uses a thread pool which does not block the main event loop. + +## API + +`BCrypt.` + + * `genSaltSync(rounds, minor)` + * `rounds` - [OPTIONAL] - the cost of processing the data. (default - 10) + * `minor` - [OPTIONAL] - minor version of bcrypt to use. (default - b) + * `genSalt(rounds, minor, cb)` + * `rounds` - [OPTIONAL] - the cost of processing the data. (default - 10) + * `minor` - [OPTIONAL] - minor version of bcrypt to use. (default - b) + * `cb` - [OPTIONAL] - a callback to be fired once the salt has been generated. uses eio making it asynchronous. If `cb` is not specified, a `Promise` is returned if Promise support is available. + * `err` - First parameter to the callback detailing any errors. + * `salt` - Second parameter to the callback providing the generated salt. + * `hashSync(data, salt)` + * `data` - [REQUIRED] - the data to be encrypted. + * `salt` - [REQUIRED] - the salt to be used to hash the password. if specified as a number then a salt will be generated with the specified number of rounds and used (see example under **Usage**). + * `hash(data, salt, cb)` + * `data` - [REQUIRED] - the data to be encrypted. + * `salt` - [REQUIRED] - the salt to be used to hash the password. if specified as a number then a salt will be generated with the specified number of rounds and used (see example under **Usage**). + * `cb` - [OPTIONAL] - a callback to be fired once the data has been encrypted. uses eio making it asynchronous. If `cb` is not specified, a `Promise` is returned if Promise support is available. + * `err` - First parameter to the callback detailing any errors. + * `encrypted` - Second parameter to the callback providing the encrypted form. + * `compareSync(data, encrypted)` + * `data` - [REQUIRED] - data to compare. + * `encrypted` - [REQUIRED] - data to be compared to. + * `compare(data, encrypted, cb)` + * `data` - [REQUIRED] - data to compare. + * `encrypted` - [REQUIRED] - data to be compared to. + * `cb` - [OPTIONAL] - a callback to be fired once the data has been compared. uses eio making it asynchronous. If `cb` is not specified, a `Promise` is returned if Promise support is available. + * `err` - First parameter to the callback detailing any errors. + * `same` - Second parameter to the callback providing whether the data and encrypted forms match [true | false]. + * `getRounds(encrypted)` - return the number of rounds used to encrypt a given hash + * `encrypted` - [REQUIRED] - hash from which the number of rounds used should be extracted. + +## A Note on Rounds + +A note about the cost: when you are hashing your data, the module will go through a series of rounds to give you a secure hash. The value you submit is not just the number of rounds the module will go through to hash your data. The module will use the value you enter and go through `2^rounds` hashing iterations. + +From @garthk, on a 2GHz core you can roughly expect: + + rounds=8 : ~40 hashes/sec + rounds=9 : ~20 hashes/sec + rounds=10: ~10 hashes/sec + rounds=11: ~5 hashes/sec + rounds=12: 2-3 hashes/sec + rounds=13: ~1 sec/hash + rounds=14: ~1.5 sec/hash + rounds=15: ~3 sec/hash + rounds=25: ~1 hour/hash + rounds=31: 2-3 days/hash + + +## A Note on Timing Attacks + +Because it's come up multiple times in this project and other bcrypt projects, it needs to be said. The `bcrypt` library is not susceptible to timing attacks. From codahale/bcrypt-ruby#42: + +> One of the desired properties of a cryptographic hash function is preimage attack resistance, which means there is no shortcut for generating a message which, when hashed, produces a specific digest. + +A great thread on this, in much more detail can be found @ codahale/bcrypt-ruby#43 + +If you're unfamiliar with timing attacks and want to learn more you can find a great writeup @ [A Lesson In Timing Attacks][timingatk] + +However, timing attacks are real. And the comparison function is _not_ time safe. That means that it may exit the function early in the comparison process. Timing attacks happen because of the above. We don't need to be careful that an attacker will learn anything, and our comparison function provides a comparison of hashes. It is a utility to the overall purpose of the library. If you end up using it for something else, we cannot guarantee the security of the comparator. Keep that in mind as you use the library. + +## Hash Info + +The characters that comprise the resultant hash are `./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789$`. + +Resultant hashes will be 60 characters long and they will include the salt among other parameters, as follows: + +`$[algorithm]$[cost]$[salt][hash]` + +- 2 chars hash algorithm identifier prefix. `"$2a$" or "$2b$"` indicates BCrypt +- Cost-factor (n). Represents the exponent used to determine how many iterations 2^n +- 16-byte (128-bit) salt, base64 encoded to 22 characters +- 24-byte (192-bit) hash, base64 encoded to 31 characters + +Example: +``` +$2b$10$nOUIs5kJ7naTuTFkBy1veuK0kSxUFXfuaOKdOKf9xYT0KKIGSJwFa + | | | | + | | | hash-value = K0kSxUFXfuaOKdOKf9xYT0KKIGSJwFa + | | | + | | salt = nOUIs5kJ7naTuTFkBy1veu + | | + | cost-factor => 10 = 2^10 rounds + | + hash-algorithm identifier => 2b = BCrypt +``` + +## Testing + +If you create a pull request, tests better pass :) + +``` +npm install +npm test +``` + +## Credits + +The code for this comes from a few sources: + +* blowfish.cc - OpenBSD +* bcrypt.cc - OpenBSD +* bcrypt::gen_salt - [gen_salt inclusion to bcrypt][bcryptgs] +* bcrypt_node.cc - me + +## Contributors + +* [Antonio Salazar Cardozo][shadowfiend] - Early MacOS X support (when we used libbsd) +* [Ben Glow][pixelglow] - Fixes for thread safety with async calls +* [Van Nguyen][thegoleffect] - Found a timing attack in the comparator +* [NewITFarmer][newitfarmer] - Initial Cygwin support +* [David Trejo][dtrejo] - packaging fixes +* [Alfred Westerveld][alfredwesterveld] - packaging fixes +* [Vincent Côté-Roy][vincentr] - Testing around concurrency issues +* [Lloyd Hilaiel][lloyd] - Documentation fixes +* [Roman Shtylman][shtylman] - Code refactoring, general rot reduction, compile options, better memory management with delete and new, and an upgrade to libuv over eio/ev. +* [Vadim Graboys][vadimg] - Code changes to support 0.5.5+ +* [Ben Noordhuis][bnoordhuis] - Fixed a thread safety issue in nodejs that was perfectly mappable to this module. +* [Nate Rajlich][tootallnate] - Bindings and build process. +* [Sean McArthur][seanmonstar] - Windows Support +* [Fanie Oosthuysen][weareu] - Windows Support +* [Amitosh Swain Mahapatra][recrsn] - $2b$ hash support, ES6 Promise support +* [Nicola Del Gobbo][NickNaso] - Initial implementation with N-API + +## License +Unless stated elsewhere, file headers or otherwise, the license as stated in the LICENSE file. + +[bcryptwiki]: https://en.wikipedia.org/wiki/Bcrypt +[bcryptgs]: http://mail-index.netbsd.org/tech-crypto/2002/05/24/msg000204.html +[codahale]: http://codahale.com/how-to-safely-store-a-password/ +[gh13]: https://github.com/ncb000gt/node.bcrypt.js/issues/13 +[jtr]: http://www.openwall.com/lists/oss-security/2011/06/20/2 +[depsinstall]: https://github.com/kelektiv/node.bcrypt.js/wiki/Installation-Instructions +[timingatk]: https://codahale.com/a-lesson-in-timing-attacks/ +[wrap-around-bug]: https://github.com/kelektiv/node.bcrypt.js/wiki/Security-Issues-and-Concerns#bcrypt-wrap-around-bug-medium-severity +[improper-nuls]: https://github.com/kelektiv/node.bcrypt.js/wiki/Security-Issues-and-Concerns#improper-nul-handling-medium-severity + +[shadowfiend]:https://github.com/Shadowfiend +[thegoleffect]:https://github.com/thegoleffect +[pixelglow]:https://github.com/pixelglow +[dtrejo]:https://github.com/dtrejo +[alfredwesterveld]:https://github.com/alfredwesterveld +[newitfarmer]:https://github.com/newitfarmer +[zooko]:https://twitter.com/zooko +[vincentr]:https://twitter.com/vincentcr +[lloyd]:https://github.com/lloyd +[shtylman]:https://github.com/shtylman +[vadimg]:https://github.com/vadimg +[bnoordhuis]:https://github.com/bnoordhuis +[tootallnate]:https://github.com/tootallnate +[seanmonstar]:https://github.com/seanmonstar +[weareu]:https://github.com/weareu +[recrsn]:https://github.com/recrsn +[NickNaso]: https://github.com/NickNaso diff --git a/srv/node_modules/bcrypt/SECURITY.md b/srv/node_modules/bcrypt/SECURITY.md new file mode 100644 index 000000000..c132dc869 --- /dev/null +++ b/srv/node_modules/bcrypt/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +As with any software, `bcrypt` is likely to have bugs. Please report any security vulnerabilities responsibly + +## Supported Versions + +| Version | Supported | +| ------- | ------------------ | +| 5.0.x | :white_check_mark: | +| < 5.0 | :x: | + +## Reporting a Vulnerability + +If you are reporting a security vulnerability, please refrain from opening a GitHub issue and instead mail it to +one of the maintainers listed in the README. diff --git a/srv/node_modules/bcrypt/bcrypt.js b/srv/node_modules/bcrypt/bcrypt.js new file mode 100644 index 000000000..62da52527 --- /dev/null +++ b/srv/node_modules/bcrypt/bcrypt.js @@ -0,0 +1,242 @@ +const path = require('path'); +const bindings = require('node-gyp-build')(path.resolve(__dirname)); + +const crypto = require('crypto'); + +const promises = require('./promises'); + +/// generate a salt (sync) +/// @param {Number} [rounds] number of rounds (default 10) +/// @return {String} salt +function genSaltSync(rounds, minor) { + // default 10 rounds + if (!rounds) { + rounds = 10; + } else if (typeof rounds !== 'number') { + throw new Error('rounds must be a number'); + } + + if (!minor) { + minor = 'b'; + } else if (minor !== 'b' && minor !== 'a') { + throw new Error('minor must be either "a" or "b"'); + } + + return bindings.gen_salt_sync(minor, rounds, crypto.randomBytes(16)); +} + +/// generate a salt +/// @param {Number} [rounds] number of rounds (default 10) +/// @param {Function} cb callback(err, salt) +function genSalt(rounds, minor, cb) { + let error; + + // if callback is first argument, then use defaults for others + if (typeof arguments[0] === 'function') { + // have to set callback first otherwise arguments are overridden + cb = arguments[0]; + rounds = 10; + minor = 'b'; + // callback is second argument + } else if (typeof arguments[1] === 'function') { + // have to set callback first otherwise arguments are overridden + cb = arguments[1]; + minor = 'b'; + } + + if (!cb) { + return promises.promise(genSalt, this, [rounds, minor]); + } + + // default 10 rounds + if (!rounds) { + rounds = 10; + } else if (typeof rounds !== 'number') { + // callback error asynchronously + error = new Error('rounds must be a number'); + return process.nextTick(function () { + cb(error); + }); + } + + if (!minor) { + minor = 'b' + } else if (minor !== 'b' && minor !== 'a') { + error = new Error('minor must be either "a" or "b"'); + return process.nextTick(function () { + cb(error); + }); + } + + crypto.randomBytes(16, function (error, randomBytes) { + if (error) { + cb(error); + return; + } + + bindings.gen_salt(minor, rounds, randomBytes, cb); + }); +} + +/// hash data using a salt +/// @param {String|Buffer} data the data to encrypt +/// @param {String} salt the salt to use when hashing +/// @return {String} hash +function hashSync(data, salt) { + if (data == null || salt == null) { + throw new Error('data and salt arguments required'); + } + + if (!(typeof data === 'string' || data instanceof Buffer) || (typeof salt !== 'string' && typeof salt !== 'number')) { + throw new Error('data must be a string or Buffer and salt must either be a salt string or a number of rounds'); + } + + if (typeof salt === 'number') { + salt = module.exports.genSaltSync(salt); + } + + return bindings.encrypt_sync(data, salt); +} + +/// hash data using a salt +/// @param {String|Buffer} data the data to encrypt +/// @param {String} salt the salt to use when hashing +/// @param {Function} cb callback(err, hash) +function hash(data, salt, cb) { + let error; + + if (typeof data === 'function') { + error = new Error('data must be a string or Buffer and salt must either be a salt string or a number of rounds'); + return process.nextTick(function () { + data(error); + }); + } + + if (typeof salt === 'function') { + error = new Error('data must be a string or Buffer and salt must either be a salt string or a number of rounds'); + return process.nextTick(function () { + salt(error); + }); + } + + // cb exists but is not a function + // return a rejecting promise + if (cb && typeof cb !== 'function') { + return promises.reject(new Error('cb must be a function or null to return a Promise')); + } + + if (!cb) { + return promises.promise(hash, this, [data, salt]); + } + + if (data == null || salt == null) { + error = new Error('data and salt arguments required'); + return process.nextTick(function () { + cb(error); + }); + } + + if (!(typeof data === 'string' || data instanceof Buffer) || (typeof salt !== 'string' && typeof salt !== 'number')) { + error = new Error('data must be a string or Buffer and salt must either be a salt string or a number of rounds'); + return process.nextTick(function () { + cb(error); + }); + } + + + if (typeof salt === 'number') { + return module.exports.genSalt(salt, function (err, salt) { + return bindings.encrypt(data, salt, cb); + }); + } + + return bindings.encrypt(data, salt, cb); +} + +/// compare raw data to hash +/// @param {String|Buffer} data the data to hash and compare +/// @param {String} hash expected hash +/// @return {bool} true if hashed data matches hash +function compareSync(data, hash) { + if (data == null || hash == null) { + throw new Error('data and hash arguments required'); + } + + if (!(typeof data === 'string' || data instanceof Buffer) || typeof hash !== 'string') { + throw new Error('data must be a string or Buffer and hash must be a string'); + } + + return bindings.compare_sync(data, hash); +} + +/// compare raw data to hash +/// @param {String|Buffer} data the data to hash and compare +/// @param {String} hash expected hash +/// @param {Function} cb callback(err, matched) - matched is true if hashed data matches hash +function compare(data, hash, cb) { + let error; + + if (typeof data === 'function') { + error = new Error('data and hash arguments required'); + return process.nextTick(function () { + data(error); + }); + } + + if (typeof hash === 'function') { + error = new Error('data and hash arguments required'); + return process.nextTick(function () { + hash(error); + }); + } + + // cb exists but is not a function + // return a rejecting promise + if (cb && typeof cb !== 'function') { + return promises.reject(new Error('cb must be a function or null to return a Promise')); + } + + if (!cb) { + return promises.promise(compare, this, [data, hash]); + } + + if (data == null || hash == null) { + error = new Error('data and hash arguments required'); + return process.nextTick(function () { + cb(error); + }); + } + + if (!(typeof data === 'string' || data instanceof Buffer) || typeof hash !== 'string') { + error = new Error('data and hash must be strings'); + return process.nextTick(function () { + cb(error); + }); + } + + return bindings.compare(data, hash, cb); +} + +/// @param {String} hash extract rounds from this hash +/// @return {Number} the number of rounds used to encrypt a given hash +function getRounds(hash) { + if (hash == null) { + throw new Error('hash argument required'); + } + + if (typeof hash !== 'string') { + throw new Error('hash must be a string'); + } + + return bindings.get_rounds(hash); +} + +module.exports = { + genSaltSync, + genSalt, + hashSync, + hash, + compareSync, + compare, + getRounds, +} diff --git a/srv/node_modules/bcrypt/binding.gyp b/srv/node_modules/bcrypt/binding.gyp new file mode 100644 index 000000000..46428be78 --- /dev/null +++ b/srv/node_modules/bcrypt/binding.gyp @@ -0,0 +1,49 @@ +{ + "variables": { + "NODE_VERSION%":" { + const start = Date.now(); + + // genSalt + const salt = await bcrypt.genSalt(10) + console.log('salt: ' + salt); + console.log('salt cb end: ' + (Date.now() - start) + 'ms'); + + // hash + const crypted = await bcrypt.hash('test', salt) + console.log('crypted: ' + crypted); + console.log('crypted cb end: ' + (Date.now() - start) + 'ms'); + console.log('rounds used from hash:', bcrypt.getRounds(crypted)); + + // compare + const res = await bcrypt.compare('test', crypted) + console.log('compared true: ' + res); + console.log('compared true cb end: ' + (Date.now() - start) + 'ms'); + + // compare + const res2 = await bcrypt.compare('bacon', crypted) + console.log('compared false: ' + res2); + console.log('compared false cb end: ' + (Date.now() - start) + 'ms'); + + console.log('end: ' + (Date.now() - start) + 'ms'); +})(); diff --git a/srv/node_modules/bcrypt/examples/forever_gen_salt.js b/srv/node_modules/bcrypt/examples/forever_gen_salt.js new file mode 100644 index 000000000..3f2ff2f48 --- /dev/null +++ b/srv/node_modules/bcrypt/examples/forever_gen_salt.js @@ -0,0 +1,8 @@ +const bcrypt = require('../bcrypt'); + +(function printSalt() { + bcrypt.genSalt(10, (err, salt) => { + console.log('salt: ' + salt); + printSalt(); + }); +})() diff --git a/srv/node_modules/bcrypt/package.json b/srv/node_modules/bcrypt/package.json new file mode 100644 index 000000000..c849897a4 --- /dev/null +++ b/srv/node_modules/bcrypt/package.json @@ -0,0 +1,62 @@ +{ + "name": "bcrypt", + "description": "A bcrypt library for NodeJS.", + "keywords": [ + "bcrypt", + "password", + "auth", + "authentication", + "encryption", + "crypt", + "crypto" + ], + "main": "./bcrypt", + "version": "6.0.0", + "author": "Nick Campbell (https://github.com/ncb000gt)", + "engines": { + "node": ">= 18" + }, + "repository": { + "type": "git", + "url": "https://github.com/kelektiv/node.bcrypt.js.git" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/kelektiv/node.bcrypt.js/issues" + }, + "scripts": { + "test": "jest", + "install": "node-gyp-build", + "build": "prebuildify --napi --tag-libc --strip" + }, + "dependencies": { + "node-addon-api": "^8.3.0", + "node-gyp-build": "^4.8.4" + }, + "devDependencies": { + "jest": "^29.7.0", + "prebuildify": "^6.0.1" + }, + "contributors": [ + "Antonio Salazar Cardozo (https://github.com/Shadowfiend)", + "Van Nguyen (https://github.com/thegoleffect)", + "David Trejo (https://github.com/dtrejo)", + "Ben Glow (https://github.com/pixelglow)", + "NewITFarmer.com <> (https://github.com/newitfarmer)", + "Alfred Westerveld (https://github.com/alfredwesterveld)", + "Vincent Côté-Roy (https://github.com/vincentcr)", + "Lloyd Hilaiel (https://github.com/lloyd)", + "Roman Shtylman (https://github.com/shtylman)", + "Vadim Graboys (https://github.com/vadimg)", + "Ben Noorduis <> (https://github.com/bnoordhuis)", + "Nate Rajlich (https://github.com/tootallnate)", + "Sean McArthur (https://github.com/seanmonstar)", + "Fanie Oosthuysen (https://github.com/weareu)", + "Amitosh Swain Mahapatra (https://github.com/Agathver)", + "Corbin Crutchley (https://github.com/crutchcorn)", + "Nicola Del Gobbo (https://github.com/NickNaso)" + ], + "binary": { + "module_name": "bcrypt_lib" + } +} diff --git a/srv/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node b/srv/node_modules/bcrypt/prebuilds/darwin-arm64/bcrypt.node new file mode 100755 index 0000000000000000000000000000000000000000..5160c6c388650193378be642f5048e48e201da2a GIT binary patch literal 88608 zcmeFacUV+M^fx|tcY(Wzg0hQP0V~)=RMxs+!xAf&Bu1JjAc7(mVneZDGzn`k)+m-F zuxiBEOCpviCdOcmi4DYLR12t3Btm&PJzk`T zz6*aAdO;E4(UZdCP-0E*#7Ya^HIWGA<@DHV{DsBFOeyQIHNCVo7J8Z0El3kjEfcW<;Qo~VGDK}kw41+J-zUVpmA{_6T>a_toh42 zVk!5vJQ(Fg(n3iU#v(+J@F4Z_g_Z{e_4Et$3+gdw;IKdekR|-fm|lEZ<%y>Bb3z(& zi!B?~%IO6ISNO{+&ljc^>u!Mv{{{t3j3uE(#s`g?8WZ*!f5E6vf6_dnyu6=k0b2GC z^u$W<%J(+{_31A{6h7tU^aP;nACj91Ka1RC0MR~_%FQY-$xIsKprGiGpeYFxLt~?Z zCdJ29O7DtbiKrc}9A9=Q=`U+OC}?a*d`MY=HGfw)3!%Xx3g!Q)p8>!P3L4ONVEsgnS+{6pq|`bD&ecN_B-aLcjQQ>VnWj*bkaUs&_z zt=hI4n}8%Ee43*YzG8+SmWA^8!xE;%hfi$fFIE9IV@>d*b_*b<6g<7eJjsdv>WTT> z5ggP1-M|Xi|NZly1pbr2e-ijl0{=PXhl*;6DlcCxQPY z@SgJ}xaKJ$|_`niQ-LD^4rHU74->;cSqq&SmiwbBom($<}AE5dl zp#B^4;ZR1SFZg*QKAg&EyfGh|G8%8phie&)H|C>m8I3pQ!@Z2g8}reqjK&-D;aNuG zjrnL%M&ph7Xj4Yxjrs5?qw&Uk_?FRlV?Mf+(RgD%^kp;zK6(y5K(r7WKY+7~16j(T z%cV93us7xv?JW5}wK1~(zA+y%xxcZ@WaIzFe8}|hjrowxhd1U!HZR|p51D;W%r3*~>TPLuR+%m=D?d@y2|}*0DF{L$;p2F(0yZ{f+rhS=ku&x{dL`v7AR@GlN1s zf9S7unI?eg6Wlm%0^fE+ZFN9|ue}Yc9)!H9X>x6QnWd?}d63;B!rg zYPKJI7~J|gJv#c*9B8&<#d+vTX4Uns%t zMR>LH@Yxc)h6r~l51%T*Ym4yu<>3=0cmomMq&z%af;SW4t;)mSli=PWyhC~Ta0%W? zgm)_se+zI8OFS>gz+c4aT^^?=aPBqq^NO_BEcNtaUdi^%u;ID#QK6DI9)D#Hr22B1 z`HF1{_?$|RtEY|XfV^H(1@)ShtH+D=_w<`)ANl|1`grz*Oiwun^wHt9K90SHb4_bHn>gkpx4&fn=GUOL+CpO^ zc)o1Qs;4$!2C@+i&E`NkO|t9%Q<|S+tpAB7`d#5#u}Se7zvovfT$Y-e=)LUKS?_q_ zXKK!Qm939j<0SOqF4j{XFfW2PVP2P|{$O3KOy>W8@(_VOzYz~f+_~rDIp~4{I-!IP zV9lIqlTiY_=%FTAD6w`bgtZf6cOLs#-N?GkP=vB2QPX@qu{I<}b@264>2<}BQ?t!M zScV8YEy7F$vs%YE8au3Go`}~`Kbp;U8rF<> zpUn>=p1r{5UHFkSu3i`1_U9>Gjjr%DrSZ*wM&sKHa_b5C^?)4xGoFvfyh^gntIEds zFZd&c@JB}I8!nyh&W2oSz|NT)u*t`5Sm0C4jr2A?<;*J}pJxeJseA_BGj{k$pbM_q2;% zM`N1pg8VJyYm52X$UjEDzL>Aibk7>FA?EsQa`JO?V7fvtj0d$z<3a6t!nY9HYDQy% zw)WE;DL)1p;{o)C{8csjk^#Qe7=zQx-F(#;gVUSbe6zoH^Ce%N>SiBv+aH0pGVmil z(}5phi#&cp9(|3lM;<>RkN!qfLmodNk3L7#KpsCKkA6p>&lzIB)6wq;^f^Q9cRKnV zfj(!5{Z2=}E1l0u?%dOn9CQJDqM7hN;g=R-{?J&H@0r|l(NG@yCk4-R$tvuX9GDK5 zDGkX^`sF4iEB0qB#b4jnFb_7;REwpeEyHdV^NI5JS&CRvf!EQth6yfu-{=zm3oRm} zeH}Qan=rBNun9J^md{n#-&d$uU^L(pst+(WkDNgJJKfT$^@mNUI!AzqDn)oL5v~SY zt6$!NaH}(eLsh0TDXSQX)^Y5u=7N67%pT~EKXe;94PTn7b>c~jn z$OcT;7xMCgygq>bc-0cio1h$W5^$QKP3RKQ6lk@Q(SlBu((;zkf^L=4>L8=l3ACVR zrL?-qXhGjfY5B`&HIUKjEu+;Bw3^6h4V2MpCZjb}Myr*K)(9D`cR5F+zU!0y)yGR)O_u3j5m(`Ue&F_NUVi)F|)a5zW zumHC#U$-CGWP8k=r{X*fXn`^Vn|ze9z*^9|0B609@_LR1x zdKR6SXCYa4G88y+k=#@4^E60Zuv`gnX8k1$sgE`)XC~)L|Guw=A8P zwu}bVNzL{m^=*$B9)>1c9PXLXkS-J}OXr86(SHr>w zt5Keh#Og9WVnL&ImhP@oc|I`L%lMcAKH6pJzIQCohu%@-V>)Pbtb~uw;J=!MkF2WY z`OqU@Dvz0<(LGC-;ZU9rcLy0CbHPUs$hS&)KJdbTMIK3@(WeqV`h$P9g^xsac|I8O zrF<*~jX_zuNWMHDxpp!>mV%FAkgr{NKC)~@K0XGGk(KcAF8H?*^#gv0d|b0IKT7%d z1T=!6AFA?vq+xw2)sL0nBMkCYmggf8x-RI)TF@9@2_F-{KPT!3<`40~Lr>kHgNc|! z#D|*nbOU@qb>h&Q4Y)_y-pOmaFXkqncKNh6={==8tVmvy+k+VnKF5Bb8>>O-jXf0S z6pF;5`S7uBD_x9J;Cpn$94A;F%5I_TH1OrP-yv^ma{GH|nSIP|EFn#)ICrZv zGjLd=z5pCAu^f<>ZKN{0@@4C&4F0DaZzYw%HOZ)(}2^n?FoZ0I_}9#8u(AtU%z{AQ+W2LDNbg}KfkKi7UAY%#%_ zGB5Qm;339AdmI60vsnL>SpT@Je!f`$XQ@8trM^J*{mbe%tYvBccUir#T9$U7i8S-2 z`U)@gU+{^ru9FR1&6rOD`EBSQ*{%RQr}}#?O~zWE4u22t;TV!@uo~9u{o0zasbPAZ z8f&u;*89|BZ4FDJB7HMzpgq_v9_zh&yk5sw?`uqsitr_0&l9@DW4%{TKzS{(96p~X z)_Va5z5*X>p()UUk5Ec$ii{R~gi>15WwhWgl+uE)z|WM?@|Mw>E29M;p_EpVj28Tb zQd;m8_{B0>@DWP+S}LOjAEA`i$1+;*7fNZtSKvR9(HbhFwNge4K0+z2wK7`p7fNZt zSKv3uXu(I2_!8s^-{1&*0*ckQ$9Q49m#Q~g{DTjoqI~T+=!EE-*?*}Qd?1p$+6MMQ z^v&$Iq8z@NP_9Nf#!5(6Wjgf^8LjFvTDxSlv@%-zWVC9@Xw?I)Lo!+(GFnGuv>MB3 z9hcGalF@1jTBl^R+RAACAfwe@M(ZaTEuD;3SJ1j3qva=~^|OptFBz??GFp9QwB7=( zn=)EMWVG^Sw1&%Q{Vt>Rwv5($pmkqHD?~=?p^R3zjMiT=T9GnZ6G7{ljMiistrs#{ zQ_E-x_|99joF zq*Z6_pW5k*Irw=V1&;6sHAV$uD@y!)IF_0ZKa}Q&v>uH{om?l@UZC~TLW}Cm2R%Cx zR!T3}qZ~c=3g`u(j=My!O*?@%iQZpY3#^o0TKjVJu;+Y@KOfKwb`<#=TSm_x{M`gS zf{FBUJOH}cH>-L)V68=%t5rP?u(~3wx>ddBJWIuV5NO(4 z)%y#uY9dT&Rqp{{&LZrkro23V1I!OG7>`7S0e(l0e`YO=o!0mYcqHQjJmoU}r9ym- z@iFl5eyxUhu*Z+myqLyIxk4J>6wpwb{2NNs`8ka##ZD|~t?@eOkWTEx^Ys`BGjgzH zbgr3;Unu%{3pB{iSoBC^WGKtxSo=KK8Y;8iV^g0FS@mfP`h<771-b6Ff_+v=fA<0p zwyd-dJCLXLlJGPqDG+D3Mf}JPaU>pbF*Rb#3d0lZ)t|ynJ_GO6Uk0Cih1g!rK$g)E zwlQpQ6~k|({c#~1x%@U{^eylbRjmCJ^lMW-J4bDCu$`w+o~2~%8=$U#K^4Om*k(x< zWLvirT*2C>Cyg#LH{>$Ra}^osN=hqn4#EzYo3i5k9+LdD#s;tt`%worR3^i|=tlth z(+9EM-iY%mgqRqOT@Y|drsMFG>&c)>S((fNpqpiJjk-n7D#SRP z^u=y!_UJD5=F}#y!McLDfuA$mE!~MY51MIO)}CUh6hjNao;$gQzIcT#>Q-fslCZWV zyP%$0UraigC&*lDOhdiInwGwAbd>06jbES~8q(g>P_HvpV?J_Po3W-6Ed^-hf)1@= z-`KNMQ=P;EZXSr=VgKiax#i{2#^9L{QB;-M%O{y@jSE0G7j$pAmDT-9R<|$CQh1Ex zU1xo<=WKqhn;(0WXJ6KrWX5(=+dTR&??(*iW)Z*8mnWN*8Bf5MiTa3kzlV)6&CSx~ z0*1KeWOe3>H61wkw%C7`_6zcDDE5o9(HG+z0Giv*EL9F~fc=*wx1l6Ata&u=EMuTG z4n`T`LhYYn3`*cVb^i{UH6J z`A@RUKTh&=He!rY6M67ahvHzPDXx?vk1NgNSs>w+%&b_aNtbt_pQKl?wK*QEI#G;O z@J)V#+-g7$gkzNBxR&9Z1ddw7*(k?3p(~~H4R8dT%TyMd>)si>Ym9_Xv_BE+N$t+E zW2rik=CX1yt#K+~-Xd(F6)Xm@<|1rPIheC?JYbCgTa0pQb6PpL)))l1v<}5u!A1e5 z73oG;!G-`PtwSMJuzr9^cJ>`BSP#HnUxzft(ZD0!qcw%(N^1(yAicrI8-#U))(=`! zd`p6;c4!nI`=Zx0k*3uY*;neGDp~CC)|@!;jDrg%iEYbMS^{?VUN6Ov%pVa zF9bV*`E?X)&n@U0(cJ{PiFH}~yVx_3ZhPSjm26A4(lQ?vz$YCgTX2x(TYrl!@T8cM z%ofxK-%mh~`atzfuwl}C#+=PCg;9IVa2@uvbPi!|DnUoU!`y`J*W?{1JeP}M*pue^;`Xp7ru(zLKBD07``1D&xV66c$Qbr$KH`8+j^L~dZMUz+ z_L!sE`^ww)2MwvcK(v=db{6fCoq^5@HfAUIEey)i#Umz5Wz;{D5_7UD+pUJJq5Xv) zwS)Ut8TGS#yPsy0&mgv_ZizHtX%zE9%$eZbZP;X-p9QAltig@;B}k{?KFZY^h&SV` zgh$>J>lW{kRU7tk@>1BxG#6$d9plA#^IgOgO-J-Pbv@>MZ--w-ci6qV=%0S)k~JYa zlh+V$8x$x5uL_irovAC@nE=qSwljCocCI~ZUxi;%B~W@3psa3#U2 z>A!Zx9xWH=wDXXE2A$@WeqTRnsL055WblJ(VqfKgIG@%C1D0w%p2z+$2QD+4Yf58! z6F9kQ%a{hCoa{pk%1UkGvd*QpY=C6T%K48PBjF<+CD_U!q{)X*gnkP))tBmPjWZ=5 zp`0Cr?EyZuIYewzvV)y$E4C5CfQN4b32pVXs?)NPI=#g!Si!0Qb^|cUZb?3n2k_{8Maq+3O!m%_*BWa9PHPU8(;T95 zvW4`N`_PWSBRz~@MICaX%f;0#Iwa(wLr;(=yLA=MH?@cAI+feQF=#)y-oLYl(=hJ; z)*d2WS)n~#jrBrqlPa@^Ex;FpotE3f5wi9xvxf~}`z3qmkFyua9zJpUdwb}F_F#Kn zvxgJGZ-w@dm)S%3CgtoQ&NwQyhdA3PwTDQPJzR;g73?AM@U_Ov zmEb=Fo@6Uuf^VvO!>aBn)Rk=I&sH#;y9u_EVh9wsAp2)+H!q+L!6ds$KB1I80~q03 z@>*jy@aNdWAby!aQ-uJlOzWA`SOi7z?YP2OOfGMeW!?x3S+Ld=q>nD!2Fu zmOG1R-{Kd5)&h~Qir^&Ug@BU|Kuq>KbNF_QE1w7ITu5?^9#!!@zKQE2j804w{-gruQBo}F1dW!I7c$$?I zV^P6}vVkvU3xD1YcaJ!OG(NP)?_0Bcd|;y%{(BFL?7s&Md3SmD zqn5@8gnC-zD%8`%zs{?I*g*}6p4PY?<-uh4dmyG>{cqv}phJ5CoL{Dz8kUO>WR{B$ zD2Y$4aTe&NfzMm8xw&H9FJyH~;{(_uOYs5ntEIlY79SA%F^>4H1%A91%Z-@aub58vG_<+(P3mx!r zccPpu!XOK&uZZ)M#&!6rVr(JbQkQgw;S9orI1BZcxg-wV3w{Ng2_Ie?qR$XwXv?}` ze3${>MNIXi`%|2)Az8tSSKPAA*l>%}@rcMf!|Z)HjMb2yHnV z9Vw4BE01D2(C3nweW0Vgp{u>%@At%=GE4l7=FcjT2Vu^d%I4l~i~-p_!ueQ^Ba1a` z1rF_r31^WUC$)^uCg4;w_X(fs%@FHJ^EX6U77L$T4yHA}16WV7y(lZ#Fu9oQ-AKVac%&as ztFhFI;v14(v=#9l08c7&7R!D|S!Jj!~)Z@`kA=X9{ z?oj47WQJ{68;CyPQ2e$bd{Cm#BZfg^x>1O0YmD8&kKUcN--P%b?YF4iNLjm)QVaw0 z)(0^R%*o{@^TWp*5XVTb2Ok>qZUe_Gx(_4o|{oVzVh}PfR5BAjYT5t zEX523o=G;~d9Iviaa|C27GsxE{Td`gS$)GrHRQK2x<`j>7CSklohi~$Ba&-1Lf2julM ztY?PXyX+ChDR32R60H{sJCc`+aShs*>U+L2cW4CsWcaT&g*ZV?<8;8El0T&I`?_$m zDg%9mt#T31Up2-L0JoOcrpM;M-SAT-dAlk3`w@t%^NwY7Lr{-su4-VHk=TJ1OZ-fe z@snO`?(j6Hk8zcl76kk3VY zn{=kP=)V&Vjd?KmfNjY15aPZXqh9ih%K7gaBjJ+`biq?@GtD@2e%-ccjjq7!gt4SL zYOyWMLm@u>xWYObV-?`F6zjaKYH7z(M`Qf0!a6wr10J`*^zO>!Hv+vn&Xy1)!ll*9F`)()a`ETs|8j_)` zKGP%)ZGy5=`|b+63;P}l`N6*D@E-R6tMTiBz&@CpW!LD@r!UT1~xuNynB%%-M!cVJjuqV zh;2zWKB2-o8sl={Nj5%7Y)7*3(G}Lw8W#eO_?m8ok9%Mh@|6HQ$;L-n)frYvooL`m zHa-D!jcojMJjupR#Z$8JBdqA*|0O83@q?^jxQ|n*jeiTc|77F6fg`u^JHUtB#&-c+ zZsUECm)m$B5iYm!^-%UtHXfH^%Gr1)LD((H?GasyTX>=@5q{Q9yaQ*6F<-8| zq!!NJIJLcMwf=pEb1pi+&llUIJ1QQigYx#b;8W3>ng?2a(5C#IGAYhwUH3W32KUd) z@$B2d&=&Q}mAU&ET3DAY@G(Fa%Hv&WZ)kwB!a?66W`uWtdsx2XA=vDVN(08Un7@{V z_v9?Gxb6)AgAR@{C)$zxd+9zY!EN7MO%n#&BPrd#0<#hke?Cq z5i26!{bn_;$SoN6kZHXUc`rh_o1>!0?WH2aA2G^jxNr1Cyf2l9G~MsXho7H`cJxZ- zWASCR#th`saE}PIQusX`4JJEQ%x<&T+$6UBSshj!fO@9RxG#i#!bbSJ7M-x%7utrp zi5OohC%uu{SSgm%n3v29KwtWxPrVTX>4o!7OAJI9!^932UEJNlaL8<4Nqd2E<*cJ& z56a1JDpx+bqhSZi$%fE;=I|r?ntUTm@S_-FW*xx;wckQ`3g_&C4XTB_wGME&TXYon zX(If^@q<4&6L@oNUmw3g|3Zhd#dvO2&>$V+phI-FM|x9TzF2{MU{=-T{f9k2s!!?V+*#(T^@}mkgC5eoCC-Bx20|vmSnESDuOQ3a!Dx?S7%fqrh4|Z4 zAM4xebc}m61_svmso{5G_Q##6X?!+ zWnPJKvGNHt#x=lWSgV(b_?ERD_kVy-v3Ox#EEC2w#iNVPa2MsY4pJT1AB(?&cBzes zO4^tQJp5NOLY+9Vj>OlymDGs`o^%!vZq?4fO6rUU9?ecNaiib)0 zQOJ`_Ti_|-$70?KaOeig1b8FBt>-l95REI*OoL6fw!_wPTMM3vw~?TacYiB*x0!4( zFX-kx(7lcJ6&O?4?(-|D4UGTXIV^*0KHa_Jgm{ay(H1c2PAc$+nsJ99(N>=kF$V9p zVO*kMANm#Rm-n+_=P2ghVCN@mvJq?Ufx9XA@4U_@qP`wBwz7NDM4#l5D2%bQ@gcq^ z^tv9w1^|zA;yKzEd{F^kYs{|@Uu%2`Jd%f?qpoH!oJ0`B3aV9L_CvUL-%=Oz?-$d;efJW@*N<{d?ge75DxO7@wFR zw@4Og&KB{keT$1IugJGRylUk?@gS{D<3!r>wJAz$H%NqSv|5{}@A7#xM$I%!(Pl+s zOykS(I3LAxLp5$c>D-ZzxT5*6voz-9laM{7cN0m^ZSb?jkH#pG=28t-Oy4_$FO@-a zO~RG%b^?#)8RC$|xzGm-U$4KvPrfQ}4$OVUWmJYkWMn-LwgKOI9`r*Qt6(0`I}h$w^I#JAs!aEZ2O0}W z_kY8?l#=d0v4Y(I3^wGo{yhVpynhAAQ~yrjDfzSvXJ>4G7X$Fh%?E0m!LI!ZT+$6% zC*kkWelyb}*oJ)bOn+MUL67b{5D&#Km|IbkZP0ItzV@v%$TvT@oz69E{7L^4o$PqHh7gZi2Vdh&f8W zkbJEteM&=p>Ze8CF2*G?d9SvD&96}2&c?OCBY8`*z@a(hjddK)3g&qxA7UrSg5&kY z^DuX5A9517WGf=(92NF9A@wbLnh^M+c&B0y$yo9==^d}&CYV#GLwJJSQTSQ*G`01` zdx=(kR!nvMXuq>b^p~sYi+2!==Asq7B928Bsm5fxA#fcW>Poe?JuGU{uF#G<&oO z=OKl7uO5162*iGY{37|ejT-ez&u#EN2l>bHbDO$=Q(P~&0cXeqjr+L6L3jOWO(tLN zFXUm5p|9n?-y`u(XI_qwhqUHX-E^_;ZPX=Sjd(3Un)-GMPX~-?MephawP2I8@D2g_ z^Q42hO87*WI~;uZG2nsboV0c?MeGdxWjq1BVA%bL`F?1Z`B=Zd6M?yjeU6}CmN6** z4Go%e$3cU}Di^+i33|8<@4E~3rJS91Hhu>@!A_aFk)0~=7~I`Z2Xj#BJL%d1;1G`= z;%S+G%z&42gtBCm{Rn)uyT6XtW8aa+8SJ6IM(o9ujT8oV+%@L#t&D|#nro6xlb0o; z%zT{uOBMFT`1aIH++j(g?=~`{VAF7?jYnK3J*i$1!@d+T$YQ#mL9%m%>=I}4Zx@I z?gcp6Sc~3hjh&IFyA_ta#@G>g(uXQ|(i|9saTj1cn4yWF56(svU=^)9^6@kwe#h5^ zJjD0dhz5uEnexa^!+v6%3<;nUj5+WG`b%wT;SWv0IMFzNhPFr#yl9*-pYCG+PIZVk z8rMS@GZXf>*5h;(cBP^<$_{Oj9G~L83yl@=Kx1_i_tiXTO)fWQucjk6k_-4{7zJ%{gq+)Fq-fx<=iOZO~2{scx;zq;;8D_l4pR2IMx=6Ozw=Mq-^nzix$ez*uZ=64TQrK1O zK~utl+ZeE?O<9oD#_${HeMfC0zCbdP%U=EsLXtfKTY}ybO}a0W2-!__E8t1!qjL@{uhVt)ac)9q9VRo*eDLlT`M(}$gW|{`*cUO3rQ|D1K5|4e&?+(S5ol`5 ze9{2p+-p?}i6ApCbBOX|B+wgKNb zng{=x`duA$@Qy`l4LmF2iR6TD9||(Og*ymMiMCZ7ios6OJgW=5vdxgfmo&qwkRHL5$}^kTOI|tp5_kx{1iUDX(kmC!j(yr7?Q zeLRFRT7xAUxDR>i%ThcoWz3L{eG-)|LfH>!w;~x)Y}0eJ<-NmZE%d^BhkiTftqDb3 zm;4k=5Wz>Vj&B}DImuEU-+T`KE0Wh@;F7#7_5$(-p5#9yTEQYKk->c6(V8vwcP8@G zw?TMTWYYRu6O3;q z2zcsPu zH+{+I9;k5NmgX$crhAZiD2qhBU|L5TmYtR5!6&EnhJ29$)E@lovUSuigY=u?wJoVl z>`ngyE%I-27yD(PVd1+J)Gzs2ndGZz#5I&`D#`sU@CBOy8YK69&nmVFIlvQaf@Ph| zp>?teWG$_ehebNXH_`dL5<1@kPg*DGeu%v7Rh87)2|UU6Y_e)+X(e^G0FP{s^_Z_k zIoTs#HYYzt8ObXO&vN)-%-|3EL$ENw($U|)i!*DWD>SAwUl7YI{a(tJYWj>|dws@l zfPIMaMB3*-PIPWnSv)xccw`GKwnt+eQei(WJkvOi2EH(VMEUos5MN^)13Zca5Rasz zmb9~RILaxe;e}^KcIoeYO&ZfQt2se->ob(I%6v`8MDAnuAzaWXgdURLl!y8>*23JV z>k=wsTVj-aF9iS+v6(~9Q@4?G%&=ZGT^zGd88jQPM9 zeasxu#}wwyNQ{p(cm5FTNOR|MC2c$eo-}uI#X6FYdAgE1w}2A?^dW! zacds_Jl*Z4Z!;ur;tU-22FYWN;hT3w9cZ0O3dOk{`n~Bc$;xtPMZS+CooxzQM1#jW z0EvrwX9)F?F2K4Z*gaWny)N+$dI~)MCbld4p3&>E-BqZ|tYW*um|Dkn!8_T(jljQ! zam-J$*mLrkx)Tl9l)sDZ{)w19#dd1}R}WkfFIm6ylopV-o4pvg<0`SDxZn^!7C+r5%>rFmKvc>mOf zwN1e3c#9qc_o zgLH)SL%LH#`-cFOla7>@fu}U^)Dq>Ey@ll-+7ZOt$ZsJ&+XL1EeGm8Nm0qBM>ByQOKI15nzDXo@&O zTEr33ava>-D6K0`H;|P#k);vSEX8jnOMA=G@MBAHI?2-AWNCj{y0t*Rpvh)|Sv{9D+N|ydwmfkB%AC#rPm8Fl#(kEr><=~IfPmy*J(|;k2c_x&TU%gmN|AF)s zF-`IErkL1N_jjc6e~bv}+ep7Hrt^?a5YzOnt>t3+D$*HZ`U=wDiRnv7UlG&ikuDI^ zKOy~6Ow+rh_E<=$-P1_JUl!6Qk@gYO$B`Z*rn8WqBc{JW8t3%_{z0Voi|KtxpBK~g zJ~j5s0?tmPvA+`1Um@L8Om9WHmzYM(x#oB={W;Q$#q=hm5r+`!Zb15|m|ll8?6FY3 z8fmkb{uJqYFj&;DPmuN%(C&aV{y) z2}4>7r-9lEM!K7reh=yQ#PmBz&lJom<~ibT}%%_`mmTDi1d$QxYC|dZo-dxO#4jM}1arZ1gPJuDZ~M)!t#`}_9vwXV zug1ggq;4H<3|$p4Qm-+EMd`jDzSn7MGoR6CcAqu*Ro}5FaN{R;<7QRY{JE>y;n=YE zzRPI-w5@BrOSjQy>wmI%ZM%b)cZ~k2QS`iF-tSLew8C>$z{j0;9Oyrxj_JsWPdq%w zol##2F=TkW2;Md;z&r85d+)us;Ni}x3-2l#Ho2BuC;a}rZc7?|x9!slf5lF8)cF@C z&F@*ImCAj=mVO1}nt@n>O>9HpI?$eNU4&w`wFKj)ZHY6&db>J1xFC9PK+-}I$ z=qe9mZg+m)d2m7JgR7dom{TwO(Z*@q4qdmmzaN)et;hUYi~d};dqZrm{q2~g zov%!d&7I_9UT#ByfDyqdiM@-H(%B1s#xpa=;xe{0X6J%F5Gjxx;E=k z-_vo!>}J+kop>eTV&i8wOiybMewE*OK*HW{a-&xsw9QiO9h7nOMDPavvGt?Jgf)t) zwIlXL#GYZ%-R^&_bB=v5w6oigmlIp8XtTCwuX$(G-;CLz%E|w>q+h!mcAk#ocJ*&n zYh?NlS&s49y>vlU&R>0T;lMXp3B&EZgKM8;8!soswa~w6ykY#A&2BG>?tcDJQ3LO* zH(jQ7(M|{{$*w=R_12*_+n?|0>K(keVM)Nuw!`M%WZe#p9KAkmS?u?%Ml7yvO05NggH9dtUZ?_rkfB z3Acx>3GY?3_i*2j&Zn$=(f`-S*Yn!V`C*Hn^NUc^$=hdt{oef{H(+{)SL^5G>~?$9 z{H#^W0MlauQf zR82`6vwcwA;~z&D9{qG~`_c4Wt_@nZo?f%sx35}Gy|>X#vDEQQ+Ha=#*gcp3+UC0Y z){?WigVJ~J%XKc9*ZIV(U(&aqAGayU#b)}7M9q{lpG?=(_6T?1erM71J=34~2cG(= z{bw&6cKmohZArJ87wY(3?mMUcS1qeGW@C0uc0a@-8tlm3KXPq{v5o29d8A8UW9+RP(7Z13LU1HZSj@iC7b zvGBY1T4oO0`0<8})qM`~QFaSs?oN8Ye^0Mnds?ZdUTxT<)``q7Vz$q|`DNez!GEqB z_w^qiPhMtxV6M3)GJ5FP5qax(9{XI;p_bPG^;Es{+iBf8x!zv0DzJO_Xa4VAzWwop z%iW)?wp(|8c-p$J!gNk|FO%+j=y%wtm-hhK;>4q zz`TnoYCm!K>g)JDT}Hj1)c6|@^|fMW!?~xeGiFWciz=ICeXg{lKsO)Ge!j^u5)(+P%&j4<&lH-PO(2cWK~2{=mdR%Budc zM^yGtQ)=vQkuYmzqqxk35j&RbIP5lk%?&61lV56lwRBgj?mt~~i>oob(c}rO?p&`u zc=3-5Hn{c~^?uD?`S`PJ|FYrGy)~Sl#k|^nf1KO#dn}(H-xlFKjZxAHzD`y zzw%N36s9z$jGnSbw`tOVD(lx@(%dlqaCp&~Kfi1d8oYJ%)^#xp{`z`H{iS2SFZia` zfyjnwgActE?)^@Le%J11T`t{S-}c#lkE~i%0@toi3tBv9^|KY}v%7|_N$yxQy=DH& zpilm&KCecEi&t{{YM0&aoZ5Kv#;2aB%~qWbi|Jvek;*T)+}f9l=j z!*|n?l3#A#d+O-%M%uZ{<9~>(^1*^W3%_1If*pBR{aHY*?eRPDW$$Y98#epUf7HDv z!yUR6Zm$$?Jxq%#WLI$iMS!d(zd2ce>tv zrk|Hux5^AZFe=j|EZs@ zWcZyvjelKZ|NYj+GX{GWdZ~u}x~PTyi-~*hhH9=wu*iU)w`5g|`18Y!O*g&jK4{tY z#U|U_WqbBsE_{Dh{jdS(8-_~$X5ynDQR{n_t+5ii_ld_VAs{fm{mUR~KXLf@+gJDVnK83*@VaKfn@vSG>qLjS9ot=_+IsIi#koP_c4+6F`#yI?!wGrI zyR{3g(x`KT1K<8xZPV8aS64lFXPHCX4bNwrTK1YzBc~*F--=Lv_Sk|aXMT^}+&A!f z!0g3MOFlbZ|HE#7`Gxhdk2kkky)`DbQ^%5`!r*H)(u=O&-#8$z&g!ZYVy-$3pLw!l zi}4dXUkq=mGUZ%5Rn_a!W-~jp+)=lu${&uAFE-2^w{G^;vsHdFq-`Ff{Uy1z^PxuD z-yL!!A$8{c%blm~YNhL#@OJexD{nPPY}vL|;g{R}BRV&aI(cTm)EadkwVKhe*VYz)vtWhxa;ZTdAHtn@$b3FxrTkr1BYLl-P?L;;P@S5 zgVGoMntb=jx37-h9y>De@Mnv%o)r|$oDuw1urj!JQpveYH{YkKuX;^C^RmOw?I!pq zP2O6+V6k6fX3!Yc<=c^I(;Izd`ewC%@8Kb>MjiRMaMZv}CD$MOK8!Cs_RW&T$BV}e zi~nd>_VCA3cOUrWW$%zC_upS|v)*Yi^eU!ay{-pp z-`w(f701VmHby>*@J#x3-?dk^x{+(o-r6{H?vI1GG1Uh@PqO{;#2!Uj)0{h1n=UI_ zDvU&$nUf^<%?)T#g+Z@#hbR zZtOjrvT^py`_t;ZeO7(jCN`Oy)xWEKoUYNV<+Fm~@)sTW?5()n?;frFa{u}ZGlmEL zvFG!b{DoOvubgn){??d>gXTm$Uj5le z)h}tMI3Af(x8>!TC)lY8b(Zbxm9o*}+nq6A?~dsZ)p~2d$b^{G!{?`MKAC;2Z}^`@ zj>Bf(_^@|9`ze=BzLhiJ>LH!i;NAx_Oifm7Q{|8Ow&2q9jcbOqjJmb#VOWDd7p>WU zY)RJBR*iZXmGwX0lJj`o!H}$^x1#Q@9jyKB$9QHB4btE-?o1~U7K+`kz16xc>5jo+E0G#*7=>1l)Ec`_F4bSzJeA*mNr*( z+IH#F*r6SK(&ItxCXvXm1sekmW_UW@_V=m-hoM@vxII%FfamYsHHw9yD zwCnF5-!w9%%Y)iYS2nZjl(BYV_c~8J!s@>mx9&-;zpgd${H5L0Cndvo&i5IiJk;gj z2i2z!@htkq{@C~-XSN0{-+pFDP19Q+U2EeTI_k5IhGO?mj-|YR@9fNOFUFqr7~=iy zpy_k+_onym>UBJF*o}b1JI-UB_^&oK`g-E^l9mf2$9dSP?R&4;bv>)s*q?4hkNPUx zz3%mA-@dE=a8#YS-1#$y@^?>|6Se7jFZ0`-dfK<|cIn66httpAi#xPn?DMZ`jQg-p zY?mWpx7VIu|6c3BI@6DRH7RW1(+{gwiy!Iy?(dUb;)>pzJ!}X6gI<5;*6x8(z0dnB z*rDY-RhfD9I;~o6Fp5vG3xP+H1ZUbn%B9zvlS< zYJaKOah-B}2gAu(ZHqq~)O=^|zPHyu>vZTz4|AD~~jLc}F|>rNObW zHg#>tC%-+vzi#i@x5uU*JC}a2#u&S!dmW-|^1}z8ck(y)f#8$ae z?@_*E;I9LIGhF$#{!a;^XJhAd`*GY(R~MUlElR#S|M7y=4PHDQ`B%dy4X1g3(YAg1 zCyF1>j0l}qux-!%sqd`p;1Y9Y%K7Bwp`YH!>3d*aos_`?G$T$<{^r!lJNBCQy=`;y zdaarH_;|@M<7wuY9(wCY<3mr+f79M3vc}{F3f0%Me)?f=^L5jH%<5Ks*oAz(OYk>a zeG9htX}r$e_u#a%y`O!zamV!F;HmBdU;VJ~%7>;8GK-Dx&oLGc7=0|D*0K*?C~ij` z=Zf?0Uydxgn38s5^cO7~tGjQw!yoew8MyD=Thq_x-~4#wow(zjlB2pey1;K<*y@8? z&ON70Qa12aZ^>!9!E4p?R{WCafe-F@c=np^oa6h`xWI3t9q#(<^V*hmeekT)doC^L zUQ^v?&o7r;me+Zau*Cd7`eR&&j=s81ox61H)?KWqP^xTf?Rd3)6^E+T9G$AyaMoyD zYP!~{UB`k@w_bfWcaH`Q8#Qjy)YGe3^A;^zwQkeayPZ#a0gjNG@Yhd#B5p!|i35EG zhD?fV-zzRIHm(=53eye@o3 zSooy)$k-T>h%PW;Qn*NVSbSUW=C|ap_;eP7Q3#?s(IHdfEm8@Jj2Rbe0Ypv-DwS{0r0|%rkul@Ts)WRh4GN164~Y{i zmyU!$-#s$MJtibRa$2~1SV(kqXh_%uOVzNr@Q`?L8y^R1K~v+$`IalUjFiZt@F)k4 z6;#Ah1gS;Fga=KEi=7l67atiur5t9Qq(;mqbZm$&ykmGvA6?saEq%s@hPBkS9~<7% zSJyTybXgL`N~e7L*+)Nz*U^OM0nhkMwl7io&%>&94e@fS0kzj5>vxjXvh@I8Ih^BrHz$!BvNcE zB4kR0JH}&L}wKmI&!#nLu(#t5&V2#D%rCAOyw4jty@W7RJPEbYv(^db63^z_CJ@ghG|WMV=+v zIN|1&jYBri)=_esjRRg&-%rVG8;2~OU8Lk~8;8R@E1+bet;2qvEwe>(ovj1jX-lW% zep`o3o}HlNMO%k$JjNT%C4q~U*cpyUZVhjl#5v1>O5s9X>+fu_g;N4b9d#s? z_}pSg9m%9*me7$il)NT%#6-y=p(6|UQKF1zvx~687Zr`psM&56e?rZ&RZiJzc12YP z-p|--uBjm+*NbXaL`^NTbK0$D>qriupQ&bN>|B9;n@B@2TW|xJ2W$)PfP>mh-W61{ zc~{1Ad507=d%y$jCGW6I&63s0mQ?{VN#Z0XQtXL|ZEAK+MZ`@i;#lR7u4W5tTv3o_ zZxbtMe?PSk zv{h;c^k$2|3i#;GaKId(dWlnXhav?F4#d$ir@5_Q*&GNx;4~0bqQVvMRSMKjS2*P0 z;5ubED3XoQb{y;L~R=g*Yp4zH_hsg(4 z(x^}C?3|LTux-?*i*|gGJ#@_#7=_fQ1-t{ktd%10olbq)&pYh4huqO86C@4>c~`Ko zjM!YKrcS1-UBOKj_34b72Lo5sDztr#FdnEK(CZ>fCfif@QcL@^wkl^6p-SYq(mpmF zP#33=(GI&6Yzya!A%uD&y+ENsdYwW8V5Y*CbP{z{ja0Z_Ni$x|k5)}8%h%!@d)D2} zalx<&`#DvX)C%Fw=Hi(iuOzgvrU(H+{;g(S< z=KwuU;~-kFj(a7CEjHR(t|TkDY^XlzRSw6eDA*Maygm?`DU@t{9hiHJ7v}(_OC|bS zIEQQwt+XLon>h#kpGB-L--R`5A>`|TZ`db+iFJg(jdMT?`$c|gaZcE5a$LM>8^@(^ zs`S#qFt6>(wQi)+bDonh(>NY$N*Z-L8v~*MgCPG>DBYq^Wh#^~P9#Q5ZTuzjG?s0F z4vp}2xXr=J6>;2v0Rkm7pT@b8EHx-RL!6Y#e>gXQL6kim_AA*WpDZOy=TwK4+%`@x zNCGcC6ml5zRWKY%wngCzw8LZ@&nO&HlqMEPNGBA0ffA%$0lQ7D6e=99;d@<5aIi(`a0X~f zSJci{##4VQ(0lnjFr&}GSi7B|4wHOn;CQgK4O|F%KUL^=mmC#a#_`!uS7;j4m2)_u zV!52^jEcKWil3(7p~dN>_~>(*ib3T8DWu5<;FEu`oBm3*p-Whq@j;|di# zQ1U4%R;Y9Z>1C=?#W%0*#kFn0=W;e(pjXNij*?lNDx0%A!GYBxPL-;_a6`3LDO6h& zcI#-gA>P^2h?8{|WgwqFYyCK1K?j^LRR*il6kH$}pTT22O(Ydq#c5Esjr2T=<4qj2 z%M}BZ%k`9xT^%4psUQjt!ofJK;~cU$s0N0M#<2;wBF=a$jA?egVg4VE{QAyThCVtk@M!bppnX#vi>*SD}{>;|Z)ZDsZC#%tYM0RM6-yP`ZK$ zmQ&asC3SJXk}P2k72H;mHGQCT1?dH{@i%kTVb27cc9Cov$y<=u|I&P1TS_-w$;P(H zR6-L}+mzfon&;Qhb0xdYp^M21hXr`=MBxgwZ8QT9D;yG)F!rvfa$BK6l_K(lEbKy# zUYx6wgC|$l9b>EtWcctl8>Jen91V3XQ&r3blKF7Xf57Mm3guyrzo<~2pkaqa%Tg$@ zs0o5TtWc&YT!FEl+E}1efs16C{M(eO{Yslmr8o&JMi24=YXU2nCk*!nX(bc#&}P9h zg3Umn1X31v6a$f0A+16gJ^{j1xa1TVkOiBB4>HhjL;#qRihuA&dHG*D{?nA6nT$F4 z1BPcdo~oVbLJwSK!E;mqY#E*rZ!y;5YdHA0NVyx&7HGW)Pv5rz-v!(tY$JA~&2hK~ zvxhN$JZu!6lhF7wJTviJhi9Wm^c&AYJhSoa84cfcFP0WON8x#GB8Cgk>=@Af|Ju14 zsHmzue&5WX6Ow^ak!wL}hGfbhD1NM=f?<$OFdBaKc+5OxbeI|5yg^3Yn#>Yg*GA)P zxLL7kMXr{0=!Aw!WiF+)dcq?6IBZde?U2!yt$8r_f8V?FhIc{Nv+g;&XV1OI|NFiF z$Gz{~-~E{RzcT`u?}76NuoX!*|G#eibsc3_=4V**P#Ky>yZim$VPP6NMx8c3UND= z;W=ZFF_eOgUE`3sX96-OPlo4DLB?ZuAmi>F@Z}-HwmdWd!Thbe8%1rq8yQXTgVt=2 zMvygDG^pB&xV8cqOCjRCHpDHN4_}x;Yzq)qbuZ$IicplR2sj07FG5_)La4V0nT9V$ zM(Yw7`%+|Bw-n-d#951x!CMT^E%a~^2jZGwZFIo8NQJdvgZUr39C3{+ z;92E}JM2bWQUx+~S0Jv~hq!biI2?rsP}Pj@;NGlaxZnK_4npuA#Rcz4T=1U6 zCEWf8r2Q}tsyA}QdlMJDH*uls|3vy5?nk)YuZTVC4YeM9?SwsyOFHafT<~7T1@C2C z8euQvg7-8ocu(Wf1nUEr;{;VLa&4(m?~f6r+YLwJGXR&%ZFl3NYJ4|Ax?Ow*;DXNp zTrRiWx=m`l=`j`QcD=-o&lFrPw_P=wT^R$60mcAhfHA-rU<@z@7z2y}#sFi0F~AsL z3@`>51B?O20AqkLz!+c*Fa{U{i~+^~V}LQh7+?%A1{ed30mcAhfHA-rU<@z@7z2y} z#sFi0F~AsL3@`>51B?O20AqkLz!+c*Fa{U{i~+{L|2_ksKB4xpli-g8QLSo^A(%jL z6v0%2(+K7gv=J;O=ptA}a2>%A!EFTV2{sUHCU}fs8^I2O-2{6GnzyR`jVG8ya4f-0 zg4qPE1eXvjBPbIL65L3zmf%i;dkHoXY$4c6u$^ER!LtNSe^C1wOK>>BWP<4gvk2xB zEF$P2=q0#@U^T%Sg6dP$zoCNfllH0>{I@u8nMib1V^_uiV}LQh7+?%A1{ed30mcAh zfHA-rU<@z@7z2y}#sFi0F~AsL3@`>51B?O20AqkLz!+c*Fa{U{i~+^~V}LQh7+?%A z1{ed30mcAhfHA-rU<@z@7z2y}#sFi0F~AsL3@`>51B?O20AqkLz!>;%GZ1&PxnPdh z>@^q62pY}agu)pGGeO|GaHegB4Xz7EpyH`B3rR=gvUq;c+(Oxs<`Uh@d8UD;^Nqb{-V>Mrq9_= zh4u@iaCJfMwO9JBYvK9I^8P9}{}QfD>d^y0!EP<2SRIB#uvU^gSNP5?l&dE9O7#Xt zDezvuB=VI`N%jja6l^r&XYk9as(7y``8;mH<&*<_Whx4`^l04}f@ADuD}3?_-XTaU zoo?uYHbkWbpDfr{;23_HUyvLqXbxpL0xk#dll>)piPP;6B@`m_f{9mpd{0G^GDgQm zI!)pwgnKaG4G(tk1)|SiE<#(9S({&r%d^aBSEqMYT8=f(j{UJ={{)`5Skg)aAH?`% z$?0A;$3C|ZZ1yri;$=y2%Dy@FoE)%C7F;fmU64HzHsnl{M4xk&m{YDam~iC{PJ#wS zsS;YmJxsdt28F_$g1o{E9yga9Zf>$zWf#4&)8o!ggT)T6RK-;&PnJcg-02o%Q88y? zv$8J8xJ6#8imPR5{t|JS)6D}j_A>0q)f^(siDtHH=2A(d+A7j~a+%~=iCZaFR#s%~ zlnPE4wwHk&=D>;Xy>MSHmfO7ntW~L6xu;TD0zqzi7Vj3ku#aE>e5v1U$D_uP)e)D= z>jVuNQjE0{k0LlBm#51;0w6z{7R3s0zasZb~`+Ncno&c z(=O!z!k)c-JXJ6=u>G*Jk#_bTS2OMOlq?tRGOpJ`yCktxlti~(>CAE3t8N9}CCE;< z1=nx8NQ7T5&BXrpKK?*?iAU*jC+$+sPi?r}n%g0kI^81gm4JLnc8WgS@Y!B&m)M8l zpdmcV4pDLI##OC(l_?I-FK#!axk?3DaH$6bcGPN)WunZ(dVoV*gtGvSep$Z*>U5DM z9uLGR>#JVpu$L$w7P#%bI)~aK{@l?58g&71OpA^%AIchU*7*rjil;^A(OBRs1(#o) zV_g8A130fGA)r0GO&8#YV;N6}1NXaK=Te%4YVw3M?Ck8vN!Cwzb#!YXWr9yPptG9C z>ElcMrLZV*n?YlETEVOxJMcl|cEAyhBdWECa*x9gdsc!|$Ojt*J42cimXiAt`@2>j zNN?{t&0XOa{q*jx*StPhDZM9SujbLtv&M)CsP~lOZZ;d?$nv?p@UbH+h8D#jOZIXv z_8%uId_@6OSGv+V%pK;~B{fk^(YZF;I&K};Zs;;L8fr{!@zzdrBiCT~)EtW59bIeO z7~MXoV^Bcfb1}zF`Ns@hP)XitXy@XsqdK_;F5lK*=;1P3jc2*|m?l%g z@T{z}T!*RNkiXN=#%(m#n>x5pO%7MLq1EVcH5v{Z%aUW8j3(T%M+YD@4RB_T5QTMY zH8`DB&DCGbOS6fPUXN*_n*xs<+y(j`jYMCpH|^p`397^Qzf=_WW2diQrY zrB9&r*_2*D>Ab4Ls#A-T(km!EKCQjUYFHB!VP?+zc`TWF*KakXt}TgWL*|3^E2J1>`o6u^_jD;PY=h zNGga0Bn@N&NIFOc$V8AyAekVOL8gFA1;J56M3;$BT8tWw;^CvUM66~?-2m;s}BtD;-k-- zi;L&G#M3*|C8kJ@OAJ(YORTzgE5xRLHw2}hcPwC~a$lWAeUqXl!r>Gcqmumgm-Q0c zrPAHrA-XTZ#L*|g)!9jAtFx&&p57GBWp!39iPc$2_NudKi4D@3_4#UlE+rMwJJbwS zXX}-ks`kD)Y1mFDqdGg?O?~>QhW5@oRm&w4&PYf&(~MZcDQ3h%=avx zX~Q6CWW+<~j}cEKag5k{XNb}8VMd6%4Gp^!)HM z5A(O2iEq1b|4{e+oA`Yx1Jf@oT7OsO>kg;Gy6DECU+z7+;X~`Hr!x+m-*s+V-Cr}V zsu>aWkA1@~jPT5}&93=i`SIs1lednlKAHP=)Nkg_o-apF{PECztG?U6d6MVCeNS(T zJ7MtGIu>tkdopI}<{LKs{&$tFkNoiF+?$;p^XEJNY%|Ut_T=9Wef{dBJrC@DrO0#S zZ>7zqk4~IeVVGAGbzx1znpF>PadzH_gJ~%lU(74yZcJuDT r8{U2Qk!>F*R;D~OeaACPPjzk`{oG5N_*c0k^T35~evsCM7xq5^>Q(2M literal 0 HcmV?d00001 diff --git a/srv/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node b/srv/node_modules/bcrypt/prebuilds/darwin-x64/bcrypt.node new file mode 100755 index 0000000000000000000000000000000000000000..8de9c5f7903a0ffc9594ebcc23b3e41f0c8d8893 GIT binary patch literal 55488 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 X<-0<9?5?cd>hU|e5&@^>X!3sn0TkSK literal 0 HcmV?d00001 diff --git a/srv/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node b/srv/node_modules/bcrypt/prebuilds/linux-arm64/bcrypt.musl.node new file mode 100755 index 0000000000000000000000000000000000000000..717cd1457ed5feed0f3e79154ea4544e48ec465c GIT binary patch literal 76552 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 kp9Zu%{dtI{E43eyExHl1STAn8VFGuKi{r~^~ literal 0 HcmV?d00001 diff --git a/srv/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node b/srv/node_modules/bcrypt/prebuilds/linux-x64/bcrypt.glibc.node new file mode 100755 index 0000000000000000000000000000000000000000..b58e7dc6b26f4fac20c468ab38f0d334de88f084 GIT binary patch literal 84904 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 boH|cKVf3u_7Yww+G4uLv4 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 z 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 literal 0 HcmV?d00001 diff --git a/srv/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node b/srv/node_modules/bcrypt/prebuilds/win32-x64/bcrypt.node new file mode 100755 index 0000000000000000000000000000000000000000..f7ef025e230112617c80cd625f94a892c2402bce GIT binary patch literal 195584 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 SL0M#=Gzw52F!g`M_WuDtu)iJv literal 0 HcmV?d00001 diff --git a/srv/node_modules/bcrypt/promises.js b/srv/node_modules/bcrypt/promises.js new file mode 100644 index 000000000..6685cc254 --- /dev/null +++ b/srv/node_modules/bcrypt/promises.js @@ -0,0 +1,45 @@ +let Promise = global.Promise; + +/// encapsulate a method with a node-style callback in a Promise +/// @param {object} 'this' of the encapsulated function +/// @param {function} function to be encapsulated +/// @param {Array-like} args to be passed to the called function +/// @return {Promise} a Promise encapsulating the function +function promise(fn, context, args) { + if (!Array.isArray(args)) { + args = Array.prototype.slice.call(args); + } + + if (typeof fn !== 'function') { + return Promise.reject(new Error('fn must be a function')); + } + + return new Promise((resolve, reject) => { + args.push((err, data) => { + if (err) { + reject(err); + } else { + resolve(data); + } + }); + + fn.apply(context, args); + }); +} + +/// @param {err} the error to be thrown +function reject(err) { + return Promise.reject(err); +} + +/// changes the promise implementation that bcrypt uses +/// @param {Promise} the implementation to use +function use(promise) { + Promise = promise; +} + +module.exports = { + promise, + reject, + use +} diff --git a/srv/node_modules/bcrypt/src/bcrypt.cc b/srv/node_modules/bcrypt/src/bcrypt.cc new file mode 100644 index 000000000..bd8c57355 --- /dev/null +++ b/srv/node_modules/bcrypt/src/bcrypt.cc @@ -0,0 +1,315 @@ +/* $OpenBSD: bcrypt.c,v 1.31 2014/03/22 23:02:03 tedu Exp $ */ + +/* + * Copyright (c) 1997 Niels Provos + * + * Permission to use, copy, modify, and distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES + * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF + * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR + * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES + * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN + * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF + * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + */ + +/* This password hashing algorithm was designed by David Mazieres + * and works as follows: + * + * 1. state := InitState () + * 2. state := ExpandKey (state, salt, password) + * 3. REPEAT rounds: + * state := ExpandKey (state, 0, password) + * state := ExpandKey (state, 0, salt) + * 4. ctext := "OrpheanBeholderScryDoubt" + * 5. REPEAT 64: + * ctext := Encrypt_ECB (state, ctext); + * 6. RETURN Concatenate (salt, ctext); + * + */ + +#include +#include +#include +#include + +#include "node_blf.h" + +#ifdef _WIN32 +#define snprintf _snprintf +#endif + +//#if !defined(__APPLE__) && !defined(__MACH__) +//#include "bsd/stdlib.h" +//#endif + +/* This implementation is adaptable to current computing power. + * You can have up to 2^31 rounds which should be enough for some + * time to come. + */ + +static void encode_base64(u_int8_t *, u_int8_t *, u_int16_t); +static void decode_base64(u_int8_t *, u_int16_t, u_int8_t *); + +const static char* error = ":"; + +const static u_int8_t Base64Code[] = +"./ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; + +const static u_int8_t index_64[128] = { + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, + 255, 255, 255, 255, 255, 255, 0, 1, 54, 55, + 56, 57, 58, 59, 60, 61, 62, 63, 255, 255, + 255, 255, 255, 255, 255, 2, 3, 4, 5, 6, + 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, + 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, + 255, 255, 255, 255, 255, 255, 28, 29, 30, + 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, + 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, + 51, 52, 53, 255, 255, 255, 255, 255 +}; +#define CHAR64(c) ( (c) > 127 ? 255 : index_64[(c)]) + +static void +decode_base64(u_int8_t *buffer, u_int16_t len, u_int8_t *data) +{ + u_int8_t *bp = buffer; + u_int8_t *p = data; + u_int8_t c1, c2, c3, c4; + while (bp < buffer + len) { + c1 = CHAR64(*p); + c2 = CHAR64(*(p + 1)); + + /* Invalid data */ + if (c1 == 255 || c2 == 255) + break; + + *bp++ = (c1 << 2) | ((c2 & 0x30) >> 4); + if (bp >= buffer + len) + break; + + c3 = CHAR64(*(p + 2)); + if (c3 == 255) + break; + + *bp++ = ((c2 & 0x0f) << 4) | ((c3 & 0x3c) >> 2); + if (bp >= buffer + len) + break; + + c4 = CHAR64(*(p + 3)); + if (c4 == 255) + break; + *bp++ = ((c3 & 0x03) << 6) | c4; + + p += 4; + } +} + +void +encode_salt(char *salt, u_int8_t *csalt, char minor, u_int16_t clen, u_int8_t logr) +{ + salt[0] = '$'; + salt[1] = BCRYPT_VERSION; + salt[2] = minor; + salt[3] = '$'; + + // Max rounds are 31 + snprintf(salt + 4, 4, "%2.2u$", logr & 0x001F); + + encode_base64((u_int8_t *) salt + 7, csalt, clen); +} + + +/* Generates a salt for this version of crypt. + Since versions may change. Keeping this here + seems sensible. + from: http://mail-index.netbsd.org/tech-crypto/2002/05/24/msg000204.html +*/ +void +bcrypt_gensalt(char minor, u_int8_t log_rounds, u_int8_t *seed, char *gsalt) +{ + if (log_rounds < 4) + log_rounds = 4; + else if (log_rounds > 31) + log_rounds = 31; + + encode_salt(gsalt, seed, minor, BCRYPT_MAXSALT, log_rounds); +} + +/* We handle $Vers$log2(NumRounds)$salt+passwd$ + i.e. $2$04$iwouldntknowwhattosayetKdJ6iFtacBqJdKe6aW7ou */ + +void +bcrypt(const char *key, size_t key_len, const char *salt, char *encrypted) +{ + blf_ctx state; + u_int32_t rounds, i, k; + u_int16_t j; + u_int8_t salt_len, logr, minor; + u_int8_t ciphertext[4 * BCRYPT_BLOCKS+1] = "OrpheanBeholderScryDoubt"; + u_int8_t csalt[BCRYPT_MAXSALT]; + u_int32_t cdata[BCRYPT_BLOCKS]; + int n; + + /* Discard "$" identifier */ + salt++; + + if (*salt > BCRYPT_VERSION) { + /* How do I handle errors ? Return ':' */ + strcpy(encrypted, error); + return; + } + + /* Check for minor versions */ + if (salt[1] != '$') { + switch (salt[1]) { + case 'a': /* 'ab' should not yield the same as 'abab' */ + case 'b': /* cap input length at 72 bytes */ + minor = salt[1]; + salt++; + break; + default: + strcpy(encrypted, error); + return; + } + } else + minor = 0; + + /* Discard version + "$" identifier */ + salt += 2; + + if (salt[2] != '$') { + /* Out of sync with passwd entry */ + strcpy(encrypted, error); + return; + } + + /* Computer power doesn't increase linear, 2^x should be fine */ + n = atoi(salt); + if (n > 31 || n < 0) { + strcpy(encrypted, error); + return; + } + logr = (u_int8_t)n; + if ((rounds = (u_int32_t) 1 << logr) < BCRYPT_MINROUNDS) { + strcpy(encrypted, error); + return; + } + + /* Discard num rounds + "$" identifier */ + salt += 3; + + if (strlen(salt) * 3 / 4 < BCRYPT_MAXSALT) { + strcpy(encrypted, error); + return; + } + + /* We dont want the base64 salt but the raw data */ + decode_base64(csalt, BCRYPT_MAXSALT, (u_int8_t *) salt); + salt_len = BCRYPT_MAXSALT; + if (minor <= 'a') + key_len = (u_int8_t)(key_len + (minor >= 'a' ? 1 : 0)); + else + { + /* cap key_len at the actual maximum supported + * length here to avoid integer wraparound */ + if (key_len > 72) + key_len = 72; + key_len++; /* include the NUL */ + } + + + /* Setting up S-Boxes and Subkeys */ + Blowfish_initstate(&state); + Blowfish_expandstate(&state, csalt, salt_len, + (u_int8_t *) key, key_len); + for (k = 0; k < rounds; k++) { + Blowfish_expand0state(&state, (u_int8_t *) key, key_len); + Blowfish_expand0state(&state, csalt, salt_len); + } + + /* This can be precomputed later */ + j = 0; + for (i = 0; i < BCRYPT_BLOCKS; i++) + cdata[i] = Blowfish_stream2word(ciphertext, 4 * BCRYPT_BLOCKS, &j); + + /* Now do the encryption */ + for (k = 0; k < 64; k++) + blf_enc(&state, cdata, BCRYPT_BLOCKS / 2); + + for (i = 0; i < BCRYPT_BLOCKS; i++) { + ciphertext[4 * i + 3] = cdata[i] & 0xff; + cdata[i] = cdata[i] >> 8; + ciphertext[4 * i + 2] = cdata[i] & 0xff; + cdata[i] = cdata[i] >> 8; + ciphertext[4 * i + 1] = cdata[i] & 0xff; + cdata[i] = cdata[i] >> 8; + ciphertext[4 * i + 0] = cdata[i] & 0xff; + } + + i = 0; + encrypted[i++] = '$'; + encrypted[i++] = BCRYPT_VERSION; + if (minor) + encrypted[i++] = minor; + encrypted[i++] = '$'; + + snprintf(encrypted + i, 4, "%2.2u$", logr & 0x001F); + + encode_base64((u_int8_t *) encrypted + i + 3, csalt, BCRYPT_MAXSALT); + encode_base64((u_int8_t *) encrypted + strlen(encrypted), ciphertext, + 4 * BCRYPT_BLOCKS - 1); + memset(&state, 0, sizeof(state)); + memset(ciphertext, 0, sizeof(ciphertext)); + memset(csalt, 0, sizeof(csalt)); + memset(cdata, 0, sizeof(cdata)); +} + +u_int32_t bcrypt_get_rounds(const char * hash) +{ + /* skip past the leading "$" */ + if (!hash || *(hash++) != '$') return 0; + + /* skip past version */ + if (0 == (*hash++)) return 0; + if (*hash && *hash != '$') hash++; + if (*hash++ != '$') return 0; + + return atoi(hash); +} + +static void +encode_base64(u_int8_t *buffer, u_int8_t *data, u_int16_t len) +{ + u_int8_t *bp = buffer; + u_int8_t *p = data; + u_int8_t c1, c2; + while (p < data + len) { + c1 = *p++; + *bp++ = Base64Code[(c1 >> 2)]; + c1 = (c1 & 0x03) << 4; + if (p >= data + len) { + *bp++ = Base64Code[c1]; + break; + } + c2 = *p++; + c1 |= (c2 >> 4) & 0x0f; + *bp++ = Base64Code[c1]; + c1 = (c2 & 0x0f) << 2; + if (p >= data + len) { + *bp++ = Base64Code[c1]; + break; + } + c2 = *p++; + c1 |= (c2 >> 6) & 0x03; + *bp++ = Base64Code[c1]; + *bp++ = Base64Code[c2 & 0x3f]; + } + *bp = '\0'; +} diff --git a/srv/node_modules/bcrypt/src/bcrypt_node.cc b/srv/node_modules/bcrypt/src/bcrypt_node.cc new file mode 100644 index 000000000..2f072a4f9 --- /dev/null +++ b/srv/node_modules/bcrypt/src/bcrypt_node.cc @@ -0,0 +1,288 @@ +#define NAPI_VERSION 3 + +#include + +#include +#include +#include +#include // atoi + +#include "node_blf.h" + +#define NODE_LESS_THAN (!(NODE_VERSION_AT_LEAST(0, 5, 4))) + +namespace { + + bool ValidateSalt(const char* salt) { + + if (!salt || *salt != '$') { + return false; + } + + // discard $ + salt++; + + if (*salt > BCRYPT_VERSION) { + return false; + } + + if (salt[1] != '$') { + switch (salt[1]) { + case 'a': + case 'b': + salt++; + break; + default: + return false; + } + } + + // discard version + $ + salt += 2; + + if (salt[2] != '$') { + return false; + } + + int n = atoi(salt); + if (n > 31 || n < 0) { + return false; + } + + if (((uint8_t)1 << (uint8_t)n) < BCRYPT_MINROUNDS) { + return false; + } + + salt += 3; + if (strlen(salt) * 3 / 4 < BCRYPT_MAXSALT) { + return false; + } + + return true; + } + + inline char ToCharVersion(const std::string& str) { + return str[0]; + } + + /* SALT GENERATION */ + + class SaltAsyncWorker : public Napi::AsyncWorker { + public: + SaltAsyncWorker(const Napi::Function& callback, const std::string& seed, ssize_t rounds, char minor_ver) + : Napi::AsyncWorker(callback, "bcrypt:SaltAsyncWorker"), seed(seed), rounds(rounds), minor_ver(minor_ver) { + } + + ~SaltAsyncWorker() {} + + void Execute() { + bcrypt_gensalt(minor_ver, rounds, (u_int8_t *)&seed[0], salt); + } + + void OnOK() { + Napi::HandleScope scope(Env()); + Callback().Call({Env().Undefined(), Napi::String::New(Env(), salt)}); + } + + private: + std::string seed; + ssize_t rounds; + char minor_ver; + char salt[_SALT_LEN]; + }; + + Napi::Value GenerateSalt(const Napi::CallbackInfo& info) { + Napi::Env env = info.Env(); + if (info.Length() < 4) { + throw Napi::TypeError::New(env, "4 arguments expected"); + } + if (!info[0].IsString()) { + throw Napi::TypeError::New(env, "First argument must be a string"); + } + if (!info[2].IsBuffer() || (info[2].As>()).Length() != 16) { + throw Napi::TypeError::New(env, "Second argument must be a 16 byte Buffer"); + } + + const char minor_ver = ToCharVersion(info[0].As()); + const int32_t rounds = info[1].As(); + Napi::Buffer seed = info[2].As>(); + Napi::Function callback = info[3].As(); + SaltAsyncWorker* saltWorker = new SaltAsyncWorker(callback, std::string(seed.Data(), 16), rounds, minor_ver); + saltWorker->Queue(); + return env.Undefined(); + } + + Napi::Value GenerateSaltSync(const Napi::CallbackInfo& info) { + Napi::Env env = info.Env(); + if (info.Length() < 3) { + throw Napi::TypeError::New(env, "3 arguments expected"); + } + if (!info[0].IsString()) { + throw Napi::TypeError::New(env, "First argument must be a string"); + } + if (!info[2].IsBuffer() || (info[2].As>()).Length() != 16) { + throw Napi::TypeError::New(env, "Third argument must be a 16 byte Buffer"); + } + const char minor_ver = ToCharVersion(info[0].As()); + const int32_t rounds = info[1].As(); + Napi::Buffer buffer = info[2].As>(); + u_int8_t* seed = (u_int8_t*) buffer.Data(); + char salt[_SALT_LEN]; + bcrypt_gensalt(minor_ver, rounds, seed, salt); + return Napi::String::New(env, salt, strlen(salt)); + } + + inline std::string BufferToString(const Napi::Buffer &buf) { + return std::string(buf.Data(), buf.Length()); + } + + /* ENCRYPT DATA - USED TO BE HASHPW */ + + class EncryptAsyncWorker : public Napi::AsyncWorker { + public: + EncryptAsyncWorker(const Napi::Function& callback, const std::string& input, const std::string& salt) + : Napi::AsyncWorker(callback, "bcrypt:EncryptAsyncWorker"), input(input), salt(salt) { + } + + ~EncryptAsyncWorker() {} + + void Execute() { + if (!(ValidateSalt(salt.c_str()))) { + SetError("Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue"); + } + bcrypt(input.c_str(), input.length(), salt.c_str(), bcrypted); + } + + void OnOK() { + Napi::HandleScope scope(Env()); + Callback().Call({Env().Undefined(),Napi::String::New(Env(), bcrypted)}); + } + private: + std::string input; + std::string salt; + char bcrypted[_PASSWORD_LEN]; + }; + + Napi::Value Encrypt(const Napi::CallbackInfo& info) { + if (info.Length() < 3) { + throw Napi::TypeError::New(info.Env(), "3 arguments expected"); + } + std::string data = info[0].IsBuffer() + ? BufferToString(info[0].As>()) + : info[0].As(); + std::string salt = info[1].As(); + Napi::Function callback = info[2].As(); + EncryptAsyncWorker* encryptWorker = new EncryptAsyncWorker(callback, data, salt); + encryptWorker->Queue(); + return info.Env().Undefined(); + } + + Napi::Value EncryptSync(const Napi::CallbackInfo& info) { + Napi::Env env = info.Env(); + if (info.Length() < 2) { + throw Napi::TypeError::New(info.Env(), "2 arguments expected"); + } + std::string data = info[0].IsBuffer() + ? BufferToString(info[0].As>()) + : info[0].As(); + std::string salt = info[1].As(); + if (!(ValidateSalt(salt.c_str()))) { + throw Napi::Error::New(env, "Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue"); + } + char bcrypted[_PASSWORD_LEN]; + bcrypt(data.c_str(), data.length(), salt.c_str(), bcrypted); + return Napi::String::New(env, bcrypted, strlen(bcrypted)); + } + + /* COMPARATOR */ + inline bool CompareStrings(const char* s1, const char* s2) { + return strcmp(s1, s2) == 0; + } + + class CompareAsyncWorker : public Napi::AsyncWorker { + public: + CompareAsyncWorker(const Napi::Function& callback, const std::string& input, const std::string& encrypted) + : Napi::AsyncWorker(callback, "bcrypt:CompareAsyncWorker"), input(input), encrypted(encrypted) { + result = false; + } + + ~CompareAsyncWorker() {} + + void Execute() { + char bcrypted[_PASSWORD_LEN]; + if (ValidateSalt(encrypted.c_str())) { + bcrypt(input.c_str(), input.length(), encrypted.c_str(), bcrypted); + result = CompareStrings(bcrypted, encrypted.c_str()); + } + } + + void OnOK() { + Napi::HandleScope scope(Env()); + Callback().Call({Env().Undefined(), Napi::Boolean::New(Env(), result)}); + } + + private: + std::string input; + std::string encrypted; + bool result; + }; + + Napi::Value Compare(const Napi::CallbackInfo& info) { + if (info.Length() < 3) { + throw Napi::TypeError::New(info.Env(), "3 arguments expected"); + } + std::string input = info[0].IsBuffer() + ? BufferToString(info[0].As>()) + : info[0].As(); + std::string encrypted = info[1].As(); + Napi::Function callback = info[2].As(); + CompareAsyncWorker* compareWorker = new CompareAsyncWorker(callback, input, encrypted); + compareWorker->Queue(); + return info.Env().Undefined(); + } + + Napi::Value CompareSync(const Napi::CallbackInfo& info) { + Napi::Env env = info.Env(); + if (info.Length() < 2) { + throw Napi::TypeError::New(info.Env(), "2 arguments expected"); + } + std::string pw = info[0].IsBuffer() + ? BufferToString(info[0].As>()) + : info[0].As(); + std::string hash = info[1].As(); + char bcrypted[_PASSWORD_LEN]; + if (ValidateSalt(hash.c_str())) { + bcrypt(pw.c_str(), pw.length(), hash.c_str(), bcrypted); + return Napi::Boolean::New(env, CompareStrings(bcrypted, hash.c_str())); + } else { + return Napi::Boolean::New(env, false); + } + } + + Napi::Value GetRounds(const Napi::CallbackInfo& info) { + Napi::Env env = info.Env(); + if (info.Length() < 1) { + throw Napi::TypeError::New(env, "1 argument expected"); + } + std::string hash = info[0].As(); + u_int32_t rounds; + if (!(rounds = bcrypt_get_rounds(hash.c_str()))) { + throw Napi::Error::New(env, "invalid hash provided"); + } + return Napi::Number::New(env, rounds); + } + +} // anonymous namespace + +Napi::Object init(Napi::Env env, Napi::Object exports) { + exports.Set(Napi::String::New(env, "gen_salt_sync"), Napi::Function::New(env, GenerateSaltSync)); + exports.Set(Napi::String::New(env, "encrypt_sync"), Napi::Function::New(env, EncryptSync)); + exports.Set(Napi::String::New(env, "compare_sync"), Napi::Function::New(env, CompareSync)); + exports.Set(Napi::String::New(env, "get_rounds"), Napi::Function::New(env, GetRounds)); + exports.Set(Napi::String::New(env, "gen_salt"), Napi::Function::New(env, GenerateSalt)); + exports.Set(Napi::String::New(env, "encrypt"), Napi::Function::New(env, Encrypt)); + exports.Set(Napi::String::New(env, "compare"), Napi::Function::New(env, Compare)); + return exports; +} + +NODE_API_MODULE(NODE_GYP_MODULE_NAME, init) diff --git a/srv/node_modules/bcrypt/src/blowfish.cc b/srv/node_modules/bcrypt/src/blowfish.cc new file mode 100644 index 000000000..1fc6cf19e --- /dev/null +++ b/srv/node_modules/bcrypt/src/blowfish.cc @@ -0,0 +1,679 @@ +/* $OpenBSD: blowfish.c,v 1.18 2004/11/02 17:23:26 hshoexer Exp $ */ +/* + * Blowfish block cipher for OpenBSD + * Copyright 1997 Niels Provos + * All rights reserved. + * + * Implementation advice by David Mazieres . + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by Niels Provos. + * 4. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +/* + * This code is derived from section 14.3 and the given source + * in section V of Applied Cryptography, second edition. + * Blowfish is an unpatented fast block cipher designed by + * Bruce Schneier. + */ + +#include "node_blf.h" + +#undef inline +#ifdef __GNUC__ +#define inline __inline +#else /* !__GNUC__ */ +#define inline +#endif /* !__GNUC__ */ + +/* Function for Feistel Networks */ + +#define F(s, x) ((((s)[ (((x)>>24)&0xFF)] \ + + (s)[0x100 + (((x)>>16)&0xFF)]) \ + ^ (s)[0x200 + (((x)>> 8)&0xFF)]) \ + + (s)[0x300 + ( (x) &0xFF)]) + +#define BLFRND(s,p,i,j,n) (i ^= F(s,j) ^ (p)[n]) + +void +Blowfish_encipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) +{ + u_int32_t Xl; + u_int32_t Xr; + u_int32_t *s = c->S[0]; + u_int32_t *p = c->P; + + Xl = *xl; + Xr = *xr; + + Xl ^= p[0]; + BLFRND(s, p, Xr, Xl, 1); BLFRND(s, p, Xl, Xr, 2); + BLFRND(s, p, Xr, Xl, 3); BLFRND(s, p, Xl, Xr, 4); + BLFRND(s, p, Xr, Xl, 5); BLFRND(s, p, Xl, Xr, 6); + BLFRND(s, p, Xr, Xl, 7); BLFRND(s, p, Xl, Xr, 8); + BLFRND(s, p, Xr, Xl, 9); BLFRND(s, p, Xl, Xr, 10); + BLFRND(s, p, Xr, Xl, 11); BLFRND(s, p, Xl, Xr, 12); + BLFRND(s, p, Xr, Xl, 13); BLFRND(s, p, Xl, Xr, 14); + BLFRND(s, p, Xr, Xl, 15); BLFRND(s, p, Xl, Xr, 16); + + *xl = Xr ^ p[17]; + *xr = Xl; +} + +void +Blowfish_decipher(blf_ctx *c, u_int32_t *xl, u_int32_t *xr) +{ + u_int32_t Xl; + u_int32_t Xr; + u_int32_t *s = c->S[0]; + u_int32_t *p = c->P; + + Xl = *xl; + Xr = *xr; + + Xl ^= p[17]; + BLFRND(s, p, Xr, Xl, 16); BLFRND(s, p, Xl, Xr, 15); + BLFRND(s, p, Xr, Xl, 14); BLFRND(s, p, Xl, Xr, 13); + BLFRND(s, p, Xr, Xl, 12); BLFRND(s, p, Xl, Xr, 11); + BLFRND(s, p, Xr, Xl, 10); BLFRND(s, p, Xl, Xr, 9); + BLFRND(s, p, Xr, Xl, 8); BLFRND(s, p, Xl, Xr, 7); + BLFRND(s, p, Xr, Xl, 6); BLFRND(s, p, Xl, Xr, 5); + BLFRND(s, p, Xr, Xl, 4); BLFRND(s, p, Xl, Xr, 3); + BLFRND(s, p, Xr, Xl, 2); BLFRND(s, p, Xl, Xr, 1); + + *xl = Xr ^ p[0]; + *xr = Xl; +} + +void +Blowfish_initstate(blf_ctx *c) +{ + /* P-box and S-box tables initialized with digits of Pi */ + + static const blf_ctx initstate = + { { + { + 0xd1310ba6, 0x98dfb5ac, 0x2ffd72db, 0xd01adfb7, + 0xb8e1afed, 0x6a267e96, 0xba7c9045, 0xf12c7f99, + 0x24a19947, 0xb3916cf7, 0x0801f2e2, 0x858efc16, + 0x636920d8, 0x71574e69, 0xa458fea3, 0xf4933d7e, + 0x0d95748f, 0x728eb658, 0x718bcd58, 0x82154aee, + 0x7b54a41d, 0xc25a59b5, 0x9c30d539, 0x2af26013, + 0xc5d1b023, 0x286085f0, 0xca417918, 0xb8db38ef, + 0x8e79dcb0, 0x603a180e, 0x6c9e0e8b, 0xb01e8a3e, + 0xd71577c1, 0xbd314b27, 0x78af2fda, 0x55605c60, + 0xe65525f3, 0xaa55ab94, 0x57489862, 0x63e81440, + 0x55ca396a, 0x2aab10b6, 0xb4cc5c34, 0x1141e8ce, + 0xa15486af, 0x7c72e993, 0xb3ee1411, 0x636fbc2a, + 0x2ba9c55d, 0x741831f6, 0xce5c3e16, 0x9b87931e, + 0xafd6ba33, 0x6c24cf5c, 0x7a325381, 0x28958677, + 0x3b8f4898, 0x6b4bb9af, 0xc4bfe81b, 0x66282193, + 0x61d809cc, 0xfb21a991, 0x487cac60, 0x5dec8032, + 0xef845d5d, 0xe98575b1, 0xdc262302, 0xeb651b88, + 0x23893e81, 0xd396acc5, 0x0f6d6ff3, 0x83f44239, + 0x2e0b4482, 0xa4842004, 0x69c8f04a, 0x9e1f9b5e, + 0x21c66842, 0xf6e96c9a, 0x670c9c61, 0xabd388f0, + 0x6a51a0d2, 0xd8542f68, 0x960fa728, 0xab5133a3, + 0x6eef0b6c, 0x137a3be4, 0xba3bf050, 0x7efb2a98, + 0xa1f1651d, 0x39af0176, 0x66ca593e, 0x82430e88, + 0x8cee8619, 0x456f9fb4, 0x7d84a5c3, 0x3b8b5ebe, + 0xe06f75d8, 0x85c12073, 0x401a449f, 0x56c16aa6, + 0x4ed3aa62, 0x363f7706, 0x1bfedf72, 0x429b023d, + 0x37d0d724, 0xd00a1248, 0xdb0fead3, 0x49f1c09b, + 0x075372c9, 0x80991b7b, 0x25d479d8, 0xf6e8def7, + 0xe3fe501a, 0xb6794c3b, 0x976ce0bd, 0x04c006ba, + 0xc1a94fb6, 0x409f60c4, 0x5e5c9ec2, 0x196a2463, + 0x68fb6faf, 0x3e6c53b5, 0x1339b2eb, 0x3b52ec6f, + 0x6dfc511f, 0x9b30952c, 0xcc814544, 0xaf5ebd09, + 0xbee3d004, 0xde334afd, 0x660f2807, 0x192e4bb3, + 0xc0cba857, 0x45c8740f, 0xd20b5f39, 0xb9d3fbdb, + 0x5579c0bd, 0x1a60320a, 0xd6a100c6, 0x402c7279, + 0x679f25fe, 0xfb1fa3cc, 0x8ea5e9f8, 0xdb3222f8, + 0x3c7516df, 0xfd616b15, 0x2f501ec8, 0xad0552ab, + 0x323db5fa, 0xfd238760, 0x53317b48, 0x3e00df82, + 0x9e5c57bb, 0xca6f8ca0, 0x1a87562e, 0xdf1769db, + 0xd542a8f6, 0x287effc3, 0xac6732c6, 0x8c4f5573, + 0x695b27b0, 0xbbca58c8, 0xe1ffa35d, 0xb8f011a0, + 0x10fa3d98, 0xfd2183b8, 0x4afcb56c, 0x2dd1d35b, + 0x9a53e479, 0xb6f84565, 0xd28e49bc, 0x4bfb9790, + 0xe1ddf2da, 0xa4cb7e33, 0x62fb1341, 0xcee4c6e8, + 0xef20cada, 0x36774c01, 0xd07e9efe, 0x2bf11fb4, + 0x95dbda4d, 0xae909198, 0xeaad8e71, 0x6b93d5a0, + 0xd08ed1d0, 0xafc725e0, 0x8e3c5b2f, 0x8e7594b7, + 0x8ff6e2fb, 0xf2122b64, 0x8888b812, 0x900df01c, + 0x4fad5ea0, 0x688fc31c, 0xd1cff191, 0xb3a8c1ad, + 0x2f2f2218, 0xbe0e1777, 0xea752dfe, 0x8b021fa1, + 0xe5a0cc0f, 0xb56f74e8, 0x18acf3d6, 0xce89e299, + 0xb4a84fe0, 0xfd13e0b7, 0x7cc43b81, 0xd2ada8d9, + 0x165fa266, 0x80957705, 0x93cc7314, 0x211a1477, + 0xe6ad2065, 0x77b5fa86, 0xc75442f5, 0xfb9d35cf, + 0xebcdaf0c, 0x7b3e89a0, 0xd6411bd3, 0xae1e7e49, + 0x00250e2d, 0x2071b35e, 0x226800bb, 0x57b8e0af, + 0x2464369b, 0xf009b91e, 0x5563911d, 0x59dfa6aa, + 0x78c14389, 0xd95a537f, 0x207d5ba2, 0x02e5b9c5, + 0x83260376, 0x6295cfa9, 0x11c81968, 0x4e734a41, + 0xb3472dca, 0x7b14a94a, 0x1b510052, 0x9a532915, + 0xd60f573f, 0xbc9bc6e4, 0x2b60a476, 0x81e67400, + 0x08ba6fb5, 0x571be91f, 0xf296ec6b, 0x2a0dd915, + 0xb6636521, 0xe7b9f9b6, 0xff34052e, 0xc5855664, + 0x53b02d5d, 0xa99f8fa1, 0x08ba4799, 0x6e85076a}, + { + 0x4b7a70e9, 0xb5b32944, 0xdb75092e, 0xc4192623, + 0xad6ea6b0, 0x49a7df7d, 0x9cee60b8, 0x8fedb266, + 0xecaa8c71, 0x699a17ff, 0x5664526c, 0xc2b19ee1, + 0x193602a5, 0x75094c29, 0xa0591340, 0xe4183a3e, + 0x3f54989a, 0x5b429d65, 0x6b8fe4d6, 0x99f73fd6, + 0xa1d29c07, 0xefe830f5, 0x4d2d38e6, 0xf0255dc1, + 0x4cdd2086, 0x8470eb26, 0x6382e9c6, 0x021ecc5e, + 0x09686b3f, 0x3ebaefc9, 0x3c971814, 0x6b6a70a1, + 0x687f3584, 0x52a0e286, 0xb79c5305, 0xaa500737, + 0x3e07841c, 0x7fdeae5c, 0x8e7d44ec, 0x5716f2b8, + 0xb03ada37, 0xf0500c0d, 0xf01c1f04, 0x0200b3ff, + 0xae0cf51a, 0x3cb574b2, 0x25837a58, 0xdc0921bd, + 0xd19113f9, 0x7ca92ff6, 0x94324773, 0x22f54701, + 0x3ae5e581, 0x37c2dadc, 0xc8b57634, 0x9af3dda7, + 0xa9446146, 0x0fd0030e, 0xecc8c73e, 0xa4751e41, + 0xe238cd99, 0x3bea0e2f, 0x3280bba1, 0x183eb331, + 0x4e548b38, 0x4f6db908, 0x6f420d03, 0xf60a04bf, + 0x2cb81290, 0x24977c79, 0x5679b072, 0xbcaf89af, + 0xde9a771f, 0xd9930810, 0xb38bae12, 0xdccf3f2e, + 0x5512721f, 0x2e6b7124, 0x501adde6, 0x9f84cd87, + 0x7a584718, 0x7408da17, 0xbc9f9abc, 0xe94b7d8c, + 0xec7aec3a, 0xdb851dfa, 0x63094366, 0xc464c3d2, + 0xef1c1847, 0x3215d908, 0xdd433b37, 0x24c2ba16, + 0x12a14d43, 0x2a65c451, 0x50940002, 0x133ae4dd, + 0x71dff89e, 0x10314e55, 0x81ac77d6, 0x5f11199b, + 0x043556f1, 0xd7a3c76b, 0x3c11183b, 0x5924a509, + 0xf28fe6ed, 0x97f1fbfa, 0x9ebabf2c, 0x1e153c6e, + 0x86e34570, 0xeae96fb1, 0x860e5e0a, 0x5a3e2ab3, + 0x771fe71c, 0x4e3d06fa, 0x2965dcb9, 0x99e71d0f, + 0x803e89d6, 0x5266c825, 0x2e4cc978, 0x9c10b36a, + 0xc6150eba, 0x94e2ea78, 0xa5fc3c53, 0x1e0a2df4, + 0xf2f74ea7, 0x361d2b3d, 0x1939260f, 0x19c27960, + 0x5223a708, 0xf71312b6, 0xebadfe6e, 0xeac31f66, + 0xe3bc4595, 0xa67bc883, 0xb17f37d1, 0x018cff28, + 0xc332ddef, 0xbe6c5aa5, 0x65582185, 0x68ab9802, + 0xeecea50f, 0xdb2f953b, 0x2aef7dad, 0x5b6e2f84, + 0x1521b628, 0x29076170, 0xecdd4775, 0x619f1510, + 0x13cca830, 0xeb61bd96, 0x0334fe1e, 0xaa0363cf, + 0xb5735c90, 0x4c70a239, 0xd59e9e0b, 0xcbaade14, + 0xeecc86bc, 0x60622ca7, 0x9cab5cab, 0xb2f3846e, + 0x648b1eaf, 0x19bdf0ca, 0xa02369b9, 0x655abb50, + 0x40685a32, 0x3c2ab4b3, 0x319ee9d5, 0xc021b8f7, + 0x9b540b19, 0x875fa099, 0x95f7997e, 0x623d7da8, + 0xf837889a, 0x97e32d77, 0x11ed935f, 0x16681281, + 0x0e358829, 0xc7e61fd6, 0x96dedfa1, 0x7858ba99, + 0x57f584a5, 0x1b227263, 0x9b83c3ff, 0x1ac24696, + 0xcdb30aeb, 0x532e3054, 0x8fd948e4, 0x6dbc3128, + 0x58ebf2ef, 0x34c6ffea, 0xfe28ed61, 0xee7c3c73, + 0x5d4a14d9, 0xe864b7e3, 0x42105d14, 0x203e13e0, + 0x45eee2b6, 0xa3aaabea, 0xdb6c4f15, 0xfacb4fd0, + 0xc742f442, 0xef6abbb5, 0x654f3b1d, 0x41cd2105, + 0xd81e799e, 0x86854dc7, 0xe44b476a, 0x3d816250, + 0xcf62a1f2, 0x5b8d2646, 0xfc8883a0, 0xc1c7b6a3, + 0x7f1524c3, 0x69cb7492, 0x47848a0b, 0x5692b285, + 0x095bbf00, 0xad19489d, 0x1462b174, 0x23820e00, + 0x58428d2a, 0x0c55f5ea, 0x1dadf43e, 0x233f7061, + 0x3372f092, 0x8d937e41, 0xd65fecf1, 0x6c223bdb, + 0x7cde3759, 0xcbee7460, 0x4085f2a7, 0xce77326e, + 0xa6078084, 0x19f8509e, 0xe8efd855, 0x61d99735, + 0xa969a7aa, 0xc50c06c2, 0x5a04abfc, 0x800bcadc, + 0x9e447a2e, 0xc3453484, 0xfdd56705, 0x0e1e9ec9, + 0xdb73dbd3, 0x105588cd, 0x675fda79, 0xe3674340, + 0xc5c43465, 0x713e38d8, 0x3d28f89e, 0xf16dff20, + 0x153e21e7, 0x8fb03d4a, 0xe6e39f2b, 0xdb83adf7}, + { + 0xe93d5a68, 0x948140f7, 0xf64c261c, 0x94692934, + 0x411520f7, 0x7602d4f7, 0xbcf46b2e, 0xd4a20068, + 0xd4082471, 0x3320f46a, 0x43b7d4b7, 0x500061af, + 0x1e39f62e, 0x97244546, 0x14214f74, 0xbf8b8840, + 0x4d95fc1d, 0x96b591af, 0x70f4ddd3, 0x66a02f45, + 0xbfbc09ec, 0x03bd9785, 0x7fac6dd0, 0x31cb8504, + 0x96eb27b3, 0x55fd3941, 0xda2547e6, 0xabca0a9a, + 0x28507825, 0x530429f4, 0x0a2c86da, 0xe9b66dfb, + 0x68dc1462, 0xd7486900, 0x680ec0a4, 0x27a18dee, + 0x4f3ffea2, 0xe887ad8c, 0xb58ce006, 0x7af4d6b6, + 0xaace1e7c, 0xd3375fec, 0xce78a399, 0x406b2a42, + 0x20fe9e35, 0xd9f385b9, 0xee39d7ab, 0x3b124e8b, + 0x1dc9faf7, 0x4b6d1856, 0x26a36631, 0xeae397b2, + 0x3a6efa74, 0xdd5b4332, 0x6841e7f7, 0xca7820fb, + 0xfb0af54e, 0xd8feb397, 0x454056ac, 0xba489527, + 0x55533a3a, 0x20838d87, 0xfe6ba9b7, 0xd096954b, + 0x55a867bc, 0xa1159a58, 0xcca92963, 0x99e1db33, + 0xa62a4a56, 0x3f3125f9, 0x5ef47e1c, 0x9029317c, + 0xfdf8e802, 0x04272f70, 0x80bb155c, 0x05282ce3, + 0x95c11548, 0xe4c66d22, 0x48c1133f, 0xc70f86dc, + 0x07f9c9ee, 0x41041f0f, 0x404779a4, 0x5d886e17, + 0x325f51eb, 0xd59bc0d1, 0xf2bcc18f, 0x41113564, + 0x257b7834, 0x602a9c60, 0xdff8e8a3, 0x1f636c1b, + 0x0e12b4c2, 0x02e1329e, 0xaf664fd1, 0xcad18115, + 0x6b2395e0, 0x333e92e1, 0x3b240b62, 0xeebeb922, + 0x85b2a20e, 0xe6ba0d99, 0xde720c8c, 0x2da2f728, + 0xd0127845, 0x95b794fd, 0x647d0862, 0xe7ccf5f0, + 0x5449a36f, 0x877d48fa, 0xc39dfd27, 0xf33e8d1e, + 0x0a476341, 0x992eff74, 0x3a6f6eab, 0xf4f8fd37, + 0xa812dc60, 0xa1ebddf8, 0x991be14c, 0xdb6e6b0d, + 0xc67b5510, 0x6d672c37, 0x2765d43b, 0xdcd0e804, + 0xf1290dc7, 0xcc00ffa3, 0xb5390f92, 0x690fed0b, + 0x667b9ffb, 0xcedb7d9c, 0xa091cf0b, 0xd9155ea3, + 0xbb132f88, 0x515bad24, 0x7b9479bf, 0x763bd6eb, + 0x37392eb3, 0xcc115979, 0x8026e297, 0xf42e312d, + 0x6842ada7, 0xc66a2b3b, 0x12754ccc, 0x782ef11c, + 0x6a124237, 0xb79251e7, 0x06a1bbe6, 0x4bfb6350, + 0x1a6b1018, 0x11caedfa, 0x3d25bdd8, 0xe2e1c3c9, + 0x44421659, 0x0a121386, 0xd90cec6e, 0xd5abea2a, + 0x64af674e, 0xda86a85f, 0xbebfe988, 0x64e4c3fe, + 0x9dbc8057, 0xf0f7c086, 0x60787bf8, 0x6003604d, + 0xd1fd8346, 0xf6381fb0, 0x7745ae04, 0xd736fccc, + 0x83426b33, 0xf01eab71, 0xb0804187, 0x3c005e5f, + 0x77a057be, 0xbde8ae24, 0x55464299, 0xbf582e61, + 0x4e58f48f, 0xf2ddfda2, 0xf474ef38, 0x8789bdc2, + 0x5366f9c3, 0xc8b38e74, 0xb475f255, 0x46fcd9b9, + 0x7aeb2661, 0x8b1ddf84, 0x846a0e79, 0x915f95e2, + 0x466e598e, 0x20b45770, 0x8cd55591, 0xc902de4c, + 0xb90bace1, 0xbb8205d0, 0x11a86248, 0x7574a99e, + 0xb77f19b6, 0xe0a9dc09, 0x662d09a1, 0xc4324633, + 0xe85a1f02, 0x09f0be8c, 0x4a99a025, 0x1d6efe10, + 0x1ab93d1d, 0x0ba5a4df, 0xa186f20f, 0x2868f169, + 0xdcb7da83, 0x573906fe, 0xa1e2ce9b, 0x4fcd7f52, + 0x50115e01, 0xa70683fa, 0xa002b5c4, 0x0de6d027, + 0x9af88c27, 0x773f8641, 0xc3604c06, 0x61a806b5, + 0xf0177a28, 0xc0f586e0, 0x006058aa, 0x30dc7d62, + 0x11e69ed7, 0x2338ea63, 0x53c2dd94, 0xc2c21634, + 0xbbcbee56, 0x90bcb6de, 0xebfc7da1, 0xce591d76, + 0x6f05e409, 0x4b7c0188, 0x39720a3d, 0x7c927c24, + 0x86e3725f, 0x724d9db9, 0x1ac15bb4, 0xd39eb8fc, + 0xed545578, 0x08fca5b5, 0xd83d7cd3, 0x4dad0fc4, + 0x1e50ef5e, 0xb161e6f8, 0xa28514d9, 0x6c51133c, + 0x6fd5c7e7, 0x56e14ec4, 0x362abfce, 0xddc6c837, + 0xd79a3234, 0x92638212, 0x670efa8e, 0x406000e0}, + { + 0x3a39ce37, 0xd3faf5cf, 0xabc27737, 0x5ac52d1b, + 0x5cb0679e, 0x4fa33742, 0xd3822740, 0x99bc9bbe, + 0xd5118e9d, 0xbf0f7315, 0xd62d1c7e, 0xc700c47b, + 0xb78c1b6b, 0x21a19045, 0xb26eb1be, 0x6a366eb4, + 0x5748ab2f, 0xbc946e79, 0xc6a376d2, 0x6549c2c8, + 0x530ff8ee, 0x468dde7d, 0xd5730a1d, 0x4cd04dc6, + 0x2939bbdb, 0xa9ba4650, 0xac9526e8, 0xbe5ee304, + 0xa1fad5f0, 0x6a2d519a, 0x63ef8ce2, 0x9a86ee22, + 0xc089c2b8, 0x43242ef6, 0xa51e03aa, 0x9cf2d0a4, + 0x83c061ba, 0x9be96a4d, 0x8fe51550, 0xba645bd6, + 0x2826a2f9, 0xa73a3ae1, 0x4ba99586, 0xef5562e9, + 0xc72fefd3, 0xf752f7da, 0x3f046f69, 0x77fa0a59, + 0x80e4a915, 0x87b08601, 0x9b09e6ad, 0x3b3ee593, + 0xe990fd5a, 0x9e34d797, 0x2cf0b7d9, 0x022b8b51, + 0x96d5ac3a, 0x017da67d, 0xd1cf3ed6, 0x7c7d2d28, + 0x1f9f25cf, 0xadf2b89b, 0x5ad6b472, 0x5a88f54c, + 0xe029ac71, 0xe019a5e6, 0x47b0acfd, 0xed93fa9b, + 0xe8d3c48d, 0x283b57cc, 0xf8d56629, 0x79132e28, + 0x785f0191, 0xed756055, 0xf7960e44, 0xe3d35e8c, + 0x15056dd4, 0x88f46dba, 0x03a16125, 0x0564f0bd, + 0xc3eb9e15, 0x3c9057a2, 0x97271aec, 0xa93a072a, + 0x1b3f6d9b, 0x1e6321f5, 0xf59c66fb, 0x26dcf319, + 0x7533d928, 0xb155fdf5, 0x03563482, 0x8aba3cbb, + 0x28517711, 0xc20ad9f8, 0xabcc5167, 0xccad925f, + 0x4de81751, 0x3830dc8e, 0x379d5862, 0x9320f991, + 0xea7a90c2, 0xfb3e7bce, 0x5121ce64, 0x774fbe32, + 0xa8b6e37e, 0xc3293d46, 0x48de5369, 0x6413e680, + 0xa2ae0810, 0xdd6db224, 0x69852dfd, 0x09072166, + 0xb39a460a, 0x6445c0dd, 0x586cdecf, 0x1c20c8ae, + 0x5bbef7dd, 0x1b588d40, 0xccd2017f, 0x6bb4e3bb, + 0xdda26a7e, 0x3a59ff45, 0x3e350a44, 0xbcb4cdd5, + 0x72eacea8, 0xfa6484bb, 0x8d6612ae, 0xbf3c6f47, + 0xd29be463, 0x542f5d9e, 0xaec2771b, 0xf64e6370, + 0x740e0d8d, 0xe75b1357, 0xf8721671, 0xaf537d5d, + 0x4040cb08, 0x4eb4e2cc, 0x34d2466a, 0x0115af84, + 0xe1b00428, 0x95983a1d, 0x06b89fb4, 0xce6ea048, + 0x6f3f3b82, 0x3520ab82, 0x011a1d4b, 0x277227f8, + 0x611560b1, 0xe7933fdc, 0xbb3a792b, 0x344525bd, + 0xa08839e1, 0x51ce794b, 0x2f32c9b7, 0xa01fbac9, + 0xe01cc87e, 0xbcc7d1f6, 0xcf0111c3, 0xa1e8aac7, + 0x1a908749, 0xd44fbd9a, 0xd0dadecb, 0xd50ada38, + 0x0339c32a, 0xc6913667, 0x8df9317c, 0xe0b12b4f, + 0xf79e59b7, 0x43f5bb3a, 0xf2d519ff, 0x27d9459c, + 0xbf97222c, 0x15e6fc2a, 0x0f91fc71, 0x9b941525, + 0xfae59361, 0xceb69ceb, 0xc2a86459, 0x12baa8d1, + 0xb6c1075e, 0xe3056a0c, 0x10d25065, 0xcb03a442, + 0xe0ec6e0e, 0x1698db3b, 0x4c98a0be, 0x3278e964, + 0x9f1f9532, 0xe0d392df, 0xd3a0342b, 0x8971f21e, + 0x1b0a7441, 0x4ba3348c, 0xc5be7120, 0xc37632d8, + 0xdf359f8d, 0x9b992f2e, 0xe60b6f47, 0x0fe3f11d, + 0xe54cda54, 0x1edad891, 0xce6279cf, 0xcd3e7e6f, + 0x1618b166, 0xfd2c1d05, 0x848fd2c5, 0xf6fb2299, + 0xf523f357, 0xa6327623, 0x93a83531, 0x56cccd02, + 0xacf08162, 0x5a75ebb5, 0x6e163697, 0x88d273cc, + 0xde966292, 0x81b949d0, 0x4c50901b, 0x71c65614, + 0xe6c6c7bd, 0x327a140a, 0x45e1d006, 0xc3f27b9a, + 0xc9aa53fd, 0x62a80f00, 0xbb25bfe2, 0x35bdd2f6, + 0x71126905, 0xb2040222, 0xb6cbcf7c, 0xcd769c2b, + 0x53113ec0, 0x1640e3d3, 0x38abbd60, 0x2547adf0, + 0xba38209c, 0xf746ce76, 0x77afa1c5, 0x20756060, + 0x85cbfe4e, 0x8ae88dd8, 0x7aaaf9b0, 0x4cf9aa7e, + 0x1948c25c, 0x02fb8a8c, 0x01c36ae4, 0xd6ebe1f9, + 0x90d4f869, 0xa65cdea0, 0x3f09252d, 0xc208e69f, + 0xb74e6132, 0xce77e25b, 0x578fdfe3, 0x3ac372e6} + }, + { + 0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344, + 0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89, + 0x452821e6, 0x38d01377, 0xbe5466cf, 0x34e90c6c, + 0xc0ac29b7, 0xc97c50dd, 0x3f84d5b5, 0xb5470917, + 0x9216d5d9, 0x8979fb1b + } }; + + *c = initstate; +} + +u_int32_t +Blowfish_stream2word(const u_int8_t *data, u_int16_t databytes, + u_int16_t *current) +{ + u_int8_t i; + u_int16_t j; + u_int32_t temp; + + temp = 0x00000000; + j = *current; + + for (i = 0; i < 4; i++, j++) { + if (j >= databytes) + j = 0; + temp = (temp << 8) | data[j]; + } + + *current = j; + return temp; +} + +void +Blowfish_expand0state(blf_ctx *c, const u_int8_t *key, u_int16_t keybytes) +{ + u_int16_t i; + u_int16_t j; + u_int16_t k; + u_int32_t temp; + u_int32_t datal; + u_int32_t datar; + + j = 0; + for (i = 0; i < BLF_N + 2; i++) { + /* Extract 4 int8 to 1 int32 from keystream */ + temp = Blowfish_stream2word(key, keybytes, &j); + c->P[i] = c->P[i] ^ temp; + } + + j = 0; + datal = 0x00000000; + datar = 0x00000000; + for (i = 0; i < BLF_N + 2; i += 2) { + Blowfish_encipher(c, &datal, &datar); + + c->P[i] = datal; + c->P[i + 1] = datar; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + Blowfish_encipher(c, &datal, &datar); + + c->S[i][k] = datal; + c->S[i][k + 1] = datar; + } + } +} + + +void +Blowfish_expandstate(blf_ctx *c, const u_int8_t *data, u_int16_t databytes, + const u_int8_t *key, u_int16_t keybytes) +{ + u_int16_t i; + u_int16_t j; + u_int16_t k; + u_int32_t temp; + u_int32_t datal; + u_int32_t datar; + + j = 0; + for (i = 0; i < BLF_N + 2; i++) { + /* Extract 4 int8 to 1 int32 from keystream */ + temp = Blowfish_stream2word(key, keybytes, &j); + c->P[i] = c->P[i] ^ temp; + } + + j = 0; + datal = 0x00000000; + datar = 0x00000000; + for (i = 0; i < BLF_N + 2; i += 2) { + datal ^= Blowfish_stream2word(data, databytes, &j); + datar ^= Blowfish_stream2word(data, databytes, &j); + Blowfish_encipher(c, &datal, &datar); + + c->P[i] = datal; + c->P[i + 1] = datar; + } + + for (i = 0; i < 4; i++) { + for (k = 0; k < 256; k += 2) { + datal ^= Blowfish_stream2word(data, databytes, &j); + datar ^= Blowfish_stream2word(data, databytes, &j); + Blowfish_encipher(c, &datal, &datar); + + c->S[i][k] = datal; + c->S[i][k + 1] = datar; + } + } + +} + +void +blf_key(blf_ctx *c, const u_int8_t *k, u_int16_t len) +{ + /* Initialize S-boxes and subkeys with Pi */ + Blowfish_initstate(c); + + /* Transform S-boxes and subkeys with key */ + Blowfish_expand0state(c, k, len); +} + +void +blf_enc(blf_ctx *c, u_int32_t *data, u_int16_t blocks) +{ + u_int32_t *d; + u_int16_t i; + + d = data; + for (i = 0; i < blocks; i++) { + Blowfish_encipher(c, d, d + 1); + d += 2; + } +} + +void +blf_dec(blf_ctx *c, u_int32_t *data, u_int16_t blocks) +{ + u_int32_t *d; + u_int16_t i; + + d = data; + for (i = 0; i < blocks; i++) { + Blowfish_decipher(c, d, d + 1); + d += 2; + } +} + +void +blf_ecb_encrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) +{ + u_int32_t l, r; + u_int32_t i; + + for (i = 0; i < len; i += 8) { + l = data[0] << 24 | data[1] << 16 | data[2] << 8 | data[3]; + r = data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]; + Blowfish_encipher(c, &l, &r); + data[0] = l >> 24 & 0xff; + data[1] = l >> 16 & 0xff; + data[2] = l >> 8 & 0xff; + data[3] = l & 0xff; + data[4] = r >> 24 & 0xff; + data[5] = r >> 16 & 0xff; + data[6] = r >> 8 & 0xff; + data[7] = r & 0xff; + data += 8; + } +} + +void +blf_ecb_decrypt(blf_ctx *c, u_int8_t *data, u_int32_t len) +{ + u_int32_t l, r; + u_int32_t i; + + for (i = 0; i < len; i += 8) { + l = data[0] << 24 | data[1] << 16 | data[2] << 8 | data[3]; + r = data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]; + Blowfish_decipher(c, &l, &r); + data[0] = l >> 24 & 0xff; + data[1] = l >> 16 & 0xff; + data[2] = l >> 8 & 0xff; + data[3] = l & 0xff; + data[4] = r >> 24 & 0xff; + data[5] = r >> 16 & 0xff; + data[6] = r >> 8 & 0xff; + data[7] = r & 0xff; + data += 8; + } +} + +void +blf_cbc_encrypt(blf_ctx *c, u_int8_t *iv, u_int8_t *data, u_int32_t len) +{ + u_int32_t l, r; + u_int32_t i, j; + + for (i = 0; i < len; i += 8) { + for (j = 0; j < 8; j++) + data[j] ^= iv[j]; + l = data[0] << 24 | data[1] << 16 | data[2] << 8 | data[3]; + r = data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]; + Blowfish_encipher(c, &l, &r); + data[0] = l >> 24 & 0xff; + data[1] = l >> 16 & 0xff; + data[2] = l >> 8 & 0xff; + data[3] = l & 0xff; + data[4] = r >> 24 & 0xff; + data[5] = r >> 16 & 0xff; + data[6] = r >> 8 & 0xff; + data[7] = r & 0xff; + iv = data; + data += 8; + } +} + +void +blf_cbc_decrypt(blf_ctx *c, u_int8_t *iva, u_int8_t *data, u_int32_t len) +{ + u_int32_t l, r; + u_int8_t *iv; + u_int32_t i, j; + + iv = data + len - 16; + data = data + len - 8; + for (i = len - 8; i >= 8; i -= 8) { + l = data[0] << 24 | data[1] << 16 | data[2] << 8 | data[3]; + r = data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]; + Blowfish_decipher(c, &l, &r); + data[0] = l >> 24 & 0xff; + data[1] = l >> 16 & 0xff; + data[2] = l >> 8 & 0xff; + data[3] = l & 0xff; + data[4] = r >> 24 & 0xff; + data[5] = r >> 16 & 0xff; + data[6] = r >> 8 & 0xff; + data[7] = r & 0xff; + for (j = 0; j < 8; j++) + data[j] ^= iv[j]; + iv -= 8; + data -= 8; + } + l = data[0] << 24 | data[1] << 16 | data[2] << 8 | data[3]; + r = data[4] << 24 | data[5] << 16 | data[6] << 8 | data[7]; + Blowfish_decipher(c, &l, &r); + data[0] = l >> 24 & 0xff; + data[1] = l >> 16 & 0xff; + data[2] = l >> 8 & 0xff; + data[3] = l & 0xff; + data[4] = r >> 24 & 0xff; + data[5] = r >> 16 & 0xff; + data[6] = r >> 8 & 0xff; + data[7] = r & 0xff; + for (j = 0; j < 8; j++) + data[j] ^= iva[j]; +} + +#if 0 +void +report(u_int32_t data[], u_int16_t len) +{ + u_int16_t i; + for (i = 0; i < len; i += 2) + printf("Block %0hd: %08lx %08lx.\n", + i / 2, data[i], data[i + 1]); +} +void +main(void) +{ + + blf_ctx c; + char key[] = "AAAAA"; + char key2[] = "abcdefghijklmnopqrstuvwxyz"; + + u_int32_t data[10]; + u_int32_t data2[] = + {0x424c4f57l, 0x46495348l}; + + u_int16_t i; + + /* First test */ + for (i = 0; i < 10; i++) + data[i] = i; + + blf_key(&c, (u_int8_t *) key, 5); + blf_enc(&c, data, 5); + blf_dec(&c, data, 1); + blf_dec(&c, data + 2, 4); + printf("Should read as 0 - 9.\n"); + report(data, 10); + + /* Second test */ + blf_key(&c, (u_int8_t *) key2, strlen(key2)); + blf_enc(&c, data2, 1); + printf("\nShould read as: 0x324ed0fe 0xf413a203.\n"); + report(data2, 2); + blf_dec(&c, data2, 1); + report(data2, 2); +} +#endif diff --git a/srv/node_modules/bcrypt/src/node_blf.h b/srv/node_modules/bcrypt/src/node_blf.h new file mode 100644 index 000000000..2d50a39bf --- /dev/null +++ b/srv/node_modules/bcrypt/src/node_blf.h @@ -0,0 +1,132 @@ +/* $OpenBSD: blf.h,v 1.7 2007/03/14 17:59:41 grunk Exp $ */ +/* + * Blowfish - a fast block cipher designed by Bruce Schneier + * + * Copyright 1997 Niels Provos + * All rights reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in the + * documentation and/or other materials provided with the distribution. + * 3. All advertising materials mentioning features or use of this software + * must display the following acknowledgement: + * This product includes software developed by Niels Provos. + * 4. The name of the author may not be used to endorse or promote products + * derived from this software without specific prior written permission. + * + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + */ + +#ifndef _NODE_BLF_H_ +#define _NODE_BLF_H_ + +#include + +/* Solaris compatibility */ +#ifdef __sun +#define u_int8_t uint8_t +#define u_int16_t uint16_t +#define u_int32_t uint32_t +#define u_int64_t uint64_t +#endif + +#ifdef _WIN32 +#define u_int8_t unsigned __int8 +#define u_int16_t unsigned __int16 +#define u_int32_t unsigned __int32 +#define u_int64_t unsigned __int64 +#endif + +/* Windows ssize_t compatibility */ +#if defined(_WIN32) || defined(_WIN64) +# if defined(_WIN64) + typedef __int64 LONG_PTR; +# else + typedef long LONG_PTR; +# endif + typedef LONG_PTR SSIZE_T; + typedef SSIZE_T ssize_t; +#endif + +/* z/OS compatibility */ +#ifdef __MVS__ +typedef unsigned char u_int8_t; +typedef unsigned short u_int16_t; +typedef unsigned int u_int32_t; +typedef unsigned long long u_int64_t; +#endif + +#define BCRYPT_VERSION '2' +#define BCRYPT_MAXSALT 16 /* Precomputation is just so nice */ +#define BCRYPT_BLOCKS 6 /* Ciphertext blocks */ +#define BCRYPT_MINROUNDS 16 /* we have log2(rounds) in salt */ + +/* Schneier specifies a maximum key length of 56 bytes. + * This ensures that every key bit affects every cipher + * bit. However, the subkeys can hold up to 72 bytes. + * Warning: For normal blowfish encryption only 56 bytes + * of the key affect all cipherbits. + */ + +#define BLF_N 16 /* Number of Subkeys */ +#define BLF_MAXKEYLEN ((BLF_N-2)*4) /* 448 bits */ +#define BLF_MAXUTILIZED ((BLF_N+2)*4) /* 576 bits */ + +#define _PASSWORD_LEN 128 /* max length, not counting NUL */ +#define _SALT_LEN 32 /* max length */ + +/* Blowfish context */ +typedef struct BlowfishContext { + u_int32_t S[4][256]; /* S-Boxes */ + u_int32_t P[BLF_N + 2]; /* Subkeys */ +} blf_ctx; + +/* Raw access to customized Blowfish + * blf_key is just: + * Blowfish_initstate( state ) + * Blowfish_expand0state( state, key, keylen ) + */ + +void Blowfish_encipher(blf_ctx *, u_int32_t *, u_int32_t *); +void Blowfish_decipher(blf_ctx *, u_int32_t *, u_int32_t *); +void Blowfish_initstate(blf_ctx *); +void Blowfish_expand0state(blf_ctx *, const u_int8_t *, u_int16_t); +void Blowfish_expandstate +(blf_ctx *, const u_int8_t *, u_int16_t, const u_int8_t *, u_int16_t); + +/* Standard Blowfish */ + +void blf_key(blf_ctx *, const u_int8_t *, u_int16_t); +void blf_enc(blf_ctx *, u_int32_t *, u_int16_t); +void blf_dec(blf_ctx *, u_int32_t *, u_int16_t); + +void blf_ecb_encrypt(blf_ctx *, u_int8_t *, u_int32_t); +void blf_ecb_decrypt(blf_ctx *, u_int8_t *, u_int32_t); + +void blf_cbc_encrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t); +void blf_cbc_decrypt(blf_ctx *, u_int8_t *, u_int8_t *, u_int32_t); + +/* Converts u_int8_t to u_int32_t */ +u_int32_t Blowfish_stream2word(const u_int8_t *, u_int16_t , u_int16_t *); + +/* bcrypt functions*/ +void bcrypt_gensalt(char, u_int8_t, u_int8_t*, char *); +void bcrypt(const char *, size_t key_len, const char *, char *); +void encode_salt(char *, u_int8_t *, char, u_int16_t, u_int8_t); +u_int32_t bcrypt_get_rounds(const char *); + +#endif diff --git a/srv/node_modules/bcrypt/test/async.test.js b/srv/node_modules/bcrypt/test/async.test.js new file mode 100644 index 000000000..fb59367a3 --- /dev/null +++ b/srv/node_modules/bcrypt/test/async.test.js @@ -0,0 +1,209 @@ +const bcrypt = require('../bcrypt'); + +test('salt_length', done => { + expect.assertions(1); + bcrypt.genSalt(10, function (err, salt) { + expect(salt).toHaveLength(29); + done(); + }); +}) + +test('salt_only_cb', () => { + expect.assertions(1); + expect(() => { + bcrypt.genSalt((err, salt) => { + }); + }).not.toThrow(); +}) + +test('salt_rounds_is_string_number', done => { + expect.assertions(2); + bcrypt.genSalt('10', void 0, function (err, salt) { + expect(err instanceof Error).toBe(true) + expect(err.message).toBe('rounds must be a number') + done(); + }); +}) + +test('salt_rounds_is_string_non_number', done => { + expect.assertions(2); + bcrypt.genSalt('z', function (err, salt) { + expect(err instanceof Error).toBe(true) + expect(err.message).toBe('rounds must be a number') + done(); + }); +}) + +test('salt_minor', done => { + expect.assertions(3); + bcrypt.genSalt(10, 'a', function (err, value) { + expect(value).toHaveLength(29); + const [_, minor, salt] = value.split('$'); + expect(minor).toEqual('2a'); + expect(salt).toEqual('10'); + done(); + }); +}) + +test('salt_minor_b', done => { + expect.assertions(3); + bcrypt.genSalt(10, 'b', function (err, value) { + expect(value).toHaveLength(29); + const [_, minor, salt] = value.split('$'); + expect(minor).toEqual('2b'); + expect(salt).toEqual('10'); + done(); + }); +}) + +test('hash', done => { + expect.assertions(2); + bcrypt.genSalt(10, function (err, salt) { + bcrypt.hash('password', salt, function (err, res) { + expect(res).toBeDefined(); + expect(err).toBeUndefined(); + done(); + }); + }); +}) + +test('hash_rounds', done => { + expect.assertions(1); + bcrypt.hash('bacon', 8, function (err, hash) { + expect(bcrypt.getRounds(hash)).toEqual(8); + done(); + }); +}) + +test('hash_empty_strings', done => { + expect.assertions(1); + bcrypt.genSalt(10, function (err, salt) { + bcrypt.hash('', salt, function (err, res) { + expect(res).toBeDefined(); + done(); + }); + }); +}) + +test('hash_fails_with_empty_salt', done => { + expect.assertions(1); + bcrypt.hash('', '', function (err, res) { + expect(err.message).toBe('Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue') + done(); + }); +}) + +test('hash_no_params', done => { + expect.assertions(1); + bcrypt.hash(function (err, hash) { + expect(err.message).toBe('data must be a string or Buffer and salt must either be a salt string or a number of rounds') + done(); + }); +}) + +test('hash_one_param', done => { + expect.assertions(1); + bcrypt.hash('password', function (err, hash) { + expect(err.message).toBe('data must be a string or Buffer and salt must either be a salt string or a number of rounds'); + done(); + }); +}) + +test('hash_salt_validity', done => { + expect.assertions(2); + bcrypt.hash('password', '$2a$10$somesaltyvaluertsetrse', function (err, enc) { + expect(err).toBeUndefined(); + bcrypt.hash('password', 'some$value', function (err, enc) { + expect(err.message).toBe("Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue"); + done(); + }); + }); +}) + +test('verify_salt', done => { + expect.assertions(2); + bcrypt.genSalt(10, function (err, value) { + const [_, version, rounds] = value.split('$'); + expect(version).toEqual('2b'); + expect(rounds).toEqual('10'); + done(); + }); +}) + +test('verify_salt_min_rounds', done => { + expect.assertions(2); + bcrypt.genSalt(1, function (err, value) { + const [_, version, rounds] = value.split('$'); + expect(version).toEqual('2b'); + expect(rounds).toEqual('04'); + done(); + }); +}) + +test('verify_salt_max_rounds', done => { + expect.assertions(2); + bcrypt.genSalt(100, function (err, value) { + const [_, version, rounds] = value.split('$'); + expect(version).toEqual('2b'); + expect(rounds).toEqual('31'); + done(); + }); +}) + +test('hash_compare', done => { + expect.assertions(2); + bcrypt.genSalt(10, function (err, salt) { + bcrypt.hash("test", salt, function (err, hash) { + bcrypt.compare("test", hash, function (err, res) { + expect(hash).toBeDefined(); + bcrypt.compare("blah", hash, function (err, res) { + expect(res).toBe(false); + done(); + }); + }); + }); + }); +}) + +test('hash_compare_empty_strings', done => { + expect.assertions(2); + const hash = bcrypt.hashSync("test", bcrypt.genSaltSync(10)); + + bcrypt.compare("", hash, function (err, res) { + expect(res).toEqual(false) + bcrypt.compare("", "", function (err, res) { + expect(res).toEqual(false); + done(); + }); + }); +}) + +test('hash_compare_invalid_strings', done => { + expect.assertions(2); + const fullString = 'envy1362987212538'; + const hash = '$2a$10$XOPbrlUPQdwdJUpSrIF6X.LbE14qsMmKGhM1A8W9iqaG3vv1BD7WC'; + const wut = ':'; + bcrypt.compare(fullString, hash, function (err, res) { + expect(res).toBe(true); + bcrypt.compare(fullString, wut, function (err, res) { + expect(res).toBe(false); + done(); + }); + }); +}) + +test('compare_no_params', done => { + expect.assertions(1); + bcrypt.compare(function (err, hash) { + expect(err.message).toBe('data and hash arguments required'); + done(); + }); +}) + +test('hash_compare_one_param', done => { + expect.assertions(1); + bcrypt.compare('password', function (err, hash) { + expect(err.message).toBe('data and hash arguments required'); + done(); + }); +}) diff --git a/srv/node_modules/bcrypt/test/implementation.test.js b/srv/node_modules/bcrypt/test/implementation.test.js new file mode 100644 index 000000000..647f32a92 --- /dev/null +++ b/srv/node_modules/bcrypt/test/implementation.test.js @@ -0,0 +1,48 @@ +const bcrypt = require('../bcrypt'); + +// some tests were adapted from https://github.com/riverrun/bcrypt_elixir/blob/master/test/base_test.exs +// which are under the BSD LICENSE + +test('openwall', () => { + expect(bcrypt.hashSync("U*U", "$2a$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.E5YPO9kmyuRGyh0XouQYb4YMJKvyOeW"); + expect(bcrypt.hashSync("U*U*", "$2a$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.VGOzA784oUp/Z0DY336zx7pLYAy0lwK"); + expect(bcrypt.hashSync("U*U*U", "$2a$05$XXXXXXXXXXXXXXXXXXXXXO")).toStrictEqual("$2a$05$XXXXXXXXXXXXXXXXXXXXXOAcXxm9kjPGEMsLznoKqmqw7tc8WCx4a"); + expect(bcrypt.hashSync("", "$2a$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.7uG0VCzI2bS7j6ymqJi9CdcdxiRTWNy"); + expect(bcrypt.hashSync("0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789", "$2a$05$abcdefghijklmnopqrstuu")).toStrictEqual("$2a$05$abcdefghijklmnopqrstuu5s2v8.iXieOjg/.AySBTTZIIVFJeBui"); +}) + +test('openbsd', () => { + expect(bcrypt.hashSync("000000000000000000000000000000000000000000000000000000000000000000000000", "$2a$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.6.O1dLNbjod2uo0DVcW.jHucKbPDdHS") + expect(bcrypt.hashSync("000000000000000000000000000000000000000000000000000000000000000000000000", "$2b$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2b$05$CCCCCCCCCCCCCCCCCCCCC.6.O1dLNbjod2uo0DVcW.jHucKbPDdHS") +}) + +test('long_passwords', () => { + // bcrypt wrap-around bug in $2a$ + expect(bcrypt.hashSync("012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234", "$2a$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.6.O1dLNbjod2uo0DVcW.jHucKbPDdHS") + expect(bcrypt.hashSync("01XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX", "$2a$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.6.O1dLNbjod2uo0DVcW.jHucKbPDdHS") + + // tests for $2b$ which fixes wrap-around bugs + expect(bcrypt.hashSync("012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234", "$2b$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2b$05$CCCCCCCCCCCCCCCCCCCCC.XxrQqgBi/5Sxuq9soXzDtjIZ7w5pMfK") + expect(bcrypt.hashSync("0123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345", "$2b$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2b$05$CCCCCCCCCCCCCCCCCCCCC.XxrQqgBi/5Sxuq9soXzDtjIZ7w5pMfK") +}) + +test('embedded_nulls', () => { + expect(bcrypt.hashSync("Passw\0rd123", "$2b$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2b$05$CCCCCCCCCCCCCCCCCCCCC.VHy/kzL4sCcX3Ib3wN5rNGiRt.TpfxS") + expect(bcrypt.hashSync("Passw\0 you can literally write anything after the NUL character", "$2b$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2b$05$CCCCCCCCCCCCCCCCCCCCC.4vJLJQ6nZ/70INTjjSZWQ0iyUek92tu") + expect(bcrypt.hashSync(Buffer.from("Passw\0 you can literally write anything after the NUL character"), "$2b$05$CCCCCCCCCCCCCCCCCCCCC.")).toStrictEqual("$2b$05$CCCCCCCCCCCCCCCCCCCCC.4vJLJQ6nZ/70INTjjSZWQ0iyUek92tu") +}) + +test('shorten_salt_to_128_bits', () => { + expect(bcrypt.hashSync("test", "$2a$10$1234567899123456789012")).toStrictEqual("$2a$10$123456789912345678901u.OtL1A1eGK5wmvBKUDYKvuVKI7h2XBu") + expect(bcrypt.hashSync("U*U*", "$2a$05$CCCCCCCCCCCCCCCCCCCCCh")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCCeUQ7VjYZ2hd4bLYZdhuPpZMUpEUJDw1S") + expect(bcrypt.hashSync("U*U*", "$2a$05$CCCCCCCCCCCCCCCCCCCCCM")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.VGOzA784oUp/Z0DY336zx7pLYAy0lwK") + expect(bcrypt.hashSync("U*U*", "$2a$05$CCCCCCCCCCCCCCCCCCCCCA")).toStrictEqual("$2a$05$CCCCCCCCCCCCCCCCCCCCC.VGOzA784oUp/Z0DY336zx7pLYAy0lwK") +}) + +test('consistency', () => { + expect(bcrypt.hashSync("ππππππππ", "$2a$10$.TtQJ4Jr6isd4Hp.mVfZeu")).toStrictEqual("$2a$10$.TtQJ4Jr6isd4Hp.mVfZeuh6Gws4rOQ/vdBczhDx.19NFK0Y84Dle") + expect(bcrypt.hashSync("p@5sw0rd", "$2b$12$zQ4CooEXdGqcwi0PHsgc8e")).toStrictEqual("$2b$12$zQ4CooEXdGqcwi0PHsgc8eAf0DLXE/XHoBE8kCSGQ97rXwuClaPam") + expect(bcrypt.hashSync("C'est bon, la vie!", "$2b$12$cbo7LZ.wxgW4yxAA5Vqlv.")).toStrictEqual("$2b$12$cbo7LZ.wxgW4yxAA5Vqlv.KR6QFPt4qCdc9RYJNXxa/rbUOp.1sw.") + expect(bcrypt.hashSync("ἓν οἶδα ὅτι οὐδὲν οἶδα", "$2b$12$LeHKWR2bmrazi/6P22Jpau")).toStrictEqual("$2b$12$LeHKWR2bmrazi/6P22JpauX5my/eKwwKpWqL7L5iEByBnxNc76FRW") + expect(bcrypt.hashSync(Buffer.from("ἓν οἶδα ὅτι οὐδὲν οἶδα"), "$2b$12$LeHKWR2bmrazi/6P22Jpau")).toStrictEqual("$2b$12$LeHKWR2bmrazi/6P22JpauX5my/eKwwKpWqL7L5iEByBnxNc76FRW") +}) diff --git a/srv/node_modules/bcrypt/test/promise.test.js b/srv/node_modules/bcrypt/test/promise.test.js new file mode 100644 index 000000000..010341825 --- /dev/null +++ b/srv/node_modules/bcrypt/test/promise.test.js @@ -0,0 +1,168 @@ +const bcrypt = require('../bcrypt'); +const promises = require('../promises'); + +test('salt_returns_promise_on_no_args', () => { + // make sure test passes with non-native implementations such as bluebird + // http://stackoverflow.com/questions/27746304/how-do-i-tell-if-an-object-is-a-promise + expect(typeof bcrypt.genSalt().then).toEqual('function') +}) + +test('salt_returns_promise_on_null_callback', () => { + expect(typeof bcrypt.genSalt(13, null, null).then).toEqual('function') +}) + +test('salt_length', () => { + return expect(bcrypt.genSalt(10)).resolves.toHaveLength(29); +}) + +test('salt_rounds_is_string_number', () => { + return expect(bcrypt.genSalt('10')).rejects.toThrow('rounds must be a number'); +}) + +test('salt_rounds_is_string_non_number', () => { + return expect(bcrypt.genSalt('b')).rejects.toThrow('rounds must be a number'); +}) + +test('hash_returns_promise_on_null_callback', () => { + expect(typeof bcrypt.hash('password', 10, null).then).toStrictEqual('function') +}) + +test('hash', () => { + return expect(bcrypt.genSalt(10) + .then(salt => bcrypt.hash('password', salt))).resolves.toBeDefined() +}) + +test('hash_rounds', () => { + return bcrypt.hash('bacon', 8).then(hash => { + expect(bcrypt.getRounds(hash)).toStrictEqual(8) + }); +}) + +test('hash_empty_strings', () => { + expect.assertions(2); + return Promise.all([ + expect(bcrypt.genSalt(10) + .then(salt => bcrypt.hash('', salt))) + .resolves.toBeDefined(), + expect(bcrypt.hash('', '')).rejects.toThrow(''), + ]); +}) + +test('hash_no_params', () => { + expect.assertions(1); + return expect(bcrypt.hash()).rejects.toThrow('data and salt arguments required'); +}) + +test('hash_one_param', () => { + return expect(bcrypt.hash('password')).rejects.toThrow('data and salt arguments required'); +}) + +test('hash_salt_validity', () => { + expect.assertions(2); + return Promise.all( + [ + expect(bcrypt.hash('password', '$2a$10$somesaltyvaluertsetrse')).resolves.toBeDefined(), + expect(bcrypt.hash('password', 'some$value')).rejects.toThrow("Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue") + ]); +}) + +test('verify_salt', () => { + expect.assertions(2); + return bcrypt.genSalt(10).then(result => { + const [_, version, salt] = result.split('$'); + expect(version).toEqual('2b') + expect(salt).toEqual('10') + }); +}) + +test('verify_salt_min_rounds', () => { + expect.assertions(2); + return bcrypt.genSalt(1).then(value => { + const [_, version, rounds] = value.split('$'); + expect(version).toEqual('2b'); + expect(rounds).toEqual('04'); + }); +}) + +test('verify_salt_max_rounds', () => { + expect.assertions(2); + return bcrypt.genSalt(100).then(value => { + const [_, version, rounds] = value.split('$'); + expect(version).toEqual('2b'); + expect(rounds).toEqual('31'); + }); +}) + +test('hash_compare_returns_promise_on_null_callback', () => { + expect(typeof bcrypt.compare('password', 'something', null).then).toStrictEqual('function') +}) + +test('hash_compare', () => { + expect.assertions(3); + return bcrypt.genSalt(10).then(function (salt) { + expect(salt).toHaveLength(29); + return bcrypt.hash("test", salt); + }).then(hash => Promise.all( + [ + expect(bcrypt.compare("test", hash)).resolves.toEqual(true), + expect(bcrypt.compare("blah", hash)).resolves.toEqual(false) + ])); +}) + +test('hash_compare_empty_strings', () => { + expect.assertions(2); + const hash = bcrypt.hashSync("test", bcrypt.genSaltSync(10)); + return Promise.all([ + expect(bcrypt.compare("", hash)).resolves.toEqual(false), + expect(bcrypt.compare("", "")).resolves.toEqual(false) + ]); +}) + +test('hash_compare_invalid_strings', () => { + const fullString = 'envy1362987212538'; + const hash = '$2a$10$XOPbrlUPQdwdJUpSrIF6X.LbE14qsMmKGhM1A8W9iqaG3vv1BD7WC'; + const wut = ':'; + return Promise.all([ + expect(bcrypt.compare(fullString, hash)).resolves.toEqual(true), + expect(bcrypt.compare(fullString, wut)).resolves.toEqual(false), + ]); +}) + +test('hash_compare_no_params', () => { + expect.assertions(1); + return expect(bcrypt.compare()).rejects.toThrow('data and hash arguments required') +}) + +test('hash_compare_one_param', () => { + expect.assertions(1); + return expect(bcrypt.compare('password')).rejects.toThrow('data and hash arguments required') +}) + +test('change_promise_impl_reject', () => { + + promises.use({ + reject: function () { + return 'mock'; + } + }); + + expect(promises.reject()).toEqual('mock'); + + // need to reset the promise implementation because of require cache + promises.use(global.Promise); +}) + +test('change_promise_impl_promise', () => { + + promises.use({ + reject: function (err) { + expect(err.message).toEqual('fn must be a function'); + return 'mock'; + } + }); + + expect(promises.promise('', '', '')).toEqual('mock'); + + // need to reset the promise implementation because of require cache + promises.use(global.Promise); +}) diff --git a/srv/node_modules/bcrypt/test/repetitions.test.js b/srv/node_modules/bcrypt/test/repetitions.test.js new file mode 100644 index 000000000..63ff40777 --- /dev/null +++ b/srv/node_modules/bcrypt/test/repetitions.test.js @@ -0,0 +1,55 @@ +const bcrypt = require('../bcrypt'); + +const EXPECTED = 2500; //number of times to iterate these tests.) +const { TEST_TIMEOUT_SECONDS } = process.env; +let timeout = 5e3; // default test timeout + +// it is necessary to increase the test timeout when emulating cross-architecture +// environments (i.e. arm64 from x86-64 host) which have significantly reduced performance: +if ( TEST_TIMEOUT_SECONDS ) + timeout = Number.parseInt(TEST_TIMEOUT_SECONDS, 10) * 1e3; + +jest.setTimeout(timeout); + +test('salt_length', () => { + expect.assertions(EXPECTED); + + return Promise.all(Array.from({length: EXPECTED}, + () => bcrypt.genSalt(10) + .then(salt => expect(salt).toHaveLength(29)))); +}) + +test('test_hash_length', () => { + expect.assertions(EXPECTED); + const SALT = '$2a$04$TnjywYklQbbZjdjBgBoA4e'; + return Promise.all(Array.from({length: EXPECTED}, + () => bcrypt.hash('test', SALT) + .then(hash => expect(hash).toHaveLength(60)))); +}) + +test('test_compare', () => { + expect.assertions(EXPECTED); + const HASH = '$2a$04$TnjywYklQbbZjdjBgBoA4e9G7RJt9blgMgsCvUvus4Iv4TENB5nHy'; + return Promise.all(Array.from({length: EXPECTED}, + () => bcrypt.compare('test', HASH) + .then(match => expect(match).toEqual(true)))); +}) + +test('test_hash_and_compare', () => { + expect.assertions(EXPECTED * 3); + const salt = bcrypt.genSaltSync(4) + + return Promise.all(Array.from({length: EXPECTED}, + () => { + const password = 'secret' + Math.random(); + return bcrypt.hash(password, salt) + .then(hash => { + expect(hash).toHaveLength(60); + const goodCompare = bcrypt.compare(password, hash).then(res => expect(res).toEqual(true)); + const badCompare = bcrypt.compare('bad' + password, hash).then(res => expect(res).toEqual(false)); + + return Promise.all([goodCompare, badCompare]); + }); + })); +}, timeout * 3); + diff --git a/srv/node_modules/bcrypt/test/sync.test.js b/srv/node_modules/bcrypt/test/sync.test.js new file mode 100644 index 000000000..2e6809af4 --- /dev/null +++ b/srv/node_modules/bcrypt/test/sync.test.js @@ -0,0 +1,125 @@ +const bcrypt = require('../bcrypt') + +test('salt_length', () => { + const salt = bcrypt.genSaltSync(13); + expect(salt).toHaveLength(29); + const [_, version, rounds] = salt.split('$'); + expect(version).toStrictEqual('2b') + expect(rounds).toStrictEqual('13') +}) + +test('salt_no_params', () => { + const salt = bcrypt.genSaltSync(); + const [_, version, rounds] = salt.split('$'); + expect(version).toStrictEqual('2b') + expect(rounds).toStrictEqual('10') +}) + +test('salt_rounds_is_string_number', () => { + expect(() => bcrypt.genSaltSync('10')).toThrowError('rounds must be a number'); +}) + +test('salt_rounds_is_NaN', () => { + expect(() => bcrypt.genSaltSync('b')).toThrowError("rounds must be a number"); +}) + +test('salt_minor_a', () => { + const salt = bcrypt.genSaltSync(10, 'a'); + const [_, version, rounds] = salt.split('$'); + expect(version).toStrictEqual('2a') + expect(rounds).toStrictEqual('10') +}) + +test('salt_minor_b', () => { + const salt = bcrypt.genSaltSync(10, 'b'); + const [_, version, rounds] = salt.split('$'); + expect(version).toStrictEqual('2b') + expect(rounds).toStrictEqual('10') +}) + +test('hash', () => { + expect(() => bcrypt.hashSync('password', bcrypt.genSaltSync(10))).not.toThrow() +}) + +test('hash_rounds', () => { + const hash = bcrypt.hashSync('password', 8); + expect(bcrypt.getRounds(hash)).toStrictEqual(8) +}) + +test('hash_empty_string', () => { + expect(() => bcrypt.hashSync('', bcrypt.genSaltSync(10))).not.toThrow(); + expect(() => bcrypt.hashSync('password', '')).toThrowError('Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue'); + expect(() => bcrypt.hashSync('', '')).toThrowError('Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue'); +}) + +test('hash_pw_no_params', () => { + expect(() => bcrypt.hashSync()).toThrow('data and salt arguments required'); +}) + +test('hash_pw_one_param', () => { + expect(() => bcrypt.hashSync('password')).toThrow('data and salt arguments required'); +}) + +test('hash_pw_not_hash_str', () => { + expect(() => bcrypt.hashSync('password', {})).toThrow("data must be a string or Buffer and salt must either be a salt string or a number of rounds") +}) + +test('hash_salt_validity', () => { + expect(2); + expect(bcrypt.hashSync('password', '$2a$10$somesaltyvaluertsetrse')).toBeDefined() + expect(() => bcrypt.hashSync('password', 'some$value')).toThrow('Invalid salt. Salt must be in the form of: $Vers$log2(NumRounds)$saltvalue') +}) + +test('verify_salt', () => { + const salt = bcrypt.genSaltSync(10); + const split_salt = salt.split('$'); + expect(split_salt[1]).toStrictEqual('2b') + expect(split_salt[2]).toStrictEqual('10') +}) + +test('verify_salt_min_rounds', () => { + const salt = bcrypt.genSaltSync(1); + const split_salt = salt.split('$'); + expect(split_salt[1]).toStrictEqual('2b') + expect(split_salt[2]).toStrictEqual('04') +}) + +test('verify_salt_max_rounds', () => { + const salt = bcrypt.genSaltSync(100); + const split_salt = salt.split('$'); + expect(split_salt[1]).toStrictEqual('2b') + expect(split_salt[2]).toStrictEqual('31') +}) + +test('hash_compare', () => { + const salt = bcrypt.genSaltSync(10); + expect(29).toStrictEqual(salt.length) + const hash = bcrypt.hashSync("test", salt); + expect(bcrypt.compareSync("test", hash)).toBeDefined() + expect(!(bcrypt.compareSync("blah", hash))).toBeDefined() +}) + +test('hash_compare_empty_strings', () => { + expect(!(bcrypt.compareSync("", "password"))).toBeDefined() + expect(!(bcrypt.compareSync("", ""))).toBeDefined() + expect(!(bcrypt.compareSync("password", ""))).toBeDefined() +}) + +test('hash_compare_invalid_strings', () => { + const fullString = 'envy1362987212538'; + const hash = '$2a$10$XOPbrlUPQdwdJUpSrIF6X.LbE14qsMmKGhM1A8W9iqaG3vv1BD7WC'; + const wut = ':'; + expect(bcrypt.compareSync(fullString, hash)).toBe(true); + expect(bcrypt.compareSync(fullString, wut)).toBe(false); +}) + +test('getRounds', () => { + const hash = bcrypt.hashSync("test", bcrypt.genSaltSync(9)); + expect(9).toStrictEqual(bcrypt.getRounds(hash)) +}) + +test('getRounds', () => { + const hash = bcrypt.hashSync("test", bcrypt.genSaltSync(9)); + expect(9).toStrictEqual(bcrypt.getRounds(hash)) + expect(() => bcrypt.getRounds('')).toThrow("invalid hash provided"); +}); diff --git a/srv/node_modules/bindings/LICENSE.md b/srv/node_modules/bindings/LICENSE.md new file mode 100644 index 000000000..5a92289f6 --- /dev/null +++ b/srv/node_modules/bindings/LICENSE.md @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich <nathan@tootallnate.net> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/bindings/README.md b/srv/node_modules/bindings/README.md new file mode 100644 index 000000000..5b3e7a81b --- /dev/null +++ b/srv/node_modules/bindings/README.md @@ -0,0 +1,98 @@ +node-bindings +============= +### Helper module for loading your native module's `.node` file + +This is a helper module for authors of Node.js native addon modules. +It is basically the "swiss army knife" of `require()`ing your native module's +`.node` file. + +Throughout the course of Node's native addon history, addons have ended up being +compiled in a variety of different places, depending on which build tool and which +version of node was used. To make matters worse, now the `gyp` build tool can +produce either a __Release__ or __Debug__ build, each being built into different +locations. + +This module checks _all_ the possible locations that a native addon would be built +at, and returns the first one that loads successfully. + + +Installation +------------ + +Install with `npm`: + +``` bash +$ npm install --save bindings +``` + +Or add it to the `"dependencies"` section of your `package.json` file. + + +Example +------- + +`require()`ing the proper bindings file for the current node version, platform +and architecture is as simple as: + +``` js +var bindings = require('bindings')('binding.node') + +// Use your bindings defined in your C files +bindings.your_c_function() +``` + + +Nice Error Output +----------------- + +When the `.node` file could not be loaded, `node-bindings` throws an Error with +a nice error message telling you exactly what was tried. You can also check the +`err.tries` Array property. + +``` +Error: Could not load the bindings file. Tried: + → /Users/nrajlich/ref/build/binding.node + → /Users/nrajlich/ref/build/Debug/binding.node + → /Users/nrajlich/ref/build/Release/binding.node + → /Users/nrajlich/ref/out/Debug/binding.node + → /Users/nrajlich/ref/Debug/binding.node + → /Users/nrajlich/ref/out/Release/binding.node + → /Users/nrajlich/ref/Release/binding.node + → /Users/nrajlich/ref/build/default/binding.node + → /Users/nrajlich/ref/compiled/0.8.2/darwin/x64/binding.node + at bindings (/Users/nrajlich/ref/node_modules/bindings/bindings.js:84:13) + at Object. (/Users/nrajlich/ref/lib/ref.js:5:47) + at Module._compile (module.js:449:26) + at Object.Module._extensions..js (module.js:467:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + ... +``` + +The searching for the `.node` file will originate from the first directory in which has a `package.json` file is found. + +License +------- + +(The MIT License) + +Copyright (c) 2012 Nathan Rajlich <nathan@tootallnate.net> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/bindings/bindings.js b/srv/node_modules/bindings/bindings.js new file mode 100644 index 000000000..727413a19 --- /dev/null +++ b/srv/node_modules/bindings/bindings.js @@ -0,0 +1,221 @@ +/** + * Module dependencies. + */ + +var fs = require('fs'), + path = require('path'), + fileURLToPath = require('file-uri-to-path'), + join = path.join, + dirname = path.dirname, + exists = + (fs.accessSync && + function(path) { + try { + fs.accessSync(path); + } catch (e) { + return false; + } + return true; + }) || + fs.existsSync || + path.existsSync, + defaults = { + arrow: process.env.NODE_BINDINGS_ARROW || ' → ', + compiled: process.env.NODE_BINDINGS_COMPILED_DIR || 'compiled', + platform: process.platform, + arch: process.arch, + nodePreGyp: + 'node-v' + + process.versions.modules + + '-' + + process.platform + + '-' + + process.arch, + version: process.versions.node, + bindings: 'bindings.node', + try: [ + // node-gyp's linked version in the "build" dir + ['module_root', 'build', 'bindings'], + // node-waf and gyp_addon (a.k.a node-gyp) + ['module_root', 'build', 'Debug', 'bindings'], + ['module_root', 'build', 'Release', 'bindings'], + // Debug files, for development (legacy behavior, remove for node v0.9) + ['module_root', 'out', 'Debug', 'bindings'], + ['module_root', 'Debug', 'bindings'], + // Release files, but manually compiled (legacy behavior, remove for node v0.9) + ['module_root', 'out', 'Release', 'bindings'], + ['module_root', 'Release', 'bindings'], + // Legacy from node-waf, node <= 0.4.x + ['module_root', 'build', 'default', 'bindings'], + // Production "Release" buildtype binary (meh...) + ['module_root', 'compiled', 'version', 'platform', 'arch', 'bindings'], + // node-qbs builds + ['module_root', 'addon-build', 'release', 'install-root', 'bindings'], + ['module_root', 'addon-build', 'debug', 'install-root', 'bindings'], + ['module_root', 'addon-build', 'default', 'install-root', 'bindings'], + // node-pre-gyp path ./lib/binding/{node_abi}-{platform}-{arch} + ['module_root', 'lib', 'binding', 'nodePreGyp', 'bindings'] + ] + }; + +/** + * The main `bindings()` function loads the compiled bindings for a given module. + * It uses V8's Error API to determine the parent filename that this function is + * being invoked from, which is then used to find the root directory. + */ + +function bindings(opts) { + // Argument surgery + if (typeof opts == 'string') { + opts = { bindings: opts }; + } else if (!opts) { + opts = {}; + } + + // maps `defaults` onto `opts` object + Object.keys(defaults).map(function(i) { + if (!(i in opts)) opts[i] = defaults[i]; + }); + + // Get the module root + if (!opts.module_root) { + opts.module_root = exports.getRoot(exports.getFileName()); + } + + // Ensure the given bindings name ends with .node + if (path.extname(opts.bindings) != '.node') { + opts.bindings += '.node'; + } + + // https://github.com/webpack/webpack/issues/4175#issuecomment-342931035 + var requireFunc = + typeof __webpack_require__ === 'function' + ? __non_webpack_require__ + : require; + + var tries = [], + i = 0, + l = opts.try.length, + n, + b, + err; + + for (; i < l; i++) { + n = join.apply( + null, + opts.try[i].map(function(p) { + return opts[p] || p; + }) + ); + tries.push(n); + try { + b = opts.path ? requireFunc.resolve(n) : requireFunc(n); + if (!opts.path) { + b.path = n; + } + return b; + } catch (e) { + if (e.code !== 'MODULE_NOT_FOUND' && + e.code !== 'QUALIFIED_PATH_RESOLUTION_FAILED' && + !/not find/i.test(e.message)) { + throw e; + } + } + } + + err = new Error( + 'Could not locate the bindings file. Tried:\n' + + tries + .map(function(a) { + return opts.arrow + a; + }) + .join('\n') + ); + err.tries = tries; + throw err; +} +module.exports = exports = bindings; + +/** + * Gets the filename of the JavaScript file that invokes this function. + * Used to help find the root directory of a module. + * Optionally accepts an filename argument to skip when searching for the invoking filename + */ + +exports.getFileName = function getFileName(calling_file) { + var origPST = Error.prepareStackTrace, + origSTL = Error.stackTraceLimit, + dummy = {}, + fileName; + + Error.stackTraceLimit = 10; + + Error.prepareStackTrace = function(e, st) { + for (var i = 0, l = st.length; i < l; i++) { + fileName = st[i].getFileName(); + if (fileName !== __filename) { + if (calling_file) { + if (fileName !== calling_file) { + return; + } + } else { + return; + } + } + } + }; + + // run the 'prepareStackTrace' function above + Error.captureStackTrace(dummy); + dummy.stack; + + // cleanup + Error.prepareStackTrace = origPST; + Error.stackTraceLimit = origSTL; + + // handle filename that starts with "file://" + var fileSchema = 'file://'; + if (fileName.indexOf(fileSchema) === 0) { + fileName = fileURLToPath(fileName); + } + + return fileName; +}; + +/** + * Gets the root directory of a module, given an arbitrary filename + * somewhere in the module tree. The "root directory" is the directory + * containing the `package.json` file. + * + * In: /home/nate/node-native-module/lib/index.js + * Out: /home/nate/node-native-module + */ + +exports.getRoot = function getRoot(file) { + var dir = dirname(file), + prev; + while (true) { + if (dir === '.') { + // Avoids an infinite loop in rare cases, like the REPL + dir = process.cwd(); + } + if ( + exists(join(dir, 'package.json')) || + exists(join(dir, 'node_modules')) + ) { + // Found the 'package.json' file or 'node_modules' dir; we're done + return dir; + } + if (prev === dir) { + // Got to the top + throw new Error( + 'Could not find module root given file: "' + + file + + '". Do you have a `package.json` file? ' + ); + } + // Try the parent dir next + prev = dir; + dir = join(dir, '..'); + } +}; diff --git a/srv/node_modules/bindings/package.json b/srv/node_modules/bindings/package.json new file mode 100644 index 000000000..d027ee78a --- /dev/null +++ b/srv/node_modules/bindings/package.json @@ -0,0 +1,28 @@ +{ + "name": "bindings", + "description": "Helper module for loading your native module's .node file", + "keywords": [ + "native", + "addon", + "bindings", + "gyp", + "waf", + "c", + "c++" + ], + "version": "1.5.0", + "author": "Nathan Rajlich (http://tootallnate.net)", + "repository": { + "type": "git", + "url": "git://github.com/TooTallNate/node-bindings.git" + }, + "main": "./bindings.js", + "bugs": { + "url": "https://github.com/TooTallNate/node-bindings/issues" + }, + "homepage": "https://github.com/TooTallNate/node-bindings", + "license": "MIT", + "dependencies": { + "file-uri-to-path": "1.0.0" + } +} diff --git a/srv/node_modules/bl/.travis.yml b/srv/node_modules/bl/.travis.yml new file mode 100644 index 000000000..016eaf556 --- /dev/null +++ b/srv/node_modules/bl/.travis.yml @@ -0,0 +1,17 @@ +sudo: false +arch: + - amd64 + - ppc64le +language: node_js +node_js: + - '6' + - '8' + - '10' + - '12' + - '14' + - '15' + - lts/* +notifications: + email: + - rod@vagg.org + - matteo.collina@gmail.com diff --git a/srv/node_modules/bl/BufferList.js b/srv/node_modules/bl/BufferList.js new file mode 100644 index 000000000..471ee7788 --- /dev/null +++ b/srv/node_modules/bl/BufferList.js @@ -0,0 +1,396 @@ +'use strict' + +const { Buffer } = require('buffer') +const symbol = Symbol.for('BufferList') + +function BufferList (buf) { + if (!(this instanceof BufferList)) { + return new BufferList(buf) + } + + BufferList._init.call(this, buf) +} + +BufferList._init = function _init (buf) { + Object.defineProperty(this, symbol, { value: true }) + + this._bufs = [] + this.length = 0 + + if (buf) { + this.append(buf) + } +} + +BufferList.prototype._new = function _new (buf) { + return new BufferList(buf) +} + +BufferList.prototype._offset = function _offset (offset) { + if (offset === 0) { + return [0, 0] + } + + let tot = 0 + + for (let i = 0; i < this._bufs.length; i++) { + const _t = tot + this._bufs[i].length + if (offset < _t || i === this._bufs.length - 1) { + return [i, offset - tot] + } + tot = _t + } +} + +BufferList.prototype._reverseOffset = function (blOffset) { + const bufferId = blOffset[0] + let offset = blOffset[1] + + for (let i = 0; i < bufferId; i++) { + offset += this._bufs[i].length + } + + return offset +} + +BufferList.prototype.get = function get (index) { + if (index > this.length || index < 0) { + return undefined + } + + const offset = this._offset(index) + + return this._bufs[offset[0]][offset[1]] +} + +BufferList.prototype.slice = function slice (start, end) { + if (typeof start === 'number' && start < 0) { + start += this.length + } + + if (typeof end === 'number' && end < 0) { + end += this.length + } + + return this.copy(null, 0, start, end) +} + +BufferList.prototype.copy = function copy (dst, dstStart, srcStart, srcEnd) { + if (typeof srcStart !== 'number' || srcStart < 0) { + srcStart = 0 + } + + if (typeof srcEnd !== 'number' || srcEnd > this.length) { + srcEnd = this.length + } + + if (srcStart >= this.length) { + return dst || Buffer.alloc(0) + } + + if (srcEnd <= 0) { + return dst || Buffer.alloc(0) + } + + const copy = !!dst + const off = this._offset(srcStart) + const len = srcEnd - srcStart + let bytes = len + let bufoff = (copy && dstStart) || 0 + let start = off[1] + + // copy/slice everything + if (srcStart === 0 && srcEnd === this.length) { + if (!copy) { + // slice, but full concat if multiple buffers + return this._bufs.length === 1 + ? this._bufs[0] + : Buffer.concat(this._bufs, this.length) + } + + // copy, need to copy individual buffers + for (let i = 0; i < this._bufs.length; i++) { + this._bufs[i].copy(dst, bufoff) + bufoff += this._bufs[i].length + } + + return dst + } + + // easy, cheap case where it's a subset of one of the buffers + if (bytes <= this._bufs[off[0]].length - start) { + return copy + ? this._bufs[off[0]].copy(dst, dstStart, start, start + bytes) + : this._bufs[off[0]].slice(start, start + bytes) + } + + if (!copy) { + // a slice, we need something to copy in to + dst = Buffer.allocUnsafe(len) + } + + for (let i = off[0]; i < this._bufs.length; i++) { + const l = this._bufs[i].length - start + + if (bytes > l) { + this._bufs[i].copy(dst, bufoff, start) + bufoff += l + } else { + this._bufs[i].copy(dst, bufoff, start, start + bytes) + bufoff += l + break + } + + bytes -= l + + if (start) { + start = 0 + } + } + + // safeguard so that we don't return uninitialized memory + if (dst.length > bufoff) return dst.slice(0, bufoff) + + return dst +} + +BufferList.prototype.shallowSlice = function shallowSlice (start, end) { + start = start || 0 + end = typeof end !== 'number' ? this.length : end + + if (start < 0) { + start += this.length + } + + if (end < 0) { + end += this.length + } + + if (start === end) { + return this._new() + } + + const startOffset = this._offset(start) + const endOffset = this._offset(end) + const buffers = this._bufs.slice(startOffset[0], endOffset[0] + 1) + + if (endOffset[1] === 0) { + buffers.pop() + } else { + buffers[buffers.length - 1] = buffers[buffers.length - 1].slice(0, endOffset[1]) + } + + if (startOffset[1] !== 0) { + buffers[0] = buffers[0].slice(startOffset[1]) + } + + return this._new(buffers) +} + +BufferList.prototype.toString = function toString (encoding, start, end) { + return this.slice(start, end).toString(encoding) +} + +BufferList.prototype.consume = function consume (bytes) { + // first, normalize the argument, in accordance with how Buffer does it + bytes = Math.trunc(bytes) + // do nothing if not a positive number + if (Number.isNaN(bytes) || bytes <= 0) return this + + while (this._bufs.length) { + if (bytes >= this._bufs[0].length) { + bytes -= this._bufs[0].length + this.length -= this._bufs[0].length + this._bufs.shift() + } else { + this._bufs[0] = this._bufs[0].slice(bytes) + this.length -= bytes + break + } + } + + return this +} + +BufferList.prototype.duplicate = function duplicate () { + const copy = this._new() + + for (let i = 0; i < this._bufs.length; i++) { + copy.append(this._bufs[i]) + } + + return copy +} + +BufferList.prototype.append = function append (buf) { + if (buf == null) { + return this + } + + if (buf.buffer) { + // append a view of the underlying ArrayBuffer + this._appendBuffer(Buffer.from(buf.buffer, buf.byteOffset, buf.byteLength)) + } else if (Array.isArray(buf)) { + for (let i = 0; i < buf.length; i++) { + this.append(buf[i]) + } + } else if (this._isBufferList(buf)) { + // unwrap argument into individual BufferLists + for (let i = 0; i < buf._bufs.length; i++) { + this.append(buf._bufs[i]) + } + } else { + // coerce number arguments to strings, since Buffer(number) does + // uninitialized memory allocation + if (typeof buf === 'number') { + buf = buf.toString() + } + + this._appendBuffer(Buffer.from(buf)) + } + + return this +} + +BufferList.prototype._appendBuffer = function appendBuffer (buf) { + this._bufs.push(buf) + this.length += buf.length +} + +BufferList.prototype.indexOf = function (search, offset, encoding) { + if (encoding === undefined && typeof offset === 'string') { + encoding = offset + offset = undefined + } + + if (typeof search === 'function' || Array.isArray(search)) { + throw new TypeError('The "value" argument must be one of type string, Buffer, BufferList, or Uint8Array.') + } else if (typeof search === 'number') { + search = Buffer.from([search]) + } else if (typeof search === 'string') { + search = Buffer.from(search, encoding) + } else if (this._isBufferList(search)) { + search = search.slice() + } else if (Array.isArray(search.buffer)) { + search = Buffer.from(search.buffer, search.byteOffset, search.byteLength) + } else if (!Buffer.isBuffer(search)) { + search = Buffer.from(search) + } + + offset = Number(offset || 0) + + if (isNaN(offset)) { + offset = 0 + } + + if (offset < 0) { + offset = this.length + offset + } + + if (offset < 0) { + offset = 0 + } + + if (search.length === 0) { + return offset > this.length ? this.length : offset + } + + const blOffset = this._offset(offset) + let blIndex = blOffset[0] // index of which internal buffer we're working on + let buffOffset = blOffset[1] // offset of the internal buffer we're working on + + // scan over each buffer + for (; blIndex < this._bufs.length; blIndex++) { + const buff = this._bufs[blIndex] + + while (buffOffset < buff.length) { + const availableWindow = buff.length - buffOffset + + if (availableWindow >= search.length) { + const nativeSearchResult = buff.indexOf(search, buffOffset) + + if (nativeSearchResult !== -1) { + return this._reverseOffset([blIndex, nativeSearchResult]) + } + + buffOffset = buff.length - search.length + 1 // end of native search window + } else { + const revOffset = this._reverseOffset([blIndex, buffOffset]) + + if (this._match(revOffset, search)) { + return revOffset + } + + buffOffset++ + } + } + + buffOffset = 0 + } + + return -1 +} + +BufferList.prototype._match = function (offset, search) { + if (this.length - offset < search.length) { + return false + } + + for (let searchOffset = 0; searchOffset < search.length; searchOffset++) { + if (this.get(offset + searchOffset) !== search[searchOffset]) { + return false + } + } + return true +} + +;(function () { + const methods = { + readDoubleBE: 8, + readDoubleLE: 8, + readFloatBE: 4, + readFloatLE: 4, + readInt32BE: 4, + readInt32LE: 4, + readUInt32BE: 4, + readUInt32LE: 4, + readInt16BE: 2, + readInt16LE: 2, + readUInt16BE: 2, + readUInt16LE: 2, + readInt8: 1, + readUInt8: 1, + readIntBE: null, + readIntLE: null, + readUIntBE: null, + readUIntLE: null + } + + for (const m in methods) { + (function (m) { + if (methods[m] === null) { + BufferList.prototype[m] = function (offset, byteLength) { + return this.slice(offset, offset + byteLength)[m](0, byteLength) + } + } else { + BufferList.prototype[m] = function (offset = 0) { + return this.slice(offset, offset + methods[m])[m](0) + } + } + }(m)) + } +}()) + +// Used internally by the class and also as an indicator of this object being +// a `BufferList`. It's not possible to use `instanceof BufferList` in a browser +// environment because there could be multiple different copies of the +// BufferList class and some `BufferList`s might be `BufferList`s. +BufferList.prototype._isBufferList = function _isBufferList (b) { + return b instanceof BufferList || BufferList.isBufferList(b) +} + +BufferList.isBufferList = function isBufferList (b) { + return b != null && b[symbol] +} + +module.exports = BufferList diff --git a/srv/node_modules/bl/LICENSE.md b/srv/node_modules/bl/LICENSE.md new file mode 100644 index 000000000..ecbe51637 --- /dev/null +++ b/srv/node_modules/bl/LICENSE.md @@ -0,0 +1,13 @@ +The MIT License (MIT) +===================== + +Copyright (c) 2013-2019 bl contributors +---------------------------------- + +*bl contributors listed at * + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/bl/README.md b/srv/node_modules/bl/README.md new file mode 100644 index 000000000..9680b1dcb --- /dev/null +++ b/srv/node_modules/bl/README.md @@ -0,0 +1,247 @@ +# bl *(BufferList)* + +[![Build Status](https://api.travis-ci.com/rvagg/bl.svg?branch=master)](https://travis-ci.com/rvagg/bl/) + +**A Node.js Buffer list collector, reader and streamer thingy.** + +[![NPM](https://nodei.co/npm/bl.svg)](https://nodei.co/npm/bl/) + +**bl** is a storage object for collections of Node Buffers, exposing them with the main Buffer readable API. Also works as a duplex stream so you can collect buffers from a stream that emits them and emit buffers to a stream that consumes them! + +The original buffers are kept intact and copies are only done as necessary. Any reads that require the use of a single original buffer will return a slice of that buffer only (which references the same memory as the original buffer). Reads that span buffers perform concatenation as required and return the results transparently. + +```js +const { BufferList } = require('bl') + +const bl = new BufferList() +bl.append(Buffer.from('abcd')) +bl.append(Buffer.from('efg')) +bl.append('hi') // bl will also accept & convert Strings +bl.append(Buffer.from('j')) +bl.append(Buffer.from([ 0x3, 0x4 ])) + +console.log(bl.length) // 12 + +console.log(bl.slice(0, 10).toString('ascii')) // 'abcdefghij' +console.log(bl.slice(3, 10).toString('ascii')) // 'defghij' +console.log(bl.slice(3, 6).toString('ascii')) // 'def' +console.log(bl.slice(3, 8).toString('ascii')) // 'defgh' +console.log(bl.slice(5, 10).toString('ascii')) // 'fghij' + +console.log(bl.indexOf('def')) // 3 +console.log(bl.indexOf('asdf')) // -1 + +// or just use toString! +console.log(bl.toString()) // 'abcdefghij\u0003\u0004' +console.log(bl.toString('ascii', 3, 8)) // 'defgh' +console.log(bl.toString('ascii', 5, 10)) // 'fghij' + +// other standard Buffer readables +console.log(bl.readUInt16BE(10)) // 0x0304 +console.log(bl.readUInt16LE(10)) // 0x0403 +``` + +Give it a callback in the constructor and use it just like **[concat-stream](https://github.com/maxogden/node-concat-stream)**: + +```js +const { BufferListStream } = require('bl') +const fs = require('fs') + +fs.createReadStream('README.md') + .pipe(BufferListStream((err, data) => { // note 'new' isn't strictly required + // `data` is a complete Buffer object containing the full data + console.log(data.toString()) + })) +``` + +Note that when you use the *callback* method like this, the resulting `data` parameter is a concatenation of all `Buffer` objects in the list. If you want to avoid the overhead of this concatenation (in cases of extreme performance consciousness), then avoid the *callback* method and just listen to `'end'` instead, like a standard Stream. + +Or to fetch a URL using [hyperquest](https://github.com/substack/hyperquest) (should work with [request](http://github.com/mikeal/request) and even plain Node http too!): + +```js +const hyperquest = require('hyperquest') +const { BufferListStream } = require('bl') + +const url = 'https://raw.github.com/rvagg/bl/master/README.md' + +hyperquest(url).pipe(BufferListStream((err, data) => { + console.log(data.toString()) +})) +``` + +Or, use it as a readable stream to recompose a list of Buffers to an output source: + +```js +const { BufferListStream } = require('bl') +const fs = require('fs') + +var bl = new BufferListStream() +bl.append(Buffer.from('abcd')) +bl.append(Buffer.from('efg')) +bl.append(Buffer.from('hi')) +bl.append(Buffer.from('j')) + +bl.pipe(fs.createWriteStream('gibberish.txt')) +``` + +## API + + * new BufferList([ buf ]) + * BufferList.isBufferList(obj) + * bl.length + * bl.append(buffer) + * bl.get(index) + * bl.indexOf(value[, byteOffset][, encoding]) + * bl.slice([ start[, end ] ]) + * bl.shallowSlice([ start[, end ] ]) + * bl.copy(dest, [ destStart, [ srcStart [, srcEnd ] ] ]) + * bl.duplicate() + * bl.consume(bytes) + * bl.toString([encoding, [ start, [ end ]]]) + * bl.readDoubleBE(), bl.readDoubleLE(), bl.readFloatBE(), bl.readFloatLE(), bl.readInt32BE(), bl.readInt32LE(), bl.readUInt32BE(), bl.readUInt32LE(), bl.readInt16BE(), bl.readInt16LE(), bl.readUInt16BE(), bl.readUInt16LE(), bl.readInt8(), bl.readUInt8() + * new BufferListStream([ callback ]) + +-------------------------------------------------------- + +### new BufferList([ Buffer | Buffer array | BufferList | BufferList array | String ]) +No arguments are _required_ for the constructor, but you can initialise the list by passing in a single `Buffer` object or an array of `Buffer` objects. + +`new` is not strictly required, if you don't instantiate a new object, it will be done automatically for you so you can create a new instance simply with: + +```js +const { BufferList } = require('bl') +const bl = BufferList() + +// equivalent to: + +const { BufferList } = require('bl') +const bl = new BufferList() +``` + +-------------------------------------------------------- + +### BufferList.isBufferList(obj) +Determines if the passed object is a `BufferList`. It will return `true` if the passed object is an instance of `BufferList` **or** `BufferListStream` and `false` otherwise. + +N.B. this won't return `true` for `BufferList` or `BufferListStream` instances created by versions of this library before this static method was added. + +-------------------------------------------------------- + +### bl.length +Get the length of the list in bytes. This is the sum of the lengths of all of the buffers contained in the list, minus any initial offset for a semi-consumed buffer at the beginning. Should accurately represent the total number of bytes that can be read from the list. + +-------------------------------------------------------- + +### bl.append(Buffer | Buffer array | BufferList | BufferList array | String) +`append(buffer)` adds an additional buffer or BufferList to the internal list. `this` is returned so it can be chained. + +-------------------------------------------------------- + +### bl.get(index) +`get()` will return the byte at the specified index. + +-------------------------------------------------------- + +### bl.indexOf(value[, byteOffset][, encoding]) +`get()` will return the byte at the specified index. +`indexOf()` method returns the first index at which a given element can be found in the BufferList, or -1 if it is not present. + +-------------------------------------------------------- + +### bl.slice([ start, [ end ] ]) +`slice()` returns a new `Buffer` object containing the bytes within the range specified. Both `start` and `end` are optional and will default to the beginning and end of the list respectively. + +If the requested range spans a single internal buffer then a slice of that buffer will be returned which shares the original memory range of that Buffer. If the range spans multiple buffers then copy operations will likely occur to give you a uniform Buffer. + +-------------------------------------------------------- + +### bl.shallowSlice([ start, [ end ] ]) +`shallowSlice()` returns a new `BufferList` object containing the bytes within the range specified. Both `start` and `end` are optional and will default to the beginning and end of the list respectively. + +No copies will be performed. All buffers in the result share memory with the original list. + +-------------------------------------------------------- + +### bl.copy(dest, [ destStart, [ srcStart [, srcEnd ] ] ]) +`copy()` copies the content of the list in the `dest` buffer, starting from `destStart` and containing the bytes within the range specified with `srcStart` to `srcEnd`. `destStart`, `start` and `end` are optional and will default to the beginning of the `dest` buffer, and the beginning and end of the list respectively. + +-------------------------------------------------------- + +### bl.duplicate() +`duplicate()` performs a **shallow-copy** of the list. The internal Buffers remains the same, so if you change the underlying Buffers, the change will be reflected in both the original and the duplicate. This method is needed if you want to call `consume()` or `pipe()` and still keep the original list.Example: + +```js +var bl = new BufferListStream() + +bl.append('hello') +bl.append(' world') +bl.append('\n') + +bl.duplicate().pipe(process.stdout, { end: false }) + +console.log(bl.toString()) +``` + +-------------------------------------------------------- + +### bl.consume(bytes) +`consume()` will shift bytes *off the start of the list*. The number of bytes consumed don't need to line up with the sizes of the internal Buffers—initial offsets will be calculated accordingly in order to give you a consistent view of the data. + +-------------------------------------------------------- + +### bl.toString([encoding, [ start, [ end ]]]) +`toString()` will return a string representation of the buffer. The optional `start` and `end` arguments are passed on to `slice()`, while the `encoding` is passed on to `toString()` of the resulting Buffer. See the [Buffer#toString()](http://nodejs.org/docs/latest/api/buffer.html#buffer_buf_tostring_encoding_start_end) documentation for more information. + +-------------------------------------------------------- + +### bl.readDoubleBE(), bl.readDoubleLE(), bl.readFloatBE(), bl.readFloatLE(), bl.readInt32BE(), bl.readInt32LE(), bl.readUInt32BE(), bl.readUInt32LE(), bl.readInt16BE(), bl.readInt16LE(), bl.readUInt16BE(), bl.readUInt16LE(), bl.readInt8(), bl.readUInt8() + +All of the standard byte-reading methods of the `Buffer` interface are implemented and will operate across internal Buffer boundaries transparently. + +See the [Buffer](http://nodejs.org/docs/latest/api/buffer.html) documentation for how these work. + +-------------------------------------------------------- + +### new BufferListStream([ callback | Buffer | Buffer array | BufferList | BufferList array | String ]) +**BufferListStream** is a Node **[Duplex Stream](http://nodejs.org/docs/latest/api/stream.html#stream_class_stream_duplex)**, so it can be read from and written to like a standard Node stream. You can also `pipe()` to and from a **BufferListStream** instance. + +The constructor takes an optional callback, if supplied, the callback will be called with an error argument followed by a reference to the **bl** instance, when `bl.end()` is called (i.e. from a piped stream). This is a convenient method of collecting the entire contents of a stream, particularly when the stream is *chunky*, such as a network stream. + +Normally, no arguments are required for the constructor, but you can initialise the list by passing in a single `Buffer` object or an array of `Buffer` object. + +`new` is not strictly required, if you don't instantiate a new object, it will be done automatically for you so you can create a new instance simply with: + +```js +const { BufferListStream } = require('bl') +const bl = BufferListStream() + +// equivalent to: + +const { BufferListStream } = require('bl') +const bl = new BufferListStream() +``` + +N.B. For backwards compatibility reasons, `BufferListStream` is the **default** export when you `require('bl')`: + +```js +const { BufferListStream } = require('bl') +// equivalent to: +const BufferListStream = require('bl') +``` + +-------------------------------------------------------- + +## Contributors + +**bl** is brought to you by the following hackers: + + * [Rod Vagg](https://github.com/rvagg) + * [Matteo Collina](https://github.com/mcollina) + * [Jarett Cruger](https://github.com/jcrugzz) + + +## License & copyright + +Copyright (c) 2013-2019 bl contributors (listed above). + +bl is licensed under the MIT license. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details. diff --git a/srv/node_modules/bl/bl.js b/srv/node_modules/bl/bl.js new file mode 100644 index 000000000..40228f879 --- /dev/null +++ b/srv/node_modules/bl/bl.js @@ -0,0 +1,84 @@ +'use strict' + +const DuplexStream = require('readable-stream').Duplex +const inherits = require('inherits') +const BufferList = require('./BufferList') + +function BufferListStream (callback) { + if (!(this instanceof BufferListStream)) { + return new BufferListStream(callback) + } + + if (typeof callback === 'function') { + this._callback = callback + + const piper = function piper (err) { + if (this._callback) { + this._callback(err) + this._callback = null + } + }.bind(this) + + this.on('pipe', function onPipe (src) { + src.on('error', piper) + }) + this.on('unpipe', function onUnpipe (src) { + src.removeListener('error', piper) + }) + + callback = null + } + + BufferList._init.call(this, callback) + DuplexStream.call(this) +} + +inherits(BufferListStream, DuplexStream) +Object.assign(BufferListStream.prototype, BufferList.prototype) + +BufferListStream.prototype._new = function _new (callback) { + return new BufferListStream(callback) +} + +BufferListStream.prototype._write = function _write (buf, encoding, callback) { + this._appendBuffer(buf) + + if (typeof callback === 'function') { + callback() + } +} + +BufferListStream.prototype._read = function _read (size) { + if (!this.length) { + return this.push(null) + } + + size = Math.min(size, this.length) + this.push(this.slice(0, size)) + this.consume(size) +} + +BufferListStream.prototype.end = function end (chunk) { + DuplexStream.prototype.end.call(this, chunk) + + if (this._callback) { + this._callback(null, this.slice()) + this._callback = null + } +} + +BufferListStream.prototype._destroy = function _destroy (err, cb) { + this._bufs.length = 0 + this.length = 0 + cb(err) +} + +BufferListStream.prototype._isBufferList = function _isBufferList (b) { + return b instanceof BufferListStream || b instanceof BufferList || BufferListStream.isBufferList(b) +} + +BufferListStream.isBufferList = BufferList.isBufferList + +module.exports = BufferListStream +module.exports.BufferListStream = BufferListStream +module.exports.BufferList = BufferList diff --git a/srv/node_modules/bl/package.json b/srv/node_modules/bl/package.json new file mode 100644 index 000000000..3b2be3f48 --- /dev/null +++ b/srv/node_modules/bl/package.json @@ -0,0 +1,37 @@ +{ + "name": "bl", + "version": "4.1.0", + "description": "Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!", + "license": "MIT", + "main": "bl.js", + "scripts": { + "lint": "standard *.js test/*.js", + "test": "npm run lint && node test/test.js | faucet" + }, + "repository": { + "type": "git", + "url": "https://github.com/rvagg/bl.git" + }, + "homepage": "https://github.com/rvagg/bl", + "authors": [ + "Rod Vagg (https://github.com/rvagg)", + "Matteo Collina (https://github.com/mcollina)", + "Jarett Cruger (https://github.com/jcrugzz)" + ], + "keywords": [ + "buffer", + "buffers", + "stream", + "awesomesauce" + ], + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + }, + "devDependencies": { + "faucet": "~0.0.1", + "standard": "^14.3.0", + "tape": "^4.11.0" + } +} diff --git a/srv/node_modules/bl/test/convert.js b/srv/node_modules/bl/test/convert.js new file mode 100644 index 000000000..9f3e23599 --- /dev/null +++ b/srv/node_modules/bl/test/convert.js @@ -0,0 +1,21 @@ +'use strict' + +const tape = require('tape') +const { BufferList, BufferListStream } = require('../') +const { Buffer } = require('buffer') + +tape('convert from BufferList to BufferListStream', (t) => { + const data = Buffer.from(`TEST-${Date.now()}`) + const bl = new BufferList(data) + const bls = new BufferListStream(bl) + t.ok(bl.slice().equals(bls.slice())) + t.end() +}) + +tape('convert from BufferListStream to BufferList', (t) => { + const data = Buffer.from(`TEST-${Date.now()}`) + const bls = new BufferListStream(data) + const bl = new BufferList(bls) + t.ok(bl.slice().equals(bls.slice())) + t.end() +}) diff --git a/srv/node_modules/bl/test/indexOf.js b/srv/node_modules/bl/test/indexOf.js new file mode 100644 index 000000000..62dcb01f3 --- /dev/null +++ b/srv/node_modules/bl/test/indexOf.js @@ -0,0 +1,492 @@ +'use strict' + +const tape = require('tape') +const BufferList = require('../') +const { Buffer } = require('buffer') + +tape('indexOf single byte needle', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg', '12345']) + + t.equal(bl.indexOf('e'), 4) + t.equal(bl.indexOf('e', 5), 11) + t.equal(bl.indexOf('e', 12), -1) + t.equal(bl.indexOf('5'), 18) + + t.end() +}) + +tape('indexOf multiple byte needle', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + + t.equal(bl.indexOf('ef'), 4) + t.equal(bl.indexOf('ef', 5), 11) + + t.end() +}) + +tape('indexOf multiple byte needles across buffer boundaries', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + + t.equal(bl.indexOf('fgabc'), 5) + + t.end() +}) + +tape('indexOf takes a Uint8Array search', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + const search = new Uint8Array([102, 103, 97, 98, 99]) // fgabc + + t.equal(bl.indexOf(search), 5) + + t.end() +}) + +tape('indexOf takes a buffer list search', (t) => { + const bl = new BufferList(['abcdefg', 'abcdefg']) + const search = new BufferList('fgabc') + + t.equal(bl.indexOf(search), 5) + + t.end() +}) + +tape('indexOf a zero byte needle', (t) => { + const b = new BufferList('abcdef') + const bufEmpty = Buffer.from('') + + t.equal(b.indexOf(''), 0) + t.equal(b.indexOf('', 1), 1) + t.equal(b.indexOf('', b.length + 1), b.length) + t.equal(b.indexOf('', Infinity), b.length) + t.equal(b.indexOf(bufEmpty), 0) + t.equal(b.indexOf(bufEmpty, 1), 1) + t.equal(b.indexOf(bufEmpty, b.length + 1), b.length) + t.equal(b.indexOf(bufEmpty, Infinity), b.length) + + t.end() +}) + +tape('indexOf buffers smaller and larger than the needle', (t) => { + const bl = new BufferList(['abcdefg', 'a', 'bcdefg', 'a', 'bcfgab']) + + t.equal(bl.indexOf('fgabc'), 5) + t.equal(bl.indexOf('fgabc', 6), 12) + t.equal(bl.indexOf('fgabc', 13), -1) + + t.end() +}) + +// only present in node 6+ +;(process.version.substr(1).split('.')[0] >= 6) && tape('indexOf latin1 and binary encoding', (t) => { + const b = new BufferList('abcdef') + + // test latin1 encoding + t.equal( + new BufferList(Buffer.from(b.toString('latin1'), 'latin1')) + .indexOf('d', 0, 'latin1'), + 3 + ) + t.equal( + new BufferList(Buffer.from(b.toString('latin1'), 'latin1')) + .indexOf(Buffer.from('d', 'latin1'), 0, 'latin1'), + 3 + ) + t.equal( + new BufferList(Buffer.from('aa\u00e8aa', 'latin1')) + .indexOf('\u00e8', 'latin1'), + 2 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'latin1')) + .indexOf('\u00e8', 'latin1'), + 0 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'latin1')) + .indexOf(Buffer.from('\u00e8', 'latin1'), 'latin1'), + 0 + ) + + // test binary encoding + t.equal( + new BufferList(Buffer.from(b.toString('binary'), 'binary')) + .indexOf('d', 0, 'binary'), + 3 + ) + t.equal( + new BufferList(Buffer.from(b.toString('binary'), 'binary')) + .indexOf(Buffer.from('d', 'binary'), 0, 'binary'), + 3 + ) + t.equal( + new BufferList(Buffer.from('aa\u00e8aa', 'binary')) + .indexOf('\u00e8', 'binary'), + 2 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'binary')) + .indexOf('\u00e8', 'binary'), + 0 + ) + t.equal( + new BufferList(Buffer.from('\u00e8', 'binary')) + .indexOf(Buffer.from('\u00e8', 'binary'), 'binary'), + 0 + ) + + t.end() +}) + +tape('indexOf the entire nodejs10 buffer test suite', (t) => { + const b = new BufferList('abcdef') + const bufA = Buffer.from('a') + const bufBc = Buffer.from('bc') + const bufF = Buffer.from('f') + const bufZ = Buffer.from('z') + + const stringComparison = 'abcdef' + + t.equal(b.indexOf('a'), 0) + t.equal(b.indexOf('a', 1), -1) + t.equal(b.indexOf('a', -1), -1) + t.equal(b.indexOf('a', -4), -1) + t.equal(b.indexOf('a', -b.length), 0) + t.equal(b.indexOf('a', NaN), 0) + t.equal(b.indexOf('a', -Infinity), 0) + t.equal(b.indexOf('a', Infinity), -1) + t.equal(b.indexOf('bc'), 1) + t.equal(b.indexOf('bc', 2), -1) + t.equal(b.indexOf('bc', -1), -1) + t.equal(b.indexOf('bc', -3), -1) + t.equal(b.indexOf('bc', -5), 1) + t.equal(b.indexOf('bc', NaN), 1) + t.equal(b.indexOf('bc', -Infinity), 1) + t.equal(b.indexOf('bc', Infinity), -1) + t.equal(b.indexOf('f'), b.length - 1) + t.equal(b.indexOf('z'), -1) + + // empty search tests + t.equal(b.indexOf(bufA), 0) + t.equal(b.indexOf(bufA, 1), -1) + t.equal(b.indexOf(bufA, -1), -1) + t.equal(b.indexOf(bufA, -4), -1) + t.equal(b.indexOf(bufA, -b.length), 0) + t.equal(b.indexOf(bufA, NaN), 0) + t.equal(b.indexOf(bufA, -Infinity), 0) + t.equal(b.indexOf(bufA, Infinity), -1) + t.equal(b.indexOf(bufBc), 1) + t.equal(b.indexOf(bufBc, 2), -1) + t.equal(b.indexOf(bufBc, -1), -1) + t.equal(b.indexOf(bufBc, -3), -1) + t.equal(b.indexOf(bufBc, -5), 1) + t.equal(b.indexOf(bufBc, NaN), 1) + t.equal(b.indexOf(bufBc, -Infinity), 1) + t.equal(b.indexOf(bufBc, Infinity), -1) + t.equal(b.indexOf(bufF), b.length - 1) + t.equal(b.indexOf(bufZ), -1) + t.equal(b.indexOf(0x61), 0) + t.equal(b.indexOf(0x61, 1), -1) + t.equal(b.indexOf(0x61, -1), -1) + t.equal(b.indexOf(0x61, -4), -1) + t.equal(b.indexOf(0x61, -b.length), 0) + t.equal(b.indexOf(0x61, NaN), 0) + t.equal(b.indexOf(0x61, -Infinity), 0) + t.equal(b.indexOf(0x61, Infinity), -1) + t.equal(b.indexOf(0x0), -1) + + // test offsets + t.equal(b.indexOf('d', 2), 3) + t.equal(b.indexOf('f', 5), 5) + t.equal(b.indexOf('f', -1), 5) + t.equal(b.indexOf('f', 6), -1) + + t.equal(b.indexOf(Buffer.from('d'), 2), 3) + t.equal(b.indexOf(Buffer.from('f'), 5), 5) + t.equal(b.indexOf(Buffer.from('f'), -1), 5) + t.equal(b.indexOf(Buffer.from('f'), 6), -1) + + t.equal(Buffer.from('ff').indexOf(Buffer.from('f'), 1, 'ucs2'), -1) + + // test invalid and uppercase encoding + t.equal(b.indexOf('b', 'utf8'), 1) + t.equal(b.indexOf('b', 'UTF8'), 1) + t.equal(b.indexOf('62', 'HEX'), 1) + t.throws(() => b.indexOf('bad', 'enc'), TypeError) + + // test hex encoding + t.equal( + Buffer.from(b.toString('hex'), 'hex') + .indexOf('64', 0, 'hex'), + 3 + ) + t.equal( + Buffer.from(b.toString('hex'), 'hex') + .indexOf(Buffer.from('64', 'hex'), 0, 'hex'), + 3 + ) + + // test base64 encoding + t.equal( + Buffer.from(b.toString('base64'), 'base64') + .indexOf('ZA==', 0, 'base64'), + 3 + ) + t.equal( + Buffer.from(b.toString('base64'), 'base64') + .indexOf(Buffer.from('ZA==', 'base64'), 0, 'base64'), + 3 + ) + + // test ascii encoding + t.equal( + Buffer.from(b.toString('ascii'), 'ascii') + .indexOf('d', 0, 'ascii'), + 3 + ) + t.equal( + Buffer.from(b.toString('ascii'), 'ascii') + .indexOf(Buffer.from('d', 'ascii'), 0, 'ascii'), + 3 + ) + + // test optional offset with passed encoding + t.equal(Buffer.from('aaaa0').indexOf('30', 'hex'), 4) + t.equal(Buffer.from('aaaa00a').indexOf('3030', 'hex'), 4) + + { + // test usc2 encoding + const twoByteString = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'ucs2') + + t.equal(8, twoByteString.indexOf('\u0395', 4, 'ucs2')) + t.equal(6, twoByteString.indexOf('\u03a3', -4, 'ucs2')) + t.equal(4, twoByteString.indexOf('\u03a3', -6, 'ucs2')) + t.equal(4, twoByteString.indexOf( + Buffer.from('\u03a3', 'ucs2'), -6, 'ucs2')) + t.equal(-1, twoByteString.indexOf('\u03a3', -2, 'ucs2')) + } + + const mixedByteStringUcs2 = + Buffer.from('\u039a\u0391abc\u03a3\u03a3\u0395', 'ucs2') + + t.equal(6, mixedByteStringUcs2.indexOf('bc', 0, 'ucs2')) + t.equal(10, mixedByteStringUcs2.indexOf('\u03a3', 0, 'ucs2')) + t.equal(-1, mixedByteStringUcs2.indexOf('\u0396', 0, 'ucs2')) + + t.equal( + 6, mixedByteStringUcs2.indexOf(Buffer.from('bc', 'ucs2'), 0, 'ucs2')) + t.equal( + 10, mixedByteStringUcs2.indexOf(Buffer.from('\u03a3', 'ucs2'), 0, 'ucs2')) + t.equal( + -1, mixedByteStringUcs2.indexOf(Buffer.from('\u0396', 'ucs2'), 0, 'ucs2')) + + { + const twoByteString = Buffer.from('\u039a\u0391\u03a3\u03a3\u0395', 'ucs2') + + // Test single char pattern + t.equal(0, twoByteString.indexOf('\u039a', 0, 'ucs2')) + let index = twoByteString.indexOf('\u0391', 0, 'ucs2') + t.equal(2, index, `Alpha - at index ${index}`) + index = twoByteString.indexOf('\u03a3', 0, 'ucs2') + t.equal(4, index, `First Sigma - at index ${index}`) + index = twoByteString.indexOf('\u03a3', 6, 'ucs2') + t.equal(6, index, `Second Sigma - at index ${index}`) + index = twoByteString.indexOf('\u0395', 0, 'ucs2') + t.equal(8, index, `Epsilon - at index ${index}`) + index = twoByteString.indexOf('\u0392', 0, 'ucs2') + t.equal(-1, index, `Not beta - at index ${index}`) + + // Test multi-char pattern + index = twoByteString.indexOf('\u039a\u0391', 0, 'ucs2') + t.equal(0, index, `Lambda Alpha - at index ${index}`) + index = twoByteString.indexOf('\u0391\u03a3', 0, 'ucs2') + t.equal(2, index, `Alpha Sigma - at index ${index}`) + index = twoByteString.indexOf('\u03a3\u03a3', 0, 'ucs2') + t.equal(4, index, `Sigma Sigma - at index ${index}`) + index = twoByteString.indexOf('\u03a3\u0395', 0, 'ucs2') + t.equal(6, index, `Sigma Epsilon - at index ${index}`) + } + + const mixedByteStringUtf8 = Buffer.from('\u039a\u0391abc\u03a3\u03a3\u0395') + + t.equal(5, mixedByteStringUtf8.indexOf('bc')) + t.equal(5, mixedByteStringUtf8.indexOf('bc', 5)) + t.equal(5, mixedByteStringUtf8.indexOf('bc', -8)) + t.equal(7, mixedByteStringUtf8.indexOf('\u03a3')) + t.equal(-1, mixedByteStringUtf8.indexOf('\u0396')) + + // Test complex string indexOf algorithms. Only trigger for long strings. + // Long string that isn't a simple repeat of a shorter string. + let longString = 'A' + for (let i = 66; i < 76; i++) { // from 'B' to 'K' + longString = longString + String.fromCharCode(i) + longString + } + + const longBufferString = Buffer.from(longString) + + // pattern of 15 chars, repeated every 16 chars in long + let pattern = 'ABACABADABACABA' + for (let i = 0; i < longBufferString.length - pattern.length; i += 7) { + const index = longBufferString.indexOf(pattern, i) + t.equal((i + 15) & ~0xf, index, + `Long ABACABA...-string at index ${i}`) + } + + let index = longBufferString.indexOf('AJABACA') + t.equal(510, index, `Long AJABACA, First J - at index ${index}`) + index = longBufferString.indexOf('AJABACA', 511) + t.equal(1534, index, `Long AJABACA, Second J - at index ${index}`) + + pattern = 'JABACABADABACABA' + index = longBufferString.indexOf(pattern) + t.equal(511, index, `Long JABACABA..., First J - at index ${index}`) + index = longBufferString.indexOf(pattern, 512) + t.equal( + 1535, index, `Long JABACABA..., Second J - at index ${index}`) + + // Search for a non-ASCII string in a pure ASCII string. + const asciiString = Buffer.from( + 'somethingnotatallsinisterwhichalsoworks') + t.equal(-1, asciiString.indexOf('\x2061')) + t.equal(3, asciiString.indexOf('eth', 0)) + + // Search in string containing many non-ASCII chars. + const allCodePoints = [] + for (let i = 0; i < 65536; i++) { + allCodePoints[i] = i + } + + const allCharsString = String.fromCharCode.apply(String, allCodePoints) + const allCharsBufferUtf8 = Buffer.from(allCharsString) + const allCharsBufferUcs2 = Buffer.from(allCharsString, 'ucs2') + + // Search for string long enough to trigger complex search with ASCII pattern + // and UC16 subject. + t.equal(-1, allCharsBufferUtf8.indexOf('notfound')) + t.equal(-1, allCharsBufferUcs2.indexOf('notfound')) + + // Needle is longer than haystack, but only because it's encoded as UTF-16 + t.equal(Buffer.from('aaaa').indexOf('a'.repeat(4), 'ucs2'), -1) + + t.equal(Buffer.from('aaaa').indexOf('a'.repeat(4), 'utf8'), 0) + t.equal(Buffer.from('aaaa').indexOf('你好', 'ucs2'), -1) + + // Haystack has odd length, but the needle is UCS2. + t.equal(Buffer.from('aaaaa').indexOf('b', 'ucs2'), -1) + + { + // Find substrings in Utf8. + const lengths = [1, 3, 15] // Single char, simple and complex. + const indices = [0x5, 0x60, 0x400, 0x680, 0x7ee, 0xFF02, 0x16610, 0x2f77b] + for (let lengthIndex = 0; lengthIndex < lengths.length; lengthIndex++) { + for (let i = 0; i < indices.length; i++) { + const index = indices[i] + let length = lengths[lengthIndex] + + if (index + length > 0x7F) { + length = 2 * length + } + + if (index + length > 0x7FF) { + length = 3 * length + } + + if (index + length > 0xFFFF) { + length = 4 * length + } + + const patternBufferUtf8 = allCharsBufferUtf8.slice(index, index + length) + t.equal(index, allCharsBufferUtf8.indexOf(patternBufferUtf8)) + + const patternStringUtf8 = patternBufferUtf8.toString() + t.equal(index, allCharsBufferUtf8.indexOf(patternStringUtf8)) + } + } + } + + { + // Find substrings in Usc2. + const lengths = [2, 4, 16] // Single char, simple and complex. + const indices = [0x5, 0x65, 0x105, 0x205, 0x285, 0x2005, 0x2085, 0xfff0] + + for (let lengthIndex = 0; lengthIndex < lengths.length; lengthIndex++) { + for (let i = 0; i < indices.length; i++) { + const index = indices[i] * 2 + const length = lengths[lengthIndex] + + const patternBufferUcs2 = + allCharsBufferUcs2.slice(index, index + length) + t.equal( + index, allCharsBufferUcs2.indexOf(patternBufferUcs2, 0, 'ucs2')) + + const patternStringUcs2 = patternBufferUcs2.toString('ucs2') + t.equal( + index, allCharsBufferUcs2.indexOf(patternStringUcs2, 0, 'ucs2')) + } + } + } + + [ + () => {}, + {}, + [] + ].forEach((val) => { + t.throws(() => b.indexOf(val), TypeError, `"${JSON.stringify(val)}" should throw`) + }) + + // Test weird offset arguments. + // The following offsets coerce to NaN or 0, searching the whole Buffer + t.equal(b.indexOf('b', undefined), 1) + t.equal(b.indexOf('b', {}), 1) + t.equal(b.indexOf('b', 0), 1) + t.equal(b.indexOf('b', null), 1) + t.equal(b.indexOf('b', []), 1) + + // The following offset coerces to 2, in other words +[2] === 2 + t.equal(b.indexOf('b', [2]), -1) + + // Behavior should match String.indexOf() + t.equal( + b.indexOf('b', undefined), + stringComparison.indexOf('b', undefined)) + t.equal( + b.indexOf('b', {}), + stringComparison.indexOf('b', {})) + t.equal( + b.indexOf('b', 0), + stringComparison.indexOf('b', 0)) + t.equal( + b.indexOf('b', null), + stringComparison.indexOf('b', null)) + t.equal( + b.indexOf('b', []), + stringComparison.indexOf('b', [])) + t.equal( + b.indexOf('b', [2]), + stringComparison.indexOf('b', [2])) + + // test truncation of Number arguments to uint8 + { + const buf = Buffer.from('this is a test') + + t.equal(buf.indexOf(0x6973), 3) + t.equal(buf.indexOf(0x697320), 4) + t.equal(buf.indexOf(0x69732069), 2) + t.equal(buf.indexOf(0x697374657374), 0) + t.equal(buf.indexOf(0x69737374), 0) + t.equal(buf.indexOf(0x69737465), 11) + t.equal(buf.indexOf(0x69737465), 11) + t.equal(buf.indexOf(-140), 0) + t.equal(buf.indexOf(-152), 1) + t.equal(buf.indexOf(0xff), -1) + t.equal(buf.indexOf(0xffff), -1) + } + + // Test that Uint8Array arguments are okay. + { + const needle = new Uint8Array([0x66, 0x6f, 0x6f]) + const haystack = new BufferList(Buffer.from('a foo b foo')) + t.equal(haystack.indexOf(needle), 2) + } + + t.end() +}) diff --git a/srv/node_modules/bl/test/isBufferList.js b/srv/node_modules/bl/test/isBufferList.js new file mode 100644 index 000000000..9d895d59b --- /dev/null +++ b/srv/node_modules/bl/test/isBufferList.js @@ -0,0 +1,32 @@ +'use strict' + +const tape = require('tape') +const { BufferList, BufferListStream } = require('../') +const { Buffer } = require('buffer') + +tape('isBufferList positives', (t) => { + t.ok(BufferList.isBufferList(new BufferList())) + t.ok(BufferList.isBufferList(new BufferListStream())) + + t.end() +}) + +tape('isBufferList negatives', (t) => { + const types = [ + null, + undefined, + NaN, + true, + false, + {}, + [], + Buffer.alloc(0), + [Buffer.alloc(0)] + ] + + for (const obj of types) { + t.notOk(BufferList.isBufferList(obj)) + } + + t.end() +}) diff --git a/srv/node_modules/bl/test/test.js b/srv/node_modules/bl/test/test.js new file mode 100644 index 000000000..e523d0c3f --- /dev/null +++ b/srv/node_modules/bl/test/test.js @@ -0,0 +1,869 @@ +'use strict' + +const tape = require('tape') +const crypto = require('crypto') +const fs = require('fs') +const path = require('path') +const BufferList = require('../') +const { Buffer } = require('buffer') + +const encodings = + ('hex utf8 utf-8 ascii binary base64' + + (process.browser ? '' : ' ucs2 ucs-2 utf16le utf-16le')).split(' ') + +require('./indexOf') +require('./isBufferList') +require('./convert') + +tape('single bytes from single buffer', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abcd')) + + t.equal(bl.length, 4) + t.equal(bl.get(-1), undefined) + t.equal(bl.get(0), 97) + t.equal(bl.get(1), 98) + t.equal(bl.get(2), 99) + t.equal(bl.get(3), 100) + t.equal(bl.get(4), undefined) + + t.end() +}) + +tape('single bytes from multiple buffers', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.length, 10) + + t.equal(bl.get(0), 97) + t.equal(bl.get(1), 98) + t.equal(bl.get(2), 99) + t.equal(bl.get(3), 100) + t.equal(bl.get(4), 101) + t.equal(bl.get(5), 102) + t.equal(bl.get(6), 103) + t.equal(bl.get(7), 104) + t.equal(bl.get(8), 105) + t.equal(bl.get(9), 106) + + t.end() +}) + +tape('multi bytes from single buffer', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abcd')) + + t.equal(bl.length, 4) + + t.equal(bl.slice(0, 4).toString('ascii'), 'abcd') + t.equal(bl.slice(0, 3).toString('ascii'), 'abc') + t.equal(bl.slice(1, 4).toString('ascii'), 'bcd') + t.equal(bl.slice(-4, -1).toString('ascii'), 'abc') + + t.end() +}) + +tape('multi bytes from single buffer (negative indexes)', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('buffer')) + + t.equal(bl.length, 6) + + t.equal(bl.slice(-6, -1).toString('ascii'), 'buffe') + t.equal(bl.slice(-6, -2).toString('ascii'), 'buff') + t.equal(bl.slice(-5, -2).toString('ascii'), 'uff') + + t.end() +}) + +tape('multiple bytes from multiple buffers', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + t.equal(bl.slice(3, 10).toString('ascii'), 'defghij') + t.equal(bl.slice(3, 6).toString('ascii'), 'def') + t.equal(bl.slice(3, 8).toString('ascii'), 'defgh') + t.equal(bl.slice(5, 10).toString('ascii'), 'fghij') + t.equal(bl.slice(-7, -4).toString('ascii'), 'def') + + t.end() +}) + +tape('multiple bytes from multiple buffer lists', function (t) { + const bl = new BufferList() + + bl.append(new BufferList([Buffer.from('abcd'), Buffer.from('efg')])) + bl.append(new BufferList([Buffer.from('hi'), Buffer.from('j')])) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + + t.equal(bl.slice(3, 10).toString('ascii'), 'defghij') + t.equal(bl.slice(3, 6).toString('ascii'), 'def') + t.equal(bl.slice(3, 8).toString('ascii'), 'defgh') + t.equal(bl.slice(5, 10).toString('ascii'), 'fghij') + + t.end() +}) + +// same data as previous test, just using nested constructors +tape('multiple bytes from crazy nested buffer lists', function (t) { + const bl = new BufferList() + + bl.append(new BufferList([ + new BufferList([ + new BufferList(Buffer.from('abc')), + Buffer.from('d'), + new BufferList(Buffer.from('efg')) + ]), + new BufferList([Buffer.from('hi')]), + new BufferList(Buffer.from('j')) + ])) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + + t.equal(bl.slice(3, 10).toString('ascii'), 'defghij') + t.equal(bl.slice(3, 6).toString('ascii'), 'def') + t.equal(bl.slice(3, 8).toString('ascii'), 'defgh') + t.equal(bl.slice(5, 10).toString('ascii'), 'fghij') + + t.end() +}) + +tape('append accepts arrays of Buffers', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abc')) + bl.append([Buffer.from('def')]) + bl.append([Buffer.from('ghi'), Buffer.from('jkl')]) + bl.append([Buffer.from('mnop'), Buffer.from('qrstu'), Buffer.from('vwxyz')]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('append accepts arrays of Uint8Arrays', function (t) { + const bl = new BufferList() + + bl.append(new Uint8Array([97, 98, 99])) + bl.append([Uint8Array.from([100, 101, 102])]) + bl.append([new Uint8Array([103, 104, 105]), new Uint8Array([106, 107, 108])]) + bl.append([new Uint8Array([109, 110, 111, 112]), new Uint8Array([113, 114, 115, 116, 117]), new Uint8Array([118, 119, 120, 121, 122])]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('append accepts arrays of BufferLists', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abc')) + bl.append([new BufferList('def')]) + bl.append(new BufferList([Buffer.from('ghi'), new BufferList('jkl')])) + bl.append([Buffer.from('mnop'), new BufferList([Buffer.from('qrstu'), Buffer.from('vwxyz')])]) + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('append chainable', function (t) { + const bl = new BufferList() + + t.ok(bl.append(Buffer.from('abcd')) === bl) + t.ok(bl.append([Buffer.from('abcd')]) === bl) + t.ok(bl.append(new BufferList(Buffer.from('abcd'))) === bl) + t.ok(bl.append([new BufferList(Buffer.from('abcd'))]) === bl) + + t.end() +}) + +tape('append chainable (test results)', function (t) { + const bl = new BufferList('abc') + .append([new BufferList('def')]) + .append(new BufferList([Buffer.from('ghi'), new BufferList('jkl')])) + .append([Buffer.from('mnop'), new BufferList([Buffer.from('qrstu'), Buffer.from('vwxyz')])]) + + t.equal(bl.length, 26) + t.equal(bl.slice().toString('ascii'), 'abcdefghijklmnopqrstuvwxyz') + + t.end() +}) + +tape('consuming from multiple buffers', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.length, 10) + + t.equal(bl.slice(0, 10).toString('ascii'), 'abcdefghij') + + bl.consume(3) + t.equal(bl.length, 7) + t.equal(bl.slice(0, 7).toString('ascii'), 'defghij') + + bl.consume(2) + t.equal(bl.length, 5) + t.equal(bl.slice(0, 5).toString('ascii'), 'fghij') + + bl.consume(1) + t.equal(bl.length, 4) + t.equal(bl.slice(0, 4).toString('ascii'), 'ghij') + + bl.consume(1) + t.equal(bl.length, 3) + t.equal(bl.slice(0, 3).toString('ascii'), 'hij') + + bl.consume(2) + t.equal(bl.length, 1) + t.equal(bl.slice(0, 1).toString('ascii'), 'j') + + t.end() +}) + +tape('complete consumption', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('a')) + bl.append(Buffer.from('b')) + + bl.consume(2) + + t.equal(bl.length, 0) + t.equal(bl._bufs.length, 0) + + t.end() +}) + +tape('test readUInt8 / readInt8', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferList() + + buf1[0] = 0x1 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUInt8(), 0x1) + t.equal(bl.readUInt8(2), 0x3) + t.equal(bl.readInt8(2), 0x3) + t.equal(bl.readUInt8(3), 0x4) + t.equal(bl.readInt8(3), 0x4) + t.equal(bl.readUInt8(4), 0x23) + t.equal(bl.readInt8(4), 0x23) + t.equal(bl.readUInt8(5), 0x42) + t.equal(bl.readInt8(5), 0x42) + + t.end() +}) + +tape('test readUInt16LE / readUInt16BE / readInt16LE / readInt16BE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferList() + + buf1[0] = 0x1 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUInt16BE(), 0x0100) + t.equal(bl.readUInt16LE(), 0x0001) + t.equal(bl.readUInt16BE(2), 0x0304) + t.equal(bl.readUInt16LE(2), 0x0403) + t.equal(bl.readInt16BE(2), 0x0304) + t.equal(bl.readInt16LE(2), 0x0403) + t.equal(bl.readUInt16BE(3), 0x0423) + t.equal(bl.readUInt16LE(3), 0x2304) + t.equal(bl.readInt16BE(3), 0x0423) + t.equal(bl.readInt16LE(3), 0x2304) + t.equal(bl.readUInt16BE(4), 0x2342) + t.equal(bl.readUInt16LE(4), 0x4223) + t.equal(bl.readInt16BE(4), 0x2342) + t.equal(bl.readInt16LE(4), 0x4223) + + t.end() +}) + +tape('test readUInt32LE / readUInt32BE / readInt32LE / readInt32BE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferList() + + buf1[0] = 0x1 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUInt32BE(), 0x01000304) + t.equal(bl.readUInt32LE(), 0x04030001) + t.equal(bl.readUInt32BE(2), 0x03042342) + t.equal(bl.readUInt32LE(2), 0x42230403) + t.equal(bl.readInt32BE(2), 0x03042342) + t.equal(bl.readInt32LE(2), 0x42230403) + + t.end() +}) + +tape('test readUIntLE / readUIntBE / readIntLE / readIntBE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferList() + + buf2[0] = 0x2 + buf2[1] = 0x3 + buf2[2] = 0x4 + buf3[0] = 0x23 + buf3[1] = 0x42 + buf3[2] = 0x61 + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + t.equal(bl.readUIntBE(1, 1), 0x02) + t.equal(bl.readUIntBE(1, 2), 0x0203) + t.equal(bl.readUIntBE(1, 3), 0x020304) + t.equal(bl.readUIntBE(1, 4), 0x02030423) + t.equal(bl.readUIntBE(1, 5), 0x0203042342) + t.equal(bl.readUIntBE(1, 6), 0x020304234261) + t.equal(bl.readUIntLE(1, 1), 0x02) + t.equal(bl.readUIntLE(1, 2), 0x0302) + t.equal(bl.readUIntLE(1, 3), 0x040302) + t.equal(bl.readUIntLE(1, 4), 0x23040302) + t.equal(bl.readUIntLE(1, 5), 0x4223040302) + t.equal(bl.readUIntLE(1, 6), 0x614223040302) + t.equal(bl.readIntBE(1, 1), 0x02) + t.equal(bl.readIntBE(1, 2), 0x0203) + t.equal(bl.readIntBE(1, 3), 0x020304) + t.equal(bl.readIntBE(1, 4), 0x02030423) + t.equal(bl.readIntBE(1, 5), 0x0203042342) + t.equal(bl.readIntBE(1, 6), 0x020304234261) + t.equal(bl.readIntLE(1, 1), 0x02) + t.equal(bl.readIntLE(1, 2), 0x0302) + t.equal(bl.readIntLE(1, 3), 0x040302) + t.equal(bl.readIntLE(1, 4), 0x23040302) + t.equal(bl.readIntLE(1, 5), 0x4223040302) + t.equal(bl.readIntLE(1, 6), 0x614223040302) + + t.end() +}) + +tape('test readFloatLE / readFloatBE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(3) + const bl = new BufferList() + + buf1[0] = 0x01 + buf2[1] = 0x00 + buf2[2] = 0x00 + buf3[0] = 0x80 + buf3[1] = 0x3f + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + const canonical = Buffer.concat([buf1, buf2, buf3]) + t.equal(bl.readFloatLE(), canonical.readFloatLE()) + t.equal(bl.readFloatBE(), canonical.readFloatBE()) + t.equal(bl.readFloatLE(2), canonical.readFloatLE(2)) + t.equal(bl.readFloatBE(2), canonical.readFloatBE(2)) + + t.end() +}) + +tape('test readDoubleLE / readDoubleBE', function (t) { + const buf1 = Buffer.alloc(1) + const buf2 = Buffer.alloc(3) + const buf3 = Buffer.alloc(10) + const bl = new BufferList() + + buf1[0] = 0x01 + buf2[1] = 0x55 + buf2[2] = 0x55 + buf3[0] = 0x55 + buf3[1] = 0x55 + buf3[2] = 0x55 + buf3[3] = 0x55 + buf3[4] = 0xd5 + buf3[5] = 0x3f + + bl.append(buf1) + bl.append(buf2) + bl.append(buf3) + + const canonical = Buffer.concat([buf1, buf2, buf3]) + t.equal(bl.readDoubleBE(), canonical.readDoubleBE()) + t.equal(bl.readDoubleLE(), canonical.readDoubleLE()) + t.equal(bl.readDoubleBE(2), canonical.readDoubleBE(2)) + t.equal(bl.readDoubleLE(2), canonical.readDoubleLE(2)) + + t.end() +}) + +tape('test toString', function (t) { + const bl = new BufferList() + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + + t.equal(bl.toString('ascii', 0, 10), 'abcdefghij') + t.equal(bl.toString('ascii', 3, 10), 'defghij') + t.equal(bl.toString('ascii', 3, 6), 'def') + t.equal(bl.toString('ascii', 3, 8), 'defgh') + t.equal(bl.toString('ascii', 5, 10), 'fghij') + + t.end() +}) + +tape('test toString encoding', function (t) { + const bl = new BufferList() + const b = Buffer.from('abcdefghij\xff\x00') + + bl.append(Buffer.from('abcd')) + bl.append(Buffer.from('efg')) + bl.append(Buffer.from('hi')) + bl.append(Buffer.from('j')) + bl.append(Buffer.from('\xff\x00')) + + encodings.forEach(function (enc) { + t.equal(bl.toString(enc), b.toString(enc), enc) + }) + + t.end() +}) + +tape('uninitialized memory', function (t) { + const secret = crypto.randomBytes(256) + for (let i = 0; i < 1e6; i++) { + const clone = Buffer.from(secret) + const bl = new BufferList() + bl.append(Buffer.from('a')) + bl.consume(-1024) + const buf = bl.slice(1) + if (buf.indexOf(clone) !== -1) { + t.fail(`Match (at ${i})`) + break + } + } + t.end() +}) + +!process.browser && tape('test stream', function (t) { + const random = crypto.randomBytes(65534) + + const bl = new BufferList((err, buf) => { + t.ok(Buffer.isBuffer(buf)) + t.ok(err === null) + t.ok(random.equals(bl.slice())) + t.ok(random.equals(buf.slice())) + + bl.pipe(fs.createWriteStream('/tmp/bl_test_rnd_out.dat')) + .on('close', function () { + const rndhash = crypto.createHash('md5').update(random).digest('hex') + const md5sum = crypto.createHash('md5') + const s = fs.createReadStream('/tmp/bl_test_rnd_out.dat') + + s.on('data', md5sum.update.bind(md5sum)) + s.on('end', function () { + t.equal(rndhash, md5sum.digest('hex'), 'woohoo! correct hash!') + t.end() + }) + }) + }) + + fs.writeFileSync('/tmp/bl_test_rnd.dat', random) + fs.createReadStream('/tmp/bl_test_rnd.dat').pipe(bl) +}) + +tape('instantiation with Buffer', function (t) { + const buf = crypto.randomBytes(1024) + const buf2 = crypto.randomBytes(1024) + let b = BufferList(buf) + + t.equal(buf.toString('hex'), b.slice().toString('hex'), 'same buffer') + b = BufferList([buf, buf2]) + t.equal(b.slice().toString('hex'), Buffer.concat([buf, buf2]).toString('hex'), 'same buffer') + + t.end() +}) + +tape('test String appendage', function (t) { + const bl = new BufferList() + const b = Buffer.from('abcdefghij\xff\x00') + + bl.append('abcd') + bl.append('efg') + bl.append('hi') + bl.append('j') + bl.append('\xff\x00') + + encodings.forEach(function (enc) { + t.equal(bl.toString(enc), b.toString(enc)) + }) + + t.end() +}) + +tape('test Number appendage', function (t) { + const bl = new BufferList() + const b = Buffer.from('1234567890') + + bl.append(1234) + bl.append(567) + bl.append(89) + bl.append(0) + + encodings.forEach(function (enc) { + t.equal(bl.toString(enc), b.toString(enc)) + }) + + t.end() +}) + +tape('write nothing, should get empty buffer', function (t) { + t.plan(3) + BufferList(function (err, data) { + t.notOk(err, 'no error') + t.ok(Buffer.isBuffer(data), 'got a buffer') + t.equal(0, data.length, 'got a zero-length buffer') + t.end() + }).end() +}) + +tape('unicode string', function (t) { + t.plan(2) + + const inp1 = '\u2600' + const inp2 = '\u2603' + const exp = inp1 + ' and ' + inp2 + const bl = BufferList() + + bl.write(inp1) + bl.write(' and ') + bl.write(inp2) + t.equal(exp, bl.toString()) + t.equal(Buffer.from(exp).toString('hex'), bl.toString('hex')) +}) + +tape('should emit finish', function (t) { + const source = BufferList() + const dest = BufferList() + + source.write('hello') + source.pipe(dest) + + dest.on('finish', function () { + t.equal(dest.toString('utf8'), 'hello') + t.end() + }) +}) + +tape('basic copy', function (t) { + const buf = crypto.randomBytes(1024) + const buf2 = Buffer.alloc(1024) + const b = BufferList(buf) + + b.copy(buf2) + t.equal(b.slice().toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy after many appends', function (t) { + const buf = crypto.randomBytes(512) + const buf2 = Buffer.alloc(1024) + const b = BufferList(buf) + + b.append(buf) + b.copy(buf2) + t.equal(b.slice().toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy at a precise position', function (t) { + const buf = crypto.randomBytes(1004) + const buf2 = Buffer.alloc(1024) + const b = BufferList(buf) + + b.copy(buf2, 20) + t.equal(b.slice().toString('hex'), buf2.slice(20).toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy starting from a precise location', function (t) { + const buf = crypto.randomBytes(10) + const buf2 = Buffer.alloc(5) + const b = BufferList(buf) + + b.copy(buf2, 0, 5) + t.equal(b.slice(5).toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy in an interval', function (t) { + const rnd = crypto.randomBytes(10) + const b = BufferList(rnd) // put the random bytes there + const actual = Buffer.alloc(3) + const expected = Buffer.alloc(3) + + rnd.copy(expected, 0, 5, 8) + b.copy(actual, 0, 5, 8) + + t.equal(actual.toString('hex'), expected.toString('hex'), 'same buffer') + + t.end() +}) + +tape('copy an interval between two buffers', function (t) { + const buf = crypto.randomBytes(10) + const buf2 = Buffer.alloc(10) + const b = BufferList(buf) + + b.append(buf) + b.copy(buf2, 0, 5, 15) + + t.equal(b.slice(5, 15).toString('hex'), buf2.toString('hex'), 'same buffer') + + t.end() +}) + +tape('shallow slice across buffer boundaries', function (t) { + const bl = new BufferList(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice(3, 13).toString(), 'stSecondTh') + + t.end() +}) + +tape('shallow slice within single buffer', function (t) { + t.plan(2) + + const bl = new BufferList(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice(5, 10).toString(), 'Secon') + t.equal(bl.shallowSlice(7, 10).toString(), 'con') + + t.end() +}) + +tape('shallow slice single buffer', function (t) { + t.plan(3) + + const bl = new BufferList(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice(0, 5).toString(), 'First') + t.equal(bl.shallowSlice(5, 11).toString(), 'Second') + t.equal(bl.shallowSlice(11, 16).toString(), 'Third') +}) + +tape('shallow slice with negative or omitted indices', function (t) { + t.plan(4) + + const bl = new BufferList(['First', 'Second', 'Third']) + + t.equal(bl.shallowSlice().toString(), 'FirstSecondThird') + t.equal(bl.shallowSlice(5).toString(), 'SecondThird') + t.equal(bl.shallowSlice(5, -3).toString(), 'SecondTh') + t.equal(bl.shallowSlice(-8).toString(), 'ondThird') +}) + +tape('shallow slice does not make a copy', function (t) { + t.plan(1) + + const buffers = [Buffer.from('First'), Buffer.from('Second'), Buffer.from('Third')] + const bl = (new BufferList(buffers)).shallowSlice(5, -3) + + buffers[1].fill('h') + buffers[2].fill('h') + + t.equal(bl.toString(), 'hhhhhhhh') +}) + +tape('shallow slice with 0 length', function (t) { + t.plan(1) + + const buffers = [Buffer.from('First'), Buffer.from('Second'), Buffer.from('Third')] + const bl = (new BufferList(buffers)).shallowSlice(0, 0) + + t.equal(bl.length, 0) +}) + +tape('shallow slice with 0 length from middle', function (t) { + t.plan(1) + + const buffers = [Buffer.from('First'), Buffer.from('Second'), Buffer.from('Third')] + const bl = (new BufferList(buffers)).shallowSlice(10, 10) + + t.equal(bl.length, 0) +}) + +tape('duplicate', function (t) { + t.plan(2) + + const bl = new BufferList('abcdefghij\xff\x00') + const dup = bl.duplicate() + + t.equal(bl.prototype, dup.prototype) + t.equal(bl.toString('hex'), dup.toString('hex')) +}) + +tape('destroy no pipe', function (t) { + t.plan(2) + + const bl = new BufferList('alsdkfja;lsdkfja;lsdk') + + bl.destroy() + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) +}) + +tape('destroy with error', function (t) { + t.plan(3) + + const bl = new BufferList('alsdkfja;lsdkfja;lsdk') + const err = new Error('kaboom') + + bl.destroy(err) + bl.on('error', function (_err) { + t.equal(_err, err) + }) + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) +}) + +!process.browser && tape('destroy with pipe before read end', function (t) { + t.plan(2) + + const bl = new BufferList() + fs.createReadStream(path.join(__dirname, '/test.js')) + .pipe(bl) + + bl.destroy() + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) +}) + +!process.browser && tape('destroy with pipe before read end with race', function (t) { + t.plan(2) + + const bl = new BufferList() + + fs.createReadStream(path.join(__dirname, '/test.js')) + .pipe(bl) + + setTimeout(function () { + bl.destroy() + setTimeout(function () { + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) + }, 500) + }, 500) +}) + +!process.browser && tape('destroy with pipe after read end', function (t) { + t.plan(2) + + const bl = new BufferList() + + fs.createReadStream(path.join(__dirname, '/test.js')) + .on('end', onEnd) + .pipe(bl) + + function onEnd () { + bl.destroy() + + t.equal(bl._bufs.length, 0) + t.equal(bl.length, 0) + } +}) + +!process.browser && tape('destroy with pipe while writing to a destination', function (t) { + t.plan(4) + + const bl = new BufferList() + const ds = new BufferList() + + fs.createReadStream(path.join(__dirname, '/test.js')) + .on('end', onEnd) + .pipe(bl) + + function onEnd () { + bl.pipe(ds) + + setTimeout(function () { + bl.destroy() + + t.equals(bl._bufs.length, 0) + t.equals(bl.length, 0) + + ds.destroy() + + t.equals(bl._bufs.length, 0) + t.equals(bl.length, 0) + }, 100) + } +}) + +!process.browser && tape('handle error', function (t) { + t.plan(2) + + fs.createReadStream('/does/not/exist').pipe(BufferList(function (err, data) { + t.ok(err instanceof Error, 'has error') + t.notOk(data, 'no data') + })) +}) diff --git a/srv/node_modules/body-parser/HISTORY.md b/srv/node_modules/body-parser/HISTORY.md new file mode 100644 index 000000000..17dd110e8 --- /dev/null +++ b/srv/node_modules/body-parser/HISTORY.md @@ -0,0 +1,731 @@ +2.2.0 / 2025-03-27 +========================= + +* refactor: normalize common options for all parsers +* deps: + * iconv-lite@^0.6.3 + +2.1.0 / 2025-02-10 +========================= + +* deps: + * type-is@^2.0.0 + * debug@^4.4.0 + * Removed destroy +* refactor: prefix built-in node module imports +* use the node require cache instead of custom caching + +2.0.2 / 2024-10-31 +========================= + +* remove `unpipe` package and use native `unpipe()` method + +2.0.1 / 2024-09-10 +========================= + +* Restore expected behavior `extended` to `false` + +2.0.0 / 2024-09-10 +========================= +* Propagate changes from 1.20.3 +* add brotli support #406 +* Breaking Change: Node.js 18 is the minimum supported version + +2.0.0-beta.2 / 2023-02-23 +========================= + +This incorporates all changes after 1.19.1 up to 1.20.2. + + * Remove deprecated `bodyParser()` combination middleware + * deps: debug@3.1.0 + - Add `DEBUG_HIDE_DATE` environment variable + - Change timer to per-namespace instead of global + - Change non-TTY date format + - Remove `DEBUG_FD` environment variable support + - Support 256 namespace colors + * deps: iconv-lite@0.5.2 + - Add encoding cp720 + - Add encoding UTF-32 + * deps: raw-body@3.0.0-beta.1 + +2.0.0-beta.1 / 2021-12-17 +========================= + + * Drop support for Node.js 0.8 + * `req.body` is no longer always initialized to `{}` + - it is left `undefined` unless a body is parsed + * `urlencoded` parser now defaults `extended` to `false` + * Use `on-finished` to determine when body read + +1.20.3 / 2024-09-10 +=================== + + * deps: qs@6.13.0 + * add `depth` option to customize the depth level in the parser + * IMPORTANT: The default `depth` level for parsing URL-encoded data is now `32` (previously was `Infinity`) + +1.20.2 / 2023-02-21 +=================== + + * Fix strict json error message on Node.js 19+ + * deps: content-type@~1.0.5 + - perf: skip value escaping when unnecessary + * deps: raw-body@2.5.2 + +1.20.1 / 2022-10-06 +=================== + + * deps: qs@6.11.0 + * perf: remove unnecessary object clone + +1.20.0 / 2022-04-02 +=================== + + * Fix error message for json parse whitespace in `strict` + * Fix internal error when inflated body exceeds limit + * Prevent loss of async hooks context + * Prevent hanging when request already read + * deps: depd@2.0.0 + - Replace internal `eval` usage with `Function` constructor + - Use instance methods on `process` to check for listeners + * deps: http-errors@2.0.0 + - deps: depd@2.0.0 + - deps: statuses@2.0.1 + * deps: on-finished@2.4.1 + * deps: qs@6.10.3 + * deps: raw-body@2.5.1 + - deps: http-errors@2.0.0 + +1.19.2 / 2022-02-15 +=================== + + * deps: bytes@3.1.2 + * deps: qs@6.9.7 + * Fix handling of `__proto__` keys + * deps: raw-body@2.4.3 + - deps: bytes@3.1.2 + +1.19.1 / 2021-12-10 +=================== + + * deps: bytes@3.1.1 + * deps: http-errors@1.8.1 + - deps: inherits@2.0.4 + - deps: toidentifier@1.0.1 + - deps: setprototypeof@1.2.0 + * deps: qs@6.9.6 + * deps: raw-body@2.4.2 + - deps: bytes@3.1.1 + - deps: http-errors@1.8.1 + * deps: safe-buffer@5.2.1 + * deps: type-is@~1.6.18 + +1.19.0 / 2019-04-25 +=================== + + * deps: bytes@3.1.0 + - Add petabyte (`pb`) support + * deps: http-errors@1.7.2 + - Set constructor name when possible + - deps: setprototypeof@1.1.1 + - deps: statuses@'>= 1.5.0 < 2' + * deps: iconv-lite@0.4.24 + - Added encoding MIK + * deps: qs@6.7.0 + - Fix parsing array brackets after index + * deps: raw-body@2.4.0 + - deps: bytes@3.1.0 + - deps: http-errors@1.7.2 + - deps: iconv-lite@0.4.24 + * deps: type-is@~1.6.17 + - deps: mime-types@~2.1.24 + - perf: prevent internal `throw` on invalid type + +1.18.3 / 2018-05-14 +=================== + + * Fix stack trace for strict json parse error + * deps: depd@~1.1.2 + - perf: remove argument reassignment + * deps: http-errors@~1.6.3 + - deps: depd@~1.1.2 + - deps: setprototypeof@1.1.0 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.23 + - Fix loading encoding with year appended + - Fix deprecation warnings on Node.js 10+ + * deps: qs@6.5.2 + * deps: raw-body@2.3.3 + - deps: http-errors@1.6.3 + - deps: iconv-lite@0.4.23 + * deps: type-is@~1.6.16 + - deps: mime-types@~2.1.18 + +1.18.2 / 2017-09-22 +=================== + + * deps: debug@2.6.9 + * perf: remove argument reassignment + +1.18.1 / 2017-09-12 +=================== + + * deps: content-type@~1.0.4 + - perf: remove argument reassignment + - perf: skip parameter parsing when no parameters + * deps: iconv-lite@0.4.19 + - Fix ISO-8859-1 regression + - Update Windows-1255 + * deps: qs@6.5.1 + - Fix parsing & compacting very deep objects + * deps: raw-body@2.3.2 + - deps: iconv-lite@0.4.19 + +1.18.0 / 2017-09-08 +=================== + + * Fix JSON strict violation error to match native parse error + * Include the `body` property on verify errors + * Include the `type` property on all generated errors + * Use `http-errors` to set status code on errors + * deps: bytes@3.0.0 + * deps: debug@2.6.8 + * deps: depd@~1.1.1 + - Remove unnecessary `Buffer` loading + * deps: http-errors@~1.6.2 + - deps: depd@1.1.1 + * deps: iconv-lite@0.4.18 + - Add support for React Native + - Add a warning if not loaded as utf-8 + - Fix CESU-8 decoding in Node.js 8 + - Improve speed of ISO-8859-1 encoding + * deps: qs@6.5.0 + * deps: raw-body@2.3.1 + - Use `http-errors` for standard emitted errors + - deps: bytes@3.0.0 + - deps: iconv-lite@0.4.18 + - perf: skip buffer decoding on overage chunk + * perf: prevent internal `throw` when missing charset + +1.17.2 / 2017-05-17 +=================== + + * deps: debug@2.6.7 + - Fix `DEBUG_MAX_ARRAY_LENGTH` + - deps: ms@2.0.0 + * deps: type-is@~1.6.15 + - deps: mime-types@~2.1.15 + +1.17.1 / 2017-03-06 +=================== + + * deps: qs@6.4.0 + - Fix regression parsing keys starting with `[` + +1.17.0 / 2017-03-01 +=================== + + * deps: http-errors@~1.6.1 + - Make `message` property enumerable for `HttpError`s + - deps: setprototypeof@1.0.3 + * deps: qs@6.3.1 + - Fix compacting nested arrays + +1.16.1 / 2017-02-10 +=================== + + * deps: debug@2.6.1 + - Fix deprecation messages in WebStorm and other editors + - Undeprecate `DEBUG_FD` set to `1` or `2` + +1.16.0 / 2017-01-17 +=================== + + * deps: debug@2.6.0 + - Allow colors in workers + - Deprecated `DEBUG_FD` environment variable + - Fix error when running under React Native + - Use same color for same namespace + - deps: ms@0.7.2 + * deps: http-errors@~1.5.1 + - deps: inherits@2.0.3 + - deps: setprototypeof@1.0.2 + - deps: statuses@'>= 1.3.1 < 2' + * deps: iconv-lite@0.4.15 + - Added encoding MS-31J + - Added encoding MS-932 + - Added encoding MS-936 + - Added encoding MS-949 + - Added encoding MS-950 + - Fix GBK/GB18030 handling of Euro character + * deps: qs@6.2.1 + - Fix array parsing from skipping empty values + * deps: raw-body@~2.2.0 + - deps: iconv-lite@0.4.15 + * deps: type-is@~1.6.14 + - deps: mime-types@~2.1.13 + +1.15.2 / 2016-06-19 +=================== + + * deps: bytes@2.4.0 + * deps: content-type@~1.0.2 + - perf: enable strict mode + * deps: http-errors@~1.5.0 + - Use `setprototypeof` module to replace `__proto__` setting + - deps: statuses@'>= 1.3.0 < 2' + - perf: enable strict mode + * deps: qs@6.2.0 + * deps: raw-body@~2.1.7 + - deps: bytes@2.4.0 + - perf: remove double-cleanup on happy path + * deps: type-is@~1.6.13 + - deps: mime-types@~2.1.11 + +1.15.1 / 2016-05-05 +=================== + + * deps: bytes@2.3.0 + - Drop partial bytes on all parsed units + - Fix parsing byte string that looks like hex + * deps: raw-body@~2.1.6 + - deps: bytes@2.3.0 + * deps: type-is@~1.6.12 + - deps: mime-types@~2.1.10 + +1.15.0 / 2016-02-10 +=================== + + * deps: http-errors@~1.4.0 + - Add `HttpError` export, for `err instanceof createError.HttpError` + - deps: inherits@2.0.1 + - deps: statuses@'>= 1.2.1 < 2' + * deps: qs@6.1.0 + * deps: type-is@~1.6.11 + - deps: mime-types@~2.1.9 + +1.14.2 / 2015-12-16 +=================== + + * deps: bytes@2.2.0 + * deps: iconv-lite@0.4.13 + * deps: qs@5.2.0 + * deps: raw-body@~2.1.5 + - deps: bytes@2.2.0 + - deps: iconv-lite@0.4.13 + * deps: type-is@~1.6.10 + - deps: mime-types@~2.1.8 + +1.14.1 / 2015-09-27 +=================== + + * Fix issue where invalid charset results in 400 when `verify` used + * deps: iconv-lite@0.4.12 + - Fix CESU-8 decoding in Node.js 4.x + * deps: raw-body@~2.1.4 + - Fix masking critical errors from `iconv-lite` + - deps: iconv-lite@0.4.12 + * deps: type-is@~1.6.9 + - deps: mime-types@~2.1.7 + +1.14.0 / 2015-09-16 +=================== + + * Fix JSON strict parse error to match syntax errors + * Provide static `require` analysis in `urlencoded` parser + * deps: depd@~1.1.0 + - Support web browser loading + * deps: qs@5.1.0 + * deps: raw-body@~2.1.3 + - Fix sync callback when attaching data listener causes sync read + * deps: type-is@~1.6.8 + - Fix type error when given invalid type to match against + - deps: mime-types@~2.1.6 + +1.13.3 / 2015-07-31 +=================== + + * deps: type-is@~1.6.6 + - deps: mime-types@~2.1.4 + +1.13.2 / 2015-07-05 +=================== + + * deps: iconv-lite@0.4.11 + * deps: qs@4.0.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix user-visible incompatibilities from 3.1.0 + - Fix various parsing edge cases + * deps: raw-body@~2.1.2 + - Fix error stack traces to skip `makeError` + - deps: iconv-lite@0.4.11 + * deps: type-is@~1.6.4 + - deps: mime-types@~2.1.2 + - perf: enable strict mode + - perf: remove argument reassignment + +1.13.1 / 2015-06-16 +=================== + + * deps: qs@2.4.2 + - Downgraded from 3.1.0 because of user-visible incompatibilities + +1.13.0 / 2015-06-14 +=================== + + * Add `statusCode` property on `Error`s, in addition to `status` + * Change `type` default to `application/json` for JSON parser + * Change `type` default to `application/x-www-form-urlencoded` for urlencoded parser + * Provide static `require` analysis + * Use the `http-errors` module to generate errors + * deps: bytes@2.1.0 + - Slight optimizations + * deps: iconv-lite@0.4.10 + - The encoding UTF-16 without BOM now defaults to UTF-16LE when detection fails + - Leading BOM is now removed when decoding + * deps: on-finished@~2.3.0 + - Add defined behavior for HTTP `CONNECT` requests + - Add defined behavior for HTTP `Upgrade` requests + - deps: ee-first@1.1.1 + * deps: qs@3.1.0 + - Fix dropping parameters like `hasOwnProperty` + - Fix various parsing edge cases + - Parsed object now has `null` prototype + * deps: raw-body@~2.1.1 + - Use `unpipe` module for unpiping requests + - deps: iconv-lite@0.4.10 + * deps: type-is@~1.6.3 + - deps: mime-types@~2.1.1 + - perf: reduce try block size + - perf: remove bitwise operations + * perf: enable strict mode + * perf: remove argument reassignment + * perf: remove delete call + +1.12.4 / 2015-05-10 +=================== + + * deps: debug@~2.2.0 + * deps: qs@2.4.2 + - Fix allowing parameters like `constructor` + * deps: on-finished@~2.2.1 + * deps: raw-body@~2.0.1 + - Fix a false-positive when unpiping in Node.js 0.8 + - deps: bytes@2.0.1 + * deps: type-is@~1.6.2 + - deps: mime-types@~2.0.11 + +1.12.3 / 2015-04-15 +=================== + + * Slight efficiency improvement when not debugging + * deps: depd@~1.0.1 + * deps: iconv-lite@0.4.8 + - Add encoding alias UNICODE-1-1-UTF-7 + * deps: raw-body@1.3.4 + - Fix hanging callback if request aborts during read + - deps: iconv-lite@0.4.8 + +1.12.2 / 2015-03-16 +=================== + + * deps: qs@2.4.1 + - Fix error when parameter `hasOwnProperty` is present + +1.12.1 / 2015-03-15 +=================== + + * deps: debug@~2.1.3 + - Fix high intensity foreground color for bold + - deps: ms@0.7.0 + * deps: type-is@~1.6.1 + - deps: mime-types@~2.0.10 + +1.12.0 / 2015-02-13 +=================== + + * add `debug` messages + * accept a function for the `type` option + * use `content-type` to parse `Content-Type` headers + * deps: iconv-lite@0.4.7 + - Gracefully support enumerables on `Object.prototype` + * deps: raw-body@1.3.3 + - deps: iconv-lite@0.4.7 + * deps: type-is@~1.6.0 + - fix argument reassignment + - fix false-positives in `hasBody` `Transfer-Encoding` check + - support wildcard for both type and subtype (`*/*`) + - deps: mime-types@~2.0.9 + +1.11.0 / 2015-01-30 +=================== + + * make internal `extended: true` depth limit infinity + * deps: type-is@~1.5.6 + - deps: mime-types@~2.0.8 + +1.10.2 / 2015-01-20 +=================== + + * deps: iconv-lite@0.4.6 + - Fix rare aliases of single-byte encodings + * deps: raw-body@1.3.2 + - deps: iconv-lite@0.4.6 + +1.10.1 / 2015-01-01 +=================== + + * deps: on-finished@~2.2.0 + * deps: type-is@~1.5.5 + - deps: mime-types@~2.0.7 + +1.10.0 / 2014-12-02 +=================== + + * make internal `extended: true` array limit dynamic + +1.9.3 / 2014-11-21 +================== + + * deps: iconv-lite@0.4.5 + - Fix Windows-31J and X-SJIS encoding support + * deps: qs@2.3.3 + - Fix `arrayLimit` behavior + * deps: raw-body@1.3.1 + - deps: iconv-lite@0.4.5 + * deps: type-is@~1.5.3 + - deps: mime-types@~2.0.3 + +1.9.2 / 2014-10-27 +================== + + * deps: qs@2.3.2 + - Fix parsing of mixed objects and values + +1.9.1 / 2014-10-22 +================== + + * deps: on-finished@~2.1.1 + - Fix handling of pipelined requests + * deps: qs@2.3.0 + - Fix parsing of mixed implicit and explicit arrays + * deps: type-is@~1.5.2 + - deps: mime-types@~2.0.2 + +1.9.0 / 2014-09-24 +================== + + * include the charset in "unsupported charset" error message + * include the encoding in "unsupported content encoding" error message + * deps: depd@~1.0.0 + +1.8.4 / 2014-09-23 +================== + + * fix content encoding to be case-insensitive + +1.8.3 / 2014-09-19 +================== + + * deps: qs@2.2.4 + - Fix issue with object keys starting with numbers truncated + +1.8.2 / 2014-09-15 +================== + + * deps: depd@0.4.5 + +1.8.1 / 2014-09-07 +================== + + * deps: media-typer@0.3.0 + * deps: type-is@~1.5.1 + +1.8.0 / 2014-09-05 +================== + + * make empty-body-handling consistent between chunked requests + - empty `json` produces `{}` + - empty `raw` produces `new Buffer(0)` + - empty `text` produces `''` + - empty `urlencoded` produces `{}` + * deps: qs@2.2.3 + - Fix issue where first empty value in array is discarded + * deps: type-is@~1.5.0 + - fix `hasbody` to be true for `content-length: 0` + +1.7.0 / 2014-09-01 +================== + + * add `parameterLimit` option to `urlencoded` parser + * change `urlencoded` extended array limit to 100 + * respond with 413 when over `parameterLimit` in `urlencoded` + +1.6.7 / 2014-08-29 +================== + + * deps: qs@2.2.2 + - Remove unnecessary cloning + +1.6.6 / 2014-08-27 +================== + + * deps: qs@2.2.0 + - Array parsing fix + - Performance improvements + +1.6.5 / 2014-08-16 +================== + + * deps: on-finished@2.1.0 + +1.6.4 / 2014-08-14 +================== + + * deps: qs@1.2.2 + +1.6.3 / 2014-08-10 +================== + + * deps: qs@1.2.1 + +1.6.2 / 2014-08-07 +================== + + * deps: qs@1.2.0 + - Fix parsing array of objects + +1.6.1 / 2014-08-06 +================== + + * deps: qs@1.1.0 + - Accept urlencoded square brackets + - Accept empty values in implicit array notation + +1.6.0 / 2014-08-05 +================== + + * deps: qs@1.0.2 + - Complete rewrite + - Limits array length to 20 + - Limits object depth to 5 + - Limits parameters to 1,000 + +1.5.2 / 2014-07-27 +================== + + * deps: depd@0.4.4 + - Work-around v8 generating empty stack traces + +1.5.1 / 2014-07-26 +================== + + * deps: depd@0.4.3 + - Fix exception when global `Error.stackTraceLimit` is too low + +1.5.0 / 2014-07-20 +================== + + * deps: depd@0.4.2 + - Add `TRACE_DEPRECATION` environment variable + - Remove non-standard grey color from color output + - Support `--no-deprecation` argument + - Support `--trace-deprecation` argument + * deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + * deps: raw-body@1.3.0 + - deps: iconv-lite@0.4.4 + - Added encoding UTF-7 + - Fix `Cannot switch to old mode now` error on Node.js 0.10+ + * deps: type-is@~1.3.2 + +1.4.3 / 2014-06-19 +================== + + * deps: type-is@1.3.1 + - fix global variable leak + +1.4.2 / 2014-06-19 +================== + + * deps: type-is@1.3.0 + - improve type parsing + +1.4.1 / 2014-06-19 +================== + + * fix urlencoded extended deprecation message + +1.4.0 / 2014-06-19 +================== + + * add `text` parser + * add `raw` parser + * check accepted charset in content-type (accepts utf-8) + * check accepted encoding in content-encoding (accepts identity) + * deprecate `bodyParser()` middleware; use `.json()` and `.urlencoded()` as needed + * deprecate `urlencoded()` without provided `extended` option + * lazy-load urlencoded parsers + * parsers split into files for reduced mem usage + * support gzip and deflate bodies + - set `inflate: false` to turn off + * deps: raw-body@1.2.2 + - Support all encodings from `iconv-lite` + +1.3.1 / 2014-06-11 +================== + + * deps: type-is@1.2.1 + - Switch dependency from mime to mime-types@1.0.0 + +1.3.0 / 2014-05-31 +================== + + * add `extended` option to urlencoded parser + +1.2.2 / 2014-05-27 +================== + + * deps: raw-body@1.1.6 + - assert stream encoding on node.js 0.8 + - assert stream encoding on node.js < 0.10.6 + - deps: bytes@1 + +1.2.1 / 2014-05-26 +================== + + * invoke `next(err)` after request fully read + - prevents hung responses and socket hang ups + +1.2.0 / 2014-05-11 +================== + + * add `verify` option + * deps: type-is@1.2.0 + - support suffix matching + +1.1.2 / 2014-05-11 +================== + + * improve json parser speed + +1.1.1 / 2014-05-11 +================== + + * fix repeated limit parsing with every request + +1.1.0 / 2014-05-10 +================== + + * add `type` option + * deps: pin for safety and consistency + +1.0.2 / 2014-04-14 +================== + + * use `type-is` module + +1.0.1 / 2014-03-20 +================== + + * lower default limits to 100kb diff --git a/srv/node_modules/body-parser/LICENSE b/srv/node_modules/body-parser/LICENSE new file mode 100644 index 000000000..386b7b694 --- /dev/null +++ b/srv/node_modules/body-parser/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2014-2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/body-parser/README.md b/srv/node_modules/body-parser/README.md new file mode 100644 index 000000000..9fcd4c6f8 --- /dev/null +++ b/srv/node_modules/body-parser/README.md @@ -0,0 +1,491 @@ +# body-parser + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] +[![OpenSSF Scorecard Badge][ossf-scorecard-badge]][ossf-scorecard-visualizer] + +Node.js body parsing middleware. + +Parse incoming request bodies in a middleware before your handlers, available +under the `req.body` property. + +**Note** As `req.body`'s shape is based on user-controlled input, all +properties and values in this object are untrusted and should be validated +before trusting. For example, `req.body.foo.toString()` may fail in multiple +ways, for example the `foo` property may not be there or may not be a string, +and `toString` may not be a function and instead a string or other user input. + +[Learn about the anatomy of an HTTP transaction in Node.js](https://nodejs.org/en/docs/guides/anatomy-of-an-http-transaction/). + +_This does not handle multipart bodies_, due to their complex and typically +large nature. For multipart bodies, you may be interested in the following +modules: + + * [busboy](https://www.npmjs.org/package/busboy#readme) and + [connect-busboy](https://www.npmjs.org/package/connect-busboy#readme) + * [multiparty](https://www.npmjs.org/package/multiparty#readme) and + [connect-multiparty](https://www.npmjs.org/package/connect-multiparty#readme) + * [formidable](https://www.npmjs.org/package/formidable#readme) + * [multer](https://www.npmjs.org/package/multer#readme) + +This module provides the following parsers: + + * [JSON body parser](#bodyparserjsonoptions) + * [Raw body parser](#bodyparserrawoptions) + * [Text body parser](#bodyparsertextoptions) + * [URL-encoded form body parser](#bodyparserurlencodedoptions) + +Other body parsers you might be interested in: + +- [body](https://www.npmjs.org/package/body#readme) +- [co-body](https://www.npmjs.org/package/co-body#readme) + +## Installation + +```sh +$ npm install body-parser +``` + +## API + +```js +const bodyParser = require('body-parser') +``` + +The `bodyParser` object exposes various factories to create middlewares. All +middlewares will populate the `req.body` property with the parsed body when +the `Content-Type` request header matches the `type` option. + +The various errors returned by this module are described in the +[errors section](#errors). + +### bodyParser.json([options]) + +Returns middleware that only parses `json` and only looks at requests where +the `Content-Type` header matches the `type` option. This parser accepts any +Unicode encoding of the body and supports automatic inflation of `gzip`, +`br` (brotli) and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). + +#### Options + +The `json` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### reviver + +The `reviver` option is passed directly to `JSON.parse` as the second +argument. You can find more information on this argument +[in the MDN documentation about JSON.parse](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse#Example.3A_Using_the_reviver_parameter). + +##### strict + +When set to `true`, will only accept arrays and objects; when `false` will +accept anything `JSON.parse` accepts. Defaults to `true`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not a +function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `json`), a mime type (like `application/json`), or +a mime type with a wildcard (like `*/*` or `*/json`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a truthy +value. Defaults to `application/json`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.raw([options]) + +Returns middleware that parses all bodies as a `Buffer` and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip`, `br` (brotli) and `deflate` +encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a `Buffer` object +of the body. + +#### Options + +The `raw` function takes an optional `options` object that may contain any of +the following keys: + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. +If not a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this +can be an extension name (like `bin`), a mime type (like +`application/octet-stream`), or a mime type with a wildcard (like `*/*` or +`application/*`). If a function, the `type` option is called as `fn(req)` +and the request is parsed if it returns a truthy value. Defaults to +`application/octet-stream`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.text([options]) + +Returns middleware that parses all bodies as a string and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser supports automatic inflation of `gzip`, `br` (brotli) and `deflate` +encodings. + +A new `body` string containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This will be a string of the +body. + +#### Options + +The `text` function takes an optional `options` object that may contain any of +the following keys: + +##### defaultCharset + +Specify the default character set for the text content if the charset is not +specified in the `Content-Type` header of the request. Defaults to `utf-8`. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `txt`), a mime type (like `text/plain`), or a mime +type with a wildcard (like `*/*` or `text/*`). If a function, the `type` +option is called as `fn(req)` and the request is parsed if it returns a +truthy value. Defaults to `text/plain`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +### bodyParser.urlencoded([options]) + +Returns middleware that only parses `urlencoded` bodies and only looks at +requests where the `Content-Type` header matches the `type` option. This +parser accepts only UTF-8 encoding of the body and supports automatic +inflation of `gzip`, `br` (brotli) and `deflate` encodings. + +A new `body` object containing the parsed data is populated on the `request` +object after the middleware (i.e. `req.body`). This object will contain +key-value pairs, where the value can be a string or array (when `extended` is +`false`), or any type (when `extended` is `true`). + +#### Options + +The `urlencoded` function takes an optional `options` object that may contain +any of the following keys: + +##### extended + +The "extended" syntax allows for rich objects and arrays to be encoded into the +URL-encoded format, allowing for a JSON-like experience with URL-encoded. For +more information, please [see the qs +library](https://www.npmjs.org/package/qs#readme). + +Defaults to `false`. + +##### inflate + +When set to `true`, then deflated (compressed) bodies will be inflated; when +`false`, deflated bodies are rejected. Defaults to `true`. + +##### limit + +Controls the maximum request body size. If this is a number, then the value +specifies the number of bytes; if it is a string, the value is passed to the +[bytes](https://www.npmjs.com/package/bytes) library for parsing. Defaults +to `'100kb'`. + +##### parameterLimit + +The `parameterLimit` option controls the maximum number of parameters that +are allowed in the URL-encoded data. If a request contains more parameters +than this value, a 413 will be returned to the client. Defaults to `1000`. + +##### type + +The `type` option is used to determine what media type the middleware will +parse. This option can be a string, array of strings, or a function. If not +a function, `type` option is passed directly to the +[type-is](https://www.npmjs.org/package/type-is#readme) library and this can +be an extension name (like `urlencoded`), a mime type (like +`application/x-www-form-urlencoded`), or a mime type with a wildcard (like +`*/x-www-form-urlencoded`). If a function, the `type` option is called as +`fn(req)` and the request is parsed if it returns a truthy value. Defaults +to `application/x-www-form-urlencoded`. + +##### verify + +The `verify` option, if supplied, is called as `verify(req, res, buf, encoding)`, +where `buf` is a `Buffer` of the raw request body and `encoding` is the +encoding of the request. The parsing can be aborted by throwing an error. + +##### defaultCharset + +The default charset to parse as, if not specified in content-type. Must be +either `utf-8` or `iso-8859-1`. Defaults to `utf-8`. + +##### charsetSentinel + +Whether to let the value of the `utf8` parameter take precedence as the charset +selector. It requires the form to contain a parameter named `utf8` with a value +of `✓`. Defaults to `false`. + +##### interpretNumericEntities + +Whether to decode numeric entities such as `☺` when parsing an iso-8859-1 +form. Defaults to `false`. + + +#### depth + +The `depth` option is used to configure the maximum depth of the `qs` library when `extended` is `true`. This allows you to limit the amount of keys that are parsed and can be useful to prevent certain types of abuse. Defaults to `32`. It is recommended to keep this value as low as possible. + +## Errors + +The middlewares provided by this module create errors using the +[`http-errors` module](https://www.npmjs.com/package/http-errors). The errors +will typically have a `status`/`statusCode` property that contains the suggested +HTTP response code, an `expose` property to determine if the `message` property +should be displayed to the client, a `type` property to determine the type of +error without matching against the `message`, and a `body` property containing +the read body, if available. + +The following are the common errors created, though any error can come through +for various reasons. + +### content encoding unsupported + +This error will occur when the request had a `Content-Encoding` header that +contained an encoding but the "inflation" option was set to `false`. The +`status` property is set to `415`, the `type` property is set to +`'encoding.unsupported'`, and the `charset` property will be set to the +encoding that is unsupported. + +### entity parse failed + +This error will occur when the request contained an entity that could not be +parsed by the middleware. The `status` property is set to `400`, the `type` +property is set to `'entity.parse.failed'`, and the `body` property is set to +the entity value that failed parsing. + +### entity verify failed + +This error will occur when the request contained an entity that could not be +failed verification by the defined `verify` option. The `status` property is +set to `403`, the `type` property is set to `'entity.verify.failed'`, and the +`body` property is set to the entity value that failed verification. + +### request aborted + +This error will occur when the request is aborted by the client before reading +the body has finished. The `received` property will be set to the number of +bytes received before the request was aborted and the `expected` property is +set to the number of expected bytes. The `status` property is set to `400` +and `type` property is set to `'request.aborted'`. + +### request entity too large + +This error will occur when the request body's size is larger than the "limit" +option. The `limit` property will be set to the byte limit and the `length` +property will be set to the request body's length. The `status` property is +set to `413` and the `type` property is set to `'entity.too.large'`. + +### request size did not match content length + +This error will occur when the request's length did not match the length from +the `Content-Length` header. This typically occurs when the request is malformed, +typically when the `Content-Length` header was calculated based on characters +instead of bytes. The `status` property is set to `400` and the `type` property +is set to `'request.size.invalid'`. + +### stream encoding should not be set + +This error will occur when something called the `req.setEncoding` method prior +to this middleware. This module operates directly on bytes only and you cannot +call `req.setEncoding` when using this module. The `status` property is set to +`500` and the `type` property is set to `'stream.encoding.set'`. + +### stream is not readable + +This error will occur when the request is no longer readable when this middleware +attempts to read it. This typically means something other than a middleware from +this module read the request body already and the middleware was also configured to +read the same request. The `status` property is set to `500` and the `type` +property is set to `'stream.not.readable'`. + +### too many parameters + +This error will occur when the content of the request exceeds the configured +`parameterLimit` for the `urlencoded` parser. The `status` property is set to +`413` and the `type` property is set to `'parameters.too.many'`. + +### unsupported charset "BOGUS" + +This error will occur when the request had a charset parameter in the +`Content-Type` header, but the `iconv-lite` module does not support it OR the +parser does not support it. The charset is contained in the message as well +as in the `charset` property. The `status` property is set to `415`, the +`type` property is set to `'charset.unsupported'`, and the `charset` property +is set to the charset that is unsupported. + +### unsupported content encoding "bogus" + +This error will occur when the request had a `Content-Encoding` header that +contained an unsupported encoding. The encoding is contained in the message +as well as in the `encoding` property. The `status` property is set to `415`, +the `type` property is set to `'encoding.unsupported'`, and the `encoding` +property is set to the encoding that is unsupported. + +### The input exceeded the depth + +This error occurs when using `bodyParser.urlencoded` with the `extended` property set to `true` and the input exceeds the configured `depth` option. The `status` property is set to `400`. It is recommended to review the `depth` option and evaluate if it requires a higher value. When the `depth` option is set to `32` (default value), the error will not be thrown. + +## Examples + +### Express/Connect top-level generic + +This example demonstrates adding a generic JSON and URL-encoded parser as a +top-level middleware, which will parse the bodies of all incoming requests. +This is the simplest setup. + +```js +const express = require('express') +const bodyParser = require('body-parser') + +const app = express() + +// parse application/x-www-form-urlencoded +app.use(bodyParser.urlencoded()) + +// parse application/json +app.use(bodyParser.json()) + +app.use(function (req, res) { + res.setHeader('Content-Type', 'text/plain') + res.write('you posted:\n') + res.end(String(JSON.stringify(req.body, null, 2))) +}) +``` + +### Express route-specific + +This example demonstrates adding body parsers specifically to the routes that +need them. In general, this is the most recommended way to use body-parser with +Express. + +```js +const express = require('express') +const bodyParser = require('body-parser') + +const app = express() + +// create application/json parser +const jsonParser = bodyParser.json() + +// create application/x-www-form-urlencoded parser +const urlencodedParser = bodyParser.urlencoded() + +// POST /login gets urlencoded bodies +app.post('/login', urlencodedParser, function (req, res) { + if (!req.body || !req.body.username) res.sendStatus(400) + res.send('welcome, ' + req.body.username) +}) + +// POST /api/users gets JSON bodies +app.post('/api/users', jsonParser, function (req, res) { + if (!req.body) res.sendStatus(400) + // create user in req.body +}) +``` + +### Change accepted type for parsers + +All the parsers accept a `type` option which allows you to change the +`Content-Type` that the middleware will parse. + +```js +const express = require('express') +const bodyParser = require('body-parser') + +const app = express() + +// parse various different custom JSON types as JSON +app.use(bodyParser.json({ type: 'application/*+json' })) + +// parse some custom thing into a Buffer +app.use(bodyParser.raw({ type: 'application/vnd.custom-type' })) + +// parse an HTML body into a string +app.use(bodyParser.text({ type: 'text/html' })) +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/expressjs/body-parser/master?label=ci +[ci-url]: https://github.com/expressjs/body-parser/actions/workflows/ci.yml +[coveralls-image]: https://badgen.net/coveralls/c/github/expressjs/body-parser/master +[coveralls-url]: https://coveralls.io/r/expressjs/body-parser?branch=master +[node-version-image]: https://badgen.net/npm/node/body-parser +[node-version-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/body-parser +[npm-url]: https://npmjs.org/package/body-parser +[npm-version-image]: https://badgen.net/npm/v/body-parser +[ossf-scorecard-badge]: https://api.scorecard.dev/projects/github.com/expressjs/body-parser/badge +[ossf-scorecard-visualizer]: https://ossf.github.io/scorecard-visualizer/#/projects/github.com/expressjs/body-parser \ No newline at end of file diff --git a/srv/node_modules/body-parser/index.js b/srv/node_modules/body-parser/index.js new file mode 100644 index 000000000..d722d0b23 --- /dev/null +++ b/srv/node_modules/body-parser/index.js @@ -0,0 +1,80 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * @typedef Parsers + * @type {function} + * @property {function} json + * @property {function} raw + * @property {function} text + * @property {function} urlencoded + */ + +/** + * Module exports. + * @type {Parsers} + */ + +exports = module.exports = bodyParser + +/** + * JSON parser. + * @public + */ + +Object.defineProperty(exports, 'json', { + configurable: true, + enumerable: true, + get: () => require('./lib/types/json') +}) + +/** + * Raw parser. + * @public + */ + +Object.defineProperty(exports, 'raw', { + configurable: true, + enumerable: true, + get: () => require('./lib/types/raw') +}) + +/** + * Text parser. + * @public + */ + +Object.defineProperty(exports, 'text', { + configurable: true, + enumerable: true, + get: () => require('./lib/types/text') +}) + +/** + * URL-encoded parser. + * @public + */ + +Object.defineProperty(exports, 'urlencoded', { + configurable: true, + enumerable: true, + get: () => require('./lib/types/urlencoded') +}) + +/** + * Create a middleware to parse json and urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @deprecated + * @public + */ + +function bodyParser () { + throw new Error('The bodyParser() generic has been split into individual middleware to use instead.') +} diff --git a/srv/node_modules/body-parser/lib/read.js b/srv/node_modules/body-parser/lib/read.js new file mode 100644 index 000000000..eee8b111c --- /dev/null +++ b/srv/node_modules/body-parser/lib/read.js @@ -0,0 +1,210 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var createError = require('http-errors') +var getBody = require('raw-body') +var iconv = require('iconv-lite') +var onFinished = require('on-finished') +var zlib = require('node:zlib') + +/** + * Module exports. + */ + +module.exports = read + +/** + * Read a request into a buffer and parse. + * + * @param {object} req + * @param {object} res + * @param {function} next + * @param {function} parse + * @param {function} debug + * @param {object} options + * @private + */ + +function read (req, res, next, parse, debug, options) { + var length + var opts = options + var stream + + // read options + var encoding = opts.encoding !== null + ? opts.encoding + : null + var verify = opts.verify + + try { + // get the content stream + stream = contentstream(req, debug, opts.inflate) + length = stream.length + stream.length = undefined + } catch (err) { + return next(err) + } + + // set raw-body options + opts.length = length + opts.encoding = verify + ? null + : encoding + + // assert charset is supported + if (opts.encoding === null && encoding !== null && !iconv.encodingExists(encoding)) { + return next(createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + })) + } + + // read body + debug('read body') + getBody(stream, opts, function (error, body) { + if (error) { + var _error + + if (error.type === 'encoding.unsupported') { + // echo back charset + _error = createError(415, 'unsupported charset "' + encoding.toUpperCase() + '"', { + charset: encoding.toLowerCase(), + type: 'charset.unsupported' + }) + } else { + // set status code on error + _error = createError(400, error) + } + + // unpipe from stream and destroy + if (stream !== req) { + req.unpipe() + stream.destroy() + } + + // read off entire request + dump(req, function onfinished () { + next(createError(400, _error)) + }) + return + } + + // verify + if (verify) { + try { + debug('verify body') + verify(req, res, body, encoding) + } catch (err) { + next(createError(403, err, { + body: body, + type: err.type || 'entity.verify.failed' + })) + return + } + } + + // parse + var str = body + try { + debug('parse body') + str = typeof body !== 'string' && encoding !== null + ? iconv.decode(body, encoding) + : body + req.body = parse(str, encoding) + } catch (err) { + next(createError(400, err, { + body: str, + type: err.type || 'entity.parse.failed' + })) + return + } + + next() + }) +} + +/** + * Get the content stream of the request. + * + * @param {object} req + * @param {function} debug + * @param {boolean} [inflate=true] + * @return {object} + * @api private + */ + +function contentstream (req, debug, inflate) { + var encoding = (req.headers['content-encoding'] || 'identity').toLowerCase() + var length = req.headers['content-length'] + + debug('content-encoding "%s"', encoding) + + if (inflate === false && encoding !== 'identity') { + throw createError(415, 'content encoding unsupported', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } + + if (encoding === 'identity') { + req.length = length + return req + } + + var stream = createDecompressionStream(encoding, debug) + req.pipe(stream) + return stream +} + +/** + * Create a decompression stream for the given encoding. + * @param {string} encoding + * @param {function} debug + * @return {object} + * @api private + */ +function createDecompressionStream (encoding, debug) { + switch (encoding) { + case 'deflate': + debug('inflate body') + return zlib.createInflate() + case 'gzip': + debug('gunzip body') + return zlib.createGunzip() + case 'br': + debug('brotli decompress body') + return zlib.createBrotliDecompress() + default: + throw createError(415, 'unsupported content encoding "' + encoding + '"', { + encoding: encoding, + type: 'encoding.unsupported' + }) + } +} + +/** + * Dump the contents of a request. + * + * @param {object} req + * @param {function} callback + * @api private + */ + +function dump (req, callback) { + if (onFinished.isFinished(req)) { + callback(null) + } else { + onFinished(req, callback) + req.resume() + } +} diff --git a/srv/node_modules/body-parser/lib/types/json.js b/srv/node_modules/body-parser/lib/types/json.js new file mode 100644 index 000000000..078ce7108 --- /dev/null +++ b/srv/node_modules/body-parser/lib/types/json.js @@ -0,0 +1,206 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var createError = require('http-errors') +var debug = require('debug')('body-parser:json') +var isFinished = require('on-finished').isFinished +var read = require('../read') +var typeis = require('type-is') +var { getCharset, normalizeOptions } = require('../utils') + +/** + * Module exports. + */ + +module.exports = json + +/** + * RegExp to match the first non-space in a string. + * + * Allowed whitespace is defined in RFC 7159: + * + * ws = *( + * %x20 / ; Space + * %x09 / ; Horizontal tab + * %x0A / ; Line feed or New line + * %x0D ) ; Carriage return + */ + +var FIRST_CHAR_REGEXP = /^[\x20\x09\x0a\x0d]*([^\x20\x09\x0a\x0d])/ // eslint-disable-line no-control-regex + +var JSON_SYNTAX_CHAR = '#' +var JSON_SYNTAX_REGEXP = /#+/g + +/** + * Create a middleware to parse JSON bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function json (options) { + var { inflate, limit, verify, shouldParse } = normalizeOptions(options, 'application/json') + + var reviver = options?.reviver + var strict = options?.strict !== false + + function parse (body) { + if (body.length === 0) { + // special-case empty json body, as it's a common client-side mistake + // TODO: maybe make this configurable or part of "strict" option + return {} + } + + if (strict) { + var first = firstchar(body) + + if (first !== '{' && first !== '[') { + debug('strict violation') + throw createStrictSyntaxError(body, first) + } + } + + try { + debug('parse json') + return JSON.parse(body, reviver) + } catch (e) { + throw normalizeJsonSyntaxError(e, { + message: e.message, + stack: e.stack + }) + } + } + + return function jsonParser (req, res, next) { + if (isFinished(req)) { + debug('body already parsed') + next() + return + } + + if (!('body' in req)) { + req.body = undefined + } + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset per RFC 7159 sec 8.1 + var charset = getCharset(req) || 'utf-8' + if (charset.slice(0, 4) !== 'utf-') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate, + limit, + verify + }) + } +} + +/** + * Create strict violation syntax error matching native error. + * + * @param {string} str + * @param {string} char + * @return {Error} + * @private + */ + +function createStrictSyntaxError (str, char) { + var index = str.indexOf(char) + var partial = '' + + if (index !== -1) { + partial = str.substring(0, index) + JSON_SYNTAX_CHAR + + for (var i = index + 1; i < str.length; i++) { + partial += JSON_SYNTAX_CHAR + } + } + + try { + JSON.parse(partial); /* istanbul ignore next */ throw new SyntaxError('strict violation') + } catch (e) { + return normalizeJsonSyntaxError(e, { + message: e.message.replace(JSON_SYNTAX_REGEXP, function (placeholder) { + return str.substring(index, index + placeholder.length) + }), + stack: e.stack + }) + } +} + +/** + * Get the first non-whitespace character in a string. + * + * @param {string} str + * @return {function} + * @private + */ + +function firstchar (str) { + var match = FIRST_CHAR_REGEXP.exec(str) + + return match + ? match[1] + : undefined +} + +/** + * Normalize a SyntaxError for JSON.parse. + * + * @param {SyntaxError} error + * @param {object} obj + * @return {SyntaxError} + */ + +function normalizeJsonSyntaxError (error, obj) { + var keys = Object.getOwnPropertyNames(error) + + for (var i = 0; i < keys.length; i++) { + var key = keys[i] + if (key !== 'stack' && key !== 'message') { + delete error[key] + } + } + + // replace stack before message for Node.js 0.10 and below + error.stack = obj.stack.replace(error.message, obj.message) + error.message = obj.message + + return error +} diff --git a/srv/node_modules/body-parser/lib/types/raw.js b/srv/node_modules/body-parser/lib/types/raw.js new file mode 100644 index 000000000..3788ff279 --- /dev/null +++ b/srv/node_modules/body-parser/lib/types/raw.js @@ -0,0 +1,75 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var debug = require('debug')('body-parser:raw') +var isFinished = require('on-finished').isFinished +var read = require('../read') +var typeis = require('type-is') +var { normalizeOptions } = require('../utils') + +/** + * Module exports. + */ + +module.exports = raw + +/** + * Create a middleware to parse raw bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function raw (options) { + var { inflate, limit, verify, shouldParse } = normalizeOptions(options, 'application/octet-stream') + + function parse (buf) { + return buf + } + + return function rawParser (req, res, next) { + if (isFinished(req)) { + debug('body already parsed') + next() + return + } + + if (!('body' in req)) { + req.body = undefined + } + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // read + read(req, res, next, parse, debug, { + encoding: null, + inflate, + limit, + verify + }) + } +} diff --git a/srv/node_modules/body-parser/lib/types/text.js b/srv/node_modules/body-parser/lib/types/text.js new file mode 100644 index 000000000..3e0ab1bbd --- /dev/null +++ b/srv/node_modules/body-parser/lib/types/text.js @@ -0,0 +1,80 @@ +/*! + * body-parser + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + */ + +var debug = require('debug')('body-parser:text') +var isFinished = require('on-finished').isFinished +var read = require('../read') +var typeis = require('type-is') +var { getCharset, normalizeOptions } = require('../utils') + +/** + * Module exports. + */ + +module.exports = text + +/** + * Create a middleware to parse text bodies. + * + * @param {object} [options] + * @return {function} + * @api public + */ + +function text (options) { + var { inflate, limit, verify, shouldParse } = normalizeOptions(options, 'text/plain') + + var defaultCharset = options?.defaultCharset || 'utf-8' + + function parse (buf) { + return buf + } + + return function textParser (req, res, next) { + if (isFinished(req)) { + debug('body already parsed') + next() + return + } + + if (!('body' in req)) { + req.body = undefined + } + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // get charset + var charset = getCharset(req) || defaultCharset + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate, + limit, + verify + }) + } +} diff --git a/srv/node_modules/body-parser/lib/types/urlencoded.js b/srv/node_modules/body-parser/lib/types/urlencoded.js new file mode 100644 index 000000000..f993425ef --- /dev/null +++ b/srv/node_modules/body-parser/lib/types/urlencoded.js @@ -0,0 +1,177 @@ +/*! + * body-parser + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2014-2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var createError = require('http-errors') +var debug = require('debug')('body-parser:urlencoded') +var isFinished = require('on-finished').isFinished +var read = require('../read') +var typeis = require('type-is') +var qs = require('qs') +var { getCharset, normalizeOptions } = require('../utils') + +/** + * Module exports. + */ + +module.exports = urlencoded + +/** + * Create a middleware to parse urlencoded bodies. + * + * @param {object} [options] + * @return {function} + * @public + */ + +function urlencoded (options) { + var { inflate, limit, verify, shouldParse } = normalizeOptions(options, 'application/x-www-form-urlencoded') + + var defaultCharset = options?.defaultCharset || 'utf-8' + if (defaultCharset !== 'utf-8' && defaultCharset !== 'iso-8859-1') { + throw new TypeError('option defaultCharset must be either utf-8 or iso-8859-1') + } + + // create the appropriate query parser + var queryparse = createQueryParser(options) + + function parse (body, encoding) { + return body.length + ? queryparse(body, encoding) + : {} + } + + return function urlencodedParser (req, res, next) { + if (isFinished(req)) { + debug('body already parsed') + next() + return + } + + if (!('body' in req)) { + req.body = undefined + } + + // skip requests without bodies + if (!typeis.hasBody(req)) { + debug('skip empty body') + next() + return + } + + debug('content-type %j', req.headers['content-type']) + + // determine if request should be parsed + if (!shouldParse(req)) { + debug('skip parsing') + next() + return + } + + // assert charset + var charset = getCharset(req) || defaultCharset + if (charset !== 'utf-8' && charset !== 'iso-8859-1') { + debug('invalid charset') + next(createError(415, 'unsupported charset "' + charset.toUpperCase() + '"', { + charset: charset, + type: 'charset.unsupported' + })) + return + } + + // read + read(req, res, next, parse, debug, { + encoding: charset, + inflate, + limit, + verify + }) + } +} + +/** + * Get the extended query parser. + * + * @param {object} options + */ + +function createQueryParser (options) { + var extended = Boolean(options?.extended) + var parameterLimit = options?.parameterLimit !== undefined + ? options?.parameterLimit + : 1000 + var charsetSentinel = options?.charsetSentinel + var interpretNumericEntities = options?.interpretNumericEntities + var depth = extended ? (options?.depth !== undefined ? options?.depth : 32) : 0 + + if (isNaN(parameterLimit) || parameterLimit < 1) { + throw new TypeError('option parameterLimit must be a positive number') + } + + if (isNaN(depth) || depth < 0) { + throw new TypeError('option depth must be a zero or a positive number') + } + + if (isFinite(parameterLimit)) { + parameterLimit = parameterLimit | 0 + } + + return function queryparse (body, encoding) { + var paramCount = parameterCount(body, parameterLimit) + + if (paramCount === undefined) { + debug('too many parameters') + throw createError(413, 'too many parameters', { + type: 'parameters.too.many' + }) + } + + var arrayLimit = extended ? Math.max(100, paramCount) : 0 + + debug('parse ' + (extended ? 'extended ' : '') + 'urlencoding') + try { + return qs.parse(body, { + allowPrototypes: true, + arrayLimit: arrayLimit, + depth: depth, + charsetSentinel: charsetSentinel, + interpretNumericEntities: interpretNumericEntities, + charset: encoding, + parameterLimit: parameterLimit, + strictDepth: true + }) + } catch (err) { + if (err instanceof RangeError) { + throw createError(400, 'The input exceeded the depth', { + type: 'querystring.parse.rangeError' + }) + } else { + throw err + } + } + } +} + +/** + * Count the number of parameters, stopping once limit reached + * + * @param {string} body + * @param {number} limit + * @api private + */ + +function parameterCount (body, limit) { + var len = body.split('&').length + + return len > limit ? undefined : len - 1 +} diff --git a/srv/node_modules/body-parser/lib/utils.js b/srv/node_modules/body-parser/lib/utils.js new file mode 100644 index 000000000..eee5d952a --- /dev/null +++ b/srv/node_modules/body-parser/lib/utils.js @@ -0,0 +1,83 @@ +'use strict' + +/** + * Module dependencies. + */ + +var bytes = require('bytes') +var contentType = require('content-type') +var typeis = require('type-is') + +/** + * Module exports. + */ + +module.exports = { + getCharset, + normalizeOptions +} + +/** + * Get the charset of a request. + * + * @param {object} req + * @api private + */ + +function getCharset (req) { + try { + return (contentType.parse(req).parameters.charset || '').toLowerCase() + } catch { + return undefined + } +} + +/** + * Get the simple type checker. + * + * @param {string | string[]} type + * @return {function} + */ + +function typeChecker (type) { + return function checkType (req) { + return Boolean(typeis(req, type)) + } +} + +/** + * Normalizes the common options for all parsers. + * + * @param {object} options options to normalize + * @param {string | string[] | function} defaultType default content type(s) or a function to determine it + * @returns {object} + */ +function normalizeOptions (options, defaultType) { + if (!defaultType) { + // Parsers must define a default content type + throw new TypeError('defaultType must be provided') + } + + var inflate = options?.inflate !== false + var limit = typeof options?.limit !== 'number' + ? bytes.parse(options?.limit || '100kb') + : options?.limit + var type = options?.type || defaultType + var verify = options?.verify || false + + if (verify !== false && typeof verify !== 'function') { + throw new TypeError('option verify must be function') + } + + // create the appropriate type checking function + var shouldParse = typeof type !== 'function' + ? typeChecker(type) + : type + + return { + inflate, + limit, + verify, + shouldParse + } +} diff --git a/srv/node_modules/body-parser/package.json b/srv/node_modules/body-parser/package.json new file mode 100644 index 000000000..e7f763b8e --- /dev/null +++ b/srv/node_modules/body-parser/package.json @@ -0,0 +1,49 @@ +{ + "name": "body-parser", + "description": "Node.js body parsing middleware", + "version": "2.2.0", + "contributors": [ + "Douglas Christopher Wilson ", + "Jonathan Ong (http://jongleberry.com)" + ], + "license": "MIT", + "repository": "expressjs/body-parser", + "dependencies": { + "bytes": "^3.1.2", + "content-type": "^1.0.5", + "debug": "^4.4.0", + "http-errors": "^2.0.0", + "iconv-lite": "^0.6.3", + "on-finished": "^2.4.1", + "qs": "^6.14.0", + "raw-body": "^3.0.0", + "type-is": "^2.0.0" + }, + "devDependencies": { + "eslint": "8.34.0", + "eslint-config-standard": "14.1.1", + "eslint-plugin-import": "2.27.5", + "eslint-plugin-markdown": "3.0.0", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "6.1.1", + "eslint-plugin-standard": "4.1.0", + "mocha": "^11.1.0", + "nyc": "^17.1.0", + "supertest": "^7.0.0" + }, + "files": [ + "lib/", + "LICENSE", + "HISTORY.md", + "index.js" + ], + "engines": { + "node": ">=18" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --check-leaks test/", + "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/srv/node_modules/brace-expansion/LICENSE b/srv/node_modules/brace-expansion/LICENSE new file mode 100644 index 000000000..de3226673 --- /dev/null +++ b/srv/node_modules/brace-expansion/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2013 Julian Gruber + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/srv/node_modules/brace-expansion/README.md b/srv/node_modules/brace-expansion/README.md new file mode 100644 index 000000000..6b4e0e164 --- /dev/null +++ b/srv/node_modules/brace-expansion/README.md @@ -0,0 +1,129 @@ +# brace-expansion + +[Brace expansion](https://www.gnu.org/software/bash/manual/html_node/Brace-Expansion.html), +as known from sh/bash, in JavaScript. + +[![build status](https://secure.travis-ci.org/juliangruber/brace-expansion.svg)](http://travis-ci.org/juliangruber/brace-expansion) +[![downloads](https://img.shields.io/npm/dm/brace-expansion.svg)](https://www.npmjs.org/package/brace-expansion) +[![Greenkeeper badge](https://badges.greenkeeper.io/juliangruber/brace-expansion.svg)](https://greenkeeper.io/) + +[![testling badge](https://ci.testling.com/juliangruber/brace-expansion.png)](https://ci.testling.com/juliangruber/brace-expansion) + +## Example + +```js +var expand = require('brace-expansion'); + +expand('file-{a,b,c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('-v{,,}') +// => ['-v', '-v', '-v'] + +expand('file{0..2}.jpg') +// => ['file0.jpg', 'file1.jpg', 'file2.jpg'] + +expand('file-{a..c}.jpg') +// => ['file-a.jpg', 'file-b.jpg', 'file-c.jpg'] + +expand('file{2..0}.jpg') +// => ['file2.jpg', 'file1.jpg', 'file0.jpg'] + +expand('file{0..4..2}.jpg') +// => ['file0.jpg', 'file2.jpg', 'file4.jpg'] + +expand('file-{a..e..2}.jpg') +// => ['file-a.jpg', 'file-c.jpg', 'file-e.jpg'] + +expand('file{00..10..5}.jpg') +// => ['file00.jpg', 'file05.jpg', 'file10.jpg'] + +expand('{{A..C},{a..c}}') +// => ['A', 'B', 'C', 'a', 'b', 'c'] + +expand('ppp{,config,oe{,conf}}') +// => ['ppp', 'pppconfig', 'pppoe', 'pppoeconf'] +``` + +## API + +```js +var expand = require('brace-expansion'); +``` + +### var expanded = expand(str) + +Return an array of all possible and valid expansions of `str`. If none are +found, `[str]` is returned. + +Valid expansions are: + +```js +/^(.*,)+(.+)?$/ +// {a,b,...} +``` + +A comma separated list of options, like `{a,b}` or `{a,{b,c}}` or `{,a,}`. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +A numeric sequence from `x` to `y` inclusive, with optional increment. +If `x` or `y` start with a leading `0`, all the numbers will be padded +to have equal length. Negative numbers and backwards iteration work too. + +```js +/^-?\d+\.\.-?\d+(\.\.-?\d+)?$/ +// {x..y[..incr]} +``` + +An alphabetic sequence from `x` to `y` inclusive, with optional increment. +`x` and `y` must be exactly one character, and if given, `incr` must be a +number. + +For compatibility reasons, the string `${` is not eligible for brace expansion. + +## Installation + +With [npm](https://npmjs.org) do: + +```bash +npm install brace-expansion +``` + +## Contributors + +- [Julian Gruber](https://github.com/juliangruber) +- [Isaac Z. Schlueter](https://github.com/isaacs) + +## Sponsors + +This module is proudly supported by my [Sponsors](https://github.com/juliangruber/sponsors)! + +Do you want to support modules like this to improve their quality, stability and weigh in on new features? Then please consider donating to my [Patreon](https://www.patreon.com/juliangruber). Not sure how much of my modules you're using? Try [feross/thanks](https://github.com/feross/thanks)! + +## License + +(MIT) + +Copyright (c) 2013 Julian Gruber <julian@juliangruber.com> + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/srv/node_modules/brace-expansion/index.js b/srv/node_modules/brace-expansion/index.js new file mode 100644 index 000000000..bd19fe685 --- /dev/null +++ b/srv/node_modules/brace-expansion/index.js @@ -0,0 +1,201 @@ +var concatMap = require('concat-map'); +var balanced = require('balanced-match'); + +module.exports = expandTop; + +var escSlash = '\0SLASH'+Math.random()+'\0'; +var escOpen = '\0OPEN'+Math.random()+'\0'; +var escClose = '\0CLOSE'+Math.random()+'\0'; +var escComma = '\0COMMA'+Math.random()+'\0'; +var escPeriod = '\0PERIOD'+Math.random()+'\0'; + +function numeric(str) { + return parseInt(str, 10) == str + ? parseInt(str, 10) + : str.charCodeAt(0); +} + +function escapeBraces(str) { + return str.split('\\\\').join(escSlash) + .split('\\{').join(escOpen) + .split('\\}').join(escClose) + .split('\\,').join(escComma) + .split('\\.').join(escPeriod); +} + +function unescapeBraces(str) { + return str.split(escSlash).join('\\') + .split(escOpen).join('{') + .split(escClose).join('}') + .split(escComma).join(',') + .split(escPeriod).join('.'); +} + + +// Basically just str.split(","), but handling cases +// where we have nested braced sections, which should be +// treated as individual members, like {a,{b,c},d} +function parseCommaParts(str) { + if (!str) + return ['']; + + var parts = []; + var m = balanced('{', '}', str); + + if (!m) + return str.split(','); + + var pre = m.pre; + var body = m.body; + var post = m.post; + var p = pre.split(','); + + p[p.length-1] += '{' + body + '}'; + var postParts = parseCommaParts(post); + if (post.length) { + p[p.length-1] += postParts.shift(); + p.push.apply(p, postParts); + } + + parts.push.apply(parts, p); + + return parts; +} + +function expandTop(str) { + if (!str) + return []; + + // I don't know why Bash 4.3 does this, but it does. + // Anything starting with {} will have the first two bytes preserved + // but *only* at the top level, so {},a}b will not expand to anything, + // but a{},b}c will be expanded to [a}c,abc]. + // One could argue that this is a bug in Bash, but since the goal of + // this module is to match Bash's rules, we escape a leading {} + if (str.substr(0, 2) === '{}') { + str = '\\{\\}' + str.substr(2); + } + + return expand(escapeBraces(str), true).map(unescapeBraces); +} + +function identity(e) { + return e; +} + +function embrace(str) { + return '{' + str + '}'; +} +function isPadded(el) { + return /^-?0\d/.test(el); +} + +function lte(i, y) { + return i <= y; +} +function gte(i, y) { + return i >= y; +} + +function expand(str, isTop) { + var expansions = []; + + var m = balanced('{', '}', str); + if (!m || /\$$/.test(m.pre)) return [str]; + + var isNumericSequence = /^-?\d+\.\.-?\d+(?:\.\.-?\d+)?$/.test(m.body); + var isAlphaSequence = /^[a-zA-Z]\.\.[a-zA-Z](?:\.\.-?\d+)?$/.test(m.body); + var isSequence = isNumericSequence || isAlphaSequence; + var isOptions = m.body.indexOf(',') >= 0; + if (!isSequence && !isOptions) { + // {a},b} + if (m.post.match(/,(?!,).*\}/)) { + str = m.pre + '{' + m.body + escClose + m.post; + return expand(str); + } + return [str]; + } + + var n; + if (isSequence) { + n = m.body.split(/\.\./); + } else { + n = parseCommaParts(m.body); + if (n.length === 1) { + // x{{a,b}}y ==> x{a}y x{b}y + n = expand(n[0], false).map(embrace); + if (n.length === 1) { + var post = m.post.length + ? expand(m.post, false) + : ['']; + return post.map(function(p) { + return m.pre + n[0] + p; + }); + } + } + } + + // at this point, n is the parts, and we know it's not a comma set + // with a single entry. + + // no need to expand pre, since it is guaranteed to be free of brace-sets + var pre = m.pre; + var post = m.post.length + ? expand(m.post, false) + : ['']; + + var N; + + if (isSequence) { + var x = numeric(n[0]); + var y = numeric(n[1]); + var width = Math.max(n[0].length, n[1].length) + var incr = n.length == 3 + ? Math.abs(numeric(n[2])) + : 1; + var test = lte; + var reverse = y < x; + if (reverse) { + incr *= -1; + test = gte; + } + var pad = n.some(isPadded); + + N = []; + + for (var i = x; test(i, y); i += incr) { + var c; + if (isAlphaSequence) { + c = String.fromCharCode(i); + if (c === '\\') + c = ''; + } else { + c = String(i); + if (pad) { + var need = width - c.length; + if (need > 0) { + var z = new Array(need + 1).join('0'); + if (i < 0) + c = '-' + z + c.slice(1); + else + c = z + c; + } + } + } + N.push(c); + } + } else { + N = concatMap(n, function(el) { return expand(el, false) }); + } + + for (var j = 0; j < N.length; j++) { + for (var k = 0; k < post.length; k++) { + var expansion = pre + N[j] + post[k]; + if (!isTop || isSequence || expansion) + expansions.push(expansion); + } + } + + return expansions; +} + diff --git a/srv/node_modules/brace-expansion/package.json b/srv/node_modules/brace-expansion/package.json new file mode 100644 index 000000000..344788817 --- /dev/null +++ b/srv/node_modules/brace-expansion/package.json @@ -0,0 +1,50 @@ +{ + "name": "brace-expansion", + "description": "Brace expansion as known from sh/bash", + "version": "1.1.12", + "repository": { + "type": "git", + "url": "git://github.com/juliangruber/brace-expansion.git" + }, + "homepage": "https://github.com/juliangruber/brace-expansion", + "main": "index.js", + "scripts": { + "test": "tape test/*.js", + "gentest": "bash test/generate.sh", + "bench": "matcha test/perf/bench.js" + }, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + }, + "devDependencies": { + "matcha": "^0.7.0", + "tape": "^4.6.0" + }, + "keywords": [], + "author": { + "name": "Julian Gruber", + "email": "mail@juliangruber.com", + "url": "http://juliangruber.com" + }, + "license": "MIT", + "testling": { + "files": "test/*.js", + "browsers": [ + "ie/8..latest", + "firefox/20..latest", + "firefox/nightly", + "chrome/25..latest", + "chrome/canary", + "opera/12..latest", + "opera/next", + "safari/5.1..latest", + "ipad/6.0..latest", + "iphone/6.0..latest", + "android-browser/4.2..latest" + ] + }, + "publishConfig": { + "tag": "1.x" + } +} diff --git a/srv/node_modules/buffer-equal-constant-time/.npmignore b/srv/node_modules/buffer-equal-constant-time/.npmignore new file mode 100644 index 000000000..34e4f5c29 --- /dev/null +++ b/srv/node_modules/buffer-equal-constant-time/.npmignore @@ -0,0 +1,2 @@ +.*.sw[mnop] +node_modules/ diff --git a/srv/node_modules/buffer-equal-constant-time/.travis.yml b/srv/node_modules/buffer-equal-constant-time/.travis.yml new file mode 100644 index 000000000..78e1c0146 --- /dev/null +++ b/srv/node_modules/buffer-equal-constant-time/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: +- "0.11" +- "0.10" diff --git a/srv/node_modules/buffer-equal-constant-time/LICENSE.txt b/srv/node_modules/buffer-equal-constant-time/LICENSE.txt new file mode 100644 index 000000000..9a064f3f4 --- /dev/null +++ b/srv/node_modules/buffer-equal-constant-time/LICENSE.txt @@ -0,0 +1,12 @@ +Copyright (c) 2013, GoInstant Inc., a salesforce.com company +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: + +* Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. + +* Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. + +* Neither the name of salesforce.com, nor GoInstant, nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/srv/node_modules/buffer-equal-constant-time/README.md b/srv/node_modules/buffer-equal-constant-time/README.md new file mode 100644 index 000000000..4f227f58b --- /dev/null +++ b/srv/node_modules/buffer-equal-constant-time/README.md @@ -0,0 +1,50 @@ +# buffer-equal-constant-time + +Constant-time `Buffer` comparison for node.js. Should work with browserify too. + +[![Build Status](https://travis-ci.org/goinstant/buffer-equal-constant-time.png?branch=master)](https://travis-ci.org/goinstant/buffer-equal-constant-time) + +```sh + npm install buffer-equal-constant-time +``` + +# Usage + +```js + var bufferEq = require('buffer-equal-constant-time'); + + var a = new Buffer('asdf'); + var b = new Buffer('asdf'); + if (bufferEq(a,b)) { + // the same! + } else { + // different in at least one byte! + } +``` + +If you'd like to install an `.equal()` method onto the node.js `Buffer` and +`SlowBuffer` prototypes: + +```js + require('buffer-equal-constant-time').install(); + + var a = new Buffer('asdf'); + var b = new Buffer('asdf'); + if (a.equal(b)) { + // the same! + } else { + // different in at least one byte! + } +``` + +To get rid of the installed `.equal()` method, call `.restore()`: + +```js + require('buffer-equal-constant-time').restore(); +``` + +# Legal + +© 2013 GoInstant Inc., a salesforce.com company + +Licensed under the BSD 3-clause license. diff --git a/srv/node_modules/buffer-equal-constant-time/index.js b/srv/node_modules/buffer-equal-constant-time/index.js new file mode 100644 index 000000000..5462c1f83 --- /dev/null +++ b/srv/node_modules/buffer-equal-constant-time/index.js @@ -0,0 +1,41 @@ +/*jshint node:true */ +'use strict'; +var Buffer = require('buffer').Buffer; // browserify +var SlowBuffer = require('buffer').SlowBuffer; + +module.exports = bufferEq; + +function bufferEq(a, b) { + + // shortcutting on type is necessary for correctness + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + return false; + } + + // buffer sizes should be well-known information, so despite this + // shortcutting, it doesn't leak any information about the *contents* of the + // buffers. + if (a.length !== b.length) { + return false; + } + + var c = 0; + for (var i = 0; i < a.length; i++) { + /*jshint bitwise:false */ + c |= a[i] ^ b[i]; // XOR + } + return c === 0; +} + +bufferEq.install = function() { + Buffer.prototype.equal = SlowBuffer.prototype.equal = function equal(that) { + return bufferEq(this, that); + }; +}; + +var origBufEqual = Buffer.prototype.equal; +var origSlowBufEqual = SlowBuffer.prototype.equal; +bufferEq.restore = function() { + Buffer.prototype.equal = origBufEqual; + SlowBuffer.prototype.equal = origSlowBufEqual; +}; diff --git a/srv/node_modules/buffer-equal-constant-time/package.json b/srv/node_modules/buffer-equal-constant-time/package.json new file mode 100644 index 000000000..17c7de22c --- /dev/null +++ b/srv/node_modules/buffer-equal-constant-time/package.json @@ -0,0 +1,21 @@ +{ + "name": "buffer-equal-constant-time", + "version": "1.0.1", + "description": "Constant-time comparison of Buffers", + "main": "index.js", + "scripts": { + "test": "mocha test.js" + }, + "repository": "git@github.com:goinstant/buffer-equal-constant-time.git", + "keywords": [ + "buffer", + "equal", + "constant-time", + "crypto" + ], + "author": "GoInstant Inc., a salesforce.com company", + "license": "BSD-3-Clause", + "devDependencies": { + "mocha": "~1.15.1" + } +} diff --git a/srv/node_modules/buffer-equal-constant-time/test.js b/srv/node_modules/buffer-equal-constant-time/test.js new file mode 100644 index 000000000..0bc972d84 --- /dev/null +++ b/srv/node_modules/buffer-equal-constant-time/test.js @@ -0,0 +1,42 @@ +/*jshint node:true */ +'use strict'; + +var bufferEq = require('./index'); +var assert = require('assert'); + +describe('buffer-equal-constant-time', function() { + var a = new Buffer('asdfasdf123456'); + var b = new Buffer('asdfasdf123456'); + var c = new Buffer('asdfasdf'); + + describe('bufferEq', function() { + it('says a == b', function() { + assert.strictEqual(bufferEq(a, b), true); + }); + + it('says a != c', function() { + assert.strictEqual(bufferEq(a, c), false); + }); + }); + + describe('install/restore', function() { + before(function() { + bufferEq.install(); + }); + after(function() { + bufferEq.restore(); + }); + + it('installed an .equal method', function() { + var SlowBuffer = require('buffer').SlowBuffer; + assert.ok(Buffer.prototype.equal); + assert.ok(SlowBuffer.prototype.equal); + }); + + it('infected existing Buffers', function() { + assert.strictEqual(a.equal(b), true); + assert.strictEqual(a.equal(c), false); + }); + }); + +}); diff --git a/srv/node_modules/buffer/AUTHORS.md b/srv/node_modules/buffer/AUTHORS.md new file mode 100644 index 000000000..22eb17129 --- /dev/null +++ b/srv/node_modules/buffer/AUTHORS.md @@ -0,0 +1,70 @@ +# Authors + +#### Ordered by first contribution. + +- Romain Beauxis (toots@rastageeks.org) +- Tobias Koppers (tobias.koppers@googlemail.com) +- Janus (ysangkok@gmail.com) +- Rainer Dreyer (rdrey1@gmail.com) +- Tõnis Tiigi (tonistiigi@gmail.com) +- James Halliday (mail@substack.net) +- Michael Williamson (mike@zwobble.org) +- elliottcable (github@elliottcable.name) +- rafael (rvalle@livelens.net) +- Andrew Kelley (superjoe30@gmail.com) +- Andreas Madsen (amwebdk@gmail.com) +- Mike Brevoort (mike.brevoort@pearson.com) +- Brian White (mscdex@mscdex.net) +- Feross Aboukhadijeh (feross@feross.org) +- Ruben Verborgh (ruben@verborgh.org) +- eliang (eliang.cs@gmail.com) +- Jesse Tane (jesse.tane@gmail.com) +- Alfonso Boza (alfonso@cloud.com) +- Mathias Buus (mathiasbuus@gmail.com) +- Devon Govett (devongovett@gmail.com) +- Daniel Cousens (github@dcousens.com) +- Joseph Dykstra (josephdykstra@gmail.com) +- Parsha Pourkhomami (parshap+git@gmail.com) +- Damjan Košir (damjan.kosir@gmail.com) +- daverayment (dave.rayment@gmail.com) +- kawanet (u-suke@kawa.net) +- Linus Unnebäck (linus@folkdatorn.se) +- Nolan Lawson (nolan.lawson@gmail.com) +- Calvin Metcalf (calvin.metcalf@gmail.com) +- Koki Takahashi (hakatasiloving@gmail.com) +- Guy Bedford (guybedford@gmail.com) +- Jan Schär (jscissr@gmail.com) +- RaulTsc (tomescu.raul@gmail.com) +- Matthieu Monsch (monsch@alum.mit.edu) +- Dan Ehrenberg (littledan@chromium.org) +- Kirill Fomichev (fanatid@ya.ru) +- Yusuke Kawasaki (u-suke@kawa.net) +- DC (dcposch@dcpos.ch) +- John-David Dalton (john.david.dalton@gmail.com) +- adventure-yunfei (adventure030@gmail.com) +- Emil Bay (github@tixz.dk) +- Sam Sudar (sudar.sam@gmail.com) +- Volker Mische (volker.mische@gmail.com) +- David Walton (support@geekstocks.com) +- Сковорода Никита Андреевич (chalkerx@gmail.com) +- greenkeeper[bot] (greenkeeper[bot]@users.noreply.github.com) +- ukstv (sergey.ukustov@machinomy.com) +- Renée Kooi (renee@kooi.me) +- ranbochen (ranbochen@qq.com) +- Vladimir Borovik (bobahbdb@gmail.com) +- greenkeeper[bot] (23040076+greenkeeper[bot]@users.noreply.github.com) +- kumavis (aaron@kumavis.me) +- Sergey Ukustov (sergey.ukustov@machinomy.com) +- Fei Liu (liu.feiwood@gmail.com) +- Blaine Bublitz (blaine.bublitz@gmail.com) +- clement (clement@seald.io) +- Koushik Dutta (koushd@gmail.com) +- Jordan Harband (ljharb@gmail.com) +- Niklas Mischkulnig (mischnic@users.noreply.github.com) +- Nikolai Vavilov (vvnicholas@gmail.com) +- Fedor Nezhivoi (gyzerok@users.noreply.github.com) +- Peter Newman (peternewman@users.noreply.github.com) +- mathmakgakpak (44949126+mathmakgakpak@users.noreply.github.com) +- jkkang (jkkang@smartauth.kr) + +#### Generated by bin/update-authors.sh. diff --git a/srv/node_modules/buffer/LICENSE b/srv/node_modules/buffer/LICENSE new file mode 100644 index 000000000..d6bf75dcf --- /dev/null +++ b/srv/node_modules/buffer/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Feross Aboukhadijeh, and other contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/srv/node_modules/buffer/README.md b/srv/node_modules/buffer/README.md new file mode 100644 index 000000000..9a23d7cfa --- /dev/null +++ b/srv/node_modules/buffer/README.md @@ -0,0 +1,410 @@ +# buffer [![travis][travis-image]][travis-url] [![npm][npm-image]][npm-url] [![downloads][downloads-image]][downloads-url] [![javascript style guide][standard-image]][standard-url] + +[travis-image]: https://img.shields.io/travis/feross/buffer/master.svg +[travis-url]: https://travis-ci.org/feross/buffer +[npm-image]: https://img.shields.io/npm/v/buffer.svg +[npm-url]: https://npmjs.org/package/buffer +[downloads-image]: https://img.shields.io/npm/dm/buffer.svg +[downloads-url]: https://npmjs.org/package/buffer +[standard-image]: https://img.shields.io/badge/code_style-standard-brightgreen.svg +[standard-url]: https://standardjs.com + +#### The buffer module from [node.js](https://nodejs.org/), for the browser. + +[![saucelabs][saucelabs-image]][saucelabs-url] + +[saucelabs-image]: https://saucelabs.com/browser-matrix/buffer.svg +[saucelabs-url]: https://saucelabs.com/u/buffer + +With [browserify](http://browserify.org), simply `require('buffer')` or use the `Buffer` global and you will get this module. + +The goal is to provide an API that is 100% identical to +[node's Buffer API](https://nodejs.org/api/buffer.html). Read the +[official docs](https://nodejs.org/api/buffer.html) for the full list of properties, +instance methods, and class methods that are supported. + +## features + +- Manipulate binary data like a boss, in all browsers! +- Super fast. Backed by Typed Arrays (`Uint8Array`/`ArrayBuffer`, not `Object`) +- Extremely small bundle size (**6.75KB minified + gzipped**, 51.9KB with comments) +- Excellent browser support (Chrome, Firefox, Edge, Safari 9+, IE 11, iOS 9+, Android, etc.) +- Preserves Node API exactly, with one minor difference (see below) +- Square-bracket `buf[4]` notation works! +- Does not modify any browser prototypes or put anything on `window` +- Comprehensive test suite (including all buffer tests from node.js core) + +## install + +To use this module directly (without browserify), install it: + +```bash +npm install buffer +``` + +This module was previously called **native-buffer-browserify**, but please use **buffer** +from now on. + +If you do not use a bundler, you can use the [standalone script](https://bundle.run/buffer). + +## usage + +The module's API is identical to node's `Buffer` API. Read the +[official docs](https://nodejs.org/api/buffer.html) for the full list of properties, +instance methods, and class methods that are supported. + +As mentioned above, `require('buffer')` or use the `Buffer` global with +[browserify](http://browserify.org) and this module will automatically be included +in your bundle. Almost any npm module will work in the browser, even if it assumes that +the node `Buffer` API will be available. + +To depend on this module explicitly (without browserify), require it like this: + +```js +var Buffer = require('buffer/').Buffer // note: the trailing slash is important! +``` + +To require this module explicitly, use `require('buffer/')` which tells the node.js module +lookup algorithm (also used by browserify) to use the **npm module** named `buffer` +instead of the **node.js core** module named `buffer`! + + +## how does it work? + +The Buffer constructor returns instances of `Uint8Array` that have their prototype +changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of `Uint8Array`, +so the returned instances will have all the node `Buffer` methods and the +`Uint8Array` methods. Square bracket notation works as expected -- it returns a +single octet. + +The `Uint8Array` prototype remains unmodified. + + +## tracking the latest node api + +This module tracks the Buffer API in the latest (unstable) version of node.js. The Buffer +API is considered **stable** in the +[node stability index](https://nodejs.org/docs/latest/api/documentation.html#documentation_stability_index), +so it is unlikely that there will ever be breaking changes. +Nonetheless, when/if the Buffer API changes in node, this module's API will change +accordingly. + +## related packages + +- [`buffer-reverse`](https://www.npmjs.com/package/buffer-reverse) - Reverse a buffer +- [`buffer-xor`](https://www.npmjs.com/package/buffer-xor) - Bitwise xor a buffer +- [`is-buffer`](https://www.npmjs.com/package/is-buffer) - Determine if an object is a Buffer without including the whole `Buffer` package + +## conversion packages + +### convert typed array to buffer + +Use [`typedarray-to-buffer`](https://www.npmjs.com/package/typedarray-to-buffer) to convert any kind of typed array to a `Buffer`. Does not perform a copy, so it's super fast. + +### convert buffer to typed array + +`Buffer` is a subclass of `Uint8Array` (which is a typed array). So there is no need to explicitly convert to typed array. Just use the buffer as a `Uint8Array`. + +### convert blob to buffer + +Use [`blob-to-buffer`](https://www.npmjs.com/package/blob-to-buffer) to convert a `Blob` to a `Buffer`. + +### convert buffer to blob + +To convert a `Buffer` to a `Blob`, use the `Blob` constructor: + +```js +var blob = new Blob([ buffer ]) +``` + +Optionally, specify a mimetype: + +```js +var blob = new Blob([ buffer ], { type: 'text/html' }) +``` + +### convert arraybuffer to buffer + +To convert an `ArrayBuffer` to a `Buffer`, use the `Buffer.from` function. Does not perform a copy, so it's super fast. + +```js +var buffer = Buffer.from(arrayBuffer) +``` + +### convert buffer to arraybuffer + +To convert a `Buffer` to an `ArrayBuffer`, use the `.buffer` property (which is present on all `Uint8Array` objects): + +```js +var arrayBuffer = buffer.buffer.slice( + buffer.byteOffset, buffer.byteOffset + buffer.byteLength +) +``` + +Alternatively, use the [`to-arraybuffer`](https://www.npmjs.com/package/to-arraybuffer) module. + +## performance + +See perf tests in `/perf`. + +`BrowserBuffer` is the browser `buffer` module (this repo). `Uint8Array` is included as a +sanity check (since `BrowserBuffer` uses `Uint8Array` under the hood, `Uint8Array` will +always be at least a bit faster). Finally, `NodeBuffer` is the node.js buffer module, +which is included to compare against. + +NOTE: Performance has improved since these benchmarks were taken. PR welcome to update the README. + +### Chrome 38 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 11,457,464 ops/sec | ±0.86% | 66 | ✓ | +| Uint8Array#bracket-notation | 10,824,332 ops/sec | ±0.74% | 65 | | +| | | | | +| BrowserBuffer#concat | 450,532 ops/sec | ±0.76% | 68 | | +| Uint8Array#concat | 1,368,911 ops/sec | ±1.50% | 62 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 903,001 ops/sec | ±0.96% | 67 | | +| Uint8Array#copy(16000) | 1,422,441 ops/sec | ±1.04% | 66 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 11,431,358 ops/sec | ±0.46% | 69 | | +| Uint8Array#copy(16) | 13,944,163 ops/sec | ±1.12% | 68 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 106,329 ops/sec | ±6.70% | 44 | | +| Uint8Array#new(16000) | 131,001 ops/sec | ±2.85% | 31 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,554,491 ops/sec | ±1.60% | 65 | | +| Uint8Array#new(16) | 6,623,930 ops/sec | ±1.66% | 65 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 112,830 ops/sec | ±0.51% | 69 | ✓ | +| DataView#getFloat64 | 93,500 ops/sec | ±0.57% | 68 | | +| | | | | +| BrowserBuffer#readFloatBE | 146,678 ops/sec | ±0.95% | 68 | ✓ | +| DataView#getFloat32 | 99,311 ops/sec | ±0.41% | 67 | | +| | | | | +| BrowserBuffer#readUInt32LE | 843,214 ops/sec | ±0.70% | 69 | ✓ | +| DataView#getUint32 | 103,024 ops/sec | ±0.64% | 67 | | +| | | | | +| BrowserBuffer#slice | 1,013,941 ops/sec | ±0.75% | 67 | | +| Uint8Array#subarray | 1,903,928 ops/sec | ±0.53% | 67 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 61,387 ops/sec | ±0.90% | 67 | | +| DataView#setFloat32 | 141,249 ops/sec | ±0.40% | 66 | ✓ | + + +### Firefox 33 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 20,800,421 ops/sec | ±1.84% | 60 | | +| Uint8Array#bracket-notation | 20,826,235 ops/sec | ±2.02% | 61 | ✓ | +| | | | | +| BrowserBuffer#concat | 153,076 ops/sec | ±2.32% | 61 | | +| Uint8Array#concat | 1,255,674 ops/sec | ±8.65% | 52 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 1,105,312 ops/sec | ±1.16% | 63 | | +| Uint8Array#copy(16000) | 1,615,911 ops/sec | ±0.55% | 66 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 16,357,599 ops/sec | ±0.73% | 68 | | +| Uint8Array#copy(16) | 31,436,281 ops/sec | ±1.05% | 68 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 52,995 ops/sec | ±6.01% | 35 | | +| Uint8Array#new(16000) | 87,686 ops/sec | ±5.68% | 45 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 252,031 ops/sec | ±1.61% | 66 | | +| Uint8Array#new(16) | 8,477,026 ops/sec | ±0.49% | 68 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 99,871 ops/sec | ±0.41% | 69 | | +| DataView#getFloat64 | 285,663 ops/sec | ±0.70% | 68 | ✓ | +| | | | | +| BrowserBuffer#readFloatBE | 115,540 ops/sec | ±0.42% | 69 | | +| DataView#getFloat32 | 288,722 ops/sec | ±0.82% | 68 | ✓ | +| | | | | +| BrowserBuffer#readUInt32LE | 633,926 ops/sec | ±1.08% | 67 | ✓ | +| DataView#getUint32 | 294,808 ops/sec | ±0.79% | 64 | | +| | | | | +| BrowserBuffer#slice | 349,425 ops/sec | ±0.46% | 69 | | +| Uint8Array#subarray | 5,965,819 ops/sec | ±0.60% | 65 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 59,980 ops/sec | ±0.41% | 67 | | +| DataView#setFloat32 | 317,634 ops/sec | ±0.63% | 68 | ✓ | + +### Safari 8 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,279,729 ops/sec | ±2.25% | 56 | ✓ | +| Uint8Array#bracket-notation | 10,030,767 ops/sec | ±2.23% | 59 | | +| | | | | +| BrowserBuffer#concat | 144,138 ops/sec | ±1.38% | 65 | | +| Uint8Array#concat | 4,950,764 ops/sec | ±1.70% | 63 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 1,058,548 ops/sec | ±1.51% | 64 | | +| Uint8Array#copy(16000) | 1,409,666 ops/sec | ±1.17% | 65 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 6,282,529 ops/sec | ±1.88% | 58 | | +| Uint8Array#copy(16) | 11,907,128 ops/sec | ±2.87% | 58 | ✓ | +| | | | | +| BrowserBuffer#new(16000) | 101,663 ops/sec | ±3.89% | 57 | | +| Uint8Array#new(16000) | 22,050,818 ops/sec | ±6.51% | 46 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 176,072 ops/sec | ±2.13% | 64 | | +| Uint8Array#new(16) | 24,385,731 ops/sec | ±5.01% | 51 | ✓ | +| | | | | +| BrowserBuffer#readDoubleBE | 41,341 ops/sec | ±1.06% | 67 | | +| DataView#getFloat64 | 322,280 ops/sec | ±0.84% | 68 | ✓ | +| | | | | +| BrowserBuffer#readFloatBE | 46,141 ops/sec | ±1.06% | 65 | | +| DataView#getFloat32 | 337,025 ops/sec | ±0.43% | 69 | ✓ | +| | | | | +| BrowserBuffer#readUInt32LE | 151,551 ops/sec | ±1.02% | 66 | | +| DataView#getUint32 | 308,278 ops/sec | ±0.94% | 67 | ✓ | +| | | | | +| BrowserBuffer#slice | 197,365 ops/sec | ±0.95% | 66 | | +| Uint8Array#subarray | 9,558,024 ops/sec | ±3.08% | 58 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 17,518 ops/sec | ±1.03% | 63 | | +| DataView#setFloat32 | 319,751 ops/sec | ±0.48% | 68 | ✓ | + + +### Node 0.11.14 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,489,828 ops/sec | ±3.25% | 90 | | +| Uint8Array#bracket-notation | 10,534,884 ops/sec | ±0.81% | 92 | ✓ | +| NodeBuffer#bracket-notation | 10,389,910 ops/sec | ±0.97% | 87 | | +| | | | | +| BrowserBuffer#concat | 487,830 ops/sec | ±2.58% | 88 | | +| Uint8Array#concat | 1,814,327 ops/sec | ±1.28% | 88 | ✓ | +| NodeBuffer#concat | 1,636,523 ops/sec | ±1.88% | 73 | | +| | | | | +| BrowserBuffer#copy(16000) | 1,073,665 ops/sec | ±0.77% | 90 | | +| Uint8Array#copy(16000) | 1,348,517 ops/sec | ±0.84% | 89 | ✓ | +| NodeBuffer#copy(16000) | 1,289,533 ops/sec | ±0.82% | 93 | | +| | | | | +| BrowserBuffer#copy(16) | 12,782,706 ops/sec | ±0.74% | 85 | | +| Uint8Array#copy(16) | 14,180,427 ops/sec | ±0.93% | 92 | ✓ | +| NodeBuffer#copy(16) | 11,083,134 ops/sec | ±1.06% | 89 | | +| | | | | +| BrowserBuffer#new(16000) | 141,678 ops/sec | ±3.30% | 67 | | +| Uint8Array#new(16000) | 161,491 ops/sec | ±2.96% | 60 | | +| NodeBuffer#new(16000) | 292,699 ops/sec | ±3.20% | 55 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,655,466 ops/sec | ±2.41% | 82 | | +| Uint8Array#new(16) | 14,399,926 ops/sec | ±0.91% | 94 | ✓ | +| NodeBuffer#new(16) | 3,894,696 ops/sec | ±0.88% | 92 | | +| | | | | +| BrowserBuffer#readDoubleBE | 109,582 ops/sec | ±0.75% | 93 | ✓ | +| DataView#getFloat64 | 91,235 ops/sec | ±0.81% | 90 | | +| NodeBuffer#readDoubleBE | 88,593 ops/sec | ±0.96% | 81 | | +| | | | | +| BrowserBuffer#readFloatBE | 139,854 ops/sec | ±1.03% | 85 | ✓ | +| DataView#getFloat32 | 98,744 ops/sec | ±0.80% | 89 | | +| NodeBuffer#readFloatBE | 92,769 ops/sec | ±0.94% | 93 | | +| | | | | +| BrowserBuffer#readUInt32LE | 710,861 ops/sec | ±0.82% | 92 | | +| DataView#getUint32 | 117,893 ops/sec | ±0.84% | 91 | | +| NodeBuffer#readUInt32LE | 851,412 ops/sec | ±0.72% | 93 | ✓ | +| | | | | +| BrowserBuffer#slice | 1,673,877 ops/sec | ±0.73% | 94 | | +| Uint8Array#subarray | 6,919,243 ops/sec | ±0.67% | 90 | ✓ | +| NodeBuffer#slice | 4,617,604 ops/sec | ±0.79% | 93 | | +| | | | | +| BrowserBuffer#writeFloatBE | 66,011 ops/sec | ±0.75% | 93 | | +| DataView#setFloat32 | 127,760 ops/sec | ±0.72% | 93 | ✓ | +| NodeBuffer#writeFloatBE | 103,352 ops/sec | ±0.83% | 93 | | + +### iojs 1.8.1 + +| Method | Operations | Accuracy | Sampled | Fastest | +|:-------|:-----------|:---------|:--------|:-------:| +| BrowserBuffer#bracket-notation | 10,990,488 ops/sec | ±1.11% | 91 | | +| Uint8Array#bracket-notation | 11,268,757 ops/sec | ±0.65% | 97 | | +| NodeBuffer#bracket-notation | 11,353,260 ops/sec | ±0.83% | 94 | ✓ | +| | | | | +| BrowserBuffer#concat | 378,954 ops/sec | ±0.74% | 94 | | +| Uint8Array#concat | 1,358,288 ops/sec | ±0.97% | 87 | | +| NodeBuffer#concat | 1,934,050 ops/sec | ±1.11% | 78 | ✓ | +| | | | | +| BrowserBuffer#copy(16000) | 894,538 ops/sec | ±0.56% | 84 | | +| Uint8Array#copy(16000) | 1,442,656 ops/sec | ±0.71% | 96 | | +| NodeBuffer#copy(16000) | 1,457,898 ops/sec | ±0.53% | 92 | ✓ | +| | | | | +| BrowserBuffer#copy(16) | 12,870,457 ops/sec | ±0.67% | 95 | | +| Uint8Array#copy(16) | 16,643,989 ops/sec | ±0.61% | 93 | ✓ | +| NodeBuffer#copy(16) | 14,885,848 ops/sec | ±0.74% | 94 | | +| | | | | +| BrowserBuffer#new(16000) | 109,264 ops/sec | ±4.21% | 63 | | +| Uint8Array#new(16000) | 138,916 ops/sec | ±1.87% | 61 | | +| NodeBuffer#new(16000) | 281,449 ops/sec | ±3.58% | 51 | ✓ | +| | | | | +| BrowserBuffer#new(16) | 1,362,935 ops/sec | ±0.56% | 99 | | +| Uint8Array#new(16) | 6,193,090 ops/sec | ±0.64% | 95 | ✓ | +| NodeBuffer#new(16) | 4,745,425 ops/sec | ±1.56% | 90 | | +| | | | | +| BrowserBuffer#readDoubleBE | 118,127 ops/sec | ±0.59% | 93 | ✓ | +| DataView#getFloat64 | 107,332 ops/sec | ±0.65% | 91 | | +| NodeBuffer#readDoubleBE | 116,274 ops/sec | ±0.94% | 95 | | +| | | | | +| BrowserBuffer#readFloatBE | 150,326 ops/sec | ±0.58% | 95 | ✓ | +| DataView#getFloat32 | 110,541 ops/sec | ±0.57% | 98 | | +| NodeBuffer#readFloatBE | 121,599 ops/sec | ±0.60% | 87 | | +| | | | | +| BrowserBuffer#readUInt32LE | 814,147 ops/sec | ±0.62% | 93 | | +| DataView#getUint32 | 137,592 ops/sec | ±0.64% | 90 | | +| NodeBuffer#readUInt32LE | 931,650 ops/sec | ±0.71% | 96 | ✓ | +| | | | | +| BrowserBuffer#slice | 878,590 ops/sec | ±0.68% | 93 | | +| Uint8Array#subarray | 2,843,308 ops/sec | ±1.02% | 90 | | +| NodeBuffer#slice | 4,998,316 ops/sec | ±0.68% | 90 | ✓ | +| | | | | +| BrowserBuffer#writeFloatBE | 65,927 ops/sec | ±0.74% | 93 | | +| DataView#setFloat32 | 139,823 ops/sec | ±0.97% | 89 | ✓ | +| NodeBuffer#writeFloatBE | 135,763 ops/sec | ±0.65% | 96 | | +| | | | | + +## Testing the project + +First, install the project: + + npm install + +Then, to run tests in Node.js, run: + + npm run test-node + +To test locally in a browser, you can run: + + npm run test-browser-es5-local # For ES5 browsers that don't support ES6 + npm run test-browser-es6-local # For ES6 compliant browsers + +This will print out a URL that you can then open in a browser to run the tests, using [airtap](https://www.npmjs.com/package/airtap). + +To run automated browser tests using Saucelabs, ensure that your `SAUCE_USERNAME` and `SAUCE_ACCESS_KEY` environment variables are set, then run: + + npm test + +This is what's run in Travis, to check against various browsers. The list of browsers is kept in the `bin/airtap-es5.yml` and `bin/airtap-es6.yml` files. + +## JavaScript Standard Style + +This module uses [JavaScript Standard Style](https://github.com/feross/standard). + +[![JavaScript Style Guide](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard) + +To test that the code conforms to the style, `npm install` and run: + + ./node_modules/.bin/standard + +## credit + +This was originally forked from [buffer-browserify](https://github.com/toots/buffer-browserify). + +## Security Policies and Procedures + +The `buffer` team and community take all security bugs in `buffer` seriously. Please see our [security policies and procedures](https://github.com/feross/security) document to learn how to report issues. + +## license + +MIT. Copyright (C) [Feross Aboukhadijeh](http://feross.org), and other contributors. Originally forked from an MIT-licensed module by Romain Beauxis. diff --git a/srv/node_modules/buffer/index.d.ts b/srv/node_modules/buffer/index.d.ts new file mode 100644 index 000000000..5d1a804e5 --- /dev/null +++ b/srv/node_modules/buffer/index.d.ts @@ -0,0 +1,186 @@ +export class Buffer extends Uint8Array { + length: number + write(string: string, offset?: number, length?: number, encoding?: string): number; + toString(encoding?: string, start?: number, end?: number): string; + toJSON(): { type: 'Buffer', data: any[] }; + equals(otherBuffer: Buffer): boolean; + compare(otherBuffer: Buffer, targetStart?: number, targetEnd?: number, sourceStart?: number, sourceEnd?: number): number; + copy(targetBuffer: Buffer, targetStart?: number, sourceStart?: number, sourceEnd?: number): number; + slice(start?: number, end?: number): Buffer; + writeUIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeUIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntLE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + writeIntBE(value: number, offset: number, byteLength: number, noAssert?: boolean): number; + readUIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readUIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntLE(offset: number, byteLength: number, noAssert?: boolean): number; + readIntBE(offset: number, byteLength: number, noAssert?: boolean): number; + readUInt8(offset: number, noAssert?: boolean): number; + readUInt16LE(offset: number, noAssert?: boolean): number; + readUInt16BE(offset: number, noAssert?: boolean): number; + readUInt32LE(offset: number, noAssert?: boolean): number; + readUInt32BE(offset: number, noAssert?: boolean): number; + readInt8(offset: number, noAssert?: boolean): number; + readInt16LE(offset: number, noAssert?: boolean): number; + readInt16BE(offset: number, noAssert?: boolean): number; + readInt32LE(offset: number, noAssert?: boolean): number; + readInt32BE(offset: number, noAssert?: boolean): number; + readFloatLE(offset: number, noAssert?: boolean): number; + readFloatBE(offset: number, noAssert?: boolean): number; + readDoubleLE(offset: number, noAssert?: boolean): number; + readDoubleBE(offset: number, noAssert?: boolean): number; + reverse(): this; + swap16(): Buffer; + swap32(): Buffer; + swap64(): Buffer; + writeUInt8(value: number, offset: number, noAssert?: boolean): number; + writeUInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeUInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeInt8(value: number, offset: number, noAssert?: boolean): number; + writeInt16LE(value: number, offset: number, noAssert?: boolean): number; + writeInt16BE(value: number, offset: number, noAssert?: boolean): number; + writeInt32LE(value: number, offset: number, noAssert?: boolean): number; + writeInt32BE(value: number, offset: number, noAssert?: boolean): number; + writeFloatLE(value: number, offset: number, noAssert?: boolean): number; + writeFloatBE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleLE(value: number, offset: number, noAssert?: boolean): number; + writeDoubleBE(value: number, offset: number, noAssert?: boolean): number; + fill(value: any, offset?: number, end?: number): this; + indexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + lastIndexOf(value: string | number | Buffer, byteOffset?: number, encoding?: string): number; + includes(value: string | number | Buffer, byteOffset?: number, encoding?: string): boolean; + + /** + * Allocates a new buffer containing the given {str}. + * + * @param str String to store in buffer. + * @param encoding encoding to use, optional. Default is 'utf8' + */ + constructor (str: string, encoding?: string); + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + */ + constructor (size: number); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: Uint8Array); + /** + * Produces a Buffer backed by the same allocated memory as + * the given {ArrayBuffer}. + * + * + * @param arrayBuffer The ArrayBuffer with which to share memory. + */ + constructor (arrayBuffer: ArrayBuffer); + /** + * Allocates a new buffer containing the given {array} of octets. + * + * @param array The octets to store. + */ + constructor (array: any[]); + /** + * Copies the passed {buffer} data onto a new {Buffer} instance. + * + * @param buffer The buffer to copy. + */ + constructor (buffer: Buffer); + prototype: Buffer; + /** + * Allocates a new Buffer using an {array} of octets. + * + * @param array + */ + static from(array: any[]): Buffer; + /** + * When passed a reference to the .buffer property of a TypedArray instance, + * the newly created Buffer will share the same allocated memory as the TypedArray. + * The optional {byteOffset} and {length} arguments specify a memory range + * within the {arrayBuffer} that will be shared by the Buffer. + * + * @param arrayBuffer The .buffer property of a TypedArray or a new ArrayBuffer() + * @param byteOffset + * @param length + */ + static from(arrayBuffer: ArrayBuffer, byteOffset?: number, length?: number): Buffer; + /** + * Copies the passed {buffer} data onto a new Buffer instance. + * + * @param buffer + */ + static from(buffer: Buffer | Uint8Array): Buffer; + /** + * Creates a new Buffer containing the given JavaScript string {str}. + * If provided, the {encoding} parameter identifies the character encoding. + * If not provided, {encoding} defaults to 'utf8'. + * + * @param str + */ + static from(str: string, encoding?: string): Buffer; + /** + * Returns true if {obj} is a Buffer + * + * @param obj object to test. + */ + static isBuffer(obj: any): obj is Buffer; + /** + * Returns true if {encoding} is a valid encoding argument. + * Valid string encodings in Node 0.12: 'ascii'|'utf8'|'utf16le'|'ucs2'(alias of 'utf16le')|'base64'|'binary'(deprecated)|'hex' + * + * @param encoding string to test. + */ + static isEncoding(encoding: string): boolean; + /** + * Gives the actual byte length of a string. encoding defaults to 'utf8'. + * This is not the same as String.prototype.length since that returns the number of characters in a string. + * + * @param string string to test. + * @param encoding encoding used to evaluate (defaults to 'utf8') + */ + static byteLength(string: string, encoding?: string): number; + /** + * Returns a buffer which is the result of concatenating all the buffers in the list together. + * + * If the list has no items, or if the totalLength is 0, then it returns a zero-length buffer. + * If the list has exactly one item, then the first item of the list is returned. + * If the list has more than one item, then a new Buffer is created. + * + * @param list An array of Buffer objects to concatenate + * @param totalLength Total length of the buffers when concatenated. + * If totalLength is not provided, it is read from the buffers in the list. However, this adds an additional loop to the function, so it is faster to provide the length explicitly. + */ + static concat(list: Buffer[], totalLength?: number): Buffer; + /** + * The same as buf1.compare(buf2). + */ + static compare(buf1: Buffer, buf2: Buffer): number; + /** + * Allocates a new buffer of {size} octets. + * + * @param size count of octets to allocate. + * @param fill if specified, buffer will be initialized by calling buf.fill(fill). + * If parameter is omitted, buffer will be filled with zeros. + * @param encoding encoding used for call to buf.fill while initializing + */ + static alloc(size: number, fill?: string | Buffer | number, encoding?: string): Buffer; + /** + * Allocates a new buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafe(size: number): Buffer; + /** + * Allocates a new non-pooled buffer of {size} octets, leaving memory not initialized, so the contents + * of the newly created Buffer are unknown and may contain sensitive data. + * + * @param size count of octets to allocate + */ + static allocUnsafeSlow(size: number): Buffer; +} diff --git a/srv/node_modules/buffer/index.js b/srv/node_modules/buffer/index.js new file mode 100644 index 000000000..609cf3113 --- /dev/null +++ b/srv/node_modules/buffer/index.js @@ -0,0 +1,1817 @@ +/*! + * The buffer module from node.js, for the browser. + * + * @author Feross Aboukhadijeh + * @license MIT + */ +/* eslint-disable no-proto */ + +'use strict' + +var base64 = require('base64-js') +var ieee754 = require('ieee754') +var customInspectSymbol = + (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation + ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation + : null + +exports.Buffer = Buffer +exports.SlowBuffer = SlowBuffer +exports.INSPECT_MAX_BYTES = 50 + +var K_MAX_LENGTH = 0x7fffffff +exports.kMaxLength = K_MAX_LENGTH + +/** + * If `Buffer.TYPED_ARRAY_SUPPORT`: + * === true Use Uint8Array implementation (fastest) + * === false Print warning and recommend using `buffer` v4.x which has an Object + * implementation (most compatible, even IE6) + * + * Browsers that support typed arrays are IE 10+, Firefox 4+, Chrome 7+, Safari 5.1+, + * Opera 11.6+, iOS 4.2+. + * + * We report that the browser does not support typed arrays if the are not subclassable + * using __proto__. Firefox 4-29 lacks support for adding new properties to `Uint8Array` + * (See: https://bugzilla.mozilla.org/show_bug.cgi?id=695438). IE 10 lacks support + * for __proto__ and has a buggy typed array implementation. + */ +Buffer.TYPED_ARRAY_SUPPORT = typedArraySupport() + +if (!Buffer.TYPED_ARRAY_SUPPORT && typeof console !== 'undefined' && + typeof console.error === 'function') { + console.error( + 'This browser lacks typed array (Uint8Array) support which is required by ' + + '`buffer` v5.x. Use `buffer` v4.x if you require old browser support.' + ) +} + +function typedArraySupport () { + // Can typed array instances can be augmented? + try { + var arr = new Uint8Array(1) + var proto = { foo: function () { return 42 } } + Object.setPrototypeOf(proto, Uint8Array.prototype) + Object.setPrototypeOf(arr, proto) + return arr.foo() === 42 + } catch (e) { + return false + } +} + +Object.defineProperty(Buffer.prototype, 'parent', { + enumerable: true, + get: function () { + if (!Buffer.isBuffer(this)) return undefined + return this.buffer + } +}) + +Object.defineProperty(Buffer.prototype, 'offset', { + enumerable: true, + get: function () { + if (!Buffer.isBuffer(this)) return undefined + return this.byteOffset + } +}) + +function createBuffer (length) { + if (length > K_MAX_LENGTH) { + throw new RangeError('The value "' + length + '" is invalid for option "size"') + } + // Return an augmented `Uint8Array` instance + var buf = new Uint8Array(length) + Object.setPrototypeOf(buf, Buffer.prototype) + return buf +} + +/** + * The Buffer constructor returns instances of `Uint8Array` that have their + * prototype changed to `Buffer.prototype`. Furthermore, `Buffer` is a subclass of + * `Uint8Array`, so the returned instances will have all the node `Buffer` methods + * and the `Uint8Array` methods. Square bracket notation works as expected -- it + * returns a single octet. + * + * The `Uint8Array` prototype remains unmodified. + */ + +function Buffer (arg, encodingOrOffset, length) { + // Common case. + if (typeof arg === 'number') { + if (typeof encodingOrOffset === 'string') { + throw new TypeError( + 'The "string" argument must be of type string. Received type number' + ) + } + return allocUnsafe(arg) + } + return from(arg, encodingOrOffset, length) +} + +Buffer.poolSize = 8192 // not used by this implementation + +function from (value, encodingOrOffset, length) { + if (typeof value === 'string') { + return fromString(value, encodingOrOffset) + } + + if (ArrayBuffer.isView(value)) { + return fromArrayView(value) + } + + if (value == null) { + throw new TypeError( + 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + + 'or Array-like Object. Received type ' + (typeof value) + ) + } + + if (isInstance(value, ArrayBuffer) || + (value && isInstance(value.buffer, ArrayBuffer))) { + return fromArrayBuffer(value, encodingOrOffset, length) + } + + if (typeof SharedArrayBuffer !== 'undefined' && + (isInstance(value, SharedArrayBuffer) || + (value && isInstance(value.buffer, SharedArrayBuffer)))) { + return fromArrayBuffer(value, encodingOrOffset, length) + } + + if (typeof value === 'number') { + throw new TypeError( + 'The "value" argument must not be of type number. Received type number' + ) + } + + var valueOf = value.valueOf && value.valueOf() + if (valueOf != null && valueOf !== value) { + return Buffer.from(valueOf, encodingOrOffset, length) + } + + var b = fromObject(value) + if (b) return b + + if (typeof Symbol !== 'undefined' && Symbol.toPrimitive != null && + typeof value[Symbol.toPrimitive] === 'function') { + return Buffer.from( + value[Symbol.toPrimitive]('string'), encodingOrOffset, length + ) + } + + throw new TypeError( + 'The first argument must be one of type string, Buffer, ArrayBuffer, Array, ' + + 'or Array-like Object. Received type ' + (typeof value) + ) +} + +/** + * Functionally equivalent to Buffer(arg, encoding) but throws a TypeError + * if value is a number. + * Buffer.from(str[, encoding]) + * Buffer.from(array) + * Buffer.from(buffer) + * Buffer.from(arrayBuffer[, byteOffset[, length]]) + **/ +Buffer.from = function (value, encodingOrOffset, length) { + return from(value, encodingOrOffset, length) +} + +// Note: Change prototype *after* Buffer.from is defined to workaround Chrome bug: +// https://github.com/feross/buffer/pull/148 +Object.setPrototypeOf(Buffer.prototype, Uint8Array.prototype) +Object.setPrototypeOf(Buffer, Uint8Array) + +function assertSize (size) { + if (typeof size !== 'number') { + throw new TypeError('"size" argument must be of type number') + } else if (size < 0) { + throw new RangeError('The value "' + size + '" is invalid for option "size"') + } +} + +function alloc (size, fill, encoding) { + assertSize(size) + if (size <= 0) { + return createBuffer(size) + } + if (fill !== undefined) { + // Only pay attention to encoding if it's a string. This + // prevents accidentally sending in a number that would + // be interpreted as a start offset. + return typeof encoding === 'string' + ? createBuffer(size).fill(fill, encoding) + : createBuffer(size).fill(fill) + } + return createBuffer(size) +} + +/** + * Creates a new filled Buffer instance. + * alloc(size[, fill[, encoding]]) + **/ +Buffer.alloc = function (size, fill, encoding) { + return alloc(size, fill, encoding) +} + +function allocUnsafe (size) { + assertSize(size) + return createBuffer(size < 0 ? 0 : checked(size) | 0) +} + +/** + * Equivalent to Buffer(num), by default creates a non-zero-filled Buffer instance. + * */ +Buffer.allocUnsafe = function (size) { + return allocUnsafe(size) +} +/** + * Equivalent to SlowBuffer(num), by default creates a non-zero-filled Buffer instance. + */ +Buffer.allocUnsafeSlow = function (size) { + return allocUnsafe(size) +} + +function fromString (string, encoding) { + if (typeof encoding !== 'string' || encoding === '') { + encoding = 'utf8' + } + + if (!Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding) + } + + var length = byteLength(string, encoding) | 0 + var buf = createBuffer(length) + + var actual = buf.write(string, encoding) + + if (actual !== length) { + // Writing a hex string, for example, that contains invalid characters will + // cause everything after the first invalid character to be ignored. (e.g. + // 'abxxcd' will be treated as 'ab') + buf = buf.slice(0, actual) + } + + return buf +} + +function fromArrayLike (array) { + var length = array.length < 0 ? 0 : checked(array.length) | 0 + var buf = createBuffer(length) + for (var i = 0; i < length; i += 1) { + buf[i] = array[i] & 255 + } + return buf +} + +function fromArrayView (arrayView) { + if (isInstance(arrayView, Uint8Array)) { + var copy = new Uint8Array(arrayView) + return fromArrayBuffer(copy.buffer, copy.byteOffset, copy.byteLength) + } + return fromArrayLike(arrayView) +} + +function fromArrayBuffer (array, byteOffset, length) { + if (byteOffset < 0 || array.byteLength < byteOffset) { + throw new RangeError('"offset" is outside of buffer bounds') + } + + if (array.byteLength < byteOffset + (length || 0)) { + throw new RangeError('"length" is outside of buffer bounds') + } + + var buf + if (byteOffset === undefined && length === undefined) { + buf = new Uint8Array(array) + } else if (length === undefined) { + buf = new Uint8Array(array, byteOffset) + } else { + buf = new Uint8Array(array, byteOffset, length) + } + + // Return an augmented `Uint8Array` instance + Object.setPrototypeOf(buf, Buffer.prototype) + + return buf +} + +function fromObject (obj) { + if (Buffer.isBuffer(obj)) { + var len = checked(obj.length) | 0 + var buf = createBuffer(len) + + if (buf.length === 0) { + return buf + } + + obj.copy(buf, 0, 0, len) + return buf + } + + if (obj.length !== undefined) { + if (typeof obj.length !== 'number' || numberIsNaN(obj.length)) { + return createBuffer(0) + } + return fromArrayLike(obj) + } + + if (obj.type === 'Buffer' && Array.isArray(obj.data)) { + return fromArrayLike(obj.data) + } +} + +function checked (length) { + // Note: cannot use `length < K_MAX_LENGTH` here because that fails when + // length is NaN (which is otherwise coerced to zero.) + if (length >= K_MAX_LENGTH) { + throw new RangeError('Attempt to allocate Buffer larger than maximum ' + + 'size: 0x' + K_MAX_LENGTH.toString(16) + ' bytes') + } + return length | 0 +} + +function SlowBuffer (length) { + if (+length != length) { // eslint-disable-line eqeqeq + length = 0 + } + return Buffer.alloc(+length) +} + +Buffer.isBuffer = function isBuffer (b) { + return b != null && b._isBuffer === true && + b !== Buffer.prototype // so Buffer.isBuffer(Buffer.prototype) will be false +} + +Buffer.compare = function compare (a, b) { + if (isInstance(a, Uint8Array)) a = Buffer.from(a, a.offset, a.byteLength) + if (isInstance(b, Uint8Array)) b = Buffer.from(b, b.offset, b.byteLength) + if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { + throw new TypeError( + 'The "buf1", "buf2" arguments must be one of type Buffer or Uint8Array' + ) + } + + if (a === b) return 0 + + var x = a.length + var y = b.length + + for (var i = 0, len = Math.min(x, y); i < len; ++i) { + if (a[i] !== b[i]) { + x = a[i] + y = b[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +Buffer.isEncoding = function isEncoding (encoding) { + switch (String(encoding).toLowerCase()) { + case 'hex': + case 'utf8': + case 'utf-8': + case 'ascii': + case 'latin1': + case 'binary': + case 'base64': + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return true + default: + return false + } +} + +Buffer.concat = function concat (list, length) { + if (!Array.isArray(list)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } + + if (list.length === 0) { + return Buffer.alloc(0) + } + + var i + if (length === undefined) { + length = 0 + for (i = 0; i < list.length; ++i) { + length += list[i].length + } + } + + var buffer = Buffer.allocUnsafe(length) + var pos = 0 + for (i = 0; i < list.length; ++i) { + var buf = list[i] + if (isInstance(buf, Uint8Array)) { + if (pos + buf.length > buffer.length) { + Buffer.from(buf).copy(buffer, pos) + } else { + Uint8Array.prototype.set.call( + buffer, + buf, + pos + ) + } + } else if (!Buffer.isBuffer(buf)) { + throw new TypeError('"list" argument must be an Array of Buffers') + } else { + buf.copy(buffer, pos) + } + pos += buf.length + } + return buffer +} + +function byteLength (string, encoding) { + if (Buffer.isBuffer(string)) { + return string.length + } + if (ArrayBuffer.isView(string) || isInstance(string, ArrayBuffer)) { + return string.byteLength + } + if (typeof string !== 'string') { + throw new TypeError( + 'The "string" argument must be one of type string, Buffer, or ArrayBuffer. ' + + 'Received type ' + typeof string + ) + } + + var len = string.length + var mustMatch = (arguments.length > 2 && arguments[2] === true) + if (!mustMatch && len === 0) return 0 + + // Use a for loop to avoid recursion + var loweredCase = false + for (;;) { + switch (encoding) { + case 'ascii': + case 'latin1': + case 'binary': + return len + case 'utf8': + case 'utf-8': + return utf8ToBytes(string).length + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return len * 2 + case 'hex': + return len >>> 1 + case 'base64': + return base64ToBytes(string).length + default: + if (loweredCase) { + return mustMatch ? -1 : utf8ToBytes(string).length // assume utf8 + } + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} +Buffer.byteLength = byteLength + +function slowToString (encoding, start, end) { + var loweredCase = false + + // No need to verify that "this.length <= MAX_UINT32" since it's a read-only + // property of a typed array. + + // This behaves neither like String nor Uint8Array in that we set start/end + // to their upper/lower bounds if the value passed is out of range. + // undefined is handled specially as per ECMA-262 6th Edition, + // Section 13.3.3.7 Runtime Semantics: KeyedBindingInitialization. + if (start === undefined || start < 0) { + start = 0 + } + // Return early if start > this.length. Done here to prevent potential uint32 + // coercion fail below. + if (start > this.length) { + return '' + } + + if (end === undefined || end > this.length) { + end = this.length + } + + if (end <= 0) { + return '' + } + + // Force coercion to uint32. This will also coerce falsey/NaN values to 0. + end >>>= 0 + start >>>= 0 + + if (end <= start) { + return '' + } + + if (!encoding) encoding = 'utf8' + + while (true) { + switch (encoding) { + case 'hex': + return hexSlice(this, start, end) + + case 'utf8': + case 'utf-8': + return utf8Slice(this, start, end) + + case 'ascii': + return asciiSlice(this, start, end) + + case 'latin1': + case 'binary': + return latin1Slice(this, start, end) + + case 'base64': + return base64Slice(this, start, end) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return utf16leSlice(this, start, end) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = (encoding + '').toLowerCase() + loweredCase = true + } + } +} + +// This property is used by `Buffer.isBuffer` (and the `is-buffer` npm package) +// to detect a Buffer instance. It's not possible to use `instanceof Buffer` +// reliably in a browserify context because there could be multiple different +// copies of the 'buffer' package in use. This method works even for Buffer +// instances that were created from another copy of the `buffer` package. +// See: https://github.com/feross/buffer/issues/154 +Buffer.prototype._isBuffer = true + +function swap (b, n, m) { + var i = b[n] + b[n] = b[m] + b[m] = i +} + +Buffer.prototype.swap16 = function swap16 () { + var len = this.length + if (len % 2 !== 0) { + throw new RangeError('Buffer size must be a multiple of 16-bits') + } + for (var i = 0; i < len; i += 2) { + swap(this, i, i + 1) + } + return this +} + +Buffer.prototype.swap32 = function swap32 () { + var len = this.length + if (len % 4 !== 0) { + throw new RangeError('Buffer size must be a multiple of 32-bits') + } + for (var i = 0; i < len; i += 4) { + swap(this, i, i + 3) + swap(this, i + 1, i + 2) + } + return this +} + +Buffer.prototype.swap64 = function swap64 () { + var len = this.length + if (len % 8 !== 0) { + throw new RangeError('Buffer size must be a multiple of 64-bits') + } + for (var i = 0; i < len; i += 8) { + swap(this, i, i + 7) + swap(this, i + 1, i + 6) + swap(this, i + 2, i + 5) + swap(this, i + 3, i + 4) + } + return this +} + +Buffer.prototype.toString = function toString () { + var length = this.length + if (length === 0) return '' + if (arguments.length === 0) return utf8Slice(this, 0, length) + return slowToString.apply(this, arguments) +} + +Buffer.prototype.toLocaleString = Buffer.prototype.toString + +Buffer.prototype.equals = function equals (b) { + if (!Buffer.isBuffer(b)) throw new TypeError('Argument must be a Buffer') + if (this === b) return true + return Buffer.compare(this, b) === 0 +} + +Buffer.prototype.inspect = function inspect () { + var str = '' + var max = exports.INSPECT_MAX_BYTES + str = this.toString('hex', 0, max).replace(/(.{2})/g, '$1 ').trim() + if (this.length > max) str += ' ... ' + return '' +} +if (customInspectSymbol) { + Buffer.prototype[customInspectSymbol] = Buffer.prototype.inspect +} + +Buffer.prototype.compare = function compare (target, start, end, thisStart, thisEnd) { + if (isInstance(target, Uint8Array)) { + target = Buffer.from(target, target.offset, target.byteLength) + } + if (!Buffer.isBuffer(target)) { + throw new TypeError( + 'The "target" argument must be one of type Buffer or Uint8Array. ' + + 'Received type ' + (typeof target) + ) + } + + if (start === undefined) { + start = 0 + } + if (end === undefined) { + end = target ? target.length : 0 + } + if (thisStart === undefined) { + thisStart = 0 + } + if (thisEnd === undefined) { + thisEnd = this.length + } + + if (start < 0 || end > target.length || thisStart < 0 || thisEnd > this.length) { + throw new RangeError('out of range index') + } + + if (thisStart >= thisEnd && start >= end) { + return 0 + } + if (thisStart >= thisEnd) { + return -1 + } + if (start >= end) { + return 1 + } + + start >>>= 0 + end >>>= 0 + thisStart >>>= 0 + thisEnd >>>= 0 + + if (this === target) return 0 + + var x = thisEnd - thisStart + var y = end - start + var len = Math.min(x, y) + + var thisCopy = this.slice(thisStart, thisEnd) + var targetCopy = target.slice(start, end) + + for (var i = 0; i < len; ++i) { + if (thisCopy[i] !== targetCopy[i]) { + x = thisCopy[i] + y = targetCopy[i] + break + } + } + + if (x < y) return -1 + if (y < x) return 1 + return 0 +} + +// Finds either the first index of `val` in `buffer` at offset >= `byteOffset`, +// OR the last index of `val` in `buffer` at offset <= `byteOffset`. +// +// Arguments: +// - buffer - a Buffer to search +// - val - a string, Buffer, or number +// - byteOffset - an index into `buffer`; will be clamped to an int32 +// - encoding - an optional encoding, relevant is val is a string +// - dir - true for indexOf, false for lastIndexOf +function bidirectionalIndexOf (buffer, val, byteOffset, encoding, dir) { + // Empty buffer means no match + if (buffer.length === 0) return -1 + + // Normalize byteOffset + if (typeof byteOffset === 'string') { + encoding = byteOffset + byteOffset = 0 + } else if (byteOffset > 0x7fffffff) { + byteOffset = 0x7fffffff + } else if (byteOffset < -0x80000000) { + byteOffset = -0x80000000 + } + byteOffset = +byteOffset // Coerce to Number. + if (numberIsNaN(byteOffset)) { + // byteOffset: it it's undefined, null, NaN, "foo", etc, search whole buffer + byteOffset = dir ? 0 : (buffer.length - 1) + } + + // Normalize byteOffset: negative offsets start from the end of the buffer + if (byteOffset < 0) byteOffset = buffer.length + byteOffset + if (byteOffset >= buffer.length) { + if (dir) return -1 + else byteOffset = buffer.length - 1 + } else if (byteOffset < 0) { + if (dir) byteOffset = 0 + else return -1 + } + + // Normalize val + if (typeof val === 'string') { + val = Buffer.from(val, encoding) + } + + // Finally, search either indexOf (if dir is true) or lastIndexOf + if (Buffer.isBuffer(val)) { + // Special case: looking for empty string/buffer always fails + if (val.length === 0) { + return -1 + } + return arrayIndexOf(buffer, val, byteOffset, encoding, dir) + } else if (typeof val === 'number') { + val = val & 0xFF // Search for a byte value [0-255] + if (typeof Uint8Array.prototype.indexOf === 'function') { + if (dir) { + return Uint8Array.prototype.indexOf.call(buffer, val, byteOffset) + } else { + return Uint8Array.prototype.lastIndexOf.call(buffer, val, byteOffset) + } + } + return arrayIndexOf(buffer, [val], byteOffset, encoding, dir) + } + + throw new TypeError('val must be string, number or Buffer') +} + +function arrayIndexOf (arr, val, byteOffset, encoding, dir) { + var indexSize = 1 + var arrLength = arr.length + var valLength = val.length + + if (encoding !== undefined) { + encoding = String(encoding).toLowerCase() + if (encoding === 'ucs2' || encoding === 'ucs-2' || + encoding === 'utf16le' || encoding === 'utf-16le') { + if (arr.length < 2 || val.length < 2) { + return -1 + } + indexSize = 2 + arrLength /= 2 + valLength /= 2 + byteOffset /= 2 + } + } + + function read (buf, i) { + if (indexSize === 1) { + return buf[i] + } else { + return buf.readUInt16BE(i * indexSize) + } + } + + var i + if (dir) { + var foundIndex = -1 + for (i = byteOffset; i < arrLength; i++) { + if (read(arr, i) === read(val, foundIndex === -1 ? 0 : i - foundIndex)) { + if (foundIndex === -1) foundIndex = i + if (i - foundIndex + 1 === valLength) return foundIndex * indexSize + } else { + if (foundIndex !== -1) i -= i - foundIndex + foundIndex = -1 + } + } + } else { + if (byteOffset + valLength > arrLength) byteOffset = arrLength - valLength + for (i = byteOffset; i >= 0; i--) { + var found = true + for (var j = 0; j < valLength; j++) { + if (read(arr, i + j) !== read(val, j)) { + found = false + break + } + } + if (found) return i + } + } + + return -1 +} + +Buffer.prototype.includes = function includes (val, byteOffset, encoding) { + return this.indexOf(val, byteOffset, encoding) !== -1 +} + +Buffer.prototype.indexOf = function indexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, true) +} + +Buffer.prototype.lastIndexOf = function lastIndexOf (val, byteOffset, encoding) { + return bidirectionalIndexOf(this, val, byteOffset, encoding, false) +} + +function hexWrite (buf, string, offset, length) { + offset = Number(offset) || 0 + var remaining = buf.length - offset + if (!length) { + length = remaining + } else { + length = Number(length) + if (length > remaining) { + length = remaining + } + } + + var strLen = string.length + + if (length > strLen / 2) { + length = strLen / 2 + } + for (var i = 0; i < length; ++i) { + var parsed = parseInt(string.substr(i * 2, 2), 16) + if (numberIsNaN(parsed)) return i + buf[offset + i] = parsed + } + return i +} + +function utf8Write (buf, string, offset, length) { + return blitBuffer(utf8ToBytes(string, buf.length - offset), buf, offset, length) +} + +function asciiWrite (buf, string, offset, length) { + return blitBuffer(asciiToBytes(string), buf, offset, length) +} + +function base64Write (buf, string, offset, length) { + return blitBuffer(base64ToBytes(string), buf, offset, length) +} + +function ucs2Write (buf, string, offset, length) { + return blitBuffer(utf16leToBytes(string, buf.length - offset), buf, offset, length) +} + +Buffer.prototype.write = function write (string, offset, length, encoding) { + // Buffer#write(string) + if (offset === undefined) { + encoding = 'utf8' + length = this.length + offset = 0 + // Buffer#write(string, encoding) + } else if (length === undefined && typeof offset === 'string') { + encoding = offset + length = this.length + offset = 0 + // Buffer#write(string, offset[, length][, encoding]) + } else if (isFinite(offset)) { + offset = offset >>> 0 + if (isFinite(length)) { + length = length >>> 0 + if (encoding === undefined) encoding = 'utf8' + } else { + encoding = length + length = undefined + } + } else { + throw new Error( + 'Buffer.write(string, encoding, offset[, length]) is no longer supported' + ) + } + + var remaining = this.length - offset + if (length === undefined || length > remaining) length = remaining + + if ((string.length > 0 && (length < 0 || offset < 0)) || offset > this.length) { + throw new RangeError('Attempt to write outside buffer bounds') + } + + if (!encoding) encoding = 'utf8' + + var loweredCase = false + for (;;) { + switch (encoding) { + case 'hex': + return hexWrite(this, string, offset, length) + + case 'utf8': + case 'utf-8': + return utf8Write(this, string, offset, length) + + case 'ascii': + case 'latin1': + case 'binary': + return asciiWrite(this, string, offset, length) + + case 'base64': + // Warning: maxLength not taken into account in base64Write + return base64Write(this, string, offset, length) + + case 'ucs2': + case 'ucs-2': + case 'utf16le': + case 'utf-16le': + return ucs2Write(this, string, offset, length) + + default: + if (loweredCase) throw new TypeError('Unknown encoding: ' + encoding) + encoding = ('' + encoding).toLowerCase() + loweredCase = true + } + } +} + +Buffer.prototype.toJSON = function toJSON () { + return { + type: 'Buffer', + data: Array.prototype.slice.call(this._arr || this, 0) + } +} + +function base64Slice (buf, start, end) { + if (start === 0 && end === buf.length) { + return base64.fromByteArray(buf) + } else { + return base64.fromByteArray(buf.slice(start, end)) + } +} + +function utf8Slice (buf, start, end) { + end = Math.min(buf.length, end) + var res = [] + + var i = start + while (i < end) { + var firstByte = buf[i] + var codePoint = null + var bytesPerSequence = (firstByte > 0xEF) + ? 4 + : (firstByte > 0xDF) + ? 3 + : (firstByte > 0xBF) + ? 2 + : 1 + + if (i + bytesPerSequence <= end) { + var secondByte, thirdByte, fourthByte, tempCodePoint + + switch (bytesPerSequence) { + case 1: + if (firstByte < 0x80) { + codePoint = firstByte + } + break + case 2: + secondByte = buf[i + 1] + if ((secondByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0x1F) << 0x6 | (secondByte & 0x3F) + if (tempCodePoint > 0x7F) { + codePoint = tempCodePoint + } + } + break + case 3: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0xC | (secondByte & 0x3F) << 0x6 | (thirdByte & 0x3F) + if (tempCodePoint > 0x7FF && (tempCodePoint < 0xD800 || tempCodePoint > 0xDFFF)) { + codePoint = tempCodePoint + } + } + break + case 4: + secondByte = buf[i + 1] + thirdByte = buf[i + 2] + fourthByte = buf[i + 3] + if ((secondByte & 0xC0) === 0x80 && (thirdByte & 0xC0) === 0x80 && (fourthByte & 0xC0) === 0x80) { + tempCodePoint = (firstByte & 0xF) << 0x12 | (secondByte & 0x3F) << 0xC | (thirdByte & 0x3F) << 0x6 | (fourthByte & 0x3F) + if (tempCodePoint > 0xFFFF && tempCodePoint < 0x110000) { + codePoint = tempCodePoint + } + } + } + } + + if (codePoint === null) { + // we did not generate a valid codePoint so insert a + // replacement char (U+FFFD) and advance only 1 byte + codePoint = 0xFFFD + bytesPerSequence = 1 + } else if (codePoint > 0xFFFF) { + // encode to utf16 (surrogate pair dance) + codePoint -= 0x10000 + res.push(codePoint >>> 10 & 0x3FF | 0xD800) + codePoint = 0xDC00 | codePoint & 0x3FF + } + + res.push(codePoint) + i += bytesPerSequence + } + + return decodeCodePointsArray(res) +} + +// Based on http://stackoverflow.com/a/22747272/680742, the browser with +// the lowest limit is Chrome, with 0x10000 args. +// We go 1 magnitude less, for safety +var MAX_ARGUMENTS_LENGTH = 0x1000 + +function decodeCodePointsArray (codePoints) { + var len = codePoints.length + if (len <= MAX_ARGUMENTS_LENGTH) { + return String.fromCharCode.apply(String, codePoints) // avoid extra slice() + } + + // Decode in chunks to avoid "call stack size exceeded". + var res = '' + var i = 0 + while (i < len) { + res += String.fromCharCode.apply( + String, + codePoints.slice(i, i += MAX_ARGUMENTS_LENGTH) + ) + } + return res +} + +function asciiSlice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i] & 0x7F) + } + return ret +} + +function latin1Slice (buf, start, end) { + var ret = '' + end = Math.min(buf.length, end) + + for (var i = start; i < end; ++i) { + ret += String.fromCharCode(buf[i]) + } + return ret +} + +function hexSlice (buf, start, end) { + var len = buf.length + + if (!start || start < 0) start = 0 + if (!end || end < 0 || end > len) end = len + + var out = '' + for (var i = start; i < end; ++i) { + out += hexSliceLookupTable[buf[i]] + } + return out +} + +function utf16leSlice (buf, start, end) { + var bytes = buf.slice(start, end) + var res = '' + // If bytes.length is odd, the last 8 bits must be ignored (same as node.js) + for (var i = 0; i < bytes.length - 1; i += 2) { + res += String.fromCharCode(bytes[i] + (bytes[i + 1] * 256)) + } + return res +} + +Buffer.prototype.slice = function slice (start, end) { + var len = this.length + start = ~~start + end = end === undefined ? len : ~~end + + if (start < 0) { + start += len + if (start < 0) start = 0 + } else if (start > len) { + start = len + } + + if (end < 0) { + end += len + if (end < 0) end = 0 + } else if (end > len) { + end = len + } + + if (end < start) end = start + + var newBuf = this.subarray(start, end) + // Return an augmented `Uint8Array` instance + Object.setPrototypeOf(newBuf, Buffer.prototype) + + return newBuf +} + +/* + * Need to make sure that buffer isn't trying to write out of bounds. + */ +function checkOffset (offset, ext, length) { + if ((offset % 1) !== 0 || offset < 0) throw new RangeError('offset is not uint') + if (offset + ext > length) throw new RangeError('Trying to access beyond buffer length') +} + +Buffer.prototype.readUintLE = +Buffer.prototype.readUIntLE = function readUIntLE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + + return val +} + +Buffer.prototype.readUintBE = +Buffer.prototype.readUIntBE = function readUIntBE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + checkOffset(offset, byteLength, this.length) + } + + var val = this[offset + --byteLength] + var mul = 1 + while (byteLength > 0 && (mul *= 0x100)) { + val += this[offset + --byteLength] * mul + } + + return val +} + +Buffer.prototype.readUint8 = +Buffer.prototype.readUInt8 = function readUInt8 (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 1, this.length) + return this[offset] +} + +Buffer.prototype.readUint16LE = +Buffer.prototype.readUInt16LE = function readUInt16LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + return this[offset] | (this[offset + 1] << 8) +} + +Buffer.prototype.readUint16BE = +Buffer.prototype.readUInt16BE = function readUInt16BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + return (this[offset] << 8) | this[offset + 1] +} + +Buffer.prototype.readUint32LE = +Buffer.prototype.readUInt32LE = function readUInt32LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return ((this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16)) + + (this[offset + 3] * 0x1000000) +} + +Buffer.prototype.readUint32BE = +Buffer.prototype.readUInt32BE = function readUInt32BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] * 0x1000000) + + ((this[offset + 1] << 16) | + (this[offset + 2] << 8) | + this[offset + 3]) +} + +Buffer.prototype.readIntLE = function readIntLE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var val = this[offset] + var mul = 1 + var i = 0 + while (++i < byteLength && (mul *= 0x100)) { + val += this[offset + i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readIntBE = function readIntBE (offset, byteLength, noAssert) { + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) checkOffset(offset, byteLength, this.length) + + var i = byteLength + var mul = 1 + var val = this[offset + --i] + while (i > 0 && (mul *= 0x100)) { + val += this[offset + --i] * mul + } + mul *= 0x80 + + if (val >= mul) val -= Math.pow(2, 8 * byteLength) + + return val +} + +Buffer.prototype.readInt8 = function readInt8 (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 1, this.length) + if (!(this[offset] & 0x80)) return (this[offset]) + return ((0xff - this[offset] + 1) * -1) +} + +Buffer.prototype.readInt16LE = function readInt16LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + var val = this[offset] | (this[offset + 1] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt16BE = function readInt16BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 2, this.length) + var val = this[offset + 1] | (this[offset] << 8) + return (val & 0x8000) ? val | 0xFFFF0000 : val +} + +Buffer.prototype.readInt32LE = function readInt32LE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset]) | + (this[offset + 1] << 8) | + (this[offset + 2] << 16) | + (this[offset + 3] << 24) +} + +Buffer.prototype.readInt32BE = function readInt32BE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + + return (this[offset] << 24) | + (this[offset + 1] << 16) | + (this[offset + 2] << 8) | + (this[offset + 3]) +} + +Buffer.prototype.readFloatLE = function readFloatLE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, true, 23, 4) +} + +Buffer.prototype.readFloatBE = function readFloatBE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 4, this.length) + return ieee754.read(this, offset, false, 23, 4) +} + +Buffer.prototype.readDoubleLE = function readDoubleLE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, true, 52, 8) +} + +Buffer.prototype.readDoubleBE = function readDoubleBE (offset, noAssert) { + offset = offset >>> 0 + if (!noAssert) checkOffset(offset, 8, this.length) + return ieee754.read(this, offset, false, 52, 8) +} + +function checkInt (buf, value, offset, ext, max, min) { + if (!Buffer.isBuffer(buf)) throw new TypeError('"buffer" argument must be a Buffer instance') + if (value > max || value < min) throw new RangeError('"value" argument is out of bounds') + if (offset + ext > buf.length) throw new RangeError('Index out of range') +} + +Buffer.prototype.writeUintLE = +Buffer.prototype.writeUIntLE = function writeUIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + var mul = 1 + var i = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUintBE = +Buffer.prototype.writeUIntBE = function writeUIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + byteLength = byteLength >>> 0 + if (!noAssert) { + var maxBytes = Math.pow(2, 8 * byteLength) - 1 + checkInt(this, value, offset, byteLength, maxBytes, 0) + } + + var i = byteLength - 1 + var mul = 1 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + this[offset + i] = (value / mul) & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeUint8 = +Buffer.prototype.writeUInt8 = function writeUInt8 (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 1, 0xff, 0) + this[offset] = (value & 0xff) + return offset + 1 +} + +Buffer.prototype.writeUint16LE = +Buffer.prototype.writeUInt16LE = function writeUInt16LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + return offset + 2 +} + +Buffer.prototype.writeUint16BE = +Buffer.prototype.writeUInt16BE = function writeUInt16BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0xffff, 0) + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + return offset + 2 +} + +Buffer.prototype.writeUint32LE = +Buffer.prototype.writeUInt32LE = function writeUInt32LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + this[offset + 3] = (value >>> 24) + this[offset + 2] = (value >>> 16) + this[offset + 1] = (value >>> 8) + this[offset] = (value & 0xff) + return offset + 4 +} + +Buffer.prototype.writeUint32BE = +Buffer.prototype.writeUInt32BE = function writeUInt32BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0xffffffff, 0) + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + return offset + 4 +} + +Buffer.prototype.writeIntLE = function writeIntLE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + var limit = Math.pow(2, (8 * byteLength) - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + var i = 0 + var mul = 1 + var sub = 0 + this[offset] = value & 0xFF + while (++i < byteLength && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i - 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeIntBE = function writeIntBE (value, offset, byteLength, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + var limit = Math.pow(2, (8 * byteLength) - 1) + + checkInt(this, value, offset, byteLength, limit - 1, -limit) + } + + var i = byteLength - 1 + var mul = 1 + var sub = 0 + this[offset + i] = value & 0xFF + while (--i >= 0 && (mul *= 0x100)) { + if (value < 0 && sub === 0 && this[offset + i + 1] !== 0) { + sub = 1 + } + this[offset + i] = ((value / mul) >> 0) - sub & 0xFF + } + + return offset + byteLength +} + +Buffer.prototype.writeInt8 = function writeInt8 (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 1, 0x7f, -0x80) + if (value < 0) value = 0xff + value + 1 + this[offset] = (value & 0xff) + return offset + 1 +} + +Buffer.prototype.writeInt16LE = function writeInt16LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + return offset + 2 +} + +Buffer.prototype.writeInt16BE = function writeInt16BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 2, 0x7fff, -0x8000) + this[offset] = (value >>> 8) + this[offset + 1] = (value & 0xff) + return offset + 2 +} + +Buffer.prototype.writeInt32LE = function writeInt32LE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + this[offset] = (value & 0xff) + this[offset + 1] = (value >>> 8) + this[offset + 2] = (value >>> 16) + this[offset + 3] = (value >>> 24) + return offset + 4 +} + +Buffer.prototype.writeInt32BE = function writeInt32BE (value, offset, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) checkInt(this, value, offset, 4, 0x7fffffff, -0x80000000) + if (value < 0) value = 0xffffffff + value + 1 + this[offset] = (value >>> 24) + this[offset + 1] = (value >>> 16) + this[offset + 2] = (value >>> 8) + this[offset + 3] = (value & 0xff) + return offset + 4 +} + +function checkIEEE754 (buf, value, offset, ext, max, min) { + if (offset + ext > buf.length) throw new RangeError('Index out of range') + if (offset < 0) throw new RangeError('Index out of range') +} + +function writeFloat (buf, value, offset, littleEndian, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + checkIEEE754(buf, value, offset, 4, 3.4028234663852886e+38, -3.4028234663852886e+38) + } + ieee754.write(buf, value, offset, littleEndian, 23, 4) + return offset + 4 +} + +Buffer.prototype.writeFloatLE = function writeFloatLE (value, offset, noAssert) { + return writeFloat(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeFloatBE = function writeFloatBE (value, offset, noAssert) { + return writeFloat(this, value, offset, false, noAssert) +} + +function writeDouble (buf, value, offset, littleEndian, noAssert) { + value = +value + offset = offset >>> 0 + if (!noAssert) { + checkIEEE754(buf, value, offset, 8, 1.7976931348623157E+308, -1.7976931348623157E+308) + } + ieee754.write(buf, value, offset, littleEndian, 52, 8) + return offset + 8 +} + +Buffer.prototype.writeDoubleLE = function writeDoubleLE (value, offset, noAssert) { + return writeDouble(this, value, offset, true, noAssert) +} + +Buffer.prototype.writeDoubleBE = function writeDoubleBE (value, offset, noAssert) { + return writeDouble(this, value, offset, false, noAssert) +} + +// copy(targetBuffer, targetStart=0, sourceStart=0, sourceEnd=buffer.length) +Buffer.prototype.copy = function copy (target, targetStart, start, end) { + if (!Buffer.isBuffer(target)) throw new TypeError('argument should be a Buffer') + if (!start) start = 0 + if (!end && end !== 0) end = this.length + if (targetStart >= target.length) targetStart = target.length + if (!targetStart) targetStart = 0 + if (end > 0 && end < start) end = start + + // Copy 0 bytes; we're done + if (end === start) return 0 + if (target.length === 0 || this.length === 0) return 0 + + // Fatal error conditions + if (targetStart < 0) { + throw new RangeError('targetStart out of bounds') + } + if (start < 0 || start >= this.length) throw new RangeError('Index out of range') + if (end < 0) throw new RangeError('sourceEnd out of bounds') + + // Are we oob? + if (end > this.length) end = this.length + if (target.length - targetStart < end - start) { + end = target.length - targetStart + start + } + + var len = end - start + + if (this === target && typeof Uint8Array.prototype.copyWithin === 'function') { + // Use built-in when available, missing from IE11 + this.copyWithin(targetStart, start, end) + } else { + Uint8Array.prototype.set.call( + target, + this.subarray(start, end), + targetStart + ) + } + + return len +} + +// Usage: +// buffer.fill(number[, offset[, end]]) +// buffer.fill(buffer[, offset[, end]]) +// buffer.fill(string[, offset[, end]][, encoding]) +Buffer.prototype.fill = function fill (val, start, end, encoding) { + // Handle string cases: + if (typeof val === 'string') { + if (typeof start === 'string') { + encoding = start + start = 0 + end = this.length + } else if (typeof end === 'string') { + encoding = end + end = this.length + } + if (encoding !== undefined && typeof encoding !== 'string') { + throw new TypeError('encoding must be a string') + } + if (typeof encoding === 'string' && !Buffer.isEncoding(encoding)) { + throw new TypeError('Unknown encoding: ' + encoding) + } + if (val.length === 1) { + var code = val.charCodeAt(0) + if ((encoding === 'utf8' && code < 128) || + encoding === 'latin1') { + // Fast path: If `val` fits into a single byte, use that numeric value. + val = code + } + } + } else if (typeof val === 'number') { + val = val & 255 + } else if (typeof val === 'boolean') { + val = Number(val) + } + + // Invalid ranges are not set to a default, so can range check early. + if (start < 0 || this.length < start || this.length < end) { + throw new RangeError('Out of range index') + } + + if (end <= start) { + return this + } + + start = start >>> 0 + end = end === undefined ? this.length : end >>> 0 + + if (!val) val = 0 + + var i + if (typeof val === 'number') { + for (i = start; i < end; ++i) { + this[i] = val + } + } else { + var bytes = Buffer.isBuffer(val) + ? val + : Buffer.from(val, encoding) + var len = bytes.length + if (len === 0) { + throw new TypeError('The value "' + val + + '" is invalid for argument "value"') + } + for (i = 0; i < end - start; ++i) { + this[i + start] = bytes[i % len] + } + } + + return this +} + +// HELPER FUNCTIONS +// ================ + +var INVALID_BASE64_RE = /[^+/0-9A-Za-z-_]/g + +function base64clean (str) { + // Node takes equal signs as end of the Base64 encoding + str = str.split('=')[0] + // Node strips out invalid characters like \n and \t from the string, base64-js does not + str = str.trim().replace(INVALID_BASE64_RE, '') + // Node converts strings with length < 2 to '' + if (str.length < 2) return '' + // Node allows for non-padded base64 strings (missing trailing ===), base64-js does not + while (str.length % 4 !== 0) { + str = str + '=' + } + return str +} + +function utf8ToBytes (string, units) { + units = units || Infinity + var codePoint + var length = string.length + var leadSurrogate = null + var bytes = [] + + for (var i = 0; i < length; ++i) { + codePoint = string.charCodeAt(i) + + // is surrogate component + if (codePoint > 0xD7FF && codePoint < 0xE000) { + // last char was a lead + if (!leadSurrogate) { + // no lead yet + if (codePoint > 0xDBFF) { + // unexpected trail + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } else if (i + 1 === length) { + // unpaired lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + continue + } + + // valid lead + leadSurrogate = codePoint + + continue + } + + // 2 leads in a row + if (codePoint < 0xDC00) { + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + leadSurrogate = codePoint + continue + } + + // valid surrogate pair + codePoint = (leadSurrogate - 0xD800 << 10 | codePoint - 0xDC00) + 0x10000 + } else if (leadSurrogate) { + // valid bmp char, but last char was a lead + if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD) + } + + leadSurrogate = null + + // encode utf8 + if (codePoint < 0x80) { + if ((units -= 1) < 0) break + bytes.push(codePoint) + } else if (codePoint < 0x800) { + if ((units -= 2) < 0) break + bytes.push( + codePoint >> 0x6 | 0xC0, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x10000) { + if ((units -= 3) < 0) break + bytes.push( + codePoint >> 0xC | 0xE0, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else if (codePoint < 0x110000) { + if ((units -= 4) < 0) break + bytes.push( + codePoint >> 0x12 | 0xF0, + codePoint >> 0xC & 0x3F | 0x80, + codePoint >> 0x6 & 0x3F | 0x80, + codePoint & 0x3F | 0x80 + ) + } else { + throw new Error('Invalid code point') + } + } + + return bytes +} + +function asciiToBytes (str) { + var byteArray = [] + for (var i = 0; i < str.length; ++i) { + // Node's code seems to be doing this and not & 0x7F.. + byteArray.push(str.charCodeAt(i) & 0xFF) + } + return byteArray +} + +function utf16leToBytes (str, units) { + var c, hi, lo + var byteArray = [] + for (var i = 0; i < str.length; ++i) { + if ((units -= 2) < 0) break + + c = str.charCodeAt(i) + hi = c >> 8 + lo = c % 256 + byteArray.push(lo) + byteArray.push(hi) + } + + return byteArray +} + +function base64ToBytes (str) { + return base64.toByteArray(base64clean(str)) +} + +function blitBuffer (src, dst, offset, length) { + for (var i = 0; i < length; ++i) { + if ((i + offset >= dst.length) || (i >= src.length)) break + dst[i + offset] = src[i] + } + return i +} + +// ArrayBuffer or Uint8Array objects from other contexts (i.e. iframes) do not pass +// the `instanceof` check but they should be treated as of that type. +// See: https://github.com/feross/buffer/issues/166 +function isInstance (obj, type) { + return obj instanceof type || + (obj != null && obj.constructor != null && obj.constructor.name != null && + obj.constructor.name === type.name) +} +function numberIsNaN (obj) { + // For IE11 support + return obj !== obj // eslint-disable-line no-self-compare +} + +// Create lookup table for `toString('hex')` +// See: https://github.com/feross/buffer/issues/219 +var hexSliceLookupTable = (function () { + var alphabet = '0123456789abcdef' + var table = new Array(256) + for (var i = 0; i < 16; ++i) { + var i16 = i * 16 + for (var j = 0; j < 16; ++j) { + table[i16 + j] = alphabet[i] + alphabet[j] + } + } + return table +})() diff --git a/srv/node_modules/buffer/package.json b/srv/node_modules/buffer/package.json new file mode 100644 index 000000000..3b1b4986f --- /dev/null +++ b/srv/node_modules/buffer/package.json @@ -0,0 +1,96 @@ +{ + "name": "buffer", + "description": "Node.js Buffer API, for the browser", + "version": "5.7.1", + "author": { + "name": "Feross Aboukhadijeh", + "email": "feross@feross.org", + "url": "https://feross.org" + }, + "bugs": { + "url": "https://github.com/feross/buffer/issues" + }, + "contributors": [ + "Romain Beauxis ", + "James Halliday " + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + }, + "devDependencies": { + "airtap": "^3.0.0", + "benchmark": "^2.1.4", + "browserify": "^17.0.0", + "concat-stream": "^2.0.0", + "hyperquest": "^2.1.3", + "is-buffer": "^2.0.4", + "is-nan": "^1.3.0", + "split": "^1.0.1", + "standard": "*", + "tape": "^5.0.1", + "through2": "^4.0.2", + "uglify-js": "^3.11.3" + }, + "homepage": "https://github.com/feross/buffer", + "jspm": { + "map": { + "./index.js": { + "node": "@node/buffer" + } + } + }, + "keywords": [ + "arraybuffer", + "browser", + "browserify", + "buffer", + "compatible", + "dataview", + "uint8array" + ], + "license": "MIT", + "main": "index.js", + "types": "index.d.ts", + "repository": { + "type": "git", + "url": "git://github.com/feross/buffer.git" + }, + "scripts": { + "perf": "browserify --debug perf/bracket-notation.js > perf/bundle.js && open perf/index.html", + "perf-node": "node perf/bracket-notation.js && node perf/concat.js && node perf/copy-big.js && node perf/copy.js && node perf/new-big.js && node perf/new.js && node perf/readDoubleBE.js && node perf/readFloatBE.js && node perf/readUInt32LE.js && node perf/slice.js && node perf/writeFloatBE.js", + "size": "browserify -r ./ | uglifyjs -c -m | gzip | wc -c", + "test": "standard && node ./bin/test.js", + "test-browser-es5": "airtap -- test/*.js", + "test-browser-es5-local": "airtap --local -- test/*.js", + "test-browser-es6": "airtap -- test/*.js test/node/*.js", + "test-browser-es6-local": "airtap --local -- test/*.js test/node/*.js", + "test-node": "tape test/*.js test/node/*.js", + "update-authors": "./bin/update-authors.sh" + }, + "standard": { + "ignore": [ + "test/node/**/*.js", + "test/common.js", + "test/_polyfill.js", + "perf/**/*.js" + ], + "globals": [ + "SharedArrayBuffer" + ] + }, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] +} diff --git a/srv/node_modules/bytes/History.md b/srv/node_modules/bytes/History.md new file mode 100644 index 000000000..d60ce0e6d --- /dev/null +++ b/srv/node_modules/bytes/History.md @@ -0,0 +1,97 @@ +3.1.2 / 2022-01-27 +================== + + * Fix return value for un-parsable strings + +3.1.1 / 2021-11-15 +================== + + * Fix "thousandsSeparator" incorrecting formatting fractional part + +3.1.0 / 2019-01-22 +================== + + * Add petabyte (`pb`) support + +3.0.0 / 2017-08-31 +================== + + * Change "kB" to "KB" in format output + * Remove support for Node.js 0.6 + * Remove support for ComponentJS + +2.5.0 / 2017-03-24 +================== + + * Add option "unit" + +2.4.0 / 2016-06-01 +================== + + * Add option "unitSeparator" + +2.3.0 / 2016-02-15 +================== + + * Drop partial bytes on all parsed units + * Fix non-finite numbers to `.format` to return `null` + * Fix parsing byte string that looks like hex + * perf: hoist regular expressions + +2.2.0 / 2015-11-13 +================== + + * add option "decimalPlaces" + * add option "fixedDecimals" + +2.1.0 / 2015-05-21 +================== + + * add `.format` export + * add `.parse` export + +2.0.2 / 2015-05-20 +================== + + * remove map recreation + * remove unnecessary object construction + +2.0.1 / 2015-05-07 +================== + + * fix browserify require + * remove node.extend dependency + +2.0.0 / 2015-04-12 +================== + + * add option "case" + * add option "thousandsSeparator" + * return "null" on invalid parse input + * support proper round-trip: bytes(bytes(num)) === num + * units no longer case sensitive when parsing + +1.0.0 / 2014-05-05 +================== + + * add negative support. fixes #6 + +0.3.0 / 2014-03-19 +================== + + * added terabyte support + +0.2.1 / 2013-04-01 +================== + + * add .component + +0.2.0 / 2012-10-28 +================== + + * bytes(200).should.eql('200b') + +0.1.0 / 2012-07-04 +================== + + * add bytes to string conversion [yields] diff --git a/srv/node_modules/bytes/LICENSE b/srv/node_modules/bytes/LICENSE new file mode 100644 index 000000000..63e95a963 --- /dev/null +++ b/srv/node_modules/bytes/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2012-2014 TJ Holowaychuk +Copyright (c) 2015 Jed Watson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/bytes/Readme.md b/srv/node_modules/bytes/Readme.md new file mode 100644 index 000000000..5790e23e3 --- /dev/null +++ b/srv/node_modules/bytes/Readme.md @@ -0,0 +1,152 @@ +# Bytes utility + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Build Status][ci-image]][ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Utility to parse a string bytes (ex: `1TB`) to bytes (`1099511627776`) and vice-versa. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```bash +$ npm install bytes +``` + +## Usage + +```js +var bytes = require('bytes'); +``` + +#### bytes(number|string value, [options]): number|string|null + +Default export function. Delegates to either `bytes.format` or `bytes.parse` based on the type of `value`. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number`|`string` | Number value to format or string value to parse | +| options | `Object` | Conversion options for `format` | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`number`|`null` | Return null upon error. Numeric value in bytes, or string value otherwise. | + +**Example** + +```js +bytes(1024); +// output: '1KB' + +bytes('1KB'); +// output: 1024 +``` + +#### bytes.format(number value, [options]): string|null + +Format the given value in bytes into a string. If the value is negative, it is kept as such. If it is a float, it is + rounded. + +**Arguments** + +| Name | Type | Description | +|---------|----------|--------------------| +| value | `number` | Value in bytes | +| options | `Object` | Conversion options | + +**Options** + +| Property | Type | Description | +|-------------------|--------|-----------------------------------------------------------------------------------------| +| decimalPlaces | `number`|`null` | Maximum number of decimal places to include in output. Default value to `2`. | +| fixedDecimals | `boolean`|`null` | Whether to always display the maximum number of decimal places. Default value to `false` | +| thousandsSeparator | `string`|`null` | Example of values: `' '`, `','` and `'.'`... Default value to `''`. | +| unit | `string`|`null` | The unit in which the result will be returned (B/KB/MB/GB/TB). Default value to `''` (which means auto detect). | +| unitSeparator | `string`|`null` | Separator to use between number and unit. Default value to `''`. | + +**Returns** + +| Name | Type | Description | +|---------|------------------|-------------------------------------------------| +| results | `string`|`null` | Return null upon error. String value otherwise. | + +**Example** + +```js +bytes.format(1024); +// output: '1KB' + +bytes.format(1000); +// output: '1000B' + +bytes.format(1000, {thousandsSeparator: ' '}); +// output: '1 000B' + +bytes.format(1024 * 1.7, {decimalPlaces: 0}); +// output: '2KB' + +bytes.format(1024, {unitSeparator: ' '}); +// output: '1 KB' +``` + +#### bytes.parse(string|number value): number|null + +Parse the string value into an integer in bytes. If no unit is given, or `value` +is a number, it is assumed the value is in bytes. + +Supported units and abbreviations are as follows and are case-insensitive: + + * `b` for bytes + * `kb` for kilobytes + * `mb` for megabytes + * `gb` for gigabytes + * `tb` for terabytes + * `pb` for petabytes + +The units are in powers of two, not ten. This means 1kb = 1024b according to this parser. + +**Arguments** + +| Name | Type | Description | +|---------------|--------|--------------------| +| value | `string`|`number` | String to parse, or number in bytes. | + +**Returns** + +| Name | Type | Description | +|---------|-------------|-------------------------| +| results | `number`|`null` | Return null upon error. Value in bytes otherwise. | + +**Example** + +```js +bytes.parse('1KB'); +// output: 1024 + +bytes.parse('1024'); +// output: 1024 + +bytes.parse(1024); +// output: 1024 +``` + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/visionmedia/bytes.js/master?label=ci +[ci-url]: https://github.com/visionmedia/bytes.js/actions?query=workflow%3Aci +[coveralls-image]: https://badgen.net/coveralls/c/github/visionmedia/bytes.js/master +[coveralls-url]: https://coveralls.io/r/visionmedia/bytes.js?branch=master +[downloads-image]: https://badgen.net/npm/dm/bytes +[downloads-url]: https://npmjs.org/package/bytes +[npm-image]: https://badgen.net/npm/v/bytes +[npm-url]: https://npmjs.org/package/bytes diff --git a/srv/node_modules/bytes/index.js b/srv/node_modules/bytes/index.js new file mode 100644 index 000000000..6f2d0f89e --- /dev/null +++ b/srv/node_modules/bytes/index.js @@ -0,0 +1,170 @@ +/*! + * bytes + * Copyright(c) 2012-2014 TJ Holowaychuk + * Copyright(c) 2015 Jed Watson + * MIT Licensed + */ + +'use strict'; + +/** + * Module exports. + * @public + */ + +module.exports = bytes; +module.exports.format = format; +module.exports.parse = parse; + +/** + * Module variables. + * @private + */ + +var formatThousandsRegExp = /\B(?=(\d{3})+(?!\d))/g; + +var formatDecimalsRegExp = /(?:\.0*|(\.[^0]+)0+)$/; + +var map = { + b: 1, + kb: 1 << 10, + mb: 1 << 20, + gb: 1 << 30, + tb: Math.pow(1024, 4), + pb: Math.pow(1024, 5), +}; + +var parseRegExp = /^((-|\+)?(\d+(?:\.\d+)?)) *(kb|mb|gb|tb|pb)$/i; + +/** + * Convert the given value in bytes into a string or parse to string to an integer in bytes. + * + * @param {string|number} value + * @param {{ + * case: [string], + * decimalPlaces: [number] + * fixedDecimals: [boolean] + * thousandsSeparator: [string] + * unitSeparator: [string] + * }} [options] bytes options. + * + * @returns {string|number|null} + */ + +function bytes(value, options) { + if (typeof value === 'string') { + return parse(value); + } + + if (typeof value === 'number') { + return format(value, options); + } + + return null; +} + +/** + * Format the given value in bytes into a string. + * + * If the value is negative, it is kept as such. If it is a float, + * it is rounded. + * + * @param {number} value + * @param {object} [options] + * @param {number} [options.decimalPlaces=2] + * @param {number} [options.fixedDecimals=false] + * @param {string} [options.thousandsSeparator=] + * @param {string} [options.unit=] + * @param {string} [options.unitSeparator=] + * + * @returns {string|null} + * @public + */ + +function format(value, options) { + if (!Number.isFinite(value)) { + return null; + } + + var mag = Math.abs(value); + var thousandsSeparator = (options && options.thousandsSeparator) || ''; + var unitSeparator = (options && options.unitSeparator) || ''; + var decimalPlaces = (options && options.decimalPlaces !== undefined) ? options.decimalPlaces : 2; + var fixedDecimals = Boolean(options && options.fixedDecimals); + var unit = (options && options.unit) || ''; + + if (!unit || !map[unit.toLowerCase()]) { + if (mag >= map.pb) { + unit = 'PB'; + } else if (mag >= map.tb) { + unit = 'TB'; + } else if (mag >= map.gb) { + unit = 'GB'; + } else if (mag >= map.mb) { + unit = 'MB'; + } else if (mag >= map.kb) { + unit = 'KB'; + } else { + unit = 'B'; + } + } + + var val = value / map[unit.toLowerCase()]; + var str = val.toFixed(decimalPlaces); + + if (!fixedDecimals) { + str = str.replace(formatDecimalsRegExp, '$1'); + } + + if (thousandsSeparator) { + str = str.split('.').map(function (s, i) { + return i === 0 + ? s.replace(formatThousandsRegExp, thousandsSeparator) + : s + }).join('.'); + } + + return str + unitSeparator + unit; +} + +/** + * Parse the string value into an integer in bytes. + * + * If no unit is given, it is assumed the value is in bytes. + * + * @param {number|string} val + * + * @returns {number|null} + * @public + */ + +function parse(val) { + if (typeof val === 'number' && !isNaN(val)) { + return val; + } + + if (typeof val !== 'string') { + return null; + } + + // Test if the string passed is valid + var results = parseRegExp.exec(val); + var floatValue; + var unit = 'b'; + + if (!results) { + // Nothing could be extracted from the given string + floatValue = parseInt(val, 10); + unit = 'b' + } else { + // Retrieve the value and the unit + floatValue = parseFloat(results[1]); + unit = results[4].toLowerCase(); + } + + if (isNaN(floatValue)) { + return null; + } + + return Math.floor(map[unit] * floatValue); +} diff --git a/srv/node_modules/bytes/package.json b/srv/node_modules/bytes/package.json new file mode 100644 index 000000000..f2b6a8b0e --- /dev/null +++ b/srv/node_modules/bytes/package.json @@ -0,0 +1,42 @@ +{ + "name": "bytes", + "description": "Utility to parse a string bytes to bytes and vice-versa", + "version": "3.1.2", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "contributors": [ + "Jed Watson ", + "Théo FIDRY " + ], + "license": "MIT", + "keywords": [ + "byte", + "bytes", + "utility", + "parse", + "parser", + "convert", + "converter" + ], + "repository": "visionmedia/bytes.js", + "devDependencies": { + "eslint": "7.32.0", + "eslint-plugin-markdown": "2.2.1", + "mocha": "9.2.0", + "nyc": "15.1.0" + }, + "files": [ + "History.md", + "LICENSE", + "Readme.md", + "index.js" + ], + "engines": { + "node": ">= 0.8" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --check-leaks --reporter spec", + "test-ci": "nyc --reporter=lcov --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/srv/node_modules/cacache/LICENSE.md b/srv/node_modules/cacache/LICENSE.md new file mode 100644 index 000000000..8d28acf86 --- /dev/null +++ b/srv/node_modules/cacache/LICENSE.md @@ -0,0 +1,16 @@ +ISC License + +Copyright (c) npm, Inc. + +Permission to use, copy, modify, and/or distribute this software for +any purpose with or without fee is hereby granted, provided that the +above copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS +ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS +OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE +USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/srv/node_modules/cacache/README.md b/srv/node_modules/cacache/README.md new file mode 100644 index 000000000..6dc11babf --- /dev/null +++ b/srv/node_modules/cacache/README.md @@ -0,0 +1,703 @@ +# cacache [![npm version](https://img.shields.io/npm/v/cacache.svg)](https://npm.im/cacache) [![license](https://img.shields.io/npm/l/cacache.svg)](https://npm.im/cacache) [![Travis](https://img.shields.io/travis/npm/cacache.svg)](https://travis-ci.org/npm/cacache) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/cacache?svg=true)](https://ci.appveyor.com/project/npm/cacache) [![Coverage Status](https://coveralls.io/repos/github/npm/cacache/badge.svg?branch=latest)](https://coveralls.io/github/npm/cacache?branch=latest) + +[`cacache`](https://github.com/npm/cacache) is a Node.js library for managing +local key and content address caches. It's really fast, really good at +concurrency, and it will never give you corrupted data, even if cache files +get corrupted or manipulated. + +On systems that support user and group settings on files, cacache will +match the `uid` and `gid` values to the folder where the cache lives, even +when running as `root`. + +It was written to be used as [npm](https://npm.im)'s local cache, but can +just as easily be used on its own. + +## Install + +`$ npm install --save cacache` + +## Table of Contents + +* [Example](#example) +* [Features](#features) +* [Contributing](#contributing) +* [API](#api) + * [Using localized APIs](#localized-api) + * Reading + * [`ls`](#ls) + * [`ls.stream`](#ls-stream) + * [`get`](#get-data) + * [`get.stream`](#get-stream) + * [`get.info`](#get-info) + * [`get.hasContent`](#get-hasContent) + * Writing + * [`put`](#put-data) + * [`put.stream`](#put-stream) + * [`rm.all`](#rm-all) + * [`rm.entry`](#rm-entry) + * [`rm.content`](#rm-content) + * [`index.compact`](#index-compact) + * [`index.insert`](#index-insert) + * Utilities + * [`clearMemoized`](#clear-memoized) + * [`tmp.mkdir`](#tmp-mkdir) + * [`tmp.withTmp`](#with-tmp) + * Integrity + * [Subresource Integrity](#integrity) + * [`verify`](#verify) + * [`verify.lastRun`](#verify-last-run) + +### Example + +```javascript +const cacache = require('cacache') +const fs = require('fs') + +const tarball = '/path/to/mytar.tgz' +const cachePath = '/tmp/my-toy-cache' +const key = 'my-unique-key-1234' + +// Cache it! Use `cachePath` as the root of the content cache +cacache.put(cachePath, key, '10293801983029384').then(integrity => { + console.log(`Saved content to ${cachePath}.`) +}) + +const destination = '/tmp/mytar.tgz' + +// Copy the contents out of the cache and into their destination! +// But this time, use stream instead! +cacache.get.stream( + cachePath, key +).pipe( + fs.createWriteStream(destination) +).on('finish', () => { + console.log('done extracting!') +}) + +// The same thing, but skip the key index. +cacache.get.byDigest(cachePath, integrityHash).then(data => { + fs.writeFile(destination, data, err => { + console.log('tarball data fetched based on its sha512sum and written out!') + }) +}) +``` + +### Features + +* Extraction by key or by content address (shasum, etc) +* [Subresource Integrity](#integrity) web standard support +* Multi-hash support - safely host sha1, sha512, etc, in a single cache +* Automatic content deduplication +* Fault tolerance (immune to corruption, partial writes, process races, etc) +* Consistency guarantees on read and write (full data verification) +* Lockless, high-concurrency cache access +* Streaming support +* Promise support +* Fast -- sub-millisecond reads and writes including verification +* Arbitrary metadata storage +* Garbage collection and additional offline verification +* Thorough test coverage +* There's probably a bloom filter in there somewhere. Those are cool, right? 🤔 + +### Contributing + +The cacache team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The [Contributor Guide](CONTRIBUTING.md) has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear. + +All participants and maintainers in this project are expected to follow [Code of Conduct](CODE_OF_CONDUCT.md), and just generally be excellent to each other. + +Please refer to the [Changelog](CHANGELOG.md) for project history details, too. + +Happy hacking! + +### API + +#### `> cacache.ls(cache) -> Promise` + +Lists info for all entries currently in the cache as a single large object. Each +entry in the object will be keyed by the unique index key, with corresponding +[`get.info`](#get-info) objects as the values. + +##### Example + +```javascript +cacache.ls(cachePath).then(console.log) +// Output +{ + 'my-thing': { + key: 'my-thing', + integrity: 'sha512-BaSe64/EnCoDED+HAsh==' + path: '.testcache/content/deadbeef', // joined with `cachePath` + time: 12345698490, + size: 4023948, + metadata: { + name: 'blah', + version: '1.2.3', + description: 'this was once a package but now it is my-thing' + } + }, + 'other-thing': { + key: 'other-thing', + integrity: 'sha1-ANothER+hasH=', + path: '.testcache/content/bada55', + time: 11992309289, + size: 111112 + } +} +``` + +#### `> cacache.ls.stream(cache) -> Readable` + +Lists info for all entries currently in the cache as a single large object. + +This works just like [`ls`](#ls), except [`get.info`](#get-info) entries are +returned as `'data'` events on the returned stream. + +##### Example + +```javascript +cacache.ls.stream(cachePath).on('data', console.log) +// Output +{ + key: 'my-thing', + integrity: 'sha512-BaSe64HaSh', + path: '.testcache/content/deadbeef', // joined with `cachePath` + time: 12345698490, + size: 13423, + metadata: { + name: 'blah', + version: '1.2.3', + description: 'this was once a package but now it is my-thing' + } +} + +{ + key: 'other-thing', + integrity: 'whirlpool-WoWSoMuchSupport', + path: '.testcache/content/bada55', + time: 11992309289, + size: 498023984029 +} + +{ + ... +} +``` + +#### `> cacache.get(cache, key, [opts]) -> Promise({data, metadata, integrity})` + +Returns an object with the cached data, digest, and metadata identified by +`key`. The `data` property of this object will be a `Buffer` instance that +presumably holds some data that means something to you. I'm sure you know what +to do with it! cacache just won't care. + +`integrity` is a [Subresource +Integrity](#integrity) +string. That is, a string that can be used to verify `data`, which looks like +`-`. + +If there is no content identified by `key`, or if the locally-stored data does +not pass the validity checksum, the promise will be rejected. + +A sub-function, `get.byDigest` may be used for identical behavior, except lookup +will happen by integrity hash, bypassing the index entirely. This version of the +function *only* returns `data` itself, without any wrapper. + +See: [options](#get-options) + +##### Note + +This function loads the entire cache entry into memory before returning it. If +you're dealing with Very Large data, consider using [`get.stream`](#get-stream) +instead. + +##### Example + +```javascript +// Look up by key +cache.get(cachePath, 'my-thing').then(console.log) +// Output: +{ + metadata: { + thingName: 'my' + }, + integrity: 'sha512-BaSe64HaSh', + data: Buffer#, + size: 9320 +} + +// Look up by digest +cache.get.byDigest(cachePath, 'sha512-BaSe64HaSh').then(console.log) +// Output: +Buffer# +``` + +#### `> cacache.get.stream(cache, key, [opts]) -> Readable` + +Returns a [Readable Stream](https://nodejs.org/api/stream.html#stream_readable_streams) of the cached data identified by `key`. + +If there is no content identified by `key`, or if the locally-stored data does +not pass the validity checksum, an error will be emitted. + +`metadata` and `integrity` events will be emitted before the stream closes, if +you need to collect that extra data about the cached entry. + +A sub-function, `get.stream.byDigest` may be used for identical behavior, +except lookup will happen by integrity hash, bypassing the index entirely. This +version does not emit the `metadata` and `integrity` events at all. + +See: [options](#get-options) + +##### Example + +```javascript +// Look up by key +cache.get.stream( + cachePath, 'my-thing' +).on('metadata', metadata => { + console.log('metadata:', metadata) +}).on('integrity', integrity => { + console.log('integrity:', integrity) +}).pipe( + fs.createWriteStream('./x.tgz') +) +// Outputs: +metadata: { ... } +integrity: 'sha512-SoMeDIGest+64==' + +// Look up by digest +cache.get.stream.byDigest( + cachePath, 'sha512-SoMeDIGest+64==' +).pipe( + fs.createWriteStream('./x.tgz') +) +``` + +#### `> cacache.get.info(cache, key) -> Promise` + +Looks up `key` in the cache index, returning information about the entry if +one exists. + +##### Fields + +* `key` - Key the entry was looked up under. Matches the `key` argument. +* `integrity` - [Subresource Integrity hash](#integrity) for the content this entry refers to. +* `path` - Filesystem path where content is stored, joined with `cache` argument. +* `time` - Timestamp the entry was first added on. +* `metadata` - User-assigned metadata associated with the entry/content. + +##### Example + +```javascript +cacache.get.info(cachePath, 'my-thing').then(console.log) + +// Output +{ + key: 'my-thing', + integrity: 'sha256-MUSTVERIFY+ALL/THINGS==' + path: '.testcache/content/deadbeef', + time: 12345698490, + size: 849234, + metadata: { + name: 'blah', + version: '1.2.3', + description: 'this was once a package but now it is my-thing' + } +} +``` + +#### `> cacache.get.hasContent(cache, integrity) -> Promise` + +Looks up a [Subresource Integrity hash](#integrity) in the cache. If content +exists for this `integrity`, it will return an object, with the specific single integrity hash +that was found in `sri` key, and the size of the found content as `size`. If no content exists for this integrity, it will return `false`. + +##### Example + +```javascript +cacache.get.hasContent(cachePath, 'sha256-MUSTVERIFY+ALL/THINGS==').then(console.log) + +// Output +{ + sri: { + source: 'sha256-MUSTVERIFY+ALL/THINGS==', + algorithm: 'sha256', + digest: 'MUSTVERIFY+ALL/THINGS==', + options: [] + }, + size: 9001 +} + +cacache.get.hasContent(cachePath, 'sha521-NOT+IN/CACHE==').then(console.log) + +// Output +false +``` + +##### Options + +##### `opts.integrity` +If present, the pre-calculated digest for the inserted content. If this option +is provided and does not match the post-insertion digest, insertion will fail +with an `EINTEGRITY` error. + +##### `opts.memoize` + +Default: null + +If explicitly truthy, cacache will read from memory and memoize data on bulk read. If `false`, cacache will read from disk data. Reader functions by default read from in-memory cache. + +##### `opts.size` +If provided, the data stream will be verified to check that enough data was +passed through. If there's more or less data than expected, insertion will fail +with an `EBADSIZE` error. + + +#### `> cacache.put(cache, key, data, [opts]) -> Promise` + +Inserts data passed to it into the cache. The returned Promise resolves with a +digest (generated according to [`opts.algorithms`](#optsalgorithms)) after the +cache entry has been successfully written. + +See: [options](#put-options) + +##### Example + +```javascript +fetch( + 'https://registry.npmjs.org/cacache/-/cacache-1.0.0.tgz' +).then(data => { + return cacache.put(cachePath, 'registry.npmjs.org|cacache@1.0.0', data) +}).then(integrity => { + console.log('integrity hash is', integrity) +}) +``` + +#### `> cacache.put.stream(cache, key, [opts]) -> Writable` + +Returns a [Writable +Stream](https://nodejs.org/api/stream.html#stream_writable_streams) that inserts +data written to it into the cache. Emits an `integrity` event with the digest of +written contents when it succeeds. + +See: [options](#put-options) + +##### Example + +```javascript +request.get( + 'https://registry.npmjs.org/cacache/-/cacache-1.0.0.tgz' +).pipe( + cacache.put.stream( + cachePath, 'registry.npmjs.org|cacache@1.0.0' + ).on('integrity', d => console.log(`integrity digest is ${d}`)) +) +``` + +##### Options + +##### `opts.metadata` + +Arbitrary metadata to be attached to the inserted key. + +##### `opts.size` + +If provided, the data stream will be verified to check that enough data was +passed through. If there's more or less data than expected, insertion will fail +with an `EBADSIZE` error. + +##### `opts.integrity` + +If present, the pre-calculated digest for the inserted content. If this option +is provided and does not match the post-insertion digest, insertion will fail +with an `EINTEGRITY` error. + +`algorithms` has no effect if this option is present. + +##### `opts.algorithms` + +Default: ['sha512'] + +Hashing algorithms to use when calculating the [subresource integrity +digest](#integrity) +for inserted data. Can use any algorithm listed in `crypto.getHashes()` or +`'omakase'`/`'お任せします'` to pick a random hash algorithm on each insertion. You +may also use any anagram of `'modnar'` to use this feature. + +Currently only supports one algorithm at a time (i.e., an array length of +exactly `1`). Has no effect if `opts.integrity` is present. + +##### `opts.memoize` + +Default: null + +If provided, cacache will memoize the given cache insertion in memory, bypassing +any filesystem checks for that key or digest in future cache fetches. Nothing +will be written to the in-memory cache unless this option is explicitly truthy. + +If `opts.memoize` is an object or a `Map`-like (that is, an object with `get` +and `set` methods), it will be written to instead of the global memoization +cache. + +Reading from disk data can be forced by explicitly passing `memoize: false` to +the reader functions, but their default will be to read from memory. + +##### `opts.tmpPrefix` +Default: null + +Prefix to append on the temporary directory name inside the cache's tmp dir. + +#### `> cacache.rm.all(cache) -> Promise` + +Clears the entire cache. Mainly by blowing away the cache directory itself. + +##### Example + +```javascript +cacache.rm.all(cachePath).then(() => { + console.log('THE APOCALYPSE IS UPON US 😱') +}) +``` + +#### `> cacache.rm.entry(cache, key, [opts]) -> Promise` + +Alias: `cacache.rm` + +Removes the index entry for `key`. Content will still be accessible if +requested directly by content address ([`get.stream.byDigest`](#get-stream)). + +By default, this appends a new entry to the index with an integrity of `null`. +If `opts.removeFully` is set to `true` then the index file itself will be +physically deleted rather than appending a `null`. + +To remove the content itself (which might still be used by other entries), use +[`rm.content`](#rm-content). Or, to safely vacuum any unused content, use +[`verify`](#verify). + +##### Example + +```javascript +cacache.rm.entry(cachePath, 'my-thing').then(() => { + console.log('I did not like it anyway') +}) +``` + +#### `> cacache.rm.content(cache, integrity) -> Promise` + +Removes the content identified by `integrity`. Any index entries referring to it +will not be usable again until the content is re-added to the cache with an +identical digest. + +##### Example + +```javascript +cacache.rm.content(cachePath, 'sha512-SoMeDIGest/IN+BaSE64==').then(() => { + console.log('data for my-thing is gone!') +}) +``` + +#### `> cacache.index.compact(cache, key, matchFn, [opts]) -> Promise` + +Uses `matchFn`, which must be a synchronous function that accepts two entries +and returns a boolean indicating whether or not the two entries match, to +deduplicate all entries in the cache for the given `key`. + +If `opts.validateEntry` is provided, it will be called as a function with the +only parameter being a single index entry. The function must return a Boolean, +if it returns `true` the entry is considered valid and will be kept in the index, +if it returns `false` the entry will be removed from the index. + +If `opts.validateEntry` is not provided, however, every entry in the index will +be deduplicated and kept until the first `null` integrity is reached, removing +all entries that were written before the `null`. + +The deduplicated list of entries is both written to the index, replacing the +existing content, and returned in the Promise. + +#### `> cacache.index.insert(cache, key, integrity, opts) -> Promise` + +Writes an index entry to the cache for the given `key` without writing content. + +It is assumed if you are using this method, you have already stored the content +some other way and you only wish to add a new index to that content. The `metadata` +and `size` properties are read from `opts` and used as part of the index entry. + +Returns a Promise resolving to the newly added entry. + +#### `> cacache.clearMemoized()` + +Completely resets the in-memory entry cache. + +#### `> tmp.mkdir(cache, opts) -> Promise` + +Returns a unique temporary directory inside the cache's `tmp` dir. This +directory will use the same safe user assignment that all the other stuff use. + +Once the directory is made, it's the user's responsibility that all files +within are given the appropriate `gid`/`uid` ownership settings to match +the rest of the cache. If not, you can ask cacache to do it for you by +calling [`tmp.fix()`](#tmp-fix), which will fix all tmp directory +permissions. + +If you want automatic cleanup of this directory, use +[`tmp.withTmp()`](#with-tpm) + +See: [options](#tmp-options) + +##### Example + +```javascript +cacache.tmp.mkdir(cache).then(dir => { + fs.writeFile(path.join(dir, 'blablabla'), Buffer#<1234>, ...) +}) +``` + +#### `> tmp.fix(cache) -> Promise` + +Sets the `uid` and `gid` properties on all files and folders within the tmp +folder to match the rest of the cache. + +Use this after manually writing files into [`tmp.mkdir`](#tmp-mkdir) or +[`tmp.withTmp`](#with-tmp). + +##### Example + +```javascript +cacache.tmp.mkdir(cache).then(dir => { + writeFile(path.join(dir, 'file'), someData).then(() => { + // make sure we didn't just put a root-owned file in the cache + cacache.tmp.fix().then(() => { + // all uids and gids match now + }) + }) +}) +``` + +#### `> tmp.withTmp(cache, opts, cb) -> Promise` + +Creates a temporary directory with [`tmp.mkdir()`](#tmp-mkdir) and calls `cb` +with it. The created temporary directory will be removed when the return value +of `cb()` resolves, the tmp directory will be automatically deleted once that +promise completes. + +The same caveats apply when it comes to managing permissions for the tmp dir's +contents. + +See: [options](#tmp-options) + +##### Example + +```javascript +cacache.tmp.withTmp(cache, dir => { + return fs.writeFileAsync(path.join(dir, 'blablabla'), Buffer#<1234>, ...) +}).then(() => { + // `dir` no longer exists +}) +``` + +##### Options + +##### `opts.tmpPrefix` +Default: null + +Prefix to append on the temporary directory name inside the cache's tmp dir. + +#### Subresource Integrity Digests + +For content verification and addressing, cacache uses strings following the +[Subresource +Integrity spec](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity). +That is, any time cacache expects an `integrity` argument or option, it +should be in the format `-`. + +One deviation from the current spec is that cacache will support any hash +algorithms supported by the underlying Node.js process. You can use +`crypto.getHashes()` to see which ones you can use. + +##### Generating Digests Yourself + +If you have an existing content shasum, they are generally formatted as a +hexadecimal string (that is, a sha1 would look like: +`5f5513f8822fdbe5145af33b64d8d970dcf95c6e`). In order to be compatible with +cacache, you'll need to convert this to an equivalent subresource integrity +string. For this example, the corresponding hash would be: +`sha1-X1UT+IIv2+UUWvM7ZNjZcNz5XG4=`. + +If you want to generate an integrity string yourself for existing data, you can +use something like this: + +```javascript +const crypto = require('crypto') +const hashAlgorithm = 'sha512' +const data = 'foobarbaz' + +const integrity = ( + hashAlgorithm + + '-' + + crypto.createHash(hashAlgorithm).update(data).digest('base64') +) +``` + +You can also use [`ssri`](https://npm.im/ssri) to have a richer set of functionality +around SRI strings, including generation, parsing, and translating from existing +hex-formatted strings. + +#### `> cacache.verify(cache, opts) -> Promise` + +Checks out and fixes up your cache: + +* Cleans up corrupted or invalid index entries. +* Custom entry filtering options. +* Garbage collects any content entries not referenced by the index. +* Checks integrity for all content entries and removes invalid content. +* Fixes cache ownership. +* Removes the `tmp` directory in the cache and all its contents. + +When it's done, it'll return an object with various stats about the verification +process, including amount of storage reclaimed, number of valid entries, number +of entries removed, etc. + +##### Options + +##### `opts.concurrency` + +Default: 20 + +Number of concurrently read files in the filesystem while doing clean up. + +##### `opts.filter` +Receives a formatted entry. Return false to remove it. +Note: might be called more than once on the same entry. + +##### `opts.log` +Custom logger function: +``` + log: { silly () {} } + log.silly('verify', 'verifying cache at', cache) +``` + +##### Example + +```sh +echo somegarbage >> $CACHEPATH/content/deadbeef +``` + +```javascript +cacache.verify(cachePath).then(stats => { + // deadbeef collected, because of invalid checksum. + console.log('cache is much nicer now! stats:', stats) +}) +``` + +#### `> cacache.verify.lastRun(cache) -> Promise` + +Returns a `Date` representing the last time `cacache.verify` was run on `cache`. + +##### Example + +```javascript +cacache.verify(cachePath).then(() => { + cacache.verify.lastRun(cachePath).then(lastTime => { + console.log('cacache.verify was last called on' + lastTime) + }) +}) +``` diff --git a/srv/node_modules/cacache/get.js b/srv/node_modules/cacache/get.js new file mode 100644 index 000000000..4e905e7cf --- /dev/null +++ b/srv/node_modules/cacache/get.js @@ -0,0 +1,237 @@ +'use strict' + +const Collect = require('minipass-collect') +const Minipass = require('minipass') +const Pipeline = require('minipass-pipeline') +const fs = require('fs') +const util = require('util') + +const index = require('./lib/entry-index') +const memo = require('./lib/memoization') +const read = require('./lib/content/read') + +const writeFile = util.promisify(fs.writeFile) + +function getData (cache, key, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get(cache, key, opts) + if (memoized && memoize !== false) { + return Promise.resolve({ + metadata: memoized.entry.metadata, + data: memoized.data, + integrity: memoized.entry.integrity, + size: memoized.entry.size, + }) + } + + return index.find(cache, key, opts).then((entry) => { + if (!entry) + throw new index.NotFoundError(cache, key) + + return read(cache, entry.integrity, { integrity, size }).then((data) => { + if (memoize) + memo.put(cache, entry, data, opts) + + return { + data, + metadata: entry.metadata, + size: entry.size, + integrity: entry.integrity, + } + }) + }) +} +module.exports = getData + +function getDataByDigest (cache, key, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get.byDigest(cache, key, opts) + if (memoized && memoize !== false) + return Promise.resolve(memoized) + + return read(cache, key, { integrity, size }).then((res) => { + if (memoize) + memo.put.byDigest(cache, key, res, opts) + return res + }) +} +module.exports.byDigest = getDataByDigest + +function getDataSync (cache, key, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get(cache, key, opts) + + if (memoized && memoize !== false) { + return { + metadata: memoized.entry.metadata, + data: memoized.data, + integrity: memoized.entry.integrity, + size: memoized.entry.size, + } + } + const entry = index.find.sync(cache, key, opts) + if (!entry) + throw new index.NotFoundError(cache, key) + const data = read.sync(cache, entry.integrity, { + integrity: integrity, + size: size, + }) + const res = { + metadata: entry.metadata, + data: data, + size: entry.size, + integrity: entry.integrity, + } + if (memoize) + memo.put(cache, entry, res.data, opts) + + return res +} + +module.exports.sync = getDataSync + +function getDataByDigestSync (cache, digest, opts = {}) { + const { integrity, memoize, size } = opts + const memoized = memo.get.byDigest(cache, digest, opts) + + if (memoized && memoize !== false) + return memoized + + const res = read.sync(cache, digest, { + integrity: integrity, + size: size, + }) + if (memoize) + memo.put.byDigest(cache, digest, res, opts) + + return res +} +module.exports.sync.byDigest = getDataByDigestSync + +const getMemoizedStream = (memoized) => { + const stream = new Minipass() + stream.on('newListener', function (ev, cb) { + ev === 'metadata' && cb(memoized.entry.metadata) + ev === 'integrity' && cb(memoized.entry.integrity) + ev === 'size' && cb(memoized.entry.size) + }) + stream.end(memoized.data) + return stream +} + +function getStream (cache, key, opts = {}) { + const { memoize, size } = opts + const memoized = memo.get(cache, key, opts) + if (memoized && memoize !== false) + return getMemoizedStream(memoized) + + const stream = new Pipeline() + index + .find(cache, key) + .then((entry) => { + if (!entry) + throw new index.NotFoundError(cache, key) + + stream.emit('metadata', entry.metadata) + stream.emit('integrity', entry.integrity) + stream.emit('size', entry.size) + stream.on('newListener', function (ev, cb) { + ev === 'metadata' && cb(entry.metadata) + ev === 'integrity' && cb(entry.integrity) + ev === 'size' && cb(entry.size) + }) + + const src = read.readStream( + cache, + entry.integrity, + { ...opts, size: typeof size !== 'number' ? entry.size : size } + ) + + if (memoize) { + const memoStream = new Collect.PassThrough() + memoStream.on('collect', data => memo.put(cache, entry, data, opts)) + stream.unshift(memoStream) + } + stream.unshift(src) + }) + .catch((err) => stream.emit('error', err)) + + return stream +} + +module.exports.stream = getStream + +function getStreamDigest (cache, integrity, opts = {}) { + const { memoize } = opts + const memoized = memo.get.byDigest(cache, integrity, opts) + if (memoized && memoize !== false) { + const stream = new Minipass() + stream.end(memoized) + return stream + } else { + const stream = read.readStream(cache, integrity, opts) + if (!memoize) + return stream + + const memoStream = new Collect.PassThrough() + memoStream.on('collect', data => memo.put.byDigest( + cache, + integrity, + data, + opts + )) + return new Pipeline(stream, memoStream) + } +} + +module.exports.stream.byDigest = getStreamDigest + +function info (cache, key, opts = {}) { + const { memoize } = opts + const memoized = memo.get(cache, key, opts) + if (memoized && memoize !== false) + return Promise.resolve(memoized.entry) + else + return index.find(cache, key) +} +module.exports.info = info + +function copy (cache, key, dest, opts = {}) { + if (read.copy) { + return index.find(cache, key, opts).then((entry) => { + if (!entry) + throw new index.NotFoundError(cache, key) + return read.copy(cache, entry.integrity, dest, opts) + .then(() => { + return { + metadata: entry.metadata, + size: entry.size, + integrity: entry.integrity, + } + }) + }) + } + + return getData(cache, key, opts).then((res) => { + return writeFile(dest, res.data).then(() => { + return { + metadata: res.metadata, + size: res.size, + integrity: res.integrity, + } + }) + }) +} +module.exports.copy = copy + +function copyByDigest (cache, key, dest, opts = {}) { + if (read.copy) + return read.copy(cache, key, dest, opts).then(() => key) + + return getDataByDigest(cache, key, opts).then((res) => { + return writeFile(dest, res).then(() => key) + }) +} +module.exports.copy.byDigest = copyByDigest + +module.exports.hasContent = read.hasContent diff --git a/srv/node_modules/cacache/index.js b/srv/node_modules/cacache/index.js new file mode 100644 index 000000000..c8c52b041 --- /dev/null +++ b/srv/node_modules/cacache/index.js @@ -0,0 +1,46 @@ +'use strict' + +const ls = require('./ls.js') +const get = require('./get.js') +const put = require('./put.js') +const rm = require('./rm.js') +const verify = require('./verify.js') +const { clearMemoized } = require('./lib/memoization.js') +const tmp = require('./lib/util/tmp.js') +const index = require('./lib/entry-index.js') + +module.exports.index = {} +module.exports.index.compact = index.compact +module.exports.index.insert = index.insert + +module.exports.ls = ls +module.exports.ls.stream = ls.stream + +module.exports.get = get +module.exports.get.byDigest = get.byDigest +module.exports.get.sync = get.sync +module.exports.get.sync.byDigest = get.sync.byDigest +module.exports.get.stream = get.stream +module.exports.get.stream.byDigest = get.stream.byDigest +module.exports.get.copy = get.copy +module.exports.get.copy.byDigest = get.copy.byDigest +module.exports.get.info = get.info +module.exports.get.hasContent = get.hasContent +module.exports.get.hasContent.sync = get.hasContent.sync + +module.exports.put = put +module.exports.put.stream = put.stream + +module.exports.rm = rm.entry +module.exports.rm.all = rm.all +module.exports.rm.entry = module.exports.rm +module.exports.rm.content = rm.content + +module.exports.clearMemoized = clearMemoized + +module.exports.tmp = {} +module.exports.tmp.mkdir = tmp.mkdir +module.exports.tmp.withTmp = tmp.withTmp + +module.exports.verify = verify +module.exports.verify.lastRun = verify.lastRun diff --git a/srv/node_modules/cacache/lib/content/path.js b/srv/node_modules/cacache/lib/content/path.js new file mode 100644 index 000000000..ad5a76a4f --- /dev/null +++ b/srv/node_modules/cacache/lib/content/path.js @@ -0,0 +1,29 @@ +'use strict' + +const contentVer = require('../../package.json')['cache-version'].content +const hashToSegments = require('../util/hash-to-segments') +const path = require('path') +const ssri = require('ssri') + +// Current format of content file path: +// +// sha512-BaSE64Hex= -> +// ~/.my-cache/content-v2/sha512/ba/da/55deadbeefc0ffee +// +module.exports = contentPath + +function contentPath (cache, integrity) { + const sri = ssri.parse(integrity, { single: true }) + // contentPath is the *strongest* algo given + return path.join( + contentDir(cache), + sri.algorithm, + ...hashToSegments(sri.hexDigest()) + ) +} + +module.exports.contentDir = contentDir + +function contentDir (cache) { + return path.join(cache, `content-v${contentVer}`) +} diff --git a/srv/node_modules/cacache/lib/content/read.js b/srv/node_modules/cacache/lib/content/read.js new file mode 100644 index 000000000..034e8eee0 --- /dev/null +++ b/srv/node_modules/cacache/lib/content/read.js @@ -0,0 +1,244 @@ +'use strict' + +const util = require('util') + +const fs = require('fs') +const fsm = require('fs-minipass') +const ssri = require('ssri') +const contentPath = require('./path') +const Pipeline = require('minipass-pipeline') + +const lstat = util.promisify(fs.lstat) +const readFile = util.promisify(fs.readFile) + +module.exports = read + +const MAX_SINGLE_READ_SIZE = 64 * 1024 * 1024 +function read (cache, integrity, opts = {}) { + const { size } = opts + return withContentSri(cache, integrity, (cpath, sri) => { + // get size + return lstat(cpath).then(stat => ({ stat, cpath, sri })) + }).then(({ stat, cpath, sri }) => { + if (typeof size === 'number' && stat.size !== size) + throw sizeError(size, stat.size) + + if (stat.size > MAX_SINGLE_READ_SIZE) + return readPipeline(cpath, stat.size, sri, new Pipeline()).concat() + + return readFile(cpath, null).then((data) => { + if (!ssri.checkData(data, sri)) + throw integrityError(sri, cpath) + + return data + }) + }) +} + +const readPipeline = (cpath, size, sri, stream) => { + stream.push( + new fsm.ReadStream(cpath, { + size, + readSize: MAX_SINGLE_READ_SIZE, + }), + ssri.integrityStream({ + integrity: sri, + size, + }) + ) + return stream +} + +module.exports.sync = readSync + +function readSync (cache, integrity, opts = {}) { + const { size } = opts + return withContentSriSync(cache, integrity, (cpath, sri) => { + const data = fs.readFileSync(cpath) + if (typeof size === 'number' && size !== data.length) + throw sizeError(size, data.length) + + if (ssri.checkData(data, sri)) + return data + + throw integrityError(sri, cpath) + }) +} + +module.exports.stream = readStream +module.exports.readStream = readStream + +function readStream (cache, integrity, opts = {}) { + const { size } = opts + const stream = new Pipeline() + withContentSri(cache, integrity, (cpath, sri) => { + // just lstat to ensure it exists + return lstat(cpath).then((stat) => ({ stat, cpath, sri })) + }).then(({ stat, cpath, sri }) => { + if (typeof size === 'number' && size !== stat.size) + return stream.emit('error', sizeError(size, stat.size)) + + readPipeline(cpath, stat.size, sri, stream) + }, er => stream.emit('error', er)) + + return stream +} + +let copyFile +if (fs.copyFile) { + module.exports.copy = copy + module.exports.copy.sync = copySync + copyFile = util.promisify(fs.copyFile) +} + +function copy (cache, integrity, dest) { + return withContentSri(cache, integrity, (cpath, sri) => { + return copyFile(cpath, dest) + }) +} + +function copySync (cache, integrity, dest) { + return withContentSriSync(cache, integrity, (cpath, sri) => { + return fs.copyFileSync(cpath, dest) + }) +} + +module.exports.hasContent = hasContent + +function hasContent (cache, integrity) { + if (!integrity) + return Promise.resolve(false) + + return withContentSri(cache, integrity, (cpath, sri) => { + return lstat(cpath).then((stat) => ({ size: stat.size, sri, stat })) + }).catch((err) => { + if (err.code === 'ENOENT') + return false + + if (err.code === 'EPERM') { + /* istanbul ignore else */ + if (process.platform !== 'win32') + throw err + else + return false + } + }) +} + +module.exports.hasContent.sync = hasContentSync + +function hasContentSync (cache, integrity) { + if (!integrity) + return false + + return withContentSriSync(cache, integrity, (cpath, sri) => { + try { + const stat = fs.lstatSync(cpath) + return { size: stat.size, sri, stat } + } catch (err) { + if (err.code === 'ENOENT') + return false + + if (err.code === 'EPERM') { + /* istanbul ignore else */ + if (process.platform !== 'win32') + throw err + else + return false + } + } + }) +} + +function withContentSri (cache, integrity, fn) { + const tryFn = () => { + const sri = ssri.parse(integrity) + // If `integrity` has multiple entries, pick the first digest + // with available local data. + const algo = sri.pickAlgorithm() + const digests = sri[algo] + + if (digests.length <= 1) { + const cpath = contentPath(cache, digests[0]) + return fn(cpath, digests[0]) + } else { + // Can't use race here because a generic error can happen before + // a ENOENT error, and can happen before a valid result + return Promise + .all(digests.map((meta) => { + return withContentSri(cache, meta, fn) + .catch((err) => { + if (err.code === 'ENOENT') { + return Object.assign( + new Error('No matching content found for ' + sri.toString()), + { code: 'ENOENT' } + ) + } + return err + }) + })) + .then((results) => { + // Return the first non error if it is found + const result = results.find((r) => !(r instanceof Error)) + if (result) + return result + + // Throw the No matching content found error + const enoentError = results.find((r) => r.code === 'ENOENT') + if (enoentError) + throw enoentError + + // Throw generic error + throw results.find((r) => r instanceof Error) + }) + } + } + + return new Promise((resolve, reject) => { + try { + tryFn() + .then(resolve) + .catch(reject) + } catch (err) { + reject(err) + } + }) +} + +function withContentSriSync (cache, integrity, fn) { + const sri = ssri.parse(integrity) + // If `integrity` has multiple entries, pick the first digest + // with available local data. + const algo = sri.pickAlgorithm() + const digests = sri[algo] + if (digests.length <= 1) { + const cpath = contentPath(cache, digests[0]) + return fn(cpath, digests[0]) + } else { + let lastErr = null + for (const meta of digests) { + try { + return withContentSriSync(cache, meta, fn) + } catch (err) { + lastErr = err + } + } + throw lastErr + } +} + +function sizeError (expected, found) { + const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) + err.expected = expected + err.found = found + err.code = 'EBADSIZE' + return err +} + +function integrityError (sri, path) { + const err = new Error(`Integrity verification failed for ${sri} (${path})`) + err.code = 'EINTEGRITY' + err.sri = sri + err.path = path + return err +} diff --git a/srv/node_modules/cacache/lib/content/rm.js b/srv/node_modules/cacache/lib/content/rm.js new file mode 100644 index 000000000..6a3d1a3d0 --- /dev/null +++ b/srv/node_modules/cacache/lib/content/rm.js @@ -0,0 +1,19 @@ +'use strict' + +const util = require('util') + +const contentPath = require('./path') +const { hasContent } = require('./read') +const rimraf = util.promisify(require('rimraf')) + +module.exports = rm + +function rm (cache, integrity) { + return hasContent(cache, integrity).then((content) => { + // ~pretty~ sure we can't end up with a content lacking sri, but be safe + if (content && content.sri) + return rimraf(contentPath(cache, content.sri)).then(() => true) + else + return false + }) +} diff --git a/srv/node_modules/cacache/lib/content/write.js b/srv/node_modules/cacache/lib/content/write.js new file mode 100644 index 000000000..dde1bd1dd --- /dev/null +++ b/srv/node_modules/cacache/lib/content/write.js @@ -0,0 +1,189 @@ +'use strict' + +const util = require('util') + +const contentPath = require('./path') +const fixOwner = require('../util/fix-owner') +const fs = require('fs') +const moveFile = require('../util/move-file') +const Minipass = require('minipass') +const Pipeline = require('minipass-pipeline') +const Flush = require('minipass-flush') +const path = require('path') +const rimraf = util.promisify(require('rimraf')) +const ssri = require('ssri') +const uniqueFilename = require('unique-filename') +const { disposer } = require('./../util/disposer') +const fsm = require('fs-minipass') + +const writeFile = util.promisify(fs.writeFile) + +module.exports = write + +function write (cache, data, opts = {}) { + const { algorithms, size, integrity } = opts + if (algorithms && algorithms.length > 1) + throw new Error('opts.algorithms only supports a single algorithm for now') + + if (typeof size === 'number' && data.length !== size) + return Promise.reject(sizeError(size, data.length)) + + const sri = ssri.fromData(data, algorithms ? { algorithms } : {}) + if (integrity && !ssri.checkData(data, integrity, opts)) + return Promise.reject(checksumError(integrity, sri)) + + return disposer(makeTmp(cache, opts), makeTmpDisposer, + (tmp) => { + return writeFile(tmp.target, data, { flag: 'wx' }) + .then(() => moveToDestination(tmp, cache, sri, opts)) + }) + .then(() => ({ integrity: sri, size: data.length })) +} + +module.exports.stream = writeStream + +// writes proxied to the 'inputStream' that is passed to the Promise +// 'end' is deferred until content is handled. +class CacacheWriteStream extends Flush { + constructor (cache, opts) { + super() + this.opts = opts + this.cache = cache + this.inputStream = new Minipass() + this.inputStream.on('error', er => this.emit('error', er)) + this.inputStream.on('drain', () => this.emit('drain')) + this.handleContentP = null + } + + write (chunk, encoding, cb) { + if (!this.handleContentP) { + this.handleContentP = handleContent( + this.inputStream, + this.cache, + this.opts + ) + } + return this.inputStream.write(chunk, encoding, cb) + } + + flush (cb) { + this.inputStream.end(() => { + if (!this.handleContentP) { + const e = new Error('Cache input stream was empty') + e.code = 'ENODATA' + // empty streams are probably emitting end right away. + // defer this one tick by rejecting a promise on it. + return Promise.reject(e).catch(cb) + } + this.handleContentP.then( + (res) => { + res.integrity && this.emit('integrity', res.integrity) + res.size !== null && this.emit('size', res.size) + cb() + }, + (er) => cb(er) + ) + }) + } +} + +function writeStream (cache, opts = {}) { + return new CacacheWriteStream(cache, opts) +} + +function handleContent (inputStream, cache, opts) { + return disposer(makeTmp(cache, opts), makeTmpDisposer, (tmp) => { + return pipeToTmp(inputStream, cache, tmp.target, opts) + .then((res) => { + return moveToDestination( + tmp, + cache, + res.integrity, + opts + ).then(() => res) + }) + }) +} + +function pipeToTmp (inputStream, cache, tmpTarget, opts) { + let integrity + let size + const hashStream = ssri.integrityStream({ + integrity: opts.integrity, + algorithms: opts.algorithms, + size: opts.size, + }) + hashStream.on('integrity', i => { + integrity = i + }) + hashStream.on('size', s => { + size = s + }) + + const outStream = new fsm.WriteStream(tmpTarget, { + flags: 'wx', + }) + + // NB: this can throw if the hashStream has a problem with + // it, and the data is fully written. but pipeToTmp is only + // called in promisory contexts where that is handled. + const pipeline = new Pipeline( + inputStream, + hashStream, + outStream + ) + + return pipeline.promise() + .then(() => ({ integrity, size })) + .catch(er => rimraf(tmpTarget).then(() => { + throw er + })) +} + +function makeTmp (cache, opts) { + const tmpTarget = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) + return fixOwner.mkdirfix(cache, path.dirname(tmpTarget)).then(() => ({ + target: tmpTarget, + moved: false, + })) +} + +function makeTmpDisposer (tmp) { + if (tmp.moved) + return Promise.resolve() + + return rimraf(tmp.target) +} + +function moveToDestination (tmp, cache, sri, opts) { + const destination = contentPath(cache, sri) + const destDir = path.dirname(destination) + + return fixOwner + .mkdirfix(cache, destDir) + .then(() => { + return moveFile(tmp.target, destination) + }) + .then(() => { + tmp.moved = true + return fixOwner.chownr(cache, destination) + }) +} + +function sizeError (expected, found) { + const err = new Error(`Bad data size: expected inserted data to be ${expected} bytes, but got ${found} instead`) + err.expected = expected + err.found = found + err.code = 'EBADSIZE' + return err +} + +function checksumError (expected, found) { + const err = new Error(`Integrity check failed: + Wanted: ${expected} + Found: ${found}`) + err.code = 'EINTEGRITY' + err.expected = expected + err.found = found + return err +} diff --git a/srv/node_modules/cacache/lib/entry-index.js b/srv/node_modules/cacache/lib/entry-index.js new file mode 100644 index 000000000..71aac5ed7 --- /dev/null +++ b/srv/node_modules/cacache/lib/entry-index.js @@ -0,0 +1,394 @@ +'use strict' + +const util = require('util') +const crypto = require('crypto') +const fs = require('fs') +const Minipass = require('minipass') +const path = require('path') +const ssri = require('ssri') +const uniqueFilename = require('unique-filename') + +const { disposer } = require('./util/disposer') +const contentPath = require('./content/path') +const fixOwner = require('./util/fix-owner') +const hashToSegments = require('./util/hash-to-segments') +const indexV = require('../package.json')['cache-version'].index +const moveFile = require('@npmcli/move-file') +const _rimraf = require('rimraf') +const rimraf = util.promisify(_rimraf) +rimraf.sync = _rimraf.sync + +const appendFile = util.promisify(fs.appendFile) +const readFile = util.promisify(fs.readFile) +const readdir = util.promisify(fs.readdir) +const writeFile = util.promisify(fs.writeFile) + +module.exports.NotFoundError = class NotFoundError extends Error { + constructor (cache, key) { + super(`No cache entry for ${key} found in ${cache}`) + this.code = 'ENOENT' + this.cache = cache + this.key = key + } +} + +module.exports.compact = compact + +async function compact (cache, key, matchFn, opts = {}) { + const bucket = bucketPath(cache, key) + const entries = await bucketEntries(bucket) + const newEntries = [] + // we loop backwards because the bottom-most result is the newest + // since we add new entries with appendFile + for (let i = entries.length - 1; i >= 0; --i) { + const entry = entries[i] + // a null integrity could mean either a delete was appended + // or the user has simply stored an index that does not map + // to any content. we determine if the user wants to keep the + // null integrity based on the validateEntry function passed in options. + // if the integrity is null and no validateEntry is provided, we break + // as we consider the null integrity to be a deletion of everything + // that came before it. + if (entry.integrity === null && !opts.validateEntry) + break + + // if this entry is valid, and it is either the first entry or + // the newEntries array doesn't already include an entry that + // matches this one based on the provided matchFn, then we add + // it to the beginning of our list + if ((!opts.validateEntry || opts.validateEntry(entry) === true) && + (newEntries.length === 0 || + !newEntries.find((oldEntry) => matchFn(oldEntry, entry)))) + newEntries.unshift(entry) + } + + const newIndex = '\n' + newEntries.map((entry) => { + const stringified = JSON.stringify(entry) + const hash = hashEntry(stringified) + return `${hash}\t${stringified}` + }).join('\n') + + const setup = async () => { + const target = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) + await fixOwner.mkdirfix(cache, path.dirname(target)) + return { + target, + moved: false, + } + } + + const teardown = async (tmp) => { + if (!tmp.moved) + return rimraf(tmp.target) + } + + const write = async (tmp) => { + await writeFile(tmp.target, newIndex, { flag: 'wx' }) + await fixOwner.mkdirfix(cache, path.dirname(bucket)) + // we use @npmcli/move-file directly here because we + // want to overwrite the existing file + await moveFile(tmp.target, bucket) + tmp.moved = true + try { + await fixOwner.chownr(cache, bucket) + } catch (err) { + if (err.code !== 'ENOENT') + throw err + } + } + + // write the file atomically + await disposer(setup(), teardown, write) + + // we reverse the list we generated such that the newest + // entries come first in order to make looping through them easier + // the true passed to formatEntry tells it to keep null + // integrity values, if they made it this far it's because + // validateEntry returned true, and as such we should return it + return newEntries.reverse().map((entry) => formatEntry(cache, entry, true)) +} + +module.exports.insert = insert + +function insert (cache, key, integrity, opts = {}) { + const { metadata, size } = opts + const bucket = bucketPath(cache, key) + const entry = { + key, + integrity: integrity && ssri.stringify(integrity), + time: Date.now(), + size, + metadata, + } + return fixOwner + .mkdirfix(cache, path.dirname(bucket)) + .then(() => { + const stringified = JSON.stringify(entry) + // NOTE - Cleverness ahoy! + // + // This works because it's tremendously unlikely for an entry to corrupt + // another while still preserving the string length of the JSON in + // question. So, we just slap the length in there and verify it on read. + // + // Thanks to @isaacs for the whiteboarding session that ended up with + // this. + return appendFile(bucket, `\n${hashEntry(stringified)}\t${stringified}`) + }) + .then(() => fixOwner.chownr(cache, bucket)) + .catch((err) => { + if (err.code === 'ENOENT') + return undefined + + throw err + // There's a class of race conditions that happen when things get deleted + // during fixOwner, or between the two mkdirfix/chownr calls. + // + // It's perfectly fine to just not bother in those cases and lie + // that the index entry was written. Because it's a cache. + }) + .then(() => { + return formatEntry(cache, entry) + }) +} + +module.exports.insert.sync = insertSync + +function insertSync (cache, key, integrity, opts = {}) { + const { metadata, size } = opts + const bucket = bucketPath(cache, key) + const entry = { + key, + integrity: integrity && ssri.stringify(integrity), + time: Date.now(), + size, + metadata, + } + fixOwner.mkdirfix.sync(cache, path.dirname(bucket)) + const stringified = JSON.stringify(entry) + fs.appendFileSync(bucket, `\n${hashEntry(stringified)}\t${stringified}`) + try { + fixOwner.chownr.sync(cache, bucket) + } catch (err) { + if (err.code !== 'ENOENT') + throw err + } + return formatEntry(cache, entry) +} + +module.exports.find = find + +function find (cache, key) { + const bucket = bucketPath(cache, key) + return bucketEntries(bucket) + .then((entries) => { + return entries.reduce((latest, next) => { + if (next && next.key === key) + return formatEntry(cache, next) + else + return latest + }, null) + }) + .catch((err) => { + if (err.code === 'ENOENT') + return null + else + throw err + }) +} + +module.exports.find.sync = findSync + +function findSync (cache, key) { + const bucket = bucketPath(cache, key) + try { + return bucketEntriesSync(bucket).reduce((latest, next) => { + if (next && next.key === key) + return formatEntry(cache, next) + else + return latest + }, null) + } catch (err) { + if (err.code === 'ENOENT') + return null + else + throw err + } +} + +module.exports.delete = del + +function del (cache, key, opts = {}) { + if (!opts.removeFully) + return insert(cache, key, null, opts) + + const bucket = bucketPath(cache, key) + return rimraf(bucket) +} + +module.exports.delete.sync = delSync + +function delSync (cache, key, opts = {}) { + if (!opts.removeFully) + return insertSync(cache, key, null, opts) + + const bucket = bucketPath(cache, key) + return rimraf.sync(bucket) +} + +module.exports.lsStream = lsStream + +function lsStream (cache) { + const indexDir = bucketDir(cache) + const stream = new Minipass({ objectMode: true }) + + readdirOrEmpty(indexDir).then(buckets => Promise.all( + buckets.map(bucket => { + const bucketPath = path.join(indexDir, bucket) + return readdirOrEmpty(bucketPath).then(subbuckets => Promise.all( + subbuckets.map(subbucket => { + const subbucketPath = path.join(bucketPath, subbucket) + + // "/cachename//./*" + return readdirOrEmpty(subbucketPath).then(entries => Promise.all( + entries.map(entry => { + const entryPath = path.join(subbucketPath, entry) + return bucketEntries(entryPath).then(entries => + // using a Map here prevents duplicate keys from + // showing up twice, I guess? + entries.reduce((acc, entry) => { + acc.set(entry.key, entry) + return acc + }, new Map()) + ).then(reduced => { + // reduced is a map of key => entry + for (const entry of reduced.values()) { + const formatted = formatEntry(cache, entry) + if (formatted) + stream.write(formatted) + } + }).catch(err => { + if (err.code === 'ENOENT') + return undefined + throw err + }) + }) + )) + }) + )) + }) + )) + .then( + () => stream.end(), + err => stream.emit('error', err) + ) + + return stream +} + +module.exports.ls = ls + +function ls (cache) { + return lsStream(cache).collect().then(entries => + entries.reduce((acc, xs) => { + acc[xs.key] = xs + return acc + }, {}) + ) +} + +module.exports.bucketEntries = bucketEntries + +function bucketEntries (bucket, filter) { + return readFile(bucket, 'utf8').then((data) => _bucketEntries(data, filter)) +} + +module.exports.bucketEntries.sync = bucketEntriesSync + +function bucketEntriesSync (bucket, filter) { + const data = fs.readFileSync(bucket, 'utf8') + return _bucketEntries(data, filter) +} + +function _bucketEntries (data, filter) { + const entries = [] + data.split('\n').forEach((entry) => { + if (!entry) + return + + const pieces = entry.split('\t') + if (!pieces[1] || hashEntry(pieces[1]) !== pieces[0]) { + // Hash is no good! Corruption or malice? Doesn't matter! + // EJECT EJECT + return + } + let obj + try { + obj = JSON.parse(pieces[1]) + } catch (e) { + // Entry is corrupted! + return + } + if (obj) + entries.push(obj) + }) + return entries +} + +module.exports.bucketDir = bucketDir + +function bucketDir (cache) { + return path.join(cache, `index-v${indexV}`) +} + +module.exports.bucketPath = bucketPath + +function bucketPath (cache, key) { + const hashed = hashKey(key) + return path.join.apply( + path, + [bucketDir(cache)].concat(hashToSegments(hashed)) + ) +} + +module.exports.hashKey = hashKey + +function hashKey (key) { + return hash(key, 'sha256') +} + +module.exports.hashEntry = hashEntry + +function hashEntry (str) { + return hash(str, 'sha1') +} + +function hash (str, digest) { + return crypto + .createHash(digest) + .update(str) + .digest('hex') +} + +function formatEntry (cache, entry, keepAll) { + // Treat null digests as deletions. They'll shadow any previous entries. + if (!entry.integrity && !keepAll) + return null + + return { + key: entry.key, + integrity: entry.integrity, + path: entry.integrity ? contentPath(cache, entry.integrity) : undefined, + size: entry.size, + time: entry.time, + metadata: entry.metadata, + } +} + +function readdirOrEmpty (dir) { + return readdir(dir).catch((err) => { + if (err.code === 'ENOENT' || err.code === 'ENOTDIR') + return [] + + throw err + }) +} diff --git a/srv/node_modules/cacache/lib/memoization.js b/srv/node_modules/cacache/lib/memoization.js new file mode 100644 index 000000000..d5465f39f --- /dev/null +++ b/srv/node_modules/cacache/lib/memoization.js @@ -0,0 +1,73 @@ +'use strict' + +const LRU = require('lru-cache') + +const MAX_SIZE = 50 * 1024 * 1024 // 50MB +const MAX_AGE = 3 * 60 * 1000 + +const MEMOIZED = new LRU({ + max: MAX_SIZE, + maxAge: MAX_AGE, + length: (entry, key) => key.startsWith('key:') ? entry.data.length : entry.length, +}) + +module.exports.clearMemoized = clearMemoized + +function clearMemoized () { + const old = {} + MEMOIZED.forEach((v, k) => { + old[k] = v + }) + MEMOIZED.reset() + return old +} + +module.exports.put = put + +function put (cache, entry, data, opts) { + pickMem(opts).set(`key:${cache}:${entry.key}`, { entry, data }) + putDigest(cache, entry.integrity, data, opts) +} + +module.exports.put.byDigest = putDigest + +function putDigest (cache, integrity, data, opts) { + pickMem(opts).set(`digest:${cache}:${integrity}`, data) +} + +module.exports.get = get + +function get (cache, key, opts) { + return pickMem(opts).get(`key:${cache}:${key}`) +} + +module.exports.get.byDigest = getDigest + +function getDigest (cache, integrity, opts) { + return pickMem(opts).get(`digest:${cache}:${integrity}`) +} + +class ObjProxy { + constructor (obj) { + this.obj = obj + } + + get (key) { + return this.obj[key] + } + + set (key, val) { + this.obj[key] = val + } +} + +function pickMem (opts) { + if (!opts || !opts.memoize) + return MEMOIZED + else if (opts.memoize.get && opts.memoize.set) + return opts.memoize + else if (typeof opts.memoize === 'object') + return new ObjProxy(opts.memoize) + else + return MEMOIZED +} diff --git a/srv/node_modules/cacache/lib/util/disposer.js b/srv/node_modules/cacache/lib/util/disposer.js new file mode 100644 index 000000000..aa8aed54d --- /dev/null +++ b/srv/node_modules/cacache/lib/util/disposer.js @@ -0,0 +1,30 @@ +'use strict' + +module.exports.disposer = disposer + +function disposer (creatorFn, disposerFn, fn) { + const runDisposer = (resource, result, shouldThrow = false) => { + return disposerFn(resource) + .then( + // disposer resolved, do something with original fn's promise + () => { + if (shouldThrow) + throw result + + return result + }, + // Disposer fn failed, crash process + (err) => { + throw err + // Or process.exit? + }) + } + + return creatorFn + .then((resource) => { + // fn(resource) can throw, so wrap in a promise here + return Promise.resolve().then(() => fn(resource)) + .then((result) => runDisposer(resource, result)) + .catch((err) => runDisposer(resource, err, true)) + }) +} diff --git a/srv/node_modules/cacache/lib/util/fix-owner.js b/srv/node_modules/cacache/lib/util/fix-owner.js new file mode 100644 index 000000000..90ffece52 --- /dev/null +++ b/srv/node_modules/cacache/lib/util/fix-owner.js @@ -0,0 +1,142 @@ +'use strict' + +const util = require('util') + +const chownr = util.promisify(require('chownr')) +const mkdirp = require('mkdirp') +const inflight = require('promise-inflight') +const inferOwner = require('infer-owner') + +// Memoize getuid()/getgid() calls. +// patch process.setuid/setgid to invalidate cached value on change +const self = { uid: null, gid: null } +const getSelf = () => { + if (typeof self.uid !== 'number') { + self.uid = process.getuid() + const setuid = process.setuid + process.setuid = (uid) => { + self.uid = null + process.setuid = setuid + return process.setuid(uid) + } + } + if (typeof self.gid !== 'number') { + self.gid = process.getgid() + const setgid = process.setgid + process.setgid = (gid) => { + self.gid = null + process.setgid = setgid + return process.setgid(gid) + } + } +} + +module.exports.chownr = fixOwner + +function fixOwner (cache, filepath) { + if (!process.getuid) { + // This platform doesn't need ownership fixing + return Promise.resolve() + } + + getSelf() + if (self.uid !== 0) { + // almost certainly can't chown anyway + return Promise.resolve() + } + + return Promise.resolve(inferOwner(cache)).then((owner) => { + const { uid, gid } = owner + + // No need to override if it's already what we used. + if (self.uid === uid && self.gid === gid) + return + + return inflight('fixOwner: fixing ownership on ' + filepath, () => + chownr( + filepath, + typeof uid === 'number' ? uid : self.uid, + typeof gid === 'number' ? gid : self.gid + ).catch((err) => { + if (err.code === 'ENOENT') + return null + + throw err + }) + ) + }) +} + +module.exports.chownr.sync = fixOwnerSync + +function fixOwnerSync (cache, filepath) { + if (!process.getuid) { + // This platform doesn't need ownership fixing + return + } + const { uid, gid } = inferOwner.sync(cache) + getSelf() + if (self.uid !== 0) { + // almost certainly can't chown anyway + return + } + + if (self.uid === uid && self.gid === gid) { + // No need to override if it's already what we used. + return + } + try { + chownr.sync( + filepath, + typeof uid === 'number' ? uid : self.uid, + typeof gid === 'number' ? gid : self.gid + ) + } catch (err) { + // only catch ENOENT, any other error is a problem. + if (err.code === 'ENOENT') + return null + + throw err + } +} + +module.exports.mkdirfix = mkdirfix + +function mkdirfix (cache, p, cb) { + // we have to infer the owner _before_ making the directory, even though + // we aren't going to use the results, since the cache itself might not + // exist yet. If we mkdirp it, then our current uid/gid will be assumed + // to be correct if it creates the cache folder in the process. + return Promise.resolve(inferOwner(cache)).then(() => { + return mkdirp(p) + .then((made) => { + if (made) + return fixOwner(cache, made).then(() => made) + }) + .catch((err) => { + if (err.code === 'EEXIST') + return fixOwner(cache, p).then(() => null) + + throw err + }) + }) +} + +module.exports.mkdirfix.sync = mkdirfixSync + +function mkdirfixSync (cache, p) { + try { + inferOwner.sync(cache) + const made = mkdirp.sync(p) + if (made) { + fixOwnerSync(cache, made) + return made + } + } catch (err) { + if (err.code === 'EEXIST') { + fixOwnerSync(cache, p) + return null + } else + throw err + } +} diff --git a/srv/node_modules/cacache/lib/util/hash-to-segments.js b/srv/node_modules/cacache/lib/util/hash-to-segments.js new file mode 100644 index 000000000..445599b50 --- /dev/null +++ b/srv/node_modules/cacache/lib/util/hash-to-segments.js @@ -0,0 +1,7 @@ +'use strict' + +module.exports = hashToSegments + +function hashToSegments (hash) { + return [hash.slice(0, 2), hash.slice(2, 4), hash.slice(4)] +} diff --git a/srv/node_modules/cacache/lib/util/move-file.js b/srv/node_modules/cacache/lib/util/move-file.js new file mode 100644 index 000000000..c3f9e35eb --- /dev/null +++ b/srv/node_modules/cacache/lib/util/move-file.js @@ -0,0 +1,67 @@ +'use strict' + +const fs = require('fs') +const util = require('util') +const chmod = util.promisify(fs.chmod) +const unlink = util.promisify(fs.unlink) +const stat = util.promisify(fs.stat) +const move = require('@npmcli/move-file') +const pinflight = require('promise-inflight') + +module.exports = moveFile + +function moveFile (src, dest) { + const isWindows = global.__CACACHE_TEST_FAKE_WINDOWS__ || + process.platform === 'win32' + + // This isn't quite an fs.rename -- the assumption is that + // if `dest` already exists, and we get certain errors while + // trying to move it, we should just not bother. + // + // In the case of cache corruption, users will receive an + // EINTEGRITY error elsewhere, and can remove the offending + // content their own way. + // + // Note that, as the name suggests, this strictly only supports file moves. + return new Promise((resolve, reject) => { + fs.link(src, dest, (err) => { + if (err) { + if (isWindows && err.code === 'EPERM') { + // XXX This is a really weird way to handle this situation, as it + // results in the src file being deleted even though the dest + // might not exist. Since we pretty much always write files to + // deterministic locations based on content hash, this is likely + // ok (or at worst, just ends in a future cache miss). But it would + // be worth investigating at some time in the future if this is + // really what we want to do here. + return resolve() + } else if (err.code === 'EEXIST' || err.code === 'EBUSY') { + // file already exists, so whatever + return resolve() + } else + return reject(err) + } else + return resolve() + }) + }) + .then(() => { + // content should never change for any reason, so make it read-only + return Promise.all([ + unlink(src), + !isWindows && chmod(dest, '0444'), + ]) + }) + .catch(() => { + return pinflight('cacache-move-file:' + dest, () => { + return stat(dest).catch((err) => { + if (err.code !== 'ENOENT') { + // Something else is wrong here. Bail bail bail + throw err + } + // file doesn't already exist! let's try a rename -> copy fallback + // only delete if it successfully copies + return move(src, dest) + }) + }) + }) +} diff --git a/srv/node_modules/cacache/lib/util/tmp.js b/srv/node_modules/cacache/lib/util/tmp.js new file mode 100644 index 000000000..0a5a50eba --- /dev/null +++ b/srv/node_modules/cacache/lib/util/tmp.js @@ -0,0 +1,35 @@ +'use strict' + +const fs = require('@npmcli/fs') + +const fixOwner = require('./fix-owner') +const path = require('path') + +module.exports.mkdir = mktmpdir + +function mktmpdir (cache, opts = {}) { + const { tmpPrefix } = opts + const tmpDir = path.join(cache, 'tmp') + return fs.mkdir(tmpDir, { recursive: true, owner: 'inherit' }) + .then(() => { + // do not use path.join(), it drops the trailing / if tmpPrefix is unset + const target = `${tmpDir}${path.sep}${tmpPrefix || ''}` + return fs.mkdtemp(target, { owner: 'inherit' }) + }) +} + +module.exports.withTmp = withTmp + +function withTmp (cache, opts, cb) { + if (!cb) { + cb = opts + opts = {} + } + return fs.withTempDir(path.join(cache, 'tmp'), cb, opts) +} + +module.exports.fix = fixtmpdir + +function fixtmpdir (cache) { + return fixOwner(cache, path.join(cache, 'tmp')) +} diff --git a/srv/node_modules/cacache/lib/verify.js b/srv/node_modules/cacache/lib/verify.js new file mode 100644 index 000000000..e9d679ece --- /dev/null +++ b/srv/node_modules/cacache/lib/verify.js @@ -0,0 +1,287 @@ +'use strict' + +const util = require('util') + +const pMap = require('p-map') +const contentPath = require('./content/path') +const fixOwner = require('./util/fix-owner') +const fs = require('fs') +const fsm = require('fs-minipass') +const glob = util.promisify(require('glob')) +const index = require('./entry-index') +const path = require('path') +const rimraf = util.promisify(require('rimraf')) +const ssri = require('ssri') + +const hasOwnProperty = (obj, key) => + Object.prototype.hasOwnProperty.call(obj, key) + +const stat = util.promisify(fs.stat) +const truncate = util.promisify(fs.truncate) +const writeFile = util.promisify(fs.writeFile) +const readFile = util.promisify(fs.readFile) + +const verifyOpts = (opts) => ({ + concurrency: 20, + log: { silly () {} }, + ...opts, +}) + +module.exports = verify + +function verify (cache, opts) { + opts = verifyOpts(opts) + opts.log.silly('verify', 'verifying cache at', cache) + + const steps = [ + markStartTime, + fixPerms, + garbageCollect, + rebuildIndex, + cleanTmp, + writeVerifile, + markEndTime, + ] + + return steps + .reduce((promise, step, i) => { + const label = step.name + const start = new Date() + return promise.then((stats) => { + return step(cache, opts).then((s) => { + s && + Object.keys(s).forEach((k) => { + stats[k] = s[k] + }) + const end = new Date() + if (!stats.runTime) + stats.runTime = {} + + stats.runTime[label] = end - start + return Promise.resolve(stats) + }) + }) + }, Promise.resolve({})) + .then((stats) => { + stats.runTime.total = stats.endTime - stats.startTime + opts.log.silly( + 'verify', + 'verification finished for', + cache, + 'in', + `${stats.runTime.total}ms` + ) + return stats + }) +} + +function markStartTime (cache, opts) { + return Promise.resolve({ startTime: new Date() }) +} + +function markEndTime (cache, opts) { + return Promise.resolve({ endTime: new Date() }) +} + +function fixPerms (cache, opts) { + opts.log.silly('verify', 'fixing cache permissions') + return fixOwner + .mkdirfix(cache, cache) + .then(() => { + // TODO - fix file permissions too + return fixOwner.chownr(cache, cache) + }) + .then(() => null) +} + +// Implements a naive mark-and-sweep tracing garbage collector. +// +// The algorithm is basically as follows: +// 1. Read (and filter) all index entries ("pointers") +// 2. Mark each integrity value as "live" +// 3. Read entire filesystem tree in `content-vX/` dir +// 4. If content is live, verify its checksum and delete it if it fails +// 5. If content is not marked as live, rimraf it. +// +function garbageCollect (cache, opts) { + opts.log.silly('verify', 'garbage collecting content') + const indexStream = index.lsStream(cache) + const liveContent = new Set() + indexStream.on('data', (entry) => { + if (opts.filter && !opts.filter(entry)) + return + + liveContent.add(entry.integrity.toString()) + }) + return new Promise((resolve, reject) => { + indexStream.on('end', resolve).on('error', reject) + }).then(() => { + const contentDir = contentPath.contentDir(cache) + return glob(path.join(contentDir, '**'), { + follow: false, + nodir: true, + nosort: true, + }).then((files) => { + return Promise.resolve({ + verifiedContent: 0, + reclaimedCount: 0, + reclaimedSize: 0, + badContentCount: 0, + keptSize: 0, + }).then((stats) => + pMap( + files, + (f) => { + const split = f.split(/[/\\]/) + const digest = split.slice(split.length - 3).join('') + const algo = split[split.length - 4] + const integrity = ssri.fromHex(digest, algo) + if (liveContent.has(integrity.toString())) { + return verifyContent(f, integrity).then((info) => { + if (!info.valid) { + stats.reclaimedCount++ + stats.badContentCount++ + stats.reclaimedSize += info.size + } else { + stats.verifiedContent++ + stats.keptSize += info.size + } + return stats + }) + } else { + // No entries refer to this content. We can delete. + stats.reclaimedCount++ + return stat(f).then((s) => { + return rimraf(f).then(() => { + stats.reclaimedSize += s.size + return stats + }) + }) + } + }, + { concurrency: opts.concurrency } + ).then(() => stats) + ) + }) + }) +} + +function verifyContent (filepath, sri) { + return stat(filepath) + .then((s) => { + const contentInfo = { + size: s.size, + valid: true, + } + return ssri + .checkStream(new fsm.ReadStream(filepath), sri) + .catch((err) => { + if (err.code !== 'EINTEGRITY') + throw err + + return rimraf(filepath).then(() => { + contentInfo.valid = false + }) + }) + .then(() => contentInfo) + }) + .catch((err) => { + if (err.code === 'ENOENT') + return { size: 0, valid: false } + + throw err + }) +} + +function rebuildIndex (cache, opts) { + opts.log.silly('verify', 'rebuilding index') + return index.ls(cache).then((entries) => { + const stats = { + missingContent: 0, + rejectedEntries: 0, + totalEntries: 0, + } + const buckets = {} + for (const k in entries) { + /* istanbul ignore else */ + if (hasOwnProperty(entries, k)) { + const hashed = index.hashKey(k) + const entry = entries[k] + const excluded = opts.filter && !opts.filter(entry) + excluded && stats.rejectedEntries++ + if (buckets[hashed] && !excluded) + buckets[hashed].push(entry) + else if (buckets[hashed] && excluded) { + // skip + } else if (excluded) { + buckets[hashed] = [] + buckets[hashed]._path = index.bucketPath(cache, k) + } else { + buckets[hashed] = [entry] + buckets[hashed]._path = index.bucketPath(cache, k) + } + } + } + return pMap( + Object.keys(buckets), + (key) => { + return rebuildBucket(cache, buckets[key], stats, opts) + }, + { concurrency: opts.concurrency } + ).then(() => stats) + }) +} + +function rebuildBucket (cache, bucket, stats, opts) { + return truncate(bucket._path).then(() => { + // This needs to be serialized because cacache explicitly + // lets very racy bucket conflicts clobber each other. + return bucket.reduce((promise, entry) => { + return promise.then(() => { + const content = contentPath(cache, entry.integrity) + return stat(content) + .then(() => { + return index + .insert(cache, entry.key, entry.integrity, { + metadata: entry.metadata, + size: entry.size, + }) + .then(() => { + stats.totalEntries++ + }) + }) + .catch((err) => { + if (err.code === 'ENOENT') { + stats.rejectedEntries++ + stats.missingContent++ + return + } + throw err + }) + }) + }, Promise.resolve()) + }) +} + +function cleanTmp (cache, opts) { + opts.log.silly('verify', 'cleaning tmp directory') + return rimraf(path.join(cache, 'tmp')) +} + +function writeVerifile (cache, opts) { + const verifile = path.join(cache, '_lastverified') + opts.log.silly('verify', 'writing verifile to ' + verifile) + try { + return writeFile(verifile, '' + +new Date()) + } finally { + fixOwner.chownr.sync(cache, verifile) + } +} + +module.exports.lastRun = lastRun + +function lastRun (cache) { + return readFile(path.join(cache, '_lastverified'), 'utf8').then( + (data) => new Date(+data) + ) +} diff --git a/srv/node_modules/cacache/ls.js b/srv/node_modules/cacache/ls.js new file mode 100644 index 000000000..6006c99e3 --- /dev/null +++ b/srv/node_modules/cacache/ls.js @@ -0,0 +1,6 @@ +'use strict' + +const index = require('./lib/entry-index') + +module.exports = index.ls +module.exports.stream = index.lsStream diff --git a/srv/node_modules/cacache/package.json b/srv/node_modules/cacache/package.json new file mode 100644 index 000000000..6cb414015 --- /dev/null +++ b/srv/node_modules/cacache/package.json @@ -0,0 +1,80 @@ +{ + "name": "cacache", + "version": "15.3.0", + "cache-version": { + "content": "2", + "index": "5" + }, + "description": "Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.", + "main": "index.js", + "files": [ + "*.js", + "lib" + ], + "scripts": { + "benchmarks": "node test/benchmarks", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags", + "test": "tap", + "snap": "tap", + "coverage": "tap", + "test-docker": "docker run -it --rm --name pacotest -v \"$PWD\":/tmp -w /tmp node:latest npm test", + "lint": "npm run npmclilint -- \"*.*js\" \"lib/**/*.*js\" \"test/**/*.*js\"", + "npmclilint": "npmcli-lint", + "lintfix": "npm run lint -- --fix", + "postsnap": "npm run lintfix --" + }, + "repository": "https://github.com/npm/cacache", + "keywords": [ + "cache", + "caching", + "content-addressable", + "sri", + "sri hash", + "subresource integrity", + "cache", + "storage", + "store", + "file store", + "filesystem", + "disk cache", + "disk storage" + ], + "license": "ISC", + "dependencies": { + "@npmcli/fs": "^1.0.0", + "@npmcli/move-file": "^1.0.1", + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "glob": "^7.1.4", + "infer-owner": "^1.0.4", + "lru-cache": "^6.0.0", + "minipass": "^3.1.1", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.2", + "mkdirp": "^1.0.3", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^8.0.1", + "tar": "^6.0.2", + "unique-filename": "^1.1.1" + }, + "devDependencies": { + "@npmcli/lint": "^1.0.1", + "benchmark": "^2.1.4", + "chalk": "^4.0.0", + "require-inject": "^1.4.4", + "tacks": "^1.3.0", + "tap": "^15.0.9" + }, + "tap": { + "100": true, + "test-regex": "test/[^/]*.js" + }, + "engines": { + "node": ">= 10" + } +} diff --git a/srv/node_modules/cacache/put.js b/srv/node_modules/cacache/put.js new file mode 100644 index 000000000..84e9562bc --- /dev/null +++ b/srv/node_modules/cacache/put.js @@ -0,0 +1,83 @@ +'use strict' + +const index = require('./lib/entry-index') +const memo = require('./lib/memoization') +const write = require('./lib/content/write') +const Flush = require('minipass-flush') +const { PassThrough } = require('minipass-collect') +const Pipeline = require('minipass-pipeline') + +const putOpts = (opts) => ({ + algorithms: ['sha512'], + ...opts, +}) + +module.exports = putData + +function putData (cache, key, data, opts = {}) { + const { memoize } = opts + opts = putOpts(opts) + return write(cache, data, opts).then((res) => { + return index + .insert(cache, key, res.integrity, { ...opts, size: res.size }) + .then((entry) => { + if (memoize) + memo.put(cache, entry, data, opts) + + return res.integrity + }) + }) +} + +module.exports.stream = putStream + +function putStream (cache, key, opts = {}) { + const { memoize } = opts + opts = putOpts(opts) + let integrity + let size + + let memoData + const pipeline = new Pipeline() + // first item in the pipeline is the memoizer, because we need + // that to end first and get the collected data. + if (memoize) { + const memoizer = new PassThrough().on('collect', data => { + memoData = data + }) + pipeline.push(memoizer) + } + + // contentStream is a write-only, not a passthrough + // no data comes out of it. + const contentStream = write.stream(cache, opts) + .on('integrity', (int) => { + integrity = int + }) + .on('size', (s) => { + size = s + }) + + pipeline.push(contentStream) + + // last but not least, we write the index and emit hash and size, + // and memoize if we're doing that + pipeline.push(new Flush({ + flush () { + return index + .insert(cache, key, integrity, { ...opts, size }) + .then((entry) => { + if (memoize && memoData) + memo.put(cache, entry, memoData, opts) + + if (integrity) + pipeline.emit('integrity', integrity) + + if (size) + pipeline.emit('size', size) + }) + }, + })) + + return pipeline +} diff --git a/srv/node_modules/cacache/rm.js b/srv/node_modules/cacache/rm.js new file mode 100644 index 000000000..f2ef6b190 --- /dev/null +++ b/srv/node_modules/cacache/rm.js @@ -0,0 +1,31 @@ +'use strict' + +const util = require('util') + +const index = require('./lib/entry-index') +const memo = require('./lib/memoization') +const path = require('path') +const rimraf = util.promisify(require('rimraf')) +const rmContent = require('./lib/content/rm') + +module.exports = entry +module.exports.entry = entry + +function entry (cache, key, opts) { + memo.clearMemoized() + return index.delete(cache, key, opts) +} + +module.exports.content = content + +function content (cache, integrity) { + memo.clearMemoized() + return rmContent(cache, integrity) +} + +module.exports.all = all + +function all (cache) { + memo.clearMemoized() + return rimraf(path.join(cache, '*(content-*|index-*)')) +} diff --git a/srv/node_modules/cacache/verify.js b/srv/node_modules/cacache/verify.js new file mode 100644 index 000000000..db7763d7a --- /dev/null +++ b/srv/node_modules/cacache/verify.js @@ -0,0 +1,3 @@ +'use strict' + +module.exports = require('./lib/verify') diff --git a/srv/node_modules/call-bind-apply-helpers/.eslintrc b/srv/node_modules/call-bind-apply-helpers/.eslintrc new file mode 100644 index 000000000..201e859be --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/.eslintrc @@ -0,0 +1,17 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "func-name-matching": 0, + "id-length": 0, + "new-cap": [2, { + "capIsNewExceptions": [ + "GetIntrinsic", + ], + }], + "no-extra-parens": 0, + "no-magic-numbers": 0, + }, +} diff --git a/srv/node_modules/call-bind-apply-helpers/.github/FUNDING.yml b/srv/node_modules/call-bind-apply-helpers/.github/FUNDING.yml new file mode 100644 index 000000000..0011e9d65 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/call-bind-apply-helpers +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/srv/node_modules/call-bind-apply-helpers/.nycrc b/srv/node_modules/call-bind-apply-helpers/.nycrc new file mode 100644 index 000000000..bdd626ce9 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/.nycrc @@ -0,0 +1,9 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "exclude": [ + "coverage", + "test" + ] +} diff --git a/srv/node_modules/call-bind-apply-helpers/CHANGELOG.md b/srv/node_modules/call-bind-apply-helpers/CHANGELOG.md new file mode 100644 index 000000000..24849428b --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/CHANGELOG.md @@ -0,0 +1,30 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.2](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.1...v1.0.2) - 2025-02-12 + +### Commits + +- [types] improve inferred types [`e6f9586`](https://github.com/ljharb/call-bind-apply-helpers/commit/e6f95860a3c72879cb861a858cdfb8138fbedec1) +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`e43d540`](https://github.com/ljharb/call-bind-apply-helpers/commit/e43d5409f97543bfbb11f345d47d8ce4e066d8c1) + +## [v1.0.1](https://github.com/ljharb/call-bind-apply-helpers/compare/v1.0.0...v1.0.1) - 2024-12-08 + +### Commits + +- [types] `reflectApply`: fix types [`4efc396`](https://github.com/ljharb/call-bind-apply-helpers/commit/4efc3965351a4f02cc55e836fa391d3d11ef2ef8) +- [Fix] `reflectApply`: oops, Reflect is not a function [`83cc739`](https://github.com/ljharb/call-bind-apply-helpers/commit/83cc7395de6b79b7730bdf092f1436f0b1263c75) +- [Dev Deps] update `@arethetypeswrong/cli` [`80bd5d3`](https://github.com/ljharb/call-bind-apply-helpers/commit/80bd5d3ae58b4f6b6995ce439dd5a1bcb178a940) + +## v1.0.0 - 2024-12-05 + +### Commits + +- Initial implementation, tests, readme [`7879629`](https://github.com/ljharb/call-bind-apply-helpers/commit/78796290f9b7430c9934d6f33d94ae9bc89fce04) +- Initial commit [`3f1dc16`](https://github.com/ljharb/call-bind-apply-helpers/commit/3f1dc164afc43285631b114a5f9dd9137b2b952f) +- npm init [`081df04`](https://github.com/ljharb/call-bind-apply-helpers/commit/081df048c312fcee400922026f6e97281200a603) +- Only apps should have lockfiles [`5b9ca0f`](https://github.com/ljharb/call-bind-apply-helpers/commit/5b9ca0fe8101ebfaf309c549caac4e0a017ed930) diff --git a/srv/node_modules/call-bind-apply-helpers/LICENSE b/srv/node_modules/call-bind-apply-helpers/LICENSE new file mode 100644 index 000000000..f82f38963 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/srv/node_modules/call-bind-apply-helpers/README.md b/srv/node_modules/call-bind-apply-helpers/README.md new file mode 100644 index 000000000..8fc0dae1b --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/README.md @@ -0,0 +1,62 @@ +# call-bind-apply-helpers [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Helper functions around Function call/apply/bind, for use in `call-bind`. + +The only packages that should likely ever use this package directly are `call-bind` and `get-intrinsic`. +Please use `call-bind` unless you have a very good reason not to. + +## Getting started + +```sh +npm install --save call-bind-apply-helpers +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const callBindBasic = require('call-bind-apply-helpers'); + +function f(a, b) { + assert.equal(this, 1); + assert.equal(a, 2); + assert.equal(b, 3); + assert.equal(arguments.length, 2); +} + +const fBound = callBindBasic([f, 1]); + +delete Function.prototype.call; +delete Function.prototype.bind; + +fBound(2, 3); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/call-bind-apply-helpers +[npm-version-svg]: https://versionbadg.es/ljharb/call-bind-apply-helpers.svg +[deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers.svg +[deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers +[dev-deps-svg]: https://david-dm.org/ljharb/call-bind-apply-helpers/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/call-bind-apply-helpers#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/call-bind-apply-helpers.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/call-bind-apply-helpers.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/call-bind-apply-helpers.svg +[downloads-url]: https://npm-stat.com/charts.html?package=call-bind-apply-helpers +[codecov-image]: https://codecov.io/gh/ljharb/call-bind-apply-helpers/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/call-bind-apply-helpers/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bind-apply-helpers +[actions-url]: https://github.com/ljharb/call-bind-apply-helpers/actions diff --git a/srv/node_modules/call-bind-apply-helpers/actualApply.d.ts b/srv/node_modules/call-bind-apply-helpers/actualApply.d.ts new file mode 100644 index 000000000..b87286a21 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/actualApply.d.ts @@ -0,0 +1 @@ +export = Reflect.apply; \ No newline at end of file diff --git a/srv/node_modules/call-bind-apply-helpers/actualApply.js b/srv/node_modules/call-bind-apply-helpers/actualApply.js new file mode 100644 index 000000000..ffa51355d --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/actualApply.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); + +var $apply = require('./functionApply'); +var $call = require('./functionCall'); +var $reflectApply = require('./reflectApply'); + +/** @type {import('./actualApply')} */ +module.exports = $reflectApply || bind.call($call, $apply); diff --git a/srv/node_modules/call-bind-apply-helpers/applyBind.d.ts b/srv/node_modules/call-bind-apply-helpers/applyBind.d.ts new file mode 100644 index 000000000..d176c1ab3 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/applyBind.d.ts @@ -0,0 +1,19 @@ +import actualApply from './actualApply'; + +type TupleSplitHead = T['length'] extends N + ? T + : T extends [...infer R, any] + ? TupleSplitHead + : never + +type TupleSplitTail = O['length'] extends N + ? T + : T extends [infer F, ...infer R] + ? TupleSplitTail<[...R], N, [...O, F]> + : never + +type TupleSplit = [TupleSplitHead, TupleSplitTail] + +declare function applyBind(...args: TupleSplit, 2>[1]): ReturnType; + +export = applyBind; \ No newline at end of file diff --git a/srv/node_modules/call-bind-apply-helpers/applyBind.js b/srv/node_modules/call-bind-apply-helpers/applyBind.js new file mode 100644 index 000000000..d2b772314 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/applyBind.js @@ -0,0 +1,10 @@ +'use strict'; + +var bind = require('function-bind'); +var $apply = require('./functionApply'); +var actualApply = require('./actualApply'); + +/** @type {import('./applyBind')} */ +module.exports = function applyBind() { + return actualApply(bind, $apply, arguments); +}; diff --git a/srv/node_modules/call-bind-apply-helpers/functionApply.d.ts b/srv/node_modules/call-bind-apply-helpers/functionApply.d.ts new file mode 100644 index 000000000..1f6e11b3d --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/functionApply.d.ts @@ -0,0 +1 @@ +export = Function.prototype.apply; \ No newline at end of file diff --git a/srv/node_modules/call-bind-apply-helpers/functionApply.js b/srv/node_modules/call-bind-apply-helpers/functionApply.js new file mode 100644 index 000000000..c71df9c2b --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/functionApply.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./functionApply')} */ +module.exports = Function.prototype.apply; diff --git a/srv/node_modules/call-bind-apply-helpers/functionCall.d.ts b/srv/node_modules/call-bind-apply-helpers/functionCall.d.ts new file mode 100644 index 000000000..15e93df35 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/functionCall.d.ts @@ -0,0 +1 @@ +export = Function.prototype.call; \ No newline at end of file diff --git a/srv/node_modules/call-bind-apply-helpers/functionCall.js b/srv/node_modules/call-bind-apply-helpers/functionCall.js new file mode 100644 index 000000000..7a8d87357 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/functionCall.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./functionCall')} */ +module.exports = Function.prototype.call; diff --git a/srv/node_modules/call-bind-apply-helpers/index.d.ts b/srv/node_modules/call-bind-apply-helpers/index.d.ts new file mode 100644 index 000000000..541516bd0 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/index.d.ts @@ -0,0 +1,64 @@ +type RemoveFromTuple< + Tuple extends readonly unknown[], + RemoveCount extends number, + Index extends 1[] = [] +> = Index["length"] extends RemoveCount + ? Tuple + : Tuple extends [infer First, ...infer Rest] + ? RemoveFromTuple + : Tuple; + +type ConcatTuples< + Prefix extends readonly unknown[], + Suffix extends readonly unknown[] +> = [...Prefix, ...Suffix]; + +type ExtractFunctionParams = T extends (this: infer TThis, ...args: infer P extends readonly unknown[]) => infer R + ? { thisArg: TThis; params: P; returnType: R } + : never; + +type BindFunction< + T extends (this: any, ...args: any[]) => any, + TThis, + TBoundArgs extends readonly unknown[], + ReceiverBound extends boolean +> = ExtractFunctionParams extends { + thisArg: infer OrigThis; + params: infer P extends readonly unknown[]; + returnType: infer R; +} + ? ReceiverBound extends true + ? (...args: RemoveFromTuple>) => R extends [OrigThis, ...infer Rest] + ? [TThis, ...Rest] // Replace `this` with `thisArg` + : R + : >>( + thisArg: U, + ...args: RemainingArgs + ) => R extends [OrigThis, ...infer Rest] + ? [U, ...ConcatTuples] // Preserve bound args in return type + : R + : never; + +declare function callBind< + const T extends (this: any, ...args: any[]) => any, + Extracted extends ExtractFunctionParams, + const TBoundArgs extends Partial & readonly unknown[], + const TThis extends Extracted["thisArg"] +>( + args: [fn: T, thisArg: TThis, ...boundArgs: TBoundArgs] +): BindFunction; + +declare function callBind< + const T extends (this: any, ...args: any[]) => any, + Extracted extends ExtractFunctionParams, + const TBoundArgs extends Partial & readonly unknown[] +>( + args: [fn: T, ...boundArgs: TBoundArgs] +): BindFunction; + +declare function callBind( + args: [fn: Exclude, ...rest: TArgs] +): never; + +// export as namespace callBind; +export = callBind; diff --git a/srv/node_modules/call-bind-apply-helpers/index.js b/srv/node_modules/call-bind-apply-helpers/index.js new file mode 100644 index 000000000..2f6dab4c1 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/index.js @@ -0,0 +1,15 @@ +'use strict'; + +var bind = require('function-bind'); +var $TypeError = require('es-errors/type'); + +var $call = require('./functionCall'); +var $actualApply = require('./actualApply'); + +/** @type {(args: [Function, thisArg?: unknown, ...args: unknown[]]) => Function} TODO FIXME, find a way to use import('.') */ +module.exports = function callBindBasic(args) { + if (args.length < 1 || typeof args[0] !== 'function') { + throw new $TypeError('a function is required'); + } + return $actualApply(bind, $call, args); +}; diff --git a/srv/node_modules/call-bind-apply-helpers/package.json b/srv/node_modules/call-bind-apply-helpers/package.json new file mode 100644 index 000000000..923b8be2f --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/package.json @@ -0,0 +1,85 @@ +{ + "name": "call-bind-apply-helpers", + "version": "1.0.2", + "description": "Helper functions around Function call/apply/bind, for use in `call-bind`", + "main": "index.js", + "exports": { + ".": "./index.js", + "./actualApply": "./actualApply.js", + "./applyBind": "./applyBind.js", + "./functionApply": "./functionApply.js", + "./functionCall": "./functionCall.js", + "./reflectApply": "./reflectApply.js", + "./package.json": "./package.json" + }, + "scripts": { + "prepack": "npmignore --auto --commentLines=auto", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prepublishOnly": "safe-publish-latest", + "prelint": "evalmd README.md", + "lint": "eslint --ext=.js,.mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/call-bind-apply-helpers.git" + }, + "author": "Jordan Harband ", + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/call-bind-apply-helpers/issues" + }, + "homepage": "https://github.com/ljharb/call-bind-apply-helpers#readme", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.3", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.2.3", + "@types/for-each": "^0.3.3", + "@types/function-bind": "^1.1.10", + "@types/object-inspect": "^1.13.0", + "@types/tape": "^5.8.1", + "auto-changelog": "^2.5.0", + "encoding": "^0.1.13", + "es-value-fixtures": "^1.7.1", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "for-each": "^0.3.5", + "has-strict-mode": "^1.1.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "object-inspect": "^1.13.4", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "testling": { + "files": "test/index.js" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/srv/node_modules/call-bind-apply-helpers/reflectApply.d.ts b/srv/node_modules/call-bind-apply-helpers/reflectApply.d.ts new file mode 100644 index 000000000..6b2ae764c --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/reflectApply.d.ts @@ -0,0 +1,3 @@ +declare const reflectApply: false | typeof Reflect.apply; + +export = reflectApply; diff --git a/srv/node_modules/call-bind-apply-helpers/reflectApply.js b/srv/node_modules/call-bind-apply-helpers/reflectApply.js new file mode 100644 index 000000000..3d03caa69 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/reflectApply.js @@ -0,0 +1,4 @@ +'use strict'; + +/** @type {import('./reflectApply')} */ +module.exports = typeof Reflect !== 'undefined' && Reflect && Reflect.apply; diff --git a/srv/node_modules/call-bind-apply-helpers/test/index.js b/srv/node_modules/call-bind-apply-helpers/test/index.js new file mode 100644 index 000000000..1cdc89ed4 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/test/index.js @@ -0,0 +1,63 @@ +'use strict'; + +var callBind = require('../'); +var hasStrictMode = require('has-strict-mode')(); +var forEach = require('for-each'); +var inspect = require('object-inspect'); +var v = require('es-value-fixtures'); + +var test = require('tape'); + +test('callBindBasic', function (t) { + forEach(v.nonFunctions, function (nonFunction) { + t['throws']( + // @ts-expect-error + function () { callBind([nonFunction]); }, + TypeError, + inspect(nonFunction) + ' is not a function' + ); + }); + + var sentinel = { sentinel: true }; + /** @type {(this: T, a: A, b: B) => [T | undefined, A, B]} */ + var func = function (a, b) { + // eslint-disable-next-line no-invalid-this + return [!hasStrictMode && this === global ? undefined : this, a, b]; + }; + t.equal(func.length, 2, 'original function length is 2'); + + /** type {(thisArg: unknown, a: number, b: number) => [unknown, number, number]} */ + var bound = callBind([func]); + /** type {((a: number, b: number) => [typeof sentinel, typeof a, typeof b])} */ + var boundR = callBind([func, sentinel]); + /** type {((b: number) => [typeof sentinel, number, typeof b])} */ + var boundArg = callBind([func, sentinel, /** @type {const} */ (1)]); + + // @ts-expect-error + t.deepEqual(bound(), [undefined, undefined, undefined], 'bound func with no args'); + + // @ts-expect-error + t.deepEqual(func(), [undefined, undefined, undefined], 'unbound func with too few args'); + // @ts-expect-error + t.deepEqual(bound(1, 2), [hasStrictMode ? 1 : Object(1), 2, undefined], 'bound func too few args'); + // @ts-expect-error + t.deepEqual(boundR(), [sentinel, undefined, undefined], 'bound func with receiver, with too few args'); + // @ts-expect-error + t.deepEqual(boundArg(), [sentinel, 1, undefined], 'bound func with receiver and arg, with too few args'); + + t.deepEqual(func(1, 2), [undefined, 1, 2], 'unbound func with right args'); + t.deepEqual(bound(1, 2, 3), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with right args'); + t.deepEqual(boundR(1, 2), [sentinel, 1, 2], 'bound func with receiver, with right args'); + t.deepEqual(boundArg(2), [sentinel, 1, 2], 'bound func with receiver and arg, with right arg'); + + // @ts-expect-error + t.deepEqual(func(1, 2, 3), [undefined, 1, 2], 'unbound func with too many args'); + // @ts-expect-error + t.deepEqual(bound(1, 2, 3, 4), [hasStrictMode ? 1 : Object(1), 2, 3], 'bound func with too many args'); + // @ts-expect-error + t.deepEqual(boundR(1, 2, 3), [sentinel, 1, 2], 'bound func with receiver, with too many args'); + // @ts-expect-error + t.deepEqual(boundArg(2, 3), [sentinel, 1, 2], 'bound func with receiver and arg, with too many args'); + + t.end(); +}); diff --git a/srv/node_modules/call-bind-apply-helpers/tsconfig.json b/srv/node_modules/call-bind-apply-helpers/tsconfig.json new file mode 100644 index 000000000..aef999308 --- /dev/null +++ b/srv/node_modules/call-bind-apply-helpers/tsconfig.json @@ -0,0 +1,9 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "es2021", + }, + "exclude": [ + "coverage", + ], +} \ No newline at end of file diff --git a/srv/node_modules/call-bound/.eslintrc b/srv/node_modules/call-bound/.eslintrc new file mode 100644 index 000000000..2612ed8fe --- /dev/null +++ b/srv/node_modules/call-bound/.eslintrc @@ -0,0 +1,13 @@ +{ + "root": true, + + "extends": "@ljharb", + + "rules": { + "new-cap": [2, { + "capIsNewExceptions": [ + "GetIntrinsic", + ], + }], + }, +} diff --git a/srv/node_modules/call-bound/.github/FUNDING.yml b/srv/node_modules/call-bound/.github/FUNDING.yml new file mode 100644 index 000000000..2a2a13571 --- /dev/null +++ b/srv/node_modules/call-bound/.github/FUNDING.yml @@ -0,0 +1,12 @@ +# These are supported funding model platforms + +github: [ljharb] +patreon: # Replace with a single Patreon username +open_collective: # Replace with a single Open Collective username +ko_fi: # Replace with a single Ko-fi username +tidelift: npm/call-bound +community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry +liberapay: # Replace with a single Liberapay username +issuehunt: # Replace with a single IssueHunt username +otechie: # Replace with a single Otechie username +custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] diff --git a/srv/node_modules/call-bound/.nycrc b/srv/node_modules/call-bound/.nycrc new file mode 100644 index 000000000..bdd626ce9 --- /dev/null +++ b/srv/node_modules/call-bound/.nycrc @@ -0,0 +1,9 @@ +{ + "all": true, + "check-coverage": false, + "reporter": ["text-summary", "text", "html", "json"], + "exclude": [ + "coverage", + "test" + ] +} diff --git a/srv/node_modules/call-bound/CHANGELOG.md b/srv/node_modules/call-bound/CHANGELOG.md new file mode 100644 index 000000000..8bde4e9a5 --- /dev/null +++ b/srv/node_modules/call-bound/CHANGELOG.md @@ -0,0 +1,42 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [v1.0.4](https://github.com/ljharb/call-bound/compare/v1.0.3...v1.0.4) - 2025-03-03 + +### Commits + +- [types] improve types [`e648922`](https://github.com/ljharb/call-bound/commit/e6489222a9e54f350fbf952ceabe51fd8b6027ff) +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `@types/tape`, `es-value-fixtures`, `for-each`, `has-strict-mode`, `object-inspect` [`a42a5eb`](https://github.com/ljharb/call-bound/commit/a42a5ebe6c1b54fcdc7997c7dc64fdca9e936719) +- [Deps] update `call-bind-apply-helpers`, `get-intrinsic` [`f529eac`](https://github.com/ljharb/call-bound/commit/f529eac132404c17156bbc23ab2297a25d0f20b8) + +## [v1.0.3](https://github.com/ljharb/call-bound/compare/v1.0.2...v1.0.3) - 2024-12-15 + +### Commits + +- [Refactor] use `call-bind-apply-helpers` instead of `call-bind` [`5e0b134`](https://github.com/ljharb/call-bound/commit/5e0b13496df14fb7d05dae9412f088da8d3f75be) +- [Deps] update `get-intrinsic` [`41fc967`](https://github.com/ljharb/call-bound/commit/41fc96732a22c7b7e8f381f93ccc54bb6293be2e) +- [readme] fix example [`79a0137`](https://github.com/ljharb/call-bound/commit/79a0137723f7c6d09c9c05452bbf8d5efb5d6e49) +- [meta] add `sideEffects` flag [`08b07be`](https://github.com/ljharb/call-bound/commit/08b07be7f1c03f67dc6f3cdaf0906259771859f7) + +## [v1.0.2](https://github.com/ljharb/call-bound/compare/v1.0.1...v1.0.2) - 2024-12-10 + +### Commits + +- [Dev Deps] update `@arethetypeswrong/cli`, `@ljharb/tsconfig`, `gopd` [`e6a5ffe`](https://github.com/ljharb/call-bound/commit/e6a5ffe849368fe4f74dfd6cdeca1b9baa39e8d5) +- [Deps] update `call-bind`, `get-intrinsic` [`2aeb5b5`](https://github.com/ljharb/call-bound/commit/2aeb5b521dc2b2683d1345c753ea1161de2d1c14) +- [types] improve return type [`1a0c9fe`](https://github.com/ljharb/call-bound/commit/1a0c9fe3114471e7ca1f57d104e2efe713bb4871) + +## v1.0.1 - 2024-12-05 + +### Commits + +- Initial implementation, tests, readme, types [`6d94121`](https://github.com/ljharb/call-bound/commit/6d94121a9243602e506334069f7a03189fe3363d) +- Initial commit [`0eae867`](https://github.com/ljharb/call-bound/commit/0eae867334ea025c33e6e91cdecfc9df96680cf9) +- npm init [`71b2479`](https://github.com/ljharb/call-bound/commit/71b2479c6723e0b7d91a6b663613067e98b7b275) +- Only apps should have lockfiles [`c3754a9`](https://github.com/ljharb/call-bound/commit/c3754a949b7f9132b47e2d18c1729889736741eb) +- [actions] skip `npm ls` in node < 10 [`74275a5`](https://github.com/ljharb/call-bound/commit/74275a5186b8caf6309b6b97472bdcb0df4683a8) +- [Dev Deps] add missing peer dep [`1354de8`](https://github.com/ljharb/call-bound/commit/1354de8679413e4ae9c523d85f76fa7a5e032d97) diff --git a/srv/node_modules/call-bound/LICENSE b/srv/node_modules/call-bound/LICENSE new file mode 100644 index 000000000..f82f38963 --- /dev/null +++ b/srv/node_modules/call-bound/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 Jordan Harband + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/srv/node_modules/call-bound/README.md b/srv/node_modules/call-bound/README.md new file mode 100644 index 000000000..a44e43e56 --- /dev/null +++ b/srv/node_modules/call-bound/README.md @@ -0,0 +1,53 @@ +# call-bound [![Version Badge][npm-version-svg]][package-url] + +[![github actions][actions-image]][actions-url] +[![coverage][codecov-image]][codecov-url] +[![dependency status][deps-svg]][deps-url] +[![dev dependency status][dev-deps-svg]][dev-deps-url] +[![License][license-image]][license-url] +[![Downloads][downloads-image]][downloads-url] + +[![npm badge][npm-badge-png]][package-url] + +Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. + +## Getting started + +```sh +npm install --save call-bound +``` + +## Usage/Examples + +```js +const assert = require('assert'); +const callBound = require('call-bound'); + +const slice = callBound('Array.prototype.slice'); + +delete Function.prototype.call; +delete Function.prototype.bind; +delete Array.prototype.slice; + +assert.deepEqual(slice([1, 2, 3, 4], 1, -1), [2, 3]); +``` + +## Tests + +Clone the repo, `npm install`, and run `npm test` + +[package-url]: https://npmjs.org/package/call-bound +[npm-version-svg]: https://versionbadg.es/ljharb/call-bound.svg +[deps-svg]: https://david-dm.org/ljharb/call-bound.svg +[deps-url]: https://david-dm.org/ljharb/call-bound +[dev-deps-svg]: https://david-dm.org/ljharb/call-bound/dev-status.svg +[dev-deps-url]: https://david-dm.org/ljharb/call-bound#info=devDependencies +[npm-badge-png]: https://nodei.co/npm/call-bound.png?downloads=true&stars=true +[license-image]: https://img.shields.io/npm/l/call-bound.svg +[license-url]: LICENSE +[downloads-image]: https://img.shields.io/npm/dm/call-bound.svg +[downloads-url]: https://npm-stat.com/charts.html?package=call-bound +[codecov-image]: https://codecov.io/gh/ljharb/call-bound/branch/main/graphs/badge.svg +[codecov-url]: https://app.codecov.io/gh/ljharb/call-bound/ +[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/call-bound +[actions-url]: https://github.com/ljharb/call-bound/actions diff --git a/srv/node_modules/call-bound/index.d.ts b/srv/node_modules/call-bound/index.d.ts new file mode 100644 index 000000000..5562f00ed --- /dev/null +++ b/srv/node_modules/call-bound/index.d.ts @@ -0,0 +1,94 @@ +type Intrinsic = typeof globalThis; + +type IntrinsicName = keyof Intrinsic | `%${keyof Intrinsic}%`; + +type IntrinsicPath = IntrinsicName | `${StripPercents}.${string}` | `%${StripPercents}.${string}%`; + +type AllowMissing = boolean; + +type StripPercents = T extends `%${infer U}%` ? U : T; + +type BindMethodPrecise = + F extends (this: infer This, ...args: infer Args) => infer R + ? (obj: This, ...args: Args) => R + : F extends { + (this: infer This1, ...args: infer Args1): infer R1; + (this: infer This2, ...args: infer Args2): infer R2 + } + ? { + (obj: This1, ...args: Args1): R1; + (obj: This2, ...args: Args2): R2 + } + : never + +// Extract method type from a prototype +type GetPrototypeMethod = + (typeof globalThis)[T] extends { prototype: any } + ? M extends keyof (typeof globalThis)[T]['prototype'] + ? (typeof globalThis)[T]['prototype'][M] + : never + : never + +// Get static property/method +type GetStaticMember = + P extends keyof (typeof globalThis)[T] ? (typeof globalThis)[T][P] : never + +// Type that maps string path to actual bound function or value with better precision +type BoundIntrinsic = + S extends `${infer Obj}.prototype.${infer Method}` + ? Obj extends keyof typeof globalThis + ? BindMethodPrecise> + : unknown + : S extends `${infer Obj}.${infer Prop}` + ? Obj extends keyof typeof globalThis + ? GetStaticMember + : unknown + : unknown + +declare function arraySlice(array: readonly T[], start?: number, end?: number): T[]; +declare function arraySlice(array: ArrayLike, start?: number, end?: number): T[]; +declare function arraySlice(array: IArguments, start?: number, end?: number): T[]; + +// Special cases for methods that need explicit typing +interface SpecialCases { + '%Object.prototype.isPrototypeOf%': (thisArg: {}, obj: unknown) => boolean; + '%String.prototype.replace%': { + (str: string, searchValue: string | RegExp, replaceValue: string): string; + (str: string, searchValue: string | RegExp, replacer: (substring: string, ...args: any[]) => string): string + }; + '%Object.prototype.toString%': (obj: {}) => string; + '%Object.prototype.hasOwnProperty%': (obj: {}, v: PropertyKey) => boolean; + '%Array.prototype.slice%': typeof arraySlice; + '%Array.prototype.map%': (array: readonly T[], callbackfn: (value: T, index: number, array: readonly T[]) => U, thisArg?: any) => U[]; + '%Array.prototype.filter%': (array: readonly T[], predicate: (value: T, index: number, array: readonly T[]) => unknown, thisArg?: any) => T[]; + '%Array.prototype.indexOf%': (array: readonly T[], searchElement: T, fromIndex?: number) => number; + '%Function.prototype.apply%': (fn: (...args: A) => R, thisArg: any, args: A) => R; + '%Function.prototype.call%': (fn: (...args: A) => R, thisArg: any, ...args: A) => R; + '%Function.prototype.bind%': (fn: (...args: A) => R, thisArg: any, ...args: A) => (...remainingArgs: A) => R; + '%Promise.prototype.then%': { + (promise: Promise, onfulfilled: (value: T) => R | PromiseLike): Promise; + (promise: Promise, onfulfilled: ((value: T) => R | PromiseLike) | undefined | null, onrejected: (reason: any) => R | PromiseLike): Promise; + }; + '%RegExp.prototype.test%': (regexp: RegExp, str: string) => boolean; + '%RegExp.prototype.exec%': (regexp: RegExp, str: string) => RegExpExecArray | null; + '%Error.prototype.toString%': (error: Error) => string; + '%TypeError.prototype.toString%': (error: TypeError) => string; + '%String.prototype.split%': ( + obj: unknown, + splitter: string | RegExp | { + [Symbol.split](string: string, limit?: number): string[]; + }, + limit?: number | undefined + ) => string[]; +} + +/** + * Returns a bound function for a prototype method, or a value for a static property. + * + * @param name - The name of the intrinsic (e.g. 'Array.prototype.slice') + * @param {AllowMissing} [allowMissing] - Whether to allow missing intrinsics (default: false) + */ +declare function callBound, S extends IntrinsicPath>(name: K, allowMissing?: AllowMissing): SpecialCases[`%${StripPercents}%`]; +declare function callBound, S extends IntrinsicPath>(name: S, allowMissing?: AllowMissing): BoundIntrinsic; + +export = callBound; diff --git a/srv/node_modules/call-bound/index.js b/srv/node_modules/call-bound/index.js new file mode 100644 index 000000000..e9ade749d --- /dev/null +++ b/srv/node_modules/call-bound/index.js @@ -0,0 +1,19 @@ +'use strict'; + +var GetIntrinsic = require('get-intrinsic'); + +var callBindBasic = require('call-bind-apply-helpers'); + +/** @type {(thisArg: string, searchString: string, position?: number) => number} */ +var $indexOf = callBindBasic([GetIntrinsic('%String.prototype.indexOf%')]); + +/** @type {import('.')} */ +module.exports = function callBoundIntrinsic(name, allowMissing) { + /* eslint no-extra-parens: 0 */ + + var intrinsic = /** @type {(this: unknown, ...args: unknown[]) => unknown} */ (GetIntrinsic(name, !!allowMissing)); + if (typeof intrinsic === 'function' && $indexOf(name, '.prototype.') > -1) { + return callBindBasic(/** @type {const} */ ([intrinsic])); + } + return intrinsic; +}; diff --git a/srv/node_modules/call-bound/package.json b/srv/node_modules/call-bound/package.json new file mode 100644 index 000000000..d542db430 --- /dev/null +++ b/srv/node_modules/call-bound/package.json @@ -0,0 +1,99 @@ +{ + "name": "call-bound", + "version": "1.0.4", + "description": "Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.", + "main": "index.js", + "exports": { + ".": "./index.js", + "./package.json": "./package.json" + }, + "sideEffects": false, + "scripts": { + "prepack": "npmignore --auto --commentLines=auto", + "prepublish": "not-in-publish || npm run prepublishOnly", + "prepublishOnly": "safe-publish-latest", + "prelint": "evalmd README.md", + "lint": "eslint --ext=.js,.mjs .", + "postlint": "tsc -p . && attw -P", + "pretest": "npm run lint", + "tests-only": "nyc tape 'test/**/*.js'", + "test": "npm run tests-only", + "posttest": "npx npm@'>=10.2' audit --production", + "version": "auto-changelog && git add CHANGELOG.md", + "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/ljharb/call-bound.git" + }, + "keywords": [ + "javascript", + "ecmascript", + "es", + "js", + "callbind", + "callbound", + "call", + "bind", + "bound", + "call-bind", + "call-bound", + "function", + "es-abstract" + ], + "author": "Jordan Harband ", + "funding": { + "url": "https://github.com/sponsors/ljharb" + }, + "license": "MIT", + "bugs": { + "url": "https://github.com/ljharb/call-bound/issues" + }, + "homepage": "https://github.com/ljharb/call-bound#readme", + "dependencies": { + "call-bind-apply-helpers": "^1.0.2", + "get-intrinsic": "^1.3.0" + }, + "devDependencies": { + "@arethetypeswrong/cli": "^0.17.4", + "@ljharb/eslint-config": "^21.1.1", + "@ljharb/tsconfig": "^0.3.0", + "@types/call-bind": "^1.0.5", + "@types/get-intrinsic": "^1.2.3", + "@types/tape": "^5.8.1", + "auto-changelog": "^2.5.0", + "encoding": "^0.1.13", + "es-value-fixtures": "^1.7.1", + "eslint": "=8.8.0", + "evalmd": "^0.0.19", + "for-each": "^0.3.5", + "gopd": "^1.2.0", + "has-strict-mode": "^1.1.0", + "in-publish": "^2.0.1", + "npmignore": "^0.3.1", + "nyc": "^10.3.2", + "object-inspect": "^1.13.4", + "safe-publish-latest": "^2.0.0", + "tape": "^5.9.0", + "typescript": "next" + }, + "testling": { + "files": "test/index.js" + }, + "auto-changelog": { + "output": "CHANGELOG.md", + "template": "keepachangelog", + "unreleased": false, + "commitLimit": false, + "backfillLimit": false, + "hideCredit": true + }, + "publishConfig": { + "ignore": [ + ".github/workflows" + ] + }, + "engines": { + "node": ">= 0.4" + } +} diff --git a/srv/node_modules/call-bound/test/index.js b/srv/node_modules/call-bound/test/index.js new file mode 100644 index 000000000..a2fc9f0f2 --- /dev/null +++ b/srv/node_modules/call-bound/test/index.js @@ -0,0 +1,61 @@ +'use strict'; + +var test = require('tape'); + +var callBound = require('../'); + +/** @template {true} T @template U @typedef {T extends U ? T : never} AssertType */ + +test('callBound', function (t) { + // static primitive + t.equal(callBound('Array.length'), Array.length, 'Array.length yields itself'); + t.equal(callBound('%Array.length%'), Array.length, '%Array.length% yields itself'); + + // static non-function object + t.equal(callBound('Array.prototype'), Array.prototype, 'Array.prototype yields itself'); + t.equal(callBound('%Array.prototype%'), Array.prototype, '%Array.prototype% yields itself'); + t.equal(callBound('Array.constructor'), Array.constructor, 'Array.constructor yields itself'); + t.equal(callBound('%Array.constructor%'), Array.constructor, '%Array.constructor% yields itself'); + + // static function + t.equal(callBound('Date.parse'), Date.parse, 'Date.parse yields itself'); + t.equal(callBound('%Date.parse%'), Date.parse, '%Date.parse% yields itself'); + + // prototype primitive + t.equal(callBound('Error.prototype.message'), Error.prototype.message, 'Error.prototype.message yields itself'); + t.equal(callBound('%Error.prototype.message%'), Error.prototype.message, '%Error.prototype.message% yields itself'); + + var x = callBound('Object.prototype.toString'); + var y = callBound('%Object.prototype.toString%'); + + // prototype function + t.notEqual(x, Object.prototype.toString, 'Object.prototype.toString does not yield itself'); + t.notEqual(y, Object.prototype.toString, '%Object.prototype.toString% does not yield itself'); + t.equal(x(true), Object.prototype.toString.call(true), 'call-bound Object.prototype.toString calls into the original'); + t.equal(y(true), Object.prototype.toString.call(true), 'call-bound %Object.prototype.toString% calls into the original'); + + t['throws']( + // @ts-expect-error + function () { callBound('does not exist'); }, + SyntaxError, + 'nonexistent intrinsic throws' + ); + t['throws']( + // @ts-expect-error + function () { callBound('does not exist', true); }, + SyntaxError, + 'allowMissing arg still throws for unknown intrinsic' + ); + + t.test('real but absent intrinsic', { skip: typeof WeakRef !== 'undefined' }, function (st) { + st['throws']( + function () { callBound('WeakRef'); }, + TypeError, + 'real but absent intrinsic throws' + ); + st.equal(callBound('WeakRef', true), undefined, 'allowMissing arg avoids exception'); + st.end(); + }); + + t.end(); +}); diff --git a/srv/node_modules/call-bound/tsconfig.json b/srv/node_modules/call-bound/tsconfig.json new file mode 100644 index 000000000..8976d98b8 --- /dev/null +++ b/srv/node_modules/call-bound/tsconfig.json @@ -0,0 +1,10 @@ +{ + "extends": "@ljharb/tsconfig", + "compilerOptions": { + "target": "ESNext", + "lib": ["es2024"], + }, + "exclude": [ + "coverage", + ], +} diff --git a/srv/node_modules/chownr/LICENSE b/srv/node_modules/chownr/LICENSE new file mode 100644 index 000000000..19129e315 --- /dev/null +++ b/srv/node_modules/chownr/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/srv/node_modules/chownr/README.md b/srv/node_modules/chownr/README.md new file mode 100644 index 000000000..70e9a54a3 --- /dev/null +++ b/srv/node_modules/chownr/README.md @@ -0,0 +1,3 @@ +Like `chown -R`. + +Takes the same arguments as `fs.chown()` diff --git a/srv/node_modules/chownr/chownr.js b/srv/node_modules/chownr/chownr.js new file mode 100644 index 000000000..0d4093216 --- /dev/null +++ b/srv/node_modules/chownr/chownr.js @@ -0,0 +1,167 @@ +'use strict' +const fs = require('fs') +const path = require('path') + +/* istanbul ignore next */ +const LCHOWN = fs.lchown ? 'lchown' : 'chown' +/* istanbul ignore next */ +const LCHOWNSYNC = fs.lchownSync ? 'lchownSync' : 'chownSync' + +/* istanbul ignore next */ +const needEISDIRHandled = fs.lchown && + !process.version.match(/v1[1-9]+\./) && + !process.version.match(/v10\.[6-9]/) + +const lchownSync = (path, uid, gid) => { + try { + return fs[LCHOWNSYNC](path, uid, gid) + } catch (er) { + if (er.code !== 'ENOENT') + throw er + } +} + +/* istanbul ignore next */ +const chownSync = (path, uid, gid) => { + try { + return fs.chownSync(path, uid, gid) + } catch (er) { + if (er.code !== 'ENOENT') + throw er + } +} + +/* istanbul ignore next */ +const handleEISDIR = + needEISDIRHandled ? (path, uid, gid, cb) => er => { + // Node prior to v10 had a very questionable implementation of + // fs.lchown, which would always try to call fs.open on a directory + // Fall back to fs.chown in those cases. + if (!er || er.code !== 'EISDIR') + cb(er) + else + fs.chown(path, uid, gid, cb) + } + : (_, __, ___, cb) => cb + +/* istanbul ignore next */ +const handleEISDirSync = + needEISDIRHandled ? (path, uid, gid) => { + try { + return lchownSync(path, uid, gid) + } catch (er) { + if (er.code !== 'EISDIR') + throw er + chownSync(path, uid, gid) + } + } + : (path, uid, gid) => lchownSync(path, uid, gid) + +// fs.readdir could only accept an options object as of node v6 +const nodeVersion = process.version +let readdir = (path, options, cb) => fs.readdir(path, options, cb) +let readdirSync = (path, options) => fs.readdirSync(path, options) +/* istanbul ignore next */ +if (/^v4\./.test(nodeVersion)) + readdir = (path, options, cb) => fs.readdir(path, cb) + +const chown = (cpath, uid, gid, cb) => { + fs[LCHOWN](cpath, uid, gid, handleEISDIR(cpath, uid, gid, er => { + // Skip ENOENT error + cb(er && er.code !== 'ENOENT' ? er : null) + })) +} + +const chownrKid = (p, child, uid, gid, cb) => { + if (typeof child === 'string') + return fs.lstat(path.resolve(p, child), (er, stats) => { + // Skip ENOENT error + if (er) + return cb(er.code !== 'ENOENT' ? er : null) + stats.name = child + chownrKid(p, stats, uid, gid, cb) + }) + + if (child.isDirectory()) { + chownr(path.resolve(p, child.name), uid, gid, er => { + if (er) + return cb(er) + const cpath = path.resolve(p, child.name) + chown(cpath, uid, gid, cb) + }) + } else { + const cpath = path.resolve(p, child.name) + chown(cpath, uid, gid, cb) + } +} + + +const chownr = (p, uid, gid, cb) => { + readdir(p, { withFileTypes: true }, (er, children) => { + // any error other than ENOTDIR or ENOTSUP means it's not readable, + // or doesn't exist. give up. + if (er) { + if (er.code === 'ENOENT') + return cb() + else if (er.code !== 'ENOTDIR' && er.code !== 'ENOTSUP') + return cb(er) + } + if (er || !children.length) + return chown(p, uid, gid, cb) + + let len = children.length + let errState = null + const then = er => { + if (errState) + return + if (er) + return cb(errState = er) + if (-- len === 0) + return chown(p, uid, gid, cb) + } + + children.forEach(child => chownrKid(p, child, uid, gid, then)) + }) +} + +const chownrKidSync = (p, child, uid, gid) => { + if (typeof child === 'string') { + try { + const stats = fs.lstatSync(path.resolve(p, child)) + stats.name = child + child = stats + } catch (er) { + if (er.code === 'ENOENT') + return + else + throw er + } + } + + if (child.isDirectory()) + chownrSync(path.resolve(p, child.name), uid, gid) + + handleEISDirSync(path.resolve(p, child.name), uid, gid) +} + +const chownrSync = (p, uid, gid) => { + let children + try { + children = readdirSync(p, { withFileTypes: true }) + } catch (er) { + if (er.code === 'ENOENT') + return + else if (er.code === 'ENOTDIR' || er.code === 'ENOTSUP') + return handleEISDirSync(p, uid, gid) + else + throw er + } + + if (children && children.length) + children.forEach(child => chownrKidSync(p, child, uid, gid)) + + return handleEISDirSync(p, uid, gid) +} + +module.exports = chownr +chownr.sync = chownrSync diff --git a/srv/node_modules/chownr/package.json b/srv/node_modules/chownr/package.json new file mode 100644 index 000000000..5b0214ca1 --- /dev/null +++ b/srv/node_modules/chownr/package.json @@ -0,0 +1,32 @@ +{ + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "name": "chownr", + "description": "like `chown -R`", + "version": "2.0.0", + "repository": { + "type": "git", + "url": "git://github.com/isaacs/chownr.git" + }, + "main": "chownr.js", + "files": [ + "chownr.js" + ], + "devDependencies": { + "mkdirp": "0.3", + "rimraf": "^2.7.1", + "tap": "^14.10.6" + }, + "tap": { + "check-coverage": true + }, + "scripts": { + "test": "tap", + "preversion": "npm test", + "postversion": "npm publish", + "prepublishOnly": "git push origin --follow-tags" + }, + "license": "ISC", + "engines": { + "node": ">=10" + } +} diff --git a/srv/node_modules/clean-stack/index.d.ts b/srv/node_modules/clean-stack/index.d.ts new file mode 100644 index 000000000..ed5899509 --- /dev/null +++ b/srv/node_modules/clean-stack/index.d.ts @@ -0,0 +1,47 @@ +declare namespace cleanStack { + interface Options { + /** + Prettify the file paths in the stack: + + `/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15` → `~/dev/clean-stack/unicorn.js:2:15` + + @default false + */ + readonly pretty?: boolean; + } +} + +/** +Clean up error stack traces. Removes the mostly unhelpful internal Node.js entries. + +@param stack - The `stack` property of an `Error`. + +@example +``` +import cleanStack = require('clean-stack'); + +const error = new Error('Missing unicorn'); + +console.log(error.stack); + +// Error: Missing unicorn +// at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) +// at Module._compile (module.js:409:26) +// at Object.Module._extensions..js (module.js:416:10) +// at Module.load (module.js:343:32) +// at Function.Module._load (module.js:300:12) +// at Function.Module.runMain (module.js:441:10) +// at startup (node.js:139:18) + +console.log(cleanStack(error.stack)); + +// Error: Missing unicorn +// at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) +``` +*/ +declare function cleanStack( + stack: string, + options?: cleanStack.Options +): string; + +export = cleanStack; diff --git a/srv/node_modules/clean-stack/index.js b/srv/node_modules/clean-stack/index.js new file mode 100644 index 000000000..8c1dcc4cd --- /dev/null +++ b/srv/node_modules/clean-stack/index.js @@ -0,0 +1,40 @@ +'use strict'; +const os = require('os'); + +const extractPathRegex = /\s+at.*(?:\(|\s)(.*)\)?/; +const pathRegex = /^(?:(?:(?:node|(?:internal\/[\w/]*|.*node_modules\/(?:babel-polyfill|pirates)\/.*)?\w+)\.js:\d+:\d+)|native)/; +const homeDir = typeof os.homedir === 'undefined' ? '' : os.homedir(); + +module.exports = (stack, options) => { + options = Object.assign({pretty: false}, options); + + return stack.replace(/\\/g, '/') + .split('\n') + .filter(line => { + const pathMatches = line.match(extractPathRegex); + if (pathMatches === null || !pathMatches[1]) { + return true; + } + + const match = pathMatches[1]; + + // Electron + if ( + match.includes('.app/Contents/Resources/electron.asar') || + match.includes('.app/Contents/Resources/default_app.asar') + ) { + return false; + } + + return !pathRegex.test(match); + }) + .filter(line => line.trim() !== '') + .map(line => { + if (options.pretty) { + return line.replace(extractPathRegex, (m, p1) => m.replace(p1, p1.replace(homeDir, '~'))); + } + + return line; + }) + .join('\n'); +}; diff --git a/srv/node_modules/clean-stack/license b/srv/node_modules/clean-stack/license new file mode 100644 index 000000000..e7af2f771 --- /dev/null +++ b/srv/node_modules/clean-stack/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/clean-stack/package.json b/srv/node_modules/clean-stack/package.json new file mode 100644 index 000000000..719fdff55 --- /dev/null +++ b/srv/node_modules/clean-stack/package.json @@ -0,0 +1,39 @@ +{ + "name": "clean-stack", + "version": "2.2.0", + "description": "Clean up error stack traces", + "license": "MIT", + "repository": "sindresorhus/clean-stack", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "engines": { + "node": ">=6" + }, + "scripts": { + "test": "xo && ava && tsd" + }, + "files": [ + "index.js", + "index.d.ts" + ], + "keywords": [ + "clean", + "stack", + "trace", + "traces", + "error", + "err", + "electron" + ], + "devDependencies": { + "ava": "^1.4.1", + "tsd": "^0.7.2", + "xo": "^0.24.0" + }, + "browser": { + "os": false + } +} diff --git a/srv/node_modules/clean-stack/readme.md b/srv/node_modules/clean-stack/readme.md new file mode 100644 index 000000000..8d4416046 --- /dev/null +++ b/srv/node_modules/clean-stack/readme.md @@ -0,0 +1,76 @@ +# clean-stack [![Build Status](https://travis-ci.org/sindresorhus/clean-stack.svg?branch=master)](https://travis-ci.org/sindresorhus/clean-stack) + +> Clean up error stack traces + +Removes the mostly unhelpful internal Node.js entries. + +Also works in Electron. + + +## Install + +``` +$ npm install clean-stack +``` + + +## Usage + +```js +const cleanStack = require('clean-stack'); + +const error = new Error('Missing unicorn'); + +console.log(error.stack); +/* +Error: Missing unicorn + at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) + at Module._compile (module.js:409:26) + at Object.Module._extensions..js (module.js:416:10) + at Module.load (module.js:343:32) + at Function.Module._load (module.js:300:12) + at Function.Module.runMain (module.js:441:10) + at startup (node.js:139:18) +*/ + +console.log(cleanStack(error.stack)); +/* +Error: Missing unicorn + at Object. (/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15) +*/ +``` + + +## API + +### cleanStack(stack, [options]) + +#### stack + +Type: `string` + +The `stack` property of an `Error`. + +#### options + +Type: `Object` + +##### pretty + +Type: `boolean`
+Default: `false` + +Prettify the file paths in the stack: + +`/Users/sindresorhus/dev/clean-stack/unicorn.js:2:15` → `~/dev/clean-stack/unicorn.js:2:15` + + +## Related + +- [extrack-stack](https://github.com/sindresorhus/extract-stack) - Extract the actual stack of an error +- [stack-utils](https://github.com/tapjs/stack-utils) - Captures and cleans stack traces + + +## License + +MIT © [Sindre Sorhus](https://sindresorhus.com) diff --git a/srv/node_modules/color-support/LICENSE b/srv/node_modules/color-support/LICENSE new file mode 100644 index 000000000..19129e315 --- /dev/null +++ b/srv/node_modules/color-support/LICENSE @@ -0,0 +1,15 @@ +The ISC License + +Copyright (c) Isaac Z. Schlueter and Contributors + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR +IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/srv/node_modules/color-support/README.md b/srv/node_modules/color-support/README.md new file mode 100644 index 000000000..f89aa17d3 --- /dev/null +++ b/srv/node_modules/color-support/README.md @@ -0,0 +1,129 @@ +# color-support + +A module which will endeavor to guess your terminal's level of color +support. + +[![Build Status](https://travis-ci.org/isaacs/color-support.svg?branch=master)](https://travis-ci.org/isaacs/color-support) [![Coverage Status](https://coveralls.io/repos/github/isaacs/color-support/badge.svg?branch=master)](https://coveralls.io/github/isaacs/color-support?branch=master) + +This is similar to `supports-color`, but it does not read +`process.argv`. + +1. If not in a node environment, not supported. + +2. If stdout is not a TTY, not supported, unless the `ignoreTTY` + option is set. + +3. If the `TERM` environ is `dumb`, not supported, unless the + `ignoreDumb` option is set. + +4. If on Windows, then support 16 colors. + +5. If using Tmux, then support 256 colors. + +7. Handle continuous-integration servers. If `CI` or + `TEAMCITY_VERSION` are set in the environment, and `TRAVIS` is not + set, then color is not supported, unless `ignoreCI` option is set. + +6. Guess based on the `TERM_PROGRAM` environ. These terminals support + 16m colors: + + - `iTerm.app` version 3.x supports 16m colors, below support 256 + - `MacTerm` supports 16m colors + - `Apple_Terminal` supports 256 colors + - Have more things that belong on this list? Send a PR! + +8. Make a guess based on the `TERM` environment variable. Any + `xterm-256color` will get 256 colors. Any screen, xterm, vt100, + color, ansi, cygwin, or linux `TERM` will get 16 colors. + +9. If `COLORTERM` environment variable is set, then support 16 colors. + +10. At this point, we assume that color is not supported. + +## USAGE + +```javascript +var testColorSupport = require('color-support') +var colorSupport = testColorSupport(/* options object */) + +if (!colorSupport) { + console.log('color is not supported') +} else if (colorSupport.has16m) { + console.log('\x1b[38;2;102;194;255m16m colors\x1b[0m') +} else if (colorSupport.has256) { + console.log('\x1b[38;5;119m256 colors\x1b[0m') +} else if (colorSupport.hasBasic) { + console.log('\x1b[31mbasic colors\x1b[0m') +} else { + console.log('this is impossible, but colors are not supported') +} +``` + +If you don't have any options to set, you can also just look at the +flags which will all be set on the test function itself. (Of course, +this doesn't return a falsey value when colors aren't supported, and +doesn't allow you to set options.) + +```javascript +var colorSupport = require('color-support') + +if (colorSupport.has16m) { + console.log('\x1b[38;2;102;194;255m16m colors\x1b[0m') +} else if (colorSupport.has256) { + console.log('\x1b[38;5;119m256 colors\x1b[0m') +} else if (colorSupport.hasBasic) { + console.log('\x1b[31mbasic colors\x1b[0m') +} else { + console.log('colors are not supported') +} +``` + +## Options + +You can pass in the following options. + +* ignoreTTY - default false. Ignore the `isTTY` check. +* ignoreDumb - default false. Ignore `TERM=dumb` environ check. +* ignoreCI - default false. Ignore `CI` environ check. +* env - Object for environment vars. Defaults to `process.env`. +* stream - Stream for `isTTY` check. Defaults to `process.stdout`. +* term - String for `TERM` checking. Defaults to `env.TERM`. +* alwaysReturn - default false. Return an object when colors aren't + supported (instead of returning `false`). +* level - A number from 0 to 3. This will return a result for the + specified level. This is useful if you want to be able to set the + color support level explicitly as a number in an environment + variable or config, but then use the object flags in your program. + Except for `alwaysReturn` to return an object for level 0, all other + options are ignored, since no checking is done if a level is + explicitly set. + +## Return Value + +If no color support is available, then `false` is returned by default, +unless the `alwaysReturn` flag is set to `true`. This is so that the +simple question of "can I use colors or not" can treat any truthy +return as "yes". + +Otherwise, the return object has the following fields: + +* `level` - A number from 0 to 3 + * `0` - No color support + * `1` - Basic (16) color support + * `2` - 256 color support + * `3` - 16 million (true) color support +* `hasBasic` - Boolean +* `has256` - Boolean +* `has16m` - Boolean + +## CLI + +You can run the `color-support` bin from the command line which will +just dump the values as this module calculates them in whatever env +it's run. It takes no command line arguments. + +## Credits + +This is a spiritual, if not actual, fork of +[supports-color](http://npm.im/supports-color) by the ever prolific +[Sindre Sorhus](http://npm.im/~sindresorhus). diff --git a/srv/node_modules/color-support/bin.js b/srv/node_modules/color-support/bin.js new file mode 100755 index 000000000..3c0a96721 --- /dev/null +++ b/srv/node_modules/color-support/bin.js @@ -0,0 +1,3 @@ +#!/usr/bin/env node +var colorSupport = require('./')({alwaysReturn: true }) +console.log(JSON.stringify(colorSupport, null, 2)) diff --git a/srv/node_modules/color-support/browser.js b/srv/node_modules/color-support/browser.js new file mode 100644 index 000000000..ab5c6631a --- /dev/null +++ b/srv/node_modules/color-support/browser.js @@ -0,0 +1,14 @@ +module.exports = colorSupport({ alwaysReturn: true }, colorSupport) + +function colorSupport(options, obj) { + obj = obj || {} + options = options || {} + obj.level = 0 + obj.hasBasic = false + obj.has256 = false + obj.has16m = false + if (!options.alwaysReturn) { + return false + } + return obj +} diff --git a/srv/node_modules/color-support/index.js b/srv/node_modules/color-support/index.js new file mode 100644 index 000000000..6b6f3b281 --- /dev/null +++ b/srv/node_modules/color-support/index.js @@ -0,0 +1,134 @@ +// call it on itself so we can test the export val for basic stuff +module.exports = colorSupport({ alwaysReturn: true }, colorSupport) + +function hasNone (obj, options) { + obj.level = 0 + obj.hasBasic = false + obj.has256 = false + obj.has16m = false + if (!options.alwaysReturn) { + return false + } + return obj +} + +function hasBasic (obj) { + obj.hasBasic = true + obj.has256 = false + obj.has16m = false + obj.level = 1 + return obj +} + +function has256 (obj) { + obj.hasBasic = true + obj.has256 = true + obj.has16m = false + obj.level = 2 + return obj +} + +function has16m (obj) { + obj.hasBasic = true + obj.has256 = true + obj.has16m = true + obj.level = 3 + return obj +} + +function colorSupport (options, obj) { + options = options || {} + + obj = obj || {} + + // if just requesting a specific level, then return that. + if (typeof options.level === 'number') { + switch (options.level) { + case 0: + return hasNone(obj, options) + case 1: + return hasBasic(obj) + case 2: + return has256(obj) + case 3: + return has16m(obj) + } + } + + obj.level = 0 + obj.hasBasic = false + obj.has256 = false + obj.has16m = false + + if (typeof process === 'undefined' || + !process || + !process.stdout || + !process.env || + !process.platform) { + return hasNone(obj, options) + } + + var env = options.env || process.env + var stream = options.stream || process.stdout + var term = options.term || env.TERM || '' + var platform = options.platform || process.platform + + if (!options.ignoreTTY && !stream.isTTY) { + return hasNone(obj, options) + } + + if (!options.ignoreDumb && term === 'dumb' && !env.COLORTERM) { + return hasNone(obj, options) + } + + if (platform === 'win32') { + return hasBasic(obj) + } + + if (env.TMUX) { + return has256(obj) + } + + if (!options.ignoreCI && (env.CI || env.TEAMCITY_VERSION)) { + if (env.TRAVIS) { + return has256(obj) + } else { + return hasNone(obj, options) + } + } + + // TODO: add more term programs + switch (env.TERM_PROGRAM) { + case 'iTerm.app': + var ver = env.TERM_PROGRAM_VERSION || '0.' + if (/^[0-2]\./.test(ver)) { + return has256(obj) + } else { + return has16m(obj) + } + + case 'HyperTerm': + case 'Hyper': + return has16m(obj) + + case 'MacTerm': + return has16m(obj) + + case 'Apple_Terminal': + return has256(obj) + } + + if (/^xterm-256/.test(term)) { + return has256(obj) + } + + if (/^screen|^xterm|^vt100|color|ansi|cygwin|linux/i.test(term)) { + return hasBasic(obj) + } + + if (env.COLORTERM) { + return hasBasic(obj) + } + + return hasNone(obj, options) +} diff --git a/srv/node_modules/color-support/package.json b/srv/node_modules/color-support/package.json new file mode 100644 index 000000000..f3e3b7714 --- /dev/null +++ b/srv/node_modules/color-support/package.json @@ -0,0 +1,36 @@ +{ + "name": "color-support", + "version": "1.1.3", + "description": "A module which will endeavor to guess your terminal's level of color support.", + "main": "index.js", + "browser": "browser.js", + "bin": "bin.js", + "devDependencies": { + "tap": "^10.3.3" + }, + "scripts": { + "test": "tap test/*.js --100 -J", + "preversion": "npm test", + "postversion": "npm publish", + "postpublish": "git push origin --all; git push origin --tags" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/isaacs/color-support.git" + }, + "keywords": [ + "terminal", + "color", + "support", + "xterm", + "truecolor", + "256" + ], + "author": "Isaac Z. Schlueter (http://blog.izs.me/)", + "license": "ISC", + "files": [ + "browser.js", + "index.js", + "bin.js" + ] +} diff --git a/srv/node_modules/concat-map/.travis.yml b/srv/node_modules/concat-map/.travis.yml new file mode 100644 index 000000000..f1d0f13c8 --- /dev/null +++ b/srv/node_modules/concat-map/.travis.yml @@ -0,0 +1,4 @@ +language: node_js +node_js: + - 0.4 + - 0.6 diff --git a/srv/node_modules/concat-map/LICENSE b/srv/node_modules/concat-map/LICENSE new file mode 100644 index 000000000..ee27ba4b4 --- /dev/null +++ b/srv/node_modules/concat-map/LICENSE @@ -0,0 +1,18 @@ +This software is released under the MIT license: + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of +the Software, and to permit persons to whom the Software is furnished to do so, +subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/concat-map/README.markdown b/srv/node_modules/concat-map/README.markdown new file mode 100644 index 000000000..408f70a1b --- /dev/null +++ b/srv/node_modules/concat-map/README.markdown @@ -0,0 +1,62 @@ +concat-map +========== + +Concatenative mapdashery. + +[![browser support](http://ci.testling.com/substack/node-concat-map.png)](http://ci.testling.com/substack/node-concat-map) + +[![build status](https://secure.travis-ci.org/substack/node-concat-map.png)](http://travis-ci.org/substack/node-concat-map) + +example +======= + +``` js +var concatMap = require('concat-map'); +var xs = [ 1, 2, 3, 4, 5, 6 ]; +var ys = concatMap(xs, function (x) { + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; +}); +console.dir(ys); +``` + +*** + +``` +[ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ] +``` + +methods +======= + +``` js +var concatMap = require('concat-map') +``` + +concatMap(xs, fn) +----------------- + +Return an array of concatenated elements by calling `fn(x, i)` for each element +`x` and each index `i` in the array `xs`. + +When `fn(x, i)` returns an array, its result will be concatenated with the +result array. If `fn(x, i)` returns anything else, that value will be pushed +onto the end of the result array. + +install +======= + +With [npm](http://npmjs.org) do: + +``` +npm install concat-map +``` + +license +======= + +MIT + +notes +===== + +This module was written while sitting high above the ground in a tree. diff --git a/srv/node_modules/concat-map/example/map.js b/srv/node_modules/concat-map/example/map.js new file mode 100644 index 000000000..33656217b --- /dev/null +++ b/srv/node_modules/concat-map/example/map.js @@ -0,0 +1,6 @@ +var concatMap = require('../'); +var xs = [ 1, 2, 3, 4, 5, 6 ]; +var ys = concatMap(xs, function (x) { + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; +}); +console.dir(ys); diff --git a/srv/node_modules/concat-map/index.js b/srv/node_modules/concat-map/index.js new file mode 100644 index 000000000..b29a7812e --- /dev/null +++ b/srv/node_modules/concat-map/index.js @@ -0,0 +1,13 @@ +module.exports = function (xs, fn) { + var res = []; + for (var i = 0; i < xs.length; i++) { + var x = fn(xs[i], i); + if (isArray(x)) res.push.apply(res, x); + else res.push(x); + } + return res; +}; + +var isArray = Array.isArray || function (xs) { + return Object.prototype.toString.call(xs) === '[object Array]'; +}; diff --git a/srv/node_modules/concat-map/package.json b/srv/node_modules/concat-map/package.json new file mode 100644 index 000000000..d3640e6b0 --- /dev/null +++ b/srv/node_modules/concat-map/package.json @@ -0,0 +1,43 @@ +{ + "name" : "concat-map", + "description" : "concatenative mapdashery", + "version" : "0.0.1", + "repository" : { + "type" : "git", + "url" : "git://github.com/substack/node-concat-map.git" + }, + "main" : "index.js", + "keywords" : [ + "concat", + "concatMap", + "map", + "functional", + "higher-order" + ], + "directories" : { + "example" : "example", + "test" : "test" + }, + "scripts" : { + "test" : "tape test/*.js" + }, + "devDependencies" : { + "tape" : "~2.4.0" + }, + "license" : "MIT", + "author" : { + "name" : "James Halliday", + "email" : "mail@substack.net", + "url" : "http://substack.net" + }, + "testling" : { + "files" : "test/*.js", + "browsers" : { + "ie" : [ 6, 7, 8, 9 ], + "ff" : [ 3.5, 10, 15.0 ], + "chrome" : [ 10, 22 ], + "safari" : [ 5.1 ], + "opera" : [ 12 ] + } + } +} diff --git a/srv/node_modules/concat-map/test/map.js b/srv/node_modules/concat-map/test/map.js new file mode 100644 index 000000000..fdbd7022f --- /dev/null +++ b/srv/node_modules/concat-map/test/map.js @@ -0,0 +1,39 @@ +var concatMap = require('../'); +var test = require('tape'); + +test('empty or not', function (t) { + var xs = [ 1, 2, 3, 4, 5, 6 ]; + var ixes = []; + var ys = concatMap(xs, function (x, ix) { + ixes.push(ix); + return x % 2 ? [ x - 0.1, x, x + 0.1 ] : []; + }); + t.same(ys, [ 0.9, 1, 1.1, 2.9, 3, 3.1, 4.9, 5, 5.1 ]); + t.same(ixes, [ 0, 1, 2, 3, 4, 5 ]); + t.end(); +}); + +test('always something', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function (x) { + return x === 'b' ? [ 'B', 'B', 'B' ] : [ x ]; + }); + t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); + t.end(); +}); + +test('scalars', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function (x) { + return x === 'b' ? [ 'B', 'B', 'B' ] : x; + }); + t.same(ys, [ 'a', 'B', 'B', 'B', 'c', 'd' ]); + t.end(); +}); + +test('undefs', function (t) { + var xs = [ 'a', 'b', 'c', 'd' ]; + var ys = concatMap(xs, function () {}); + t.same(ys, [ undefined, undefined, undefined, undefined ]); + t.end(); +}); diff --git a/srv/node_modules/console-control-strings/LICENSE b/srv/node_modules/console-control-strings/LICENSE new file mode 100644 index 000000000..e75605296 --- /dev/null +++ b/srv/node_modules/console-control-strings/LICENSE @@ -0,0 +1,13 @@ +Copyright (c) 2014, Rebecca Turner + +Permission to use, copy, modify, and/or distribute this software for any +purpose with or without fee is hereby granted, provided that the above +copyright notice and this permission notice appear in all copies. + +THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. diff --git a/srv/node_modules/console-control-strings/README.md b/srv/node_modules/console-control-strings/README.md new file mode 100644 index 000000000..f58cc8d89 --- /dev/null +++ b/srv/node_modules/console-control-strings/README.md @@ -0,0 +1,145 @@ +# Console Control Strings + +A library of cross-platform tested terminal/console command strings for +doing things like color and cursor positioning. This is a subset of both +ansi and vt100. All control codes included work on both Windows & Unix-like +OSes, except where noted. + +## Usage + +```js +var consoleControl = require('console-control-strings') + +console.log(consoleControl.color('blue','bgRed', 'bold') + 'hi there' + consoleControl.color('reset')) +process.stdout.write(consoleControl.goto(75, 10)) +``` + +## Why Another? + +There are tons of libraries similar to this one. I wanted one that was: + +1. Very clear about compatibility goals. +2. Could emit, for instance, a start color code without an end one. +3. Returned strings w/o writing to streams. +4. Was not weighed down with other unrelated baggage. + +## Functions + +### var code = consoleControl.up(_num = 1_) + +Returns the escape sequence to move _num_ lines up. + +### var code = consoleControl.down(_num = 1_) + +Returns the escape sequence to move _num_ lines down. + +### var code = consoleControl.forward(_num = 1_) + +Returns the escape sequence to move _num_ lines righ. + +### var code = consoleControl.back(_num = 1_) + +Returns the escape sequence to move _num_ lines left. + +### var code = consoleControl.nextLine(_num = 1_) + +Returns the escape sequence to move _num_ lines down and to the beginning of +the line. + +### var code = consoleControl.previousLine(_num = 1_) + +Returns the escape sequence to move _num_ lines up and to the beginning of +the line. + +### var code = consoleControl.eraseData() + +Returns the escape sequence to erase everything from the current cursor +position to the bottom right of the screen. This is line based, so it +erases the remainder of the current line and all following lines. + +### var code = consoleControl.eraseLine() + +Returns the escape sequence to erase to the end of the current line. + +### var code = consoleControl.goto(_x_, _y_) + +Returns the escape sequence to move the cursor to the designated position. +Note that the origin is _1, 1_ not _0, 0_. + +### var code = consoleControl.gotoSOL() + +Returns the escape sequence to move the cursor to the beginning of the +current line. (That is, it returns a carriage return, `\r`.) + +### var code = consoleControl.beep() + +Returns the escape sequence to cause the termianl to beep. (That is, it +returns unicode character `\x0007`, a Control-G.) + +### var code = consoleControl.hideCursor() + +Returns the escape sequence to hide the cursor. + +### var code = consoleControl.showCursor() + +Returns the escape sequence to show the cursor. + +### var code = consoleControl.color(_colors = []_) + +### var code = consoleControl.color(_color1_, _color2_, _…_, _colorn_) + +Returns the escape sequence to set the current terminal display attributes +(mostly colors). Arguments can either be a list of attributes or an array +of attributes. The difference between passing in an array or list of colors +and calling `.color` separately for each one, is that in the former case a +single escape sequence will be produced where as in the latter each change +will have its own distinct escape sequence. Each attribute can be one of: + +* Reset: + * **reset** – Reset all attributes to the terminal default. +* Styles: + * **bold** – Display text as bold. In some terminals this means using a + bold font, in others this means changing the color. In some it means + both. + * **italic** – Display text as italic. This is not available in most Windows terminals. + * **underline** – Underline text. This is not available in most Windows Terminals. + * **inverse** – Invert the foreground and background colors. + * **stopBold** – Do not display text as bold. + * **stopItalic** – Do not display text as italic. + * **stopUnderline** – Do not underline text. + * **stopInverse** – Do not invert foreground and background. +* Colors: + * **white** + * **black** + * **blue** + * **cyan** + * **green** + * **magenta** + * **red** + * **yellow** + * **grey** / **brightBlack** + * **brightRed** + * **brightGreen** + * **brightYellow** + * **brightBlue** + * **brightMagenta** + * **brightCyan** + * **brightWhite** +* Background Colors: + * **bgWhite** + * **bgBlack** + * **bgBlue** + * **bgCyan** + * **bgGreen** + * **bgMagenta** + * **bgRed** + * **bgYellow** + * **bgGrey** / **bgBrightBlack** + * **bgBrightRed** + * **bgBrightGreen** + * **bgBrightYellow** + * **bgBrightBlue** + * **bgBrightMagenta** + * **bgBrightCyan** + * **bgBrightWhite** + diff --git a/srv/node_modules/console-control-strings/README.md~ b/srv/node_modules/console-control-strings/README.md~ new file mode 100644 index 000000000..6eb34e89d --- /dev/null +++ b/srv/node_modules/console-control-strings/README.md~ @@ -0,0 +1,140 @@ +# Console Control Strings + +A library of cross-platform tested terminal/console command strings for +doing things like color and cursor positioning. This is a subset of both +ansi and vt100. All control codes included work on both Windows & Unix-like +OSes, except where noted. + +## Usage + +```js +var consoleControl = require('console-control-strings') + +console.log(consoleControl.color('blue','bgRed', 'bold') + 'hi there' + consoleControl.color('reset')) +process.stdout.write(consoleControl.goto(75, 10)) +``` + +## Why Another? + +There are tons of libraries similar to this one. I wanted one that was: + +1. Very clear about compatibility goals. +2. Could emit, for instance, a start color code without an end one. +3. Returned strings w/o writing to streams. +4. Was not weighed down with other unrelated baggage. + +## Functions + +### var code = consoleControl.up(_num = 1_) + +Returns the escape sequence to move _num_ lines up. + +### var code = consoleControl.down(_num = 1_) + +Returns the escape sequence to move _num_ lines down. + +### var code = consoleControl.forward(_num = 1_) + +Returns the escape sequence to move _num_ lines righ. + +### var code = consoleControl.back(_num = 1_) + +Returns the escape sequence to move _num_ lines left. + +### var code = consoleControl.nextLine(_num = 1_) + +Returns the escape sequence to move _num_ lines down and to the beginning of +the line. + +### var code = consoleControl.previousLine(_num = 1_) + +Returns the escape sequence to move _num_ lines up and to the beginning of +the line. + +### var code = consoleControl.eraseData() + +Returns the escape sequence to erase everything from the current cursor +position to the bottom right of the screen. This is line based, so it +erases the remainder of the current line and all following lines. + +### var code = consoleControl.eraseLine() + +Returns the escape sequence to erase to the end of the current line. + +### var code = consoleControl.goto(_x_, _y_) + +Returns the escape sequence to move the cursor to the designated position. +Note that the origin is _1, 1_ not _0, 0_. + +### var code = consoleControl.gotoSOL() + +Returns the escape sequence to move the cursor to the beginning of the +current line. (That is, it returns a carriage return, `\r`.) + +### var code = consoleControl.hideCursor() + +Returns the escape sequence to hide the cursor. + +### var code = consoleControl.showCursor() + +Returns the escape sequence to show the cursor. + +### var code = consoleControl.color(_colors = []_) + +### var code = consoleControl.color(_color1_, _color2_, _…_, _colorn_) + +Returns the escape sequence to set the current terminal display attributes +(mostly colors). Arguments can either be a list of attributes or an array +of attributes. The difference between passing in an array or list of colors +and calling `.color` separately for each one, is that in the former case a +single escape sequence will be produced where as in the latter each change +will have its own distinct escape sequence. Each attribute can be one of: + +* Reset: + * **reset** – Reset all attributes to the terminal default. +* Styles: + * **bold** – Display text as bold. In some terminals this means using a + bold font, in others this means changing the color. In some it means + both. + * **italic** – Display text as italic. This is not available in most Windows terminals. + * **underline** – Underline text. This is not available in most Windows Terminals. + * **inverse** – Invert the foreground and background colors. + * **stopBold** – Do not display text as bold. + * **stopItalic** – Do not display text as italic. + * **stopUnderline** – Do not underline text. + * **stopInverse** – Do not invert foreground and background. +* Colors: + * **white** + * **black** + * **blue** + * **cyan** + * **green** + * **magenta** + * **red** + * **yellow** + * **grey** / **brightBlack** + * **brightRed** + * **brightGreen** + * **brightYellow** + * **brightBlue** + * **brightMagenta** + * **brightCyan** + * **brightWhite** +* Background Colors: + * **bgWhite** + * **bgBlack** + * **bgBlue** + * **bgCyan** + * **bgGreen** + * **bgMagenta** + * **bgRed** + * **bgYellow** + * **bgGrey** / **bgBrightBlack** + * **bgBrightRed** + * **bgBrightGreen** + * **bgBrightYellow** + * **bgBrightBlue** + * **bgBrightMagenta** + * **bgBrightCyan** + * **bgBrightWhite** + diff --git a/srv/node_modules/console-control-strings/index.js b/srv/node_modules/console-control-strings/index.js new file mode 100644 index 000000000..bf890348e --- /dev/null +++ b/srv/node_modules/console-control-strings/index.js @@ -0,0 +1,125 @@ +'use strict' + +// These tables borrowed from `ansi` + +var prefix = '\x1b[' + +exports.up = function up (num) { + return prefix + (num || '') + 'A' +} + +exports.down = function down (num) { + return prefix + (num || '') + 'B' +} + +exports.forward = function forward (num) { + return prefix + (num || '') + 'C' +} + +exports.back = function back (num) { + return prefix + (num || '') + 'D' +} + +exports.nextLine = function nextLine (num) { + return prefix + (num || '') + 'E' +} + +exports.previousLine = function previousLine (num) { + return prefix + (num || '') + 'F' +} + +exports.horizontalAbsolute = function horizontalAbsolute (num) { + if (num == null) throw new Error('horizontalAboslute requires a column to position to') + return prefix + num + 'G' +} + +exports.eraseData = function eraseData () { + return prefix + 'J' +} + +exports.eraseLine = function eraseLine () { + return prefix + 'K' +} + +exports.goto = function (x, y) { + return prefix + y + ';' + x + 'H' +} + +exports.gotoSOL = function () { + return '\r' +} + +exports.beep = function () { + return '\x07' +} + +exports.hideCursor = function hideCursor () { + return prefix + '?25l' +} + +exports.showCursor = function showCursor () { + return prefix + '?25h' +} + +var colors = { + reset: 0, +// styles + bold: 1, + italic: 3, + underline: 4, + inverse: 7, +// resets + stopBold: 22, + stopItalic: 23, + stopUnderline: 24, + stopInverse: 27, +// colors + white: 37, + black: 30, + blue: 34, + cyan: 36, + green: 32, + magenta: 35, + red: 31, + yellow: 33, + bgWhite: 47, + bgBlack: 40, + bgBlue: 44, + bgCyan: 46, + bgGreen: 42, + bgMagenta: 45, + bgRed: 41, + bgYellow: 43, + + grey: 90, + brightBlack: 90, + brightRed: 91, + brightGreen: 92, + brightYellow: 93, + brightBlue: 94, + brightMagenta: 95, + brightCyan: 96, + brightWhite: 97, + + bgGrey: 100, + bgBrightBlack: 100, + bgBrightRed: 101, + bgBrightGreen: 102, + bgBrightYellow: 103, + bgBrightBlue: 104, + bgBrightMagenta: 105, + bgBrightCyan: 106, + bgBrightWhite: 107 +} + +exports.color = function color (colorWith) { + if (arguments.length !== 1 || !Array.isArray(colorWith)) { + colorWith = Array.prototype.slice.call(arguments) + } + return prefix + colorWith.map(colorNameToCode).join(';') + 'm' +} + +function colorNameToCode (color) { + if (colors[color] != null) return colors[color] + throw new Error('Unknown color or style name: ' + color) +} diff --git a/srv/node_modules/console-control-strings/package.json b/srv/node_modules/console-control-strings/package.json new file mode 100644 index 000000000..eb6c62ae2 --- /dev/null +++ b/srv/node_modules/console-control-strings/package.json @@ -0,0 +1,27 @@ +{ + "name": "console-control-strings", + "version": "1.1.0", + "description": "A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted.", + "main": "index.js", + "directories": { + "test": "test" + }, + "scripts": { + "test": "standard && tap test/*.js" + }, + "repository": { + "type": "git", + "url": "https://github.com/iarna/console-control-strings" + }, + "keywords": [], + "author": "Rebecca Turner (http://re-becca.org/)", + "license": "ISC", + "files": [ + "LICENSE", + "index.js" + ], + "devDependencies": { + "standard": "^7.1.2", + "tap": "^5.7.2" + } +} diff --git a/srv/node_modules/content-disposition/HISTORY.md b/srv/node_modules/content-disposition/HISTORY.md new file mode 100644 index 000000000..ff0b68bb1 --- /dev/null +++ b/srv/node_modules/content-disposition/HISTORY.md @@ -0,0 +1,66 @@ +1.0.0 / 2024-08-31 +================== + + * drop node <18 + * allow utf8 as alias for utf-8 + +0.5.4 / 2021-12-10 +================== + + * deps: safe-buffer@5.2.1 + +0.5.3 / 2018-12-17 +================== + + * Use `safe-buffer` for improved Buffer API + +0.5.2 / 2016-12-08 +================== + + * Fix `parse` to accept any linear whitespace character + +0.5.1 / 2016-01-17 +================== + + * perf: enable strict mode + +0.5.0 / 2014-10-11 +================== + + * Add `parse` function + +0.4.0 / 2014-09-21 +================== + + * Expand non-Unicode `filename` to the full ISO-8859-1 charset + +0.3.0 / 2014-09-20 +================== + + * Add `fallback` option + * Add `type` option + +0.2.0 / 2014-09-19 +================== + + * Reduce ambiguity of file names with hex escape in buggy browsers + +0.1.2 / 2014-09-19 +================== + + * Fix periodic invalid Unicode filename header + +0.1.1 / 2014-09-19 +================== + + * Fix invalid characters appearing in `filename*` parameter + +0.1.0 / 2014-09-18 +================== + + * Make the `filename` argument optional + +0.0.0 / 2014-09-18 +================== + + * Initial release diff --git a/srv/node_modules/content-disposition/LICENSE b/srv/node_modules/content-disposition/LICENSE new file mode 100644 index 000000000..84441fbb5 --- /dev/null +++ b/srv/node_modules/content-disposition/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2014-2017 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/content-disposition/README.md b/srv/node_modules/content-disposition/README.md new file mode 100644 index 000000000..3a0bb0559 --- /dev/null +++ b/srv/node_modules/content-disposition/README.md @@ -0,0 +1,142 @@ +# content-disposition + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][github-actions-ci-image]][github-actions-ci-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Create and parse HTTP `Content-Disposition` header + +## Installation + +```sh +$ npm install content-disposition +``` + +## API + +```js +var contentDisposition = require('content-disposition') +``` + +### contentDisposition(filename, options) + +Create an attachment `Content-Disposition` header value using the given file name, +if supplied. The `filename` is optional and if no file name is desired, but you +want to specify `options`, set `filename` to `undefined`. + +```js +res.setHeader('Content-Disposition', contentDisposition('∫ maths.pdf')) +``` + +**note** HTTP headers are of the ISO-8859-1 character set. If you are writing this +header through a means different from `setHeader` in Node.js, you'll want to specify +the `'binary'` encoding in Node.js. + +#### Options + +`contentDisposition` accepts these properties in the options object. + +##### fallback + +If the `filename` option is outside ISO-8859-1, then the file name is actually +stored in a supplemental field for clients that support Unicode file names and +a ISO-8859-1 version of the file name is automatically generated. + +This specifies the ISO-8859-1 file name to override the automatic generation or +disables the generation all together, defaults to `true`. + + - A string will specify the ISO-8859-1 file name to use in place of automatic + generation. + - `false` will disable including a ISO-8859-1 file name and only include the + Unicode version (unless the file name is already ISO-8859-1). + - `true` will enable automatic generation if the file name is outside ISO-8859-1. + +If the `filename` option is ISO-8859-1 and this option is specified and has a +different value, then the `filename` option is encoded in the extended field +and this set as the fallback field, even though they are both ISO-8859-1. + +##### type + +Specifies the disposition type, defaults to `"attachment"`. This can also be +`"inline"`, or any other value (all values except inline are treated like +`attachment`, but can convey additional information if both parties agree to +it). The type is normalized to lower-case. + +### contentDisposition.parse(string) + +```js +var disposition = contentDisposition.parse('attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt') +``` + +Parse a `Content-Disposition` header string. This automatically handles extended +("Unicode") parameters by decoding them and providing them under the standard +parameter name. This will return an object with the following properties (examples +are shown for the string `'attachment; filename="EURO rates.txt"; filename*=UTF-8\'\'%e2%82%ac%20rates.txt'`): + + - `type`: The disposition type (always lower case). Example: `'attachment'` + + - `parameters`: An object of the parameters in the disposition (name of parameter + always lower case and extended versions replace non-extended versions). Example: + `{filename: "€ rates.txt"}` + +## Examples + +### Send a file for download + +```js +var contentDisposition = require('content-disposition') +var destroy = require('destroy') +var fs = require('fs') +var http = require('http') +var onFinished = require('on-finished') + +var filePath = '/path/to/public/plans.pdf' + +http.createServer(function onRequest (req, res) { + // set headers + res.setHeader('Content-Type', 'application/pdf') + res.setHeader('Content-Disposition', contentDisposition(filePath)) + + // send file + var stream = fs.createReadStream(filePath) + stream.pipe(res) + onFinished(res, function () { + destroy(stream) + }) +}) +``` + +## Testing + +```sh +$ npm test +``` + +## References + +- [RFC 2616: Hypertext Transfer Protocol -- HTTP/1.1][rfc-2616] +- [RFC 5987: Character Set and Language Encoding for Hypertext Transfer Protocol (HTTP) Header Field Parameters][rfc-5987] +- [RFC 6266: Use of the Content-Disposition Header Field in the Hypertext Transfer Protocol (HTTP)][rfc-6266] +- [Test Cases for HTTP Content-Disposition header field (RFC 6266) and the Encodings defined in RFCs 2047, 2231 and 5987][tc-2231] + +[rfc-2616]: https://tools.ietf.org/html/rfc2616 +[rfc-5987]: https://tools.ietf.org/html/rfc5987 +[rfc-6266]: https://tools.ietf.org/html/rfc6266 +[tc-2231]: http://greenbytes.de/tech/tc2231/ + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/content-disposition.svg +[npm-url]: https://npmjs.org/package/content-disposition +[node-version-image]: https://img.shields.io/node/v/content-disposition.svg +[node-version-url]: https://nodejs.org/en/download +[coveralls-image]: https://img.shields.io/coveralls/jshttp/content-disposition.svg +[coveralls-url]: https://coveralls.io/r/jshttp/content-disposition?branch=master +[downloads-image]: https://img.shields.io/npm/dm/content-disposition.svg +[downloads-url]: https://npmjs.org/package/content-disposition +[github-actions-ci-image]: https://img.shields.io/github/workflow/status/jshttp/content-disposition/ci/master?label=ci +[github-actions-ci-url]: https://github.com/jshttp/content-disposition?query=workflow%3Aci diff --git a/srv/node_modules/content-disposition/index.js b/srv/node_modules/content-disposition/index.js new file mode 100644 index 000000000..44f1d51f8 --- /dev/null +++ b/srv/node_modules/content-disposition/index.js @@ -0,0 +1,459 @@ +/*! + * content-disposition + * Copyright(c) 2014-2017 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module exports. + * @public + */ + +module.exports = contentDisposition +module.exports.parse = parse + +/** + * Module dependencies. + * @private + */ + +var basename = require('path').basename +var Buffer = require('safe-buffer').Buffer + +/** + * RegExp to match non attr-char, *after* encodeURIComponent (i.e. not including "%") + * @private + */ + +var ENCODE_URL_ATTR_CHAR_REGEXP = /[\x00-\x20"'()*,/:;<=>?@[\\\]{}\x7f]/g // eslint-disable-line no-control-regex + +/** + * RegExp to match percent encoding escape. + * @private + */ + +var HEX_ESCAPE_REGEXP = /%[0-9A-Fa-f]{2}/ +var HEX_ESCAPE_REPLACE_REGEXP = /%([0-9A-Fa-f]{2})/g + +/** + * RegExp to match non-latin1 characters. + * @private + */ + +var NON_LATIN1_REGEXP = /[^\x20-\x7e\xa0-\xff]/g + +/** + * RegExp to match quoted-pair in RFC 2616 + * + * quoted-pair = "\" CHAR + * CHAR = + * @private + */ + +var QESC_REGEXP = /\\([\u0000-\u007f])/g // eslint-disable-line no-control-regex + +/** + * RegExp to match chars that must be quoted-pair in RFC 2616 + * @private + */ + +var QUOTE_REGEXP = /([\\"])/g + +/** + * RegExp for various RFC 2616 grammar + * + * parameter = token "=" ( token | quoted-string ) + * token = 1* + * separators = "(" | ")" | "<" | ">" | "@" + * | "," | ";" | ":" | "\" | <"> + * | "/" | "[" | "]" | "?" | "=" + * | "{" | "}" | SP | HT + * quoted-string = ( <"> *(qdtext | quoted-pair ) <"> ) + * qdtext = > + * quoted-pair = "\" CHAR + * CHAR = + * TEXT = + * LWS = [CRLF] 1*( SP | HT ) + * CRLF = CR LF + * CR = + * LF = + * SP = + * HT = + * CTL = + * OCTET = + * @private + */ + +var PARAM_REGEXP = /;[\x09\x20]*([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*=[\x09\x20]*("(?:[\x20!\x23-\x5b\x5d-\x7e\x80-\xff]|\\[\x20-\x7e])*"|[!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*/g // eslint-disable-line no-control-regex +var TEXT_REGEXP = /^[\x20-\x7e\x80-\xff]+$/ +var TOKEN_REGEXP = /^[!#$%&'*+.0-9A-Z^_`a-z|~-]+$/ + +/** + * RegExp for various RFC 5987 grammar + * + * ext-value = charset "'" [ language ] "'" value-chars + * charset = "UTF-8" / "ISO-8859-1" / mime-charset + * mime-charset = 1*mime-charsetc + * mime-charsetc = ALPHA / DIGIT + * / "!" / "#" / "$" / "%" / "&" + * / "+" / "-" / "^" / "_" / "`" + * / "{" / "}" / "~" + * language = ( 2*3ALPHA [ extlang ] ) + * / 4ALPHA + * / 5*8ALPHA + * extlang = *3( "-" 3ALPHA ) + * value-chars = *( pct-encoded / attr-char ) + * pct-encoded = "%" HEXDIG HEXDIG + * attr-char = ALPHA / DIGIT + * / "!" / "#" / "$" / "&" / "+" / "-" / "." + * / "^" / "_" / "`" / "|" / "~" + * @private + */ + +var EXT_VALUE_REGEXP = /^([A-Za-z0-9!#$%&+\-^_`{}~]+)'(?:[A-Za-z]{2,3}(?:-[A-Za-z]{3}){0,3}|[A-Za-z]{4,8}|)'((?:%[0-9A-Fa-f]{2}|[A-Za-z0-9!#$&+.^_`|~-])+)$/ + +/** + * RegExp for various RFC 6266 grammar + * + * disposition-type = "inline" | "attachment" | disp-ext-type + * disp-ext-type = token + * disposition-parm = filename-parm | disp-ext-parm + * filename-parm = "filename" "=" value + * | "filename*" "=" ext-value + * disp-ext-parm = token "=" value + * | ext-token "=" ext-value + * ext-token = + * @private + */ + +var DISPOSITION_TYPE_REGEXP = /^([!#$%&'*+.0-9A-Z^_`a-z|~-]+)[\x09\x20]*(?:$|;)/ // eslint-disable-line no-control-regex + +/** + * Create an attachment Content-Disposition header. + * + * @param {string} [filename] + * @param {object} [options] + * @param {string} [options.type=attachment] + * @param {string|boolean} [options.fallback=true] + * @return {string} + * @public + */ + +function contentDisposition (filename, options) { + var opts = options || {} + + // get type + var type = opts.type || 'attachment' + + // get parameters + var params = createparams(filename, opts.fallback) + + // format into string + return format(new ContentDisposition(type, params)) +} + +/** + * Create parameters object from filename and fallback. + * + * @param {string} [filename] + * @param {string|boolean} [fallback=true] + * @return {object} + * @private + */ + +function createparams (filename, fallback) { + if (filename === undefined) { + return + } + + var params = {} + + if (typeof filename !== 'string') { + throw new TypeError('filename must be a string') + } + + // fallback defaults to true + if (fallback === undefined) { + fallback = true + } + + if (typeof fallback !== 'string' && typeof fallback !== 'boolean') { + throw new TypeError('fallback must be a string or boolean') + } + + if (typeof fallback === 'string' && NON_LATIN1_REGEXP.test(fallback)) { + throw new TypeError('fallback must be ISO-8859-1 string') + } + + // restrict to file base name + var name = basename(filename) + + // determine if name is suitable for quoted string + var isQuotedString = TEXT_REGEXP.test(name) + + // generate fallback name + var fallbackName = typeof fallback !== 'string' + ? fallback && getlatin1(name) + : basename(fallback) + var hasFallback = typeof fallbackName === 'string' && fallbackName !== name + + // set extended filename parameter + if (hasFallback || !isQuotedString || HEX_ESCAPE_REGEXP.test(name)) { + params['filename*'] = name + } + + // set filename parameter + if (isQuotedString || hasFallback) { + params.filename = hasFallback + ? fallbackName + : name + } + + return params +} + +/** + * Format object to Content-Disposition header. + * + * @param {object} obj + * @param {string} obj.type + * @param {object} [obj.parameters] + * @return {string} + * @private + */ + +function format (obj) { + var parameters = obj.parameters + var type = obj.type + + if (!type || typeof type !== 'string' || !TOKEN_REGEXP.test(type)) { + throw new TypeError('invalid type') + } + + // start with normalized type + var string = String(type).toLowerCase() + + // append parameters + if (parameters && typeof parameters === 'object') { + var param + var params = Object.keys(parameters).sort() + + for (var i = 0; i < params.length; i++) { + param = params[i] + + var val = param.slice(-1) === '*' + ? ustring(parameters[param]) + : qstring(parameters[param]) + + string += '; ' + param + '=' + val + } + } + + return string +} + +/** + * Decode a RFC 5987 field value (gracefully). + * + * @param {string} str + * @return {string} + * @private + */ + +function decodefield (str) { + var match = EXT_VALUE_REGEXP.exec(str) + + if (!match) { + throw new TypeError('invalid extended field value') + } + + var charset = match[1].toLowerCase() + var encoded = match[2] + var value + + // to binary string + var binary = encoded.replace(HEX_ESCAPE_REPLACE_REGEXP, pdecode) + + switch (charset) { + case 'iso-8859-1': + value = getlatin1(binary) + break + case 'utf-8': + case 'utf8': + value = Buffer.from(binary, 'binary').toString('utf8') + break + default: + throw new TypeError('unsupported charset in extended field') + } + + return value +} + +/** + * Get ISO-8859-1 version of string. + * + * @param {string} val + * @return {string} + * @private + */ + +function getlatin1 (val) { + // simple Unicode -> ISO-8859-1 transformation + return String(val).replace(NON_LATIN1_REGEXP, '?') +} + +/** + * Parse Content-Disposition header string. + * + * @param {string} string + * @return {object} + * @public + */ + +function parse (string) { + if (!string || typeof string !== 'string') { + throw new TypeError('argument string is required') + } + + var match = DISPOSITION_TYPE_REGEXP.exec(string) + + if (!match) { + throw new TypeError('invalid type format') + } + + // normalize type + var index = match[0].length + var type = match[1].toLowerCase() + + var key + var names = [] + var params = {} + var value + + // calculate index to start at + index = PARAM_REGEXP.lastIndex = match[0].slice(-1) === ';' + ? index - 1 + : index + + // match parameters + while ((match = PARAM_REGEXP.exec(string))) { + if (match.index !== index) { + throw new TypeError('invalid parameter format') + } + + index += match[0].length + key = match[1].toLowerCase() + value = match[2] + + if (names.indexOf(key) !== -1) { + throw new TypeError('invalid duplicate parameter') + } + + names.push(key) + + if (key.indexOf('*') + 1 === key.length) { + // decode extended value + key = key.slice(0, -1) + value = decodefield(value) + + // overwrite existing value + params[key] = value + continue + } + + if (typeof params[key] === 'string') { + continue + } + + if (value[0] === '"') { + // remove quotes and escapes + value = value + .slice(1, -1) + .replace(QESC_REGEXP, '$1') + } + + params[key] = value + } + + if (index !== -1 && index !== string.length) { + throw new TypeError('invalid parameter format') + } + + return new ContentDisposition(type, params) +} + +/** + * Percent decode a single character. + * + * @param {string} str + * @param {string} hex + * @return {string} + * @private + */ + +function pdecode (str, hex) { + return String.fromCharCode(parseInt(hex, 16)) +} + +/** + * Percent encode a single character. + * + * @param {string} char + * @return {string} + * @private + */ + +function pencode (char) { + return '%' + String(char) + .charCodeAt(0) + .toString(16) + .toUpperCase() +} + +/** + * Quote a string for HTTP. + * + * @param {string} val + * @return {string} + * @private + */ + +function qstring (val) { + var str = String(val) + + return '"' + str.replace(QUOTE_REGEXP, '\\$1') + '"' +} + +/** + * Encode a Unicode string for HTTP (RFC 5987). + * + * @param {string} val + * @return {string} + * @private + */ + +function ustring (val) { + var str = String(val) + + // percent encode as UTF-8 + var encoded = encodeURIComponent(str) + .replace(ENCODE_URL_ATTR_CHAR_REGEXP, pencode) + + return 'UTF-8\'\'' + encoded +} + +/** + * Class for parsed Content-Disposition header for v8 optimization + * + * @public + * @param {string} type + * @param {object} parameters + * @constructor + */ + +function ContentDisposition (type, parameters) { + this.type = type + this.parameters = parameters +} diff --git a/srv/node_modules/content-disposition/package.json b/srv/node_modules/content-disposition/package.json new file mode 100644 index 000000000..5cea50ba0 --- /dev/null +++ b/srv/node_modules/content-disposition/package.json @@ -0,0 +1,44 @@ +{ + "name": "content-disposition", + "description": "Create and parse Content-Disposition header", + "version": "1.0.0", + "author": "Douglas Christopher Wilson ", + "license": "MIT", + "keywords": [ + "content-disposition", + "http", + "rfc6266", + "res" + ], + "repository": "jshttp/content-disposition", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "devDependencies": { + "deep-equal": "1.0.1", + "eslint": "7.32.0", + "eslint-config-standard": "13.0.1", + "eslint-plugin-import": "2.25.3", + "eslint-plugin-markdown": "2.2.1", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "5.2.0", + "eslint-plugin-standard": "4.1.0", + "mocha": "^9.2.2", + "nyc": "15.1.0" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test" + } +} diff --git a/srv/node_modules/content-type/HISTORY.md b/srv/node_modules/content-type/HISTORY.md new file mode 100644 index 000000000..458367139 --- /dev/null +++ b/srv/node_modules/content-type/HISTORY.md @@ -0,0 +1,29 @@ +1.0.5 / 2023-01-29 +================== + + * perf: skip value escaping when unnecessary + +1.0.4 / 2017-09-11 +================== + + * perf: skip parameter parsing when no parameters + +1.0.3 / 2017-09-10 +================== + + * perf: remove argument reassignment + +1.0.2 / 2016-05-09 +================== + + * perf: enable strict mode + +1.0.1 / 2015-02-13 +================== + + * Improve missing `Content-Type` header error message + +1.0.0 / 2015-02-01 +================== + + * Initial implementation, derived from `media-typer@0.3.0` diff --git a/srv/node_modules/content-type/LICENSE b/srv/node_modules/content-type/LICENSE new file mode 100644 index 000000000..34b1a2de3 --- /dev/null +++ b/srv/node_modules/content-type/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/content-type/README.md b/srv/node_modules/content-type/README.md new file mode 100644 index 000000000..c1a922a9a --- /dev/null +++ b/srv/node_modules/content-type/README.md @@ -0,0 +1,94 @@ +# content-type + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Build Status][ci-image]][ci-url] +[![Coverage Status][coveralls-image]][coveralls-url] + +Create and parse HTTP Content-Type header according to RFC 7231 + +## Installation + +```sh +$ npm install content-type +``` + +## API + +```js +var contentType = require('content-type') +``` + +### contentType.parse(string) + +```js +var obj = contentType.parse('image/svg+xml; charset=utf-8') +``` + +Parse a `Content-Type` header. This will return an object with the following +properties (examples are shown for the string `'image/svg+xml; charset=utf-8'`): + + - `type`: The media type (the type and subtype, always lower case). + Example: `'image/svg+xml'` + + - `parameters`: An object of the parameters in the media type (name of parameter + always lower case). Example: `{charset: 'utf-8'}` + +Throws a `TypeError` if the string is missing or invalid. + +### contentType.parse(req) + +```js +var obj = contentType.parse(req) +``` + +Parse the `Content-Type` header from the given `req`. Short-cut for +`contentType.parse(req.headers['content-type'])`. + +Throws a `TypeError` if the `Content-Type` header is missing or invalid. + +### contentType.parse(res) + +```js +var obj = contentType.parse(res) +``` + +Parse the `Content-Type` header set on the given `res`. Short-cut for +`contentType.parse(res.getHeader('content-type'))`. + +Throws a `TypeError` if the `Content-Type` header is missing or invalid. + +### contentType.format(obj) + +```js +var str = contentType.format({ + type: 'image/svg+xml', + parameters: { charset: 'utf-8' } +}) +``` + +Format an object into a `Content-Type` header. This will return a string of the +content type for the given object with the following properties (examples are +shown that produce the string `'image/svg+xml; charset=utf-8'`): + + - `type`: The media type (will be lower-cased). Example: `'image/svg+xml'` + + - `parameters`: An object of the parameters in the media type (name of the + parameter will be lower-cased). Example: `{charset: 'utf-8'}` + +Throws a `TypeError` if the object contains an invalid type or parameter names. + +## License + +[MIT](LICENSE) + +[ci-image]: https://badgen.net/github/checks/jshttp/content-type/master?label=ci +[ci-url]: https://github.com/jshttp/content-type/actions/workflows/ci.yml +[coveralls-image]: https://badgen.net/coveralls/c/github/jshttp/content-type/master +[coveralls-url]: https://coveralls.io/r/jshttp/content-type?branch=master +[node-image]: https://badgen.net/npm/node/content-type +[node-url]: https://nodejs.org/en/download +[npm-downloads-image]: https://badgen.net/npm/dm/content-type +[npm-url]: https://npmjs.org/package/content-type +[npm-version-image]: https://badgen.net/npm/v/content-type diff --git a/srv/node_modules/content-type/index.js b/srv/node_modules/content-type/index.js new file mode 100644 index 000000000..41840e7bc --- /dev/null +++ b/srv/node_modules/content-type/index.js @@ -0,0 +1,225 @@ +/*! + * content-type + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * RegExp to match *( ";" parameter ) in RFC 7231 sec 3.1.1.1 + * + * parameter = token "=" ( token / quoted-string ) + * token = 1*tchar + * tchar = "!" / "#" / "$" / "%" / "&" / "'" / "*" + * / "+" / "-" / "." / "^" / "_" / "`" / "|" / "~" + * / DIGIT / ALPHA + * ; any VCHAR, except delimiters + * quoted-string = DQUOTE *( qdtext / quoted-pair ) DQUOTE + * qdtext = HTAB / SP / %x21 / %x23-5B / %x5D-7E / obs-text + * obs-text = %x80-FF + * quoted-pair = "\" ( HTAB / SP / VCHAR / obs-text ) + */ +var PARAM_REGEXP = /; *([!#$%&'*+.^_`|~0-9A-Za-z-]+) *= *("(?:[\u000b\u0020\u0021\u0023-\u005b\u005d-\u007e\u0080-\u00ff]|\\[\u000b\u0020-\u00ff])*"|[!#$%&'*+.^_`|~0-9A-Za-z-]+) */g // eslint-disable-line no-control-regex +var TEXT_REGEXP = /^[\u000b\u0020-\u007e\u0080-\u00ff]+$/ // eslint-disable-line no-control-regex +var TOKEN_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+$/ + +/** + * RegExp to match quoted-pair in RFC 7230 sec 3.2.6 + * + * quoted-pair = "\" ( HTAB / SP / VCHAR / obs-text ) + * obs-text = %x80-FF + */ +var QESC_REGEXP = /\\([\u000b\u0020-\u00ff])/g // eslint-disable-line no-control-regex + +/** + * RegExp to match chars that must be quoted-pair in RFC 7230 sec 3.2.6 + */ +var QUOTE_REGEXP = /([\\"])/g + +/** + * RegExp to match type in RFC 7231 sec 3.1.1.1 + * + * media-type = type "/" subtype + * type = token + * subtype = token + */ +var TYPE_REGEXP = /^[!#$%&'*+.^_`|~0-9A-Za-z-]+\/[!#$%&'*+.^_`|~0-9A-Za-z-]+$/ + +/** + * Module exports. + * @public + */ + +exports.format = format +exports.parse = parse + +/** + * Format object to media type. + * + * @param {object} obj + * @return {string} + * @public + */ + +function format (obj) { + if (!obj || typeof obj !== 'object') { + throw new TypeError('argument obj is required') + } + + var parameters = obj.parameters + var type = obj.type + + if (!type || !TYPE_REGEXP.test(type)) { + throw new TypeError('invalid type') + } + + var string = type + + // append parameters + if (parameters && typeof parameters === 'object') { + var param + var params = Object.keys(parameters).sort() + + for (var i = 0; i < params.length; i++) { + param = params[i] + + if (!TOKEN_REGEXP.test(param)) { + throw new TypeError('invalid parameter name') + } + + string += '; ' + param + '=' + qstring(parameters[param]) + } + } + + return string +} + +/** + * Parse media type to object. + * + * @param {string|object} string + * @return {Object} + * @public + */ + +function parse (string) { + if (!string) { + throw new TypeError('argument string is required') + } + + // support req/res-like objects as argument + var header = typeof string === 'object' + ? getcontenttype(string) + : string + + if (typeof header !== 'string') { + throw new TypeError('argument string is required to be a string') + } + + var index = header.indexOf(';') + var type = index !== -1 + ? header.slice(0, index).trim() + : header.trim() + + if (!TYPE_REGEXP.test(type)) { + throw new TypeError('invalid media type') + } + + var obj = new ContentType(type.toLowerCase()) + + // parse parameters + if (index !== -1) { + var key + var match + var value + + PARAM_REGEXP.lastIndex = index + + while ((match = PARAM_REGEXP.exec(header))) { + if (match.index !== index) { + throw new TypeError('invalid parameter format') + } + + index += match[0].length + key = match[1].toLowerCase() + value = match[2] + + if (value.charCodeAt(0) === 0x22 /* " */) { + // remove quotes + value = value.slice(1, -1) + + // remove escapes + if (value.indexOf('\\') !== -1) { + value = value.replace(QESC_REGEXP, '$1') + } + } + + obj.parameters[key] = value + } + + if (index !== header.length) { + throw new TypeError('invalid parameter format') + } + } + + return obj +} + +/** + * Get content-type from req/res objects. + * + * @param {object} + * @return {Object} + * @private + */ + +function getcontenttype (obj) { + var header + + if (typeof obj.getHeader === 'function') { + // res-like + header = obj.getHeader('content-type') + } else if (typeof obj.headers === 'object') { + // req-like + header = obj.headers && obj.headers['content-type'] + } + + if (typeof header !== 'string') { + throw new TypeError('content-type header is missing from object') + } + + return header +} + +/** + * Quote a string if necessary. + * + * @param {string} val + * @return {string} + * @private + */ + +function qstring (val) { + var str = String(val) + + // no need to quote tokens + if (TOKEN_REGEXP.test(str)) { + return str + } + + if (str.length > 0 && !TEXT_REGEXP.test(str)) { + throw new TypeError('invalid parameter value') + } + + return '"' + str.replace(QUOTE_REGEXP, '\\$1') + '"' +} + +/** + * Class to represent a content type. + * @private + */ +function ContentType (type) { + this.parameters = Object.create(null) + this.type = type +} diff --git a/srv/node_modules/content-type/package.json b/srv/node_modules/content-type/package.json new file mode 100644 index 000000000..9db19f63f --- /dev/null +++ b/srv/node_modules/content-type/package.json @@ -0,0 +1,42 @@ +{ + "name": "content-type", + "description": "Create and parse HTTP Content-Type header", + "version": "1.0.5", + "author": "Douglas Christopher Wilson ", + "license": "MIT", + "keywords": [ + "content-type", + "http", + "req", + "res", + "rfc7231" + ], + "repository": "jshttp/content-type", + "devDependencies": { + "deep-equal": "1.0.1", + "eslint": "8.32.0", + "eslint-config-standard": "15.0.1", + "eslint-plugin-import": "2.27.5", + "eslint-plugin-node": "11.1.0", + "eslint-plugin-promise": "6.1.1", + "eslint-plugin-standard": "4.1.0", + "mocha": "10.2.0", + "nyc": "15.1.0" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "README.md", + "index.js" + ], + "engines": { + "node": ">= 0.6" + }, + "scripts": { + "lint": "eslint .", + "test": "mocha --reporter spec --check-leaks --bail test/", + "test-ci": "nyc --reporter=lcovonly --reporter=text npm test", + "test-cov": "nyc --reporter=html --reporter=text npm test", + "version": "node scripts/version-history.js && git add HISTORY.md" + } +} diff --git a/srv/node_modules/cookie-signature/History.md b/srv/node_modules/cookie-signature/History.md new file mode 100644 index 000000000..479211a7b --- /dev/null +++ b/srv/node_modules/cookie-signature/History.md @@ -0,0 +1,70 @@ +1.2.2 / 2024-10-29 +================== + +* various metadata/documentation tweaks (incl. #51) + + +1.2.1 / 2023-02-27 +================== + +* update annotations for allowed secret key types (#44, thanks @jyasskin!) + + +1.2.0 / 2022-02-17 +================== + +* allow buffer and other node-supported types as key (#33) +* be pickier about extra content after signed portion (#40) +* some internal code clarity/cleanup improvements (#26) + + +1.1.0 / 2018-01-18 +================== + +* switch to built-in `crypto.timingSafeEqual` for validation instead of previous double-hash method (thank you @jodevsa!) + + +1.0.7 / 2023-04-12 +================== + +Later release for older node.js versions. See the [v1.0.x branch notes](https://github.com/tj/node-cookie-signature/blob/v1.0.x/History.md#107--2023-04-12). + + +1.0.6 / 2015-02-03 +================== + +* use `npm test` instead of `make test` to run tests +* clearer assertion messages when checking input + + +1.0.5 / 2014-09-05 +================== + +* add license to package.json + +1.0.4 / 2014-06-25 +================== + + * corrected avoidance of timing attacks (thanks @tenbits!) + +1.0.3 / 2014-01-28 +================== + + * [incorrect] fix for timing attacks + +1.0.2 / 2014-01-28 +================== + + * fix missing repository warning + * fix typo in test + +1.0.1 / 2013-04-15 +================== + + * Revert "Changed underlying HMAC algo. to sha512." + * Revert "Fix for timing attacks on MAC verification." + +0.0.1 / 2010-01-03 +================== + + * Initial release diff --git a/srv/node_modules/cookie-signature/LICENSE b/srv/node_modules/cookie-signature/LICENSE new file mode 100644 index 000000000..a2671bf75 --- /dev/null +++ b/srv/node_modules/cookie-signature/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2012–2024 LearnBoost and other contributors; + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/srv/node_modules/cookie-signature/Readme.md b/srv/node_modules/cookie-signature/Readme.md new file mode 100644 index 000000000..369af15f8 --- /dev/null +++ b/srv/node_modules/cookie-signature/Readme.md @@ -0,0 +1,23 @@ + +# cookie-signature + + Sign and unsign cookies. + +## Example + +```js +var cookie = require('cookie-signature'); + +var val = cookie.sign('hello', 'tobiiscool'); +val.should.equal('hello.DGDUkGlIkCzPz+C0B064FNgHdEjox7ch8tOBGslZ5QI'); + +var val = cookie.sign('hello', 'tobiiscool'); +cookie.unsign(val, 'tobiiscool').should.equal('hello'); +cookie.unsign(val, 'luna').should.be.false; +``` + +## License + +MIT. + +See LICENSE file for details. diff --git a/srv/node_modules/cookie-signature/index.js b/srv/node_modules/cookie-signature/index.js new file mode 100644 index 000000000..3fbbddb6c --- /dev/null +++ b/srv/node_modules/cookie-signature/index.js @@ -0,0 +1,47 @@ +/** + * Module dependencies. + */ + +var crypto = require('crypto'); + +/** + * Sign the given `val` with `secret`. + * + * @param {String} val + * @param {String|NodeJS.ArrayBufferView|crypto.KeyObject} secret + * @return {String} + * @api private + */ + +exports.sign = function(val, secret){ + if ('string' != typeof val) throw new TypeError("Cookie value must be provided as a string."); + if (null == secret) throw new TypeError("Secret key must be provided."); + return val + '.' + crypto + .createHmac('sha256', secret) + .update(val) + .digest('base64') + .replace(/\=+$/, ''); +}; + +/** + * Unsign and decode the given `input` with `secret`, + * returning `false` if the signature is invalid. + * + * @param {String} input + * @param {String|NodeJS.ArrayBufferView|crypto.KeyObject} secret + * @return {String|Boolean} + * @api private + */ + +exports.unsign = function(input, secret){ + if ('string' != typeof input) throw new TypeError("Signed cookie string must be provided."); + if (null == secret) throw new TypeError("Secret key must be provided."); + var tentativeValue = input.slice(0, input.lastIndexOf('.')), + expectedInput = exports.sign(tentativeValue, secret), + expectedBuffer = Buffer.from(expectedInput), + inputBuffer = Buffer.from(input); + return ( + expectedBuffer.length === inputBuffer.length && + crypto.timingSafeEqual(expectedBuffer, inputBuffer) + ) ? tentativeValue : false; +}; diff --git a/srv/node_modules/cookie-signature/package.json b/srv/node_modules/cookie-signature/package.json new file mode 100644 index 000000000..a16004005 --- /dev/null +++ b/srv/node_modules/cookie-signature/package.json @@ -0,0 +1,24 @@ +{ + "name": "cookie-signature", + "version": "1.2.2", + "main": "index.js", + "description": "Sign and unsign cookies", + "keywords": ["cookie", "sign", "unsign"], + "author": "TJ Holowaychuk ", + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/visionmedia/node-cookie-signature.git" + }, + "dependencies": {}, + "engines": { + "node": ">=6.6.0" + }, + "devDependencies": { + "mocha": "*", + "should": "*" + }, + "scripts": { + "test": "mocha --require should --reporter spec" + } +} diff --git a/srv/node_modules/cookie/LICENSE b/srv/node_modules/cookie/LICENSE new file mode 100644 index 000000000..058b6b4ef --- /dev/null +++ b/srv/node_modules/cookie/LICENSE @@ -0,0 +1,24 @@ +(The MIT License) + +Copyright (c) 2012-2014 Roman Shtylman +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. + diff --git a/srv/node_modules/cookie/README.md b/srv/node_modules/cookie/README.md new file mode 100644 index 000000000..71fdac111 --- /dev/null +++ b/srv/node_modules/cookie/README.md @@ -0,0 +1,317 @@ +# cookie + +[![NPM Version][npm-version-image]][npm-url] +[![NPM Downloads][npm-downloads-image]][npm-url] +[![Node.js Version][node-image]][node-url] +[![Build Status][ci-image]][ci-url] +[![Coverage Status][coveralls-image]][coveralls-url] + +Basic HTTP cookie parser and serializer for HTTP servers. + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install cookie +``` + +## API + +```js +var cookie = require('cookie'); +``` + +### cookie.parse(str, options) + +Parse an HTTP `Cookie` header string and returning an object of all cookie name-value pairs. +The `str` argument is the string representing a `Cookie` header value and `options` is an +optional object containing additional parsing options. + +```js +var cookies = cookie.parse('foo=bar; equation=E%3Dmc%5E2'); +// { foo: 'bar', equation: 'E=mc^2' } +``` + +#### Options + +`cookie.parse` accepts these properties in the options object. + +##### decode + +Specifies a function that will be used to decode a cookie's value. Since the value of a cookie +has a limited character set (and must be a simple string), this function can be used to decode +a previously-encoded cookie value into a JavaScript string or other object. + +The default function is the global `decodeURIComponent`, which will decode any URL-encoded +sequences into their byte representations. + +**note** if an error is thrown from this function, the original, non-decoded cookie value will +be returned as the cookie's value. + +### cookie.serialize(name, value, options) + +Serialize a cookie name-value pair into a `Set-Cookie` header string. The `name` argument is the +name for the cookie, the `value` argument is the value to set the cookie to, and the `options` +argument is an optional object containing additional serialization options. + +```js +var setCookie = cookie.serialize('foo', 'bar'); +// foo=bar +``` + +#### Options + +`cookie.serialize` accepts these properties in the options object. + +##### domain + +Specifies the value for the [`Domain` `Set-Cookie` attribute][rfc-6265-5.2.3]. By default, no +domain is set, and most clients will consider the cookie to apply to only the current domain. + +##### encode + +Specifies a function that will be used to encode a cookie's value. Since value of a cookie +has a limited character set (and must be a simple string), this function can be used to encode +a value into a string suited for a cookie's value. + +The default function is the global `encodeURIComponent`, which will encode a JavaScript string +into UTF-8 byte sequences and then URL-encode any that fall outside of the cookie range. + +##### expires + +Specifies the `Date` object to be the value for the [`Expires` `Set-Cookie` attribute][rfc-6265-5.2.1]. +By default, no expiration is set, and most clients will consider this a "non-persistent cookie" and +will delete it on a condition like exiting a web browser application. + +**note** the [cookie storage model specification][rfc-6265-5.3] states that if both `expires` and +`maxAge` are set, then `maxAge` takes precedence, but it is possible not all clients by obey this, +so if both are set, they should point to the same date and time. + +##### httpOnly + +Specifies the `boolean` value for the [`HttpOnly` `Set-Cookie` attribute][rfc-6265-5.2.6]. When truthy, +the `HttpOnly` attribute is set, otherwise it is not. By default, the `HttpOnly` attribute is not set. + +**note** be careful when setting this to `true`, as compliant clients will not allow client-side +JavaScript to see the cookie in `document.cookie`. + +##### maxAge + +Specifies the `number` (in seconds) to be the value for the [`Max-Age` `Set-Cookie` attribute][rfc-6265-5.2.2]. +The given number will be converted to an integer by rounding down. By default, no maximum age is set. + +**note** the [cookie storage model specification][rfc-6265-5.3] states that if both `expires` and +`maxAge` are set, then `maxAge` takes precedence, but it is possible not all clients by obey this, +so if both are set, they should point to the same date and time. + +##### partitioned + +Specifies the `boolean` value for the [`Partitioned` `Set-Cookie`](rfc-cutler-httpbis-partitioned-cookies) +attribute. When truthy, the `Partitioned` attribute is set, otherwise it is not. By default, the +`Partitioned` attribute is not set. + +**note** This is an attribute that has not yet been fully standardized, and may change in the future. +This also means many clients may ignore this attribute until they understand it. + +More information about can be found in [the proposal](https://github.com/privacycg/CHIPS). + +##### path + +Specifies the value for the [`Path` `Set-Cookie` attribute][rfc-6265-5.2.4]. By default, the path +is considered the ["default path"][rfc-6265-5.1.4]. + +##### priority + +Specifies the `string` to be the value for the [`Priority` `Set-Cookie` attribute][rfc-west-cookie-priority-00-4.1]. + + - `'low'` will set the `Priority` attribute to `Low`. + - `'medium'` will set the `Priority` attribute to `Medium`, the default priority when not set. + - `'high'` will set the `Priority` attribute to `High`. + +More information about the different priority levels can be found in +[the specification][rfc-west-cookie-priority-00-4.1]. + +**note** This is an attribute that has not yet been fully standardized, and may change in the future. +This also means many clients may ignore this attribute until they understand it. + +##### sameSite + +Specifies the `boolean` or `string` to be the value for the [`SameSite` `Set-Cookie` attribute][rfc-6265bis-09-5.4.7]. + + - `true` will set the `SameSite` attribute to `Strict` for strict same site enforcement. + - `false` will not set the `SameSite` attribute. + - `'lax'` will set the `SameSite` attribute to `Lax` for lax same site enforcement. + - `'none'` will set the `SameSite` attribute to `None` for an explicit cross-site cookie. + - `'strict'` will set the `SameSite` attribute to `Strict` for strict same site enforcement. + +More information about the different enforcement levels can be found in +[the specification][rfc-6265bis-09-5.4.7]. + +**note** This is an attribute that has not yet been fully standardized, and may change in the future. +This also means many clients may ignore this attribute until they understand it. + +##### secure + +Specifies the `boolean` value for the [`Secure` `Set-Cookie` attribute][rfc-6265-5.2.5]. When truthy, +the `Secure` attribute is set, otherwise it is not. By default, the `Secure` attribute is not set. + +**note** be careful when setting this to `true`, as compliant clients will not send the cookie back to +the server in the future if the browser does not have an HTTPS connection. + +## Example + +The following example uses this module in conjunction with the Node.js core HTTP server +to prompt a user for their name and display it back on future visits. + +```js +var cookie = require('cookie'); +var escapeHtml = require('escape-html'); +var http = require('http'); +var url = require('url'); + +function onRequest(req, res) { + // Parse the query string + var query = url.parse(req.url, true, true).query; + + if (query && query.name) { + // Set a new cookie with the name + res.setHeader('Set-Cookie', cookie.serialize('name', String(query.name), { + httpOnly: true, + maxAge: 60 * 60 * 24 * 7 // 1 week + })); + + // Redirect back after setting cookie + res.statusCode = 302; + res.setHeader('Location', req.headers.referer || '/'); + res.end(); + return; + } + + // Parse the cookies on the request + var cookies = cookie.parse(req.headers.cookie || ''); + + // Get the visitor name set in the cookie + var name = cookies.name; + + res.setHeader('Content-Type', 'text/html; charset=UTF-8'); + + if (name) { + res.write('

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

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

Hello, new visitor!

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

Iq8W+*_zZY;zo$L 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 literal 0 HcmV?d00001 diff --git a/srv/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node b/srv/node_modules/bcrypt/prebuilds/linux-arm/bcrypt.musl.node new file mode 100755 index 0000000000000000000000000000000000000000..be7ca5f1b1b1c00a12fb204f7a9fe177b2defcf1 GIT binary patch literal 67420 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