Skip to content
yarn.lock 102 KiB
Newer Older
Maciej Hirsz's avatar
Maciej Hirsz committed
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


Zeke Mostov's avatar
Zeke Mostov committed
"@amaurymartiny/config@^1.3.0":
  version "1.3.1"
  resolved "https://registry.yarnpkg.com/@amaurymartiny/config/-/config-1.3.1.tgz#387c74a077267ca9ac111edccbae1fe679f76c7a"
  integrity sha512-LXP9TxfDYsc4eaq1gbMnUOf+VQSHyJoHlBRT0LBTXuV6k3WYPPNVlcSFZvPopAYq8+h97+Ng6i9NF46Ag2z7cw==
  dependencies:
    "@amaurymartiny/eslintrc" "^1.3.1"
    "@amaurymartiny/tsconfig" "^1.3.0"

"@amaurymartiny/eslintrc@^1.3.1":
  version "1.3.1"
  resolved "https://registry.yarnpkg.com/@amaurymartiny/eslintrc/-/eslintrc-1.3.1.tgz#8df005ec215196daf24498533797deef696fd330"
  integrity sha512-CKpA6Y7KGpchLP0UEkKw0q76vXaLJsqWGG3tmMQI7PKv2DSmz/AK/tRfw/pVQPKALhY/0aE53IwdxbjHpgzOqA==
  dependencies:
    "@typescript-eslint/eslint-plugin" "^3.0.2"
    "@typescript-eslint/parser" "^3.0.2"
    eslint "^7.1.0"
    eslint-config-prettier "^6.11.0"
    eslint-plugin-prettier "^3.1.3"
    eslint-plugin-react "^7.20.0"
    eslint-plugin-react-hooks "^4.0.4"
    eslint-plugin-simple-import-sort "^5.0.3"
    prettier "^2.0.5"

"@amaurymartiny/tsconfig@^1.3.0":
  version "1.3.0"
  resolved "https://registry.yarnpkg.com/@amaurymartiny/tsconfig/-/tsconfig-1.3.0.tgz#8043c7bc62bae49b9feb8da45432ebfcea741dc1"
  integrity sha512-XAD1deHiUwJkCP0rxE52Q0eIno51QwdfS092bIwLUZeUhrI2nsWm8LOmxksDhkqFRnrIde+kbxHoCpI0lUVoIQ==

"@babel/code-frame@^7.0.0":
  version "7.10.1"
  resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.10.1.tgz#d5481c5095daa1c57e16e54c6f9198443afb49ff"
  integrity sha512-IGhtTmpjGbYzcEDOw7DcQtbQSXcG9ftmAXtWTu9V936vDye4xjjekktFAtgZsWpzTj/X01jocB46mTywm/4SZw==
  dependencies:
    "@babel/highlight" "^7.10.1"

"@babel/helper-validator-identifier@^7.10.1":
  version "7.10.1"
  resolved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identifier-7.10.1.tgz#5770b0c1a826c4f53f5ede5e153163e0318e94b5"
  integrity sha512-5vW/JXLALhczRCWP0PnFDMCJAchlBvM7f4uk/jXritBnIa6E1KmqmtrS3yn1LAnxFBypQ3eneLuXjsnfQsgILw==

"@babel/highlight@^7.10.1":
  version "7.10.1"
  resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.10.1.tgz#841d098ba613ba1a427a2b383d79e35552c38ae0"
  integrity sha512-8rMof+gVP8mxYZApLF/JgNDAkdKa+aJt3ZYxF8z6+j/hpeXL7iMsKCPHa2jNMHu/qqBwzQF4OHNoYi8dMA/rYg==
  dependencies:
    "@babel/helper-validator-identifier" "^7.10.1"
    chalk "^2.0.0"
    js-tokens "^4.0.0"

"@babel/runtime-corejs3@^7.8.3":
  version "7.10.2"
  resolved "https://registry.yarnpkg.com/@babel/runtime-corejs3/-/runtime-corejs3-7.10.2.tgz#3511797ddf9a3d6f3ce46b99cc835184817eaa4e"
  integrity sha512-+a2M/u7r15o3dV1NEizr9bRi+KUVnrs/qYxF0Z06DAPx/4VCWaz1WA7EcbE+uqGgt39lp5akWGmHsTseIkHkHg==
  dependencies:
    core-js-pure "^3.0.0"
    regenerator-runtime "^0.13.4"

"@babel/runtime@^7.10.2":
  version "7.10.2"
  resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.2.tgz#d103f21f2602497d38348a32e008637d506db839"
  integrity sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==
  dependencies:
    regenerator-runtime "^0.13.4"

