Compare commits
1
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee1047d55c |
+1
-1
@@ -32,7 +32,7 @@
|
||||
"eslint-plugin-jsdoc": "^63.0.2",
|
||||
"jest": "^30.4.2",
|
||||
"ts-jest": "^29.4.11",
|
||||
"typescript": "^6.0.3"
|
||||
"typescript": "^7.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@girs/mtk-17": "17.0.0-4.0.4"
|
||||
|
||||
Generated
+358
-155
@@ -20,25 +20,25 @@ importers:
|
||||
version: 50.0.0
|
||||
'@jest/globals':
|
||||
specifier: ^30.4.1
|
||||
version: 30.4.1
|
||||
version: 30.4.1(supports-color@8.1.1)
|
||||
'@types/jest':
|
||||
specifier: ^30.0.0
|
||||
version: 30.0.0
|
||||
eslint:
|
||||
specifier: ^10.5.0
|
||||
version: 10.5.0
|
||||
version: 10.5.0(supports-color@8.1.1)
|
||||
eslint-plugin-jsdoc:
|
||||
specifier: ^63.0.2
|
||||
version: 63.0.2(eslint@10.5.0)
|
||||
version: 63.0.2(eslint@10.5.0(supports-color@8.1.1))(supports-color@8.1.1)
|
||||
jest:
|
||||
specifier: ^30.4.2
|
||||
version: 30.4.2(@types/node@25.9.3)
|
||||
version: 30.4.2(@types/node@25.9.3)(supports-color@8.1.1)
|
||||
ts-jest:
|
||||
specifier: ^29.4.11
|
||||
version: 29.4.11(@babel/core@7.29.7)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.3))(typescript@6.0.3)
|
||||
version: 29.4.11(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.3)(supports-color@8.1.1))(typescript@7.0.2)
|
||||
typescript:
|
||||
specifier: ^6.0.3
|
||||
version: 6.0.3
|
||||
specifier: ^7.0.0
|
||||
version: 7.0.2
|
||||
|
||||
packages:
|
||||
|
||||
@@ -616,6 +616,126 @@ packages:
|
||||
resolution: {integrity: sha512-9QTQpZ5Iin4CdIodfbDQFSeiSJKidgYJYug1P9CC2xWgUTvlmixViqDZNciMjwLBZyJnG4tGmPl97rVAFb1AJg==}
|
||||
engines: {node: ^18.18.0 || ^20.9.0 || >=21.1.0}
|
||||
|
||||
'@typescript/typescript-aix-ppc64@7.0.2':
|
||||
resolution: {integrity: sha512-MTKKkWB7p/0E9xi1d1tHtZ5PiLkGEMIq88pK2CubZjOsLtYTLqhgIgi6zepFa+9GHZ6h05NMCkQxGKiPXMxXtQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [ppc64]
|
||||
os: [aix]
|
||||
|
||||
'@typescript/typescript-darwin-arm64@7.0.2':
|
||||
resolution: {integrity: sha512-gowzar9MwS/aRWp6f3a4KUqzRjAZjOsmGNCM6LcTgXum+dBfgsBVMN+AgvOCCbguXyick6LJhpBszxMebJ8syA==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [arm64]
|
||||
os: [darwin]
|
||||
|
||||
'@typescript/typescript-darwin-x64@7.0.2':
|
||||
resolution: {integrity: sha512-SZ9xZInqApNlNGc9s0W1VSsktYSOe9cFqNOIqmN1Gs8SmkjKZYFt017G4VwPxASInODuAdbTW7sXiFUf893RgA==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [x64]
|
||||
os: [darwin]
|
||||
|
||||
'@typescript/typescript-freebsd-arm64@7.0.2':
|
||||
resolution: {integrity: sha512-W5NH4y/J0plIIS5b2xvTEkU7JFxyqdMAOgf+Ilhl0vHQXKO5dZoxd+C/jEtq56c4F3wk71RB4BMRQ2XdI+bwYQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [arm64]
|
||||
os: [freebsd]
|
||||
|
||||
'@typescript/typescript-freebsd-x64@7.0.2':
|
||||
resolution: {integrity: sha512-UMGDx5sTpzNw3WiPebH7l90IWfJggEd+egHt/q6p7/Cm3zqoV7VxkGXt+3DxPIw8CcmvAB0j3sVVfbhX+M4Tpw==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [x64]
|
||||
os: [freebsd]
|
||||
|
||||
'@typescript/typescript-linux-arm64@7.0.2':
|
||||
resolution: {integrity: sha512-Qh4eU4/y3yDjnfjjyPYihMj5/ODIlmt+Bzu17OI+fiSRDW57QmU5SiN63exPRNJPKUzcc1INa1NXdrJ+MqHjUQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [arm64]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-linux-arm@7.0.2':
|
||||
resolution: {integrity: sha512-gffT3xPz9sR7j/YJExkyPntrI0P2EP9XbOyWzth2/Gs0RstK+90RBcO0ncXoXy/beYll1SXw846Nf2zdnEz0QQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [arm]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-linux-loong64@7.0.2':
|
||||
resolution: {integrity: sha512-uEHck9i8hoAzXPiYRib1O7miOnz23SxIeVl6F4LXox+qov1K35jHcEW6VHKvZI+pyvl7fZEP4MCU5LYvIq1GuQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [loong64]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-linux-mips64el@7.0.2':
|
||||
resolution: {integrity: sha512-R4KvAMnE43W5Qeqb0Ly56O3mWMWIAgsMyz36DCaycd5nbg/9kzm0liw3JocfRqyJY0KPmzFjbswozXyW0DnIYA==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [mips64el]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-linux-ppc64@7.0.2':
|
||||
resolution: {integrity: sha512-DORx5b3sd/4S7eayxm4FQv+A7CrkUIGRaHiwI8oiHTAI1fAPWhF4J0vAlkC8biAlHSVVwxMQ3tjZ2/DVbnQiiA==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [ppc64]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-linux-riscv64@7.0.2':
|
||||
resolution: {integrity: sha512-wf0jqEDOjrPRnKwYRyyJDRo11KMbvMFrU+q4zqKyChODBzvlkbhNQfKvLxQCcwTpdDaXSHZTVuh0JoCrKCUMHQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [riscv64]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-linux-s390x@7.0.2':
|
||||
resolution: {integrity: sha512-IkwJc3L7yhytWd/ewjyxNDfOmswCm9GWMJT/ue/dU4aZNbwZeYAetq42VyLmsmSjvoX7z74X6ZaYCtzAr0EuGw==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [s390x]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-linux-x64@7.0.2':
|
||||
resolution: {integrity: sha512-EYdf2cNg7rgCWJnxCdJ+F3V39O8ihb37eHAu1LK8oAFizgTQbPOK7zHHXbPt8rX24COqODXeI3sIf0fCXG7H/A==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [x64]
|
||||
os: [linux]
|
||||
|
||||
'@typescript/typescript-netbsd-arm64@7.0.2':
|
||||
resolution: {integrity: sha512-+polYF4MF04aPpO5FTkHran9yUQDSXqy5GiSDKpsll5jy3l3+g9QLhpf39T+ePtefhXLOGrLl0QIjkQP6VnelA==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [arm64]
|
||||
os: [netbsd]
|
||||
|
||||
'@typescript/typescript-netbsd-x64@7.0.2':
|
||||
resolution: {integrity: sha512-8YIT0EHM/3dq10ZOVF/A7pc/YSMtbcecct4rWtexrnSCHOPcpC2KTLXfTCR6vDpnSiY12heNb1GiN/wu+T/FyA==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [x64]
|
||||
os: [netbsd]
|
||||
|
||||
'@typescript/typescript-openbsd-arm64@7.0.2':
|
||||
resolution: {integrity: sha512-APT8+ClYnuYm1u9+kgGXoMj2VzWzcymwh2gNSQVySHfkRDGOTVkoWLjCmOQSaO+PoqQ57B0flRp9SA+7GnnkzQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [arm64]
|
||||
os: [openbsd]
|
||||
|
||||
'@typescript/typescript-openbsd-x64@7.0.2':
|
||||
resolution: {integrity: sha512-yX7s+Q0Dln0Dt9tEzZsAjXXR/+ytBM7AlglaqyeMPxQszJ1JhlJdZ6jLA+IzldHtflX81em7lDao1xXu+aRRkg==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [x64]
|
||||
os: [openbsd]
|
||||
|
||||
'@typescript/typescript-sunos-x64@7.0.2':
|
||||
resolution: {integrity: sha512-dLJDGaLZ1D4HPQn62u1n8mBDkJREwMsAkCdkwd4Ieqw+x3TUyTsqY0YiBCtE6H6OzzgGk3iuZ3vFWRS+E8/d1g==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [x64]
|
||||
os: [sunos]
|
||||
|
||||
'@typescript/typescript-win32-arm64@7.0.2':
|
||||
resolution: {integrity: sha512-Gyl1Vy6OsWesLzmq+EP0Fb7b4Nid5232AvcA2SFcdYreldpNtYFFofPjnt62y9hQy7VTaZp65ICJjuAQRaVcIQ==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [arm64]
|
||||
os: [win32]
|
||||
|
||||
'@typescript/typescript-win32-x64@7.0.2':
|
||||
resolution: {integrity: sha512-0BQ3HkAHHlKLSp1qRvf3SUhGpGsDuhB/jgFw75guyqbxJqEaS0Cw/VFO8i2nHglJUzQCRtMMR/IBAKE3ETMC4g==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@ungap/structured-clone@1.3.1':
|
||||
resolution: {integrity: sha512-mUFwbeTqrVgDQxFveS+df2yfap6iuP20NAKAsBt5jDEoOTDew+zwLAOilHCeQJOVSvmgCX4ogqIrA0mnyr08yQ==}
|
||||
|
||||
@@ -1725,9 +1845,9 @@ packages:
|
||||
resolution: {integrity: sha512-TeTSQ6H5YHvpqVwBRcnLDCBnDOHWYu7IvGbHT6N8AOymcr9PJGjc1GTtiWZTYg0NCgYwvnYWEkVChQAr9bjfwA==}
|
||||
engines: {node: '>=16'}
|
||||
|
||||
typescript@6.0.3:
|
||||
resolution: {integrity: sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==}
|
||||
engines: {node: '>=14.17'}
|
||||
typescript@7.0.2:
|
||||
resolution: {integrity: sha512-8FYau96o3NKOhbjKi/qNvG/W5jhzxkbdm5sj9AbZ/5T5sWqn3hJgLfGx27sRKZWTvyzCP8dLRBTf5tBTSRVUNA==}
|
||||
engines: {node: '>=16.20.0'}
|
||||
hasBin: true
|
||||
|
||||
uglify-js@3.19.3:
|
||||
@@ -1813,20 +1933,20 @@ snapshots:
|
||||
|
||||
'@babel/compat-data@7.29.7': {}
|
||||
|
||||
'@babel/core@7.29.7':
|
||||
'@babel/core@7.29.7(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.29.7
|
||||
'@babel/generator': 7.29.7
|
||||
'@babel/helper-compilation-targets': 7.29.7
|
||||
'@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7)
|
||||
'@babel/helper-module-transforms': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1)
|
||||
'@babel/helpers': 7.29.7
|
||||
'@babel/parser': 7.29.7
|
||||
'@babel/template': 7.29.7
|
||||
'@babel/traverse': 7.29.7
|
||||
'@babel/traverse': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/types': 7.29.7
|
||||
'@jridgewell/remapping': 2.3.5
|
||||
convert-source-map: 2.0.0
|
||||
debug: 4.4.3
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
gensync: 1.0.0-beta.2
|
||||
json5: 2.2.3
|
||||
semver: 6.3.1
|
||||
@@ -1851,19 +1971,19 @@ snapshots:
|
||||
|
||||
'@babel/helper-globals@7.29.7': {}
|
||||
|
||||
'@babel/helper-module-imports@7.29.7':
|
||||
'@babel/helper-module-imports@7.29.7(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@babel/traverse': 7.29.7
|
||||
'@babel/traverse': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/types': 7.29.7
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7)':
|
||||
'@babel/helper-module-transforms@7.29.7(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/helper-module-imports': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-module-imports': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-validator-identifier': 7.29.7
|
||||
'@babel/traverse': 7.29.7
|
||||
'@babel/traverse': 7.29.7(supports-color@8.1.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -1884,89 +2004,89 @@ snapshots:
|
||||
dependencies:
|
||||
'@babel/types': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-import-attributes@7.29.7(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-jsx@7.29.7(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7)':
|
||||
'@babel/plugin-syntax-typescript@7.29.7(@babel/core@7.29.7(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
|
||||
'@babel/template@7.29.7':
|
||||
@@ -1975,7 +2095,7 @@ snapshots:
|
||||
'@babel/parser': 7.29.7
|
||||
'@babel/types': 7.29.7
|
||||
|
||||
'@babel/traverse@7.29.7':
|
||||
'@babel/traverse@7.29.7(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@babel/code-frame': 7.29.7
|
||||
'@babel/generator': 7.29.7
|
||||
@@ -1983,7 +2103,7 @@ snapshots:
|
||||
'@babel/parser': 7.29.7
|
||||
'@babel/template': 7.29.7
|
||||
'@babel/types': 7.29.7
|
||||
debug: 4.4.3
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -2020,17 +2140,17 @@ snapshots:
|
||||
|
||||
'@es-joy/resolve.exports@1.2.0': {}
|
||||
|
||||
'@eslint-community/eslint-utils@4.9.1(eslint@10.5.0)':
|
||||
'@eslint-community/eslint-utils@4.9.1(eslint@10.5.0(supports-color@8.1.1))':
|
||||
dependencies:
|
||||
eslint: 10.5.0
|
||||
eslint: 10.5.0(supports-color@8.1.1)
|
||||
eslint-visitor-keys: 3.4.3
|
||||
|
||||
'@eslint-community/regexpp@4.12.2': {}
|
||||
|
||||
'@eslint/config-array@0.23.5':
|
||||
'@eslint/config-array@0.23.5(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@eslint/object-schema': 3.0.5
|
||||
debug: 4.4.3
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
minimatch: 10.2.5
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -2596,13 +2716,13 @@ snapshots:
|
||||
jest-util: 30.4.1
|
||||
slash: 3.0.0
|
||||
|
||||
'@jest/core@30.4.2':
|
||||
'@jest/core@30.4.2(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@jest/console': 30.4.1
|
||||
'@jest/pattern': 30.4.0
|
||||
'@jest/reporters': 30.4.1
|
||||
'@jest/reporters': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/test-result': 30.4.1
|
||||
'@jest/transform': 30.4.1
|
||||
'@jest/transform': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
'@types/node': 25.9.3
|
||||
ansi-escapes: 4.3.2
|
||||
@@ -2612,15 +2732,15 @@ snapshots:
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
graceful-fs: 4.2.11
|
||||
jest-changed-files: 30.4.1
|
||||
jest-config: 30.4.2(@types/node@25.9.3)
|
||||
jest-config: 30.4.2(@types/node@25.9.3)(supports-color@8.1.1)
|
||||
jest-haste-map: 30.4.1
|
||||
jest-message-util: 30.4.1
|
||||
jest-regex-util: 30.4.0
|
||||
jest-resolve: 30.4.1
|
||||
jest-resolve-dependencies: 30.4.2
|
||||
jest-runner: 30.4.2
|
||||
jest-runtime: 30.4.2
|
||||
jest-snapshot: 30.4.1
|
||||
jest-resolve-dependencies: 30.4.2(supports-color@8.1.1)
|
||||
jest-runner: 30.4.2(supports-color@8.1.1)
|
||||
jest-runtime: 30.4.2(supports-color@8.1.1)
|
||||
jest-snapshot: 30.4.1(supports-color@8.1.1)
|
||||
jest-util: 30.4.1
|
||||
jest-validate: 30.4.1
|
||||
jest-watcher: 30.4.1
|
||||
@@ -2645,10 +2765,10 @@ snapshots:
|
||||
dependencies:
|
||||
'@jest/get-type': 30.1.0
|
||||
|
||||
'@jest/expect@30.4.1':
|
||||
'@jest/expect@30.4.1(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
expect: 30.4.1
|
||||
jest-snapshot: 30.4.1
|
||||
jest-snapshot: 30.4.1(supports-color@8.1.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -2663,10 +2783,10 @@ snapshots:
|
||||
|
||||
'@jest/get-type@30.1.0': {}
|
||||
|
||||
'@jest/globals@30.4.1':
|
||||
'@jest/globals@30.4.1(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@jest/environment': 30.4.1
|
||||
'@jest/expect': 30.4.1
|
||||
'@jest/expect': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
jest-mock: 30.4.1
|
||||
transitivePeerDependencies:
|
||||
@@ -2677,12 +2797,12 @@ snapshots:
|
||||
'@types/node': 25.9.3
|
||||
jest-regex-util: 30.4.0
|
||||
|
||||
'@jest/reporters@30.4.1':
|
||||
'@jest/reporters@30.4.1(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@bcoe/v8-coverage': 0.2.3
|
||||
'@jest/console': 30.4.1
|
||||
'@jest/test-result': 30.4.1
|
||||
'@jest/transform': 30.4.1
|
||||
'@jest/transform': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
'@jridgewell/trace-mapping': 0.3.31
|
||||
'@types/node': 25.9.3
|
||||
@@ -2692,9 +2812,9 @@ snapshots:
|
||||
glob: 10.5.0
|
||||
graceful-fs: 4.2.11
|
||||
istanbul-lib-coverage: 3.2.2
|
||||
istanbul-lib-instrument: 6.0.3
|
||||
istanbul-lib-instrument: 6.0.3(supports-color@8.1.1)
|
||||
istanbul-lib-report: 3.0.1
|
||||
istanbul-lib-source-maps: 5.0.6
|
||||
istanbul-lib-source-maps: 5.0.6(supports-color@8.1.1)
|
||||
istanbul-reports: 3.2.0
|
||||
jest-message-util: 30.4.1
|
||||
jest-util: 30.4.1
|
||||
@@ -2736,12 +2856,12 @@ snapshots:
|
||||
jest-haste-map: 30.4.1
|
||||
slash: 3.0.0
|
||||
|
||||
'@jest/transform@30.4.1':
|
||||
'@jest/transform@30.4.1(supports-color@8.1.1)':
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
'@jridgewell/trace-mapping': 0.3.31
|
||||
babel-plugin-istanbul: 7.0.1
|
||||
babel-plugin-istanbul: 7.0.1(supports-color@8.1.1)
|
||||
chalk: 4.1.2
|
||||
convert-source-map: 2.0.0
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
@@ -2869,6 +2989,66 @@ snapshots:
|
||||
|
||||
'@typescript-eslint/types@8.61.0': {}
|
||||
|
||||
'@typescript/typescript-aix-ppc64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-darwin-arm64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-darwin-x64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-freebsd-arm64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-freebsd-x64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-arm64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-arm@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-loong64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-mips64el@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-ppc64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-riscv64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-s390x@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-linux-x64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-netbsd-arm64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-netbsd-x64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-openbsd-arm64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-openbsd-x64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-sunos-x64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-win32-arm64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@typescript/typescript-win32-x64@7.0.2':
|
||||
optional: true
|
||||
|
||||
'@ungap/structured-clone@1.3.1': {}
|
||||
|
||||
'@unrs/resolver-binding-android-arm-eabi@1.12.2':
|
||||
@@ -2981,25 +3161,25 @@ snapshots:
|
||||
dependencies:
|
||||
sprintf-js: 1.0.3
|
||||
|
||||
babel-jest@30.4.1(@babel/core@7.29.7):
|
||||
babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@jest/transform': 30.4.1
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@jest/transform': 30.4.1(supports-color@8.1.1)
|
||||
'@types/babel__core': 7.20.5
|
||||
babel-plugin-istanbul: 7.0.1
|
||||
babel-preset-jest: 30.4.0(@babel/core@7.29.7)
|
||||
babel-plugin-istanbul: 7.0.1(supports-color@8.1.1)
|
||||
babel-preset-jest: 30.4.0(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
chalk: 4.1.2
|
||||
graceful-fs: 4.2.11
|
||||
slash: 3.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
babel-plugin-istanbul@7.0.1:
|
||||
babel-plugin-istanbul@7.0.1(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@babel/helper-plugin-utils': 7.29.7
|
||||
'@istanbuljs/load-nyc-config': 1.1.0
|
||||
'@istanbuljs/schema': 0.1.6
|
||||
istanbul-lib-instrument: 6.0.3
|
||||
istanbul-lib-instrument: 6.0.3(supports-color@8.1.1)
|
||||
test-exclude: 6.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -3008,30 +3188,30 @@ snapshots:
|
||||
dependencies:
|
||||
'@types/babel__core': 7.20.5
|
||||
|
||||
babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.7):
|
||||
babel-preset-current-node-syntax@1.2.0(@babel/core@7.29.7(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.7)
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-import-attributes': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
|
||||
babel-preset-jest@30.4.0(@babel/core@7.29.7):
|
||||
babel-preset-jest@30.4.0(@babel/core@7.29.7(supports-color@8.1.1)):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
babel-plugin-jest-hoist: 30.4.0
|
||||
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7)
|
||||
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
|
||||
balanced-match@1.0.2: {}
|
||||
|
||||
@@ -3117,9 +3297,11 @@ snapshots:
|
||||
shebang-command: 2.0.0
|
||||
which: 2.0.2
|
||||
|
||||
debug@4.4.3:
|
||||
debug@4.4.3(supports-color@8.1.1):
|
||||
dependencies:
|
||||
ms: 2.1.3
|
||||
optionalDependencies:
|
||||
supports-color: 8.1.1
|
||||
|
||||
dedent@1.7.2: {}
|
||||
|
||||
@@ -3149,15 +3331,15 @@ snapshots:
|
||||
|
||||
escape-string-regexp@4.0.0: {}
|
||||
|
||||
eslint-plugin-jsdoc@63.0.2(eslint@10.5.0):
|
||||
eslint-plugin-jsdoc@63.0.2(eslint@10.5.0(supports-color@8.1.1))(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@es-joy/jsdoccomment': 0.87.0
|
||||
'@es-joy/resolve.exports': 1.2.0
|
||||
are-docs-informative: 0.0.2
|
||||
comment-parser: 1.4.7
|
||||
debug: 4.4.3
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint: 10.5.0
|
||||
eslint: 10.5.0(supports-color@8.1.1)
|
||||
espree: 11.2.0
|
||||
esquery: 1.7.0
|
||||
html-entities: 2.6.0
|
||||
@@ -3180,11 +3362,11 @@ snapshots:
|
||||
|
||||
eslint-visitor-keys@5.0.1: {}
|
||||
|
||||
eslint@10.5.0:
|
||||
eslint@10.5.0(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0)
|
||||
'@eslint-community/eslint-utils': 4.9.1(eslint@10.5.0(supports-color@8.1.1))
|
||||
'@eslint-community/regexpp': 4.12.2
|
||||
'@eslint/config-array': 0.23.5
|
||||
'@eslint/config-array': 0.23.5(supports-color@8.1.1)
|
||||
'@eslint/config-helpers': 0.6.0
|
||||
'@eslint/core': 1.2.1
|
||||
'@eslint/plugin-kit': 0.7.2
|
||||
@@ -3194,7 +3376,7 @@ snapshots:
|
||||
'@types/estree': 1.0.9
|
||||
ajv: 6.15.0
|
||||
cross-spawn: 7.0.6
|
||||
debug: 4.4.3
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
escape-string-regexp: 4.0.0
|
||||
eslint-scope: 9.1.2
|
||||
eslint-visitor-keys: 5.0.1
|
||||
@@ -3382,9 +3564,9 @@ snapshots:
|
||||
|
||||
istanbul-lib-coverage@3.2.2: {}
|
||||
|
||||
istanbul-lib-instrument@6.0.3:
|
||||
istanbul-lib-instrument@6.0.3(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/parser': 7.29.7
|
||||
'@istanbuljs/schema': 0.1.6
|
||||
istanbul-lib-coverage: 3.2.2
|
||||
@@ -3398,10 +3580,10 @@ snapshots:
|
||||
make-dir: 4.0.0
|
||||
supports-color: 7.2.0
|
||||
|
||||
istanbul-lib-source-maps@5.0.6:
|
||||
istanbul-lib-source-maps@5.0.6(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@jridgewell/trace-mapping': 0.3.31
|
||||
debug: 4.4.3
|
||||
debug: 4.4.3(supports-color@8.1.1)
|
||||
istanbul-lib-coverage: 3.2.2
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
@@ -3423,10 +3605,10 @@ snapshots:
|
||||
jest-util: 30.4.1
|
||||
p-limit: 3.1.0
|
||||
|
||||
jest-circus@30.4.2:
|
||||
jest-circus@30.4.2(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@jest/environment': 30.4.1
|
||||
'@jest/expect': 30.4.1
|
||||
'@jest/expect': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/test-result': 30.4.1
|
||||
'@jest/types': 30.4.1
|
||||
'@types/node': 25.9.3
|
||||
@@ -3437,8 +3619,8 @@ snapshots:
|
||||
jest-each: 30.4.1
|
||||
jest-matcher-utils: 30.4.1
|
||||
jest-message-util: 30.4.1
|
||||
jest-runtime: 30.4.2
|
||||
jest-snapshot: 30.4.1
|
||||
jest-runtime: 30.4.2(supports-color@8.1.1)
|
||||
jest-snapshot: 30.4.1(supports-color@8.1.1)
|
||||
jest-util: 30.4.1
|
||||
p-limit: 3.1.0
|
||||
pretty-format: 30.4.1
|
||||
@@ -3449,15 +3631,15 @@ snapshots:
|
||||
- babel-plugin-macros
|
||||
- supports-color
|
||||
|
||||
jest-cli@30.4.2(@types/node@25.9.3):
|
||||
jest-cli@30.4.2(@types/node@25.9.3)(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@jest/core': 30.4.2
|
||||
'@jest/core': 30.4.2(supports-color@8.1.1)
|
||||
'@jest/test-result': 30.4.1
|
||||
'@jest/types': 30.4.1
|
||||
chalk: 4.1.2
|
||||
exit-x: 0.2.2
|
||||
import-local: 3.2.0
|
||||
jest-config: 30.4.2(@types/node@25.9.3)
|
||||
jest-config: 30.4.2(@types/node@25.9.3)(supports-color@8.1.1)
|
||||
jest-util: 30.4.1
|
||||
jest-validate: 30.4.1
|
||||
yargs: 17.7.2
|
||||
@@ -3468,25 +3650,25 @@ snapshots:
|
||||
- supports-color
|
||||
- ts-node
|
||||
|
||||
jest-config@30.4.2(@types/node@25.9.3):
|
||||
jest-config@30.4.2(@types/node@25.9.3)(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@jest/get-type': 30.1.0
|
||||
'@jest/pattern': 30.4.0
|
||||
'@jest/test-sequencer': 30.4.1
|
||||
'@jest/types': 30.4.1
|
||||
babel-jest: 30.4.1(@babel/core@7.29.7)
|
||||
babel-jest: 30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1)
|
||||
chalk: 4.1.2
|
||||
ci-info: 4.4.0
|
||||
deepmerge: 4.3.1
|
||||
glob: 10.5.0
|
||||
graceful-fs: 4.2.11
|
||||
jest-circus: 30.4.2
|
||||
jest-circus: 30.4.2(supports-color@8.1.1)
|
||||
jest-docblock: 30.4.0
|
||||
jest-environment-node: 30.4.1
|
||||
jest-regex-util: 30.4.0
|
||||
jest-resolve: 30.4.1
|
||||
jest-runner: 30.4.2
|
||||
jest-runner: 30.4.2(supports-color@8.1.1)
|
||||
jest-util: 30.4.1
|
||||
jest-validate: 30.4.1
|
||||
parse-json: 5.2.0
|
||||
@@ -3580,10 +3762,10 @@ snapshots:
|
||||
|
||||
jest-regex-util@30.4.0: {}
|
||||
|
||||
jest-resolve-dependencies@30.4.2:
|
||||
jest-resolve-dependencies@30.4.2(supports-color@8.1.1):
|
||||
dependencies:
|
||||
jest-regex-util: 30.4.0
|
||||
jest-snapshot: 30.4.1
|
||||
jest-snapshot: 30.4.1(supports-color@8.1.1)
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
@@ -3598,12 +3780,12 @@ snapshots:
|
||||
slash: 3.0.0
|
||||
unrs-resolver: 1.12.2
|
||||
|
||||
jest-runner@30.4.2:
|
||||
jest-runner@30.4.2(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@jest/console': 30.4.1
|
||||
'@jest/environment': 30.4.1
|
||||
'@jest/test-result': 30.4.1
|
||||
'@jest/transform': 30.4.1
|
||||
'@jest/transform': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
'@types/node': 25.9.3
|
||||
chalk: 4.1.2
|
||||
@@ -3616,7 +3798,7 @@ snapshots:
|
||||
jest-leak-detector: 30.4.1
|
||||
jest-message-util: 30.4.1
|
||||
jest-resolve: 30.4.1
|
||||
jest-runtime: 30.4.2
|
||||
jest-runtime: 30.4.2(supports-color@8.1.1)
|
||||
jest-util: 30.4.1
|
||||
jest-watcher: 30.4.1
|
||||
jest-worker: 30.4.1
|
||||
@@ -3625,14 +3807,14 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
jest-runtime@30.4.2:
|
||||
jest-runtime@30.4.2(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@jest/environment': 30.4.1
|
||||
'@jest/fake-timers': 30.4.1
|
||||
'@jest/globals': 30.4.1
|
||||
'@jest/globals': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/source-map': 30.0.1
|
||||
'@jest/test-result': 30.4.1
|
||||
'@jest/transform': 30.4.1
|
||||
'@jest/transform': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
'@types/node': 25.9.3
|
||||
chalk: 4.1.2
|
||||
@@ -3645,26 +3827,26 @@ snapshots:
|
||||
jest-mock: 30.4.1
|
||||
jest-regex-util: 30.4.0
|
||||
jest-resolve: 30.4.1
|
||||
jest-snapshot: 30.4.1
|
||||
jest-snapshot: 30.4.1(supports-color@8.1.1)
|
||||
jest-util: 30.4.1
|
||||
slash: 3.0.0
|
||||
strip-bom: 4.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
jest-snapshot@30.4.1:
|
||||
jest-snapshot@30.4.1(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@babel/generator': 7.29.7
|
||||
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7)
|
||||
'@babel/plugin-syntax-jsx': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/plugin-syntax-typescript': 7.29.7(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
'@babel/types': 7.29.7
|
||||
'@jest/expect-utils': 30.4.1
|
||||
'@jest/get-type': 30.1.0
|
||||
'@jest/snapshot-utils': 30.4.1
|
||||
'@jest/transform': 30.4.1
|
||||
'@jest/transform': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7)
|
||||
babel-preset-current-node-syntax: 1.2.0(@babel/core@7.29.7(supports-color@8.1.1))
|
||||
chalk: 4.1.2
|
||||
expect: 30.4.1
|
||||
graceful-fs: 4.2.11
|
||||
@@ -3715,12 +3897,12 @@ snapshots:
|
||||
merge-stream: 2.0.0
|
||||
supports-color: 8.1.1
|
||||
|
||||
jest@30.4.2(@types/node@25.9.3):
|
||||
jest@30.4.2(@types/node@25.9.3)(supports-color@8.1.1):
|
||||
dependencies:
|
||||
'@jest/core': 30.4.2
|
||||
'@jest/core': 30.4.2(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
import-local: 3.2.0
|
||||
jest-cli: 30.4.2(@types/node@25.9.3)
|
||||
jest-cli: 30.4.2(@types/node@25.9.3)(supports-color@8.1.1)
|
||||
transitivePeerDependencies:
|
||||
- '@types/node'
|
||||
- babel-plugin-macros
|
||||
@@ -4022,24 +4204,24 @@ snapshots:
|
||||
'@sindresorhus/base62': 1.0.0
|
||||
reserved-identifiers: 1.2.0
|
||||
|
||||
ts-jest@29.4.11(@babel/core@7.29.7)(@jest/transform@30.4.1)(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.3))(typescript@6.0.3):
|
||||
ts-jest@29.4.11(@babel/core@7.29.7(supports-color@8.1.1))(@jest/transform@30.4.1(supports-color@8.1.1))(@jest/types@30.4.1)(babel-jest@30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1))(jest-util@30.4.1)(jest@30.4.2(@types/node@25.9.3)(supports-color@8.1.1))(typescript@7.0.2):
|
||||
dependencies:
|
||||
bs-logger: 0.2.6
|
||||
fast-json-stable-stringify: 2.1.0
|
||||
handlebars: 4.7.9
|
||||
jest: 30.4.2(@types/node@25.9.3)
|
||||
jest: 30.4.2(@types/node@25.9.3)(supports-color@8.1.1)
|
||||
json5: 2.2.3
|
||||
lodash.memoize: 4.1.2
|
||||
make-error: 1.3.6
|
||||
semver: 7.8.4
|
||||
type-fest: 4.41.0
|
||||
typescript: 6.0.3
|
||||
typescript: 7.0.2
|
||||
yargs-parser: 21.1.1
|
||||
optionalDependencies:
|
||||
'@babel/core': 7.29.7
|
||||
'@jest/transform': 30.4.1
|
||||
'@babel/core': 7.29.7(supports-color@8.1.1)
|
||||
'@jest/transform': 30.4.1(supports-color@8.1.1)
|
||||
'@jest/types': 30.4.1
|
||||
babel-jest: 30.4.1(@babel/core@7.29.7)
|
||||
babel-jest: 30.4.1(@babel/core@7.29.7(supports-color@8.1.1))(supports-color@8.1.1)
|
||||
jest-util: 30.4.1
|
||||
|
||||
tslib@2.8.1:
|
||||
@@ -4055,7 +4237,28 @@ snapshots:
|
||||
|
||||
type-fest@4.41.0: {}
|
||||
|
||||
typescript@6.0.3: {}
|
||||
typescript@7.0.2:
|
||||
optionalDependencies:
|
||||
'@typescript/typescript-aix-ppc64': 7.0.2
|
||||
'@typescript/typescript-darwin-arm64': 7.0.2
|
||||
'@typescript/typescript-darwin-x64': 7.0.2
|
||||
'@typescript/typescript-freebsd-arm64': 7.0.2
|
||||
'@typescript/typescript-freebsd-x64': 7.0.2
|
||||
'@typescript/typescript-linux-arm': 7.0.2
|
||||
'@typescript/typescript-linux-arm64': 7.0.2
|
||||
'@typescript/typescript-linux-loong64': 7.0.2
|
||||
'@typescript/typescript-linux-mips64el': 7.0.2
|
||||
'@typescript/typescript-linux-ppc64': 7.0.2
|
||||
'@typescript/typescript-linux-riscv64': 7.0.2
|
||||
'@typescript/typescript-linux-s390x': 7.0.2
|
||||
'@typescript/typescript-linux-x64': 7.0.2
|
||||
'@typescript/typescript-netbsd-arm64': 7.0.2
|
||||
'@typescript/typescript-netbsd-x64': 7.0.2
|
||||
'@typescript/typescript-openbsd-arm64': 7.0.2
|
||||
'@typescript/typescript-openbsd-x64': 7.0.2
|
||||
'@typescript/typescript-sunos-x64': 7.0.2
|
||||
'@typescript/typescript-win32-arm64': 7.0.2
|
||||
'@typescript/typescript-win32-x64': 7.0.2
|
||||
|
||||
uglify-js@3.19.3:
|
||||
optional: true
|
||||
|
||||
Reference in New Issue
Block a user