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,92 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FileInfo = exports.FileType = void 0;
|
|
4
|
-
var FileType;
|
|
5
|
-
(function (FileType) {
|
|
6
|
-
FileType[FileType["Unknown"] = 0] = "Unknown";
|
|
7
|
-
FileType[FileType["File"] = 1] = "File";
|
|
8
|
-
FileType[FileType["Directory"] = 2] = "Directory";
|
|
9
|
-
FileType[FileType["SymbolicLink"] = 3] = "SymbolicLink";
|
|
10
|
-
})(FileType || (exports.FileType = FileType = {}));
|
|
11
|
-
/**
|
|
12
|
-
* Describes a file, directory or symbolic link.
|
|
13
|
-
*/
|
|
14
|
-
class FileInfo {
|
|
15
|
-
constructor(name) {
|
|
16
|
-
this.name = name;
|
|
17
|
-
this.type = FileType.Unknown;
|
|
18
|
-
this.size = 0;
|
|
19
|
-
/**
|
|
20
|
-
* Unparsed, raw modification date as a string.
|
|
21
|
-
*
|
|
22
|
-
* If `modifiedAt` is undefined, the FTP server you're connected to doesn't support the more modern
|
|
23
|
-
* MLSD command for machine-readable directory listings. The older command LIST is then used returning
|
|
24
|
-
* results that vary a lot between servers as the format hasn't been standardized. Here, directory listings
|
|
25
|
-
* and especially modification dates were meant to be human-readable first.
|
|
26
|
-
*
|
|
27
|
-
* Be careful when still trying to parse this by yourself. Parsing dates from listings using LIST is
|
|
28
|
-
* unreliable. This library decides to offer parsed dates only when they're absolutely reliable and safe to
|
|
29
|
-
* use e.g. for comparisons.
|
|
30
|
-
*/
|
|
31
|
-
this.rawModifiedAt = "";
|
|
32
|
-
/**
|
|
33
|
-
* Parsed modification date.
|
|
34
|
-
*
|
|
35
|
-
* Available if the FTP server supports the MLSD command. Only MLSD guarantees dates than can be reliably
|
|
36
|
-
* parsed with the correct timezone and a resolution down to seconds. See `rawModifiedAt` property for the unparsed
|
|
37
|
-
* date that is always available.
|
|
38
|
-
*/
|
|
39
|
-
this.modifiedAt = undefined;
|
|
40
|
-
/**
|
|
41
|
-
* Unix permissions if present. If the underlying FTP server is not running on Unix this will be undefined.
|
|
42
|
-
* If set, you might be able to edit permissions with the FTP command `SITE CHMOD`.
|
|
43
|
-
*/
|
|
44
|
-
this.permissions = undefined;
|
|
45
|
-
/**
|
|
46
|
-
* Hard link count if available.
|
|
47
|
-
*/
|
|
48
|
-
this.hardLinkCount = undefined;
|
|
49
|
-
/**
|
|
50
|
-
* Link name for symbolic links if available.
|
|
51
|
-
*/
|
|
52
|
-
this.link = undefined;
|
|
53
|
-
/**
|
|
54
|
-
* Unix group if available.
|
|
55
|
-
*/
|
|
56
|
-
this.group = undefined;
|
|
57
|
-
/**
|
|
58
|
-
* Unix user if available.
|
|
59
|
-
*/
|
|
60
|
-
this.user = undefined;
|
|
61
|
-
/**
|
|
62
|
-
* Unique ID if available.
|
|
63
|
-
*/
|
|
64
|
-
this.uniqueID = undefined;
|
|
65
|
-
this.name = name;
|
|
66
|
-
}
|
|
67
|
-
get isDirectory() {
|
|
68
|
-
return this.type === FileType.Directory;
|
|
69
|
-
}
|
|
70
|
-
get isSymbolicLink() {
|
|
71
|
-
return this.type === FileType.SymbolicLink;
|
|
72
|
-
}
|
|
73
|
-
get isFile() {
|
|
74
|
-
return this.type === FileType.File;
|
|
75
|
-
}
|
|
76
|
-
/**
|
|
77
|
-
* Deprecated, legacy API. Use `rawModifiedAt` instead.
|
|
78
|
-
* @deprecated
|
|
79
|
-
*/
|
|
80
|
-
get date() {
|
|
81
|
-
return this.rawModifiedAt;
|
|
82
|
-
}
|
|
83
|
-
set date(rawModifiedAt) {
|
|
84
|
-
this.rawModifiedAt = rawModifiedAt;
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
exports.FileInfo = FileInfo;
|
|
88
|
-
FileInfo.UnixPermission = {
|
|
89
|
-
Read: 4,
|
|
90
|
-
Write: 2,
|
|
91
|
-
Execute: 1
|
|
92
|
-
};
|
|
@@ -1,365 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FTPContext = exports.FTPError = void 0;
|
|
4
|
-
const net_1 = require("net");
|
|
5
|
-
const parseControlResponse_1 = require("./parseControlResponse");
|
|
6
|
-
/**
|
|
7
|
-
* Describes an FTP server error response including the FTP response code.
|
|
8
|
-
*/
|
|
9
|
-
class FTPError extends Error {
|
|
10
|
-
constructor(res) {
|
|
11
|
-
super(res.message);
|
|
12
|
-
this.name = this.constructor.name;
|
|
13
|
-
this.code = res.code;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
exports.FTPError = FTPError;
|
|
17
|
-
function doNothing() {
|
|
18
|
-
/** Do nothing */
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* FTPContext holds the control and data sockets of an FTP connection and provides a
|
|
22
|
-
* simplified way to interact with an FTP server, handle responses, errors and timeouts.
|
|
23
|
-
*
|
|
24
|
-
* It doesn't implement or use any FTP commands. It's only a foundation to make writing an FTP
|
|
25
|
-
* client as easy as possible. You won't usually instantiate this, but use `Client`.
|
|
26
|
-
*/
|
|
27
|
-
class FTPContext {
|
|
28
|
-
/**
|
|
29
|
-
* Instantiate an FTP context.
|
|
30
|
-
*
|
|
31
|
-
* @param timeout - Timeout in milliseconds to apply to control and data connections. Use 0 for no timeout.
|
|
32
|
-
* @param encoding - Encoding to use for control connection. UTF-8 by default. Use "latin1" for older servers.
|
|
33
|
-
*/
|
|
34
|
-
constructor(timeout = 0, encoding = "utf8") {
|
|
35
|
-
this.timeout = timeout;
|
|
36
|
-
/** Debug-level logging of all socket communication. */
|
|
37
|
-
this.verbose = false;
|
|
38
|
-
/** IP version to prefer (4: IPv4, 6: IPv6, undefined: automatic). */
|
|
39
|
-
this.ipFamily = undefined;
|
|
40
|
-
/** Options for TLS connections. */
|
|
41
|
-
this.tlsOptions = {};
|
|
42
|
-
/** A multiline response might be received as multiple chunks. */
|
|
43
|
-
this._partialResponse = "";
|
|
44
|
-
this._encoding = encoding;
|
|
45
|
-
// Help Typescript understand that we do indeed set _socket in the constructor but use the setter method to do so.
|
|
46
|
-
this._socket = this.socket = this._newSocket();
|
|
47
|
-
this._dataSocket = undefined;
|
|
48
|
-
}
|
|
49
|
-
/**
|
|
50
|
-
* Close the context.
|
|
51
|
-
*/
|
|
52
|
-
close() {
|
|
53
|
-
// Internally, closing a context is always described with an error. If there is still a task running, it will
|
|
54
|
-
// abort with an exception that the user closed the client during a task. If no task is running, no exception is
|
|
55
|
-
// thrown but all newly submitted tasks after that will abort the exception that the client has been closed.
|
|
56
|
-
// In addition the user will get a stack trace pointing to where exactly the client has been closed. So in any
|
|
57
|
-
// case use _closingError to determine whether a context is closed. This also allows us to have a single code-path
|
|
58
|
-
// for closing a context making the implementation easier.
|
|
59
|
-
const message = this._task ? "User closed client during task" : "User closed client";
|
|
60
|
-
const err = new Error(message);
|
|
61
|
-
this.closeWithError(err);
|
|
62
|
-
}
|
|
63
|
-
/**
|
|
64
|
-
* Close the context with an error.
|
|
65
|
-
*/
|
|
66
|
-
closeWithError(err) {
|
|
67
|
-
// If this context already has been closed, don't overwrite the reason.
|
|
68
|
-
if (this._closingError) {
|
|
69
|
-
return;
|
|
70
|
-
}
|
|
71
|
-
this._closingError = err;
|
|
72
|
-
// Close the sockets but don't fully reset this context to preserve `this._closingError`.
|
|
73
|
-
this._closeControlSocket();
|
|
74
|
-
this._closeSocket(this._dataSocket);
|
|
75
|
-
// Give the user's task a chance to react, maybe cleanup resources.
|
|
76
|
-
this._passToHandler(err);
|
|
77
|
-
// The task might not have been rejected by the user after receiving the error.
|
|
78
|
-
this._stopTrackingTask();
|
|
79
|
-
}
|
|
80
|
-
/**
|
|
81
|
-
* Returns true if this context has been closed or hasn't been connected yet. You can reopen it with `access`.
|
|
82
|
-
*/
|
|
83
|
-
get closed() {
|
|
84
|
-
return this.socket.remoteAddress === undefined || this._closingError !== undefined;
|
|
85
|
-
}
|
|
86
|
-
/**
|
|
87
|
-
* Reset this contex and all of its state.
|
|
88
|
-
*/
|
|
89
|
-
reset() {
|
|
90
|
-
this.socket = this._newSocket();
|
|
91
|
-
}
|
|
92
|
-
/**
|
|
93
|
-
* Get the FTP control socket.
|
|
94
|
-
*/
|
|
95
|
-
get socket() {
|
|
96
|
-
return this._socket;
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* Set the socket for the control connection. This will only close the current control socket
|
|
100
|
-
* if the new one is not an upgrade to the current one.
|
|
101
|
-
*/
|
|
102
|
-
set socket(socket) {
|
|
103
|
-
// No data socket should be open in any case where the control socket is set or upgraded.
|
|
104
|
-
this.dataSocket = undefined;
|
|
105
|
-
// This being a reset, reset any other state apart from the socket.
|
|
106
|
-
this.tlsOptions = {};
|
|
107
|
-
this._partialResponse = "";
|
|
108
|
-
if (this._socket) {
|
|
109
|
-
const newSocketUpgradesExisting = socket.localPort === this._socket.localPort;
|
|
110
|
-
if (newSocketUpgradesExisting) {
|
|
111
|
-
this._removeSocketListeners(this.socket);
|
|
112
|
-
}
|
|
113
|
-
else {
|
|
114
|
-
this._closeControlSocket();
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
if (socket) {
|
|
118
|
-
// Setting a completely new control socket is in essence something like a reset. That's
|
|
119
|
-
// why we also close any open data connection above. We can go one step further and reset
|
|
120
|
-
// a possible closing error. That means that a closed FTPContext can be "reopened" by
|
|
121
|
-
// setting a new control socket.
|
|
122
|
-
this._closingError = undefined;
|
|
123
|
-
// Don't set a timeout yet. Timeout for control sockets is only active during a task, see handle() below.
|
|
124
|
-
socket.setTimeout(0);
|
|
125
|
-
socket.setEncoding(this._encoding);
|
|
126
|
-
socket.setKeepAlive(true);
|
|
127
|
-
socket.on("data", data => this._onControlSocketData(data));
|
|
128
|
-
// Server sending a FIN packet is treated as an error.
|
|
129
|
-
socket.on("end", () => this.closeWithError(new Error("Server sent FIN packet unexpectedly, closing connection.")));
|
|
130
|
-
// Control being closed without error by server is treated as an error.
|
|
131
|
-
socket.on("close", hadError => { if (!hadError)
|
|
132
|
-
this.closeWithError(new Error("Server closed connection unexpectedly.")); });
|
|
133
|
-
this._setupDefaultErrorHandlers(socket, "control socket");
|
|
134
|
-
}
|
|
135
|
-
this._socket = socket;
|
|
136
|
-
}
|
|
137
|
-
/**
|
|
138
|
-
* Get the current FTP data connection if present.
|
|
139
|
-
*/
|
|
140
|
-
get dataSocket() {
|
|
141
|
-
return this._dataSocket;
|
|
142
|
-
}
|
|
143
|
-
/**
|
|
144
|
-
* Set the socket for the data connection. This will automatically close the former data socket.
|
|
145
|
-
*/
|
|
146
|
-
set dataSocket(socket) {
|
|
147
|
-
this._closeSocket(this._dataSocket);
|
|
148
|
-
if (socket) {
|
|
149
|
-
// Don't set a timeout yet. Timeout data socket should be activated when data transmission starts
|
|
150
|
-
// and timeout on control socket is deactivated.
|
|
151
|
-
socket.setTimeout(0);
|
|
152
|
-
this._setupDefaultErrorHandlers(socket, "data socket");
|
|
153
|
-
}
|
|
154
|
-
this._dataSocket = socket;
|
|
155
|
-
}
|
|
156
|
-
/**
|
|
157
|
-
* Get the currently used encoding.
|
|
158
|
-
*/
|
|
159
|
-
get encoding() {
|
|
160
|
-
return this._encoding;
|
|
161
|
-
}
|
|
162
|
-
/**
|
|
163
|
-
* Set the encoding used for the control socket.
|
|
164
|
-
*
|
|
165
|
-
* See https://nodejs.org/api/buffer.html#buffer_buffers_and_character_encodings for what encodings
|
|
166
|
-
* are supported by Node.
|
|
167
|
-
*/
|
|
168
|
-
set encoding(encoding) {
|
|
169
|
-
this._encoding = encoding;
|
|
170
|
-
if (this.socket) {
|
|
171
|
-
this.socket.setEncoding(encoding);
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
/**
|
|
175
|
-
* Send an FTP command without waiting for or handling the result.
|
|
176
|
-
*/
|
|
177
|
-
send(command) {
|
|
178
|
-
const containsPassword = command.startsWith("PASS");
|
|
179
|
-
const message = containsPassword ? "> PASS ###" : `> ${command}`;
|
|
180
|
-
this.log(message);
|
|
181
|
-
this._socket.write(command + "\r\n", this.encoding);
|
|
182
|
-
}
|
|
183
|
-
/**
|
|
184
|
-
* Send an FTP command and handle the first response. Use this if you have a simple
|
|
185
|
-
* request-response situation.
|
|
186
|
-
*/
|
|
187
|
-
request(command) {
|
|
188
|
-
return this.handle(command, (res, task) => {
|
|
189
|
-
if (res instanceof Error) {
|
|
190
|
-
task.reject(res);
|
|
191
|
-
}
|
|
192
|
-
else {
|
|
193
|
-
task.resolve(res);
|
|
194
|
-
}
|
|
195
|
-
});
|
|
196
|
-
}
|
|
197
|
-
/**
|
|
198
|
-
* Send an FTP command and handle any response until you resolve/reject. Use this if you expect multiple responses
|
|
199
|
-
* to a request. This returns a Promise that will hold whatever the response handler passed on when resolving/rejecting its task.
|
|
200
|
-
*/
|
|
201
|
-
handle(command, responseHandler) {
|
|
202
|
-
if (this._task) {
|
|
203
|
-
const err = new Error("User launched a task while another one is still running. Forgot to use 'await' or '.then()'?");
|
|
204
|
-
err.stack += `\nRunning task launched at: ${this._task.stack}`;
|
|
205
|
-
this.closeWithError(err);
|
|
206
|
-
// Don't return here, continue with returning the Promise that will then be rejected
|
|
207
|
-
// because the context closed already. That way, users will receive an exception where
|
|
208
|
-
// they called this method by mistake.
|
|
209
|
-
}
|
|
210
|
-
return new Promise((resolveTask, rejectTask) => {
|
|
211
|
-
this._task = {
|
|
212
|
-
stack: new Error().stack || "Unknown call stack",
|
|
213
|
-
responseHandler,
|
|
214
|
-
resolver: {
|
|
215
|
-
resolve: arg => {
|
|
216
|
-
this._stopTrackingTask();
|
|
217
|
-
resolveTask(arg);
|
|
218
|
-
},
|
|
219
|
-
reject: err => {
|
|
220
|
-
this._stopTrackingTask();
|
|
221
|
-
rejectTask(err);
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
};
|
|
225
|
-
if (this._closingError) {
|
|
226
|
-
// This client has been closed. Provide an error that describes this one as being caused
|
|
227
|
-
// by `_closingError`, include stack traces for both.
|
|
228
|
-
const err = new Error(`Client is closed because ${this._closingError.message}`); // Type 'Error' is not correctly defined, doesn't have 'code'.
|
|
229
|
-
err.stack += `\nClosing reason: ${this._closingError.stack}`;
|
|
230
|
-
err.code = this._closingError.code !== undefined ? this._closingError.code : "0";
|
|
231
|
-
this._passToHandler(err);
|
|
232
|
-
return;
|
|
233
|
-
}
|
|
234
|
-
// Only track control socket timeout during the lifecycle of a task. This avoids timeouts on idle sockets,
|
|
235
|
-
// the default socket behaviour which is not expected by most users.
|
|
236
|
-
this.socket.setTimeout(this.timeout);
|
|
237
|
-
if (command) {
|
|
238
|
-
this.send(command);
|
|
239
|
-
}
|
|
240
|
-
});
|
|
241
|
-
}
|
|
242
|
-
/**
|
|
243
|
-
* Log message if set to be verbose.
|
|
244
|
-
*/
|
|
245
|
-
log(message) {
|
|
246
|
-
if (this.verbose) {
|
|
247
|
-
// tslint:disable-next-line no-console
|
|
248
|
-
console.log(message);
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
/**
|
|
252
|
-
* Return true if the control socket is using TLS. This does not mean that a session
|
|
253
|
-
* has already been negotiated.
|
|
254
|
-
*/
|
|
255
|
-
get hasTLS() {
|
|
256
|
-
return "encrypted" in this._socket;
|
|
257
|
-
}
|
|
258
|
-
/**
|
|
259
|
-
* Removes reference to current task and handler. This won't resolve or reject the task.
|
|
260
|
-
* @protected
|
|
261
|
-
*/
|
|
262
|
-
_stopTrackingTask() {
|
|
263
|
-
// Disable timeout on control socket if there is no task active.
|
|
264
|
-
this.socket.setTimeout(0);
|
|
265
|
-
this._task = undefined;
|
|
266
|
-
}
|
|
267
|
-
/**
|
|
268
|
-
* Handle incoming data on the control socket. The chunk is going to be of type `string`
|
|
269
|
-
* because we let `socket` handle encoding with `setEncoding`.
|
|
270
|
-
* @protected
|
|
271
|
-
*/
|
|
272
|
-
_onControlSocketData(chunk) {
|
|
273
|
-
this.log(`< ${chunk}`);
|
|
274
|
-
// This chunk might complete an earlier partial response.
|
|
275
|
-
const completeResponse = this._partialResponse + chunk;
|
|
276
|
-
const parsed = (0, parseControlResponse_1.parseControlResponse)(completeResponse);
|
|
277
|
-
// Remember any incomplete remainder.
|
|
278
|
-
this._partialResponse = parsed.rest;
|
|
279
|
-
// Each response group is passed along individually.
|
|
280
|
-
for (const message of parsed.messages) {
|
|
281
|
-
const code = parseInt(message.substr(0, 3), 10);
|
|
282
|
-
const response = { code, message };
|
|
283
|
-
const err = code >= 400 ? new FTPError(response) : undefined;
|
|
284
|
-
this._passToHandler(err ? err : response);
|
|
285
|
-
}
|
|
286
|
-
}
|
|
287
|
-
/**
|
|
288
|
-
* Send the current handler a response. This is usually a control socket response
|
|
289
|
-
* or a socket event, like an error or timeout.
|
|
290
|
-
* @protected
|
|
291
|
-
*/
|
|
292
|
-
_passToHandler(response) {
|
|
293
|
-
if (this._task) {
|
|
294
|
-
this._task.responseHandler(response, this._task.resolver);
|
|
295
|
-
}
|
|
296
|
-
// Errors other than FTPError always close the client. If there isn't an active task to handle the error,
|
|
297
|
-
// the next one submitted will receive it using `_closingError`.
|
|
298
|
-
// There is only one edge-case: If there is an FTPError while no task is active, the error will be dropped.
|
|
299
|
-
// But that means that the user sent an FTP command with no intention of handling the result. So why should the
|
|
300
|
-
// error be handled? Maybe log it at least? Debug logging will already do that and the client stays useable after
|
|
301
|
-
// FTPError. So maybe no need to do anything here.
|
|
302
|
-
}
|
|
303
|
-
/**
|
|
304
|
-
* Setup all error handlers for a socket.
|
|
305
|
-
* @protected
|
|
306
|
-
*/
|
|
307
|
-
_setupDefaultErrorHandlers(socket, identifier) {
|
|
308
|
-
socket.once("error", error => {
|
|
309
|
-
error.message += ` (${identifier})`;
|
|
310
|
-
this.closeWithError(error);
|
|
311
|
-
});
|
|
312
|
-
socket.once("close", hadError => {
|
|
313
|
-
if (hadError) {
|
|
314
|
-
this.closeWithError(new Error(`Socket closed due to transmission error (${identifier})`));
|
|
315
|
-
}
|
|
316
|
-
});
|
|
317
|
-
socket.once("timeout", () => {
|
|
318
|
-
socket.destroy();
|
|
319
|
-
this.closeWithError(new Error(`Timeout (${identifier})`));
|
|
320
|
-
});
|
|
321
|
-
}
|
|
322
|
-
/**
|
|
323
|
-
* Close the control socket. Sends QUIT, then FIN, and ignores any response or error.
|
|
324
|
-
*/
|
|
325
|
-
_closeControlSocket() {
|
|
326
|
-
this._removeSocketListeners(this._socket);
|
|
327
|
-
this._socket.on("error", doNothing);
|
|
328
|
-
this.send("QUIT");
|
|
329
|
-
this._closeSocket(this._socket);
|
|
330
|
-
}
|
|
331
|
-
/**
|
|
332
|
-
* Close a socket, ignores any error.
|
|
333
|
-
* @protected
|
|
334
|
-
*/
|
|
335
|
-
_closeSocket(socket) {
|
|
336
|
-
if (socket) {
|
|
337
|
-
this._removeSocketListeners(socket);
|
|
338
|
-
socket.on("error", doNothing);
|
|
339
|
-
socket.destroy();
|
|
340
|
-
}
|
|
341
|
-
}
|
|
342
|
-
/**
|
|
343
|
-
* Remove all default listeners for socket.
|
|
344
|
-
* @protected
|
|
345
|
-
*/
|
|
346
|
-
_removeSocketListeners(socket) {
|
|
347
|
-
socket.removeAllListeners();
|
|
348
|
-
// Before Node.js 10.3.0, using `socket.removeAllListeners()` without any name did not work: https://github.com/nodejs/node/issues/20923.
|
|
349
|
-
socket.removeAllListeners("timeout");
|
|
350
|
-
socket.removeAllListeners("data");
|
|
351
|
-
socket.removeAllListeners("end");
|
|
352
|
-
socket.removeAllListeners("error");
|
|
353
|
-
socket.removeAllListeners("close");
|
|
354
|
-
socket.removeAllListeners("connect");
|
|
355
|
-
}
|
|
356
|
-
/**
|
|
357
|
-
* Provide a new socket instance.
|
|
358
|
-
*
|
|
359
|
-
* Internal use only, replaced for unit tests.
|
|
360
|
-
*/
|
|
361
|
-
_newSocket() {
|
|
362
|
-
return new net_1.Socket();
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
exports.FTPContext = FTPContext;
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ProgressTracker = void 0;
|
|
4
|
-
/**
|
|
5
|
-
* Tracks progress of one socket data transfer at a time.
|
|
6
|
-
*/
|
|
7
|
-
class ProgressTracker {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.bytesOverall = 0;
|
|
10
|
-
this.intervalMs = 500;
|
|
11
|
-
this.onStop = noop;
|
|
12
|
-
this.onHandle = noop;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Register a new handler for progress info. Use `undefined` to disable reporting.
|
|
16
|
-
*/
|
|
17
|
-
reportTo(onHandle = noop) {
|
|
18
|
-
this.onHandle = onHandle;
|
|
19
|
-
}
|
|
20
|
-
/**
|
|
21
|
-
* Start tracking transfer progress of a socket.
|
|
22
|
-
*
|
|
23
|
-
* @param socket The socket to observe.
|
|
24
|
-
* @param name A name associated with this progress tracking, e.g. a filename.
|
|
25
|
-
* @param type The type of the transfer, typically "upload" or "download".
|
|
26
|
-
*/
|
|
27
|
-
start(socket, name, type) {
|
|
28
|
-
let lastBytes = 0;
|
|
29
|
-
this.onStop = poll(this.intervalMs, () => {
|
|
30
|
-
const bytes = socket.bytesRead + socket.bytesWritten;
|
|
31
|
-
this.bytesOverall += bytes - lastBytes;
|
|
32
|
-
lastBytes = bytes;
|
|
33
|
-
this.onHandle({
|
|
34
|
-
name,
|
|
35
|
-
type,
|
|
36
|
-
bytes,
|
|
37
|
-
bytesOverall: this.bytesOverall
|
|
38
|
-
});
|
|
39
|
-
});
|
|
40
|
-
}
|
|
41
|
-
/**
|
|
42
|
-
* Stop tracking transfer progress.
|
|
43
|
-
*/
|
|
44
|
-
stop() {
|
|
45
|
-
this.onStop(false);
|
|
46
|
-
}
|
|
47
|
-
/**
|
|
48
|
-
* Call the progress handler one more time, then stop tracking.
|
|
49
|
-
*/
|
|
50
|
-
updateAndStop() {
|
|
51
|
-
this.onStop(true);
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
exports.ProgressTracker = ProgressTracker;
|
|
55
|
-
/**
|
|
56
|
-
* Starts calling a callback function at a regular interval. The first call will go out
|
|
57
|
-
* immediately. The function returns a function to stop the polling.
|
|
58
|
-
*/
|
|
59
|
-
function poll(intervalMs, updateFunc) {
|
|
60
|
-
const id = setInterval(updateFunc, intervalMs);
|
|
61
|
-
const stopFunc = (stopWithUpdate) => {
|
|
62
|
-
clearInterval(id);
|
|
63
|
-
if (stopWithUpdate) {
|
|
64
|
-
updateFunc();
|
|
65
|
-
}
|
|
66
|
-
// Prevent repeated calls to stop calling handler.
|
|
67
|
-
updateFunc = noop;
|
|
68
|
-
};
|
|
69
|
-
updateFunc();
|
|
70
|
-
return stopFunc;
|
|
71
|
-
}
|
|
72
|
-
function noop() { }
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.StringWriter = void 0;
|
|
4
|
-
const stream_1 = require("stream");
|
|
5
|
-
class StringWriter extends stream_1.Writable {
|
|
6
|
-
constructor() {
|
|
7
|
-
super(...arguments);
|
|
8
|
-
this.buf = Buffer.alloc(0);
|
|
9
|
-
}
|
|
10
|
-
_write(chunk, _, callback) {
|
|
11
|
-
if (chunk instanceof Buffer) {
|
|
12
|
-
this.buf = Buffer.concat([this.buf, chunk]);
|
|
13
|
-
callback(null);
|
|
14
|
-
}
|
|
15
|
-
else {
|
|
16
|
-
callback(new Error("StringWriter expects chunks of type 'Buffer'."));
|
|
17
|
-
}
|
|
18
|
-
}
|
|
19
|
-
getText(encoding) {
|
|
20
|
-
return this.buf.toString(encoding);
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
exports.StringWriter = StringWriter;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.enterPassiveModeIPv6 = exports.enterPassiveModeIPv4 = void 0;
|
|
18
|
-
/**
|
|
19
|
-
* Public API
|
|
20
|
-
*/
|
|
21
|
-
__exportStar(require("./Client"), exports);
|
|
22
|
-
__exportStar(require("./FtpContext"), exports);
|
|
23
|
-
__exportStar(require("./FileInfo"), exports);
|
|
24
|
-
__exportStar(require("./parseList"), exports);
|
|
25
|
-
__exportStar(require("./StringEncoding"), exports);
|
|
26
|
-
var transfer_1 = require("./transfer");
|
|
27
|
-
Object.defineProperty(exports, "enterPassiveModeIPv4", { enumerable: true, get: function () { return transfer_1.enterPassiveModeIPv4; } });
|
|
28
|
-
Object.defineProperty(exports, "enterPassiveModeIPv6", { enumerable: true, get: function () { return transfer_1.enterPassiveModeIPv6; } });
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.describeTLS = describeTLS;
|
|
4
|
-
exports.describeAddress = describeAddress;
|
|
5
|
-
exports.upgradeSocket = upgradeSocket;
|
|
6
|
-
exports.ipIsPrivateV4Address = ipIsPrivateV4Address;
|
|
7
|
-
const tls_1 = require("tls");
|
|
8
|
-
/**
|
|
9
|
-
* Returns a string describing the encryption on a given socket instance.
|
|
10
|
-
*/
|
|
11
|
-
function describeTLS(socket) {
|
|
12
|
-
if (socket instanceof tls_1.TLSSocket) {
|
|
13
|
-
const protocol = socket.getProtocol();
|
|
14
|
-
return protocol ? protocol : "Server socket or disconnected client socket";
|
|
15
|
-
}
|
|
16
|
-
return "No encryption";
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Returns a string describing the remote address of a socket.
|
|
20
|
-
*/
|
|
21
|
-
function describeAddress(socket) {
|
|
22
|
-
if (socket.remoteFamily === "IPv6") {
|
|
23
|
-
return `[${socket.remoteAddress}]:${socket.remotePort}`;
|
|
24
|
-
}
|
|
25
|
-
return `${socket.remoteAddress}:${socket.remotePort}`;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Upgrade a socket connection with TLS.
|
|
29
|
-
*/
|
|
30
|
-
function upgradeSocket(socket, options) {
|
|
31
|
-
return new Promise((resolve, reject) => {
|
|
32
|
-
const tlsOptions = Object.assign({}, options, {
|
|
33
|
-
socket
|
|
34
|
-
});
|
|
35
|
-
const tlsSocket = (0, tls_1.connect)(tlsOptions, () => {
|
|
36
|
-
const expectCertificate = tlsOptions.rejectUnauthorized !== false;
|
|
37
|
-
if (expectCertificate && !tlsSocket.authorized) {
|
|
38
|
-
reject(tlsSocket.authorizationError);
|
|
39
|
-
}
|
|
40
|
-
else {
|
|
41
|
-
// Remove error listener added below.
|
|
42
|
-
tlsSocket.removeAllListeners("error");
|
|
43
|
-
resolve(tlsSocket);
|
|
44
|
-
}
|
|
45
|
-
}).once("error", error => {
|
|
46
|
-
reject(error);
|
|
47
|
-
});
|
|
48
|
-
});
|
|
49
|
-
}
|
|
50
|
-
/**
|
|
51
|
-
* Returns true if an IP is a private address according to https://tools.ietf.org/html/rfc1918#section-3.
|
|
52
|
-
* This will handle IPv4-mapped IPv6 addresses correctly but return false for all other IPv6 addresses.
|
|
53
|
-
*
|
|
54
|
-
* @param ip The IP as a string, e.g. "192.168.0.1"
|
|
55
|
-
*/
|
|
56
|
-
function ipIsPrivateV4Address(ip = "") {
|
|
57
|
-
// Handle IPv4-mapped IPv6 addresses like ::ffff:192.168.0.1
|
|
58
|
-
if (ip.startsWith("::ffff:")) {
|
|
59
|
-
ip = ip.substr(7); // Strip ::ffff: prefix
|
|
60
|
-
}
|
|
61
|
-
const octets = ip.split(".").map(o => parseInt(o, 10));
|
|
62
|
-
return octets[0] === 10 // 10.0.0.0 - 10.255.255.255
|
|
63
|
-
|| (octets[0] === 172 && octets[1] >= 16 && octets[1] <= 31) // 172.16.0.0 - 172.31.255.255
|
|
64
|
-
|| (octets[0] === 192 && octets[1] === 168) // 192.168.0.0 - 192.168.255.255
|
|
65
|
-
|| ip === "127.0.0.1";
|
|
66
|
-
}
|