antigravity-mobile-proxy 0.1.2 → 0.1.4
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/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/required-server-files.json +5 -2
- package/.next/standalone/.next/server/app/_global-error/page.js +1 -1
- package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/[filename]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/[filename]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/action/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/action/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/approve/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/approve/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/history/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/history/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/mode/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/mode/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/new/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/new/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/reject/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/reject/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/state/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/state/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/stream/route.js +7 -3
- package/.next/standalone/.next/server/app/api/v1/chat/stream/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/active/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/conversations/active/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/route.js +7 -3
- package/.next/standalone/.next/server/app/api/v1/conversations/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/select/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/conversations/select/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/dom/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/debug/dom/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/scrape/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/debug/scrape/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/health/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/health/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-start/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-status/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-status/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/close/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/close/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/open/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/open/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/recent/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/recent/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/select/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/select/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/debug/page.js +1 -1
- package/.next/standalone/.next/server/app/debug/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/debug/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page.js +1 -1
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d31b133._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__133ac672._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__151eca3a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1535be2d._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1ee7d416._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__25f5f8ec._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__26662154._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__2f4a0b79._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__2ec5ba30._.js → [root-of-the-server]__3fe6d12c._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4b17d628._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4c540a38._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__8d2624da._.js → [root-of-the-server]__4d161104._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__53c4f34d._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__68965284._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8f5ebbc3._.js +7 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8f8bd59f._.js +20 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9166d84a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__94275f7f._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__c34d50c8._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__8fdd2340._.js → [root-of-the-server]__c696771d._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0bd52b41._.js → [root-of-the-server]__cd7ccfdd._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__d5818e20._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__360475ac._.js → [root-of-the-server]__db7b3604._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__eeb89c13._.js → [root-of-the-server]__dc1db6cb._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__4effd91a._.js → [root-of-the-server]__e9181374._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__eb9ef4db._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__4448d3d4._.js → [root-of-the-server]__ec32b318._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__7f18ffd0._.js → [root-of-the-server]__f54bea3d._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__fabd57e0._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__fd0215df._.js +3 -0
- package/.next/standalone/.next/server/chunks/lib_cdp_connection_ts_075c799e._.js +41 -0
- package/.next/standalone/.next/server/chunks/node_modules_151ca6ae._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_1f8a2929._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_2d9a2f12._.js +4 -0
- package/.next/standalone/.next/server/chunks/node_modules_3b486fee._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_64199bef._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_@puppeteer_browsers_lib_esm_main_83020de3.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_f81d3958._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_next_1402a1da._.js +2 -2
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0272adf7.js +5 -0
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0b1e64d7.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_yargs_helpers_helpers_mjs_abe15519._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_yargs_index_mjs_c4f6f97b._.js +56 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__703e5e24._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__edab6069._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/components_chat-container_tsx_fcbc457f._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/node_modules_63dba3f8._.js +1 -1
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/app/api/v1/chat/stream/route.ts +2 -2
- package/.next/standalone/app/api/v1/conversations/route.ts +6 -1
- package/.next/standalone/app/globals.css +6 -0
- package/.next/standalone/components/agent-message.tsx +4 -5
- package/.next/standalone/components/chat-container.tsx +0 -2
- package/.next/standalone/components/message-list.tsx +2 -6
- package/.next/standalone/diag.js +72 -0
- package/.next/standalone/hooks/use-chat.ts +18 -1
- package/.next/standalone/lib/scraper/agent-state.ts +43 -17
- package/.next/standalone/lib/scraper/chat-history.ts +4 -0
- package/.next/standalone/lib/scraper/workspace-filter.ts +209 -0
- package/.next/standalone/lib/sse/diff-states.ts +18 -3
- package/.next/standalone/next.config.js +19 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/.next/standalone/node_modules/next/dist/build/generate-build-id.js +5 -1
- package/.next/standalone/package-lock.json +140 -129
- package/.next/standalone/package.json +4 -3
- package/.next/standalone/scripts/patch-next.js +69 -0
- package/.next/standalone/server.js +1 -1
- package/.next/standalone/tsconfig.json +14 -4
- package/.next/standalone/tsconfig.tsbuildinfo +1 -1
- package/.next/static/chunks/{54866979a976deea.css → 073aeeb732614ba1.css} +1 -1
- package/.next/static/chunks/0b8f1079dec6b3ad.js +1 -0
- package/package.json +4 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__08f06ee9._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__15c96786._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__19ee93c1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__324dc867._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__38025e07._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4a837477._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4f9fdc77._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__556e6cd5._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__6479a312._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__693625a1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__6ec98c1f._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__7f696ede._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8aa4aa02._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9d217c47._.js +0 -7
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9e54cdc1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__a73e4e4f._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__cd1b9505._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__d850c12e._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__ef121746._.js +0 -3
- package/.next/standalone/.next/server/chunks/_7273dcfc._.js +0 -3
- package/.next/standalone/.next/server/chunks/_8dd0f398._.js +0 -5
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__4fe85c38._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__85930638._.js +0 -3
- package/.next/standalone/next.config.ts +0 -10
- package/.next/standalone/node_modules/@puppeteer/browsers/package.json +0 -125
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js +0 -53
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/context.js +0 -691
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js +0 -6
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js +0 -96
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js +0 -19
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js +0 -387
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js +0 -71
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/index.js +0 -128
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js +0 -227
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js +0 -41
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js +0 -97
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js +0 -77
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module.js +0 -302
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js +0 -49
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js +0 -300
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js +0 -38
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/types.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js +0 -169
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js +0 -12
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/package.json +0 -60
- package/.next/standalone/node_modules/agent-base/dist/helpers.js +0 -66
- package/.next/standalone/node_modules/agent-base/dist/index.js +0 -178
- package/.next/standalone/node_modules/agent-base/package.json +0 -46
- package/.next/standalone/node_modules/ast-types/def/babel-core.js +0 -256
- package/.next/standalone/node_modules/ast-types/def/babel.js +0 -11
- package/.next/standalone/node_modules/ast-types/def/core.js +0 -298
- package/.next/standalone/node_modules/ast-types/def/es-proposals.js +0 -33
- package/.next/standalone/node_modules/ast-types/def/es2020.js +0 -16
- package/.next/standalone/node_modules/ast-types/def/es6.js +0 -210
- package/.next/standalone/node_modules/ast-types/def/es7.js +0 -34
- package/.next/standalone/node_modules/ast-types/def/esprima.js +0 -49
- package/.next/standalone/node_modules/ast-types/def/flow.js +0 -292
- package/.next/standalone/node_modules/ast-types/def/jsx.js +0 -103
- package/.next/standalone/node_modules/ast-types/def/type-annotations.js +0 -40
- package/.next/standalone/node_modules/ast-types/def/typescript.js +0 -344
- package/.next/standalone/node_modules/ast-types/fork.js +0 -52
- package/.next/standalone/node_modules/ast-types/gen/namedTypes.js +0 -6
- package/.next/standalone/node_modules/ast-types/lib/equiv.js +0 -154
- package/.next/standalone/node_modules/ast-types/lib/node-path.js +0 -411
- package/.next/standalone/node_modules/ast-types/lib/path-visitor.js +0 -343
- package/.next/standalone/node_modules/ast-types/lib/path.js +0 -331
- package/.next/standalone/node_modules/ast-types/lib/scope.js +0 -318
- package/.next/standalone/node_modules/ast-types/lib/shared.js +0 -47
- package/.next/standalone/node_modules/ast-types/lib/types.js +0 -780
- package/.next/standalone/node_modules/ast-types/main.js +0 -53
- package/.next/standalone/node_modules/ast-types/package.json +0 -65
- package/.next/standalone/node_modules/b4a/index.js +0 -188
- package/.next/standalone/node_modules/b4a/package.json +0 -49
- package/.next/standalone/node_modules/basic-ftp/dist/Client.js +0 -782
- package/.next/standalone/node_modules/basic-ftp/dist/FileInfo.js +0 -92
- package/.next/standalone/node_modules/basic-ftp/dist/FtpContext.js +0 -365
- package/.next/standalone/node_modules/basic-ftp/dist/ProgressTracker.js +0 -72
- package/.next/standalone/node_modules/basic-ftp/dist/StringEncoding.js +0 -2
- package/.next/standalone/node_modules/basic-ftp/dist/StringWriter.js +0 -23
- package/.next/standalone/node_modules/basic-ftp/dist/index.js +0 -28
- package/.next/standalone/node_modules/basic-ftp/dist/netUtils.js +0 -66
- package/.next/standalone/node_modules/basic-ftp/dist/parseControlResponse.js +0 -66
- package/.next/standalone/node_modules/basic-ftp/dist/parseList.js +0 -79
- package/.next/standalone/node_modules/basic-ftp/dist/parseListDOS.js +0 -52
- package/.next/standalone/node_modules/basic-ftp/dist/parseListMLSD.js +0 -187
- package/.next/standalone/node_modules/basic-ftp/dist/parseListUnix.js +0 -155
- package/.next/standalone/node_modules/basic-ftp/dist/transfer.js +0 -318
- package/.next/standalone/node_modules/basic-ftp/package.json +0 -52
- package/.next/standalone/node_modules/buffer-crc32/index.js +0 -111
- package/.next/standalone/node_modules/buffer-crc32/package.json +0 -39
- package/.next/standalone/node_modules/cliui/build/lib/index.js +0 -287
- package/.next/standalone/node_modules/cliui/build/lib/string-utils.js +0 -27
- package/.next/standalone/node_modules/cliui/index.mjs +0 -13
- package/.next/standalone/node_modules/cliui/package.json +0 -83
- package/.next/standalone/node_modules/data-uri-to-buffer/dist/common.js +0 -54
- package/.next/standalone/node_modules/data-uri-to-buffer/dist/node.js +0 -26
- package/.next/standalone/node_modules/data-uri-to-buffer/package.json +0 -48
- package/.next/standalone/node_modules/debug/package.json +0 -64
- package/.next/standalone/node_modules/debug/src/browser.js +0 -272
- package/.next/standalone/node_modules/debug/src/common.js +0 -292
- package/.next/standalone/node_modules/debug/src/index.js +0 -10
- package/.next/standalone/node_modules/debug/src/node.js +0 -263
- package/.next/standalone/node_modules/degenerator/dist/compile.js +0 -107
- package/.next/standalone/node_modules/degenerator/dist/degenerator.js +0 -156
- package/.next/standalone/node_modules/degenerator/dist/index.js +0 -19
- package/.next/standalone/node_modules/degenerator/package.json +0 -42
- package/.next/standalone/node_modules/end-of-stream/index.js +0 -96
- package/.next/standalone/node_modules/end-of-stream/package.json +0 -37
- package/.next/standalone/node_modules/escalade/package.json +0 -74
- package/.next/standalone/node_modules/escodegen/escodegen.js +0 -2667
- package/.next/standalone/node_modules/escodegen/package.json +0 -63
- package/.next/standalone/node_modules/esprima/dist/esprima.js +0 -6709
- package/.next/standalone/node_modules/esprima/package.json +0 -112
- package/.next/standalone/node_modules/estraverse/estraverse.js +0 -805
- package/.next/standalone/node_modules/estraverse/package.json +0 -40
- package/.next/standalone/node_modules/esutils/lib/ast.js +0 -144
- package/.next/standalone/node_modules/esutils/lib/code.js +0 -135
- package/.next/standalone/node_modules/esutils/lib/keyword.js +0 -165
- package/.next/standalone/node_modules/esutils/lib/utils.js +0 -33
- package/.next/standalone/node_modules/esutils/package.json +0 -44
- package/.next/standalone/node_modules/events-universal/default.js +0 -1
- package/.next/standalone/node_modules/events-universal/package.json +0 -39
- package/.next/standalone/node_modules/extract-zip/LICENSE +0 -23
- package/.next/standalone/node_modules/extract-zip/cli.js +0 -19
- package/.next/standalone/node_modules/extract-zip/index.js +0 -173
- package/.next/standalone/node_modules/extract-zip/package.json +0 -80
- package/.next/standalone/node_modules/extract-zip/readme.md +0 -57
- package/.next/standalone/node_modules/fast-fifo/fixed-size.js +0 -39
- package/.next/standalone/node_modules/fast-fifo/index.js +0 -48
- package/.next/standalone/node_modules/fast-fifo/package.json +0 -28
- package/.next/standalone/node_modules/fd-slicer/index.js +0 -296
- package/.next/standalone/node_modules/fd-slicer/package.json +0 -36
- package/.next/standalone/node_modules/get-stream/buffer-stream.js +0 -52
- package/.next/standalone/node_modules/get-stream/index.js +0 -60
- package/.next/standalone/node_modules/get-stream/package.json +0 -50
- package/.next/standalone/node_modules/get-uri/dist/data.js +0 -43
- package/.next/standalone/node_modules/get-uri/dist/file.js +0 -57
- package/.next/standalone/node_modules/get-uri/dist/ftp.js +0 -93
- package/.next/standalone/node_modules/get-uri/dist/http-error.js +0 -15
- package/.next/standalone/node_modules/get-uri/dist/http.js +0 -191
- package/.next/standalone/node_modules/get-uri/dist/https.js +0 -16
- package/.next/standalone/node_modules/get-uri/dist/index.js +0 -57
- package/.next/standalone/node_modules/get-uri/dist/notfound.js +0 -16
- package/.next/standalone/node_modules/get-uri/dist/notmodified.js +0 -17
- package/.next/standalone/node_modules/get-uri/package.json +0 -58
- package/.next/standalone/node_modules/has-flag/index.js +0 -8
- package/.next/standalone/node_modules/has-flag/package.json +0 -46
- package/.next/standalone/node_modules/http-proxy-agent/dist/index.js +0 -148
- package/.next/standalone/node_modules/http-proxy-agent/package.json +0 -47
- package/.next/standalone/node_modules/https-proxy-agent/dist/index.js +0 -180
- package/.next/standalone/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -101
- package/.next/standalone/node_modules/https-proxy-agent/package.json +0 -50
- package/.next/standalone/node_modules/ip-address/dist/address-error.js +0 -12
- package/.next/standalone/node_modules/ip-address/dist/common.js +0 -46
- package/.next/standalone/node_modules/ip-address/dist/ip-address.js +0 -35
- package/.next/standalone/node_modules/ip-address/dist/ipv4.js +0 -360
- package/.next/standalone/node_modules/ip-address/dist/ipv6.js +0 -1003
- package/.next/standalone/node_modules/ip-address/dist/v4/constants.js +0 -8
- package/.next/standalone/node_modules/ip-address/dist/v6/constants.js +0 -76
- package/.next/standalone/node_modules/ip-address/dist/v6/helpers.js +0 -45
- package/.next/standalone/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
- package/.next/standalone/node_modules/ip-address/package.json +0 -78
- package/.next/standalone/node_modules/lru-cache/index.js +0 -1227
- package/.next/standalone/node_modules/lru-cache/package.json +0 -96
- package/.next/standalone/node_modules/ms/index.js +0 -162
- package/.next/standalone/node_modules/ms/package.json +0 -38
- package/.next/standalone/node_modules/netmask/lib/netmask.js +0 -208
- package/.next/standalone/node_modules/netmask/package.json +0 -36
- package/.next/standalone/node_modules/once/once.js +0 -42
- package/.next/standalone/node_modules/once/package.json +0 -33
- package/.next/standalone/node_modules/pac-proxy-agent/dist/index.js +0 -238
- package/.next/standalone/node_modules/pac-proxy-agent/package.json +0 -58
- package/.next/standalone/node_modules/pac-resolver/dist/dateRange.js +0 -73
- package/.next/standalone/node_modules/pac-resolver/dist/dnsDomainIs.js +0 -30
- package/.next/standalone/node_modules/pac-resolver/dist/dnsDomainLevels.js +0 -28
- package/.next/standalone/node_modules/pac-resolver/dist/dnsResolve.js +0 -32
- package/.next/standalone/node_modules/pac-resolver/dist/index.js +0 -87
- package/.next/standalone/node_modules/pac-resolver/dist/ip.js +0 -50
- package/.next/standalone/node_modules/pac-resolver/dist/isInNet.js +0 -42
- package/.next/standalone/node_modules/pac-resolver/dist/isPlainHostName.js +0 -23
- package/.next/standalone/node_modules/pac-resolver/dist/isResolvable.js +0 -23
- package/.next/standalone/node_modules/pac-resolver/dist/localHostOrDomainIs.js +0 -40
- package/.next/standalone/node_modules/pac-resolver/dist/myIpAddress.js +0 -50
- package/.next/standalone/node_modules/pac-resolver/dist/shExpMatch.js +0 -41
- package/.next/standalone/node_modules/pac-resolver/dist/timeRange.js +0 -92
- package/.next/standalone/node_modules/pac-resolver/dist/util.js +0 -22
- package/.next/standalone/node_modules/pac-resolver/dist/weekdayRange.js +0 -91
- package/.next/standalone/node_modules/pac-resolver/package.json +0 -47
- package/.next/standalone/node_modules/pend/index.js +0 -55
- package/.next/standalone/node_modules/pend/package.json +0 -18
- package/.next/standalone/node_modules/progress/index.js +0 -1
- package/.next/standalone/node_modules/progress/lib/node-progress.js +0 -236
- package/.next/standalone/node_modules/progress/package.json +0 -26
- package/.next/standalone/node_modules/proxy-agent/dist/index.js +0 -138
- package/.next/standalone/node_modules/proxy-agent/package.json +0 -60
- package/.next/standalone/node_modules/proxy-from-env/index.js +0 -108
- package/.next/standalone/node_modules/proxy-from-env/package.json +0 -34
- package/.next/standalone/node_modules/pump/index.js +0 -86
- package/.next/standalone/node_modules/pump/package.json +0 -30
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/package.json +0 -1
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Browser.js +0 -204
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/BrowserContext.js +0 -182
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/CDPSession.js +0 -68
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/DeviceRequestPrompt.js +0 -34
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Dialog.js +0 -90
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/ElementHandle.js +0 -1406
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/ElementHandleSymbol.js +0 -10
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Frame.js +0 -904
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/HTTPRequest.js +0 -461
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/HTTPResponse.js +0 -56
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Input.js +0 -211
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/JSHandle.js +0 -227
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js +0 -1511
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Realm.js +0 -44
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Target.js +0 -49
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/WebWorker.js +0 -106
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/api.js +0 -22
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/locators/locators.js +0 -769
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/bidi/BrowserConnector.js +0 -83
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Accessibility.js +0 -591
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Binding.js +0 -162
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BluetoothEmulation.js +0 -26
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Browser.js +0 -327
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BrowserConnector.js +0 -26
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BrowserContext.js +0 -192
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/CdpPreloadScript.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/CdpSession.js +0 -129
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Connection.js +0 -244
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Coverage.js +0 -372
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/DeviceRequestPrompt.js +0 -151
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Dialog.js +0 -23
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ElementHandle.js +0 -206
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/EmulationManager.js +0 -458
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js +0 -457
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExtensionTransport.js +0 -175
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Frame.js +0 -358
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameManager.js +0 -455
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameManagerEvents.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameTree.js +0 -91
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/HTTPRequest.js +0 -195
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/HTTPResponse.js +0 -126
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Input.js +0 -499
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js +0 -157
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorlds.js +0 -20
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/JSHandle.js +0 -101
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/LifecycleWatcher.js +0 -174
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/NetworkEventManager.js +0 -162
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/NetworkManager.js +0 -601
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js +0 -1011
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.js +0 -69
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Target.js +0 -243
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/TargetManageEvents.js +0 -7
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/TargetManager.js +0 -320
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Tracing.js +0 -110
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/WebWorker.js +0 -73
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/cdp.js +0 -43
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/utils.js +0 -216
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js +0 -54
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserConnector.js +0 -129
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserWebSocketTransport.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CSSQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CallbackRegistry.js +0 -133
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/ConsoleMessage.js +0 -78
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CustomQueryHandler.js +0 -114
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Debug.js +0 -109
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Device.js +0 -1604
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.js +0 -94
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js +0 -128
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/FileChooser.js +0 -75
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/GetQueryHandler.js +0 -70
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/HandleIterator.js +0 -142
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/LazyArg.js +0 -23
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManagerEvents.js +0 -21
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.js +0 -58
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PSelectorParser.js +0 -100
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PierceQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Puppeteer.js +0 -98
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/QueryHandler.js +0 -225
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/ScriptInjector.js +0 -51
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/SecurityDetails.js +0 -69
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TextQueryHandler.js +0 -15
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TimeoutSettings.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.js +0 -394
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/WaitTask.js +0 -197
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/XPathQueryHandler.js +0 -21
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/common.js +0 -35
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/util.js +0 -375
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/environment.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/generated/injected.js +0 -9
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/index-browser.js +0 -11
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/index.js +0 -8
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/puppeteer-core.js +0 -41
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/revisions.js +0 -14
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/AsyncIterableUtil.js +0 -29
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Deferred.js +0 -105
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/ErrorLike.js +0 -41
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Function.js +0 -70
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Mutex.js +0 -46
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/assert.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/decorators.js +0 -232
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/disposable.js +0 -342
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/encoding.js +0 -63
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/incremental-id-generator.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/util.js +0 -13
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/version.js +0 -10
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js +0 -44
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/parsel-js/parsel-js.js +0 -196
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/rxjs/rxjs.js +0 -2887
- package/.next/standalone/node_modules/puppeteer-core/package.json +0 -169
- package/.next/standalone/node_modules/semver/functions/clean.js +0 -8
- package/.next/standalone/node_modules/semver/functions/compare-build.js +0 -9
- package/.next/standalone/node_modules/semver/functions/compare-loose.js +0 -5
- package/.next/standalone/node_modules/semver/functions/diff.js +0 -60
- package/.next/standalone/node_modules/semver/functions/inc.js +0 -21
- package/.next/standalone/node_modules/semver/functions/major.js +0 -5
- package/.next/standalone/node_modules/semver/functions/minor.js +0 -5
- package/.next/standalone/node_modules/semver/functions/patch.js +0 -5
- package/.next/standalone/node_modules/semver/functions/prerelease.js +0 -8
- package/.next/standalone/node_modules/semver/functions/rcompare.js +0 -5
- package/.next/standalone/node_modules/semver/functions/rsort.js +0 -5
- package/.next/standalone/node_modules/semver/functions/sort.js +0 -5
- package/.next/standalone/node_modules/semver/functions/valid.js +0 -8
- package/.next/standalone/node_modules/semver/index.js +0 -91
- package/.next/standalone/node_modules/semver/ranges/gtr.js +0 -6
- package/.next/standalone/node_modules/semver/ranges/intersects.js +0 -9
- package/.next/standalone/node_modules/semver/ranges/ltr.js +0 -6
- package/.next/standalone/node_modules/semver/ranges/max-satisfying.js +0 -27
- package/.next/standalone/node_modules/semver/ranges/min-satisfying.js +0 -26
- package/.next/standalone/node_modules/semver/ranges/min-version.js +0 -63
- package/.next/standalone/node_modules/semver/ranges/outside.js +0 -82
- package/.next/standalone/node_modules/semver/ranges/simplify.js +0 -49
- package/.next/standalone/node_modules/semver/ranges/subset.js +0 -249
- package/.next/standalone/node_modules/semver/ranges/to-comparators.js +0 -10
- package/.next/standalone/node_modules/semver/ranges/valid.js +0 -13
- package/.next/standalone/node_modules/smart-buffer/build/smartbuffer.js +0 -1233
- package/.next/standalone/node_modules/smart-buffer/build/utils.js +0 -108
- package/.next/standalone/node_modules/smart-buffer/package.json +0 -79
- package/.next/standalone/node_modules/socks/build/client/socksclient.js +0 -793
- package/.next/standalone/node_modules/socks/build/common/constants.js +0 -108
- package/.next/standalone/node_modules/socks/build/common/helpers.js +0 -167
- package/.next/standalone/node_modules/socks/build/common/receivebuffer.js +0 -43
- package/.next/standalone/node_modules/socks/build/common/util.js +0 -25
- package/.next/standalone/node_modules/socks/build/index.js +0 -18
- package/.next/standalone/node_modules/socks/package.json +0 -58
- package/.next/standalone/node_modules/socks-proxy-agent/dist/index.js +0 -195
- package/.next/standalone/node_modules/socks-proxy-agent/package.json +0 -142
- package/.next/standalone/node_modules/source-map/lib/array-set.js +0 -121
- package/.next/standalone/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/.next/standalone/node_modules/source-map/lib/base64.js +0 -67
- package/.next/standalone/node_modules/source-map/lib/binary-search.js +0 -111
- package/.next/standalone/node_modules/source-map/lib/mapping-list.js +0 -79
- package/.next/standalone/node_modules/source-map/lib/quick-sort.js +0 -114
- package/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/.next/standalone/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/.next/standalone/node_modules/source-map/lib/source-node.js +0 -413
- package/.next/standalone/node_modules/source-map/lib/util.js +0 -488
- package/.next/standalone/node_modules/source-map/package.json +0 -73
- package/.next/standalone/node_modules/source-map/source-map.js +0 -8
- package/.next/standalone/node_modules/streamx/index.js +0 -1184
- package/.next/standalone/node_modules/streamx/package.json +0 -34
- package/.next/standalone/node_modules/supports-color/index.js +0 -135
- package/.next/standalone/node_modules/supports-color/package.json +0 -53
- package/.next/standalone/node_modules/tar-stream/constants.js +0 -14
- package/.next/standalone/node_modules/tar-stream/extract.js +0 -406
- package/.next/standalone/node_modules/tar-stream/headers.js +0 -321
- package/.next/standalone/node_modules/tar-stream/index.js +0 -2
- package/.next/standalone/node_modules/tar-stream/pack.js +0 -287
- package/.next/standalone/node_modules/tar-stream/package.json +0 -42
- package/.next/standalone/node_modules/text-decoder/index.js +0 -64
- package/.next/standalone/node_modules/text-decoder/lib/pass-through-decoder.js +0 -19
- package/.next/standalone/node_modules/text-decoder/lib/utf8-decoder.js +0 -185
- package/.next/standalone/node_modules/text-decoder/package.json +0 -39
- package/.next/standalone/node_modules/tslib/package.json +0 -47
- package/.next/standalone/node_modules/tslib/tslib.js +0 -484
- package/.next/standalone/node_modules/wrappy/package.json +0 -29
- package/.next/standalone/node_modules/wrappy/wrappy.js +0 -33
- package/.next/standalone/node_modules/ws/lib/buffer-util.js +0 -131
- package/.next/standalone/node_modules/ws/lib/constants.js +0 -19
- package/.next/standalone/node_modules/ws/lib/event-target.js +0 -292
- package/.next/standalone/node_modules/ws/lib/extension.js +0 -203
- package/.next/standalone/node_modules/ws/lib/limiter.js +0 -55
- package/.next/standalone/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/.next/standalone/node_modules/ws/lib/receiver.js +0 -706
- package/.next/standalone/node_modules/ws/lib/sender.js +0 -602
- package/.next/standalone/node_modules/ws/lib/stream.js +0 -161
- package/.next/standalone/node_modules/ws/lib/subprotocol.js +0 -62
- package/.next/standalone/node_modules/ws/lib/validation.js +0 -152
- package/.next/standalone/node_modules/ws/lib/websocket-server.js +0 -554
- package/.next/standalone/node_modules/ws/lib/websocket.js +0 -1393
- package/.next/standalone/node_modules/ws/package.json +0 -69
- package/.next/standalone/node_modules/ws/wrapper.mjs +0 -8
- package/.next/standalone/node_modules/y18n/build/lib/index.js +0 -174
- package/.next/standalone/node_modules/y18n/build/lib/platform-shims/node.js +0 -19
- package/.next/standalone/node_modules/y18n/index.mjs +0 -8
- package/.next/standalone/node_modules/y18n/package.json +0 -70
- package/.next/standalone/node_modules/yargs/build/lib/argsert.js +0 -62
- package/.next/standalone/node_modules/yargs/build/lib/command.js +0 -449
- package/.next/standalone/node_modules/yargs/build/lib/completion-templates.js +0 -48
- package/.next/standalone/node_modules/yargs/build/lib/completion.js +0 -243
- package/.next/standalone/node_modules/yargs/build/lib/middleware.js +0 -88
- package/.next/standalone/node_modules/yargs/build/lib/parse-command.js +0 -32
- package/.next/standalone/node_modules/yargs/build/lib/typings/common-types.js +0 -9
- package/.next/standalone/node_modules/yargs/build/lib/usage.js +0 -584
- package/.next/standalone/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
- package/.next/standalone/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
- package/.next/standalone/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
- package/.next/standalone/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
- package/.next/standalone/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
- package/.next/standalone/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
- package/.next/standalone/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
- package/.next/standalone/node_modules/yargs/build/lib/utils/which-module.js +0 -10
- package/.next/standalone/node_modules/yargs/build/lib/validation.js +0 -305
- package/.next/standalone/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
- package/.next/standalone/node_modules/yargs/build/lib/yerror.js +0 -9
- package/.next/standalone/node_modules/yargs/helpers/helpers.mjs +0 -10
- package/.next/standalone/node_modules/yargs/index.mjs +0 -8
- package/.next/standalone/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
- package/.next/standalone/node_modules/yargs/package.json +0 -123
- package/.next/standalone/node_modules/yargs-parser/build/lib/index.js +0 -62
- package/.next/standalone/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
- package/.next/standalone/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
- package/.next/standalone/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
- package/.next/standalone/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
- package/.next/standalone/node_modules/yargs-parser/package.json +0 -92
- package/.next/standalone/node_modules/yauzl/LICENSE +0 -21
- package/.next/standalone/node_modules/yauzl/README.md +0 -658
- package/.next/standalone/node_modules/yauzl/index.js +0 -796
- package/.next/standalone/node_modules/yauzl/package.json +0 -40
- package/.next/static/chunks/75f35cd5abea89f2.js +0 -1
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/comparator.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/range.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/classes/semver.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/cmp.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/coerce.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/compare.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/eq.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gt.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/gte.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lt.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/lte.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/neq.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/parse.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/functions/satisfies.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/constants.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/debug.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/identifiers.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/lrucache.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/parse-options.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/internal/re.js +0 -0
- /package/.next/standalone/node_modules/{semver → sharp/node_modules/semver}/package.json +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz → standalone-build}/_buildManifest.js +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz → standalone-build}/_clientMiddlewareManifest.json +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz → standalone-build}/_ssgManifest.js +0 -0
package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.js
DELETED
|
@@ -1,394 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2017 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
/**
|
|
7
|
-
* @internal
|
|
8
|
-
*/
|
|
9
|
-
export const _keyDefinitions = {
|
|
10
|
-
'0': { keyCode: 48, key: '0', code: 'Digit0' },
|
|
11
|
-
'1': { keyCode: 49, key: '1', code: 'Digit1' },
|
|
12
|
-
'2': { keyCode: 50, key: '2', code: 'Digit2' },
|
|
13
|
-
'3': { keyCode: 51, key: '3', code: 'Digit3' },
|
|
14
|
-
'4': { keyCode: 52, key: '4', code: 'Digit4' },
|
|
15
|
-
'5': { keyCode: 53, key: '5', code: 'Digit5' },
|
|
16
|
-
'6': { keyCode: 54, key: '6', code: 'Digit6' },
|
|
17
|
-
'7': { keyCode: 55, key: '7', code: 'Digit7' },
|
|
18
|
-
'8': { keyCode: 56, key: '8', code: 'Digit8' },
|
|
19
|
-
'9': { keyCode: 57, key: '9', code: 'Digit9' },
|
|
20
|
-
Power: { key: 'Power', code: 'Power' },
|
|
21
|
-
Eject: { key: 'Eject', code: 'Eject' },
|
|
22
|
-
Abort: { keyCode: 3, code: 'Abort', key: 'Cancel' },
|
|
23
|
-
Help: { keyCode: 6, code: 'Help', key: 'Help' },
|
|
24
|
-
Backspace: { keyCode: 8, code: 'Backspace', key: 'Backspace' },
|
|
25
|
-
Tab: { keyCode: 9, code: 'Tab', key: 'Tab' },
|
|
26
|
-
Numpad5: {
|
|
27
|
-
keyCode: 12,
|
|
28
|
-
shiftKeyCode: 101,
|
|
29
|
-
key: 'Clear',
|
|
30
|
-
code: 'Numpad5',
|
|
31
|
-
shiftKey: '5',
|
|
32
|
-
location: 3,
|
|
33
|
-
},
|
|
34
|
-
NumpadEnter: {
|
|
35
|
-
keyCode: 13,
|
|
36
|
-
code: 'NumpadEnter',
|
|
37
|
-
key: 'Enter',
|
|
38
|
-
text: '\r',
|
|
39
|
-
location: 3,
|
|
40
|
-
},
|
|
41
|
-
Enter: { keyCode: 13, code: 'Enter', key: 'Enter', text: '\r' },
|
|
42
|
-
'\r': { keyCode: 13, code: 'Enter', key: 'Enter', text: '\r' },
|
|
43
|
-
'\n': { keyCode: 13, code: 'Enter', key: 'Enter', text: '\r' },
|
|
44
|
-
ShiftLeft: { keyCode: 16, code: 'ShiftLeft', key: 'Shift', location: 1 },
|
|
45
|
-
ShiftRight: { keyCode: 16, code: 'ShiftRight', key: 'Shift', location: 2 },
|
|
46
|
-
ControlLeft: {
|
|
47
|
-
keyCode: 17,
|
|
48
|
-
code: 'ControlLeft',
|
|
49
|
-
key: 'Control',
|
|
50
|
-
location: 1,
|
|
51
|
-
},
|
|
52
|
-
ControlRight: {
|
|
53
|
-
keyCode: 17,
|
|
54
|
-
code: 'ControlRight',
|
|
55
|
-
key: 'Control',
|
|
56
|
-
location: 2,
|
|
57
|
-
},
|
|
58
|
-
AltLeft: { keyCode: 18, code: 'AltLeft', key: 'Alt', location: 1 },
|
|
59
|
-
AltRight: { keyCode: 18, code: 'AltRight', key: 'Alt', location: 2 },
|
|
60
|
-
Pause: { keyCode: 19, code: 'Pause', key: 'Pause' },
|
|
61
|
-
CapsLock: { keyCode: 20, code: 'CapsLock', key: 'CapsLock' },
|
|
62
|
-
Escape: { keyCode: 27, code: 'Escape', key: 'Escape' },
|
|
63
|
-
Convert: { keyCode: 28, code: 'Convert', key: 'Convert' },
|
|
64
|
-
NonConvert: { keyCode: 29, code: 'NonConvert', key: 'NonConvert' },
|
|
65
|
-
Space: { keyCode: 32, code: 'Space', key: ' ' },
|
|
66
|
-
Numpad9: {
|
|
67
|
-
keyCode: 33,
|
|
68
|
-
shiftKeyCode: 105,
|
|
69
|
-
key: 'PageUp',
|
|
70
|
-
code: 'Numpad9',
|
|
71
|
-
shiftKey: '9',
|
|
72
|
-
location: 3,
|
|
73
|
-
},
|
|
74
|
-
PageUp: { keyCode: 33, code: 'PageUp', key: 'PageUp' },
|
|
75
|
-
Numpad3: {
|
|
76
|
-
keyCode: 34,
|
|
77
|
-
shiftKeyCode: 99,
|
|
78
|
-
key: 'PageDown',
|
|
79
|
-
code: 'Numpad3',
|
|
80
|
-
shiftKey: '3',
|
|
81
|
-
location: 3,
|
|
82
|
-
},
|
|
83
|
-
PageDown: { keyCode: 34, code: 'PageDown', key: 'PageDown' },
|
|
84
|
-
End: { keyCode: 35, code: 'End', key: 'End' },
|
|
85
|
-
Numpad1: {
|
|
86
|
-
keyCode: 35,
|
|
87
|
-
shiftKeyCode: 97,
|
|
88
|
-
key: 'End',
|
|
89
|
-
code: 'Numpad1',
|
|
90
|
-
shiftKey: '1',
|
|
91
|
-
location: 3,
|
|
92
|
-
},
|
|
93
|
-
Home: { keyCode: 36, code: 'Home', key: 'Home' },
|
|
94
|
-
Numpad7: {
|
|
95
|
-
keyCode: 36,
|
|
96
|
-
shiftKeyCode: 103,
|
|
97
|
-
key: 'Home',
|
|
98
|
-
code: 'Numpad7',
|
|
99
|
-
shiftKey: '7',
|
|
100
|
-
location: 3,
|
|
101
|
-
},
|
|
102
|
-
ArrowLeft: { keyCode: 37, code: 'ArrowLeft', key: 'ArrowLeft' },
|
|
103
|
-
Numpad4: {
|
|
104
|
-
keyCode: 37,
|
|
105
|
-
shiftKeyCode: 100,
|
|
106
|
-
key: 'ArrowLeft',
|
|
107
|
-
code: 'Numpad4',
|
|
108
|
-
shiftKey: '4',
|
|
109
|
-
location: 3,
|
|
110
|
-
},
|
|
111
|
-
Numpad8: {
|
|
112
|
-
keyCode: 38,
|
|
113
|
-
shiftKeyCode: 104,
|
|
114
|
-
key: 'ArrowUp',
|
|
115
|
-
code: 'Numpad8',
|
|
116
|
-
shiftKey: '8',
|
|
117
|
-
location: 3,
|
|
118
|
-
},
|
|
119
|
-
ArrowUp: { keyCode: 38, code: 'ArrowUp', key: 'ArrowUp' },
|
|
120
|
-
ArrowRight: { keyCode: 39, code: 'ArrowRight', key: 'ArrowRight' },
|
|
121
|
-
Numpad6: {
|
|
122
|
-
keyCode: 39,
|
|
123
|
-
shiftKeyCode: 102,
|
|
124
|
-
key: 'ArrowRight',
|
|
125
|
-
code: 'Numpad6',
|
|
126
|
-
shiftKey: '6',
|
|
127
|
-
location: 3,
|
|
128
|
-
},
|
|
129
|
-
Numpad2: {
|
|
130
|
-
keyCode: 40,
|
|
131
|
-
shiftKeyCode: 98,
|
|
132
|
-
key: 'ArrowDown',
|
|
133
|
-
code: 'Numpad2',
|
|
134
|
-
shiftKey: '2',
|
|
135
|
-
location: 3,
|
|
136
|
-
},
|
|
137
|
-
ArrowDown: { keyCode: 40, code: 'ArrowDown', key: 'ArrowDown' },
|
|
138
|
-
Select: { keyCode: 41, code: 'Select', key: 'Select' },
|
|
139
|
-
Open: { keyCode: 43, code: 'Open', key: 'Execute' },
|
|
140
|
-
PrintScreen: { keyCode: 44, code: 'PrintScreen', key: 'PrintScreen' },
|
|
141
|
-
Insert: { keyCode: 45, code: 'Insert', key: 'Insert' },
|
|
142
|
-
Numpad0: {
|
|
143
|
-
keyCode: 45,
|
|
144
|
-
shiftKeyCode: 96,
|
|
145
|
-
key: 'Insert',
|
|
146
|
-
code: 'Numpad0',
|
|
147
|
-
shiftKey: '0',
|
|
148
|
-
location: 3,
|
|
149
|
-
},
|
|
150
|
-
Delete: { keyCode: 46, code: 'Delete', key: 'Delete' },
|
|
151
|
-
NumpadDecimal: {
|
|
152
|
-
keyCode: 46,
|
|
153
|
-
shiftKeyCode: 110,
|
|
154
|
-
code: 'NumpadDecimal',
|
|
155
|
-
key: '\u0000',
|
|
156
|
-
shiftKey: '.',
|
|
157
|
-
location: 3,
|
|
158
|
-
},
|
|
159
|
-
Digit0: { keyCode: 48, code: 'Digit0', shiftKey: ')', key: '0' },
|
|
160
|
-
Digit1: { keyCode: 49, code: 'Digit1', shiftKey: '!', key: '1' },
|
|
161
|
-
Digit2: { keyCode: 50, code: 'Digit2', shiftKey: '@', key: '2' },
|
|
162
|
-
Digit3: { keyCode: 51, code: 'Digit3', shiftKey: '#', key: '3' },
|
|
163
|
-
Digit4: { keyCode: 52, code: 'Digit4', shiftKey: '$', key: '4' },
|
|
164
|
-
Digit5: { keyCode: 53, code: 'Digit5', shiftKey: '%', key: '5' },
|
|
165
|
-
Digit6: { keyCode: 54, code: 'Digit6', shiftKey: '^', key: '6' },
|
|
166
|
-
Digit7: { keyCode: 55, code: 'Digit7', shiftKey: '&', key: '7' },
|
|
167
|
-
Digit8: { keyCode: 56, code: 'Digit8', shiftKey: '*', key: '8' },
|
|
168
|
-
Digit9: { keyCode: 57, code: 'Digit9', shiftKey: '(', key: '9' },
|
|
169
|
-
KeyA: { keyCode: 65, code: 'KeyA', shiftKey: 'A', key: 'a' },
|
|
170
|
-
KeyB: { keyCode: 66, code: 'KeyB', shiftKey: 'B', key: 'b' },
|
|
171
|
-
KeyC: { keyCode: 67, code: 'KeyC', shiftKey: 'C', key: 'c' },
|
|
172
|
-
KeyD: { keyCode: 68, code: 'KeyD', shiftKey: 'D', key: 'd' },
|
|
173
|
-
KeyE: { keyCode: 69, code: 'KeyE', shiftKey: 'E', key: 'e' },
|
|
174
|
-
KeyF: { keyCode: 70, code: 'KeyF', shiftKey: 'F', key: 'f' },
|
|
175
|
-
KeyG: { keyCode: 71, code: 'KeyG', shiftKey: 'G', key: 'g' },
|
|
176
|
-
KeyH: { keyCode: 72, code: 'KeyH', shiftKey: 'H', key: 'h' },
|
|
177
|
-
KeyI: { keyCode: 73, code: 'KeyI', shiftKey: 'I', key: 'i' },
|
|
178
|
-
KeyJ: { keyCode: 74, code: 'KeyJ', shiftKey: 'J', key: 'j' },
|
|
179
|
-
KeyK: { keyCode: 75, code: 'KeyK', shiftKey: 'K', key: 'k' },
|
|
180
|
-
KeyL: { keyCode: 76, code: 'KeyL', shiftKey: 'L', key: 'l' },
|
|
181
|
-
KeyM: { keyCode: 77, code: 'KeyM', shiftKey: 'M', key: 'm' },
|
|
182
|
-
KeyN: { keyCode: 78, code: 'KeyN', shiftKey: 'N', key: 'n' },
|
|
183
|
-
KeyO: { keyCode: 79, code: 'KeyO', shiftKey: 'O', key: 'o' },
|
|
184
|
-
KeyP: { keyCode: 80, code: 'KeyP', shiftKey: 'P', key: 'p' },
|
|
185
|
-
KeyQ: { keyCode: 81, code: 'KeyQ', shiftKey: 'Q', key: 'q' },
|
|
186
|
-
KeyR: { keyCode: 82, code: 'KeyR', shiftKey: 'R', key: 'r' },
|
|
187
|
-
KeyS: { keyCode: 83, code: 'KeyS', shiftKey: 'S', key: 's' },
|
|
188
|
-
KeyT: { keyCode: 84, code: 'KeyT', shiftKey: 'T', key: 't' },
|
|
189
|
-
KeyU: { keyCode: 85, code: 'KeyU', shiftKey: 'U', key: 'u' },
|
|
190
|
-
KeyV: { keyCode: 86, code: 'KeyV', shiftKey: 'V', key: 'v' },
|
|
191
|
-
KeyW: { keyCode: 87, code: 'KeyW', shiftKey: 'W', key: 'w' },
|
|
192
|
-
KeyX: { keyCode: 88, code: 'KeyX', shiftKey: 'X', key: 'x' },
|
|
193
|
-
KeyY: { keyCode: 89, code: 'KeyY', shiftKey: 'Y', key: 'y' },
|
|
194
|
-
KeyZ: { keyCode: 90, code: 'KeyZ', shiftKey: 'Z', key: 'z' },
|
|
195
|
-
MetaLeft: { keyCode: 91, code: 'MetaLeft', key: 'Meta', location: 1 },
|
|
196
|
-
MetaRight: { keyCode: 92, code: 'MetaRight', key: 'Meta', location: 2 },
|
|
197
|
-
ContextMenu: { keyCode: 93, code: 'ContextMenu', key: 'ContextMenu' },
|
|
198
|
-
NumpadMultiply: {
|
|
199
|
-
keyCode: 106,
|
|
200
|
-
code: 'NumpadMultiply',
|
|
201
|
-
key: '*',
|
|
202
|
-
location: 3,
|
|
203
|
-
},
|
|
204
|
-
NumpadAdd: { keyCode: 107, code: 'NumpadAdd', key: '+', location: 3 },
|
|
205
|
-
NumpadSubtract: {
|
|
206
|
-
keyCode: 109,
|
|
207
|
-
code: 'NumpadSubtract',
|
|
208
|
-
key: '-',
|
|
209
|
-
location: 3,
|
|
210
|
-
},
|
|
211
|
-
NumpadDivide: { keyCode: 111, code: 'NumpadDivide', key: '/', location: 3 },
|
|
212
|
-
F1: { keyCode: 112, code: 'F1', key: 'F1' },
|
|
213
|
-
F2: { keyCode: 113, code: 'F2', key: 'F2' },
|
|
214
|
-
F3: { keyCode: 114, code: 'F3', key: 'F3' },
|
|
215
|
-
F4: { keyCode: 115, code: 'F4', key: 'F4' },
|
|
216
|
-
F5: { keyCode: 116, code: 'F5', key: 'F5' },
|
|
217
|
-
F6: { keyCode: 117, code: 'F6', key: 'F6' },
|
|
218
|
-
F7: { keyCode: 118, code: 'F7', key: 'F7' },
|
|
219
|
-
F8: { keyCode: 119, code: 'F8', key: 'F8' },
|
|
220
|
-
F9: { keyCode: 120, code: 'F9', key: 'F9' },
|
|
221
|
-
F10: { keyCode: 121, code: 'F10', key: 'F10' },
|
|
222
|
-
F11: { keyCode: 122, code: 'F11', key: 'F11' },
|
|
223
|
-
F12: { keyCode: 123, code: 'F12', key: 'F12' },
|
|
224
|
-
F13: { keyCode: 124, code: 'F13', key: 'F13' },
|
|
225
|
-
F14: { keyCode: 125, code: 'F14', key: 'F14' },
|
|
226
|
-
F15: { keyCode: 126, code: 'F15', key: 'F15' },
|
|
227
|
-
F16: { keyCode: 127, code: 'F16', key: 'F16' },
|
|
228
|
-
F17: { keyCode: 128, code: 'F17', key: 'F17' },
|
|
229
|
-
F18: { keyCode: 129, code: 'F18', key: 'F18' },
|
|
230
|
-
F19: { keyCode: 130, code: 'F19', key: 'F19' },
|
|
231
|
-
F20: { keyCode: 131, code: 'F20', key: 'F20' },
|
|
232
|
-
F21: { keyCode: 132, code: 'F21', key: 'F21' },
|
|
233
|
-
F22: { keyCode: 133, code: 'F22', key: 'F22' },
|
|
234
|
-
F23: { keyCode: 134, code: 'F23', key: 'F23' },
|
|
235
|
-
F24: { keyCode: 135, code: 'F24', key: 'F24' },
|
|
236
|
-
NumLock: { keyCode: 144, code: 'NumLock', key: 'NumLock' },
|
|
237
|
-
ScrollLock: { keyCode: 145, code: 'ScrollLock', key: 'ScrollLock' },
|
|
238
|
-
AudioVolumeMute: {
|
|
239
|
-
keyCode: 173,
|
|
240
|
-
code: 'AudioVolumeMute',
|
|
241
|
-
key: 'AudioVolumeMute',
|
|
242
|
-
},
|
|
243
|
-
AudioVolumeDown: {
|
|
244
|
-
keyCode: 174,
|
|
245
|
-
code: 'AudioVolumeDown',
|
|
246
|
-
key: 'AudioVolumeDown',
|
|
247
|
-
},
|
|
248
|
-
AudioVolumeUp: { keyCode: 175, code: 'AudioVolumeUp', key: 'AudioVolumeUp' },
|
|
249
|
-
MediaTrackNext: {
|
|
250
|
-
keyCode: 176,
|
|
251
|
-
code: 'MediaTrackNext',
|
|
252
|
-
key: 'MediaTrackNext',
|
|
253
|
-
},
|
|
254
|
-
MediaTrackPrevious: {
|
|
255
|
-
keyCode: 177,
|
|
256
|
-
code: 'MediaTrackPrevious',
|
|
257
|
-
key: 'MediaTrackPrevious',
|
|
258
|
-
},
|
|
259
|
-
MediaStop: { keyCode: 178, code: 'MediaStop', key: 'MediaStop' },
|
|
260
|
-
MediaPlayPause: {
|
|
261
|
-
keyCode: 179,
|
|
262
|
-
code: 'MediaPlayPause',
|
|
263
|
-
key: 'MediaPlayPause',
|
|
264
|
-
},
|
|
265
|
-
Semicolon: { keyCode: 186, code: 'Semicolon', shiftKey: ':', key: ';' },
|
|
266
|
-
Equal: { keyCode: 187, code: 'Equal', shiftKey: '+', key: '=' },
|
|
267
|
-
NumpadEqual: { keyCode: 187, code: 'NumpadEqual', key: '=', location: 3 },
|
|
268
|
-
Comma: { keyCode: 188, code: 'Comma', shiftKey: '<', key: ',' },
|
|
269
|
-
Minus: { keyCode: 189, code: 'Minus', shiftKey: '_', key: '-' },
|
|
270
|
-
Period: { keyCode: 190, code: 'Period', shiftKey: '>', key: '.' },
|
|
271
|
-
Slash: { keyCode: 191, code: 'Slash', shiftKey: '?', key: '/' },
|
|
272
|
-
Backquote: { keyCode: 192, code: 'Backquote', shiftKey: '~', key: '`' },
|
|
273
|
-
BracketLeft: { keyCode: 219, code: 'BracketLeft', shiftKey: '{', key: '[' },
|
|
274
|
-
Backslash: { keyCode: 220, code: 'Backslash', shiftKey: '|', key: '\\' },
|
|
275
|
-
BracketRight: { keyCode: 221, code: 'BracketRight', shiftKey: '}', key: ']' },
|
|
276
|
-
Quote: { keyCode: 222, code: 'Quote', shiftKey: '"', key: "'" },
|
|
277
|
-
AltGraph: { keyCode: 225, code: 'AltGraph', key: 'AltGraph' },
|
|
278
|
-
Props: { keyCode: 247, code: 'Props', key: 'CrSel' },
|
|
279
|
-
Cancel: { keyCode: 3, key: 'Cancel', code: 'Abort' },
|
|
280
|
-
Clear: { keyCode: 12, key: 'Clear', code: 'Numpad5', location: 3 },
|
|
281
|
-
Shift: { keyCode: 16, key: 'Shift', code: 'ShiftLeft', location: 1 },
|
|
282
|
-
Control: { keyCode: 17, key: 'Control', code: 'ControlLeft', location: 1 },
|
|
283
|
-
Alt: { keyCode: 18, key: 'Alt', code: 'AltLeft', location: 1 },
|
|
284
|
-
Accept: { keyCode: 30, key: 'Accept' },
|
|
285
|
-
ModeChange: { keyCode: 31, key: 'ModeChange' },
|
|
286
|
-
' ': { keyCode: 32, key: ' ', code: 'Space' },
|
|
287
|
-
Print: { keyCode: 42, key: 'Print' },
|
|
288
|
-
Execute: { keyCode: 43, key: 'Execute', code: 'Open' },
|
|
289
|
-
'\u0000': { keyCode: 46, key: '\u0000', code: 'NumpadDecimal', location: 3 },
|
|
290
|
-
a: { keyCode: 65, key: 'a', code: 'KeyA' },
|
|
291
|
-
b: { keyCode: 66, key: 'b', code: 'KeyB' },
|
|
292
|
-
c: { keyCode: 67, key: 'c', code: 'KeyC' },
|
|
293
|
-
d: { keyCode: 68, key: 'd', code: 'KeyD' },
|
|
294
|
-
e: { keyCode: 69, key: 'e', code: 'KeyE' },
|
|
295
|
-
f: { keyCode: 70, key: 'f', code: 'KeyF' },
|
|
296
|
-
g: { keyCode: 71, key: 'g', code: 'KeyG' },
|
|
297
|
-
h: { keyCode: 72, key: 'h', code: 'KeyH' },
|
|
298
|
-
i: { keyCode: 73, key: 'i', code: 'KeyI' },
|
|
299
|
-
j: { keyCode: 74, key: 'j', code: 'KeyJ' },
|
|
300
|
-
k: { keyCode: 75, key: 'k', code: 'KeyK' },
|
|
301
|
-
l: { keyCode: 76, key: 'l', code: 'KeyL' },
|
|
302
|
-
m: { keyCode: 77, key: 'm', code: 'KeyM' },
|
|
303
|
-
n: { keyCode: 78, key: 'n', code: 'KeyN' },
|
|
304
|
-
o: { keyCode: 79, key: 'o', code: 'KeyO' },
|
|
305
|
-
p: { keyCode: 80, key: 'p', code: 'KeyP' },
|
|
306
|
-
q: { keyCode: 81, key: 'q', code: 'KeyQ' },
|
|
307
|
-
r: { keyCode: 82, key: 'r', code: 'KeyR' },
|
|
308
|
-
s: { keyCode: 83, key: 's', code: 'KeyS' },
|
|
309
|
-
t: { keyCode: 84, key: 't', code: 'KeyT' },
|
|
310
|
-
u: { keyCode: 85, key: 'u', code: 'KeyU' },
|
|
311
|
-
v: { keyCode: 86, key: 'v', code: 'KeyV' },
|
|
312
|
-
w: { keyCode: 87, key: 'w', code: 'KeyW' },
|
|
313
|
-
x: { keyCode: 88, key: 'x', code: 'KeyX' },
|
|
314
|
-
y: { keyCode: 89, key: 'y', code: 'KeyY' },
|
|
315
|
-
z: { keyCode: 90, key: 'z', code: 'KeyZ' },
|
|
316
|
-
Meta: { keyCode: 91, key: 'Meta', code: 'MetaLeft', location: 1 },
|
|
317
|
-
'*': { keyCode: 106, key: '*', code: 'NumpadMultiply', location: 3 },
|
|
318
|
-
'+': { keyCode: 107, key: '+', code: 'NumpadAdd', location: 3 },
|
|
319
|
-
'-': { keyCode: 109, key: '-', code: 'NumpadSubtract', location: 3 },
|
|
320
|
-
'/': { keyCode: 111, key: '/', code: 'NumpadDivide', location: 3 },
|
|
321
|
-
';': { keyCode: 186, key: ';', code: 'Semicolon' },
|
|
322
|
-
'=': { keyCode: 187, key: '=', code: 'Equal' },
|
|
323
|
-
',': { keyCode: 188, key: ',', code: 'Comma' },
|
|
324
|
-
'.': { keyCode: 190, key: '.', code: 'Period' },
|
|
325
|
-
'`': { keyCode: 192, key: '`', code: 'Backquote' },
|
|
326
|
-
'[': { keyCode: 219, key: '[', code: 'BracketLeft' },
|
|
327
|
-
'\\': { keyCode: 220, key: '\\', code: 'Backslash' },
|
|
328
|
-
']': { keyCode: 221, key: ']', code: 'BracketRight' },
|
|
329
|
-
"'": { keyCode: 222, key: "'", code: 'Quote' },
|
|
330
|
-
Attn: { keyCode: 246, key: 'Attn' },
|
|
331
|
-
CrSel: { keyCode: 247, key: 'CrSel', code: 'Props' },
|
|
332
|
-
ExSel: { keyCode: 248, key: 'ExSel' },
|
|
333
|
-
EraseEof: { keyCode: 249, key: 'EraseEof' },
|
|
334
|
-
Play: { keyCode: 250, key: 'Play' },
|
|
335
|
-
ZoomOut: { keyCode: 251, key: 'ZoomOut' },
|
|
336
|
-
')': { keyCode: 48, key: ')', code: 'Digit0' },
|
|
337
|
-
'!': { keyCode: 49, key: '!', code: 'Digit1' },
|
|
338
|
-
'@': { keyCode: 50, key: '@', code: 'Digit2' },
|
|
339
|
-
'#': { keyCode: 51, key: '#', code: 'Digit3' },
|
|
340
|
-
$: { keyCode: 52, key: '$', code: 'Digit4' },
|
|
341
|
-
'%': { keyCode: 53, key: '%', code: 'Digit5' },
|
|
342
|
-
'^': { keyCode: 54, key: '^', code: 'Digit6' },
|
|
343
|
-
'&': { keyCode: 55, key: '&', code: 'Digit7' },
|
|
344
|
-
'(': { keyCode: 57, key: '(', code: 'Digit9' },
|
|
345
|
-
A: { keyCode: 65, key: 'A', code: 'KeyA' },
|
|
346
|
-
B: { keyCode: 66, key: 'B', code: 'KeyB' },
|
|
347
|
-
C: { keyCode: 67, key: 'C', code: 'KeyC' },
|
|
348
|
-
D: { keyCode: 68, key: 'D', code: 'KeyD' },
|
|
349
|
-
E: { keyCode: 69, key: 'E', code: 'KeyE' },
|
|
350
|
-
F: { keyCode: 70, key: 'F', code: 'KeyF' },
|
|
351
|
-
G: { keyCode: 71, key: 'G', code: 'KeyG' },
|
|
352
|
-
H: { keyCode: 72, key: 'H', code: 'KeyH' },
|
|
353
|
-
I: { keyCode: 73, key: 'I', code: 'KeyI' },
|
|
354
|
-
J: { keyCode: 74, key: 'J', code: 'KeyJ' },
|
|
355
|
-
K: { keyCode: 75, key: 'K', code: 'KeyK' },
|
|
356
|
-
L: { keyCode: 76, key: 'L', code: 'KeyL' },
|
|
357
|
-
M: { keyCode: 77, key: 'M', code: 'KeyM' },
|
|
358
|
-
N: { keyCode: 78, key: 'N', code: 'KeyN' },
|
|
359
|
-
O: { keyCode: 79, key: 'O', code: 'KeyO' },
|
|
360
|
-
P: { keyCode: 80, key: 'P', code: 'KeyP' },
|
|
361
|
-
Q: { keyCode: 81, key: 'Q', code: 'KeyQ' },
|
|
362
|
-
R: { keyCode: 82, key: 'R', code: 'KeyR' },
|
|
363
|
-
S: { keyCode: 83, key: 'S', code: 'KeyS' },
|
|
364
|
-
T: { keyCode: 84, key: 'T', code: 'KeyT' },
|
|
365
|
-
U: { keyCode: 85, key: 'U', code: 'KeyU' },
|
|
366
|
-
V: { keyCode: 86, key: 'V', code: 'KeyV' },
|
|
367
|
-
W: { keyCode: 87, key: 'W', code: 'KeyW' },
|
|
368
|
-
X: { keyCode: 88, key: 'X', code: 'KeyX' },
|
|
369
|
-
Y: { keyCode: 89, key: 'Y', code: 'KeyY' },
|
|
370
|
-
Z: { keyCode: 90, key: 'Z', code: 'KeyZ' },
|
|
371
|
-
':': { keyCode: 186, key: ':', code: 'Semicolon' },
|
|
372
|
-
'<': { keyCode: 188, key: '<', code: 'Comma' },
|
|
373
|
-
_: { keyCode: 189, key: '_', code: 'Minus' },
|
|
374
|
-
'>': { keyCode: 190, key: '>', code: 'Period' },
|
|
375
|
-
'?': { keyCode: 191, key: '?', code: 'Slash' },
|
|
376
|
-
'~': { keyCode: 192, key: '~', code: 'Backquote' },
|
|
377
|
-
'{': { keyCode: 219, key: '{', code: 'BracketLeft' },
|
|
378
|
-
'|': { keyCode: 220, key: '|', code: 'Backslash' },
|
|
379
|
-
'}': { keyCode: 221, key: '}', code: 'BracketRight' },
|
|
380
|
-
'"': { keyCode: 222, key: '"', code: 'Quote' },
|
|
381
|
-
SoftLeft: { key: 'SoftLeft', code: 'SoftLeft', location: 4 },
|
|
382
|
-
SoftRight: { key: 'SoftRight', code: 'SoftRight', location: 4 },
|
|
383
|
-
Camera: { keyCode: 44, key: 'Camera', code: 'Camera', location: 4 },
|
|
384
|
-
Call: { key: 'Call', code: 'Call', location: 4 },
|
|
385
|
-
EndCall: { keyCode: 95, key: 'EndCall', code: 'EndCall', location: 4 },
|
|
386
|
-
VolumeDown: {
|
|
387
|
-
keyCode: 182,
|
|
388
|
-
key: 'VolumeDown',
|
|
389
|
-
code: 'VolumeDown',
|
|
390
|
-
location: 4,
|
|
391
|
-
},
|
|
392
|
-
VolumeUp: { keyCode: 183, key: 'VolumeUp', code: 'VolumeUp', location: 4 },
|
|
393
|
-
};
|
|
394
|
-
//# sourceMappingURL=USKeyboardLayout.js.map
|
|
@@ -1,197 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { Deferred } from '../util/Deferred.js';
|
|
7
|
-
import { isErrorLike } from '../util/ErrorLike.js';
|
|
8
|
-
import { stringifyFunction } from '../util/Function.js';
|
|
9
|
-
import { TimeoutError } from './Errors.js';
|
|
10
|
-
import { LazyArg } from './LazyArg.js';
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
|
-
export class WaitTask {
|
|
15
|
-
#world;
|
|
16
|
-
#polling;
|
|
17
|
-
#root;
|
|
18
|
-
#fn;
|
|
19
|
-
#args;
|
|
20
|
-
#timeout;
|
|
21
|
-
#genericError = new Error('Waiting failed');
|
|
22
|
-
#timeoutError;
|
|
23
|
-
#result = Deferred.create();
|
|
24
|
-
#poller;
|
|
25
|
-
#signal;
|
|
26
|
-
#reruns = [];
|
|
27
|
-
constructor(world, options, fn, ...args) {
|
|
28
|
-
this.#world = world;
|
|
29
|
-
this.#polling = options.polling;
|
|
30
|
-
this.#root = options.root;
|
|
31
|
-
this.#signal = options.signal;
|
|
32
|
-
this.#signal?.addEventListener('abort', this.#onAbortSignal, {
|
|
33
|
-
once: true,
|
|
34
|
-
});
|
|
35
|
-
switch (typeof fn) {
|
|
36
|
-
case 'string':
|
|
37
|
-
this.#fn = `() => {return (${fn});}`;
|
|
38
|
-
break;
|
|
39
|
-
default:
|
|
40
|
-
this.#fn = stringifyFunction(fn);
|
|
41
|
-
break;
|
|
42
|
-
}
|
|
43
|
-
this.#args = args;
|
|
44
|
-
this.#world.taskManager.add(this);
|
|
45
|
-
if (options.timeout) {
|
|
46
|
-
this.#timeoutError = new TimeoutError(`Waiting failed: ${options.timeout}ms exceeded`);
|
|
47
|
-
this.#timeout = setTimeout(() => {
|
|
48
|
-
void this.terminate(this.#timeoutError);
|
|
49
|
-
}, options.timeout);
|
|
50
|
-
}
|
|
51
|
-
void this.rerun();
|
|
52
|
-
}
|
|
53
|
-
get result() {
|
|
54
|
-
return this.#result.valueOrThrow();
|
|
55
|
-
}
|
|
56
|
-
async rerun() {
|
|
57
|
-
for (const prev of this.#reruns) {
|
|
58
|
-
prev.abort();
|
|
59
|
-
}
|
|
60
|
-
this.#reruns.length = 0;
|
|
61
|
-
const controller = new AbortController();
|
|
62
|
-
this.#reruns.push(controller);
|
|
63
|
-
try {
|
|
64
|
-
switch (this.#polling) {
|
|
65
|
-
case 'raf':
|
|
66
|
-
this.#poller = await this.#world.evaluateHandle(({ RAFPoller, createFunction }, fn, ...args) => {
|
|
67
|
-
const fun = createFunction(fn);
|
|
68
|
-
return new RAFPoller(() => {
|
|
69
|
-
return fun(...args);
|
|
70
|
-
});
|
|
71
|
-
}, LazyArg.create(context => {
|
|
72
|
-
return context.puppeteerUtil;
|
|
73
|
-
}), this.#fn, ...this.#args);
|
|
74
|
-
break;
|
|
75
|
-
case 'mutation':
|
|
76
|
-
this.#poller = await this.#world.evaluateHandle(({ MutationPoller, createFunction }, root, fn, ...args) => {
|
|
77
|
-
const fun = createFunction(fn);
|
|
78
|
-
return new MutationPoller(() => {
|
|
79
|
-
return fun(...args);
|
|
80
|
-
}, root || document);
|
|
81
|
-
}, LazyArg.create(context => {
|
|
82
|
-
return context.puppeteerUtil;
|
|
83
|
-
}), this.#root, this.#fn, ...this.#args);
|
|
84
|
-
break;
|
|
85
|
-
default:
|
|
86
|
-
this.#poller = await this.#world.evaluateHandle(({ IntervalPoller, createFunction }, ms, fn, ...args) => {
|
|
87
|
-
const fun = createFunction(fn);
|
|
88
|
-
return new IntervalPoller(() => {
|
|
89
|
-
return fun(...args);
|
|
90
|
-
}, ms);
|
|
91
|
-
}, LazyArg.create(context => {
|
|
92
|
-
return context.puppeteerUtil;
|
|
93
|
-
}), this.#polling, this.#fn, ...this.#args);
|
|
94
|
-
break;
|
|
95
|
-
}
|
|
96
|
-
await this.#poller.evaluate(poller => {
|
|
97
|
-
void poller.start();
|
|
98
|
-
});
|
|
99
|
-
const result = await this.#poller.evaluateHandle(poller => {
|
|
100
|
-
return poller.result();
|
|
101
|
-
});
|
|
102
|
-
this.#result.resolve(result);
|
|
103
|
-
await this.terminate();
|
|
104
|
-
}
|
|
105
|
-
catch (error) {
|
|
106
|
-
if (controller.signal.aborted) {
|
|
107
|
-
return;
|
|
108
|
-
}
|
|
109
|
-
const badError = this.getBadError(error);
|
|
110
|
-
if (badError) {
|
|
111
|
-
this.#genericError.cause = badError;
|
|
112
|
-
await this.terminate(this.#genericError);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
async terminate(error) {
|
|
117
|
-
this.#world.taskManager.delete(this);
|
|
118
|
-
this.#signal?.removeEventListener('abort', this.#onAbortSignal);
|
|
119
|
-
clearTimeout(this.#timeout);
|
|
120
|
-
if (error && !this.#result.finished()) {
|
|
121
|
-
this.#result.reject(error);
|
|
122
|
-
}
|
|
123
|
-
if (this.#poller) {
|
|
124
|
-
try {
|
|
125
|
-
await this.#poller.evaluate(async (poller) => {
|
|
126
|
-
await poller.stop();
|
|
127
|
-
});
|
|
128
|
-
if (this.#poller) {
|
|
129
|
-
await this.#poller.dispose();
|
|
130
|
-
this.#poller = undefined;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
catch {
|
|
134
|
-
// Ignore errors since they most likely come from low-level cleanup.
|
|
135
|
-
}
|
|
136
|
-
}
|
|
137
|
-
}
|
|
138
|
-
/**
|
|
139
|
-
* Not all errors lead to termination. They usually imply we need to rerun the task.
|
|
140
|
-
*/
|
|
141
|
-
getBadError(error) {
|
|
142
|
-
if (isErrorLike(error)) {
|
|
143
|
-
// When frame is detached the task should have been terminated by the IsolatedWorld.
|
|
144
|
-
// This can fail if we were adding this task while the frame was detached,
|
|
145
|
-
// so we terminate here instead.
|
|
146
|
-
if (error.message.includes('Execution context is not available in detached frame')) {
|
|
147
|
-
return new Error('Waiting failed: Frame detached');
|
|
148
|
-
}
|
|
149
|
-
// When the page is navigated, the promise is rejected.
|
|
150
|
-
// We will try again in the new execution context.
|
|
151
|
-
if (error.message.includes('Execution context was destroyed')) {
|
|
152
|
-
return;
|
|
153
|
-
}
|
|
154
|
-
// We could have tried to evaluate in a context which was already
|
|
155
|
-
// destroyed.
|
|
156
|
-
if (error.message.includes('Cannot find context with specified id')) {
|
|
157
|
-
return;
|
|
158
|
-
}
|
|
159
|
-
// Errors coming from WebDriver BiDi. TODO: Adjust messages after
|
|
160
|
-
// https://github.com/w3c/webdriver-bidi/issues/540 is resolved.
|
|
161
|
-
if (error.message.includes('DiscardedBrowsingContextError')) {
|
|
162
|
-
return;
|
|
163
|
-
}
|
|
164
|
-
return error;
|
|
165
|
-
}
|
|
166
|
-
return new Error('WaitTask failed with an error', {
|
|
167
|
-
cause: error,
|
|
168
|
-
});
|
|
169
|
-
}
|
|
170
|
-
#onAbortSignal = () => {
|
|
171
|
-
void this.terminate(this.#signal?.reason);
|
|
172
|
-
};
|
|
173
|
-
}
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
export class TaskManager {
|
|
178
|
-
#tasks = new Set();
|
|
179
|
-
add(task) {
|
|
180
|
-
this.#tasks.add(task);
|
|
181
|
-
}
|
|
182
|
-
delete(task) {
|
|
183
|
-
this.#tasks.delete(task);
|
|
184
|
-
}
|
|
185
|
-
terminateAll(error) {
|
|
186
|
-
for (const task of this.#tasks) {
|
|
187
|
-
void task.terminate(error);
|
|
188
|
-
}
|
|
189
|
-
this.#tasks.clear();
|
|
190
|
-
}
|
|
191
|
-
async rerunAll() {
|
|
192
|
-
await Promise.all([...this.#tasks].map(task => {
|
|
193
|
-
return task.rerun();
|
|
194
|
-
}));
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
//# sourceMappingURL=WaitTask.js.map
|
package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/XPathQueryHandler.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { QueryHandler, } from './QueryHandler.js';
|
|
7
|
-
/**
|
|
8
|
-
* @internal
|
|
9
|
-
*/
|
|
10
|
-
export class XPathQueryHandler extends QueryHandler {
|
|
11
|
-
static querySelectorAll = (element, selector, { xpathQuerySelectorAll }) => {
|
|
12
|
-
return xpathQuerySelectorAll(element, selector);
|
|
13
|
-
};
|
|
14
|
-
static querySelector = (element, selector, { xpathQuerySelectorAll }) => {
|
|
15
|
-
for (const result of xpathQuerySelectorAll(element, selector, 1)) {
|
|
16
|
-
return result;
|
|
17
|
-
}
|
|
18
|
-
return null;
|
|
19
|
-
};
|
|
20
|
-
}
|
|
21
|
-
//# sourceMappingURL=XPathQueryHandler.js.map
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2022 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
export * from './BrowserWebSocketTransport.js';
|
|
7
|
-
export * from './CallbackRegistry.js';
|
|
8
|
-
export * from './AriaQueryHandler.js';
|
|
9
|
-
export * from './ConsoleMessage.js';
|
|
10
|
-
export * from './CustomQueryHandler.js';
|
|
11
|
-
export * from './Debug.js';
|
|
12
|
-
export * from './Device.js';
|
|
13
|
-
export * from './Errors.js';
|
|
14
|
-
export * from './EventEmitter.js';
|
|
15
|
-
export * from './FileChooser.js';
|
|
16
|
-
export * from './GetQueryHandler.js';
|
|
17
|
-
export * from './HandleIterator.js';
|
|
18
|
-
export * from './LazyArg.js';
|
|
19
|
-
export * from './NetworkManagerEvents.js';
|
|
20
|
-
export * from './PDFOptions.js';
|
|
21
|
-
export * from './PierceQueryHandler.js';
|
|
22
|
-
export * from './PQueryHandler.js';
|
|
23
|
-
export * from './PSelectorParser.js';
|
|
24
|
-
export * from './Puppeteer.js';
|
|
25
|
-
export * from './QueryHandler.js';
|
|
26
|
-
export * from './ScriptInjector.js';
|
|
27
|
-
export * from './SecurityDetails.js';
|
|
28
|
-
export * from './TaskQueue.js';
|
|
29
|
-
export * from './TextQueryHandler.js';
|
|
30
|
-
export * from './TimeoutSettings.js';
|
|
31
|
-
export * from './USKeyboardLayout.js';
|
|
32
|
-
export * from './util.js';
|
|
33
|
-
export * from './WaitTask.js';
|
|
34
|
-
export * from './XPathQueryHandler.js';
|
|
35
|
-
//# sourceMappingURL=common.js.map
|