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
|
@@ -1,110 +0,0 @@
|
|
|
1
|
-
import { getReadableAsTypedArray, getReadableFromProtocolStream, } from '../common/util.js';
|
|
2
|
-
import { assert } from '../util/assert.js';
|
|
3
|
-
import { Deferred } from '../util/Deferred.js';
|
|
4
|
-
import { isErrorLike } from '../util/ErrorLike.js';
|
|
5
|
-
/**
|
|
6
|
-
* The Tracing class exposes the tracing audit interface.
|
|
7
|
-
* @remarks
|
|
8
|
-
* You can use `tracing.start` and `tracing.stop` to create a trace file
|
|
9
|
-
* which can be opened in Chrome DevTools or {@link https://chromedevtools.github.io/timeline-viewer/ | timeline viewer}.
|
|
10
|
-
*
|
|
11
|
-
* @example
|
|
12
|
-
*
|
|
13
|
-
* ```ts
|
|
14
|
-
* await page.tracing.start({path: 'trace.json'});
|
|
15
|
-
* await page.goto('https://www.google.com');
|
|
16
|
-
* await page.tracing.stop();
|
|
17
|
-
* ```
|
|
18
|
-
*
|
|
19
|
-
* @public
|
|
20
|
-
*/
|
|
21
|
-
export class Tracing {
|
|
22
|
-
#client;
|
|
23
|
-
#recording = false;
|
|
24
|
-
#path;
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
|
-
constructor(client) {
|
|
29
|
-
this.#client = client;
|
|
30
|
-
}
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
|
-
updateClient(client) {
|
|
35
|
-
this.#client = client;
|
|
36
|
-
}
|
|
37
|
-
/**
|
|
38
|
-
* Starts a trace for the current page.
|
|
39
|
-
* @remarks
|
|
40
|
-
* Only one trace can be active at a time per browser.
|
|
41
|
-
*
|
|
42
|
-
* @param options - Optional `TracingOptions`.
|
|
43
|
-
*/
|
|
44
|
-
async start(options = {}) {
|
|
45
|
-
assert(!this.#recording, 'Cannot start recording trace while already recording trace.');
|
|
46
|
-
const defaultCategories = [
|
|
47
|
-
'-*',
|
|
48
|
-
'devtools.timeline',
|
|
49
|
-
'v8.execute',
|
|
50
|
-
'disabled-by-default-devtools.timeline',
|
|
51
|
-
'disabled-by-default-devtools.timeline.frame',
|
|
52
|
-
'toplevel',
|
|
53
|
-
'blink.console',
|
|
54
|
-
'blink.user_timing',
|
|
55
|
-
'latencyInfo',
|
|
56
|
-
'disabled-by-default-devtools.timeline.stack',
|
|
57
|
-
'disabled-by-default-v8.cpu_profiler',
|
|
58
|
-
];
|
|
59
|
-
const { path, screenshots = false, categories = defaultCategories } = options;
|
|
60
|
-
if (screenshots) {
|
|
61
|
-
categories.push('disabled-by-default-devtools.screenshot');
|
|
62
|
-
}
|
|
63
|
-
const excludedCategories = categories
|
|
64
|
-
.filter(cat => {
|
|
65
|
-
return cat.startsWith('-');
|
|
66
|
-
})
|
|
67
|
-
.map(cat => {
|
|
68
|
-
return cat.slice(1);
|
|
69
|
-
});
|
|
70
|
-
const includedCategories = categories.filter(cat => {
|
|
71
|
-
return !cat.startsWith('-');
|
|
72
|
-
});
|
|
73
|
-
this.#path = path;
|
|
74
|
-
this.#recording = true;
|
|
75
|
-
await this.#client.send('Tracing.start', {
|
|
76
|
-
transferMode: 'ReturnAsStream',
|
|
77
|
-
traceConfig: {
|
|
78
|
-
excludedCategories,
|
|
79
|
-
includedCategories,
|
|
80
|
-
},
|
|
81
|
-
});
|
|
82
|
-
}
|
|
83
|
-
/**
|
|
84
|
-
* Stops a trace started with the `start` method.
|
|
85
|
-
* @returns Promise which resolves to buffer with trace data.
|
|
86
|
-
*/
|
|
87
|
-
async stop() {
|
|
88
|
-
const contentDeferred = Deferred.create();
|
|
89
|
-
this.#client.once('Tracing.tracingComplete', async (event) => {
|
|
90
|
-
try {
|
|
91
|
-
assert(event.stream, 'Missing "stream"');
|
|
92
|
-
const readable = await getReadableFromProtocolStream(this.#client, event.stream);
|
|
93
|
-
const typedArray = await getReadableAsTypedArray(readable, this.#path);
|
|
94
|
-
contentDeferred.resolve(typedArray ?? undefined);
|
|
95
|
-
}
|
|
96
|
-
catch (error) {
|
|
97
|
-
if (isErrorLike(error)) {
|
|
98
|
-
contentDeferred.reject(error);
|
|
99
|
-
}
|
|
100
|
-
else {
|
|
101
|
-
contentDeferred.reject(new Error(`Unknown error: ${error}`));
|
|
102
|
-
}
|
|
103
|
-
}
|
|
104
|
-
});
|
|
105
|
-
await this.#client.send('Tracing.end');
|
|
106
|
-
this.#recording = false;
|
|
107
|
-
return await contentDeferred.valueOrThrow();
|
|
108
|
-
}
|
|
109
|
-
}
|
|
110
|
-
//# sourceMappingURL=Tracing.js.map
|
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import { CDPSessionEvent } from '../api/CDPSession.js';
|
|
2
|
-
import { TargetType } from '../api/Target.js';
|
|
3
|
-
import { WebWorker } from '../api/WebWorker.js';
|
|
4
|
-
import { TimeoutSettings } from '../common/TimeoutSettings.js';
|
|
5
|
-
import { debugError } from '../common/util.js';
|
|
6
|
-
import { ExecutionContext } from './ExecutionContext.js';
|
|
7
|
-
import { IsolatedWorld } from './IsolatedWorld.js';
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export class CdpWebWorker extends WebWorker {
|
|
12
|
-
#world;
|
|
13
|
-
#client;
|
|
14
|
-
#id;
|
|
15
|
-
#targetType;
|
|
16
|
-
constructor(client, url, targetId, targetType, consoleAPICalled, exceptionThrown, networkManager) {
|
|
17
|
-
super(url);
|
|
18
|
-
this.#id = targetId;
|
|
19
|
-
this.#client = client;
|
|
20
|
-
this.#targetType = targetType;
|
|
21
|
-
this.#world = new IsolatedWorld(this, new TimeoutSettings());
|
|
22
|
-
this.#client.once('Runtime.executionContextCreated', async (event) => {
|
|
23
|
-
this.#world.setContext(new ExecutionContext(client, event.context, this.#world));
|
|
24
|
-
});
|
|
25
|
-
this.#world.emitter.on('consoleapicalled', async (event) => {
|
|
26
|
-
try {
|
|
27
|
-
return consoleAPICalled(this.#world, event);
|
|
28
|
-
}
|
|
29
|
-
catch (err) {
|
|
30
|
-
debugError(err);
|
|
31
|
-
}
|
|
32
|
-
});
|
|
33
|
-
this.#client.on('Runtime.exceptionThrown', exceptionThrown);
|
|
34
|
-
this.#client.once(CDPSessionEvent.Disconnected, () => {
|
|
35
|
-
this.#world.dispose();
|
|
36
|
-
});
|
|
37
|
-
// This might fail if the target is closed before we receive all execution contexts.
|
|
38
|
-
networkManager?.addClient(this.#client).catch(debugError);
|
|
39
|
-
this.#client.send('Runtime.enable').catch(debugError);
|
|
40
|
-
}
|
|
41
|
-
mainRealm() {
|
|
42
|
-
return this.#world;
|
|
43
|
-
}
|
|
44
|
-
get client() {
|
|
45
|
-
return this.#client;
|
|
46
|
-
}
|
|
47
|
-
async close() {
|
|
48
|
-
switch (this.#targetType) {
|
|
49
|
-
case TargetType.SERVICE_WORKER: {
|
|
50
|
-
// For service workers we need to close the target and detach to allow
|
|
51
|
-
// the worker to stop.
|
|
52
|
-
await this.client.connection()?.send('Target.closeTarget', {
|
|
53
|
-
targetId: this.#id,
|
|
54
|
-
});
|
|
55
|
-
await this.client.connection()?.send('Target.detachFromTarget', {
|
|
56
|
-
sessionId: this.client.id(),
|
|
57
|
-
});
|
|
58
|
-
break;
|
|
59
|
-
}
|
|
60
|
-
case TargetType.SHARED_WORKER: {
|
|
61
|
-
await this.client.connection()?.send('Target.closeTarget', {
|
|
62
|
-
targetId: this.#id,
|
|
63
|
-
});
|
|
64
|
-
break;
|
|
65
|
-
}
|
|
66
|
-
default:
|
|
67
|
-
await this.evaluate(() => {
|
|
68
|
-
self.close();
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
//# sourceMappingURL=WebWorker.js.map
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
export * from './Accessibility.js';
|
|
7
|
-
export * from './Binding.js';
|
|
8
|
-
export * from './BluetoothEmulation.js';
|
|
9
|
-
export * from './Browser.js';
|
|
10
|
-
export * from './BrowserContext.js';
|
|
11
|
-
export * from './BrowserConnector.js';
|
|
12
|
-
export * from './CdpSession.js';
|
|
13
|
-
export * from './Connection.js';
|
|
14
|
-
export * from './Coverage.js';
|
|
15
|
-
export * from './CdpPreloadScript.js';
|
|
16
|
-
export * from './DeviceRequestPrompt.js';
|
|
17
|
-
export * from './Dialog.js';
|
|
18
|
-
export * from './ElementHandle.js';
|
|
19
|
-
export * from './EmulationManager.js';
|
|
20
|
-
export * from './ExecutionContext.js';
|
|
21
|
-
export * from './ExtensionTransport.js';
|
|
22
|
-
export * from './Frame.js';
|
|
23
|
-
export * from './FrameManager.js';
|
|
24
|
-
export * from './FrameManagerEvents.js';
|
|
25
|
-
export * from './FrameTree.js';
|
|
26
|
-
export * from './HTTPRequest.js';
|
|
27
|
-
export * from './HTTPResponse.js';
|
|
28
|
-
export * from './Input.js';
|
|
29
|
-
export * from './IsolatedWorld.js';
|
|
30
|
-
export * from './IsolatedWorlds.js';
|
|
31
|
-
export * from './JSHandle.js';
|
|
32
|
-
export * from './LifecycleWatcher.js';
|
|
33
|
-
export * from './NetworkEventManager.js';
|
|
34
|
-
export * from './NetworkManager.js';
|
|
35
|
-
export * from './Page.js';
|
|
36
|
-
export * from './PredefinedNetworkConditions.js';
|
|
37
|
-
export * from './Target.js';
|
|
38
|
-
export * from './TargetManager.js';
|
|
39
|
-
export * from './TargetManageEvents.js';
|
|
40
|
-
export * from './Tracing.js';
|
|
41
|
-
export * from './utils.js';
|
|
42
|
-
export * from './WebWorker.js';
|
|
43
|
-
//# sourceMappingURL=cdp.js.map
|
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2017 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { PuppeteerURL, evaluationString } from '../common/util.js';
|
|
7
|
-
import { assert } from '../util/assert.js';
|
|
8
|
-
/**
|
|
9
|
-
* @internal
|
|
10
|
-
*/
|
|
11
|
-
export function createEvaluationError(details) {
|
|
12
|
-
let name;
|
|
13
|
-
let message;
|
|
14
|
-
if (!details.exception) {
|
|
15
|
-
name = 'Error';
|
|
16
|
-
message = details.text;
|
|
17
|
-
}
|
|
18
|
-
else if ((details.exception.type !== 'object' ||
|
|
19
|
-
details.exception.subtype !== 'error') &&
|
|
20
|
-
!details.exception.objectId) {
|
|
21
|
-
return valueFromPrimitiveRemoteObject(details.exception);
|
|
22
|
-
}
|
|
23
|
-
else {
|
|
24
|
-
const detail = getErrorDetails(details);
|
|
25
|
-
name = detail.name;
|
|
26
|
-
message = detail.message;
|
|
27
|
-
}
|
|
28
|
-
const messageHeight = message.split('\n').length;
|
|
29
|
-
const error = new Error(message);
|
|
30
|
-
error.name = name;
|
|
31
|
-
const stackLines = error.stack.split('\n');
|
|
32
|
-
const messageLines = stackLines.splice(0, messageHeight);
|
|
33
|
-
// The first line is this function which we ignore.
|
|
34
|
-
stackLines.shift();
|
|
35
|
-
if (details.stackTrace && stackLines.length < Error.stackTraceLimit) {
|
|
36
|
-
for (const frame of details.stackTrace.callFrames.reverse()) {
|
|
37
|
-
if (PuppeteerURL.isPuppeteerURL(frame.url) &&
|
|
38
|
-
frame.url !== PuppeteerURL.INTERNAL_URL) {
|
|
39
|
-
const url = PuppeteerURL.parse(frame.url);
|
|
40
|
-
stackLines.unshift(` at ${frame.functionName || url.functionName} (${url.functionName} at ${url.siteString}, <anonymous>:${frame.lineNumber}:${frame.columnNumber})`);
|
|
41
|
-
}
|
|
42
|
-
else {
|
|
43
|
-
stackLines.push(` at ${frame.functionName || '<anonymous>'} (${frame.url}:${frame.lineNumber}:${frame.columnNumber})`);
|
|
44
|
-
}
|
|
45
|
-
if (stackLines.length >= Error.stackTraceLimit) {
|
|
46
|
-
break;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
error.stack = [...messageLines, ...stackLines].join('\n');
|
|
51
|
-
return error;
|
|
52
|
-
}
|
|
53
|
-
const getErrorDetails = (details) => {
|
|
54
|
-
let name = '';
|
|
55
|
-
let message;
|
|
56
|
-
const lines = details.exception?.description?.split('\n at ') ?? [];
|
|
57
|
-
const size = Math.min(details.stackTrace?.callFrames.length ?? 0, lines.length - 1);
|
|
58
|
-
lines.splice(-size, size);
|
|
59
|
-
if (details.exception?.className) {
|
|
60
|
-
name = details.exception.className;
|
|
61
|
-
}
|
|
62
|
-
message = lines.join('\n');
|
|
63
|
-
if (name && message.startsWith(`${name}: `)) {
|
|
64
|
-
message = message.slice(name.length + 2);
|
|
65
|
-
}
|
|
66
|
-
return { message, name };
|
|
67
|
-
};
|
|
68
|
-
/**
|
|
69
|
-
* @internal
|
|
70
|
-
*/
|
|
71
|
-
export function createClientError(details) {
|
|
72
|
-
let name;
|
|
73
|
-
let message;
|
|
74
|
-
if (!details.exception) {
|
|
75
|
-
name = 'Error';
|
|
76
|
-
message = details.text;
|
|
77
|
-
}
|
|
78
|
-
else if ((details.exception.type !== 'object' ||
|
|
79
|
-
details.exception.subtype !== 'error') &&
|
|
80
|
-
!details.exception.objectId) {
|
|
81
|
-
return valueFromPrimitiveRemoteObject(details.exception);
|
|
82
|
-
}
|
|
83
|
-
else {
|
|
84
|
-
const detail = getErrorDetails(details);
|
|
85
|
-
name = detail.name;
|
|
86
|
-
message = detail.message;
|
|
87
|
-
}
|
|
88
|
-
const error = new Error(message);
|
|
89
|
-
error.name = name;
|
|
90
|
-
const messageHeight = error.message.split('\n').length;
|
|
91
|
-
const messageLines = error.stack.split('\n').splice(0, messageHeight);
|
|
92
|
-
const stackLines = [];
|
|
93
|
-
if (details.stackTrace) {
|
|
94
|
-
for (const frame of details.stackTrace.callFrames) {
|
|
95
|
-
// Note we need to add `1` because the values are 0-indexed.
|
|
96
|
-
stackLines.push(` at ${frame.functionName || '<anonymous>'} (${frame.url}:${frame.lineNumber + 1}:${frame.columnNumber + 1})`);
|
|
97
|
-
if (stackLines.length >= Error.stackTraceLimit) {
|
|
98
|
-
break;
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
error.stack = [...messageLines, ...stackLines].join('\n');
|
|
103
|
-
return error;
|
|
104
|
-
}
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
export function valueFromJSHandle(handle) {
|
|
109
|
-
const remoteObject = handle.remoteObject();
|
|
110
|
-
if (remoteObject.objectId) {
|
|
111
|
-
return valueFromRemoteObjectReference(handle);
|
|
112
|
-
}
|
|
113
|
-
else {
|
|
114
|
-
return valueFromPrimitiveRemoteObject(remoteObject);
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
|
-
export function valueFromRemoteObjectReference(handle) {
|
|
121
|
-
const remoteObject = handle.remoteObject();
|
|
122
|
-
assert(remoteObject.objectId, 'Cannot extract value when no objectId is given');
|
|
123
|
-
const description = remoteObject.description ?? '';
|
|
124
|
-
if (remoteObject.subtype === 'error' && description) {
|
|
125
|
-
const newlineIdx = description.indexOf('\n');
|
|
126
|
-
if (newlineIdx === -1) {
|
|
127
|
-
return description;
|
|
128
|
-
}
|
|
129
|
-
return description.slice(0, newlineIdx);
|
|
130
|
-
}
|
|
131
|
-
return `[${remoteObject.subtype || remoteObject.type} ${remoteObject.className}]`;
|
|
132
|
-
}
|
|
133
|
-
/**
|
|
134
|
-
* @internal
|
|
135
|
-
*/
|
|
136
|
-
export function valueFromPrimitiveRemoteObject(remoteObject) {
|
|
137
|
-
assert(!remoteObject.objectId, 'Cannot extract value when objectId is given');
|
|
138
|
-
if (remoteObject.unserializableValue) {
|
|
139
|
-
if (remoteObject.type === 'bigint') {
|
|
140
|
-
return BigInt(remoteObject.unserializableValue.replace('n', ''));
|
|
141
|
-
}
|
|
142
|
-
switch (remoteObject.unserializableValue) {
|
|
143
|
-
case '-0':
|
|
144
|
-
return -0;
|
|
145
|
-
case 'NaN':
|
|
146
|
-
return NaN;
|
|
147
|
-
case 'Infinity':
|
|
148
|
-
return Infinity;
|
|
149
|
-
case '-Infinity':
|
|
150
|
-
return -Infinity;
|
|
151
|
-
default:
|
|
152
|
-
throw new Error('Unsupported unserializable value: ' +
|
|
153
|
-
remoteObject.unserializableValue);
|
|
154
|
-
}
|
|
155
|
-
}
|
|
156
|
-
return remoteObject.value;
|
|
157
|
-
}
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
export function addPageBinding(type, name, prefix) {
|
|
162
|
-
// Depending on the frame loading state either Runtime.evaluate or
|
|
163
|
-
// Page.addScriptToEvaluateOnNewDocument might succeed. Let's check that we
|
|
164
|
-
// don't re-wrap Puppeteer's binding.
|
|
165
|
-
// @ts-expect-error: In a different context.
|
|
166
|
-
if (globalThis[name]) {
|
|
167
|
-
return;
|
|
168
|
-
}
|
|
169
|
-
// We replace the CDP binding with a Puppeteer binding.
|
|
170
|
-
Object.assign(globalThis, {
|
|
171
|
-
[name](...args) {
|
|
172
|
-
// This is the Puppeteer binding.
|
|
173
|
-
// @ts-expect-error: In a different context.
|
|
174
|
-
const callPuppeteer = globalThis[name];
|
|
175
|
-
callPuppeteer.args ??= new Map();
|
|
176
|
-
callPuppeteer.callbacks ??= new Map();
|
|
177
|
-
const seq = (callPuppeteer.lastSeq ?? 0) + 1;
|
|
178
|
-
callPuppeteer.lastSeq = seq;
|
|
179
|
-
callPuppeteer.args.set(seq, args);
|
|
180
|
-
// @ts-expect-error: In a different context.
|
|
181
|
-
// Needs to be the same as CDP_BINDING_PREFIX.
|
|
182
|
-
globalThis[prefix + name](JSON.stringify({
|
|
183
|
-
type,
|
|
184
|
-
name,
|
|
185
|
-
seq,
|
|
186
|
-
args,
|
|
187
|
-
isTrivial: !args.some(value => {
|
|
188
|
-
return value instanceof Node;
|
|
189
|
-
}),
|
|
190
|
-
}));
|
|
191
|
-
return new Promise((resolve, reject) => {
|
|
192
|
-
callPuppeteer.callbacks.set(seq, {
|
|
193
|
-
resolve(value) {
|
|
194
|
-
callPuppeteer.args.delete(seq);
|
|
195
|
-
resolve(value);
|
|
196
|
-
},
|
|
197
|
-
reject(value) {
|
|
198
|
-
callPuppeteer.args.delete(seq);
|
|
199
|
-
reject(value);
|
|
200
|
-
},
|
|
201
|
-
});
|
|
202
|
-
});
|
|
203
|
-
},
|
|
204
|
-
});
|
|
205
|
-
}
|
|
206
|
-
/**
|
|
207
|
-
* @internal
|
|
208
|
-
*/
|
|
209
|
-
export const CDP_BINDING_PREFIX = 'puppeteer_';
|
|
210
|
-
/**
|
|
211
|
-
* @internal
|
|
212
|
-
*/
|
|
213
|
-
export function pageBindingInitString(type, name) {
|
|
214
|
-
return evaluationString(addPageBinding, type, name, CDP_BINDING_PREFIX);
|
|
215
|
-
}
|
|
216
|
-
//# sourceMappingURL=utils.js.map
|
package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js
DELETED
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2020 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { assert } from '../util/assert.js';
|
|
7
|
-
import { AsyncIterableUtil } from '../util/AsyncIterableUtil.js';
|
|
8
|
-
import { QueryHandler } from './QueryHandler.js';
|
|
9
|
-
const isKnownAttribute = (attribute) => {
|
|
10
|
-
return ['name', 'role'].includes(attribute);
|
|
11
|
-
};
|
|
12
|
-
/**
|
|
13
|
-
* The selectors consist of an accessible name to query for and optionally
|
|
14
|
-
* further aria attributes on the form `[<attribute>=<value>]`.
|
|
15
|
-
* Currently, we only support the `name` and `role` attribute.
|
|
16
|
-
* The following examples showcase how the syntax works wrt. querying:
|
|
17
|
-
*
|
|
18
|
-
* - 'title[role="heading"]' queries for elements with name 'title' and role 'heading'.
|
|
19
|
-
* - '[role="image"]' queries for elements with role 'image' and any name.
|
|
20
|
-
* - 'label' queries for elements with name 'label' and any role.
|
|
21
|
-
* - '[name=""][role="button"]' queries for elements with no name and role 'button'.
|
|
22
|
-
*/
|
|
23
|
-
const ATTRIBUTE_REGEXP = /\[\s*(?<attribute>\w+)\s*=\s*(?<quote>"|')(?<value>\\.|.*?(?=\k<quote>))\k<quote>\s*\]/g;
|
|
24
|
-
const parseARIASelector = (selector) => {
|
|
25
|
-
if (selector.length > 10_000) {
|
|
26
|
-
throw new Error(`Selector ${selector} is too long`);
|
|
27
|
-
}
|
|
28
|
-
const queryOptions = {};
|
|
29
|
-
const defaultName = selector.replace(ATTRIBUTE_REGEXP, (_, attribute, __, value) => {
|
|
30
|
-
assert(isKnownAttribute(attribute), `Unknown aria attribute "${attribute}" in selector`);
|
|
31
|
-
queryOptions[attribute] = value;
|
|
32
|
-
return '';
|
|
33
|
-
});
|
|
34
|
-
if (defaultName && !queryOptions.name) {
|
|
35
|
-
queryOptions.name = defaultName;
|
|
36
|
-
}
|
|
37
|
-
return queryOptions;
|
|
38
|
-
};
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
|
-
export class ARIAQueryHandler extends QueryHandler {
|
|
43
|
-
static querySelector = async (node, selector, { ariaQuerySelector }) => {
|
|
44
|
-
return await ariaQuerySelector(node, selector);
|
|
45
|
-
};
|
|
46
|
-
static async *queryAll(element, selector) {
|
|
47
|
-
const { name, role } = parseARIASelector(selector);
|
|
48
|
-
yield* element.queryAXTree(name, role);
|
|
49
|
-
}
|
|
50
|
-
static queryOne = async (element, selector) => {
|
|
51
|
-
return ((await AsyncIterableUtil.first(this.queryAll(element, selector))) ?? null);
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
//# sourceMappingURL=AriaQueryHandler.js.map
|
package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserConnector.js
DELETED
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @license
|
|
3
|
-
* Copyright 2023 Google Inc.
|
|
4
|
-
* SPDX-License-Identifier: Apache-2.0
|
|
5
|
-
*/
|
|
6
|
-
import { _connectToBiDiBrowser } from '../bidi/BrowserConnector.js';
|
|
7
|
-
import { _connectToCdpBrowser } from '../cdp/BrowserConnector.js';
|
|
8
|
-
import { environment, isNode } from '../environment.js';
|
|
9
|
-
import { assert } from '../util/assert.js';
|
|
10
|
-
import { isErrorLike } from '../util/ErrorLike.js';
|
|
11
|
-
const getWebSocketTransportClass = async () => {
|
|
12
|
-
return isNode
|
|
13
|
-
? (await import('../node/NodeWebSocketTransport.js')).NodeWebSocketTransport
|
|
14
|
-
: (await import('../common/BrowserWebSocketTransport.js'))
|
|
15
|
-
.BrowserWebSocketTransport;
|
|
16
|
-
};
|
|
17
|
-
/**
|
|
18
|
-
* Users should never call this directly; it's called when calling
|
|
19
|
-
* `puppeteer.connect`. This method attaches Puppeteer to an existing browser instance.
|
|
20
|
-
*
|
|
21
|
-
* @internal
|
|
22
|
-
*/
|
|
23
|
-
export async function _connectToBrowser(options) {
|
|
24
|
-
const { connectionTransport, endpointUrl } = await getConnectionTransport(options);
|
|
25
|
-
if (options.protocol === 'webDriverBiDi') {
|
|
26
|
-
const bidiBrowser = await _connectToBiDiBrowser(connectionTransport, endpointUrl, options);
|
|
27
|
-
return bidiBrowser;
|
|
28
|
-
}
|
|
29
|
-
else {
|
|
30
|
-
const cdpBrowser = await _connectToCdpBrowser(connectionTransport, endpointUrl, options);
|
|
31
|
-
return cdpBrowser;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
/**
|
|
35
|
-
* Establishes a websocket connection by given options and returns both transport and
|
|
36
|
-
* endpoint url the transport is connected to.
|
|
37
|
-
*/
|
|
38
|
-
async function getConnectionTransport(options) {
|
|
39
|
-
const { browserWSEndpoint, browserURL, channel, transport, headers = {}, } = options;
|
|
40
|
-
assert(Number(!!browserWSEndpoint) +
|
|
41
|
-
Number(!!browserURL) +
|
|
42
|
-
Number(!!transport) +
|
|
43
|
-
Number(!!channel) ===
|
|
44
|
-
1, 'Exactly one of browserWSEndpoint, browserURL, transport or channel must be passed to puppeteer.connect');
|
|
45
|
-
if (transport) {
|
|
46
|
-
return { connectionTransport: transport, endpointUrl: '' };
|
|
47
|
-
}
|
|
48
|
-
else if (browserWSEndpoint) {
|
|
49
|
-
const WebSocketClass = await getWebSocketTransportClass();
|
|
50
|
-
const connectionTransport = await WebSocketClass.create(browserWSEndpoint, headers);
|
|
51
|
-
return {
|
|
52
|
-
connectionTransport: connectionTransport,
|
|
53
|
-
endpointUrl: browserWSEndpoint,
|
|
54
|
-
};
|
|
55
|
-
}
|
|
56
|
-
else if (browserURL) {
|
|
57
|
-
const connectionURL = await getWSEndpoint(browserURL);
|
|
58
|
-
const WebSocketClass = await getWebSocketTransportClass();
|
|
59
|
-
const connectionTransport = await WebSocketClass.create(connectionURL);
|
|
60
|
-
return {
|
|
61
|
-
connectionTransport: connectionTransport,
|
|
62
|
-
endpointUrl: connectionURL,
|
|
63
|
-
};
|
|
64
|
-
}
|
|
65
|
-
else if (options.channel && isNode) {
|
|
66
|
-
const { detectBrowserPlatform, resolveDefaultUserDataDir, Browser } = await import('@puppeteer/browsers');
|
|
67
|
-
const platform = detectBrowserPlatform();
|
|
68
|
-
if (!platform) {
|
|
69
|
-
throw new Error('Could not detect required browser platform');
|
|
70
|
-
}
|
|
71
|
-
const { convertPuppeteerChannelToBrowsersChannel } = await import('../node/LaunchOptions.js');
|
|
72
|
-
const { join } = await import('node:path');
|
|
73
|
-
const userDataDir = resolveDefaultUserDataDir(Browser.CHROME, platform, convertPuppeteerChannelToBrowsersChannel(options.channel));
|
|
74
|
-
const portPath = join(userDataDir, 'DevToolsActivePort');
|
|
75
|
-
try {
|
|
76
|
-
const fileContent = await environment.value.fs.promises.readFile(portPath, 'ascii');
|
|
77
|
-
const [rawPort, rawPath] = fileContent
|
|
78
|
-
.split('\n')
|
|
79
|
-
.map(line => {
|
|
80
|
-
return line.trim();
|
|
81
|
-
})
|
|
82
|
-
.filter(line => {
|
|
83
|
-
return !!line;
|
|
84
|
-
});
|
|
85
|
-
if (!rawPort || !rawPath) {
|
|
86
|
-
throw new Error(`Invalid DevToolsActivePort '${fileContent}' found`);
|
|
87
|
-
}
|
|
88
|
-
const port = parseInt(rawPort, 10);
|
|
89
|
-
if (isNaN(port) || port <= 0 || port > 65535) {
|
|
90
|
-
throw new Error(`Invalid port '${rawPort}' found`);
|
|
91
|
-
}
|
|
92
|
-
const browserWSEndpoint = `ws://localhost:${port}${rawPath}`;
|
|
93
|
-
const WebSocketClass = await getWebSocketTransportClass();
|
|
94
|
-
const connectionTransport = await WebSocketClass.create(browserWSEndpoint, headers);
|
|
95
|
-
return {
|
|
96
|
-
connectionTransport: connectionTransport,
|
|
97
|
-
endpointUrl: browserWSEndpoint,
|
|
98
|
-
};
|
|
99
|
-
}
|
|
100
|
-
catch (error) {
|
|
101
|
-
throw new Error(`Could not find DevToolsActivePort for ${options.channel} at ${portPath}`, {
|
|
102
|
-
cause: error,
|
|
103
|
-
});
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
throw new Error('Invalid connection options');
|
|
107
|
-
}
|
|
108
|
-
async function getWSEndpoint(browserURL) {
|
|
109
|
-
const endpointURL = new URL('/json/version', browserURL);
|
|
110
|
-
try {
|
|
111
|
-
const result = await globalThis.fetch(endpointURL.toString(), {
|
|
112
|
-
method: 'GET',
|
|
113
|
-
});
|
|
114
|
-
if (!result.ok) {
|
|
115
|
-
throw new Error(`HTTP ${result.statusText}`);
|
|
116
|
-
}
|
|
117
|
-
const data = await result.json();
|
|
118
|
-
return data.webSocketDebuggerUrl;
|
|
119
|
-
}
|
|
120
|
-
catch (error) {
|
|
121
|
-
if (isErrorLike(error)) {
|
|
122
|
-
error.message =
|
|
123
|
-
`Failed to fetch browser webSocket URL from ${endpointURL}: ` +
|
|
124
|
-
error.message;
|
|
125
|
-
}
|
|
126
|
-
throw error;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
//# sourceMappingURL=BrowserConnector.js.map
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @internal
|
|
3
|
-
*/
|
|
4
|
-
export class BrowserWebSocketTransport {
|
|
5
|
-
static create(url) {
|
|
6
|
-
return new Promise((resolve, reject) => {
|
|
7
|
-
const ws = new WebSocket(url);
|
|
8
|
-
ws.addEventListener('open', () => {
|
|
9
|
-
return resolve(new BrowserWebSocketTransport(ws));
|
|
10
|
-
});
|
|
11
|
-
ws.addEventListener('error', reject);
|
|
12
|
-
});
|
|
13
|
-
}
|
|
14
|
-
#ws;
|
|
15
|
-
onmessage;
|
|
16
|
-
onclose;
|
|
17
|
-
constructor(ws) {
|
|
18
|
-
this.#ws = ws;
|
|
19
|
-
this.#ws.addEventListener('message', event => {
|
|
20
|
-
if (this.onmessage) {
|
|
21
|
-
this.onmessage.call(null, event.data);
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
this.#ws.addEventListener('close', () => {
|
|
25
|
-
if (this.onclose) {
|
|
26
|
-
this.onclose.call(null);
|
|
27
|
-
}
|
|
28
|
-
});
|
|
29
|
-
// Silently ignore all errors - we don't know what to do with them.
|
|
30
|
-
this.#ws.addEventListener('error', () => { });
|
|
31
|
-
}
|
|
32
|
-
send(message) {
|
|
33
|
-
this.#ws.send(message);
|
|
34
|
-
}
|
|
35
|
-
close() {
|
|
36
|
-
this.#ws.close();
|
|
37
|
-
}
|
|
38
|
-
}
|
|
39
|
-
//# sourceMappingURL=BrowserWebSocketTransport.js.map
|
package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CSSQueryHandler.js
DELETED
|
@@ -1,18 +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 CSSQueryHandler extends QueryHandler {
|
|
11
|
-
static querySelector = (element, selector, { cssQuerySelector }) => {
|
|
12
|
-
return cssQuerySelector(element, selector);
|
|
13
|
-
};
|
|
14
|
-
static querySelectorAll = (element, selector, { cssQuerySelectorAll }) => {
|
|
15
|
-
return cssQuerySelectorAll(element, selector);
|
|
16
|
-
};
|
|
17
|
-
}
|
|
18
|
-
//# sourceMappingURL=CSSQueryHandler.js.map
|