|
|
@@ -0,0 +1,1661 @@
|
|
|
+{
|
|
|
+ "name": "poly",
|
|
|
+ "lockfileVersion": 3,
|
|
|
+ "requires": true,
|
|
|
+ "packages": {
|
|
|
+ "": {
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/wallet": "^5.8.0",
|
|
|
+ "@polymarket/clob-client": "^4.22.8",
|
|
|
+ "dotenv": "^16.6.1",
|
|
|
+ "ethers": "^6.15.0"
|
|
|
+ },
|
|
|
+ "devDependencies": {
|
|
|
+ "ts-node": "^10.9.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@adraffy/ens-normalize": {
|
|
|
+ "version": "1.10.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@adraffy/ens-normalize/-/ens-normalize-1.10.1.tgz",
|
|
|
+ "integrity": "sha512-96Z2IP3mYmF1Xg2cDm8f1gWGf/HUVedQ3FMifV4kG/PQ4yEP51xDtRAEfhVNt5f/uzpNkZHwWQuUcu6D6K+Ekw=="
|
|
|
+ },
|
|
|
+ "node_modules/@cspotcode/source-map-support": {
|
|
|
+ "version": "0.8.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@cspotcode/source-map-support/-/source-map-support-0.8.1.tgz",
|
|
|
+ "integrity": "sha512-IchNf6dN4tHoMFIn/7OE8LWZ19Y6q/67Bmf6vnGREv8RSbBVb9LPJxEcnwrcwX6ixSvaiGoomAUvu4YSxXrVgw==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/trace-mapping": "0.3.9"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethereumjs/rlp": {
|
|
|
+ "version": "4.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethereumjs/rlp/-/rlp-4.0.1.tgz",
|
|
|
+ "integrity": "sha512-tqsQiBQDQdmPWE1xkkBq4rlSW5QZpLOUJ5RJh2/9fug+q9tnUhuZoVLk7s0scUIKTOzEtR72DFBXI4WiZcMpvw==",
|
|
|
+ "bin": {
|
|
|
+ "rlp": "bin/rlp"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethereumjs/util": {
|
|
|
+ "version": "8.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethereumjs/util/-/util-8.1.0.tgz",
|
|
|
+ "integrity": "sha512-zQ0IqbdX8FZ9aw11vP+dZkKDkS+kgIvQPHnSAXzP9pLu+Rfu3D3XEeLbicvoXJTYnhZiPmsZUxgdzXwNKxRPbA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@ethereumjs/rlp": "^4.0.1",
|
|
|
+ "ethereum-cryptography": "^2.0.0",
|
|
|
+ "micro-ftch": "^0.3.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/abi": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/abi/-/abi-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-b9YS/43ObplgyV6SlyQsG53/vkSal0MNA1fskSC4mbnCMi8R+NkcH8K9FPYNESf6jUefBUniE4SOKms0E/KK1Q==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/address": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/constants": "^5.8.0",
|
|
|
+ "@ethersproject/hash": "^5.8.0",
|
|
|
+ "@ethersproject/keccak256": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/abstract-provider": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/abstract-provider/-/abstract-provider-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-wC9SFcmh4UK0oKuLJQItoQdzS/qZ51EJegK6EmAWlh+OptpQ/npECOR3QqECd8iGHC0RJb4WKbVdSfif4ammrg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/networks": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/transactions": "^5.8.0",
|
|
|
+ "@ethersproject/web": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/abstract-signer": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/abstract-signer/-/abstract-signer-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-N0XhZTswXcmIZQdYtUnd79VJzvEwXQw6PK0dTl9VoYrEBxxCPXqS0Eod7q5TNKRxe1/5WUMuR0u0nqTF/avdCA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abstract-provider": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/address": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/address/-/address-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-GhH/abcC46LJwshoN+uBNoKVFPxUuZm6dA257z0vZkKmU1+t8xTn8oK7B9qrj8W2rFRMch4gbJl6PmVxjxBEBA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/keccak256": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/rlp": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/base64": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/base64/-/base64-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-lN0oIwfkYj9LbPx4xEkie6rAMJtySbpOAFXSDVQaBnAzYfB4X2Qr+FXJGxMoc3Bxp2Sm8OwvzMrywxyw0gLjIQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/basex": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/basex/-/basex-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-PIgTszMlDRmNwW9nhS6iqtVfdTAKosA7llYXNmGPw4YAI1PUyMv28988wAb41/gHF/WqGdoLv0erHaRcHRKW2Q==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/bignumber": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/bignumber/-/bignumber-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-ZyaT24bHaSeJon2tGPKIiHszWjD/54Sz8t57Toch475lCLljC6MgPmxk7Gtzz+ddNN5LuHea9qhAe0x3D+uYPA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "bn.js": "^5.2.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/bytes": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/bytes/-/bytes-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-vTkeohgJVCPVHu5c25XWaWQOZ4v+DkGoC42/TS2ond+PARCxTJvgTFUNDZovyQ/uAQ4EcpqqowKydcdmRKjg7A==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/logger": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/constants": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/constants/-/constants-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-wigX4lrf5Vu+axVTIvNsuL6YrV4O5AXl5ubcURKMEME5TnWBouUh0CDTWxZ2GpnRn1kcCgE7l8O5+VbV9QTTcg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bignumber": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/contracts": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/contracts/-/contracts-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-0eFjGz9GtuAi6MZwhb4uvUM216F38xiuR0yYCjKJpNfSEy4HUM8hvqqBj9Jmm0IUz8l0xKEhWwLIhPgxNY0yvQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abi": "^5.8.0",
|
|
|
+ "@ethersproject/abstract-provider": "^5.8.0",
|
|
|
+ "@ethersproject/abstract-signer": "^5.8.0",
|
|
|
+ "@ethersproject/address": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/constants": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/transactions": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/hash": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/hash/-/hash-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-ac/lBcTbEWW/VGJij0CNSw/wPcw9bSRgCB0AIBz8CvED/jfvDoV9hsIIiWfvWmFEi8RcXtlNwp2jv6ozWOsooA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abstract-signer": "^5.8.0",
|
|
|
+ "@ethersproject/address": "^5.8.0",
|
|
|
+ "@ethersproject/base64": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/keccak256": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/hdnode": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/hdnode/-/hdnode-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-4bK1VF6E83/3/Im0ERnnUeWOY3P1BZml4ZD3wcH8Ys0/d1h1xaFt6Zc+Dh9zXf9TapGro0T4wvO71UTCp3/uoA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abstract-signer": "^5.8.0",
|
|
|
+ "@ethersproject/basex": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/pbkdf2": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/sha2": "^5.8.0",
|
|
|
+ "@ethersproject/signing-key": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0",
|
|
|
+ "@ethersproject/transactions": "^5.8.0",
|
|
|
+ "@ethersproject/wordlists": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/json-wallets": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/json-wallets/-/json-wallets-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-HxblNck8FVUtNxS3VTEYJAcwiKYsBIF77W15HufqlBF9gGfhmYOJtYZp8fSDZtn9y5EaXTE87zDwzxRoTFk11w==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abstract-signer": "^5.8.0",
|
|
|
+ "@ethersproject/address": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/hdnode": "^5.8.0",
|
|
|
+ "@ethersproject/keccak256": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/pbkdf2": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/random": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0",
|
|
|
+ "@ethersproject/transactions": "^5.8.0",
|
|
|
+ "aes-js": "3.0.0",
|
|
|
+ "scrypt-js": "3.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/keccak256": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/keccak256/-/keccak256-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-A1pkKLZSz8pDaQ1ftutZoaN46I6+jvuqugx5KYNeQOPqq+JZ0Txm7dlWesCHB5cndJSu5vP2VKptKf7cksERng==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "js-sha3": "0.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/logger": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/logger/-/logger-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-Qe6knGmY+zPPWTC+wQrpitodgBfH7XoceCGL5bJVejmH+yCS3R8jJm8iiWuvWbG76RUmyEG53oqv6GMVWqunjA==",
|
|
|
+ "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/@ethersproject/networks": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/networks/-/networks-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-egPJh3aPVAzbHwq8DD7Po53J4OUSsA1MjQp8Vf/OZPav5rlmWUaFLiq8cvQiGK0Z5K6LYzm29+VA/p4RL1FzNg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/logger": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/pbkdf2": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/pbkdf2/-/pbkdf2-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-wuHiv97BrzCmfEaPbUFpMjlVg/IDkZThp9Ri88BpjRleg4iePJaj2SW8AIyE8cXn5V1tuAaMj6lzvsGJkGWskg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/sha2": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/properties": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/properties/-/properties-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-PYuiEoQ+FMaZZNGrStmN7+lWjlsoufGIHdww7454FIaGdbe/p5rnaCXTr5MtBYl3NkeoVhHZuyzChPeGeKIpQw==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/logger": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/providers": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/providers/-/providers-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-3Il3oTzEx3o6kzcg9ZzbE+oCZYyY+3Zh83sKkn4s1DZfTUjIegHnN2Cm0kbn9YFy45FDVcuCLLONhU7ny0SsCw==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abstract-provider": "^5.8.0",
|
|
|
+ "@ethersproject/abstract-signer": "^5.8.0",
|
|
|
+ "@ethersproject/address": "^5.8.0",
|
|
|
+ "@ethersproject/base64": "^5.8.0",
|
|
|
+ "@ethersproject/basex": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/constants": "^5.8.0",
|
|
|
+ "@ethersproject/hash": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/networks": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/random": "^5.8.0",
|
|
|
+ "@ethersproject/rlp": "^5.8.0",
|
|
|
+ "@ethersproject/sha2": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0",
|
|
|
+ "@ethersproject/transactions": "^5.8.0",
|
|
|
+ "@ethersproject/web": "^5.8.0",
|
|
|
+ "bech32": "1.1.4",
|
|
|
+ "ws": "8.18.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/providers/node_modules/ws": {
|
|
|
+ "version": "8.18.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ws/-/ws-8.18.0.tgz",
|
|
|
+ "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
|
|
|
+ "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/@ethersproject/random": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/random/-/random-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-E4I5TDl7SVqyg4/kkA/qTfuLWAQGXmSOgYyO01So8hLfwgKvYK5snIlzxJMk72IFdG/7oh8yuSqY2KX7MMwg+A==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/rlp": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/rlp/-/rlp-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-LqZgAznqDbiEunaUvykH2JAoXTT9NV0Atqk8rQN9nx9SEgThA/WMx5DnW8a9FOufo//6FZOCHZ+XiClzgbqV9Q==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/sha2": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/sha2/-/sha2-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-dDOUrXr9wF/YFltgTBYS0tKslPEKr6AekjqDW2dbn1L1xmjGR+9GiKu4ajxovnrDbwxAKdHjW8jNcwfz8PAz4A==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "hash.js": "1.1.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/signing-key": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/signing-key/-/signing-key-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-LrPW2ZxoigFi6U6aVkFN/fa9Yx/+4AtIUe4/HACTvKJdhm0eeb107EVCIQcrLZkxaSIgc/eCrX8Q1GtbH+9n3w==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "bn.js": "^5.2.1",
|
|
|
+ "elliptic": "6.6.1",
|
|
|
+ "hash.js": "1.1.7"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/solidity": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/solidity/-/solidity-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-4CxFeCgmIWamOHwYN9d+QWGxye9qQLilpgTU0XhYs1OahkclF+ewO+3V1U0mvpiuQxm5EHHmv8f7ClVII8EHsA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/keccak256": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/sha2": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/strings": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/strings/-/strings-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-qWEAk0MAvl0LszjdfnZ2uC8xbR2wdv4cDabyHiBh3Cldq/T8dPH3V4BbBsAYJUeonwD+8afVXld274Ls+Y1xXg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/constants": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/transactions": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/transactions/-/transactions-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-UglxSDjByHG0TuU17bDfCemZ3AnKO2vYrL5/2n2oXvKzvb7Cz+W9gOWXKARjp2URVwcWlQlPOEQyAviKwT4AHg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/address": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/constants": "^5.8.0",
|
|
|
+ "@ethersproject/keccak256": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/rlp": "^5.8.0",
|
|
|
+ "@ethersproject/signing-key": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/units": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/units/-/units-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-lxq0CAnc5kMGIiWW4Mr041VT8IhNM+Pn5T3haO74XZWFulk7wH1Gv64HqE96hT4a7iiNMdOCFEBgaxWuk8ETKQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/constants": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/wallet": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/wallet/-/wallet-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-G+jnzmgg6UxurVKRKvw27h0kvG75YKXZKdlLYmAHeF32TGUzHkOFd7Zn6QHOTYRFWnfjtSSFjBowKo7vfrXzPA==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abstract-provider": "^5.8.0",
|
|
|
+ "@ethersproject/abstract-signer": "^5.8.0",
|
|
|
+ "@ethersproject/address": "^5.8.0",
|
|
|
+ "@ethersproject/bignumber": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/hash": "^5.8.0",
|
|
|
+ "@ethersproject/hdnode": "^5.8.0",
|
|
|
+ "@ethersproject/json-wallets": "^5.8.0",
|
|
|
+ "@ethersproject/keccak256": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/random": "^5.8.0",
|
|
|
+ "@ethersproject/signing-key": "^5.8.0",
|
|
|
+ "@ethersproject/transactions": "^5.8.0",
|
|
|
+ "@ethersproject/wordlists": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/web": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/web/-/web-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-j7+Ksi/9KfGviws6Qtf9Q7KCqRhpwrYKQPs+JBA/rKVFF/yaWLHJEH3zfVP2plVu+eys0d2DlFmhoQJayFewcw==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/base64": "^5.8.0",
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@ethersproject/wordlists": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@ethersproject/wordlists/-/wordlists-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-2df9bbXicZws2Sb5S6ET493uJ0Z84Fjr3pC4tu/qlnZERibZCeUVuqdtt+7Tv9xxhUxHoIekIA7avrKUWHrezg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/bytes": "^5.8.0",
|
|
|
+ "@ethersproject/hash": "^5.8.0",
|
|
|
+ "@ethersproject/logger": "^5.8.0",
|
|
|
+ "@ethersproject/properties": "^5.8.0",
|
|
|
+ "@ethersproject/strings": "^5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/resolve-uri": {
|
|
|
+ "version": "3.1.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz",
|
|
|
+ "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/sourcemap-codec": {
|
|
|
+ "version": "1.5.5",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.5.tgz",
|
|
|
+ "integrity": "sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/@jridgewell/trace-mapping": {
|
|
|
+ "version": "0.3.9",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@jridgewell/trace-mapping/-/trace-mapping-0.3.9.tgz",
|
|
|
+ "integrity": "sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@jridgewell/resolve-uri": "^3.0.3",
|
|
|
+ "@jridgewell/sourcemap-codec": "^1.4.10"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@metamask/eth-sig-util": {
|
|
|
+ "version": "5.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@metamask/eth-sig-util/-/eth-sig-util-5.1.0.tgz",
|
|
|
+ "integrity": "sha512-mlgziIHYlA9pi/XZerChqg4NocdOgBPB9NmxgXWQO2U2hH8RGOJQrz6j/AIKkYxgCMIE2PY000+joOwXfzeTDQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@ethereumjs/util": "^8.0.6",
|
|
|
+ "bn.js": "^4.12.0",
|
|
|
+ "ethereum-cryptography": "^2.0.0",
|
|
|
+ "ethjs-util": "^0.1.6",
|
|
|
+ "tweetnacl": "^1.0.3",
|
|
|
+ "tweetnacl-util": "^0.15.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@metamask/eth-sig-util/node_modules/bn.js": {
|
|
|
+ "version": "4.12.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/bn.js/-/bn.js-4.12.2.tgz",
|
|
|
+ "integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw=="
|
|
|
+ },
|
|
|
+ "node_modules/@noble/curves": {
|
|
|
+ "version": "1.4.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@noble/curves/-/curves-1.4.2.tgz",
|
|
|
+ "integrity": "sha512-TavHr8qycMChk8UwMld0ZDRvatedkzWfH8IiaeGCfymOP5i0hSCozz9vHOL0nkwk7HRMlFnAiKpS2jrUmSybcw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@noble/hashes": "1.4.0"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@noble/hashes": {
|
|
|
+ "version": "1.4.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@noble/hashes/-/hashes-1.4.0.tgz",
|
|
|
+ "integrity": "sha512-V1JJ1WTRUqHHrOSh597hURcMqVKVGL/ea3kv0gSnEdsEZ0/+VyPghM1lMNGc00z7CIQorSvbKpuJkxvuHbvdbg==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@polymarket/builder-signing-sdk": {
|
|
|
+ "version": "0.0.8",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@polymarket/builder-signing-sdk/-/builder-signing-sdk-0.0.8.tgz",
|
|
|
+ "integrity": "sha512-rZLCFxEdYahl5FiJmhe22RDXysS1ibFJlWz4NT0s3itJRYq3XJzXXHXEZkAQplU+nIS1IlbbKjA4zDQaeCyYtg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@types/node": "^18.7.18",
|
|
|
+ "axios": "^1.12.2",
|
|
|
+ "tslib": "^2.8.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@polymarket/builder-signing-sdk/node_modules/axios": {
|
|
|
+ "version": "1.13.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/axios/-/axios-1.13.1.tgz",
|
|
|
+ "integrity": "sha512-hU4EGxxt+j7TQijx1oYdAjw4xuIp1wRQSsbMFwSthCWeBQur1eF+qJ5iQ5sN3Tw8YRzQNKb8jszgBdMDVqwJcw==",
|
|
|
+ "dependencies": {
|
|
|
+ "follow-redirects": "^1.15.6",
|
|
|
+ "form-data": "^4.0.4",
|
|
|
+ "proxy-from-env": "^1.1.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@polymarket/clob-client": {
|
|
|
+ "version": "4.22.8",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@polymarket/clob-client/-/clob-client-4.22.8.tgz",
|
|
|
+ "integrity": "sha512-kwiOeTrZ4pVBaAlxi78rR7gXlvofFohlgSQAXslx7xsfMnwaDAjp3zr7+co+Kf+YGrBbU9ztEVM/FxMSm38jxA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@polymarket/builder-signing-sdk": "^0.0.8",
|
|
|
+ "@polymarket/order-utils": "^2.1.0",
|
|
|
+ "axios": "^0.27.2",
|
|
|
+ "browser-or-node": "^2.1.1",
|
|
|
+ "ethers": "^5.7.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@polymarket/clob-client/node_modules/ethers": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ethers/-/ethers-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-DUq+7fHrCg1aPDFCHx6UIPb3nmt2XMpM7Y/g2gLhsl3lIBqeAfOJIl1qEvRf2uq3BiKxmh6Fh5pfp2ieyek7Kg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abi": "5.8.0",
|
|
|
+ "@ethersproject/abstract-provider": "5.8.0",
|
|
|
+ "@ethersproject/abstract-signer": "5.8.0",
|
|
|
+ "@ethersproject/address": "5.8.0",
|
|
|
+ "@ethersproject/base64": "5.8.0",
|
|
|
+ "@ethersproject/basex": "5.8.0",
|
|
|
+ "@ethersproject/bignumber": "5.8.0",
|
|
|
+ "@ethersproject/bytes": "5.8.0",
|
|
|
+ "@ethersproject/constants": "5.8.0",
|
|
|
+ "@ethersproject/contracts": "5.8.0",
|
|
|
+ "@ethersproject/hash": "5.8.0",
|
|
|
+ "@ethersproject/hdnode": "5.8.0",
|
|
|
+ "@ethersproject/json-wallets": "5.8.0",
|
|
|
+ "@ethersproject/keccak256": "5.8.0",
|
|
|
+ "@ethersproject/logger": "5.8.0",
|
|
|
+ "@ethersproject/networks": "5.8.0",
|
|
|
+ "@ethersproject/pbkdf2": "5.8.0",
|
|
|
+ "@ethersproject/properties": "5.8.0",
|
|
|
+ "@ethersproject/providers": "5.8.0",
|
|
|
+ "@ethersproject/random": "5.8.0",
|
|
|
+ "@ethersproject/rlp": "5.8.0",
|
|
|
+ "@ethersproject/sha2": "5.8.0",
|
|
|
+ "@ethersproject/signing-key": "5.8.0",
|
|
|
+ "@ethersproject/solidity": "5.8.0",
|
|
|
+ "@ethersproject/strings": "5.8.0",
|
|
|
+ "@ethersproject/transactions": "5.8.0",
|
|
|
+ "@ethersproject/units": "5.8.0",
|
|
|
+ "@ethersproject/wallet": "5.8.0",
|
|
|
+ "@ethersproject/web": "5.8.0",
|
|
|
+ "@ethersproject/wordlists": "5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@polymarket/order-utils": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@polymarket/order-utils/-/order-utils-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-vUFj1WiEtm4vB0dxx2NweKKioPu7ehBoJ8fTTaVbR8Dur6AazVWyS+KhgrDE66fKTNneOxxgfdEpbNgxZ4pOIA==",
|
|
|
+ "dependencies": {
|
|
|
+ "@metamask/eth-sig-util": "^5.0.0",
|
|
|
+ "ethers": "^5.7.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=8",
|
|
|
+ "npm": ">=5"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@polymarket/order-utils/node_modules/ethers": {
|
|
|
+ "version": "5.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ethers/-/ethers-5.8.0.tgz",
|
|
|
+ "integrity": "sha512-DUq+7fHrCg1aPDFCHx6UIPb3nmt2XMpM7Y/g2gLhsl3lIBqeAfOJIl1qEvRf2uq3BiKxmh6Fh5pfp2ieyek7Kg==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://gitcoin.co/grants/13/ethersjs-complete-simple-and-tiny-2"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@ethersproject/abi": "5.8.0",
|
|
|
+ "@ethersproject/abstract-provider": "5.8.0",
|
|
|
+ "@ethersproject/abstract-signer": "5.8.0",
|
|
|
+ "@ethersproject/address": "5.8.0",
|
|
|
+ "@ethersproject/base64": "5.8.0",
|
|
|
+ "@ethersproject/basex": "5.8.0",
|
|
|
+ "@ethersproject/bignumber": "5.8.0",
|
|
|
+ "@ethersproject/bytes": "5.8.0",
|
|
|
+ "@ethersproject/constants": "5.8.0",
|
|
|
+ "@ethersproject/contracts": "5.8.0",
|
|
|
+ "@ethersproject/hash": "5.8.0",
|
|
|
+ "@ethersproject/hdnode": "5.8.0",
|
|
|
+ "@ethersproject/json-wallets": "5.8.0",
|
|
|
+ "@ethersproject/keccak256": "5.8.0",
|
|
|
+ "@ethersproject/logger": "5.8.0",
|
|
|
+ "@ethersproject/networks": "5.8.0",
|
|
|
+ "@ethersproject/pbkdf2": "5.8.0",
|
|
|
+ "@ethersproject/properties": "5.8.0",
|
|
|
+ "@ethersproject/providers": "5.8.0",
|
|
|
+ "@ethersproject/random": "5.8.0",
|
|
|
+ "@ethersproject/rlp": "5.8.0",
|
|
|
+ "@ethersproject/sha2": "5.8.0",
|
|
|
+ "@ethersproject/signing-key": "5.8.0",
|
|
|
+ "@ethersproject/solidity": "5.8.0",
|
|
|
+ "@ethersproject/strings": "5.8.0",
|
|
|
+ "@ethersproject/transactions": "5.8.0",
|
|
|
+ "@ethersproject/units": "5.8.0",
|
|
|
+ "@ethersproject/wallet": "5.8.0",
|
|
|
+ "@ethersproject/web": "5.8.0",
|
|
|
+ "@ethersproject/wordlists": "5.8.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@scure/base": {
|
|
|
+ "version": "1.1.9",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@scure/base/-/base-1.1.9.tgz",
|
|
|
+ "integrity": "sha512-8YKhl8GHiNI/pU2VMaofa2Tor7PJRAjwQLBBuilkJ9L5+13yVbC7JO/wS7piioAvPSwR3JKM1IJ/u4xQzbcXKg==",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@scure/bip32": {
|
|
|
+ "version": "1.4.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@scure/bip32/-/bip32-1.4.0.tgz",
|
|
|
+ "integrity": "sha512-sVUpc0Vq3tXCkDGYVWGIZTRfnvu8LoTDaev7vbwh0omSvVORONr960MQWdKqJDCReIEmTj3PAr73O3aoxz7OPg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@noble/curves": "~1.4.0",
|
|
|
+ "@noble/hashes": "~1.4.0",
|
|
|
+ "@scure/base": "~1.1.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@scure/bip39": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@scure/bip39/-/bip39-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-disdg7gHuTDZtY+ZdkmLpPCk7fxZSu3gBiEGuoC1XYxv9cGx3Z6cpTggCgW6odSOOIXCiDjuGejW+aJKCY/pIQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "@noble/hashes": "~1.4.0",
|
|
|
+ "@scure/base": "~1.1.6"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/@tsconfig/node10": {
|
|
|
+ "version": "1.0.11",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tsconfig/node10/-/node10-1.0.11.tgz",
|
|
|
+ "integrity": "sha512-DcRjDCujK/kCk/cUe8Xz8ZSpm8mS3mNNpta+jGCA6USEDfktlNvm1+IuZ9eTcDbNk41BHwpHHeW+N1lKCz4zOw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/@tsconfig/node12": {
|
|
|
+ "version": "1.0.11",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tsconfig/node12/-/node12-1.0.11.tgz",
|
|
|
+ "integrity": "sha512-cqefuRsh12pWyGsIoBKJA9luFu3mRxCA+ORZvA4ktLSzIuCUtWVxGIuXigEwO5/ywWFMZ2QEGKWvkZG1zDMTag==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/@tsconfig/node14": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tsconfig/node14/-/node14-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-ysT8mhdixWK6Hw3i1V2AeRqZ5WfXg1G43mqoYlM2nc6388Fq5jcXyr5mRsqViLx/GJYdoL0bfXD8nmF+Zn/Iow==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/@tsconfig/node16": {
|
|
|
+ "version": "1.0.4",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@tsconfig/node16/-/node16-1.0.4.tgz",
|
|
|
+ "integrity": "sha512-vxhUy4J8lyeyinH7Azl1pdd43GJhZH/tP2weN8TntQblOY+A0XbT8DJk1/oCPuOOyg/Ja757rG0CgHcWC8OfMA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/@types/node": {
|
|
|
+ "version": "18.19.130",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/node/-/node-18.19.130.tgz",
|
|
|
+ "integrity": "sha512-GRaXQx6jGfL8sKfaIDD6OupbIHBr9jv7Jnaml9tB7l4v068PAOXqfcujMMo5PhbIs6ggR1XODELqahT2R8v0fg==",
|
|
|
+ "dependencies": {
|
|
|
+ "undici-types": "~5.26.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/acorn": {
|
|
|
+ "version": "8.15.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/acorn/-/acorn-8.15.0.tgz",
|
|
|
+ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==",
|
|
|
+ "dev": true,
|
|
|
+ "bin": {
|
|
|
+ "acorn": "bin/acorn"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/acorn-walk": {
|
|
|
+ "version": "8.3.4",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/acorn-walk/-/acorn-walk-8.3.4.tgz",
|
|
|
+ "integrity": "sha512-ueEepnujpqee2o5aIYnvHU6C0A42MNdsIDeqy5BydrkuC5R1ZuUFnm27EeFJGoEHJQgn3uleRvmTXaJgfXbt4g==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "acorn": "^8.11.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/aes-js": {
|
|
|
+ "version": "3.0.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/aes-js/-/aes-js-3.0.0.tgz",
|
|
|
+ "integrity": "sha512-H7wUZRn8WpTq9jocdxQ2c8x2sKo9ZVmzfRE13GiNJXfp7NcKYEdvl3vspKjXox6RIG2VtaRe4JFvxG4rqp2Zuw=="
|
|
|
+ },
|
|
|
+ "node_modules/arg": {
|
|
|
+ "version": "4.1.3",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/arg/-/arg-4.1.3.tgz",
|
|
|
+ "integrity": "sha512-58S9QDqG0Xx27YwPSt9fJxivjYl432YCwfDMfZ+71RAqUrZef7LrKQZ3LHLOwCS4FLNBplP533Zx895SeOCHvA==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/asynckit": {
|
|
|
+ "version": "0.4.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/asynckit/-/asynckit-0.4.0.tgz",
|
|
|
+ "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q=="
|
|
|
+ },
|
|
|
+ "node_modules/axios": {
|
|
|
+ "version": "0.27.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/axios/-/axios-0.27.2.tgz",
|
|
|
+ "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "follow-redirects": "^1.14.9",
|
|
|
+ "form-data": "^4.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/bech32": {
|
|
|
+ "version": "1.1.4",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/bech32/-/bech32-1.1.4.tgz",
|
|
|
+ "integrity": "sha512-s0IrSOzLlbvX7yp4WBfPITzpAU8sqQcpsmwXDiKwrG4r491vwCO/XpejasRNl0piBMe/DvP4Tz0mIS/X1DPJBQ=="
|
|
|
+ },
|
|
|
+ "node_modules/bn.js": {
|
|
|
+ "version": "5.2.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/bn.js/-/bn.js-5.2.2.tgz",
|
|
|
+ "integrity": "sha512-v2YAxEmKaBLahNwE1mjp4WON6huMNeuDvagFZW+ASCuA/ku0bXR9hSMw0XpiqMoA3+rmnyck/tPRSFQkoC9Cuw=="
|
|
|
+ },
|
|
|
+ "node_modules/brorand": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/brorand/-/brorand-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w=="
|
|
|
+ },
|
|
|
+ "node_modules/browser-or-node": {
|
|
|
+ "version": "2.1.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/browser-or-node/-/browser-or-node-2.1.1.tgz",
|
|
|
+ "integrity": "sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg=="
|
|
|
+ },
|
|
|
+ "node_modules/call-bind-apply-helpers": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-Sp1ablJ0ivDkSzjcaJdxEunN5/XvksFJ2sMBFfq6x0ryhQV/2b/KwFe21cMpmHtPOSij8K99/wSfoEuTObmuMQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/combined-stream": {
|
|
|
+ "version": "1.0.8",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/combined-stream/-/combined-stream-1.0.8.tgz",
|
|
|
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
|
+ "dependencies": {
|
|
|
+ "delayed-stream": "~1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.8"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/create-require": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/create-require/-/create-require-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-dcKFX3jn0MpIaXjisoRvexIJVEKzaq7z2rZKxf+MSr9TkdmHmsU4m2lcLojrj/FHl8mk5VxMmYA+ftRkP/3oKQ==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/delayed-stream": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/delayed-stream/-/delayed-stream-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.4.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/diff": {
|
|
|
+ "version": "4.0.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/diff/-/diff-4.0.2.tgz",
|
|
|
+ "integrity": "sha512-58lmxKSA4BNyLz+HHMUzlOEpg09FV+ev6ZMe3vJihgdxzgcwZ8VoEEPmALCZG9LmqfVoNMMKpttIYTVG6uDY7A==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=0.3.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/dotenv": {
|
|
|
+ "version": "16.6.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/dotenv/-/dotenv-16.6.1.tgz",
|
|
|
+ "integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=12"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://dotenvx.com"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/dunder-proto": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/dunder-proto/-/dunder-proto-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-KIN/nDJBQRcXw0MLVhZE9iQHmG68qAVIBg9CqmUYjmQIhgij9U5MFvrqkUL5FbtyyzZuOeOt0zdeRe4UY7ct+A==",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind-apply-helpers": "^1.0.1",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "gopd": "^1.2.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/elliptic": {
|
|
|
+ "version": "6.6.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/elliptic/-/elliptic-6.6.1.tgz",
|
|
|
+ "integrity": "sha512-RaddvvMatK2LJHqFJ+YA4WysVN5Ita9E35botqIYspQ4TkRAlCicdzKOjlyv/1Za5RyTNn7di//eEV0uTAfe3g==",
|
|
|
+ "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"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/elliptic/node_modules/bn.js": {
|
|
|
+ "version": "4.12.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/bn.js/-/bn.js-4.12.2.tgz",
|
|
|
+ "integrity": "sha512-n4DSx829VRTRByMRGdjQ9iqsN0Bh4OolPsFnaZBLcbi8iXcB+kJ9s7EnRt4wILZNV3kPLHkRVfOc/HvhC3ovDw=="
|
|
|
+ },
|
|
|
+ "node_modules/es-define-property": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-define-property/-/es-define-property-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-e3nRfgfUZ4rNGL232gUgX06QNyyez04KdjFrF+LTRoOXmrOgFKDg4BCdsjW8EnT69eqdYGmRpJwiPVYNrCaW3g==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es-errors": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-errors/-/es-errors-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es-object-atoms": {
|
|
|
+ "version": "1.1.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-object-atoms/-/es-object-atoms-1.1.1.tgz",
|
|
|
+ "integrity": "sha512-FGgH2h8zKNim9ljj7dankFPcICIK9Cp5bm+c2gQSYePhpaG5+esrLODihIorn+Pe6FGJzWhXQotPv73jTaldXA==",
|
|
|
+ "dependencies": {
|
|
|
+ "es-errors": "^1.3.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/es-set-tostringtag": {
|
|
|
+ "version": "2.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/es-set-tostringtag/-/es-set-tostringtag-2.1.0.tgz",
|
|
|
+ "integrity": "sha512-j6vWzfrGVfyXxge+O0x5sh6cvxAog0a/4Rdd2K36zCMV5eJ+/+tOAngRO8cODMNWbVRdVlmGZQL2YS3yR8bIUA==",
|
|
|
+ "dependencies": {
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "get-intrinsic": "^1.2.6",
|
|
|
+ "has-tostringtag": "^1.0.2",
|
|
|
+ "hasown": "^2.0.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ethereum-cryptography": {
|
|
|
+ "version": "2.2.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ethereum-cryptography/-/ethereum-cryptography-2.2.1.tgz",
|
|
|
+ "integrity": "sha512-r/W8lkHSiTLxUxW8Rf3u4HGB0xQweG2RyETjywylKZSzLWoWAijRz8WCuOtJ6wah+avllXBqZuk29HCCvhEIRg==",
|
|
|
+ "dependencies": {
|
|
|
+ "@noble/curves": "1.4.2",
|
|
|
+ "@noble/hashes": "1.4.0",
|
|
|
+ "@scure/bip32": "1.4.0",
|
|
|
+ "@scure/bip39": "1.3.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ethers": {
|
|
|
+ "version": "6.15.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ethers/-/ethers-6.15.0.tgz",
|
|
|
+ "integrity": "sha512-Kf/3ZW54L4UT0pZtsY/rf+EkBU7Qi5nnhonjUb8yTXcxH3cdcWrV2cRyk0Xk/4jK6OoHhxxZHriyhje20If2hQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://github.com/sponsors/ethers-io/"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://www.buymeacoffee.com/ricmoo"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "dependencies": {
|
|
|
+ "@adraffy/ens-normalize": "1.10.1",
|
|
|
+ "@noble/curves": "1.2.0",
|
|
|
+ "@noble/hashes": "1.3.2",
|
|
|
+ "@types/node": "22.7.5",
|
|
|
+ "aes-js": "4.0.0-beta.5",
|
|
|
+ "tslib": "2.7.0",
|
|
|
+ "ws": "8.17.1"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.0.0"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ethers/node_modules/@noble/curves": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@noble/curves/-/curves-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-oYclrNgRaM9SsBUBVbb8M6DTV7ZHRTKugureoYEncY5c65HOmRzvSiTE3y5CYaPYJA/GVkrhXEoF0M3Ya9PMnw==",
|
|
|
+ "dependencies": {
|
|
|
+ "@noble/hashes": "1.3.2"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ethers/node_modules/@noble/hashes": {
|
|
|
+ "version": "1.3.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@noble/hashes/-/hashes-1.3.2.tgz",
|
|
|
+ "integrity": "sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 16"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://paulmillr.com/funding/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ethers/node_modules/@types/node": {
|
|
|
+ "version": "22.7.5",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/@types/node/-/node-22.7.5.tgz",
|
|
|
+ "integrity": "sha512-jML7s2NAzMWc//QSJ1a3prpk78cOPchGvXJsC3C6R6PSMoooztvRVQEz89gmBTBY1SPMaqo5teB4uNHPdetShQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "undici-types": "~6.19.2"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ethers/node_modules/aes-js": {
|
|
|
+ "version": "4.0.0-beta.5",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/aes-js/-/aes-js-4.0.0-beta.5.tgz",
|
|
|
+ "integrity": "sha512-G965FqalsNyrPqgEGON7nIx1e/OVENSgiEIzyC63haUMuvNnwIgIjMs52hlTCKhkBny7A2ORNlfY9Zu+jmGk1Q=="
|
|
|
+ },
|
|
|
+ "node_modules/ethers/node_modules/tslib": {
|
|
|
+ "version": "2.7.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tslib/-/tslib-2.7.0.tgz",
|
|
|
+ "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA=="
|
|
|
+ },
|
|
|
+ "node_modules/ethers/node_modules/undici-types": {
|
|
|
+ "version": "6.19.8",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/undici-types/-/undici-types-6.19.8.tgz",
|
|
|
+ "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw=="
|
|
|
+ },
|
|
|
+ "node_modules/ethjs-util": {
|
|
|
+ "version": "0.1.6",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ethjs-util/-/ethjs-util-0.1.6.tgz",
|
|
|
+ "integrity": "sha512-CUnVOQq7gSpDHZVVrQW8ExxUETWrnrvXYvYz55wOU8Uj4VCgw56XC2B/fVqQN+f7gmrnRHSLVnFAwsCuNwji8w==",
|
|
|
+ "dependencies": {
|
|
|
+ "is-hex-prefixed": "1.0.0",
|
|
|
+ "strip-hex-prefix": "1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.5.0",
|
|
|
+ "npm": ">=3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/follow-redirects": {
|
|
|
+ "version": "1.15.11",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/follow-redirects/-/follow-redirects-1.15.11.tgz",
|
|
|
+ "integrity": "sha512-deG2P0JfjrTxl50XGCDyfI97ZGVCxIpfKYmfyrQ54n5FO/0gfIES8C/Psl6kWVDolizcaaxZJnTS0QSMxvnsBQ==",
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "type": "individual",
|
|
|
+ "url": "https://github.com/sponsors/RubenVerborgh"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "engines": {
|
|
|
+ "node": ">=4.0"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "debug": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/form-data": {
|
|
|
+ "version": "4.0.4",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/form-data/-/form-data-4.0.4.tgz",
|
|
|
+ "integrity": "sha512-KrGhL9Q4zjj0kiUt5OO4Mr/A/jlI2jDYs5eHBpYHPcBEVSiipAvn2Ko2HnPe20rmcuuvMHNdZFp+4IlGTMF0Ow==",
|
|
|
+ "dependencies": {
|
|
|
+ "asynckit": "^0.4.0",
|
|
|
+ "combined-stream": "^1.0.8",
|
|
|
+ "es-set-tostringtag": "^2.1.0",
|
|
|
+ "hasown": "^2.0.2",
|
|
|
+ "mime-types": "^2.1.12"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/function-bind": {
|
|
|
+ "version": "1.1.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/function-bind/-/function-bind-1.1.2.tgz",
|
|
|
+ "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/get-intrinsic": {
|
|
|
+ "version": "1.3.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/get-intrinsic/-/get-intrinsic-1.3.0.tgz",
|
|
|
+ "integrity": "sha512-9fSjSaos/fRIVIp+xSJlE6lfwhES7LNtKaCBIamHsjr2na1BiABJPo0mOjjz8GJDURarmCPGqaiVg5mfjb98CQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "call-bind-apply-helpers": "^1.0.2",
|
|
|
+ "es-define-property": "^1.0.1",
|
|
|
+ "es-errors": "^1.3.0",
|
|
|
+ "es-object-atoms": "^1.1.1",
|
|
|
+ "function-bind": "^1.1.2",
|
|
|
+ "get-proto": "^1.0.1",
|
|
|
+ "gopd": "^1.2.0",
|
|
|
+ "has-symbols": "^1.1.0",
|
|
|
+ "hasown": "^2.0.2",
|
|
|
+ "math-intrinsics": "^1.1.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/get-proto": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/get-proto/-/get-proto-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-sTSfBjoXBp89JvIKIefqw7U2CCebsc74kiY6awiGogKtoSGbgjYE/G/+l9sF3MWFPNc9IcoOC4ODfKHfxFmp0g==",
|
|
|
+ "dependencies": {
|
|
|
+ "dunder-proto": "^1.0.1",
|
|
|
+ "es-object-atoms": "^1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/gopd": {
|
|
|
+ "version": "1.2.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/gopd/-/gopd-1.2.0.tgz",
|
|
|
+ "integrity": "sha512-ZUKRh6/kUFoAiTAtTYPZJ3hw9wNxx+BIBOijnlG9PnrJsCcSjs1wyyD6vJpaYtgnzDrKYRSqf3OO6Rfa93xsRg==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-symbols": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-symbols/-/has-symbols-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-1cDNdwJ2Jaohmb3sg4OmKaMBwuC48sYni5HUw2DvsC8LjGTLK9h+eb1X6RyuOHe4hT0ULCW68iomhjUoKUqlPQ==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/has-tostringtag": {
|
|
|
+ "version": "1.0.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/has-tostringtag/-/has-tostringtag-1.0.2.tgz",
|
|
|
+ "integrity": "sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==",
|
|
|
+ "dependencies": {
|
|
|
+ "has-symbols": "^1.0.3"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ },
|
|
|
+ "funding": {
|
|
|
+ "url": "https://github.com/sponsors/ljharb"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hash.js": {
|
|
|
+ "version": "1.1.7",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/hash.js/-/hash.js-1.1.7.tgz",
|
|
|
+ "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==",
|
|
|
+ "dependencies": {
|
|
|
+ "inherits": "^2.0.3",
|
|
|
+ "minimalistic-assert": "^1.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hasown": {
|
|
|
+ "version": "2.0.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/hasown/-/hasown-2.0.2.tgz",
|
|
|
+ "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==",
|
|
|
+ "dependencies": {
|
|
|
+ "function-bind": "^1.1.2"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/hmac-drbg": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/hmac-drbg/-/hmac-drbg-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==",
|
|
|
+ "dependencies": {
|
|
|
+ "hash.js": "^1.0.3",
|
|
|
+ "minimalistic-assert": "^1.0.0",
|
|
|
+ "minimalistic-crypto-utils": "^1.0.1"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/inherits": {
|
|
|
+ "version": "2.0.4",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/inherits/-/inherits-2.0.4.tgz",
|
|
|
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ=="
|
|
|
+ },
|
|
|
+ "node_modules/is-hex-prefixed": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/is-hex-prefixed/-/is-hex-prefixed-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-WvtOiug1VFrE9v1Cydwm+FnXd3+w9GaeVUss5W4v/SLy3UW00vP+6iNF2SdnfiBoLy4bTqVdkftNGTUeOFVsbA==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.5.0",
|
|
|
+ "npm": ">=3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/js-sha3": {
|
|
|
+ "version": "0.8.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/js-sha3/-/js-sha3-0.8.0.tgz",
|
|
|
+ "integrity": "sha512-gF1cRrHhIzNfToc802P800N8PpXS+evLLXfsVpowqmAFR9uwbi89WvXg2QspOmXL8QL86J4T1EpFu+yUkwJY3Q=="
|
|
|
+ },
|
|
|
+ "node_modules/make-error": {
|
|
|
+ "version": "1.3.6",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/make-error/-/make-error-1.3.6.tgz",
|
|
|
+ "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/math-intrinsics": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-/IXtbwEk5HTPyEwyKX6hGkYXxM9nbj64B+ilVJnC/R6B0pH5G4V3b0pVbL7DBj4tkhBAppbQUlf6F6Xl9LHu1g==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.4"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/micro-ftch": {
|
|
|
+ "version": "0.3.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/micro-ftch/-/micro-ftch-0.3.1.tgz",
|
|
|
+ "integrity": "sha512-/0LLxhzP0tfiR5hcQebtudP56gUurs2CLkGarnCiB/OqEyUFQ6U3paQi/tgLv0hBJYt2rnr9MNpxz4fiiugstg=="
|
|
|
+ },
|
|
|
+ "node_modules/mime-db": {
|
|
|
+ "version": "1.52.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/mime-db/-/mime-db-1.52.0.tgz",
|
|
|
+ "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/mime-types": {
|
|
|
+ "version": "2.1.35",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/mime-types/-/mime-types-2.1.35.tgz",
|
|
|
+ "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
|
+ "dependencies": {
|
|
|
+ "mime-db": "1.52.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">= 0.6"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/minimalistic-assert": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A=="
|
|
|
+ },
|
|
|
+ "node_modules/minimalistic-crypto-utils": {
|
|
|
+ "version": "1.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz",
|
|
|
+ "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg=="
|
|
|
+ },
|
|
|
+ "node_modules/proxy-from-env": {
|
|
|
+ "version": "1.1.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
|
|
+ "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg=="
|
|
|
+ },
|
|
|
+ "node_modules/scrypt-js": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/scrypt-js/-/scrypt-js-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-cdwTTnqPu0Hyvf5in5asVdZocVDTNRmR7XEcJuIzMjJeSHybHl7vpB66AzwTaIg6CLSbtjcxc8fqcySfnTkccA=="
|
|
|
+ },
|
|
|
+ "node_modules/strip-hex-prefix": {
|
|
|
+ "version": "1.0.0",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/strip-hex-prefix/-/strip-hex-prefix-1.0.0.tgz",
|
|
|
+ "integrity": "sha512-q8d4ue7JGEiVcypji1bALTos+0pWtyGlivAWyPuTkHzuTCJqrK9sWxYQZUq6Nq3cuyv3bm734IhHvHtGGURU6A==",
|
|
|
+ "dependencies": {
|
|
|
+ "is-hex-prefixed": "1.0.0"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6.5.0",
|
|
|
+ "npm": ">=3"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/ts-node": {
|
|
|
+ "version": "10.9.2",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ts-node/-/ts-node-10.9.2.tgz",
|
|
|
+ "integrity": "sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==",
|
|
|
+ "dev": true,
|
|
|
+ "dependencies": {
|
|
|
+ "@cspotcode/source-map-support": "^0.8.0",
|
|
|
+ "@tsconfig/node10": "^1.0.7",
|
|
|
+ "@tsconfig/node12": "^1.0.7",
|
|
|
+ "@tsconfig/node14": "^1.0.0",
|
|
|
+ "@tsconfig/node16": "^1.0.2",
|
|
|
+ "acorn": "^8.4.1",
|
|
|
+ "acorn-walk": "^8.1.1",
|
|
|
+ "arg": "^4.1.0",
|
|
|
+ "create-require": "^1.1.0",
|
|
|
+ "diff": "^4.0.1",
|
|
|
+ "make-error": "^1.1.1",
|
|
|
+ "v8-compile-cache-lib": "^3.0.1",
|
|
|
+ "yn": "3.1.1"
|
|
|
+ },
|
|
|
+ "bin": {
|
|
|
+ "ts-node": "dist/bin.js",
|
|
|
+ "ts-node-cwd": "dist/bin-cwd.js",
|
|
|
+ "ts-node-esm": "dist/bin-esm.js",
|
|
|
+ "ts-node-script": "dist/bin-script.js",
|
|
|
+ "ts-node-transpile-only": "dist/bin-transpile.js",
|
|
|
+ "ts-script": "dist/bin-script-deprecated.js"
|
|
|
+ },
|
|
|
+ "peerDependencies": {
|
|
|
+ "@swc/core": ">=1.2.50",
|
|
|
+ "@swc/wasm": ">=1.2.50",
|
|
|
+ "@types/node": "*",
|
|
|
+ "typescript": ">=2.7"
|
|
|
+ },
|
|
|
+ "peerDependenciesMeta": {
|
|
|
+ "@swc/core": {
|
|
|
+ "optional": true
|
|
|
+ },
|
|
|
+ "@swc/wasm": {
|
|
|
+ "optional": true
|
|
|
+ }
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/tslib": {
|
|
|
+ "version": "2.8.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tslib/-/tslib-2.8.1.tgz",
|
|
|
+ "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w=="
|
|
|
+ },
|
|
|
+ "node_modules/tweetnacl": {
|
|
|
+ "version": "1.0.3",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tweetnacl/-/tweetnacl-1.0.3.tgz",
|
|
|
+ "integrity": "sha512-6rt+RN7aOi1nGMyC4Xa5DdYiukl2UWCbcJft7YhxReBGQD7OAM8Pbxw6YMo4r2diNEA8FEmu32YOn9rhaiE5yw=="
|
|
|
+ },
|
|
|
+ "node_modules/tweetnacl-util": {
|
|
|
+ "version": "0.15.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/tweetnacl-util/-/tweetnacl-util-0.15.1.tgz",
|
|
|
+ "integrity": "sha512-RKJBIj8lySrShN4w6i/BonWp2Z/uxwC3h4y7xsRrpP59ZboCd0GpEVsOnMDYLMmKBpYhb5TgHzZXy7wTfYFBRw=="
|
|
|
+ },
|
|
|
+ "node_modules/typescript": {
|
|
|
+ "version": "5.9.3",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/typescript/-/typescript-5.9.3.tgz",
|
|
|
+ "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
|
+ "dev": true,
|
|
|
+ "peer": true,
|
|
|
+ "bin": {
|
|
|
+ "tsc": "bin/tsc",
|
|
|
+ "tsserver": "bin/tsserver"
|
|
|
+ },
|
|
|
+ "engines": {
|
|
|
+ "node": ">=14.17"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "node_modules/undici-types": {
|
|
|
+ "version": "5.26.5",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/undici-types/-/undici-types-5.26.5.tgz",
|
|
|
+ "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA=="
|
|
|
+ },
|
|
|
+ "node_modules/v8-compile-cache-lib": {
|
|
|
+ "version": "3.0.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/v8-compile-cache-lib/-/v8-compile-cache-lib-3.0.1.tgz",
|
|
|
+ "integrity": "sha512-wa7YjyUGfNZngI/vtK0UHAN+lgDCxBPCylVXGp0zu59Fz5aiGtNXaq3DhIov063MorB+VfufLh3JlF2KdTK3xg==",
|
|
|
+ "dev": true
|
|
|
+ },
|
|
|
+ "node_modules/ws": {
|
|
|
+ "version": "8.17.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/ws/-/ws-8.17.1.tgz",
|
|
|
+ "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==",
|
|
|
+ "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/yn": {
|
|
|
+ "version": "3.1.1",
|
|
|
+ "resolved": "https://pkgs.d.xiaomi.net:443/artifactory/api/npm/mi-npm/yn/-/yn-3.1.1.tgz",
|
|
|
+ "integrity": "sha512-Ux4ygGWsu2c7isFWe8Yu1YluJmqVhxqK2cLXNQA5AcC3QfbGNpM7fu0Y8b/z16pXLnFxZYvWhd3fhBY9DLmC6Q==",
|
|
|
+ "dev": true,
|
|
|
+ "engines": {
|
|
|
+ "node": ">=6"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|