netlify-cli 19.0.1-rc.2 → 19.0.2-pre.4fc477a
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/dist/commands/api/api.js +1 -0
- package/dist/commands/api/api.js.map +1 -0
- package/dist/commands/api/index.js +1 -0
- package/dist/commands/api/index.js.map +1 -0
- package/dist/commands/base-command.js +32 -36
- package/dist/commands/base-command.js.map +1 -0
- package/dist/commands/blobs/blobs-delete.js +1 -0
- package/dist/commands/blobs/blobs-delete.js.map +1 -0
- package/dist/commands/blobs/blobs-get.js +1 -0
- package/dist/commands/blobs/blobs-get.js.map +1 -0
- package/dist/commands/blobs/blobs-list.js +1 -0
- package/dist/commands/blobs/blobs-list.js.map +1 -0
- package/dist/commands/blobs/blobs-set.js +1 -0
- package/dist/commands/blobs/blobs-set.js.map +1 -0
- package/dist/commands/blobs/blobs.js +1 -0
- package/dist/commands/blobs/blobs.js.map +1 -0
- package/dist/commands/build/build.js +1 -0
- package/dist/commands/build/build.js.map +1 -0
- package/dist/commands/build/index.js +1 -0
- package/dist/commands/build/index.js.map +1 -0
- package/dist/commands/completion/completion.js +1 -0
- package/dist/commands/completion/completion.js.map +1 -0
- package/dist/commands/completion/index.js +1 -0
- package/dist/commands/completion/index.js.map +1 -0
- package/dist/commands/database/constants.d.ts +4 -0
- package/dist/commands/database/constants.d.ts.map +1 -0
- package/dist/commands/database/constants.js +4 -0
- package/dist/commands/database/constants.js.map +1 -0
- package/dist/commands/database/database.d.ts +3 -0
- package/dist/commands/database/database.d.ts.map +1 -0
- package/dist/commands/database/database.js +191 -0
- package/dist/commands/database/database.js.map +1 -0
- package/dist/commands/database/drizzle.d.ts +3 -0
- package/dist/commands/database/drizzle.d.ts.map +1 -0
- package/dist/commands/database/drizzle.js +110 -0
- package/dist/commands/database/drizzle.js.map +1 -0
- package/dist/commands/database/index.d.ts +2 -0
- package/dist/commands/database/index.d.ts.map +1 -0
- package/dist/commands/database/index.js +2 -0
- package/dist/commands/database/index.js.map +1 -0
- package/dist/commands/database/utils.d.ts +50 -0
- package/dist/commands/database/utils.d.ts.map +1 -0
- package/dist/commands/database/utils.js +83 -0
- package/dist/commands/database/utils.js.map +1 -0
- package/dist/commands/deploy/deploy.d.ts.map +1 -1
- package/dist/commands/deploy/deploy.js +9 -18
- package/dist/commands/deploy/deploy.js.map +1 -0
- package/dist/commands/deploy/index.js +1 -0
- package/dist/commands/deploy/index.js.map +1 -0
- package/dist/commands/dev/dev-exec.js +1 -0
- package/dist/commands/dev/dev-exec.js.map +1 -0
- package/dist/commands/dev/dev.js +1 -0
- package/dist/commands/dev/dev.js.map +1 -0
- package/dist/commands/dev/index.js +1 -0
- package/dist/commands/dev/index.js.map +1 -0
- package/dist/commands/env/env-clone.js +1 -0
- package/dist/commands/env/env-clone.js.map +1 -0
- package/dist/commands/env/env-get.js +1 -0
- package/dist/commands/env/env-get.js.map +1 -0
- package/dist/commands/env/env-import.js +1 -0
- package/dist/commands/env/env-import.js.map +1 -0
- package/dist/commands/env/env-list.js +1 -0
- package/dist/commands/env/env-list.js.map +1 -0
- package/dist/commands/env/env-set.js +1 -0
- package/dist/commands/env/env-set.js.map +1 -0
- package/dist/commands/env/env-unset.js +1 -0
- package/dist/commands/env/env-unset.js.map +1 -0
- package/dist/commands/env/env.js +1 -0
- package/dist/commands/env/env.js.map +1 -0
- package/dist/commands/env/index.js +1 -0
- package/dist/commands/env/index.js.map +1 -0
- package/dist/commands/functions/functions-build.js +1 -0
- package/dist/commands/functions/functions-build.js.map +1 -0
- package/dist/commands/functions/functions-create.d.ts.map +1 -1
- package/dist/commands/functions/functions-create.js +8 -6
- package/dist/commands/functions/functions-create.js.map +1 -0
- package/dist/commands/functions/functions-invoke.js +1 -0
- package/dist/commands/functions/functions-invoke.js.map +1 -0
- package/dist/commands/functions/functions-list.js +1 -0
- package/dist/commands/functions/functions-list.js.map +1 -0
- package/dist/commands/functions/functions-serve.js +1 -0
- package/dist/commands/functions/functions-serve.js.map +1 -0
- package/dist/commands/functions/functions.js +1 -0
- package/dist/commands/functions/functions.js.map +1 -0
- package/dist/commands/functions/index.js +1 -0
- package/dist/commands/functions/index.js.map +1 -0
- package/dist/commands/index.js +1 -0
- package/dist/commands/index.js.map +1 -0
- package/dist/commands/init/index.js +1 -0
- package/dist/commands/init/index.js.map +1 -0
- package/dist/commands/init/init.js +1 -0
- package/dist/commands/init/init.js.map +1 -0
- package/dist/commands/link/index.js +1 -0
- package/dist/commands/link/index.js.map +1 -0
- package/dist/commands/link/link.js +1 -0
- package/dist/commands/link/link.js.map +1 -0
- package/dist/commands/login/index.js +1 -0
- package/dist/commands/login/index.js.map +1 -0
- package/dist/commands/login/login.js +1 -0
- package/dist/commands/login/login.js.map +1 -0
- package/dist/commands/logout/index.js +1 -0
- package/dist/commands/logout/index.js.map +1 -0
- package/dist/commands/logout/logout.js +1 -0
- package/dist/commands/logout/logout.js.map +1 -0
- package/dist/commands/logs/build.js +1 -0
- package/dist/commands/logs/build.js.map +1 -0
- package/dist/commands/logs/functions.js +1 -0
- package/dist/commands/logs/functions.js.map +1 -0
- package/dist/commands/logs/index.js +3 -2
- package/dist/commands/logs/index.js.map +1 -0
- package/dist/commands/logs/log-levels.js +1 -0
- package/dist/commands/logs/log-levels.js.map +1 -0
- package/dist/commands/main.d.ts.map +1 -1
- package/dist/commands/main.js +7 -2
- package/dist/commands/main.js.map +1 -0
- package/dist/commands/open/index.js +1 -0
- package/dist/commands/open/index.js.map +1 -0
- package/dist/commands/open/open-admin.js +1 -0
- package/dist/commands/open/open-admin.js.map +1 -0
- package/dist/commands/open/open-site.js +1 -0
- package/dist/commands/open/open-site.js.map +1 -0
- package/dist/commands/open/open.js +1 -0
- package/dist/commands/open/open.js.map +1 -0
- package/dist/commands/recipes/common.js +1 -0
- package/dist/commands/recipes/common.js.map +1 -0
- package/dist/commands/recipes/index.js +1 -0
- package/dist/commands/recipes/index.js.map +1 -0
- package/dist/commands/recipes/recipes-list.js +1 -0
- package/dist/commands/recipes/recipes-list.js.map +1 -0
- package/dist/commands/recipes/recipes.js +1 -0
- package/dist/commands/recipes/recipes.js.map +1 -0
- package/dist/commands/serve/index.js +1 -0
- package/dist/commands/serve/index.js.map +1 -0
- package/dist/commands/serve/serve.js +1 -0
- package/dist/commands/serve/serve.js.map +1 -0
- package/dist/commands/sites/index.js +1 -0
- package/dist/commands/sites/index.js.map +1 -0
- package/dist/commands/sites/sites-create-template.js +1 -0
- package/dist/commands/sites/sites-create-template.js.map +1 -0
- package/dist/commands/sites/sites-create.js +1 -0
- package/dist/commands/sites/sites-create.js.map +1 -0
- package/dist/commands/sites/sites-delete.js +1 -0
- package/dist/commands/sites/sites-delete.js.map +1 -0
- package/dist/commands/sites/sites-list.d.ts.map +1 -1
- package/dist/commands/sites/sites-list.js +2 -3
- package/dist/commands/sites/sites-list.js.map +1 -0
- package/dist/commands/sites/sites.js +1 -0
- package/dist/commands/sites/sites.js.map +1 -0
- package/dist/commands/status/index.js +1 -0
- package/dist/commands/status/index.js.map +1 -0
- package/dist/commands/status/status-hooks.js +1 -0
- package/dist/commands/status/status-hooks.js.map +1 -0
- package/dist/commands/status/status.js +1 -0
- package/dist/commands/status/status.js.map +1 -0
- package/dist/commands/switch/index.js +1 -0
- package/dist/commands/switch/index.js.map +1 -0
- package/dist/commands/switch/switch.js +1 -0
- package/dist/commands/switch/switch.js.map +1 -0
- package/dist/commands/unlink/index.js +1 -0
- package/dist/commands/unlink/index.js.map +1 -0
- package/dist/commands/unlink/unlink.js +1 -0
- package/dist/commands/unlink/unlink.js.map +1 -0
- package/dist/commands/watch/index.js +1 -0
- package/dist/commands/watch/index.js.map +1 -0
- package/dist/commands/watch/watch.d.ts.map +1 -1
- package/dist/commands/watch/watch.js +2 -11
- package/dist/commands/watch/watch.js.map +1 -0
- package/dist/lib/account.js +1 -0
- package/dist/lib/account.js.map +1 -0
- package/dist/lib/api.d.ts +1 -1
- package/dist/lib/api.d.ts.map +1 -1
- package/dist/lib/api.js +1 -0
- package/dist/lib/api.js.map +1 -0
- package/dist/lib/blobs/blobs.js +1 -0
- package/dist/lib/blobs/blobs.js.map +1 -0
- package/dist/lib/build.d.ts.map +1 -1
- package/dist/lib/build.js +1 -1
- package/dist/lib/build.js.map +1 -0
- package/dist/lib/completion/constants.js +1 -0
- package/dist/lib/completion/constants.js.map +1 -0
- package/dist/lib/completion/generate-autocompletion.js +1 -0
- package/dist/lib/completion/generate-autocompletion.js.map +1 -0
- package/dist/lib/completion/get-autocompletion.js +1 -0
- package/dist/lib/completion/get-autocompletion.js.map +1 -0
- package/dist/lib/completion/index.js +1 -0
- package/dist/lib/completion/index.js.map +1 -0
- package/dist/lib/completion/script.js +1 -0
- package/dist/lib/completion/script.js.map +1 -0
- package/dist/lib/edge-functions/bootstrap.js +1 -0
- package/dist/lib/edge-functions/bootstrap.js.map +1 -0
- package/dist/lib/edge-functions/consts.js +1 -0
- package/dist/lib/edge-functions/consts.js.map +1 -0
- package/dist/lib/edge-functions/deploy.js +1 -0
- package/dist/lib/edge-functions/deploy.js.map +1 -0
- package/dist/lib/edge-functions/editor-helper.js +1 -0
- package/dist/lib/edge-functions/editor-helper.js.map +1 -0
- package/dist/lib/edge-functions/headers.js +1 -0
- package/dist/lib/edge-functions/headers.js.map +1 -0
- package/dist/lib/edge-functions/proxy.js +1 -0
- package/dist/lib/edge-functions/proxy.js.map +1 -0
- package/dist/lib/edge-functions/registry.js +28 -13
- package/dist/lib/edge-functions/registry.js.map +1 -0
- package/dist/lib/exec-fetcher.js +1 -0
- package/dist/lib/exec-fetcher.js.map +1 -0
- package/dist/lib/fs.js +1 -0
- package/dist/lib/fs.js.map +1 -0
- package/dist/lib/functions/background.js +1 -0
- package/dist/lib/functions/background.js.map +1 -0
- package/dist/lib/functions/config.js +1 -0
- package/dist/lib/functions/config.js.map +1 -0
- package/dist/lib/functions/form-submissions-handler.js +1 -0
- package/dist/lib/functions/form-submissions-handler.js.map +1 -0
- package/dist/lib/functions/local-proxy.js +1 -0
- package/dist/lib/functions/local-proxy.js.map +1 -0
- package/dist/lib/functions/memoized-build.js +1 -0
- package/dist/lib/functions/memoized-build.js.map +1 -0
- package/dist/lib/functions/netlify-function.js +20 -4
- package/dist/lib/functions/netlify-function.js.map +1 -0
- package/dist/lib/functions/registry.js +23 -14
- package/dist/lib/functions/registry.js.map +1 -0
- package/dist/lib/functions/runtimes/go/index.js +1 -0
- package/dist/lib/functions/runtimes/go/index.js.map +1 -0
- package/dist/lib/functions/runtimes/index.js +1 -0
- package/dist/lib/functions/runtimes/index.js.map +1 -0
- package/dist/lib/functions/runtimes/js/builders/netlify-lambda.js +1 -0
- package/dist/lib/functions/runtimes/js/builders/netlify-lambda.js.map +1 -0
- package/dist/lib/functions/runtimes/js/builders/zisi.js +1 -0
- package/dist/lib/functions/runtimes/js/builders/zisi.js.map +1 -0
- package/dist/lib/functions/runtimes/js/constants.js +1 -0
- package/dist/lib/functions/runtimes/js/constants.js.map +1 -0
- package/dist/lib/functions/runtimes/js/index.js +1 -0
- package/dist/lib/functions/runtimes/js/index.js.map +1 -0
- package/dist/lib/functions/runtimes/js/worker.js +1 -0
- package/dist/lib/functions/runtimes/js/worker.js.map +1 -0
- package/dist/lib/functions/runtimes/rust/index.js +1 -0
- package/dist/lib/functions/runtimes/rust/index.js.map +1 -0
- package/dist/lib/functions/scheduled.js +1 -0
- package/dist/lib/functions/scheduled.js.map +1 -0
- package/dist/lib/functions/server.js +1 -0
- package/dist/lib/functions/server.js.map +1 -0
- package/dist/lib/functions/synchronous.js +1 -0
- package/dist/lib/functions/synchronous.js.map +1 -0
- package/dist/lib/functions/utils.js +1 -0
- package/dist/lib/functions/utils.js.map +1 -0
- package/dist/lib/geo-location.js +1 -0
- package/dist/lib/geo-location.js.map +1 -0
- package/dist/lib/http-agent.js +1 -0
- package/dist/lib/http-agent.js.map +1 -0
- package/dist/lib/images/proxy.js +1 -0
- package/dist/lib/images/proxy.js.map +1 -0
- package/dist/lib/log.js +1 -0
- package/dist/lib/log.js.map +1 -0
- package/dist/lib/path.js +1 -0
- package/dist/lib/path.js.map +1 -0
- package/dist/lib/render-error-template.js +1 -0
- package/dist/lib/render-error-template.js.map +1 -0
- package/dist/lib/settings.js +1 -0
- package/dist/lib/settings.js.map +1 -0
- package/dist/lib/spinner.d.ts +6 -5
- package/dist/lib/spinner.d.ts.map +1 -1
- package/dist/lib/spinner.js +14 -14
- package/dist/lib/spinner.js.map +1 -0
- package/dist/lib/string.js +1 -0
- package/dist/lib/string.js.map +1 -0
- package/dist/recipes/ai-context/context.js +1 -0
- package/dist/recipes/ai-context/context.js.map +1 -0
- package/dist/recipes/ai-context/index.js +1 -0
- package/dist/recipes/ai-context/index.js.map +1 -0
- package/dist/recipes/blobs-migrate/index.js +1 -0
- package/dist/recipes/blobs-migrate/index.js.map +1 -0
- package/dist/recipes/vscode/index.js +1 -0
- package/dist/recipes/vscode/index.js.map +1 -0
- package/dist/recipes/vscode/settings.js +1 -0
- package/dist/recipes/vscode/settings.js.map +1 -0
- package/dist/tsconfig.build.tsbuildinfo +1 -0
- package/dist/utils/addons/prepare.js +1 -0
- package/dist/utils/addons/prepare.js.map +1 -0
- package/dist/utils/banner.js +1 -0
- package/dist/utils/banner.js.map +1 -0
- package/dist/utils/build-info.js +1 -0
- package/dist/utils/build-info.js.map +1 -0
- package/dist/utils/command-helpers.js +2 -0
- package/dist/utils/command-helpers.js.map +1 -0
- package/dist/utils/copy-template-dir/copy-template-dir.js +1 -0
- package/dist/utils/copy-template-dir/copy-template-dir.js.map +1 -0
- package/dist/utils/create-deferred.js +1 -0
- package/dist/utils/create-deferred.js.map +1 -0
- package/dist/utils/create-stream-promise.js +1 -0
- package/dist/utils/create-stream-promise.js.map +1 -0
- package/dist/utils/deploy/constants.js +3 -2
- package/dist/utils/deploy/constants.js.map +1 -0
- package/dist/utils/deploy/deploy-site.d.ts +6 -5
- package/dist/utils/deploy/deploy-site.d.ts.map +1 -1
- package/dist/utils/deploy/deploy-site.js +1 -0
- package/dist/utils/deploy/deploy-site.js.map +1 -0
- package/dist/utils/deploy/hash-config.d.ts +2 -2
- package/dist/utils/deploy/hash-config.d.ts.map +1 -1
- package/dist/utils/deploy/hash-config.js +1 -1
- package/dist/utils/deploy/hash-config.js.map +1 -0
- package/dist/utils/deploy/hash-files.d.ts.map +1 -1
- package/dist/utils/deploy/hash-files.js +3 -6
- package/dist/utils/deploy/hash-files.js.map +1 -0
- package/dist/utils/deploy/hash-fns.d.ts.map +1 -1
- package/dist/utils/deploy/hash-fns.js +3 -6
- package/dist/utils/deploy/hash-fns.js.map +1 -0
- package/dist/utils/deploy/hasher-segments.js +1 -0
- package/dist/utils/deploy/hasher-segments.js.map +1 -0
- package/dist/utils/deploy/upload-files.js +1 -0
- package/dist/utils/deploy/upload-files.js.map +1 -0
- package/dist/utils/deploy/util.js +1 -0
- package/dist/utils/deploy/util.js.map +1 -0
- package/dist/utils/detect-server-settings.js +1 -0
- package/dist/utils/detect-server-settings.js.map +1 -0
- package/dist/utils/dev.js +1 -0
- package/dist/utils/dev.js.map +1 -0
- package/dist/utils/dot-env.js +1 -0
- package/dist/utils/dot-env.js.map +1 -0
- package/dist/utils/env/index.js +1 -0
- package/dist/utils/env/index.js.map +1 -0
- package/dist/utils/execa.js +1 -0
- package/dist/utils/execa.js.map +1 -0
- package/dist/utils/feature-flags.js +1 -0
- package/dist/utils/feature-flags.js.map +1 -0
- package/dist/utils/framework-server.d.ts.map +1 -1
- package/dist/utils/framework-server.js +4 -1
- package/dist/utils/framework-server.js.map +1 -0
- package/dist/utils/frameworks-api.js +1 -0
- package/dist/utils/frameworks-api.js.map +1 -0
- package/dist/utils/functions/constants.js +1 -0
- package/dist/utils/functions/constants.js.map +1 -0
- package/dist/utils/functions/functions.js +1 -0
- package/dist/utils/functions/functions.js.map +1 -0
- package/dist/utils/functions/get-functions.js +1 -0
- package/dist/utils/functions/get-functions.js.map +1 -0
- package/dist/utils/functions/index.js +1 -0
- package/dist/utils/functions/index.js.map +1 -0
- package/dist/utils/get-global-config.js +1 -0
- package/dist/utils/get-global-config.js.map +1 -0
- package/dist/utils/get-package-json.js +1 -0
- package/dist/utils/get-package-json.js.map +1 -0
- package/dist/utils/get-repo-data.js +1 -0
- package/dist/utils/get-repo-data.js.map +1 -0
- package/dist/utils/get-site.js +1 -0
- package/dist/utils/get-site.js.map +1 -0
- package/dist/utils/gh-auth.js +1 -0
- package/dist/utils/gh-auth.js.map +1 -0
- package/dist/utils/gitignore.js +1 -0
- package/dist/utils/gitignore.js.map +1 -0
- package/dist/utils/headers.js +1 -0
- package/dist/utils/headers.js.map +1 -0
- package/dist/utils/hooks/requires-site-info.js +1 -0
- package/dist/utils/hooks/requires-site-info.js.map +1 -0
- package/dist/utils/init/config-github.js +1 -0
- package/dist/utils/init/config-github.js.map +1 -0
- package/dist/utils/init/config-manual.js +1 -0
- package/dist/utils/init/config-manual.js.map +1 -0
- package/dist/utils/init/config.js +1 -0
- package/dist/utils/init/config.js.map +1 -0
- package/dist/utils/init/plugins.js +1 -0
- package/dist/utils/init/plugins.js.map +1 -0
- package/dist/utils/init/utils.js +1 -0
- package/dist/utils/init/utils.js.map +1 -0
- package/dist/utils/live-tunnel.js +1 -0
- package/dist/utils/live-tunnel.js.map +1 -0
- package/dist/utils/multimap.js +2 -3
- package/dist/utils/multimap.js.map +1 -0
- package/dist/utils/open-browser.js +1 -0
- package/dist/utils/open-browser.js.map +1 -0
- package/dist/utils/parse-raw-flags.js +1 -0
- package/dist/utils/parse-raw-flags.js.map +1 -0
- package/dist/utils/prompts/blob-delete-prompts.js +1 -0
- package/dist/utils/prompts/blob-delete-prompts.js.map +1 -0
- package/dist/utils/prompts/blob-set-prompt.js +1 -0
- package/dist/utils/prompts/blob-set-prompt.js.map +1 -0
- package/dist/utils/prompts/confirm-prompt.js +1 -0
- package/dist/utils/prompts/confirm-prompt.js.map +1 -0
- package/dist/utils/prompts/env-clone-prompt.js +1 -0
- package/dist/utils/prompts/env-clone-prompt.js.map +1 -0
- package/dist/utils/prompts/env-set-prompts.js +1 -0
- package/dist/utils/prompts/env-set-prompts.js.map +1 -0
- package/dist/utils/prompts/env-unset-prompts.js +1 -0
- package/dist/utils/prompts/env-unset-prompts.js.map +1 -0
- package/dist/utils/prompts/prompt-messages.js +1 -0
- package/dist/utils/prompts/prompt-messages.js.map +1 -0
- package/dist/utils/proxy-server.js +1 -0
- package/dist/utils/proxy-server.js.map +1 -0
- package/dist/utils/proxy.js +1 -0
- package/dist/utils/proxy.js.map +1 -0
- package/dist/utils/read-repo-url.js +1 -0
- package/dist/utils/read-repo-url.js.map +1 -0
- package/dist/utils/redirects.js +1 -0
- package/dist/utils/redirects.js.map +1 -0
- package/dist/utils/request-id.js +1 -0
- package/dist/utils/request-id.js.map +1 -0
- package/dist/utils/rules-proxy.js +1 -0
- package/dist/utils/rules-proxy.js.map +1 -0
- package/dist/utils/run-build.js +1 -0
- package/dist/utils/run-build.js.map +1 -0
- package/dist/utils/run-program.js +1 -0
- package/dist/utils/run-program.js.map +1 -0
- package/dist/utils/scripted-commands.js +1 -0
- package/dist/utils/scripted-commands.js.map +1 -0
- package/dist/utils/shell.d.ts +6 -10
- package/dist/utils/shell.d.ts.map +1 -1
- package/dist/utils/shell.js +6 -19
- package/dist/utils/shell.js.map +1 -0
- package/dist/utils/sign-redirect.js +1 -0
- package/dist/utils/sign-redirect.js.map +1 -0
- package/dist/utils/sites/create-template.js +1 -0
- package/dist/utils/sites/create-template.js.map +1 -0
- package/dist/utils/sites/utils.js +1 -0
- package/dist/utils/sites/utils.js.map +1 -0
- package/dist/utils/state-config.js +1 -0
- package/dist/utils/state-config.js.map +1 -0
- package/dist/utils/static-server.js +1 -0
- package/dist/utils/static-server.js.map +1 -0
- package/dist/utils/telemetry/index.js +1 -0
- package/dist/utils/telemetry/index.js.map +1 -0
- package/dist/utils/telemetry/report-error.js +1 -0
- package/dist/utils/telemetry/report-error.js.map +1 -0
- package/dist/utils/telemetry/request.js +1 -0
- package/dist/utils/telemetry/request.js.map +1 -0
- package/dist/utils/telemetry/telemetry.js +1 -0
- package/dist/utils/telemetry/telemetry.js.map +1 -0
- package/dist/utils/telemetry/utils.js +1 -0
- package/dist/utils/telemetry/utils.js.map +1 -0
- package/dist/utils/telemetry/validation.js +1 -0
- package/dist/utils/telemetry/validation.js.map +1 -0
- package/dist/utils/types.js +1 -0
- package/dist/utils/types.js.map +1 -0
- package/dist/utils/validation.js +1 -0
- package/dist/utils/validation.js.map +1 -0
- package/dist/utils/websockets/index.js +1 -0
- package/dist/utils/websockets/index.js.map +1 -0
- package/npm-shrinkwrap.json +50 -426
- package/package.json +3 -7
- package/scripts/postinstall.js +1 -1
- package/scripts/prepare-for-publish.js +11 -18
- package/dist/tsconfig.tsbuildinfo +0 -1
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "netlify-cli",
|
|
3
|
-
"version": "19.0.
|
|
3
|
+
"version": "19.0.2-pre.4fc477a",
|
|
4
4
|
"lockfileVersion": 2,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "netlify-cli",
|
|
9
|
-
"version": "19.0.
|
|
9
|
+
"version": "19.0.2-pre.4fc477a",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@bugsnag/js": "8.2.0",
|
|
14
13
|
"@fastify/static": "7.0.4",
|
|
15
14
|
"@netlify/blobs": "8.1.1",
|
|
16
15
|
"@netlify/build": "29.59.2",
|
|
@@ -77,16 +76,15 @@
|
|
|
77
76
|
"lambda-local": "2.2.0",
|
|
78
77
|
"locate-path": "7.2.0",
|
|
79
78
|
"lodash": "4.17.21",
|
|
80
|
-
"log-symbols": "7.0.0",
|
|
81
79
|
"log-update": "6.1.0",
|
|
82
80
|
"maxstache": "1.0.7",
|
|
83
81
|
"maxstache-stream": "1.0.4",
|
|
84
82
|
"multiparty": "4.2.3",
|
|
83
|
+
"nanospinner": "^1.2.2",
|
|
85
84
|
"netlify": "13.3.3",
|
|
86
85
|
"netlify-redirector": "0.5.0",
|
|
87
86
|
"node-fetch": "3.3.2",
|
|
88
87
|
"open": "10.1.0",
|
|
89
|
-
"ora": "8.2.0",
|
|
90
88
|
"p-filter": "4.1.0",
|
|
91
89
|
"p-map": "7.0.3",
|
|
92
90
|
"p-wait-for": "5.0.2",
|
|
@@ -94,7 +92,6 @@
|
|
|
94
92
|
"parse-github-url": "1.0.3",
|
|
95
93
|
"parse-gitignore": "2.0.0",
|
|
96
94
|
"prettyjson": "1.2.5",
|
|
97
|
-
"pump": "3.0.2",
|
|
98
95
|
"raw-body": "3.0.0",
|
|
99
96
|
"read-package-up": "11.0.0",
|
|
100
97
|
"readdirp": "4.1.2",
|
|
@@ -177,53 +174,11 @@
|
|
|
177
174
|
"node": ">=6.9.0"
|
|
178
175
|
}
|
|
179
176
|
},
|
|
180
|
-
"node_modules/@bugsnag/browser": {
|
|
181
|
-
"version": "8.2.0",
|
|
182
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/browser/-/browser-8.2.0.tgz",
|
|
183
|
-
"integrity": "sha512-C4BfE3eVsjOAqoXbdrPXfKbgp/hz2H7mKBU0p11Jf9uz+5gUCfZK+39JLrQKvRXwqoDcTlBSfz9Xz5kXLyHg2Q==",
|
|
184
|
-
"dependencies": {
|
|
185
|
-
"@bugsnag/core": "^8.2.0"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"node_modules/@bugsnag/core": {
|
|
189
|
-
"version": "8.2.0",
|
|
190
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/core/-/core-8.2.0.tgz",
|
|
191
|
-
"integrity": "sha512-dFSs80ZwJ508nlC6UTLTUMdHgTaHY5UKvMiuHqstCQrQrOjqFcIv+x4o+l2WrSyOpoYhHAxDlKfzKN8AjwslQw==",
|
|
192
|
-
"dependencies": {
|
|
193
|
-
"@bugsnag/cuid": "^3.0.0",
|
|
194
|
-
"@bugsnag/safe-json-stringify": "^6.0.0",
|
|
195
|
-
"error-stack-parser": "^2.0.3",
|
|
196
|
-
"iserror": "^0.0.2",
|
|
197
|
-
"stack-generator": "^2.0.3"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
177
|
"node_modules/@bugsnag/cuid": {
|
|
201
178
|
"version": "3.1.1",
|
|
202
179
|
"resolved": "https://registry.npmjs.org/@bugsnag/cuid/-/cuid-3.1.1.tgz",
|
|
203
180
|
"integrity": "sha512-d2z4b0rEo3chI07FNN1Xds8v25CNeekecU6FC/2Fs9MxY2EipkZTThVcV2YinMn8dvRUlViKOyC50evoUxg8tw=="
|
|
204
181
|
},
|
|
205
|
-
"node_modules/@bugsnag/js": {
|
|
206
|
-
"version": "8.2.0",
|
|
207
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/js/-/js-8.2.0.tgz",
|
|
208
|
-
"integrity": "sha512-DTtQwV1Ly5VXSOnVtzW8gSwB+ld3qIc/h0yMS836DEYUfA3V9JPwJE3+2EbD8Ea2ogkDWZ+a0jl0SNSNGiOmfA==",
|
|
209
|
-
"dependencies": {
|
|
210
|
-
"@bugsnag/browser": "^8.2.0",
|
|
211
|
-
"@bugsnag/node": "^8.2.0"
|
|
212
|
-
}
|
|
213
|
-
},
|
|
214
|
-
"node_modules/@bugsnag/node": {
|
|
215
|
-
"version": "8.2.0",
|
|
216
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/node/-/node-8.2.0.tgz",
|
|
217
|
-
"integrity": "sha512-6XC/KgX61m6YFgsBQP/GaH1UzlJkJmpi3AwlZQLsXloRh3O9lM/0EIk6+2sZm+vlz+GwxCFavcuIDgVmH/qi7Q==",
|
|
218
|
-
"dependencies": {
|
|
219
|
-
"@bugsnag/core": "^8.2.0",
|
|
220
|
-
"byline": "^5.0.0",
|
|
221
|
-
"error-stack-parser": "^2.0.3",
|
|
222
|
-
"iserror": "^0.0.2",
|
|
223
|
-
"pump": "^3.0.0",
|
|
224
|
-
"stack-generator": "^2.0.3"
|
|
225
|
-
}
|
|
226
|
-
},
|
|
227
182
|
"node_modules/@bugsnag/safe-json-stringify": {
|
|
228
183
|
"version": "6.0.0",
|
|
229
184
|
"resolved": "https://registry.npmjs.org/@bugsnag/safe-json-stringify/-/safe-json-stringify-6.0.0.tgz",
|
|
@@ -4358,9 +4313,9 @@
|
|
|
4358
4313
|
"peer": true
|
|
4359
4314
|
},
|
|
4360
4315
|
"node_modules/@types/node": {
|
|
4361
|
-
"version": "22.13.
|
|
4362
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.
|
|
4363
|
-
"integrity": "sha512-
|
|
4316
|
+
"version": "22.13.10",
|
|
4317
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
|
|
4318
|
+
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
|
|
4364
4319
|
"dependencies": {
|
|
4365
4320
|
"undici-types": "~6.20.0"
|
|
4366
4321
|
}
|
|
@@ -7023,17 +6978,6 @@
|
|
|
7023
6978
|
"url": "https://opencollective.com/typescript-eslint"
|
|
7024
6979
|
}
|
|
7025
6980
|
},
|
|
7026
|
-
"node_modules/detective-typescript/node_modules/eslint-visitor-keys": {
|
|
7027
|
-
"version": "3.4.3",
|
|
7028
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
7029
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
7030
|
-
"engines": {
|
|
7031
|
-
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
7032
|
-
},
|
|
7033
|
-
"funding": {
|
|
7034
|
-
"url": "https://opencollective.com/eslint"
|
|
7035
|
-
}
|
|
7036
|
-
},
|
|
7037
6981
|
"node_modules/dir-glob": {
|
|
7038
6982
|
"version": "3.0.1",
|
|
7039
6983
|
"resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
|
|
@@ -7385,6 +7329,18 @@
|
|
|
7385
7329
|
"source-map": "~0.6.1"
|
|
7386
7330
|
}
|
|
7387
7331
|
},
|
|
7332
|
+
"node_modules/eslint-visitor-keys": {
|
|
7333
|
+
"version": "3.4.3",
|
|
7334
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
7335
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==",
|
|
7336
|
+
"license": "Apache-2.0",
|
|
7337
|
+
"engines": {
|
|
7338
|
+
"node": "^12.22.0 || ^14.17.0 || >=16.0.0"
|
|
7339
|
+
},
|
|
7340
|
+
"funding": {
|
|
7341
|
+
"url": "https://opencollective.com/eslint"
|
|
7342
|
+
}
|
|
7343
|
+
},
|
|
7388
7344
|
"node_modules/esprima": {
|
|
7389
7345
|
"version": "4.0.1",
|
|
7390
7346
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
@@ -8802,9 +8758,10 @@
|
|
|
8802
8758
|
]
|
|
8803
8759
|
},
|
|
8804
8760
|
"node_modules/ignore": {
|
|
8805
|
-
"version": "5.2
|
|
8806
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.
|
|
8807
|
-
"integrity": "sha512-
|
|
8761
|
+
"version": "5.3.2",
|
|
8762
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
8763
|
+
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==",
|
|
8764
|
+
"license": "MIT",
|
|
8808
8765
|
"engines": {
|
|
8809
8766
|
"node": ">= 4"
|
|
8810
8767
|
}
|
|
@@ -9354,17 +9311,6 @@
|
|
|
9354
9311
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
9355
9312
|
}
|
|
9356
9313
|
},
|
|
9357
|
-
"node_modules/is-interactive": {
|
|
9358
|
-
"version": "2.0.0",
|
|
9359
|
-
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
|
|
9360
|
-
"integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==",
|
|
9361
|
-
"engines": {
|
|
9362
|
-
"node": ">=12"
|
|
9363
|
-
},
|
|
9364
|
-
"funding": {
|
|
9365
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
9366
|
-
}
|
|
9367
|
-
},
|
|
9368
9314
|
"node_modules/is-npm": {
|
|
9369
9315
|
"version": "6.0.0",
|
|
9370
9316
|
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz",
|
|
@@ -10056,32 +10002,6 @@
|
|
|
10056
10002
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
10057
10003
|
}
|
|
10058
10004
|
},
|
|
10059
|
-
"node_modules/log-symbols": {
|
|
10060
|
-
"version": "7.0.0",
|
|
10061
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.0.tgz",
|
|
10062
|
-
"integrity": "sha512-zrc91EDk2M+2AXo/9BTvK91pqb7qrPg2nX/Hy+u8a5qQlbaOflCKO+6SqgZ+M+xUFxGdKTgwnGiL96b1W3ikRA==",
|
|
10063
|
-
"dependencies": {
|
|
10064
|
-
"is-unicode-supported": "^2.0.0",
|
|
10065
|
-
"yoctocolors": "^2.1.1"
|
|
10066
|
-
},
|
|
10067
|
-
"engines": {
|
|
10068
|
-
"node": ">=18"
|
|
10069
|
-
},
|
|
10070
|
-
"funding": {
|
|
10071
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10072
|
-
}
|
|
10073
|
-
},
|
|
10074
|
-
"node_modules/log-symbols/node_modules/is-unicode-supported": {
|
|
10075
|
-
"version": "2.1.0",
|
|
10076
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
10077
|
-
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
10078
|
-
"engines": {
|
|
10079
|
-
"node": ">=18"
|
|
10080
|
-
},
|
|
10081
|
-
"funding": {
|
|
10082
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
10083
|
-
}
|
|
10084
|
-
},
|
|
10085
10005
|
"node_modules/log-update": {
|
|
10086
10006
|
"version": "6.1.0",
|
|
10087
10007
|
"resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz",
|
|
@@ -10693,6 +10613,15 @@
|
|
|
10693
10613
|
"node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
10694
10614
|
}
|
|
10695
10615
|
},
|
|
10616
|
+
"node_modules/nanospinner": {
|
|
10617
|
+
"version": "1.2.2",
|
|
10618
|
+
"resolved": "https://registry.npmjs.org/nanospinner/-/nanospinner-1.2.2.tgz",
|
|
10619
|
+
"integrity": "sha512-Zt/AmG6qRU3e+WnzGGLuMCEAO/dAu45stNbHY223tUxldaDAeE+FxSPsd9Q+j+paejmm0ZbrNVs5Sraqy3dRxA==",
|
|
10620
|
+
"license": "MIT",
|
|
10621
|
+
"dependencies": {
|
|
10622
|
+
"picocolors": "^1.1.1"
|
|
10623
|
+
}
|
|
10624
|
+
},
|
|
10696
10625
|
"node_modules/napi-build-utils": {
|
|
10697
10626
|
"version": "1.0.2",
|
|
10698
10627
|
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
|
|
@@ -11042,140 +10971,6 @@
|
|
|
11042
10971
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
11043
10972
|
}
|
|
11044
10973
|
},
|
|
11045
|
-
"node_modules/ora": {
|
|
11046
|
-
"version": "8.2.0",
|
|
11047
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-8.2.0.tgz",
|
|
11048
|
-
"integrity": "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==",
|
|
11049
|
-
"dependencies": {
|
|
11050
|
-
"chalk": "^5.3.0",
|
|
11051
|
-
"cli-cursor": "^5.0.0",
|
|
11052
|
-
"cli-spinners": "^2.9.2",
|
|
11053
|
-
"is-interactive": "^2.0.0",
|
|
11054
|
-
"is-unicode-supported": "^2.0.0",
|
|
11055
|
-
"log-symbols": "^6.0.0",
|
|
11056
|
-
"stdin-discarder": "^0.2.2",
|
|
11057
|
-
"string-width": "^7.2.0",
|
|
11058
|
-
"strip-ansi": "^7.1.0"
|
|
11059
|
-
},
|
|
11060
|
-
"engines": {
|
|
11061
|
-
"node": ">=18"
|
|
11062
|
-
},
|
|
11063
|
-
"funding": {
|
|
11064
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11065
|
-
}
|
|
11066
|
-
},
|
|
11067
|
-
"node_modules/ora/node_modules/cli-cursor": {
|
|
11068
|
-
"version": "5.0.0",
|
|
11069
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
11070
|
-
"integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
|
|
11071
|
-
"dependencies": {
|
|
11072
|
-
"restore-cursor": "^5.0.0"
|
|
11073
|
-
},
|
|
11074
|
-
"engines": {
|
|
11075
|
-
"node": ">=18"
|
|
11076
|
-
},
|
|
11077
|
-
"funding": {
|
|
11078
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11079
|
-
}
|
|
11080
|
-
},
|
|
11081
|
-
"node_modules/ora/node_modules/emoji-regex": {
|
|
11082
|
-
"version": "10.4.0",
|
|
11083
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
|
|
11084
|
-
"integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="
|
|
11085
|
-
},
|
|
11086
|
-
"node_modules/ora/node_modules/is-unicode-supported": {
|
|
11087
|
-
"version": "2.1.0",
|
|
11088
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
11089
|
-
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ==",
|
|
11090
|
-
"engines": {
|
|
11091
|
-
"node": ">=18"
|
|
11092
|
-
},
|
|
11093
|
-
"funding": {
|
|
11094
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11095
|
-
}
|
|
11096
|
-
},
|
|
11097
|
-
"node_modules/ora/node_modules/log-symbols": {
|
|
11098
|
-
"version": "6.0.0",
|
|
11099
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-6.0.0.tgz",
|
|
11100
|
-
"integrity": "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==",
|
|
11101
|
-
"dependencies": {
|
|
11102
|
-
"chalk": "^5.3.0",
|
|
11103
|
-
"is-unicode-supported": "^1.3.0"
|
|
11104
|
-
},
|
|
11105
|
-
"engines": {
|
|
11106
|
-
"node": ">=18"
|
|
11107
|
-
},
|
|
11108
|
-
"funding": {
|
|
11109
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11110
|
-
}
|
|
11111
|
-
},
|
|
11112
|
-
"node_modules/ora/node_modules/log-symbols/node_modules/is-unicode-supported": {
|
|
11113
|
-
"version": "1.3.0",
|
|
11114
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
|
|
11115
|
-
"integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==",
|
|
11116
|
-
"engines": {
|
|
11117
|
-
"node": ">=12"
|
|
11118
|
-
},
|
|
11119
|
-
"funding": {
|
|
11120
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11121
|
-
}
|
|
11122
|
-
},
|
|
11123
|
-
"node_modules/ora/node_modules/onetime": {
|
|
11124
|
-
"version": "7.0.0",
|
|
11125
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
|
|
11126
|
-
"integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
|
|
11127
|
-
"dependencies": {
|
|
11128
|
-
"mimic-function": "^5.0.0"
|
|
11129
|
-
},
|
|
11130
|
-
"engines": {
|
|
11131
|
-
"node": ">=18"
|
|
11132
|
-
},
|
|
11133
|
-
"funding": {
|
|
11134
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11135
|
-
}
|
|
11136
|
-
},
|
|
11137
|
-
"node_modules/ora/node_modules/restore-cursor": {
|
|
11138
|
-
"version": "5.1.0",
|
|
11139
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
|
|
11140
|
-
"integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
|
|
11141
|
-
"dependencies": {
|
|
11142
|
-
"onetime": "^7.0.0",
|
|
11143
|
-
"signal-exit": "^4.1.0"
|
|
11144
|
-
},
|
|
11145
|
-
"engines": {
|
|
11146
|
-
"node": ">=18"
|
|
11147
|
-
},
|
|
11148
|
-
"funding": {
|
|
11149
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11150
|
-
}
|
|
11151
|
-
},
|
|
11152
|
-
"node_modules/ora/node_modules/signal-exit": {
|
|
11153
|
-
"version": "4.1.0",
|
|
11154
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
11155
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
11156
|
-
"engines": {
|
|
11157
|
-
"node": ">=14"
|
|
11158
|
-
},
|
|
11159
|
-
"funding": {
|
|
11160
|
-
"url": "https://github.com/sponsors/isaacs"
|
|
11161
|
-
}
|
|
11162
|
-
},
|
|
11163
|
-
"node_modules/ora/node_modules/string-width": {
|
|
11164
|
-
"version": "7.2.0",
|
|
11165
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
11166
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
11167
|
-
"dependencies": {
|
|
11168
|
-
"emoji-regex": "^10.3.0",
|
|
11169
|
-
"get-east-asian-width": "^1.0.0",
|
|
11170
|
-
"strip-ansi": "^7.1.0"
|
|
11171
|
-
},
|
|
11172
|
-
"engines": {
|
|
11173
|
-
"node": ">=18"
|
|
11174
|
-
},
|
|
11175
|
-
"funding": {
|
|
11176
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
11177
|
-
}
|
|
11178
|
-
},
|
|
11179
10974
|
"node_modules/os-name": {
|
|
11180
10975
|
"version": "5.0.1",
|
|
11181
10976
|
"resolved": "https://registry.npmjs.org/os-name/-/os-name-5.0.1.tgz",
|
|
@@ -12936,17 +12731,6 @@
|
|
|
12936
12731
|
"resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
|
|
12937
12732
|
"integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
|
|
12938
12733
|
},
|
|
12939
|
-
"node_modules/stdin-discarder": {
|
|
12940
|
-
"version": "0.2.2",
|
|
12941
|
-
"resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz",
|
|
12942
|
-
"integrity": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ==",
|
|
12943
|
-
"engines": {
|
|
12944
|
-
"node": ">=18"
|
|
12945
|
-
},
|
|
12946
|
-
"funding": {
|
|
12947
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
12948
|
-
}
|
|
12949
|
-
},
|
|
12950
12734
|
"node_modules/streamx": {
|
|
12951
12735
|
"version": "2.15.0",
|
|
12952
12736
|
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.0.tgz",
|
|
@@ -14465,17 +14249,6 @@
|
|
|
14465
14249
|
"node": ">=6"
|
|
14466
14250
|
}
|
|
14467
14251
|
},
|
|
14468
|
-
"node_modules/yoctocolors": {
|
|
14469
|
-
"version": "2.1.1",
|
|
14470
|
-
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz",
|
|
14471
|
-
"integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ==",
|
|
14472
|
-
"engines": {
|
|
14473
|
-
"node": ">=18"
|
|
14474
|
-
},
|
|
14475
|
-
"funding": {
|
|
14476
|
-
"url": "https://github.com/sponsors/sindresorhus"
|
|
14477
|
-
}
|
|
14478
|
-
},
|
|
14479
14252
|
"node_modules/zip-stream": {
|
|
14480
14253
|
"version": "6.0.1",
|
|
14481
14254
|
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
|
|
@@ -14618,53 +14391,11 @@
|
|
|
14618
14391
|
"@babel/helper-validator-identifier": "^7.25.9"
|
|
14619
14392
|
}
|
|
14620
14393
|
},
|
|
14621
|
-
"@bugsnag/browser": {
|
|
14622
|
-
"version": "8.2.0",
|
|
14623
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/browser/-/browser-8.2.0.tgz",
|
|
14624
|
-
"integrity": "sha512-C4BfE3eVsjOAqoXbdrPXfKbgp/hz2H7mKBU0p11Jf9uz+5gUCfZK+39JLrQKvRXwqoDcTlBSfz9Xz5kXLyHg2Q==",
|
|
14625
|
-
"requires": {
|
|
14626
|
-
"@bugsnag/core": "^8.2.0"
|
|
14627
|
-
}
|
|
14628
|
-
},
|
|
14629
|
-
"@bugsnag/core": {
|
|
14630
|
-
"version": "8.2.0",
|
|
14631
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/core/-/core-8.2.0.tgz",
|
|
14632
|
-
"integrity": "sha512-dFSs80ZwJ508nlC6UTLTUMdHgTaHY5UKvMiuHqstCQrQrOjqFcIv+x4o+l2WrSyOpoYhHAxDlKfzKN8AjwslQw==",
|
|
14633
|
-
"requires": {
|
|
14634
|
-
"@bugsnag/cuid": "^3.0.0",
|
|
14635
|
-
"@bugsnag/safe-json-stringify": "^6.0.0",
|
|
14636
|
-
"error-stack-parser": "^2.0.3",
|
|
14637
|
-
"iserror": "^0.0.2",
|
|
14638
|
-
"stack-generator": "^2.0.3"
|
|
14639
|
-
}
|
|
14640
|
-
},
|
|
14641
14394
|
"@bugsnag/cuid": {
|
|
14642
14395
|
"version": "3.1.1",
|
|
14643
14396
|
"resolved": "https://registry.npmjs.org/@bugsnag/cuid/-/cuid-3.1.1.tgz",
|
|
14644
14397
|
"integrity": "sha512-d2z4b0rEo3chI07FNN1Xds8v25CNeekecU6FC/2Fs9MxY2EipkZTThVcV2YinMn8dvRUlViKOyC50evoUxg8tw=="
|
|
14645
14398
|
},
|
|
14646
|
-
"@bugsnag/js": {
|
|
14647
|
-
"version": "8.2.0",
|
|
14648
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/js/-/js-8.2.0.tgz",
|
|
14649
|
-
"integrity": "sha512-DTtQwV1Ly5VXSOnVtzW8gSwB+ld3qIc/h0yMS836DEYUfA3V9JPwJE3+2EbD8Ea2ogkDWZ+a0jl0SNSNGiOmfA==",
|
|
14650
|
-
"requires": {
|
|
14651
|
-
"@bugsnag/browser": "^8.2.0",
|
|
14652
|
-
"@bugsnag/node": "^8.2.0"
|
|
14653
|
-
}
|
|
14654
|
-
},
|
|
14655
|
-
"@bugsnag/node": {
|
|
14656
|
-
"version": "8.2.0",
|
|
14657
|
-
"resolved": "https://registry.npmjs.org/@bugsnag/node/-/node-8.2.0.tgz",
|
|
14658
|
-
"integrity": "sha512-6XC/KgX61m6YFgsBQP/GaH1UzlJkJmpi3AwlZQLsXloRh3O9lM/0EIk6+2sZm+vlz+GwxCFavcuIDgVmH/qi7Q==",
|
|
14659
|
-
"requires": {
|
|
14660
|
-
"@bugsnag/core": "^8.2.0",
|
|
14661
|
-
"byline": "^5.0.0",
|
|
14662
|
-
"error-stack-parser": "^2.0.3",
|
|
14663
|
-
"iserror": "^0.0.2",
|
|
14664
|
-
"pump": "^3.0.0",
|
|
14665
|
-
"stack-generator": "^2.0.3"
|
|
14666
|
-
}
|
|
14667
|
-
},
|
|
14668
14399
|
"@bugsnag/safe-json-stringify": {
|
|
14669
14400
|
"version": "6.0.0",
|
|
14670
14401
|
"resolved": "https://registry.npmjs.org/@bugsnag/safe-json-stringify/-/safe-json-stringify-6.0.0.tgz",
|
|
@@ -17186,9 +16917,9 @@
|
|
|
17186
16917
|
"peer": true
|
|
17187
16918
|
},
|
|
17188
16919
|
"@types/node": {
|
|
17189
|
-
"version": "22.13.
|
|
17190
|
-
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.
|
|
17191
|
-
"integrity": "sha512-
|
|
16920
|
+
"version": "22.13.10",
|
|
16921
|
+
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.13.10.tgz",
|
|
16922
|
+
"integrity": "sha512-I6LPUvlRH+O6VRUqYOcMudhaIdUVWfsjnZavnsraHvpBwaEyMN29ry+0UVJhImYL16xsscu0aske3yA+uPOWfw==",
|
|
17192
16923
|
"requires": {
|
|
17193
16924
|
"undici-types": "~6.20.0"
|
|
17194
16925
|
}
|
|
@@ -19029,11 +18760,6 @@
|
|
|
19029
18760
|
"@typescript-eslint/types": "5.62.0",
|
|
19030
18761
|
"eslint-visitor-keys": "^3.3.0"
|
|
19031
18762
|
}
|
|
19032
|
-
},
|
|
19033
|
-
"eslint-visitor-keys": {
|
|
19034
|
-
"version": "3.4.3",
|
|
19035
|
-
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
19036
|
-
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag=="
|
|
19037
18763
|
}
|
|
19038
18764
|
}
|
|
19039
18765
|
},
|
|
@@ -19283,6 +19009,11 @@
|
|
|
19283
19009
|
"source-map": "~0.6.1"
|
|
19284
19010
|
}
|
|
19285
19011
|
},
|
|
19012
|
+
"eslint-visitor-keys": {
|
|
19013
|
+
"version": "3.4.3",
|
|
19014
|
+
"resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz",
|
|
19015
|
+
"integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag=="
|
|
19016
|
+
},
|
|
19286
19017
|
"esprima": {
|
|
19287
19018
|
"version": "4.0.1",
|
|
19288
19019
|
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
|
@@ -20314,9 +20045,9 @@
|
|
|
20314
20045
|
"integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA=="
|
|
20315
20046
|
},
|
|
20316
20047
|
"ignore": {
|
|
20317
|
-
"version": "5.2
|
|
20318
|
-
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.
|
|
20319
|
-
"integrity": "sha512-
|
|
20048
|
+
"version": "5.3.2",
|
|
20049
|
+
"resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz",
|
|
20050
|
+
"integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g=="
|
|
20320
20051
|
},
|
|
20321
20052
|
"image-meta": {
|
|
20322
20053
|
"version": "0.2.0",
|
|
@@ -20684,11 +20415,6 @@
|
|
|
20684
20415
|
"is-path-inside": "^4.0.0"
|
|
20685
20416
|
}
|
|
20686
20417
|
},
|
|
20687
|
-
"is-interactive": {
|
|
20688
|
-
"version": "2.0.0",
|
|
20689
|
-
"resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-2.0.0.tgz",
|
|
20690
|
-
"integrity": "sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ=="
|
|
20691
|
-
},
|
|
20692
20418
|
"is-npm": {
|
|
20693
20419
|
"version": "6.0.0",
|
|
20694
20420
|
"resolved": "https://registry.npmjs.org/is-npm/-/is-npm-6.0.0.tgz",
|
|
@@ -21193,22 +20919,6 @@
|
|
|
21193
20919
|
}
|
|
21194
20920
|
}
|
|
21195
20921
|
},
|
|
21196
|
-
"log-symbols": {
|
|
21197
|
-
"version": "7.0.0",
|
|
21198
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-7.0.0.tgz",
|
|
21199
|
-
"integrity": "sha512-zrc91EDk2M+2AXo/9BTvK91pqb7qrPg2nX/Hy+u8a5qQlbaOflCKO+6SqgZ+M+xUFxGdKTgwnGiL96b1W3ikRA==",
|
|
21200
|
-
"requires": {
|
|
21201
|
-
"is-unicode-supported": "^2.0.0",
|
|
21202
|
-
"yoctocolors": "^2.1.1"
|
|
21203
|
-
},
|
|
21204
|
-
"dependencies": {
|
|
21205
|
-
"is-unicode-supported": {
|
|
21206
|
-
"version": "2.1.0",
|
|
21207
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
21208
|
-
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ=="
|
|
21209
|
-
}
|
|
21210
|
-
}
|
|
21211
|
-
},
|
|
21212
20922
|
"log-update": {
|
|
21213
20923
|
"version": "6.1.0",
|
|
21214
20924
|
"resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz",
|
|
@@ -21639,6 +21349,14 @@
|
|
|
21639
21349
|
"resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz",
|
|
21640
21350
|
"integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w=="
|
|
21641
21351
|
},
|
|
21352
|
+
"nanospinner": {
|
|
21353
|
+
"version": "1.2.2",
|
|
21354
|
+
"resolved": "https://registry.npmjs.org/nanospinner/-/nanospinner-1.2.2.tgz",
|
|
21355
|
+
"integrity": "sha512-Zt/AmG6qRU3e+WnzGGLuMCEAO/dAu45stNbHY223tUxldaDAeE+FxSPsd9Q+j+paejmm0ZbrNVs5Sraqy3dRxA==",
|
|
21356
|
+
"requires": {
|
|
21357
|
+
"picocolors": "^1.1.1"
|
|
21358
|
+
}
|
|
21359
|
+
},
|
|
21642
21360
|
"napi-build-utils": {
|
|
21643
21361
|
"version": "1.0.2",
|
|
21644
21362
|
"resolved": "https://registry.npmjs.org/napi-build-utils/-/napi-build-utils-1.0.2.tgz",
|
|
@@ -21882,90 +21600,6 @@
|
|
|
21882
21600
|
"is-wsl": "^3.1.0"
|
|
21883
21601
|
}
|
|
21884
21602
|
},
|
|
21885
|
-
"ora": {
|
|
21886
|
-
"version": "8.2.0",
|
|
21887
|
-
"resolved": "https://registry.npmjs.org/ora/-/ora-8.2.0.tgz",
|
|
21888
|
-
"integrity": "sha512-weP+BZ8MVNnlCm8c0Qdc1WSWq4Qn7I+9CJGm7Qali6g44e/PUzbjNqJX5NJ9ljlNMosfJvg1fKEGILklK9cwnw==",
|
|
21889
|
-
"requires": {
|
|
21890
|
-
"chalk": "^5.3.0",
|
|
21891
|
-
"cli-cursor": "^5.0.0",
|
|
21892
|
-
"cli-spinners": "^2.9.2",
|
|
21893
|
-
"is-interactive": "^2.0.0",
|
|
21894
|
-
"is-unicode-supported": "^2.0.0",
|
|
21895
|
-
"log-symbols": "^6.0.0",
|
|
21896
|
-
"stdin-discarder": "^0.2.2",
|
|
21897
|
-
"string-width": "^7.2.0",
|
|
21898
|
-
"strip-ansi": "^7.1.0"
|
|
21899
|
-
},
|
|
21900
|
-
"dependencies": {
|
|
21901
|
-
"cli-cursor": {
|
|
21902
|
-
"version": "5.0.0",
|
|
21903
|
-
"resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz",
|
|
21904
|
-
"integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==",
|
|
21905
|
-
"requires": {
|
|
21906
|
-
"restore-cursor": "^5.0.0"
|
|
21907
|
-
}
|
|
21908
|
-
},
|
|
21909
|
-
"emoji-regex": {
|
|
21910
|
-
"version": "10.4.0",
|
|
21911
|
-
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz",
|
|
21912
|
-
"integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw=="
|
|
21913
|
-
},
|
|
21914
|
-
"is-unicode-supported": {
|
|
21915
|
-
"version": "2.1.0",
|
|
21916
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-2.1.0.tgz",
|
|
21917
|
-
"integrity": "sha512-mE00Gnza5EEB3Ds0HfMyllZzbBrmLOX3vfWoj9A9PEnTfratQ/BcaJOuMhnkhjXvb2+FkY3VuHqtAGpTPmglFQ=="
|
|
21918
|
-
},
|
|
21919
|
-
"log-symbols": {
|
|
21920
|
-
"version": "6.0.0",
|
|
21921
|
-
"resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-6.0.0.tgz",
|
|
21922
|
-
"integrity": "sha512-i24m8rpwhmPIS4zscNzK6MSEhk0DUWa/8iYQWxhffV8jkI4Phvs3F+quL5xvS0gdQR0FyTCMMH33Y78dDTzzIw==",
|
|
21923
|
-
"requires": {
|
|
21924
|
-
"chalk": "^5.3.0",
|
|
21925
|
-
"is-unicode-supported": "^1.3.0"
|
|
21926
|
-
},
|
|
21927
|
-
"dependencies": {
|
|
21928
|
-
"is-unicode-supported": {
|
|
21929
|
-
"version": "1.3.0",
|
|
21930
|
-
"resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-1.3.0.tgz",
|
|
21931
|
-
"integrity": "sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ=="
|
|
21932
|
-
}
|
|
21933
|
-
}
|
|
21934
|
-
},
|
|
21935
|
-
"onetime": {
|
|
21936
|
-
"version": "7.0.0",
|
|
21937
|
-
"resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz",
|
|
21938
|
-
"integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==",
|
|
21939
|
-
"requires": {
|
|
21940
|
-
"mimic-function": "^5.0.0"
|
|
21941
|
-
}
|
|
21942
|
-
},
|
|
21943
|
-
"restore-cursor": {
|
|
21944
|
-
"version": "5.1.0",
|
|
21945
|
-
"resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz",
|
|
21946
|
-
"integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==",
|
|
21947
|
-
"requires": {
|
|
21948
|
-
"onetime": "^7.0.0",
|
|
21949
|
-
"signal-exit": "^4.1.0"
|
|
21950
|
-
}
|
|
21951
|
-
},
|
|
21952
|
-
"signal-exit": {
|
|
21953
|
-
"version": "4.1.0",
|
|
21954
|
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
21955
|
-
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw=="
|
|
21956
|
-
},
|
|
21957
|
-
"string-width": {
|
|
21958
|
-
"version": "7.2.0",
|
|
21959
|
-
"resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
|
|
21960
|
-
"integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
|
|
21961
|
-
"requires": {
|
|
21962
|
-
"emoji-regex": "^10.3.0",
|
|
21963
|
-
"get-east-asian-width": "^1.0.0",
|
|
21964
|
-
"strip-ansi": "^7.1.0"
|
|
21965
|
-
}
|
|
21966
|
-
}
|
|
21967
|
-
}
|
|
21968
|
-
},
|
|
21969
21603
|
"os-name": {
|
|
21970
21604
|
"version": "5.0.1",
|
|
21971
21605
|
"resolved": "https://registry.npmjs.org/os-name/-/os-name-5.0.1.tgz",
|
|
@@ -23231,11 +22865,6 @@
|
|
|
23231
22865
|
"resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz",
|
|
23232
22866
|
"integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg=="
|
|
23233
22867
|
},
|
|
23234
|
-
"stdin-discarder": {
|
|
23235
|
-
"version": "0.2.2",
|
|
23236
|
-
"resolved": "https://registry.npmjs.org/stdin-discarder/-/stdin-discarder-0.2.2.tgz",
|
|
23237
|
-
"integrity": "sha512-UhDfHmA92YAlNnCfhmq0VeNL5bDbiZGg7sZ2IvPsXubGkiNa9EC+tUTsjBRsYUAz87btI6/1wf4XoVvQ3uRnmQ=="
|
|
23238
|
-
},
|
|
23239
22868
|
"streamx": {
|
|
23240
22869
|
"version": "2.15.0",
|
|
23241
22870
|
"resolved": "https://registry.npmjs.org/streamx/-/streamx-2.15.0.tgz",
|
|
@@ -24294,11 +23923,6 @@
|
|
|
24294
23923
|
"resolved": "https://registry.npmjs.org/yn/-/yn-3.1.1.tgz",
|
|
24295
23924
|
"integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q=="
|
|
24296
23925
|
},
|
|
24297
|
-
"yoctocolors": {
|
|
24298
|
-
"version": "2.1.1",
|
|
24299
|
-
"resolved": "https://registry.npmjs.org/yoctocolors/-/yoctocolors-2.1.1.tgz",
|
|
24300
|
-
"integrity": "sha512-GQHQqAopRhwU8Kt1DDM8NjibDXHC8eoh1erhGAJPEyveY9qqVeXvVikNKrDz69sHowPMorbPUrH/mx8c50eiBQ=="
|
|
24301
|
-
},
|
|
24302
23926
|
"zip-stream": {
|
|
24303
23927
|
"version": "6.0.1",
|
|
24304
23928
|
"resolved": "https://registry.npmjs.org/zip-stream/-/zip-stream-6.0.1.tgz",
|