From 42a8b65e204dbcc65d1952968b2eff9b6ac447fc Mon Sep 17 00:00:00 2001 From: Unique Divine <51418232+Unique-Divine@users.noreply.github.com> Date: Mon, 10 Jun 2024 04:06:12 -0500 Subject: [PATCH] test(e2e): 1. Generated smart contract types for ethers. 2. TypeScript support. 3. Formatter (#1917) * Squashed commit of the following: commit 021d161d176112cf24e28780ad64f61155f70ea2 Author: Unique-Divine Date: Fri Jun 7 22:00:10 2024 -0500 test(e2e): (1) Generated smart contract types for ethers. (2) TypeScript support. (3) Formatter commit af7e7b30908a0e189c9435ed29ecf79b98f4e31c Author: Unique-Divine Date: Fri Jun 7 16:11:45 2024 -0500 chore: another issue ticket commit 36745fde9d0228252e961f64d728ad8e51ff1ca6 Author: Unique-Divine Date: Fri Jun 7 16:07:20 2024 -0500 chore: add issue number for TODO comment commit 8a76c0eded70859254fcefea6982550c2e2a3bc5 Author: Unique-Divine Date: Fri Jun 7 15:54:07 2024 -0500 refactor(evm): Remove dead code and document non-EVM ante handler commit e4e11dfd6ad075620683cb703125f29b9d1b574a Author: Unique-Divine Date: Fri Jun 7 15:52:38 2024 -0500 refactor: remove dead code commit cad00c03648a01ac678b248751624f35f909cc83 Merge: dc5f4dd8 359e310f Author: Unique-Divine Date: Fri Jun 7 15:41:53 2024 -0500 Merge branch 'main' into ud/ante-test commit dc5f4dd84d9049dc3069fc6f0e65936b04f7dbce Author: Unique-Divine Date: Fri Jun 7 15:28:53 2024 -0500 refactor: ante handler and evm cleanup commit f73cdc3e75318e0a66f6f77cb117984bc09c90f1 Merge: d3a6ea95 290c3724 Author: Unique-Divine Date: Wed Jun 5 20:59:39 2024 -0500 Merge branch 'test/evm-grpc-query' of https://github.com/NibiruChain/nibiru into test/evm-grpc-query commit d3a6ea956f71d3042e0ef14ee149d502c3ccbbdf Merge: 376596d6 70ee1bfe Author: Unique-Divine Date: Wed Jun 5 20:59:30 2024 -0500 Merge branch 'main' into test/evm-grpc-query commit 376596d61b44856cf0866486f7984d561ffe820c Author: Unique-Divine Date: Wed Jun 5 20:58:40 2024 -0500 Squashed commit of the following: commit b5687130ff5f3d020a3b14d219fec3a816579c30 Author: Unique-Divine Date: Wed Jun 5 20:57:44 2024 -0500 chore: run tidy commit 1f1f9385952c4a170f744726bed8a3ee7c376028 Merge: 3e3cc837 bbcc6f8c Author: Unique-Divine Date: Wed Jun 5 19:16:30 2024 -0500 Merge branch 'main' into ud/fix-race-condition commit 3e3cc837b204971c58c775fe25d28fd01bce4021 Author: Unique-Divine Date: Wed Jun 5 19:15:40 2024 -0500 chore: changelog commit 3876ccb431aac5c9991a3540d764061cb52a0857 Author: Unique-Divine Date: Wed Jun 5 19:04:00 2024 -0500 refactor: more consistent test names commit aaa0a19f103a12c60f226a5057779a74d680e61c Author: Unique-Divine Date: Wed Jun 5 18:53:09 2024 -0500 test(oracle): Fix missing tear down step for oracle integration test commit 8c3c35eafc41d29becba1379d1f9ca5e984d8d9a Author: Unique-Divine Date: Wed Jun 5 17:55:56 2024 -0500 chore: add test comands to justfile commit 4916282353300b2dbf639e599cfbc3685cda01f6 Merge: 64ed0a29 e7e708d7 Author: Unique-Divine Date: Fri May 31 09:35:33 2024 -0500 Merge branch 'main' into ud/fix-race-condition commit 64ed0a29c918c4c1402eceddc13998ed4a156712 Author: Unique-Divine Date: Fri May 31 01:44:55 2024 -0500 fix(gosdk): tests parallel race condition commit 290c3724c2fc3804e5b2c8b509a2707c2e9ea101 Merge: 0d1c8942 70ee1bfe Author: Unique Divine <51418232+Unique-Divine@users.noreply.github.com> Date: Wed Jun 5 20:05:19 2024 -0500 Merge branch 'main' into test/evm-grpc-query commit 0d1c8942c6453d2f2fa22dff0e5af8ea11e1fa53 Merge: 91708355 ad173e9b Author: Unique Divine <51418232+Unique-Divine@users.noreply.github.com> Date: Wed Jun 5 19:34:38 2024 -0500 Merge branch 'main' into test/evm-grpc-query commit 917083558b04e67f563dd0f12c4918e2b43ecf7c Author: Oleg Nikonychev Date: Wed Jun 5 13:55:14 2024 +0400 fix: removed hardcoded gas value in grpc_query test commit 43378584dfec2f207afdc619f2d27df35816c304 Author: Oleg Nikonychev Date: Wed Jun 5 13:14:34 2024 +0400 chore: refactored eth util methods commit 7df84e26d481013d30f67710e69dcaca02affcfa Merge: 8918498b bbcc6f8c Author: Oleg Nikonychev Date: Wed Jun 5 12:23:51 2024 +0400 chore: resolve conflicts commit 8918498b83925f1b70678ecf70250906b9a3038d Merge: 3fd45ce3 e7e708d7 Author: Oleg Nikonychev Date: Mon Jun 3 21:56:39 2024 +0400 Merge branch 'main' into test/evm-grpc-query commit 3fd45ce323c97f999d6754ef454e51077854a918 Author: Oleg Nikonychev Date: Mon Jun 3 21:56:23 2024 +0400 chore: changelog update commit 3348876f46c66c9502d16793bb61b729559ecc91 Author: Oleg Nikonychev Date: Mon Jun 3 21:53:54 2024 +0400 test(evm): grpc_query full coverage * test(e2e-evm): more type safety --- .github/workflows/e2e-evm.yml | 9 +- .gitignore | 1 - CHANGELOG.md | 1 + e2e/evm/.nvmrc | 1 + e2e/evm/bun.lockb | Bin 0 -> 122800 bytes e2e/evm/justfile | 36 + e2e/evm/package-lock.json | 3784 ----------------- e2e/evm/package.json | 18 +- e2e/evm/prettier.config.mjs | 13 + e2e/evm/test/basic_queries.test.js | 36 - e2e/evm/test/basic_queries.test.ts | 36 + .../test/contract_infinite_loop_gas.test.js | 24 - .../test/contract_infinite_loop_gas.test.ts | 28 + e2e/evm/test/contract_send_nibi.test.js | 37 - e2e/evm/test/contract_send_nibi.test.ts | 54 + e2e/evm/test/erc20.test.js | 32 - e2e/evm/test/erc20.test.ts | 35 + e2e/evm/test/setup.js | 31 - e2e/evm/test/setup.ts | 27 + e2e/evm/tsconfig.json | 7 + .../ethers-contracts/FunTokenCompiled.ts | 286 ++ .../InfiniteLoopGasCompiled.ts | 91 + .../ethers-contracts/ReceiveNibiCompiled.ts | 87 + .../ethers-contracts/SendNibiCompiled.ts | 119 + e2e/evm/types/ethers-contracts/common.ts | 131 + .../factories/FunTokenCompiled__factory.ts | 380 ++ .../InfiniteLoopGasCompiled__factory.ts | 93 + .../factories/ReceiveNibiCompiled__factory.ts | 94 + .../factories/SendNibiCompiled__factory.ts | 106 + .../types/ethers-contracts/factories/index.ts | 7 + e2e/evm/types/ethers-contracts/index.ts | 12 + 31 files changed, 1664 insertions(+), 3952 deletions(-) create mode 100644 e2e/evm/.nvmrc create mode 100755 e2e/evm/bun.lockb create mode 100644 e2e/evm/justfile delete mode 100644 e2e/evm/package-lock.json create mode 100644 e2e/evm/prettier.config.mjs delete mode 100644 e2e/evm/test/basic_queries.test.js create mode 100644 e2e/evm/test/basic_queries.test.ts delete mode 100644 e2e/evm/test/contract_infinite_loop_gas.test.js create mode 100644 e2e/evm/test/contract_infinite_loop_gas.test.ts delete mode 100644 e2e/evm/test/contract_send_nibi.test.js create mode 100644 e2e/evm/test/contract_send_nibi.test.ts delete mode 100644 e2e/evm/test/erc20.test.js create mode 100644 e2e/evm/test/erc20.test.ts delete mode 100644 e2e/evm/test/setup.js create mode 100644 e2e/evm/test/setup.ts create mode 100644 e2e/evm/tsconfig.json create mode 100644 e2e/evm/types/ethers-contracts/FunTokenCompiled.ts create mode 100644 e2e/evm/types/ethers-contracts/InfiniteLoopGasCompiled.ts create mode 100644 e2e/evm/types/ethers-contracts/ReceiveNibiCompiled.ts create mode 100644 e2e/evm/types/ethers-contracts/SendNibiCompiled.ts create mode 100644 e2e/evm/types/ethers-contracts/common.ts create mode 100644 e2e/evm/types/ethers-contracts/factories/FunTokenCompiled__factory.ts create mode 100644 e2e/evm/types/ethers-contracts/factories/InfiniteLoopGasCompiled__factory.ts create mode 100644 e2e/evm/types/ethers-contracts/factories/ReceiveNibiCompiled__factory.ts create mode 100644 e2e/evm/types/ethers-contracts/factories/SendNibiCompiled__factory.ts create mode 100644 e2e/evm/types/ethers-contracts/factories/index.ts create mode 100644 e2e/evm/types/ethers-contracts/index.ts diff --git a/.github/workflows/e2e-evm.yml b/.github/workflows/e2e-evm.yml index 4d55fa5fb..20ef7be07 100644 --- a/.github/workflows/e2e-evm.yml +++ b/.github/workflows/e2e-evm.yml @@ -11,6 +11,7 @@ on: "**go.mod", "**go.sum", "contrib/docker/*", + "**.ts", "**.js", "**.json", ] @@ -66,8 +67,8 @@ jobs: with: node-version: 18 - - name: NPM Install - run: npm install + - name: "just install" + run: just install working-directory: "e2e/evm" - name: "Launch localnet" @@ -75,8 +76,8 @@ jobs: just localnet --no-build & sleep 6 - - name: Run tests - run: npm test + - name: "Run tests (just test)" + run: just test working-directory: "e2e/evm" env: JSON_RPC_ENDPOINT: http://127.0.0.1:8545 diff --git a/.gitignore b/.gitignore index e2638d272..548b7e4b3 100644 --- a/.gitignore +++ b/.gitignore @@ -31,7 +31,6 @@ ui-debug.log /public/ .env firebase-debug.log -**/bun.lockb out-* exit-status-* .DS_Store diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f1aa8ec8..825b34f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -71,6 +71,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [#1909](https://github.com/NibiruChain/nibiru/pull/1909) - chore(evm): set is_london true by default and removed from config - [#1911](https://github.com/NibiruChain/nibiru/pull/1911) - chore(evm): simplified config by removing old eth forks - [#1914](https://github.com/NibiruChain/nibiru/pull/1914) - refactor(evm): Remove dead code and document non-EVM ante handler +- [#1917](https://github.com/NibiruChain/nibiru/pull/1917) - test(e2e-evm): TypeScript support. Type generation from compiled contracts. Formatter for TS code. #### Dapp modules: perp, spot, oracle, etc diff --git a/e2e/evm/.nvmrc b/e2e/evm/.nvmrc new file mode 100644 index 000000000..3c032078a --- /dev/null +++ b/e2e/evm/.nvmrc @@ -0,0 +1 @@ +18 diff --git a/e2e/evm/bun.lockb b/e2e/evm/bun.lockb new file mode 100755 index 0000000000000000000000000000000000000000..ff8ba79ab10d1e7153e0003c454d9e899887804d GIT binary patch literal 122800 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/dev/null 2>&1; then + echo "✅ bun is installed." + else + log_error "$the_cmd is not present in \$PATH" + npm install -g bun@1.1.12 + fi + + bun install + +# Generate types from compiled contracts +gen-types: + bun run typechain --target=ethers-v6 contracts/*Compiled.json + +# Runs the E2E tests +test: + bun test + +# Format +fmt: + bun run prettier --write "test/**/*.ts" diff --git a/e2e/evm/package-lock.json b/e2e/evm/package-lock.json deleted file mode 100644 index 76c2e076d..000000000 --- a/e2e/evm/package-lock.json +++ /dev/null @@ -1,3784 +0,0 @@ -{ - "name": "nibiru-evm-test", - "version": "0.0.1", - "lockfileVersion": 3, - "requires": true, - "packages": { - "": { - "name": "nibiru-evm-test", - "version": "0.0.1", - "license": "ISC", - "devDependencies": { - "@types/jest": "^29.5.12", - "dotenv": "^16.4.5", - "ethers": "^6.12.1", - "jest": "^29.7.0" - } - }, - "node_modules/@adraffy/ens-normalize": { - "version": "1.10.1", - "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz", - "integrity": "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw==", - "dev": true - }, - "node_modules/@ampproject/remapping": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", - "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", - "dev": true, - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/code-frame": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.6.tgz", - "integrity": "sha512-ZJhac6FkEd1yhG2AHOmfcXG4ceoLltoCVJjN5XsWN9BifBQr+cHJbWi0h68HZuSORq+3WtJ2z0hwF2NG1b5kcA==", - "dev": true, - "dependencies": { - "@babel/highlight": "^7.24.6", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/compat-data": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.24.6.tgz", - "integrity": "sha512-aC2DGhBq5eEdyXWqrDInSqQjO0k8xtPRf5YylULqx8MCd6jBtzqfta/3ETMRpuKIc5hyswfO80ObyA1MvkCcUQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/core": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.24.6.tgz", - "integrity": "sha512-qAHSfAdVyFmIvl0VHELib8xar7ONuSHrE2hLnsaWkYNTI68dmi1x8GYDhJjMI/e7XWal9QBlZkwbOnkcw7Z8gQ==", - "dev": true, - "dependencies": { - "@ampproject/remapping": "^2.2.0", - "@babel/code-frame": "^7.24.6", - "@babel/generator": "^7.24.6", - "@babel/helper-compilation-targets": "^7.24.6", - "@babel/helper-module-transforms": "^7.24.6", - "@babel/helpers": "^7.24.6", - "@babel/parser": "^7.24.6", - "@babel/template": "^7.24.6", - "@babel/traverse": "^7.24.6", - "@babel/types": "^7.24.6", - "convert-source-map": "^2.0.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.3", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/babel" - } - }, - "node_modules/@babel/generator": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.24.6.tgz", - "integrity": "sha512-S7m4eNa6YAPJRHmKsLHIDJhNAGNKoWNiWefz1MBbpnt8g9lvMDl1hir4P9bo/57bQEmuwEhnRU/AMWsD0G/Fbg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.6", - "@jridgewell/gen-mapping": "^0.3.5", - "@jridgewell/trace-mapping": "^0.3.25", - "jsesc": "^2.5.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-compilation-targets": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.24.6.tgz", - "integrity": "sha512-VZQ57UsDGlX/5fFA7GkVPplZhHsVc+vuErWgdOiysI9Ksnw0Pbbd6pnPiR/mmJyKHgyIW0c7KT32gmhiF+cirg==", - "dev": true, - "dependencies": { - "@babel/compat-data": "^7.24.6", - "@babel/helper-validator-option": "^7.24.6", - "browserslist": "^4.22.2", - "lru-cache": "^5.1.1", - "semver": "^6.3.1" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-environment-visitor": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.24.6.tgz", - "integrity": "sha512-Y50Cg3k0LKLMjxdPjIl40SdJgMB85iXn27Vk/qbHZCFx/o5XO3PSnpi675h1KEmmDb6OFArfd5SCQEQ5Q4H88g==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-function-name": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.24.6.tgz", - "integrity": "sha512-xpeLqeeRkbxhnYimfr2PC+iA0Q7ljX/d1eZ9/inYbmfG2jpl8Lu3DyXvpOAnrS5kxkfOWJjioIMQsaMBXFI05w==", - "dev": true, - "dependencies": { - "@babel/template": "^7.24.6", - "@babel/types": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-hoist-variables": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.24.6.tgz", - "integrity": "sha512-SF/EMrC3OD7dSta1bLJIlrsVxwtd0UpjRJqLno6125epQMJ/kyFmpTT4pbvPbdQHzCHg+biQ7Syo8lnDtbR+uA==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-imports": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.6.tgz", - "integrity": "sha512-a26dmxFJBF62rRO9mmpgrfTLsAuyHk4e1hKTUkD/fcMfynt8gvEKwQPQDVxWhca8dHoDck+55DFt42zV0QMw5g==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-module-transforms": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.24.6.tgz", - "integrity": "sha512-Y/YMPm83mV2HJTbX1Qh2sjgjqcacvOlhbzdCCsSlblOKjSYmQqEbO6rUniWQyRo9ncyfjT8hnUjlG06RXDEmcA==", - "dev": true, - "dependencies": { - "@babel/helper-environment-visitor": "^7.24.6", - "@babel/helper-module-imports": "^7.24.6", - "@babel/helper-simple-access": "^7.24.6", - "@babel/helper-split-export-declaration": "^7.24.6", - "@babel/helper-validator-identifier": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/@babel/helper-plugin-utils": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.6.tgz", - "integrity": "sha512-MZG/JcWfxybKwsA9N9PmtF2lOSFSEMVCpIRrbxccZFLJPrJciJdG/UhSh5W96GEteJI2ARqm5UAHxISwRDLSNg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-simple-access": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.6.tgz", - "integrity": "sha512-nZzcMMD4ZhmB35MOOzQuiGO5RzL6tJbsT37Zx8M5L/i9KSrukGXWTjLe1knIbb/RmxoJE9GON9soq0c0VEMM5g==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-split-export-declaration": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.6.tgz", - "integrity": "sha512-CvLSkwXGWnYlF9+J3iZUvwgAxKiYzK3BWuo+mLzD/MDGOZDj7Gq8+hqaOkMxmJwmlv0iu86uH5fdADd9Hxkymw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-string-parser": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.6.tgz", - "integrity": "sha512-WdJjwMEkmBicq5T9fm/cHND3+UlFa2Yj8ALLgmoSQAJZysYbBjw+azChSGPN4DSPLXOcooGRvDwZWMcF/mLO2Q==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-identifier": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.6.tgz", - "integrity": "sha512-4yA7s865JHaqUdRbnaxarZREuPTHrjpDT+pXoAZ1yhyo6uFnIEpS8VMu16siFOHDpZNKYv5BObhsB//ycbICyw==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helper-validator-option": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.6.tgz", - "integrity": "sha512-Jktc8KkF3zIkePb48QO+IapbXlSapOW9S+ogZZkcO6bABgYAxtZcjZ/O005111YLf+j4M84uEgwYoidDkXbCkQ==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/helpers": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.24.6.tgz", - "integrity": "sha512-V2PI+NqnyFu1i0GyTd/O/cTpxzQCYioSkUIRmgo7gFEHKKCg5w46+r/A6WeUR1+P3TeQ49dspGPNd/E3n9AnnA==", - "dev": true, - "dependencies": { - "@babel/template": "^7.24.6", - "@babel/types": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.6.tgz", - "integrity": "sha512-2YnuOp4HAk2BsBrJJvYCbItHx0zWscI1C3zgWkz+wDyD9I7GIVrfnLyrR4Y1VR+7p+chAEcrgRQYZAGIKMV7vQ==", - "dev": true, - "dependencies": { - "@babel/helper-validator-identifier": "^7.24.6", - "chalk": "^2.4.2", - "js-tokens": "^4.0.0", - "picocolors": "^1.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/highlight/node_modules/ansi-styles": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", - "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", - "dev": true, - "dependencies": { - "color-convert": "^1.9.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/chalk": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", - "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", - "dev": true, - "dependencies": { - "ansi-styles": "^3.2.1", - "escape-string-regexp": "^1.0.5", - "supports-color": "^5.3.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/color-convert": { - "version": "1.9.3", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", - "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", - "dev": true, - "dependencies": { - "color-name": "1.1.3" - } - }, - "node_modules/@babel/highlight/node_modules/color-name": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", - "dev": true - }, - "node_modules/@babel/highlight/node_modules/escape-string-regexp": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", - "dev": true, - "engines": { - "node": ">=0.8.0" - } - }, - "node_modules/@babel/highlight/node_modules/has-flag": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/highlight/node_modules/supports-color": { - "version": "5.5.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", - "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", - "dev": true, - "dependencies": { - "has-flag": "^3.0.0" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/@babel/parser": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.24.6.tgz", - "integrity": "sha512-eNZXdfU35nJC2h24RznROuOpO94h6x8sg9ju0tT9biNtLZ2vuP8SduLqqV+/8+cebSLV9SJEAN5Z3zQbJG/M+Q==", - "dev": true, - "bin": { - "parser": "bin/babel-parser.js" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-bigint": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-bigint/-/plugin-syntax-bigint-7.8.3.tgz", - "integrity": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.12.13" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-import-meta": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", - "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-jsx": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-jsx/-/plugin-syntax-jsx-7.24.6.tgz", - "integrity": "sha512-lWfvAIFNWMlCsU0DRUun2GpFwZdGTukLaHJqRh1JRb80NdAP5Sb1HDHB5X9P9OtgZHQl089UzQkpYlBq2VTPRw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.10.4" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.8.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.14.5" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/plugin-syntax-typescript": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-typescript/-/plugin-syntax-typescript-7.24.6.tgz", - "integrity": "sha512-TzCtxGgVTEJWWwcYwQhCIQ6WaKlo80/B+Onsk4RRCcYqpYGFcG9etPW94VToGte5AAcxRrhjPUFvUS3Y2qKi4A==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0-0" - } - }, - "node_modules/@babel/template": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.24.6.tgz", - "integrity": "sha512-3vgazJlLwNXi9jhrR1ef8qiB65L1RK90+lEQwv4OxveHnqC3BfmnHdgySwRLzf6akhlOYenT+b7AfWq+a//AHw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.6", - "@babel/parser": "^7.24.6", - "@babel/types": "^7.24.6" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/traverse": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.24.6.tgz", - "integrity": "sha512-OsNjaJwT9Zn8ozxcfoBc+RaHdj3gFmCmYoQLUII1o6ZrUwku0BMg80FoOTPx+Gi6XhcQxAYE4xyjPTo4SxEQqw==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.24.6", - "@babel/generator": "^7.24.6", - "@babel/helper-environment-visitor": "^7.24.6", - "@babel/helper-function-name": "^7.24.6", - "@babel/helper-hoist-variables": "^7.24.6", - "@babel/helper-split-export-declaration": "^7.24.6", - "@babel/parser": "^7.24.6", - "@babel/types": "^7.24.6", - "debug": "^4.3.1", - "globals": "^11.1.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@babel/types": { - "version": "7.24.6", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.24.6.tgz", - "integrity": "sha512-WaMsgi6Q8zMgMth93GvWPXkhAIEobfsIkLTacoVZoK1J0CevIPGYY2Vo5YvJGqyHqXM6P4ppOYGsIRU8MM9pFQ==", - "dev": true, - "dependencies": { - "@babel/helper-string-parser": "^7.24.6", - "@babel/helper-validator-identifier": "^7.24.6", - "to-fast-properties": "^2.0.0" - }, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/@bcoe/v8-coverage": { - "version": "0.2.3", - "resolved": "https://registry.npmjs.org/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz", - "integrity": "sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==", - "dev": true - }, - "node_modules/@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", - "dev": true, - "dependencies": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/argparse": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", - "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", - "dev": true, - "dependencies": { - "sprintf-js": "~1.0.2" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/camelcase": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", - "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/js-yaml": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", - "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", - "dev": true, - "dependencies": { - "argparse": "^1.0.7", - "esprima": "^4.0.0" - }, - "bin": { - "js-yaml": "bin/js-yaml.js" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/@istanbuljs/load-nyc-config/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/@jest/console": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/console/-/console-29.7.0.tgz", - "integrity": "sha512-5Ni4CU7XHQi32IJ398EEP4RrB8eV09sXP2ROqD4bksHrnTree52PsxvX8tpL8LvTZ3pFzXyPbNQReSN41CAhOg==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/core": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/core/-/core-29.7.0.tgz", - "integrity": "sha512-n7aeXWKMnGtDA48y8TLWJPJmLmmZ642Ceo78cYWEpiD7FzDgmNDV/GCVRorPABdXLJZ/9wzzgZAlHjXjxDHGsg==", - "dev": true, - "dependencies": { - "@jest/console": "^29.7.0", - "@jest/reporters": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-changed-files": "^29.7.0", - "jest-config": "^29.7.0", - "jest-haste-map": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-resolve-dependencies": "^29.7.0", - "jest-runner": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "jest-watcher": "^29.7.0", - "micromatch": "^4.0.4", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/@jest/environment": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/environment/-/environment-29.7.0.tgz", - "integrity": "sha512-aQIfHDq33ExsN4jP1NWGXhxgQ/wixs60gDiKO+XVMd8Mn0NWPWgc34ZQDTb2jKaUWQ7MuwoitXAsN2XVXNMpAw==", - "dev": true, - "dependencies": { - "@jest/fake-timers": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-mock": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/expect": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-8uMeAMycttpva3P1lBHB8VciS9V0XAr3GymPpipdyQXbBcuhkLQOSe8E/p92RyAdToS6ZD1tFkX+CkhoECE0dQ==", - "dev": true, - "dependencies": { - "expect": "^29.7.0", - "jest-snapshot": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/expect-utils": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/expect-utils/-/expect-utils-29.7.0.tgz", - "integrity": "sha512-GlsNBWiFQFCVi9QVSx7f5AgMeLxe9YCCs5PuP2O2LdjDAA8Jh9eX7lA1Jq/xdXw3Wb3hyvlFNfZIfcRetSzYcA==", - "dev": true, - "dependencies": { - "jest-get-type": "^29.6.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/fake-timers": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/fake-timers/-/fake-timers-29.7.0.tgz", - "integrity": "sha512-q4DH1Ha4TTFPdxLsqDXK1d3+ioSL7yL5oCMJZgDYm6i+6CygW5E5xVr/D1HdsGxjt1ZWSfUAs9OxSB/BNelWrQ==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@sinonjs/fake-timers": "^10.0.2", - "@types/node": "*", - "jest-message-util": "^29.7.0", - "jest-mock": "^29.7.0", - "jest-util": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/globals": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/globals/-/globals-29.7.0.tgz", - "integrity": "sha512-mpiz3dutLbkW2MNFubUGUEVLkTGiqW6yLVTA+JbP6fI6J5iL9Y0Nlg8k95pcF8ctKwCS7WVxteBs29hhfAotzQ==", - "dev": true, - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/expect": "^29.7.0", - "@jest/types": "^29.6.3", - "jest-mock": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/reporters": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/reporters/-/reporters-29.7.0.tgz", - "integrity": "sha512-DApq0KJbJOEzAFYjHADNNxAE3KbhxQB1y5Kplb5Waqw6zVbuWatSnMjE5gs8FUgEPmNsnZA3NCWl9NG0ia04Pg==", - "dev": true, - "dependencies": { - "@bcoe/v8-coverage": "^0.2.3", - "@jest/console": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@jridgewell/trace-mapping": "^0.3.18", - "@types/node": "*", - "chalk": "^4.0.0", - "collect-v8-coverage": "^1.0.0", - "exit": "^0.1.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-instrument": "^6.0.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^4.0.0", - "istanbul-reports": "^3.1.3", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "jest-worker": "^29.7.0", - "slash": "^3.0.0", - "string-length": "^4.0.1", - "strip-ansi": "^6.0.0", - "v8-to-istanbul": "^9.0.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/@jest/reporters/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/@jest/reporters/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/@jest/reporters/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/@jest/schemas": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/schemas/-/schemas-29.6.3.tgz", - "integrity": "sha512-mo5j5X+jIZmJQveBKeS/clAueipV7KgiX1vMgCxam1RNYiqE1w62n0/tJJnHtjW8ZHcQco5gY85jA3mi0L+nSA==", - "dev": true, - "dependencies": { - "@sinclair/typebox": "^0.27.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/source-map": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/source-map/-/source-map-29.6.3.tgz", - "integrity": "sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==", - "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.18", - "callsites": "^3.0.0", - "graceful-fs": "^4.2.9" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/test-result": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-result/-/test-result-29.7.0.tgz", - "integrity": "sha512-Fdx+tv6x1zlkJPcWXmMDAG2HBnaR9XPSd5aDWQVsfrZmLVT3lU1cwyxLgRmXR9yrq4NBoEm9BMsfgFzTQAbJYA==", - "dev": true, - "dependencies": { - "@jest/console": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "collect-v8-coverage": "^1.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/test-sequencer": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/test-sequencer/-/test-sequencer-29.7.0.tgz", - "integrity": "sha512-GQwJ5WZVrKnOJuiYiAF52UNUJXgTZx1NHjFSEB0qEMmSZKAkdMoIzw/Cj6x6NF4AvV23AUqDpFzQkN/eYCYTxw==", - "dev": true, - "dependencies": { - "@jest/test-result": "^29.7.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/transform": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/@jest/transform/-/transform-29.7.0.tgz", - "integrity": "sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/types": "^29.6.3", - "@jridgewell/trace-mapping": "^0.3.18", - "babel-plugin-istanbul": "^6.1.1", - "chalk": "^4.0.0", - "convert-source-map": "^2.0.0", - "fast-json-stable-stringify": "^2.1.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-util": "^29.7.0", - "micromatch": "^4.0.4", - "pirates": "^4.0.4", - "slash": "^3.0.0", - "write-file-atomic": "^4.0.2" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jest/types": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/@jest/types/-/types-29.6.3.tgz", - "integrity": "sha512-u3UPsIilWKOM3F9CXtrG8LEJmNxwoCQC/XVj4IKYXvvpx7QIi/Kg1LI5uDmDpKlac62NUtX7eLjRh+jVZcLOzw==", - "dev": true, - "dependencies": { - "@jest/schemas": "^29.6.3", - "@types/istanbul-lib-coverage": "^2.0.0", - "@types/istanbul-reports": "^3.0.0", - "@types/node": "*", - "@types/yargs": "^17.0.8", - "chalk": "^4.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/@jridgewell/gen-mapping": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", - "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", - "dev": true, - "dependencies": { - "@jridgewell/set-array": "^1.2.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.24" - }, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/resolve-uri": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", - "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/set-array": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", - "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", - "dev": true, - "engines": { - "node": ">=6.0.0" - } - }, - "node_modules/@jridgewell/sourcemap-codec": { - "version": "1.4.15", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", - "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", - "dev": true - }, - "node_modules/@jridgewell/trace-mapping": { - "version": "0.3.25", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", - "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", - "dev": true, - "dependencies": { - "@jridgewell/resolve-uri": "^3.1.0", - "@jridgewell/sourcemap-codec": "^1.4.14" - } - }, - "node_modules/@noble/curves": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.2.0.tgz", - "integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==", - "dev": true, - "dependencies": { - "@noble/hashes": "1.3.2" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@noble/hashes": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.3.2.tgz", - "integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==", - "dev": true, - "engines": { - "node": ">= 16" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@sinclair/typebox": { - "version": "0.27.8", - "resolved": "https://registry.npmjs.org/@sinclair/typebox/-/typebox-0.27.8.tgz", - "integrity": "sha512-+Fj43pSMwJs4KRrH/938Uf+uAELIgVBmQzg/q1YG10djyfA3TnrU8N8XzqCh/okZdszqBQTZf96idMfE5lnwTA==", - "dev": true - }, - "node_modules/@sinonjs/commons": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@sinonjs/commons/-/commons-3.0.1.tgz", - "integrity": "sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==", - "dev": true, - "dependencies": { - "type-detect": "4.0.8" - } - }, - "node_modules/@sinonjs/fake-timers": { - "version": "10.3.0", - "resolved": "https://registry.npmjs.org/@sinonjs/fake-timers/-/fake-timers-10.3.0.tgz", - "integrity": "sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==", - "dev": true, - "dependencies": { - "@sinonjs/commons": "^3.0.0" - } - }, - "node_modules/@types/babel__core": { - "version": "7.20.5", - "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", - "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.20.7", - "@babel/types": "^7.20.7", - "@types/babel__generator": "*", - "@types/babel__template": "*", - "@types/babel__traverse": "*" - } - }, - "node_modules/@types/babel__generator": { - "version": "7.6.8", - "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", - "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", - "dev": true, - "dependencies": { - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__template": { - "version": "7.4.4", - "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", - "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", - "dev": true, - "dependencies": { - "@babel/parser": "^7.1.0", - "@babel/types": "^7.0.0" - } - }, - "node_modules/@types/babel__traverse": { - "version": "7.20.6", - "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", - "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", - "dev": true, - "dependencies": { - "@babel/types": "^7.20.7" - } - }, - "node_modules/@types/graceful-fs": { - "version": "4.1.9", - "resolved": "https://registry.npmjs.org/@types/graceful-fs/-/graceful-fs-4.1.9.tgz", - "integrity": "sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==", - "dev": true, - "dependencies": { - "@types/node": "*" - } - }, - "node_modules/@types/istanbul-lib-coverage": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.6.tgz", - "integrity": "sha512-2QF/t/auWm0lsy8XtKVPG19v3sSOQlJe/YHZgfjb/KBBHOGSV+J2q/S671rcq9uTBrLAXmZpqJiaQbMT+zNU1w==", - "dev": true - }, - "node_modules/@types/istanbul-lib-report": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/@types/istanbul-lib-report/-/istanbul-lib-report-3.0.3.tgz", - "integrity": "sha512-NQn7AHQnk/RSLOxrBbGyJM/aVQ+pjj5HCgasFxc0K/KhoATfQ/47AyUl15I2yBUpihjmas+a+VJBOqecrFH+uA==", - "dev": true, - "dependencies": { - "@types/istanbul-lib-coverage": "*" - } - }, - "node_modules/@types/istanbul-reports": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/@types/istanbul-reports/-/istanbul-reports-3.0.4.tgz", - "integrity": "sha512-pk2B1NWalF9toCRu6gjBzR69syFjP4Od8WRAX+0mmf9lAjCRicLOWc+ZrxZHx/0XRjotgkF9t6iaMJ+aXcOdZQ==", - "dev": true, - "dependencies": { - "@types/istanbul-lib-report": "*" - } - }, - "node_modules/@types/jest": { - "version": "29.5.12", - "resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.5.12.tgz", - "integrity": "sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==", - "dev": true, - "dependencies": { - "expect": "^29.0.0", - "pretty-format": "^29.0.0" - } - }, - "node_modules/@types/node": { - "version": "18.15.13", - "resolved": "https://registry.npmjs.org/@types/node/-/node-18.15.13.tgz", - "integrity": "sha512-N+0kuo9KgrUQ1Sn/ifDXsvg0TTleP7rIy4zOBGECxAljqvqfqpTfzx0Q1NUedOixRMBfe2Whhb056a42cWs26Q==", - "dev": true - }, - "node_modules/@types/stack-utils": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/@types/stack-utils/-/stack-utils-2.0.3.tgz", - "integrity": "sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==", - "dev": true - }, - "node_modules/@types/yargs": { - "version": "17.0.32", - "resolved": "https://registry.npmjs.org/@types/yargs/-/yargs-17.0.32.tgz", - "integrity": "sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==", - "dev": true, - "dependencies": { - "@types/yargs-parser": "*" - } - }, - "node_modules/@types/yargs-parser": { - "version": "21.0.3", - "resolved": "https://registry.npmjs.org/@types/yargs-parser/-/yargs-parser-21.0.3.tgz", - "integrity": "sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==", - "dev": true - }, - "node_modules/aes-js": { - "version": "4.0.0-beta.5", - "resolved": "https://registry.npmjs.org/aes-js/-/aes-js-4.0.0-beta.5.tgz", - "integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q==", - "dev": true - }, - "node_modules/ansi-escapes": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", - "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", - "dev": true, - "dependencies": { - "type-fest": "^0.21.3" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "dependencies": { - "color-convert": "^2.0.1" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/anymatch": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", - "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", - "dev": true, - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/babel-jest": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/babel-jest/-/babel-jest-29.7.0.tgz", - "integrity": "sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==", - "dev": true, - "dependencies": { - "@jest/transform": "^29.7.0", - "@types/babel__core": "^7.1.14", - "babel-plugin-istanbul": "^6.1.1", - "babel-preset-jest": "^29.6.3", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "slash": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.8.0" - } - }, - "node_modules/babel-plugin-istanbul": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", - "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", - "dev": true, - "dependencies": { - "@babel/helper-plugin-utils": "^7.0.0", - "@istanbuljs/load-nyc-config": "^1.0.0", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-instrument": "^5.0.4", - "test-exclude": "^6.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-istanbul/node_modules/istanbul-lib-instrument": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", - "dev": true, - "dependencies": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/babel-plugin-jest-hoist": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-plugin-jest-hoist/-/babel-plugin-jest-hoist-29.6.3.tgz", - "integrity": "sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==", - "dev": true, - "dependencies": { - "@babel/template": "^7.3.3", - "@babel/types": "^7.3.3", - "@types/babel__core": "^7.1.14", - "@types/babel__traverse": "^7.0.6" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/babel-preset-current-node-syntax": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/babel-preset-current-node-syntax/-/babel-preset-current-node-syntax-1.0.1.tgz", - "integrity": "sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==", - "dev": true, - "dependencies": { - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-bigint": "^7.8.3", - "@babel/plugin-syntax-class-properties": "^7.8.3", - "@babel/plugin-syntax-import-meta": "^7.8.3", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.8.3", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.8.3", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-top-level-await": "^7.8.3" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/babel-preset-jest": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/babel-preset-jest/-/babel-preset-jest-29.6.3.tgz", - "integrity": "sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==", - "dev": true, - "dependencies": { - "babel-plugin-jest-hoist": "^29.6.3", - "babel-preset-current-node-syntax": "^1.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.0.0" - } - }, - "node_modules/balanced-match": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", - "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true - }, - "node_modules/braces": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", - "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", - "dev": true, - "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/browserslist": { - "version": "4.23.0", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.0.tgz", - "integrity": "sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "caniuse-lite": "^1.0.30001587", - "electron-to-chromium": "^1.4.668", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.0.13" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/bser": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/bser/-/bser-2.1.1.tgz", - "integrity": "sha512-gQxTNE/GAfIIrmHLUE3oJyp5FO6HRBfhjnw4/wMmA63ZGDJnWBmgY/lyQBpnDUkGmAhbSe39tx2d/iTOAfglwQ==", - "dev": true, - "dependencies": { - "node-int64": "^0.4.0" - } - }, - "node_modules/buffer-from": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", - "dev": true - }, - "node_modules/callsites": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", - "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/camelcase": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-6.3.0.tgz", - "integrity": "sha512-Gmy6FhYlCY7uOElZUSbxo2UCDH8owEk996gkbrpsgGtrJLM3J7jGxl9Ic7Qwwj4ivOE5AWZWRMecDdF7hqGjFA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/caniuse-lite": { - "version": "1.0.30001621", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001621.tgz", - "integrity": "sha512-+NLXZiviFFKX0fk8Piwv3PfLPGtRqJeq2TiNoUff/qB5KJgwecJTvCXDpmlyP/eCI/GUEmp/h/y5j0yckiiZrA==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ] - }, - "node_modules/chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/chalk?sponsor=1" - } - }, - "node_modules/chalk/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/char-regex": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/char-regex/-/char-regex-1.0.2.tgz", - "integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/ci-info": { - "version": "3.9.0", - "resolved": "https://registry.npmjs.org/ci-info/-/ci-info-3.9.0.tgz", - "integrity": "sha512-NIxF55hv4nSqQswkAeiOi1r83xy8JldOFDTWiug55KBu9Jnblncd2U6ViHmYgHf01TPZS77NJBhBMKdWj9HQMQ==", - "dev": true, - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/sibiraj-s" - } - ], - "engines": { - "node": ">=8" - } - }, - "node_modules/cjs-module-lexer": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/cjs-module-lexer/-/cjs-module-lexer-1.3.1.tgz", - "integrity": "sha512-a3KdPAANPbNE4ZUv9h6LckSl9zLsYOP4MBmhIPkRaeyybt+r4UghLvq+xw/YwUcC1gqylCkL4rdVs3Lwupjm4Q==", - "dev": true - }, - "node_modules/co": { - "version": "4.6.0", - "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", - "integrity": "sha512-QVb0dM5HvG+uaxitm8wONl7jltx8dqhfU33DcqtOZcLSVIKSDDLDi7+0LbAKiyI8hD9u42m2YxXSkMGWThaecQ==", - "dev": true, - "engines": { - "iojs": ">= 1.0.0", - "node": ">= 0.12.0" - } - }, - "node_modules/collect-v8-coverage": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/collect-v8-coverage/-/collect-v8-coverage-1.0.2.tgz", - "integrity": "sha512-lHl4d5/ONEbLlJvaJNtsF/Lz+WvB07u2ycqTYbdrq7UypDXailES4valYb2eWiJFxZlVmpGekfqoxQhzyFdT4Q==", - "dev": true - }, - "node_modules/color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" - } - }, - "node_modules/color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "node_modules/concat-map": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true - }, - "node_modules/convert-source-map": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", - "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true - }, - "node_modules/create-jest": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/create-jest/-/create-jest-29.7.0.tgz", - "integrity": "sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "exit": "^0.1.2", - "graceful-fs": "^4.2.9", - "jest-config": "^29.7.0", - "jest-util": "^29.7.0", - "prompts": "^2.0.1" - }, - "bin": { - "create-jest": "bin/create-jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", - "dev": true, - "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } - } - }, - "node_modules/debug/node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "node_modules/dedent": { - "version": "1.5.3", - "resolved": "https://registry.npmjs.org/dedent/-/dedent-1.5.3.tgz", - "integrity": "sha512-NHQtfOOW68WD8lgypbLA5oT+Bt0xXJhiYvoR6SmmNXZfpzOGXwdKWmcwG8N7PwVVWV3eF/68nmD9BaJSsTBhyQ==", - "dev": true, - "peerDependencies": { - "babel-plugin-macros": "^3.1.0" - }, - "peerDependenciesMeta": { - "babel-plugin-macros": { - "optional": true - } - } - }, - "node_modules/deepmerge": { - "version": "4.3.1", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", - "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/detect-newline": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-3.1.0.tgz", - "integrity": "sha512-TLz+x/vEXm/Y7P7wn1EJFNLxYpUD4TgMosxY6fAVJUnJMbupHBOncxyWUG9OpTaH9EBD7uFI5LfEgmMOc54DsA==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/diff-sequences": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz", - "integrity": "sha512-EjePK1srD3P08o2j4f0ExnylqRs5B9tJjcp9t1krH2qRi8CCdsYfwe9JgSLurFBWwq4uOlipzfk5fHNvwFKr8Q==", - "dev": true, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/dotenv": { - "version": "16.4.5", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.4.5.tgz", - "integrity": "sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://dotenvx.com" - } - }, - "node_modules/electron-to-chromium": { - "version": "1.4.782", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.782.tgz", - "integrity": "sha512-JUfU61e8tr+i5Y1FKXcKs+Xe+rJ+CEqm4cgv1kMihPE2EvYHmYyVr3Im/+1+Z5B29Be2EEGCZCwAc6Tazdl1Yg==", - "dev": true - }, - "node_modules/emittery": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/emittery/-/emittery-0.13.1.tgz", - "integrity": "sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==", - "dev": true, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sindresorhus/emittery?sponsor=1" - } - }, - "node_modules/emoji-regex": { - "version": "8.0.0", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true - }, - "node_modules/error-ex": { - "version": "1.3.2", - "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", - "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", - "dev": true, - "dependencies": { - "is-arrayish": "^0.2.1" - } - }, - "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/esprima": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", - "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true, - "bin": { - "esparse": "bin/esparse.js", - "esvalidate": "bin/esvalidate.js" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/ethers": { - "version": "6.12.1", - "resolved": "https://registry.npmjs.org/ethers/-/ethers-6.12.1.tgz", - "integrity": "sha512-j6wcVoZf06nqEcBbDWkKg8Fp895SS96dSnTCjiXT+8vt2o02raTn4Lo9ERUuIVU5bAjoPYeA+7ytQFexFmLuVw==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/ethers-io/" - }, - { - "type": "individual", - "url": "https://www.buymeacoffee.com/ricmoo" - } - ], - "dependencies": { - "@adraffy/ens-normalize": "1.10.1", - "@noble/curves": "1.2.0", - "@noble/hashes": "1.3.2", - "@types/node": "18.15.13", - "aes-js": "4.0.0-beta.5", - "tslib": "2.4.0", - "ws": "8.5.0" - }, - "engines": { - "node": ">=14.0.0" - } - }, - "node_modules/execa": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", - "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", - "dev": true, - "dependencies": { - "cross-spawn": "^7.0.3", - "get-stream": "^6.0.0", - "human-signals": "^2.1.0", - "is-stream": "^2.0.0", - "merge-stream": "^2.0.0", - "npm-run-path": "^4.0.1", - "onetime": "^5.1.2", - "signal-exit": "^3.0.3", - "strip-final-newline": "^2.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sindresorhus/execa?sponsor=1" - } - }, - "node_modules/exit": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", - "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", - "dev": true, - "engines": { - "node": ">= 0.8.0" - } - }, - "node_modules/expect": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/expect/-/expect-29.7.0.tgz", - "integrity": "sha512-2Zks0hf1VLFYI1kbh0I5jP3KHHyCHpkfyHBzsSXRFgl/Bg9mWYfMW8oD+PdMPlEwy5HNsR9JutYy6pMeOh61nw==", - "dev": true, - "dependencies": { - "@jest/expect-utils": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", - "dev": true - }, - "node_modules/fb-watchman": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.2.tgz", - "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==", - "dev": true, - "dependencies": { - "bser": "2.1.1" - } - }, - "node_modules/fill-range": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", - "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", - "dev": true, - "dependencies": { - "to-regex-range": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true - }, - "node_modules/fsevents": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", - "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", - "dev": true, - "hasInstallScript": true, - "optional": true, - "os": [ - "darwin" - ], - "engines": { - "node": "^8.16.0 || ^10.6.0 || >=11.0.0" - } - }, - "node_modules/function-bind": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", - "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", - "dev": true, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/gensync": { - "version": "1.0.0-beta.2", - "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", - "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true, - "engines": { - "node": ">=6.9.0" - } - }, - "node_modules/get-caller-file": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", - "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true, - "engines": { - "node": "6.* || 8.* || >= 10.*" - } - }, - "node_modules/get-package-type": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", - "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "dev": true, - "engines": { - "node": ">=8.0.0" - } - }, - "node_modules/get-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", - "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/globals": { - "version": "11.12.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", - "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/graceful-fs": { - "version": "4.2.11", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", - "dev": true - }, - "node_modules/has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/hasown": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", - "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", - "dev": true, - "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/html-escaper": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", - "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", - "dev": true - }, - "node_modules/human-signals": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", - "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "dev": true, - "engines": { - "node": ">=10.17.0" - } - }, - "node_modules/import-local": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.1.0.tgz", - "integrity": "sha512-ASB07uLtnDs1o6EHjKpX34BKYDSqnFerfTOJL2HvMqF70LnxpjkzDB8J44oT9pu4AMPkQwf8jl6szgvNd2tRIg==", - "dev": true, - "dependencies": { - "pkg-dir": "^4.2.0", - "resolve-cwd": "^3.0.0" - }, - "bin": { - "import-local-fixture": "fixtures/cli.js" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/imurmurhash": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", - "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true, - "engines": { - "node": ">=0.8.19" - } - }, - "node_modules/inflight": { - "version": "1.0.6", - "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", - "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", - "dev": true, - "dependencies": { - "once": "^1.3.0", - "wrappy": "1" - } - }, - "node_modules/inherits": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", - "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true - }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", - "dev": true - }, - "node_modules/is-core-module": { - "version": "2.13.1", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", - "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", - "dev": true, - "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-fullwidth-code-point": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", - "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-generator-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-generator-fn/-/is-generator-fn-2.1.0.tgz", - "integrity": "sha512-cTIB4yPYL/Grw0EaSzASzg6bBy9gqCofvWN8okThAYIxKJZC+udlRAmGbM0XLeniEJSs8uEgHPGuHSe1XsOLSQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true, - "engines": { - "node": ">=0.12.0" - } - }, - "node_modules/is-stream": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", - "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", - "dev": true - }, - "node_modules/istanbul-lib-coverage": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", - "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-instrument": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.2.tgz", - "integrity": "sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==", - "dev": true, - "dependencies": { - "@babel/core": "^7.23.9", - "@babel/parser": "^7.23.9", - "@istanbuljs/schema": "^0.1.3", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^7.5.4" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-instrument/node_modules/semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-report": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", - "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", - "dev": true, - "dependencies": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^4.0.0", - "supports-color": "^7.1.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-lib-report/node_modules/supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/istanbul-lib-source-maps": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", - "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", - "dev": true, - "dependencies": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^3.0.0", - "source-map": "^0.6.1" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/istanbul-reports": { - "version": "3.1.7", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", - "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", - "dev": true, - "dependencies": { - "html-escaper": "^2.0.0", - "istanbul-lib-report": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/jest": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest/-/jest-29.7.0.tgz", - "integrity": "sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==", - "dev": true, - "dependencies": { - "@jest/core": "^29.7.0", - "@jest/types": "^29.6.3", - "import-local": "^3.0.2", - "jest-cli": "^29.7.0" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-changed-files": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-changed-files/-/jest-changed-files-29.7.0.tgz", - "integrity": "sha512-fEArFiwf1BpQ+4bXSprcDc3/x4HSzL4al2tozwVpDFpsxALjLYdyiIK4e5Vz66GQJIbXJ82+35PtysofptNX2w==", - "dev": true, - "dependencies": { - "execa": "^5.0.0", - "jest-util": "^29.7.0", - "p-limit": "^3.1.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-circus": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-circus/-/jest-circus-29.7.0.tgz", - "integrity": "sha512-3E1nCMgipcTkCocFwM90XXQab9bS+GMsjdpmPrlelaxwD93Ad8iVEjX/vvHPdLPnFf+L40u+5+iutRdA1N9myw==", - "dev": true, - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/expect": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "co": "^4.6.0", - "dedent": "^1.0.0", - "is-generator-fn": "^2.0.0", - "jest-each": "^29.7.0", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "p-limit": "^3.1.0", - "pretty-format": "^29.7.0", - "pure-rand": "^6.0.0", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-cli": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-cli/-/jest-cli-29.7.0.tgz", - "integrity": "sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==", - "dev": true, - "dependencies": { - "@jest/core": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "create-jest": "^29.7.0", - "exit": "^0.1.2", - "import-local": "^3.0.2", - "jest-config": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "yargs": "^17.3.1" - }, - "bin": { - "jest": "bin/jest.js" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "node-notifier": "^8.0.1 || ^9.0.0 || ^10.0.0" - }, - "peerDependenciesMeta": { - "node-notifier": { - "optional": true - } - } - }, - "node_modules/jest-cli/node_modules/cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "dependencies": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/jest-cli/node_modules/yargs": { - "version": "17.7.2", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", - "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", - "dev": true, - "dependencies": { - "cliui": "^8.0.1", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.1.1" - }, - "engines": { - "node": ">=12" - } - }, - "node_modules/jest-cli/node_modules/yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true, - "engines": { - "node": ">=12" - } - }, - "node_modules/jest-config": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-config/-/jest-config-29.7.0.tgz", - "integrity": "sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@jest/test-sequencer": "^29.7.0", - "@jest/types": "^29.6.3", - "babel-jest": "^29.7.0", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "deepmerge": "^4.2.2", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-circus": "^29.7.0", - "jest-environment-node": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-runner": "^29.7.0", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "micromatch": "^4.0.4", - "parse-json": "^5.2.0", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "strip-json-comments": "^3.1.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "peerDependencies": { - "@types/node": "*", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "ts-node": { - "optional": true - } - } - }, - "node_modules/jest-config/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/jest-config/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/jest-config/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/jest-diff": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-diff/-/jest-diff-29.7.0.tgz", - "integrity": "sha512-LMIgiIrhigmPrs03JHpxUh2yISK3vLFPkAodPeo0+BuF7wA2FoQbkEg1u8gBYBThncu7e1oEDUfIXVuTqLRUjw==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "diff-sequences": "^29.6.3", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-docblock": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-docblock/-/jest-docblock-29.7.0.tgz", - "integrity": "sha512-q617Auw3A612guyaFgsbFeYpNP5t2aoUNLwBUbc/0kD1R4t9ixDbyFTHd1nok4epoVFpr7PmeWHrhvuV3XaJ4g==", - "dev": true, - "dependencies": { - "detect-newline": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-each": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-each/-/jest-each-29.7.0.tgz", - "integrity": "sha512-gns+Er14+ZrEoC5fhOfYCY1LOHHr0TI+rQUHZS8Ttw2l7gl+80eHc/gFf2Ktkw0+SIACDTeWvpFcv3B04VembQ==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "chalk": "^4.0.0", - "jest-get-type": "^29.6.3", - "jest-util": "^29.7.0", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-environment-node": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-environment-node/-/jest-environment-node-29.7.0.tgz", - "integrity": "sha512-DOSwCRqXirTOyheM+4d5YZOrWcdu0LNZ87ewUoywbcb2XR4wKgqiG8vNeYwhjFMbEkfju7wx2GYH0P2gevGvFw==", - "dev": true, - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/fake-timers": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-mock": "^29.7.0", - "jest-util": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-get-type": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-get-type/-/jest-get-type-29.6.3.tgz", - "integrity": "sha512-zrteXnqYxfQh7l5FHyL38jL39di8H8rHoecLH3JNxH3BwOrBsNeabdap5e0I23lD4HHI8W5VFBZqG4Eaq5LNcw==", - "dev": true, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-haste-map": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-haste-map/-/jest-haste-map-29.7.0.tgz", - "integrity": "sha512-fP8u2pyfqx0K1rGn1R9pyE0/KTn+G7PxktWidOBTqFPLYX0b9ksaMFkhK5vrS3DVun09pckLdlx90QthlW7AmA==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@types/graceful-fs": "^4.1.3", - "@types/node": "*", - "anymatch": "^3.0.3", - "fb-watchman": "^2.0.0", - "graceful-fs": "^4.2.9", - "jest-regex-util": "^29.6.3", - "jest-util": "^29.7.0", - "jest-worker": "^29.7.0", - "micromatch": "^4.0.4", - "walker": "^1.0.8" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - }, - "optionalDependencies": { - "fsevents": "^2.3.2" - } - }, - "node_modules/jest-leak-detector": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-leak-detector/-/jest-leak-detector-29.7.0.tgz", - "integrity": "sha512-kYA8IJcSYtST2BY9I+SMC32nDpBT3J2NvWJx8+JCuCdl/CR1I4EKUJROiP8XtCcxqgTTBGJNdbB1A8XRKbTetw==", - "dev": true, - "dependencies": { - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-matcher-utils": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-matcher-utils/-/jest-matcher-utils-29.7.0.tgz", - "integrity": "sha512-sBkD+Xi9DtcChsI3L3u0+N0opgPYnCRPtGcQYrgXmR+hmt/fYfWAL0xRXYU8eWOdfuLgBe0YCW3AFtnRLagq/g==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "jest-diff": "^29.7.0", - "jest-get-type": "^29.6.3", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-message-util": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-message-util/-/jest-message-util-29.7.0.tgz", - "integrity": "sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.12.13", - "@jest/types": "^29.6.3", - "@types/stack-utils": "^2.0.0", - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "micromatch": "^4.0.4", - "pretty-format": "^29.7.0", - "slash": "^3.0.0", - "stack-utils": "^2.0.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-mock": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-mock/-/jest-mock-29.7.0.tgz", - "integrity": "sha512-ITOMZn+UkYS4ZFh83xYAOzWStloNzJFO2s8DWrE4lhtGD+AorgnbkiKERe4wQVBydIGPx059g6riW5Btp6Llnw==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "jest-util": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-pnp-resolver": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/jest-pnp-resolver/-/jest-pnp-resolver-1.2.3.tgz", - "integrity": "sha512-+3NpwQEnRoIBtx4fyhblQDPgJI0H1IEIkX7ShLUjPGA7TtUTvI1oiKi3SR4oBR0hQhQR80l4WAe5RrXBwWMA8w==", - "dev": true, - "engines": { - "node": ">=6" - }, - "peerDependencies": { - "jest-resolve": "*" - }, - "peerDependenciesMeta": { - "jest-resolve": { - "optional": true - } - } - }, - "node_modules/jest-regex-util": { - "version": "29.6.3", - "resolved": "https://registry.npmjs.org/jest-regex-util/-/jest-regex-util-29.6.3.tgz", - "integrity": "sha512-KJJBsRCyyLNWCNBOvZyRDnAIfUiRJ8v+hOBQYGn8gDyF3UegwiP4gwRR3/SDa42g1YbVycTidUF3rKjyLFDWbg==", - "dev": true, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-resolve": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve/-/jest-resolve-29.7.0.tgz", - "integrity": "sha512-IOVhZSrg+UvVAshDSDtHyFCCBUl/Q3AAJv8iZ6ZjnZ74xzvwuzLXid9IIIPgTnY62SJjfuupMKZsZQRsCvxEgA==", - "dev": true, - "dependencies": { - "chalk": "^4.0.0", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-pnp-resolver": "^1.2.2", - "jest-util": "^29.7.0", - "jest-validate": "^29.7.0", - "resolve": "^1.20.0", - "resolve.exports": "^2.0.0", - "slash": "^3.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-resolve-dependencies": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-resolve-dependencies/-/jest-resolve-dependencies-29.7.0.tgz", - "integrity": "sha512-un0zD/6qxJ+S0et7WxeI3H5XSe9lTBBR7bOHCHXkKR6luG5mwDDlIzVQ0V5cZCuoTgEdcdwzTghYkTWfubi+nA==", - "dev": true, - "dependencies": { - "jest-regex-util": "^29.6.3", - "jest-snapshot": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-runner": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runner/-/jest-runner-29.7.0.tgz", - "integrity": "sha512-fsc4N6cPCAahybGBfTRcq5wFR6fpLznMg47sY5aDpsoejOcVYFb07AHuSnR0liMcPTgBsA3ZJL6kFOjPdoNipQ==", - "dev": true, - "dependencies": { - "@jest/console": "^29.7.0", - "@jest/environment": "^29.7.0", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "emittery": "^0.13.1", - "graceful-fs": "^4.2.9", - "jest-docblock": "^29.7.0", - "jest-environment-node": "^29.7.0", - "jest-haste-map": "^29.7.0", - "jest-leak-detector": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-resolve": "^29.7.0", - "jest-runtime": "^29.7.0", - "jest-util": "^29.7.0", - "jest-watcher": "^29.7.0", - "jest-worker": "^29.7.0", - "p-limit": "^3.1.0", - "source-map-support": "0.5.13" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-runtime": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-runtime/-/jest-runtime-29.7.0.tgz", - "integrity": "sha512-gUnLjgwdGqW7B4LvOIkbKs9WGbn+QLqRQQ9juC6HndeDiezIwhDP+mhMwHWCEcfQ5RUXa6OPnFF8BJh5xegwwQ==", - "dev": true, - "dependencies": { - "@jest/environment": "^29.7.0", - "@jest/fake-timers": "^29.7.0", - "@jest/globals": "^29.7.0", - "@jest/source-map": "^29.6.3", - "@jest/test-result": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "cjs-module-lexer": "^1.0.0", - "collect-v8-coverage": "^1.0.0", - "glob": "^7.1.3", - "graceful-fs": "^4.2.9", - "jest-haste-map": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-mock": "^29.7.0", - "jest-regex-util": "^29.6.3", - "jest-resolve": "^29.7.0", - "jest-snapshot": "^29.7.0", - "jest-util": "^29.7.0", - "slash": "^3.0.0", - "strip-bom": "^4.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-runtime/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/jest-runtime/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/jest-runtime/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/jest-snapshot": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-snapshot/-/jest-snapshot-29.7.0.tgz", - "integrity": "sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==", - "dev": true, - "dependencies": { - "@babel/core": "^7.11.6", - "@babel/generator": "^7.7.2", - "@babel/plugin-syntax-jsx": "^7.7.2", - "@babel/plugin-syntax-typescript": "^7.7.2", - "@babel/types": "^7.3.3", - "@jest/expect-utils": "^29.7.0", - "@jest/transform": "^29.7.0", - "@jest/types": "^29.6.3", - "babel-preset-current-node-syntax": "^1.0.0", - "chalk": "^4.0.0", - "expect": "^29.7.0", - "graceful-fs": "^4.2.9", - "jest-diff": "^29.7.0", - "jest-get-type": "^29.6.3", - "jest-matcher-utils": "^29.7.0", - "jest-message-util": "^29.7.0", - "jest-util": "^29.7.0", - "natural-compare": "^1.4.0", - "pretty-format": "^29.7.0", - "semver": "^7.5.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-snapshot/node_modules/semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/jest-util": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-util/-/jest-util-29.7.0.tgz", - "integrity": "sha512-z6EbKajIpqGKU56y5KBUgy1dt1ihhQJgWzUlZHArA/+X2ad7Cb5iF+AK1EWVL/Bo7Rz9uurpqw6SiBCefUbCGA==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "@types/node": "*", - "chalk": "^4.0.0", - "ci-info": "^3.2.0", - "graceful-fs": "^4.2.9", - "picomatch": "^2.2.3" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-validate": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-validate/-/jest-validate-29.7.0.tgz", - "integrity": "sha512-ZB7wHqaRGVw/9hST/OuFUReG7M8vKeq0/J2egIGLdvjHCmYqGARhzXmtgi+gVeZ5uXFF219aOc3Ls2yLg27tkw==", - "dev": true, - "dependencies": { - "@jest/types": "^29.6.3", - "camelcase": "^6.2.0", - "chalk": "^4.0.0", - "jest-get-type": "^29.6.3", - "leven": "^3.1.0", - "pretty-format": "^29.7.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-watcher": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-watcher/-/jest-watcher-29.7.0.tgz", - "integrity": "sha512-49Fg7WXkU3Vl2h6LbLtMQ/HyB6rXSIX7SqvBLQmssRBGN9I0PNvPmAmCWSOY6SOvrjhI/F7/bGAv9RtnsPA03g==", - "dev": true, - "dependencies": { - "@jest/test-result": "^29.7.0", - "@jest/types": "^29.6.3", - "@types/node": "*", - "ansi-escapes": "^4.2.1", - "chalk": "^4.0.0", - "emittery": "^0.13.1", - "jest-util": "^29.7.0", - "string-length": "^4.0.1" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/jest-worker": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-29.7.0.tgz", - "integrity": "sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==", - "dev": true, - "dependencies": { - "@types/node": "*", - "jest-util": "^29.7.0", - "merge-stream": "^2.0.0", - "supports-color": "^8.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/js-tokens": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", - "dev": true - }, - "node_modules/jsesc": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", - "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", - "dev": true, - "bin": { - "jsesc": "bin/jsesc" - }, - "engines": { - "node": ">=4" - } - }, - "node_modules/json-parse-even-better-errors": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", - "dev": true - }, - "node_modules/json5": { - "version": "2.2.3", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", - "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", - "dev": true, - "bin": { - "json5": "lib/cli.js" - }, - "engines": { - "node": ">=6" - } - }, - "node_modules/kleur": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz", - "integrity": "sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/leven": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/leven/-/leven-3.1.0.tgz", - "integrity": "sha512-qsda+H8jTaUaN/x5vzW2rzc+8Rw4TAQ/4KjB46IwK5VH+IlVeeeje/EoZRpiXvIqjFgK84QffqPztGI3VBLG1A==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/lines-and-columns": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", - "dev": true - }, - "node_modules/lru-cache": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", - "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", - "dev": true, - "dependencies": { - "yallist": "^3.0.2" - } - }, - "node_modules/make-dir": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", - "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", - "dev": true, - "dependencies": { - "semver": "^7.5.3" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/make-dir/node_modules/semver": { - "version": "7.6.2", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.2.tgz", - "integrity": "sha512-FNAIBWCx9qcRhoHcgcJ0gvU7SN1lYU2ZXuSfl04bSC5OpvDHFyJCjdNHomPXxjQlCBU67YW64PzY7/VIEH7F2w==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/makeerror": { - "version": "1.0.12", - "resolved": "https://registry.npmjs.org/makeerror/-/makeerror-1.0.12.tgz", - "integrity": "sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==", - "dev": true, - "dependencies": { - "tmpl": "1.0.5" - } - }, - "node_modules/merge-stream": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", - "dev": true - }, - "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", - "dev": true, - "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" - } - }, - "node_modules/mimic-fn": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", - "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/natural-compare": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", - "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", - "dev": true - }, - "node_modules/node-int64": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/node-int64/-/node-int64-0.4.0.tgz", - "integrity": "sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==", - "dev": true - }, - "node_modules/node-releases": { - "version": "2.0.14", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", - "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm-run-path": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", - "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", - "dev": true, - "dependencies": { - "path-key": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/once": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", - "dev": true, - "dependencies": { - "wrappy": "1" - } - }, - "node_modules/onetime": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", - "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", - "dev": true, - "dependencies": { - "mimic-fn": "^2.1.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "dependencies": { - "yocto-queue": "^0.1.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/p-try": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", - "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/parse-json": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", - "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", - "dev": true, - "dependencies": { - "@babel/code-frame": "^7.0.0", - "error-ex": "^1.3.1", - "json-parse-even-better-errors": "^2.3.0", - "lines-and-columns": "^1.1.6" - }, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/path-exists": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", - "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/path-key": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", - "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/path-parse": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", - "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true - }, - "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==", - "dev": true - }, - "node_modules/picomatch": { - "version": "2.3.1", - "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", - "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true, - "engines": { - "node": ">=8.6" - }, - "funding": { - "url": "https://github.com/sponsors/jonschlinkert" - } - }, - "node_modules/pirates": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", - "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", - "dev": true, - "engines": { - "node": ">= 6" - } - }, - "node_modules/pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "dependencies": { - "find-up": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/find-up": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", - "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", - "dev": true, - "dependencies": { - "locate-path": "^5.0.0", - "path-exists": "^4.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/locate-path": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", - "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", - "dev": true, - "dependencies": { - "p-locate": "^4.1.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pkg-dir/node_modules/p-limit": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", - "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", - "dev": true, - "dependencies": { - "p-try": "^2.0.0" - }, - "engines": { - "node": ">=6" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/pkg-dir/node_modules/p-locate": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", - "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", - "dev": true, - "dependencies": { - "p-limit": "^2.2.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/pretty-format": { - "version": "29.7.0", - "resolved": "https://registry.npmjs.org/pretty-format/-/pretty-format-29.7.0.tgz", - "integrity": "sha512-Pdlw/oPxN+aXdmM9R00JVC9WVFoCLTKJvDVLgmJ+qAffBMxsV85l/Lu7sNx4zSzPyoL2euImuEwHhOXdEgNFZQ==", - "dev": true, - "dependencies": { - "@jest/schemas": "^29.6.3", - "ansi-styles": "^5.0.0", - "react-is": "^18.0.0" - }, - "engines": { - "node": "^14.15.0 || ^16.10.0 || >=18.0.0" - } - }, - "node_modules/pretty-format/node_modules/ansi-styles": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-5.2.0.tgz", - "integrity": "sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/prompts": { - "version": "2.4.2", - "resolved": "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz", - "integrity": "sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==", - "dev": true, - "dependencies": { - "kleur": "^3.0.3", - "sisteransi": "^1.0.5" - }, - "engines": { - "node": ">= 6" - } - }, - "node_modules/pure-rand": { - "version": "6.1.0", - "resolved": "https://registry.npmjs.org/pure-rand/-/pure-rand-6.1.0.tgz", - "integrity": "sha512-bVWawvoZoBYpp6yIoQtQXHZjmz35RSVHnUOTefl8Vcjr8snTPY1wnpSPMWekcFwbxI6gtmT7rSYPFvz71ldiOA==", - "dev": true, - "funding": [ - { - "type": "individual", - "url": "https://github.com/sponsors/dubzzz" - }, - { - "type": "opencollective", - "url": "https://opencollective.com/fast-check" - } - ] - }, - "node_modules/react-is": { - "version": "18.3.1", - "resolved": "https://registry.npmjs.org/react-is/-/react-is-18.3.1.tgz", - "integrity": "sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==", - "dev": true - }, - "node_modules/require-directory": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/resolve": { - "version": "1.22.8", - "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", - "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", - "dev": true, - "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/resolve-cwd": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", - "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", - "dev": true, - "dependencies": { - "resolve-from": "^5.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve-from": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", - "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/resolve.exports": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/resolve.exports/-/resolve.exports-2.0.2.tgz", - "integrity": "sha512-X2UW6Nw3n/aMgDVy+0rSqgHlv39WZAlZrXCdnbyEiKm17DSqHX4MmQMaST3FbeWR5FTuRcUwYAziZajji0Y7mg==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/semver": { - "version": "6.3.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", - "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", - "dev": true, - "bin": { - "semver": "bin/semver.js" - } - }, - "node_modules/shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", - "dev": true, - "dependencies": { - "shebang-regex": "^3.0.0" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/shebang-regex": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, - "node_modules/sisteransi": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz", - "integrity": "sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==", - "dev": true - }, - "node_modules/slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", - "dev": true, - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/source-map-support": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.13.tgz", - "integrity": "sha512-SHSKFHadjVA5oR4PPqhtAVdcBWwRYVd6g6cAXnIbRiIwc2EhPrTuKUBdSLvlEKyIP3GCf89fltvcZiP9MMFA1w==", - "dev": true, - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" - } - }, - "node_modules/sprintf-js": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", - "dev": true - }, - "node_modules/stack-utils": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/stack-utils/-/stack-utils-2.0.6.tgz", - "integrity": "sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==", - "dev": true, - "dependencies": { - "escape-string-regexp": "^2.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/stack-utils/node_modules/escape-string-regexp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-2.0.0.tgz", - "integrity": "sha512-UpzcLCXolUWcNu5HtVMHYdXJjArjsF9C0aNnquZYY4uW/Vu0miy5YoWvbV345HauVvcAUnpRuhMMcqTcGOY2+w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/string-length": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/string-length/-/string-length-4.0.2.tgz", - "integrity": "sha512-+l6rNN5fYHNhZZy41RXsYptCjA2Igmq4EG7kZAYFQI1E1VTXarr6ZPXBg6eq7Y6eK4FEhY6AJlyuFIb/v/S0VQ==", - "dev": true, - "dependencies": { - "char-regex": "^1.0.2", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/string-width": { - "version": "4.2.3", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", - "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", - "dev": true, - "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-bom": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-4.0.0.tgz", - "integrity": "sha512-3xurFv5tEgii33Zi8Jtp55wEIILR9eh34FAW00PZf+JnSsTmV/ioewSgQl97JHvgjoRGwPShsWm+IdrxB35d0w==", - "dev": true, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-final-newline": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", - "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true, - "engines": { - "node": ">=6" - } - }, - "node_modules/strip-json-comments": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", - "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true, - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "dependencies": { - "has-flag": "^4.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/supports-color?sponsor=1" - } - }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", - "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/test-exclude": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", - "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", - "dev": true, - "dependencies": { - "@istanbuljs/schema": "^0.1.2", - "glob": "^7.1.4", - "minimatch": "^3.0.4" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/test-exclude/node_modules/brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "node_modules/test-exclude/node_modules/glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - }, - "engines": { - "node": "*" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } - }, - "node_modules/test-exclude/node_modules/minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "dependencies": { - "brace-expansion": "^1.1.7" - }, - "engines": { - "node": "*" - } - }, - "node_modules/tmpl": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/tmpl/-/tmpl-1.0.5.tgz", - "integrity": "sha512-3f0uOEAQwIqGuWW2MVzYg8fV/QNnc/IpuJNG837rLuczAaLVHslWHZQj4IGiEl5Hs3kkbhwL9Ab7Hrsmuj+Smw==", - "dev": true - }, - "node_modules/to-fast-properties": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", - "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "dependencies": { - "is-number": "^7.0.0" - }, - "engines": { - "node": ">=8.0" - } - }, - "node_modules/tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==", - "dev": true - }, - "node_modules/type-detect": { - "version": "4.0.8", - "resolved": "https://registry.npmjs.org/type-detect/-/type-detect-4.0.8.tgz", - "integrity": "sha512-0fr/mIH1dlO+x7TlcMy+bIDqKPsw/70tVyeHW787goQjhmqaZe10uwLujubK9q9Lg6Fiho1KUKDYz0Z7k7g5/g==", - "dev": true, - "engines": { - "node": ">=4" - } - }, - "node_modules/type-fest": { - "version": "0.21.3", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", - "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - }, - "node_modules/update-browserslist-db": { - "version": "1.0.16", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.16.tgz", - "integrity": "sha512-KVbTxlBYlckhF5wgfyZXTWnMn7MMZjMu9XG8bPlliUOP9ThaF4QnhP8qrjrH7DRzHfSk0oQv1wToW+iA5GajEQ==", - "dev": true, - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], - "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/v8-to-istanbul": { - "version": "9.2.0", - "resolved": "https://registry.npmjs.org/v8-to-istanbul/-/v8-to-istanbul-9.2.0.tgz", - "integrity": "sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==", - "dev": true, - "dependencies": { - "@jridgewell/trace-mapping": "^0.3.12", - "@types/istanbul-lib-coverage": "^2.0.1", - "convert-source-map": "^2.0.0" - }, - "engines": { - "node": ">=10.12.0" - } - }, - "node_modules/walker": { - "version": "1.0.8", - "resolved": "https://registry.npmjs.org/walker/-/walker-1.0.8.tgz", - "integrity": "sha512-ts/8E8l5b7kY0vlWLewOkDXMmPdLcVV4GmOQLyxuSswIJsweeFZtAsMF7k1Nszz+TYBQrlYRmzOnr398y1JemQ==", - "dev": true, - "dependencies": { - "makeerror": "1.0.12" - } - }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", - "dev": true, - "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/wrap-ansi": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", - "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", - "dev": true, - "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrappy": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true - }, - "node_modules/write-file-atomic": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/write-file-atomic/-/write-file-atomic-4.0.2.tgz", - "integrity": "sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==", - "dev": true, - "dependencies": { - "imurmurhash": "^0.1.4", - "signal-exit": "^3.0.7" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/ws": { - "version": "8.5.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.5.0.tgz", - "integrity": "sha512-BWX0SWVgLPzYwF8lTzEy1egjhS4S4OEAHfsO8o65WOVsrnSRGaSiUaa9e0ggGlkMTtBlmOpEXiie9RUcBO86qg==", - "dev": true, - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } - } - }, - "node_modules/y18n": { - "version": "5.0.8", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", - "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true, - "engines": { - "node": ">=10" - } - }, - "node_modules/yallist": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", - "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true - }, - "node_modules/yocto-queue": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", - "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true, - "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } - } - } -} diff --git a/e2e/evm/package.json b/e2e/evm/package.json index 20f4bf6c2..651a46cce 100644 --- a/e2e/evm/package.json +++ b/e2e/evm/package.json @@ -5,13 +5,25 @@ "keywords": [], "author": "Nibiru Team", "license": "ISC", + "engines": { + "node": ">=0.18.0" + }, "devDependencies": { - "@types/jest": "^29.5.12", + "@typechain/ethers-v6": "^0.5.1", + "bun": "^1.0.3", + "bun-types": "^1.0.3", "dotenv": "^16.4.5", + "eslint": "^9.4.0", + "eslint-config-airbnb": "^19.0.4", + "eslint-config-airbnb-base": "^15.0.0", + "eslint-config-prettier": "^9.1.0", + "eslint-import-resolver-typescript": "^3.6.1", + "eslint-plugin-prettier": "^5.1.3", "ethers": "^6.12.1", - "jest": "^29.7.0" + "prettier": "^3.3.1" }, "scripts": { - "test": "jest" + "test": "bun test", + "gen-types": "bun run typechain --target=ethers-v6 contracts/*Compiled.json" } } diff --git a/e2e/evm/prettier.config.mjs b/e2e/evm/prettier.config.mjs new file mode 100644 index 000000000..97a05abd3 --- /dev/null +++ b/e2e/evm/prettier.config.mjs @@ -0,0 +1,13 @@ +// prettier.config.js, .prettierrc.js, prettier.config.mjs, or .prettierrc.mjs + +/** @type {import("prettier").Config} */ +const config = { + trailingComma: "all", + tabWidth: 2, + printWidth: 80, + semi: false, + singleQuote: false, + arrowParens: "always", +} + +export default config diff --git a/e2e/evm/test/basic_queries.test.js b/e2e/evm/test/basic_queries.test.js deleted file mode 100644 index 98dd9faa6..000000000 --- a/e2e/evm/test/basic_queries.test.js +++ /dev/null @@ -1,36 +0,0 @@ -const {ethers} = require('ethers') -const {account, provider, deployContract} = require('./setup') - -describe('Basic Queries', () => { - - it('Simple transfer, balance check', async () => { - const randomAddress = ethers.Wallet.createRandom().address - const amountToSend = 1000n // unibi - const gasLimit = 100_000n // unibi - - const senderBalanceBefore = await provider.getBalance(account.address) - const recipientBalanceBefore = await provider.getBalance(randomAddress) - - expect(senderBalanceBefore).toBeGreaterThan(0) - expect(recipientBalanceBefore).toEqual(0n) - - // Execute EVM transfer - const transaction = { - gasLimit: gasLimit, - to: randomAddress, - value: amountToSend - } - const txResponse = await account.sendTransaction(transaction) - await txResponse.wait() - expect(txResponse).toHaveProperty('blockHash') - - const senderBalanceAfter = await provider.getBalance(account.address) - const recipientBalanceAfter = await provider.getBalance(randomAddress) - - // TODO: https://github.com/NibiruChain/nibiru/issues/1902 - // gas is not deducted regardless the gas limit, check this - const expectedSenderBalance = senderBalanceBefore - amountToSend - expect(senderBalanceAfter).toBeLessThanOrEqual(expectedSenderBalance) - expect(recipientBalanceAfter).toEqual(amountToSend) - }, 20_000) -}) diff --git a/e2e/evm/test/basic_queries.test.ts b/e2e/evm/test/basic_queries.test.ts new file mode 100644 index 000000000..28ef65002 --- /dev/null +++ b/e2e/evm/test/basic_queries.test.ts @@ -0,0 +1,36 @@ +import { ethers } from "ethers" +import { describe, it, expect } from "bun:test" // eslint-disable-line import/no-unresolved +import { account, provider } from "./setup" + +describe("Basic Queries", () => { + it("Simple transfer, balance check", async () => { + const randomAddress = ethers.Wallet.createRandom().address + const amountToSend = BigInt(1000) // unibi + const gasLimit = BigInt(100_000) // unibi + + const senderBalanceBefore = await provider.getBalance(account.address) + const recipientBalanceBefore = await provider.getBalance(randomAddress) + + expect(senderBalanceBefore).toBeGreaterThan(0) + expect(recipientBalanceBefore).toEqual(BigInt(0)) + + // Execute EVM transfer + const transaction = { + gasLimit: gasLimit, + to: randomAddress, + value: amountToSend, + } + const txResponse = await account.sendTransaction(transaction) + await txResponse.wait() + expect(txResponse).toHaveProperty("blockHash") + + const senderBalanceAfter = await provider.getBalance(account.address) + const recipientBalanceAfter = await provider.getBalance(randomAddress) + + // TODO: https://github.com/NibiruChain/nibiru/issues/1902 + // gas is not deducted regardless the gas limit, check this + const expectedSenderBalance = senderBalanceBefore - amountToSend + expect(senderBalanceAfter).toBeLessThanOrEqual(expectedSenderBalance) + expect(recipientBalanceAfter).toEqual(amountToSend) + }, 20_000) +}) diff --git a/e2e/evm/test/contract_infinite_loop_gas.test.js b/e2e/evm/test/contract_infinite_loop_gas.test.js deleted file mode 100644 index ad8a5eaf8..000000000 --- a/e2e/evm/test/contract_infinite_loop_gas.test.js +++ /dev/null @@ -1,24 +0,0 @@ -const {deployContract} = require('./setup') - -describe('Infinite loop gas contract', () => { - let contract - - beforeAll(async () => { - contract = await deployContract('InfiniteLoopGasCompiled.json') - }) - - it('should fail due to out of gas error', async () => { - const initialCounter = await contract.counter() - expect(initialCounter).toBe(0n) - - try { - const tx = await contract.forever({gasLimit: 1000000}) - await tx.wait() - fail("The transaction should have failed but did not.") - } catch (error) { - expect(error.message).toContain("transaction execution reverted") - } - const finalCounter = await contract.counter() - expect(finalCounter).toEqual(initialCounter) - }, 20000) -}) diff --git a/e2e/evm/test/contract_infinite_loop_gas.test.ts b/e2e/evm/test/contract_infinite_loop_gas.test.ts new file mode 100644 index 000000000..7f5372351 --- /dev/null +++ b/e2e/evm/test/contract_infinite_loop_gas.test.ts @@ -0,0 +1,28 @@ +import { describe, it, expect, beforeAll } from "bun:test" // eslint-disable-line import/no-unresolved +import { deployContract } from "./setup" +import { InfiniteLoopGasCompiled } from "../types/ethers-contracts" + +describe("Infinite loop gas contract", () => { + let contract: InfiniteLoopGasCompiled + + beforeAll(async () => { + contract = (await deployContract( + "InfiniteLoopGasCompiled.json", + )) as InfiniteLoopGasCompiled + }) + + it("should fail due to out of gas error", async () => { + const initialCounter = await contract.counter() + expect(initialCounter).toBe(BigInt(0)) + + try { + const tx = await contract.forever({ gasLimit: 1000000 }) + await tx.wait() + throw "The transaction should have failed but did not." + } catch (error) { + expect(error.message).toContain("transaction execution reverted") + } + const finalCounter = await contract.counter() + expect(finalCounter).toEqual(initialCounter) + }, 20000) +}) diff --git a/e2e/evm/test/contract_send_nibi.test.js b/e2e/evm/test/contract_send_nibi.test.js deleted file mode 100644 index 59d70accb..000000000 --- a/e2e/evm/test/contract_send_nibi.test.js +++ /dev/null @@ -1,37 +0,0 @@ -const {ethers} = require('ethers') -const {account, provider, deployContract} = require('./setup') - -let contract - -const doContractSend = async (sendMethod) => { - const recipientAddress = ethers.Wallet.createRandom().address - const transferValue = 100n * 10n ** 6n // NIBI - - const ownerBalanceBefore = await provider.getBalance(account.address) // NIBI - const recipientBalanceBefore = await provider.getBalance(recipientAddress) // NIBI - expect(recipientBalanceBefore).toEqual(0n) - - const tx = await contract[sendMethod](recipientAddress, {value: transferValue}) - await tx.wait() - - const ownerBalanceAfter = await provider.getBalance(account.address) // NIBI - const recipientBalanceAfter = await provider.getBalance(recipientAddress) // NIBI - - expect(ownerBalanceAfter).toBeLessThanOrEqual(ownerBalanceBefore - transferValue) - expect(recipientBalanceAfter).toEqual(transferValue) -} - -describe('Send NIBI from smart contract', () => { - - beforeAll(async () => { - contract = await deployContract('SendNibiCompiled.json') - }) - - it.each([ - ['sendViaTransfer'], - ['sendViaSend'], - ['sendViaCall'], - ])('send nibi via %p method', async (sendMethod) => { - await doContractSend(sendMethod) - }, 20000); -}) diff --git a/e2e/evm/test/contract_send_nibi.test.ts b/e2e/evm/test/contract_send_nibi.test.ts new file mode 100644 index 000000000..75d368846 --- /dev/null +++ b/e2e/evm/test/contract_send_nibi.test.ts @@ -0,0 +1,54 @@ +import { describe, it, expect, beforeAll } from "bun:test" // eslint-disable-line import/no-unresolved +import { AddressLike, ethers } from "ethers" +import { account, provider, deployContract } from "./setup" +import { SendNibiCompiled } from "../types/ethers-contracts" +import { TypedContractMethod } from "../types/ethers-contracts/common" + +type SendMethod = TypedContractMethod<[_to: AddressLike], [void], "payable"> + +const doContractSend = async (sendMethod: SendMethod) => { + const recipientAddress = ethers.Wallet.createRandom().address + const transferValue = 100n * 10n ** 6n // NIBI + + const ownerBalanceBefore = await provider.getBalance(account.address) // NIBI + const recipientBalanceBefore = await provider.getBalance(recipientAddress) // NIBI + expect(recipientBalanceBefore).toEqual(BigInt(0)) + + const tx = await sendMethod(recipientAddress, { + value: transferValue, + }) + const [blockConfirmations, timeout] = [1, 5_000] + await tx.wait(blockConfirmations, timeout) + + const ownerBalanceAfter = await provider.getBalance(account.address) // NIBI + const recipientBalanceAfter = await provider.getBalance(recipientAddress) // NIBI + + expect(ownerBalanceAfter).toBeLessThanOrEqual( + ownerBalanceBefore - transferValue, + ) + expect(recipientBalanceAfter).toEqual(transferValue) +} + +describe("Send NIBI from smart contract", async () => { + let contract: SendNibiCompiled + contract = (await deployContract("SendNibiCompiled.json")) as SendNibiCompiled + + expect(contract).toBeDefined() + const sendMethods: SendMethod[] = [ + contract.sendViaTransfer, + contract.sendViaSend, + contract.sendViaCall, + ] + sendMethods.forEach((m) => expect(m).toBeFunction()) + // Contract initialized properly. + + const testCases = sendMethods.map((sendMethod) => ({ + testName: sendMethod.name, + sendMethod, + })) + testCases.forEach(({ testName, sendMethod }) => { + it(`send nibi via ${testName} method`, async () => { + await doContractSend(sendMethod) + }, 20000) + }) +}) diff --git a/e2e/evm/test/erc20.test.js b/e2e/evm/test/erc20.test.js deleted file mode 100644 index 62d512984..000000000 --- a/e2e/evm/test/erc20.test.js +++ /dev/null @@ -1,32 +0,0 @@ -const {ethers} = require('ethers') -const {account, deployContract} = require('./setup') - -describe('ERC-20 contract tests', () => { - - it('send, balanceOf', async () => { - const contract = await deployContract('FunTokenCompiled.json') - const contractAddress = await contract.getAddress() - expect(contractAddress).toBeDefined() - - // Execute contract: ERC20 transfer - const shrimpAddress = ethers.Wallet.createRandom().address - let ownerInitialBalance = ethers.parseUnits("1000000", 18) - - const amountToSend = ethers.parseUnits("1000", 18) // contract tokens - - let ownerBalance = await contract.balanceOf(account.address) - let shrimpBalance = await contract.balanceOf(shrimpAddress) - - expect(ownerBalance).toEqual(ownerInitialBalance) - expect(shrimpBalance).toEqual(ethers.toBigInt(0)) - - let tx = await contract.transfer(shrimpAddress, amountToSend) - await tx.wait() - - ownerBalance = await contract.balanceOf(account.address) - shrimpBalance = await contract.balanceOf(shrimpAddress) - - expect(ownerBalance).toEqual(ownerInitialBalance - amountToSend) - expect(shrimpBalance).toEqual(amountToSend) - }, 20000) -}) diff --git a/e2e/evm/test/erc20.test.ts b/e2e/evm/test/erc20.test.ts new file mode 100644 index 000000000..73023b218 --- /dev/null +++ b/e2e/evm/test/erc20.test.ts @@ -0,0 +1,35 @@ +import { describe, it, expect } from "bun:test" // eslint-disable-line import/no-unresolved +import { ethers } from "ethers" +import { account, deployContract } from "./setup" +import { FunTokenCompiled } from "../types/ethers-contracts" + +describe("ERC-20 contract tests", () => { + it("send, balanceOf", async () => { + const contract = (await deployContract( + "FunTokenCompiled.json", + )) as FunTokenCompiled + const contractAddress = await contract.getAddress() + expect(contractAddress).toBeDefined() + + // Execute contract: ERC20 transfer + const shrimpAddress = ethers.Wallet.createRandom().address + let ownerInitialBalance = ethers.parseUnits("1000000", 18) + + const amountToSend = ethers.parseUnits("1000", 18) // contract tokens + + let ownerBalance = await contract.balanceOf(account.address) + let shrimpBalance = await contract.balanceOf(shrimpAddress) + + expect(ownerBalance).toEqual(ownerInitialBalance) + expect(shrimpBalance).toEqual(ethers.toBigInt(0)) + + let tx = await contract.transfer(shrimpAddress, amountToSend) + await tx.wait() + + ownerBalance = await contract.balanceOf(account.address) + shrimpBalance = await contract.balanceOf(shrimpAddress) + + expect(ownerBalance).toEqual(ownerInitialBalance - amountToSend) + expect(shrimpBalance).toEqual(amountToSend) + }, 20000) +}) diff --git a/e2e/evm/test/setup.js b/e2e/evm/test/setup.js deleted file mode 100644 index f96e51b19..000000000 --- a/e2e/evm/test/setup.js +++ /dev/null @@ -1,31 +0,0 @@ -const {ethers} = require("ethers"); -const {config} = require('dotenv') -const fs = require("fs"); - -config() - -const rpcEndpoint = process.env.JSON_RPC_ENDPOINT -const mnemonic = process.env.MNEMONIC - -const provider = ethers.getDefaultProvider(rpcEndpoint) -const wallet = ethers.Wallet.fromPhrase(mnemonic) -const account = wallet.connect(provider) - -const deployContract = async (path) => { - const contractJSON = JSON.parse( - fs.readFileSync(`contracts/${path}`).toString() - ) - const bytecode = contractJSON['bytecode'] - const abi = contractJSON['abi'] - - const contractFactory = new ethers.ContractFactory(abi, bytecode, account) - const contract = await contractFactory.deploy() - await contract.waitForDeployment() - return contract -} - -module.exports = { - provider, - account, - deployContract, -} diff --git a/e2e/evm/test/setup.ts b/e2e/evm/test/setup.ts new file mode 100644 index 000000000..1bce0d606 --- /dev/null +++ b/e2e/evm/test/setup.ts @@ -0,0 +1,27 @@ +import { ethers } from "ethers" +import { config } from "dotenv" +import * as fs from "fs" + +config() + +const rpcEndpoint = process.env.JSON_RPC_ENDPOINT +const mnemonic = process.env.MNEMONIC + +const provider = ethers.getDefaultProvider(rpcEndpoint) +const wallet = ethers.Wallet.fromPhrase(mnemonic) +const account = wallet.connect(provider) + +const deployContract = async (path: string) => { + const contractJSON = JSON.parse( + fs.readFileSync(`contracts/${path}`).toString(), + ) + const bytecode = contractJSON["bytecode"] + const abi = contractJSON["abi"] + + const contractFactory = new ethers.ContractFactory(abi, bytecode, account) + const contract = await contractFactory.deploy() + await contract.waitForDeployment() + return contract +} + +export { provider, account, deployContract } diff --git a/e2e/evm/tsconfig.json b/e2e/evm/tsconfig.json new file mode 100644 index 000000000..35e3a5c59 --- /dev/null +++ b/e2e/evm/tsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "types": ["bun-types"], + "target": "es2020", + "moduleResolution": "node" + } +} diff --git a/e2e/evm/types/ethers-contracts/FunTokenCompiled.ts b/e2e/evm/types/ethers-contracts/FunTokenCompiled.ts new file mode 100644 index 000000000..577b130b0 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/FunTokenCompiled.ts @@ -0,0 +1,286 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import type { + BaseContract, + BigNumberish, + BytesLike, + FunctionFragment, + Result, + Interface, + EventFragment, + AddressLike, + ContractRunner, + ContractMethod, + Listener, +} from "ethers"; +import type { + TypedContractEvent, + TypedDeferredTopicFilter, + TypedEventLog, + TypedLogDescription, + TypedListener, + TypedContractMethod, +} from "./common"; + +export interface FunTokenCompiledInterface extends Interface { + getFunction( + nameOrSignature: + | "allowance" + | "approve" + | "balanceOf" + | "decimals" + | "name" + | "symbol" + | "totalSupply" + | "transfer" + | "transferFrom" + ): FunctionFragment; + + getEvent(nameOrSignatureOrTopic: "Approval" | "Transfer"): EventFragment; + + encodeFunctionData( + functionFragment: "allowance", + values: [AddressLike, AddressLike] + ): string; + encodeFunctionData( + functionFragment: "approve", + values: [AddressLike, BigNumberish] + ): string; + encodeFunctionData( + functionFragment: "balanceOf", + values: [AddressLike] + ): string; + encodeFunctionData(functionFragment: "decimals", values?: undefined): string; + encodeFunctionData(functionFragment: "name", values?: undefined): string; + encodeFunctionData(functionFragment: "symbol", values?: undefined): string; + encodeFunctionData( + functionFragment: "totalSupply", + values?: undefined + ): string; + encodeFunctionData( + functionFragment: "transfer", + values: [AddressLike, BigNumberish] + ): string; + encodeFunctionData( + functionFragment: "transferFrom", + values: [AddressLike, AddressLike, BigNumberish] + ): string; + + decodeFunctionResult(functionFragment: "allowance", data: BytesLike): Result; + decodeFunctionResult(functionFragment: "approve", data: BytesLike): Result; + decodeFunctionResult(functionFragment: "balanceOf", data: BytesLike): Result; + decodeFunctionResult(functionFragment: "decimals", data: BytesLike): Result; + decodeFunctionResult(functionFragment: "name", data: BytesLike): Result; + decodeFunctionResult(functionFragment: "symbol", data: BytesLike): Result; + decodeFunctionResult( + functionFragment: "totalSupply", + data: BytesLike + ): Result; + decodeFunctionResult(functionFragment: "transfer", data: BytesLike): Result; + decodeFunctionResult( + functionFragment: "transferFrom", + data: BytesLike + ): Result; +} + +export namespace ApprovalEvent { + export type InputTuple = [ + owner: AddressLike, + spender: AddressLike, + value: BigNumberish + ]; + export type OutputTuple = [owner: string, spender: string, value: bigint]; + export interface OutputObject { + owner: string; + spender: string; + value: bigint; + } + export type Event = TypedContractEvent; + export type Filter = TypedDeferredTopicFilter; + export type Log = TypedEventLog; + export type LogDescription = TypedLogDescription; +} + +export namespace TransferEvent { + export type InputTuple = [ + from: AddressLike, + to: AddressLike, + value: BigNumberish + ]; + export type OutputTuple = [from: string, to: string, value: bigint]; + export interface OutputObject { + from: string; + to: string; + value: bigint; + } + export type Event = TypedContractEvent; + export type Filter = TypedDeferredTopicFilter; + export type Log = TypedEventLog; + export type LogDescription = TypedLogDescription; +} + +export interface FunTokenCompiled extends BaseContract { + connect(runner?: ContractRunner | null): FunTokenCompiled; + waitForDeployment(): Promise; + + interface: FunTokenCompiledInterface; + + queryFilter( + event: TCEvent, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + queryFilter( + filter: TypedDeferredTopicFilter, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + + on( + event: TCEvent, + listener: TypedListener + ): Promise; + on( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + once( + event: TCEvent, + listener: TypedListener + ): Promise; + once( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + listeners( + event: TCEvent + ): Promise>>; + listeners(eventName?: string): Promise>; + removeAllListeners( + event?: TCEvent + ): Promise; + + allowance: TypedContractMethod< + [owner: AddressLike, spender: AddressLike], + [bigint], + "view" + >; + + approve: TypedContractMethod< + [spender: AddressLike, value: BigNumberish], + [boolean], + "nonpayable" + >; + + balanceOf: TypedContractMethod<[account: AddressLike], [bigint], "view">; + + decimals: TypedContractMethod<[], [bigint], "view">; + + name: TypedContractMethod<[], [string], "view">; + + symbol: TypedContractMethod<[], [string], "view">; + + totalSupply: TypedContractMethod<[], [bigint], "view">; + + transfer: TypedContractMethod< + [to: AddressLike, value: BigNumberish], + [boolean], + "nonpayable" + >; + + transferFrom: TypedContractMethod< + [from: AddressLike, to: AddressLike, value: BigNumberish], + [boolean], + "nonpayable" + >; + + getFunction( + key: string | FunctionFragment + ): T; + + getFunction( + nameOrSignature: "allowance" + ): TypedContractMethod< + [owner: AddressLike, spender: AddressLike], + [bigint], + "view" + >; + getFunction( + nameOrSignature: "approve" + ): TypedContractMethod< + [spender: AddressLike, value: BigNumberish], + [boolean], + "nonpayable" + >; + getFunction( + nameOrSignature: "balanceOf" + ): TypedContractMethod<[account: AddressLike], [bigint], "view">; + getFunction( + nameOrSignature: "decimals" + ): TypedContractMethod<[], [bigint], "view">; + getFunction( + nameOrSignature: "name" + ): TypedContractMethod<[], [string], "view">; + getFunction( + nameOrSignature: "symbol" + ): TypedContractMethod<[], [string], "view">; + getFunction( + nameOrSignature: "totalSupply" + ): TypedContractMethod<[], [bigint], "view">; + getFunction( + nameOrSignature: "transfer" + ): TypedContractMethod< + [to: AddressLike, value: BigNumberish], + [boolean], + "nonpayable" + >; + getFunction( + nameOrSignature: "transferFrom" + ): TypedContractMethod< + [from: AddressLike, to: AddressLike, value: BigNumberish], + [boolean], + "nonpayable" + >; + + getEvent( + key: "Approval" + ): TypedContractEvent< + ApprovalEvent.InputTuple, + ApprovalEvent.OutputTuple, + ApprovalEvent.OutputObject + >; + getEvent( + key: "Transfer" + ): TypedContractEvent< + TransferEvent.InputTuple, + TransferEvent.OutputTuple, + TransferEvent.OutputObject + >; + + filters: { + "Approval(address,address,uint256)": TypedContractEvent< + ApprovalEvent.InputTuple, + ApprovalEvent.OutputTuple, + ApprovalEvent.OutputObject + >; + Approval: TypedContractEvent< + ApprovalEvent.InputTuple, + ApprovalEvent.OutputTuple, + ApprovalEvent.OutputObject + >; + + "Transfer(address,address,uint256)": TypedContractEvent< + TransferEvent.InputTuple, + TransferEvent.OutputTuple, + TransferEvent.OutputObject + >; + Transfer: TypedContractEvent< + TransferEvent.InputTuple, + TransferEvent.OutputTuple, + TransferEvent.OutputObject + >; + }; +} diff --git a/e2e/evm/types/ethers-contracts/InfiniteLoopGasCompiled.ts b/e2e/evm/types/ethers-contracts/InfiniteLoopGasCompiled.ts new file mode 100644 index 000000000..e28ceee72 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/InfiniteLoopGasCompiled.ts @@ -0,0 +1,91 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import type { + BaseContract, + BytesLike, + FunctionFragment, + Result, + Interface, + ContractRunner, + ContractMethod, + Listener, +} from "ethers"; +import type { + TypedContractEvent, + TypedDeferredTopicFilter, + TypedEventLog, + TypedListener, + TypedContractMethod, +} from "./common"; + +export interface InfiniteLoopGasCompiledInterface extends Interface { + getFunction(nameOrSignature: "counter" | "forever"): FunctionFragment; + + encodeFunctionData(functionFragment: "counter", values?: undefined): string; + encodeFunctionData(functionFragment: "forever", values?: undefined): string; + + decodeFunctionResult(functionFragment: "counter", data: BytesLike): Result; + decodeFunctionResult(functionFragment: "forever", data: BytesLike): Result; +} + +export interface InfiniteLoopGasCompiled extends BaseContract { + connect(runner?: ContractRunner | null): InfiniteLoopGasCompiled; + waitForDeployment(): Promise; + + interface: InfiniteLoopGasCompiledInterface; + + queryFilter( + event: TCEvent, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + queryFilter( + filter: TypedDeferredTopicFilter, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + + on( + event: TCEvent, + listener: TypedListener + ): Promise; + on( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + once( + event: TCEvent, + listener: TypedListener + ): Promise; + once( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + listeners( + event: TCEvent + ): Promise>>; + listeners(eventName?: string): Promise>; + removeAllListeners( + event?: TCEvent + ): Promise; + + counter: TypedContractMethod<[], [bigint], "view">; + + forever: TypedContractMethod<[], [void], "nonpayable">; + + getFunction( + key: string | FunctionFragment + ): T; + + getFunction( + nameOrSignature: "counter" + ): TypedContractMethod<[], [bigint], "view">; + getFunction( + nameOrSignature: "forever" + ): TypedContractMethod<[], [void], "nonpayable">; + + filters: {}; +} diff --git a/e2e/evm/types/ethers-contracts/ReceiveNibiCompiled.ts b/e2e/evm/types/ethers-contracts/ReceiveNibiCompiled.ts new file mode 100644 index 000000000..7583a12c5 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/ReceiveNibiCompiled.ts @@ -0,0 +1,87 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import type { + BaseContract, + BytesLike, + FunctionFragment, + Result, + Interface, + ContractRunner, + ContractMethod, + Listener, +} from "ethers"; +import type { + TypedContractEvent, + TypedDeferredTopicFilter, + TypedEventLog, + TypedListener, + TypedContractMethod, +} from "./common"; + +export interface ReceiveNibiCompiledInterface extends Interface { + getFunction(nameOrSignature: "getBalance"): FunctionFragment; + + encodeFunctionData( + functionFragment: "getBalance", + values?: undefined + ): string; + + decodeFunctionResult(functionFragment: "getBalance", data: BytesLike): Result; +} + +export interface ReceiveNibiCompiled extends BaseContract { + connect(runner?: ContractRunner | null): ReceiveNibiCompiled; + waitForDeployment(): Promise; + + interface: ReceiveNibiCompiledInterface; + + queryFilter( + event: TCEvent, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + queryFilter( + filter: TypedDeferredTopicFilter, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + + on( + event: TCEvent, + listener: TypedListener + ): Promise; + on( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + once( + event: TCEvent, + listener: TypedListener + ): Promise; + once( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + listeners( + event: TCEvent + ): Promise>>; + listeners(eventName?: string): Promise>; + removeAllListeners( + event?: TCEvent + ): Promise; + + getBalance: TypedContractMethod<[], [bigint], "view">; + + getFunction( + key: string | FunctionFragment + ): T; + + getFunction( + nameOrSignature: "getBalance" + ): TypedContractMethod<[], [bigint], "view">; + + filters: {}; +} diff --git a/e2e/evm/types/ethers-contracts/SendNibiCompiled.ts b/e2e/evm/types/ethers-contracts/SendNibiCompiled.ts new file mode 100644 index 000000000..9a5814c57 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/SendNibiCompiled.ts @@ -0,0 +1,119 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import type { + BaseContract, + BytesLike, + FunctionFragment, + Result, + Interface, + AddressLike, + ContractRunner, + ContractMethod, + Listener, +} from "ethers"; +import type { + TypedContractEvent, + TypedDeferredTopicFilter, + TypedEventLog, + TypedListener, + TypedContractMethod, +} from "./common"; + +export interface SendNibiCompiledInterface extends Interface { + getFunction( + nameOrSignature: "sendViaCall" | "sendViaSend" | "sendViaTransfer" + ): FunctionFragment; + + encodeFunctionData( + functionFragment: "sendViaCall", + values: [AddressLike] + ): string; + encodeFunctionData( + functionFragment: "sendViaSend", + values: [AddressLike] + ): string; + encodeFunctionData( + functionFragment: "sendViaTransfer", + values: [AddressLike] + ): string; + + decodeFunctionResult( + functionFragment: "sendViaCall", + data: BytesLike + ): Result; + decodeFunctionResult( + functionFragment: "sendViaSend", + data: BytesLike + ): Result; + decodeFunctionResult( + functionFragment: "sendViaTransfer", + data: BytesLike + ): Result; +} + +export interface SendNibiCompiled extends BaseContract { + connect(runner?: ContractRunner | null): SendNibiCompiled; + waitForDeployment(): Promise; + + interface: SendNibiCompiledInterface; + + queryFilter( + event: TCEvent, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + queryFilter( + filter: TypedDeferredTopicFilter, + fromBlockOrBlockhash?: string | number | undefined, + toBlock?: string | number | undefined + ): Promise>>; + + on( + event: TCEvent, + listener: TypedListener + ): Promise; + on( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + once( + event: TCEvent, + listener: TypedListener + ): Promise; + once( + filter: TypedDeferredTopicFilter, + listener: TypedListener + ): Promise; + + listeners( + event: TCEvent + ): Promise>>; + listeners(eventName?: string): Promise>; + removeAllListeners( + event?: TCEvent + ): Promise; + + sendViaCall: TypedContractMethod<[_to: AddressLike], [void], "payable">; + + sendViaSend: TypedContractMethod<[_to: AddressLike], [void], "payable">; + + sendViaTransfer: TypedContractMethod<[_to: AddressLike], [void], "payable">; + + getFunction( + key: string | FunctionFragment + ): T; + + getFunction( + nameOrSignature: "sendViaCall" + ): TypedContractMethod<[_to: AddressLike], [void], "payable">; + getFunction( + nameOrSignature: "sendViaSend" + ): TypedContractMethod<[_to: AddressLike], [void], "payable">; + getFunction( + nameOrSignature: "sendViaTransfer" + ): TypedContractMethod<[_to: AddressLike], [void], "payable">; + + filters: {}; +} diff --git a/e2e/evm/types/ethers-contracts/common.ts b/e2e/evm/types/ethers-contracts/common.ts new file mode 100644 index 000000000..56b5f21e9 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/common.ts @@ -0,0 +1,131 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import type { + FunctionFragment, + Typed, + EventFragment, + ContractTransaction, + ContractTransactionResponse, + DeferredTopicFilter, + EventLog, + TransactionRequest, + LogDescription, +} from "ethers"; + +export interface TypedDeferredTopicFilter<_TCEvent extends TypedContractEvent> + extends DeferredTopicFilter {} + +export interface TypedContractEvent< + InputTuple extends Array = any, + OutputTuple extends Array = any, + OutputObject = any +> { + (...args: Partial): TypedDeferredTopicFilter< + TypedContractEvent + >; + name: string; + fragment: EventFragment; + getFragment(...args: Partial): EventFragment; +} + +type __TypechainAOutputTuple = T extends TypedContractEvent< + infer _U, + infer W +> + ? W + : never; +type __TypechainOutputObject = T extends TypedContractEvent< + infer _U, + infer _W, + infer V +> + ? V + : never; + +export interface TypedEventLog + extends Omit { + args: __TypechainAOutputTuple & __TypechainOutputObject; +} + +export interface TypedLogDescription + extends Omit { + args: __TypechainAOutputTuple & __TypechainOutputObject; +} + +export type TypedListener = ( + ...listenerArg: [ + ...__TypechainAOutputTuple, + TypedEventLog, + ...undefined[] + ] +) => void; + +export type MinEthersFactory = { + deploy(...a: ARGS[]): Promise; +}; + +export type GetContractTypeFromFactory = F extends MinEthersFactory< + infer C, + any +> + ? C + : never; +export type GetARGsTypeFromFactory = F extends MinEthersFactory + ? Parameters + : never; + +export type StateMutability = "nonpayable" | "payable" | "view"; + +export type BaseOverrides = Omit; +export type NonPayableOverrides = Omit< + BaseOverrides, + "value" | "blockTag" | "enableCcipRead" +>; +export type PayableOverrides = Omit< + BaseOverrides, + "blockTag" | "enableCcipRead" +>; +export type ViewOverrides = Omit; +export type Overrides = S extends "nonpayable" + ? NonPayableOverrides + : S extends "payable" + ? PayableOverrides + : ViewOverrides; + +export type PostfixOverrides, S extends StateMutability> = + | A + | [...A, Overrides]; +export type ContractMethodArgs< + A extends Array, + S extends StateMutability +> = PostfixOverrides<{ [I in keyof A]-?: A[I] | Typed }, S>; + +export type DefaultReturnType = R extends Array ? R[0] : R; + +// export interface ContractMethod = Array, R = any, D extends R | ContractTransactionResponse = R | ContractTransactionResponse> { +export interface TypedContractMethod< + A extends Array = Array, + R = any, + S extends StateMutability = "payable" +> { + (...args: ContractMethodArgs): S extends "view" + ? Promise> + : Promise; + + name: string; + + fragment: FunctionFragment; + + getFragment(...args: ContractMethodArgs): FunctionFragment; + + populateTransaction( + ...args: ContractMethodArgs + ): Promise; + staticCall( + ...args: ContractMethodArgs + ): Promise>; + send(...args: ContractMethodArgs): Promise; + estimateGas(...args: ContractMethodArgs): Promise; + staticCallResult(...args: ContractMethodArgs): Promise; +} diff --git a/e2e/evm/types/ethers-contracts/factories/FunTokenCompiled__factory.ts b/e2e/evm/types/ethers-contracts/factories/FunTokenCompiled__factory.ts new file mode 100644 index 000000000..fa9e2aef3 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/factories/FunTokenCompiled__factory.ts @@ -0,0 +1,380 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import { + Contract, + ContractFactory, + ContractTransactionResponse, + Interface, +} from "ethers"; +import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers"; +import type { NonPayableOverrides } from "../common"; +import type { + FunTokenCompiled, + FunTokenCompiledInterface, +} from "../FunTokenCompiled"; + +const _abi = [ + { + inputs: [], + stateMutability: "nonpayable", + type: "constructor", + }, + { + inputs: [ + { + internalType: "address", + name: "spender", + type: "address", + }, + { + internalType: "uint256", + name: "allowance", + type: "uint256", + }, + { + internalType: "uint256", + name: "needed", + type: "uint256", + }, + ], + name: "ERC20InsufficientAllowance", + type: "error", + }, + { + inputs: [ + { + internalType: "address", + name: "sender", + type: "address", + }, + { + internalType: "uint256", + name: "balance", + type: "uint256", + }, + { + internalType: "uint256", + name: "needed", + type: "uint256", + }, + ], + name: "ERC20InsufficientBalance", + type: "error", + }, + { + inputs: [ + { + internalType: "address", + name: "approver", + type: "address", + }, + ], + name: "ERC20InvalidApprover", + type: "error", + }, + { + inputs: [ + { + internalType: "address", + name: "receiver", + type: "address", + }, + ], + name: "ERC20InvalidReceiver", + type: "error", + }, + { + inputs: [ + { + internalType: "address", + name: "sender", + type: "address", + }, + ], + name: "ERC20InvalidSender", + type: "error", + }, + { + inputs: [ + { + internalType: "address", + name: "spender", + type: "address", + }, + ], + name: "ERC20InvalidSpender", + type: "error", + }, + { + anonymous: false, + inputs: [ + { + indexed: true, + internalType: "address", + name: "owner", + type: "address", + }, + { + indexed: true, + internalType: "address", + name: "spender", + type: "address", + }, + { + indexed: false, + internalType: "uint256", + name: "value", + type: "uint256", + }, + ], + name: "Approval", + type: "event", + }, + { + anonymous: false, + inputs: [ + { + indexed: true, + internalType: "address", + name: "from", + type: "address", + }, + { + indexed: true, + internalType: "address", + name: "to", + type: "address", + }, + { + indexed: false, + internalType: "uint256", + name: "value", + type: "uint256", + }, + ], + name: "Transfer", + type: "event", + }, + { + inputs: [ + { + internalType: "address", + name: "owner", + type: "address", + }, + { + internalType: "address", + name: "spender", + type: "address", + }, + ], + name: "allowance", + outputs: [ + { + internalType: "uint256", + name: "", + type: "uint256", + }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { + internalType: "address", + name: "spender", + type: "address", + }, + { + internalType: "uint256", + name: "value", + type: "uint256", + }, + ], + name: "approve", + outputs: [ + { + internalType: "bool", + name: "", + type: "bool", + }, + ], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { + internalType: "address", + name: "account", + type: "address", + }, + ], + name: "balanceOf", + outputs: [ + { + internalType: "uint256", + name: "", + type: "uint256", + }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "decimals", + outputs: [ + { + internalType: "uint8", + name: "", + type: "uint8", + }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "name", + outputs: [ + { + internalType: "string", + name: "", + type: "string", + }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "symbol", + outputs: [ + { + internalType: "string", + name: "", + type: "string", + }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "totalSupply", + outputs: [ + { + internalType: "uint256", + name: "", + type: "uint256", + }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [ + { + internalType: "address", + name: "to", + type: "address", + }, + { + internalType: "uint256", + name: "value", + type: "uint256", + }, + ], + name: "transfer", + outputs: [ + { + internalType: "bool", + name: "", + type: "bool", + }, + ], + stateMutability: "nonpayable", + type: "function", + }, + { + inputs: [ + { + internalType: "address", + name: "from", + type: "address", + }, + { + internalType: "address", + name: "to", + type: "address", + }, + { + internalType: "uint256", + name: "value", + type: "uint256", + }, + ], + name: "transferFrom", + outputs: [ + { + internalType: "bool", + name: "", + type: "bool", + }, + ], + stateMutability: "nonpayable", + type: "function", + }, +] as const; + +const _bytecode = + "0x60806040523480156200001157600080fd5b506040518060400160405280600881526020017f46756e546f6b656e0000000000000000000000000000000000000000000000008152506040518060400160405280600381526020017f46554e000000000000000000000000000000000000000000000000000000000081525081600390816200008f9190620005fd565b508060049081620000a19190620005fd565b505050620000c03369d3c21bcecceda1000000620000c660201b60201c565b6200081b565b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff16036200013b5760006040517fec442f0500000000000000000000000000000000000000000000000000000000815260040162000132919062000729565b60405180910390fd5b6200014f600083836200015360201b60201c565b5050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff1603620001a95780600260008282546200019c919062000775565b925050819055506200027f565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000205490508181101562000238578381836040517fe450d38c0000000000000000000000000000000000000000000000000000000081526004016200022f93929190620007c1565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff1603620002ca578060026000828254039250508190555062000317565b806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055505b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051620003769190620007fe565b60405180910390a3505050565b600081519050919050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052604160045260246000fd5b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b600060028204905060018216806200040557607f821691505b6020821081036200041b576200041a620003bd565b5b50919050565b60008190508160005260206000209050919050565b60006020601f8301049050919050565b600082821b905092915050565b600060088302620004857fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff8262000446565b62000491868362000446565b95508019841693508086168417925050509392505050565b6000819050919050565b6000819050919050565b6000620004de620004d8620004d284620004a9565b620004b3565b620004a9565b9050919050565b6000819050919050565b620004fa83620004bd565b620005126200050982620004e5565b84845462000453565b825550505050565b600090565b620005296200051a565b62000536818484620004ef565b505050565b5b818110156200055e57620005526000826200051f565b6001810190506200053c565b5050565b601f821115620005ad57620005778162000421565b620005828462000436565b8101602085101562000592578190505b620005aa620005a18562000436565b8301826200053b565b50505b505050565b600082821c905092915050565b6000620005d260001984600802620005b2565b1980831691505092915050565b6000620005ed8383620005bf565b9150826002028217905092915050565b620006088262000383565b67ffffffffffffffff8111156200062457620006236200038e565b5b620006308254620003ec565b6200063d82828562000562565b600060209050601f83116001811462000675576000841562000660578287015190505b6200066c8582620005df565b865550620006dc565b601f198416620006858662000421565b60005b82811015620006af5784890151825560018201915060208501945060208101905062000688565b86831015620006cf5784890151620006cb601f891682620005bf565b8355505b6001600288020188555050505b505050505050565b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006200071182620006e4565b9050919050565b620007238162000704565b82525050565b600060208201905062000740600083018462000718565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006200078282620004a9565b91506200078f83620004a9565b9250828201905080821115620007aa57620007a962000746565b5b92915050565b620007bb81620004a9565b82525050565b6000606082019050620007d8600083018662000718565b620007e76020830185620007b0565b620007f66040830184620007b0565b949350505050565b6000602082019050620008156000830184620007b0565b92915050565b610e55806200082b6000396000f3fe608060405234801561001057600080fd5b50600436106100935760003560e01c8063313ce56711610066578063313ce5671461013457806370a082311461015257806395d89b4114610182578063a9059cbb146101a0578063dd62ed3e146101d057610093565b806306fdde0314610098578063095ea7b3146100b657806318160ddd146100e657806323b872dd14610104575b600080fd5b6100a0610200565b6040516100ad9190610aa9565b60405180910390f35b6100d060048036038101906100cb9190610b64565b610292565b6040516100dd9190610bbf565b60405180910390f35b6100ee6102b5565b6040516100fb9190610be9565b60405180910390f35b61011e60048036038101906101199190610c04565b6102bf565b60405161012b9190610bbf565b60405180910390f35b61013c6102ee565b6040516101499190610c73565b60405180910390f35b61016c60048036038101906101679190610c8e565b6102f7565b6040516101799190610be9565b60405180910390f35b61018a61033f565b6040516101979190610aa9565b60405180910390f35b6101ba60048036038101906101b59190610b64565b6103d1565b6040516101c79190610bbf565b60405180910390f35b6101ea60048036038101906101e59190610cbb565b6103f4565b6040516101f79190610be9565b60405180910390f35b60606003805461020f90610d2a565b80601f016020809104026020016040519081016040528092919081815260200182805461023b90610d2a565b80156102885780601f1061025d57610100808354040283529160200191610288565b820191906000526020600020905b81548152906001019060200180831161026b57829003601f168201915b5050505050905090565b60008061029d61047b565b90506102aa818585610483565b600191505092915050565b6000600254905090565b6000806102ca61047b565b90506102d7858285610495565b6102e2858585610529565b60019150509392505050565b60006012905090565b60008060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050919050565b60606004805461034e90610d2a565b80601f016020809104026020016040519081016040528092919081815260200182805461037a90610d2a565b80156103c75780601f1061039c576101008083540402835291602001916103c7565b820191906000526020600020905b8154815290600101906020018083116103aa57829003601f168201915b5050505050905090565b6000806103dc61047b565b90506103e9818585610529565b600191505092915050565b6000600160008473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008373ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002054905092915050565b600033905090565b610490838383600161061d565b505050565b60006104a184846103f4565b90507fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff81146105235781811015610513578281836040517ffb8f41b200000000000000000000000000000000000000000000000000000000815260040161050a93929190610d6a565b60405180910390fd5b6105228484848403600061061d565b5b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361059b5760006040517f96c6fd1e0000000000000000000000000000000000000000000000000000000081526004016105929190610da1565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361060d5760006040517fec442f050000000000000000000000000000000000000000000000000000000081526004016106049190610da1565b60405180910390fd5b6106188383836107f4565b505050565b600073ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff160361068f5760006040517fe602df050000000000000000000000000000000000000000000000000000000081526004016106869190610da1565b60405180910390fd5b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff16036107015760006040517f94280d620000000000000000000000000000000000000000000000000000000081526004016106f89190610da1565b60405180910390fd5b81600160008673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff1681526020019081526020016000208190555080156107ee578273ffffffffffffffffffffffffffffffffffffffff168473ffffffffffffffffffffffffffffffffffffffff167f8c5be1e5ebec7d5bd14f71427d1e84f3dd0314c0f7b2291e5b200ac8c7c3b925846040516107e59190610be9565b60405180910390a35b50505050565b600073ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff160361084657806002600082825461083a9190610deb565b92505081905550610919565b60008060008573ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020549050818110156108d2578381836040517fe450d38c0000000000000000000000000000000000000000000000000000000081526004016108c993929190610d6a565b60405180910390fd5b8181036000808673ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200190815260200160002081905550505b600073ffffffffffffffffffffffffffffffffffffffff168273ffffffffffffffffffffffffffffffffffffffff160361096257806002600082825403925050819055506109af565b806000808473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff168152602001908152602001600020600082825401925050819055505b8173ffffffffffffffffffffffffffffffffffffffff168373ffffffffffffffffffffffffffffffffffffffff167fddf252ad1be2c89b69c2b068fc378daa952ba7f163c4a11628f55a4df523b3ef83604051610a0c9190610be9565b60405180910390a3505050565b600081519050919050565b600082825260208201905092915050565b60005b83811015610a53578082015181840152602081019050610a38565b60008484015250505050565b6000601f19601f8301169050919050565b6000610a7b82610a19565b610a858185610a24565b9350610a95818560208601610a35565b610a9e81610a5f565b840191505092915050565b60006020820190508181036000830152610ac38184610a70565b905092915050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b6000610afb82610ad0565b9050919050565b610b0b81610af0565b8114610b1657600080fd5b50565b600081359050610b2881610b02565b92915050565b6000819050919050565b610b4181610b2e565b8114610b4c57600080fd5b50565b600081359050610b5e81610b38565b92915050565b60008060408385031215610b7b57610b7a610acb565b5b6000610b8985828601610b19565b9250506020610b9a85828601610b4f565b9150509250929050565b60008115159050919050565b610bb981610ba4565b82525050565b6000602082019050610bd46000830184610bb0565b92915050565b610be381610b2e565b82525050565b6000602082019050610bfe6000830184610bda565b92915050565b600080600060608486031215610c1d57610c1c610acb565b5b6000610c2b86828701610b19565b9350506020610c3c86828701610b19565b9250506040610c4d86828701610b4f565b9150509250925092565b600060ff82169050919050565b610c6d81610c57565b82525050565b6000602082019050610c886000830184610c64565b92915050565b600060208284031215610ca457610ca3610acb565b5b6000610cb284828501610b19565b91505092915050565b60008060408385031215610cd257610cd1610acb565b5b6000610ce085828601610b19565b9250506020610cf185828601610b19565b9150509250929050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052602260045260246000fd5b60006002820490506001821680610d4257607f821691505b602082108103610d5557610d54610cfb565b5b50919050565b610d6481610af0565b82525050565b6000606082019050610d7f6000830186610d5b565b610d8c6020830185610bda565b610d996040830184610bda565b949350505050565b6000602082019050610db66000830184610d5b565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b6000610df682610b2e565b9150610e0183610b2e565b9250828201905080821115610e1957610e18610dbc565b5b9291505056fea26469706673582212200260074039b179ca88933aa33752c910c15aa2062c21e8c76d09940bd406048b64736f6c63430008180033"; + +type FunTokenCompiledConstructorParams = + | [signer?: Signer] + | ConstructorParameters; + +const isSuperArgs = ( + xs: FunTokenCompiledConstructorParams +): xs is ConstructorParameters => xs.length > 1; + +export class FunTokenCompiled__factory extends ContractFactory { + constructor(...args: FunTokenCompiledConstructorParams) { + if (isSuperArgs(args)) { + super(...args); + } else { + super(_abi, _bytecode, args[0]); + } + } + + override getDeployTransaction( + overrides?: NonPayableOverrides & { from?: string } + ): Promise { + return super.getDeployTransaction(overrides || {}); + } + override deploy(overrides?: NonPayableOverrides & { from?: string }) { + return super.deploy(overrides || {}) as Promise< + FunTokenCompiled & { + deploymentTransaction(): ContractTransactionResponse; + } + >; + } + override connect(runner: ContractRunner | null): FunTokenCompiled__factory { + return super.connect(runner) as FunTokenCompiled__factory; + } + + static readonly bytecode = _bytecode; + static readonly abi = _abi; + static createInterface(): FunTokenCompiledInterface { + return new Interface(_abi) as FunTokenCompiledInterface; + } + static connect( + address: string, + runner?: ContractRunner | null + ): FunTokenCompiled { + return new Contract(address, _abi, runner) as unknown as FunTokenCompiled; + } +} diff --git a/e2e/evm/types/ethers-contracts/factories/InfiniteLoopGasCompiled__factory.ts b/e2e/evm/types/ethers-contracts/factories/InfiniteLoopGasCompiled__factory.ts new file mode 100644 index 000000000..f5f1e13b7 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/factories/InfiniteLoopGasCompiled__factory.ts @@ -0,0 +1,93 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import { + Contract, + ContractFactory, + ContractTransactionResponse, + Interface, +} from "ethers"; +import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers"; +import type { NonPayableOverrides } from "../common"; +import type { + InfiniteLoopGasCompiled, + InfiniteLoopGasCompiledInterface, +} from "../InfiniteLoopGasCompiled"; + +const _abi = [ + { + inputs: [], + name: "counter", + outputs: [ + { + internalType: "uint256", + name: "", + type: "uint256", + }, + ], + stateMutability: "view", + type: "function", + }, + { + inputs: [], + name: "forever", + outputs: [], + stateMutability: "nonpayable", + type: "function", + }, +] as const; + +const _bytecode = + "0x60806040526000805534801561001457600080fd5b5061015e806100246000396000f3fe608060405234801561001057600080fd5b50600436106100365760003560e01c806361bc221a1461003b5780639ff9a60314610059575b600080fd5b610043610063565b60405161005091906100aa565b60405180910390f35b610061610069565b005b60005481565b5b60011561008f57600160008082825461008391906100f4565b9250508190555061006a565b565b6000819050919050565b6100a481610091565b82525050565b60006020820190506100bf600083018461009b565b92915050565b7f4e487b7100000000000000000000000000000000000000000000000000000000600052601160045260246000fd5b60006100ff82610091565b915061010a83610091565b9250828201905080821115610122576101216100c5565b5b9291505056fea2646970667358221220946d430ff7d8c16c5401d4156ff1b5d75c112460fbba0fb343581bd3c86cfe1c64736f6c63430008180033"; + +type InfiniteLoopGasCompiledConstructorParams = + | [signer?: Signer] + | ConstructorParameters; + +const isSuperArgs = ( + xs: InfiniteLoopGasCompiledConstructorParams +): xs is ConstructorParameters => xs.length > 1; + +export class InfiniteLoopGasCompiled__factory extends ContractFactory { + constructor(...args: InfiniteLoopGasCompiledConstructorParams) { + if (isSuperArgs(args)) { + super(...args); + } else { + super(_abi, _bytecode, args[0]); + } + } + + override getDeployTransaction( + overrides?: NonPayableOverrides & { from?: string } + ): Promise { + return super.getDeployTransaction(overrides || {}); + } + override deploy(overrides?: NonPayableOverrides & { from?: string }) { + return super.deploy(overrides || {}) as Promise< + InfiniteLoopGasCompiled & { + deploymentTransaction(): ContractTransactionResponse; + } + >; + } + override connect( + runner: ContractRunner | null + ): InfiniteLoopGasCompiled__factory { + return super.connect(runner) as InfiniteLoopGasCompiled__factory; + } + + static readonly bytecode = _bytecode; + static readonly abi = _abi; + static createInterface(): InfiniteLoopGasCompiledInterface { + return new Interface(_abi) as InfiniteLoopGasCompiledInterface; + } + static connect( + address: string, + runner?: ContractRunner | null + ): InfiniteLoopGasCompiled { + return new Contract( + address, + _abi, + runner + ) as unknown as InfiniteLoopGasCompiled; + } +} diff --git a/e2e/evm/types/ethers-contracts/factories/ReceiveNibiCompiled__factory.ts b/e2e/evm/types/ethers-contracts/factories/ReceiveNibiCompiled__factory.ts new file mode 100644 index 000000000..ae1a161f0 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/factories/ReceiveNibiCompiled__factory.ts @@ -0,0 +1,94 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import { + Contract, + ContractFactory, + ContractTransactionResponse, + Interface, +} from "ethers"; +import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers"; +import type { NonPayableOverrides } from "../common"; +import type { + ReceiveNibiCompiled, + ReceiveNibiCompiledInterface, +} from "../ReceiveNibiCompiled"; + +const _abi = [ + { + stateMutability: "payable", + type: "fallback", + }, + { + inputs: [], + name: "getBalance", + outputs: [ + { + internalType: "uint256", + name: "", + type: "uint256", + }, + ], + stateMutability: "view", + type: "function", + }, + { + stateMutability: "payable", + type: "receive", + }, +] as const; + +const _bytecode = + "0x608060405234801561001057600080fd5b5060bb8061001f6000396000f3fe608060405260043610601f5760003560e01c806312065fe0146027576025565b36602557005b005b348015603257600080fd5b506039604d565b60405160449190606c565b60405180910390f35b600047905090565b6000819050919050565b6066816055565b82525050565b6000602082019050607f6000830184605f565b9291505056fea2646970667358221220f4ee193ceac7d6ffbf8d62d675a1d21fed9c154b8e9407c7aba0f7301ef0db6b64736f6c63430008180033"; + +type ReceiveNibiCompiledConstructorParams = + | [signer?: Signer] + | ConstructorParameters; + +const isSuperArgs = ( + xs: ReceiveNibiCompiledConstructorParams +): xs is ConstructorParameters => xs.length > 1; + +export class ReceiveNibiCompiled__factory extends ContractFactory { + constructor(...args: ReceiveNibiCompiledConstructorParams) { + if (isSuperArgs(args)) { + super(...args); + } else { + super(_abi, _bytecode, args[0]); + } + } + + override getDeployTransaction( + overrides?: NonPayableOverrides & { from?: string } + ): Promise { + return super.getDeployTransaction(overrides || {}); + } + override deploy(overrides?: NonPayableOverrides & { from?: string }) { + return super.deploy(overrides || {}) as Promise< + ReceiveNibiCompiled & { + deploymentTransaction(): ContractTransactionResponse; + } + >; + } + override connect( + runner: ContractRunner | null + ): ReceiveNibiCompiled__factory { + return super.connect(runner) as ReceiveNibiCompiled__factory; + } + + static readonly bytecode = _bytecode; + static readonly abi = _abi; + static createInterface(): ReceiveNibiCompiledInterface { + return new Interface(_abi) as ReceiveNibiCompiledInterface; + } + static connect( + address: string, + runner?: ContractRunner | null + ): ReceiveNibiCompiled { + return new Contract( + address, + _abi, + runner + ) as unknown as ReceiveNibiCompiled; + } +} diff --git a/e2e/evm/types/ethers-contracts/factories/SendNibiCompiled__factory.ts b/e2e/evm/types/ethers-contracts/factories/SendNibiCompiled__factory.ts new file mode 100644 index 000000000..403cf7010 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/factories/SendNibiCompiled__factory.ts @@ -0,0 +1,106 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +import { + Contract, + ContractFactory, + ContractTransactionResponse, + Interface, +} from "ethers"; +import type { Signer, ContractDeployTransaction, ContractRunner } from "ethers"; +import type { NonPayableOverrides } from "../common"; +import type { + SendNibiCompiled, + SendNibiCompiledInterface, +} from "../SendNibiCompiled"; + +const _abi = [ + { + inputs: [ + { + internalType: "address payable", + name: "_to", + type: "address", + }, + ], + name: "sendViaCall", + outputs: [], + stateMutability: "payable", + type: "function", + }, + { + inputs: [ + { + internalType: "address payable", + name: "_to", + type: "address", + }, + ], + name: "sendViaSend", + outputs: [], + stateMutability: "payable", + type: "function", + }, + { + inputs: [ + { + internalType: "address payable", + name: "_to", + type: "address", + }, + ], + name: "sendViaTransfer", + outputs: [], + stateMutability: "payable", + type: "function", + }, +] as const; + +const _bytecode = + "0x608060405234801561001057600080fd5b50610390806100206000396000f3fe6080604052600436106100345760003560e01c8063636e082b1461003957806374be480614610055578063830c29ae14610071575b600080fd5b610053600480360381019061004e919061026a565b61008d565b005b61006f600480360381019061006a919061026a565b6100d7565b005b61008b6004803603810190610086919061026a565b610154565b005b8073ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f193505050501580156100d3573d6000803e3d6000fd5b5050565b60008173ffffffffffffffffffffffffffffffffffffffff166108fc349081150290604051600060405180830381858888f19350505050905080610150576040517f08c379a0000000000000000000000000000000000000000000000000000000008152600401610147906102f4565b60405180910390fd5b5050565b6000808273ffffffffffffffffffffffffffffffffffffffff163460405161017b90610345565b60006040518083038185875af1925050503d80600081146101b8576040519150601f19603f3d011682016040523d82523d6000602084013e6101bd565b606091505b509150915081610202576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004016101f9906102f4565b60405180910390fd5b505050565b600080fd5b600073ffffffffffffffffffffffffffffffffffffffff82169050919050565b60006102378261020c565b9050919050565b6102478161022c565b811461025257600080fd5b50565b6000813590506102648161023e565b92915050565b6000602082840312156102805761027f610207565b5b600061028e84828501610255565b91505092915050565b600082825260208201905092915050565b7f4661696c656420746f2073656e64204e69626900000000000000000000000000600082015250565b60006102de601383610297565b91506102e9826102a8565b602082019050919050565b6000602082019050818103600083015261030d816102d1565b9050919050565b600081905092915050565b50565b600061032f600083610314565b915061033a8261031f565b600082019050919050565b600061035082610322565b915081905091905056fea26469706673582212201fcd9f47953315963ca2a2687073914cbb3f29161100cec83979926b96714b2b64736f6c63430008180033"; + +type SendNibiCompiledConstructorParams = + | [signer?: Signer] + | ConstructorParameters; + +const isSuperArgs = ( + xs: SendNibiCompiledConstructorParams +): xs is ConstructorParameters => xs.length > 1; + +export class SendNibiCompiled__factory extends ContractFactory { + constructor(...args: SendNibiCompiledConstructorParams) { + if (isSuperArgs(args)) { + super(...args); + } else { + super(_abi, _bytecode, args[0]); + } + } + + override getDeployTransaction( + overrides?: NonPayableOverrides & { from?: string } + ): Promise { + return super.getDeployTransaction(overrides || {}); + } + override deploy(overrides?: NonPayableOverrides & { from?: string }) { + return super.deploy(overrides || {}) as Promise< + SendNibiCompiled & { + deploymentTransaction(): ContractTransactionResponse; + } + >; + } + override connect(runner: ContractRunner | null): SendNibiCompiled__factory { + return super.connect(runner) as SendNibiCompiled__factory; + } + + static readonly bytecode = _bytecode; + static readonly abi = _abi; + static createInterface(): SendNibiCompiledInterface { + return new Interface(_abi) as SendNibiCompiledInterface; + } + static connect( + address: string, + runner?: ContractRunner | null + ): SendNibiCompiled { + return new Contract(address, _abi, runner) as unknown as SendNibiCompiled; + } +} diff --git a/e2e/evm/types/ethers-contracts/factories/index.ts b/e2e/evm/types/ethers-contracts/factories/index.ts new file mode 100644 index 000000000..094e053c7 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/factories/index.ts @@ -0,0 +1,7 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +export { FunTokenCompiled__factory } from "./FunTokenCompiled__factory"; +export { InfiniteLoopGasCompiled__factory } from "./InfiniteLoopGasCompiled__factory"; +export { ReceiveNibiCompiled__factory } from "./ReceiveNibiCompiled__factory"; +export { SendNibiCompiled__factory } from "./SendNibiCompiled__factory"; diff --git a/e2e/evm/types/ethers-contracts/index.ts b/e2e/evm/types/ethers-contracts/index.ts new file mode 100644 index 000000000..f700b3192 --- /dev/null +++ b/e2e/evm/types/ethers-contracts/index.ts @@ -0,0 +1,12 @@ +/* Autogenerated file. Do not edit manually. */ +/* tslint:disable */ +/* eslint-disable */ +export type { FunTokenCompiled } from "./FunTokenCompiled"; +export type { InfiniteLoopGasCompiled } from "./InfiniteLoopGasCompiled"; +export type { ReceiveNibiCompiled } from "./ReceiveNibiCompiled"; +export type { SendNibiCompiled } from "./SendNibiCompiled"; +export * as factories from "./factories"; +export { FunTokenCompiled__factory } from "./factories/FunTokenCompiled__factory"; +export { InfiniteLoopGasCompiled__factory } from "./factories/InfiniteLoopGasCompiled__factory"; +export { ReceiveNibiCompiled__factory } from "./factories/ReceiveNibiCompiled__factory"; +export { SendNibiCompiled__factory } from "./factories/SendNibiCompiled__factory";