diff --git a/.gitignore b/.gitignore index ee7dfb30..ed6e2172 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ node_modules +.env +*.tgz .DS_Store .turbo +dist +.svelte-kit diff --git a/package-lock.json b/package-lock.json index 5ac35d02..ea01226d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,10 @@ "./packages/*", "./shared/*" ], + "dependencies": { + "@requestnetwork/currency": "^0.18.0", + "bits-ui": "^0.21.12" + }, "devDependencies": { "turbo": "^2.0.6" } @@ -42,6 +46,40 @@ "node": ">=6.0.0" } }, + "node_modules/@coinbase/wallet-sdk": { + "version": "4.0.3", + "license": "Apache-2.0", + "dependencies": { + "buffer": "^6.0.3", + "clsx": "^1.2.1", + "eventemitter3": "^5.0.1", + "keccak": "^3.0.3", + "preact": "^10.16.0", + "sha.js": "^2.4.11" + } + }, + "node_modules/@coinbase/wallet-sdk/node_modules/buffer": { + "version": "6.0.3", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" + } + }, "node_modules/@ethersproject/abi": { "version": "5.7.0", "funding": [ @@ -708,6 +746,25 @@ "node": ">=14" } }, + "node_modules/@floating-ui/core": { + "version": "1.6.4", + "license": "MIT", + "dependencies": { + "@floating-ui/utils": "^0.2.4" + } + }, + "node_modules/@floating-ui/dom": { + "version": "1.6.7", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.6.0", + "@floating-ui/utils": "^0.2.4" + } + }, + "node_modules/@floating-ui/utils": { + "version": "0.2.4", + "license": "MIT" + }, "node_modules/@graphql-typed-document-node/core": { "version": "3.2.0", "license": "MIT", @@ -715,6 +772,13 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0" } }, + "node_modules/@internationalized/date": { + "version": "3.5.4", + "license": "Apache-2.0", + "dependencies": { + "@swc/helpers": "^0.5.0" + } + }, "node_modules/@isaacs/cliui": { "version": "8.0.2", "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", @@ -731,6 +795,79 @@ "node": ">=12" } }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, "node_modules/@jridgewell/gen-mapping": { "version": "0.3.5", "license": "MIT", @@ -777,6 +914,32 @@ "@jridgewell/sourcemap-codec": "^1.4.14" } }, + "node_modules/@lit-labs/ssr-dom-shim": { + "version": "1.2.1", + "license": "BSD-3-Clause" + }, + "node_modules/@lit/reactive-element": { + "version": "1.6.3", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.0.0" + } + }, + "node_modules/@melt-ui/svelte": { + "version": "0.76.2", + "license": "MIT", + "dependencies": { + "@floating-ui/core": "^1.3.1", + "@floating-ui/dom": "^1.4.5", + "@internationalized/date": "^3.5.0", + "dequal": "^2.0.3", + "focus-trap": "^7.5.2", + "nanoid": "^5.0.4" + }, + "peerDependencies": { + "svelte": ">=3 <5" + } + }, "node_modules/@metamask/contract-metadata": { "version": "1.31.0", "license": "ISC", @@ -784,6 +947,74 @@ "node": ">=12.0.0" } }, + "node_modules/@motionone/animation": { + "version": "10.18.0", + "license": "MIT", + "dependencies": { + "@motionone/easing": "^10.18.0", + "@motionone/types": "^10.17.1", + "@motionone/utils": "^10.18.0", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/dom": { + "version": "10.18.0", + "license": "MIT", + "dependencies": { + "@motionone/animation": "^10.18.0", + "@motionone/generators": "^10.18.0", + "@motionone/types": "^10.17.1", + "@motionone/utils": "^10.18.0", + "hey-listen": "^1.0.8", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/easing": { + "version": "10.18.0", + "license": "MIT", + "dependencies": { + "@motionone/utils": "^10.18.0", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/generators": { + "version": "10.18.0", + "license": "MIT", + "dependencies": { + "@motionone/types": "^10.17.1", + "@motionone/utils": "^10.18.0", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/svelte": { + "version": "10.16.4", + "license": "MIT", + "dependencies": { + "@motionone/dom": "^10.16.4", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/types": { + "version": "10.17.1", + "license": "MIT" + }, + "node_modules/@motionone/utils": { + "version": "10.18.0", + "license": "MIT", + "dependencies": { + "@motionone/types": "^10.17.1", + "hey-listen": "^1.0.8", + "tslib": "^2.3.1" + } + }, + "node_modules/@motionone/vue": { + "version": "10.16.4", + "license": "MIT", + "dependencies": { + "@motionone/dom": "^10.16.4", + "tslib": "^2.3.1" + } + }, "node_modules/@near-js/accounts": { "version": "1.2.1", "license": "ISC", @@ -992,6 +1223,83 @@ "version": "4.9.6", "license": "MIT" }, + "node_modules/@parcel/watcher": { + "version": "2.4.1", + "license": "MIT", + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.4.1", + "@parcel/watcher-darwin-arm64": "2.4.1", + "@parcel/watcher-darwin-x64": "2.4.1", + "@parcel/watcher-freebsd-x64": "2.4.1", + "@parcel/watcher-linux-arm-glibc": "2.4.1", + "@parcel/watcher-linux-arm64-glibc": "2.4.1", + "@parcel/watcher-linux-arm64-musl": "2.4.1", + "@parcel/watcher-linux-x64-glibc": "2.4.1", + "@parcel/watcher-linux-x64-musl": "2.4.1", + "@parcel/watcher-win32-arm64": "2.4.1", + "@parcel/watcher-win32-ia32": "2.4.1", + "@parcel/watcher-win32-x64": "2.4.1" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.4.1", + "cpu": [ + "arm64" + ], + "license": "MIT", + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-wasm": { + "version": "2.4.1", + "bundleDependencies": [ + "napi-wasm" + ], + "license": "MIT", + "dependencies": { + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "napi-wasm": "^1.1.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-wasm/node_modules/napi-wasm": { + "version": "1.1.0", + "inBundle": true, + "license": "MIT" + }, + "node_modules/@parcel/watcher/node_modules/node-addon-api": { + "version": "7.1.1", + "license": "MIT" + }, "node_modules/@pkgjs/parseargs": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", @@ -1032,15 +1340,7 @@ "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/advanced-logic/node_modules/tslib": { - "version": "2.5.0", - "license": "0BSD" - }, - "node_modules/@requestnetwork/create-invoice-form": { - "resolved": "packages/create-invoice-form", - "link": true - }, - "node_modules/@requestnetwork/currency": { + "node_modules/@requestnetwork/advanced-logic/node_modules/@requestnetwork/currency": { "version": "0.16.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { @@ -1055,40 +1355,30 @@ "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/currency/node_modules/tslib": { + "node_modules/@requestnetwork/advanced-logic/node_modules/tslib": { "version": "2.5.0", "license": "0BSD" }, - "node_modules/@requestnetwork/data-access": { - "version": "0.34.1-next.2043+d9feda6f", - "license": "MIT", - "dependencies": { - "@requestnetwork/multi-format": "0.17.1-next.2043+d9feda6f", - "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", - "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", - "tslib": "2.5.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@requestnetwork/data-access/node_modules/tslib": { - "version": "2.5.0", - "license": "0BSD" + "node_modules/@requestnetwork/create-invoice-form": { + "resolved": "packages/create-invoice-form", + "link": true }, - "node_modules/@requestnetwork/data-format": { - "version": "0.17.1-next.2043+d9feda6f", + "node_modules/@requestnetwork/currency": { + "version": "0.18.0", "license": "MIT", "dependencies": { - "ajv": "6.12.4", - "ethers": "5.5.1", + "@metamask/contract-metadata": "1.31.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "multicoin-address-validator": "0.5.15", + "node-dijkstra": "2.5.0", "tslib": "2.5.0" }, "engines": { "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/abi": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/abi": { "version": "5.5.0", "funding": [ { @@ -1113,7 +1403,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/abstract-provider": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/abstract-provider": { "version": "5.5.1", "funding": [ { @@ -1136,7 +1426,7 @@ "@ethersproject/web": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/abstract-signer": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/abstract-signer": { "version": "5.5.0", "funding": [ { @@ -1157,7 +1447,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/address": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/address": { "version": "5.5.0", "funding": [ { @@ -1178,7 +1468,7 @@ "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/base64": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/base64": { "version": "5.5.0", "funding": [ { @@ -1195,7 +1485,7 @@ "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/basex": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/basex": { "version": "5.5.0", "funding": [ { @@ -1213,7 +1503,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/bignumber": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/bignumber": { "version": "5.5.0", "funding": [ { @@ -1232,7 +1522,7 @@ "bn.js": "^4.11.9" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/bytes": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/bytes": { "version": "5.5.0", "funding": [ { @@ -1249,7 +1539,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/constants": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/constants": { "version": "5.5.0", "funding": [ { @@ -1266,7 +1556,7 @@ "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/contracts": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/contracts": { "version": "5.5.0", "funding": [ { @@ -1292,7 +1582,7 @@ "@ethersproject/transactions": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/hash": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/hash": { "version": "5.5.0", "funding": [ { @@ -1316,7 +1606,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/hdnode": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/hdnode": { "version": "5.5.0", "funding": [ { @@ -1344,7 +1634,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/json-wallets": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/json-wallets": { "version": "5.5.0", "funding": [ { @@ -1373,7 +1663,7 @@ "scrypt-js": "3.0.1" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/keccak256": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/keccak256": { "version": "5.5.0", "funding": [ { @@ -1391,7 +1681,7 @@ "js-sha3": "0.8.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/logger": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/logger": { "version": "5.5.0", "funding": [ { @@ -1405,7 +1695,7 @@ ], "license": "MIT" }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/networks": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/networks": { "version": "5.5.0", "funding": [ { @@ -1422,7 +1712,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/pbkdf2": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/pbkdf2": { "version": "5.5.0", "funding": [ { @@ -1440,7 +1730,7 @@ "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/properties": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/properties": { "version": "5.5.0", "funding": [ { @@ -1457,7 +1747,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/providers": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/providers": { "version": "5.5.0", "funding": [ { @@ -1492,7 +1782,7 @@ "ws": "7.4.6" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/random": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/random": { "version": "5.5.0", "funding": [ { @@ -1510,7 +1800,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/rlp": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/rlp": { "version": "5.5.0", "funding": [ { @@ -1528,7 +1818,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/sha2": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/sha2": { "version": "5.5.0", "funding": [ { @@ -1547,7 +1837,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/signing-key": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/signing-key": { "version": "5.5.0", "funding": [ { @@ -1569,7 +1859,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/solidity": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/solidity": { "version": "5.5.0", "funding": [ { @@ -1591,7 +1881,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/strings": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/strings": { "version": "5.5.0", "funding": [ { @@ -1610,7 +1900,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/transactions": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/transactions": { "version": "5.5.0", "funding": [ { @@ -1635,7 +1925,7 @@ "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/units": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/units": { "version": "5.5.0", "funding": [ { @@ -1654,7 +1944,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/wallet": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/wallet": { "version": "5.5.0", "funding": [ { @@ -1685,7 +1975,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/web": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/web": { "version": "5.5.0", "funding": [ { @@ -1706,7 +1996,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/wordlists": { + "node_modules/@requestnetwork/currency/node_modules/@ethersproject/wordlists": { "version": "5.5.0", "funding": [ { @@ -1727,11 +2017,35 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/bn.js": { + "node_modules/@requestnetwork/currency/node_modules/@requestnetwork/types": { + "version": "0.45.0", + "license": "MIT", + "dependencies": { + "ethers": "5.5.1" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/currency/node_modules/@requestnetwork/utils": { + "version": "0.45.0", + "license": "MIT", + "dependencies": { + "@requestnetwork/types": "0.45.0", + "@toruslabs/eccrypto": "4.0.0", + "ethers": "5.5.1", + "secp256k1": "4.0.2", + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/currency/node_modules/bn.js": { "version": "4.12.0", "license": "MIT" }, - "node_modules/@requestnetwork/data-format/node_modules/elliptic": { + "node_modules/@requestnetwork/currency/node_modules/elliptic": { "version": "6.5.4", "license": "MIT", "dependencies": { @@ -1744,7 +2058,7 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/@requestnetwork/data-format/node_modules/ethers": { + "node_modules/@requestnetwork/currency/node_modules/ethers": { "version": "5.5.1", "funding": [ { @@ -1790,14 +2104,15 @@ "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/@requestnetwork/data-format/node_modules/tslib": { + "node_modules/@requestnetwork/currency/node_modules/tslib": { "version": "2.5.0", "license": "0BSD" }, - "node_modules/@requestnetwork/epk-signature": { - "version": "0.7.1-next.2043+d9feda6f", + "node_modules/@requestnetwork/data-access": { + "version": "0.34.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { + "@requestnetwork/multi-format": "0.17.1-next.2043+d9feda6f", "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", "tslib": "2.5.0" @@ -1806,49 +2121,23 @@ "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/epk-signature/node_modules/tslib": { + "node_modules/@requestnetwork/data-access/node_modules/tslib": { "version": "2.5.0", "license": "0BSD" }, - "node_modules/@requestnetwork/invoice-dashboard": { - "resolved": "packages/invoice-dashboard", - "link": true - }, - "node_modules/@requestnetwork/multi-format": { + "node_modules/@requestnetwork/data-format": { "version": "0.17.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { - "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", - "tslib": "2.5.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@requestnetwork/multi-format/node_modules/tslib": { - "version": "2.5.0", - "license": "0BSD" - }, - "node_modules/@requestnetwork/payment-detection": { - "version": "0.43.1-next.2043+d9feda6f", - "license": "MIT", - "dependencies": { - "@requestnetwork/currency": "0.16.1-next.2043+d9feda6f", - "@requestnetwork/smart-contracts": "0.36.1-next.2043+d9feda6f", - "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", - "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "ajv": "6.12.4", "ethers": "5.5.1", - "graphql": "16.8.1", - "graphql-request": "6.1.0", - "graphql-tag": "2.12.6", - "satoshi-bitcoin": "1.0.4", "tslib": "2.5.0" }, "engines": { "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/abi": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/abi": { "version": "5.5.0", "funding": [ { @@ -1873,7 +2162,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/abstract-provider": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/abstract-provider": { "version": "5.5.1", "funding": [ { @@ -1896,7 +2185,7 @@ "@ethersproject/web": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/abstract-signer": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/abstract-signer": { "version": "5.5.0", "funding": [ { @@ -1917,7 +2206,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/address": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/address": { "version": "5.5.0", "funding": [ { @@ -1938,7 +2227,7 @@ "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/base64": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/base64": { "version": "5.5.0", "funding": [ { @@ -1955,7 +2244,7 @@ "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/basex": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/basex": { "version": "5.5.0", "funding": [ { @@ -1973,7 +2262,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/bignumber": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/bignumber": { "version": "5.5.0", "funding": [ { @@ -1992,7 +2281,7 @@ "bn.js": "^4.11.9" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/bytes": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/bytes": { "version": "5.5.0", "funding": [ { @@ -2009,7 +2298,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/constants": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/constants": { "version": "5.5.0", "funding": [ { @@ -2026,7 +2315,7 @@ "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/contracts": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/contracts": { "version": "5.5.0", "funding": [ { @@ -2052,7 +2341,7 @@ "@ethersproject/transactions": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/hash": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/hash": { "version": "5.5.0", "funding": [ { @@ -2076,7 +2365,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/hdnode": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/hdnode": { "version": "5.5.0", "funding": [ { @@ -2104,7 +2393,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/json-wallets": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/json-wallets": { "version": "5.5.0", "funding": [ { @@ -2133,7 +2422,7 @@ "scrypt-js": "3.0.1" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/keccak256": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/keccak256": { "version": "5.5.0", "funding": [ { @@ -2151,7 +2440,7 @@ "js-sha3": "0.8.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/logger": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/logger": { "version": "5.5.0", "funding": [ { @@ -2165,7 +2454,7 @@ ], "license": "MIT" }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/networks": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/networks": { "version": "5.5.0", "funding": [ { @@ -2182,7 +2471,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/pbkdf2": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/pbkdf2": { "version": "5.5.0", "funding": [ { @@ -2200,7 +2489,7 @@ "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/properties": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/properties": { "version": "5.5.0", "funding": [ { @@ -2217,7 +2506,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/providers": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/providers": { "version": "5.5.0", "funding": [ { @@ -2252,7 +2541,7 @@ "ws": "7.4.6" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/random": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/random": { "version": "5.5.0", "funding": [ { @@ -2270,7 +2559,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/rlp": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/rlp": { "version": "5.5.0", "funding": [ { @@ -2288,7 +2577,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/sha2": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/sha2": { "version": "5.5.0", "funding": [ { @@ -2307,7 +2596,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/signing-key": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/signing-key": { "version": "5.5.0", "funding": [ { @@ -2329,7 +2618,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/solidity": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/solidity": { "version": "5.5.0", "funding": [ { @@ -2351,7 +2640,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/strings": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/strings": { "version": "5.5.0", "funding": [ { @@ -2370,7 +2659,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/transactions": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/transactions": { "version": "5.5.0", "funding": [ { @@ -2395,7 +2684,7 @@ "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/units": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/units": { "version": "5.5.0", "funding": [ { @@ -2414,7 +2703,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/wallet": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/wallet": { "version": "5.5.0", "funding": [ { @@ -2445,7 +2734,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/web": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/web": { "version": "5.5.0", "funding": [ { @@ -2466,7 +2755,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/wordlists": { + "node_modules/@requestnetwork/data-format/node_modules/@ethersproject/wordlists": { "version": "5.5.0", "funding": [ { @@ -2487,11 +2776,11 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/bn.js": { + "node_modules/@requestnetwork/data-format/node_modules/bn.js": { "version": "4.12.0", "license": "MIT" }, - "node_modules/@requestnetwork/payment-detection/node_modules/elliptic": { + "node_modules/@requestnetwork/data-format/node_modules/elliptic": { "version": "6.5.4", "license": "MIT", "dependencies": { @@ -2504,7 +2793,7 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/ethers": { + "node_modules/@requestnetwork/data-format/node_modules/ethers": { "version": "5.5.1", "funding": [ { @@ -2550,30 +2839,65 @@ "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/@requestnetwork/payment-detection/node_modules/tslib": { + "node_modules/@requestnetwork/data-format/node_modules/tslib": { "version": "2.5.0", "license": "0BSD" }, - "node_modules/@requestnetwork/payment-processor": { - "version": "0.45.1-next.2043+d9feda6f", + "node_modules/@requestnetwork/epk-signature": { + "version": "0.7.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", + "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/epk-signature/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@requestnetwork/invoice-dashboard": { + "resolved": "packages/invoice-dashboard", + "link": true + }, + "node_modules/@requestnetwork/multi-format": { + "version": "0.17.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/multi-format/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@requestnetwork/payment-detection": { + "version": "0.43.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { - "@openzeppelin/contracts": "4.9.6", "@requestnetwork/currency": "0.16.1-next.2043+d9feda6f", - "@requestnetwork/payment-detection": "0.43.1-next.2043+d9feda6f", "@requestnetwork/smart-contracts": "0.36.1-next.2043+d9feda6f", "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", - "@superfluid-finance/sdk-core": "0.5.0", "ethers": "5.5.1", - "near-api-js": "4.0.2", + "graphql": "16.8.1", + "graphql-request": "6.1.0", + "graphql-tag": "2.12.6", + "satoshi-bitcoin": "1.0.4", "tslib": "2.5.0" }, "engines": { "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/abi": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/abi": { "version": "5.5.0", "funding": [ { @@ -2598,7 +2922,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/abstract-provider": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/abstract-provider": { "version": "5.5.1", "funding": [ { @@ -2621,7 +2945,7 @@ "@ethersproject/web": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/abstract-signer": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/abstract-signer": { "version": "5.5.0", "funding": [ { @@ -2642,7 +2966,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/address": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/address": { "version": "5.5.0", "funding": [ { @@ -2663,7 +2987,7 @@ "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/base64": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/base64": { "version": "5.5.0", "funding": [ { @@ -2680,7 +3004,7 @@ "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/basex": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/basex": { "version": "5.5.0", "funding": [ { @@ -2698,7 +3022,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/bignumber": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/bignumber": { "version": "5.5.0", "funding": [ { @@ -2717,7 +3041,7 @@ "bn.js": "^4.11.9" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/bytes": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/bytes": { "version": "5.5.0", "funding": [ { @@ -2734,7 +3058,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/constants": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/constants": { "version": "5.5.0", "funding": [ { @@ -2751,7 +3075,7 @@ "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/contracts": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/contracts": { "version": "5.5.0", "funding": [ { @@ -2777,7 +3101,7 @@ "@ethersproject/transactions": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/hash": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/hash": { "version": "5.5.0", "funding": [ { @@ -2801,7 +3125,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/hdnode": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/hdnode": { "version": "5.5.0", "funding": [ { @@ -2829,7 +3153,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/json-wallets": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/json-wallets": { "version": "5.5.0", "funding": [ { @@ -2858,7 +3182,7 @@ "scrypt-js": "3.0.1" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/keccak256": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/keccak256": { "version": "5.5.0", "funding": [ { @@ -2876,7 +3200,7 @@ "js-sha3": "0.8.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/logger": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/logger": { "version": "5.5.0", "funding": [ { @@ -2890,7 +3214,7 @@ ], "license": "MIT" }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/networks": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/networks": { "version": "5.5.0", "funding": [ { @@ -2907,7 +3231,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/pbkdf2": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/pbkdf2": { "version": "5.5.0", "funding": [ { @@ -2925,7 +3249,7 @@ "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/properties": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/properties": { "version": "5.5.0", "funding": [ { @@ -2942,7 +3266,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/providers": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/providers": { "version": "5.5.0", "funding": [ { @@ -2977,7 +3301,7 @@ "ws": "7.4.6" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/random": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/random": { "version": "5.5.0", "funding": [ { @@ -2995,7 +3319,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/rlp": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/rlp": { "version": "5.5.0", "funding": [ { @@ -3013,7 +3337,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/sha2": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/sha2": { "version": "5.5.0", "funding": [ { @@ -3032,7 +3356,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/signing-key": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/signing-key": { "version": "5.5.0", "funding": [ { @@ -3054,7 +3378,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/solidity": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/solidity": { "version": "5.5.0", "funding": [ { @@ -3076,7 +3400,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/strings": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/strings": { "version": "5.5.0", "funding": [ { @@ -3095,7 +3419,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/transactions": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/transactions": { "version": "5.5.0", "funding": [ { @@ -3120,7 +3444,7 @@ "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/units": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/units": { "version": "5.5.0", "funding": [ { @@ -3139,7 +3463,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/wallet": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/wallet": { "version": "5.5.0", "funding": [ { @@ -3170,7 +3494,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/web": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/web": { "version": "5.5.0", "funding": [ { @@ -3191,7 +3515,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/wordlists": { + "node_modules/@requestnetwork/payment-detection/node_modules/@ethersproject/wordlists": { "version": "5.5.0", "funding": [ { @@ -3212,11 +3536,26 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/bn.js": { + "node_modules/@requestnetwork/payment-detection/node_modules/@requestnetwork/currency": { + "version": "0.16.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "@metamask/contract-metadata": "1.31.0", + "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", + "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "multicoin-address-validator": "0.5.15", + "node-dijkstra": "2.5.0", + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/payment-detection/node_modules/bn.js": { "version": "4.12.0", "license": "MIT" }, - "node_modules/@requestnetwork/payment-processor/node_modules/elliptic": { + "node_modules/@requestnetwork/payment-detection/node_modules/elliptic": { "version": "6.5.4", "license": "MIT", "dependencies": { @@ -3229,7 +3568,7 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/ethers": { + "node_modules/@requestnetwork/payment-detection/node_modules/ethers": { "version": "5.5.1", "funding": [ { @@ -3275,35 +3614,30 @@ "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/@requestnetwork/payment-processor/node_modules/tslib": { + "node_modules/@requestnetwork/payment-detection/node_modules/tslib": { "version": "2.5.0", "license": "0BSD" }, - "node_modules/@requestnetwork/request-client.js": { - "version": "0.47.1-next.2043+d9feda6f", + "node_modules/@requestnetwork/payment-processor": { + "version": "0.45.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { - "@requestnetwork/advanced-logic": "0.42.1-next.2043+d9feda6f", + "@openzeppelin/contracts": "4.9.6", "@requestnetwork/currency": "0.16.1-next.2043+d9feda6f", - "@requestnetwork/data-access": "0.34.1-next.2043+d9feda6f", - "@requestnetwork/data-format": "0.17.1-next.2043+d9feda6f", - "@requestnetwork/epk-signature": "0.7.1-next.2043+d9feda6f", - "@requestnetwork/multi-format": "0.17.1-next.2043+d9feda6f", "@requestnetwork/payment-detection": "0.43.1-next.2043+d9feda6f", - "@requestnetwork/request-logic": "0.33.1-next.2043+d9feda6f", "@requestnetwork/smart-contracts": "0.36.1-next.2043+d9feda6f", - "@requestnetwork/transaction-manager": "0.34.1-next.2043+d9feda6f", "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "@superfluid-finance/sdk-core": "0.5.0", "ethers": "5.5.1", - "qs": "6.11.2", + "near-api-js": "4.0.2", "tslib": "2.5.0" }, "engines": { "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/abi": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/abi": { "version": "5.5.0", "funding": [ { @@ -3328,7 +3662,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/abstract-provider": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/abstract-provider": { "version": "5.5.1", "funding": [ { @@ -3351,7 +3685,7 @@ "@ethersproject/web": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/abstract-signer": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/abstract-signer": { "version": "5.5.0", "funding": [ { @@ -3372,7 +3706,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/address": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/address": { "version": "5.5.0", "funding": [ { @@ -3393,7 +3727,7 @@ "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/base64": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/base64": { "version": "5.5.0", "funding": [ { @@ -3410,7 +3744,7 @@ "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/basex": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/basex": { "version": "5.5.0", "funding": [ { @@ -3428,7 +3762,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/bignumber": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/bignumber": { "version": "5.5.0", "funding": [ { @@ -3447,7 +3781,7 @@ "bn.js": "^4.11.9" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/bytes": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/bytes": { "version": "5.5.0", "funding": [ { @@ -3464,7 +3798,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/constants": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/constants": { "version": "5.5.0", "funding": [ { @@ -3481,7 +3815,7 @@ "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/contracts": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/contracts": { "version": "5.5.0", "funding": [ { @@ -3507,7 +3841,7 @@ "@ethersproject/transactions": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/hash": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/hash": { "version": "5.5.0", "funding": [ { @@ -3531,7 +3865,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/hdnode": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/hdnode": { "version": "5.5.0", "funding": [ { @@ -3559,7 +3893,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/json-wallets": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/json-wallets": { "version": "5.5.0", "funding": [ { @@ -3588,7 +3922,7 @@ "scrypt-js": "3.0.1" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/keccak256": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/keccak256": { "version": "5.5.0", "funding": [ { @@ -3606,7 +3940,7 @@ "js-sha3": "0.8.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/logger": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/logger": { "version": "5.5.0", "funding": [ { @@ -3620,7 +3954,7 @@ ], "license": "MIT" }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/networks": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/networks": { "version": "5.5.0", "funding": [ { @@ -3637,7 +3971,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/pbkdf2": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/pbkdf2": { "version": "5.5.0", "funding": [ { @@ -3655,7 +3989,7 @@ "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/properties": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/properties": { "version": "5.5.0", "funding": [ { @@ -3672,7 +4006,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/providers": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/providers": { "version": "5.5.0", "funding": [ { @@ -3707,7 +4041,7 @@ "ws": "7.4.6" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/random": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/random": { "version": "5.5.0", "funding": [ { @@ -3725,7 +4059,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/rlp": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/rlp": { "version": "5.5.0", "funding": [ { @@ -3743,7 +4077,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/sha2": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/sha2": { "version": "5.5.0", "funding": [ { @@ -3762,7 +4096,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/signing-key": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/signing-key": { "version": "5.5.0", "funding": [ { @@ -3784,7 +4118,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/solidity": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/solidity": { "version": "5.5.0", "funding": [ { @@ -3806,7 +4140,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/strings": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/strings": { "version": "5.5.0", "funding": [ { @@ -3825,7 +4159,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/transactions": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/transactions": { "version": "5.5.0", "funding": [ { @@ -3850,7 +4184,7 @@ "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/units": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/units": { "version": "5.5.0", "funding": [ { @@ -3869,7 +4203,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/wallet": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/wallet": { "version": "5.5.0", "funding": [ { @@ -3900,7 +4234,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/web": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/web": { "version": "5.5.0", "funding": [ { @@ -3921,7 +4255,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/wordlists": { + "node_modules/@requestnetwork/payment-processor/node_modules/@ethersproject/wordlists": { "version": "5.5.0", "funding": [ { @@ -3942,11 +4276,26 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/bn.js": { + "node_modules/@requestnetwork/payment-processor/node_modules/@requestnetwork/currency": { + "version": "0.16.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "@metamask/contract-metadata": "1.31.0", + "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", + "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "multicoin-address-validator": "0.5.15", + "node-dijkstra": "2.5.0", + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/payment-processor/node_modules/bn.js": { "version": "4.12.0", "license": "MIT" }, - "node_modules/@requestnetwork/request-client.js/node_modules/elliptic": { + "node_modules/@requestnetwork/payment-processor/node_modules/elliptic": { "version": "6.5.4", "license": "MIT", "dependencies": { @@ -3959,7 +4308,7 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/ethers": { + "node_modules/@requestnetwork/payment-processor/node_modules/ethers": { "version": "5.5.1", "funding": [ { @@ -4005,87 +4354,39 @@ "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/@requestnetwork/request-client.js/node_modules/tslib": { - "version": "2.5.0", - "license": "0BSD" - }, - "node_modules/@requestnetwork/request-logic": { - "version": "0.33.1-next.2043+d9feda6f", - "license": "MIT", - "dependencies": { - "@requestnetwork/advanced-logic": "0.42.1-next.2043+d9feda6f", - "@requestnetwork/multi-format": "0.17.1-next.2043+d9feda6f", - "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", - "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", - "semver": "7.5.4", - "tslib": "2.5.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@requestnetwork/request-logic/node_modules/tslib": { + "node_modules/@requestnetwork/payment-processor/node_modules/tslib": { "version": "2.5.0", "license": "0BSD" }, - "node_modules/@requestnetwork/shared-components": { - "resolved": "shared/components", - "link": true - }, - "node_modules/@requestnetwork/shared-icons": { - "resolved": "shared/icons", - "link": true - }, - "node_modules/@requestnetwork/shared-types": { - "resolved": "shared/types", - "link": true - }, - "node_modules/@requestnetwork/shared-utils": { - "resolved": "shared/utils", + "node_modules/@requestnetwork/payment-widget": { + "resolved": "packages/payment-widget", "link": true }, - "node_modules/@requestnetwork/smart-contracts": { - "version": "0.36.1-next.2043+d9feda6f", - "license": "MIT", - "dependencies": { - "tslib": "2.5.0" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@requestnetwork/smart-contracts/node_modules/tslib": { - "version": "2.5.0", - "license": "0BSD" - }, - "node_modules/@requestnetwork/transaction-manager": { - "version": "0.34.1-next.2043+d9feda6f", + "node_modules/@requestnetwork/request-client.js": { + "version": "0.47.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { + "@requestnetwork/advanced-logic": "0.42.1-next.2043+d9feda6f", + "@requestnetwork/currency": "0.16.1-next.2043+d9feda6f", + "@requestnetwork/data-access": "0.34.1-next.2043+d9feda6f", + "@requestnetwork/data-format": "0.17.1-next.2043+d9feda6f", + "@requestnetwork/epk-signature": "0.7.1-next.2043+d9feda6f", "@requestnetwork/multi-format": "0.17.1-next.2043+d9feda6f", + "@requestnetwork/payment-detection": "0.43.1-next.2043+d9feda6f", + "@requestnetwork/request-logic": "0.33.1-next.2043+d9feda6f", + "@requestnetwork/smart-contracts": "0.36.1-next.2043+d9feda6f", + "@requestnetwork/transaction-manager": "0.34.1-next.2043+d9feda6f", "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "ethers": "5.5.1", + "qs": "6.11.2", "tslib": "2.5.0" }, "engines": { "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/transaction-manager/node_modules/tslib": { - "version": "2.5.0", - "license": "0BSD" - }, - "node_modules/@requestnetwork/types": { - "version": "0.43.1-next.2043+d9feda6f", - "license": "MIT", - "dependencies": { - "ethers": "5.5.1" - }, - "engines": { - "node": ">=18.0.0" - } - }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/abi": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/abi": { "version": "5.5.0", "funding": [ { @@ -4110,7 +4411,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/abstract-provider": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/abstract-provider": { "version": "5.5.1", "funding": [ { @@ -4133,7 +4434,7 @@ "@ethersproject/web": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/abstract-signer": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/abstract-signer": { "version": "5.5.0", "funding": [ { @@ -4154,7 +4455,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/address": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/address": { "version": "5.5.0", "funding": [ { @@ -4175,7 +4476,7 @@ "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/base64": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/base64": { "version": "5.5.0", "funding": [ { @@ -4192,7 +4493,7 @@ "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/basex": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/basex": { "version": "5.5.0", "funding": [ { @@ -4210,7 +4511,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/bignumber": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/bignumber": { "version": "5.5.0", "funding": [ { @@ -4229,7 +4530,7 @@ "bn.js": "^4.11.9" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/bytes": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/bytes": { "version": "5.5.0", "funding": [ { @@ -4246,7 +4547,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/constants": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/constants": { "version": "5.5.0", "funding": [ { @@ -4263,7 +4564,7 @@ "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/contracts": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/contracts": { "version": "5.5.0", "funding": [ { @@ -4289,7 +4590,7 @@ "@ethersproject/transactions": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/hash": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/hash": { "version": "5.5.0", "funding": [ { @@ -4313,7 +4614,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/hdnode": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/hdnode": { "version": "5.5.0", "funding": [ { @@ -4341,7 +4642,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/json-wallets": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/json-wallets": { "version": "5.5.0", "funding": [ { @@ -4370,7 +4671,7 @@ "scrypt-js": "3.0.1" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/keccak256": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/keccak256": { "version": "5.5.0", "funding": [ { @@ -4388,7 +4689,7 @@ "js-sha3": "0.8.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/logger": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/logger": { "version": "5.5.0", "funding": [ { @@ -4402,7 +4703,7 @@ ], "license": "MIT" }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/networks": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/networks": { "version": "5.5.0", "funding": [ { @@ -4419,7 +4720,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/pbkdf2": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/pbkdf2": { "version": "5.5.0", "funding": [ { @@ -4437,7 +4738,7 @@ "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/properties": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/properties": { "version": "5.5.0", "funding": [ { @@ -4454,7 +4755,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/providers": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/providers": { "version": "5.5.0", "funding": [ { @@ -4489,7 +4790,7 @@ "ws": "7.4.6" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/random": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/random": { "version": "5.5.0", "funding": [ { @@ -4507,7 +4808,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/rlp": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/rlp": { "version": "5.5.0", "funding": [ { @@ -4525,7 +4826,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/sha2": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/sha2": { "version": "5.5.0", "funding": [ { @@ -4544,7 +4845,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/signing-key": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/signing-key": { "version": "5.5.0", "funding": [ { @@ -4566,7 +4867,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/solidity": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/solidity": { "version": "5.5.0", "funding": [ { @@ -4588,7 +4889,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/strings": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/strings": { "version": "5.5.0", "funding": [ { @@ -4607,7 +4908,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/transactions": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/transactions": { "version": "5.5.0", "funding": [ { @@ -4632,7 +4933,7 @@ "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/units": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/units": { "version": "5.5.0", "funding": [ { @@ -4651,7 +4952,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/wallet": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/wallet": { "version": "5.5.0", "funding": [ { @@ -4682,7 +4983,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/web": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/web": { "version": "5.5.0", "funding": [ { @@ -4703,7 +5004,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/@ethersproject/wordlists": { + "node_modules/@requestnetwork/request-client.js/node_modules/@ethersproject/wordlists": { "version": "5.5.0", "funding": [ { @@ -4724,11 +5025,26 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/types/node_modules/bn.js": { + "node_modules/@requestnetwork/request-client.js/node_modules/@requestnetwork/currency": { + "version": "0.16.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "@metamask/contract-metadata": "1.31.0", + "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", + "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "multicoin-address-validator": "0.5.15", + "node-dijkstra": "2.5.0", + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/request-client.js/node_modules/bn.js": { "version": "4.12.0", "license": "MIT" }, - "node_modules/@requestnetwork/types/node_modules/elliptic": { + "node_modules/@requestnetwork/request-client.js/node_modules/elliptic": { "version": "6.5.4", "license": "MIT", "dependencies": { @@ -4741,7 +5057,7 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/@requestnetwork/types/node_modules/ethers": { + "node_modules/@requestnetwork/request-client.js/node_modules/ethers": { "version": "5.5.1", "funding": [ { @@ -4787,21 +5103,87 @@ "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/@requestnetwork/utils": { - "version": "0.43.1-next.2043+d9feda6f", + "node_modules/@requestnetwork/request-client.js/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@requestnetwork/request-logic": { + "version": "0.33.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { + "@requestnetwork/advanced-logic": "0.42.1-next.2043+d9feda6f", + "@requestnetwork/multi-format": "0.17.1-next.2043+d9feda6f", "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", - "@toruslabs/eccrypto": "4.0.0", - "ethers": "5.5.1", - "secp256k1": "4.0.2", + "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "semver": "7.5.4", "tslib": "2.5.0" }, "engines": { "node": ">=18.0.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/abi": { + "node_modules/@requestnetwork/request-logic/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@requestnetwork/shared-components": { + "resolved": "shared/components", + "link": true + }, + "node_modules/@requestnetwork/shared-icons": { + "resolved": "shared/icons", + "link": true + }, + "node_modules/@requestnetwork/shared-types": { + "resolved": "shared/types", + "link": true + }, + "node_modules/@requestnetwork/shared-utils": { + "resolved": "shared/utils", + "link": true + }, + "node_modules/@requestnetwork/smart-contracts": { + "version": "0.36.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/smart-contracts/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@requestnetwork/transaction-manager": { + "version": "0.34.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "@requestnetwork/multi-format": "0.17.1-next.2043+d9feda6f", + "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", + "@requestnetwork/utils": "0.43.1-next.2043+d9feda6f", + "tslib": "2.5.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/transaction-manager/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@requestnetwork/types": { + "version": "0.43.1-next.2043+d9feda6f", + "license": "MIT", + "dependencies": { + "ethers": "5.5.1" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@requestnetwork/types/node_modules/@ethersproject/abi": { "version": "5.5.0", "funding": [ { @@ -4826,7 +5208,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/abstract-provider": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/abstract-provider": { "version": "5.5.1", "funding": [ { @@ -4849,7 +5231,7 @@ "@ethersproject/web": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/abstract-signer": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/abstract-signer": { "version": "5.5.0", "funding": [ { @@ -4870,7 +5252,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/address": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/address": { "version": "5.5.0", "funding": [ { @@ -4891,7 +5273,7 @@ "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/base64": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/base64": { "version": "5.5.0", "funding": [ { @@ -4908,7 +5290,7 @@ "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/basex": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/basex": { "version": "5.5.0", "funding": [ { @@ -4926,7 +5308,7 @@ "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/bignumber": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/bignumber": { "version": "5.5.0", "funding": [ { @@ -4945,7 +5327,7 @@ "bn.js": "^4.11.9" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/bytes": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/bytes": { "version": "5.5.0", "funding": [ { @@ -4962,7 +5344,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/constants": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/constants": { "version": "5.5.0", "funding": [ { @@ -4979,7 +5361,7 @@ "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/contracts": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/contracts": { "version": "5.5.0", "funding": [ { @@ -5005,7 +5387,7 @@ "@ethersproject/transactions": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/hash": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/hash": { "version": "5.5.0", "funding": [ { @@ -5029,7 +5411,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/hdnode": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/hdnode": { "version": "5.5.0", "funding": [ { @@ -5057,7 +5439,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/json-wallets": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/json-wallets": { "version": "5.5.0", "funding": [ { @@ -5086,7 +5468,7 @@ "scrypt-js": "3.0.1" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/keccak256": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/keccak256": { "version": "5.5.0", "funding": [ { @@ -5104,7 +5486,7 @@ "js-sha3": "0.8.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/logger": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/logger": { "version": "5.5.0", "funding": [ { @@ -5118,7 +5500,7 @@ ], "license": "MIT" }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/networks": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/networks": { "version": "5.5.0", "funding": [ { @@ -5135,7 +5517,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/pbkdf2": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/pbkdf2": { "version": "5.5.0", "funding": [ { @@ -5153,7 +5535,7 @@ "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/properties": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/properties": { "version": "5.5.0", "funding": [ { @@ -5170,7 +5552,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/providers": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/providers": { "version": "5.5.0", "funding": [ { @@ -5205,7 +5587,7 @@ "ws": "7.4.6" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/random": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/random": { "version": "5.5.0", "funding": [ { @@ -5223,7 +5605,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/rlp": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/rlp": { "version": "5.5.0", "funding": [ { @@ -5241,7 +5623,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/sha2": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/sha2": { "version": "5.5.0", "funding": [ { @@ -5260,7 +5642,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/signing-key": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/signing-key": { "version": "5.5.0", "funding": [ { @@ -5282,7 +5664,7 @@ "hash.js": "1.1.7" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/solidity": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/solidity": { "version": "5.5.0", "funding": [ { @@ -5304,7 +5686,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/strings": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/strings": { "version": "5.5.0", "funding": [ { @@ -5323,7 +5705,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/transactions": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/transactions": { "version": "5.5.0", "funding": [ { @@ -5348,7 +5730,7 @@ "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/units": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/units": { "version": "5.5.0", "funding": [ { @@ -5367,7 +5749,7 @@ "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/wallet": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/wallet": { "version": "5.5.0", "funding": [ { @@ -5398,7 +5780,7 @@ "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/web": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/web": { "version": "5.5.0", "funding": [ { @@ -5419,7 +5801,7 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/@ethersproject/wordlists": { + "node_modules/@requestnetwork/types/node_modules/@ethersproject/wordlists": { "version": "5.5.0", "funding": [ { @@ -5440,11 +5822,11 @@ "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/bn.js": { + "node_modules/@requestnetwork/types/node_modules/bn.js": { "version": "4.12.0", "license": "MIT" }, - "node_modules/@requestnetwork/utils/node_modules/elliptic": { + "node_modules/@requestnetwork/types/node_modules/elliptic": { "version": "6.5.4", "license": "MIT", "dependencies": { @@ -5457,7 +5839,7 @@ "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/@requestnetwork/utils/node_modules/ethers": { + "node_modules/@requestnetwork/types/node_modules/ethers": { "version": "5.5.1", "funding": [ { @@ -5503,3481 +5885,3666 @@ "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/@requestnetwork/utils/node_modules/tslib": { - "version": "2.5.0", - "license": "0BSD" - }, - "node_modules/@scure/base": { - "version": "1.1.6", - "license": "MIT", - "funding": { - "url": "https://paulmillr.com/funding/" - } - }, - "node_modules/@scure/bip32": { - "version": "1.3.2", + "node_modules/@requestnetwork/utils": { + "version": "0.43.1-next.2043+d9feda6f", "license": "MIT", "dependencies": { - "@noble/curves": "~1.2.0", - "@noble/hashes": "~1.3.2", - "@scure/base": "~1.1.2" + "@requestnetwork/types": "0.43.1-next.2043+d9feda6f", + "@toruslabs/eccrypto": "4.0.0", + "ethers": "5.5.1", + "secp256k1": "4.0.2", + "tslib": "2.5.0" }, - "funding": { - "url": "https://paulmillr.com/funding/" + "engines": { + "node": ">=18.0.0" } }, - "node_modules/@scure/bip39": { - "version": "1.2.1", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/abi": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "@noble/hashes": "~1.3.0", - "@scure/base": "~1.1.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/@superfluid-finance/sdk-core": { - "version": "0.5.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/abstract-provider": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "browserify": "^17.0.0", - "graphql-request": "^4.3.0", - "lodash": "^4.17.21", - "serialize-error": "8.1.0", - "tsify": "^5.0.4" - }, - "engines": { - "node": ">=12" - }, - "peerDependencies": { - "ethers": "^5.6.9", - "graphql": "^16.0.0" + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/networks": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/web": "^5.5.0" } }, - "node_modules/@superfluid-finance/sdk-core/node_modules/graphql-request": { - "version": "4.3.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/abstract-signer": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "cross-fetch": "^3.1.5", - "extract-files": "^9.0.0", - "form-data": "^3.0.0" - }, - "peerDependencies": { - "graphql": "14 - 16" + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@sveltejs/adapter-auto": { - "version": "2.1.1", - "dev": true, + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/address": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "import-meta-resolve": "^4.0.0" - }, - "peerDependencies": { - "@sveltejs/kit": "^1.0.0" + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/@sveltejs/kit": { - "version": "1.30.4", - "dev": true, - "hasInstallScript": true, + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/base64": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "@sveltejs/vite-plugin-svelte": "^2.5.0", - "@types/cookie": "^0.5.1", - "cookie": "^0.5.0", - "devalue": "^4.3.1", - "esm-env": "^1.0.0", - "kleur": "^4.1.5", - "magic-string": "^0.30.0", - "mrmime": "^1.0.1", - "sade": "^1.8.1", - "set-cookie-parser": "^2.6.0", - "sirv": "^2.0.2", - "tiny-glob": "^0.2.9", - "undici": "^5.28.3" - }, - "bin": { - "svelte-kit": "svelte-kit.js" - }, - "engines": { - "node": "^16.14 || >=18" - }, - "peerDependencies": { - "svelte": "^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0", - "vite": "^4.0.0" + "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/@sveltejs/package": { - "version": "2.3.1", - "dev": true, + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/basex": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "chokidar": "^3.6.0", - "kleur": "^4.1.5", - "sade": "^1.8.1", - "semver": "^7.5.4", - "svelte2tsx": "~0.7.0" - }, - "bin": { - "svelte-package": "svelte-package.js" - }, - "engines": { - "node": "^16.14 || >=18" - }, - "peerDependencies": { - "svelte": "^3.44.0 || ^4.0.0 || ^5.0.0-next.1" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/properties": "^5.5.0" } }, - "node_modules/@sveltejs/vite-plugin-svelte": { - "version": "2.5.3", - "dev": true, + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/bignumber": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "@sveltejs/vite-plugin-svelte-inspector": "^1.0.4", - "debug": "^4.3.4", - "deepmerge": "^4.3.1", - "kleur": "^4.1.5", - "magic-string": "^0.30.3", - "svelte-hmr": "^0.15.3", - "vitefu": "^0.2.4" - }, - "engines": { - "node": "^14.18.0 || >= 16" - }, - "peerDependencies": { - "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0", - "vite": "^4.0.0" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "bn.js": "^4.11.9" } }, - "node_modules/@sveltejs/vite-plugin-svelte-inspector": { - "version": "1.0.4", - "dev": true, + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/bytes": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "debug": "^4.3.4" - }, - "engines": { - "node": "^14.18.0 || >= 16" - }, - "peerDependencies": { - "@sveltejs/vite-plugin-svelte": "^2.2.0", - "svelte": "^3.54.0 || ^4.0.0", - "vite": "^4.0.0" - } - }, - "node_modules/@tailwindcss/typography": { - "version": "0.5.13", - "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.13.tgz", - "integrity": "sha512-ADGcJ8dX21dVVHIwTRgzrcunY6YY9uSlAHHGVKvkA+vLc5qLwEszvKts40lx7z0qc4clpjclwLeK5rVCV2P/uw==", - "dev": true, - "dependencies": { - "lodash.castarray": "^4.4.0", - "lodash.isplainobject": "^4.0.6", - "lodash.merge": "^4.6.2", - "postcss-selector-parser": "6.0.10" - }, - "peerDependencies": { - "tailwindcss": ">=3.0.0 || insiders" + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/@toruslabs/eccrypto": { - "version": "4.0.0", - "license": "CC0-1.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/constants": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", "dependencies": { - "elliptic": "^6.5.4" - }, - "engines": { - "node": ">=18.x", - "npm": ">=9.x" + "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/@types/cookie": { - "version": "0.5.4", - "dev": true, - "license": "MIT" - }, - "node_modules/@types/estree": { - "version": "1.0.5", - "license": "MIT" - }, - "node_modules/@types/json-schema": { - "version": "7.0.15", - "license": "MIT" - }, - "node_modules/@types/pug": { - "version": "2.0.10", - "dev": true, - "license": "MIT" - }, - "node_modules/abitype": { - "version": "1.0.0", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/wevm" - }, - "peerDependencies": { - "typescript": ">=5.0.4", - "zod": "^3 >=3.22.0" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/contracts": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, - "zod": { - "optional": true + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } - } - }, - "node_modules/acorn": { - "version": "7.4.1", + ], "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/acorn-node": { - "version": "1.8.2", - "license": "Apache-2.0", "dependencies": { - "acorn": "^7.0.0", - "acorn-walk": "^7.0.0", - "xtend": "^4.0.2" + "@ethersproject/abi": "^5.5.0", + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/transactions": "^5.5.0" } }, - "node_modules/acorn-walk": { - "version": "7.2.0", - "license": "MIT", - "engines": { - "node": ">=0.4.0" - } - }, - "node_modules/aes-js": { - "version": "3.0.0", - "license": "MIT" - }, - "node_modules/ajv": { - "version": "6.12.4", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/hash": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - }, - "funding": { - "type": "github", - "url": "https://github.com/sponsors/epoberezkin" - } - }, - "node_modules/ansi-regex": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", - "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-regex?sponsor=1" - } - }, - "node_modules/ansi-styles": { - "version": "6.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", - "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" - } - }, - "node_modules/any-promise": { - "version": "1.3.0", - "license": "MIT" - }, - "node_modules/anymatch": { - "version": "3.1.3", - "license": "ISC", - "dependencies": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - }, - "engines": { - "node": ">= 8" - } - }, - "node_modules/arg": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", - "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" - }, - "node_modules/aria-query": { - "version": "5.3.0", - "license": "Apache-2.0", - "dependencies": { - "dequal": "^2.0.3" + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/asn1.js": { - "version": "4.10.1", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/hdnode": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "bn.js": "^4.0.0", - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/basex": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/pbkdf2": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/asn1.js/node_modules/bn.js": { - "version": "4.12.0", - "license": "MIT" - }, - "node_modules/asynckit": { - "version": "0.4.0", - "license": "MIT" - }, - "node_modules/autoprefixer": { - "version": "10.4.19", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz", - "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==", - "dev": true, + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/json-wallets": { + "version": "5.5.0", "funding": [ { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/autoprefixer" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { - "type": "github", - "url": "https://github.com/sponsors/ai" + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } ], - "dependencies": { - "browserslist": "^4.23.0", - "caniuse-lite": "^1.0.30001599", - "fraction.js": "^4.3.7", - "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", - "postcss-value-parser": "^4.2.0" - }, - "bin": { - "autoprefixer": "bin/autoprefixer" - }, - "engines": { - "node": "^10 || ^12 || >=14" - }, - "peerDependencies": { - "postcss": "^8.1.0" - } - }, - "node_modules/available-typed-arrays": { - "version": "1.0.7", "license": "MIT", "dependencies": { - "possible-typed-array-names": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hdnode": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/pbkdf2": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "aes-js": "3.0.0", + "scrypt-js": "3.0.1" } }, - "node_modules/axobject-query": { - "version": "4.0.0", - "license": "Apache-2.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/keccak256": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", "dependencies": { - "dequal": "^2.0.3" + "@ethersproject/bytes": "^5.5.0", + "js-sha3": "0.8.0" } }, - "node_modules/balanced-match": { - "version": "1.0.2", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/logger": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT" }, - "node_modules/base-x": { - "version": "3.0.9", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/networks": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "safe-buffer": "^5.0.1" + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/base64-js": { - "version": "1.5.1", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/pbkdf2": { + "version": "5.5.0", "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { - "type": "consulting", - "url": "https://feross.org/support" + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } ], - "license": "MIT" - }, - "node_modules/bech32": { - "version": "1.1.4", - "license": "MIT" - }, - "node_modules/big.js": { - "version": "3.2.0", "license": "MIT", - "engines": { - "node": "*" + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/binary-extensions": { - "version": "2.3.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/properties": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "dependencies": { + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/bn.js": { - "version": "5.2.1", - "license": "MIT" - }, - "node_modules/bootstrap": { - "version": "5.3.3", - "dev": true, + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/providers": { + "version": "5.5.0", "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/twbs" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { - "type": "opencollective", - "url": "https://opencollective.com/bootstrap" + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } ], "license": "MIT", - "peerDependencies": { - "@popperjs/core": "^2.11.8" + "dependencies": { + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/basex": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/networks": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/rlp": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/web": "^5.5.0", + "bech32": "1.1.4", + "ws": "7.4.6" } }, - "node_modules/borsh": { - "version": "1.0.0", - "license": "Apache-2.0" - }, - "node_modules/brace-expansion": { - "version": "1.1.11", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/random": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/braces": { - "version": "3.0.3", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/rlp": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "fill-range": "^7.1.1" - }, - "engines": { - "node": ">=8" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/brorand": { - "version": "1.1.0", - "license": "MIT" - }, - "node_modules/browser-pack": { - "version": "6.1.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/sha2": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "combine-source-map": "~0.8.0", - "defined": "^1.0.0", - "JSONStream": "^1.0.3", - "safe-buffer": "^5.1.1", - "through2": "^2.0.0", - "umd": "^3.0.0" - }, - "bin": { - "browser-pack": "bin/cmd.js" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "hash.js": "1.1.7" } }, - "node_modules/browser-resolve": { - "version": "2.0.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/signing-key": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "resolve": "^1.17.0" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "bn.js": "^4.11.9", + "elliptic": "6.5.4", + "hash.js": "1.1.7" } }, - "node_modules/browserify": { - "version": "17.0.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/solidity": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "assert": "^1.4.0", - "browser-pack": "^6.0.1", - "browser-resolve": "^2.0.0", - "browserify-zlib": "~0.2.0", - "buffer": "~5.2.1", - "cached-path-relative": "^1.0.0", - "concat-stream": "^1.6.0", - "console-browserify": "^1.1.0", - "constants-browserify": "~1.0.0", - "crypto-browserify": "^3.0.0", - "defined": "^1.0.0", - "deps-sort": "^2.0.1", - "domain-browser": "^1.2.0", - "duplexer2": "~0.1.2", - "events": "^3.0.0", - "glob": "^7.1.0", - "has": "^1.0.0", - "htmlescape": "^1.1.0", - "https-browserify": "^1.0.0", - "inherits": "~2.0.1", - "insert-module-globals": "^7.2.1", - "JSONStream": "^1.0.3", - "labeled-stream-splicer": "^2.0.0", - "mkdirp-classic": "^0.5.2", - "module-deps": "^6.2.3", - "os-browserify": "~0.3.0", - "parents": "^1.0.1", - "path-browserify": "^1.0.0", - "process": "~0.11.0", - "punycode": "^1.3.2", - "querystring-es3": "~0.2.0", - "read-only-stream": "^2.0.0", - "readable-stream": "^2.0.2", - "resolve": "^1.1.4", - "shasum-object": "^1.0.0", - "shell-quote": "^1.6.1", - "stream-browserify": "^3.0.0", - "stream-http": "^3.0.0", - "string_decoder": "^1.1.1", - "subarg": "^1.0.0", - "syntax-error": "^1.1.1", - "through2": "^2.0.0", - "timers-browserify": "^1.0.1", - "tty-browserify": "0.0.1", - "url": "~0.11.0", - "util": "~0.12.0", - "vm-browserify": "^1.0.0", - "xtend": "^4.0.0" - }, - "bin": { - "browserify": "bin/cmd.js" - }, - "engines": { - "node": ">= 0.8" + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/browserify-aes": { - "version": "1.2.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/strings": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "buffer-xor": "^1.0.3", - "cipher-base": "^1.0.0", - "create-hash": "^1.1.0", - "evp_bytestokey": "^1.0.3", - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/browserify-bignum": { - "version": "1.3.0-2", - "license": "MIT", - "engines": { - "node": "*" - } - }, - "node_modules/browserify-cipher": { - "version": "1.0.1", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/transactions": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "browserify-aes": "^1.0.4", - "browserify-des": "^1.0.0", - "evp_bytestokey": "^1.0.0" + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/rlp": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/browserify-des": { - "version": "1.0.2", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/units": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "cipher-base": "^1.0.1", - "des.js": "^1.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/browserify-rsa": { - "version": "4.1.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/wallet": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "bn.js": "^5.0.0", - "randombytes": "^2.0.1" - } - }, - "node_modules/browserify-sign": { - "version": "4.2.3", - "license": "ISC", - "dependencies": { - "bn.js": "^5.2.1", - "browserify-rsa": "^4.1.0", - "create-hash": "^1.2.0", - "create-hmac": "^1.1.7", - "elliptic": "^6.5.5", - "hash-base": "~3.0", - "inherits": "^2.0.4", - "parse-asn1": "^5.1.7", - "readable-stream": "^2.3.8", - "safe-buffer": "^5.2.1" - }, - "engines": { - "node": ">= 0.12" + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/hdnode": "^5.5.0", + "@ethersproject/json-wallets": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/browserify-zlib": { - "version": "0.2.0", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/web": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "pako": "~1.0.5" + "@ethersproject/base64": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/browserify/node_modules/assert": { - "version": "1.5.1", + "node_modules/@requestnetwork/utils/node_modules/@ethersproject/wordlists": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "object.assign": "^4.1.4", - "util": "^0.10.4" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/browserify/node_modules/assert/node_modules/util": { - "version": "0.10.4", + "node_modules/@requestnetwork/utils/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "node_modules/@requestnetwork/utils/node_modules/elliptic": { + "version": "6.5.4", "license": "MIT", "dependencies": { - "inherits": "2.0.3" + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/browserify/node_modules/inherits": { - "version": "2.0.3", - "license": "ISC" - }, - "node_modules/browserslist": { - "version": "4.23.2", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.2.tgz", - "integrity": "sha512-qkqSyistMYdxAcw+CzbZwlBy8AGmS/eEWs+sEV5TnLRGDOL+C5M2EnH6tlZyg0YoAxGJAFKh61En9BR941GnHA==", - "dev": true, + "node_modules/@requestnetwork/utils/node_modules/ethers": { + "version": "5.5.1", "funding": [ { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { - "type": "github", - "url": "https://github.com/sponsors/ai" + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } ], - "dependencies": { - "caniuse-lite": "^1.0.30001640", - "electron-to-chromium": "^1.4.820", - "node-releases": "^2.0.14", - "update-browserslist-db": "^1.1.0" - }, - "bin": { - "browserslist": "cli.js" - }, - "engines": { - "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" - } - }, - "node_modules/bs58": { - "version": "4.0.0", "license": "MIT", "dependencies": { - "base-x": "^2.0.1" + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/bs58/node_modules/base-x": { - "version": "2.0.6", + "node_modules/@requestnetwork/utils/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@requestnetwork/web3-signature": { + "version": "0.8.0", "license": "MIT", "dependencies": { - "safe-buffer": "^5.0.1" + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "ethers": "5.5.1", + "tslib": "2.5.0" }, "engines": { - "node": ">=4.5.0" + "node": ">=18.0.0" } }, - "node_modules/buffer": { - "version": "5.2.1", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/abi": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "base64-js": "^1.0.2", - "ieee754": "^1.1.4" - } - }, - "node_modules/buffer-crc32": { - "version": "0.2.13", - "dev": true, - "license": "MIT", - "engines": { - "node": "*" + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/buffer-from": { - "version": "1.1.2", - "license": "MIT" - }, - "node_modules/buffer-xor": { - "version": "1.0.3", - "license": "MIT" - }, - "node_modules/builtin-status-codes": { - "version": "3.0.0", - "license": "MIT" - }, - "node_modules/bundle": { - "version": "2.1.0", - "license": "MIT" - }, - "node_modules/cached-path-relative": { - "version": "1.1.0", - "license": "MIT" - }, - "node_modules/call-bind": { - "version": "1.0.7", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/abstract-provider": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "set-function-length": "^1.2.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/networks": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/web": "^5.5.0" } }, - "node_modules/callsites": { - "version": "3.1.0", - "dev": true, + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/abstract-signer": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "engines": { - "node": ">=6" + "dependencies": { + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0" } }, - "node_modules/camel-case": { - "version": "4.1.2", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/address": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "pascal-case": "^3.1.2", - "tslib": "^2.0.3" - } - }, - "node_modules/camelcase-css": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", - "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", - "engines": { - "node": ">= 6" + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/rlp": "^5.5.0" } }, - "node_modules/caniuse-lite": { - "version": "1.0.30001642", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001642.tgz", - "integrity": "sha512-3XQ0DoRgLijXJErLSl+bLnJ+Et4KqV1PY6JJBGAFlsNsz31zeAIncyeZfLCabHK/jtSh+671RM9YMldxjUPZtA==", - "dev": true, + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/base64": { + "version": "5.5.0", "funding": [ { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { - "type": "github", - "url": "https://github.com/sponsors/ai" + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } - ] - }, - "node_modules/cbor-js": { - "version": "0.1.0", - "license": "MIT" - }, - "node_modules/chokidar": { - "version": "3.6.0", + ], "license": "MIT", "dependencies": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - }, - "engines": { - "node": ">= 8.10.0" - }, - "funding": { - "url": "https://paulmillr.com/funding/" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "@ethersproject/bytes": "^5.5.0" } }, - "node_modules/cipher-base": { - "version": "1.0.4", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/basex": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/properties": "^5.5.0" } }, - "node_modules/clean-css": { - "version": "4.2.4", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/bignumber": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "source-map": "~0.6.0" - }, - "engines": { - "node": ">= 4.0" - } - }, - "node_modules/clean-css/node_modules/source-map": { - "version": "0.6.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/clsx": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", - "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", - "engines": { - "node": ">=6" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "bn.js": "^4.11.9" } }, - "node_modules/code-red": { - "version": "1.0.4", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/bytes": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15", - "@types/estree": "^1.0.1", - "acorn": "^8.10.0", - "estree-walker": "^3.0.3", - "periscopic": "^3.1.0" + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/code-red/node_modules/acorn": { - "version": "8.11.3", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/constants": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "dependencies": { + "@ethersproject/bignumber": "^5.5.0" } }, - "node_modules/code-red/node_modules/estree-walker": { - "version": "3.0.3", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/contracts": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "@types/estree": "^1.0.0" + "@ethersproject/abi": "^5.5.0", + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/transactions": "^5.5.0" } }, - "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==", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/hash": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", "dependencies": { - "color-name": "~1.1.4" - }, - "engines": { - "node": ">=7.0.0" + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.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==" - }, - "node_modules/combine-source-map": { - "version": "0.8.0", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/hdnode": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "convert-source-map": "~1.1.0", - "inline-source-map": "~0.6.0", - "lodash.memoize": "~3.0.3", - "source-map": "~0.5.3" + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/basex": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/pbkdf2": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/combined-stream": { - "version": "1.0.8", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/json-wallets": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "delayed-stream": "~1.0.0" - }, - "engines": { - "node": ">= 0.8" + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hdnode": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/pbkdf2": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "aes-js": "3.0.0", + "scrypt-js": "3.0.1" } }, - "node_modules/commander": { - "version": "4.1.1", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/keccak256": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "engines": { - "node": ">= 6" + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "js-sha3": "0.8.0" } }, - "node_modules/concat-map": { - "version": "0.0.1", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/logger": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT" }, - "node_modules/concat-stream": { - "version": "1.6.2", - "engines": [ - "node >= 0.8" + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/networks": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } ], "license": "MIT", "dependencies": { - "buffer-from": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^2.2.2", - "typedarray": "^0.0.6" + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/console-browserify": { - "version": "1.2.0" - }, - "node_modules/constants-browserify": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/convert-source-map": { - "version": "1.1.3", - "license": "MIT" - }, - "node_modules/cookie": { - "version": "0.5.0", - "dev": true, + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/pbkdf2": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "engines": { - "node": ">= 0.6" + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/sha2": "^5.5.0" } }, - "node_modules/core-util-is": { - "version": "1.0.3", - "license": "MIT" - }, - "node_modules/crc": { - "version": "3.8.0", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/properties": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "buffer": "^5.1.0" + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/create-ecdh": { - "version": "4.0.4", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/providers": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "bn.js": "^4.1.0", - "elliptic": "^6.5.3" + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/basex": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/networks": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/rlp": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/web": "^5.5.0", + "bech32": "1.1.4", + "ws": "7.4.6" } }, - "node_modules/create-ecdh/node_modules/bn.js": { - "version": "4.12.0", - "license": "MIT" - }, - "node_modules/create-hash": { - "version": "1.2.0", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/random": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "cipher-base": "^1.0.1", - "inherits": "^2.0.1", - "md5.js": "^1.3.4", - "ripemd160": "^2.0.1", - "sha.js": "^2.4.0" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/create-hmac": { - "version": "1.1.7", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/rlp": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "cipher-base": "^1.0.3", - "create-hash": "^1.1.0", - "inherits": "^2.0.1", - "ripemd160": "^2.0.0", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/cross-fetch": { - "version": "3.1.8", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/sha2": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "node-fetch": "^2.6.12" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "hash.js": "1.1.7" } }, - "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==", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/signing-key": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", "dependencies": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" - }, - "engines": { - "node": ">= 8" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "bn.js": "^4.11.9", + "elliptic": "6.5.4", + "hash.js": "1.1.7" } }, - "node_modules/crypto-browserify": { - "version": "3.12.0", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/solidity": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "browserify-cipher": "^1.0.0", - "browserify-sign": "^4.0.0", - "create-ecdh": "^4.0.0", - "create-hash": "^1.1.0", - "create-hmac": "^1.1.0", - "diffie-hellman": "^5.0.0", - "inherits": "^2.0.1", - "pbkdf2": "^3.0.3", - "public-encrypt": "^4.0.0", - "randombytes": "^2.0.0", - "randomfill": "^1.0.3" - }, - "engines": { - "node": "*" - } - }, - "node_modules/css-b64-images": { - "version": "0.2.5", - "bin": { - "css-b64-images": "bin/css-b64-images" - }, - "engines": { - "node": "*" + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/css-tree": { - "version": "2.3.1", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/strings": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "mdn-data": "2.0.30", - "source-map-js": "^1.0.1" - }, - "engines": { - "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" - } - }, - "node_modules/cssesc": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", - "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "bin": { - "cssesc": "bin/cssesc" - }, - "engines": { - "node": ">=4" + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/dash-ast": { - "version": "1.0.0", - "license": "Apache-2.0" - }, - "node_modules/debug": { - "version": "4.3.4", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/transactions": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "ms": "2.1.2" - }, - "engines": { - "node": ">=6.0" - }, - "peerDependenciesMeta": { - "supports-color": { - "optional": true - } + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/rlp": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/dedent-js": { - "version": "1.0.1", - "dev": true, - "license": "MIT" - }, - "node_modules/deepmerge": { - "version": "4.3.1", - "dev": true, + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/units": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "engines": { - "node": ">=0.10.0" + "dependencies": { + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/define-data-property": { - "version": "1.1.4", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/wallet": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "es-define-property": "^1.0.0", - "es-errors": "^1.3.0", - "gopd": "^1.0.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/hdnode": "^5.5.0", + "@ethersproject/json-wallets": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/define-properties": { - "version": "1.2.1", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/web": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "define-data-property": "^1.0.1", - "has-property-descriptors": "^1.0.0", - "object-keys": "^1.1.1" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@ethersproject/base64": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/defined": { - "version": "1.0.1", + "node_modules/@requestnetwork/web3-signature/node_modules/@ethersproject/wordlists": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/delayed-stream": { - "version": "1.0.0", + "node_modules/@requestnetwork/web3-signature/node_modules/@requestnetwork/types": { + "version": "0.45.0", "license": "MIT", + "dependencies": { + "ethers": "5.5.1" + }, "engines": { - "node": ">=0.4.0" + "node": ">=18.0.0" } }, - "node_modules/depd": { - "version": "2.0.0", + "node_modules/@requestnetwork/web3-signature/node_modules/@requestnetwork/utils": { + "version": "0.45.0", "license": "MIT", + "dependencies": { + "@requestnetwork/types": "0.45.0", + "@toruslabs/eccrypto": "4.0.0", + "ethers": "5.5.1", + "secp256k1": "4.0.2", + "tslib": "2.5.0" + }, "engines": { - "node": ">= 0.8" + "node": ">=18.0.0" } }, - "node_modules/deps-sort": { - "version": "2.0.1", + "node_modules/@requestnetwork/web3-signature/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "node_modules/@requestnetwork/web3-signature/node_modules/elliptic": { + "version": "6.5.4", "license": "MIT", "dependencies": { - "JSONStream": "^1.0.3", - "shasum-object": "^1.0.0", - "subarg": "^1.0.0", - "through2": "^2.0.0" - }, - "bin": { - "deps-sort": "bin/cmd.js" + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/dequal": { - "version": "2.0.3", + "node_modules/@requestnetwork/web3-signature/node_modules/ethers": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", - "engines": { - "node": ">=6" + "dependencies": { + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/des.js": { - "version": "1.1.0", + "node_modules/@requestnetwork/web3-signature/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, + "node_modules/@rollup/plugin-inject": { + "version": "5.0.5", "license": "MIT", "dependencies": { - "inherits": "^2.0.1", - "minimalistic-assert": "^1.0.0" + "@rollup/pluginutils": "^5.0.1", + "estree-walker": "^2.0.2", + "magic-string": "^0.30.3" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } } }, - "node_modules/detect-indent": { - "version": "6.1.0", - "dev": true, + "node_modules/@rollup/pluginutils": { + "version": "5.1.0", "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + }, "engines": { - "node": ">=8" + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } } }, - "node_modules/detective": { - "version": "5.2.1", + "node_modules/@scure/base": { + "version": "1.1.6", + "license": "MIT", + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@scure/bip32": { + "version": "1.3.2", "license": "MIT", "dependencies": { - "acorn-node": "^1.8.2", - "defined": "^1.0.0", - "minimist": "^1.2.6" + "@noble/curves": "~1.2.0", + "@noble/hashes": "~1.3.2", + "@scure/base": "~1.1.2" }, - "bin": { - "detective": "bin/detective.js" + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/@scure/bip39": { + "version": "1.2.1", + "license": "MIT", + "dependencies": { + "@noble/hashes": "~1.3.0", + "@scure/base": "~1.1.0" }, - "engines": { - "node": ">=0.8.0" + "funding": { + "url": "https://paulmillr.com/funding/" } }, - "node_modules/devalue": { - "version": "4.3.3", - "dev": true, + "node_modules/@stablelib/aead": { + "version": "1.0.1", "license": "MIT" }, - "node_modules/didyoumean": { - "version": "1.2.2", - "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", - "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" - }, - "node_modules/diffie-hellman": { - "version": "5.0.3", + "node_modules/@stablelib/binary": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "bn.js": "^4.1.0", - "miller-rabin": "^4.0.0", - "randombytes": "^2.0.0" + "@stablelib/int": "^1.0.1" } }, - "node_modules/diffie-hellman/node_modules/bn.js": { - "version": "4.12.0", + "node_modules/@stablelib/bytes": { + "version": "1.0.1", "license": "MIT" }, - "node_modules/dlv": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", - "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" - }, - "node_modules/domain-browser": { - "version": "1.2.0", + "node_modules/@stablelib/chacha": { + "version": "1.0.1", "license": "MIT", - "engines": { - "node": ">=0.4", - "npm": ">=1.2" + "dependencies": { + "@stablelib/binary": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/dot-case": { - "version": "3.0.4", + "node_modules/@stablelib/chacha20poly1305": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" + "@stablelib/aead": "^1.0.1", + "@stablelib/binary": "^1.0.1", + "@stablelib/chacha": "^1.0.1", + "@stablelib/constant-time": "^1.0.1", + "@stablelib/poly1305": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/duplexer2": { - "version": "0.1.4", - "license": "BSD-3-Clause", + "node_modules/@stablelib/constant-time": { + "version": "1.0.1", + "license": "MIT" + }, + "node_modules/@stablelib/ed25519": { + "version": "1.0.3", + "license": "MIT", "dependencies": { - "readable-stream": "^2.0.2" + "@stablelib/random": "^1.0.2", + "@stablelib/sha512": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/eastasianwidth": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", - "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" + "node_modules/@stablelib/hash": { + "version": "1.0.1", + "license": "MIT" }, - "node_modules/electron-to-chromium": { - "version": "1.4.830", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.830.tgz", - "integrity": "sha512-TrPKKH20HeN0J1LHzsYLs2qwXrp8TF4nHdu4sq61ozGbzMpWhI7iIOPYPPkxeq1azMT9PZ8enPFcftbs/Npcjg==", - "dev": true + "node_modules/@stablelib/hkdf": { + "version": "1.0.1", + "license": "MIT", + "dependencies": { + "@stablelib/hash": "^1.0.1", + "@stablelib/hmac": "^1.0.1", + "@stablelib/wipe": "^1.0.1" + } }, - "node_modules/elliptic": { - "version": "6.5.5", + "node_modules/@stablelib/hmac": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "bn.js": "^4.11.9", - "brorand": "^1.1.0", - "hash.js": "^1.0.0", - "hmac-drbg": "^1.0.1", - "inherits": "^2.0.4", - "minimalistic-assert": "^1.0.1", - "minimalistic-crypto-utils": "^1.0.1" + "@stablelib/constant-time": "^1.0.1", + "@stablelib/hash": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/elliptic/node_modules/bn.js": { - "version": "4.12.0", + "node_modules/@stablelib/int": { + "version": "1.0.1", "license": "MIT" }, - "node_modules/emoji-regex": { - "version": "9.2.2", - "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", - "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==" - }, - "node_modules/error-ex": { - "version": "1.3.2", + "node_modules/@stablelib/keyagreement": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "is-arrayish": "^0.2.1" + "@stablelib/bytes": "^1.0.1" } }, - "node_modules/es-define-property": { - "version": "1.0.0", + "node_modules/@stablelib/poly1305": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "get-intrinsic": "^1.2.4" - }, - "engines": { - "node": ">= 0.4" + "@stablelib/constant-time": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/es-errors": { - "version": "1.3.0", + "node_modules/@stablelib/random": { + "version": "1.0.2", "license": "MIT", - "engines": { - "node": ">= 0.4" - } - }, - "node_modules/es6-promise": { - "version": "3.3.1", - "dev": true, - "license": "MIT" - }, - "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" + "dependencies": { + "@stablelib/binary": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/esm-env": { - "version": "1.0.0", - "dev": true, - "license": "MIT" - }, - "node_modules/ethers": { - "version": "5.7.2", - "funding": [ - { - "type": "individual", - "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" - }, - { - "type": "individual", - "url": "https://www.buymeacoffee.com/ricmoo" - } - ], + "node_modules/@stablelib/sha256": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "@ethersproject/abi": "5.7.0", - "@ethersproject/abstract-provider": "5.7.0", - "@ethersproject/abstract-signer": "5.7.0", - "@ethersproject/address": "5.7.0", - "@ethersproject/base64": "5.7.0", - "@ethersproject/basex": "5.7.0", - "@ethersproject/bignumber": "5.7.0", - "@ethersproject/bytes": "5.7.0", - "@ethersproject/constants": "5.7.0", - "@ethersproject/contracts": "5.7.0", - "@ethersproject/hash": "5.7.0", - "@ethersproject/hdnode": "5.7.0", - "@ethersproject/json-wallets": "5.7.0", - "@ethersproject/keccak256": "5.7.0", - "@ethersproject/logger": "5.7.0", - "@ethersproject/networks": "5.7.1", - "@ethersproject/pbkdf2": "5.7.0", - "@ethersproject/properties": "5.7.0", - "@ethersproject/providers": "5.7.2", - "@ethersproject/random": "5.7.0", - "@ethersproject/rlp": "5.7.0", - "@ethersproject/sha2": "5.7.0", - "@ethersproject/signing-key": "5.7.0", - "@ethersproject/solidity": "5.7.0", - "@ethersproject/strings": "5.7.0", - "@ethersproject/transactions": "5.7.0", - "@ethersproject/units": "5.7.0", - "@ethersproject/wallet": "5.7.0", - "@ethersproject/web": "5.7.1", - "@ethersproject/wordlists": "5.7.0" + "@stablelib/binary": "^1.0.1", + "@stablelib/hash": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/events": { - "version": "3.3.0", + "node_modules/@stablelib/sha512": { + "version": "1.0.1", "license": "MIT", - "engines": { - "node": ">=0.8.x" + "dependencies": { + "@stablelib/binary": "^1.0.1", + "@stablelib/hash": "^1.0.1", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/evp_bytestokey": { + "node_modules/@stablelib/wipe": { + "version": "1.0.1", + "license": "MIT" + }, + "node_modules/@stablelib/x25519": { "version": "1.0.3", "license": "MIT", "dependencies": { - "md5.js": "^1.3.4", - "safe-buffer": "^5.1.1" + "@stablelib/keyagreement": "^1.0.1", + "@stablelib/random": "^1.0.2", + "@stablelib/wipe": "^1.0.1" } }, - "node_modules/extract-files": { - "version": "9.0.0", + "node_modules/@superfluid-finance/sdk-core": { + "version": "0.5.0", "license": "MIT", + "dependencies": { + "browserify": "^17.0.0", + "graphql-request": "^4.3.0", + "lodash": "^4.17.21", + "serialize-error": "8.1.0", + "tsify": "^5.0.4" + }, "engines": { - "node": "^10.17.0 || ^12.0.0 || >= 13.7.0" + "node": ">=12" }, - "funding": { - "url": "https://github.com/sponsors/jaydenseric" + "peerDependencies": { + "ethers": "^5.6.9", + "graphql": "^16.0.0" } }, - "node_modules/fast-deep-equal": { - "version": "3.1.3", - "license": "MIT" - }, - "node_modules/fast-glob": { - "version": "3.3.2", + "node_modules/@superfluid-finance/sdk-core/node_modules/graphql-request": { + "version": "4.3.0", "license": "MIT", "dependencies": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" + "cross-fetch": "^3.1.5", + "extract-files": "^9.0.0", + "form-data": "^3.0.0" }, - "engines": { - "node": ">=8.6.0" + "peerDependencies": { + "graphql": "14 - 16" } }, - "node_modules/fast-json-stable-stringify": { - "version": "2.1.0", - "license": "MIT" - }, - "node_modules/fast-safe-stringify": { + "node_modules/@sveltejs/adapter-auto": { "version": "2.1.1", - "license": "MIT" - }, - "node_modules/fastq": { - "version": "1.17.1", - "license": "ISC", + "dev": true, + "license": "MIT", "dependencies": { - "reusify": "^1.0.4" + "import-meta-resolve": "^4.0.0" + }, + "peerDependencies": { + "@sveltejs/kit": "^1.0.0" } }, - "node_modules/fill-range": { - "version": "7.1.1", + "node_modules/@sveltejs/kit": { + "version": "1.30.4", + "dev": true, + "hasInstallScript": true, "license": "MIT", "dependencies": { - "to-regex-range": "^5.0.1" + "@sveltejs/vite-plugin-svelte": "^2.5.0", + "@types/cookie": "^0.5.1", + "cookie": "^0.5.0", + "devalue": "^4.3.1", + "esm-env": "^1.0.0", + "kleur": "^4.1.5", + "magic-string": "^0.30.0", + "mrmime": "^1.0.1", + "sade": "^1.8.1", + "set-cookie-parser": "^2.6.0", + "sirv": "^2.0.2", + "tiny-glob": "^0.2.9", + "undici": "^5.28.3" + }, + "bin": { + "svelte-kit": "svelte-kit.js" }, "engines": { - "node": ">=8" + "node": "^16.14 || >=18" + }, + "peerDependencies": { + "svelte": "^3.54.0 || ^4.0.0-next.0 || ^5.0.0-next.0", + "vite": "^4.0.0" } }, - "node_modules/for-each": { - "version": "0.3.3", + "node_modules/@sveltejs/package": { + "version": "2.3.1", + "dev": true, "license": "MIT", "dependencies": { - "is-callable": "^1.1.3" - } - }, - "node_modules/foreground-child": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", - "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", - "dependencies": { - "cross-spawn": "^7.0.0", - "signal-exit": "^4.0.1" + "chokidar": "^3.6.0", + "kleur": "^4.1.5", + "sade": "^1.8.1", + "semver": "^7.5.4", + "svelte2tsx": "~0.7.0" + }, + "bin": { + "svelte-package": "svelte-package.js" }, "engines": { - "node": ">=14" + "node": "^16.14 || >=18" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "peerDependencies": { + "svelte": "^3.44.0 || ^4.0.0 || ^5.0.0-next.1" } }, - "node_modules/form-data": { - "version": "3.0.1", + "node_modules/@sveltejs/vite-plugin-svelte": { + "version": "2.5.3", + "dev": true, "license": "MIT", "dependencies": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.8", - "mime-types": "^2.1.12" + "@sveltejs/vite-plugin-svelte-inspector": "^1.0.4", + "debug": "^4.3.4", + "deepmerge": "^4.3.1", + "kleur": "^4.1.5", + "magic-string": "^0.30.3", + "svelte-hmr": "^0.15.3", + "vitefu": "^0.2.4" }, "engines": { - "node": ">= 6" + "node": "^14.18.0 || >= 16" + }, + "peerDependencies": { + "svelte": "^3.54.0 || ^4.0.0 || ^5.0.0-next.0", + "vite": "^4.0.0" } }, - "node_modules/fraction.js": { - "version": "4.3.7", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", - "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "node_modules/@sveltejs/vite-plugin-svelte-inspector": { + "version": "1.0.4", "dev": true, + "license": "MIT", + "dependencies": { + "debug": "^4.3.4" + }, "engines": { - "node": "*" + "node": "^14.18.0 || >= 16" }, - "funding": { - "type": "patreon", - "url": "https://github.com/sponsors/rawify" - } - }, - "node_modules/fs.realpath": { - "version": "1.0.0", - "license": "ISC" - }, - "node_modules/function-bind": { - "version": "1.1.2", - "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependencies": { + "@sveltejs/vite-plugin-svelte": "^2.2.0", + "svelte": "^3.54.0 || ^4.0.0", + "vite": "^4.0.0" } }, - "node_modules/generate-function": { - "version": "2.3.1", - "license": "MIT", + "node_modules/@swc/helpers": { + "version": "0.5.12", + "license": "Apache-2.0", "dependencies": { - "is-property": "^1.0.2" + "tslib": "^2.4.0" } }, - "node_modules/generate-object-property": { - "version": "1.2.0", - "license": "MIT", + "node_modules/@tailwindcss/typography": { + "version": "0.5.14", + "resolved": "https://registry.npmjs.org/@tailwindcss/typography/-/typography-0.5.14.tgz", + "integrity": "sha512-ZvOCjUbsJBjL9CxQBn+VEnFpouzuKhxh2dH8xMIWHILL+HfOYtlAkWcyoon8LlzE53d2Yo6YO6pahKKNW3q1YQ==", + "dev": true, "dependencies": { - "is-property": "^1.0.0" - } - }, - "node_modules/get-assigned-identifiers": { - "version": "1.2.0", - "license": "Apache-2.0" - }, - "node_modules/get-intrinsic": { - "version": "1.2.4", - "license": "MIT", - "dependencies": { - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "has-proto": "^1.0.1", - "has-symbols": "^1.0.3", - "hasown": "^2.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/glob": { - "version": "7.2.3", - "license": "ISC", - "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": "*" + "lodash.castarray": "^4.4.0", + "lodash.isplainobject": "^4.0.6", + "lodash.merge": "^4.6.2", + "postcss-selector-parser": "6.0.10" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "peerDependencies": { + "tailwindcss": ">=3.0.0 || insiders" } }, - "node_modules/glob-parent": { - "version": "5.1.2", - "license": "ISC", + "node_modules/@toruslabs/eccrypto": { + "version": "4.0.0", + "license": "CC0-1.0", "dependencies": { - "is-glob": "^4.0.1" + "elliptic": "^6.5.4" }, "engines": { - "node": ">= 6" + "node": ">=18.x", + "npm": ">=9.x" } }, - "node_modules/globalyzer": { - "version": "0.1.0", + "node_modules/@types/cookie": { + "version": "0.5.4", "dev": true, "license": "MIT" }, - "node_modules/globrex": { - "version": "0.1.2", - "dev": true, + "node_modules/@types/estree": { + "version": "1.0.5", "license": "MIT" }, - "node_modules/gopd": { - "version": "1.0.1", + "node_modules/@types/json-schema": { + "version": "7.0.15", + "license": "MIT" + }, + "node_modules/@types/node": { + "version": "18.15.13", "license": "MIT", - "dependencies": { - "get-intrinsic": "^1.1.3" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "optional": true, + "peer": true }, - "node_modules/graceful-fs": { - "version": "4.2.11", + "node_modules/@types/prop-types": { + "version": "15.7.12", + "devOptional": true, + "license": "MIT" + }, + "node_modules/@types/pug": { + "version": "2.0.10", "dev": true, - "license": "ISC" + "license": "MIT" }, - "node_modules/graphql": { - "version": "16.8.1", + "node_modules/@types/react": { + "version": "18.3.3", + "devOptional": true, "license": "MIT", - "engines": { - "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" + "dependencies": { + "@types/prop-types": "*", + "csstype": "^3.0.2" } }, - "node_modules/graphql-request": { - "version": "6.1.0", + "node_modules/@types/react-dom": { + "version": "18.3.0", + "dev": true, "license": "MIT", "dependencies": { - "@graphql-typed-document-node/core": "^3.2.0", - "cross-fetch": "^3.1.5" - }, - "peerDependencies": { - "graphql": "14 - 16" + "@types/react": "*" } }, - "node_modules/graphql-tag": { - "version": "2.12.6", + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "license": "MIT" + }, + "node_modules/@walletconnect/core": { + "version": "2.14.0", + "license": "Apache-2.0", + "dependencies": { + "@walletconnect/heartbeat": "1.2.2", + "@walletconnect/jsonrpc-provider": "1.0.14", + "@walletconnect/jsonrpc-types": "1.0.4", + "@walletconnect/jsonrpc-utils": "1.0.8", + "@walletconnect/jsonrpc-ws-connection": "1.0.14", + "@walletconnect/keyvaluestorage": "1.1.1", + "@walletconnect/logger": "2.1.2", + "@walletconnect/relay-api": "1.0.10", + "@walletconnect/relay-auth": "1.0.4", + "@walletconnect/safe-json": "1.0.2", + "@walletconnect/time": "1.0.2", + "@walletconnect/types": "2.14.0", + "@walletconnect/utils": "2.14.0", + "events": "3.3.0", + "isomorphic-unfetch": "3.1.0", + "lodash.isequal": "4.5.0", + "uint8arrays": "3.1.0" + } + }, + "node_modules/@walletconnect/core/node_modules/@walletconnect/keyvaluestorage": { + "version": "1.1.1", "license": "MIT", "dependencies": { - "tslib": "^2.1.0" - }, - "engines": { - "node": ">=10" + "@walletconnect/safe-json": "^1.0.1", + "idb-keyval": "^6.2.1", + "unstorage": "^1.9.0" }, "peerDependencies": { - "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" + "@react-native-async-storage/async-storage": "1.x" + }, + "peerDependenciesMeta": { + "@react-native-async-storage/async-storage": { + "optional": true + } } }, - "node_modules/has": { - "version": "1.0.4", + "node_modules/@walletconnect/environment": { + "version": "1.0.1", "license": "MIT", - "engines": { - "node": ">= 0.4.0" + "dependencies": { + "tslib": "1.14.1" } }, - "node_modules/has-property-descriptors": { - "version": "1.0.2", - "license": "MIT", + "node_modules/@walletconnect/environment/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" + }, + "node_modules/@walletconnect/ethereum-provider": { + "version": "2.14.0", + "license": "Apache-2.0", "dependencies": { - "es-define-property": "^1.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@walletconnect/jsonrpc-http-connection": "1.0.8", + "@walletconnect/jsonrpc-provider": "1.0.14", + "@walletconnect/jsonrpc-types": "1.0.4", + "@walletconnect/jsonrpc-utils": "1.0.8", + "@walletconnect/modal": "2.6.2", + "@walletconnect/sign-client": "2.14.0", + "@walletconnect/types": "2.14.0", + "@walletconnect/universal-provider": "2.14.0", + "@walletconnect/utils": "2.14.0", + "events": "3.3.0" } }, - "node_modules/has-proto": { - "version": "1.0.3", + "node_modules/@walletconnect/events": { + "version": "1.0.1", "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "dependencies": { + "keyvaluestorage-interface": "^1.0.0", + "tslib": "1.14.1" } }, - "node_modules/has-symbols": { - "version": "1.0.3", - "license": "MIT", - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } + "node_modules/@walletconnect/events/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" }, - "node_modules/has-tostringtag": { - "version": "1.0.2", + "node_modules/@walletconnect/heartbeat": { + "version": "1.2.2", "license": "MIT", "dependencies": { - "has-symbols": "^1.0.3" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@walletconnect/events": "^1.0.1", + "@walletconnect/time": "^1.0.2", + "events": "^3.3.0" } }, - "node_modules/hash-base": { - "version": "3.0.4", + "node_modules/@walletconnect/jsonrpc-http-connection": { + "version": "1.0.8", "license": "MIT", "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "engines": { - "node": ">=4" + "@walletconnect/jsonrpc-utils": "^1.0.6", + "@walletconnect/safe-json": "^1.0.1", + "cross-fetch": "^3.1.4", + "events": "^3.3.0" } }, - "node_modules/hash.js": { - "version": "1.1.7", + "node_modules/@walletconnect/jsonrpc-provider": { + "version": "1.0.14", "license": "MIT", "dependencies": { - "inherits": "^2.0.3", - "minimalistic-assert": "^1.0.1" + "@walletconnect/jsonrpc-utils": "^1.0.8", + "@walletconnect/safe-json": "^1.0.2", + "events": "^3.3.0" } }, - "node_modules/hasown": { - "version": "2.0.2", + "node_modules/@walletconnect/jsonrpc-types": { + "version": "1.0.4", "license": "MIT", "dependencies": { - "function-bind": "^1.1.2" - }, - "engines": { - "node": ">= 0.4" + "events": "^3.3.0", + "keyvaluestorage-interface": "^1.0.0" } }, - "node_modules/he": { - "version": "1.2.0", + "node_modules/@walletconnect/jsonrpc-utils": { + "version": "1.0.8", "license": "MIT", - "bin": { - "he": "bin/he" + "dependencies": { + "@walletconnect/environment": "^1.0.1", + "@walletconnect/jsonrpc-types": "^1.0.3", + "tslib": "1.14.1" } }, - "node_modules/hmac-drbg": { - "version": "1.0.1", + "node_modules/@walletconnect/jsonrpc-utils/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" + }, + "node_modules/@walletconnect/jsonrpc-ws-connection": { + "version": "1.0.14", "license": "MIT", "dependencies": { - "hash.js": "^1.0.3", - "minimalistic-assert": "^1.0.0", - "minimalistic-crypto-utils": "^1.0.1" + "@walletconnect/jsonrpc-utils": "^1.0.6", + "@walletconnect/safe-json": "^1.0.2", + "events": "^3.3.0", + "ws": "^7.5.1" } }, - "node_modules/html-minifier-terser": { - "version": "5.1.1", + "node_modules/@walletconnect/jsonrpc-ws-connection/node_modules/ws": { + "version": "7.5.10", "license": "MIT", - "dependencies": { - "camel-case": "^4.1.1", - "clean-css": "^4.2.3", - "commander": "^4.1.1", - "he": "^1.2.0", - "param-case": "^3.0.3", - "relateurl": "^0.2.7", - "terser": "^4.6.3" + "engines": { + "node": ">=8.3.0" }, - "bin": { - "html-minifier-terser": "cli.js" + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" }, - "engines": { - "node": ">=6" + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } } }, - "node_modules/html-minifier-terser/node_modules/source-map": { - "version": "0.6.1", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" + "node_modules/@walletconnect/logger": { + "version": "2.1.2", + "license": "MIT", + "dependencies": { + "@walletconnect/safe-json": "^1.0.2", + "pino": "7.11.0" } }, - "node_modules/html-minifier-terser/node_modules/terser": { - "version": "4.8.1", - "license": "BSD-2-Clause", + "node_modules/@walletconnect/modal": { + "version": "2.6.2", + "license": "Apache-2.0", "dependencies": { - "commander": "^2.20.0", - "source-map": "~0.6.1", - "source-map-support": "~0.5.12" - }, - "bin": { - "terser": "bin/terser" - }, - "engines": { - "node": ">=6.0.0" + "@walletconnect/modal-core": "2.6.2", + "@walletconnect/modal-ui": "2.6.2" } }, - "node_modules/html-minifier-terser/node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "license": "MIT" + "node_modules/@walletconnect/modal-core": { + "version": "2.6.2", + "license": "Apache-2.0", + "dependencies": { + "valtio": "1.11.2" + } }, - "node_modules/htmlescape": { - "version": "1.1.1", - "license": "MIT", - "engines": { - "node": ">=0.10" + "node_modules/@walletconnect/modal-ui": { + "version": "2.6.2", + "license": "Apache-2.0", + "dependencies": { + "@walletconnect/modal-core": "2.6.2", + "lit": "2.8.0", + "motion": "10.16.2", + "qrcode": "1.5.3" } }, - "node_modules/http-errors": { - "version": "1.7.2", + "node_modules/@walletconnect/relay-api": { + "version": "1.0.10", "license": "MIT", "dependencies": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.1", - "statuses": ">= 1.5.0 < 2", - "toidentifier": "1.0.0" - }, - "engines": { - "node": ">= 0.6" + "@walletconnect/jsonrpc-types": "^1.0.2" } }, - "node_modules/http-errors/node_modules/depd": { - "version": "1.1.2", + "node_modules/@walletconnect/relay-auth": { + "version": "1.0.4", "license": "MIT", - "engines": { - "node": ">= 0.6" + "dependencies": { + "@stablelib/ed25519": "^1.0.2", + "@stablelib/random": "^1.0.1", + "@walletconnect/safe-json": "^1.0.1", + "@walletconnect/time": "^1.0.2", + "tslib": "1.14.1", + "uint8arrays": "^3.0.0" } }, - "node_modules/http-errors/node_modules/inherits": { - "version": "2.0.3", - "license": "ISC" + "node_modules/@walletconnect/relay-auth/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" }, - "node_modules/https-browserify": { - "version": "1.0.0", - "license": "MIT" + "node_modules/@walletconnect/safe-json": { + "version": "1.0.2", + "license": "MIT", + "dependencies": { + "tslib": "1.14.1" + } }, - "node_modules/ieee754": { - "version": "1.2.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "BSD-3-Clause" + "node_modules/@walletconnect/safe-json/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" }, - "node_modules/ignore-walk": { - "version": "5.0.1", - "dev": true, - "license": "ISC", + "node_modules/@walletconnect/sign-client": { + "version": "2.14.0", + "license": "Apache-2.0", "dependencies": { - "minimatch": "^5.0.1" - }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "@walletconnect/core": "2.14.0", + "@walletconnect/events": "1.0.1", + "@walletconnect/heartbeat": "1.2.2", + "@walletconnect/jsonrpc-utils": "1.0.8", + "@walletconnect/logger": "2.1.2", + "@walletconnect/time": "1.0.2", + "@walletconnect/types": "2.14.0", + "@walletconnect/utils": "2.14.0", + "events": "3.3.0" } }, - "node_modules/ignore-walk/node_modules/brace-expansion": { - "version": "2.0.1", - "dev": true, + "node_modules/@walletconnect/time": { + "version": "1.0.2", "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "tslib": "1.14.1" } }, - "node_modules/ignore-walk/node_modules/minimatch": { - "version": "5.1.6", - "dev": true, - "license": "ISC", + "node_modules/@walletconnect/time/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" + }, + "node_modules/@walletconnect/types": { + "version": "2.14.0", + "license": "Apache-2.0", "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" + "@walletconnect/events": "1.0.1", + "@walletconnect/heartbeat": "1.2.2", + "@walletconnect/jsonrpc-types": "1.0.4", + "@walletconnect/keyvaluestorage": "1.1.1", + "@walletconnect/logger": "2.1.2", + "events": "3.3.0" } }, - "node_modules/import-fresh": { - "version": "3.3.0", - "dev": true, + "node_modules/@walletconnect/types/node_modules/@walletconnect/keyvaluestorage": { + "version": "1.1.1", "license": "MIT", "dependencies": { - "parent-module": "^1.0.0", - "resolve-from": "^4.0.0" + "@walletconnect/safe-json": "^1.0.1", + "idb-keyval": "^6.2.1", + "unstorage": "^1.9.0" }, - "engines": { - "node": ">=6" + "peerDependencies": { + "@react-native-async-storage/async-storage": "1.x" }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "peerDependenciesMeta": { + "@react-native-async-storage/async-storage": { + "optional": true + } } }, - "node_modules/import-meta-resolve": { - "version": "4.1.0", - "dev": true, - "license": "MIT", - "funding": { - "type": "github", - "url": "https://github.com/sponsors/wooorm" + "node_modules/@walletconnect/universal-provider": { + "version": "2.14.0", + "license": "Apache-2.0", + "dependencies": { + "@walletconnect/jsonrpc-http-connection": "1.0.8", + "@walletconnect/jsonrpc-provider": "1.0.14", + "@walletconnect/jsonrpc-types": "1.0.4", + "@walletconnect/jsonrpc-utils": "1.0.8", + "@walletconnect/logger": "2.1.2", + "@walletconnect/sign-client": "2.14.0", + "@walletconnect/types": "2.14.0", + "@walletconnect/utils": "2.14.0", + "events": "3.3.0" } }, - "node_modules/inflight": { - "version": "1.0.6", - "license": "ISC", + "node_modules/@walletconnect/utils": { + "version": "2.14.0", + "license": "Apache-2.0", "dependencies": { - "once": "^1.3.0", - "wrappy": "1" + "@stablelib/chacha20poly1305": "1.0.1", + "@stablelib/hkdf": "1.0.1", + "@stablelib/random": "1.0.2", + "@stablelib/sha256": "1.0.1", + "@stablelib/x25519": "1.0.3", + "@walletconnect/relay-api": "1.0.10", + "@walletconnect/safe-json": "1.0.2", + "@walletconnect/time": "1.0.2", + "@walletconnect/types": "2.14.0", + "@walletconnect/window-getters": "1.0.1", + "@walletconnect/window-metadata": "1.0.1", + "detect-browser": "5.3.0", + "query-string": "7.1.3", + "uint8arrays": "3.1.0" + } + }, + "node_modules/@walletconnect/window-getters": { + "version": "1.0.1", + "license": "MIT", + "dependencies": { + "tslib": "1.14.1" } }, - "node_modules/inherits": { - "version": "2.0.4", - "license": "ISC" + "node_modules/@walletconnect/window-getters/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" }, - "node_modules/inline-source-map": { - "version": "0.6.3", + "node_modules/@walletconnect/window-metadata": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "source-map": "~0.5.3" + "@walletconnect/window-getters": "^1.0.1", + "tslib": "1.14.1" } }, - "node_modules/insert-module-globals": { - "version": "7.2.1", - "license": "MIT", + "node_modules/@walletconnect/window-metadata/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" + }, + "node_modules/@web3modal/common": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "acorn-node": "^1.5.2", - "combine-source-map": "^0.8.0", - "concat-stream": "^1.6.1", - "is-buffer": "^1.1.0", - "JSONStream": "^1.0.3", - "path-is-absolute": "^1.0.1", - "process": "~0.11.0", - "through2": "^2.0.0", - "undeclared-identifiers": "^1.1.2", - "xtend": "^4.0.0" - }, - "bin": { - "insert-module-globals": "bin/cmd.js" + "bignumber.js": "9.1.2", + "dayjs": "1.11.10" } }, - "node_modules/is-arguments": { - "version": "1.1.1", - "license": "MIT", + "node_modules/@web3modal/core": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "call-bind": "^1.0.2", - "has-tostringtag": "^1.0.0" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@web3modal/common": "5.0.11", + "@web3modal/wallet": "5.0.11", + "valtio": "1.11.2" } }, - "node_modules/is-arrayish": { - "version": "0.2.1", - "license": "MIT" - }, - "node_modules/is-binary-path": { - "version": "2.1.0", - "license": "MIT", + "node_modules/@web3modal/ethers5": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "binary-extensions": "^2.0.0" + "@coinbase/wallet-sdk": "4.0.3", + "@walletconnect/ethereum-provider": "2.14.0", + "@walletconnect/utils": "2.14.0", + "@web3modal/common": "5.0.11", + "@web3modal/polyfills": "5.0.11", + "@web3modal/scaffold": "5.0.11", + "@web3modal/scaffold-react": "5.0.11", + "@web3modal/scaffold-utils": "5.0.11", + "@web3modal/scaffold-vue": "5.0.11", + "@web3modal/siwe": "5.0.11", + "valtio": "1.11.2" }, - "engines": { - "node": ">=8" - } - }, - "node_modules/is-buffer": { - "version": "1.1.6", - "license": "MIT" - }, - "node_modules/is-callable": { - "version": "1.2.7", - "license": "MIT", - "engines": { - "node": ">= 0.4" + "peerDependencies": { + "ethers": ">=4.1.0 <6.0.0", + "react": ">=17", + "react-dom": ">=17", + "vue": ">=3" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + }, + "vue": { + "optional": true + } } }, - "node_modules/is-core-module": { - "version": "2.13.1", - "license": "MIT", + "node_modules/@web3modal/polyfills": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "hasown": "^2.0.0" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "buffer": "6.0.3" } }, - "node_modules/is-extglob": { - "version": "2.1.1", + "node_modules/@web3modal/polyfills/node_modules/buffer": { + "version": "6.0.3", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "license": "MIT", - "engines": { - "node": ">=0.10.0" + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.2.1" } }, - "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==", - "engines": { - "node": ">=8" + "node_modules/@web3modal/scaffold": { + "version": "5.0.11", + "license": "Apache-2.0", + "dependencies": { + "@web3modal/common": "5.0.11", + "@web3modal/core": "5.0.11", + "@web3modal/scaffold-ui": "5.0.11", + "@web3modal/scaffold-utils": "5.0.11", + "@web3modal/siwe": "5.0.11", + "@web3modal/ui": "5.0.11", + "@web3modal/wallet": "5.0.11", + "lit": "3.1.0" } }, - "node_modules/is-generator-function": { - "version": "1.0.10", - "license": "MIT", + "node_modules/@web3modal/scaffold-react": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "has-tostringtag": "^1.0.0" + "@web3modal/scaffold": "5.0.11" }, - "engines": { - "node": ">= 0.4" + "peerDependencies": { + "react": ">=17", + "react-dom": ">=17" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "peerDependenciesMeta": { + "react": { + "optional": true + }, + "react-dom": { + "optional": true + } } }, - "node_modules/is-glob": { - "version": "4.0.3", - "license": "MIT", + "node_modules/@web3modal/scaffold-ui": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "is-extglob": "^2.1.1" - }, - "engines": { - "node": ">=0.10.0" + "@web3modal/common": "5.0.11", + "@web3modal/core": "5.0.11", + "@web3modal/scaffold-utils": "5.0.11", + "@web3modal/siwe": "5.0.11", + "@web3modal/ui": "5.0.11", + "@web3modal/wallet": "5.0.11", + "lit": "3.1.0" } }, - "node_modules/is-my-ip-valid": { - "version": "1.0.1", - "license": "MIT" - }, - "node_modules/is-my-json-valid": { - "version": "2.20.6", - "license": "MIT", + "node_modules/@web3modal/scaffold-ui/node_modules/@lit/reactive-element": { + "version": "2.0.4", + "license": "BSD-3-Clause", "dependencies": { - "generate-function": "^2.0.0", - "generate-object-property": "^1.1.0", - "is-my-ip-valid": "^1.0.0", - "jsonpointer": "^5.0.0", - "xtend": "^4.0.0" + "@lit-labs/ssr-dom-shim": "^1.2.0" } }, - "node_modules/is-number": { - "version": "7.0.0", - "license": "MIT", - "engines": { - "node": ">=0.12.0" + "node_modules/@web3modal/scaffold-ui/node_modules/lit": { + "version": "3.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit/reactive-element": "^2.0.0", + "lit-element": "^4.0.0", + "lit-html": "^3.1.0" } }, - "node_modules/is-property": { - "version": "1.0.2", - "license": "MIT" + "node_modules/@web3modal/scaffold-ui/node_modules/lit-element": { + "version": "4.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.2.0", + "@lit/reactive-element": "^2.0.4", + "lit-html": "^3.2.0" + } }, - "node_modules/is-reference": { - "version": "3.0.2", - "license": "MIT", + "node_modules/@web3modal/scaffold-ui/node_modules/lit-html": { + "version": "3.2.0", + "license": "BSD-3-Clause", "dependencies": { - "@types/estree": "*" + "@types/trusted-types": "^2.0.2" } }, - "node_modules/is-typed-array": { - "version": "1.1.13", - "license": "MIT", + "node_modules/@web3modal/scaffold-utils": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "which-typed-array": "^1.1.14" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" - } - }, - "node_modules/is-utf8": { - "version": "0.2.1", - "license": "MIT" - }, - "node_modules/isarray": { - "version": "1.0.0", - "license": "MIT" - }, - "node_modules/isexe": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" - }, - "node_modules/isows": { - "version": "1.0.4", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/wagmi-dev" - } - ], - "license": "MIT", - "peerDependencies": { - "ws": "*" + "@coinbase/wallet-sdk": "4.0.3", + "@web3modal/core": "5.0.11", + "@web3modal/polyfills": "5.0.11", + "@web3modal/wallet": "5.0.11", + "valtio": "1.11.2" } }, - "node_modules/jackspeak": { - "version": "3.4.3", - "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", - "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "node_modules/@web3modal/scaffold-vue": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "@isaacs/cliui": "^8.0.2" + "@web3modal/core": "5.0.11", + "@web3modal/scaffold": "5.0.11" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "peerDependencies": { + "vue": ">=3" }, - "optionalDependencies": { - "@pkgjs/parseargs": "^0.11.0" + "peerDependenciesMeta": { + "vue": { + "optional": true + } } }, - "node_modules/jiti": { - "version": "1.21.6", - "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", - "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", - "bin": { - "jiti": "bin/jiti.js" + "node_modules/@web3modal/scaffold/node_modules/@lit/reactive-element": { + "version": "2.0.4", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.2.0" } }, - "node_modules/js-sha3": { - "version": "0.8.0", - "license": "MIT" - }, - "node_modules/js-sha512": { - "version": "0.8.0", - "license": "MIT" - }, - "node_modules/json-schema-traverse": { - "version": "0.4.1", - "license": "MIT" + "node_modules/@web3modal/scaffold/node_modules/lit": { + "version": "3.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit/reactive-element": "^2.0.0", + "lit-element": "^4.0.0", + "lit-html": "^3.1.0" + } }, - "node_modules/jsonparse": { - "version": "1.3.1", - "engines": [ - "node >= 0.2.0" - ], - "license": "MIT" + "node_modules/@web3modal/scaffold/node_modules/lit-element": { + "version": "4.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.2.0", + "@lit/reactive-element": "^2.0.4", + "lit-html": "^3.2.0" + } }, - "node_modules/jsonpointer": { - "version": "5.0.1", - "license": "MIT", - "engines": { - "node": ">=0.10.0" + "node_modules/@web3modal/scaffold/node_modules/lit-html": { + "version": "3.2.0", + "license": "BSD-3-Clause", + "dependencies": { + "@types/trusted-types": "^2.0.2" } }, - "node_modules/JSONStream": { - "version": "1.3.5", - "license": "(MIT OR Apache-2.0)", + "node_modules/@web3modal/siwe": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "jsonparse": "^1.2.0", - "through": ">=2.2.7 <3" - }, - "bin": { - "JSONStream": "bin.js" - }, - "engines": { - "node": "*" + "@walletconnect/utils": "2.12.0", + "@web3modal/common": "5.0.11", + "@web3modal/core": "5.0.11", + "@web3modal/scaffold-utils": "5.0.11", + "@web3modal/ui": "5.0.11", + "@web3modal/wallet": "5.0.11", + "lit": "3.1.0", + "valtio": "1.11.2" } }, - "node_modules/jssha": { - "version": "2.4.2", + "node_modules/@web3modal/siwe/node_modules/@lit/reactive-element": { + "version": "2.0.4", "license": "BSD-3-Clause", - "engines": { - "node": "*" + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.2.0" } }, - "node_modules/kleur": { - "version": "4.1.5", - "dev": true, + "node_modules/@web3modal/siwe/node_modules/@walletconnect/heartbeat": { + "version": "1.2.1", "license": "MIT", - "engines": { - "node": ">=6" + "dependencies": { + "@walletconnect/events": "^1.0.1", + "@walletconnect/time": "^1.0.2", + "tslib": "1.14.1" } }, - "node_modules/labeled-stream-splicer": { - "version": "2.0.2", + "node_modules/@web3modal/siwe/node_modules/@walletconnect/jsonrpc-types": { + "version": "1.0.3", "license": "MIT", "dependencies": { - "inherits": "^2.0.1", - "stream-splicer": "^2.0.0" + "keyvaluestorage-interface": "^1.0.0", + "tslib": "1.14.1" } }, - "node_modules/lilconfig": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", - "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", - "engines": { - "node": ">=10" + "node_modules/@web3modal/siwe/node_modules/@walletconnect/keyvaluestorage": { + "version": "1.1.1", + "license": "MIT", + "dependencies": { + "@walletconnect/safe-json": "^1.0.1", + "idb-keyval": "^6.2.1", + "unstorage": "^1.9.0" + }, + "peerDependencies": { + "@react-native-async-storage/async-storage": "1.x" + }, + "peerDependenciesMeta": { + "@react-native-async-storage/async-storage": { + "optional": true + } } }, - "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==" - }, - "node_modules/locate-character": { - "version": "3.0.0", - "license": "MIT" - }, - "node_modules/lodash": { - "version": "4.17.21", - "license": "MIT" - }, - "node_modules/lodash.castarray": { - "version": "4.4.0", - "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", - "integrity": "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==", - "dev": true - }, - "node_modules/lodash.isequal": { - "version": "4.5.0", - "license": "MIT" - }, - "node_modules/lodash.isplainobject": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", - "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", - "dev": true + "node_modules/@web3modal/siwe/node_modules/@walletconnect/types": { + "version": "2.12.0", + "license": "Apache-2.0", + "dependencies": { + "@walletconnect/events": "^1.0.1", + "@walletconnect/heartbeat": "1.2.1", + "@walletconnect/jsonrpc-types": "1.0.3", + "@walletconnect/keyvaluestorage": "^1.1.1", + "@walletconnect/logger": "^2.0.1", + "events": "^3.3.0" + } }, - "node_modules/lodash.memoize": { - "version": "3.0.4", - "license": "MIT" + "node_modules/@web3modal/siwe/node_modules/@walletconnect/utils": { + "version": "2.12.0", + "license": "Apache-2.0", + "dependencies": { + "@stablelib/chacha20poly1305": "1.0.1", + "@stablelib/hkdf": "1.0.1", + "@stablelib/random": "^1.0.2", + "@stablelib/sha256": "1.0.1", + "@stablelib/x25519": "^1.0.3", + "@walletconnect/relay-api": "^1.0.9", + "@walletconnect/safe-json": "^1.0.2", + "@walletconnect/time": "^1.0.2", + "@walletconnect/types": "2.12.0", + "@walletconnect/window-getters": "^1.0.1", + "@walletconnect/window-metadata": "^1.0.1", + "detect-browser": "5.3.0", + "query-string": "7.1.3", + "uint8arrays": "^3.1.0" + } + }, + "node_modules/@web3modal/siwe/node_modules/lit": { + "version": "3.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit/reactive-element": "^2.0.0", + "lit-element": "^4.0.0", + "lit-html": "^3.1.0" + } }, - "node_modules/lodash.merge": { - "version": "4.6.2", - "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", - "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", - "dev": true + "node_modules/@web3modal/siwe/node_modules/lit-element": { + "version": "4.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.2.0", + "@lit/reactive-element": "^2.0.4", + "lit-html": "^3.2.0" + } }, - "node_modules/lower-case": { - "version": "2.0.2", - "license": "MIT", + "node_modules/@web3modal/siwe/node_modules/lit-html": { + "version": "3.2.0", + "license": "BSD-3-Clause", "dependencies": { - "tslib": "^2.0.3" + "@types/trusted-types": "^2.0.2" } }, - "node_modules/lru_map": { - "version": "0.4.1", - "license": "MIT" + "node_modules/@web3modal/siwe/node_modules/tslib": { + "version": "1.14.1", + "license": "0BSD" }, - "node_modules/lru-cache": { - "version": "6.0.0", - "license": "ISC", + "node_modules/@web3modal/ui": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" + "lit": "3.1.0", + "qrcode": "1.5.3" } }, - "node_modules/magic-string": { - "version": "0.30.10", - "license": "MIT", + "node_modules/@web3modal/ui/node_modules/@lit/reactive-element": { + "version": "2.0.4", + "license": "BSD-3-Clause", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.15" + "@lit-labs/ssr-dom-shim": "^1.2.0" } }, - "node_modules/md5.js": { - "version": "1.3.5", - "license": "MIT", + "node_modules/@web3modal/ui/node_modules/lit": { + "version": "3.1.0", + "license": "BSD-3-Clause", "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1", - "safe-buffer": "^5.1.2" + "@lit/reactive-element": "^2.0.0", + "lit-element": "^4.0.0", + "lit-html": "^3.1.0" } }, - "node_modules/mdn-data": { - "version": "2.0.30", - "license": "CC0-1.0" - }, - "node_modules/merge2": { - "version": "1.4.1", - "license": "MIT", - "engines": { - "node": ">= 8" + "node_modules/@web3modal/ui/node_modules/lit-element": { + "version": "4.1.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.2.0", + "@lit/reactive-element": "^2.0.4", + "lit-html": "^3.2.0" } }, - "node_modules/micromatch": { - "version": "4.0.7", - "license": "MIT", + "node_modules/@web3modal/ui/node_modules/lit-html": { + "version": "3.2.0", + "license": "BSD-3-Clause", "dependencies": { - "braces": "^3.0.3", - "picomatch": "^2.3.1" - }, - "engines": { - "node": ">=8.6" + "@types/trusted-types": "^2.0.2" } }, - "node_modules/miller-rabin": { - "version": "4.0.1", - "license": "MIT", + "node_modules/@web3modal/wallet": { + "version": "5.0.11", + "license": "Apache-2.0", "dependencies": { - "bn.js": "^4.0.0", - "brorand": "^1.0.1" - }, - "bin": { - "miller-rabin": "bin/miller-rabin" + "@walletconnect/logger": "2.1.2", + "@web3modal/common": "5.0.11", + "@web3modal/polyfills": "5.0.11", + "zod": "3.22.4" } }, - "node_modules/miller-rabin/node_modules/bn.js": { - "version": "4.12.0", - "license": "MIT" - }, - "node_modules/mime-db": { - "version": "1.52.0", + "node_modules/abitype": { + "version": "1.0.0", "license": "MIT", - "engines": { - "node": ">= 0.6" + "funding": { + "url": "https://github.com/sponsors/wevm" + }, + "peerDependencies": { + "typescript": ">=5.0.4", + "zod": "^3 >=3.22.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + }, + "zod": { + "optional": true + } } }, - "node_modules/mime-types": { - "version": "2.1.35", + "node_modules/acorn": { + "version": "7.4.1", "license": "MIT", - "dependencies": { - "mime-db": "1.52.0" + "bin": { + "acorn": "bin/acorn" }, "engines": { - "node": ">= 0.6" + "node": ">=0.4.0" } }, - "node_modules/min-indent": { - "version": "1.0.1", - "dev": true, - "license": "MIT", - "engines": { - "node": ">=4" + "node_modules/acorn-node": { + "version": "1.8.2", + "license": "Apache-2.0", + "dependencies": { + "acorn": "^7.0.0", + "acorn-walk": "^7.0.0", + "xtend": "^4.0.2" } }, - "node_modules/minify": { - "version": "6.0.1", + "node_modules/acorn-walk": { + "version": "7.2.0", "license": "MIT", - "dependencies": { - "clean-css": "^4.1.6", - "css-b64-images": "~0.2.5", - "debug": "^4.1.0", - "html-minifier-terser": "^5.1.1", - "terser": "^5.3.2", - "try-to-catch": "^3.0.0" - }, - "bin": { - "minify": "bin/minify.js" - }, "engines": { - "node": ">=12" + "node": ">=0.4.0" } }, - "node_modules/minimalistic-assert": { - "version": "1.0.1", - "license": "ISC" - }, - "node_modules/minimalistic-crypto-utils": { - "version": "1.0.1", + "node_modules/aes-js": { + "version": "3.0.0", "license": "MIT" }, - "node_modules/minimatch": { - "version": "3.1.2", - "license": "ISC", + "node_modules/ajv": { + "version": "6.12.4", + "license": "MIT", "dependencies": { - "brace-expansion": "^1.1.7" + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" }, - "engines": { - "node": "*" - } - }, - "node_modules/minimist": { - "version": "1.2.8", - "license": "MIT", "funding": { - "url": "https://github.com/sponsors/ljharb" + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "node_modules/minipass": { - "version": "7.1.2", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", - "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "node_modules/ansi-regex": { + "version": "5.0.1", + "license": "MIT", "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=8" } }, - "node_modules/mkdirp": { - "version": "0.5.6", - "dev": true, + "node_modules/ansi-styles": { + "version": "4.3.0", "license": "MIT", "dependencies": { - "minimist": "^1.2.6" + "color-convert": "^2.0.1" }, - "bin": { - "mkdirp": "bin/cmd.js" + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "node_modules/mkdirp-classic": { - "version": "0.5.3", + "node_modules/any-promise": { + "version": "1.3.0", "license": "MIT" }, - "node_modules/mode-watcher": { - "version": "0.4.0", - "resolved": "https://registry.npmjs.org/mode-watcher/-/mode-watcher-0.4.0.tgz", - "integrity": "sha512-zuHYgY7Cq4NAB1JHj0NpxTKfx6RMH3A2yAoDfjF1UTaIbgWzRyCQRcK/uE9EuVt2PqAGZZbqxRC0h9eB1hfyJQ==", - "peerDependencies": { - "svelte": "^4.0.0 || ^5.0.0-next.1" - } - }, - "node_modules/module-deps": { - "version": "6.2.3", - "license": "MIT", + "node_modules/anymatch": { + "version": "3.1.3", + "license": "ISC", "dependencies": { - "browser-resolve": "^2.0.0", - "cached-path-relative": "^1.0.2", - "concat-stream": "~1.6.0", - "defined": "^1.0.0", - "detective": "^5.2.0", - "duplexer2": "^0.1.2", - "inherits": "^2.0.1", - "JSONStream": "^1.0.3", - "parents": "^1.0.0", - "readable-stream": "^2.0.2", - "resolve": "^1.4.0", - "stream-combiner2": "^1.1.1", - "subarg": "^1.0.0", - "through2": "^2.0.0", - "xtend": "^4.0.0" - }, - "bin": { - "module-deps": "bin/cmd.js" + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" }, "engines": { - "node": ">= 0.8.0" + "node": ">= 8" } }, - "node_modules/mri": { - "version": "1.2.0", - "dev": true, + "node_modules/arg": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", + "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==" + }, + "node_modules/aria-query": { + "version": "5.3.0", + "license": "Apache-2.0", + "dependencies": { + "dequal": "^2.0.3" + } + }, + "node_modules/asn1.js": { + "version": "4.10.1", "license": "MIT", - "engines": { - "node": ">=4" + "dependencies": { + "bn.js": "^4.0.0", + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, - "node_modules/mrmime": { - "version": "1.0.1", - "dev": true, + "node_modules/asn1.js/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "node_modules/assert": { + "version": "2.1.0", "license": "MIT", - "engines": { - "node": ">=10" + "dependencies": { + "call-bind": "^1.0.2", + "is-nan": "^1.3.2", + "object-is": "^1.1.5", + "object.assign": "^4.1.4", + "util": "^0.12.5" } }, - "node_modules/ms": { - "version": "2.1.2", + "node_modules/asynckit": { + "version": "0.4.0", "license": "MIT" }, - "node_modules/multicoin-address-validator": { - "version": "0.5.15", + "node_modules/atomic-sleep": { + "version": "1.0.0", "license": "MIT", + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/autoprefixer": { + "version": "10.4.20", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", + "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], "dependencies": { - "base-x": "^3.0.9", - "browserify-bignum": "^1.3.0-2", - "bundle": "^2.1.0", - "cbor-js": "^0.1.0", - "crc": "^3.8.0", - "js-sha512": "^0.8.0", - "jssha": "^2.4.2", - "lodash.isequal": "^4.5.0", - "minify": "^6.0.1" + "browserslist": "^4.23.3", + "caniuse-lite": "^1.0.30001646", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.1", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" }, "engines": { - "node": ">=12.0.0" + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "node_modules/mustache": { - "version": "4.0.0", + "node_modules/available-typed-arrays": { + "version": "1.0.7", "license": "MIT", - "bin": { - "mustache": "bin/mustache" + "dependencies": { + "possible-typed-array-names": "^1.0.0" }, "engines": { - "npm": ">=1.4.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/mz": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", - "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "node_modules/axobject-query": { + "version": "4.0.0", + "license": "Apache-2.0", "dependencies": { - "any-promise": "^1.0.0", - "object-assign": "^4.0.1", - "thenify-all": "^1.0.0" + "dequal": "^2.0.3" } }, - "node_modules/near-abi": { - "version": "0.1.1", - "license": "(MIT AND Apache-2.0)", - "dependencies": { - "@types/json-schema": "^7.0.11" - } - }, - "node_modules/near-api-js": { - "version": "4.0.2", - "license": "(MIT AND Apache-2.0)", - "dependencies": { - "@near-js/accounts": "1.2.1", - "@near-js/crypto": "1.2.4", - "@near-js/keystores": "0.0.12", - "@near-js/keystores-browser": "0.0.12", - "@near-js/keystores-node": "0.0.12", - "@near-js/providers": "0.2.2", - "@near-js/signers": "0.1.4", - "@near-js/transactions": "1.2.2", - "@near-js/types": "0.2.1", - "@near-js/utils": "0.2.2", - "@near-js/wallet-account": "1.2.2", - "@noble/curves": "1.2.0", - "borsh": "1.0.0", - "depd": "2.0.0", - "http-errors": "1.7.2", - "near-abi": "0.1.1", - "node-fetch": "2.6.7" - } - }, - "node_modules/near-api-js/node_modules/node-fetch": { - "version": "2.6.7", - "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, - "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } + "node_modules/balanced-match": { + "version": "1.0.2", + "license": "MIT" }, - "node_modules/no-case": { - "version": "3.0.4", + "node_modules/base-x": { + "version": "3.0.9", "license": "MIT", "dependencies": { - "lower-case": "^2.0.2", - "tslib": "^2.0.3" + "safe-buffer": "^5.0.1" } }, - "node_modules/node-addon-api": { - "version": "2.0.2", + "node_modules/base64-js": { + "version": "1.5.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], "license": "MIT" }, - "node_modules/node-dijkstra": { - "version": "2.5.0", + "node_modules/bech32": { + "version": "1.1.4", "license": "MIT" }, - "node_modules/node-fetch": { - "version": "2.7.0", + "node_modules/big.js": { + "version": "3.2.0", "license": "MIT", - "dependencies": { - "whatwg-url": "^5.0.0" - }, "engines": { - "node": "4.x || >=6.0.0" - }, - "peerDependencies": { - "encoding": "^0.1.0" - }, - "peerDependenciesMeta": { - "encoding": { - "optional": true - } - } - }, - "node_modules/node-gyp-build": { - "version": "4.8.1", - "license": "MIT", - "bin": { - "node-gyp-build": "bin.js", - "node-gyp-build-optional": "optional.js", - "node-gyp-build-test": "build-test.js" + "node": "*" } }, - "node_modules/node-releases": { - "version": "2.0.17", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.17.tgz", - "integrity": "sha512-Ww6ZlOiEQfPfXM45v17oabk77Z7mg5bOt7AjDyzy7RjK9OrLrLC8dyZQoAPEOtFX9SaNf1Tdvr5gRJWdTJj7GA==", - "dev": true - }, - "node_modules/normalize-path": { - "version": "3.0.0", + "node_modules/bignumber.js": { + "version": "9.1.2", "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": "*" } }, - "node_modules/normalize-range": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", - "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "dev": true, + "node_modules/binary-extensions": { + "version": "2.3.0", + "license": "MIT", "engines": { - "node": ">=0.10.0" - } - }, - "node_modules/npm-bundled": { - "version": "2.0.1", - "dev": true, - "license": "ISC", - "dependencies": { - "npm-normalize-package-bin": "^2.0.0" + "node": ">=8" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" - } - }, - "node_modules/npm-normalize-package-bin": { - "version": "2.0.0", - "dev": true, - "license": "ISC", - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/npm-packlist": { - "version": "5.1.3", - "dev": true, - "license": "ISC", + "node_modules/bits-ui": { + "version": "0.21.12", + "license": "MIT", "dependencies": { - "glob": "^8.0.1", - "ignore-walk": "^5.0.1", - "npm-bundled": "^2.0.0", - "npm-normalize-package-bin": "^2.0.0" + "@internationalized/date": "^3.5.1", + "@melt-ui/svelte": "0.76.2", + "nanoid": "^5.0.5" }, - "bin": { - "npm-packlist": "bin/index.js" + "funding": { + "url": "https://github.com/sponsors/huntabyte" }, - "engines": { - "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + "peerDependencies": { + "svelte": "^4.0.0 || ^5.0.0-next.118" } }, - "node_modules/npm-packlist/node_modules/brace-expansion": { - "version": "2.0.1", + "node_modules/bn.js": { + "version": "5.2.1", + "license": "MIT" + }, + "node_modules/bootstrap": { + "version": "5.3.3", "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/twbs" + }, + { + "type": "opencollective", + "url": "https://opencollective.com/bootstrap" + } + ], "license": "MIT", - "dependencies": { - "balanced-match": "^1.0.0" + "peerDependencies": { + "@popperjs/core": "^2.11.8" } }, - "node_modules/npm-packlist/node_modules/glob": { - "version": "8.1.0", - "dev": true, - "license": "ISC", - "dependencies": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/isaacs" - } + "node_modules/borsh": { + "version": "1.0.0", + "license": "Apache-2.0" }, - "node_modules/npm-packlist/node_modules/minimatch": { - "version": "5.1.6", - "dev": true, - "license": "ISC", + "node_modules/brace-expansion": { + "version": "1.1.11", + "license": "MIT", "dependencies": { - "brace-expansion": "^2.0.1" - }, - "engines": { - "node": ">=10" + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" } }, - "node_modules/object-assign": { - "version": "4.1.1", + "node_modules/braces": { + "version": "3.0.3", "license": "MIT", + "dependencies": { + "fill-range": "^7.1.1" + }, "engines": { - "node": ">=0.10.0" + "node": ">=8" } }, - "node_modules/object-hash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", - "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", - "engines": { - "node": ">= 6" - } + "node_modules/brorand": { + "version": "1.1.0", + "license": "MIT" }, - "node_modules/object-inspect": { - "version": "1.13.1", + "node_modules/browser-pack": { + "version": "6.1.0", "license": "MIT", - "funding": { - "url": "https://github.com/sponsors/ljharb" + "dependencies": { + "combine-source-map": "~0.8.0", + "defined": "^1.0.0", + "JSONStream": "^1.0.3", + "safe-buffer": "^5.1.1", + "through2": "^2.0.0", + "umd": "^3.0.0" + }, + "bin": { + "browser-pack": "bin/cmd.js" } }, - "node_modules/object-keys": { - "version": "1.1.1", + "node_modules/browser-resolve": { + "version": "2.0.0", "license": "MIT", - "engines": { - "node": ">= 0.4" + "dependencies": { + "resolve": "^1.17.0" } }, - "node_modules/object.assign": { - "version": "4.1.5", + "node_modules/browserify": { + "version": "17.0.0", "license": "MIT", "dependencies": { - "call-bind": "^1.0.5", - "define-properties": "^1.2.1", - "has-symbols": "^1.0.3", - "object-keys": "^1.1.1" + "assert": "^1.4.0", + "browser-pack": "^6.0.1", + "browser-resolve": "^2.0.0", + "browserify-zlib": "~0.2.0", + "buffer": "~5.2.1", + "cached-path-relative": "^1.0.0", + "concat-stream": "^1.6.0", + "console-browserify": "^1.1.0", + "constants-browserify": "~1.0.0", + "crypto-browserify": "^3.0.0", + "defined": "^1.0.0", + "deps-sort": "^2.0.1", + "domain-browser": "^1.2.0", + "duplexer2": "~0.1.2", + "events": "^3.0.0", + "glob": "^7.1.0", + "has": "^1.0.0", + "htmlescape": "^1.1.0", + "https-browserify": "^1.0.0", + "inherits": "~2.0.1", + "insert-module-globals": "^7.2.1", + "JSONStream": "^1.0.3", + "labeled-stream-splicer": "^2.0.0", + "mkdirp-classic": "^0.5.2", + "module-deps": "^6.2.3", + "os-browserify": "~0.3.0", + "parents": "^1.0.1", + "path-browserify": "^1.0.0", + "process": "~0.11.0", + "punycode": "^1.3.2", + "querystring-es3": "~0.2.0", + "read-only-stream": "^2.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.1.4", + "shasum-object": "^1.0.0", + "shell-quote": "^1.6.1", + "stream-browserify": "^3.0.0", + "stream-http": "^3.0.0", + "string_decoder": "^1.1.1", + "subarg": "^1.0.0", + "syntax-error": "^1.1.1", + "through2": "^2.0.0", + "timers-browserify": "^1.0.1", + "tty-browserify": "0.0.1", + "url": "~0.11.0", + "util": "~0.12.0", + "vm-browserify": "^1.0.0", + "xtend": "^4.0.0" }, - "engines": { - "node": ">= 0.4" + "bin": { + "browserify": "bin/cmd.js" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">= 0.8" } }, - "node_modules/once": { - "version": "1.4.0", - "license": "ISC", + "node_modules/browserify-aes": { + "version": "1.2.0", + "license": "MIT", "dependencies": { - "wrappy": "1" + "buffer-xor": "^1.0.3", + "cipher-base": "^1.0.0", + "create-hash": "^1.1.0", + "evp_bytestokey": "^1.0.3", + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, - "node_modules/os-browserify": { - "version": "0.3.0", - "license": "MIT" - }, - "node_modules/package-json-from-dist": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", - "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" - }, - "node_modules/pako": { - "version": "1.0.11", - "license": "(MIT AND Zlib)" + "node_modules/browserify-bignum": { + "version": "1.3.0-2", + "license": "MIT", + "engines": { + "node": "*" + } }, - "node_modules/param-case": { - "version": "3.0.4", + "node_modules/browserify-cipher": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "dot-case": "^3.0.4", - "tslib": "^2.0.3" + "browserify-aes": "^1.0.4", + "browserify-des": "^1.0.0", + "evp_bytestokey": "^1.0.0" } }, - "node_modules/parent-module": { - "version": "1.0.1", - "dev": true, + "node_modules/browserify-des": { + "version": "1.0.2", "license": "MIT", "dependencies": { - "callsites": "^3.0.0" - }, - "engines": { - "node": ">=6" + "cipher-base": "^1.0.1", + "des.js": "^1.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" } }, - "node_modules/parents": { - "version": "1.0.1", + "node_modules/browserify-rsa": { + "version": "4.1.0", "license": "MIT", "dependencies": { - "path-platform": "~0.11.15" + "bn.js": "^5.0.0", + "randombytes": "^2.0.1" } }, - "node_modules/parse-asn1": { - "version": "5.1.7", + "node_modules/browserify-sign": { + "version": "4.2.3", "license": "ISC", "dependencies": { - "asn1.js": "^4.10.1", - "browserify-aes": "^1.2.0", - "evp_bytestokey": "^1.0.3", + "bn.js": "^5.2.1", + "browserify-rsa": "^4.1.0", + "create-hash": "^1.2.0", + "create-hmac": "^1.1.7", + "elliptic": "^6.5.5", "hash-base": "~3.0", - "pbkdf2": "^3.1.2", + "inherits": "^2.0.4", + "parse-asn1": "^5.1.7", + "readable-stream": "^2.3.8", "safe-buffer": "^5.2.1" }, "engines": { - "node": ">= 0.10" + "node": ">= 0.12" } }, - "node_modules/parse-json": { - "version": "2.2.0", + "node_modules/browserify-zlib": { + "version": "0.2.0", "license": "MIT", "dependencies": { - "error-ex": "^1.2.0" - }, - "engines": { - "node": ">=0.10.0" + "pako": "~1.0.5" } }, - "node_modules/pascal-case": { - "version": "3.1.2", + "node_modules/browserify/node_modules/assert": { + "version": "1.5.1", "license": "MIT", "dependencies": { - "no-case": "^3.0.4", - "tslib": "^2.0.3" + "object.assign": "^4.1.4", + "util": "^0.10.4" } }, - "node_modules/path-browserify": { - "version": "1.0.1", - "license": "MIT" - }, - "node_modules/path-is-absolute": { - "version": "1.0.1", + "node_modules/browserify/node_modules/assert/node_modules/util": { + "version": "0.10.4", "license": "MIT", - "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==", - "engines": { - "node": ">=8" + "dependencies": { + "inherits": "2.0.3" } }, - "node_modules/path-parse": { - "version": "1.0.7", - "license": "MIT" - }, - "node_modules/path-platform": { - "version": "0.11.15", - "license": "MIT", - "engines": { - "node": ">= 0.8.0" - } + "node_modules/browserify/node_modules/inherits": { + "version": "2.0.3", + "license": "ISC" }, - "node_modules/path-scurry": { - "version": "1.11.1", - "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", - "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "node_modules/browserslist": { + "version": "4.23.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.23.3.tgz", + "integrity": "sha512-btwCFJVjI4YWDNfau8RhZ+B1Q/VLoUITrm3RlP6y1tYGWIOa+InuYiRGXUBXo8nA1qKmHMyLB/iVQg5TT4eFoA==", + "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": { - "lru-cache": "^10.2.0", - "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + "caniuse-lite": "^1.0.30001646", + "electron-to-chromium": "^1.5.4", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.0" }, - "engines": { - "node": ">=16 || 14 >=14.18" + "bin": { + "browserslist": "cli.js" }, - "funding": { - "url": "https://github.com/sponsors/isaacs" + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "node_modules/path-scurry/node_modules/lru-cache": { - "version": "10.4.3", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", - "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" - }, - "node_modules/pbkdf2": { - "version": "3.1.2", + "node_modules/bs58": { + "version": "4.0.0", "license": "MIT", "dependencies": { - "create-hash": "^1.1.2", - "create-hmac": "^1.1.4", - "ripemd160": "^2.0.1", - "safe-buffer": "^5.0.1", - "sha.js": "^2.4.8" - }, - "engines": { - "node": ">=0.12" + "base-x": "^2.0.1" } }, - "node_modules/periscopic": { - "version": "3.1.0", + "node_modules/bs58/node_modules/base-x": { + "version": "2.0.6", "license": "MIT", "dependencies": { - "@types/estree": "^1.0.0", - "estree-walker": "^3.0.0", - "is-reference": "^3.0.0" + "safe-buffer": "^5.0.1" + }, + "engines": { + "node": ">=4.5.0" } }, - "node_modules/periscopic/node_modules/estree-walker": { - "version": "3.0.3", + "node_modules/buffer": { + "version": "5.2.1", "license": "MIT", "dependencies": { - "@types/estree": "^1.0.0" + "base64-js": "^1.0.2", + "ieee754": "^1.1.4" } }, - "node_modules/picocolors": { - "version": "1.0.1", - "license": "ISC" + "node_modules/buffer-crc32": { + "version": "0.2.13", + "dev": true, + "license": "MIT", + "engines": { + "node": "*" + } }, - "node_modules/picomatch": { - "version": "2.3.1", + "node_modules/buffer-from": { + "version": "1.1.2", + "license": "MIT" + }, + "node_modules/buffer-xor": { + "version": "1.0.3", + "license": "MIT" + }, + "node_modules/builtin-status-codes": { + "version": "3.0.0", + "license": "MIT" + }, + "node_modules/bundle": { + "version": "2.1.0", + "license": "MIT" + }, + "node_modules/cached-path-relative": { + "version": "1.1.0", + "license": "MIT" + }, + "node_modules/call-bind": { + "version": "1.0.7", "license": "MIT", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, "engines": { - "node": ">=8.6" + "node": ">= 0.4" }, "funding": { - "url": "https://github.com/sponsors/jonschlinkert" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "node_modules/callsites": { + "version": "3.1.0", + "dev": true, + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "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==", - "engines": { - "node": ">= 6" + "node_modules/camel-case": { + "version": "4.1.2", + "license": "MIT", + "dependencies": { + "pascal-case": "^3.1.2", + "tslib": "^2.0.3" } }, - "node_modules/possible-typed-array-names": { - "version": "1.0.0", + "node_modules/camelcase": { + "version": "5.3.1", "license": "MIT", "engines": { - "node": ">= 0.4" + "node": ">=6" } }, - "node_modules/postcss": { - "version": "8.4.38", + "node_modules/camelcase-css": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", + "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001651", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001651.tgz", + "integrity": "sha512-9Cf+Xv1jJNe1xPZLGuUXLNkE1BoDkqRqYyFJ9TDYSqhduqA4hu4oR9HluGoWYQC/aj8WHjsGVV+bwkh0+tegRg==", + "dev": true, "funding": [ { "type": "opencollective", - "url": "https://opencollective.com/postcss/" + "url": "https://opencollective.com/browserslist" }, { "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/postcss" + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" }, { "type": "github", "url": "https://github.com/sponsors/ai" } - ], + ] + }, + "node_modules/cbor-js": { + "version": "0.1.0", + "license": "MIT" + }, + "node_modules/chokidar": { + "version": "3.6.0", "license": "MIT", "dependencies": { - "nanoid": "^3.3.7", - "picocolors": "^1.0.0", - "source-map-js": "^1.2.0" + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" }, "engines": { - "node": "^10 || ^12 || >=14" + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "node_modules/postcss-import": { - "version": "15.1.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", - "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "node_modules/cipher-base": { + "version": "1.0.4", + "license": "MIT", "dependencies": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" - }, - "engines": { - "node": ">=14.0.0" - }, - "peerDependencies": { - "postcss": "^8.0.0" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" } }, - "node_modules/postcss-js": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", - "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "node_modules/citty": { + "version": "0.1.6", + "license": "MIT", "dependencies": { - "camelcase-css": "^2.0.1" - }, - "engines": { - "node": "^12 || ^14 || >= 16" - }, - "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.4.21" + "consola": "^3.2.3" } }, - "node_modules/postcss-load-config": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", - "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", - "funding": [ - { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], + "node_modules/clean-css": { + "version": "4.2.4", + "license": "MIT", "dependencies": { - "lilconfig": "^3.0.0", - "yaml": "^2.3.4" + "source-map": "~0.6.0" }, "engines": { - "node": ">= 14" - }, - "peerDependencies": { - "postcss": ">=8.0.9", - "ts-node": ">=9.0.0" - }, - "peerDependenciesMeta": { - "postcss": { - "optional": true - }, - "ts-node": { - "optional": true - } + "node": ">= 4.0" } }, - "node_modules/postcss-load-config/node_modules/lilconfig": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", - "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", + "node_modules/clean-css/node_modules/source-map": { + "version": "0.6.1", + "license": "BSD-3-Clause", "engines": { - "node": ">=14" - }, - "funding": { - "url": "https://github.com/sponsors/antonk52" + "node": ">=0.10.0" } }, - "node_modules/postcss-nested": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.0.1.tgz", - "integrity": "sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==", + "node_modules/clipboardy": { + "version": "4.0.0", + "license": "MIT", "dependencies": { - "postcss-selector-parser": "^6.0.11" + "execa": "^8.0.1", + "is-wsl": "^3.1.0", + "is64bit": "^2.0.0" }, "engines": { - "node": ">=12.0" + "node": ">=18" }, "funding": { - "type": "opencollective", - "url": "https://opencollective.com/postcss/" - }, - "peerDependencies": { - "postcss": "^8.2.14" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/postcss-nested/node_modules/postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "node_modules/cliui": { + "version": "6.0.0", + "license": "ISC", "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, - "engines": { - "node": ">=4" + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" } }, - "node_modules/postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", - "dev": true, - "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" - }, + "node_modules/clsx": { + "version": "1.2.1", + "license": "MIT", "engines": { - "node": ">=4" + "node": ">=6" } }, - "node_modules/postcss-value-parser": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + "node_modules/code-red": { + "version": "1.0.4", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15", + "@types/estree": "^1.0.1", + "acorn": "^8.10.0", + "estree-walker": "^3.0.3", + "periscopic": "^3.1.0" + } }, - "node_modules/postcss/node_modules/nanoid": { - "version": "3.3.7", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/ai" - } - ], + "node_modules/code-red/node_modules/acorn": { + "version": "8.11.3", "license": "MIT", "bin": { - "nanoid": "bin/nanoid.cjs" + "acorn": "bin/acorn" }, "engines": { - "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + "node": ">=0.4.0" } }, - "node_modules/process": { - "version": "0.11.10", + "node_modules/code-red/node_modules/estree-walker": { + "version": "3.0.3", "license": "MIT", - "engines": { - "node": ">= 0.6.0" + "dependencies": { + "@types/estree": "^1.0.0" } }, - "node_modules/process-nextick-args": { + "node_modules/color-convert": { "version": "2.0.1", - "license": "MIT" - }, - "node_modules/public-encrypt": { - "version": "4.0.3", "license": "MIT", "dependencies": { - "bn.js": "^4.1.0", - "browserify-rsa": "^4.0.0", - "create-hash": "^1.1.0", - "parse-asn1": "^5.0.0", - "randombytes": "^2.0.1", - "safe-buffer": "^5.1.2" + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "node_modules/public-encrypt/node_modules/bn.js": { - "version": "4.12.0", + "node_modules/color-name": { + "version": "1.1.4", "license": "MIT" }, - "node_modules/publint": { - "version": "0.1.16", - "dev": true, + "node_modules/combine-source-map": { + "version": "0.8.0", "license": "MIT", "dependencies": { - "npm-packlist": "^5.1.3", - "picocolors": "^1.0.0", - "sade": "^1.8.1" - }, - "bin": { - "publint": "lib/cli.js" + "convert-source-map": "~1.1.0", + "inline-source-map": "~0.6.0", + "lodash.memoize": "~3.0.3", + "source-map": "~0.5.3" + } + }, + "node_modules/combined-stream": { + "version": "1.0.8", + "license": "MIT", + "dependencies": { + "delayed-stream": "~1.0.0" }, "engines": { - "node": ">=16" - }, - "funding": { - "url": "https://bjornlu.com/sponsor" + "node": ">= 0.8" } }, - "node_modules/punycode": { - "version": "1.4.1", + "node_modules/commander": { + "version": "4.1.1", + "license": "MIT", + "engines": { + "node": ">= 6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", "license": "MIT" }, - "node_modules/qs": { - "version": "6.11.2", - "license": "BSD-3-Clause", + "node_modules/concat-stream": { + "version": "1.6.2", + "engines": [ + "node >= 0.8" + ], + "license": "MIT", "dependencies": { - "side-channel": "^1.0.4" - }, - "engines": { - "node": ">=0.6" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" } }, - "node_modules/querystring-es3": { - "version": "0.2.1", + "node_modules/confbox": { + "version": "0.1.7", + "license": "MIT" + }, + "node_modules/consola": { + "version": "3.2.3", + "license": "MIT", "engines": { - "node": ">=0.4.x" + "node": "^14.18.0 || >=16.10.0" } }, - "node_modules/queue-microtask": { - "version": "1.2.3", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "node_modules/console-browserify": { + "version": "1.2.0" + }, + "node_modules/constants-browserify": { + "version": "1.0.0", "license": "MIT" }, - "node_modules/randombytes": { - "version": "2.1.0", + "node_modules/convert-source-map": { + "version": "1.1.3", + "license": "MIT" + }, + "node_modules/cookie": { + "version": "0.5.0", + "dev": true, "license": "MIT", - "dependencies": { - "safe-buffer": "^5.1.0" + "engines": { + "node": ">= 0.6" } }, - "node_modules/randomfill": { - "version": "1.0.4", + "node_modules/cookie-es": { + "version": "1.2.2", + "license": "MIT" + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "license": "MIT" + }, + "node_modules/crc": { + "version": "3.8.0", "license": "MIT", "dependencies": { - "randombytes": "^2.0.5", - "safe-buffer": "^5.1.0" + "buffer": "^5.1.0" } }, - "node_modules/read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "node_modules/create-ecdh": { + "version": "4.0.4", + "license": "MIT", "dependencies": { - "pify": "^2.3.0" + "bn.js": "^4.1.0", + "elliptic": "^6.5.3" } }, - "node_modules/read-only-stream": { - "version": "2.0.0", + "node_modules/create-ecdh/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "node_modules/create-hash": { + "version": "1.2.0", "license": "MIT", "dependencies": { - "readable-stream": "^2.0.2" + "cipher-base": "^1.0.1", + "inherits": "^2.0.1", + "md5.js": "^1.3.4", + "ripemd160": "^2.0.1", + "sha.js": "^2.4.0" } }, - "node_modules/readable-stream": { - "version": "2.3.8", + "node_modules/create-hmac": { + "version": "1.1.7", "license": "MIT", "dependencies": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "cipher-base": "^1.0.3", + "create-hash": "^1.1.0", + "inherits": "^2.0.1", + "ripemd160": "^2.0.0", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" } }, - "node_modules/readable-stream/node_modules/safe-buffer": { - "version": "5.1.2", + "node_modules/create-require": { + "version": "1.1.1", "license": "MIT" }, - "node_modules/readable-stream/node_modules/string_decoder": { - "version": "1.1.1", + "node_modules/cross-fetch": { + "version": "3.1.8", "license": "MIT", "dependencies": { - "safe-buffer": "~5.1.0" + "node-fetch": "^2.6.12" } }, - "node_modules/readdirp": { - "version": "3.6.0", + "node_modules/cross-spawn": { + "version": "7.0.3", "license": "MIT", "dependencies": { - "picomatch": "^2.2.1" + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" }, "engines": { - "node": ">=8.10.0" + "node": ">= 8" } }, - "node_modules/relateurl": { - "version": "0.2.7", + "node_modules/crossws": { + "version": "0.2.4", "license": "MIT", - "engines": { - "node": ">= 0.10" + "peerDependencies": { + "uWebSockets.js": "*" + }, + "peerDependenciesMeta": { + "uWebSockets.js": { + "optional": true + } } }, - "node_modules/resolve": { - "version": "1.22.8", + "node_modules/crypto-browserify": { + "version": "3.12.0", "license": "MIT", "dependencies": { - "is-core-module": "^2.13.0", - "path-parse": "^1.0.7", - "supports-preserve-symlinks-flag": "^1.0.0" - }, - "bin": { - "resolve": "bin/resolve" + "browserify-cipher": "^1.0.0", + "browserify-sign": "^4.0.0", + "create-ecdh": "^4.0.0", + "create-hash": "^1.1.0", + "create-hmac": "^1.1.0", + "diffie-hellman": "^5.0.0", + "inherits": "^2.0.1", + "pbkdf2": "^3.0.3", + "public-encrypt": "^4.0.0", + "randombytes": "^2.0.0", + "randomfill": "^1.0.3" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": "*" } }, - "node_modules/resolve-from": { - "version": "4.0.0", - "dev": true, - "license": "MIT", + "node_modules/css-b64-images": { + "version": "0.2.5", + "bin": { + "css-b64-images": "bin/css-b64-images" + }, "engines": { - "node": ">=4" + "node": "*" } }, - "node_modules/reusify": { - "version": "1.0.4", + "node_modules/css-tree": { + "version": "2.3.1", "license": "MIT", + "dependencies": { + "mdn-data": "2.0.30", + "source-map-js": "^1.0.1" + }, "engines": { - "iojs": ">=1.0.0", - "node": ">=0.10.0" + "node": "^10 || ^12.20.0 || ^14.13.0 || >=15.0.0" } }, - "node_modules/rimraf": { - "version": "2.7.1", - "dev": true, - "license": "ISC", - "dependencies": { - "glob": "^7.1.3" - }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", "bin": { - "rimraf": "bin.js" - } - }, - "node_modules/ripemd160": { - "version": "2.0.2", - "license": "MIT", - "dependencies": { - "hash-base": "^3.0.0", - "inherits": "^2.0.1" - } - }, - "node_modules/run-parallel": { - "version": "1.2.0", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], - "license": "MIT", - "dependencies": { - "queue-microtask": "^1.2.2" - } - }, - "node_modules/sade": { - "version": "1.8.1", - "dev": true, - "license": "MIT", - "dependencies": { - "mri": "^1.1.0" + "cssesc": "bin/cssesc" }, "engines": { - "node": ">=6" + "node": ">=4" } }, - "node_modules/safe-buffer": { - "version": "5.2.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "node_modules/csstype": { + "version": "3.1.3", + "devOptional": true, "license": "MIT" }, - "node_modules/sander": { - "version": "0.5.1", - "dev": true, - "license": "MIT", - "dependencies": { - "es6-promise": "^3.1.2", - "graceful-fs": "^4.1.3", - "mkdirp": "^0.5.1", - "rimraf": "^2.5.2" - } - }, - "node_modules/satoshi-bitcoin": { - "version": "1.0.4", - "license": "MIT", - "dependencies": { - "big.js": "^3.1.3" - } + "node_modules/dash-ast": { + "version": "1.0.0", + "license": "Apache-2.0" }, - "node_modules/scrypt-js": { - "version": "3.0.1", + "node_modules/dayjs": { + "version": "1.11.10", "license": "MIT" }, - "node_modules/secp256k1": { - "version": "4.0.2", - "hasInstallScript": true, + "node_modules/debug": { + "version": "4.3.4", "license": "MIT", "dependencies": { - "elliptic": "^6.5.2", - "node-addon-api": "^2.0.0", - "node-gyp-build": "^4.2.0" + "ms": "2.1.2" }, "engines": { - "node": ">=10.0.0" + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "node_modules/semver": { - "version": "7.5.4", - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, + "node_modules/decamelize": { + "version": "1.2.0", + "license": "MIT", "engines": { - "node": ">=10" + "node": ">=0.10.0" } }, - "node_modules/serialize-error": { - "version": "8.1.0", + "node_modules/decode-uri-component": { + "version": "0.2.2", "license": "MIT", - "dependencies": { - "type-fest": "^0.20.2" - }, "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "node": ">=0.10" } }, - "node_modules/set-cookie-parser": { - "version": "2.6.0", + "node_modules/dedent-js": { + "version": "1.0.1", "dev": true, "license": "MIT" }, - "node_modules/set-function-length": { - "version": "1.2.2", + "node_modules/deepmerge": { + "version": "4.3.1", + "dev": true, "license": "MIT", - "dependencies": { - "define-data-property": "^1.1.4", - "es-errors": "^1.3.0", - "function-bind": "^1.1.2", - "get-intrinsic": "^1.2.4", - "gopd": "^1.0.1", - "has-property-descriptors": "^1.0.2" - }, "engines": { - "node": ">= 0.4" - } - }, - "node_modules/setprototypeof": { - "version": "1.1.1", - "license": "ISC" - }, - "node_modules/sha.js": { - "version": "2.4.11", - "license": "(MIT AND BSD-3-Clause)", - "dependencies": { - "inherits": "^2.0.1", - "safe-buffer": "^5.0.1" - }, - "bin": { - "sha.js": "bin.js" - } - }, - "node_modules/shasum-object": { - "version": "1.0.0", - "license": "Apache-2.0", - "dependencies": { - "fast-safe-stringify": "^2.0.7" + "node": ">=0.10.0" } }, - "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==", + "node_modules/define-data-property": { + "version": "1.1.4", + "license": "MIT", "dependencies": { - "shebang-regex": "^3.0.0" + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" }, "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==", - "engines": { - "node": ">=8" - } - }, - "node_modules/shell-quote": { - "version": "1.8.1", - "license": "MIT", + "node": ">= 0.4" + }, "funding": { "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/side-channel": { - "version": "1.0.6", + "node_modules/define-properties": { + "version": "1.2.1", "license": "MIT", "dependencies": { - "call-bind": "^1.0.7", - "es-errors": "^1.3.0", - "get-intrinsic": "^1.2.4", - "object-inspect": "^1.13.1" + "define-data-property": "^1.0.1", + "has-property-descriptors": "^1.0.0", + "object-keys": "^1.1.1" }, "engines": { "node": ">= 0.4" @@ -8986,145 +9553,166 @@ "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/signal-exit": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", - "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", - "engines": { - "node": ">=14" - }, + "node_modules/defined": { + "version": "1.0.1", + "license": "MIT", "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/simple-concat": { - "version": "1.0.1", - "funding": [ - { - "type": "github", - "url": "https://github.com/sponsors/feross" - }, - { - "type": "patreon", - "url": "https://www.patreon.com/feross" - }, - { - "type": "consulting", - "url": "https://feross.org/support" - } - ], + "node_modules/defu": { + "version": "6.1.4", "license": "MIT" }, - "node_modules/sirv": { - "version": "2.0.4", - "dev": true, + "node_modules/delayed-stream": { + "version": "1.0.0", "license": "MIT", - "dependencies": { - "@polka/url": "^1.0.0-next.24", - "mrmime": "^2.0.0", - "totalist": "^3.0.0" - }, "engines": { - "node": ">= 10" + "node": ">=0.4.0" } }, - "node_modules/sirv/node_modules/mrmime": { + "node_modules/depd": { "version": "2.0.0", - "dev": true, "license": "MIT", "engines": { - "node": ">=10" + "node": ">= 0.8" } }, - "node_modules/sorcery": { - "version": "0.11.0", - "dev": true, + "node_modules/deps-sort": { + "version": "2.0.1", "license": "MIT", "dependencies": { - "@jridgewell/sourcemap-codec": "^1.4.14", - "buffer-crc32": "^0.2.5", - "minimist": "^1.2.0", - "sander": "^0.5.0" + "JSONStream": "^1.0.3", + "shasum-object": "^1.0.0", + "subarg": "^1.0.0", + "through2": "^2.0.0" }, "bin": { - "sorcery": "bin/sorcery" + "deps-sort": "bin/cmd.js" } }, - "node_modules/source-map": { - "version": "0.5.7", - "license": "BSD-3-Clause", + "node_modules/dequal": { + "version": "2.0.3", + "license": "MIT", "engines": { - "node": ">=0.10.0" + "node": ">=6" } }, - "node_modules/source-map-js": { - "version": "1.2.0", - "license": "BSD-3-Clause", - "engines": { - "node": ">=0.10.0" + "node_modules/des.js": { + "version": "1.1.0", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.1", + "minimalistic-assert": "^1.0.0" } }, - "node_modules/source-map-support": { - "version": "0.5.21", + "node_modules/destr": { + "version": "2.0.3", + "license": "MIT" + }, + "node_modules/detect-browser": { + "version": "5.3.0", + "license": "MIT" + }, + "node_modules/detect-indent": { + "version": "6.1.0", + "dev": true, "license": "MIT", - "dependencies": { - "buffer-from": "^1.0.0", - "source-map": "^0.6.0" + "engines": { + "node": ">=8" } }, - "node_modules/source-map-support/node_modules/source-map": { - "version": "0.6.1", - "license": "BSD-3-Clause", + "node_modules/detect-libc": { + "version": "1.0.3", + "license": "Apache-2.0", + "bin": { + "detect-libc": "bin/detect-libc.js" + }, "engines": { - "node": ">=0.10.0" + "node": ">=0.10" } }, - "node_modules/statuses": { - "version": "1.5.0", + "node_modules/detective": { + "version": "5.2.1", "license": "MIT", + "dependencies": { + "acorn-node": "^1.8.2", + "defined": "^1.0.0", + "minimist": "^1.2.6" + }, + "bin": { + "detective": "bin/detective.js" + }, "engines": { - "node": ">= 0.6" + "node": ">=0.8.0" } }, - "node_modules/stream-browserify": { - "version": "3.0.0", + "node_modules/devalue": { + "version": "4.3.3", + "dev": true, + "license": "MIT" + }, + "node_modules/didyoumean": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", + "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==" + }, + "node_modules/diffie-hellman": { + "version": "5.0.3", "license": "MIT", "dependencies": { - "inherits": "~2.0.4", - "readable-stream": "^3.5.0" + "bn.js": "^4.1.0", + "miller-rabin": "^4.0.0", + "randombytes": "^2.0.0" } }, - "node_modules/stream-browserify/node_modules/readable-stream": { - "version": "3.6.2", + "node_modules/diffie-hellman/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "node_modules/dijkstrajs": { + "version": "1.0.3", + "license": "MIT" + }, + "node_modules/dlv": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", + "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==" + }, + "node_modules/domain-browser": { + "version": "1.2.0", "license": "MIT", - "dependencies": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - }, "engines": { - "node": ">= 6" + "node": ">=0.4", + "npm": ">=1.2" } }, - "node_modules/stream-combiner2": { - "version": "1.1.1", + "node_modules/dot-case": { + "version": "3.0.4", "license": "MIT", "dependencies": { - "duplexer2": "~0.1.0", + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/duplexer2": { + "version": "0.1.4", + "license": "BSD-3-Clause", + "dependencies": { "readable-stream": "^2.0.2" } }, - "node_modules/stream-http": { - "version": "3.2.0", + "node_modules/duplexify": { + "version": "4.1.3", "license": "MIT", "dependencies": { - "builtin-status-codes": "^3.0.0", - "inherits": "^2.0.4", - "readable-stream": "^3.6.0", - "xtend": "^4.0.2" + "end-of-stream": "^1.4.1", + "inherits": "^2.0.3", + "readable-stream": "^3.1.1", + "stream-shift": "^1.0.2" } }, - "node_modules/stream-http/node_modules/readable-stream": { + "node_modules/duplexify/node_modules/readable-stream": { "version": "3.6.2", "license": "MIT", "dependencies": { @@ -9136,1193 +9724,5732 @@ "node": ">= 6" } }, - "node_modules/stream-splicer": { - "version": "2.0.1", - "license": "MIT", - "dependencies": { - "inherits": "^2.0.1", - "readable-stream": "^2.0.2" - } - }, - "node_modules/string_decoder": { - "version": "1.3.0", - "license": "MIT", - "dependencies": { - "safe-buffer": "~5.2.0" - } + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==" }, - "node_modules/string-width": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", - "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", - "dependencies": { - "eastasianwidth": "^0.2.0", - "emoji-regex": "^9.2.2", - "strip-ansi": "^7.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" - } + "node_modules/electron-to-chromium": { + "version": "1.5.11", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.11.tgz", + "integrity": "sha512-R1CccCDYqndR25CaXFd6hp/u9RaaMcftMkphmvuepXr5b1vfLkRml6aWVeBhXJ7rbevHkKEMJtz8XqPf7ffmew==", + "dev": true }, - "node_modules/string-width-cjs": { - "name": "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==", + "node_modules/elliptic": { + "version": "6.5.5", + "license": "MIT", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" - }, - "engines": { - "node": ">=8" + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/string-width-cjs/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==", - "engines": { - "node": ">=8" - } + "node_modules/elliptic/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" }, - "node_modules/string-width-cjs/node_modules/emoji-regex": { + "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==" + "license": "MIT" }, - "node_modules/string-width-cjs/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==", - "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } + "node_modules/encode-utf8": { + "version": "1.0.3", + "license": "MIT" }, - "node_modules/strip-ansi": { - "version": "7.1.0", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", - "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "node_modules/end-of-stream": { + "version": "1.4.4", + "license": "MIT", "dependencies": { - "ansi-regex": "^6.0.1" - }, - "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/strip-ansi?sponsor=1" + "once": "^1.4.0" } }, - "node_modules/strip-ansi-cjs": { - "name": "strip-ansi", - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "node_modules/error-ex": { + "version": "1.3.2", + "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" - }, - "engines": { - "node": ">=8" - } - }, - "node_modules/strip-ansi-cjs/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==", - "engines": { - "node": ">=8" + "is-arrayish": "^0.2.1" } }, - "node_modules/strip-bom": { - "version": "2.0.0", + "node_modules/es-define-property": { + "version": "1.0.0", "license": "MIT", "dependencies": { - "is-utf8": "^0.2.0" + "get-intrinsic": "^1.2.4" }, "engines": { - "node": ">=0.10.0" + "node": ">= 0.4" } }, - "node_modules/strip-indent": { - "version": "3.0.0", - "dev": true, + "node_modules/es-errors": { + "version": "1.3.0", "license": "MIT", - "dependencies": { - "min-indent": "^1.0.0" - }, "engines": { - "node": ">=8" + "node": ">= 0.4" } }, - "node_modules/strip-json-comments": { - "version": "2.0.1", - "license": "MIT", + "node_modules/es6-promise": { + "version": "3.3.1", + "dev": true, + "license": "MIT" + }, + "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": ">=0.10.0" + "node": ">=6" } }, - "node_modules/subarg": { + "node_modules/esm-env": { "version": "1.0.0", + "dev": true, + "license": "MIT" + }, + "node_modules/estree-walker": { + "version": "2.0.2", + "license": "MIT" + }, + "node_modules/ethers": { + "version": "5.7.2", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "minimist": "^1.1.0" + "@ethersproject/abi": "5.7.0", + "@ethersproject/abstract-provider": "5.7.0", + "@ethersproject/abstract-signer": "5.7.0", + "@ethersproject/address": "5.7.0", + "@ethersproject/base64": "5.7.0", + "@ethersproject/basex": "5.7.0", + "@ethersproject/bignumber": "5.7.0", + "@ethersproject/bytes": "5.7.0", + "@ethersproject/constants": "5.7.0", + "@ethersproject/contracts": "5.7.0", + "@ethersproject/hash": "5.7.0", + "@ethersproject/hdnode": "5.7.0", + "@ethersproject/json-wallets": "5.7.0", + "@ethersproject/keccak256": "5.7.0", + "@ethersproject/logger": "5.7.0", + "@ethersproject/networks": "5.7.1", + "@ethersproject/pbkdf2": "5.7.0", + "@ethersproject/properties": "5.7.0", + "@ethersproject/providers": "5.7.2", + "@ethersproject/random": "5.7.0", + "@ethersproject/rlp": "5.7.0", + "@ethersproject/sha2": "5.7.0", + "@ethersproject/signing-key": "5.7.0", + "@ethersproject/solidity": "5.7.0", + "@ethersproject/strings": "5.7.0", + "@ethersproject/transactions": "5.7.0", + "@ethersproject/units": "5.7.0", + "@ethersproject/wallet": "5.7.0", + "@ethersproject/web": "5.7.1", + "@ethersproject/wordlists": "5.7.0" } }, - "node_modules/sucrase": { - "version": "3.35.0", - "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", - "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", - "dependencies": { - "@jridgewell/gen-mapping": "^0.3.2", - "commander": "^4.0.0", - "glob": "^10.3.10", - "lines-and-columns": "^1.1.6", - "mz": "^2.7.0", - "pirates": "^4.0.1", - "ts-interface-checker": "^0.1.9" - }, - "bin": { - "sucrase": "bin/sucrase", - "sucrase-node": "bin/sucrase-node" - }, + "node_modules/eventemitter3": { + "version": "5.0.1", + "license": "MIT" + }, + "node_modules/events": { + "version": "3.3.0", + "license": "MIT", "engines": { - "node": ">=16 || 14 >=14.17" + "node": ">=0.8.x" } }, - "node_modules/sucrase/node_modules/brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "node_modules/evp_bytestokey": { + "version": "1.0.3", + "license": "MIT", "dependencies": { - "balanced-match": "^1.0.0" + "md5.js": "^1.3.4", + "safe-buffer": "^5.1.1" } }, - "node_modules/sucrase/node_modules/glob": { - "version": "10.4.5", - "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", - "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "node_modules/execa": { + "version": "8.0.1", + "license": "MIT", "dependencies": { - "foreground-child": "^3.1.0", - "jackspeak": "^3.1.2", - "minimatch": "^9.0.4", - "minipass": "^7.1.2", - "package-json-from-dist": "^1.0.0", - "path-scurry": "^1.11.1" + "cross-spawn": "^7.0.3", + "get-stream": "^8.0.1", + "human-signals": "^5.0.0", + "is-stream": "^3.0.0", + "merge-stream": "^2.0.0", + "npm-run-path": "^5.1.0", + "onetime": "^6.0.0", + "signal-exit": "^4.1.0", + "strip-final-newline": "^3.0.0" }, - "bin": { - "glob": "dist/esm/bin.mjs" + "engines": { + "node": ">=16.17" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "node_modules/sucrase/node_modules/minimatch": { - "version": "9.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", - "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", - "dependencies": { - "brace-expansion": "^2.0.1" - }, + "node_modules/extract-files": { + "version": "9.0.0", + "license": "MIT", "engines": { - "node": ">=16 || 14 >=14.17" + "node": "^10.17.0 || ^12.0.0 || >= 13.7.0" }, "funding": { - "url": "https://github.com/sponsors/isaacs" + "url": "https://github.com/sponsors/jaydenseric" } }, - "node_modules/supports-preserve-symlinks-flag": { - "version": "1.0.0", + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "license": "MIT" + }, + "node_modules/fast-glob": { + "version": "3.3.2", "license": "MIT", - "engines": { - "node": ">= 0.4" + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "engines": { + "node": ">=8.6.0" } }, - "node_modules/svelte": { - "version": "4.2.17", + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "license": "MIT" + }, + "node_modules/fast-redact": { + "version": "3.5.0", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/fast-safe-stringify": { + "version": "2.1.1", + "license": "MIT" + }, + "node_modules/fastq": { + "version": "1.17.1", + "license": "ISC", + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/fill-range": { + "version": "7.1.1", "license": "MIT", "dependencies": { - "@ampproject/remapping": "^2.2.1", - "@jridgewell/sourcemap-codec": "^1.4.15", - "@jridgewell/trace-mapping": "^0.3.18", - "@types/estree": "^1.0.1", - "acorn": "^8.9.0", - "aria-query": "^5.3.0", - "axobject-query": "^4.0.0", - "code-red": "^1.0.3", - "css-tree": "^2.3.1", - "estree-walker": "^3.0.3", - "is-reference": "^3.0.1", - "locate-character": "^3.0.0", - "magic-string": "^0.30.4", - "periscopic": "^3.1.0" + "to-regex-range": "^5.0.1" }, "engines": { - "node": ">=16" + "node": ">=8" } }, - "node_modules/svelte-check": { - "version": "3.7.1", - "dev": true, + "node_modules/filter-obj": { + "version": "1.1.0", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/find-up": { + "version": "4.1.0", "license": "MIT", "dependencies": { - "@jridgewell/trace-mapping": "^0.3.17", - "chokidar": "^3.4.1", - "fast-glob": "^3.2.7", - "import-fresh": "^3.2.1", - "picocolors": "^1.0.0", - "sade": "^1.7.4", - "svelte-preprocess": "^5.1.3", - "typescript": "^5.0.3" - }, - "bin": { - "svelte-check": "bin/svelte-check" + "locate-path": "^5.0.0", + "path-exists": "^4.0.0" }, - "peerDependencies": { - "svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0" + "engines": { + "node": ">=8" } }, - "node_modules/svelte-hmr": { - "version": "0.15.3", - "dev": true, - "license": "ISC", + "node_modules/focus-trap": { + "version": "7.5.4", + "license": "MIT", + "dependencies": { + "tabbable": "^6.2.0" + } + }, + "node_modules/for-each": { + "version": "0.3.3", + "license": "MIT", + "dependencies": { + "is-callable": "^1.1.3" + } + }, + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, "engines": { - "node": "^12.20 || ^14.13.1 || >= 16" + "node": ">=14" }, - "peerDependencies": { - "svelte": "^3.19.0 || ^4.0.0" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/svelte-preprocess": { - "version": "5.1.4", - "dev": true, - "hasInstallScript": true, + "node_modules/form-data": { + "version": "3.0.1", "license": "MIT", "dependencies": { - "@types/pug": "^2.0.6", - "detect-indent": "^6.1.0", - "magic-string": "^0.30.5", - "sorcery": "^0.11.0", - "strip-indent": "^3.0.0" + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" }, "engines": { - "node": ">= 16.0.0" - }, - "peerDependencies": { - "@babel/core": "^7.10.2", - "coffeescript": "^2.5.1", - "less": "^3.11.3 || ^4.0.0", - "postcss": "^7 || ^8", - "postcss-load-config": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", - "pug": "^3.0.0", - "sass": "^1.26.8", - "stylus": "^0.55.0", - "sugarss": "^2.0.0 || ^3.0.0 || ^4.0.0", - "svelte": "^3.23.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0", - "typescript": ">=3.9.5 || ^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "@babel/core": { - "optional": true - }, - "coffeescript": { - "optional": true - }, - "less": { - "optional": true - }, - "postcss": { - "optional": true - }, - "postcss-load-config": { - "optional": true - }, - "pug": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true - }, - "typescript": { - "optional": true - } + "node": ">= 6" } }, - "node_modules/svelte-sonner": { - "version": "0.3.27", - "resolved": "https://registry.npmjs.org/svelte-sonner/-/svelte-sonner-0.3.27.tgz", - "integrity": "sha512-+PvbuePNTyTNCepCWqKcFeu+Lo27yYuwfSc7zJvrWjCRMJrWAmccPg3j7jO1W13QoN3TySXU5Trb956VBQiM5Q==", - "peerDependencies": { - "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0-next.1" + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" } }, - "node_modules/svelte/node_modules/acorn": { - "version": "8.11.3", + "node_modules/fs.realpath": { + "version": "1.0.0", + "license": "ISC" + }, + "node_modules/function-bind": { + "version": "1.1.2", "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/svelte/node_modules/estree-walker": { - "version": "3.0.3", + "node_modules/generate-function": { + "version": "2.3.1", "license": "MIT", "dependencies": { - "@types/estree": "^1.0.0" + "is-property": "^1.0.2" } }, - "node_modules/svelte2tsx": { - "version": "0.7.8", - "dev": true, + "node_modules/generate-object-property": { + "version": "1.2.0", "license": "MIT", "dependencies": { - "dedent-js": "^1.0.1", - "pascal-case": "^3.1.1" - }, - "peerDependencies": { - "svelte": "^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0", - "typescript": "^4.9.4 || ^5.0.0" + "is-property": "^1.0.0" } }, - "node_modules/syntax-error": { - "version": "1.4.0", + "node_modules/get-assigned-identifiers": { + "version": "1.2.0", + "license": "Apache-2.0" + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "license": "ISC", + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", "license": "MIT", "dependencies": { - "acorn-node": "^1.2.0" + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tailwind-merge": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.4.0.tgz", - "integrity": "sha512-49AwoOQNKdqKPd9CViyH5wJoSKsCDjUlzL8DxuGp3P1FsGY36NJDAa18jLZcaHAUUuTj+JB8IAo8zWgBNvBF7A==", + "node_modules/get-port-please": { + "version": "3.1.2", + "license": "MIT" + }, + "node_modules/get-stream": { + "version": "8.0.1", + "license": "MIT", + "engines": { + "node": ">=16" + }, "funding": { - "type": "github", - "url": "https://github.com/sponsors/dcastil" + "url": "https://github.com/sponsors/sindresorhus" } }, - "node_modules/tailwind-variants": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.2.1.tgz", - "integrity": "sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==", + "node_modules/glob": { + "version": "7.2.3", + "license": "ISC", "dependencies": { - "tailwind-merge": "^2.2.0" + "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": ">=16.x", - "pnpm": ">=7.x" + "node": "*" }, - "peerDependencies": { - "tailwindcss": "*" + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "node_modules/tailwindcss": { - "version": "3.4.6", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.6.tgz", - "integrity": "sha512-1uRHzPB+Vzu57ocybfZ4jh5Q3SdlH7XW23J5sQoM9LhE9eIOlzxer/3XPSsycvih3rboRsvt0QCmzSrqyOYUIA==", + "node_modules/glob-parent": { + "version": "5.1.2", + "license": "ISC", "dependencies": { - "@alloc/quick-lru": "^5.2.0", - "arg": "^5.0.2", - "chokidar": "^3.5.3", - "didyoumean": "^1.2.2", - "dlv": "^1.1.3", - "fast-glob": "^3.3.0", - "glob-parent": "^6.0.2", - "is-glob": "^4.0.3", - "jiti": "^1.21.0", - "lilconfig": "^2.1.0", - "micromatch": "^4.0.5", - "normalize-path": "^3.0.0", - "object-hash": "^3.0.0", - "picocolors": "^1.0.0", - "postcss": "^8.4.23", - "postcss-import": "^15.1.0", - "postcss-js": "^4.0.1", - "postcss-load-config": "^4.0.1", - "postcss-nested": "^6.0.1", - "postcss-selector-parser": "^6.0.11", - "resolve": "^1.22.2", - "sucrase": "^3.32.0" - }, - "bin": { - "tailwind": "lib/cli.js", - "tailwindcss": "lib/cli.js" + "is-glob": "^4.0.1" }, "engines": { - "node": ">=14.0.0" + "node": ">= 6" } }, - "node_modules/tailwindcss/node_modules/glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "node_modules/globalyzer": { + "version": "0.1.0", + "dev": true, + "license": "MIT" + }, + "node_modules/globrex": { + "version": "0.1.2", + "dev": true, + "license": "MIT" + }, + "node_modules/gopd": { + "version": "1.0.1", + "license": "MIT", "dependencies": { - "is-glob": "^4.0.3" + "get-intrinsic": "^1.1.3" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "dev": true, + "license": "ISC" + }, + "node_modules/graphql": { + "version": "16.8.1", + "license": "MIT", "engines": { - "node": ">=10.13.0" + "node": "^12.22.0 || ^14.16.0 || ^16.0.0 || >=17.0.0" } }, - "node_modules/tailwindcss/node_modules/postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "node_modules/graphql-request": { + "version": "6.1.0", + "license": "MIT", "dependencies": { - "cssesc": "^3.0.0", - "util-deprecate": "^1.0.2" + "@graphql-typed-document-node/core": "^3.2.0", + "cross-fetch": "^3.1.5" }, - "engines": { - "node": ">=4" + "peerDependencies": { + "graphql": "14 - 16" } }, - "node_modules/terser": { - "version": "5.31.0", - "license": "BSD-2-Clause", + "node_modules/graphql-tag": { + "version": "2.12.6", + "license": "MIT", "dependencies": { - "@jridgewell/source-map": "^0.3.3", - "acorn": "^8.8.2", - "commander": "^2.20.0", - "source-map-support": "~0.5.20" - }, - "bin": { - "terser": "bin/terser" + "tslib": "^2.1.0" }, "engines": { "node": ">=10" + }, + "peerDependencies": { + "graphql": "^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" } }, - "node_modules/terser/node_modules/acorn": { - "version": "8.11.3", + "node_modules/h3": { + "version": "1.12.0", "license": "MIT", - "bin": { - "acorn": "bin/acorn" - }, - "engines": { - "node": ">=0.4.0" + "dependencies": { + "cookie-es": "^1.1.0", + "crossws": "^0.2.4", + "defu": "^6.1.4", + "destr": "^2.0.3", + "iron-webcrypto": "^1.1.1", + "ohash": "^1.1.3", + "radix3": "^1.1.2", + "ufo": "^1.5.3", + "uncrypto": "^0.1.3", + "unenv": "^1.9.0" } }, - "node_modules/terser/node_modules/commander": { - "version": "2.20.3", - "license": "MIT" - }, - "node_modules/thenify": { - "version": "3.3.1", - "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", - "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", - "dependencies": { - "any-promise": "^1.0.0" + "node_modules/has": { + "version": "1.0.4", + "license": "MIT", + "engines": { + "node": ">= 0.4.0" } }, - "node_modules/thenify-all": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", - "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "license": "MIT", "dependencies": { - "thenify": ">= 3.1.0 < 4" + "es-define-property": "^1.0.0" }, - "engines": { - "node": ">=0.8" + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/through": { - "version": "2.3.8", - "license": "MIT" - }, - "node_modules/through2": { - "version": "2.0.5", + "node_modules/has-proto": { + "version": "1.0.3", "license": "MIT", - "dependencies": { - "readable-stream": "~2.3.6", - "xtend": "~4.0.1" + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/timers-browserify": { - "version": "1.4.2", - "dependencies": { - "process": "~0.11.0" - }, + "node_modules/has-symbols": { + "version": "1.0.3", + "license": "MIT", "engines": { - "node": ">=0.6.0" + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/tiny-glob": { - "version": "0.2.9", - "dev": true, + "node_modules/has-tostringtag": { + "version": "1.0.2", "license": "MIT", "dependencies": { - "globalyzer": "0.1.0", - "globrex": "^0.1.2" + "has-symbols": "^1.0.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "node_modules/to-regex-range": { - "version": "5.0.1", + "node_modules/hash-base": { + "version": "3.0.4", "license": "MIT", "dependencies": { - "is-number": "^7.0.0" + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" }, "engines": { - "node": ">=8.0" + "node": ">=4" } }, - "node_modules/toidentifier": { - "version": "1.0.0", + "node_modules/hash.js": { + "version": "1.1.7", "license": "MIT", - "engines": { - "node": ">=0.6" + "dependencies": { + "inherits": "^2.0.3", + "minimalistic-assert": "^1.0.1" } }, - "node_modules/totalist": { - "version": "3.0.1", - "dev": true, + "node_modules/hasown": { + "version": "2.0.2", "license": "MIT", + "dependencies": { + "function-bind": "^1.1.2" + }, "engines": { - "node": ">=6" + "node": ">= 0.4" } }, - "node_modules/tr46": { - "version": "0.0.3", - "license": "MIT" - }, - "node_modules/try-to-catch": { - "version": "3.0.1", + "node_modules/he": { + "version": "1.2.0", "license": "MIT", - "engines": { - "node": ">=6" + "bin": { + "he": "bin/he" } }, - "node_modules/ts-interface-checker": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", - "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + "node_modules/hey-listen": { + "version": "1.0.8", + "license": "MIT" }, - "node_modules/tsconfig": { - "version": "5.0.3", + "node_modules/hmac-drbg": { + "version": "1.0.1", "license": "MIT", "dependencies": { - "any-promise": "^1.3.0", - "parse-json": "^2.2.0", - "strip-bom": "^2.0.0", - "strip-json-comments": "^2.0.0" + "hash.js": "^1.0.3", + "minimalistic-assert": "^1.0.0", + "minimalistic-crypto-utils": "^1.0.1" } }, - "node_modules/tsify": { - "version": "5.0.4", + "node_modules/html-minifier-terser": { + "version": "5.1.1", "license": "MIT", "dependencies": { - "convert-source-map": "^1.1.0", - "fs.realpath": "^1.0.0", - "object-assign": "^4.1.0", - "semver": "^6.1.0", - "through2": "^2.0.0", - "tsconfig": "^5.0.3" + "camel-case": "^4.1.1", + "clean-css": "^4.2.3", + "commander": "^4.1.1", + "he": "^1.2.0", + "param-case": "^3.0.3", + "relateurl": "^0.2.7", + "terser": "^4.6.3" }, - "engines": { - "node": ">=0.12" + "bin": { + "html-minifier-terser": "cli.js" }, - "peerDependencies": { - "browserify": ">= 10.x", - "typescript": ">= 2.8" + "engines": { + "node": ">=6" } }, - "node_modules/tsify/node_modules/semver": { - "version": "6.3.1", - "license": "ISC", - "bin": { - "semver": "bin/semver.js" + "node_modules/html-minifier-terser/node_modules/source-map": { + "version": "0.6.1", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" } }, - "node_modules/tslib": { - "version": "2.6.2", - "license": "0BSD" + "node_modules/html-minifier-terser/node_modules/terser": { + "version": "4.8.1", + "license": "BSD-2-Clause", + "dependencies": { + "commander": "^2.20.0", + "source-map": "~0.6.1", + "source-map-support": "~0.5.12" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=6.0.0" + } }, - "node_modules/tty-browserify": { - "version": "0.0.1", + "node_modules/html-minifier-terser/node_modules/terser/node_modules/commander": { + "version": "2.20.3", "license": "MIT" }, - "node_modules/turbo": { - "version": "2.0.6", - "dev": true, + "node_modules/htmlescape": { + "version": "1.1.1", "license": "MIT", - "bin": { - "turbo": "bin/turbo" + "engines": { + "node": ">=0.10" + } + }, + "node_modules/http-errors": { + "version": "1.7.2", + "license": "MIT", + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.1", + "statuses": ">= 1.5.0 < 2", + "toidentifier": "1.0.0" }, - "optionalDependencies": { - "turbo-darwin-64": "2.0.6", - "turbo-darwin-arm64": "2.0.6", - "turbo-linux-64": "2.0.6", - "turbo-linux-arm64": "2.0.6", - "turbo-windows-64": "2.0.6", - "turbo-windows-arm64": "2.0.6" + "engines": { + "node": ">= 0.6" } }, - "node_modules/turbo-linux-64": { - "version": "2.0.6", - "cpu": [ - "x64" - ], - "dev": true, + "node_modules/http-errors/node_modules/depd": { + "version": "1.1.2", "license": "MIT", - "optional": true, - "os": [ - "linux" - ] + "engines": { + "node": ">= 0.6" + } }, - "node_modules/type-fest": { - "version": "0.20.2", - "license": "(MIT OR CC0-1.0)", + "node_modules/http-errors/node_modules/inherits": { + "version": "2.0.3", + "license": "ISC" + }, + "node_modules/http-shutdown": { + "version": "1.2.2", + "license": "MIT", "engines": { - "node": ">=10" - }, - "funding": { - "url": "https://github.com/sponsors/sindresorhus" + "iojs": ">= 1.0.0", + "node": ">= 0.12.0" } }, - "node_modules/typedarray": { - "version": "0.0.6", + "node_modules/https-browserify": { + "version": "1.0.0", "license": "MIT" }, - "node_modules/typescript": { - "version": "5.4.5", + "node_modules/human-signals": { + "version": "5.0.0", "license": "Apache-2.0", - "bin": { - "tsc": "bin/tsc", - "tsserver": "bin/tsserver" - }, "engines": { - "node": ">=14.17" + "node": ">=16.17.0" } }, - "node_modules/umd": { - "version": "3.0.3", - "license": "MIT", - "bin": { - "umd": "bin/cli.js" + "node_modules/idb-keyval": { + "version": "6.2.1", + "license": "Apache-2.0" + }, + "node_modules/ieee754": { + "version": "1.2.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "BSD-3-Clause" + }, + "node_modules/ignore-walk": { + "version": "5.0.1", + "dev": true, + "license": "ISC", + "dependencies": { + "minimatch": "^5.0.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "node_modules/undeclared-identifiers": { - "version": "1.1.3", - "license": "Apache-2.0", + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", "dependencies": { - "acorn-node": "^1.3.0", - "dash-ast": "^1.0.0", - "get-assigned-identifiers": "^1.2.0", - "simple-concat": "^1.0.0", - "xtend": "^4.0.1" + "balanced-match": "^1.0.0" + } + }, + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "5.1.6", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" }, - "bin": { - "undeclared-identifiers": "bin.js" + "engines": { + "node": ">=10" } }, - "node_modules/undici": { - "version": "5.28.4", + "node_modules/immutable": { + "version": "4.3.6", + "devOptional": true, + "license": "MIT" + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "dev": true, + "license": "MIT", + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-meta-resolve": { + "version": "4.1.0", "dev": true, "license": "MIT", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/wooorm" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "license": "ISC", + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "license": "ISC" + }, + "node_modules/inline-source-map": { + "version": "0.6.3", + "license": "MIT", + "dependencies": { + "source-map": "~0.5.3" + } + }, + "node_modules/insert-module-globals": { + "version": "7.2.1", + "license": "MIT", + "dependencies": { + "acorn-node": "^1.5.2", + "combine-source-map": "^0.8.0", + "concat-stream": "^1.6.1", + "is-buffer": "^1.1.0", + "JSONStream": "^1.0.3", + "path-is-absolute": "^1.0.1", + "process": "~0.11.0", + "through2": "^2.0.0", + "undeclared-identifiers": "^1.1.2", + "xtend": "^4.0.0" + }, + "bin": { + "insert-module-globals": "bin/cmd.js" + } + }, + "node_modules/iron-webcrypto": { + "version": "1.2.1", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/brc-dd" + } + }, + "node_modules/is-arguments": { + "version": "1.1.1", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "license": "MIT" + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "license": "MIT", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-buffer": { + "version": "1.1.6", + "license": "MIT" + }, + "node_modules/is-callable": { + "version": "1.2.7", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-core-module": { + "version": "2.13.1", + "license": "MIT", + "dependencies": { + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "3.0.0", + "license": "MIT", + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/is-generator-function": { + "version": "1.0.10", + "license": "MIT", + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "license": "MIT", + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-inside-container": { + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "is-docker": "^3.0.0" + }, + "bin": { + "is-inside-container": "cli.js" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-my-ip-valid": { + "version": "1.0.1", + "license": "MIT" + }, + "node_modules/is-my-json-valid": { + "version": "2.20.6", + "license": "MIT", + "dependencies": { + "generate-function": "^2.0.0", + "generate-object-property": "^1.1.0", + "is-my-ip-valid": "^1.0.0", + "jsonpointer": "^5.0.0", + "xtend": "^4.0.0" + } + }, + "node_modules/is-nan": { + "version": "1.3.2", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.0", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "license": "MIT", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-property": { + "version": "1.0.2", + "license": "MIT" + }, + "node_modules/is-reference": { + "version": "3.0.2", + "license": "MIT", + "dependencies": { + "@types/estree": "*" + } + }, + "node_modules/is-stream": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.13", + "license": "MIT", + "dependencies": { + "which-typed-array": "^1.1.14" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-utf8": { + "version": "0.2.1", + "license": "MIT" + }, + "node_modules/is-wsl": { + "version": "3.1.0", + "license": "MIT", + "dependencies": { + "is-inside-container": "^1.0.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is64bit": { + "version": "2.0.0", + "license": "MIT", + "dependencies": { + "system-architecture": "^0.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/isexe": { + "version": "2.0.0", + "license": "ISC" + }, + "node_modules/isomorphic-timers-promises": { + "version": "1.0.1", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/isomorphic-unfetch": { + "version": "3.1.0", + "license": "MIT", + "dependencies": { + "node-fetch": "^2.6.1", + "unfetch": "^4.2.0" + } + }, + "node_modules/isows": { + "version": "1.0.4", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/wagmi-dev" + } + ], + "license": "MIT", + "peerDependencies": { + "ws": "*" + } + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jiti": { + "version": "1.21.6", + "license": "MIT", + "bin": { + "jiti": "bin/jiti.js" + } + }, + "node_modules/js-sha3": { + "version": "0.8.0", + "license": "MIT" + }, + "node_modules/js-sha512": { + "version": "0.8.0", + "license": "MIT" + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "license": "MIT" + }, + "node_modules/json-schema-traverse": { + "version": "0.4.1", + "license": "MIT" + }, + "node_modules/jsonparse": { + "version": "1.3.1", + "engines": [ + "node >= 0.2.0" + ], + "license": "MIT" + }, + "node_modules/jsonpointer": { + "version": "5.0.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/JSONStream": { + "version": "1.3.5", + "license": "(MIT OR Apache-2.0)", + "dependencies": { + "jsonparse": "^1.2.0", + "through": ">=2.2.7 <3" + }, + "bin": { + "JSONStream": "bin.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/jssha": { + "version": "2.4.2", + "license": "BSD-3-Clause", + "engines": { + "node": "*" + } + }, + "node_modules/keccak": { + "version": "3.0.4", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0", + "readable-stream": "^3.6.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/keccak/node_modules/readable-stream": { + "version": "3.6.2", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/keyvaluestorage-interface": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/kleur": { + "version": "4.1.5", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/labeled-stream-splicer": { + "version": "2.0.2", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.1", + "stream-splicer": "^2.0.0" + } + }, + "node_modules/lilconfig": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", + "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", + "engines": { + "node": ">=10" + } + }, + "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==" + }, + "node_modules/listhen": { + "version": "1.7.2", + "license": "MIT", + "dependencies": { + "@parcel/watcher": "^2.4.1", + "@parcel/watcher-wasm": "^2.4.1", + "citty": "^0.1.6", + "clipboardy": "^4.0.0", + "consola": "^3.2.3", + "crossws": "^0.2.0", + "defu": "^6.1.4", + "get-port-please": "^3.1.2", + "h3": "^1.10.2", + "http-shutdown": "^1.2.2", + "jiti": "^1.21.0", + "mlly": "^1.6.1", + "node-forge": "^1.3.1", + "pathe": "^1.1.2", + "std-env": "^3.7.0", + "ufo": "^1.4.0", + "untun": "^0.1.3", + "uqr": "^0.1.2" + }, + "bin": { + "listen": "bin/listhen.mjs", + "listhen": "bin/listhen.mjs" + } + }, + "node_modules/lit": { + "version": "2.8.0", + "license": "BSD-3-Clause", + "dependencies": { + "@lit/reactive-element": "^1.6.0", + "lit-element": "^3.3.0", + "lit-html": "^2.8.0" + } + }, + "node_modules/lit-element": { + "version": "3.3.3", + "license": "BSD-3-Clause", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.1.0", + "@lit/reactive-element": "^1.3.0", + "lit-html": "^2.8.0" + } + }, + "node_modules/lit-html": { + "version": "2.8.0", + "license": "BSD-3-Clause", + "dependencies": { + "@types/trusted-types": "^2.0.2" + } + }, + "node_modules/locate-character": { + "version": "3.0.0", + "license": "MIT" + }, + "node_modules/locate-path": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "license": "MIT" + }, + "node_modules/lodash.castarray": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/lodash.castarray/-/lodash.castarray-4.4.0.tgz", + "integrity": "sha512-aVx8ztPv7/2ULbArGJ2Y42bG1mEQ5mGjpdvrbJcJFU3TbYybe+QlLS4pst9zV52ymy2in1KpFPiZnAOATxD4+Q==", + "dev": true + }, + "node_modules/lodash.isequal": { + "version": "4.5.0", + "license": "MIT" + }, + "node_modules/lodash.isplainobject": { + "version": "4.0.6", + "resolved": "https://registry.npmjs.org/lodash.isplainobject/-/lodash.isplainobject-4.0.6.tgz", + "integrity": "sha512-oSXzaWypCMHkPC3NvBEaPHf0KsA5mvPrOPgQWDsbg8n7orZ290M0BmC/jgRZ4vcJ6DTAhjrsSYgdsW/F+MFOBA==", + "dev": true + }, + "node_modules/lodash.memoize": { + "version": "3.0.4", + "license": "MIT" + }, + "node_modules/lodash.merge": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", + "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", + "dev": true + }, + "node_modules/loose-envify": { + "version": "1.4.0", + "license": "MIT", + "dependencies": { + "js-tokens": "^3.0.0 || ^4.0.0" + }, + "bin": { + "loose-envify": "cli.js" + } + }, + "node_modules/lower-case": { + "version": "2.0.2", + "license": "MIT", + "dependencies": { + "tslib": "^2.0.3" + } + }, + "node_modules/lru_map": { + "version": "0.4.1", + "license": "MIT" + }, + "node_modules/lru-cache": { + "version": "6.0.0", + "license": "ISC", + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/magic-string": { + "version": "0.30.10", + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.15" + } + }, + "node_modules/md5.js": { + "version": "1.3.5", + "license": "MIT", + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/mdn-data": { + "version": "2.0.30", + "license": "CC0-1.0" + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "license": "MIT" + }, + "node_modules/merge2": { + "version": "1.4.1", + "license": "MIT", + "engines": { + "node": ">= 8" + } + }, + "node_modules/micromatch": { + "version": "4.0.7", + "license": "MIT", + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/miller-rabin": { + "version": "4.0.1", + "license": "MIT", + "dependencies": { + "bn.js": "^4.0.0", + "brorand": "^1.0.1" + }, + "bin": { + "miller-rabin": "bin/miller-rabin" + } + }, + "node_modules/miller-rabin/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "node_modules/mime": { + "version": "3.0.0", + "license": "MIT", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "license": "MIT", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "4.0.0", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/min-indent": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/minify": { + "version": "6.0.1", + "license": "MIT", + "dependencies": { + "clean-css": "^4.1.6", + "css-b64-images": "~0.2.5", + "debug": "^4.1.0", + "html-minifier-terser": "^5.1.1", + "terser": "^5.3.2", + "try-to-catch": "^3.0.0" + }, + "bin": { + "minify": "bin/minify.js" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "license": "ISC" + }, + "node_modules/minimalistic-crypto-utils": { + "version": "1.0.1", + "license": "MIT" + }, + "node_modules/minimatch": { + "version": "3.1.2", + "license": "ISC", + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "dev": true, + "license": "MIT", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/mkdirp-classic": { + "version": "0.5.3", + "license": "MIT" + }, + "node_modules/mlly": { + "version": "1.7.1", + "license": "MIT", + "dependencies": { + "acorn": "^8.11.3", + "pathe": "^1.1.2", + "pkg-types": "^1.1.1", + "ufo": "^1.5.3" + } + }, + "node_modules/mlly/node_modules/acorn": { + "version": "8.12.1", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/mode-watcher": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/mode-watcher/-/mode-watcher-0.4.1.tgz", + "integrity": "sha512-bNC+1NXmwEFZtziCdZSgP7HFQTpqJPcQn9GwwJQGSf6SBF3neEPYV1uRwkYuAQwbsvsXIYtzaqgedDzJ7D1mhg==", + "peerDependencies": { + "svelte": "^4.0.0 || ^5.0.0-next.1" + } + }, + "node_modules/module-deps": { + "version": "6.2.3", + "license": "MIT", + "dependencies": { + "browser-resolve": "^2.0.0", + "cached-path-relative": "^1.0.2", + "concat-stream": "~1.6.0", + "defined": "^1.0.0", + "detective": "^5.2.0", + "duplexer2": "^0.1.2", + "inherits": "^2.0.1", + "JSONStream": "^1.0.3", + "parents": "^1.0.0", + "readable-stream": "^2.0.2", + "resolve": "^1.4.0", + "stream-combiner2": "^1.1.1", + "subarg": "^1.0.0", + "through2": "^2.0.0", + "xtend": "^4.0.0" + }, + "bin": { + "module-deps": "bin/cmd.js" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/motion": { + "version": "10.16.2", + "license": "MIT", + "dependencies": { + "@motionone/animation": "^10.15.1", + "@motionone/dom": "^10.16.2", + "@motionone/svelte": "^10.16.2", + "@motionone/types": "^10.15.1", + "@motionone/utils": "^10.15.1", + "@motionone/vue": "^10.16.2" + } + }, + "node_modules/mri": { + "version": "1.2.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/mrmime": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.2", + "license": "MIT" + }, + "node_modules/multicoin-address-validator": { + "version": "0.5.15", + "license": "MIT", + "dependencies": { + "base-x": "^3.0.9", + "browserify-bignum": "^1.3.0-2", + "bundle": "^2.1.0", + "cbor-js": "^0.1.0", + "crc": "^3.8.0", + "js-sha512": "^0.8.0", + "jssha": "^2.4.2", + "lodash.isequal": "^4.5.0", + "minify": "^6.0.1" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/multiformats": { + "version": "9.9.0", + "license": "(Apache-2.0 AND MIT)" + }, + "node_modules/mustache": { + "version": "4.0.0", + "license": "MIT", + "bin": { + "mustache": "bin/mustache" + }, + "engines": { + "npm": ">=1.4.0" + } + }, + "node_modules/mz": { + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", + "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", + "dependencies": { + "any-promise": "^1.0.0", + "object-assign": "^4.0.1", + "thenify-all": "^1.0.0" + } + }, + "node_modules/nanoid": { + "version": "5.0.7", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.js" + }, + "engines": { + "node": "^18 || >=20" + } + }, + "node_modules/near-abi": { + "version": "0.1.1", + "license": "(MIT AND Apache-2.0)", + "dependencies": { + "@types/json-schema": "^7.0.11" + } + }, + "node_modules/near-api-js": { + "version": "4.0.2", + "license": "(MIT AND Apache-2.0)", + "dependencies": { + "@near-js/accounts": "1.2.1", + "@near-js/crypto": "1.2.4", + "@near-js/keystores": "0.0.12", + "@near-js/keystores-browser": "0.0.12", + "@near-js/keystores-node": "0.0.12", + "@near-js/providers": "0.2.2", + "@near-js/signers": "0.1.4", + "@near-js/transactions": "1.2.2", + "@near-js/types": "0.2.1", + "@near-js/utils": "0.2.2", + "@near-js/wallet-account": "1.2.2", + "@noble/curves": "1.2.0", + "borsh": "1.0.0", + "depd": "2.0.0", + "http-errors": "1.7.2", + "near-abi": "0.1.1", + "node-fetch": "2.6.7" + } + }, + "node_modules/near-api-js/node_modules/node-fetch": { + "version": "2.6.7", + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/no-case": { + "version": "3.0.4", + "license": "MIT", + "dependencies": { + "lower-case": "^2.0.2", + "tslib": "^2.0.3" + } + }, + "node_modules/node-addon-api": { + "version": "2.0.2", + "license": "MIT" + }, + "node_modules/node-dijkstra": { + "version": "2.5.0", + "license": "MIT" + }, + "node_modules/node-fetch": { + "version": "2.7.0", + "license": "MIT", + "dependencies": { + "whatwg-url": "^5.0.0" + }, + "engines": { + "node": "4.x || >=6.0.0" + }, + "peerDependencies": { + "encoding": "^0.1.0" + }, + "peerDependenciesMeta": { + "encoding": { + "optional": true + } + } + }, + "node_modules/node-fetch-native": { + "version": "1.6.4", + "license": "MIT" + }, + "node_modules/node-forge": { + "version": "1.3.1", + "license": "(BSD-3-Clause OR GPL-2.0)", + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-gyp-build": { + "version": "4.8.1", + "license": "MIT", + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } + }, + "node_modules/node-releases": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true + }, + "node_modules/node-stdlib-browser": { + "version": "1.2.0", + "license": "MIT", + "dependencies": { + "assert": "^2.0.0", + "browser-resolve": "^2.0.0", + "browserify-zlib": "^0.2.0", + "buffer": "^5.7.1", + "console-browserify": "^1.1.0", + "constants-browserify": "^1.0.0", + "create-require": "^1.1.1", + "crypto-browserify": "^3.11.0", + "domain-browser": "^4.22.0", + "events": "^3.0.0", + "https-browserify": "^1.0.0", + "isomorphic-timers-promises": "^1.0.1", + "os-browserify": "^0.3.0", + "path-browserify": "^1.0.1", + "pkg-dir": "^5.0.0", + "process": "^0.11.10", + "punycode": "^1.4.1", + "querystring-es3": "^0.2.1", + "readable-stream": "^3.6.0", + "stream-browserify": "^3.0.0", + "stream-http": "^3.2.0", + "string_decoder": "^1.0.0", + "timers-browserify": "^2.0.4", + "tty-browserify": "0.0.1", + "url": "^0.11.0", + "util": "^0.12.4", + "vm-browserify": "^1.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/node-stdlib-browser/node_modules/buffer": { + "version": "5.7.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/node-stdlib-browser/node_modules/domain-browser": { + "version": "4.23.0", + "license": "Artistic-2.0", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://bevry.me/fund" + } + }, + "node_modules/node-stdlib-browser/node_modules/readable-stream": { + "version": "3.6.2", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/node-stdlib-browser/node_modules/timers-browserify": { + "version": "2.0.12", + "license": "MIT", + "dependencies": { + "setimmediate": "^1.0.4" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-bundled": { + "version": "2.0.1", + "dev": true, + "license": "ISC", + "dependencies": { + "npm-normalize-package-bin": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-normalize-package-bin": { + "version": "2.0.0", + "dev": true, + "license": "ISC", + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-packlist": { + "version": "5.1.3", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^8.0.1", + "ignore-walk": "^5.0.1", + "npm-bundled": "^2.0.0", + "npm-normalize-package-bin": "^2.0.0" + }, + "bin": { + "npm-packlist": "bin/index.js" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/npm-packlist/node_modules/brace-expansion": { + "version": "2.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm-packlist/node_modules/glob": { + "version": "8.1.0", + "dev": true, + "license": "ISC", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm-packlist/node_modules/minimatch": { + "version": "5.1.6", + "dev": true, + "license": "ISC", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/npm-run-path": { + "version": "5.3.0", + "license": "MIT", + "dependencies": { + "path-key": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/npm-run-path/node_modules/path-key": { + "version": "4.0.0", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-hash": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", + "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/object-inspect": { + "version": "1.13.1", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-is": { + "version": "1.1.6", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "define-properties": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/object-keys": { + "version": "1.1.1", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/object.assign": { + "version": "4.1.5", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", + "has-symbols": "^1.0.3", + "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/ofetch": { + "version": "1.3.4", + "license": "MIT", + "dependencies": { + "destr": "^2.0.3", + "node-fetch-native": "^1.6.3", + "ufo": "^1.5.3" + } + }, + "node_modules/ohash": { + "version": "1.1.3", + "license": "MIT" + }, + "node_modules/on-exit-leak-free": { + "version": "0.2.0", + "license": "MIT" + }, + "node_modules/once": { + "version": "1.4.0", + "license": "ISC", + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "6.0.0", + "license": "MIT", + "dependencies": { + "mimic-fn": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/os-browserify": { + "version": "0.3.0", + "license": "MIT" + }, + "node_modules/p-limit": { + "version": "2.3.0", + "license": "MIT", + "dependencies": { + "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "4.1.0", + "license": "MIT", + "dependencies": { + "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-try": { + "version": "2.2.0", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", + "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==" + }, + "node_modules/pako": { + "version": "1.0.11", + "license": "(MIT AND Zlib)" + }, + "node_modules/param-case": { + "version": "3.0.4", + "license": "MIT", + "dependencies": { + "dot-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "dev": true, + "license": "MIT", + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parents": { + "version": "1.0.1", + "license": "MIT", + "dependencies": { + "path-platform": "~0.11.15" + } + }, + "node_modules/parse-asn1": { + "version": "5.1.7", + "license": "ISC", + "dependencies": { + "asn1.js": "^4.10.1", + "browserify-aes": "^1.2.0", + "evp_bytestokey": "^1.0.3", + "hash-base": "~3.0", + "pbkdf2": "^3.1.2", + "safe-buffer": "^5.2.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/parse-json": { + "version": "2.2.0", + "license": "MIT", + "dependencies": { + "error-ex": "^1.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pascal-case": { + "version": "3.1.2", + "license": "MIT", + "dependencies": { + "no-case": "^3.0.4", + "tslib": "^2.0.3" + } + }, + "node_modules/path-browserify": { + "version": "1.0.1", + "license": "MIT" + }, + "node_modules/path-exists": { + "version": "4.0.0", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "license": "MIT" + }, + "node_modules/path-platform": { + "version": "0.11.15", + "license": "MIT", + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==" + }, + "node_modules/pathe": { + "version": "1.1.2", + "license": "MIT" + }, + "node_modules/pbkdf2": { + "version": "3.1.2", + "license": "MIT", + "dependencies": { + "create-hash": "^1.1.2", + "create-hmac": "^1.1.4", + "ripemd160": "^2.0.1", + "safe-buffer": "^5.0.1", + "sha.js": "^2.4.8" + }, + "engines": { + "node": ">=0.12" + } + }, + "node_modules/periscopic": { + "version": "3.1.0", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0", + "estree-walker": "^3.0.0", + "is-reference": "^3.0.0" + } + }, + "node_modules/periscopic/node_modules/estree-walker": { + "version": "3.0.3", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, + "node_modules/picocolors": { + "version": "1.0.1", + "license": "ISC" + }, + "node_modules/picomatch": { + "version": "2.3.1", + "license": "MIT", + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/pino": { + "version": "7.11.0", + "license": "MIT", + "dependencies": { + "atomic-sleep": "^1.0.0", + "fast-redact": "^3.0.0", + "on-exit-leak-free": "^0.2.0", + "pino-abstract-transport": "v0.5.0", + "pino-std-serializers": "^4.0.0", + "process-warning": "^1.0.0", + "quick-format-unescaped": "^4.0.3", + "real-require": "^0.1.0", + "safe-stable-stringify": "^2.1.0", + "sonic-boom": "^2.2.1", + "thread-stream": "^0.15.1" + }, + "bin": { + "pino": "bin.js" + } + }, + "node_modules/pino-abstract-transport": { + "version": "0.5.0", + "license": "MIT", + "dependencies": { + "duplexify": "^4.1.2", + "split2": "^4.0.0" + } + }, + "node_modules/pino-std-serializers": { + "version": "4.0.0", + "license": "MIT" + }, + "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==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/pkg-dir": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "find-up": "^5.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/pkg-dir/node_modules/find-up": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/locate-path": { + "version": "6.0.0", + "license": "MIT", + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/p-limit": { + "version": "3.1.0", + "license": "MIT", + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-dir/node_modules/p-locate": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/pkg-types": { + "version": "1.1.3", + "license": "MIT", + "dependencies": { + "confbox": "^0.1.7", + "mlly": "^1.7.1", + "pathe": "^1.1.2" + } + }, + "node_modules/pngjs": { + "version": "5.0.0", + "license": "MIT", + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/possible-typed-array-names": { + "version": "1.0.0", + "license": "MIT", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/postcss": { + "version": "8.4.38", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.0.0", + "source-map-js": "^1.2.0" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-import": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", + "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", + "dependencies": { + "postcss-value-parser": "^4.0.0", + "read-cache": "^1.0.0", + "resolve": "^1.1.7" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-js": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", + "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", + "dependencies": { + "camelcase-css": "^2.0.1" + }, + "engines": { + "node": "^12 || ^14 || >= 16" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + "peerDependencies": { + "postcss": "^8.4.21" + } + }, + "node_modules/postcss-load-config": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-4.0.2.tgz", + "integrity": "sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "lilconfig": "^3.0.0", + "yaml": "^2.3.4" + }, + "engines": { + "node": ">= 14" + }, + "peerDependencies": { + "postcss": ">=8.0.9", + "ts-node": ">=9.0.0" + }, + "peerDependenciesMeta": { + "postcss": { + "optional": true + }, + "ts-node": { + "optional": true + } + } + }, + "node_modules/postcss-load-config/node_modules/lilconfig": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", + "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/antonk52" + } + }, + "node_modules/postcss-nested": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/postcss-nested/-/postcss-nested-6.2.0.tgz", + "integrity": "sha512-HQbt28KulC5AJzG+cZtj9kvKB93CFCdLvog1WFLf1D+xmMvPGlBstkpTEZfK5+AN9hfJocyBFCNiqyS48bpgzQ==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "postcss-selector-parser": "^6.1.1" + }, + "engines": { + "node": ">=12.0" + }, + "peerDependencies": { + "postcss": "^8.2.14" + } + }, + "node_modules/postcss-nested/node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-selector-parser": { + "version": "6.0.10", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", + "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + }, + "node_modules/postcss/node_modules/nanoid": { + "version": "3.3.7", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "license": "MIT", + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/preact": { + "version": "10.23.2", + "license": "MIT", + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/preact" + } + }, + "node_modules/process": { + "version": "0.11.10", + "license": "MIT", + "engines": { + "node": ">= 0.6.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "license": "MIT" + }, + "node_modules/process-warning": { + "version": "1.0.0", + "license": "MIT" + }, + "node_modules/proxy-compare": { + "version": "2.5.1", + "license": "MIT" + }, + "node_modules/public-encrypt": { + "version": "4.0.3", + "license": "MIT", + "dependencies": { + "bn.js": "^4.1.0", + "browserify-rsa": "^4.0.0", + "create-hash": "^1.1.0", + "parse-asn1": "^5.0.0", + "randombytes": "^2.0.1", + "safe-buffer": "^5.1.2" + } + }, + "node_modules/public-encrypt/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "node_modules/publint": { + "version": "0.1.16", + "dev": true, + "license": "MIT", + "dependencies": { + "npm-packlist": "^5.1.3", + "picocolors": "^1.0.0", + "sade": "^1.8.1" + }, + "bin": { + "publint": "lib/cli.js" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://bjornlu.com/sponsor" + } + }, + "node_modules/punycode": { + "version": "1.4.1", + "license": "MIT" + }, + "node_modules/qrcode": { + "version": "1.5.3", + "license": "MIT", + "dependencies": { + "dijkstrajs": "^1.0.1", + "encode-utf8": "^1.0.3", + "pngjs": "^5.0.0", + "yargs": "^15.3.1" + }, + "bin": { + "qrcode": "bin/qrcode" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/qs": { + "version": "6.11.2", + "license": "BSD-3-Clause", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/query-string": { + "version": "7.1.3", + "license": "MIT", + "dependencies": { + "decode-uri-component": "^0.2.2", + "filter-obj": "^1.1.0", + "split-on-first": "^1.0.0", + "strict-uri-encode": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/querystring-es3": { + "version": "0.2.1", + "engines": { + "node": ">=0.4.x" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/quick-format-unescaped": { + "version": "4.0.4", + "license": "MIT" + }, + "node_modules/radix3": { + "version": "1.1.2", + "license": "MIT" + }, + "node_modules/randombytes": { + "version": "2.1.0", + "license": "MIT", + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/randomfill": { + "version": "1.0.4", + "license": "MIT", + "dependencies": { + "randombytes": "^2.0.5", + "safe-buffer": "^5.1.0" + } + }, + "node_modules/react": { + "version": "18.3.1", + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/react-dom": { + "version": "18.3.1", + "devOptional": true, + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0", + "scheduler": "^0.23.2" + }, + "peerDependencies": { + "react": "^18.3.1" + } + }, + "node_modules/read-cache": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", + "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "dependencies": { + "pify": "^2.3.0" + } + }, + "node_modules/read-only-stream": { + "version": "2.0.0", + "license": "MIT", + "dependencies": { + "readable-stream": "^2.0.2" + } + }, + "node_modules/readable-stream": { + "version": "2.3.8", + "license": "MIT", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/readable-stream/node_modules/safe-buffer": { + "version": "5.1.2", + "license": "MIT" + }, + "node_modules/readable-stream/node_modules/string_decoder": { + "version": "1.1.1", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/readdirp": { + "version": "3.6.0", + "license": "MIT", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/real-require": { + "version": "0.1.0", + "license": "MIT", + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/relateurl": { + "version": "0.2.7", + "license": "MIT", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-main-filename": { + "version": "2.0.0", + "license": "ISC" + }, + "node_modules/resolve": { + "version": "1.22.8", + "license": "MIT", + "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-from": { + "version": "4.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "license": "MIT", + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rimraf": { + "version": "2.7.1", + "dev": true, + "license": "ISC", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/ripemd160": { + "version": "2.0.2", + "license": "MIT", + "dependencies": { + "hash-base": "^3.0.0", + "inherits": "^2.0.1" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT", + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/sade": { + "version": "1.8.1", + "dev": true, + "license": "MIT", + "dependencies": { + "mri": "^1.1.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/safe-stable-stringify": { + "version": "2.4.3", + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/sander": { + "version": "0.5.1", + "dev": true, + "license": "MIT", + "dependencies": { + "es6-promise": "^3.1.2", + "graceful-fs": "^4.1.3", + "mkdirp": "^0.5.1", + "rimraf": "^2.5.2" + } + }, + "node_modules/sass": { + "version": "1.77.8", + "devOptional": true, + "license": "MIT", + "dependencies": { + "chokidar": ">=3.0.0 <4.0.0", + "immutable": "^4.0.0", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/satoshi-bitcoin": { + "version": "1.0.4", + "license": "MIT", + "dependencies": { + "big.js": "^3.1.3" + } + }, + "node_modules/scheduler": { + "version": "0.23.2", + "devOptional": true, + "license": "MIT", + "dependencies": { + "loose-envify": "^1.1.0" + } + }, + "node_modules/scrypt-js": { + "version": "3.0.1", + "license": "MIT" + }, + "node_modules/secp256k1": { + "version": "4.0.2", + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "elliptic": "^6.5.2", + "node-addon-api": "^2.0.0", + "node-gyp-build": "^4.2.0" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/semver": { + "version": "7.5.4", + "license": "ISC", + "dependencies": { + "lru-cache": "^6.0.0" + }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/serialize-error": { + "version": "8.1.0", + "license": "MIT", + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/set-blocking": { + "version": "2.0.0", + "license": "ISC" + }, + "node_modules/set-cookie-parser": { + "version": "2.6.0", + "dev": true, + "license": "MIT" + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "license": "MIT", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "license": "MIT" + }, + "node_modules/setprototypeof": { + "version": "1.1.1", + "license": "ISC" + }, + "node_modules/sha.js": { + "version": "2.4.11", + "license": "(MIT AND BSD-3-Clause)", + "dependencies": { + "inherits": "^2.0.1", + "safe-buffer": "^5.0.1" + }, + "bin": { + "sha.js": "bin.js" + } + }, + "node_modules/shasum-object": { + "version": "1.0.0", + "license": "Apache-2.0", + "dependencies": { + "fast-safe-stringify": "^2.0.7" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "license": "MIT", + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.1", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "license": "MIT", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "license": "ISC", + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/simple-concat": { + "version": "1.0.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "license": "MIT" + }, + "node_modules/sirv": { + "version": "2.0.4", + "dev": true, + "license": "MIT", + "dependencies": { + "@polka/url": "^1.0.0-next.24", + "mrmime": "^2.0.0", + "totalist": "^3.0.0" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/sirv/node_modules/mrmime": { + "version": "2.0.0", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=10" + } + }, + "node_modules/sonic-boom": { + "version": "2.8.0", + "license": "MIT", + "dependencies": { + "atomic-sleep": "^1.0.0" + } + }, + "node_modules/sorcery": { + "version": "0.11.0", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.14", + "buffer-crc32": "^0.2.5", + "minimist": "^1.2.0", + "sander": "^0.5.0" + }, + "bin": { + "sorcery": "bin/sorcery" + } + }, + "node_modules/source-map": { + "version": "0.5.7", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-js": { + "version": "1.2.0", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "license": "MIT", + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "license": "BSD-3-Clause", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-on-first": { + "version": "1.1.0", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/split2": { + "version": "4.2.0", + "license": "ISC", + "engines": { + "node": ">= 10.x" + } + }, + "node_modules/statuses": { + "version": "1.5.0", + "license": "MIT", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/std-env": { + "version": "3.7.0", + "license": "MIT" + }, + "node_modules/stream-browserify": { + "version": "3.0.0", + "license": "MIT", + "dependencies": { + "inherits": "~2.0.4", + "readable-stream": "^3.5.0" + } + }, + "node_modules/stream-browserify/node_modules/readable-stream": { + "version": "3.6.2", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/stream-combiner2": { + "version": "1.1.1", + "license": "MIT", + "dependencies": { + "duplexer2": "~0.1.0", + "readable-stream": "^2.0.2" + } + }, + "node_modules/stream-http": { + "version": "3.2.0", + "license": "MIT", + "dependencies": { + "builtin-status-codes": "^3.0.0", + "inherits": "^2.0.4", + "readable-stream": "^3.6.0", + "xtend": "^4.0.2" + } + }, + "node_modules/stream-http/node_modules/readable-stream": { + "version": "3.6.2", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/stream-shift": { + "version": "1.0.3", + "license": "MIT" + }, + "node_modules/stream-splicer": { + "version": "2.0.1", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.1", + "readable-stream": "^2.0.2" + } + }, + "node_modules/strict-uri-encode": { + "version": "2.0.0", + "license": "MIT", + "engines": { + "node": ">=4" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "license": "MIT", + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "4.2.3", + "license": "MIT", + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs": { + "name": "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==", + "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", + "license": "MIT", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-bom": { + "version": "2.0.0", + "license": "MIT", + "dependencies": { + "is-utf8": "^0.2.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/strip-final-newline": { + "version": "3.0.0", + "license": "MIT", + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/strip-indent": { + "version": "3.0.0", + "dev": true, + "license": "MIT", + "dependencies": { + "min-indent": "^1.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-json-comments": { + "version": "2.0.1", + "license": "MIT", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/subarg": { + "version": "1.0.0", + "license": "MIT", + "dependencies": { + "minimist": "^1.1.0" + } + }, + "node_modules/sucrase": { + "version": "3.35.0", + "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", + "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.2", + "commander": "^4.0.0", + "glob": "^10.3.10", + "lines-and-columns": "^1.1.6", + "mz": "^2.7.0", + "pirates": "^4.0.1", + "ts-interface-checker": "^0.1.9" + }, + "bin": { + "sucrase": "bin/sucrase", + "sucrase-node": "bin/sucrase-node" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/sucrase/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/sucrase/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sucrase/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "license": "MIT", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/svelte": { + "version": "4.2.17", + "license": "MIT", + "dependencies": { + "@ampproject/remapping": "^2.2.1", + "@jridgewell/sourcemap-codec": "^1.4.15", + "@jridgewell/trace-mapping": "^0.3.18", + "@types/estree": "^1.0.1", + "acorn": "^8.9.0", + "aria-query": "^5.3.0", + "axobject-query": "^4.0.0", + "code-red": "^1.0.3", + "css-tree": "^2.3.1", + "estree-walker": "^3.0.3", + "is-reference": "^3.0.1", + "locate-character": "^3.0.0", + "magic-string": "^0.30.4", + "periscopic": "^3.1.0" + }, + "engines": { + "node": ">=16" + } + }, + "node_modules/svelte-check": { + "version": "3.7.1", + "dev": true, + "license": "MIT", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.17", + "chokidar": "^3.4.1", + "fast-glob": "^3.2.7", + "import-fresh": "^3.2.1", + "picocolors": "^1.0.0", + "sade": "^1.7.4", + "svelte-preprocess": "^5.1.3", + "typescript": "^5.0.3" + }, + "bin": { + "svelte-check": "bin/svelte-check" + }, + "peerDependencies": { + "svelte": "^3.55.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0" + } + }, + "node_modules/svelte-hmr": { + "version": "0.15.3", + "dev": true, + "license": "ISC", + "engines": { + "node": "^12.20 || ^14.13.1 || >= 16" + }, + "peerDependencies": { + "svelte": "^3.19.0 || ^4.0.0" + } + }, + "node_modules/svelte-preprocess": { + "version": "5.1.4", + "dev": true, + "hasInstallScript": true, + "license": "MIT", + "dependencies": { + "@types/pug": "^2.0.6", + "detect-indent": "^6.1.0", + "magic-string": "^0.30.5", + "sorcery": "^0.11.0", + "strip-indent": "^3.0.0" + }, + "engines": { + "node": ">= 16.0.0" + }, + "peerDependencies": { + "@babel/core": "^7.10.2", + "coffeescript": "^2.5.1", + "less": "^3.11.3 || ^4.0.0", + "postcss": "^7 || ^8", + "postcss-load-config": "^2.1.0 || ^3.0.0 || ^4.0.0 || ^5.0.0", + "pug": "^3.0.0", + "sass": "^1.26.8", + "stylus": "^0.55.0", + "sugarss": "^2.0.0 || ^3.0.0 || ^4.0.0", + "svelte": "^3.23.0 || ^4.0.0-next.0 || ^4.0.0 || ^5.0.0-next.0", + "typescript": ">=3.9.5 || ^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "@babel/core": { + "optional": true + }, + "coffeescript": { + "optional": true + }, + "less": { + "optional": true + }, + "postcss": { + "optional": true + }, + "postcss-load-config": { + "optional": true + }, + "pug": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "typescript": { + "optional": true + } + } + }, + "node_modules/svelte-sonner": { + "version": "0.3.27", + "resolved": "https://registry.npmjs.org/svelte-sonner/-/svelte-sonner-0.3.27.tgz", + "integrity": "sha512-+PvbuePNTyTNCepCWqKcFeu+Lo27yYuwfSc7zJvrWjCRMJrWAmccPg3j7jO1W13QoN3TySXU5Trb956VBQiM5Q==", + "peerDependencies": { + "svelte": "^3.0.0 || ^4.0.0 || ^5.0.0-next.1" + } + }, + "node_modules/svelte/node_modules/acorn": { + "version": "8.11.3", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/svelte/node_modules/estree-walker": { + "version": "3.0.3", + "license": "MIT", + "dependencies": { + "@types/estree": "^1.0.0" + } + }, + "node_modules/svelte2tsx": { + "version": "0.7.8", + "dev": true, + "license": "MIT", + "dependencies": { + "dedent-js": "^1.0.1", + "pascal-case": "^3.1.1" + }, + "peerDependencies": { + "svelte": "^3.55 || ^4.0.0-next.0 || ^4.0 || ^5.0.0-next.0", + "typescript": "^4.9.4 || ^5.0.0" + } + }, + "node_modules/syntax-error": { + "version": "1.4.0", + "license": "MIT", + "dependencies": { + "acorn-node": "^1.2.0" + } + }, + "node_modules/system-architecture": { + "version": "0.1.0", + "license": "MIT", + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/tabbable": { + "version": "6.2.0", + "license": "MIT" + }, + "node_modules/tailwind-merge": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/tailwind-merge/-/tailwind-merge-2.5.2.tgz", + "integrity": "sha512-kjEBm+pvD+6eAwzJL2Bi+02/9LFLal1Gs61+QB7HvTfQQ0aXwC5LGT8PEt1gS0CWKktKe6ysPTAy3cBC5MeiIg==", + "funding": { + "type": "github", + "url": "https://github.com/sponsors/dcastil" + } + }, + "node_modules/tailwind-variants": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tailwind-variants/-/tailwind-variants-0.2.1.tgz", + "integrity": "sha512-2xmhAf4UIc3PijOUcJPA1LP4AbxhpcHuHM2C26xM0k81r0maAO6uoUSHl3APmvHZcY5cZCY/bYuJdfFa4eGoaw==", + "dependencies": { + "tailwind-merge": "^2.2.0" + }, + "engines": { + "node": ">=16.x", + "pnpm": ">=7.x" + }, + "peerDependencies": { + "tailwindcss": "*" + } + }, + "node_modules/tailwindcss": { + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", + "dependencies": { + "@alloc/quick-lru": "^5.2.0", + "arg": "^5.0.2", + "chokidar": "^3.5.3", + "didyoumean": "^1.2.2", + "dlv": "^1.1.3", + "fast-glob": "^3.3.0", + "glob-parent": "^6.0.2", + "is-glob": "^4.0.3", + "jiti": "^1.21.0", + "lilconfig": "^2.1.0", + "micromatch": "^4.0.5", + "normalize-path": "^3.0.0", + "object-hash": "^3.0.0", + "picocolors": "^1.0.0", + "postcss": "^8.4.23", + "postcss-import": "^15.1.0", + "postcss-js": "^4.0.1", + "postcss-load-config": "^4.0.1", + "postcss-nested": "^6.0.1", + "postcss-selector-parser": "^6.0.11", + "resolve": "^1.22.2", + "sucrase": "^3.32.0" + }, + "bin": { + "tailwind": "lib/cli.js", + "tailwindcss": "lib/cli.js" + }, + "engines": { + "node": ">=14.0.0" + } + }, + "node_modules/tailwindcss/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/tailwindcss/node_modules/postcss-selector-parser": { + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/terser": { + "version": "5.31.0", + "license": "BSD-2-Clause", + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser/node_modules/acorn": { + "version": "8.11.3", + "license": "MIT", + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/terser/node_modules/commander": { + "version": "2.20.3", + "license": "MIT" + }, + "node_modules/thenify": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", + "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", + "dependencies": { + "any-promise": "^1.0.0" + } + }, + "node_modules/thenify-all": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", + "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", + "dependencies": { + "thenify": ">= 3.1.0 < 4" + }, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/thread-stream": { + "version": "0.15.2", + "license": "MIT", + "dependencies": { + "real-require": "^0.1.0" + } + }, + "node_modules/through": { + "version": "2.3.8", + "license": "MIT" + }, + "node_modules/through2": { + "version": "2.0.5", + "license": "MIT", + "dependencies": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, + "node_modules/timers-browserify": { + "version": "1.4.2", + "dependencies": { + "process": "~0.11.0" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/tiny-glob": { + "version": "0.2.9", + "dev": true, + "license": "MIT", + "dependencies": { + "globalyzer": "0.1.0", + "globrex": "^0.1.2" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "license": "MIT", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.0", + "license": "MIT", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/totalist": { + "version": "3.0.1", + "dev": true, + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/tr46": { + "version": "0.0.3", + "license": "MIT" + }, + "node_modules/try-to-catch": { + "version": "3.0.1", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/ts-interface-checker": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", + "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==" + }, + "node_modules/tsconfig": { + "version": "5.0.3", + "license": "MIT", + "dependencies": { + "any-promise": "^1.3.0", + "parse-json": "^2.2.0", + "strip-bom": "^2.0.0", + "strip-json-comments": "^2.0.0" + } + }, + "node_modules/tsify": { + "version": "5.0.4", + "license": "MIT", + "dependencies": { + "convert-source-map": "^1.1.0", + "fs.realpath": "^1.0.0", + "object-assign": "^4.1.0", + "semver": "^6.1.0", + "through2": "^2.0.0", + "tsconfig": "^5.0.3" + }, + "engines": { + "node": ">=0.12" + }, + "peerDependencies": { + "browserify": ">= 10.x", + "typescript": ">= 2.8" + } + }, + "node_modules/tsify/node_modules/semver": { + "version": "6.3.1", + "license": "ISC", + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/tslib": { + "version": "2.6.2", + "license": "0BSD" + }, + "node_modules/tty-browserify": { + "version": "0.0.1", + "license": "MIT" + }, + "node_modules/turbo": { + "version": "2.0.6", + "dev": true, + "license": "MIT", + "bin": { + "turbo": "bin/turbo" + }, + "optionalDependencies": { + "turbo-darwin-64": "2.0.6", + "turbo-darwin-arm64": "2.0.6", + "turbo-linux-64": "2.0.6", + "turbo-linux-arm64": "2.0.6", + "turbo-windows-64": "2.0.6", + "turbo-windows-arm64": "2.0.6" + } + }, + "node_modules/type-fest": { + "version": "0.20.2", + "license": "(MIT OR CC0-1.0)", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/typedarray": { + "version": "0.0.6", + "license": "MIT" + }, + "node_modules/typescript": { + "version": "5.4.5", + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/ufo": { + "version": "1.5.4", + "license": "MIT" + }, + "node_modules/uint8arrays": { + "version": "3.1.0", + "license": "MIT", + "dependencies": { + "multiformats": "^9.4.2" + } + }, + "node_modules/umd": { + "version": "3.0.3", + "license": "MIT", + "bin": { + "umd": "bin/cli.js" + } + }, + "node_modules/uncrypto": { + "version": "0.1.3", + "license": "MIT" + }, + "node_modules/undeclared-identifiers": { + "version": "1.1.3", + "license": "Apache-2.0", + "dependencies": { + "acorn-node": "^1.3.0", + "dash-ast": "^1.0.0", + "get-assigned-identifiers": "^1.2.0", + "simple-concat": "^1.0.0", + "xtend": "^4.0.1" + }, + "bin": { + "undeclared-identifiers": "bin.js" + } + }, + "node_modules/undici": { + "version": "5.28.4", + "dev": true, + "license": "MIT", + "dependencies": { + "@fastify/busboy": "^2.0.0" + }, + "engines": { + "node": ">=14.0" + } + }, + "node_modules/unenv": { + "version": "1.10.0", + "license": "MIT", + "dependencies": { + "consola": "^3.2.3", + "defu": "^6.1.4", + "mime": "^3.0.0", + "node-fetch-native": "^1.6.4", + "pathe": "^1.1.2" + } + }, + "node_modules/unfetch": { + "version": "4.2.0", + "license": "MIT" + }, + "node_modules/unstorage": { + "version": "1.10.2", + "license": "MIT", + "dependencies": { + "anymatch": "^3.1.3", + "chokidar": "^3.6.0", + "destr": "^2.0.3", + "h3": "^1.11.1", + "listhen": "^1.7.2", + "lru-cache": "^10.2.0", + "mri": "^1.2.0", + "node-fetch-native": "^1.6.2", + "ofetch": "^1.3.3", + "ufo": "^1.4.0" + }, + "peerDependencies": { + "@azure/app-configuration": "^1.5.0", + "@azure/cosmos": "^4.0.0", + "@azure/data-tables": "^13.2.2", + "@azure/identity": "^4.0.1", + "@azure/keyvault-secrets": "^4.8.0", + "@azure/storage-blob": "^12.17.0", + "@capacitor/preferences": "^5.0.7", + "@netlify/blobs": "^6.5.0 || ^7.0.0", + "@planetscale/database": "^1.16.0", + "@upstash/redis": "^1.28.4", + "@vercel/kv": "^1.0.1", + "idb-keyval": "^6.2.1", + "ioredis": "^5.3.2" + }, + "peerDependenciesMeta": { + "@azure/app-configuration": { + "optional": true + }, + "@azure/cosmos": { + "optional": true + }, + "@azure/data-tables": { + "optional": true + }, + "@azure/identity": { + "optional": true + }, + "@azure/keyvault-secrets": { + "optional": true + }, + "@azure/storage-blob": { + "optional": true + }, + "@capacitor/preferences": { + "optional": true + }, + "@netlify/blobs": { + "optional": true + }, + "@planetscale/database": { + "optional": true + }, + "@upstash/redis": { + "optional": true + }, + "@vercel/kv": { + "optional": true + }, + "idb-keyval": { + "optional": true + }, + "ioredis": { + "optional": true + } + } + }, + "node_modules/unstorage/node_modules/lru-cache": { + "version": "10.4.3", + "license": "ISC" + }, + "node_modules/untun": { + "version": "0.1.3", + "license": "MIT", + "dependencies": { + "citty": "^0.1.5", + "consola": "^3.2.3", + "pathe": "^1.1.1" + }, + "bin": { + "untun": "bin/untun.mjs" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", + "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", + "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/uqr": { + "version": "0.1.2", + "license": "MIT" + }, + "node_modules/uri-js": { + "version": "4.4.1", + "license": "BSD-2-Clause", + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.3.1", + "license": "MIT", + "engines": { + "node": ">=6" + } + }, + "node_modules/url": { + "version": "0.11.3", + "license": "MIT", + "dependencies": { + "punycode": "^1.4.1", + "qs": "^6.11.2" + } + }, + "node_modules/use-sync-external-store": { + "version": "1.2.0", + "license": "MIT", + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "node_modules/util": { + "version": "0.12.5", + "license": "MIT", + "dependencies": { + "inherits": "^2.0.3", + "is-arguments": "^1.0.4", + "is-generator-function": "^1.0.7", + "is-typed-array": "^1.1.3", + "which-typed-array": "^1.1.2" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "license": "MIT" + }, + "node_modules/valtio": { + "version": "1.11.2", + "license": "MIT", + "dependencies": { + "proxy-compare": "2.5.1", + "use-sync-external-store": "1.2.0" + }, + "engines": { + "node": ">=12.20.0" + }, + "peerDependencies": { + "@types/react": ">=16.8", + "react": ">=16.8" + }, + "peerDependenciesMeta": { + "@types/react": { + "optional": true + }, + "react": { + "optional": true + } + } + }, + "node_modules/viem": { + "version": "2.13.1", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/wevm" + } + ], + "license": "MIT", + "dependencies": { + "@adraffy/ens-normalize": "1.10.0", + "@noble/curves": "1.2.0", + "@noble/hashes": "1.3.2", + "@scure/bip32": "1.3.2", + "@scure/bip39": "1.2.1", + "abitype": "1.0.0", + "isows": "1.0.4", + "ws": "8.13.0" + }, + "peerDependencies": { + "typescript": ">=5.0.4" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/viem/node_modules/ws": { + "version": "8.13.0", + "license": "MIT", + "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/vite": { + "version": "4.5.3", + "license": "MIT", + "dependencies": { + "esbuild": "^0.18.10", + "postcss": "^8.4.27", + "rollup": "^3.27.1" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^14.18.0 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + }, + "peerDependencies": { + "@types/node": ">= 14", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vite-plugin-node-polyfills": { + "version": "0.22.0", + "license": "MIT", + "dependencies": { + "@rollup/plugin-inject": "^5.0.5", + "node-stdlib-browser": "^1.2.0" + }, + "funding": { + "url": "https://github.com/sponsors/davidmyersdev" + }, + "peerDependencies": { + "vite": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.18.20", + "hasInstallScript": true, + "license": "MIT", + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, + "node_modules/vite/node_modules/rollup": { + "version": "3.29.4", + "license": "MIT", + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/vitefu": { + "version": "0.2.5", + "dev": true, + "license": "MIT", + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "vite": { + "optional": true + } + } + }, + "node_modules/vm-browserify": { + "version": "1.1.2", + "license": "MIT" + }, + "node_modules/webidl-conversions": { + "version": "3.0.1", + "license": "BSD-2-Clause" + }, + "node_modules/whatwg-url": { + "version": "5.0.0", + "license": "MIT", + "dependencies": { + "tr46": "~0.0.3", + "webidl-conversions": "^3.0.0" + } + }, + "node_modules/which": { + "version": "2.0.2", + "license": "ISC", + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/which-module": { + "version": "2.0.1", + "license": "ISC" + }, + "node_modules/which-typed-array": { + "version": "1.1.15", + "license": "MIT", + "dependencies": { + "available-typed-arrays": "^1.0.7", + "call-bind": "^1.0.7", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "license": "MIT", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "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==", + "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", + "license": "ISC" + }, + "node_modules/ws": { + "version": "7.4.6", + "license": "MIT", + "engines": { + "node": ">=8.3.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "license": "MIT", + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "4.0.3", + "license": "ISC" + }, + "node_modules/yallist": { + "version": "4.0.0", + "license": "ISC" + }, + "node_modules/yaml": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", + "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "bin": { + "yaml": "bin.mjs" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/yargs": { + "version": "15.4.1", + "license": "MIT", + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs-parser": { + "version": "18.1.3", + "license": "ISC", + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/yocto-queue": { + "version": "0.1.0", + "license": "MIT", + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zod": { + "version": "3.22.4", + "license": "MIT", + "funding": { + "url": "https://github.com/sponsors/colinhacks" + } + }, + "packages/add-stakeholder": { + "name": "@requestnetwork/add-stakeholder", + "version": "0.1.1", + "license": "MIT", + "devDependencies": { + "@popperjs/core": "^2.11.8", + "@sveltejs/adapter-auto": "^2.0.0", + "@sveltejs/kit": "^1.27.4", + "@sveltejs/package": "^2.0.0", + "@sveltejs/vite-plugin-svelte": "^2.5.2", + "bootstrap": "^5.3.2", + "publint": "^0.1.9", + "svelte": "^4.0.5", + "svelte-check": "^3.6.0", + "tslib": "^2.4.1", + "typescript": "^5.0.0", + "vite": "^4.4.2" + }, + "peerDependencies": { + "svelte": "^4.0.0" + } + }, + "packages/create-invoice-form": { + "name": "@requestnetwork/create-invoice-form", + "version": "0.7.0", + "license": "MIT", + "dependencies": { + "@requestnetwork/request-client.js": "0.47.1-next.2043", + "viem": "^2.9.15" + }, + "devDependencies": { + "@sveltejs/vite-plugin-svelte": "^2.5.2", + "svelte": "^4.0.5", + "svelte-check": "^3.6.0", + "typescript": "^5.0.0", + "vite": "^4.4.2" + } + }, + "packages/invoice-dashboard": { + "name": "@requestnetwork/invoice-dashboard", + "version": "0.6.0", + "license": "MIT", + "dependencies": { + "@requestnetwork/payment-detection": "0.43.1-next.2043", + "@requestnetwork/payment-processor": "0.45.1-next.2043", + "@requestnetwork/request-client.js": "0.47.1-next.2043", + "ethers": "^5.7.2", + "svelte-sonner": "^0.3.27", + "viem": "^2.9.15" + }, + "devDependencies": { + "@sveltejs/package": "^2.0.0", + "@sveltejs/vite-plugin-svelte": "^2.5.2", + "@tailwindcss/typography": "^0.5.13", + "svelte": "^4.0.5", + "svelte-check": "^3.6.0", + "tslib": "^2.4.1", + "typescript": "^5.0.0", + "vite": "^4.4.2" + } + }, + "packages/payment-widget": { + "name": "@requestnetwork/payment-widget", + "version": "0.1.0", + "license": "MIT", + "dependencies": { + "@requestnetwork/payment-processor": "^0.47.0", + "@requestnetwork/request-client.js": "^0.49.0", + "@requestnetwork/web3-signature": "^0.8.0", + "@web3modal/ethers5": "^5.0.11", + "ethers": "^5.7.2", + "vite-plugin-node-polyfills": "^0.22.0" + }, + "devDependencies": { + "@sveltejs/vite-plugin-svelte": "^2.5.2", + "@types/react": "^18.0.0", + "@types/react-dom": "^18.0.0", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "sass": "^1.77.8", + "svelte": "^4.0.5", + "svelte-check": "^3.6.0", + "typescript": "^5.0.0", + "vite": "^4.4.2" + }, + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/abi": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/abstract-provider": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/networks": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/web": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/abstract-signer": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/address": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/rlp": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/base64": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/basex": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/properties": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/bignumber": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "bn.js": "^4.11.9" + } + }, + "packages/payment-widget/node_modules/@ethersproject/bytes": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/logger": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/constants": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bignumber": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/contracts": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abi": "^5.5.0", + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/transactions": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/hash": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/hdnode": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/basex": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/pbkdf2": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/wordlists": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/json-wallets": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hdnode": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/pbkdf2": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "aes-js": "3.0.0", + "scrypt-js": "3.0.1" + } + }, + "packages/payment-widget/node_modules/@ethersproject/keccak256": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "js-sha3": "0.8.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/logger": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT" + }, + "packages/payment-widget/node_modules/@ethersproject/networks": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/logger": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/pbkdf2": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/sha2": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/properties": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/logger": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/providers": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/basex": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/networks": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/rlp": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/strings": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/web": "^5.5.0", + "bech32": "1.1.4", + "ws": "7.4.6" + } + }, + "packages/payment-widget/node_modules/@ethersproject/random": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/rlp": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/sha2": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "hash.js": "1.1.7" + } + }, + "packages/payment-widget/node_modules/@ethersproject/signing-key": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "bn.js": "^4.11.9", + "elliptic": "6.5.4", + "hash.js": "1.1.7" + } + }, + "packages/payment-widget/node_modules/@ethersproject/solidity": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/sha2": "^5.5.0", + "@ethersproject/strings": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/strings": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0" + } + }, + "packages/payment-widget/node_modules/@ethersproject/transactions": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", "dependencies": { - "@fastify/busboy": "^2.0.0" - }, - "engines": { - "node": ">=14.0" + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/rlp": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0" } }, - "node_modules/update-browserslist-db": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.0.tgz", - "integrity": "sha512-EdRAaAyk2cUE1wOf2DkEhzxqOQvFOoRJFNS6NeyJ01Gp2beMRpBAINjM2iDXE3KCuKhwnvHIQCJm6ThL2Z+HzQ==", - "dev": true, + "packages/payment-widget/node_modules/@ethersproject/units": { + "version": "5.5.0", "funding": [ { - "type": "opencollective", - "url": "https://opencollective.com/browserslist" - }, - { - "type": "tidelift", - "url": "https://tidelift.com/funding/github/npm/browserslist" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, { - "type": "github", - "url": "https://github.com/sponsors/ai" + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } ], - "dependencies": { - "escalade": "^3.1.2", - "picocolors": "^1.0.1" - }, - "bin": { - "update-browserslist-db": "cli.js" - }, - "peerDependencies": { - "browserslist": ">= 4.21.0" - } - }, - "node_modules/uri-js": { - "version": "4.4.1", - "license": "BSD-2-Clause", - "dependencies": { - "punycode": "^2.1.0" - } - }, - "node_modules/uri-js/node_modules/punycode": { - "version": "2.3.1", "license": "MIT", - "engines": { - "node": ">=6" + "dependencies": { + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/constants": "^5.5.0", + "@ethersproject/logger": "^5.5.0" } }, - "node_modules/url": { - "version": "0.11.3", + "packages/payment-widget/node_modules/@ethersproject/wallet": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "punycode": "^1.4.1", - "qs": "^6.11.2" + "@ethersproject/abstract-provider": "^5.5.0", + "@ethersproject/abstract-signer": "^5.5.0", + "@ethersproject/address": "^5.5.0", + "@ethersproject/bignumber": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/hdnode": "^5.5.0", + "@ethersproject/json-wallets": "^5.5.0", + "@ethersproject/keccak256": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/random": "^5.5.0", + "@ethersproject/signing-key": "^5.5.0", + "@ethersproject/transactions": "^5.5.0", + "@ethersproject/wordlists": "^5.5.0" } }, - "node_modules/util": { - "version": "0.12.5", + "packages/payment-widget/node_modules/@ethersproject/web": { + "version": "5.5.0", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "inherits": "^2.0.3", - "is-arguments": "^1.0.4", - "is-generator-function": "^1.0.7", - "is-typed-array": "^1.1.3", - "which-typed-array": "^1.1.2" + "@ethersproject/base64": "^5.5.0", + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/util-deprecate": { - "version": "1.0.2", - "license": "MIT" - }, - "node_modules/viem": { - "version": "2.13.1", + "packages/payment-widget/node_modules/@ethersproject/wordlists": { + "version": "5.5.0", "funding": [ { - "type": "github", - "url": "https://github.com/sponsors/wevm" + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } ], "license": "MIT", "dependencies": { - "@adraffy/ens-normalize": "1.10.0", - "@noble/curves": "1.2.0", - "@noble/hashes": "1.3.2", - "@scure/bip32": "1.3.2", - "@scure/bip39": "1.2.1", - "abitype": "1.0.0", - "isows": "1.0.4", - "ws": "8.13.0" - }, - "peerDependencies": { - "typescript": ">=5.0.4" - }, - "peerDependenciesMeta": { - "typescript": { - "optional": true - } + "@ethersproject/bytes": "^5.5.0", + "@ethersproject/hash": "^5.5.0", + "@ethersproject/logger": "^5.5.0", + "@ethersproject/properties": "^5.5.0", + "@ethersproject/strings": "^5.5.0" } }, - "node_modules/viem/node_modules/ws": { - "version": "8.13.0", + "packages/payment-widget/node_modules/@requestnetwork/advanced-logic": { + "version": "0.44.0", "license": "MIT", - "engines": { - "node": ">=10.0.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": ">=5.0.2" + "dependencies": { + "@requestnetwork/currency": "0.18.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "tslib": "2.5.0" }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true - }, - "utf-8-validate": { - "optional": true - } + "engines": { + "node": ">=18.0.0" } }, - "node_modules/vite": { - "version": "4.5.3", - "dev": true, + "packages/payment-widget/node_modules/@requestnetwork/data-access": { + "version": "0.36.0", "license": "MIT", "dependencies": { - "esbuild": "^0.18.10", - "postcss": "^8.4.27", - "rollup": "^3.27.1" - }, - "bin": { - "vite": "bin/vite.js" + "@requestnetwork/multi-format": "0.19.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "tslib": "2.5.0" }, "engines": { - "node": "^14.18.0 || >=16.0.0" - }, - "funding": { - "url": "https://github.com/vitejs/vite?sponsor=1" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" - }, - "peerDependencies": { - "@types/node": ">= 14", - "less": "*", - "lightningcss": "^1.21.0", - "sass": "*", - "stylus": "*", - "sugarss": "*", - "terser": "^5.4.0" + "node": ">=18.0.0" + } + }, + "packages/payment-widget/node_modules/@requestnetwork/data-format": { + "version": "0.19.0", + "license": "MIT", + "dependencies": { + "ajv": "6.12.4", + "ethers": "5.5.1", + "tslib": "2.5.0" }, - "peerDependenciesMeta": { - "@types/node": { - "optional": true - }, - "less": { - "optional": true - }, - "lightningcss": { - "optional": true - }, - "sass": { - "optional": true - }, - "stylus": { - "optional": true - }, - "sugarss": { - "optional": true + "engines": { + "node": ">=18.0.0" + } + }, + "packages/payment-widget/node_modules/@requestnetwork/data-format/node_modules/ethers": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, - "terser": { - "optional": true + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/vite/node_modules/@esbuild/linux-x64": { - "version": "0.18.20", - "cpu": [ - "x64" - ], - "dev": true, + "packages/payment-widget/node_modules/@requestnetwork/epk-signature": { + "version": "0.9.0", "license": "MIT", - "optional": true, - "os": [ - "linux" - ], + "dependencies": { + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "tslib": "2.5.0" + }, "engines": { - "node": ">=12" + "node": ">=18.0.0" } }, - "node_modules/vite/node_modules/esbuild": { - "version": "0.18.20", - "dev": true, - "hasInstallScript": true, + "packages/payment-widget/node_modules/@requestnetwork/multi-format": { + "version": "0.19.0", "license": "MIT", - "bin": { - "esbuild": "bin/esbuild" + "dependencies": { + "@requestnetwork/types": "0.45.0", + "tslib": "2.5.0" }, "engines": { - "node": ">=12" - }, - "optionalDependencies": { - "@esbuild/android-arm": "0.18.20", - "@esbuild/android-arm64": "0.18.20", - "@esbuild/android-x64": "0.18.20", - "@esbuild/darwin-arm64": "0.18.20", - "@esbuild/darwin-x64": "0.18.20", - "@esbuild/freebsd-arm64": "0.18.20", - "@esbuild/freebsd-x64": "0.18.20", - "@esbuild/linux-arm": "0.18.20", - "@esbuild/linux-arm64": "0.18.20", - "@esbuild/linux-ia32": "0.18.20", - "@esbuild/linux-loong64": "0.18.20", - "@esbuild/linux-mips64el": "0.18.20", - "@esbuild/linux-ppc64": "0.18.20", - "@esbuild/linux-riscv64": "0.18.20", - "@esbuild/linux-s390x": "0.18.20", - "@esbuild/linux-x64": "0.18.20", - "@esbuild/netbsd-x64": "0.18.20", - "@esbuild/openbsd-x64": "0.18.20", - "@esbuild/sunos-x64": "0.18.20", - "@esbuild/win32-arm64": "0.18.20", - "@esbuild/win32-ia32": "0.18.20", - "@esbuild/win32-x64": "0.18.20" + "node": ">=18.0.0" } }, - "node_modules/vite/node_modules/rollup": { - "version": "3.29.4", - "dev": true, + "packages/payment-widget/node_modules/@requestnetwork/payment-detection": { + "version": "0.45.0", "license": "MIT", - "bin": { - "rollup": "dist/bin/rollup" + "dependencies": { + "@requestnetwork/currency": "0.18.0", + "@requestnetwork/smart-contracts": "0.38.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "ethers": "5.5.1", + "graphql": "16.8.1", + "graphql-request": "6.1.0", + "graphql-tag": "2.12.6", + "satoshi-bitcoin": "1.0.4", + "tslib": "2.5.0" }, "engines": { - "node": ">=14.18.0", - "npm": ">=8.0.0" - }, - "optionalDependencies": { - "fsevents": "~2.3.2" + "node": ">=18.0.0" } }, - "node_modules/vitefu": { - "version": "0.2.5", - "dev": true, - "license": "MIT", - "peerDependencies": { - "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" - }, - "peerDependenciesMeta": { - "vite": { - "optional": true + "packages/payment-widget/node_modules/@requestnetwork/payment-detection/node_modules/ethers": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } - } - }, - "node_modules/vm-browserify": { - "version": "1.1.2", - "license": "MIT" - }, - "node_modules/webidl-conversions": { - "version": "3.0.1", - "license": "BSD-2-Clause" - }, - "node_modules/whatwg-url": { - "version": "5.0.0", + ], "license": "MIT", "dependencies": { - "tr46": "~0.0.3", - "webidl-conversions": "^3.0.0" + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/which": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", - "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "packages/payment-widget/node_modules/@requestnetwork/payment-processor": { + "version": "0.47.0", + "license": "MIT", "dependencies": { - "isexe": "^2.0.0" - }, - "bin": { - "node-which": "bin/node-which" + "@openzeppelin/contracts": "4.9.6", + "@requestnetwork/currency": "0.18.0", + "@requestnetwork/payment-detection": "0.45.0", + "@requestnetwork/smart-contracts": "0.38.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "@superfluid-finance/sdk-core": "0.5.0", + "ethers": "5.5.1", + "near-api-js": "4.0.2", + "tslib": "2.5.0" }, "engines": { - "node": ">= 8" + "node": ">=18.0.0" } }, - "node_modules/which-typed-array": { - "version": "1.1.15", + "packages/payment-widget/node_modules/@requestnetwork/payment-processor/node_modules/ethers": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "available-typed-arrays": "^1.0.7", - "call-bind": "^1.0.7", - "for-each": "^0.3.3", - "gopd": "^1.0.1", - "has-tostringtag": "^1.0.2" - }, - "engines": { - "node": ">= 0.4" - }, - "funding": { - "url": "https://github.com/sponsors/ljharb" + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/wrap-ansi": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", - "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "packages/payment-widget/node_modules/@requestnetwork/request-client.js": { + "version": "0.49.0", + "license": "MIT", "dependencies": { - "ansi-styles": "^6.1.0", - "string-width": "^5.0.1", - "strip-ansi": "^7.0.1" + "@requestnetwork/advanced-logic": "0.44.0", + "@requestnetwork/currency": "0.18.0", + "@requestnetwork/data-access": "0.36.0", + "@requestnetwork/data-format": "0.19.0", + "@requestnetwork/epk-signature": "0.9.0", + "@requestnetwork/multi-format": "0.19.0", + "@requestnetwork/payment-detection": "0.45.0", + "@requestnetwork/request-logic": "0.35.0", + "@requestnetwork/smart-contracts": "0.38.0", + "@requestnetwork/transaction-manager": "0.36.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "ethers": "5.5.1", + "qs": "6.11.2", + "tslib": "2.5.0" }, "engines": { - "node": ">=12" - }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + "node": ">=18.0.0" + } + }, + "packages/payment-widget/node_modules/@requestnetwork/request-client.js/node_modules/ethers": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], + "license": "MIT", + "dependencies": { + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "node_modules/wrap-ansi-cjs": { - "name": "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==", + "packages/payment-widget/node_modules/@requestnetwork/request-logic": { + "version": "0.35.0", + "license": "MIT", "dependencies": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "engines": { - "node": ">=10" + "@requestnetwork/advanced-logic": "0.44.0", + "@requestnetwork/multi-format": "0.19.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "semver": "7.5.4", + "tslib": "2.5.0" }, - "funding": { - "url": "https://github.com/chalk/wrap-ansi?sponsor=1" - } - }, - "node_modules/wrap-ansi-cjs/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==", "engines": { - "node": ">=8" + "node": ">=18.0.0" } }, - "node_modules/wrap-ansi-cjs/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==", + "packages/payment-widget/node_modules/@requestnetwork/smart-contracts": { + "version": "0.38.0", + "license": "MIT", "dependencies": { - "color-convert": "^2.0.1" + "tslib": "2.5.0" }, "engines": { - "node": ">=8" - }, - "funding": { - "url": "https://github.com/chalk/ansi-styles?sponsor=1" + "node": ">=18.0.0" } }, - "node_modules/wrap-ansi-cjs/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==" - }, - "node_modules/wrap-ansi-cjs/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==", + "packages/payment-widget/node_modules/@requestnetwork/transaction-manager": { + "version": "0.36.0", + "license": "MIT", "dependencies": { - "emoji-regex": "^8.0.0", - "is-fullwidth-code-point": "^3.0.0", - "strip-ansi": "^6.0.1" + "@requestnetwork/multi-format": "0.19.0", + "@requestnetwork/types": "0.45.0", + "@requestnetwork/utils": "0.45.0", + "tslib": "2.5.0" }, "engines": { - "node": ">=8" + "node": ">=18.0.0" } }, - "node_modules/wrap-ansi-cjs/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==", + "packages/payment-widget/node_modules/@requestnetwork/types": { + "version": "0.45.0", + "license": "MIT", "dependencies": { - "ansi-regex": "^5.0.1" + "ethers": "5.5.1" }, "engines": { - "node": ">=8" + "node": ">=18.0.0" } }, - "node_modules/wrappy": { - "version": "1.0.2", - "license": "ISC" - }, - "node_modules/ws": { - "version": "7.4.6", - "license": "MIT", - "engines": { - "node": ">=8.3.0" - }, - "peerDependencies": { - "bufferutil": "^4.0.1", - "utf-8-validate": "^5.0.2" - }, - "peerDependenciesMeta": { - "bufferutil": { - "optional": true + "packages/payment-widget/node_modules/@requestnetwork/types/node_modules/ethers": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" }, - "utf-8-validate": { - "optional": true + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" } - } - }, - "node_modules/xtend": { - "version": "4.0.2", + ], "license": "MIT", - "engines": { - "node": ">=0.4" - } - }, - "node_modules/yallist": { - "version": "4.0.0", - "license": "ISC" - }, - "node_modules/yaml": { - "version": "2.4.5", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.4.5.tgz", - "integrity": "sha512-aBx2bnqDzVOyNKfsysjA2ms5ZlnjSAW2eG3/L5G/CSujfjLJTJsEw1bGw8kCf04KodQWk1pxlGnZ56CRxiawmg==", - "bin": { - "yaml": "bin.mjs" - }, - "engines": { - "node": ">= 14" + "dependencies": { + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "packages/add-stakeholder": { - "name": "@requestnetwork/add-stakeholder", - "version": "0.1.1", + "packages/payment-widget/node_modules/@requestnetwork/utils": { + "version": "0.45.0", "license": "MIT", - "devDependencies": { - "@popperjs/core": "^2.11.8", - "@sveltejs/adapter-auto": "^2.0.0", - "@sveltejs/kit": "^1.27.4", - "@sveltejs/package": "^2.0.0", - "@sveltejs/vite-plugin-svelte": "^2.5.2", - "bootstrap": "^5.3.2", - "publint": "^0.1.9", - "svelte": "^4.0.5", - "svelte-check": "^3.6.0", - "tslib": "^2.4.1", - "typescript": "^5.0.0", - "vite": "^4.4.2" + "dependencies": { + "@requestnetwork/types": "0.45.0", + "@toruslabs/eccrypto": "4.0.0", + "ethers": "5.5.1", + "secp256k1": "4.0.2", + "tslib": "2.5.0" }, - "peerDependencies": { - "svelte": "^4.0.0" + "engines": { + "node": ">=18.0.0" } }, - "packages/create-invoice-form": { - "name": "@requestnetwork/create-invoice-form", - "version": "0.7.0", + "packages/payment-widget/node_modules/@requestnetwork/utils/node_modules/ethers": { + "version": "5.5.1", + "funding": [ + { + "type": "individual", + "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2" + }, + { + "type": "individual", + "url": "https://www.buymeacoffee.com/ricmoo" + } + ], "license": "MIT", "dependencies": { - "@requestnetwork/request-client.js": "0.47.1-next.2043", - "viem": "^2.9.15" - }, - "devDependencies": { - "@sveltejs/vite-plugin-svelte": "^2.5.2", - "svelte": "^4.0.5", - "svelte-check": "^3.6.0", - "typescript": "^5.0.0", - "vite": "^4.4.2" + "@ethersproject/abi": "5.5.0", + "@ethersproject/abstract-provider": "5.5.1", + "@ethersproject/abstract-signer": "5.5.0", + "@ethersproject/address": "5.5.0", + "@ethersproject/base64": "5.5.0", + "@ethersproject/basex": "5.5.0", + "@ethersproject/bignumber": "5.5.0", + "@ethersproject/bytes": "5.5.0", + "@ethersproject/constants": "5.5.0", + "@ethersproject/contracts": "5.5.0", + "@ethersproject/hash": "5.5.0", + "@ethersproject/hdnode": "5.5.0", + "@ethersproject/json-wallets": "5.5.0", + "@ethersproject/keccak256": "5.5.0", + "@ethersproject/logger": "5.5.0", + "@ethersproject/networks": "5.5.0", + "@ethersproject/pbkdf2": "5.5.0", + "@ethersproject/properties": "5.5.0", + "@ethersproject/providers": "5.5.0", + "@ethersproject/random": "5.5.0", + "@ethersproject/rlp": "5.5.0", + "@ethersproject/sha2": "5.5.0", + "@ethersproject/signing-key": "5.5.0", + "@ethersproject/solidity": "5.5.0", + "@ethersproject/strings": "5.5.0", + "@ethersproject/transactions": "5.5.0", + "@ethersproject/units": "5.5.0", + "@ethersproject/wallet": "5.5.0", + "@ethersproject/web": "5.5.0", + "@ethersproject/wordlists": "5.5.0" } }, - "packages/invoice-dashboard": { - "name": "@requestnetwork/invoice-dashboard", - "version": "0.6.0", + "packages/payment-widget/node_modules/bn.js": { + "version": "4.12.0", + "license": "MIT" + }, + "packages/payment-widget/node_modules/elliptic": { + "version": "6.5.4", "license": "MIT", "dependencies": { - "@requestnetwork/payment-detection": "0.43.1-next.2043", - "@requestnetwork/payment-processor": "0.45.1-next.2043", - "@requestnetwork/request-client.js": "0.47.1-next.2043", - "ethers": "^5.7.2", - "svelte-sonner": "^0.3.27", - "viem": "^2.9.15" - }, - "devDependencies": { - "@sveltejs/package": "^2.0.0", - "@sveltejs/vite-plugin-svelte": "^2.5.2", - "@tailwindcss/typography": "^0.5.13", - "svelte": "^4.0.5", - "svelte-check": "^3.6.0", - "tslib": "^2.4.1", - "typescript": "^5.0.0", - "vite": "^4.4.2" + "bn.js": "^4.11.9", + "brorand": "^1.1.0", + "hash.js": "^1.0.0", + "hmac-drbg": "^1.0.1", + "inherits": "^2.0.4", + "minimalistic-assert": "^1.0.1", + "minimalistic-crypto-utils": "^1.0.1" } }, + "packages/payment-widget/node_modules/tslib": { + "version": "2.5.0", + "license": "0BSD" + }, "shared/components": { "name": "@requestnetwork/shared-components", "license": "MIT", @@ -10344,6 +15471,14 @@ "typescript": "^5.0.0" } }, + "shared/components/node_modules/clsx": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/clsx/-/clsx-2.1.1.tgz", + "integrity": "sha512-eYm0QWBtUrBWZWG0d386OGAw16Z995PiOVo2B7bjWSbHedGl5e0ZWaq65kOGgUSNesEIDkB9ISbTg/JK9dhCZA==", + "engines": { + "node": ">=6" + } + }, "shared/icons": { "name": "@requestnetwork/shared-icons", "license": "MIT", diff --git a/package.json b/package.json index 29bfb9c7..6cca67b8 100644 --- a/package.json +++ b/package.json @@ -15,6 +15,7 @@ "build:form": "turbo run build --filter=@requestnetwork/create-invoice-form", "build:dashboard": "turbo run build --filter=@requestnetwork/invoice-dashboard", "build:stakeholder": "turbo run build --filter=@requestnetwork/add-stakeholder", + "build:payment-widget": "turbo run build --filter=@requestnetwork/payment-widget", "link:all": "for d in packages/*; do (cd $d && npm link); done", "unlink:all": "for d in packages/*; do (cd $d && npm unlink); done" }, @@ -23,5 +24,9 @@ }, "author": "", "license": "MIT", - "packageManager": "npm@10.5.0" + "packageManager": "npm@10.5.0", + "dependencies": { + "@requestnetwork/currency": "^0.18.0", + "bits-ui": "^0.21.12" + } } diff --git a/packages/payment-widget/README.md b/packages/payment-widget/README.md new file mode 100644 index 00000000..f919758d --- /dev/null +++ b/packages/payment-widget/README.md @@ -0,0 +1,53 @@ +# Request Network Payment Widget Web Component + +A web component for accepting crypto payments using Request Network. + +## Introduction + +The Payment Widget web component is a pre-built component that allows users to offer crypto payment options using Request Network without having to implement it themselves. It is built using Svelte but compiled to a Web Component, making it usuable in any web environment, regardless of the framework. + +## Installation + +To install the component, use npm: + +```bash +npm install @requestnetwork/payment-widget +``` + +## Usage + +### Usage in React + +```tsx +import PaymentWidget from "@requestnetwork/payment-widget/react"; + +export default function PaymentPage() { + return ( + { + console.log(request); + }} + onError={(error) => { + console.error(error); + }} + /> + ); +} +``` + +## Additional Information + +For more information, see the [Request Network documentation](https://docs.request.network/). diff --git a/packages/payment-widget/package.json b/packages/payment-widget/package.json new file mode 100644 index 00000000..e0e34624 --- /dev/null +++ b/packages/payment-widget/package.json @@ -0,0 +1,65 @@ +{ + "name": "@requestnetwork/payment-widget", + "version": "0.1.0", + "main": "./dist/web-component.umd.cjs", + "scripts": { + "dev": "vite dev", + "build": "npm run package", + "build:wc": "vite build -c vite.wc.config.ts", + "preview": "vite preview", + "package": "svelte-kit sync && svelte-package && npm run build:wc && publint", + "prepublishOnly": "npm run package", + "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", + "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", + "clean": "rm -rf dist && rm -rf .svelte-kit", + "is-release-needed": "bash ../../scripts/is-release-needed.sh" + }, + "exports": { + ".": { + "types": "./dist/index.d.ts", + "svelte": "./dist/index.js", + "require": "./dist/web-component.umd.cjs", + "default": "./dist/web-component.js" + }, + "./react": { + "types": "./dist/react/PaymentWidget.d.ts", + "default": "./dist/react/PaymentWidget.jsx" + } + }, + "files": [ + "dist", + "!dist/**/*.test.*", + "!dist/**/*.spec.*" + ], + "peerDependencies": { + "react": "^16.8.0 || ^17.0.0 || ^18.0.0", + "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0" + }, + "devDependencies": { + "@sveltejs/vite-plugin-svelte": "^2.5.2", + "@types/react": "^18.0.0", + "@types/react-dom": "^18.0.0", + "react": "^18.0.0", + "react-dom": "^18.0.0", + "sass": "^1.77.8", + "svelte": "^4.0.5", + "svelte-check": "^3.6.0", + "typescript": "^5.0.0", + "vite": "^4.4.2" + }, + "svelte": "./dist/index.js", + "types": "./dist/index.d.ts", + "type": "module", + "license": "MIT", + "publishConfig": { + "access": "public" + }, + "dependencies": { + "@requestnetwork/payment-processor": "^0.47.0", + "@requestnetwork/request-client.js": "^0.49.0", + "@requestnetwork/web3-signature": "^0.8.0", + "@web3modal/ethers5": "^5.0.11", + "ethers": "^5.7.2", + "vite-plugin-node-polyfills": "^0.22.0" + } +} diff --git a/packages/payment-widget/src/lib/components/currency-selector.svelte b/packages/payment-widget/src/lib/components/currency-selector.svelte new file mode 100644 index 00000000..bc5b75b6 --- /dev/null +++ b/packages/payment-widget/src/lib/components/currency-selector.svelte @@ -0,0 +1,140 @@ + + +
+ +

Select a Currency

+
+ {#each currencies as currency (currency.id)} + + {/each} +
+
+ + diff --git a/packages/payment-widget/src/lib/components/payment-complete.svelte b/packages/payment-widget/src/lib/components/payment-complete.svelte new file mode 100644 index 00000000..c395f46a --- /dev/null +++ b/packages/payment-widget/src/lib/components/payment-complete.svelte @@ -0,0 +1,99 @@ + + +
+
+ + + + +
+

Payment Complete

+

Thank you for your payment. Your transaction was successful.

+
+ + diff --git a/packages/payment-widget/src/lib/components/payment-confirmation.svelte b/packages/payment-widget/src/lib/components/payment-confirmation.svelte new file mode 100644 index 00000000..f8e93917 --- /dev/null +++ b/packages/payment-widget/src/lib/components/payment-confirmation.svelte @@ -0,0 +1,421 @@ + + +
+ +

Confirm Payment

+
+
+
USD
+ ${amountInUSD} +
+ +
+
{currencySymbol}
+ {trimTrailingDecimalZeros(parseFloat(amountInCrypto.toFixed(6)))} + {currencySymbol} +
+
+
+

Payment to

+ + {sellerAddress} + + +
+
+

Payment network

+ {NETWORK_LABEL[selectedCurrency.network]} +
+
+

Total

+ {trimTrailingDecimalZeros(amountInCrypto)} {currencySymbol} +
+ + {#if !isPaying} +
+ +
+ Price updates in {countdown}s +
+
+ {/if} + + {#if error && error.length > 0} +
+ + +
+ {error} +
+
+ {/if} + +
+ + +
+
+ + diff --git a/packages/payment-widget/src/lib/components/spinner.svelte b/packages/payment-widget/src/lib/components/spinner.svelte new file mode 100644 index 00000000..1c839c80 --- /dev/null +++ b/packages/payment-widget/src/lib/components/spinner.svelte @@ -0,0 +1,40 @@ + + +
+ + diff --git a/packages/payment-widget/src/lib/components/wallet-info.svelte b/packages/payment-widget/src/lib/components/wallet-info.svelte new file mode 100644 index 00000000..9cd28f57 --- /dev/null +++ b/packages/payment-widget/src/lib/components/wallet-info.svelte @@ -0,0 +1,65 @@ + + +
+ {#if isConnected} + {formatAddress(address, 6, 8)} + + {/if} +
+ + diff --git a/packages/payment-widget/src/lib/env.d.ts b/packages/payment-widget/src/lib/env.d.ts new file mode 100644 index 00000000..089fcf9c --- /dev/null +++ b/packages/payment-widget/src/lib/env.d.ts @@ -0,0 +1,9 @@ +/// + +interface ImportMetaEnv { + readonly WEB3MODAL_PROJECT_ID: string +} + +interface ImportMeta { + readonly env: ImportMetaEnv +} diff --git a/packages/payment-widget/src/lib/index.ts b/packages/payment-widget/src/lib/index.ts new file mode 100644 index 00000000..b0d0eba8 --- /dev/null +++ b/packages/payment-widget/src/lib/index.ts @@ -0,0 +1 @@ +export { default as PaymentWidget } from "./payment-widget.svelte"; diff --git a/packages/payment-widget/src/lib/payment-widget.svelte b/packages/payment-widget/src/lib/payment-widget.svelte new file mode 100644 index 00000000..9575e2d6 --- /dev/null +++ b/packages/payment-widget/src/lib/payment-widget.svelte @@ -0,0 +1,346 @@ + + + + +
+
+ {#if sellerInfo?.logo || sellerInfo?.name} +
+ {#if sellerInfo.logo} + Seller logo + {/if} +

{sellerInfo.name}

+
+ {/if} + + {#if productInfo?.name || productInfo?.description || productInfo?.image} +
+
+

{productInfo?.name}

+ {productInfo?.description} +
+ {#if productInfo.image} + Product + {/if} +
+ {/if} + +
+ TOTAL + {amountInUSD} USD +
+
+ +
+

Pay with crypto

+ +
+ { + isModalOpen = false; + }} + > + {#if currentPaymentStep === "currency"} + + {:else if selectedCurrency && currentPaymentStep === "confirmation"} + + {:else} + + {/if} + +
+{#if showRNBranding} +
+ +
+{/if} + + diff --git a/packages/payment-widget/src/lib/react/PaymentWidget.d.ts b/packages/payment-widget/src/lib/react/PaymentWidget.d.ts new file mode 100644 index 00000000..fad11bcf --- /dev/null +++ b/packages/payment-widget/src/lib/react/PaymentWidget.d.ts @@ -0,0 +1,62 @@ +import React from "react"; +import type { + SellerInfo, + ProductInfo, + AmountInUSD, + SupportedCurrencies, +} from "../types"; + +export interface PaymentWidgetProps { + sellerInfo?: SellerInfo; + productInfo?: ProductInfo; + amountInUSD: AmountInUSD; + supportedCurrencies: SupportedCurrencies; + sellerAddress: string; + persistRequest?: boolean; + showRNBranding?: boolean; + builderId?: string; + onPaymentSuccess?: (request: any) => void; + onError?: (error: string) => void; +} + +/** + * PaymentWidget is a React component that integrates Request Network's payment functionality into web applications. + * + * This component simplifies the process of accepting cryptocurrency payments by providing a pre-built, + * customizable payment interface. It handles the complexities of blockchain transactions, allowing + * developers to easily implement crypto payment options without deep blockchain knowledge. + * + * Key features: + * - Supports multiple cryptocurrencies + * - Handles transaction creation and management + * - Provides real-time payment status updates + * + * @param {PaymentWidgetProps} props - The component props + * @returns {JSX.Element} + * + * @example + * { + * console.log(request); + * }} + * onError={(error) => { + * console.error(error); + * }} + * /> + */ +declare const PaymentWidget: React.FC; + +export default PaymentWidget; diff --git a/packages/payment-widget/src/lib/react/PaymentWidget.jsx b/packages/payment-widget/src/lib/react/PaymentWidget.jsx new file mode 100644 index 00000000..b859a287 --- /dev/null +++ b/packages/payment-widget/src/lib/react/PaymentWidget.jsx @@ -0,0 +1,20 @@ +// @ts-nocheck +import React, { useLayoutEffect, useRef } from "react"; +import("../web-component"); + +export const PaymentWidget = (props) => { + const widgetRef = useRef(null); + + + useLayoutEffect(() => { + if (widgetRef.current) { + Object.entries(props).forEach(([key, value]) => { + widgetRef.current[key] = value; + }); + } + }, [props, widgetRef?.current]); + + return React.createElement('payment-widget', { ref: widgetRef }); +}; + +export default PaymentWidget; diff --git a/packages/payment-widget/src/lib/react/global.d.ts b/packages/payment-widget/src/lib/react/global.d.ts new file mode 100644 index 00000000..76370fe4 --- /dev/null +++ b/packages/payment-widget/src/lib/react/global.d.ts @@ -0,0 +1,8 @@ +declare namespace JSX { + interface IntrinsicElements { + "payment-widget": React.DetailedHTMLProps< + React.HTMLAttributes, + HTMLElement + >; + } +} diff --git a/packages/payment-widget/src/lib/types/index.ts b/packages/payment-widget/src/lib/types/index.ts new file mode 100644 index 00000000..990babcb --- /dev/null +++ b/packages/payment-widget/src/lib/types/index.ts @@ -0,0 +1,30 @@ +import type { CURRENCY_ID, NETWORK_LABEL } from "../utils/currencies"; + +export type SellerInfo = { + logo?: string; + name?: string; +}; + +export type ProductInfo = { + name?: string; + description?: string; + image?: string; +}; + +export type AmountInUSD = number; + +export type CurrencyID = (typeof CURRENCY_ID)[keyof typeof CURRENCY_ID]; +export type SupportedCurrencies = [CurrencyID, ...CurrencyID[]]; + +export type Currency = { + id: string; + hash: string; + address?: string; + network: keyof typeof NETWORK_LABEL; + decimals: number; + symbol: string; + type: "ERC20" | "ETH"; + name?: string; +}; + +export type PaymentStep = "currency" | "confirmation" | "complete"; diff --git a/packages/payment-widget/src/lib/utils/chains.ts b/packages/payment-widget/src/lib/utils/chains.ts new file mode 100644 index 00000000..1cb1734a --- /dev/null +++ b/packages/payment-widget/src/lib/utils/chains.ts @@ -0,0 +1,100 @@ +export const chains = [ + { + chainId: 1, + name: "Ethereum", + currency: "ETH", + explorerUrl: "https://etherscan.io", + rpcUrl: "https://cloudflare-eth.com", + }, + { + chainId: 11155111, + name: "Sepolia", + currency: "ETH", + explorerUrl: "https://sepolia.etherscan.io", + rpcUrl: "https://rpc.sepolia.org", + }, + { + chainId: 137, + name: "Polygon", + currency: "MATIC", + explorerUrl: "https://polygonscan.com", + rpcUrl: "https://polygon.llamarpc.com", + }, + { + chainId: 56, + name: "Binance Smart Chain", + currency: "BNB", + explorerUrl: "https://bscscan.com", + rpcUrl: "https://binance.llamarpc.com", + }, + { + chainId: 100, + name: "Gnosis Chain (xDai)", + currency: "XDAI", + explorerUrl: "https://gnosis.blockscout.com/", + rpcUrl: "https://gnosis-rpc.publicnode.com", + }, + { + chainId: 43114, + name: "Avalanche", + currency: "AVAX", + explorerUrl: "https://snowtrace.io", + rpcUrl: "https://1rpc.io/avax/c", + }, + { + chainId: 10, + name: "Optimism", + currency: "ETH", + explorerUrl: "https://optimistic.etherscan.io", + rpcUrl: "https://mainnet.optimism.io", + }, + { + chainId: 42161, + name: "Arbitrum One", + currency: "ETH", + explorerUrl: "https://arbiscan.io", + rpcUrl: "https://arb1.arbitrum.io/rpc", + }, + { + chainId: 250, + name: "Fantom", + currency: "FTM", + explorerUrl: "https://ftmscan.com", + rpcUrl: "https://rpc.ftm.tools", + }, + { + chainId: 42220, + name: "Celo", + currency: "CELO", + explorerUrl: "https://explorer.celo.org/mainnet/", + rpcUrl: "wss://celo.drpc.org", + }, + { + chainId: 1284, + name: "Moonbeam", + currency: "GLMR", + explorerUrl: "https://moonbeam.moonscan.io", + rpcUrl: "https://rpc.api.moonbeam.network", + }, + { + chainId: 324, + name: "ZkSync Era", + currency: "ETH", + explorerUrl: "https://explorer.zksync.io", + rpcUrl: "https://mainnet.era.zksync.io", + }, + { + chainId: 8453, + name: "Base", + currency: "ETH", + explorerUrl: "https://basescan.org", + rpcUrl: "https://mainnet.base.org", + }, + { + chainId: 5000, + name: "Mantle", + currency: "MNT", + explorerUrl: "https://explorer.mantle.xyz", + rpcUrl: "https://mantle.drpc.org", + }, +]; diff --git a/packages/payment-widget/src/lib/utils/currencies.ts b/packages/payment-widget/src/lib/utils/currencies.ts new file mode 100644 index 00000000..bf68f9b6 --- /dev/null +++ b/packages/payment-widget/src/lib/utils/currencies.ts @@ -0,0 +1,68 @@ +import { initializeCurrencyManagerWithCurrencyIDS } from "@requestnetwork/shared-utils/initCurrencyManager"; +import type { SupportedCurrencies, Currency } from "../types"; +import type { CurrencyManager } from "@requestnetwork/currency"; + +export const getSupportedCurrencies = ( + supportedCurrencies: SupportedCurrencies +): { + currencyManager: CurrencyManager; + currencies: Currency[]; +} => { + return initializeCurrencyManagerWithCurrencyIDS(supportedCurrencies); +}; + +export const CURRENCY_ID = { + AXS_MAINNET: "AXS-mainnet", + AUDIO_MAINNET: "AUDIO-mainnet", + RAI_MAINNET: "RAI-mainnet", + SYLO_MAINNET: "SYLO-mainnet", + LDO_MAINNET: "LDO-mainnet", + UST_MAINNET: "UST-mainnet", + MNT_MAINNET: "MNT-mainnet", + MIR_MAINNET: "MIR-mainnet", + INJ_MAINNET: "INJ-mainnet", + OCEAN_MAINNET: "OCEAN-mainnet", + ANKR_MAINNET: "ANKR-mainnet", + RLY_MAINNET: "RLY-mainnet", + DAI_MATIC: "DAI-matic", + USDC_MATIC: "USDC-matic", + USDT_MATIC: "USDT-matic", + DAI_BSC: "DAI-bsc", + BUSD_BSC: "BUSD-bsc", + USDC_XDAI: "USDC-xdai", + USDC_AVALANCHE: "USDC-avalanche", + USDT_AVALANCHE: "USDT-avalanche", + USDC_OPTIMISM: "USDC-optimism", + USDT_OPTIMISM: "USDT-optimism", + DAI_OPTIMISM: "DAI-optimism", + "USDC-MULTICHAIN_MOONBEAM": "USDC-multichain-moonbeam", + "USDC-WORMHOLE_MOONBEAM": "USDC-wormhole-moonbeam", + ETH_MAINNET: "ETH-mainnet", + USDC_MAINNET: "USDC-mainnet", + USDT_MAINNET: "USDT-mainnet", + REQ_MAINNET: "REQ-mainnet", + MATIC_MATIC: "MATIC-matic", + FTM_FANTOM: "FTM-fantom", + AVAX_AVALANCHE: "AVAX-avalanche", + "ETH-OPTIMISM_OPTIMISM": "ETH-optimism-optimism", + MNT_MANTLE: "MNT-mantle", + "ETH-SEPOLIA_SEPOLIA": "ETH-sepolia-sepolia", + "ETH-ZKSYNC_ZKSYNCERA": "ETH-zksync-zksyncera", + "ETH-BASE_BASE": "ETH-base-base", +} as const; + +export const NETWORK_LABEL = { + mainnet: "Ethereum", + matic: "Polygon", + sepolia: "Sepolia", + fantom: "Fantom", + bsc: "Binance Smart Chain", + xdai: "Gnosis Chain", + avalanche: "Avalanche", + optimism: "Optimism", + moonbeam: "Moonbeam", + "arbitrum-one": "Arbitrum One", + mantle: "Mantle", + zksyncera: "zkSync Era", + base: "Base", +}; diff --git a/packages/payment-widget/src/lib/utils/request.ts b/packages/payment-widget/src/lib/utils/request.ts new file mode 100644 index 00000000..d1c3ec19 --- /dev/null +++ b/packages/payment-widget/src/lib/utils/request.ts @@ -0,0 +1,252 @@ +import { + approveErc20, + hasErc20Approval, + hasSufficientFunds, + payRequest, +} from "@requestnetwork/payment-processor"; +import { + RequestNetwork, + Types, + Utils, +} from "@requestnetwork/request-client.js"; +import { Web3SignatureProvider } from "@requestnetwork/web3-signature"; +import { providers, utils } from "ethers"; +import type { Currency } from "../types"; +import { chains } from "./chains"; + +export const prepareRequestParameters = ({ + currency, + sellerAddress, + payerAddress, + amountInCrypto, + exchangeRate, + amountInUSD, + createdWith, + builderId, +}: { + currency: Currency; + sellerAddress: string; + payerAddress: string; + amountInCrypto: number; + exchangeRate: number; + amountInUSD: number; + builderId: string; + createdWith: string; +}) => { + const isERC20 = currency.type === Types.RequestLogic.CURRENCY.ERC20; + const currencyValue = isERC20 ? currency.address : "eth"; + + return { + requestInfo: { + currency: { + type: currency.type, + value: currencyValue, + network: currency.network, + }, + expectedAmount: utils + .parseUnits(amountInCrypto.toString(), currency.decimals) + .toString(), + payee: { + type: Types.Identity.TYPE.ETHEREUM_ADDRESS, + value: sellerAddress, + }, + payer: { + type: Types.Identity.TYPE.ETHEREUM_ADDRESS, + value: payerAddress, + }, + timestamp: Utils.getCurrentTimestampInSecond(), + }, + paymentNetwork: { + id: isERC20 + ? Types.Extension.PAYMENT_NETWORK_ID.ERC20_FEE_PROXY_CONTRACT + : Types.Extension.PAYMENT_NETWORK_ID.ETH_FEE_PROXY_CONTRACT, + parameters: { + paymentNetworkName: currency.network, + paymentAddress: sellerAddress, + feeAddress: "0x0000000000000000000000000000000000000000", + feeAmount: "0", + tokenAddress: currencyValue, + }, + }, + contentData: { + paymentCurrency: { + type: currency.type, + value: currencyValue, + network: currency.network, + }, + exchangeRate: exchangeRate.toString(), + amountInUSD: amountInUSD.toString(), + createdWith, + builderId, + }, + signer: { + type: Types.Identity.TYPE.ETHEREUM_ADDRESS, + value: payerAddress, + }, + }; +}; + +export const handleRequestPayment = async ({ + requestParameters, + walletProvider, + payerAddress, + persistRequest, +}: { + requestParameters: any; + walletProvider: any; + payerAddress: string; + persistRequest: boolean; +}) => { + let ethersProvider: providers.Web3Provider; + let targetChain: (typeof chains)[0]; + + const initializeProvider = async () => { + ethersProvider = new providers.Web3Provider(walletProvider); + const targetNetwork = requestParameters.requestInfo.currency.network; + const chain = getChainFromNetwork(targetNetwork); + if (!chain) { + throw new Error(`Unsupported network: ${targetNetwork}`); + } + targetChain = chain; + }; + + const ensureCorrectNetwork = async () => { + const currentChainId = await ethersProvider + .getNetwork() + .then((net) => net.chainId); + + if (currentChainId !== targetChain.chainId) { + try { + await ethersProvider.send("wallet_switchEthereumChain", [ + { chainId: utils.hexValue(targetChain.chainId) }, + ]); + } catch (switchError: any) { + if (switchError.code === 4902) { + try { + await ethersProvider.send("wallet_addEthereumChain", [ + getNetworkParams(targetChain), + ]); + } catch (addError) { + throw new Error( + `Failed to add and switch to the required network: ${targetChain.name}` + ); + } + } else { + throw new Error( + `Failed to switch to the required network: ${targetChain.name}` + ); + } + } + await initializeProvider(); + } + }; + + const isERC20 = + requestParameters.requestInfo.currency.type === + Types.RequestLogic.CURRENCY.ERC20; + + await initializeProvider(); + await ensureCorrectNetwork(); + + const web3SignatureProvider = new Web3SignatureProvider( + ethersProvider!.provider + ); + + const inMemoryRequestNetwork = new RequestNetwork({ + nodeConnectionConfig: { + baseURL: "https://gnosis.gateway.request.network", + }, + signatureProvider: web3SignatureProvider, + skipPersistence: true, + }); + + const inMemoryRequest = + await inMemoryRequestNetwork.createRequest(requestParameters); + + const signer = await ethersProvider!.getSigner(); + const confirmationBlocks = getConfirmations(targetChain!.chainId); + if (isERC20) { + const requestData = inMemoryRequest.inMemoryInfo?.requestData!; + + const _hasSufficientFunds = await hasSufficientFunds({ + request: inMemoryRequest.inMemoryInfo?.requestData!, + address: payerAddress, + providerOptions: { + provider: ethersProvider!, + }, + }); + + if (!_hasSufficientFunds) { + throw new Error("Insufficient funds"); + } + + const _hasApproval = await hasErc20Approval( + requestData, + payerAddress, + ethersProvider! + ); + + if (!_hasApproval) { + const _approve = await approveErc20( + inMemoryRequest.inMemoryInfo?.requestData!, + signer + ); + await _approve.wait(confirmationBlocks); + } + } + + const paymentTx = await payRequest( + inMemoryRequest.inMemoryInfo?.requestData!, + signer + ); + + await paymentTx.wait(confirmationBlocks); + + const persistingRequestNetwork = new RequestNetwork({ + nodeConnectionConfig: { + baseURL: "https://gnosis.gateway.request.network", + }, + }); + + if (persistRequest) { + await persistingRequestNetwork.persistRequest(inMemoryRequest); + } + + return inMemoryRequest; +}; + +function getChainFromNetwork(network: string): (typeof chains)[0] | undefined { + const networkLower = network.toLowerCase(); + return chains.find( + (chain) => + chain.name.toLowerCase() === networkLower || + chain.currency.toLowerCase() === networkLower + ); +} + +const getConfirmations = (chainId: number): number => { + switch (chainId) { + case 137: // Polygon + return 15; + case 56: // Binance Smart Chain + case 43114: // Avalanche + case 250: // Fantom + return 5; + default: + return 2; + } +}; + +function getNetworkParams(chain: (typeof chains)[0]): any { + return { + chainId: utils.hexValue(chain.chainId), + chainName: chain.name, + nativeCurrency: { + name: chain.currency, + symbol: chain.currency, + decimals: 18, + }, + rpcUrls: [chain.rpcUrl], + blockExplorerUrls: [chain.explorerUrl], + }; +} diff --git a/packages/payment-widget/src/lib/utils/walletConnector.ts b/packages/payment-widget/src/lib/utils/walletConnector.ts new file mode 100644 index 00000000..3b65f165 --- /dev/null +++ b/packages/payment-widget/src/lib/utils/walletConnector.ts @@ -0,0 +1,33 @@ +import { chains } from "./chains"; +import { createWeb3Modal, defaultConfig } from "@web3modal/ethers5"; + +export const initWalletConnector = () => { + const projectId = import.meta.env.WEB3MODAL_PROJECT_ID; + + const metadata = { + name: "Request Checkout", + description: "Request Network payment widget", + url: "https://request.network/", + icons: [], + }; + + const ethersConfig = defaultConfig({ + metadata, + defaultChainId: 1, + enableEIP6963: true, + enableInjected: true, + enableCoinbase: true, + rpcUrl: "https://cloudflare-eth.com", + }); + + const modal = createWeb3Modal({ + ethersConfig, + chains, + projectId, + themeMode: "light", + enableAnalytics: false, + enableOnramp: false, + }); + + return modal; +}; diff --git a/packages/payment-widget/svelte.config.js b/packages/payment-widget/svelte.config.js new file mode 100644 index 00000000..919755ca --- /dev/null +++ b/packages/payment-widget/svelte.config.js @@ -0,0 +1,11 @@ +import { vitePreprocess } from "@sveltejs/kit/vite"; + +/** @type {import('@sveltejs/kit').Config} */ +const config = { + preprocess: vitePreprocess(), + compilerOptions: { + customElement: true, + }, +}; + +export default config; diff --git a/packages/payment-widget/tsconfig.json b/packages/payment-widget/tsconfig.json new file mode 100644 index 00000000..3993679a --- /dev/null +++ b/packages/payment-widget/tsconfig.json @@ -0,0 +1,23 @@ +{ + "extends": "./.svelte-kit/tsconfig.json", + "compilerOptions": { + "jsx": "react", + "allowJs": true, + "checkJs": true, + "esModuleInterop": true, + "forceConsistentCasingInFileNames": true, + "resolveJsonModule": true, + "skipLibCheck": true, + "sourceMap": true, + "strict": true, + "module": "ESNext", + "moduleResolution": "Bundler", + "typeRoots": ["./src/types", "./node_modules/@types"], + "baseUrl": ".", + "paths": { + "$src/*": ["src/*"], + "$utils/*": ["src/lib/utils/*"], + }, + }, + "include": ["src/**/*", "src/*.d.ts"], +} diff --git a/packages/payment-widget/tsconfig.react.json b/packages/payment-widget/tsconfig.react.json new file mode 100644 index 00000000..f4c55ad0 --- /dev/null +++ b/packages/payment-widget/tsconfig.react.json @@ -0,0 +1,15 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./dist/react", + "declaration": true, + "jsx": "react-jsx", + "lib": ["ES2017", "DOM"], + "esModuleInterop": true, + "allowSyntheticDefaultImports": true, + "allowJs": true, + "noImplicitAny": false, + "strict": false + }, + "include": ["src/lib/react/**/*"] +} diff --git a/packages/payment-widget/vite.config.ts b/packages/payment-widget/vite.config.ts new file mode 100644 index 00000000..b1edb182 --- /dev/null +++ b/packages/payment-widget/vite.config.ts @@ -0,0 +1,5 @@ +import { sveltekit } from "@sveltejs/kit/vite"; +import { defineConfig } from "vite"; +export default defineConfig({ + plugins: [sveltekit()], +}); diff --git a/packages/payment-widget/vite.wc.config.ts b/packages/payment-widget/vite.wc.config.ts new file mode 100644 index 00000000..2526415a --- /dev/null +++ b/packages/payment-widget/vite.wc.config.ts @@ -0,0 +1,42 @@ +import { defineConfig } from "vite"; +import { svelte } from "@sveltejs/vite-plugin-svelte"; +import { nodePolyfills } from "vite-plugin-node-polyfills"; + +export default defineConfig({ + define: { + global: "globalThis", + }, + plugins: [ + nodePolyfills({ + include: ["buffer", "crypto"], + exclude: ["http", "stream", "zlib", "assert"], + }), + svelte({ + compilerOptions: { + customElement: true, + }, + }), + ], + build: { + emptyOutDir: false, + sourcemap: true, + target: "modules", + lib: { + entry: "./src/lib/index.ts", + name: "<>", + fileName: "web-component", + }, + commonjsOptions: { + transformMixedEsModules: true, + }, + rollupOptions: { + external: ["react", "react-dom"], + output: { + globals: { + react: "React", + "react-dom": "ReactDOM", + }, + }, + }, + }, +}); diff --git a/shared/components/button/button.svelte b/shared/components/button/button.svelte new file mode 100644 index 00000000..63cc1d38 --- /dev/null +++ b/shared/components/button/button.svelte @@ -0,0 +1,61 @@ + + + + + + + diff --git a/shared/components/button/index.ts b/shared/components/button/index.ts new file mode 100644 index 00000000..3cb54088 --- /dev/null +++ b/shared/components/button/index.ts @@ -0,0 +1,15 @@ +import type { Button as ButtonPrimitive } from "bits-ui"; +import Root from "./button.svelte"; + +type Props = ButtonPrimitive.Props; +type Events = ButtonPrimitive.Events; + +export { + Root, + type Props, + type Events, + // + Root as Button, + type Props as ButtonProps, + type Events as ButtonEvents, +}; diff --git a/shared/components/modal.svelte b/shared/components/modal.svelte index e0055b50..1255c851 100644 --- a/shared/components/modal.svelte +++ b/shared/components/modal.svelte @@ -16,8 +16,8 @@