fca-shankar-bot 19.0.0 → 20.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cache/replit/env/latest +42 -49
- package/.cache/replit/env/latest.json +1 -1
- package/.cache/replit/toolchain.json +1 -0
- package/.cache/typescript/5.6/node_modules/.package-lock.json +741 -0
- package/.cache/typescript/5.6/node_modules/@types/are-we-there-yet/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/are-we-there-yet/index.d.ts +85 -0
- package/.cache/typescript/5.6/node_modules/@types/are-we-there-yet/package.json +27 -0
- package/.cache/typescript/5.6/node_modules/@types/aws4/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/aws4/index.d.ts +217 -0
- package/.cache/typescript/5.6/node_modules/@types/aws4/package.json +27 -0
- package/.cache/typescript/5.6/node_modules/@types/better-sqlite3/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/better-sqlite3/index.d.ts +159 -0
- package/.cache/typescript/5.6/node_modules/@types/better-sqlite3/package.json +63 -0
- package/.cache/typescript/5.6/node_modules/@types/bindings/README.md +68 -0
- package/.cache/typescript/5.6/node_modules/@types/bindings/index.d.ts +49 -0
- package/.cache/typescript/5.6/node_modules/@types/bindings/package.json +32 -0
- package/.cache/typescript/5.6/node_modules/@types/body-parser/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/body-parser/package.json +64 -0
- package/.cache/typescript/5.6/node_modules/@types/call-bind/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/call-bind/callBound.d.ts +20 -0
- package/.cache/typescript/5.6/node_modules/@types/call-bind/index.d.ts +56 -0
- package/.cache/typescript/5.6/node_modules/@types/call-bind/package.json +32 -0
- package/.cache/typescript/5.6/node_modules/@types/express/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/express/index.d.ts +122 -0
- package/.cache/typescript/5.6/node_modules/@types/express/package.json +45 -0
- package/.cache/typescript/5.6/node_modules/@types/express-serve-static-core/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/express-serve-static-core/index.d.ts +1244 -0
- package/.cache/typescript/5.6/node_modules/@types/express-serve-static-core/package.json +51 -0
- package/.cache/typescript/5.6/node_modules/@types/extend/README.md +38 -0
- package/.cache/typescript/5.6/node_modules/@types/extend/index.d.ts +19 -0
- package/.cache/typescript/5.6/node_modules/@types/extend/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/forever-agent/README.md +42 -0
- package/.cache/typescript/5.6/node_modules/@types/forever-agent/index.d.ts +23 -0
- package/.cache/typescript/5.6/node_modules/@types/forever-agent/package.json +27 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/index.d.ts +176 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/lib/plumbing/index.d.ts +56 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/lib/theme-set/index.d.ts +9 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/lib/themes/index.d.ts +176 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/package.json +27 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/plumbing.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/template.d.ts +62 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/theme-set.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/@types/gauge/themes.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/@types/get-intrinsic/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/get-intrinsic/index.d.ts +25 -0
- package/.cache/typescript/5.6/node_modules/@types/get-intrinsic/internal/intrinsics.d.ts +607 -0
- package/.cache/typescript/5.6/node_modules/@types/get-intrinsic/internal/lib.typed-array.d.ts +387 -0
- package/.cache/typescript/5.6/node_modules/@types/get-intrinsic/package.json +31 -0
- package/.cache/typescript/5.6/node_modules/@types/hex-color-regex/README.md +32 -0
- package/.cache/typescript/5.6/node_modules/@types/hex-color-regex/index.d.ts +13 -0
- package/.cache/typescript/5.6/node_modules/@types/hex-color-regex/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/http-errors/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/http-errors/package.json +36 -0
- package/.cache/typescript/5.6/node_modules/@types/http-signature/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/http-signature/index.d.ts +18 -0
- package/.cache/typescript/5.6/node_modules/@types/http-signature/lib/parser.d.ts +47 -0
- package/.cache/typescript/5.6/node_modules/@types/http-signature/lib/signer.d.ts +110 -0
- package/.cache/typescript/5.6/node_modules/@types/http-signature/lib/utils.d.ts +40 -0
- package/.cache/typescript/5.6/node_modules/@types/http-signature/lib/verify.d.ts +26 -0
- package/.cache/typescript/5.6/node_modules/@types/http-signature/package.json +28 -0
- package/.cache/typescript/5.6/node_modules/@types/inherits/README.md +23 -0
- package/.cache/typescript/5.6/node_modules/@types/inherits/index.d.ts +4 -0
- package/.cache/typescript/5.6/node_modules/@types/inherits/package.json +28 -0
- package/.cache/typescript/5.6/node_modules/@types/is-typedarray/README.md +41 -0
- package/.cache/typescript/5.6/node_modules/@types/is-typedarray/index.d.ts +22 -0
- package/.cache/typescript/5.6/node_modules/@types/is-typedarray/package.json +27 -0
- package/.cache/typescript/5.6/node_modules/@types/isstream/README.md +27 -0
- package/.cache/typescript/5.6/node_modules/@types/isstream/index.d.ts +8 -0
- package/.cache/typescript/5.6/node_modules/@types/isstream/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/json-stringify-safe/README.md +33 -0
- package/.cache/typescript/5.6/node_modules/@types/json-stringify-safe/index.d.ts +14 -0
- package/.cache/typescript/5.6/node_modules/@types/json-stringify-safe/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/lodash/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/lodash/common/array.d.ts +2137 -0
- package/.cache/typescript/5.6/node_modules/@types/lodash/common/common.d.ts +287 -0
- package/.cache/typescript/5.6/node_modules/@types/lodash/common/object.d.ts +2643 -0
- package/.cache/typescript/5.6/node_modules/@types/lodash/common/string.d.ts +788 -0
- package/.cache/typescript/5.6/node_modules/@types/lodash/fp.d.ts +4950 -0
- package/.cache/typescript/5.6/node_modules/@types/lodash/package.json +56 -0
- package/.cache/typescript/5.6/node_modules/@types/mime-types/README.md +34 -0
- package/.cache/typescript/5.6/node_modules/@types/mime-types/index.d.ts +15 -0
- package/.cache/typescript/5.6/node_modules/@types/mime-types/package.json +31 -0
- package/.cache/typescript/5.6/node_modules/@types/node/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/node/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/node/assert.d.ts +1056 -0
- package/.cache/typescript/5.6/node_modules/@types/node/async_hooks.d.ts +623 -0
- package/.cache/typescript/5.6/node_modules/@types/node/buffer.buffer.d.ts +463 -0
- package/.cache/typescript/5.6/node_modules/@types/node/buffer.d.ts +1927 -0
- package/.cache/typescript/5.6/node_modules/@types/node/child_process.d.ts +1549 -0
- package/.cache/typescript/5.6/node_modules/@types/node/cluster.d.ts +579 -0
- package/.cache/typescript/5.6/node_modules/@types/node/console.d.ts +452 -0
- package/.cache/typescript/5.6/node_modules/@types/node/constants.d.ts +21 -0
- package/.cache/typescript/5.6/node_modules/@types/node/crypto.d.ts +4516 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dgram.d.ts +599 -0
- package/.cache/typescript/5.6/node_modules/@types/node/diagnostics_channel.d.ts +578 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dns/promises.d.ts +502 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dns.d.ts +919 -0
- package/.cache/typescript/5.6/node_modules/@types/node/dom-events.d.ts +99 -0
- package/.cache/typescript/5.6/node_modules/@types/node/domain.d.ts +170 -0
- package/.cache/typescript/5.6/node_modules/@types/node/events.d.ts +930 -0
- package/.cache/typescript/5.6/node_modules/@types/node/fs/promises.d.ts +1280 -0
- package/.cache/typescript/5.6/node_modules/@types/node/fs.d.ts +4446 -0
- package/.cache/typescript/5.6/node_modules/@types/node/globals.d.ts +367 -0
- package/.cache/typescript/5.6/node_modules/@types/node/globals.typedarray.d.ts +22 -0
- package/.cache/typescript/5.6/node_modules/@types/node/http.d.ts +2061 -0
- package/.cache/typescript/5.6/node_modules/@types/node/http2.d.ts +2628 -0
- package/.cache/typescript/5.6/node_modules/@types/node/https.d.ts +545 -0
- package/.cache/typescript/5.6/node_modules/@types/node/index.d.ts +94 -0
- package/.cache/typescript/5.6/node_modules/@types/node/inspector.d.ts +3998 -0
- package/.cache/typescript/5.6/node_modules/@types/node/module.d.ts +869 -0
- package/.cache/typescript/5.6/node_modules/@types/node/net.d.ts +1032 -0
- package/.cache/typescript/5.6/node_modules/@types/node/os.d.ts +496 -0
- package/.cache/typescript/5.6/node_modules/@types/node/package.json +240 -0
- package/.cache/typescript/5.6/node_modules/@types/node/path.d.ts +200 -0
- package/.cache/typescript/5.6/node_modules/@types/node/perf_hooks.d.ts +970 -0
- package/.cache/typescript/5.6/node_modules/@types/node/process.d.ts +2073 -0
- package/.cache/typescript/5.6/node_modules/@types/node/punycode.d.ts +117 -0
- package/.cache/typescript/5.6/node_modules/@types/node/querystring.d.ts +152 -0
- package/.cache/typescript/5.6/node_modules/@types/node/readline/promises.d.ts +161 -0
- package/.cache/typescript/5.6/node_modules/@types/node/readline.d.ts +594 -0
- package/.cache/typescript/5.6/node_modules/@types/node/repl.d.ts +428 -0
- package/.cache/typescript/5.6/node_modules/@types/node/sea.d.ts +153 -0
- package/.cache/typescript/5.6/node_modules/@types/node/sqlite.d.ts +688 -0
- package/.cache/typescript/5.6/node_modules/@types/node/stream/consumers.d.ts +38 -0
- package/.cache/typescript/5.6/node_modules/@types/node/stream/web.d.ts +618 -0
- package/.cache/typescript/5.6/node_modules/@types/node/stream.d.ts +1657 -0
- package/.cache/typescript/5.6/node_modules/@types/node/string_decoder.d.ts +67 -0
- package/.cache/typescript/5.6/node_modules/@types/node/test.d.ts +2215 -0
- package/.cache/typescript/5.6/node_modules/@types/node/timers/promises.d.ts +108 -0
- package/.cache/typescript/5.6/node_modules/@types/node/timers.d.ts +287 -0
- package/.cache/typescript/5.6/node_modules/@types/node/tls.d.ts +1213 -0
- package/.cache/typescript/5.6/node_modules/@types/node/trace_events.d.ts +197 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.1/compatibility/disposable.d.ts +12 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.1/index.d.ts +98 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +460 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.6/compatibility/float16array.d.ts +71 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +20 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.6/index.d.ts +96 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.7/compatibility/float16array.d.ts +72 -0
- package/.cache/typescript/5.6/node_modules/@types/node/ts5.7/index.d.ts +96 -0
- package/.cache/typescript/5.6/node_modules/@types/node/tty.d.ts +208 -0
- package/.cache/typescript/5.6/node_modules/@types/node/url.d.ts +1014 -0
- package/.cache/typescript/5.6/node_modules/@types/node/util.d.ts +2305 -0
- package/.cache/typescript/5.6/node_modules/@types/node/v8.d.ts +919 -0
- package/.cache/typescript/5.6/node_modules/@types/node/vm.d.ts +1036 -0
- package/.cache/typescript/5.6/node_modules/@types/node/wasi.d.ts +181 -0
- package/.cache/typescript/5.6/node_modules/@types/node/worker_threads.d.ts +775 -0
- package/.cache/typescript/5.6/node_modules/@types/node/zlib.d.ts +668 -0
- package/.cache/typescript/5.6/node_modules/@types/npmlog/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/auto.d.ts +9 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/implementation.d.ts +6 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/index.d.ts +16 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/polyfill.d.ts +4 -0
- package/.cache/typescript/5.6/node_modules/@types/object-is/shim.d.ts +4 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/auto.d.ts +36 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/implementation.d.ts +9 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/index.d.ts +12 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/polyfill.d.ts +4 -0
- package/.cache/typescript/5.6/node_modules/@types/object.assign/shim.d.ts +4 -0
- package/.cache/typescript/5.6/node_modules/@types/qs/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/qs/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/qs/index.d.ts +82 -0
- package/.cache/typescript/5.6/node_modules/@types/qs/package.json +66 -0
- package/.cache/typescript/5.6/node_modules/@types/range-parser/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/readable-stream/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/readable-stream/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/readable-stream/index.d.ts +687 -0
- package/.cache/typescript/5.6/node_modules/@types/readable-stream/package.json +38 -0
- package/.cache/typescript/5.6/node_modules/@types/request/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/send/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/send/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/send/package.json +39 -0
- package/.cache/typescript/5.6/node_modules/@types/serve-static/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/serve-static/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/serve-static/package.json +45 -0
- package/.cache/typescript/5.6/node_modules/@types/set-blocking/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/set-blocking/README.md +22 -0
- package/.cache/typescript/5.6/node_modules/@types/set-blocking/index.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/@types/set-blocking/package.json +25 -0
- package/.cache/typescript/5.6/node_modules/@types/speakeasy/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/totp-generator/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/tough-cookie/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/uuid/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/ws/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/@types/ws/README.md +15 -0
- package/.cache/typescript/5.6/node_modules/@types/ws/index.d.mts +451 -0
- package/.cache/typescript/5.6/node_modules/@types/ws/index.d.ts +445 -0
- package/.cache/typescript/5.6/node_modules/@types/ws/package.json +72 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/.eslintrc +17 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/.nycrc +9 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/CHANGELOG.md +30 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/README.md +62 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/actualApply.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/actualApply.js +10 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/applyBind.d.ts +19 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/applyBind.js +10 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/functionApply.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/functionApply.js +4 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/functionCall.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/functionCall.js +4 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/index.d.ts +64 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/index.js +15 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/package.json +85 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/reflectApply.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/reflectApply.js +4 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/test/index.js +63 -0
- package/.cache/typescript/5.6/node_modules/call-bind-apply-helpers/tsconfig.json +9 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/.eslintrc +5 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/.nycrc +13 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/CHANGELOG.md +24 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/README.md +54 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/get.d.ts +5 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/get.js +30 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/package.json +76 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/set.d.ts +5 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/set.js +35 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/test/get.js +34 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/test/index.js +4 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/test/set.js +50 -0
- package/.cache/typescript/5.6/node_modules/dunder-proto/tsconfig.json +9 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/.eslintrc +13 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/.nycrc +9 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/CHANGELOG.md +29 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/README.md +49 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/index.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/index.js +14 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/package.json +81 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/test/index.js +56 -0
- package/.cache/typescript/5.6/node_modules/es-define-property/tsconfig.json +10 -0
- package/.cache/typescript/5.6/node_modules/es-errors/.eslintrc +5 -0
- package/.cache/typescript/5.6/node_modules/es-errors/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/es-errors/CHANGELOG.md +40 -0
- package/.cache/typescript/5.6/node_modules/es-errors/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/es-errors/README.md +55 -0
- package/.cache/typescript/5.6/node_modules/es-errors/eval.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-errors/eval.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-errors/index.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-errors/index.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-errors/package.json +80 -0
- package/.cache/typescript/5.6/node_modules/es-errors/range.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-errors/range.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-errors/ref.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-errors/ref.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-errors/syntax.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-errors/syntax.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-errors/test/index.js +19 -0
- package/.cache/typescript/5.6/node_modules/es-errors/tsconfig.json +49 -0
- package/.cache/typescript/5.6/node_modules/es-errors/type.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-errors/type.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-errors/uri.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-errors/uri.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/.eslintrc +16 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/CHANGELOG.md +37 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/README.md +63 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/RequireObjectCoercible.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/RequireObjectCoercible.js +11 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/ToObject.d.ts +7 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/ToObject.js +10 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/index.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/index.js +4 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/isObject.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/isObject.js +6 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/package.json +80 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/test/index.js +38 -0
- package/.cache/typescript/5.6/node_modules/es-object-atoms/tsconfig.json +6 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/.eslintrc +13 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/.nycrc +9 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/CHANGELOG.md +67 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/README.md +53 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/index.d.ts +10 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/index.js +35 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/package.json +78 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/test/index.js +85 -0
- package/.cache/typescript/5.6/node_modules/es-set-tostringtag/tsconfig.json +9 -0
- package/.cache/typescript/5.6/node_modules/form-data/lib/form_data.js +486 -0
- package/.cache/typescript/5.6/node_modules/form-data/package.json +75 -0
- package/.cache/typescript/5.6/node_modules/function-bind/.eslintrc +21 -0
- package/.cache/typescript/5.6/node_modules/function-bind/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/function-bind/.github/SECURITY.md +3 -0
- package/.cache/typescript/5.6/node_modules/function-bind/.nycrc +13 -0
- package/.cache/typescript/5.6/node_modules/function-bind/CHANGELOG.md +136 -0
- package/.cache/typescript/5.6/node_modules/function-bind/LICENSE +20 -0
- package/.cache/typescript/5.6/node_modules/function-bind/README.md +46 -0
- package/.cache/typescript/5.6/node_modules/function-bind/implementation.js +84 -0
- package/.cache/typescript/5.6/node_modules/function-bind/index.js +5 -0
- package/.cache/typescript/5.6/node_modules/function-bind/package.json +87 -0
- package/.cache/typescript/5.6/node_modules/function-bind/test/.eslintrc +9 -0
- package/.cache/typescript/5.6/node_modules/function-bind/test/index.js +252 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/.eslintrc +42 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/.nycrc +9 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/CHANGELOG.md +186 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/README.md +71 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/index.js +378 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/package.json +97 -0
- package/.cache/typescript/5.6/node_modules/get-intrinsic/test/GetIntrinsic.js +274 -0
- package/.cache/typescript/5.6/node_modules/get-proto/.eslintrc +10 -0
- package/.cache/typescript/5.6/node_modules/get-proto/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/get-proto/.nycrc +9 -0
- package/.cache/typescript/5.6/node_modules/get-proto/CHANGELOG.md +21 -0
- package/.cache/typescript/5.6/node_modules/get-proto/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/get-proto/Object.getPrototypeOf.d.ts +5 -0
- package/.cache/typescript/5.6/node_modules/get-proto/Object.getPrototypeOf.js +6 -0
- package/.cache/typescript/5.6/node_modules/get-proto/README.md +50 -0
- package/.cache/typescript/5.6/node_modules/get-proto/Reflect.getPrototypeOf.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/get-proto/Reflect.getPrototypeOf.js +4 -0
- package/.cache/typescript/5.6/node_modules/get-proto/index.d.ts +5 -0
- package/.cache/typescript/5.6/node_modules/get-proto/index.js +27 -0
- package/.cache/typescript/5.6/node_modules/get-proto/package.json +81 -0
- package/.cache/typescript/5.6/node_modules/get-proto/test/index.js +68 -0
- package/.cache/typescript/5.6/node_modules/get-proto/tsconfig.json +9 -0
- package/.cache/typescript/5.6/node_modules/gopd/.eslintrc +16 -0
- package/.cache/typescript/5.6/node_modules/gopd/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/gopd/CHANGELOG.md +45 -0
- package/.cache/typescript/5.6/node_modules/gopd/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/gopd/README.md +40 -0
- package/.cache/typescript/5.6/node_modules/gopd/gOPD.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/gopd/gOPD.js +4 -0
- package/.cache/typescript/5.6/node_modules/gopd/index.d.ts +5 -0
- package/.cache/typescript/5.6/node_modules/gopd/index.js +15 -0
- package/.cache/typescript/5.6/node_modules/gopd/package.json +77 -0
- package/.cache/typescript/5.6/node_modules/gopd/test/index.js +36 -0
- package/.cache/typescript/5.6/node_modules/gopd/tsconfig.json +9 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/.eslintrc +11 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/.nycrc +9 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/CHANGELOG.md +91 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/README.md +46 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/index.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/index.js +14 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/package.json +111 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/shams.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/shams.js +45 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/test/index.js +22 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/test/shams/core-js.js +29 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/test/shams/get-own-property-symbols.js +29 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/test/tests.js +58 -0
- package/.cache/typescript/5.6/node_modules/has-symbols/tsconfig.json +10 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/.eslintrc +5 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/.nycrc +13 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/CHANGELOG.md +42 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/README.md +46 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/index.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/index.js +8 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/package.json +108 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/shams.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/shams.js +8 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/test/index.js +21 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/test/shams/core-js.js +31 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/test/shams/get-own-property-symbols.js +30 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/test/tests.js +15 -0
- package/.cache/typescript/5.6/node_modules/has-tostringtag/tsconfig.json +49 -0
- package/.cache/typescript/5.6/node_modules/hasown/.eslintrc +5 -0
- package/.cache/typescript/5.6/node_modules/hasown/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/hasown/.nycrc +13 -0
- package/.cache/typescript/5.6/node_modules/hasown/CHANGELOG.md +40 -0
- package/.cache/typescript/5.6/node_modules/hasown/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/hasown/README.md +40 -0
- package/.cache/typescript/5.6/node_modules/hasown/index.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/hasown/index.js +8 -0
- package/.cache/typescript/5.6/node_modules/hasown/package.json +92 -0
- package/.cache/typescript/5.6/node_modules/hasown/tsconfig.json +6 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/.eslintrc +16 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/.github/FUNDING.yml +12 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/CHANGELOG.md +24 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/LICENSE +21 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/README.md +50 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/abs.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/abs.js +4 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/constants/maxArrayLength.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/constants/maxArrayLength.js +4 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/constants/maxSafeInteger.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/constants/maxSafeInteger.js +5 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/constants/maxValue.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/constants/maxValue.js +5 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/floor.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/floor.js +4 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isFinite.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isFinite.js +12 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isInteger.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isInteger.js +16 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isNaN.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isNaN.js +6 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isNegativeZero.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/isNegativeZero.js +6 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/max.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/max.js +4 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/min.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/min.js +4 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/mod.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/mod.js +9 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/package.json +86 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/pow.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/pow.js +4 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/round.d.ts +1 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/round.js +4 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/sign.d.ts +3 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/sign.js +11 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/test/index.js +192 -0
- package/.cache/typescript/5.6/node_modules/math-intrinsics/tsconfig.json +3 -0
- package/.cache/typescript/5.6/node_modules/types-registry/index.json +1 -0
- package/.cache/typescript/5.6/node_modules/types-registry/package.json +20 -0
- package/.cache/typescript/5.6/node_modules/undici-types/agent.d.ts +31 -0
- package/.cache/typescript/5.6/node_modules/undici-types/api.d.ts +43 -0
- package/.cache/typescript/5.6/node_modules/undici-types/balanced-pool.d.ts +29 -0
- package/.cache/typescript/5.6/node_modules/undici-types/cache-interceptor.d.ts +172 -0
- package/.cache/typescript/5.6/node_modules/undici-types/client.d.ts +107 -0
- package/.cache/typescript/5.6/node_modules/undici-types/cookies.d.ts +30 -0
- package/.cache/typescript/5.6/node_modules/undici-types/diagnostics-channel.d.ts +66 -0
- package/.cache/typescript/5.6/node_modules/undici-types/dispatcher.d.ts +281 -0
- package/.cache/typescript/5.6/node_modules/undici-types/env-http-proxy-agent.d.ts +21 -0
- package/.cache/typescript/5.6/node_modules/undici-types/errors.d.ts +171 -0
- package/.cache/typescript/5.6/node_modules/undici-types/fetch.d.ts +210 -0
- package/.cache/typescript/5.6/node_modules/undici-types/formdata.d.ts +108 -0
- package/.cache/typescript/5.6/node_modules/undici-types/global-dispatcher.d.ts +9 -0
- package/.cache/typescript/5.6/node_modules/undici-types/global-origin.d.ts +7 -0
- package/.cache/typescript/5.6/node_modules/undici-types/h2c-client.d.ts +75 -0
- package/.cache/typescript/5.6/node_modules/undici-types/handlers.d.ts +15 -0
- package/.cache/typescript/5.6/node_modules/undici-types/header.d.ts +160 -0
- package/.cache/typescript/5.6/node_modules/undici-types/index.d.ts +75 -0
- package/.cache/typescript/5.6/node_modules/undici-types/interceptors.d.ts +34 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-agent.d.ts +65 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-call-history.d.ts +111 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-client.d.ts +25 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-errors.d.ts +12 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-interceptor.d.ts +93 -0
- package/.cache/typescript/5.6/node_modules/undici-types/mock-pool.d.ts +25 -0
- package/.cache/typescript/5.6/node_modules/undici-types/package.json +55 -0
- package/.cache/typescript/5.6/node_modules/undici-types/patch.d.ts +29 -0
- package/.cache/typescript/5.6/node_modules/undici-types/pool-stats.d.ts +19 -0
- package/.cache/typescript/5.6/node_modules/undici-types/pool.d.ts +39 -0
- package/.cache/typescript/5.6/node_modules/undici-types/proxy-agent.d.ts +28 -0
- package/.cache/typescript/5.6/node_modules/undici-types/readable.d.ts +68 -0
- package/.cache/typescript/5.6/node_modules/undici-types/retry-agent.d.ts +8 -0
- package/.cache/typescript/5.6/node_modules/undici-types/retry-handler.d.ts +116 -0
- package/.cache/typescript/5.6/node_modules/undici-types/util.d.ts +18 -0
- package/.cache/typescript/5.6/node_modules/undici-types/utility.d.ts +7 -0
- package/.cache/typescript/5.6/node_modules/undici-types/webidl.d.ts +266 -0
- package/.cache/typescript/5.6/node_modules/undici-types/websocket.d.ts +184 -0
- package/.cache/typescript/5.6/package-lock.json +789 -0
- package/.cache/typescript/5.6/package.json +1 -0
- package/.config/configstore/update-notifier-npm-check-updates.json +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/LICENSE +235 -0
- package/.config/npm/node_global/lib/node_modules/npm/README.md +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/node-gyp-bin/node-gyp +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/node-gyp-bin/node-gyp.cmd +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm-cli.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm-prefix.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm.cmd +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npm.ps1 +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npx +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npx-cli.js +130 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npx.cmd +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/bin/npx.ps1 +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-access.md +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-adduser.md +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-audit.md +478 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-bugs.md +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-cache.md +92 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ci.md +318 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-completion.md +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-config.md +182 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-dedupe.md +320 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-deprecate.md +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-diff.md +319 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-dist-tag.md +154 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-docs.md +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-doctor.md +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-edit.md +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-exec.md +366 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-explain.md +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-explore.md +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-find-dupes.md +246 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-fund.md +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-help-search.md +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-help.md +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-init.md +373 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install-ci-test.md +265 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install-test.md +372 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-install.md +806 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-link.md +396 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-login.md +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-logout.md +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ls.md +266 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-org.md +114 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-outdated.md +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-owner.md +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-pack.md +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-ping.md +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-pkg.md +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-prefix.md +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-profile.md +120 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-prune.md +197 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-publish.md +241 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-query.md +273 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-rebuild.md +169 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-repo.md +102 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-restart.md +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-root.md +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-run.md +254 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-sbom.md +319 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-search.md +160 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-shrinkwrap.md +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-star.md +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-stars.md +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-start.md +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-stop.md +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-team.md +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-test.md +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-token.md +112 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-undeprecate.md +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-uninstall.md +159 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-unpublish.md +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-unstar.md +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-update.md +446 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-version.md +235 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-view.md +200 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm-whoami.md +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npm.md +175 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/commands/npx.md +168 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/folders.md +210 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/install.md +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/npm-shrinkwrap-json.md +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/npmrc.md +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/package-json.md +1250 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/configuring-npm/package-lock-json.md +237 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/config.md +2052 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/dependency-selectors.md +223 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/developers.md +247 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/logging.md +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/orgs.md +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/package-spec.md +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/registry.md +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/removal.md +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/scope.md +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/scripts.md +373 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/content/using-npm/workspaces.md +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/lib/index.js +189 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-access.html +270 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-adduser.html +227 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-audit.html +517 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-bugs.html +251 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-cache.html +246 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ci.html +406 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-completion.html +194 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-config.html +291 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-dedupe.html +403 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-deprecate.html +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-diff.html +407 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-dist-tag.html +289 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-docs.html +250 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-doctor.html +262 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-edit.html +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-exec.html +443 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-explain.html +250 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-explore.html +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-find-dupes.html +349 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-fund.html +275 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-help-search.html +192 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-help.html +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-init.html +446 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install-ci-test.html +364 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install-test.html +441 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-install.html +803 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-link.html +458 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-login.html +231 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-logout.html +217 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ls.html +365 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-org.html +239 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-outdated.html +314 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-owner.html +251 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-pack.html +274 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-ping.html +197 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-pkg.html +372 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-prefix.html +208 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-profile.html +269 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-prune.html +313 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-publish.html +361 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-query.html +394 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-rebuild.html +297 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-repo.html +244 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-restart.html +219 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-root.html +203 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-run.html +354 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-sbom.html +447 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-search.html +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-shrinkwrap.html +190 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-star.html +217 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-stars.html +193 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-start.html +222 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-stop.html +217 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-team.html +280 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-test.html +215 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-token.html +256 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-undeprecate.html +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-uninstall.html +286 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-unpublish.html +275 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-unstar.html +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-update.html +494 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-version.html +349 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-view.html +305 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm-whoami.html +193 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npm.html +304 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/commands/npx.html +293 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/folders.html +324 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/install.html +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npm-global.html +324 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npm-json.html +1121 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npm-shrinkwrap-json.html +192 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/npmrc.html +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/package-json.html +1121 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/configuring-npm/package-lock-json.html +399 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/config.html +1644 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/dependency-selectors.html +356 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/developers.html +361 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/logging.html +236 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/orgs.html +244 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/package-spec.html +263 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/registry.html +232 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/removal.html +205 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/scope.html +265 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/scripts.html +493 -0
- package/.config/npm/node_global/lib/node_modules/npm/docs/output/using-npm/workspaces.html +321 -0
- package/.config/npm/node_global/lib/node_modules/npm/index.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/arborist-cmd.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/base-cmd.js +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/cli/entry.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/cli/exit-handler.js +174 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/cli/update-notifier.js +121 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/cli/validate-engines.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/cli.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/access.js +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/adduser.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/audit.js +121 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/bugs.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/cache.js +370 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ci.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/completion.js +283 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/config.js +401 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/dedupe.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/deprecate.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/diff.js +291 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/dist-tag.js +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/docs.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/doctor.js +346 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/edit.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/exec.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/explain.js +130 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/explore.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/find-dupes.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/fund.js +221 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/get.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/help-search.js +195 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/help.js +117 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/init.js +247 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install-ci-test.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install-test.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/install.js +175 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/link.js +189 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ll.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/login.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/logout.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ls.js +579 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/org.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/outdated.js +288 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/owner.js +233 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/pack.js +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/ping.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/pkg.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/prefix.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/profile.js +383 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/prune.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/publish.js +280 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/query.js +126 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/rebuild.js +84 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/repo.js +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/restart.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/root.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/run.js +222 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/sbom.js +132 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/search.js +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/set.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/shrinkwrap.js +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/star.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/stars.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/start.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/stop.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/team.js +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/test.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/token.js +195 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/undeprecate.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/uninstall.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/unpublish.js +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/unstar.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/update.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/version.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/view.js +488 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/commands/whoami.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/lifecycle-cmd.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/npm.js +476 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/package-url-cmd.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/audit-error.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/auth.js +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/cmd-list.js +178 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion.fish +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/completion.sh +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/did-you-mean.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/display.js +539 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/error-message.js +447 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/explain-dep.js +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/explain-eresolve.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/format-bytes.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/format-search-stream.js +173 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/format.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/get-identity.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/get-workspaces.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/installed-deep.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/installed-shallow.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/is-windows.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/log-file.js +261 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/npm-usage.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/open-url.js +98 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/output-error.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/ping.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/queryable.js +310 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/read-user-info.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/reify-finish.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/reify-output.js +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/sbom-cyclonedx.js +196 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/sbom-spdx.js +192 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/tar.js +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/timers.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/update-workspaces.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/validate-lockfile.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/lib/utils/verify-signatures.js +377 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-access.1 +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-adduser.1 +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-audit.1 +448 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-bugs.1 +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-cache.1 +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ci.1 +289 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-completion.1 +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-config.1 +187 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-dedupe.1 +290 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-deprecate.1 +85 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-diff.1 +310 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-dist-tag.1 +144 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-docs.1 +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-doctor.1 +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-edit.1 +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-exec.1 +350 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-explain.1 +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-explore.1 +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-find-dupes.1 +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-fund.1 +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-help-search.1 +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-help.1 +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-init.1 +394 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install-ci-test.1 +239 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install-test.1 +346 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-install.1 +762 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-link.1 +355 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-login.1 +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-logout.1 +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ls.1 +271 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-org.1 +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-outdated.1 +184 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-owner.1 +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-pack.1 +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-ping.1 +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-pkg.1 +286 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-prefix.1 +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-profile.1 +126 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-prune.1 +184 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-publish.1 +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-query.1 +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-rebuild.1 +178 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-repo.1 +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-restart.1 +85 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-root.1 +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-run.1 +234 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-sbom.1 +314 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-search.1 +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-shrinkwrap.1 +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-star.1 +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-stars.1 +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-start.1 +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-stop.1 +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-team.1 +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-test.1 +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-token.1 +112 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-undeprecate.1 +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-uninstall.1 +159 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-unpublish.1 +137 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-unstar.1 +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-update.1 +406 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-version.1 +229 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-view.1 +213 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm-whoami.1 +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npm.1 +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man1/npx.1 +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/folders.5 +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/install.5 +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-global.5 +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-json.5 +1160 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npm-shrinkwrap-json.5 +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/npmrc.5 +132 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/package-json.5 +1160 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man5/package-lock-json.5 +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/config.7 +2081 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/dependency-selectors.7 +331 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/developers.7 +234 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/logging.7 +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/orgs.7 +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/package-spec.7 +126 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/registry.7 +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/removal.7 +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/scope.7 +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/scripts.7 +423 -0
- package/.config/npm/node_global/lib/node_modules/npm/man/man7/workspaces.7 +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/LICENSE.txt +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/build/index.cjs +317 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/build/index.d.cts +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/build/lib/index.js +302 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/index.mjs +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/index.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/ansi-regex/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/RGI_Emoji.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/es2015/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/emoji-regex/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/index.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/string-width/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/index.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/node_modules/strip-ansi/package.json +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/cliui/package.json +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/fs-minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/commonjs/index.js +430 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/esm/index.js +420 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/fs-minipass/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/fs-minipass/package.json +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/index.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@isaacs/string-locale-compare/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/agent/lib/agents.js +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/agent/lib/dns.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/agent/lib/errors.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/agent/lib/index.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/agent/lib/options.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/agent/lib/proxy.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/agent/package.json +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/README.md +315 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/actual.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/audit.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/funding.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/ideal.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/index.js +112 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/logging.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/options.js +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/print-tree.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/lib/timers.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/license.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/prune.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/reify.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/shrinkwrap.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/bin/virtual.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/add-rm-pkg-deps.js +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/build-ideal-tree.js +1561 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/index.js +280 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/isolated-reifier.js +453 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-actual.js +438 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/load-virtual.js +316 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/rebuild.js +402 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/arborist/reify.js +1603 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/audit-report.js +345 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/calc-dep-flags.js +126 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/can-place-dep.js +436 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/case-insensitive-map.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/consistent-resolve.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/debug.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/deepest-nesting-target.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/dep-valid.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/diff.js +306 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/edge.js +358 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/from-path.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/gather-dep-set.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/inventory.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/link.js +126 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/node.js +1592 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/optional-set.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-resolves.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/override-set.js +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/packument-cache.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/peer-entry-sets.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/place-dep.js +569 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/printable.js +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/query-selector-all.js +945 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/realpath.js +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/relpath.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/reset-dep-flags.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/retire-path.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/shrinkwrap.js +1196 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signal-handling.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/signals.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/spec-from-lock.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tracker.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/tree-check.js +155 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/version-from-tgz.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/vuln.js +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/lib/yarn-lock.js +377 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/arborist/package.json +99 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/README.md +257 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/definitions/definition.js +253 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/definitions/definitions.js +2314 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/definitions/index.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/env-replace.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/errors.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/index.js +977 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/nerf-dart.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/parse-field.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/set-envs.js +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-defs.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/type-description.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/lib/umask.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/config/package.json +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/get-options.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/common/node.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/errors.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/cp/polyfill.js +428 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/index.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/move-file.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/readdir-scoped.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/lib/with-temp-dir.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/fs/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/clone.js +172 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/errors.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/find.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/index.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/is-clean.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/is.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/lines-to-revs.js +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/make-error.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/opts.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/revs.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/spawn.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/utils.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/lib/which.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/git/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/README.md +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/bin/index.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/lib/index.js +181 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/installed-package-contents/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/lib/index.js +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/map-workspaces/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/advisory.js +435 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/get-dep-spec.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/hash.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/lib/index.js +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/metavuln-calculator/package.json +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/lib/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/name-from-folder/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/node-gyp/LICENSE +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/node-gyp/lib/index.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/node-gyp/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/index.js +286 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize-data.js +257 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/normalize.js +601 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/read-package.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/sort.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-dependencies.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-scripts.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/lib/update-workspaces.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/package-json/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/escape.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/lib/index.js +218 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/promise-spawn/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/lib/index.js +255 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/query/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/lib/deep-map.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/lib/error.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/lib/index.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/lib/matchers.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/lib/server.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/lib/utils.js +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/redact/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/is-server-package.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/make-spawn-args.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/node-gyp-bin/node-gyp.cmd +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/package-envs.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script-pkg.js +114 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/run-script.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/set-path.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/signal-manager.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/lib/validate-options.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@npmcli/run-script/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/LICENSE +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/is-default-value.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/limit-long-syntax.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/negate.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/no-repeated-options.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/ordered-options.mjs +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/examples/simple-hard-coded.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/index.js +396 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/errors.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/primordials.js +393 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/util.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/internal/validators.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/package.json +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@pkgjs/parseargs/utils.js +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/build.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/bundle.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/error.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/index.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/serialized.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/utility.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/dist/validate.js +199 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/bundle/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/error.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/index.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/length.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/obj.js +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/parse.js +124 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/asn1/tag.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/crypto.js +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/dsse.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/encoding.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/index.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/json.js +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/oid.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/pem.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/error.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/index.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/timestamp.js +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/rfc3161/tstinfo.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/stream.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/cert.js +230 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/ext.js +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/index.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/dist/x509/sct.js +141 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/core/package.json +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/envelope.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/events.js +174 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/api/field_behavior.js +141 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/any.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/descriptor.js +2042 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/google/protobuf/timestamp.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/dsse.js +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/entry.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/hashedrekord.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/rekor/v2/verifier.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_bundle.js +103 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_common.js +596 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_rekor.js +137 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_trustroot.js +284 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/sigstore_verification.js +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/dist/index.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/protobuf-specs/package.json +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/base.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/bundle.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/dsse.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/bundler/message.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/error.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/error.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fetch.js +98 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/fulcio.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/rekor.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/external/tsa.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/ci.js +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/index.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/identity/provider.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/index.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/fulcio/index.js +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/index.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/signer/signer.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/types/fetch.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/index.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/oidc.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/util/ua.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/index.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/client.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/entry.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tlog/index.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/client.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/tsa/index.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/dist/witness/witness.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/sign/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/appdata.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/client.js +111 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/error.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/index.js +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/dist/target.js +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/package.json +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/tuf/seeds.json +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/dsse.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/index.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/bundle/message.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/error.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/index.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/certificate.js +211 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/index.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/key/sct.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/policy.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/shared.types.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/checkpoint.js +157 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/index.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/merkle.js +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/set.js +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/timestamp/tsa.js +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/dsse.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/hashedrekord.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/index.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/tlog/intoto.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/filter.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/index.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/trust/trust.types.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/dist/verifier.js +141 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@sigstore/verify/package.json +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/canonical-json/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/canonical-json/lib/index.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/canonical-json/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/base.js +92 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/delegations.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/error.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/file.js +183 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/index.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/key.js +85 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/metadata.js +160 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/role.js +299 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/root.js +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/signature.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/snapshot.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/targets.js +92 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/timestamp.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/guard.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/index.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/key.js +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/oid.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/types.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/dist/utils/verify.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/@tufjs/models/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/LICENSE +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/lib/index.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/abbrev/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/helpers.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/dist/index.js +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/agent-base/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/index.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-regex/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/index.js +223 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ansi-styles/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/LICENSE +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/index.js +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/aproba/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/examples/beep.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/examples/multi_line.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/index.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/package.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/beep.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/multi_line.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/archy/test/non_unicode.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/LICENSE.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/index.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/balanced-match/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/bin-target.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/check-bin.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/check-bins.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/fix-bin.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-node-modules.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-paths.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/get-prefix.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/index.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/is-windows.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-bin.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-bins.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-gently.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/link-mans.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/man-target.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/lib/shim-bin.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/bin-links/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/binary-extensions.json +264 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/index.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/license +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/binary-extensions/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/index.js +203 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/brace-expansion/package.json +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/path.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/read.js +165 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/rm.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/content/write.js +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/entry-index.js +336 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/get.js +170 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/index.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/memoization.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/put.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/rm.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/glob.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/hash-to-segments.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/util/tmp.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/lib/verify.js +258 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/chownr/LICENSE.md +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/commonjs/index.js +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/index.js +85 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/chownr/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/chownr/package.json +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/LICENSE +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/constants.js +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/index.js +392 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/constants.js +117 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/index.js +340 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/minizlib/package.json +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/package.json +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/bin.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/bin.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/bin.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/find-made.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/find-made.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/index.d.ts +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/index.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/opts-arg.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/opts-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/path-arg.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/path-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/use-native.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/cjs/src/use-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/find-made.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/find-made.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/find-made.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/index.d.ts +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/index.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/index.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-manual.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-native.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/mkdirp-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/opts-arg.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/opts-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/path-arg.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/path-arg.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/path-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/use-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/use-native.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/dist/mjs/use-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/package.json +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/mkdirp/readme.markdown +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/create.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/cwd-error.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/extract.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/get-write-flag.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/header.js +306 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/index.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/large-numbers.js +99 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/list.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/make-command.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/mkdir.js +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/mode-fix.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/normalize-unicode.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/normalize-windows-path.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/options.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/pack.js +477 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/parse.js +599 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/pax.js +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/read-entry.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/replace.js +231 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/strip-absolute-path.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/symlink-error.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/types.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/unpack.js +919 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/update.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/warn-method.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/winchars.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/commonjs/write-entry.js +689 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/create.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/cwd-error.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/extract.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/get-write-flag.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/header.js +279 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/index.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/large-numbers.js +94 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/list.js +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/make-command.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/mkdir.js +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/mode-fix.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/normalize-unicode.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/normalize-windows-path.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/options.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/pack.js +445 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/parse.js +595 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/path-reservations.js +166 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/pax.js +154 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/read-entry.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/replace.js +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/strip-absolute-path.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/strip-trailing-slashes.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/symlink-error.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/types.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/unpack.js +888 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/update.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/warn-method.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/winchars.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/dist/esm/write-entry.js +657 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/tar/package.json +325 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/yallist/LICENSE.md +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/yallist/dist/commonjs/index.js +384 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/yallist/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/yallist/dist/esm/index.js +379 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/yallist/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/node_modules/yallist/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cacache/package.json +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/package.json +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/index.js +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/utilities.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/vendor/ansi-styles/index.js +223 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/vendor/supports-color/browser.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chalk/source/vendor/supports-color/index.js +182 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/chownr.js +167 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/chownr/package.json +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/index.js +102 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ci-info/vendors.json +353 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/dist/index.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cidr-regex/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/color.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/index.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/license +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cli-columns/test.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/lib/index.js +247 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/lib/to-batch-syntax.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cmd-shim/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/conversions.js +839 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/index.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-convert/route.js +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/LICENSE +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/index.js +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/color-name/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/index.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/common-ancestor-path/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/index.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/enoent.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/parse.js +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/util/escape.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/util/readShebang.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/lib/util/resolveCommand.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/README.md +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/bin/node-which +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/node_modules/which/which.js +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cross-spawn/package.json +73 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/LICENSE-MIT.txt +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/README.md +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/bin/cssesc +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/cssesc.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/man/cssesc.1 +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/cssesc/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/browser.js +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/common.js +292 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/index.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/debug/src/node.js +263 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/CONTRIBUTING.md +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/LICENSE +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/dist/diff.js +2106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/dist/diff.min.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/convert/dmp.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/convert/xml.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/array.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/base.js +304 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/character.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/css.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/json.js +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/line.js +121 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/sentence.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/diff/word.js +543 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.es6.js +2041 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.js +217 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/index.mjs +2041 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/apply.js +393 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/create.js +369 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/line-endings.js +176 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/merge.js +535 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/parse.js +151 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/patch/reverse.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/array.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/distance-iterator.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/params.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/lib/util/string.js +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/package.json +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/release-notes.md +361 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/diff/runtime.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/eastasianwidth/eastasianwidth.js +311 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/eastasianwidth/package.json +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/es2015/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/es2015/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/emoji-regex/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/lib/encoding.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/package.json +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/encoding/test/test.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/index.js +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/env-paths/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/bower.json +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/index.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/index.umd.js +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/err-code/test/test.js +159 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/backoff.js +124 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/always/always.delay.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.base.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.factory.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/delay.interface.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/delay/skip-first/skip-first.delay.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/jitter/full/full.jitter.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/jitter/jitter.factory.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/jitter/no/no.jitter.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/dist/options.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/exponential-backoff/package.json +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/LICENSE.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/bench.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/esm/mod.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/mod.js +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/package.json +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fastest-levenshtein/test.js +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/commonjs/all-signals.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/commonjs/index.js +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/commonjs/proxy-signals.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/commonjs/watchdog.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/esm/all-signals.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/esm/index.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/esm/proxy-signals.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/dist/esm/watchdog.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/foreground-child/package.json +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/lib/index.js +443 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/fs-minipass/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/README.md +1265 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts +388 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.js +247 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/glob.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/has-magic.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js +119 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/ignore.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js +219 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/pattern.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.js +301 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/processor.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.js +387 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/commonjs/walker.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/bin.d.mts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/bin.mjs +270 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/bin.mjs.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts +388 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/glob.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/glob.js +243 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/glob.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/has-magic.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/ignore.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/index.d.ts +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/index.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/index.js +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.js +215 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/pattern.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/processor.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/processor.js +294 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/processor.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/walker.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/walker.js +381 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/dist/esm/walker.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/glob/package.json +99 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/clone.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/graceful-fs.js +448 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/legacy-streams.js +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/graceful-fs/polyfills.js +355 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/from-url.js +122 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/hosts.js +231 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/index.js +227 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/lib/parse-url.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/hosted-git-info/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/LICENSE +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/index.js +928 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-cache-semantics/package.json +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/dist/index.js +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/http-proxy-agent/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/index.js +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/dist/parse-proxy-response.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/https-proxy-agent/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-codec.js +597 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/dbcs-data.js +188 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/index.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/internal.js +198 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-codec.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data-generated.js +451 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/sbcs-data.js +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/big5-added.json +122 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp936.json +264 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp949.json +273 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/cp950.json +177 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/eucjp.json +182 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gb18030-ranges.json +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/gbk-added.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/tables/shiftjis.json +125 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf16.js +197 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf32.js +319 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/encodings/utf7.js +290 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/bom-handling.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/index.js +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/lib/streams.js +109 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/iconv-lite/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/lib/index.js +310 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ignore-walk/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/imurmurhash.min.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/imurmurhash/package.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/lib/ini.js +280 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ini/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/LICENSE.md +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/lib/default-input.js +288 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/lib/init-package-json.js +147 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/init-package-json/package.json +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/LICENSE +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/address-error.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/common.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/ip-address.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/ipv4.js +326 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/ipv6.js +998 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/v4/constants.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/v6/constants.js +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/v6/helpers.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/dist/v6/regular-expressions.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-address/package.json +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/index.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ip-regex/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/dist/index.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-cidr/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/index.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/is-fullwidth-code-point/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/index.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/mode.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/package.json +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/test/basic.js +221 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/isexe/windows.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/LICENSE.md +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/index.js +1010 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/commonjs/parse-args.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/esm/index.js +1000 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/dist/esm/parse-args.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jackspeak/package.json +95 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsbn/LICENSE +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsbn/example.html +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsbn/example.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsbn/index.js +1361 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsbn/package.json +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsbn/test/es6-import.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/lib/index.js +137 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-parse-even-better-errors/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/index.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/json-stringify-nice/package.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/bench.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/examples/twitterfeed.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/jsonparse.js +413 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/package.json +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic.json +167 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/samplejson/basic2.json +180 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/big-token.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/boundary.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/offset.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/primitives.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/surrogate.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/unvalid.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/jsonparse/test/utf8.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.cjs +230 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/index.mjs +227 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/package.json +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff/rollup.config.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.cjs +161 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/index.mjs +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/just-diff-apply/rollup.config.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/README.md +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/lib/index.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmaccess/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/README.md +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/format-diff.js +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/index.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/should-print-patch.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/tarball.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/lib/untar.js +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmdiff/package.json +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/README.md +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/file-exists.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/get-bin-from-manifest.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/index.js +308 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/is-windows.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/no-tty.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/lib/run-script.js +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmexec/package.json +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/README.md +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/lib/index.js +210 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmfund/package.json +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/README.md +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/lib/index.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmorg/package.json +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/README.md +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/lib/index.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpack/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/README.md +120 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/provenance.js +245 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/publish.js +226 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/lib/unpublish.js +119 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmpublish/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/README.md +173 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/lib/index.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmsearch/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/README.md +172 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/lib/index.js +92 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmteam/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/README.md +163 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/commit.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/enforce-clean.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/index.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/read-json.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/retrieve-tag.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/tag.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/version.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/lib/write-json.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/libnpmversion/package.json +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/index.js +1546 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/index.min.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/dist/esm/index.js +1542 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/dist/esm/index.min.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/lru-cache/package.json +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/entry.js +471 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/errors.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/index.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/key.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/cache/policy.js +161 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/fetch.js +118 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/index.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/options.js +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/pipeline.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/lib/remote.js +132 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/HISTORY.md +114 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/index.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/lib/charset.js +169 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/lib/encoding.js +205 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/lib/language.js +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/lib/mediaType.js +294 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/node_modules/negotiator/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/make-fetch-happen/package.json +74 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/commonjs/assert-valid-pattern.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/commonjs/ast.js +592 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/commonjs/brace-expressions.js +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/commonjs/escape.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/commonjs/index.js +1017 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/commonjs/unescape.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/esm/assert-valid-pattern.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/esm/ast.js +588 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/esm/brace-expressions.js +148 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/esm/escape.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/esm/index.js +1001 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/dist/esm/unescape.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minimatch/package.json +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/dist/commonjs/index.js +1028 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/dist/esm/index.js +1018 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass/package.json +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/index.js +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-collect/package.json +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/LICENSE +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/abort-error.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/blob.js +97 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/body.js +350 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/fetch-error.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/headers.js +267 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/index.js +376 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/request.js +282 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/lib/response.js +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/LICENSE +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/constants.js +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/index.js +392 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/constants.js +117 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/index.js +340 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/node_modules/minizlib/package.json +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-fetch/package.json +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/index.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-flush/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/index.js +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-pipeline/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/index.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minipass-sized/test/basic.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/LICENSE +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/constants.js +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/index.js +348 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/minizlib/package.json +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/bin/cmd.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/index.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/find-made.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-manual.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/mkdirp-native.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/opts-arg.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/path-arg.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/lib/use-native.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mkdirp/readme.markdown +266 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/index.js +162 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/license.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ms/package.json +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/lib/index.js +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/mute-stream/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/.release-please-manifest.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/CHANGELOG.md +1053 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/CODE_OF_CONDUCT.md +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/CONTRIBUTING.md +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/README.md +273 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/SECURITY.md +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/addon.gypi +204 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/eslint.config.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/.release-please-manifest.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/LICENSE +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/data/ninja/build.ninja +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/data/win/large-pdb-shim.cc +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/docs/GypVsCMake.md +116 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/docs/Hacking.md +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/docs/InputFormatReference.md +1083 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/docs/LanguageSpecification.md +430 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/docs/README.md +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/docs/Testing.md +450 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/docs/UserDocumentation.md +965 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp.bat +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSNew.py +365 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSProject.py +206 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings.py +1272 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSSettings_test.py +1547 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSToolFile.py +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUserFile.py +152 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSUtil.py +270 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/MSVSVersion.py +574 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/__init__.py +704 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common.py +709 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/common_test.py +173 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml.py +169 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/easy_xml_test.py +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/flock_tool.py +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/__init__.py +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/analyzer.py +805 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/android.py +1172 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/cmake.py +1319 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/compile_commands_json.py +128 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/dump_dependency_json.py +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/eclipse.py +462 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypd.py +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/gypsh.py +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/make.py +2745 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py +3976 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs_test.py +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja.py +2965 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ninja_test.py +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode.py +1391 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/xcode_test.py +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input.py +3112 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/input_test.py +99 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/mac_tool.py +767 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/msvs_emulation.py +1260 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/ninja_syntax.py +174 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/simple_copy.py +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/win_tool.py +373 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation.py +1939 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_emulation_test.py +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcode_ninja.py +303 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xcodeproj_file.py +3196 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/gyp/xml_fix.py +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.APACHE +177 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/LICENSE.BSD +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/__init__.py +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_elffile.py +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_manylinux.py +252 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_musllinux.py +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_parser.py +359 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_structures.py +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/_tokenizer.py +192 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/markers.py +252 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/metadata.py +825 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/py.typed +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/requirements.py +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/specifiers.py +1030 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/tags.py +553 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/utils.py +172 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pylib/packaging/version.py +563 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/pyproject.toml +115 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/release-please-config.json +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/gyp/test_gyp.py +261 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/Find-VisualStudio.cs +250 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/build.js +230 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/clean.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js +328 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/create-config-gypi.js +153 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/download.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-node-directory.js +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js +310 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/find-visualstudio.js +600 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/install.js +415 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/list.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/log.js +168 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/node-gyp.js +188 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/process-release.js +146 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/rebuild.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/remove.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/lib/util.js +81 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/macOS_Catalina_acid_test.sh +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/LICENSE.md +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/commonjs/index.js +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/index.js +85 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/chownr/package.json +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/LICENSE +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/constants.js +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/index.js +392 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/constants.js +117 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/index.js +340 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/minizlib/package.json +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/package.json +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/bin.d.ts +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/bin.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/bin.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/bin.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/find-made.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/find-made.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/find-made.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/find-made.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/index.d.ts +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/index.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/index.js +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-manual.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/mkdirp-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/opts-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/opts-arg.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/opts-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/path-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/path-arg.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/path-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/use-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/use-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/use-native.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/cjs/src/use-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/find-made.d.ts +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/find-made.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/find-made.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/find-made.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/index.d.ts +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/index.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/index.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-manual.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-manual.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-manual.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-native.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/mkdirp-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/opts-arg.d.ts +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/opts-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/opts-arg.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/opts-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/path-arg.d.ts +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/path-arg.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/path-arg.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/path-arg.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/use-native.d.ts +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/use-native.d.ts.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/use-native.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/dist/mjs/use-native.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/package.json +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/mkdirp/readme.markdown +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/create.js +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/cwd-error.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/extract.js +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/get-write-flag.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/header.js +306 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/index.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/large-numbers.js +99 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/list.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/make-command.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/mkdir.js +209 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/mode-fix.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/normalize-unicode.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/normalize-windows-path.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/options.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/pack.js +477 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/parse.js +599 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/path-reservations.js +170 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/pax.js +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/read-entry.js +140 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/replace.js +231 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/strip-absolute-path.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/strip-trailing-slashes.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/symlink-error.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/types.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/unpack.js +919 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/update.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/warn-method.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/winchars.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/commonjs/write-entry.js +689 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/create.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/cwd-error.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/extract.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/get-write-flag.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/header.js +279 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/index.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/large-numbers.js +94 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/list.js +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/make-command.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/mkdir.js +201 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/mode-fix.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/normalize-unicode.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/normalize-windows-path.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/options.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/pack.js +445 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/parse.js +595 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/path-reservations.js +166 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/pax.js +154 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/read-entry.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/replace.js +225 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/strip-absolute-path.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/strip-trailing-slashes.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/symlink-error.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/types.js +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/unpack.js +888 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/update.js +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/warn-method.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/winchars.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/dist/esm/write-entry.js +657 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/tar/package.json +325 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/yallist/LICENSE.md +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/yallist/dist/commonjs/index.js +384 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/yallist/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/yallist/dist/esm/index.js +379 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/yallist/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/node_modules/yallist/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/release-please-config.json +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/node-gyp/src/win_delay_load_hook.cc +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/README.md +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/bin/nopt.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/debug.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/nopt-lib.js +514 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/nopt.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/lib/type-defs.js +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/nopt/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/extract_description.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/fixer.js +475 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/make_warning.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/normalize.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/safe_format.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/typos.json +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/lib/warning_messages.json +30 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/normalize-package-data/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/LICENSE +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/colors.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/exit-code.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/index.js +41 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/detail.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/install.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/json.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/lib/reporters/quiet.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-audit-report/package.json +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/lib/index.js +254 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-bundled/package.json +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/LICENSE +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/lib/current-env.js +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/lib/dev-engines.js +145 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/lib/index.js +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-install-checks/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/lib/index.js +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-normalize-package-bin/package.json +45 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/lib/npa.js +481 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-package-arg/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/lib/index.js +457 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-packlist/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/lib/index.js +224 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-pick-manifest/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/lib/index.js +278 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-profile/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/auth.js +181 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/default-opts.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/errors.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/index.js +247 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/json-stream.js +223 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/LICENSE +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/constants.js +123 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/index.js +392 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/constants.js +117 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/index.js +340 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/node_modules/minizlib/package.json +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-registry-fetch/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/LICENSE +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/lib/index.js +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/npm-user-validate/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/index.js +281 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/p-map/package.json +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/package-json-from-dist/LICENSE.md +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/package-json-from-dist/dist/commonjs/index.js +134 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/package-json-from-dist/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/package-json-from-dist/dist/esm/index.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/package-json-from-dist/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/package-json-from-dist/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/README.md +283 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/bin/index.js +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/dir.js +105 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/fetcher.js +497 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/file.js +94 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/git.js +317 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/index.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/registry.js +369 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/remote.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/add-git-sha.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/cache-dir.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/is-package-bin.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/npm.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/protected.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/tar-create-options.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/lib/util/trailing-slashes.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/pacote/package.json +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/LICENSE.md +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/lib/index.js +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/parse-conflict-json/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-key/index.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-key/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-key/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/LICENSE.md +55 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/commonjs/index.js +2014 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/esm/index.js +1979 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/path-scurry/package.json +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/API.md +874 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/index.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/parser.js +1015 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/processor.js +170 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/attribute.js +448 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/className.js +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/combinator.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/comment.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/constructors.js +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/container.js +321 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/guards.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/id.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/index.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/namespace.js +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/nesting.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/node.js +192 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/root.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/selector.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/string.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/tag.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/selectors/universal.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/sortAscending.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenTypes.js +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/tokenize.js +239 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/ensureObject.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/getProp.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/index.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/stripComments.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/dist/util/unesc.js +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/postcss-selector-parser/package.json +80 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/lib/index.js +153 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proc-log/package.json +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proggy/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proggy/lib/client.js +114 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proggy/lib/index.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proggy/lib/tracker.js +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/proggy/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/index.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/package.json +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-all-reject-late/test/index.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/index.js +87 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/dist/esm/index.js +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-call-limit/package.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/LICENSE +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/index.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promise-retry/test/test.js +263 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/lib/index.js +176 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/promzard/package.json +50 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/.travis.yml +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/LICENSE +222 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/README.md +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/bin/qrcode-terminal.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/basic.png +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/callback.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/example/small-qrcode.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/lib/main.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/package.json +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/test/main.js +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QR8bitByte.js +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRBitBuffer.js +38 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRErrorCorrectLevel.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMaskPattern.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMath.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRMode.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRPolynomial.js +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRRSBlock.js +298 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/QRUtil.js +272 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/qrcode-terminal/vendor/QRCode/index.js +462 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/dist/commonjs/read.js +94 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/dist/esm/read.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read/package.json +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/LICENSE +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/lib/index.js +75 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-cmd-shim/package.json +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/lib/index.js +141 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/read-package-json-fast/package.json +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/License +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/Makefile +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/equation.gif +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/example/dns.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/example/stop.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/index.js +1 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/lib/retry.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/lib/retry_operation.js +158 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/package.json +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/common.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-forever.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-retry-operation.js +258 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-retry-wrap.js +101 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/retry/test/integration/test-timeouts.js +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/Porting-Buffer.md +268 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/dangerous.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/safer.js +77 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/safer-buffer/tests.js +406 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/README.md +664 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/bin/semver.js +191 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/comparator.js +143 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/range.js +556 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/classes/semver.js +319 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/clean.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/cmp.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/coerce.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare-build.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare-loose.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/compare.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/diff.js +60 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/eq.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/gt.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/gte.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/inc.js +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/lt.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/lte.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/major.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/minor.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/neq.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/parse.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/patch.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/prerelease.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/rcompare.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/rsort.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/satisfies.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/sort.js +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/functions/valid.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/index.js +91 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/constants.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/debug.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/identifiers.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/lrucache.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/parse-options.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/internal/re.js +223 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/package.json +78 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/preload.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/range.bnf +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/gtr.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/intersects.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/ltr.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/max-satisfying.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/min-satisfying.js +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/min-version.js +63 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/outside.js +82 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/simplify.js +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/subset.js +249 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/to-comparators.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/semver/ranges/valid.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-command/index.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-command/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-command/package.json +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-regex/index.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-regex/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/shebang-regex/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/LICENSE.txt +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/browser.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/index.js +279 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/cjs/signals.js +42 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/browser.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/index.js +275 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/dist/mjs/signals.js +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/signal-exit/package.json +106 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/config.js +120 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/index.js +34 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/dist/sigstore.js +112 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sigstore/package.json +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/smartbuffer.js +1233 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/build/utils.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/docs/ROADMAP.md +0 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/smart-buffer/package.json +79 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/LICENSE +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/client/socksclient.js +793 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/constants.js +108 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/helpers.js +166 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/receivebuffer.js +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/common/util.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/build/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/index.md +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/associateExample.md +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/bindExample.md +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/javascript/connectExample.md +258 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/associateExample.md +93 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/bindExample.md +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/examples/typescript/connectExample.md +265 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/index.md +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/docs/migratingFromV1.md +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/dist/index.js +195 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/socks-proxy-agent/package.json +142 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/index.js +386 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/AUTHORS +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/index.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/parse.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/node_modules/spdx-expression-parse/scan.js +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-correct/package.json +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-exceptions/deprecated.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-exceptions/index.json +68 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-exceptions/package.json +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/AUTHORS +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/index.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/parse.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-expression-parse/scan.js +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/deprecated.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/index.json +650 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/spdx-license-ids/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/CONTRIBUTORS.md +26 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/dist/.gitattributes +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/dist/angular-sprintf.min.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/dist/sprintf.min.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/package.json +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/src/angular-sprintf.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/sprintf-js/src/sprintf.js +231 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/LICENSE.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/lib/index.js +580 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/ssri/package.json +66 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/index.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width-cjs/index.js +47 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width-cjs/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/string-width-cjs/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi-cjs/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi-cjs/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/strip-ansi-cjs/package.json +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/browser.js +35 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/index.js +194 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/supports-color/package.json +64 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/create.js +111 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/extract.js +113 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/get-write-flag.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/header.js +304 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/high-level-opt.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/large-numbers.js +104 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/list.js +139 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/mkdir.js +229 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/mode-fix.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/normalize-unicode.js +12 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/normalize-windows-path.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/pack.js +432 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/parse.js +552 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/path-reservations.js +156 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/pax.js +150 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/read-entry.js +107 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/replace.js +246 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/strip-absolute-path.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/strip-trailing-slashes.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/types.js +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/unpack.js +923 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/update.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/warn-mixin.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/winchars.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/lib/write-entry.js +546 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/index.js +422 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/index.js +649 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/node_modules/minipass/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/fs-minipass/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/minipass/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.js +702 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/minipass/index.mjs +702 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/node_modules/minipass/package.json +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tar/package.json +70 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/LICENSE +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/align.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/center.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/dotalign.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/doubledot.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/example/table.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/index.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/package.json +44 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/align.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/ansi-colors.js +32 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/center.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/dotalign.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/doubledot.js +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/text-table/test/table.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/LICENSE.md +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/lib/factory.js +100 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/lib/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/src/factory.js +89 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/src/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/da.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/de.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en-short.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/en.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tiny-relative-date/translations/es.js +31 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/dist/index.d.mts +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/dist/index.js +267 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/dist/index.mjs +240 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/LICENSE +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/async.js +19 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/counter.js +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/get-array.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/group-files.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/invoke-callback.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/join-path.js +36 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/push-directory.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/push-file.js +33 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/resolve-symlink.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/functions/walk-directory.js +40 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/queue.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/sync.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/api/walker.js +129 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/builder/api-builder.js +23 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/builder/index.js +136 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.cjs +572 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.d.cts +134 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.d.mts +134 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.js +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/index.mjs +554 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/types.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/dist/utils.js +37 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/fdir/package.json +90 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/index.js +17 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/constants.js +179 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/parse.js +1085 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/picomatch.js +341 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/scan.js +391 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/lib/utils.js +72 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/package.json +83 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/node_modules/picomatch/posix.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tinyglobby/package.json +65 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/breadth.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/depth-descent.js +88 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/depth.js +76 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/lib/index.js +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/treeverse/package.json +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/LICENSE +21 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/config.js +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/error.js +48 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/fetcher.js +84 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/index.js +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/store.js +208 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/updater.js +350 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/tmpfile.js +25 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/dist/utils/url.js +13 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/tuf-js/package.json +43 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/LICENSE +5 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/lib/index.js +7 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-filename/package.json +53 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/lib/index.js +11 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/unique-slug/package.json +49 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/History.md +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/LICENSE +24 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/browser.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/node.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/util-deprecate/package.json +27 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/LICENSE +202 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/index.js +86 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/AUTHORS +4 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/LICENSE +22 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/index.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/package.json +39 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/parse.js +138 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/node_modules/spdx-expression-parse/scan.js +131 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-license/package.json +28 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/LICENSE +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/lib/index.js +110 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/validate-npm-package-name/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/commonjs/index.js +18 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/commonjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/esm/index.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/dist/esm/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/walk-up-path/package.json +71 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/README.md +51 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/bin/which.js +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/lib/index.js +111 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/index.js +46 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/options.js +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/posix.js +67 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/cjs/win32.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/index.js +16 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/options.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/package.json +3 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/posix.js +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/dist/mjs/win32.js +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/node_modules/isexe/package.json +96 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/which/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/index.js +214 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/index.js +10 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/ansi-regex/package.json +61 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/LICENSE-MIT.txt +20 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/RGI_Emoji.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/RGI_Emoji.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/es2015/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/index.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/package.json +52 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/emoji-regex/text.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/index.js +54 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/string-width/package.json +59 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/index.js +14 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/node_modules/strip-ansi/package.json +57 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi/package.json +69 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/index.js +216 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/index.js +163 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/license +9 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/node_modules/ansi-styles/package.json +56 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/wrap-ansi-cjs/package.json +62 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/LICENSE.md +6 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/lib/index.js +267 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/write-file-atomic/package.json +58 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/LICENSE +15 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/iterator.js +8 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/package.json +29 -0
- package/.config/npm/node_global/lib/node_modules/npm/node_modules/yallist/yallist.js +426 -0
- package/.config/npm/node_global/lib/node_modules/npm/package.json +260 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/LICENSE +13 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/README.md +875 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/cli.d.ts +1 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/cli.js +29 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/cli.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-BlZRi20K.js +58 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-BlZRi20K.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-BnIU43YD.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-BnIU43YD.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-CUgqEqMa.js +2 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-CUgqEqMa.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-vtankfkr.js +6 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index-vtankfkr.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index.d.ts +211 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index.js +597 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/build/index.js.map +1 -0
- package/.config/npm/node_global/lib/node_modules/npm-check-updates/package.json +176 -0
- package/.local/state/replit/agent/.agent_state_main.bin +0 -0
- package/.local/state/replit/agent/.latest.json +1 -0
- package/.local/state/replit/agent/repl_state.bin +0 -0
- package/.replit +1 -8
- package/Extra/Database/index.js +4 -4
- package/Extra/ExtraGetThread.js +21 -21
- package/Extra/Security/Base/index.js +5 -5
- package/index.js +1 -1
- package/package.json +16 -16
- package/src/listenMqtt.js +1 -1
- package/.cache/replit/modules/web.res +0 -1
- package/.cache/typescript/5.5/node_modules/.package-lock.json +0 -424
- package/.cache/typescript/5.5/node_modules/@types/better-sqlite3/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/better-sqlite3/index.d.ts +0 -152
- package/.cache/typescript/5.5/node_modules/@types/better-sqlite3/package.json +0 -63
- package/.cache/typescript/5.5/node_modules/@types/body-parser/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/body-parser/package.json +0 -58
- package/.cache/typescript/5.5/node_modules/@types/cheerio/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/cheerio/index.d.ts +0 -318
- package/.cache/typescript/5.5/node_modules/@types/cheerio/package.json +0 -71
- package/.cache/typescript/5.5/node_modules/@types/express/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/express/index.d.ts +0 -128
- package/.cache/typescript/5.5/node_modules/@types/express/package.json +0 -45
- package/.cache/typescript/5.5/node_modules/@types/express-serve-static-core/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/express-serve-static-core/index.d.ts +0 -1240
- package/.cache/typescript/5.5/node_modules/@types/express-serve-static-core/package.json +0 -51
- package/.cache/typescript/5.5/node_modules/@types/http-errors/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/http-errors/package.json +0 -30
- package/.cache/typescript/5.5/node_modules/@types/lodash/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/lodash/common/array.d.ts +0 -2129
- package/.cache/typescript/5.5/node_modules/@types/lodash/common/common.d.ts +0 -283
- package/.cache/typescript/5.5/node_modules/@types/lodash/common/object.d.ts +0 -2643
- package/.cache/typescript/5.5/node_modules/@types/lodash/common/string.d.ts +0 -788
- package/.cache/typescript/5.5/node_modules/@types/lodash/fp.d.ts +0 -4950
- package/.cache/typescript/5.5/node_modules/@types/lodash/package.json +0 -56
- package/.cache/typescript/5.5/node_modules/@types/node/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/node/assert.d.ts +0 -1040
- package/.cache/typescript/5.5/node_modules/@types/node/async_hooks.d.ts +0 -541
- package/.cache/typescript/5.5/node_modules/@types/node/buffer.buffer.d.ts +0 -385
- package/.cache/typescript/5.5/node_modules/@types/node/buffer.d.ts +0 -1933
- package/.cache/typescript/5.5/node_modules/@types/node/child_process.d.ts +0 -1549
- package/.cache/typescript/5.5/node_modules/@types/node/cluster.d.ts +0 -579
- package/.cache/typescript/5.5/node_modules/@types/node/compatibility/disposable.d.ts +0 -16
- package/.cache/typescript/5.5/node_modules/@types/node/compatibility/index.d.ts +0 -9
- package/.cache/typescript/5.5/node_modules/@types/node/compatibility/indexable.d.ts +0 -23
- package/.cache/typescript/5.5/node_modules/@types/node/console.d.ts +0 -452
- package/.cache/typescript/5.5/node_modules/@types/node/constants.d.ts +0 -19
- package/.cache/typescript/5.5/node_modules/@types/node/crypto.d.ts +0 -4475
- package/.cache/typescript/5.5/node_modules/@types/node/dgram.d.ts +0 -596
- package/.cache/typescript/5.5/node_modules/@types/node/diagnostics_channel.d.ts +0 -554
- package/.cache/typescript/5.5/node_modules/@types/node/dns/promises.d.ts +0 -476
- package/.cache/typescript/5.5/node_modules/@types/node/dns.d.ts +0 -865
- package/.cache/typescript/5.5/node_modules/@types/node/dom-events.d.ts +0 -124
- package/.cache/typescript/5.5/node_modules/@types/node/domain.d.ts +0 -170
- package/.cache/typescript/5.5/node_modules/@types/node/events.d.ts +0 -931
- package/.cache/typescript/5.5/node_modules/@types/node/fs/promises.d.ts +0 -1275
- package/.cache/typescript/5.5/node_modules/@types/node/fs.d.ts +0 -4396
- package/.cache/typescript/5.5/node_modules/@types/node/globals.d.ts +0 -566
- package/.cache/typescript/5.5/node_modules/@types/node/globals.typedarray.d.ts +0 -21
- package/.cache/typescript/5.5/node_modules/@types/node/http.d.ts +0 -1958
- package/.cache/typescript/5.5/node_modules/@types/node/http2.d.ts +0 -2558
- package/.cache/typescript/5.5/node_modules/@types/node/https.d.ts +0 -543
- package/.cache/typescript/5.5/node_modules/@types/node/index.d.ts +0 -92
- package/.cache/typescript/5.5/node_modules/@types/node/inspector.d.ts +0 -3966
- package/.cache/typescript/5.5/node_modules/@types/node/module.d.ts +0 -402
- package/.cache/typescript/5.5/node_modules/@types/node/net.d.ts +0 -1001
- package/.cache/typescript/5.5/node_modules/@types/node/os.d.ts +0 -495
- package/.cache/typescript/5.5/node_modules/@types/node/package.json +0 -220
- package/.cache/typescript/5.5/node_modules/@types/node/path.d.ts +0 -200
- package/.cache/typescript/5.5/node_modules/@types/node/perf_hooks.d.ts +0 -965
- package/.cache/typescript/5.5/node_modules/@types/node/process.d.ts +0 -1963
- package/.cache/typescript/5.5/node_modules/@types/node/punycode.d.ts +0 -117
- package/.cache/typescript/5.5/node_modules/@types/node/querystring.d.ts +0 -153
- package/.cache/typescript/5.5/node_modules/@types/node/readline/promises.d.ts +0 -162
- package/.cache/typescript/5.5/node_modules/@types/node/readline.d.ts +0 -589
- package/.cache/typescript/5.5/node_modules/@types/node/repl.d.ts +0 -430
- package/.cache/typescript/5.5/node_modules/@types/node/sea.d.ts +0 -153
- package/.cache/typescript/5.5/node_modules/@types/node/sqlite.d.ts +0 -213
- package/.cache/typescript/5.5/node_modules/@types/node/stream/consumers.d.ts +0 -12
- package/.cache/typescript/5.5/node_modules/@types/node/stream/web.d.ts +0 -609
- package/.cache/typescript/5.5/node_modules/@types/node/stream.d.ts +0 -1726
- package/.cache/typescript/5.5/node_modules/@types/node/string_decoder.d.ts +0 -67
- package/.cache/typescript/5.5/node_modules/@types/node/test.d.ts +0 -2248
- package/.cache/typescript/5.5/node_modules/@types/node/timers/promises.d.ts +0 -97
- package/.cache/typescript/5.5/node_modules/@types/node/timers.d.ts +0 -240
- package/.cache/typescript/5.5/node_modules/@types/node/tls.d.ts +0 -1226
- package/.cache/typescript/5.5/node_modules/@types/node/trace_events.d.ts +0 -197
- package/.cache/typescript/5.5/node_modules/@types/node/ts5.6/buffer.buffer.d.ts +0 -385
- package/.cache/typescript/5.5/node_modules/@types/node/ts5.6/globals.typedarray.d.ts +0 -19
- package/.cache/typescript/5.5/node_modules/@types/node/ts5.6/index.d.ts +0 -92
- package/.cache/typescript/5.5/node_modules/@types/node/tty.d.ts +0 -208
- package/.cache/typescript/5.5/node_modules/@types/node/url.d.ts +0 -972
- package/.cache/typescript/5.5/node_modules/@types/node/util.d.ts +0 -2371
- package/.cache/typescript/5.5/node_modules/@types/node/v8.d.ts +0 -808
- package/.cache/typescript/5.5/node_modules/@types/node/vm.d.ts +0 -976
- package/.cache/typescript/5.5/node_modules/@types/node/wasi.d.ts +0 -181
- package/.cache/typescript/5.5/node_modules/@types/node/worker_threads.d.ts +0 -745
- package/.cache/typescript/5.5/node_modules/@types/node/zlib.d.ts +0 -539
- package/.cache/typescript/5.5/node_modules/@types/qs/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/qs/index.d.ts +0 -81
- package/.cache/typescript/5.5/node_modules/@types/qs/package.json +0 -66
- package/.cache/typescript/5.5/node_modules/@types/readable-stream/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/readable-stream/index.d.ts +0 -677
- package/.cache/typescript/5.5/node_modules/@types/readable-stream/package.json +0 -39
- package/.cache/typescript/5.5/node_modules/@types/send/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/send/package.json +0 -33
- package/.cache/typescript/5.5/node_modules/@types/serve-static/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/serve-static/package.json +0 -39
- package/.cache/typescript/5.5/node_modules/@types/sqlite3/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/sqlite3/index.d.ts +0 -115
- package/.cache/typescript/5.5/node_modules/@types/sqlite3/package.json +0 -32
- package/.cache/typescript/5.5/node_modules/@types/ws/README.md +0 -15
- package/.cache/typescript/5.5/node_modules/@types/ws/index.d.mts +0 -22
- package/.cache/typescript/5.5/node_modules/@types/ws/index.d.ts +0 -409
- package/.cache/typescript/5.5/node_modules/@types/ws/package.json +0 -72
- package/.cache/typescript/5.5/node_modules/form-data/lib/form_data.js +0 -484
- package/.cache/typescript/5.5/node_modules/form-data/package.json +0 -72
- package/.cache/typescript/5.5/node_modules/safe-buffer/LICENSE +0 -21
- package/.cache/typescript/5.5/node_modules/safe-buffer/README.md +0 -584
- package/.cache/typescript/5.5/node_modules/safe-buffer/index.d.ts +0 -187
- package/.cache/typescript/5.5/node_modules/safe-buffer/index.js +0 -62
- package/.cache/typescript/5.5/node_modules/safe-buffer/package.json +0 -37
- package/.cache/typescript/5.5/node_modules/types-registry/index.json +0 -1
- package/.cache/typescript/5.5/node_modules/types-registry/package.json +0 -20
- package/.cache/typescript/5.5/node_modules/undici-types/agent.d.ts +0 -31
- package/.cache/typescript/5.5/node_modules/undici-types/api.d.ts +0 -43
- package/.cache/typescript/5.5/node_modules/undici-types/balanced-pool.d.ts +0 -29
- package/.cache/typescript/5.5/node_modules/undici-types/client.d.ts +0 -108
- package/.cache/typescript/5.5/node_modules/undici-types/cookies.d.ts +0 -28
- package/.cache/typescript/5.5/node_modules/undici-types/diagnostics-channel.d.ts +0 -66
- package/.cache/typescript/5.5/node_modules/undici-types/dispatcher.d.ts +0 -255
- package/.cache/typescript/5.5/node_modules/undici-types/env-http-proxy-agent.d.ts +0 -21
- package/.cache/typescript/5.5/node_modules/undici-types/errors.d.ts +0 -149
- package/.cache/typescript/5.5/node_modules/undici-types/fetch.d.ts +0 -209
- package/.cache/typescript/5.5/node_modules/undici-types/file.d.ts +0 -39
- package/.cache/typescript/5.5/node_modules/undici-types/filereader.d.ts +0 -54
- package/.cache/typescript/5.5/node_modules/undici-types/formdata.d.ts +0 -108
- package/.cache/typescript/5.5/node_modules/undici-types/global-dispatcher.d.ts +0 -9
- package/.cache/typescript/5.5/node_modules/undici-types/global-origin.d.ts +0 -7
- package/.cache/typescript/5.5/node_modules/undici-types/handlers.d.ts +0 -15
- package/.cache/typescript/5.5/node_modules/undici-types/header.d.ts +0 -4
- package/.cache/typescript/5.5/node_modules/undici-types/index.d.ts +0 -71
- package/.cache/typescript/5.5/node_modules/undici-types/interceptors.d.ts +0 -17
- package/.cache/typescript/5.5/node_modules/undici-types/mock-agent.d.ts +0 -50
- package/.cache/typescript/5.5/node_modules/undici-types/mock-client.d.ts +0 -25
- package/.cache/typescript/5.5/node_modules/undici-types/mock-errors.d.ts +0 -12
- package/.cache/typescript/5.5/node_modules/undici-types/mock-interceptor.d.ts +0 -93
- package/.cache/typescript/5.5/node_modules/undici-types/mock-pool.d.ts +0 -25
- package/.cache/typescript/5.5/node_modules/undici-types/package.json +0 -55
- package/.cache/typescript/5.5/node_modules/undici-types/patch.d.ts +0 -33
- package/.cache/typescript/5.5/node_modules/undici-types/pool-stats.d.ts +0 -19
- package/.cache/typescript/5.5/node_modules/undici-types/pool.d.ts +0 -39
- package/.cache/typescript/5.5/node_modules/undici-types/proxy-agent.d.ts +0 -28
- package/.cache/typescript/5.5/node_modules/undici-types/readable.d.ts +0 -60
- package/.cache/typescript/5.5/node_modules/undici-types/retry-agent.d.ts +0 -8
- package/.cache/typescript/5.5/node_modules/undici-types/retry-handler.d.ts +0 -116
- package/.cache/typescript/5.5/node_modules/undici-types/util.d.ts +0 -18
- package/.cache/typescript/5.5/node_modules/undici-types/webidl.d.ts +0 -222
- package/.cache/typescript/5.5/node_modules/undici-types/websocket.d.ts +0 -150
- package/.cache/typescript/5.5/package-lock.json +0 -453
- package/.cache/typescript/5.5/package.json +0 -1
- package/.github/workflows/publish.yml +0 -21
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/aes-js/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/aes-js/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/aes-js/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/aes-js/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/assert → 5.6/node_modules/@types/are-we-there-yet}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/better-sqlite3 → 5.6/node_modules/@types/assert}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/assert/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/assert/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/assert/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/bluebird → 5.6/node_modules/@types/aws4}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/body-parser → 5.6/node_modules/@types/better-sqlite3}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/caseless → 5.6/node_modules/@types/bindings}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/cheerio → 5.6/node_modules/@types/bluebird}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/bluebird/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/bluebird/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/bluebird/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/connect → 5.6/node_modules/@types/body-parser}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/body-parser/index.d.ts +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/crypto-js → 5.6/node_modules/@types/call-bind}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/deasync → 5.6/node_modules/@types/caseless}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/caseless/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/caseless/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/caseless/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/duplexify → 5.6/node_modules/@types/connect}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/connect/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/connect/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/connect/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/express-serve-static-core → 5.6/node_modules/@types/crypto-js}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/aes.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/blowfish.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/core.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/enc-base64.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/enc-base64url.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/enc-hex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/enc-latin1.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/enc-utf16.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/enc-utf8.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/evpkdf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/format-hex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/format-openssl.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-md5.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-ripemd160.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-sha1.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-sha224.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-sha256.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-sha3.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-sha384.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/hmac-sha512.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/lib-typedarrays.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/md5.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/mode-cfb.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/mode-ctr-gladman.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/mode-ctr.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/mode-ecb.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/mode-ofb.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/pad-ansix923.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/pad-iso10126.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/pad-iso97971.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/pad-nopadding.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/pad-pkcs7.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/pad-zeropadding.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/pbkdf2.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/rabbit-legacy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/rabbit.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/rc4.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/ripemd160.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/sha1.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/sha224.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/sha256.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/sha3.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/sha384.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/sha512.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/tripledes.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/crypto-js/x64-core.d.ts +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/express → 5.6/node_modules/@types/deasync}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/deasync/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/deasync/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/deasync/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/figlet → 5.6/node_modules/@types/duplexify}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/duplexify/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/duplexify/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/duplexify/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/http-errors → 5.6/node_modules/@types/express}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/fs-extra → 5.6/node_modules/@types/express-serve-static-core}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/jsonfile → 5.6/node_modules/@types/extend}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/lodash → 5.6/node_modules/@types/figlet}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/figlet/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/figlet/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/figlet/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/mime → 5.6/node_modules/@types/forever-agent}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/mocha → 5.6/node_modules/@types/fs-extra}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/fs-extra/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/fs-extra/esm.d.mts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/fs-extra/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/fs-extra/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/node → 5.6/node_modules/@types/gauge}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/npmlog → 5.6/node_modules/@types/get-intrinsic}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/qs → 5.6/node_modules/@types/hex-color-regex}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/range-parser → 5.6/node_modules/@types/http-errors}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/http-errors/index.d.ts +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/readable-stream → 5.6/node_modules/@types/http-signature}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/request → 5.6/node_modules/@types/inherits}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/send → 5.6/node_modules/@types/is-typedarray}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/serve-static → 5.6/node_modules/@types/isstream}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/speakeasy → 5.6/node_modules/@types/json-stringify-safe}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/sqlite3 → 5.6/node_modules/@types/jsonfile}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/jsonfile/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/jsonfile/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/jsonfile/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/jsonfile/utils.d.ts +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/totp-generator → 5.6/node_modules/@types/lodash}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/add.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/after.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/ary.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/assign.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/assignIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/assignInWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/assignWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/at.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/attempt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/before.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/bind.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/bindAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/bindKey.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/camelCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/capitalize.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/castArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/ceil.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/chain.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/chunk.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/clamp.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/clone.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/cloneDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/cloneDeepWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/cloneWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/collection.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/date.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/function.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/lang.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/math.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/number.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/seq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/common/util.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/compact.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/concat.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/cond.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/conformsTo.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/constant.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/countBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/create.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/curry.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/curryRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/debounce.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/deburr.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/defaultTo.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/defaults.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/defaultsDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/defer.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/delay.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/difference.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/differenceBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/differenceWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/divide.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/drop.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/dropRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/dropRightWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/dropWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/each.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/eachRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/endsWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/entries.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/entriesIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/eq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/escape.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/escapeRegExp.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/every.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/extend.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/extendWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fill.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/filter.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/find.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/findIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/findKey.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/findLast.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/findLastIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/findLastKey.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/first.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flatMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flatMapDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flatMapDepth.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flatten.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flattenDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flattenDepth.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flip.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/floor.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flow.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/flowRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/forEach.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/forEachRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/forIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/forInRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/forOwn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/forOwnRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/F.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/T.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/__.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/add.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/after.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/all.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/allPass.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/always.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/any.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/anyPass.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/apply.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/ary.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assign.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assignAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assignAllWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assignIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assignInAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assignInAllWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assignInWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assignWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assoc.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/assocPath.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/at.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/attempt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/before.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/bind.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/bindAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/bindKey.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/camelCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/capitalize.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/castArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/ceil.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/chunk.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/clamp.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/clone.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/cloneDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/cloneDeepWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/cloneWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/compact.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/complement.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/compose.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/concat.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/cond.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/conforms.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/conformsTo.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/constant.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/contains.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/convert.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/countBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/create.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/curry.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/curryN.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/curryRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/curryRightN.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/debounce.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/deburr.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/defaultTo.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/defaults.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/defaultsAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/defaultsDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/defaultsDeepAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/defer.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/delay.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/difference.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/differenceBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/differenceWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/dissoc.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/dissocPath.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/divide.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/drop.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/dropLast.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/dropLastWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/dropRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/dropRightWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/dropWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/each.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/eachRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/endsWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/entries.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/entriesIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/eq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/equals.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/escape.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/escapeRegExp.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/every.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/extend.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/extendAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/extendAllWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/extendWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/fill.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/filter.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/find.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findIndexFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findKey.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findLast.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findLastFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findLastIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findLastIndexFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/findLastKey.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/first.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flatMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flatMapDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flatMapDepth.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flatten.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flattenDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flattenDepth.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flip.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/floor.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flow.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/flowRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/forEach.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/forEachRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/forIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/forInRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/forOwn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/forOwnRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/fromPairs.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/functions.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/functionsIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/get.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/getOr.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/groupBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/gt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/gte.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/has.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/hasIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/head.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/identical.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/identity.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/inRange.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/includes.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/includesFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/indexBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/indexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/indexOfFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/init.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/initial.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/intersection.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/intersectionBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/intersectionWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/invert.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/invertBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/invertObj.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/invoke.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/invokeArgs.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/invokeArgsMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/invokeMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isArguments.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isArrayBuffer.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isArrayLike.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isArrayLikeObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isBoolean.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isBuffer.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isDate.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isElement.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isEmpty.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isEqual.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isEqualWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isError.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isFinite.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isFunction.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isLength.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isMatch.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isMatchWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isNaN.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isNative.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isNil.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isNull.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isNumber.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isObjectLike.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isPlainObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isRegExp.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isSafeInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isSet.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isString.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isSymbol.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isTypedArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isUndefined.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isWeakMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/isWeakSet.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/iteratee.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/join.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/juxt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/kebabCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/keyBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/keys.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/keysIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/last.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/lastIndexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/lastIndexOfFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/lowerCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/lowerFirst.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/lt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/lte.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/map.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/mapKeys.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/mapValues.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/matches.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/matchesProperty.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/max.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/maxBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/mean.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/meanBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/memoize.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/merge.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/mergeAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/mergeAllWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/mergeWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/method.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/methodOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/min.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/minBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/multiply.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/nAry.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/negate.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/noConflict.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/noop.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/now.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/nth.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/nthArg.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/omit.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/omitAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/omitBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/once.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/orderBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/over.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/overArgs.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/overEvery.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/overSome.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pad.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/padChars.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/padCharsEnd.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/padCharsStart.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/padEnd.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/padStart.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/parseInt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/partial.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/partialRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/partition.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/path.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pathEq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pathOr.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/paths.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pick.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pickAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pickBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pipe.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/placeholder.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pluck.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/prop.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/propEq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/propOr.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/property.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/propertyOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/props.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pull.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pullAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pullAllBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pullAllWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/pullAt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/random.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/range.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/rangeRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/rangeStep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/rangeStepRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/rearg.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/reduce.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/reduceRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/reject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/remove.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/repeat.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/replace.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/rest.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/restFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/result.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/reverse.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/round.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/runInContext.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sample.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sampleSize.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/set.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/setWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/shuffle.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/size.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/slice.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/snakeCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/some.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedIndexBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedIndexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedLastIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedLastIndexBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedLastIndexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedUniq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sortedUniqBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/split.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/spread.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/spreadFrom.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/startCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/startsWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/stubArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/stubFalse.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/stubObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/stubString.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/stubTrue.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/subtract.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sum.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/sumBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/symmetricDifference.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/symmetricDifferenceBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/symmetricDifferenceWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/tail.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/take.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/takeLast.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/takeLastWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/takeRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/takeRightWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/takeWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/tap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/template.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/throttle.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/thru.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/times.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toFinite.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toLength.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toLower.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toNumber.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toPairs.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toPairsIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toPath.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toPlainObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toSafeInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toString.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/toUpper.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/transform.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/trim.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/trimChars.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/trimCharsEnd.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/trimCharsStart.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/trimEnd.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/trimStart.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/truncate.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unapply.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unary.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unescape.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/union.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unionBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unionWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/uniq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/uniqBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/uniqWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/uniqueId.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unnest.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unset.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unzip.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/unzipWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/update.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/updateWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/upperCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/upperFirst.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/useWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/values.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/valuesIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/where.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/whereEq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/without.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/words.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/wrap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/xor.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/xorBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/xorWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/zip.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/zipAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/zipObj.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/zipObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/zipObjectDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fp/zipWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/fromPairs.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/functions.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/functionsIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/get.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/groupBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/gt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/gte.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/has.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/hasIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/head.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/identity.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/inRange.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/includes.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/indexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/initial.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/intersection.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/intersectionBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/intersectionWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/invert.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/invertBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/invoke.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/invokeMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isArguments.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isArrayBuffer.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isArrayLike.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isArrayLikeObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isBoolean.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isBuffer.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isDate.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isElement.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isEmpty.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isEqual.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isEqualWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isError.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isFinite.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isFunction.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isLength.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isMatch.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isMatchWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isNaN.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isNative.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isNil.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isNull.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isNumber.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isObjectLike.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isPlainObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isRegExp.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isSafeInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isSet.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isString.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isSymbol.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isTypedArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isUndefined.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isWeakMap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/isWeakSet.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/iteratee.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/join.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/kebabCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/keyBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/keys.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/keysIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/last.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/lastIndexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/lowerCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/lowerFirst.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/lt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/lte.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/map.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/mapKeys.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/mapValues.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/matches.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/matchesProperty.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/max.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/maxBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/mean.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/meanBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/memoize.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/merge.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/mergeWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/method.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/methodOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/min.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/minBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/mixin.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/multiply.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/negate.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/noConflict.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/noop.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/now.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/nth.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/nthArg.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/omit.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/omitBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/once.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/orderBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/over.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/overArgs.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/overEvery.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/overSome.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pad.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/padEnd.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/padStart.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/parseInt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/partial.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/partialRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/partition.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pick.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pickBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/property.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/propertyOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pull.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pullAll.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pullAllBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pullAllWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/pullAt.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/random.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/range.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/rangeRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/rearg.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/reduce.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/reduceRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/reject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/remove.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/repeat.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/replace.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/rest.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/result.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/reverse.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/round.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/runInContext.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sample.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sampleSize.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/set.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/setWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/shuffle.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/size.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/slice.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/snakeCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/some.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedIndexBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedIndexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedLastIndex.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedLastIndexBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedLastIndexOf.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedUniq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sortedUniqBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/split.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/spread.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/startCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/startsWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/stubFalse.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/stubTrue.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/subtract.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sum.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/sumBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/tail.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/take.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/takeRight.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/takeRightWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/takeWhile.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/tap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/template.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/throttle.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/thru.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/times.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toArray.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toFinite.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toLength.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toLower.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toNumber.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toPairs.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toPairsIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toPath.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toPlainObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toSafeInteger.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toString.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/toUpper.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/transform.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/trim.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/trimEnd.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/trimStart.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/truncate.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/unary.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/unescape.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/union.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/unionBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/unionWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/uniq.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/uniqBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/uniqWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/uniqueId.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/unset.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/unzip.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/unzipWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/update.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/updateWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/upperCase.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/upperFirst.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/values.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/valuesIn.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/without.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/words.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/wrap.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/xor.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/xorBy.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/xorWith.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/zip.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/zipObject.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/zipObjectDeep.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/lodash/zipWith.d.ts +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/uuid → 5.6/node_modules/@types/mime}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mime/Mime.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mime/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mime/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mime/lite.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mime/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/tough-cookie → 5.6/node_modules/@types/mime-types}/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/@types/ws → 5.6/node_modules/@types/mocha}/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mocha/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mocha/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/mocha/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/node/assert/strict.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/node/compatibility/iterators.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/node/stream/promises.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/npmlog/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/npmlog/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/npmlog/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/range-parser/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/range-parser/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/range-parser/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/request/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/request/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/request/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/send/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/serve-static/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/speakeasy/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/speakeasy/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/speakeasy/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/totp-generator/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/totp-generator/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/totp-generator/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/tough-cookie/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/tough-cookie/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/tough-cookie/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/uuid/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/uuid/index.d.mts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/uuid/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/@types/uuid/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/bench.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/index.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/abort.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/async.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/defer.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/iterate.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/readable_asynckit.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/readable_parallel.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/readable_serial.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/readable_serial_ordered.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/state.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/streamify.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/lib/terminator.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/parallel.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/serial.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/serialOrdered.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/asynckit/stream.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/combined-stream/License +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/combined-stream/Readme.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/combined-stream/lib/combined_stream.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/combined-stream/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/combined-stream/yarn.lock +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/delayed-stream/License +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/delayed-stream/Makefile +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/delayed-stream/Readme.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/delayed-stream/lib/delayed_stream.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/delayed-stream/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/form-data/License +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/form-data/Readme.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/form-data/index.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/form-data/lib/browser.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/form-data/lib/populate.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-db/HISTORY.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-db/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-db/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-db/db.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-db/index.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-db/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-types/HISTORY.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-types/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-types/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-types/index.js +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/mime-types/package.json +0 -0
- /package/.cache/typescript/{5.5/node_modules/form-data → 5.6}/node_modules/safe-buffer/LICENSE +0 -0
- /package/.cache/typescript/{5.5/node_modules/form-data → 5.6}/node_modules/safe-buffer/README.md +0 -0
- /package/.cache/typescript/{5.5/node_modules/form-data → 5.6}/node_modules/safe-buffer/index.d.ts +0 -0
- /package/.cache/typescript/{5.5/node_modules/form-data → 5.6}/node_modules/safe-buffer/index.js +0 -0
- /package/.cache/typescript/{5.5/node_modules/form-data → 5.6}/node_modules/safe-buffer/package.json +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/types-registry/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/undici-types/LICENSE +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/undici-types/README.md +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/undici-types/cache.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/undici-types/connector.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/undici-types/content-type.d.ts +0 -0
- /package/.cache/typescript/{5.5 → 5.6}/node_modules/undici-types/eventsource.d.ts +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
export { }
|
@@ -0,0 +1,29 @@
|
|
1
|
+
#!/usr/bin/env node
|
2
|
+
"use strict";const E=require("./index.js"),Z=require("node:events"),ee=require("node:child_process"),te=require("node:path"),ie=require("node:fs"),ne=require("node:process");var x={},S={},j={},W;function q(){if(W)return j;W=1;class $ extends Error{constructor(s,r,l){super(l),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=r,this.exitCode=s,this.nestedError=void 0}}class w extends ${constructor(s){super(1,"commander.invalidArgument",s),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}}return j.CommanderError=$,j.InvalidArgumentError=w,j}var R;function M(){if(R)return S;R=1;const{InvalidArgumentError:$}=q();class w{constructor(r,l){switch(this.description=l||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,r[0]){case"<":this.required=!0,this._name=r.slice(1,-1);break;case"[":this.required=!1,this._name=r.slice(1,-1);break;default:this.required=!0,this._name=r;break}this._name.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(r,l){return l===this.defaultValue||!Array.isArray(l)?[r]:l.concat(r)}default(r,l){return this.defaultValue=r,this.defaultValueDescription=l,this}argParser(r){return this.parseArg=r,this}choices(r){return this.argChoices=r.slice(),this.parseArg=(l,a)=>{if(!this.argChoices.includes(l))throw new $(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(l,a):l},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}}function y(s){const r=s.name()+(s.variadic===!0?"...":"");return s.required?"<"+r+">":"["+r+"]"}return S.Argument=w,S.humanReadableArgName=y,S}var F={},N={},B;function Q(){if(B)return N;B=1;const{humanReadableArgName:$}=M();class w{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(s){const r=s.commands.filter(a=>!a._hidden),l=s._getHelpCommand();return l&&!l._hidden&&r.push(l),this.sortSubcommands&&r.sort((a,u)=>a.name().localeCompare(u.name())),r}compareOptions(s,r){const l=a=>a.short?a.short.replace(/^-/,""):a.long.replace(/^--/,"");return l(s).localeCompare(l(r))}visibleOptions(s){const r=s.options.filter(a=>!a.hidden),l=s._getHelpOption();if(l&&!l.hidden){const a=l.short&&s._findOption(l.short),u=l.long&&s._findOption(l.long);!a&&!u?r.push(l):l.long&&!u?r.push(s.createOption(l.long,l.description)):l.short&&!a&&r.push(s.createOption(l.short,l.description))}return this.sortOptions&&r.sort(this.compareOptions),r}visibleGlobalOptions(s){if(!this.showGlobalOptions)return[];const r=[];for(let l=s.parent;l;l=l.parent){const a=l.options.filter(u=>!u.hidden);r.push(...a)}return this.sortOptions&&r.sort(this.compareOptions),r}visibleArguments(s){return s._argsDescription&&s.registeredArguments.forEach(r=>{r.description=r.description||s._argsDescription[r.name()]||""}),s.registeredArguments.find(r=>r.description)?s.registeredArguments:[]}subcommandTerm(s){const r=s.registeredArguments.map(l=>$(l)).join(" ");return s._name+(s._aliases[0]?"|"+s._aliases[0]:"")+(s.options.length?" [options]":"")+(r?" "+r:"")}optionTerm(s){return s.flags}argumentTerm(s){return s.name()}longestSubcommandTermLength(s,r){return r.visibleCommands(s).reduce((l,a)=>Math.max(l,r.subcommandTerm(a).length),0)}longestOptionTermLength(s,r){return r.visibleOptions(s).reduce((l,a)=>Math.max(l,r.optionTerm(a).length),0)}longestGlobalOptionTermLength(s,r){return r.visibleGlobalOptions(s).reduce((l,a)=>Math.max(l,r.optionTerm(a).length),0)}longestArgumentTermLength(s,r){return r.visibleArguments(s).reduce((l,a)=>Math.max(l,r.argumentTerm(a).length),0)}commandUsage(s){let r=s._name;s._aliases[0]&&(r=r+"|"+s._aliases[0]);let l="";for(let a=s.parent;a;a=a.parent)l=a.name()+" "+l;return l+r+" "+s.usage()}commandDescription(s){return s.description()}subcommandDescription(s){return s.summary()||s.description()}optionDescription(s){const r=[];return s.argChoices&&r.push(`choices: ${s.argChoices.map(l=>JSON.stringify(l)).join(", ")}`),s.defaultValue!==void 0&&(s.required||s.optional||s.isBoolean()&&typeof s.defaultValue=="boolean")&&r.push(`default: ${s.defaultValueDescription||JSON.stringify(s.defaultValue)}`),s.presetArg!==void 0&&s.optional&&r.push(`preset: ${JSON.stringify(s.presetArg)}`),s.envVar!==void 0&&r.push(`env: ${s.envVar}`),r.length>0?`${s.description} (${r.join(", ")})`:s.description}argumentDescription(s){const r=[];if(s.argChoices&&r.push(`choices: ${s.argChoices.map(l=>JSON.stringify(l)).join(", ")}`),s.defaultValue!==void 0&&r.push(`default: ${s.defaultValueDescription||JSON.stringify(s.defaultValue)}`),r.length>0){const l=`(${r.join(", ")})`;return s.description?`${s.description} ${l}`:l}return s.description}formatHelp(s,r){const l=r.padWidth(s,r),a=r.helpWidth||80,u=2,A=2;function p(t,n){if(n){const o=`${t.padEnd(l+A)}${n}`;return r.wrap(o,a-u,l+A)}return t}function _(t){return t.join(`
|
3
|
+
`).replace(/^/gm," ".repeat(u))}let h=[`Usage: ${r.commandUsage(s)}`,""];const d=r.commandDescription(s);d.length>0&&(h=h.concat([r.wrap(d,a,0),""]));const C=r.visibleArguments(s).map(t=>p(r.argumentTerm(t),r.argumentDescription(t)));C.length>0&&(h=h.concat(["Arguments:",_(C),""]));const g=r.visibleOptions(s).map(t=>p(r.optionTerm(t),r.optionDescription(t)));if(g.length>0&&(h=h.concat(["Options:",_(g),""])),this.showGlobalOptions){const t=r.visibleGlobalOptions(s).map(n=>p(r.optionTerm(n),r.optionDescription(n)));t.length>0&&(h=h.concat(["Global Options:",_(t),""]))}const e=r.visibleCommands(s).map(t=>p(r.subcommandTerm(t),r.subcommandDescription(t)));return e.length>0&&(h=h.concat(["Commands:",_(e),""])),h.join(`
|
4
|
+
`)}padWidth(s,r){return Math.max(r.longestOptionTermLength(s,r),r.longestGlobalOptionTermLength(s,r),r.longestSubcommandTermLength(s,r),r.longestArgumentTermLength(s,r))}wrap(s,r,l,a=40){const u=" \\f\\t\\v - \uFEFF",A=new RegExp(`[\\n][${u}]+`);if(s.match(A))return s;const p=r-l;if(p<a)return s;const _=s.slice(0,l),h=s.slice(l).replace(`\r
|
5
|
+
`,`
|
6
|
+
`),d=" ".repeat(l),g="\\s",e=new RegExp(`
|
7
|
+
|.{1,${p-1}}([${g}]|$)|[^${g}]+?([${g}]|$)`,"g"),t=h.match(e)||[];return _+t.map((n,o)=>n===`
|
8
|
+
`?"":(o>0?d:"")+n.trimEnd()).join(`
|
9
|
+
`)}}return N.Help=w,N}var P={},U;function X(){if(U)return P;U=1;const{InvalidArgumentError:$}=q();class w{constructor(a,u){this.flags=a,this.description=u||"",this.required=a.includes("<"),this.optional=a.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(a),this.mandatory=!1;const A=r(a);this.short=A.shortFlag,this.long=A.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0}default(a,u){return this.defaultValue=a,this.defaultValueDescription=u,this}preset(a){return this.presetArg=a,this}conflicts(a){return this.conflictsWith=this.conflictsWith.concat(a),this}implies(a){let u=a;return typeof a=="string"&&(u={[a]:!0}),this.implied=Object.assign(this.implied||{},u),this}env(a){return this.envVar=a,this}argParser(a){return this.parseArg=a,this}makeOptionMandatory(a=!0){return this.mandatory=!!a,this}hideHelp(a=!0){return this.hidden=!!a,this}_concatValue(a,u){return u===this.defaultValue||!Array.isArray(u)?[a]:u.concat(a)}choices(a){return this.argChoices=a.slice(),this.parseArg=(u,A)=>{if(!this.argChoices.includes(u))throw new $(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(u,A):u},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return s(this.name().replace(/^no-/,""))}is(a){return this.short===a||this.long===a}isBoolean(){return!this.required&&!this.optional&&!this.negate}}class y{constructor(a){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,a.forEach(u=>{u.negate?this.negativeOptions.set(u.attributeName(),u):this.positiveOptions.set(u.attributeName(),u)}),this.negativeOptions.forEach((u,A)=>{this.positiveOptions.has(A)&&this.dualOptions.add(A)})}valueFromOption(a,u){const A=u.attributeName();if(!this.dualOptions.has(A))return!0;const p=this.negativeOptions.get(A).presetArg,_=p!==void 0?p:!1;return u.negate===(_===a)}}function s(l){return l.split("-").reduce((a,u)=>a+u[0].toUpperCase()+u.slice(1))}function r(l){let a,u;const A=l.split(/[ |,]+/);return A.length>1&&!/^[[<]/.test(A[1])&&(a=A.shift()),u=A.shift(),!a&&/^-[^-]$/.test(u)&&(a=u,u=void 0),{shortFlag:a,longFlag:u}}return P.Option=w,P.DualOptions=y,P}var T={},G;function re(){if(G)return T;G=1;const $=3;function w(s,r){if(Math.abs(s.length-r.length)>$)return Math.max(s.length,r.length);const l=[];for(let a=0;a<=s.length;a++)l[a]=[a];for(let a=0;a<=r.length;a++)l[0][a]=a;for(let a=1;a<=r.length;a++)for(let u=1;u<=s.length;u++){let A=1;s[u-1]===r[a-1]?A=0:A=1,l[u][a]=Math.min(l[u-1][a]+1,l[u][a-1]+1,l[u-1][a-1]+A),u>1&&a>1&&s[u-1]===r[a-2]&&s[u-2]===r[a-1]&&(l[u][a]=Math.min(l[u][a],l[u-2][a-2]+1))}return l[s.length][r.length]}function y(s,r){if(!r||r.length===0)return"";r=Array.from(new Set(r));const l=s.startsWith("--");l&&(s=s.slice(2),r=r.map(p=>p.slice(2)));let a=[],u=$;const A=.4;return r.forEach(p=>{if(p.length<=1)return;const _=w(s,p),h=Math.max(s.length,p.length);(h-_)/h>A&&(_<u?(u=_,a=[p]):_===u&&a.push(p))}),a.sort((p,_)=>p.localeCompare(_)),l&&(a=a.map(p=>`--${p}`)),a.length>1?`
|
10
|
+
(Did you mean one of ${a.join(", ")}?)`:a.length===1?`
|
11
|
+
(Did you mean ${a[0]}?)`:""}return T.suggestSimilar=y,T}var L;function se(){if(L)return F;L=1;const $=Z.EventEmitter,w=ee,y=te,s=ie,r=ne,{Argument:l,humanReadableArgName:a}=M(),{CommanderError:u}=q(),{Help:A}=Q(),{Option:p,DualOptions:_}=X(),{suggestSimilar:h}=re();class d extends ${constructor(e){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!0,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=e||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._outputConfiguration={writeOut:t=>r.stdout.write(t),writeErr:t=>r.stderr.write(t),getOutHelpWidth:()=>r.stdout.isTTY?r.stdout.columns:void 0,getErrHelpWidth:()=>r.stderr.isTTY?r.stderr.columns:void 0,outputError:(t,n)=>n(t)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={}}copyInheritedSettings(e){return this._outputConfiguration=e._outputConfiguration,this._helpOption=e._helpOption,this._helpCommand=e._helpCommand,this._helpConfiguration=e._helpConfiguration,this._exitCallback=e._exitCallback,this._storeOptionsAsProperties=e._storeOptionsAsProperties,this._combineFlagAndOptionalValue=e._combineFlagAndOptionalValue,this._allowExcessArguments=e._allowExcessArguments,this._enablePositionalOptions=e._enablePositionalOptions,this._showHelpAfterError=e._showHelpAfterError,this._showSuggestionAfterError=e._showSuggestionAfterError,this}_getCommandAndAncestors(){const e=[];for(let t=this;t;t=t.parent)e.push(t);return e}command(e,t,n){let o=t,i=n;typeof o=="object"&&o!==null&&(i=o,o=null),i=i||{};const[,c,m]=e.match(/([^ ]+) *(.*)/),f=this.createCommand(c);return o&&(f.description(o),f._executableHandler=!0),i.isDefault&&(this._defaultCommandName=f._name),f._hidden=!!(i.noHelp||i.hidden),f._executableFile=i.executableFile||null,m&&f.arguments(m),this._registerCommand(f),f.parent=this,f.copyInheritedSettings(this),o?this:f}createCommand(e){return new d(e)}createHelp(){return Object.assign(new A,this.configureHelp())}configureHelp(e){return e===void 0?this._helpConfiguration:(this._helpConfiguration=e,this)}configureOutput(e){return e===void 0?this._outputConfiguration:(Object.assign(this._outputConfiguration,e),this)}showHelpAfterError(e=!0){return typeof e!="string"&&(e=!!e),this._showHelpAfterError=e,this}showSuggestionAfterError(e=!0){return this._showSuggestionAfterError=!!e,this}addCommand(e,t){if(!e._name)throw new Error(`Command passed to .addCommand() must have a name
|
12
|
+
- specify the name in Command constructor or using .name()`);return t=t||{},t.isDefault&&(this._defaultCommandName=e._name),(t.noHelp||t.hidden)&&(e._hidden=!0),this._registerCommand(e),e.parent=this,e._checkForBrokenPassThrough(),this}createArgument(e,t){return new l(e,t)}argument(e,t,n,o){const i=this.createArgument(e,t);return typeof n=="function"?i.default(o).argParser(n):i.default(n),this.addArgument(i),this}arguments(e){return e.trim().split(/ +/).forEach(t=>{this.argument(t)}),this}addArgument(e){const t=this.registeredArguments.slice(-1)[0];if(t&&t.variadic)throw new Error(`only the last argument can be variadic '${t.name()}'`);if(e.required&&e.defaultValue!==void 0&&e.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${e.name()}'`);return this.registeredArguments.push(e),this}helpCommand(e,t){if(typeof e=="boolean")return this._addImplicitHelpCommand=e,this;e=e??"help [command]";const[,n,o]=e.match(/([^ ]+) *(.*)/),i=t??"display help for command",c=this.createCommand(n);return c.helpOption(!1),o&&c.arguments(o),i&&c.description(i),this._addImplicitHelpCommand=!0,this._helpCommand=c,this}addHelpCommand(e,t){return typeof e!="object"?(this.helpCommand(e,t),this):(this._addImplicitHelpCommand=!0,this._helpCommand=e,this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(e,t){const n=["preSubcommand","preAction","postAction"];if(!n.includes(e))throw new Error(`Unexpected value for event passed to hook : '${e}'.
|
13
|
+
Expecting one of '${n.join("', '")}'`);return this._lifeCycleHooks[e]?this._lifeCycleHooks[e].push(t):this._lifeCycleHooks[e]=[t],this}exitOverride(e){return e?this._exitCallback=e:this._exitCallback=t=>{if(t.code!=="commander.executeSubCommandAsync")throw t},this}_exit(e,t,n){this._exitCallback&&this._exitCallback(new u(e,t,n)),r.exit(e)}action(e){const t=n=>{const o=this.registeredArguments.length,i=n.slice(0,o);return this._storeOptionsAsProperties?i[o]=this:i[o]=this.opts(),i.push(this),e.apply(this,i)};return this._actionHandler=t,this}createOption(e,t){return new p(e,t)}_callParseArg(e,t,n,o){try{return e.parseArg(t,n)}catch(i){if(i.code==="commander.invalidArgument"){const c=`${o} ${i.message}`;this.error(c,{exitCode:i.exitCode,code:i.code})}throw i}}_registerOption(e){const t=e.short&&this._findOption(e.short)||e.long&&this._findOption(e.long);if(t){const n=e.long&&this._findOption(e.long)?e.long:e.short;throw new Error(`Cannot add option '${e.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${n}'
|
14
|
+
- already used by option '${t.flags}'`)}this.options.push(e)}_registerCommand(e){const t=o=>[o.name()].concat(o.aliases()),n=t(e).find(o=>this._findCommand(o));if(n){const o=t(this._findCommand(n)).join("|"),i=t(e).join("|");throw new Error(`cannot add command '${i}' as already have command '${o}'`)}this.commands.push(e)}addOption(e){this._registerOption(e);const t=e.name(),n=e.attributeName();if(e.negate){const i=e.long.replace(/^--no-/,"--");this._findOption(i)||this.setOptionValueWithSource(n,e.defaultValue===void 0?!0:e.defaultValue,"default")}else e.defaultValue!==void 0&&this.setOptionValueWithSource(n,e.defaultValue,"default");const o=(i,c,m)=>{i==null&&e.presetArg!==void 0&&(i=e.presetArg);const f=this.getOptionValue(n);i!==null&&e.parseArg?i=this._callParseArg(e,i,f,c):i!==null&&e.variadic&&(i=e._concatValue(i,f)),i==null&&(e.negate?i=!1:e.isBoolean()||e.optional?i=!0:i=""),this.setOptionValueWithSource(n,i,m)};return this.on("option:"+t,i=>{const c=`error: option '${e.flags}' argument '${i}' is invalid.`;o(i,c,"cli")}),e.envVar&&this.on("optionEnv:"+t,i=>{const c=`error: option '${e.flags}' value '${i}' from env '${e.envVar}' is invalid.`;o(i,c,"env")}),this}_optionEx(e,t,n,o,i){if(typeof t=="object"&&t instanceof p)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");const c=this.createOption(t,n);if(c.makeOptionMandatory(!!e.mandatory),typeof o=="function")c.default(i).argParser(o);else if(o instanceof RegExp){const m=o;o=(f,b)=>{const O=m.exec(f);return O?O[0]:b},c.default(i).argParser(o)}else c.default(o);return this.addOption(c)}option(e,t,n,o){return this._optionEx({},e,t,n,o)}requiredOption(e,t,n,o){return this._optionEx({mandatory:!0},e,t,n,o)}combineFlagAndOptionalValue(e=!0){return this._combineFlagAndOptionalValue=!!e,this}allowUnknownOption(e=!0){return this._allowUnknownOption=!!e,this}allowExcessArguments(e=!0){return this._allowExcessArguments=!!e,this}enablePositionalOptions(e=!0){return this._enablePositionalOptions=!!e,this}passThroughOptions(e=!0){return this._passThroughOptions=!!e,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(e=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!e,this}getOptionValue(e){return this._storeOptionsAsProperties?this[e]:this._optionValues[e]}setOptionValue(e,t){return this.setOptionValueWithSource(e,t,void 0)}setOptionValueWithSource(e,t,n){return this._storeOptionsAsProperties?this[e]=t:this._optionValues[e]=t,this._optionValueSources[e]=n,this}getOptionValueSource(e){return this._optionValueSources[e]}getOptionValueSourceWithGlobals(e){let t;return this._getCommandAndAncestors().forEach(n=>{n.getOptionValueSource(e)!==void 0&&(t=n.getOptionValueSource(e))}),t}_prepareUserArgs(e,t){if(e!==void 0&&!Array.isArray(e))throw new Error("first parameter to parse must be array or undefined");if(t=t||{},e===void 0&&t.from===void 0){r.versions?.electron&&(t.from="electron");const o=r.execArgv??[];(o.includes("-e")||o.includes("--eval")||o.includes("-p")||o.includes("--print"))&&(t.from="eval")}e===void 0&&(e=r.argv),this.rawArgs=e.slice();let n;switch(t.from){case void 0:case"node":this._scriptPath=e[1],n=e.slice(2);break;case"electron":r.defaultApp?(this._scriptPath=e[1],n=e.slice(2)):n=e.slice(1);break;case"user":n=e.slice(0);break;case"eval":n=e.slice(1);break;default:throw new Error(`unexpected parse option { from: '${t.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",n}parse(e,t){const n=this._prepareUserArgs(e,t);return this._parseCommand([],n),this}async parseAsync(e,t){const n=this._prepareUserArgs(e,t);return await this._parseCommand([],n),this}_executeSubCommand(e,t){t=t.slice();let n=!1;const o=[".js",".ts",".tsx",".mjs",".cjs"];function i(O,v){const V=y.resolve(O,v);if(s.existsSync(V))return V;if(o.includes(y.extname(v)))return;const k=o.find(D=>s.existsSync(`${V}${D}`));if(k)return`${V}${k}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let c=e._executableFile||`${this._name}-${e._name}`,m=this._executableDir||"";if(this._scriptPath){let O;try{O=s.realpathSync(this._scriptPath)}catch{O=this._scriptPath}m=y.resolve(y.dirname(O),m)}if(m){let O=i(m,c);if(!O&&!e._executableFile&&this._scriptPath){const v=y.basename(this._scriptPath,y.extname(this._scriptPath));v!==this._name&&(O=i(m,`${v}-${e._name}`))}c=O||c}n=o.includes(y.extname(c));let f;r.platform!=="win32"?n?(t.unshift(c),t=C(r.execArgv).concat(t),f=w.spawn(r.argv[0],t,{stdio:"inherit"})):f=w.spawn(c,t,{stdio:"inherit"}):(t.unshift(c),t=C(r.execArgv).concat(t),f=w.spawn(r.execPath,t,{stdio:"inherit"})),f.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(v=>{r.on(v,()=>{f.killed===!1&&f.exitCode===null&&f.kill(v)})});const b=this._exitCallback;f.on("close",O=>{O=O??1,b?b(new u(O,"commander.executeSubCommandAsync","(close)")):r.exit(O)}),f.on("error",O=>{if(O.code==="ENOENT"){const v=m?`searched for local subcommand relative to directory '${m}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",V=`'${c}' does not exist
|
15
|
+
- if '${e._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
|
16
|
+
- if the default executable name is not suitable, use the executableFile option to supply a custom name or path
|
17
|
+
- ${v}`;throw new Error(V)}else if(O.code==="EACCES")throw new Error(`'${c}' not executable`);if(!b)r.exit(1);else{const v=new u(1,"commander.executeSubCommandAsync","(error)");v.nestedError=O,b(v)}}),this.runningCommand=f}_dispatchSubcommand(e,t,n){const o=this._findCommand(e);o||this.help({error:!0});let i;return i=this._chainOrCallSubCommandHook(i,o,"preSubcommand"),i=this._chainOrCall(i,()=>{if(o._executableHandler)this._executeSubCommand(o,t.concat(n));else return o._parseCommand(t,n)}),i}_dispatchHelpCommand(e){e||this.help();const t=this._findCommand(e);return t&&!t._executableHandler&&t.help(),this._dispatchSubcommand(e,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((e,t)=>{e.required&&this.args[t]==null&&this.missingArgument(e.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){const e=(n,o,i)=>{let c=o;if(o!==null&&n.parseArg){const m=`error: command-argument value '${o}' is invalid for argument '${n.name()}'.`;c=this._callParseArg(n,o,i,m)}return c};this._checkNumberOfArguments();const t=[];this.registeredArguments.forEach((n,o)=>{let i=n.defaultValue;n.variadic?o<this.args.length?(i=this.args.slice(o),n.parseArg&&(i=i.reduce((c,m)=>e(n,m,c),n.defaultValue))):i===void 0&&(i=[]):o<this.args.length&&(i=this.args[o],n.parseArg&&(i=e(n,i,n.defaultValue))),t[o]=i}),this.processedArgs=t}_chainOrCall(e,t){return e&&e.then&&typeof e.then=="function"?e.then(()=>t()):t()}_chainOrCallHooks(e,t){let n=e;const o=[];return this._getCommandAndAncestors().reverse().filter(i=>i._lifeCycleHooks[t]!==void 0).forEach(i=>{i._lifeCycleHooks[t].forEach(c=>{o.push({hookedCommand:i,callback:c})})}),t==="postAction"&&o.reverse(),o.forEach(i=>{n=this._chainOrCall(n,()=>i.callback(i.hookedCommand,this))}),n}_chainOrCallSubCommandHook(e,t,n){let o=e;return this._lifeCycleHooks[n]!==void 0&&this._lifeCycleHooks[n].forEach(i=>{o=this._chainOrCall(o,()=>i(this,t))}),o}_parseCommand(e,t){const n=this.parseOptions(t);if(this._parseOptionsEnv(),this._parseOptionsImplied(),e=e.concat(n.operands),t=n.unknown,this.args=e.concat(t),e&&this._findCommand(e[0]))return this._dispatchSubcommand(e[0],e.slice(1),t);if(this._getHelpCommand()&&e[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(e[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(t),this._dispatchSubcommand(this._defaultCommandName,e,t);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(n.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();const o=()=>{n.unknown.length>0&&this.unknownOption(n.unknown[0])},i=`command:${this.name()}`;if(this._actionHandler){o(),this._processArguments();let c;return c=this._chainOrCallHooks(c,"preAction"),c=this._chainOrCall(c,()=>this._actionHandler(this.processedArgs)),this.parent&&(c=this._chainOrCall(c,()=>{this.parent.emit(i,e,t)})),c=this._chainOrCallHooks(c,"postAction"),c}if(this.parent&&this.parent.listenerCount(i))o(),this._processArguments(),this.parent.emit(i,e,t);else if(e.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",e,t);this.listenerCount("command:*")?this.emit("command:*",e,t):this.commands.length?this.unknownCommand():(o(),this._processArguments())}else this.commands.length?(o(),this.help({error:!0})):(o(),this._processArguments())}_findCommand(e){if(e)return this.commands.find(t=>t._name===e||t._aliases.includes(e))}_findOption(e){return this.options.find(t=>t.is(e))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(e=>{e.options.forEach(t=>{t.mandatory&&e.getOptionValue(t.attributeName())===void 0&&e.missingMandatoryOptionValue(t)})})}_checkForConflictingLocalOptions(){const e=this.options.filter(n=>{const o=n.attributeName();return this.getOptionValue(o)===void 0?!1:this.getOptionValueSource(o)!=="default"});e.filter(n=>n.conflictsWith.length>0).forEach(n=>{const o=e.find(i=>n.conflictsWith.includes(i.attributeName()));o&&this._conflictingOption(n,o)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(e=>{e._checkForConflictingLocalOptions()})}parseOptions(e){const t=[],n=[];let o=t;const i=e.slice();function c(f){return f.length>1&&f[0]==="-"}let m=null;for(;i.length;){const f=i.shift();if(f==="--"){o===n&&o.push(f),o.push(...i);break}if(m&&!c(f)){this.emit(`option:${m.name()}`,f);continue}if(m=null,c(f)){const b=this._findOption(f);if(b){if(b.required){const O=i.shift();O===void 0&&this.optionMissingArgument(b),this.emit(`option:${b.name()}`,O)}else if(b.optional){let O=null;i.length>0&&!c(i[0])&&(O=i.shift()),this.emit(`option:${b.name()}`,O)}else this.emit(`option:${b.name()}`);m=b.variadic?b:null;continue}}if(f.length>2&&f[0]==="-"&&f[1]!=="-"){const b=this._findOption(`-${f[1]}`);if(b){b.required||b.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${b.name()}`,f.slice(2)):(this.emit(`option:${b.name()}`),i.unshift(`-${f.slice(2)}`));continue}}if(/^--[^=]+=/.test(f)){const b=f.indexOf("="),O=this._findOption(f.slice(0,b));if(O&&(O.required||O.optional)){this.emit(`option:${O.name()}`,f.slice(b+1));continue}}if(c(f)&&(o=n),(this._enablePositionalOptions||this._passThroughOptions)&&t.length===0&&n.length===0){if(this._findCommand(f)){t.push(f),i.length>0&&n.push(...i);break}else if(this._getHelpCommand()&&f===this._getHelpCommand().name()){t.push(f),i.length>0&&t.push(...i);break}else if(this._defaultCommandName){n.push(f),i.length>0&&n.push(...i);break}}if(this._passThroughOptions){o.push(f),i.length>0&&o.push(...i);break}o.push(f)}return{operands:t,unknown:n}}opts(){if(this._storeOptionsAsProperties){const e={},t=this.options.length;for(let n=0;n<t;n++){const o=this.options[n].attributeName();e[o]=o===this._versionOptionName?this._version:this[o]}return e}return this._optionValues}optsWithGlobals(){return this._getCommandAndAncestors().reduce((e,t)=>Object.assign(e,t.opts()),{})}error(e,t){this._outputConfiguration.outputError(`${e}
|
18
|
+
`,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
|
19
|
+
`):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
|
20
|
+
`),this.outputHelp({error:!0}));const n=t||{},o=n.exitCode||1,i=n.code||"commander.error";this._exit(o,i,e)}_parseOptionsEnv(){this.options.forEach(e=>{if(e.envVar&&e.envVar in r.env){const t=e.attributeName();(this.getOptionValue(t)===void 0||["default","config","env"].includes(this.getOptionValueSource(t)))&&(e.required||e.optional?this.emit(`optionEnv:${e.name()}`,r.env[e.envVar]):this.emit(`optionEnv:${e.name()}`))}})}_parseOptionsImplied(){const e=new _(this.options),t=n=>this.getOptionValue(n)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(n));this.options.filter(n=>n.implied!==void 0&&t(n.attributeName())&&e.valueFromOption(this.getOptionValue(n.attributeName()),n)).forEach(n=>{Object.keys(n.implied).filter(o=>!t(o)).forEach(o=>{this.setOptionValueWithSource(o,n.implied[o],"implied")})})}missingArgument(e){const t=`error: missing required argument '${e}'`;this.error(t,{code:"commander.missingArgument"})}optionMissingArgument(e){const t=`error: option '${e.flags}' argument missing`;this.error(t,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(e){const t=`error: required option '${e.flags}' not specified`;this.error(t,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(e,t){const n=c=>{const m=c.attributeName(),f=this.getOptionValue(m),b=this.options.find(v=>v.negate&&m===v.attributeName()),O=this.options.find(v=>!v.negate&&m===v.attributeName());return b&&(b.presetArg===void 0&&f===!1||b.presetArg!==void 0&&f===b.presetArg)?b:O||c},o=c=>{const m=n(c),f=m.attributeName();return this.getOptionValueSource(f)==="env"?`environment variable '${m.envVar}'`:`option '${m.flags}'`},i=`error: ${o(e)} cannot be used with ${o(t)}`;this.error(i,{code:"commander.conflictingOption"})}unknownOption(e){if(this._allowUnknownOption)return;let t="";if(e.startsWith("--")&&this._showSuggestionAfterError){let o=[],i=this;do{const c=i.createHelp().visibleOptions(i).filter(m=>m.long).map(m=>m.long);o=o.concat(c),i=i.parent}while(i&&!i._enablePositionalOptions);t=h(e,o)}const n=`error: unknown option '${e}'${t}`;this.error(n,{code:"commander.unknownOption"})}_excessArguments(e){if(this._allowExcessArguments)return;const t=this.registeredArguments.length,n=t===1?"":"s",i=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${t} argument${n} but got ${e.length}.`;this.error(i,{code:"commander.excessArguments"})}unknownCommand(){const e=this.args[0];let t="";if(this._showSuggestionAfterError){const o=[];this.createHelp().visibleCommands(this).forEach(i=>{o.push(i.name()),i.alias()&&o.push(i.alias())}),t=h(e,o)}const n=`error: unknown command '${e}'${t}`;this.error(n,{code:"commander.unknownCommand"})}version(e,t,n){if(e===void 0)return this._version;this._version=e,t=t||"-V, --version",n=n||"output the version number";const o=this.createOption(t,n);return this._versionOptionName=o.attributeName(),this._registerOption(o),this.on("option:"+o.name(),()=>{this._outputConfiguration.writeOut(`${e}
|
21
|
+
`),this._exit(0,"commander.version",e)}),this}description(e,t){return e===void 0&&t===void 0?this._description:(this._description=e,t&&(this._argsDescription=t),this)}summary(e){return e===void 0?this._summary:(this._summary=e,this)}alias(e){if(e===void 0)return this._aliases[0];let t=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(t=this.commands[this.commands.length-1]),e===t._name)throw new Error("Command alias can't be the same as its name");const n=this.parent?._findCommand(e);if(n){const o=[n.name()].concat(n.aliases()).join("|");throw new Error(`cannot add alias '${e}' to command '${this.name()}' as already have command '${o}'`)}return t._aliases.push(e),this}aliases(e){return e===void 0?this._aliases:(e.forEach(t=>this.alias(t)),this)}usage(e){if(e===void 0){if(this._usage)return this._usage;const t=this.registeredArguments.map(n=>a(n));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?t:[]).join(" ")}return this._usage=e,this}name(e){return e===void 0?this._name:(this._name=e,this)}nameFromFilename(e){return this._name=y.basename(e,y.extname(e)),this}executableDir(e){return e===void 0?this._executableDir:(this._executableDir=e,this)}helpInformation(e){const t=this.createHelp();return t.helpWidth===void 0&&(t.helpWidth=e&&e.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),t.formatHelp(this,t)}_getHelpContext(e){e=e||{};const t={error:!!e.error};let n;return t.error?n=o=>this._outputConfiguration.writeErr(o):n=o=>this._outputConfiguration.writeOut(o),t.write=e.write||n,t.command=this,t}outputHelp(e){let t;typeof e=="function"&&(t=e,e=void 0);const n=this._getHelpContext(e);this._getCommandAndAncestors().reverse().forEach(i=>i.emit("beforeAllHelp",n)),this.emit("beforeHelp",n);let o=this.helpInformation(n);if(t&&(o=t(o),typeof o!="string"&&!Buffer.isBuffer(o)))throw new Error("outputHelp callback must return a string or a Buffer");n.write(o),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",n),this._getCommandAndAncestors().forEach(i=>i.emit("afterAllHelp",n))}helpOption(e,t){return typeof e=="boolean"?(e?this._helpOption=this._helpOption??void 0:this._helpOption=null,this):(e=e??"-h, --help",t=t??"display help for command",this._helpOption=this.createOption(e,t),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(e){return this._helpOption=e,this}help(e){this.outputHelp(e);let t=r.exitCode||0;t===0&&e&&typeof e!="function"&&e.error&&(t=1),this._exit(t,"commander.help","(outputHelp)")}addHelpText(e,t){const n=["beforeAll","before","after","afterAll"];if(!n.includes(e))throw new Error(`Unexpected value for position to addHelpText.
|
22
|
+
Expecting one of '${n.join("', '")}'`);const o=`${e}Help`;return this.on(o,i=>{let c;typeof t=="function"?c=t({error:i.error,command:i.command}):c=t,c&&i.write(`${c}
|
23
|
+
`)}),this}_outputHelpIfRequested(e){const t=this._getHelpOption();t&&e.find(o=>t.is(o))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}}function C(g){return g.map(e=>{if(!e.startsWith("--inspect"))return e;let t,n="127.0.0.1",o="9229",i;return(i=e.match(/^(--inspect(-brk)?)$/))!==null?t=i[1]:(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(t=i[1],/^\d+$/.test(i[3])?o=i[3]:n=i[3]):(i=e.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(t=i[1],n=i[3],o=i[4]),t&&o!=="0"?`${t}=${n}:${parseInt(o)+1}`:e})}return F.Command=d,F}var J;function oe(){if(J)return x;J=1;const{Argument:$}=M(),{Command:w}=se(),{CommanderError:y,InvalidArgumentError:s}=q(),{Help:r}=Q(),{Option:l}=X();return x.program=new w,x.createCommand=a=>new w(a),x.createOption=(a,u)=>new l(a,u),x.createArgument=(a,u)=>new $(a,u),x.Command=w,x.Option=l,x.Argument=$,x.Help=r,x.CommanderError=y,x.InvalidArgumentError=s,x.InvalidOptionArgumentError=s,x}var ae=oe();const le=E.getDefaultExportFromCjs(ae),{program:H,createCommand:me,createArgument:ge,createOption:_e,CommanderError:Oe,InvalidArgumentError:Ae,InvalidOptionArgumentError:be,Command:Ce,Argument:we,Option:K,Help:ue}=le;var I,Y;function ce(){if(Y)return I;Y=1,I=w;function $(s){return s instanceof Buffer?Buffer.from(s):new s.constructor(s.buffer.slice(),s.byteOffset,s.length)}function w(s){if(s=s||{},s.circles)return y(s);const r=new Map;if(r.set(Date,p=>new Date(p)),r.set(Map,(p,_)=>new Map(a(Array.from(p),_))),r.set(Set,(p,_)=>new Set(a(Array.from(p),_))),s.constructorHandlers)for(const p of s.constructorHandlers)r.set(p[0],p[1]);let l=null;return s.proto?A:u;function a(p,_){const h=Object.keys(p),d=new Array(h.length);for(let C=0;C<h.length;C++){const g=h[C],e=p[g];typeof e!="object"||e===null?d[g]=e:e.constructor!==Object&&(l=r.get(e.constructor))?d[g]=l(e,_):ArrayBuffer.isView(e)?d[g]=$(e):d[g]=_(e)}return d}function u(p){if(typeof p!="object"||p===null)return p;if(Array.isArray(p))return a(p,u);if(p.constructor!==Object&&(l=r.get(p.constructor)))return l(p,u);const _={};for(const h in p){if(Object.hasOwnProperty.call(p,h)===!1)continue;const d=p[h];typeof d!="object"||d===null?_[h]=d:d.constructor!==Object&&(l=r.get(d.constructor))?_[h]=l(d,u):ArrayBuffer.isView(d)?_[h]=$(d):_[h]=u(d)}return _}function A(p){if(typeof p!="object"||p===null)return p;if(Array.isArray(p))return a(p,A);if(p.constructor!==Object&&(l=r.get(p.constructor)))return l(p,A);const _={};for(const h in p){const d=p[h];typeof d!="object"||d===null?_[h]=d:d.constructor!==Object&&(l=r.get(d.constructor))?_[h]=l(d,A):ArrayBuffer.isView(d)?_[h]=$(d):_[h]=A(d)}return _}}function y(s){const r=[],l=[],a=new Map;if(a.set(Date,h=>new Date(h)),a.set(Map,(h,d)=>new Map(A(Array.from(h),d))),a.set(Set,(h,d)=>new Set(A(Array.from(h),d))),s.constructorHandlers)for(const h of s.constructorHandlers)a.set(h[0],h[1]);let u=null;return s.proto?_:p;function A(h,d){const C=Object.keys(h),g=new Array(C.length);for(let e=0;e<C.length;e++){const t=C[e],n=h[t];if(typeof n!="object"||n===null)g[t]=n;else if(n.constructor!==Object&&(u=a.get(n.constructor)))g[t]=u(n,d);else if(ArrayBuffer.isView(n))g[t]=$(n);else{const o=r.indexOf(n);o!==-1?g[t]=l[o]:g[t]=d(n)}}return g}function p(h){if(typeof h!="object"||h===null)return h;if(Array.isArray(h))return A(h,p);if(h.constructor!==Object&&(u=a.get(h.constructor)))return u(h,p);const d={};r.push(h),l.push(d);for(const C in h){if(Object.hasOwnProperty.call(h,C)===!1)continue;const g=h[C];if(typeof g!="object"||g===null)d[C]=g;else if(g.constructor!==Object&&(u=a.get(g.constructor)))d[C]=u(g,p);else if(ArrayBuffer.isView(g))d[C]=$(g);else{const e=r.indexOf(g);e!==-1?d[C]=l[e]:d[C]=p(g)}}return r.pop(),l.pop(),d}function _(h){if(typeof h!="object"||h===null)return h;if(Array.isArray(h))return A(h,_);if(h.constructor!==Object&&(u=a.get(h.constructor)))return u(h,_);const d={};r.push(h),l.push(d);for(const C in h){const g=h[C];if(typeof g!="object"||g===null)d[C]=g;else if(g.constructor!==Object&&(u=a.get(g.constructor)))d[C]=u(g,_);else if(ArrayBuffer.isView(g))d[C]=$(g);else{const e=r.indexOf(g);e!==-1?d[C]=l[e]:d[C]=_(g)}}return r.pop(),l.pop(),d}}return I}var he=ce();const fe=E.getDefaultExportFromCjs(he),z="Output the version number of npm-check-updates.",pe=$=>$.replace(/`/g,""),de=fe();(async()=>{const{default:$}=await Promise.resolve().then(()=>require("./index-BlZRi20K.js")),w=$({pkg:E.pkg});if(w.update&&w.update.latest!==E.pkg.version){const{default:i}=await Promise.resolve().then(()=>require("./index-vtankfkr.js")),c=E.semver.parse(w.update.current)?.major,m=E.semver.parse(w.update.latest)?.major,b=(c&&m&&m>=c?new Array(m-c).fill(0).map((v,V)=>c+V+1):[]).map(v=>`${E.pkg.homepage??""}/releases/tag/v${v}.0.0`),O=`${E.pkg.homepage??""}/compare/v${w.update.current}...v${w.update.latest}`;w.notify({defer:!1,isGlobal:!0,message:`Update available ${i.dim("{currentVersion}")}${i.reset(" → ")}${w.update.type==="major"?i.red("{latestVersion}"):w.update.type==="minor"?i.yellow("{latestVersion}"):i.green("{latestVersion}")}
|
24
|
+
Run ${i.cyan("{updateCommand}")} to update
|
25
|
+
${i.dim.underline(w.update.type==="major"?b.map(v=>i.dim.underline(v)).join(`
|
26
|
+
`):O)}`})}const y=process.argv.slice(2),s=y.findIndex(i=>i==="--help"||i==="-h");if(s!==-1&&y[s+1]){const i=y[s+1].replace(/^-*/,"");i==="help"||i==="h"?console.info("Would you like some help with your help?"):(await E.chalkInit(),[...y.slice(0,s),...y.slice(s+1)].forEach(m=>{const f=m.replace(/^-*/,""),b=E.cliOptionsSorted.find(O=>f===O.long||f===O.short||f===`no-${O.long}`&&O.type==="boolean");console.info(b?E.renderExtendedHelp(b)+`
|
27
|
+
`:f==="version"||f==="v"||f==="V"?E.renderExtendedHelp({long:"version",short:"v",description:z,type:"string"})+`
|
28
|
+
`:`Unknown option: ${m}`)})),process.exit(0)}const r=new Set(E.cliOptionsSorted.filter(i=>i.cli===!1).map(i=>`--${i.long}`));H.description("[filter] is a list or regex of package names to check (all others will be ignored).").usage("[options] [filter]").configureHelp({optionTerm:i=>i.long&&r.has(i.long)?i.long.replace("--","")+"*":i.long==="--version"?"-v, -V, --version":i.flags.replace("[bool]",""),optionDescription:i=>i.long==="--version"?z:i.long==="--help"?`You're lookin' at it. Run "ncu --help <option>" for a specific option.`:ue.prototype.optionDescription(i)}).addOption(new K("-v, --versionAlias").hideHelp()).on("option:versionAlias",()=>{console.info(E.pkg.version),process.exit(0)}),E.cliOptionsSorted.forEach(({long:i,short:c,arg:m,description:f,default:b,help:O,parse:v,type:V})=>{const k=`${c?`-${c}, `:""}--${i}${m?` <${m}>`:""}`,D=`${pe(f)}${O?` Run "ncu --help ${i}" for details.`:""}`;H.option(k,D,v||b,v?b:void 0),V==="boolean"&&H.addOption(new K(`--no-${i}`).default(!1).hideHelp())}),H.version(E.pkg.version);const l=de(H._optionValues);H.parse(process.argv);const a=H.opts(),u=process.argv.slice(2),{color:A,configFileName:p,configFilePath:_,global:h,packageFile:d,mergeConfig:C}=a;await E.chalkInit(A);const g=!process.env.NCU_TESTS||_||C?await E.getNcuRc({configFileName:p,configFilePath:_,global:h,packageFile:d,options:{...a,cli:!0}}):null,e=(g?.args||[]).filter((i,c,m)=>(typeof i!="string"||!i.startsWith("-")||!u.includes(i))&&(typeof m[c-1]!="string"||!m[c-1].startsWith("-")||!u.includes(m[c-1]))),t=[...process.argv.slice(0,2),...e,...u];H._optionValues=l,H.parse(t);const n=H.opts(),o={...g&&Object.keys(g.config).length>0?{rcConfigPath:g.filePath}:null,...E.pickBy(H.opts(),i=>i!==void 0),args:H.args,...n.filter?{filter:n.filter}:null,...n.reject?{reject:n.reject}:null};E.run(o,{cli:!0})})();
|
29
|
+
//# sourceMappingURL=cli.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"cli.js","sources":["../node_modules/commander/lib/error.js","../node_modules/commander/lib/argument.js","../node_modules/commander/lib/help.js","../node_modules/commander/lib/option.js","../node_modules/commander/lib/suggestSimilar.js","../node_modules/commander/lib/command.js","../node_modules/commander/index.js","../node_modules/commander/esm.mjs","../node_modules/rfdc/index.js","../src/bin/cli.ts"],"sourcesContent":["/**\n * CommanderError class\n */\nclass CommanderError extends Error {\n /**\n * Constructs the CommanderError class\n * @param {number} exitCode suggested exit code which could be used with process.exit\n * @param {string} code an id string representing the error\n * @param {string} message human-readable description of the error\n */\n constructor(exitCode, code, message) {\n super(message);\n // properly capture stack trace in Node.js\n Error.captureStackTrace(this, this.constructor);\n this.name = this.constructor.name;\n this.code = code;\n this.exitCode = exitCode;\n this.nestedError = undefined;\n }\n}\n\n/**\n * InvalidArgumentError class\n */\nclass InvalidArgumentError extends CommanderError {\n /**\n * Constructs the InvalidArgumentError class\n * @param {string} [message] explanation of why argument is invalid\n */\n constructor(message) {\n super(1, 'commander.invalidArgument', message);\n // properly capture stack trace in Node.js\n Error.captureStackTrace(this, this.constructor);\n this.name = this.constructor.name;\n }\n}\n\nexports.CommanderError = CommanderError;\nexports.InvalidArgumentError = InvalidArgumentError;\n","const { InvalidArgumentError } = require('./error.js');\n\nclass Argument {\n /**\n * Initialize a new command argument with the given name and description.\n * The default is that the argument is required, and you can explicitly\n * indicate this with <> around the name. Put [] around the name for an optional argument.\n *\n * @param {string} name\n * @param {string} [description]\n */\n\n constructor(name, description) {\n this.description = description || '';\n this.variadic = false;\n this.parseArg = undefined;\n this.defaultValue = undefined;\n this.defaultValueDescription = undefined;\n this.argChoices = undefined;\n\n switch (name[0]) {\n case '<': // e.g. <required>\n this.required = true;\n this._name = name.slice(1, -1);\n break;\n case '[': // e.g. [optional]\n this.required = false;\n this._name = name.slice(1, -1);\n break;\n default:\n this.required = true;\n this._name = name;\n break;\n }\n\n if (this._name.length > 3 && this._name.slice(-3) === '...') {\n this.variadic = true;\n this._name = this._name.slice(0, -3);\n }\n }\n\n /**\n * Return argument name.\n *\n * @return {string}\n */\n\n name() {\n return this._name;\n }\n\n /**\n * @package\n */\n\n _concatValue(value, previous) {\n if (previous === this.defaultValue || !Array.isArray(previous)) {\n return [value];\n }\n\n return previous.concat(value);\n }\n\n /**\n * Set the default value, and optionally supply the description to be displayed in the help.\n *\n * @param {*} value\n * @param {string} [description]\n * @return {Argument}\n */\n\n default(value, description) {\n this.defaultValue = value;\n this.defaultValueDescription = description;\n return this;\n }\n\n /**\n * Set the custom handler for processing CLI command arguments into argument values.\n *\n * @param {Function} [fn]\n * @return {Argument}\n */\n\n argParser(fn) {\n this.parseArg = fn;\n return this;\n }\n\n /**\n * Only allow argument value to be one of choices.\n *\n * @param {string[]} values\n * @return {Argument}\n */\n\n choices(values) {\n this.argChoices = values.slice();\n this.parseArg = (arg, previous) => {\n if (!this.argChoices.includes(arg)) {\n throw new InvalidArgumentError(\n `Allowed choices are ${this.argChoices.join(', ')}.`,\n );\n }\n if (this.variadic) {\n return this._concatValue(arg, previous);\n }\n return arg;\n };\n return this;\n }\n\n /**\n * Make argument required.\n *\n * @returns {Argument}\n */\n argRequired() {\n this.required = true;\n return this;\n }\n\n /**\n * Make argument optional.\n *\n * @returns {Argument}\n */\n argOptional() {\n this.required = false;\n return this;\n }\n}\n\n/**\n * Takes an argument and returns its human readable equivalent for help usage.\n *\n * @param {Argument} arg\n * @return {string}\n * @private\n */\n\nfunction humanReadableArgName(arg) {\n const nameOutput = arg.name() + (arg.variadic === true ? '...' : '');\n\n return arg.required ? '<' + nameOutput + '>' : '[' + nameOutput + ']';\n}\n\nexports.Argument = Argument;\nexports.humanReadableArgName = humanReadableArgName;\n","const { humanReadableArgName } = require('./argument.js');\n\n/**\n * TypeScript import types for JSDoc, used by Visual Studio Code IntelliSense and `npm run typescript-checkJS`\n * https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html#import-types\n * @typedef { import(\"./argument.js\").Argument } Argument\n * @typedef { import(\"./command.js\").Command } Command\n * @typedef { import(\"./option.js\").Option } Option\n */\n\n// Although this is a class, methods are static in style to allow override using subclass or just functions.\nclass Help {\n constructor() {\n this.helpWidth = undefined;\n this.sortSubcommands = false;\n this.sortOptions = false;\n this.showGlobalOptions = false;\n }\n\n /**\n * Get an array of the visible subcommands. Includes a placeholder for the implicit help command, if there is one.\n *\n * @param {Command} cmd\n * @returns {Command[]}\n */\n\n visibleCommands(cmd) {\n const visibleCommands = cmd.commands.filter((cmd) => !cmd._hidden);\n const helpCommand = cmd._getHelpCommand();\n if (helpCommand && !helpCommand._hidden) {\n visibleCommands.push(helpCommand);\n }\n if (this.sortSubcommands) {\n visibleCommands.sort((a, b) => {\n // @ts-ignore: because overloaded return type\n return a.name().localeCompare(b.name());\n });\n }\n return visibleCommands;\n }\n\n /**\n * Compare options for sort.\n *\n * @param {Option} a\n * @param {Option} b\n * @returns {number}\n */\n compareOptions(a, b) {\n const getSortKey = (option) => {\n // WYSIWYG for order displayed in help. Short used for comparison if present. No special handling for negated.\n return option.short\n ? option.short.replace(/^-/, '')\n : option.long.replace(/^--/, '');\n };\n return getSortKey(a).localeCompare(getSortKey(b));\n }\n\n /**\n * Get an array of the visible options. Includes a placeholder for the implicit help option, if there is one.\n *\n * @param {Command} cmd\n * @returns {Option[]}\n */\n\n visibleOptions(cmd) {\n const visibleOptions = cmd.options.filter((option) => !option.hidden);\n // Built-in help option.\n const helpOption = cmd._getHelpOption();\n if (helpOption && !helpOption.hidden) {\n // Automatically hide conflicting flags. Bit dubious but a historical behaviour that is convenient for single-command programs.\n const removeShort = helpOption.short && cmd._findOption(helpOption.short);\n const removeLong = helpOption.long && cmd._findOption(helpOption.long);\n if (!removeShort && !removeLong) {\n visibleOptions.push(helpOption); // no changes needed\n } else if (helpOption.long && !removeLong) {\n visibleOptions.push(\n cmd.createOption(helpOption.long, helpOption.description),\n );\n } else if (helpOption.short && !removeShort) {\n visibleOptions.push(\n cmd.createOption(helpOption.short, helpOption.description),\n );\n }\n }\n if (this.sortOptions) {\n visibleOptions.sort(this.compareOptions);\n }\n return visibleOptions;\n }\n\n /**\n * Get an array of the visible global options. (Not including help.)\n *\n * @param {Command} cmd\n * @returns {Option[]}\n */\n\n visibleGlobalOptions(cmd) {\n if (!this.showGlobalOptions) return [];\n\n const globalOptions = [];\n for (\n let ancestorCmd = cmd.parent;\n ancestorCmd;\n ancestorCmd = ancestorCmd.parent\n ) {\n const visibleOptions = ancestorCmd.options.filter(\n (option) => !option.hidden,\n );\n globalOptions.push(...visibleOptions);\n }\n if (this.sortOptions) {\n globalOptions.sort(this.compareOptions);\n }\n return globalOptions;\n }\n\n /**\n * Get an array of the arguments if any have a description.\n *\n * @param {Command} cmd\n * @returns {Argument[]}\n */\n\n visibleArguments(cmd) {\n // Side effect! Apply the legacy descriptions before the arguments are displayed.\n if (cmd._argsDescription) {\n cmd.registeredArguments.forEach((argument) => {\n argument.description =\n argument.description || cmd._argsDescription[argument.name()] || '';\n });\n }\n\n // If there are any arguments with a description then return all the arguments.\n if (cmd.registeredArguments.find((argument) => argument.description)) {\n return cmd.registeredArguments;\n }\n return [];\n }\n\n /**\n * Get the command term to show in the list of subcommands.\n *\n * @param {Command} cmd\n * @returns {string}\n */\n\n subcommandTerm(cmd) {\n // Legacy. Ignores custom usage string, and nested commands.\n const args = cmd.registeredArguments\n .map((arg) => humanReadableArgName(arg))\n .join(' ');\n return (\n cmd._name +\n (cmd._aliases[0] ? '|' + cmd._aliases[0] : '') +\n (cmd.options.length ? ' [options]' : '') + // simplistic check for non-help option\n (args ? ' ' + args : '')\n );\n }\n\n /**\n * Get the option term to show in the list of options.\n *\n * @param {Option} option\n * @returns {string}\n */\n\n optionTerm(option) {\n return option.flags;\n }\n\n /**\n * Get the argument term to show in the list of arguments.\n *\n * @param {Argument} argument\n * @returns {string}\n */\n\n argumentTerm(argument) {\n return argument.name();\n }\n\n /**\n * Get the longest command term length.\n *\n * @param {Command} cmd\n * @param {Help} helper\n * @returns {number}\n */\n\n longestSubcommandTermLength(cmd, helper) {\n return helper.visibleCommands(cmd).reduce((max, command) => {\n return Math.max(max, helper.subcommandTerm(command).length);\n }, 0);\n }\n\n /**\n * Get the longest option term length.\n *\n * @param {Command} cmd\n * @param {Help} helper\n * @returns {number}\n */\n\n longestOptionTermLength(cmd, helper) {\n return helper.visibleOptions(cmd).reduce((max, option) => {\n return Math.max(max, helper.optionTerm(option).length);\n }, 0);\n }\n\n /**\n * Get the longest global option term length.\n *\n * @param {Command} cmd\n * @param {Help} helper\n * @returns {number}\n */\n\n longestGlobalOptionTermLength(cmd, helper) {\n return helper.visibleGlobalOptions(cmd).reduce((max, option) => {\n return Math.max(max, helper.optionTerm(option).length);\n }, 0);\n }\n\n /**\n * Get the longest argument term length.\n *\n * @param {Command} cmd\n * @param {Help} helper\n * @returns {number}\n */\n\n longestArgumentTermLength(cmd, helper) {\n return helper.visibleArguments(cmd).reduce((max, argument) => {\n return Math.max(max, helper.argumentTerm(argument).length);\n }, 0);\n }\n\n /**\n * Get the command usage to be displayed at the top of the built-in help.\n *\n * @param {Command} cmd\n * @returns {string}\n */\n\n commandUsage(cmd) {\n // Usage\n let cmdName = cmd._name;\n if (cmd._aliases[0]) {\n cmdName = cmdName + '|' + cmd._aliases[0];\n }\n let ancestorCmdNames = '';\n for (\n let ancestorCmd = cmd.parent;\n ancestorCmd;\n ancestorCmd = ancestorCmd.parent\n ) {\n ancestorCmdNames = ancestorCmd.name() + ' ' + ancestorCmdNames;\n }\n return ancestorCmdNames + cmdName + ' ' + cmd.usage();\n }\n\n /**\n * Get the description for the command.\n *\n * @param {Command} cmd\n * @returns {string}\n */\n\n commandDescription(cmd) {\n // @ts-ignore: because overloaded return type\n return cmd.description();\n }\n\n /**\n * Get the subcommand summary to show in the list of subcommands.\n * (Fallback to description for backwards compatibility.)\n *\n * @param {Command} cmd\n * @returns {string}\n */\n\n subcommandDescription(cmd) {\n // @ts-ignore: because overloaded return type\n return cmd.summary() || cmd.description();\n }\n\n /**\n * Get the option description to show in the list of options.\n *\n * @param {Option} option\n * @return {string}\n */\n\n optionDescription(option) {\n const extraInfo = [];\n\n if (option.argChoices) {\n extraInfo.push(\n // use stringify to match the display of the default value\n `choices: ${option.argChoices.map((choice) => JSON.stringify(choice)).join(', ')}`,\n );\n }\n if (option.defaultValue !== undefined) {\n // default for boolean and negated more for programmer than end user,\n // but show true/false for boolean option as may be for hand-rolled env or config processing.\n const showDefault =\n option.required ||\n option.optional ||\n (option.isBoolean() && typeof option.defaultValue === 'boolean');\n if (showDefault) {\n extraInfo.push(\n `default: ${option.defaultValueDescription || JSON.stringify(option.defaultValue)}`,\n );\n }\n }\n // preset for boolean and negated are more for programmer than end user\n if (option.presetArg !== undefined && option.optional) {\n extraInfo.push(`preset: ${JSON.stringify(option.presetArg)}`);\n }\n if (option.envVar !== undefined) {\n extraInfo.push(`env: ${option.envVar}`);\n }\n if (extraInfo.length > 0) {\n return `${option.description} (${extraInfo.join(', ')})`;\n }\n\n return option.description;\n }\n\n /**\n * Get the argument description to show in the list of arguments.\n *\n * @param {Argument} argument\n * @return {string}\n */\n\n argumentDescription(argument) {\n const extraInfo = [];\n if (argument.argChoices) {\n extraInfo.push(\n // use stringify to match the display of the default value\n `choices: ${argument.argChoices.map((choice) => JSON.stringify(choice)).join(', ')}`,\n );\n }\n if (argument.defaultValue !== undefined) {\n extraInfo.push(\n `default: ${argument.defaultValueDescription || JSON.stringify(argument.defaultValue)}`,\n );\n }\n if (extraInfo.length > 0) {\n const extraDescripton = `(${extraInfo.join(', ')})`;\n if (argument.description) {\n return `${argument.description} ${extraDescripton}`;\n }\n return extraDescripton;\n }\n return argument.description;\n }\n\n /**\n * Generate the built-in help text.\n *\n * @param {Command} cmd\n * @param {Help} helper\n * @returns {string}\n */\n\n formatHelp(cmd, helper) {\n const termWidth = helper.padWidth(cmd, helper);\n const helpWidth = helper.helpWidth || 80;\n const itemIndentWidth = 2;\n const itemSeparatorWidth = 2; // between term and description\n function formatItem(term, description) {\n if (description) {\n const fullText = `${term.padEnd(termWidth + itemSeparatorWidth)}${description}`;\n return helper.wrap(\n fullText,\n helpWidth - itemIndentWidth,\n termWidth + itemSeparatorWidth,\n );\n }\n return term;\n }\n function formatList(textArray) {\n return textArray.join('\\n').replace(/^/gm, ' '.repeat(itemIndentWidth));\n }\n\n // Usage\n let output = [`Usage: ${helper.commandUsage(cmd)}`, ''];\n\n // Description\n const commandDescription = helper.commandDescription(cmd);\n if (commandDescription.length > 0) {\n output = output.concat([\n helper.wrap(commandDescription, helpWidth, 0),\n '',\n ]);\n }\n\n // Arguments\n const argumentList = helper.visibleArguments(cmd).map((argument) => {\n return formatItem(\n helper.argumentTerm(argument),\n helper.argumentDescription(argument),\n );\n });\n if (argumentList.length > 0) {\n output = output.concat(['Arguments:', formatList(argumentList), '']);\n }\n\n // Options\n const optionList = helper.visibleOptions(cmd).map((option) => {\n return formatItem(\n helper.optionTerm(option),\n helper.optionDescription(option),\n );\n });\n if (optionList.length > 0) {\n output = output.concat(['Options:', formatList(optionList), '']);\n }\n\n if (this.showGlobalOptions) {\n const globalOptionList = helper\n .visibleGlobalOptions(cmd)\n .map((option) => {\n return formatItem(\n helper.optionTerm(option),\n helper.optionDescription(option),\n );\n });\n if (globalOptionList.length > 0) {\n output = output.concat([\n 'Global Options:',\n formatList(globalOptionList),\n '',\n ]);\n }\n }\n\n // Commands\n const commandList = helper.visibleCommands(cmd).map((cmd) => {\n return formatItem(\n helper.subcommandTerm(cmd),\n helper.subcommandDescription(cmd),\n );\n });\n if (commandList.length > 0) {\n output = output.concat(['Commands:', formatList(commandList), '']);\n }\n\n return output.join('\\n');\n }\n\n /**\n * Calculate the pad width from the maximum term length.\n *\n * @param {Command} cmd\n * @param {Help} helper\n * @returns {number}\n */\n\n padWidth(cmd, helper) {\n return Math.max(\n helper.longestOptionTermLength(cmd, helper),\n helper.longestGlobalOptionTermLength(cmd, helper),\n helper.longestSubcommandTermLength(cmd, helper),\n helper.longestArgumentTermLength(cmd, helper),\n );\n }\n\n /**\n * Wrap the given string to width characters per line, with lines after the first indented.\n * Do not wrap if insufficient room for wrapping (minColumnWidth), or string is manually formatted.\n *\n * @param {string} str\n * @param {number} width\n * @param {number} indent\n * @param {number} [minColumnWidth=40]\n * @return {string}\n *\n */\n\n wrap(str, width, indent, minColumnWidth = 40) {\n // Full \\s characters, minus the linefeeds.\n const indents =\n ' \\\\f\\\\t\\\\v\\u00a0\\u1680\\u2000-\\u200a\\u202f\\u205f\\u3000\\ufeff';\n // Detect manually wrapped and indented strings by searching for line break followed by spaces.\n const manualIndent = new RegExp(`[\\\\n][${indents}]+`);\n if (str.match(manualIndent)) return str;\n // Do not wrap if not enough room for a wrapped column of text (as could end up with a word per line).\n const columnWidth = width - indent;\n if (columnWidth < minColumnWidth) return str;\n\n const leadingStr = str.slice(0, indent);\n const columnText = str.slice(indent).replace('\\r\\n', '\\n');\n const indentString = ' '.repeat(indent);\n const zeroWidthSpace = '\\u200B';\n const breaks = `\\\\s${zeroWidthSpace}`;\n // Match line end (so empty lines don't collapse),\n // or as much text as will fit in column, or excess text up to first break.\n const regex = new RegExp(\n `\\n|.{1,${columnWidth - 1}}([${breaks}]|$)|[^${breaks}]+?([${breaks}]|$)`,\n 'g',\n );\n const lines = columnText.match(regex) || [];\n return (\n leadingStr +\n lines\n .map((line, i) => {\n if (line === '\\n') return ''; // preserve empty lines\n return (i > 0 ? indentString : '') + line.trimEnd();\n })\n .join('\\n')\n );\n }\n}\n\nexports.Help = Help;\n","const { InvalidArgumentError } = require('./error.js');\n\nclass Option {\n /**\n * Initialize a new `Option` with the given `flags` and `description`.\n *\n * @param {string} flags\n * @param {string} [description]\n */\n\n constructor(flags, description) {\n this.flags = flags;\n this.description = description || '';\n\n this.required = flags.includes('<'); // A value must be supplied when the option is specified.\n this.optional = flags.includes('['); // A value is optional when the option is specified.\n // variadic test ignores <value,...> et al which might be used to describe custom splitting of single argument\n this.variadic = /\\w\\.\\.\\.[>\\]]$/.test(flags); // The option can take multiple values.\n this.mandatory = false; // The option must have a value after parsing, which usually means it must be specified on command line.\n const optionFlags = splitOptionFlags(flags);\n this.short = optionFlags.shortFlag;\n this.long = optionFlags.longFlag;\n this.negate = false;\n if (this.long) {\n this.negate = this.long.startsWith('--no-');\n }\n this.defaultValue = undefined;\n this.defaultValueDescription = undefined;\n this.presetArg = undefined;\n this.envVar = undefined;\n this.parseArg = undefined;\n this.hidden = false;\n this.argChoices = undefined;\n this.conflictsWith = [];\n this.implied = undefined;\n }\n\n /**\n * Set the default value, and optionally supply the description to be displayed in the help.\n *\n * @param {*} value\n * @param {string} [description]\n * @return {Option}\n */\n\n default(value, description) {\n this.defaultValue = value;\n this.defaultValueDescription = description;\n return this;\n }\n\n /**\n * Preset to use when option used without option-argument, especially optional but also boolean and negated.\n * The custom processing (parseArg) is called.\n *\n * @example\n * new Option('--color').default('GREYSCALE').preset('RGB');\n * new Option('--donate [amount]').preset('20').argParser(parseFloat);\n *\n * @param {*} arg\n * @return {Option}\n */\n\n preset(arg) {\n this.presetArg = arg;\n return this;\n }\n\n /**\n * Add option name(s) that conflict with this option.\n * An error will be displayed if conflicting options are found during parsing.\n *\n * @example\n * new Option('--rgb').conflicts('cmyk');\n * new Option('--js').conflicts(['ts', 'jsx']);\n *\n * @param {(string | string[])} names\n * @return {Option}\n */\n\n conflicts(names) {\n this.conflictsWith = this.conflictsWith.concat(names);\n return this;\n }\n\n /**\n * Specify implied option values for when this option is set and the implied options are not.\n *\n * The custom processing (parseArg) is not called on the implied values.\n *\n * @example\n * program\n * .addOption(new Option('--log', 'write logging information to file'))\n * .addOption(new Option('--trace', 'log extra details').implies({ log: 'trace.txt' }));\n *\n * @param {object} impliedOptionValues\n * @return {Option}\n */\n implies(impliedOptionValues) {\n let newImplied = impliedOptionValues;\n if (typeof impliedOptionValues === 'string') {\n // string is not documented, but easy mistake and we can do what user probably intended.\n newImplied = { [impliedOptionValues]: true };\n }\n this.implied = Object.assign(this.implied || {}, newImplied);\n return this;\n }\n\n /**\n * Set environment variable to check for option value.\n *\n * An environment variable is only used if when processed the current option value is\n * undefined, or the source of the current value is 'default' or 'config' or 'env'.\n *\n * @param {string} name\n * @return {Option}\n */\n\n env(name) {\n this.envVar = name;\n return this;\n }\n\n /**\n * Set the custom handler for processing CLI option arguments into option values.\n *\n * @param {Function} [fn]\n * @return {Option}\n */\n\n argParser(fn) {\n this.parseArg = fn;\n return this;\n }\n\n /**\n * Whether the option is mandatory and must have a value after parsing.\n *\n * @param {boolean} [mandatory=true]\n * @return {Option}\n */\n\n makeOptionMandatory(mandatory = true) {\n this.mandatory = !!mandatory;\n return this;\n }\n\n /**\n * Hide option in help.\n *\n * @param {boolean} [hide=true]\n * @return {Option}\n */\n\n hideHelp(hide = true) {\n this.hidden = !!hide;\n return this;\n }\n\n /**\n * @package\n */\n\n _concatValue(value, previous) {\n if (previous === this.defaultValue || !Array.isArray(previous)) {\n return [value];\n }\n\n return previous.concat(value);\n }\n\n /**\n * Only allow option value to be one of choices.\n *\n * @param {string[]} values\n * @return {Option}\n */\n\n choices(values) {\n this.argChoices = values.slice();\n this.parseArg = (arg, previous) => {\n if (!this.argChoices.includes(arg)) {\n throw new InvalidArgumentError(\n `Allowed choices are ${this.argChoices.join(', ')}.`,\n );\n }\n if (this.variadic) {\n return this._concatValue(arg, previous);\n }\n return arg;\n };\n return this;\n }\n\n /**\n * Return option name.\n *\n * @return {string}\n */\n\n name() {\n if (this.long) {\n return this.long.replace(/^--/, '');\n }\n return this.short.replace(/^-/, '');\n }\n\n /**\n * Return option name, in a camelcase format that can be used\n * as a object attribute key.\n *\n * @return {string}\n */\n\n attributeName() {\n return camelcase(this.name().replace(/^no-/, ''));\n }\n\n /**\n * Check if `arg` matches the short or long flag.\n *\n * @param {string} arg\n * @return {boolean}\n * @package\n */\n\n is(arg) {\n return this.short === arg || this.long === arg;\n }\n\n /**\n * Return whether a boolean option.\n *\n * Options are one of boolean, negated, required argument, or optional argument.\n *\n * @return {boolean}\n * @package\n */\n\n isBoolean() {\n return !this.required && !this.optional && !this.negate;\n }\n}\n\n/**\n * This class is to make it easier to work with dual options, without changing the existing\n * implementation. We support separate dual options for separate positive and negative options,\n * like `--build` and `--no-build`, which share a single option value. This works nicely for some\n * use cases, but is tricky for others where we want separate behaviours despite\n * the single shared option value.\n */\nclass DualOptions {\n /**\n * @param {Option[]} options\n */\n constructor(options) {\n this.positiveOptions = new Map();\n this.negativeOptions = new Map();\n this.dualOptions = new Set();\n options.forEach((option) => {\n if (option.negate) {\n this.negativeOptions.set(option.attributeName(), option);\n } else {\n this.positiveOptions.set(option.attributeName(), option);\n }\n });\n this.negativeOptions.forEach((value, key) => {\n if (this.positiveOptions.has(key)) {\n this.dualOptions.add(key);\n }\n });\n }\n\n /**\n * Did the value come from the option, and not from possible matching dual option?\n *\n * @param {*} value\n * @param {Option} option\n * @returns {boolean}\n */\n valueFromOption(value, option) {\n const optionKey = option.attributeName();\n if (!this.dualOptions.has(optionKey)) return true;\n\n // Use the value to deduce if (probably) came from the option.\n const preset = this.negativeOptions.get(optionKey).presetArg;\n const negativeValue = preset !== undefined ? preset : false;\n return option.negate === (negativeValue === value);\n }\n}\n\n/**\n * Convert string from kebab-case to camelCase.\n *\n * @param {string} str\n * @return {string}\n * @private\n */\n\nfunction camelcase(str) {\n return str.split('-').reduce((str, word) => {\n return str + word[0].toUpperCase() + word.slice(1);\n });\n}\n\n/**\n * Split the short and long flag out of something like '-m,--mixed <value>'\n *\n * @private\n */\n\nfunction splitOptionFlags(flags) {\n let shortFlag;\n let longFlag;\n // Use original very loose parsing to maintain backwards compatibility for now,\n // which allowed for example unintended `-sw, --short-word` [sic].\n const flagParts = flags.split(/[ |,]+/);\n if (flagParts.length > 1 && !/^[[<]/.test(flagParts[1]))\n shortFlag = flagParts.shift();\n longFlag = flagParts.shift();\n // Add support for lone short flag without significantly changing parsing!\n if (!shortFlag && /^-[^-]$/.test(longFlag)) {\n shortFlag = longFlag;\n longFlag = undefined;\n }\n return { shortFlag, longFlag };\n}\n\nexports.Option = Option;\nexports.DualOptions = DualOptions;\n","const maxDistance = 3;\n\nfunction editDistance(a, b) {\n // https://en.wikipedia.org/wiki/Damerau–Levenshtein_distance\n // Calculating optimal string alignment distance, no substring is edited more than once.\n // (Simple implementation.)\n\n // Quick early exit, return worst case.\n if (Math.abs(a.length - b.length) > maxDistance)\n return Math.max(a.length, b.length);\n\n // distance between prefix substrings of a and b\n const d = [];\n\n // pure deletions turn a into empty string\n for (let i = 0; i <= a.length; i++) {\n d[i] = [i];\n }\n // pure insertions turn empty string into b\n for (let j = 0; j <= b.length; j++) {\n d[0][j] = j;\n }\n\n // fill matrix\n for (let j = 1; j <= b.length; j++) {\n for (let i = 1; i <= a.length; i++) {\n let cost = 1;\n if (a[i - 1] === b[j - 1]) {\n cost = 0;\n } else {\n cost = 1;\n }\n d[i][j] = Math.min(\n d[i - 1][j] + 1, // deletion\n d[i][j - 1] + 1, // insertion\n d[i - 1][j - 1] + cost, // substitution\n );\n // transposition\n if (i > 1 && j > 1 && a[i - 1] === b[j - 2] && a[i - 2] === b[j - 1]) {\n d[i][j] = Math.min(d[i][j], d[i - 2][j - 2] + 1);\n }\n }\n }\n\n return d[a.length][b.length];\n}\n\n/**\n * Find close matches, restricted to same number of edits.\n *\n * @param {string} word\n * @param {string[]} candidates\n * @returns {string}\n */\n\nfunction suggestSimilar(word, candidates) {\n if (!candidates || candidates.length === 0) return '';\n // remove possible duplicates\n candidates = Array.from(new Set(candidates));\n\n const searchingOptions = word.startsWith('--');\n if (searchingOptions) {\n word = word.slice(2);\n candidates = candidates.map((candidate) => candidate.slice(2));\n }\n\n let similar = [];\n let bestDistance = maxDistance;\n const minSimilarity = 0.4;\n candidates.forEach((candidate) => {\n if (candidate.length <= 1) return; // no one character guesses\n\n const distance = editDistance(word, candidate);\n const length = Math.max(word.length, candidate.length);\n const similarity = (length - distance) / length;\n if (similarity > minSimilarity) {\n if (distance < bestDistance) {\n // better edit distance, throw away previous worse matches\n bestDistance = distance;\n similar = [candidate];\n } else if (distance === bestDistance) {\n similar.push(candidate);\n }\n }\n });\n\n similar.sort((a, b) => a.localeCompare(b));\n if (searchingOptions) {\n similar = similar.map((candidate) => `--${candidate}`);\n }\n\n if (similar.length > 1) {\n return `\\n(Did you mean one of ${similar.join(', ')}?)`;\n }\n if (similar.length === 1) {\n return `\\n(Did you mean ${similar[0]}?)`;\n }\n return '';\n}\n\nexports.suggestSimilar = suggestSimilar;\n","const EventEmitter = require('node:events').EventEmitter;\nconst childProcess = require('node:child_process');\nconst path = require('node:path');\nconst fs = require('node:fs');\nconst process = require('node:process');\n\nconst { Argument, humanReadableArgName } = require('./argument.js');\nconst { CommanderError } = require('./error.js');\nconst { Help } = require('./help.js');\nconst { Option, DualOptions } = require('./option.js');\nconst { suggestSimilar } = require('./suggestSimilar');\n\nclass Command extends EventEmitter {\n /**\n * Initialize a new `Command`.\n *\n * @param {string} [name]\n */\n\n constructor(name) {\n super();\n /** @type {Command[]} */\n this.commands = [];\n /** @type {Option[]} */\n this.options = [];\n this.parent = null;\n this._allowUnknownOption = false;\n this._allowExcessArguments = true;\n /** @type {Argument[]} */\n this.registeredArguments = [];\n this._args = this.registeredArguments; // deprecated old name\n /** @type {string[]} */\n this.args = []; // cli args with options removed\n this.rawArgs = [];\n this.processedArgs = []; // like .args but after custom processing and collecting variadic\n this._scriptPath = null;\n this._name = name || '';\n this._optionValues = {};\n this._optionValueSources = {}; // default, env, cli etc\n this._storeOptionsAsProperties = false;\n this._actionHandler = null;\n this._executableHandler = false;\n this._executableFile = null; // custom name for executable\n this._executableDir = null; // custom search directory for subcommands\n this._defaultCommandName = null;\n this._exitCallback = null;\n this._aliases = [];\n this._combineFlagAndOptionalValue = true;\n this._description = '';\n this._summary = '';\n this._argsDescription = undefined; // legacy\n this._enablePositionalOptions = false;\n this._passThroughOptions = false;\n this._lifeCycleHooks = {}; // a hash of arrays\n /** @type {(boolean | string)} */\n this._showHelpAfterError = false;\n this._showSuggestionAfterError = true;\n\n // see .configureOutput() for docs\n this._outputConfiguration = {\n writeOut: (str) => process.stdout.write(str),\n writeErr: (str) => process.stderr.write(str),\n getOutHelpWidth: () =>\n process.stdout.isTTY ? process.stdout.columns : undefined,\n getErrHelpWidth: () =>\n process.stderr.isTTY ? process.stderr.columns : undefined,\n outputError: (str, write) => write(str),\n };\n\n this._hidden = false;\n /** @type {(Option | null | undefined)} */\n this._helpOption = undefined; // Lazy created on demand. May be null if help option is disabled.\n this._addImplicitHelpCommand = undefined; // undecided whether true or false yet, not inherited\n /** @type {Command} */\n this._helpCommand = undefined; // lazy initialised, inherited\n this._helpConfiguration = {};\n }\n\n /**\n * Copy settings that are useful to have in common across root command and subcommands.\n *\n * (Used internally when adding a command using `.command()` so subcommands inherit parent settings.)\n *\n * @param {Command} sourceCommand\n * @return {Command} `this` command for chaining\n */\n copyInheritedSettings(sourceCommand) {\n this._outputConfiguration = sourceCommand._outputConfiguration;\n this._helpOption = sourceCommand._helpOption;\n this._helpCommand = sourceCommand._helpCommand;\n this._helpConfiguration = sourceCommand._helpConfiguration;\n this._exitCallback = sourceCommand._exitCallback;\n this._storeOptionsAsProperties = sourceCommand._storeOptionsAsProperties;\n this._combineFlagAndOptionalValue =\n sourceCommand._combineFlagAndOptionalValue;\n this._allowExcessArguments = sourceCommand._allowExcessArguments;\n this._enablePositionalOptions = sourceCommand._enablePositionalOptions;\n this._showHelpAfterError = sourceCommand._showHelpAfterError;\n this._showSuggestionAfterError = sourceCommand._showSuggestionAfterError;\n\n return this;\n }\n\n /**\n * @returns {Command[]}\n * @private\n */\n\n _getCommandAndAncestors() {\n const result = [];\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n for (let command = this; command; command = command.parent) {\n result.push(command);\n }\n return result;\n }\n\n /**\n * Define a command.\n *\n * There are two styles of command: pay attention to where to put the description.\n *\n * @example\n * // Command implemented using action handler (description is supplied separately to `.command`)\n * program\n * .command('clone <source> [destination]')\n * .description('clone a repository into a newly created directory')\n * .action((source, destination) => {\n * console.log('clone command called');\n * });\n *\n * // Command implemented using separate executable file (description is second parameter to `.command`)\n * program\n * .command('start <service>', 'start named service')\n * .command('stop [service]', 'stop named service, or all if no name supplied');\n *\n * @param {string} nameAndArgs - command name and arguments, args are `<required>` or `[optional]` and last may also be `variadic...`\n * @param {(object | string)} [actionOptsOrExecDesc] - configuration options (for action), or description (for executable)\n * @param {object} [execOpts] - configuration options (for executable)\n * @return {Command} returns new command for action handler, or `this` for executable command\n */\n\n command(nameAndArgs, actionOptsOrExecDesc, execOpts) {\n let desc = actionOptsOrExecDesc;\n let opts = execOpts;\n if (typeof desc === 'object' && desc !== null) {\n opts = desc;\n desc = null;\n }\n opts = opts || {};\n const [, name, args] = nameAndArgs.match(/([^ ]+) *(.*)/);\n\n const cmd = this.createCommand(name);\n if (desc) {\n cmd.description(desc);\n cmd._executableHandler = true;\n }\n if (opts.isDefault) this._defaultCommandName = cmd._name;\n cmd._hidden = !!(opts.noHelp || opts.hidden); // noHelp is deprecated old name for hidden\n cmd._executableFile = opts.executableFile || null; // Custom name for executable file, set missing to null to match constructor\n if (args) cmd.arguments(args);\n this._registerCommand(cmd);\n cmd.parent = this;\n cmd.copyInheritedSettings(this);\n\n if (desc) return this;\n return cmd;\n }\n\n /**\n * Factory routine to create a new unattached command.\n *\n * See .command() for creating an attached subcommand, which uses this routine to\n * create the command. You can override createCommand to customise subcommands.\n *\n * @param {string} [name]\n * @return {Command} new command\n */\n\n createCommand(name) {\n return new Command(name);\n }\n\n /**\n * You can customise the help with a subclass of Help by overriding createHelp,\n * or by overriding Help properties using configureHelp().\n *\n * @return {Help}\n */\n\n createHelp() {\n return Object.assign(new Help(), this.configureHelp());\n }\n\n /**\n * You can customise the help by overriding Help properties using configureHelp(),\n * or with a subclass of Help by overriding createHelp().\n *\n * @param {object} [configuration] - configuration options\n * @return {(Command | object)} `this` command for chaining, or stored configuration\n */\n\n configureHelp(configuration) {\n if (configuration === undefined) return this._helpConfiguration;\n\n this._helpConfiguration = configuration;\n return this;\n }\n\n /**\n * The default output goes to stdout and stderr. You can customise this for special\n * applications. You can also customise the display of errors by overriding outputError.\n *\n * The configuration properties are all functions:\n *\n * // functions to change where being written, stdout and stderr\n * writeOut(str)\n * writeErr(str)\n * // matching functions to specify width for wrapping help\n * getOutHelpWidth()\n * getErrHelpWidth()\n * // functions based on what is being written out\n * outputError(str, write) // used for displaying errors, and not used for displaying help\n *\n * @param {object} [configuration] - configuration options\n * @return {(Command | object)} `this` command for chaining, or stored configuration\n */\n\n configureOutput(configuration) {\n if (configuration === undefined) return this._outputConfiguration;\n\n Object.assign(this._outputConfiguration, configuration);\n return this;\n }\n\n /**\n * Display the help or a custom message after an error occurs.\n *\n * @param {(boolean|string)} [displayHelp]\n * @return {Command} `this` command for chaining\n */\n showHelpAfterError(displayHelp = true) {\n if (typeof displayHelp !== 'string') displayHelp = !!displayHelp;\n this._showHelpAfterError = displayHelp;\n return this;\n }\n\n /**\n * Display suggestion of similar commands for unknown commands, or options for unknown options.\n *\n * @param {boolean} [displaySuggestion]\n * @return {Command} `this` command for chaining\n */\n showSuggestionAfterError(displaySuggestion = true) {\n this._showSuggestionAfterError = !!displaySuggestion;\n return this;\n }\n\n /**\n * Add a prepared subcommand.\n *\n * See .command() for creating an attached subcommand which inherits settings from its parent.\n *\n * @param {Command} cmd - new subcommand\n * @param {object} [opts] - configuration options\n * @return {Command} `this` command for chaining\n */\n\n addCommand(cmd, opts) {\n if (!cmd._name) {\n throw new Error(`Command passed to .addCommand() must have a name\n- specify the name in Command constructor or using .name()`);\n }\n\n opts = opts || {};\n if (opts.isDefault) this._defaultCommandName = cmd._name;\n if (opts.noHelp || opts.hidden) cmd._hidden = true; // modifying passed command due to existing implementation\n\n this._registerCommand(cmd);\n cmd.parent = this;\n cmd._checkForBrokenPassThrough();\n\n return this;\n }\n\n /**\n * Factory routine to create a new unattached argument.\n *\n * See .argument() for creating an attached argument, which uses this routine to\n * create the argument. You can override createArgument to return a custom argument.\n *\n * @param {string} name\n * @param {string} [description]\n * @return {Argument} new argument\n */\n\n createArgument(name, description) {\n return new Argument(name, description);\n }\n\n /**\n * Define argument syntax for command.\n *\n * The default is that the argument is required, and you can explicitly\n * indicate this with <> around the name. Put [] around the name for an optional argument.\n *\n * @example\n * program.argument('<input-file>');\n * program.argument('[output-file]');\n *\n * @param {string} name\n * @param {string} [description]\n * @param {(Function|*)} [fn] - custom argument processing function\n * @param {*} [defaultValue]\n * @return {Command} `this` command for chaining\n */\n argument(name, description, fn, defaultValue) {\n const argument = this.createArgument(name, description);\n if (typeof fn === 'function') {\n argument.default(defaultValue).argParser(fn);\n } else {\n argument.default(fn);\n }\n this.addArgument(argument);\n return this;\n }\n\n /**\n * Define argument syntax for command, adding multiple at once (without descriptions).\n *\n * See also .argument().\n *\n * @example\n * program.arguments('<cmd> [env]');\n *\n * @param {string} names\n * @return {Command} `this` command for chaining\n */\n\n arguments(names) {\n names\n .trim()\n .split(/ +/)\n .forEach((detail) => {\n this.argument(detail);\n });\n return this;\n }\n\n /**\n * Define argument syntax for command, adding a prepared argument.\n *\n * @param {Argument} argument\n * @return {Command} `this` command for chaining\n */\n addArgument(argument) {\n const previousArgument = this.registeredArguments.slice(-1)[0];\n if (previousArgument && previousArgument.variadic) {\n throw new Error(\n `only the last argument can be variadic '${previousArgument.name()}'`,\n );\n }\n if (\n argument.required &&\n argument.defaultValue !== undefined &&\n argument.parseArg === undefined\n ) {\n throw new Error(\n `a default value for a required argument is never used: '${argument.name()}'`,\n );\n }\n this.registeredArguments.push(argument);\n return this;\n }\n\n /**\n * Customise or override default help command. By default a help command is automatically added if your command has subcommands.\n *\n * @example\n * program.helpCommand('help [cmd]');\n * program.helpCommand('help [cmd]', 'show help');\n * program.helpCommand(false); // suppress default help command\n * program.helpCommand(true); // add help command even if no subcommands\n *\n * @param {string|boolean} enableOrNameAndArgs - enable with custom name and/or arguments, or boolean to override whether added\n * @param {string} [description] - custom description\n * @return {Command} `this` command for chaining\n */\n\n helpCommand(enableOrNameAndArgs, description) {\n if (typeof enableOrNameAndArgs === 'boolean') {\n this._addImplicitHelpCommand = enableOrNameAndArgs;\n return this;\n }\n\n enableOrNameAndArgs = enableOrNameAndArgs ?? 'help [command]';\n const [, helpName, helpArgs] = enableOrNameAndArgs.match(/([^ ]+) *(.*)/);\n const helpDescription = description ?? 'display help for command';\n\n const helpCommand = this.createCommand(helpName);\n helpCommand.helpOption(false);\n if (helpArgs) helpCommand.arguments(helpArgs);\n if (helpDescription) helpCommand.description(helpDescription);\n\n this._addImplicitHelpCommand = true;\n this._helpCommand = helpCommand;\n\n return this;\n }\n\n /**\n * Add prepared custom help command.\n *\n * @param {(Command|string|boolean)} helpCommand - custom help command, or deprecated enableOrNameAndArgs as for `.helpCommand()`\n * @param {string} [deprecatedDescription] - deprecated custom description used with custom name only\n * @return {Command} `this` command for chaining\n */\n addHelpCommand(helpCommand, deprecatedDescription) {\n // If not passed an object, call through to helpCommand for backwards compatibility,\n // as addHelpCommand was originally used like helpCommand is now.\n if (typeof helpCommand !== 'object') {\n this.helpCommand(helpCommand, deprecatedDescription);\n return this;\n }\n\n this._addImplicitHelpCommand = true;\n this._helpCommand = helpCommand;\n return this;\n }\n\n /**\n * Lazy create help command.\n *\n * @return {(Command|null)}\n * @package\n */\n _getHelpCommand() {\n const hasImplicitHelpCommand =\n this._addImplicitHelpCommand ??\n (this.commands.length &&\n !this._actionHandler &&\n !this._findCommand('help'));\n\n if (hasImplicitHelpCommand) {\n if (this._helpCommand === undefined) {\n this.helpCommand(undefined, undefined); // use default name and description\n }\n return this._helpCommand;\n }\n return null;\n }\n\n /**\n * Add hook for life cycle event.\n *\n * @param {string} event\n * @param {Function} listener\n * @return {Command} `this` command for chaining\n */\n\n hook(event, listener) {\n const allowedValues = ['preSubcommand', 'preAction', 'postAction'];\n if (!allowedValues.includes(event)) {\n throw new Error(`Unexpected value for event passed to hook : '${event}'.\nExpecting one of '${allowedValues.join(\"', '\")}'`);\n }\n if (this._lifeCycleHooks[event]) {\n this._lifeCycleHooks[event].push(listener);\n } else {\n this._lifeCycleHooks[event] = [listener];\n }\n return this;\n }\n\n /**\n * Register callback to use as replacement for calling process.exit.\n *\n * @param {Function} [fn] optional callback which will be passed a CommanderError, defaults to throwing\n * @return {Command} `this` command for chaining\n */\n\n exitOverride(fn) {\n if (fn) {\n this._exitCallback = fn;\n } else {\n this._exitCallback = (err) => {\n if (err.code !== 'commander.executeSubCommandAsync') {\n throw err;\n } else {\n // Async callback from spawn events, not useful to throw.\n }\n };\n }\n return this;\n }\n\n /**\n * Call process.exit, and _exitCallback if defined.\n *\n * @param {number} exitCode exit code for using with process.exit\n * @param {string} code an id string representing the error\n * @param {string} message human-readable description of the error\n * @return never\n * @private\n */\n\n _exit(exitCode, code, message) {\n if (this._exitCallback) {\n this._exitCallback(new CommanderError(exitCode, code, message));\n // Expecting this line is not reached.\n }\n process.exit(exitCode);\n }\n\n /**\n * Register callback `fn` for the command.\n *\n * @example\n * program\n * .command('serve')\n * .description('start service')\n * .action(function() {\n * // do work here\n * });\n *\n * @param {Function} fn\n * @return {Command} `this` command for chaining\n */\n\n action(fn) {\n const listener = (args) => {\n // The .action callback takes an extra parameter which is the command or options.\n const expectedArgsCount = this.registeredArguments.length;\n const actionArgs = args.slice(0, expectedArgsCount);\n if (this._storeOptionsAsProperties) {\n actionArgs[expectedArgsCount] = this; // backwards compatible \"options\"\n } else {\n actionArgs[expectedArgsCount] = this.opts();\n }\n actionArgs.push(this);\n\n return fn.apply(this, actionArgs);\n };\n this._actionHandler = listener;\n return this;\n }\n\n /**\n * Factory routine to create a new unattached option.\n *\n * See .option() for creating an attached option, which uses this routine to\n * create the option. You can override createOption to return a custom option.\n *\n * @param {string} flags\n * @param {string} [description]\n * @return {Option} new option\n */\n\n createOption(flags, description) {\n return new Option(flags, description);\n }\n\n /**\n * Wrap parseArgs to catch 'commander.invalidArgument'.\n *\n * @param {(Option | Argument)} target\n * @param {string} value\n * @param {*} previous\n * @param {string} invalidArgumentMessage\n * @private\n */\n\n _callParseArg(target, value, previous, invalidArgumentMessage) {\n try {\n return target.parseArg(value, previous);\n } catch (err) {\n if (err.code === 'commander.invalidArgument') {\n const message = `${invalidArgumentMessage} ${err.message}`;\n this.error(message, { exitCode: err.exitCode, code: err.code });\n }\n throw err;\n }\n }\n\n /**\n * Check for option flag conflicts.\n * Register option if no conflicts found, or throw on conflict.\n *\n * @param {Option} option\n * @private\n */\n\n _registerOption(option) {\n const matchingOption =\n (option.short && this._findOption(option.short)) ||\n (option.long && this._findOption(option.long));\n if (matchingOption) {\n const matchingFlag =\n option.long && this._findOption(option.long)\n ? option.long\n : option.short;\n throw new Error(`Cannot add option '${option.flags}'${this._name && ` to command '${this._name}'`} due to conflicting flag '${matchingFlag}'\n- already used by option '${matchingOption.flags}'`);\n }\n\n this.options.push(option);\n }\n\n /**\n * Check for command name and alias conflicts with existing commands.\n * Register command if no conflicts found, or throw on conflict.\n *\n * @param {Command} command\n * @private\n */\n\n _registerCommand(command) {\n const knownBy = (cmd) => {\n return [cmd.name()].concat(cmd.aliases());\n };\n\n const alreadyUsed = knownBy(command).find((name) =>\n this._findCommand(name),\n );\n if (alreadyUsed) {\n const existingCmd = knownBy(this._findCommand(alreadyUsed)).join('|');\n const newCmd = knownBy(command).join('|');\n throw new Error(\n `cannot add command '${newCmd}' as already have command '${existingCmd}'`,\n );\n }\n\n this.commands.push(command);\n }\n\n /**\n * Add an option.\n *\n * @param {Option} option\n * @return {Command} `this` command for chaining\n */\n addOption(option) {\n this._registerOption(option);\n\n const oname = option.name();\n const name = option.attributeName();\n\n // store default value\n if (option.negate) {\n // --no-foo is special and defaults foo to true, unless a --foo option is already defined\n const positiveLongFlag = option.long.replace(/^--no-/, '--');\n if (!this._findOption(positiveLongFlag)) {\n this.setOptionValueWithSource(\n name,\n option.defaultValue === undefined ? true : option.defaultValue,\n 'default',\n );\n }\n } else if (option.defaultValue !== undefined) {\n this.setOptionValueWithSource(name, option.defaultValue, 'default');\n }\n\n // handler for cli and env supplied values\n const handleOptionValue = (val, invalidValueMessage, valueSource) => {\n // val is null for optional option used without an optional-argument.\n // val is undefined for boolean and negated option.\n if (val == null && option.presetArg !== undefined) {\n val = option.presetArg;\n }\n\n // custom processing\n const oldValue = this.getOptionValue(name);\n if (val !== null && option.parseArg) {\n val = this._callParseArg(option, val, oldValue, invalidValueMessage);\n } else if (val !== null && option.variadic) {\n val = option._concatValue(val, oldValue);\n }\n\n // Fill-in appropriate missing values. Long winded but easy to follow.\n if (val == null) {\n if (option.negate) {\n val = false;\n } else if (option.isBoolean() || option.optional) {\n val = true;\n } else {\n val = ''; // not normal, parseArg might have failed or be a mock function for testing\n }\n }\n this.setOptionValueWithSource(name, val, valueSource);\n };\n\n this.on('option:' + oname, (val) => {\n const invalidValueMessage = `error: option '${option.flags}' argument '${val}' is invalid.`;\n handleOptionValue(val, invalidValueMessage, 'cli');\n });\n\n if (option.envVar) {\n this.on('optionEnv:' + oname, (val) => {\n const invalidValueMessage = `error: option '${option.flags}' value '${val}' from env '${option.envVar}' is invalid.`;\n handleOptionValue(val, invalidValueMessage, 'env');\n });\n }\n\n return this;\n }\n\n /**\n * Internal implementation shared by .option() and .requiredOption()\n *\n * @return {Command} `this` command for chaining\n * @private\n */\n _optionEx(config, flags, description, fn, defaultValue) {\n if (typeof flags === 'object' && flags instanceof Option) {\n throw new Error(\n 'To add an Option object use addOption() instead of option() or requiredOption()',\n );\n }\n const option = this.createOption(flags, description);\n option.makeOptionMandatory(!!config.mandatory);\n if (typeof fn === 'function') {\n option.default(defaultValue).argParser(fn);\n } else if (fn instanceof RegExp) {\n // deprecated\n const regex = fn;\n fn = (val, def) => {\n const m = regex.exec(val);\n return m ? m[0] : def;\n };\n option.default(defaultValue).argParser(fn);\n } else {\n option.default(fn);\n }\n\n return this.addOption(option);\n }\n\n /**\n * Define option with `flags`, `description`, and optional argument parsing function or `defaultValue` or both.\n *\n * The `flags` string contains the short and/or long flags, separated by comma, a pipe or space. A required\n * option-argument is indicated by `<>` and an optional option-argument by `[]`.\n *\n * See the README for more details, and see also addOption() and requiredOption().\n *\n * @example\n * program\n * .option('-p, --pepper', 'add pepper')\n * .option('-p, --pizza-type <TYPE>', 'type of pizza') // required option-argument\n * .option('-c, --cheese [CHEESE]', 'add extra cheese', 'mozzarella') // optional option-argument with default\n * .option('-t, --tip <VALUE>', 'add tip to purchase cost', parseFloat) // custom parse function\n *\n * @param {string} flags\n * @param {string} [description]\n * @param {(Function|*)} [parseArg] - custom option processing function or default value\n * @param {*} [defaultValue]\n * @return {Command} `this` command for chaining\n */\n\n option(flags, description, parseArg, defaultValue) {\n return this._optionEx({}, flags, description, parseArg, defaultValue);\n }\n\n /**\n * Add a required option which must have a value after parsing. This usually means\n * the option must be specified on the command line. (Otherwise the same as .option().)\n *\n * The `flags` string contains the short and/or long flags, separated by comma, a pipe or space.\n *\n * @param {string} flags\n * @param {string} [description]\n * @param {(Function|*)} [parseArg] - custom option processing function or default value\n * @param {*} [defaultValue]\n * @return {Command} `this` command for chaining\n */\n\n requiredOption(flags, description, parseArg, defaultValue) {\n return this._optionEx(\n { mandatory: true },\n flags,\n description,\n parseArg,\n defaultValue,\n );\n }\n\n /**\n * Alter parsing of short flags with optional values.\n *\n * @example\n * // for `.option('-f,--flag [value]'):\n * program.combineFlagAndOptionalValue(true); // `-f80` is treated like `--flag=80`, this is the default behaviour\n * program.combineFlagAndOptionalValue(false) // `-fb` is treated like `-f -b`\n *\n * @param {boolean} [combine] - if `true` or omitted, an optional value can be specified directly after the flag.\n * @return {Command} `this` command for chaining\n */\n combineFlagAndOptionalValue(combine = true) {\n this._combineFlagAndOptionalValue = !!combine;\n return this;\n }\n\n /**\n * Allow unknown options on the command line.\n *\n * @param {boolean} [allowUnknown] - if `true` or omitted, no error will be thrown for unknown options.\n * @return {Command} `this` command for chaining\n */\n allowUnknownOption(allowUnknown = true) {\n this._allowUnknownOption = !!allowUnknown;\n return this;\n }\n\n /**\n * Allow excess command-arguments on the command line. Pass false to make excess arguments an error.\n *\n * @param {boolean} [allowExcess] - if `true` or omitted, no error will be thrown for excess arguments.\n * @return {Command} `this` command for chaining\n */\n allowExcessArguments(allowExcess = true) {\n this._allowExcessArguments = !!allowExcess;\n return this;\n }\n\n /**\n * Enable positional options. Positional means global options are specified before subcommands which lets\n * subcommands reuse the same option names, and also enables subcommands to turn on passThroughOptions.\n * The default behaviour is non-positional and global options may appear anywhere on the command line.\n *\n * @param {boolean} [positional]\n * @return {Command} `this` command for chaining\n */\n enablePositionalOptions(positional = true) {\n this._enablePositionalOptions = !!positional;\n return this;\n }\n\n /**\n * Pass through options that come after command-arguments rather than treat them as command-options,\n * so actual command-options come before command-arguments. Turning this on for a subcommand requires\n * positional options to have been enabled on the program (parent commands).\n * The default behaviour is non-positional and options may appear before or after command-arguments.\n *\n * @param {boolean} [passThrough] for unknown options.\n * @return {Command} `this` command for chaining\n */\n passThroughOptions(passThrough = true) {\n this._passThroughOptions = !!passThrough;\n this._checkForBrokenPassThrough();\n return this;\n }\n\n /**\n * @private\n */\n\n _checkForBrokenPassThrough() {\n if (\n this.parent &&\n this._passThroughOptions &&\n !this.parent._enablePositionalOptions\n ) {\n throw new Error(\n `passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`,\n );\n }\n }\n\n /**\n * Whether to store option values as properties on command object,\n * or store separately (specify false). In both cases the option values can be accessed using .opts().\n *\n * @param {boolean} [storeAsProperties=true]\n * @return {Command} `this` command for chaining\n */\n\n storeOptionsAsProperties(storeAsProperties = true) {\n if (this.options.length) {\n throw new Error('call .storeOptionsAsProperties() before adding options');\n }\n if (Object.keys(this._optionValues).length) {\n throw new Error(\n 'call .storeOptionsAsProperties() before setting option values',\n );\n }\n this._storeOptionsAsProperties = !!storeAsProperties;\n return this;\n }\n\n /**\n * Retrieve option value.\n *\n * @param {string} key\n * @return {object} value\n */\n\n getOptionValue(key) {\n if (this._storeOptionsAsProperties) {\n return this[key];\n }\n return this._optionValues[key];\n }\n\n /**\n * Store option value.\n *\n * @param {string} key\n * @param {object} value\n * @return {Command} `this` command for chaining\n */\n\n setOptionValue(key, value) {\n return this.setOptionValueWithSource(key, value, undefined);\n }\n\n /**\n * Store option value and where the value came from.\n *\n * @param {string} key\n * @param {object} value\n * @param {string} source - expected values are default/config/env/cli/implied\n * @return {Command} `this` command for chaining\n */\n\n setOptionValueWithSource(key, value, source) {\n if (this._storeOptionsAsProperties) {\n this[key] = value;\n } else {\n this._optionValues[key] = value;\n }\n this._optionValueSources[key] = source;\n return this;\n }\n\n /**\n * Get source of option value.\n * Expected values are default | config | env | cli | implied\n *\n * @param {string} key\n * @return {string}\n */\n\n getOptionValueSource(key) {\n return this._optionValueSources[key];\n }\n\n /**\n * Get source of option value. See also .optsWithGlobals().\n * Expected values are default | config | env | cli | implied\n *\n * @param {string} key\n * @return {string}\n */\n\n getOptionValueSourceWithGlobals(key) {\n // global overwrites local, like optsWithGlobals\n let source;\n this._getCommandAndAncestors().forEach((cmd) => {\n if (cmd.getOptionValueSource(key) !== undefined) {\n source = cmd.getOptionValueSource(key);\n }\n });\n return source;\n }\n\n /**\n * Get user arguments from implied or explicit arguments.\n * Side-effects: set _scriptPath if args included script. Used for default program name, and subcommand searches.\n *\n * @private\n */\n\n _prepareUserArgs(argv, parseOptions) {\n if (argv !== undefined && !Array.isArray(argv)) {\n throw new Error('first parameter to parse must be array or undefined');\n }\n parseOptions = parseOptions || {};\n\n // auto-detect argument conventions if nothing supplied\n if (argv === undefined && parseOptions.from === undefined) {\n if (process.versions?.electron) {\n parseOptions.from = 'electron';\n }\n // check node specific options for scenarios where user CLI args follow executable without scriptname\n const execArgv = process.execArgv ?? [];\n if (\n execArgv.includes('-e') ||\n execArgv.includes('--eval') ||\n execArgv.includes('-p') ||\n execArgv.includes('--print')\n ) {\n parseOptions.from = 'eval'; // internal usage, not documented\n }\n }\n\n // default to using process.argv\n if (argv === undefined) {\n argv = process.argv;\n }\n this.rawArgs = argv.slice();\n\n // extract the user args and scriptPath\n let userArgs;\n switch (parseOptions.from) {\n case undefined:\n case 'node':\n this._scriptPath = argv[1];\n userArgs = argv.slice(2);\n break;\n case 'electron':\n // @ts-ignore: because defaultApp is an unknown property\n if (process.defaultApp) {\n this._scriptPath = argv[1];\n userArgs = argv.slice(2);\n } else {\n userArgs = argv.slice(1);\n }\n break;\n case 'user':\n userArgs = argv.slice(0);\n break;\n case 'eval':\n userArgs = argv.slice(1);\n break;\n default:\n throw new Error(\n `unexpected parse option { from: '${parseOptions.from}' }`,\n );\n }\n\n // Find default name for program from arguments.\n if (!this._name && this._scriptPath)\n this.nameFromFilename(this._scriptPath);\n this._name = this._name || 'program';\n\n return userArgs;\n }\n\n /**\n * Parse `argv`, setting options and invoking commands when defined.\n *\n * Use parseAsync instead of parse if any of your action handlers are async.\n *\n * Call with no parameters to parse `process.argv`. Detects Electron and special node options like `node --eval`. Easy mode!\n *\n * Or call with an array of strings to parse, and optionally where the user arguments start by specifying where the arguments are `from`:\n * - `'node'`: default, `argv[0]` is the application and `argv[1]` is the script being run, with user arguments after that\n * - `'electron'`: `argv[0]` is the application and `argv[1]` varies depending on whether the electron application is packaged\n * - `'user'`: just user arguments\n *\n * @example\n * program.parse(); // parse process.argv and auto-detect electron and special node flags\n * program.parse(process.argv); // assume argv[0] is app and argv[1] is script\n * program.parse(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]\n *\n * @param {string[]} [argv] - optional, defaults to process.argv\n * @param {object} [parseOptions] - optionally specify style of options with from: node/user/electron\n * @param {string} [parseOptions.from] - where the args are from: 'node', 'user', 'electron'\n * @return {Command} `this` command for chaining\n */\n\n parse(argv, parseOptions) {\n const userArgs = this._prepareUserArgs(argv, parseOptions);\n this._parseCommand([], userArgs);\n\n return this;\n }\n\n /**\n * Parse `argv`, setting options and invoking commands when defined.\n *\n * Call with no parameters to parse `process.argv`. Detects Electron and special node options like `node --eval`. Easy mode!\n *\n * Or call with an array of strings to parse, and optionally where the user arguments start by specifying where the arguments are `from`:\n * - `'node'`: default, `argv[0]` is the application and `argv[1]` is the script being run, with user arguments after that\n * - `'electron'`: `argv[0]` is the application and `argv[1]` varies depending on whether the electron application is packaged\n * - `'user'`: just user arguments\n *\n * @example\n * await program.parseAsync(); // parse process.argv and auto-detect electron and special node flags\n * await program.parseAsync(process.argv); // assume argv[0] is app and argv[1] is script\n * await program.parseAsync(my-args, { from: 'user' }); // just user supplied arguments, nothing special about argv[0]\n *\n * @param {string[]} [argv]\n * @param {object} [parseOptions]\n * @param {string} parseOptions.from - where the args are from: 'node', 'user', 'electron'\n * @return {Promise}\n */\n\n async parseAsync(argv, parseOptions) {\n const userArgs = this._prepareUserArgs(argv, parseOptions);\n await this._parseCommand([], userArgs);\n\n return this;\n }\n\n /**\n * Execute a sub-command executable.\n *\n * @private\n */\n\n _executeSubCommand(subcommand, args) {\n args = args.slice();\n let launchWithNode = false; // Use node for source targets so do not need to get permissions correct, and on Windows.\n const sourceExt = ['.js', '.ts', '.tsx', '.mjs', '.cjs'];\n\n function findFile(baseDir, baseName) {\n // Look for specified file\n const localBin = path.resolve(baseDir, baseName);\n if (fs.existsSync(localBin)) return localBin;\n\n // Stop looking if candidate already has an expected extension.\n if (sourceExt.includes(path.extname(baseName))) return undefined;\n\n // Try all the extensions.\n const foundExt = sourceExt.find((ext) =>\n fs.existsSync(`${localBin}${ext}`),\n );\n if (foundExt) return `${localBin}${foundExt}`;\n\n return undefined;\n }\n\n // Not checking for help first. Unlikely to have mandatory and executable, and can't robustly test for help flags in external command.\n this._checkForMissingMandatoryOptions();\n this._checkForConflictingOptions();\n\n // executableFile and executableDir might be full path, or just a name\n let executableFile =\n subcommand._executableFile || `${this._name}-${subcommand._name}`;\n let executableDir = this._executableDir || '';\n if (this._scriptPath) {\n let resolvedScriptPath; // resolve possible symlink for installed npm binary\n try {\n resolvedScriptPath = fs.realpathSync(this._scriptPath);\n } catch (err) {\n resolvedScriptPath = this._scriptPath;\n }\n executableDir = path.resolve(\n path.dirname(resolvedScriptPath),\n executableDir,\n );\n }\n\n // Look for a local file in preference to a command in PATH.\n if (executableDir) {\n let localFile = findFile(executableDir, executableFile);\n\n // Legacy search using prefix of script name instead of command name\n if (!localFile && !subcommand._executableFile && this._scriptPath) {\n const legacyName = path.basename(\n this._scriptPath,\n path.extname(this._scriptPath),\n );\n if (legacyName !== this._name) {\n localFile = findFile(\n executableDir,\n `${legacyName}-${subcommand._name}`,\n );\n }\n }\n executableFile = localFile || executableFile;\n }\n\n launchWithNode = sourceExt.includes(path.extname(executableFile));\n\n let proc;\n if (process.platform !== 'win32') {\n if (launchWithNode) {\n args.unshift(executableFile);\n // add executable arguments to spawn\n args = incrementNodeInspectorPort(process.execArgv).concat(args);\n\n proc = childProcess.spawn(process.argv[0], args, { stdio: 'inherit' });\n } else {\n proc = childProcess.spawn(executableFile, args, { stdio: 'inherit' });\n }\n } else {\n args.unshift(executableFile);\n // add executable arguments to spawn\n args = incrementNodeInspectorPort(process.execArgv).concat(args);\n proc = childProcess.spawn(process.execPath, args, { stdio: 'inherit' });\n }\n\n if (!proc.killed) {\n // testing mainly to avoid leak warnings during unit tests with mocked spawn\n const signals = ['SIGUSR1', 'SIGUSR2', 'SIGTERM', 'SIGINT', 'SIGHUP'];\n signals.forEach((signal) => {\n process.on(signal, () => {\n if (proc.killed === false && proc.exitCode === null) {\n // @ts-ignore because signals not typed to known strings\n proc.kill(signal);\n }\n });\n });\n }\n\n // By default terminate process when spawned process terminates.\n const exitCallback = this._exitCallback;\n proc.on('close', (code) => {\n code = code ?? 1; // code is null if spawned process terminated due to a signal\n if (!exitCallback) {\n process.exit(code);\n } else {\n exitCallback(\n new CommanderError(\n code,\n 'commander.executeSubCommandAsync',\n '(close)',\n ),\n );\n }\n });\n proc.on('error', (err) => {\n // @ts-ignore: because err.code is an unknown property\n if (err.code === 'ENOENT') {\n const executableDirMessage = executableDir\n ? `searched for local subcommand relative to directory '${executableDir}'`\n : 'no directory for search for local subcommand, use .executableDir() to supply a custom directory';\n const executableMissing = `'${executableFile}' does not exist\n - if '${subcommand._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead\n - if the default executable name is not suitable, use the executableFile option to supply a custom name or path\n - ${executableDirMessage}`;\n throw new Error(executableMissing);\n // @ts-ignore: because err.code is an unknown property\n } else if (err.code === 'EACCES') {\n throw new Error(`'${executableFile}' not executable`);\n }\n if (!exitCallback) {\n process.exit(1);\n } else {\n const wrappedError = new CommanderError(\n 1,\n 'commander.executeSubCommandAsync',\n '(error)',\n );\n wrappedError.nestedError = err;\n exitCallback(wrappedError);\n }\n });\n\n // Store the reference to the child process\n this.runningCommand = proc;\n }\n\n /**\n * @private\n */\n\n _dispatchSubcommand(commandName, operands, unknown) {\n const subCommand = this._findCommand(commandName);\n if (!subCommand) this.help({ error: true });\n\n let promiseChain;\n promiseChain = this._chainOrCallSubCommandHook(\n promiseChain,\n subCommand,\n 'preSubcommand',\n );\n promiseChain = this._chainOrCall(promiseChain, () => {\n if (subCommand._executableHandler) {\n this._executeSubCommand(subCommand, operands.concat(unknown));\n } else {\n return subCommand._parseCommand(operands, unknown);\n }\n });\n return promiseChain;\n }\n\n /**\n * Invoke help directly if possible, or dispatch if necessary.\n * e.g. help foo\n *\n * @private\n */\n\n _dispatchHelpCommand(subcommandName) {\n if (!subcommandName) {\n this.help();\n }\n const subCommand = this._findCommand(subcommandName);\n if (subCommand && !subCommand._executableHandler) {\n subCommand.help();\n }\n\n // Fallback to parsing the help flag to invoke the help.\n return this._dispatchSubcommand(\n subcommandName,\n [],\n [this._getHelpOption()?.long ?? this._getHelpOption()?.short ?? '--help'],\n );\n }\n\n /**\n * Check this.args against expected this.registeredArguments.\n *\n * @private\n */\n\n _checkNumberOfArguments() {\n // too few\n this.registeredArguments.forEach((arg, i) => {\n if (arg.required && this.args[i] == null) {\n this.missingArgument(arg.name());\n }\n });\n // too many\n if (\n this.registeredArguments.length > 0 &&\n this.registeredArguments[this.registeredArguments.length - 1].variadic\n ) {\n return;\n }\n if (this.args.length > this.registeredArguments.length) {\n this._excessArguments(this.args);\n }\n }\n\n /**\n * Process this.args using this.registeredArguments and save as this.processedArgs!\n *\n * @private\n */\n\n _processArguments() {\n const myParseArg = (argument, value, previous) => {\n // Extra processing for nice error message on parsing failure.\n let parsedValue = value;\n if (value !== null && argument.parseArg) {\n const invalidValueMessage = `error: command-argument value '${value}' is invalid for argument '${argument.name()}'.`;\n parsedValue = this._callParseArg(\n argument,\n value,\n previous,\n invalidValueMessage,\n );\n }\n return parsedValue;\n };\n\n this._checkNumberOfArguments();\n\n const processedArgs = [];\n this.registeredArguments.forEach((declaredArg, index) => {\n let value = declaredArg.defaultValue;\n if (declaredArg.variadic) {\n // Collect together remaining arguments for passing together as an array.\n if (index < this.args.length) {\n value = this.args.slice(index);\n if (declaredArg.parseArg) {\n value = value.reduce((processed, v) => {\n return myParseArg(declaredArg, v, processed);\n }, declaredArg.defaultValue);\n }\n } else if (value === undefined) {\n value = [];\n }\n } else if (index < this.args.length) {\n value = this.args[index];\n if (declaredArg.parseArg) {\n value = myParseArg(declaredArg, value, declaredArg.defaultValue);\n }\n }\n processedArgs[index] = value;\n });\n this.processedArgs = processedArgs;\n }\n\n /**\n * Once we have a promise we chain, but call synchronously until then.\n *\n * @param {(Promise|undefined)} promise\n * @param {Function} fn\n * @return {(Promise|undefined)}\n * @private\n */\n\n _chainOrCall(promise, fn) {\n // thenable\n if (promise && promise.then && typeof promise.then === 'function') {\n // already have a promise, chain callback\n return promise.then(() => fn());\n }\n // callback might return a promise\n return fn();\n }\n\n /**\n *\n * @param {(Promise|undefined)} promise\n * @param {string} event\n * @return {(Promise|undefined)}\n * @private\n */\n\n _chainOrCallHooks(promise, event) {\n let result = promise;\n const hooks = [];\n this._getCommandAndAncestors()\n .reverse()\n .filter((cmd) => cmd._lifeCycleHooks[event] !== undefined)\n .forEach((hookedCommand) => {\n hookedCommand._lifeCycleHooks[event].forEach((callback) => {\n hooks.push({ hookedCommand, callback });\n });\n });\n if (event === 'postAction') {\n hooks.reverse();\n }\n\n hooks.forEach((hookDetail) => {\n result = this._chainOrCall(result, () => {\n return hookDetail.callback(hookDetail.hookedCommand, this);\n });\n });\n return result;\n }\n\n /**\n *\n * @param {(Promise|undefined)} promise\n * @param {Command} subCommand\n * @param {string} event\n * @return {(Promise|undefined)}\n * @private\n */\n\n _chainOrCallSubCommandHook(promise, subCommand, event) {\n let result = promise;\n if (this._lifeCycleHooks[event] !== undefined) {\n this._lifeCycleHooks[event].forEach((hook) => {\n result = this._chainOrCall(result, () => {\n return hook(this, subCommand);\n });\n });\n }\n return result;\n }\n\n /**\n * Process arguments in context of this command.\n * Returns action result, in case it is a promise.\n *\n * @private\n */\n\n _parseCommand(operands, unknown) {\n const parsed = this.parseOptions(unknown);\n this._parseOptionsEnv(); // after cli, so parseArg not called on both cli and env\n this._parseOptionsImplied();\n operands = operands.concat(parsed.operands);\n unknown = parsed.unknown;\n this.args = operands.concat(unknown);\n\n if (operands && this._findCommand(operands[0])) {\n return this._dispatchSubcommand(operands[0], operands.slice(1), unknown);\n }\n if (\n this._getHelpCommand() &&\n operands[0] === this._getHelpCommand().name()\n ) {\n return this._dispatchHelpCommand(operands[1]);\n }\n if (this._defaultCommandName) {\n this._outputHelpIfRequested(unknown); // Run the help for default command from parent rather than passing to default command\n return this._dispatchSubcommand(\n this._defaultCommandName,\n operands,\n unknown,\n );\n }\n if (\n this.commands.length &&\n this.args.length === 0 &&\n !this._actionHandler &&\n !this._defaultCommandName\n ) {\n // probably missing subcommand and no handler, user needs help (and exit)\n this.help({ error: true });\n }\n\n this._outputHelpIfRequested(parsed.unknown);\n this._checkForMissingMandatoryOptions();\n this._checkForConflictingOptions();\n\n // We do not always call this check to avoid masking a \"better\" error, like unknown command.\n const checkForUnknownOptions = () => {\n if (parsed.unknown.length > 0) {\n this.unknownOption(parsed.unknown[0]);\n }\n };\n\n const commandEvent = `command:${this.name()}`;\n if (this._actionHandler) {\n checkForUnknownOptions();\n this._processArguments();\n\n let promiseChain;\n promiseChain = this._chainOrCallHooks(promiseChain, 'preAction');\n promiseChain = this._chainOrCall(promiseChain, () =>\n this._actionHandler(this.processedArgs),\n );\n if (this.parent) {\n promiseChain = this._chainOrCall(promiseChain, () => {\n this.parent.emit(commandEvent, operands, unknown); // legacy\n });\n }\n promiseChain = this._chainOrCallHooks(promiseChain, 'postAction');\n return promiseChain;\n }\n if (this.parent && this.parent.listenerCount(commandEvent)) {\n checkForUnknownOptions();\n this._processArguments();\n this.parent.emit(commandEvent, operands, unknown); // legacy\n } else if (operands.length) {\n if (this._findCommand('*')) {\n // legacy default command\n return this._dispatchSubcommand('*', operands, unknown);\n }\n if (this.listenerCount('command:*')) {\n // skip option check, emit event for possible misspelling suggestion\n this.emit('command:*', operands, unknown);\n } else if (this.commands.length) {\n this.unknownCommand();\n } else {\n checkForUnknownOptions();\n this._processArguments();\n }\n } else if (this.commands.length) {\n checkForUnknownOptions();\n // This command has subcommands and nothing hooked up at this level, so display help (and exit).\n this.help({ error: true });\n } else {\n checkForUnknownOptions();\n this._processArguments();\n // fall through for caller to handle after calling .parse()\n }\n }\n\n /**\n * Find matching command.\n *\n * @private\n * @return {Command | undefined}\n */\n _findCommand(name) {\n if (!name) return undefined;\n return this.commands.find(\n (cmd) => cmd._name === name || cmd._aliases.includes(name),\n );\n }\n\n /**\n * Return an option matching `arg` if any.\n *\n * @param {string} arg\n * @return {Option}\n * @package\n */\n\n _findOption(arg) {\n return this.options.find((option) => option.is(arg));\n }\n\n /**\n * Display an error message if a mandatory option does not have a value.\n * Called after checking for help flags in leaf subcommand.\n *\n * @private\n */\n\n _checkForMissingMandatoryOptions() {\n // Walk up hierarchy so can call in subcommand after checking for displaying help.\n this._getCommandAndAncestors().forEach((cmd) => {\n cmd.options.forEach((anOption) => {\n if (\n anOption.mandatory &&\n cmd.getOptionValue(anOption.attributeName()) === undefined\n ) {\n cmd.missingMandatoryOptionValue(anOption);\n }\n });\n });\n }\n\n /**\n * Display an error message if conflicting options are used together in this.\n *\n * @private\n */\n _checkForConflictingLocalOptions() {\n const definedNonDefaultOptions = this.options.filter((option) => {\n const optionKey = option.attributeName();\n if (this.getOptionValue(optionKey) === undefined) {\n return false;\n }\n return this.getOptionValueSource(optionKey) !== 'default';\n });\n\n const optionsWithConflicting = definedNonDefaultOptions.filter(\n (option) => option.conflictsWith.length > 0,\n );\n\n optionsWithConflicting.forEach((option) => {\n const conflictingAndDefined = definedNonDefaultOptions.find((defined) =>\n option.conflictsWith.includes(defined.attributeName()),\n );\n if (conflictingAndDefined) {\n this._conflictingOption(option, conflictingAndDefined);\n }\n });\n }\n\n /**\n * Display an error message if conflicting options are used together.\n * Called after checking for help flags in leaf subcommand.\n *\n * @private\n */\n _checkForConflictingOptions() {\n // Walk up hierarchy so can call in subcommand after checking for displaying help.\n this._getCommandAndAncestors().forEach((cmd) => {\n cmd._checkForConflictingLocalOptions();\n });\n }\n\n /**\n * Parse options from `argv` removing known options,\n * and return argv split into operands and unknown arguments.\n *\n * Examples:\n *\n * argv => operands, unknown\n * --known kkk op => [op], []\n * op --known kkk => [op], []\n * sub --unknown uuu op => [sub], [--unknown uuu op]\n * sub -- --unknown uuu op => [sub --unknown uuu op], []\n *\n * @param {string[]} argv\n * @return {{operands: string[], unknown: string[]}}\n */\n\n parseOptions(argv) {\n const operands = []; // operands, not options or values\n const unknown = []; // first unknown option and remaining unknown args\n let dest = operands;\n const args = argv.slice();\n\n function maybeOption(arg) {\n return arg.length > 1 && arg[0] === '-';\n }\n\n // parse options\n let activeVariadicOption = null;\n while (args.length) {\n const arg = args.shift();\n\n // literal\n if (arg === '--') {\n if (dest === unknown) dest.push(arg);\n dest.push(...args);\n break;\n }\n\n if (activeVariadicOption && !maybeOption(arg)) {\n this.emit(`option:${activeVariadicOption.name()}`, arg);\n continue;\n }\n activeVariadicOption = null;\n\n if (maybeOption(arg)) {\n const option = this._findOption(arg);\n // recognised option, call listener to assign value with possible custom processing\n if (option) {\n if (option.required) {\n const value = args.shift();\n if (value === undefined) this.optionMissingArgument(option);\n this.emit(`option:${option.name()}`, value);\n } else if (option.optional) {\n let value = null;\n // historical behaviour is optional value is following arg unless an option\n if (args.length > 0 && !maybeOption(args[0])) {\n value = args.shift();\n }\n this.emit(`option:${option.name()}`, value);\n } else {\n // boolean flag\n this.emit(`option:${option.name()}`);\n }\n activeVariadicOption = option.variadic ? option : null;\n continue;\n }\n }\n\n // Look for combo options following single dash, eat first one if known.\n if (arg.length > 2 && arg[0] === '-' && arg[1] !== '-') {\n const option = this._findOption(`-${arg[1]}`);\n if (option) {\n if (\n option.required ||\n (option.optional && this._combineFlagAndOptionalValue)\n ) {\n // option with value following in same argument\n this.emit(`option:${option.name()}`, arg.slice(2));\n } else {\n // boolean option, emit and put back remainder of arg for further processing\n this.emit(`option:${option.name()}`);\n args.unshift(`-${arg.slice(2)}`);\n }\n continue;\n }\n }\n\n // Look for known long flag with value, like --foo=bar\n if (/^--[^=]+=/.test(arg)) {\n const index = arg.indexOf('=');\n const option = this._findOption(arg.slice(0, index));\n if (option && (option.required || option.optional)) {\n this.emit(`option:${option.name()}`, arg.slice(index + 1));\n continue;\n }\n }\n\n // Not a recognised option by this command.\n // Might be a command-argument, or subcommand option, or unknown option, or help command or option.\n\n // An unknown option means further arguments also classified as unknown so can be reprocessed by subcommands.\n if (maybeOption(arg)) {\n dest = unknown;\n }\n\n // If using positionalOptions, stop processing our options at subcommand.\n if (\n (this._enablePositionalOptions || this._passThroughOptions) &&\n operands.length === 0 &&\n unknown.length === 0\n ) {\n if (this._findCommand(arg)) {\n operands.push(arg);\n if (args.length > 0) unknown.push(...args);\n break;\n } else if (\n this._getHelpCommand() &&\n arg === this._getHelpCommand().name()\n ) {\n operands.push(arg);\n if (args.length > 0) operands.push(...args);\n break;\n } else if (this._defaultCommandName) {\n unknown.push(arg);\n if (args.length > 0) unknown.push(...args);\n break;\n }\n }\n\n // If using passThroughOptions, stop processing options at first command-argument.\n if (this._passThroughOptions) {\n dest.push(arg);\n if (args.length > 0) dest.push(...args);\n break;\n }\n\n // add arg\n dest.push(arg);\n }\n\n return { operands, unknown };\n }\n\n /**\n * Return an object containing local option values as key-value pairs.\n *\n * @return {object}\n */\n opts() {\n if (this._storeOptionsAsProperties) {\n // Preserve original behaviour so backwards compatible when still using properties\n const result = {};\n const len = this.options.length;\n\n for (let i = 0; i < len; i++) {\n const key = this.options[i].attributeName();\n result[key] =\n key === this._versionOptionName ? this._version : this[key];\n }\n return result;\n }\n\n return this._optionValues;\n }\n\n /**\n * Return an object containing merged local and global option values as key-value pairs.\n *\n * @return {object}\n */\n optsWithGlobals() {\n // globals overwrite locals\n return this._getCommandAndAncestors().reduce(\n (combinedOptions, cmd) => Object.assign(combinedOptions, cmd.opts()),\n {},\n );\n }\n\n /**\n * Display error message and exit (or call exitOverride).\n *\n * @param {string} message\n * @param {object} [errorOptions]\n * @param {string} [errorOptions.code] - an id string representing the error\n * @param {number} [errorOptions.exitCode] - used with process.exit\n */\n error(message, errorOptions) {\n // output handling\n this._outputConfiguration.outputError(\n `${message}\\n`,\n this._outputConfiguration.writeErr,\n );\n if (typeof this._showHelpAfterError === 'string') {\n this._outputConfiguration.writeErr(`${this._showHelpAfterError}\\n`);\n } else if (this._showHelpAfterError) {\n this._outputConfiguration.writeErr('\\n');\n this.outputHelp({ error: true });\n }\n\n // exit handling\n const config = errorOptions || {};\n const exitCode = config.exitCode || 1;\n const code = config.code || 'commander.error';\n this._exit(exitCode, code, message);\n }\n\n /**\n * Apply any option related environment variables, if option does\n * not have a value from cli or client code.\n *\n * @private\n */\n _parseOptionsEnv() {\n this.options.forEach((option) => {\n if (option.envVar && option.envVar in process.env) {\n const optionKey = option.attributeName();\n // Priority check. Do not overwrite cli or options from unknown source (client-code).\n if (\n this.getOptionValue(optionKey) === undefined ||\n ['default', 'config', 'env'].includes(\n this.getOptionValueSource(optionKey),\n )\n ) {\n if (option.required || option.optional) {\n // option can take a value\n // keep very simple, optional always takes value\n this.emit(`optionEnv:${option.name()}`, process.env[option.envVar]);\n } else {\n // boolean\n // keep very simple, only care that envVar defined and not the value\n this.emit(`optionEnv:${option.name()}`);\n }\n }\n }\n });\n }\n\n /**\n * Apply any implied option values, if option is undefined or default value.\n *\n * @private\n */\n _parseOptionsImplied() {\n const dualHelper = new DualOptions(this.options);\n const hasCustomOptionValue = (optionKey) => {\n return (\n this.getOptionValue(optionKey) !== undefined &&\n !['default', 'implied'].includes(this.getOptionValueSource(optionKey))\n );\n };\n this.options\n .filter(\n (option) =>\n option.implied !== undefined &&\n hasCustomOptionValue(option.attributeName()) &&\n dualHelper.valueFromOption(\n this.getOptionValue(option.attributeName()),\n option,\n ),\n )\n .forEach((option) => {\n Object.keys(option.implied)\n .filter((impliedKey) => !hasCustomOptionValue(impliedKey))\n .forEach((impliedKey) => {\n this.setOptionValueWithSource(\n impliedKey,\n option.implied[impliedKey],\n 'implied',\n );\n });\n });\n }\n\n /**\n * Argument `name` is missing.\n *\n * @param {string} name\n * @private\n */\n\n missingArgument(name) {\n const message = `error: missing required argument '${name}'`;\n this.error(message, { code: 'commander.missingArgument' });\n }\n\n /**\n * `Option` is missing an argument.\n *\n * @param {Option} option\n * @private\n */\n\n optionMissingArgument(option) {\n const message = `error: option '${option.flags}' argument missing`;\n this.error(message, { code: 'commander.optionMissingArgument' });\n }\n\n /**\n * `Option` does not have a value, and is a mandatory option.\n *\n * @param {Option} option\n * @private\n */\n\n missingMandatoryOptionValue(option) {\n const message = `error: required option '${option.flags}' not specified`;\n this.error(message, { code: 'commander.missingMandatoryOptionValue' });\n }\n\n /**\n * `Option` conflicts with another option.\n *\n * @param {Option} option\n * @param {Option} conflictingOption\n * @private\n */\n _conflictingOption(option, conflictingOption) {\n // The calling code does not know whether a negated option is the source of the\n // value, so do some work to take an educated guess.\n const findBestOptionFromValue = (option) => {\n const optionKey = option.attributeName();\n const optionValue = this.getOptionValue(optionKey);\n const negativeOption = this.options.find(\n (target) => target.negate && optionKey === target.attributeName(),\n );\n const positiveOption = this.options.find(\n (target) => !target.negate && optionKey === target.attributeName(),\n );\n if (\n negativeOption &&\n ((negativeOption.presetArg === undefined && optionValue === false) ||\n (negativeOption.presetArg !== undefined &&\n optionValue === negativeOption.presetArg))\n ) {\n return negativeOption;\n }\n return positiveOption || option;\n };\n\n const getErrorMessage = (option) => {\n const bestOption = findBestOptionFromValue(option);\n const optionKey = bestOption.attributeName();\n const source = this.getOptionValueSource(optionKey);\n if (source === 'env') {\n return `environment variable '${bestOption.envVar}'`;\n }\n return `option '${bestOption.flags}'`;\n };\n\n const message = `error: ${getErrorMessage(option)} cannot be used with ${getErrorMessage(conflictingOption)}`;\n this.error(message, { code: 'commander.conflictingOption' });\n }\n\n /**\n * Unknown option `flag`.\n *\n * @param {string} flag\n * @private\n */\n\n unknownOption(flag) {\n if (this._allowUnknownOption) return;\n let suggestion = '';\n\n if (flag.startsWith('--') && this._showSuggestionAfterError) {\n // Looping to pick up the global options too\n let candidateFlags = [];\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n let command = this;\n do {\n const moreFlags = command\n .createHelp()\n .visibleOptions(command)\n .filter((option) => option.long)\n .map((option) => option.long);\n candidateFlags = candidateFlags.concat(moreFlags);\n command = command.parent;\n } while (command && !command._enablePositionalOptions);\n suggestion = suggestSimilar(flag, candidateFlags);\n }\n\n const message = `error: unknown option '${flag}'${suggestion}`;\n this.error(message, { code: 'commander.unknownOption' });\n }\n\n /**\n * Excess arguments, more than expected.\n *\n * @param {string[]} receivedArgs\n * @private\n */\n\n _excessArguments(receivedArgs) {\n if (this._allowExcessArguments) return;\n\n const expected = this.registeredArguments.length;\n const s = expected === 1 ? '' : 's';\n const forSubcommand = this.parent ? ` for '${this.name()}'` : '';\n const message = `error: too many arguments${forSubcommand}. Expected ${expected} argument${s} but got ${receivedArgs.length}.`;\n this.error(message, { code: 'commander.excessArguments' });\n }\n\n /**\n * Unknown command.\n *\n * @private\n */\n\n unknownCommand() {\n const unknownName = this.args[0];\n let suggestion = '';\n\n if (this._showSuggestionAfterError) {\n const candidateNames = [];\n this.createHelp()\n .visibleCommands(this)\n .forEach((command) => {\n candidateNames.push(command.name());\n // just visible alias\n if (command.alias()) candidateNames.push(command.alias());\n });\n suggestion = suggestSimilar(unknownName, candidateNames);\n }\n\n const message = `error: unknown command '${unknownName}'${suggestion}`;\n this.error(message, { code: 'commander.unknownCommand' });\n }\n\n /**\n * Get or set the program version.\n *\n * This method auto-registers the \"-V, --version\" option which will print the version number.\n *\n * You can optionally supply the flags and description to override the defaults.\n *\n * @param {string} [str]\n * @param {string} [flags]\n * @param {string} [description]\n * @return {(this | string | undefined)} `this` command for chaining, or version string if no arguments\n */\n\n version(str, flags, description) {\n if (str === undefined) return this._version;\n this._version = str;\n flags = flags || '-V, --version';\n description = description || 'output the version number';\n const versionOption = this.createOption(flags, description);\n this._versionOptionName = versionOption.attributeName();\n this._registerOption(versionOption);\n\n this.on('option:' + versionOption.name(), () => {\n this._outputConfiguration.writeOut(`${str}\\n`);\n this._exit(0, 'commander.version', str);\n });\n return this;\n }\n\n /**\n * Set the description.\n *\n * @param {string} [str]\n * @param {object} [argsDescription]\n * @return {(string|Command)}\n */\n description(str, argsDescription) {\n if (str === undefined && argsDescription === undefined)\n return this._description;\n this._description = str;\n if (argsDescription) {\n this._argsDescription = argsDescription;\n }\n return this;\n }\n\n /**\n * Set the summary. Used when listed as subcommand of parent.\n *\n * @param {string} [str]\n * @return {(string|Command)}\n */\n summary(str) {\n if (str === undefined) return this._summary;\n this._summary = str;\n return this;\n }\n\n /**\n * Set an alias for the command.\n *\n * You may call more than once to add multiple aliases. Only the first alias is shown in the auto-generated help.\n *\n * @param {string} [alias]\n * @return {(string|Command)}\n */\n\n alias(alias) {\n if (alias === undefined) return this._aliases[0]; // just return first, for backwards compatibility\n\n /** @type {Command} */\n // eslint-disable-next-line @typescript-eslint/no-this-alias\n let command = this;\n if (\n this.commands.length !== 0 &&\n this.commands[this.commands.length - 1]._executableHandler\n ) {\n // assume adding alias for last added executable subcommand, rather than this\n command = this.commands[this.commands.length - 1];\n }\n\n if (alias === command._name)\n throw new Error(\"Command alias can't be the same as its name\");\n const matchingCommand = this.parent?._findCommand(alias);\n if (matchingCommand) {\n // c.f. _registerCommand\n const existingCmd = [matchingCommand.name()]\n .concat(matchingCommand.aliases())\n .join('|');\n throw new Error(\n `cannot add alias '${alias}' to command '${this.name()}' as already have command '${existingCmd}'`,\n );\n }\n\n command._aliases.push(alias);\n return this;\n }\n\n /**\n * Set aliases for the command.\n *\n * Only the first alias is shown in the auto-generated help.\n *\n * @param {string[]} [aliases]\n * @return {(string[]|Command)}\n */\n\n aliases(aliases) {\n // Getter for the array of aliases is the main reason for having aliases() in addition to alias().\n if (aliases === undefined) return this._aliases;\n\n aliases.forEach((alias) => this.alias(alias));\n return this;\n }\n\n /**\n * Set / get the command usage `str`.\n *\n * @param {string} [str]\n * @return {(string|Command)}\n */\n\n usage(str) {\n if (str === undefined) {\n if (this._usage) return this._usage;\n\n const args = this.registeredArguments.map((arg) => {\n return humanReadableArgName(arg);\n });\n return []\n .concat(\n this.options.length || this._helpOption !== null ? '[options]' : [],\n this.commands.length ? '[command]' : [],\n this.registeredArguments.length ? args : [],\n )\n .join(' ');\n }\n\n this._usage = str;\n return this;\n }\n\n /**\n * Get or set the name of the command.\n *\n * @param {string} [str]\n * @return {(string|Command)}\n */\n\n name(str) {\n if (str === undefined) return this._name;\n this._name = str;\n return this;\n }\n\n /**\n * Set the name of the command from script filename, such as process.argv[1],\n * or require.main.filename, or __filename.\n *\n * (Used internally and public although not documented in README.)\n *\n * @example\n * program.nameFromFilename(require.main.filename);\n *\n * @param {string} filename\n * @return {Command}\n */\n\n nameFromFilename(filename) {\n this._name = path.basename(filename, path.extname(filename));\n\n return this;\n }\n\n /**\n * Get or set the directory for searching for executable subcommands of this command.\n *\n * @example\n * program.executableDir(__dirname);\n * // or\n * program.executableDir('subcommands');\n *\n * @param {string} [path]\n * @return {(string|null|Command)}\n */\n\n executableDir(path) {\n if (path === undefined) return this._executableDir;\n this._executableDir = path;\n return this;\n }\n\n /**\n * Return program help documentation.\n *\n * @param {{ error: boolean }} [contextOptions] - pass {error:true} to wrap for stderr instead of stdout\n * @return {string}\n */\n\n helpInformation(contextOptions) {\n const helper = this.createHelp();\n if (helper.helpWidth === undefined) {\n helper.helpWidth =\n contextOptions && contextOptions.error\n ? this._outputConfiguration.getErrHelpWidth()\n : this._outputConfiguration.getOutHelpWidth();\n }\n return helper.formatHelp(this, helper);\n }\n\n /**\n * @private\n */\n\n _getHelpContext(contextOptions) {\n contextOptions = contextOptions || {};\n const context = { error: !!contextOptions.error };\n let write;\n if (context.error) {\n write = (arg) => this._outputConfiguration.writeErr(arg);\n } else {\n write = (arg) => this._outputConfiguration.writeOut(arg);\n }\n context.write = contextOptions.write || write;\n context.command = this;\n return context;\n }\n\n /**\n * Output help information for this command.\n *\n * Outputs built-in help, and custom text added using `.addHelpText()`.\n *\n * @param {{ error: boolean } | Function} [contextOptions] - pass {error:true} to write to stderr instead of stdout\n */\n\n outputHelp(contextOptions) {\n let deprecatedCallback;\n if (typeof contextOptions === 'function') {\n deprecatedCallback = contextOptions;\n contextOptions = undefined;\n }\n const context = this._getHelpContext(contextOptions);\n\n this._getCommandAndAncestors()\n .reverse()\n .forEach((command) => command.emit('beforeAllHelp', context));\n this.emit('beforeHelp', context);\n\n let helpInformation = this.helpInformation(context);\n if (deprecatedCallback) {\n helpInformation = deprecatedCallback(helpInformation);\n if (\n typeof helpInformation !== 'string' &&\n !Buffer.isBuffer(helpInformation)\n ) {\n throw new Error('outputHelp callback must return a string or a Buffer');\n }\n }\n context.write(helpInformation);\n\n if (this._getHelpOption()?.long) {\n this.emit(this._getHelpOption().long); // deprecated\n }\n this.emit('afterHelp', context);\n this._getCommandAndAncestors().forEach((command) =>\n command.emit('afterAllHelp', context),\n );\n }\n\n /**\n * You can pass in flags and a description to customise the built-in help option.\n * Pass in false to disable the built-in help option.\n *\n * @example\n * program.helpOption('-?, --help' 'show help'); // customise\n * program.helpOption(false); // disable\n *\n * @param {(string | boolean)} flags\n * @param {string} [description]\n * @return {Command} `this` command for chaining\n */\n\n helpOption(flags, description) {\n // Support disabling built-in help option.\n if (typeof flags === 'boolean') {\n if (flags) {\n this._helpOption = this._helpOption ?? undefined; // preserve existing option\n } else {\n this._helpOption = null; // disable\n }\n return this;\n }\n\n // Customise flags and description.\n flags = flags ?? '-h, --help';\n description = description ?? 'display help for command';\n this._helpOption = this.createOption(flags, description);\n\n return this;\n }\n\n /**\n * Lazy create help option.\n * Returns null if has been disabled with .helpOption(false).\n *\n * @returns {(Option | null)} the help option\n * @package\n */\n _getHelpOption() {\n // Lazy create help option on demand.\n if (this._helpOption === undefined) {\n this.helpOption(undefined, undefined);\n }\n return this._helpOption;\n }\n\n /**\n * Supply your own option to use for the built-in help option.\n * This is an alternative to using helpOption() to customise the flags and description etc.\n *\n * @param {Option} option\n * @return {Command} `this` command for chaining\n */\n addHelpOption(option) {\n this._helpOption = option;\n return this;\n }\n\n /**\n * Output help information and exit.\n *\n * Outputs built-in help, and custom text added using `.addHelpText()`.\n *\n * @param {{ error: boolean }} [contextOptions] - pass {error:true} to write to stderr instead of stdout\n */\n\n help(contextOptions) {\n this.outputHelp(contextOptions);\n let exitCode = process.exitCode || 0;\n if (\n exitCode === 0 &&\n contextOptions &&\n typeof contextOptions !== 'function' &&\n contextOptions.error\n ) {\n exitCode = 1;\n }\n // message: do not have all displayed text available so only passing placeholder.\n this._exit(exitCode, 'commander.help', '(outputHelp)');\n }\n\n /**\n * Add additional text to be displayed with the built-in help.\n *\n * Position is 'before' or 'after' to affect just this command,\n * and 'beforeAll' or 'afterAll' to affect this command and all its subcommands.\n *\n * @param {string} position - before or after built-in help\n * @param {(string | Function)} text - string to add, or a function returning a string\n * @return {Command} `this` command for chaining\n */\n addHelpText(position, text) {\n const allowedValues = ['beforeAll', 'before', 'after', 'afterAll'];\n if (!allowedValues.includes(position)) {\n throw new Error(`Unexpected value for position to addHelpText.\nExpecting one of '${allowedValues.join(\"', '\")}'`);\n }\n const helpEvent = `${position}Help`;\n this.on(helpEvent, (context) => {\n let helpStr;\n if (typeof text === 'function') {\n helpStr = text({ error: context.error, command: context.command });\n } else {\n helpStr = text;\n }\n // Ignore falsy value when nothing to output.\n if (helpStr) {\n context.write(`${helpStr}\\n`);\n }\n });\n return this;\n }\n\n /**\n * Output help information if help flags specified\n *\n * @param {Array} args - array of options to search for help flags\n * @private\n */\n\n _outputHelpIfRequested(args) {\n const helpOption = this._getHelpOption();\n const helpRequested = helpOption && args.find((arg) => helpOption.is(arg));\n if (helpRequested) {\n this.outputHelp();\n // (Do not have all displayed text available so only passing placeholder.)\n this._exit(0, 'commander.helpDisplayed', '(outputHelp)');\n }\n }\n}\n\n/**\n * Scan arguments and increment port number for inspect calls (to avoid conflicts when spawning new command).\n *\n * @param {string[]} args - array of arguments from node.execArgv\n * @returns {string[]}\n * @private\n */\n\nfunction incrementNodeInspectorPort(args) {\n // Testing for these options:\n // --inspect[=[host:]port]\n // --inspect-brk[=[host:]port]\n // --inspect-port=[host:]port\n return args.map((arg) => {\n if (!arg.startsWith('--inspect')) {\n return arg;\n }\n let debugOption;\n let debugHost = '127.0.0.1';\n let debugPort = '9229';\n let match;\n if ((match = arg.match(/^(--inspect(-brk)?)$/)) !== null) {\n // e.g. --inspect\n debugOption = match[1];\n } else if (\n (match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+)$/)) !== null\n ) {\n debugOption = match[1];\n if (/^\\d+$/.test(match[3])) {\n // e.g. --inspect=1234\n debugPort = match[3];\n } else {\n // e.g. --inspect=localhost\n debugHost = match[3];\n }\n } else if (\n (match = arg.match(/^(--inspect(-brk|-port)?)=([^:]+):(\\d+)$/)) !== null\n ) {\n // e.g. --inspect=localhost:1234\n debugOption = match[1];\n debugHost = match[3];\n debugPort = match[4];\n }\n\n if (debugOption && debugPort !== '0') {\n return `${debugOption}=${debugHost}:${parseInt(debugPort) + 1}`;\n }\n return arg;\n });\n}\n\nexports.Command = Command;\n","const { Argument } = require('./lib/argument.js');\nconst { Command } = require('./lib/command.js');\nconst { CommanderError, InvalidArgumentError } = require('./lib/error.js');\nconst { Help } = require('./lib/help.js');\nconst { Option } = require('./lib/option.js');\n\nexports.program = new Command();\n\nexports.createCommand = (name) => new Command(name);\nexports.createOption = (flags, description) => new Option(flags, description);\nexports.createArgument = (name, description) => new Argument(name, description);\n\n/**\n * Expose classes\n */\n\nexports.Command = Command;\nexports.Option = Option;\nexports.Argument = Argument;\nexports.Help = Help;\n\nexports.CommanderError = CommanderError;\nexports.InvalidArgumentError = InvalidArgumentError;\nexports.InvalidOptionArgumentError = InvalidArgumentError; // Deprecated\n","import commander from './index.js';\n\n// wrapper to provide named exports for ESM.\nexport const {\n program,\n createCommand,\n createArgument,\n createOption,\n CommanderError,\n InvalidArgumentError,\n InvalidOptionArgumentError, // deprecated old name\n Command,\n Argument,\n Option,\n Help,\n} = commander;\n","'use strict'\nmodule.exports = rfdc\n\nfunction copyBuffer (cur) {\n if (cur instanceof Buffer) {\n return Buffer.from(cur)\n }\n\n return new cur.constructor(cur.buffer.slice(), cur.byteOffset, cur.length)\n}\n\nfunction rfdc (opts) {\n opts = opts || {}\n if (opts.circles) return rfdcCircles(opts)\n\n const constructorHandlers = new Map()\n constructorHandlers.set(Date, (o) => new Date(o))\n constructorHandlers.set(Map, (o, fn) => new Map(cloneArray(Array.from(o), fn)))\n constructorHandlers.set(Set, (o, fn) => new Set(cloneArray(Array.from(o), fn)))\n if (opts.constructorHandlers) {\n for (const handler of opts.constructorHandlers) {\n constructorHandlers.set(handler[0], handler[1])\n }\n }\n\n let handler = null\n\n return opts.proto ? cloneProto : clone\n\n function cloneArray (a, fn) {\n const keys = Object.keys(a)\n const a2 = new Array(keys.length)\n for (let i = 0; i < keys.length; i++) {\n const k = keys[i]\n const cur = a[k]\n if (typeof cur !== 'object' || cur === null) {\n a2[k] = cur\n } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) {\n a2[k] = handler(cur, fn)\n } else if (ArrayBuffer.isView(cur)) {\n a2[k] = copyBuffer(cur)\n } else {\n a2[k] = fn(cur)\n }\n }\n return a2\n }\n\n function clone (o) {\n if (typeof o !== 'object' || o === null) return o\n if (Array.isArray(o)) return cloneArray(o, clone)\n if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) {\n return handler(o, clone)\n }\n const o2 = {}\n for (const k in o) {\n if (Object.hasOwnProperty.call(o, k) === false) continue\n const cur = o[k]\n if (typeof cur !== 'object' || cur === null) {\n o2[k] = cur\n } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) {\n o2[k] = handler(cur, clone)\n } else if (ArrayBuffer.isView(cur)) {\n o2[k] = copyBuffer(cur)\n } else {\n o2[k] = clone(cur)\n }\n }\n return o2\n }\n\n function cloneProto (o) {\n if (typeof o !== 'object' || o === null) return o\n if (Array.isArray(o)) return cloneArray(o, cloneProto)\n if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) {\n return handler(o, cloneProto)\n }\n const o2 = {}\n for (const k in o) {\n const cur = o[k]\n if (typeof cur !== 'object' || cur === null) {\n o2[k] = cur\n } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) {\n o2[k] = handler(cur, cloneProto)\n } else if (ArrayBuffer.isView(cur)) {\n o2[k] = copyBuffer(cur)\n } else {\n o2[k] = cloneProto(cur)\n }\n }\n return o2\n }\n}\n\nfunction rfdcCircles (opts) {\n const refs = []\n const refsNew = []\n\n const constructorHandlers = new Map()\n constructorHandlers.set(Date, (o) => new Date(o))\n constructorHandlers.set(Map, (o, fn) => new Map(cloneArray(Array.from(o), fn)))\n constructorHandlers.set(Set, (o, fn) => new Set(cloneArray(Array.from(o), fn)))\n if (opts.constructorHandlers) {\n for (const handler of opts.constructorHandlers) {\n constructorHandlers.set(handler[0], handler[1])\n }\n }\n\n let handler = null\n return opts.proto ? cloneProto : clone\n\n function cloneArray (a, fn) {\n const keys = Object.keys(a)\n const a2 = new Array(keys.length)\n for (let i = 0; i < keys.length; i++) {\n const k = keys[i]\n const cur = a[k]\n if (typeof cur !== 'object' || cur === null) {\n a2[k] = cur\n } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) {\n a2[k] = handler(cur, fn)\n } else if (ArrayBuffer.isView(cur)) {\n a2[k] = copyBuffer(cur)\n } else {\n const index = refs.indexOf(cur)\n if (index !== -1) {\n a2[k] = refsNew[index]\n } else {\n a2[k] = fn(cur)\n }\n }\n }\n return a2\n }\n\n function clone (o) {\n if (typeof o !== 'object' || o === null) return o\n if (Array.isArray(o)) return cloneArray(o, clone)\n if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) {\n return handler(o, clone)\n }\n const o2 = {}\n refs.push(o)\n refsNew.push(o2)\n for (const k in o) {\n if (Object.hasOwnProperty.call(o, k) === false) continue\n const cur = o[k]\n if (typeof cur !== 'object' || cur === null) {\n o2[k] = cur\n } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) {\n o2[k] = handler(cur, clone)\n } else if (ArrayBuffer.isView(cur)) {\n o2[k] = copyBuffer(cur)\n } else {\n const i = refs.indexOf(cur)\n if (i !== -1) {\n o2[k] = refsNew[i]\n } else {\n o2[k] = clone(cur)\n }\n }\n }\n refs.pop()\n refsNew.pop()\n return o2\n }\n\n function cloneProto (o) {\n if (typeof o !== 'object' || o === null) return o\n if (Array.isArray(o)) return cloneArray(o, cloneProto)\n if (o.constructor !== Object && (handler = constructorHandlers.get(o.constructor))) {\n return handler(o, cloneProto)\n }\n const o2 = {}\n refs.push(o)\n refsNew.push(o2)\n for (const k in o) {\n const cur = o[k]\n if (typeof cur !== 'object' || cur === null) {\n o2[k] = cur\n } else if (cur.constructor !== Object && (handler = constructorHandlers.get(cur.constructor))) {\n o2[k] = handler(cur, cloneProto)\n } else if (ArrayBuffer.isView(cur)) {\n o2[k] = copyBuffer(cur)\n } else {\n const i = refs.indexOf(cur)\n if (i !== -1) {\n o2[k] = refsNew[i]\n } else {\n o2[k] = cloneProto(cur)\n }\n }\n }\n refs.pop()\n refsNew.pop()\n return o2\n }\n}\n","#!/usr/bin/env node\nimport { Help, Option, program } from 'commander'\nimport createCloneDeep from 'rfdc'\nimport semver from 'semver'\nimport pkg from '../../package.json'\nimport cliOptions, { renderExtendedHelp } from '../cli-options'\nimport ncu from '../index'\nimport { chalkInit } from '../lib/chalk'\n// async global contexts are only available in esm modules -> function\nimport getNcuRc from '../lib/getNcuRc'\nimport { pickBy } from '../lib/pick'\n\nconst optionVersionDescription = 'Output the version number of npm-check-updates.'\n\n/** Removes inline code ticks. */\nconst uncode = (s: string) => s.replace(/`/g, '')\n\nconst cloneDeep = createCloneDeep()\n\n;(async () => {\n // importing update-notifier dynamically as esm modules are only allowed to be dynamically imported inside of cjs modules\n const { default: updateNotifier } = await import('update-notifier')\n\n // check if a new version of ncu is available and print an update notification\n //\n // For testing from specific versions, use:\n //\n // updateNotifier({\n // pkg: {\n // name: 'npm-check-updates',\n // version: x.y.z\n // },\n // updateCheckInterval: 0\n // })\n\n const notifier = updateNotifier({ pkg })\n if (notifier.update && notifier.update.latest !== pkg.version) {\n const { default: chalk } = await import('chalk')\n\n // generate release urls for all the major versions from the current version up to the latest\n const currentMajor = semver.parse(notifier.update.current)?.major\n const latestMajor = semver.parse(notifier.update.latest)?.major\n const majorVersions =\n // Greater than or equal to (>=) will always return false if either operant is NaN or undefined.\n // Without this condition, it can result in a RangeError: Invalid array length.\n // See: https://github.com/raineorshine/npm-check-updates/issues/1200\n currentMajor && latestMajor && latestMajor >= currentMajor\n ? new Array(latestMajor - currentMajor).fill(0).map((x, i) => currentMajor + i + 1)\n : []\n const releaseUrls = majorVersions.map(majorVersion => `${pkg.homepage ?? ''}/releases/tag/v${majorVersion}.0.0`)\n\n // for non-major updates, generate a URL to view all commits since the current version\n const compareUrl = `${pkg.homepage ?? ''}/compare/v${notifier.update.current}...v${notifier.update.latest}`\n\n notifier.notify({\n defer: false,\n isGlobal: true,\n message: `Update available ${chalk.dim('{currentVersion}')}${chalk.reset(' → ')}${\n notifier.update.type === 'major'\n ? chalk.red('{latestVersion}')\n : notifier.update.type === 'minor'\n ? chalk.yellow('{latestVersion}')\n : chalk.green('{latestVersion}')\n }\nRun ${chalk.cyan('{updateCommand}')} to update\n${chalk.dim.underline(\n notifier.update.type === 'major' ? releaseUrls.map(url => chalk.dim.underline(url)).join('\\n') : compareUrl,\n)}`,\n })\n }\n\n // manually detect option-specific help\n // https://github.com/raineorshine/npm-check-updates/issues/787\n const rawArgs = process.argv.slice(2)\n const indexHelp = rawArgs.findIndex(arg => arg === '--help' || arg === '-h')\n if (indexHelp !== -1 && rawArgs[indexHelp + 1]) {\n const helpOption = rawArgs[indexHelp + 1].replace(/^-*/, '')\n if (helpOption === 'help' || helpOption === 'h') {\n console.info('Would you like some help with your help?')\n } else {\n await chalkInit()\n const nonHelpArgs = [...rawArgs.slice(0, indexHelp), ...rawArgs.slice(indexHelp + 1)]\n nonHelpArgs.forEach(arg => {\n // match option by long or short\n const query = arg.replace(/^-*/, '')\n const option = cliOptions.find(\n option =>\n query === option.long ||\n query === option.short ||\n (query === `no-${option.long}` && option.type === 'boolean'),\n )\n if (option) {\n console.info(renderExtendedHelp(option) + '\\n')\n } else if (query === 'version' || query === 'v' || query === 'V') {\n console.info(\n renderExtendedHelp({\n long: 'version',\n short: 'v',\n description: optionVersionDescription,\n // do not pass boolean or it will print --no-version\n type: 'string',\n }) + '\\n',\n )\n } else {\n console.info(`Unknown option: ${arg}`)\n }\n })\n }\n process.exit(0)\n }\n\n // a set of options that only work in an rc config file, not on the command line\n const noCli = new Set(cliOptions.filter(option => option.cli === false).map(option => `--${option.long}`))\n\n // start commander program\n program\n .description('[filter] is a list or regex of package names to check (all others will be ignored).')\n .usage('[options] [filter]')\n // See: boolean optional arg below\n .configureHelp({\n optionTerm: option =>\n option.long && noCli.has(option.long)\n ? option.long.replace('--', '') + '*'\n : option.long === '--version'\n ? // add -v to version help to cover the alias added below\n '-v, -V, --version'\n : option.flags.replace('[bool]', ''),\n optionDescription: option =>\n option.long === '--version'\n ? optionVersionDescription\n : option.long === '--help'\n ? `You're lookin' at it. Run \"ncu --help <option>\" for a specific option.`\n : Help.prototype.optionDescription(option),\n })\n // add hidden -v alias for --V/--version\n .addOption(new Option('-v, --versionAlias').hideHelp())\n .on('option:versionAlias', () => {\n console.info(pkg.version)\n process.exit(0)\n })\n\n // add cli options\n cliOptions.forEach(({ long, short, arg, description, default: defaultValue, help, parse, type }) => {\n const flags = `${short ? `-${short}, ` : ''}--${long}${arg ? ` <${arg}>` : ''}`\n // format description for cli by removing inline code ticks\n // point to help in description if extended help text is available\n const descriptionFormatted = `${uncode(description)}${help ? ` Run \"ncu --help ${long}\" for details.` : ''}`\n\n // handle 3rd/4th argument polymorphism\n program.option(flags, descriptionFormatted, parse || defaultValue, parse ? defaultValue : undefined)\n\n // add --no- prefixed boolean options\n // necessary for overriding booleans set to true in the ncurc\n if (type === 'boolean') {\n program.addOption(new Option(`--no-${long}`).default(false).hideHelp())\n }\n })\n\n // set version option at the end\n program.version(pkg.version)\n\n // commander mutates its optionValues with program.parse\n // In order to call program.parse again and parse the rc file options, we need to clear commander's internal optionValues\n // Otherwise array options will be duplicated\n const defaultOptionValues = cloneDeep((program as any)._optionValues)\n program.parse(process.argv)\n\n const programOpts = program.opts()\n const programArgs = process.argv.slice(2)\n\n const { color, configFileName, configFilePath, global, packageFile, mergeConfig } = programOpts\n\n // Force color on all chalk instances.\n // See: /src/lib/chalk.ts\n await chalkInit(color)\n\n // load .ncurc\n // Do not load when tests are running (can be overridden if configFilePath is set explicitly, or --mergeConfig option specified)\n const rcResult =\n !process.env.NCU_TESTS || configFilePath || mergeConfig\n ? await getNcuRc({\n configFileName,\n configFilePath,\n global,\n packageFile,\n options: { ...programOpts, cli: true },\n })\n : null\n\n // override rc args with program args\n const rcArgs = (rcResult?.args || []).filter(\n (arg, i, args) =>\n (typeof arg !== 'string' || !arg.startsWith('-') || !programArgs.includes(arg)) &&\n (typeof args[i - 1] !== 'string' || !args[i - 1].startsWith('-') || !programArgs.includes(args[i - 1])),\n )\n\n // insert config arguments into command line arguments so they can all be parsed by commander\n const combinedArguments = [...process.argv.slice(0, 2), ...rcArgs, ...programArgs]\n\n // See defaultOptionValues comment above\n ;(program as any)._optionValues = defaultOptionValues\n program.parse(combinedArguments)\n const combinedProgramOpts = program.opts()\n\n // filter out undefined program options and combine cli options with config file options\n const options = {\n ...(rcResult && Object.keys(rcResult.config).length > 0 ? { rcConfigPath: rcResult.filePath } : null),\n ...pickBy(program.opts(), (value: unknown) => value !== undefined),\n args: program.args,\n ...(combinedProgramOpts.filter ? { filter: combinedProgramOpts.filter } : null),\n ...(combinedProgramOpts.reject ? { reject: combinedProgramOpts.reject } : null),\n }\n\n // NOTE: Options handling and defaults go in initOptions in index.js\n\n ncu(options, { cli: true })\n})()\n"],"names":["CommanderError","exitCode","code","message","InvalidArgumentError","error","require$$0","Argument","name","description","value","previous","fn","values","arg","humanReadableArgName","nameOutput","argument","Help","cmd","visibleCommands","helpCommand","b","a","getSortKey","option","visibleOptions","helpOption","removeShort","removeLong","globalOptions","ancestorCmd","args","helper","max","command","cmdName","ancestorCmdNames","extraInfo","choice","extraDescripton","termWidth","helpWidth","itemIndentWidth","itemSeparatorWidth","formatItem","term","fullText","formatList","textArray","output","commandDescription","argumentList","optionList","globalOptionList","commandList","str","width","indent","minColumnWidth","indents","manualIndent","columnWidth","leadingStr","columnText","indentString","breaks","regex","lines","line","i","help","Option","flags","optionFlags","splitOptionFlags","names","impliedOptionValues","newImplied","mandatory","hide","camelcase","DualOptions","options","key","optionKey","preset","negativeValue","word","shortFlag","longFlag","flagParts","maxDistance","editDistance","d","j","cost","suggestSimilar","candidates","searchingOptions","candidate","similar","bestDistance","minSimilarity","distance","length","suggestSimilar_1","EventEmitter","childProcess","require$$1","path","require$$2","fs","require$$3","process","require$$4","require$$5","require$$6","require$$7","require$$8","require$$9","Command","write","sourceCommand","result","nameAndArgs","actionOptsOrExecDesc","execOpts","desc","opts","configuration","displayHelp","displaySuggestion","defaultValue","detail","previousArgument","enableOrNameAndArgs","helpName","helpArgs","helpDescription","deprecatedDescription","event","listener","allowedValues","err","expectedArgsCount","actionArgs","target","invalidArgumentMessage","matchingOption","matchingFlag","knownBy","alreadyUsed","existingCmd","newCmd","oname","positiveLongFlag","handleOptionValue","val","invalidValueMessage","valueSource","oldValue","config","def","m","parseArg","combine","allowUnknown","allowExcess","positional","passThrough","storeAsProperties","source","argv","parseOptions","execArgv","userArgs","subcommand","launchWithNode","sourceExt","findFile","baseDir","baseName","localBin","foundExt","ext","executableFile","executableDir","resolvedScriptPath","localFile","legacyName","proc","incrementNodeInspectorPort","signal","exitCallback","executableDirMessage","executableMissing","wrappedError","commandName","operands","unknown","subCommand","promiseChain","subcommandName","myParseArg","parsedValue","processedArgs","declaredArg","index","processed","v","promise","hooks","hookedCommand","callback","hookDetail","hook","parsed","checkForUnknownOptions","commandEvent","anOption","definedNonDefaultOptions","conflictingAndDefined","defined","dest","maybeOption","activeVariadicOption","len","combinedOptions","errorOptions","dualHelper","hasCustomOptionValue","impliedKey","conflictingOption","findBestOptionFromValue","optionValue","negativeOption","positiveOption","getErrorMessage","bestOption","flag","suggestion","candidateFlags","moreFlags","receivedArgs","expected","s","unknownName","candidateNames","versionOption","argsDescription","alias","matchingCommand","aliases","filename","contextOptions","context","deprecatedCallback","helpInformation","position","text","helpEvent","helpStr","debugOption","debugHost","debugPort","match","commander","program","createCommand","createArgument","createOption","InvalidOptionArgumentError","rfdc_1","rfdc","copyBuffer","cur","rfdcCircles","constructorHandlers","o","cloneArray","handler","cloneProto","clone","keys","a2","k","o2","refs","refsNew","optionVersionDescription","uncode","cloneDeep","createCloneDeep","updateNotifier","notifier","pkg","chalk","currentMajor","semver","latestMajor","releaseUrls","x","majorVersion","compareUrl","url","rawArgs","indexHelp","chalkInit","query","cliOptions","renderExtendedHelp","noCli","long","short","parse","type","descriptionFormatted","defaultOptionValues","programOpts","programArgs","color","configFileName","configFilePath","global","packageFile","mergeConfig","rcResult","getNcuRc","rcArgs","combinedArguments","combinedProgramOpts","pickBy","ncu"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,5,6,7,8]}
|