Tracking de l'application VApp (IHM du jeu)

This commit is contained in:
2025-05-11 18:04:12 +02:00
commit 89e9db9b62
17763 changed files with 3718499 additions and 0 deletions

176
VApp/node_modules/@vuetify/loader-shared/CHANGELOG.md generated vendored Normal file
View File

@ -0,0 +1,176 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
### [2.0.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@2.0.0...@vuetify/loader-shared@2.0.1) (2023-12-12)
### Bug Fixes
* support node 18 ([9683bf5](https://github.com/vuetifyjs/vuetify-loader/commit/9683bf54ad3b26a6553574a1be6a6c3c95fc3afd)), closes [#325](https://github.com/vuetifyjs/vuetify-loader/issues/325)
## [2.0.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.7.1...@vuetify/loader-shared@2.0.0) (2023-12-12)
### ⚠ BREAKING CHANGES
* Requires node >18
* Removed `styles: 'expose'` option
### Features
* add autoImport ignore option ([#323](https://github.com/vuetifyjs/vuetify-loader/issues/323)) ([1328d49](https://github.com/vuetifyjs/vuetify-loader/commit/1328d492abcf4612f336b6ad1d014f1ed250793c))
* add esm build ([34a03c1](https://github.com/vuetifyjs/vuetify-loader/commit/34a03c152e04e16694ca43c255a08edf3a2bd382)), closes [#319](https://github.com/vuetifyjs/vuetify-loader/issues/319)
* allow labs auto-import ([55ead16](https://github.com/vuetifyjs/vuetify-loader/commit/55ead1692cd857a15e7595d14e97766c57651f0b)), closes [#315](https://github.com/vuetifyjs/vuetify-loader/issues/315)
* remove `styles: 'expose'` ([c43dc80](https://github.com/vuetifyjs/vuetify-loader/commit/c43dc804811bf22be920ac72a38e7b4c193bca3b))
### Bug Fixes
* update transformAssetUrls ([8cc31a8](https://github.com/vuetifyjs/vuetify-loader/commit/8cc31a8db7e325aa779c0bfb0e55186afe6db736)), closes [#317](https://github.com/vuetifyjs/vuetify-loader/issues/317)
### [1.7.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.7.0...@vuetify/loader-shared@1.7.1) (2023-01-28)
### Bug Fixes
* add leading slash to absolute paths on windows ([3ecd8e2](https://github.com/vuetifyjs/vuetify-loader/commit/3ecd8e2d8034137ca47ad8325df960dfb0efc08e)), closes [#274](https://github.com/vuetifyjs/vuetify-loader/issues/274)
## [1.7.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.6.0...@vuetify/loader-shared@1.7.0) (2022-10-13)
### Features
* add transformAssetUrls ([c2e525b](https://github.com/vuetifyjs/vuetify-loader/commit/c2e525b3a3ad5582ffc50216a94c47b94f1c8fc9)), closes [#237](https://github.com/vuetifyjs/vuetify-loader/issues/237)
## [1.6.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.5.1...@vuetify/loader-shared@1.6.0) (2022-08-31)
### Features
* add styles.configFile option ([9142e9d](https://github.com/vuetifyjs/vuetify-loader/commit/9142e9d644ba1e4f86486440c29a318704090636)), closes [#263](https://github.com/vuetifyjs/vuetify-loader/issues/263) [#245](https://github.com/vuetifyjs/vuetify-loader/issues/245) [#221](https://github.com/vuetifyjs/vuetify-loader/issues/221)
### [1.5.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.5.0...@vuetify/loader-shared@1.5.1) (2022-07-23)
### Bug Fixes
* add vue and upath to dependencies ([ac5af82](https://github.com/vuetifyjs/vuetify-loader/commit/ac5af823f1bfd8bc79dc3eb353eed64adef34421)), closes [#242](https://github.com/vuetifyjs/vuetify-loader/issues/242)
* resolve vuetify relative to cwd ([9bf71d4](https://github.com/vuetifyjs/vuetify-loader/commit/9bf71d4fd8596cf8333e3041f4307a851c7aba6a)), closes [#248](https://github.com/vuetifyjs/vuetify-loader/issues/248)
## [1.5.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.4.0...@vuetify/loader-shared@1.5.0) (2022-06-16)
### Features
* support vuetify beta.4 ([f1a0976](https://github.com/vuetifyjs/vuetify-loader/commit/f1a09765e568c7ee5481dd576765939ffc1fe534))
### Bug Fixes
* sort generated imports ([e14c456](https://github.com/vuetifyjs/vuetify-loader/commit/e14c45630442cc235cc670578a56457880e734f1))
## [1.4.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.3.0...@vuetify/loader-shared@1.4.0) (2022-05-21)
### Features
* **styles:** add sass option ([ddd68d9](https://github.com/vuetifyjs/vuetify-loader/commit/ddd68d99aedaa0088c5d89740d1a9b9c1bb74808))
## [1.3.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.2.2...@vuetify/loader-shared@1.3.0) (2021-12-10)
### Features
* add stylesTimeout option ([93e830d](https://github.com/vuetifyjs/vuetify-loader/commit/93e830dd728610bfa83c5a93f85fcca6acb4f59d))
### Bug Fixes
* disable esModuleInterop ([b3ae4d1](https://github.com/vuetifyjs/vuetify-loader/commit/b3ae4d17e4319ab1b8c550d50b0cc2737a8d0719)), closes [#222](https://github.com/vuetifyjs/vuetify-loader/issues/222)
### [1.2.2](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.2.1...@vuetify/loader-shared@1.2.2) (2021-11-17)
### Bug Fixes
* match resolveComponent with var or const ([5f83f21](https://github.com/vuetifyjs/vuetify-loader/commit/5f83f215e82b6637230ac3808d09c1e106d892ec))
### [1.2.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.2.0...@vuetify/loader-shared@1.2.1) (2021-11-15)
### Bug Fixes
* add leading slash to absolute paths on windows ([1128c72](https://github.com/vuetifyjs/vuetify-loader/commit/1128c721d87ba64a4143c6a7f6fbeb86ac3aa25a)), closes [#204](https://github.com/vuetifyjs/vuetify-loader/issues/204)
## [1.2.0](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.1.3...@vuetify/loader-shared@1.2.0) (2021-11-11)
### Features
* support external templates ([8b7fc70](https://github.com/vuetifyjs/vuetify-loader/commit/8b7fc7082cf177e122d83b97ec0521092c044a77)), closes [#215](https://github.com/vuetifyjs/vuetify-loader/issues/215)
### Bug Fixes
* add leading slash to absolute paths on windows ([33d0757](https://github.com/vuetifyjs/vuetify-loader/commit/33d0757e5de3278fb17a299141f87024bdd936d3)), closes [#204](https://github.com/vuetifyjs/vuetify-loader/issues/204)
* export runtime as mjs ([8767fb1](https://github.com/vuetifyjs/vuetify-loader/commit/8767fb1c227320e63c0259b630cdf52756218e23)), closes [#210](https://github.com/vuetifyjs/vuetify-loader/issues/210)
### [1.1.3](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.1.2...@vuetify/loader-shared@1.1.3) (2021-10-03)
**Note:** Version bump only for package @vuetify/loader-shared
### [1.1.2](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.1.1...@vuetify/loader-shared@1.1.2) (2021-09-11)
**Note:** Version bump only for package @vuetify/loader-shared
### [1.1.1](https://github.com/vuetifyjs/vuetify-loader/compare/@vuetify/loader-shared@1.1.0...@vuetify/loader-shared@1.1.1) (2021-08-31)
### Bug Fixes
* publish runtime.js ([7528da3](https://github.com/vuetifyjs/vuetify-loader/commit/7528da3f4f225521bcfa8bea7583590be24a7e38))
## 1.1.0 (2021-08-30)
### Features
* add auto-loading to webpack plugin ([59f1b1f](https://github.com/vuetifyjs/vuetify-loader/commit/59f1b1f6f805cdab9cacd0372b394df3dafb4698))
* implement autoImport plugin ([163ff7f](https://github.com/vuetifyjs/vuetify-loader/commit/163ff7f25c2e8cb65bc6461f4399b52e53b77612))
* support HMR ([39baa9d](https://github.com/vuetifyjs/vuetify-loader/commit/39baa9dd70a52656af8f7508a1e095a468483d19))

9
VApp/node_modules/@vuetify/loader-shared/LICENSE.md generated vendored Normal file
View File

@ -0,0 +1,9 @@
The MIT License (MIT)
Copyright (c) 2016-2019 John Jeremy Leider
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

147
VApp/node_modules/@vuetify/loader-shared/dist/index.cjs generated vendored Normal file
View File

@ -0,0 +1,147 @@
'use strict';
const node_module = require('node:module');
const path = require('upath');
const vue = require('vue');
const importMap = require('vuetify/dist/json/importMap.json');
const importMapLabs = require('vuetify/dist/json/importMap-labs.json');
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
function _interopDefaultCompat (e) { return e && typeof e === 'object' && 'default' in e ? e.default : e; }
const path__default = /*#__PURE__*/_interopDefaultCompat(path);
const importMap__default = /*#__PURE__*/_interopDefaultCompat(importMap);
const importMapLabs__default = /*#__PURE__*/_interopDefaultCompat(importMapLabs);
function parseTemplate(source) {
const components = createSet(source.matchAll(/(?:var|const) (\w+) = _resolveComponent\("([\w-.]+)"\);?/gm));
const directives = createSet(source.matchAll(/(?:var|const) (\w+) = _resolveDirective\("([\w-.]+)"\);?/gm));
return { components, directives };
}
function createSet(matches) {
return new Set(Array.from(matches, (i) => ({
symbol: i[1],
name: vue.capitalize(vue.camelize(i[2])),
index: i.index,
length: i[0].length
})));
}
function getImports(source, options) {
const { components, directives } = parseTemplate(source);
const resolvedComponents = [];
const resolvedDirectives = [];
const imports = /* @__PURE__ */ new Map();
const ignore = isObject(options.autoImport) && options.autoImport.ignore || null;
const includeLabs = isObject(options.autoImport) && options.autoImport.labs;
const map = includeLabs ? {
components: { ...importMap__default.components, ...importMapLabs__default.components },
directives: importMap__default.directives
} : importMap__default;
if (components.size || directives.size) {
components.forEach((component) => {
if (ignore?.includes(component.name))
return;
if (component.name in importMap__default.components) {
resolvedComponents.push(component);
} else if (includeLabs && component.name in importMapLabs__default.components) {
resolvedComponents.push(component);
}
});
directives.forEach((directive) => {
if (importMap__default.directives.includes(directive.name) && !ignore?.includes(directive.name)) {
resolvedDirectives.push(directive);
}
});
}
resolvedComponents.forEach((component) => {
addImport(imports, component.name, component.symbol, "vuetify/lib/" + map.components[component.name].from);
});
resolvedDirectives.forEach((directive) => {
addImport(imports, directive.name, directive.symbol, "vuetify/lib/directives/index.mjs");
});
return {
imports,
components: resolvedComponents,
directives: resolvedDirectives
};
}
function addImport(imports, name, as, from) {
if (!imports.has(from)) {
imports.set(from, []);
}
imports.get(from).push(`${name} as ${as}`);
}
function generateImports(source, options) {
const { imports, components, directives } = getImports(source, options);
let code = "";
if (components.length || directives.length) {
code += "\n\n/* Vuetify */\n";
Array.from(imports).sort((a, b) => a[0] < b[0] ? -1 : a[0] > b[0] ? 1 : 0).forEach(([from, names]) => {
code += `import { ${names.join(", ")} } from "${from}"
`;
});
code += "\n";
source = [...components, ...directives].reduce((acc, v) => {
return acc.slice(0, v.index) + " ".repeat(v.length) + acc.slice(v.index + v.length);
}, source);
}
return { code, source };
}
const require$1 = node_module.createRequire((typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.src || new URL('index.cjs', document.baseURI).href)));
function resolveVuetifyBase() {
return path__default.dirname(require$1.resolve("vuetify/package.json", { paths: [process.cwd()] }));
}
function isObject(value) {
return value !== null && typeof value === "object";
}
function includes(arr, val) {
return arr.includes(val);
}
function normalizePath(p) {
p = path__default.normalize(p);
return /^[a-z]:\//i.test(p) ? "/" + p : p;
}
function toKebabCase(str = "") {
return str.replace(/[^a-z]/gi, "-").replace(/\B([A-Z])/g, "-$1").toLowerCase();
}
const defaultTags = {
video: ["src", "poster"],
source: ["src"],
img: ["src"],
image: ["xlink:href", "href"],
use: ["xlink:href", "href"]
};
const transformAssetUrls = {
VAppBar: ["image"],
VAvatar: ["image"],
VBanner: ["avatar"],
VCard: ["image", "prependAvatar", "appendAvatar"],
VCardItem: ["prependAvatar", "appendAvatar"],
VCarouselItem: ["src", "lazySrc", "srcset"],
VChip: ["prependAvatar", "appendAvatar"],
VImg: ["src", "lazySrc", "srcset"],
VListItem: ["prependAvatar", "appendAvatar"],
VNavigationDrawer: ["image"],
VParallax: ["src", "lazySrc", "srcset"],
VToolbar: ["image"]
};
for (const [tag, attrs] of Object.entries(transformAssetUrls)) {
attrs.forEach((attr) => {
if (/[A-Z]/.test(attr)) {
attrs.push(toKebabCase(attr));
}
});
transformAssetUrls[toKebabCase(tag)] = attrs;
}
Object.assign(transformAssetUrls, defaultTags);
exports.generateImports = generateImports;
exports.includes = includes;
exports.isObject = isObject;
exports.normalizePath = normalizePath;
exports.resolveVuetifyBase = resolveVuetifyBase;
exports.toKebabCase = toKebabCase;
exports.transformAssetUrls = transformAssetUrls;

View File

@ -0,0 +1,28 @@
import * as Components from 'vuetify/components';
import * as Directives from 'vuetify/directives';
declare function generateImports(source: string, options: Options): {
code: string;
source: string;
};
interface Options {
autoImport?: ImportPluginOptions;
styles?: true | 'none' | 'sass' | {
configFile: string;
};
}
interface ObjectImportPluginOptions {
labs?: boolean;
ignore?: (keyof typeof Components | keyof typeof Directives)[];
}
type ImportPluginOptions = boolean | ObjectImportPluginOptions;
declare function resolveVuetifyBase(): string;
declare function isObject(value: any): value is object;
declare function includes(arr: any[], val: any): boolean;
declare function normalizePath(p: string): string;
declare function toKebabCase(str?: string): string;
declare const transformAssetUrls: Record<string, string[]>;
export { type ImportPluginOptions, type ObjectImportPluginOptions, type Options, generateImports, includes, isObject, normalizePath, resolveVuetifyBase, toKebabCase, transformAssetUrls };

View File

@ -0,0 +1,28 @@
import * as Components from 'vuetify/components';
import * as Directives from 'vuetify/directives';
declare function generateImports(source: string, options: Options): {
code: string;
source: string;
};
interface Options {
autoImport?: ImportPluginOptions;
styles?: true | 'none' | 'sass' | {
configFile: string;
};
}
interface ObjectImportPluginOptions {
labs?: boolean;
ignore?: (keyof typeof Components | keyof typeof Directives)[];
}
type ImportPluginOptions = boolean | ObjectImportPluginOptions;
declare function resolveVuetifyBase(): string;
declare function isObject(value: any): value is object;
declare function includes(arr: any[], val: any): boolean;
declare function normalizePath(p: string): string;
declare function toKebabCase(str?: string): string;
declare const transformAssetUrls: Record<string, string[]>;
export { type ImportPluginOptions, type ObjectImportPluginOptions, type Options, generateImports, includes, isObject, normalizePath, resolveVuetifyBase, toKebabCase, transformAssetUrls };

View File

@ -0,0 +1,28 @@
import * as Components from 'vuetify/components';
import * as Directives from 'vuetify/directives';
declare function generateImports(source: string, options: Options): {
code: string;
source: string;
};
interface Options {
autoImport?: ImportPluginOptions;
styles?: true | 'none' | 'sass' | {
configFile: string;
};
}
interface ObjectImportPluginOptions {
labs?: boolean;
ignore?: (keyof typeof Components | keyof typeof Directives)[];
}
type ImportPluginOptions = boolean | ObjectImportPluginOptions;
declare function resolveVuetifyBase(): string;
declare function isObject(value: any): value is object;
declare function includes(arr: any[], val: any): boolean;
declare function normalizePath(p: string): string;
declare function toKebabCase(str?: string): string;
declare const transformAssetUrls: Record<string, string[]>;
export { type ImportPluginOptions, type ObjectImportPluginOptions, type Options, generateImports, includes, isObject, normalizePath, resolveVuetifyBase, toKebabCase, transformAssetUrls };

132
VApp/node_modules/@vuetify/loader-shared/dist/index.mjs generated vendored Normal file
View File

@ -0,0 +1,132 @@
import { createRequire } from 'node:module';
import path from 'upath';
import { capitalize, camelize } from 'vue';
import importMap from 'vuetify/dist/json/importMap.json' assert { type: 'json' };
import importMapLabs from 'vuetify/dist/json/importMap-labs.json' assert { type: 'json' };
function parseTemplate(source) {
const components = createSet(source.matchAll(/(?:var|const) (\w+) = _resolveComponent\("([\w-.]+)"\);?/gm));
const directives = createSet(source.matchAll(/(?:var|const) (\w+) = _resolveDirective\("([\w-.]+)"\);?/gm));
return { components, directives };
}
function createSet(matches) {
return new Set(Array.from(matches, (i) => ({
symbol: i[1],
name: capitalize(camelize(i[2])),
index: i.index,
length: i[0].length
})));
}
function getImports(source, options) {
const { components, directives } = parseTemplate(source);
const resolvedComponents = [];
const resolvedDirectives = [];
const imports = /* @__PURE__ */ new Map();
const ignore = isObject(options.autoImport) && options.autoImport.ignore || null;
const includeLabs = isObject(options.autoImport) && options.autoImport.labs;
const map = includeLabs ? {
components: { ...importMap.components, ...importMapLabs.components },
directives: importMap.directives
} : importMap;
if (components.size || directives.size) {
components.forEach((component) => {
if (ignore?.includes(component.name))
return;
if (component.name in importMap.components) {
resolvedComponents.push(component);
} else if (includeLabs && component.name in importMapLabs.components) {
resolvedComponents.push(component);
}
});
directives.forEach((directive) => {
if (importMap.directives.includes(directive.name) && !ignore?.includes(directive.name)) {
resolvedDirectives.push(directive);
}
});
}
resolvedComponents.forEach((component) => {
addImport(imports, component.name, component.symbol, "vuetify/lib/" + map.components[component.name].from);
});
resolvedDirectives.forEach((directive) => {
addImport(imports, directive.name, directive.symbol, "vuetify/lib/directives/index.mjs");
});
return {
imports,
components: resolvedComponents,
directives: resolvedDirectives
};
}
function addImport(imports, name, as, from) {
if (!imports.has(from)) {
imports.set(from, []);
}
imports.get(from).push(`${name} as ${as}`);
}
function generateImports(source, options) {
const { imports, components, directives } = getImports(source, options);
let code = "";
if (components.length || directives.length) {
code += "\n\n/* Vuetify */\n";
Array.from(imports).sort((a, b) => a[0] < b[0] ? -1 : a[0] > b[0] ? 1 : 0).forEach(([from, names]) => {
code += `import { ${names.join(", ")} } from "${from}"
`;
});
code += "\n";
source = [...components, ...directives].reduce((acc, v) => {
return acc.slice(0, v.index) + " ".repeat(v.length) + acc.slice(v.index + v.length);
}, source);
}
return { code, source };
}
const require = createRequire(import.meta.url);
function resolveVuetifyBase() {
return path.dirname(require.resolve("vuetify/package.json", { paths: [process.cwd()] }));
}
function isObject(value) {
return value !== null && typeof value === "object";
}
function includes(arr, val) {
return arr.includes(val);
}
function normalizePath(p) {
p = path.normalize(p);
return /^[a-z]:\//i.test(p) ? "/" + p : p;
}
function toKebabCase(str = "") {
return str.replace(/[^a-z]/gi, "-").replace(/\B([A-Z])/g, "-$1").toLowerCase();
}
const defaultTags = {
video: ["src", "poster"],
source: ["src"],
img: ["src"],
image: ["xlink:href", "href"],
use: ["xlink:href", "href"]
};
const transformAssetUrls = {
VAppBar: ["image"],
VAvatar: ["image"],
VBanner: ["avatar"],
VCard: ["image", "prependAvatar", "appendAvatar"],
VCardItem: ["prependAvatar", "appendAvatar"],
VCarouselItem: ["src", "lazySrc", "srcset"],
VChip: ["prependAvatar", "appendAvatar"],
VImg: ["src", "lazySrc", "srcset"],
VListItem: ["prependAvatar", "appendAvatar"],
VNavigationDrawer: ["image"],
VParallax: ["src", "lazySrc", "srcset"],
VToolbar: ["image"]
};
for (const [tag, attrs] of Object.entries(transformAssetUrls)) {
attrs.forEach((attr) => {
if (/[A-Z]/.test(attr)) {
attrs.push(toKebabCase(attr));
}
});
transformAssetUrls[toKebabCase(tag)] = attrs;
}
Object.assign(transformAssetUrls, defaultTags);
export { generateImports, includes, isObject, normalizePath, resolveVuetifyBase, toKebabCase, transformAssetUrls };

41
VApp/node_modules/@vuetify/loader-shared/package.json generated vendored Normal file
View File

@ -0,0 +1,41 @@
{
"name": "@vuetify/loader-shared",
"version": "2.0.1",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuetifyjs/vuetify-loader.git"
},
"scripts": {
"build": "unbuild && node ../../scripts/patchMJS.mjs",
"dev": "unbuild --stub"
},
"author": "Kael Watts-Deuchar",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuetifyjs/vuetify-loader/issues"
},
"homepage": "https://github.com/vuetifyjs/vuetify-loader/tree/master/packages/shared",
"dependencies": {
"upath": "^2.0.1"
},
"peerDependencies": {
"vue": "^3.0.0",
"vuetify": "^3.0.0"
},
"files": [
"dist/"
],
"publishConfig": {
"access": "public"
},
"gitHead": "13548af12d314d1f4a18b78e81c280cbd46540c5"
}