@vuetify/cli 1.0.3 → 1.1.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/index.mjs
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import { i as __toESM$1, r as __require$1, t as __commonJSMin$1 } from "./chunk-D1copJQv.mjs";
|
|
3
|
-
import { i as resolve$1$1, n as dirname$1$1, t as basename$1$1 } from "./nypm-
|
|
3
|
+
import { i as resolve$1$1, n as dirname$1$1, t as basename$1$1 } from "./nypm-hZzuerT7.mjs";
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import e from "node:assert";
|
|
6
6
|
import { format, inspect, parseArgs, promisify, stripVTControlCharacters } from "node:util";
|
|
7
|
-
import
|
|
7
|
+
import process$1, { cwd, stdin, stdout } from "node:process";
|
|
8
8
|
import * as k$4 from "node:readline";
|
|
9
9
|
import c from "node:readline";
|
|
10
10
|
import { ReadStream } from "node:tty";
|
|
11
|
-
import fs, { appendFileSync, cpSync, createWriteStream, existsSync, lstatSync, mkdirSync, mkdtempSync, promises, readFileSync, readdirSync, realpathSync, renameSync, rmSync, statSync,
|
|
11
|
+
import fs, { appendFileSync, cpSync, createWriteStream, existsSync, lstatSync, mkdirSync, mkdtempSync, promises, readFileSync, readdirSync, realpathSync, renameSync, rmSync, statSync, writeFileSync } from "node:fs";
|
|
12
12
|
import path, { delimiter, dirname, isAbsolute, join, normalize, resolve } from "node:path";
|
|
13
13
|
import fs$1, { constants, mkdir, readFile, rm, writeFile } from "node:fs/promises";
|
|
14
14
|
import { URL as URL$1, fileURLToPath, pathToFileURL } from "node:url";
|
|
15
15
|
import v8 from "node:v8";
|
|
16
|
-
import * as nativeFs
|
|
17
|
-
import
|
|
16
|
+
import * as nativeFs from "fs";
|
|
17
|
+
import fs$1$1 from "fs";
|
|
18
18
|
import path$1, { basename as basename$1, dirname as dirname$1, normalize as normalize$1, posix as posix$1, relative, resolve as resolve$1, sep } from "path";
|
|
19
19
|
import { fileURLToPath as fileURLToPath$1 } from "url";
|
|
20
20
|
import { createRequire as createRequire$1 } from "module";
|
|
@@ -9918,14 +9918,8 @@ var en_default = {
|
|
|
9918
9918
|
"css_framework": {
|
|
9919
9919
|
"select": "Which CSS framework?",
|
|
9920
9920
|
"unocss": { "hint": "Instant on-demand atomic CSS engine" },
|
|
9921
|
-
"unocss_wind4": {
|
|
9922
|
-
|
|
9923
|
-
"hint": "soon"
|
|
9924
|
-
},
|
|
9925
|
-
"unocss_vuetify": {
|
|
9926
|
-
"label": "UnoCSS with Vuetify preset",
|
|
9927
|
-
"hint": "soon"
|
|
9928
|
-
},
|
|
9921
|
+
"unocss_wind4": { "label": "UnoCSS with Wind4 preset" },
|
|
9922
|
+
"unocss_vuetify": { "label": "UnoCSS with Vuetify preset" },
|
|
9929
9923
|
"tailwindcss": {
|
|
9930
9924
|
"label": "Tailwind CSS",
|
|
9931
9925
|
"hint": "A utility-first CSS framework"
|
|
@@ -9959,10 +9953,6 @@ var en_default = {
|
|
|
9959
9953
|
"hint": "with eslint-config-vuetify"
|
|
9960
9954
|
},
|
|
9961
9955
|
"i18n": { "label": "I18n" },
|
|
9962
|
-
"vuetify_nuxt_module": {
|
|
9963
|
-
"label": "Vuetify Nuxt Module",
|
|
9964
|
-
"hint": "Use vuetify-nuxt-module instead of local plugin"
|
|
9965
|
-
},
|
|
9966
9956
|
"mcp": {
|
|
9967
9957
|
"label": "MCP",
|
|
9968
9958
|
"hint": "with @vuetify/mcp and @intellectronica/ruler"
|
|
@@ -10218,10 +10208,6 @@ var ru_default = {
|
|
|
10218
10208
|
"hint": "с eslint-config-vuetify"
|
|
10219
10209
|
},
|
|
10220
10210
|
"i18n": { "label": "I18n" },
|
|
10221
|
-
"vuetify_nuxt_module": {
|
|
10222
|
-
"label": "Vuetify Nuxt Module",
|
|
10223
|
-
"hint": "Использовать vuetify-nuxt-module вместо локального плагина"
|
|
10224
|
-
},
|
|
10225
10211
|
"mcp": {
|
|
10226
10212
|
"label": "MCP",
|
|
10227
10213
|
"hint": "с @vuetify/mcp и @intellectronica/ruler"
|
|
@@ -10353,7 +10339,7 @@ function projectArgs(options) {
|
|
|
10353
10339
|
css: {
|
|
10354
10340
|
type: "string",
|
|
10355
10341
|
description: i18n$1.t("args.css.description"),
|
|
10356
|
-
valueHint: "unocss | tailwindcss | none"
|
|
10342
|
+
valueHint: "unocss | unocss-wind4 | unocss-vuetify | tailwindcss | none"
|
|
10357
10343
|
},
|
|
10358
10344
|
packageManager: {
|
|
10359
10345
|
type: "string",
|
|
@@ -10526,7 +10512,7 @@ var require_src$3 = /* @__PURE__ */ __commonJSMin$1(((exports, module) => {
|
|
|
10526
10512
|
//#region ../../node_modules/.pnpm/@clack+core@1.0.0/node_modules/@clack/core/dist/index.mjs
|
|
10527
10513
|
var import_picocolors = /* @__PURE__ */ __toESM$1(require_picocolors(), 1);
|
|
10528
10514
|
var import_src = require_src$3();
|
|
10529
|
-
const at = (t) => t === 161 || t === 164 || t === 167 || t === 168 || t === 170 || t === 173 || t === 174 || t >= 176 && t <= 180 || t >= 182 && t <= 186 || t >= 188 && t <= 191 || t === 198 || t === 208 || t === 215 || t === 216 || t >= 222 && t <= 225 || t === 230 || t >= 232 && t <= 234 || t === 236 || t === 237 || t === 240 || t === 242 || t === 243 || t >= 247 && t <= 250 || t === 252 || t === 254 || t === 257 || t === 273 || t === 275 || t === 283 || t === 294 || t === 295 || t === 299 || t >= 305 && t <= 307 || t === 312 || t >= 319 && t <= 322 || t === 324 || t >= 328 && t <= 331 || t === 333 || t === 338 || t === 339 || t === 358 || t === 359 || t === 363 || t === 462 || t === 464 || t === 466 || t === 468 || t === 470 || t === 472 || t === 474 || t === 476 || t === 593 || t === 609 || t === 708 || t === 711 || t >= 713 && t <= 715 || t === 717 || t === 720 || t >= 728 && t <= 731 || t === 733 || t === 735 || t >= 768 && t <= 879 || t >= 913 && t <= 929 || t >= 931 && t <= 937 || t >= 945 && t <= 961 || t >= 963 && t <= 969 || t === 1025 || t >= 1040 && t <= 1103 || t === 1105 || t === 8208 || t >= 8211 && t <= 8214 || t === 8216 || t === 8217 || t === 8220 || t === 8221 || t >= 8224 && t <= 8226 || t >= 8228 && t <= 8231 || t === 8240 || t === 8242 || t === 8243 || t === 8245 || t === 8251 || t === 8254 || t === 8308 || t === 8319 || t >= 8321 && t <= 8324 || t === 8364 || t === 8451 || t === 8453 || t === 8457 || t === 8467 || t === 8470 || t === 8481 || t === 8482 || t === 8486 || t === 8491 || t === 8531 || t === 8532 || t >= 8539 && t <= 8542 || t >= 8544 && t <= 8555 || t >= 8560 && t <= 8569 || t === 8585 || t >= 8592 && t <= 8601 || t === 8632 || t === 8633 || t === 8658 || t === 8660 || t === 8679 || t === 8704 || t === 8706 || t === 8707 || t === 8711 || t === 8712 || t === 8715 || t === 8719 || t === 8721 || t === 8725 || t === 8730 || t >= 8733 && t <= 8736 || t === 8739 || t === 8741 || t >= 8743 && t <= 8748 || t === 8750 || t >= 8756 && t <= 8759 || t === 8764 || t === 8765 || t === 8776 || t === 8780 || t === 8786 || t === 8800 || t === 8801 || t >= 8804 && t <= 8807 || t === 8810 || t === 8811 || t === 8814 || t === 8815 || t === 8834 || t === 8835 || t === 8838 || t === 8839 || t === 8853 || t === 8857 || t === 8869 || t === 8895 || t === 8978 || t >= 9312 && t <= 9449 || t >= 9451 && t <= 9547 || t >= 9552 && t <= 9587 || t >= 9600 && t <= 9615 || t >= 9618 && t <= 9621 || t === 9632 || t === 9633 || t >= 9635 && t <= 9641 || t === 9650 || t === 9651 || t === 9654 || t === 9655 || t === 9660 || t === 9661 || t === 9664 || t === 9665 || t >= 9670 && t <= 9672 || t === 9675 || t >= 9678 && t <= 9681 || t >= 9698 && t <= 9701 || t === 9711 || t === 9733 || t === 9734 || t === 9737 || t === 9742 || t === 9743 || t === 9756 || t === 9758 || t === 9792 || t === 9794 || t === 9824 || t === 9825 || t >= 9827 && t <= 9829 || t >= 9831 && t <= 9834 || t === 9836 || t === 9837 || t === 9839 || t === 9886 || t === 9887 || t === 9919 || t >= 9926 && t <= 9933 || t >= 9935 && t <= 9939 || t >= 9941 && t <= 9953 || t === 9955 || t === 9960 || t === 9961 || t >= 9963 && t <= 9969 || t === 9972 || t >= 9974 && t <= 9977 || t === 9979 || t === 9980 || t === 9982 || t === 9983 || t === 10045 || t >= 10102 && t <= 10111 || t >= 11094 && t <= 11097 || t >= 12872 && t <= 12879 || t >= 57344 && t <= 63743 || t >= 65024 && t <= 65039 || t === 65533 || t >= 127232 && t <= 127242 || t >= 127248 && t <= 127277 || t >= 127280 && t <= 127337 || t >= 127344 && t <= 127373 || t === 127375 || t === 127376 || t >= 127387 && t <= 127404 || t >= 917760 && t <= 917999 || t >= 983040 && t <= 1048573 || t >= 1048576 && t <= 1114109, lt = (t) => t === 12288 || t >= 65281 && t <= 65376 || t >= 65504 && t <= 65510, ht$1 = (t) => t >= 4352 && t <= 4447 || t === 8986 || t === 8987 || t === 9001 || t === 9002 || t >= 9193 && t <= 9196 || t === 9200 || t === 9203 || t === 9725 || t === 9726 || t === 9748 || t === 9749 || t >= 9800 && t <= 9811 || t === 9855 || t === 9875 || t === 9889 || t === 9898 || t === 9899 || t === 9917 || t === 9918 || t === 9924 || t === 9925 || t === 9934 || t === 9940 || t === 9962 || t === 9970 || t === 9971 || t === 9973 || t === 9978 || t === 9981 || t === 9989 || t === 9994 || t === 9995 || t === 10024 || t === 10060 || t === 10062 || t >= 10067 && t <= 10069 || t === 10071 || t >= 10133 && t <= 10135 || t === 10160 || t === 10175 || t === 11035 || t === 11036 || t === 11088 || t === 11093 || t >= 11904 && t <= 11929 || t >= 11931 && t <= 12019 || t >= 12032 && t <= 12245 || t >= 12272 && t <= 12287 || t >= 12289 && t <= 12350 || t >= 12353 && t <= 12438 || t >= 12441 && t <= 12543 || t >= 12549 && t <= 12591 || t >= 12593 && t <= 12686 || t >= 12688 && t <= 12771 || t >= 12783 && t <= 12830 || t >= 12832 && t <= 12871 || t >= 12880 && t <= 19903 || t >= 19968 && t <= 42124 || t >= 42128 && t <= 42182 || t >= 43360 && t <= 43388 || t >= 44032 && t <= 55203 || t >= 63744 && t <= 64255 || t >= 65040 && t <= 65049 || t >= 65072 && t <= 65106 || t >= 65108 && t <= 65126 || t >= 65128 && t <= 65131 || t >= 94176 && t <= 94180 || t === 94192 || t === 94193 || t >= 94208 && t <= 100343 || t >= 100352 && t <= 101589 || t >= 101632 && t <= 101640 || t >= 110576 && t <= 110579 || t >= 110581 && t <= 110587 || t === 110589 || t === 110590 || t >= 110592 && t <= 110882 || t === 110898 || t >= 110928 && t <= 110930 || t === 110933 || t >= 110948 && t <= 110951 || t >= 110960 && t <= 111355 || t === 126980 || t === 127183 || t === 127374 || t >= 127377 && t <= 127386 || t >= 127488 && t <= 127490 || t >= 127504 && t <= 127547 || t >= 127552 && t <= 127560 || t === 127568 || t === 127569 || t >= 127584 && t <= 127589 || t >= 127744 && t <= 127776 || t >= 127789 && t <= 127797 || t >= 127799 && t <= 127868 || t >= 127870 && t <= 127891 || t >= 127904 && t <= 127946 || t >= 127951 && t <= 127955 || t >= 127968 && t <= 127984 || t === 127988 || t >= 127992 && t <= 128062 || t === 128064 || t >= 128066 && t <= 128252 || t >= 128255 && t <= 128317 || t >= 128331 && t <= 128334 || t >= 128336 && t <= 128359 || t === 128378 || t === 128405 || t === 128406 || t === 128420 || t >= 128507 && t <= 128591 || t >= 128640 && t <= 128709 || t === 128716 || t >= 128720 && t <= 128722 || t >= 128725 && t <= 128727 || t >= 128732 && t <= 128735 || t === 128747 || t === 128748 || t >= 128756 && t <= 128764 || t >= 128992 && t <= 129003 || t === 129008 || t >= 129292 && t <= 129338 || t >= 129340 && t <= 129349 || t >= 129351 && t <= 129535 || t >= 129648 && t <= 129660 || t >= 129664 && t <= 129672 || t >= 129680 && t <= 129725 || t >= 129727 && t <= 129733 || t >= 129742 && t <= 129755 || t >= 129760 && t <= 129768 || t >= 129776 && t <= 129784 || t >= 131072 && t <= 196605 || t >= 196608 && t <= 262141, O$3 = /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y, y$2 = /[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y, M$4 = /\t{1,1000}/y, P$
|
|
10515
|
+
const at = (t) => t === 161 || t === 164 || t === 167 || t === 168 || t === 170 || t === 173 || t === 174 || t >= 176 && t <= 180 || t >= 182 && t <= 186 || t >= 188 && t <= 191 || t === 198 || t === 208 || t === 215 || t === 216 || t >= 222 && t <= 225 || t === 230 || t >= 232 && t <= 234 || t === 236 || t === 237 || t === 240 || t === 242 || t === 243 || t >= 247 && t <= 250 || t === 252 || t === 254 || t === 257 || t === 273 || t === 275 || t === 283 || t === 294 || t === 295 || t === 299 || t >= 305 && t <= 307 || t === 312 || t >= 319 && t <= 322 || t === 324 || t >= 328 && t <= 331 || t === 333 || t === 338 || t === 339 || t === 358 || t === 359 || t === 363 || t === 462 || t === 464 || t === 466 || t === 468 || t === 470 || t === 472 || t === 474 || t === 476 || t === 593 || t === 609 || t === 708 || t === 711 || t >= 713 && t <= 715 || t === 717 || t === 720 || t >= 728 && t <= 731 || t === 733 || t === 735 || t >= 768 && t <= 879 || t >= 913 && t <= 929 || t >= 931 && t <= 937 || t >= 945 && t <= 961 || t >= 963 && t <= 969 || t === 1025 || t >= 1040 && t <= 1103 || t === 1105 || t === 8208 || t >= 8211 && t <= 8214 || t === 8216 || t === 8217 || t === 8220 || t === 8221 || t >= 8224 && t <= 8226 || t >= 8228 && t <= 8231 || t === 8240 || t === 8242 || t === 8243 || t === 8245 || t === 8251 || t === 8254 || t === 8308 || t === 8319 || t >= 8321 && t <= 8324 || t === 8364 || t === 8451 || t === 8453 || t === 8457 || t === 8467 || t === 8470 || t === 8481 || t === 8482 || t === 8486 || t === 8491 || t === 8531 || t === 8532 || t >= 8539 && t <= 8542 || t >= 8544 && t <= 8555 || t >= 8560 && t <= 8569 || t === 8585 || t >= 8592 && t <= 8601 || t === 8632 || t === 8633 || t === 8658 || t === 8660 || t === 8679 || t === 8704 || t === 8706 || t === 8707 || t === 8711 || t === 8712 || t === 8715 || t === 8719 || t === 8721 || t === 8725 || t === 8730 || t >= 8733 && t <= 8736 || t === 8739 || t === 8741 || t >= 8743 && t <= 8748 || t === 8750 || t >= 8756 && t <= 8759 || t === 8764 || t === 8765 || t === 8776 || t === 8780 || t === 8786 || t === 8800 || t === 8801 || t >= 8804 && t <= 8807 || t === 8810 || t === 8811 || t === 8814 || t === 8815 || t === 8834 || t === 8835 || t === 8838 || t === 8839 || t === 8853 || t === 8857 || t === 8869 || t === 8895 || t === 8978 || t >= 9312 && t <= 9449 || t >= 9451 && t <= 9547 || t >= 9552 && t <= 9587 || t >= 9600 && t <= 9615 || t >= 9618 && t <= 9621 || t === 9632 || t === 9633 || t >= 9635 && t <= 9641 || t === 9650 || t === 9651 || t === 9654 || t === 9655 || t === 9660 || t === 9661 || t === 9664 || t === 9665 || t >= 9670 && t <= 9672 || t === 9675 || t >= 9678 && t <= 9681 || t >= 9698 && t <= 9701 || t === 9711 || t === 9733 || t === 9734 || t === 9737 || t === 9742 || t === 9743 || t === 9756 || t === 9758 || t === 9792 || t === 9794 || t === 9824 || t === 9825 || t >= 9827 && t <= 9829 || t >= 9831 && t <= 9834 || t === 9836 || t === 9837 || t === 9839 || t === 9886 || t === 9887 || t === 9919 || t >= 9926 && t <= 9933 || t >= 9935 && t <= 9939 || t >= 9941 && t <= 9953 || t === 9955 || t === 9960 || t === 9961 || t >= 9963 && t <= 9969 || t === 9972 || t >= 9974 && t <= 9977 || t === 9979 || t === 9980 || t === 9982 || t === 9983 || t === 10045 || t >= 10102 && t <= 10111 || t >= 11094 && t <= 11097 || t >= 12872 && t <= 12879 || t >= 57344 && t <= 63743 || t >= 65024 && t <= 65039 || t === 65533 || t >= 127232 && t <= 127242 || t >= 127248 && t <= 127277 || t >= 127280 && t <= 127337 || t >= 127344 && t <= 127373 || t === 127375 || t === 127376 || t >= 127387 && t <= 127404 || t >= 917760 && t <= 917999 || t >= 983040 && t <= 1048573 || t >= 1048576 && t <= 1114109, lt = (t) => t === 12288 || t >= 65281 && t <= 65376 || t >= 65504 && t <= 65510, ht$1 = (t) => t >= 4352 && t <= 4447 || t === 8986 || t === 8987 || t === 9001 || t === 9002 || t >= 9193 && t <= 9196 || t === 9200 || t === 9203 || t === 9725 || t === 9726 || t === 9748 || t === 9749 || t >= 9800 && t <= 9811 || t === 9855 || t === 9875 || t === 9889 || t === 9898 || t === 9899 || t === 9917 || t === 9918 || t === 9924 || t === 9925 || t === 9934 || t === 9940 || t === 9962 || t === 9970 || t === 9971 || t === 9973 || t === 9978 || t === 9981 || t === 9989 || t === 9994 || t === 9995 || t === 10024 || t === 10060 || t === 10062 || t >= 10067 && t <= 10069 || t === 10071 || t >= 10133 && t <= 10135 || t === 10160 || t === 10175 || t === 11035 || t === 11036 || t === 11088 || t === 11093 || t >= 11904 && t <= 11929 || t >= 11931 && t <= 12019 || t >= 12032 && t <= 12245 || t >= 12272 && t <= 12287 || t >= 12289 && t <= 12350 || t >= 12353 && t <= 12438 || t >= 12441 && t <= 12543 || t >= 12549 && t <= 12591 || t >= 12593 && t <= 12686 || t >= 12688 && t <= 12771 || t >= 12783 && t <= 12830 || t >= 12832 && t <= 12871 || t >= 12880 && t <= 19903 || t >= 19968 && t <= 42124 || t >= 42128 && t <= 42182 || t >= 43360 && t <= 43388 || t >= 44032 && t <= 55203 || t >= 63744 && t <= 64255 || t >= 65040 && t <= 65049 || t >= 65072 && t <= 65106 || t >= 65108 && t <= 65126 || t >= 65128 && t <= 65131 || t >= 94176 && t <= 94180 || t === 94192 || t === 94193 || t >= 94208 && t <= 100343 || t >= 100352 && t <= 101589 || t >= 101632 && t <= 101640 || t >= 110576 && t <= 110579 || t >= 110581 && t <= 110587 || t === 110589 || t === 110590 || t >= 110592 && t <= 110882 || t === 110898 || t >= 110928 && t <= 110930 || t === 110933 || t >= 110948 && t <= 110951 || t >= 110960 && t <= 111355 || t === 126980 || t === 127183 || t === 127374 || t >= 127377 && t <= 127386 || t >= 127488 && t <= 127490 || t >= 127504 && t <= 127547 || t >= 127552 && t <= 127560 || t === 127568 || t === 127569 || t >= 127584 && t <= 127589 || t >= 127744 && t <= 127776 || t >= 127789 && t <= 127797 || t >= 127799 && t <= 127868 || t >= 127870 && t <= 127891 || t >= 127904 && t <= 127946 || t >= 127951 && t <= 127955 || t >= 127968 && t <= 127984 || t === 127988 || t >= 127992 && t <= 128062 || t === 128064 || t >= 128066 && t <= 128252 || t >= 128255 && t <= 128317 || t >= 128331 && t <= 128334 || t >= 128336 && t <= 128359 || t === 128378 || t === 128405 || t === 128406 || t === 128420 || t >= 128507 && t <= 128591 || t >= 128640 && t <= 128709 || t === 128716 || t >= 128720 && t <= 128722 || t >= 128725 && t <= 128727 || t >= 128732 && t <= 128735 || t === 128747 || t === 128748 || t >= 128756 && t <= 128764 || t >= 128992 && t <= 129003 || t === 129008 || t >= 129292 && t <= 129338 || t >= 129340 && t <= 129349 || t >= 129351 && t <= 129535 || t >= 129648 && t <= 129660 || t >= 129664 && t <= 129672 || t >= 129680 && t <= 129725 || t >= 129727 && t <= 129733 || t >= 129742 && t <= 129755 || t >= 129760 && t <= 129768 || t >= 129776 && t <= 129784 || t >= 131072 && t <= 196605 || t >= 196608 && t <= 262141, O$3 = /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-ORZcf-nqry=><]/y, y$2 = /[\x00-\x08\x0A-\x1F\x7F-\x9F]{1,1000}/y, M$4 = /\t{1,1000}/y, P$3 = /[\u{1F1E6}-\u{1F1FF}]{2}|\u{1F3F4}[\u{E0061}-\u{E007A}]{2}[\u{E0030}-\u{E0039}\u{E0061}-\u{E007A}]{1,3}\u{E007F}|(?:\p{Emoji}\uFE0F\u20E3?|\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation})(?:\u200D(?:\p{Emoji_Modifier_Base}\p{Emoji_Modifier}?|\p{Emoji_Presentation}|\p{Emoji}\uFE0F\u20E3?))*/uy, L$2 = /(?:[\x20-\x7E\xA0-\xFF](?!\uFE0F)){1,1000}/y, ct = /\p{M}+/gu, pt$1 = {
|
|
10530
10516
|
limit: Infinity,
|
|
10531
10517
|
ellipsis: ""
|
|
10532
10518
|
}, X$1 = (t, e = {}, s = {}) => {
|
|
@@ -10579,12 +10565,12 @@ const at = (t) => t === 161 || t === 164 || t === 167 || t === 168 || t === 170
|
|
|
10579
10565
|
c += p, C = h, B = o, o = h = M$4.lastIndex;
|
|
10580
10566
|
continue;
|
|
10581
10567
|
}
|
|
10582
|
-
if (P$
|
|
10568
|
+
if (P$3.lastIndex = o, P$3.test(t)) {
|
|
10583
10569
|
if (c + g > b && (d = Math.min(d, o)), c + g > i) {
|
|
10584
10570
|
F = !0;
|
|
10585
10571
|
break;
|
|
10586
10572
|
}
|
|
10587
|
-
c += g, C = h, B = o, o = h = P$
|
|
10573
|
+
c += g, C = h, B = o, o = h = P$3.lastIndex;
|
|
10588
10574
|
continue;
|
|
10589
10575
|
}
|
|
10590
10576
|
o += 1;
|
|
@@ -11184,7 +11170,7 @@ var $t = class extends x$4 {
|
|
|
11184
11170
|
//#endregion
|
|
11185
11171
|
//#region ../../node_modules/.pnpm/@clack+prompts@1.0.0/node_modules/@clack/prompts/dist/index.mjs
|
|
11186
11172
|
function ht() {
|
|
11187
|
-
return
|
|
11173
|
+
return process$1.platform !== "win32" ? process$1.env.TERM !== "linux" : !!process$1.env.CI || !!process$1.env.WT_SESSION || !!process$1.env.TERMINUS_SUBLIME || process$1.env.ConEmuTask === "{cmd::Cmder}" || process$1.env.TERM_PROGRAM === "Terminus-Sublime" || process$1.env.TERM_PROGRAM === "vscode" || process$1.env.TERM === "xterm-256color" || process$1.env.TERM === "alacritty" || process$1.env.TERMINAL_EMULATOR === "JetBrains-JediTerm";
|
|
11188
11174
|
}
|
|
11189
11175
|
const ee$1 = ht(), ue$1 = () => process.env.CI === "true", Te$1 = (e) => e.isTTY === !0, w$3 = (e, r) => ee$1 ? e : r, Me$1 = w$3("◆", "*"), ce$1 = w$3("■", "x"), de$1 = w$3("▲", "x"), k$3 = w$3("◇", "o"), $e$1 = w$3("┌", "T"), h$4 = w$3("│", "|"), x$3 = w$3("└", "—"), Re$1 = w$3("┐", "T"), Oe$1 = w$3("┘", "—"), Y$2 = w$3("●", ">"), K$4 = w$3("○", " "), te$1 = w$3("◻", "[•]"), G$2 = w$3("◼", "[+]"), z$3 = w$3("◻", "[ ]"), Pe$1 = w$3("▪", "•"), se$1 = w$3("─", "-"), he$1 = w$3("╮", "+"), Ne$1 = w$3("├", "+"), me$1 = w$3("╯", "+"), pe$1 = w$3("╰", "+"), We$1 = w$3("╭", "+"), ge$1 = w$3("●", "•"), fe$1 = w$3("◆", "*"), Fe$1 = w$3("▲", "!"), ye$1 = w$3("■", "x"), N$4 = (e) => {
|
|
11190
11176
|
switch (e) {
|
|
@@ -11815,7 +11801,7 @@ ${import_picocolors.default.cyan(x$3)}
|
|
|
11815
11801
|
`), o = n.reduce((a, d) => Math.max(M$3(d), a), 0);
|
|
11816
11802
|
return q$4(e, r - (n.map(s).reduce((a, d) => Math.max(M$3(d), a), 0) - o), i);
|
|
11817
11803
|
}, kt = (e = "", r = "", s) => {
|
|
11818
|
-
const i = s?.output ??
|
|
11804
|
+
const i = s?.output ?? process$1.stdout, n = (s?.withGuide ?? _$4.withGuide) !== !1, o = s?.format ?? jt, u = [
|
|
11819
11805
|
"",
|
|
11820
11806
|
...Vt(e, rt(i) - 6, o).split(`
|
|
11821
11807
|
`).map(o),
|
|
@@ -13476,7 +13462,7 @@ function S$2(n, l = [], g = U$2.DEFAULT) {
|
|
|
13476
13462
|
function k(o) {
|
|
13477
13463
|
Array.isArray(u) ? u.push(o) : e !== null && (u[e] = o);
|
|
13478
13464
|
}
|
|
13479
|
-
return P$
|
|
13465
|
+
return P$2(n, {
|
|
13480
13466
|
onObjectBegin: () => {
|
|
13481
13467
|
const o = {};
|
|
13482
13468
|
k(o), p.push(u), u = o, e = null;
|
|
@@ -13504,7 +13490,7 @@ function S$2(n, l = [], g = U$2.DEFAULT) {
|
|
|
13504
13490
|
}
|
|
13505
13491
|
}, g), u[0];
|
|
13506
13492
|
}
|
|
13507
|
-
function P$
|
|
13493
|
+
function P$2(n, l, g = U$2.DEFAULT) {
|
|
13508
13494
|
const e = $$1(n, !1), u = [];
|
|
13509
13495
|
let p = 0;
|
|
13510
13496
|
function k(f) {
|
|
@@ -14537,18 +14523,18 @@ function er(e, n) {
|
|
|
14537
14523
|
function W$1(e) {
|
|
14538
14524
|
return e === Ri || e === Li;
|
|
14539
14525
|
}
|
|
14540
|
-
function P$
|
|
14526
|
+
function P$1(e) {
|
|
14541
14527
|
return 32 <= e && e <= 126 || 161 <= e && e <= 55295 && e !== 8232 && e !== 8233 || 57344 <= e && e <= 65533 && e !== ee || 65536 <= e && e <= 1114111;
|
|
14542
14528
|
}
|
|
14543
14529
|
function Le(e) {
|
|
14544
|
-
return P$
|
|
14530
|
+
return P$1(e) && e !== ee && e !== Ni && e !== Y;
|
|
14545
14531
|
}
|
|
14546
14532
|
function Ne(e, n, i) {
|
|
14547
14533
|
var l = Le(e), r = l && !W$1(e);
|
|
14548
14534
|
return (i ? l : l && e !== Se && e !== Ee && e !== Te && e !== Oe && e !== Ie) && e !== ne && !(n === G$1 && !r) || Le(n) && !W$1(n) && e === ne || n === G$1 && r;
|
|
14549
14535
|
}
|
|
14550
14536
|
function nr(e) {
|
|
14551
|
-
return P$
|
|
14537
|
+
return P$1(e) && e !== ee && !W$1(e) && e !== Hi && e !== qi && e !== G$1 && e !== Se && e !== Ee && e !== Te && e !== Oe && e !== Ie && e !== ne && e !== Bi && e !== ji && e !== Di && e !== $i && e !== Ui && e !== Ki && e !== Pi && e !== Mi && e !== Yi && e !== Gi && e !== Wi;
|
|
14552
14538
|
}
|
|
14553
14539
|
function ir(e) {
|
|
14554
14540
|
return !W$1(e) && e !== G$1;
|
|
@@ -14564,13 +14550,13 @@ var De = 1, re = 2, Me = 3, Ye = 4, D$1 = 5;
|
|
|
14564
14550
|
function rr(e, n, i, l, r, u, o, f) {
|
|
14565
14551
|
var c, a = 0, t = null, p = !1, d = !1, s = l !== -1, x = -1, g = nr(j$1(e, 0)) && ir(j$1(e, e.length - 1));
|
|
14566
14552
|
if (n || o) for (c = 0; c < e.length; a >= 65536 ? c += 2 : c++) {
|
|
14567
|
-
if (a = j$1(e, c), !P$
|
|
14553
|
+
if (a = j$1(e, c), !P$1(a)) return D$1;
|
|
14568
14554
|
g = g && Ne(a, t, f), t = a;
|
|
14569
14555
|
}
|
|
14570
14556
|
else {
|
|
14571
14557
|
for (c = 0; c < e.length; a >= 65536 ? c += 2 : c++) {
|
|
14572
14558
|
if (a = j$1(e, c), a === Y) p = !0, s && (d = d || c - x - 1 > l && e[x + 1] !== " ", x = c);
|
|
14573
|
-
else if (!P$
|
|
14559
|
+
else if (!P$1(a)) return D$1;
|
|
14574
14560
|
g = g && Ne(a, t, f), t = a;
|
|
14575
14561
|
}
|
|
14576
14562
|
d = d || s && c - x - 1 > l && e[x + 1] !== " ";
|
|
@@ -14629,7 +14615,7 @@ function je(e, n) {
|
|
|
14629
14615
|
` + e.slice(o + 1) : c += e.slice(r), c.slice(1);
|
|
14630
14616
|
}
|
|
14631
14617
|
function ur(e) {
|
|
14632
|
-
for (var n = "", i = 0, l, r = 0; r < e.length; i >= 65536 ? r += 2 : r++) i = j$1(e, r), l = _$1[i], !l && P$
|
|
14618
|
+
for (var n = "", i = 0, l, r = 0; r < e.length; i >= 65536 ? r += 2 : r++) i = j$1(e, r), l = _$1[i], !l && P$1(i) ? (n += e[r], i >= 65536 && (n += e[r + 1])) : n += l || Zi(i);
|
|
14633
14619
|
return n;
|
|
14634
14620
|
}
|
|
14635
14621
|
function fr(e, n, i) {
|
|
@@ -15144,19 +15130,19 @@ const encodedSeparatorRegEx = /%2f|%5c/i;
|
|
|
15144
15130
|
const emittedPackageWarnings = /* @__PURE__ */ new Set();
|
|
15145
15131
|
const doubleSlashRegEx = /[/\\]{2}/;
|
|
15146
15132
|
function emitInvalidSegmentDeprecation(target, request, match, packageJsonUrl, internal, base, isTarget) {
|
|
15147
|
-
if (
|
|
15133
|
+
if (process$1.noDeprecation) return;
|
|
15148
15134
|
const pjsonPath = fileURLToPath(packageJsonUrl);
|
|
15149
15135
|
const double = doubleSlashRegEx.exec(isTarget ? target : request) !== null;
|
|
15150
|
-
|
|
15136
|
+
process$1.emitWarning(`Use of deprecated ${double ? "double slash" : "leading or trailing slash matching"} resolving "${target}" for module request "${request}" ${request === match ? "" : `matched to "${match}" `}in the "${internal ? "imports" : "exports"}" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath(base)}` : ""}.`, "DeprecationWarning", "DEP0166");
|
|
15151
15137
|
}
|
|
15152
15138
|
function emitLegacyIndexDeprecation(url, packageJsonUrl, base, main) {
|
|
15153
|
-
if (
|
|
15139
|
+
if (process$1.noDeprecation) return;
|
|
15154
15140
|
if (defaultGetFormatWithoutErrors(url, { parentURL: base.href }) !== "module") return;
|
|
15155
15141
|
const urlPath = fileURLToPath(url.href);
|
|
15156
15142
|
const packagePath = fileURLToPath(new URL$1(".", packageJsonUrl));
|
|
15157
15143
|
const basePath = fileURLToPath(base);
|
|
15158
|
-
if (!main)
|
|
15159
|
-
else if (path.resolve(packagePath, main) !== urlPath)
|
|
15144
|
+
if (!main) process$1.emitWarning(`No "main" or "exports" field defined in the package.json for ${packagePath} resolving the main entry point "${urlPath.slice(packagePath.length)}", imported from ${basePath}.\nDefault "index" lookups for the main are deprecated for ES modules.`, "DeprecationWarning", "DEP0151");
|
|
15145
|
+
else if (path.resolve(packagePath, main) !== urlPath) process$1.emitWarning(`Package ${packagePath} has a "main" field set to "${main}", excluding the full filename and extension to the resolved file at "${urlPath.slice(packagePath.length)}", imported from ${basePath}.\n Automatic extension resolution of the "main" field is deprecated for ES modules.`, "DeprecationWarning", "DEP0151");
|
|
15160
15146
|
}
|
|
15161
15147
|
function tryStatSync(path$1) {
|
|
15162
15148
|
try {
|
|
@@ -15364,11 +15350,11 @@ function isConditionalExportsMainSugar(exports, packageJsonUrl, base) {
|
|
|
15364
15350
|
return isConditionalSugar;
|
|
15365
15351
|
}
|
|
15366
15352
|
function emitTrailingSlashPatternDeprecation(match, pjsonUrl, base) {
|
|
15367
|
-
if (
|
|
15353
|
+
if (process$1.noDeprecation) return;
|
|
15368
15354
|
const pjsonPath = fileURLToPath(pjsonUrl);
|
|
15369
15355
|
if (emittedPackageWarnings.has(pjsonPath + "|" + match)) return;
|
|
15370
15356
|
emittedPackageWarnings.add(pjsonPath + "|" + match);
|
|
15371
|
-
|
|
15357
|
+
process$1.emitWarning(`Use of deprecated trailing slash pattern mapping "${match}" in the "exports" field module resolution of the package at ${pjsonPath}${base ? ` imported from ${fileURLToPath(base)}` : ""}. Mapping specifiers ending in "/" is no longer supported.`, "DeprecationWarning", "DEP0155");
|
|
15372
15358
|
}
|
|
15373
15359
|
function packageExportsResolve(packageJsonUrl, packageSubpath, packageConfig, base, conditions) {
|
|
15374
15360
|
let exports = packageConfig.exports;
|
|
@@ -16146,7 +16132,7 @@ var Walker = class {
|
|
|
16146
16132
|
symlinks: /* @__PURE__ */ new Map(),
|
|
16147
16133
|
visited: [""].slice(0, 0),
|
|
16148
16134
|
controller: new Aborter(),
|
|
16149
|
-
fs: options.fs || nativeFs
|
|
16135
|
+
fs: options.fs || nativeFs
|
|
16150
16136
|
};
|
|
16151
16137
|
this.joinPath = build$7(this.root, options);
|
|
16152
16138
|
this.pushDirectory = build$6(this.root, options);
|
|
@@ -18266,12 +18252,12 @@ function getCrawler(patterns, inputOptions = {}) {
|
|
|
18266
18252
|
return relativePath !== "." && !partialMatcher(relativePath) || ignore(relativePath);
|
|
18267
18253
|
},
|
|
18268
18254
|
fs: options.fs ? {
|
|
18269
|
-
readdir: options.fs.readdir ||
|
|
18270
|
-
readdirSync: options.fs.readdirSync ||
|
|
18271
|
-
realpath: options.fs.realpath ||
|
|
18272
|
-
realpathSync: options.fs.realpathSync ||
|
|
18273
|
-
stat: options.fs.stat ||
|
|
18274
|
-
statSync: options.fs.statSync ||
|
|
18255
|
+
readdir: options.fs.readdir || fs$1$1.readdir,
|
|
18256
|
+
readdirSync: options.fs.readdirSync || fs$1$1.readdirSync,
|
|
18257
|
+
realpath: options.fs.realpath || fs$1$1.realpath,
|
|
18258
|
+
realpathSync: options.fs.realpathSync || fs$1$1.realpathSync,
|
|
18259
|
+
stat: options.fs.stat || fs$1$1.stat,
|
|
18260
|
+
statSync: options.fs.statSync || fs$1$1.statSync
|
|
18275
18261
|
} : void 0,
|
|
18276
18262
|
pathSeparator: "/",
|
|
18277
18263
|
relativePaths: true,
|
|
@@ -125963,12 +125949,12 @@ async function pathExists(path2, type) {
|
|
|
125963
125949
|
}
|
|
125964
125950
|
}
|
|
125965
125951
|
function getUserAgent() {
|
|
125966
|
-
const userAgent =
|
|
125952
|
+
const userAgent = process$1.env.npm_config_user_agent;
|
|
125967
125953
|
if (!userAgent) return null;
|
|
125968
125954
|
const name = userAgent.split("/")[0];
|
|
125969
125955
|
return AGENTS.includes(name) ? name : null;
|
|
125970
125956
|
}
|
|
125971
|
-
function* lookup(cwd =
|
|
125957
|
+
function* lookup(cwd = process$1.cwd()) {
|
|
125972
125958
|
let directory = path.resolve(cwd);
|
|
125973
125959
|
const { root } = path.parse(directory);
|
|
125974
125960
|
while (directory && directory !== root) {
|
|
@@ -126323,23 +126309,34 @@ async function prompt(args, cwd = process.cwd()) {
|
|
|
126323
126309
|
css: ({ results }) => {
|
|
126324
126310
|
const type = results.type || args.type;
|
|
126325
126311
|
const platform = results.platform || args.platform;
|
|
126326
|
-
if (args.css)
|
|
126327
|
-
css
|
|
126328
|
-
|
|
126329
|
-
|
|
126330
|
-
|
|
126312
|
+
if (args.css) {
|
|
126313
|
+
if (type === "vuetify" && args.css === "unocss") return Promise.resolve("unocss-vuetify");
|
|
126314
|
+
if (type === "vuetify0" && args.css.startsWith("unocss-")) R$3.warn("v0 supports only --css with \"unocss | tailwindcss | none\", fallback to \"unocss\"");
|
|
126315
|
+
return Promise.resolve(args.css);
|
|
126316
|
+
}
|
|
126331
126317
|
if (!args.interactive) return Promise.resolve("none");
|
|
126332
126318
|
if (type === "vuetify" && platform === "nuxt") return qt({
|
|
126333
126319
|
message: i18n$1.t("prompts.css_framework.select"),
|
|
126334
126320
|
initialValue: "none",
|
|
126335
|
-
options: [
|
|
126336
|
-
|
|
126337
|
-
|
|
126338
|
-
|
|
126339
|
-
|
|
126340
|
-
|
|
126341
|
-
|
|
126342
|
-
|
|
126321
|
+
options: [
|
|
126322
|
+
{
|
|
126323
|
+
label: i18n$1.t("prompts.css_framework.none"),
|
|
126324
|
+
value: "none"
|
|
126325
|
+
},
|
|
126326
|
+
{
|
|
126327
|
+
label: "Tailwind CSS",
|
|
126328
|
+
value: "tailwindcss",
|
|
126329
|
+
hint: i18n$1.t("prompts.css_framework.tailwindcss.hint")
|
|
126330
|
+
},
|
|
126331
|
+
{
|
|
126332
|
+
label: i18n$1.t("prompts.css_framework.unocss_wind4.label"),
|
|
126333
|
+
value: "unocss-wind4"
|
|
126334
|
+
},
|
|
126335
|
+
{
|
|
126336
|
+
label: i18n$1.t("prompts.css_framework.unocss_vuetify.label"),
|
|
126337
|
+
value: "unocss-vuetify"
|
|
126338
|
+
}
|
|
126339
|
+
]
|
|
126343
126340
|
});
|
|
126344
126341
|
return qt({
|
|
126345
126342
|
message: i18n$1.t("prompts.css_framework.select"),
|
|
@@ -126371,15 +126368,11 @@ async function prompt(args, cwd = process.cwd()) {
|
|
|
126371
126368
|
},
|
|
126372
126369
|
{
|
|
126373
126370
|
label: i18n$1.t("prompts.css_framework.unocss_wind4.label"),
|
|
126374
|
-
|
|
126375
|
-
value: "unocss-wind4",
|
|
126376
|
-
hint: i18n$1.t("prompts.css_framework.unocss_wind4.hint")
|
|
126371
|
+
value: "unocss-wind4"
|
|
126377
126372
|
},
|
|
126378
126373
|
{
|
|
126379
126374
|
label: i18n$1.t("prompts.css_framework.unocss_vuetify.label"),
|
|
126380
|
-
|
|
126381
|
-
value: "unocss-vuetify",
|
|
126382
|
-
hint: i18n$1.t("prompts.css_framework.unocss_vuetify.hint")
|
|
126375
|
+
value: "unocss-vuetify"
|
|
126383
126376
|
}
|
|
126384
126377
|
]
|
|
126385
126378
|
});
|
|
@@ -126395,7 +126388,7 @@ async function prompt(args, cwd = process.cwd()) {
|
|
|
126395
126388
|
if (args.features) return Promise.resolve(args.features);
|
|
126396
126389
|
if (!args.interactive) return Promise.resolve([]);
|
|
126397
126390
|
const platform = results.platform || args.platform;
|
|
126398
|
-
|
|
126391
|
+
results.type || args.type;
|
|
126399
126392
|
return platform === "vue" ? Lt({
|
|
126400
126393
|
message: i18n$1.t("prompts.features.select", { hint: dim("↑/↓ to navigate, space to select, a to toggle all, enter to confirm") }),
|
|
126401
126394
|
options: [
|
|
@@ -126433,11 +126426,6 @@ async function prompt(args, cwd = process.cwd()) {
|
|
|
126433
126426
|
value: "eslint",
|
|
126434
126427
|
hint: i18n$1.t("prompts.features.eslint.hint")
|
|
126435
126428
|
},
|
|
126436
|
-
...type === "vuetify0" ? [] : [{
|
|
126437
|
-
label: i18n$1.t("prompts.features.vuetify_nuxt_module.label"),
|
|
126438
|
-
value: "vuetify-nuxt-module",
|
|
126439
|
-
hint: i18n$1.t("prompts.features.vuetify_nuxt_module.hint")
|
|
126440
|
-
}],
|
|
126441
126429
|
{
|
|
126442
126430
|
label: i18n$1.t("prompts.features.mcp.label"),
|
|
126443
126431
|
value: "mcp",
|
|
@@ -126452,11 +126440,7 @@ async function prompt(args, cwd = process.cwd()) {
|
|
|
126452
126440
|
value: "i18n"
|
|
126453
126441
|
}
|
|
126454
126442
|
],
|
|
126455
|
-
initialValues: [
|
|
126456
|
-
"eslint",
|
|
126457
|
-
...type === "vuetify0" ? [] : ["vuetify-nuxt-module"],
|
|
126458
|
-
"mcp"
|
|
126459
|
-
],
|
|
126443
|
+
initialValues: ["eslint", "mcp"],
|
|
126460
126444
|
required: false
|
|
126461
126445
|
});
|
|
126462
126446
|
},
|
|
@@ -126489,9 +126473,7 @@ async function prompt(args, cwd = process.cwd()) {
|
|
|
126489
126473
|
clientHints: ({ results }) => {
|
|
126490
126474
|
if (args.clientHints !== void 0) return Promise.resolve(args.clientHints);
|
|
126491
126475
|
if (!args.interactive) return Promise.resolve(false);
|
|
126492
|
-
|
|
126493
|
-
const features = results.features || args.features || [];
|
|
126494
|
-
if (platform === "nuxt" && features.includes("vuetify-nuxt-module")) return Mt({
|
|
126476
|
+
if ((results.platform || args.platform) === "nuxt") return Mt({
|
|
126495
126477
|
message: i18n$1.t("prompts.client_hints.enable"),
|
|
126496
126478
|
initialValue: false
|
|
126497
126479
|
});
|
|
@@ -126788,7 +126770,7 @@ async function downloadTemplate(input, options = {}) {
|
|
|
126788
126770
|
await mkdir(extractPath, { recursive: true });
|
|
126789
126771
|
const s = Date.now();
|
|
126790
126772
|
const subdir = template.subdir?.replace(/^\//, "") || "";
|
|
126791
|
-
const { extract } = await import("./tar-
|
|
126773
|
+
const { extract } = await import("./tar-CDUmqXZq.mjs").then((n) => n.t);
|
|
126792
126774
|
await extract({
|
|
126793
126775
|
file: tarPath,
|
|
126794
126776
|
cwd: extractPath,
|
|
@@ -126801,7 +126783,7 @@ async function downloadTemplate(input, options = {}) {
|
|
|
126801
126783
|
debug(`Extracted to ${extractPath} in ${Date.now() - s}ms`);
|
|
126802
126784
|
if (options.install) {
|
|
126803
126785
|
debug("Installing dependencies...");
|
|
126804
|
-
const { installDependencies } = await import("./nypm-
|
|
126786
|
+
const { installDependencies } = await import("./nypm-DykZiNRm.mjs").then((n) => n.t);
|
|
126805
126787
|
await installDependencies({
|
|
126806
126788
|
cwd: extractPath,
|
|
126807
126789
|
silent: options.silent,
|
|
@@ -147826,10 +147808,10 @@ var dependencies = {
|
|
|
147826
147808
|
"unocss": "^66.5.12",
|
|
147827
147809
|
"@unocss/transformer-directives": "^66.6.0",
|
|
147828
147810
|
"@unocss/nuxt": "^66.5.12",
|
|
147829
|
-
"unocss-preset-vuetify": "^0.
|
|
147811
|
+
"unocss-preset-vuetify": "^0.2.1",
|
|
147830
147812
|
"tailwindcss": "^4.1.18",
|
|
147813
|
+
"@tailwindcss/postcss": "^4.1.18",
|
|
147831
147814
|
"@tailwindcss/vite": "^4.1.18",
|
|
147832
|
-
"@nuxtjs/tailwindcss": "^7.0.0-beta.1",
|
|
147833
147815
|
"pathe": "^2.0.3",
|
|
147834
147816
|
"@vuetify/loader-shared": "^2.1.1",
|
|
147835
147817
|
"@intellectronica/ruler": "^0.3.18",
|
|
@@ -148038,6 +148020,37 @@ const mcp = {
|
|
|
148038
148020
|
}
|
|
148039
148021
|
};
|
|
148040
148022
|
|
|
148023
|
+
//#endregion
|
|
148024
|
+
//#region ../shared/src/features/client-hints.ts
|
|
148025
|
+
const nuxtClientHints = {
|
|
148026
|
+
name: "client-hints",
|
|
148027
|
+
apply: async ({ cwd, isNuxt }) => {
|
|
148028
|
+
if (!isNuxt) return;
|
|
148029
|
+
const configPath = join$1(cwd, "nuxt.config.ts");
|
|
148030
|
+
const mod = await loadFile(configPath);
|
|
148031
|
+
const options = getDefaultExportOptions(mod);
|
|
148032
|
+
if (options) {
|
|
148033
|
+
options.vuetify ??= {};
|
|
148034
|
+
options.vuetify.moduleOptions ??= {};
|
|
148035
|
+
options.vuetify.moduleOptions.ssrClientHints = {
|
|
148036
|
+
reloadOnFirstRequest: false,
|
|
148037
|
+
viewportSize: true,
|
|
148038
|
+
prefersColorScheme: true,
|
|
148039
|
+
prefersReducedMotion: true,
|
|
148040
|
+
prefersColorSchemeOptions: { useBrowserThemeOnly: false }
|
|
148041
|
+
};
|
|
148042
|
+
options.vuetify.vuetifyOptions ??= {};
|
|
148043
|
+
options.vuetify.vuetifyOptions.theme ??= {};
|
|
148044
|
+
options.vuetify.vuetifyOptions.theme.defaultTheme = "dark";
|
|
148045
|
+
options.vuetify.vuetifyOptions.theme.themes = {
|
|
148046
|
+
light: {},
|
|
148047
|
+
dark: {}
|
|
148048
|
+
};
|
|
148049
|
+
}
|
|
148050
|
+
await writeFile(configPath, mod.generate().code);
|
|
148051
|
+
}
|
|
148052
|
+
};
|
|
148053
|
+
|
|
148041
148054
|
//#endregion
|
|
148042
148055
|
//#region ../shared/src/features/pinia.ts
|
|
148043
148056
|
const pinia = {
|
|
@@ -148091,7 +148104,7 @@ export const useAppStore = defineStore('app', {
|
|
|
148091
148104
|
|
|
148092
148105
|
//#endregion
|
|
148093
148106
|
//#region ../shared/package.json
|
|
148094
|
-
var version$1 = "1.
|
|
148107
|
+
var version$1 = "1.1.1";
|
|
148095
148108
|
|
|
148096
148109
|
//#endregion
|
|
148097
148110
|
//#region ../shared/src/utils/getTemplateSource.ts
|
|
@@ -148238,11 +148251,7 @@ const tailwindcss = {
|
|
|
148238
148251
|
if (isNuxt) {
|
|
148239
148252
|
pkg.devDependencies = pkg.devDependencies || {};
|
|
148240
148253
|
pkg.devDependencies["tailwindcss"] = dependencies.tailwindcss;
|
|
148241
|
-
pkg.devDependencies["@
|
|
148242
|
-
const configPath = join$1(cwd, "nuxt.config.ts");
|
|
148243
|
-
const mod = await loadFile(configPath);
|
|
148244
|
-
addNuxtModule(mod, "@nuxtjs/tailwindcss");
|
|
148245
|
-
await writeFile(configPath, mod.generate().code);
|
|
148254
|
+
pkg.devDependencies["@tailwindcss/postcss"] = dependencies["@tailwindcss/postcss"];
|
|
148246
148255
|
} else {
|
|
148247
148256
|
pkg.devDependencies = pkg.devDependencies || {};
|
|
148248
148257
|
pkg.devDependencies["tailwindcss"] = dependencies.tailwindcss;
|
|
@@ -148277,7 +148286,7 @@ async function applyUnocssBase({ cwd, pkg, isTypescript, isNuxt }, options = {})
|
|
|
148277
148286
|
if (pkg.devDependencies) {
|
|
148278
148287
|
delete pkg.devDependencies["tailwindcss"];
|
|
148279
148288
|
delete pkg.devDependencies["@tailwindcss/vite"];
|
|
148280
|
-
delete pkg.devDependencies["@
|
|
148289
|
+
delete pkg.devDependencies["@tailwindcss/postcss"];
|
|
148281
148290
|
}
|
|
148282
148291
|
if (isNuxt) {
|
|
148283
148292
|
pkg.devDependencies["@unocss/nuxt"] = dependencies["@unocss/nuxt"];
|
|
@@ -148321,68 +148330,6 @@ const unocssVuetify = {
|
|
|
148321
148330
|
}
|
|
148322
148331
|
};
|
|
148323
148332
|
|
|
148324
|
-
//#endregion
|
|
148325
|
-
//#region ../shared/src/features/vuetify-nuxt-manual.ts
|
|
148326
|
-
const vuetifyNuxtManual = {
|
|
148327
|
-
name: "vuetify-nuxt-manual",
|
|
148328
|
-
apply: async ({ cwd, pkg, isNuxt }) => {
|
|
148329
|
-
if (!isNuxt) return;
|
|
148330
|
-
const configPath = join$1(cwd, "nuxt.config.ts");
|
|
148331
|
-
pkg.devDependencies = pkg.devDependencies || {};
|
|
148332
|
-
pkg.devDependencies["vite-plugin-vuetify"] = dependencies["vite-plugin-vuetify"];
|
|
148333
|
-
pkg.devDependencies["@vuetify/loader-shared"] = dependencies["@vuetify/loader-shared"];
|
|
148334
|
-
pkg.devDependencies["pathe"] = dependencies.pathe;
|
|
148335
|
-
const mod = await loadFile(configPath);
|
|
148336
|
-
mod.imports.$prepend({
|
|
148337
|
-
from: "vite-plugin-vuetify",
|
|
148338
|
-
imported: "transformAssetUrls"
|
|
148339
|
-
});
|
|
148340
|
-
const options = getDefaultExportOptions(mod);
|
|
148341
|
-
if (options) {
|
|
148342
|
-
options.build ||= {};
|
|
148343
|
-
options.build.transpile ||= [];
|
|
148344
|
-
if (!options.build.transpile.includes("vuetify")) options.build.transpile.push("vuetify");
|
|
148345
|
-
options.vite ||= {};
|
|
148346
|
-
options.vite.vue ||= {};
|
|
148347
|
-
options.vite.vue.template ||= {};
|
|
148348
|
-
options.vite.vue.template.transformAssetUrls = builders.raw("transformAssetUrls");
|
|
148349
|
-
}
|
|
148350
|
-
await writeFile(configPath, mod.generate().code);
|
|
148351
|
-
}
|
|
148352
|
-
};
|
|
148353
|
-
|
|
148354
|
-
//#endregion
|
|
148355
|
-
//#region ../shared/src/features/vuetify-nuxt-module.ts
|
|
148356
|
-
const vuetifyNuxtModule = {
|
|
148357
|
-
name: "vuetify-nuxt-module",
|
|
148358
|
-
apply: async ({ cwd, pkg, clientHints, isNuxt }) => {
|
|
148359
|
-
if (!isNuxt) return;
|
|
148360
|
-
pkg.dependencies = pkg.dependencies || {};
|
|
148361
|
-
pkg.dependencies["vuetify-nuxt-module"] = dependencies["vuetify-nuxt-module"];
|
|
148362
|
-
const configPath = join$1(cwd, "nuxt.config.ts");
|
|
148363
|
-
const mod = await loadFile(configPath);
|
|
148364
|
-
const manualModulePath = join$1(cwd, "modules/vuetify.ts");
|
|
148365
|
-
if (existsSync(manualModulePath)) unlinkSync(manualModulePath);
|
|
148366
|
-
const options = getDefaultExportOptions(mod);
|
|
148367
|
-
if (options) {
|
|
148368
|
-
options.modules ||= [];
|
|
148369
|
-
options.modules.push("vuetify-nuxt-module");
|
|
148370
|
-
options.vuetify = {
|
|
148371
|
-
moduleOptions: {},
|
|
148372
|
-
vuetifyOptions: {}
|
|
148373
|
-
};
|
|
148374
|
-
if (clientHints) options.vuetify.moduleOptions.ssrClientHints = {
|
|
148375
|
-
reloadOnFirstRequest: false,
|
|
148376
|
-
viewportSize: true,
|
|
148377
|
-
prefersColorScheme: true,
|
|
148378
|
-
prefersReducedMotion: true,
|
|
148379
|
-
prefersColorSchemeOptions: { useBrowserThemeOnly: false }
|
|
148380
|
-
};
|
|
148381
|
-
}
|
|
148382
|
-
await writeFile(configPath, mod.generate().code);
|
|
148383
|
-
}
|
|
148384
|
-
};
|
|
148385
|
-
|
|
148386
148333
|
//#endregion
|
|
148387
148334
|
//#region ../shared/src/features/index.ts
|
|
148388
148335
|
const features = {
|
|
@@ -148392,15 +148339,14 @@ const features = {
|
|
|
148392
148339
|
i18n,
|
|
148393
148340
|
eslint,
|
|
148394
148341
|
mcp,
|
|
148395
|
-
"
|
|
148396
|
-
"vuetify-nuxt-manual": vuetifyNuxtManual,
|
|
148342
|
+
"client-hints": nuxtClientHints,
|
|
148397
148343
|
unocss,
|
|
148398
148344
|
"unocss-wind4": unocssWind4,
|
|
148399
148345
|
"unocss-vuetify": unocssVuetify,
|
|
148400
148346
|
tailwindcss,
|
|
148401
148347
|
"css-none": cssNone
|
|
148402
148348
|
};
|
|
148403
|
-
async function applyFeatures(cwd, featureNames, pkg, isTypescript, isNuxt,
|
|
148349
|
+
async function applyFeatures(cwd, featureNames, pkg, isTypescript, isNuxt, type) {
|
|
148404
148350
|
for (const name of featureNames) {
|
|
148405
148351
|
const feature = features[name];
|
|
148406
148352
|
if (feature) await feature.apply({
|
|
@@ -148408,7 +148354,6 @@ async function applyFeatures(cwd, featureNames, pkg, isTypescript, isNuxt, clien
|
|
|
148408
148354
|
pkg,
|
|
148409
148355
|
isTypescript,
|
|
148410
148356
|
isNuxt,
|
|
148411
|
-
clientHints,
|
|
148412
148357
|
type
|
|
148413
148358
|
});
|
|
148414
148359
|
}
|
|
@@ -148789,7 +148734,7 @@ var N = h((exports, t) => {
|
|
|
148789
148734
|
return i ? `${a} ${i}` : a;
|
|
148790
148735
|
};
|
|
148791
148736
|
});
|
|
148792
|
-
var P
|
|
148737
|
+
var P = h((exports, t) => {
|
|
148793
148738
|
const n = v("fs");
|
|
148794
148739
|
const r = N();
|
|
148795
148740
|
function i(e) {
|
|
@@ -148809,7 +148754,7 @@ var F = h((exports, t) => {
|
|
|
148809
148754
|
const n = v("path");
|
|
148810
148755
|
const r = A();
|
|
148811
148756
|
const i = j();
|
|
148812
|
-
const a = P
|
|
148757
|
+
const a = P();
|
|
148813
148758
|
const o = process.platform === "win32";
|
|
148814
148759
|
const s = /\.(?:com|exe)$/i;
|
|
148815
148760
|
const c = /node_modules[\\/].bin[\\/][^\\/]+\.cmd$/i;
|
|
@@ -149394,10 +149339,10 @@ async function installDependencies(root = process.cwd(), manager = packageManage
|
|
|
149394
149339
|
//#endregion
|
|
149395
149340
|
//#region ../shared/src/functions/scaffold.ts
|
|
149396
149341
|
function resolveTemplateName(templates, platform, type, features) {
|
|
149397
|
-
if (
|
|
149398
|
-
if (features.includes("unocss-wind4")) return
|
|
149399
|
-
if (features.includes("unocss-vuetify")) return
|
|
149400
|
-
if (features.includes("tailwindcss")) return
|
|
149342
|
+
if (type !== "vuetify") return templates[platform][type];
|
|
149343
|
+
if (features.includes("unocss-wind4")) return `${platform}/unocss-wind4`;
|
|
149344
|
+
if (features.includes("unocss-vuetify")) return `${platform}/unocss-vuetify`;
|
|
149345
|
+
if (features.includes("tailwindcss")) return `${platform}/tailwind`;
|
|
149401
149346
|
return templates[platform][type];
|
|
149402
149347
|
}
|
|
149403
149348
|
async function resolveSharedAssetsPath() {
|
|
@@ -149435,7 +149380,7 @@ async function applySharedAssets(projectRoot, platform, type) {
|
|
|
149435
149380
|
try {
|
|
149436
149381
|
if (needsFavicon) copySharedAsset(join$1(assets.path, "favicon.ico"), join$1(projectRoot, "public", "favicon.ico"));
|
|
149437
149382
|
if (needsLogo) {
|
|
149438
|
-
const logoRoot = platform === "nuxt" ? join$1(projectRoot, "assets") : join$1(projectRoot, "src", "assets");
|
|
149383
|
+
const logoRoot = platform === "nuxt" ? join$1(projectRoot, "app", "assets") : join$1(projectRoot, "src", "assets");
|
|
149439
149384
|
copySharedAsset(join$1(assets.path, "logo.png"), join$1(logoRoot, "logo.png"));
|
|
149440
149385
|
copySharedAsset(join$1(assets.path, "logo.svg"), join$1(logoRoot, "logo.svg"));
|
|
149441
149386
|
}
|
|
@@ -149445,7 +149390,7 @@ async function applySharedAssets(projectRoot, platform, type) {
|
|
|
149445
149390
|
}
|
|
149446
149391
|
}
|
|
149447
149392
|
async function scaffold(options, callbacks = {}) {
|
|
149448
|
-
const { cwd, name, platform, features, typescript, type, packageManager, install, force,
|
|
149393
|
+
const { cwd, name, platform, features, typescript, type, packageManager, install, force, debug: debugFlag } = options;
|
|
149449
149394
|
const debug = (...msg) => debugFlag && console.log("DEBUG:", ...msg);
|
|
149450
149395
|
const projectRoot = join$1(cwd, name);
|
|
149451
149396
|
debug("projectRoot=", projectRoot);
|
|
@@ -149494,13 +149439,7 @@ async function scaffold(options, callbacks = {}) {
|
|
|
149494
149439
|
let pkg;
|
|
149495
149440
|
pkg = await readPackageJSON$1(join$1(projectRoot, "package.json"));
|
|
149496
149441
|
callbacks.onConfigStart?.();
|
|
149497
|
-
if (features && features.length > 0) await applyFeatures(projectRoot, features, pkg, !!typescript, platform === "nuxt",
|
|
149498
|
-
if (platform === "nuxt" && type !== "vuetify0" && (!features || !features.includes("vuetify-nuxt-module"))) await vuetifyNuxtManual.apply({
|
|
149499
|
-
cwd: projectRoot,
|
|
149500
|
-
pkg,
|
|
149501
|
-
isTypescript: !!typescript,
|
|
149502
|
-
isNuxt: true
|
|
149503
|
-
});
|
|
149442
|
+
if (features && features.length > 0) await applyFeatures(projectRoot, features, pkg, !!typescript, platform === "nuxt", type);
|
|
149504
149443
|
callbacks.onConfigEnd?.();
|
|
149505
149444
|
const pkgPath = join$1(projectRoot, "package.json");
|
|
149506
149445
|
if (existsSync(pkgPath)) {
|
|
@@ -149614,12 +149553,11 @@ async function createVuetify(options, commandOptions) {
|
|
|
149614
149553
|
name: context.name,
|
|
149615
149554
|
platform: context.platform,
|
|
149616
149555
|
type: context.type,
|
|
149617
|
-
features: context.features,
|
|
149556
|
+
features: [...context.features, ...context.clientHints ? ["client-hints"] : []],
|
|
149618
149557
|
typescript: !!context.typescript,
|
|
149619
149558
|
packageManager: context.packageManager,
|
|
149620
149559
|
install: context.install,
|
|
149621
149560
|
force: context.force,
|
|
149622
|
-
clientHints: context.clientHints,
|
|
149623
149561
|
debug: args.debug
|
|
149624
149562
|
}, {
|
|
149625
149563
|
onDownloadStart: (templateName) => {
|
|
@@ -149710,7 +149648,7 @@ function isInsideContainer() {
|
|
|
149710
149648
|
//#endregion
|
|
149711
149649
|
//#region ../../node_modules/.pnpm/is-wsl@3.1.0/node_modules/is-wsl/index.js
|
|
149712
149650
|
const isWsl = () => {
|
|
149713
|
-
if (
|
|
149651
|
+
if (process$1.platform !== "linux") return false;
|
|
149714
149652
|
if (os.release().toLowerCase().includes("microsoft")) {
|
|
149715
149653
|
if (isInsideContainer()) return false;
|
|
149716
149654
|
return true;
|
|
@@ -149721,12 +149659,12 @@ const isWsl = () => {
|
|
|
149721
149659
|
return false;
|
|
149722
149660
|
}
|
|
149723
149661
|
};
|
|
149724
|
-
var is_wsl_default =
|
|
149662
|
+
var is_wsl_default = process$1.env.__IS_WSL_TEST__ ? isWsl : isWsl();
|
|
149725
149663
|
|
|
149726
149664
|
//#endregion
|
|
149727
149665
|
//#region ../../node_modules/.pnpm/powershell-utils@0.1.0/node_modules/powershell-utils/index.js
|
|
149728
149666
|
const execFile$2 = promisify(childProcess.execFile);
|
|
149729
|
-
const powerShellPath$1 = () => `${
|
|
149667
|
+
const powerShellPath$1 = () => `${process$1.env.SYSTEMROOT || process$1.env.windir || String.raw`C:\Windows`}\\System32\\WindowsPowerShell\\v1.0\\powershell.exe`;
|
|
149730
149668
|
const executePowerShell = async (command, options = {}) => {
|
|
149731
149669
|
const { powerShellPath: psPath, ...execFileOptions } = options;
|
|
149732
149670
|
const encodedCommand = executePowerShell.encodeCommand(command);
|
|
@@ -149827,7 +149765,7 @@ function defineLazyProperty(object, propertyName, valueGetter) {
|
|
|
149827
149765
|
//#region ../../node_modules/.pnpm/default-browser-id@5.0.0/node_modules/default-browser-id/index.js
|
|
149828
149766
|
const execFileAsync$3 = promisify(execFile);
|
|
149829
149767
|
async function defaultBrowserId() {
|
|
149830
|
-
if (
|
|
149768
|
+
if (process$1.platform !== "darwin") throw new Error("macOS only");
|
|
149831
149769
|
const { stdout } = await execFileAsync$3("defaults", [
|
|
149832
149770
|
"read",
|
|
149833
149771
|
"com.apple.LaunchServices/com.apple.launchservices.secure",
|
|
@@ -149840,7 +149778,7 @@ async function defaultBrowserId() {
|
|
|
149840
149778
|
//#region ../../node_modules/.pnpm/run-applescript@7.1.0/node_modules/run-applescript/index.js
|
|
149841
149779
|
const execFileAsync$2 = promisify(execFile);
|
|
149842
149780
|
async function runAppleScript(script, { humanReadableOutput = true, signal } = {}) {
|
|
149843
|
-
if (
|
|
149781
|
+
if (process$1.platform !== "darwin") throw new Error("macOS only");
|
|
149844
149782
|
const outputArguments = humanReadableOutput ? [] : ["-ss"];
|
|
149845
149783
|
const execOptions = {};
|
|
149846
149784
|
if (signal) execOptions.signal = signal;
|
|
@@ -149949,14 +149887,14 @@ async function defaultBrowser$1(_execFileAsync = execFileAsync$1) {
|
|
|
149949
149887
|
const execFileAsync = promisify(execFile);
|
|
149950
149888
|
const titleize = (string) => string.toLowerCase().replaceAll(/(?:^|\s|-)\S/g, (x) => x.toUpperCase());
|
|
149951
149889
|
async function defaultBrowser() {
|
|
149952
|
-
if (
|
|
149890
|
+
if (process$1.platform === "darwin") {
|
|
149953
149891
|
const id = await defaultBrowserId();
|
|
149954
149892
|
return {
|
|
149955
149893
|
name: await bundleName(id),
|
|
149956
149894
|
id
|
|
149957
149895
|
};
|
|
149958
149896
|
}
|
|
149959
|
-
if (
|
|
149897
|
+
if (process$1.platform === "linux") {
|
|
149960
149898
|
const { stdout } = await execFileAsync("xdg-mime", [
|
|
149961
149899
|
"query",
|
|
149962
149900
|
"default",
|
|
@@ -149968,20 +149906,20 @@ async function defaultBrowser() {
|
|
|
149968
149906
|
id
|
|
149969
149907
|
};
|
|
149970
149908
|
}
|
|
149971
|
-
if (
|
|
149909
|
+
if (process$1.platform === "win32") return defaultBrowser$1();
|
|
149972
149910
|
throw new Error("Only macOS, Linux, and Windows are supported");
|
|
149973
149911
|
}
|
|
149974
149912
|
|
|
149975
149913
|
//#endregion
|
|
149976
149914
|
//#region ../../node_modules/.pnpm/is-in-ssh@1.0.0/node_modules/is-in-ssh/index.js
|
|
149977
|
-
const isInSsh = Boolean(
|
|
149915
|
+
const isInSsh = Boolean(process$1.env.SSH_CONNECTION || process$1.env.SSH_CLIENT || process$1.env.SSH_TTY);
|
|
149978
149916
|
|
|
149979
149917
|
//#endregion
|
|
149980
149918
|
//#region ../../node_modules/.pnpm/open@11.0.0/node_modules/open/index.js
|
|
149981
149919
|
const fallbackAttemptSymbol = Symbol("fallbackAttempt");
|
|
149982
149920
|
const __dirname$2 = import.meta.url ? path.dirname(fileURLToPath(import.meta.url)) : "";
|
|
149983
149921
|
const localXdgOpenPath = path.join(__dirname$2, "xdg-open");
|
|
149984
|
-
const { platform, arch } =
|
|
149922
|
+
const { platform, arch } = process$1;
|
|
149985
149923
|
const tryEachApp = async (apps, opener) => {
|
|
149986
149924
|
if (apps.length === 0) return;
|
|
149987
149925
|
const errors = [];
|
|
@@ -150094,7 +150032,7 @@ const baseOpen = async (options) => {
|
|
|
150094
150032
|
await fs$1.access(localXdgOpenPath, constants.X_OK);
|
|
150095
150033
|
exeLocalXdgOpen = true;
|
|
150096
150034
|
} catch {}
|
|
150097
|
-
command =
|
|
150035
|
+
command = process$1.versions.electron ?? (platform === "android" || isBundled || !exeLocalXdgOpen) ? "xdg-open" : localXdgOpenPath;
|
|
150098
150036
|
}
|
|
150099
150037
|
if (appArguments.length > 0) cliArguments.push(...appArguments);
|
|
150100
150038
|
if (!options.wait) {
|
|
@@ -150715,51 +150653,51 @@ var require_ini = /* @__PURE__ */ __commonJSMin$1(((exports, module) => {
|
|
|
150715
150653
|
//#endregion
|
|
150716
150654
|
//#region ../../node_modules/.pnpm/global-directory@4.0.1/node_modules/global-directory/index.js
|
|
150717
150655
|
var import_ini = /* @__PURE__ */ __toESM$1(require_ini(), 1);
|
|
150718
|
-
const isWindows =
|
|
150656
|
+
const isWindows = process$1.platform === "win32";
|
|
150719
150657
|
const readRc = (filePath) => {
|
|
150720
150658
|
try {
|
|
150721
150659
|
return import_ini.default.parse(fs.readFileSync(filePath, "utf8")).prefix;
|
|
150722
150660
|
} catch {}
|
|
150723
150661
|
};
|
|
150724
|
-
const getEnvNpmPrefix = () => Object.keys(
|
|
150662
|
+
const getEnvNpmPrefix = () => Object.keys(process$1.env).reduce((prefix, name) => /^npm_config_prefix$/i.test(name) ? process$1.env[name] : prefix, void 0);
|
|
150725
150663
|
const getGlobalNpmrc = () => {
|
|
150726
|
-
if (isWindows &&
|
|
150727
|
-
if (
|
|
150728
|
-
const homebrewPrefix =
|
|
150664
|
+
if (isWindows && process$1.env.APPDATA) return path.join(process$1.env.APPDATA, "/npm/etc/npmrc");
|
|
150665
|
+
if (process$1.execPath.includes("/Cellar/node")) {
|
|
150666
|
+
const homebrewPrefix = process$1.execPath.slice(0, process$1.execPath.indexOf("/Cellar/node"));
|
|
150729
150667
|
return path.join(homebrewPrefix, "/lib/node_modules/npm/npmrc");
|
|
150730
150668
|
}
|
|
150731
|
-
if (
|
|
150732
|
-
const installDir = path.dirname(path.dirname(
|
|
150669
|
+
if (process$1.execPath.endsWith("/bin/node")) {
|
|
150670
|
+
const installDir = path.dirname(path.dirname(process$1.execPath));
|
|
150733
150671
|
return path.join(installDir, "/etc/npmrc");
|
|
150734
150672
|
}
|
|
150735
150673
|
};
|
|
150736
150674
|
const getDefaultNpmPrefix = () => {
|
|
150737
150675
|
if (isWindows) {
|
|
150738
|
-
const { APPDATA } =
|
|
150739
|
-
return APPDATA ? path.join(APPDATA, "npm") : path.dirname(
|
|
150676
|
+
const { APPDATA } = process$1.env;
|
|
150677
|
+
return APPDATA ? path.join(APPDATA, "npm") : path.dirname(process$1.execPath);
|
|
150740
150678
|
}
|
|
150741
|
-
return path.dirname(path.dirname(
|
|
150679
|
+
return path.dirname(path.dirname(process$1.execPath));
|
|
150742
150680
|
};
|
|
150743
150681
|
const getNpmPrefix = () => {
|
|
150744
150682
|
const envPrefix = getEnvNpmPrefix();
|
|
150745
150683
|
if (envPrefix) return envPrefix;
|
|
150746
150684
|
const homePrefix = readRc(path.join(os.homedir(), ".npmrc"));
|
|
150747
150685
|
if (homePrefix) return homePrefix;
|
|
150748
|
-
if (
|
|
150686
|
+
if (process$1.env.PREFIX) return process$1.env.PREFIX;
|
|
150749
150687
|
const globalPrefix = readRc(getGlobalNpmrc());
|
|
150750
150688
|
if (globalPrefix) return globalPrefix;
|
|
150751
150689
|
return getDefaultNpmPrefix();
|
|
150752
150690
|
};
|
|
150753
150691
|
const npmPrefix = path.resolve(getNpmPrefix());
|
|
150754
150692
|
const getYarnWindowsDirectory = () => {
|
|
150755
|
-
if (isWindows &&
|
|
150756
|
-
const dir = path.join(
|
|
150693
|
+
if (isWindows && process$1.env.LOCALAPPDATA) {
|
|
150694
|
+
const dir = path.join(process$1.env.LOCALAPPDATA, "Yarn");
|
|
150757
150695
|
if (fs.existsSync(dir)) return dir;
|
|
150758
150696
|
}
|
|
150759
150697
|
return false;
|
|
150760
150698
|
};
|
|
150761
150699
|
const getYarnPrefix = () => {
|
|
150762
|
-
if (
|
|
150700
|
+
if (process$1.env.PREFIX) return process$1.env.PREFIX;
|
|
150763
150701
|
const windowsPrefix = getYarnWindowsDirectory();
|
|
150764
150702
|
if (windowsPrefix) return windowsPrefix;
|
|
150765
150703
|
const configPrefix = path.join(os.homedir(), ".config/yarn");
|
|
@@ -151051,7 +150989,7 @@ const JsonReporter = { report: async (data, options) => {
|
|
|
151051
150989
|
|
|
151052
150990
|
//#endregion
|
|
151053
150991
|
//#region package.json
|
|
151054
|
-
var version = "1.
|
|
150992
|
+
var version = "1.1.1";
|
|
151055
150993
|
|
|
151056
150994
|
//#endregion
|
|
151057
150995
|
//#region src/commands/analyze.ts
|
|
@@ -293,7 +293,7 @@ var T = h((e, t) => {
|
|
|
293
293
|
let [r, i] = t[0].replace(/#! ?/, ``).split(` `), a = r.split(`/`).pop();
|
|
294
294
|
return a === `env` ? i : i ? `${a} ${i}` : a;
|
|
295
295
|
};
|
|
296
|
-
}), P
|
|
296
|
+
}), P = h((e, t) => {
|
|
297
297
|
let n = v(`fs`), r = N();
|
|
298
298
|
function i(e) {
|
|
299
299
|
let t = Buffer.alloc(150), i;
|
|
@@ -304,7 +304,7 @@ var T = h((e, t) => {
|
|
|
304
304
|
}
|
|
305
305
|
t.exports = i;
|
|
306
306
|
}), F = h((e, t) => {
|
|
307
|
-
let n = v(`path`), r = A(), i = j(), a = P
|
|
307
|
+
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
308
|
function J(e) {
|
|
309
309
|
e.file = r(e);
|
|
310
310
|
let t = e.file && a(e.file);
|
|
@@ -4,7 +4,7 @@ import e from "node:assert";
|
|
|
4
4
|
import fs from "node:fs";
|
|
5
5
|
import path, { basename, join, posix, win32 } from "node:path";
|
|
6
6
|
import fs$1 from "node:fs/promises";
|
|
7
|
-
import
|
|
7
|
+
import fs$1$1 from "fs";
|
|
8
8
|
import path$1, { dirname as dirname$1, parse } from "path";
|
|
9
9
|
import assert from "assert";
|
|
10
10
|
import EE, { EventEmitter } from "events";
|
|
@@ -341,7 +341,7 @@ while (this[FLUSHCHUNK](this[BUFFERSHIFT]()) && this[BUFFER$1].length);
|
|
|
341
341
|
return isStream;
|
|
342
342
|
}
|
|
343
343
|
};
|
|
344
|
-
const writev =
|
|
344
|
+
const writev = fs$1$1.writev, _autoClose = Symbol(`_autoClose`), _close = Symbol(`_close`), _ended = Symbol(`_ended`), _fd = Symbol(`_fd`), _finished = Symbol(`_finished`), _flags = Symbol(`_flags`), _flush = Symbol(`_flush`), _handleChunk = Symbol(`_handleChunk`), _makeBuf = Symbol(`_makeBuf`), _mode = Symbol(`_mode`), _needDrain = Symbol(`_needDrain`), _onerror = Symbol(`_onerror`), _onopen = Symbol(`_onopen`), _onread = Symbol(`_onread`), _onwrite = Symbol(`_onwrite`), _open = Symbol(`_open`), _path = Symbol(`_path`), _pos = Symbol(`_pos`), _queue = Symbol(`_queue`), _read = Symbol(`_read`), _readSize = Symbol(`_readSize`), _reading = Symbol(`_reading`), _remain = Symbol(`_remain`), _size = Symbol(`_size`), _write = Symbol(`_write`), _writing = Symbol(`_writing`), _defaultFlag = Symbol(`_defaultFlag`), _errored = Symbol(`_errored`);
|
|
345
345
|
var ReadStream = class extends Minipass {
|
|
346
346
|
[_errored] = !1;
|
|
347
347
|
[_fd];
|
|
@@ -368,7 +368,7 @@ var ReadStream = class extends Minipass {
|
|
|
368
368
|
throw TypeError(`this is a readable stream`);
|
|
369
369
|
}
|
|
370
370
|
[_open]() {
|
|
371
|
-
|
|
371
|
+
fs$1$1.open(this[_path], `r`, (e, t) => this[_onopen](e, t));
|
|
372
372
|
}
|
|
373
373
|
[_onopen](e, t) {
|
|
374
374
|
e ? this[_onerror](e) : (this[_fd] = t, this.emit(`open`, t), this[_read]());
|
|
@@ -381,7 +381,7 @@ var ReadStream = class extends Minipass {
|
|
|
381
381
|
this[_reading] = !0;
|
|
382
382
|
let e = this[_makeBuf]();
|
|
383
383
|
if (e.length === 0) return process.nextTick(() => this[_onread](null, 0, e));
|
|
384
|
-
|
|
384
|
+
fs$1$1.read(this[_fd], e, 0, e.length, null, (e, t, n) => this[_onread](e, t, n));
|
|
385
385
|
}
|
|
386
386
|
}
|
|
387
387
|
[_onread](e, t, n) {
|
|
@@ -390,7 +390,7 @@ var ReadStream = class extends Minipass {
|
|
|
390
390
|
[_close]() {
|
|
391
391
|
if (this[_autoClose] && typeof this[_fd] == `number`) {
|
|
392
392
|
let e = this[_fd];
|
|
393
|
-
this[_fd] = void 0,
|
|
393
|
+
this[_fd] = void 0, fs$1$1.close(e, (e) => e ? this.emit(`error`, e) : this.emit(`close`));
|
|
394
394
|
}
|
|
395
395
|
}
|
|
396
396
|
[_onerror](e) {
|
|
@@ -413,7 +413,7 @@ var ReadStream = class extends Minipass {
|
|
|
413
413
|
[_open]() {
|
|
414
414
|
let e = !0;
|
|
415
415
|
try {
|
|
416
|
-
this[_onopen](null,
|
|
416
|
+
this[_onopen](null, fs$1$1.openSync(this[_path], `r`)), e = !1;
|
|
417
417
|
} finally {
|
|
418
418
|
e && this[_close]();
|
|
419
419
|
}
|
|
@@ -424,7 +424,7 @@ var ReadStream = class extends Minipass {
|
|
|
424
424
|
if (!this[_reading]) {
|
|
425
425
|
this[_reading] = !0;
|
|
426
426
|
do {
|
|
427
|
-
let e = this[_makeBuf](), t = e.length === 0 ? 0 :
|
|
427
|
+
let e = this[_makeBuf](), t = e.length === 0 ? 0 : fs$1$1.readSync(this[_fd], e, 0, e.length, null);
|
|
428
428
|
if (!this[_handleChunk](t, e)) break;
|
|
429
429
|
} while (!0);
|
|
430
430
|
this[_reading] = !1;
|
|
@@ -437,7 +437,7 @@ var ReadStream = class extends Minipass {
|
|
|
437
437
|
[_close]() {
|
|
438
438
|
if (this[_autoClose] && typeof this[_fd] == `number`) {
|
|
439
439
|
let e = this[_fd];
|
|
440
|
-
this[_fd] = void 0,
|
|
440
|
+
this[_fd] = void 0, fs$1$1.closeSync(e), this.emit(`close`);
|
|
441
441
|
}
|
|
442
442
|
}
|
|
443
443
|
}, WriteStream = class extends EE {
|
|
@@ -478,7 +478,7 @@ var ReadStream = class extends Minipass {
|
|
|
478
478
|
this[_close](), this[_writing] = !0, this.emit(`error`, e);
|
|
479
479
|
}
|
|
480
480
|
[_open]() {
|
|
481
|
-
|
|
481
|
+
fs$1$1.open(this[_path], this[_flags], this[_mode], (e, t) => this[_onopen](e, t));
|
|
482
482
|
}
|
|
483
483
|
[_onopen](e, t) {
|
|
484
484
|
this[_defaultFlag] && this[_flags] === `r+` && e && e.code === `ENOENT` ? (this[_flags] = `w`, this[_open]()) : e ? this[_onerror](e) : (this[_fd] = t, this.emit(`open`, t), this[_writing] || this[_flush]());
|
|
@@ -490,7 +490,7 @@ var ReadStream = class extends Minipass {
|
|
|
490
490
|
return typeof e == `string` && (e = Buffer.from(e, t)), this[_ended] ? (this.emit(`error`, Error(`write() after end()`)), !1) : this[_fd] === void 0 || this[_writing] || this[_queue].length ? (this[_queue].push(e), this[_needDrain] = !0, !1) : (this[_writing] = !0, this[_write](e), !0);
|
|
491
491
|
}
|
|
492
492
|
[_write](e) {
|
|
493
|
-
|
|
493
|
+
fs$1$1.write(this[_fd], e, 0, e.length, this[_pos], (e, t) => this[_onwrite](e, t));
|
|
494
494
|
}
|
|
495
495
|
[_onwrite](e, t) {
|
|
496
496
|
e ? this[_onerror](e) : (this[_pos] !== void 0 && typeof t == `number` && (this[_pos] += t), this[_queue].length ? this[_flush]() : (this[_writing] = !1, this[_ended] && !this[_finished] ? (this[_finished] = !0, this[_close](), this.emit(`finish`)) : this[_needDrain] && (this[_needDrain] = !1, this.emit(`drain`))));
|
|
@@ -506,31 +506,31 @@ var ReadStream = class extends Minipass {
|
|
|
506
506
|
[_close]() {
|
|
507
507
|
if (this[_autoClose] && typeof this[_fd] == `number`) {
|
|
508
508
|
let e = this[_fd];
|
|
509
|
-
this[_fd] = void 0,
|
|
509
|
+
this[_fd] = void 0, fs$1$1.close(e, (e) => e ? this.emit(`error`, e) : this.emit(`close`));
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
}, WriteStreamSync = class extends WriteStream {
|
|
513
513
|
[_open]() {
|
|
514
514
|
let e;
|
|
515
515
|
if (this[_defaultFlag] && this[_flags] === `r+`) try {
|
|
516
|
-
e =
|
|
516
|
+
e = fs$1$1.openSync(this[_path], this[_flags], this[_mode]);
|
|
517
517
|
} catch (e) {
|
|
518
518
|
if (e?.code === `ENOENT`) return this[_flags] = `w`, this[_open]();
|
|
519
519
|
throw e;
|
|
520
520
|
}
|
|
521
|
-
else e =
|
|
521
|
+
else e = fs$1$1.openSync(this[_path], this[_flags], this[_mode]);
|
|
522
522
|
this[_onopen](null, e);
|
|
523
523
|
}
|
|
524
524
|
[_close]() {
|
|
525
525
|
if (this[_autoClose] && typeof this[_fd] == `number`) {
|
|
526
526
|
let e = this[_fd];
|
|
527
|
-
this[_fd] = void 0,
|
|
527
|
+
this[_fd] = void 0, fs$1$1.closeSync(e), this.emit(`close`);
|
|
528
528
|
}
|
|
529
529
|
}
|
|
530
530
|
[_write](e) {
|
|
531
531
|
let t = !0;
|
|
532
532
|
try {
|
|
533
|
-
this[_onwrite](null,
|
|
533
|
+
this[_onwrite](null, fs$1$1.writeSync(this[_fd], e, 0, e.length, this[_pos])), t = !1;
|
|
534
534
|
} finally {
|
|
535
535
|
if (t) try {
|
|
536
536
|
this[_close]();
|
|
@@ -1524,7 +1524,7 @@ var WriteEntry = class extends Minipass {
|
|
|
1524
1524
|
return e === `error` && (this.#hadError = !0), super.emit(e, ...t);
|
|
1525
1525
|
}
|
|
1526
1526
|
[LSTAT]() {
|
|
1527
|
-
|
|
1527
|
+
fs$1$1.lstat(this.absolute, (e, t) => {
|
|
1528
1528
|
if (e) return this.emit(`error`, e);
|
|
1529
1529
|
this[ONLSTAT](t);
|
|
1530
1530
|
});
|
|
@@ -1583,7 +1583,7 @@ var WriteEntry = class extends Minipass {
|
|
|
1583
1583
|
this.path.slice(-1) !== `/` && (this.path += `/`), this.stat.size = 0, this[HEADER](), this.end();
|
|
1584
1584
|
}
|
|
1585
1585
|
[SYMLINK$1]() {
|
|
1586
|
-
|
|
1586
|
+
fs$1$1.readlink(this.absolute, (e, t) => {
|
|
1587
1587
|
if (e) return this.emit(`error`, e);
|
|
1588
1588
|
this[ONREADLINK](t);
|
|
1589
1589
|
});
|
|
@@ -1606,7 +1606,7 @@ var WriteEntry = class extends Minipass {
|
|
|
1606
1606
|
this[OPENFILE]();
|
|
1607
1607
|
}
|
|
1608
1608
|
[OPENFILE]() {
|
|
1609
|
-
|
|
1609
|
+
fs$1$1.open(this.absolute, `r`, (e, t) => {
|
|
1610
1610
|
if (e) return this.emit(`error`, e);
|
|
1611
1611
|
this[ONOPENFILE](t);
|
|
1612
1612
|
});
|
|
@@ -1621,13 +1621,13 @@ var WriteEntry = class extends Minipass {
|
|
|
1621
1621
|
[READ]() {
|
|
1622
1622
|
let { fd: e, buf: t, offset: n, length: r, pos: i } = this;
|
|
1623
1623
|
if (e === void 0 || t === void 0) throw Error(`cannot read file without first opening`);
|
|
1624
|
-
|
|
1624
|
+
fs$1$1.read(e, t, n, r, i, (e, t) => {
|
|
1625
1625
|
if (e) return this[CLOSE](() => this.emit(`error`, e));
|
|
1626
1626
|
this[ONREAD](t);
|
|
1627
1627
|
});
|
|
1628
1628
|
}
|
|
1629
1629
|
[CLOSE](e = () => {}) {
|
|
1630
|
-
this.fd !== void 0 &&
|
|
1630
|
+
this.fd !== void 0 && fs$1$1.close(this.fd, e);
|
|
1631
1631
|
}
|
|
1632
1632
|
[ONREAD](e) {
|
|
1633
1633
|
if (e <= 0 && this.remain > 0) {
|
|
@@ -1669,20 +1669,20 @@ var WriteEntry = class extends Minipass {
|
|
|
1669
1669
|
}, WriteEntrySync = class extends WriteEntry {
|
|
1670
1670
|
sync = !0;
|
|
1671
1671
|
[LSTAT]() {
|
|
1672
|
-
this[ONLSTAT](
|
|
1672
|
+
this[ONLSTAT](fs$1$1.lstatSync(this.absolute));
|
|
1673
1673
|
}
|
|
1674
1674
|
[SYMLINK$1]() {
|
|
1675
|
-
this[ONREADLINK](
|
|
1675
|
+
this[ONREADLINK](fs$1$1.readlinkSync(this.absolute));
|
|
1676
1676
|
}
|
|
1677
1677
|
[OPENFILE]() {
|
|
1678
|
-
this[ONOPENFILE](
|
|
1678
|
+
this[ONOPENFILE](fs$1$1.openSync(this.absolute, `r`));
|
|
1679
1679
|
}
|
|
1680
1680
|
[READ]() {
|
|
1681
1681
|
let e = !0;
|
|
1682
1682
|
try {
|
|
1683
1683
|
let { fd: t, buf: n, offset: r, length: i, pos: a } = this;
|
|
1684
1684
|
if (t === void 0 || n === void 0) throw Error(`fd and buf must be set in READ method`);
|
|
1685
|
-
let o =
|
|
1685
|
+
let o = fs$1$1.readSync(t, n, r, i, a);
|
|
1686
1686
|
this[ONREAD](o), e = !1;
|
|
1687
1687
|
} finally {
|
|
1688
1688
|
if (e) try {
|
|
@@ -1694,7 +1694,7 @@ var WriteEntry = class extends Minipass {
|
|
|
1694
1694
|
e();
|
|
1695
1695
|
}
|
|
1696
1696
|
[CLOSE](e = () => {}) {
|
|
1697
|
-
this.fd !== void 0 &&
|
|
1697
|
+
this.fd !== void 0 && fs$1$1.closeSync(this.fd), e();
|
|
1698
1698
|
}
|
|
1699
1699
|
}, WriteEntryTar = class extends Minipass {
|
|
1700
1700
|
blockLen = 0;
|
|
@@ -2026,7 +2026,7 @@ var Pack = class extends Minipass {
|
|
|
2026
2026
|
this[QUEUE].push(new PackJob(e, t)), this[PROCESS]();
|
|
2027
2027
|
}
|
|
2028
2028
|
[STAT](e) {
|
|
2029
|
-
e.pending = !0, this[JOBS] += 1,
|
|
2029
|
+
e.pending = !0, this[JOBS] += 1, fs$1$1[this.follow ? `stat` : `lstat`](e.absolute, (t, n) => {
|
|
2030
2030
|
e.pending = !1, --this[JOBS], t ? this.emit(`error`, t) : this[ONSTAT](e, n);
|
|
2031
2031
|
});
|
|
2032
2032
|
}
|
|
@@ -2034,7 +2034,7 @@ var Pack = class extends Minipass {
|
|
|
2034
2034
|
this.statCache.set(e.absolute, t), e.stat = t, this.filter(e.path, t) ? t.isFile() && t.nlink > 1 && e === this[CURRENT] && !this.linkCache.get(`${t.dev}:${t.ino}`) && !this.sync && this[PROCESSJOB](e) : e.ignore = !0, this[PROCESS]();
|
|
2035
2035
|
}
|
|
2036
2036
|
[READDIR](e) {
|
|
2037
|
-
e.pending = !0, this[JOBS] += 1,
|
|
2037
|
+
e.pending = !0, this[JOBS] += 1, fs$1$1.readdir(e.absolute, (t, n) => {
|
|
2038
2038
|
if (e.pending = !1, --this[JOBS], t) return this.emit(`error`, t);
|
|
2039
2039
|
this[ONREADDIR](e, n);
|
|
2040
2040
|
});
|
|
@@ -2138,10 +2138,10 @@ var Pack = class extends Minipass {
|
|
|
2138
2138
|
resume() {}
|
|
2139
2139
|
[STAT](e) {
|
|
2140
2140
|
let t = this.follow ? `statSync` : `lstatSync`;
|
|
2141
|
-
this[ONSTAT](e,
|
|
2141
|
+
this[ONSTAT](e, fs$1$1[t](e.absolute));
|
|
2142
2142
|
}
|
|
2143
2143
|
[READDIR](e) {
|
|
2144
|
-
this[ONREADDIR](e,
|
|
2144
|
+
this[ONREADDIR](e, fs$1$1.readdirSync(e.absolute));
|
|
2145
2145
|
}
|
|
2146
2146
|
[PIPE](e) {
|
|
2147
2147
|
let t = e.entry, n = this.zip;
|
|
@@ -2197,7 +2197,7 @@ makeCommand(createFileSync, createFile, (e, t) => {
|
|
|
2197
2197
|
}, (e, t) => {
|
|
2198
2198
|
if (!t?.length) throw TypeError(`no paths specified to add to archive`);
|
|
2199
2199
|
});
|
|
2200
|
-
const isWindows$2 = (process.env.__FAKE_PLATFORM__ || process.platform) === `win32`, { O_CREAT, O_TRUNC, O_WRONLY } =
|
|
2200
|
+
const isWindows$2 = (process.env.__FAKE_PLATFORM__ || process.platform) === `win32`, { O_CREAT, O_TRUNC, O_WRONLY } = fs$1$1.constants, UV_FS_O_FILEMAP = Number(process.env.__FAKE_FS_O_FILENAME__) || fs$1$1.constants.UV_FS_O_FILEMAP || 0, fMapEnabled = isWindows$2 && !!UV_FS_O_FILEMAP, fMapFlag = UV_FS_O_FILEMAP | O_TRUNC | O_CREAT | O_WRONLY, getWriteFlag = fMapEnabled ? (e) => e < 524288 ? fMapFlag : `w` : () => `w`;
|
|
2201
2201
|
var CwdError = class extends Error {
|
|
2202
2202
|
path;
|
|
2203
2203
|
code;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vuetify/cli",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Vuetify CLI",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"open": "^11.0.0",
|
|
36
36
|
"pathe": "^2.0.3",
|
|
37
37
|
"tsdown": "^0.20.3",
|
|
38
|
-
"@vuetify/cli-shared": "1.
|
|
38
|
+
"@vuetify/cli-shared": "1.1.1"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"@typescript-eslint/parser": "^8.54.0"
|