"@polkadot/[email protected]":
  version "1.20.0-beta.3"
  resolved "https://registry.yarnpkg.com/@polkadot/api-derive/-/api-derive-1.20.0-beta.3.tgz#82a59da0a3b36104d066ea8e5a1e16012595e391"
  integrity sha512-QIJ7s0jousEEdkp8YGOK8PhRrr2EP4mciSPNxLG7aVYp4GWsal82hai8kjV62xu0m/Ju3Pjl4DhTRcz3nqtcig==
  dependencies:
    "@babel/runtime" "^7.10.2"
    "@polkadot/api" "1.20.0-beta.3"
    "@polkadot/rpc-core" "1.20.0-beta.3"
    "@polkadot/rpc-provider" "1.20.0-beta.3"
    "@polkadot/types" "1.20.0-beta.3"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "^2.14.1"
    "@polkadot/util-crypto" "^2.14.1"
joe petrowski's avatar
joe petrowski committed
    bn.js "^5.1.2"
    memoizee "^0.4.14"
Maciej Hirsz's avatar
Maciej Hirsz committed
    rxjs "^6.5.5"
"@polkadot/[email protected]", "@polkadot/api@^1.20.0-beta.3":
  version "1.20.0-beta.3"
  resolved "https://registry.yarnpkg.com/@polkadot/api/-/api-1.20.0-beta.3.tgz#987bbfa2c2d1ad0c4a0d5ac81dcb5e2a956d208d"
  integrity sha512-ahGUJpwKatdoOfx0EgRnG7Bv9Z4VKn0Ba1GeVyMZpxd+Z1zg8uo8nEBMdgEvFNnPyVHOcMGY7KooiTsaOm6s6A==
  dependencies:
    "@babel/runtime" "^7.10.2"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/keyring" "^2.14.1"
    "@polkadot/metadata" "1.20.0-beta.3"
    "@polkadot/rpc-core" "1.20.0-beta.3"
    "@polkadot/rpc-provider" "1.20.0-beta.3"
    "@polkadot/types" "1.20.0-beta.3"
    "@polkadot/types-known" "1.20.0-beta.3"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "^2.14.1"
    "@polkadot/util-crypto" "^2.14.1"
joe petrowski's avatar
joe petrowski committed
    bn.js "^5.1.2"
    eventemitter3 "^4.0.4"
Maciej Hirsz's avatar
Maciej Hirsz committed
    rxjs "^6.5.5"
"@polkadot/calc-fee@file:./calc-fee/pkg":
  version "0.1.0"

joe petrowski's avatar
joe petrowski committed
"@polkadot/keyring@^2.14.1":
  version "2.14.1"
  resolved "https://registry.yarnpkg.com/@polkadot/keyring/-/keyring-2.14.1.tgz#b729ba3d974c232f526ecefd1096d7c59cede2d1"
  integrity sha512-objz3p2BG/UuV8exxf69GrPE3nKmTOrxI+4Cz2kxAbG3KpbVsYdQJZW3ij9tftuQdX6SAxvy6AqrzBvEOF1qaA==
  dependencies:
    "@babel/runtime" "^7.10.2"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "2.14.1"
    "@polkadot/util-crypto" "2.14.1"
"@polkadot/[email protected]", "@polkadot/metadata@^1.20.0-beta.3":
  version "1.20.0-beta.3"
  resolved "https://registry.yarnpkg.com/@polkadot/metadata/-/metadata-1.20.0-beta.3.tgz#192d6a5eefbda0facf4770253675ce44d5e22b0a"
  integrity sha512-i3p2qWdGuVDtpP0sdtRr+M/9e5LUfjgNSMQOwWiMXepo3WHR9bKzfemgpX5bw/tafcoocgxODbbBiC4gX6/+eg==
  dependencies:
    "@babel/runtime" "^7.10.2"
    "@polkadot/types" "1.20.0-beta.3"
    "@polkadot/types-known" "1.20.0-beta.3"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "^2.14.1"
    "@polkadot/util-crypto" "^2.14.1"
joe petrowski's avatar
joe petrowski committed
    bn.js "^5.1.2"
"@polkadot/[email protected]":
  version "1.20.0-beta.3"
  resolved "https://registry.yarnpkg.com/@polkadot/rpc-core/-/rpc-core-1.20.0-beta.3.tgz#e2430dde4cc43e10fe416053aa326dd91f57c918"
  integrity sha512-BLJXS4qFBYi0fxEZlNiNqhtGALT5m1qICT1iEPOgG4HazeCwnticEFJKXTfBAV01Zu0K4OV4kzHs3hlnUXxH+A==
  dependencies:
    "@babel/runtime" "^7.10.2"
    "@polkadot/metadata" "1.20.0-beta.3"
    "@polkadot/rpc-provider" "1.20.0-beta.3"
    "@polkadot/types" "1.20.0-beta.3"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "^2.14.1"
    memoizee "^0.4.14"
