@pnpm/exe 11.14.0 → 11.15.1
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/pnpm.mjs +758 -648
- package/package.json +9 -9
- package/CHANGELOG.md +0 -88
package/dist/pnpm.mjs
CHANGED
|
@@ -5575,7 +5575,7 @@ var init_lib6 = __esm({
|
|
|
5575
5575
|
}
|
|
5576
5576
|
});
|
|
5577
5577
|
|
|
5578
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/
|
|
5578
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/60e7fe4be83a14147b0f20774a7a54837f3ec006aa5a428842c04c85d4b900ff/node_modules/@pnpm/npm-lifecycle/lib/spawn.js
|
|
5579
5579
|
import { spawn as _spawn } from "child_process";
|
|
5580
5580
|
import { EventEmitter } from "events";
|
|
5581
5581
|
function startRunning(log3) {
|
|
@@ -5628,7 +5628,7 @@ function spawn(cmd, args, options, log3) {
|
|
|
5628
5628
|
}
|
|
5629
5629
|
var progressEnabled, running;
|
|
5630
5630
|
var init_spawn = __esm({
|
|
5631
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/
|
|
5631
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/60e7fe4be83a14147b0f20774a7a54837f3ec006aa5a428842c04c85d4b900ff/node_modules/@pnpm/npm-lifecycle/lib/spawn.js"() {
|
|
5632
5632
|
running = 0;
|
|
5633
5633
|
}
|
|
5634
5634
|
});
|
|
@@ -31774,7 +31774,7 @@ var require_lib8 = __commonJS({
|
|
|
31774
31774
|
}
|
|
31775
31775
|
});
|
|
31776
31776
|
|
|
31777
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/
|
|
31777
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/60e7fe4be83a14147b0f20774a7a54837f3ec006aa5a428842c04c85d4b900ff/node_modules/@pnpm/npm-lifecycle/lib/extendPath.js
|
|
31778
31778
|
import fs2 from "fs";
|
|
31779
31779
|
import path4 from "path";
|
|
31780
31780
|
function extendPath(wd, originalPath, nodeGyp, opts3) {
|
|
@@ -31821,12 +31821,12 @@ function shouldPrependCurrentNodeDirToPATH(opts3) {
|
|
|
31821
31821
|
}
|
|
31822
31822
|
var import_which;
|
|
31823
31823
|
var init_extendPath = __esm({
|
|
31824
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/
|
|
31824
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/60e7fe4be83a14147b0f20774a7a54837f3ec006aa5a428842c04c85d4b900ff/node_modules/@pnpm/npm-lifecycle/lib/extendPath.js"() {
|
|
31825
31825
|
import_which = __toESM(require_lib8(), 1);
|
|
31826
31826
|
}
|
|
31827
31827
|
});
|
|
31828
31828
|
|
|
31829
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/
|
|
31829
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/60e7fe4be83a14147b0f20774a7a54837f3ec006aa5a428842c04c85d4b900ff/node_modules/@pnpm/npm-lifecycle/index.js
|
|
31830
31830
|
import path5 from "path";
|
|
31831
31831
|
import fs3 from "fs";
|
|
31832
31832
|
import { createRequire } from "module";
|
|
@@ -32149,7 +32149,7 @@ function makeEnv(data, opts3, prefix, env3) {
|
|
|
32149
32149
|
}
|
|
32150
32150
|
var import_shell, import_fslib, import_uid_number, import_byline, import_error3, require2, DEFAULT_NODE_GYP_PATH, hookStatCache, PATH, running2, queue;
|
|
32151
32151
|
var init_npm_lifecycle = __esm({
|
|
32152
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/
|
|
32152
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/npm-lifecycle/1100.0.0/60e7fe4be83a14147b0f20774a7a54837f3ec006aa5a428842c04c85d4b900ff/node_modules/@pnpm/npm-lifecycle/index.js"() {
|
|
32153
32153
|
init_spawn();
|
|
32154
32154
|
import_shell = __toESM(require_lib5(), 1);
|
|
32155
32155
|
import_fslib = __toESM(require_lib2(), 1);
|
|
@@ -36500,7 +36500,7 @@ function applyRuntimeOnFailOverride(manifest, onFailOverride) {
|
|
|
36500
36500
|
const deps = manifest[dependenciesFieldName];
|
|
36501
36501
|
if (deps) {
|
|
36502
36502
|
for (const runtimeName of RUNTIME_NAMES) {
|
|
36503
|
-
if (typeof deps[runtimeName] === "string" && deps[runtimeName].startsWith("runtime:")) {
|
|
36503
|
+
if (runtimes.some((runtime) => runtime.name === runtimeName) && typeof deps[runtimeName] === "string" && deps[runtimeName].startsWith("runtime:")) {
|
|
36504
36504
|
delete deps[runtimeName];
|
|
36505
36505
|
}
|
|
36506
36506
|
}
|
|
@@ -86953,7 +86953,7 @@ var init_lib24 = __esm({
|
|
|
86953
86953
|
"use strict";
|
|
86954
86954
|
defaultManifest = {
|
|
86955
86955
|
name: true ? "pnpm" : "pnpm",
|
|
86956
|
-
version: true ? "11.
|
|
86956
|
+
version: true ? "11.15.1" : "0.0.0"
|
|
86957
86957
|
};
|
|
86958
86958
|
pkgJson = defaultManifest;
|
|
86959
86959
|
packageManager = {
|
|
@@ -101349,19 +101349,31 @@ var require_version_selector_type = __commonJS({
|
|
|
101349
101349
|
|
|
101350
101350
|
// ../resolving/npm-resolver/lib/clearMeta.js
|
|
101351
101351
|
function clearMeta(pkg) {
|
|
101352
|
+
const memoized2 = condensedPackuments.get(pkg);
|
|
101353
|
+
if (memoized2 != null)
|
|
101354
|
+
return memoized2;
|
|
101352
101355
|
const versions = /* @__PURE__ */ Object.create(null);
|
|
101353
101356
|
for (const [version2, info] of Object.entries(pkg.versions ?? {})) {
|
|
101354
101357
|
versions[version2] = pick_default(ABBREVIATED_VERSION_FIELDS, info);
|
|
101355
101358
|
}
|
|
101356
|
-
|
|
101359
|
+
const condensed = {
|
|
101357
101360
|
name: pkg.name,
|
|
101358
101361
|
"dist-tags": pkg["dist-tags"],
|
|
101359
101362
|
versions,
|
|
101360
101363
|
time: pkg.time,
|
|
101361
101364
|
modified: pkg.modified
|
|
101362
101365
|
};
|
|
101366
|
+
if (pkg.etag != null) {
|
|
101367
|
+
condensed.etag = pkg.etag;
|
|
101368
|
+
}
|
|
101369
|
+
condensedPackuments.set(pkg, condensed);
|
|
101370
|
+
condensedPackuments.set(condensed, condensed);
|
|
101371
|
+
return condensed;
|
|
101363
101372
|
}
|
|
101364
|
-
|
|
101373
|
+
function retainsFullMeta(opts3) {
|
|
101374
|
+
return opts3.fullMetadata === true && opts3.filterMetadata !== true;
|
|
101375
|
+
}
|
|
101376
|
+
var ABBREVIATED_VERSION_FIELDS, condensedPackuments;
|
|
101365
101377
|
var init_clearMeta = __esm({
|
|
101366
101378
|
"../resolving/npm-resolver/lib/clearMeta.js"() {
|
|
101367
101379
|
"use strict";
|
|
@@ -101387,6 +101399,7 @@ var init_clearMeta = __esm({
|
|
|
101387
101399
|
"hasInstallScript",
|
|
101388
101400
|
"_npmUser"
|
|
101389
101401
|
];
|
|
101402
|
+
condensedPackuments = /* @__PURE__ */ new WeakMap();
|
|
101390
101403
|
}
|
|
101391
101404
|
});
|
|
101392
101405
|
|
|
@@ -101577,7 +101590,8 @@ var init_fetch2 = __esm({
|
|
|
101577
101590
|
});
|
|
101578
101591
|
|
|
101579
101592
|
// ../resolving/npm-resolver/lib/memoizeFetchMetadata.js
|
|
101580
|
-
function memoizeFetchMetadata(fetch3) {
|
|
101593
|
+
function memoizeFetchMetadata(fetch3, memoOpts) {
|
|
101594
|
+
const condense = memoOpts?.condenseSettledMeta;
|
|
101581
101595
|
const cache = /* @__PURE__ */ new Map();
|
|
101582
101596
|
return {
|
|
101583
101597
|
fetch: (pkgName, opts3) => {
|
|
@@ -101590,7 +101604,7 @@ function memoizeFetchMetadata(fetch3) {
|
|
|
101590
101604
|
void pending.then((result2) => {
|
|
101591
101605
|
if (cache.get(key) !== pending)
|
|
101592
101606
|
return;
|
|
101593
|
-
cache.set(key, Promise.resolve(result2
|
|
101607
|
+
cache.set(key, Promise.resolve(settledEntry(result2)));
|
|
101594
101608
|
}, () => {
|
|
101595
101609
|
if (cache.get(key) === pending)
|
|
101596
101610
|
cache.delete(key);
|
|
@@ -101601,6 +101615,18 @@ function memoizeFetchMetadata(fetch3) {
|
|
|
101601
101615
|
cache.clear();
|
|
101602
101616
|
}
|
|
101603
101617
|
};
|
|
101618
|
+
function settledEntry(result2) {
|
|
101619
|
+
if (result2.notModified)
|
|
101620
|
+
return result2;
|
|
101621
|
+
let meta = result2.meta;
|
|
101622
|
+
if (condense != null) {
|
|
101623
|
+
try {
|
|
101624
|
+
meta = condense(result2.meta);
|
|
101625
|
+
} catch {
|
|
101626
|
+
}
|
|
101627
|
+
}
|
|
101628
|
+
return { ...result2, jsonText: void 0, meta };
|
|
101629
|
+
}
|
|
101604
101630
|
}
|
|
101605
101631
|
var init_memoizeFetchMetadata = __esm({
|
|
101606
101632
|
"../resolving/npm-resolver/lib/memoizeFetchMetadata.js"() {
|
|
@@ -102728,6 +102754,9 @@ function cacheDiskLoadedMeta(metaCache, cacheKey, meta) {
|
|
|
102728
102754
|
unverifiedDiskPackuments.add(meta);
|
|
102729
102755
|
metaCache.set(cacheKey, meta);
|
|
102730
102756
|
}
|
|
102757
|
+
function condenseMetaForCache(ctx, meta) {
|
|
102758
|
+
return retainsFullMeta(ctx) ? meta : clearMeta(meta);
|
|
102759
|
+
}
|
|
102731
102760
|
async function pickPackage(ctx, spec, opts3) {
|
|
102732
102761
|
opts3 = opts3 || {};
|
|
102733
102762
|
const pickerOpts = {
|
|
@@ -102746,9 +102775,8 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102746
102775
|
const cachedMeta = opts3.updateChecksums ? void 0 : ctx.metaCache.get(cacheKey);
|
|
102747
102776
|
if (cachedMeta != null) {
|
|
102748
102777
|
const upgrade = await maybeUpgradeAbbreviatedMetaForReleaseAge(ctx, spec, opts3, cachedMeta);
|
|
102749
|
-
|
|
102778
|
+
const metaForCache = upgradeMetaForCache(ctx, upgrade, { pkgMirror, dryRun: opts3.dryRun });
|
|
102750
102779
|
if (upgrade.upgradedFrom != null) {
|
|
102751
|
-
metaForCache = opts3.dryRun ? upgrade.meta : persistUpgradedMeta(ctx, pkgMirror, upgrade.upgradedFrom);
|
|
102752
102780
|
ctx.metaCache.set(cacheKey, metaForCache);
|
|
102753
102781
|
}
|
|
102754
102782
|
const pickedPackage = pickMatchingVersionFinal(pickerOpts, spec, metaForCache);
|
|
@@ -102760,9 +102788,13 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102760
102788
|
}
|
|
102761
102789
|
}
|
|
102762
102790
|
return runLimited(pkgMirror, async (limit) => {
|
|
102791
|
+
const loadMetaCondensed = async () => {
|
|
102792
|
+
const meta = await loadMeta(pkgMirror);
|
|
102793
|
+
return meta == null ? null : condenseMetaForCache(ctx, meta);
|
|
102794
|
+
};
|
|
102763
102795
|
let diskMeta;
|
|
102764
102796
|
if (ctx.offline === true || ctx.preferOffline === true || opts3.pickLowestVersion) {
|
|
102765
|
-
diskMeta = await limit(
|
|
102797
|
+
diskMeta = await limit(loadMetaCondensed);
|
|
102766
102798
|
if (ctx.offline) {
|
|
102767
102799
|
if (diskMeta != null) {
|
|
102768
102800
|
cacheDiskLoadedMeta(ctx.metaCache, cacheKey, diskMeta);
|
|
@@ -102775,11 +102807,8 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102775
102807
|
}
|
|
102776
102808
|
if (diskMeta != null) {
|
|
102777
102809
|
const upgrade = await maybeUpgradeAbbreviatedMetaForReleaseAge(ctx, spec, opts3, diskMeta);
|
|
102778
|
-
diskMeta = upgrade.
|
|
102810
|
+
diskMeta = upgradeMetaForCache(ctx, upgrade, { pkgMirror, dryRun: opts3.dryRun });
|
|
102779
102811
|
if (upgrade.upgradedFrom != null) {
|
|
102780
|
-
if (!opts3.dryRun) {
|
|
102781
|
-
diskMeta = persistUpgradedMeta(ctx, pkgMirror, upgrade.upgradedFrom);
|
|
102782
|
-
}
|
|
102783
102812
|
ctx.metaCache.set(cacheKey, diskMeta);
|
|
102784
102813
|
}
|
|
102785
102814
|
const pickedPackage = pickMatchingVersionFinal(pickerOpts, spec, diskMeta);
|
|
@@ -102795,7 +102824,7 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102795
102824
|
}
|
|
102796
102825
|
}
|
|
102797
102826
|
if (!opts3.includeLatestTag && !opts3.updateChecksums && spec.type === "version") {
|
|
102798
|
-
diskMeta = diskMeta ?? await limit(
|
|
102827
|
+
diskMeta = diskMeta ?? await limit(loadMetaCondensed);
|
|
102799
102828
|
if (diskMeta?.versions?.[spec.fetchSpec] != null) {
|
|
102800
102829
|
try {
|
|
102801
102830
|
const pickedPackage = pickMatchingVersionFast(pickerOpts, spec, diskMeta);
|
|
@@ -102813,7 +102842,7 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102813
102842
|
if (opts3.publishedBy && opts3.publishedByExclude?.(spec.name) !== true) {
|
|
102814
102843
|
const mtime = await limit(async () => getFileMtime(pkgMirror));
|
|
102815
102844
|
if (mtime != null && mtime >= opts3.publishedBy) {
|
|
102816
|
-
diskMeta = diskMeta ?? await limit(
|
|
102845
|
+
diskMeta = diskMeta ?? await limit(loadMetaCondensed);
|
|
102817
102846
|
if (diskMeta != null) {
|
|
102818
102847
|
try {
|
|
102819
102848
|
const pickedPackage = pickMatchingVersionFast(pickerOpts, spec, diskMeta);
|
|
@@ -102839,7 +102868,7 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102839
102868
|
});
|
|
102840
102869
|
if (!conditional.notModified)
|
|
102841
102870
|
return await persistFreshMeta(conditional);
|
|
102842
|
-
diskMeta = diskMeta ?? await limit(
|
|
102871
|
+
diskMeta = diskMeta ?? await limit(loadMetaCondensed);
|
|
102843
102872
|
if (diskMeta != null)
|
|
102844
102873
|
return await serveValidatedMeta(diskMeta);
|
|
102845
102874
|
const refetched = await ctx.fetch(spec.name, {
|
|
@@ -102853,7 +102882,7 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102853
102882
|
return await persistFreshMeta(refetched);
|
|
102854
102883
|
} catch (err2) {
|
|
102855
102884
|
err2.spec = spec;
|
|
102856
|
-
const meta = await
|
|
102885
|
+
const meta = await loadMetaCondensed();
|
|
102857
102886
|
if (meta == null)
|
|
102858
102887
|
throw err2;
|
|
102859
102888
|
logger.error(err2, err2);
|
|
@@ -102870,10 +102899,7 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102870
102899
|
});
|
|
102871
102900
|
}
|
|
102872
102901
|
const upgrade = await maybeUpgradeAbbreviatedMetaForReleaseAge(ctx, spec, opts3, cached);
|
|
102873
|
-
|
|
102874
|
-
if (upgrade.upgradedFrom != null && !opts3.dryRun) {
|
|
102875
|
-
meta = persistUpgradedMeta(ctx, pkgMirror, upgrade.upgradedFrom);
|
|
102876
|
-
}
|
|
102902
|
+
const meta = upgradeMetaForCache(ctx, upgrade, { pkgMirror, dryRun: opts3.dryRun });
|
|
102877
102903
|
ctx.metaCache.set(cacheKey, meta);
|
|
102878
102904
|
return {
|
|
102879
102905
|
meta,
|
|
@@ -102888,13 +102914,7 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102888
102914
|
const isModifiedValid = modifiedDate != null && !Number.isNaN(modifiedDate.getTime());
|
|
102889
102915
|
if (!isModifiedValid || modifiedDate > opts3.publishedBy) {
|
|
102890
102916
|
if (!opts3.dryRun) {
|
|
102891
|
-
|
|
102892
|
-
runLimited(pkgMirror, (limit2) => limit2(async () => {
|
|
102893
|
-
try {
|
|
102894
|
-
await saveMeta(pkgMirror, abbreviatedJson);
|
|
102895
|
-
} catch (err2) {
|
|
102896
|
-
}
|
|
102897
|
-
}));
|
|
102917
|
+
saveMetaBestEffort(pkgMirror, prepareJsonForDisk(resultToSave.meta, resultToSave.etag, resultToSave.jsonText));
|
|
102898
102918
|
}
|
|
102899
102919
|
const fullFetchResult = await ctx.fetch(spec.name, {
|
|
102900
102920
|
authHeaderValue: opts3.authHeaderValue,
|
|
@@ -102907,17 +102927,11 @@ async function pickPackage(ctx, spec, opts3) {
|
|
|
102907
102927
|
}
|
|
102908
102928
|
}
|
|
102909
102929
|
}
|
|
102910
|
-
|
|
102911
|
-
meta = clearMeta(meta);
|
|
102912
|
-
}
|
|
102930
|
+
meta = condenseMetaForCache(ctx, meta);
|
|
102913
102931
|
if (!opts3.dryRun) {
|
|
102914
|
-
const
|
|
102915
|
-
|
|
102916
|
-
|
|
102917
|
-
await saveMeta(pkgMirror, jsonForDisk);
|
|
102918
|
-
} catch (err2) {
|
|
102919
|
-
}
|
|
102920
|
-
}));
|
|
102932
|
+
const writeCondensed = ctx.filterMetadata === true || resultToSave !== fetched && meta !== resultToSave.meta;
|
|
102933
|
+
const jsonForDisk = writeCondensed ? prepareJsonForDisk(meta, resultToSave.etag) : prepareJsonForDisk(resultToSave.meta, resultToSave.etag, resultToSave.jsonText);
|
|
102934
|
+
saveMetaBestEffort(pkgMirror, jsonForDisk);
|
|
102921
102935
|
}
|
|
102922
102936
|
meta.etag = resultToSave.etag;
|
|
102923
102937
|
ctx.metaCache.set(cacheKey, meta);
|
|
@@ -102949,16 +102963,27 @@ async function maybeUpgradeAbbreviatedMetaForReleaseAge(ctx, spec, opts3, meta)
|
|
|
102949
102963
|
}
|
|
102950
102964
|
return { meta: fullFetchResult.meta, upgradedFrom: fullFetchResult };
|
|
102951
102965
|
}
|
|
102966
|
+
function upgradeMetaForCache(ctx, upgrade, opts3) {
|
|
102967
|
+
if (upgrade.upgradedFrom == null)
|
|
102968
|
+
return upgrade.meta;
|
|
102969
|
+
if (opts3.dryRun)
|
|
102970
|
+
return condenseMetaForCache(ctx, upgrade.meta);
|
|
102971
|
+
return persistUpgradedMeta(ctx, opts3.pkgMirror, upgrade.upgradedFrom);
|
|
102972
|
+
}
|
|
102952
102973
|
function persistUpgradedMeta(ctx, pkgMirror, upgradedFrom) {
|
|
102953
|
-
const metaForCache = ctx
|
|
102954
|
-
const jsonForDisk =
|
|
102955
|
-
|
|
102974
|
+
const metaForCache = condenseMetaForCache(ctx, upgradedFrom.meta);
|
|
102975
|
+
const jsonForDisk = metaForCache === upgradedFrom.meta ? prepareJsonForDisk(upgradedFrom.meta, upgradedFrom.etag, upgradedFrom.jsonText) : prepareJsonForDisk(metaForCache, upgradedFrom.etag);
|
|
102976
|
+
saveMetaBestEffort(pkgMirror, jsonForDisk);
|
|
102977
|
+
return metaForCache;
|
|
102978
|
+
}
|
|
102979
|
+
function saveMetaBestEffort(pkgMirror, json2) {
|
|
102980
|
+
void runLimited(pkgMirror, (limit) => limit(async () => {
|
|
102956
102981
|
try {
|
|
102957
|
-
await saveMeta(pkgMirror,
|
|
102982
|
+
await saveMeta(pkgMirror, json2);
|
|
102958
102983
|
} catch (err2) {
|
|
102984
|
+
logger.debug({ message: `Failed to write the package metadata mirror at ${pkgMirror}`, err: err2 });
|
|
102959
102985
|
}
|
|
102960
102986
|
}));
|
|
102961
|
-
return metaForCache;
|
|
102962
102987
|
}
|
|
102963
102988
|
function encodePkgName(pkgName) {
|
|
102964
102989
|
if (pkgName !== pkgName.toLowerCase()) {
|
|
@@ -102987,7 +103012,7 @@ function getPkgMirrorPath(cacheDir, metaDir, registry, pkgName) {
|
|
|
102987
103012
|
function prepareJsonForDisk(meta, etag, jsonText) {
|
|
102988
103013
|
const modified = meta.modified ?? meta.time?.modified;
|
|
102989
103014
|
const headers = JSON.stringify({ etag, modified });
|
|
102990
|
-
const body = jsonText ?? JSON.stringify(meta);
|
|
103015
|
+
const body = jsonText ?? JSON.stringify(meta.etag == null ? meta : { ...meta, etag: void 0 });
|
|
102991
103016
|
return `${headers}
|
|
102992
103017
|
${body}`;
|
|
102993
103018
|
}
|
|
@@ -104130,7 +104155,9 @@ function createNpmResolver(fetchFromRegistry, getAuthHeader, opts3) {
|
|
|
104130
104155
|
fetchWarnTimeoutMs: opts3.fetchWarnTimeoutMs ?? 10 * 1e3
|
|
104131
104156
|
// 10 sec
|
|
104132
104157
|
};
|
|
104133
|
-
const { fetch: fetch3, clear: clearFetchCache } = memoizeFetchMetadata(fetchMetadataFromFromRegistry.bind(null, fetchOpts)
|
|
104158
|
+
const { fetch: fetch3, clear: clearFetchCache } = memoizeFetchMetadata(fetchMetadataFromFromRegistry.bind(null, fetchOpts), {
|
|
104159
|
+
condenseSettledMeta: retainsFullMeta(opts3) ? void 0 : clearMeta
|
|
104160
|
+
});
|
|
104134
104161
|
const ownsMetaCache = opts3.metaCache == null;
|
|
104135
104162
|
const metaCache = opts3.metaCache ?? createDefaultPackageMetaCache();
|
|
104136
104163
|
const storeDir = opts3.storeDir;
|
|
@@ -104790,6 +104817,7 @@ var init_lib38 = __esm({
|
|
|
104790
104817
|
import_semver14 = __toESM(require_semver2(), 1);
|
|
104791
104818
|
import_ssri2 = __toESM(require_lib18(), 1);
|
|
104792
104819
|
import_version_selector_type2 = __toESM(require_version_selector_type(), 1);
|
|
104820
|
+
init_clearMeta();
|
|
104793
104821
|
init_fetch2();
|
|
104794
104822
|
init_memoizeFetchMetadata();
|
|
104795
104823
|
init_normalizeRegistryUrl();
|
|
@@ -132447,9 +132475,9 @@ var init_lib46 = __esm({
|
|
|
132447
132475
|
}
|
|
132448
132476
|
});
|
|
132449
132477
|
|
|
132450
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
132478
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/constants.js
|
|
132451
132479
|
var require_constants16 = __commonJS({
|
|
132452
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
132480
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/constants.js"(exports2, module2) {
|
|
132453
132481
|
module2.exports = {
|
|
132454
132482
|
/* The local file header */
|
|
132455
132483
|
LOCHDR: 30,
|
|
@@ -132666,9 +132694,9 @@ var require_constants16 = __commonJS({
|
|
|
132666
132694
|
}
|
|
132667
132695
|
});
|
|
132668
132696
|
|
|
132669
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
132697
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/errors.js
|
|
132670
132698
|
var require_errors5 = __commonJS({
|
|
132671
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
132699
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/errors.js"(exports2) {
|
|
132672
132700
|
var errors2 = {
|
|
132673
132701
|
/* Header error messages */
|
|
132674
132702
|
INVALID_LOC: "Invalid LOC header (bad signature)",
|
|
@@ -132726,9 +132754,9 @@ var require_errors5 = __commonJS({
|
|
|
132726
132754
|
}
|
|
132727
132755
|
});
|
|
132728
132756
|
|
|
132729
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
132757
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/utils.js
|
|
132730
132758
|
var require_utils11 = __commonJS({
|
|
132731
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
132759
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/utils.js"(exports2, module2) {
|
|
132732
132760
|
var fsystem = __require("fs");
|
|
132733
132761
|
var pth = __require("path");
|
|
132734
132762
|
var Constants = require_constants16();
|
|
@@ -132816,37 +132844,40 @@ var require_utils11 = __commonJS({
|
|
|
132816
132844
|
self2.fs.exists(path237, function(exist) {
|
|
132817
132845
|
if (exist && !overwrite2) return callback2(false);
|
|
132818
132846
|
self2.fs.stat(path237, function(err2, stat2) {
|
|
132819
|
-
if (exist && stat2.isDirectory()) {
|
|
132847
|
+
if (exist && stat2 && stat2.isDirectory()) {
|
|
132820
132848
|
return callback2(false);
|
|
132821
132849
|
}
|
|
132822
132850
|
var folder = pth.dirname(path237);
|
|
132823
132851
|
self2.fs.exists(folder, function(exists) {
|
|
132824
|
-
if (!exists)
|
|
132852
|
+
if (!exists) {
|
|
132853
|
+
try {
|
|
132854
|
+
self2.makeDir(folder);
|
|
132855
|
+
} catch (e) {
|
|
132856
|
+
return callback2(false);
|
|
132857
|
+
}
|
|
132858
|
+
}
|
|
132859
|
+
const writeToFd = function(fd2) {
|
|
132860
|
+
self2.fs.write(fd2, content, 0, content.length, 0, function(writeErr) {
|
|
132861
|
+
self2.fs.close(fd2, function() {
|
|
132862
|
+
if (writeErr) return callback2(false);
|
|
132863
|
+
self2.fs.chmod(path237, attr || 438, function() {
|
|
132864
|
+
callback2(true);
|
|
132865
|
+
});
|
|
132866
|
+
});
|
|
132867
|
+
});
|
|
132868
|
+
};
|
|
132825
132869
|
self2.fs.open(path237, "w", 438, function(err3, fd2) {
|
|
132826
132870
|
if (err3) {
|
|
132827
132871
|
self2.fs.chmod(path237, 438, function() {
|
|
132828
|
-
self2.fs.open(path237, "w", 438, function(
|
|
132829
|
-
|
|
132830
|
-
|
|
132831
|
-
self2.fs.chmod(path237, attr || 438, function() {
|
|
132832
|
-
callback2(true);
|
|
132833
|
-
});
|
|
132834
|
-
});
|
|
132835
|
-
});
|
|
132872
|
+
self2.fs.open(path237, "w", 438, function(retryErr, fd3) {
|
|
132873
|
+
if (retryErr || !fd3) return callback2(false);
|
|
132874
|
+
writeToFd(fd3);
|
|
132836
132875
|
});
|
|
132837
132876
|
});
|
|
132838
132877
|
} else if (fd2) {
|
|
132839
|
-
|
|
132840
|
-
self2.fs.close(fd2, function() {
|
|
132841
|
-
self2.fs.chmod(path237, attr || 438, function() {
|
|
132842
|
-
callback2(true);
|
|
132843
|
-
});
|
|
132844
|
-
});
|
|
132845
|
-
});
|
|
132878
|
+
writeToFd(fd2);
|
|
132846
132879
|
} else {
|
|
132847
|
-
|
|
132848
|
-
callback2(true);
|
|
132849
|
-
});
|
|
132880
|
+
callback2(false);
|
|
132850
132881
|
}
|
|
132851
132882
|
});
|
|
132852
132883
|
});
|
|
@@ -132855,7 +132886,7 @@ var require_utils11 = __commonJS({
|
|
|
132855
132886
|
};
|
|
132856
132887
|
Utils.prototype.findFiles = function(path237) {
|
|
132857
132888
|
const self2 = this;
|
|
132858
|
-
function findSync(dir, pattern, recursive2) {
|
|
132889
|
+
function findSync(dir, pattern, recursive2, visited) {
|
|
132859
132890
|
if (typeof pattern === "boolean") {
|
|
132860
132891
|
recursive2 = pattern;
|
|
132861
132892
|
pattern = void 0;
|
|
@@ -132867,37 +132898,64 @@ var require_utils11 = __commonJS({
|
|
|
132867
132898
|
if (!pattern || pattern.test(path238)) {
|
|
132868
132899
|
files.push(pth.normalize(path238) + (stat2.isDirectory() ? self2.sep : ""));
|
|
132869
132900
|
}
|
|
132870
|
-
if (stat2.isDirectory() && recursive2)
|
|
132901
|
+
if (stat2.isDirectory() && recursive2) {
|
|
132902
|
+
const realDir = self2.fs.realpathSync(path238);
|
|
132903
|
+
if (!visited.has(realDir)) {
|
|
132904
|
+
visited.add(realDir);
|
|
132905
|
+
files = files.concat(findSync(path238, pattern, recursive2, visited));
|
|
132906
|
+
}
|
|
132907
|
+
}
|
|
132871
132908
|
});
|
|
132872
132909
|
return files;
|
|
132873
132910
|
}
|
|
132874
|
-
return findSync(path237, void 0, true);
|
|
132911
|
+
return findSync(path237, void 0, true, /* @__PURE__ */ new Set([self2.fs.realpathSync(path237)]));
|
|
132875
132912
|
};
|
|
132876
132913
|
Utils.prototype.findFilesAsync = function(dir, cb) {
|
|
132877
132914
|
const self2 = this;
|
|
132878
|
-
|
|
132879
|
-
|
|
132880
|
-
|
|
132881
|
-
|
|
132882
|
-
|
|
132883
|
-
|
|
132884
|
-
|
|
132885
|
-
|
|
132886
|
-
|
|
132887
|
-
|
|
132915
|
+
const results = [];
|
|
132916
|
+
let finished7 = false;
|
|
132917
|
+
const finish = function(err2) {
|
|
132918
|
+
if (finished7) return;
|
|
132919
|
+
finished7 = true;
|
|
132920
|
+
cb(err2, err2 ? void 0 : results);
|
|
132921
|
+
};
|
|
132922
|
+
const walk = function(dir2, visited, done) {
|
|
132923
|
+
self2.fs.readdir(dir2, function(err2, list2) {
|
|
132924
|
+
if (err2) return done(err2);
|
|
132925
|
+
let pending = list2.length;
|
|
132926
|
+
if (!pending) return done();
|
|
132927
|
+
list2.forEach(function(name) {
|
|
132928
|
+
const file = pth.join(dir2, name);
|
|
132929
|
+
self2.fs.stat(file, function(err3, stat2) {
|
|
132930
|
+
if (err3) return done(err3);
|
|
132931
|
+
if (!stat2) {
|
|
132932
|
+
if (!--pending) done();
|
|
132933
|
+
return;
|
|
132934
|
+
}
|
|
132888
132935
|
results.push(pth.normalize(file) + (stat2.isDirectory() ? self2.sep : ""));
|
|
132889
|
-
if (stat2.isDirectory()) {
|
|
132890
|
-
|
|
132891
|
-
|
|
132892
|
-
results = results.concat(res);
|
|
132893
|
-
if (!--list_length) cb(null, results);
|
|
132894
|
-
});
|
|
132895
|
-
} else {
|
|
132896
|
-
if (!--list_length) cb(null, results);
|
|
132936
|
+
if (!stat2.isDirectory()) {
|
|
132937
|
+
if (!--pending) done();
|
|
132938
|
+
return;
|
|
132897
132939
|
}
|
|
132898
|
-
|
|
132940
|
+
self2.fs.realpath(file, function(err4, realDir) {
|
|
132941
|
+
if (err4) return done(err4);
|
|
132942
|
+
if (visited.has(realDir)) {
|
|
132943
|
+
if (!--pending) done();
|
|
132944
|
+
return;
|
|
132945
|
+
}
|
|
132946
|
+
visited.add(realDir);
|
|
132947
|
+
walk(file, visited, function(err5) {
|
|
132948
|
+
if (err5) return done(err5);
|
|
132949
|
+
if (!--pending) done();
|
|
132950
|
+
});
|
|
132951
|
+
});
|
|
132952
|
+
});
|
|
132899
132953
|
});
|
|
132900
132954
|
});
|
|
132955
|
+
};
|
|
132956
|
+
self2.fs.realpath(dir, function(err2, realDir) {
|
|
132957
|
+
if (err2) return finish(err2);
|
|
132958
|
+
walk(dir, /* @__PURE__ */ new Set([realDir]), finish);
|
|
132901
132959
|
});
|
|
132902
132960
|
};
|
|
132903
132961
|
Utils.prototype.getAttributes = function() {
|
|
@@ -132994,9 +133052,9 @@ var require_utils11 = __commonJS({
|
|
|
132994
133052
|
}
|
|
132995
133053
|
});
|
|
132996
133054
|
|
|
132997
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133055
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/fattr.js
|
|
132998
133056
|
var require_fattr = __commonJS({
|
|
132999
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133057
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/fattr.js"(exports2, module2) {
|
|
133000
133058
|
var pth = __require("path");
|
|
133001
133059
|
module2.exports = function(path237, { fs: fs127 }) {
|
|
133002
133060
|
var _path = path237 || "", _obj = newAttr(), _stat = null;
|
|
@@ -133063,9 +133121,9 @@ var require_fattr = __commonJS({
|
|
|
133063
133121
|
}
|
|
133064
133122
|
});
|
|
133065
133123
|
|
|
133066
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133124
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/decoder.js
|
|
133067
133125
|
var require_decoder = __commonJS({
|
|
133068
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133126
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/decoder.js"(exports2, module2) {
|
|
133069
133127
|
module2.exports = {
|
|
133070
133128
|
efs: true,
|
|
133071
133129
|
encode: (data) => Buffer.from(data, "utf8"),
|
|
@@ -133074,9 +133132,9 @@ var require_decoder = __commonJS({
|
|
|
133074
133132
|
}
|
|
133075
133133
|
});
|
|
133076
133134
|
|
|
133077
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133135
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/index.js
|
|
133078
133136
|
var require_util10 = __commonJS({
|
|
133079
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133137
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/util/index.js"(exports2, module2) {
|
|
133080
133138
|
module2.exports = require_utils11();
|
|
133081
133139
|
module2.exports.Constants = require_constants16();
|
|
133082
133140
|
module2.exports.Errors = require_errors5();
|
|
@@ -133085,9 +133143,9 @@ var require_util10 = __commonJS({
|
|
|
133085
133143
|
}
|
|
133086
133144
|
});
|
|
133087
133145
|
|
|
133088
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133146
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/headers/entryHeader.js
|
|
133089
133147
|
var require_entryHeader = __commonJS({
|
|
133090
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133148
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/headers/entryHeader.js"(exports2, module2) {
|
|
133091
133149
|
var Utils = require_util10();
|
|
133092
133150
|
var Constants = Utils.Constants;
|
|
133093
133151
|
module2.exports = function() {
|
|
@@ -133356,9 +133414,9 @@ var require_entryHeader = __commonJS({
|
|
|
133356
133414
|
}
|
|
133357
133415
|
});
|
|
133358
133416
|
|
|
133359
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133417
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/headers/mainHeader.js
|
|
133360
133418
|
var require_mainHeader = __commonJS({
|
|
133361
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133419
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/headers/mainHeader.js"(exports2, module2) {
|
|
133362
133420
|
var Utils = require_util10();
|
|
133363
133421
|
var Constants = Utils.Constants;
|
|
133364
133422
|
module2.exports = function() {
|
|
@@ -133480,17 +133538,17 @@ var require_mainHeader = __commonJS({
|
|
|
133480
133538
|
}
|
|
133481
133539
|
});
|
|
133482
133540
|
|
|
133483
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133541
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/headers/index.js
|
|
133484
133542
|
var require_headers2 = __commonJS({
|
|
133485
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133543
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/headers/index.js"(exports2) {
|
|
133486
133544
|
exports2.EntryHeader = require_entryHeader();
|
|
133487
133545
|
exports2.MainHeader = require_mainHeader();
|
|
133488
133546
|
}
|
|
133489
133547
|
});
|
|
133490
133548
|
|
|
133491
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133549
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/deflater.js
|
|
133492
133550
|
var require_deflater = __commonJS({
|
|
133493
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133551
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/deflater.js"(exports2, module2) {
|
|
133494
133552
|
module2.exports = function(inbuf) {
|
|
133495
133553
|
var zlib2 = __require("zlib");
|
|
133496
133554
|
var opts3 = { chunkSize: (parseInt(inbuf.length / 1024) + 1) * 1024 };
|
|
@@ -133521,9 +133579,9 @@ var require_deflater = __commonJS({
|
|
|
133521
133579
|
}
|
|
133522
133580
|
});
|
|
133523
133581
|
|
|
133524
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133582
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/inflater.js
|
|
133525
133583
|
var require_inflater = __commonJS({
|
|
133526
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133584
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/inflater.js"(exports2, module2) {
|
|
133527
133585
|
var version2 = +(process?.versions?.node ?? "").split(".")[0] || 0;
|
|
133528
133586
|
module2.exports = function(inbuf, expectedLength) {
|
|
133529
133587
|
var zlib2 = __require("zlib");
|
|
@@ -133555,9 +133613,9 @@ var require_inflater = __commonJS({
|
|
|
133555
133613
|
}
|
|
133556
133614
|
});
|
|
133557
133615
|
|
|
133558
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133616
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/zipcrypto.js
|
|
133559
133617
|
var require_zipcrypto = __commonJS({
|
|
133560
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133618
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/zipcrypto.js"(exports2, module2) {
|
|
133561
133619
|
"use strict";
|
|
133562
133620
|
var { randomFillSync } = __require("crypto");
|
|
133563
133621
|
var Errors = require_errors5();
|
|
@@ -133671,18 +133729,18 @@ var require_zipcrypto = __commonJS({
|
|
|
133671
133729
|
}
|
|
133672
133730
|
});
|
|
133673
133731
|
|
|
133674
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133732
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/index.js
|
|
133675
133733
|
var require_methods = __commonJS({
|
|
133676
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133734
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/methods/index.js"(exports2) {
|
|
133677
133735
|
exports2.Deflater = require_deflater();
|
|
133678
133736
|
exports2.Inflater = require_inflater();
|
|
133679
133737
|
exports2.ZipCrypto = require_zipcrypto();
|
|
133680
133738
|
}
|
|
133681
133739
|
});
|
|
133682
133740
|
|
|
133683
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133741
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/zipEntry.js
|
|
133684
133742
|
var require_zipEntry = __commonJS({
|
|
133685
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
133743
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/zipEntry.js"(exports2, module2) {
|
|
133686
133744
|
var Utils = require_util10();
|
|
133687
133745
|
var Headers2 = require_headers2();
|
|
133688
133746
|
var Constants = Utils.Constants;
|
|
@@ -133700,35 +133758,8 @@ var require_zipEntry = __commonJS({
|
|
|
133700
133758
|
return input.slice(_centralHeader.realDataOffset, _centralHeader.realDataOffset + _centralHeader.compressedSize);
|
|
133701
133759
|
}
|
|
133702
133760
|
function crc32OK(data) {
|
|
133703
|
-
|
|
133704
|
-
|
|
133705
|
-
return false;
|
|
133706
|
-
}
|
|
133707
|
-
} else {
|
|
133708
|
-
const descriptor = {};
|
|
133709
|
-
const dataEndOffset = _centralHeader.realDataOffset + _centralHeader.compressedSize;
|
|
133710
|
-
if (input.readUInt32LE(dataEndOffset) == Constants.LOCSIG || input.readUInt32LE(dataEndOffset) == Constants.CENSIG) {
|
|
133711
|
-
throw Utils.Errors.DESCRIPTOR_NOT_EXIST();
|
|
133712
|
-
}
|
|
133713
|
-
if (input.readUInt32LE(dataEndOffset) == Constants.EXTSIG) {
|
|
133714
|
-
descriptor.crc = input.readUInt32LE(dataEndOffset + Constants.EXTCRC);
|
|
133715
|
-
descriptor.compressedSize = input.readUInt32LE(dataEndOffset + Constants.EXTSIZ);
|
|
133716
|
-
descriptor.size = input.readUInt32LE(dataEndOffset + Constants.EXTLEN);
|
|
133717
|
-
} else if (input.readUInt16LE(dataEndOffset + 12) === 19280) {
|
|
133718
|
-
descriptor.crc = input.readUInt32LE(dataEndOffset + Constants.EXTCRC - 4);
|
|
133719
|
-
descriptor.compressedSize = input.readUInt32LE(dataEndOffset + Constants.EXTSIZ - 4);
|
|
133720
|
-
descriptor.size = input.readUInt32LE(dataEndOffset + Constants.EXTLEN - 4);
|
|
133721
|
-
} else {
|
|
133722
|
-
throw Utils.Errors.DESCRIPTOR_UNKNOWN();
|
|
133723
|
-
}
|
|
133724
|
-
if (descriptor.compressedSize !== _centralHeader.compressedSize || descriptor.size !== _centralHeader.size || descriptor.crc !== _centralHeader.crc) {
|
|
133725
|
-
throw Utils.Errors.DESCRIPTOR_FAULTY();
|
|
133726
|
-
}
|
|
133727
|
-
if (Utils.crc32(data) !== descriptor.crc) {
|
|
133728
|
-
return false;
|
|
133729
|
-
}
|
|
133730
|
-
}
|
|
133731
|
-
return true;
|
|
133761
|
+
const expectedCrc = _centralHeader.flags_desc || _centralHeader.localHeader.flags_desc ? _centralHeader.crc : _centralHeader.localHeader.crc;
|
|
133762
|
+
return Utils.crc32(data) === expectedCrc;
|
|
133732
133763
|
}
|
|
133733
133764
|
function decompress(async, callback2, pass) {
|
|
133734
133765
|
if (typeof callback2 === "undefined" && typeof async === "string") {
|
|
@@ -133752,9 +133783,10 @@ var require_zipEntry = __commonJS({
|
|
|
133752
133783
|
}
|
|
133753
133784
|
compressedData = Methods.ZipCrypto.decrypt(compressedData, _centralHeader, pass);
|
|
133754
133785
|
}
|
|
133755
|
-
var data
|
|
133786
|
+
var data;
|
|
133756
133787
|
switch (_centralHeader.method) {
|
|
133757
133788
|
case Utils.Constants.STORED:
|
|
133789
|
+
data = Buffer.alloc(compressedData.length);
|
|
133758
133790
|
compressedData.copy(data);
|
|
133759
133791
|
if (!crc32OK(data)) {
|
|
133760
133792
|
if (async && callback2) callback2(data, Utils.Errors.BAD_CRC());
|
|
@@ -133766,15 +133798,13 @@ var require_zipEntry = __commonJS({
|
|
|
133766
133798
|
case Utils.Constants.DEFLATED:
|
|
133767
133799
|
var inflater = new Methods.Inflater(compressedData, _centralHeader.size);
|
|
133768
133800
|
if (!async) {
|
|
133769
|
-
|
|
133770
|
-
result2.copy(data, 0);
|
|
133801
|
+
data = inflater.inflate();
|
|
133771
133802
|
if (!crc32OK(data)) {
|
|
133772
133803
|
throw Utils.Errors.BAD_CRC(`"${decoder2.decode(_entryName)}"`);
|
|
133773
133804
|
}
|
|
133774
133805
|
return data;
|
|
133775
133806
|
} else {
|
|
133776
133807
|
inflater.inflateAsync(function(result2) {
|
|
133777
|
-
result2.copy(result2, 0);
|
|
133778
133808
|
if (callback2) {
|
|
133779
133809
|
if (!crc32OK(result2)) {
|
|
133780
133810
|
callback2(result2, Utils.Errors.BAD_CRC());
|
|
@@ -133914,8 +133944,8 @@ var require_zipEntry = __commonJS({
|
|
|
133914
133944
|
if (_comment.length > 65535) throw Utils.Errors.COMMENT_TOO_LONG();
|
|
133915
133945
|
},
|
|
133916
133946
|
get name() {
|
|
133917
|
-
|
|
133918
|
-
return _isDirectory ? n2.
|
|
133947
|
+
const n2 = decoder2.decode(_entryName);
|
|
133948
|
+
return _isDirectory ? n2.replace(/[/\\]$/, "").split("/").pop() : n2.split("/").pop();
|
|
133919
133949
|
},
|
|
133920
133950
|
get isDirectory() {
|
|
133921
133951
|
return _isDirectory;
|
|
@@ -134011,14 +134041,14 @@ var require_zipEntry = __commonJS({
|
|
|
134011
134041
|
}
|
|
134012
134042
|
});
|
|
134013
134043
|
|
|
134014
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
134044
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/zipFile.js
|
|
134015
134045
|
var require_zipFile = __commonJS({
|
|
134016
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
134046
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/zipFile.js"(exports2, module2) {
|
|
134017
134047
|
var ZipEntry = require_zipEntry();
|
|
134018
134048
|
var Headers2 = require_headers2();
|
|
134019
134049
|
var Utils = require_util10();
|
|
134020
134050
|
module2.exports = function(inBuffer, options) {
|
|
134021
|
-
var entryList = [], entryTable =
|
|
134051
|
+
var entryList = [], entryTable = /* @__PURE__ */ Object.create(null), _comment = Buffer.alloc(0), mainHeader = new Headers2.MainHeader(), loadedEntries = false;
|
|
134022
134052
|
var password = null;
|
|
134023
134053
|
const temporary = /* @__PURE__ */ new Set();
|
|
134024
134054
|
const opts3 = options;
|
|
@@ -134053,7 +134083,7 @@ var require_zipFile = __commonJS({
|
|
|
134053
134083
|
}
|
|
134054
134084
|
function readEntries() {
|
|
134055
134085
|
loadedEntries = true;
|
|
134056
|
-
entryTable =
|
|
134086
|
+
entryTable = /* @__PURE__ */ Object.create(null);
|
|
134057
134087
|
if (mainHeader.diskEntries > (inBuffer.length - mainHeader.offset) / Utils.Constants.CENHDR) {
|
|
134058
134088
|
throw Utils.Errors.DISK_ENTRY_TOO_LARGE();
|
|
134059
134089
|
}
|
|
@@ -134106,7 +134136,7 @@ var require_zipFile = __commonJS({
|
|
|
134106
134136
|
}
|
|
134107
134137
|
function sortEntries() {
|
|
134108
134138
|
if (entryList.length > 1 && !noSort) {
|
|
134109
|
-
entryList.sort((a2, b) => a2.
|
|
134139
|
+
entryList = entryList.map((entry) => ({ entry, key: entry.entryName.toLowerCase() })).sort((a2, b) => a2.key.localeCompare(b.key)).map((pair) => pair.entry);
|
|
134110
134140
|
}
|
|
134111
134141
|
}
|
|
134112
134142
|
return {
|
|
@@ -134357,9 +134387,9 @@ var require_zipFile = __commonJS({
|
|
|
134357
134387
|
}
|
|
134358
134388
|
});
|
|
134359
134389
|
|
|
134360
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
134390
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/adm-zip.js
|
|
134361
134391
|
var require_adm_zip = __commonJS({
|
|
134362
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.
|
|
134392
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/adm-zip/0.6.0/b73dcba73c6138e78473794275eb2a3cf9dcc30013166515f2010a5d4f712975/node_modules/adm-zip/adm-zip.js"(exports2, module2) {
|
|
134363
134393
|
var Utils = require_util10();
|
|
134364
134394
|
var pth = __require("path");
|
|
134365
134395
|
var ZipEntry = require_zipEntry();
|
|
@@ -134394,6 +134424,9 @@ var require_adm_zip = __commonJS({
|
|
|
134394
134424
|
}
|
|
134395
134425
|
Object.assign(opts3, options);
|
|
134396
134426
|
const filetools = new Utils(opts3);
|
|
134427
|
+
const applyDirAttributes = (dirEntries) => {
|
|
134428
|
+
dirEntries.filter((d3) => d3.attr).sort((a2, b) => b.path.length - a2.path.length).forEach((d3) => filetools.fs.chmodSync(d3.path, d3.attr));
|
|
134429
|
+
};
|
|
134397
134430
|
if (typeof opts3.decoder !== "object" || typeof opts3.decoder.encode !== "function" || typeof opts3.decoder.decode !== "function") {
|
|
134398
134431
|
opts3.decoder = Utils.decoder;
|
|
134399
134432
|
}
|
|
@@ -134919,8 +134952,8 @@ var require_adm_zip = __commonJS({
|
|
|
134919
134952
|
if (!content2) {
|
|
134920
134953
|
throw Utils.Errors.CANT_EXTRACT_FILE();
|
|
134921
134954
|
}
|
|
134922
|
-
var name = canonical(child.entryName);
|
|
134923
|
-
var childName = sanitize2(targetPath,
|
|
134955
|
+
var name = canonical(maintainEntryPath ? child.entryName : child.entryName.substring(item.entryName.length));
|
|
134956
|
+
var childName = sanitize2(targetPath, name);
|
|
134924
134957
|
const fileAttr2 = keepOriginalPermission ? child.header.fileAttr : void 0;
|
|
134925
134958
|
filetools.writeFileTo(childName, content2, overwrite2, fileAttr2);
|
|
134926
134959
|
});
|
|
@@ -134948,7 +134981,7 @@ var require_adm_zip = __commonJS({
|
|
|
134948
134981
|
if (entry.isDirectory) {
|
|
134949
134982
|
continue;
|
|
134950
134983
|
}
|
|
134951
|
-
var content =
|
|
134984
|
+
var content = entry.getData(pass);
|
|
134952
134985
|
if (!content) {
|
|
134953
134986
|
return false;
|
|
134954
134987
|
}
|
|
@@ -134973,10 +135006,12 @@ var require_adm_zip = __commonJS({
|
|
|
134973
135006
|
pass = get_Str(keepOriginalPermission, pass);
|
|
134974
135007
|
overwrite2 = get_Bool(false, overwrite2);
|
|
134975
135008
|
if (!_zip) throw Utils.Errors.NO_ZIP();
|
|
135009
|
+
const dirEntries = [];
|
|
134976
135010
|
_zip.entries.forEach(function(entry) {
|
|
134977
135011
|
var entryName = sanitize2(targetPath, canonical(entry.entryName));
|
|
134978
135012
|
if (entry.isDirectory) {
|
|
134979
135013
|
filetools.makeDir(entryName);
|
|
135014
|
+
if (keepOriginalPermission) dirEntries.push({ path: entryName, attr: entry.header.fileAttr });
|
|
134980
135015
|
return;
|
|
134981
135016
|
}
|
|
134982
135017
|
var content = entry.getData(pass);
|
|
@@ -134988,9 +135023,9 @@ var require_adm_zip = __commonJS({
|
|
|
134988
135023
|
try {
|
|
134989
135024
|
filetools.fs.utimesSync(entryName, entry.header.time, entry.header.time);
|
|
134990
135025
|
} catch (err2) {
|
|
134991
|
-
throw Utils.Errors.CANT_EXTRACT_FILE();
|
|
134992
135026
|
}
|
|
134993
135027
|
});
|
|
135028
|
+
applyDirAttributes(dirEntries);
|
|
134994
135029
|
},
|
|
134995
135030
|
/**
|
|
134996
135031
|
* Asynchronous extractAllTo
|
|
@@ -135033,17 +135068,32 @@ var require_adm_zip = __commonJS({
|
|
|
135033
135068
|
fileEntries.push(e);
|
|
135034
135069
|
}
|
|
135035
135070
|
});
|
|
135071
|
+
const deferredDirAttr = [];
|
|
135036
135072
|
for (const entry of dirEntries) {
|
|
135037
135073
|
const dirPath = getPath2(entry);
|
|
135038
135074
|
const dirAttr = keepOriginalPermission ? entry.header.fileAttr : void 0;
|
|
135039
135075
|
try {
|
|
135040
135076
|
filetools.makeDir(dirPath);
|
|
135041
|
-
if (dirAttr) filetools.fs.chmodSync(dirPath, dirAttr);
|
|
135042
|
-
filetools.fs.utimesSync(dirPath, entry.header.time, entry.header.time);
|
|
135043
135077
|
} catch (er) {
|
|
135044
135078
|
callback2(getError("Unable to create folder", dirPath));
|
|
135079
|
+
continue;
|
|
135080
|
+
}
|
|
135081
|
+
if (dirAttr) deferredDirAttr.push({ path: dirPath, attr: dirAttr });
|
|
135082
|
+
try {
|
|
135083
|
+
filetools.fs.utimesSync(dirPath, entry.header.time, entry.header.time);
|
|
135084
|
+
} catch (er) {
|
|
135045
135085
|
}
|
|
135046
135086
|
}
|
|
135087
|
+
const done = (err2) => {
|
|
135088
|
+
if (!err2) {
|
|
135089
|
+
try {
|
|
135090
|
+
applyDirAttributes(deferredDirAttr);
|
|
135091
|
+
} catch (er) {
|
|
135092
|
+
return callback2(getError("Unable to set folder permissions", er.path || ""));
|
|
135093
|
+
}
|
|
135094
|
+
}
|
|
135095
|
+
callback2(err2);
|
|
135096
|
+
};
|
|
135047
135097
|
fileEntries.reverse().reduce(function(next2, entry) {
|
|
135048
135098
|
return function(err2) {
|
|
135049
135099
|
if (err2) {
|
|
@@ -135060,21 +135110,17 @@ var require_adm_zip = __commonJS({
|
|
|
135060
135110
|
const fileAttr = keepOriginalPermission ? entry.header.fileAttr : void 0;
|
|
135061
135111
|
filetools.writeFileToAsync(filePath, content, overwrite2, fileAttr, function(succ) {
|
|
135062
135112
|
if (!succ) {
|
|
135063
|
-
next2(getError("Unable to write file", filePath));
|
|
135113
|
+
return next2(getError("Unable to write file", filePath));
|
|
135064
135114
|
}
|
|
135065
|
-
filetools.fs.utimes(filePath, entry.header.time, entry.header.time, function(
|
|
135066
|
-
|
|
135067
|
-
next2(getError("Unable to set times", filePath));
|
|
135068
|
-
} else {
|
|
135069
|
-
next2();
|
|
135070
|
-
}
|
|
135115
|
+
filetools.fs.utimes(filePath, entry.header.time, entry.header.time, function() {
|
|
135116
|
+
next2();
|
|
135071
135117
|
});
|
|
135072
135118
|
});
|
|
135073
135119
|
}
|
|
135074
135120
|
});
|
|
135075
135121
|
}
|
|
135076
135122
|
};
|
|
135077
|
-
},
|
|
135123
|
+
}, done)();
|
|
135078
135124
|
},
|
|
135079
135125
|
/**
|
|
135080
135126
|
* Writes the newly created zip file to disk at the specified location or if a zip was opened and no ``targetFileName`` is provided, it will overwrite the opened zip
|
|
@@ -146608,9 +146654,9 @@ var require_lodash2 = __commonJS({
|
|
|
146608
146654
|
}
|
|
146609
146655
|
});
|
|
146610
146656
|
|
|
146611
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/normalize-registry-url/2.0.1/
|
|
146657
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/normalize-registry-url/2.0.1/2e85a448e1657a128fce3a08f2d40976795b216e6b01c63c906dfba8bbd60302/node_modules/normalize-registry-url/index.js
|
|
146612
146658
|
var require_normalize_registry_url = __commonJS({
|
|
146613
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/normalize-registry-url/2.0.1/
|
|
146659
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/normalize-registry-url/2.0.1/2e85a448e1657a128fce3a08f2d40976795b216e6b01c63c906dfba8bbd60302/node_modules/normalize-registry-url/index.js"(exports2, module2) {
|
|
146614
146660
|
"use strict";
|
|
146615
146661
|
module2.exports = function(registry) {
|
|
146616
146662
|
if (typeof registry !== "string") {
|
|
@@ -146620,7 +146666,7 @@ var require_normalize_registry_url = __commonJS({
|
|
|
146620
146666
|
registry = new URL(registry).toString();
|
|
146621
146667
|
} catch {
|
|
146622
146668
|
}
|
|
146623
|
-
if (registry.endsWith("/")
|
|
146669
|
+
if (registry.endsWith("/")) return registry;
|
|
146624
146670
|
return `${registry}/`;
|
|
146625
146671
|
};
|
|
146626
146672
|
}
|
|
@@ -176302,7 +176348,7 @@ async function resolveDependency2(wantedDependency, ctx, options) {
|
|
|
176302
176348
|
childrenResolutionId: childrenResolution.id,
|
|
176303
176349
|
pkgId: pkgResponse.body.id,
|
|
176304
176350
|
rootDir,
|
|
176305
|
-
missingPeers: getMissingPeers(
|
|
176351
|
+
missingPeers: getMissingPeers(resolvedPkg.peerDependencies),
|
|
176306
176352
|
optional: resolvedPkg.optional,
|
|
176307
176353
|
version: resolvedPkg.version,
|
|
176308
176354
|
saveCatalogName: wantedDependency.saveCatalogName,
|
|
@@ -176342,12 +176388,12 @@ function getManifestFromResponse(pkgResponse, wantedDependency, currentPkg) {
|
|
|
176342
176388
|
version: "0.0.0"
|
|
176343
176389
|
};
|
|
176344
176390
|
}
|
|
176345
|
-
function getMissingPeers(
|
|
176391
|
+
function getMissingPeers(peerDependencies) {
|
|
176346
176392
|
const missingPeers = {};
|
|
176347
|
-
for (const [peerName,
|
|
176393
|
+
for (const [peerName, peerDep] of Object.entries(peerDependencies)) {
|
|
176348
176394
|
missingPeers[peerName] = {
|
|
176349
|
-
range:
|
|
176350
|
-
optional:
|
|
176395
|
+
range: peerDep.version,
|
|
176396
|
+
optional: peerDep.optional === true
|
|
176351
176397
|
};
|
|
176352
176398
|
}
|
|
176353
176399
|
return missingPeers;
|
|
@@ -181275,7 +181321,7 @@ async function buildDependency(depPath, depGraph, opts3) {
|
|
|
181275
181321
|
} catch (err2) {
|
|
181276
181322
|
assert9(util37.types.isNativeError(err2));
|
|
181277
181323
|
if (opts3.enableGlobalVirtualStore) {
|
|
181278
|
-
const hashDir = path110.
|
|
181324
|
+
const hashDir = path110.dirname(depNode.modules);
|
|
181279
181325
|
await fs66.rm(hashDir, { recursive: true, force: true });
|
|
181280
181326
|
}
|
|
181281
181327
|
if (depNode.optional) {
|
|
@@ -190877,6 +190923,8 @@ import { gunzip } from "node:zlib";
|
|
|
190877
190923
|
async function resolveViaPnprServer(opts3) {
|
|
190878
190924
|
const projects = opts3.projects ?? [{
|
|
190879
190925
|
dir: ".",
|
|
190926
|
+
name: opts3.name,
|
|
190927
|
+
version: opts3.version,
|
|
190880
190928
|
dependencies: opts3.dependencies,
|
|
190881
190929
|
devDependencies: opts3.devDependencies,
|
|
190882
190930
|
optionalDependencies: opts3.optionalDependencies
|
|
@@ -191923,12 +191971,16 @@ async function installViaPnprServer(manifest, rootDir, opts3, allInstallProjects
|
|
|
191923
191971
|
logger.info({ message: "Resolving dependencies via the pnpr server", prefix: rootDir });
|
|
191924
191972
|
const projectsList = allInstallProjects && allInstallProjects.length > 1 ? allInstallProjects.map((p) => ({
|
|
191925
191973
|
dir: (path133.relative(lockfileDir, p.rootDir) || ".").split(path133.sep).join("/"),
|
|
191974
|
+
name: p.manifest.name,
|
|
191975
|
+
version: p.manifest.version,
|
|
191926
191976
|
dependencies: p.manifest.dependencies,
|
|
191927
191977
|
devDependencies: p.manifest.devDependencies,
|
|
191928
191978
|
optionalDependencies: p.manifest.optionalDependencies
|
|
191929
191979
|
})) : void 0;
|
|
191930
191980
|
const { lockfile, stats: pnprStats } = await resolveViaPnprServer2({
|
|
191931
191981
|
registryUrl: opts3.pnprServer,
|
|
191982
|
+
name: projectsList ? void 0 : manifest.name,
|
|
191983
|
+
version: projectsList ? void 0 : manifest.version,
|
|
191932
191984
|
dependencies: projectsList ? void 0 : manifest.dependencies,
|
|
191933
191985
|
devDependencies: projectsList ? void 0 : manifest.devDependencies,
|
|
191934
191986
|
optionalDependencies: projectsList ? void 0 : manifest.optionalDependencies,
|
|
@@ -195989,6 +196041,10 @@ var init_types3 = __esm({
|
|
|
195989
196041
|
"preferWorkspacePackages",
|
|
195990
196042
|
"production",
|
|
195991
196043
|
"publicHoistPattern",
|
|
196044
|
+
// A `supportedArchitectures` change alters which platform-specific
|
|
196045
|
+
// optional dependencies are installed without touching the lockfile,
|
|
196046
|
+
// so it must invalidate the up-to-date fast path.
|
|
196047
|
+
"supportedArchitectures",
|
|
195992
196048
|
"trustPolicy",
|
|
195993
196049
|
"trustPolicyExclude",
|
|
195994
196050
|
"trustPolicyIgnoreAfter",
|
|
@@ -226829,9 +226885,9 @@ var init_lib145 = __esm({
|
|
|
226829
226885
|
}
|
|
226830
226886
|
});
|
|
226831
226887
|
|
|
226832
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
226888
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/constants.js
|
|
226833
226889
|
var require_constants17 = __commonJS({
|
|
226834
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
226890
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/constants.js"(exports2, module2) {
|
|
226835
226891
|
var COMPLETION_DIR = "~/.config/tabtab";
|
|
226836
226892
|
var SUPPORTED_SHELLS3 = (
|
|
226837
226893
|
/** @type {const} */
|
|
@@ -231504,9 +231560,9 @@ var require_ms = __commonJS({
|
|
|
231504
231560
|
}
|
|
231505
231561
|
});
|
|
231506
231562
|
|
|
231507
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/
|
|
231563
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/common.js
|
|
231508
231564
|
var require_common5 = __commonJS({
|
|
231509
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/
|
|
231565
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/common.js"(exports2, module2) {
|
|
231510
231566
|
function setup(env3) {
|
|
231511
231567
|
createDebug.debug = createDebug;
|
|
231512
231568
|
createDebug.default = createDebug;
|
|
@@ -231681,9 +231737,9 @@ var require_common5 = __commonJS({
|
|
|
231681
231737
|
}
|
|
231682
231738
|
});
|
|
231683
231739
|
|
|
231684
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/
|
|
231740
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/browser.js
|
|
231685
231741
|
var require_browser = __commonJS({
|
|
231686
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/
|
|
231742
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/browser.js"(exports2, module2) {
|
|
231687
231743
|
exports2.formatArgs = formatArgs;
|
|
231688
231744
|
exports2.save = save;
|
|
231689
231745
|
exports2.load = load3;
|
|
@@ -231851,9 +231907,158 @@ var require_browser = __commonJS({
|
|
|
231851
231907
|
}
|
|
231852
231908
|
});
|
|
231853
231909
|
|
|
231854
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/
|
|
231910
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/supports-color/10.2.2/d7b50f591c2c70caab44b381b07a2ac38e77d341cd4354f5d48cfc70624c8800/node_modules/supports-color/index.js
|
|
231911
|
+
var supports_color_exports = {};
|
|
231912
|
+
__export(supports_color_exports, {
|
|
231913
|
+
createSupportsColor: () => createSupportsColor2,
|
|
231914
|
+
default: () => supports_color_default2
|
|
231915
|
+
});
|
|
231916
|
+
import process20 from "node:process";
|
|
231917
|
+
import os13 from "node:os";
|
|
231918
|
+
import tty4 from "node:tty";
|
|
231919
|
+
function hasFlag2(flag, argv2 = globalThis.Deno ? globalThis.Deno.args : process20.argv) {
|
|
231920
|
+
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
231921
|
+
const position3 = argv2.indexOf(prefix + flag);
|
|
231922
|
+
const terminatorPosition = argv2.indexOf("--");
|
|
231923
|
+
return position3 !== -1 && (terminatorPosition === -1 || position3 < terminatorPosition);
|
|
231924
|
+
}
|
|
231925
|
+
function envForceColor2() {
|
|
231926
|
+
if (!("FORCE_COLOR" in env2)) {
|
|
231927
|
+
return;
|
|
231928
|
+
}
|
|
231929
|
+
if (env2.FORCE_COLOR === "true") {
|
|
231930
|
+
return 1;
|
|
231931
|
+
}
|
|
231932
|
+
if (env2.FORCE_COLOR === "false") {
|
|
231933
|
+
return 0;
|
|
231934
|
+
}
|
|
231935
|
+
if (env2.FORCE_COLOR.length === 0) {
|
|
231936
|
+
return 1;
|
|
231937
|
+
}
|
|
231938
|
+
const level = Math.min(Number.parseInt(env2.FORCE_COLOR, 10), 3);
|
|
231939
|
+
if (![0, 1, 2, 3].includes(level)) {
|
|
231940
|
+
return;
|
|
231941
|
+
}
|
|
231942
|
+
return level;
|
|
231943
|
+
}
|
|
231944
|
+
function translateLevel2(level) {
|
|
231945
|
+
if (level === 0) {
|
|
231946
|
+
return false;
|
|
231947
|
+
}
|
|
231948
|
+
return {
|
|
231949
|
+
level,
|
|
231950
|
+
hasBasic: true,
|
|
231951
|
+
has256: level >= 2,
|
|
231952
|
+
has16m: level >= 3
|
|
231953
|
+
};
|
|
231954
|
+
}
|
|
231955
|
+
function _supportsColor2(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
|
|
231956
|
+
const noFlagForceColor = envForceColor2();
|
|
231957
|
+
if (noFlagForceColor !== void 0) {
|
|
231958
|
+
flagForceColor2 = noFlagForceColor;
|
|
231959
|
+
}
|
|
231960
|
+
const forceColor = sniffFlags ? flagForceColor2 : noFlagForceColor;
|
|
231961
|
+
if (forceColor === 0) {
|
|
231962
|
+
return 0;
|
|
231963
|
+
}
|
|
231964
|
+
if (sniffFlags) {
|
|
231965
|
+
if (hasFlag2("color=16m") || hasFlag2("color=full") || hasFlag2("color=truecolor")) {
|
|
231966
|
+
return 3;
|
|
231967
|
+
}
|
|
231968
|
+
if (hasFlag2("color=256")) {
|
|
231969
|
+
return 2;
|
|
231970
|
+
}
|
|
231971
|
+
}
|
|
231972
|
+
if ("TF_BUILD" in env2 && "AGENT_NAME" in env2) {
|
|
231973
|
+
return 1;
|
|
231974
|
+
}
|
|
231975
|
+
if (haveStream && !streamIsTTY && forceColor === void 0) {
|
|
231976
|
+
return 0;
|
|
231977
|
+
}
|
|
231978
|
+
const min = forceColor || 0;
|
|
231979
|
+
if (env2.TERM === "dumb") {
|
|
231980
|
+
return min;
|
|
231981
|
+
}
|
|
231982
|
+
if (process20.platform === "win32") {
|
|
231983
|
+
const osRelease = os13.release().split(".");
|
|
231984
|
+
if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
|
|
231985
|
+
return Number(osRelease[2]) >= 14931 ? 3 : 2;
|
|
231986
|
+
}
|
|
231987
|
+
return 1;
|
|
231988
|
+
}
|
|
231989
|
+
if ("CI" in env2) {
|
|
231990
|
+
if (["GITHUB_ACTIONS", "GITEA_ACTIONS", "CIRCLECI"].some((key) => key in env2)) {
|
|
231991
|
+
return 3;
|
|
231992
|
+
}
|
|
231993
|
+
if (["TRAVIS", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env2) || env2.CI_NAME === "codeship") {
|
|
231994
|
+
return 1;
|
|
231995
|
+
}
|
|
231996
|
+
return min;
|
|
231997
|
+
}
|
|
231998
|
+
if ("TEAMCITY_VERSION" in env2) {
|
|
231999
|
+
return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env2.TEAMCITY_VERSION) ? 1 : 0;
|
|
232000
|
+
}
|
|
232001
|
+
if (env2.COLORTERM === "truecolor") {
|
|
232002
|
+
return 3;
|
|
232003
|
+
}
|
|
232004
|
+
if (env2.TERM === "xterm-kitty") {
|
|
232005
|
+
return 3;
|
|
232006
|
+
}
|
|
232007
|
+
if (env2.TERM === "xterm-ghostty") {
|
|
232008
|
+
return 3;
|
|
232009
|
+
}
|
|
232010
|
+
if (env2.TERM === "wezterm") {
|
|
232011
|
+
return 3;
|
|
232012
|
+
}
|
|
232013
|
+
if ("TERM_PROGRAM" in env2) {
|
|
232014
|
+
const version2 = Number.parseInt((env2.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
232015
|
+
switch (env2.TERM_PROGRAM) {
|
|
232016
|
+
case "iTerm.app": {
|
|
232017
|
+
return version2 >= 3 ? 3 : 2;
|
|
232018
|
+
}
|
|
232019
|
+
case "Apple_Terminal": {
|
|
232020
|
+
return 2;
|
|
232021
|
+
}
|
|
232022
|
+
}
|
|
232023
|
+
}
|
|
232024
|
+
if (/-256(color)?$/i.test(env2.TERM)) {
|
|
232025
|
+
return 2;
|
|
232026
|
+
}
|
|
232027
|
+
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env2.TERM)) {
|
|
232028
|
+
return 1;
|
|
232029
|
+
}
|
|
232030
|
+
if ("COLORTERM" in env2) {
|
|
232031
|
+
return 1;
|
|
232032
|
+
}
|
|
232033
|
+
return min;
|
|
232034
|
+
}
|
|
232035
|
+
function createSupportsColor2(stream2, options = {}) {
|
|
232036
|
+
const level = _supportsColor2(stream2, {
|
|
232037
|
+
streamIsTTY: stream2 && stream2.isTTY,
|
|
232038
|
+
...options
|
|
232039
|
+
});
|
|
232040
|
+
return translateLevel2(level);
|
|
232041
|
+
}
|
|
232042
|
+
var env2, flagForceColor2, supportsColor2, supports_color_default2;
|
|
232043
|
+
var init_supports_color2 = __esm({
|
|
232044
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/supports-color/10.2.2/d7b50f591c2c70caab44b381b07a2ac38e77d341cd4354f5d48cfc70624c8800/node_modules/supports-color/index.js"() {
|
|
232045
|
+
({ env: env2 } = process20);
|
|
232046
|
+
if (hasFlag2("no-color") || hasFlag2("no-colors") || hasFlag2("color=false") || hasFlag2("color=never")) {
|
|
232047
|
+
flagForceColor2 = 0;
|
|
232048
|
+
} else if (hasFlag2("color") || hasFlag2("colors") || hasFlag2("color=true") || hasFlag2("color=always")) {
|
|
232049
|
+
flagForceColor2 = 1;
|
|
232050
|
+
}
|
|
232051
|
+
supportsColor2 = {
|
|
232052
|
+
stdout: createSupportsColor2({ isTTY: tty4.isatty(1) }),
|
|
232053
|
+
stderr: createSupportsColor2({ isTTY: tty4.isatty(2) })
|
|
232054
|
+
};
|
|
232055
|
+
supports_color_default2 = supportsColor2;
|
|
232056
|
+
}
|
|
232057
|
+
});
|
|
232058
|
+
|
|
232059
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/node.js
|
|
231855
232060
|
var require_node = __commonJS({
|
|
231856
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/
|
|
232061
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/node.js"(exports2, module2) {
|
|
231857
232062
|
var tty5 = __require("tty");
|
|
231858
232063
|
var util65 = __require("util");
|
|
231859
232064
|
exports2.init = init2;
|
|
@@ -231869,7 +232074,7 @@ var require_node = __commonJS({
|
|
|
231869
232074
|
);
|
|
231870
232075
|
exports2.colors = [6, 2, 3, 4, 5, 1];
|
|
231871
232076
|
try {
|
|
231872
|
-
const supportsColor3 =
|
|
232077
|
+
const supportsColor3 = (init_supports_color2(), __toCommonJS(supports_color_exports));
|
|
231873
232078
|
if (supportsColor3 && (supportsColor3.stderr || supportsColor3).level >= 2) {
|
|
231874
232079
|
exports2.colors = [
|
|
231875
232080
|
20,
|
|
@@ -232025,9 +232230,9 @@ var require_node = __commonJS({
|
|
|
232025
232230
|
}
|
|
232026
232231
|
});
|
|
232027
232232
|
|
|
232028
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/
|
|
232233
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/index.js
|
|
232029
232234
|
var require_src3 = __commonJS({
|
|
232030
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/
|
|
232235
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/debug/4.4.3/d565ec0b596b28151df48e06ac8c9f83689f6bec2986b670c690d704d97d9f80/node_modules/debug/src/index.js"(exports2, module2) {
|
|
232031
232236
|
if (typeof process === "undefined" || process.type === "renderer" || process.browser === true || process.__nwjs) {
|
|
232032
232237
|
module2.exports = require_browser();
|
|
232033
232238
|
} else {
|
|
@@ -232036,9 +232241,9 @@ var require_src3 = __commonJS({
|
|
|
232036
232241
|
}
|
|
232037
232242
|
});
|
|
232038
232243
|
|
|
232039
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232244
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/utils/tabtabDebug.js
|
|
232040
232245
|
var require_tabtabDebug = __commonJS({
|
|
232041
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232246
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/utils/tabtabDebug.js"(exports2, module2) {
|
|
232042
232247
|
var fs127 = __require("fs");
|
|
232043
232248
|
var util65 = __require("util");
|
|
232044
232249
|
var tabtabDebug = (name) => {
|
|
@@ -232069,9 +232274,9 @@ var require_tabtabDebug = __commonJS({
|
|
|
232069
232274
|
}
|
|
232070
232275
|
});
|
|
232071
232276
|
|
|
232072
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232277
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/prompt.js
|
|
232073
232278
|
var require_prompt2 = __commonJS({
|
|
232074
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232279
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/prompt.js"(exports2, module2) {
|
|
232075
232280
|
var enquirer = require_enquirer();
|
|
232076
232281
|
var path237 = __require("path");
|
|
232077
232282
|
var { SUPPORTED_SHELLS: SUPPORTED_SHELLS3, SHELL_LOCATIONS } = require_constants17();
|
|
@@ -232146,9 +232351,9 @@ var require_untildify = __commonJS({
|
|
|
232146
232351
|
}
|
|
232147
232352
|
});
|
|
232148
232353
|
|
|
232149
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232354
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/utils/exists.js
|
|
232150
232355
|
var require_exists = __commonJS({
|
|
232151
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232356
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/utils/exists.js"(exports2, module2) {
|
|
232152
232357
|
var fs127 = __require("fs");
|
|
232153
232358
|
var untildify = require_untildify();
|
|
232154
232359
|
var { promisify: promisify15 } = __require("util");
|
|
@@ -232166,9 +232371,9 @@ var require_exists = __commonJS({
|
|
|
232166
232371
|
}
|
|
232167
232372
|
});
|
|
232168
232373
|
|
|
232169
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232374
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/utils/index.js
|
|
232170
232375
|
var require_utils17 = __commonJS({
|
|
232171
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232376
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/utils/index.js"(exports2, module2) {
|
|
232172
232377
|
var tabtabDebug = require_tabtabDebug();
|
|
232173
232378
|
var exists = require_exists();
|
|
232174
232379
|
module2.exports = {
|
|
@@ -232178,9 +232383,9 @@ var require_utils17 = __commonJS({
|
|
|
232178
232383
|
}
|
|
232179
232384
|
});
|
|
232180
232385
|
|
|
232181
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232386
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/filename.js
|
|
232182
232387
|
var require_filename = __commonJS({
|
|
232183
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232388
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/filename.js"(exports2, module2) {
|
|
232184
232389
|
var { COMPLETION_FILE_EXT } = require_constants17();
|
|
232185
232390
|
var templateFileName = (shell) => {
|
|
232186
232391
|
const ext = COMPLETION_FILE_EXT[shell];
|
|
@@ -232211,9 +232416,9 @@ var require_filename = __commonJS({
|
|
|
232211
232416
|
}
|
|
232212
232417
|
});
|
|
232213
232418
|
|
|
232214
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232419
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/installer.js
|
|
232215
232420
|
var require_installer = __commonJS({
|
|
232216
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232421
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/installer.js"(exports2, module2) {
|
|
232217
232422
|
var fs127 = __require("fs");
|
|
232218
232423
|
var path237 = __require("path");
|
|
232219
232424
|
var untildify = require_untildify();
|
|
@@ -232486,9 +232691,9 @@ ${sourceLineForShell(scriptname, shell)}`);
|
|
|
232486
232691
|
}
|
|
232487
232692
|
});
|
|
232488
232693
|
|
|
232489
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232694
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/index.js
|
|
232490
232695
|
var require_lib26 = __commonJS({
|
|
232491
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/
|
|
232696
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/tabtab/0.5.4/80735727a3a4989293fd41d5168ae98f0c302c17b6b67fd4a629d3e0e4c11327/node_modules/@pnpm/tabtab/lib/index.js"(exports2, module2) {
|
|
232492
232697
|
var path237 = __require("path");
|
|
232493
232698
|
var { SUPPORTED_SHELLS: SUPPORTED_SHELLS3, SHELL_LOCATIONS } = require_constants17();
|
|
232494
232699
|
var prompt = require_prompt2();
|
|
@@ -241541,7 +241746,7 @@ var init_verifyPnpmEngineIdentity = __esm({
|
|
|
241541
241746
|
|
|
241542
241747
|
// ../engine/pm/commands/lib/self-updater/installPnpm.js
|
|
241543
241748
|
import fs96 from "node:fs";
|
|
241544
|
-
import
|
|
241749
|
+
import os14 from "node:os";
|
|
241545
241750
|
import path176 from "node:path";
|
|
241546
241751
|
import util48 from "node:util";
|
|
241547
241752
|
function assertReleaseIsInstallable(version2) {
|
|
@@ -241662,7 +241867,7 @@ async function installPnpmToGlobalDir(opts3, pkgName, version2, wantedLockfile)
|
|
|
241662
241867
|
}
|
|
241663
241868
|
function assertPnpmRuns(binDir, version2) {
|
|
241664
241869
|
const pnpmBinPath = path176.join(binDir, "pnpm");
|
|
241665
|
-
const probeDir = fs96.mkdtempSync(path176.join(
|
|
241870
|
+
const probeDir = fs96.mkdtempSync(path176.join(os14.tmpdir(), "pnpm-self-update-check-"));
|
|
241666
241871
|
let result2;
|
|
241667
241872
|
try {
|
|
241668
241873
|
result2 = import_cross_spawn2.default.sync(pnpmBinPath, ["--version"], {
|
|
@@ -242069,11 +242274,21 @@ async function handler33(opts3, params) {
|
|
|
242069
242274
|
return `Successfully updated pnpm to v${resolution.manifest.version}`;
|
|
242070
242275
|
}
|
|
242071
242276
|
function hasLegacyHomeDirShim(pnpmHomeDir) {
|
|
242072
|
-
|
|
242073
|
-
|
|
242277
|
+
const shShim = path177.join(pnpmHomeDir, "pnpm");
|
|
242278
|
+
if (fs97.existsSync(shShim)) {
|
|
242279
|
+
const target2 = readShimTarget(shShim);
|
|
242280
|
+
if (target2 === void 0)
|
|
242074
242281
|
return true;
|
|
242282
|
+
return fs97.existsSync(path177.resolve(path177.dirname(shShim), target2));
|
|
242075
242283
|
}
|
|
242076
|
-
return
|
|
242284
|
+
return fs97.existsSync(path177.join(pnpmHomeDir, "pnpm.cmd"));
|
|
242285
|
+
}
|
|
242286
|
+
function readShimTarget(shimPath) {
|
|
242287
|
+
try {
|
|
242288
|
+
return fs97.readFileSync(shimPath, "utf8").match(/^#\s*cmd-shim-target=(.+)$/m)?.[1];
|
|
242289
|
+
} catch {
|
|
242290
|
+
}
|
|
242291
|
+
return void 0;
|
|
242077
242292
|
}
|
|
242078
242293
|
function updateVersionConstraint(current, newVersion) {
|
|
242079
242294
|
if (current == null)
|
|
@@ -243596,9 +243811,9 @@ var require_call_bound = __commonJS({
|
|
|
243596
243811
|
}
|
|
243597
243812
|
});
|
|
243598
243813
|
|
|
243599
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
243814
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/IsArray.js
|
|
243600
243815
|
var require_IsArray = __commonJS({
|
|
243601
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
243816
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/IsArray.js"(exports2, module2) {
|
|
243602
243817
|
"use strict";
|
|
243603
243818
|
var GetIntrinsic = require_get_intrinsic();
|
|
243604
243819
|
var $Array = GetIntrinsic("%Array%");
|
|
@@ -243609,17 +243824,17 @@ var require_IsArray = __commonJS({
|
|
|
243609
243824
|
}
|
|
243610
243825
|
});
|
|
243611
243826
|
|
|
243612
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
243827
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsArray.js
|
|
243613
243828
|
var require_IsArray2 = __commonJS({
|
|
243614
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
243829
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsArray.js"(exports2, module2) {
|
|
243615
243830
|
"use strict";
|
|
243616
243831
|
module2.exports = require_IsArray();
|
|
243617
243832
|
}
|
|
243618
243833
|
});
|
|
243619
243834
|
|
|
243620
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
243835
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Call.js
|
|
243621
243836
|
var require_Call = __commonJS({
|
|
243622
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
243837
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Call.js"(exports2, module2) {
|
|
243623
243838
|
"use strict";
|
|
243624
243839
|
var GetIntrinsic = require_get_intrinsic();
|
|
243625
243840
|
var callBound = require_call_bound();
|
|
@@ -244174,9 +244389,9 @@ var require_object_inspect = __commonJS({
|
|
|
244174
244389
|
}
|
|
244175
244390
|
});
|
|
244176
244391
|
|
|
244177
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244392
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isPropertyKey.js
|
|
244178
244393
|
var require_isPropertyKey = __commonJS({
|
|
244179
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244394
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isPropertyKey.js"(exports2, module2) {
|
|
244180
244395
|
"use strict";
|
|
244181
244396
|
module2.exports = function isPropertyKey(argument) {
|
|
244182
244397
|
return typeof argument === "string" || typeof argument === "symbol";
|
|
@@ -244194,9 +244409,9 @@ var require_isObject2 = __commonJS({
|
|
|
244194
244409
|
}
|
|
244195
244410
|
});
|
|
244196
244411
|
|
|
244197
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244412
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Get.js
|
|
244198
244413
|
var require_Get = __commonJS({
|
|
244199
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244414
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Get.js"(exports2, module2) {
|
|
244200
244415
|
"use strict";
|
|
244201
244416
|
var $TypeError = require_type3();
|
|
244202
244417
|
var inspect3 = require_object_inspect();
|
|
@@ -244214,9 +244429,9 @@ var require_Get = __commonJS({
|
|
|
244214
244429
|
}
|
|
244215
244430
|
});
|
|
244216
244431
|
|
|
244217
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244432
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/GetV.js
|
|
244218
244433
|
var require_GetV = __commonJS({
|
|
244219
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244434
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/GetV.js"(exports2, module2) {
|
|
244220
244435
|
"use strict";
|
|
244221
244436
|
var $TypeError = require_type3();
|
|
244222
244437
|
var inspect3 = require_object_inspect();
|
|
@@ -244348,17 +244563,17 @@ var require_is_callable = __commonJS({
|
|
|
244348
244563
|
}
|
|
244349
244564
|
});
|
|
244350
244565
|
|
|
244351
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244566
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsCallable.js
|
|
244352
244567
|
var require_IsCallable = __commonJS({
|
|
244353
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244568
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsCallable.js"(exports2, module2) {
|
|
244354
244569
|
"use strict";
|
|
244355
244570
|
module2.exports = require_is_callable();
|
|
244356
244571
|
}
|
|
244357
244572
|
});
|
|
244358
244573
|
|
|
244359
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244574
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/GetMethod.js
|
|
244360
244575
|
var require_GetMethod = __commonJS({
|
|
244361
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244576
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/GetMethod.js"(exports2, module2) {
|
|
244362
244577
|
"use strict";
|
|
244363
244578
|
var $TypeError = require_type3();
|
|
244364
244579
|
var GetV = require_GetV();
|
|
@@ -244461,9 +244676,9 @@ var require_is_regex = __commonJS({
|
|
|
244461
244676
|
}
|
|
244462
244677
|
});
|
|
244463
244678
|
|
|
244464
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244679
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToBoolean.js
|
|
244465
244680
|
var require_ToBoolean = __commonJS({
|
|
244466
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244681
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToBoolean.js"(exports2, module2) {
|
|
244467
244682
|
"use strict";
|
|
244468
244683
|
module2.exports = function ToBoolean(value) {
|
|
244469
244684
|
return !!value;
|
|
@@ -244471,9 +244686,9 @@ var require_ToBoolean = __commonJS({
|
|
|
244471
244686
|
}
|
|
244472
244687
|
});
|
|
244473
244688
|
|
|
244474
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244689
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsRegExp.js
|
|
244475
244690
|
var require_IsRegExp = __commonJS({
|
|
244476
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244691
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsRegExp.js"(exports2, module2) {
|
|
244477
244692
|
"use strict";
|
|
244478
244693
|
var GetIntrinsic = require_get_intrinsic();
|
|
244479
244694
|
var $match = GetIntrinsic("%Symbol.match%", true);
|
|
@@ -244495,9 +244710,9 @@ var require_IsRegExp = __commonJS({
|
|
|
244495
244710
|
}
|
|
244496
244711
|
});
|
|
244497
244712
|
|
|
244498
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244713
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToString.js
|
|
244499
244714
|
var require_ToString = __commonJS({
|
|
244500
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244715
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToString.js"(exports2, module2) {
|
|
244501
244716
|
"use strict";
|
|
244502
244717
|
var GetIntrinsic = require_get_intrinsic();
|
|
244503
244718
|
var $String = GetIntrinsic("%String%");
|
|
@@ -244719,9 +244934,9 @@ var require_regexp_prototype = __commonJS({
|
|
|
244719
244934
|
}
|
|
244720
244935
|
});
|
|
244721
244936
|
|
|
244722
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244937
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isLeadingSurrogate.js
|
|
244723
244938
|
var require_isLeadingSurrogate = __commonJS({
|
|
244724
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244939
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isLeadingSurrogate.js"(exports2, module2) {
|
|
244725
244940
|
"use strict";
|
|
244726
244941
|
module2.exports = function isLeadingSurrogate(charCode) {
|
|
244727
244942
|
return typeof charCode === "number" && charCode >= 55296 && charCode <= 56319;
|
|
@@ -244729,9 +244944,9 @@ var require_isLeadingSurrogate = __commonJS({
|
|
|
244729
244944
|
}
|
|
244730
244945
|
});
|
|
244731
244946
|
|
|
244732
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244947
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isTrailingSurrogate.js
|
|
244733
244948
|
var require_isTrailingSurrogate = __commonJS({
|
|
244734
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244949
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isTrailingSurrogate.js"(exports2, module2) {
|
|
244735
244950
|
"use strict";
|
|
244736
244951
|
module2.exports = function isTrailingSurrogate(charCode) {
|
|
244737
244952
|
return typeof charCode === "number" && charCode >= 56320 && charCode <= 57343;
|
|
@@ -244739,9 +244954,9 @@ var require_isTrailingSurrogate = __commonJS({
|
|
|
244739
244954
|
}
|
|
244740
244955
|
});
|
|
244741
244956
|
|
|
244742
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244957
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js
|
|
244743
244958
|
var require_UTF16SurrogatePairToCodePoint = __commonJS({
|
|
244744
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244959
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/UTF16SurrogatePairToCodePoint.js"(exports2, module2) {
|
|
244745
244960
|
"use strict";
|
|
244746
244961
|
var GetIntrinsic = require_get_intrinsic();
|
|
244747
244962
|
var $TypeError = require_type3();
|
|
@@ -244757,9 +244972,9 @@ var require_UTF16SurrogatePairToCodePoint = __commonJS({
|
|
|
244757
244972
|
}
|
|
244758
244973
|
});
|
|
244759
244974
|
|
|
244760
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244975
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/CodePointAt.js
|
|
244761
244976
|
var require_CodePointAt = __commonJS({
|
|
244762
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
244977
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/CodePointAt.js"(exports2, module2) {
|
|
244763
244978
|
"use strict";
|
|
244764
244979
|
var $TypeError = require_type3();
|
|
244765
244980
|
var callBound = require_call_bound();
|
|
@@ -244849,9 +245064,9 @@ var require_maxSafeInteger = __commonJS({
|
|
|
244849
245064
|
}
|
|
244850
245065
|
});
|
|
244851
245066
|
|
|
244852
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245067
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/AdvanceStringIndex.js
|
|
244853
245068
|
var require_AdvanceStringIndex = __commonJS({
|
|
244854
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245069
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/AdvanceStringIndex.js"(exports2, module2) {
|
|
244855
245070
|
"use strict";
|
|
244856
245071
|
var CodePointAt = require_CodePointAt();
|
|
244857
245072
|
var $TypeError = require_type3();
|
|
@@ -244880,9 +245095,9 @@ var require_AdvanceStringIndex = __commonJS({
|
|
|
244880
245095
|
}
|
|
244881
245096
|
});
|
|
244882
245097
|
|
|
244883
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245098
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/CreateIterResultObject.js
|
|
244884
245099
|
var require_CreateIterResultObject = __commonJS({
|
|
244885
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245100
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/CreateIterResultObject.js"(exports2, module2) {
|
|
244886
245101
|
"use strict";
|
|
244887
245102
|
var $TypeError = require_type3();
|
|
244888
245103
|
module2.exports = function CreateIterResultObject(value, done) {
|
|
@@ -244897,9 +245112,9 @@ var require_CreateIterResultObject = __commonJS({
|
|
|
244897
245112
|
}
|
|
244898
245113
|
});
|
|
244899
245114
|
|
|
244900
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245115
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/records/property-descriptor.js
|
|
244901
245116
|
var require_property_descriptor = __commonJS({
|
|
244902
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245117
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/records/property-descriptor.js"(exports2, module2) {
|
|
244903
245118
|
"use strict";
|
|
244904
245119
|
var $TypeError = require_type3();
|
|
244905
245120
|
var hasOwn2 = require_hasown();
|
|
@@ -244931,9 +245146,9 @@ var require_property_descriptor = __commonJS({
|
|
|
244931
245146
|
}
|
|
244932
245147
|
});
|
|
244933
245148
|
|
|
244934
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245149
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/DefineOwnProperty.js
|
|
244935
245150
|
var require_DefineOwnProperty = __commonJS({
|
|
244936
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245151
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/DefineOwnProperty.js"(exports2, module2) {
|
|
244937
245152
|
"use strict";
|
|
244938
245153
|
var hasPropertyDescriptors = require_has_property_descriptors();
|
|
244939
245154
|
var $defineProperty = require_es_define_property();
|
|
@@ -244966,9 +245181,9 @@ var require_DefineOwnProperty = __commonJS({
|
|
|
244966
245181
|
}
|
|
244967
245182
|
});
|
|
244968
245183
|
|
|
244969
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245184
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/fromPropertyDescriptor.js
|
|
244970
245185
|
var require_fromPropertyDescriptor = __commonJS({
|
|
244971
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245186
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/fromPropertyDescriptor.js"(exports2, module2) {
|
|
244972
245187
|
"use strict";
|
|
244973
245188
|
module2.exports = function fromPropertyDescriptor(Desc) {
|
|
244974
245189
|
if (typeof Desc === "undefined") {
|
|
@@ -244998,9 +245213,9 @@ var require_fromPropertyDescriptor = __commonJS({
|
|
|
244998
245213
|
}
|
|
244999
245214
|
});
|
|
245000
245215
|
|
|
245001
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245216
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/FromPropertyDescriptor.js
|
|
245002
245217
|
var require_FromPropertyDescriptor = __commonJS({
|
|
245003
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245218
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/FromPropertyDescriptor.js"(exports2, module2) {
|
|
245004
245219
|
"use strict";
|
|
245005
245220
|
var $TypeError = require_type3();
|
|
245006
245221
|
var isPropertyDescriptor = require_property_descriptor();
|
|
@@ -245014,9 +245229,9 @@ var require_FromPropertyDescriptor = __commonJS({
|
|
|
245014
245229
|
}
|
|
245015
245230
|
});
|
|
245016
245231
|
|
|
245017
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245232
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsDataDescriptor.js
|
|
245018
245233
|
var require_IsDataDescriptor = __commonJS({
|
|
245019
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245234
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsDataDescriptor.js"(exports2, module2) {
|
|
245020
245235
|
"use strict";
|
|
245021
245236
|
var $TypeError = require_type3();
|
|
245022
245237
|
var hasOwn2 = require_hasown();
|
|
@@ -245036,9 +245251,9 @@ var require_IsDataDescriptor = __commonJS({
|
|
|
245036
245251
|
}
|
|
245037
245252
|
});
|
|
245038
245253
|
|
|
245039
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245254
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/SameValue.js
|
|
245040
245255
|
var require_SameValue = __commonJS({
|
|
245041
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245256
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/SameValue.js"(exports2, module2) {
|
|
245042
245257
|
"use strict";
|
|
245043
245258
|
var $isNaN = require_isNaN2();
|
|
245044
245259
|
module2.exports = function SameValue(x3, y) {
|
|
@@ -245053,9 +245268,9 @@ var require_SameValue = __commonJS({
|
|
|
245053
245268
|
}
|
|
245054
245269
|
});
|
|
245055
245270
|
|
|
245056
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245271
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToPropertyDescriptor.js
|
|
245057
245272
|
var require_ToPropertyDescriptor = __commonJS({
|
|
245058
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245273
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToPropertyDescriptor.js"(exports2, module2) {
|
|
245059
245274
|
"use strict";
|
|
245060
245275
|
var hasOwn2 = require_hasown();
|
|
245061
245276
|
var $TypeError = require_type3();
|
|
@@ -245101,9 +245316,9 @@ var require_ToPropertyDescriptor = __commonJS({
|
|
|
245101
245316
|
}
|
|
245102
245317
|
});
|
|
245103
245318
|
|
|
245104
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245319
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/DefinePropertyOrThrow.js
|
|
245105
245320
|
var require_DefinePropertyOrThrow = __commonJS({
|
|
245106
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245321
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/DefinePropertyOrThrow.js"(exports2, module2) {
|
|
245107
245322
|
"use strict";
|
|
245108
245323
|
var $TypeError = require_type3();
|
|
245109
245324
|
var isObject4 = require_isObject2();
|
|
@@ -245137,9 +245352,9 @@ var require_DefinePropertyOrThrow = __commonJS({
|
|
|
245137
245352
|
}
|
|
245138
245353
|
});
|
|
245139
245354
|
|
|
245140
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245355
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isPrimitive.js
|
|
245141
245356
|
var require_isPrimitive2 = __commonJS({
|
|
245142
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245357
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/isPrimitive.js"(exports2, module2) {
|
|
245143
245358
|
"use strict";
|
|
245144
245359
|
module2.exports = function isPrimitive2(value) {
|
|
245145
245360
|
return value === null || typeof value !== "function" && typeof value !== "object";
|
|
@@ -245147,9 +245362,9 @@ var require_isPrimitive2 = __commonJS({
|
|
|
245147
245362
|
}
|
|
245148
245363
|
});
|
|
245149
245364
|
|
|
245150
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245365
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsExtensible.js
|
|
245151
245366
|
var require_IsExtensible = __commonJS({
|
|
245152
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245367
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsExtensible.js"(exports2, module2) {
|
|
245153
245368
|
"use strict";
|
|
245154
245369
|
var GetIntrinsic = require_get_intrinsic();
|
|
245155
245370
|
var $preventExtensions = GetIntrinsic("%Object.preventExtensions%", true);
|
|
@@ -245163,9 +245378,9 @@ var require_IsExtensible = __commonJS({
|
|
|
245163
245378
|
}
|
|
245164
245379
|
});
|
|
245165
245380
|
|
|
245166
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245381
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/DefineMethodProperty.js
|
|
245167
245382
|
var require_DefineMethodProperty = __commonJS({
|
|
245168
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245383
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/DefineMethodProperty.js"(exports2, module2) {
|
|
245169
245384
|
"use strict";
|
|
245170
245385
|
var $TypeError = require_type3();
|
|
245171
245386
|
var isObject4 = require_isObject2();
|
|
@@ -245200,9 +245415,9 @@ var require_DefineMethodProperty = __commonJS({
|
|
|
245200
245415
|
}
|
|
245201
245416
|
});
|
|
245202
245417
|
|
|
245203
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245418
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/forEach.js
|
|
245204
245419
|
var require_forEach2 = __commonJS({
|
|
245205
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245420
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/helpers/forEach.js"(exports2, module2) {
|
|
245206
245421
|
"use strict";
|
|
245207
245422
|
module2.exports = function forEach(array, callback2) {
|
|
245208
245423
|
for (var i4 = 0; i4 < array.length; i4 += 1) {
|
|
@@ -245561,9 +245776,9 @@ var require_has_proto = __commonJS({
|
|
|
245561
245776
|
}
|
|
245562
245777
|
});
|
|
245563
245778
|
|
|
245564
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245779
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/OrdinaryObjectCreate.js
|
|
245565
245780
|
var require_OrdinaryObjectCreate = __commonJS({
|
|
245566
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245781
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/OrdinaryObjectCreate.js"(exports2, module2) {
|
|
245567
245782
|
"use strict";
|
|
245568
245783
|
var GetIntrinsic = require_get_intrinsic();
|
|
245569
245784
|
var $ObjectCreate = GetIntrinsic("%Object.create%", true);
|
|
@@ -245606,9 +245821,9 @@ var require_OrdinaryObjectCreate = __commonJS({
|
|
|
245606
245821
|
}
|
|
245607
245822
|
});
|
|
245608
245823
|
|
|
245609
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245824
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/RegExpExec.js
|
|
245610
245825
|
var require_RegExpExec = __commonJS({
|
|
245611
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245826
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/RegExpExec.js"(exports2, module2) {
|
|
245612
245827
|
"use strict";
|
|
245613
245828
|
var $TypeError = require_type3();
|
|
245614
245829
|
var isObject4 = require_isObject2();
|
|
@@ -245636,9 +245851,9 @@ var require_RegExpExec = __commonJS({
|
|
|
245636
245851
|
}
|
|
245637
245852
|
});
|
|
245638
245853
|
|
|
245639
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245854
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Set.js
|
|
245640
245855
|
var require_Set = __commonJS({
|
|
245641
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
245856
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Set.js"(exports2, module2) {
|
|
245642
245857
|
"use strict";
|
|
245643
245858
|
var $TypeError = require_type3();
|
|
245644
245859
|
var isObject4 = require_isObject2();
|
|
@@ -245909,9 +246124,9 @@ var require_es2015 = __commonJS({
|
|
|
245909
246124
|
}
|
|
245910
246125
|
});
|
|
245911
246126
|
|
|
245912
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246127
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToPrimitive.js
|
|
245913
246128
|
var require_ToPrimitive = __commonJS({
|
|
245914
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246129
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToPrimitive.js"(exports2, module2) {
|
|
245915
246130
|
"use strict";
|
|
245916
246131
|
var toPrimitive = require_es2015();
|
|
245917
246132
|
module2.exports = function ToPrimitive(input) {
|
|
@@ -245923,9 +246138,9 @@ var require_ToPrimitive = __commonJS({
|
|
|
245923
246138
|
}
|
|
245924
246139
|
});
|
|
245925
246140
|
|
|
245926
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246141
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2025/ToString.js
|
|
245927
246142
|
var require_ToString2 = __commonJS({
|
|
245928
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246143
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2025/ToString.js"(exports2, module2) {
|
|
245929
246144
|
"use strict";
|
|
245930
246145
|
var GetIntrinsic = require_get_intrinsic();
|
|
245931
246146
|
var $String = GetIntrinsic("%String%");
|
|
@@ -246025,9 +246240,9 @@ var require_string_prototype = __commonJS({
|
|
|
246025
246240
|
}
|
|
246026
246241
|
});
|
|
246027
246242
|
|
|
246028
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246243
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/StringToNumber.js
|
|
246029
246244
|
var require_StringToNumber = __commonJS({
|
|
246030
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246245
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/StringToNumber.js"(exports2, module2) {
|
|
246031
246246
|
"use strict";
|
|
246032
246247
|
var GetIntrinsic = require_get_intrinsic();
|
|
246033
246248
|
var $RegExp = GetIntrinsic("%RegExp%");
|
|
@@ -246065,9 +246280,9 @@ var require_StringToNumber = __commonJS({
|
|
|
246065
246280
|
}
|
|
246066
246281
|
});
|
|
246067
246282
|
|
|
246068
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246283
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToNumber.js
|
|
246069
246284
|
var require_ToNumber = __commonJS({
|
|
246070
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246285
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToNumber.js"(exports2, module2) {
|
|
246071
246286
|
"use strict";
|
|
246072
246287
|
var GetIntrinsic = require_get_intrinsic();
|
|
246073
246288
|
var $TypeError = require_type3();
|
|
@@ -246091,9 +246306,9 @@ var require_ToNumber = __commonJS({
|
|
|
246091
246306
|
}
|
|
246092
246307
|
});
|
|
246093
246308
|
|
|
246094
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246309
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/floor.js
|
|
246095
246310
|
var require_floor3 = __commonJS({
|
|
246096
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246311
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/floor.js"(exports2, module2) {
|
|
246097
246312
|
"use strict";
|
|
246098
246313
|
var $floor = require_floor2();
|
|
246099
246314
|
module2.exports = function floor(x3) {
|
|
@@ -246105,9 +246320,9 @@ var require_floor3 = __commonJS({
|
|
|
246105
246320
|
}
|
|
246106
246321
|
});
|
|
246107
246322
|
|
|
246108
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246323
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/truncate.js
|
|
246109
246324
|
var require_truncate4 = __commonJS({
|
|
246110
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246325
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/truncate.js"(exports2, module2) {
|
|
246111
246326
|
"use strict";
|
|
246112
246327
|
var floor = require_floor3();
|
|
246113
246328
|
var $TypeError = require_type3();
|
|
@@ -246121,9 +246336,9 @@ var require_truncate4 = __commonJS({
|
|
|
246121
246336
|
}
|
|
246122
246337
|
});
|
|
246123
246338
|
|
|
246124
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246339
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToIntegerOrInfinity.js
|
|
246125
246340
|
var require_ToIntegerOrInfinity = __commonJS({
|
|
246126
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246341
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToIntegerOrInfinity.js"(exports2, module2) {
|
|
246127
246342
|
"use strict";
|
|
246128
246343
|
var ToNumber = require_ToNumber();
|
|
246129
246344
|
var truncate = require_truncate4();
|
|
@@ -246142,9 +246357,9 @@ var require_ToIntegerOrInfinity = __commonJS({
|
|
|
246142
246357
|
}
|
|
246143
246358
|
});
|
|
246144
246359
|
|
|
246145
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246360
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToLength.js
|
|
246146
246361
|
var require_ToLength = __commonJS({
|
|
246147
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246362
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/ToLength.js"(exports2, module2) {
|
|
246148
246363
|
"use strict";
|
|
246149
246364
|
var MAX_SAFE_INTEGER = require_maxSafeInteger();
|
|
246150
246365
|
var ToIntegerOrInfinity = require_ToIntegerOrInfinity();
|
|
@@ -246193,9 +246408,9 @@ var require_es_set_tostringtag = __commonJS({
|
|
|
246193
246408
|
}
|
|
246194
246409
|
});
|
|
246195
246410
|
|
|
246196
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246411
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/CreateRegExpStringIterator.js
|
|
246197
246412
|
var require_CreateRegExpStringIterator = __commonJS({
|
|
246198
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246413
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/CreateRegExpStringIterator.js"(exports2, module2) {
|
|
246199
246414
|
"use strict";
|
|
246200
246415
|
var GetIntrinsic = require_get_intrinsic();
|
|
246201
246416
|
var hasSymbols = require_has_symbols()();
|
|
@@ -246281,17 +246496,17 @@ var require_CreateRegExpStringIterator = __commonJS({
|
|
|
246281
246496
|
}
|
|
246282
246497
|
});
|
|
246283
246498
|
|
|
246284
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246499
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/GetIntrinsic.js
|
|
246285
246500
|
var require_GetIntrinsic = __commonJS({
|
|
246286
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246501
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/GetIntrinsic.js"(exports2, module2) {
|
|
246287
246502
|
"use strict";
|
|
246288
246503
|
module2.exports = require_get_intrinsic();
|
|
246289
246504
|
}
|
|
246290
246505
|
});
|
|
246291
246506
|
|
|
246292
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246507
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsConstructor.js
|
|
246293
246508
|
var require_IsConstructor = __commonJS({
|
|
246294
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246509
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/IsConstructor.js"(exports2, module2) {
|
|
246295
246510
|
"use strict";
|
|
246296
246511
|
var GetIntrinsic = require_GetIntrinsic();
|
|
246297
246512
|
var $construct = GetIntrinsic("%Reflect.construct%", true);
|
|
@@ -246328,9 +246543,9 @@ var require_IsConstructor = __commonJS({
|
|
|
246328
246543
|
}
|
|
246329
246544
|
});
|
|
246330
246545
|
|
|
246331
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246546
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/SpeciesConstructor.js
|
|
246332
246547
|
var require_SpeciesConstructor = __commonJS({
|
|
246333
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246548
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/SpeciesConstructor.js"(exports2, module2) {
|
|
246334
246549
|
"use strict";
|
|
246335
246550
|
var GetIntrinsic = require_get_intrinsic();
|
|
246336
246551
|
var $species = GetIntrinsic("%Symbol.species%", true);
|
|
@@ -246360,9 +246575,9 @@ var require_SpeciesConstructor = __commonJS({
|
|
|
246360
246575
|
}
|
|
246361
246576
|
});
|
|
246362
246577
|
|
|
246363
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246578
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/5/Type.js
|
|
246364
246579
|
var require_Type = __commonJS({
|
|
246365
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246580
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/5/Type.js"(exports2, module2) {
|
|
246366
246581
|
"use strict";
|
|
246367
246582
|
var isObject4 = require_isObject2();
|
|
246368
246583
|
module2.exports = function Type2(x3) {
|
|
@@ -246388,9 +246603,9 @@ var require_Type = __commonJS({
|
|
|
246388
246603
|
}
|
|
246389
246604
|
});
|
|
246390
246605
|
|
|
246391
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246606
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Type.js
|
|
246392
246607
|
var require_Type2 = __commonJS({
|
|
246393
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/
|
|
246608
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/es-abstract/1.24.2/050f959ad00b2cd8177816d96eaeb1f7c4f5c3e0b837970493095122d1ff159c/node_modules/es-abstract/2024/Type.js"(exports2, module2) {
|
|
246394
246609
|
"use strict";
|
|
246395
246610
|
var ES5Type = require_Type();
|
|
246396
246611
|
module2.exports = function Type2(x3) {
|
|
@@ -246405,9 +246620,9 @@ var require_Type2 = __commonJS({
|
|
|
246405
246620
|
}
|
|
246406
246621
|
});
|
|
246407
246622
|
|
|
246408
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246623
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/regexp-matchall.js
|
|
246409
246624
|
var require_regexp_matchall = __commonJS({
|
|
246410
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246625
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/regexp-matchall.js"(exports2, module2) {
|
|
246411
246626
|
"use strict";
|
|
246412
246627
|
var CreateRegExpStringIterator = require_CreateRegExpStringIterator();
|
|
246413
246628
|
var Get = require_Get();
|
|
@@ -246456,9 +246671,9 @@ var require_regexp_matchall = __commonJS({
|
|
|
246456
246671
|
}
|
|
246457
246672
|
});
|
|
246458
246673
|
|
|
246459
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246674
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/polyfill-regexp-matchall.js
|
|
246460
246675
|
var require_polyfill_regexp_matchall = __commonJS({
|
|
246461
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246676
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/polyfill-regexp-matchall.js"(exports2, module2) {
|
|
246462
246677
|
"use strict";
|
|
246463
246678
|
var hasSymbols = require_has_symbols()();
|
|
246464
246679
|
var regexpMatchAll = require_regexp_matchall();
|
|
@@ -246471,9 +246686,9 @@ var require_polyfill_regexp_matchall = __commonJS({
|
|
|
246471
246686
|
}
|
|
246472
246687
|
});
|
|
246473
246688
|
|
|
246474
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246689
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/implementation.js
|
|
246475
246690
|
var require_implementation5 = __commonJS({
|
|
246476
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246691
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/implementation.js"(exports2, module2) {
|
|
246477
246692
|
"use strict";
|
|
246478
246693
|
var Call = require_Call();
|
|
246479
246694
|
var Get = require_Get();
|
|
@@ -246525,9 +246740,9 @@ var require_implementation5 = __commonJS({
|
|
|
246525
246740
|
}
|
|
246526
246741
|
});
|
|
246527
246742
|
|
|
246528
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246743
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/polyfill.js
|
|
246529
246744
|
var require_polyfill3 = __commonJS({
|
|
246530
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246745
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/polyfill.js"(exports2, module2) {
|
|
246531
246746
|
"use strict";
|
|
246532
246747
|
var implementation = require_implementation5();
|
|
246533
246748
|
module2.exports = function getPolyfill() {
|
|
@@ -246543,9 +246758,9 @@ var require_polyfill3 = __commonJS({
|
|
|
246543
246758
|
}
|
|
246544
246759
|
});
|
|
246545
246760
|
|
|
246546
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246761
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/shim.js
|
|
246547
246762
|
var require_shim3 = __commonJS({
|
|
246548
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246763
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/shim.js"(exports2, module2) {
|
|
246549
246764
|
"use strict";
|
|
246550
246765
|
var define2 = require_define_properties();
|
|
246551
246766
|
var hasSymbols = require_has_symbols()();
|
|
@@ -246596,9 +246811,9 @@ var require_shim3 = __commonJS({
|
|
|
246596
246811
|
}
|
|
246597
246812
|
});
|
|
246598
246813
|
|
|
246599
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246814
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/index.js
|
|
246600
246815
|
var require_string_prototype2 = __commonJS({
|
|
246601
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/
|
|
246816
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/string.prototype.matchall/4.0.12/0b46a643c6d34ea1f36f1e4b849052747e1e290d432e7921b71be55ed2109e09/node_modules/string.prototype.matchall/index.js"(exports2, module2) {
|
|
246602
246817
|
"use strict";
|
|
246603
246818
|
var callBind = require_call_bind();
|
|
246604
246819
|
var define2 = require_define_properties();
|
|
@@ -247936,9 +248151,9 @@ var require_lib27 = __commonJS({
|
|
|
247936
248151
|
}
|
|
247937
248152
|
});
|
|
247938
248153
|
|
|
247939
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/
|
|
248154
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/37c38eddfd6802ee857702b91fa876610456cb0e5a266c49f9fbfec44696d215/node_modules/@pnpm/os.env.path-extender-windows/dist/path-extender-windows.js
|
|
247940
248155
|
var require_path_extender_windows = __commonJS({
|
|
247941
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/
|
|
248156
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/37c38eddfd6802ee857702b91fa876610456cb0e5a266c49f9fbfec44696d215/node_modules/@pnpm/os.env.path-extender-windows/dist/path-extender-windows.js"(exports2) {
|
|
247942
248157
|
"use strict";
|
|
247943
248158
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
247944
248159
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -248049,9 +248264,9 @@ var require_path_extender_windows = __commonJS({
|
|
|
248049
248264
|
}
|
|
248050
248265
|
});
|
|
248051
248266
|
|
|
248052
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/
|
|
248267
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/37c38eddfd6802ee857702b91fa876610456cb0e5a266c49f9fbfec44696d215/node_modules/@pnpm/os.env.path-extender-windows/dist/index.js
|
|
248053
248268
|
var require_dist9 = __commonJS({
|
|
248054
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/
|
|
248269
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender-windows/3.0.1/37c38eddfd6802ee857702b91fa876610456cb0e5a266c49f9fbfec44696d215/node_modules/@pnpm/os.env.path-extender-windows/dist/index.js"(exports2) {
|
|
248055
248270
|
"use strict";
|
|
248056
248271
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
248057
248272
|
exports2.addDirToWindowsEnvPath = void 0;
|
|
@@ -248062,9 +248277,9 @@ var require_dist9 = __commonJS({
|
|
|
248062
248277
|
}
|
|
248063
248278
|
});
|
|
248064
248279
|
|
|
248065
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/
|
|
248280
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/96735e58292ae8db9a99fd39538b7dddf538e34bbdb7c7eb233684fe76cfaafe/node_modules/@pnpm/os.env.path-extender/dist/path-extender.js
|
|
248066
248281
|
var require_path_extender = __commonJS({
|
|
248067
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/
|
|
248282
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/96735e58292ae8db9a99fd39538b7dddf538e34bbdb7c7eb233684fe76cfaafe/node_modules/@pnpm/os.env.path-extender/dist/path-extender.js"(exports2) {
|
|
248068
248283
|
"use strict";
|
|
248069
248284
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
248070
248285
|
exports2.renderWindowsReport = exports2.addDirToEnvPath = void 0;
|
|
@@ -248108,9 +248323,9 @@ var require_path_extender = __commonJS({
|
|
|
248108
248323
|
}
|
|
248109
248324
|
});
|
|
248110
248325
|
|
|
248111
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/
|
|
248326
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/96735e58292ae8db9a99fd39538b7dddf538e34bbdb7c7eb233684fe76cfaafe/node_modules/@pnpm/os.env.path-extender/dist/index.js
|
|
248112
248327
|
var require_dist10 = __commonJS({
|
|
248113
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/
|
|
248328
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@pnpm/os.env.path-extender/3.0.1/96735e58292ae8db9a99fd39538b7dddf538e34bbdb7c7eb233684fe76cfaafe/node_modules/@pnpm/os.env.path-extender/dist/index.js"(exports2) {
|
|
248114
248329
|
"use strict";
|
|
248115
248330
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
248116
248331
|
exports2.addDirToEnvPath = void 0;
|
|
@@ -248124,6 +248339,7 @@ var require_dist10 = __commonJS({
|
|
|
248124
248339
|
// ../engine/pm/commands/lib/setup/setup.js
|
|
248125
248340
|
var setup_exports = {};
|
|
248126
248341
|
__export(setup_exports, {
|
|
248342
|
+
LEGACY_HOME_DIR_SHIM_NAMES: () => LEGACY_HOME_DIR_SHIM_NAMES,
|
|
248127
248343
|
cliOptionsTypes: () => cliOptionsTypes33,
|
|
248128
248344
|
commandNames: () => commandNames34,
|
|
248129
248345
|
handler: () => handler34,
|
|
@@ -248217,6 +248433,14 @@ ${command} %*
|
|
|
248217
248433
|
`);
|
|
248218
248434
|
}
|
|
248219
248435
|
}
|
|
248436
|
+
function removeLegacyHomeDirShims(pnpmHomeDir) {
|
|
248437
|
+
for (const name of LEGACY_HOME_DIR_SHIM_NAMES) {
|
|
248438
|
+
try {
|
|
248439
|
+
fs98.rmSync(path178.join(pnpmHomeDir, name), { force: true });
|
|
248440
|
+
} catch {
|
|
248441
|
+
}
|
|
248442
|
+
}
|
|
248443
|
+
}
|
|
248220
248444
|
async function handler34(opts3) {
|
|
248221
248445
|
const execPath2 = getExecPath();
|
|
248222
248446
|
const binDir = path178.join(opts3.pnpmHomeDir, "bin");
|
|
@@ -248232,6 +248456,7 @@ async function handler34(opts3) {
|
|
|
248232
248456
|
overwrite: opts3.force,
|
|
248233
248457
|
position: "start"
|
|
248234
248458
|
});
|
|
248459
|
+
removeLegacyHomeDirShims(opts3.pnpmHomeDir);
|
|
248235
248460
|
return renderSetupOutput(report3);
|
|
248236
248461
|
} catch (err2) {
|
|
248237
248462
|
switch (err2.code) {
|
|
@@ -248276,7 +248501,7 @@ function reportConfigChange(configReport) {
|
|
|
248276
248501
|
return `Configuration already up to date in ${configReport.path}`;
|
|
248277
248502
|
}
|
|
248278
248503
|
}
|
|
248279
|
-
var import_os_env, import_path_name3, rcOptionsTypes34, cliOptionsTypes33, shorthands11, commandNames34, overridableByScript2;
|
|
248504
|
+
var import_os_env, import_path_name3, rcOptionsTypes34, cliOptionsTypes33, shorthands11, commandNames34, overridableByScript2, LEGACY_HOME_DIR_SHIM_NAMES;
|
|
248280
248505
|
var init_setup2 = __esm({
|
|
248281
248506
|
"../engine/pm/commands/lib/setup/setup.js"() {
|
|
248282
248507
|
"use strict";
|
|
@@ -248293,6 +248518,20 @@ var init_setup2 = __esm({
|
|
|
248293
248518
|
shorthands11 = {};
|
|
248294
248519
|
commandNames34 = ["setup"];
|
|
248295
248520
|
overridableByScript2 = true;
|
|
248521
|
+
LEGACY_HOME_DIR_SHIM_NAMES = [
|
|
248522
|
+
"pnpm",
|
|
248523
|
+
"pnpm.cmd",
|
|
248524
|
+
"pnpm.ps1",
|
|
248525
|
+
"pn",
|
|
248526
|
+
"pn.cmd",
|
|
248527
|
+
"pn.ps1",
|
|
248528
|
+
"pnpx",
|
|
248529
|
+
"pnpx.cmd",
|
|
248530
|
+
"pnpx.ps1",
|
|
248531
|
+
"pnx",
|
|
248532
|
+
"pnx.cmd",
|
|
248533
|
+
"pnx.ps1"
|
|
248534
|
+
];
|
|
248296
248535
|
}
|
|
248297
248536
|
});
|
|
248298
248537
|
|
|
@@ -248301,6 +248540,7 @@ var init_setup3 = __esm({
|
|
|
248301
248540
|
"../engine/pm/commands/lib/setup/index.js"() {
|
|
248302
248541
|
"use strict";
|
|
248303
248542
|
init_setup2();
|
|
248543
|
+
init_setup2();
|
|
248304
248544
|
}
|
|
248305
248545
|
});
|
|
248306
248546
|
|
|
@@ -248465,6 +248705,7 @@ var init_lib160 = __esm({
|
|
|
248465
248705
|
init_installPnpm();
|
|
248466
248706
|
init_verifyPnpmEngineIdentity();
|
|
248467
248707
|
init_setup3();
|
|
248708
|
+
init_setup2();
|
|
248468
248709
|
init_with2();
|
|
248469
248710
|
}
|
|
248470
248711
|
});
|
|
@@ -251873,8 +252114,8 @@ __export(base_exports2, {
|
|
|
251873
252114
|
setCwd: () => setCwd,
|
|
251874
252115
|
synchronizedOutput: () => synchronizedOutput
|
|
251875
252116
|
});
|
|
251876
|
-
import
|
|
251877
|
-
import
|
|
252117
|
+
import process21 from "node:process";
|
|
252118
|
+
import os15 from "node:os";
|
|
251878
252119
|
var ESC3, OSC, BEL, SEP2, isTerminalApp, isWindows13, isTmux, cwdFunction, wrapOsc, cursorTo2, cursorMove, cursorUp2, cursorDown2, cursorForward, cursorBackward, cursorLeft2, cursorSavePosition, cursorRestorePosition, cursorGetPosition, cursorNextLine, cursorPrevLine, cursorHide2, cursorShow2, eraseLines2, eraseEndLine, eraseStartLine, eraseLine2, eraseDown, eraseUp, eraseScreen, scrollUp, scrollDown, clearScreen, clearViewport, isOldWindows, clearTerminal, enterAlternativeScreen, exitAlternativeScreen, beginSynchronizedOutput, endSynchronizedOutput, synchronizedOutput, beep, link, image, iTerm, ConEmu, setCwd;
|
|
251879
252120
|
var init_base2 = __esm({
|
|
251880
252121
|
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/ansi-escapes/7.3.0/62b6e83f9a34721332f143e06a960e160f36fd158f241c4844ff3f49276b7b68/node_modules/ansi-escapes/base.js"() {
|
|
@@ -251883,12 +252124,12 @@ var init_base2 = __esm({
|
|
|
251883
252124
|
OSC = "\x1B]";
|
|
251884
252125
|
BEL = "\x07";
|
|
251885
252126
|
SEP2 = ";";
|
|
251886
|
-
isTerminalApp = !isBrowser &&
|
|
251887
|
-
isWindows13 = !isBrowser &&
|
|
251888
|
-
isTmux = !isBrowser && (
|
|
252127
|
+
isTerminalApp = !isBrowser && process21.env.TERM_PROGRAM === "Apple_Terminal";
|
|
252128
|
+
isWindows13 = !isBrowser && process21.platform === "win32";
|
|
252129
|
+
isTmux = !isBrowser && (process21.env.TERM?.startsWith("screen") || process21.env.TERM?.startsWith("tmux") || process21.env.TMUX !== void 0);
|
|
251889
252130
|
cwdFunction = isBrowser ? () => {
|
|
251890
252131
|
throw new Error("`process.cwd()` only works in Node.js, not the browser.");
|
|
251891
|
-
} :
|
|
252132
|
+
} : process21.cwd;
|
|
251892
252133
|
wrapOsc = (sequence) => {
|
|
251893
252134
|
if (isTmux) {
|
|
251894
252135
|
return "\x1BPtmux;" + sequence.replaceAll("\x1B", "\x1B\x1B") + "\x1B\\";
|
|
@@ -251957,7 +252198,7 @@ var init_base2 = __esm({
|
|
|
251957
252198
|
if (isBrowser || !isWindows13) {
|
|
251958
252199
|
return false;
|
|
251959
252200
|
}
|
|
251960
|
-
const parts =
|
|
252201
|
+
const parts = os15.release().split(".");
|
|
251961
252202
|
const major = Number(parts[0]);
|
|
251962
252203
|
const build2 = Number(parts[2] ?? 0);
|
|
251963
252204
|
if (major < 10) {
|
|
@@ -252028,149 +252269,6 @@ var init_ansi_escapes = __esm({
|
|
|
252028
252269
|
}
|
|
252029
252270
|
});
|
|
252030
252271
|
|
|
252031
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/supports-color/10.2.2/d7b50f591c2c70caab44b381b07a2ac38e77d341cd4354f5d48cfc70624c8800/node_modules/supports-color/index.js
|
|
252032
|
-
import process21 from "node:process";
|
|
252033
|
-
import os15 from "node:os";
|
|
252034
|
-
import tty4 from "node:tty";
|
|
252035
|
-
function hasFlag2(flag, argv2 = globalThis.Deno ? globalThis.Deno.args : process21.argv) {
|
|
252036
|
-
const prefix = flag.startsWith("-") ? "" : flag.length === 1 ? "-" : "--";
|
|
252037
|
-
const position3 = argv2.indexOf(prefix + flag);
|
|
252038
|
-
const terminatorPosition = argv2.indexOf("--");
|
|
252039
|
-
return position3 !== -1 && (terminatorPosition === -1 || position3 < terminatorPosition);
|
|
252040
|
-
}
|
|
252041
|
-
function envForceColor2() {
|
|
252042
|
-
if (!("FORCE_COLOR" in env2)) {
|
|
252043
|
-
return;
|
|
252044
|
-
}
|
|
252045
|
-
if (env2.FORCE_COLOR === "true") {
|
|
252046
|
-
return 1;
|
|
252047
|
-
}
|
|
252048
|
-
if (env2.FORCE_COLOR === "false") {
|
|
252049
|
-
return 0;
|
|
252050
|
-
}
|
|
252051
|
-
if (env2.FORCE_COLOR.length === 0) {
|
|
252052
|
-
return 1;
|
|
252053
|
-
}
|
|
252054
|
-
const level = Math.min(Number.parseInt(env2.FORCE_COLOR, 10), 3);
|
|
252055
|
-
if (![0, 1, 2, 3].includes(level)) {
|
|
252056
|
-
return;
|
|
252057
|
-
}
|
|
252058
|
-
return level;
|
|
252059
|
-
}
|
|
252060
|
-
function translateLevel2(level) {
|
|
252061
|
-
if (level === 0) {
|
|
252062
|
-
return false;
|
|
252063
|
-
}
|
|
252064
|
-
return {
|
|
252065
|
-
level,
|
|
252066
|
-
hasBasic: true,
|
|
252067
|
-
has256: level >= 2,
|
|
252068
|
-
has16m: level >= 3
|
|
252069
|
-
};
|
|
252070
|
-
}
|
|
252071
|
-
function _supportsColor2(haveStream, { streamIsTTY, sniffFlags = true } = {}) {
|
|
252072
|
-
const noFlagForceColor = envForceColor2();
|
|
252073
|
-
if (noFlagForceColor !== void 0) {
|
|
252074
|
-
flagForceColor2 = noFlagForceColor;
|
|
252075
|
-
}
|
|
252076
|
-
const forceColor = sniffFlags ? flagForceColor2 : noFlagForceColor;
|
|
252077
|
-
if (forceColor === 0) {
|
|
252078
|
-
return 0;
|
|
252079
|
-
}
|
|
252080
|
-
if (sniffFlags) {
|
|
252081
|
-
if (hasFlag2("color=16m") || hasFlag2("color=full") || hasFlag2("color=truecolor")) {
|
|
252082
|
-
return 3;
|
|
252083
|
-
}
|
|
252084
|
-
if (hasFlag2("color=256")) {
|
|
252085
|
-
return 2;
|
|
252086
|
-
}
|
|
252087
|
-
}
|
|
252088
|
-
if ("TF_BUILD" in env2 && "AGENT_NAME" in env2) {
|
|
252089
|
-
return 1;
|
|
252090
|
-
}
|
|
252091
|
-
if (haveStream && !streamIsTTY && forceColor === void 0) {
|
|
252092
|
-
return 0;
|
|
252093
|
-
}
|
|
252094
|
-
const min = forceColor || 0;
|
|
252095
|
-
if (env2.TERM === "dumb") {
|
|
252096
|
-
return min;
|
|
252097
|
-
}
|
|
252098
|
-
if (process21.platform === "win32") {
|
|
252099
|
-
const osRelease = os15.release().split(".");
|
|
252100
|
-
if (Number(osRelease[0]) >= 10 && Number(osRelease[2]) >= 10586) {
|
|
252101
|
-
return Number(osRelease[2]) >= 14931 ? 3 : 2;
|
|
252102
|
-
}
|
|
252103
|
-
return 1;
|
|
252104
|
-
}
|
|
252105
|
-
if ("CI" in env2) {
|
|
252106
|
-
if (["GITHUB_ACTIONS", "GITEA_ACTIONS", "CIRCLECI"].some((key) => key in env2)) {
|
|
252107
|
-
return 3;
|
|
252108
|
-
}
|
|
252109
|
-
if (["TRAVIS", "APPVEYOR", "GITLAB_CI", "BUILDKITE", "DRONE"].some((sign) => sign in env2) || env2.CI_NAME === "codeship") {
|
|
252110
|
-
return 1;
|
|
252111
|
-
}
|
|
252112
|
-
return min;
|
|
252113
|
-
}
|
|
252114
|
-
if ("TEAMCITY_VERSION" in env2) {
|
|
252115
|
-
return /^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(env2.TEAMCITY_VERSION) ? 1 : 0;
|
|
252116
|
-
}
|
|
252117
|
-
if (env2.COLORTERM === "truecolor") {
|
|
252118
|
-
return 3;
|
|
252119
|
-
}
|
|
252120
|
-
if (env2.TERM === "xterm-kitty") {
|
|
252121
|
-
return 3;
|
|
252122
|
-
}
|
|
252123
|
-
if (env2.TERM === "xterm-ghostty") {
|
|
252124
|
-
return 3;
|
|
252125
|
-
}
|
|
252126
|
-
if (env2.TERM === "wezterm") {
|
|
252127
|
-
return 3;
|
|
252128
|
-
}
|
|
252129
|
-
if ("TERM_PROGRAM" in env2) {
|
|
252130
|
-
const version2 = Number.parseInt((env2.TERM_PROGRAM_VERSION || "").split(".")[0], 10);
|
|
252131
|
-
switch (env2.TERM_PROGRAM) {
|
|
252132
|
-
case "iTerm.app": {
|
|
252133
|
-
return version2 >= 3 ? 3 : 2;
|
|
252134
|
-
}
|
|
252135
|
-
case "Apple_Terminal": {
|
|
252136
|
-
return 2;
|
|
252137
|
-
}
|
|
252138
|
-
}
|
|
252139
|
-
}
|
|
252140
|
-
if (/-256(color)?$/i.test(env2.TERM)) {
|
|
252141
|
-
return 2;
|
|
252142
|
-
}
|
|
252143
|
-
if (/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(env2.TERM)) {
|
|
252144
|
-
return 1;
|
|
252145
|
-
}
|
|
252146
|
-
if ("COLORTERM" in env2) {
|
|
252147
|
-
return 1;
|
|
252148
|
-
}
|
|
252149
|
-
return min;
|
|
252150
|
-
}
|
|
252151
|
-
function createSupportsColor2(stream2, options = {}) {
|
|
252152
|
-
const level = _supportsColor2(stream2, {
|
|
252153
|
-
streamIsTTY: stream2 && stream2.isTTY,
|
|
252154
|
-
...options
|
|
252155
|
-
});
|
|
252156
|
-
return translateLevel2(level);
|
|
252157
|
-
}
|
|
252158
|
-
var env2, flagForceColor2, supportsColor2;
|
|
252159
|
-
var init_supports_color2 = __esm({
|
|
252160
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/supports-color/10.2.2/d7b50f591c2c70caab44b381b07a2ac38e77d341cd4354f5d48cfc70624c8800/node_modules/supports-color/index.js"() {
|
|
252161
|
-
({ env: env2 } = process21);
|
|
252162
|
-
if (hasFlag2("no-color") || hasFlag2("no-colors") || hasFlag2("color=false") || hasFlag2("color=never")) {
|
|
252163
|
-
flagForceColor2 = 0;
|
|
252164
|
-
} else if (hasFlag2("color") || hasFlag2("colors") || hasFlag2("color=true") || hasFlag2("color=always")) {
|
|
252165
|
-
flagForceColor2 = 1;
|
|
252166
|
-
}
|
|
252167
|
-
supportsColor2 = {
|
|
252168
|
-
stdout: createSupportsColor2({ isTTY: tty4.isatty(1) }),
|
|
252169
|
-
stderr: createSupportsColor2({ isTTY: tty4.isatty(2) })
|
|
252170
|
-
};
|
|
252171
|
-
}
|
|
252172
|
-
});
|
|
252173
|
-
|
|
252174
252272
|
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/has-flag/5.0.1/673edecc2e2469b1f29821316680ead7c540327937f392e0a7d409de8210053e/node_modules/has-flag/index.js
|
|
252175
252273
|
import process22 from "process";
|
|
252176
252274
|
function hasFlag3(flag, argv2 = process22.argv) {
|
|
@@ -255323,6 +255421,9 @@ function getRegistryAndAuthForOrg(opts3, scope) {
|
|
|
255323
255421
|
const pkgName = `@${scope}/__pnpm_team__`;
|
|
255324
255422
|
const registryUrl = pickRegistryForPackage(opts3.registries ?? { default: "https://registry.npmjs.org/" }, pkgName);
|
|
255325
255423
|
const authHeader = getAuthHeaderForRegistry5(opts3.configByUri, registryUrl, pkgName);
|
|
255424
|
+
if (!authHeader) {
|
|
255425
|
+
throw new PnpmError("TEAM_MISSING_AUTH", "Authentication required for registry access");
|
|
255426
|
+
}
|
|
255326
255427
|
return { registryUrl, authHeader };
|
|
255327
255428
|
}
|
|
255328
255429
|
function getAuthHeaderForRegistry5(configByUri, registryUrl, packageName) {
|
|
@@ -256036,21 +256137,30 @@ async function readLedger(workspaceDir) {
|
|
|
256036
256137
|
}
|
|
256037
256138
|
const ledger = /* @__PURE__ */ Object.create(null);
|
|
256038
256139
|
for (const [key, entry] of Object.entries(parsed)) {
|
|
256039
|
-
|
|
256140
|
+
const normalized = normalizeLedgerEntry(entry);
|
|
256141
|
+
if (normalized == null) {
|
|
256040
256142
|
throw new PnpmError("INVALID_VERSIONING_LEDGER", `Invalid entry for ${key} in ${ledgerPath}. Expected a list of intent ids, or a mapping with "dir" and "intents"`);
|
|
256041
256143
|
}
|
|
256042
|
-
ledger[key] =
|
|
256144
|
+
ledger[key] = normalized;
|
|
256043
256145
|
}
|
|
256044
256146
|
return ledger;
|
|
256045
256147
|
}
|
|
256046
|
-
function
|
|
256148
|
+
function normalizeLedgerEntry(entry) {
|
|
256149
|
+
if (entry == null)
|
|
256150
|
+
return [];
|
|
256047
256151
|
if (Array.isArray(entry)) {
|
|
256048
|
-
return entry.every((id) => typeof id === "string");
|
|
256152
|
+
return entry.every((id) => typeof id === "string") ? entry : void 0;
|
|
256049
256153
|
}
|
|
256050
|
-
if (typeof entry !== "object"
|
|
256051
|
-
return
|
|
256154
|
+
if (typeof entry !== "object")
|
|
256155
|
+
return void 0;
|
|
256052
256156
|
const { dir, intents } = entry;
|
|
256053
|
-
|
|
256157
|
+
if (typeof dir !== "string")
|
|
256158
|
+
return void 0;
|
|
256159
|
+
if (intents == null)
|
|
256160
|
+
return { dir, intents: [] };
|
|
256161
|
+
if (!Array.isArray(intents) || !intents.every((id) => typeof id === "string"))
|
|
256162
|
+
return void 0;
|
|
256163
|
+
return { dir, intents };
|
|
256054
256164
|
}
|
|
256055
256165
|
async function appendToLedger(workspaceDir, newEntries) {
|
|
256056
256166
|
const ledger = await readLedger(workspaceDir);
|
|
@@ -261605,9 +261715,9 @@ var init_FailedToPublishError = __esm({
|
|
|
261605
261715
|
}
|
|
261606
261716
|
});
|
|
261607
261717
|
|
|
261608
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
261718
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/errors.js
|
|
261609
261719
|
var require_errors8 = __commonJS({
|
|
261610
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
261720
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/errors.js"(exports2, module2) {
|
|
261611
261721
|
"use strict";
|
|
261612
261722
|
var { URL: URL7 } = __require("node:url");
|
|
261613
261723
|
function packageName(href) {
|
|
@@ -263433,9 +263543,9 @@ var require_lib29 = __commonJS({
|
|
|
263433
263543
|
}
|
|
263434
263544
|
});
|
|
263435
263545
|
|
|
263436
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
263546
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/package.json
|
|
263437
263547
|
var require_package2 = __commonJS({
|
|
263438
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
263548
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/package.json"(exports2, module2) {
|
|
263439
263549
|
module2.exports = {
|
|
263440
263550
|
name: "npm-registry-fetch",
|
|
263441
263551
|
version: "19.1.1",
|
|
@@ -263507,9 +263617,9 @@ var require_package2 = __commonJS({
|
|
|
263507
263617
|
}
|
|
263508
263618
|
});
|
|
263509
263619
|
|
|
263510
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
263620
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/default-opts.js
|
|
263511
263621
|
var require_default_opts = __commonJS({
|
|
263512
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
263622
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/default-opts.js"(exports2, module2) {
|
|
263513
263623
|
var pkg = require_package2();
|
|
263514
263624
|
module2.exports = {
|
|
263515
263625
|
maxSockets: 12,
|
|
@@ -263789,9 +263899,9 @@ var require_lib30 = __commonJS({
|
|
|
263789
263899
|
}
|
|
263790
263900
|
});
|
|
263791
263901
|
|
|
263792
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
263902
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/check-response.js
|
|
263793
263903
|
var require_check_response = __commonJS({
|
|
263794
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
263904
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/check-response.js"(exports2, module2) {
|
|
263795
263905
|
"use strict";
|
|
263796
263906
|
var errors2 = require_errors8();
|
|
263797
263907
|
var { Response } = require_lib29();
|
|
@@ -264290,9 +264400,9 @@ var require_npa2 = __commonJS({
|
|
|
264290
264400
|
}
|
|
264291
264401
|
});
|
|
264292
264402
|
|
|
264293
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
264403
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/auth.js
|
|
264294
264404
|
var require_auth2 = __commonJS({
|
|
264295
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
264405
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/auth.js"(exports2, module2) {
|
|
264296
264406
|
"use strict";
|
|
264297
264407
|
var fs127 = __require("fs");
|
|
264298
264408
|
var npa14 = require_npa2();
|
|
@@ -264439,9 +264549,9 @@ var require_auth2 = __commonJS({
|
|
|
264439
264549
|
}
|
|
264440
264550
|
});
|
|
264441
264551
|
|
|
264442
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
264552
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/options.js
|
|
264443
264553
|
var require_options2 = __commonJS({
|
|
264444
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
264554
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/options.js"(exports2, module2) {
|
|
264445
264555
|
var dns = __require("dns");
|
|
264446
264556
|
var conditionalHeaders = [
|
|
264447
264557
|
"if-modified-since",
|
|
@@ -265647,9 +265757,9 @@ var require_negotiator = __commonJS({
|
|
|
265647
265757
|
}
|
|
265648
265758
|
});
|
|
265649
265759
|
|
|
265650
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
265760
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/policy.js
|
|
265651
265761
|
var require_policy = __commonJS({
|
|
265652
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
265762
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/policy.js"(exports2, module2) {
|
|
265653
265763
|
var CacheSemantics = require_http_cache_semantics();
|
|
265654
265764
|
var Negotiator = require_negotiator();
|
|
265655
265765
|
var ssri6 = require_lib18();
|
|
@@ -265769,9 +265879,9 @@ var require_policy = __commonJS({
|
|
|
265769
265879
|
}
|
|
265770
265880
|
});
|
|
265771
265881
|
|
|
265772
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
265882
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/errors.js
|
|
265773
265883
|
var require_errors9 = __commonJS({
|
|
265774
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
265884
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/errors.js"(exports2, module2) {
|
|
265775
265885
|
var NotCachedError = class extends Error {
|
|
265776
265886
|
constructor(url7) {
|
|
265777
265887
|
super(`request to ${url7} failed: cache mode is 'only-if-cached' but no cached response is available.`);
|
|
@@ -271932,9 +272042,9 @@ var require_lib33 = __commonJS({
|
|
|
271932
272042
|
}
|
|
271933
272043
|
});
|
|
271934
272044
|
|
|
271935
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
272045
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/pipeline.js
|
|
271936
272046
|
var require_pipeline = __commonJS({
|
|
271937
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
272047
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/pipeline.js"(exports2, module2) {
|
|
271938
272048
|
"use strict";
|
|
271939
272049
|
var MinipassPipeline = require_minipass_pipeline();
|
|
271940
272050
|
var CachingMinipassPipeline = class extends MinipassPipeline {
|
|
@@ -271964,9 +272074,9 @@ var require_pipeline = __commonJS({
|
|
|
271964
272074
|
}
|
|
271965
272075
|
});
|
|
271966
272076
|
|
|
271967
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
272077
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/key.js
|
|
271968
272078
|
var require_key = __commonJS({
|
|
271969
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
272079
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/key.js"(exports2, module2) {
|
|
271970
272080
|
var { URL: URL7, format: format2 } = __require("url");
|
|
271971
272081
|
var formatOptions = {
|
|
271972
272082
|
auth: false,
|
|
@@ -272141,9 +272251,9 @@ var require_lib34 = __commonJS({
|
|
|
272141
272251
|
}
|
|
272142
272252
|
});
|
|
272143
272253
|
|
|
272144
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
272254
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/dns.js
|
|
272145
272255
|
var require_dns2 = __commonJS({
|
|
272146
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
272256
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/dns.js"(exports2, module2) {
|
|
272147
272257
|
"use strict";
|
|
272148
272258
|
var { LRUCache } = require_index_min();
|
|
272149
272259
|
var dns = __require("dns");
|
|
@@ -272189,9 +272299,9 @@ var require_dns2 = __commonJS({
|
|
|
272189
272299
|
}
|
|
272190
272300
|
});
|
|
272191
272301
|
|
|
272192
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
272302
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/options.js
|
|
272193
272303
|
var require_options3 = __commonJS({
|
|
272194
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
272304
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/options.js"(exports2, module2) {
|
|
272195
272305
|
"use strict";
|
|
272196
272306
|
var dns = require_dns2();
|
|
272197
272307
|
var normalizeOptions3 = (opts3) => {
|
|
@@ -272499,9 +272609,9 @@ var require_dist12 = __commonJS({
|
|
|
272499
272609
|
}
|
|
272500
272610
|
});
|
|
272501
272611
|
|
|
272502
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/http-proxy-agent/7.0.2/
|
|
272612
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/http-proxy-agent/7.0.2/a2bd86678d402abcdabd07ddab23e4f90f9a56c2ccbcb3aee868d7285a33035d/node_modules/http-proxy-agent/dist/index.js
|
|
272503
272613
|
var require_dist13 = __commonJS({
|
|
272504
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/http-proxy-agent/7.0.2/
|
|
272614
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/http-proxy-agent/7.0.2/a2bd86678d402abcdabd07ddab23e4f90f9a56c2ccbcb3aee868d7285a33035d/node_modules/http-proxy-agent/dist/index.js"(exports2) {
|
|
272505
272615
|
"use strict";
|
|
272506
272616
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k2, k22) {
|
|
272507
272617
|
if (k22 === void 0) k22 = k2;
|
|
@@ -272629,9 +272739,9 @@ var require_dist13 = __commonJS({
|
|
|
272629
272739
|
}
|
|
272630
272740
|
});
|
|
272631
272741
|
|
|
272632
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/
|
|
272742
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/34c3c487afbcac1bcf858ccb4e95744f8af2dbb7722c881decef12e4ce417295/node_modules/https-proxy-agent/dist/parse-proxy-response.js
|
|
272633
272743
|
var require_parse_proxy_response = __commonJS({
|
|
272634
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/
|
|
272744
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/34c3c487afbcac1bcf858ccb4e95744f8af2dbb7722c881decef12e4ce417295/node_modules/https-proxy-agent/dist/parse-proxy-response.js"(exports2) {
|
|
272635
272745
|
"use strict";
|
|
272636
272746
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
272637
272747
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -272725,9 +272835,9 @@ var require_parse_proxy_response = __commonJS({
|
|
|
272725
272835
|
}
|
|
272726
272836
|
});
|
|
272727
272837
|
|
|
272728
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/
|
|
272838
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/34c3c487afbcac1bcf858ccb4e95744f8af2dbb7722c881decef12e4ce417295/node_modules/https-proxy-agent/dist/index.js
|
|
272729
272839
|
var require_dist14 = __commonJS({
|
|
272730
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/
|
|
272840
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/https-proxy-agent/7.0.6/34c3c487afbcac1bcf858ccb4e95744f8af2dbb7722c881decef12e4ce417295/node_modules/https-proxy-agent/dist/index.js"(exports2) {
|
|
272731
272841
|
"use strict";
|
|
272732
272842
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k2, k22) {
|
|
272733
272843
|
if (k22 === void 0) k22 = k2;
|
|
@@ -272875,9 +272985,9 @@ var require_dist14 = __commonJS({
|
|
|
272875
272985
|
}
|
|
272876
272986
|
});
|
|
272877
272987
|
|
|
272878
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/socks-proxy-agent/8.0.5/
|
|
272988
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/socks-proxy-agent/8.0.5/85ef9bda3c37ae10179b3819ae976496253ac34ccdc004031e9486afd1256eee/node_modules/socks-proxy-agent/dist/index.js
|
|
272879
272989
|
var require_dist15 = __commonJS({
|
|
272880
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/socks-proxy-agent/8.0.5/
|
|
272990
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/socks-proxy-agent/8.0.5/85ef9bda3c37ae10179b3819ae976496253ac34ccdc004031e9486afd1256eee/node_modules/socks-proxy-agent/dist/index.js"(exports2) {
|
|
272881
272991
|
"use strict";
|
|
272882
272992
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k2, k22) {
|
|
272883
272993
|
if (k22 === void 0) k22 = k2;
|
|
@@ -273068,9 +273178,9 @@ var require_dist15 = __commonJS({
|
|
|
273068
273178
|
}
|
|
273069
273179
|
});
|
|
273070
273180
|
|
|
273071
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273181
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/errors.js
|
|
273072
273182
|
var require_errors11 = __commonJS({
|
|
273073
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273183
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/errors.js"(exports2, module2) {
|
|
273074
273184
|
"use strict";
|
|
273075
273185
|
var InvalidProxyProtocolError = class extends Error {
|
|
273076
273186
|
constructor(url7) {
|
|
@@ -273129,9 +273239,9 @@ var require_errors11 = __commonJS({
|
|
|
273129
273239
|
}
|
|
273130
273240
|
});
|
|
273131
273241
|
|
|
273132
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273242
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/proxy.js
|
|
273133
273243
|
var require_proxy = __commonJS({
|
|
273134
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273244
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/proxy.js"(exports2, module2) {
|
|
273135
273245
|
"use strict";
|
|
273136
273246
|
var { HttpProxyAgent } = require_dist13();
|
|
273137
273247
|
var { HttpsProxyAgent } = require_dist14();
|
|
@@ -273201,9 +273311,9 @@ var require_proxy = __commonJS({
|
|
|
273201
273311
|
}
|
|
273202
273312
|
});
|
|
273203
273313
|
|
|
273204
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273314
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/agents.js
|
|
273205
273315
|
var require_agents = __commonJS({
|
|
273206
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273316
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/agents.js"(exports2, module2) {
|
|
273207
273317
|
"use strict";
|
|
273208
273318
|
var net = __require("net");
|
|
273209
273319
|
var tls2 = __require("tls");
|
|
@@ -273406,9 +273516,9 @@ var require_agents = __commonJS({
|
|
|
273406
273516
|
}
|
|
273407
273517
|
});
|
|
273408
273518
|
|
|
273409
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273519
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/index.js
|
|
273410
273520
|
var require_lib35 = __commonJS({
|
|
273411
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/
|
|
273521
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@npmcli/agent/4.0.2/21ffde67b8b41e1208e021603a346656186844e62086aaaf6ece239144628591/node_modules/@npmcli/agent/lib/index.js"(exports2, module2) {
|
|
273412
273522
|
"use strict";
|
|
273413
273523
|
var { LRUCache } = require_index_min();
|
|
273414
273524
|
var { normalizeOptions: normalizeOptions3, cacheOptions } = require_options3();
|
|
@@ -273457,9 +273567,9 @@ var require_lib35 = __commonJS({
|
|
|
273457
273567
|
}
|
|
273458
273568
|
});
|
|
273459
273569
|
|
|
273460
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
273570
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/package.json
|
|
273461
273571
|
var require_package4 = __commonJS({
|
|
273462
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
273572
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/package.json"(exports2, module2) {
|
|
273463
273573
|
module2.exports = {
|
|
273464
273574
|
name: "make-fetch-happen",
|
|
273465
273575
|
version: "15.0.6",
|
|
@@ -273538,9 +273648,9 @@ var require_package4 = __commonJS({
|
|
|
273538
273648
|
}
|
|
273539
273649
|
});
|
|
273540
273650
|
|
|
273541
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
273651
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/remote.js
|
|
273542
273652
|
var require_remote = __commonJS({
|
|
273543
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
273653
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/remote.js"(exports2, module2) {
|
|
273544
273654
|
var { Minipass } = require_commonjs4();
|
|
273545
273655
|
var fetch3 = require_lib29();
|
|
273546
273656
|
var { promiseRetry } = require_lib34();
|
|
@@ -273639,9 +273749,9 @@ var require_remote = __commonJS({
|
|
|
273639
273749
|
}
|
|
273640
273750
|
});
|
|
273641
273751
|
|
|
273642
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
273752
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/entry.js
|
|
273643
273753
|
var require_entry4 = __commonJS({
|
|
273644
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
273754
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/entry.js"(exports2, module2) {
|
|
273645
273755
|
var { Request, Response } = require_lib29();
|
|
273646
273756
|
var { Minipass } = require_commonjs4();
|
|
273647
273757
|
var MinipassFlush = require_minipass_flush();
|
|
@@ -273984,9 +274094,9 @@ var require_entry4 = __commonJS({
|
|
|
273984
274094
|
}
|
|
273985
274095
|
});
|
|
273986
274096
|
|
|
273987
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
274097
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/index.js
|
|
273988
274098
|
var require_cache4 = __commonJS({
|
|
273989
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
274099
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/cache/index.js"(exports2, module2) {
|
|
273990
274100
|
var { NotCachedError } = require_errors9();
|
|
273991
274101
|
var CacheEntry = require_entry4();
|
|
273992
274102
|
var remote = require_remote();
|
|
@@ -274019,9 +274129,9 @@ var require_cache4 = __commonJS({
|
|
|
274019
274129
|
}
|
|
274020
274130
|
});
|
|
274021
274131
|
|
|
274022
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
274132
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/fetch.js
|
|
274023
274133
|
var require_fetch2 = __commonJS({
|
|
274024
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
274134
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/fetch.js"(exports2, module2) {
|
|
274025
274135
|
"use strict";
|
|
274026
274136
|
var { FetchError: FetchError2, Request, isRedirect: isRedirect2 } = require_lib29();
|
|
274027
274137
|
var url7 = __require("url");
|
|
@@ -274097,9 +274207,9 @@ var require_fetch2 = __commonJS({
|
|
|
274097
274207
|
}
|
|
274098
274208
|
});
|
|
274099
274209
|
|
|
274100
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
274210
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/index.js
|
|
274101
274211
|
var require_lib36 = __commonJS({
|
|
274102
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/
|
|
274212
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/make-fetch-happen/15.0.6/6801d9a573824fd864c9ef26c24b2507353333577b22769709cafa45c1eeeb56/node_modules/make-fetch-happen/lib/index.js"(exports2, module2) {
|
|
274103
274213
|
var { FetchError: FetchError2, Headers: Headers2, Request, Response } = require_lib29();
|
|
274104
274214
|
var configureOptions = require_options2();
|
|
274105
274215
|
var fetch3 = require_fetch2();
|
|
@@ -274612,9 +274722,9 @@ var require_jsonparse = __commonJS({
|
|
|
274612
274722
|
}
|
|
274613
274723
|
});
|
|
274614
274724
|
|
|
274615
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
274725
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/json-stream.js
|
|
274616
274726
|
var require_json_stream = __commonJS({
|
|
274617
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
274727
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/json-stream.js"(exports2, module2) {
|
|
274618
274728
|
var Parser = require_jsonparse();
|
|
274619
274729
|
var { Minipass } = require_commonjs4();
|
|
274620
274730
|
var JSONStreamError = class extends Error {
|
|
@@ -274797,9 +274907,9 @@ var require_json_stream = __commonJS({
|
|
|
274797
274907
|
}
|
|
274798
274908
|
});
|
|
274799
274909
|
|
|
274800
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
274910
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/index.js
|
|
274801
274911
|
var require_lib37 = __commonJS({
|
|
274802
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/
|
|
274912
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/npm-registry-fetch/19.1.1/e689cacc5c49c9deebce1019a330e016d970c109ee773dd7281606e05856ea96/node_modules/npm-registry-fetch/lib/index.js"(exports2, module2) {
|
|
274803
274913
|
"use strict";
|
|
274804
274914
|
var { HttpErrorAuthOTP } = require_errors8();
|
|
274805
274915
|
var checkResponse = require_check_response();
|
|
@@ -281265,9 +281375,9 @@ var require_dist18 = __commonJS({
|
|
|
281265
281375
|
}
|
|
281266
281376
|
});
|
|
281267
281377
|
|
|
281268
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281378
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/util/oidc.js
|
|
281269
281379
|
var require_oidc = __commonJS({
|
|
281270
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281380
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/util/oidc.js"(exports2) {
|
|
281271
281381
|
"use strict";
|
|
281272
281382
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281273
281383
|
exports2.extractJWTSubject = extractJWTSubject;
|
|
@@ -281290,9 +281400,9 @@ var require_oidc = __commonJS({
|
|
|
281290
281400
|
}
|
|
281291
281401
|
});
|
|
281292
281402
|
|
|
281293
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281403
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/package.json
|
|
281294
281404
|
var require_package5 = __commonJS({
|
|
281295
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281405
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/package.json"(exports2, module2) {
|
|
281296
281406
|
module2.exports = {
|
|
281297
281407
|
name: "@sigstore/sign",
|
|
281298
281408
|
version: "4.1.1",
|
|
@@ -281341,9 +281451,9 @@ var require_package5 = __commonJS({
|
|
|
281341
281451
|
}
|
|
281342
281452
|
});
|
|
281343
281453
|
|
|
281344
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281454
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/util/ua.js
|
|
281345
281455
|
var require_ua = __commonJS({
|
|
281346
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281456
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/util/ua.js"(exports2) {
|
|
281347
281457
|
"use strict";
|
|
281348
281458
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
281349
281459
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -281362,9 +281472,9 @@ var require_ua = __commonJS({
|
|
|
281362
281472
|
}
|
|
281363
281473
|
});
|
|
281364
281474
|
|
|
281365
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281475
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/util/index.js
|
|
281366
281476
|
var require_util13 = __commonJS({
|
|
281367
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281477
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/util/index.js"(exports2) {
|
|
281368
281478
|
"use strict";
|
|
281369
281479
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k2, k22) {
|
|
281370
281480
|
if (k22 === void 0) k22 = k2;
|
|
@@ -281426,9 +281536,9 @@ var require_util13 = __commonJS({
|
|
|
281426
281536
|
}
|
|
281427
281537
|
});
|
|
281428
281538
|
|
|
281429
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281539
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/base.js
|
|
281430
281540
|
var require_base = __commonJS({
|
|
281431
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281541
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/base.js"(exports2) {
|
|
281432
281542
|
"use strict";
|
|
281433
281543
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281434
281544
|
exports2.BaseBundleBuilder = void 0;
|
|
@@ -281475,9 +281585,9 @@ var require_base = __commonJS({
|
|
|
281475
281585
|
}
|
|
281476
281586
|
});
|
|
281477
281587
|
|
|
281478
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281588
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/bundle.js
|
|
281479
281589
|
var require_bundle2 = __commonJS({
|
|
281480
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281590
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/bundle.js"(exports2) {
|
|
281481
281591
|
"use strict";
|
|
281482
281592
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k2, k22) {
|
|
281483
281593
|
if (k22 === void 0) k22 = k2;
|
|
@@ -281544,9 +281654,9 @@ var require_bundle2 = __commonJS({
|
|
|
281544
281654
|
}
|
|
281545
281655
|
});
|
|
281546
281656
|
|
|
281547
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281657
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/dsse.js
|
|
281548
281658
|
var require_dsse2 = __commonJS({
|
|
281549
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281659
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/dsse.js"(exports2) {
|
|
281550
281660
|
"use strict";
|
|
281551
281661
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281552
281662
|
exports2.DSSEBundleBuilder = void 0;
|
|
@@ -281580,9 +281690,9 @@ var require_dsse2 = __commonJS({
|
|
|
281580
281690
|
}
|
|
281581
281691
|
});
|
|
281582
281692
|
|
|
281583
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281693
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/message.js
|
|
281584
281694
|
var require_message = __commonJS({
|
|
281585
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281695
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/message.js"(exports2) {
|
|
281586
281696
|
"use strict";
|
|
281587
281697
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281588
281698
|
exports2.MessageSignatureBundleBuilder = void 0;
|
|
@@ -281600,9 +281710,9 @@ var require_message = __commonJS({
|
|
|
281600
281710
|
}
|
|
281601
281711
|
});
|
|
281602
281712
|
|
|
281603
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281713
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/index.js
|
|
281604
281714
|
var require_bundler = __commonJS({
|
|
281605
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281715
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/bundler/index.js"(exports2) {
|
|
281606
281716
|
"use strict";
|
|
281607
281717
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281608
281718
|
exports2.MessageSignatureBundleBuilder = exports2.DSSEBundleBuilder = void 0;
|
|
@@ -281617,9 +281727,9 @@ var require_bundler = __commonJS({
|
|
|
281617
281727
|
}
|
|
281618
281728
|
});
|
|
281619
281729
|
|
|
281620
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281730
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/error.js
|
|
281621
281731
|
var require_error6 = __commonJS({
|
|
281622
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281732
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/error.js"(exports2) {
|
|
281623
281733
|
"use strict";
|
|
281624
281734
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281625
281735
|
exports2.HTTPError = void 0;
|
|
@@ -281636,9 +281746,9 @@ var require_error6 = __commonJS({
|
|
|
281636
281746
|
}
|
|
281637
281747
|
});
|
|
281638
281748
|
|
|
281639
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281749
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/error.js
|
|
281640
281750
|
var require_error7 = __commonJS({
|
|
281641
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281751
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/error.js"(exports2) {
|
|
281642
281752
|
"use strict";
|
|
281643
281753
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281644
281754
|
exports2.InternalError = void 0;
|
|
@@ -281668,9 +281778,9 @@ var require_error7 = __commonJS({
|
|
|
281668
281778
|
}
|
|
281669
281779
|
});
|
|
281670
281780
|
|
|
281671
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281781
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/fetch.js
|
|
281672
281782
|
var require_fetch3 = __commonJS({
|
|
281673
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281783
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/fetch.js"(exports2) {
|
|
281674
281784
|
"use strict";
|
|
281675
281785
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
281676
281786
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -281745,9 +281855,9 @@ var require_fetch3 = __commonJS({
|
|
|
281745
281855
|
}
|
|
281746
281856
|
});
|
|
281747
281857
|
|
|
281748
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281858
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/fulcio.js
|
|
281749
281859
|
var require_fulcio = __commonJS({
|
|
281750
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281860
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/fulcio.js"(exports2) {
|
|
281751
281861
|
"use strict";
|
|
281752
281862
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281753
281863
|
exports2.Fulcio = void 0;
|
|
@@ -281775,9 +281885,9 @@ var require_fulcio = __commonJS({
|
|
|
281775
281885
|
}
|
|
281776
281886
|
});
|
|
281777
281887
|
|
|
281778
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281888
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js
|
|
281779
281889
|
var require_ca = __commonJS({
|
|
281780
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281890
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/fulcio/ca.js"(exports2) {
|
|
281781
281891
|
"use strict";
|
|
281782
281892
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281783
281893
|
exports2.CAClient = void 0;
|
|
@@ -281821,9 +281931,9 @@ var require_ca = __commonJS({
|
|
|
281821
281931
|
}
|
|
281822
281932
|
});
|
|
281823
281933
|
|
|
281824
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281934
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js
|
|
281825
281935
|
var require_ephemeral = __commonJS({
|
|
281826
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281936
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/fulcio/ephemeral.js"(exports2) {
|
|
281827
281937
|
"use strict";
|
|
281828
281938
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281829
281939
|
exports2.EphemeralSigner = void 0;
|
|
@@ -281850,9 +281960,9 @@ var require_ephemeral = __commonJS({
|
|
|
281850
281960
|
}
|
|
281851
281961
|
});
|
|
281852
281962
|
|
|
281853
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281963
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/fulcio/index.js
|
|
281854
281964
|
var require_fulcio2 = __commonJS({
|
|
281855
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
281965
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/fulcio/index.js"(exports2) {
|
|
281856
281966
|
"use strict";
|
|
281857
281967
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281858
281968
|
exports2.FulcioSigner = exports2.DEFAULT_FULCIO_URL = void 0;
|
|
@@ -281919,9 +282029,9 @@ var require_fulcio2 = __commonJS({
|
|
|
281919
282029
|
}
|
|
281920
282030
|
});
|
|
281921
282031
|
|
|
281922
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282032
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/index.js
|
|
281923
282033
|
var require_signer = __commonJS({
|
|
281924
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282034
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/signer/index.js"(exports2) {
|
|
281925
282035
|
"use strict";
|
|
281926
282036
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281927
282037
|
exports2.FulcioSigner = exports2.DEFAULT_FULCIO_URL = void 0;
|
|
@@ -281935,9 +282045,9 @@ var require_signer = __commonJS({
|
|
|
281935
282045
|
}
|
|
281936
282046
|
});
|
|
281937
282047
|
|
|
281938
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282048
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/rekor.js
|
|
281939
282049
|
var require_rekor = __commonJS({
|
|
281940
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282050
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/rekor.js"(exports2) {
|
|
281941
282051
|
"use strict";
|
|
281942
282052
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
281943
282053
|
exports2.Rekor = void 0;
|
|
@@ -282277,9 +282387,9 @@ var require_v2 = __commonJS({
|
|
|
282277
282387
|
}
|
|
282278
282388
|
});
|
|
282279
282389
|
|
|
282280
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282390
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/rekor-v2.js
|
|
282281
282391
|
var require_rekor_v2 = __commonJS({
|
|
282282
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282392
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/rekor-v2.js"(exports2) {
|
|
282283
282393
|
"use strict";
|
|
282284
282394
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282285
282395
|
exports2.RekorV2 = void 0;
|
|
@@ -282310,9 +282420,9 @@ var require_rekor_v2 = __commonJS({
|
|
|
282310
282420
|
}
|
|
282311
282421
|
});
|
|
282312
282422
|
|
|
282313
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282423
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tlog/client.js
|
|
282314
282424
|
var require_client2 = __commonJS({
|
|
282315
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282425
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tlog/client.js"(exports2) {
|
|
282316
282426
|
"use strict";
|
|
282317
282427
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282318
282428
|
exports2.TLogV2Client = exports2.TLogClient = void 0;
|
|
@@ -282384,9 +282494,9 @@ var require_client2 = __commonJS({
|
|
|
282384
282494
|
}
|
|
282385
282495
|
});
|
|
282386
282496
|
|
|
282387
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282497
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tlog/entry.js
|
|
282388
282498
|
var require_entry6 = __commonJS({
|
|
282389
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282499
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tlog/entry.js"(exports2) {
|
|
282390
282500
|
"use strict";
|
|
282391
282501
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282392
282502
|
exports2.toProposedEntry = toProposedEntry;
|
|
@@ -282541,9 +282651,9 @@ var require_entry6 = __commonJS({
|
|
|
282541
282651
|
}
|
|
282542
282652
|
});
|
|
282543
282653
|
|
|
282544
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282654
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tlog/index.js
|
|
282545
282655
|
var require_tlog = __commonJS({
|
|
282546
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282656
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tlog/index.js"(exports2) {
|
|
282547
282657
|
"use strict";
|
|
282548
282658
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282549
282659
|
exports2.RekorWitness = exports2.DEFAULT_REKOR_URL = void 0;
|
|
@@ -282625,9 +282735,9 @@ var require_tlog = __commonJS({
|
|
|
282625
282735
|
}
|
|
282626
282736
|
});
|
|
282627
282737
|
|
|
282628
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282738
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/tsa.js
|
|
282629
282739
|
var require_tsa = __commonJS({
|
|
282630
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282740
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/external/tsa.js"(exports2) {
|
|
282631
282741
|
"use strict";
|
|
282632
282742
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282633
282743
|
exports2.TimestampAuthority = void 0;
|
|
@@ -282655,9 +282765,9 @@ var require_tsa = __commonJS({
|
|
|
282655
282765
|
}
|
|
282656
282766
|
});
|
|
282657
282767
|
|
|
282658
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282768
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tsa/client.js
|
|
282659
282769
|
var require_client3 = __commonJS({
|
|
282660
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282770
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tsa/client.js"(exports2) {
|
|
282661
282771
|
"use strict";
|
|
282662
282772
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282663
282773
|
exports2.TSAClient = void 0;
|
|
@@ -282690,9 +282800,9 @@ var require_client3 = __commonJS({
|
|
|
282690
282800
|
}
|
|
282691
282801
|
});
|
|
282692
282802
|
|
|
282693
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282803
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tsa/index.js
|
|
282694
282804
|
var require_tsa2 = __commonJS({
|
|
282695
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282805
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/tsa/index.js"(exports2) {
|
|
282696
282806
|
"use strict";
|
|
282697
282807
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282698
282808
|
exports2.TSAWitness = void 0;
|
|
@@ -282726,9 +282836,9 @@ var require_tsa2 = __commonJS({
|
|
|
282726
282836
|
}
|
|
282727
282837
|
});
|
|
282728
282838
|
|
|
282729
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282839
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/index.js
|
|
282730
282840
|
var require_witness = __commonJS({
|
|
282731
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282841
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/witness/index.js"(exports2) {
|
|
282732
282842
|
"use strict";
|
|
282733
282843
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282734
282844
|
exports2.TSAWitness = exports2.RekorWitness = exports2.DEFAULT_REKOR_URL = void 0;
|
|
@@ -282746,9 +282856,9 @@ var require_witness = __commonJS({
|
|
|
282746
282856
|
}
|
|
282747
282857
|
});
|
|
282748
282858
|
|
|
282749
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282859
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/config.js
|
|
282750
282860
|
var require_config = __commonJS({
|
|
282751
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282861
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/config.js"(exports2) {
|
|
282752
282862
|
"use strict";
|
|
282753
282863
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282754
282864
|
exports2.bundleBuilderFromSigningConfig = bundleBuilderFromSigningConfig;
|
|
@@ -282864,9 +282974,9 @@ var require_config = __commonJS({
|
|
|
282864
282974
|
}
|
|
282865
282975
|
});
|
|
282866
282976
|
|
|
282867
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282977
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/identity/ci.js
|
|
282868
282978
|
var require_ci = __commonJS({
|
|
282869
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
282979
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/identity/ci.js"(exports2) {
|
|
282870
282980
|
"use strict";
|
|
282871
282981
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
282872
282982
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -282912,9 +283022,9 @@ var require_ci = __commonJS({
|
|
|
282912
283022
|
}
|
|
282913
283023
|
});
|
|
282914
283024
|
|
|
282915
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
283025
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/identity/index.js
|
|
282916
283026
|
var require_identity4 = __commonJS({
|
|
282917
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
283027
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/identity/index.js"(exports2) {
|
|
282918
283028
|
"use strict";
|
|
282919
283029
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282920
283030
|
exports2.CIContextProvider = void 0;
|
|
@@ -282925,9 +283035,9 @@ var require_identity4 = __commonJS({
|
|
|
282925
283035
|
}
|
|
282926
283036
|
});
|
|
282927
283037
|
|
|
282928
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
283038
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/index.js
|
|
282929
283039
|
var require_dist19 = __commonJS({
|
|
282930
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/
|
|
283040
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/sign/4.1.1/d6cf9be300cfc3954c8e0c0504d5176368de53c8a72c2bf50ec740b9964b7142/node_modules/@sigstore/sign/dist/index.js"(exports2) {
|
|
282931
283041
|
"use strict";
|
|
282932
283042
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
282933
283043
|
exports2.TSAWitness = exports2.RekorWitness = exports2.DEFAULT_REKOR_URL = exports2.FulcioSigner = exports2.DEFAULT_FULCIO_URL = exports2.CIContextProvider = exports2.InternalError = exports2.bundleBuilderFromSigningConfig = exports2.MessageSignatureBundleBuilder = exports2.DSSEBundleBuilder = void 0;
|
|
@@ -282970,9 +283080,9 @@ var require_dist19 = __commonJS({
|
|
|
282970
283080
|
}
|
|
282971
283081
|
});
|
|
282972
283082
|
|
|
282973
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
283083
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/appdata.js
|
|
282974
283084
|
var require_appdata = __commonJS({
|
|
282975
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
283085
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/appdata.js"(exports2) {
|
|
282976
283086
|
"use strict";
|
|
282977
283087
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
282978
283088
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -284648,9 +284758,9 @@ var require_dist20 = __commonJS({
|
|
|
284648
284758
|
}
|
|
284649
284759
|
});
|
|
284650
284760
|
|
|
284651
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284761
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/error.js
|
|
284652
284762
|
var require_error9 = __commonJS({
|
|
284653
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284763
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/error.js"(exports2) {
|
|
284654
284764
|
"use strict";
|
|
284655
284765
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
284656
284766
|
exports2.DownloadHTTPError = exports2.DownloadLengthMismatchError = exports2.DownloadError = exports2.ExpiredMetadataError = exports2.EqualVersionError = exports2.BadVersionError = exports2.RepositoryError = exports2.PersistError = exports2.RuntimeError = exports2.ValueError = void 0;
|
|
@@ -284692,9 +284802,9 @@ var require_error9 = __commonJS({
|
|
|
284692
284802
|
}
|
|
284693
284803
|
});
|
|
284694
284804
|
|
|
284695
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284805
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/utils/tmpfile.js
|
|
284696
284806
|
var require_tmpfile = __commonJS({
|
|
284697
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284807
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/utils/tmpfile.js"(exports2) {
|
|
284698
284808
|
"use strict";
|
|
284699
284809
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
284700
284810
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -284718,9 +284828,9 @@ var require_tmpfile = __commonJS({
|
|
|
284718
284828
|
}
|
|
284719
284829
|
});
|
|
284720
284830
|
|
|
284721
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284831
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/fetcher.js
|
|
284722
284832
|
var require_fetcher = __commonJS({
|
|
284723
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284833
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/fetcher.js"(exports2) {
|
|
284724
284834
|
"use strict";
|
|
284725
284835
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
284726
284836
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -284811,9 +284921,9 @@ var require_fetcher = __commonJS({
|
|
|
284811
284921
|
}
|
|
284812
284922
|
});
|
|
284813
284923
|
|
|
284814
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284924
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/package.json
|
|
284815
284925
|
var require_package6 = __commonJS({
|
|
284816
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284926
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/package.json"(exports2, module2) {
|
|
284817
284927
|
module2.exports = {
|
|
284818
284928
|
name: "tuf-js",
|
|
284819
284929
|
version: "4.1.0",
|
|
@@ -284860,9 +284970,9 @@ var require_package6 = __commonJS({
|
|
|
284860
284970
|
}
|
|
284861
284971
|
});
|
|
284862
284972
|
|
|
284863
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284973
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/config.js
|
|
284864
284974
|
var require_config2 = __commonJS({
|
|
284865
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
284975
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/config.js"(exports2) {
|
|
284866
284976
|
"use strict";
|
|
284867
284977
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
284868
284978
|
exports2.defaultConfig = void 0;
|
|
@@ -284887,9 +284997,9 @@ var require_config2 = __commonJS({
|
|
|
284887
284997
|
}
|
|
284888
284998
|
});
|
|
284889
284999
|
|
|
284890
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285000
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/store.js
|
|
284891
285001
|
var require_store = __commonJS({
|
|
284892
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285002
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/store.js"(exports2) {
|
|
284893
285003
|
"use strict";
|
|
284894
285004
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
284895
285005
|
exports2.TrustedMetadataStore = void 0;
|
|
@@ -285065,9 +285175,9 @@ var require_store = __commonJS({
|
|
|
285065
285175
|
}
|
|
285066
285176
|
});
|
|
285067
285177
|
|
|
285068
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285178
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/utils/url.js
|
|
285069
285179
|
var require_url = __commonJS({
|
|
285070
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285180
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/utils/url.js"(exports2) {
|
|
285071
285181
|
"use strict";
|
|
285072
285182
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
285073
285183
|
exports2.join = join5;
|
|
@@ -285084,9 +285194,9 @@ var require_url = __commonJS({
|
|
|
285084
285194
|
}
|
|
285085
285195
|
});
|
|
285086
285196
|
|
|
285087
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285197
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/updater.js
|
|
285088
285198
|
var require_updater = __commonJS({
|
|
285089
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285199
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/updater.js"(exports2) {
|
|
285090
285200
|
"use strict";
|
|
285091
285201
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k2, k22) {
|
|
285092
285202
|
if (k22 === void 0) k22 = k2;
|
|
@@ -285396,9 +285506,9 @@ var require_updater = __commonJS({
|
|
|
285396
285506
|
}
|
|
285397
285507
|
});
|
|
285398
285508
|
|
|
285399
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285509
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/index.js
|
|
285400
285510
|
var require_dist21 = __commonJS({
|
|
285401
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/
|
|
285511
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/tuf-js/4.1.0/6f5c3de02cc273583d4411b01e46463a557ca82b8c826c8ac844b038c8ef88a5/node_modules/tuf-js/dist/index.js"(exports2) {
|
|
285402
285512
|
"use strict";
|
|
285403
285513
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
285404
285514
|
exports2.Updater = exports2.BaseFetcher = exports2.TargetFile = void 0;
|
|
@@ -285417,9 +285527,9 @@ var require_dist21 = __commonJS({
|
|
|
285417
285527
|
}
|
|
285418
285528
|
});
|
|
285419
285529
|
|
|
285420
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285530
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/package.json
|
|
285421
285531
|
var require_package7 = __commonJS({
|
|
285422
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285532
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/package.json"(exports2, module2) {
|
|
285423
285533
|
module2.exports = {
|
|
285424
285534
|
name: "@sigstore/tuf",
|
|
285425
285535
|
version: "4.0.2",
|
|
@@ -285464,9 +285574,9 @@ var require_package7 = __commonJS({
|
|
|
285464
285574
|
}
|
|
285465
285575
|
});
|
|
285466
285576
|
|
|
285467
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285577
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/error.js
|
|
285468
285578
|
var require_error10 = __commonJS({
|
|
285469
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285579
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/error.js"(exports2) {
|
|
285470
285580
|
"use strict";
|
|
285471
285581
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
285472
285582
|
exports2.TUFError = void 0;
|
|
@@ -285484,9 +285594,9 @@ var require_error10 = __commonJS({
|
|
|
285484
285594
|
}
|
|
285485
285595
|
});
|
|
285486
285596
|
|
|
285487
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285597
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/target.js
|
|
285488
285598
|
var require_target = __commonJS({
|
|
285489
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285599
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/target.js"(exports2) {
|
|
285490
285600
|
"use strict";
|
|
285491
285601
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
285492
285602
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -285545,16 +285655,16 @@ var require_target = __commonJS({
|
|
|
285545
285655
|
}
|
|
285546
285656
|
});
|
|
285547
285657
|
|
|
285548
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285658
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/seeds.json
|
|
285549
285659
|
var require_seeds = __commonJS({
|
|
285550
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285660
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/seeds.json"(exports2, module2) {
|
|
285551
285661
|
module2.exports = { "https://tuf-repo-cdn.sigstore.dev": { "root.json": "ewogInNpZ25hdHVyZXMiOiBbCiAgewogICAia2V5aWQiOiAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiIsCiAgICJzaWciOiAiMzA0NjAyMjEwMGUwNGM5NzA2Mjk5YmU1ZDhjMmIxNGZiNTBiY2Q1YjljMjQxZjEwNTk3MTUzZGZlMjJmOTQzZWZlODk2YjUxNTAwMjIxMDBjZmQ3YjlmMDZhNTkwMDc4NGUzMTJkMDJiOGUzMzZlZGJiM2IyZmFiNjFhYzE0NTUwYjMxMTJiNGY5ZTMzZGY0IgogIH0sCiAgewogICAia2V5aWQiOiAiMjJmNGNhZWM2ZDhlNmY5NTU1YWY2NmIzZDRjM2NiMDZhM2JiMjNmZGM3ZTM5YzkxNmM2MWY0NjJlNmY1MmIwNiIsCiAgICJzaWciOiAiIgogIH0sCiAgewogICAia2V5aWQiOiAiNjE2NDM4MzgxMjViNDQwYjQwZGI2OTQyZjVjYjVhMzFjMGRjMDQzNjgzMTZlYjJhYWE1OGI5NTkwNGE1ODIyMiIsCiAgICJzaWciOiAiMzA0NTAyMjEwMGNjMzA4YWU3ZDM5MGZhNzgyZWUzMzc2ZGRmYWE5Mjk4MzUwMTZlODZkYWQ4MWY2OWUyZGU3ZWMxZTE3NDQzMmUwMjIwNWZiMTk5MDZhMzFjY2UxNDZjMjk2MjQ0NDNjMGQwYzJmMzNlZTgwZGFjMzlkNzIxMTRmOTM5NjA3Y2MyMjkzNyIKICB9LAogIHsKICAgImtleWlkIjogImE2ODdlNWJmNGZhYjgyYjBlZTU4ZDQ2ZTA1Yzk1MzUxNDVhMmM5YWZiNDU4ZjQzZDQyYjQ1Y2EwZmRjZTJhNzAiLAogICAic2lnIjogIjMwNDUwMjIwM2Y4YWZmN2EzMGUwNWE4YzNkOTA0YjY3MWFiMWE2ZTRlOGE2ZjUwOGI3Y2ZhMGM3ODBlNzI5NzZiZWU3YTIyNzAyMjEwMGY2NGM5Yjc2NTUyNmYzNGQ5ZWExNjMzOWNmMjM4ODkzZTFjMzM2OGI0ZjA5MTBhNjFhMWFmMjdkZGEwMWViYjkiCiAgfSwKICB7CiAgICJrZXlpZCI6ICIxODNlNjRmMzc2NzBkYzEzY2EwZDI4OTk1YTMwNTNmMzc0MDk1NGRkY2U0NDMyMWE0MWU0NjUzNGNmNDRlNjMyIiwKICAgInNpZyI6ICIzMDQ1MDIyMDIzNjNjYTI0OWFlZmE2ZDVmNjFjNDA4YTMyY2RkMDc5YjAzNGE3ODg4ZGRmMjEzNmRjNDUxNWVkNGE3Mjg0MTgwMjIxMDBiMDRlY2E0MmJjNTEwY2NiYmY1ZDMwNzgzYWFhOTM2YjFmMTM3Y2E3YTAxN2VlOWQ5MGQzNzEwNDMyZGEwNDI3IgogIH0KIF0sCiAic2lnbmVkIjogewogICJfdHlwZSI6ICJyb290IiwKICAiY29uc2lzdGVudF9zbmFwc2hvdCI6IHRydWUsCiAgImV4cGlyZXMiOiAiMjAyNi0wNi0yMlQxMzoyNzowMVoiLAogICJrZXlzIjogewogICAiMGM4NzQzMmMzYmYwOWZkOTkxODlmZGMzMmZhNWVhZWRmNGU0YTVmYWM3YmFiNzNmYTA0YTJlMGZjNjRhZjZmNSI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVdSaUdyNStqKzNKNVNzSCtadHI1bkUySDJ3TzdcbkJWK25PM3M5M2dMY2ExOHFUT3pIWTFvV3lBR0R5a01Tc0dUVUJTdDlEK0FuMEtmS3NEMm1mU000MlE9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1vbmxpbmUtdXJpIjogImdjcGttczpwcm9qZWN0cy9zaWdzdG9yZS1yb290LXNpZ25pbmcvbG9jYXRpb25zL2dsb2JhbC9rZXlSaW5ncy9yb290L2NyeXB0b0tleXMvdGltZXN0YW1wL2NyeXB0b0tleVZlcnNpb25zLzEiCiAgIH0sCiAgICIxODNlNjRmMzc2NzBkYzEzY2EwZDI4OTk1YTMwNTNmMzc0MDk1NGRkY2U0NDMyMWE0MWU0NjUzNGNmNDRlNjMyIjogewogICAgImtleXR5cGUiOiAiZWNkc2EiLAogICAgImtleXZhbCI6IHsKICAgICAicHVibGljIjogIi0tLS0tQkVHSU4gUFVCTElDIEtFWS0tLS0tXG5NRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVNeHBQT0pDSVo1b3RHNDEwNmZHSnNlRVFpM1Y5XG5wa01ZUTR1eVY5VGoxTTdXSFhJeUxHK2prZnZ1RzBnbFExSlpiUlpaQlYzZ0FSNHNvamRHSElTZW93PT1cbi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLVxuIgogICAgfSwKICAgICJzY2hlbWUiOiAiZWNkc2Etc2hhMi1uaXN0cDI1NiIsCiAgICAieC10dWYtb24tY2kta2V5b3duZXIiOiAiQGxhbmNlIgogICB9LAogICAiMjJmNGNhZWM2ZDhlNmY5NTU1YWY2NmIzZDRjM2NiMDZhM2JiMjNmZGM3ZTM5YzkxNmM2MWY0NjJlNmY1MmIwNiI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRXpCelZPbUhDUG9qTVZMU0kzNjRXaWlWOE5QckRcbjZJZ1J4Vmxpc2t6L3YreTNKRVI1bWNWR2NPTmxpRGNXTUM1SjJsZkhtalBOUGhiNEg3eG04THpmU0E9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1rZXlvd25lciI6ICJAc2FudGlhZ290b3JyZXMiCiAgIH0sCiAgICI2MTY0MzgzODEyNWI0NDBiNDBkYjY5NDJmNWNiNWEzMWMwZGMwNDM2ODMxNmViMmFhYTU4Yjk1OTA0YTU4MjIyIjogewogICAgImtleWlkX2hhc2hfYWxnb3JpdGhtcyI6IFsKICAgICAic2hhMjU2IiwKICAgICAic2hhNTEyIgogICAgXSwKICAgICJrZXl0eXBlIjogImVjZHNhIiwKICAgICJrZXl2YWwiOiB7CiAgICAgInB1YmxpYyI6ICItLS0tLUJFR0lOIFBVQkxJQyBLRVktLS0tLVxuTUZrd0V3WUhLb1pJemowQ0FRWUlLb1pJemowREFRY0RRZ0FFaW5pa1NzQVFtWWtOZUg1ZVlxL0NuSXpMYWFjT1xueGxTYWF3UURPd3FLeS90Q3F4cTV4eFBTSmMyMUs0V0loczlHeU9rS2Z6dWVZM0dJTHpjTUpaNGNXdz09XG4tLS0tLUVORCBQVUJMSUMgS0VZLS0tLS1cbiIKICAgIH0sCiAgICAic2NoZW1lIjogImVjZHNhLXNoYTItbmlzdHAyNTYiLAogICAgIngtdHVmLW9uLWNpLWtleW93bmVyIjogIkBib2JjYWxsYXdheSIKICAgfSwKICAgImE2ODdlNWJmNGZhYjgyYjBlZTU4ZDQ2ZTA1Yzk1MzUxNDVhMmM5YWZiNDU4ZjQzZDQyYjQ1Y2EwZmRjZTJhNzAiOiB7CiAgICAia2V5aWRfaGFzaF9hbGdvcml0aG1zIjogWwogICAgICJzaGEyNTYiLAogICAgICJzaGE1MTIiCiAgICBdLAogICAgImtleXR5cGUiOiAiZWNkc2EiLAogICAgImtleXZhbCI6IHsKICAgICAicHVibGljIjogIi0tLS0tQkVHSU4gUFVCTElDIEtFWS0tLS0tXG5NRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUwZ2hyaDkyTHcxWXIzaWRHVjVXcUN0TURCOEN4XG4rRDhoZEM0dzJaTE5JcGxWUm9WR0xza1lhM2doZU15T2ppSjhrUGkxNWFRMi8vN1Arb2o3VXZKUEd3PT1cbi0tLS0tRU5EIFBVQkxJQyBLRVktLS0tLVxuIgogICAgfSwKICAgICJzY2hlbWUiOiAiZWNkc2Etc2hhMi1uaXN0cDI1NiIsCiAgICAieC10dWYtb24tY2kta2V5b3duZXIiOiAiQGpvc2h1YWdsIgogICB9LAogICAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiI6IHsKICAgICJrZXlpZF9oYXNoX2FsZ29yaXRobXMiOiBbCiAgICAgInNoYTI1NiIsCiAgICAgInNoYTUxMiIKICAgIF0sCiAgICAia2V5dHlwZSI6ICJlY2RzYSIsCiAgICAia2V5dmFsIjogewogICAgICJwdWJsaWMiOiAiLS0tLS1CRUdJTiBQVUJMSUMgS0VZLS0tLS1cbk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRUVYc3ozU1pYRmI4ak1WNDJqNnBKbHlqYmpSOEtcbk4zQndvY2V4cTZMTUliNXFzV0tPUXZMTjE2TlVlZkxjNEhzd09vdW1Sc1ZWYWFqU3BRUzZmb2JrUnc9PVxuLS0tLS1FTkQgUFVCTElDIEtFWS0tLS0tXG4iCiAgICB9LAogICAgInNjaGVtZSI6ICJlY2RzYS1zaGEyLW5pc3RwMjU2IiwKICAgICJ4LXR1Zi1vbi1jaS1rZXlvd25lciI6ICJAbW5tNjc4IgogICB9CiAgfSwKICAicm9sZXMiOiB7CiAgICJyb290IjogewogICAgImtleWlkcyI6IFsKICAgICAiZTcxYTU0ZDU0MzgzNWJhODZhZGFkOTQ2MDM3OWM3NjQxZmI4NzI2ZDE2NGVhNzY2ODAxYTFjNTIyYWJhN2VhMiIsCiAgICAgIjIyZjRjYWVjNmQ4ZTZmOTU1NWFmNjZiM2Q0YzNjYjA2YTNiYjIzZmRjN2UzOWM5MTZjNjFmNDYyZTZmNTJiMDYiLAogICAgICI2MTY0MzgzODEyNWI0NDBiNDBkYjY5NDJmNWNiNWEzMWMwZGMwNDM2ODMxNmViMmFhYTU4Yjk1OTA0YTU4MjIyIiwKICAgICAiYTY4N2U1YmY0ZmFiODJiMGVlNThkNDZlMDVjOTUzNTE0NWEyYzlhZmI0NThmNDNkNDJiNDVjYTBmZGNlMmE3MCIsCiAgICAgIjE4M2U2NGYzNzY3MGRjMTNjYTBkMjg5OTVhMzA1M2YzNzQwOTU0ZGRjZTQ0MzIxYTQxZTQ2NTM0Y2Y0NGU2MzIiCiAgICBdLAogICAgInRocmVzaG9sZCI6IDMKICAgfSwKICAgInNuYXBzaG90IjogewogICAgImtleWlkcyI6IFsKICAgICAiMGM4NzQzMmMzYmYwOWZkOTkxODlmZGMzMmZhNWVhZWRmNGU0YTVmYWM3YmFiNzNmYTA0YTJlMGZjNjRhZjZmNSIKICAgIF0sCiAgICAidGhyZXNob2xkIjogMSwKICAgICJ4LXR1Zi1vbi1jaS1leHBpcnktcGVyaW9kIjogMzY1MCwKICAgICJ4LXR1Zi1vbi1jaS1zaWduaW5nLXBlcmlvZCI6IDM2NQogICB9LAogICAidGFyZ2V0cyI6IHsKICAgICJrZXlpZHMiOiBbCiAgICAgImU3MWE1NGQ1NDM4MzViYTg2YWRhZDk0NjAzNzljNzY0MWZiODcyNmQxNjRlYTc2NjgwMWExYzUyMmFiYTdlYTIiLAogICAgICIyMmY0Y2FlYzZkOGU2Zjk1NTVhZjY2YjNkNGMzY2IwNmEzYmIyM2ZkYzdlMzljOTE2YzYxZjQ2MmU2ZjUyYjA2IiwKICAgICAiNjE2NDM4MzgxMjViNDQwYjQwZGI2OTQyZjVjYjVhMzFjMGRjMDQzNjgzMTZlYjJhYWE1OGI5NTkwNGE1ODIyMiIsCiAgICAgImE2ODdlNWJmNGZhYjgyYjBlZTU4ZDQ2ZTA1Yzk1MzUxNDVhMmM5YWZiNDU4ZjQzZDQyYjQ1Y2EwZmRjZTJhNzAiLAogICAgICIxODNlNjRmMzc2NzBkYzEzY2EwZDI4OTk1YTMwNTNmMzc0MDk1NGRkY2U0NDMyMWE0MWU0NjUzNGNmNDRlNjMyIgogICAgXSwKICAgICJ0aHJlc2hvbGQiOiAzCiAgIH0sCiAgICJ0aW1lc3RhbXAiOiB7CiAgICAia2V5aWRzIjogWwogICAgICIwYzg3NDMyYzNiZjA5ZmQ5OTE4OWZkYzMyZmE1ZWFlZGY0ZTRhNWZhYzdiYWI3M2ZhMDRhMmUwZmM2NGFmNmY1IgogICAgXSwKICAgICJ0aHJlc2hvbGQiOiAxLAogICAgIngtdHVmLW9uLWNpLWV4cGlyeS1wZXJpb2QiOiA3LAogICAgIngtdHVmLW9uLWNpLXNpZ25pbmctcGVyaW9kIjogNgogICB9CiAgfSwKICAic3BlY192ZXJzaW9uIjogIjEuMCIsCiAgInZlcnNpb24iOiAxNCwKICAieC10dWYtb24tY2ktZXhwaXJ5LXBlcmlvZCI6IDE5NywKICAieC10dWYtb24tY2ktc2lnbmluZy1wZXJpb2QiOiA0NgogfQp9", targets: { "trusted_root.json": "ewogICJtZWRpYVR5cGUiOiAiYXBwbGljYXRpb24vdm5kLmRldi5zaWdzdG9yZS50cnVzdGVkcm9vdCtqc29uO3ZlcnNpb249MC4xIiwKICAidGxvZ3MiOiBbCiAgICB7CiAgICAgICJiYXNlVXJsIjogImh0dHBzOi8vcmVrb3Iuc2lnc3RvcmUuZGV2IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUyRzJZKzJ0YWJkVFY1QmNHaUJJeDBhOWZBRndya0JibUxTR3RrczRMM3FYNnlZWTB6dWZCbmhDOFVyL2l5NTVHaFdQLzlBL2JZMkxoQzMwTTkrUll0dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjEtMDEtMTJUMTE6NTM6MjdaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJ3Tkk5YXRRR2x6K1ZXZk82TFJ5Z0g0UVVmWS84VzRSRndpVDVpNVdSZ0IwPSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9sb2cyMDI1LTEucmVrb3Iuc2lnc3RvcmUuZGV2IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNQ293QlFZREsyVndBeUVBdDhybHAxa25Hd2pmYmNYQVlQWUFrbjBYaUx6MXg4TzR0MFlrRWhpZTI0ND0iLAogICAgICAgICJrZXlEZXRhaWxzIjogIlBLSVhfRUQyNTUxOSIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjUtMDktMjNUMDA6MDA6MDBaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJ6eEdaRlZ2ZDBGRW1qUjhXckZ3TWRjQUo5dnRhWS9RWGY0NFkxd1VlUDZBPSIKICAgICAgfQogICAgfQogIF0sCiAgImNlcnRpZmljYXRlQXV0aG9yaXRpZXMiOiBbCiAgICB7CiAgICAgICJzdWJqZWN0IjogewogICAgICAgICJvcmdhbml6YXRpb24iOiAic2lnc3RvcmUuZGV2IiwKICAgICAgICAiY29tbW9uTmFtZSI6ICJzaWdzdG9yZSIKICAgICAgfSwKICAgICAgInVyaSI6ICJodHRwczovL2Z1bGNpby5zaWdzdG9yZS5kZXYiLAogICAgICAiY2VydENoYWluIjogewogICAgICAgICJjZXJ0aWZpY2F0ZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlCK0RDQ0FYNmdBd0lCQWdJVE5Wa0Rab0Npb2ZQRHN5N2RmbTZnZUxidWh6QUtCZ2dxaGtqT1BRUURBekFxTVJVd0V3WURWUVFLRXd4emFXZHpkRzl5WlM1a1pYWXhFVEFQQmdOVkJBTVRDSE5wWjNOMGIzSmxNQjRYRFRJeE1ETXdOekF6TWpBeU9Wb1hEVE14TURJeU16QXpNakF5T1Zvd0tqRVZNQk1HQTFVRUNoTU1jMmxuYzNSdmNtVXVaR1YyTVJFd0R3WURWUVFERXdoemFXZHpkRzl5WlRCMk1CQUdCeXFHU000OUFnRUdCU3VCQkFBaUEySUFCTFN5QTdJaTVrK3BOTzhaRVdZMHlsZW1XRG93T2tOYTNrTCtHWkU1WjVHV2VoTDkvQTliUk5BM1JicnNaNWkwSmNhc3RhUkw3U3A1ZnAvakQ1ZHhxYy9VZFRWbmx2UzE2YW4rMllmc3dlL1F1TG9sUlVDcmNPRTIrMmlBNSt0emQ2Tm1NR1F3RGdZRFZSMFBBUUgvQkFRREFnRUdNQklHQTFVZEV3RUIvd1FJTUFZQkFmOENBUUV3SFFZRFZSME9CQllFRk1qRkhRQkJtaVFwTWxFazZ3MnVTdTFLQnRQc01COEdBMVVkSXdRWU1CYUFGTWpGSFFCQm1pUXBNbEVrNncydVN1MUtCdFBzTUFvR0NDcUdTTTQ5QkFNREEyZ0FNR1VDTUg4bGlXSmZNdWk2dlhYQmhqRGdZNE13c2xtTi9USnhWZS84M1dyRm9td21OZjA1NnkxWDQ4RjljNG0zYTNvelhBSXhBS2pSYXk1L2FqL2pzS0tHSWttUWF0akk4dXVwSHIvK0N4RnZhSldtcFlxTmtMREdSVSs5b3J6aDVoSTJScmN1YVE9PSIKICAgICAgICAgIH0KICAgICAgICBdCiAgICAgIH0sCiAgICAgICJ2YWxpZEZvciI6IHsKICAgICAgICAic3RhcnQiOiAiMjAyMS0wMy0wN1QwMzoyMDoyOVoiLAogICAgICAgICJlbmQiOiAiMjAyMi0xMi0zMVQyMzo1OTo1OS45OTlaIgogICAgICB9CiAgICB9LAogICAgewogICAgICAic3ViamVjdCI6IHsKICAgICAgICAib3JnYW5pemF0aW9uIjogInNpZ3N0b3JlLmRldiIsCiAgICAgICAgImNvbW1vbk5hbWUiOiAic2lnc3RvcmUiCiAgICAgIH0sCiAgICAgICJ1cmkiOiAiaHR0cHM6Ly9mdWxjaW8uc2lnc3RvcmUuZGV2IiwKICAgICAgImNlcnRDaGFpbiI6IHsKICAgICAgICAiY2VydGlmaWNhdGVzIjogWwogICAgICAgICAgewogICAgICAgICAgICAicmF3Qnl0ZXMiOiAiTUlJQ0dqQ0NBYUdnQXdJQkFnSVVBTG5WaVZmblUwYnJKYXNtUmtIcm4vVW5mYVF3Q2dZSUtvWkl6ajBFQXdNd0tqRVZNQk1HQTFVRUNoTU1jMmxuYzNSdmNtVXVaR1YyTVJFd0R3WURWUVFERXdoemFXZHpkRzl5WlRBZUZ3MHlNakEwTVRNeU1EQTJNVFZhRncwek1URXdNRFV4TXpVMk5UaGFNRGN4RlRBVEJnTlZCQW9UREhOcFozTjBiM0psTG1SbGRqRWVNQndHQTFVRUF4TVZjMmxuYzNSdmNtVXRhVzUwWlhKdFpXUnBZWFJsTUhZd0VBWUhLb1pJemowQ0FRWUZLNEVFQUNJRFlnQUU4UlZTL3lzSCtOT3Z1RFp5UEladGlsZ1VGOU5sYXJZcEFkOUhQMXZCQkgxVTVDVjc3TFNTN3MwWmlING5FN0h2N3B0UzZMdnZSL1NUazc5OExWZ016TGxKNEhlSWZGM3RIU2FleExjWXBTQVNyMWtTME4vUmdCSnovOWpXQ2lYbm8zc3dlVEFPQmdOVkhROEJBZjhFQkFNQ0FRWXdFd1lEVlIwbEJBd3dDZ1lJS3dZQkJRVUhBd013RWdZRFZSMFRBUUgvQkFnd0JnRUIvd0lCQURBZEJnTlZIUTRFRmdRVTM5UHB6MVlrRVpiNXFOanBLRldpeGk0WVpEOHdId1lEVlIwakJCZ3dGb0FVV01BZVg1RkZwV2FwZXN5UW9aTWkwQ3JGeGZvd0NnWUlLb1pJemowRUF3TURad0F3WkFJd1BDc1FLNERZaVpZRFBJYURpNUhGS25meFh4NkFTU1ZtRVJmc3luWUJpWDJYNlNKUm5aVTg0LzlEWmRuRnZ2eG1BakJPdDZRcEJsYzRKLzBEeHZrVENxcGNsdnppTDZCQ0NQbmpkbElCM1B1M0J4c1BteWdVWTdJaTJ6YmRDZGxpaW93PSIKICAgICAgICAgIH0sCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlCOXpDQ0FYeWdBd0lCQWdJVUFMWk5BUEZkeEhQd2plRGxvRHd5WUNoQU8vNHdDZ1lJS29aSXpqMEVBd013S2pFVk1CTUdBMVVFQ2hNTWMybG5jM1J2Y21VdVpHVjJNUkV3RHdZRFZRUURFd2h6YVdkemRHOXlaVEFlRncweU1URXdNRGN4TXpVMk5UbGFGdzB6TVRFd01EVXhNelUyTlRoYU1Db3hGVEFUQmdOVkJBb1RESE5wWjNOMGIzSmxMbVJsZGpFUk1BOEdBMVVFQXhNSWMybG5jM1J2Y21Vd2RqQVFCZ2NxaGtqT1BRSUJCZ1VyZ1FRQUlnTmlBQVQ3WGVGVDRyYjNQUUd3UzRJYWp0TGszL09sbnBnYW5nYUJjbFlwc1lCcjVpKzR5bkIwN2NlYjNMUDBPSU9aZHhleFg2OWM1aVZ1eUpSUStIejA1eWkrVUYzdUJXQWxIcGlTNXNoMCtIMkdIRTdTWHJrMUVDNW0xVHIxOUw5Z2c5MmpZekJoTUE0R0ExVWREd0VCL3dRRUF3SUJCakFQQmdOVkhSTUJBZjhFQlRBREFRSC9NQjBHQTFVZERnUVdCQlJZd0I1ZmtVV2xacWw2ekpDaGt5TFFLc1hGK2pBZkJnTlZIU01FR0RBV2dCUll3QjVma1VXbFpxbDZ6SkNoa3lMUUtzWEYrakFLQmdncWhrak9QUVFEQXdOcEFEQm1BakVBajFuSGVYWnArMTNOV0JOYStFRHNEUDhHMVdXZzF0Q01XUC9XSFBxcGFWbzBqaHN3ZU5GWmdTczBlRTd3WUk0cUFqRUEyV0I5b3Q5OHNJa29GM3ZaWWRkMy9WdFdCNWI5VE5NZWE3SXgvc3RKNVRmY0xMZUFCTEU0Qk5KT3NRNHZuQkhKIgogICAgICAgICAgfQogICAgICAgIF0KICAgICAgfSwKICAgICAgInZhbGlkRm9yIjogewogICAgICAgICJzdGFydCI6ICIyMDIyLTA0LTEzVDIwOjA2OjE1WiIKICAgICAgfQogICAgfQogIF0sCiAgImN0bG9ncyI6IFsKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9jdGZlLnNpZ3N0b3JlLmRldi90ZXN0IiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUViZndSK1JKdWRYc2NnUkJScEtYMVhGRHkzUHl1ZER4ei9TZm5SaTFmVDhla3BmQmQyTzF1b3o3anIzWjhuS3p4QTY5RVVRK2VGQ0ZJM3pldWJQV1U3dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjEtMDMtMTRUMDA6MDA6MDBaIiwKICAgICAgICAgICJlbmQiOiAiMjAyMi0xMC0zMVQyMzo1OTo1OS45OTlaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICJDR0NTOENoUy8yaEYwZEZySjRTY1JXY1lyQlk5d3pqU2JlYThJZ1kyYjNJPSIKICAgICAgfQogICAgfSwKICAgIHsKICAgICAgImJhc2VVcmwiOiAiaHR0cHM6Ly9jdGZlLnNpZ3N0b3JlLmRldi8yMDIyIiwKICAgICAgImhhc2hBbGdvcml0aG0iOiAiU0hBMl8yNTYiLAogICAgICAicHVibGljS2V5IjogewogICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUVpUFNsRmkwQ21GVGZFakNVcUY5SHVDRWNZWE5LQWFZYWxJSm1CWjh5eWV6UGpUcWh4cktCcE1uYW9jVnRMSkJJMWVNM3VYblF6UUdBSmRKNGdzOUZ5dz09IiwKICAgICAgICAia2V5RGV0YWlscyI6ICJQS0lYX0VDRFNBX1AyNTZfU0hBXzI1NiIsCiAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgInN0YXJ0IjogIjIwMjItMTAtMjBUMDA6MDA6MDBaIgogICAgICAgIH0KICAgICAgfSwKICAgICAgImxvZ0lkIjogewogICAgICAgICJrZXlJZCI6ICIzVDB3YXNiSEVUSmpHUjRjbVdjM0FxSktYcmplUEszL2g0cHlnQzhwN280PSIKICAgICAgfQogICAgfQogIF0sCiAgInRpbWVzdGFtcEF1dGhvcml0aWVzIjogWwogICAgewogICAgICAic3ViamVjdCI6IHsKICAgICAgICAib3JnYW5pemF0aW9uIjogInNpZ3N0b3JlLmRldiIsCiAgICAgICAgImNvbW1vbk5hbWUiOiAic2lnc3RvcmUtdHNhLXNlbGZzaWduZWQiCiAgICAgIH0sCiAgICAgICJ1cmkiOiAiaHR0cHM6Ly90aW1lc3RhbXAuc2lnc3RvcmUuZGV2L2FwaS92MS90aW1lc3RhbXAiLAogICAgICAiY2VydENoYWluIjogewogICAgICAgICJjZXJ0aWZpY2F0ZXMiOiBbCiAgICAgICAgICB7CiAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNSUlDRURDQ0FaYWdBd0lCQWdJVU9oTlVMd3lRWWU2OHdVTXZ5NHFPaXlvaml3d3dDZ1lJS29aSXpqMEVBd013T1RFVk1CTUdBMVVFQ2hNTWMybG5jM1J2Y21VdVpHVjJNU0F3SGdZRFZRUURFeGR6YVdkemRHOXlaUzEwYzJFdGMyVnNabk5wWjI1bFpEQWVGdzB5TlRBME1EZ3dOalU1TkROYUZ3MHpOVEEwTURZd05qVTVORE5hTUM0eEZUQVRCZ05WQkFvVERITnBaM04wYjNKbExtUmxkakVWTUJNR0ExVUVBeE1NYzJsbmMzUnZjbVV0ZEhOaE1IWXdFQVlIS29aSXpqMENBUVlGSzRFRUFDSURZZ0FFNHJhMlo4aEtOaWcyVDlrRmpDQVRvR0czMGpreStXUXYzQnpMK21LdmgxU0tOUi9Vd3V3c2ZOQ2c0c3J5b1lBZDhFNmlzb3ZWQTNNNGFvTmRtOVFEaTUwWjhuVEV5dnFnZkRQdFRJd1hJdGZpVy9BRmYxVjd1d2tia0FvajB4eGNvMm93YURBT0JnTlZIUThCQWY4RUJBTUNCNEF3SFFZRFZSME9CQllFRkluOWVVT0h6OUJsUnNNQ1JzY3NjMXQ5dE9zRE1COEdBMVVkSXdRWU1CYUFGSmpzQWU5L3UxSC8xSlVlYjRxSW1GTUhpYzYvTUJZR0ExVWRKUUVCL3dRTU1Bb0dDQ3NHQVFVRkJ3TUlNQW9HQ0NxR1NNNDlCQU1EQTJnQU1HVUNNRHRwc1YvNkthTzBxeUYvVU1zWDJhU1VYS1FGZG9HVHB0UUdjMGZ0cTFjc3VsSFBHRzZkc215TU5kM0pCK0czRVFJeEFPYWp2QmNqcEptS2I0TnYrMlRhb2o4VWM1K2I2aWg2RlhDQ0tyYVNxdXBlMDd6cXN3TWNYSlRlMWNFeHZIdnZsdz09IgogICAgICAgICAgfSwKICAgICAgICAgIHsKICAgICAgICAgICAgInJhd0J5dGVzIjogIk1JSUI5ekNDQVh5Z0F3SUJBZ0lVVjdmMEdMRE9vRXpJaDhMWFNXODBPSmlVcDE0d0NnWUlLb1pJemowRUF3TXdPVEVWTUJNR0ExVUVDaE1NYzJsbmMzUnZjbVV1WkdWMk1TQXdIZ1lEVlFRREV4ZHphV2R6ZEc5eVpTMTBjMkV0YzJWc1puTnBaMjVsWkRBZUZ3MHlOVEEwTURnd05qVTVORE5hRncwek5UQTBNRFl3TmpVNU5ETmFNRGt4RlRBVEJnTlZCQW9UREhOcFozTjBiM0psTG1SbGRqRWdNQjRHQTFVRUF4TVhjMmxuYzNSdmNtVXRkSE5oTFhObGJHWnphV2R1WldRd2RqQVFCZ2NxaGtqT1BRSUJCZ1VyZ1FRQUlnTmlBQVFVUU50ZlJUL291M1lBVGE2d0Iva0tUZTcwY2ZKd3lSSUJvdk1udDhSY0pwaC9DT0U4MnV5UzZGbXBwTExMMVZCUEdjUGZwUVBZSk5Yeld3aThpY3doS1E2Vy9RZTJoM29lYkJiMkZIcHdOSkRxbytUTWFDL3RkZmt2L0VsSkI3MmpSVEJETUE0R0ExVWREd0VCL3dRRUF3SUJCakFTQmdOVkhSTUJBZjhFQ0RBR0FRSC9BZ0VBTUIwR0ExVWREZ1FXQkJTWTdBSHZmN3RSLzlTVkhtK0tpSmhUQjRuT3Z6QUtCZ2dxaGtqT1BRUURBd05wQURCbUFqRUF3R0VHcmZHWlIxY2VuMVI4L0RUVk1JOTQzTHNzWm1KUnREcC9pN1NmR0htR1JQNmdSYnVqOXZPSzNiNjdaMFFRQWpFQXVUMkg2NzNMUUVhSFRjeVFTWnJrcDRtWDdXd2ttRitzVmJrWVk1bVhOK1JNSDEzS1VFSEhPcUFTYWVtWVdLL0UiCiAgICAgICAgICB9CiAgICAgICAgXQogICAgICB9LAogICAgICAidmFsaWRGb3IiOiB7CiAgICAgICAgInN0YXJ0IjogIjIwMjUtMDctMDRUMDA6MDA6MDBaIgogICAgICB9CiAgICB9CiAgXQp9Cg==", "registry.npmjs.org%2Fkeys.json": "ewogICAgImtleXMiOiBbCiAgICAgICAgewogICAgICAgICAgICAia2V5SWQiOiAiU0hBMjU2OmpsM2J3c3d1ODBQampva0NnaDBvMnc1YzJVNExoUUFFNTdnajljejFrekEiLAogICAgICAgICAgICAia2V5VXNhZ2UiOiAibnBtOnNpZ25hdHVyZXMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRTFPbGIzek1BRkZ4WEtIaUlrUU81Y0ozWWhsNWk2VVBwK0lodXRlQkpidUhjQTVVb2dLbzBFV3RsV3dXNktTYUtvVE5FWUw3SmxDUWlWbmtoQmt0VWdnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIxOTk5LTAxLTAxVDAwOjAwOjAwLjAwMFoiLAogICAgICAgICAgICAgICAgICAgICJlbmQiOiAiMjAyNS0wMS0yOVQwMDowMDowMC4wMDBaIgogICAgICAgICAgICAgICAgfQogICAgICAgICAgICB9CiAgICAgICAgfSwKICAgICAgICB7CiAgICAgICAgICAgICJrZXlJZCI6ICJTSEEyNTY6amwzYndzd3U4MFBqam9rQ2doMG8ydzVjMlU0TGhRQUU1N2dqOWN6MWt6QSIsCiAgICAgICAgICAgICJrZXlVc2FnZSI6ICJucG06YXR0ZXN0YXRpb25zIiwKICAgICAgICAgICAgInB1YmxpY0tleSI6IHsKICAgICAgICAgICAgICAgICJyYXdCeXRlcyI6ICJNRmt3RXdZSEtvWkl6ajBDQVFZSUtvWkl6ajBEQVFjRFFnQUUxT2xiM3pNQUZGeFhLSGlJa1FPNWNKM1lobDVpNlVQcCtJaHV0ZUJKYnVIY0E1VW9nS28wRVd0bFd3VzZLU2FLb1RORVlMN0psQ1FpVm5raEJrdFVnZz09IiwKICAgICAgICAgICAgICAgICJrZXlEZXRhaWxzIjogIlBLSVhfRUNEU0FfUDI1Nl9TSEFfMjU2IiwKICAgICAgICAgICAgICAgICJ2YWxpZEZvciI6IHsKICAgICAgICAgICAgICAgICAgICAic3RhcnQiOiAiMjAyMi0xMi0wMVQwMDowMDowMC4wMDBaIiwKICAgICAgICAgICAgICAgICAgICAiZW5kIjogIjIwMjUtMDEtMjlUMDA6MDA6MDAuMDAwWiIKICAgICAgICAgICAgICAgIH0KICAgICAgICAgICAgfQogICAgICAgIH0sCiAgICAgICAgewogICAgICAgICAgICAia2V5SWQiOiAiU0hBMjU2OkRoUTh3UjVBUEJ2RkhMRi8rVGMrQVl2UE9kVHBjSURxT2h4c0JIUndDN1UiLAogICAgICAgICAgICAia2V5VXNhZ2UiOiAibnBtOnNpZ25hdHVyZXMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVk2WWE3VysrN2FVUHp2TVRyZXpINlljeDNjK0hPS1lDY05HeWJKWlNDSnEvZmQ3UWE4dXVBS3RkSWtVUXRRaUVLRVJoQW1FNWxNTUpoUDhPa0RPYTJnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIyMDI1LTAxLTEzVDAwOjAwOjAwLjAwMFoiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9LAogICAgICAgIHsKICAgICAgICAgICAgImtleUlkIjogIlNIQTI1NjpEaFE4d1I1QVBCdkZITEYvK1RjK0FZdlBPZFRwY0lEcU9oeHNCSFJ3QzdVIiwKICAgICAgICAgICAgImtleVVzYWdlIjogIm5wbTphdHRlc3RhdGlvbnMiLAogICAgICAgICAgICAicHVibGljS2V5IjogewogICAgICAgICAgICAgICAgInJhd0J5dGVzIjogIk1Ga3dFd1lIS29aSXpqMENBUVlJS29aSXpqMERBUWNEUWdBRVk2WWE3VysrN2FVUHp2TVRyZXpINlljeDNjK0hPS1lDY05HeWJKWlNDSnEvZmQ3UWE4dXVBS3RkSWtVUXRRaUVLRVJoQW1FNWxNTUpoUDhPa0RPYTJnPT0iLAogICAgICAgICAgICAgICAgImtleURldGFpbHMiOiAiUEtJWF9FQ0RTQV9QMjU2X1NIQV8yNTYiLAogICAgICAgICAgICAgICAgInZhbGlkRm9yIjogewogICAgICAgICAgICAgICAgICAgICJzdGFydCI6ICIyMDI1LTAxLTEzVDAwOjAwOjAwLjAwMFoiCiAgICAgICAgICAgICAgICB9CiAgICAgICAgICAgIH0KICAgICAgICB9CiAgICBdCn0K" } } };
|
|
285552
285662
|
}
|
|
285553
285663
|
});
|
|
285554
285664
|
|
|
285555
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285665
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/client.js
|
|
285556
285666
|
var require_client4 = __commonJS({
|
|
285557
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285667
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/client.js"(exports2) {
|
|
285558
285668
|
"use strict";
|
|
285559
285669
|
var __importDefault2 = exports2 && exports2.__importDefault || function(mod2) {
|
|
285560
285670
|
return mod2 && mod2.__esModule ? mod2 : { "default": mod2 };
|
|
@@ -285645,9 +285755,9 @@ var require_client4 = __commonJS({
|
|
|
285645
285755
|
}
|
|
285646
285756
|
});
|
|
285647
285757
|
|
|
285648
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285758
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/index.js
|
|
285649
285759
|
var require_dist22 = __commonJS({
|
|
285650
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/
|
|
285760
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@sigstore/tuf/4.0.2/175667e5b9730e37aa40dd0997a75b8c99e21905db400b43a4d3e26bf914e76c/node_modules/@sigstore/tuf/dist/index.js"(exports2) {
|
|
285651
285761
|
"use strict";
|
|
285652
285762
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
285653
285763
|
exports2.TUFError = exports2.DEFAULT_MIRROR_URL = void 0;
|
|
@@ -287046,9 +287156,9 @@ var require_dist23 = __commonJS({
|
|
|
287046
287156
|
}
|
|
287047
287157
|
});
|
|
287048
287158
|
|
|
287049
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/
|
|
287159
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/372490a4d6ecca78183fbd644e03e4cd1efa4d8f19ca42dbc5be4b51304a1f27/node_modules/sigstore/dist/config.js
|
|
287050
287160
|
var require_config3 = __commonJS({
|
|
287051
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/
|
|
287161
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/372490a4d6ecca78183fbd644e03e4cd1efa4d8f19ca42dbc5be4b51304a1f27/node_modules/sigstore/dist/config.js"(exports2) {
|
|
287052
287162
|
"use strict";
|
|
287053
287163
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
287054
287164
|
exports2.DEFAULT_TIMEOUT = exports2.DEFAULT_RETRY = void 0;
|
|
@@ -287152,9 +287262,9 @@ var require_config3 = __commonJS({
|
|
|
287152
287262
|
}
|
|
287153
287263
|
});
|
|
287154
287264
|
|
|
287155
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/
|
|
287265
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/372490a4d6ecca78183fbd644e03e4cd1efa4d8f19ca42dbc5be4b51304a1f27/node_modules/sigstore/dist/sigstore.js
|
|
287156
287266
|
var require_sigstore = __commonJS({
|
|
287157
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/
|
|
287267
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/372490a4d6ecca78183fbd644e03e4cd1efa4d8f19ca42dbc5be4b51304a1f27/node_modules/sigstore/dist/sigstore.js"(exports2) {
|
|
287158
287268
|
"use strict";
|
|
287159
287269
|
var __createBinding2 = exports2 && exports2.__createBinding || (Object.create ? (function(o2, m, k2, k22) {
|
|
287160
287270
|
if (k22 === void 0) k22 = k2;
|
|
@@ -287250,9 +287360,9 @@ var require_sigstore = __commonJS({
|
|
|
287250
287360
|
}
|
|
287251
287361
|
});
|
|
287252
287362
|
|
|
287253
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/
|
|
287363
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/372490a4d6ecca78183fbd644e03e4cd1efa4d8f19ca42dbc5be4b51304a1f27/node_modules/sigstore/dist/index.js
|
|
287254
287364
|
var require_dist24 = __commonJS({
|
|
287255
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/
|
|
287365
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/sigstore/4.1.1/372490a4d6ecca78183fbd644e03e4cd1efa4d8f19ca42dbc5be4b51304a1f27/node_modules/sigstore/dist/index.js"(exports2) {
|
|
287256
287366
|
"use strict";
|
|
287257
287367
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
287258
287368
|
exports2.verify = exports2.sign = exports2.createVerifier = exports2.attest = exports2.VerificationError = exports2.PolicyError = exports2.TUFError = exports2.InternalError = exports2.DEFAULT_REKOR_URL = exports2.DEFAULT_FULCIO_URL = exports2.ValidationError = void 0;
|
|
@@ -287297,9 +287407,9 @@ var require_dist24 = __commonJS({
|
|
|
287297
287407
|
}
|
|
287298
287408
|
});
|
|
287299
287409
|
|
|
287300
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287410
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/provenance.js
|
|
287301
287411
|
var require_provenance = __commonJS({
|
|
287302
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287412
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/provenance.js"(exports2, module2) {
|
|
287303
287413
|
var sigstore = require_dist24();
|
|
287304
287414
|
var { readFile: readFile5 } = __require("node:fs/promises");
|
|
287305
287415
|
var ci = require_ci_info();
|
|
@@ -287535,9 +287645,9 @@ var require_provenance = __commonJS({
|
|
|
287535
287645
|
}
|
|
287536
287646
|
});
|
|
287537
287647
|
|
|
287538
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287648
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/publish.js
|
|
287539
287649
|
var require_publish = __commonJS({
|
|
287540
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287650
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/publish.js"(exports2, module2) {
|
|
287541
287651
|
var npmFetch2 = require_lib37();
|
|
287542
287652
|
var npa14 = require_npa2();
|
|
287543
287653
|
var PackageJson = require_lib45();
|
|
@@ -287723,9 +287833,9 @@ Remove the 'private' field from the package.json to publish it.`),
|
|
|
287723
287833
|
}
|
|
287724
287834
|
});
|
|
287725
287835
|
|
|
287726
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287836
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/unpublish.js
|
|
287727
287837
|
var require_unpublish = __commonJS({
|
|
287728
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287838
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/unpublish.js"(exports2, module2) {
|
|
287729
287839
|
"use strict";
|
|
287730
287840
|
var { URL: URL7 } = __require("node:url");
|
|
287731
287841
|
var npa14 = require_npa2();
|
|
@@ -287813,9 +287923,9 @@ var require_unpublish = __commonJS({
|
|
|
287813
287923
|
}
|
|
287814
287924
|
});
|
|
287815
287925
|
|
|
287816
|
-
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287926
|
+
// ../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/index.js
|
|
287817
287927
|
var require_lib47 = __commonJS({
|
|
287818
|
-
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/
|
|
287928
|
+
"../../../../../setup-pnpm/node_modules/.bin/store/v11/links/@/libnpmpublish/11.2.0/fd1a4914f6a724cedbe9bce222848da518bc6ea74e21d35f5841254c331671aa/node_modules/libnpmpublish/lib/index.js"(exports2, module2) {
|
|
287819
287929
|
module2.exports = {
|
|
287820
287930
|
publish: require_publish(),
|
|
287821
287931
|
unpublish: require_unpublish()
|