feat: update dependencies
This commit is contained in:
parent
8105e6a24b
commit
e28ae4c696
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
.yarn/offline-cache/jiti-npm-2.5.1-6671598471-f0a38d7d88.zip
Normal file
BIN
.yarn/offline-cache/jiti-npm-2.5.1-6671598471-f0a38d7d88.zip
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
20
package.json
20
package.json
@ -25,12 +25,12 @@
|
|||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.2.0",
|
"version": "0.2.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@commitlint/cli": "19.5.0",
|
"@commitlint/cli": "19.8.1",
|
||||||
"@commitlint/config-conventional": "19.5.0",
|
"@commitlint/config-conventional": "19.8.1",
|
||||||
"eslint": "9.31.0",
|
"eslint": "9.35.0",
|
||||||
"husky": "9.1.6",
|
"husky": "9.1.7",
|
||||||
"standard-version": "9.5.0",
|
"standard-version": "9.5.0",
|
||||||
"typescript": "5.8.3"
|
"typescript": "5.9.2"
|
||||||
},
|
},
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
@ -43,7 +43,7 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslint/eslintrc": "3.3.1",
|
"@eslint/eslintrc": "3.3.1",
|
||||||
"@stylistic/eslint-plugin": "5.2.0",
|
"@stylistic/eslint-plugin": "5.3.1",
|
||||||
"eslint-import-resolver-typescript": "4.4.4",
|
"eslint-import-resolver-typescript": "4.4.4",
|
||||||
"eslint-plugin-import": "2.32.0",
|
"eslint-plugin-import": "2.32.0",
|
||||||
"eslint-plugin-jest": "29.0.1",
|
"eslint-plugin-jest": "29.0.1",
|
||||||
@ -52,12 +52,12 @@
|
|||||||
"eslint-plugin-jsx-a11y": "6.10.2",
|
"eslint-plugin-jsx-a11y": "6.10.2",
|
||||||
"eslint-plugin-react": "7.37.5",
|
"eslint-plugin-react": "7.37.5",
|
||||||
"eslint-plugin-react-hooks": "5.2.0",
|
"eslint-plugin-react-hooks": "5.2.0",
|
||||||
"eslint-plugin-testing-library": "7.6.0",
|
"eslint-plugin-testing-library": "7.8.0",
|
||||||
"globals": "16.3.0",
|
"globals": "16.4.0",
|
||||||
"typescript-eslint": "8.37.0"
|
"typescript-eslint": "8.44.0"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"eslint": "^9.31.0",
|
"eslint": "^9.35.0",
|
||||||
"typescript": ">=4.2.2"
|
"typescript": ">=4.2.2"
|
||||||
},
|
},
|
||||||
"peerDependenciesMeta": {
|
"peerDependenciesMeta": {
|
||||||
|
|||||||
@ -272,7 +272,6 @@ export default {
|
|||||||
'@typescript-eslint/strict-boolean-expressions': 'error',
|
'@typescript-eslint/strict-boolean-expressions': 'error',
|
||||||
'@typescript-eslint/switch-exhaustiveness-check': 'error',
|
'@typescript-eslint/switch-exhaustiveness-check': 'error',
|
||||||
'@typescript-eslint/triple-slash-reference': 'error',
|
'@typescript-eslint/triple-slash-reference': 'error',
|
||||||
'@typescript-eslint/typedef': 'error',
|
|
||||||
'@typescript-eslint/unbound-method': 'error',
|
'@typescript-eslint/unbound-method': 'error',
|
||||||
'@typescript-eslint/unified-signatures': 'error',
|
'@typescript-eslint/unified-signatures': 'error',
|
||||||
'@typescript-eslint/prefer-find': 'error',
|
'@typescript-eslint/prefer-find': 'error',
|
||||||
|
|||||||
@ -68,7 +68,7 @@ export default {
|
|||||||
'react/default-props-match-prop-types': ['error', {
|
'react/default-props-match-prop-types': ['error', {
|
||||||
allowRequiredDefaults: false,
|
allowRequiredDefaults: false,
|
||||||
}],
|
}],
|
||||||
'react/destructuring-assignment': ['error', 'always'],
|
'react/destructuring-assignment': ['error', 'always', { ignoreClassFields: true, destructureInSignature: 'always' }],
|
||||||
'react/display-name': ['off', {
|
'react/display-name': ['off', {
|
||||||
ignoreTranspilerName: false,
|
ignoreTranspilerName: false,
|
||||||
}],
|
}],
|
||||||
|
|||||||
@ -32,7 +32,6 @@ export default {
|
|||||||
'@stylistic/jsx-one-expression-per-line': ['error', {
|
'@stylistic/jsx-one-expression-per-line': ['error', {
|
||||||
allow: 'literal',
|
allow: 'literal',
|
||||||
}],
|
}],
|
||||||
'@stylistic/jsx-props-no-multi-spaces': 'error',
|
|
||||||
'@stylistic/jsx-quotes': ['error', 'prefer-double'],
|
'@stylistic/jsx-quotes': ['error', 'prefer-double'],
|
||||||
'@stylistic/jsx-self-closing-comp': 'off',
|
'@stylistic/jsx-self-closing-comp': 'off',
|
||||||
'@stylistic/jsx-sort-props': ['error', {
|
'@stylistic/jsx-sort-props': ['error', {
|
||||||
|
|||||||
534
yarn.lock
534
yarn.lock
@ -50,194 +50,194 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/cli@npm:19.5.0":
|
"@commitlint/cli@npm:19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/cli@npm:19.5.0"
|
resolution: "@commitlint/cli@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/format": "npm:^19.5.0"
|
"@commitlint/format": "npm:^19.8.1"
|
||||||
"@commitlint/lint": "npm:^19.5.0"
|
"@commitlint/lint": "npm:^19.8.1"
|
||||||
"@commitlint/load": "npm:^19.5.0"
|
"@commitlint/load": "npm:^19.8.1"
|
||||||
"@commitlint/read": "npm:^19.5.0"
|
"@commitlint/read": "npm:^19.8.1"
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
tinyexec: "npm:^0.3.0"
|
tinyexec: "npm:^1.0.0"
|
||||||
yargs: "npm:^17.0.0"
|
yargs: "npm:^17.0.0"
|
||||||
bin:
|
bin:
|
||||||
commitlint: cli.js
|
commitlint: ./cli.js
|
||||||
checksum: 10c0/a9fb05f3de2634764a7f36f693f39e90594dfc9174e6293a43c582c6a9181f69b346094790e3268e3482d7bb0d1d29c64e15785fb50278c8628f73750214a398
|
checksum: 10c0/41a5b6aa27aaead8ed400eb212c87d06fdb8fae219ebccd37369a4aab2e3cff25afc4b3c3fa18df9dc19a0ae4ab6599f9adb5c836cad31c2589cb988aefe5515
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/config-conventional@npm:19.5.0":
|
"@commitlint/config-conventional@npm:19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/config-conventional@npm:19.5.0"
|
resolution: "@commitlint/config-conventional@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
conventional-changelog-conventionalcommits: "npm:^7.0.2"
|
conventional-changelog-conventionalcommits: "npm:^7.0.2"
|
||||||
checksum: 10c0/a7dc6c0d23a8bc521c8f1083a4a04d605de35485786c9d0953610f85d23411f672676d1c77b4a1bb7c86a974f915df31ac0c95f2bcb02f5efa3a5b897a77a897
|
checksum: 10c0/654786e1acd64756e5c88838c19d9eb5d5ee7a6f314af65585dc18cc4002990e971614e7c69f49e5489be9430671aa5b39af005a2160c5a4f26391258d38febf
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/config-validator@npm:^19.5.0":
|
"@commitlint/config-validator@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/config-validator@npm:19.5.0"
|
resolution: "@commitlint/config-validator@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
ajv: "npm:^8.11.0"
|
ajv: "npm:^8.11.0"
|
||||||
checksum: 10c0/f04b8c66448c9a4f335d1ac9625393d471d2bcc864adc834eeec52ce19939c25475bf90677504df03ab88869e883b4ebfddff68f99f7652900d6b297ef586643
|
checksum: 10c0/68f84f47503fb17845512b1da45d632211c07605e5a20ef5b56d8732b81a760fec6c5a41847b59a31628a2d40a44cc5c0cfa33e7e02247b198984bab66b06a5d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/ensure@npm:^19.5.0":
|
"@commitlint/ensure@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/ensure@npm:19.5.0"
|
resolution: "@commitlint/ensure@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
lodash.camelcase: "npm:^4.3.0"
|
lodash.camelcase: "npm:^4.3.0"
|
||||||
lodash.kebabcase: "npm:^4.1.1"
|
lodash.kebabcase: "npm:^4.1.1"
|
||||||
lodash.snakecase: "npm:^4.1.1"
|
lodash.snakecase: "npm:^4.1.1"
|
||||||
lodash.startcase: "npm:^4.4.0"
|
lodash.startcase: "npm:^4.4.0"
|
||||||
lodash.upperfirst: "npm:^4.3.1"
|
lodash.upperfirst: "npm:^4.3.1"
|
||||||
checksum: 10c0/94955d424da36a4e9390dfb6e128160d1dcd3ffa20b835a9b6fdd92af46bf8897851f19cbeb9d12a70e9b9c36a993d3a48a60893e74f32fe1b601e1e68484d71
|
checksum: 10c0/1a2fdf51f333ab21ede58de82243bb53bb13dac91f3d5f1e20db865a6e5a09b51faef692badf4c59e911ad8f761c1e103827b485938b7e9688db389a444a8d7d
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/execute-rule@npm:^19.5.0":
|
"@commitlint/execute-rule@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/execute-rule@npm:19.5.0"
|
resolution: "@commitlint/execute-rule@npm:19.8.1"
|
||||||
checksum: 10c0/966dfc09ae3fe609527fb49c7773ae210ade9d14a802a92a57ab251900a77d2968aed08df6b34f175bf4ae9bf5d675b52b346e7b10b717e8a635499e4cf42267
|
checksum: 10c0/dfdcec63f16a445c85b4bf540a5abe237f230cf5a357d9bd89142722d6bea6800cccadbd570b78d6799121ed51b0ed47fe12ab69ddd7edb53449b78e9f79a4be
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/format@npm:^19.5.0":
|
"@commitlint/format@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/format@npm:19.5.0"
|
resolution: "@commitlint/format@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
chalk: "npm:^5.3.0"
|
chalk: "npm:^5.3.0"
|
||||||
checksum: 10c0/209a3d530d028d483886ea2337d6ec8a95b61119f53f7f1db167b13fd8a204bdcbcd704e649406a0b2285e8424b3bac9e1e6856d2a78f45e176976b9efb76e45
|
checksum: 10c0/cd8688b2abd426e2cae2ab752e43198b218cb11a0f4b45fc13655799d7cfe1192eb78c757d28bc7fe11151eabc1fee412a77f3248550b34c36612969eefe59cf
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/is-ignored@npm:^19.5.0":
|
"@commitlint/is-ignored@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/is-ignored@npm:19.5.0"
|
resolution: "@commitlint/is-ignored@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
semver: "npm:^7.6.0"
|
semver: "npm:^7.6.0"
|
||||||
checksum: 10c0/ac74cd00c45e9054366969d986a952b681283987af09995c369cab29fef693fe2c23d02f15883622759faf1787744828f832096a213992eefb9cfb16785ee02e
|
checksum: 10c0/8b16583a7615f9b2a4fc8882ddd8140bfe3e909cc5d44b536d1b4e7857a90a8b15c27b30bb9b7a712b707f27c58014290a362dd8ecebdb1e8bde90d20c67eea6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/lint@npm:^19.5.0":
|
"@commitlint/lint@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/lint@npm:19.5.0"
|
resolution: "@commitlint/lint@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/is-ignored": "npm:^19.5.0"
|
"@commitlint/is-ignored": "npm:^19.8.1"
|
||||||
"@commitlint/parse": "npm:^19.5.0"
|
"@commitlint/parse": "npm:^19.8.1"
|
||||||
"@commitlint/rules": "npm:^19.5.0"
|
"@commitlint/rules": "npm:^19.8.1"
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
checksum: 10c0/8db4d5ca3173949368ed8626316c54554dc6ca0a8eed5c636d043974e1f628e41ddf52119e2251ad402a82ee30d3db20e8a9734452bda9ac7f724b2a152e0a7f
|
checksum: 10c0/013ceb3acd7291d0e05e9c77ed160a3e8d04334b90f807f6d4fbc2682c86ba41b434721d229bf90784a59197353d80880d977a92fa6f6f025c4ab1b1773cf2ea
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/load@npm:^19.5.0":
|
"@commitlint/load@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/load@npm:19.5.0"
|
resolution: "@commitlint/load@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/config-validator": "npm:^19.5.0"
|
"@commitlint/config-validator": "npm:^19.8.1"
|
||||||
"@commitlint/execute-rule": "npm:^19.5.0"
|
"@commitlint/execute-rule": "npm:^19.8.1"
|
||||||
"@commitlint/resolve-extends": "npm:^19.5.0"
|
"@commitlint/resolve-extends": "npm:^19.8.1"
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
chalk: "npm:^5.3.0"
|
chalk: "npm:^5.3.0"
|
||||||
cosmiconfig: "npm:^9.0.0"
|
cosmiconfig: "npm:^9.0.0"
|
||||||
cosmiconfig-typescript-loader: "npm:^5.0.0"
|
cosmiconfig-typescript-loader: "npm:^6.1.0"
|
||||||
lodash.isplainobject: "npm:^4.0.6"
|
lodash.isplainobject: "npm:^4.0.6"
|
||||||
lodash.merge: "npm:^4.6.2"
|
lodash.merge: "npm:^4.6.2"
|
||||||
lodash.uniq: "npm:^4.5.0"
|
lodash.uniq: "npm:^4.5.0"
|
||||||
checksum: 10c0/72fb5f3b2299cb40374181e4fb630658c7faf0cca775bd15338e9a49f9571134ef25529319b453ed0d68917346949abf88c44f73a132f89d8965d6b3e7347d0b
|
checksum: 10c0/a674080552f24c12b3e04f97d9dce515461fc0af6de90fe8ecd1671357361b8ce095f5598e71ca7599f7fd4a9b4d54a7c552769237c9ca6fb56dbd69742b1b4b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/message@npm:^19.5.0":
|
"@commitlint/message@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/message@npm:19.5.0"
|
resolution: "@commitlint/message@npm:19.8.1"
|
||||||
checksum: 10c0/72b990ba8c3c41441bff2126f4ea536a635c9768dee7000b4951770ac82c5e0bb4c2d408cf28cadbf51a0abbdb7a09ddd36e0968af0997fcc166596d4c3866a7
|
checksum: 10c0/cd0b763d63dfe7a1b47402489fd82abe47e7c4bcc4eb71edfbc7a280f9aa83627ad30ad0cbf558e4694e39d01c523d56b0dd906c4a97629dbda57f9b00e30ccd
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/parse@npm:^19.5.0":
|
"@commitlint/parse@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/parse@npm:19.5.0"
|
resolution: "@commitlint/parse@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
conventional-changelog-angular: "npm:^7.0.0"
|
conventional-changelog-angular: "npm:^7.0.0"
|
||||||
conventional-commits-parser: "npm:^5.0.0"
|
conventional-commits-parser: "npm:^5.0.0"
|
||||||
checksum: 10c0/63655cedcf48b29613ef959155ee83f49942406abe40ee6b64ad989a169a0582451dcf15a9c9b69a66011ae451ab2e086fb80c1823cc7ddf275705ff627660b1
|
checksum: 10c0/9bad063ee83ba86cdab2e61b7ed3a6fc6e5e3c7ee1c6ae2335a7fa3578fed91fc92397ccfdb7e659d2b7bfea34e837bafbed7283037f0d10f731b099cfa9a03f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/read@npm:^19.5.0":
|
"@commitlint/read@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/read@npm:19.5.0"
|
resolution: "@commitlint/read@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/top-level": "npm:^19.5.0"
|
"@commitlint/top-level": "npm:^19.8.1"
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
git-raw-commits: "npm:^4.0.0"
|
git-raw-commits: "npm:^4.0.0"
|
||||||
minimist: "npm:^1.2.8"
|
minimist: "npm:^1.2.8"
|
||||||
tinyexec: "npm:^0.3.0"
|
tinyexec: "npm:^1.0.0"
|
||||||
checksum: 10c0/c2d6f958930e815337a4994779ca1dfcbbb6b81b8f3098cc7380e2cc5ddeae69ebd839b48fecd08950e565d43bc42c479915c578eaf57b3877706bca1fad6b8a
|
checksum: 10c0/a32a6d68b0178c1eca3ef58e32d4bbd5b70dc8ddc0b791c1697e5236bea1fac5ed3f97bc5e6e569399673e8341fbedf7e630f1171a40b3d756ac153d022ede68
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/resolve-extends@npm:^19.5.0":
|
"@commitlint/resolve-extends@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/resolve-extends@npm:19.5.0"
|
resolution: "@commitlint/resolve-extends@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/config-validator": "npm:^19.5.0"
|
"@commitlint/config-validator": "npm:^19.8.1"
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
global-directory: "npm:^4.0.1"
|
global-directory: "npm:^4.0.1"
|
||||||
import-meta-resolve: "npm:^4.0.0"
|
import-meta-resolve: "npm:^4.0.0"
|
||||||
lodash.mergewith: "npm:^4.6.2"
|
lodash.mergewith: "npm:^4.6.2"
|
||||||
resolve-from: "npm:^5.0.0"
|
resolve-from: "npm:^5.0.0"
|
||||||
checksum: 10c0/10569a46036b7aa93c77dc5001a67bc9f36b340b97b2fd39b5ee95b0efc5e35335c61f86d4ba0bb5a8e6dd49ccf956990cce9ee29cfea9ba567e02668be01841
|
checksum: 10c0/0172a0c892ae7fb95e3d982db0c559735b76384241ce524bf7257bdafb2aa8239e039894629e777e1f34c28cc7bb0938b24befb494a6b383023c004bd97adb42
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/rules@npm:^19.5.0":
|
"@commitlint/rules@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/rules@npm:19.5.0"
|
resolution: "@commitlint/rules@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/ensure": "npm:^19.5.0"
|
"@commitlint/ensure": "npm:^19.8.1"
|
||||||
"@commitlint/message": "npm:^19.5.0"
|
"@commitlint/message": "npm:^19.8.1"
|
||||||
"@commitlint/to-lines": "npm:^19.5.0"
|
"@commitlint/to-lines": "npm:^19.8.1"
|
||||||
"@commitlint/types": "npm:^19.5.0"
|
"@commitlint/types": "npm:^19.8.1"
|
||||||
checksum: 10c0/8dc5a6e8277b78e9010f3bbc3aa3af6ac044d82501fb4df91f4edf14214a7dccb9bc9a85f7396872e197726edb506c8301e8b10d9c92e35fb44fe6423a5eeb23
|
checksum: 10c0/fa9d6ca268eec570b948d8c804f97557fd2ae2de1420e326ff387d1234fc1a255bf1ae4185affe307b2856b3b5f6ac9f13fe26b754990987b97d80b2d688076f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/to-lines@npm:^19.5.0":
|
"@commitlint/to-lines@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/to-lines@npm:19.5.0"
|
resolution: "@commitlint/to-lines@npm:19.8.1"
|
||||||
checksum: 10c0/7674b4b6887c09e84728b9fa9c986ab77db400bf53ec83aaae84e03e0f3ed33088d450d1f67135f0f7a4cbc1121181775199779e1ca162fe604c902987e3008f
|
checksum: 10c0/ad6592a550fb15379c454b8e017147dc4cecd5ee347b9a30fce0a19d80a9b5740562ac8f8fe4137864ac8bcc4892b682531c436e81b037bf4b7eb9cfc0aa016e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/top-level@npm:^19.5.0":
|
"@commitlint/top-level@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/top-level@npm:19.5.0"
|
resolution: "@commitlint/top-level@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
find-up: "npm:^7.0.0"
|
find-up: "npm:^7.0.0"
|
||||||
checksum: 10c0/8c1edc513c8d6655606e52d160d31ccd4b13234400ca67d21782798ab66701780b1ec21a7bb411fe8270db7735f10d39d3b0a3e52f3ddd1109b80741eb512bb4
|
checksum: 10c0/718723dc68bf72e9cfdeb1ee0188dcd58738b1ae8c7503d8a2b0666ec26f28a9e86ec9e12b432ebf37f14d04eaca2c8c80329228992187f2560b20a97a11f41b
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@commitlint/types@npm:^19.5.0":
|
"@commitlint/types@npm:^19.8.1":
|
||||||
version: 19.5.0
|
version: 19.8.1
|
||||||
resolution: "@commitlint/types@npm:19.5.0"
|
resolution: "@commitlint/types@npm:19.8.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/conventional-commits-parser": "npm:^5.0.0"
|
"@types/conventional-commits-parser": "npm:^5.0.0"
|
||||||
chalk: "npm:^5.3.0"
|
chalk: "npm:^5.3.0"
|
||||||
checksum: 10c0/f4a93992f43b23cd5af200c69bb73227fdc0f78a6f7ebcda73dad10d558c1ac66ff164aa6dc3c2ddb322c9ed8b1a89b05f458e40d7c440a0358f435d2d71c2df
|
checksum: 10c0/0507db111d1ffd7b60e7ad979b7f9e674d409fc4c64561dfe30737b2c5bfefca7a1b58116106fa4ecb480059cecb13f04fa18f999d2d4a7d665b5ab13a05a803
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -269,17 +269,6 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint-community/eslint-utils@npm:^4.2.0":
|
|
||||||
version: 4.4.0
|
|
||||||
resolution: "@eslint-community/eslint-utils@npm:4.4.0"
|
|
||||||
dependencies:
|
|
||||||
eslint-visitor-keys: "npm:^3.3.0"
|
|
||||||
peerDependencies:
|
|
||||||
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
|
||||||
checksum: 10c0/7e559c4ce59cd3a06b1b5a517b593912e680a7f981ae7affab0d01d709e99cd5647019be8fafa38c350305bc32f1f7d42c7073edde2ab536c745e365f37b607e
|
|
||||||
languageName: node
|
|
||||||
linkType: hard
|
|
||||||
|
|
||||||
"@eslint-community/eslint-utils@npm:^4.7.0":
|
"@eslint-community/eslint-utils@npm:^4.7.0":
|
||||||
version: 4.7.0
|
version: 4.7.0
|
||||||
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
|
resolution: "@eslint-community/eslint-utils@npm:4.7.0"
|
||||||
@ -291,6 +280,17 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@eslint-community/eslint-utils@npm:^4.8.0":
|
||||||
|
version: 4.9.0
|
||||||
|
resolution: "@eslint-community/eslint-utils@npm:4.9.0"
|
||||||
|
dependencies:
|
||||||
|
eslint-visitor-keys: "npm:^3.4.3"
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^6.0.0 || ^7.0.0 || >=8.0.0
|
||||||
|
checksum: 10c0/8881e22d519326e7dba85ea915ac7a143367c805e6ba1374c987aa2fbdd09195cc51183d2da72c0e2ff388f84363e1b220fd0d19bef10c272c63455162176817
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@eslint-community/regexpp@npm:^4.10.0":
|
"@eslint-community/regexpp@npm:^4.10.0":
|
||||||
version: 4.11.0
|
version: 4.11.0
|
||||||
resolution: "@eslint-community/regexpp@npm:4.11.0"
|
resolution: "@eslint-community/regexpp@npm:4.11.0"
|
||||||
@ -316,19 +316,19 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint/config-helpers@npm:^0.3.0":
|
"@eslint/config-helpers@npm:^0.3.1":
|
||||||
version: 0.3.0
|
version: 0.3.1
|
||||||
resolution: "@eslint/config-helpers@npm:0.3.0"
|
resolution: "@eslint/config-helpers@npm:0.3.1"
|
||||||
checksum: 10c0/013ae7b189eeae8b30cc2ee87bc5c9c091a9cd615579003290eb28bebad5d78806a478e74ba10b3fe08ed66975b52af7d2cd4b4b43990376412b14e5664878c8
|
checksum: 10c0/f6c5b3a0b76a0d7d84cc93e310c259e6c3e0792ddd0a62c5fc0027796ffae44183432cb74b2c2b1162801ee1b1b34a6beb5d90a151632b4df7349f994146a856
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint/core@npm:^0.15.0, @eslint/core@npm:^0.15.1":
|
"@eslint/core@npm:^0.15.2":
|
||||||
version: 0.15.1
|
version: 0.15.2
|
||||||
resolution: "@eslint/core@npm:0.15.1"
|
resolution: "@eslint/core@npm:0.15.2"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/json-schema": "npm:^7.0.15"
|
"@types/json-schema": "npm:^7.0.15"
|
||||||
checksum: 10c0/abaf641940776638b8c15a38d99ce0dac551a8939310ec81b9acd15836a574cf362588eaab03ab11919bc2a0f9648b19ea8dee33bf12675eb5b6fd38bda6f25e
|
checksum: 10c0/c17a6dc4f5a6006ecb60165cc38bcd21fefb4a10c7a2578a0cfe5813bbd442531a87ed741da5adab5eb678e8e693fda2e2b14555b035355537e32bcec367ea17
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -349,10 +349,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint/js@npm:9.31.0":
|
"@eslint/js@npm:9.35.0":
|
||||||
version: 9.31.0
|
version: 9.35.0
|
||||||
resolution: "@eslint/js@npm:9.31.0"
|
resolution: "@eslint/js@npm:9.35.0"
|
||||||
checksum: 10c0/f9d4c73d0fafe70679a418cbb25ab7ebcc8f1dba6c32456d6f8ba5a137d583ecff233cfe10f61f41d7d4d2220e94cff1f39fc7ed1fa3819d1888dee1cad678ea
|
checksum: 10c0/d40fe38724bc76c085c0b753cdf937fa35c0d6807ae76b2632e3f5f66c3040c91adcf1aff2ce70b4f45752e60629fadc415eeec9af3be3c274bae1cac54b9840
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -363,13 +363,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@eslint/plugin-kit@npm:^0.3.1":
|
"@eslint/plugin-kit@npm:^0.3.5":
|
||||||
version: 0.3.3
|
version: 0.3.5
|
||||||
resolution: "@eslint/plugin-kit@npm:0.3.3"
|
resolution: "@eslint/plugin-kit@npm:0.3.5"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint/core": "npm:^0.15.1"
|
"@eslint/core": "npm:^0.15.2"
|
||||||
levn: "npm:^0.4.1"
|
levn: "npm:^0.4.1"
|
||||||
checksum: 10c0/c61888eb8757abc0d25a53c1832f85521c2f347126c475eb32d3596be3505e8619e0ceddee7346d195089a2eb1633b61e6127a5772b8965a85eb9f55b8b1cebe
|
checksum: 10c0/c178c1b58c574200c0fd125af3e4bc775daba7ce434ba6d1eeaf9bcb64b2e9fea75efabffb3ed3ab28858e55a016a5efa95f509994ee4341b341199ca630b89e
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -463,19 +463,19 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@stylistic/eslint-plugin@npm:5.2.0":
|
"@stylistic/eslint-plugin@npm:5.3.1":
|
||||||
version: 5.2.0
|
version: 5.3.1
|
||||||
resolution: "@stylistic/eslint-plugin@npm:5.2.0"
|
resolution: "@stylistic/eslint-plugin@npm:5.3.1"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint-community/eslint-utils": "npm:^4.7.0"
|
"@eslint-community/eslint-utils": "npm:^4.7.0"
|
||||||
"@typescript-eslint/types": "npm:^8.37.0"
|
"@typescript-eslint/types": "npm:^8.41.0"
|
||||||
eslint-visitor-keys: "npm:^4.2.1"
|
eslint-visitor-keys: "npm:^4.2.1"
|
||||||
espree: "npm:^10.4.0"
|
espree: "npm:^10.4.0"
|
||||||
estraverse: "npm:^5.3.0"
|
estraverse: "npm:^5.3.0"
|
||||||
picomatch: "npm:^4.0.3"
|
picomatch: "npm:^4.0.3"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ">=9.0.0"
|
eslint: ">=9.0.0"
|
||||||
checksum: 10c0/3be1714219c07a926d6c24284597f5816f491495a2e9cc3c6d5f8e13a93fbec396d7f42cbd8097debef10bceb006788edbdb1bd46facc733e5bc3ea69e035a9c
|
checksum: 10c0/806a96beae7744b37f5f60c9f3ed074f6abb64afe009d58d99f33b30723101d0c6ed9ccbcdbc1418c9e9842a46f689aa52fae67a44ce5c55b1540ad7218e6939
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -541,40 +541,40 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/eslint-plugin@npm:8.37.0":
|
"@typescript-eslint/eslint-plugin@npm:8.44.0":
|
||||||
version: 8.37.0
|
version: 8.44.0
|
||||||
resolution: "@typescript-eslint/eslint-plugin@npm:8.37.0"
|
resolution: "@typescript-eslint/eslint-plugin@npm:8.44.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint-community/regexpp": "npm:^4.10.0"
|
"@eslint-community/regexpp": "npm:^4.10.0"
|
||||||
"@typescript-eslint/scope-manager": "npm:8.37.0"
|
"@typescript-eslint/scope-manager": "npm:8.44.0"
|
||||||
"@typescript-eslint/type-utils": "npm:8.37.0"
|
"@typescript-eslint/type-utils": "npm:8.44.0"
|
||||||
"@typescript-eslint/utils": "npm:8.37.0"
|
"@typescript-eslint/utils": "npm:8.44.0"
|
||||||
"@typescript-eslint/visitor-keys": "npm:8.37.0"
|
"@typescript-eslint/visitor-keys": "npm:8.44.0"
|
||||||
graphemer: "npm:^1.4.0"
|
graphemer: "npm:^1.4.0"
|
||||||
ignore: "npm:^7.0.0"
|
ignore: "npm:^7.0.0"
|
||||||
natural-compare: "npm:^1.4.0"
|
natural-compare: "npm:^1.4.0"
|
||||||
ts-api-utils: "npm:^2.1.0"
|
ts-api-utils: "npm:^2.1.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@typescript-eslint/parser": ^8.37.0
|
"@typescript-eslint/parser": ^8.44.0
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: ">=4.8.4 <5.9.0"
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
checksum: 10c0/71b5be797911d4057b083e767cbed3d9a43d8d6d81097e0b13b3b724c3dd8ff5cd6072e81125922fd646db9f19275952d4fc6c83966a125a013ecd7a079714d5
|
checksum: 10c0/971796ac651272631ab774e9140686bd712b0d00cf6c5f4e93f9fac40e52321201f7d9d7c9f6169591768142338dc28db974ec1bb233953f835be4e927492aab
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/parser@npm:8.37.0":
|
"@typescript-eslint/parser@npm:8.44.0":
|
||||||
version: 8.37.0
|
version: 8.44.0
|
||||||
resolution: "@typescript-eslint/parser@npm:8.37.0"
|
resolution: "@typescript-eslint/parser@npm:8.44.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager": "npm:8.37.0"
|
"@typescript-eslint/scope-manager": "npm:8.44.0"
|
||||||
"@typescript-eslint/types": "npm:8.37.0"
|
"@typescript-eslint/types": "npm:8.44.0"
|
||||||
"@typescript-eslint/typescript-estree": "npm:8.37.0"
|
"@typescript-eslint/typescript-estree": "npm:8.44.0"
|
||||||
"@typescript-eslint/visitor-keys": "npm:8.37.0"
|
"@typescript-eslint/visitor-keys": "npm:8.44.0"
|
||||||
debug: "npm:^4.3.4"
|
debug: "npm:^4.3.4"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: ">=4.8.4 <5.9.0"
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
checksum: 10c0/1f72625fca4799c94c62955308545ca9291f1cccfbb714a783dea605640e57cfe480a3cc31798fa08444e81fe536ddd658e2fed08f5bf791c1da8b465c970319
|
checksum: 10c0/21b91fba122a4f5df0065de57c5320f8eb4c4f8e0da245f7ee0e68f08f7c5a692a28ac2cb5100d8ad8c8ee7e3804b23f996cd80e0e1da0a0fe0c37ddd2fd04b8
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -591,6 +591,19 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/project-service@npm:8.44.0":
|
||||||
|
version: 8.44.0
|
||||||
|
resolution: "@typescript-eslint/project-service@npm:8.44.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/tsconfig-utils": "npm:^8.44.0"
|
||||||
|
"@typescript-eslint/types": "npm:^8.44.0"
|
||||||
|
debug: "npm:^4.3.4"
|
||||||
|
peerDependencies:
|
||||||
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
|
checksum: 10c0/b06e94ae2a2c167271b61200136283432b6a80ab8bcc175bdcb8f685f4daeb4e28b1d83a064f0a660f184811d67e16d4291ab5fac563e48f20213409be8e95e3
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/scope-manager@npm:8.37.0, @typescript-eslint/scope-manager@npm:^8.15.0":
|
"@typescript-eslint/scope-manager@npm:8.37.0, @typescript-eslint/scope-manager@npm:^8.15.0":
|
||||||
version: 8.37.0
|
version: 8.37.0
|
||||||
resolution: "@typescript-eslint/scope-manager@npm:8.37.0"
|
resolution: "@typescript-eslint/scope-manager@npm:8.37.0"
|
||||||
@ -601,6 +614,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/scope-manager@npm:8.44.0":
|
||||||
|
version: 8.44.0
|
||||||
|
resolution: "@typescript-eslint/scope-manager@npm:8.44.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": "npm:8.44.0"
|
||||||
|
"@typescript-eslint/visitor-keys": "npm:8.44.0"
|
||||||
|
checksum: 10c0/c221e0b9fe9021b1b41432d96818131c107cfc33fb1f8da6093e236c992ed6160dae6355dd5571fb71b9194a24b24734c032ded4c00500599adda2cc07ef8803
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/tsconfig-utils@npm:8.37.0, @typescript-eslint/tsconfig-utils@npm:^8.37.0":
|
"@typescript-eslint/tsconfig-utils@npm:8.37.0, @typescript-eslint/tsconfig-utils@npm:^8.37.0":
|
||||||
version: 8.37.0
|
version: 8.37.0
|
||||||
resolution: "@typescript-eslint/tsconfig-utils@npm:8.37.0"
|
resolution: "@typescript-eslint/tsconfig-utils@npm:8.37.0"
|
||||||
@ -610,19 +633,28 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/type-utils@npm:8.37.0":
|
"@typescript-eslint/tsconfig-utils@npm:8.44.0, @typescript-eslint/tsconfig-utils@npm:^8.44.0":
|
||||||
version: 8.37.0
|
version: 8.44.0
|
||||||
resolution: "@typescript-eslint/type-utils@npm:8.37.0"
|
resolution: "@typescript-eslint/tsconfig-utils@npm:8.44.0"
|
||||||
|
peerDependencies:
|
||||||
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
|
checksum: 10c0/453157f0da2d280b4536db6c80dfee4e5c98a1174109cc8d42b20eeb3fda2d54cb6f03f57a142280710091ed0a8e28f231658c253284b1c62960c2974047f3de
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/type-utils@npm:8.44.0":
|
||||||
|
version: 8.44.0
|
||||||
|
resolution: "@typescript-eslint/type-utils@npm:8.44.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/types": "npm:8.37.0"
|
"@typescript-eslint/types": "npm:8.44.0"
|
||||||
"@typescript-eslint/typescript-estree": "npm:8.37.0"
|
"@typescript-eslint/typescript-estree": "npm:8.44.0"
|
||||||
"@typescript-eslint/utils": "npm:8.37.0"
|
"@typescript-eslint/utils": "npm:8.44.0"
|
||||||
debug: "npm:^4.3.4"
|
debug: "npm:^4.3.4"
|
||||||
ts-api-utils: "npm:^2.1.0"
|
ts-api-utils: "npm:^2.1.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: ">=4.8.4 <5.9.0"
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
checksum: 10c0/20679b86c22eb5da4858bdd7b729e74852fe972c1e16e1819a24242246dd429e49a8f457c8a30d87f4d07b3c440edfeabcbb990272fb9c2cfbcb0c4e13f787a8
|
checksum: 10c0/0699dc0d9b7105112825df886e99b2ee0abc00c79047d952c5ecb6d7c098a56f2c45ad6c9d65c6ab600823a0817d89070550bf7c95f4cf05c87defe74e8f32b6
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -633,6 +665,13 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/types@npm:8.44.0, @typescript-eslint/types@npm:^8.41.0, @typescript-eslint/types@npm:^8.44.0":
|
||||||
|
version: 8.44.0
|
||||||
|
resolution: "@typescript-eslint/types@npm:8.44.0"
|
||||||
|
checksum: 10c0/d3a4c173294533215b4676a89e454e728cda352d6c923489af4306bf5166e51625bff6980708cb1c191bdb89c864d82bccdf96a9ed5a76f6554d6af8c90e2e1d
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/typescript-estree@npm:8.37.0":
|
"@typescript-eslint/typescript-estree@npm:8.37.0":
|
||||||
version: 8.37.0
|
version: 8.37.0
|
||||||
resolution: "@typescript-eslint/typescript-estree@npm:8.37.0"
|
resolution: "@typescript-eslint/typescript-estree@npm:8.37.0"
|
||||||
@ -653,7 +692,42 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"@typescript-eslint/utils@npm:8.37.0, @typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.15.0":
|
"@typescript-eslint/typescript-estree@npm:8.44.0":
|
||||||
|
version: 8.44.0
|
||||||
|
resolution: "@typescript-eslint/typescript-estree@npm:8.44.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/project-service": "npm:8.44.0"
|
||||||
|
"@typescript-eslint/tsconfig-utils": "npm:8.44.0"
|
||||||
|
"@typescript-eslint/types": "npm:8.44.0"
|
||||||
|
"@typescript-eslint/visitor-keys": "npm:8.44.0"
|
||||||
|
debug: "npm:^4.3.4"
|
||||||
|
fast-glob: "npm:^3.3.2"
|
||||||
|
is-glob: "npm:^4.0.3"
|
||||||
|
minimatch: "npm:^9.0.4"
|
||||||
|
semver: "npm:^7.6.0"
|
||||||
|
ts-api-utils: "npm:^2.1.0"
|
||||||
|
peerDependencies:
|
||||||
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
|
checksum: 10c0/303dd3048ee0b980b63022626bdff212c0719ce5c5945fb233464f201aadeb3fd703118c8e255a26e1ae81f772bf76b60163119b09d2168f198d5ce1724c2a70
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:8.44.0":
|
||||||
|
version: 8.44.0
|
||||||
|
resolution: "@typescript-eslint/utils@npm:8.44.0"
|
||||||
|
dependencies:
|
||||||
|
"@eslint-community/eslint-utils": "npm:^4.7.0"
|
||||||
|
"@typescript-eslint/scope-manager": "npm:8.44.0"
|
||||||
|
"@typescript-eslint/types": "npm:8.44.0"
|
||||||
|
"@typescript-eslint/typescript-estree": "npm:8.44.0"
|
||||||
|
peerDependencies:
|
||||||
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
|
checksum: 10c0/85e5106a049c07e8130aaa104fa61057c4ce090600e1bf72dda48ebd5d4f5f515e95a6c35b85a581a295b34f1d1c2395b4bf72bef74870bed3d6894c727f1345
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/utils@npm:^8.0.0, @typescript-eslint/utils@npm:^8.15.0":
|
||||||
version: 8.37.0
|
version: 8.37.0
|
||||||
resolution: "@typescript-eslint/utils@npm:8.37.0"
|
resolution: "@typescript-eslint/utils@npm:8.37.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
@ -678,6 +752,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
"@typescript-eslint/visitor-keys@npm:8.44.0":
|
||||||
|
version: 8.44.0
|
||||||
|
resolution: "@typescript-eslint/visitor-keys@npm:8.44.0"
|
||||||
|
dependencies:
|
||||||
|
"@typescript-eslint/types": "npm:8.44.0"
|
||||||
|
eslint-visitor-keys: "npm:^4.2.1"
|
||||||
|
checksum: 10c0/c1cb5c000ab56ddb96ddb0991a10ef3a48c76b3f3b3ab7a5a94d24e71371bf96aa22cfe4332625e49ad7b961947a21599ff7c6128253cc9495e8cbd2cad25d72
|
||||||
|
languageName: node
|
||||||
|
linkType: hard
|
||||||
|
|
||||||
"@unrs/resolver-binding-android-arm-eabi@npm:1.11.1":
|
"@unrs/resolver-binding-android-arm-eabi@npm:1.11.1":
|
||||||
version: 1.11.1
|
version: 1.11.1
|
||||||
resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.11.1"
|
resolution: "@unrs/resolver-binding-android-arm-eabi@npm:1.11.1"
|
||||||
@ -1602,16 +1686,16 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"cosmiconfig-typescript-loader@npm:^5.0.0":
|
"cosmiconfig-typescript-loader@npm:^6.1.0":
|
||||||
version: 5.0.0
|
version: 6.1.0
|
||||||
resolution: "cosmiconfig-typescript-loader@npm:5.0.0"
|
resolution: "cosmiconfig-typescript-loader@npm:6.1.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
jiti: "npm:^1.19.1"
|
jiti: "npm:^2.4.1"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
"@types/node": "*"
|
"@types/node": "*"
|
||||||
cosmiconfig: ">=8.2"
|
cosmiconfig: ">=9"
|
||||||
typescript: ">=4"
|
typescript: ">=5"
|
||||||
checksum: 10c0/0eb1a767a589cf092e68729e184d5917ae0b167b6f5d908bc58cee221d66b937430fc58df64029795ef98bb8e85c575da6e3819c5f9679c721de7bdbb4bde719
|
checksum: 10c0/5e3baf85a9da7dcdd7ef53a54d1293400eed76baf0abb3a41bf9fcc789f1a2653319443471f9a1dc32951f1de4467a6696ccd0f88640e7827f1af6ff94ceaf1a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -2168,11 +2252,11 @@ __metadata:
|
|||||||
version: 0.0.0-use.local
|
version: 0.0.0-use.local
|
||||||
resolution: "eslint-config-ksv741@workspace:."
|
resolution: "eslint-config-ksv741@workspace:."
|
||||||
dependencies:
|
dependencies:
|
||||||
"@commitlint/cli": "npm:19.5.0"
|
"@commitlint/cli": "npm:19.8.1"
|
||||||
"@commitlint/config-conventional": "npm:19.5.0"
|
"@commitlint/config-conventional": "npm:19.8.1"
|
||||||
"@eslint/eslintrc": "npm:3.3.1"
|
"@eslint/eslintrc": "npm:3.3.1"
|
||||||
"@stylistic/eslint-plugin": "npm:5.2.0"
|
"@stylistic/eslint-plugin": "npm:5.3.1"
|
||||||
eslint: "npm:9.31.0"
|
eslint: "npm:9.35.0"
|
||||||
eslint-import-resolver-typescript: "npm:4.4.4"
|
eslint-import-resolver-typescript: "npm:4.4.4"
|
||||||
eslint-plugin-import: "npm:2.32.0"
|
eslint-plugin-import: "npm:2.32.0"
|
||||||
eslint-plugin-jest: "npm:29.0.1"
|
eslint-plugin-jest: "npm:29.0.1"
|
||||||
@ -2181,14 +2265,14 @@ __metadata:
|
|||||||
eslint-plugin-jsx-a11y: "npm:6.10.2"
|
eslint-plugin-jsx-a11y: "npm:6.10.2"
|
||||||
eslint-plugin-react: "npm:7.37.5"
|
eslint-plugin-react: "npm:7.37.5"
|
||||||
eslint-plugin-react-hooks: "npm:5.2.0"
|
eslint-plugin-react-hooks: "npm:5.2.0"
|
||||||
eslint-plugin-testing-library: "npm:7.6.0"
|
eslint-plugin-testing-library: "npm:7.8.0"
|
||||||
globals: "npm:16.3.0"
|
globals: "npm:16.4.0"
|
||||||
husky: "npm:9.1.6"
|
husky: "npm:9.1.7"
|
||||||
standard-version: "npm:9.5.0"
|
standard-version: "npm:9.5.0"
|
||||||
typescript: "npm:5.8.3"
|
typescript: "npm:5.9.2"
|
||||||
typescript-eslint: "npm:8.37.0"
|
typescript-eslint: "npm:8.44.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^9.31.0
|
eslint: ^9.35.0
|
||||||
typescript: ">=4.2.2"
|
typescript: ">=4.2.2"
|
||||||
peerDependenciesMeta:
|
peerDependenciesMeta:
|
||||||
typescript:
|
typescript:
|
||||||
@ -2392,15 +2476,15 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint-plugin-testing-library@npm:7.6.0":
|
"eslint-plugin-testing-library@npm:7.8.0":
|
||||||
version: 7.6.0
|
version: 7.8.0
|
||||||
resolution: "eslint-plugin-testing-library@npm:7.6.0"
|
resolution: "eslint-plugin-testing-library@npm:7.8.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/scope-manager": "npm:^8.15.0"
|
"@typescript-eslint/scope-manager": "npm:^8.15.0"
|
||||||
"@typescript-eslint/utils": "npm:^8.15.0"
|
"@typescript-eslint/utils": "npm:^8.15.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
checksum: 10c0/dc3ae74f68548b84c94e21faed3f6fb94d009150caa660db786580ddfe9332a7931ef928e405de0c26d4f6198e6045b1de208d6f22f1fae59adc41fe9de6bd10
|
checksum: 10c0/902a6d67fd5bab27e279ab51d6bdace524658bdda85b588f21d322f9249d7d5f1a738a7db2bd6562169b31bebb90db81c2eaae84dd8011f9e5462fef098c6c5a
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -2414,7 +2498,7 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint-visitor-keys@npm:^3.3.0, eslint-visitor-keys@npm:^3.4.3":
|
"eslint-visitor-keys@npm:^3.4.3":
|
||||||
version: 3.4.3
|
version: 3.4.3
|
||||||
resolution: "eslint-visitor-keys@npm:3.4.3"
|
resolution: "eslint-visitor-keys@npm:3.4.3"
|
||||||
checksum: 10c0/92708e882c0a5ffd88c23c0b404ac1628cf20104a108c745f240a13c332a11aac54f49a22d5762efbffc18ecbc9a580d1b7ad034bf5f3cc3307e5cbff2ec9820
|
checksum: 10c0/92708e882c0a5ffd88c23c0b404ac1628cf20104a108c745f240a13c332a11aac54f49a22d5762efbffc18ecbc9a580d1b7ad034bf5f3cc3307e5cbff2ec9820
|
||||||
@ -2435,18 +2519,18 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"eslint@npm:9.31.0":
|
"eslint@npm:9.35.0":
|
||||||
version: 9.31.0
|
version: 9.35.0
|
||||||
resolution: "eslint@npm:9.31.0"
|
resolution: "eslint@npm:9.35.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@eslint-community/eslint-utils": "npm:^4.2.0"
|
"@eslint-community/eslint-utils": "npm:^4.8.0"
|
||||||
"@eslint-community/regexpp": "npm:^4.12.1"
|
"@eslint-community/regexpp": "npm:^4.12.1"
|
||||||
"@eslint/config-array": "npm:^0.21.0"
|
"@eslint/config-array": "npm:^0.21.0"
|
||||||
"@eslint/config-helpers": "npm:^0.3.0"
|
"@eslint/config-helpers": "npm:^0.3.1"
|
||||||
"@eslint/core": "npm:^0.15.0"
|
"@eslint/core": "npm:^0.15.2"
|
||||||
"@eslint/eslintrc": "npm:^3.3.1"
|
"@eslint/eslintrc": "npm:^3.3.1"
|
||||||
"@eslint/js": "npm:9.31.0"
|
"@eslint/js": "npm:9.35.0"
|
||||||
"@eslint/plugin-kit": "npm:^0.3.1"
|
"@eslint/plugin-kit": "npm:^0.3.5"
|
||||||
"@humanfs/node": "npm:^0.16.6"
|
"@humanfs/node": "npm:^0.16.6"
|
||||||
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
"@humanwhocodes/module-importer": "npm:^1.0.1"
|
||||||
"@humanwhocodes/retry": "npm:^0.4.2"
|
"@humanwhocodes/retry": "npm:^0.4.2"
|
||||||
@ -2481,7 +2565,7 @@ __metadata:
|
|||||||
optional: true
|
optional: true
|
||||||
bin:
|
bin:
|
||||||
eslint: bin/eslint.js
|
eslint: bin/eslint.js
|
||||||
checksum: 10c0/3fd1cd5b38b907ecb3f5e7537ab91204efb38bc1ad0ca6e46fc4112f13b594272ff56e641b41580049bc333fbcb5b1b99ca9a542e8406e7da5e951068cbaec77
|
checksum: 10c0/798c527520ccf62106f8cd210bd1db1f8eb1b0e7a56feb0a8b322bf3a1e6a0bc6dc3a414542c22b1b393d58d5e3cd0252c44c023049de9067b836450503a2f03
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -2924,10 +3008,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"globals@npm:16.3.0":
|
"globals@npm:16.4.0":
|
||||||
version: 16.3.0
|
version: 16.4.0
|
||||||
resolution: "globals@npm:16.3.0"
|
resolution: "globals@npm:16.4.0"
|
||||||
checksum: 10c0/c62dc20357d1c0bf2be4545d6c4141265d1a229bf1c3294955efb5b5ef611145391895e3f2729f8603809e81b30b516c33e6c2597573844449978606aad6eb38
|
checksum: 10c0/a14b447a78b664b42f6d324e8675fcae6fe5e57924fecc1f6328dce08af9b2ca3a3138501e1b1f244a49814a732dc60cfc1aa24e714e0b64ac8bd18910bfac90
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -3106,12 +3190,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"husky@npm:9.1.6":
|
"husky@npm:9.1.7":
|
||||||
version: 9.1.6
|
version: 9.1.7
|
||||||
resolution: "husky@npm:9.1.6"
|
resolution: "husky@npm:9.1.7"
|
||||||
bin:
|
bin:
|
||||||
husky: bin.js
|
husky: bin.js
|
||||||
checksum: 10c0/705673db4a247c1febd9c5df5f6a3519106cf0335845027bb50a15fba9b1f542cb2610932ede96fd08008f6d9f49db0f15560509861808b0031cdc0e7c798bac
|
checksum: 10c0/35bb110a71086c48906aa7cd3ed4913fb913823715359d65e32e0b964cb1e255593b0ae8014a5005c66a68e6fa66c38dcfa8056dbbdfb8b0187c0ffe7ee3a58f
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -3638,12 +3722,12 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"jiti@npm:^1.19.1":
|
"jiti@npm:^2.4.1":
|
||||||
version: 1.21.0
|
version: 2.5.1
|
||||||
resolution: "jiti@npm:1.21.0"
|
resolution: "jiti@npm:2.5.1"
|
||||||
bin:
|
bin:
|
||||||
jiti: bin/jiti.js
|
jiti: lib/jiti-cli.mjs
|
||||||
checksum: 10c0/7f361219fe6c7a5e440d5f1dba4ab763a5538d2df8708cdc22561cf25ea3e44b837687931fca7cdd8cdd9f567300e90be989dd1321650045012d8f9ed6aab07f
|
checksum: 10c0/f0a38d7d8842cb35ffe883038166aa2d52ffd21f1a4fc839ae4076ea7301c22a1f11373f8fc52e2667de7acde8f3e092835620dd6f72a0fbe9296b268b0874bb
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -5344,10 +5428,10 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"tinyexec@npm:^0.3.0":
|
"tinyexec@npm:^1.0.0":
|
||||||
version: 0.3.1
|
version: 1.0.1
|
||||||
resolution: "tinyexec@npm:0.3.1"
|
resolution: "tinyexec@npm:1.0.1"
|
||||||
checksum: 10c0/11e7a7c5d8b3bddf8b5cbe82a9290d70a6fad84d528421d5d18297f165723cb53d2e737d8f58dcce5ca56f2e4aa2d060f02510b1f8971784f97eb3e9aec28f09
|
checksum: 10c0/e1ec3c8194a0427ce001ba69fd933d0c957e2b8994808189ed8020d3e0c01299aea8ecf0083cc514ecbf90754695895f2b5c0eac07eb2d0c406f7d4fbb8feade
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
@ -5547,38 +5631,38 @@ __metadata:
|
|||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"typescript-eslint@npm:8.37.0":
|
"typescript-eslint@npm:8.44.0":
|
||||||
version: 8.37.0
|
version: 8.44.0
|
||||||
resolution: "typescript-eslint@npm:8.37.0"
|
resolution: "typescript-eslint@npm:8.44.0"
|
||||||
dependencies:
|
dependencies:
|
||||||
"@typescript-eslint/eslint-plugin": "npm:8.37.0"
|
"@typescript-eslint/eslint-plugin": "npm:8.44.0"
|
||||||
"@typescript-eslint/parser": "npm:8.37.0"
|
"@typescript-eslint/parser": "npm:8.44.0"
|
||||||
"@typescript-eslint/typescript-estree": "npm:8.37.0"
|
"@typescript-eslint/typescript-estree": "npm:8.44.0"
|
||||||
"@typescript-eslint/utils": "npm:8.37.0"
|
"@typescript-eslint/utils": "npm:8.44.0"
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
eslint: ^8.57.0 || ^9.0.0
|
eslint: ^8.57.0 || ^9.0.0
|
||||||
typescript: ">=4.8.4 <5.9.0"
|
typescript: ">=4.8.4 <6.0.0"
|
||||||
checksum: 10c0/c73adb207d800dcf72ec33bf59b30095d3b441853f9bd795500e32530bf539cba51891b96616ff68193fae1f95eca5d404b3d974f323cf1a671a2b75513a4076
|
checksum: 10c0/a1b4dc4d86871dd6fbe128ace4430b7ac5921e0c51a091d5285dae69199d80e4d20c19447132a3ad2cd89686d5795adcba4ca58a12c084a82cf1668ca266a910
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"typescript@npm:5.8.3":
|
"typescript@npm:5.9.2":
|
||||||
version: 5.8.3
|
version: 5.9.2
|
||||||
resolution: "typescript@npm:5.8.3"
|
resolution: "typescript@npm:5.9.2"
|
||||||
bin:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
checksum: 10c0/5f8bb01196e542e64d44db3d16ee0e4063ce4f3e3966df6005f2588e86d91c03e1fb131c2581baf0fb65ee79669eea6e161cd448178986587e9f6844446dbb48
|
checksum: 10c0/cd635d50f02d6cf98ed42de2f76289701c1ec587a363369255f01ed15aaf22be0813226bff3c53e99d971f9b540e0b3cc7583dbe05faded49b1b0bed2f638a18
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
"typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>":
|
"typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>":
|
||||||
version: 5.8.3
|
version: 5.9.2
|
||||||
resolution: "typescript@patch:typescript@npm%3A5.8.3#optional!builtin<compat/typescript>::version=5.8.3&hash=5adc0c"
|
resolution: "typescript@patch:typescript@npm%3A5.9.2#optional!builtin<compat/typescript>::version=5.9.2&hash=5adc0c"
|
||||||
bin:
|
bin:
|
||||||
tsc: bin/tsc
|
tsc: bin/tsc
|
||||||
tsserver: bin/tsserver
|
tsserver: bin/tsserver
|
||||||
checksum: 10c0/92ea03509e06598948559ddcdd8a4ae5a7ab475766d5589f1b796f5731b3d631a4c7ddfb86a3bd44d58d10102b132cd4b4994dda9b63e6273c66d77d6a271dbd
|
checksum: 10c0/66fc07779427a7c3fa97da0cf2e62595eaff2cea4594d45497d294bfa7cb514d164f0b6ce7a5121652cf44c0822af74e29ee579c771c405e002d1f23cf06bfde
|
||||||
languageName: node
|
languageName: node
|
||||||
linkType: hard
|
linkType: hard
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user