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.
- package/dist/cli.js +0 -0
- package/dist/mcp/index.js +0 -0
- package/node_modules/prisma/node_modules/@prisma/debug/LICENSE +201 -0
- package/node_modules/prisma/node_modules/@prisma/debug/README.md +29 -0
- package/node_modules/prisma/node_modules/@prisma/debug/dist/index.d.ts +35 -0
- package/node_modules/prisma/node_modules/@prisma/debug/dist/index.js +236 -0
- package/node_modules/prisma/node_modules/@prisma/debug/dist/util.d.ts +2 -0
- package/node_modules/prisma/node_modules/@prisma/debug/dist/util.js +74 -0
- package/node_modules/prisma/node_modules/@prisma/debug/package.json +37 -0
- package/node_modules/prisma/node_modules/@prisma/engines-version/LICENSE +201 -0
- package/node_modules/prisma/node_modules/@prisma/engines-version/README.md +8 -0
- package/node_modules/prisma/node_modules/@prisma/engines-version/index.d.ts +1 -0
- package/node_modules/prisma/node_modules/@prisma/engines-version/index.js +5 -0
- package/node_modules/prisma/node_modules/@prisma/engines-version/package.json +27 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/LICENSE +201 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/README.md +8 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/BinaryType.d.ts +5 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/BinaryType.js +25 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chmodPlusX.d.ts +1 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chmodPlusX.js +25 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-2BCLJS3M.js +2385 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-4LX3XBNY.js +161 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-AH6QHEOA.js +66 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-CWGQAQ3T.js +49 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-FQ2BOR66.js +2457 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-KDPLGCY6.js +1404 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-KJ74H3SQ.js +2385 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-MX3HXAU2.js +44 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-PXQVM7NP.js +159 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-QLWYUM7O.js +8153 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-QSTZGX47.js +70 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-RGVHWUUH.js +2786 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-VTJS2JJN.js +4232 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/chunk-X37PZICB.js +29 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/cleanupCache.d.ts +1 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/cleanupCache.js +28 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/download.d.ts +27 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/download.js +41 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/downloadZip.d.ts +6 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/downloadZip.js +30 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/env.d.ts +14 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/env.js +29 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getHash.d.ts +1 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getHash.js +25 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getProxyAgent.d.ts +3 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/getProxyAgent.js +25 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/index.d.ts +5 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/index.js +49 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/log.d.ts +2 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/log.js +25 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/multipart-parser-47FFAP42.js +371 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/utils.d.ts +11 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/dist/utils.js +29 -0
- package/node_modules/prisma/node_modules/@prisma/fetch-engine/package.json +59 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/LICENSE +201 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/README.md +16 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/assertNodeAPISupported.d.ts +4 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/assertNodeAPISupported.js +25 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/binaryTargets.d.ts +2 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/binaryTargets.js +26 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-2ESYSVXG.js +67 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-2U36ISZO.js +34 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-6HZWON4S.js +1 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-7MLUNQIZ.js +62 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-B23KD6U3.js +53 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-D7S5FGQN.js +367 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-FWMN4WME.js +41 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-M5NKJZ76.js +14956 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-O5EOXX3N.js +43 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-YDM7ULQH.js +580 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/chunk-YVXCXD3A.js +70 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getNodeAPIName.d.ts +8 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getNodeAPIName.js +25 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getPlatform.d.ts +105 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/getPlatform.js +38 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/index.d.ts +7 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/index.js +43 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/link.d.ts +1 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/link.js +26 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/logger.d.ts +8 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/logger.js +29 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/binaryTargetRegex.d.ts +8 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/binaryTargetRegex.js +27 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/index.d.ts +1 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/index.js +28 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/jestContext.d.ts +108 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/jestContext.js +27 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/dist/test-utils/jestSnapshotSerializer.js +205 -0
- package/node_modules/prisma/node_modules/@prisma/get-platform/package.json +49 -0
- package/package.json +1 -1
|
@@ -0,0 +1,205 @@
|
|
|
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 jestSnapshotSerializer_exports = {};
|
|
20
|
+
__export(jestSnapshotSerializer_exports, {
|
|
21
|
+
default: () => jestSnapshotSerializer_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(jestSnapshotSerializer_exports);
|
|
24
|
+
var import_chunk_B23KD6U3 = require("../chunk-B23KD6U3.js");
|
|
25
|
+
var import_chunk_7MLUNQIZ = require("../chunk-7MLUNQIZ.js");
|
|
26
|
+
var import_chunk_2ESYSVXG = require("../chunk-2ESYSVXG.js");
|
|
27
|
+
var require_replace_string = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
28
|
+
"../../node_modules/.pnpm/replace-string@3.1.0/node_modules/replace-string/index.js"(exports, module2) {
|
|
29
|
+
"use strict";
|
|
30
|
+
module2.exports = (string, needle, replacement, options = {}) => {
|
|
31
|
+
if (typeof string !== "string") {
|
|
32
|
+
throw new TypeError(`Expected input to be a string, got ${typeof string}`);
|
|
33
|
+
}
|
|
34
|
+
if (!(typeof needle === "string" && needle.length > 0) || !(typeof replacement === "string" || typeof replacement === "function")) {
|
|
35
|
+
return string;
|
|
36
|
+
}
|
|
37
|
+
let result = "";
|
|
38
|
+
let matchCount = 0;
|
|
39
|
+
let prevIndex = options.fromIndex > 0 ? options.fromIndex : 0;
|
|
40
|
+
if (prevIndex > string.length) {
|
|
41
|
+
return string;
|
|
42
|
+
}
|
|
43
|
+
while (true) {
|
|
44
|
+
const index = options.caseInsensitive ? string.toLowerCase().indexOf(needle.toLowerCase(), prevIndex) : string.indexOf(needle, prevIndex);
|
|
45
|
+
if (index === -1) {
|
|
46
|
+
break;
|
|
47
|
+
}
|
|
48
|
+
matchCount++;
|
|
49
|
+
const replaceStr = typeof replacement === "string" ? replacement : replacement(
|
|
50
|
+
// If `caseInsensitive`` is enabled, the matched substring may be different from the needle.
|
|
51
|
+
string.slice(index, index + needle.length),
|
|
52
|
+
matchCount,
|
|
53
|
+
string,
|
|
54
|
+
index
|
|
55
|
+
);
|
|
56
|
+
const beginSlice = matchCount === 1 ? 0 : prevIndex;
|
|
57
|
+
result += string.slice(beginSlice, index) + replaceStr;
|
|
58
|
+
prevIndex = index + needle.length;
|
|
59
|
+
}
|
|
60
|
+
if (matchCount === 0) {
|
|
61
|
+
return string;
|
|
62
|
+
}
|
|
63
|
+
return result + string.slice(prevIndex);
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
});
|
|
67
|
+
var require_ansi_regex = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
68
|
+
"../../node_modules/.pnpm/ansi-regex@5.0.1/node_modules/ansi-regex/index.js"(exports, module2) {
|
|
69
|
+
"use strict";
|
|
70
|
+
module2.exports = ({ onlyFirst = false } = {}) => {
|
|
71
|
+
const pattern = [
|
|
72
|
+
"[\\u001B\\u009B][[\\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]+)*|[a-zA-Z\\d]+(?:;[-a-zA-Z\\d\\/#&.:=?%@~_]*)*)?\\u0007)",
|
|
73
|
+
"(?:(?:\\d{1,4}(?:;\\d{0,4})*)?[\\dA-PR-TZcf-ntqry=><~]))"
|
|
74
|
+
].join("|");
|
|
75
|
+
return new RegExp(pattern, onlyFirst ? void 0 : "g");
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
});
|
|
79
|
+
var require_strip_ansi = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
80
|
+
"../../node_modules/.pnpm/strip-ansi@6.0.1/node_modules/strip-ansi/index.js"(exports, module2) {
|
|
81
|
+
"use strict";
|
|
82
|
+
var ansiRegex = require_ansi_regex();
|
|
83
|
+
module2.exports = (string) => typeof string === "string" ? string.replace(ansiRegex(), "") : string;
|
|
84
|
+
}
|
|
85
|
+
});
|
|
86
|
+
var require_jestSnapshotSerializer = (0, import_chunk_2ESYSVXG.__commonJS)({
|
|
87
|
+
"src/test-utils/jestSnapshotSerializer.js"(exports, module2) {
|
|
88
|
+
var path = (0, import_chunk_2ESYSVXG.__require)("path");
|
|
89
|
+
var replaceAll = require_replace_string();
|
|
90
|
+
var stripAnsi = require_strip_ansi();
|
|
91
|
+
var { binaryTargetRegex } = ((0, import_chunk_B23KD6U3.init_binaryTargetRegex)(), (0, import_chunk_2ESYSVXG.__toCommonJS)(import_chunk_B23KD6U3.binaryTargetRegex_exports));
|
|
92
|
+
var pipe = (...fns) => (x) => fns.reduce((v, f) => f(v), x);
|
|
93
|
+
function normalizePrismaPaths(str) {
|
|
94
|
+
return str.replace(/prisma\\([\w-]+)\.prisma/g, "prisma/$1.prisma").replace(/prisma\\seed\.ts/g, "prisma/seed.ts").replace(/custom-folder\\seed\.js/g, "custom-folder/seed.js");
|
|
95
|
+
}
|
|
96
|
+
function normalizeLogs(str) {
|
|
97
|
+
return str.replace(
|
|
98
|
+
/Started query engine http server on http:\/\/127\.0\.0\.1:\d{1,5}/g,
|
|
99
|
+
"Started query engine http server on http://127.0.0.1:00000"
|
|
100
|
+
).replace(/Starting a postgresql pool with \d+ connections./g, "Starting a postgresql pool with XX connections.");
|
|
101
|
+
}
|
|
102
|
+
function normalizeTmpDir(str) {
|
|
103
|
+
return str.replace(/\/tmp\/([a-z0-9]+)\//g, "/tmp/dir/");
|
|
104
|
+
}
|
|
105
|
+
function trimErrorPaths(str) {
|
|
106
|
+
const parentDir = path.dirname(path.dirname(path.dirname(__dirname)));
|
|
107
|
+
return replaceAll(str, parentDir, "");
|
|
108
|
+
}
|
|
109
|
+
function normalizeToUnixPaths(str) {
|
|
110
|
+
return replaceAll(str, path.sep, "/");
|
|
111
|
+
}
|
|
112
|
+
function normalizeGitHubLinks(str) {
|
|
113
|
+
return str.replace(/https:\/\/github.com\/prisma\/prisma(-client-js)?\/issues\/new\S+/, "TEST_GITHUB_LINK");
|
|
114
|
+
}
|
|
115
|
+
function normalizeTsClientStackTrace(str) {
|
|
116
|
+
return str.replace(/([/\\]client[/\\]src[/\\]__tests__[/\\].*test\.ts)(:\d*:\d*)/, "$1:0:0").replace(/([/\\]client[/\\]tests[/\\]functional[/\\].*\.ts)(:\d*:\d*)/, "$1:0:0");
|
|
117
|
+
}
|
|
118
|
+
function removePlatforms(str) {
|
|
119
|
+
return str.replace(binaryTargetRegex, "TEST_PLATFORM");
|
|
120
|
+
}
|
|
121
|
+
function normalizeNodeApiLibFilePath(str) {
|
|
122
|
+
return str.replace(
|
|
123
|
+
/((lib)?query_engine-TEST_PLATFORM\.)(.*)(\.node)/g,
|
|
124
|
+
"libquery_engine-TEST_PLATFORM.LIBRARY_TYPE.node"
|
|
125
|
+
);
|
|
126
|
+
}
|
|
127
|
+
function normalizeBinaryFilePath(str) {
|
|
128
|
+
return str.replace(/\.exe(\s+)?(\W.*)/g, "$1$2").replace(/\.exe$/g, "");
|
|
129
|
+
}
|
|
130
|
+
function normalizeMigrateTimestamps(str) {
|
|
131
|
+
return str.replace(/(?<!\d)\d{14}(?!\d)/g, "20201231000000");
|
|
132
|
+
}
|
|
133
|
+
function normalizeDbUrl(str) {
|
|
134
|
+
return str.replace(/(localhost|postgres|mysql|mssql|mongodb_migrate|cockroachdb):(\d+)/g, "localhost:$2");
|
|
135
|
+
}
|
|
136
|
+
function normalizeRustError(str) {
|
|
137
|
+
return str.replace(/\/rustc\/(.+)\//g, "/rustc/hash/").replace(/(\[.*)(:\d*:\d*)(\])/g, "[/some/rust/path:0:0$3");
|
|
138
|
+
}
|
|
139
|
+
function normalizeRustCodeLocation(str) {
|
|
140
|
+
return str.replace(/(\w+\.rs):(\d+):(\d+)/g, "$1:0:0");
|
|
141
|
+
}
|
|
142
|
+
function normalizeArtificialPanic(str) {
|
|
143
|
+
return str.replace(/(Command failed with exit code 101:) (.+) /g, "$1 prisma-engines-path ");
|
|
144
|
+
}
|
|
145
|
+
function normalizeTime(str) {
|
|
146
|
+
return str.replace(/ \d+ms/g, " XXXms").replace(/ \d+(\.\d+)?s/g, " XXXms");
|
|
147
|
+
}
|
|
148
|
+
function prepareSchemaForSnapshot(str) {
|
|
149
|
+
if (!str.includes("tmp/prisma-tests/integration-test")) return str;
|
|
150
|
+
const urlRegex = /url\s*=\s*.+/;
|
|
151
|
+
const outputRegex = /output\s*=\s*.+/;
|
|
152
|
+
return str.split("\n").map((line) => {
|
|
153
|
+
const urlMatch = urlRegex.exec(line);
|
|
154
|
+
if (urlMatch) {
|
|
155
|
+
return `${line.slice(0, urlMatch.index)}url = "***"`;
|
|
156
|
+
}
|
|
157
|
+
const outputMatch = outputRegex.exec(line);
|
|
158
|
+
if (outputMatch) {
|
|
159
|
+
return `${line.slice(0, outputMatch.index)}output = "***"`;
|
|
160
|
+
}
|
|
161
|
+
return line;
|
|
162
|
+
}).join("\n");
|
|
163
|
+
}
|
|
164
|
+
function wrapWithQuotes(str) {
|
|
165
|
+
return `"${str}"`;
|
|
166
|
+
}
|
|
167
|
+
module2.exports = {
|
|
168
|
+
// Expected by Jest
|
|
169
|
+
test(value) {
|
|
170
|
+
return typeof value === "string" || value instanceof Error;
|
|
171
|
+
},
|
|
172
|
+
serialize(value) {
|
|
173
|
+
const message = typeof value === "string" ? value : value instanceof Error ? value.message : "";
|
|
174
|
+
return pipe(
|
|
175
|
+
stripAnsi,
|
|
176
|
+
// integration-tests pkg
|
|
177
|
+
prepareSchemaForSnapshot,
|
|
178
|
+
// Generic
|
|
179
|
+
normalizeTmpDir,
|
|
180
|
+
normalizeTime,
|
|
181
|
+
// From Client package
|
|
182
|
+
normalizeGitHubLinks,
|
|
183
|
+
removePlatforms,
|
|
184
|
+
normalizeNodeApiLibFilePath,
|
|
185
|
+
normalizeBinaryFilePath,
|
|
186
|
+
normalizeTsClientStackTrace,
|
|
187
|
+
trimErrorPaths,
|
|
188
|
+
normalizePrismaPaths,
|
|
189
|
+
normalizeLogs,
|
|
190
|
+
// remove windows \\
|
|
191
|
+
normalizeToUnixPaths,
|
|
192
|
+
// From Migrate/CLI package
|
|
193
|
+
normalizeDbUrl,
|
|
194
|
+
normalizeRustError,
|
|
195
|
+
normalizeRustCodeLocation,
|
|
196
|
+
normalizeMigrateTimestamps,
|
|
197
|
+
// artificial panic
|
|
198
|
+
normalizeArtificialPanic,
|
|
199
|
+
wrapWithQuotes
|
|
200
|
+
)(message);
|
|
201
|
+
}
|
|
202
|
+
};
|
|
203
|
+
}
|
|
204
|
+
});
|
|
205
|
+
var jestSnapshotSerializer_default = require_jestSnapshotSerializer();
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@prisma/get-platform",
|
|
3
|
+
"version": "5.22.0",
|
|
4
|
+
"description": "This package is intended for Prisma's internal use",
|
|
5
|
+
"main": "dist/index.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"license": "Apache-2.0",
|
|
8
|
+
"author": "Tim Suchanek <suchanek@prisma.io>",
|
|
9
|
+
"homepage": "https://www.prisma.io",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/prisma/prisma.git",
|
|
13
|
+
"directory": "packages/get-platform"
|
|
14
|
+
},
|
|
15
|
+
"bugs": "https://github.com/prisma/prisma/issues",
|
|
16
|
+
"devDependencies": {
|
|
17
|
+
"@codspeed/benchmark.js-plugin": "3.1.1",
|
|
18
|
+
"@swc/core": "1.6.13",
|
|
19
|
+
"@swc/jest": "0.2.36",
|
|
20
|
+
"@types/jest": "29.5.12",
|
|
21
|
+
"@types/node": "18.19.31",
|
|
22
|
+
"benchmark": "2.1.4",
|
|
23
|
+
"jest": "29.7.0",
|
|
24
|
+
"jest-junit": "16.0.0",
|
|
25
|
+
"typescript": "5.4.5",
|
|
26
|
+
"escape-string-regexp": "4.0.0",
|
|
27
|
+
"execa": "5.1.1",
|
|
28
|
+
"fs-jetpack": "5.1.0",
|
|
29
|
+
"kleur": "4.1.5",
|
|
30
|
+
"replace-string": "3.1.0",
|
|
31
|
+
"strip-ansi": "6.0.1",
|
|
32
|
+
"tempy": "1.0.1",
|
|
33
|
+
"terminal-link": "2.1.1",
|
|
34
|
+
"ts-pattern": "5.2.0"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"@prisma/debug": "5.22.0"
|
|
38
|
+
},
|
|
39
|
+
"files": [
|
|
40
|
+
"README.md",
|
|
41
|
+
"dist"
|
|
42
|
+
],
|
|
43
|
+
"sideEffects": false,
|
|
44
|
+
"scripts": {
|
|
45
|
+
"dev": "DEV=true tsx helpers/build.ts",
|
|
46
|
+
"build": "tsx helpers/build.ts",
|
|
47
|
+
"test": "jest"
|
|
48
|
+
}
|
|
49
|
+
}
|