mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 03:21:07 +08:00
Revert "Revert "Build: Migrate repo to Nx 20""
This commit is contained in:
parent
d908610950
commit
70c011dd68
2
.gitignore
vendored
2
.gitignore
vendored
@ -55,8 +55,10 @@ code/bench-results/
|
||||
|
||||
/packs
|
||||
code/.nx/cache
|
||||
code/.nx/workspace-data
|
||||
code/.vite-inspect
|
||||
.nx/cache
|
||||
.nx/workspace-data
|
||||
!**/fixtures/**/yarn.lock
|
||||
code/core/report
|
||||
|
||||
|
1
code/.gitignore
vendored
Normal file
1
code/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
vite.config.*.timestamp*
|
@ -2,3 +2,5 @@
|
||||
|
||||
/.nx/cache
|
||||
core/report
|
||||
|
||||
/.nx/workspace-data
|
@ -5,11 +5,7 @@
|
||||
"targets": {
|
||||
"build": {},
|
||||
"check": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "echo '\"nx check angular\" can only run with the parameter \"-c production\"'",
|
||||
"description": "We need to expand code/storybook/storybook/scripts/prepare/check.ts"
|
||||
},
|
||||
"command": "echo '\"nx check angular\" can only run with the parameter \"-c production\", we need to expand code/storybook/storybook/scripts/prepare/check.ts'",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"cwd": "{projectRoot}",
|
||||
|
@ -1,21 +0,0 @@
|
||||
{
|
||||
"migrations": [
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "17.3.0-beta.6",
|
||||
"description": "Updates the nx wrapper.",
|
||||
"implementation": "./src/migrations/update-17-3-0/update-nxw",
|
||||
"package": "nx",
|
||||
"name": "17.3.0-update-nx-wrapper"
|
||||
},
|
||||
{
|
||||
"cli": "nx",
|
||||
"version": "18.0.0-beta.2",
|
||||
"description": "Updates .env to disabled adding plugins when generating projects in an existing Nx workspace",
|
||||
"implementation": "./src/migrations/update-18-0-0/disable-crystal-for-existing-workspaces",
|
||||
"x-repair-skip": true,
|
||||
"package": "nx",
|
||||
"name": "18.0.0-disable-adding-plugins-for-existing-workspaces"
|
||||
}
|
||||
]
|
||||
}
|
@ -1,16 +1,9 @@
|
||||
{
|
||||
"$schema": "./node_modules/nx/schemas/nx-schema.json",
|
||||
"extends": "nx/presets/npm.json",
|
||||
"cacheDirectory": "../.nx/cache",
|
||||
"nxCloudAccessToken": "NGVmYTkxMmItYzY3OS00MjkxLTk1ZDktZDFmYTFmNmVlNGY4fHJlYWQ=",
|
||||
"defaultBase": "next",
|
||||
"parallel": 8,
|
||||
"affected": {
|
||||
"defaultBase": "next"
|
||||
},
|
||||
"cli": {
|
||||
"packageManager": "yarn"
|
||||
},
|
||||
"plugins": [
|
||||
{
|
||||
"plugin": "@nx/vite/plugin",
|
||||
@ -138,7 +131,7 @@
|
||||
"sharedGlobals": ["{workspaceRoot}/tsconfig.json"],
|
||||
"production": [
|
||||
"default",
|
||||
"!{projectRoot}/src/**/**/*.{test,spec,stories}.?(c|m)[jt]s?(x)?(.snap),",
|
||||
"!{projectRoot}/src/**/**/*.{test,spec,stories}.?(c|m)[jt]s?(x)?(.snap)",
|
||||
"!{projectRoot}/vitest.config.[jt]s",
|
||||
"!{projectRoot}/README.md",
|
||||
"!{projectRoot}/.eslintrc.{json,js}",
|
||||
|
@ -92,9 +92,9 @@
|
||||
"dependencies": {
|
||||
"@chromatic-com/storybook": "^3.2.0",
|
||||
"@happy-dom/global-registrator": "^14.12.0",
|
||||
"@nx/eslint": "18.0.6",
|
||||
"@nx/vite": "18.0.6",
|
||||
"@nx/workspace": "18.0.6",
|
||||
"@nx/eslint": "20.1.4",
|
||||
"@nx/vite": "20.1.4",
|
||||
"@nx/workspace": "20.1.4",
|
||||
"@playwright/test": "1.48.1",
|
||||
"@storybook/addon-a11y": "workspace:*",
|
||||
"@storybook/addon-actions": "workspace:*",
|
||||
@ -174,8 +174,8 @@
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@types/semver": "^7.3.4",
|
||||
"@types/serve-static": "^1.13.8",
|
||||
"@typescript-eslint/experimental-utils": "^5.62.0",
|
||||
"@typescript-eslint/parser": "^6.18.1",
|
||||
"@typescript-eslint/eslint-plugin": "7.18.0",
|
||||
"@typescript-eslint/parser": "7.18.0",
|
||||
"@vitejs/plugin-react": "^4.3.2",
|
||||
"@vitejs/plugin-vue": "^4.4.0",
|
||||
"@vitest/browser": "^2.1.3",
|
||||
@ -188,9 +188,10 @@
|
||||
"esbuild": "^0.18.0 || ^0.19.0 || ^0.20.0 || ^0.21.0 || ^0.22.0 || ^0.23.0 || ^0.24.0",
|
||||
"esbuild-loader": "^4.2.0",
|
||||
"esbuild-plugin-alias": "^0.2.1",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint": "8.57.1",
|
||||
"eslint-import-resolver-typescript": "^3.6.1",
|
||||
"eslint-plugin-depend": "^0.11.0",
|
||||
"eslint-plugin-import": "^2.29.1",
|
||||
"eslint-plugin-local-rules": "portal:../scripts/eslint-plugin-local-rules",
|
||||
"eslint-plugin-playwright": "^1.6.2",
|
||||
"eslint-plugin-storybook": "^0.8.0",
|
||||
@ -201,7 +202,7 @@
|
||||
"husky": "^4.3.7",
|
||||
"lint-staged": "^13.2.2",
|
||||
"mock-require": "^3.0.3",
|
||||
"nx": "18.0.6",
|
||||
"nx": "20.1.4",
|
||||
"prettier": "^3.1.1",
|
||||
"prettier-plugin-brace-style": "^0.6.2",
|
||||
"prettier-plugin-css-order": "^2.1.2",
|
||||
@ -217,7 +218,7 @@
|
||||
"storybook": "workspace:^",
|
||||
"svelte": "^5.0.0-next.268",
|
||||
"ts-dedent": "^2.0.0",
|
||||
"typescript": "^5.4.3",
|
||||
"typescript": "5.4.3",
|
||||
"util": "^0.12.4",
|
||||
"vite": "^4.0.0",
|
||||
"vite-plugin-inspect": "^0.8.5",
|
||||
|
@ -5,11 +5,7 @@
|
||||
"targets": {
|
||||
"build": {},
|
||||
"check": {
|
||||
"executor": "nx:run-commands",
|
||||
"options": {
|
||||
"command": "echo '\"nx check vue3\" can only run with the parameter \"-c production\"'",
|
||||
"description": "We need to expand code/storybook/storybook/scripts/prepare/check.ts"
|
||||
},
|
||||
"command": "echo '\"nx check vue3\" can only run with the parameter \"-c production\", we need to expand code/storybook/storybook/scripts/prepare/check.ts'",
|
||||
"configurations": {
|
||||
"production": {
|
||||
"cwd": "{projectRoot}",
|
||||
|
741
code/yarn.lock
741
code/yarn.lock
File diff suppressed because it is too large
Load Diff
1
scripts/.gitignore
vendored
1
scripts/.gitignore
vendored
@ -1 +0,0 @@
|
||||
.nx/cache
|
@ -62,7 +62,6 @@
|
||||
"@actions/core": "^1.10.1",
|
||||
"@fal-works/esbuild-plugin-global-externals": "^2.1.2",
|
||||
"@google-cloud/bigquery": "^6.2.0",
|
||||
"@nx/workspace": "18.0.6",
|
||||
"@octokit/graphql": "^5.0.5",
|
||||
"@octokit/request": "^8.1.2",
|
||||
"@polka/parse": "^1.0.0-next.28",
|
||||
@ -141,7 +140,6 @@
|
||||
"memoizerific": "^1.11.3",
|
||||
"minimatch": "^10.0.1",
|
||||
"node-gyp": "^9.3.1",
|
||||
"nx": "18.0.6",
|
||||
"ora": "^5.4.1",
|
||||
"p-limit": "^3.1.0",
|
||||
"p-retry": "^5.1.2",
|
||||
@ -181,7 +179,7 @@
|
||||
"ts-dedent": "^2.2.0",
|
||||
"tsup": "^6.7.0",
|
||||
"type-fest": "~2.19",
|
||||
"typescript": "^5.4.5",
|
||||
"typescript": "5.4.5",
|
||||
"util": "^0.12.5",
|
||||
"uuid": "^9.0.1",
|
||||
"vitest": "^2.1.3",
|
||||
|
@ -7,8 +7,8 @@ const amountOfVCPUs = 8;
|
||||
|
||||
const parallel = `--parallel=${process.env.CI ? amountOfVCPUs - 1 : maxConcurrentTasks}`;
|
||||
|
||||
const linkCommand = `nx affected -t check ${parallel}`;
|
||||
const nolinkCommand = `nx affected -t check -c production ${parallel}`;
|
||||
const linkCommand = `npx nx affected -t check ${parallel}`;
|
||||
const nolinkCommand = `npx nx affected -t check -c production ${parallel}`;
|
||||
|
||||
export const check: Task = {
|
||||
description: 'Typecheck the source code of the monorepo',
|
||||
|
@ -12,8 +12,8 @@ const amountOfVCPUs = 4;
|
||||
const parallel = `--parallel=${process.env.CI ? amountOfVCPUs - 1 : maxConcurrentTasks}`;
|
||||
|
||||
const linkedContents = `export * from '../../src/manager-api/index.ts';`;
|
||||
const linkCommand = `nx run-many -t build ${parallel}`;
|
||||
const noLinkCommand = `nx run-many -t build -c production ${parallel}`;
|
||||
const linkCommand = `npx nx run-many -t build ${parallel}`;
|
||||
const noLinkCommand = `npx nx run-many -t build -c production ${parallel}`;
|
||||
|
||||
export const compile: Task = {
|
||||
description: 'Compile the source code of the monorepo',
|
||||
|
@ -901,139 +901,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nrwl/devkit@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nrwl/devkit@npm:18.0.6"
|
||||
dependencies:
|
||||
"@nx/devkit": "npm:18.0.6"
|
||||
checksum: 10c0/70e02f256216fe11392e2d12a692ddc76acb28140246dfabeac59d3c7a1d8ee1c811e4bcaa6e879a610a7ba7d4669850469676508e8f333e6d42ee487b2ce279
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nrwl/tao@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nrwl/tao@npm:18.0.6"
|
||||
dependencies:
|
||||
nx: "npm:18.0.6"
|
||||
tslib: "npm:^2.3.0"
|
||||
bin:
|
||||
tao: index.js
|
||||
checksum: 10c0/f11f0f579dcfb59c501308a9143844785d5aa63c8cca97e5adc6f8faa51468b3105a99ac421b3e5a241001fdfe319a675b586afff1ef3f5d42301994c38da202
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nrwl/workspace@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nrwl/workspace@npm:18.0.6"
|
||||
dependencies:
|
||||
"@nx/workspace": "npm:18.0.6"
|
||||
checksum: 10c0/0cf5ec95c036fd98269d9e746ab08f578d793011667823053aecfb062337a9b0bd98def282acf7fba453930537d5adb7c2d5284b5faebe676f22717a1a7040c1
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/devkit@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/devkit@npm:18.0.6"
|
||||
dependencies:
|
||||
"@nrwl/devkit": "npm:18.0.6"
|
||||
ejs: "npm:^3.1.7"
|
||||
enquirer: "npm:~2.3.6"
|
||||
ignore: "npm:^5.0.4"
|
||||
semver: "npm:^7.5.3"
|
||||
tmp: "npm:~0.2.1"
|
||||
tslib: "npm:^2.3.0"
|
||||
yargs-parser: "npm:21.1.1"
|
||||
peerDependencies:
|
||||
nx: ">= 16 <= 18"
|
||||
checksum: 10c0/1645003b800475257fce500802ce99acc35490c73161896247f7e2747a0160c47a40245b17daf568b6d05f66ddf55097772e2ab8ba895a286f8b544af1b51c44
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-darwin-arm64@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-darwin-arm64@npm:18.0.6"
|
||||
conditions: os=darwin & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-darwin-x64@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-darwin-x64@npm:18.0.6"
|
||||
conditions: os=darwin & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-freebsd-x64@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-freebsd-x64@npm:18.0.6"
|
||||
conditions: os=freebsd & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm-gnueabihf@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-linux-arm-gnueabihf@npm:18.0.6"
|
||||
conditions: os=linux & cpu=arm
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm64-gnu@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-linux-arm64-gnu@npm:18.0.6"
|
||||
conditions: os=linux & cpu=arm64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-arm64-musl@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-linux-arm64-musl@npm:18.0.6"
|
||||
conditions: os=linux & cpu=arm64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-x64-gnu@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-linux-x64-gnu@npm:18.0.6"
|
||||
conditions: os=linux & cpu=x64 & libc=glibc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-linux-x64-musl@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-linux-x64-musl@npm:18.0.6"
|
||||
conditions: os=linux & cpu=x64 & libc=musl
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-win32-arm64-msvc@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-win32-arm64-msvc@npm:18.0.6"
|
||||
conditions: os=win32 & cpu=arm64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/nx-win32-x64-msvc@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/nx-win32-x64-msvc@npm:18.0.6"
|
||||
conditions: os=win32 & cpu=x64
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@nx/workspace@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "@nx/workspace@npm:18.0.6"
|
||||
dependencies:
|
||||
"@nrwl/workspace": "npm:18.0.6"
|
||||
"@nx/devkit": "npm:18.0.6"
|
||||
chalk: "npm:^4.1.0"
|
||||
enquirer: "npm:~2.3.6"
|
||||
nx: "npm:18.0.6"
|
||||
tslib: "npm:^2.3.0"
|
||||
yargs-parser: "npm:21.1.1"
|
||||
checksum: 10c0/bd01b6b28fbe0c783a9c37bfdf0a01846df4ef46f366f6596e586063dff06d87761c35b06819839fefdf66a9c32947697db7ecc21b2933a06a633693a962272c
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@octokit/auth-token@npm:^2.4.0, @octokit/auth-token@npm:^2.4.4":
|
||||
version: 2.5.0
|
||||
resolution: "@octokit/auth-token@npm:2.5.0"
|
||||
@ -1584,7 +1451,6 @@ __metadata:
|
||||
"@actions/core": "npm:^1.10.1"
|
||||
"@fal-works/esbuild-plugin-global-externals": "npm:^2.1.2"
|
||||
"@google-cloud/bigquery": "npm:^6.2.0"
|
||||
"@nx/workspace": "npm:18.0.6"
|
||||
"@octokit/graphql": "npm:^5.0.5"
|
||||
"@octokit/request": "npm:^8.1.2"
|
||||
"@polka/parse": "npm:^1.0.0-next.28"
|
||||
@ -1665,7 +1531,6 @@ __metadata:
|
||||
memoizerific: "npm:^1.11.3"
|
||||
minimatch: "npm:^10.0.1"
|
||||
node-gyp: "npm:^9.3.1"
|
||||
nx: "npm:18.0.6"
|
||||
ora: "npm:^5.4.1"
|
||||
p-limit: "npm:^3.1.0"
|
||||
p-retry: "npm:^5.1.2"
|
||||
@ -1705,7 +1570,7 @@ __metadata:
|
||||
ts-dedent: "npm:^2.2.0"
|
||||
tsup: "npm:^6.7.0"
|
||||
type-fest: "npm:~2.19"
|
||||
typescript: "npm:^5.4.5"
|
||||
typescript: "npm:5.4.5"
|
||||
util: "npm:^0.12.5"
|
||||
uuid: "npm:^9.0.1"
|
||||
verdaccio: "npm:^5.31.1"
|
||||
@ -2937,34 +2802,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@yarnpkg/lockfile@npm:^1.1.0":
|
||||
version: 1.1.0
|
||||
resolution: "@yarnpkg/lockfile@npm:1.1.0"
|
||||
checksum: 10c0/0bfa50a3d756623d1f3409bc23f225a1d069424dbc77c6fd2f14fb377390cd57ec703dc70286e081c564be9051ead9ba85d81d66a3e68eeb6eb506d4e0c0fbda
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@yarnpkg/parsers@npm:3.0.0-rc.46":
|
||||
version: 3.0.0-rc.46
|
||||
resolution: "@yarnpkg/parsers@npm:3.0.0-rc.46"
|
||||
dependencies:
|
||||
js-yaml: "npm:^3.10.0"
|
||||
tslib: "npm:^2.4.0"
|
||||
checksum: 10c0/c7f421c6885142f351459031c093fb2e79abcce6f4a89765a10e600bb7ab122949c54bcea2b23de9572a2b34ba29f822b17831c1c43ba50373ceb8cb5b336667
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@zkochan/js-yaml@npm:0.0.6":
|
||||
version: 0.0.6
|
||||
resolution: "@zkochan/js-yaml@npm:0.0.6"
|
||||
dependencies:
|
||||
argparse: "npm:^2.0.1"
|
||||
bin:
|
||||
js-yaml: bin/js-yaml.js
|
||||
checksum: 10c0/5ce27ae75fb1db9657d4065bf6b380b4c0f756feb1bdf42bfde40551a74bcc0ec918f748cbdbd5d95b7107d00bc2f731ee731b5cfe93acb6f7da5639b16aa1f8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"JSONStream@npm:1.3.5":
|
||||
version: 1.3.5
|
||||
resolution: "JSONStream@npm:1.3.5"
|
||||
@ -3123,13 +2960,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ansi-colors@npm:^4.1.1":
|
||||
version: 4.1.3
|
||||
resolution: "ansi-colors@npm:4.1.3"
|
||||
checksum: 10c0/ec87a2f59902f74e61eada7f6e6fe20094a628dab765cfdbd03c3477599368768cffccdb5d3bb19a1b6c99126783a143b1fee31aab729b31ffe5836c7e5e28b9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ansi-escapes@npm:^6.2.0":
|
||||
version: 6.2.1
|
||||
resolution: "ansi-escapes@npm:6.2.1"
|
||||
@ -3524,7 +3354,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"axios@npm:^1.6.0, axios@npm:^1.6.1":
|
||||
"axios@npm:^1.6.1":
|
||||
version: 1.7.2
|
||||
resolution: "axios@npm:1.7.2"
|
||||
dependencies:
|
||||
@ -3664,7 +3494,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"bl@npm:^4.0.3, bl@npm:^4.1.0":
|
||||
"bl@npm:^4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "bl@npm:4.1.0"
|
||||
dependencies:
|
||||
@ -4075,7 +3905,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cli-cursor@npm:3.1.0, cli-cursor@npm:^3.1.0":
|
||||
"cli-cursor@npm:^3.1.0":
|
||||
version: 3.1.0
|
||||
resolution: "cli-cursor@npm:3.1.0"
|
||||
dependencies:
|
||||
@ -4093,13 +3923,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cli-spinners@npm:2.6.1":
|
||||
version: 2.6.1
|
||||
resolution: "cli-spinners@npm:2.6.1"
|
||||
checksum: 10c0/6abcdfef59aa68e6b51376d87d257f9120a0a7120a39dd21633702d24797decb6dc747dff2217c88732710db892b5053c5c672d221b6c4d13bbcb5372e203596
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"cli-spinners@npm:^2.5.0":
|
||||
version: 2.9.1
|
||||
resolution: "cli-spinners@npm:2.9.1"
|
||||
@ -4756,13 +4579,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"define-lazy-prop@npm:^2.0.0":
|
||||
version: 2.0.0
|
||||
resolution: "define-lazy-prop@npm:2.0.0"
|
||||
checksum: 10c0/db6c63864a9d3b7dc9def55d52764968a5af296de87c1b2cc71d8be8142e445208071953649e0386a8cc37cfcf9a2067a47207f1eb9ff250c2a269658fdae422
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"define-properties@npm:^1.1.3, define-properties@npm:^1.2.0, define-properties@npm:^1.2.1":
|
||||
version: 1.2.1
|
||||
resolution: "define-properties@npm:1.2.1"
|
||||
@ -5015,27 +4831,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dotenv-expand@npm:~10.0.0":
|
||||
version: 10.0.0
|
||||
resolution: "dotenv-expand@npm:10.0.0"
|
||||
checksum: 10c0/298f5018e29cfdcb0b5f463ba8e8627749103fbcf6cf81c561119115754ed582deee37b49dfc7253028aaba875ab7aea5fa90e5dac88e511d009ab0e6677924e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"dotenv@npm:~16.3.1":
|
||||
version: 16.3.1
|
||||
resolution: "dotenv@npm:16.3.1"
|
||||
checksum: 10c0/b95ff1bbe624ead85a3cd70dbd827e8e06d5f05f716f2d0cbc476532d54c7c9469c3bc4dd93ea519f6ad711cb522c00ac9a62b6eb340d5affae8008facc3fbd7
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"duplexer@npm:^0.1.1":
|
||||
version: 0.1.2
|
||||
resolution: "duplexer@npm:0.1.2"
|
||||
checksum: 10c0/c57bcd4bdf7e623abab2df43a7b5b23d18152154529d166c1e0da6bee341d84c432d157d7e97b32fecb1bf3a8b8857dd85ed81a915789f550637ed25b8e64fc2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"duplexify@npm:^3.5.0, duplexify@npm:^3.6.0":
|
||||
version: 3.7.1
|
||||
resolution: "duplexify@npm:3.7.1"
|
||||
@ -5220,15 +5015,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"enquirer@npm:~2.3.6":
|
||||
version: 2.3.6
|
||||
resolution: "enquirer@npm:2.3.6"
|
||||
dependencies:
|
||||
ansi-colors: "npm:^4.1.1"
|
||||
checksum: 10c0/8e070e052c2c64326a2803db9084d21c8aaa8c688327f133bf65c4a712586beb126fd98c8a01cfb0433e82a4bd3b6262705c55a63e0f7fb91d06b9cedbde9a11
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ent@npm:^2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "ent@npm:2.2.0"
|
||||
@ -6323,15 +6109,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"figures@npm:3.2.0":
|
||||
version: 3.2.0
|
||||
resolution: "figures@npm:3.2.0"
|
||||
dependencies:
|
||||
escape-string-regexp: "npm:^1.0.5"
|
||||
checksum: 10c0/9c421646ede432829a50bc4e55c7a4eb4bcb7cc07b5bab2f471ef1ab9a344595bbebb6c5c21470093fbb730cd81bbca119624c40473a125293f656f49cb47629
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"file-entry-cache@npm:^6.0.1":
|
||||
version: 6.0.1
|
||||
resolution: "file-entry-cache@npm:6.0.1"
|
||||
@ -6435,15 +6212,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"flat@npm:^5.0.2":
|
||||
version: 5.0.2
|
||||
resolution: "flat@npm:5.0.2"
|
||||
bin:
|
||||
flat: cli.js
|
||||
checksum: 10c0/f178b13482f0cd80c7fede05f4d10585b1f2fdebf26e12edc138e32d3150c6ea6482b7f12813a1091143bad52bb6d3596bca51a162257a21163c0ff438baa5fe
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"flatted@npm:^3.2.9":
|
||||
version: 3.2.9
|
||||
resolution: "flatted@npm:3.2.9"
|
||||
@ -6537,7 +6305,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"fs-extra@npm:^11.1.0, fs-extra@npm:^11.2.0":
|
||||
"fs-extra@npm:^11.2.0":
|
||||
version: 11.2.0
|
||||
resolution: "fs-extra@npm:11.2.0"
|
||||
dependencies:
|
||||
@ -7475,7 +7243,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ignore@npm:^5.0.0, ignore@npm:^5.0.4, ignore@npm:^5.0.5, ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
|
||||
"ignore@npm:^5.0.0, ignore@npm:^5.0.5, ignore@npm:^5.1.1, ignore@npm:^5.2.0, ignore@npm:^5.2.4, ignore@npm:^5.3.1":
|
||||
version: 5.3.1
|
||||
resolution: "ignore@npm:5.3.1"
|
||||
checksum: 10c0/703f7f45ffb2a27fb2c5a8db0c32e7dee66b33a225d28e8db4e1be6474795f606686a6e3bcc50e1aa12f2042db4c9d4a7d60af3250511de74620fbed052ea4cd
|
||||
@ -7754,15 +7522,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-docker@npm:^2.0.0, is-docker@npm:^2.1.1":
|
||||
version: 2.2.1
|
||||
resolution: "is-docker@npm:2.2.1"
|
||||
bin:
|
||||
is-docker: cli.js
|
||||
checksum: 10c0/e828365958d155f90c409cdbe958f64051d99e8aedc2c8c4cd7c89dcf35329daed42f7b99346f7828df013e27deb8f721cf9408ba878c76eb9e8290235fbcdcc
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-empty@npm:^1.0.0":
|
||||
version: 1.2.0
|
||||
resolution: "is-empty@npm:1.2.0"
|
||||
@ -8057,15 +7816,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is-wsl@npm:^2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "is-wsl@npm:2.2.0"
|
||||
dependencies:
|
||||
is-docker: "npm:^2.0.0"
|
||||
checksum: 10c0/a6fa2d370d21be487c0165c7a440d567274fbba1a817f2f0bfa41cc5e3af25041d84267baa22df66696956038a43973e72fca117918c91431920bdef490fa25e
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"is@npm:^3.3.0":
|
||||
version: 3.3.0
|
||||
resolution: "is@npm:3.3.0"
|
||||
@ -8194,7 +7944,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jest-diff@npm:^29.4.1, jest-diff@npm:^29.7.0":
|
||||
"jest-diff@npm:^29.7.0":
|
||||
version: 29.7.0
|
||||
resolution: "jest-diff@npm:29.7.0"
|
||||
dependencies:
|
||||
@ -8299,7 +8049,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"js-yaml@npm:3.14.1, js-yaml@npm:^3.10.0":
|
||||
"js-yaml@npm:3.14.1":
|
||||
version: 3.14.1
|
||||
resolution: "js-yaml@npm:3.14.1"
|
||||
dependencies:
|
||||
@ -8414,7 +8164,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"json5@npm:^2.0.0, json5@npm:^2.2.2, json5@npm:^2.2.3":
|
||||
"json5@npm:^2.0.0, json5@npm:^2.2.3":
|
||||
version: 2.2.3
|
||||
resolution: "json5@npm:2.2.3"
|
||||
bin:
|
||||
@ -8423,7 +8173,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"jsonc-parser@npm:3.2.0, jsonc-parser@npm:^3.0.0":
|
||||
"jsonc-parser@npm:^3.0.0":
|
||||
version: 3.2.0
|
||||
resolution: "jsonc-parser@npm:3.2.0"
|
||||
checksum: 10c0/5a12d4d04dad381852476872a29dcee03a57439574e4181d91dca71904fcdcc5e8e4706c0a68a2c61ad9810e1e1c5806b5100d52d3e727b78f5cdc595401045b
|
||||
@ -8666,7 +8416,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"lines-and-columns@npm:^2.0.3, lines-and-columns@npm:~2.0.3":
|
||||
"lines-and-columns@npm:^2.0.3":
|
||||
version: 2.0.4
|
||||
resolution: "lines-and-columns@npm:2.0.4"
|
||||
checksum: 10c0/4db28bf065cd7ad897c0700f22d3d0d7c5ed6777e138861c601c496d545340df3fc19e18bd04ff8d95a246a245eb55685b82ca2f8c2ca53a008e9c5316250379
|
||||
@ -8863,7 +8613,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"log-symbols@npm:^4.0.0, log-symbols@npm:^4.1.0":
|
||||
"log-symbols@npm:^4.1.0":
|
||||
version: 4.1.0
|
||||
resolution: "log-symbols@npm:4.1.0"
|
||||
dependencies:
|
||||
@ -10259,13 +10009,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"node-machine-id@npm:1.1.12":
|
||||
version: 1.1.12
|
||||
resolution: "node-machine-id@npm:1.1.12"
|
||||
checksum: 10c0/ab2fea5f75a6f1ce3c76c5e0ae3903b631230e0a99b003d176568fff8ddbdf7b2943be96cd8d220c497ca0f6149411831f8a450601929f326781cb1b59bab7f8
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nopt@npm:^6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "nopt@npm:6.0.0"
|
||||
@ -10362,90 +10105,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"nx@npm:18.0.6":
|
||||
version: 18.0.6
|
||||
resolution: "nx@npm:18.0.6"
|
||||
dependencies:
|
||||
"@nrwl/tao": "npm:18.0.6"
|
||||
"@nx/nx-darwin-arm64": "npm:18.0.6"
|
||||
"@nx/nx-darwin-x64": "npm:18.0.6"
|
||||
"@nx/nx-freebsd-x64": "npm:18.0.6"
|
||||
"@nx/nx-linux-arm-gnueabihf": "npm:18.0.6"
|
||||
"@nx/nx-linux-arm64-gnu": "npm:18.0.6"
|
||||
"@nx/nx-linux-arm64-musl": "npm:18.0.6"
|
||||
"@nx/nx-linux-x64-gnu": "npm:18.0.6"
|
||||
"@nx/nx-linux-x64-musl": "npm:18.0.6"
|
||||
"@nx/nx-win32-arm64-msvc": "npm:18.0.6"
|
||||
"@nx/nx-win32-x64-msvc": "npm:18.0.6"
|
||||
"@yarnpkg/lockfile": "npm:^1.1.0"
|
||||
"@yarnpkg/parsers": "npm:3.0.0-rc.46"
|
||||
"@zkochan/js-yaml": "npm:0.0.6"
|
||||
axios: "npm:^1.6.0"
|
||||
chalk: "npm:^4.1.0"
|
||||
cli-cursor: "npm:3.1.0"
|
||||
cli-spinners: "npm:2.6.1"
|
||||
cliui: "npm:^8.0.1"
|
||||
dotenv: "npm:~16.3.1"
|
||||
dotenv-expand: "npm:~10.0.0"
|
||||
enquirer: "npm:~2.3.6"
|
||||
figures: "npm:3.2.0"
|
||||
flat: "npm:^5.0.2"
|
||||
fs-extra: "npm:^11.1.0"
|
||||
ignore: "npm:^5.0.4"
|
||||
jest-diff: "npm:^29.4.1"
|
||||
js-yaml: "npm:4.1.0"
|
||||
jsonc-parser: "npm:3.2.0"
|
||||
lines-and-columns: "npm:~2.0.3"
|
||||
minimatch: "npm:9.0.3"
|
||||
node-machine-id: "npm:1.1.12"
|
||||
npm-run-path: "npm:^4.0.1"
|
||||
open: "npm:^8.4.0"
|
||||
ora: "npm:5.3.0"
|
||||
semver: "npm:^7.5.3"
|
||||
string-width: "npm:^4.2.3"
|
||||
strong-log-transformer: "npm:^2.1.0"
|
||||
tar-stream: "npm:~2.2.0"
|
||||
tmp: "npm:~0.2.1"
|
||||
tsconfig-paths: "npm:^4.1.2"
|
||||
tslib: "npm:^2.3.0"
|
||||
yargs: "npm:^17.6.2"
|
||||
yargs-parser: "npm:21.1.1"
|
||||
peerDependencies:
|
||||
"@swc-node/register": ^1.8.0
|
||||
"@swc/core": ^1.3.85
|
||||
dependenciesMeta:
|
||||
"@nx/nx-darwin-arm64":
|
||||
optional: true
|
||||
"@nx/nx-darwin-x64":
|
||||
optional: true
|
||||
"@nx/nx-freebsd-x64":
|
||||
optional: true
|
||||
"@nx/nx-linux-arm-gnueabihf":
|
||||
optional: true
|
||||
"@nx/nx-linux-arm64-gnu":
|
||||
optional: true
|
||||
"@nx/nx-linux-arm64-musl":
|
||||
optional: true
|
||||
"@nx/nx-linux-x64-gnu":
|
||||
optional: true
|
||||
"@nx/nx-linux-x64-musl":
|
||||
optional: true
|
||||
"@nx/nx-win32-arm64-msvc":
|
||||
optional: true
|
||||
"@nx/nx-win32-x64-msvc":
|
||||
optional: true
|
||||
peerDependenciesMeta:
|
||||
"@swc-node/register":
|
||||
optional: true
|
||||
"@swc/core":
|
||||
optional: true
|
||||
bin:
|
||||
nx: bin/nx.js
|
||||
nx-cloud: bin/nx-cloud.js
|
||||
checksum: 10c0/608ffda300706d8cf067428921a76d62157b20131796c006258d96b493efba7618572c7dfa8cdab4b7dfb47a8adbcacd65fb69d03dc7480d8229236a1f2cc881
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"object-assign@npm:^4, object-assign@npm:^4.0.1, object-assign@npm:^4.1.1":
|
||||
version: 4.1.1
|
||||
resolution: "object-assign@npm:4.1.1"
|
||||
@ -10593,17 +10252,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"open@npm:^8.4.0":
|
||||
version: 8.4.2
|
||||
resolution: "open@npm:8.4.2"
|
||||
dependencies:
|
||||
define-lazy-prop: "npm:^2.0.0"
|
||||
is-docker: "npm:^2.1.1"
|
||||
is-wsl: "npm:^2.2.0"
|
||||
checksum: 10c0/bb6b3a58401dacdb0aad14360626faf3fb7fba4b77816b373495988b724fb48941cad80c1b65d62bb31a17609b2cd91c41a181602caea597ca80dfbcc27e84c9
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"opencollective-postinstall@npm:^2.0.2":
|
||||
version: 2.0.3
|
||||
resolution: "opencollective-postinstall@npm:2.0.3"
|
||||
@ -10636,22 +10284,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ora@npm:5.3.0":
|
||||
version: 5.3.0
|
||||
resolution: "ora@npm:5.3.0"
|
||||
dependencies:
|
||||
bl: "npm:^4.0.3"
|
||||
chalk: "npm:^4.1.0"
|
||||
cli-cursor: "npm:^3.1.0"
|
||||
cli-spinners: "npm:^2.5.0"
|
||||
is-interactive: "npm:^1.0.0"
|
||||
log-symbols: "npm:^4.0.0"
|
||||
strip-ansi: "npm:^6.0.0"
|
||||
wcwidth: "npm:^1.0.1"
|
||||
checksum: 10c0/30d5f3218eb75b0a2028c5fb9aa88e83e38a2f1745ab56839abb06c3ba31bae35f768f4e72c4f9e04e2a66be6a898e9312e8cf85c9333e1e3613eabb8c7cdf57
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"ora@npm:^5.4.1":
|
||||
version: 5.4.1
|
||||
resolution: "ora@npm:5.4.1"
|
||||
@ -12560,7 +12192,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"rimraf@npm:^3.0.0, rimraf@npm:^3.0.2":
|
||||
"rimraf@npm:^3.0.2":
|
||||
version: 3.0.2
|
||||
resolution: "rimraf@npm:3.0.2"
|
||||
dependencies:
|
||||
@ -13565,19 +13197,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"strong-log-transformer@npm:^2.1.0":
|
||||
version: 2.1.0
|
||||
resolution: "strong-log-transformer@npm:2.1.0"
|
||||
dependencies:
|
||||
duplexer: "npm:^0.1.1"
|
||||
minimist: "npm:^1.2.0"
|
||||
through: "npm:^2.3.4"
|
||||
bin:
|
||||
sl-log-transformer: bin/sl-log-transformer.js
|
||||
checksum: 10c0/3c3b8aa8f34d661910563ff996412e2f527fc814e699a376854b554d4a4294ab7e285b4e2c08a080a7b19c5600a9b93a98798d3ac600fe3de545ca6605c07829
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"stubs@npm:^3.0.0":
|
||||
version: 3.0.0
|
||||
resolution: "stubs@npm:3.0.0"
|
||||
@ -13704,19 +13323,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tar-stream@npm:~2.2.0":
|
||||
version: 2.2.0
|
||||
resolution: "tar-stream@npm:2.2.0"
|
||||
dependencies:
|
||||
bl: "npm:^4.0.3"
|
||||
end-of-stream: "npm:^1.4.1"
|
||||
fs-constants: "npm:^1.0.0"
|
||||
inherits: "npm:^2.0.3"
|
||||
readable-stream: "npm:^3.1.1"
|
||||
checksum: 10c0/2f4c910b3ee7196502e1ff015a7ba321ec6ea837667220d7bcb8d0852d51cb04b87f7ae471008a6fb8f5b1a1b5078f62f3a82d30c706f20ada1238ac797e7692
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tar@npm:^6.1.11, tar@npm:^6.1.2":
|
||||
version: 6.2.0
|
||||
resolution: "tar@npm:6.2.0"
|
||||
@ -13830,7 +13436,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"through@npm:>=2.2.7 <3, through@npm:^2.3.4, through@npm:^2.3.8":
|
||||
"through@npm:>=2.2.7 <3, through@npm:^2.3.8":
|
||||
version: 2.3.8
|
||||
resolution: "through@npm:2.3.8"
|
||||
checksum: 10c0/4b09f3774099de0d4df26d95c5821a62faee32c7e96fb1f4ebd54a2d7c11c57fe88b0a0d49cf375de5fee5ae6bf4eb56dbbf29d07366864e2ee805349970d3cc
|
||||
@ -13879,15 +13485,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tmp@npm:~0.2.1":
|
||||
version: 0.2.1
|
||||
resolution: "tmp@npm:0.2.1"
|
||||
dependencies:
|
||||
rimraf: "npm:^3.0.0"
|
||||
checksum: 10c0/67607aa012059c9ce697bee820ee51bc0f39b29a8766def4f92d3f764d67c7cf9205d537d24e0cb1ce9685c40d4c628ead010910118ea18348666b5c46ed9123
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"to-buffer@npm:^1.1.1":
|
||||
version: 1.1.1
|
||||
resolution: "to-buffer@npm:1.1.1"
|
||||
@ -14036,17 +13633,6 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tsconfig-paths@npm:^4.1.2":
|
||||
version: 4.2.0
|
||||
resolution: "tsconfig-paths@npm:4.2.0"
|
||||
dependencies:
|
||||
json5: "npm:^2.2.2"
|
||||
minimist: "npm:^1.2.6"
|
||||
strip-bom: "npm:^3.0.0"
|
||||
checksum: 10c0/09a5877402d082bb1134930c10249edeebc0211f36150c35e1c542e5b91f1047b1ccf7da1e59babca1ef1f014c525510f4f870de7c9bda470c73bb4e2721b3ea
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tslib@npm:^1.8.1":
|
||||
version: 1.14.1
|
||||
resolution: "tslib@npm:1.14.1"
|
||||
@ -14054,7 +13640,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.3.0, tslib@npm:^2.4.0, tslib@npm:^2.6.2":
|
||||
"tslib@npm:^2.0.1, tslib@npm:^2.1.0, tslib@npm:^2.6.2":
|
||||
version: 2.6.2
|
||||
resolution: "tslib@npm:2.6.2"
|
||||
checksum: 10c0/e03a8a4271152c8b26604ed45535954c0a45296e32445b4b87f8a5abdb2421f40b59b4ca437c4346af0f28179780d604094eb64546bee2019d903d01c6c19bdb
|
||||
@ -14223,7 +13809,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@npm:^5.4.5":
|
||||
"typescript@npm:5.4.5":
|
||||
version: 5.4.5
|
||||
resolution: "typescript@npm:5.4.5"
|
||||
bin:
|
||||
@ -14233,7 +13819,7 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"typescript@patch:typescript@npm%3A^5.4.5#optional!builtin<compat/typescript>":
|
||||
"typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>":
|
||||
version: 5.4.5
|
||||
resolution: "typescript@patch:typescript@npm%3A5.4.5#optional!builtin<compat/typescript>::version=5.4.5&hash=5adc0c"
|
||||
bin:
|
||||
@ -15453,14 +15039,14 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yargs-parser@npm:21.1.1, yargs-parser@npm:^21.1.1":
|
||||
"yargs-parser@npm:^21.1.1":
|
||||
version: 21.1.1
|
||||
resolution: "yargs-parser@npm:21.1.1"
|
||||
checksum: 10c0/f84b5e48169479d2f402239c59f084cfd1c3acc197a05c59b98bab067452e6b3ea46d4dd8ba2985ba7b3d32a343d77df0debd6b343e5dae3da2aab2cdf5886b2
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"yargs@npm:^17.0.0, yargs@npm:^17.6.2":
|
||||
"yargs@npm:^17.0.0":
|
||||
version: 17.7.2
|
||||
resolution: "yargs@npm:17.7.2"
|
||||
dependencies:
|
||||
|
Loading…
x
Reference in New Issue
Block a user