Maciej Hirsz's avatar
Maciej Hirsz committed
    rxjs "^6.5.5"
"@polkadot/[email protected]", "@polkadot/rpc-provider@^1.20.0-beta.3":
  version "1.20.0-beta.3"
  resolved "https://registry.yarnpkg.com/@polkadot/rpc-provider/-/rpc-provider-1.20.0-beta.3.tgz#20608eb67aa6c85b81459bd11492e4a700a7c779"
  integrity sha512-lKgI8Fos17y/C+AZK385a7uVXRfOBRYskGEC8gNwX+4HvSfNX0H024YcR/YmFC8qMWCMzjFH80swIqZ+/hkFYw==
  dependencies:
    "@babel/runtime" "^7.10.2"
    "@polkadot/metadata" "1.20.0-beta.3"
    "@polkadot/types" "1.20.0-beta.3"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "^2.14.1"
    "@polkadot/util-crypto" "^2.14.1"
joe petrowski's avatar
joe petrowski committed
    bn.js "^5.1.2"
    eventemitter3 "^4.0.4"
Maciej Hirsz's avatar
Maciej Hirsz committed
    isomorphic-fetch "^2.2.1"
    websocket "^1.0.31"

"@polkadot/[email protected]":
  version "1.20.0-beta.3"
  resolved "https://registry.yarnpkg.com/@polkadot/types-known/-/types-known-1.20.0-beta.3.tgz#500362b8878c3c8acdde807dc8e4d30cf5a8fe7d"
  integrity sha512-YxOrAbpZMGKW+JsyEk0Ea+Z/Hlj35D3Y9oK/0YBQsEmrDD6bcqnzy6NneUX2TDdwMR78rPIpTeOGbIce8IxMHA==
Maciej Hirsz's avatar
Maciej Hirsz committed
  dependencies:
    "@babel/runtime" "^7.10.2"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "^2.14.1"
joe petrowski's avatar
joe petrowski committed
    bn.js "^5.1.2"
"@polkadot/[email protected]", "@polkadot/types@^1.20.0-beta.3":
  version "1.20.0-beta.3"
  resolved "https://registry.yarnpkg.com/@polkadot/types/-/types-1.20.0-beta.3.tgz#0adea5a9eb3e0230fbb6ff67a8758e6041179dfa"
  integrity sha512-/sSE3wl8KbqarV0WDrDRFknMyiJh5wIyO8L0uhSA17V9eZoIElMF7WxDkvUqrqQkz5An/buvb6kQiyuZ2KaHGA==
  dependencies:
    "@babel/runtime" "^7.10.2"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "^2.14.1"
    "@polkadot/util-crypto" "^2.14.1"
    "@types/bn.js" "^4.11.6"
joe petrowski's avatar
joe petrowski committed
    bn.js "^5.1.2"
Maciej Hirsz's avatar
Maciej Hirsz committed
    memoizee "^0.4.14"
Maciej Hirsz's avatar
Maciej Hirsz committed
    rxjs "^6.5.5"
joe petrowski's avatar
joe petrowski committed
"@polkadot/[email protected]", "@polkadot/util-crypto@^2.14.1":
  version "2.14.1"
  resolved "https://registry.yarnpkg.com/@polkadot/util-crypto/-/util-crypto-2.14.1.tgz#34a42454d3c0ea20e352d1ea71bb911d59b37835"
  integrity sha512-8xFUhjrKGisLCtEPZClCrjY7DwpGx6K6n2pRiD1/Q/qoyuDy/pNWDNCqspkwHeaYN40McT/7XmRmM6ExYaNREA==
  dependencies:
    "@babel/runtime" "^7.10.2"
joe petrowski's avatar
joe petrowski committed
    "@polkadot/util" "2.14.1"
Maciej Hirsz's avatar
Maciej Hirsz committed
    "@polkadot/wasm-crypto" "^1.2.1"
    base-x "^3.0.8"
Maciej Hirsz's avatar
Maciej Hirsz committed
    blakejs "^1.1.0"
    bn.js "^5.1.2"
Maciej Hirsz's avatar
Maciej Hirsz committed
    bs58 "^4.0.1"
Maciej Hirsz's avatar
Maciej Hirsz committed
    js-sha3 "^0.8.0"
    pbkdf2 "^3.1.1"
    tweetnacl "^1.0.3"
Maciej Hirsz's avatar
Maciej Hirsz committed
    xxhashjs "^0.2.2"

joe petrowski's avatar
joe petrowski committed
"@polkadot/[email protected]", "@polkadot/util@^2.14.1":
  version "2.14.1"
Loading full blame...