From 6d9b153e873121d737d2389c5443666e502a56bf Mon Sep 17 00:00:00 2001 From: EthanH1973 Date: Wed, 5 Nov 2025 22:32:33 +0700 Subject: [PATCH 1/3] remove newtab --- package-lock.json | 588 ++++++++++++---------------------------------- src/manifest.json | 3 - webpack.config.js | 7 - 3 files changed, 145 insertions(+), 453 deletions(-) diff --git a/package-lock.json b/package-lock.json index 020089ad5..6ac03697d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,6 +94,7 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", "dev": true, + "peer": true, "dependencies": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", @@ -919,6 +920,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz", "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==", "dev": true, + "peer": true, "dependencies": { "@babel/helper-plugin-utils": "^7.18.6" }, @@ -1493,6 +1495,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.7.tgz", "integrity": "sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==", "dev": true, + "peer": true, "dependencies": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-module-imports": "^7.18.6", @@ -1980,8 +1983,7 @@ "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.8", @@ -2165,7 +2167,6 @@ "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@gar/promisify": "^1.1.3", "semver": "^7.3.5" @@ -2180,7 +2181,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -2194,7 +2194,6 @@ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -2210,8 +2209,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/@npmcli/move-file": { "version": "2.0.1", @@ -2220,7 +2218,6 @@ "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, "optional": true, - "peer": true, "dependencies": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -2235,7 +2232,6 @@ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "glob": "^7.1.3" }, @@ -2335,7 +2331,6 @@ "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">= 10" } @@ -2512,8 +2507,7 @@ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/@types/node": { "version": "18.11.18", @@ -2526,8 +2520,7 @@ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/@types/parse-json": { "version": "4.0.0", @@ -2718,6 +2711,7 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.1.tgz", "integrity": "sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==", "dev": true, + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "5.48.1", "@typescript-eslint/types": "5.48.1", @@ -3169,8 +3163,7 @@ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/accepts": { "version": "1.3.8", @@ -3190,6 +3183,7 @@ "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", "dev": true, + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -3221,7 +3215,6 @@ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "debug": "4" }, @@ -3235,7 +3228,6 @@ "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "debug": "^4.1.0", "depd": "^1.1.2", @@ -3251,7 +3243,6 @@ "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -3265,6 +3256,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -3375,8 +3367,7 @@ "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/are-we-there-yet": { "version": "3.0.1", @@ -3384,7 +3375,6 @@ "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -3506,7 +3496,6 @@ "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -3523,7 +3512,6 @@ "integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": "*" } @@ -3834,6 +3822,7 @@ "url": "https://tidelift.com/funding/github/npm/browserslist" } ], + "peer": true, "dependencies": { "caniuse-lite": "^1.0.30001400", "electron-to-chromium": "^1.4.251", @@ -3877,7 +3866,6 @@ "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@npmcli/fs": "^2.1.0", "@npmcli/move-file": "^2.0.0", @@ -3908,7 +3896,6 @@ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0" } @@ -3919,7 +3906,6 @@ "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -3940,7 +3926,6 @@ "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=12" } @@ -3951,7 +3936,6 @@ "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^2.0.1" }, @@ -3965,7 +3949,6 @@ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "aggregate-error": "^3.0.0" }, @@ -3982,7 +3965,6 @@ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "glob": "^7.1.3" }, @@ -3999,7 +3981,6 @@ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -4011,7 +3992,6 @@ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "optional": true, - "peer": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -4033,7 +4013,6 @@ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -4079,7 +4058,6 @@ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -4090,7 +4068,6 @@ "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", @@ -4166,7 +4143,6 @@ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=10" } @@ -4198,7 +4174,6 @@ "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -4224,7 +4199,6 @@ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", @@ -4269,7 +4243,6 @@ "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", "dev": true, "optional": true, - "peer": true, "bin": { "color-support": "bin.js" } @@ -4378,8 +4351,7 @@ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/content-disposition": { "version": "0.5.4", @@ -4684,7 +4656,6 @@ "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -4695,7 +4666,6 @@ "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -4713,7 +4683,6 @@ "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -4849,8 +4818,7 @@ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/depd": { "version": "1.1.2", @@ -5035,7 +5003,6 @@ "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "iconv-lite": "^0.6.2" } @@ -5068,7 +5035,6 @@ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -5090,8 +5056,7 @@ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/error-ex": { "version": "1.3.2", @@ -5253,6 +5218,7 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz", "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==", "dev": true, + "peer": true, "dependencies": { "@eslint/eslintrc": "^1.4.1", "@humanwhocodes/config-array": "^0.11.8", @@ -6245,7 +6211,6 @@ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -6318,7 +6283,6 @@ "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.3", @@ -6339,7 +6303,6 @@ "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", "dev": true, "optional": true, - "peer": true, "dependencies": { "globule": "^1.0.0" }, @@ -6362,7 +6325,6 @@ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": "6.* || 8.* || >= 10.*" } @@ -6387,7 +6349,6 @@ "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -6508,7 +6469,6 @@ "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "glob": "~7.1.1", "lodash": "^4.17.21", @@ -6524,7 +6484,6 @@ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -6546,7 +6505,6 @@ "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", "dev": true, "optional": true, - "peer": true, "dependencies": { "brace-expansion": "^1.1.7" }, @@ -6590,7 +6548,6 @@ "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=6" } @@ -6681,8 +6638,7 @@ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/he": { "version": "1.2.0", @@ -6699,7 +6655,6 @@ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -6713,7 +6668,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -6726,8 +6680,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/hpack.js": { "version": "2.1.6", @@ -6925,8 +6878,7 @@ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/http-deceiver": { "version": "1.2.7", @@ -6985,7 +6937,6 @@ "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@tootallnate/once": "2", "agent-base": "6", @@ -7037,7 +6988,6 @@ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "agent-base": "6", "debug": "4" @@ -7061,7 +7011,6 @@ "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "ms": "^2.0.0" } @@ -7155,7 +7104,6 @@ "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -7165,8 +7113,7 @@ "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/inflight": { "version": "1.0.6", @@ -7212,8 +7159,7 @@ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/ipaddr.js": { "version": "2.0.1", @@ -7369,7 +7315,6 @@ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -7391,8 +7336,7 @@ "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/is-map": { "version": "2.0.2", @@ -7487,7 +7431,6 @@ "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -7712,8 +7655,7 @@ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/js-sdsl": { "version": "4.2.0", @@ -7967,7 +7909,6 @@ "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", "dev": true, "optional": true, - "peer": true, "dependencies": { "agentkeepalive": "^4.2.1", "cacache": "^16.1.0", @@ -7996,7 +7937,6 @@ "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=12" } @@ -8007,7 +7947,6 @@ "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" }, @@ -8042,7 +7981,6 @@ "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -8070,7 +8008,6 @@ "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=10" }, @@ -8169,7 +8106,6 @@ "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=4" } @@ -8207,7 +8143,6 @@ "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -8223,7 +8158,6 @@ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -8237,7 +8171,6 @@ "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -8251,7 +8184,6 @@ "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.1.6", "minipass-sized": "^1.0.3", @@ -8270,7 +8202,6 @@ "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -8284,7 +8215,6 @@ "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -8298,7 +8228,6 @@ "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.0.0" }, @@ -8311,8 +8240,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/minizlib": { "version": "2.1.2", @@ -8320,7 +8248,6 @@ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" @@ -8334,8 +8261,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/mkdirp": { "version": "1.0.4", @@ -8343,7 +8269,6 @@ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "dev": true, "optional": true, - "peer": true, "bin": { "mkdirp": "bin/cmd.js" }, @@ -8375,8 +8300,7 @@ "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/nanoid": { "version": "3.3.4", @@ -8442,7 +8366,6 @@ "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", "dev": true, "optional": true, - "peer": true, "dependencies": { "env-paths": "^2.2.0", "glob": "^7.1.4", @@ -8468,7 +8391,6 @@ "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@gar/promisify": "^1.0.1", "semver": "^7.3.5" @@ -8481,7 +8403,6 @@ "deprecated": "This functionality has been moved to @npmcli/fs", "dev": true, "optional": true, - "peer": true, "dependencies": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -8496,7 +8417,6 @@ "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">= 6" } @@ -8507,7 +8427,6 @@ "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@npmcli/fs": "^1.0.0", "@npmcli/move-file": "^1.0.1", @@ -8538,7 +8457,6 @@ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@tootallnate/once": "1", "agent-base": "6", @@ -8554,7 +8472,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -8568,7 +8485,6 @@ "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "agentkeepalive": "^4.1.3", "cacache": "^15.2.0", @@ -8597,7 +8513,6 @@ "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.1.0", "minipass-sized": "^1.0.3", @@ -8616,7 +8531,6 @@ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "aggregate-error": "^3.0.0" }, @@ -8633,7 +8547,6 @@ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "glob": "^7.1.3" }, @@ -8650,7 +8563,6 @@ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -8667,7 +8579,6 @@ "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -8683,7 +8594,6 @@ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.1.1" }, @@ -8697,7 +8607,6 @@ "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "unique-slug": "^2.0.0" } @@ -8708,7 +8617,6 @@ "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", "dev": true, "optional": true, - "peer": true, "dependencies": { "imurmurhash": "^0.1.4" } @@ -8718,8 +8626,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/node-releases": { "version": "2.0.8", @@ -8734,7 +8641,6 @@ "dev": true, "hasInstallScript": true, "optional": true, - "peer": true, "dependencies": { "async-foreach": "^0.1.3", "chalk": "^4.1.2", @@ -8764,7 +8670,6 @@ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -8781,7 +8686,6 @@ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -8799,7 +8703,6 @@ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -8812,8 +8715,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/node-sass/node_modules/has-flag": { "version": "4.0.0", @@ -8821,7 +8723,6 @@ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -8832,7 +8733,6 @@ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "has-flag": "^4.0.0" }, @@ -8846,7 +8746,6 @@ "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "abbrev": "1" }, @@ -8863,7 +8762,6 @@ "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -8880,7 +8778,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -8894,7 +8791,6 @@ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "lru-cache": "^6.0.0" }, @@ -8910,8 +8806,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/normalize-path": { "version": "3.0.0", @@ -8940,7 +8835,6 @@ "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", @@ -9504,6 +9398,7 @@ "url": "https://tidelift.com/funding/github/npm/postcss" } ], + "peer": true, "dependencies": { "nanoid": "^3.3.4", "picocolors": "^1.0.0", @@ -9636,8 +9531,7 @@ "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/promise-retry": { "version": "2.0.1", @@ -9645,7 +9539,6 @@ "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", "dev": true, "optional": true, - "peer": true, "dependencies": { "err-code": "^2.0.2", "retry": "^0.12.0" @@ -9737,7 +9630,6 @@ "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -9800,6 +9692,7 @@ "version": "18.2.0", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "peer": true, "dependencies": { "loose-envify": "^1.1.0" }, @@ -9830,6 +9723,7 @@ "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", "dev": true, + "peer": true, "engines": { "node": ">=0.10.0" } @@ -9850,7 +9744,6 @@ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -9867,7 +9760,6 @@ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -9886,7 +9778,6 @@ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -9901,7 +9792,6 @@ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "optional": true, - "peer": true, "dependencies": { "p-locate": "^4.1.0" }, @@ -9915,7 +9805,6 @@ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "optional": true, - "peer": true, "dependencies": { "p-try": "^2.0.0" }, @@ -9932,7 +9821,6 @@ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "p-limit": "^2.2.0" }, @@ -9946,7 +9834,6 @@ "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -9956,8 +9843,7 @@ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/read-pkg/node_modules/normalize-package-data": { "version": "2.5.0", @@ -9965,7 +9851,6 @@ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -9979,7 +9864,6 @@ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, "optional": true, - "peer": true, "bin": { "semver": "bin/semver" } @@ -9990,7 +9874,6 @@ "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -10039,7 +9922,6 @@ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -10182,7 +10064,6 @@ "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=0.10.0" } @@ -10255,7 +10136,6 @@ "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">= 4" } @@ -10350,6 +10230,7 @@ "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", "dev": true, + "peer": true, "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -10368,7 +10249,6 @@ "integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "glob": "^7.0.0", "lodash": "^4.17.11", @@ -10452,6 +10332,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, + "peer": true, "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -10487,7 +10368,6 @@ "integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "js-base64": "^2.4.9", "source-map": "^0.7.3" @@ -10499,7 +10379,6 @@ "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">= 8" } @@ -10683,8 +10562,7 @@ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/setprototypeof": { "version": "1.2.0", @@ -10760,7 +10638,6 @@ "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">= 6.0.0", "npm": ">= 3.0.0" @@ -10783,7 +10660,6 @@ "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "ip": "^2.0.0", "smart-buffer": "^4.2.0" @@ -10799,7 +10675,6 @@ "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", "dev": true, "optional": true, - "peer": true, "dependencies": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -10864,7 +10739,6 @@ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "dev": true, "optional": true, - "peer": true, "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -10875,8 +10749,7 @@ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/spdx-expression-parse": { "version": "3.0.1", @@ -10884,7 +10757,6 @@ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, "optional": true, - "peer": true, "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -10895,8 +10767,7 @@ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/spdy": { "version": "4.0.2", @@ -10934,7 +10805,6 @@ "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", "dev": true, "optional": true, - "peer": true, "dependencies": { "minipass": "^3.1.1" }, @@ -10963,7 +10833,6 @@ "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", "dev": true, "optional": true, - "peer": true, "dependencies": { "readable-stream": "^2.0.1" } @@ -10973,8 +10842,7 @@ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/stdout-stream/node_modules/readable-stream": { "version": "2.3.7", @@ -10982,7 +10850,6 @@ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -10998,8 +10865,7 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/stdout-stream/node_modules/string_decoder": { "version": "1.1.1", @@ -11007,7 +10873,6 @@ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "safe-buffer": "~5.1.0" } @@ -11045,7 +10910,6 @@ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "optional": true, - "peer": true, "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -11060,8 +10924,7 @@ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/string.prototype.matchall": { "version": "4.0.8", @@ -11146,7 +11009,6 @@ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "min-indent": "^1.0.0" }, @@ -11221,7 +11083,6 @@ "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -11240,7 +11101,6 @@ "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "yallist": "^4.0.0" }, @@ -11253,8 +11113,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/terser": { "version": "5.16.1", @@ -11380,7 +11239,6 @@ "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=8" } @@ -11390,8 +11248,7 @@ "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz", "integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/ts-loader": { "version": "9.4.2", @@ -11583,6 +11440,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.2.tgz", "integrity": "sha512-Ph7S4EhXzWy0sbljEuZo0tTNoLl+K2tPauGrQpcwUWrOVneLePTuhVzcuzVJJ6RU5DsNwQZka+8YtkXXU4z9cA==", "dev": true, + "peer": true, "engines": { "node": ">=14.16" }, @@ -11622,6 +11480,7 @@ "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", "dev": true, + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -11691,7 +11550,6 @@ "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", "dev": true, "optional": true, - "peer": true, "dependencies": { "unique-slug": "^3.0.0" }, @@ -11705,7 +11563,6 @@ "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", "dev": true, "optional": true, - "peer": true, "dependencies": { "imurmurhash": "^0.1.4" }, @@ -11802,7 +11659,6 @@ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, "optional": true, - "peer": true, "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -11844,6 +11700,7 @@ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", "dev": true, + "peer": true, "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", @@ -11891,6 +11748,7 @@ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", "dev": true, + "peer": true, "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.2.0", @@ -11970,6 +11828,7 @@ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", "dev": true, + "peer": true, "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -12053,6 +11912,7 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", "dev": true, + "peer": true, "engines": { "node": ">=10.13.0" } @@ -12192,7 +12052,6 @@ "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "string-width": "^1.0.2 || 2 || 3 || 4" } @@ -12218,7 +12077,6 @@ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, "optional": true, - "peer": true, "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -12237,7 +12095,6 @@ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "optional": true, - "peer": true, "dependencies": { "color-convert": "^2.0.1" }, @@ -12254,7 +12111,6 @@ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "optional": true, - "peer": true, "dependencies": { "color-name": "~1.1.4" }, @@ -12267,8 +12123,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "node_modules/wrappy": { "version": "1.0.2", @@ -12303,7 +12158,6 @@ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=10" } @@ -12329,7 +12183,6 @@ "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, "optional": true, - "peer": true, "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -12349,7 +12202,6 @@ "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=10" } @@ -12360,7 +12212,6 @@ "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, "optional": true, - "peer": true, "engines": { "node": ">=12" } @@ -12431,6 +12282,7 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", "dev": true, + "peer": true, "requires": { "@ampproject/remapping": "^2.1.0", "@babel/code-frame": "^7.18.6", @@ -13009,6 +12861,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-flow/-/plugin-syntax-flow-7.18.6.tgz", "integrity": "sha512-LUbR+KNTBWCUAqRG9ex5Gnzu2IOkt8jRJbHHXFT9q+L9zm7M/QQbEqXyw1n1pohYvOyWC8CjeyjrSaIwiYjK7A==", "dev": true, + "peer": true, "requires": { "@babel/helper-plugin-utils": "^7.18.6" } @@ -13376,6 +13229,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-react-jsx/-/plugin-transform-react-jsx-7.20.7.tgz", "integrity": "sha512-Tfq7qqD+tRj3EoDhY00nn2uP2hsRxgYGi5mLQ5TimKav0a9Lrpd4deE+fcLXU8zFYRjlKPHZhpCvfEA6qnBxqQ==", "dev": true, + "peer": true, "requires": { "@babel/helper-annotate-as-pure": "^7.18.6", "@babel/helper-module-imports": "^7.18.6", @@ -13727,8 +13581,7 @@ "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "@humanwhocodes/config-array": { "version": "0.11.8", @@ -13879,7 +13732,6 @@ "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", "dev": true, "optional": true, - "peer": true, "requires": { "@gar/promisify": "^1.1.3", "semver": "^7.3.5" @@ -13891,7 +13743,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "requires": { "yallist": "^4.0.0" } @@ -13902,7 +13753,6 @@ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "optional": true, - "peer": true, "requires": { "lru-cache": "^6.0.0" } @@ -13912,8 +13762,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -13923,7 +13772,6 @@ "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", "dev": true, "optional": true, - "peer": true, "requires": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -13935,7 +13783,6 @@ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "optional": true, - "peer": true, "requires": { "glob": "^7.1.3" } @@ -13989,8 +13836,7 @@ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "@types/body-parser": { "version": "1.19.2", @@ -14164,8 +14010,7 @@ "resolved": "https://registry.npmjs.org/@types/minimist/-/minimist-1.2.2.tgz", "integrity": "sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "@types/node": { "version": "18.11.18", @@ -14178,8 +14023,7 @@ "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.1.tgz", "integrity": "sha512-Gj7cI7z+98M282Tqmp2K5EIsoouUEzbBJhQQzDE3jSIRk6r9gsz0oUokqIUR4u1R3dMHo0pDHM7sNOHyhulypw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "@types/parse-json": { "version": "4.0.0", @@ -14337,6 +14181,7 @@ "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.48.1.tgz", "integrity": "sha512-4yg+FJR/V1M9Xoq56SF9Iygqm+r5LMXvheo6DQ7/yUWynQ4YfCRnsKuRgqH4EQ5Ya76rVwlEpw4Xu+TgWQUcdA==", "dev": true, + "peer": true, "requires": { "@typescript-eslint/scope-manager": "5.48.1", "@typescript-eslint/types": "5.48.1", @@ -14681,8 +14526,7 @@ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "accepts": { "version": "1.3.8", @@ -14698,7 +14542,8 @@ "version": "8.8.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.1.tgz", "integrity": "sha512-7zFpHzhnqYKrkYdUjF1HI1bzd0VygEGX8lFk4k5zVMqHEoES+P+7TKI+EvLO9WVMJ8eekdO0aDEK044xTXwPPA==", - "dev": true + "dev": true, + "peer": true }, "acorn-import-assertions": { "version": "1.8.0", @@ -14720,7 +14565,6 @@ "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, "optional": true, - "peer": true, "requires": { "debug": "4" } @@ -14731,7 +14575,6 @@ "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", "dev": true, "optional": true, - "peer": true, "requires": { "debug": "^4.1.0", "depd": "^1.1.2", @@ -14744,7 +14587,6 @@ "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, "optional": true, - "peer": true, "requires": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" @@ -14755,6 +14597,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", "dev": true, + "peer": true, "requires": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -14834,8 +14677,7 @@ "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "are-we-there-yet": { "version": "3.0.1", @@ -14843,7 +14685,6 @@ "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", "dev": true, "optional": true, - "peer": true, "requires": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" @@ -14937,8 +14778,7 @@ "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "ast-types-flow": { "version": "0.0.7", @@ -14951,8 +14791,7 @@ "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz", "integrity": "sha512-VUeSMD8nEGBWaZK4lizI1sf3yEC7pnAQ/mrI7pC2fBz2s/tq5jWWEngTwaf0Gruu/OoXRGLGg1XFqpYBiGTYJA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "available-typed-arrays": { "version": "1.0.5", @@ -15194,6 +15033,7 @@ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", "dev": true, + "peer": true, "requires": { "caniuse-lite": "^1.0.30001400", "electron-to-chromium": "^1.4.251", @@ -15225,7 +15065,6 @@ "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", "dev": true, "optional": true, - "peer": true, "requires": { "@npmcli/fs": "^2.1.0", "@npmcli/move-file": "^2.0.0", @@ -15253,7 +15092,6 @@ "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, "optional": true, - "peer": true, "requires": { "balanced-match": "^1.0.0" } @@ -15264,7 +15102,6 @@ "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", "dev": true, "optional": true, - "peer": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -15278,8 +15115,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz", "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "minimatch": { "version": "5.1.2", @@ -15287,7 +15123,6 @@ "integrity": "sha512-bNH9mmM9qsJ2X4r2Nat1B//1dJVcn3+iBLa3IgqJ7EbGaDNepL9QSHOxN4ng33s52VMMhhIfgCYDk3C4ZmlDAg==", "dev": true, "optional": true, - "peer": true, "requires": { "brace-expansion": "^2.0.1" } @@ -15298,7 +15133,6 @@ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, "optional": true, - "peer": true, "requires": { "aggregate-error": "^3.0.0" } @@ -15309,7 +15143,6 @@ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "optional": true, - "peer": true, "requires": { "glob": "^7.1.3" }, @@ -15320,7 +15153,6 @@ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, "optional": true, - "peer": true, "requires": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -15332,7 +15164,6 @@ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dev": true, "optional": true, - "peer": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -15348,7 +15179,6 @@ "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, "optional": true, - "peer": true, "requires": { "brace-expansion": "^1.1.7" } @@ -15388,8 +15218,7 @@ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "camelcase-keys": { "version": "6.2.2", @@ -15397,7 +15226,6 @@ "integrity": "sha512-YrwaA0vEKazPBkn0ipTiMpSajYDSe+KjQfrjhcBMxJt/znbvlHd8Pw/Vamaz5EB4Wfhs3SUR3Z9mwRu/P3s3Yg==", "dev": true, "optional": true, - "peer": true, "requires": { "camelcase": "^5.3.1", "map-obj": "^4.0.0", @@ -15442,8 +15270,7 @@ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "chrome-trace-event": { "version": "1.0.3", @@ -15465,8 +15292,7 @@ "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "clean-webpack-plugin": { "version": "4.0.0", @@ -15483,7 +15309,6 @@ "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, "optional": true, - "peer": true, "requires": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", @@ -15521,8 +15346,7 @@ "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "colorette": { "version": "2.0.19", @@ -15618,8 +15442,7 @@ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "content-disposition": { "version": "0.5.4", @@ -15836,8 +15659,7 @@ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "decamelize-keys": { "version": "1.1.1", @@ -15845,7 +15667,6 @@ "integrity": "sha512-WiPxgEirIV0/eIOMcnFBA3/IJZAZqKnwAwWyvvdi4lsr1WCN22nhdf/3db3DoZcUjTV2SqfzIwNyp6y2xs3nmg==", "dev": true, "optional": true, - "peer": true, "requires": { "decamelize": "^1.1.0", "map-obj": "^1.0.0" @@ -15856,8 +15677,7 @@ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", "integrity": "sha512-7N/q3lyZ+LVCp7PzuxrJr4KMbBE2hW7BT7YNia330OFxIf4d3r5zVpicP2650l7CPN6RM9zOJRl3NGpqSiw3Eg==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -15969,8 +15789,7 @@ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "depd": { "version": "1.1.2", @@ -16115,7 +15934,6 @@ "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", "dev": true, "optional": true, - "peer": true, "requires": { "iconv-lite": "^0.6.2" } @@ -16141,8 +15959,7 @@ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "envinfo": { "version": "7.8.1", @@ -16155,8 +15972,7 @@ "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "error-ex": { "version": "1.3.2", @@ -16294,6 +16110,7 @@ "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.31.0.tgz", "integrity": "sha512-0tQQEVdmPZ1UtUKXjX7EMm9BlgJ08G90IhWh0PKDCb3ZLsgAOHI8fYSIzYVZej92zsgq+ft0FGsxhJ3xo2tbuA==", "dev": true, + "peer": true, "requires": { "@eslint/eslintrc": "^1.4.1", "@humanwhocodes/config-array": "^0.11.8", @@ -17039,7 +16856,6 @@ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.0.0" } @@ -17093,7 +16909,6 @@ "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", "dev": true, "optional": true, - "peer": true, "requires": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.3", @@ -17111,7 +16926,6 @@ "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==", "dev": true, "optional": true, - "peer": true, "requires": { "globule": "^1.0.0" } @@ -17127,8 +16941,7 @@ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "get-intrinsic": { "version": "1.1.3", @@ -17146,8 +16959,7 @@ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", "integrity": "sha512-F5aQMywwJ2n85s4hJPTT9RPxGmubonuB10MNYo17/xph174n2MIR33HRguhzVag10O/npM7SPk73LMZNP+FaWw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "get-stream": { "version": "6.0.1", @@ -17229,7 +17041,6 @@ "integrity": "sha512-OPTIfhMBh7JbBYDpa5b+Q5ptmMWKwcNcFSR/0c6t8V4f3ZAVBEsKNY37QdVqmLRYSMhOUGYrY0QhSoEpzGr/Eg==", "dev": true, "optional": true, - "peer": true, "requires": { "glob": "~7.1.1", "lodash": "^4.17.21", @@ -17242,7 +17053,6 @@ "integrity": "sha512-OvD9ENzPLbegENnYP5UUfJIirTg4+XwMWGaQfQTY0JenxNvvIKP3U3/tAQSPIu/lHxXYSZmpXlUHeqAIdKzBLQ==", "dev": true, "optional": true, - "peer": true, "requires": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -17258,7 +17068,6 @@ "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", "dev": true, "optional": true, - "peer": true, "requires": { "brace-expansion": "^1.1.7" } @@ -17297,8 +17106,7 @@ "resolved": "https://registry.npmjs.org/hard-rejection/-/hard-rejection-2.1.0.tgz", "integrity": "sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "has": { "version": "1.0.3", @@ -17356,8 +17164,7 @@ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "he": { "version": "1.2.0", @@ -17371,7 +17178,6 @@ "integrity": "sha512-kyCuEOWjJqZuDbRHzL8V93NzQhwIB71oFWSyzVo+KPZI+pnQPPxucdkrOZvkLRnrf5URsQM+IJ09Dw29cRALIA==", "dev": true, "optional": true, - "peer": true, "requires": { "lru-cache": "^6.0.0" }, @@ -17382,7 +17188,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "requires": { "yallist": "^4.0.0" } @@ -17392,8 +17197,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -17546,8 +17350,7 @@ "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "http-deceiver": { "version": "1.2.7", @@ -17599,7 +17402,6 @@ "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, "optional": true, - "peer": true, "requires": { "@tootallnate/once": "2", "agent-base": "6", @@ -17633,7 +17435,6 @@ "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dev": true, "optional": true, - "peer": true, "requires": { "agent-base": "6", "debug": "4" @@ -17651,7 +17452,6 @@ "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", "dev": true, "optional": true, - "peer": true, "requires": { "ms": "^2.0.0" } @@ -17715,16 +17515,14 @@ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "infer-owner": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "inflight": { "version": "1.0.6", @@ -17764,8 +17562,7 @@ "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "ipaddr.js": { "version": "2.0.1", @@ -17869,8 +17666,7 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "is-glob": { "version": "4.0.3", @@ -17886,8 +17682,7 @@ "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "is-map": { "version": "2.0.2", @@ -17953,8 +17748,7 @@ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-1.1.0.tgz", "integrity": "sha512-yvkRyxmFKEOQ4pNXCmJG5AEQNlXJS5LaONXo5/cLdTZdWvsZ1ioJEonLGAosKlMWE8lwUy/bJzMjcw8az73+Fg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "is-plain-object": { "version": "2.0.4", @@ -18112,8 +17906,7 @@ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz", "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "js-sdsl": { "version": "4.2.0", @@ -18313,7 +18106,6 @@ "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", "dev": true, "optional": true, - "peer": true, "requires": { "agentkeepalive": "^4.2.1", "cacache": "^16.1.0", @@ -18338,8 +18130,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.1.tgz", "integrity": "sha512-ysxwsnTKdAx96aTRdhDOCQfDgbHnt8SK0KY8SEjO0wHinhWOFTESbjVCMPbU1uGXg/ch4lifqx0wfjOawU2+WA==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -18348,8 +18139,7 @@ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-4.3.0.tgz", "integrity": "sha512-hdN1wVrZbb29eBGiGjJbeP8JbKjq1urkHJ/LIP/NY48MZ1QVXUsQBV1G1zvYFHn1XE06cwjBsOI2K3Ulnj1YXQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "media-typer": { "version": "0.3.0", @@ -18372,7 +18162,6 @@ "integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", "dev": true, "optional": true, - "peer": true, "requires": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", @@ -18393,8 +18182,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.18.1.tgz", "integrity": "sha512-OIAYXk8+ISY+qTOwkHtKqzAuxchoMiD9Udx+FSGQDuiRR+PJKJHc2NJAXlbhkGwTt/4/nKZxELY1w3ReWOL8mw==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -18464,8 +18252,7 @@ "resolved": "https://registry.npmjs.org/min-indent/-/min-indent-1.0.1.tgz", "integrity": "sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "minimalistic-assert": { "version": "1.0.1", @@ -18494,7 +18281,6 @@ "integrity": "sha512-Q4r8ghd80yhO/0j1O3B2BjweX3fiHg9cdOwjJd2J76Q135c+NDxGCqdYKQ1SKBuFfgWbAUzBfvYjPUEeNgqN1A==", "dev": true, "optional": true, - "peer": true, "requires": { "arrify": "^1.0.1", "is-plain-obj": "^1.1.0", @@ -18507,7 +18293,6 @@ "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, "optional": true, - "peer": true, "requires": { "yallist": "^4.0.0" }, @@ -18517,8 +18302,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -18528,7 +18312,6 @@ "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.0.0" } @@ -18539,7 +18322,6 @@ "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, "optional": true, - "peer": true, "requires": { "encoding": "^0.1.13", "minipass": "^3.1.6", @@ -18553,7 +18335,6 @@ "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.0.0" } @@ -18564,7 +18345,6 @@ "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.0.0" } @@ -18575,7 +18355,6 @@ "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.0.0" } @@ -18586,7 +18365,6 @@ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.0.0", "yallist": "^4.0.0" @@ -18597,8 +18375,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -18607,8 +18384,7 @@ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "ms": { "version": "2.1.2", @@ -18631,8 +18407,7 @@ "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "nanoid": { "version": "3.3.4", @@ -18686,7 +18461,6 @@ "integrity": "sha512-olTJRgUtAb/hOXG0E93wZDs5YiJlgbXxTwQAFHyNlRsXQnYzUaF2aGgujZbw+hR8aF4ZG/rST57bWMWD16jr9w==", "dev": true, "optional": true, - "peer": true, "requires": { "env-paths": "^2.2.0", "glob": "^7.1.4", @@ -18706,7 +18480,6 @@ "integrity": "sha512-8KG5RD0GVP4ydEzRn/I4BNDuxDtqVbOdm8675T49OIG/NGhaK0pjPX7ZcDlvKYbA+ulvVK3ztfcF4uBdOxuJbQ==", "dev": true, "optional": true, - "peer": true, "requires": { "@gar/promisify": "^1.0.1", "semver": "^7.3.5" @@ -18718,7 +18491,6 @@ "integrity": "sha512-1SUf/Cg2GzGDyaf15aR9St9TWlb+XvbZXWpDx8YKs7MLzMH/BCeopv+y9vzrzgkfykCGuWOlSu3mZhj2+FQcrg==", "dev": true, "optional": true, - "peer": true, "requires": { "mkdirp": "^1.0.4", "rimraf": "^3.0.2" @@ -18729,8 +18501,7 @@ "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-1.1.2.tgz", "integrity": "sha512-RbzJvlNzmRq5c3O09UipeuXno4tA1FE6ikOjxZK0tuxVv3412l64l5t1W5pj4+rJq9vpkm/kwiR07aZXnsKPxw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "cacache": { "version": "15.3.0", @@ -18738,7 +18509,6 @@ "integrity": "sha512-VVdYzXEn+cnbXpFgWs5hTT7OScegHVmLhJIR8Ufqk3iFD6A6j5iSX1KuBTfNEv4tdJWE2PzA6IVFtcLC7fN9wQ==", "dev": true, "optional": true, - "peer": true, "requires": { "@npmcli/fs": "^1.0.0", "@npmcli/move-file": "^1.0.1", @@ -18766,7 +18536,6 @@ "integrity": "sha512-k0zdNgqWTGA6aeIRVpvfVob4fL52dTfaehylg0Y4UvSySvOq/Y+BOyPrgpUrA7HylqvU8vIZGsRuXmspskV0Tg==", "dev": true, "optional": true, - "peer": true, "requires": { "@tootallnate/once": "1", "agent-base": "6", @@ -18779,7 +18548,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "requires": { "yallist": "^4.0.0" } @@ -18790,7 +18558,6 @@ "integrity": "sha512-+zopwDy7DNknmwPQplem5lAZX/eCOzSvSNNcSKm5eVwTkOBzoktEfXsa9L23J/GIRhxRsaxzkPEhrJEpE2F4Gg==", "dev": true, "optional": true, - "peer": true, "requires": { "agentkeepalive": "^4.1.3", "cacache": "^15.2.0", @@ -18816,7 +18583,6 @@ "integrity": "sha512-CGH1eblLq26Y15+Azk7ey4xh0J/XfJfrCox5LDJiKqI2Q2iwOLOKrlmIaODiSQS8d18jalF6y2K2ePUm0CmShw==", "dev": true, "optional": true, - "peer": true, "requires": { "encoding": "^0.1.12", "minipass": "^3.1.0", @@ -18830,7 +18596,6 @@ "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, "optional": true, - "peer": true, "requires": { "aggregate-error": "^3.0.0" } @@ -18841,7 +18606,6 @@ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "dev": true, "optional": true, - "peer": true, "requires": { "glob": "^7.1.3" } @@ -18852,7 +18616,6 @@ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "optional": true, - "peer": true, "requires": { "lru-cache": "^6.0.0" } @@ -18863,7 +18626,6 @@ "integrity": "sha512-a6KW9G+6B3nWZ1yB8G7pJwL3ggLy1uTzKAgCb7ttblwqdz9fMGJUuTy3uFzEP48FAs9FLILlmzDlE2JJhVQaXQ==", "dev": true, "optional": true, - "peer": true, "requires": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -18876,7 +18638,6 @@ "integrity": "sha512-97qShzy1AiyxvPNIkLWoGua7xoQzzPjQ0HAH4B0rWKo7SZ6USuPcrUiAFrws0UH8RrbWmgq3LMTObhPIHbbBeQ==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.1.1" } @@ -18887,7 +18648,6 @@ "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", "dev": true, "optional": true, - "peer": true, "requires": { "unique-slug": "^2.0.0" } @@ -18898,7 +18658,6 @@ "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", "dev": true, "optional": true, - "peer": true, "requires": { "imurmurhash": "^0.1.4" } @@ -18908,8 +18667,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -18925,7 +18683,6 @@ "integrity": "sha512-jPzqCF2/e6JXw6r3VxfIqYc8tKQdkj5Z/BDATYyG6FL6b/LuYBNFGFVhus0mthcWifHm/JzBpKAd+3eXsWeK/A==", "dev": true, "optional": true, - "peer": true, "requires": { "async-foreach": "^0.1.3", "chalk": "^4.1.2", @@ -18949,7 +18706,6 @@ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "optional": true, - "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -18960,7 +18716,6 @@ "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, "optional": true, - "peer": true, "requires": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -18972,7 +18727,6 @@ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "optional": true, - "peer": true, "requires": { "color-name": "~1.1.4" } @@ -18982,16 +18736,14 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "supports-color": { "version": "7.2.0", @@ -18999,7 +18751,6 @@ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, "optional": true, - "peer": true, "requires": { "has-flag": "^4.0.0" } @@ -19012,7 +18763,6 @@ "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==", "dev": true, "optional": true, - "peer": true, "requires": { "abbrev": "1" } @@ -19023,7 +18773,6 @@ "integrity": "sha512-p2W1sgqij3zMMyRC067Dg16bfzVH+w7hyegmpIvZ4JNjqtGOVAIvLmjBx3yP7YTe9vKJgkoNOPjwQGogDoMXFA==", "dev": true, "optional": true, - "peer": true, "requires": { "hosted-git-info": "^4.0.1", "is-core-module": "^2.5.0", @@ -19037,7 +18786,6 @@ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", "dev": true, "optional": true, - "peer": true, "requires": { "yallist": "^4.0.0" } @@ -19048,7 +18796,6 @@ "integrity": "sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==", "dev": true, "optional": true, - "peer": true, "requires": { "lru-cache": "^6.0.0" } @@ -19058,8 +18805,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -19084,7 +18830,6 @@ "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", "dev": true, "optional": true, - "peer": true, "requires": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", @@ -19488,6 +19233,7 @@ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.21.tgz", "integrity": "sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==", "dev": true, + "peer": true, "requires": { "nanoid": "^3.3.4", "picocolors": "^1.0.0", @@ -19579,8 +19325,7 @@ "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "promise-retry": { "version": "2.0.1", @@ -19588,7 +19333,6 @@ "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", "dev": true, "optional": true, - "peer": true, "requires": { "err-code": "^2.0.2", "retry": "^0.12.0" @@ -19649,8 +19393,7 @@ "resolved": "https://registry.npmjs.org/quick-lru/-/quick-lru-4.0.1.tgz", "integrity": "sha512-ARhCpm70fzdcvNQfPoy49IaanKkTlRWF2JMzqhcJbhSFRZv7nPTvZJdcY7301IPmvW+/p0RgIWnQDLJxifsQ7g==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "randombytes": { "version": "2.1.0", @@ -19700,6 +19443,7 @@ "version": "18.2.0", "resolved": "https://registry.npmjs.org/react/-/react-18.2.0.tgz", "integrity": "sha512-/3IjMdb2L9QbBdWiW5e3P2/npwMBaU9mHCSCUzNln0ZCYbcfTsGbTJrU/kGemdH2IWmB2ioZ+zkxtmq6g09fGQ==", + "peer": true, "requires": { "loose-envify": "^1.1.0" } @@ -19723,7 +19467,8 @@ "version": "0.14.0", "resolved": "https://registry.npmjs.org/react-refresh/-/react-refresh-0.14.0.tgz", "integrity": "sha512-wViHqhAd8OHeLS/IRMJjTSDHF3U9eWi62F/MledQGPdJGDhodXJ9PBLNGr6WWL7qlH12Mt3TyTpbS+hGXMjCzQ==", - "dev": true + "dev": true, + "peer": true }, "react-refresh-typescript": { "version": "2.0.7", @@ -19738,7 +19483,6 @@ "integrity": "sha512-Ug69mNOpfvKDAc2Q8DRpMjjzdtrnv9HcSMX+4VsZxD1aZ6ZzrIE7rlzXBtWTyhULSMKg076AW6WR5iZpD0JiOg==", "dev": true, "optional": true, - "peer": true, "requires": { "@types/normalize-package-data": "^2.4.0", "normalize-package-data": "^2.5.0", @@ -19751,8 +19495,7 @@ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz", "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "normalize-package-data": { "version": "2.5.0", @@ -19760,7 +19503,6 @@ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==", "dev": true, "optional": true, - "peer": true, "requires": { "hosted-git-info": "^2.1.4", "resolve": "^1.10.0", @@ -19773,16 +19515,14 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "type-fest": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.6.0.tgz", "integrity": "sha512-q+MB8nYR1KDLrgr4G5yemftpMC7/QLqVndBmEEdqzmNj5dcFOO4Oo8qlwZE3ULT3+Zim1F8Kq4cBnikNhlCMlg==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -19792,7 +19532,6 @@ "integrity": "sha512-zK0TB7Xd6JpCLmlLmufqykGE+/TlOePD6qKClNW7hHDKFh/J7/7gCWGR7joEQEW1bKq3a3yUZSObOoWLFQ4ohg==", "dev": true, "optional": true, - "peer": true, "requires": { "find-up": "^4.1.0", "read-pkg": "^5.2.0", @@ -19805,7 +19544,6 @@ "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, "optional": true, - "peer": true, "requires": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -19817,7 +19555,6 @@ "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, "optional": true, - "peer": true, "requires": { "p-locate": "^4.1.0" } @@ -19828,7 +19565,6 @@ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, "optional": true, - "peer": true, "requires": { "p-try": "^2.0.0" } @@ -19839,7 +19575,6 @@ "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, "optional": true, - "peer": true, "requires": { "p-limit": "^2.2.0" } @@ -19849,8 +19584,7 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.8.1.tgz", "integrity": "sha512-4dbzIzqvjtgiM5rw1k5rEHtBANKmdudhGyBEajN01fEyhaAIhsoKNy6y7+IN93IfpFtwY9iqi7kD+xwKhQsNJA==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -19889,7 +19623,6 @@ "integrity": "sha512-6tDA8g98We0zd0GvVeMT9arEOnTw9qM03L9cJXaCjrip1OO764RDBLBfrB4cwzNGDj5OA5ioymC9GkizgWJDUg==", "dev": true, "optional": true, - "peer": true, "requires": { "indent-string": "^4.0.0", "strip-indent": "^3.0.0" @@ -20003,8 +19736,7 @@ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "require-from-string": { "version": "2.0.2", @@ -20057,8 +19789,7 @@ "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "reusify": { "version": "1.0.4", @@ -20112,6 +19843,7 @@ "resolved": "https://registry.npmjs.org/sass/-/sass-1.57.1.tgz", "integrity": "sha512-O2+LwLS79op7GI0xZ8fqzF7X2m/m8WFfI02dHOdsK5R2ECeS5F62zrwg/relM1rjSLy7Vd/DiMNIvPrQGsA0jw==", "dev": true, + "peer": true, "requires": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -20124,7 +19856,6 @@ "integrity": "sha512-5YCfmGBmxoIRYHnKK2AKzrAkCoQ8ozO+iumT8K4tXJXRVCPf+7s1/9KxTSW3Rbvf+7Y7b4FR3mWyLnQr3PHocA==", "dev": true, "optional": true, - "peer": true, "requires": { "glob": "^7.0.0", "lodash": "^4.17.11", @@ -20167,6 +19898,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, + "peer": true, "requires": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", @@ -20197,7 +19929,6 @@ "integrity": "sha512-raKLgf1LI5QMQnG+RxHz6oK0sL3x3I4FN2UDLqgLOGO8hodECNnNh5BXn7fAyBxrA8zVzdQizQ6XjNJQ+uBwMw==", "dev": true, "optional": true, - "peer": true, "requires": { "js-base64": "^2.4.9", "source-map": "^0.7.3" @@ -20208,8 +19939,7 @@ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -20374,8 +20104,7 @@ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "setprototypeof": { "version": "1.2.0", @@ -20435,8 +20164,7 @@ "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "sockjs": { "version": "0.3.24", @@ -20455,7 +20183,6 @@ "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", "dev": true, "optional": true, - "peer": true, "requires": { "ip": "^2.0.0", "smart-buffer": "^4.2.0" @@ -20467,7 +20194,6 @@ "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", "dev": true, "optional": true, - "peer": true, "requires": { "agent-base": "^6.0.2", "debug": "^4.3.3", @@ -20513,7 +20239,6 @@ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", "dev": true, "optional": true, - "peer": true, "requires": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" @@ -20524,8 +20249,7 @@ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "spdx-expression-parse": { "version": "3.0.1", @@ -20533,7 +20257,6 @@ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, "optional": true, - "peer": true, "requires": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" @@ -20544,8 +20267,7 @@ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "spdy": { "version": "4.0.2", @@ -20580,7 +20302,6 @@ "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", "dev": true, "optional": true, - "peer": true, "requires": { "minipass": "^3.1.1" } @@ -20603,7 +20324,6 @@ "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==", "dev": true, "optional": true, - "peer": true, "requires": { "readable-stream": "^2.0.1" }, @@ -20613,8 +20333,7 @@ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "readable-stream": { "version": "2.3.7", @@ -20622,7 +20341,6 @@ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", "dev": true, "optional": true, - "peer": true, "requires": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -20638,8 +20356,7 @@ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "string_decoder": { "version": "1.1.1", @@ -20647,7 +20364,6 @@ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, "optional": true, - "peer": true, "requires": { "safe-buffer": "~5.1.0" } @@ -20684,7 +20400,6 @@ "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, "optional": true, - "peer": true, "requires": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -20696,8 +20411,7 @@ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -20766,7 +20480,6 @@ "integrity": "sha512-laJTa3Jb+VQpaC6DseHhF7dXVqHTfJPCRDaEbid/drOhgitgYku/letMUqOXFoWV0zIIUbjpdH2t+tYj4bQMRQ==", "dev": true, "optional": true, - "peer": true, "requires": { "min-indent": "^1.0.0" } @@ -20811,7 +20524,6 @@ "integrity": "sha512-jdIBIN6LTIe2jqzay/2vtYLlBHa3JF42ot3h1dW8Q0PaAG4v8rm0cvpVePtau5C6OKXGGcgO9q2AMNSWxiLqKw==", "dev": true, "optional": true, - "peer": true, "requires": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", @@ -20827,7 +20539,6 @@ "integrity": "sha512-g2Uuh2jEKoht+zvO6vJqXmYpflPqzRBT+Th2h01DKh5z7wbY/AZ2gCQ78cP70YoHPyFdY30YBV5WxgLOEwOykw==", "dev": true, "optional": true, - "peer": true, "requires": { "yallist": "^4.0.0" } @@ -20837,8 +20548,7 @@ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -20926,16 +20636,14 @@ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-3.0.1.tgz", "integrity": "sha512-c1PTsA3tYrIsLGkJkzHF+w9F2EyxfXGo4UyJc4pFL++FMjnq0HJS69T3M7d//gKrFKwy429bouPescbjecU+Zw==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "true-case-path": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-2.2.1.tgz", "integrity": "sha512-0z3j8R7MCjy10kc/g+qg7Ln3alJTodw9aDuVWZa3uiWqfuBMKeAeP2ocWcxoyM3D73yz3Jt/Pu4qPr4wHSdB/Q==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "ts-loader": { "version": "9.4.2", @@ -21083,7 +20791,8 @@ "version": "3.5.2", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-3.5.2.tgz", "integrity": "sha512-Ph7S4EhXzWy0sbljEuZo0tTNoLl+K2tPauGrQpcwUWrOVneLePTuhVzcuzVJJ6RU5DsNwQZka+8YtkXXU4z9cA==", - "dev": true + "dev": true, + "peer": true }, "type-is": { "version": "1.6.18", @@ -21110,7 +20819,8 @@ "version": "4.9.4", "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.4.tgz", "integrity": "sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==", - "dev": true + "dev": true, + "peer": true }, "unbox-primitive": { "version": "1.0.2", @@ -21158,7 +20868,6 @@ "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", "dev": true, "optional": true, - "peer": true, "requires": { "unique-slug": "^3.0.0" } @@ -21169,7 +20878,6 @@ "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", "dev": true, "optional": true, - "peer": true, "requires": { "imurmurhash": "^0.1.4" } @@ -21235,7 +20943,6 @@ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, "optional": true, - "peer": true, "requires": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" @@ -21271,6 +20978,7 @@ "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.75.0.tgz", "integrity": "sha512-piaIaoVJlqMsPtX/+3KTTO6jfvrSYgauFVdt8cr9LTHKmcq/AMd4mhzsiP7ZF/PGRNPGA8336jldh9l2Kt2ogQ==", "dev": true, + "peer": true, "requires": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", @@ -21332,6 +21040,7 @@ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", "dev": true, + "peer": true, "requires": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.2.0", @@ -21373,6 +21082,7 @@ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", "dev": true, + "peer": true, "requires": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -21430,7 +21140,8 @@ "version": "3.2.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true + "dev": true, + "peer": true }, "websocket-driver": { "version": "0.7.4", @@ -21503,7 +21214,6 @@ "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", "dev": true, "optional": true, - "peer": true, "requires": { "string-width": "^1.0.2 || 2 || 3 || 4" } @@ -21526,7 +21236,6 @@ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, "optional": true, - "peer": true, "requires": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -21539,7 +21248,6 @@ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, "optional": true, - "peer": true, "requires": { "color-convert": "^2.0.1" } @@ -21550,7 +21258,6 @@ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, "optional": true, - "peer": true, "requires": { "color-name": "~1.1.4" } @@ -21560,8 +21267,7 @@ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -21583,8 +21289,7 @@ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "yallist": { "version": "3.1.1", @@ -21604,7 +21309,6 @@ "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, "optional": true, - "peer": true, "requires": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -21620,8 +21324,7 @@ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, - "optional": true, - "peer": true + "optional": true } } }, @@ -21630,8 +21333,7 @@ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", "dev": true, - "optional": true, - "peer": true + "optional": true }, "yazl": { "version": "2.5.1", diff --git a/src/manifest.json b/src/manifest.json index 9a7ba9080..5d8935bca 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -8,9 +8,6 @@ "default_popup": "popup.html", "default_icon": "icon-34.png" }, - "chrome_url_overrides": { - "newtab": "newtab.html" - }, "icons": { "128": "icon-128.png" }, diff --git a/webpack.config.js b/webpack.config.js index c8a142da0..ef326d391 100755 --- a/webpack.config.js +++ b/webpack.config.js @@ -38,7 +38,6 @@ const isDevelopment = process.env.NODE_ENV !== 'production'; var options = { mode: process.env.NODE_ENV || 'development', entry: { - newtab: path.join(__dirname, 'src', 'pages', 'Newtab', 'index.jsx'), options: path.join(__dirname, 'src', 'pages', 'Options', 'index.jsx'), popup: path.join(__dirname, 'src', 'pages', 'Popup', 'index.jsx'), background: path.join(__dirname, 'src', 'pages', 'Background', 'index.js'), @@ -184,12 +183,6 @@ var options = { }, ], }), - new HtmlWebpackPlugin({ - template: path.join(__dirname, 'src', 'pages', 'Newtab', 'index.html'), - filename: 'newtab.html', - chunks: ['newtab'], - cache: false, - }), new HtmlWebpackPlugin({ template: path.join(__dirname, 'src', 'pages', 'Options', 'index.html'), filename: 'options.html', From 33cde51a11b1b436f0ec92c0ed23f2f6bf8e07f5 Mon Sep 17 00:00:00 2001 From: EthanH1973 Date: Fri, 7 Nov 2025 08:25:57 +0700 Subject: [PATCH 2/3] update icon and logo --- package.json | 10 +++++----- src/assets/img/icon-128.png | Bin 12311 -> 3998 bytes src/assets/img/icon-34.png | Bin 2271 -> 3998 bytes src/assets/img/logo.svg | 8 +------- src/manifest.json | 30 ++++++++++++++++++++++-------- 5 files changed, 28 insertions(+), 20 deletions(-) diff --git a/package.json b/package.json index 4c83f2b9d..e5483a2ff 100755 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { - "name": "chrome-extension-boilerplate-react", - "version": "5.0.4", - "description": "A chrome extension boilerplate built with React 18, Webpack 5, and Webpack Dev Server 4", + "name": "on-the-spot-dictionary", + "version": "0.0.1", + "description": "Pop up a dictionary when you hover over a word", "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/lxieyang/chrome-extension-boilerplate-react.git" + "url": "https://github.com/EthanH1973/chrome-extension-basic-react.git" }, "scripts": { "build": "node utils/build.js", @@ -58,4 +58,4 @@ "webpack-dev-server": "^4.11.1", "zip-webpack-plugin": "^4.0.1" } -} +} \ No newline at end of file diff --git a/src/assets/img/icon-128.png b/src/assets/img/icon-128.png index 13996e60b9bf9462a82099f16f0ca3427f4267be..b3a6542f3f979d2031b37323f179251f548e4ec6 100644 GIT binary patch literal 3998 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 literal 12311 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 diff --git a/src/assets/img/icon-34.png b/src/assets/img/icon-34.png index 96aba0bc219cb7c2157206ca681e322167817b19..b3a6542f3f979d2031b37323f179251f548e4ec6 100644 GIT binary patch literal 3998 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 literal 2271 zcmV<52q5=~P)?#LmyobX0SSnPO%XxSx_}A+>8R9=ic@u54k)gj3UkIqi1J}GS20Sv#MqbrYv>kI(u+AT%OGkuMSFR zCn8f8tai=RH1yRp{_IuO2wrvHfcvd|@U~_jte<=w4!fV}I6xo$_5=IW1MXZ875hCm zuB+E(QQFb-^vV16CTPI8N>?q!J;m2)K#&n=xCk?QML$ zi}!v&bR(VDI*C6jj*HXS3qkXoJ>HhA+&Lzu;HKB7H66;_dQcv105e1ngFe^8s)%a% z6gxYFogE=oNFHVuUhklb9!YyZ?qEAMSpbW=jd>TZA4oBok|!y`gpYWZH6x^GX+MEF zA)e0DCzHy~<)jAY1Yd!$HFe;f(*-FsfD)(1r|>T@D_IA-Jumcvuv2paU-w`|-A>=(>M_}A(gZr?Q?E-s+vp=_A zP@!bc39rECDrE zVLT~9$Y~Q~96}=TvkBN~6uE!^DavcEB- zcp;Hriasg7jpqjoc|gv#XWFg&vk%w3ziI1sFIKw71X)JvVLq;tsW?b%cV*0}HUZ2P zF+(mQq#EznAwv5cgw4UTY9G1|TC`T=&_7VfvzIIoOk1&6^t;31yulId*gcLhic-nr zlM)qdMe4zf(c(6)gL$}(<8VQ;Q)CNLGZ(w6pvCuQ#ET#ybDJPIp}yTe?u1U>FE*Z! z)e&>-CC{Cv=%D0b2}vUob#1eTT!W=DGsIGzB?x+-RQ6amUCC5h2k(NY*{Zw%5{fxA z(a`A@wko~%;5`E&4#N|Yd^cWe8@SO3(eX_%SEYj`4n0A*cBHisHRKG8?Nz@^lp_Zl;+4Y6sl9F=ruoSv?NkVuL}*@K-?S z*n}iyenZ=UY$Nz(AY`i*#Af*X8!$6e2mbra5L5oR2_zk>Oew#$9!8HS1Hbe`AiKK` z0@E*90gHP;UR4nm()X)|Hl?N+d~%w>Z+kNYq_^~{PSAQixD_1(V*HaC@`Dw^JopHl z8aDy`b1Km7sn{MNONblz z2>sOjYPv><|E>!VR8R$hjU^DgxArw57y>WfAjc1PNZgcohS?lqFAJO|9xYQyhs3?_y}VG1kWP6`j%i@hoMlS7 z#deLPfb8*F1awuwREc6x)#ZKfxZ>Ao0vG4L_?W-^?}H`y#L3lZTIw#TX8SF=IrCX} zC0JAs2#woU_IMo*Uc_c63+S7@?zkw_e - - - - - - + \ No newline at end of file diff --git a/src/manifest.json b/src/manifest.json index 5d8935bca..705398ccb 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,9 +1,11 @@ { "manifest_version": 3, - "name": "Chrome Extension with React & Webpack", - "description": "A chrome extension boilerplate built with React 17, Webpack 5, and Webpack Dev Server 4", + "name": "On the spot dictionary for learning vocabulary", + "description": "Pop up a dictionary when you hover over a word", "options_page": "options.html", - "background": { "service_worker": "background.bundle.js" }, + "background": { + "service_worker": "background.bundle.js" + }, "action": { "default_popup": "popup.html", "default_icon": "icon-34.png" @@ -13,16 +15,28 @@ }, "content_scripts": [ { - "matches": ["http://*/*", "https://*/*", ""], - "js": ["contentScript.bundle.js"], - "css": ["content.styles.css"] + "matches": [ + "http://*/*", + "https://*/*", + "" + ], + "js": [ + "contentScript.bundle.js" + ], + "css": [ + "content.styles.css" + ] } ], "devtools_page": "devtools.html", "web_accessible_resources": [ { - "resources": ["content.styles.css", "icon-128.png", "icon-34.png"], + "resources": [ + "content.styles.css", + "icon-128.png", + "icon-34.png" + ], "matches": [] } ] -} +} \ No newline at end of file From 703235d8733cf384f0a276c56f750148ac3019f6 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 10 Nov 2025 16:25:24 +0000 Subject: [PATCH 3/3] Add required version field to manifest.json --- src/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/manifest.json b/src/manifest.json index 705398ccb..b483be48b 100755 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,6 +1,7 @@ { "manifest_version": 3, "name": "On the spot dictionary for learning vocabulary", + "version": "1.0.0", "description": "Pop up a dictionary when you hover over a word", "options_page": "options.html", "background": {