962 lines
35 KiB
JSON
962 lines
35 KiB
JSON
{
|
|
"name": "truth-adapter",
|
|
"version": "1.0.0",
|
|
"lockfileVersion": 3,
|
|
"requires": true,
|
|
"packages": {
|
|
"": {
|
|
"name": "truth-adapter",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"@polkadot/api": "^14.0.0",
|
|
"dotenv": "^16.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.19.33",
|
|
"typescript": "^5.9.3"
|
|
}
|
|
},
|
|
"node_modules/@noble/curves": {
|
|
"version": "1.9.7",
|
|
"resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.7.tgz",
|
|
"integrity": "sha512-gbKGcRUYIjA3/zCCNaWDciTMFI0dCkvou3TL8Zmy5Nc7sJ47a0jtOeZoTaMxkuqRo9cRhjOdZJXegxYE5FN/xw==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@noble/hashes": "1.8.0"
|
|
},
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@noble/hashes": {
|
|
"version": "1.8.0",
|
|
"resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
|
|
"integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": "^14.21.3 || >=16"
|
|
},
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@polkadot-api/json-rpc-provider": {
|
|
"version": "0.0.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot-api/json-rpc-provider/-/json-rpc-provider-0.0.1.tgz",
|
|
"integrity": "sha512-/SMC/l7foRjpykLTUTacIH05H3mr9ip8b5xxfwXlVezXrNVLp3Cv0GX6uItkKd+ZjzVPf3PFrDF2B2/HLSNESA==",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/@polkadot-api/json-rpc-provider-proxy": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/@polkadot-api/json-rpc-provider-proxy/-/json-rpc-provider-proxy-0.1.0.tgz",
|
|
"integrity": "sha512-8GSFE5+EF73MCuLQm8tjrbCqlgclcHBSRaswvXziJ0ZW7iw3UEMsKkkKvELayWyBuOPa2T5i1nj6gFOeIsqvrg==",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/@polkadot-api/metadata-builders": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/@polkadot-api/metadata-builders/-/metadata-builders-0.3.2.tgz",
|
|
"integrity": "sha512-TKpfoT6vTb+513KDzMBTfCb/ORdgRnsS3TDFpOhAhZ08ikvK+hjHMt5plPiAX/OWkm1Wc9I3+K6W0hX5Ab7MVg==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@polkadot-api/substrate-bindings": "0.6.0",
|
|
"@polkadot-api/utils": "0.1.0"
|
|
}
|
|
},
|
|
"node_modules/@polkadot-api/observable-client": {
|
|
"version": "0.3.2",
|
|
"resolved": "https://registry.npmjs.org/@polkadot-api/observable-client/-/observable-client-0.3.2.tgz",
|
|
"integrity": "sha512-HGgqWgEutVyOBXoGOPp4+IAq6CNdK/3MfQJmhCJb8YaJiaK4W6aRGrdQuQSTPHfERHCARt9BrOmEvTXAT257Ug==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@polkadot-api/metadata-builders": "0.3.2",
|
|
"@polkadot-api/substrate-bindings": "0.6.0",
|
|
"@polkadot-api/utils": "0.1.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot-api/substrate-client": "0.1.4",
|
|
"rxjs": ">=7.8.0"
|
|
}
|
|
},
|
|
"node_modules/@polkadot-api/substrate-bindings": {
|
|
"version": "0.6.0",
|
|
"resolved": "https://registry.npmjs.org/@polkadot-api/substrate-bindings/-/substrate-bindings-0.6.0.tgz",
|
|
"integrity": "sha512-lGuhE74NA1/PqdN7fKFdE5C1gNYX357j1tWzdlPXI0kQ7h3kN0zfxNOpPUN7dIrPcOFZ6C0tRRVrBylXkI6xPw==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@noble/hashes": "^1.3.1",
|
|
"@polkadot-api/utils": "0.1.0",
|
|
"@scure/base": "^1.1.1",
|
|
"scale-ts": "^1.6.0"
|
|
}
|
|
},
|
|
"node_modules/@polkadot-api/substrate-client": {
|
|
"version": "0.1.4",
|
|
"resolved": "https://registry.npmjs.org/@polkadot-api/substrate-client/-/substrate-client-0.1.4.tgz",
|
|
"integrity": "sha512-MljrPobN0ZWTpn++da9vOvt+Ex+NlqTlr/XT7zi9sqPtDJiQcYl+d29hFAgpaeTqbeQKZwz3WDE9xcEfLE8c5A==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@polkadot-api/json-rpc-provider": "0.0.1",
|
|
"@polkadot-api/utils": "0.1.0"
|
|
}
|
|
},
|
|
"node_modules/@polkadot-api/utils": {
|
|
"version": "0.1.0",
|
|
"resolved": "https://registry.npmjs.org/@polkadot-api/utils/-/utils-0.1.0.tgz",
|
|
"integrity": "sha512-MXzWZeuGxKizPx2Xf/47wx9sr/uxKw39bVJUptTJdsaQn/TGq+z310mHzf1RCGvC1diHM8f593KrnDgc9oNbJA==",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/@polkadot/api": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/api/-/api-14.3.1.tgz",
|
|
"integrity": "sha512-ZBKSXEVJa1S1bnmpnA7KT/fX3sJDIJOdVD9Hp3X+G73yvXzuK5k1Mn5z9bD/AcMs/HAGcbuYU+b9+b9IByH9YQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/api-augment": "14.3.1",
|
|
"@polkadot/api-base": "14.3.1",
|
|
"@polkadot/api-derive": "14.3.1",
|
|
"@polkadot/keyring": "^13.2.3",
|
|
"@polkadot/rpc-augment": "14.3.1",
|
|
"@polkadot/rpc-core": "14.3.1",
|
|
"@polkadot/rpc-provider": "14.3.1",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/types-augment": "14.3.1",
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/types-create": "14.3.1",
|
|
"@polkadot/types-known": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"@polkadot/util-crypto": "^13.2.3",
|
|
"eventemitter3": "^5.0.1",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/api-augment": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/api-augment/-/api-augment-14.3.1.tgz",
|
|
"integrity": "sha512-PE6DW+8kRhbnGKn7qCF7yM6eEt/kqrY8bh1i0RZcPY9QgwXW4bZZrtMK4WssX6Z70NTEoOW6xHYIjc7gFZuz8g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/api-base": "14.3.1",
|
|
"@polkadot/rpc-augment": "14.3.1",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/types-augment": "14.3.1",
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/api-base": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/api-base/-/api-base-14.3.1.tgz",
|
|
"integrity": "sha512-GZT6rTpT3HYZ/C3rLPjoX3rX3DOxNG/zgts+jKjNrCumAeZkVq5JErKIX8/3f2TVaE2Kbqniy3d1TH/AL4HBPA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/rpc-core": "14.3.1",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/api-derive": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/api-derive/-/api-derive-14.3.1.tgz",
|
|
"integrity": "sha512-PhqUEJCY54vXtIaoYqGUtJY06wHd/K0cBmBz9yCLxp8UZkLoGWhfJRTruI25Jnucf9awS5cZKYqbsoDrL09Oqg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/api": "14.3.1",
|
|
"@polkadot/api-augment": "14.3.1",
|
|
"@polkadot/api-base": "14.3.1",
|
|
"@polkadot/rpc-core": "14.3.1",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"@polkadot/util-crypto": "^13.2.3",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/keyring": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/keyring/-/keyring-13.5.9.tgz",
|
|
"integrity": "sha512-bMCpHDN7U8ytxawjBZ89/he5s3AmEZuOdkM/ABcorh/flXNPfyghjFK27Gy4OKoFxX52yJ2sTHR4NxM87GuFXQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/util": "13.5.9",
|
|
"@polkadot/util-crypto": "13.5.9",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "13.5.9",
|
|
"@polkadot/util-crypto": "13.5.9"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/networks": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/networks/-/networks-13.5.9.tgz",
|
|
"integrity": "sha512-nmKUKJjiLgcih0MkdlJNMnhEYdwEml2rv/h59ll2+rAvpsVWMTLCb6Cq6q7UC44+8kiWK2UUJMkFU+3PFFxndA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/util": "13.5.9",
|
|
"@substrate/ss58-registry": "^1.51.0",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/rpc-augment": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/rpc-augment/-/rpc-augment-14.3.1.tgz",
|
|
"integrity": "sha512-Z8Hp8fFHwFCiTX0bBCDqCZ4U26wLIJl1NRSjJTsAr+SS68pYZBDGCwhKztpKGqndk1W1akRUaxrkGqYdIFmspQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/rpc-core": "14.3.1",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/rpc-core": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/rpc-core/-/rpc-core-14.3.1.tgz",
|
|
"integrity": "sha512-FV2NPhFwFxmX8LqibDcGc6IKTBqmvwr7xwF2OA60Br4cX+AQzMSVpFlfQcETll+0M+LnRhqGKGkP0EQWXaSowA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/rpc-augment": "14.3.1",
|
|
"@polkadot/rpc-provider": "14.3.1",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/rpc-provider": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/rpc-provider/-/rpc-provider-14.3.1.tgz",
|
|
"integrity": "sha512-NF/Z/7lzT+jp5LZzC49g+YIjRzXVI0hFag3+B+4zh6E/kKADdF59EHj2Im4LDhRGOnEO9AE4H6/UjNEbZ94JtA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/keyring": "^13.2.3",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/types-support": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"@polkadot/util-crypto": "^13.2.3",
|
|
"@polkadot/x-fetch": "^13.2.3",
|
|
"@polkadot/x-global": "^13.2.3",
|
|
"@polkadot/x-ws": "^13.2.3",
|
|
"eventemitter3": "^5.0.1",
|
|
"mock-socket": "^9.3.1",
|
|
"nock": "^13.5.5",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"optionalDependencies": {
|
|
"@substrate/connect": "0.8.11"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/types": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/types/-/types-14.3.1.tgz",
|
|
"integrity": "sha512-O748XgCLDQYxS5nQ6TJSqW88oC4QNIoNVlWZC2Qq4SmEXuSzaNHQwSVtdyPRJCCc4Oi1DCQvGui4O+EukUl7HA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/keyring": "^13.2.3",
|
|
"@polkadot/types-augment": "14.3.1",
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/types-create": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"@polkadot/util-crypto": "^13.2.3",
|
|
"rxjs": "^7.8.1",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/types-augment": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/types-augment/-/types-augment-14.3.1.tgz",
|
|
"integrity": "sha512-SC4M6TBlgCglNz+gRbvfoVRDz0Vyeev6v0HeAdw0H6ayEW4BXUdo5bFr0092bdS5uTrEPgiSyUry5TJs2KoXig==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/types-codec": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/types-codec/-/types-codec-14.3.1.tgz",
|
|
"integrity": "sha512-3y3RBGd+8ebscGbNUOjqUjnRE7hgicgid5LtofHK3O1EDcJQJnYBDkJ7fOAi96CDgHsg+f2FWWkBWEPgpOQoMQ==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/util": "^13.2.3",
|
|
"@polkadot/x-bigint": "^13.2.3",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/types-create": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/types-create/-/types-create-14.3.1.tgz",
|
|
"integrity": "sha512-F4EBvF3Zvym0xrkAA5Yz01IAVMepMV3w2Dwd0C9IygEAQ5sYLLPHmf72/aXn+Ag+bSyT2wlJHpDc+nEBXNQ3Gw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/types-known": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/types-known/-/types-known-14.3.1.tgz",
|
|
"integrity": "sha512-58b3Yc7+sxwNjs8axmrA9OCgnxmEKIq7XCH2VxSgLqTeqbohVtxwUSCW/l8NPrq1nxzj4J2sopu0PPg8/++q4g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/networks": "^13.2.3",
|
|
"@polkadot/types": "14.3.1",
|
|
"@polkadot/types-codec": "14.3.1",
|
|
"@polkadot/types-create": "14.3.1",
|
|
"@polkadot/util": "^13.2.3",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/types-support": {
|
|
"version": "14.3.1",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/types-support/-/types-support-14.3.1.tgz",
|
|
"integrity": "sha512-MfVe4iIOJIfBr+gj8Lu8gwIvhnO6gDbG5LeaKAjY6vS6Oh0y5Ztr8NdMIl8ccSpoyt3LqIXjfApeGzHiLzr6bw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/util": "^13.2.3",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/util": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/util/-/util-13.5.9.tgz",
|
|
"integrity": "sha512-pIK3XYXo7DKeFRkEBNYhf3GbCHg6dKQisSvdzZwuyzA6m7YxQq4DFw4IE464ve4Z7WsJFt3a6C9uII36hl9EWw==",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@polkadot/x-bigint": "13.5.9",
|
|
"@polkadot/x-global": "13.5.9",
|
|
"@polkadot/x-textdecoder": "13.5.9",
|
|
"@polkadot/x-textencoder": "13.5.9",
|
|
"@types/bn.js": "^5.1.6",
|
|
"bn.js": "^5.2.1",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/util-crypto": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/util-crypto/-/util-crypto-13.5.9.tgz",
|
|
"integrity": "sha512-foUesMhxkTk8CZ0/XEcfvHk6I0O+aICqqVJllhOpyp/ZVnrTBKBf59T6RpsXx2pCtBlMsLRvg/6Mw7RND1HqDg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@noble/curves": "^1.3.0",
|
|
"@noble/hashes": "^1.3.3",
|
|
"@polkadot/networks": "13.5.9",
|
|
"@polkadot/util": "13.5.9",
|
|
"@polkadot/wasm-crypto": "^7.5.3",
|
|
"@polkadot/wasm-util": "^7.5.3",
|
|
"@polkadot/x-bigint": "13.5.9",
|
|
"@polkadot/x-randomvalues": "13.5.9",
|
|
"@scure/base": "^1.1.7",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "13.5.9"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/wasm-bridge": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/wasm-bridge/-/wasm-bridge-7.5.4.tgz",
|
|
"integrity": "sha512-6xaJVvoZbnbgpQYXNw9OHVNWjXmtcoPcWh7hlwx3NpfiLkkjljj99YS+XGZQlq7ks2fVCg7FbfknkNb8PldDaA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/wasm-util": "7.5.4",
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/x-randomvalues": "*"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/wasm-crypto": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto/-/wasm-crypto-7.5.4.tgz",
|
|
"integrity": "sha512-1seyClxa7Jd7kQjfnCzTTTfYhTa/KUTDUaD3DMHBk5Q4ZUN1D1unJgX+v1aUeXSPxmzocdZETPJJRZjhVOqg9g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/wasm-bridge": "7.5.4",
|
|
"@polkadot/wasm-crypto-asmjs": "7.5.4",
|
|
"@polkadot/wasm-crypto-init": "7.5.4",
|
|
"@polkadot/wasm-crypto-wasm": "7.5.4",
|
|
"@polkadot/wasm-util": "7.5.4",
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/x-randomvalues": "*"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/wasm-crypto-asmjs": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-asmjs/-/wasm-crypto-asmjs-7.5.4.tgz",
|
|
"integrity": "sha512-ZYwxQHAJ8pPt6kYk9XFmyuFuSS+yirJLonvP+DYbxOrARRUHfN4nzp4zcZNXUuaFhpbDobDSFn6gYzye6BUotA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/wasm-crypto-init": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-init/-/wasm-crypto-init-7.5.4.tgz",
|
|
"integrity": "sha512-U6s4Eo2rHs2n1iR01vTz/sOQ7eOnRPjaCsGWhPV+ZC/20hkVzwPAhiizu/IqMEol4tO2yiSheD4D6bn0KxUJhg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/wasm-bridge": "7.5.4",
|
|
"@polkadot/wasm-crypto-asmjs": "7.5.4",
|
|
"@polkadot/wasm-crypto-wasm": "7.5.4",
|
|
"@polkadot/wasm-util": "7.5.4",
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*",
|
|
"@polkadot/x-randomvalues": "*"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/wasm-crypto-wasm": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/wasm-crypto-wasm/-/wasm-crypto-wasm-7.5.4.tgz",
|
|
"integrity": "sha512-PsHgLsVTu43eprwSvUGnxybtOEuHPES6AbApcs7y5ZbM2PiDMzYbAjNul098xJK/CPtrxZ0ePDFnaQBmIJyTFw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/wasm-util": "7.5.4",
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/wasm-util": {
|
|
"version": "7.5.4",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/wasm-util/-/wasm-util-7.5.4.tgz",
|
|
"integrity": "sha512-hqPpfhCpRAqCIn/CYbBluhh0TXmwkJnDRjxrU9Bnqtw9nMNa97D8JuOjdd2pi0rxm+eeLQ/f1rQMp71RMM9t4w==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.7.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "*"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/x-bigint": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/x-bigint/-/x-bigint-13.5.9.tgz",
|
|
"integrity": "sha512-JVW6vw3e8fkcRyN9eoc6JIl63MRxNQCP/tuLdHWZts1tcAYao0hpWUzteqJY93AgvmQ91KPsC1Kf3iuuZCi74g==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/x-global": "13.5.9",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/x-fetch": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/x-fetch/-/x-fetch-13.5.9.tgz",
|
|
"integrity": "sha512-urwXQZtT4yYROiRdJS6zHu18J/jCoAGpbgPIAjwdqjT11t9XIq4SjuPMxD19xBRhbYe9ocWV8i1KHuoMbZgKbA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/x-global": "13.5.9",
|
|
"node-fetch": "^3.3.2",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/x-global": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/x-global/-/x-global-13.5.9.tgz",
|
|
"integrity": "sha512-zSRWvELHd3Q+bFkkI1h2cWIqLo1ETm+MxkNXLec3lB56iyq/MjWBxfXnAFFYFayvlEVneo7CLHcp+YTFd9aVSA==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/x-randomvalues": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/x-randomvalues/-/x-randomvalues-13.5.9.tgz",
|
|
"integrity": "sha512-Uuuz3oubf1JCCK97fsnVUnHvk4BGp/W91mQWJlgl5TIOUSSTIRr+lb5GurCfl4kgnQq53Zi5fJV+qR9YumbnZw==",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"@polkadot/x-global": "13.5.9",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"peerDependencies": {
|
|
"@polkadot/util": "13.5.9",
|
|
"@polkadot/wasm-util": "*"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/x-textdecoder": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/x-textdecoder/-/x-textdecoder-13.5.9.tgz",
|
|
"integrity": "sha512-W2HhVNUbC/tuFdzNMbnXAWsIHSg9SC9QWDNmFD3nXdSzlXNgL8NmuiwN2fkYvCQBtp/XSoy0gDLx0C+Fo19cfw==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/x-global": "13.5.9",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/x-textencoder": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/x-textencoder/-/x-textencoder-13.5.9.tgz",
|
|
"integrity": "sha512-SG0MHnLUgn1ZxFdm0KzMdTHJ47SfqFhdIPMcGA0Mg/jt2rwrfrP3jtEIJMsHfQpHvfsNPfv55XOMmoPWuQnP/Q==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/x-global": "13.5.9",
|
|
"tslib": "^2.8.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@polkadot/x-ws": {
|
|
"version": "13.5.9",
|
|
"resolved": "https://registry.npmjs.org/@polkadot/x-ws/-/x-ws-13.5.9.tgz",
|
|
"integrity": "sha512-NKVgvACTIvKT8CjaQu9d0dERkZsWIZngX/4NVSjc01WHmln4F4y/zyBdYn/Z2V0Zw28cISx+lB4qxRmqTe7gbg==",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"@polkadot/x-global": "13.5.9",
|
|
"tslib": "^2.8.0",
|
|
"ws": "^8.18.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=18"
|
|
}
|
|
},
|
|
"node_modules/@scure/base": {
|
|
"version": "1.2.6",
|
|
"resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
|
|
"integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
|
|
"license": "MIT",
|
|
"funding": {
|
|
"url": "https://paulmillr.com/funding/"
|
|
}
|
|
},
|
|
"node_modules/@substrate/connect": {
|
|
"version": "0.8.11",
|
|
"resolved": "https://registry.npmjs.org/@substrate/connect/-/connect-0.8.11.tgz",
|
|
"integrity": "sha512-ofLs1PAO9AtDdPbdyTYj217Pe+lBfTLltdHDs3ds8no0BseoLeAGxpz1mHfi7zB4IxI3YyAiLjH6U8cw4pj4Nw==",
|
|
"deprecated": "versions below 1.x are no longer maintained",
|
|
"license": "GPL-3.0-only",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@substrate/connect-extension-protocol": "^2.0.0",
|
|
"@substrate/connect-known-chains": "^1.1.5",
|
|
"@substrate/light-client-extension-helpers": "^1.0.0",
|
|
"smoldot": "2.0.26"
|
|
}
|
|
},
|
|
"node_modules/@substrate/connect-extension-protocol": {
|
|
"version": "2.2.2",
|
|
"resolved": "https://registry.npmjs.org/@substrate/connect-extension-protocol/-/connect-extension-protocol-2.2.2.tgz",
|
|
"integrity": "sha512-t66jwrXA0s5Goq82ZtjagLNd7DPGCNjHeehRlE/gcJmJ+G56C0W+2plqOMRicJ8XGR1/YFnUSEqUFiSNbjGrAA==",
|
|
"license": "GPL-3.0-only",
|
|
"optional": true
|
|
},
|
|
"node_modules/@substrate/connect-known-chains": {
|
|
"version": "1.10.3",
|
|
"resolved": "https://registry.npmjs.org/@substrate/connect-known-chains/-/connect-known-chains-1.10.3.tgz",
|
|
"integrity": "sha512-OJEZO1Pagtb6bNE3wCikc2wrmvEU5x7GxFFLqqbz1AJYYxSlrPCGu4N2og5YTExo4IcloNMQYFRkBGue0BKZ4w==",
|
|
"license": "GPL-3.0-only",
|
|
"optional": true
|
|
},
|
|
"node_modules/@substrate/light-client-extension-helpers": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/@substrate/light-client-extension-helpers/-/light-client-extension-helpers-1.0.0.tgz",
|
|
"integrity": "sha512-TdKlni1mBBZptOaeVrKnusMg/UBpWUORNDv5fdCaJklP4RJiFOzBCrzC+CyVI5kQzsXBisZ+2pXm+rIjS38kHg==",
|
|
"license": "MIT",
|
|
"optional": true,
|
|
"dependencies": {
|
|
"@polkadot-api/json-rpc-provider": "^0.0.1",
|
|
"@polkadot-api/json-rpc-provider-proxy": "^0.1.0",
|
|
"@polkadot-api/observable-client": "^0.3.0",
|
|
"@polkadot-api/substrate-client": "^0.1.2",
|
|
"@substrate/connect-extension-protocol": "^2.0.0",
|
|
"@substrate/connect-known-chains": "^1.1.5",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"smoldot": "2.x"
|
|
}
|
|
},
|
|
"node_modules/@substrate/ss58-registry": {
|
|
"version": "1.51.0",
|
|
"resolved": "https://registry.npmjs.org/@substrate/ss58-registry/-/ss58-registry-1.51.0.tgz",
|
|
"integrity": "sha512-TWDurLiPxndFgKjVavCniytBIw+t4ViOi7TYp9h/D0NMmkEc9klFTo+827eyEJ0lELpqO207Ey7uGxUa+BS1jQ==",
|
|
"license": "Apache-2.0"
|
|
},
|
|
"node_modules/@types/bn.js": {
|
|
"version": "5.2.0",
|
|
"resolved": "https://registry.npmjs.org/@types/bn.js/-/bn.js-5.2.0.tgz",
|
|
"integrity": "sha512-DLbJ1BPqxvQhIGbeu8VbUC1DiAiahHtAYvA0ZEAa4P31F7IaArc8z3C3BRQdWX4mtLQuABG4yzp76ZrS02Ui1Q==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@types/node": "*"
|
|
}
|
|
},
|
|
"node_modules/@types/node": {
|
|
"version": "20.19.35",
|
|
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.19.35.tgz",
|
|
"integrity": "sha512-Uarfe6J91b9HAUXxjvSOdiO2UPOKLm07Q1oh0JHxoZ1y8HoqxDAu3gVrsrOHeiio0kSsoVBt4wFrKOm0dKxVPQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"undici-types": "~6.21.0"
|
|
}
|
|
},
|
|
"node_modules/bn.js": {
|
|
"version": "5.2.3",
|
|
"resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.3.tgz",
|
|
"integrity": "sha512-EAcmnPkxpntVL+DS7bO1zhcZNvCkxqtkd0ZY53h06GNQ3DEkkGZ/gKgmDv6DdZQGj9BgfSPKtJJ7Dp1GPP8f7w==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/data-uri-to-buffer": {
|
|
"version": "4.0.1",
|
|
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz",
|
|
"integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 12"
|
|
}
|
|
},
|
|
"node_modules/debug": {
|
|
"version": "4.4.3",
|
|
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
|
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"ms": "^2.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"supports-color": {
|
|
"optional": true
|
|
}
|
|
}
|
|
},
|
|
"node_modules/dotenv": {
|
|
"version": "16.6.1",
|
|
"resolved": "https://registry.npmjs.org/dotenv/-/dotenv-16.6.1.tgz",
|
|
"integrity": "sha512-uBq4egWHTcTt33a72vpSG0z3HnPuIl6NqYcTrKEg2azoEyl2hpW0zqlxysq2pK9HlDIHyHyakeYaYnSAwd8bow==",
|
|
"license": "BSD-2-Clause",
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"funding": {
|
|
"url": "https://dotenvx.com"
|
|
}
|
|
},
|
|
"node_modules/eventemitter3": {
|
|
"version": "5.0.4",
|
|
"resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.4.tgz",
|
|
"integrity": "sha512-mlsTRyGaPBjPedk6Bvw+aqbsXDtoAyAzm5MO7JgU+yVRyMQ5O8bD4Kcci7BS85f93veegeCPkL8R4GLClnjLFw==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/fetch-blob": {
|
|
"version": "3.2.0",
|
|
"resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz",
|
|
"integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "paypal",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"node-domexception": "^1.0.0",
|
|
"web-streams-polyfill": "^3.0.3"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20 || >= 14.13"
|
|
}
|
|
},
|
|
"node_modules/formdata-polyfill": {
|
|
"version": "4.0.10",
|
|
"resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz",
|
|
"integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"fetch-blob": "^3.1.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12.20.0"
|
|
}
|
|
},
|
|
"node_modules/json-stringify-safe": {
|
|
"version": "5.0.1",
|
|
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
|
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
|
"license": "ISC"
|
|
},
|
|
"node_modules/mock-socket": {
|
|
"version": "9.3.1",
|
|
"resolved": "https://registry.npmjs.org/mock-socket/-/mock-socket-9.3.1.tgz",
|
|
"integrity": "sha512-qxBgB7Qa2sEQgHFjj0dSigq7fX4k6Saisd5Nelwp2q8mlbAFh5dHV9JTTlF8viYJLSSWgMCZFUom8PJcMNBoJw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/ms": {
|
|
"version": "2.1.3",
|
|
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
|
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/nock": {
|
|
"version": "13.5.6",
|
|
"resolved": "https://registry.npmjs.org/nock/-/nock-13.5.6.tgz",
|
|
"integrity": "sha512-o2zOYiCpzRqSzPj0Zt/dQ/DqZeYoaQ7TUonc/xUPjCGl9WeHpNbxgVvOquXYAaJzI0M9BXV3HTzG0p8IUAbBTQ==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"debug": "^4.1.0",
|
|
"json-stringify-safe": "^5.0.1",
|
|
"propagate": "^2.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 10.13"
|
|
}
|
|
},
|
|
"node_modules/node-domexception": {
|
|
"version": "1.0.0",
|
|
"resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz",
|
|
"integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==",
|
|
"deprecated": "Use your platform's native DOMException instead",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">=10.5.0"
|
|
}
|
|
},
|
|
"node_modules/node-fetch": {
|
|
"version": "3.3.2",
|
|
"resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.2.tgz",
|
|
"integrity": "sha512-dRB78srN/l6gqWulah9SrxeYnxeddIG30+GOqK/9OlLVyLg3HPnr6SqOWTWOXKRwC2eGYCkZ59NNuSgvSrpgOA==",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"data-uri-to-buffer": "^4.0.0",
|
|
"fetch-blob": "^3.1.4",
|
|
"formdata-polyfill": "^4.0.10"
|
|
},
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/node-fetch"
|
|
}
|
|
},
|
|
"node_modules/propagate": {
|
|
"version": "2.0.1",
|
|
"resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
|
|
"integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/rxjs": {
|
|
"version": "7.8.2",
|
|
"resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.2.tgz",
|
|
"integrity": "sha512-dhKf903U/PQZY6boNNtAGdWbG85WAbjT/1xYoZIC7FAY0yWapOBQVsVrDl58W86//e1VpMNBtRV4MaXfdMySFA==",
|
|
"license": "Apache-2.0",
|
|
"peer": true,
|
|
"dependencies": {
|
|
"tslib": "^2.1.0"
|
|
}
|
|
},
|
|
"node_modules/scale-ts": {
|
|
"version": "1.6.1",
|
|
"resolved": "https://registry.npmjs.org/scale-ts/-/scale-ts-1.6.1.tgz",
|
|
"integrity": "sha512-PBMc2AWc6wSEqJYBDPcyCLUj9/tMKnLX70jLOSndMtcUoLQucP/DM0vnQo1wJAYjTrQiq8iG9rD0q6wFzgjH7g==",
|
|
"license": "MIT",
|
|
"optional": true
|
|
},
|
|
"node_modules/smoldot": {
|
|
"version": "2.0.26",
|
|
"resolved": "https://registry.npmjs.org/smoldot/-/smoldot-2.0.26.tgz",
|
|
"integrity": "sha512-F+qYmH4z2s2FK+CxGj8moYcd1ekSIKH8ywkdqlOz88Dat35iB1DIYL11aILN46YSGMzQW/lbJNS307zBSDN5Ig==",
|
|
"license": "GPL-3.0-or-later WITH Classpath-exception-2.0",
|
|
"optional": true,
|
|
"peer": true,
|
|
"dependencies": {
|
|
"ws": "^8.8.1"
|
|
}
|
|
},
|
|
"node_modules/tslib": {
|
|
"version": "2.8.1",
|
|
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
|
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
|
"license": "0BSD"
|
|
},
|
|
"node_modules/typescript": {
|
|
"version": "5.9.3",
|
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
|
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
|
"dev": true,
|
|
"license": "Apache-2.0",
|
|
"bin": {
|
|
"tsc": "bin/tsc",
|
|
"tsserver": "bin/tsserver"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.17"
|
|
}
|
|
},
|
|
"node_modules/undici-types": {
|
|
"version": "6.21.0",
|
|
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
|
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
|
"license": "MIT"
|
|
},
|
|
"node_modules/web-streams-polyfill": {
|
|
"version": "3.3.3",
|
|
"resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.3.3.tgz",
|
|
"integrity": "sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==",
|
|
"license": "MIT",
|
|
"engines": {
|
|
"node": ">= 8"
|
|
}
|
|
},
|
|
"node_modules/ws": {
|
|
"version": "8.19.0",
|
|
"resolved": "https://registry.npmjs.org/ws/-/ws-8.19.0.tgz",
|
|
"integrity": "sha512-blAT2mjOEIi0ZzruJfIhb3nps74PRWTCz1IjglWEEpQl5XS/UNama6u2/rjFkDDouqr4L67ry+1aGIALViWjDg==",
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|