agent-tower 0.1.4 → 0.1.6

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.
Files changed (90) hide show
  1. package/dist/cli.js +0 -0
  2. package/dist/mcp/index.js +0 -0
  3. package/node_modules/prisma/node_modules/@prisma/debug/LICENSE +201 -0
  4. package/node_modules/prisma/node_modules/@prisma/debug/README.md +29 -0
  5. package/node_modules/prisma/node_modules/@prisma/debug/dist/index.d.ts +35 -0
  6. package/node_modules/prisma/node_modules/@prisma/debug/dist/index.js +236 -0
  7. package/node_modules/prisma/node_modules/@prisma/debug/dist/util.d.ts +2 -0
  8. package/node_modules/prisma/node_modules/@prisma/debug/dist/util.js +74 -0
  9. package/node_modules/prisma/node_modules/@prisma/debug/package.json +37 -0
  10. package/node_modules/prisma/node_modules/@prisma/engines-version/LICENSE +201 -0
  11. package/node_modules/prisma/node_modules/@prisma/engines-version/README.md +8 -0
  12. package/node_modules/prisma/node_modules/@prisma/engines-version/index.d.ts +1 -0
  13. package/node_modules/prisma/node_modules/@prisma/engines-version/index.js +5 -0
  14. package/node_modules/prisma/node_modules/@prisma/engines-version/package.json +27 -0
  15. package/node_modules/prisma/node_modules/@prisma/fetch-engine/LICENSE +201 -0
  16. package/node_modules/prisma/node_modules/@prisma/fetch-engine/README.md +8 -0
  17. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/BinaryType.d.ts +5 -0
  18. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/BinaryType.js +25 -0
  19. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chmodPlusX.d.ts +1 -0
  20. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chmodPlusX.js +25 -0
  21. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-2BCLJS3M.js +2385 -0
  22. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-4LX3XBNY.js +161 -0
  23. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-AH6QHEOA.js +66 -0
  24. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-CWGQAQ3T.js +49 -0
  25. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-FQ2BOR66.js +2457 -0
  26. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-KDPLGCY6.js +1404 -0
  27. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-KJ74H3SQ.js +2385 -0
  28. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-MX3HXAU2.js +44 -0
  29. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-PXQVM7NP.js +159 -0
  30. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-QLWYUM7O.js +8153 -0
  31. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-QSTZGX47.js +70 -0
  32. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-RGVHWUUH.js +2786 -0
  33. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-VTJS2JJN.js +4232 -0
  34. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-X37PZICB.js +29 -0
  35. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/cleanupCache.d.ts +1 -0
  36. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/cleanupCache.js +28 -0
  37. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/download.d.ts +27 -0
  38. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/download.js +41 -0
  39. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/downloadZip.d.ts +6 -0
  40. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/downloadZip.js +30 -0
  41. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/env.d.ts +14 -0
  42. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/env.js +29 -0
  43. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getHash.d.ts +1 -0
  44. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getHash.js +25 -0
  45. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getProxyAgent.d.ts +3 -0
  46. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getProxyAgent.js +25 -0
  47. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/index.d.ts +5 -0
  48. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/index.js +49 -0
  49. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/log.d.ts +2 -0
  50. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/log.js +25 -0
  51. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/multipart-parser-47FFAP42.js +371 -0
  52. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/utils.d.ts +11 -0
  53. package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/utils.js +29 -0
  54. package/node_modules/prisma/node_modules/@prisma/fetch-engine/package.json +59 -0
  55. package/node_modules/prisma/node_modules/@prisma/get-platform/LICENSE +201 -0
  56. package/node_modules/prisma/node_modules/@prisma/get-platform/README.md +16 -0
  57. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/assertNodeAPISupported.d.ts +4 -0
  58. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/assertNodeAPISupported.js +25 -0
  59. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/binaryTargets.d.ts +2 -0
  60. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/binaryTargets.js +26 -0
  61. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-2ESYSVXG.js +67 -0
  62. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-2U36ISZO.js +34 -0
  63. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-6HZWON4S.js +1 -0
  64. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-7MLUNQIZ.js +62 -0
  65. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-B23KD6U3.js +53 -0
  66. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-D7S5FGQN.js +367 -0
  67. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-FWMN4WME.js +41 -0
  68. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-M5NKJZ76.js +14956 -0
  69. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-O5EOXX3N.js +43 -0
  70. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-YDM7ULQH.js +580 -0
  71. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-YVXCXD3A.js +70 -0
  72. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getNodeAPIName.d.ts +8 -0
  73. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getNodeAPIName.js +25 -0
  74. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getPlatform.d.ts +105 -0
  75. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getPlatform.js +38 -0
  76. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/index.d.ts +7 -0
  77. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/index.js +43 -0
  78. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/link.d.ts +1 -0
  79. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/link.js +26 -0
  80. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/logger.d.ts +8 -0
  81. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/logger.js +29 -0
  82. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/binaryTargetRegex.d.ts +8 -0
  83. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/binaryTargetRegex.js +27 -0
  84. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/index.d.ts +1 -0
  85. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/index.js +28 -0
  86. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/jestContext.d.ts +108 -0
  87. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/jestContext.js +27 -0
  88. package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/jestSnapshotSerializer.js +205 -0
  89. package/node_modules/prisma/node_modules/@prisma/get-platform/package.json +49 -0
  90. package/package.json +1 -1
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var chunk_X37PZICB_exports = {};
20
+ __export(chunk_X37PZICB_exports, {
21
+ BinaryType: () => BinaryType
22
+ });
23
+ module.exports = __toCommonJS(chunk_X37PZICB_exports);
24
+ var BinaryType = /* @__PURE__ */ ((BinaryType2) => {
25
+ BinaryType2["QueryEngineBinary"] = "query-engine";
26
+ BinaryType2["QueryEngineLibrary"] = "libquery-engine";
27
+ BinaryType2["SchemaEngineBinary"] = "schema-engine";
28
+ return BinaryType2;
29
+ })(BinaryType || {});
@@ -0,0 +1 @@
1
+ export declare function cleanupCache(n?: number): Promise<void>;
@@ -0,0 +1,28 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var cleanupCache_exports = {};
20
+ __export(cleanupCache_exports, {
21
+ cleanupCache: () => import_chunk_QSTZGX47.cleanupCache
22
+ });
23
+ module.exports = __toCommonJS(cleanupCache_exports);
24
+ var import_chunk_QSTZGX47 = require("./chunk-QSTZGX47.js");
25
+ var import_chunk_RGVHWUUH = require("./chunk-RGVHWUUH.js");
26
+ var import_chunk_FQ2BOR66 = require("./chunk-FQ2BOR66.js");
27
+ var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
28
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -0,0 +1,27 @@
1
+ import { BinaryTarget } from '@prisma/get-platform';
2
+ import { BinaryType } from './BinaryType';
3
+ export declare const vercelPkgPathRegex: RegExp;
4
+ export type BinaryDownloadConfiguration = {
5
+ [binary in BinaryType]?: string;
6
+ };
7
+ export type BinaryPaths = {
8
+ [binary in BinaryType]?: {
9
+ [binaryTarget in BinaryTarget]: string;
10
+ };
11
+ };
12
+ export interface DownloadOptions {
13
+ binaries: BinaryDownloadConfiguration;
14
+ binaryTargets?: BinaryTarget[];
15
+ showProgress?: boolean;
16
+ progressCb?: (progress: number) => void;
17
+ version?: string;
18
+ skipDownload?: boolean;
19
+ failSilent?: boolean;
20
+ printVersion?: boolean;
21
+ skipCacheIntegrityCheck?: boolean;
22
+ }
23
+ export declare function download(options: DownloadOptions): Promise<BinaryPaths>;
24
+ export declare function getVersion(enginePath: string, binaryName: string): Promise<string | undefined>;
25
+ export declare function getBinaryName(binaryName: BinaryType, binaryTarget: BinaryTarget): string;
26
+ export declare function maybeCopyToTmp(file: string): Promise<string>;
27
+ export declare function plusX(file: any): void;
@@ -0,0 +1,41 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var download_exports = {};
20
+ __export(download_exports, {
21
+ download: () => import_chunk_2BCLJS3M.download,
22
+ getBinaryName: () => import_chunk_2BCLJS3M.getBinaryName,
23
+ getVersion: () => import_chunk_2BCLJS3M.getVersion,
24
+ maybeCopyToTmp: () => import_chunk_2BCLJS3M.maybeCopyToTmp,
25
+ plusX: () => import_chunk_2BCLJS3M.plusX,
26
+ vercelPkgPathRegex: () => import_chunk_2BCLJS3M.vercelPkgPathRegex
27
+ });
28
+ module.exports = __toCommonJS(download_exports);
29
+ var import_chunk_2BCLJS3M = require("./chunk-2BCLJS3M.js");
30
+ var import_chunk_4LX3XBNY = require("./chunk-4LX3XBNY.js");
31
+ var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
32
+ var import_chunk_QSTZGX47 = require("./chunk-QSTZGX47.js");
33
+ var import_chunk_QLWYUM7O = require("./chunk-QLWYUM7O.js");
34
+ var import_chunk_VTJS2JJN = require("./chunk-VTJS2JJN.js");
35
+ var import_chunk_RGVHWUUH = require("./chunk-RGVHWUUH.js");
36
+ var import_chunk_FQ2BOR66 = require("./chunk-FQ2BOR66.js");
37
+ var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
38
+ var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
39
+ var import_chunk_CWGQAQ3T = require("./chunk-CWGQAQ3T.js");
40
+ var import_chunk_KDPLGCY6 = require("./chunk-KDPLGCY6.js");
41
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -0,0 +1,6 @@
1
+ export type DownloadResult = {
2
+ lastModified: string;
3
+ sha256: string | null;
4
+ zippedSha256: string | null;
5
+ };
6
+ export declare function downloadZip(url: string, target: string, progressCb?: (progress: number) => void): Promise<DownloadResult>;
@@ -0,0 +1,30 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var downloadZip_exports = {};
20
+ __export(downloadZip_exports, {
21
+ downloadZip: () => import_chunk_QLWYUM7O.downloadZip
22
+ });
23
+ module.exports = __toCommonJS(downloadZip_exports);
24
+ var import_chunk_QLWYUM7O = require("./chunk-QLWYUM7O.js");
25
+ var import_chunk_VTJS2JJN = require("./chunk-VTJS2JJN.js");
26
+ var import_chunk_RGVHWUUH = require("./chunk-RGVHWUUH.js");
27
+ var import_chunk_FQ2BOR66 = require("./chunk-FQ2BOR66.js");
28
+ var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
29
+ var import_chunk_KDPLGCY6 = require("./chunk-KDPLGCY6.js");
30
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -0,0 +1,14 @@
1
+ import { BinaryType } from './BinaryType';
2
+ export declare const engineEnvVarMap: {
3
+ "query-engine": string;
4
+ "libquery-engine": string;
5
+ "schema-engine": string;
6
+ };
7
+ export declare const deprecatedEnvVarMap: Partial<typeof engineEnvVarMap>;
8
+ type PathFromEnvValue = {
9
+ path: string;
10
+ fromEnvVar: string;
11
+ };
12
+ export declare function getBinaryEnvVarPath(binaryName: BinaryType): PathFromEnvValue | null;
13
+ export declare function allEngineEnvVarsSet(binaries: string[]): boolean;
14
+ export {};
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var env_exports = {};
20
+ __export(env_exports, {
21
+ allEngineEnvVarsSet: () => import_chunk_PXQVM7NP.allEngineEnvVarsSet,
22
+ deprecatedEnvVarMap: () => import_chunk_PXQVM7NP.deprecatedEnvVarMap,
23
+ engineEnvVarMap: () => import_chunk_PXQVM7NP.engineEnvVarMap,
24
+ getBinaryEnvVarPath: () => import_chunk_PXQVM7NP.getBinaryEnvVarPath
25
+ });
26
+ module.exports = __toCommonJS(env_exports);
27
+ var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
28
+ var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
29
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -0,0 +1 @@
1
+ export declare function getHash(filePath: string): Promise<string>;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var getHash_exports = {};
20
+ __export(getHash_exports, {
21
+ getHash: () => import_chunk_CWGQAQ3T.getHash
22
+ });
23
+ module.exports = __toCommonJS(getHash_exports);
24
+ var import_chunk_CWGQAQ3T = require("./chunk-CWGQAQ3T.js");
25
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -0,0 +1,3 @@
1
+ import { HttpProxyAgent } from 'http-proxy-agent';
2
+ import { HttpsProxyAgent } from 'https-proxy-agent';
3
+ export declare function getProxyAgent(url: string): HttpProxyAgent<string> | HttpsProxyAgent<string> | undefined;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var getProxyAgent_exports = {};
20
+ __export(getProxyAgent_exports, {
21
+ getProxyAgent: () => import_chunk_KDPLGCY6.getProxyAgent
22
+ });
23
+ module.exports = __toCommonJS(getProxyAgent_exports);
24
+ var import_chunk_KDPLGCY6 = require("./chunk-KDPLGCY6.js");
25
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -0,0 +1,5 @@
1
+ export * from './BinaryType';
2
+ export * from './download';
3
+ export * from './env';
4
+ export { getProxyAgent } from './getProxyAgent';
5
+ export { getCacheDir, overwriteFile } from './utils';
@@ -0,0 +1,49 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var dist_exports = {};
20
+ __export(dist_exports, {
21
+ BinaryType: () => import_chunk_X37PZICB.BinaryType,
22
+ allEngineEnvVarsSet: () => import_chunk_PXQVM7NP.allEngineEnvVarsSet,
23
+ deprecatedEnvVarMap: () => import_chunk_PXQVM7NP.deprecatedEnvVarMap,
24
+ download: () => import_chunk_2BCLJS3M.download,
25
+ engineEnvVarMap: () => import_chunk_PXQVM7NP.engineEnvVarMap,
26
+ getBinaryEnvVarPath: () => import_chunk_PXQVM7NP.getBinaryEnvVarPath,
27
+ getBinaryName: () => import_chunk_2BCLJS3M.getBinaryName,
28
+ getCacheDir: () => import_chunk_FQ2BOR66.getCacheDir,
29
+ getProxyAgent: () => import_chunk_KDPLGCY6.getProxyAgent,
30
+ getVersion: () => import_chunk_2BCLJS3M.getVersion,
31
+ maybeCopyToTmp: () => import_chunk_2BCLJS3M.maybeCopyToTmp,
32
+ overwriteFile: () => import_chunk_FQ2BOR66.overwriteFile,
33
+ plusX: () => import_chunk_2BCLJS3M.plusX,
34
+ vercelPkgPathRegex: () => import_chunk_2BCLJS3M.vercelPkgPathRegex
35
+ });
36
+ module.exports = __toCommonJS(dist_exports);
37
+ var import_chunk_2BCLJS3M = require("./chunk-2BCLJS3M.js");
38
+ var import_chunk_4LX3XBNY = require("./chunk-4LX3XBNY.js");
39
+ var import_chunk_MX3HXAU2 = require("./chunk-MX3HXAU2.js");
40
+ var import_chunk_QSTZGX47 = require("./chunk-QSTZGX47.js");
41
+ var import_chunk_QLWYUM7O = require("./chunk-QLWYUM7O.js");
42
+ var import_chunk_VTJS2JJN = require("./chunk-VTJS2JJN.js");
43
+ var import_chunk_RGVHWUUH = require("./chunk-RGVHWUUH.js");
44
+ var import_chunk_FQ2BOR66 = require("./chunk-FQ2BOR66.js");
45
+ var import_chunk_PXQVM7NP = require("./chunk-PXQVM7NP.js");
46
+ var import_chunk_X37PZICB = require("./chunk-X37PZICB.js");
47
+ var import_chunk_CWGQAQ3T = require("./chunk-CWGQAQ3T.js");
48
+ var import_chunk_KDPLGCY6 = require("./chunk-KDPLGCY6.js");
49
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");
@@ -0,0 +1,2 @@
1
+ import Progress from 'progress';
2
+ export declare function getBar(text: any): Progress;
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var log_exports = {};
20
+ __export(log_exports, {
21
+ getBar: () => import_chunk_4LX3XBNY.getBar
22
+ });
23
+ module.exports = __toCommonJS(log_exports);
24
+ var import_chunk_4LX3XBNY = require("./chunk-4LX3XBNY.js");
25
+ var import_chunk_AH6QHEOA = require("./chunk-AH6QHEOA.js");