create-vuetify 3.1.5 → 3.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunk-4zg6TaOy.mjs +28 -0
- package/dist/index.mjs +94717 -3089
- package/dist/jiti-CeHW56Xt.mjs +4477 -0
- package/dist/nypm-B0R09qA9.mjs +3 -0
- package/dist/{nypm-DFp9HL5N.mjs → nypm-BiogvDa_.mjs} +8 -19
- package/dist/{rolldown-runtime-DA-mFLXi.mjs → rolldown-runtime-1wn-XonI.mjs} +1 -2
- package/dist/src-CiZqY_Es.mjs +1167 -0
- package/dist/{tar-CuErG4Sg.mjs → tar-D0wLsG-Y.mjs} +9 -14
- package/package.json +110 -8
- package/dist/nypm-D0-jh4wA.mjs +0 -4
|
@@ -1,20 +1,19 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { t as __exportAll } from "./rolldown-runtime-
|
|
2
|
+
import { t as __exportAll } from "./rolldown-runtime-1wn-XonI.mjs";
|
|
3
3
|
import { cwd } from "node:process";
|
|
4
4
|
import c from "node:readline";
|
|
5
5
|
import { existsSync } from "node:fs";
|
|
6
|
-
import { delimiter, dirname,
|
|
6
|
+
import { delimiter, dirname, normalize, resolve } from "node:path";
|
|
7
7
|
import { readFile } from "node:fs/promises";
|
|
8
8
|
import { createRequire as createRequire$1 } from "module";
|
|
9
9
|
import { PassThrough } from "node:stream";
|
|
10
10
|
import { spawn } from "node:child_process";
|
|
11
|
-
|
|
12
11
|
//#region ../../node_modules/.pnpm/giget@3.1.2/node_modules/giget/dist/_chunks/libs/nypm.mjs
|
|
13
12
|
const _DRIVE_LETTER_START_RE = /^[A-Za-z]:\//;
|
|
14
13
|
function normalizeWindowsPath(e = ``) {
|
|
15
14
|
return e && e.replace(/\\/g, `/`).replace(_DRIVE_LETTER_START_RE, (e) => e.toUpperCase());
|
|
16
15
|
}
|
|
17
|
-
const _UNC_REGEX = /^[/\\]{2}/, _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/, _DRIVE_LETTER_RE = /^[A-Za-z]:$/,
|
|
16
|
+
const _UNC_REGEX = /^[/\\]{2}/, _IS_ABSOLUTE_RE = /^[/\\](?![/\\])|^[/\\]{2}(?!\.)|^[A-Za-z]:[/\\]/, _DRIVE_LETTER_RE = /^[A-Za-z]:$/, normalize$1 = function(e) {
|
|
18
17
|
if (e.length === 0) return `.`;
|
|
19
18
|
e = normalizeWindowsPath(e);
|
|
20
19
|
let t = e.match(_UNC_REGEX), n = isAbsolute$1(e), r = e[e.length - 1] === `/`;
|
|
@@ -66,15 +65,6 @@ function normalizeString(e, t) {
|
|
|
66
65
|
}
|
|
67
66
|
const isAbsolute$1 = function(e) {
|
|
68
67
|
return _IS_ABSOLUTE_RE.test(e);
|
|
69
|
-
}, relative = function(e, t) {
|
|
70
|
-
let n = resolve$1(e).replace(_ROOT_FOLDER_RE, `$1`).split(`/`), r = resolve$1(t).replace(_ROOT_FOLDER_RE, `$1`).split(`/`);
|
|
71
|
-
if (r[0][1] === `:` && n[0][1] === `:` && n[0] !== r[0]) return r.join(`/`);
|
|
72
|
-
let i = [...n];
|
|
73
|
-
for (let e of i) {
|
|
74
|
-
if (r[0] !== e) break;
|
|
75
|
-
n.shift(), r.shift();
|
|
76
|
-
}
|
|
77
|
-
return [...n.map(() => `..`), ...r].join(`/`);
|
|
78
68
|
}, dirname$1 = function(e) {
|
|
79
69
|
let t = normalizeWindowsPath(e).replace(/\/$/, ``).split(`/`).slice(0, -1);
|
|
80
70
|
return t.length === 1 && _DRIVE_LETTER_RE.test(t[0]) && (t[0] += `/`), t.join(`/`) || (isAbsolute$1(e) ? `/` : `.`);
|
|
@@ -285,7 +275,7 @@ var T = h((e, t) => {
|
|
|
285
275
|
t.exports.command = r, t.exports.argument = i;
|
|
286
276
|
}), M = h((e, t) => {
|
|
287
277
|
t.exports = /^#!(.*)/;
|
|
288
|
-
}), N = h((e, t) => {
|
|
278
|
+
}), N$1 = h((e, t) => {
|
|
289
279
|
let n = M();
|
|
290
280
|
t.exports = (e = ``) => {
|
|
291
281
|
let t = e.match(n);
|
|
@@ -293,8 +283,8 @@ var T = h((e, t) => {
|
|
|
293
283
|
let [r, i] = t[0].replace(/#! ?/, ``).split(` `), a = r.split(`/`).pop();
|
|
294
284
|
return a === `env` ? i : i ? `${a} ${i}` : a;
|
|
295
285
|
};
|
|
296
|
-
}), P
|
|
297
|
-
let n = v(`fs`), r = N();
|
|
286
|
+
}), P = h((e, t) => {
|
|
287
|
+
let n = v(`fs`), r = N$1();
|
|
298
288
|
function i(e) {
|
|
299
289
|
let t = Buffer.alloc(150), i;
|
|
300
290
|
try {
|
|
@@ -304,7 +294,7 @@ var T = h((e, t) => {
|
|
|
304
294
|
}
|
|
305
295
|
t.exports = i;
|
|
306
296
|
}), F = h((e, t) => {
|
|
307
|
-
let n = v(`path`), r = A(), i = j(), a = P
|
|
297
|
+
let n = v(`path`), r = A(), i = j(), a = P(), o = process.platform === `win32`, s = /\.(?:com|exe)$/i, L = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
|
|
308
298
|
function J(e) {
|
|
309
299
|
e.file = r(e);
|
|
310
300
|
let t = e.file && a(e.file);
|
|
@@ -676,6 +666,5 @@ async function installDependencies(e = {}) {
|
|
|
676
666
|
args: n
|
|
677
667
|
} };
|
|
678
668
|
}
|
|
679
|
-
|
|
680
669
|
//#endregion
|
|
681
|
-
export { resolve$1 as i, dirname$1 as n, dist_exports as r, basename$1 as t };
|
|
670
|
+
export { resolve$1 as i, dirname$1 as n, dist_exports as r, basename$1 as t };
|