提交 a56a3687 编写于 作者: fxy060608's avatar fxy060608

build(deps): bump vite from 2.7.13 to 2.8.0

上级 fa2dcda3
......@@ -21,6 +21,6 @@
"compression": "^1.7.4",
"cypress": "^7.3.0",
"serve-static": "^1.14.1",
"vite": "^2.7.13"
"vite": "^2.8.0"
}
}
因为 它太大了无法显示 source diff 。你可以改为 查看blob
......@@ -35,7 +35,6 @@
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114008",
"@types/pako": "1.0.2",
"@vue/compiler-sfc": "3.2.30",
"autoprefixer": "^10.4.0",
"pako": "^1.0.11",
"vue": "3.2.30"
},
......
......@@ -24,9 +24,9 @@
"@dcloudio/uni-i18n": "3.0.0-alpha-3030820220114008",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114008",
"@rollup/pluginutils": "^4.1.2",
"@vitejs/plugin-vue": "^2.1.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vue/compiler-sfc": "3.2.30",
"debug": "^4.3.2",
"debug": "^4.3.3",
"fs-extra": "^10.0.0",
"rollup": "^2.59.0"
},
......
......@@ -30,14 +30,14 @@
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114008",
"address": "^1.1.2",
"cross-env": "^7.0.3",
"debug": "^4.3.2",
"debug": "^4.3.3",
"default-gateway": "^6.0.3",
"fs-extra": "^10.0.0",
"licia": "^1.29.0",
"postcss-selector-parser": "^6.0.6",
"qrcode-reader": "^1.0.4",
"qrcode-terminal": "^0.12.0",
"ws": "^8.2.0"
"ws": "^8.4.2"
},
"devDependencies": {
"@types/debug": "^4.1.7",
......
......@@ -58,7 +58,7 @@
"dependencies": {
"consolidate": "^0.15.1",
"hash-sum": "^1.0.2",
"lru-cache": "^4.1.2",
"lru-cache": "^5.1.1",
"merge-source-map": "^1.1.0",
"postcss": "^7.0.14",
"postcss-selector-parser": "^5.0.0",
......
......@@ -19,7 +19,7 @@
"license": "Apache-2.0",
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/core": "^7.16.12",
"@babel/preset-env": "^7.16.5",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114008",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114008",
......@@ -37,7 +37,7 @@
"indexes-of": "^1.0.1",
"less-loader": "^10.0.1",
"loader-utils": "^1.1.0",
"lru-cache": "^4.1.2",
"lru-cache": "^5.1.1",
"merge-source-map": "^1.1.0",
"module-alias": "^2.2.2",
"postcss": "^8.4.5",
......
......@@ -18,9 +18,9 @@
"url": "https://github.com/dcloudio/uni-app/issues"
},
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/parser": "^7.16.4",
"@babel/types": "^7.16.0",
"@babel/core": "^7.16.12",
"@babel/parser": "^7.16.12",
"@babel/types": "^7.16.8",
"@dcloudio/uni-i18n": "3.0.0-alpha-3030820220114008",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114008",
"@rollup/pluginutils": "^4.1.2",
......@@ -31,13 +31,13 @@
"@vue/shared": "3.2.30",
"autoprefixer": "^10.4.2",
"base64url": "^3.0.1",
"chokidar": "^3.5.2",
"chokidar": "^3.5.3",
"compare-versions": "^3.6.0",
"debug": "^4.3.2",
"debug": "^4.3.3",
"es-module-lexer": "^0.9.3",
"esbuild": "^0.13.12",
"esbuild": "^0.14.14",
"estree-walker": "^2.0.2",
"fast-glob": "^3.2.7",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.0",
"hash-sum": "^2.0.0",
"jsonc-parser": "^3.0.0",
......@@ -47,10 +47,10 @@
"module-alias": "^2.2.2",
"picocolors": "^1.0.0",
"postcss-import": "^14.0.2",
"postcss-load-config": "^3.1.0",
"postcss-modules": "^4.2.2",
"postcss-load-config": "^3.1.1",
"postcss-modules": "^4.3.0",
"postcss-selector-parser": "^6.0.6",
"resolve": "^1.20.0",
"resolve": "^1.22.0",
"tapable": "^2.2.0",
"xregexp": "3.1.0"
},
......
......@@ -26,7 +26,7 @@
"@vue/compiler-sfc": "3.2.30",
"@vue/server-renderer": "3.2.30",
"@vue/shared": "3.2.30",
"debug": "^4.3.2",
"debug": "^4.3.3",
"fs-extra": "^10.0.0",
"mime": "^3.0.0",
"module-alias": "^2.2.2"
......@@ -37,6 +37,6 @@
"@types/mime": "^2.0.3",
"@types/module-alias": "^2.0.1",
"@vue/compiler-core": "3.2.30",
"esbuild": "^0.13.2"
"esbuild": "^0.14.14"
}
}
......@@ -191,7 +191,7 @@ const invokeServiceMethod = (name, args, callback) => {
callback && subscribe(INVOKE_SERVICE_API + "." + id, callback, true);
publishHandler(INVOKE_SERVICE_API, { id, name, args });
};
const viewMethods = Object.create(null);
const viewMethods = /* @__PURE__ */ Object.create(null);
function normalizeViewMethodName(pageId, name) {
return pageId + "." + name;
}
......@@ -660,7 +660,7 @@ function useBooleanAttr(props2, keys) {
res[key] = true;
}
return res;
}, Object.create(null));
}, /* @__PURE__ */ Object.create(null));
}
function withWebEvent(fn) {
return fn.__wwe = true, fn;
......@@ -719,7 +719,7 @@ function provideForm(trigger) {
name && (res[name] = value);
}
return res;
}, Object.create(null))
}, /* @__PURE__ */ Object.create(null))
});
},
reset(evt) {
......@@ -936,13 +936,13 @@ function validateProtocols(name, args, protocol, onFail) {
return;
}
if (!shared.isArray(protocol)) {
return validateProtocol(name, args[0] || Object.create(null), protocol, onFail);
return validateProtocol(name, args[0] || /* @__PURE__ */ Object.create(null), protocol, onFail);
}
const len = protocol.length;
const argsLen = args.length;
for (let i = 0; i < len; i++) {
const opts = protocol[i];
const data = Object.create(null);
const data = /* @__PURE__ */ Object.create(null);
if (argsLen > i) {
data[opts.name] = args[i];
}
......@@ -1179,7 +1179,7 @@ function wrapperReturnValue(method, returnValue) {
return returnValue;
}
function getApiInterceptorHooks(method) {
const interceptor = Object.create(null);
const interceptor = /* @__PURE__ */ Object.create(null);
Object.keys(globalInterceptors).forEach((hook) => {
if (hook !== "returnValue") {
interceptor[hook] = globalInterceptors[hook].slice();
......@@ -6759,7 +6759,7 @@ function normalizeWindowBottom(windowBottom) {
return `calc(${windowBottom}px + ${envMethod}(safe-area-inset-bottom))`;
}
const SEP = "$$";
const currentPagesMap = new Map();
const currentPagesMap = /* @__PURE__ */ new Map();
function pruneCurrentPages() {
currentPagesMap.forEach((page, id2) => {
if (page.$.isUnmounted) {
......@@ -6807,7 +6807,7 @@ function useKeepAliveRoute() {
routeCache
};
}
const pageCacheMap = new Map();
const pageCacheMap = /* @__PURE__ */ new Map();
const routeCache = {
get(key) {
return pageCacheMap.get(key);
......@@ -7789,12 +7789,6 @@ var index$d = /* @__PURE__ */ defineBuiltInComponent({
}
});
const ICON_PATH_ORIGIN = "data:image/png;base64,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";
var MapType;
(function(MapType2) {
MapType2["QQ"] = "qq";
MapType2["GOOGLE"] = "google";
MapType2["UNKNOWN"] = "";
})(MapType || (MapType = {}));
const props$6 = {
id: {
type: [Number, String],
......@@ -10682,7 +10676,7 @@ function usePageHeadButtons({
type
} = navigationBar;
const isTransparent = type === "transparent";
const fonts = Object.create(null);
const fonts = /* @__PURE__ */ Object.create(null);
buttons.forEach((btn, index2) => {
if (btn.fontSrc && !btn.fontFamily) {
const fontSrc = getRealPath(btn.fontSrc);
......
......@@ -377,7 +377,7 @@ const invokeServiceMethod = (name, args, callback) => {
callback && subscribe(INVOKE_SERVICE_API + "." + id2, callback, true);
publishHandler(INVOKE_SERVICE_API, { id: id2, name, args });
};
const viewMethods = Object.create(null);
const viewMethods = /* @__PURE__ */ Object.create(null);
function normalizeViewMethodName(pageId, name) {
return pageId + "." + name;
}
......@@ -723,7 +723,7 @@ function updateCssVar(cssVars) {
function updatePageCssVar(cssVars) {
return updateCssVar(cssVars);
}
const sheetsMap = new Map();
const sheetsMap = /* @__PURE__ */ new Map();
function updateStyle(id2, content) {
let style = sheetsMap.get(id2);
if (style && !(style instanceof HTMLStyleElement)) {
......@@ -1700,7 +1700,7 @@ function useBooleanAttr(props2, keys) {
res[key] = true;
}
return res;
}, Object.create(null));
}, /* @__PURE__ */ Object.create(null));
}
function withWebEvent(fn) {
return fn.__wwe = true, fn;
......@@ -1759,7 +1759,7 @@ function provideForm(trigger) {
name && (res[name] = value);
}
return res;
}, Object.create(null))
}, /* @__PURE__ */ Object.create(null))
});
},
reset(evt) {
......@@ -2280,13 +2280,13 @@ function validateProtocols(name, args, protocol, onFail) {
return;
}
if (!isArray(protocol)) {
return validateProtocol(name, args[0] || Object.create(null), protocol, onFail);
return validateProtocol(name, args[0] || /* @__PURE__ */ Object.create(null), protocol, onFail);
}
const len = protocol.length;
const argsLen = args.length;
for (let i = 0; i < len; i++) {
const opts = protocol[i];
const data = Object.create(null);
const data = /* @__PURE__ */ Object.create(null);
if (argsLen > i) {
data[opts.name] = args[i];
}
......@@ -2555,7 +2555,7 @@ function wrapperReturnValue(method, returnValue) {
return returnValue;
}
function getApiInterceptorHooks(method) {
const interceptor = Object.create(null);
const interceptor = /* @__PURE__ */ Object.create(null);
Object.keys(globalInterceptors).forEach((hook) => {
if (hook !== "returnValue") {
interceptor[hook] = globalInterceptors[hook].slice();
......@@ -13782,7 +13782,7 @@ function normalizeWindowBottom(windowBottom) {
return envMethod ? `calc(${windowBottom}px + ${envMethod}(safe-area-inset-bottom))` : `${windowBottom}px`;
}
const SEP = "$$";
const currentPagesMap = new Map();
const currentPagesMap = /* @__PURE__ */ new Map();
function pruneCurrentPages() {
currentPagesMap.forEach((page, id2) => {
if (page.$.isUnmounted) {
......@@ -13854,7 +13854,7 @@ function useKeepAliveRoute() {
routeCache
};
}
const pageCacheMap = new Map();
const pageCacheMap = /* @__PURE__ */ new Map();
const routeCache = {
get(key) {
return pageCacheMap.get(key);
......@@ -15152,20 +15152,20 @@ function useWebViewSize(rootRef, iframeRef) {
const ICON_PATH_LOCTAION = "M13.3334375 16 q0.033125 1.1334375 0.783125 1.8834375 q0.75 0.75 1.8834375 0.75 q1.1334375 0 1.8834375 -0.75 q0.75 -0.75 0.75 -1.8834375 q0 -1.1334375 -0.75 -1.8834375 q-0.75 -0.75 -1.8834375 -0.75 q-1.1334375 0 -1.8834375 0.75 q-0.75 0.75 -0.783125 1.8834375 ZM30.9334375 14.9334375 l-1.1334375 0 q-0.5 -5.2 -4.0165625 -8.716875 q-3.516875 -3.5165625 -8.716875 -4.0165625 l0 -1.1334375 q0 -0.4665625 -0.3 -0.7665625 q-0.3 -0.3 -0.7665625 -0.3 q-0.4665625 0 -0.7665625 0.3 q-0.3 0.3 -0.3 0.7665625 l0 1.1334375 q-5.2 0.5 -8.716875 4.0165625 q-3.5165625 3.516875 -4.0165625 8.716875 l-1.1334375 0 q-0.4665625 0 -0.7665625 0.3 q-0.3 0.3 -0.3 0.7665625 q0 0.4665625 0.3 0.7665625 q0.3 0.3 0.7665625 0.3 l1.1334375 0 q0.5 5.2 4.0165625 8.716875 q3.516875 3.5165625 8.716875 4.0165625 l0 1.1334375 q0 0.4665625 0.3 0.7665625 q0.3 0.3 0.7665625 0.3 q0.4665625 0 0.7665625 -0.3 q0.3 -0.3 0.3 -0.7665625 l0 -1.1334375 q5.2 -0.5 8.716875 -4.0165625 q3.5165625 -3.516875 4.0165625 -8.716875 l1.1334375 0 q0.4665625 0 0.7665625 -0.3 q0.3 -0.3 0.3 -0.7665625 q0 -0.4665625 -0.3 -0.7665625 q-0.3 -0.3 -0.7665625 -0.3 ZM17.0665625 27.6665625 l0 -2.0665625 q0 -0.4665625 -0.3 -0.7665625 q-0.3 -0.3 -0.7665625 -0.3 q-0.4665625 0 -0.7665625 0.3 q-0.3 0.3 -0.3 0.7665625 l0 2.0665625 q-4.3 -0.4665625 -7.216875 -3.383125 q-2.916875 -2.916875 -3.3834375 -7.216875 l2.0665625 0 q0.4665625 0 0.7665625 -0.3 q0.3 -0.3 0.3 -0.7665625 q0 -0.4665625 -0.3 -0.7665625 q-0.3 -0.3 -0.7665625 -0.3 l-2.0665625 0 q0.4665625 -4.3 3.3834375 -7.216875 q2.9165625 -2.916875 7.216875 -3.3834375 l0 2.0665625 q0 0.4665625 0.3 0.7665625 q0.3 0.3 0.7665625 0.3 q0.4665625 0 0.7665625 -0.3 q0.3 -0.3 0.3 -0.7665625 l0 -2.0665625 q4.3 0.4665625 7.216875 3.3834375 q2.9165625 2.9165625 3.383125 7.216875 l-2.0665625 0 q-0.4665625 0 -0.7665625 0.3 q-0.3 0.3 -0.3 0.7665625 q0 0.4665625 0.3 0.7665625 q0.3 0.3 0.7665625 0.3 l2.0665625 0 q-0.4665625 4.3 -3.383125 7.216875 q-2.916875 2.9165625 -7.216875 3.383125 Z";
const ICON_PATH_ORIGIN = "data:image/png;base64,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";
const ICON_PATH_TARGET = "data:image/png;base64,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";
var MapType;
(function(MapType2) {
var MapType = /* @__PURE__ */ ((MapType2) => {
MapType2["QQ"] = "qq";
MapType2["GOOGLE"] = "google";
MapType2["UNKNOWN"] = "";
})(MapType || (MapType = {}));
return MapType2;
})(MapType || {});
function getMapInfo() {
let type = MapType.UNKNOWN;
let type = "";
let key = "";
if (__uniConfig.qqMapKey) {
type = MapType.QQ;
type = "qq";
key = __uniConfig.qqMapKey;
} else if (__uniConfig.googleMapKey) {
type = MapType.GOOGLE;
type = "google";
key = __uniConfig.googleMapKey;
}
return {
......@@ -21578,7 +21578,7 @@ function usePageHeadButtons({
type
} = navigationBar;
const isTransparent = type === "transparent";
const fonts = Object.create(null);
const fonts = /* @__PURE__ */ Object.create(null);
buttons.forEach((btn, index2) => {
if (btn.fontSrc && !btn.fontFamily) {
const fontSrc = getRealPath(btn.fontSrc);
......
......@@ -20,8 +20,8 @@
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@babel/generator": "^7.16.0",
"@babel/parser": "^7.16.4",
"@babel/types": "^7.16.0",
"@babel/parser": "^7.16.12",
"@babel/types": "^7.16.8",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114008",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114008",
"@vue/compiler-core": "3.2.30",
......
......@@ -27,7 +27,7 @@
"@intlify/vue-devtools": "9.1.9",
"@vue/compiler-sfc": "3.2.30",
"@vue/shared": "3.2.30",
"debug": "^4.3.2",
"debug": "^4.3.3",
"magic-string": "^0.25.7"
},
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
......
......@@ -21,7 +21,7 @@
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114008",
"debug": "^4.3.2"
"debug": "^4.3.3"
},
"devDependencies": {
"@types/debug": "^4.1.7"
......
......@@ -21,7 +21,7 @@
"gitHead": "33e807d66e1fe47e2ee08ad9c59247e37b8884da",
"dependencies": {
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114008",
"debug": "^4.3.2"
"debug": "^4.3.3"
},
"devDependencies": {
"@types/debug": "^4.1.7"
......
......@@ -22,21 +22,21 @@
},
"license": "Apache-2.0",
"dependencies": {
"@babel/core": "^7.16.5",
"@babel/core": "^7.16.12",
"@babel/plugin-syntax-import-meta": "^7.10.4",
"@babel/plugin-transform-typescript": "^7.16.1",
"@babel/plugin-transform-typescript": "^7.16.8",
"@dcloudio/uni-cli-shared": "3.0.0-alpha-3030820220114008",
"@dcloudio/uni-shared": "3.0.0-alpha-3030820220114008",
"@rollup/pluginutils": "^4.1.2",
"@vitejs/plugin-legacy": "^1.6.4",
"@vitejs/plugin-vue": "^2.1.0",
"@vitejs/plugin-vue-jsx": "^1.3.3",
"@vitejs/plugin-legacy": "^1.7.0",
"@vitejs/plugin-vue": "^2.2.0",
"@vitejs/plugin-vue-jsx": "^1.3.4",
"@vue/compiler-core": "3.2.30",
"@vue/compiler-dom": "3.2.30",
"@vue/compiler-sfc": "3.2.30",
"@vue/shared": "3.2.30",
"cac": "^6.7.3",
"debug": "^4.3.2",
"cac": "6.7.9",
"debug": "^4.3.3",
"estree-walker": "^2.0.2",
"express": "^4.17.1",
"fs-extra": "^10.0.0",
......@@ -50,10 +50,10 @@
"@types/fs-extra": "^9.0.13",
"@types/sass": "^1.16.0",
"@vue/babel-plugin-jsx": "^1.1.1",
"chokidar": "^3.5.2"
"chokidar": "^3.5.3"
},
"peerDependencies": {
"vite": "^2.7.0"
"vite": "^2.8.0"
},
"uni-app": {
"compilerVersion": "3.3.8"
......
......@@ -52,8 +52,9 @@ export function uniCopyPlugin({
ignored(path: string) {
const normalizedPath = normalizePath(path)
if (platformStaticDirs.find((dir) => normalizedPath.includes(dir))) {
return fs.statSync(normalizedPath).isDirectory
return fs.statSync(normalizedPath).isDirectory()
}
return false
},
},
},
......
......@@ -18,8 +18,8 @@ importers:
'@rollup/plugin-strip': ^2.0.0
'@types/jest': ^26.0.23
'@typescript-eslint/parser': ^5.3.0
'@vitejs/plugin-vue': ^2.1.0
'@vitejs/plugin-vue-jsx': ^1.3.3
'@vitejs/plugin-vue': ^2.2.0
'@vitejs/plugin-vue-jsx': ^1.3.4
'@vue/reactivity': 3.2.30
'@vue/runtime-core': 3.2.30
'@vue/runtime-dom': 3.2.30
......@@ -46,7 +46,7 @@ importers:
semver: ^7.3.5
ts-jest: ^27.0.3
typescript: ^4.5.3
vite: ^2.7.13
vite: ^2.8.0
vue: 3.2.30
vue-router: ^4.0.12
yorkie: ^2.0.0
......@@ -65,8 +65,8 @@ importers:
'@rollup/plugin-strip': 2.1.0_rollup@2.60.2
'@types/jest': 26.0.24
'@typescript-eslint/parser': 5.5.0_eslint@7.32.0+typescript@4.5.3
'@vitejs/plugin-vue': 2.1.0_vite@2.7.13+vue@3.2.30
'@vitejs/plugin-vue-jsx': 1.3.3
'@vitejs/plugin-vue': 2.2.0_vite@2.8.0+vue@3.2.30
'@vitejs/plugin-vue-jsx': 1.3.4
'@vue/reactivity': 3.2.30
'@vue/runtime-core': 3.2.30
'@vue/runtime-dom': 3.2.30
......@@ -93,7 +93,7 @@ importers:
semver: 7.3.5
ts-jest: 27.1.0_560d4ec5932803928b08544817dafdad
typescript: 4.5.3
vite: 2.7.13
vite: 2.8.0
vue: 3.2.30
vue-router: 4.0.12_vue@3.2.30
yorkie: 2.0.0
......@@ -107,7 +107,7 @@ importers:
compression: ^1.7.4
cypress: ^7.3.0
serve-static: ^1.14.1
vite: ^2.7.13
vite: ^2.8.0
vue: 3.2.30
vue-router: ^4.0.12
vuex: ^4.0.2
......@@ -123,7 +123,7 @@ importers:
compression: 1.7.4
cypress: 7.7.0
serve-static: 1.14.1
vite: 2.7.13
vite: 2.8.0
packages/size-check:
specifiers:
......@@ -178,7 +178,6 @@ importers:
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114008
'@types/pako': 1.0.2
'@vue/compiler-sfc': 3.2.30
autoprefixer: ^10.4.0
pako: ^1.0.11
vue: 3.2.30
dependencies:
......@@ -192,7 +191,6 @@ importers:
'@dcloudio/uni-shared': link:../uni-shared
'@types/pako': 1.0.2
'@vue/compiler-sfc': 3.2.30
autoprefixer: 10.4.0
pako: 1.0.11
vue: 3.2.30
......@@ -205,10 +203,10 @@ importers:
'@rollup/pluginutils': ^4.1.2
'@types/debug': ^4.1.7
'@types/fs-extra': ^9.0.13
'@vitejs/plugin-vue': ^2.1.0
'@vitejs/plugin-vue': ^2.2.0
'@vue/compiler-core': 3.2.30
'@vue/compiler-sfc': 3.2.30
debug: ^4.3.2
debug: ^4.3.3
fs-extra: ^10.0.0
rollup: ^2.59.0
dependencies:
......@@ -217,7 +215,7 @@ importers:
'@dcloudio/uni-i18n': link:../uni-i18n
'@dcloudio/uni-shared': link:../uni-shared
'@rollup/pluginutils': 4.1.2
'@vitejs/plugin-vue': 2.1.0_vite@2.7.13+vue@3.2.30
'@vitejs/plugin-vue': 2.2.0_vite@2.8.0+vue@3.2.30
'@vue/compiler-sfc': 3.2.30
debug: 4.3.3
fs-extra: 10.0.0
......@@ -240,14 +238,14 @@ importers:
'@types/fs-extra': ^9.0.13
address: ^1.1.2
cross-env: ^7.0.3
debug: ^4.3.2
debug: ^4.3.3
default-gateway: ^6.0.3
fs-extra: ^10.0.0
licia: ^1.29.0
postcss-selector-parser: ^6.0.6
qrcode-reader: ^1.0.4
qrcode-terminal: ^0.12.0
ws: ^8.2.0
ws: ^8.4.2
dependencies:
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
address: 1.1.2
......@@ -259,14 +257,14 @@ importers:
postcss-selector-parser: 6.0.6
qrcode-reader: 1.0.4
qrcode-terminal: 0.12.0
ws: 8.3.0
ws: 8.5.0
devDependencies:
'@types/debug': 4.1.7
'@types/fs-extra': 9.0.13
packages/uni-cli-nvue:
specifiers:
'@babel/core': ^7.16.5
'@babel/core': ^7.16.12
'@babel/preset-env': ^7.16.5
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114008
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114008
......@@ -288,7 +286,7 @@ importers:
indexes-of: ^1.0.1
less-loader: ^10.0.1
loader-utils: ^1.1.0
lru-cache: ^4.1.2
lru-cache: ^5.1.1
merge-source-map: ^1.1.0
module-alias: ^2.2.2
postcss: ^8.4.5
......@@ -309,13 +307,13 @@ importers:
webpack: ^5.48.0
webpack-sources: ^3.1.2
dependencies:
'@babel/core': 7.16.5
'@babel/preset-env': 7.16.5_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/preset-env': 7.16.5_@babel+core@7.17.2
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
'@dcloudio/uni-shared': link:../uni-shared
'@vue/shared': 3.2.30
acorn: 5.7.4
babel-loader: 8.2.3_d64078208698e7484651b4fc828c9fbd
babel-loader: 8.2.3_38604c575fa87964ce03423a8aeccd53
consolidate: 0.15.1
css: 2.2.4
cssesc: 3.0.0
......@@ -327,7 +325,7 @@ importers:
indexes-of: 1.0.1
less-loader: 10.2.0_webpack@5.64.4
loader-utils: 1.4.0
lru-cache: 4.1.5
lru-cache: 5.1.1
merge-source-map: 1.1.0
module-alias: 2.2.2
postcss: 8.4.5
......@@ -355,9 +353,9 @@ importers:
packages/uni-cli-shared:
specifiers:
'@babel/core': ^7.16.5
'@babel/parser': ^7.16.4
'@babel/types': ^7.16.0
'@babel/core': ^7.16.12
'@babel/parser': ^7.16.12
'@babel/types': ^7.16.8
'@dcloudio/uni-i18n': 3.0.0-alpha-3030820220114008
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114008
'@rollup/pluginutils': ^4.1.2
......@@ -375,13 +373,13 @@ importers:
'@vue/shared': 3.2.30
autoprefixer: ^10.4.2
base64url: ^3.0.1
chokidar: ^3.5.2
chokidar: ^3.5.3
compare-versions: ^3.6.0
debug: ^4.3.2
debug: ^4.3.3
es-module-lexer: ^0.9.3
esbuild: ^0.13.12
esbuild: ^0.14.14
estree-walker: ^2.0.2
fast-glob: ^3.2.7
fast-glob: ^3.2.11
fs-extra: ^10.0.0
hash-sum: ^2.0.0
jsonc-parser: ^3.0.0
......@@ -392,16 +390,16 @@ importers:
picocolors: ^1.0.0
postcss: ^8.4.5
postcss-import: ^14.0.2
postcss-load-config: ^3.1.0
postcss-modules: ^4.2.2
postcss-load-config: ^3.1.1
postcss-modules: ^4.3.0
postcss-selector-parser: ^6.0.6
resolve: ^1.20.0
resolve: ^1.22.0
tapable: ^2.2.0
xregexp: 3.1.0
dependencies:
'@babel/core': 7.16.5
'@babel/parser': 7.16.6
'@babel/types': 7.16.0
'@babel/core': 7.17.2
'@babel/parser': 7.17.0
'@babel/types': 7.17.0
'@dcloudio/uni-i18n': link:../uni-i18n
'@dcloudio/uni-shared': link:../uni-shared
'@rollup/pluginutils': 4.1.2
......@@ -412,13 +410,13 @@ importers:
'@vue/shared': 3.2.30
autoprefixer: 10.4.2_postcss@8.4.5
base64url: 3.0.1
chokidar: 3.5.2
chokidar: 3.5.3
compare-versions: 3.6.0
debug: 4.3.3
es-module-lexer: 0.9.3
esbuild: 0.13.15
esbuild: 0.14.21
estree-walker: 2.0.2
fast-glob: 3.2.7
fast-glob: 3.2.11
fs-extra: 10.0.0
hash-sum: 2.0.0
jsonc-parser: 3.0.0
......@@ -428,10 +426,10 @@ importers:
module-alias: 2.2.2
picocolors: 1.0.0
postcss-import: 14.0.2_postcss@8.4.5
postcss-load-config: 3.1.0
postcss-modules: 4.2.2_postcss@8.4.5
postcss-load-config: 3.1.2
postcss-modules: 4.3.0_postcss@8.4.5
postcss-selector-parser: 6.0.6
resolve: 1.20.0
resolve: 1.22.0
tapable: 2.2.1
xregexp: 3.1.0
devDependencies:
......@@ -525,8 +523,8 @@ importers:
'@vue/compiler-sfc': 3.2.30
'@vue/server-renderer': 3.2.30
'@vue/shared': 3.2.30
debug: ^4.3.2
esbuild: ^0.13.2
debug: ^4.3.3
esbuild: ^0.14.14
fs-extra: ^10.0.0
mime: ^3.0.0
module-alias: ^2.2.2
......@@ -548,7 +546,7 @@ importers:
'@types/mime': 2.0.3
'@types/module-alias': 2.0.1
'@vue/compiler-core': 3.2.30
esbuild: 0.13.15
esbuild: 0.14.21
packages/uni-h5-vue:
specifiers: {}
......@@ -592,8 +590,8 @@ importers:
packages/uni-mp-compiler:
specifiers:
'@babel/generator': ^7.16.0
'@babel/parser': ^7.16.4
'@babel/types': ^7.16.0
'@babel/parser': ^7.16.12
'@babel/types': ^7.16.8
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114008
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114008
'@vue/compiler-core': 3.2.30
......@@ -604,8 +602,8 @@ importers:
source-map: ^0.6.1
dependencies:
'@babel/generator': 7.16.0
'@babel/parser': 7.16.4
'@babel/types': 7.16.0
'@babel/parser': 7.17.0
'@babel/types': 7.17.0
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
'@dcloudio/uni-shared': link:../uni-shared
'@vue/compiler-core': 3.2.30
......@@ -706,7 +704,7 @@ importers:
'@types/debug': ^4.1.7
'@vue/compiler-sfc': 3.2.30
'@vue/shared': 3.2.30
debug: ^4.3.2
debug: ^4.3.3
magic-string: ^0.25.7
dependencies:
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
......@@ -748,7 +746,7 @@ importers:
specifiers:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114008
'@types/debug': ^4.1.7
debug: ^4.3.2
debug: ^4.3.3
dependencies:
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
debug: 4.3.3
......@@ -785,7 +783,7 @@ importers:
specifiers:
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114008
'@types/debug': ^4.1.7
debug: ^4.3.2
debug: ^4.3.3
dependencies:
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
debug: 4.3.3
......@@ -802,9 +800,9 @@ importers:
packages/vite-plugin-uni:
specifiers:
'@babel/core': ^7.16.5
'@babel/core': ^7.16.12
'@babel/plugin-syntax-import-meta': ^7.10.4
'@babel/plugin-transform-typescript': ^7.16.1
'@babel/plugin-transform-typescript': ^7.16.8
'@dcloudio/uni-cli-shared': 3.0.0-alpha-3030820220114008
'@dcloudio/uni-shared': 3.0.0-alpha-3030820220114008
'@rollup/pluginutils': ^4.1.2
......@@ -812,17 +810,17 @@ importers:
'@types/express': ^4.17.12
'@types/fs-extra': ^9.0.13
'@types/sass': ^1.16.0
'@vitejs/plugin-legacy': ^1.6.4
'@vitejs/plugin-vue': ^2.1.0
'@vitejs/plugin-vue-jsx': ^1.3.3
'@vitejs/plugin-legacy': ^1.7.0
'@vitejs/plugin-vue': ^2.2.0
'@vitejs/plugin-vue-jsx': ^1.3.4
'@vue/babel-plugin-jsx': ^1.1.1
'@vue/compiler-core': 3.2.30
'@vue/compiler-dom': 3.2.30
'@vue/compiler-sfc': 3.2.30
'@vue/shared': 3.2.30
cac: ^6.7.3
chokidar: ^3.5.2
debug: ^4.3.2
cac: 6.7.9
chokidar: ^3.5.3
debug: ^4.3.3
estree-walker: ^2.0.2
express: ^4.17.1
fs-extra: ^10.0.0
......@@ -830,20 +828,20 @@ importers:
jsonc-parser: ^3.0.0
picocolors: ^1.0.0
dependencies:
'@babel/core': 7.16.5
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.5
'@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.2
'@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.2
'@dcloudio/uni-cli-shared': link:../uni-cli-shared
'@dcloudio/uni-shared': link:../uni-shared
'@rollup/pluginutils': 4.1.2
'@vitejs/plugin-legacy': 1.6.4_vite@2.7.13
'@vitejs/plugin-vue': 2.1.0_vite@2.7.13+vue@3.2.30
'@vitejs/plugin-vue-jsx': 1.3.3
'@vitejs/plugin-legacy': 1.7.0_vite@2.8.0
'@vitejs/plugin-vue': 2.2.0_vite@2.8.0+vue@3.2.30
'@vitejs/plugin-vue-jsx': 1.3.4
'@vue/compiler-core': 3.2.30
'@vue/compiler-dom': 3.2.30
'@vue/compiler-sfc': 3.2.30
'@vue/shared': 3.2.30
cac: 6.7.12
cac: 6.7.9
debug: 4.3.3
estree-walker: 2.0.2
express: 4.17.1
......@@ -856,11 +854,17 @@ importers:
'@types/express': 4.17.13
'@types/fs-extra': 9.0.13
'@types/sass': 1.43.1
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.5
chokidar: 3.5.2
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.2
chokidar: 3.5.3
packages:
/@ampproject/remapping/2.1.1:
resolution: {integrity: sha512-Aolwjd7HSC2PyY0fDj/wA/EimQT4HfEnFYNp5s9CQlrdhyvWTtvZ5YzrUPu6R6/1jKiUlxu8bUhkdSnKHNAHMA==}
engines: {node: '>=6.0.0'}
dependencies:
'@jridgewell/trace-mapping': 0.3.4
/@babel/code-frame/7.12.11:
resolution: {integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw==}
dependencies:
......@@ -873,6 +877,12 @@ packages:
dependencies:
'@babel/highlight': 7.16.0
/@babel/code-frame/7.16.7:
resolution: {integrity: sha512-iAXqUn8IIeBTNd72xsFlgaXHkMBMt6y4HJp1tIaK465CWLT/fG1aqB7ykr95gHHmlBdGbFeWWfyB4NJJ0nmeIg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/highlight': 7.16.10
/@babel/compat-data/7.16.4:
resolution: {integrity: sha512-1o/jo7D+kC9ZjHX5v+EHrdjl3PhxMrLSOTGsOdHJ+KL8HCaEK6ehrVL2RS6oHDZp+L7xLirLrPmQtEng769J/Q==}
engines: {node: '>=6.9.0'}
......@@ -900,25 +910,25 @@ packages:
- supports-color
dev: true
/@babel/core/7.16.5:
resolution: {integrity: sha512-wUcenlLzuWMZ9Zt8S0KmFwGlH6QKRh3vsm/dhDA3CHkiTA45YuG1XkHRcNRl73EFPXDp/d5kVOU0/y7x2w6OaQ==}
/@babel/core/7.17.2:
resolution: {integrity: sha512-R3VH5G42VSDolRHyUO4V2cfag8WHcZyxdq5Z/m8Xyb92lW/Erm/6kM+XtRFGf3Mulre3mveni2NHfEUws8wSvw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.0
'@babel/generator': 7.16.5
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.5
'@babel/helper-module-transforms': 7.16.5
'@babel/helpers': 7.16.5
'@babel/parser': 7.16.6
'@babel/template': 7.16.0
'@babel/traverse': 7.16.5
'@babel/types': 7.16.0
'@ampproject/remapping': 2.1.1
'@babel/code-frame': 7.16.7
'@babel/generator': 7.17.0
'@babel/helper-compilation-targets': 7.16.7_@babel+core@7.17.2
'@babel/helper-module-transforms': 7.16.7
'@babel/helpers': 7.17.2
'@babel/parser': 7.17.0
'@babel/template': 7.16.7
'@babel/traverse': 7.17.0
'@babel/types': 7.17.0
convert-source-map: 1.8.0
debug: 4.3.3
gensync: 1.0.0-beta.2
json5: 2.2.0
semver: 6.3.0
source-map: 0.5.7
transitivePeerDependencies:
- supports-color
......@@ -926,7 +936,7 @@ packages:
resolution: {integrity: sha512-RR8hUCfRQn9j9RPKEVXo9LiwoxLPYn6hNZlvUOR8tSnaxlD0p0+la00ZP9/SnRt6HchKr+X0fO2r8vrETiJGew==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
'@babel/types': 7.17.0
jsesc: 2.5.2
source-map: 0.5.7
......@@ -937,12 +947,28 @@ packages:
'@babel/types': 7.16.0
jsesc: 2.5.2
source-map: 0.5.7
dev: false
/@babel/generator/7.17.0:
resolution: {integrity: sha512-I3Omiv6FGOC29dtlZhkfXO6pgkmukJSlT26QjVvS1DGZe/NzSVCPG41X0tS21oZkJYlovfj9qDWgKP+Cn4bXxw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
jsesc: 2.5.2
source-map: 0.5.7
/@babel/helper-annotate-as-pure/7.16.0:
resolution: {integrity: sha512-ItmYF9vR4zA8cByDocY05o0LGUkp1zhbTQOH1NFyl5xXEqlTJQCEJjieriw+aFpxo16swMxUnUiKS7a/r4vtHg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
dev: false
/@babel/helper-annotate-as-pure/7.16.7:
resolution: {integrity: sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-builder-binary-assignment-operator-visitor/7.16.5:
resolution: {integrity: sha512-3JEA9G5dmmnIWdzaT9d0NmFRgYnWUThLsDaL7982H0XqqWr56lRrsmwheXFMjR+TMl7QMBb6mzy9kvgr1lRLUA==}
......@@ -965,41 +991,38 @@ packages:
semver: 6.3.0
dev: true
/@babel/helper-compilation-targets/7.16.3_@babel+core@7.16.5:
/@babel/helper-compilation-targets/7.16.3_@babel+core@7.17.2:
resolution: {integrity: sha512-vKsoSQAyBmxS35JUOOt+07cLc6Nk/2ljLIHwmq2/NM6hdioUaqEXq/S+nXvbvXbZkNDlWOymPanJGOc4CBjSJA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/compat-data': 7.16.4
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-validator-option': 7.14.5
browserslist: 4.18.1
semver: 6.3.0
dev: false
/@babel/helper-create-class-features-plugin/7.16.0_@babel+core@7.16.5:
resolution: {integrity: sha512-XLwWvqEaq19zFlF5PTgOod4bUA+XbkR4WLQBct1bkzmxJGB0ZEJaoKF4c8cgH9oBtCDuYJ8BP5NB9uFiEgO5QA==}
/@babel/helper-compilation-targets/7.16.7_@babel+core@7.17.2:
resolution: {integrity: sha512-mGojBwIWcwGD6rfqgRXVlVYmPAv7eOpIemUG3dGnDdCY4Pae70ROij3XmfrH6Fa1h1aiDylpglbZyktfzyo/hA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-annotate-as-pure': 7.16.0
'@babel/helper-function-name': 7.16.0
'@babel/helper-member-expression-to-functions': 7.16.0
'@babel/helper-optimise-call-expression': 7.16.0
'@babel/helper-replace-supers': 7.16.0
'@babel/helper-split-export-declaration': 7.16.0
transitivePeerDependencies:
- supports-color
'@babel/compat-data': 7.16.4
'@babel/core': 7.17.2
'@babel/helper-validator-option': 7.16.7
browserslist: 4.19.1
semver: 6.3.0
/@babel/helper-create-class-features-plugin/7.16.5_@babel+core@7.16.5:
/@babel/helper-create-class-features-plugin/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-NEohnYA7mkB8L5JhU7BLwcBdU3j83IziR9aseMueWGeAjblbul3zzb8UvJ3a1zuBiqCMObzCJHFqKIQE6hTVmg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-annotate-as-pure': 7.16.0
'@babel/helper-environment-visitor': 7.16.5
'@babel/helper-function-name': 7.16.0
......@@ -1011,24 +1034,41 @@ packages:
- supports-color
dev: false
/@babel/helper-create-regexp-features-plugin/7.16.0_@babel+core@7.16.5:
/@babel/helper-create-class-features-plugin/7.17.1_@babel+core@7.17.2:
resolution: {integrity: sha512-JBdSr/LtyYIno/pNnJ75lBcqc3Z1XXujzPanHqjvvrhOA+DTceTFuJi8XjmWTZh4r3fsdfqaCMN0iZemdkxZHQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.17.2
'@babel/helper-annotate-as-pure': 7.16.7
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.16.7
'@babel/helper-member-expression-to-functions': 7.16.7
'@babel/helper-optimise-call-expression': 7.16.7
'@babel/helper-replace-supers': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
transitivePeerDependencies:
- supports-color
/@babel/helper-create-regexp-features-plugin/7.16.0_@babel+core@7.17.2:
resolution: {integrity: sha512-3DyG0zAFAZKcOp7aVr33ddwkxJ0Z0Jr5V99y3I690eYLpukJsJvAbzTy1ewoCqsML8SbIrjH14Jc/nSQ4TvNPA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-annotate-as-pure': 7.16.0
regexpu-core: 4.8.0
dev: false
/@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.16.5:
/@babel/helper-define-polyfill-provider/0.3.0_@babel+core@7.17.2:
resolution: {integrity: sha512-7hfT8lUljl/tM3h+izTX/pO3W3frz2ok6Pk+gzys8iJqDfZrZy2pXjRTZAvG2YmfHun1X4q8/UZRLatMfqc5Tg==}
peerDependencies:
'@babel/core': ^7.4.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.17.2
'@babel/helper-module-imports': 7.16.0
'@babel/helper-plugin-utils': 7.16.5
'@babel/traverse': 7.16.5
......@@ -1045,6 +1085,13 @@ packages:
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
dev: false
/@babel/helper-environment-visitor/7.16.7:
resolution: {integrity: sha512-SLLb0AAn6PkUeAfKJCCOl9e1R53pQlGAfc4y4XuMRZfqeMYLE0dM1LMhqbGAlGQY0lfw5/ohoYWAe9V1yibRag==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-explode-assignable-expression/7.16.0:
resolution: {integrity: sha512-Hk2SLxC9ZbcOhLpg/yMznzJ11W++lg5GMbxt1ev6TXUiJB0N42KPC+7w8a+eWGuqDnUYuwStJoZHM7RgmIOaGQ==}
......@@ -1061,23 +1108,44 @@ packages:
'@babel/template': 7.16.0
'@babel/types': 7.16.0
/@babel/helper-function-name/7.16.7:
resolution: {integrity: sha512-QfDfEnIUyyBSR3HtrtGECuZ6DAyCkYFp7GHl75vFtTnn6pjKeK0T1DB5lLkFvBea8MdaiUABx3osbgLyInoejA==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-get-function-arity': 7.16.7
'@babel/template': 7.16.7
'@babel/types': 7.17.0
/@babel/helper-get-function-arity/7.16.0:
resolution: {integrity: sha512-ASCquNcywC1NkYh/z7Cgp3w31YW8aojjYIlNg4VeJiHkqyP4AzIvr4qx7pYDb4/s8YcsZWqqOSxgkvjUz1kpDQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
/@babel/helper-get-function-arity/7.16.7:
resolution: {integrity: sha512-flc+RLSOBXzNzVhcLu6ujeHUrD6tANAOU5ojrRx/as+tbzf8+stUCj7+IfRRoAbEZqj/ahXEMsjhOhgeZsrnTw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-hoist-variables/7.16.0:
resolution: {integrity: sha512-1AZlpazjUR0EQZQv3sgRNfM9mEVWPK3M6vlalczA+EECcPz3XPh6VplbErL5UoMpChhSck5wAJHthlj1bYpcmg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
/@babel/helper-hoist-variables/7.16.7:
resolution: {integrity: sha512-m04d/0Op34H5v7pbZw6pSKP7weA6lsMvfiIAMeIvkY/R4xQtBSMFEigu9QTZ2qB/9l22vsxtM8a+Q8CzD255fg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-member-expression-to-functions/7.16.0:
resolution: {integrity: sha512-bsjlBFPuWT6IWhl28EdrQ+gTvSvj5tqVP5Xeftp07SEuz5pLnsXZuDkDD3Rfcxy0IsHmbZ+7B2/9SHzxO0T+sQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
dev: true
/@babel/helper-member-expression-to-functions/7.16.5:
resolution: {integrity: sha512-7fecSXq7ZrLE+TWshbGT+HyCLkxloWNhTbU2QM1NTI/tDqyf0oZiMcEfYtDuUDCo528EOlt39G1rftea4bRZIw==}
......@@ -1086,12 +1154,24 @@ packages:
'@babel/types': 7.16.0
dev: false
/@babel/helper-member-expression-to-functions/7.16.7:
resolution: {integrity: sha512-VtJ/65tYiU/6AbMTDwyoXGPKHgTsfRarivm+YbB5uAzKUyuPjgZSgAFeG87FCigc7KNHu2Pegh1XIT3lXjvz3Q==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-module-imports/7.16.0:
resolution: {integrity: sha512-kkH7sWzKPq0xt3H1n+ghb4xEMP8k0U7XV3kkB+ZGy69kDk2ySFW1qPi06sjKzFY3t1j6XbJSqr4mF9L7CYVyhg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
/@babel/helper-module-imports/7.16.7:
resolution: {integrity: sha512-LVtS6TqjJHFc+nYeITRo6VLXve70xmq7wPhWTqDJusJEgGmkAACWwMiTNrvfoQo6hEhFwAIixNkvB0jPXDL8Wg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-module-transforms/7.16.0:
resolution: {integrity: sha512-My4cr9ATcaBbmaEa8M0dZNA74cfI6gitvUAskgDtAFmAqyFKDSHQo5YstxPbN+lzHl2D9l/YOEFqb2mtUh4gfA==}
engines: {node: '>=6.9.0'}
......@@ -1122,6 +1202,22 @@ packages:
'@babel/types': 7.16.0
transitivePeerDependencies:
- supports-color
dev: false
/@babel/helper-module-transforms/7.16.7:
resolution: {integrity: sha512-gaqtLDxJEFCeQbYp9aLAefjhkKdjKcdh6DB7jniIGU3Pz52WAmP268zK0VgPz9hUNkMSYeH976K2/Y6yPadpng==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-module-imports': 7.16.7
'@babel/helper-simple-access': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
'@babel/helper-validator-identifier': 7.16.7
'@babel/template': 7.16.7
'@babel/traverse': 7.17.0
'@babel/types': 7.17.0
transitivePeerDependencies:
- supports-color
/@babel/helper-optimise-call-expression/7.16.0:
resolution: {integrity: sha512-SuI467Gi2V8fkofm2JPnZzB/SUuXoJA5zXe/xzyPP2M04686RzFKFHPK6HDVN6JvWBIEW8tt9hPR7fXdn2Lgpw==}
......@@ -1129,6 +1225,12 @@ packages:
dependencies:
'@babel/types': 7.16.0
/@babel/helper-optimise-call-expression/7.16.7:
resolution: {integrity: sha512-EtgBhg7rd/JcnpZFXpBy0ze1YRfdm7BnBX4uKMBd3ixa3RGAE002JZB66FJyNH7g0F38U05pXmA5P8cBh7z+1w==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-plugin-utils/7.14.5:
resolution: {integrity: sha512-/37qQCE3K0vvZKwoK4XU/irIJQdIfCJuhU5eKnNxpFDsOkgFaUAwbv+RYw6eYgsC0E4hS7r5KqGULUogqui0fQ==}
engines: {node: '>=6.9.0'}
......@@ -1138,6 +1240,10 @@ packages:
engines: {node: '>=6.9.0'}
dev: false
/@babel/helper-plugin-utils/7.16.7:
resolution: {integrity: sha512-Qg3Nk7ZxpgMrsox6HreY1ZNKdBq7K72tDSliA6dCl5f007jR4ne8iD5UzuNnCJH2xBf2BEEVGr+/OL6Gdp7RxA==}
engines: {node: '>=6.9.0'}
/@babel/helper-remap-async-to-generator/7.16.5:
resolution: {integrity: sha512-X+aAJldyxrOmN9v3FKp+Hu1NO69VWgYgDGq6YDykwRPzxs5f2N+X988CBXS7EQahDU+Vpet5QYMqLk+nsp+Qxw==}
engines: {node: '>=6.9.0'}
......@@ -1159,6 +1265,7 @@ packages:
'@babel/types': 7.16.0
transitivePeerDependencies:
- supports-color
dev: true
/@babel/helper-replace-supers/7.16.5:
resolution: {integrity: sha512-ao3seGVa/FZCMCCNDuBcqnBFSbdr8N2EW35mzojx3TwfIbdPmNK+JV6+2d5bR0Z71W5ocLnQp9en/cTF7pBJiQ==}
......@@ -1173,12 +1280,30 @@ packages:
- supports-color
dev: false
/@babel/helper-replace-supers/7.16.7:
resolution: {integrity: sha512-y9vsWilTNaVnVh6xiJfABzsNpgDPKev9HnAgz6Gb1p6UUwf9NepdlsV7VXGCftJM+jqD5f7JIEubcpLjZj5dBw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-member-expression-to-functions': 7.16.7
'@babel/helper-optimise-call-expression': 7.16.7
'@babel/traverse': 7.17.0
'@babel/types': 7.17.0
transitivePeerDependencies:
- supports-color
/@babel/helper-simple-access/7.16.0:
resolution: {integrity: sha512-o1rjBT/gppAqKsYfUdfHq5Rk03lMQrkPHG1OWzHWpLgVXRH4HnMM9Et9CVdIqwkCQlobnGHEJMsgWP/jE1zUiw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.16.0
/@babel/helper-simple-access/7.16.7:
resolution: {integrity: sha512-ZIzHVyoeLMvXMN/vok/a4LWRy8G2v205mNP0XOuf9XRLyX5/u9CnVulUtDgUTama3lT+bf/UqucuZjqiGuTS1g==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-skip-transparent-expression-wrappers/7.16.0:
resolution: {integrity: sha512-+il1gTy0oHwUsBQZyJvukbB4vPMdcYBrFHa0Uc4AizLxbq6BOYC51Rv4tWocX9BLBDLZ4kc6qUFpQ6HRgL+3zw==}
engines: {node: '>=6.9.0'}
......@@ -1192,14 +1317,28 @@ packages:
dependencies:
'@babel/types': 7.16.0
/@babel/helper-split-export-declaration/7.16.7:
resolution: {integrity: sha512-xbWoy/PFoxSWazIToT9Sif+jJTlrMcndIsaOKvTA6u7QEo7ilkRZpjew18/W3c7nm8fXdUDXh02VXTbZ0pGDNw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/types': 7.17.0
/@babel/helper-validator-identifier/7.15.7:
resolution: {integrity: sha512-K4JvCtQqad9OY2+yTU8w+E82ywk/fe+ELNlt1G8z3bVGlZfn/hOcQQsUhGhW/N+tb3fxK800wLtKOE/aM0m72w==}
engines: {node: '>=6.9.0'}
/@babel/helper-validator-identifier/7.16.7:
resolution: {integrity: sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/IgfDw==}
engines: {node: '>=6.9.0'}
/@babel/helper-validator-option/7.14.5:
resolution: {integrity: sha512-OX8D5eeX4XwcroVW45NMvoYaIuFI+GQpA2a8Gi+X/U/cDUIRsV37qQfF905F0htTRCREQIB4KqPeaveRJUl3Ow==}
engines: {node: '>=6.9.0'}
/@babel/helper-validator-option/7.16.7:
resolution: {integrity: sha512-TRtenOuRUVo9oIQGPC5G9DgK4743cdxvtOw0weQNpZXaS16SCBi5MNjZF8vba3ETURjZpTbVn7Vvcf2eAwFozQ==}
engines: {node: '>=6.9.0'}
/@babel/helper-wrap-function/7.16.5:
resolution: {integrity: sha512-2J2pmLBqUqVdJw78U0KPNdeE2qeuIyKoG4mKV7wAq3mc4jJG282UgjZw4ZYDnqiWQuS3Y3IYdF/AQ6CpyBV3VA==}
engines: {node: '>=6.9.0'}
......@@ -1223,13 +1362,13 @@ packages:
- supports-color
dev: true
/@babel/helpers/7.16.5:
resolution: {integrity: sha512-TLgi6Lh71vvMZGEkFuIxzaPsyeYCHQ5jJOOX1f0xXn0uciFuE8cEk0wyBquMcCxBXZ5BJhE2aUB7pnWTD150Tw==}
/@babel/helpers/7.17.2:
resolution: {integrity: sha512-0Qu7RLR1dILozr/6M0xgj+DFPmi6Bnulgm9M8BVa9ZCWxDqlSnqt3cf8IDPB5m45sVXUZ0kuQAgUrdSFFH79fQ==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/template': 7.16.0
'@babel/traverse': 7.16.5
'@babel/types': 7.16.0
'@babel/template': 7.16.7
'@babel/traverse': 7.17.0
'@babel/types': 7.17.0
transitivePeerDependencies:
- supports-color
......@@ -1241,6 +1380,14 @@ packages:
chalk: 2.4.2
js-tokens: 4.0.0
/@babel/highlight/7.16.10:
resolution: {integrity: sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfTBFxdw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
chalk: 2.4.2
js-tokens: 4.0.0
/@babel/parser/7.16.4:
resolution: {integrity: sha512-6V0qdPUaiVHH3RtZeLIsc+6pDhbYzHR8ogA8w+f+Wc77DuXto19g2QUwveINoS34Uw+W8/hQDGJCx+i4n7xcng==}
engines: {node: '>=6.0.0'}
......@@ -1250,209 +1397,215 @@ packages:
resolution: {integrity: sha512-Gr86ujcNuPDnNOY8mi383Hvi8IYrJVJYuf3XcuBM/Dgd+bINn/7tHqsj+tKkoreMbmGsFLsltI/JJd8fOFWGDQ==}
engines: {node: '>=6.0.0'}
hasBin: true
dev: false
/@babel/parser/7.17.0:
resolution: {integrity: sha512-VKXSCQx5D8S04ej+Dqsr1CzYvvWgf20jIw2D+YhQCrIlr2UZGaDds23Y0xg75/skOxpLCRpUZvk/1EAVkGoDOw==}
engines: {node: '>=6.0.0'}
hasBin: true
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.16.5:
/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.16.2_@babel+core@7.17.2:
resolution: {integrity: sha512-h37CvpLSf8gb2lIJ2CgC3t+EjFbi0t8qS7LCS1xcJIlEXE4czlofwaW7W1HA8zpgOCzI9C1nmoqNR1zWkk0pQg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.0_@babel+core@7.16.5:
/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.16.0_@babel+core@7.17.2:
resolution: {integrity: sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.13.0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
'@babel/plugin-proposal-optional-chaining': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-optional-chaining': 7.16.5_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-async-generator-functions/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-async-generator-functions/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-C/FX+3HNLV6sz7AqbTQqEo1L9/kfrKjxcVtgyBCmvIgOjvuBVUWooDoi7trsLxOzCEo5FccjRvKHkfDsJFZlfA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-remap-async-to-generator': 7.16.5
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.5
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.2
transitivePeerDependencies:
- supports-color
dev: false
/@babel/plugin-proposal-class-properties/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-class-properties/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-pJD3HjgRv83s5dv1sTnDbZOaTjghKEz8KUn1Kbh2eAIRhGuyQ1XSeI4xVXU3UlIEVA3DAyIdxqT1eRn7Wcn55A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
transitivePeerDependencies:
- supports-color
dev: false
/@babel/plugin-proposal-class-static-block/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-class-static-block/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-EEFzuLZcm/rNJ8Q5krK+FRKdVkd6FjfzT9tuSZql9sQn64K0hHA2KLJ0DqVot9/iV6+SsuadC5yI39zWnm+nmQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.12.0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.5
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.2
transitivePeerDependencies:
- supports-color
dev: false
/@babel/plugin-proposal-dynamic-import/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-dynamic-import/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-P05/SJZTTvHz79LNYTF8ff5xXge0kk5sIIWAypcWgX4BTRUgyHc8wRxJ/Hk+mU0KXldgOOslKaeqnhthcDJCJQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-export-namespace-from/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-export-namespace-from/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-i+sltzEShH1vsVydvNaTRsgvq2vZsfyrd7K7vPLUU/KgS0D5yZMe6uipM0+izminnkKrEfdUnz7CxMRb6oHZWw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-json-strings/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-json-strings/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-QQJueTFa0y9E4qHANqIvMsuxM/qcLQmKttBACtPCQzGUEizsXDACGonlPiSwynHfOa3vNw0FPMVvQzbuXwh4SQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-logical-assignment-operators/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-logical-assignment-operators/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-xqibl7ISO2vjuQM+MzR3rkd0zfNWltk7n9QhaD8ghMmMceVguYrNDt7MikRyj4J4v3QehpnrU8RYLnC7z/gZLA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.5
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-nullish-coalescing-operator/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-nullish-coalescing-operator/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-YwMsTp/oOviSBhrjwi0vzCUycseCYwoXnLiXIL3YNjHSMBHicGTz7GjVU/IGgz4DtOEXBdCNG72pvCX22ehfqg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-numeric-separator/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-numeric-separator/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-DvB9l/TcsCRvsIV9v4jxR/jVP45cslTVC0PMVHvaJhhNuhn2Y1SOhCSFlPK777qLB5wb8rVDaNoqMTyOqtY5Iw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.5
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-object-rest-spread/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-object-rest-spread/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-UEd6KpChoyPhCoE840KRHOlGhEZFutdPDMGj+0I56yuTTOaT51GzmnEl/0uT41fB/vD2nT+Pci2KjezyE3HmUw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.16.4
'@babel/core': 7.16.5
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.5
'@babel/plugin-transform-parameters': 7.16.5_@babel+core@7.16.5
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.2
'@babel/plugin-transform-parameters': 7.16.5_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-optional-catch-binding/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-optional-catch-binding/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-ihCMxY1Iljmx4bWy/PIMJGXN4NS4oUj1MKynwO07kiKms23pNvIn1DMB92DNB2R0EA882sw0VXIelYGdtF7xEQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-optional-chaining/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-optional-chaining/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-kzdHgnaXRonttiTfKYnSVafbWngPPr2qKw9BWYBESl91W54e+9R5pP70LtWxV56g0f05f/SQrwHYkfvbwcdQ/A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.2
dev: false
/@babel/plugin-proposal-private-methods/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-private-methods/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-+yFMO4BGT3sgzXo+lrq7orX5mAZt57DwUK6seqII6AcJnJOIhBJ8pzKH47/ql/d426uQ7YhN8DpUFirQzqYSUA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
transitivePeerDependencies:
- supports-color
dev: false
/@babel/plugin-proposal-private-property-in-object/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-private-property-in-object/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-+YGh5Wbw0NH3y/E5YMu6ci5qTDmAEVNoZ3I54aB6nVEOZ5BQ7QJlwKq5pYVucQilMByGn/bvX0af+uNaPRCabA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-annotate-as-pure': 7.16.0
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.16.5
'@babel/helper-create-class-features-plugin': 7.16.5_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.5
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.2
transitivePeerDependencies:
- supports-color
dev: false
/@babel/plugin-proposal-unicode-property-regex/7.16.5_@babel+core@7.16.5:
/@babel/plugin-proposal-unicode-property-regex/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-s5sKtlKQyFSatt781HQwv1hoM5BQ9qRH30r+dK56OLDsHmV74mzwJNX7R1yMuE7VZKG5O6q/gmOGSAO6ikTudg==}
engines: {node: '>=4'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
......@@ -1465,12 +1618,12 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.16.5:
/@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.17.2:
resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
......@@ -1492,40 +1645,40 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.16.5:
/@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.17.2:
resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.16.5:
/@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.17.2:
resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.16.5:
/@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.17.2:
resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.16.5:
/@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.17.2:
resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
......@@ -1538,12 +1691,12 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.16.5:
/@babel/plugin-syntax-import-meta/7.10.4_@babel+core@7.17.2:
resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.0:
......@@ -1555,22 +1708,22 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.16.5:
/@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.17.2:
resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
/@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.16.5:
/@babel/plugin-syntax-jsx/7.16.0_@babel+core@7.17.2:
resolution: {integrity: sha512-8zv2+xiPHwly31RK4RmnEYY5zziuF3O7W2kIDW+07ewWDh6Oi0dRq8kwvulRkFgt6DB97RlKs5c1y068iPlCUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.0:
......@@ -1582,12 +1735,12 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.16.5:
/@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.17.2:
resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
......@@ -1600,12 +1753,12 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.16.5:
/@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.17.2:
resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
......@@ -1618,12 +1771,12 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.16.5:
/@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.17.2:
resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
......@@ -1636,12 +1789,12 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.16.5:
/@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.17.2:
resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
......@@ -1654,12 +1807,12 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.16.5:
/@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.17.2:
resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
......@@ -1672,22 +1825,22 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.16.5:
/@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.17.2:
resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.16.5:
/@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.17.2:
resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
......@@ -1701,13 +1854,13 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.16.5:
/@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.17.2:
resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.14.5
dev: false
......@@ -1721,32 +1874,32 @@ packages:
'@babel/helper-plugin-utils': 7.14.5
dev: true
/@babel/plugin-syntax-typescript/7.16.0_@babel+core@7.16.5:
resolution: {integrity: sha512-Xv6mEXqVdaqCBfJFyeab0fH2DnUoMsDmhamxsSi4j8nLd4Vtw213WMJr55xxqipC/YVWyPY3K0blJncPYji+dQ==}
/@babel/plugin-syntax-typescript/7.16.7_@babel+core@7.17.2:
resolution: {integrity: sha512-YhUIJHHGkqPgEcMYkPCKTyGUdoGKWtopIycQyjJH8OjvRgOYsXsaKehLVPScKJWAULPxMa4N1vCe6szREFlZ7A==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-plugin-utils': 7.14.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.7
/@babel/plugin-transform-arrow-functions/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-arrow-functions/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-8bTHiiZyMOyfZFULjsCnYOWG059FVMes0iljEHSfARhNgFfpsqE92OrCffv3veSw9rwMkYcFe9bj0ZoXU2IGtQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-async-to-generator/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-async-to-generator/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-TMXgfioJnkXU+XRoj7P2ED7rUm5jbnDWwlCuFVTpQboMfbSya5WrmubNBAMlk7KXvywpo8rd8WuYZkis1o2H8w==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-module-imports': 7.16.0
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-remap-async-to-generator': 7.16.5
......@@ -1754,33 +1907,33 @@ packages:
- supports-color
dev: false
/@babel/plugin-transform-block-scoped-functions/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-block-scoped-functions/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-BxmIyKLjUGksJ99+hJyL/HIxLIGnLKtw772zYDER7UuycDZ+Xvzs98ZQw6NGgM2ss4/hlFAaGiZmMNKvValEjw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-block-scoping/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-block-scoping/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-JxjSPNZSiOtmxjX7PBRBeRJTUKTyJ607YUYeT0QJCNdsedOe+/rXITjP08eG8xUpsLfPirgzdCFN+h0w6RI+pQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-classes/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-classes/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-DzJ1vYf/7TaCYy57J3SJ9rV+JEuvmlnvvyvYKFbk5u46oQbBvuB9/0w+YsVsxkOv8zVWKpDmUoj4T5ILHoXevA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-annotate-as-pure': 7.16.0
'@babel/helper-environment-visitor': 7.16.5
'@babel/helper-function-name': 7.16.0
......@@ -1793,106 +1946,106 @@ packages:
- supports-color
dev: false
/@babel/plugin-transform-computed-properties/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-computed-properties/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-n1+O7xtU5lSLraRzX88CNcpl7vtGdPakKzww74bVwpAIRgz9JVLJJpOLb0uYqcOaXVM0TL6X0RVeIJGD2CnCkg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-destructuring/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-destructuring/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-GuRVAsjq+c9YPK6NeTkRLWyQskDC099XkBSVO+6QzbnOnH2d/4mBVXYStaPrZD3dFRfg00I6BFJ9Atsjfs8mlg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-dotall-regex/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-dotall-regex/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-iQiEMt8Q4/5aRGHpGVK2Zc7a6mx7qEAO7qehgSug3SDImnuMzgmm/wtJALXaz25zUj1PmnNHtShjFgk4PDx4nw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-duplicate-keys/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-duplicate-keys/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-81tijpDg2a6I1Yhj4aWY1l3O1J4Cg/Pd7LfvuaH2VVInAkXtzibz9+zSPdUM1WvuUi128ksstAP0hM5w48vQgg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-exponentiation-operator/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-exponentiation-operator/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-12rba2HwemQPa7BLIKCzm1pT2/RuQHtSFHdNl41cFiC6oi4tcrp7gjB07pxQvFpcADojQywSjblQth6gJyE6CA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-builder-binary-assignment-operator-visitor': 7.16.5
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-for-of/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-for-of/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-+DpCAJFPAvViR17PIMi9x2AE34dll5wNlXO43wagAX2YcRGgEVHCNFC4azG85b4YyyFarvkc/iD5NPrz4Oneqw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-function-name/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-function-name/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-Fuec/KPSpVLbGo6z1RPw4EE1X+z9gZk1uQmnYy7v4xr4TO9p41v1AoUuXEtyqAI7H+xNJYSICzRqZBhDEkd3kQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-function-name': 7.16.0
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-literals/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-literals/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-B1j9C/IfvshnPcklsc93AVLTrNVa69iSqztylZH6qnmiAsDDOmmjEYqOm3Ts2lGSgTSywnBNiqC949VdD0/gfw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-member-expression-literals/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-member-expression-literals/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-d57i3vPHWgIde/9Y8W/xSFUndhvhZN5Wu2TjRrN1MVz5KzdUihKnfDVlfP1U7mS5DNj/WHHhaE4/tTi4hIyHwQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-modules-amd/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-modules-amd/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-oHI15S/hdJuSCfnwIz+4lm6wu/wBn7oJ8+QrkzPPwSFGXk8kgdI/AIKcbR/XnD1nQVMg/i6eNaXpszbGuwYDRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-module-transforms': 7.16.5
'@babel/helper-plugin-utils': 7.16.5
babel-plugin-dynamic-import-node: 2.3.3
......@@ -1900,13 +2053,13 @@ packages:
- supports-color
dev: false
/@babel/plugin-transform-modules-commonjs/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-modules-commonjs/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-ABhUkxvoQyqhCWyb8xXtfwqNMJD7tx+irIRnUh6lmyFud7Jln1WzONXKlax1fg/ey178EXbs4bSGNd6PngO+SQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-module-transforms': 7.16.5
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-simple-access': 7.16.0
......@@ -1915,13 +2068,13 @@ packages:
- supports-color
dev: false
/@babel/plugin-transform-modules-systemjs/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-modules-systemjs/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-53gmLdScNN28XpjEVIm7LbWnD/b/TpbwKbLk6KV4KqC9WyU6rq1jnNmVG6UgAdQZVVGZVoik3DqHNxk4/EvrjA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-hoist-variables': 7.16.0
'@babel/helper-module-transforms': 7.16.5
'@babel/helper-plugin-utils': 7.16.5
......@@ -1931,271 +2084,271 @@ packages:
- supports-color
dev: false
/@babel/plugin-transform-modules-umd/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-modules-umd/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-qTFnpxHMoenNHkS3VoWRdwrcJ3FhX567GvDA3hRZKF0Dj8Fmg0UzySZp3AP2mShl/bzcywb/UWAMQIjA1bhXvw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-module-transforms': 7.16.5
'@babel/helper-plugin-utils': 7.16.5
transitivePeerDependencies:
- supports-color
dev: false
/@babel/plugin-transform-named-capturing-groups-regex/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-named-capturing-groups-regex/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-/wqGDgvFUeKELW6ex6QB7dLVRkd5ehjw34tpXu1nhKC0sFfmaLabIswnpf8JgDyV2NeDmZiwoOb0rAmxciNfjA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.17.2
dev: false
/@babel/plugin-transform-new-target/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-new-target/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-ZaIrnXF08ZC8jnKR4/5g7YakGVL6go6V9ql6Jl3ecO8PQaQqFE74CuM384kezju7Z9nGCCA20BqZaR1tJ/WvHg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-object-super/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-object-super/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-tded+yZEXuxt9Jdtkc1RraW1zMF/GalVxaVVxh41IYwirdRgyAxxxCKZ9XB7LxZqmsjfjALxupNE1MIz9KH+Zg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-replace-supers': 7.16.5
transitivePeerDependencies:
- supports-color
dev: false
/@babel/plugin-transform-parameters/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-parameters/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-B3O6AL5oPop1jAVg8CV+haeUte9oFuY85zu0jwnRNZZi3tVAbJriu5tag/oaO2kGaQM/7q7aGPBlTI5/sr9enA==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-property-literals/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-property-literals/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-+IRcVW71VdF9pEH/2R/Apab4a19LVvdVsr/gEeotH00vSDVlKD+XgfSIw+cgGWsjDB/ziqGv/pGoQZBIiQVXHg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-regenerator/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-regenerator/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-2z+it2eVWU8TtQQRauvGUqZwLy4+7rTfo6wO4npr+fvvN1SW30ZF3O/ZRCNmTuu4F5MIP8OJhXAhRV5QMJOuYg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
regenerator-transform: 0.14.5
dev: false
/@babel/plugin-transform-reserved-words/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-reserved-words/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-aIB16u8lNcf7drkhXJRoggOxSTUAuihTSTfAcpynowGJOZiGf+Yvi7RuTwFzVYSYPmWyARsPqUGoZWWWxLiknw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-shorthand-properties/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-shorthand-properties/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-ZbuWVcY+MAXJuuW7qDoCwoxDUNClfZxoo7/4swVbOW1s/qYLOMHlm9YRWMsxMFuLs44eXsv4op1vAaBaBaDMVg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-spread/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-spread/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-5d6l/cnG7Lw4tGHEoga4xSkYp1euP7LAtrah1h1PgJ3JY7yNsjybsxQAnVK4JbtReZ/8z6ASVmd3QhYYKLaKZw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-skip-transparent-expression-wrappers': 7.16.0
dev: false
/@babel/plugin-transform-sticky-regex/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-sticky-regex/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-usYsuO1ID2LXxzuUxifgWtJemP7wL2uZtyrTVM4PKqsmJycdS4U4mGovL5xXkfUheds10Dd2PjoQLXw6zCsCbg==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-template-literals/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-template-literals/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-gnyKy9RyFhkovex4BjKWL3BVYzUDG6zC0gba7VMLbQoDuqMfJ1SDXs8k/XK41Mmt1Hyp4qNAvGFb9hKzdCqBRQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-typeof-symbol/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-typeof-symbol/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-ldxCkW180qbrvyCVDzAUZqB0TAeF8W/vGJoRcaf75awm6By+PxfJKvuqVAnq8N9wz5Xa6mSpM19OfVKKVmGHSQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-typescript/7.16.1_@babel+core@7.16.5:
resolution: {integrity: sha512-NO4XoryBng06jjw/qWEU2LhcLJr1tWkhpMam/H4eas/CDKMX/b2/Ylb6EI256Y7+FVPCawwSM1rrJNOpDiz+Lg==}
/@babel/plugin-transform-typescript/7.16.8_@babel+core@7.17.2:
resolution: {integrity: sha512-bHdQ9k7YpBDO2d0NVfkj51DpQcvwIzIusJ7mEUaMlbZq3Kt/U47j24inXZHQ5MDiYpCs+oZiwnXyKedE8+q7AQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-class-features-plugin': 7.16.0_@babel+core@7.16.5
'@babel/helper-plugin-utils': 7.14.5
'@babel/plugin-syntax-typescript': 7.16.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-class-features-plugin': 7.17.1_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.7
'@babel/plugin-syntax-typescript': 7.16.7_@babel+core@7.17.2
transitivePeerDependencies:
- supports-color
/@babel/plugin-transform-unicode-escapes/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-unicode-escapes/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-shiCBHTIIChGLdyojsKQjoAyB8MBwat25lKM7MJjbe1hE0bgIppD+LX9afr41lLHOhqceqeWl4FkLp+Bgn9o1Q==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/plugin-transform-unicode-regex/7.16.5_@babel+core@7.16.5:
/@babel/plugin-transform-unicode-regex/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-GTJ4IW012tiPEMMubd7sD07iU9O/LOo8Q/oU4xNhcaq0Xn8+6TcUQaHtC8YxySo1T+ErQ8RaWogIEeFhKGNPzw==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-create-regexp-features-plugin': 7.16.0_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
dev: false
/@babel/preset-env/7.16.5_@babel+core@7.16.5:
/@babel/preset-env/7.16.5_@babel+core@7.17.2:
resolution: {integrity: sha512-MiJJW5pwsktG61NDxpZ4oJ1CKxM1ncam9bzRtx9g40/WkLRkxFP6mhpkYV0/DxcciqoiHicx291+eUQrXb/SfQ==}
engines: {node: '>=6.9.0'}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.16.4
'@babel/core': 7.16.5
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-compilation-targets': 7.16.3_@babel+core@7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/helper-validator-option': 7.14.5
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2_@babel+core@7.16.5
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0_@babel+core@7.16.5
'@babel/plugin-proposal-async-generator-functions': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-class-properties': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-class-static-block': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-dynamic-import': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-export-namespace-from': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-json-strings': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-logical-assignment-operators': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-nullish-coalescing-operator': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-numeric-separator': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-object-rest-spread': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-optional-catch-binding': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-optional-chaining': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-private-methods': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-private-property-in-object': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-unicode-property-regex': 7.16.5_@babel+core@7.16.5
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.16.5
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.16.5
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.16.5
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.16.5
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.16.5
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.16.5
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.16.5
'@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.16.5
'@babel/plugin-transform-arrow-functions': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-async-to-generator': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-block-scoped-functions': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-block-scoping': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-classes': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-computed-properties': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-destructuring': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-dotall-regex': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-duplicate-keys': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-exponentiation-operator': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-for-of': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-function-name': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-literals': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-member-expression-literals': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-modules-amd': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-modules-commonjs': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-modules-systemjs': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-modules-umd': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-named-capturing-groups-regex': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-new-target': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-object-super': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-parameters': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-property-literals': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-regenerator': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-reserved-words': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-shorthand-properties': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-spread': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-sticky-regex': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-template-literals': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-typeof-symbol': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-unicode-escapes': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-unicode-regex': 7.16.5_@babel+core@7.16.5
'@babel/preset-modules': 0.1.5_@babel+core@7.16.5
'@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.16.2_@babel+core@7.17.2
'@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.16.0_@babel+core@7.17.2
'@babel/plugin-proposal-async-generator-functions': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-class-properties': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-class-static-block': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-dynamic-import': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-export-namespace-from': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-json-strings': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-logical-assignment-operators': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-nullish-coalescing-operator': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-numeric-separator': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-object-rest-spread': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-optional-catch-binding': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-optional-chaining': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-private-methods': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-private-property-in-object': 7.16.5_@babel+core@7.17.2
'@babel/plugin-proposal-unicode-property-regex': 7.16.5_@babel+core@7.17.2
'@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.17.2
'@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.17.2
'@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.17.2
'@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.17.2
'@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.17.2
'@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.17.2
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.17.2
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.17.2
'@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.17.2
'@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.17.2
'@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.17.2
'@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.17.2
'@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.17.2
'@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.17.2
'@babel/plugin-transform-arrow-functions': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-async-to-generator': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-block-scoped-functions': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-block-scoping': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-classes': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-computed-properties': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-destructuring': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-dotall-regex': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-duplicate-keys': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-exponentiation-operator': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-for-of': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-function-name': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-literals': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-member-expression-literals': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-modules-amd': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-modules-commonjs': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-modules-systemjs': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-modules-umd': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-named-capturing-groups-regex': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-new-target': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-object-super': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-parameters': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-property-literals': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-regenerator': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-reserved-words': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-shorthand-properties': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-spread': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-sticky-regex': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-template-literals': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-typeof-symbol': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-unicode-escapes': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-unicode-regex': 7.16.5_@babel+core@7.17.2
'@babel/preset-modules': 0.1.5_@babel+core@7.17.2
'@babel/types': 7.16.0
babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.16.5
babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.16.5
babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.16.5
babel-plugin-polyfill-corejs2: 0.3.0_@babel+core@7.17.2
babel-plugin-polyfill-corejs3: 0.4.0_@babel+core@7.17.2
babel-plugin-polyfill-regenerator: 0.3.0_@babel+core@7.17.2
core-js-compat: 3.19.3
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: false
/@babel/preset-modules/0.1.5_@babel+core@7.16.5:
/@babel/preset-modules/0.1.5_@babel+core@7.17.2:
resolution: {integrity: sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
'@babel/helper-plugin-utils': 7.16.5
'@babel/plugin-proposal-unicode-property-regex': 7.16.5_@babel+core@7.16.5
'@babel/plugin-transform-dotall-regex': 7.16.5_@babel+core@7.16.5
'@babel/plugin-proposal-unicode-property-regex': 7.16.5_@babel+core@7.17.2
'@babel/plugin-transform-dotall-regex': 7.16.5_@babel+core@7.17.2
'@babel/types': 7.16.0
esutils: 2.0.3
dev: false
......@@ -2207,8 +2360,8 @@ packages:
regenerator-runtime: 0.13.9
dev: false
/@babel/standalone/7.16.4:
resolution: {integrity: sha512-FDRLwjeQfPm5jaHNuB+vwNyGCp24Ah3kEsbLzKmh0eSru+QCr4DmjgbRPoz71AwXLVtXU+l/i7MlVlIj5XO7Gw==}
/@babel/standalone/7.17.2:
resolution: {integrity: sha512-Adjbjnlk0IBuBEldyuicdIeq1P/YI5nfm7HnOVd8blGDRetPW2NllESjlrItMKORWVuILWqKe10D+b8yEybeBA==}
engines: {node: '>=6.9.0'}
dev: false
......@@ -2220,6 +2373,14 @@ packages:
'@babel/parser': 7.16.4
'@babel/types': 7.16.0
/@babel/template/7.16.7:
resolution: {integrity: sha512-I8j/x8kHUrbYRTUxXrrMbfCa7jxkE7tZre39x3kjr9hvI82cK1FfqLygotcWN5kdPGWcLdWMHpSBavse5tWw3w==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
'@babel/parser': 7.17.0
'@babel/types': 7.17.0
/@babel/traverse/7.16.3:
resolution: {integrity: sha512-eolumr1vVMjqevCpwVO99yN/LoGL0EyHiLO5I043aYQvwOJ9eR5UsZSClHVCzfhBduMAsSzgA/6AyqPjNayJag==}
engines: {node: '>=6.9.0'}
......@@ -2252,6 +2413,24 @@ packages:
globals: 11.12.0
transitivePeerDependencies:
- supports-color
dev: false
/@babel/traverse/7.17.0:
resolution: {integrity: sha512-fpFIXvqD6kC7c7PUNnZ0Z8cQXlarCLtCUpt2S1Dx7PjoRtCFffvOkHHSom+m5HIxMZn5bIBVb71lhabcmjEsqg==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/code-frame': 7.16.7
'@babel/generator': 7.17.0
'@babel/helper-environment-visitor': 7.16.7
'@babel/helper-function-name': 7.16.7
'@babel/helper-hoist-variables': 7.16.7
'@babel/helper-split-export-declaration': 7.16.7
'@babel/parser': 7.17.0
'@babel/types': 7.17.0
debug: 4.3.3
globals: 11.12.0
transitivePeerDependencies:
- supports-color
/@babel/types/7.16.0:
resolution: {integrity: sha512-PJgg/k3SdLsGb3hhisFvtLOw5ts113klrpLuIPtCJIU+BB24fqq6lf8RWqKJEjzqXR9AEH1rIb5XTqwBHB+kQg==}
......@@ -2260,6 +2439,13 @@ packages:
'@babel/helper-validator-identifier': 7.15.7
to-fast-properties: 2.0.0
/@babel/types/7.17.0:
resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==}
engines: {node: '>=6.9.0'}
dependencies:
'@babel/helper-validator-identifier': 7.16.7
to-fast-properties: 2.0.0
/@bcoe/v8-coverage/0.2.3:
resolution: {integrity: sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==}
dev: true
......@@ -2614,6 +2800,19 @@ packages:
chalk: 4.1.2
dev: true
/@jridgewell/resolve-uri/3.0.5:
resolution: {integrity: sha512-VPeQ7+wH0itvQxnG+lIzWgkysKIr3L9sslimFW55rHMdGu/qCQ5z5h9zq4gI8uBtqkpHhsF4Z/OwExufUCThew==}
engines: {node: '>=6.0.0'}
/@jridgewell/sourcemap-codec/1.4.11:
resolution: {integrity: sha512-Fg32GrJo61m+VqYSdRSjRXMjQ06j8YIYfcTqndLYVAaHmroZHLJZCydsWBOTDqXS2v+mjxohBWEMfg97GXmYQg==}
/@jridgewell/trace-mapping/0.3.4:
resolution: {integrity: sha512-vFv9ttIedivx0ux3QSjhgtCVjPZd5l46ZOMDSCwnH1yUO2e964gO8LZGyv2QkqcgR6TnBU1v+1IFqmeoG+0UJQ==}
dependencies:
'@jridgewell/resolve-uri': 3.0.5
'@jridgewell/sourcemap-codec': 1.4.11
/@jsbits/escape-regex-str/1.0.3:
resolution: {integrity: sha512-0800vYI2fg1nuUq/T9Tqv8DMOLLNiRAltxFbKIbR7szrvW6qTuI2+zGK51hV7NAAmUr4G83Kvpj2R6Yyg07iIw==}
engines: {node: '>=4.2'}
......@@ -3202,51 +3401,51 @@ packages:
eslint-visitor-keys: 3.1.0
dev: true
/@vitejs/plugin-legacy/1.6.4_vite@2.7.13:
resolution: {integrity: sha512-geH2F3hTRN++E4n9NZ0JFumxIWUKqW4FA9PAgM7Q6RvUOUUYW4tlURhEmCBYfZSN24H/yX3mEolX+wFVErsAYQ==}
/@vitejs/plugin-legacy/1.7.0_vite@2.8.0:
resolution: {integrity: sha512-/aXOuxCqXHQLpCTb/qSdZR6lsFoVNuuw9FhSf1T1Rffya4bnXy7/+bpMmAobqcRUDhqg0hRWc1KiWd3B+pUHQg==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.0.0
vite: ^2.7.8
dependencies:
'@babel/standalone': 7.16.4
core-js: 3.19.3
'@babel/standalone': 7.17.2
core-js: 3.21.0
magic-string: 0.25.7
regenerator-runtime: 0.13.9
systemjs: 6.11.0
vite: 2.7.13
systemjs: 6.12.1
vite: 2.8.0
dev: false
/@vitejs/plugin-vue-jsx/1.3.3:
resolution: {integrity: sha512-VSBXVqMcxbgX85rgJC1eMWuZ9hzOJhWPvGYlKxyymPokE/i3Gykh5ljkCoNdxnKgIyFqv4WutYoYY93fgjbTxA==}
/@vitejs/plugin-vue-jsx/1.3.4:
resolution: {integrity: sha512-nBVG+IZ7Gl6kZbv6RSTBu+v5GPE1TWPUcOrdWpGFMThFMlhyGGZMJuB6YCyApyXUdgdzj3RVGqvOdqQNQjaxBg==}
engines: {node: '>=12.0.0'}
dependencies:
'@babel/core': 7.16.5
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.16.5
'@babel/plugin-transform-typescript': 7.16.1_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/plugin-syntax-import-meta': 7.10.4_@babel+core@7.17.2
'@babel/plugin-transform-typescript': 7.16.8_@babel+core@7.17.2
'@rollup/pluginutils': 4.1.2
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.16.5
'@vue/babel-plugin-jsx': 1.1.1_@babel+core@7.17.2
hash-sum: 2.0.0
transitivePeerDependencies:
- supports-color
/@vitejs/plugin-vue/2.1.0_vite@2.7.13+vue@3.2.30:
resolution: {integrity: sha512-AZ78WxvFMYd8JmM/GBV6a6SGGTU0GgN/0/4T+FnMMsLzFEzTeAUwuraapy50ifHZsC+G5SvWs86bvaCPTneFlA==}
/@vitejs/plugin-vue/2.2.0_vite@2.8.0+vue@3.2.30:
resolution: {integrity: sha512-wXigM1EwN2G7rZcwG6kLk9ivvIMhx2363tCEvMBiXcTu5nePM/12hUPVzPb83Uugt6U+zom1gTpJopi/Ow/jwg==}
engines: {node: '>=12.0.0'}
peerDependencies:
vite: ^2.5.10
vue: ^3.2.25
dependencies:
vite: 2.7.13
vite: 2.8.0
vue: 3.2.30
/@vue/babel-helper-vue-transform-on/1.0.2:
resolution: {integrity: sha512-hz4R8tS5jMn8lDq6iD+yWL6XNB699pGIVLk7WSJnn1dbpjaazsjZQkieJoRX6gW5zpYSCFqQ7jUquPNY65tQYA==}
/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.16.5:
/@vue/babel-plugin-jsx/1.1.1_@babel+core@7.17.2:
resolution: {integrity: sha512-j2uVfZjnB5+zkcbc/zsOc0fSNGCMMjaEXP52wdwdIfn0qjFfEYpYZBFKFg+HHnQeJCVrjOeO0YxgaL7DMrym9w==}
dependencies:
'@babel/helper-module-imports': 7.16.0
'@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.16.5
'@babel/plugin-syntax-jsx': 7.16.0_@babel+core@7.17.2
'@babel/template': 7.16.0
'@babel/traverse': 7.16.3
'@babel/types': 7.16.0
......@@ -3261,7 +3460,7 @@ packages:
/@vue/compiler-core/3.2.30:
resolution: {integrity: sha512-64fq1KfcR+k3Vlw+IsBM2VhV5B+2IP3YxvKU8LWCDLrkmlXtbf2eMK6+0IwX5KP41D0f1gzryIiXR7P8cB9O5Q==}
dependencies:
'@babel/parser': 7.16.6
'@babel/parser': 7.17.0
'@vue/shared': 3.2.30
estree-walker: 2.0.2
source-map: 0.6.1
......@@ -3275,7 +3474,7 @@ packages:
/@vue/compiler-sfc/3.2.30:
resolution: {integrity: sha512-P/5YpILtcQY92z72gxhkyOUPHVskEzhSrvYi91Xcr+csOxaDaYU5OqOxCzZKcf3Og70Tat404vO1OHrwprN90A==}
dependencies:
'@babel/parser': 7.16.6
'@babel/parser': 7.17.0
'@vue/compiler-core': 3.2.30
'@vue/compiler-dom': 3.2.30
'@vue/compiler-ssr': 3.2.30
......@@ -3298,7 +3497,7 @@ packages:
/@vue/reactivity-transform/3.2.30:
resolution: {integrity: sha512-Le5XzCJyK3qTjoTnvQG/Ehu8fYjayauMNFyMaEnwFlm/avDofpuibpS9u+/6AgzsGnVWN+i0Jgf25bJd9DIwMw==}
dependencies:
'@babel/parser': 7.16.6
'@babel/parser': 7.17.0
'@vue/compiler-core': 3.2.30
'@vue/shared': 3.2.30
estree-walker: 2.0.2
......@@ -3671,21 +3870,6 @@ packages:
hasBin: true
dev: false
/autoprefixer/10.4.0:
resolution: {integrity: sha512-7FdJ1ONtwzV1G43GDD0kpVMn/qbiNqyOPMFTX5nRffI+7vgWoFEc6DcXOxHJxrWNDXrZh18eDsZjvZGUljSRGA==}
engines: {node: ^10 || ^12 || >=14}
hasBin: true
peerDependencies:
postcss: ^8.1.0
dependencies:
browserslist: 4.18.1
caniuse-lite: 1.0.30001285
fraction.js: 4.1.2
normalize-range: 0.1.2
picocolors: 1.0.0
postcss-value-parser: 4.2.0
dev: true
/autoprefixer/10.4.2_postcss@8.4.5:
resolution: {integrity: sha512-9fOPpHKuDW1w/0EKfRmVnxTDt8166MAnLI3mgZ1JCnhNtYWxcJ6Ud5CO/AVOZi/AvFa8DY9RTy3h3+tFBlrrdQ==}
engines: {node: ^10 || ^12 || >=14}
......@@ -3729,14 +3913,14 @@ packages:
- supports-color
dev: true
/babel-loader/8.2.3_d64078208698e7484651b4fc828c9fbd:
/babel-loader/8.2.3_38604c575fa87964ce03423a8aeccd53:
resolution: {integrity: sha512-n4Zeta8NC3QAsuyiizu0GkmRcQ6clkV9WFUnUf1iXP//IeSKbWjofW3UHyZVwlOB4y039YQKefawyTn64Zwbuw==}
engines: {node: '>= 8.9'}
peerDependencies:
'@babel/core': ^7.0.0
webpack: '>=2'
dependencies:
'@babel/core': 7.16.5
'@babel/core': 7.17.2
find-cache-dir: 3.3.2
loader-utils: 1.4.0
make-dir: 3.1.0
......@@ -3773,38 +3957,38 @@ packages:
'@types/babel__traverse': 7.14.2
dev: true
/babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.16.5:
/babel-plugin-polyfill-corejs2/0.3.0_@babel+core@7.17.2:
resolution: {integrity: sha512-wMDoBJ6uG4u4PNFh72Ty6t3EgfA91puCuAwKIazbQlci+ENb/UU9A3xG5lutjUIiXCIn1CY5L15r9LimiJyrSA==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/compat-data': 7.16.4
'@babel/core': 7.16.5
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.17.2
semver: 6.3.0
transitivePeerDependencies:
- supports-color
dev: false
/babel-plugin-polyfill-corejs3/0.4.0_@babel+core@7.16.5:
/babel-plugin-polyfill-corejs3/0.4.0_@babel+core@7.17.2:
resolution: {integrity: sha512-YxFreYwUfglYKdLUGvIF2nJEsGwj+RhWSX/ije3D2vQPOXuyMLMtg/cCGMDpOA7Nd+MwlNdnGODbd2EwUZPlsw==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.17.2
core-js-compat: 3.19.3
transitivePeerDependencies:
- supports-color
dev: false
/babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.16.5:
/babel-plugin-polyfill-regenerator/0.3.0_@babel+core@7.17.2:
resolution: {integrity: sha512-dhAPTDLGoMW5/84wkgwiLRwMnio2i1fUe53EuvtKMv0pn2p3S8OCoV1xAzfJPl0KOX7IB89s2ib85vbYiea3jg==}
peerDependencies:
'@babel/core': ^7.0.0-0
dependencies:
'@babel/core': 7.16.5
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.16.5
'@babel/core': 7.17.2
'@babel/helper-define-polyfill-provider': 0.3.0_@babel+core@7.17.2
transitivePeerDependencies:
- supports-color
dev: false
......@@ -3999,7 +4183,6 @@ packages:
escalade: 3.1.1
node-releases: 2.0.1
picocolors: 1.0.0
dev: false
/bs-logger/0.2.6:
resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==}
......@@ -4044,8 +4227,8 @@ packages:
engines: {node: '>= 0.8'}
dev: false
/cac/6.7.12:
resolution: {integrity: sha512-rM7E2ygtMkJqD9c7WnFU6fruFcN3xe4FM5yUmgxhZzIKJk4uHl9U/fhwdajGFQbQuv43FAUo1Fe8gX/oIKDeSA==}
/cac/6.7.9:
resolution: {integrity: sha512-XN5qEpfNQCJ8jRaZgitSkkukjMRCGio+X3Ks5KUbGGlPbV+pSem1l9VuzooCBXOiMFshUZgyYqg6rgN8rjkb/w==}
engines: {node: '>=8'}
dev: false
......@@ -4079,7 +4262,6 @@ packages:
/caniuse-lite/1.0.30001301:
resolution: {integrity: sha512-csfD/GpHMqgEL3V3uIgosvh+SVIQvCh43SNu9HRbP1lnxkKm1kjDG4f32PP571JplkLjfS+mg2p1gxR7MYrrIA==}
dev: false
/caseless/0.12.0:
resolution: {integrity: sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=}
......@@ -4111,8 +4293,8 @@ packages:
engines: {node: '>= 0.8.0'}
dev: true
/chokidar/3.5.2:
resolution: {integrity: sha512-ekGhOnNVPgT77r4K/U3GDhu+FQ2S8TnK/s2KbIGXi0SZWuwkZ2QNyfWdZW+TVfn84DpEP7rLeCt2UI6bJ8GwbQ==}
/chokidar/3.5.3:
resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==}
engines: {node: '>= 8.10.0'}
dependencies:
anymatch: 3.1.2
......@@ -4347,8 +4529,8 @@ packages:
requiresBuild: true
dev: true
/core-js/3.19.3:
resolution: {integrity: sha512-LeLBMgEGSsG7giquSzvgBrTS7V5UL6ks3eQlUSbN8dJStlLFiRzUm5iqsRyzUB8carhfKjkJ2vzKqE6z1Vga9g==}
/core-js/3.21.0:
resolution: {integrity: sha512-YUdI3fFu4TF/2WykQ2xzSiTQdldLB4KVuL9WeAy5XONZYt5Cun/fpQvctoKbCgvPhmzADeesTk/j2Rdx77AcKQ==}
requiresBuild: true
dev: false
......@@ -4697,7 +4879,6 @@ packages:
/electron-to-chromium/1.4.52:
resolution: {integrity: sha512-JGkh8HEh5PnVrhU4HbpyyO0O791dVY6k7AdqfDeqbcRMeoGxtNHWT77deR2nhvbLe4dKpxjlDEvdEwrvRLGu2Q==}
dev: false
/elliptic/6.5.4:
resolution: {integrity: sha512-iLhC6ULemrljPZb+QutR5TQGB+pdW6KGD5RSegS+8sorOZT+rdQFbsQFJgvN3eRqNALqJer4oQ16YvJHlU8hzQ==}
......@@ -4766,13 +4947,6 @@ packages:
resolution: {integrity: sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==}
dev: false
/esbuild-android-arm64/0.13.15:
resolution: {integrity: sha512-m602nft/XXeO8YQPUDVoHfjyRVPdPgjyyXOxZ44MK/agewFFkPa8tUo6lAzSWh5Ui5PB4KR9UIFTSBKh/RrCmg==}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
/esbuild-android-arm64/0.14.2:
resolution: {integrity: sha512-hEixaKMN3XXCkoe+0WcexO4CcBVU5DCSUT+7P8JZiWZCbAjSkc9b6Yz2X5DSfQmRCtI/cQRU6TfMYrMQ5NBfdw==}
cpu: [arm64]
......@@ -4781,10 +4955,11 @@ packages:
dev: true
optional: true
/esbuild-darwin-64/0.13.15:
resolution: {integrity: sha512-ihOQRGs2yyp7t5bArCwnvn2Atr6X4axqPpEdCFPVp7iUj4cVSdisgvEKdNR7yH3JDjW6aQDw40iQFoTqejqxvQ==}
cpu: [x64]
os: [darwin]
/esbuild-android-arm64/0.14.21:
resolution: {integrity: sha512-Bqgld1TY0wZv8TqiQmVxQFgYzz8ZmyzT7clXBDZFkOOdRybzsnj8AZuK1pwcLVA7Ya6XncHgJqIao7NFd3s0RQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [android]
requiresBuild: true
optional: true
......@@ -4796,9 +4971,10 @@ packages:
dev: true
optional: true
/esbuild-darwin-arm64/0.13.15:
resolution: {integrity: sha512-i1FZssTVxUqNlJ6cBTj5YQj4imWy3m49RZRnHhLpefFIh0To05ow9DTrXROTE1urGTQCloFUXTX8QfGJy1P8dQ==}
cpu: [arm64]
/esbuild-darwin-64/0.14.21:
resolution: {integrity: sha512-j+Eg+e13djzyYINVvAbOo2/zvZ2DivuJJTaBrJnJHSD7kUNuGHRkHoSfFjbI80KHkn091w350wdmXDNSgRjfYQ==}
engines: {node: '>=12'}
cpu: [x64]
os: [darwin]
requiresBuild: true
optional: true
......@@ -4811,10 +4987,11 @@ packages:
dev: true
optional: true
/esbuild-freebsd-64/0.13.15:
resolution: {integrity: sha512-G3dLBXUI6lC6Z09/x+WtXBXbOYQZ0E8TDBqvn7aMaOCzryJs8LyVXKY4CPnHFXZAbSwkCbqiPuSQ1+HhrNk7EA==}
cpu: [x64]
os: [freebsd]
/esbuild-darwin-arm64/0.14.21:
resolution: {integrity: sha512-nDNTKWDPI0RuoPj5BhcSB2z5EmZJJAyRtZLIjyXSqSpAyoB8eyAKXl4lB8U2P78Fnh4Lh1le/fmpewXE04JhBQ==}
engines: {node: '>=12'}
cpu: [arm64]
os: [darwin]
requiresBuild: true
optional: true
......@@ -4826,9 +5003,10 @@ packages:
dev: true
optional: true
/esbuild-freebsd-arm64/0.13.15:
resolution: {integrity: sha512-KJx0fzEDf1uhNOZQStV4ujg30WlnwqUASaGSFPhznLM/bbheu9HhqZ6mJJZM32lkyfGJikw0jg7v3S0oAvtvQQ==}
cpu: [arm64]
/esbuild-freebsd-64/0.14.21:
resolution: {integrity: sha512-zIurkCHXhxELiDZtLGiexi8t8onQc2LtuE+S7457H/pP0g0MLRKMrsn/IN4LDkNe6lvBjuoZZi2OfelOHn831g==}
engines: {node: '>=12'}
cpu: [x64]
os: [freebsd]
requiresBuild: true
optional: true
......@@ -4841,10 +5019,11 @@ packages:
dev: true
optional: true
/esbuild-linux-32/0.13.15:
resolution: {integrity: sha512-ZvTBPk0YWCLMCXiFmD5EUtB30zIPvC5Itxz0mdTu/xZBbbHJftQgLWY49wEPSn2T/TxahYCRDWun5smRa0Tu+g==}
cpu: [ia32]
os: [linux]
/esbuild-freebsd-arm64/0.14.21:
resolution: {integrity: sha512-wdxMmkJfbwcN+q85MpeUEamVZ40FNsBa9mPq8tAszDn8TRT2HoJvVRADPIIBa9SWWwlDChIMjkDKAnS3KS/sPA==}
engines: {node: '>=12'}
cpu: [arm64]
os: [freebsd]
requiresBuild: true
optional: true
......@@ -4856,9 +5035,10 @@ packages:
dev: true
optional: true
/esbuild-linux-64/0.13.15:
resolution: {integrity: sha512-eCKzkNSLywNeQTRBxJRQ0jxRCl2YWdMB3+PkWFo2BBQYC5mISLIVIjThNtn6HUNqua1pnvgP5xX0nHbZbPj5oA==}
cpu: [x64]
/esbuild-linux-32/0.14.21:
resolution: {integrity: sha512-fmxvyzOPPh2xiEHojpCeIQP6pXcoKsWbz3ryDDIKLOsk4xp3GbpHIEAWP0xTeuhEbendmvBDVKbAVv3PnODXLg==}
engines: {node: '>=12'}
cpu: [ia32]
os: [linux]
requiresBuild: true
optional: true
......@@ -4871,9 +5051,10 @@ packages:
dev: true
optional: true
/esbuild-linux-arm/0.13.15:
resolution: {integrity: sha512-wUHttDi/ol0tD8ZgUMDH8Ef7IbDX+/UsWJOXaAyTdkT7Yy9ZBqPg8bgB/Dn3CZ9SBpNieozrPRHm0BGww7W/jA==}
cpu: [arm]
/esbuild-linux-64/0.14.21:
resolution: {integrity: sha512-edZyNOv1ql+kpmlzdqzzDjRQYls+tSyi4QFi+PdBhATJFUqHsnNELWA9vMSzAaInPOEaVUTA5Ml28XFChcy4DA==}
engines: {node: '>=12'}
cpu: [x64]
os: [linux]
requiresBuild: true
optional: true
......@@ -4886,9 +5067,10 @@ packages:
dev: true
optional: true
/esbuild-linux-arm64/0.13.15:
resolution: {integrity: sha512-bYpuUlN6qYU9slzr/ltyLTR9YTBS7qUDymO8SV7kjeNext61OdmqFAzuVZom+OLW1HPHseBfJ/JfdSlx8oTUoA==}
cpu: [arm64]
/esbuild-linux-arm/0.14.21:
resolution: {integrity: sha512-aSU5pUueK6afqmLQsbU+QcFBT62L+4G9hHMJDHWfxgid6hzhSmfRH9U/f+ymvxsSTr/HFRU4y7ox8ZyhlVl98w==}
engines: {node: '>=12'}
cpu: [arm]
os: [linux]
requiresBuild: true
optional: true
......@@ -4901,9 +5083,10 @@ packages:
dev: true
optional: true
/esbuild-linux-mips64le/0.13.15:
resolution: {integrity: sha512-KlVjIG828uFPyJkO/8gKwy9RbXhCEUeFsCGOJBepUlpa7G8/SeZgncUEz/tOOUJTcWMTmFMtdd3GElGyAtbSWg==}
cpu: [mips64el]
/esbuild-linux-arm64/0.14.21:
resolution: {integrity: sha512-t5qxRkq4zdQC0zXpzSB2bTtfLgOvR0C6BXYaRE/6/k8/4SrkZcTZBeNu+xGvwCU4b5dU9ST9pwIWkK6T1grS8g==}
engines: {node: '>=12'}
cpu: [arm64]
os: [linux]
requiresBuild: true
optional: true
......@@ -4916,9 +5099,10 @@ packages:
dev: true
optional: true
/esbuild-linux-ppc64le/0.13.15:
resolution: {integrity: sha512-h6gYF+OsaqEuBjeesTBtUPw0bmiDu7eAeuc2OEH9S6mV9/jPhPdhOWzdeshb0BskRZxPhxPOjqZ+/OqLcxQwEQ==}
cpu: [ppc64]
/esbuild-linux-mips64le/0.14.21:
resolution: {integrity: sha512-jLZLQGCNlUsmIHtGqNvBs3zN+7a4D9ckf0JZ+jQTwHdZJ1SgV9mAjbB980OFo66LoY+WeM7t3WEnq3FjI1zw4A==}
engines: {node: '>=12'}
cpu: [mips64el]
os: [linux]
requiresBuild: true
optional: true
......@@ -4931,10 +5115,27 @@ packages:
dev: true
optional: true
/esbuild-netbsd-64/0.13.15:
resolution: {integrity: sha512-3+yE9emwoevLMyvu+iR3rsa+Xwhie7ZEHMGDQ6dkqP/ndFzRHkobHUKTe+NCApSqG5ce2z4rFu+NX/UHnxlh3w==}
cpu: [x64]
os: [netbsd]
/esbuild-linux-ppc64le/0.14.21:
resolution: {integrity: sha512-4TWxpK391en2UBUw6GSrukToTDu6lL9vkm3Ll40HrI08WG3qcnJu7bl8e1+GzelDsiw1QmfAY/nNvJ6iaHRpCQ==}
engines: {node: '>=12'}
cpu: [ppc64]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-riscv64/0.14.21:
resolution: {integrity: sha512-fElngqOaOfTsF+u+oetDLHsPG74vB2ZaGZUqmGefAJn3a5z9Z2pNa4WpVbbKgHpaAAy5tWM1m1sbGohj6Ki6+Q==}
engines: {node: '>=12'}
cpu: [riscv64]
os: [linux]
requiresBuild: true
optional: true
/esbuild-linux-s390x/0.14.21:
resolution: {integrity: sha512-brleZ6R5fYv0qQ7ZBwenQmP6i9TdvJCB092c/3D3pTLQHBGHJb5zWgKxOeS7bdHzmLy6a6W7GbFk6QKpjyD6QA==}
engines: {node: '>=12'}
cpu: [s390x]
os: [linux]
requiresBuild: true
optional: true
......@@ -4946,10 +5147,11 @@ packages:
dev: true
optional: true
/esbuild-openbsd-64/0.13.15:
resolution: {integrity: sha512-wTfvtwYJYAFL1fSs8yHIdf5GEE4NkbtbXtjLWjM3Cw8mmQKqsg8kTiqJ9NJQe5NX/5Qlo7Xd9r1yKMMkHllp5g==}
/esbuild-netbsd-64/0.14.21:
resolution: {integrity: sha512-nCEgsLCQ8RoFWVV8pVI+kX66ICwbPP/M9vEa0NJGIEB/Vs5sVGMqkf67oln90XNSkbc0bPBDuo4G6FxlF7PN8g==}
engines: {node: '>=12'}
cpu: [x64]
os: [openbsd]
os: [netbsd]
requiresBuild: true
optional: true
......@@ -4961,10 +5163,11 @@ packages:
dev: true
optional: true
/esbuild-sunos-64/0.13.15:
resolution: {integrity: sha512-lbivT9Bx3t1iWWrSnGyBP9ODriEvWDRiweAs69vI+miJoeKwHWOComSRukttbuzjZ8r1q0mQJ8Z7yUsDJ3hKdw==}
/esbuild-openbsd-64/0.14.21:
resolution: {integrity: sha512-h9zLMyVD0T73MDTVYIb/qUTokwI6EJH9O6wESuTNq6+XpMSr6C5aYZ4fvFKdNELW+Xsod+yDS2hV2JTUAbFrLA==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
os: [openbsd]
requiresBuild: true
optional: true
......@@ -4976,10 +5179,11 @@ packages:
dev: true
optional: true
/esbuild-windows-32/0.13.15:
resolution: {integrity: sha512-fDMEf2g3SsJ599MBr50cY5ve5lP1wyVwTe6aLJsM01KtxyKkB4UT+fc5MXQFn3RLrAIAZOG+tHC+yXObpSn7Nw==}
cpu: [ia32]
os: [win32]
/esbuild-sunos-64/0.14.21:
resolution: {integrity: sha512-Kl+7Cot32qd9oqpLdB1tEGXEkjBlijrIxMJ0+vlDFaqsODutif25on0IZlFxEBtL2Gosd4p5WCV1U7UskNQfXA==}
engines: {node: '>=12'}
cpu: [x64]
os: [sunos]
requiresBuild: true
optional: true
......@@ -4991,9 +5195,10 @@ packages:
dev: true
optional: true
/esbuild-windows-64/0.13.15:
resolution: {integrity: sha512-9aMsPRGDWCd3bGjUIKG/ZOJPKsiztlxl/Q3C1XDswO6eNX/Jtwu4M+jb6YDH9hRSUflQWX0XKAfWzgy5Wk54JQ==}
cpu: [x64]
/esbuild-windows-32/0.14.21:
resolution: {integrity: sha512-V7vnTq67xPBUCk/9UtlolmQ798Ecjdr1ZoI1vcSgw7M82aSSt0eZdP6bh5KAFZU8pxDcx3qoHyWQfHYr11f22A==}
engines: {node: '>=12'}
cpu: [ia32]
os: [win32]
requiresBuild: true
optional: true
......@@ -5006,9 +5211,10 @@ packages:
dev: true
optional: true
/esbuild-windows-arm64/0.13.15:
resolution: {integrity: sha512-zzvyCVVpbwQQATaf3IG8mu1IwGEiDxKkYUdA4FpoCHi1KtPa13jeScYDjlW0Qh+ebWzpKfR2ZwvqAQkSWNcKjA==}
cpu: [arm64]
/esbuild-windows-64/0.14.21:
resolution: {integrity: sha512-kDgHjKOHwjfJDCyRGELzVxiP/RBJBTA+wyspf78MTTJQkyPuxH2vChReNdWc+dU2S4gIZFHMdP1Qrl/k22ZmaA==}
engines: {node: '>=12'}
cpu: [x64]
os: [win32]
requiresBuild: true
optional: true
......@@ -5021,28 +5227,13 @@ packages:
dev: true
optional: true
/esbuild/0.13.15:
resolution: {integrity: sha512-raCxt02HBKv8RJxE8vkTSCXGIyKHdEdGfUmiYb8wnabnaEmHzyW7DCHb5tEN0xU8ryqg5xw54mcwnYkC4x3AIw==}
hasBin: true
/esbuild-windows-arm64/0.14.21:
resolution: {integrity: sha512-8Sbo0zpzgwWrwjQYLmHF78f7E2xg5Ve63bjB2ng3V2aManilnnTGaliq2snYg+NOX60+hEvJHRdVnuIAHW0lVw==}
engines: {node: '>=12'}
cpu: [arm64]
os: [win32]
requiresBuild: true
optionalDependencies:
esbuild-android-arm64: 0.13.15
esbuild-darwin-64: 0.13.15
esbuild-darwin-arm64: 0.13.15
esbuild-freebsd-64: 0.13.15
esbuild-freebsd-arm64: 0.13.15
esbuild-linux-32: 0.13.15
esbuild-linux-64: 0.13.15
esbuild-linux-arm: 0.13.15
esbuild-linux-arm64: 0.13.15
esbuild-linux-mips64le: 0.13.15
esbuild-linux-ppc64le: 0.13.15
esbuild-netbsd-64: 0.13.15
esbuild-openbsd-64: 0.13.15
esbuild-sunos-64: 0.13.15
esbuild-windows-32: 0.13.15
esbuild-windows-64: 0.13.15
esbuild-windows-arm64: 0.13.15
optional: true
/esbuild/0.14.2:
resolution: {integrity: sha512-l076A6o/PIgcyM24s0dWmDI/b8RQf41uWoJu9I0M71CtW/YSw5T5NUeXxs5lo2tFQD+O4CW4nBHJXx3OY5NpXg==}
......@@ -5068,6 +5259,32 @@ packages:
esbuild-windows-arm64: 0.14.2
dev: true
/esbuild/0.14.21:
resolution: {integrity: sha512-7WEoNMBJdLN993dr9h0CpFHPRc3yFZD+EAVY9lg6syJJ12gc5fHq8d75QRExuhnMkT2DaRiIKFThRvDWP+fO+A==}
engines: {node: '>=12'}
hasBin: true
requiresBuild: true
optionalDependencies:
esbuild-android-arm64: 0.14.21
esbuild-darwin-64: 0.14.21
esbuild-darwin-arm64: 0.14.21
esbuild-freebsd-64: 0.14.21
esbuild-freebsd-arm64: 0.14.21
esbuild-linux-32: 0.14.21
esbuild-linux-64: 0.14.21
esbuild-linux-arm: 0.14.21
esbuild-linux-arm64: 0.14.21
esbuild-linux-mips64le: 0.14.21
esbuild-linux-ppc64le: 0.14.21
esbuild-linux-riscv64: 0.14.21
esbuild-linux-s390x: 0.14.21
esbuild-netbsd-64: 0.14.21
esbuild-openbsd-64: 0.14.21
esbuild-sunos-64: 0.14.21
esbuild-windows-32: 0.14.21
esbuild-windows-64: 0.14.21
esbuild-windows-arm64: 0.14.21
/escalade/3.1.1:
resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==}
engines: {node: '>=6'}
......@@ -5395,6 +5612,17 @@ packages:
/fast-deep-equal/3.1.3:
resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==}
/fast-glob/3.2.11:
resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==}
engines: {node: '>=8.6.0'}
dependencies:
'@nodelib/fs.stat': 2.0.5
'@nodelib/fs.walk': 1.2.8
glob-parent: 5.1.2
merge2: 1.4.1
micromatch: 4.0.4
dev: false
/fast-glob/3.2.7:
resolution: {integrity: sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==}
engines: {node: '>=8'}
......@@ -5532,6 +5760,7 @@ packages:
/fraction.js/4.1.2:
resolution: {integrity: sha512-o2RiJQ6DZaR/5+Si0qJUIy637QMRudSi9kU/FFzx9EZazrIdnBgpU+3sEWCxAVhH2RtxW2Oz+T4p2o8uOPVcgA==}
dev: false
/fresh/0.5.2:
resolution: {integrity: sha1-PYyt2Q2XZWn6g1qx+OSyOhBWBac=}
......@@ -5598,10 +5827,10 @@ packages:
readable-stream: 1.0.34
dev: true
/generic-names/2.0.1:
resolution: {integrity: sha512-kPCHWa1m9wGG/OwQpeweTwM/PYiQLrUIxXbt/P4Nic3LbGjCP0YwrALHW1uNLKZ0LIMg+RF+XRlj2ekT9ZlZAQ==}
/generic-names/4.0.0:
resolution: {integrity: sha512-ySFolZQfw9FoDb3ed9d80Cm9f0+r7qj+HJkWjeD9RBfpxEVTlVhol+gvaQB/78WbwYfbnNh8nWHHBSlg072y6A==}
dependencies:
loader-utils: 1.4.0
loader-utils: 3.2.0
dev: false
/gensync/1.0.0-beta.2:
......@@ -5888,13 +6117,6 @@ packages:
engines: {node: '>= 4'}
dev: true
/import-cwd/3.0.0:
resolution: {integrity: sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==}
engines: {node: '>=8'}
dependencies:
import-from: 3.0.0
dev: false
/import-fresh/3.3.0:
resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==}
engines: {node: '>=6'}
......@@ -5902,13 +6124,6 @@ packages:
parent-module: 1.0.1
resolve-from: 4.0.0
/import-from/3.0.0:
resolution: {integrity: sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==}
engines: {node: '>=8'}
dependencies:
resolve-from: 5.0.0
dev: false
/import-lazy/4.0.0:
resolution: {integrity: sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==}
engines: {node: '>=8'}
......@@ -5998,6 +6213,11 @@ packages:
dependencies:
has: 1.0.3
/is-core-module/2.8.1:
resolution: {integrity: sha512-SdNCUs284hr40hFTFP6l0IfZ/RSrMXF3qgoRHd3/79unUTvrFO/JoXwkGm+5J/Oe3E/b5GsnG330uUNgRpu1PA==}
dependencies:
has: 1.0.3
/is-extglob/2.1.1:
resolution: {integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=}
engines: {node: '>=0.10.0'}
......@@ -7013,6 +7233,11 @@ packages:
json5: 2.2.0
dev: false
/loader-utils/3.2.0:
resolution: {integrity: sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==}
engines: {node: '>= 12.13.0'}
dev: false
/localstorage-polyfill/1.0.1:
resolution: {integrity: sha1-SzCD1LxR0jtBWFN+ZoFhN0E/0xo=}
engines: {node: '>=6'}
......@@ -7083,6 +7308,13 @@ packages:
dependencies:
pseudomap: 1.0.2
yallist: 2.1.2
dev: true
/lru-cache/5.1.1:
resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==}
dependencies:
yallist: 3.1.1
dev: false
/lru-cache/6.0.0:
resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==}
......@@ -7321,6 +7553,7 @@ packages:
/normalize-range/0.1.2:
resolution: {integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=}
engines: {node: '>=0.10.0'}
dev: false
/npm-run-path/2.0.2:
resolution: {integrity: sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=}
......@@ -7600,11 +7833,11 @@ packages:
postcss: 8.4.5
postcss-value-parser: 4.2.0
read-cache: 1.0.0
resolve: 1.20.0
resolve: 1.22.0
dev: false
/postcss-load-config/3.1.0:
resolution: {integrity: sha512-ipM8Ds01ZUophjDTQYSVP70slFSYg3T0/zyfII5vzhN6V57YSxMgG5syXuwi5VtS8wSf3iL30v0uBdoIVx4Q0g==}
/postcss-load-config/3.1.2:
resolution: {integrity: sha512-X1NVP1itP6VE5dDA4wR6NK1g9lNlkBx9A+tgDKb/8Mnx4HrvX6k+DcTXGelZvfp6p4zCBZjh4Gwyp4aptOUI9Q==}
engines: {node: '>= 10'}
peerDependencies:
ts-node: '>=9.0.0'
......@@ -7612,7 +7845,6 @@ packages:
ts-node:
optional: true
dependencies:
import-cwd: 3.0.0
lilconfig: 2.0.4
yaml: 1.10.2
dev: false
......@@ -7672,12 +7904,12 @@ packages:
postcss: 8.4.5
dev: false
/postcss-modules/4.2.2_postcss@8.4.5:
resolution: {integrity: sha512-/H08MGEmaalv/OU8j6bUKi/kZr2kqGF6huAW8m9UAgOLWtpFdhA14+gPBoymtqyv+D4MLsmqaF2zvIegdCxJXg==}
/postcss-modules/4.3.0_postcss@8.4.5:
resolution: {integrity: sha512-zoUttLDSsbWDinJM9jH37o7hulLRyEgH6fZm2PchxN7AZ8rkdWiALyNhnQ7+jg7cX9f10m6y5VhHsrjO0Mf/DA==}
peerDependencies:
postcss: ^8.0.0
dependencies:
generic-names: 2.0.1
generic-names: 4.0.0
icss-replace-symbols: 1.1.0
lodash.camelcase: 4.3.0
postcss: 8.4.5
......@@ -7698,6 +7930,7 @@ packages:
/postcss-value-parser/4.2.0:
resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==}
dev: false
/postcss/6.0.23:
resolution: {integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==}
......@@ -7801,6 +8034,7 @@ packages:
/pseudomap/1.0.2:
resolution: {integrity: sha1-8FKijacOYYkX7wqKw0wa5aaChrM=}
dev: true
/psl/1.8.0:
resolution: {integrity: sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==}
......@@ -8024,6 +8258,7 @@ packages:
/resolve-from/5.0.0:
resolution: {integrity: sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==}
engines: {node: '>=8'}
dev: true
/resolve-url/0.2.1:
resolution: {integrity: sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=}
......@@ -8054,6 +8289,14 @@ packages:
is-core-module: 2.8.0
path-parse: 1.0.7
/resolve/1.22.0:
resolution: {integrity: sha512-Hhtrw0nLeSrFQ7phPp4OOcVjLPIeMnRlr5mcnVuMe7M/7eBn98A3hmFRLoFo3DLZkivSYwhRUJTyPyWAk56WLw==}
hasBin: true
dependencies:
is-core-module: 2.8.1
path-parse: 1.0.7
supports-preserve-symlinks-flag: 1.0.0
/restore-cursor/3.1.0:
resolution: {integrity: sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==}
engines: {node: '>=8'}
......@@ -8569,6 +8812,10 @@ packages:
supports-color: 7.2.0
dev: true
/supports-preserve-symlinks-flag/1.0.0:
resolution: {integrity: sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==}
engines: {node: '>= 0.4'}
/svg-tags/1.0.0:
resolution: {integrity: sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q=}
......@@ -8576,8 +8823,8 @@ packages:
resolution: {integrity: sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==}
dev: true
/systemjs/6.11.0:
resolution: {integrity: sha512-7YPIY44j+BoY+E6cGBSw0oCU8SNTTIHKZgftcBdwWkDzs/M86Fdlr21FrzAyph7Zo8r3CFGscyFe4rrBtixrBg==}
/systemjs/6.12.1:
resolution: {integrity: sha512-hqTN6kW+pN6/qro6G9OZ7ceDQOcYno020zBQKpZQLsJhYTDMCMNfXi/Y8duF5iW+4WWZr42ry0MMkcRGpbwG2A==}
dev: false
/table/6.7.5:
......@@ -9006,8 +9253,8 @@ packages:
extsprintf: 1.3.0
dev: true
/vite/2.7.13:
resolution: {integrity: sha512-Mq8et7f3aK0SgSxjDNfOAimZGW9XryfHRa/uV0jseQSilg+KhYDSoNb9h1rknOy6SuMkvNDLKCYAYYUMCE+IgQ==}
/vite/2.8.0:
resolution: {integrity: sha512-ed5rjyeysttuPJX/aKSA0gTB/8ZKLM5xF6FtEuKy1B9DiQbDNFMVMQxnb9JesgBPUMMIJxC8w5KZ/KNWLKFXoA==}
engines: {node: '>=12.2.0'}
hasBin: true
peerDependencies:
......@@ -9022,9 +9269,9 @@ packages:
stylus:
optional: true
dependencies:
esbuild: 0.13.15
esbuild: 0.14.21
postcss: 8.4.5
resolve: 1.20.0
resolve: 1.22.0
rollup: 2.60.2
optionalDependencies:
fsevents: 2.3.2
......@@ -9245,8 +9492,8 @@ packages:
optional: true
dev: true
/ws/8.3.0:
resolution: {integrity: sha512-Gs5EZtpqZzLvmIM59w4igITU57lrtYVFneaa434VROv4thzJyV6UjIL3D42lslWlI+D4KzLYnxSwtfuiO79sNw==}
/ws/8.5.0:
resolution: {integrity: sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==}
engines: {node: '>=10.0.0'}
peerDependencies:
bufferutil: ^4.0.1
......@@ -9307,6 +9554,11 @@ packages:
/yallist/2.1.2:
resolution: {integrity: sha1-HBH5IY8HYImkfdUS+TxmmaaoHVI=}
dev: true
/yallist/3.1.1:
resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==}
dev: false
/yallist/4.0.0:
resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==}
......
......@@ -22,16 +22,16 @@ const pkgs = {
next: '9.1.9',
},
vite: {
latest: '2.7.13',
latest: '2.8.0',
},
'@vitejs/plugin-vue': {
latest: '2.1.0',
latest: '2.2.0',
},
'@vitejs/plugin-vue-jsx': {
latest: '1.3.3',
latest: '1.3.4',
},
'@vitejs/plugin-legacy': {
latest: '1.6.4',
latest: '1.7.0',
},
'@dcloudio/types': {
latest: '2.5.16',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册