mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-04-25 16:07:19 +08:00
fix: 新增推荐的vscode插件
This commit is contained in:
parent
292d760130
commit
301134ba1d
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,6 +6,7 @@ dist-ssr
|
|||||||
.eslintcache
|
.eslintcache
|
||||||
.stylelintcache
|
.stylelintcache
|
||||||
report.html
|
report.html
|
||||||
|
.idea
|
||||||
|
|
||||||
yarn.lock
|
yarn.lock
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
|
39
.vscode/extensions.json
vendored
39
.vscode/extensions.json
vendored
@ -1,18 +1,31 @@
|
|||||||
{
|
{
|
||||||
"recommendations": [
|
"recommendations": [
|
||||||
"christian-kohler.path-intellisense",
|
"akamud.vscode-theme-onedark",
|
||||||
"vscode-icons-team.vscode-icons",
|
|
||||||
"davidanson.vscode-markdownlint",
|
|
||||||
"ms-azuretools.vscode-docker",
|
|
||||||
"stylelint.vscode-stylelint",
|
|
||||||
"bradlc.vscode-tailwindcss",
|
|
||||||
"dbaeumer.vscode-eslint",
|
|
||||||
"esbenp.prettier-vscode",
|
|
||||||
"redhat.vscode-yaml",
|
|
||||||
"csstools.postcss",
|
|
||||||
"mikestead.dotenv",
|
|
||||||
"eamodio.gitlens",
|
|
||||||
"antfu.iconify",
|
"antfu.iconify",
|
||||||
"Vue.volar"
|
"bradlc.vscode-tailwindcss",
|
||||||
|
"christian-kohler.npm-intellisense",
|
||||||
|
"christian-kohler.path-intellisense",
|
||||||
|
"Codeium.codeium",
|
||||||
|
"csstools.postcss",
|
||||||
|
"DavidAnson.vscode-markdownlint",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"donjayamanne.githistory",
|
||||||
|
"dsznajder.es7-react-js-snippets",
|
||||||
|
"eamodio.gitlens",
|
||||||
|
"ecmel.vscode-html-css",
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"genieai.chatgpt-vscode",
|
||||||
|
"hollowtree.vue-snippets",
|
||||||
|
"lokalise.i18n-ally",
|
||||||
|
"mhutchie.git-graph",
|
||||||
|
"mikestead.dotenv",
|
||||||
|
"pmneo.tsimporter",
|
||||||
|
"streetsidesoftware.code-spell-checker",
|
||||||
|
"stylelint.vscode-stylelint",
|
||||||
|
"syler.sass-indented",
|
||||||
|
"sysoev.language-stylus",
|
||||||
|
"vscode-icons-team.vscode-icons",
|
||||||
|
"Vue.volar",
|
||||||
|
"xabikos.JavaScriptSnippets"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -42,7 +42,7 @@
|
|||||||
## 开发环境
|
## 开发环境
|
||||||
|
|
||||||
node 版本应不小于 16 ,pnpm 版本应不小于 6
|
node 版本应不小于 16 ,pnpm 版本应不小于 6
|
||||||
版本请勿过新,有先选择 node=16, pnpm=6
|
版本请勿过新,有先选择 node=16, pnpm=7.30.5
|
||||||
如果您还没安装 pnpm,请执行下面命令进行安装(mac 用户遇到安装报错请在命令前加上 sudo) 如果是 windows 用户 用使用管理员 power shell 来执行
|
如果您还没安装 pnpm,请执行下面命令进行安装(mac 用户遇到安装报错请在命令前加上 sudo) 如果是 windows 用户 用使用管理员 power shell 来执行
|
||||||
|
|
||||||
```
|
```
|
||||||
|
137
pnpm-lock.yaml
generated
137
pnpm-lock.yaml
generated
@ -52,6 +52,7 @@ specifiers:
|
|||||||
postcss-scss: ^4.0.6
|
postcss-scss: ^4.0.6
|
||||||
prettier: ^2.8.8
|
prettier: ^2.8.8
|
||||||
pretty-quick: ^3.1.3
|
pretty-quick: ^3.1.3
|
||||||
|
qrcode: ^1.5.3
|
||||||
qs: ^6.11.2
|
qs: ^6.11.2
|
||||||
responsive-storage: ^2.2.0
|
responsive-storage: ^2.2.0
|
||||||
rimraf: ^5.0.1
|
rimraf: ^5.0.1
|
||||||
@ -73,6 +74,7 @@ specifiers:
|
|||||||
svgo: ^3.0.2
|
svgo: ^3.0.2
|
||||||
tailwindcss: ^3.3.2
|
tailwindcss: ^3.3.2
|
||||||
terser: ^5.17.7
|
terser: ^5.17.7
|
||||||
|
typeit: ^8.7.1
|
||||||
typescript: 5.0.4
|
typescript: 5.0.4
|
||||||
vite: ^4.3.9
|
vite: ^4.3.9
|
||||||
vite-plugin-cdn-import: ^0.3.5
|
vite-plugin-cdn-import: ^0.3.5
|
||||||
@ -104,9 +106,11 @@ dependencies:
|
|||||||
nprogress: 0.2.0
|
nprogress: 0.2.0
|
||||||
path: 0.12.7
|
path: 0.12.7
|
||||||
pinia: 2.1.3_typescript@5.0.4+vue@3.3.4
|
pinia: 2.1.3_typescript@5.0.4+vue@3.3.4
|
||||||
|
qrcode: 1.5.3
|
||||||
qs: 6.11.2
|
qs: 6.11.2
|
||||||
responsive-storage: 2.2.0
|
responsive-storage: 2.2.0
|
||||||
sortablejs: 1.15.0
|
sortablejs: 1.15.0
|
||||||
|
typeit: 8.7.1
|
||||||
vue: 3.3.4
|
vue: 3.3.4
|
||||||
vue-router: 4.2.2_vue@3.3.4
|
vue-router: 4.2.2_vue@3.3.4
|
||||||
vue-types: 5.0.3_vue@3.3.4
|
vue-types: 5.0.3_vue@3.3.4
|
||||||
@ -2339,7 +2343,6 @@ packages:
|
|||||||
integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==
|
||||||
}
|
}
|
||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/ansi-regex/6.0.1:
|
/ansi-regex/6.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2366,7 +2369,6 @@ packages:
|
|||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dependencies:
|
dependencies:
|
||||||
color-convert: 2.0.1
|
color-convert: 2.0.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/ansi-styles/6.2.1:
|
/ansi-styles/6.2.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2664,7 +2666,6 @@ packages:
|
|||||||
integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
integrity: sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==
|
||||||
}
|
}
|
||||||
engines: { node: ">=6" }
|
engines: { node: ">=6" }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/camelcase/6.3.0:
|
/camelcase/6.3.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2799,6 +2800,17 @@ packages:
|
|||||||
string-width: 5.1.2
|
string-width: 5.1.2
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/cliui/6.0.0:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==
|
||||||
|
}
|
||||||
|
dependencies:
|
||||||
|
string-width: 4.2.3
|
||||||
|
strip-ansi: 6.0.1
|
||||||
|
wrap-ansi: 6.2.0
|
||||||
|
dev: false
|
||||||
|
|
||||||
/cliui/8.0.1:
|
/cliui/8.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -2835,7 +2847,6 @@ packages:
|
|||||||
engines: { node: ">=7.0.0" }
|
engines: { node: ">=7.0.0" }
|
||||||
dependencies:
|
dependencies:
|
||||||
color-name: 1.1.4
|
color-name: 1.1.4
|
||||||
dev: true
|
|
||||||
|
|
||||||
/color-name/1.1.3:
|
/color-name/1.1.3:
|
||||||
resolution:
|
resolution:
|
||||||
@ -2848,7 +2859,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/color-string/1.9.1:
|
/color-string/1.9.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3407,7 +3417,6 @@ packages:
|
|||||||
integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
|
integrity: sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==
|
||||||
}
|
}
|
||||||
engines: { node: ">=0.10.0" }
|
engines: { node: ">=0.10.0" }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/deep-is/0.1.4:
|
/deep-is/0.1.4:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3463,6 +3472,13 @@ packages:
|
|||||||
engines: { node: ">=0.3.1" }
|
engines: { node: ">=0.3.1" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/dijkstrajs/1.0.3:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-qiSlmBq9+BCdCA/L46dw8Uy93mloxsPSbwnm5yrKn2vMPiy8KyAskTF6zuV/j5BMsmOGZDPs7KjU+mjb670kfA==
|
||||||
|
}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/dir-glob/3.0.1:
|
/dir-glob/3.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -3651,7 +3667,6 @@ packages:
|
|||||||
{
|
{
|
||||||
integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
|
integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
|
||||||
}
|
}
|
||||||
dev: true
|
|
||||||
|
|
||||||
/emoji-regex/9.2.2:
|
/emoji-regex/9.2.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -3660,6 +3675,13 @@ packages:
|
|||||||
}
|
}
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/encode-utf8/1.0.3:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==
|
||||||
|
}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/encodeurl/1.0.2:
|
/encodeurl/1.0.2:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -4449,7 +4471,6 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
locate-path: 5.0.0
|
locate-path: 5.0.0
|
||||||
path-exists: 4.0.0
|
path-exists: 4.0.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/find-up/5.0.0:
|
/find-up/5.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -4612,7 +4633,6 @@ packages:
|
|||||||
integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==
|
||||||
}
|
}
|
||||||
engines: { node: 6.* || 8.* || >= 10.* }
|
engines: { node: 6.* || 8.* || >= 10.* }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/get-intrinsic/1.2.1:
|
/get-intrinsic/1.2.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5142,7 +5162,6 @@ packages:
|
|||||||
integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
|
integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==
|
||||||
}
|
}
|
||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/is-fullwidth-code-point/4.0.0:
|
/is-fullwidth-code-point/4.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -5502,7 +5521,6 @@ packages:
|
|||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dependencies:
|
dependencies:
|
||||||
p-locate: 4.1.0
|
p-locate: 4.1.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/locate-path/6.0.0:
|
/locate-path/6.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -6295,7 +6313,6 @@ packages:
|
|||||||
engines: { node: ">=6" }
|
engines: { node: ">=6" }
|
||||||
dependencies:
|
dependencies:
|
||||||
p-try: 2.2.0
|
p-try: 2.2.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/p-limit/3.1.0:
|
/p-limit/3.1.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -6315,7 +6332,6 @@ packages:
|
|||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dependencies:
|
dependencies:
|
||||||
p-limit: 2.3.0
|
p-limit: 2.3.0
|
||||||
dev: true
|
|
||||||
|
|
||||||
/p-locate/5.0.0:
|
/p-locate/5.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -6343,7 +6359,6 @@ packages:
|
|||||||
integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
|
integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==
|
||||||
}
|
}
|
||||||
engines: { node: ">=6" }
|
engines: { node: ">=6" }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/parent-module/1.0.1:
|
/parent-module/1.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -6382,7 +6397,6 @@ packages:
|
|||||||
integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
||||||
}
|
}
|
||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/path-is-absolute/1.0.1:
|
/path-is-absolute/1.0.1:
|
||||||
resolution:
|
resolution:
|
||||||
@ -6537,6 +6551,14 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/pngjs/5.0.0:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-40QW5YalBNfQo5yRYmiw7Yz6TKKVr3h6970B2YE+3fQpsWcrbj1PzJgxeJ19DRQjhMbKPIuMY8rFaXc8moolVw==
|
||||||
|
}
|
||||||
|
engines: { node: ">=10.13.0" }
|
||||||
|
dev: false
|
||||||
|
|
||||||
/popmotion/11.0.5:
|
/popmotion/11.0.5:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -7540,6 +7562,20 @@ packages:
|
|||||||
engines: { node: ">=0.6.0", teleport: ">=0.2.0" }
|
engines: { node: ">=0.6.0", teleport: ">=0.2.0" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/qrcode/1.5.3:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==
|
||||||
|
}
|
||||||
|
engines: { node: ">=10.13.0" }
|
||||||
|
hasBin: true
|
||||||
|
dependencies:
|
||||||
|
dijkstrajs: 1.0.3
|
||||||
|
encode-utf8: 1.0.3
|
||||||
|
pngjs: 5.0.0
|
||||||
|
yargs: 15.4.1
|
||||||
|
dev: false
|
||||||
|
|
||||||
/qs/6.11.2:
|
/qs/6.11.2:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -7664,7 +7700,6 @@ packages:
|
|||||||
integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
|
integrity: sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
|
||||||
}
|
}
|
||||||
engines: { node: ">=0.10.0" }
|
engines: { node: ">=0.10.0" }
|
||||||
dev: true
|
|
||||||
|
|
||||||
/require-from-string/2.0.2:
|
/require-from-string/2.0.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -7674,6 +7709,13 @@ packages:
|
|||||||
engines: { node: ">=0.10.0" }
|
engines: { node: ">=0.10.0" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/require-main-filename/2.0.0:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==
|
||||||
|
}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/resolve-from/4.0.0:
|
/resolve-from/4.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -7930,6 +7972,13 @@ packages:
|
|||||||
dependencies:
|
dependencies:
|
||||||
lru-cache: 6.0.0
|
lru-cache: 6.0.0
|
||||||
|
|
||||||
|
/set-blocking/2.0.0:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==
|
||||||
|
}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/shebang-command/2.0.0:
|
/shebang-command/2.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -8175,7 +8224,6 @@ packages:
|
|||||||
emoji-regex: 8.0.0
|
emoji-regex: 8.0.0
|
||||||
is-fullwidth-code-point: 3.0.0
|
is-fullwidth-code-point: 3.0.0
|
||||||
strip-ansi: 6.0.1
|
strip-ansi: 6.0.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/string-width/5.1.2:
|
/string-width/5.1.2:
|
||||||
resolution:
|
resolution:
|
||||||
@ -8216,7 +8264,6 @@ packages:
|
|||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dependencies:
|
dependencies:
|
||||||
ansi-regex: 5.0.1
|
ansi-regex: 5.0.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/strip-ansi/7.1.0:
|
/strip-ansi/7.1.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -8921,6 +8968,14 @@ packages:
|
|||||||
engines: { node: ">=8" }
|
engines: { node: ">=8" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/typeit/8.7.1:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-Bx/O4NMz10NWh9FWYtVwV4XwGHF9UDJfpCZPJRtw2/oUcahFAStU8J0t19aroPfTV6s1UlS5ICoqilOqmEnh2Q==
|
||||||
|
}
|
||||||
|
requiresBuild: true
|
||||||
|
dev: false
|
||||||
|
|
||||||
/typescript/5.0.4:
|
/typescript/5.0.4:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -9324,6 +9379,13 @@ packages:
|
|||||||
dev: false
|
dev: false
|
||||||
optional: true
|
optional: true
|
||||||
|
|
||||||
|
/which-module/2.0.1:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==
|
||||||
|
}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/which/1.3.1:
|
/which/1.3.1:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -9363,7 +9425,6 @@ packages:
|
|||||||
ansi-styles: 4.3.0
|
ansi-styles: 4.3.0
|
||||||
string-width: 4.2.3
|
string-width: 4.2.3
|
||||||
strip-ansi: 6.0.1
|
strip-ansi: 6.0.1
|
||||||
dev: true
|
|
||||||
|
|
||||||
/wrap-ansi/7.0.0:
|
/wrap-ansi/7.0.0:
|
||||||
resolution:
|
resolution:
|
||||||
@ -9415,6 +9476,13 @@ packages:
|
|||||||
engines: { node: ">=12" }
|
engines: { node: ">=12" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/y18n/4.0.3:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==
|
||||||
|
}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/y18n/5.0.8:
|
/y18n/5.0.8:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -9451,6 +9519,17 @@ packages:
|
|||||||
engines: { node: ">= 14" }
|
engines: { node: ">= 14" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/yargs-parser/18.1.3:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==
|
||||||
|
}
|
||||||
|
engines: { node: ">=6" }
|
||||||
|
dependencies:
|
||||||
|
camelcase: 5.3.1
|
||||||
|
decamelize: 1.2.0
|
||||||
|
dev: false
|
||||||
|
|
||||||
/yargs-parser/20.2.9:
|
/yargs-parser/20.2.9:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
@ -9467,6 +9546,26 @@ packages:
|
|||||||
engines: { node: ">=12" }
|
engines: { node: ">=12" }
|
||||||
dev: true
|
dev: true
|
||||||
|
|
||||||
|
/yargs/15.4.1:
|
||||||
|
resolution:
|
||||||
|
{
|
||||||
|
integrity: sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==
|
||||||
|
}
|
||||||
|
engines: { node: ">=8" }
|
||||||
|
dependencies:
|
||||||
|
cliui: 6.0.0
|
||||||
|
decamelize: 1.2.0
|
||||||
|
find-up: 4.1.0
|
||||||
|
get-caller-file: 2.0.5
|
||||||
|
require-directory: 2.1.1
|
||||||
|
require-main-filename: 2.0.0
|
||||||
|
set-blocking: 2.0.0
|
||||||
|
string-width: 4.2.3
|
||||||
|
which-module: 2.0.1
|
||||||
|
y18n: 4.0.3
|
||||||
|
yargs-parser: 18.1.3
|
||||||
|
dev: false
|
||||||
|
|
||||||
/yargs/17.7.2:
|
/yargs/17.7.2:
|
||||||
resolution:
|
resolution:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user