diff --git a/README.md b/README.md index af6bdfe22..a19e84ff1 100644 --- a/README.md +++ b/README.md @@ -290,9 +290,9 @@ All the commits in this repo follow the [Conventional Commits spec](https://www. - @polkadot/util-crypto [release notes](https://github.com/polkadot-js/common/releases) - @substrate/calc [npm release page](https://www.npmjs.com/package/@substrate/calc) -1. Next make sure to update the resolutions inside of the `package.json` to match polkadot-js [here](https://github.com/polkadot-js/apps/blob/master/package.json). This is a manual process, and the packages we want to update are only the ones with `@polkadot` appended to it. +1. Next make sure the resolutions are up to date inside of the `package.json` to match polkadot-js [here](https://github.com/polkadot-js/apps/blob/master/package.json). This is a manual process, and the packages we want to update are only the ones with `@polkadot` appended to it. If any issues may surface, contact the maintainers. -1. After updating the dependencies and resolutions, the next step is making sure the release will work against all relevant runtimes for Polkadot, Kusama, and Westend. This can be handled by running `yarn test:init-e2e-tests`. You must have `python3`, and the dependencies inside of `./scripts/requirements.txt` installed to run the script (Read the [README](./scripts/README.md) for more instructions). Before moving forward ensure all tests pass, and if it warns of any missing types feel free to make an issue [here](https://github.com/paritytech/substrate-api-sidecar/issues). +1. After updating the dependencies and resolutions (if applicable), the next step is making sure the release will work against all relevant runtimes for Polkadot, Kusama, and Westend. This can be handled by running `yarn test:init-e2e-tests`. You must have `python3`, and the dependencies inside of `./scripts/requirements.txt` installed to run the script (Read the [README](./scripts/README.md) for more instructions). Before moving forward ensure all tests pass, and if it warns of any missing types feel free to make an issue [here](https://github.com/paritytech/substrate-api-sidecar/issues). Note that the e2e tests will connect to running nodes in order to test sidecar against real data, and they may fail owing to those connections taking too long to establish. If you run into any failures, try running tests just for the chain that failed with something like `yarn test:init-e2e-tests:polkadot`. diff --git a/docs/dist/app.bundle.js b/docs/dist/app.bundle.js index ed9688fe3..846634053 100644 --- a/docs/dist/app.bundle.js +++ b/docs/dist/app.bundle.js @@ -10695,7 +10695,7 @@ eval("__webpack_require__.r(__webpack_exports__);\n/* harmony import */ var swag /*! no static exports found */ /***/ (function(module, exports) { -eval("module.exports = {\"openapi\":\"3.0.0\",\"info\":{\"title\":\"Substrate API Sidecar\",\"description\":\"Substrate API Sidecar is a REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.\",\"contact\":{\"url\":\"https://github.com/paritytech/substrate-api-sidecar\"},\"license\":{\"name\":\"GPL-3.0-or-later\",\"url\":\"https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE\"},\"version\":\"1.0.0-oas3\"},\"tags\":[{\"name\":\"accounts\"},{\"name\":\"blocks\"},{\"name\":\"node\",\"description\":\"node connected to sidecar\"},{\"name\":\"pallets\",\"description\":\"pallets employed in the runtime\"},{\"name\":\"runtime\"},{\"name\":\"transaction\"},{\"name\":\"paras\"},{\"name\":\"trace\"}],\"paths\":{\"/accounts/{accountId}/asset-balances\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get an array of asset-balances for an account.\",\"description\":\"Returns information about an account's asset-balances. This is specific to the assets pallet for parachains. If no `assets` query parameter is provided, all asset-balances for the given account will be returned.\",\"operationId\":\"getAssetBalances\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query asset-balance info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block height (as a positive integer) or hash (as a hex string).\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"assets\",\"in\":\"query\",\"description\":\"An array of AssetId's to be queried. If not supplied, defaults to providing all asset balances associated with the `accountId` will be returned. The array query param format follows Express 4.x API. ex:`?assets[]=1&assets[]=2&assets[]=3`.\",\"required\":false,\"schema\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"An array of assetId numbers represented as strings\",\"format\":\"Array of unsignedInteger's\"}}],\"responses\":{\"200\":{\"description\":\"successfull operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountAssetsBalances\"}}}}}}},\"/accounts/{accountId}/asset-approvals\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get an asset approval for an account.\",\"description\":\"Returns information about an account's asset approval transaction. It is required to pass in a delegate and an assetId as query parameters.\",\"operationId\":\"getAssetApprovals\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query asset approval info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block height (as a non-negative integer) or hash (as a hex string).\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"assetId\",\"in\":\"query\",\"description\":\"The `assetId` associated with the asset-approval.\",\"required\":true,\"schema\":{\"type\":\"string\",\"description\":\"An assetId represented as an unsignedInteger.\",\"format\":\"unsignedInteger\"}},{\"name\":\"delegate\",\"in\":\"query\",\"description\":\"The delegate's `accountId` associated with an asset-approval.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}}],\"responses\":{\"200\":{\"description\":\"successfull operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountAssetsApproval\"}}}}}}},\"/accounts/{accountId}/balance-info\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get balance information for an account.\",\"description\":\"Returns information about an account's balance. Replaces `/balance/{address}` from versions < v1.0.0.\",\"operationId\":\"getAccountBalanceInfo\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query balance info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block height (as a non-negative integer) or hash (as a hex string).\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"token\",\"in\":\"query\",\"description\":\"Token to query the balance of. If not specified it will query the chains native token (e.g. DOT for Polkadot). Note: this is only relevant for chains that support multiple tokens through the ORML tokens pallet.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Token symbol\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountBalanceInfo\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/accounts/{accountId}/staking-info\":{\"get\":{\"tags\":[\"staking\"],\"summary\":\"Get staking information for a _Stash_ account.\",\"description\":\"Returns information about a _Stash_ account's staking activity. Replaces `/staking/{address}` from versions < v1.0.0.\",\"operationId\":\"getStakingSummaryByAccountId\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account. Must be a _Stash_ account.\",\"required\":true,\"schema\":{\"format\":\"SS58\",\"type\":\"string\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query the staking info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountStakingInfo\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/accounts/{accountId}/staking-payouts\":{\"get\":{\"tags\":[\"staking\"],\"summary\":\"Get payout information for a _Stash_ account.\",\"description\":\"Returns payout information for the last specified eras. If specifying both the depth and era query params, this endpoint will return information for (era - depth) through era. (i.e. if depth=5 and era=20 information will be returned for eras 16 through 20). N.B. You cannot query eras less then `current_era - HISTORY_DEPTH`. N.B. The `nominator*` fields correspond to the address being queried, even if it is a validator's _Stash_ address. This is because a validator is technically nominating itself.\",\"operationId\":\"getStakingPayoutsByAccountId\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account. Must be a _Stash_ account.\",\"required\":true,\"schema\":{\"format\":\"SS58\",\"type\":\"string\"}},{\"name\":\"depth\",\"in\":\"query\",\"description\":\"The number of eras to query for payouts of. Must be less than or equal to `HISTORY_DEPTH`. In cases where `era - (depth -1)` is less than 0, the first era queried will be 0.\",\"required\":false,\"schema\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"default\":1}},{\"name\":\"era\",\"in\":\"query\",\"description\":\"The era to query at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"default\":\"`active_era - 1`\"}},{\"name\":\"unclaimedOnly\",\"in\":\"query\",\"description\":\"Only return unclaimed rewards.\",\"required\":false,\"schema\":{\"type\":\"string\",\"format\":\"boolean\",\"default\":true}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountStakingPayouts\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/accounts/{accountId}/vesting-info\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get vesting information for an account.\",\"description\":\"Returns the vesting schedule for an account. Replaces `/vesting/{address}` from versions < v1.0.0.\",\"operationId\":\"getVestingSummaryByAccountId\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"format\":\"SS58\",\"type\":\"string\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query the vesting info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountVestingInfo\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/blocks/{blockId}\":{\"get\":{\"tags\":[\"blocks\"],\"summary\":\"Get a block by its height or hash.\",\"description\":\"Returns a single block. BlockId can either be a block hash or a block height. Replaces `/block/{number}` from versions < v1.0.0.\",\"operationId\":\"getBlockById\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}},{\"name\":\"eventDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every event will have an extra `docs` property with a string of the events documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}},{\"name\":\"extrinsicDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every extrinsic will have an extra `docs` property with a string of the extrinsics documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Block\"}}}},\"400\":{\"description\":\"invalid Block identifier supplied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/blocks/{blockId}/extrinsics/{extrinsicIndex}\":{\"get\":{\"tags\":[\"blocks\"],\"summary\":\"Get an extrinsic by its extrinsicIndex and block height or hash. The pair blockId, extrinsicIndex is sometimes referred to as a Timepoint.\",\"description\":\"Returns a single extrinsic.\",\"operationId\":\"getExtrinsicByTimepoint\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}},{\"name\":\"extrinsicIndex\",\"in\":\"path\",\"description\":\"The extrinsic's index within the block's body.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"eventDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every event will have an extra `docs` property with a string of the events documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}},{\"name\":\"extrinsicDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every extrinsic will have an extra `docs` property with a string of the extrinsics documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ExtrinsicIndex\"}}}},\"400\":{\"description\":\"Requested `extrinsicIndex` does not exist\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/blocks/head\":{\"get\":{\"tags\":[\"blocks\"],\"summary\":\"Get the most recently finalized block.\",\"description\":\"Returns the most recently finalized block. Replaces `/block` from versions < v1.0.0.\",\"operationId\":\"getHeadBlock\",\"parameters\":[{\"name\":\"finalized\",\"in\":\"query\",\"description\":\"Boolean representing whether or not to get the finalized head. If it is not set the value defaults to true. When set to false it will attempt to get the newest known block, which may not be finalized.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":true}},{\"name\":\"eventDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every event will have an extra `docs` property with a string of the events documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}},{\"name\":\"extrinsicDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every extrinsic will have an extra `docs` property with a string of the extrinsics documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Block\"}}}}}}},\"/node/network\":{\"get\":{\"tags\":[\"node\"],\"summary\":\"Get information about the Substrate node's activity in the peer-to-peer network.\",\"description\":\"Returns network related information of the node.\",\"operationId\":\"getNodeNetworking\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/NodeNetwork\"}}}}}}},\"/node/transaction-pool\":{\"get\":{\"tags\":[\"node\"],\"summary\":\"Get pending extrinsics from the Substrate node.\",\"description\":\"Returns the extrinsics that the node knows of that have not been included in a block.\",\"operationId\":\"getNodeTransactionPool\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionPool\"}}}}}}},\"/node/version\":{\"get\":{\"tags\":[\"node\"],\"summary\":\"Get information about the Substrates node's implementation and versioning.\",\"description\":\"Returns versioning information of the node.\",\"operationId\":\"getNodeVersion\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/NodeVersion\"}}}}}}},\"/transaction\":{\"post\":{\"tags\":[\"transaction\"],\"summary\":\"Submit a transaction to the node's transaction pool.\",\"description\":\"Accepts a valid signed extrinsic. Replaces `/tx` from versions < v1.0.0.\",\"operationId\":\"submitTransaction\",\"requestBody\":{\"$ref\":\"#/components/requestBodies/Transaction\"},\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionSuccess\"}}}},\"400\":{\"description\":\"failed to parse or submit transaction\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFailure\"}}}}}}},\"/transaction/dry-run\":{\"post\":{\"tags\":[\"transaction\"],\"summary\":\"Dry run an extrinsic.\",\"description\":\"Use the dryrun call to practice submission of a transaction.\",\"operationId\":\"dryrunTransaction\",\"requestBody\":{\"$ref\":\"#/components/requestBodies/Transaction\"},\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionDryRun\"}}}},\"500\":{\"description\":\"failed to dry-run transaction\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFailure\"}}}}}}},\"/transaction/fee-estimate\":{\"post\":{\"tags\":[\"transaction\"],\"summary\":\"Receive a fee estimate for a transaction.\",\"description\":\"Send a serialized transaction and receive back a naive fee estimate. Note: `partialFee` does not include any tips that you may add to increase a transaction's priority. See the reference on `compute_fee`. Replaces `/tx/fee-estimate` from versions < v1.0.0. Substrate Reference: - `RuntimeDispatchInfo`: https://crates.parity.io/pallet_transaction_payment_rpc_runtime_api/struct.RuntimeDispatchInfo.html - `query_info`: https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.query_info - `compute_fee`: https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.compute_fee\",\"operationId\":\"feeEstimateTransaction\",\"requestBody\":{\"$ref\":\"#/components/requestBodies/Transaction\"},\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFeeEstimate\"}}}},\"500\":{\"description\":\"fee estimation failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFeeEstimateFailure\"}}}}}}},\"/transaction/material\":{\"get\":{\"tags\":[\"transaction\"],\"summary\":\"Get all the network information needed to construct a transaction offline.\",\"description\":\"Returns the material that is universal to constructing any signed transaction offline. Replaces `/tx/artifacts` from versions < v1.0.0.\",\"operationId\":\"getTransactionMaterial\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the transaction construction material.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"noMeta\",\"in\":\"query\",\"schema\":{\"type\":\"boolean\",\"description\":\"If true, does not return metadata hex. This is useful when metadata is not needed and response time is a concern. Defaults to false.\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionMaterial\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/pallets/assets/{assetId}/asset-info\":{\"get\":{\"tags\":[\"pallets\"],\"summary\":\"Get information and metadata associated with an asset.\",\"description\":\"Returns information associated with an asset which includes the assets `AssetDetails` and `AssetMetadata`.\",\"operationId\":\"getAssetById\",\"parameters\":[{\"name\":\"assetId\",\"in\":\"path\",\"description\":\"The unsignedInteger Id of an asset.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the assetInfo.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/PalletsAssetsInfo\"}}}}}}},\"/pallets/staking/progress\":{\"get\":{\"tags\":[\"staking\",\"pallets\"],\"summary\":\"Get progress on the general Staking pallet system.\",\"description\":\"Returns information on the progress of key components of the staking system and estimates of future points of interest. Replaces `/staking-info` from versions < v1.0.0.\",\"operationId\":\"getStakingProgress\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve a staking progress report.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/StakingProgress\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/runtime/metadata\":{\"get\":{\"tags\":[\"runtime\"],\"summary\":\"Get the runtime metadata in decoded, JSON form.\",\"description\":\"Returns the runtime metadata as a JSON object. Substrate Reference: - FRAME Support: https://crates.parity.io/frame_support/metadata/index.html - Knowledge Base: https://substrate.dev/docs/en/knowledgebase/runtime/metadata\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the metadata at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"description\":\"Response is dependent on the runtime metadata contents.\"}}}}}}},\"/runtime/code\":{\"get\":{\"tags\":[\"runtime\"],\"summary\":\"Get the runtime wasm blob.\",\"description\":\"Returns the runtime Wasm blob in hex format.\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the runtime wasm blob at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/RuntimeCode\"}}}}}}},\"/runtime/spec\":{\"get\":{\"tags\":[\"runtime\"],\"summary\":\"Get version information of the Substrate runtime.\",\"description\":\"Returns version information related to the runtime.\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve runtime version information at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/RuntimeSpec\"}}}}}}},\"/pallets/{palletId}/storage\":{\"get\":{\"tags\":[\"pallets\"],\"summary\":\"Get a list of storage items for a pallet.\",\"description\":\"Returns a list of storage item metadata for storage items of the specified palletId.\",\"parameters\":[{\"name\":\"palletId\",\"in\":\"path\",\"description\":\"Name or index of the pallet to query the storage of. Note: the pallet name must match what is specified in the runtime metadata.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"onlyIds\",\"in\":\"query\",\"description\":\"Only return the names (IDs) of the storage items instead of all of each storage item's metadata.\",\"required\":false,\"schema\":{\"type\":\"boolean\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve a list of the pallet's storage items.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"array\",\"description\":\"Pallet info and Array of storageItemIds.\",\"items\":{\"$ref\":\"#/components/schemas/PalletStorage\"}}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"could not find pallet with palletId\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/pallets/{palletId}/storage/{storageItemId}\":{\"get\":{\"tags\":[\"pallets\"],\"summary\":\"Get the value of a storage item.\",\"description\":\"Returns the value stored under the storageItemId. If it is a map, query param key1 is required. If the storage item is double map query params key1 and key2 are required.\",\"parameters\":[{\"name\":\"palletId\",\"in\":\"path\",\"description\":\"Name or index of the pallet to query the storage of. Note: pallet name aligns with pallet name as specified in runtime metadata.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"storageItemId\",\"in\":\"path\",\"description\":\"Id of the storage item to query for.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"key1\",\"in\":\"query\",\"description\":\"Key for a map, or first key for a double map. Required for querying a map.\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"name\":\"key2\",\"in\":\"query\",\"description\":\"Second key for a double map. Required for querying a double map.\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query the storage item at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"metadata\",\"in\":\"query\",\"description\":\"Include the storage items metadata (including documentation) if set to true.\",\"required\":false,\"schema\":{\"default\":false,\"type\":\"boolean\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/PalletStorageItem\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"could not find resource with with id\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/experimental/paras\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] List all registered paras\\n(parathreads & parachains).\\n\",\"description\":\"Returns all registered parachains and parathreads with lifecycle info.\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve paras list at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Paras\"}}}}}}},\"/experimental/paras/leases/current\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get general information about\\nthe current lease period.\\n\",\"description\":\"Returns an overview of the current lease period, including lease holders.\\n\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve current lease period info at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"currentLeaseHolders\",\"in\":\"query\",\"description\":\"Wether or not to include the `currentLeaseHolders` property. Inclusion\\nof the property will likely result in a larger payload and increased\\nresponse time.\\n\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":true}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasLeasesCurrent\"}}}}}}},\"/experimental/paras/auctions/current\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get the status of the current\\nauction.\\n\",\"description\":\"Returns an overview of the current of auction. There is only one auction\\nat a time. If there is no auction most fields will be `null`.\\n\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve auction progress at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasAuctionsCurrent\"}}}}}}},\"/experimental/paras/crowdloans\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] List all stored crowdloans.\\n\",\"description\":\"Returns a list of all the crowdloans and their associated paraIds.\\n\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the list of paraIds that have crowdloans at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasCrowdloans\"}}}}}}},\"/experimental/paras/{paraId}/crowdloan-info\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get crowdloan information for a\\n`paraId`.\\n\",\"description\":\"Returns crowdloan's `fundInfo` and the set of `leasePeriods` the crowdloan`\\ncovers.\\n\",\"parameters\":[{\"name\":\"paraId\",\"in\":\"path\",\"description\":\"paraId to query the crowdloan information of.\",\"required\":true,\"schema\":{\"type\":\"number\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve info at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasCrowdloanInfo\"}}}}}}},\"/experimental/paras/{paraId}/lease-info\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get current and future leases\\nas well as the lifecycle stage for a given `paraId`.\\n\",\"description\":\"Returns a list of leases that belong to the `paraId` as well as the\\n`paraId`'s current lifecycle stage.\\n\",\"parameters\":[{\"name\":\"paraId\",\"in\":\"path\",\"description\":\"paraId to query the crowdloan information of.\",\"required\":true,\"schema\":{\"type\":\"number\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve para's leases at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasLeaseInfo\"}}}}}}},\"/experimental/blocks/head/traces\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get traces for the most\\nrecently finalized block.\\n\",\"description\":\"Returns traces (spans and events) of the most recently finalized block from\\nRPC `state_straceBlock`. Consult the [RPC docs](https://github.com/paritytech/substrate/blob/aba876001651506f85c14baf26e006b36092e1a0/client/rpc-api/src/state/mod.rs#L140)\\nfor conceptual info.\\n\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTrace\"}}}}}}},\"/experimental/blocks/{blockId}/traces\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get traces for the given `blockId`.\\n\",\"description\":\"Returns traces (spans and events) of the specified block from\\nRPC `state_straceBlock`. Consult the [RPC docs](https://github.com/paritytech/substrate/blob/aba876001651506f85c14baf26e006b36092e1a0/client/rpc-api/src/state/mod.rs#L140) for conceptual info.\\n\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTrace\"}}}}}}},\"/experimental/blocks/head/traces/operations\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get the operations from the\\nmost recently finalized block.\\n\",\"description\":\"Returns the operations from the most recently finalized block. Operations\\nrepresent one side of a balance change. For example if Alice transfers\\n100unit to Bob there will be two operations; 1) Alice - 100 2) Bob + 100.\\n\\nGiven account A and A's balance at block k0 (Ak0), if we sum all the\\noperations for A from block k1 through kn against Ak0, we will end up\\nwith A's balance at block kn (Akn). Thus, operations can be used to audit\\nthat balances change as expected.\\n\\nThis is useful for Substrate based chains because the advanced business\\nlogic can make it difficult to ensure auditable balance reconciliation\\nbased purely on events. Instead of using events one can use the\\noperations given from this endpoint.\\n\\nNote - each operation corresponds to a delta of a single field of the\\n`system::AccountData` storage item (i.e `free`, `reserved`, `misc_frozen`\\nand `fee_frozen`).\\nNote - operations are assigned a block execution phase (and extrinsic index\\nfor those in the apply extrinsic phase) based on an \\\"action group\\\". For\\nexample all the operations for 1 extrinsic will be in the same action group.\\nThe action groups can optionally be fetched with the `action` query param\\nfor closer auditing.\\nNote - There are no 0 value operations (e.g. a transfer of 0, or a\\ntransfer to itself)\\n\\nTo learn more about operation and action group creation please consult\\n[this diagram](https://docs.google.com/drawings/d/1vZoJo9jaXlz0LmrdTOgHck9_1LsfuQPRmTr-5g1tOis/edit?usp=sharing)\\n\",\"parameters\":[{\"name\":\"actions\",\"in\":\"query\",\"description\":\"Whether or not to include action groups.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTraceOperations\"}}}}}}},\"/experimental/blocks/{blockId}/traces/operations\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get the operations from the\\nspecified block.\\n\",\"description\":\"Returns the operations from the most recently finalized block. Operations\\nrepresent one side of a balance change. For example if Alice transfers\\n100unit to Bob there will be two operations; 1) Alice - 100 2) Bob + 100.\\n\\nGiven account A and A's balance at block k0 (Ak0), if we sum all the\\noperations for A from block k1 through kn against Ak0, we will end up\\nwith A's balance at block kn (Akn). Thus, operations can be used to audit\\nthat balances change as expected.\\n\\nThis is useful for Substrate based chains because the advanced business\\nlogic can make it difficult to ensure auditable balance reconciliation\\nbased purely on events. Instead of using events one can use the\\noperations given from this endpoint.\\n\\nNote - each operation corresponds to a delta of a single field of the\\n`system::AccountData` storage item (i.e `free`, `reserved`, `misc_frozen`\\nand `fee_frozen`).\\nNote - operations are assigned a block execution phase (and extrinsic index\\nfor those in the apply extrinsic phase) based on an \\\"action group\\\". For\\nexample all the operations for 1 extrinsic will be in the same action group.\\nThe action groups can optionally be fetched with the `action` query param\\nfor closer auditing.\\nNote - There are no 0 value operations (e.g. a transfer of 0, or a\\ntransfer to itself)\\n\\nTo learn more about operation and action group creation please consult\\n[this diagram](https://docs.google.com/drawings/d/1vZoJo9jaXlz0LmrdTOgHck9_1LsfuQPRmTr-5g1tOis/edit?usp=sharing)\\n\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}},{\"name\":\"actions\",\"in\":\"query\",\"description\":\"Whether or not to include action groups.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTraceOperations\"}}}}}}}},\"components\":{\"schemas\":{\"BalanceLock\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"An identifier for this lock. Only one lock may be in existence for each identifier.\"},\"amount\":{\"type\":\"string\",\"description\":\"The amount below which the free balance may not drop with this lock in effect.\",\"format\":\"unsignedInteger\"},\"reasons\":{\"type\":\"string\",\"description\":\"Reasons for withdrawing balance.\",\"enum\":[\"Fee = 0\",\"Misc = 1\",\"All = 2\"]}}},\"AccountBalanceInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"nonce\":{\"type\":\"string\",\"description\":\"Account nonce.\",\"format\":\"unsignedInteger\"},\"tokenSymbol\":{\"type\":\"string\",\"description\":\"Token symbol of the balances displayed in this response.\",\"format\":\"unsignedInteger\"},\"free\":{\"type\":\"string\",\"description\":\"Free balance of the account. Not equivalent to _spendable_ balance. This is the only balance that matters in terms of most operations on tokens.\",\"format\":\"unsignedInteger\"},\"reserved\":{\"type\":\"string\",\"description\":\"Reserved balance of the account.\",\"format\":\"unsignedInteger\"},\"miscFrozen\":{\"type\":\"string\",\"description\":\"The amount that `free` may not drop below when withdrawing for anything except transaction fee payment.\",\"format\":\"unsignedInteger\"},\"feeFrozen\":{\"type\":\"string\",\"description\":\"The amount that `free` may not drop below when withdrawing specifically for transaction fee payment.\",\"format\":\"unsignedInteger\"},\"locks\":{\"type\":\"array\",\"description\":\"Array of locks on a balance. There can be many of these on an account and they \\\"overlap\\\", so the same balance is frozen by multiple locks\",\"items\":{\"$ref\":\"#/components/schemas/BalanceLock\"}}}},\"AccountAssetsBalances\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"assets\":{\"type\":\"array\",\"description\":\"An array of queried assets.\",\"items\":{\"$ref\":\"#/components/schemas/AssetsBalance\"}}}},\"AssetsBalance\":{\"type\":\"object\",\"properties\":{\"assetId\":{\"type\":\"string\",\"description\":\"The identifier of the asset.\",\"format\":\"unsignedInteger\"},\"balance\":{\"type\":\"string\",\"description\":\"The balance of the asset.\",\"format\":\"unsignedInteger\"},\"isFrozen\":{\"type\":\"boolean\",\"description\":\"Whether the asset is frozen for non-admin transfers.\"},\"isSufficient\":{\"type\":\"boolean\",\"description\":\"Whether a non-zero balance of this asset is a deposit of sufficient value to account for the state bloat associated with its balance storage. If set to `true`, then non-zero balances may be stored without a `consumer` reference (and thus an ED in the Balances pallet or whatever else is used to control user-account state growth).\"}}},\"AccountAssetsApproval\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"amount\":{\"type\":\"string\",\"description\":\"The amount of funds approved for the balance transfer from the owner to some delegated target.\",\"format\":\"unsignedInteger\"},\"deposit\":{\"type\":\"string\",\"description\":\"The amount reserved on the owner's account to hold this item in storage.\",\"format\":\"unsignedInteger\"}}},\"PalletsAssetsInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"assetInfo\":{\"$ref\":\"#/components/schemas/AssetInfo\"},\"assetMetadata\":{\"$ref\":\"#/components/schemas/AssetMetadata\"}}},\"AssetInfo\":{\"type\":\"object\",\"properties\":{\"owner\":{\"type\":\"string\",\"description\":\"Owner of the assets privileges.\",\"format\":\"SS58\"},\"issuer\":{\"type\":\"string\",\"description\":\"The `AccountId` able to mint tokens.\",\"format\":\"SS58\"},\"admin\":{\"type\":\"string\",\"description\":\"The `AccountId` that can thaw tokens, force transfers and burn token from any account.\",\"format\":\"SS58\"},\"freezer\":{\"type\":\"string\",\"description\":\"The `AccountId` that can freeze tokens.\",\"format\":\"SS58\"},\"supply\":{\"type\":\"string\",\"description\":\"The total supply across accounts.\",\"format\":\"unsignedInteger\"},\"deposit\":{\"type\":\"string\",\"description\":\"The balance deposited for this. This pays for the data stored.\",\"format\":\"unsignedInteger\"},\"minBalance\":{\"type\":\"string\",\"description\":\"The ED for virtual accounts.\",\"format\":\"unsignedInteger\"},\"isSufficient\":{\"type\":\"boolean\",\"description\":\"If `true`, then any account with this asset is given a provider reference. Otherwise, it requires a consumer reference.\"},\"accounts\":{\"type\":\"string\",\"description\":\"The total number of accounts.\",\"format\":\"unsignedInteger\"},\"sufficients\":{\"type\":\"string\",\"description\":\"The total number of accounts for which is placed a self-sufficient reference.\"},\"approvals\":{\"type\":\"string\",\"description\":\"The total number of approvals.\",\"format\":\"unsignedInteger\"},\"isFrozen\":{\"type\":\"boolean\",\"description\":\"Whether the asset is frozen for non-admin transfers.\"}}},\"AssetMetadata\":{\"type\":\"object\",\"properties\":{\"deposit\":{\"type\":\"string\",\"description\":\"The balance deposited for this metadata. This pays for the data stored in this struct.\",\"format\":\"unsignedInteger\"},\"name\":{\"type\":\"string\",\"description\":\"The user friendly name of this asset.\",\"format\":\"$hex\"},\"symbol\":{\"type\":\"string\",\"description\":\"The ticker symbol for this asset.\",\"format\":\"$hex\"},\"decimals\":{\"type\":\"string\",\"description\":\"The number of decimals this asset uses to represent one unit.\",\"format\":\"unsignedInteger\"},\"isFrozen\":{\"type\":\"boolean\",\"description\":\"Whether the asset metadata may be changed by a non Force origin.\"}}},\"StakingLedger\":{\"type\":\"object\",\"properties\":{\"stash\":{\"type\":\"string\",\"description\":\"The _Stash_ account whose balance is actually locked and at stake.\",\"format\":\"ss58\"},\"total\":{\"type\":\"string\",\"description\":\"The total amount of the _Stash_'s balance that we are currently accounting for. Simply `active + unlocking`.\",\"format\":\"unsignedInteger\"},\"active\":{\"type\":\"string\",\"description\":\"The total amount of the _Stash_'s balance that will be at stake in any forthcoming eras.\",\"format\":\"unsignedInteger\"},\"unlocking\":{\"type\":\"string\",\"description\":\"Any balance that is becoming free, which may eventually be transferred out of the _Stash_ (assuming it doesn't get slashed first). Represented as an array of objects, each with an `era` at which `value` will be unlocked.\",\"format\":\"unsignedInteger\"},\"claimedRewards\":{\"type\":\"array\",\"description\":\"Array of eras for which the stakers behind a validator have claimed rewards. Only updated for _validators._\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"description\":\"The staking ledger.\"},\"Nominations\":{\"type\":\"object\",\"properties\":{\"targets\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"The targets of the nomination.\"},\"submittedIn\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The era the nominations were submitted. (Except for initial nominations which are considered submitted at era 0.)\"},\"suppressed\":{\"type\":\"boolean\",\"description\":\"Whether the nominations have been suppressed.\"}}},\"AccountStakingInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"rewardDestination\":{\"type\":\"string\",\"description\":\"The account to which rewards will be paid. Can be 'Staked' (Stash account, adding to the amount at stake), 'Stash' (Stash address, not adding to the amount at stake), or 'Controller' (Controller address).\",\"format\":\"ss58\",\"enum\":[\"Staked\",\"Stash\",\"Controller\"]},\"controller\":{\"type\":\"string\",\"description\":\"Controller address for the given Stash.\",\"format\":\"ss58\"},\"numSlashingSpans\":{\"type\":\"string\",\"description\":\"Number of slashing spans on Stash account; `null` if provided address is not a Controller.\",\"format\":\"unsignedInteger\"},\"nominations\":{\"$ref\":\"#/components/schemas/Nominations\"},\"stakingLedger\":{\"$ref\":\"#/components/schemas/StakingLedger\"}},\"description\":\"Note: Runtime versions of Kusama less than 1062 will either have `lastReward` in place of `claimedRewards`, or no field at all. This is related to changes in reward distribution. See: [Lazy Payouts](https://github.com/paritytech/substrate/pull/4474), [Simple Payouts](https://github.com/paritytech/substrate/pull/5406)\"},\"Payouts\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"validatorId\":{\"type\":\"string\",\"description\":\"AccountId of the validator the payout is coming from.\"},\"nominatorStakingPayout\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Payout for the reward destination associated with the accountId the query was made for.\"},\"claimed\":{\"type\":\"boolean\",\"description\":\"Whether or not the reward has been claimed.\"},\"totalValidatorRewardPoints\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Number of reward points earned by the validator.\"},\"validatorCommission\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The percentage of the total payout that the validator takes as commission, expressed as a Perbill.\"},\"totalValidatorExposure\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The sum of the validator's and its nominators' stake.\"},\"nominatorExposure\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The amount of stake the nominator has behind the validator.\"}},\"description\":\"Payout for a nominating _Stash_ address and information about the validator they were nominating.\"}},\"AccountStakingPayouts\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"erasPayouts\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"era\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Era this information is associated with.\"},\"totalEraRewardPoints\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Total reward points for the era. Equals the sum of reward points for all the validators in the set.\"},\"totalEraPayout\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Total payout for the era. Validators split the payout based on the portion of `totalEraRewardPoints` they have.\"},\"payouts\":{\"$ref\":\"#/components/schemas/Payouts\"}}}}}},\"VestingSchedule\":{\"type\":\"object\",\"properties\":{\"locked\":{\"type\":\"string\",\"description\":\"Number of tokens locked at start.\",\"format\":\"unsignedInteger\"},\"perBlock\":{\"type\":\"string\",\"description\":\"Number of tokens that gets unlocked every block after `startingBlock`.\",\"format\":\"unsignedInteger\"},\"startingBlock\":{\"type\":\"string\",\"description\":\"Starting block for unlocking (vesting).\",\"format\":\"unsignedInteger\"}},\"description\":\"Vesting schedule for an account.\"},\"AccountVestingInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"vesting\":{\"$ref\":\"#/components/schemas/VestingSchedule\"}}},\"BlockIdentifiers\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"description\":\"The block's hash.\",\"format\":\"hex\"},\"height\":{\"type\":\"string\",\"description\":\"The block's height.\",\"format\":\"unsignedInteger\"}},\"description\":\"Block number and hash at which the call was made.\"},\"DigestItem\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"index\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"value\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"SanitizedEvent\":{\"type\":\"object\",\"properties\":{\"method\":{\"type\":\"string\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"Signature\":{\"type\":\"object\",\"properties\":{\"signature\":{\"type\":\"string\",\"format\":\"hex\"},\"signer\":{\"type\":\"string\",\"format\":\"ss58\"}},\"description\":\"Object with `signature` and `signer`, or `null` if unsigned.\"},\"RuntimeDispatchInfo\":{\"type\":\"object\",\"properties\":{\"weight\":{\"type\":\"string\",\"description\":\"Extrinsic weight.\"},\"class\":{\"type\":\"string\",\"description\":\"Extrinsic class.\",\"enum\":[\"Normal\",\"Operational\",\"Mandatory\"]},\"partialFee\":{\"type\":\"string\",\"description\":\"The _inclusion fee_ of a transaction, i.e. the minimum fee required for a transaction. Includes weight and encoded length fees, but does not have access to any signed extensions, e.g. the `tip`.\",\"format\":\"unsignedInteger\"}},\"description\":\"RuntimeDispatchInfo for the transaction. Includes the `partialFee`.\"},\"ExtrinsicMethod\":{\"type\":\"object\",\"properties\":{\"pallet\":{\"type\":\"string\"},\"methodName\":{\"type\":\"string\"}},\"description\":\"Extrinsic method\"},\"Extrinsic\":{\"type\":\"object\",\"properties\":{\"method\":{\"$ref\":\"#/components/schemas/ExtrinsicMethod\"},\"signature\":{\"$ref\":\"#/components/schemas/Signature\"},\"nonce\":{\"type\":\"string\",\"description\":\"Account nonce, if applicable.\",\"format\":\"unsignedInteger\"},\"args\":{\"type\":\"object\",\"description\":\"Object of arguments keyed by parameter name. Note: if you are expecting an [`OpaqueCall`](https://substrate.dev/rustdocs/v2.0.0/pallet_multisig/type.OpaqueCall.html) and it is not decoded in the response (i.e. it is just a hex string), then Sidecar was not able to decode it and likely that it is not a valid call for the runtime.\"},\"tip\":{\"type\":\"string\",\"description\":\"Any tip added to the transaction.\",\"format\":\"unsignedInteger\"},\"hash\":{\"type\":\"string\",\"description\":\"The transaction's hash.\",\"format\":\"hex\"},\"info\":{\"$ref\":\"#/components/schemas/RuntimeDispatchInfo\"},\"events\":{\"type\":\"array\",\"description\":\"An array of `SanitizedEvent`s that occurred during extrinsic execution.\",\"items\":{\"$ref\":\"#/components/schemas/SanitizedEvent\"}},\"success\":{\"type\":\"boolean\",\"description\":\"Whether or not the extrinsic succeeded.\"},\"paysFee\":{\"type\":\"boolean\",\"description\":\"Whether the extrinsic requires a fee. Careful! This field relates to whether or not the extrinsic requires a fee if called as a transaction. Block authors could insert the extrinsic as an inherent in the block and not pay a fee. Always check that `paysFee` is `true` and that the extrinsic is signed when reconciling old blocks.\"}}},\"ExtrinsicIndex\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"extrinsic\":{\"$ref\":\"#/components/schemas/Extrinsic\"}},\"description\":\"A single extrinsic at a given block.\"},\"BlockInitialize\":{\"type\":\"object\",\"properties\":{\"events\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/SanitizedEvent\"}}},\"description\":\"Object with an array of `SanitizedEvent`s that occurred during block initialization with the `method` and `data` for each.\"},\"BlockFinalize\":{\"type\":\"object\",\"properties\":{\"events\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/SanitizedEvent\"}}},\"description\":\"Object with an array of `SanitizedEvent`s that occurred during block construction finalization with the `method` and `data` for each.\"},\"Block\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"description\":\"The block's hash.\",\"format\":\"hex\"},\"number\":{\"type\":\"string\",\"description\":\"The block's height.\",\"format\":\"unsignedInteger\"},\"parentHash\":{\"type\":\"string\",\"description\":\"The hash of the parent block.\",\"format\":\"hex\"},\"stateRoot\":{\"type\":\"string\",\"description\":\"The state root after executing this block.\",\"format\":\"hex\"},\"extrinsicRoot\":{\"type\":\"string\",\"description\":\"The Merkle root of the extrinsics.\",\"format\":\"hex\"},\"authorId\":{\"type\":\"string\",\"description\":\"The account ID of the block author (may be undefined for some chains).\",\"format\":\"ss58\"},\"logs\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/DigestItem\"},\"description\":\"Array of `DigestItem`s associated with the block.\"},\"onInitialize\":{\"$ref\":\"#/components/schemas/BlockInitialize\"},\"extrinsics\":{\"type\":\"array\",\"description\":\"Array of extrinsics (inherents and transactions) within the block.\",\"items\":{\"$ref\":\"#/components/schemas/Extrinsic\"}},\"onFinalize\":{\"$ref\":\"#/components/schemas/BlockFinalize\"},\"finalized\":{\"type\":\"boolean\",\"description\":\"A boolean identifying whether the block is finalized or not. Note: on chains that do not have deterministic finality this field is omitted.\"}},\"description\":\"Note: Block finalization does not correspond to consensus, i.e. whether the block is in the canonical chain. It denotes the finalization of block _construction._\"},\"NodeVersion\":{\"type\":\"object\",\"properties\":{\"clientVersion\":{\"type\":\"string\",\"description\":\"Node's binary version.\"},\"clientImplName\":{\"type\":\"string\",\"description\":\"Node's implementation name.\"},\"chain\":{\"type\":\"string\",\"description\":\"Node's chain name.\"}},\"description\":\"Version information of the node.\"},\"NodeRole\":{\"type\":\"string\",\"description\":\"Role of this node. (N.B. Sentry nodes are being deprecated.)\",\"enum\":[\"Full\",\"LightClient\",\"Authority\",\"Sentry\"]},\"PeerInfo\":{\"type\":\"object\",\"properties\":{\"peerId\":{\"type\":\"string\",\"description\":\"Peer ID.\"},\"roles\":{\"type\":\"string\",\"description\":\"Roles the peer is running\"},\"protocolVersion\":{\"type\":\"string\",\"description\":\"Peer's protocol version.\",\"format\":\"unsignedInteger\"},\"bestHash\":{\"type\":\"string\",\"description\":\"Hash of the best block on the peer's canon chain.\",\"format\":\"hex\"},\"bestNumber\":{\"type\":\"string\",\"description\":\"Height of the best block on the peer's canon chain.\",\"format\":\"unsignedInteger\"}}},\"NodeNetwork\":{\"type\":\"object\",\"properties\":{\"nodeRoles\":{\"$ref\":\"#/components/schemas/NodeRole\"},\"numPeers\":{\"type\":\"string\",\"description\":\"Number of peers the node is connected to.\",\"format\":\"unsignedInteger\"},\"isSyncing\":{\"type\":\"boolean\",\"description\":\"Whether or not the node is syncing. `False` indicates that the node is in sync.\"},\"shouldHavePeers\":{\"type\":\"boolean\",\"description\":\"Whether or not the node should be connected to peers. Might be false for local chains or when running without discovery.\"},\"localPeerId\":{\"type\":\"string\",\"description\":\"Local copy of the `PeerId`.\"},\"localListenAddresses\":{\"type\":\"array\",\"description\":\"Multiaddresses that the local node is listening on. The addresses include a trailing `/p2p/` with the local PeerId, and are thus suitable to be passed to `system_addReservedPeer` or as a bootnode address for example.\",\"items\":{\"type\":\"string\"}},\"peersInfo\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/PeerInfo\"}}}},\"RuntimeSpec\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"authoringVersion\":{\"type\":\"string\",\"description\":\"The version of the authorship interface. An authoring node will not attempt to author blocks unless this is equal to its native runtime.\"},\"chainType\":{\"type\":\"string\",\"description\":\"Type of the chain.\",\"enum\":[\"Development\",\"Local\",\"Live\"]},\"implVersion\":{\"type\":\"string\",\"description\":\"Version of the implementation specification. Non-consensus-breaking optimizations are about the only changes that could be made which would result in only the `impl_version` changing. The `impl_version` is set to 0 when `spec_version` is incremented.\"},\"specName\":{\"type\":\"string\",\"description\":\"Identifies the different Substrate runtimes.\"},\"specVersion\":{\"type\":\"string\",\"description\":\"Version of the runtime specification.\"},\"transactionVersion\":{\"type\":\"string\",\"description\":\"All existing dispatches are fully compatible when this number doesn't change. This number must change when an existing dispatchable (module ID, dispatch ID) is changed, either through an alteration in its user-level semantics, a parameter added/removed/changed, a dispatchable being removed, a module being removed, or a dispatchable/module changing its index.\"},\"properties\":{\"type\":\"object\",\"description\":\"Arbitrary properties defined in the chain spec.\"}},\"description\":\"Version information related to the runtime.\"},\"UnappliedSlash\":{\"type\":\"object\",\"properties\":{\"validator\":{\"type\":\"string\",\"description\":\"Stash account ID of the offending validator.\",\"format\":\"ss58\"},\"own\":{\"type\":\"string\",\"description\":\"The amount the validator will be slashed.\",\"format\":\"unsignedInteger\"},\"others\":{\"type\":\"array\",\"description\":\"Array of tuples(`[accountId, amount]`) representing all the stashes of other slashed stakers and the amount they will be slashed.\",\"items\":{\"type\":\"string\",\"format\":\"tuple[ss58, unsignedInteger]\"}},\"reporters\":{\"type\":\"array\",\"description\":\"Array of account IDs of the reporters of the offense.\",\"items\":{\"type\":\"string\",\"format\":\"ss58\"}},\"payout\":{\"type\":\"string\",\"description\":\"Amount of bounty payout to reporters.\",\"format\":\"unsignedInteger\"}}},\"ElectionStatus\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"object\",\"description\":\"[Deprecated](Works for polkadot runtimes before v0.8.30).\\nEra election status: either `Close: null` or `Open: `. A status of `Close` indicates that the submission window for solutions from off-chain Phragmen is not open. A status of `Open` indicates that the submission window for off-chain Phragmen solutions has been open since BlockNumber. N.B. when the submission window is open, certain extrinsics are not allowed because they would mutate the state that the off-chain Phragmen calculation relies on for calculating results.\"},\"toggleEstimate\":{\"type\":\"string\",\"description\":\"Upper bound estimate of the block height at which the `status` will switch.\",\"format\":\"unsignedInteger\"}},\"description\":\"Information about the off-chain election. Not included in response when `forceEra.isForceNone`.\"},\"StakingProgress\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"activeEra\":{\"type\":\"string\",\"description\":\"`EraIndex` of the era being rewarded.\\n\",\"format\":\"unsignedInteger\"},\"forceEra\":{\"type\":\"string\",\"description\":\"Current status of era forcing.\",\"enum\":[\"ForceNone\",\"NotForcing\",\"ForceAlways\",\"ForceNew\"]},\"nextActiveEraEstimate\":{\"type\":\"string\",\"description\":\"Upper bound estimate of the block height at which the next active era will start. Not included in response when `forceEra.isForceNone`.\",\"format\":\"unsignedInteger\"},\"nextSessionEstimate\":{\"type\":\"string\",\"description\":\"Upper bound estimate of the block height at which the next session will start.\",\"format\":\"unsignedInteger\"},\"unappliedSlashes\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/UnappliedSlash\"},\"description\":\"Array of upcoming `UnappliedSlash` indexed by era.\"},\"electionStatus\":{\"$ref\":\"#/components/schemas/ElectionStatus\"},\"idealValidatorCount\":{\"type\":\"string\",\"description\":\"Upper bound of validator set size; considered the ideal size. Not included in response when `forceEra.isForceNone`.\",\"format\":\"unsignedInteger\"},\"validatorSet\":{\"type\":\"array\",\"description\":\"Stash account IDs of the validators for the current session. Not included in response when `forceEra.isForceNone`.\",\"items\":{\"type\":\"string\",\"format\":\"ss58\"}}}},\"TransactionDryRun\":{\"type\":\"object\",\"properties\":{\"resultType\":{\"type\":\"string\",\"enum\":[\"DispatchOutcome\",\"TransactionValidityError\"],\"description\":\"Either `DispatchOutcome` if the transaction is valid or `TransactionValidityError` if the result is invalid.\"},\"result\":{\"type\":\"string\",\"enum\":[\"Ok\",\"CannotLookup\",\"NoUnsignedValidator\",\"Custom(u8)\",\"Call\",\"Payment\",\"Future\",\"Stale\",\"BadProof\",\"AncientBirthBlock\",\"ExhaustsResources\",\"BadMandatory\",\"MandatoryDispatch\"],\"description\":\"If there was an error it will be the cause of the error. If the transaction executed correctly it will be `Ok: []`\"},\"validityErrorType\":{\"type\":\"string\",\"enum\":[\"InvalidTransaction\",\"UnknownTransaction\"]}},\"description\":\"References: - `UnknownTransaction`: https://crates.parity.io/sp_runtime/transaction_validity/enum.UnknownTransaction.html - `InvalidTransaction`: https://crates.parity.io/sp_runtime/transaction_validity/enum.InvalidTransaction.html\"},\"Transaction\":{\"type\":\"object\",\"properties\":{\"tx\":{\"type\":\"string\",\"format\":\"hex\"}}},\"TransactionMaterial\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"genesisHash\":{\"type\":\"string\",\"description\":\"The hash of the chain's genesis block.\",\"format\":\"blockHash\"},\"chainName\":{\"type\":\"string\",\"description\":\"The chain's name.\"},\"specName\":{\"type\":\"string\",\"description\":\"The chain's spec.\"},\"specVersion\":{\"type\":\"string\",\"description\":\"The spec version. Always increased in a runtime upgrade.\"},\"txVersion\":{\"type\":\"string\",\"description\":\"The transaction version. Common `txVersion` numbers indicate that the transaction encoding format and method indices are the same. Needed for decoding in an offline environment. Adding new transactions does not change `txVersion`.\"},\"metadata\":{\"type\":\"string\",\"description\":\"The chain's metadata in hex format.\",\"format\":\"hex\"}},\"description\":\"Note: `chainName`, `specName`, and `specVersion` are used to define a type registry with a set of signed extensions and types. For Polkadot and Kusama, `chainName` is not used in defining this registry, but in other Substrate-based chains that re-launch their network without changing the `specName`, the `chainName` would be needed to create the correct registry. Substrate Reference: - `RuntimeVersion`: https://crates.parity.io/sp_version/struct.RuntimeVersion.html - `SignedExtension`: https://crates.parity.io/sp_runtime/traits/trait.SignedExtension.html - FRAME Support: https://crates.parity.io/frame_support/metadata/index.html\"},\"TransactionSuccess\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"description\":\"The hash of the encoded transaction.\"}}},\"TransactionFailedToParse\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"error\":{\"type\":\"string\",\"description\":\"`Failed to parse a tx.`\"},\"transaction\":{\"type\":\"string\",\"format\":\"hex\"},\"cause\":{\"type\":\"string\"},\"stack\":{\"type\":\"string\"}},\"description\":\"Error message when Sidecar fails to parse the transaction.\"},\"TransactionFailedToSubmit\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"error\":{\"type\":\"string\",\"description\":\"Failed to submit transaction.\"},\"transaction\":{\"type\":\"string\",\"format\":\"hex\"},\"cause\":{\"type\":\"string\"},\"stack\":{\"type\":\"string\"}},\"description\":\"Error message when the node rejects the submitted transaction.\"},\"TransactionFailure\":{\"oneOf\":[{\"$ref\":\"#/components/schemas/TransactionFailedToSubmit\"},{\"$ref\":\"#/components/schemas/TransactionFailedToParse\"}]},\"TransactionFeeEstimateFailure\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"at\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\"}}},\"error\":{\"type\":\"string\",\"description\":\"Error description.\"},\"transaction\":{\"type\":\"string\",\"format\":\"hex\"},\"block\":{\"type\":\"string\",\"description\":\"Block hash of the block fee estimation was attempted at.\"},\"cause\":{\"type\":\"string\",\"description\":\"Error message from the client.\"},\"stack\":{\"type\":\"string\"}}},\"TransactionFeeEstimate\":{\"type\":\"object\",\"properties\":{\"weight\":{\"type\":\"string\",\"description\":\"Extrinsic weight.\"},\"class\":{\"type\":\"string\",\"description\":\"Extrinsic class.\",\"enum\":[\"Normal\",\"Operational\",\"Mandatory\"]},\"partialFee\":{\"type\":\"string\",\"description\":\"Expected inclusion fee for the transaction. Note that the fee rate changes up to 30% in a 24 hour period and this will not be the exact fee.\",\"format\":\"unsignedInteger\"}},\"description\":\"Note: `partialFee` does not include any tips that you may add to increase a transaction's priority. See [compute_fee](https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.compute_fee).\"},\"TransactionPool\":{\"type\":\"object\",\"properties\":{\"pool\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"H256 hash of the extrinsic.\"},\"encodedExtrinsic\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"Scale encoded extrinsic.\"}}}}}},\"RuntimeCode\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"code\":{\"type\":\"string\",\"format\":\"hex\"}}},\"Error\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"stack\":{\"type\":\"string\"}}},\"PalletStorageType\":{\"type\":\"object\",\"description\":\"Info about the data structure used for storage.\",\"example\":{\"Map\":{\"hasher\":\"Twox64Concat\",\"key\":{\"example\":\"ReferendumIndex\"},\"value\":\"ReferendumInfo\",\"linked\":false}}},\"PalletStorageItemMetadata\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"ReferendumInfoOf\",\"description\":\"The storage item's name (which is the same as the storage item's ID).\"},\"modifier\":{\"type\":\"string\",\"example\":\"Optional\"},\"type\":{\"$ref\":\"#/components/schemas/PalletStorageType\"},\"fallback\":{\"type\":\"string\",\"example\":\"0x00\"},\"documentation\":{\"type\":\"string\",\"example\":\" Information concerning any given referendum.\\n\\n TWOX-NOTE: SAFE as indexes are not under an attacker’s control.\"}},\"description\":\"Metadata of a storage item from a FRAME pallet.\"},\"PalletStorageItem\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"pallet\":{\"type\":\"string\",\"description\":\"Name of the pallet.\",\"example\":\"democracy\"},\"palletIndex\":{\"type\":\"string\",\"description\":\"Index of the pallet for looking up storage.\",\"example\":\"15\"},\"storageItem\":{\"type\":\"string\",\"description\":\"Name of the storage item.\",\"example\":\"referendumInfoOf\"},\"key1\":{\"type\":\"string\",\"description\":\"Key1 query param. Will not show up in response unless it was passed as part of the URI.\",\"example\":\"2\"},\"key2\":{\"type\":\"string\",\"description\":\"Key2 query param. Will not show up in response if not defined in URI.\",\"example\":\"\"},\"value\":{\"type\":\"object\",\"description\":\"Value returned by this storage query.\",\"example\":{\"Ongoing\":{\"end\":\"1612800\",\"proposalHash\":\"0x7de70fc8be782076d0b5772be77153d172a5381c72dd56d3385e25f62abf507e\",\"threshold\":\"Supermajorityapproval\",\"delay\":\"403200\",\"tally\":{\"ayes\":\"41925212461400000\",\"nays\":\"214535586500000\",\"turnout\":\"34485320658000000\"}}}},\"metadata\":{\"$ref\":\"#/components/schemas/PalletStorageItemMetadata\"}}},\"PalletStorage\":{\"type\":\"object\",\"properties\":{\"pallet\":{\"type\":\"string\",\"description\":\"Name of the pallet.\",\"example\":\"democracy\"},\"palletIndex\":{\"type\":\"string\",\"description\":\"Index of the pallet for looking up storage.\",\"example\":\"15\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/PalletStorageItemMetadata\"},\"description\":\"Array containing metadata for each storage entry of the pallet.\"}}},\"ParaLifecycle\":{\"type\":\"string\",\"enum\":[\"onboarding\",\"parathread\",\"parachain\",\"upgradingParathread\",\"downgradingParachain\",\"offboardingParathread\",\"offboardingParachain\"],\"description\":\"The possible states of a para, to take into account delayed lifecycle\\nchanges.\\n\"},\"OnboardingAs\":{\"type\":\"string\",\"enum\":[\"parachain\",\"parathread\"],\"description\":\"This property only shows up when `paraLifecycle=onboarding`. It\\ndescribes if a particular para is onboarding as a `parachain` or a\\n`parathread`.\\n\"},\"Para\":{\"type\":\"object\",\"properties\":{\"paraId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"paraLifecycle\":{\"$ref\":\"#/components/schemas/ParaLifecycle\"},\"onboardingAs\":{\"$ref\":\"#/components/schemas/OnboardingAs\"}}},\"Paras\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"paras\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/Para\"}}}},\"ParasLeasesCurrent\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"leasePeriodIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Current lease period index.\"},\"endOfLeasePeriod\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Last block (number) of the current lease period.\"},\"currentLeaseHolders\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"description\":\"List of `paraId`s that currently hold a lease.\"}}},\"WinningData\":{\"type\":\"object\",\"properties\":{\"bid\":{\"type\":\"object\",\"properties\":{\"accountId\":{\"type\":\"string\"},\"paraId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"amount\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"leaseSet\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"description\":\"A currently winning bid and the set of lease periods the bid is for. The\\n`amount` of the bid is per lease period. The `bid` property will be `null`\\nif no bid has been made for the corresponding `leaseSet`.\\n\"},\"ParasAuctionsCurrent\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"beginEnd\":{\"type\":\"string\",\"format\":\"unisgnedInteger or $null\",\"description\":\"Fist block (number) of the auction ending phase. `null` if there is no ongoing\\nauction.\\n\"},\"finishEnd\":{\"type\":\"string\",\"format\":\"unisgnedInteger or $null\",\"description\":\"Last block (number) of the auction ending phase. `null` if there is no ongoing\\nauction.\\n\"},\"phase\":{\"type\":\"string\",\"enum\":[\"startPeriod\",\"endPeriod\",\"vrfDelay\"],\"description\":\"An auction can be in one of 4 phases. Both `startingPeriod` () and `endingPeriod` indicate\\nan ongoing auction, while `vrfDelay` lines up with the `AuctionStatus::VrfDelay` . Finally, a value of `null`\\nindicates there is no ongoing auction. Keep in mind the that the `finishEnd` field is the block number the \\n`endingPeriod` finishes and the `vrfDelay` period begins. The `vrfDelay` period is typically about an \\nepoch long and no crowdloan contributions are accepted. \\n\"},\"auctionIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The auction number. If there is no current auction this will be the number\\nof the previous auction.\\n\"},\"leasePeriods\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"description\":\"Lease period indexes that may be bid on in this auction. `null` if\\nthere is no ongoing auction.\\n\"},\"winning\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/WinningData\"}}}},\"FundInfo\":{\"type\":\"object\",\"properties\":{\"depositor\":{\"type\":\"string\"},\"verifier\":{\"type\":\"string\"},\"deposit\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"raised\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"end\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"cap\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"lastConstribution\":{\"type\":\"string\",\"enum\":[\"preEnding\",\"ending\"]},\"firstPeriod\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"lastPeriod\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"trieIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"ParasCrowdloans\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"funds\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"paraId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"fundInfo\":{\"$ref\":\"#/components/schemas/FundInfo\"}}},\"description\":\"List of paras that have crowdloans.\\n\"}}},\"ParasCrowdloanInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"fundInfo\":{\"$ref\":\"#/components/schemas/FundInfo\"},\"leasePeriods\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"description\":\"Lease periods the crowdloan can bid on.\"}}},\"ParasLeaseInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"paraLifecycle\":{\"$ref\":\"#/components/schemas/ParaLifecycle\"},\"onboardingAs\":{\"$ref\":\"#/components/schemas/OnboardingAs\"},\"leases\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"leasePeriodIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"account\":{\"type\":\"string\"},\"deposit\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"description\":\"List of lease periods for which the `paraId` holds a lease along with\\nthe deposit held and the associated `accountId`.\\n\"}}},\"TraceSpan\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"name\":{\"type\":\"string\"},\"parentId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"target\":{\"type\":\"string\"},\"wasm\":{\"type\":\"boolean\"}}},\"TraceEventDataStringValues\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"The complete storage key for the entry.\"},\"method\":{\"type\":\"string\",\"description\":\"Normally one of Put or Get.\"},\"result\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"Hex scale encoded storage value.\"}},\"description\":\"Note these exact values will only be present for storage events.\"},\"TraceEvent\":{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"object\",\"properties\":{\"stringValues\":{\"$ref\":\"#/components/schemas/TraceEventDataStringValues\"}}},\"parentId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"target\":{\"type\":\"string\"}}},\"BlocksTrace\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"blockHash\":{\"type\":\"string\"},\"events\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/TraceEvent\"}},\"parentHash\":{\"type\":\"string\"},\"spans\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/TraceSpan\"}},\"storageKeys\":{\"type\":\"string\",\"description\":\"Hex encoded storage keys used to filter events.\"},\"tracingTargets\":{\"type\":\"string\",\"description\":\"Targets used to filter spans and events.\"}}},\"SpanId\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"target\":{\"type\":\"string\"},\"id\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"OperationAmountCurrency\":{\"type\":\"object\",\"properties\":{\"symbol\":{\"type\":\"string\",\"example\":\"KSM\"}}},\"OperationAmount\":{\"type\":\"object\",\"properties\":{\"values\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"currency\":{\"$ref\":\"#/components/schemas/OperationAmountCurrency\"}}},\"OperationPhase\":{\"type\":\"object\",\"properties\":{\"variant\":{\"type\":\"string\",\"enum\":[\"onInitialize\",\"initialChecks\",\"applyExtrinsic\",\"onFinalize\",\"finalChecks\"],\"description\":\"Phase of block execution pipeline.\"},\"extrinsicIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"If phase variant is `applyExtrinsic` this will be the index of\\nthe extrinsic. Otherwise this field will not be present.\\n\"}}},\"Operation\":{\"type\":\"object\",\"properties\":{\"phase\":{\"$ref\":\"#/components/schemas/OperationPhase\"},\"parentSpanId\":{\"$ref\":\"#/components/schemas/SpanId\"},\"primarySpanId\":{\"$ref\":\"#/components/schemas/SpanId\"},\"eventIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Index of the underlying trace event.\"},\"address\":{\"type\":\"string\",\"description\":\"Account this operation affects. Note - this will be an object like\\n`{ id: address }` if the network uses `MultiAddress`\\n\"},\"storage\":{\"type\":\"object\",\"properties\":{\"pallet\":{\"type\":\"string\"},\"item\":{\"type\":\"string\"},\"field1\":{\"type\":\"string\",\"description\":\"A field of the storage item. (i.e `system::Account::get(address).data`)\\n\"},\"field2\":{\"type\":\"string\",\"description\":\"A field of the struct described by field1 (i.e\\n`system::Account::get(address).data.free`)\\n\"}}},\"amount\":{\"$ref\":\"#/components/schemas/OperationAmount\"}}},\"BlocksTraceOperations\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"operations\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/Operation\"}}}}},\"requestBodies\":{\"Transaction\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Transaction\"}}},\"required\":true}}}}\n\n//# sourceURL=webpack:///./src/openapi-v1.yaml?"); +eval("module.exports = {\"openapi\":\"3.0.0\",\"info\":{\"title\":\"Substrate API Sidecar\",\"description\":\"Substrate API Sidecar is a REST service that makes it easy to interact with blockchain nodes built using Substrate's FRAME framework.\",\"contact\":{\"url\":\"https://github.com/paritytech/substrate-api-sidecar\"},\"license\":{\"name\":\"GPL-3.0-or-later\",\"url\":\"https://github.com/paritytech/substrate-api-sidecar/blob/master/LICENSE\"},\"version\":\"1.0.0-oas3\"},\"tags\":[{\"name\":\"accounts\"},{\"name\":\"blocks\"},{\"name\":\"node\",\"description\":\"node connected to sidecar\"},{\"name\":\"pallets\",\"description\":\"pallets employed in the runtime\"},{\"name\":\"runtime\"},{\"name\":\"transaction\"},{\"name\":\"paras\"},{\"name\":\"trace\"}],\"paths\":{\"/accounts/{accountId}/asset-balances\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get an array of asset-balances for an account.\",\"description\":\"Returns information about an account's asset-balances. This is specific to the assets pallet for parachains. If no `assets` query parameter is provided, all asset-balances for the given account will be returned.\",\"operationId\":\"getAssetBalances\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query asset-balance info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block height (as a positive integer) or hash (as a hex string).\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"assets\",\"in\":\"query\",\"description\":\"An array of AssetId's to be queried. If not supplied, defaults to providing all asset balances associated with the `accountId` will be returned. The array query param format follows Express 4.x API. ex:`?assets[]=1&assets[]=2&assets[]=3`.\",\"required\":false,\"schema\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"An array of assetId numbers represented as strings\",\"format\":\"Array of unsignedInteger's\"}}],\"responses\":{\"200\":{\"description\":\"successfull operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountAssetsBalances\"}}}}}}},\"/accounts/{accountId}/asset-approvals\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get an asset approval for an account.\",\"description\":\"Returns information about an account's asset approval transaction. It is required to pass in a delegate and an assetId as query parameters.\",\"operationId\":\"getAssetApprovals\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query asset approval info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block height (as a non-negative integer) or hash (as a hex string).\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"assetId\",\"in\":\"query\",\"description\":\"The `assetId` associated with the asset-approval.\",\"required\":true,\"schema\":{\"type\":\"string\",\"description\":\"An assetId represented as an unsignedInteger.\",\"format\":\"unsignedInteger\"}},{\"name\":\"delegate\",\"in\":\"query\",\"description\":\"The delegate's `accountId` associated with an asset-approval.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}}],\"responses\":{\"200\":{\"description\":\"successfull operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountAssetsApproval\"}}}}}}},\"/accounts/{accountId}/balance-info\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get balance information for an account.\",\"description\":\"Returns information about an account's balance. Replaces `/balance/{address}` from versions < v1.0.0.\",\"operationId\":\"getAccountBalanceInfo\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"SS58\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query balance info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block height (as a non-negative integer) or hash (as a hex string).\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"token\",\"in\":\"query\",\"description\":\"Token to query the balance of. If not specified it will query the chains native token (e.g. DOT for Polkadot). Note: this is only relevant for chains that support multiple tokens through the ORML tokens pallet.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Token symbol\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountBalanceInfo\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/accounts/{accountId}/staking-info\":{\"get\":{\"tags\":[\"staking\"],\"summary\":\"Get staking information for a _Stash_ account.\",\"description\":\"Returns information about a _Stash_ account's staking activity. Replaces `/staking/{address}` from versions < v1.0.0.\",\"operationId\":\"getStakingSummaryByAccountId\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account. Must be a _Stash_ account.\",\"required\":true,\"schema\":{\"format\":\"SS58\",\"type\":\"string\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query the staking info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountStakingInfo\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/accounts/{accountId}/staking-payouts\":{\"get\":{\"tags\":[\"staking\"],\"summary\":\"Get payout information for a _Stash_ account.\",\"description\":\"Returns payout information for the last specified eras. If specifying both the depth and era query params, this endpoint will return information for (era - depth) through era. (i.e. if depth=5 and era=20 information will be returned for eras 16 through 20). N.B. You cannot query eras less then `current_era - HISTORY_DEPTH`. N.B. The `nominator*` fields correspond to the address being queried, even if it is a validator's _Stash_ address. This is because a validator is technically nominating itself.\",\"operationId\":\"getStakingPayoutsByAccountId\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account. Must be a _Stash_ account.\",\"required\":true,\"schema\":{\"format\":\"SS58\",\"type\":\"string\"}},{\"name\":\"depth\",\"in\":\"query\",\"description\":\"The number of eras to query for payouts of. Must be less than or equal to `HISTORY_DEPTH`. In cases where `era - (depth -1)` is less than 0, the first era queried will be 0.\",\"required\":false,\"schema\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"default\":1}},{\"name\":\"era\",\"in\":\"query\",\"description\":\"The era to query at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"default\":\"`active_era - 1`\"}},{\"name\":\"unclaimedOnly\",\"in\":\"query\",\"description\":\"Only return unclaimed rewards.\",\"required\":false,\"schema\":{\"type\":\"string\",\"format\":\"boolean\",\"default\":true}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountStakingPayouts\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/accounts/{accountId}/vesting-info\":{\"get\":{\"tags\":[\"accounts\"],\"summary\":\"Get vesting information for an account.\",\"description\":\"Returns the vesting schedule for an account. Replaces `/vesting/{address}` from versions < v1.0.0.\",\"operationId\":\"getVestingSummaryByAccountId\",\"parameters\":[{\"name\":\"accountId\",\"in\":\"path\",\"description\":\"SS58 address of the account.\",\"required\":true,\"schema\":{\"format\":\"SS58\",\"type\":\"string\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query the vesting info for the specified account.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/AccountVestingInfo\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"account not found\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/blocks/{blockId}\":{\"get\":{\"tags\":[\"blocks\"],\"summary\":\"Get a block by its height or hash.\",\"description\":\"Returns a single block. BlockId can either be a block hash or a block height. Replaces `/block/{number}` from versions < v1.0.0.\",\"operationId\":\"getBlockById\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}},{\"name\":\"eventDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every event will have an extra `docs` property with a string of the events documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}},{\"name\":\"extrinsicDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every extrinsic will have an extra `docs` property with a string of the extrinsics documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Block\"}}}},\"400\":{\"description\":\"invalid Block identifier supplied\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/blocks/{blockId}/extrinsics/{extrinsicIndex}\":{\"get\":{\"tags\":[\"blocks\"],\"summary\":\"Get an extrinsic by its extrinsicIndex and block height or hash. The pair blockId, extrinsicIndex is sometimes referred to as a Timepoint.\",\"description\":\"Returns a single extrinsic.\",\"operationId\":\"getExtrinsicByTimepoint\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}},{\"name\":\"extrinsicIndex\",\"in\":\"path\",\"description\":\"The extrinsic's index within the block's body.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"eventDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every event will have an extra `docs` property with a string of the events documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}},{\"name\":\"extrinsicDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every extrinsic will have an extra `docs` property with a string of the extrinsics documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ExtrinsicIndex\"}}}},\"400\":{\"description\":\"Requested `extrinsicIndex` does not exist\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/blocks/head\":{\"get\":{\"tags\":[\"blocks\"],\"summary\":\"Get the most recently finalized block.\",\"description\":\"Returns the most recently finalized block. Replaces `/block` from versions < v1.0.0.\",\"operationId\":\"getHeadBlock\",\"parameters\":[{\"name\":\"finalized\",\"in\":\"query\",\"description\":\"Boolean representing whether or not to get the finalized head. If it is not set the value defaults to true. When set to false it will attempt to get the newest known block, which may not be finalized.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":true}},{\"name\":\"eventDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every event will have an extra `docs` property with a string of the events documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}},{\"name\":\"extrinsicDocs\",\"in\":\"query\",\"description\":\"When set to `true`, every extrinsic will have an extra `docs` property with a string of the extrinsics documentation.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Block\"}}}}}}},\"/node/network\":{\"get\":{\"tags\":[\"node\"],\"summary\":\"Get information about the Substrate node's activity in the peer-to-peer network.\",\"description\":\"Returns network related information of the node.\",\"operationId\":\"getNodeNetworking\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/NodeNetwork\"}}}}}}},\"/node/transaction-pool\":{\"get\":{\"tags\":[\"node\"],\"summary\":\"Get pending extrinsics from the Substrate node.\",\"description\":\"Returns the extrinsics that the node knows of that have not been included in a block.\",\"operationId\":\"getNodeTransactionPool\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionPool\"}}}}}}},\"/node/version\":{\"get\":{\"tags\":[\"node\"],\"summary\":\"Get information about the Substrates node's implementation and versioning.\",\"description\":\"Returns versioning information of the node.\",\"operationId\":\"getNodeVersion\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/NodeVersion\"}}}}}}},\"/transaction\":{\"post\":{\"tags\":[\"transaction\"],\"summary\":\"Submit a transaction to the node's transaction pool.\",\"description\":\"Accepts a valid signed extrinsic. Replaces `/tx` from versions < v1.0.0.\",\"operationId\":\"submitTransaction\",\"requestBody\":{\"$ref\":\"#/components/requestBodies/Transaction\"},\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionSuccess\"}}}},\"400\":{\"description\":\"failed to parse or submit transaction\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFailure\"}}}}}}},\"/transaction/dry-run\":{\"post\":{\"tags\":[\"transaction\"],\"summary\":\"Dry run an extrinsic.\",\"description\":\"Use the dryrun call to practice submission of a transaction.\",\"operationId\":\"dryrunTransaction\",\"requestBody\":{\"$ref\":\"#/components/requestBodies/Transaction\"},\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionDryRun\"}}}},\"500\":{\"description\":\"failed to dry-run transaction\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFailure\"}}}}}}},\"/transaction/fee-estimate\":{\"post\":{\"tags\":[\"transaction\"],\"summary\":\"Receive a fee estimate for a transaction.\",\"description\":\"Send a serialized transaction and receive back a naive fee estimate. Note: `partialFee` does not include any tips that you may add to increase a transaction's priority. See the reference on `compute_fee`. Replaces `/tx/fee-estimate` from versions < v1.0.0. Substrate Reference: - `RuntimeDispatchInfo`: https://crates.parity.io/pallet_transaction_payment_rpc_runtime_api/struct.RuntimeDispatchInfo.html - `query_info`: https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.query_info - `compute_fee`: https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.compute_fee\",\"operationId\":\"feeEstimateTransaction\",\"requestBody\":{\"$ref\":\"#/components/requestBodies/Transaction\"},\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFeeEstimate\"}}}},\"500\":{\"description\":\"fee estimation failure\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionFeeEstimateFailure\"}}}}}}},\"/transaction/material\":{\"get\":{\"tags\":[\"transaction\"],\"summary\":\"Get all the network information needed to construct a transaction offline.\",\"description\":\"Returns the material that is universal to constructing any signed transaction offline. Replaces `/tx/artifacts` from versions < v1.0.0.\",\"operationId\":\"getTransactionMaterial\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the transaction construction material.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"noMeta\",\"in\":\"query\",\"schema\":{\"type\":\"boolean\",\"description\":\"If true, does not return metadata hex. This is useful when metadata is not needed and response time is a concern. Defaults to false.\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/TransactionMaterial\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/pallets/assets/{assetId}/asset-info\":{\"get\":{\"tags\":[\"pallets\"],\"summary\":\"Get information and metadata associated with an asset.\",\"description\":\"Returns information associated with an asset which includes the assets `AssetDetails` and `AssetMetadata`.\",\"operationId\":\"getAssetById\",\"parameters\":[{\"name\":\"assetId\",\"in\":\"path\",\"description\":\"The unsignedInteger Id of an asset.\",\"required\":true,\"schema\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the assetInfo.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/PalletsAssetsInfo\"}}}}}}},\"/pallets/staking/progress\":{\"get\":{\"tags\":[\"staking\",\"pallets\"],\"summary\":\"Get progress on the general Staking pallet system.\",\"description\":\"Returns information on the progress of key components of the staking system and estimates of future points of interest. Replaces `/staking-info` from versions < v1.0.0.\",\"operationId\":\"getStakingProgress\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve a staking progress report.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/StakingProgress\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/runtime/metadata\":{\"get\":{\"tags\":[\"runtime\"],\"summary\":\"Get the runtime metadata in decoded, JSON form.\",\"description\":\"Returns the runtime metadata as a JSON object. Substrate Reference: - FRAME Support: https://crates.parity.io/frame_support/metadata/index.html - Knowledge Base: https://substrate.dev/docs/en/knowledgebase/runtime/metadata\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the metadata at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"object\",\"description\":\"Response is dependent on the runtime metadata contents.\"}}}}}}},\"/runtime/code\":{\"get\":{\"tags\":[\"runtime\"],\"summary\":\"Get the runtime wasm blob.\",\"description\":\"Returns the runtime Wasm blob in hex format.\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the runtime wasm blob at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/RuntimeCode\"}}}}}}},\"/runtime/spec\":{\"get\":{\"tags\":[\"runtime\"],\"summary\":\"Get version information of the Substrate runtime.\",\"description\":\"Returns version information related to the runtime.\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve runtime version information at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/RuntimeSpec\"}}}}}}},\"/pallets/{palletId}/storage\":{\"get\":{\"tags\":[\"pallets\"],\"summary\":\"Get a list of storage items for a pallet.\",\"description\":\"Returns a list of storage item metadata for storage items of the specified palletId.\",\"parameters\":[{\"name\":\"palletId\",\"in\":\"path\",\"description\":\"Name or index of the pallet to query the storage of. Note: the pallet name must match what is specified in the runtime metadata.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"onlyIds\",\"in\":\"query\",\"description\":\"Only return the names (IDs) of the storage items instead of all of each storage item's metadata.\",\"required\":false,\"schema\":{\"type\":\"boolean\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve a list of the pallet's storage items.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"type\":\"array\",\"description\":\"Pallet info and Array of storageItemIds.\",\"items\":{\"$ref\":\"#/components/schemas/PalletStorage\"}}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"could not find pallet with palletId\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/pallets/{palletId}/storage/{storageItemId}\":{\"get\":{\"tags\":[\"pallets\"],\"summary\":\"Get the value of a storage item.\",\"description\":\"Returns the value stored under the storageItemId. If it is a map, query param key1 is required. If the storage item is double map query params key1 and key2 are required.\",\"parameters\":[{\"name\":\"palletId\",\"in\":\"path\",\"description\":\"Name or index of the pallet to query the storage of. Note: pallet name aligns with pallet name as specified in runtime metadata.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"storageItemId\",\"in\":\"path\",\"description\":\"Id of the storage item to query for.\",\"required\":true,\"schema\":{\"type\":\"string\"}},{\"name\":\"key1\",\"in\":\"query\",\"description\":\"Key for a map, or first key for a double map. Required for querying a map.\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"name\":\"key2\",\"in\":\"query\",\"description\":\"Second key for a double map. Required for querying a double map.\",\"required\":false,\"schema\":{\"type\":\"string\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to query the storage item at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"metadata\",\"in\":\"query\",\"description\":\"Include the storage items metadata (including documentation) if set to true.\",\"required\":false,\"schema\":{\"default\":false,\"type\":\"boolean\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/PalletStorageItem\"}}}},\"400\":{\"description\":\"invalid blockId supplied for at query param\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}},\"404\":{\"description\":\"could not find resource with with id\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Error\"}}}}}}},\"/experimental/paras\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] List all registered paras\\n(parathreads & parachains).\\n\",\"description\":\"Returns all registered parachains and parathreads with lifecycle info.\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve paras list at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Paras\"}}}}}}},\"/experimental/paras/leases/current\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get general information about\\nthe current lease period.\\n\",\"description\":\"Returns an overview of the current lease period, including lease holders.\\n\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve current lease period info at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}},{\"name\":\"currentLeaseHolders\",\"in\":\"query\",\"description\":\"Wether or not to include the `currentLeaseHolders` property. Inclusion\\nof the property will likely result in a larger payload and increased\\nresponse time.\\n\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":true}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasLeasesCurrent\"}}}}}}},\"/experimental/paras/auctions/current\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get the status of the current\\nauction.\\n\",\"description\":\"Returns an overview of the current of auction. There is only one auction\\nat a time. If there is no auction most fields will be `null`.\\n\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve auction progress at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasAuctionsCurrent\"}}}}}}},\"/experimental/paras/crowdloans\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] List all stored crowdloans.\\n\",\"description\":\"Returns a list of all the crowdloans and their associated paraIds.\\n\",\"parameters\":[{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve the list of paraIds that have crowdloans at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasCrowdloans\"}}}}}}},\"/experimental/paras/{paraId}/crowdloan-info\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get crowdloan information for a\\n`paraId`.\\n\",\"description\":\"Returns crowdloan's `fundInfo` and the set of `leasePeriods` the crowdloan`\\ncovers.\\n\",\"parameters\":[{\"name\":\"paraId\",\"in\":\"path\",\"description\":\"paraId to query the crowdloan information of.\",\"required\":true,\"schema\":{\"type\":\"number\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve info at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasCrowdloanInfo\"}}}}}}},\"/experimental/paras/{paraId}/lease-info\":{\"get\":{\"tags\":[\"paras\"],\"summary\":\"[Experimental - subject to breaking change.] Get current and future leases\\nas well as the lifecycle stage for a given `paraId`.\\n\",\"description\":\"Returns a list of leases that belong to the `paraId` as well as the\\n`paraId`'s current lifecycle stage.\\n\",\"parameters\":[{\"name\":\"paraId\",\"in\":\"path\",\"description\":\"paraId to query the crowdloan information of.\",\"required\":true,\"schema\":{\"type\":\"number\"}},{\"name\":\"at\",\"in\":\"query\",\"description\":\"Block at which to retrieve para's leases at.\",\"required\":false,\"schema\":{\"type\":\"string\",\"description\":\"Block identifier, as the block height or block hash.\",\"format\":\"unsignedInteger or $hex\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/ParasLeaseInfo\"}}}}}}},\"/experimental/blocks/head/traces\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get traces for the most\\nrecently finalized block.\\n\",\"description\":\"Returns traces (spans and events) of the most recently finalized block from\\nRPC `state_straceBlock`. Consult the [RPC docs](https://github.com/paritytech/substrate/blob/aba876001651506f85c14baf26e006b36092e1a0/client/rpc-api/src/state/mod.rs#L140)\\nfor conceptual info.\\n\",\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTrace\"}}}}}}},\"/experimental/blocks/{blockId}/traces\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get traces for the given `blockId`.\\n\",\"description\":\"Returns traces (spans and events) of the specified block from\\nRPC `state_straceBlock`. Consult the [RPC docs](https://github.com/paritytech/substrate/blob/aba876001651506f85c14baf26e006b36092e1a0/client/rpc-api/src/state/mod.rs#L140) for conceptual info.\\n\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTrace\"}}}}}}},\"/experimental/blocks/head/traces/operations\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get the operations from the\\nmost recently finalized block.\\n\",\"description\":\"Returns the operations from the most recently finalized block. Operations\\nrepresent one side of a balance change. For example if Alice transfers\\n100unit to Bob there will be two operations; 1) Alice - 100 2) Bob + 100.\\n\\nGiven account A and A's balance at block k0 (Ak0), if we sum all the\\noperations for A from block k1 through kn against Ak0, we will end up\\nwith A's balance at block kn (Akn). Thus, operations can be used to audit\\nthat balances change as expected.\\n\\nThis is useful for Substrate based chains because the advanced business\\nlogic can make it difficult to ensure auditable balance reconciliation\\nbased purely on events. Instead of using events one can use the\\noperations given from this endpoint.\\n\\nNote - each operation corresponds to a delta of a single field of the\\n`system::AccountData` storage item (i.e `free`, `reserved`, `misc_frozen`\\nand `fee_frozen`).\\nNote - operations are assigned a block execution phase (and extrinsic index\\nfor those in the apply extrinsic phase) based on an \\\"action group\\\". For\\nexample all the operations for 1 extrinsic will be in the same action group.\\nThe action groups can optionally be fetched with the `action` query param\\nfor closer auditing.\\nNote - There are no 0 value operations (e.g. a transfer of 0, or a\\ntransfer to itself)\\n\\nTo learn more about operation and action group creation please consult\\n[this diagram](https://docs.google.com/drawings/d/1vZoJo9jaXlz0LmrdTOgHck9_1LsfuQPRmTr-5g1tOis/edit?usp=sharing)\\n\",\"parameters\":[{\"name\":\"actions\",\"in\":\"query\",\"description\":\"Whether or not to include action groups.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTraceOperations\"}}}}}}},\"/experimental/blocks/{blockId}/traces/operations\":{\"get\":{\"tags\":[\"trace\"],\"summary\":\"[Experimental - subject to breaking change.] Get the operations from the\\nspecified block.\\n\",\"description\":\"Returns the operations from the most recently finalized block. Operations\\nrepresent one side of a balance change. For example if Alice transfers\\n100unit to Bob there will be two operations; 1) Alice - 100 2) Bob + 100.\\n\\nGiven account A and A's balance at block k0 (Ak0), if we sum all the\\noperations for A from block k1 through kn against Ak0, we will end up\\nwith A's balance at block kn (Akn). Thus, operations can be used to audit\\nthat balances change as expected.\\n\\nThis is useful for Substrate based chains because the advanced business\\nlogic can make it difficult to ensure auditable balance reconciliation\\nbased purely on events. Instead of using events one can use the\\noperations given from this endpoint.\\n\\nNote - each operation corresponds to a delta of a single field of the\\n`system::AccountData` storage item (i.e `free`, `reserved`, `misc_frozen`\\nand `fee_frozen`).\\nNote - operations are assigned a block execution phase (and extrinsic index\\nfor those in the apply extrinsic phase) based on an \\\"action group\\\". For\\nexample all the operations for 1 extrinsic will be in the same action group.\\nThe action groups can optionally be fetched with the `action` query param\\nfor closer auditing.\\nNote - There are no 0 value operations (e.g. a transfer of 0, or a\\ntransfer to itself)\\n\\nTo learn more about operation and action group creation please consult\\n[this diagram](https://docs.google.com/drawings/d/1vZoJo9jaXlz0LmrdTOgHck9_1LsfuQPRmTr-5g1tOis/edit?usp=sharing)\\n\",\"parameters\":[{\"name\":\"blockId\",\"in\":\"path\",\"description\":\"Block identifier, as the block height or block hash.\",\"required\":true,\"schema\":{\"pattern\":\"a-km-zA-HJ-NP-Z1-9{8,64}\",\"type\":\"string\"}},{\"name\":\"actions\",\"in\":\"query\",\"description\":\"Whether or not to include action groups.\",\"required\":false,\"schema\":{\"type\":\"boolean\",\"default\":false}}],\"responses\":{\"200\":{\"description\":\"successful operation\",\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/BlocksTraceOperations\"}}}}}}}},\"components\":{\"schemas\":{\"BalanceLock\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"description\":\"An identifier for this lock. Only one lock may be in existence for each identifier.\"},\"amount\":{\"type\":\"string\",\"description\":\"The amount below which the free balance may not drop with this lock in effect.\",\"format\":\"unsignedInteger\"},\"reasons\":{\"type\":\"string\",\"description\":\"Reasons for withdrawing balance.\",\"enum\":[\"Fee = 0\",\"Misc = 1\",\"All = 2\"]}}},\"AccountBalanceInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"nonce\":{\"type\":\"string\",\"description\":\"Account nonce.\",\"format\":\"unsignedInteger\"},\"tokenSymbol\":{\"type\":\"string\",\"description\":\"Token symbol of the balances displayed in this response.\",\"format\":\"unsignedInteger\"},\"free\":{\"type\":\"string\",\"description\":\"Free balance of the account. Not equivalent to _spendable_ balance. This is the only balance that matters in terms of most operations on tokens.\",\"format\":\"unsignedInteger\"},\"reserved\":{\"type\":\"string\",\"description\":\"Reserved balance of the account.\",\"format\":\"unsignedInteger\"},\"miscFrozen\":{\"type\":\"string\",\"description\":\"The amount that `free` may not drop below when withdrawing for anything except transaction fee payment.\",\"format\":\"unsignedInteger\"},\"feeFrozen\":{\"type\":\"string\",\"description\":\"The amount that `free` may not drop below when withdrawing specifically for transaction fee payment.\",\"format\":\"unsignedInteger\"},\"locks\":{\"type\":\"array\",\"description\":\"Array of locks on a balance. There can be many of these on an account and they \\\"overlap\\\", so the same balance is frozen by multiple locks\",\"items\":{\"$ref\":\"#/components/schemas/BalanceLock\"}}}},\"AccountAssetsBalances\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"assets\":{\"type\":\"array\",\"description\":\"An array of queried assets.\",\"items\":{\"$ref\":\"#/components/schemas/AssetsBalance\"}}}},\"AssetsBalance\":{\"type\":\"object\",\"properties\":{\"assetId\":{\"type\":\"string\",\"description\":\"The identifier of the asset.\",\"format\":\"unsignedInteger\"},\"balance\":{\"type\":\"string\",\"description\":\"The balance of the asset.\",\"format\":\"unsignedInteger\"},\"isFrozen\":{\"type\":\"boolean\",\"description\":\"Whether the asset is frozen for non-admin transfers.\"},\"isSufficient\":{\"type\":\"boolean\",\"description\":\"Whether a non-zero balance of this asset is a deposit of sufficient value to account for the state bloat associated with its balance storage. If set to `true`, then non-zero balances may be stored without a `consumer` reference (and thus an ED in the Balances pallet or whatever else is used to control user-account state growth).\"}}},\"AccountAssetsApproval\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"amount\":{\"type\":\"string\",\"description\":\"The amount of funds approved for the balance transfer from the owner to some delegated target.\",\"format\":\"unsignedInteger\"},\"deposit\":{\"type\":\"string\",\"description\":\"The amount reserved on the owner's account to hold this item in storage.\",\"format\":\"unsignedInteger\"}}},\"PalletsAssetsInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"assetInfo\":{\"$ref\":\"#/components/schemas/AssetInfo\"},\"assetMetadata\":{\"$ref\":\"#/components/schemas/AssetMetadata\"}}},\"AssetInfo\":{\"type\":\"object\",\"properties\":{\"owner\":{\"type\":\"string\",\"description\":\"Owner of the assets privileges.\",\"format\":\"SS58\"},\"issuer\":{\"type\":\"string\",\"description\":\"The `AccountId` able to mint tokens.\",\"format\":\"SS58\"},\"admin\":{\"type\":\"string\",\"description\":\"The `AccountId` that can thaw tokens, force transfers and burn token from any account.\",\"format\":\"SS58\"},\"freezer\":{\"type\":\"string\",\"description\":\"The `AccountId` that can freeze tokens.\",\"format\":\"SS58\"},\"supply\":{\"type\":\"string\",\"description\":\"The total supply across accounts.\",\"format\":\"unsignedInteger\"},\"deposit\":{\"type\":\"string\",\"description\":\"The balance deposited for this. This pays for the data stored.\",\"format\":\"unsignedInteger\"},\"minBalance\":{\"type\":\"string\",\"description\":\"The ED for virtual accounts.\",\"format\":\"unsignedInteger\"},\"isSufficient\":{\"type\":\"boolean\",\"description\":\"If `true`, then any account with this asset is given a provider reference. Otherwise, it requires a consumer reference.\"},\"accounts\":{\"type\":\"string\",\"description\":\"The total number of accounts.\",\"format\":\"unsignedInteger\"},\"sufficients\":{\"type\":\"string\",\"description\":\"The total number of accounts for which is placed a self-sufficient reference.\"},\"approvals\":{\"type\":\"string\",\"description\":\"The total number of approvals.\",\"format\":\"unsignedInteger\"},\"isFrozen\":{\"type\":\"boolean\",\"description\":\"Whether the asset is frozen for non-admin transfers.\"}}},\"AssetMetadata\":{\"type\":\"object\",\"properties\":{\"deposit\":{\"type\":\"string\",\"description\":\"The balance deposited for this metadata. This pays for the data stored in this struct.\",\"format\":\"unsignedInteger\"},\"name\":{\"type\":\"string\",\"description\":\"The user friendly name of this asset.\",\"format\":\"$hex\"},\"symbol\":{\"type\":\"string\",\"description\":\"The ticker symbol for this asset.\",\"format\":\"$hex\"},\"decimals\":{\"type\":\"string\",\"description\":\"The number of decimals this asset uses to represent one unit.\",\"format\":\"unsignedInteger\"},\"isFrozen\":{\"type\":\"boolean\",\"description\":\"Whether the asset metadata may be changed by a non Force origin.\"}}},\"StakingLedger\":{\"type\":\"object\",\"properties\":{\"stash\":{\"type\":\"string\",\"description\":\"The _Stash_ account whose balance is actually locked and at stake.\",\"format\":\"ss58\"},\"total\":{\"type\":\"string\",\"description\":\"The total amount of the _Stash_'s balance that we are currently accounting for. Simply `active + unlocking`.\",\"format\":\"unsignedInteger\"},\"active\":{\"type\":\"string\",\"description\":\"The total amount of the _Stash_'s balance that will be at stake in any forthcoming eras.\",\"format\":\"unsignedInteger\"},\"unlocking\":{\"type\":\"string\",\"description\":\"Any balance that is becoming free, which may eventually be transferred out of the _Stash_ (assuming it doesn't get slashed first). Represented as an array of objects, each with an `era` at which `value` will be unlocked.\",\"format\":\"unsignedInteger\"},\"claimedRewards\":{\"type\":\"array\",\"description\":\"Array of eras for which the stakers behind a validator have claimed rewards. Only updated for _validators._\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"description\":\"The staking ledger.\"},\"Nominations\":{\"type\":\"object\",\"properties\":{\"targets\":{\"type\":\"array\",\"items\":{\"type\":\"string\"},\"description\":\"The targets of the nomination.\"},\"submittedIn\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The era the nominations were submitted. (Except for initial nominations which are considered submitted at era 0.)\"},\"suppressed\":{\"type\":\"boolean\",\"description\":\"Whether the nominations have been suppressed.\"}}},\"AccountStakingInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"rewardDestination\":{\"type\":\"string\",\"description\":\"The account to which rewards will be paid. Can be 'Staked' (Stash account, adding to the amount at stake), 'Stash' (Stash address, not adding to the amount at stake), or 'Controller' (Controller address).\",\"format\":\"ss58\",\"enum\":[\"Staked\",\"Stash\",\"Controller\"]},\"controller\":{\"type\":\"string\",\"description\":\"Controller address for the given Stash.\",\"format\":\"ss58\"},\"numSlashingSpans\":{\"type\":\"string\",\"description\":\"Number of slashing spans on Stash account; `null` if provided address is not a Controller.\",\"format\":\"unsignedInteger\"},\"nominations\":{\"$ref\":\"#/components/schemas/Nominations\"},\"stakingLedger\":{\"$ref\":\"#/components/schemas/StakingLedger\"}},\"description\":\"Note: Runtime versions of Kusama less than 1062 will either have `lastReward` in place of `claimedRewards`, or no field at all. This is related to changes in reward distribution. See: [Lazy Payouts](https://github.com/paritytech/substrate/pull/4474), [Simple Payouts](https://github.com/paritytech/substrate/pull/5406)\"},\"Payouts\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"validatorId\":{\"type\":\"string\",\"description\":\"AccountId of the validator the payout is coming from.\"},\"nominatorStakingPayout\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Payout for the reward destination associated with the accountId the query was made for.\"},\"claimed\":{\"type\":\"boolean\",\"description\":\"Whether or not the reward has been claimed.\"},\"totalValidatorRewardPoints\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Number of reward points earned by the validator.\"},\"validatorCommission\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The percentage of the total payout that the validator takes as commission, expressed as a Perbill.\"},\"totalValidatorExposure\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The sum of the validator's and its nominators' stake.\"},\"nominatorExposure\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The amount of stake the nominator has behind the validator.\"}},\"description\":\"Payout for a nominating _Stash_ address and information about the validator they were nominating.\"}},\"AccountStakingPayouts\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"erasPayouts\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"era\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Era this information is associated with.\"},\"totalEraRewardPoints\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Total reward points for the era. Equals the sum of reward points for all the validators in the set.\"},\"totalEraPayout\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Total payout for the era. Validators split the payout based on the portion of `totalEraRewardPoints` they have.\"},\"payouts\":{\"$ref\":\"#/components/schemas/Payouts\"}}}}}},\"VestingSchedule\":{\"type\":\"object\",\"properties\":{\"locked\":{\"type\":\"string\",\"description\":\"Number of tokens locked at start.\",\"format\":\"unsignedInteger\"},\"perBlock\":{\"type\":\"string\",\"description\":\"Number of tokens that gets unlocked every block after `startingBlock`.\",\"format\":\"unsignedInteger\"},\"startingBlock\":{\"type\":\"string\",\"description\":\"Starting block for unlocking (vesting).\",\"format\":\"unsignedInteger\"}},\"description\":\"Vesting schedule for an account.\"},\"AccountVestingInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"vesting\":{\"$ref\":\"#/components/schemas/VestingSchedule\"}}},\"BlockIdentifiers\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"description\":\"The block's hash.\",\"format\":\"hex\"},\"height\":{\"type\":\"string\",\"description\":\"The block's height.\",\"format\":\"unsignedInteger\"}},\"description\":\"Block number and hash at which the call was made.\"},\"DigestItem\":{\"type\":\"object\",\"properties\":{\"type\":{\"type\":\"string\"},\"index\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"value\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"SanitizedEvent\":{\"type\":\"object\",\"properties\":{\"method\":{\"type\":\"string\"},\"data\":{\"type\":\"array\",\"items\":{\"type\":\"string\"}}}},\"Signature\":{\"type\":\"object\",\"properties\":{\"signature\":{\"type\":\"string\",\"format\":\"hex\"},\"signer\":{\"type\":\"string\",\"format\":\"ss58\"}},\"description\":\"Object with `signature` and `signer`, or `null` if unsigned.\"},\"RuntimeDispatchInfo\":{\"type\":\"object\",\"properties\":{\"weight\":{\"type\":\"string\",\"description\":\"Extrinsic weight.\"},\"class\":{\"type\":\"string\",\"description\":\"Extrinsic class.\",\"enum\":[\"Normal\",\"Operational\",\"Mandatory\"]},\"partialFee\":{\"type\":\"string\",\"description\":\"The _inclusion fee_ of a transaction, i.e. the minimum fee required for a transaction. Includes weight and encoded length fees, but does not have access to any signed extensions, e.g. the `tip`.\",\"format\":\"unsignedInteger\"}},\"description\":\"RuntimeDispatchInfo for the transaction. Includes the `partialFee`.\"},\"ExtrinsicMethod\":{\"type\":\"object\",\"properties\":{\"pallet\":{\"type\":\"string\"},\"methodName\":{\"type\":\"string\"}},\"description\":\"Extrinsic method\"},\"Extrinsic\":{\"type\":\"object\",\"properties\":{\"method\":{\"$ref\":\"#/components/schemas/ExtrinsicMethod\"},\"signature\":{\"$ref\":\"#/components/schemas/Signature\"},\"nonce\":{\"type\":\"string\",\"description\":\"Account nonce, if applicable.\",\"format\":\"unsignedInteger\"},\"args\":{\"type\":\"object\",\"description\":\"Object of arguments keyed by parameter name. Note: if you are expecting an [`OpaqueCall`](https://substrate.dev/rustdocs/v2.0.0/pallet_multisig/type.OpaqueCall.html) and it is not decoded in the response (i.e. it is just a hex string), then Sidecar was not able to decode it and likely that it is not a valid call for the runtime.\"},\"tip\":{\"type\":\"string\",\"description\":\"Any tip added to the transaction.\",\"format\":\"unsignedInteger\"},\"hash\":{\"type\":\"string\",\"description\":\"The transaction's hash.\",\"format\":\"hex\"},\"info\":{\"$ref\":\"#/components/schemas/RuntimeDispatchInfo\"},\"events\":{\"type\":\"array\",\"description\":\"An array of `SanitizedEvent`s that occurred during extrinsic execution.\",\"items\":{\"$ref\":\"#/components/schemas/SanitizedEvent\"}},\"success\":{\"type\":\"boolean\",\"description\":\"Whether or not the extrinsic succeeded.\"},\"paysFee\":{\"type\":\"boolean\",\"description\":\"Whether the extrinsic requires a fee. Careful! This field relates to whether or not the extrinsic requires a fee if called as a transaction. Block authors could insert the extrinsic as an inherent in the block and not pay a fee. Always check that `paysFee` is `true` and that the extrinsic is signed when reconciling old blocks.\"}}},\"ExtrinsicIndex\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"extrinsic\":{\"$ref\":\"#/components/schemas/Extrinsic\"}},\"description\":\"A single extrinsic at a given block.\"},\"BlockInitialize\":{\"type\":\"object\",\"properties\":{\"events\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/SanitizedEvent\"}}},\"description\":\"Object with an array of `SanitizedEvent`s that occurred during block initialization with the `method` and `data` for each.\"},\"BlockFinalize\":{\"type\":\"object\",\"properties\":{\"events\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/SanitizedEvent\"}}},\"description\":\"Object with an array of `SanitizedEvent`s that occurred during block construction finalization with the `method` and `data` for each.\"},\"Block\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"description\":\"The block's hash.\",\"format\":\"hex\"},\"number\":{\"type\":\"string\",\"description\":\"The block's height.\",\"format\":\"unsignedInteger\"},\"parentHash\":{\"type\":\"string\",\"description\":\"The hash of the parent block.\",\"format\":\"hex\"},\"stateRoot\":{\"type\":\"string\",\"description\":\"The state root after executing this block.\",\"format\":\"hex\"},\"extrinsicRoot\":{\"type\":\"string\",\"description\":\"The Merkle root of the extrinsics.\",\"format\":\"hex\"},\"authorId\":{\"type\":\"string\",\"description\":\"The account ID of the block author (may be undefined for some chains).\",\"format\":\"ss58\"},\"logs\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/DigestItem\"},\"description\":\"Array of `DigestItem`s associated with the block.\"},\"onInitialize\":{\"$ref\":\"#/components/schemas/BlockInitialize\"},\"extrinsics\":{\"type\":\"array\",\"description\":\"Array of extrinsics (inherents and transactions) within the block.\",\"items\":{\"$ref\":\"#/components/schemas/Extrinsic\"}},\"onFinalize\":{\"$ref\":\"#/components/schemas/BlockFinalize\"},\"finalized\":{\"type\":\"boolean\",\"description\":\"A boolean identifying whether the block is finalized or not. Note: on chains that do not have deterministic finality this field is omitted.\"}},\"description\":\"Note: Block finalization does not correspond to consensus, i.e. whether the block is in the canonical chain. It denotes the finalization of block _construction._\"},\"NodeVersion\":{\"type\":\"object\",\"properties\":{\"clientVersion\":{\"type\":\"string\",\"description\":\"Node's binary version.\"},\"clientImplName\":{\"type\":\"string\",\"description\":\"Node's implementation name.\"},\"chain\":{\"type\":\"string\",\"description\":\"Node's chain name.\"}},\"description\":\"Version information of the node.\"},\"NodeRole\":{\"type\":\"string\",\"description\":\"Role of this node. (N.B. Sentry nodes are being deprecated.)\",\"enum\":[\"Full\",\"LightClient\",\"Authority\",\"Sentry\"]},\"PeerInfo\":{\"type\":\"object\",\"properties\":{\"peerId\":{\"type\":\"string\",\"description\":\"Peer ID.\"},\"roles\":{\"type\":\"string\",\"description\":\"Roles the peer is running\"},\"protocolVersion\":{\"type\":\"string\",\"description\":\"Peer's protocol version.\",\"format\":\"unsignedInteger\"},\"bestHash\":{\"type\":\"string\",\"description\":\"Hash of the best block on the peer's canon chain.\",\"format\":\"hex\"},\"bestNumber\":{\"type\":\"string\",\"description\":\"Height of the best block on the peer's canon chain.\",\"format\":\"unsignedInteger\"}}},\"NodeNetwork\":{\"type\":\"object\",\"properties\":{\"nodeRoles\":{\"$ref\":\"#/components/schemas/NodeRole\"},\"numPeers\":{\"type\":\"string\",\"description\":\"Number of peers the node is connected to.\",\"format\":\"unsignedInteger\"},\"isSyncing\":{\"type\":\"boolean\",\"description\":\"Whether or not the node is syncing. `False` indicates that the node is in sync.\"},\"shouldHavePeers\":{\"type\":\"boolean\",\"description\":\"Whether or not the node should be connected to peers. Might be false for local chains or when running without discovery.\"},\"localPeerId\":{\"type\":\"string\",\"description\":\"Local copy of the `PeerId`.\"},\"localListenAddresses\":{\"type\":\"array\",\"description\":\"Multiaddresses that the local node is listening on. The addresses include a trailing `/p2p/` with the local PeerId, and are thus suitable to be passed to `system_addReservedPeer` or as a bootnode address for example.\",\"items\":{\"type\":\"string\"}},\"peersInfo\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/PeerInfo\"}}}},\"RuntimeSpec\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"authoringVersion\":{\"type\":\"string\",\"description\":\"The version of the authorship interface. An authoring node will not attempt to author blocks unless this is equal to its native runtime.\"},\"chainType\":{\"type\":\"string\",\"description\":\"Type of the chain.\",\"enum\":[\"Development\",\"Local\",\"Live\"]},\"implVersion\":{\"type\":\"string\",\"description\":\"Version of the implementation specification. Non-consensus-breaking optimizations are about the only changes that could be made which would result in only the `impl_version` changing. The `impl_version` is set to 0 when `spec_version` is incremented.\"},\"specName\":{\"type\":\"string\",\"description\":\"Identifies the different Substrate runtimes.\"},\"specVersion\":{\"type\":\"string\",\"description\":\"Version of the runtime specification.\"},\"transactionVersion\":{\"type\":\"string\",\"description\":\"All existing dispatches are fully compatible when this number doesn't change. This number must change when an existing dispatchable (module ID, dispatch ID) is changed, either through an alteration in its user-level semantics, a parameter added/removed/changed, a dispatchable being removed, a module being removed, or a dispatchable/module changing its index.\"},\"properties\":{\"type\":\"object\",\"description\":\"Arbitrary properties defined in the chain spec.\"}},\"description\":\"Version information related to the runtime.\"},\"UnappliedSlash\":{\"type\":\"object\",\"properties\":{\"validator\":{\"type\":\"string\",\"description\":\"Stash account ID of the offending validator.\",\"format\":\"ss58\"},\"own\":{\"type\":\"string\",\"description\":\"The amount the validator will be slashed.\",\"format\":\"unsignedInteger\"},\"others\":{\"type\":\"array\",\"description\":\"Array of tuples(`[accountId, amount]`) representing all the stashes of other slashed stakers and the amount they will be slashed.\",\"items\":{\"type\":\"string\",\"format\":\"tuple[ss58, unsignedInteger]\"}},\"reporters\":{\"type\":\"array\",\"description\":\"Array of account IDs of the reporters of the offense.\",\"items\":{\"type\":\"string\",\"format\":\"ss58\"}},\"payout\":{\"type\":\"string\",\"description\":\"Amount of bounty payout to reporters.\",\"format\":\"unsignedInteger\"}}},\"ElectionStatus\":{\"type\":\"object\",\"properties\":{\"status\":{\"type\":\"object\",\"description\":\"[Deprecated](Works for polkadot runtimes before v0.8.30).\\nEra election status: either `Close: null` or `Open: `. A status of `Close` indicates that the submission window for solutions from off-chain Phragmen is not open. A status of `Open` indicates that the submission window for off-chain Phragmen solutions has been open since BlockNumber. N.B. when the submission window is open, certain extrinsics are not allowed because they would mutate the state that the off-chain Phragmen calculation relies on for calculating results.\"},\"toggleEstimate\":{\"type\":\"string\",\"description\":\"Upper bound estimate of the block height at which the `status` will switch.\",\"format\":\"unsignedInteger\"}},\"description\":\"Information about the off-chain election. Not included in response when `forceEra.isForceNone`.\"},\"StakingProgress\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"activeEra\":{\"type\":\"string\",\"description\":\"`EraIndex` of the era being rewarded.\\n\",\"format\":\"unsignedInteger\"},\"forceEra\":{\"type\":\"string\",\"description\":\"Current status of era forcing.\",\"enum\":[\"ForceNone\",\"NotForcing\",\"ForceAlways\",\"ForceNew\"]},\"nextActiveEraEstimate\":{\"type\":\"string\",\"description\":\"Upper bound estimate of the block height at which the next active era will start. Not included in response when `forceEra.isForceNone`.\",\"format\":\"unsignedInteger\"},\"nextSessionEstimate\":{\"type\":\"string\",\"description\":\"Upper bound estimate of the block height at which the next session will start.\",\"format\":\"unsignedInteger\"},\"unappliedSlashes\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/UnappliedSlash\"},\"description\":\"Array of upcoming `UnappliedSlash` indexed by era.\"},\"electionStatus\":{\"$ref\":\"#/components/schemas/ElectionStatus\"},\"idealValidatorCount\":{\"type\":\"string\",\"description\":\"Upper bound of validator set size; considered the ideal size. Not included in response when `forceEra.isForceNone`.\",\"format\":\"unsignedInteger\"},\"validatorSet\":{\"type\":\"array\",\"description\":\"Stash account IDs of the validators for the current session. Not included in response when `forceEra.isForceNone`.\",\"items\":{\"type\":\"string\",\"format\":\"ss58\"}}}},\"TransactionDryRun\":{\"type\":\"object\",\"properties\":{\"resultType\":{\"type\":\"string\",\"enum\":[\"DispatchOutcome\",\"TransactionValidityError\"],\"description\":\"Either `DispatchOutcome` if the transaction is valid or `TransactionValidityError` if the result is invalid.\"},\"result\":{\"type\":\"string\",\"enum\":[\"Ok\",\"CannotLookup\",\"NoUnsignedValidator\",\"Custom(u8)\",\"Call\",\"Payment\",\"Future\",\"Stale\",\"BadProof\",\"AncientBirthBlock\",\"ExhaustsResources\",\"BadMandatory\",\"MandatoryDispatch\"],\"description\":\"If there was an error it will be the cause of the error. If the transaction executed correctly it will be `Ok: []`\"},\"validityErrorType\":{\"type\":\"string\",\"enum\":[\"InvalidTransaction\",\"UnknownTransaction\"]}},\"description\":\"References: - `UnknownTransaction`: https://crates.parity.io/sp_runtime/transaction_validity/enum.UnknownTransaction.html - `InvalidTransaction`: https://crates.parity.io/sp_runtime/transaction_validity/enum.InvalidTransaction.html\"},\"Transaction\":{\"type\":\"object\",\"properties\":{\"tx\":{\"type\":\"string\",\"format\":\"hex\"}}},\"TransactionMaterial\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"genesisHash\":{\"type\":\"string\",\"description\":\"The hash of the chain's genesis block.\",\"format\":\"blockHash\"},\"chainName\":{\"type\":\"string\",\"description\":\"The chain's name.\"},\"specName\":{\"type\":\"string\",\"description\":\"The chain's spec.\"},\"specVersion\":{\"type\":\"string\",\"description\":\"The spec version. Always increased in a runtime upgrade.\"},\"txVersion\":{\"type\":\"string\",\"description\":\"The transaction version. Common `txVersion` numbers indicate that the transaction encoding format and method indices are the same. Needed for decoding in an offline environment. Adding new transactions does not change `txVersion`.\"},\"metadata\":{\"type\":\"string\",\"description\":\"The chain's metadata in hex format.\",\"format\":\"hex\"}},\"description\":\"Note: `chainName`, `specName`, and `specVersion` are used to define a type registry with a set of signed extensions and types. For Polkadot and Kusama, `chainName` is not used in defining this registry, but in other Substrate-based chains that re-launch their network without changing the `specName`, the `chainName` would be needed to create the correct registry. Substrate Reference: - `RuntimeVersion`: https://crates.parity.io/sp_version/struct.RuntimeVersion.html - `SignedExtension`: https://crates.parity.io/sp_runtime/traits/trait.SignedExtension.html - FRAME Support: https://crates.parity.io/frame_support/metadata/index.html\"},\"TransactionSuccess\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"description\":\"The hash of the encoded transaction.\"}}},\"TransactionFailedToParse\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"error\":{\"type\":\"string\",\"description\":\"`Failed to parse a tx.`\"},\"transaction\":{\"type\":\"string\",\"format\":\"hex\"},\"cause\":{\"type\":\"string\"},\"stack\":{\"type\":\"string\"}},\"description\":\"Error message when Sidecar fails to parse the transaction.\"},\"TransactionFailedToSubmit\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"error\":{\"type\":\"string\",\"description\":\"Failed to submit transaction.\"},\"transaction\":{\"type\":\"string\",\"format\":\"hex\"},\"cause\":{\"type\":\"string\"},\"stack\":{\"type\":\"string\"}},\"description\":\"Error message when the node rejects the submitted transaction.\"},\"TransactionFailure\":{\"oneOf\":[{\"$ref\":\"#/components/schemas/TransactionFailedToSubmit\"},{\"$ref\":\"#/components/schemas/TransactionFailedToParse\"}]},\"TransactionFeeEstimateFailure\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"at\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\"}}},\"error\":{\"type\":\"string\",\"description\":\"Error description.\"},\"transaction\":{\"type\":\"string\",\"format\":\"hex\"},\"block\":{\"type\":\"string\",\"description\":\"Block hash of the block fee estimation was attempted at.\"},\"cause\":{\"type\":\"string\",\"description\":\"Error message from the client.\"},\"stack\":{\"type\":\"string\"}}},\"TransactionFeeEstimate\":{\"type\":\"object\",\"properties\":{\"weight\":{\"type\":\"string\",\"description\":\"Extrinsic weight.\"},\"class\":{\"type\":\"string\",\"description\":\"Extrinsic class.\",\"enum\":[\"Normal\",\"Operational\",\"Mandatory\"]},\"partialFee\":{\"type\":\"string\",\"description\":\"Expected inclusion fee for the transaction. Note that the fee rate changes up to 30% in a 24 hour period and this will not be the exact fee.\",\"format\":\"unsignedInteger\"}},\"description\":\"Note: `partialFee` does not include any tips that you may add to increase a transaction's priority. See [compute_fee](https://crates.parity.io/pallet_transaction_payment/struct.Module.html#method.compute_fee).\"},\"TransactionPool\":{\"type\":\"object\",\"properties\":{\"pool\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"hash\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"H256 hash of the extrinsic.\"},\"encodedExtrinsic\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"Scale encoded extrinsic.\"}}}}}},\"RuntimeCode\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"code\":{\"type\":\"string\",\"format\":\"hex\"}}},\"Error\":{\"type\":\"object\",\"properties\":{\"code\":{\"type\":\"number\"},\"message\":{\"type\":\"string\"},\"stack\":{\"type\":\"string\"}}},\"PalletStorageType\":{\"type\":\"object\",\"description\":\"Info about the data structure used for storage.\",\"example\":{\"Map\":{\"hasher\":\"Twox64Concat\",\"key\":{\"example\":\"ReferendumIndex\"},\"value\":\"ReferendumInfo\",\"linked\":false}}},\"PalletStorageItemMetadata\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\",\"example\":\"ReferendumInfoOf\",\"description\":\"The storage item's name (which is the same as the storage item's ID).\"},\"modifier\":{\"type\":\"string\",\"example\":\"Optional\"},\"type\":{\"$ref\":\"#/components/schemas/PalletStorageType\"},\"fallback\":{\"type\":\"string\",\"example\":\"0x00\"},\"docs\":{\"type\":\"string\",\"example\":\" Information concerning any given referendum.\\n\\n TWOX-NOTE: SAFE as indexes are not under an attacker’s control.\"}},\"description\":\"Metadata of a storage item from a FRAME pallet.\"},\"PalletStorageItem\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"pallet\":{\"type\":\"string\",\"description\":\"Name of the pallet.\",\"example\":\"democracy\"},\"palletIndex\":{\"type\":\"string\",\"description\":\"Index of the pallet for looking up storage.\",\"example\":\"15\"},\"storageItem\":{\"type\":\"string\",\"description\":\"Name of the storage item.\",\"example\":\"referendumInfoOf\"},\"key1\":{\"type\":\"string\",\"description\":\"Key1 query param. Will not show up in response unless it was passed as part of the URI.\",\"example\":\"2\"},\"key2\":{\"type\":\"string\",\"description\":\"Key2 query param. Will not show up in response if not defined in URI.\",\"example\":\"\"},\"value\":{\"type\":\"object\",\"description\":\"Value returned by this storage query.\",\"example\":{\"Ongoing\":{\"end\":\"1612800\",\"proposalHash\":\"0x7de70fc8be782076d0b5772be77153d172a5381c72dd56d3385e25f62abf507e\",\"threshold\":\"Supermajorityapproval\",\"delay\":\"403200\",\"tally\":{\"ayes\":\"41925212461400000\",\"nays\":\"214535586500000\",\"turnout\":\"34485320658000000\"}}}},\"metadata\":{\"$ref\":\"#/components/schemas/PalletStorageItemMetadata\"}}},\"PalletStorage\":{\"type\":\"object\",\"properties\":{\"pallet\":{\"type\":\"string\",\"description\":\"Name of the pallet.\",\"example\":\"democracy\"},\"palletIndex\":{\"type\":\"string\",\"description\":\"Index of the pallet for looking up storage.\",\"example\":\"15\"},\"items\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/PalletStorageItemMetadata\"},\"description\":\"Array containing metadata for each storage entry of the pallet.\"}}},\"ParaLifecycle\":{\"type\":\"string\",\"enum\":[\"onboarding\",\"parathread\",\"parachain\",\"upgradingParathread\",\"downgradingParachain\",\"offboardingParathread\",\"offboardingParachain\"],\"description\":\"The possible states of a para, to take into account delayed lifecycle\\nchanges.\\n\"},\"OnboardingAs\":{\"type\":\"string\",\"enum\":[\"parachain\",\"parathread\"],\"description\":\"This property only shows up when `paraLifecycle=onboarding`. It\\ndescribes if a particular para is onboarding as a `parachain` or a\\n`parathread`.\\n\"},\"Para\":{\"type\":\"object\",\"properties\":{\"paraId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"paraLifecycle\":{\"$ref\":\"#/components/schemas/ParaLifecycle\"},\"onboardingAs\":{\"$ref\":\"#/components/schemas/OnboardingAs\"}}},\"Paras\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"paras\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/Para\"}}}},\"ParasLeasesCurrent\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"leasePeriodIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Current lease period index.\"},\"endOfLeasePeriod\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Last block (number) of the current lease period.\"},\"currentLeaseHolders\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"description\":\"List of `paraId`s that currently hold a lease.\"}}},\"WinningData\":{\"type\":\"object\",\"properties\":{\"bid\":{\"type\":\"object\",\"properties\":{\"accountId\":{\"type\":\"string\"},\"paraId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"amount\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"leaseSet\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"description\":\"A currently winning bid and the set of lease periods the bid is for. The\\n`amount` of the bid is per lease period. The `bid` property will be `null`\\nif no bid has been made for the corresponding `leaseSet`.\\n\"},\"ParasAuctionsCurrent\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"beginEnd\":{\"type\":\"string\",\"format\":\"unisgnedInteger or $null\",\"description\":\"Fist block (number) of the auction ending phase. `null` if there is no ongoing\\nauction.\\n\"},\"finishEnd\":{\"type\":\"string\",\"format\":\"unisgnedInteger or $null\",\"description\":\"Last block (number) of the auction ending phase. `null` if there is no ongoing\\nauction.\\n\"},\"phase\":{\"type\":\"string\",\"enum\":[\"startPeriod\",\"endPeriod\",\"vrfDelay\"],\"description\":\"An auction can be in one of 4 phases. Both `startingPeriod` () and `endingPeriod` indicate\\nan ongoing auction, while `vrfDelay` lines up with the `AuctionStatus::VrfDelay` . Finally, a value of `null`\\nindicates there is no ongoing auction. Keep in mind the that the `finishEnd` field is the block number the \\n`endingPeriod` finishes and the `vrfDelay` period begins. The `vrfDelay` period is typically about an \\nepoch long and no crowdloan contributions are accepted. \\n\"},\"auctionIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"The auction number. If there is no current auction this will be the number\\nof the previous auction.\\n\"},\"leasePeriods\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"description\":\"Lease period indexes that may be bid on in this auction. `null` if\\nthere is no ongoing auction.\\n\"},\"winning\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/WinningData\"}}}},\"FundInfo\":{\"type\":\"object\",\"properties\":{\"depositor\":{\"type\":\"string\"},\"verifier\":{\"type\":\"string\"},\"deposit\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"raised\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"end\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"cap\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"lastConstribution\":{\"type\":\"string\",\"enum\":[\"preEnding\",\"ending\"]},\"firstPeriod\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"lastPeriod\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"trieIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"ParasCrowdloans\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"funds\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"paraId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"fundInfo\":{\"$ref\":\"#/components/schemas/FundInfo\"}}},\"description\":\"List of paras that have crowdloans.\\n\"}}},\"ParasCrowdloanInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"fundInfo\":{\"$ref\":\"#/components/schemas/FundInfo\"},\"leasePeriods\":{\"type\":\"array\",\"items\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"description\":\"Lease periods the crowdloan can bid on.\"}}},\"ParasLeaseInfo\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"paraLifecycle\":{\"$ref\":\"#/components/schemas/ParaLifecycle\"},\"onboardingAs\":{\"$ref\":\"#/components/schemas/OnboardingAs\"},\"leases\":{\"type\":\"array\",\"items\":{\"type\":\"object\",\"properties\":{\"leasePeriodIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"account\":{\"type\":\"string\"},\"deposit\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"description\":\"List of lease periods for which the `paraId` holds a lease along with\\nthe deposit held and the associated `accountId`.\\n\"}}},\"TraceSpan\":{\"type\":\"object\",\"properties\":{\"id\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"name\":{\"type\":\"string\"},\"parentId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"target\":{\"type\":\"string\"},\"wasm\":{\"type\":\"boolean\"}}},\"TraceEventDataStringValues\":{\"type\":\"object\",\"properties\":{\"key\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"The complete storage key for the entry.\"},\"method\":{\"type\":\"string\",\"description\":\"Normally one of Put or Get.\"},\"result\":{\"type\":\"string\",\"format\":\"hex\",\"description\":\"Hex scale encoded storage value.\"}},\"description\":\"Note these exact values will only be present for storage events.\"},\"TraceEvent\":{\"type\":\"object\",\"properties\":{\"data\":{\"type\":\"object\",\"properties\":{\"stringValues\":{\"$ref\":\"#/components/schemas/TraceEventDataStringValues\"}}},\"parentId\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"target\":{\"type\":\"string\"}}},\"BlocksTrace\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"blockHash\":{\"type\":\"string\"},\"events\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/TraceEvent\"}},\"parentHash\":{\"type\":\"string\"},\"spans\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/TraceSpan\"}},\"storageKeys\":{\"type\":\"string\",\"description\":\"Hex encoded storage keys used to filter events.\"},\"tracingTargets\":{\"type\":\"string\",\"description\":\"Targets used to filter spans and events.\"}}},\"SpanId\":{\"type\":\"object\",\"properties\":{\"name\":{\"type\":\"string\"},\"target\":{\"type\":\"string\"},\"id\":{\"type\":\"string\",\"format\":\"unsignedInteger\"}}},\"OperationAmountCurrency\":{\"type\":\"object\",\"properties\":{\"symbol\":{\"type\":\"string\",\"example\":\"KSM\"}}},\"OperationAmount\":{\"type\":\"object\",\"properties\":{\"values\":{\"type\":\"string\",\"format\":\"unsignedInteger\"},\"currency\":{\"$ref\":\"#/components/schemas/OperationAmountCurrency\"}}},\"OperationPhase\":{\"type\":\"object\",\"properties\":{\"variant\":{\"type\":\"string\",\"enum\":[\"onInitialize\",\"initialChecks\",\"applyExtrinsic\",\"onFinalize\",\"finalChecks\"],\"description\":\"Phase of block execution pipeline.\"},\"extrinsicIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"If phase variant is `applyExtrinsic` this will be the index of\\nthe extrinsic. Otherwise this field will not be present.\\n\"}}},\"Operation\":{\"type\":\"object\",\"properties\":{\"phase\":{\"$ref\":\"#/components/schemas/OperationPhase\"},\"parentSpanId\":{\"$ref\":\"#/components/schemas/SpanId\"},\"primarySpanId\":{\"$ref\":\"#/components/schemas/SpanId\"},\"eventIndex\":{\"type\":\"string\",\"format\":\"unsignedInteger\",\"description\":\"Index of the underlying trace event.\"},\"address\":{\"type\":\"string\",\"description\":\"Account this operation affects. Note - this will be an object like\\n`{ id: address }` if the network uses `MultiAddress`\\n\"},\"storage\":{\"type\":\"object\",\"properties\":{\"pallet\":{\"type\":\"string\"},\"item\":{\"type\":\"string\"},\"field1\":{\"type\":\"string\",\"description\":\"A field of the storage item. (i.e `system::Account::get(address).data`)\\n\"},\"field2\":{\"type\":\"string\",\"description\":\"A field of the struct described by field1 (i.e\\n`system::Account::get(address).data.free`)\\n\"}}},\"amount\":{\"$ref\":\"#/components/schemas/OperationAmount\"}}},\"BlocksTraceOperations\":{\"type\":\"object\",\"properties\":{\"at\":{\"$ref\":\"#/components/schemas/BlockIdentifiers\"},\"operations\":{\"type\":\"array\",\"items\":{\"$ref\":\"#/components/schemas/Operation\"}}}}},\"requestBodies\":{\"Transaction\":{\"content\":{\"application/json\":{\"schema\":{\"$ref\":\"#/components/schemas/Transaction\"}}},\"required\":true}}}}\n\n//# sourceURL=webpack:///./src/openapi-v1.yaml?"); /***/ }), diff --git a/docs/src/openapi-v1.yaml b/docs/src/openapi-v1.yaml index 046bb4888..a9c06c500 100755 --- a/docs/src/openapi-v1.yaml +++ b/docs/src/openapi-v1.yaml @@ -2175,7 +2175,7 @@ components: fallback: type: string example: "0x00" - documentation: + docs: type: string example: " Information concerning any given referendum.\n\n TWOX-NOTE: SAFE as indexes are not under an attacker’s control." description: Metadata of a storage item from a FRAME pallet. diff --git a/docs/yarn.lock b/docs/yarn.lock index 3358ab026..858a04853 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -3,7 +3,7 @@ __metadata: version: 4 - cacheKey: 7 + cacheKey: 8 "@babel/runtime-corejs2@npm:^7.10.4": version: 7.10.5 @@ -11,7 +11,7 @@ __metadata: dependencies: core-js: ^2.6.5 regenerator-runtime: ^0.13.4 - checksum: b9f06973c766fa3832e48c4fd1fd8b59042a7302dd2a4a5b66654d77845d3442625ff6aab7c3c9890e230697541e669da3f8612cd78f47e311df3981267c999d + checksum: f64dcdcda8ab5d13076496e52842ec86d1c941ff3a896726e2a5c337c15cf097f4abab6d1869d92b40adb975b7868add6cefe1a35291ebbadb1f094d63021eab languageName: node linkType: hard @@ -20,21 +20,21 @@ __metadata: resolution: "@babel/runtime@npm:7.10.5" dependencies: regenerator-runtime: ^0.13.4 - checksum: 222bc7c75b83f73802c8c93c59281085d36ff4efebf58a81fb631af587ebaa0d0eaa187e30587448e65e8f50a4b8719fc13aa5214c02c2562e95be4c8230627e + checksum: 498696462c4ee69529ea550783ba4ebdb86d8d7211544ef8598f66d894e054468bafd2118d26488bb800ed5b9f84f0f776ea9e17eb8ad5c1c527058a873ad3a4 languageName: node linkType: hard "@braintree/sanitize-url@npm:^4.0.0": version: 4.1.0 resolution: "@braintree/sanitize-url@npm:4.1.0" - checksum: 45091afc76af378aff973003ce837486768aa8f99c7844a0fc0b842f39abbd94dbcf7cb696408cfc7816ba813e11b6a99b97245b780df48d2d0a37374505977d + checksum: c226deef0b60a91195c5fd0e6378bbb310a382fb1dce16729cc36076ada6f8fddebb27baa1ab4bcf0f6ec07ca7e9a872abd3e448f757d447c8730bc15f56e76f languageName: node linkType: hard "@kyleshockey/object-assign-deep@npm:^0.4.2": version: 0.4.2 resolution: "@kyleshockey/object-assign-deep@npm:0.4.2" - checksum: 5e16d84c47d144fde914d946fbb98b53a1d2dd633f5e542ad67d9f4a5b95e489e35e8c095737398e36c9234f2d1042ada5ca92ba5a00565acc07dcf38210d829 + checksum: 88eeabe8dd8876f7f7cb5af9c331d6fd056e1b2ac5f728d4b8b998c6232fc62b237fbf2658b1d2b65d8d1ffbbfcd49ef0010d0781be457e7ad3e3cde7ceda61e languageName: node linkType: hard @@ -43,7 +43,7 @@ __metadata: resolution: "@kyleshockey/xml@npm:1.0.2" dependencies: stream: ^0.0.2 - checksum: 07a5ccd3472ca61e97470cf40f4bb98093f1ed622426208f9be39bc6a45f86aa0418d9fe320c52b82dfdcc1416cec0be3452214d9486f0506d7df95198b059e7 + checksum: 4e73a2fa27702006444523b82e784626230598db49029556c2bbf5a7aff6c71e79cd5274f1e09484ee606f5a6699d209b3c36bb8a24501b17bc3aba0cccc689a languageName: node linkType: hard @@ -53,14 +53,14 @@ __metadata: dependencies: mkdirp: ^1.0.4 rimraf: ^3.0.2 - checksum: d178d86a0a96e5aa12e6d70c00d50eb3bb9a58c0cf1c36e1d7f240acb4ae3f14642c6314659c438ea409a509f08c2a62e29c9346a033e554c3f6921cdb293219 + checksum: c96381d4a37448ea280951e46233f7e541058cf57a57d4094dd4bdcaae43fa5872b5f2eb6bfb004591a68e29c5877abe3cdc210cb3588cbf20ab2877f31a7de7 languageName: node linkType: hard "@tootallnate/once@npm:1": version: 1.1.2 resolution: "@tootallnate/once@npm:1.1.2" - checksum: d030f3fb14e0373dbf5005d8f696ff34fda87bf56744bea611fc737449bfc0687ebcb28ee8ba4c6624877f51b18d701c0d417d793f406006a192f4721911d048 + checksum: e1fb1bbbc12089a0cb9433dc290f97bddd062deadb6178ce9bcb93bb7c1aecde5e60184bc7065aec42fe1663622a213493c48bbd4972d931aae48315f18e1be9 languageName: node linkType: hard @@ -70,21 +70,21 @@ __metadata: dependencies: "@types/minimatch": "*" "@types/node": "*" - checksum: 633bf1dda9a30899b233ed6b97c75cdd59f2ee856a12240c85474ce6889e26b3b3520b62de56f6bb61824af0ef51b311a0cae305f27ba0de8ddc4898a3673d42 + checksum: e0eef12285f548f15d887145590594a04ccce7f7e645fb047cbac18cb093f25d507ffbcc725312294c224bb78cf980fce33e5807de8d6f8a868b4186253499d4 languageName: node linkType: hard "@types/minimatch@npm:*": version: 3.0.3 resolution: "@types/minimatch@npm:3.0.3" - checksum: 672ccdac197e8176eed1a9441d0caf8a29a90eb139b1cefdd4c9e71b1c48f5c749f5d101a2d85da15c6259214ebda95072835021407d60330a731a2672964b82 + checksum: b80259d55b96ef24cb3bb961b6dc18b943f2bb8838b4d8e7bead204f3173e551a416ffa49f9aaf1dc431277fffe36214118628eacf4aea20119df8835229901b languageName: node linkType: hard "@types/node@npm:*": version: 14.0.23 resolution: "@types/node@npm:14.0.23" - checksum: 35415a294f536c2b14d29ec02a733af23405f4e7e87dace5b4392a69358aae7a14d28805a528b6e9a5f55cfbd9e035bd817e4db0325945fe0332db40ecabdf84 + checksum: e59af49e88d79d219db2a4fa5d05fb0cd6303a4e016af39c29307a8521f0a7651c4a699dafc44cadb3d4517a3245fb9390675621be92c69ad12732997e3f27bb languageName: node linkType: hard @@ -93,7 +93,7 @@ __metadata: resolution: "@types/react@npm:16.4.6" dependencies: csstype: ^2.2.0 - checksum: fc6fdad35e7ca9ebf93c4e3dfaacfbfda98e0e0cbd147d52a9882a4453f96bb5bb778c47913fe2ca09963697caa2fd52d90a81d578c44086eb956ac42cd653ed + checksum: 72227bc8b9f8519157ed4abdad956caabe18c45c3a09584eaaf69e1be0a6ef33fda87576cbf47035884d488dd3022fa7b1d96f5ccadd560a1ff9fb98bd567966 languageName: node linkType: hard @@ -104,28 +104,28 @@ __metadata: "@webassemblyjs/helper-module-context": 1.9.0 "@webassemblyjs/helper-wasm-bytecode": 1.9.0 "@webassemblyjs/wast-parser": 1.9.0 - checksum: 25d93900cc32c2cfa34860b988a534c6671cf789159cc6b918afdf6099f9f2f70710a947501170d9ba0a24f0503fe3b3b45300ec14ec05c9d833c055795133c4 + checksum: 8a9838dc7fdac358aee8daa75eefa35934ab18dafb594092ff7be79c467ebe9dabb2543e58313c905fd802bdcc3cb8320e4e19af7444e49853a7a24e25138f75 languageName: node linkType: hard "@webassemblyjs/floating-point-hex-parser@npm:1.9.0": version: 1.9.0 resolution: "@webassemblyjs/floating-point-hex-parser@npm:1.9.0" - checksum: af9e11a688b0748f2e4119379d64a8f990a0edf1fbf80df612d2fdf3874528f4917ba51c735b324266314b6587b229825eb53eacbc9e9d00ce1d21ebd2a7d9dc + checksum: d3aeb19bc30da26f639698daa28e44e0c18d5aa135359ef3c54148e194eec46451a912d0506099d479a71a94bc3eef6ef52d6ec234799528a25a9744789852de languageName: node linkType: hard "@webassemblyjs/helper-api-error@npm:1.9.0": version: 1.9.0 resolution: "@webassemblyjs/helper-api-error@npm:1.9.0" - checksum: ae7b9703ecbd0db50a2e95e23c9a1de2a0ba3d98187f4cd57473df4f2a88f9c3a2e53f98ce3a8ba0d73718a50733843ba0d8f88440d5e4a90704bb831f26a2e0 + checksum: 9179d3148639cc202e89a118145b485cf834613260679a99af6ec487bbc15f238566ca713207394b336160a41bf8c1b75cf2e853b3e96f0cc73c1e5c735b3f64 languageName: node linkType: hard "@webassemblyjs/helper-buffer@npm:1.9.0": version: 1.9.0 resolution: "@webassemblyjs/helper-buffer@npm:1.9.0" - checksum: 94bcf27ccf4e5cfcdb92f89bb1e80a973656cab5d19e67eb61a8b5c9cf4ce060616e3afc3d900f6cffa2fc9746a4ad7be75fa448c06af4d4103e507584149a78 + checksum: dcb85f630f8a2e22b7346ad4dd58c3237a2cad1457699423e8fd19592a0bd3eacbc2639178a1b9a873c3ac217bfc7a23a134ff440a099496b590e82c7a4968d5 languageName: node linkType: hard @@ -134,14 +134,14 @@ __metadata: resolution: "@webassemblyjs/helper-code-frame@npm:1.9.0" dependencies: "@webassemblyjs/wast-printer": 1.9.0 - checksum: 008fc534f21b3b054bd0bd863d3afcb30740d9c8cdc5044481747533bd276729ec196392a78c16f5a5ee8a6d067fd5fbaed16142b2b4097b1c5340451b5a5d1d + checksum: a28fa057f7beff0fd14bff716561520f8edb8c9c56c7a5559451e6765acfb70aaeb8af718ea2bd2262e7baeba597545af407e28eb2eff8329235afe8605f20d1 languageName: node linkType: hard "@webassemblyjs/helper-fsm@npm:1.9.0": version: 1.9.0 resolution: "@webassemblyjs/helper-fsm@npm:1.9.0" - checksum: 3181e69c16aad1267fd471283b797e86f5e0b26abfddf1d0d2ddef8a758f486cd2482887ec317ecbb5c421aa1d11dea17a06e92c59ea9bd38513204e6c7b8f3d + checksum: 374cc510c8f5a7a07d4fe9eb7036cc475a96a670b5d25c31f16757ac8295be8d03a2f29657ff53eaefa9e8315670a48824d430ed910e7c1835788ac79f93124e languageName: node linkType: hard @@ -150,14 +150,14 @@ __metadata: resolution: "@webassemblyjs/helper-module-context@npm:1.9.0" dependencies: "@webassemblyjs/ast": 1.9.0 - checksum: 9aa715a8d06a17ea92a6ec44322628f9418aa414b888632b5d8092a5125c2b6dcf2c6b80be2b6ad548201aa38e21d390e13c34f2edf7ba3335442739d88b0aef + checksum: 55e8f89c7ea1beaa78fad88403f3753b8413b0f3b6bb32d898ce95078b3e1d1b48ade0919c00b82fc2e3813c0ab6901e415f7a4d4fa9be50944e2431adde75a5 languageName: node linkType: hard "@webassemblyjs/helper-wasm-bytecode@npm:1.9.0": version: 1.9.0 resolution: "@webassemblyjs/helper-wasm-bytecode@npm:1.9.0" - checksum: 27ba07f49514d49ccf62a6e7a460941a6794107c9d7ef9685fda8a7373169d6ebdb676071006ce20581abb9f62562fa447473fb0b031e9ef6b2f62fa819be3f1 + checksum: 280da4df3c556f73a1a02053277f8a4be481de32df4aa21050b015c8f4d27c46af89f0417eb88e486df117e5df4bccffae593f78cb1e79f212d3b3d4f3ed0f04 languageName: node linkType: hard @@ -169,7 +169,7 @@ __metadata: "@webassemblyjs/helper-buffer": 1.9.0 "@webassemblyjs/helper-wasm-bytecode": 1.9.0 "@webassemblyjs/wasm-gen": 1.9.0 - checksum: 0e2957efc4001b1e030cf088f41a81b779437bf073272fbb31e3fc36d979dc5dd4137611397a70fa308986597a09cbdcd7806f123a0a809ae1035c40495a59d3 + checksum: b8f7bb45d4194074c82210211a5d3e402a5b5fa63ecae26d2c356ae3978af5a530e91192fb260f32f9d561b18e2828b3da2e2f41c59efadb5f3c6d72446807f0 languageName: node linkType: hard @@ -178,7 +178,7 @@ __metadata: resolution: "@webassemblyjs/ieee754@npm:1.9.0" dependencies: "@xtuc/ieee754": ^1.2.0 - checksum: 1474a87d8686542267b11b8ab0a1a37d3003cd6d4b797b8f96c58e348d483fec4e267ec1e128525e56e9250f90b75a79f1187a6beba2072d568b7a01faf3b8d4 + checksum: 7fe4a217ba0f7051e2cfef92919d4a64fac1a63c65411763779bd50907820f33f440255231a474fe3ba03bd1d9ee0328662d1eae3fce4c59b91549d6b62b839b languageName: node linkType: hard @@ -187,14 +187,14 @@ __metadata: resolution: "@webassemblyjs/leb128@npm:1.9.0" dependencies: "@xtuc/long": 4.2.2 - checksum: af49765d067ca2db5ec6bda360a235b9063756092a6439b8a296cb1ee0ebff778bcd68f686d3c350d1375a3fdb80fd0a91ea9655da5d1ea10ea5d3eae19c1105 + checksum: 4ca7cbb869530d78d42a414f34ae53249364cb1ecebbfb6ed5d562c2f209fce857502f088822ee82a23876f653a262ddc34ab64e45a7962510a263d39bb3f51a languageName: node linkType: hard "@webassemblyjs/utf8@npm:1.9.0": version: 1.9.0 resolution: "@webassemblyjs/utf8@npm:1.9.0" - checksum: 172fd362aaf6760b826117177ec171ce63b5fabe172f09343b8cd24852f33475f3a596bc1d02088f64a498556a19f98dce00cafe3da3fb8d77367db5326d2d66 + checksum: e328a30ac8a503bbd015d32e75176e0dedcb45a21d4be051c25dfe89a00035ca7a6dbd8937b442dd5b4b334de3959d4f5fe0b330037bd226a28b9814cd49e84f languageName: node linkType: hard @@ -210,7 +210,7 @@ __metadata: "@webassemblyjs/wasm-opt": 1.9.0 "@webassemblyjs/wasm-parser": 1.9.0 "@webassemblyjs/wast-printer": 1.9.0 - checksum: 16016c9ef5b69fed1d6a6f21926e6e4a9add41e316efb23f6aeadc6efe2035cfb528720965883ac7861a5584b679a2697416f19db983c8a0c8bd6c7de7a0c6f1 + checksum: 1997e0c2f4051c33239587fb143242919320bc861a0af03a873c7150a27d6404bd2e063c658193288b0aa88c35aadbe0c4fde601fe642bae0743a8c8eda52717 languageName: node linkType: hard @@ -223,7 +223,7 @@ __metadata: "@webassemblyjs/ieee754": 1.9.0 "@webassemblyjs/leb128": 1.9.0 "@webassemblyjs/utf8": 1.9.0 - checksum: 1afcebfd1272b6f2aac2322b64ced22194d5fe91baf7cbc9fbd4e18a9cf9b1c2d31af5a02a7bf15d5880d598de822accc21d446a94ad0e70d7eb09eeab7de6c6 + checksum: 2456e84e8e6bedb7ab47f6333a0ee170f7ef62842c90862ca787c08528ca8041061f3f8bc257fc2a01bf6e8d1a76fddaddd43418c738f681066e5b50f88fe7df languageName: node linkType: hard @@ -235,7 +235,7 @@ __metadata: "@webassemblyjs/helper-buffer": 1.9.0 "@webassemblyjs/wasm-gen": 1.9.0 "@webassemblyjs/wasm-parser": 1.9.0 - checksum: 2ce89f206e40dbfc44ec4a04669b76d14810db70da2506f90a7d5ff45f8002e34d7eaed447c3423cdad76d60617012d1fd0c055b63a5ed863b0068e5ce3e4032 + checksum: 91242205bdbd1aa8045364a5338bfb34880cb2c65f56db8dd19382894209673699fb31a0e5279f25c7e5bcd8f3097d6c9ca84d8969d9613ef2cf166450cc3515 languageName: node linkType: hard @@ -249,7 +249,7 @@ __metadata: "@webassemblyjs/ieee754": 1.9.0 "@webassemblyjs/leb128": 1.9.0 "@webassemblyjs/utf8": 1.9.0 - checksum: b8cb346c9b7d1238d24a418bbc676c5adea7561202580527e3f6a8f74e38de8ba60962d5bda56fa7c1d652d28d787234dfae0b4777e2a8bcaf3e0d539ced8acf + checksum: 493f6cfc63a5e16073056c81ff0526a9936f461327379ef3c83cc841000e03623b6352704f6bf9f7cb5b3610f0032020a61f9cca78c91b15b8e995854b29c098 languageName: node linkType: hard @@ -263,7 +263,7 @@ __metadata: "@webassemblyjs/helper-code-frame": 1.9.0 "@webassemblyjs/helper-fsm": 1.9.0 "@xtuc/long": 4.2.2 - checksum: eaa0140a446be6138bbd19ecadf93119381f4cfabe5d7453397f2bd1716e00498666f12944b7da0b472ad1bcc27eca2fd9934785b57cfe97910189f0df59c3f1 + checksum: 705dd48fbbceec7f6bed299b8813631b242fd9312f9594dbb2985dda86c9688048692357d684f6080fc2c5666287cefaa26b263d01abadb6a9049d4c8978b9db languageName: node linkType: hard @@ -274,28 +274,28 @@ __metadata: "@webassemblyjs/ast": 1.9.0 "@webassemblyjs/wast-parser": 1.9.0 "@xtuc/long": 4.2.2 - checksum: 9f013b27e28b60cb215011079a15c94d1a7b0784eb3b59ec4936f8c0635ecdb58875c6809485cff814e01df170f02c18676cf782826795dc08553b98e69c1049 + checksum: 3d1e1b2e84745a963f69acd1c02425b321dd2e608e11dabc467cae0c9a808962bc769ec9afc46fbcea7188cc1e47d72370da762d258f716fb367cb1a7865c54b languageName: node linkType: hard "@xtuc/ieee754@npm:^1.2.0": version: 1.2.0 resolution: "@xtuc/ieee754@npm:1.2.0" - checksum: 65bb9c55a054e2d79bf2a8c4ea23a962bd23f654b84532f3555d158d06dedf1603a4131a2f685cad988e582824ef7b8179918e894537be9626ea357f8ea60a63 + checksum: ac56d4ca6e17790f1b1677f978c0c6808b1900a5b138885d3da21732f62e30e8f0d9120fcf8f6edfff5100ca902b46f8dd7c1e3f903728634523981e80e2885a languageName: node linkType: hard "@xtuc/long@npm:4.2.2": version: 4.2.2 resolution: "@xtuc/long@npm:4.2.2" - checksum: ec09a359f98e9f8c47bf6c965e73b520a1a65e93f1febf6472babc8b6b0b425a2084452be103da5be11aec8c502ecfa29400713d55ef774579d04f691db44a2d + checksum: 8ed0d477ce3bc9c6fe2bf6a6a2cc316bb9c4127c5a7827bae947fa8ec34c7092395c5a283cc300c05b5fa01cbbfa1f938f410a7bf75db7c7846fea41949989ec languageName: node linkType: hard "abbrev@npm:1": version: 1.1.1 resolution: "abbrev@npm:1.1.1" - checksum: 9f9236a3cc7f56c167be3aa81c77fcab2e08dfb8047b7861b91440f20b299b9442255856bdbe9d408d7e96a0b64a36e1c27384251126962490b4eee841b533e0 + checksum: a4a97ec07d7ea112c517036882b2ac22f3109b7b19077dc656316d07d308438aac28e4d9746dc4d84bf6b1e75b4a7b0a5f3cb30592419f128ca9a8cee3bcfa17 languageName: node linkType: hard @@ -305,7 +305,7 @@ __metadata: dependencies: mime-types: ~2.1.24 negotiator: 0.6.2 - checksum: 2686fa30dbc850db1bf458dc8171fba13c54ed6cb25f4298ec7c2f88b8dfc50351f25c40abe3a948e4ec7a0cc8ea83d1c55c2f73ffa612d18840a8778d4a2ee0 + checksum: 27fc8060ffc69481ff6719cd3ee06387d2b88381cb0ce626f087781bbd02201a645a9febc8e7e7333558354b33b1d2f922ad13560be4ec1b7ba9e76fc1c1241d languageName: node linkType: hard @@ -314,7 +314,7 @@ __metadata: resolution: "acorn@npm:6.4.1" bin: acorn: bin/acorn - checksum: 7aa4623c6d2705e9a26057ccfdd409154f8b634973ce109a63fa2c7e679af689bb50378379610794ec9744975db7a3a3b97e2b83f87fab1b635ad19b6c0ac3be + checksum: 5ea4faa1fd30712b1d725da65e9612a93e566f40b0125df955c34669c33b81531e053a3c1501966e11217ca6026a0165f970e73c4eb8d3be7a957e4bef4ab67c languageName: node linkType: hard @@ -323,7 +323,7 @@ __metadata: resolution: "agent-base@npm:6.0.2" dependencies: debug: 4 - checksum: e77eff83e1308883118c7b6a866974dd4ef6be32ef7c91625d5337b13addb5699075c338942f5ecf598d7e5d179b81bf9c9fc644dfb9ca2db0facd9e6bf1238d + checksum: f52b6872cc96fd5f622071b71ef200e01c7c4c454ee68bc9accca90c98cfb39f2810e3e9aa330435835eedc8c23f4f8a15267f67c6e245d2b33757575bdac49d languageName: node linkType: hard @@ -334,7 +334,7 @@ __metadata: debug: ^4.1.0 depd: ^1.1.2 humanize-ms: ^1.2.1 - checksum: c58f69d05ccf3943e70d458d0dfceacc0f85749743573f843075ec93948302801e7ef43436f6c70d0ed2d12f70f1b6c061eac5a3018513f850b839533dbcef0e + checksum: d49c24d4b333e9507119385895a583872f4f53d62764a89be165926e824056a126955bae4a6d3c6f7cd26f4089621a40f7b27675f7868214d82118f744b9e82d languageName: node linkType: hard @@ -344,7 +344,7 @@ __metadata: dependencies: clean-stack: ^2.0.0 indent-string: ^4.0.0 - checksum: 704d2001a303c185e9b836d211f7eef2f4557195a11c3271143b4dcda5f6f263abe746d9b8a06b5871d07870686c7db9c0b2c38e2d3cbc593784eaaee8a29043 + checksum: 1101a33f21baa27a2fa8e04b698271e64616b886795fd43c31068c07533c7b3facfcaf4e9e0cab3624bd88f729a592f1c901a1a229c9e490eafce411a8644b79 languageName: node linkType: hard @@ -353,7 +353,7 @@ __metadata: resolution: "ajv-errors@npm:1.0.1" peerDependencies: ajv: ">=5.0.0" - checksum: d8356aadcb8a602c69c8eefca1aff93271316c45c42b975606346cfd7c3f9bf56569c15bd2fe18bee5ae16d4db15fb9b0b12cb48c057335980993978c5ff2450 + checksum: 2c9fc02cf58f9aae5bace61ebd1b162e1ea372ae9db5999243ba5e32a9a78c0d635d29ae085f652c61c941a43af0b2b1acdb255e29d44dc43a6e021085716d8c languageName: node linkType: hard @@ -362,7 +362,7 @@ __metadata: resolution: "ajv-keywords@npm:3.5.1" peerDependencies: ajv: ^6.9.1 - checksum: f91a8a5304d1f314f5ec1429c9bd895964df50eb8455430ce51d79d38fd2ed63e807dbd1966eb759ac25c06b32485ccc8a2735145836ce01fffe13859c449ea0 + checksum: 7a1811f49637d3a502ea6ec9f9348894d7a2ddcc79a566ab0f912aaa1bd6d9c7619f439ddfae5a4deed96bceb5c990f9be80ca557b1aa2b506d4822ca82e9927 languageName: node linkType: hard @@ -374,14 +374,14 @@ __metadata: fast-json-stable-stringify: ^2.0.0 json-schema-traverse: ^0.4.1 uri-js: ^4.2.2 - checksum: b20a171bf30ede1635c6b1955bcc1db5a6b3e7dfa77f75aace9fb0db87375430c46d5cdd84158a0bf0a8da91e4da97bdb1afe5604a0969d8468b7c11143fdbba + checksum: ca559d34710e6969d33bc1316282e1ece4d4d99ff5fdca4bfe31947740f8f90e7824238cdc2954e499cf75b2432e3e6c56b32814ebe04fccf8abcc3fbf36b348 languageName: node linkType: hard "ansi-colors@npm:^3.0.0": version: 3.2.4 resolution: "ansi-colors@npm:3.2.4" - checksum: 86ec4a476ae8661237c0da58c0b4c48ea57719fdd80eed00132db09ee88d69f5caa5889e13ccd07489e710bf3b9fd85123729e0660384d4373e92ef6125c1fad + checksum: 026c51880e9f8eb59b112669a87dbea4469939ff94b131606303bbd697438a6691b16b9db3027aa9bf132a244214e83ab1508b998496a34d2aea5b437ac9e62d languageName: node linkType: hard @@ -390,28 +390,28 @@ __metadata: resolution: "ansi-html@npm:0.0.7" bin: ansi-html: ./bin/ansi-html - checksum: 1178680548785b6557e67c197c343411ee1a334606058ebcfb4a3c79accddaa43edb511b0dcb79c15a18041fe0e8d1063bbbad95be8b5b1d56934b9a51d88c83 + checksum: 9b839ce99650b4c2d83621d67d68622d27e7948b54f7a4386f2218a3997ee4e684e5a6e8d290880c3f3260e8d90c2613c59c7028f04992ad5c8d99d3a0fcc02c languageName: node linkType: hard "ansi-regex@npm:^2.0.0": version: 2.1.1 resolution: "ansi-regex@npm:2.1.1" - checksum: 93a53c923fd433f67cd3d5647dffa6790f37bbfb924cf73ad23e28a8e414bde142d1da260d9a2be52ac4aa382063196880b1d40cf8b547642c746ed538ebf6c4 + checksum: 190abd03e4ff86794f338a31795d262c1dfe8c91f7e01d04f13f646f1dcb16c5800818f886047876f1272f065570ab86b24b99089f8b68a0e11ff19aed4ca8f1 languageName: node linkType: hard "ansi-regex@npm:^3.0.0": version: 3.0.0 resolution: "ansi-regex@npm:3.0.0" - checksum: 2e3c40d42904366e4a1a7b906ea3ae7968179a50916dfa0fd3e59fd12333c5d95970a9a59067ac3406d97c78784d591f0b841a4efd365dafb261327ae1ea3478 + checksum: 2ad11c416f81c39f5c65eafc88cf1d71aa91d76a2f766e75e457c2a3c43e8a003aadbf2966b61c497aa6a6940a36412486c975b3270cdfc3f413b69826189ec3 languageName: node linkType: hard "ansi-regex@npm:^4.1.0": version: 4.1.0 resolution: "ansi-regex@npm:4.1.0" - checksum: 53b6fe447cf92ee59739379de637af6f86b3b8a9537fbfe36a66f946f1d9d34afc3efe664ac31bcc7c3af042d43eabcfcfd3f790316d474bbc7b19a4b1d132dd + checksum: 97aa4659538d53e5e441f5ef2949a3cffcb838e57aeaad42c4194e9d7ddb37246a6526c4ca85d3940a9d1e19b11cc2e114530b54c9d700c8baf163c31779baf8 languageName: node linkType: hard @@ -420,7 +420,7 @@ __metadata: resolution: "ansi-styles@npm:3.2.1" dependencies: color-convert: ^1.9.0 - checksum: 456e1c23d9277512a47718da75e7fbb0a5ee215ef893c2f76d6b3efe8fceabc861121b80b0362146f5f995d21a1633f05a19bbf6283ae66ac11dc3b9c0bed779 + checksum: d85ade01c10e5dd77b6c89f34ed7531da5830d2cb5882c645f330079975b716438cd7ebb81d0d6e6b4f9c577f19ae41ab55f07f19786b02f9dfd9e0377395665 languageName: node linkType: hard @@ -430,7 +430,7 @@ __metadata: dependencies: micromatch: ^3.1.4 normalize-path: ^2.1.1 - checksum: 9e495910cca364b47ee125d451bae1bde542ef78a56ac2a1e9fe835a671ed6f3b05a0fedafc8afc58d0f5214c604cddd5ca2d27fa48f234faffa2bf26ffa7fcf + checksum: f7bb1929842b4585cdc28edbb385767d499ce7d673f96a8f11348d2b2904592ffffc594fe9229b9a1e9e4dccb9329b7692f9f45e6a11dcefbb76ecdc9ab740f6 languageName: node linkType: hard @@ -440,14 +440,14 @@ __metadata: dependencies: normalize-path: ^3.0.0 picomatch: ^2.0.4 - checksum: cf61bbaf7f34d9f94dd966230b7a7f8f1f24e3e2185540741a2561118e108206d85101ee2fc9876cd756475dbe6573d84d91115c3abdbf53a64e26a5f1f06b67 + checksum: c951385862bf114807d594bdffccb769bd7219ddc14f24fc135cde075ad2477a97991567b8bb5032d4f279f96897f0c2af6468a350a6c674ac0a5ee3b62a26d6 languageName: node linkType: hard "aproba@npm:^1.0.3, aproba@npm:^1.1.1": version: 1.2.0 resolution: "aproba@npm:1.2.0" - checksum: d4bac3e640af1f35eea8d5ee2b96ce2682549e47289f071aa37ae56066e19d239e43dea170c207d0f71586d7634099089523dd5701f26d4ded7b31dd5848a24a + checksum: 0fca141966559d195072ed047658b6e6c4fe92428c385dd38e288eacfc55807e7b4989322f030faff32c0f46bb0bc10f1e0ac32ec22d25315a1e5bbc0ebb76dc languageName: node linkType: hard @@ -457,7 +457,7 @@ __metadata: dependencies: delegates: ^1.0.0 readable-stream: ^2.0.6 - checksum: 2d6fdb0ddde9b8cb120b6851b42c75f6b6db78b540b579a00d144ad38cb9e1bdf1248e5454049fcf5b47ef61d1a6f2ea433a8e38984158afd441bc1e0db7a625 + checksum: 9a746b1dbce4122f44002b0c39fbba5b2c6f52c00e88b6ccba6fc68652323f8a1355a20e8ab94846995626d8de3bf67669a3b4a037dff0885db14607168f2b15 languageName: node linkType: hard @@ -466,42 +466,42 @@ __metadata: resolution: "argparse@npm:1.0.10" dependencies: sprintf-js: ~1.0.2 - checksum: 435adaef5f6671c3ef1478a22be6fd54bdb99fdbbce8f5561b9cbbb05068ccce87b7df3b9f3322ff52a6ebb9cab2b427cbedac47a07611690a9beaa5184093e2 + checksum: 7ca6e45583a28de7258e39e13d81e925cfa25d7d4aacbf806a382d3c02fcb13403a07fb8aeef949f10a7cfe4a62da0e2e807b348a5980554cc28ee573ef95945 languageName: node linkType: hard "arr-diff@npm:^4.0.0": version: 4.0.0 resolution: "arr-diff@npm:4.0.0" - checksum: cbdff67cf52b9742d7ecfcf8614a1a458638679909fadcec2f91d18807dd5ba1cfa1e47984f52876063c8648146d385926e11bdac976a1db3f219bfde9668160 + checksum: ea7c8834842ad3869297f7915689bef3494fd5b102ac678c13ffccab672d3d1f35802b79e90c4cfec2f424af3392e44112d1ccf65da34562ed75e049597276a0 languageName: node linkType: hard "arr-flatten@npm:^1.1.0": version: 1.1.0 resolution: "arr-flatten@npm:1.1.0" - checksum: 564dc9c32cb20a1b5bc6eeea3b7a7271fcc5e9f1f3d7648b9db145b7abf68815562870267010f9f4976d788f3f79d2ccf176e94cee69af7da48943a71041ab57 + checksum: 963fe12564fca2f72c055f3f6c206b9e031f7c433a0c66ca9858b484821f248c5b1e5d53c8e4989d80d764cd776cf6d9b160ad05f47bdc63022bfd63b5455e22 languageName: node linkType: hard "arr-union@npm:^3.1.0": version: 3.1.0 resolution: "arr-union@npm:3.1.0" - checksum: 78f0f75c4778283023b723152bf12be65773ab3628e21493e1a1d3c316d472af9053d9b3dec4d814a130ad4f8ba45ae79b0f33d270a4ae0b0ff41eb743461aa8 + checksum: b5b0408c6eb7591143c394f3be082fee690ddd21f0fdde0a0a01106799e847f67fcae1b7e56b0a0c173290e29c6aca9562e82b300708a268bc8f88f3d6613cb9 languageName: node linkType: hard "array-flatten@npm:1.1.1": version: 1.1.1 resolution: "array-flatten@npm:1.1.1" - checksum: de7a056451ff7891bb1bcda6ce2a50448ca70f63cd0fa7aa90430d288b6dc2931517b6853ce16c473a7f40fa6eaa874e20b6151616db93375471d1ffadfb1d3d + checksum: a9925bf3512d9dce202112965de90c222cd59a4fbfce68a0951d25d965cf44642931f40aac72309c41f12df19afa010ecadceb07cfff9ccc1621e99d89ab5f3b languageName: node linkType: hard "array-flatten@npm:^2.1.0": version: 2.1.2 resolution: "array-flatten@npm:2.1.2" - checksum: 46bfb198da424765f26350a8d8b207deade75d493e6d26417bfebb4027857b9fef8f5ae3bacd0b912f9a9fd2c04e2ec140c7183c0408e10950579e9d5c9dea25 + checksum: e8988aac1fbfcdaae343d08c9a06a6fddd2c6141721eeeea45c3cf523bf4431d29a46602929455ed548c7a3e0769928cdc630405427297e7081bd118fdec9262 languageName: node linkType: hard @@ -510,28 +510,28 @@ __metadata: resolution: "array-union@npm:1.0.2" dependencies: array-uniq: ^1.0.1 - checksum: 5be2568acc80d284519ff2bed8385daa37074dccbf440d5a9ce911bcb9cf51486dd677d3f61903ba113196333d033b261c8eb901a491e15bb4e437e5c68f92c7 + checksum: 82cec6421b6e6766556c484835a6d476a873f1b71cace5ab2b4f1b15b1e3162dc4da0d16f7a2b04d4aec18146c6638fe8f661340b31ba8e469fd811a1b45dc8d languageName: node linkType: hard "array-uniq@npm:^1.0.1": version: 1.0.3 resolution: "array-uniq@npm:1.0.3" - checksum: ae11b7fc1e624f7ed45f7a269b521f3f9f73dbff277be9c61fe0240c497bd3fba86367753e0ebdf49bcfd3fee14f4ebab80f573545878525eb48429514a02124 + checksum: 1625f06b093d8bf279b81adfec6e72951c0857d65b5e3f65f053fffe9f9dd61c2fc52cff57e38a4700817e7e3f01a4faa433d505ea9e33cdae4514c334e0bf9e languageName: node linkType: hard "array-unique@npm:^0.3.2": version: 0.3.2 resolution: "array-unique@npm:0.3.2" - checksum: 7139dbbcaf48325224593f2f7a400b123b310c53365b4a1d49916928082ad862117a1e6d411c926ec540e9408786bbd1cf90805609040568059156d1d09feb70 + checksum: da344b89cfa6b0a5c221f965c21638bfb76b57b45184a01135382186924f55973cd9b171d4dad6bf606c6d9d36b0d721d091afdc9791535ead97ccbe78f8a888 languageName: node linkType: hard "asap@npm:~2.0.3": version: 2.0.6 resolution: "asap@npm:2.0.6" - checksum: 3d314f8c598b625a98347bacdba609d4c889c616ca5d8ea65acaae8050ab8b7aa6630df2cfe9856c20b260b432adf2ee7a65a1021f268ef70408c70f809e3a39 + checksum: b296c92c4b969e973260e47523207cd5769abd27c245a68c26dc7a0fe8053c55bb04360237cb51cab1df52be939da77150ace99ad331fb7fb13b3423ed73ff3d languageName: node linkType: hard @@ -542,7 +542,7 @@ __metadata: bn.js: ^4.0.0 inherits: ^2.0.1 minimalistic-assert: ^1.0.0 - checksum: 9c57bcc4ca0984967361fb05dd6e9a6d578a49da2f65623af69f934a958067a723944bcce258de5266d2b4a4c6ab840fb57f6af3f21a54e1857ecf263231b825 + checksum: 9289a1a55401238755e3142511d7b8f6fc32f08c86ff68bd7100da8b6c186179dd6b14234fba2f7f6099afcd6758a816708485efe44bc5b2a6ec87d9ceeddbb5 languageName: node linkType: hard @@ -552,28 +552,28 @@ __metadata: dependencies: object-assign: ^4.1.1 util: 0.10.3 - checksum: 9bd01a7a574d99656d3998b95e904c35fe41c9e18b8193a4b1bb3b1df2772f4fb03bf75897093daca9d883ed888d9be5da2a9a952da6f1da9101f4147a2f00c1 + checksum: 9be48435f726029ae7020c5888a3566bf4d617687aab280827f2e4029644b6515a9519ea10d018b342147c02faf73d9e9419e780e8937b3786ee4945a0ca71e5 languageName: node linkType: hard "assign-symbols@npm:^1.0.0": version: 1.0.0 resolution: "assign-symbols@npm:1.0.0" - checksum: 893e9389a5dde0690102ad8d6146e50d747b6f45d51996d39b04abb7774755a4a9b53883295abab4dd455704b1e10c1fa560d617db5404bae118526916472bec + checksum: c0eb895911d05b6b2d245154f70461c5e42c107457972e5ebba38d48967870dee53bcdf6c7047990586daa80fab8dab3cc6300800fbd47b454247fdedd859a2c languageName: node linkType: hard "async-each@npm:^1.0.1": version: 1.0.3 resolution: "async-each@npm:1.0.3" - checksum: 0cf01982ae42db5ce591aab153e45e77aa7c813c4fb282f1e7cac2259f90949f82542e82a33f73ef308e0126c9a8bc702ee117a87614549fe88840cf5a44aec4 + checksum: 868651cfeb209970b367fbb96df1e1c8dc0b22c681cda7238417005ab2a5fbd944ee524b43f2692977259a57b7cc2547e03ff68f2b5113dbdf953d48cc078dc3 languageName: node linkType: hard "async-limiter@npm:~1.0.0": version: 1.0.1 resolution: "async-limiter@npm:1.0.1" - checksum: d123312ace75c07399ddc58e06cc028dacce35f71cdf59cf9b22f6c31dde221c22285e6185ede823ecb67f3b3065e26205eb9f74fcbba3f12ce7a2c2b09d7763 + checksum: 2b849695b465d93ad44c116220dee29a5aeb63adac16c1088983c339b0de57d76e82533e8e364a93a9f997f28bbfc6a92948cefc120652bd07f3b59f8d75cf2b languageName: node linkType: hard @@ -582,14 +582,14 @@ __metadata: resolution: "async@npm:2.6.3" dependencies: lodash: ^4.17.14 - checksum: 5c30ec6f3d64308dd96d56dae16a00a23b9e6278fe8f66492837896d958508698648c59c53457d3fdf05fd04484e16538efeca2be38337cd78df0284e764ab34 + checksum: 5e5561ff8fca807e88738533d620488ac03a5c43fce6c937451f7e35f943d33ad06c24af3f681a48cca3d2b0002b3118faff0a128dc89438a9bf0226f712c499 languageName: node linkType: hard "asynckit@npm:^0.4.0": version: 0.4.0 resolution: "asynckit@npm:0.4.0" - checksum: a024000b9ddd938e2f27b3cb8188f96a5e1fff58185e98b84862fc4e01de279a547874a800340c2b106bb9de9b0fc61c6c683bc6892abf65e6be29a96addafd3 + checksum: 7b78c451df768adba04e2d02e63e2d0bf3b07adcd6e42b4cf665cb7ce899bedd344c69a1dcbce355b5f972d597b25aaa1c1742b52cffd9caccb22f348114f6be languageName: node linkType: hard @@ -598,7 +598,7 @@ __metadata: resolution: "atob@npm:2.1.2" bin: atob: bin/atob.js - checksum: 597c0d1a740bb6522c98bea8fe362ae9420b4203af588d2bd470326d9abd4504264956b8355923d7019a21527ef5e6526a7b4455862ec5178ccd81e0ea289d5f + checksum: dfeeeb70090c5ebea7be4b9f787f866686c645d9f39a0d184c817252d0cf08455ed25267d79c03254d3be1f03ac399992a792edcd5ffb9c91e097ab5ef42833a languageName: node linkType: hard @@ -607,7 +607,7 @@ __metadata: resolution: "autolinker@npm:3.14.1" dependencies: tslib: ^1.9.3 - checksum: 0ce159e8ff5f68c6936fa042561b4bc9d27e317f4a39583db072d5a6703e1b67ca08700fd2576d2ffb8a20d7c78a1b2838808108574c6cd9d68d2a1501fb6377 + checksum: e8c0b07053a6d1557953325e500d6e59f4c7c5bb2ae97d0ace9229019133fc0f058ef41636bfc74b6581d98bc4a5e15631dc00cfe0993d0c41b525e2e0652e37 languageName: node linkType: hard @@ -617,21 +617,21 @@ __metadata: dependencies: core-js: ^2.4.0 regenerator-runtime: ^0.11.0 - checksum: 5010bf1d81e484d9c6a5b4e4c32564a0dc180c2dc5a65f999729c3cb63b9c6e805d3d10c19a4ccc2112bce084e39e51e52daf5c21df0141ce8e6e37727af2e0b + checksum: 8aeade94665e67a73c1ccc10f6fd42ba0c689b980032b70929de7a6d9a12eb87ef51902733f8fefede35afea7a5c3ef7e916a64d503446c1eedc9e3284bd3d50 languageName: node linkType: hard "balanced-match@npm:^1.0.0": version: 1.0.0 resolution: "balanced-match@npm:1.0.0" - checksum: f515a605fe1b59f476f7477c5e1d53ad55b4f42982fca1d57b6701906f4ad1f1ac90fd6587d92cc1af2edb43eecf979214dd847ee410a6de9db4ebf0dd128d62 + checksum: 9b67bfe558772f40cf743a3469b48b286aecec2ea9fe80c48d74845e53aab1cef524fafedf123a63019b49ac397760573ef5f173f539423061f7217cbb5fbd40 languageName: node linkType: hard "base64-js@npm:^1.0.2, base64-js@npm:^1.2.0": version: 1.3.1 resolution: "base64-js@npm:1.3.1" - checksum: 8a0cc69d7c7c0ab75c164d3e2eccc3dd65fbaba17bcf440aab54636afd31255287ac3cd16a111e98d741c4a6e0b5631774b0c32818355089e645df3ae96a49bb + checksum: 957b9ced0ea1b39588a117193f801b045a5fb2d6f1b9943dd304bcad46e5681bf837fe092105692b11653658e8443764139d6b11d3c4037093b96e8db4e1dbb2 languageName: node linkType: hard @@ -646,42 +646,42 @@ __metadata: isobject: ^3.0.1 mixin-deep: ^1.2.0 pascalcase: ^0.1.1 - checksum: 84e30392fd028df388b209cfb800e1ab4156b3cc499bd46f96ce6271fd17f10302ba6b87d4a56c6946cc77b6571502d45d73c7948a63a84f9ffd421f81232dd5 + checksum: a4a146b912e27eea8f66d09cb0c9eab666f32ce27859a7dfd50f38cd069a2557b39f16dba1bc2aecb3b44bf096738dd207b7970d99b0318423285ab1b1994edd languageName: node linkType: hard "batch@npm:0.6.1": version: 0.6.1 resolution: "batch@npm:0.6.1" - checksum: 4ec2d961e6af6e944e164eb1b8c5885bc4c85846d110ce2d55156ab2903dd1593f3c4a7b71c2cff81464a2973e1b91cc1bf86239a9ba44435a319eeae3346a91 + checksum: 61f9934c7378a51dce61b915586191078ef7f1c3eca707fdd58b96ff2ff56d9e0af2bdab66b1462301a73c73374239e6542d9821c0af787f3209a23365d07e7f languageName: node linkType: hard "big.js@npm:^3.1.3": version: 3.2.0 resolution: "big.js@npm:3.2.0" - checksum: 6f08a28dd4501758ec069301182763f847633c6bc63b04714547c8b85b4b6e1d5772901370a8fca1f7d82f1ca9b2b9165ebbf397b46d9e05fbd84b9b06556999 + checksum: 299449e40555625a308f01d74378677036b2ec98b30aaa89794b3afbd4eaa104b7456a989affadfd7f630dc14b3f1df250de9bddc4a6fc664e60727887bb33e7 languageName: node linkType: hard "big.js@npm:^5.2.2": version: 5.2.2 resolution: "big.js@npm:5.2.2" - checksum: ea33d7d25674df4253ae3667da7f48ade6cc8828cb4f2c3a7753f53975f10cebae57e0d1ecf84f1b920b5467262dc0d4f357e5e497b138472d0e64992a8402a4 + checksum: b89b6e8419b097a8fb4ed2399a1931a68c612bce3cfd5ca8c214b2d017531191070f990598de2fc6f3f993d91c0f08aa82697717f6b3b8732c9731866d233c9e languageName: node linkType: hard "binary-extensions@npm:^1.0.0": version: 1.13.1 resolution: "binary-extensions@npm:1.13.1" - checksum: 7cdacc6dadaffb6a4d250c39ca51e1fd7ba0fd846348e2813465dfaa7fce1e59a3465c1555578e7e4e7959023b47824cc387b37780e2160f52fface775cc0133 + checksum: ad7747f33c07e94ba443055de130b50c8b8b130a358bca064c580d91769ca6a69c7ac65ca008ff044ed4541d2c6ad45496e1fadbef5218a68770996b6a2194d7 languageName: node linkType: hard "binary-extensions@npm:^2.0.0": version: 2.1.0 resolution: "binary-extensions@npm:2.1.0" - checksum: 12bee2817930b211b88f6de5da2edb64f924ffde79e01516fcb17005a39e75374fae1ce1a9c58b52557a4d81eb6eb7a804cbe7170ea3a553919a7ce0053e2e4f + checksum: 16ef0ca9b8ebf1fa2376658d1fba6840b311ddfef81c507dbe0465ae3e9545899d9a5ae513e32907963259073e8f87247b0c43d43f13ed1c50ea1e29e9d1d19f languageName: node linkType: hard @@ -690,28 +690,28 @@ __metadata: resolution: "bindings@npm:1.5.0" dependencies: file-uri-to-path: 1.0.0 - checksum: bd623dec58f126eb0c30f04a20da7080f06cdd5af26bf5a91615e70055fbba66c4cec5c88b156e8181c1d822f2392034a40a9121ef3ebc25638dc2163332b12d + checksum: 65b6b48095717c2e6105a021a7da4ea435aa8d3d3cd085cb9e85bcb6e5773cf318c4745c3f7c504412855940b585bdf9b918236612a1c7a7942491de176f1ae7 languageName: node linkType: hard "bluebird@npm:^3.5.1, bluebird@npm:^3.5.5": version: 3.7.2 resolution: "bluebird@npm:3.7.2" - checksum: 4f2288662f3d4eadbb82d4daa4a7d7976a28fa3c7eb4102c9b4033b03e5be4574ba123ac52a7c103cde4cb7b2d2afc1dbe41817ca15a29ff21ecd258d0286047 + checksum: 869417503c722e7dc54ca46715f70e15f4d9c602a423a02c825570862d12935be59ed9c7ba34a9b31f186c017c23cac6b54e35446f8353059c101da73eac22ef languageName: node linkType: hard "bn.js@npm:^4.0.0, bn.js@npm:^4.1.0, bn.js@npm:^4.11.9": version: 4.12.0 resolution: "bn.js@npm:4.12.0" - checksum: cfe7494de9c8a472c3534418f64f9c30a3f18134a8ad0c3ba4e0e934feb5d1a9110bba049a47ec6b79a1d649467df212f64ba6b22aaccbea0c3c208bef0b4110 + checksum: 39afb4f15f4ea537b55eaf1446c896af28ac948fdcf47171961475724d1bb65118cca49fa6e3d67706e4790955ec0e74de584e45c8f1ef89f46c812bee5b5a12 languageName: node linkType: hard "bn.js@npm:^5.1.1": version: 5.1.2 resolution: "bn.js@npm:5.1.2" - checksum: ed0f337a224d874c8c58c604f8454184cd7069a6619c65a556e1b3a9544f7d22013add4460381288a9676e188e9f0e6e672a4ab8676d4834119d20f8ad782892 + checksum: 7e50a116f7efb244d15b0cdb672b576e8c7189df0be19e037c4af294162b0895fae0e22f143e71937f480b1ca7c0fbaf8ab4e5fe3c93238ca234994d8cf49226 languageName: node linkType: hard @@ -729,7 +729,7 @@ __metadata: qs: 6.7.0 raw-body: 2.4.0 type-is: ~1.6.17 - checksum: 18c2a81df5eabc7e3541bc9ace394b88e6fbd390989b5e764ff34c3f9dbd097e19986c31baa9b855ec5c2cff2b79157449afb0cdfb97bb99c11d6239b2c47a34 + checksum: 490231b4c89bbd43112762f7ba8e5342c174a6c9f64284a3b0fcabf63277e332f8316765596f1e5b15e4f3a6cf0422e005f4bb3149ed3a224bb025b7a36b9ac1 languageName: node linkType: hard @@ -743,14 +743,14 @@ __metadata: dns-txt: ^2.0.2 multicast-dns: ^6.0.1 multicast-dns-service-types: ^1.1.0 - checksum: b6c49714a3e0015411878296d9db80894493c973f5bb4516811d75747b21429b1f807e9176d3f188165127feecdda8073abae47892426b25a4a1513f70daaeb8 + checksum: 2cfbe9fa861f4507b5ff3853eeae3ef03a231ede2b7363efedd80880ea3c0576f64416f98056c96e429ed68ff38dc4a70c0583d1eb4dab72e491ca44a0f03444 languageName: node linkType: hard "boolbase@npm:~1.0.0": version: 1.0.0 resolution: "boolbase@npm:1.0.0" - checksum: e827963c416fdb1dbcd57e066a43c40829518f4dcdc9f58ed04519daeebb610adacbb6cf102518bda9f08be593c5b1b49a83e36bf6b7d91b3403f7e35510eeae + checksum: 3e25c80ef626c3a3487c73dbfc70ac322ec830666c9ad915d11b701142fab25ec1e63eff2c450c74347acfd2de854ccde865cd79ef4db1683f7c7b046ea43bb0 languageName: node linkType: hard @@ -760,7 +760,7 @@ __metadata: dependencies: balanced-match: ^1.0.0 concat-map: 0.0.1 - checksum: 4c878e25e4858baf801945dfd63eb68feab2e502cf1122f25f3915c0e3bf397af3a93ff6bef0798db41c0d81ef28c08e55daac38058710f749a3b96eee6b8f40 + checksum: faf34a7bb0c3fcf4b59c7808bc5d2a96a40988addf2e7e09dfbb67a2251800e0d14cd2bfc1aa79174f2f5095c54ff27f46fb1289fe2d77dac755b5eb3434cc07 languageName: node linkType: hard @@ -778,7 +778,7 @@ __metadata: snapdragon-node: ^2.0.1 split-string: ^3.0.2 to-regex: ^3.0.1 - checksum: 5f2d5ae262a39e516c7266f1316bc1caade4dcc26c5f8454f1d35064abbccd51cfea1c2cfa5a7402026991448a2b0ed0be1adce76ff1db2dfca7d3263f58d24d + checksum: e30dcb6aaf4a31c8df17d848aa283a65699782f75ad61ae93ec25c9729c66cf58e66f0000a9fec84e4add1135bb7da40f7cb9601b36bebcfa9ca58e8d5c07de0 languageName: node linkType: hard @@ -787,14 +787,14 @@ __metadata: resolution: "braces@npm:3.0.2" dependencies: fill-range: ^7.0.1 - checksum: f3493181c3e91a1333d3c9afc9b3263a3f62f4ced0b033c372efc1373b48a7699557f4e04026b232a8556e043ca5360a9d3008c33852350138d4b0ea57558b8d + checksum: e2a8e769a863f3d4ee887b5fe21f63193a891c68b612ddb4b68d82d1b5f3ff9073af066c343e9867a393fe4c2555dcb33e89b937195feb9c1613d259edfcd459 languageName: node linkType: hard "brorand@npm:^1.0.1, brorand@npm:^1.1.0": version: 1.1.0 resolution: "brorand@npm:1.1.0" - checksum: 4536dd73f07f6884d89c09c906345b606abff477e87babef64a85656e8cf12b1c5f40d06313b91dac12bf3e031ac190b5d548f2c3bf75f655344c3fcf90cbc8a + checksum: 8a05c9f3c4b46572dec6ef71012b1946db6cae8c7bb60ccd4b7dd5a84655db49fe043ecc6272e7ef1f69dc53d6730b9e2a3a03a8310509a3d797a618cbee52be languageName: node linkType: hard @@ -808,7 +808,7 @@ __metadata: evp_bytestokey: ^1.0.3 inherits: ^2.0.1 safe-buffer: ^5.0.1 - checksum: 487abe9fcf1d26add1f8f5b8e72ceb4493fb0ccbec170a18d2dd20b90fb2b4007d6c2db0bf993cdaf53567ebf8065ffcb01a08946087305adc82e4ccf2f9c1e8 + checksum: 4a17c3eb55a2aa61c934c286f34921933086bf6d67f02d4adb09fcc6f2fc93977b47d9d884c25619144fccd47b3b3a399e1ad8b3ff5a346be47270114bcf7104 languageName: node linkType: hard @@ -819,7 +819,7 @@ __metadata: browserify-aes: ^1.0.4 browserify-des: ^1.0.0 evp_bytestokey: ^1.0.0 - checksum: 4c5ee6d232c160ce0cb7e583a45a36ec1ad3323cbce278d77d243c51fe3f76db7df4406c53361a4f589cc70a54dc95da38519a6d0af5323cf60075f7eef9829d + checksum: 2d8500acf1ee535e6bebe808f7a20e4c3a9e2ed1a6885fff1facbfd201ac013ef030422bec65ca9ece8ffe82b03ca580421463f9c45af6c8415fd629f4118c13 languageName: node linkType: hard @@ -831,7 +831,7 @@ __metadata: des.js: ^1.0.0 inherits: ^2.0.1 safe-buffer: ^5.1.2 - checksum: d9e6ea8db0d79bdf649d2dc8436f85b02f055b3ccd54add73a671e9649cec24265d0ece5f44a0678ec7d2a5fab511ea5f70badd5f6141be24157866a31889ba5 + checksum: b15a3e358a1d78a3b62ddc06c845d02afde6fc826dab23f1b9c016e643e7b1fda41de628d2110b712f6a44fb10cbc1800bc6872a03ddd363fb50768e010395b7 languageName: node linkType: hard @@ -841,7 +841,7 @@ __metadata: dependencies: bn.js: ^4.1.0 randombytes: ^2.0.1 - checksum: 65ad8e818f70649b29ad48a6b06c5900a928126925ecbc2f9896bc6ee236dd1feeb745e3f276296724b2f134f438231ace72f529ac8605d78bff605998cf1e72 + checksum: e5d8406e65f8e9a2e038f6fa0cb30108269a1ab33c1563ddc78fb0fff1a43ea21d44bd3dcd01a783683f60dcbc4b58c63120a11f6d09939e3f84af378e6caef8 languageName: node linkType: hard @@ -858,7 +858,7 @@ __metadata: parse-asn1: ^5.1.5 readable-stream: ^3.6.0 safe-buffer: ^5.2.0 - checksum: 9fd2d93a3d6a6f2261f9eca77fbec077ae8a9ed7cf129909ad0a9f9c2f1c2052b22bf0e7bc03d7cc668042bf7f82c05e0151cae1563080837cdeb7bd93f3216d + checksum: 7b8467346bf2098a234b42da75dd71a91b16f012d24633a0e0ef5bc461d9e52b56942c0fc970fb7c3de2721b6242b3cf27872582829b2e32adef70b6d15a42a3 languageName: node linkType: hard @@ -867,7 +867,7 @@ __metadata: resolution: "browserify-zlib@npm:0.2.0" dependencies: pako: ~1.0.5 - checksum: 877c864e68a3f1dc9355eea71ee84c894c40f906f737bdf1e5d98d3641182099208e757356b5906160f0b2b22fa4976c4534ac1782bbdd39823b605ae2210f9a + checksum: 5cd9d6a665190fedb4a97dfbad8dabc8698d8a507298a03f42c734e96d58ca35d3c7d4085e283440bbca1cd1938cff85031728079bedb3345310c58ab1ec92d6 languageName: node linkType: hard @@ -876,28 +876,28 @@ __metadata: resolution: "btoa@npm:1.2.1" bin: btoa: bin/btoa.js - checksum: d8f863b356706f64d6f9f4ed30711b72b8e76e36dcd25ed14349829f0450a1a06ee8abb8006b1ff7461650933fd9347f0df095c0bacc9ab46c55e4857ce3db21 + checksum: afbf004fb1b1d530e053ffa66ef5bd3878b101c59d808ac947fcff96810b4452abba2b54be687adadea2ba9efc7af48b04228742789bf824ef93f103767e690c languageName: node linkType: hard "buffer-from@npm:^1.0.0": version: 1.1.1 resolution: "buffer-from@npm:1.1.1" - checksum: 540ceb79c4f5bfcadaabbc18324fa84c50dc52905084be7c03596a339cf5a88513bee6831ce9b36ddd046fab09257a7c80686e129d0559a0cfd141da196ad956 + checksum: ccc53b69736008bff764497367c4d24879ba7122bc619ee499ff47eef3a5b885ca496e87272e7ebffa0bec3804c83f84041c616f6e3318f40624e27c1d80f045 languageName: node linkType: hard "buffer-indexof@npm:^1.0.0": version: 1.1.1 resolution: "buffer-indexof@npm:1.1.1" - checksum: f7114185678d4ebd66b68a8d76feda5a66ea5df57101e7af1c3faef6ff98ca6ac15891da200d7eea99153573e110d05bc9fdf493278e3bd2b0f117e84ff08f64 + checksum: 0967abc2981a8e7d776324c6b84811e4d84a7ead89b54a3bb8791437f0c4751afd060406b06db90a436f1cf771867331b5ecf5c4aca95b4ccb9f6cb146c22ebc languageName: node linkType: hard "buffer-xor@npm:^1.0.3": version: 1.0.3 resolution: "buffer-xor@npm:1.0.3" - checksum: 58ce260802968a06448f58ba20f83146ef21c7fb55839602ad951aa3b839035f181341375f2692aca46c86c15f6fcf668985ceef2063a2d33eafb5c6a0a4f627 + checksum: 10c520df29d62fa6e785e2800e586a20fc4f6dfad84bcdbd12e1e8a83856de1cb75c7ebd7abe6d036bbfab738a6cf18a3ae9c8e5a2e2eb3167ca7399ce65373a languageName: node linkType: hard @@ -908,7 +908,7 @@ __metadata: base64-js: ^1.0.2 ieee754: ^1.1.4 isarray: ^1.0.0 - checksum: e29ecda22aa854008e26a8df294be1e5339a3bec8cbf537a794fecf63a024da68165743bc9afb1524909c74d8b03392e93a9c8fa5c2b064b1b2a52d4680c204e + checksum: 8801bc1ba08539f3be70eee307a8b9db3d40f6afbfd3cf623ab7ef41dffff1d0a31de0addbe1e66e0ca5f7193eeb667bfb1ecad3647f8f1b0750de07c13295c3 languageName: node linkType: hard @@ -918,28 +918,28 @@ __metadata: dependencies: base64-js: ^1.0.2 ieee754: ^1.1.4 - checksum: e18fdf099c25cae354d673c7deee0391978bde5a47b785cf81e118c75853f0f36838b0a5ea5ee7adf8c02eedb9664292608efdcac9945f4f4f514d14054656f7 + checksum: d659494c5032dd39d03d2912e64179cc44c6340e7e9d1f68d3840e7ab4559989fbce92b4950174593c38d05268224235ba404f0878775cab2a616b6dcad9c23e languageName: node linkType: hard "builtin-status-codes@npm:^3.0.0": version: 3.0.0 resolution: "builtin-status-codes@npm:3.0.0" - checksum: 8e2872a69ae05c6a24adc3b6dd4c340f077ea842fc8115ab5b4896f3ab68cf38f56438d430273efd152def59313fd8ca3a35bdad4c3e88b8bb88ba4a371b3866 + checksum: 1119429cf4b0d57bf76b248ad6f529167d343156ebbcc4d4e4ad600484f6bc63002595cbb61b67ad03ce55cd1d3c4711c03bbf198bf24653b8392420482f3773 languageName: node linkType: hard "bytes@npm:3.0.0": version: 3.0.0 resolution: "bytes@npm:3.0.0" - checksum: 98d6c0ab36f7a5527226fd928e65495ffd3d53cb22da627eba3300eed36bd283ae3dfdf3a0aa017df13a09115b5b8847e3d51f66c2f0304a262264c86a317c05 + checksum: a2b386dd8188849a5325f58eef69c3b73c51801c08ffc6963eddc9be244089ba32d19347caf6d145c86f315ae1b1fc7061a32b0c1aa6379e6a719090287ed101 languageName: node linkType: hard "bytes@npm:3.1.0": version: 3.1.0 resolution: "bytes@npm:3.1.0" - checksum: c3f64645ef37922c8194fef88a052de2a28101882dfdf8a225493888c4941a26ea15164957e7492e5c5e3a8e98ee6276f4834efacb68e2d8ad4d91f903250b6c + checksum: 7c3b21c5d9d44ed455460d5d36a31abc6fa2ce3807964ba60a4b03fd44454c8cf07bb0585af83bfde1c5cc2ea4bbe5897bc3d18cd15e0acf25a3615a35aba2df languageName: node linkType: hard @@ -960,7 +960,7 @@ __metadata: ssri: ^5.2.4 unique-filename: ^1.1.0 y18n: ^4.0.0 - checksum: a5ed395a27c93c6252bba2a5ca0a10ba00697424a180ec85512c1ece6c6417b932eb9206e782110cfc96cea555f23d94f18f8422626870e08f554b8af2f36eee + checksum: 787207714c7624f1569448db576fb7f595e5612b6c0a4d2eaa951d1bab70c01746e2d77942a7cbecd938222ce6cc55ef758c228aa9022741864aed8e097e487c languageName: node linkType: hard @@ -983,7 +983,7 @@ __metadata: ssri: ^6.0.1 unique-filename: ^1.1.1 y18n: ^4.0.0 - checksum: fd70ecfddb7fab7d9fb8544e10a738341e50709d897d97439c41d8b85b0df8bc50a2dcd8faab1af78499003b8944390a870451b3dd73860450d579c85128aede + checksum: c88a72f36939b2523533946ffb27828443db5bf5995d761b35ae17af1eb6c8e20ac55b00b74c2ca900b2e1e917f0afba6847bf8cc16bee05ccca6aa150e0830c languageName: node linkType: hard @@ -1008,7 +1008,7 @@ __metadata: ssri: ^8.0.1 tar: ^6.0.2 unique-filename: ^1.1.1 - checksum: 14a42beacacd46eeb11577c27e866d17285f3647e5f870ded539eedb98ffc4d7d84bd49998e0eda140756494fd14e24b6a028710e2c00653fd6479f4e3dc47a3 + checksum: b5f2595de5af40b71adab709add2716506b660c204b3f096f9fce49f48161765e0ca30ea90bfd64cb7f24db7a6be2e8f6bf777217696291f1383810f71e7acb5 languageName: node linkType: hard @@ -1025,7 +1025,7 @@ __metadata: to-object-path: ^0.3.0 union-value: ^1.0.0 unset-value: ^1.0.0 - checksum: 3f362ba824453d4043df82655314503e591a09a1bcb909ffdfcc74deb0fe4e7c58e40de31293153b07aeb5545610a1d81bf49b67cff5d3dd084d389e5a4d4849 + checksum: 9114b8654fe2366eedc390bad0bcf534e2f01b239a888894e2928cb58cdc1e6ea23a73c6f3450dcfd2058aa73a8a981e723cd1e7c670c047bf11afdc65880107 languageName: node linkType: hard @@ -1035,14 +1035,14 @@ __metadata: dependencies: no-case: ^2.2.0 upper-case: ^1.1.1 - checksum: 1cfcf1eb9725b6e61d3b4b996bd521aa4a4b86c9022d2df2c960e451b557eee259505066a9d6d172f2b38fb7bed07c9d07b08aa645bed5c66f92b5372495cb9f + checksum: 4190ed6ab8acf4f3f6e1a78ad4d0f3f15ce717b6bfa1b5686d58e4bcd29960f6e312dd746b5fa259c6d452f1413caef25aee2e10c9b9a580ac83e516533a961a languageName: node linkType: hard "camelcase@npm:^5.0.0, camelcase@npm:^5.2.0": version: 5.3.1 resolution: "camelcase@npm:5.3.1" - checksum: 6a3350c4ea8ab6e5109e0b443cfaf43dc40abfad7b2d79dcafbbafbe9b6b4059b4365b17ad822e24cf08e6627c1ffb65a9651d05cef9fcc6f64b6a0c2f327feb + checksum: e6effce26b9404e3c0f301498184f243811c30dfe6d0b9051863bd8e4034d09c8c2923794f280d6827e5aa055f6c434115ff97864a16a963366fb35fd673024b languageName: node linkType: hard @@ -1053,28 +1053,28 @@ __metadata: ansi-styles: ^3.2.1 escape-string-regexp: ^1.0.5 supports-color: ^5.3.0 - checksum: 22c7b7b5bc761c882bb6516454a1a671923f1c53ff972860065aa0b28a195f230163c1d46ee88bcc7a03e5539177d896457d8bc727de7f244c6e87032743038e + checksum: ec3661d38fe77f681200f878edbd9448821924e0f93a9cefc0e26a33b145f1027a2084bf19967160d11e1f03bfe4eaffcabf5493b89098b2782c3fe0b03d80c2 languageName: node linkType: hard "character-entities-legacy@npm:^1.0.0": version: 1.1.4 resolution: "character-entities-legacy@npm:1.1.4" - checksum: bb1e426146681405edaaf349ac045533c8a2540958c824e90b7c2286bdbf1a4706c0b524983f5e0f2bee776bdf29cadb1240af60c02d192b24e3e227f2c84bca + checksum: fe03a82c154414da3a0c8ab3188e4237ec68006cbcd681cf23c7cfb9502a0e76cd30ab69a2e50857ca10d984d57de3b307680fff5328ccd427f400e559c3a811 languageName: node linkType: hard "character-entities@npm:^1.0.0": version: 1.2.4 resolution: "character-entities@npm:1.2.4" - checksum: 6ca8a790a2c18f5cda36a75d6b8fdf8c818b215c46daa87c1d2bd8062d4dee54685ddcff578cdd777b852b72539fdfcc60ee681037684a8209004db7d867c705 + checksum: e1545716571ead57beac008433c1ff69517cd8ca5b336889321c5b8ff4a99c29b65589a701e9c086cda8a5e346a67295e2684f6c7ea96819fe85cbf49bf8686d languageName: node linkType: hard "character-reference-invalid@npm:^1.0.0": version: 1.1.4 resolution: "character-reference-invalid@npm:1.1.4" - checksum: 82d8ce7828536cc7e097594a0414c09a70356312f4e9dfe88af7fe8c3b14efea8e4cf16fae0bcbb95d76fdf5ef6b44a42f75d0998aa7894558cf1affa2a66b3a + checksum: 20274574c70e05e2f81135f3b93285536bc8ff70f37f0809b0d17791a832838f1e49938382899ed4cb444e5bbd4314ca1415231344ba29f4222ce2ccf24fea0b languageName: node linkType: hard @@ -1097,7 +1097,7 @@ __metadata: dependenciesMeta: fsevents: optional: true - checksum: 0758dcc7c6c7ace5924cf3c68088210932d391ab41026376b0adb8e07013ac87232e029f13468dfc9ca4dd59adae62a2b7eaedebb6c4e4f0ba92cbf3ac9e3721 + checksum: 0c43e89cbf0268ef1e1f41ce8ec5233c7ba022c6f3282c2ef6530e351d42396d389a1148c5a040f291cf1f4083a4c6b2f51dad3f31c726442ea9a337de316bcf languageName: node linkType: hard @@ -1116,21 +1116,21 @@ __metadata: dependenciesMeta: fsevents: optional: true - checksum: fdbeae89bdd7832acb0b7a5192b7d6ec1a81aff915609b0b6ff110e58fa211d793fed16ce41ccd9d4c6c7786db1b97cd88984bfe2b87303f04aa6bf0f31feaaa + checksum: af17d3033b3fc9fe82efa0e8aa0da5ec31892b565cb84b931693477bc125849cad67a04ccd2cfa450ab1a7fe2dacb278d0ebc1ec5078781f2198c36344f704ac languageName: node linkType: hard "chownr@npm:^1.0.1, chownr@npm:^1.1.1": version: 1.1.4 resolution: "chownr@npm:1.1.4" - checksum: 4a7f1a0b2637450fd15ddb085b10649487ddd1d59a8d9335b1aa5b1e9ad55840a591ab7d7f9b568001cb6777d017334477ab2e32e048788b13a069d011cd5781 + checksum: 115648f8eb38bac5e41c3857f3e663f9c39ed6480d1349977c4d96c95a47266fcacc5a5aabf3cb6c481e22d72f41992827db47301851766c4fd77ac21a4f081d languageName: node linkType: hard "chownr@npm:^2.0.0": version: 2.0.0 resolution: "chownr@npm:2.0.0" - checksum: b06ba0bf4218bc2214cdb94a7d0200db5c6425f9425795c064dcf5a3801aac8ae87f764727890cd1f48c026559159e7e0e15ed3d1940ce453dec54898d013379 + checksum: c57cf9dd0791e2f18a5ee9c1a299ae6e801ff58fee96dc8bfd0dcb4738a6ce58dd252a3605b1c93c6418fe4f9d5093b28ffbf4d66648cb2a9c67eaef9679be2f languageName: node linkType: hard @@ -1139,7 +1139,7 @@ __metadata: resolution: "chrome-trace-event@npm:1.0.2" dependencies: tslib: ^1.9.0 - checksum: 926fe23bc92e35c7fb666711c1dc1f342f289a728eb37d23bc4371df7587fe58152569eb57d657e2377f2e56093513939cab5a5a8f3589743938cc0b61527c02 + checksum: a104606fd07e6191848fa15d4031ac41c1715d025074574bdbb27d998a20d75d860a2060a5aca840bfbf97ec2ef6b72df9b387ed4109a8fc6eb5c362477c9294 languageName: node linkType: hard @@ -1149,7 +1149,7 @@ __metadata: dependencies: inherits: ^2.0.1 safe-buffer: ^5.0.1 - checksum: ec80001ec91dbb7c5c08facc00ffc9c75fed7abd6d720c7a9c62c260aa2e5cb2655c183e011b50b8b711f755b1753c7fdd2ca44c091ee78d81c377ca74ed83c9 + checksum: 47d3568dbc17431a339bad1fe7dff83ac0891be8206911ace3d3b818fc695f376df809bea406e759cdea07fff4b454fa25f1013e648851bec790c1d75763032e languageName: node linkType: hard @@ -1161,14 +1161,14 @@ __metadata: define-property: ^0.2.5 isobject: ^3.0.0 static-extend: ^0.1.1 - checksum: 6411679ad4d2bde81b62ad721d4771d108d5d8ef32805d10ebfa6f1d6bdcfd5cb6dfea5232b85221f079e42691c36cf2db05a5e76b87ba8f6deb37a2c23a4a41 + checksum: be108900801e639e50f96a7e4bfa8867c753a7750a7603879f3981f8b0a89cba657497a2d5f40cd4ea557ff15d535a100818bb486baf6e26fe5d7872e75f1078 languageName: node linkType: hard "classnames@npm:^2.2.6": version: 2.2.6 resolution: "classnames@npm:2.2.6" - checksum: 490eaeca5931846737ffd33e472a701d268d5b8bc5717dd4cf108a127b06e86e05350e06799abbbe763a0e4c945b4217f6700b7ae00ddc703505682c370e5cf2 + checksum: 09a4fda780158aa8399079898eabeeca0c48c28641d9e4de140db7412e5e346843039ded1af0152f755afc2cc246ff8c3d6f227bf0dcb004e070b7fa14ec54cc languageName: node linkType: hard @@ -1177,14 +1177,14 @@ __metadata: resolution: "clean-css@npm:4.2.3" dependencies: source-map: ~0.6.0 - checksum: a60f7800828ea7a6b8315c3c855d700c59cf9e45e88a88e73c7fff12ee316a4afcbca1041b14453c8020f57de72ebf3d0ed6250f306faea83f5e05ee90a4c67a + checksum: 613129973a038b8bb13e3975ad6b679feccb8c98f2a9d03e6bec9e60291ef1e6b5037ee8cb09a3470751adc52f43782b1dcb4cb049360230b48062d6e3314072 languageName: node linkType: hard "clean-stack@npm:^2.0.0": version: 2.2.0 resolution: "clean-stack@npm:2.2.0" - checksum: e291ce2b8c8c59e6449ac9a7a726090264bea6696e5343b21385e16d279c808ca09d73a1abea8fd23a9b7699e6ef5ce582df203511f71c8c27666bf3b2e300c5 + checksum: 2ac8cd2b2f5ec986a3c743935ec85b07bc174d5421a5efc8017e1f146a1cf5f781ae962618f416352103b32c9cd7e203276e8c28241bbe946160cab16149fb68 languageName: node linkType: hard @@ -1193,7 +1193,7 @@ __metadata: resolution: "clean-webpack-plugin@npm:1.0.1" dependencies: rimraf: ^2.6.1 - checksum: a73bbe5ee11735e0ef395bc0aeb8ffa3fa46dc57b9f817b367b6efe3f5e3e1c3ae92938496c533b6d8aa52b6536e6bcf04a9c124dceaaeb3aa1fd7cac96928e8 + checksum: 6aeab0c86968d36f5b7a45fdb33fc48b92d439615b7f00269d9844c7dd464169a8f64521c74456135069320742b018926fea86447e934b3ab5d79febf7a7f63b languageName: node linkType: hard @@ -1204,7 +1204,7 @@ __metadata: good-listener: ^1.2.2 select: ^1.1.2 tiny-emitter: ^2.0.0 - checksum: 25e2e6b595f764ebb541dfda5c77051200567b5dd2de42ac6ab9681febe1256a977be450ab1d6f0d41554799106cc92e79e167797c8e8b8e88edcb0aec5b5dcb + checksum: e0eeef536344b2334fd8b0b5969e63e094051891c7e14643e47f67779aef06491e4cecbd73b21295764235aa829534fa812134ea8920537dd6a90cad68acd11f languageName: node linkType: hard @@ -1215,14 +1215,14 @@ __metadata: string-width: ^3.1.0 strip-ansi: ^5.2.0 wrap-ansi: ^5.1.0 - checksum: 25e61dc985279bd7ec16715df53288346e5c36ff43956f7de31bf55b2432ce1259e75148b28c3ed41265caf1baee1d204363c429ae5fee54e6f78bed5a5d82b3 + checksum: 0bb8779efe299b8f3002a73619eaa8add4081eb8d1c17bc4fedc6240557fb4eacdc08fe87c39b002eacb6cfc117ce736b362dbfd8bf28d90da800e010ee97df4 languageName: node linkType: hard "code-point-at@npm:^1.0.0": version: 1.1.0 resolution: "code-point-at@npm:1.1.0" - checksum: 7d9837296e0f1c00239c88542f5a3e0bad11e45d3d0e8d9d097901fe54722dd5d2c006969077a287be8648a202c43f74e096f17552cbd897568308fba7b87ac0 + checksum: 17d5666611f9b16d64fdf48176d9b7fb1c7d1c1607a189f7e600040a11a6616982876af148230336adb7d8fe728a559f743a4e29db3747e3b1a32fa7f4529681 languageName: node linkType: hard @@ -1232,7 +1232,7 @@ __metadata: dependencies: map-visit: ^1.0.0 object-visit: ^1.0.0 - checksum: c73cb1316c29f4b175198dba417f759e6b50ca3f312e42f4f451c2a38cc8e3e292e1fec60d9ccbada35fbc22805a1d897d3bc37fd88fbfe8ab509e4ede88c386 + checksum: 15d9658fe6eb23594728346adad5433b86bb7a04fd51bbab337755158722f9313a5376ef479de5b35fbc54140764d0d39de89c339f5d25b959ed221466981da9 languageName: node linkType: hard @@ -1241,14 +1241,14 @@ __metadata: resolution: "color-convert@npm:1.9.3" dependencies: color-name: 1.1.3 - checksum: 5f244daa3d1fe1f216d48878c550465067d15268688308554e613b7640a068f96588096d51f0b98b68f15d6ff6bb8ad24e172582ac8c0ad43fa4d3da60fd1b79 + checksum: fd7a64a17cde98fb923b1dd05c5f2e6f7aefda1b60d67e8d449f9328b4e53b228a428fd38bfeaeb2db2ff6b6503a776a996150b80cdf224062af08a5c8a3a203 languageName: node linkType: hard "color-name@npm:1.1.3": version: 1.1.3 resolution: "color-name@npm:1.1.3" - checksum: d8b91bb90aefc05b6ff568cf8889566dcc6269824df6f3c9b8ca842b18d7f4d089c07dc166808d33f22092d4a79167aa56a96a5ff0d21efab548bf44614db43b + checksum: 09c5d3e33d2105850153b14466501f2bfb30324a2f76568a408763a3b7433b0e50e5b4ab1947868e65cb101bb7cb75029553f2c333b6d4b8138a73fcc133d69d languageName: node linkType: hard @@ -1257,49 +1257,49 @@ __metadata: resolution: "combined-stream@npm:1.0.8" dependencies: delayed-stream: ~1.0.0 - checksum: 5791ce7944530f0db74a97e77ea28b6fdbf89afcf038e41d6b4195019c4c803cd19ed2905a54959e5b3830d50bd5d6f93c681c6d3aaea8614ad43b48e62e9d65 + checksum: 49fa4aeb4916567e33ea81d088f6584749fc90c7abec76fd516bf1c5aa5c79f3584b5ba3de6b86d26ddd64bae5329c4c7479343250cfe71c75bb366eae53bb7c languageName: node linkType: hard "comma-separated-tokens@npm:^1.0.0": version: 1.0.8 resolution: "comma-separated-tokens@npm:1.0.8" - checksum: 31a5a2fa6e0f02764b0634e0aa31913c9be0ef568f4e58b5c1ec85d0a6e4a6c367905eacf2c7e59b57d3d05f40cff166ea3c9b6ee8338625cad060ce43ede9fd + checksum: 0adcb07174fa4d08cf0f5c8e3aec40a36b5ff0c2c720e5e23f50fe02e6789d1d00a67036c80e0c1e1539f41d3e7f0101b074039dd833b4e4a59031b659d6ca0d languageName: node linkType: hard "commander@npm:2.17.x": version: 2.17.1 resolution: "commander@npm:2.17.1" - checksum: 017ef909a7871e0865879bf90cca0527c920010fe5a222b55ba7205baa1d336ea868b7dde4a060c8fc1ede85a1325cc79eef5e1f21170ac626d2ece82a58ad73 + checksum: 22e7ed5b422079a13a496e5eb8f73f36c15b5809d46f738e168e20f9ad485c12951bdc2cb366a36eb5f4927dae4f17b355b8adb96a5b9093f5fa4c439e8b9419 languageName: node linkType: hard "commander@npm:^2.20.0": version: 2.20.3 resolution: "commander@npm:2.20.3" - checksum: b73428e97de7624323f81ba13f8ed9271de487017432d18b4da3f07cfc528ad754bbd199004bd5d14e0ccd67d1fdfe0ec8dbbd4c438b401df3c4cc387bfd1daa + checksum: ab8c07884e42c3a8dbc5dd9592c606176c7eb5c1ca5ff274bcf907039b2c41de3626f684ea75ccf4d361ba004bbaff1f577d5384c155f3871e456bdf27becf9e languageName: node linkType: hard "commander@npm:~2.19.0": version: 2.19.0 resolution: "commander@npm:2.19.0" - checksum: 1a18c37b383203c02667a9307c882e966e45f923e1052cc3d799f4007cce51fdc82ffe4c2b1ec2946cded7b3856e7a6e1c048d5d0ab906c8b8014d6ce172db19 + checksum: d52ffb0b31528784005356f879591b5a4875d3e88806c115fb30a8de0994d2fa9ca3f72a3cb880cdaf1bfb9df185f928cfcbbc656fa831f9c6109a209569ef6d languageName: node linkType: hard "commondir@npm:^1.0.1": version: 1.0.1 resolution: "commondir@npm:1.0.1" - checksum: 98f18ad14f0ea38e0866db365bc8496f2a74250cf47ec96b94913e1b0574c99b4ff837a9f05dbc68d82505fd06b52dfba4f6bbe6fbda43094296cfaf33b475a0 + checksum: 59715f2fc456a73f68826285718503340b9f0dd89bfffc42749906c5cf3d4277ef11ef1cca0350d0e79204f00f1f6d83851ececc9095dc88512a697ac0b9bdcb languageName: node linkType: hard "component-emitter@npm:^1.2.1": version: 1.3.0 resolution: "component-emitter@npm:1.3.0" - checksum: fc4edbf1014f0aed88dcec33ca02d2938734e428423f640d8a3f94975615b8e8c506c19e29b93949637c5a281353e75fa79e299e0d57732f42a9fe346cb2cad6 + checksum: b3c46de38ffd35c57d1c02488355be9f218e582aec72d72d1b8bbec95a3ac1b38c96cd6e03ff015577e68f550fbb361a3bfdbd9bb248be9390b7b3745691be6b languageName: node linkType: hard @@ -1308,7 +1308,7 @@ __metadata: resolution: "compressible@npm:2.0.18" dependencies: mime-db: ">= 1.43.0 < 2" - checksum: 8ac178b6ef4f72adc51e495f23f7212a4764395dde24e476046cca1db988859eef96453e11563bcf40d1bf74469cdd7db29539fd4ac553577d9812d3f112fada + checksum: 58321a85b375d39230405654721353f709d0c1442129e9a17081771b816302a012471a9b8f4864c7dbe02eef7f2aaac3c614795197092262e94b409c9be108f0 languageName: node linkType: hard @@ -1323,14 +1323,14 @@ __metadata: on-headers: ~1.0.2 safe-buffer: 5.1.2 vary: ~1.1.2 - checksum: 8f5356777088492755e40a506acb35af7de9e99b3efcaba9d60dbdf4b61cb2f817a1100015da06f6ca8dea8f4cd015b91c27f02b562e2f66750329b9104dfeb1 + checksum: 35c0f2eb1f28418978615dc1bc02075b34b1568f7f56c62d60f4214d4b7cc00d0f6d282b5f8a954f59872396bd770b6b15ffd8aa94c67d4bce9b8887b906999b languageName: node linkType: hard "concat-map@npm:0.0.1": version: 0.0.1 resolution: "concat-map@npm:0.0.1" - checksum: 554e28d9ee5aa6e061795473ee092cb3d3a2cbdb76c35416e0bb6e03f136d7d07676da387b2ed0ec4106cedbb6534080d9abc48ecc4a92b76406cf2d0c3c0c4b + checksum: 902a9f5d8967a3e2faf138d5cb784b9979bad2e6db5357c5b21c568df4ebe62bcb15108af1b2253744844eb964fc023fbd9afbbbb6ddd0bcc204c6fb5b7bf3af languageName: node linkType: hard @@ -1342,35 +1342,35 @@ __metadata: inherits: ^2.0.3 readable-stream: ^2.2.2 typedarray: ^0.0.6 - checksum: 7a97b7a7d0938e36800bdb6f5caf938bac8c523a6ec15df1f2ac41d3785541be30a6671c9f4c0d1ac9609e6ab29dcab8f54d1c84035e3e3b7b24f9336da68ab0 + checksum: 1ef77032cb4459dcd5187bd710d6fc962b067b64ec6a505810de3d2b8cc0605638551b42f8ec91edf6fcd26141b32ef19ad749239b58fae3aba99187adc32285 languageName: node linkType: hard "connect-history-api-fallback@npm:^1.6.0": version: 1.6.0 resolution: "connect-history-api-fallback@npm:1.6.0" - checksum: 298f60415d5f5480b76f98d8bf83737cae9f05921e3d3479452cae34ed3498fab35a1c4c8f19ca5b327bbbe759098f5f6e5fc097d829f607d0d642b075c93e21 + checksum: 804ca2be28c999032ecd37a9f71405e5d7b7a4b3defcebbe41077bb8c5a0a150d7b59f51dcc33b2de30bc7e217a31d10f8cfad27e8e74c2fc7655eeba82d6e7e languageName: node linkType: hard "console-browserify@npm:^1.1.0": version: 1.2.0 resolution: "console-browserify@npm:1.2.0" - checksum: ddc0e717a48ffa11d6b7ad08a81a706151ff7c08db313c14ae28f1dce88360b2f2d88ccd7b760243a47b67d821f1294273511af5de61f4f201855bb55e8e1d58 + checksum: 226591eeff8ed68e451dffb924c1fb750c654d54b9059b3b261d360f369d1f8f70650adecf2c7136656236a4bfeb55c39281b5d8a55d792ebbb99efd3d848d52 languageName: node linkType: hard "console-control-strings@npm:^1.0.0, console-control-strings@npm:~1.1.0": version: 1.1.0 resolution: "console-control-strings@npm:1.1.0" - checksum: 58a404d951bf270494fb91e136cf064652c1208ccedac23e4da24e6a3a3933998f302cadc45cbf6582a007a4aa44dab944e84056b24e3b1964e9a28aeedf76c9 + checksum: 8755d76787f94e6cf79ce4666f0c5519906d7f5b02d4b884cf41e11dcd759ed69c57da0670afd9236d229a46e0f9cf519db0cd829c6dca820bb5a5c3def584ed languageName: node linkType: hard "constants-browserify@npm:^1.0.0": version: 1.0.0 resolution: "constants-browserify@npm:1.0.0" - checksum: 108cd8ebfaf3c7fa77c443ca89ec63e41411e341d8b066b1c68d992598f1b75891fbd5370d67a1929a7813be71605884c40c107c1e760d12ebcedf49d31b0c44 + checksum: f7ac8c6d0b6e4e0c77340a1d47a3574e25abd580bfd99ad707b26ff7618596cf1a5e5ce9caf44715e9e01d4a5d12cb3b4edaf1176f34c19adb2874815a56e64f languageName: node linkType: hard @@ -1379,35 +1379,35 @@ __metadata: resolution: "content-disposition@npm:0.5.3" dependencies: safe-buffer: 5.1.2 - checksum: 8f1f235c0423be68023df7f5a3948601d859ce44ee94e1d0fa2a97383bd469e789320b6ddf6f31b3620605c75cf771522df11386f51aff401e5d51b6ccfde3e2 + checksum: 95bf164c0b0b8199d3f44b7631e51b37f683c6a90b9baa4315bd3d405a6d1bc81b7346f0981046aa004331fb3d7a28b629514d01fc209a5251573fc7e4d33380 languageName: node linkType: hard "content-type@npm:~1.0.4": version: 1.0.4 resolution: "content-type@npm:1.0.4" - checksum: ff6e19cbf281c23d5608723a6dc60ac97e2280bd4d21602511283112321e6c1555895e395555e367672b54a0f1585276284b7c3c8be313aca73902ac2f2609fd + checksum: 3d93585fda985d1554eca5ebd251994327608d2e200978fdbfba21c0c679914d5faf266d17027de44b34a72c7b0745b18584ecccaa7e1fdfb6a68ac7114f12e0 languageName: node linkType: hard "cookie-signature@npm:1.0.6": version: 1.0.6 resolution: "cookie-signature@npm:1.0.6" - checksum: 305054e102eebd0a483c63aefdc3abf54a9471bed5eb12be56c0dcf35a94110b8a13139b27751ab07a5ef09e9f4190ee67f71e9d3acf1748e6e2f1aed338c987 + checksum: f4e1b0a98a27a0e6e66fd7ea4e4e9d8e038f624058371bf4499cfcd8f3980be9a121486995202ba3fca74fbed93a407d6d54d43a43f96fd28d0bd7a06761591a languageName: node linkType: hard "cookie@npm:0.4.0": version: 0.4.0 resolution: "cookie@npm:0.4.0" - checksum: 7aaef4b642c533600fdd001d963a507dfcd814267503374e51d9743475d024feeff8b0b4ddd0777a25791a2efbdfd8bc4a0fe0696104efa195e8f8584807d410 + checksum: 760384ba0aef329c52523747e36a452b5e51bc49b34160363a6934e7b7df3f93fcc88b35e33450361535d40a92a96412da870e1816aba9aa6cc556a9fedd8492 languageName: node linkType: hard "cookie@npm:~0.4.1": version: 0.4.1 resolution: "cookie@npm:0.4.1" - checksum: b8e0928e3e7aba013087974b33a6eec730b0a68b7ec00fc3c089a56ba2883bcf671252fc2ed64775aa1ca64796b6e1f6fdddba25a66808aef77614d235fd3e06 + checksum: bd7c47f5d94ab70ccdfe8210cde7d725880d2fcda06d8e375afbdd82de0c8d3b73541996e9ce57d35f67f672c4ee6d60208adec06b3c5fc94cebb85196084cf8 languageName: node linkType: hard @@ -1421,14 +1421,14 @@ __metadata: mkdirp: ^0.5.1 rimraf: ^2.5.4 run-queue: ^1.0.0 - checksum: 62ad9de2dcca3da3fdedf8ffd8c72dacafddc64e0299c61a53c55e3fc8c789d55bc6ca73b399576c52d25ba42c64f4b82f8ba8089ebf932f6f84e0aa8bd7c71e + checksum: 63c169f582e09445260988f697b2d07793d439dfc31e97c8999707bd188dd94d1c7f2ca3533c7786fb75f03a3f2f54ad1ee08055f95f61bb8d2e862498c1d460 languageName: node linkType: hard "copy-descriptor@npm:^0.1.0": version: 0.1.1 resolution: "copy-descriptor@npm:0.1.1" - checksum: c052cf571ff6b69b604607a3d41f03cb742af9472026013e690ab33e1bef5e64930c53a5f881dc79c7e4f5ccc3cea0ebb9f420315d3690989329088976b68ee9 + checksum: d4b7b57b14f1d256bb9aa0b479241048afd7f5bcf22035fc7b94e8af757adeae247ea23c1a774fe44869fd5694efba4a969b88d966766c5245fdee59837fe45b languageName: node linkType: hard @@ -1437,7 +1437,7 @@ __metadata: resolution: "copy-to-clipboard@npm:3.3.1" dependencies: toggle-selection: ^1.0.6 - checksum: 9707f2e405ca4019de1f4194565568acdf3d1dd8a59f7b8f63d0e7257648132b579461e7aeb6140169cb943cf4b6a243b377cf0437d8c10c6f5e5bb3935dea78 + checksum: 3c7b1c333dc6a4b2e9905f52e4df6bbd34ff9f9c97ecd3ca55378a6bc1c191bb12a3252e6289c7b436e9188cff0360d393c0161626851d2301607860bbbdcfd5 languageName: node linkType: hard @@ -1453,28 +1453,28 @@ __metadata: minimatch: ^3.0.4 p-limit: ^1.0.0 serialize-javascript: ^1.4.0 - checksum: 04e917bf7ab3c577f633a67e95a561bae0fb2d4006a6ccfbb249e53472308291f16f476072a84037b8a00854833232eb04555875d3eb6d5ebc9c290511d90e6e + checksum: 0c745ca6cdbfa1458383a4db07a6a7002e6aff2183e9b45c99556075bec9ded1f54dae2e9a5e9017e4e805f38f61c6bc9dfce9af5548dea0a80d82bce039fdad languageName: node linkType: hard "core-js@npm:^1.0.0": version: 1.2.7 resolution: "core-js@npm:1.2.7" - checksum: 845cd9fe577300e5ce549fea1b66665e79e699ed7ab3bc4d64c9c1e2a35a479c331198039666a7675190e17e8d55097a162e962bec8c9ca3db393425724bbb29 + checksum: 0b76371bfa98708351cde580f9287e2360d2209920e738ae950ae74ad08639a2e063541020bf666c28778956fc356ed9fe56d962129c88a87a6a4a0612526c75 languageName: node linkType: hard "core-js@npm:^2.4.0, core-js@npm:^2.6.11, core-js@npm:^2.6.5": version: 2.6.11 resolution: "core-js@npm:2.6.11" - checksum: 39ad00b46deaecf344470ef940949b58c4b15e71608a98e8ac7429cd16e485b829f9720d44a44b5f4dee966ff04a18baf5283feb8aaba2cb59ce2c25fa72b88c + checksum: 6944011e7aa2d86dae6c42fbb15c94bf20b7499c4f5ebd5e5d11bdde7101d3724788afacc8ab93fbacb2c881d634ef9ee783e1cf724cfbaaf501e882abda957f languageName: node linkType: hard "core-util-is@npm:~1.0.0": version: 1.0.2 resolution: "core-util-is@npm:1.0.2" - checksum: 089015ee3c462dfceba70faa1df83b42a7bb35db26dae6af283247b06fe3216c65fccd9f00eebcaf98300dc31e981d56aae9f90b624f8f6ff1153e235ff88b65 + checksum: 7a4c925b497a2c91421e25bf76d6d8190f0b2359a9200dbeed136e63b2931d6294d3b1893eda378883ed363cd950f44a12a401384c609839ea616befb7927dab languageName: node linkType: hard @@ -1484,7 +1484,7 @@ __metadata: dependencies: bn.js: ^4.1.0 elliptic: ^6.0.0 - checksum: ea4cc33d33e91c5ea145c63a970a04c059429e714001283640f38830d741bad7f7e9800fae6a18a49c94c9053f9fdafa0ede4745023e0041a243ea6b78cfd6b1 + checksum: 0678955daf937c188c69b2a601ebcbe4ab02ca3c1aa04f62d5fb5511430d0141802207eabf9aa100351920ea89bfcbe53ba8bd4c013a1a3453fd807549a5ede2 languageName: node linkType: hard @@ -1497,7 +1497,7 @@ __metadata: md5.js: ^1.3.4 ripemd160: ^2.0.1 sha.js: ^2.4.0 - checksum: 5565182efc3603e4d34c3ce13fd0765a058b27f91e49ba8e720e30ba8bfc53e9cd835e5343136000b6f210a979fe1041a4f3fe728e866e64f34db04b068fd725 + checksum: 02a6ae3bb9cd4afee3fabd846c1d8426a0e6b495560a977ba46120c473cb283be6aa1cace76b5f927cf4e499c6146fb798253e48e83d522feba807d6b722eaa9 languageName: node linkType: hard @@ -1511,7 +1511,7 @@ __metadata: ripemd160: ^2.0.0 safe-buffer: ^5.0.1 sha.js: ^2.4.8 - checksum: 98957676a93081678a2a915ae14898d65aac9b5651ffa55b8888484dd9d79c06d3cb3f85b137cd833ab536d87adee17394bb2b0efc591ea0e34110266d5bcd75 + checksum: ba12bb2257b585a0396108c72830e85f882ab659c3320c83584b1037f8ab72415095167ced80dc4ce8e446a8ecc4b2acf36d87befe0707d73b26cf9dc77440ed languageName: node linkType: hard @@ -1522,7 +1522,7 @@ __metadata: fbjs: ^0.8.9 loose-envify: ^1.3.1 object-assign: ^4.1.1 - checksum: d71a513045d95f38f69c31e606c8647cc7c3ee1306b9d8ff778d9568c28cc5d6afcc2d2d3bdcbe89a41a245942fd9a4171d202a52845251e13a67a2f94906208 + checksum: 8ad00603815efafe44d511dc39beb0e2d03177c99c60c85978c2d791db880e83be64042e0ee718ccdeb596cd850f3649333adbbd08783980ba3882488bb2bf7d languageName: node linkType: hard @@ -1531,7 +1531,7 @@ __metadata: resolution: "cross-fetch@npm:3.0.5" dependencies: node-fetch: 2.6.0 - checksum: 99f0f4ae222c611bfd45c176e95335ffb4046c662e349afcdcfad8edf9a76cefb68e6dfb6707cddf0ad23d231290346a76d70ba1205f8af4cb335eb52321b4bc + checksum: c02f139d00823fdb766b290aab674bf12846138dbdb29374bb5f8af843267280127d31d051f8f8712d95ec3a49e650eb3aa703071b77448dbd48af57bfaca8e6 languageName: node linkType: hard @@ -1544,7 +1544,7 @@ __metadata: semver: ^5.5.0 shebang-command: ^1.2.0 which: ^1.2.9 - checksum: 05fbbf957d9b81dc05fd799a238f6aacc2e7cc9783fff3f0e00439a97d6f269c90482571cbf1eeea17200fd119161a2d1f88aa49a8110b176e04f2a70825284f + checksum: f893bb0d96cd3d5751d04e67145bdddf25f99449531a72e82dcbbd42796bbc8268c1076c6b3ea51d4d455839902804b94bc45dfb37ecbb32ea8e54a6741c3ab9 languageName: node linkType: hard @@ -1563,7 +1563,7 @@ __metadata: public-encrypt: ^4.0.0 randombytes: ^2.0.0 randomfill: ^1.0.3 - checksum: 8b558367b3759652b7c8dfd8fa0dc55a69362ae3efe039ac44d4b010bc63143708f4748ef8efc079945bf61dbc53c829cda968cd2abc1f34fcf43f669a414f73 + checksum: c1609af82605474262f3eaa07daa0b2140026bd264ab316d4bf1170272570dbe02f0c49e29407fe0d3634f96c507c27a19a6765fb856fed854a625f9d15618e2 languageName: node linkType: hard @@ -1584,7 +1584,7 @@ __metadata: schema-utils: ^1.0.0 peerDependencies: webpack: ^4.0.0 - checksum: 93c846a1e6677cb82651267187e9ed3fd76df908741f1d909f907f5f9b0223143ff8c4eee4ab1e0e7c1ac78f9ea7586260a38ee6a8909f6f2196671617eb04c9 + checksum: 7add5c85669e706563e2aa512fac0e6f74dc4927529771ab01d91ec85e9be2a21f94f72cb3a768db7148e9b7cab2220e52d05fa0eb5b39b5f672b59191a08405 languageName: node linkType: hard @@ -1596,21 +1596,21 @@ __metadata: css-what: 2.1 domutils: 1.5.1 nth-check: ~1.0.1 - checksum: c1fdd9040c677cd872e57761aafce8b603fa3c979117cc9d70e0e4901d6e0c751abe3b05b93d918835413165916d7f7132559a6f350863124f6bbbec2b1694d8 + checksum: 607cca60d2f5c56701fe5f800bbe668b114395c503d4e4808edbbbe70b8be3c96a6407428dc0227fcbdf335b20468e6a9e7fd689185edfb57d402e1e4837c9b7 languageName: node linkType: hard "css-what@npm:2.1": version: 2.1.3 resolution: "css-what@npm:2.1.3" - checksum: 732fcecfe3247eadd79081790934f9aa003ca935657d87a4737afc03dc378f8f3d1a071066328a226d98299d15e855c886f625119fe1d7f2367659d3335bde6f + checksum: a52d56c591a7e1c37506d0d8c4fdef72537fb8eb4cb68711485997a88d76b5a3342b73a7c79176268f95b428596c447ad7fa3488224a6b8b532e2f1f2ee8545c languageName: node linkType: hard "css.escape@npm:1.5.1": version: 1.5.1 resolution: "css.escape@npm:1.5.1" - checksum: 44fe5e93fee46fe60dbd0cdd078b14ef75697ee93519a7157f976b655463dd66eba598b0df16c16a897ac884c97845d2a3819cb8d370cbf91bc59bb557ebe826 + checksum: f6d38088d870a961794a2580b2b2af1027731bb43261cfdce14f19238a88664b351cc8978abc20f06cc6bbde725699dec8deb6fe9816b139fc3f2af28719e774 languageName: node linkType: hard @@ -1619,21 +1619,21 @@ __metadata: resolution: "cssesc@npm:3.0.0" bin: cssesc: bin/cssesc - checksum: 673783eda1f89af3faefc0e4b833f40621f484ce102a23396e7a65cc4c42798bd91ee3656c8b04a0a5ca38d40ada5bc8663e4541c380a7a81af2de5b2322e443 + checksum: f8c4ababffbc5e2ddf2fa9957dda1ee4af6048e22aeda1869d0d00843223c1b13ad3f5d88b51caa46c994225eacb636b764eb807a8883e2fb6f99b4f4e8c48b2 languageName: node linkType: hard "csstype@npm:^2.2.0": version: 2.6.11 resolution: "csstype@npm:2.6.11" - checksum: b5de145e845a416006d870c8005807922ee23cb72f9427c2c1e3e7df9f7f2996ef32aa2f12456477a47966eabbd7a9a5baa668588ff6c6a19546ada77ad09edf + checksum: c361d952275a82404db2d3eb5beeaa477b0ea74b30631398bea08bbc608c453487156b7bcd71b1e2ff769172e734c4afc95bfa9d4bac6c1620456d7c0d2d70a2 languageName: node linkType: hard "cyclist@npm:^1.0.1": version: 1.0.1 resolution: "cyclist@npm:1.0.1" - checksum: 74bc0a48c37bed8a430f103d0a880902768b7e3bcc0f9e098c4bd9630438c6b053b88e33c127e41316bb2da8d642a937015961a6cd563641ad2a5798dfecadd9 + checksum: 3cc2fdeb358599ca0ea96f5ecf2fc530ccab7ed1f8aa1a894aebfacd2009281bd7380cb9b30db02a18cdd00b3ed1d7ce81a3b11fe56e33a6a0fe4424dc592fbe languageName: node linkType: hard @@ -1643,7 +1643,7 @@ __metadata: dependencies: es5-ext: ^0.10.50 type: ^1.0.1 - checksum: cf9b770965fa4876f7aff46784e4f1a1ee71cc5df7e05c9c36bee52a74340b312b6f7ab224c8bfcc83f4b18c6f6a24e7b50bcd449ba4464c1df69874941324ae + checksum: 49ca0639c7b822db670de93d4fbce44b4aa072cd848c76292c9978a8cd0fff1028763020ff4b0f147bd77bfe29b4c7f82e0f71ade76b2a06100543cdfd948d19 languageName: node linkType: hard @@ -1652,7 +1652,7 @@ __metadata: resolution: "debug@npm:2.6.9" dependencies: ms: 2.0.0 - checksum: 559f44f98cf25e2ee489022aec173afbff746564cb108c4493becb95bc3c017a67bdaa25a0ff64801fd32c35051d00af0e56cc7f762ae2c3bc089496e5a1c31b + checksum: d2f51589ca66df60bf36e1fa6e4386b318c3f1e06772280eea5b1ae9fd3d05e9c2b7fd8a7d862457d00853c75b00451aa2d7459b924629ee385287a650f58fe6 languageName: node linkType: hard @@ -1664,7 +1664,7 @@ __metadata: peerDependenciesMeta: supports-color: optional: true - checksum: 5543570879e2274f6725d4285a034d6e0822d35faefc6f55965933fb440e8c21eb3a0bef934e66f4b6b491f898ee2de37cab980e9d4fd61372136c19d3ce4527 + checksum: 820ea160e267e23c953c9ed87e7ad93494d8cda2f7349af5e7e3bb236d23707ee3022f477d5a7d2ee86ef2bf7d60aa9ab22d1f58080d7deb9dccd073585e1e43 languageName: node linkType: hard @@ -1673,7 +1673,7 @@ __metadata: resolution: "debug@npm:3.2.6" dependencies: ms: ^2.1.1 - checksum: 619feb53b115f1a8341365b8aa58a8757e6632738587d4b61b25627b74891211cb20e31fdbea37fec766e575a60cf456f7a02d6f9eddfdcef80caa6a4b0fc042 + checksum: 07bc8b3a13ef3cfa6c06baf7871dfb174c291e5f85dbf566f086620c16b9c1a0e93bb8f1935ebbd07a683249e7e30286f2966e2ef461e8fd17b1b60732062d6b languageName: node linkType: hard @@ -1682,21 +1682,21 @@ __metadata: resolution: "debug@npm:4.1.1" dependencies: ms: ^2.1.1 - checksum: 3601a6ce96e4698ed3edf0ee6e67ef0317adfcdae2f66a43b23d1b14e8888b422337429b16dbbcba6801e7bfa6cbb8de3128fbacfb8ae1cd9bd7615ea6baf970 + checksum: 1e681f5cce94ba10f8dde74b20b42e4d8cf0d2a6700f4c165bb3bb6885565ef5ca5885bf07e704974a835f2415ff095a63164f539988a1f07e8a69fe8b1d65ad languageName: node linkType: hard "decamelize@npm:^1.2.0": version: 1.2.0 resolution: "decamelize@npm:1.2.0" - checksum: 8ca9d03ea8ac07920f4504e219d18edff2491bdd0a3e05a1e5ca2e9a0bf6333564231de3528b01d5e76c40a38c37bbc1e09cb5a0424714f53dd615ed78ced464 + checksum: ad8c51a7e7e0720c70ec2eeb1163b66da03e7616d7b98c9ef43cce2416395e84c1e9548dd94f5f6ffecfee9f8b94251fc57121a8b021f2ff2469b2bae247b8aa languageName: node linkType: hard "decode-uri-component@npm:^0.2.0": version: 0.2.0 resolution: "decode-uri-component@npm:0.2.0" - checksum: d8cb28c33f7b0a70b159b5fa126aee821ba090396689bd46ad2c423c3a658c504d2743ab18060fd5ed1cae5377bdd3632760a8e98ba920ff49637d43dc6a9687 + checksum: f3749344ab9305ffcfe4bfe300e2dbb61fc6359e2b736812100a3b1b6db0a5668cba31a05e4b45d4d63dbf1a18dfa354cd3ca5bb3ededddabb8cd293f4404f94 languageName: node linkType: hard @@ -1710,14 +1710,14 @@ __metadata: object-is: ^1.0.1 object-keys: ^1.1.1 regexp.prototype.flags: ^1.2.0 - checksum: cc6a0009ce73a10230758d50795211fb3ceb7eb7f2cf8baed1c4a4cb2a06dc28857ce11e641c95ca9abb5edc1f1e86a4bb6bcffaadf9fe9d310c102d346d043b + checksum: f92686f2c5bcdf714a75a5fa7a9e47cb374a8ec9307e717b8d1ce61f56a75aaebf5619c2a12b8087a705b5a2f60d0292c35f8b58cb1f72e3268a3a15cab9f78d languageName: node linkType: hard "deep-extend@npm:0.6.0, deep-extend@npm:~0.6.0": version: 0.6.0 resolution: "deep-extend@npm:0.6.0" - checksum: 856d7f52db152c19fc5a70439ea938461cfb9338a632496fe370050dc73d3291cd76fc6713f604a5c126612dee9cac0f6da1d4b88ba4b0caa4f7214345879b89 + checksum: 7be7e5a8d468d6b10e6a67c3de828f55001b6eb515d014f7aeb9066ce36bd5717161eb47d6a0f7bed8a9083935b465bc163ee2581c8b128d29bf61092fdf57a7 languageName: node linkType: hard @@ -1727,7 +1727,7 @@ __metadata: dependencies: execa: ^1.0.0 ip-regex: ^2.1.0 - checksum: 5d92439d573a261d850f6205fcc6541ec57378dec2032f3c7d0a18c7f9222f88f7ff4997bfff17607850b8fce6cdf3fb1c231bc43bf5e2bd6bbce3b733082add + checksum: 1f5be765471689c6bab33e0c8b87363c3e2485cc1ab78904d383a8a8293a79f684da2a3303744b112503f986af4ea87d917c63a468ed913e9b0c31588c02d6a4 languageName: node linkType: hard @@ -1736,7 +1736,7 @@ __metadata: resolution: "define-properties@npm:1.1.3" dependencies: object-keys: ^1.0.12 - checksum: b69c48c1b1dacb61f0b1cea367707c3bb214e3c47818aff18e6f20a7f88cbfa33d4cbdfd9ff79e56faba95ddca3d78ff10fbf2f02ecfad6f3e13b256e76b1212 + checksum: da80dba55d0cd76a5a7ab71ef6ea0ebcb7b941f803793e4e0257b384cb772038faa0c31659d244e82c4342edef841c1a1212580006a05a5068ee48223d787317 languageName: node linkType: hard @@ -1745,7 +1745,7 @@ __metadata: resolution: "define-property@npm:0.2.5" dependencies: is-descriptor: ^0.1.0 - checksum: 6fed0540727ca8ea1f5eacddf24bf9e8c212c07f638ef0cd743caa69647f0421cd72a17b466d4c378c5c0f232ad756fa92b90f8e1d975ddfec388dc6306e3583 + checksum: 85af107072b04973b13f9e4128ab74ddfda48ec7ad2e54b193c0ffb57067c4ce5b7786a7b4ae1f24bd03e87c5d18766b094571810b314d7540f86d4354dbd394 languageName: node linkType: hard @@ -1754,7 +1754,7 @@ __metadata: resolution: "define-property@npm:1.0.0" dependencies: is-descriptor: ^1.0.0 - checksum: 9034f8f6f3128945374349262e4f97b53e9582f9e3435bedb284c5210c45a98b355d40a42a570766add34a604d97b6ff0773bfd122f891a289009a1b82cc0eee + checksum: 5fbed11dace44dd22914035ba9ae83ad06008532ca814d7936a53a09e897838acdad5b108dd0688cc8d2a7cf0681acbe00ee4136cf36743f680d10517379350a languageName: node linkType: hard @@ -1764,7 +1764,7 @@ __metadata: dependencies: is-descriptor: ^1.0.2 isobject: ^3.0.1 - checksum: 00c7ec53b5040507016736922a9678b3247bc85e0ea0429e47d6ca6a993890f9dc338fb19d5bf6f8c0ca29016a68aa7e7da5c35d4ed8b3646347d86a3b2b4b01 + checksum: 3217ed53fc9eed06ba8da6f4d33e28c68a82e2f2a8ab4d562c4920d8169a166fe7271453675e6c69301466f36a65d7f47edf0cf7f474b9aa52a5ead9c1b13c99 languageName: node linkType: hard @@ -1779,35 +1779,35 @@ __metadata: p-map: ^2.0.0 pify: ^4.0.1 rimraf: ^2.6.3 - checksum: 87eecb2af52e794f8d9c8d200a31e0032cec8c255f08a97ef28be771bf561f16023746f2329d7b436e0a1fe09abafe80a25b2546131aa809cbd9a6bf49220cf3 + checksum: 521f7da44bd79da841c06d573923d1f64f423aee8b8219c973478d3150ce1dcc024d03ad605929292adbff56d6448bca60d96dcdd2d8a53b46dbcb27e265c94b languageName: node linkType: hard "delayed-stream@npm:~1.0.0": version: 1.0.0 resolution: "delayed-stream@npm:1.0.0" - checksum: d9dfb0a7c79fd308fada9db2cf29d1ff22047ceb50dd78f7e3c173567909b438f418259cb76a6d9c9f513e88ef41d3a14154f618741ec8368c3efeff616d0c9f + checksum: 46fe6e83e2cb1d85ba50bd52803c68be9bd953282fa7096f51fc29edd5d67ff84ff753c51966061e5ba7cb5e47ef6d36a91924eddb7f3f3483b1c560f77a0020 languageName: node linkType: hard "delegate@npm:^3.1.2": version: 3.2.0 resolution: "delegate@npm:3.2.0" - checksum: ccbbf29eb436719e4ffef06a1df2635a150f229f8ae549f4b6e118e940b17917e063c939541c6e23f38675d30acf424ecca9a8d1cca2a874d63fa0c257b0811f + checksum: d943058fe05897228b158cbd1bab05164df28c8f54127873231d6b03b0a5acc1b3ee1f98ac70ccc9b79cd84aa47118a7de111fee2923753491583905069da27d languageName: node linkType: hard "delegates@npm:^1.0.0": version: 1.0.0 resolution: "delegates@npm:1.0.0" - checksum: 7459e34d29cadd9bfd340728bfcc70ea96da5d940fb197298b523f805822680e583cba3ec34d36a18004325f1ec9de55e202a92b414d01db18cd87bb8a2ae5bd + checksum: a51744d9b53c164ba9c0492471a1a2ffa0b6727451bdc89e31627fdf4adda9d51277cfcbfb20f0a6f08ccb3c436f341df3e92631a3440226d93a8971724771fd languageName: node linkType: hard "depd@npm:^1.1.2, depd@npm:~1.1.2": version: 1.1.2 resolution: "depd@npm:1.1.2" - checksum: f45566ff7019a346852f095768a380778ed544de24e103b479fd5d3e61982d670efbb5234c09d0588d7fdb09c26c48283d7150e4be5e6ce5d3d37cd268d75c4d + checksum: 6b406620d269619852885ce15965272b829df6f409724415e0002c8632ab6a8c0a08ec1f0bd2add05dc7bd7507606f7e2cc034fa24224ab829580040b835ecd9 languageName: node linkType: hard @@ -1817,28 +1817,28 @@ __metadata: dependencies: inherits: ^2.0.1 minimalistic-assert: ^1.0.0 - checksum: 74cd0aa0c57b5db03fb8084d6083016fa8f2b98a3f34fb6ae26ad505fa75c78e064be9b7b987e99485d9cc8696fd87a9c86d9309591a184d3dee8d438038c53c + checksum: 1ec2eedd7ed6bd61dd5e0519fd4c96124e93bb22de8a9d211b02d63e5dd152824853d919bb2090f965cc0e3eb9c515950a9836b332020d810f9c71feb0fd7df4 languageName: node linkType: hard "destroy@npm:~1.0.4": version: 1.0.4 resolution: "destroy@npm:1.0.4" - checksum: 5a516fc5a8a8089eecdac11da2339353542be7a71102dc5a1372ef6161501bf5c1ee59ff9f8a3f5f14cc8c88594d606f855f816d46a228ee5e0e5cb2b543534b + checksum: da9ab4961dc61677c709da0c25ef01733042614453924d65636a7db37308fef8a24cd1e07172e61173d471ca175371295fbc984b0af5b2b4ff47cd57bd784c03 languageName: node linkType: hard "detect-file@npm:^1.0.0": version: 1.0.0 resolution: "detect-file@npm:1.0.0" - checksum: 69717e5618370f31d3b266240289442d7c50f933834bbcffad187e73a6efaf3adc4ed283d8120a9ad77cbdcef3375c48acb4cdbb2df477695ed78d86c0d08c9c + checksum: 1861e4146128622e847abe0e1ed80fef01e78532665858a792267adf89032b7a9c698436137707fcc6f02956c2a6a0052d6a0cef5be3d4b76b1ff0da88e2158a languageName: node linkType: hard "detect-node@npm:^2.0.4": version: 2.0.4 resolution: "detect-node@npm:2.0.4" - checksum: e7648a5a91dd5e91838d14f0e9631f2adf0117cc271ea86d8ce394a8fbe8fc7545755c8261faaf4b1e196795a10da99e5d5f1013163ba0f6260a57b0ba29cc60 + checksum: c06ae40fefbad8cb8cbb6ca819c93568b2a809e747bfc9c71f3524b027f5e988163b0ac0517fd65288b375360b30bc4822172eb05d211f99003d73cf8ec22911 languageName: node linkType: hard @@ -1849,7 +1849,7 @@ __metadata: bn.js: ^4.1.0 miller-rabin: ^4.0.0 randombytes: ^2.0.0 - checksum: c988be315dc9ec83948605da58a25912daaae787d6a5cfa0b0574383dcf9b953aa81ba3109d06bc8590b037259753d2962a362e351efcb4274e94f1b0f277065 + checksum: 0e620f322170c41076e70181dd1c24e23b08b47dbb92a22a644f3b89b6d3834b0f8ee19e37916164e5eb1ee26d2aa836d6129f92723995267250a0b541811065 languageName: node linkType: hard @@ -1858,14 +1858,14 @@ __metadata: resolution: "dir-glob@npm:2.2.2" dependencies: path-type: ^3.0.0 - checksum: 1ee89c351e99f08f6d5546503ee3481842aa5ee1ce6e50957ef71b492dd764191e8abed607dfb305bebe8a2d7f7617b97bf711ed6abb82704cf03df0bbb0b672 + checksum: 3aa48714a9f7845ffc30ab03a5c674fe760477cc55e67b0847333371549227d93953e6627ec160f75140c5bea5c5f88d13c01de79bd1997a588efbcf06980842 languageName: node linkType: hard "dns-equal@npm:^1.0.0": version: 1.0.0 resolution: "dns-equal@npm:1.0.0" - checksum: 096be3c1a742c7c5bdcd39836f70cb060f4c453f0f48cae1830bf011813387912f97da34d247570b5ec547c61c404f06657a0092297f38d797b22a10b5801bfe + checksum: a8471ac849c7c13824f053babea1bc26e2f359394dd5a460f8340d8abd13434be01e3327a5c59d212f8c8997817450efd3f3ac77bec709b21979cf0235644524 languageName: node linkType: hard @@ -1875,7 +1875,7 @@ __metadata: dependencies: ip: ^1.1.0 safe-buffer: ^5.0.1 - checksum: cb7bb4e8fb25460fcde192273f0c95ce91a9f780a7f3a49ae835cd2fd7f0fcc1bb870ef0141ebb9eca8de9c545293291d1a4c978a754adbb93a84dcee9623bd9 + checksum: 6575edeea6e6e719823a1574cd1adcfebdc96f870cb1b367d6168490dc36c9826a97bf57ad009e6fdcd3dc5000cc43de7cb72a2102ba05b83178c8d0300c5a6e languageName: node linkType: hard @@ -1884,7 +1884,7 @@ __metadata: resolution: "dns-txt@npm:2.0.2" dependencies: buffer-indexof: ^1.0.0 - checksum: 62d4b87b09421f813dd03eb17866cb307e278555475b25752396d3e5c7e63b9f0f64ab5b41edeb755cb52d722600a89977d36c64a94d02ed92c32e44a8b849f2 + checksum: 80130b665379ecd991687ae079fbee25d091e03e4c4cef41e7643b977849ac48c2f56bfcb3727e53594d29029b833749811110d9f3fbee1b26a6e6f8096a5cef languageName: node linkType: hard @@ -1893,7 +1893,7 @@ __metadata: resolution: "dom-converter@npm:0.2.0" dependencies: utila: ~0.4 - checksum: 437b4464bd3c5e654decf855f9263e939d633d7bb720512f9a400b3e1005d870eb4a5fbead7d9ccb7849f7df5ee30c62f9a56b68143c13575ae5fef16007742c + checksum: ea52fe303f5392e48dea563abef0e6fb3a478b8dbe3c599e99bb5d53981c6c38fc4944e56bb92a8ead6bb989d10b7914722ae11febbd2fd0910e33b9fc4aaa77 languageName: node linkType: hard @@ -1903,28 +1903,28 @@ __metadata: dependencies: domelementtype: ^2.0.1 entities: ^2.0.0 - checksum: 598e05e71b8cdb03424393c0631818b978b9fee2dd18d0215a9ee97a6dee86bddd1dcfae4609c173185a9f1bcde24d4a87e1f0d512d66b76536b21fc3f34fc03 + checksum: 376344893e4feccab649a14ca1a46473e9961f40fe62479ea692d4fee4d9df1c00ca8654811a79c1ca7b020096987e1ca4fb4d7f8bae32c1db800a680a0e5d5e languageName: node linkType: hard "domain-browser@npm:^1.1.1": version: 1.2.0 resolution: "domain-browser@npm:1.2.0" - checksum: 39a1156552d162c33e0edff62b0f9ae64609d4ffa85ecaccfad2416ee34e4b6c78aea53c30ce167a04421144963a674e8471eba2b6272b4760e020149b9bafbb + checksum: 8f1235c7f49326fb762f4675795246a6295e7dd566b4697abec24afdba2460daa7dfbd1a73d31efbf5606b3b7deadb06ce47cf06f0a476e706153d62a4ff2b90 languageName: node linkType: hard "domelementtype@npm:1, domelementtype@npm:^1.3.1": version: 1.3.1 resolution: "domelementtype@npm:1.3.1" - checksum: a4791788de07071422b2fe63b58cfb89c2507def6864954d0d7a062adb00fc925059856d29c3e48051c8fa2f20147e5d3fb24b1adbc5bdf0f9e99981b53b74c6 + checksum: 7893da40218ae2106ec6ffc146b17f203487a52f5228b032ea7aa470e41dfe03e1bd762d0ee0139e792195efda765434b04b43cddcf63207b098f6ae44b36ad6 languageName: node linkType: hard "domelementtype@npm:^2.0.1": version: 2.0.1 resolution: "domelementtype@npm:2.0.1" - checksum: 9ddda35625a244de9a4832b1cf861f80e146faf6f0e70efe5a88c2c54c34e29e745f7048992dadc3af91c031abe035782f4dc16e6e7862eff6e80bd7c79327df + checksum: 940c62d1c4bead483a089a9a8802e6ea26ae9f134e2594719d0ecd642efd554b560bf92084012a8538fbe47a2f4b4c4bf34d5f87f8468ec924cb4d626793020c languageName: node linkType: hard @@ -1933,14 +1933,14 @@ __metadata: resolution: "domhandler@npm:2.4.2" dependencies: domelementtype: 1 - checksum: dbe99b096aaf6e0618efc2e7e39d46448cba00999b08ba14970ee4d7a8916c4d4d463fcc1b4a7f247b34f47d1c115eec8fa5f8a4d1e430b2207da32bdf41f49a + checksum: 49bd70c9c784f845cd047e1dfb3611bd10891c05719acfc93f01fc726a419ed09fbe0b69f9064392d556a63fffc5a02010856cedae9368f4817146d95a97011f languageName: node linkType: hard "dompurify@npm:^2.0.7": version: 2.2.6 resolution: "dompurify@npm:2.2.6" - checksum: dfc77c2c603d84d4385a419acbda3f14777bf97f7a33a1de43d8a4f264171d12c916eda923715bc0199bcece20d3d6d3de730f3470d178c8ffdf25ba7ca18aee + checksum: c074bf5417efeccba752bfddd850dd448dabd8eb189da50a1f8e5128ae168a3eeac4075ea79ab93f6d8d8d4795a43c6e7fbab82027b4f9759f5f937818493105 languageName: node linkType: hard @@ -1950,7 +1950,7 @@ __metadata: dependencies: dom-serializer: 0 domelementtype: 1 - checksum: ffc578118d3e50d0f34a0bba37575492998d43b7e54764533b1890e6c233b67068a0f369d1d23d200aa71c3fe87f2d60fdc4a87479e416edafecc33f00fc9735 + checksum: 800d1f9d1c2e637267dae078ff6e24461e6be1baeb52fa70f2e7e7520816c032a925997cd15d822de53ef9896abb1f35e5c439d301500a9cd6b46a395f6f6ca0 languageName: node linkType: hard @@ -1960,7 +1960,7 @@ __metadata: dependencies: dom-serializer: 0 domelementtype: 1 - checksum: a5b2f01fb3ff626073e3c3b43fedcff34073fb059b1235ee31cd0b5690d826304f41bc3fd117f95d754a1666ac3a57d224b408d83dd4f1c4525fd5b636d8df6f + checksum: f60a725b1f73c1ae82f4894b691601ecc6ecb68320d87923ac3633137627c7865725af813ae5d188ad3954283853bcf46779eb50304ec5d5354044569fcefd2b languageName: node linkType: hard @@ -1972,14 +1972,14 @@ __metadata: inherits: ^2.0.1 readable-stream: ^2.0.0 stream-shift: ^1.0.0 - checksum: 9581cdb8f6304fdaacb8bbe2b8b393a8da3ece3086dd24070601b70f08ca417305b4f3a94699b984c4981dceb6eebb4c132abfe0445baacfd04f2b66a0524cda + checksum: 3c2ed2223d956a5da713dae12ba8295acb61d9acd966ccbba938090d04f4574ca4dca75cca089b5077c2d7e66101f32e6ea9b36a78ca213eff574e7a8b8accf2 languageName: node linkType: hard "ee-first@npm:1.1.1": version: 1.1.1 resolution: "ee-first@npm:1.1.1" - checksum: ba74f91398e3ee3b6d665b2f0d13ad6530e89a7e64ec886a6eec0602fb8a5a274652960e21bd5d4b42fdeb9017d873ff872f50342d38779e955285977edb337c + checksum: 1b4cac778d64ce3b582a7e26b218afe07e207a0f9bfe13cc7395a6d307849cfe361e65033c3251e00c27dd060cab43014c2d6b2647676135e18b77d2d05b3f4f languageName: node linkType: hard @@ -1994,42 +1994,42 @@ __metadata: inherits: ^2.0.4 minimalistic-assert: ^1.0.1 minimalistic-crypto-utils: ^1.0.1 - checksum: e0fb360fb6800666e0f69c837ae1f19656583322f81e106e458242055b8e241e80a48c92da8f1324684d1ff348751ff38abeadcfc1f28c54157c29d229d039a1 + checksum: d56d21fd04e97869f7ffcc92e18903b9f67f2d4637a23c860492fbbff5a3155fd9ca0184ce0c865dd6eb2487d234ce9551335c021c376cd2d3b7cb749c7d10f4 languageName: node linkType: hard "emitter-component@npm:^1.1.1": version: 1.1.1 resolution: "emitter-component@npm:1.1.1" - checksum: e17a667850d3304e9a4554d820232b7a538f682a4a4d4823afd877ed272a7d9202eef67ffdd184deea72dcaa0cac99705984c583cef9f4773ee272ef4748edcb + checksum: 10e907f507a8c16a318e07595119e58b5c3267528d4e3b962ee9b14fd83c97599e7931ccb983ec551a8de8116955c1d6ae7d213c5b0c920b62c02b7cb8d7a4d7 languageName: node linkType: hard "emoji-regex@npm:^7.0.1": version: 7.0.3 resolution: "emoji-regex@npm:7.0.3" - checksum: e3a504cf5242061d9b3c78a88ce787d6beee37a5d21287c6ccdddf1fe665d5ef3eddfdda663d0baf683df8e7d354210eeb1458a7d9afdf0d7a28d48cbb9975e1 + checksum: 9159b2228b1511f2870ac5920f394c7e041715429a68459ebe531601555f11ea782a8e1718f969df2711d38c66268174407cbca57ce36485544f695c2dfdc96e languageName: node linkType: hard "emojis-list@npm:^2.0.0": version: 2.1.0 resolution: "emojis-list@npm:2.1.0" - checksum: 09220b636cb03b16c234b6412391c9d8ce6fab4213659fd88d98a83e1b8fce8c60352f4dfc395a2f14159f1ed348a150c26123aee8afccb15b9747e26ed7b6ec + checksum: fb61fa6356dfcc9fbe6db8e334c29da365a34d3d82a915cb59621883d3023d804fd5edad5acd42b8eec016936e81d3b38e2faf921b32e073758374253afe1272 languageName: node linkType: hard "emojis-list@npm:^3.0.0": version: 3.0.0 resolution: "emojis-list@npm:3.0.0" - checksum: a79126b55bc86ee8fd938235a6adf9d457c05fb5bb934e8608b7d35c878d9d1e312a67759244f5c3fba0810b508eb5617e5e6ad6886496ebcfa6832d1c8de3c4 + checksum: ddaaa02542e1e9436c03970eeed445f4ed29a5337dfba0fe0c38dfdd2af5da2429c2a0821304e8a8d1cadf27fdd5b22ff793571fa803ae16852a6975c65e8e70 languageName: node linkType: hard "encodeurl@npm:~1.0.2": version: 1.0.2 resolution: "encodeurl@npm:1.0.2" - checksum: 6ee5fcbcd245d2a2b6bd6fe36b80f91e31ab46e29192c50af00e8f860c0c2310ebbdaae40257878fdce90b42abcb3526895c7c3a2e229461ed1f0d0b5a020fc8 + checksum: e50e3d508cdd9c4565ba72d2012e65038e5d71bdc9198cb125beb6237b5b1ade6c0d343998da9e170fb2eae52c1bed37d4d6d98a46ea423a0cddbed5ac3f780c languageName: node linkType: hard @@ -2038,7 +2038,7 @@ __metadata: resolution: "encoding@npm:0.1.13" dependencies: iconv-lite: ^0.6.2 - checksum: 282d5696a4916383b0f71a87375505e33ef0be0c3a30939fb559a878b691873d48acc61ee6dcbfacf3e68404ab4462e081bcfd0aa3c9a3f1fabb900306aad77d + checksum: bb98632f8ffa823996e508ce6a58ffcf5856330fde839ae42c9e1f436cc3b5cc651d4aeae72222916545428e54fd0f6aa8862fd8d25bdbcc4589f1e3f3715e7f languageName: node linkType: hard @@ -2047,7 +2047,7 @@ __metadata: resolution: "end-of-stream@npm:1.4.4" dependencies: once: ^1.4.0 - checksum: 7da60e458bdb5e16c006a45e85ef3bc1e3791db5ba275b0913258ccddc8899acb9252c4ddbcce87bd1b46e2a3f97315aafb9f0c0330e8aac44defb504a9d3ccd + checksum: 530a5a5a1e517e962854a31693dbb5c0b2fc40b46dad2a56a2deec656ca040631124f4795823acc68238147805f8b021abbe221f4afed5ef3c8e8efc2024908b languageName: node linkType: hard @@ -2058,35 +2058,35 @@ __metadata: graceful-fs: ^4.1.2 memory-fs: ^0.5.0 tapable: ^1.0.0 - checksum: aecdc0b2085990d84682c2ef829d0df3fe52511ac6353b2210ff138892fa36e524e117e1a534e0d5e51853cb1a9cce8941a68c81ed51a4989d2b041739aab65b + checksum: aaef4c07e7288d67cfd4ed2dad16a5e8a175bb45eaf91f7c9f0d7c1186577f78047452a9d8d5d136473c30c769b7a322c1bf837ccf7f5c6fbde3266d043a633c languageName: node linkType: hard "entities@npm:^1.1.1": version: 1.1.2 resolution: "entities@npm:1.1.2" - checksum: 3a4259db358c612853e616915d398e692a3c5dbaa4da44b9a6fce15ab88615cadc9790af608c3bee152972ece69ae61a22f4a13272fd943db2ceaee02ce5cc87 + checksum: d537b02799bdd4784ffd714d000597ed168727bddf4885da887c5a491d735739029a00794f1998abbf35f3f6aeda32ef5c15010dca1817d401903a501b6d3e05 languageName: node linkType: hard "entities@npm:^2.0.0": version: 2.0.3 resolution: "entities@npm:2.0.3" - checksum: 02dfe1fbf531dd667420ff4e963ddc049203471ba8ad2873655303aff4cf65f27823effb397521af4d58b5609d33fc0492b0cc073c8374f3bbe6d3b5bcec1a42 + checksum: 5a7899fcc622e0d76afdeafe4c58a6b40ae3a8ee4772e5825a648c11a2ca324a9a02515386f512e466baac4aeb551f3d3b79eaece5cd98369b9f8601be336b1a languageName: node linkType: hard "env-paths@npm:^2.2.0": version: 2.2.1 resolution: "env-paths@npm:2.2.1" - checksum: 9579868bc73526de31682625d89aa08c83f3c87850218f9251f953bf4242428a1020e75cb201ca16b42f2874c3ca175ffc8aa47a88423b546711b7dbf86f79a8 + checksum: 65b5df55a8bab92229ab2b40dad3b387fad24613263d103a97f91c9fe43ceb21965cd3392b1ccb5d77088021e525c4e0481adb309625d0cb94ade1d1fb8dc17e languageName: node linkType: hard "err-code@npm:^2.0.2": version: 2.0.3 resolution: "err-code@npm:2.0.3" - checksum: 14e09e9990bcd0dd8e91881bf6e0ac6177b9cd72404951e443e8052f6272f276dbe1f3a34c7802fd6dee5276b34134b091665e18cebc9e1ce0a4519561f16c44 + checksum: 8b7b1be20d2de12d2255c0bc2ca638b7af5171142693299416e6a9339bd7d88fc8d7707d913d78e0993176005405a236b066b45666b27b797252c771156ace54 languageName: node linkType: hard @@ -2097,7 +2097,7 @@ __metadata: prr: ~1.0.1 bin: errno: ./cli.js - checksum: 3d2da6fa1e3826dead7e06476cb4219555e8492c4ba8e0c40b2dc333e9b52e33223a414a394d7b9f18f82740aa69861c5fcef5b80798f08ff903c7c78916ce14 + checksum: a9e414c24aa9d16c74cee74e46e1b4ff5e5b005552b5b50ca242b14fea448720a21fe515b4e4587172744b1dab9ecf919ba5a950f528d7c8ddb4b660f290db79 languageName: node linkType: hard @@ -2116,7 +2116,7 @@ __metadata: object.assign: ^4.1.0 string.prototype.trimend: ^1.0.1 string.prototype.trimstart: ^1.0.1 - checksum: 637ad488bdcbc538dfb35ee30cdbe5e48ecf68c5145a368c8f1be346e83d2555e416709e9382eb9902e542da94763cdd2152d87dbbb01b5b39919c1329bd0bb4 + checksum: 3a361ab6b7ce072d451abea18f2ce53375d88c7302bc0054c4316bdd3f95ce4317a2388eec2a21617485ffef1e127943ec0d496452d7e4707e786a45b682f91a languageName: node linkType: hard @@ -2127,7 +2127,7 @@ __metadata: is-callable: ^1.1.4 is-date-object: ^1.0.1 is-symbol: ^1.0.2 - checksum: d20b7be268b84662469972ec7265a57d4d6a65b9bf2b73f040d75e14f9f6dbe266a1a88579162e11349f9cb70eaa17640efb515c90dab19745a904b680b14be3 + checksum: 4ead6671a2c1402619bdd77f3503991232ca15e17e46222b0a41a5d81aebc8740a77822f5b3c965008e631153e9ef0580540007744521e72de8e33599fca2eed languageName: node linkType: hard @@ -2138,7 +2138,7 @@ __metadata: es6-iterator: ~2.0.3 es6-symbol: ~3.1.3 next-tick: ~1.0.0 - checksum: 99e8115c2f99674d0defc1e077bb0061cd9e1fc996e93605f83441cc5b3b200b7b3646f9cda9313aa877a05c47b4577ead99a26177136a0ca3f208f67a7b4418 + checksum: 24ec22369260cf98605cb2f51eae9d7df5dc621bc5d3b311f6f5c3d0fcdb7bafae888270f3083ee6e9af27350a5ea49f1fe2dd6406a9017247ca40f091f529b2 languageName: node linkType: hard @@ -2149,7 +2149,7 @@ __metadata: d: 1 es5-ext: ^0.10.35 es6-symbol: ^3.1.1 - checksum: 1880ce31210da874cbb92b404c3128bdf68f616f3a902b2ca1d12f268aaedb11c5e6a2d9d364cde762de0130652a0474ba91abc09fa35f4abf6a8f22a592265e + checksum: 6e48b1c2d962c21dee604b3d9f0bc3889f11ed5a8b33689155a2065d20e3107e2a69cc63a71bd125aeee3a589182f8bbcb5c8a05b6a8f38fa4205671b6d09697 languageName: node linkType: hard @@ -2159,7 +2159,7 @@ __metadata: dependencies: d: ^1.0.1 ext: ^1.1.2 - checksum: 0915d72de8760b56b69ca4360276123a4f61de5a3172fe340ce9288271cf48bcebe3ee46ca8ee0f2fd73206bbbefa7c4a40a6673d278a87c97d3a155de778931 + checksum: cd49722c2a70f011eb02143ef1c8c70658d2660dead6641e160b94619f408b9cf66425515787ffe338affdf0285ad54f4eae30ea5bd510e33f8659ec53bcaa70 languageName: node linkType: hard @@ -2171,21 +2171,21 @@ __metadata: es5-ext: ^0.10.46 es6-iterator: ^2.0.3 es6-symbol: ^3.1.1 - checksum: 8dfd50b2919e16cf246ea9d5f9271eef466924248bc98a48a718cc149d0f67b708628c8e4bd32fa945a813c7780f94270f21ac16fff33c854a348db7e19f084d + checksum: 19ca15f46d50948ce78c2da5f21fb5b1ef45addd4fe17b5df952ff1f2a3d6ce4781249bc73b90995257264be2a98b2ec749bb2aba0c14b5776a1154178f9c927 languageName: node linkType: hard "escape-html@npm:~1.0.3": version: 1.0.3 resolution: "escape-html@npm:1.0.3" - checksum: 900a7f2b80b9f89c85b7a303d1b7a4d354b93e328871414f165f13c5c209a80eab787e3a63429e596877def69fe4dcb3d1b55af655207a901a9ec99f7f148743 + checksum: 6213ca9ae00d0ab8bccb6d8d4e0a98e76237b2410302cf7df70aaa6591d509a2a37ce8998008cbecae8fc8ffaadf3fb0229535e6a145f3ce0b211d060decbb24 languageName: node linkType: hard "escape-string-regexp@npm:^1.0.5": version: 1.0.5 resolution: "escape-string-regexp@npm:1.0.5" - checksum: f9484b8b4c8827d816e0fd905c25ed4b561376a9c220e1430403ea84619bf680c76a883a48cff8b8e091daf55d6a497e37479f9787b9f15f3c421b6054289744 + checksum: 6092fda75c63b110c706b6a9bfde8a612ad595b628f0bd2147eea1d3406723020810e591effc7db1da91d80a71a737a313567c5abb3813e8d9c71f4aa595b410 languageName: node linkType: hard @@ -2195,7 +2195,7 @@ __metadata: dependencies: esrecurse: ^4.1.0 estraverse: ^4.1.1 - checksum: 49635cf9d936af317b9fa89cf98f30719ec9e287e5532c300cbab8015a1920b7ace495ffadaefd0ac86617ce85c17717f0ef1899f66536dca12aa85f1899899d + checksum: c5f835f681884469991fe58d76a554688d9c9e50811299ccd4a8f79993a039f5bcb0ee6e8de2b0017d97c794b5832ef3b21c9aac66228e3aa0f7a0485bcfb65b languageName: node linkType: hard @@ -2205,7 +2205,7 @@ __metadata: bin: esparse: ./bin/esparse.js esvalidate: ./bin/esvalidate.js - checksum: 5df45a3d9c95c36800d028ba76d8d4e04e199932b58c2939f462f859fd583e7d39b4a12d3f97986cf272a28a5fe5948ee6e49e36ef63f67b5b48d82a635c5081 + checksum: b45bc805a613dbea2835278c306b91aff6173c8d034223fa81498c77dcbce3b2931bf6006db816f62eacd9fd4ea975dfd85a5b7f3c6402cfd050d4ca3c13a628 languageName: node linkType: hard @@ -2214,21 +2214,21 @@ __metadata: resolution: "esrecurse@npm:4.2.1" dependencies: estraverse: ^4.1.0 - checksum: 9acfa287729037ccb63ee725df2214b313fe1296a91f58fe42b151e1af0d51558ac18486e53f5717477ad9306f7a79d4e20fc7f8bac486d3175f86ab2dc67f73 + checksum: 3f05f9b650e91267fd14b012261f15e2a91c0aa8f344a42f75f807ff7f7c974c3386dc531f33a2144ad8a1f38e5b0f8336620fd3cb0b261d5b5b79c92b240781 languageName: node linkType: hard "estraverse@npm:^4.1.0, estraverse@npm:^4.1.1": version: 4.3.0 resolution: "estraverse@npm:4.3.0" - checksum: 1e4c627da9e9af07bf7b2817320f606841808fb2ec0cbd81097b30d5f90d8613288b3e523153babe04615d59b54ef876d98f0ca27488b6c0934dacd725a8d338 + checksum: a6299491f9940bb246124a8d44b7b7a413a8336f5436f9837aaa9330209bd9ee8af7e91a654a3545aee9c54b3308e78ee360cef1d777d37cfef77d2fa33b5827 languageName: node linkType: hard "etag@npm:~1.8.1": version: 1.8.1 resolution: "etag@npm:1.8.1" - checksum: f18341a3c12a554ec46c0d4756bc9cae177e92f25a4ebd9ceefebf0ee448b675972fc110879f22b1bf514174713921ae5de9ff77af2062d422b1085588465a57 + checksum: 571aeb3dbe0f2bbd4e4fadbdb44f325fc75335cd5f6f6b6a091e6a06a9f25ed5392f0863c5442acb0646787446e816f13cbfc6edce5b07658541dff573cab1ff languageName: node linkType: hard @@ -2238,21 +2238,21 @@ __metadata: dependencies: d: 1 es5-ext: ~0.10.14 - checksum: 92107b89703222355070b8c49208baf9426ce015d54b646a80f6652d348ab6064c5e13f1756ae20c750d8368f4b3cde48bafc56484667ba0e12d07c50b645f21 + checksum: 27c1399557d9cd7e0aa0b366c37c38a4c17293e3a10258e8b692a847dd5ba9fb90429c3a5a1eeff96f31f6fa03ccbd31d8ad15e00540b22b22f01557be706030 languageName: node linkType: hard "eventemitter3@npm:^4.0.0": version: 4.0.4 resolution: "eventemitter3@npm:4.0.4" - checksum: 6693972304a7bf91aea3727d83803e1b38819ee0ed628ed842ac909284dedd1f3a7aa0ab4ccdd332bfcb9720138c9021b7b4737259e9fe8d70f7f25c57b9f0ad + checksum: 7afb1cd851d19898bc99cc55ca894fe18cb1f8a07b0758652830a09bd6f36082879a25345be6219b81d74764140688b1a8fa75bcd1073d96b9a6661e444bc2ea languageName: node linkType: hard "events@npm:^3.0.0": version: 3.1.0 resolution: "events@npm:3.1.0" - checksum: b25256e5cb2238e1cf940e81b72ec8b3793e817a8b8ef44031971908a418e1f29ccff0c3ddc0cb5c792f98314a127d4fc9d3670a3e9a681656c28ff1558d8569 + checksum: 4cb223b55912f55276d075f20931b7fa5b8f2efbbc89dabd93ffb9fecb30ae000a61f5afffaeb869b6d68d3071bfa75af83a39a4d6db28aaa369eb9f80914a7a languageName: node linkType: hard @@ -2261,7 +2261,7 @@ __metadata: resolution: "eventsource@npm:1.0.7" dependencies: original: ^1.0.0 - checksum: 058506715061d4613c004854c1220d57091445ba73599f9eb232273be1119f13d3568df1a3d866bf94333fbcd138cc45268c454376ee48c3b432a26767961815 + checksum: 26d6d9103ed11c4ed9cd2b69fb204176649c9686ee2440dcd08d82f741b9d38cc6e0e13e0974591ee1b7c0fc3b78f5d99f399630e46c776e797c8696469f53ac languageName: node linkType: hard @@ -2272,7 +2272,7 @@ __metadata: md5.js: ^1.3.4 node-gyp: latest safe-buffer: ^5.1.1 - checksum: 529ceee780657a04e2b19ecbb685473f12aae05d5f9f794e36044f5ea602e1a0ba42bff4e1b7544a8a4164fbd9c585e69398b114f9925448d02c31c52c95cf26 + checksum: ad4e1577f1a6b721c7800dcc7c733fe01f6c310732bb5bf2240245c2a5b45a38518b91d8be2c610611623160b9d1c0e91f1ce96d639f8b53e8894625cf20fa45 languageName: node linkType: hard @@ -2287,7 +2287,7 @@ __metadata: p-finally: ^1.0.0 signal-exit: ^3.0.0 strip-eof: ^1.0.0 - checksum: 39714ea24e349403f9fc92b450f0e6823cdd4573e15b17c0fba6d95f2eecd46dc32624bbf15071d91e2c64a4402c74ce7a362671126964100ad34e2d6210adf9 + checksum: ddf1342c1c7d02dd93b41364cd847640f6163350d9439071abf70bf4ceb1b9b2b2e37f54babb1d8dc1df8e0d8def32d0e81e74a2e62c3e1d70c303eb4c306bc4 languageName: node linkType: hard @@ -2302,7 +2302,7 @@ __metadata: regex-not: ^1.0.0 snapdragon: ^0.8.1 to-regex: ^3.0.1 - checksum: 9aadab00ff10da89d3bdbcb92fc48f152977e8f986b227955b17601cb7eb65a63c9b35811d78ce8ff534fc20faab759a043f0f1c71b904f5d37a35a074ff6fb0 + checksum: 1781d422e7edfa20009e2abda673cadb040a6037f0bd30fcd7357304f4f0c284afd420d7622722ca4a016f39b6d091841ab57b401c1f7e2e5131ac65b9f14fa1 languageName: node linkType: hard @@ -2311,7 +2311,7 @@ __metadata: resolution: "expand-tilde@npm:2.0.2" dependencies: homedir-polyfill: ^1.0.1 - checksum: 502e8b04a22094575c68639e68e0a2c19ad23d78441e440e5164ad2f38bef05e4b2c2568acfcf4af37b90bbf49ea587c253753ba6d351229e5858b96cb136125 + checksum: 2efe6ed407d229981b1b6ceb552438fbc9e5c7d6a6751ad6ced3e0aa5cf12f0b299da695e90d6c2ac79191b5c53c613e508f7149e4573abfbb540698ddb7301a languageName: node linkType: hard @@ -2349,7 +2349,7 @@ __metadata: type-is: ~1.6.18 utils-merge: 1.0.1 vary: ~1.1.2 - checksum: c4b470d623152c148e874b08d4afc35ea9498547c31a6ff6dae767ae11e3a59508a299732e9f45bfa2885685fbe2b75ca360862977798dfcec28ff2a4260eab2 + checksum: d964e9e17af331ea6fa2f84999b063bc47189dd71b4a735df83f9126d3bb2b92e830f1cb1d7c2742530eb625e2689d7a9a9c71f0c3cc4dd6015c3cd32a01abd5 languageName: node linkType: hard @@ -2358,7 +2358,7 @@ __metadata: resolution: "ext@npm:1.4.0" dependencies: type: ^2.0.0 - checksum: c94102371fecdee9f48d1acac2d0e49d49906af457c79d1d7cf1a0a14317ed3e4c99cd8a2e6f9a00e93d54306ee2872e2542edd0aa58bccc4fc72aa429ef215c + checksum: 70acfb68763ad888b34a1c8f2fd9ae5e7265c2470a58a7204645fea07fdbb802512944ea3820db5e643369a9364a98f01732c72e3f2ee577bc2582c3e7e370e3 languageName: node linkType: hard @@ -2367,7 +2367,7 @@ __metadata: resolution: "extend-shallow@npm:2.0.1" dependencies: is-extendable: ^0.1.0 - checksum: 03dbbba8b9711409442428f4e0f80a92f86862a4d2559fa9629dd7080e85cacc6311c84ebea8b22b5ff40d3ef6475bbf534f098b77b7624448276708e60fa248 + checksum: 8fb58d9d7a511f4baf78d383e637bd7d2e80843bd9cd0853649108ea835208fb614da502a553acc30208e1325240bb7cc4a68473021612496bb89725483656d8 languageName: node linkType: hard @@ -2377,7 +2377,7 @@ __metadata: dependencies: assign-symbols: ^1.0.0 is-extendable: ^1.0.1 - checksum: 5301c5070b98bef2413524046c3478cdce1a6bc112b44af2d4bdbfca59daabad49eb04c14e55375963db45f4ef6f43530d71a2c1c862a72d08eb165c77a13767 + checksum: a920b0cd5838a9995ace31dfd11ab5e79bf6e295aa566910ce53dff19f4b1c0fda2ef21f26b28586c7a2450ca2b42d97bd8c0f5cec9351a819222bf861e02461 languageName: node linkType: hard @@ -2393,21 +2393,21 @@ __metadata: regex-not: ^1.0.0 snapdragon: ^0.8.1 to-regex: ^3.0.1 - checksum: ce23be772ff536976902aa0193a6d167abad229ca40fb4c1de2fd71c0116eeae168a02f6508d41382eb918fcbafb66dba61d498754051964a167c98210c62b28 + checksum: a41531b8934735b684cef5e8c5a01d0f298d7d384500ceca38793a9ce098125aab04ee73e2d75d5b2901bc5dddd2b64e1b5e3bf19139ea48bac52af4a92f1d00 languageName: node linkType: hard "fast-deep-equal@npm:^2.0.1": version: 2.0.1 resolution: "fast-deep-equal@npm:2.0.1" - checksum: ad315b79abe335f25271821447bdbbca5d7a6e5930da498fbb2628d28399e958a679adddbb665f5b2943bfd83d9dd375ac5fb45e9004c9516177008ebb7efc16 + checksum: b701835a87985e0ec4925bdf1f0c1e7eb56309b5d12d534d5b4b69d95a54d65bb16861c081781ead55f73f12d6c60ba668713391ee7fbf6b0567026f579b7b0b languageName: node linkType: hard "fast-deep-equal@npm:^3.1.1": version: 3.1.3 resolution: "fast-deep-equal@npm:3.1.3" - checksum: 451526766b219503131d11e823eaadd1533080b0be4860e316670b039dcaf31cd1007c2fe036a9b922abba7c040dfad5e942ed79d21f2ff849e50049f36e0fb7 + checksum: e21a9d8d84f53493b6aa15efc9cfd53dd5b714a1f23f67fb5dc8f574af80df889b3bce25dc081887c6d25457cce704e636395333abad896ccdec03abaf1f3f9d languageName: node linkType: hard @@ -2416,14 +2416,14 @@ __metadata: resolution: "fast-json-patch@npm:2.2.1" dependencies: fast-deep-equal: ^2.0.1 - checksum: 733110d711fc2b953f8602e033e6dccbe7573aeda9e828ef6d5c6e59c6b192907db33662a2d60a60e238433ee9510b0d8fdb09b9b01a31af6b570d7d53c010e4 + checksum: 955aebb3f873d1fb0452a5d8c34865ce4c3c6cdafeb7d3ad98d43b467de9a5a0d304132f8595fd2b373f8f4d200605947e865286b180f3a55e8377a634893164 languageName: node linkType: hard "fast-json-stable-stringify@npm:^2.0.0": version: 2.1.0 resolution: "fast-json-stable-stringify@npm:2.1.0" - checksum: 7df3fabfe445d65953b2d9d9d3958bd895438b215a40fb87dae8b2165c5169a897785eb5d51e6cf0eb03523af756e3d82ea01083f6ac6341fe16db532fee3016 + checksum: b191531e36c607977e5b1c47811158733c34ccb3bfde92c44798929e9b4154884378536d26ad90dfecd32e1ffc09c545d23535ad91b3161a27ddbb8ebe0cbecb languageName: node linkType: hard @@ -2432,7 +2432,7 @@ __metadata: resolution: "fault@npm:1.0.4" dependencies: format: ^0.2.0 - checksum: 6b8ef4f7439b21a3c319e45ff68b31e1ca5de4e27f2aa5fd2138909b77e18e8fabaa131953aeb0be7038951c7d5a9f5394f81b06c5a1e41ea8a442e867b69bbb + checksum: 5ac610d8b09424e0f2fa8cf913064372f2ee7140a203a79957f73ed557c0e79b1a3d096064d7f40bde8132a69204c1fe25ec23634c05c6da2da2039cff26c4e7 languageName: node linkType: hard @@ -2441,7 +2441,7 @@ __metadata: resolution: "faye-websocket@npm:0.10.0" dependencies: websocket-driver: ">=0.5.1" - checksum: 2a5823ddfb39ec7ef952dd1adab4c28fd162f5ee175f40f8d7467560554299199c1f0aa505e0fe14a85452c76d0c4dbee32f8327c71bf2f61a32f62538843111 + checksum: 5a2989ec5effc832bd219e3af934966b5a2a2605dd83b995a04edae5d34207ef930635f5c8456b8b7b4209bfb8f7ea991e41594f150a04faa53fca1ee4eb31b6 languageName: node linkType: hard @@ -2450,7 +2450,7 @@ __metadata: resolution: "faye-websocket@npm:0.11.3" dependencies: websocket-driver: ">=0.5.1" - checksum: 94c48a5b4e9ab6ff05a424dfeebe0da6c7963776172c8713588926f1e15348c423e440c601360d105602586d59f8daeed5dadb76e29070f0b468ebd55e1f868d + checksum: d7b2d68546812ea24e3079bd1e08bf1d79cd6d6137bfcea565d1cb1f6a5fc8fc29b689df2c1aff8b8b291d60fc808e1b27aa2896b86ba77ded10f1d9734c8e9f languageName: node linkType: hard @@ -2465,21 +2465,21 @@ __metadata: promise: ^7.1.1 setimmediate: ^1.0.5 ua-parser-js: ^0.7.18 - checksum: fa37e4dfa8bbe17c4cd7a037840d22d97584a6ca9511ea0ab396995d6f403567dbbfad13d9ea9e0d78ea98072b5829bd6437dfb7949ad979dca5738d547803b5 + checksum: e969aeb175ccf97d8818aab9907a78f253568e0cc1b8762621c5d235bf031419d7e700f16f7711e89dfd1e0fce2b87a05f8a2800f18df0a96258f0780615fd8b languageName: node linkType: hard "figgy-pudding@npm:^3.5.1": version: 3.5.2 resolution: "figgy-pudding@npm:3.5.2" - checksum: 737645f602631734ad53b7445128e255939f809565350b376b3b8fad7673f37c82525a16463f176643ff4b989bb79ed0ecc18111a364ead1082a74c99195a6ca + checksum: 4090bd66193693dcda605e44d6b8715d8fb5c92a67acd57826e55cf816a342f550d57e5638f822b39366e1b2fdb244e99b3068a37213aa1d6c1bf602b8fde5ae languageName: node linkType: hard "file-uri-to-path@npm:1.0.0": version: 1.0.0 resolution: "file-uri-to-path@npm:1.0.0" - checksum: 5ddb9682f04f6f87b7765b93306206db2f96bc86162487e27639c55fe3ffeed12c30906ef1dedaa5307d7cabbbbdcbfa299b79aaec435de0f17e17ab31bd20b3 + checksum: b648580bdd893a008c92c7ecc96c3ee57a5e7b6c4c18a9a09b44fb5d36d79146f8e442578bc0e173dc027adf3987e254ba1dfd6e3ec998b7c282873010502144 languageName: node linkType: hard @@ -2491,7 +2491,7 @@ __metadata: is-number: ^3.0.0 repeat-string: ^1.6.1 to-regex-range: ^2.1.0 - checksum: 4a1491ee292f3d4a3d073c34cff0d7ba00dad8ad0de12d0a973c5aefb3f3f54971508cbc4b1c4923f6278b692b7695f9561086571fbee9f24cf3435ab92e8d50 + checksum: dbb5102467786ab42bc7a3ec7380ae5d6bfd1b5177b2216de89e4a541193f8ba599a6db84651bd2c58c8921db41b8cc3d699ea83b477342d3ce404020f73c298 languageName: node linkType: hard @@ -2500,7 +2500,7 @@ __metadata: resolution: "fill-range@npm:7.0.1" dependencies: to-regex-range: ^5.0.1 - checksum: efca43d59b487ad4bc0b2b1cb9e51617c75a7b0159db51fa190c75c3d634ea5fad1ff4750d7c14346add4cd065e3c46e8f99af333edf2b4ec2a424f87e491a85 + checksum: cc283f4e65b504259e64fd969bcf4def4eb08d85565e906b7d36516e87819db52029a76b6363d0f02d0d532f0033c9603b9e2d943d56ee3b0d4f7ad3328ff917 languageName: node linkType: hard @@ -2515,7 +2515,7 @@ __metadata: parseurl: ~1.3.3 statuses: ~1.5.0 unpipe: ~1.0.0 - checksum: f2e5b6bfe2201f13e74408530a7f354b7846ab3e648b3dde4f8ed3b773c8a743c16b0f378cb5113df7fef84c5be364bb1a3655f0a75571f163c982289fbd9671 + checksum: 617880460c5138dd7ccfd555cb5dde4d8f170f4b31b8bd51e4b646bb2946c30f7db716428a1f2882d730d2b72afb47d1f67cc487b874cb15426f95753a88965e languageName: node linkType: hard @@ -2526,7 +2526,7 @@ __metadata: commondir: ^1.0.1 make-dir: ^1.0.0 pkg-dir: ^2.0.0 - checksum: e786330611f4c04d77fc21ba950769dd7baa8d2d7ca6f2e6605a6f288e3a0af37e5a28045d9aafc249136cbc4219769950a13006672c910b2e9d026a252504f4 + checksum: d3caf3b0f90a2f281acb44a8db257ceb52d7fd65cc23d75463dff2f260947a35f27ba6c0695ba075e769607e71b1414ca0900072a5c5afd21e7c97f948e4f5ad languageName: node linkType: hard @@ -2537,7 +2537,7 @@ __metadata: commondir: ^1.0.1 make-dir: ^2.0.0 pkg-dir: ^3.0.0 - checksum: 6e996026565b651d709964abad7f353976e83e869dffae96f73f99f51078eb856a82411a3f2c77f89040c4976aed28248a761590f7237796a8578d00c6b34446 + checksum: 60ad475a6da9f257df4e81900f78986ab367d4f65d33cf802c5b91e969c28a8762f098693d7a571b6e4dd4c15166c2da32ae2d18b6766a18e2071079448fdce4 languageName: node linkType: hard @@ -2546,7 +2546,7 @@ __metadata: resolution: "find-up@npm:2.1.0" dependencies: locate-path: ^2.0.0 - checksum: 9dedb89f936b572f7c9fda3f66ebe146b0000fe9ef16fad94a77c25ce9585962e910bb32c1e08bab9b423985ff20221d2af4b7e4130b27c0f5f60c1aad3f6a7f + checksum: 43284fe4da09f89011f08e3c32cd38401e786b19226ea440b75386c1b12a4cb738c94969808d53a84f564ede22f732c8409e3cfc3f7fb5b5c32378ad0bbf28bd languageName: node linkType: hard @@ -2555,7 +2555,7 @@ __metadata: resolution: "find-up@npm:3.0.0" dependencies: locate-path: ^3.0.0 - checksum: c5422fc7231820421cff6f6e3a5d00a11a79fd16625f2af779c6aedfbaad66764fd149c1b84017aa44e85f86395eb25c31188ad273fc468a981b529eaa59a424 + checksum: 38eba3fe7a66e4bc7f0f5a1366dc25508b7cfc349f852640e3678d26ad9a6d7e2c43eff0a472287de4a9753ef58f066a0ea892a256fa3636ad51b3fe1e17fae9 languageName: node linkType: hard @@ -2567,7 +2567,7 @@ __metadata: is-glob: ^4.0.0 micromatch: ^3.0.4 resolve-dir: ^1.0.1 - checksum: be03bd98fc3f6666933b958e690b3913ac932496d55db13379de93657d86073c18ec53e7438ffe3adf98b606830c3d4645fae985e857645dd8a56983188abade + checksum: cafd706255f3c0e3491e4ee2eb9e585e6e76999bdc50e1ecde6d4ef7316d8dbcae77eb49d27b1f61ff011971933de43e90cb7cb535620b2616eb2ff89baf9347 languageName: node linkType: hard @@ -2577,21 +2577,21 @@ __metadata: dependencies: inherits: ^2.0.3 readable-stream: ^2.3.6 - checksum: b8fa1fbfadd5c4b6df3cf2c34b3c408fe508a2899c536bafa339f679de545689997e907bd4ff61dd292942f8044fb2f293a5956dd8b601f6a5601617842d0dda + checksum: 42e07747f83bcd4e799da802e621d6039787749ffd41f5517f8c4f786ee967e31ba32b09f8b28a9c6f67bd4f5346772e604202df350e8d99f4141771bae31279 languageName: node linkType: hard "follow-redirects@npm:^1.0.0": version: 1.12.1 resolution: "follow-redirects@npm:1.12.1" - checksum: afd9b64329e7001a9c79cfb2da85bd3c525994d3b67509a45b4a070385e7a9519d6732a5b5c30b1578369b3e747f7db06089354c91a677a13ef0c38c93116872 + checksum: 968a2bbc09d7743a24517996ac0a8b8b87f8baecba53e4b33855244cbc2b7daf2aaadca4127697f71bdb29c6f10d6302d4b416c1cf3f00603c81b200e1df870b languageName: node linkType: hard "for-in@npm:^1.0.2": version: 1.0.2 resolution: "for-in@npm:1.0.2" - checksum: e8d7280a654216e9951103e407d1655c2dfa67178ad468cb0b35701df6b594809ccdc66671b3478660d0e6c4bca9d038b1f1fc032716a184c19d67319550c554 + checksum: 09f4ae93ce785d253ac963d94c7f3432d89398bf25ac7a24ed034ca393bf74380bdeccc40e0f2d721a895e54211b07c8fad7132e8157827f6f7f059b70b4043d languageName: node linkType: hard @@ -2602,21 +2602,21 @@ __metadata: asynckit: ^0.4.0 combined-stream: ^1.0.6 mime-types: ^2.1.12 - checksum: c46ee9a14a8678b6e0dfafabc96e25237d9f11ced9c51cd371a2b3448f6a3f2fa684b3bbbb35911bae8f5448b3f3c48c73f7f2be791a4ae5aee0eb0ab3cdfec2 + checksum: 5134ada56cc246b293a1ac7678dba6830000603a3979cf83ff7b2f21f2e3725202237cfb89e32bcb38a1d35727efbd3c3a22e65b42321e8ade8eec01ce755d08 languageName: node linkType: hard "format@npm:^0.2.0": version: 0.2.2 resolution: "format@npm:0.2.2" - checksum: 0740f5212144e63dad4b3b2156d84a875c0649f4976ecfa91f21b086ad007e9af575e88cf782b202c5f5783fb6d4ee3cebcd357b79aa82d556f8401dc1762f55 + checksum: 646a60e1336250d802509cf24fb801e43bd4a70a07510c816fa133aa42cdbc9c21e66e9cc0801bb183c5b031c9d68be62e7fbb6877756e52357850f92aa28799 languageName: node linkType: hard "forwarded@npm:~0.1.2": version: 0.1.2 resolution: "forwarded@npm:0.1.2" - checksum: 568d862ad1c514813fc62dc1bd58b8669b16d4ee2e634a6fc71f4849df798883ab94e63d8e1b35a17af51b2b39ca869e672c7310efe42fc7b9bad43a80b5ff87 + checksum: 54695c574292f9bc6bfa52111844337bc2e61cfcc5ec82f16b816d721a67a0c76b4849a34b57e38e51d64ddbb81aef974f393579f610ed1b990470e75abad2e0 languageName: node linkType: hard @@ -2625,14 +2625,14 @@ __metadata: resolution: "fragment-cache@npm:0.2.1" dependencies: map-cache: ^0.2.2 - checksum: f88983f4bf54f9a8847d15e54518535aecbfa9b7f0242604ca5cd027d88ea1469212b5dbb579233e769d0e2f4e6764bc6bbac44731fb78b9964942165c7c3048 + checksum: 1cbbd0b0116b67d5790175de0038a11df23c1cd2e8dcdbade58ebba5594c2d641dade6b4f126d82a7b4a6ffc2ea12e3d387dbb64ea2ae97cf02847d436f60fdc languageName: node linkType: hard "fresh@npm:0.5.2": version: 0.5.2 resolution: "fresh@npm:0.5.2" - checksum: 2f76c8505d1ea5a6d5accea3e7aff0b796bfa43364c84929254f33909fa08640948bd1728220d1ff5f4c2b378a65e97da647f2fe0f2b7ddb44001f6e0dc2e91f + checksum: 13ea8b08f91e669a64e3ba3a20eb79d7ca5379a81f1ff7f4310d54e2320645503cc0c78daedc93dfb6191287295f6479544a649c64d8e41a1c0fb0c221552346 languageName: node linkType: hard @@ -2642,7 +2642,7 @@ __metadata: dependencies: inherits: ^2.0.1 readable-stream: ^2.0.0 - checksum: 5f1a9bbff02d30cf5b4f12cfef20b47455876f8318b92d275ca39e3c5adf0636d3a0d8f4821a1c245339c47e79a551dce9ce5c7d9236c16347b934dc13d1d408 + checksum: 6080eba0793dce32f475141fb3d54cc15f84ee52e420ee22ac3ab0ad639dc95a1875bc6eb9c0e1140e94972a36a89dc5542491b85f1ab8df0c126241e0f1a61b languageName: node linkType: hard @@ -2651,7 +2651,7 @@ __metadata: resolution: "fs-minipass@npm:2.1.0" dependencies: minipass: ^3.0.0 - checksum: e14a490658621cf1f7d8cbf9e92a9cc4dc7ce050418e4817e877e4531c438223db79f7a1774668087428d665a3de95f87014ce36c8afdc841fea42bcb782abcb + checksum: 1b8d128dae2ac6cc94230cc5ead341ba3e0efaef82dab46a33d171c044caaa6ca001364178d42069b2809c35a1c3c35079a32107c770e9ffab3901b59af8c8b1 languageName: node linkType: hard @@ -2663,14 +2663,14 @@ __metadata: iferr: ^0.1.5 imurmurhash: ^0.1.4 readable-stream: 1 || 2 - checksum: 1e35e18bdd0215587ed74fa68fd2e96240ecbc91213cdb3c2e3cad49a99767b224507261757658a034c22223a20ec6179a14a4fe7c28631e2547c4fde3b42fa2 + checksum: 43c2d6817b72127793abc811ebf87a135b03ac7cbe41cdea9eeacf59b23e6e29b595739b083e9461303d525687499a1aaefcec3e5ff9bc82b170edd3dc467ccc languageName: node linkType: hard "fs.realpath@npm:^1.0.0": version: 1.0.0 resolution: "fs.realpath@npm:1.0.0" - checksum: 698a91b1695e3926185c9e5b0dd57cf687dceb4eb73799af91e6b2ab741735e2962c366c5af6403ffddae2619914193bd339efa706fdc984d0ffc74b7a3603f4 + checksum: 99ddea01a7e75aa276c250a04eedeffe5662bce66c65c07164ad6264f9de18fb21be9433ead460e54cff20e31721c811f4fb5d70591799df5f85dce6d6746fd0 languageName: node linkType: hard @@ -2680,26 +2680,26 @@ fsevents@^1.2.7: dependencies: bindings: ^1.5.0 nan: ^2.12.1 - checksum: e70509558b5f49ce9dfacb8f9e2848c6e6751a61966027789561145a9c4ae9ba4c6b28b531bc8b4ae52fdd2d4c90a3bf314e6794717e51838b27910bb41ce588 + checksum: ae855aa737aaa2f9167e9f70417cf6e45a5cd11918e1fee9923709a0149be52416d765433b4aeff56c789b1152e718cd1b13ddec6043b78cdda68260d86383c1 languageName: node linkType: hard -"fsevents@patch:fsevents@^1.2.7#builtin": +"fsevents@patch:fsevents@^1.2.7#~builtin": version: 1.2.13 - resolution: "fsevents@patch:fsevents@npm%3A1.2.13#builtin::version=1.2.13&hash=11e9ea" + resolution: "fsevents@patch:fsevents@npm%3A1.2.13#~builtin::version=1.2.13&hash=1cc4b2" dependencies: bindings: ^1.5.0 nan: ^2.12.1 - checksum: 7bc048c164eb72f91b18ba7cd2ba30679a0afe57e9cd6352eac4bdbc4ddd4ca2ea98674d0bd3a80e96427469adc433c13532494b36aea40fceab36e198982182 + checksum: b264407498db2cfdcc2a05287334a4160c985a88e4a989e2f2f8dcc6afc8b04a4fcd82c797266442452e11c1fb07d7747d138b078fe4bb1f8f4fd2a6f2484d7e languageName: node linkType: hard -"fsevents@patch:fsevents@~2.1.2#builtin": +"fsevents@patch:fsevents@~2.1.2#~builtin": version: 2.1.3 - resolution: "fsevents@patch:fsevents@npm%3A2.1.3#builtin::version=2.1.3&hash=11e9ea" + resolution: "fsevents@patch:fsevents@npm%3A2.1.3#~builtin::version=2.1.3&hash=1cc4b2" dependencies: node-gyp: latest - checksum: e2b8c379340e21a786d32c653854c8876f94eb1202dd5be378fd42c062bc123aab5051c32bf0011865257c85982c41ded203f9fe8c9f9c8f8c84dc4672abc0e0 + checksum: 37502954e1b2cf7d1f555561e45956521afa12e12cbfe05445ffa1f2852a3d8932980cacb808d504b1def84b12b3b7b41c26673180691295001fa7740cc63fba languageName: node linkType: hard @@ -2708,14 +2708,14 @@ fsevents@~2.1.2: resolution: "fsevents@npm:2.1.3" dependencies: node-gyp: latest - checksum: 8977781884d06c5bcb97b5f909efdce9683c925f2a0ce7e098d2cdffe2e0a0a50b1868547bb94dca75428c06535a4a70517a7bb3bb5a974d93bf9ffc067291eb + checksum: b5ec0516b44d75b60af5c01ff80a80cd995d175e4640d2a92fbabd02991dd664d76b241b65feef0775c23d531c3c74742c0fbacd6205af812a9c3cef59f04292 languageName: node linkType: hard "function-bind@npm:^1.1.1": version: 1.1.1 resolution: "function-bind@npm:1.1.1" - checksum: ffad86e7d2010ba179aaa6a3987d2cc0ed48fa92d27f1ed84bfa06d14f77deeed5bfbae7f00bdebc0c54218392cab2b18ecc080e2c72f592431927b87a27d42b + checksum: b32fbaebb3f8ec4969f033073b43f5c8befbb58f1a79e12f1d7490358150359ebd92f49e72ff0144f65f2c48ea2a605bff2d07965f548f6474fd8efd95bf361a languageName: node linkType: hard @@ -2731,14 +2731,14 @@ fsevents@~2.1.2: string-width: ^1.0.1 strip-ansi: ^3.0.1 wide-align: ^1.1.0 - checksum: b136dbeb8e40acaaddab6c71c9f34d3c9aa104efc538c8c0ddcd74b25efb8daeb8dca24a9b30626b477d66beccd3dee8dd31e25eb4c7c97ec58a3f1a82914be1 + checksum: a89b53cee65579b46832e050b5f3a79a832cc422c190de79c6b8e2e15296ab92faddde6ddf2d376875cbba2b043efa99b9e1ed8124e7365f61b04e3cee9d40ee languageName: node linkType: hard "get-caller-file@npm:^2.0.1": version: 2.0.5 resolution: "get-caller-file@npm:2.0.5" - checksum: 9dd9e1e2591039ee4c38c897365b904f66f1e650a8c1cb7b7db8ce667fa63e88cc8b13282b74df9d93de481114b3304a0487880d31cd926dfda6efe71455855d + checksum: b9769a836d2a98c3ee734a88ba712e62703f1df31b94b784762c433c27a386dd6029ff55c2a920c392e33657d80191edbf18c61487e198844844516f843496b9 languageName: node linkType: hard @@ -2747,14 +2747,14 @@ fsevents@~2.1.2: resolution: "get-stream@npm:4.1.0" dependencies: pump: ^3.0.0 - checksum: f41bb3c74de09d1dbe1e9d0b6d12520875d99b7ecd32c71ee21eea26d32ca74110e2406922ca64ed8cd6f10076c5f59e4fd128f10cc292eae3b669379e5f18ed + checksum: 443e1914170c15bd52ff8ea6eff6dfc6d712b031303e36302d2778e3de2506af9ee964d6124010f7818736dcfde05c04ba7ca6cc26883106e084357a17ae7d73 languageName: node linkType: hard "get-value@npm:^2.0.3, get-value@npm:^2.0.6": version: 2.0.6 resolution: "get-value@npm:2.0.6" - checksum: f08da3262718e0f2617703cc99ecd0ddb4cca1541b0022118f898824c99157778e044c802160688dc184b17e5a894d11c5771aaadc376c68cdf66bdbc25ff865 + checksum: 5c3b99cb5398ea8016bf46ff17afc5d1d286874d2ad38ca5edb6e87d75c0965b0094cb9a9dddef2c59c23d250702323539a7fbdd870620db38c7e7d7ec87c1eb languageName: node linkType: hard @@ -2764,7 +2764,7 @@ fsevents@~2.1.2: dependencies: is-glob: ^3.1.0 path-dirname: ^1.0.0 - checksum: 2827ec4405295b660d5ec3e400d84d548a22fc38c3de8fb4586258248bb24afc4515f377935fd80b8397debeb56ffe0d2f4e91233e3a1377fe0d1ddbceb605fc + checksum: 653d559237e89a11b9934bef3f392ec42335602034c928590544d383ff5ef449f7b12f3cfa539708e74bc0a6c28ab1fe51d663cc07463cdf899ba92afd85a855 languageName: node linkType: hard @@ -2773,7 +2773,7 @@ fsevents@~2.1.2: resolution: "glob-parent@npm:5.1.1" dependencies: is-glob: ^4.0.1 - checksum: 2af6e196fba4071fb07ba261366e446ba2b320e6db0a2069cf8e12117c5811abc6721f08546148048882d01120df47e56aa5a965517a6e5ba19bfeb792655119 + checksum: 9f9a19c8d441d9df51df5985b2280b084f5ebc07e0fe5de761f346cb707cc30e7d51fb51c0e82490730b6c0ca9c9a3d0c73e4a22861a3cf363cc745e01721dd4 languageName: node linkType: hard @@ -2787,7 +2787,7 @@ fsevents@~2.1.2: minimatch: ^3.0.4 once: ^1.3.0 path-is-absolute: ^1.0.0 - checksum: 789977b52432865bd63846da5c75a6efc2c56abdc0cb5ffcdb8e91eeb67a58fa5594c1195d18b2b4aff99675b0739ed6bd61024b26562e0cca18c8f993efdc82 + checksum: 351d549dd90553b87c2d3f90ce11aed9e1093c74130440e7ae0592e11bbcd2ce7f0ebb8ba6bfe63aaf9b62166a7f4c80cb84490ae5d78408bb2572bf7d4ee0a6 languageName: node linkType: hard @@ -2798,7 +2798,7 @@ fsevents@~2.1.2: global-prefix: ^1.0.1 is-windows: ^1.0.1 resolve-dir: ^1.0.0 - checksum: 89fb699eee43823ce94e2dbcb5f7607e1de4f3e37b897a65b59720fa7284424b5f94b67f449a5f259e7a96e2bf851a1582ec31deb7f89b5336c9318ed95fcfe8 + checksum: 10be68796c1e1abc1e2ba87ec4ea507f5629873b119ab0cd29c07284ef2b930f1402d10df01beccb7391dedd9cd479611dd6a24311c71be58937beaf18edf85e languageName: node linkType: hard @@ -2807,7 +2807,7 @@ fsevents@~2.1.2: resolution: "global-modules@npm:2.0.0" dependencies: global-prefix: ^3.0.0 - checksum: 27e41b03a8d340637806ae30540b934f2fd1f3f3d1d73b86ab8a622c972a69faa0f63473325318af5a5bd9d429d76fb1f1c9445a6e8797ec01de307f3876cd42 + checksum: d6197f25856c878c2fb5f038899f2dca7cbb2f7b7cf8999660c0104972d5cfa5c68b5a0a77fa8206bb536c3903a4615665acb9709b4d80846e1bb47eaef65430 languageName: node linkType: hard @@ -2820,7 +2820,7 @@ fsevents@~2.1.2: ini: ^1.3.4 is-windows: ^1.0.1 which: ^1.2.14 - checksum: 2353fc9bf5c3b688164356c08843b3f9cae6300836071d1250c06c70a0aa13ed643c5711399ec4a2027899977f1423f4d24e81e01a1da4c5239c4e195d80b024 + checksum: 061b43470fe498271bcd514e7746e8a8535032b17ab9570517014ae27d700ff0dca749f76bbde13ba384d185be4310d8ba5712cb0e74f7d54d59390db63dd9a0 languageName: node linkType: hard @@ -2831,7 +2831,7 @@ fsevents@~2.1.2: ini: ^1.3.5 kind-of: ^6.0.2 which: ^1.3.1 - checksum: 5043a8455af20dd2185705caac446c8e8176638cbd364dcf288f41f4a07f2ef77cdeb5203916e7bd8b2884995d725a0b422d3483117cac796612ba61ea3d116e + checksum: 8a82fc1d6f22c45484a4e34656cc91bf021a03e03213b0035098d605bfc612d7141f1e14a21097e8a0413b4884afd5b260df0b6a25605ce9d722e11f1df2881d languageName: node linkType: hard @@ -2844,7 +2844,7 @@ fsevents@~2.1.2: object-assign: ^4.0.1 pify: ^2.0.0 pinkie-promise: ^2.0.0 - checksum: 7acac933247f203624c502e6db54995d355ae2ce618be40a6a125c73bac9fa1bb775cf2b0959d92807605534f7b29cf711bc354febb8a6dc2ecbaa1cbf59efa5 + checksum: 18109d6b9d55643d2b98b59c3cfae7073ccfe39829632f353d516cc124d836c2ddebe48a23f04af63d66a621b6d86dd4cbd7e6af906f2458a7fe510ffc4bd424 languageName: node linkType: hard @@ -2858,7 +2858,7 @@ fsevents@~2.1.2: ignore: ^3.3.5 pify: ^3.0.0 slash: ^1.0.0 - checksum: 448df8785eaf29b5a065b982da928eee2b865cd7be2e45dcbb614538a342d140fced4884f7972bbbe9d28d9b525cb0453753232b8d1d6e9066e7ffd00c675eaa + checksum: f0eba08a08ae7c98149a4411661c0bf08c4717d81e6f355cf624fb01880b249737eb8e951bf86124cb3af8ea1c793c0a9d363ed5cdec99bb2c6b68f8a323025f languageName: node linkType: hard @@ -2867,49 +2867,49 @@ fsevents@~2.1.2: resolution: "good-listener@npm:1.2.2" dependencies: delegate: ^3.1.2 - checksum: 640a1627e528ceb3337595a8020f44d09455f284c18c765eaf9ce5dcdf1799810e7b11ca2b61582a5a4db20aad0b7e6b820235864822d84df541d74383bcd01c + checksum: f39fb82c4e41524f56104cfd2d7aef1a88e72f3f75139115fbdf98cc7d844e0c1b39218b2e83438c6188727bf904ed78c7f0f2feff67b32833bc3af7f0202b33 languageName: node linkType: hard "graceful-fs@npm:^4.1.11, graceful-fs@npm:^4.1.15, graceful-fs@npm:^4.1.2": version: 4.2.4 resolution: "graceful-fs@npm:4.2.4" - checksum: d095ee4dc6eacc76814cd52d5d185b860119378a6fd4888e7d4e94983095c54d4f6369942a5e3d759cdbdd4e3ee7eaeb27a39ff938c6ee4610894fd9de46b6cb + checksum: 9d58c444eb4f391ce30b451aae8a8af2bd675d9f6f624719e97306f571ab89b2bd2b5f9025199bc63a2edfe2e53e7701554012f32a708148d53aa689163728cc languageName: node linkType: hard "graceful-fs@npm:^4.2.6": version: 4.2.6 resolution: "graceful-fs@npm:4.2.6" - checksum: 84d39c7756892553da990a9db7e45f844b3309b37b5a00174cbb4748476f2250c54f24594d4d252f64f085c65c2fdac7c809419bf6d55f0e6e42eb07ac0f5bf2 + checksum: 792e64aafda05a151289f83eaa16aff34ef259658cefd65393883d959409f5a2389b0ec9ebf28f3d21f1b0ddc8f594a1162ae9b18e2b507a6799a70706ec573d languageName: node linkType: hard "handle-thing@npm:^2.0.0": version: 2.0.1 resolution: "handle-thing@npm:2.0.1" - checksum: 7509fca9ebc8c119c8d36a7de19216dfcd120a2f9ac0a7f4e7836549561f728bfe4d86fbe604805c0f4d574c2eed756c54486b9ddc436d0387d8397c7c00a434 + checksum: 68071f313062315cd9dce55710e9496873945f1dd425107007058fc1629f93002a7649fcc3e464281ce02c7e809a35f5925504ab8105d972cf649f1f47cb7d6c languageName: node linkType: hard "has-flag@npm:^3.0.0": version: 3.0.0 resolution: "has-flag@npm:3.0.0" - checksum: 63aade480d27aeedb3b5b63a2e069d47d0006bf182338d662e7941cdc024e68a28418e0efa8dc5df30db9c4ee2407f39e6ea3f16cfbc6b83848b450826a28aa0 + checksum: 4a15638b454bf086c8148979aae044dd6e39d63904cd452d970374fa6a87623423da485dfb814e7be882e05c096a7ccf1ebd48e7e7501d0208d8384ff4dea73b languageName: node linkType: hard "has-symbols@npm:^1.0.0, has-symbols@npm:^1.0.1": version: 1.0.1 resolution: "has-symbols@npm:1.0.1" - checksum: 84e2a03ada6f530f0c1ebea64df5932556ac20a4b78998f1f2b5dd0cf736843e8082c488b0ea7f08b9aec72fb6d8b736beed2fd62fac60dcaebfdc0b8d2aa7ac + checksum: 4f09be6682f9fc29855ded1101ad2a0f5d559d7d9ed68f7b68be1ea213c23991216d08d6585bf3ff6fded6f526cc506bda528d276f083602b55d232f132cfa27 languageName: node linkType: hard "has-unicode@npm:^2.0.0": version: 2.0.1 resolution: "has-unicode@npm:2.0.1" - checksum: ed3719f95cbd7dada9e3fde6fad113eae6d317bc8e818a2350954914c098ca6eddb203261af2c291c49a14c52f83610becbc7ab8d569bee81261b9c260a435f2 + checksum: 1eab07a7436512db0be40a710b29b5dc21fa04880b7f63c9980b706683127e3c1b57cb80ea96d47991bdae2dfe479604f6a1ba410106ee1046a41d1bd0814400 languageName: node linkType: hard @@ -2920,7 +2920,7 @@ fsevents@~2.1.2: get-value: ^2.0.3 has-values: ^0.1.4 isobject: ^2.0.0 - checksum: d78fab4523ad531894a84d840e00ac8041e5958e44a418c56517ac62436b7c827154ab79748b4b7f6aa1358cd7d74f888be52744115c56e6acedc7cb5523e213 + checksum: 29e2a1e6571dad83451b769c7ce032fce6009f65bccace07c2962d3ad4d5530b6743d8f3229e4ecf3ea8e905d23a752c5f7089100c1f3162039fa6dc3976558f languageName: node linkType: hard @@ -2931,14 +2931,14 @@ fsevents@~2.1.2: get-value: ^2.0.6 has-values: ^1.0.0 isobject: ^3.0.0 - checksum: e05422bce9a522e79332cba48ec7c01fb4c4b04b0d030417fdc9e2ea53508479d7efcb3184d4f7a5cf5070a99043836f18962bab25c728362d2abc29ec18b574 + checksum: b9421d354e44f03d3272ac39fd49f804f19bc1e4fa3ceef7745df43d6b402053f828445c03226b21d7d934a21ac9cf4bc569396dc312f496ddff873197bbd847 languageName: node linkType: hard "has-values@npm:^0.1.4": version: 0.1.4 resolution: "has-values@npm:0.1.4" - checksum: df7ac830e460d399b181203c12cacaeaa1dcf0febceeed78fcfa0a6354879aa6c64c6b1ec049ce1c850a9b545d7a85fecc71741a5b743e0ad5dbd3e9928adff6 + checksum: ab1c4bcaf811ccd1856c11cfe90e62fca9e2b026ebe474233a3d282d8d67e3b59ed85b622c7673bac3db198cb98bd1da2b39300a2f98e453729b115350af49bc languageName: node linkType: hard @@ -2948,7 +2948,7 @@ fsevents@~2.1.2: dependencies: is-number: ^3.0.0 kind-of: ^4.0.0 - checksum: b69c45d5132bc29d54a9a28e5ee53a35ab4109f3335a035c37e3511fe94234e848169e2e7d583f4fa889a92646f3018287361d47d9f636c0e2880c0856c79a58 + checksum: 77e6693f732b5e4cf6c38dfe85fdcefad0fab011af74995c3e83863fabf5e3a836f406d83565816baa0bc0a523c9410db8b990fe977074d61aeb6d8f4fcffa11 languageName: node linkType: hard @@ -2957,7 +2957,7 @@ fsevents@~2.1.2: resolution: "has@npm:1.0.3" dependencies: function-bind: ^1.1.1 - checksum: c686e15300d41364486c099a9259d9c418022c294244843dcd712c4c286ff839d4f23a25413baa28c4d2c1e828afc2aaab70f685400b391533980223c71fa1ca + checksum: b9ad53d53be4af90ce5d1c38331e712522417d017d5ef1ebd0507e07c2fbad8686fffb8e12ddecd4c39ca9b9b47431afbb975b8abf7f3c3b82c98e9aad052792 languageName: node linkType: hard @@ -2968,7 +2968,7 @@ fsevents@~2.1.2: inherits: ^2.0.4 readable-stream: ^3.6.0 safe-buffer: ^5.2.0 - checksum: 9f4b0d183daf13f79ef60f117efc7004bb3570de48fe2d3c7d03c546313490decb2dff2b08d71b8a0049a7de4b79eda16096c2a96f33a7f4916e7616bce4dc11 + checksum: 26b7e97ac3de13cb23fc3145e7e3450b0530274a9562144fc2bf5c1e2983afd0e09ed7cc3b20974ba66039fad316db463da80eb452e7373e780cbee9a0d2f2dc languageName: node linkType: hard @@ -2978,14 +2978,14 @@ fsevents@~2.1.2: dependencies: inherits: ^2.0.3 minimalistic-assert: ^1.0.1 - checksum: fceb7fb87e224f4b399212f902d3a34c3ed8512560868b56dde92f617fac9c66b501e583bab2996ed7493be5ab3385e05a69d2209fa6a9144391b22e1c2d245b + checksum: e350096e659c62422b85fa508e4b3669017311aa4c49b74f19f8e1bc7f3a54a584fdfd45326d4964d6011f2b2d882e38bea775a96046f2a61b7779a979629d8f languageName: node linkType: hard "hast-util-parse-selector@npm:^2.0.0": version: 2.2.4 resolution: "hast-util-parse-selector@npm:2.2.4" - checksum: affd2e8d834305c3fe495b499d063fb84c697d467b22e225d7598c24e1b987af5e44957f9af43f6f80074b8e8d34728836f3e348049575016735a8d623c4f947 + checksum: 06e8b534626517929856877df116d95b46d384cc159595270c1e5b3af7404f20843065a1c675d60944445f7356c5c876ed10d5e2d66654b62fe06ecc8b423d45 languageName: node linkType: hard @@ -2997,7 +2997,7 @@ fsevents@~2.1.2: hast-util-parse-selector: ^2.0.0 property-information: ^5.0.0 space-separated-tokens: ^1.0.0 - checksum: 4d2d5b37c1455ef7b9de77043c8388af7f05cfc7ab176160ae9927ae4a684b2768ae971decc7d63ea77c1e3c13aeff5218f9b0477d1842774e7b7a9a097598e8 + checksum: 662321af446f09c76d67af31d05823f382ce1e6c007828dc77f899f310cea682c00216b67c317a4ebe7f0c05e50552c4810d214e6ed4e95388f7b7d7fc93158f languageName: node linkType: hard @@ -3006,14 +3006,14 @@ fsevents@~2.1.2: resolution: "he@npm:1.2.0" bin: he: bin/he - checksum: 212122003c20c8c17ac0c83a419b4c8e835411ff6ab9195d053ea6e4a0597cc005b5b8eabcbd57b0b0c0fe676f0049e09315845fff4e051198845491cbba260e + checksum: 3d4d6babccccd79c5c5a3f929a68af33360d6445587d628087f39a965079d84f18ce9c3d3f917ee1e3978916fc833bb8b29377c3b403f919426f91bc6965e7a7 languageName: node linkType: hard "highlight.js@npm:~9.15.0, highlight.js@npm:~9.15.1": version: 9.15.10 resolution: "highlight.js@npm:9.15.10" - checksum: f80c743d652b3e23262515889ec5852f9b476b765189b1be1feb2a84be310e22cd3310aea196815567f390be7b9708124347ed461233510cea754151d3b4bca3 + checksum: 5eb0cf9039c91f37759e584e0b02f62e316561d2b191518e5fe0be01a19aeaf358289c73603541e90fb64e5dba0ff010580d39122ba3b369c192d6b9bf2d4d4f languageName: node linkType: hard @@ -3024,7 +3024,7 @@ fsevents@~2.1.2: hash.js: ^1.0.3 minimalistic-assert: ^1.0.0 minimalistic-crypto-utils: ^1.0.1 - checksum: 729d5a55bf793619830aca5e62d101dfdb4164fe30c056cdcaecb32b1a69a23aa663d88e876d9d56cb69b1c3d95395ea60b0a715763c461188b37dca3dea930d + checksum: bd30b6a68d7f22d63f10e1888aee497d7c2c5c0bb469e66bbdac99f143904d1dfe95f8131f95b3e86c86dd239963c9d972fcbe147e7cffa00e55d18585c43fe0 languageName: node linkType: hard @@ -3033,7 +3033,7 @@ fsevents@~2.1.2: resolution: "hoist-non-react-statics@npm:3.3.2" dependencies: react-is: ^16.7.0 - checksum: d3e3791d6e3a2741ce0ba38e878081dec49247ef22982a990c80941ee1f564ef16cd5a511bcc8c5e54f1ce8205535e0414ca5feea722c0690c80040be7ebf9df + checksum: b1538270429b13901ee586aa44f4cc3ecd8831c061d06cb8322e50ea17b3f5ce4d0e2e66394761e6c8e152cd8c34fb3b4b690116c6ce2bd45b18c746516cb9e8 languageName: node linkType: hard @@ -3042,7 +3042,7 @@ fsevents@~2.1.2: resolution: "homedir-polyfill@npm:1.0.3" dependencies: parse-passwd: ^1.0.0 - checksum: 86a4e544cac858c31bb776d65a6aebbd84efddd98a5b4ebc65846d86b6161083b52fee059b8f809e9593537d10c9aabb381906305a0ee4a52f2625d0339b015f + checksum: 18dd4db87052c6a2179d1813adea0c4bfcfa4f9996f0e226fefb29eb3d548e564350fa28ec46b0bf1fbc0a1d2d6922ceceb80093115ea45ff8842a4990139250 languageName: node linkType: hard @@ -3054,14 +3054,14 @@ fsevents@~2.1.2: obuf: ^1.0.0 readable-stream: ^2.0.1 wbuf: ^1.1.0 - checksum: a22a28aa318167f29d65994ac28a238356142a3dcbcdcf20b0a87f14a746af7017596c91a895933d79ee68edf0303a4de5e629a2141cb1dbddb2cd9cad07418b + checksum: 2de144115197967ad6eeee33faf41096c6ba87078703c5cb011632dcfbffeb45784569e0cf02c317bd79c48375597c8ec88c30fff5bb0b023e8f654fb6e9c06e languageName: node linkType: hard "html-entities@npm:^1.3.1": version: 1.3.1 resolution: "html-entities@npm:1.3.1" - checksum: 53d37e5161230ad7f2c16dd2b54945069d84b5167113eac55e39a8fffed357378afc022d5dc66045b132ea46232cab41aee86e79dd5cd0618e0b78776b9085b5 + checksum: 423e3138822a298df37aa40503c6010a4d0cfa452f01b5730cf144c41c31fb0026ee76dd5ff0d78b987a16d145f0c50f4c112a5095740718af169786b8cbdd0a languageName: node linkType: hard @@ -3078,7 +3078,7 @@ fsevents@~2.1.2: uglify-js: 3.4.x bin: html-minifier: ./cli.js - checksum: c392d2128c7d2f7de9d44fedcae1e899f3825eb7792c90ca55ab07129b89d0a005fa4f898b6bf73a7f0526d3ff827898c2065cccd53c7f00d45b386ddb8821bf + checksum: 66a86841a8b919a11a13d9b80176845cfbc5dda6e88efea2cf312ecc07427d9eab4aca70537357583e5e66ee1e62da14e035792eea000f8f3a9ca1856b2fb2b2 languageName: node linkType: hard @@ -3095,7 +3095,7 @@ fsevents@~2.1.2: util.promisify: 1.0.0 peerDependencies: webpack: ^1.0.0 || ^2.0.0 || ^3.0.0 || ^4.0.0 - checksum: 02dcb274a8984442cb164de8920ee0c0a840a494b65c7ff2a1c39f9b687abf668d6a3ff21b693e9f5db8f93cef411c281d74dfd7db956490d51d50d25d64e468 + checksum: e769e69a975997e35e080ff6305c98411cc358fe025f257600ed0f0536dc9560d204450baeb2855d2575ed68d3242f05d56e3a8d576e0ff87f04785ea95dabe8 languageName: node linkType: hard @@ -3109,21 +3109,21 @@ fsevents@~2.1.2: entities: ^1.1.1 inherits: ^2.0.1 readable-stream: ^3.1.1 - checksum: 94fa6312e6c378b1c0f1626d3f468f0b25c5dcf6689bfa61fa0002c044c4c77842b5122feb84b501b02539165917febba0ffe754046996c9e8ed77c1bb65e66c + checksum: 6875f7dd875aa10be17d9b130e3738cd8ed4010b1f2edaf4442c82dfafe9d9336b155870dcc39f38843cbf7fef5e4fcfdf0c4c1fd4db3a1b91a1e0ee8f6c3475 languageName: node linkType: hard "http-cache-semantics@npm:^4.1.0": version: 4.1.0 resolution: "http-cache-semantics@npm:4.1.0" - checksum: 451df9784af2acbe0cc1fd70291285c08ca4a8966ab5ee4d3975e003d1ad4d74c81473086d628f31296b31221966fda8bc5ea1e29dd8f1f33f9fc2b0fdca65ca + checksum: 974de94a81c5474be07f269f9fd8383e92ebb5a448208223bfb39e172a9dbc26feff250192ecc23b9593b3f92098e010406b0f24bd4d588d631f80214648ed42 languageName: node linkType: hard "http-deceiver@npm:^1.2.7": version: 1.2.7 resolution: "http-deceiver@npm:1.2.7" - checksum: d0b10fce2548f9ffda9dc1707224e009ea9c132f3df7df2ba1d293a91c5f21efea618bc3737a21116b427c3d09187649b0158582f9174d2b61cd69bee7939d7d + checksum: 64d7d1ae3a6933eb0e9a94e6f27be4af45a53a96c3c34e84ff57113787105a89fff9d1c3df263ef63add823df019b0e8f52f7121e32393bb5ce9a713bf100b41 languageName: node linkType: hard @@ -3136,7 +3136,7 @@ fsevents@~2.1.2: setprototypeof: 1.1.1 statuses: ">= 1.5.0 < 2" toidentifier: 1.0.0 - checksum: 8ce4a4af05a3652c81768a2754ced24b86ff62e7bee147a27b6ef8cde24e7a48f9fbfcb87ec6f67781879b95f1b35d3f8d6378e8555eb7d469ce875f4e184418 + checksum: 5534b0ae08e77f5a45a2380f500e781f6580c4ff75b816cb1f09f99a290b57e78a518be6d866db1b48cca6b052c09da2c75fc91fb16a2fe3da3c44d9acbb9972 languageName: node linkType: hard @@ -3148,7 +3148,7 @@ fsevents@~2.1.2: inherits: 2.0.3 setprototypeof: 1.1.0 statuses: ">= 1.4.0 < 2" - checksum: 850a3bf69ffc56c5151cea4a31bdf47412b7a6af3ee3f4fc92d3c4d90f8398d8843806f0d81916b310b661eed93722272cf2d41c2cac2fd5d1d1c66d4077942c + checksum: a9654ee027e3d5de305a56db1d1461f25709ac23267c6dc28cdab8323e3f96caa58a9a6a5e93ac15d7285cee0c2f019378c3ada9026e7fe19c872d695f27de7c languageName: node linkType: hard @@ -3161,14 +3161,14 @@ fsevents@~2.1.2: setprototypeof: 1.1.1 statuses: ">= 1.5.0 < 2" toidentifier: 1.0.0 - checksum: 563ae4a3f19c89029212922bade6ffcd0e4b7fa52e539f08c8f6941de7eaccb00bf76cb7692662192f2f0d567d4ac1f9d6a3d0ee70b166c8540cf791497f90ea + checksum: a59f359473f4b3ea78305beee90d186268d6075432622a46fb7483059068a2dd4c854a20ac8cd438883127e06afb78c1309168bde6cdfeed1e3700eb42487d99 languageName: node linkType: hard "http-parser-js@npm:>=0.5.1": version: 0.5.2 resolution: "http-parser-js@npm:0.5.2" - checksum: a089b78a37379ca31b645696577e08b43c82cab802f3a1db3338151d68ad6839632de78277001735b2c5b59c78870f08d4d2bb73417bbea1ee8c894021228b46 + checksum: f5e14597971c4dfb0cf616dbb2889e07e6d71ff1da51e6338791b553be7a6e2b5d27f2ee72b02788c0fde3e2cc6c19eb5948b5d2a4c493878f309563e3181f04 languageName: node linkType: hard @@ -3179,7 +3179,7 @@ fsevents@~2.1.2: "@tootallnate/once": 1 agent-base: 6 debug: 4 - checksum: 6703aeb5c5d398d93757c38eb0d77df10239ff3fefee27614aad2831f06f9ca6c8b21c43e9ff02464b5284cba3c6cedefffd210750871277ebf652cbe3230566 + checksum: c6a5da5a1929416b6bbdf77b1aca13888013fe7eb9d59fc292e25d18e041bb154a8dfada58e223fc7b76b9b2d155a87e92e608235201f77d34aa258707963a82 languageName: node linkType: hard @@ -3191,7 +3191,7 @@ fsevents@~2.1.2: is-glob: ^4.0.0 lodash: ^4.17.11 micromatch: ^3.1.10 - checksum: 30f6e99935057bdd1e8323f34ee933822606fd762a912813182d4846b9acbf49f1e1767f0939f9ea1a503291727c1023dadaa41986b05b1d1ca9d420c67b5e09 + checksum: 64df0438417a613bb22b3689d9652a1b7a56f10b145a463f95f4e8a9b9a351f2c63bc5fd3a9cd710baec224897733b6f299cb7f974ea82769b2a4f1e074764ac languageName: node linkType: hard @@ -3202,14 +3202,14 @@ fsevents@~2.1.2: eventemitter3: ^4.0.0 follow-redirects: ^1.0.0 requires-port: ^1.0.0 - checksum: fc2062718d77868eff0d2707652d7e0d302a0f85d90f317daa410df5c41fbe009589c80bc73cc72a44368bb37d071c8f52aaa5b3ce82a08f3524a79ddf178b9b + checksum: f5bd96bf83e0b1e4226633dbb51f8b056c3e6321917df402deacec31dd7fe433914fc7a2c1831cf7ae21e69c90b3a669b8f434723e9e8b71fd68afe30737b6a5 languageName: node linkType: hard "https-browserify@npm:^1.0.0": version: 1.0.0 resolution: "https-browserify@npm:1.0.0" - checksum: 9746a4ef0283691774f207039efed38e31e86732ed15bcebf1878e2e7cf4b87e8a4e5fe3cce342caba9545ce0e7e2bcf44fe08edb52284b1b53bfe026e1e8f07 + checksum: 09b35353e42069fde2435760d13f8a3fb7dd9105e358270e2e225b8a94f811b461edd17cb57594e5f36ec1218f121c160ddceeec6e8be2d55e01dcbbbed8cbae languageName: node linkType: hard @@ -3219,7 +3219,7 @@ fsevents@~2.1.2: dependencies: agent-base: 6 debug: 4 - checksum: 18aa04ea08cc069fa0c83d03475d1bc43e13bfa43d5cffc0c3a07430f755e1ac914049570302775adac82aa5a779643ef2c6c270c057d7a8523a7f6f46b4866a + checksum: 165bfb090bd26d47693597661298006841ab733d0c7383a8cb2f17373387a94c903a3ac687090aa739de05e379ab6f868bae84ab4eac288ad85c328cd1ec9e53 languageName: node linkType: hard @@ -3228,7 +3228,7 @@ fsevents@~2.1.2: resolution: "humanize-ms@npm:1.2.1" dependencies: ms: ^2.0.0 - checksum: 4a08769434132a229a6153e77c869a9fe7132dc003d90119d54958e7b75feb65a3c4eca19fb18921568878ac455b6f399013279ad33248d94bd61a25def1fdda + checksum: 9c7a74a2827f9294c009266c82031030eae811ca87b0da3dceb8d6071b9bde22c9f3daef0469c3c533cc67a97d8a167cd9fc0389350e5f415f61a79b171ded16 languageName: node linkType: hard @@ -3237,7 +3237,7 @@ fsevents@~2.1.2: resolution: "iconv-lite@npm:0.4.24" dependencies: safer-buffer: ">= 2.1.2 < 3" - checksum: a9b9521066ee81853a8561e92bd7240bc5d3b7d5ef7da807a475e7858b0246e318b6af518c30a20a8749ef5eafeaa9631079446e4e696c7b60f468b34dc2cbfc + checksum: bd9f120f5a5b306f0bc0b9ae1edeb1577161503f5f8252a20f1a9e56ef8775c9959fd01c55f2d3a39d9a8abaf3e30c1abeb1895f367dcbbe0a8fd1c9ca01c4f6 languageName: node linkType: hard @@ -3246,14 +3246,14 @@ fsevents@~2.1.2: resolution: "iconv-lite@npm:0.6.2" dependencies: safer-buffer: ">= 2.1.2 < 3.0.0" - checksum: 0785670120f57b5912c6a4391d6a69914906746d259b59de884dc6d324a52a0abde38d5804f67370192fec6878d01e7306de525568abcea70eb41c2bceb9f547 + checksum: 03e03eb9fc003bc94f7956849f747258e57c162760259d76d1e67483058cad854a4b681b635e21e3ec41f4bd15ceed1b4a350f890565d680343442c5b139fa8a languageName: node linkType: hard "icss-replace-symbols@npm:^1.1.0": version: 1.1.0 resolution: "icss-replace-symbols@npm:1.1.0" - checksum: 6529ec8274f670e4ed5ded7d48f3f6d6f1576078353f3a363e6183f0be95166c74b4e2a93e1557d1852c59d0ce573ad5e91329e65a8fe94ab88fbb12a02f0ea9 + checksum: 24575b2c2f7e762bfc6f4beee31be9ba98a01cad521b5aa9954090a5de2b5e1bf67814c17e22f9e51b7d798238db8215a173d6c2b4726ce634ce06b68ece8045 languageName: node linkType: hard @@ -3262,35 +3262,35 @@ fsevents@~2.1.2: resolution: "icss-utils@npm:4.1.1" dependencies: postcss: ^7.0.14 - checksum: 437ba4f7c9543db7a007f3968698ae26c966e2c54e34ac08c8f88737d06181ffacc5de8d17435940367135822a98655e3c6c8f70504d22b2f5cbc8e10798f873 + checksum: a4ca2c6b82cb3eb879d635bd4028d74bca174edc49ee48ef5f01988489747d340a389d5a0ac6f6887a5c24ab8fc4386c781daab32a7ade5344a2edff66207635 languageName: node linkType: hard "ieee754@npm:^1.1.13, ieee754@npm:^1.1.4": version: 1.1.13 resolution: "ieee754@npm:1.1.13" - checksum: 9ef12932e8aeae1c614f314783b3770fac5daae7ae92ebffcda97da58efd77c0289181093666f6048e02c566ceeec4d0edf3b04b57ce8e0b57e9b3814a870469 + checksum: 102df1ba662e316e6160f7ce29c7c7fa3e04f2014c288336c5a9ff40bbcc2a27d209fa2a81ebfb33f28b1941021343d30e9ad8ee85a2d61f79f5936c35edc33d languageName: node linkType: hard "iferr@npm:^0.1.5": version: 0.1.5 resolution: "iferr@npm:0.1.5" - checksum: 9d366dcc6356bfc0156ba7b86c7ef1a8ede7533fc7b100b4700de618774f1b48aa60185a2193f8260870b9168daa38aee5b11d38c92f5100af8ccdf22b5c2717 + checksum: a18d19b6ad06a2d5412c0d37f6364869393ef6d1688d59d00082c1f35c92399094c031798340612458cd832f4f2e8b13bc9615934a7d8b0c53061307a3816aa1 languageName: node linkType: hard "ignore@npm:^3.3.5": version: 3.3.10 resolution: "ignore@npm:3.3.10" - checksum: eda1ee571684bccf3cf9eeb09aba8e85c1331f3f7773af67f70662ffc96a11ef284132bbf65e748249648f296b01276ed9ad4a11d912086fed418892a48e0733 + checksum: 23e8cc776e367b56615ab21b78decf973a35dfca5522b39d9b47643d8168473b0d1f18dd1321a1bab466a12ea11a2411903f3b21644f4d5461ee0711ec8678bd languageName: node linkType: hard "immutable@npm:^3.8.1, immutable@npm:^3.x.x": version: 3.8.2 resolution: "immutable@npm:3.8.2" - checksum: 08e65dd0579e7d274e0959872aa3cda7b0da30ed2efebbd23fc2cff26ff7a5416f47e21dbf9b56d337c94b98399a15511df1b7a5db2fadae3e77cd60483c4205 + checksum: 41909b386950ff84ca3cfca77c74cfc87d225a914e98e6c57996fa81a328da61a7c32216d6d5abad40f54747ffdc5c4b02b102e6ad1a504c1752efde8041f964 languageName: node linkType: hard @@ -3302,35 +3302,35 @@ fsevents@~2.1.2: resolve-cwd: ^2.0.0 bin: import-local-fixture: fixtures/cli.js - checksum: 4729bf153cf0d5ca5ee15f7fd7c93d17e7f129704525d5272e33a800cdf656b70d31bb2a5a25c3743d431b35e3fe8edd44b4e36cd7f10c71c092ca0cae76ef8e + checksum: b8469252483624379fd65d53c82f3658b32a1136f7168bfeea961a4ea7ca10a45786ea2b02e0006408f9cd22d2f33305a6f17a64e4d5a03274a50942c5e7c949 languageName: node linkType: hard "imurmurhash@npm:^0.1.4": version: 0.1.4 resolution: "imurmurhash@npm:0.1.4" - checksum: 34d414d789286f6ef4d2b954c76c7df40dd7cabffef9b9959c8bd148677e98151f4fa5344aae2e3ad2b62308555ccbba3022e535a3e24288c9babb1308e35532 + checksum: 7cae75c8cd9a50f57dadd77482359f659eaebac0319dd9368bcd1714f55e65badd6929ca58569da2b6494ef13fdd5598cd700b1eba23f8b79c5f19d195a3ecf7 languageName: node linkType: hard "indent-string@npm:^4.0.0": version: 4.0.0 resolution: "indent-string@npm:4.0.0" - checksum: 3e54996c6e15ca00a7a4403be705bce4fb3bb4ac637da2e1473006e42a651863f53bfb8c3438c1b3aac77817768ac0cde0e7b7a81a6cf24a1286227a06510dbf + checksum: 824cfb9929d031dabf059bebfe08cf3137365e112019086ed3dcff6a0a7b698cb80cf67ccccde0e25b9e2d7527aa6cc1fed1ac490c752162496caba3e6699612 languageName: node linkType: hard "indexes-of@npm:^1.0.1": version: 1.0.1 resolution: "indexes-of@npm:1.0.1" - checksum: e1c232a32631c709bb8a2188d0a53c02aae18904fff0165322a353dfd2985e0b3ea184b2b15b74acc363a0344dc6e8dc927b874935a738e8ce0e5253e4a9da98 + checksum: 4f9799b1739a62f3e02d09f6f4162cf9673025282af7fa36e790146e7f4e216dad3e776a25b08536c093209c9fcb5ea7bd04b082d42686a45f58ff401d6da32e languageName: node linkType: hard "infer-owner@npm:^1.0.3, infer-owner@npm:^1.0.4": version: 1.0.4 resolution: "infer-owner@npm:1.0.4" - checksum: 56aa1d87b05936947765b1d9ace5f8d7ccd8cf6ccc1d69b67e8eaaee0e1ee2960d5accd51deb50d884665a5a1af3bcbb80f5d249c01a00280365bba59db9687b + checksum: 181e732764e4a0611576466b4b87dac338972b839920b2a8cde43642e4ed6bd54dc1fb0b40874728f2a2df9a1b097b8ff83b56d5f8f8e3927f837fdcb47d8a89 languageName: node linkType: hard @@ -3340,35 +3340,35 @@ fsevents@~2.1.2: dependencies: once: ^1.3.0 wrappy: 1 - checksum: 17c53fc42cbe7f7f471d2bc41b97a0cde4b79a74d5ff59997d3f75210566fa278e17596da526d43de2bd07e222706240ce50e60097e54f2cde2e64cbbb372638 + checksum: f4f76aa072ce19fae87ce1ef7d221e709afb59d445e05d47fba710e85470923a75de35bfae47da6de1b18afc3ce83d70facf44cfb0aff89f0a3f45c0a0244dfd languageName: node linkType: hard "inherits@npm:2, inherits@npm:2.0.4, inherits@npm:^2.0.1, inherits@npm:^2.0.3, inherits@npm:^2.0.4, inherits@npm:~2.0.1, inherits@npm:~2.0.3": version: 2.0.4 resolution: "inherits@npm:2.0.4" - checksum: 98426da247ddfc3dcd7d7daedd90c3ca32d5b08deca08949726f12d49232aef94772a07b36cf4ff833e105ae2ef931777f6de4a6dd8245a216b9299ad4a50bea + checksum: 4a48a733847879d6cf6691860a6b1e3f0f4754176e4d71494c41f3475553768b10f84b5ce1d40fbd0e34e6bfbb864ee35858ad4dd2cf31e02fc4a154b724d7f1 languageName: node linkType: hard "inherits@npm:2.0.1": version: 2.0.1 resolution: "inherits@npm:2.0.1" - checksum: 6f59f627a64cff6f4b5a2723184d831e6fc376cf88b8a94821caa2cad9d44da6d79583335024c01a541d9a25767785928a28f6e2192bb14be9ce800b315b4faa + checksum: 6536b9377296d4ce8ee89c5c543cb75030934e61af42dba98a428e7d026938c5985ea4d1e3b87743a5b834f40ed1187f89c2d7479e9d59e41d2d1051aefba07b languageName: node linkType: hard "inherits@npm:2.0.3": version: 2.0.3 resolution: "inherits@npm:2.0.3" - checksum: 9488f9433effbc24474f6baee8014e5337c7f99305ecb4204fa5864ae7655c24225780d87fc65ed8d3d374715a18c5dc8c69fe3bf9745cde2e7acd0ac068a07b + checksum: 78cb8d7d850d20a5e9a7f3620db31483aa00ad5f722ce03a55b110e5a723539b3716a3b463e2b96ce3fe286f33afc7c131fa2f91407528ba80cea98a7545d4c0 languageName: node linkType: hard "ini@npm:^1.3.4, ini@npm:^1.3.5": version: 1.3.8 resolution: "ini@npm:1.3.8" - checksum: 62189ce7ea44c5778e757e4232c581212e838f3c39e79d931bb9152fd4b9275f09fb20b96afdd60ba9f5d7996b92486cad6cc617fcb84ff4beedd1b33b86221e + checksum: dfd98b0ca3a4fc1e323e38a6c8eb8936e31a97a918d3b377649ea15bdb15d481207a0dda1021efbd86b464cae29a0d33c1d7dcaf6c5672bee17fa849bc50a1b3 languageName: node linkType: hard @@ -3378,14 +3378,14 @@ fsevents@~2.1.2: dependencies: default-gateway: ^4.2.0 ipaddr.js: ^1.9.0 - checksum: 2cf2248053bd471a3f07880d76a86fa64fb16f2fe5006c0efda218224050ea383618788627498734055cc7027926b7749288f88981bb35433da3f4171824afd0 + checksum: c970433c84d9a6b46e2c9f5ab7785d3105b856d0a566891bf919241b5a884c5c1c9bf8e915aebb822a86c14b1b6867e58c1eaf5cd49eb023368083069d1a4a9a languageName: node linkType: hard "interpret@npm:^1.4.0": version: 1.4.0 resolution: "interpret@npm:1.4.0" - checksum: f15725d76206525546f559030ddc967db025c6db904eb8798a70ec3c07e42c5537c5cbc73a15eafd4ae5cdabad35601abf8878261c03dcc8217747e8037575fe + checksum: 2e5f51268b5941e4a17e4ef0575bc91ed0ab5f8515e3cf77486f7c14d13f3010df9c0959f37063dcc96e78d12dc6b0bb1b9e111cdfe69771f4656d2993d36155 languageName: node linkType: hard @@ -3394,35 +3394,35 @@ fsevents@~2.1.2: resolution: "invariant@npm:2.2.4" dependencies: loose-envify: ^1.0.0 - checksum: 96d8a2a4f0ad21020c5847546fc36bec5c0870d99f071aaa93df00c1036439d48211a1823ab6128f78a15ccc4c4f62baf6a65f6c0ed489270dd44d0a04f443a1 + checksum: cc3182d793aad82a8d1f0af697b462939cb46066ec48bbf1707c150ad5fad6406137e91a262022c269702e01621f35ef60269f6c0d7fd178487959809acdfb14 languageName: node linkType: hard "ip-regex@npm:^2.1.0": version: 2.1.0 resolution: "ip-regex@npm:2.1.0" - checksum: 2fd2190ada81b55a8a6f913bcb5a6fd6ff9da127905b4c01521f09a1d391e86d415dfe8c131ed2989d536949bb2f9654a71b9fa6f7ae2ac3ae6111b2026cc902 + checksum: 331d95052aa53ce245745ea0fc3a6a1e2e3c8d6da65fa8ea52bf73768c1b22a9ac50629d1d2b08c04e7b3ac4c21b536693c149ce2c2615ee4796030e5b3e3cba languageName: node linkType: hard "ip@npm:^1.1.0, ip@npm:^1.1.5": version: 1.1.5 resolution: "ip@npm:1.1.5" - checksum: 3ad007368cf797ec9b73fbac0a644077198dd85a128d0fe39697a78a9cdd47915577eee5c4eca9933549b575ac4716107896c2d4aa43a1622b3f72104232cad4 + checksum: 30133981f082a060a32644f6a7746e9ba7ac9e2bc07ecc8bbdda3ee8ca9bec1190724c390e45a1ee7695e7edfd2a8f7dda2c104ec5f7ac5068c00648504c7e5a languageName: node linkType: hard "ipaddr.js@npm:1.9.1, ipaddr.js@npm:^1.9.0": version: 1.9.1 resolution: "ipaddr.js@npm:1.9.1" - checksum: de15bc7e63973d960abc43c9fbbf19589c726774f59d157d1b29382a1e86ae87c68cbd8b5c78a1712a87fc4fcd91e10762c7671950c66a1a19040ff4fd2f9c9b + checksum: f88d3825981486f5a1942414c8d77dd6674dd71c065adcfa46f578d677edcb99fda25af42675cb59db492fdf427b34a5abfcde3982da11a8fd83a500b41cfe77 languageName: node linkType: hard "is-absolute-url@npm:^3.0.3": version: 3.0.3 resolution: "is-absolute-url@npm:3.0.3" - checksum: 1beac700465defee2bfa881cafcf144f3365cf0f748d62880e4a726c1de525ac39e8203bed14032f10509916dd392908e24d50ce1c1a444b44655a74708f9556 + checksum: 5159b51d065d9ad29e16a2f78d6c0e41c43227caf90a45e659c54ea6fd50ef0595b1871ce392e84b1df7cfdcad9a8e66eec0813a029112188435abf115accb16 languageName: node linkType: hard @@ -3431,7 +3431,7 @@ fsevents@~2.1.2: resolution: "is-accessor-descriptor@npm:0.1.6" dependencies: kind-of: ^3.0.2 - checksum: 7a7fca21855f7f5e56706d34ce089bc95b78db4ee0d11f554b642ac06b508452aaf26ffdf5dc0680c99f66e2043d78ab659760c417af60fd067ae0f09717d3cc + checksum: 3d629a086a9585bc16a83a8e8a3416f400023301855cafb7ccc9a1d63145b7480f0ad28877dcc2cce09492c4ec1c39ef4c071996f24ee6ac626be4217b8ffc8a languageName: node linkType: hard @@ -3440,14 +3440,14 @@ fsevents@~2.1.2: resolution: "is-accessor-descriptor@npm:1.0.0" dependencies: kind-of: ^6.0.0 - checksum: 3973215c2eaea260a33d8ab227f56dc1f9bf085f68a1a27e3108378917482369992b907a57ae05a72a16591af174cf5206efca3faf608fb36eaca675f2841e13 + checksum: 8e475968e9b22f9849343c25854fa24492dbe8ba0dea1a818978f9f1b887339190b022c9300d08c47fe36f1b913d70ce8cbaca00369c55a56705fdb7caed37fe languageName: node linkType: hard "is-alphabetical@npm:^1.0.0": version: 1.0.4 resolution: "is-alphabetical@npm:1.0.4" - checksum: a4a2afcf65788695c1b14755e6bf890ba5991d6789d4b6ea3c8bd7ba8c7a2dce1da37dc62e8b19b397ca3f927d60203df792e79b9a5c35c69f488a782f96e3b5 + checksum: 6508cce44fd348f06705d377b260974f4ce68c74000e7da4045f0d919e568226dc3ce9685c5a2af272195384df6930f748ce9213fc9f399b5d31b362c66312cb languageName: node linkType: hard @@ -3457,14 +3457,14 @@ fsevents@~2.1.2: dependencies: is-alphabetical: ^1.0.0 is-decimal: ^1.0.0 - checksum: d97ec38a74117d147f7feaa46e43f2fdd6075a6650d8b5c44357e7854462068525c9a8cc079943b9e06fb8e182d0262b5f38cf9c79a4138f12f069a52ec1e56b + checksum: e2e491acc16fcf5b363f7c726f666a9538dba0a043665740feb45bba1652457a73441e7c5179c6768a638ed396db3437e9905f403644ec7c468fb41f4813d03f languageName: node linkType: hard "is-arguments@npm:^1.0.4": version: 1.0.4 resolution: "is-arguments@npm:1.0.4" - checksum: a04bc21254cfbb77c934ec51165ef7629c12cabd2a92c2c4333280b5117f138fcec6369dd2ab7d8fe24e3af7dbc2a4ce389c53ed0b55b0f8818788c3c09f4ad2 + checksum: a40ce1580cbb28b67790afe91d9c39a9016f165e724021f2c61da016d7382a1b04a202d9d4ea1c8b5d7fda7c15144aa5c4e92ea4ed0896e2b95f4f665a966cd5 languageName: node linkType: hard @@ -3473,7 +3473,7 @@ fsevents@~2.1.2: resolution: "is-binary-path@npm:1.0.1" dependencies: binary-extensions: ^1.0.0 - checksum: 25a2cda1e504403a179d1daf2773d6ea47ce383e912bc695bb9e923b5d5468447e239499be5c2212c7508be7777196810f8307e1d1f0e83a6191425eb22c2887 + checksum: a803c99e9d898170c3b44a86fbdc0736d3d7fcbe737345433fb78e810b9fe30c982657782ad0e676644ba4693ddf05601a7423b5611423218663d6b533341ac9 languageName: node linkType: hard @@ -3482,21 +3482,21 @@ fsevents@~2.1.2: resolution: "is-binary-path@npm:2.1.0" dependencies: binary-extensions: ^2.0.0 - checksum: 49a1446a3cf3719e91a061f0e52add18fd065325c652c277519a2ad333440dc8b449076a893277a46940ef16f05a908716667ca8f986b28c677b9acb11e10a36 + checksum: 84192eb88cff70d320426f35ecd63c3d6d495da9d805b19bc65b518984b7c0760280e57dbf119b7e9be6b161784a5a673ab2c6abe83abb5198a432232ad5b35c languageName: node linkType: hard "is-buffer@npm:^1.1.5": version: 1.1.6 resolution: "is-buffer@npm:1.1.6" - checksum: 336ec78f00e88efe6ff6f1aa08d06aadb942a6cd320e5f538ac00648378fb964743b3737c88ce7ce8741c067e4a3b78f596b83ee1a3c72dc2885ea0b03dc84f2 + checksum: 4a186d995d8bbf9153b4bd9ff9fd04ae75068fe695d29025d25e592d9488911eeece84eefbd8fa41b8ddcc0711058a71d4c466dcf6f1f6e1d83830052d8ca707 languageName: node linkType: hard "is-callable@npm:^1.1.4, is-callable@npm:^1.2.0": version: 1.2.0 resolution: "is-callable@npm:1.2.0" - checksum: 8a5e68b7c3a95159c98595789015da72e71432e638c4bc0aad4722ea6a1ffeca178838cfb6012f5b9cc1a8c61b737704bd658d8f588959a46a899961667e99f5 + checksum: 628d786ebb816a28529cd9ee15533e50288715215d374b2c983e6e23b3ae564e55a1cbfed3e3e8935340601584279984d9363b7045458b24f6d7c44249f24cf5 languageName: node linkType: hard @@ -3505,7 +3505,7 @@ fsevents@~2.1.2: resolution: "is-data-descriptor@npm:0.1.4" dependencies: kind-of: ^3.0.2 - checksum: 51db89bb4676b871a67f371f665dcf9c3fabb84e26b411beff42fb3b5505cdc0e33eeb1aeaa9c0400eb6d372a3b241c23a6953b5902397e5ff212cfbfd9edcda + checksum: 5c622e078ba933a78338ae398a3d1fc5c23332b395312daf4f74bab4afb10d061cea74821add726cb4db8b946ba36217ee71a24fe71dd5bca4632edb7f6aad87 languageName: node linkType: hard @@ -3514,21 +3514,21 @@ fsevents@~2.1.2: resolution: "is-data-descriptor@npm:1.0.0" dependencies: kind-of: ^6.0.0 - checksum: 0297518899d51c498987b1cc64fde72b0300f93a09669b6653a4d56a9cfb40c85b5988e52e36b10e88d17ad13b1927932f4631ddc02f10fa1d44a1e3150d31cd + checksum: e705e6816241c013b05a65dc452244ee378d1c3e3842bd140beabe6e12c0d700ef23c91803f971aa7b091fb0573c5da8963af34a2b573337d87bc3e1f53a4e6d languageName: node linkType: hard "is-date-object@npm:^1.0.1": version: 1.0.2 resolution: "is-date-object@npm:1.0.2" - checksum: 0e322699464a99da638c8a583b74dfb791732b6bc9c102bc0b7ac6303d83c86b9935f19b8d2ed4de52092241190c8826b099cb31972dea49a99b755293c0b1cf + checksum: ac859426e5df031abd9d1eeed32a41cc0de06e47227bd972b8bc716460a9404654b3dba78f41e8171ccf535c4bfa6d72a8d1d15a0873f9646698af415e92c2fb languageName: node linkType: hard "is-decimal@npm:^1.0.0": version: 1.0.4 resolution: "is-decimal@npm:1.0.4" - checksum: 57a0e1a87f01538ac21997202ac694f0572abf50488c54a4154014517f07d88394a61195c1ee32bdf69014e535b946e9e3869eece6818baea5827171d38a23f9 + checksum: ed483a387517856dc395c68403a10201fddcc1b63dc56513fbe2fe86ab38766120090ecdbfed89223d84ca8b1cd28b0641b93cb6597b6e8f4c097a7c24e3fb96 languageName: node linkType: hard @@ -3539,7 +3539,7 @@ fsevents@~2.1.2: is-accessor-descriptor: ^0.1.6 is-data-descriptor: ^0.1.4 kind-of: ^5.0.0 - checksum: cab6979fb6412eefca8e9bc3b59d239b2ce4916d6025f184eb6c3031b5d381cb536630606a4635f0f43197164a090bb500c762f713f17846c1e34dd9ae6ef607 + checksum: 0f780c1b46b465f71d970fd7754096ffdb7b69fd8797ca1f5069c163eaedcd6a20ec4a50af669075c9ebcfb5266d2e53c8b227e485eefdb0d1fee09aa1dd8ab6 languageName: node linkType: hard @@ -3550,7 +3550,7 @@ fsevents@~2.1.2: is-accessor-descriptor: ^1.0.0 is-data-descriptor: ^1.0.0 kind-of: ^6.0.2 - checksum: be8004010eac165fa9a61513a51881c4bac324d060916d44bfee2be03edf500d5994591707147f1f4c93ae611f97de27debdd8325702158fcd0cf8fcca3fbe06 + checksum: 2ed623560bee035fb67b23e32ce885700bef8abe3fbf8c909907d86507b91a2c89a9d3a4d835a4d7334dd5db0237a0aeae9ca109c1e4ef1c0e7b577c0846ab5a languageName: node linkType: hard @@ -3560,14 +3560,14 @@ fsevents@~2.1.2: dependencies: is-object: ^1.0.1 is-window: ^1.0.2 - checksum: f2662466f74e032fd3af4b6915a9eb8b1a10d72fb753a7ea8a0336879a6ffdd078b597773878633756d995ba7d6be85f5af665213932d6747d05bc694410d4ab + checksum: 72aff0a7366b801c9d598d49452ec06544b52c3da92a0c6c3cacace33bb0c3df5ba1b4e422ac39224773316a553699d5920a1eb136919319f57d00e6384eb41b languageName: node linkType: hard "is-extendable@npm:^0.1.0, is-extendable@npm:^0.1.1": version: 0.1.1 resolution: "is-extendable@npm:0.1.1" - checksum: 9d051e68c38b09c242564b62d98cdcc0ba5b20421340c95d5ae023955dcaf31ae1d614e1eb7a18a6358d4c47ea77d811623e1777a0589df9ac5928c370edd5e5 + checksum: 3875571d20a7563772ecc7a5f36cb03167e9be31ad259041b4a8f73f33f885441f778cee1f1fe0085eb4bc71679b9d8c923690003a36a6a5fdf8023e6e3f0672 languageName: node linkType: hard @@ -3576,14 +3576,14 @@ fsevents@~2.1.2: resolution: "is-extendable@npm:1.0.1" dependencies: is-plain-object: ^2.0.4 - checksum: 2bf711afe60cc99f46699015c444db8f06c9c5553dd2b26fd8cb663fcec4bf00df1c11d02e28a8cc97b8efb49315c3c3fcf6ce1ceb09341af8e4fcccde516dd7 + checksum: db07bc1e9de6170de70eff7001943691f05b9d1547730b11be01c0ebfe67362912ba743cf4be6fd20a5e03b4180c685dad80b7c509fe717037e3eee30ad8e84f languageName: node linkType: hard "is-extglob@npm:^2.1.0, is-extglob@npm:^2.1.1": version: 2.1.1 resolution: "is-extglob@npm:2.1.1" - checksum: ca623e2c56c893714a237aff645ec7caa8fea4d78868682af8d6803d7f0780323f8d566311e0dc6f942c886e81cbfa517597e48fcada7f3bf78a4d099eeecdd3 + checksum: df033653d06d0eb567461e58a7a8c9f940bd8c22274b94bf7671ab36df5719791aae15eef6d83bbb5e23283967f2f984b8914559d4449efda578c775c4be6f85 languageName: node linkType: hard @@ -3592,14 +3592,14 @@ fsevents@~2.1.2: resolution: "is-fullwidth-code-point@npm:1.0.0" dependencies: number-is-nan: ^1.0.0 - checksum: fc3d51ef082eaf0c0d44e94b74cf43b97446e008b147b08186daea8bd5ff402596f04b5fe4fa4c0457470beab5c2de8339c49c96b5be65fe9fdf88f60a0001e8 + checksum: 4d46a7465a66a8aebcc5340d3b63a56602133874af576a9ca42c6f0f4bd787a743605771c5f246db77da96605fefeffb65fc1dbe862dcc7328f4b4d03edf5a57 languageName: node linkType: hard "is-fullwidth-code-point@npm:^2.0.0": version: 2.0.0 resolution: "is-fullwidth-code-point@npm:2.0.0" - checksum: e1e5284f848ab6885665967cd768292a75022304d4401e78937a68f423047c29bfe87a43a9cdb67a3210fff7bcd5da51469122a0eff59b03261c379e58dbe921 + checksum: eef9c6e15f68085fec19ff6a978a6f1b8f48018fd1265035552078ee945573594933b09bbd6f562553e2a241561439f1ef5339276eba68d272001343084cfab8 languageName: node linkType: hard @@ -3608,7 +3608,7 @@ fsevents@~2.1.2: resolution: "is-glob@npm:3.1.0" dependencies: is-extglob: ^2.1.0 - checksum: 9911e04e28285c50bfd5ff79950c6cf712ed9d959ef640acba2daeca8a17a921494b78b3143d5d1749c4dc3bbeb296b8955064a4f17d014112f0c63a239322d6 + checksum: 9d483bca84f16f01230f7c7c8c63735248fe1064346f292e0f6f8c76475fd20c6f50fc19941af5bec35f85d6bf26f4b7768f39a48a5f5fdc72b408dc74e07afc languageName: node linkType: hard @@ -3617,21 +3617,21 @@ fsevents@~2.1.2: resolution: "is-glob@npm:4.0.1" dependencies: is-extglob: ^2.1.1 - checksum: 98cd4f715f0fb81da34aa6c8be4a5ef02d8cfac3ebc885153012abc2a0410df5a572f9d0393134fcba9192c7a845da96142c5f74a3c02787efe178ed798615e6 + checksum: 84627cad11b4e745f5db5a163f32c47b711585a5ff6e14f8f8d026db87f4cdd3e2c95f6fa1f94ad22e469f36d819ae2814f03f9c668b164422ac3354a94672d3 languageName: node linkType: hard "is-hexadecimal@npm:^1.0.0": version: 1.0.4 resolution: "is-hexadecimal@npm:1.0.4" - checksum: 653c1d0115196e97ed20177393cff833fbdfdbed3d28abdffbfd0fe50b9c62bf7e76ee56a9a47fec84f30ca0d40256fd065a71a65b0ed32fc77650b39c8c9295 + checksum: a452e047587b6069332d83130f54d30da4faf2f2ebaa2ce6d073c27b5703d030d58ed9e0b729c8e4e5b52c6f1dab26781bb77b7bc6c7805f14f320e328ff8cd5 languageName: node linkType: hard "is-lambda@npm:^1.0.1": version: 1.0.1 resolution: "is-lambda@npm:1.0.1" - checksum: 669ea37e8fafa800d076e7e7c64eadc9fd2a0607a3bc67e602d37092f2fec91c29929cdeec94e694607a88a2e0bdc7f8e122a9819dacadf05a9c5767c9672eb7 + checksum: 93a32f01940220532e5948538699ad610d5924ac86093fcee83022252b363eb0cc99ba53ab084a04e4fb62bf7b5731f55496257a4c38adf87af9c4d352c71c35 languageName: node linkType: hard @@ -3640,28 +3640,28 @@ fsevents@~2.1.2: resolution: "is-number@npm:3.0.0" dependencies: kind-of: ^3.0.2 - checksum: ae03986dedb1e414cfef5402b24c9be5e9171bc77fdaa189f468144e801b23d8abaa9bf52fb882295558a042fbb0192fb3f80759a010073884eff9ee3f196962 + checksum: 0c62bf8e9d72c4dd203a74d8cfc751c746e75513380fef420cda8237e619a988ee43e678ddb23c87ac24d91ac0fe9f22e4ffb1301a50310c697e9d73ca3994e9 languageName: node linkType: hard "is-number@npm:^7.0.0": version: 7.0.0 resolution: "is-number@npm:7.0.0" - checksum: eec6e506c6de472af4bdfd0cc477e8aeb76f0a7066c8680fcdfed5324ee31a7d2b59d22313007c58aa80eb937f0c40eefdceedb851997d46b490b49f87160369 + checksum: 456ac6f8e0f3111ed34668a624e45315201dff921e5ac181f8ec24923b99e9f32ca1a194912dc79d539c97d33dba17dc635202ff0b2cf98326f608323276d27a languageName: node linkType: hard "is-object@npm:^1.0.1": version: 1.0.1 resolution: "is-object@npm:1.0.1" - checksum: deb32fdb99d599c6b8bbc3028143dc47c3dec1ba2ebabb2f9a5122588cb28b7b26c535de593fa7b8b86716cab1b96761c11c0aba9b812e20efdec1b55f8d0e95 + checksum: 845eea5ecea9723c04809c9c502a19f318b486f796b128a7b8e5a228c7256c3db8c8201043577542075632e292cd4dfeb04627f12f53817d7bd9f30485cf4c34 languageName: node linkType: hard "is-path-cwd@npm:^2.0.0": version: 2.2.0 resolution: "is-path-cwd@npm:2.2.0" - checksum: 900f6e81445b9979705952189d7dbada79dbe6d77be3b5fc95aed3dc1cc9d77de5b286db2d525942a72a717c81aa549509b76705883415fb655183dfefce9541 + checksum: 46a840921bb8cc0dc7b5b423a14220e7db338072a4495743a8230533ce78812dc152548c86f4b828411fe98c5451959f07cf841c6a19f611e46600bd699e8048 languageName: node linkType: hard @@ -3670,7 +3670,7 @@ fsevents@~2.1.2: resolution: "is-path-in-cwd@npm:2.1.0" dependencies: is-path-inside: ^2.1.0 - checksum: d814427f4e8757e960031bf9cf202f764a688a7d6be3bc8889335e5dc112e88731fda95556b8b6c7dc030358f4e6385e27ac9af95d0406411fc5271a94abef86 + checksum: 6b01b3f8c9172e9682ea878d001836a0cc5a78cbe6236024365d478c2c9e384da2417e5f21f2ad2da2761d0465309fc5baf6e71187d2a23f0058da69790f7f48 languageName: node linkType: hard @@ -3679,7 +3679,7 @@ fsevents@~2.1.2: resolution: "is-path-inside@npm:2.1.0" dependencies: path-is-inside: ^1.0.2 - checksum: e289fc4ec6df457600bac34068b7c564bf17eee703888d9eea2b0a363a0ac67bb5864e715ba428904dd683287154cab0f7f9536d7e4c23e3410c5cc024a5839b + checksum: 6ca34dbd84d5c50a3ee1547afb6ada9b06d556a4ff42da9b303797e4acc3ac086516a4833030aa570f397f8c58dacabd57ee8e6c2ce8b2396a986ad2af10fcaf languageName: node linkType: hard @@ -3688,14 +3688,14 @@ fsevents@~2.1.2: resolution: "is-plain-object@npm:2.0.4" dependencies: isobject: ^3.0.1 - checksum: 2f3232267366f3cdf13d53deda1b282ba7959f28ccb2ee8e0ca168f859f0d7126c27c846ebb7c2b9821a09bbda2e1835fd4020337ba666cf3c03dc256aab7ba1 + checksum: 2a401140cfd86cabe25214956ae2cfee6fbd8186809555cd0e84574f88de7b17abacb2e477a6a658fa54c6083ecbda1e6ae404c7720244cd198903848fca70ca languageName: node linkType: hard "is-promise@npm:^2.1": version: 2.2.2 resolution: "is-promise@npm:2.2.2" - checksum: 6fe84293b8750d3604a909979a7517a38b1618817f1fbbfdaf4d6138642117c85fbee12927b4d51349a5bcd9bdf8d1bf181f09145ede2d7eb41f4b394ab2ce7d + checksum: 18bf7d1c59953e0ad82a1ed963fb3dc0d135c8f299a14f89a17af312fc918373136e56028e8831700e1933519630cc2fd4179a777030330fde20d34e96f40c78 languageName: node linkType: hard @@ -3704,14 +3704,14 @@ fsevents@~2.1.2: resolution: "is-regex@npm:1.1.0" dependencies: has-symbols: ^1.0.1 - checksum: 8fe7ae8c060ff831660be439c17a39dadc97c950d2636634f27db83b6a048695b1c46d304ba8a77efe906fb20c99755fdf4a1f628fcf75de3cdcbb687096bdaa + checksum: 42b16159f0159e29bee6318895e5203f28d6ac6992d64888467ee6a6b381f8a42087de7b9df3e2defb2c0d74c3b5aca2cdfec4d18150a21153d538448aaf37ac languageName: node linkType: hard "is-stream@npm:^1.0.1, is-stream@npm:^1.1.0": version: 1.1.0 resolution: "is-stream@npm:1.1.0" - checksum: 39843ee9ff68ebda05237199f18831eb6e0e28db7799ee9ddaac5573b0681f18b4dc427afdb7b7ad906db545e4648999c42a1810b277acc8451593ff59da00fa + checksum: 063c6bec9d5647aa6d42108d4c59723d2bd4ae42135a2d4db6eadbd49b7ea05b750fd69d279e5c7c45cf9da753ad2c00d8978be354d65aa9f6bb434969c6a2ae languageName: node linkType: hard @@ -3720,42 +3720,42 @@ fsevents@~2.1.2: resolution: "is-symbol@npm:1.0.3" dependencies: has-symbols: ^1.0.1 - checksum: 753aa0cf95069387521b110c6646df4e0b5cce76cf604521c26b4f5d30a997a95036ed5930c0cca9e850ac6fccb04de551cc95aab71df471ee88e04ed1a96f21 + checksum: c6d54bd01218fa202da8ce91525ca41a907819be5f000df9ab9621467e087eb36f34b2dbfa51a2a699a282e860681ffa6a787d69e944ba99a46d3df553ff2798 languageName: node linkType: hard "is-window@npm:^1.0.2": version: 1.0.2 resolution: "is-window@npm:1.0.2" - checksum: 37aec6fc04564948bf71ff63a95912675d04bf95dcbbdfc4322e03c3a6f12b2b9d398405be8aff7a9ac5bcd0ab18ea637ef375d3d880efc81cf2d4d496933543 + checksum: aeaacd2ca816d38d4e2fba4670158fba2190061f28a61c5d84df7c479abf8897b8cb634d22cb76cdf7805035e95bebd430faaab6231ac2ebc814eae02d2c8fd4 languageName: node linkType: hard "is-windows@npm:^1.0.1, is-windows@npm:^1.0.2": version: 1.0.2 resolution: "is-windows@npm:1.0.2" - checksum: dd1ed8339a28c68fb52f05931c832488dafc90063e53b97a69ead219a5584d7f3e6e564731c2f983962ff5403afeb05365d88ce9af34c8dae76a14911020d73a + checksum: 438b7e52656fe3b9b293b180defb4e448088e7023a523ec21a91a80b9ff8cdb3377ddb5b6e60f7c7de4fa8b63ab56e121b6705fe081b3cf1b828b0a380009ad7 languageName: node linkType: hard "is-wsl@npm:^1.1.0": version: 1.1.0 resolution: "is-wsl@npm:1.1.0" - checksum: 0f15cf5d5ff025afb0ba9cb49fd425b5d533b2af700533d343b7fa9aaca2f6c8242ba1c1a4e30c925522816bf0172fec2ae7cacaae682c91ffa0cd3f88ff1e8e + checksum: ea157d232351e68c92bd62fc541771096942fe72f69dff452dd26dcc31466258c570a3b04b8cda2e01cd2968255b02951b8670d08ea4ed76d6b1a646061ac4fe languageName: node linkType: hard "isarray@npm:1.0.0, isarray@npm:^1.0.0, isarray@npm:~1.0.0": version: 1.0.0 resolution: "isarray@npm:1.0.0" - checksum: b0ff31a290e783f7b3fb73f2951ee7fc2946dc197b05f73577dc77f87dc3be2e0f66007bedf069123d4e5c4b691e7c89a241f6ca06f0c0f4765cdac5aa4b4047 + checksum: f032df8e02dce8ec565cf2eb605ea939bdccea528dbcf565cdf92bfa2da9110461159d86a537388ef1acef8815a330642d7885b29010e8f7eac967c9993b65ab languageName: node linkType: hard "isexe@npm:^2.0.0": version: 2.0.0 resolution: "isexe@npm:2.0.0" - checksum: 7b437980bb77881a146fba85cfbdf01edc2b148673e9c2722a1e49661fea73adf524430a80fdbfb8ce9f60d43224e682c657c45030482bd39e0c488fc29b4afe + checksum: 26bf6c5480dda5161c820c5b5c751ae1e766c587b1f951ea3fcfc973bafb7831ae5b54a31a69bd670220e42e99ec154475025a468eae58ea262f813fdc8d1c62 languageName: node linkType: hard @@ -3764,14 +3764,14 @@ fsevents@~2.1.2: resolution: "isobject@npm:2.1.0" dependencies: isarray: 1.0.0 - checksum: 2e7d7dd8d5874d1c32a0380f8b5d8d84aee782e0137e5978f75e27402ee2d49ca194baf7acd43d176f4fe0d925090b8b336461741674f402558e954c8c4ee886 + checksum: 811c6f5a866877d31f0606a88af4a45f282544de886bf29f6a34c46616a1ae2ed17076cc6bf34c0128f33eecf7e1fcaa2c82cf3770560d3e26810894e96ae79f languageName: node linkType: hard "isobject@npm:^3.0.0, isobject@npm:^3.0.1": version: 3.0.1 resolution: "isobject@npm:3.0.1" - checksum: b537a9ccdd8d40ec552fe7ff5db3731f1deb77581adf9beb8ae812f8d08acfa0e74b193159ac50fb01084d7ade06d114077f984e21b8340531241bf85be9a0ab + checksum: db85c4c970ce30693676487cca0e61da2ca34e8d4967c2e1309143ff910c207133a969f9e4ddb2dc6aba670aabce4e0e307146c310350b298e74a31f7d464703 languageName: node linkType: hard @@ -3781,7 +3781,7 @@ fsevents@~2.1.2: dependencies: node-fetch: ^1.0.1 whatwg-fetch: ">=0.10.0" - checksum: a4174e332ae98fc93269162f1d8a3ee1f7255257d4eaeea5145d4068f64ac2dbff7e7f681889097238e1e009f7a74ba1a23ffd8ed967402777a32cca96204508 + checksum: bb5daa7c3785d6742f4379a81e55b549a469503f7c9bf9411b48592e86632cf5e8fe8ea878dba185c0f33eb7c510c23abdeb55aebfdf5d3c70f031ced68c5424 languageName: node linkType: hard @@ -3790,21 +3790,21 @@ fsevents@~2.1.2: resolution: "isomorphic-form-data@npm:2.0.0" dependencies: form-data: ^2.3.2 - checksum: 80879065faf31574f096d422c527352773dbf3d0f60844224419a4c76e0bd9c465d1801fe621d3d7d746ad1629b79109ac36de5a2515f6b1a83bfc3b5f4dffb6 + checksum: 234bfaa1ed037b1d6cf659eb7a5806889f1f60bc4c7effe5f54e52506004604a9d7229a03a8f9656a1a7ea5fcedca4342277083e38f88ff910b64eefa97dd95e languageName: node linkType: hard "js-file-download@npm:^0.4.1": version: 0.4.12 resolution: "js-file-download@npm:0.4.12" - checksum: 35470d0d90cc7deb9fd4ae4e58edda4370339f5620ffdf00d3f87ceac1f3574fc5b7bdeb38dbf3cb23ecdbc2592b5c0dfc29bc98085440ebcd36e1dad44c25fa + checksum: a03847eef0184fbf34a7b7fd365ea6aa1a6cc142efeac52c4baa0cdde845dc93718eb66808dfcffd6c91b37ddc9d058d352ac9698b4280744bad3587240c93b6 languageName: node linkType: hard "js-tokens@npm:^3.0.0 || ^4.0.0": version: 4.0.0 resolution: "js-tokens@npm:4.0.0" - checksum: 1fc4e4667ac2d972aba65148b9cbf9c17566b2394d3504238d8492bbd3e68f496c657eab06b26b40b17db5cac0a34d153a12130e2d2d2bb6dc2cdc8a4764eb1b + checksum: 8a95213a5a77deb6cbe94d86340e8d9ace2b93bc367790b260101d2f36a2eaf4e4e22d9fa9cf459b38af3a32fb4190e638024cf82ec95ef708680e405ea7cc78 languageName: node linkType: hard @@ -3816,35 +3816,35 @@ fsevents@~2.1.2: esprima: ^4.0.0 bin: js-yaml: bin/js-yaml.js - checksum: 2eb95464e5263aedc20ae2d9280f0e29b00adab15ece080ec42473d7055efaab24b904108644d115f687efe05a5bde02972b883aafa93607c4c108f667a56fa7 + checksum: a1a47c912ba20956f96cb0998dea2e74c7f7129d831fe33d3c5a16f3f83712ce405172a8dd1c26bf2b3ad74b54016d432ff727928670ae5a50a57a677c387949 languageName: node linkType: hard "json-loader@npm:^0.5.7": version: 0.5.7 resolution: "json-loader@npm:0.5.7" - checksum: 2c6102f9cd088dd1beca8e81d348209290a0167bae33bb4af843e5ac2e733c241f7c9b7728d84d17baa24a6a2c2edc4ea0c76b9dc86ee6871f38608cfc85d114 + checksum: c7d054edf7fd5338847f49008df3cdf744f64507584dff3e6d28f500604eedd9130ca1639caa61747b36ab141e7e8db0e86f8514b2244b6d8b0eb634f1154875 languageName: node linkType: hard "json-parse-better-errors@npm:^1.0.2": version: 1.0.2 resolution: "json-parse-better-errors@npm:1.0.2" - checksum: b4c4f0e43b43892af887db742b26f9aa6302b09cd5f6e655ead49fca9f47f3cdd300dcf98cf5218778262be51d7b29859221206fc98b87a1a61c5af7618dae89 + checksum: ff2b5ba2a70e88fd97a3cb28c1840144c5ce8fae9cbeeddba15afa333a5c407cf0e42300cd0a2885dbb055227fe68d405070faad941beeffbfde9cf3b2c78c5d languageName: node linkType: hard "json-schema-traverse@npm:^0.4.1": version: 0.4.1 resolution: "json-schema-traverse@npm:0.4.1" - checksum: 6f71bddba38aa043cf9c05ff9cf37158a6657909f1dd37032ba164b76923da47a17bb4592ee4f7f9c029dfaf26965b821ac214c1f991bb3bd038c9cfea2da50b + checksum: 7486074d3ba247769fda17d5181b345c9fb7d12e0da98b22d1d71a5db9698d8b4bd900a3ec1a4ffdd60846fc2556274a5c894d0c48795f14cb03aeae7b55260b languageName: node linkType: hard "json3@npm:^3.3.2": version: 3.3.3 resolution: "json3@npm:3.3.3" - checksum: f79831247f3ecdd4e99996534a171ccd20f34502b799dd53b671af8a7d7ac1228a7d806c100948cc16f3437da5ea0b821e2c44f8372a2a4095a0abebf0fb41ef + checksum: 55eda204a4c70d11b7d5caa5cb64c76a3aa54d5df72d07bdf446b922fd7cb8657b0732f68e0c36790f55e195e0a429c299144ff05430bbe93bc2a7c81ad3472b languageName: node linkType: hard @@ -3853,7 +3853,7 @@ fsevents@~2.1.2: resolution: "json5@npm:0.5.1" bin: json5: lib/cli.js - checksum: 002ce9e56c4159e5a62fc4891dc2fba1fdc077fba417042e9dd54f8c37da80c0274feb5fa4c0acb3efbc8906d5763b4ff292d512269e1951967d530130bd80b8 + checksum: 9b85bf06955b23eaa4b7328aa8892e3887e81ca731dd27af04a5f5f1458fbc5e1de57a24442e3272f8a888dd1abe1cb68eb693324035f6b3aeba4fcab7667d62 languageName: node linkType: hard @@ -3864,14 +3864,14 @@ fsevents@~2.1.2: minimist: ^1.2.0 bin: json5: lib/cli.js - checksum: df41624f9f40bfacc546f779eef6d161a3312fbb6ec1dbd69f8c4388e9807af653b753371ab19b6d2bab22af2ca7dde62fe03c791596acf76915e1fc4ee6fd88 + checksum: e76ea23dbb8fc1348c143da628134a98adf4c5a4e8ea2adaa74a80c455fc2cdf0e2e13e6398ef819bfe92306b610ebb2002668ed9fc1af386d593691ef346fc3 languageName: node linkType: hard "killable@npm:^1.0.1": version: 1.0.1 resolution: "killable@npm:1.0.1" - checksum: 397df2b8a74b800b5d19986375fe6d5e2c548163f1da49eee8b03bb0fa7e98ae8c5b93d9f34b83634d3a32a9b239f758e6de388b4bedb50f2f438fc91434e92f + checksum: 911a85c6e390c19d72c4e3149347cf44042cbd7d18c3c6c5e4f706fdde6e0ed532473392e282c7ef27f518407e6cb7d2a0e71a2ae8d8d8f8ffdb68891a29a68a languageName: node linkType: hard @@ -3880,7 +3880,7 @@ fsevents@~2.1.2: resolution: "kind-of@npm:3.2.2" dependencies: is-buffer: ^1.1.5 - checksum: e8a1835c4baa9b52666cd5d8ae89e6b9b9f5978600a30ba75fc92da332d1ba182bda90aa7372fc992a3eb6da261dc3fea0f136af24ddc87cfb668d40c817af56 + checksum: e898df8ca2f31038f27d24f0b8080da7be274f986bc6ed176f37c77c454d76627619e1681f6f9d2e8d2fd7557a18ecc419a6bb54e422abcbb8da8f1a75e4b386 languageName: node linkType: hard @@ -3889,28 +3889,28 @@ fsevents@~2.1.2: resolution: "kind-of@npm:4.0.0" dependencies: is-buffer: ^1.1.5 - checksum: 2e7296c614f54ba9cdcab4c389ec9d8f6ed7955c661b4bd075d5c1b67107ee00263a82aa12f76b61209e9d93f4949ee3d20c6ff17a8b0d199d84ba06d6f59478 + checksum: 1b9e7624a8771b5a2489026e820f3bbbcc67893e1345804a56b23a91e9069965854d2a223a7c6ee563c45be9d8c6ff1ef87f28ed5f0d1a8d00d9dcbb067c529f languageName: node linkType: hard "kind-of@npm:^5.0.0": version: 5.1.0 resolution: "kind-of@npm:5.1.0" - checksum: c98cfe70c805a7a3a10ec4399fac2884fb4b277494baffea0712a5e8de49a0bbdc36d9cfedf7879f47567fa4d7f4d92fd5b69582bc8666100b3560e03bd88844 + checksum: f2a0102ae0cf19c4a953397e552571bad2b588b53282874f25fca7236396e650e2db50d41f9f516bd402536e4df968dbb51b8e69e4d5d4a7173def78448f7bab languageName: node linkType: hard "kind-of@npm:^6.0.0, kind-of@npm:^6.0.2": version: 6.0.3 resolution: "kind-of@npm:6.0.3" - checksum: 5de5d6577796af87a983199d6350ed41c670abec4a306cc43ca887c1afdbd6b89af9ab00016e3ca17eb7ad89ebfd9bb817d33baa89f855c6c95398a8b8abbf08 + checksum: 3ab01e7b1d440b22fe4c31f23d8d38b4d9b91d9f291df683476576493d5dfd2e03848a8b05813dd0c3f0e835bc63f433007ddeceb71f05cb25c45ae1b19c6d3b languageName: node linkType: hard "loader-runner@npm:^2.4.0": version: 2.4.0 resolution: "loader-runner@npm:2.4.0" - checksum: 9173b602e82801c734d5f78fdbcb7f2de2dd8f68ef0afb9793bd2cc9eab37cd0bc99fda020f83204b5acdcf2ea23d062c49767778c6c1108f6c90face5dde225 + checksum: e27eebbca5347a03f6b1d1bce5b2736a4984fb742f872c0a4d68e62de10f7637613e79a464d3bcd77c246d9c70fcac112bb4a3123010eb527e8b203a614647db languageName: node linkType: hard @@ -3922,7 +3922,7 @@ fsevents@~2.1.2: emojis-list: ^2.0.0 json5: ^0.5.0 object-assign: ^4.0.1 - checksum: aae13ef9f1f67290ac6bf401e3b250f192b96ee023729e3a8cb140a2cb2e8edb02eca5531c9a789f888878bb510ca3ee2b6a204008a712a893df73b76746eaad + checksum: 3045c83ef8b19d66d4c25e3245120c579883f473fe0d0559552f55502be913725c4d558a7c866191a74b19ef2af20b094afe3b144ae1e717ea4c245d52f60a09 languageName: node linkType: hard @@ -3933,7 +3933,7 @@ fsevents@~2.1.2: big.js: ^5.2.2 emojis-list: ^3.0.0 json5: ^1.0.1 - checksum: 9fd690e57ad78d32ff2942383b4a7a175eba575280ba5aca3b4d03183fec34aa0db314f49bd3301adf7e60b02471644161bf53149e8f2d18fd6a52627e95a927 + checksum: d150b15e7a42ac47d935c8b484b79e44ff6ab4c75df7cc4cb9093350cf014ec0b17bdb60c5d6f91a37b8b218bd63b973e263c65944f58ca2573e402b9a27e717 languageName: node linkType: hard @@ -3943,7 +3943,7 @@ fsevents@~2.1.2: dependencies: p-locate: ^2.0.0 path-exists: ^3.0.0 - checksum: ee5a888d686f8d555ebfa6c4f6f3b7c5cdfa5f382dee17e0b3fde7456fc68301ddb6a79790a412659d1e067f2f58fd74c683b203fc20368deaed45fb985b4fda + checksum: 02d581edbbbb0fa292e28d96b7de36b5b62c2fa8b5a7e82638ebb33afa74284acf022d3b1e9ae10e3ffb7658fbc49163fcd5e76e7d1baaa7801c3e05a81da755 languageName: node linkType: hard @@ -3953,35 +3953,35 @@ fsevents@~2.1.2: dependencies: p-locate: ^3.0.0 path-exists: ^3.0.0 - checksum: 0b6bf0c1bb09021499f6198ed6a4ae367e8224e2493a74cc7bc5f4e6eca9ed880a5f7fdfb4d57b7e21d3e289c3abfe152cd510cacb1d03049f9d81d9a7d302ca + checksum: 53db3996672f21f8b0bf2a2c645ae2c13ffdae1eeecfcd399a583bce8516c0b88dcb4222ca6efbbbeb6949df7e46860895be2c02e8d3219abd373ace3bfb4e11 languageName: node linkType: hard "lodash-es@npm:^4.2.1": version: 4.17.15 resolution: "lodash-es@npm:4.17.15" - checksum: ee2871b76deefd1754527e659a8c8b688f2e427e67b30709296878e18ad9cb54b4f0fc16a7161298156b4e0ebc2a37dfe501a3ea8725f195763f9de8a7ba6da6 + checksum: dd76e36efca24f8294cdd99563c3bcaff8061732b04af8721313fe9a87e1f8e578ff466cfbcc103d1cb4db067d7d4bd143e3be390d957e22e0cb5d195b3847ed languageName: node linkType: hard "lodash.debounce@npm:^4": version: 4.0.8 resolution: "lodash.debounce@npm:4.0.8" - checksum: b6042bd8c09ff1961c9127d32266316bc21f946ece5e3464a663ec61fadb98e7d56ec0ef7e23b47d393695310c19cf24e651c1756be6da91ac02c72be7f79465 + checksum: a3f527d22c548f43ae31c861ada88b2637eb48ac6aa3eb56e82d44917971b8aa96fbb37aa60efea674dc4ee8c42074f90f7b1f772e9db375435f6c83a19b3bc6 languageName: node linkType: hard "lodash@npm:^4.17.11, lodash@npm:^4.17.14, lodash@npm:^4.17.15, lodash@npm:^4.17.19, lodash@npm:^4.17.3, lodash@npm:^4.2.1": version: 4.17.19 resolution: "lodash@npm:4.17.19" - checksum: ff2b7a95f0129dba9101e346d44e0eda0f159d76bbbf23721eec1969b87a32bde3de0cfef0733218c64620e9be08040a973278d46a686540233b356115f3527c + checksum: a5cc77099fae9f0052003e8242b06d7572be7c88cbe5152ddf5a3d97bc795cfaf73f10befeb6e23efac84fae94e2255d398cb371349cb3f878c9792a0213cacd languageName: node linkType: hard "loglevel@npm:^1.6.8": version: 1.6.8 resolution: "loglevel@npm:1.6.8" - checksum: 847939b08549649a0495e1b0d25ac89cec537a057fbb6deae468a066236ca0295aabce314366c026605537c345ece982d88783c7f44ab3599a40554bb09442ed + checksum: 0c4c9ffb1b9dcde5b2b6a23d5222b2c8be43e13e4c9dac190616ac1047141dc2f50c9d73a4444a1e0df99289857ed276e0458af7cd66a7665903e96382ee0228 languageName: node linkType: hard @@ -3992,14 +3992,14 @@ fsevents@~2.1.2: js-tokens: ^3.0.0 || ^4.0.0 bin: loose-envify: cli.js - checksum: 5c3b47bbe5f597a3889fb001a3a98aaea2a3fafa48089c19034de1e0121bf57dbee609d184478514d74d5c5a7e9cfa3d846343455e5123b060040d46c39e91dc + checksum: 6517e24e0cad87ec9888f500c5b5947032cdfe6ef65e1c1936a0c48a524b81e65542c9c3edc91c97d5bddc806ee2a985dbc79be89215d613b1de5db6d1cfe6f4 languageName: node linkType: hard "lower-case@npm:^1.1.1": version: 1.1.4 resolution: "lower-case@npm:1.1.4" - checksum: 8150698ed173d76efb8667cf2038dde17d9df93422e83815f1b579da4fd0d46bbed3b9f42487d1902272973c6c2c0b5ecccc628b40b8f301fa9ac3246ab8a253 + checksum: 1ca9393b5eaef94a64e3f89e38b63d15bc7182a91171e6ad1550f51d710ec941540a065b274188f2e6b4576110cc2d11b50bc4bb7c603a040ddeb1db4ca95197 languageName: node linkType: hard @@ -4009,7 +4009,7 @@ fsevents@~2.1.2: dependencies: fault: ^1.0.2 highlight.js: ~9.15.0 - checksum: 30f4a1fe4998354a069b43ae46b556362d5b05e68a0dd9d4a03bcff710c1f673fb41a28a70d688f136dbfa5ae69ec4a55427446748dce3ffe3119860250614cc + checksum: d4c9af0766a030c0ea8bcd267276f5672635f6ed58818896846773b643367cfc3934d6a3b9c1ad4aea318217c7e7df37d31d8e8533a475711e10ce740284fe97 languageName: node linkType: hard @@ -4019,7 +4019,7 @@ fsevents@~2.1.2: dependencies: pseudomap: ^1.0.2 yallist: ^2.1.2 - checksum: 6a098d23629357451d4324e1e4fefccdd6df316df29e25571c6148220ced923258381ebeafdf919f90e28c780b650427390582618c1d5fe097873e656d062511 + checksum: 4bb4b58a36cd7dc4dcec74cbe6a8f766a38b7426f1ff59d4cf7d82a2aa9b9565cd1cb98f6ff60ce5cd174524868d7bc9b7b1c294371851356066ca9ac4cf135a languageName: node linkType: hard @@ -4028,7 +4028,7 @@ fsevents@~2.1.2: resolution: "lru-cache@npm:5.1.1" dependencies: yallist: ^3.0.2 - checksum: ffd9a280fa3400e731265db502270c2a65432f3fbfac23d480c72f675ec16dbbeddd57d4baf7aca70ab7af49949fad1bcaaf5a5e6e1cfed7316de71bb5dddf1c + checksum: c154ae1cbb0c2206d1501a0e94df349653c92c8cbb25236d7e85190bcaf4567a03ac6eb43166fabfa36fd35623694da7233e88d9601fbf411a9a481d85dbd2cb languageName: node linkType: hard @@ -4037,7 +4037,7 @@ fsevents@~2.1.2: resolution: "lru-cache@npm:6.0.0" dependencies: yallist: ^4.0.0 - checksum: b8b78353d2391c0f135cdc245c4744ad41c2efb1a6d98f31bc57a2cf48ebf02de96e4876657c3026673576bf1f1f61fc3fdd77ab00ad1ead737537bf17d8019d + checksum: f97f499f898f23e4585742138a22f22526254fdba6d75d41a1c2526b3b6cc5747ef59c5612ba7375f42aca4f8461950e925ba08c991ead0651b4918b7c978297 languageName: node linkType: hard @@ -4046,7 +4046,7 @@ fsevents@~2.1.2: resolution: "lru-queue@npm:0.1.0" dependencies: es5-ext: ~0.10.2 - checksum: 2eab98cdfb3101dab91ef6b8b50fce616440fa29d27ef1a1b99aa6be13422d03d6ebee15c1eb4873971c34baee27d64376aebc64560aecb37a328c82e3f40169 + checksum: 7f2c53c5e7f2de20efb6ebb3086b7aea88d6cf9ae91ac5618ece974122960c4e8ed04988e81d92c3e63d60b12c556b14d56ef7a9c5a4627b23859b813e39b1a2 languageName: node linkType: hard @@ -4055,7 +4055,7 @@ fsevents@~2.1.2: resolution: "make-dir@npm:1.3.0" dependencies: pify: ^3.0.0 - checksum: 20a14043c61faab5ddc7844e3b325281c81b0975bbe4ae657774fdb51216b6a07b5c5cd90bdaf6a9dfcd7a12e81d9ddb5b3d47c9f27a65f6fea66be701f35b36 + checksum: c564f6e7bb5ace1c02ad56b3a5f5e07d074af0c0b693c55c7b2c2b148882827c8c2afc7b57e43338a9f90c125b58d604e8cf3e6990a48bf949dfea8c79668c0b languageName: node linkType: hard @@ -4065,7 +4065,7 @@ fsevents@~2.1.2: dependencies: pify: ^4.0.1 semver: ^5.6.0 - checksum: 94e2ab9dda2198508057fd75f4e0b5998ee2d1e390c1e03172c32104dbd750ba2314376fec540ce517c8ed7fc526aeebc7d193315d060e229fec0fe55feb2228 + checksum: 043548886bfaf1820323c6a2997e6d2fa51ccc2586ac14e6f14634f7458b4db2daf15f8c310e2a0abd3e0cddc64df1890d8fc7263033602c47bb12cbfcf86aab languageName: node linkType: hard @@ -4088,14 +4088,14 @@ fsevents@~2.1.2: promise-retry: ^2.0.1 socks-proxy-agent: ^5.0.0 ssri: ^8.0.0 - checksum: 0847aca9a33544ffe153346343756edfb8065ee6497675c50e99a8b8252bbce4a574b5a2d008e8004de5f1c235205e9c7f2889adc68a8d2019691b4b66f223f4 + checksum: 326fefde1aec1f1314e548be74baaaa322208718d1b51c9688a326f73dea70f57767b4f5423230e39408cfe7c6dcf7adcf86ca4798c919c3ea78f54532910434 languageName: node linkType: hard "map-cache@npm:^0.2.2": version: 0.2.2 resolution: "map-cache@npm:0.2.2" - checksum: 3d205d20e0135a5b5f3e2b85e7bfa289cc2fc3c748fe802795e74c6fe157e5f2bed3b7c3a270b82fe36a02123880cb2e0dc525e1ae37ac7e673ce3e75a2e2c56 + checksum: 3067cea54285c43848bb4539f978a15dedc63c03022abeec6ef05c8cb6829f920f13b94bcaf04142fc6a088318e564c4785704072910d120d55dbc2e0c421969 languageName: node linkType: hard @@ -4104,7 +4104,7 @@ fsevents@~2.1.2: resolution: "map-visit@npm:1.0.0" dependencies: object-visit: ^1.0.0 - checksum: 9e85e6d802183927229d9ad04d70a0e0c7225451994605674d3ed4e4a21f817b4d9aba42a775e98078ffe47cf67df44a50eb07f965f14afead5015c8692503bd + checksum: c27045a5021c344fc19b9132eb30313e441863b2951029f8f8b66f79d3d8c1e7e5091578075a996f74e417479506fe9ede28c44ca7bc351a61c9d8073daec36a languageName: node linkType: hard @@ -4115,14 +4115,14 @@ fsevents@~2.1.2: hash-base: ^3.0.0 inherits: ^2.0.1 safe-buffer: ^5.1.2 - checksum: ca0b260ea29746f1017ad16bc0e164299ae453d2d6a24d635cc6ec03e280f350b09faa4899bfed9387c81457ca55981e9a684336d89faa94b1d2a01903fae2ec + checksum: 098494d885684bcc4f92294b18ba61b7bd353c23147fbc4688c75b45cb8590f5a95fd4584d742415dcc52487f7a1ef6ea611cfa1543b0dc4492fe026357f3f0c languageName: node linkType: hard "media-typer@npm:0.3.0": version: 0.3.0 resolution: "media-typer@npm:0.3.0" - checksum: be1c825782df7f38eebd451d778f6407bb15a59c8807a69e7f2ad74a25440e474536441c6bf583fdf2803ea23b866e91ff68f565cda297211dd89147758c8df3 + checksum: af1b38516c28ec95d6b0826f6c8f276c58aec391f76be42aa07646b4e39d317723e869700933ca6995b056db4b09a78c92d5440dc23657e6764be5d28874bba1 languageName: node linkType: hard @@ -4138,7 +4138,7 @@ fsevents@~2.1.2: lru-queue: 0.1 next-tick: 1 timers-ext: ^0.1.5 - checksum: 89530bbed2a59f20dd115d743f17159e0f857bd83186e5ffcfa6a4b88f47a6173472f351c7ae2219c4993c2888103e3ac348959356a104b74aba195c2db47ee6 + checksum: ec40c829c27054a52aedbb674fa055b1168950ad1aa8445122ceec901ed1285e6e089ad2adde4d6584c9c23948c372e33a30c148af2e867b29280477da69e1e0 languageName: node linkType: hard @@ -4148,7 +4148,7 @@ fsevents@~2.1.2: dependencies: errno: ^0.1.3 readable-stream: ^2.0.1 - checksum: ba79207118e62d7e3d13b6a00c1b0508b506a7f281e26c5efcc85e7ba0c9e11eda36a242b42f07067367c4b8547b1e905096293fa65dc6b3dbdd8f825b787dd9 + checksum: 6db6c8682eff836664ca9b5b6052ae38d21713dda9d0ef4700fa5c0599a8bc16b2093bee75ac3dedbe59fb2222d368f25bafaa62ba143c41051359cbcb005044 languageName: node linkType: hard @@ -4158,21 +4158,21 @@ fsevents@~2.1.2: dependencies: errno: ^0.1.3 readable-stream: ^2.0.1 - checksum: deb916f33ca09215d6ad58db30854bbf36aaca86e018dcbbbdb7c6160661e8c0b9acdcc23c9931fc6dcd62f3dd5318a7ecab519e3688f7787d0833e5f48c0d0a + checksum: a9f25b0a8ecfb7324277393f19ef68e6ba53b9e6e4b526bbf2ba23055c5440fbf61acc7bf66bfd980e9eb4951a4790f6f777a9a3abd36603f22c87e8a64d3d6b languageName: node linkType: hard "merge-descriptors@npm:1.0.1": version: 1.0.1 resolution: "merge-descriptors@npm:1.0.1" - checksum: 2d2a09eaac840a7ceac7a13b44b7c8abf3ecccd93a609c3525d8290cb5d814336cc7c0b1dd485ae3bc471ed354eeefb153475ce2e1604ccdf79eebe74021c192 + checksum: 5abc259d2ae25bb06d19ce2b94a21632583c74e2a9109ee1ba7fd147aa7362b380d971e0251069f8b3eb7d48c21ac839e21fa177b335e82c76ec172e30c31a26 languageName: node linkType: hard "methods@npm:~1.1.2": version: 1.1.2 resolution: "methods@npm:1.1.2" - checksum: 450e4ea0fd4a0f3de8c0593d753c7d6c8f2ee49766f5ef35c68cc2ac41699d5e295b7d6330fc2b7271b8569a07857e3eb0b5df0599a353c5808265b4b5066168 + checksum: 0917ff4041fa8e2f2fda5425a955fe16ca411591fbd123c0d722fcf02b73971ed6f764d85f0a6f547ce49ee0221ce2c19a5fa692157931cecb422984f1dcd13a languageName: node linkType: hard @@ -4193,7 +4193,7 @@ fsevents@~2.1.2: regex-not: ^1.0.0 snapdragon: ^0.8.1 to-regex: ^3.0.2 - checksum: a60e73539a3ac6c6231f11642257a460861302df5986a94fd418d1b64a817409cda778d7023b53541a2091b523eda2c6f7212721e380d0b696284b7ca0a45bda + checksum: ad226cba4daa95b4eaf47b2ca331c8d2e038d7b41ae7ed0697cde27f3f1d6142881ab03d4da51b65d9d315eceb5e4cdddb3fbb55f5f72cfa19cf3ea469d054dc languageName: node linkType: hard @@ -4205,14 +4205,14 @@ fsevents@~2.1.2: brorand: ^1.0.1 bin: miller-rabin: bin/miller-rabin - checksum: e9f78a2c83ceca816cf61853121ad8d1e00f11731b9bf1a1b9a3b9e663ab4722a7553dd9ca644501738d548f7ead5540da1b746143ae0008ba1d7d81cf43f8c4 + checksum: 00cd1ab838ac49b03f236cc32a14d29d7d28637a53096bf5c6246a032a37749c9bd9ce7360cbf55b41b89b7d649824949ff12bc8eee29ac77c6b38eada619ece languageName: node linkType: hard "mime-db@npm:1.44.0, mime-db@npm:>= 1.43.0 < 2": version: 1.44.0 resolution: "mime-db@npm:1.44.0" - checksum: b4e3b2141418572fba9786f7e36324faef15e23032ad0871f56760cb304ee721ba4c8cc795d3c1cac69a2a8b94045c1d6b08c4a8d1ef6ba1226a3a5193915c57 + checksum: b2613996804d690adc4ca6744479b8ef08b04db7e99f84ab7e1274e0c2503a446d22296016ae0ea1a1d159858866445601c1f43d46c8d71d52f72842b1780c15 languageName: node linkType: hard @@ -4221,7 +4221,7 @@ fsevents@~2.1.2: resolution: "mime-types@npm:2.1.27" dependencies: mime-db: 1.44.0 - checksum: 51fe2f2c08c10ac7a2f67e2ce5de30f6500faa88d095418a1ab6e90e30960db7c682a8ecce60d3d4e293ac52c4700ca99399833db998ea9ec83d6f0503b70a94 + checksum: 4c1f596c6ddfc1a9c37356e91f471ae6e72401288197de31ef3604cf02ef14c6ac661adce55cece1f1c626a96d780ffd47435619606c103cb967fb007729eefb languageName: node linkType: hard @@ -4230,7 +4230,7 @@ fsevents@~2.1.2: resolution: "mime@npm:1.6.0" bin: mime: cli.js - checksum: d540c24dd3e3a9e25e813714e55ff2f7841a3a1a47aed9786c508bd0251653d5e9abbfb1163c0c6e1be99f872d7fa1538c068bd6e306e9cb12dd9affa841a61e + checksum: fef25e39263e6d207580bdc629f8872a3f9772c923c7f8c7e793175cee22777bbe8bba95e5d509a40aaa292d8974514ce634ae35769faa45f22d17edda5e8557 languageName: node linkType: hard @@ -4239,21 +4239,21 @@ fsevents@~2.1.2: resolution: "mime@npm:2.4.6" bin: mime: cli.js - checksum: 319ec3858894aa9befa9da90e33c4422506689f1e3e7c939095df68abe848050a51070c78a31061769d9192051a8c9f33d14d6771dc0f2ff309fe846898e0807 + checksum: c9032340558782002b881decf3a3e786831a7efa7647d6448da33f029efe86edcfe30f2564a9c8851c51c8f12e5b92928c89418a4b6ba88826dc47b12216c505 languageName: node linkType: hard "minimalistic-assert@npm:^1.0.0, minimalistic-assert@npm:^1.0.1": version: 1.0.1 resolution: "minimalistic-assert@npm:1.0.1" - checksum: 28f1de3cf9edfb82613428a58eb3dd38ec6d33ab761b98abf2d130c81104ea86be540c7e5eb8284f13e0a065ead8b17501de09419b9a98987ed27268ad538dba + checksum: cc7974a9268fbf130fb055aff76700d7e2d8be5f761fb5c60318d0ed010d839ab3661a533ad29a5d37653133385204c503bfac995aaa4236f4e847461ea32ba7 languageName: node linkType: hard "minimalistic-crypto-utils@npm:^1.0.1": version: 1.0.1 resolution: "minimalistic-crypto-utils@npm:1.0.1" - checksum: 736067bddd0e5036a1a4943abe7b63eb1dd0115ad87588420310d26a3d56fc4cd4694b7077fa102956c88d3922dbf7cbc5b7ffe749f27441d13c3e1b1133ab40 + checksum: 6e8a0422b30039406efd4c440829ea8f988845db02a3299f372fceba56ffa94994a9c0f2fd70c17f9969eedfbd72f34b5070ead9656a34d3f71c0bd72583a0ed languageName: node linkType: hard @@ -4262,14 +4262,14 @@ fsevents@~2.1.2: resolution: "minimatch@npm:3.0.4" dependencies: brace-expansion: ^1.1.7 - checksum: 47eab9263962cacd5733e274ecad2d8e54b0f8e124ba35ae69189e296058f634a4967b87a98954f86fa5c830ff177caf827ce0136d28717ed3232951fb4fae62 + checksum: 66ac295f8a7b59788000ea3749938b0970344c841750abd96694f80269b926ebcafad3deeb3f1da2522978b119e6ae3a5869b63b13a7859a456b3408bd18a078 languageName: node linkType: hard "minimist@npm:^1.2.0, minimist@npm:^1.2.5": version: 1.2.5 resolution: "minimist@npm:1.2.5" - checksum: b77b8590147a4e217ff34266236bc39de23b52e6e33054076991ff674c7397a1380a7bde11111916f16f003a94aaa7e4f3d92595a32189644ff607fabc65a5b6 + checksum: 86706ce5b36c16bfc35c5fe3dbb01d5acdc9a22f2b6cc810b6680656a1d2c0e44a0159c9a3ba51fb072bb5c203e49e10b51dcd0eec39c481f4c42086719bae52 languageName: node linkType: hard @@ -4278,7 +4278,7 @@ fsevents@~2.1.2: resolution: "minipass-collect@npm:1.0.2" dependencies: minipass: ^3.0.0 - checksum: 529ef6212333e6b9afc6aa4487a246df6fd28a28e42060533491ebf58fddb349f9b044f017725bddf3e13cae3986c58c24ee2531832f62e6d97379846e04e0a8 + checksum: 14df761028f3e47293aee72888f2657695ec66bd7d09cae7ad558da30415fdc4752bbfee66287dcc6fd5e6a2fa3466d6c484dc1cbd986525d9393b9523d97f10 languageName: node linkType: hard @@ -4293,7 +4293,7 @@ fsevents@~2.1.2: dependenciesMeta: encoding: optional: true - checksum: cc93f86391795279b5681a2bbd5bb55cceabdae959c4ff0cb85e767427edb0d7e8bde49b6897afd386c2e47965ecc304b96bb7c2af0dbb9da7dfa67da140757e + checksum: bd3d825b6b08b9c208b60f5022b12e3be78d01c2fd81bcbe8476e59c5ba2c6133d34c65961c88e1a17042242d99aa6a26a30a3139ccd4c07e536c6952ae72cb9 languageName: node linkType: hard @@ -4302,7 +4302,7 @@ fsevents@~2.1.2: resolution: "minipass-flush@npm:1.0.5" dependencies: minipass: ^3.0.0 - checksum: d354ca0da834e3e79a1f0372d1cb86ba043a96b495624ed6360f7cd1f549e5685d9b292d4193a963497efcf4a4db8563e188cda565b119b8acc00852259e286c + checksum: 56269a0b22bad756a08a94b1ffc36b7c9c5de0735a4dd1ab2b06c066d795cfd1f0ac44a0fcae13eece5589b908ecddc867f04c745c7009be0b566421ea0944cf languageName: node linkType: hard @@ -4311,7 +4311,7 @@ fsevents@~2.1.2: resolution: "minipass-pipeline@npm:1.2.4" dependencies: minipass: ^3.0.0 - checksum: 001d5a4a0c14816230984e684e8458d972b92dae52255f17fbc2dae74965f544c3c64f93146c218413004e72acec7f57d0f6ee10a49377ad715cf7d389af710c + checksum: b14240dac0d29823c3d5911c286069e36d0b81173d7bdf07a7e4a91ecdef92cdff4baaf31ea3746f1c61e0957f652e641223970870e2353593f382112257971b languageName: node linkType: hard @@ -4320,7 +4320,7 @@ fsevents@~2.1.2: resolution: "minipass-sized@npm:1.0.3" dependencies: minipass: ^3.0.0 - checksum: 747cb22e8a65dc84b819f8cdea4398ac30a3105d47f1db654ecd0b4c8124afddc58cbbd1166905d5279d89708692c0326689538b9795468e28bd330113e0d3c0 + checksum: 79076749fcacf21b5d16dd596d32c3b6bf4d6e62abb43868fac21674078505c8b15eaca4e47ed844985a4514854f917d78f588fcd029693709417d8f98b2bd60 languageName: node linkType: hard @@ -4329,7 +4329,7 @@ fsevents@~2.1.2: resolution: "minipass@npm:3.1.3" dependencies: yallist: ^4.0.0 - checksum: d12b95a845f15950bce7a77730c89400cf0c4f55e7066338da1d201ac148ece4ea8efa79e45a2c07c868c61bcaf9e996c4c3d6bf6b85c038ffa454521fc6ecd5 + checksum: 74b623c1f996caafa66772301b66a1b634b20270f0d1a731ef86195d5a1a5f9984a773a1e88a6cecfd264d6c471c4c0fc8574cd96488f01c8f74c0b600021e55 languageName: node linkType: hard @@ -4339,7 +4339,7 @@ fsevents@~2.1.2: dependencies: minipass: ^3.0.0 yallist: ^4.0.0 - checksum: 5a45b57b3467e5a743d87a96d7be57598a6f72eb3b7eeac237074c566bd04278766ae03bb523c32f34581c565a19e74e54ec90c6ce0630a540787c755b4c4b4e + checksum: f1fdeac0b07cf8f30fcf12f4b586795b97be856edea22b5e9072707be51fc95d41487faec3f265b42973a304fe3a64acd91a44a3826a963e37b37bafde0212c3 languageName: node linkType: hard @@ -4357,7 +4357,7 @@ fsevents@~2.1.2: pumpify: ^1.3.3 stream-each: ^1.1.0 through2: ^2.0.0 - checksum: 15430acc7d9ee074292704b081b2b3fa4bc22a3f94c8b00ca0a64b6edb5a859884ef13f7ac0de6c2bab01bf4e6bb4d64276f4005ccff6dd92ce7d07c063155fc + checksum: 441540c44c67bdf4fbb49ab9904b782ed2038a28f8ca91fa2e837d5cdf55a1f141364ea82c7913e881f0a09868619c64e755e4057b1a6b34bbd896aa9d88274a languageName: node linkType: hard @@ -4375,7 +4375,7 @@ fsevents@~2.1.2: pumpify: ^1.3.3 stream-each: ^1.1.0 through2: ^2.0.0 - checksum: 6d30a5ba65e27cdd453148abfeadf9f4a64a156a0dd17640876bf4f75d4ee3d5fbd7658f11cc6322b56c81628585de96dbb2b177476012470df6d05323b46e29 + checksum: 84b3d9889621d293f9a596bafe60df863b330c88fc19215ced8f603c605fc7e1bf06f8e036edf301bd630a03fd5d9d7d23d5d6b9a4802c30ca864d800f0bd9f8 languageName: node linkType: hard @@ -4385,7 +4385,7 @@ fsevents@~2.1.2: dependencies: for-in: ^1.0.2 is-extendable: ^1.0.1 - checksum: 68da98bc1af57ffccde7abdc86ac49feec263b73b3c483ab7e6e2fab9aa2b06fba075da9e86bcda725133c1d2a59e4c810a17b55865c67c827871c25d5713c33 + checksum: 820d5a51fcb7479f2926b97f2c3bb223546bc915e6b3a3eb5d906dda871bba569863595424a76682f2b15718252954644f3891437cb7e3f220949bed54b1750d languageName: node linkType: hard @@ -4396,7 +4396,7 @@ fsevents@~2.1.2: minimist: ^1.2.5 bin: mkdirp: bin/cmd.js - checksum: 9dd9792e891927b14ca02226dbe1daeb717b9517a001620d5e2658bbc72c5e4f06887b6cbcbb60595fa5a56e701073cf250f1ed69c1988a6b89faf9fd6a4d049 + checksum: 3bce20ea525f9477befe458ab85284b0b66c8dc3812f94155af07c827175948cdd8114852ac6c6d82009b13c1048c37f6d98743eb019651ee25c39acc8aabe7d languageName: node linkType: hard @@ -4405,7 +4405,7 @@ fsevents@~2.1.2: resolution: "mkdirp@npm:1.0.4" bin: mkdirp: bin/cmd.js - checksum: 1aa3a6a2d7514f094a91329ec09994f5d32d2955a4985ecbb3d86f2aaeafc4aa11521f98d606144c1d49cd9835004d9a73342709b8c692c92e59eacf37412468 + checksum: a96865108c6c3b1b8e1d5e9f11843de1e077e57737602de1b82030815f311be11f96f09cce59bd5b903d0b29834733e5313f9301e3ed6d6f6fba2eae0df4298f languageName: node linkType: hard @@ -4419,42 +4419,42 @@ fsevents@~2.1.2: mkdirp: ^0.5.1 rimraf: ^2.5.4 run-queue: ^1.0.3 - checksum: 0761308ddbaf75291fff3ca26c0297a781d545e76aa34b7c985780d251f75e422433947dc9091d464ca7febef86fe6ecaa60746eb7076adac4a0c620b83540f5 + checksum: 4ea3296c150b09e798177847f673eb5783f8ca417ba806668d2c631739f653e1a735f19fb9b6e2f5e25ee2e4c0a6224732237a8e4f84c764e99d7462d258209e languageName: node linkType: hard "ms@npm:2.0.0": version: 2.0.0 resolution: "ms@npm:2.0.0" - checksum: 1a230340cc7f322fbe916783d8c8d60455407c6b7fb7f901d6ee34eb272402302c5c7f070a97b8531245cbb4ca6a0a623f6a128d7e5a5440cefa2c669c0b35bb + checksum: 0e6a22b8b746d2e0b65a430519934fefd41b6db0682e3477c10f60c76e947c4c0ad06f63ffdf1d78d335f83edee8c0aa928aa66a36c7cd95b69b26f468d527f4 languageName: node linkType: hard "ms@npm:2.1.1": version: 2.1.1 resolution: "ms@npm:2.1.1" - checksum: 81ad38c74df2473ce9fbed8bb71a00220c3d9e237ebd576306c9f6ca3221b251d602c7d199808944be1a3d7cda5883e72c77adb473734ba30f6e032165e05ebc + checksum: 0078a23cd916a9a7435c413caa14c57d4b4f6e2470e0ab554b6964163c8a4436448ac7ae020e883685475da6b6796cc396b670f579cb275db288a21e3e57721e languageName: node linkType: hard "ms@npm:2.1.2, ms@npm:^2.1.1": version: 2.1.2 resolution: "ms@npm:2.1.2" - checksum: 9b65fb709bc30c0c07289dcbdb61ca032acbb9ea5698b55fa62e2cebb04c5953f1876a1f3f7f4bc2e91d4bf4d86003f3e207c3bc6ee2f716f99827e62389cd0e + checksum: 673cdb2c3133eb050c745908d8ce632ed2c02d85640e2edb3ace856a2266a813b30c613569bf3354fdf4ea7d1a1494add3bfa95e2713baa27d0c2c71fc44f58f languageName: node linkType: hard "ms@npm:^2.0.0": version: 2.1.3 resolution: "ms@npm:2.1.3" - checksum: 6e721e648a544154d5de4c114b32f573d8027ca8ec505cf6c1105e505986d6ac46934a1256735aa0eece8eb2f5b2a1230503b2dddd3b100f9f016fd8a4f15f33 + checksum: aa92de608021b242401676e35cfa5aa42dd70cbdc082b916da7fb925c542173e36bce97ea3e804923fe92c0ad991434e4a38327e15a1b5b5f945d66df615ae6d languageName: node linkType: hard "multicast-dns-service-types@npm:^1.1.0": version: 1.1.0 resolution: "multicast-dns-service-types@npm:1.1.0" - checksum: de10f16134855e368505a174ea0a25c60c74e34a73fd251d09d1d7cbdb70ee23c077b7eec9d4314ae51b1bc134775d490f4b7e2e29a4d9312bbd089456ac20b1 + checksum: 0979fca1cce85484d256e4db3af591d941b41a61f134da3607213d2624c12ed5b8a246565cb19a9b3cb542819e8fbc71a90b07e77023ee6a9515540fe1d371f7 languageName: node linkType: hard @@ -4466,7 +4466,7 @@ fsevents@~2.1.2: thunky: ^1.0.2 bin: multicast-dns: cli.js - checksum: 3a67f9a155f32a543e06ebc058cea63d8ee3122f652289cfc91ec24bf7450433a21a017640852e65f1548d4bcca2b8bd10c3d201e56f66945dc1f2554a7e7939 + checksum: f515b49ca964429ab48a4ac8041fcf969c927aeb49ab65288bd982e52c849a870fc3b03565780b0d194a1a02da8821f28b6425e48e95b8107bc9fcc92f571a6f languageName: node linkType: hard @@ -4475,7 +4475,7 @@ fsevents@~2.1.2: resolution: "nan@npm:2.14.1" dependencies: node-gyp: latest - checksum: eeab7cf260362a578f0b8622716a76d19bc009722049c7274748644ce03b2aa38ca01b3ac730a0497fd2c1ec882a21a0592e800a903994ed4d32acd06bf7eba7 + checksum: b6692edb0a37a7e85f14a2cdb71ef467c00df17e56d8738746984c0219f36494d0d826094aaa1c58ef971ea63e58e2019b6af72cb03b986d38b9821779878824 languageName: node linkType: hard @@ -4494,42 +4494,42 @@ fsevents@~2.1.2: regex-not: ^1.0.0 snapdragon: ^0.8.1 to-regex: ^3.0.1 - checksum: 2e1440c5705f0192b9d9b46bb682a1832052974dad359ed473b9f555abb5c55a08b3d5ba45d7d37c53a83f64b7f93866292824d3086a150ff7980e71874feb3b + checksum: 54d4166d6ef08db41252eb4e96d4109ebcb8029f0374f9db873bd91a1f896c32ec780d2a2ea65c0b2d7caf1f28d5e1ea33746a470f32146ac8bba821d80d38d8 languageName: node linkType: hard "negotiator@npm:0.6.2": version: 0.6.2 resolution: "negotiator@npm:0.6.2" - checksum: 4b230bd15f0862d16c54ce0243fcfcf835ad59c8e58c467b4504dd28c9868cff71ff485b02cc575dc69dca819b58a1fadc9fb28403f45721f38a8fffde007d54 + checksum: dfddaff6c06792f1c4c3809e29a427b8daef8cd437c83b08dd51d7ee11bbd1c29d9512d66b801144d6c98e910ffd8723f2432e0cbf8b18d41d2a09599c975ab3 languageName: node linkType: hard "neo-async@npm:^2.5.0, neo-async@npm:^2.6.1": version: 2.6.2 resolution: "neo-async@npm:2.6.2" - checksum: 34a8f5309135be258a97082af810ea43700a3e0121e7b1ea31b3e22e2663d7c0d502cd949abb6d1ab8c11abfd04500ee61721ec5408b2d4bef8105241fd8a4c2 + checksum: deac9f8d00eda7b2e5cd1b2549e26e10a0faa70adaa6fdadca701cc55f49ee9018e427f424bac0c790b7c7e2d3068db97f3093f1093975f2acb8f8818b936ed9 languageName: node linkType: hard "next-tick@npm:1": version: 1.1.0 resolution: "next-tick@npm:1.1.0" - checksum: 586cc85dcd8ec759b03269b39c8e3d899a27dbe49c472e7fb2b6a98b14a5b46d8c3b1b9a5fae29eb22881d9efa6d882d44617c51268b49d92e98ba8f20d42000 + checksum: 83b5cf36027a53ee6d8b7f9c0782f2ba87f4858d977342bfc3c20c21629290a2111f8374d13a81221179603ffc4364f38374b5655d17b6a8f8a8c77bdea4fe8b languageName: node linkType: hard "next-tick@npm:~1.0.0": version: 1.0.0 resolution: "next-tick@npm:1.0.0" - checksum: 18db63c447c6e65a23235b91da9ccdae53f74f9194cfbc71a1fd3170cdf81bd157d9676e47c2ea4ea5bd20e09fb019917b0a45d8e1a63e377175fc083f285234 + checksum: 83fcb3d4f8d9380210b1c2b8a610463602d80283f0c0c8571c1688e1ad6cbf3a16b345f5bb7212617d4898bedcfa10dff327dc09ec20a112a5bf43a0271375fb languageName: node linkType: hard "nice-try@npm:^1.0.4": version: 1.0.5 resolution: "nice-try@npm:1.0.5" - checksum: 330f190bf68146a560008b661e1ddbb2eac667c16990b6bf791516d89cceb707ec67901ad647d2b32674bfa816b916489cead5c2fb6e96864c659573ab5aa3bb + checksum: 0b4af3b5bb5d86c289f7a026303d192a7eb4417231fe47245c460baeabae7277bcd8fd9c728fb6bd62c30b3e15cd6620373e2cf33353b095d8b403d3e8a15aff languageName: node linkType: hard @@ -4538,14 +4538,14 @@ fsevents@~2.1.2: resolution: "no-case@npm:2.3.2" dependencies: lower-case: ^1.1.1 - checksum: b4206dd12c6c02743a6e530f4c9439d51f4c4e75d307b8682d9a07f8d5e3662acc204ab5f64f83f725ed1a2a854f90a1bf5fd25fa7f442f82488e1391e4249b3 + checksum: 856487731936fef44377ca74fdc5076464aba2e0734b56a4aa2b2a23d5b154806b591b9b2465faa59bb982e2b5c9391e3685400957fb4eeb38f480525adcf3dd languageName: node linkType: hard "node-fetch@npm:2.6.0": version: 2.6.0 resolution: "node-fetch@npm:2.6.0" - checksum: dd9f586a9f7ddb7dd94d2aba9cb693d32f5001e9850098512fbc8a4cbdd56838afa08ed0a6725b9fce9b01ec12b713e622cbfc16d92762d8b937b238330a632a + checksum: 2b741e9315c1c07df4a291d0b304892fa7e8d623fe789fedd53f9bcb8d09102b07591b4b93e552a65dfc457eee9d5d879d0440aefdb64f2d78e7cb78cbad28e9 languageName: node linkType: hard @@ -4555,14 +4555,14 @@ fsevents@~2.1.2: dependencies: encoding: ^0.1.11 is-stream: ^1.0.1 - checksum: d04afb2e328ffb974a5ac4800fe5714d7419243d72f089a6a2383d3b93368c61ae88954a4866c476c0d7f95d7af414c1b9a885e051971061efe4054d526e23ed + checksum: 3bb0528c05d541316ebe52770d71ee25a6dce334df4231fd55df41a644143e07f068637488c18a5b0c43f05041dbd3346752f9e19b50df50569a802484544d5b languageName: node linkType: hard "node-forge@npm:0.9.0": version: 0.9.0 resolution: "node-forge@npm:0.9.0" - checksum: 901d6ab679072ad4b4174daed4d1ede43f01131456aba1918d89246ae37f73e40e053d9bf32ab3836e74e9e471c2637f4a6af337ab8c6a562faa3a385aac806c + checksum: 1aad945f8f9149196c1ef9f215910fb977c8d8ac7c298bb267f642ea1aa6aa991ac58f515f0d3718041d2970c2f06b6cb9da0c9be2b12538eb181d03741c9fea languageName: node linkType: hard @@ -4582,7 +4582,7 @@ fsevents@~2.1.2: which: ^2.0.2 bin: node-gyp: bin/node-gyp.js - checksum: 604a48ca1ee0277a960f4d71a05cea2e9a20007a4cdf7953caec78d26acc4bba765d3a97c649953a2de505de67a1b26f0c8c7c81124c591c81de5659f359adce + checksum: 4fbd99af8a0ac1e0c834a693392d23696e945e604ede111c528eb8d4761dfb22492dbd33c4e3730b8aab99a9f156e9e6418ce489f88cbbfc51e0e00eadd51bc8 languageName: node linkType: hard @@ -4613,7 +4613,7 @@ fsevents@~2.1.2: url: ^0.11.0 util: ^0.11.0 vm-browserify: ^1.0.1 - checksum: 8da918a5ef93c0bfed8df90bb9d6b12ae08836963aa0b22927eedf6d3eab6e60feb9eae2d394f1eb6d5f0fdd985fb2858b698a3347606b90dfdd5047b5ea6042 + checksum: 41fa7927378edc0cb98a8cc784d3f4a47e43378d3b42ec57a23f81125baa7287c4b54d6d26d062072226160a3ce4d8b7a62e873d2fb637aceaddf71f5a26eca0 languageName: node linkType: hard @@ -4624,7 +4624,7 @@ fsevents@~2.1.2: abbrev: 1 bin: nopt: bin/nopt.js - checksum: e1523158fca7f99d0102cd4db7a651441968d7ffebb31e691dfa5dde546343126a29e50af12061cc4459940e6ecfb8d70887567a73c599799c3e1fc39e9647a1 + checksum: d35fdec187269503843924e0114c0c6533fb54bbf1620d0f28b4b60ba01712d6687f62565c55cc20a504eff0fbe5c63e22340c3fad549ad40469ffb611b04f2f languageName: node linkType: hard @@ -4633,14 +4633,14 @@ fsevents@~2.1.2: resolution: "normalize-path@npm:2.1.1" dependencies: remove-trailing-separator: ^1.0.1 - checksum: 9eb82b2f6abc1b99d820c36405d6b7a26a4cfa49d49d397eb2ad606b1295cb8e243b6071b18826907ae54a9a2b35373a83d827d843d19b76efcfa267d72cb301 + checksum: 7e9cbdcf7f5b8da7aa191fbfe33daf290cdcd8c038f422faf1b8a83c972bf7a6d94c5be34c4326cb00fb63bc0fd97d9fbcfaf2e5d6142332c2cd36d2e1b86cea languageName: node linkType: hard "normalize-path@npm:^3.0.0, normalize-path@npm:~3.0.0": version: 3.0.0 resolution: "normalize-path@npm:3.0.0" - checksum: 215a701b471948884193628f3e38910353abf445306b519c42c2a30144b8beb8ca0a684da97bfc2ee11eb168c35c776d484274da4bd8f213d2b22f70579380ee + checksum: 88eeb4da891e10b1318c4b2476b6e2ecbeb5ff97d946815ffea7794c31a89017c70d7f34b3c2ebf23ef4e9fc9fb99f7dffe36da22011b5b5c6ffa34f4873ec20 languageName: node linkType: hard @@ -4649,7 +4649,7 @@ fsevents@~2.1.2: resolution: "npm-run-path@npm:2.0.2" dependencies: path-key: ^2.0.0 - checksum: 0a1bc9a1e0faa7e54a011929b830121d5da393f50cbe37c83f3ffd67781b6d176739ba6e8eab5d56faa05738a60f7eb50389673767db0dc887073932f80b9b60 + checksum: acd5ad81648ba4588ba5a8effb1d98d2b339d31be16826a118d50f182a134ac523172101b82eab1d01cb4c2ba358e857d54cfafd8163a1ffe7bd52100b741125 languageName: node linkType: hard @@ -4661,7 +4661,7 @@ fsevents@~2.1.2: console-control-strings: ~1.1.0 gauge: ~2.7.3 set-blocking: ~2.0.0 - checksum: 0cd63f127c1bbda403a112e83b11804aaee2b58b0bc581c3bde9b82e4d957c7ed0ad3bee499af706cdd3599bb93669d7cbbf29fb500407d35fe75687ac96e2c0 + checksum: edbda9f95ec20957a892de1839afc6fb735054c3accf6fbefe767bac9a639fd5cea2baeac6bd2bcd50a85cb54924d57d9886c81c7fbc2332c2ddd19227504192 languageName: node linkType: hard @@ -4670,21 +4670,21 @@ fsevents@~2.1.2: resolution: "nth-check@npm:1.0.2" dependencies: boolbase: ~1.0.0 - checksum: 88a58b8b6289344749102019422705e8e6fa870d55e4bd4c71f860105ea5b8145ae71657f6edd6df953964081f52d65936a3eec4af1d9ee42122e42d293b2abe + checksum: 59e115fdd75b971d0030f42ada3aac23898d4c03aa13371fa8b3339d23461d1badf3fde5aad251fb956aaa75c0a3b9bfcd07c08a34a83b4f9dadfdce1d19337c languageName: node linkType: hard "number-is-nan@npm:^1.0.0": version: 1.0.1 resolution: "number-is-nan@npm:1.0.1" - checksum: 42251b2653a16f8b47639d93c3b646fff295a4582a6b3a2fc51a651d4511427c247629709063d19befbceb8a3db1a8e9f17016b3a207291e79e4bd1413032918 + checksum: 13656bc9aa771b96cef209ffca31c31a03b507ca6862ba7c3f638a283560620d723d52e626d57892c7fff475f4c36ac07f0600f14544692ff595abff214b9ffb languageName: node linkType: hard "object-assign@npm:^4.0.1, object-assign@npm:^4.1.0, object-assign@npm:^4.1.1": version: 4.1.1 resolution: "object-assign@npm:4.1.1" - checksum: 66cf021898fc1b13ea573ea8635fbd5a76533f50cecbc2fcd5eee1e8029af41bcebe7023788b6d0e06cbe4401ecea075d972f78ec74467cdc571a0f1a4d1a081 + checksum: fcc6e4ea8c7fe48abfbb552578b1c53e0d194086e2e6bbbf59e0a536381a292f39943c6e9628af05b5528aa5e3318bb30d6b2e53cadaf5b8fe9e12c4b69af23f languageName: node linkType: hard @@ -4695,14 +4695,14 @@ fsevents@~2.1.2: copy-descriptor: ^0.1.0 define-property: ^0.2.5 kind-of: ^3.0.3 - checksum: d91d46e54297cad0544f04e4dff4694f92aca9661f59ad7e803a1ba94a2bb24b38ca4fd59ea827d24c9bdc6f7148d5c838287ee4b2b9c5df9b445b1c0d7a066c + checksum: a9e35f07e3a2c882a7e979090360d1a20ab51d1fa19dfdac3aa8873b328a7c4c7683946ee97c824ae40079d848d6740a3788fa14f2185155dab7ed970a72c783 languageName: node linkType: hard "object-inspect@npm:^1.7.0": version: 1.8.0 resolution: "object-inspect@npm:1.8.0" - checksum: 4da23a188b3811d75fcd6e7916471465f94e4752159e064f9621040945d375dca1afa092a000a398267d81b4f40bf33cfdbe1e99eff98f1972155efe055f80c8 + checksum: 1bb4ed43972ad29537bee9b2b3f543d7e6463ee3b929048ecddcb50f7796c418c679ba2104f2e37cd7fa486782b6278b9d1c9cccb4bbc7ca17cd529f3ae4dc1f languageName: node linkType: hard @@ -4712,14 +4712,14 @@ fsevents@~2.1.2: dependencies: define-properties: ^1.1.3 es-abstract: ^1.17.5 - checksum: 9ea7df4475f250c968171fa142b6584bad4c65859af8cb50e06fa8168089ae47afb460776ab60fe5f3aea8ea3c97b30dd0b37d41e23106f2abcc7d6f982bec04 + checksum: 5ce29151b7f6fbae3146228f2d1e3871df89071e66934cc1210879b74e862909d4a7ca4e6b7085945d412afc711ff3a27727b28239cd9eed25bc349153eb9719 languageName: node linkType: hard "object-keys@npm:^1.0.11, object-keys@npm:^1.0.12, object-keys@npm:^1.1.1": version: 1.1.1 resolution: "object-keys@npm:1.1.1" - checksum: 30d72d768b7f3f42144cee517b80e70c40cf39bb76f100557ffac42779613c591780135c54d8133894a78d2c0ae817e24a5891484722c6019a5cd5b58c745c66 + checksum: b363c5e7644b1e1b04aa507e88dcb8e3a2f52b6ffd0ea801e4c7a62d5aa559affe21c55a07fd4b1fd55fc03a33c610d73426664b20032405d7b92a1414c34d6a languageName: node linkType: hard @@ -4728,7 +4728,7 @@ fsevents@~2.1.2: resolution: "object-visit@npm:1.0.1" dependencies: isobject: ^3.0.0 - checksum: 8666727dbfb957676c0b093cde6d676ed6b847b234d98a4ed7f4d7f7e4b40c00af8067354d5c45052dc40c6830d68b68212c15c96dbcc286cdc96aca58faf548 + checksum: b0ee07f5bf3bb881b881ff53b467ebbde2b37ebb38649d6944a6cd7681b32eedd99da9bd1e01c55facf81f54ed06b13af61aba6ad87f0052982995e09333f790 languageName: node linkType: hard @@ -4740,7 +4740,7 @@ fsevents@~2.1.2: function-bind: ^1.1.1 has-symbols: ^1.0.0 object-keys: ^1.0.11 - checksum: 92e20891ddf04d9974f7b178ae70d198727dcd638c8a5a422f07f730f40140c4fe02451cdc9c37e9f22392e5487b9162975003a9f20b16a87b9d13fe150cf62d + checksum: 648a9a463580bf48332d9a49a76fede2660ab1ee7104d9459b8a240562246da790b4151c3c073f28fda31c1fdc555d25a1d871e72be403e997e4468c91f4801f languageName: node linkType: hard @@ -4750,7 +4750,7 @@ fsevents@~2.1.2: dependencies: define-properties: ^1.1.3 es-abstract: ^1.17.0-next.1 - checksum: c33dcc3061b56ec4d9f6d30620a364a5218aba8f592662f5ce346fcf523eb0483bc865d3f52848e267217285d831ca0a3d85836787bef5f86ecfa29f77dc249e + checksum: a3763085ce840b8f8de4df1e354303d21461454b91b6f6408871cb7be31af975fce45163e4c380c0704c3cfc9e06197d80a4b4a99fa83cc111d075311ae02cc7 languageName: node linkType: hard @@ -4759,14 +4759,14 @@ fsevents@~2.1.2: resolution: "object.pick@npm:1.3.0" dependencies: isobject: ^3.0.1 - checksum: e22d555d3bb73c665a5baa1da7789d3a98f557d8712a9bbe34dc59d4adbce9d390245815296025de5260b18794de647401a6b2ae1ba0ab854a6710e2958291f6 + checksum: 77fb6eed57c67adf75e9901187e37af39f052ef601cb4480386436561357eb9e459e820762f01fd02c5c1b42ece839ad393717a6d1850d848ee11fbabb3e580a languageName: node linkType: hard "obuf@npm:^1.0.0, obuf@npm:^1.1.2": version: 1.1.2 resolution: "obuf@npm:1.1.2" - checksum: aa741387b0f5dc2b8addec7cd0e05448d8b2892b6e76e167e18a5b90f0b85bd4c9be4c7be01a354dee3353f5c3367b08006adb06e0737d6a8f1b88618147715a + checksum: 41a2ba310e7b6f6c3b905af82c275bf8854896e2e4c5752966d64cbcd2f599cfffd5932006bcf3b8b419dfdacebb3a3912d5d94e10f1d0acab59876c8757f27f languageName: node linkType: hard @@ -4775,14 +4775,14 @@ fsevents@~2.1.2: resolution: "on-finished@npm:2.3.0" dependencies: ee-first: 1.1.1 - checksum: 362e64608287d31ffd96a15fb9305a410b3e4d07c86f277fae907e38af46bc6f5ff948de90eabb81dc5632ca7f9a290085acc5410c378053dfa9860451d97ee5 + checksum: 1db595bd963b0124d6fa261d18320422407b8f01dc65863840f3ddaaf7bcad5b28ff6847286703ca53f4ec19595bd67a2f1253db79fc4094911ec6aa8df1671b languageName: node linkType: hard "on-headers@npm:~1.0.2": version: 1.0.2 resolution: "on-headers@npm:1.0.2" - checksum: 51e75c80755169e765aa76238722e5ad1623f62b13bbc23544ade20cdbb6950cf0e6aa91de35d02ec956f47dc072ee460d8eef82354e4abf8fa692885cb3f2d8 + checksum: 2bf13467215d1e540a62a75021e8b318a6cfc5d4fc53af8e8f84ad98dbcea02d506c6d24180cd62e1d769c44721ba542f3154effc1f7579a8288c9f7873ed8e5 languageName: node linkType: hard @@ -4791,7 +4791,7 @@ fsevents@~2.1.2: resolution: "once@npm:1.4.0" dependencies: wrappy: 1 - checksum: 57afc246536cf6494437f982b26475f22bee860f8b77ce8eb1543f42a8bffe04b2c66ddfea9a16cb25ccb80943f8ee4fc639367ef97b7a6a4f2672eb573963f5 + checksum: cd0a88501333edd640d95f0d2700fbde6bff20b3d4d9bdc521bdd31af0656b5706570d6c6afe532045a20bb8dc0849f8332d6f2a416e0ba6d3d3b98806c7db68 languageName: node linkType: hard @@ -4800,7 +4800,7 @@ fsevents@~2.1.2: resolution: "opn@npm:5.5.0" dependencies: is-wsl: ^1.1.0 - checksum: 0ea3b6550fbbc530a57f958baf5d44253a435d67ad88b4af1df8b3a98693f7c70b71d72f29b09a02d15e94654ec3875aae8cf4fccbf8e4e326671a02f66058d3 + checksum: 35b677b5a1fd6c8cb1996b0607671ba79f7ce9fa029217d54eafaf6bee13eb7e700691c6a415009140fd02a435fffdfd143875f3b233b60f3f9d631c6f6b81a0 languageName: node linkType: hard @@ -4809,21 +4809,21 @@ fsevents@~2.1.2: resolution: "original@npm:1.0.2" dependencies: url-parse: ^1.4.3 - checksum: 6918b9d4545917616aba3788ce3c8c47dc5bcc26b0a3dc7da68d9976ce4d09fd1172d249cbc8063ef3311ddfbc435ef7a48b753abc85f3b74e83cf0c8de9aae3 + checksum: 8dca9311dab50c8953366127cb86b7c07bf547d6aa6dc6873a75964b7563825351440557e5724d9c652c5e99043b8295624f106af077f84bccf19592e421beb9 languageName: node linkType: hard "os-browserify@npm:^0.3.0": version: 0.3.0 resolution: "os-browserify@npm:0.3.0" - checksum: f547c038810977579e11f35ff9aec4c6ac557369af7f4946d054da9e0dc180ffc1b5ef37c8c09b6004487c88c4a500c49ba9a109fbeab7dcb890fe1346b5f9b7 + checksum: 16e37ba3c0e6a4c63443c7b55799ce4066d59104143cb637ecb9fce586d5da319cdca786ba1c867abbe3890d2cbf37953f2d51eea85e20dd6c4570d6c54bfebf languageName: node linkType: hard "p-finally@npm:^1.0.0": version: 1.0.0 resolution: "p-finally@npm:1.0.0" - checksum: 01f49b2d9c67573b3a1cb253cd9e1ecf5c912b6ba5de8824118bbc8d647bfa6296820b5a536e91ec68a54395d4e1c58de9a381ded3b688074fb446a8fe351931 + checksum: 93a654c53dc805dd5b5891bab16eb0ea46db8f66c4bfd99336ae929323b1af2b70a8b0654f8f1eae924b2b73d037031366d645f1fd18b3d30cbd15950cc4b1d4 languageName: node linkType: hard @@ -4832,7 +4832,7 @@ fsevents@~2.1.2: resolution: "p-limit@npm:1.3.0" dependencies: p-try: ^1.0.0 - checksum: 579cbd3d6c606058aa624c464e2cb3c4b56d04ed4cbafdb705633cbe62ba36d77ba2c4289023335ba382f4fbf32c15709465eea18a0e1547c5ebc4b887f2a7da + checksum: 281c1c0b8c82e1ac9f81acd72a2e35d402bf572e09721ce5520164e9de07d8274451378a3470707179ad13240535558f4b277f02405ad752e08c7d5b0d54fbfd languageName: node linkType: hard @@ -4841,7 +4841,7 @@ fsevents@~2.1.2: resolution: "p-limit@npm:2.3.0" dependencies: p-try: ^2.0.0 - checksum: 5f20492a25c5f93fca2930dbbf41fa1bee46ef70eaa6b49ad1f7b963f309e599bc40507e0a3a531eee4bcd10fec4dd4a63291d0e3b2d84ac97d7403d43d271a9 + checksum: 84ff17f1a38126c3314e91ecfe56aecbf36430940e2873dadaa773ffe072dc23b7af8e46d4b6485d302a11673fe94c6b67ca2cfbb60c989848b02100d0594ac1 languageName: node linkType: hard @@ -4850,7 +4850,7 @@ fsevents@~2.1.2: resolution: "p-locate@npm:2.0.0" dependencies: p-limit: ^1.1.0 - checksum: b6dabbd855fba9bfa74b77882f96d0eac6c25d9966e61ab0ed7bf3d19f2e3b766f290ded1aada1ac4ce2627217b00342cf7a1d36482bada59ba6789be412dad7 + checksum: e2dceb9b49b96d5513d90f715780f6f4972f46987dc32a0e18bc6c3fc74a1a5d73ec5f81b1398af5e58b99ea1ad03fd41e9181c01fa81b4af2833958696e3081 languageName: node linkType: hard @@ -4859,14 +4859,14 @@ fsevents@~2.1.2: resolution: "p-locate@npm:3.0.0" dependencies: p-limit: ^2.0.0 - checksum: 3ee9e3ed0b1b543f8148ef0981d33013d82a21c338b117a2d15650456f8dc888c19eb8a98484e7e159276c3ad9219c3e2a00b63228cab46bf29aeaaae096b1d6 + checksum: 83991734a9854a05fe9dbb29f707ea8a0599391f52daac32b86f08e21415e857ffa60f0e120bfe7ce0cc4faf9274a50239c7895fc0d0579d08411e513b83a4ae languageName: node linkType: hard "p-map@npm:^2.0.0": version: 2.1.0 resolution: "p-map@npm:2.1.0" - checksum: 8557e841ed832a489aaee7d825b7bea73e0559c452578821f5af418f430a8455727ab8dd5b4318b6b6733096029cfa571aa0e8d21bdd2c213025f02f919f7a9a + checksum: 9e3ad3c9f6d75a5b5661bcad78c91f3a63849189737cd75e4f1225bf9ac205194e5c44aac2ef6f09562b1facdb9bd1425584d7ac375bfaa17b3f1a142dab936d languageName: node linkType: hard @@ -4875,7 +4875,7 @@ fsevents@~2.1.2: resolution: "p-map@npm:4.0.0" dependencies: aggregate-error: ^3.0.0 - checksum: d51e630d72b7c38bc9e396710e7a068f0b813fe4db6f4a2d1ce2972e7fa11142c763c3aa39bcfd77c0133688c1ebfdd9b38fa3ac4c6ada20b62df26239c5c0e4 + checksum: cb0ab21ec0f32ddffd31dfc250e3afa61e103ef43d957cc45497afe37513634589316de4eb88abdfd969fe6410c22c0b93ab24328833b8eb1ccc087fc0442a1c languageName: node linkType: hard @@ -4884,28 +4884,28 @@ fsevents@~2.1.2: resolution: "p-retry@npm:3.0.1" dependencies: retry: ^0.12.0 - checksum: 26c888de4e64e62e9b6112219fae2c2f45ddc2face5d6c7c98e1b8762bcd4a54bea4f50cdff275b2ee5ebb11b633bfb16f4dd473ecd4d07081385cb716e961cf + checksum: 702efc63fc13ef7fc0bab9a1b08432ab38a0236efcbce64af0cf692030ba6ed8009f29ba66e3301cb98dc69ef33e7ccab29ba1ac2bea897f802f81f4f7e468dd languageName: node linkType: hard "p-try@npm:^1.0.0": version: 1.0.0 resolution: "p-try@npm:1.0.0" - checksum: 85739d77b3e9f6a52a8545f1adc53621fb5df4d6ef9b59a3f54f3f3159b45c4100d4e63128a1e790e9ff8ff8b86213ace314ff6d2d327c3edcceea18891baa42 + checksum: 3b5303f77eb7722144154288bfd96f799f8ff3e2b2b39330efe38db5dd359e4fb27012464cd85cb0a76e9b7edd1b443568cb3192c22e7cffc34989df0bafd605 languageName: node linkType: hard "p-try@npm:^2.0.0": version: 2.2.0 resolution: "p-try@npm:2.2.0" - checksum: 20983f3765466c1ab617ed153cb53b70ac5df828d854a3334d185e20b37f436e9096f12bc1b7fc96d8908dc927a3685172d3d89e755774f57b7103460c54dcc5 + checksum: f8a8e9a7693659383f06aec604ad5ead237c7a261c18048a6e1b5b85a5f8a067e469aa24f5bc009b991ea3b058a87f5065ef4176793a200d4917349881216cae languageName: node linkType: hard "pako@npm:~1.0.5": version: 1.0.11 resolution: "pako@npm:1.0.11" - checksum: 71c60150b68220ec52a404f3c39a4ed38f750e42452b88fe0eb2e6b5c98e91f73f706444359b097aca1e6db83ef8fef50b5a9ec100e30a606cda6da8d45e5439 + checksum: 1be2bfa1f807608c7538afa15d6f25baa523c30ec870a3228a89579e474a4d992f4293859524e46d5d87fd30fa17c5edf34dbef0671251d9749820b488660b16 languageName: node linkType: hard @@ -4916,7 +4916,7 @@ fsevents@~2.1.2: cyclist: ^1.0.1 inherits: ^2.0.3 readable-stream: ^2.1.5 - checksum: 65170af2e76b0d9305a1b8143e7aaa7fd0f726a038315fab7b8a92773a446d35623bc56bbac0ee4e6feb6757243c30408e1cd93da499fa44008fa7f9ded0c6c8 + checksum: ab6ddc1a662cefcfb3d8d546a111763d3b223f484f2e9194e33aefd8f6760c319d0821fd22a00a3adfbd45929b50d2c84cc121389732f013c2ae01c226269c27 languageName: node linkType: hard @@ -4925,7 +4925,7 @@ fsevents@~2.1.2: resolution: "param-case@npm:2.1.1" dependencies: no-case: ^2.2.0 - checksum: 2983386706e6c62205a5bc53f172c4393d21c2eb93e2779ae34cf26771498ea5f12464c7642834f4ea7c938dc49ef2e3d7b3d7f7ed393b7f88874cd7793e5462 + checksum: 3a63dcb8d8dc7995a612de061afdc7bb6fe7bd0e6db994db8d4cae999ed879859fd24389090e1a0d93f4c9207ebf8c048c870f468a3f4767161753e03cb9ab58 languageName: node linkType: hard @@ -4939,7 +4939,7 @@ fsevents@~2.1.2: evp_bytestokey: ^1.0.0 pbkdf2: ^3.0.3 safe-buffer: ^5.1.1 - checksum: 7c76cbaf48cc8d7ebf1ef4b9811630822eee2832a704aa4153b6935178d055604c90f21efdb5797acdd25c5da781d526fc811acf56d5370633d55e27d4648658 + checksum: e3bf40ce4953ec66754fd692bafdd99d9f00a6bb05822361f47222f959ddf5d1f9928088cda3892433f81eee6394ac1d1d9dd4dbd5d5cdc567b644a2cf860a0a languageName: node linkType: hard @@ -4953,77 +4953,77 @@ fsevents@~2.1.2: is-alphanumerical: ^1.0.0 is-decimal: ^1.0.0 is-hexadecimal: ^1.0.0 - checksum: 66fb7cb7c81284aa35408ef0aaae3c704a7005f9b2e99fb86f4c5b454d465b7520e81dbdd35c79a65da98a567a4f03bd74b4097dc965f72ef947a1e09d6bf838 + checksum: abf070c67912647a016efd5547607ecddc7e1963e59fc20c76797419b6699a3a9a522c067efa509feefedd37afd6c2a44200b3e5546a023a973c90e6e650b68a languageName: node linkType: hard "parse-passwd@npm:^1.0.0": version: 1.0.0 resolution: "parse-passwd@npm:1.0.0" - checksum: e196edc373f7cdeb07072c346aa22204f9bad6b4d4fde5186d83a770cc22c65388da1da941d6f147372986edab52732365ffe05a1d7f35cbc822a014622d8439 + checksum: 4e55e0231d58f828a41d0f1da2bf2ff7bcef8f4cb6146e69d16ce499190de58b06199e6bd9b17fbf0d4d8aef9052099cdf8c4f13a6294b1a522e8e958073066e languageName: node linkType: hard "parseurl@npm:~1.3.2, parseurl@npm:~1.3.3": version: 1.3.3 resolution: "parseurl@npm:1.3.3" - checksum: 52c9e86cb58e38b28f1a50a6354d16648974ab7a2b91b209f97102840471de8adf524427774af6d5bc482fb7c0a6af6ba08ab37de9a1a7ae389ebe074015914b + checksum: 407cee8e0a3a4c5cd472559bca8b6a45b82c124e9a4703302326e9ab60fc1081442ada4e02628efef1eb16197ddc7f8822f5a91fd7d7c86b51f530aedb17dfa2 languageName: node linkType: hard "pascalcase@npm:^0.1.1": version: 0.1.1 resolution: "pascalcase@npm:0.1.1" - checksum: 268a9dbf9cd934fcd0ba02733b7d6176834b13a608bbcd295550636b3c6371a6047875175b457e705b283e81ec171884c9cd86d1fd6c49f70f66fbc3783dc0c1 + checksum: f83681c3c8ff75fa473a2bb2b113289952f802ff895d435edd717e7cb898b0408cbdb247117a938edcbc5d141020909846cc2b92c47213d764e2a94d2ad2b925 languageName: node linkType: hard "path-browserify@npm:0.0.1": version: 0.0.1 resolution: "path-browserify@npm:0.0.1" - checksum: b7be4bcc030b6cca2f2093d776af57d508a781afb7a72bb2214e93559a57d9265c23f5ded45ae74f25ffe1dfaed98281685f86e1210cd3b68b85a3a217c45922 + checksum: ae8dcd45d0d3cfbaf595af4f206bf3ed82d77f72b4877ae7e77328079e1468c84f9386754bb417d994d5a19bf47882fd253565c18441cd5c5c90ae5187599e35 languageName: node linkType: hard "path-dirname@npm:^1.0.0": version: 1.0.2 resolution: "path-dirname@npm:1.0.2" - checksum: 4af73745fd97680c95b356b88450cd4c21d6825d0580620331382a6c910b76b3ced4aa2c4ddc2953d938bd758906b3d3aa2f56a2f601ec52763ed2cbbfc0106b + checksum: 0d2f6604ae05a252a0025318685f290e2764ecf9c5436f203cdacfc8c0b17c24cdedaa449d766beb94ab88cc7fc70a09ec21e7933f31abc2b719180883e5e33f languageName: node linkType: hard "path-exists@npm:^3.0.0": version: 3.0.0 resolution: "path-exists@npm:3.0.0" - checksum: 09683e92bafb5657838217cce04e4f2f0530c274bc357c995c3231461030566e9f322b9a8bcc1ea810996e250d9a293ca36dd78dbdd6bfbee42e85a94772d6d5 + checksum: 96e92643aa34b4b28d0de1cd2eba52a1c5313a90c6542d03f62750d82480e20bfa62bc865d5cfc6165f5fcd5aeb0851043c40a39be5989646f223300021bae0a languageName: node linkType: hard "path-is-absolute@npm:^1.0.0": version: 1.0.1 resolution: "path-is-absolute@npm:1.0.1" - checksum: 907e1e3e6ac0aef6e65adffd75b3892191d76a5b94c5cf26b43667c4240531d11872ca6979c209b2e5e1609f7f579d02f64ba9936b48bb59d36cc529f0d965ed + checksum: 060840f92cf8effa293bcc1bea81281bd7d363731d214cbe5c227df207c34cd727430f70c6037b5159c8a870b9157cba65e775446b0ab06fd5ecc7e54615a3b8 languageName: node linkType: hard "path-is-inside@npm:^1.0.2": version: 1.0.2 resolution: "path-is-inside@npm:1.0.2" - checksum: 9c1841199d18398ee5f6d79f57eaa57f8eb85743353ea97c6d933423f246f044575a10c1847c638c36440b050aef82665b9cb4fc60950866cd239f3d51835ef4 + checksum: 0b5b6c92d3018b82afb1f74fe6de6338c4c654de4a96123cb343f2b747d5606590ac0c890f956ed38220a4ab59baddfd7b713d78a62d240b20b14ab801fa02cb languageName: node linkType: hard "path-key@npm:^2.0.0, path-key@npm:^2.0.1": version: 2.0.1 resolution: "path-key@npm:2.0.1" - checksum: 7dc807a2baa11d6bc0fca72148a0a0ca69ab73d98fbe42e10d22764d1ef547767f2b4ff827c6bc66e733388cd8d54297a45a39499825b9fdfd18959202384029 + checksum: f7ab0ad42fe3fb8c7f11d0c4f849871e28fbd8e1add65c370e422512fc5887097b9cf34d09c1747d45c942a8c1e26468d6356e2df3f740bf177ab8ca7301ebfd languageName: node linkType: hard "path-to-regexp@npm:0.1.7": version: 0.1.7 resolution: "path-to-regexp@npm:0.1.7" - checksum: 342fdb0ca48415d6eccdbe6d4180fd0fa4786ccc96ab3f74fcdf7acfc99e075af25e6077c8086c341dcfb4f5f84401ecd21e6cd7b24e0c3b556fb7ffb2570da7 + checksum: 69a14ea24db543e8b0f4353305c5eac6907917031340e5a8b37df688e52accd09e3cebfe1660b70d76b6bd89152f52183f28c74813dbf454ba1a01c82a38abce languageName: node linkType: hard @@ -5032,7 +5032,7 @@ fsevents@~2.1.2: resolution: "path-type@npm:3.0.0" dependencies: pify: ^3.0.0 - checksum: db700bfc22254b38d0c8378440ec8b7b869f5d0b946d02abd281bcc6ea456a573167a8a80dd8280848998bb9739c2009f80bcf0dbf5c9d75ab18650e07fb893f + checksum: 735b35e256bad181f38fa021033b1c33cfbe62ead42bb2222b56c210e42938eecb272ae1949f3b6db4ac39597a61b44edd8384623ec4d79bfdc9a9c0f12537a6 languageName: node linkType: hard @@ -5045,49 +5045,49 @@ fsevents@~2.1.2: ripemd160: ^2.0.1 safe-buffer: ^5.0.1 sha.js: ^2.4.8 - checksum: 780dd6d50e750d302651638ff1edfe899d3a345e702f6c36fbdbdef3cfefd12d3d76698565022f4cd97d3f8ced5098f4ae2fdd067d3e1fca2849a70eb60e7620 + checksum: c3de26b8eb363180687e31138e1a486c509d407f361ae222e0af4748d9a252326e14e8f3311182945dbc27e7f235b49fb7a578ad340302a83481585bbd3947d3 languageName: node linkType: hard "performance-now@npm:^0.2.0": version: 0.2.0 resolution: "performance-now@npm:0.2.0" - checksum: be5d9cf030b651b79a05a3fb2629139dfee959f06ef66f3872922b7a559428e20408704b0b63c974cc390f487f2b7ae71027a3da074e834687a210447b709202 + checksum: 2020aecc3980c280bf0a0382d476cf4e725a10433e853f853c57bc3ed084ab8aa880fac87e92d1b44d30138b8da2d2b77aad321ef3d7ce50b34500a4f4f84d0f languageName: node linkType: hard "performance-now@npm:^2.1.0": version: 2.1.0 resolution: "performance-now@npm:2.1.0" - checksum: bb4ebed0b03d6c3ad3ae4eddd1182c895d385cff9096af441c19c130aaae3ea70229438ebc3297dfc52c86022f6becf177a810050823d01bf5280779cd2de624 + checksum: 534e641aa8f7cba160f0afec0599b6cecefbb516a2e837b512be0adbe6c1da5550e89c78059c7fabc5c9ffdf6627edabe23eb7c518c4500067a898fa65c2b550 languageName: node linkType: hard "picomatch@npm:^2.0.4, picomatch@npm:^2.2.1": version: 2.2.2 resolution: "picomatch@npm:2.2.2" - checksum: 20fa75e0a58b39d83425b3db68744d5f6f361fd4fd66ec7745d884036d502abba0d553a637703af79939b844164b13e60eea339ccb043d7fbd74c3da2592b864 + checksum: 897a589f94665b4fd93e075fa94893936afe3f7bbef44250f0e878a8d9d001972a79589cac2856c24f6f5aa3b0abc9c8ba00c98fae4dc22bc0117188864d4181 languageName: node linkType: hard "pify@npm:^2.0.0": version: 2.3.0 resolution: "pify@npm:2.3.0" - checksum: d5758aa570bbd5969c62b5f745065006827ef4859b32af302e3df2bb5978e6c1e50c2360d7ffefa102e451084f4530115c84570c185ba5153ee9871c977fe278 + checksum: 9503aaeaf4577acc58642ad1d25c45c6d90288596238fb68f82811c08104c800e5a7870398e9f015d82b44ecbcbef3dc3d4251a1cbb582f6e5959fe09884b2ba languageName: node linkType: hard "pify@npm:^3.0.0": version: 3.0.0 resolution: "pify@npm:3.0.0" - checksum: 18af2b29148c4d6fd4c7741dbd953ff76beea17d1b4a6d5792d7ff1d7202f43671c3f29313aa5ec01a66d050dbdbb0cf23f17de69531da8dc8bda42d327cf960 + checksum: 6cdcbc3567d5c412450c53261a3f10991665d660961e06605decf4544a61a97a54fefe70a68d5c37080ff9d6f4cf51444c90198d1ba9f9309a6c0d6e9f5c4fde languageName: node linkType: hard "pify@npm:^4.0.1": version: 4.0.1 resolution: "pify@npm:4.0.1" - checksum: 786486a8c94a7e1980ea56c59dcc05ebf0793740b71df9b9f273e48032e6301c5ecc5cc237c5a9ff45b13db27678b4d71aa37a2777bc11473c1310718b648e98 + checksum: 9c4e34278cb09987685fa5ef81499c82546c033713518f6441778fbec623fc708777fe8ac633097c72d88470d5963094076c7305cafc7ad340aae27cfacd856b languageName: node linkType: hard @@ -5096,14 +5096,14 @@ fsevents@~2.1.2: resolution: "pinkie-promise@npm:2.0.1" dependencies: pinkie: ^2.0.0 - checksum: 1e32e05ffdfb691b04a42d05d5452698853099efe1bab70bfa538e9a793e609b66cc59180cc5fc2158062a2fc5991c9c268a82b2b655247aa005020167e31d75 + checksum: b53a4a2e73bf56b6f421eef711e7bdcb693d6abb474d57c5c413b809f654ba5ee750c6a96dd7225052d4b96c4d053cdcb34b708a86fceed4663303abee52fcca languageName: node linkType: hard "pinkie@npm:^2.0.0": version: 2.0.4 resolution: "pinkie@npm:2.0.4" - checksum: 2cb484c9da47b2f420fddffe7cbfeac950106a848343d147c2b2668d12b71aa3d09297bfe37ec32539a27c6dc7db414414f5ee166d6b2ca0d95f6dfe9dde60d7 + checksum: b12b10afea1177595aab036fc220785488f67b4b0fc49e7a27979472592e971614fa1c728e63ad3e7eb748b4ec3c3dbd780819331dad6f7d635c77c10537b9db languageName: node linkType: hard @@ -5112,7 +5112,7 @@ fsevents@~2.1.2: resolution: "pkg-dir@npm:2.0.0" dependencies: find-up: ^2.1.0 - checksum: f8ae3a151714c61283aeb24385b10355a238732fab822a560145c670c21350da2024f01918231222bcdfce53ec5d69056681be2c2cffe3f3a06e462b9ef2ac29 + checksum: 8c72b712305b51e1108f0ffda5ec1525a8307e54a5855db8fb1dcf77561a5ae98e2ba3b4814c9806a679f76b2f7e5dd98bde18d07e594ddd9fdd25e9cf242ea1 languageName: node linkType: hard @@ -5121,7 +5121,7 @@ fsevents@~2.1.2: resolution: "pkg-dir@npm:3.0.0" dependencies: find-up: ^3.0.0 - checksum: f29a7d0134ded2c5fb71eb9439809a415d4b79bd4648581486361a83e0dcca392739603de268410c154f44c60449f3e0855bda65bfb3256f0726a88e91699d8f + checksum: 70c9476ffefc77552cc6b1880176b71ad70bfac4f367604b2b04efd19337309a4eec985e94823271c7c0e83946fa5aeb18cd360d15d10a5d7533e19344bfa808 languageName: node linkType: hard @@ -5132,14 +5132,14 @@ fsevents@~2.1.2: async: ^2.6.2 debug: ^3.1.1 mkdirp: ^0.5.1 - checksum: a766497a3da0a8661067884828ccfa2089f0105ab6d617978bf9120e472f0610288c14cefcf188dfa94c0eee701c4f92c93a4581e85547b69b6bf2361adc5419 + checksum: 742f5776fb47eb491c497eab301de79058167339331ba8eff6b27772b343dd32b5f08ee0357286bd54c1fefd0802d448f54c4b16fa874760677db1cc2eaffaae languageName: node linkType: hard "posix-character-classes@npm:^0.1.0": version: 0.1.1 resolution: "posix-character-classes@npm:0.1.1" - checksum: 984f83c2d4dec5abb9a6ac2b4a184132a58c4af9ce25704bfda2be6e8139335673c45d959ef6ffea3756dc88d3a0cb27c745a84d875ae5142b76e661a37a5f0e + checksum: dedb99913c60625a16050cfed2fb5c017648fc075be41ac18474e1c6c3549ef4ada201c8bd9bd006d36827e289c571b6092e1ef6e756cdbab2fd7046b25c6442 languageName: node linkType: hard @@ -5148,7 +5148,7 @@ fsevents@~2.1.2: resolution: "postcss-modules-extract-imports@npm:2.0.0" dependencies: postcss: ^7.0.5 - checksum: 82e59325814e133cfbef4a4237b68eba017c15a350dac938049cefa2d212b22037c54ec8adda7b6cc23c845ea9a47e0538caa3649f9f9ed527788826a1b17670 + checksum: 154790fe5954aaa12f300aa9aa782fae8b847138459c8f533ea6c8f29439dd66b4d9a49e0bf6f8388fa0df898cc03d61c84678e3b0d4b47cac5a4334a7151a9f languageName: node linkType: hard @@ -5159,7 +5159,7 @@ fsevents@~2.1.2: postcss: ^7.0.6 postcss-selector-parser: ^6.0.0 postcss-value-parser: ^3.3.1 - checksum: bf993278f1509851ac9bdb7f6f85f24f267a5aeff15ca87bc920eb3739d423792365ca6aafd30a6a92c85999440b316edb471b117aa571402d71050241ac7420 + checksum: 640c04ab3f2ca4c85a5b50cb676748bc0da91d1ea6bc9513c09286d46839d13cb6455905c4c1e83c746562ce257dee6194c1d391172dc95f7e626bfe75ebe9ea languageName: node linkType: hard @@ -5169,7 +5169,7 @@ fsevents@~2.1.2: dependencies: postcss: ^7.0.6 postcss-selector-parser: ^6.0.0 - checksum: c560d3aa7b440917980e27bc284bcf1a4ffb0a401de2fb19e1b4b9912f5658e1511453b124d122d7021065e38bd287c0d77aed97ae9f919453655b58a2b91dd0 + checksum: c611181df924275ca1ffea261149c229488d6921054896879ca98feeb0913f9b00f4f160654beb2cb243a2989036c269baa96778eeacaaa399a4604b6e2fea17 languageName: node linkType: hard @@ -5179,7 +5179,7 @@ fsevents@~2.1.2: dependencies: icss-replace-symbols: ^1.1.0 postcss: ^7.0.6 - checksum: 3f31cefc3b2d093b990a3c9207ed8394d77bc775520cc1392ff379c76169fe8cc2d8b528bade34178ad6eb8991e54d43b66882712c3f513ea3712fec296c84e9 + checksum: 39cf0c0d78ff543275f252c0df4c99497791bf0f5da6b3344d1093ad3578cfc4216987f2425846825f759c4145f4fba995a966f731280f541c6c4d76aa66fec2 languageName: node linkType: hard @@ -5190,14 +5190,14 @@ fsevents@~2.1.2: cssesc: ^3.0.0 indexes-of: ^1.0.1 uniq: ^1.0.1 - checksum: 0c8bec00e966038572228df54782ef4eefcd76902e5fc3822e6ad8f144c097c48acd9d00376d95cbbd902bfc0ecdf078e3a42eaba2679e1e43b4f91660534121 + checksum: 5fa344e63bfeda65720d49669696d243b31dd533095fc7a7f39ef8556f511e1ed91ebbe049ff967b2dfa1ac3d5d452091a09614158c94687e24895411ab3c23e languageName: node linkType: hard "postcss-value-parser@npm:^3.3.0, postcss-value-parser@npm:^3.3.1": version: 3.3.1 resolution: "postcss-value-parser@npm:3.3.1" - checksum: 834603f6bd822846cc20b1f95e648dea67353eb506898cc5fb540b32e9a956c1030754b9503270eb00c61c3734409d7ec94fba2b4f0a89954bc855bad7e9267c + checksum: 62cd26e1cdbcf2dcc6bcedf3d9b409c9027bc57a367ae20d31dd99da4e206f730689471fd70a2abe866332af83f54dc1fa444c589e2381bf7f8054c46209ce16 languageName: node linkType: hard @@ -5208,7 +5208,7 @@ fsevents@~2.1.2: chalk: ^2.4.2 source-map: ^0.6.1 supports-color: ^6.1.0 - checksum: 340f4f6ca6bd37961927f68bf7e38d071a7cba0468240cbba64ccf78012b2acbec974491284cb200e438dd3e655314e6d9508562523cbf9a49d5b00fd7e769fa + checksum: 3bc2ac6508c97559077bd24f341908d5b86a50b76164c87d4224af94248ca329e28fc5292fff9cc3fec503325cac40094a6fbf7ef1bd1a3e94aefa93031834f0 languageName: node linkType: hard @@ -5218,7 +5218,7 @@ fsevents@~2.1.2: dependencies: renderkid: ^2.0.1 utila: ~0.4 - checksum: dc2a92f59888eac1bd3861b439944ab50c46fcc957c3147126270f1e9e06c7bbacde1ab23ab2fc73c8f3a1961094db0878ec8a569f1d5606343a0ada7899cfc4 + checksum: 7dff5143bedda1f1695410d86d6b84413a3602d010645ce88b77952c1939f1d490883d1c1a3894e3abdf689a4057374bd7d6abe7b394896dc9941dce4af25f94 languageName: node linkType: hard @@ -5230,28 +5230,28 @@ fsevents@~2.1.2: dependenciesMeta: clipboard: optional: true - checksum: 9d55785f1ea68e2a2e6b0a5ea1241811ed986182af76053ecf50245521414597d70b17dc5804a7ad961dfd459e6883a89ad3f86bb064ac3484e3ef24b7891f4f + checksum: 8c3cf69150418170aceb6d935e61a12e49802ca6c6abc98e3331921cac8cc992e0cd477bd77fdea1a06a3f16cd3d2615a3aadcefa0db3efb159f2c2ef403a2c4 languageName: node linkType: hard "process-nextick-args@npm:~2.0.0": version: 2.0.1 resolution: "process-nextick-args@npm:2.0.1" - checksum: ddeb0f07d0d5efa649c2c5e39d1afd0e3668df2b392d036c8a508b0034f7beffbc474b3c2f7fd3fed2dc4113cef8f1f7e00d05690df3c611b36f6c7efd7852d1 + checksum: 1d38588e520dab7cea67cbbe2efdd86a10cc7a074c09657635e34f035277b59fbb57d09d8638346bf7090f8e8ebc070c96fa5fd183b777fff4f5edff5e9466cf languageName: node linkType: hard "process@npm:^0.11.10": version: 0.11.10 resolution: "process@npm:0.11.10" - checksum: ed93a85e9185b40fb01788c588a87c1a9da0eb925ef7cebebbe1b8bbf0eba1802130366603a29e3b689c116969d4fe018de6aed3474bbeb5aefb3716b85d6449 + checksum: bfcce49814f7d172a6e6a14d5fa3ac92cc3d0c3b9feb1279774708a719e19acd673995226351a082a9ae99978254e320ccda4240ddc474ba31a76c79491ca7c3 languageName: node linkType: hard "promise-inflight@npm:^1.0.1": version: 1.0.1 resolution: "promise-inflight@npm:1.0.1" - checksum: c06bce0fc60b1c7979f291e489b9017db9c15f872d5cef0dfbb2b56694e9db574bc5c28f332a7033cdbd3a1d6417c5a1ee03889743638f0241e82e5a6b9c277f + checksum: 22749483091d2c594261517f4f80e05226d4d5ecc1fc917e1886929da56e22b5718b7f2a75f3807e7a7d471bc3be2907fe92e6e8f373ddf5c64bae35b5af3981 languageName: node linkType: hard @@ -5261,7 +5261,7 @@ fsevents@~2.1.2: dependencies: err-code: ^2.0.2 retry: ^0.12.0 - checksum: 325e99d059fc624129c020507047a9aeadb988d03fd2165829af7c43af9c6d0510f2ccddb68efa0bac607d4c43591b3af8b1207db132986bfa458f78549ea4f1 + checksum: f96a3f6d90b92b568a26f71e966cbbc0f63ab85ea6ff6c81284dc869b41510e6cdef99b6b65f9030f0db422bf7c96652a3fff9f2e8fb4a0f069d8f4430359429 languageName: node linkType: hard @@ -5270,7 +5270,7 @@ fsevents@~2.1.2: resolution: "promise@npm:7.3.1" dependencies: asap: ~2.0.3 - checksum: 23267a4b078fcb02c57b06ca1a1d5739109deb0932c0fd79615a2c5636dd0571ac6a161f19c4ea9683a4ab89791da13112678fa410b65334de490e97c33410ae + checksum: 475bb069130179fbd27ed2ab45f26d8862376a137a57314cf53310bdd85cc986a826fd585829be97ebc0aaf10e9d8e68be1bfe5a4a0364144b1f9eedfa940cf1 languageName: node linkType: hard @@ -5281,7 +5281,7 @@ fsevents@~2.1.2: loose-envify: ^1.4.0 object-assign: ^4.1.1 react-is: ^16.8.1 - checksum: a440dd406c5cf53bf39f3e898d2c65178511d34ca3c8c789b30c177992408b9e4273969726b274719aa69ccce5ab34b2fd8caa60b90f23cd2e910cdcf682de52 + checksum: 5eef82fdda64252c7e75aa5c8cc28a24bbdece0f540adb60ce67c205cf978a5bd56b83e4f269f91c6e4dcfd80b36f2a2dec24d362e278913db2086ca9c6f9430 languageName: node linkType: hard @@ -5290,7 +5290,7 @@ fsevents@~2.1.2: resolution: "property-information@npm:5.5.0" dependencies: xtend: ^4.0.0 - checksum: b87b54a0e36dae1a7d3c6b8414351956368daace4a8bd5635f80eb869f96bfe168beff3db5594de6fdfcc7c8d6c6253f88788c512a9af56284d1e9c96416a9c7 + checksum: a8fd9ef4fe10efacbac83d362e35eedc0e828c7edd1a39a9de24a80face949706fefd737d0135a366026505fbb6a8b56dc582dc96f59d9455d3b8ccf808b8db8 languageName: node linkType: hard @@ -5300,21 +5300,21 @@ fsevents@~2.1.2: dependencies: forwarded: ~0.1.2 ipaddr.js: 1.9.1 - checksum: a7dcfd70258cdc3b73c5dc4a35c73db9857f3bf4cf5e6404380e8ea558f8c5569147e721a01195d00b450e36b4dde727fc9d22fdea14310ba38faa595530cd58 + checksum: 2bad9b7a56b847faf606a19328aaaf5fca3e561ebb4e933969a580d94a20f77e74fb21196028a6e417851b3d9d95a0c704732a3362e3ef515d45d96859ac7eb9 languageName: node linkType: hard "prr@npm:~1.0.1": version: 1.0.1 resolution: "prr@npm:1.0.1" - checksum: ac5c0986b46390140b920b8e7f6b56e769a00620af02b6bbdfc6658e8a36b876569c8f174a7c209843f5b9af3d13cbf847c2a9dded4d965b01afbfa5ea8d0761 + checksum: 3bca2db0479fd38f8c4c9439139b0c42dcaadcc2fbb7bb8e0e6afaa1383457f1d19aea9e5f961d5b080f1cfc05bfa1fe9e45c97a1d3fd6d421950a73d3108381 languageName: node linkType: hard "pseudomap@npm:^1.0.2": version: 1.0.2 resolution: "pseudomap@npm:1.0.2" - checksum: 1ad1802645e830d99f9c1db97efc6902d2316b660454633229f636dd59e751d00498dd325d3b18d49f2be990a2c9d28f8bfe6f9b544a8220a5faa2bfb4694bb7 + checksum: 856c0aae0ff2ad60881168334448e898ad7a0e45fe7386d114b150084254c01e200c957cf378378025df4e052c7890c5bd933939b0e0d2ecfcc1dc2f0b2991f5 languageName: node linkType: hard @@ -5328,7 +5328,7 @@ fsevents@~2.1.2: parse-asn1: ^5.0.0 randombytes: ^2.0.1 safe-buffer: ^5.1.2 - checksum: 85b1be24b589d3ec4e39c2cc8542d6bf914e04d60278bd1ca0b4c36c678971b9f43303288c90e80cdd82ef20f2ec1fcd2726c8f093ba88187779acd82559b208 + checksum: 215d446e43cef021a20b67c1df455e5eea134af0b1f9b8a35f9e850abf32991b0c307327bc5b9bc07162c288d5cdb3d4a783ea6c6640979ed7b5017e3e0c9935 languageName: node linkType: hard @@ -5338,7 +5338,7 @@ fsevents@~2.1.2: dependencies: end-of-stream: ^1.1.0 once: ^1.3.1 - checksum: 25c657a8f65bb7a8c3c9f806bd282c70a71b4ce41fab66800519fc0ed6b9ab05304569c2d0a1a5711bf39216392c4a583930c582e8fc760391f9f7b2fc6fe14e + checksum: e9f26a17be00810bff37ad0171edb35f58b242487b0444f92fb7d78bc7d61442fa9b9c5bd93a43fd8fd8ddd3cc75f1221f5e04c790f42907e5baab7cf5e2b931 languageName: node linkType: hard @@ -5348,7 +5348,7 @@ fsevents@~2.1.2: dependencies: end-of-stream: ^1.1.0 once: ^1.3.1 - checksum: 5464d5cf6c6f083cc60cb45b074fb9a4a92ba4d3e0d89e9b2fa1906d8151fd3766784a426725ccf1af50d1c29963ac20b13829933549830e08a6704e3f95e08c + checksum: e42e9229fba14732593a718b04cb5e1cfef8254544870997e0ecd9732b189a48e1256e4e5478148ecb47c8511dca2b09eae56b4d0aad8009e6fac8072923cfc9 languageName: node linkType: hard @@ -5359,70 +5359,70 @@ fsevents@~2.1.2: duplexify: ^3.6.0 inherits: ^2.0.3 pump: ^2.0.0 - checksum: c143607284efa8b91baf8e199e90a6560cf599bdb7928686d1f33d3d8bbf71f3bc8c673ed6747ed36b8771982376faa0d5dafc0580eb433c73a825031016aa77 + checksum: 26ca412ec8d665bd0d5e185c1b8f627728eff603440d75d22a58e421e3c66eaf86ec6fc6a6efc54808ecef65979279fa8e99b109a23ec1fa8d79f37e6978c9bd languageName: node linkType: hard "punycode@npm:1.3.2": version: 1.3.2 resolution: "punycode@npm:1.3.2" - checksum: e67fddacd83b918ca2f4a47b1fd13858108779cdc2a3f2db3233ff82a25f9305d46e1d9891f7b9ad21ed36454adfc675d4559621fcffed2cf2067abd04e121cd + checksum: b8807fd594b1db33335692d1f03e8beeddde6fda7fbb4a2e32925d88d20a3aa4cd8dcc0c109ccaccbd2ba761c208dfaaada83007087ea8bfb0129c9ef1b99ed6 languageName: node linkType: hard "punycode@npm:^1.2.4": version: 1.4.1 resolution: "punycode@npm:1.4.1" - checksum: 5ce1e044cee2b12f1c65ccd523d7e71d6578f2c77f5c21c2e7a9d588535559c9508571d42638c131dab93cbe9a7b37bce1a7475d43fc8236c99dfe1efc36cfa5 + checksum: fa6e698cb53db45e4628559e557ddaf554103d2a96a1d62892c8f4032cd3bc8871796cae9eabc1bc700e2b6677611521ce5bb1d9a27700086039965d0cf34518 languageName: node linkType: hard "punycode@npm:^2.1.0": version: 2.1.1 resolution: "punycode@npm:2.1.1" - checksum: 0202dc191cb35bfd88870ac99a1e824b03486d4cee20b543ef337a6dee8d8b11017da32a3e4c40b69b19976e982c030b62bd72bba42884acb691bc5ef91354c8 + checksum: 823bf443c6dd14f669984dea25757b37993f67e8d94698996064035edd43bed8a5a17a9f12e439c2b35df1078c6bec05a6c86e336209eb1061e8025c481168e8 languageName: node linkType: hard "qs@npm:6.7.0": version: 6.7.0 resolution: "qs@npm:6.7.0" - checksum: 8590470436ff0a75ae35e6b45fd7260e2beb537ff8ec1104f9703a349b09ce1aa27e8e1c06b9ad25ac62fc098e12cc65df93042a233128a0276ccd6de4c7819a + checksum: dfd5f6adef50e36e908cfa70a6233871b5afe66fbaca37ecc1da352ba29eb2151a3797991948f158bb37fccde51bd57845cb619a8035287bfc24e4591172c347 languageName: node linkType: hard "qs@npm:^6.9.4": version: 6.9.4 resolution: "qs@npm:6.9.4" - checksum: beba62d1e1c66e9888cc08a488eb95771c252a92289a96bff4b767a49e4e7afe9487d7ee3269b856292d8281b855ac5eac927c2e77f845e407ee4fe54743fea7 + checksum: 5ac0bd145f32d346d20c2fdcf19c8e548c5916458851e32527efb25be0c2cff8a3a81140c145c98a1184779b5b625c91bc7c50e147073bffb978fb7f4a9c8c8a languageName: node linkType: hard "querystring-browser@npm:^1.0.4": version: 1.0.4 resolution: "querystring-browser@npm:1.0.4" - checksum: 48468705e2d027b1ce8bf60de694ffa92a0b25ce57e74e7491abb92966da534c81396ab64c2fcb97bbafd11d13f84d3fc8c4881a415faf3bc0916564e5f15203 + checksum: dfdbf78a2a86cc22ee8481af2f2b7f8c81ed8d052f0a45c4189e5d16dc67728a04b2e27b67cd6bf9d56743b44985158da11077de4fcc4ef4e341281f0568a5da languageName: node linkType: hard "querystring-es3@npm:^0.2.0": version: 0.2.1 resolution: "querystring-es3@npm:0.2.1" - checksum: 3c388906aa5644e55cdbede78f99a4d05a6e36a45b06929ad8713a2020a5cefeb6ec23adaa27584d968cf658e5d237b5e216f5e48930d040cd6b810679714741 + checksum: 691e8d6b8b157e7cd49ae8e83fcf86de39ab3ba948c25abaa94fba84c0986c641aa2f597770848c64abce290ed17a39c9df6df737dfa7e87c3b63acc7d225d61 languageName: node linkType: hard "querystring@npm:0.2.0": version: 0.2.0 resolution: "querystring@npm:0.2.0" - checksum: 1e76c51462f0ffb148e0b2fdeb811f61377800298605229d32efcdaaaf0a8fd4314a4b4405e1fbf130a5ca421c0e51f926fab5bb9f8b9b3b8c394f4e2d33d3d1 + checksum: 8258d6734f19be27e93f601758858c299bdebe71147909e367101ba459b95446fbe5b975bf9beb76390156a592b6f4ac3a68b6087cea165c259705b8b4e56a69 languageName: node linkType: hard "querystringify@npm:^2.1.1": version: 2.1.1 resolution: "querystringify@npm:2.1.1" - checksum: 35301cc744d5de15040a6bdb6b751ef127f65a82675c5f3a9139a4ce0d047ed8b61a459a93261cd7ae0becfa389edd3f02e8aec1c025ae3e7f0d06dc758baa98 + checksum: 4ce52606489365af22908e848c473599db77f681f4c1cc817f2dcec6a36e2cc5d4d8e2b17df5d207cb142150aff0f0368c3268f890ea77cd0b0ba94c5f2288d2 languageName: node linkType: hard @@ -5431,7 +5431,7 @@ fsevents@~2.1.2: resolution: "raf@npm:3.4.1" dependencies: performance-now: ^2.1.0 - checksum: 567b0160be46ed20b124a05ace6e653f4ad3c047c48d02ac76161e9ac624488c0fdf622b2f4fb9c35c0c828a13dfa549044ad1db89c7af075cb0f99403b88c4b + checksum: 50ba284e481c8185dbcf45fc4618ba3aec580bb50c9121385d5698cb6012fe516d2015b1df6dd407a7b7c58d44be8086108236affbce1861edd6b44637c8cd52 languageName: node linkType: hard @@ -5440,7 +5440,7 @@ fsevents@~2.1.2: resolution: "randombytes@npm:2.1.0" dependencies: safe-buffer: ^5.1.0 - checksum: ede2693af09732ceab1c273dd70db787f34a7b8d95bab13f1aca763483c0113452a78e53d61ff18d393dcea586d388e01f198a5132a4a85cebba31ec54164b75 + checksum: d779499376bd4cbb435ef3ab9a957006c8682f343f14089ed5f27764e4645114196e75b7f6abf1cbd84fd247c0cb0651698444df8c9bf30e62120fbbc52269d6 languageName: node linkType: hard @@ -5450,14 +5450,14 @@ fsevents@~2.1.2: dependencies: randombytes: ^2.0.5 safe-buffer: ^5.1.0 - checksum: 24658ce99e0a325f27d157fbff9b111f9fa2f56876031ac9a09bcd6c5ae53d3c3f1b124d7e1b813803ee1b09e50dd1561ac7f7a8ba2930319cbcda5e827602ab + checksum: 33734bb578a868d29ee1b8555e21a36711db084065d94e019a6d03caa67debef8d6a1bfd06a2b597e32901ddc761ab483a85393f0d9a75838f1912461d4dbfc7 languageName: node linkType: hard "range-parser@npm:^1.2.1, range-parser@npm:~1.2.1": version: 1.2.1 resolution: "range-parser@npm:1.2.1" - checksum: 05074f5b23dbdc24acdae9821dd684fbc9c0d770cdaa4469ab529d8e0fc1338aa33561a4c7c14a1f9bdcb3b5e9a3770e5a80318258a72289a7ef05fcda72a707 + checksum: 0a268d4fea508661cf5743dfe3d5f47ce214fd6b7dec1de0da4d669dd4ef3d2144468ebe4179049eff253d9d27e719c88dae55be64f954e80135a0cada804ec9 languageName: node linkType: hard @@ -5469,7 +5469,7 @@ fsevents@~2.1.2: http-errors: 1.7.2 iconv-lite: 0.4.24 unpipe: 1.0.0 - checksum: 46dc02f8b4f358786d41e18fb55533fbe4702d390e22bbe2b9c98c88dec41cab23ea2315f3ae0bf4bc0213a2872c89943d3df6857f4e21f996ea9d2d92f1bcaa + checksum: 6343906939e018c6e633a34a938a5d6d1e93ffcfa48646e00207d53b418e941953b521473950c079347220944dc75ba10e7b3c08bf97e3ac72c7624882db09bb languageName: node linkType: hard @@ -5481,7 +5481,7 @@ fsevents@~2.1.2: prop-types: ^15.5.8 peerDependencies: react: ^15.3.0 || ^16.0.0 - checksum: 8c416f74e57ae8dbebf1332a5e2e5a2e91d95cdd972ed7a12a8ac160a0799e9846fa52c9f3e2c023d4e061b189c9c4f8b8c050568a4ad534637a27a6be82a506 + checksum: d7bb47fc9cef66e7f6ec0bfeadf8c82133edc14a4744597664a18a856614b5bd275d98eac78efe5cb6939c2fd5b7970eca49c55f328276f2fc287521913f853b languageName: node linkType: hard @@ -5493,7 +5493,7 @@ fsevents@~2.1.2: prop-types: ^15.7.2 peerDependencies: react: ^15.3.0 || ^16.0.0 - checksum: 2a1a149447d07a8a3df57272668a344b8b6acb1164efc6fcebe5026150e19186ae7fff4be3cc5591c1d91488529b5d2e0b1335f3b7f22c4cb820e174959cdb8d + checksum: b68d93dfbfb6d6c18a5eb5d5986aeed294f4ab5c3c753fc706bd873ea9995eb321b5532e086a543c39f05ca0a330b3017f7693c41ef09419e943028f78408bdf languageName: node linkType: hard @@ -5507,7 +5507,7 @@ fsevents@~2.1.2: prop-types: ^15.5.10 peerDependencies: react: ^15.6.2 - checksum: 87d354131975d1e4552fba39970a4a1b7721c3a5f7e24bda7e2bf121990ca81234cb17068d8c4405a5761f2a7d17d4a0352f7278c6cdcf1e7152408816bc734d + checksum: 5941e98c45acf455650390f28803ccf44272e51a071224c83b93229b4e15db3e261c91c6b91cc6c8afa85648fe0244da8372034e5608f79d0939745063c683b4 languageName: node linkType: hard @@ -5516,7 +5516,7 @@ fsevents@~2.1.2: resolution: "react-immutable-proptypes@npm:2.1.0" peerDependencies: immutable: ">=3.6.2" - checksum: 68fcb6f3e90b6fe2b78e79fd1ec4e15f486becaab169075db32b4fb2d5a20d9a7eedf25ca34db4dbd704ab04690bba1a33ec88fd96d0a9f0490a08427ede3d76 + checksum: f3968462b9274599c9c948fa71bb4e14eec9c88ce5e7d33a9f610f8e64774d5e85c6ff2d568f47edcfa25782276468a6fa200386a3681fdb228e005b349afb71 languageName: node linkType: hard @@ -5532,7 +5532,7 @@ fsevents@~2.1.2: dependenciesMeta: "@types/react": optional: true - checksum: 9b020f4a197e87f4dd4819da156870b6a7ee778eb1edf828e8163030e8a2d65c67e872ae13c1cbee6909966398d88e396e5511f62ec50faf67253d712192f69b + checksum: c00eb8db2a841f6cbc4acbb181cadc32d3a30802ee18d16615f21ebe54df179c071d850db1ddf36efd84d7f0691ad054dc10558068c41f55ec51c32eaf1f7739 languageName: node linkType: hard @@ -5545,14 +5545,14 @@ fsevents@~2.1.2: prop-types: ^15.6.1 peerDependencies: react: ^0.14.0 || ^15.0.0 || ^16.0.0 - checksum: e75d933a80a0d6c698569525d1c689c74756bda5fefe76f285b429852ee3e91107a189b4e450c10e0ab777a3974ac2afffef42ff4e965128f5a321a6a9b976bf + checksum: ffd653df4399ff174a9b7c9475a7e3a26e97b1dc98d98dcce8708f769ad1ae3a27f9b5b82cd1ed96abbeab35fa46901472d105ad2761d082f18849060a165fd1 languageName: node linkType: hard "react-is@npm:^16.7.0, react-is@npm:^16.8.1": version: 16.13.1 resolution: "react-is@npm:16.13.1" - checksum: 11bcf1267a314a522615f626f3ce3727a3a24cdbf61c4d452add3550a7875326669631326cfb1ba3e92b6f72244c32ffecf93ad21c0cad8455d3e169d0e3f060 + checksum: f7a19ac3496de32ca9ae12aa030f00f14a3d45374f1ceca0af707c831b2a6098ef0d6bdae51bd437b0a306d7f01d4677fcc8de7c0d331eb47ad0f46130e53c5f languageName: node linkType: hard @@ -5565,7 +5565,7 @@ fsevents@~2.1.2: raf: ^3.1.0 peerDependencies: react: ^0.14.9 || ^15.3.0 || ^16.0.0 - checksum: ea6e3c7eb907a1bb7f6337d1e8213c68cc68c926884ae49620457fffa4439fef0e94b8968e2725e930cc71e1a1785554ab5c5de1017b92c8a8258e30b1b46232 + checksum: b1b2ab15d0e7492be827576fa7238c11679b52495a640b1234400771fdeac9ded8909532135b4a84be28e21e63dc97d54758d08ba280f90409b54104730b29c0 languageName: node linkType: hard @@ -5582,7 +5582,7 @@ fsevents@~2.1.2: peerDependencies: react: ^0.14.0 || ^15.0.0-0 || ^15.4.0-0 || ^16.0.0-0 redux: ^2.0.0 || ^3.0.0 - checksum: 506cc35773213cfa96c55fa8bf1339e33551c70a489b663d31d49ae973512d887c15bd72ef8c5734a8ea28ed6c7e8e3d8a3ffc83c45d4e2de1356f4d75e22f5c + checksum: f41c7e96d0a399c3a5b66f80f13c496c098f4b340cab5bb3af9cdfcbc5a638541be61da5f6159a11a064519f775b29fe84e68509fdcdf162e6c997881d8693d9 languageName: node linkType: hard @@ -5597,7 +5597,7 @@ fsevents@~2.1.2: refractor: ^2.4.1 peerDependencies: react: ">= 0.14.0" - checksum: 7826e8d3946df39ff84277d8a72ee8341a2e9720a372ccfb755ce47041586ade25acdf59dc01b7fef1b2b6bd4de225c871d2a881f3d6aec6c74c17073fee3cbd + checksum: 5f733cbb5d2c23655dfb3edbc100c8255d5b99dee9e2bc963b22022f774d0e8af6d73370dae81caf608950b368357db1c3ab0a0c5e2c61adbd5895c3c2c7d282 languageName: node linkType: hard @@ -5610,7 +5610,7 @@ fsevents@~2.1.2: loose-envify: ^1.1.0 object-assign: ^4.1.0 prop-types: ^15.5.10 - checksum: 498dbc8bf73cbc2effb35ea9f0f3f47d530cbaa46502ccb2efe343ff11f256d3ec5c1ddd8f5434c0534ae31c13d0ae470eff900a67ad67a3f2b030b758f6f50a + checksum: dafba26025937f009465164ce892f4fad1c135f4797213bdd8d346a61e2c4b44c9b5c806716d33828d69eff54b2ec0efd77e849f97024b44691b0bf66dc7e2dc languageName: node linkType: hard @@ -5625,7 +5625,7 @@ fsevents@~2.1.2: safe-buffer: ~5.1.1 string_decoder: ~1.1.1 util-deprecate: ~1.0.1 - checksum: 6e3826560627a751feb3a8aec073ef94c6e47b8c8e06eb5d136323b5f09db9d2077c23a42a8d54ed0123695af54b36c1e4271a8ec55112b15f4b89020d8dec72 + checksum: e4920cf7549a60f8aaf694d483a0e61b2a878b969d224f89b3bc788b8d920075132c4b55a7494ee944c7b6a9a0eada28a7f6220d80b0312ece70bbf08eeca755 languageName: node linkType: hard @@ -5636,7 +5636,7 @@ fsevents@~2.1.2: inherits: ^2.0.3 string_decoder: ^1.1.1 util-deprecate: ^1.0.1 - checksum: f178b1daa80d9e58ebba71dbb08486430aa6f0dea3a22a1b7401f3f6983077d0bc0edea43099db06b8d006c9ad48d6383e8fb72c05d5b187670aeaf1b9b44f00 + checksum: d4ea81502d3799439bb955a3a5d1d808592cf3133350ed352aeaa499647858b27b1c4013984900238b0873ec8d0d8defce72469fb7a83e61d53f5ad61cb80dc8 languageName: node linkType: hard @@ -5647,7 +5647,7 @@ fsevents@~2.1.2: graceful-fs: ^4.1.11 micromatch: ^3.1.10 readable-stream: ^2.0.2 - checksum: 00b5209ee5278ba6faa2fbcabb817e8f64a498ff7fee8cfd30634a04140e673375582812c67c59e25ee3ee9979687b1c832f33e1bbacd8ac3340bab0645b8374 + checksum: 3879b20f1a871e0e004a14fbf1776e65ee0b746a62f5a416010808b37c272ac49b023c47042c7b1e281cba75a449696635bc64c397ed221ea81d853a8f2ed79a languageName: node linkType: hard @@ -5656,7 +5656,7 @@ fsevents@~2.1.2: resolution: "readdirp@npm:3.4.0" dependencies: picomatch: ^2.2.1 - checksum: 0159f43eb0a90cf4fde5989b607e0a6bef4e6332dc8648f1b50fbc013f1158e1d021bcfd6dad1dc2895da2bb14cdac408239d047e3d61a01dd3a44376e6ec1f1 + checksum: ade04169c1cbf3ec74f27d79fac3012b1c73ec18b51a438ce92fd068565625d3c889e52ca317744847c5adcbb3f1a3ba7f8209019509ead547f1a33b40440626 languageName: node linkType: hard @@ -5665,7 +5665,7 @@ fsevents@~2.1.2: resolution: "redux-immutable@npm:3.1.0" dependencies: immutable: ^3.8.1 - checksum: 4a7a86f62743a9e44fcdc1b8400af3a5d4fd3280db8e2ca6592992a73201c277319b4360097201254c7286af20b256742f5b428caac1f5846b8f8f09ebcf5c28 + checksum: b5a5e42907f8fb4a840336d53a29ad45d3e5f62f781b04e68dcdc9a0cecbf9c38ffe93e83bd76d65272cfcec9bd09e94667821a853f2a53f351fefb2c9287253 languageName: node linkType: hard @@ -5677,7 +5677,7 @@ fsevents@~2.1.2: lodash-es: ^4.2.1 loose-envify: ^1.1.0 symbol-observable: ^1.0.3 - checksum: 3adb0672320b41c001cd39a7a95627b9d60323f59d01bafa5581db14346fee173a64a4ec5f9e03a8933d780867ec3605cc9fa43752a735fff054a68b595379b3 + checksum: c349b77e68d009bc530d3cb6252a6a3e43e20a6e52f9483a048b24cd2f266d9bfa6f0bbd4769d40fe36795e2f7a7a884c3ddc92c13e82efd3328890f94821091 languageName: node linkType: hard @@ -5688,21 +5688,21 @@ fsevents@~2.1.2: hastscript: ^5.0.0 parse-entities: ^1.1.2 prismjs: ~1.17.0 - checksum: 074c7d92eaf7f34051c34ba9d2a84dc20a2db0358a69020e23e2961ecc912b3f40d9f72a8aaf4d97c53b8550c9eeddf4c01f8b2ade13a948068b7c384a73774e + checksum: fd8223c3d7fae2b46c4b9424c55f78fd81bb338ccdf592b149b5df567ec21bed4d530f679d234456cbf2c7d4b65928b2ab598d6f3488a9cedb73f86368e07860 languageName: node linkType: hard "regenerator-runtime@npm:^0.11.0": version: 0.11.1 resolution: "regenerator-runtime@npm:0.11.1" - checksum: d98d44b9f5c9c3c670dcb615c5f5374931f937f3075dc8338126f45231643aa8c47ed2bfdef6ae593e311be54ca02d25d943971ca86a3dc1fa99068c2e1b88b2 + checksum: 3c97bd2c7b2b3247e6f8e2147a002eb78c995323732dad5dc70fac8d8d0b758d0295e7015b90d3d444446ae77cbd24b9f9123ec3a77018e81d8999818301b4f4 languageName: node linkType: hard "regenerator-runtime@npm:^0.13.4": version: 0.13.5 resolution: "regenerator-runtime@npm:0.13.5" - checksum: 8d8ee0eca26e0491085033caf2b1b95379c4db21e38d79cde52bbd4014a3865eee26ec0f4f958682e8600f185f2f5dbcd8c6685b9b9261639767929c19b5bcd2 + checksum: afc42d8b86f5ef2003821a2fc214c60640a07992563888529f45533071545c2631805d7214e32f55b517a665f1c59f2629a641a5cc1efbd56f48b6149dd319f2 languageName: node linkType: hard @@ -5712,7 +5712,7 @@ fsevents@~2.1.2: dependencies: extend-shallow: ^3.0.2 safe-regex: ^1.1.0 - checksum: 3d6d95b4fda3cabe7222b3800876491825a865ae6ca4c90bb10fd0f6442d0c57d180657bb65358b4509bdd1cecad1bd2d23e7d15a69f9c523f501cc4431b950b + checksum: 3081403de79559387a35ef9d033740e41818a559512668cef3d12da4e8a29ef34ee13c8ed1256b07e27ae392790172e8a15c8a06b72962fd4550476cde3d8f77 languageName: node linkType: hard @@ -5722,14 +5722,14 @@ fsevents@~2.1.2: dependencies: define-properties: ^1.1.3 es-abstract: ^1.17.0-next.1 - checksum: 468e19b3aed632653333741346cab170787b9bc79eecdfdd3d7ba5be26574c135edc2ce286d9d4154b635158c3c44f9614fca51cbf6d4d3f529ef89cf7e03908 + checksum: b6b985a6d5e78b79f9da6b40a775979a9f972569243799ec8dcaa2c5c14eb1e41b2a14acb1b7216378dddafa8156ed820ab68d4b2ac600fb0a7670dda04b45b4 languageName: node linkType: hard "relateurl@npm:0.2.x": version: 0.2.7 resolution: "relateurl@npm:0.2.7" - checksum: 856db0385d82022042584c14702ce58cb4d74c6b6a6d98ba85357638e64c081e6cb85adbbadebc82eec87b6e70ba43ae02d8655e565dbd4baffdc405a1b0b614 + checksum: 5891e792eae1dfc3da91c6fda76d6c3de0333a60aa5ad848982ebb6dccaa06e86385fb1235a1582c680a3d445d31be01c6bfc0804ebbcab5aaf53fa856fde6b6 languageName: node linkType: hard @@ -5741,14 +5741,14 @@ fsevents@~2.1.2: autolinker: ^3.11.0 bin: remarkable: bin/remarkable.js - checksum: 020afe2520317dfd84880aece3f42fc0684267c28a246a42d1e7f8c756da67cde81cbc8ad7ca52c00116df054cc268b336be5add33ab8030a93de50b1db205be + checksum: aee83ece531a7196f92e668aa76450f17bc1af77ce2939153f57b289b54f3aa3a72f355f4d57680336ab8205d53dca7ae06e6e743355ad2d4868cc7c85eafe89 languageName: node linkType: hard "remove-trailing-separator@npm:^1.0.1": version: 1.1.0 resolution: "remove-trailing-separator@npm:1.1.0" - checksum: 17dadf3d1f7c51411b7c426c8e2d6a660359bc8dae7686137120483fe4345bfca4bf7460d2c302aa741a7886c932d8dad708d2b971669d74e0fb3ff9a4814408 + checksum: d3c20b5a2d987db13e1cca9385d56ecfa1641bae143b620835ac02a6b70ab88f68f117a0021838db826c57b31373d609d52e4f31aca75fc490c862732d595419 languageName: node linkType: hard @@ -5761,49 +5761,49 @@ fsevents@~2.1.2: htmlparser2: ^3.3.0 strip-ansi: ^3.0.0 utila: ^0.4.0 - checksum: 6520020e223b934fba7faf2c87242b065196d48a6ef8fc6c2c371379ed9c3a40cd8254d7db4b1cfb1bfad254b17d346800270bb0b8e7b96002285f5b9bf13c98 + checksum: f8a7df6d0637e7c226b5945351251a8f7ed105afd65521b111bbb858d5faa36b3a045a7d93afde930ebcf2ea2a8b582a942d2f81891a51be776f09c0057bcb09 languageName: node linkType: hard "repeat-element@npm:^1.1.2": version: 1.1.3 resolution: "repeat-element@npm:1.1.3" - checksum: 6a59b879efdd3512a786be5de1bc05c110822fec6820bb5a38dfdfdd4488e7ba0cf6d15b28da21544e6f072ae60762ee9efa784f2988128e656c97a8b0be46cb + checksum: 0743a136b484117016ad587577ede60a3ffe604b74e57bd5d7d0aa041fe2f1c956e6b2f3ff83c86f4db9fac022c3fa2da8e58b9d3618b8b4cb1c3d041bcc422f languageName: node linkType: hard "repeat-string@npm:^1.5.2, repeat-string@npm:^1.6.1": version: 1.6.1 resolution: "repeat-string@npm:1.6.1" - checksum: 99c431ba7bef7a5d39819d562ebca89206368b45f73213677a3b562e25b5dd272d9e6a2ca8105001df14b6fc8cc71f0b10258c86e16cf8a256318fac1ddc8a77 + checksum: 1b809fc6db97decdc68f5b12c4d1a671c8e3f65ec4a40c238bc5200e44e85bcc52a54f78268ab9c29fcf5fe4f1343e805420056d1f30fa9a9ee4c2d93e3cc6c0 languageName: node linkType: hard "require-directory@npm:^2.1.1": version: 2.1.1 resolution: "require-directory@npm:2.1.1" - checksum: f495d02d89c385af2df4b26f0216ece091e99710d358d0ede424126c476d0c639e8bd77dcd237c00a6a5658f3d862e7513164f8c280263052667d06df830eb23 + checksum: fb47e70bf0001fdeabdc0429d431863e9475e7e43ea5f94ad86503d918423c1543361cc5166d713eaa7029dd7a3d34775af04764bebff99ef413111a5af18c80 languageName: node linkType: hard "require-main-filename@npm:^2.0.0": version: 2.0.0 resolution: "require-main-filename@npm:2.0.0" - checksum: 8d3633149a7fef67d14613146247137fe1dc4cc969bf2d1adcd40e3c28056de503229f41e78cba5efebad3a223cbfb4215fd220d879148df10c6d9a877099dbd + checksum: e9e294695fea08b076457e9ddff854e81bffbe248ed34c1eec348b7abbd22a0d02e8d75506559e2265e96978f3c4720bd77a6dad84755de8162b357eb6c778c7 languageName: node linkType: hard "requires-port@npm:^1.0.0": version: 1.0.0 resolution: "requires-port@npm:1.0.0" - checksum: 0db25fb2ac9b4f2345a350846b7ba99d1f25a6686b1728246d14f05450c8f2fc066bdfae4561b4be2627c184a030a27e17268cfefdf46836e271db13734bc49e + checksum: eee0e303adffb69be55d1a214e415cf42b7441ae858c76dfc5353148644f6fd6e698926fc4643f510d5c126d12a705e7c8ed7e38061113bdf37547ab356797ff languageName: node linkType: hard "reselect@npm:^4.0.0": version: 4.0.0 resolution: "reselect@npm:4.0.0" - checksum: 3480930929f673f12962cdde140dce48ea8ba171cd428bb2c7639672e41770bd6b64e935bc0400f47cfa960f617c7ac068c4309527373825d11e27262f08c0a3 + checksum: ac7dfc9ef2cdb42b6fc87a856f3ce904c2e4363a2bc1e6fb7eea5f78902a6f506e4388e6509752984877c6dbfe501100c076671d334799eb5a1bfe9936cb2c12 languageName: node linkType: hard @@ -5812,7 +5812,7 @@ fsevents@~2.1.2: resolution: "resolve-cwd@npm:2.0.0" dependencies: resolve-from: ^3.0.0 - checksum: f5d5526526d646c013f8ccb946861907e9f5fcfb951b2495add0f6a344a6796111b1c88e5227bc846d04a0e07182cc856a694ad0dd559dfa6a795a4eaff4477e + checksum: e7c16880c460656e77f102d537a6dc82b3657d9173697cd6ea82ffce37df96f6c1fc79d0bb35fd73fff8871ac13f21b4396958b5f0a13e5b99c97d69f5e319fa languageName: node linkType: hard @@ -5822,35 +5822,35 @@ fsevents@~2.1.2: dependencies: expand-tilde: ^2.0.0 global-modules: ^1.0.0 - checksum: b07a0070083d04f6c3b50fe7b986514978eba5ab957b49cf2637b2e8ce69d81e063523d60360145a7e8b03ea878c68fb491da86fb18601458eaef640ae40fdf5 + checksum: ef736b8ed60d6645c3b573da17d329bfb50ec4e1d6c5ffd6df49e3497acef9226f9810ea6823b8ece1560e01dcb13f77a9f6180d4f242d00cc9a8f4de909c65c languageName: node linkType: hard "resolve-from@npm:^3.0.0": version: 3.0.0 resolution: "resolve-from@npm:3.0.0" - checksum: dc0c83b3b867753b9fe3a901587fa70efc596a69355eb133fd68f8bbaef4e77266ef38b8a01a2d664aa32ba732425d54413b3d581ca7dff96bee177c61a0c84d + checksum: fff9819254d2d62b57f74e5c2ca9c0bdd425ca47287c4d801bc15f947533148d858229ded7793b0f59e61e49e782fffd6722048add12996e1bd4333c29669062 languageName: node linkType: hard "resolve-url@npm:^0.2.1": version: 0.2.1 resolution: "resolve-url@npm:0.2.1" - checksum: 9e1cd0028d0f2e157a889a02653637c1c1d7f133aa47b75261b4590e84105e63fae3b6be31bad50d5b94e01898d9dbe6b95abe28db7eab46e22321f7cbf00273 + checksum: 7b7035b9ed6e7bc7d289e90aef1eab5a43834539695dac6416ca6e91f1a94132ae4796bbd173cdacfdc2ade90b5f38a3fb6186bebc1b221cd157777a23b9ad14 languageName: node linkType: hard "ret@npm:~0.1.10": version: 0.1.15 resolution: "ret@npm:0.1.15" - checksum: 749c2fcae7071f5ecea4f8a18e35a79a8e8a58e522a16d843ecb9dfe9e647a76d92ae85c22690b02f87d3ab78b6b1f73341efc2fabbf59ed54dcfd9b1bdff883 + checksum: d76a9159eb8c946586567bd934358dfc08a36367b3257f7a3d7255fdd7b56597235af23c6afa0d7f0254159e8051f93c918809962ebd6df24ca2a83dbe4d4151 languageName: node linkType: hard "retry@npm:^0.12.0": version: 0.12.0 resolution: "retry@npm:0.12.0" - checksum: 51f2fddddb2f157a0738c53c515682813a881df566da36992f3cf0a975ea84a19434c5abbc682056e97351540bcc7ea38fce2622d0b191c3b5cc1020b71ea0f2 + checksum: 623bd7d2e5119467ba66202d733ec3c2e2e26568074923bc0585b6b99db14f357e79bdedb63cab56cec47491c4a0da7e6021a7465ca6dc4f481d3898fdd3158c languageName: node linkType: hard @@ -5861,7 +5861,7 @@ fsevents@~2.1.2: glob: ^7.1.3 bin: rimraf: ./bin.js - checksum: 059efac2838ef917d4d1da1d80e724ad28c120cdf14ca6ed27ca72db2dc70be3e25421cba5947c6ec3d804c1d2bb9a247254653816ee0722bf943ffdd1ae19ef + checksum: cdc7f6eacb17927f2a075117a823e1c5951792c6498ebcce81ca8203454a811d4cf8900314154d3259bb8f0b42ab17f67396a8694a54cae3283326e57ad250cd languageName: node linkType: hard @@ -5872,7 +5872,7 @@ fsevents@~2.1.2: glob: ^7.1.3 bin: rimraf: bin.js - checksum: f0de3e445581e64a8a077af476cc30708e659f5779ec2ca2a161556d0792aa318a685923798ae22055b4ecd02b9aff444ef619578f7af53cf8e0e248031e3dee + checksum: 87f4164e396f0171b0a3386cc1877a817f572148ee13a7e113b238e48e8a9f2f31d009a92ec38a591ff1567d9662c6b67fd8818a2dbbaed74bc26a87a2a4a9a0 languageName: node linkType: hard @@ -5882,7 +5882,7 @@ fsevents@~2.1.2: dependencies: hash-base: ^3.0.0 inherits: ^2.0.1 - checksum: e0370fbe779b1f15d74c3e7dffc0ce40b57b845fc7e431fab8a571958d5fd9c91eb0038a252604600e20786d117badea0cc4cf8816b8a6be6b9166b565ad6797 + checksum: 006accc40578ee2beae382757c4ce2908a826b27e2b079efdcd2959ee544ddf210b7b5d7d5e80467807604244e7388427330f5c6d4cd61e6edaddc5773ccc393 languageName: node linkType: hard @@ -5891,21 +5891,21 @@ fsevents@~2.1.2: resolution: "run-queue@npm:1.0.3" dependencies: aproba: ^1.1.1 - checksum: ffc37a7b55630b3d878c77be5125ba71c4f38345bf9ee83f2a122d546cc3fc74985f8e639d926fcfb33f475bf4a0ae122791bd8dd24bce5355eed0968420ba34 + checksum: c4541e18b5e056af60f398f2f1b3d89aae5c093d1524bf817c5ee68bcfa4851ad9976f457a9aea135b1d0d72ee9a91c386e3d136bcd95b699c367cd09c70be53 languageName: node linkType: hard "safe-buffer@npm:5.1.2, safe-buffer@npm:~5.1.0, safe-buffer@npm:~5.1.1": version: 5.1.2 resolution: "safe-buffer@npm:5.1.2" - checksum: 2708587c1b5e70a5e420714ceb59f30f5791c6e831d39812125a008eca63a4ac18578abd020a0776ea497ff03b4543f2b2a223a7b9073bf2d6c7af9ec6829218 + checksum: f2f1f7943ca44a594893a852894055cf619c1fbcb611237fc39e461ae751187e7baf4dc391a72125e0ac4fb2d8c5c0b3c71529622e6a58f46b960211e704903c languageName: node linkType: hard "safe-buffer@npm:>=5.1.0, safe-buffer@npm:^5.0.1, safe-buffer@npm:^5.1.0, safe-buffer@npm:^5.1.1, safe-buffer@npm:^5.1.2, safe-buffer@npm:^5.2.0, safe-buffer@npm:~5.2.0": version: 5.2.1 resolution: "safe-buffer@npm:5.2.1" - checksum: 0bb57f0d8f9d1fa4fe35ad8a2db1f83a027d48f2822d59ede88fd5cd4ddad83c0b497213feb7a70fbf90597a70c5217f735b0eb1850df40ce9b4ae81dd22b3f9 + checksum: b99c4b41fdd67a6aaf280fcd05e9ffb0813654894223afb78a31f14a19ad220bba8aba1cb14eddce1fcfb037155fe6de4e861784eb434f7d11ed58d1e70dd491 languageName: node linkType: hard @@ -5914,14 +5914,14 @@ fsevents@~2.1.2: resolution: "safe-regex@npm:1.1.0" dependencies: ret: ~0.1.10 - checksum: c355e3163fda56bef5ef0896de55ab1e26504def2c7f9ee96ee8b90171a7da7a596048d256e61a51e2d041d9f4625d956d3702ebcfb7627c7a4846896d6ce3a4 + checksum: 9a8bba57c87a841f7997b3b951e8e403b1128c1a4fd1182f40cc1a20e2d490593d7c2a21030fadfea320c8e859219019e136f678c6689ed5960b391b822f01d5 languageName: node linkType: hard "safer-buffer@npm:>= 2.1.2 < 3, safer-buffer@npm:>= 2.1.2 < 3.0.0": version: 2.1.2 resolution: "safer-buffer@npm:2.1.2" - checksum: 549ba83f5b314b59898efe3422120ce1ca7987a6eae5925a5fa5db930dc414d4a9dde0a5594f89638cd6ea60b6840ea961872908933ac2428d1726489db46fa5 + checksum: cab8f25ae6f1434abee8d80023d7e72b598cf1327164ddab31003c51215526801e40b66c5e65d658a0af1e9d6478cadcb4c745f4bd6751f97d8644786c0978b0 languageName: node linkType: hard @@ -5932,21 +5932,21 @@ fsevents@~2.1.2: ajv: ^6.1.0 ajv-errors: ^1.0.0 ajv-keywords: ^3.1.0 - checksum: d2f753e7a17c6054cb8c6d0806daeddac73ea2a192e452f506e50af14da1999d1435618b81a616d9f72e1606c0e46bf1870c9b429bce5d3a949d34455e6e54ff + checksum: e8273b4f6eff9ddf4a4f4c11daf7b96b900237bf8859c86fa1e9b4fab416b72d7ea92468f8db89c18a3499a1070206e1c8a750c83b42d5325fc659cbb55eee88 languageName: node linkType: hard "select-hose@npm:^2.0.0": version: 2.0.0 resolution: "select-hose@npm:2.0.0" - checksum: 4da089c0225bfddf86d6e3942d822bab66da27c39c72baacab5bb8b1bfa7e5da45b8dfac95bd7fbe2d5b0def50c1383d1701b92f22891400abcd562bb4324af7 + checksum: d7e5fcc695a4804209d232a1b18624a5134be334d4e1114b0721f7a5e72bd73da483dcf41528c1af4f4f4892ad7cfd6a1e55c8ffb83f9c9fe723b738db609dbb languageName: node linkType: hard "select@npm:^1.1.2": version: 1.1.2 resolution: "select@npm:1.1.2" - checksum: 66be63b7cf0973af48cebcca47909d0ba703bb7f01373f9ebf19880dc8fe9c97f41e2ebdefee144f60bbf416cafbf77dfb98cd1776e62d7afc336b843f1009b1 + checksum: 4346151e94f226ea6131e44e68e6d837f3fdee64831b756dd657cc0b02f4cb5107f867cb34a1d1216ab7737d0bf0645d44546afb030bbd8d64e891f5e4c4814e languageName: node linkType: hard @@ -5955,7 +5955,7 @@ fsevents@~2.1.2: resolution: "selfsigned@npm:1.10.7" dependencies: node-forge: 0.9.0 - checksum: ef53d4801c5cb67690dba94b105e3d87d243f1b1254c7cc02db51d7cb352ddfece065951874515b7c23d52025c250d9f50d74dbe547ba38cca8d15c5ad4ad5e6 + checksum: 6fe1c98054ec3f95ae7228254b1b6029bd0e2647a20285a0b799d20bc44dd18018049020d80ba8c3de871cc1d0b0d339328e648f3e6d1b72623adcf99b57d137 languageName: node linkType: hard @@ -5964,7 +5964,7 @@ fsevents@~2.1.2: resolution: "semver@npm:5.7.1" bin: semver: ./bin/semver - checksum: 06ff0ed753ebf741b7602be8faad620d6e160a2cb3f61019d00d919c8bca141638aa23c34da779b8595afdc9faa3678bfbb5f60366b6a4f65f98cf86605bbcdb + checksum: 57fd0acfd0bac382ee87cd52cd0aaa5af086a7dc8d60379dfe65fea491fb2489b6016400813930ecd61fd0952dae75c115287a1b16c234b1550887117744dfaf languageName: node linkType: hard @@ -5973,7 +5973,7 @@ fsevents@~2.1.2: resolution: "semver@npm:6.3.0" bin: semver: ./bin/semver.js - checksum: f0d155c06a67cc7e500c92d929339f1c6efd4ce9fe398aee6acc00a2333489cca0f5b4e76ee7292beba237fcca4b5a3d4a6153471f105f56299801bdab37289f + checksum: 1b26ecf6db9e8292dd90df4e781d91875c0dcc1b1909e70f5d12959a23c7eebb8f01ea581c00783bbee72ceeaad9505797c381756326073850dc36ed284b21b9 languageName: node linkType: hard @@ -5984,7 +5984,7 @@ fsevents@~2.1.2: lru-cache: ^6.0.0 bin: semver: bin/semver.js - checksum: c53624ddf4b9779bcbf55a1eb8b37074cc44bfeca416f3cc263429408202a8a3c59b00eef8c647d697303bc39b95c022a5c61959221d3814bfb1270ff7c14986 + checksum: 5eafe6102bea2a7439897c1856362e31cc348ccf96efd455c8b5bc2c61e6f7e7b8250dc26b8828c1d76a56f818a7ee907a36ae9fb37a599d3d24609207001d60 languageName: node linkType: hard @@ -6005,21 +6005,21 @@ fsevents@~2.1.2: on-finished: ~2.3.0 range-parser: ~1.2.1 statuses: ~1.5.0 - checksum: 58e4ab2e07e8dfb206ca954a9b85f4e367aba0e4d59ce4c9c96a82034385b67f25d33ad526fdb69d635744bbe4d8afea06e2c0348d7d32920e3489d86dc3ec6f + checksum: d214c2fa42e7fae3f8fc1aa3931eeb3e6b78c2cf141574e09dbe159915c1e3a337269fc6b7512e7dfddcd7d6ff5974cb62f7c3637ba86a55bde20a92c18bdca0 languageName: node linkType: hard "serialize-error@npm:^2.1.0": version: 2.1.0 resolution: "serialize-error@npm:2.1.0" - checksum: 3aab305b2e6fc345f9bf772bfe83fd2d6b8b34651d12baf362a1265535e60120f4561330184d972171ce063b8f390ea8bc3fe2104731503da85bb48cd2353897 + checksum: 28464a6f65e6becd6e49fb782aff06573fdbf3d19f161a20228179842fed05c75a34110e54c3ee020b00240f9e11d8bee9b9fee5d04e0bc0bef1fdbf2baa297e languageName: node linkType: hard "serialize-javascript@npm:^1.4.0": version: 1.9.1 resolution: "serialize-javascript@npm:1.9.1" - checksum: 84293fb87b0884a0ad7b5a4497cf197e3013d928c5b5162a9e199b91ff5ee28b5eba02e636a69a1c3ae22ad5d512775b17ba0950f16181939f510841eb37b5e3 + checksum: a52ad24ce6ce3ece82ff294566a6929af1bf646345ac78a8a452832fa887db7bade7fcf95412241d207d119aff45e99fabf933f92e07574741c90258f2df3832 languageName: node linkType: hard @@ -6028,7 +6028,7 @@ fsevents@~2.1.2: resolution: "serialize-javascript@npm:3.1.0" dependencies: randombytes: ^2.1.0 - checksum: e3036658c26b4aa0c74b89c91dc702f1b98c34ffc108e7944e2e227f910896367e98374a1a8c9923385ddfccd1759bfbd133d7857f4e315070594bb8761740e7 + checksum: 0fc0131a78168d6237cfe1b21564f20a3b9b72e8ceebb21935baacf026631ed636912c20c7e9fa721a8f27a247e6f9849e705f27032d19863333c2cfab16d1c9 languageName: node linkType: hard @@ -6043,7 +6043,7 @@ fsevents@~2.1.2: http-errors: ~1.6.2 mime-types: ~2.1.17 parseurl: ~1.3.2 - checksum: 035c0b7d5f0457753cf6fdb3ee7d4eb94fab8abd888780ba4d84feaacc72e462ba369d5dfb92c9f0a8c770f2a13b2de32f36c237eb206fc9e1662ada61b5f489 + checksum: e2647ce13379485b98a53ba2ea3fbad4d44b57540d00663b02b976e426e6194d62ac465c0d862cb7057f65e0de8ab8a684aa095427a4b8612412eca0d300d22f languageName: node linkType: hard @@ -6055,14 +6055,14 @@ fsevents@~2.1.2: escape-html: ~1.0.3 parseurl: ~1.3.3 send: 0.17.1 - checksum: 97e8c94ec02950d019000ca12a8e0b4fdeaaabb7ae965c1c05557b55b48114716ae92688972a8d9f06a5e2d5957c305253a859ec223bb39a1e0732366d0e2768 + checksum: c6b268e8486d39ecd54b86c7f2d0ee4a38cd7514ddd9c92c8d5793bb005afde5e908b12395898ae206782306ccc848193d93daa15b86afb3cbe5a8414806abe8 languageName: node linkType: hard "set-blocking@npm:^2.0.0, set-blocking@npm:~2.0.0": version: 2.0.0 resolution: "set-blocking@npm:2.0.0" - checksum: 0ac2403b0c2d39bf452f6d5d17dfd3cb952b9113098e1231cc0614c436e2f465637e39d27cf3b93556f5c59795e9790fd7e98da784c5f9919edeba4295ffeb29 + checksum: 6e65a05f7cf7ebdf8b7c75b101e18c0b7e3dff4940d480efed8aad3a36a4005140b660fa1d804cb8bce911cac290441dc728084a30504d3516ac2ff7ad607b02 languageName: node linkType: hard @@ -6074,28 +6074,28 @@ fsevents@~2.1.2: is-extendable: ^0.1.1 is-plain-object: ^2.0.3 split-string: ^3.0.1 - checksum: a97a99a00cc5ed3034ccd690ff4dde167e4182ec4ef2fd5277637a6e388839292559301408b91405534b44e76450bdd443ac95427fde40e9a1a62102c1262bd1 + checksum: 09a4bc72c94641aeae950eb60dc2755943b863780fcc32e441eda964b64df5e3f50603d5ebdd33394ede722528bd55ed43aae26e9df469b4d32e2292b427b601 languageName: node linkType: hard "setimmediate@npm:^1.0.4, setimmediate@npm:^1.0.5": version: 1.0.5 resolution: "setimmediate@npm:1.0.5" - checksum: 87884d8add4779fe47ccf763396a5bf875640ae34d80a10802da4de5c25d87647c12f6e7748fd5b8c143b57201caf2a5a781631456c228825f166ca305c12f20 + checksum: c9a6f2c5b51a2dabdc0247db9c46460152ffc62ee139f3157440bd48e7c59425093f42719ac1d7931f054f153e2d26cf37dfeb8da17a794a58198a2705e527fd languageName: node linkType: hard "setprototypeof@npm:1.1.0": version: 1.1.0 resolution: "setprototypeof@npm:1.1.0" - checksum: 8a3fb2ff4bf7daf0f8fb0e52d87d6e3dc387599e1c7a42833fddc1d711e87f7f187a6f957137a435ae154a98877e4357569f1fb48f3d17e96242621cd469e1f6 + checksum: 27cb44304d6c9e1a23bc6c706af4acaae1a7aa1054d4ec13c05f01a99fd4887109a83a8042b67ad90dbfcd100d43efc171ee036eb080667172079213242ca36e languageName: node linkType: hard "setprototypeof@npm:1.1.1": version: 1.1.1 resolution: "setprototypeof@npm:1.1.1" - checksum: 0efed4da5aec7535828ac07c3b560f0a54257a4a7d5390ffabe5530a083974aef577651507974215edb92a51efa142f22fb3242e24d630ba6adcbfc9e7f1ff2b + checksum: a8bee29c1c64c245d460ce53f7460af8cbd0aceac68d66e5215153992cc8b3a7a123416353e0c642060e85cc5fd4241c92d1190eec97eda0dcb97436e8fcca3b languageName: node linkType: hard @@ -6107,7 +6107,7 @@ fsevents@~2.1.2: safe-buffer: ^5.0.1 bin: sha.js: ./bin.js - checksum: 7554240ab76e683f7115123eb4815aae16b5fc6f2cdff97009831ad5b17b107ffcef022526211f7306957bce7a67fa4d0ccad79a3040c5073414365595e90516 + checksum: ebd3f59d4b799000699097dadb831c8e3da3eb579144fd7eb7a19484cbcbb7aca3c68ba2bb362242eb09e33217de3b4ea56e4678184c334323eca24a58e3ad07 languageName: node linkType: hard @@ -6116,14 +6116,14 @@ fsevents@~2.1.2: resolution: "shebang-command@npm:1.2.0" dependencies: shebang-regex: ^1.0.0 - checksum: 2a1e0092a6b80b14ec742ef4e982be8aa670edc7de3e8c68b26744fb535051f7d92518106387b52e9aabe0c1ceae33d23a7dfdb94c3d7f5035c3868b723a2854 + checksum: 9eed1750301e622961ba5d588af2212505e96770ec376a37ab678f965795e995ade7ed44910f5d3d3cb5e10165a1847f52d3348c64e146b8be922f7707958908 languageName: node linkType: hard "shebang-regex@npm:^1.0.0": version: 1.0.0 resolution: "shebang-regex@npm:1.0.0" - checksum: cf1a41cb09023e7d39739d7145fcba57c3fabc6728b78ce706f7315cf52dfadf30f7eea664e069224fbcbbfb6ab853bc55ac45f494b47ee73fc209c98487fae5 + checksum: 404c5a752cd40f94591dfd9346da40a735a05139dac890ffc229afba610854d8799aaa52f87f7e0c94c5007f2c6af55bdcaeb584b56691926c5eaf41dc8f1372 languageName: node linkType: hard @@ -6148,21 +6148,21 @@ fsevents@~2.1.2: "signal-exit@npm:^3.0.0": version: 3.0.3 resolution: "signal-exit@npm:3.0.3" - checksum: f8f3fec95c8d1f9ad7e3cce07e1195f84e7a85cdcb4e825e8a2b76aa5406a039083d2bc9662b3cf40e6948262f41277047d20e6fbd58c77edced0b18fab647d8 + checksum: f0169d3f1263d06df32ca072b0bf33b34c6f8f0341a7a1621558a2444dfbe8f5fec76b35537fcc6f0bc4944bdb5336fe0bdcf41a5422c4e45a1dba3f45475e6c languageName: node linkType: hard "slash@npm:^1.0.0": version: 1.0.0 resolution: "slash@npm:1.0.0" - checksum: fb026d08e401ab066ab62d3588922fd3efede998c0f4dc2041f83c5032f561defa92adc72a8ab02b28aaf1b82cc062e1963c6833e86804c5035d93c05387d06e + checksum: 4b6e21b1fba6184a7e2efb1dd173f692d8a845584c1bbf9dc818ff86f5a52fc91b413008223d17cc684604ee8bb9263a420b1182027ad9762e35388434918860 languageName: node linkType: hard "smart-buffer@npm:^4.1.0": version: 4.1.0 resolution: "smart-buffer@npm:4.1.0" - checksum: 00a23d82a20eced9622cbba18ba781f9f8968ccfa70af7a33336ae55f54651c073aa072084c521f7e78199767e5b3584a0bbf3a47bb60e3e5b79ea4fc1ca61a1 + checksum: 1db847dcf92c06b36e96aace965e00aec5caccd65c8fd60e0c284c5ad9dabe7f16ef4a60a34dd3c4ccc245a8393071e646fc94fc95f111c25e8513fd9efa6ed5 languageName: node linkType: hard @@ -6173,7 +6173,7 @@ fsevents@~2.1.2: define-property: ^1.0.0 isobject: ^3.0.0 snapdragon-util: ^3.0.1 - checksum: 75918b0d6061b6acf2b9a9833b8ba7cef068df141925e790269f25f0a33d1ceb9a0ebfc39286891c112bfffbbf87744223127dba53f55e85318e335e324b65b9 + checksum: 9bb57d759f9e2a27935dbab0e4a790137adebace832b393e350a8bf5db461ee9206bb642d4fe47568ee0b44080479c8b4a9ad0ebe3712422d77edf9992a672fd languageName: node linkType: hard @@ -6182,7 +6182,7 @@ fsevents@~2.1.2: resolution: "snapdragon-util@npm:3.0.1" dependencies: kind-of: ^3.2.0 - checksum: d1a7ab4171376f2caacae601372dacf7fdad055e63f5e7eb3e9bd87f069b41d6fc8f54726d26968682e1ba448d5de80e94f7613d9b708646b161c4789988fa75 + checksum: 684997dbe37ec995c03fd3f412fba2b711fc34cb4010452b7eb668be72e8811a86a12938b511e8b19baf853b325178c56d8b78d655305e5cfb0bb8b21677e7b7 languageName: node linkType: hard @@ -6198,7 +6198,7 @@ fsevents@~2.1.2: source-map: ^0.5.6 source-map-resolve: ^0.5.0 use: ^3.1.0 - checksum: c30b63a732bf37dbd2147bf57b4d9eac651ab7b313d1521f73855154b2c2f5a3f2ad18bd47e21cc64b6991f868ecb2a99f8da973ca86da39956f1f0f720b7033 + checksum: a197f242a8f48b11036563065b2487e9b7068f50a20dd81d9161eca6af422174fc158b8beeadbe59ce5ef172aa5718143312b3aebaae551c124b7824387c8312 languageName: node linkType: hard @@ -6212,7 +6212,7 @@ fsevents@~2.1.2: inherits: ^2.0.3 json3: ^3.3.2 url-parse: ^1.4.3 - checksum: efe7e7bcf2758f5ab3947f750b9909ea442022911dfad5883f5133085b587d0ac96f579a0463be8ea0613d1d4c5ee68af33b0896b58b4b7734571d9290b6c1c0 + checksum: 42fabe709b5478ca50f483add67e058ab01c5aaae926d73e483e53f26c14edc0820cdbd420e3bbc4e090c1007bf21c054b800a7a1e275b171352f246df1300a3 languageName: node linkType: hard @@ -6223,7 +6223,7 @@ fsevents@~2.1.2: faye-websocket: ^0.10.0 uuid: ^3.4.0 websocket-driver: 0.6.5 - checksum: 9a8596f800e66bdb718165e1e51bb20d04ebf2f9f837cb459a83060b78230ae787bb6bbbc75ded3c20409b935a6cf0e03fc762cf26b558cc1f7b557b6acc9fbc + checksum: dc0ac013ab57bae5b5b9e3ca809ce06b7f19ade8de47d48a5919e2b6889a864705bce300f9ad02a969d57fea0c911fdcbacdea5e66aec2bc2638b3c8b1c2ede8 languageName: node linkType: hard @@ -6234,7 +6234,7 @@ fsevents@~2.1.2: agent-base: 6 debug: 4 socks: ^2.3.3 - checksum: 3d6d5e4425e393847cb0787b688af37e96123a239ffc0269ad65263accdaa9c93df51e0257092ee37651676ec5d6316016bfbb2c2c837933361b728528f35c2a + checksum: 1dd30d1cc346c33b3180a5bbe75ed93979ca3a916f453a6802f64642f07d30af7e93a640a607c920f10d4b1dfe1d0eec485f64c2a93c951a8d9a50090e6a7776 languageName: node linkType: hard @@ -6244,14 +6244,14 @@ fsevents@~2.1.2: dependencies: ip: ^1.1.5 smart-buffer: ^4.1.0 - checksum: 9a5735cf9be6f756006b4c5ed23f17c15ffbfc0afb04b5d1b49516b7a27818c807a6a5b5419a65a140a1964149ec9ebb6cd8f0e06d7c60282912204d781371db + checksum: 2ca9d616e424f645838ebaabb04f85d94ea999e0f8393dc07f86c435af22ed88cb83958feeabd1bb7bc537c635ed47454255635502c6808a6df61af1f41af750 languageName: node linkType: hard "source-list-map@npm:^2.0.0": version: 2.0.1 resolution: "source-list-map@npm:2.0.1" - checksum: d8d45f29987d00d995ccda308dcc78b710031a9958fdb5d26674d32220c952eb7a8562062638d91896628ae4eef30e1cd112a6a547563dfda0b013024c2a9bf7 + checksum: 806efc6f75e7cd31e4815e7a3aaf75a45c704871ea4075cb2eb49882c6fca28998f44fc5ac91adb6de03b2882ee6fb02f951fdc85e6a22b338c32bfe19557938 languageName: node linkType: hard @@ -6264,7 +6264,7 @@ fsevents@~2.1.2: resolve-url: ^0.2.1 source-map-url: ^0.4.0 urix: ^0.1.0 - checksum: 042ad0c0ba70458ba45fc8726a4eb61068ca0a5273578994803e25fc0fb8da00854cf5004616c9b6d0cb7fcd528c50313789d75dfc56a2f5c789cbd332bf4331 + checksum: c73fa44ac00783f025f6ad9e038ab1a2e007cd6a6b86f47fe717c3d0765b4a08d264f6966f3bd7cd9dbcd69e4832783d5472e43247775b2a550d6f2155d24bae languageName: node linkType: hard @@ -6274,35 +6274,35 @@ fsevents@~2.1.2: dependencies: buffer-from: ^1.0.0 source-map: ^0.6.0 - checksum: 59d4efaae97755155b078413ecba63517e3ef054cc7ab767bbd30e6f3054be2ae8e8f5cce7eef53b7eb93e98fe27a58dd8f5e7abfb13144ba420ddaf5267bbb2 + checksum: c72802fdba9cb62b92baef18cc14cc4047608b77f0353e6c36dd993444149a466a2845332c5540d4a6630957254f0f68f4ef5a0120c33d2e83974c51a05afbac languageName: node linkType: hard "source-map-url@npm:^0.4.0": version: 0.4.0 resolution: "source-map-url@npm:0.4.0" - checksum: 84d509cfa1f6f5e0d2a36e17b8097422954e3007fbe4b741c2f1ec91551ac5493ffa0c21862a54bb8e0d31701fe2cba1129aced695f515d35d375bfad755eb98 + checksum: 63ed54045fcd7b4ec7ca17513f48fdc23b573eef679326ecf1a31333e1aaecc0a9c085adaa7d118283b160e65b71cc72da9e1385f2de4ac5ed68294e3920d719 languageName: node linkType: hard "source-map@npm:^0.5.6": version: 0.5.7 resolution: "source-map@npm:0.5.7" - checksum: 737face96577a2184a42f141607fcc2c9db5620cb8517ae8ab3924476defa138fc26b0bab31e98cbd6f19211ecbf78400b59f801ff7a0f87aa9faa79f7433e10 + checksum: 5dc2043b93d2f194142c7f38f74a24670cd7a0063acdaf4bf01d2964b402257ae843c2a8fa822ad5b71013b5fcafa55af7421383da919752f22ff488bc553f4d languageName: node linkType: hard "source-map@npm:^0.6.0, source-map@npm:^0.6.1, source-map@npm:~0.6.0, source-map@npm:~0.6.1": version: 0.6.1 resolution: "source-map@npm:0.6.1" - checksum: 8647829a0611724114022be455ca1c8a2c8ae61df81c5b3667d9b398207226a1e21174fb7bbf0b4dbeb27ac358222afb5a14f1c74a62a62b8883b012e5eb1270 + checksum: 59ce8640cf3f3124f64ac289012c2b8bd377c238e316fb323ea22fbfe83da07d81e000071d7242cad7a23cd91c7de98e4df8830ec3f133cb6133a5f6e9f67bc2 languageName: node linkType: hard "space-separated-tokens@npm:^1.0.0": version: 1.1.5 resolution: "space-separated-tokens@npm:1.1.5" - checksum: 2b143776c39176e7faa020d9c96d41ecc33862139b8bc92d5551561e9ae7adbe537b3a51d381da563a953dbda82ea117cefaa7dec9075fb869596cb02d582abe + checksum: 8ef68f1cfa8ccad316b7f8d0df0919d0f1f6d32101e8faeee34ea3a923ce8509c1ad562f57388585ee4951e92d27afa211ed0a077d3d5995b5ba9180331be708 languageName: node linkType: hard @@ -6316,7 +6316,7 @@ fsevents@~2.1.2: obuf: ^1.1.2 readable-stream: ^3.0.6 wbuf: ^1.7.3 - checksum: e717ce9d76a03052205950632cb316e4de863764fd968404820cb84f4a93da259e43d5c973c3444847157a41ad6316ffdd7a2862454a7862ebd84388d1ce6e2a + checksum: 0fcaad3b836fb1ec0bdd39fa7008b9a7a84a553f12be6b736a2512613b323207ffc924b9551cef0378f7233c85916cff1118652e03a730bdb97c0e042243d56c languageName: node linkType: hard @@ -6329,7 +6329,7 @@ fsevents@~2.1.2: http-deceiver: ^1.2.7 select-hose: ^2.0.0 spdy-transport: ^3.0.0 - checksum: 388d39324d706a0a73d1d16fa93397029b3eb47ff2aaa3ad58c3d9c7682ce53eb847795560dc08190b7e3f8404e8bf4814ff3fd74cf0c849796310f1cd8a5f92 + checksum: 2c739d0ff6f56ad36d2d754d0261d5ec358457bea7cbf77b1b05b0c6464f2ce65b85f196305f50b7bd9120723eb94bae9933466f28e67e5cd8cde4e27f1d75f8 languageName: node linkType: hard @@ -6338,14 +6338,14 @@ fsevents@~2.1.2: resolution: "split-string@npm:3.1.0" dependencies: extend-shallow: ^3.0.0 - checksum: 9b610d1509f8213dad7d38b5f0b49109ab53c2a93e7886c370a66b9eeb723706cd01b04b61b3d906ff6369314429412f8fad54b93d57fa50103d85884f0c175f + checksum: ae5af5c91bdc3633628821bde92fdf9492fa0e8a63cf6a0376ed6afde93c701422a1610916f59be61972717070119e848d10dfbbd5024b7729d6a71972d2a84c languageName: node linkType: hard "sprintf-js@npm:~1.0.2": version: 1.0.3 resolution: "sprintf-js@npm:1.0.3" - checksum: 51df1bce9e577287f56822d79ac5bd94f6c634fccf193895f2a1d2db2e975b6aa7bc97afae9cf11d49b7c37fe4afc188ff5c4878be91f2c86eabd11c5df8b62c + checksum: 19d79aec211f09b99ec3099b5b2ae2f6e9cdefe50bc91ac4c69144b6d3928a640bb6ae5b3def70c2e85a2c3d9f5ec2719921e3a59d3ca3ef4b2fd1a4656a0df3 languageName: node linkType: hard @@ -6354,7 +6354,7 @@ fsevents@~2.1.2: resolution: "ssri@npm:5.3.0" dependencies: safe-buffer: ^5.1.1 - checksum: 5cf866614fb49360223948e793e497e1cef01cd5f57e448e265f3b5e3182be1d0a909807a7f63bdfe04ae79234d81749aa60dd8c0b0acef96fcad3d270b41608 + checksum: 18902cf582d15075b31dddd2508404cd688a7bceb0026765b7a9ed1d0c8422eab548e06427d850e048ad72643f8382a1dda2a4b00d2381bb8622e2e19b8a92d5 languageName: node linkType: hard @@ -6363,7 +6363,7 @@ fsevents@~2.1.2: resolution: "ssri@npm:6.0.1" dependencies: figgy-pudding: ^3.5.1 - checksum: 828c8c24c993c77646e22e869f93ee0fd3406fed7d793a46fd2cb88b8fcf49ca610ac79a88776b2be62df92be7878cda334c8d98e041d6182eac33cf16cc65b6 + checksum: 9520acadfe75867e4a9d815572320133465730b1cd5f76b80913096b69266eceb40673e62b4899c7a62607eb07f625b9748016d94bdfcf8d813b3c2f9629ec76 languageName: node linkType: hard @@ -6372,7 +6372,7 @@ fsevents@~2.1.2: resolution: "ssri@npm:8.0.1" dependencies: minipass: ^3.1.1 - checksum: d45f9a1d5676f8ebd888a3ae469772d75858e4095087217c2361a6b07a6eefd5a85350bb0fed63128b0025fdf242e81813be0979e6cb956a38dbf26295dca09c + checksum: bc447f5af814fa9713aa201ec2522208ae0f4d8f3bda7a1f445a797c7b929a02720436ff7c478fb5edc4045adb02b1b88d2341b436a80798734e2494f1067b36 languageName: node linkType: hard @@ -6382,14 +6382,14 @@ fsevents@~2.1.2: dependencies: define-property: ^0.2.5 object-copy: ^0.1.0 - checksum: c42052c35259769fabbede527b2ae81962b53cf3b7a5cb07bd5b0b295777641ba81ddb2f4a62df9970c96303357fc6ffb90f61a4a9e127e6e42c7895af9cd5ce + checksum: 8657485b831f79e388a437260baf22784540417a9b29e11572c87735df24c22b84eda42107403a64b30861b2faf13df9f7fc5525d51f9d1d2303aba5cbf4e12c languageName: node linkType: hard "statuses@npm:>= 1.4.0 < 2, statuses@npm:>= 1.5.0 < 2, statuses@npm:~1.5.0": version: 1.5.0 resolution: "statuses@npm:1.5.0" - checksum: 57735269bf231176a60deb80f6d60214cb4a87663b0937e79497afe9aebe2597f8377fd28893f4d1776205f18dd0b927774a26b72051411ac5108e9e2dfc77d2 + checksum: c469b9519de16a4bb19600205cffb39ee471a5f17b82589757ca7bd40a8d92ebb6ed9f98b5a540c5d302ccbc78f15dc03cc0280dd6e00df1335568a5d5758a5c languageName: node linkType: hard @@ -6399,7 +6399,7 @@ fsevents@~2.1.2: dependencies: inherits: ~2.0.1 readable-stream: ^2.0.2 - checksum: d50d9a28df714f2d599f416388541de445bfa417039a4808a1ca68381f0152205b8e50dbc04e39959b3b1a9c5e561cab1ecb1bdf4f6ab2f66f6b1450000049d9 + checksum: 8de7bcab5582e9a931ae1a4768be7efe8fa4b0b95fd368d16d8cf3e494b897d6b0a7238626de5d71686e53bddf417fd59d106cfa3af0ec055f61a8d1f8fc77b3 languageName: node linkType: hard @@ -6409,7 +6409,7 @@ fsevents@~2.1.2: dependencies: end-of-stream: ^1.1.0 stream-shift: ^1.0.0 - checksum: 2b64a88075c48ab3f97f11a940118d529d09c2470bd582e19dc3136ccf372d9cba17c7e96f09abcf5644d124ce994b6e4bbb14925b78e5836ed46059a0af2991 + checksum: f243de78e9fcc60757994efc4e8ecae9f01a4b2c6a505d786b11fcaa68b1a75ca54afc1669eac9e08f19ff0230792fc40d0f3e3e2935d76971b4903af18b76ab languageName: node linkType: hard @@ -6422,14 +6422,14 @@ fsevents@~2.1.2: readable-stream: ^2.3.6 to-arraybuffer: ^1.0.0 xtend: ^4.0.0 - checksum: 7ef9e10567b1a49d6c05730427280ef7623a6b407df3981d5d14d30d56225c4d64857d7473ab8eca93dbcaaf897e4f4fda8b5b482cf26255e26f1a31d696c1b8 + checksum: f57dfaa21a015f72e6ce6b199cf1762074cfe8acf0047bba8f005593754f1743ad0a91788f95308d9f3829ad55742399ad27b4624432f2752a08e62ef4346e05 languageName: node linkType: hard "stream-shift@npm:^1.0.0": version: 1.0.1 resolution: "stream-shift@npm:1.0.1" - checksum: 5d777b222e460dc660ee29acad4f99649eb8d0051d3cb648fc92f3f77557b33d0a8ad656291c2cfa87703204191534a6003c2b035606a699674d0bb600353ad3 + checksum: 59b82b44b29ec3699b5519a49b3cedcc6db58c72fb40c04e005525dfdcab1c75c4e0c180b923c380f204bed78211b9bad8faecc7b93dece4d004c3f6ec75737b languageName: node linkType: hard @@ -6438,7 +6438,7 @@ fsevents@~2.1.2: resolution: "stream@npm:0.0.2" dependencies: emitter-component: ^1.1.1 - checksum: a4f5791f76cf1875b7cfedd5c6e1a71767f77518663d47ebddc455598d58e8f5f80ec049419364ca175fa9ffcf7f0d3c8d351a1800a54356c84507191b83b423 + checksum: 43d89e176c282234d452754f9b55a82c74ea68345bf6176af32c4c213801f88df7984c83ec5a735457705dddf4668373edb9f0ec270a7491e1d881631a763978 languageName: node linkType: hard @@ -6449,7 +6449,7 @@ fsevents@~2.1.2: code-point-at: ^1.0.0 is-fullwidth-code-point: ^1.0.0 strip-ansi: ^3.0.0 - checksum: b11745daa9398a1b3bb37ffa64263f9869c5f790901ed1242decb08171785346447112ead561cffde6b222a5ebeab9d2b382c72ae688859e852aa29325ca9d0b + checksum: 5c79439e95bc3bd7233a332c5f5926ab2ee90b23816ed4faa380ce3b2576d7800b0a5bb15ae88ed28737acc7ea06a518c2eef39142dd727adad0e45c776cd37e languageName: node linkType: hard @@ -6459,7 +6459,7 @@ fsevents@~2.1.2: dependencies: is-fullwidth-code-point: ^2.0.0 strip-ansi: ^4.0.0 - checksum: 906b4887c39d247e9d12dfffb42bfe68655b52d27758eb13e069dce0f4cf2e7f82441dbbe44f7279298781e6f68e1c659451bd4d9e2bbe9d487a157ad14ae1bd + checksum: d6173abe088c615c8dffaf3861dc5d5906ed3dc2d6fd67ff2bd2e2b5dce7fd683c5240699cf0b1b8aa679a3b3bd6b28b5053c824cb89b813d7f6541d8f89064a languageName: node linkType: hard @@ -6470,7 +6470,7 @@ fsevents@~2.1.2: emoji-regex: ^7.0.1 is-fullwidth-code-point: ^2.0.0 strip-ansi: ^5.1.0 - checksum: 54c5d1842dc122d8e0251ad50e00e91c06368f1aca44f41a67cd5ce013c4ba8f5a26f1b7f72a3e1644f38c62092a82c86b646aff514073894faf84b9564a38a0 + checksum: 57f7ca73d201682816d573dc68bd4bb8e1dff8dc9fcf10470fdfc3474135c97175fec12ea6a159e67339b41e86963112355b64529489af6e7e70f94a7caf08b2 languageName: node linkType: hard @@ -6480,7 +6480,7 @@ fsevents@~2.1.2: dependencies: define-properties: ^1.1.3 es-abstract: ^1.17.5 - checksum: 93046463de6a3b4ae27d0622ae8795239c8d372b1be1a60122fce591bf7578b719becf00bf04326642a868bc6185f35901119b61a246509dd0dc0666b2a803ed + checksum: e4e2c21f0145a6fa8c111b1bee6075d509a40702611329bcebd7ffc5cc13562cfa99636faeacccbea306d01c023dc763ce0cf38cf5d7b654705b74847b0f0e57 languageName: node linkType: hard @@ -6490,7 +6490,7 @@ fsevents@~2.1.2: dependencies: define-properties: ^1.1.3 es-abstract: ^1.17.5 - checksum: 20c4a940f1ba65b0aa5abf0c319dceba4fbf04d24553583b0b82eba2711815d1e40663ce36175ed06475701dbe797cac81be1ec1dc4bb4416b2077e8b0409036 + checksum: 0fe3cad8d597a418b058b6ec2d5c48b73172c71cb60089a0a38373eb3c2d501c4d9a00bbfad90e581c2ecf136f10f85a9dc664390e059b805dae9e4707465e0f languageName: node linkType: hard @@ -6499,7 +6499,7 @@ fsevents@~2.1.2: resolution: "string_decoder@npm:1.3.0" dependencies: safe-buffer: ~5.2.0 - checksum: 0a09afb610cb538707fcf0a50a080f159040529eabdba82f23b04f1d1f90adf9ba18cc3800231c6ab2ee55dece047f4bed87c56da52b2afd85c3c7fb73eb7e48 + checksum: 8417646695a66e73aefc4420eb3b84cc9ffd89572861fe004e6aeb13c7bc00e2f616247505d2dbbef24247c372f70268f594af7126f43548565c68c117bdeb56 languageName: node linkType: hard @@ -6508,7 +6508,7 @@ fsevents@~2.1.2: resolution: "string_decoder@npm:1.1.1" dependencies: safe-buffer: ~5.1.0 - checksum: bc2dc169d83df1b9e94defe7716bcad8a19ffe8211b029581cb0c6f9e83a6a7ba9ec3be38d179708a8643c692868a2b8b004ab159555dc26089ad3fa7b2158f5 + checksum: 9ab7e56f9d60a28f2be697419917c50cac19f3e8e6c28ef26ed5f4852289fe0de5d6997d29becf59028556f2c62983790c1d9ba1e2a3cc401768ca12d5183a5b languageName: node linkType: hard @@ -6517,7 +6517,7 @@ fsevents@~2.1.2: resolution: "strip-ansi@npm:3.0.1" dependencies: ansi-regex: ^2.0.0 - checksum: 98772dcf440d08f65790ee38cd186b1f139fa69b430e75f9d9c11f97058662f82a22c2ba03a30f502f948958264e99051524fbf1819edaa8a8bbb909ece297da + checksum: 9b974de611ce5075c70629c00fa98c46144043db92ae17748fb780f706f7a789e9989fd10597b7c2053ae8d1513fd707816a91f1879b2f71e6ac0b6a863db465 languageName: node linkType: hard @@ -6526,7 +6526,7 @@ fsevents@~2.1.2: resolution: "strip-ansi@npm:4.0.0" dependencies: ansi-regex: ^3.0.0 - checksum: 9ac63872c2ba5e8a946c6f3a9c1ab81db5b43bce0d24a33b016e5666d3efda421f721447a1962611053a3ca1595b8742b0216fcc25886958d4565b7afcd27013 + checksum: d9186e6c0cf78f25274f6750ee5e4a5725fb91b70fdd79aa5fe648eab092a0ec5b9621b22d69d4534a56319f75d8944efbd84e3afa8d4ad1b9a9491f12c84eca languageName: node linkType: hard @@ -6535,14 +6535,14 @@ fsevents@~2.1.2: resolution: "strip-ansi@npm:5.2.0" dependencies: ansi-regex: ^4.1.0 - checksum: 44a0d0d354f5f7b15f83323879a9112ea746daae7bef0b68238a27626ee757d9a04ce6590433841e14b325e8e7c5d62b8442885e50497e21b7cbca6da40d54ea + checksum: bdb5f76ade97062bd88e7723aa019adbfacdcba42223b19ccb528ffb9fb0b89a5be442c663c4a3fb25268eaa3f6ea19c7c3fbae830bd1562d55adccae1fcec46 languageName: node linkType: hard "strip-eof@npm:^1.0.0": version: 1.0.0 resolution: "strip-eof@npm:1.0.0" - checksum: 905cd8718ad2e7b3a9c4bc6a9ed409c38b8cef638845a9471884547de0dbe611828d584e749a38d3eebc2d3c830ea9c619d78875a639b7413d93080661807376 + checksum: 40bc8ddd7e072f8ba0c2d6d05267b4e0a4800898c3435b5fb5f5a21e6e47dfaff18467e7aa0d1844bb5d6274c3097246595841fbfeb317e541974ee992cac506 languageName: node linkType: hard @@ -6552,7 +6552,7 @@ fsevents@~2.1.2: dependencies: loader-utils: ^1.1.0 schema-utils: ^1.0.0 - checksum: 9d8f17677bcc9a6b0dc3f23909dcb3c9976e3e37d53768ff5ffe915a62e50c6ed347b79d4f5613670289547bbfa0e1be968ac89ecffb600553e1931c761b1167 + checksum: 0a513a2d881e88bbfd574750df3dc61f57424684458d94cb6ae41e635d03abfa8974bb591eab9051650082c5f5502994dc17c7ca9fb0fc9e8d31f651f6737479 languageName: node linkType: hard @@ -6561,7 +6561,7 @@ fsevents@~2.1.2: resolution: "supports-color@npm:5.5.0" dependencies: has-flag: ^3.0.0 - checksum: edacee6425498440744c418be94b0660181aad2a1828bcf2be85c42bd385da2fd8b2b358d9b62b0c5b03ff5cd3e992458d7b8f879d9fb42f2201fe05a4848a29 + checksum: 95f6f4ba5afdf92f495b5a912d4abee8dcba766ae719b975c56c084f5004845f6f5a5f7769f52d53f40e21952a6d87411bafe34af4a01e65f9926002e38e1dac languageName: node linkType: hard @@ -6570,7 +6570,7 @@ fsevents@~2.1.2: resolution: "supports-color@npm:6.1.0" dependencies: has-flag: ^3.0.0 - checksum: 86821571295ad9f808d5e0149f13c2b0ca6faaf1325c427b369e6f4b2b1e4759046b7a4ea0e3c3c7f2546035fa2fb0d6a90f31c6c4f751eaedbcdc1b983a08cc + checksum: 74358f9535c83ee113fbaac354b11e808060f6e7d8722082ee43af3578469134e89d00026dce2a6b93ce4e5b89d0e9a10f638b2b9f64c7838c2fb2883a47b3d5 languageName: node linkType: hard @@ -6592,7 +6592,7 @@ fsevents@~2.1.2: querystring-browser: ^1.0.4 traverse: ~0.6.6 url: ~0.11.0 - checksum: 7454961a4b54fe974ccff7ac364436935803c8c0f001c1cd0cdf272fe108013ed45904b23f3ca6333e6873954f5de91d65f68b0e416df470c798fb69e76c86a4 + checksum: 7fd0c7889d252bb174e3cfada59f9892a3b47aa5f0531cc931f88f25ea152456fda8a02a2566bb66317a0b150539b99a3c73cfac1d468df6e377bb5ed7109ee2 languageName: node linkType: hard @@ -6638,21 +6638,21 @@ fsevents@~2.1.2: url-parse: ^1.4.7 xml-but-prettier: ^1.0.1 zenscroll: ^4.0.2 - checksum: cee47ab53be1669776bb5bc4570df7051bad5729d40208b240bb329714424c9eeefe0b25c5ecb052c23091b18df37e5d42b53bde79fc517433d6c8ba4116b5dc + checksum: 2ec6e5cbe32dd81a73afc7f0ebebf77a8d6577167e8b69dbd141c946b816521b9f83dfa4bf65baabb01d98208a696549e9f0816717afed18aec4f5166b515f72 languageName: node linkType: hard "symbol-observable@npm:^1.0.3": version: 1.2.0 resolution: "symbol-observable@npm:1.2.0" - checksum: 268834a1d4cba19d40f367e5c2755f612969c8418e43a3be17408e392802a667f8bb542893440d58a080a8ea8da05ea98e27e472b9f4ff6fbda78a21a1a41c53 + checksum: 48ffbc22e3d75f9853b3ff2ae94a44d84f386415110aea5effc24d84c502e03a4a6b7a8f75ebaf7b585780bda34eb5d6da3121f826a6f93398429d30032971b6 languageName: node linkType: hard "tapable@npm:^1.0.0, tapable@npm:^1.1.3": version: 1.1.3 resolution: "tapable@npm:1.1.3" - checksum: b2c2ab20260394b867fd249d8b6ab3e4645e00f9cce16b558b0de5a86291ef05f536f578744549d1618c9032c7f99bc1d6f68967e4aa11cb0dca4461dc4714bc + checksum: 53ff4e7c3900051c38cc4faab428ebfd7e6ad0841af5a7ac6d5f3045c5b50e88497bfa8295b4b3fbcadd94993c9e358868b78b9fb249a76cb8b018ac8dccafd7 languageName: node linkType: hard @@ -6666,7 +6666,7 @@ fsevents@~2.1.2: minizlib: ^2.1.1 mkdirp: ^1.0.3 yallist: ^4.0.0 - checksum: d1d988eceb1ad2ecfaaf6fc5ecfe0c46fa005d04fe4c283355ccc52d3ffb4b6bf459a62f9ac7e36fd35251ab020399bdf527ab48b968120e06b4f61906a87d62 + checksum: 0638a405b625263e0c47e97f0ea5e871b1a549da4593e31bf1792bcc83d97c28065ed172669f186744526637ea627a424d519ddd99f3fd52b17ac75f58f43519 languageName: node linkType: hard @@ -6685,7 +6685,7 @@ fsevents@~2.1.2: worker-farm: ^1.7.0 peerDependencies: webpack: ^4.0.0 - checksum: 51f918c64828ea651559aa52d64176b752e994b5101302628969561f13b91ddc1f846912b19ad1f6b9dd79e3f5654ca9d436d519dabb8e9c504bada7915bb421 + checksum: f17d97eb6db81ae34ce6a66ba55cfd1abdeb7bbb90c7eab54e78183bcf7385ca394e6304b1cd1bb198202acb73e058fc1e40759ebd982b25e44d169543e71d3a languageName: node linkType: hard @@ -6698,7 +6698,7 @@ fsevents@~2.1.2: source-map-support: ~0.5.12 bin: terser: bin/terser - checksum: d7ab95898b40e2aa3513b02fc74f520f8e65072a19d7f687b8224af01512ad4d2227bc1375c22cd050f67eb1ca3e440b4f09652c5f48f13ed9ee81c0c26015a3 + checksum: f980789097d4f856c1ef4b9a7ada37beb0bb022fb8aa3057968862b5864ad7c244253b3e269c9eb0ab7d0caf97b9521273f2d1cf1e0e942ff0016e0583859c71 languageName: node linkType: hard @@ -6708,14 +6708,14 @@ fsevents@~2.1.2: dependencies: readable-stream: ~2.3.6 xtend: ~4.0.1 - checksum: 7427403555ead550d3cbe11f69eb07797e27505fc365cf53572111556a7c08625adb5159cad0fc4b9f57babfd937692e34b3a8a20ba35072f4e85f83d340661c + checksum: beb0f338aa2931e5660ec7bf3ad949e6d2e068c31f4737b9525e5201b824ac40cac6a337224856b56bd1ddd866334bbfb92a9f57cd6f66bc3f18d3d86fc0fe50 languageName: node linkType: hard "thunky@npm:^1.0.2": version: 1.1.0 resolution: "thunky@npm:1.1.0" - checksum: eceb856b6412ecd02c24731a2441698aa57622e03b0a4d6d1dea47d7b173aca54980fd2fba5b3a2e11ccec48373c46483f7f55a46717bfc07645395fa57267a6 + checksum: 993096c472b6b8f30e29dc777a8d17720e4cab448375041f20c0cb802a09a7fb2217f2a3e8cdc11851faa71c957e2db309357367fc9d7af3cb7a4d00f4b66034 languageName: node linkType: hard @@ -6724,7 +6724,7 @@ fsevents@~2.1.2: resolution: "timers-browserify@npm:2.0.11" dependencies: setimmediate: ^1.0.4 - checksum: 73faad065e503db39235ea6c7803cd42c6be41365a427f95fcba773d42c4a77d595ace955a2248f638cd983c61f8e928422dbf27d9237dd876645ed88a595e29 + checksum: 2a2ecbfd0c2380078d4a1e63e4eeb46884156d8fca0efe34d6fd8c615d68ef1a7785888629157ab0e5720e3c0d7f57bf1766b2ad037feb9aea07cbff1623092c languageName: node linkType: hard @@ -6734,21 +6734,21 @@ fsevents@~2.1.2: dependencies: es5-ext: ~0.10.46 next-tick: 1 - checksum: 4593b57c397934fc7ddf7b240a8ff8468cdd7006407a442ec48c291bd85dcb7268858b72d1132bc55309e29d8eeae796f9edf378b0b45feff56b51f350e723b6 + checksum: ef3f27a0702a88d885bcbb0317c3e3ecd094ce644da52e7f7d362394a125d9e3578292a8f8966071a980d8abbc3395725333b1856f3ae93835b46589f700d938 languageName: node linkType: hard "tiny-emitter@npm:^2.0.0": version: 2.1.0 resolution: "tiny-emitter@npm:2.1.0" - checksum: 0055509c72e5fe35d6ab66fa6339342e0f29129e77ed2086e475fdf80be43a8651f2517be76513b46a042c8356396f4da5a35e2e23457252176808d5a892036a + checksum: fbcfb5145751a0e3b109507a828eb6d6d4501352ab7bb33eccef46e22e9d9ad3953158870a6966a59e57ab7c3f9cfac7cab8521db4de6a5e757012f4677df2dd languageName: node linkType: hard "to-arraybuffer@npm:^1.0.0": version: 1.0.1 resolution: "to-arraybuffer@npm:1.0.1" - checksum: 23e72a6636e32fa992a4ad952564af136460b8b9ac603737fd8e7ecefe762284c4368f3f455b4252c95401cb2d3c8e356da1ef915a7c40152b62592ee38911c4 + checksum: 31433c10b388722729f5da04c6b2a06f40dc84f797bb802a5a171ced1e599454099c6c5bc5118f4b9105e7d049d3ad9d0f71182b77650e4fdb04539695489941 languageName: node linkType: hard @@ -6757,7 +6757,7 @@ fsevents@~2.1.2: resolution: "to-object-path@npm:0.3.0" dependencies: kind-of: ^3.0.2 - checksum: a6a5a502259af744ac4e86752c8e71395c4106cae6f4e2a5c711e6f5de4cdbd08691e9295bf5b6e86b3e12722274fc3c5c0410f5fcf42ca783cc43f62139b5d0 + checksum: 9425effee5b43e61d720940fa2b889623f77473d459c2ce3d4a580a4405df4403eec7be6b857455908070566352f9e2417304641ed158dda6f6a365fe3e66d70 languageName: node linkType: hard @@ -6767,7 +6767,7 @@ fsevents@~2.1.2: dependencies: is-number: ^3.0.0 repeat-string: ^1.6.1 - checksum: 801501b59d6a2892d88b2ccb78416d6778aec1549da593f83b7bb433a5540995e4c6f2d954ff44d53f38c094d04c0da3ed6f61f110d9cd2ea00cb570b90e81e4 + checksum: 46093cc14be2da905cc931e442d280b2e544e2bfdb9a24b3cf821be8d342f804785e5736c108d5be026021a05d7b38144980a61917eee3c88de0a5e710e10320 languageName: node linkType: hard @@ -6776,7 +6776,7 @@ fsevents@~2.1.2: resolution: "to-regex-range@npm:5.0.1" dependencies: is-number: ^7.0.0 - checksum: 2b6001e314e4998a07137c197e333fac2f86d46d0593da90b678ae64e2daa07274b508f83cca09e6b3504cdf222497dcb5b7daceb6dc13a9a8872f58a27db907 + checksum: f76fa01b3d5be85db6a2a143e24df9f60dd047d151062d0ba3df62953f2f697b16fe5dad9b0ac6191c7efc7b1d9dcaa4b768174b7b29da89d4428e64bc0a20ed languageName: node linkType: hard @@ -6788,49 +6788,49 @@ fsevents@~2.1.2: extend-shallow: ^3.0.2 regex-not: ^1.0.2 safe-regex: ^1.1.0 - checksum: ed733fdff8970628ef2d425564d1331a812e57cbb6ab7675c970046b2b792cbf2386c8292e45bb201bf85ca71a7708e3e1ffb979f5cd089ad4a82a12df75939b + checksum: 4ed4a619059b64e204aad84e4e5f3ea82d97410988bcece7cf6cbfdbf193d11bff48cf53842d88b8bb00b1bfc0d048f61f20f0709e6f393fd8fe0122662d9db4 languageName: node linkType: hard "toggle-selection@npm:^1.0.6": version: 1.0.6 resolution: "toggle-selection@npm:1.0.6" - checksum: c47702aad780581f17367c413c4dc55b61a31b0c15c87a08461f4c4618457b11efce8ad9a7bf7b79fb23d17128b1c7da9248647a34dd15ae36c9afbdd2084d9f + checksum: a90dc80ed1e7b18db8f4e16e86a5574f87632dc729cfc07d9ea3ced50021ad42bb4e08f22c0913e0b98e3837b0b717e0a51613c65f30418e21eb99da6556a74c languageName: node linkType: hard "toidentifier@npm:1.0.0": version: 1.0.0 resolution: "toidentifier@npm:1.0.0" - checksum: 95720e8a0f98f1525f50ccbecbc2a23f0a1b4e448de03819dbbeda03adf0d2010fe64525fbc9d549765242550d341bb891672e4ac0b2cac58613cdd742324255 + checksum: 199e6bfca1531d49b3506cff02353d53ec987c9ee10ee272ca6484ed97f1fc10fb77c6c009079ca16d5c5be4a10378178c3cacdb41ce9ec954c3297c74c6053e languageName: node linkType: hard "toposort@npm:^1.0.0": version: 1.0.7 resolution: "toposort@npm:1.0.7" - checksum: 32544ffadbbcdb08784193a85c5540751884a666862cc5dc23040ebce078d110ced9b9d351b1b159deaa0d162c43f0b534e3b57449a3b8e878d07ad0dfdbea37 + checksum: 68c074586ae4ad8eb518d5b5ebee7b3ef903ace180d822b9846b52bd945b14db00c1c5e1107ed77ea48705806291a6efda95c90ff5b31ce416257cdc21461a86 languageName: node linkType: hard "traverse@npm:~0.6.6": version: 0.6.6 resolution: "traverse@npm:0.6.6" - checksum: f2bfaae69246bc1b630ad51d44be0a2a953be1650f754c299e5a05e4f00e4b493aa6c37a98410f9c2c902a21bef7f1ab10a9cdb9b9e8ee8813e1a9e95074dafd + checksum: e2afa72f11efa9ba31ed763d2d9d2aa244612f22015d16c0ea3ba5f6ca8bf071de87f8108b721885cce06ea4a36ef4605d9228c67e431d9015ea4685cb364420 languageName: node linkType: hard "tslib@npm:^1.9.0, tslib@npm:^1.9.3": version: 1.13.0 resolution: "tslib@npm:1.13.0" - checksum: 5dc3bdaea3b67c76ef4a14c28fcb2171da7bcf292fd9c59a260098729626b1ce766c52b588f08e324ed9a0c52ea8a93a815920f980d75981abc9d850fbf310fb + checksum: 50e9327361f94f328c0715582a7f725f69838ab3c2559d143643c5367262fe14552768ba8cfc65bc7dc924a619aea599b3a28b6653458cdca77bbebaf9bc8df4 languageName: node linkType: hard "tty-browserify@npm:0.0.0": version: 0.0.0 resolution: "tty-browserify@npm:0.0.0" - checksum: ef28fe256a17bac17d094e0120a042aee441efca0a44734082caa697b8326cc9888a8042b754cb6830205b65fe716960ba159597fdbcb8b53abf08ae5c9acd7f + checksum: a06f746acc419cb2527ba19b6f3bd97b4a208c03823bfb37b2982629d2effe30ebd17eaed0d7e2fc741f3c4f2a0c43455bd5fb4194354b378e78cfb7ca687f59 languageName: node linkType: hard @@ -6840,35 +6840,35 @@ fsevents@~2.1.2: dependencies: media-typer: 0.3.0 mime-types: ~2.1.24 - checksum: 20a3514f1d835c979237995129d1f8c564325301e3a8f1c732bcbe1d7fa0ca1f65994e41a79e9030d79f31e5459bb9be5c377848fcb477cb3049a661b3713d74 + checksum: 2c8e47675d55f8b4e404bcf529abdf5036c537a04c2b20177bcf78c9e3c1da69da3942b1346e6edb09e823228c0ee656ef0e033765ec39a70d496ef601a0c657 languageName: node linkType: hard "type@npm:^1.0.1": version: 1.2.0 resolution: "type@npm:1.2.0" - checksum: 1589416fd9d0a0a1bf18c62dbc7452b0f22017efd5bfc2912050bb57421b084801563ff13b3e3efd60df45590f23e1f3d27d892aeeec9b3ed142c917a4858812 + checksum: dae8c64f82c648b985caf321e9dd6e8b7f4f2e2d4f846fc6fd2c8e9dc7769382d8a52369ddbaccd59aeeceb0df7f52fb339c465be5f2e543e81e810e413451ee languageName: node linkType: hard "type@npm:^2.0.0": version: 2.0.0 resolution: "type@npm:2.0.0" - checksum: aa673b5a91fce3827f7f13fdd0b78582fa1946c493e42d4afaa5566295725630cc274069e55da48bcffe0fb6aa7d398be1e4808fd5b132eb6355db6cec3ef023 + checksum: 43f56b90e0da625c2f08f897c580d65162c16287960a0ef62c1a935743c09ddbc0ca85a4067bc79be0c215a1ee517c902af260fc7777d62a38c659d0eb43529f languageName: node linkType: hard "typedarray@npm:^0.0.6": version: 0.0.6 resolution: "typedarray@npm:0.0.6" - checksum: c9ef0176aaf32593514c31e5c6edc1db970847aff6e1f0a0570a6ac0cc996335792f394c2fcec59cc76691d22a01888ea073a2f3c6930cfcf7c519addf4e2ad7 + checksum: 33b39f3d0e8463985eeaeeacc3cb2e28bc3dfaf2a5ed219628c0b629d5d7b810b0eb2165f9f607c34871d5daa92ba1dc69f49051cf7d578b4cbd26c340b9d1b1 languageName: node linkType: hard "ua-parser-js@npm:^0.7.18": version: 0.7.21 resolution: "ua-parser-js@npm:0.7.21" - checksum: 5bd2d949e2f0befebf1e7fabde12978ea619e604e1d43a4f165c51543caf9cea5f40512734f224435e248101beffcba1153d38cfb9dc88152f13bf79e9a106ee + checksum: 5c1f523e784442ee03d859981fccd642c3825c50365148c3803e151ba19419cef0ec1c47af9ebde1cb7be211ed194d255f7e5ba659a9f1f77d3c674da7b454da languageName: node linkType: hard @@ -6880,7 +6880,7 @@ fsevents@~2.1.2: source-map: ~0.6.1 bin: uglifyjs: bin/uglifyjs - checksum: 432811d1001fa8e0a9ca4e1867300f4b95abbe80b3025185220c3982448dd2bbb0d2ec2a192002ebc88a8ba3e43d3289ff90bc6a2d2ddf02a92f218ba6bd703b + checksum: dfc61c85b0660216432e021aac6a5f3ea0331720003d4d929b95f297daceb73bc9615875ca150516b49bc57ab60d3cf32415fc006cccf20f275c806f6686da0d languageName: node linkType: hard @@ -6892,14 +6892,14 @@ fsevents@~2.1.2: get-value: ^2.0.6 is-extendable: ^0.1.1 set-value: ^2.0.1 - checksum: bd6ae611f09e98d3918ee425b0cb61987e9240672c9822cfac642b0240e7a807c802c1968e0205176d7fa91ca0bba5f625a6937b26b2269620a1402589852fd8 + checksum: a3464097d3f27f6aa90cf103ed9387541bccfc006517559381a10e0dffa62f465a9d9a09c9b9c3d26d0f4cbe61d4d010e2fbd710fd4bf1267a768ba8a774b0ba languageName: node linkType: hard "uniq@npm:^1.0.1": version: 1.0.1 resolution: "uniq@npm:1.0.1" - checksum: a5603a5b3128616f268e7695e47cd1eb8d583cf8ee1278434140cd83d2f3f98e5d65a22cf4187f0345ca8d8a0a9f1d07e1f06cb46312135ad4a6303fd28fc317 + checksum: 8206535f83745ea83f9da7035f3b983fd6ed5e35b8ed7745441944e4065b616bc67cf0d0a23a86b40ee0074426f0607f0a138f9b78e124eb6a7a6a6966055709 languageName: node linkType: hard @@ -6908,7 +6908,7 @@ fsevents@~2.1.2: resolution: "unique-filename@npm:1.1.1" dependencies: unique-slug: ^2.0.0 - checksum: 0e674206bdda0c949b4ef86b073ba614f11de6141310834a236860888e592826da988837a7277f91a943752a691c5ab7ab939a19e7c0a5d7fcf1b7265720bf86 + checksum: cf4998c9228cc7647ba7814e255dec51be43673903897b1786eff2ac2d670f54d4d733357eb08dea969aa5e6875d0e1bd391d668fbdb5a179744e7c7551a6f80 languageName: node linkType: hard @@ -6917,14 +6917,14 @@ fsevents@~2.1.2: resolution: "unique-slug@npm:2.0.2" dependencies: imurmurhash: ^0.1.4 - checksum: 3b17dabc13b3cc41897715e106d4403b88c225739e70bbb6d1142e0fb680261b20574cae133b0ac0eedcf514fc19766d6fa37411f9e9ee038daaa4ae83e7cd70 + checksum: 5b6876a645da08d505dedb970d1571f6cebdf87044cb6b740c8dbb24f0d6e1dc8bdbf46825fd09f994d7cf50760e6f6e063cfa197d51c5902c00a861702eb75a languageName: node linkType: hard "unpipe@npm:1.0.0, unpipe@npm:~1.0.0": version: 1.0.0 resolution: "unpipe@npm:1.0.0" - checksum: ba244e8bf640475b2143af95be5d71353cd4d238d63abf5dfe700c67841f066eb0819fc60dee7f2348ef647a5644a06ba024b9a0ab6d399fc07a05eb72a30ac7 + checksum: 4fa18d8d8d977c55cb09715385c203197105e10a6d220087ec819f50cb68870f02942244f1017565484237f1f8c5d3cd413631b1ae104d3096f24fdfde1b4aa2 languageName: node linkType: hard @@ -6934,21 +6934,21 @@ fsevents@~2.1.2: dependencies: has-value: ^0.3.1 isobject: ^3.0.0 - checksum: b4c4853f2744a91e9bb5ccb3dfb28f78c32310bf851f0e6b9e781d3ca5244a803632926b2af701da5f9153a03e405023cebc1f90b87711f73b5fc86b6c33efae + checksum: 5990ecf660672be2781fc9fb322543c4aa592b68ed9a3312fa4df0e9ba709d42e823af090fc8f95775b4cd2c9a5169f7388f0cec39238b6d0d55a69fc2ab6b29 languageName: node linkType: hard "upath@npm:^1.1.1": version: 1.2.0 resolution: "upath@npm:1.2.0" - checksum: ecb08ff3e7e3b152e03bceb7089e6f0077bf3494764397a301eb99a7a5cd4c593ea4d0b13a7714195ad8a3ddca9d7a5964037a1c0bc712e1ba7b67a79165a0be + checksum: 4c05c094797cb733193a0784774dbea5b1889d502fc9f0572164177e185e4a59ba7099bf0b0adf945b232e2ac60363f9bf18aac9b2206fb99cbef971a8455445 languageName: node linkType: hard "upper-case@npm:^1.1.1": version: 1.1.3 resolution: "upper-case@npm:1.1.3" - checksum: 82bfe8d6e11981608c68629de8221daf7c7e091aef9243bd7595a306beaeb9ff145afeaf003f5f1fbe1acb20de30e52421cc4564b7617375da52838da9173d19 + checksum: 991c845de75fa56e5ad983f15e58494dd77b77cadd79d273cc11e8da400067e9881ae1a52b312aed79b3d754496e2e0712e08d22eae799e35c7f9ba6f3d8a85d languageName: node linkType: hard @@ -6957,14 +6957,14 @@ fsevents@~2.1.2: resolution: "uri-js@npm:4.2.2" dependencies: punycode: ^2.1.0 - checksum: 651a49f55d6d65a15e589ed5ffa23bf99e495699e246c1c3fecbe6f232c675589fdae4e93a88608525ff130f39b6fb854c19982820813a2d94c005c11eafd7ed + checksum: 5a91c55d8ae6d9a1ff9dc1b0774888a99aae7cc6e9056c57b709275c0f6753b05cd1a9f2728a1479244b93a9f57ab37c60d277a48d9f2d032d6ae65837bf9bc7 languageName: node linkType: hard "urix@npm:^0.1.0": version: 0.1.0 resolution: "urix@npm:0.1.0" - checksum: 6bdfca4e7fb7d035537068a47a04ace1bacfa32e6b1aaf54c5a0340c83125a186d59109a19b9a3a1c1f986d3eb718b82faf9ad03d53cb99cf868068580b15b3b + checksum: 4c076ecfbf3411e888547fe844e52378ab5ada2d2f27625139011eada79925e77f7fbf0e4016d45e6a9e9adb6b7e64981bd49b22700c7c401c5fc15f423303b3 languageName: node linkType: hard @@ -6974,7 +6974,7 @@ fsevents@~2.1.2: dependencies: querystringify: ^2.1.1 requires-port: ^1.0.0 - checksum: 33c44a24b9a9e9da7f2591652dc944b6164b93ad1d3ee4eea889b396788f716bd2d6c9d0a2b3ee2e8f863bde69bacbc12c3a4b4e666506ee4c88ea7444004f95 + checksum: 3ede937508436c9685a60c90634894aaf745d75160c0092c7f36335c79563effedf1a9fe0181f98e9c5165af73ba5f8fe1dc6e274c6556ae170be01f6e54c67f languageName: node linkType: hard @@ -6984,21 +6984,21 @@ fsevents@~2.1.2: dependencies: punycode: 1.3.2 querystring: 0.2.0 - checksum: 537f785b16f873fdd2b63ccb7a61463b8e41370fdba95385b0102f3ed7b953c300d95b8755ec3b65f3e406372d47d16c3c989e196b25b70f42190da1fc36c56f + checksum: 50d100d3dd2d98b9fe3ada48cadb0b08aa6be6d3ac64112b867b56b19be4bfcba03c2a9a0d7922bfd7ac17d4834e88537749fe182430dfd9b68e520175900d90 languageName: node linkType: hard "use@npm:^3.1.0": version: 3.1.1 resolution: "use@npm:3.1.1" - checksum: 8dd3bdeeda53864c779e0fa8d799064739708f80b45d06fa48a1a6ba192dc3f9e3266d4556f223cd718d27aedfd957922152e7463c00ac46e185f8331353fb6f + checksum: 08a130289f5238fcbf8f59a18951286a6e660d17acccc9d58d9b69dfa0ee19aa038e8f95721b00b432c36d1629a9e32a464bf2e7e0ae6a244c42ddb30bdd8b33 languageName: node linkType: hard "util-deprecate@npm:^1.0.1, util-deprecate@npm:~1.0.1": version: 1.0.2 resolution: "util-deprecate@npm:1.0.2" - checksum: 73c2b1cf0210ccac300645384d8443cabbd93194117b2dc1b3bae8d8279ad39aedac857e020c4ea505e96a1045059c7359db3df6a9df0be6b8584166c9d61dc9 + checksum: 474acf1146cb2701fe3b074892217553dfcf9a031280919ba1b8d651a068c9b15d863b7303cb15bd00a862b498e6cf4ad7b4a08fb134edd5a6f7641681cb54a2 languageName: node linkType: hard @@ -7008,7 +7008,7 @@ fsevents@~2.1.2: dependencies: define-properties: ^1.1.2 object.getownpropertydescriptors: ^2.0.3 - checksum: 0dffbe1af61c9c034b5e7b411461e46c17c788d855fb02bcbf96cd0f603c086eb83160a3c878c4d69bede9a42118a7ce2b3cc05ed5a235e1c1c04c93bd5608e7 + checksum: 482e857d676adee506c5c3a10212fd6a06a51d827a9b6d5396a8e593db53b4bb7064f77c5071357d8cd76072542de5cc1c08bc6d7c10cf43fa22dc3bc67556f1 languageName: node linkType: hard @@ -7017,7 +7017,7 @@ fsevents@~2.1.2: resolution: "util@npm:0.10.3" dependencies: inherits: 2.0.1 - checksum: 05c1a09f3af90250365386331b3986c0753af1900f20279f9302409b27e9d9d3c03a9cf4efba48aae859d04348ebfe56d68f89688113f61171da9c4fbe6baaca + checksum: bd800f5d237a82caddb61723a6cbe45297d25dd258651a31335a4d5d981fd033cb4771f82db3d5d59b582b187cb69cfe727dc6f4d8d7826f686ee6c07ce611e0 languageName: node linkType: hard @@ -7026,21 +7026,21 @@ fsevents@~2.1.2: resolution: "util@npm:0.11.1" dependencies: inherits: 2.0.3 - checksum: f05afc3d9a284eff28017d8bd474d56fbd27e7a5ad81f44720341b02ae5554ac9c06d0d08034aaf537d56116624232123054e58ec3873133144bda3b521de9ef + checksum: 80bee6a2edf5ab08dcb97bfe55ca62289b4e66f762ada201f2c5104cb5e46474c8b334f6504d055c0e6a8fda10999add9bcbd81ba765e7f37b17dc767331aa55 languageName: node linkType: hard "utila@npm:^0.4.0, utila@npm:~0.4": version: 0.4.0 resolution: "utila@npm:0.4.0" - checksum: 6799b0a5666ac26fb547068e6967e51b534e290174b10ae26e500c216197b0faed9be8a12108bc408ce475ce1002c866aac2d1d4e1453dc72b441d8900f2063a + checksum: 97ffd3bd2bb80c773429d3fb8396469115cd190dded1e733f190d8b602bd0a1bcd6216b7ce3c4395ee3c79e3c879c19d268dbaae3093564cb169ad1212d436f4 languageName: node linkType: hard "utils-merge@npm:1.0.1": version: 1.0.1 resolution: "utils-merge@npm:1.0.1" - checksum: a457956ebc09efbda05da8bf213ab89140bb9dffa3c42b3315dd8fc3c45d67a1b802741f58b7bba4872113201fc275fc86470289d8bd32b74297b5e5b5980705 + checksum: c81095493225ecfc28add49c106ca4f09cdf56bc66731aa8dabc2edbbccb1e1bfe2de6a115e5c6a380d3ea166d1636410b62ef216bb07b3feb1cfde1d95d5080 languageName: node linkType: hard @@ -7049,28 +7049,28 @@ fsevents@~2.1.2: resolution: "uuid@npm:3.4.0" bin: uuid: ./bin/uuid - checksum: 1ce3f37e214d6d0dc94a6a9663a0365013ace66bc3fd5b203e6f5d2eeb978aaee1192367222386345d30b4c6a447928c501121aa84c637724bf105ef57284949 + checksum: 58de2feed61c59060b40f8203c0e4ed7fd6f99d42534a499f1741218a1dd0c129f4aa1de797bcf822c8ea5da7e4137aa3673431a96dae729047f7aca7b27866f languageName: node linkType: hard "v8-compile-cache@npm:^2.1.1": version: 2.1.1 resolution: "v8-compile-cache@npm:2.1.1" - checksum: 1290922fe1501a732155206f2d516f91bdfd7acf318542ffe2813ff06465cf49051fae7e1a40f3e0a56cf78b41f799473f6e389fec0534e4ecc62eb4105cf22f + checksum: 692f6bc698df9167cb71e5ba1232e90ab06f9da0de6723e7be33c507d1b094472d791affd94c6b1121a3259855b7438e6cb5d3b40a84fead9b74ede985a201ca languageName: node linkType: hard "vary@npm:~1.1.2": version: 1.1.2 resolution: "vary@npm:1.1.2" - checksum: 591f059f727ac1ba0d97cb7767f8583a03fcbb07db7be2b7dce838ede520ec0e958a41cb19077054769077fdc49a9b9a2dc391c83426bfee89c054b8cc7404bf + checksum: ae0123222c6df65b437669d63dfa8c36cee20a504101b2fcd97b8bf76f91259c17f9f2b4d70a1e3c6bbcee7f51b28392833adb6b2770b23b01abec84e369660b languageName: node linkType: hard "vm-browserify@npm:^1.0.1": version: 1.1.2 resolution: "vm-browserify@npm:1.1.2" - checksum: fc571a62d2cf797ae8773ebb3cb0d2bea50ed02059e128dd9087975929fce4c80a6485ce1aaf7d44ef69db99dfdcde50b6be5d5eb73b296660d761c32fb544fe + checksum: 10a1c50aab54ff8b4c9042c15fc64aefccce8d2fb90c0640403242db0ee7fb269f9b102bdb69cfb435d7ef3180d61fd4fb004a043a12709abaf9056cfd7e039d languageName: node linkType: hard @@ -7079,7 +7079,7 @@ fsevents@~2.1.2: resolution: "watchpack-chokidar2@npm:2.0.0" dependencies: chokidar: ^2.1.8 - checksum: 1ef78773db2e712d2ad8b2b36f448df9e8f891c003414671aa5fd32fab5649784c20fa82a2cdb6973145a5c31b817e4e181de2812a484d27f25af2fb3146c379 + checksum: b91c3445dad37a42abd04dafcf4453b7787a06490187a91be3d0ed7b0f04f36ff1474e4cedc316d2a2c00640b44b8db1d22e2382e45e46262740a84c88d3e8ae languageName: node linkType: hard @@ -7096,7 +7096,7 @@ fsevents@~2.1.2: optional: true watchpack-chokidar2: optional: true - checksum: a9d630dd29279b91bb1b1dd319e9142f13906e8cc973c860e0662828cff84e2a3235a66da62759cb4f12dc76a6f672760e62b2c8a6406ff80d5e4977b5717e83 + checksum: 2275c59a33f4dadbee7005948ea547bc6e67ff878109863dc8842be48112fe7f2a91a8ffcb7e56f3b16c2d8e0d8cd3eefa56787f3030a08b89346c3665daa17f languageName: node linkType: hard @@ -7105,7 +7105,7 @@ fsevents@~2.1.2: resolution: "wbuf@npm:1.7.3" dependencies: minimalistic-assert: ^1.0.0 - checksum: 5916a49cb25fc8c70e4e7eb2d01955061132687a79879292fbdee632952f368c12bc5a641d0404794dbc0e3563f8b6e74dda04467b3e96be8bcd0b919bd47a8c + checksum: 2abc306c96930b757972a1c4650eb6b25b5d99f24088714957f88629e137db569368c5de0e57986c89ea70db2f1df9bba11a87cb6d0c8694b6f53a0159fab3bf languageName: node linkType: hard @@ -7128,7 +7128,7 @@ fsevents@~2.1.2: webpack: 4.x.x bin: webpack-cli: bin/cli.js - checksum: 8a195df0eb7006ce1f7e6e87b74f5b2e533e03faf13c594de99fd7cf239652c2618fa22065556afdb454f45ecfd704ffa3e36bf406fe10ce9691970ed04c2ca7 + checksum: 3097084e7b141b63cb999dcd949703d4f7f88c7c78814645c05dbccdd0b0027805fe5b11eb9710d0fae9727fdf4543aa59e707a7be58960673983a6b7fdc8500 languageName: node linkType: hard @@ -7143,7 +7143,7 @@ fsevents@~2.1.2: webpack-log: ^2.0.0 peerDependencies: webpack: ^4.0.0 - checksum: 88480e7d7f8116f2a992a4f4b3ca5f2ce93e11edbedd029858f43a789109fcd001bad9fcf34df7bb0e8cb33d342205a789abafd6f6315e9fc54bc436e6caa78f + checksum: d7320d7a8c65fa1af702c5b723ffb4e55219f340025ced17871e3d2e8f3a7cde3ad505cfd1572d31955d7d972bf3d29e7007577e28bad8d469dc3d5c64d30b74 languageName: node linkType: hard @@ -7191,7 +7191,7 @@ fsevents@~2.1.2: optional: true bin: webpack-dev-server: bin/webpack-dev-server.js - checksum: 1d3445745634cee36df9a01edcb8ed56eadd647a0d72751e8646c038c4d76f40194b841f97ed819971988f85c5b531c571cc776288011ffafd201c9f3ccd444d + checksum: d0f9519d53ef05c87030654b66455b984adc065ca29c1b7ca75d70dc6e7a818a643b2a8613ad014a916c9be52df54fe0dede4f0a7bc638b8c73088d7710e7e0a languageName: node linkType: hard @@ -7201,7 +7201,7 @@ fsevents@~2.1.2: dependencies: ansi-colors: ^3.0.0 uuid: ^3.3.2 - checksum: 250db04c41e278aa15a4f452808ef32ca8eca0f7df9d4c7c28b3d94e45d2649fbeb90a0adbee1c675447209b6a35136e13c1fb31476c3ca81c972bb41f0535bb + checksum: 4757179310995e20633ec2d77a8c1ac11e4135c84745f57148692f8195f1c0f8ec122c77d0dc16fc484b7d301df6674f36c9fc6b1ff06b5cf142abaaf5d24f4f languageName: node linkType: hard @@ -7211,7 +7211,7 @@ fsevents@~2.1.2: dependencies: source-list-map: ^2.0.0 source-map: ~0.6.1 - checksum: 2a753b36adf0ddd4dadf6ff375824108a918d180c4ea5383b377526f543e6db0c1ecd40b4154bae8e94c4b209b7814d764879691a468fe230ef9eb32b27fdde4 + checksum: 37463dad8d08114930f4bc4882a9602941f07c9f0efa9b6bc78738cd936275b990a596d801ef450d022bb005b109b9f451dd087db2f3c9baf53e8e22cf388f79 languageName: node linkType: hard @@ -7244,7 +7244,7 @@ fsevents@~2.1.2: webpack-sources: ^1.4.1 bin: webpack: bin/webpack.js - checksum: 9f1e6375ba28368b4a0d02a0807aa4e148b101244d7ab698c99ac478e3043cdacf7d7c89aa7d4af9549509be7d23878ef863bd6a9540e89a18dd2c04e82e2b4f + checksum: d665115be94b2e3372e6efb9c1df6a1c5711fc78fc23f98cb49fce78e032b752c0f844ce9f56466c9cc16ed88eadaba9ce50e6e1c70b17a9735977e1ea20ecbb languageName: node linkType: hard @@ -7253,7 +7253,7 @@ fsevents@~2.1.2: resolution: "websocket-driver@npm:0.6.5" dependencies: websocket-extensions: ">=0.1.1" - checksum: 1169a0ecccf514a98abc54a1b9c9aa56ef662e9169336cc4bc684c4f95a52b93f499d52d2b2f1eb7ccae79dcc41d6cfe8bf9b4cf05f4c69756d7c75fa53d312f + checksum: f9feb459d9abea0bffce618c1c29b73fcddfaefdd2fc0d7348218628dd78eaf57b5c616364e0ec53917f48e33976a8bb6b604fa649b9b63210f265613e090271 languageName: node linkType: hard @@ -7264,28 +7264,28 @@ fsevents@~2.1.2: http-parser-js: ">=0.5.1" safe-buffer: ">=5.1.0" websocket-extensions: ">=0.1.1" - checksum: 9627c9fc5b02bc3ac48e14f2819aa62d005dff429b996ae3416c58150eb4373ecef301c68875bc16d056e8701dc91306f3b6b00536ae551af3828f114ab66b41 + checksum: fffe5a33fe8eceafd21d2a065661d09e38b93877eae1de6ab5d7d2734c6ed243973beae10ae48c6613cfd675f200e5a058d1e3531bc9e6c5d4f1396ff1f0bfb9 languageName: node linkType: hard "websocket-extensions@npm:>=0.1.1": version: 0.1.4 resolution: "websocket-extensions@npm:0.1.4" - checksum: bbafc0ffa1c6f54606aac88ce366c6a0d72c7827291f40c15a1c325f9f4abe7f7176ab844dd43eab4f07276d9e748dd241d671874c4a0df5cbb0fbed133908dc + checksum: 5976835e68a86afcd64c7a9762ed85f2f27d48c488c707e67ba85e717b90fa066b98ab33c744d64255c9622d349eedecf728e65a5f921da71b58d0e9591b9038 languageName: node linkType: hard "whatwg-fetch@npm:>=0.10.0": version: 3.2.0 resolution: "whatwg-fetch@npm:3.2.0" - checksum: 17ecf86ef5bca61031376dda7a71d73686b8e726d4e01515d586dfa165d9fed743c01759bb399b918c9ee9377f18d966ac4c007c28599e0f4fc3d15e1e273b7f + checksum: 03b88e4ab0085054e7002d2c7de9436cab1dc27b73ad5e0a0a803b720f5fa0c2160b77d53e07c2aced486061aaac7fe14bfef522529c8a7cbc610710e1186a50 languageName: node linkType: hard "which-module@npm:^2.0.0": version: 2.0.0 resolution: "which-module@npm:2.0.0" - checksum: 3d2107ab18c3c2a0ffa4f1a2a0a8862d0bb3fd5c72b10df9cbd75a15b496533bf4c4dc6fa65cefba6fdb8af7935ffb939ef4c8f2eb7835b03d1b93680e9101e9 + checksum: 809f7fd3dfcb2cdbe0180b60d68100c88785084f8f9492b0998c051d7a8efe56784492609d3f09ac161635b78ea29219eb1418a98c15ce87d085bce905705c9c languageName: node linkType: hard @@ -7296,7 +7296,7 @@ fsevents@~2.1.2: isexe: ^2.0.0 bin: which: ./bin/which - checksum: 298d95f9c185c4da22c1bfb1fdfa37c2ba56df8a6b98706ab361bf31a7d3a4845afaecfc48d4de7a259048842b5f2977f51b56f5c06c1f6a83dcf5a9e3de634a + checksum: f2e185c6242244b8426c9df1510e86629192d93c1a986a7d2a591f2c24869e7ffd03d6dac07ca863b2e4c06f59a4cc9916c585b72ee9fa1aa609d0124df15e04 languageName: node linkType: hard @@ -7307,7 +7307,7 @@ fsevents@~2.1.2: isexe: ^2.0.0 bin: node-which: ./bin/node-which - checksum: ea9b1db1266b08f7880717cf70dd9012dd523e5a317f10fbe4d5e8c1a761c5fd237f88642f2ba33b23f973ff4002c9b26648d63084ab208d8ecef36497315f6e + checksum: 1a5c563d3c1b52d5f893c8b61afe11abc3bab4afac492e8da5bde69d550de701cf9806235f20a47b5c8fa8a1d6a9135841de2596535e998027a54589000e66d1 languageName: node linkType: hard @@ -7316,7 +7316,7 @@ fsevents@~2.1.2: resolution: "wide-align@npm:1.1.3" dependencies: string-width: ^1.0.2 || 2 - checksum: 4f850f84da84b7471d7b92f55e381e7ba286210470fe77a61e02464ef66d10e96057a0d137bc013fbbedb7363a26e79c0e8b21d99bb572467d3fee0465b8fd27 + checksum: d09c8012652a9e6cab3e82338d1874a4d7db2ad1bd19ab43eb744acf0b9b5632ec406bdbbbb970a8f4771a7d5ef49824d038ba70aa884e7723f5b090ab87134d languageName: node linkType: hard @@ -7325,7 +7325,7 @@ fsevents@~2.1.2: resolution: "worker-farm@npm:1.7.0" dependencies: errno: ~0.1.7 - checksum: ef76a6892bdf6a4231e6d657c13e2e960278535915d6235d9e0e3e23b65da94a56e5bed17ac5fda282370601d4cd18f4cba9552aa52f4fa9a25cc9fd3fcf58a9 + checksum: eab917530e1feddf157ec749e9c91b73a886142daa7fdf3490bccbf7b548b2576c43ab8d0a98e72ac755cbc101ca8647a7b1ff2485fddb9e8f53c40c77f5a719 languageName: node linkType: hard @@ -7336,14 +7336,14 @@ fsevents@~2.1.2: ansi-styles: ^3.2.0 string-width: ^3.0.0 strip-ansi: ^5.0.0 - checksum: 9622c3aa2742645e9a6941d297436a433c65ffe1b1416578ad56e0df657716bda6857401c5c9cc485c0abbc04e852aafedf295d87e2d6ec58a01799d6bcb2fdf + checksum: 9b48c862220e541eb0daa22661b38b947973fc57054e91be5b0f2dcc77741a6875ccab4ebe970a394b4682c8dfc17e888266a105fb8b0a9b23c19245e781ceae languageName: node linkType: hard "wrappy@npm:1": version: 1.0.2 resolution: "wrappy@npm:1.0.2" - checksum: 519fcda0fcdf0c16327be2de9d98646742307bc830277e8868529fcf7566f2b330a6453c233e0cdcb767d5838dd61a90984a02ecc983bcddebea5ad0833bbf98 + checksum: 159da4805f7e84a3d003d8841557196034155008f817172d4e986bd591f74aa82aa7db55929a54222309e01079a65a92a9e6414da5a6aa4b01ee44a511ac3ee5 languageName: node linkType: hard @@ -7352,7 +7352,7 @@ fsevents@~2.1.2: resolution: "ws@npm:6.2.1" dependencies: async-limiter: ~1.0.0 - checksum: 35d32b09e28f799f04708c3a7bd9eff469ae63e60543d7e18335f28689228a42ee21210f48de680aad6e5317df76b5b1183d1a1ea4b4d14cb6e0943528f40e76 + checksum: 82f7512bb74ad6e94002b5016944aee2aeefd1c480477b5f55a03ee010d4a1bd5bb4a688e07695f0a727227a0591a1a7c70e31f97baad826e3c48f85be4db6a9 languageName: node linkType: hard @@ -7361,42 +7361,42 @@ fsevents@~2.1.2: resolution: "xml-but-prettier@npm:1.0.1" dependencies: repeat-string: ^1.5.2 - checksum: 4df0ea631c38ecd54c9e626c4eed5485af3120899011fcf17adea29eff2f4fab83a7ef75024dc5b488302c2c7025ff13c6bc7f0a693d010d8debd8fa31efdf94 + checksum: 66b400079d8f2b2a149d437d94a1286318fb80a4c181a9597282711b595de15640b0066a72a4a7093afce6369798dc9725d5c2338bde59ba1a33fd7f5e753635 languageName: node linkType: hard "xtend@npm:^4.0.0, xtend@npm:~4.0.1": version: 4.0.2 resolution: "xtend@npm:4.0.2" - checksum: 37ee522a3e9fb9b143a400c30b21dc122aa8c9c9411c6afae1005a4617dc20a21765c114d544e37a6bb60c2733dd8ee0a44ed9e80d884ac78cccd30b5e0ab0da + checksum: ac5dfa738b21f6e7f0dd6e65e1b3155036d68104e67e5d5d1bde74892e327d7e5636a076f625599dc394330a731861e87343ff184b0047fef1360a7ec0a5a36a languageName: node linkType: hard "y18n@npm:^4.0.0": version: 4.0.1 resolution: "y18n@npm:4.0.1" - checksum: e589620d8d668d696e74730a83731a36a8d782c50379386b142e5b8287388a6ebaf28528e84201c68c206629faed71362c79b201b398eb0c69aa1737635678dd + checksum: b31f20cda288a92558e076ed29f5202b60ec41e5a1ddc3368464a6365038f5da6dcd9b30ee0e36c8cd8d354a7eae33d78236191d8b744d1c5199c7fd1f67f055 languageName: node linkType: hard "yallist@npm:^2.1.2": version: 2.1.2 resolution: "yallist@npm:2.1.2" - checksum: f83e3d18eeba68a0276be2ab09260be3f2a300307e84b1565c620ef71f03f106c3df9bec4c3a91e5fa621a038f8826c19b3786804d3795dd4f999e5b6be66ea3 + checksum: 9ba99409209f485b6fcb970330908a6d41fa1c933f75e08250316cce19383179a6b70a7e0721b89672ebb6199cc377bf3e432f55100da6a7d6e11902b0a642cb languageName: node linkType: hard "yallist@npm:^3.0.2": version: 3.1.1 resolution: "yallist@npm:3.1.1" - checksum: f352c93b92f601bb0399210bca37272e669c961e9bd886bac545380598765cbfdfb4f166e7b6c57ca4ec8a5af4ab3fa0fd78a47f9a7d655a3d580ff0fc9e7d79 + checksum: 48f7bb00dc19fc635a13a39fe547f527b10c9290e7b3e836b9a8f1ca04d4d342e85714416b3c2ab74949c9c66f9cebb0473e6bc353b79035356103b47641285d languageName: node linkType: hard "yallist@npm:^4.0.0": version: 4.0.0 resolution: "yallist@npm:4.0.0" - checksum: a2960ef879af6ee67a76cae29bac9d8bffeb6e9e366c217dbd21464e7fce071933705544724f47e90ba5209cf9c83c17d5582dd04415d86747a826b2a231efb8 + checksum: 343617202af32df2a15a3be36a5a8c0c8545208f3d3dfbc6bb7c3e3b7e8c6f8e7485432e4f3b88da3031a6e20afa7c711eded32ddfb122896ac5d914e75848d5 languageName: node linkType: hard @@ -7405,7 +7405,7 @@ fsevents@~2.1.2: resolution: "yaml-loader@npm:0.5.0" dependencies: js-yaml: ^3.5.2 - checksum: cff5de7bb4a410b8be27fb22aa1c8ffd990fa1d5531dc4e040207bc4f22a2674290c09fa183d461f91356d702c2edd8324550f0a062a952d4f71f6cdc2aa8baa + checksum: bcca4c806e3f6e6ec1e2b4e33e7b382c57146c36c25619d9a72609b3bda210d06122222b9e0059406901fbf11399c321728124f6f2ba1f93c490af7edf205535 languageName: node linkType: hard @@ -7415,7 +7415,7 @@ fsevents@~2.1.2: dependencies: camelcase: ^5.0.0 decamelize: ^1.2.0 - checksum: 82d3b7ab99085d70a5121399ad407d2b98d296538bf7012ac2ce044a61160ca891ea617de6374699d81955d9a61c36a3b2a6a51588e38f710bd211ce2e63c33c + checksum: c8bb6f44d39a4acd94462e96d4e85469df865de6f4326e0ab1ac23ae4a835e5dd2ddfe588317ebf80c3a7e37e741bd5cb0dc8d92bcc5812baefb7df7c885e86b languageName: node linkType: hard @@ -7433,13 +7433,13 @@ fsevents@~2.1.2: which-module: ^2.0.0 y18n: ^4.0.0 yargs-parser: ^13.1.2 - checksum: 92c612cd14a9217d7421ae4f42bc7c460472633bfc2e45f7f86cd614a61a845670d3bac7c2228c39df7fcecce0b8c12b2af65c785b1f757de974dcf84b5074f9 + checksum: 75c13e837eb2bb25717957ba58d277e864efc0cca7f945c98bdf6477e6ec2f9be6afa9ed8a876b251a21423500c148d7b91e88dee7adea6029bdec97af1ef3e8 languageName: node linkType: hard "zenscroll@npm:^4.0.2": version: 4.0.2 resolution: "zenscroll@npm:4.0.2" - checksum: 97a52dceee8beb4ece38de73aebe53af84d9009e54bba02a2a940479dad9a73665425530cc9e93937e3d7dccdca3cd6b03f5993bae02eb8148c8c2a70ba3678e + checksum: 5fe5c8b685246985cbb8eb270bbbac013bddaf5cde0fb9042c7b5640e31877d11a28892a802426659fe505b0b514d4d004fedd27c0cc22682611cc8f9e43132e languageName: node linkType: hard diff --git a/package.json b/package.json index 0b5b6ae0c..80370d099 100644 --- a/package.json +++ b/package.json @@ -46,11 +46,11 @@ "test:init-e2e-tests:westend": "python3 ./scripts/run_chain_tests.py --chain westend" }, "dependencies": { - "@polkadot/api": "^5.0.1", - "@polkadot/apps-config": "0.94.2-72", - "@polkadot/util-crypto": "^7.0.1", + "@polkadot/api": "^5.1.1", + "@polkadot/apps-config": "0.94.2-79", + "@polkadot/util-crypto": "^7.0.2", "@polkadot/x-rxjs": "^6.11.1", - "@substrate/calc": "^0.2.1", + "@substrate/calc": "^0.2.2", "confmgr": "^1.0.6", "express": "^4.17.1", "express-winston": "^4.1.0", @@ -71,15 +71,15 @@ "tsc-watch": "^4.4.0" }, "resolutions": { - "@polkadot/api": "^5.0.1", - "@polkadot/api-contract": "^5.0.1", - "@polkadot/hw-ledger": "^7.0.1", - "@polkadot/keyring": "^7.0.1", - "@polkadot/networks": "^7.0.1", - "@polkadot/phishing": "^0.6.222", - "@polkadot/types": "^5.0.1", - "@polkadot/util": "^7.0.1", - "@polkadot/util-crypto": "^7.0.1", + "@polkadot/api": "^5.1.1", + "@polkadot/api-contract": "^5.1.1", + "@polkadot/hw-ledger": "^7.0.2", + "@polkadot/keyring": "^7.0.2", + "@polkadot/networks": "^7.0.2", + "@polkadot/phishing": "^0.6.231", + "@polkadot/types": "^5.1.1", + "@polkadot/util": "^7.0.2", + "@polkadot/util-crypto": "^7.0.2", "@polkadot/wasm-crypto": "^4.1.2", "node-forge": ">=0.10.0", "node-fetch": ">=2.6.1", diff --git a/src/services/blocks/BlocksService.ts b/src/services/blocks/BlocksService.ts index 6d9edf898..3d801a966 100644 --- a/src/services/blocks/BlocksService.ts +++ b/src/services/blocks/BlocksService.ts @@ -351,7 +351,7 @@ export class BlocksService extends AbstractService { // we set to false if !isSigned because unsigned never pays a fee paysFee: isSigned ? null : false, docs: extrinsicDocs - ? this.sanitizeDocs(extrinsic.meta.documentation) + ? this.sanitizeDocs(extrinsic.meta.docs) : undefined, }; }); @@ -384,9 +384,7 @@ export class BlocksService extends AbstractService { method: event.method, }, data: event.data, - docs: eventDocs - ? this.sanitizeDocs(event.data.meta.documentation) - : undefined, + docs: eventDocs ? this.sanitizeDocs(event.data.meta.docs) : undefined, }; if (phase.isApplyExtrinsic) { diff --git a/src/services/pallets/PalletsStorageService.ts b/src/services/pallets/PalletsStorageService.ts index 4a68670cb..f4e707839 100644 --- a/src/services/pallets/PalletsStorageService.ts +++ b/src/services/pallets/PalletsStorageService.ts @@ -116,9 +116,7 @@ export class PalletsStorageService extends AbstractService { storageItemMeta ) as unknown as ISanitizedStorageItemMetadata; - normalizedStorageItemMeta.documentation = this.sanitizeDocs( - storageItemMeta.documentation - ); + normalizedStorageItemMeta.docs = this.sanitizeDocs(storageItemMeta.docs); return normalizedStorageItemMeta; } diff --git a/src/services/test-helpers/responses/pallets/fetchStorage789629.json b/src/services/test-helpers/responses/pallets/fetchStorage789629.json index 7151bc3f8..6cc91f592 100644 --- a/src/services/test-helpers/responses/pallets/fetchStorage789629.json +++ b/src/services/test-helpers/responses/pallets/fetchStorage789629.json @@ -13,7 +13,7 @@ "plain": "PropIndex" }, "fallback": "0x00000000", - "documentation": " The number of (public) proposals that have been made so far." + "docs": " The number of (public) proposals that have been made so far." }, { "name": "PublicProps", @@ -22,7 +22,7 @@ "plain": "Vec<(PropIndex,Hash,AccountId)>" }, "fallback": "0x00", - "documentation": " The public proposals. Unsorted. The second item is the proposal's hash." + "docs": " The public proposals. Unsorted. The second item is the proposal's hash." }, { "name": "DepositOf", @@ -36,7 +36,7 @@ } }, "fallback": "0x00", - "documentation": " Those who have locked a deposit.\n\n TWOX-NOTE: Safe, as increasing integer keys are safe." + "docs": " Those who have locked a deposit.\n\n TWOX-NOTE: Safe, as increasing integer keys are safe." }, { "name": "Preimages", @@ -50,7 +50,7 @@ } }, "fallback": "0x00", - "documentation": " Map of hashes to the proposal preimage, along with who registered it and their deposit.\n The block number is the block at which it was deposited." + "docs": " Map of hashes to the proposal preimage, along with who registered it and their deposit.\n The block number is the block at which it was deposited." }, { "name": "ReferendumCount", @@ -59,7 +59,7 @@ "plain": "ReferendumIndex" }, "fallback": "0x00000000", - "documentation": " The next free referendum index, aka the number of referenda started so far." + "docs": " The next free referendum index, aka the number of referenda started so far." }, { "name": "LowestUnbaked", @@ -68,7 +68,7 @@ "plain": "ReferendumIndex" }, "fallback": "0x00000000", - "documentation": " The lowest referendum index representing an unbaked referendum. Equal to\n `ReferendumCount` if there isn't a unbaked referendum." + "docs": " The lowest referendum index representing an unbaked referendum. Equal to\n `ReferendumCount` if there isn't a unbaked referendum." }, { "name": "ReferendumInfoOf", @@ -82,7 +82,7 @@ } }, "fallback": "0x00", - "documentation": " Information concerning any given referendum.\n\n TWOX-NOTE: SAFE as indexes are not under an attacker’s control." + "docs": " Information concerning any given referendum.\n\n TWOX-NOTE: SAFE as indexes are not under an attacker’s control." }, { "name": "VotingOf", @@ -96,7 +96,7 @@ } }, "fallback": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "documentation": " All votes for a particular voter. We store the balance for the number of votes that we\n have recorded. The second item is the total amount of delegations, that will be added.\n\n TWOX-NOTE: SAFE as `AccountId`s are crypto hashes anyway." + "docs": " All votes for a particular voter. We store the balance for the number of votes that we\n have recorded. The second item is the total amount of delegations, that will be added.\n\n TWOX-NOTE: SAFE as `AccountId`s are crypto hashes anyway." }, { "name": "Locks", @@ -110,7 +110,7 @@ } }, "fallback": "0x00", - "documentation": " Accounts for which there are locks in action which may be removed at some point in the\n future. The value is the block number at which the lock expires and may be removed.\n\n TWOX-NOTE: OK ― `AccountId` is a secure hash." + "docs": " Accounts for which there are locks in action which may be removed at some point in the\n future. The value is the block number at which the lock expires and may be removed.\n\n TWOX-NOTE: OK ― `AccountId` is a secure hash." }, { "name": "LastTabledWasExternal", @@ -119,7 +119,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": " True if the last referendum tabled was submitted externally. False if it was a public\n proposal." + "docs": " True if the last referendum tabled was submitted externally. False if it was a public\n proposal." }, { "name": "NextExternal", @@ -128,7 +128,7 @@ "plain": "(Hash,VoteThreshold)" }, "fallback": "0x00", - "documentation": " The referendum to be tabled whenever it would be valid to table an external proposal.\n This happens when a referendum needs to be tabled and one of two conditions are met:\n - `LastTabledWasExternal` is `false`; or\n - `PublicProps` is empty." + "docs": " The referendum to be tabled whenever it would be valid to table an external proposal.\n This happens when a referendum needs to be tabled and one of two conditions are met:\n - `LastTabledWasExternal` is `false`; or\n - `PublicProps` is empty." }, { "name": "Blacklist", @@ -142,7 +142,7 @@ } }, "fallback": "0x00", - "documentation": " A record of who vetoed what. Maps proposal hash to a possible existent block number\n (until when it may not be resubmitted) and who vetoed it." + "docs": " A record of who vetoed what. Maps proposal hash to a possible existent block number\n (until when it may not be resubmitted) and who vetoed it." }, { "name": "Cancellations", @@ -156,7 +156,7 @@ } }, "fallback": "0x00", - "documentation": " Record of all proposals that have been subject to emergency cancellation." + "docs": " Record of all proposals that have been subject to emergency cancellation." }, { "name": "StorageVersion", @@ -165,7 +165,7 @@ "plain": "Releases" }, "fallback": "0x00", - "documentation": " Storage version of the pallet.\n\n New networks start with last version." + "docs": " Storage version of the pallet.\n\n New networks start with last version." } ] } \ No newline at end of file diff --git a/src/services/test-helpers/responses/runtime/metadata789629.json b/src/services/test-helpers/responses/runtime/metadata789629.json index e5638827d..57b5704f9 100644 --- a/src/services/test-helpers/responses/runtime/metadata789629.json +++ b/src/services/test-helpers/responses/runtime/metadata789629.json @@ -20,7 +20,7 @@ } }, "fallback": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " The full account information for a particular account ID." ] }, @@ -31,7 +31,7 @@ "plain": "u32" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Total extrinsics count for the current block." ] }, @@ -42,7 +42,7 @@ "plain": "ExtrinsicsWeight" }, "fallback": "0x00000000000000000000000000000000", - "documentation": [ + "docs": [ " The current weight for the block." ] }, @@ -53,7 +53,7 @@ "plain": "u32" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Total length (in bytes) for all extrinsics put together, for the current block." ] }, @@ -69,7 +69,7 @@ } }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Map of block numbers to block hashes." ] }, @@ -85,7 +85,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Extrinsics data for the current block (maps an extrinsic's index to its data)." ] }, @@ -96,7 +96,7 @@ "plain": "BlockNumber" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The current block number being processed. Set by `execute_block`." ] }, @@ -107,7 +107,7 @@ "plain": "Hash" }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Hash of the previous block." ] }, @@ -118,7 +118,7 @@ "plain": "Hash" }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Extrinsics root of the current block, also part of the block header." ] }, @@ -129,7 +129,7 @@ "plain": "DigestOf" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Digest of the current block, also part of the block header." ] }, @@ -140,7 +140,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Events deposited for the current block." ] }, @@ -151,7 +151,7 @@ "plain": "EventIndex" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The number of events in the `Events` list." ] }, @@ -167,7 +167,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Mapping between a topic (represented by T::Hash) and a vector of indexes", " of events in the `>` list.", "", @@ -187,7 +187,7 @@ "plain": "LastRuntimeUpgradeInfo" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Stores the `spec_version` and `spec_name` of when the last runtime upgrade happened." ] }, @@ -198,7 +198,7 @@ "plain": "Phase" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The execution phase of the block." ] } @@ -213,7 +213,7 @@ "type": "Perbill" } ], - "documentation": [ + "docs": [ " A dispatch that will fill the block weight up to the given ratio." ] }, @@ -225,7 +225,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Make some on-chain remark.", "", " # ", @@ -243,7 +243,7 @@ "type": "u64" } ], - "documentation": [ + "docs": [ " Set the number of pages in the WebAssembly environment's heap.", "", " # ", @@ -262,7 +262,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Set the new runtime code.", "", " # ", @@ -283,7 +283,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Set the new runtime code without doing any checks of the given `code`.", "", " # ", @@ -302,7 +302,7 @@ "type": "Option" } ], - "documentation": [ + "docs": [ " Set the new changes trie configuration.", "", " # ", @@ -323,7 +323,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Set some items of storage.", "", " # ", @@ -342,7 +342,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Kill some items from storage.", "", " # ", @@ -365,7 +365,7 @@ "type": "u32" } ], - "documentation": [ + "docs": [ " Kill all storage items with a key that starts with the given prefix.", "", " **NOTE:** We rely on the Root origin to provide us the number of subkeys under", @@ -382,7 +382,7 @@ { "name": "suicide", "args": [], - "documentation": [ + "docs": [ " Kill the sending account, assuming there are no references outstanding and the composite", " data is equal to its default value.", "", @@ -402,7 +402,7 @@ "args": [ "DispatchInfo" ], - "documentation": [ + "docs": [ " An extrinsic completed successfully. [info]" ] }, @@ -412,14 +412,14 @@ "DispatchError", "DispatchInfo" ], - "documentation": [ + "docs": [ " An extrinsic failed. [error, info]" ] }, { "name": "CodeUpdated", "args": [], - "documentation": [ + "docs": [ " `:code` was updated." ] }, @@ -428,7 +428,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " A new [account] was created." ] }, @@ -437,7 +437,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " An [account] was reaped." ] } @@ -447,7 +447,7 @@ "name": "BlockHashCount", "type": "BlockNumber", "value": "0x60090000", - "documentation": [ + "docs": [ " The maximum number of blocks to allow in mortal eras." ] }, @@ -455,7 +455,7 @@ "name": "MaximumBlockWeight", "type": "Weight", "value": "0x00204aa9d1010000", - "documentation": [ + "docs": [ " The maximum weight of a block." ] }, @@ -463,7 +463,7 @@ "name": "DbWeight", "type": "RuntimeDbWeight", "value": "0x40787d010000000000e1f50500000000", - "documentation": [ + "docs": [ " The weight of runtime database operations the runtime can invoke." ] }, @@ -471,7 +471,7 @@ "name": "BlockExecutionWeight", "type": "Weight", "value": "0x00f2052a01000000", - "documentation": [ + "docs": [ " The base weight of executing a block, independent of the transactions in the block." ] }, @@ -479,7 +479,7 @@ "name": "ExtrinsicBaseWeight", "type": "Weight", "value": "0x4059730700000000", - "documentation": [ + "docs": [ " The base weight of an Extrinsic in the block, independent of the of extrinsic being executed." ] }, @@ -487,7 +487,7 @@ "name": "MaximumBlockLength", "type": "u32", "value": "0x00005000", - "documentation": [ + "docs": [ " The maximum length of a block (in bytes)." ] } @@ -495,21 +495,21 @@ "errors": [ { "name": "InvalidSpecName", - "documentation": [ + "docs": [ " The name of specification does not match between the current runtime", " and the new runtime." ] }, { "name": "SpecVersionNeedsToIncrease", - "documentation": [ + "docs": [ " The specification version is not allowed to decrease between the current runtime", " and the new runtime." ] }, { "name": "FailedToExtractRuntimeVersion", - "documentation": [ + "docs": [ " Failed to extract the runtime version from the new runtime.", "", " Either calling `Core_version` or decoding `RuntimeVersion` failed." @@ -517,13 +517,13 @@ }, { "name": "NonDefaultComposite", - "documentation": [ + "docs": [ " Suicide called when the account has non-default composite data." ] }, { "name": "NonZeroRefCount", - "documentation": [ + "docs": [ " There is a non-zero reference count preventing the account from being purged." ] } @@ -541,7 +541,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Series of block headers from the last 81 blocks that acts as random seed material. This", " is arranged as a ring buffer with `block_number % 81` being the index into the `Vec` of", " the oldest hash." @@ -571,7 +571,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Items to be executed, indexed by the block number that they should be executed on." ] }, @@ -587,7 +587,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Lookup from identity to the block number and index of the task." ] }, @@ -598,7 +598,7 @@ "plain": "Releases" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Storage version of the pallet.", "", " New networks start with last version." @@ -627,7 +627,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Anonymously schedule a task.", "", " # ", @@ -652,7 +652,7 @@ "type": "u32" } ], - "documentation": [ + "docs": [ " Cancel an anonymously scheduled task.", "", " # ", @@ -689,7 +689,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Schedule a named task.", "", " # ", @@ -710,7 +710,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Cancel a named scheduled task.", "", " # ", @@ -743,7 +743,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Anonymously schedule a task after a delay.", "", " # ", @@ -775,7 +775,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Schedule a named task after a delay.", "", " # ", @@ -791,7 +791,7 @@ "BlockNumber", "u32" ], - "documentation": [ + "docs": [ " Scheduled some task. [when, index]" ] }, @@ -801,7 +801,7 @@ "BlockNumber", "u32" ], - "documentation": [ + "docs": [ " Canceled some task. [when, index]" ] }, @@ -812,7 +812,7 @@ "Option", "DispatchResult" ], - "documentation": [ + "docs": [ " Dispatched some task. [task, id, result]" ] } @@ -821,19 +821,19 @@ "errors": [ { "name": "FailedToSchedule", - "documentation": [ + "docs": [ " Failed to schedule a call" ] }, { "name": "FailedToCancel", - "documentation": [ + "docs": [ " Failed to cancel a scheduled call" ] }, { "name": "TargetBlockNumberInPast", - "documentation": [ + "docs": [ " Given target block number is in the past." ] } @@ -851,7 +851,7 @@ "plain": "u64" }, "fallback": "0x0000000000000000", - "documentation": [ + "docs": [ " Current epoch index." ] }, @@ -862,7 +862,7 @@ "plain": "Vec<(AuthorityId,BabeAuthorityWeight)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Current epoch authorities." ] }, @@ -873,7 +873,7 @@ "plain": "u64" }, "fallback": "0x0000000000000000", - "documentation": [ + "docs": [ " The slot at which the first epoch actually started. This is 0", " until the first block of the chain." ] @@ -885,7 +885,7 @@ "plain": "u64" }, "fallback": "0x0000000000000000", - "documentation": [ + "docs": [ " Current slot number." ] }, @@ -896,7 +896,7 @@ "plain": "Randomness" }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " The epoch randomness for the *current* epoch.", "", " # Security", @@ -916,7 +916,7 @@ "plain": "NextConfigDescriptor" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Next epoch configuration, if changed." ] }, @@ -927,7 +927,7 @@ "plain": "Randomness" }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Next epoch randomness." ] }, @@ -938,7 +938,7 @@ "plain": "u32" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " Randomness under construction.", "", " We make a tradeoff between storage accesses and list length.", @@ -962,7 +962,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " TWOX-NOTE: `SegmentIndex` is an increasing integer, so this is okay." ] }, @@ -973,7 +973,7 @@ "plain": "MaybeRandomness" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Temporary value (cleared at block finalization) which is `Some`", " if per-block initialization has already been called for current block." ] @@ -985,7 +985,7 @@ "plain": "BlockNumber" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " How late the current block is compared to its parent.", "", " This entry is populated as part of block execution and is cleaned up", @@ -1008,7 +1008,7 @@ "type": "KeyOwnerProof" } ], - "documentation": [ + "docs": [ " Report authority equivocation/misbehavior. This method will verify", " the equivocation proof and validate the given key ownership proof", " against the extracted offender. If both are valid, the offence will", @@ -1027,7 +1027,7 @@ "type": "KeyOwnerProof" } ], - "documentation": [ + "docs": [ " Report authority equivocation/misbehavior. This method will verify", " the equivocation proof and validate the given key ownership proof", " against the extracted offender. If both are valid, the offence will", @@ -1045,7 +1045,7 @@ "name": "EpochDuration", "type": "u64", "value": "0x6009000000000000", - "documentation": [ + "docs": [ " The number of **slots** that an epoch takes. We couple sessions to", " epochs, i.e. we start a new session once the new epoch begins." ] @@ -1054,7 +1054,7 @@ "name": "ExpectedBlockTime", "type": "Moment", "value": "0x7017000000000000", - "documentation": [ + "docs": [ " The expected average block time at which BABE should be creating", " blocks. Since BABE is probabilistic it is not trivial to figure out", " what the expected average block time should be based on the slot", @@ -1077,7 +1077,7 @@ "plain": "Moment" }, "fallback": "0x0000000000000000", - "documentation": [ + "docs": [ " Current time for the current block." ] }, @@ -1088,7 +1088,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Did the timestamp get updated in this block?" ] } @@ -1103,7 +1103,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Set the current time.", "", " This call should be invoked exactly once per block. It will panic at the finalization", @@ -1131,7 +1131,7 @@ "name": "MinimumPeriod", "type": "Moment", "value": "0xb80b000000000000", - "documentation": [ + "docs": [ " The minimum period between blocks. Beware that this is different to the *expected* period", " that the block production apparatus provides. Your chosen consensus system will generally", " work with this to determine a sensible block time. e.g. For Aura, it will be double this", @@ -1158,7 +1158,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The lookup from index to account." ] } @@ -1173,7 +1173,7 @@ "type": "AccountIndex" } ], - "documentation": [ + "docs": [ " Assign an previously unassigned index.", "", " Payment: `Deposit` is reserved from the sender account.", @@ -1207,7 +1207,7 @@ "type": "AccountIndex" } ], - "documentation": [ + "docs": [ " Assign an index already owned by the sender to another account. The balance reservation", " is effectively transferred to the new account.", "", @@ -1239,7 +1239,7 @@ "type": "AccountIndex" } ], - "documentation": [ + "docs": [ " Free up an index owned by the sender.", "", " Payment: Any previous deposit placed for the index is unreserved in the sender account.", @@ -1277,7 +1277,7 @@ "type": "bool" } ], - "documentation": [ + "docs": [ " Force an index to an account. This doesn't require a deposit. If the index is already", " held, then any deposit is reimbursed to its current owner.", "", @@ -1310,7 +1310,7 @@ "type": "AccountIndex" } ], - "documentation": [ + "docs": [ " Freeze an index so it will always point to the sender account. This consumes the deposit.", "", " The dispatch origin for this call must be _Signed_ and the signing account must have a", @@ -1339,7 +1339,7 @@ "AccountId", "AccountIndex" ], - "documentation": [ + "docs": [ " A account index was assigned. [who, index]" ] }, @@ -1348,7 +1348,7 @@ "args": [ "AccountIndex" ], - "documentation": [ + "docs": [ " A account index has been freed up (unassigned). [index]" ] }, @@ -1358,7 +1358,7 @@ "AccountIndex", "AccountId" ], - "documentation": [ + "docs": [ " A account index has been frozen to its current account ID. [who, index]" ] } @@ -1378,7 +1378,7 @@ "plain": "Balance" }, "fallback": "0x00000000000000000000000000000000", - "documentation": [ + "docs": [ " The total units issued in the system." ] }, @@ -1394,7 +1394,7 @@ } }, "fallback": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " The balance of an account.", "", " NOTE: This is only used in the case that this module is used to store balances." @@ -1412,7 +1412,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Any liquidity locks on some account balances.", " NOTE: Should only be accessed when setting, changing and freeing a lock." ] @@ -1424,7 +1424,7 @@ "plain": "Releases" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Storage version of the pallet.", "", " This is set to v2.0.0 for new networks." @@ -1445,7 +1445,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Transfer some liquid free balance to another account.", "", " `transfer` will set the `FreeBalance` of the sender and receiver.", @@ -1491,7 +1491,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Set the balances of a given account.", "", " This will alter `FreeBalance` and `ReservedBalance` in storage. it will", @@ -1528,7 +1528,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Exactly as `transfer`, except the origin must be root and the source account may be", " specified.", " # ", @@ -1549,7 +1549,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Same as the [`transfer`] call, but with a check that the transfer will not kill the", " origin account.", "", @@ -1571,7 +1571,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " An account was created with some free balance. [account, free_balance]" ] }, @@ -1581,7 +1581,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " An account was removed whose balance was non-zero but below ExistentialDeposit,", " resulting in an outright loss. [account, balance]" ] @@ -1593,7 +1593,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " Transfer succeeded. [from, to, value]" ] }, @@ -1604,7 +1604,7 @@ "Balance", "Balance" ], - "documentation": [ + "docs": [ " A balance was set by root. [who, free, reserved]" ] }, @@ -1614,7 +1614,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " Some amount was deposited (e.g. for transaction fees). [who, deposit]" ] }, @@ -1624,7 +1624,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " Some balance was reserved (moved from free to reserved). [who, value]" ] }, @@ -1634,7 +1634,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " Some balance was unreserved (moved from reserved to free). [who, value]" ] }, @@ -1646,7 +1646,7 @@ "Balance", "Status" ], - "documentation": [ + "docs": [ " Some balance was moved from the reserve of the first account to the second account.", " Final argument indicates the destination balance type.", " [from, to, balance, destination_status]" @@ -1658,7 +1658,7 @@ "name": "ExistentialDeposit", "type": "Balance", "value": "0x00e40b54020000000000000000000000", - "documentation": [ + "docs": [ " The minimum amount required to keep an account open." ] } @@ -1666,49 +1666,49 @@ "errors": [ { "name": "VestingBalance", - "documentation": [ + "docs": [ " Vesting balance too high to send value" ] }, { "name": "LiquidityRestrictions", - "documentation": [ + "docs": [ " Account liquidity restrictions prevent withdrawal" ] }, { "name": "Overflow", - "documentation": [ + "docs": [ " Got an overflow after adding" ] }, { "name": "InsufficientBalance", - "documentation": [ + "docs": [ " Balance too low to send value" ] }, { "name": "ExistentialDeposit", - "documentation": [ + "docs": [ " Value too low to create account due to existential deposit" ] }, { "name": "KeepAlive", - "documentation": [ + "docs": [ " Transfer/payment would kill account" ] }, { "name": "ExistingVestingSchedule", - "documentation": [ + "docs": [ " A vesting schedule already exists for this account" ] }, { "name": "DeadAccount", - "documentation": [ + "docs": [ " Beneficiary account must pre-exist" ] } @@ -1726,7 +1726,7 @@ "plain": "Multiplier" }, "fallback": "0x000064a7b3b6e00d0000000000000000", - "documentation": [] + "docs": [] }, { "name": "StorageVersion", @@ -1735,7 +1735,7 @@ "plain": "Releases" }, "fallback": "0x00", - "documentation": [] + "docs": [] } ] }, @@ -1746,7 +1746,7 @@ "name": "TransactionByteFee", "type": "BalanceOf", "value": "0x40420f00000000000000000000000000", - "documentation": [ + "docs": [ " The fee to be paid for making a transaction; the per-byte portion." ] }, @@ -1754,7 +1754,7 @@ "name": "WeightToFee", "type": "Vec", "value": "0x040000000000000000000000000000000000b4c4040001", - "documentation": [ + "docs": [ " The polynomial that is applied in order to derive fee from weight." ] } @@ -1773,7 +1773,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Uncles" ] }, @@ -1784,7 +1784,7 @@ "plain": "AccountId" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Author of current block." ] }, @@ -1795,7 +1795,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Whether uncles were already set in this block." ] } @@ -1810,7 +1810,7 @@ "type": "Vec
" } ], - "documentation": [ + "docs": [ " Provide a set of uncles." ] } @@ -1820,43 +1820,43 @@ "errors": [ { "name": "InvalidUncleParent", - "documentation": [ + "docs": [ " The uncle parent not in the chain." ] }, { "name": "UnclesAlreadySet", - "documentation": [ + "docs": [ " Uncles already set in the block." ] }, { "name": "TooManyUncles", - "documentation": [ + "docs": [ " Too many uncles." ] }, { "name": "GenesisUncle", - "documentation": [ + "docs": [ " The uncle is genesis." ] }, { "name": "TooHighUncle", - "documentation": [ + "docs": [ " The uncle is too high in chain." ] }, { "name": "UncleAlreadyIncluded", - "documentation": [ + "docs": [ " The uncle is already included." ] }, { "name": "OldUncle", - "documentation": [ + "docs": [ " The uncle isn't recent enough to be included." ] } @@ -1874,7 +1874,7 @@ "plain": "u32" }, "fallback": "0x54000000", - "documentation": [ + "docs": [ " Number of eras to keep in history.", "", " Information is kept for eras in `[current_era - history_depth; current_era]`.", @@ -1891,7 +1891,7 @@ "plain": "u32" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The ideal number of staking participants." ] }, @@ -1902,7 +1902,7 @@ "plain": "u32" }, "fallback": "0x04000000", - "documentation": [ + "docs": [ " Minimum number of staking participants before emergency conditions are imposed." ] }, @@ -1913,7 +1913,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Any validators that may never be slashed or forcibly kicked. It's a Vec since they're", " easy to initialize and the performance hit is minimal (we expect no more than four", " invulnerables) and restricted to testnets." @@ -1931,7 +1931,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Map from all locked \"stash\" accounts to the controller account." ] }, @@ -1947,7 +1947,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Map from all (unlocked) \"controller\" accounts to the info regarding the staking." ] }, @@ -1963,7 +1963,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Where the reward payment should be made. Keyed by stash." ] }, @@ -1979,7 +1979,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The map from (wannabe) validator stash key to the preferences of that validator." ] }, @@ -1995,7 +1995,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The map from nominator stash key to the set of stash keys of all validators to nominate." ] }, @@ -2006,7 +2006,7 @@ "plain": "EraIndex" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current era index.", "", " This is the latest planned era, depending on how the Session pallet queues the validator", @@ -2020,7 +2020,7 @@ "plain": "ActiveEraInfo" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The active era information, it holds index and start.", "", " The active era is the era currently rewarded.", @@ -2039,7 +2039,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The session index at which the era start for the last `HISTORY_DEPTH` eras." ] }, @@ -2056,7 +2056,7 @@ } }, "fallback": "0x000000", - "documentation": [ + "docs": [ " Exposure of validator at era.", "", " This is keyed first by the era index to allow bulk deletion and then the stash account.", @@ -2078,7 +2078,7 @@ } }, "fallback": "0x000000", - "documentation": [ + "docs": [ " Clipped Exposure of validator at era.", "", " This is similar to [`ErasStakers`] but number of nominators exposed is reduced to the", @@ -2105,7 +2105,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Similar to `ErasStakers`, this holds the preferences of validators.", "", " This is keyed first by the era index to allow bulk deletion and then the stash account.", @@ -2125,7 +2125,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The total validator era payout for the last `HISTORY_DEPTH` eras.", "", " Eras that haven't finished yet or has been removed doesn't have reward." @@ -2143,7 +2143,7 @@ } }, "fallback": "0x0000000000", - "documentation": [ + "docs": [ " Rewards for the last `HISTORY_DEPTH` eras.", " If reward hasn't been set or has been removed then 0 reward is returned." ] @@ -2160,7 +2160,7 @@ } }, "fallback": "0x00000000000000000000000000000000", - "documentation": [ + "docs": [ " The total amount staked for the last `HISTORY_DEPTH` eras.", " If total hasn't been set or has been removed then 0 stake is returned." ] @@ -2172,7 +2172,7 @@ "plain": "Forcing" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Mode of era forcing." ] }, @@ -2183,7 +2183,7 @@ "plain": "Perbill" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The percentage of the slash that is distributed to reporters.", "", " The rest of the slashed value is handled by the `Slash`." @@ -2196,7 +2196,7 @@ "plain": "BalanceOf" }, "fallback": "0x00000000000000000000000000000000", - "documentation": [ + "docs": [ " The amount of currency given to reporters of a slash event which was", " canceled by extraordinary circumstances (e.g. governance)." ] @@ -2213,7 +2213,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " All unapplied slashes that are queued for later." ] }, @@ -2224,7 +2224,7 @@ "plain": "Vec<(EraIndex,SessionIndex)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " A mapping from still-bonded eras to the first session index of that era.", "", " Must contains information for eras for the range:", @@ -2244,7 +2244,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " All slashing events on validators, mapped by era to the highest slash proportion", " and slash value of the era." ] @@ -2262,7 +2262,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " All slashing events on nominators, mapped by era to the highest slash value of the era." ] }, @@ -2278,7 +2278,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Slashing spans for stash accounts." ] }, @@ -2294,7 +2294,7 @@ } }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Records information about the maximum slash of a stash within a slashing span,", " as well as how much reward has been paid out." ] @@ -2306,7 +2306,7 @@ "plain": "EraIndex" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The earliest era for which we have a pending, unapplied slash." ] }, @@ -2317,7 +2317,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Snapshot of validators at the beginning of the current election window. This should only", " have a value when [`EraElectionStatus`] == `ElectionStatus::Open(_)`." ] @@ -2329,7 +2329,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Snapshot of nominators at the beginning of the current election window. This should only", " have a value when [`EraElectionStatus`] == `ElectionStatus::Open(_)`." ] @@ -2341,7 +2341,7 @@ "plain": "ElectionResult" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The next validator set. At the end of an era, if this is available (potentially from the", " result of an offchain worker), it is immediately used. Otherwise, the on-chain election", " is executed." @@ -2354,7 +2354,7 @@ "plain": "ElectionScore" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The score of the current [`QueuedElected`]." ] }, @@ -2365,7 +2365,7 @@ "plain": "ElectionStatus" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Flag to control the execution of the offchain election. When `Open(_)`, we accept", " solutions to be submitted." ] @@ -2377,7 +2377,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": [ + "docs": [ " True if the current **planned** session is final. Note that this does not take era", " forcing into account." ] @@ -2389,7 +2389,7 @@ "plain": "Releases" }, "fallback": "0x03", - "documentation": [ + "docs": [ " True if network has been upgraded to this version.", " Storage version of the pallet.", "", @@ -2415,7 +2415,7 @@ "type": "RewardDestination" } ], - "documentation": [ + "docs": [ " Take the origin account as a stash and lock up `value` of its balance. `controller` will", " be the account that controls it.", "", @@ -2448,7 +2448,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Add some extra amount that have appeared in the stash `free_balance` into the balance up", " for staking.", "", @@ -2481,7 +2481,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Schedule a portion of the stash to be unlocked ready for transfer out after the bond", " period ends. If this leaves an amount actively bonded less than", " T::Currency::minimum_balance(), then it is increased to the full amount.", @@ -2524,7 +2524,7 @@ "type": "u32" } ], - "documentation": [ + "docs": [ " Remove any unlocked chunks from the `unlocking` queue from our management.", "", " This essentially frees up that balance to be used by the stash account to do", @@ -2565,7 +2565,7 @@ "type": "ValidatorPrefs" } ], - "documentation": [ + "docs": [ " Declare the desire to validate for the origin controller.", "", " Effects will be felt at the beginning of the next era.", @@ -2593,7 +2593,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Declare the desire to nominate `targets` for the origin controller.", "", " Effects will be felt at the beginning of the next era. This can only be called when", @@ -2618,7 +2618,7 @@ { "name": "chill", "args": [], - "documentation": [ + "docs": [ " Declare no desire to either validate or nominate.", "", " Effects will be felt at the beginning of the next era.", @@ -2646,7 +2646,7 @@ "type": "RewardDestination" } ], - "documentation": [ + "docs": [ " (Re-)set the payment target for a controller.", "", " Effects will be felt at the beginning of the next era.", @@ -2673,7 +2673,7 @@ "type": "LookupSource" } ], - "documentation": [ + "docs": [ " (Re-)set the controller of a stash.", "", " Effects will be felt at the beginning of the next era.", @@ -2700,7 +2700,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Sets the ideal number of validators.", "", " The dispatch origin must be Root.", @@ -2719,7 +2719,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Increments the ideal number of validators.", "", " The dispatch origin must be Root.", @@ -2738,7 +2738,7 @@ "type": "Percent" } ], - "documentation": [ + "docs": [ " Scale up the ideal number of validators by a factor.", "", " The dispatch origin must be Root.", @@ -2752,7 +2752,7 @@ { "name": "force_no_eras", "args": [], - "documentation": [ + "docs": [ " Force there to be no new eras indefinitely.", "", " The dispatch origin must be Root.", @@ -2767,7 +2767,7 @@ { "name": "force_new_era", "args": [], - "documentation": [ + "docs": [ " Force there to be a new era at the end of the next session. After this, it will be", " reset to normal (non-forced) behaviour.", "", @@ -2788,7 +2788,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Set the validators who cannot be slashed (if any).", "", " The dispatch origin must be Root.", @@ -2812,7 +2812,7 @@ "type": "u32" } ], - "documentation": [ + "docs": [ " Force a current staker to become completely unstaked, immediately.", "", " The dispatch origin must be Root.", @@ -2829,7 +2829,7 @@ { "name": "force_new_era_always", "args": [], - "documentation": [ + "docs": [ " Force there to be a new era at the end of sessions indefinitely.", "", " The dispatch origin must be Root.", @@ -2852,7 +2852,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Cancel enactment of a deferred slash.", "", " Can be called by the `T::SlashCancelOrigin`.", @@ -2881,7 +2881,7 @@ "type": "EraIndex" } ], - "documentation": [ + "docs": [ " Pay out all the stakers behind a single validator for a single era.", "", " - `validator_stash` is the stash account of the validator. Their nominators, up to", @@ -2917,7 +2917,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Rebond a portion of the stash scheduled to be unlocked.", "", " The dispatch origin must be signed by the controller, and it can be only called when", @@ -2947,7 +2947,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Set `HistoryDepth` value. This function will delete any history information", " when `HistoryDepth` is reduced.", "", @@ -2983,7 +2983,7 @@ "type": "u32" } ], - "documentation": [ + "docs": [ " Remove all data structure concerning a staker/stash once its balance is zero.", " This is essentially equivalent to `withdraw_unbonded` except it can be called by anyone", " and the target `stash` must have no funds left.", @@ -3026,7 +3026,7 @@ "type": "ElectionSize" } ], - "documentation": [ + "docs": [ " Submit an election result to the chain. If the solution:", "", " 1. is valid.", @@ -3100,7 +3100,7 @@ "type": "ElectionSize" } ], - "documentation": [ + "docs": [ " Unsigned version of `submit_election_solution`.", "", " Note that this must pass the [`ValidateUnsigned`] check which only allows transactions", @@ -3121,7 +3121,7 @@ "Balance", "Balance" ], - "documentation": [ + "docs": [ " The era payout has been set; the first balance is the validator-payout; the second is", " the remainder from the maximum amount of reward. ", " [era_index, validator_payout, remainder]" @@ -3133,7 +3133,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " The staker has been rewarded by this amount. [stash, amount]" ] }, @@ -3143,7 +3143,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " One validator (and its nominators) has been slashed by the given amount. ", " [validator, amount]" ] @@ -3153,7 +3153,7 @@ "args": [ "SessionIndex" ], - "documentation": [ + "docs": [ " An old slashing report from a prior era was discarded because it could", " not be processed. [session_index]" ] @@ -3163,7 +3163,7 @@ "args": [ "ElectionCompute" ], - "documentation": [ + "docs": [ " A new set of stakers was elected with the given [compute]." ] }, @@ -3172,7 +3172,7 @@ "args": [ "ElectionCompute" ], - "documentation": [ + "docs": [ " A new solution for the upcoming election has been stored. [compute]" ] }, @@ -3182,7 +3182,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " An account has bonded this amount. [stash, amount]", "", " NOTE: This event is only emitted when funds are bonded via a dispatchable. Notably,", @@ -3195,7 +3195,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " An account has unbonded this amount. [stash, amount]" ] }, @@ -3205,7 +3205,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " An account has called `withdraw_unbonded` and removed unbonding chunks worth `Balance`", " from the unlocking queue. [stash, amount]" ] @@ -3216,7 +3216,7 @@ "name": "SessionsPerEra", "type": "SessionIndex", "value": "0x06000000", - "documentation": [ + "docs": [ " Number of sessions per era." ] }, @@ -3224,7 +3224,7 @@ "name": "BondingDuration", "type": "EraIndex", "value": "0x1c000000", - "documentation": [ + "docs": [ " Number of eras that staked funds must remain bonded for." ] }, @@ -3232,7 +3232,7 @@ "name": "SlashDeferDuration", "type": "EraIndex", "value": "0x1c000000", - "documentation": [ + "docs": [ " Number of eras that slashes are deferred by, after computation.", "", " This should be less than the bonding duration.", @@ -3244,7 +3244,7 @@ "name": "ElectionLookahead", "type": "BlockNumber", "value": "0x96000000", - "documentation": [ + "docs": [ " The number of blocks before the end of the era from which election submissions are allowed.", "", " Setting this to zero will disable the offchain compute and only on-chain seq-phragmen will", @@ -3258,7 +3258,7 @@ "name": "MaxIterations", "type": "u32", "value": "0x0a000000", - "documentation": [ + "docs": [ " Maximum number of balancing iterations to run in the offchain submission.", "", " If set to 0, balance_solution will not be executed at all." @@ -3268,7 +3268,7 @@ "name": "MinSolutionScoreBump", "type": "Perbill", "value": "0x20a10700", - "documentation": [ + "docs": [ " The threshold of improvement that should be provided for a new solution to be accepted." ] }, @@ -3276,7 +3276,7 @@ "name": "MaxNominatorRewardedPerValidator", "type": "u32", "value": "0x40000000", - "documentation": [ + "docs": [ " The maximum number of nominators rewarded for each validator.", "", " For each validator only the `$MaxNominatorRewardedPerValidator` biggest stakers can claim", @@ -3287,190 +3287,190 @@ "errors": [ { "name": "NotController", - "documentation": [ + "docs": [ " Not a controller account." ] }, { "name": "NotStash", - "documentation": [ + "docs": [ " Not a stash account." ] }, { "name": "AlreadyBonded", - "documentation": [ + "docs": [ " Stash is already bonded." ] }, { "name": "AlreadyPaired", - "documentation": [ + "docs": [ " Controller is already paired." ] }, { "name": "EmptyTargets", - "documentation": [ + "docs": [ " Targets cannot be empty." ] }, { "name": "DuplicateIndex", - "documentation": [ + "docs": [ " Duplicate index." ] }, { "name": "InvalidSlashIndex", - "documentation": [ + "docs": [ " Slash record index out of bounds." ] }, { "name": "InsufficientValue", - "documentation": [ + "docs": [ " Can not bond with value less than minimum balance." ] }, { "name": "NoMoreChunks", - "documentation": [ + "docs": [ " Can not schedule more unlock chunks." ] }, { "name": "NoUnlockChunk", - "documentation": [ + "docs": [ " Can not rebond without unlocking chunks." ] }, { "name": "FundedTarget", - "documentation": [ + "docs": [ " Attempting to target a stash that still has funds." ] }, { "name": "InvalidEraToReward", - "documentation": [ + "docs": [ " Invalid era to reward." ] }, { "name": "InvalidNumberOfNominations", - "documentation": [ + "docs": [ " Invalid number of nominations." ] }, { "name": "NotSortedAndUnique", - "documentation": [ + "docs": [ " Items are not sorted and unique." ] }, { "name": "AlreadyClaimed", - "documentation": [ + "docs": [ " Rewards for this era have already been claimed for this validator." ] }, { "name": "PhragmenEarlySubmission", - "documentation": [ + "docs": [ " The submitted result is received out of the open window." ] }, { "name": "PhragmenWeakSubmission", - "documentation": [ + "docs": [ " The submitted result is not as good as the one stored on chain." ] }, { "name": "SnapshotUnavailable", - "documentation": [ + "docs": [ " The snapshot data of the current window is missing." ] }, { "name": "PhragmenBogusWinnerCount", - "documentation": [ + "docs": [ " Incorrect number of winners were presented." ] }, { "name": "PhragmenBogusWinner", - "documentation": [ + "docs": [ " One of the submitted winners is not an active candidate on chain (index is out of range", " in snapshot)." ] }, { "name": "PhragmenBogusCompact", - "documentation": [ + "docs": [ " Error while building the assignment type from the compact. This can happen if an index", " is invalid, or if the weights _overflow_." ] }, { "name": "PhragmenBogusNominator", - "documentation": [ + "docs": [ " One of the submitted nominators is not an active nominator on chain." ] }, { "name": "PhragmenBogusNomination", - "documentation": [ + "docs": [ " One of the submitted nominators has an edge to which they have not voted on chain." ] }, { "name": "PhragmenSlashedNomination", - "documentation": [ + "docs": [ " One of the submitted nominators has an edge which is submitted before the last non-zero", " slash of the target." ] }, { "name": "PhragmenBogusSelfVote", - "documentation": [ + "docs": [ " A self vote must only be originated from a validator to ONLY themselves." ] }, { "name": "PhragmenBogusEdge", - "documentation": [ + "docs": [ " The submitted result has unknown edges that are not among the presented winners." ] }, { "name": "PhragmenBogusScore", - "documentation": [ + "docs": [ " The claimed score does not match with the one computed from the data." ] }, { "name": "PhragmenBogusElectionSize", - "documentation": [ + "docs": [ " The election size is invalid." ] }, { "name": "CallNotAllowed", - "documentation": [ + "docs": [ " The call is not allowed at the given time due to restrictions of election period." ] }, { "name": "IncorrectHistoryDepth", - "documentation": [ + "docs": [ " Incorrect previous history depth input provided." ] }, { "name": "IncorrectSlashingSpans", - "documentation": [ + "docs": [ " Incorrect number of slashing spans provided." ] } @@ -3493,7 +3493,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The primary structure that holds all offence records keyed by report identifiers." ] }, @@ -3504,7 +3504,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Deferred reports that have been rejected by the offence handler and need to be submitted", " at a later time." ] @@ -3522,7 +3522,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " A vector of reports of the same kind that happened at the same time slot." ] }, @@ -3538,7 +3538,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Enumerates all reports of a kind along with the time they happened.", "", " All reports are sorted by the time of offence.", @@ -3558,7 +3558,7 @@ "OpaqueTimeSlot", "bool" ], - "documentation": [ + "docs": [ " There is an offence reported of the given `kind` happened at the `session_index` and", " (kind-specific) time slot. This event is not deposited for duplicate slashes. last", " element indicates of the offence was applied (true) or queued (false) ", @@ -3589,7 +3589,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current set of validators." ] }, @@ -3600,7 +3600,7 @@ "plain": "SessionIndex" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " Current index of the session." ] }, @@ -3611,7 +3611,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": [ + "docs": [ " True if the underlying economic identities or weighting behind the validators", " has changed in the queued validator set." ] @@ -3623,7 +3623,7 @@ "plain": "Vec<(ValidatorId,Keys)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The queued keys for the next session. When the next session begins, these keys", " will be used to determine the validator's session keys." ] @@ -3635,7 +3635,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Indices of disabled validators.", "", " The set is cleared when `on_session_ending` returns a new set of identities." @@ -3653,7 +3653,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The next session keys for a validator." ] }, @@ -3669,7 +3669,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The owner of a key. The key is the `KeyTypeId` + the encoded key." ] } @@ -3688,7 +3688,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Sets the session key(s) of the function caller to `keys`.", " Allows an account to set its session key prior to becoming a validator.", " This doesn't take effect until the next session.", @@ -3708,7 +3708,7 @@ { "name": "purge_keys", "args": [], - "documentation": [ + "docs": [ " Removes any session key(s) of the function caller.", " This doesn't take effect until the next session.", "", @@ -3730,7 +3730,7 @@ "args": [ "SessionIndex" ], - "documentation": [ + "docs": [ " New session has happened. Note that the argument is the [session_index], not the block", " number as the type might suggest." ] @@ -3740,25 +3740,25 @@ "errors": [ { "name": "InvalidProof", - "documentation": [ + "docs": [ " Invalid ownership proof." ] }, { "name": "NoAssociatedValidatorId", - "documentation": [ + "docs": [ " No associated validator ID for account." ] }, { "name": "DuplicatedKey", - "documentation": [ + "docs": [ " Registered duplicate key." ] }, { "name": "NoKeys", - "documentation": [ + "docs": [ " No keys are associated with this account." ] } @@ -3776,7 +3776,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Recent hints." ] }, @@ -3787,7 +3787,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Ordered recent hints." ] }, @@ -3798,7 +3798,7 @@ "plain": "BlockNumber" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The median." ] }, @@ -3809,7 +3809,7 @@ "plain": "BlockNumber" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Final hint to apply in the block. `None` means \"same as parent\"." ] }, @@ -3820,7 +3820,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": [] + "docs": [] } ] }, @@ -3833,7 +3833,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Hint that the author of this block thinks the best finalized", " block is the given number." ] @@ -3845,7 +3845,7 @@ "name": "WindowSize", "type": "BlockNumber", "value": "0x65000000", - "documentation": [ + "docs": [ " The number of recent samples to keep from this chain. Default is 101." ] }, @@ -3853,7 +3853,7 @@ "name": "ReportLatency", "type": "BlockNumber", "value": "0xe8030000", - "documentation": [ + "docs": [ " The delay after which point things become suspicious. Default is 1000." ] } @@ -3861,13 +3861,13 @@ "errors": [ { "name": "AlreadyUpdated", - "documentation": [ + "docs": [ " Final hint must be updated only once in the block" ] }, { "name": "BadHint", - "documentation": [ + "docs": [ " Finalized height above block number" ] } @@ -3885,7 +3885,7 @@ "plain": "StoredState" }, "fallback": "0x00", - "documentation": [ + "docs": [ " State of the current authority set." ] }, @@ -3896,7 +3896,7 @@ "plain": "StoredPendingChange" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Pending change: (signaled at, scheduled change)." ] }, @@ -3907,7 +3907,7 @@ "plain": "BlockNumber" }, "fallback": "0x00", - "documentation": [ + "docs": [ " next block number where we can force a change." ] }, @@ -3918,7 +3918,7 @@ "plain": "(BlockNumber,BlockNumber)" }, "fallback": "0x00", - "documentation": [ + "docs": [ " `true` if we are currently stalled." ] }, @@ -3929,7 +3929,7 @@ "plain": "SetId" }, "fallback": "0x0000000000000000", - "documentation": [ + "docs": [ " The number of changes (both in terms of keys and underlying economic responsibilities)", " in the \"set\" of Grandpa validators from genesis." ] @@ -3946,7 +3946,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " A mapping from grandpa set ID to the index of the *most recent* session for which its", " members were responsible.", "", @@ -3968,7 +3968,7 @@ "type": "KeyOwnerProof" } ], - "documentation": [ + "docs": [ " Report voter equivocation/misbehavior. This method will verify the", " equivocation proof and validate the given key ownership proof", " against the extracted offender. If both are valid, the offence", @@ -3987,7 +3987,7 @@ "type": "KeyOwnerProof" } ], - "documentation": [ + "docs": [ " Report voter equivocation/misbehavior. This method will verify the", " equivocation proof and validate the given key ownership proof", " against the extracted offender. If both are valid, the offence", @@ -4006,21 +4006,21 @@ "args": [ "AuthorityList" ], - "documentation": [ + "docs": [ " New authority set has been applied. [authority_set]" ] }, { "name": "Paused", "args": [], - "documentation": [ + "docs": [ " Current authority set has been paused." ] }, { "name": "Resumed", "args": [], - "documentation": [ + "docs": [ " Current authority set has been resumed." ] } @@ -4029,45 +4029,45 @@ "errors": [ { "name": "PauseFailed", - "documentation": [ + "docs": [ " Attempt to signal GRANDPA pause when the authority set isn't live", " (either paused or already pending pause)." ] }, { "name": "ResumeFailed", - "documentation": [ + "docs": [ " Attempt to signal GRANDPA resume when the authority set isn't paused", " (either live or already pending resume)." ] }, { "name": "ChangePending", - "documentation": [ + "docs": [ " Attempt to signal GRANDPA change with one already pending." ] }, { "name": "TooSoon", - "documentation": [ + "docs": [ " Cannot signal forced change so soon after last." ] }, { "name": "InvalidKeyOwnershipProof", - "documentation": [ + "docs": [ " A key ownership proof provided as part of an equivocation report is invalid." ] }, { "name": "InvalidEquivocationProof", - "documentation": [ + "docs": [ " An equivocation proof provided as part of an equivocation report is invalid." ] }, { "name": "DuplicateOffenceReport", - "documentation": [ + "docs": [ " A given equivocation report is valid but already previously reported." ] } @@ -4085,7 +4085,7 @@ "plain": "BlockNumber" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The block number after which it's ok to send heartbeats in current session.", "", " At the beginning of each session we set this to a value that should", @@ -4101,7 +4101,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current set of keys that may issue a heartbeat." ] }, @@ -4118,7 +4118,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " For each session index, we keep a mapping of `AuthIndex` to", " `offchain::OpaqueNetworkState`." ] @@ -4136,7 +4136,7 @@ } }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " For each session index, we keep a mapping of `T::ValidatorId` to the", " number of blocks authored by the given authority." ] @@ -4156,7 +4156,7 @@ "type": "Signature" } ], - "documentation": [ + "docs": [ " # ", " - Complexity: `O(K + E)` where K is length of `Keys` and E is length of", " `Heartbeat.network_state.external_address`", @@ -4176,14 +4176,14 @@ "args": [ "AuthorityId" ], - "documentation": [ + "docs": [ " A new heartbeat was received from `AuthorityId` [authority_id]" ] }, { "name": "AllGood", "args": [], - "documentation": [ + "docs": [ " At the end of the session, no offence was committed." ] }, @@ -4192,7 +4192,7 @@ "args": [ "Vec" ], - "documentation": [ + "docs": [ " At the end of the session, at least one validator was found to be [offline]." ] } @@ -4201,13 +4201,13 @@ "errors": [ { "name": "InvalidKey", - "documentation": [ + "docs": [ " Non existent public key." ] }, { "name": "DuplicatedHeartbeat", - "documentation": [ + "docs": [ " Duplicated heartbeat." ] } @@ -4233,7 +4233,7 @@ "plain": "PropIndex" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The number of (public) proposals that have been made so far." ] }, @@ -4244,7 +4244,7 @@ "plain": "Vec<(PropIndex,Hash,AccountId)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The public proposals. Unsorted. The second item is the proposal's hash." ] }, @@ -4260,7 +4260,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Those who have locked a deposit.", "", " TWOX-NOTE: Safe, as increasing integer keys are safe." @@ -4278,7 +4278,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Map of hashes to the proposal preimage, along with who registered it and their deposit.", " The block number is the block at which it was deposited." ] @@ -4290,7 +4290,7 @@ "plain": "ReferendumIndex" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The next free referendum index, aka the number of referenda started so far." ] }, @@ -4301,7 +4301,7 @@ "plain": "ReferendumIndex" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The lowest referendum index representing an unbaked referendum. Equal to", " `ReferendumCount` if there isn't a unbaked referendum." ] @@ -4318,7 +4318,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Information concerning any given referendum.", "", " TWOX-NOTE: SAFE as indexes are not under an attacker’s control." @@ -4336,7 +4336,7 @@ } }, "fallback": "0x000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " All votes for a particular voter. We store the balance for the number of votes that we", " have recorded. The second item is the total amount of delegations, that will be added.", "", @@ -4355,7 +4355,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Accounts for which there are locks in action which may be removed at some point in the", " future. The value is the block number at which the lock expires and may be removed.", "", @@ -4369,7 +4369,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": [ + "docs": [ " True if the last referendum tabled was submitted externally. False if it was a public", " proposal." ] @@ -4381,7 +4381,7 @@ "plain": "(Hash,VoteThreshold)" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The referendum to be tabled whenever it would be valid to table an external proposal.", " This happens when a referendum needs to be tabled and one of two conditions are met:", " - `LastTabledWasExternal` is `false`; or", @@ -4400,7 +4400,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " A record of who vetoed what. Maps proposal hash to a possible existent block number", " (until when it may not be resubmitted) and who vetoed it." ] @@ -4417,7 +4417,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Record of all proposals that have been subject to emergency cancellation." ] }, @@ -4428,7 +4428,7 @@ "plain": "Releases" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Storage version of the pallet.", "", " New networks start with last version." @@ -4449,7 +4449,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Propose a sensitive action to be taken.", "", " The dispatch origin of this call must be _Signed_ and the sender must", @@ -4481,7 +4481,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Signals agreement with a particular proposal.", "", " The dispatch origin of this call must be _Signed_ and the sender", @@ -4512,7 +4512,7 @@ "type": "AccountVote" } ], - "documentation": [ + "docs": [ " Vote in a referendum. If `vote.is_aye()`, the vote is to enact the proposal;", " otherwise it is a vote to keep the status quo.", "", @@ -4541,7 +4541,7 @@ "type": "ReferendumIndex" } ], - "documentation": [ + "docs": [ " Schedule an emergency cancellation of a referendum. Cannot happen twice to the same", " referendum.", "", @@ -4566,7 +4566,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Schedule a referendum to be tabled once it is legal to schedule an external", " referendum.", "", @@ -4591,7 +4591,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Schedule a majority-carries referendum to be tabled next once it is legal to schedule", " an external referendum.", "", @@ -4617,7 +4617,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Schedule a negative-turnout-bias referendum to be tabled next once it is legal to", " schedule an external referendum.", "", @@ -4651,7 +4651,7 @@ "type": "BlockNumber" } ], - "documentation": [ + "docs": [ " Schedule the currently externally-proposed majority-carries referendum to be tabled", " immediately. If there is no externally-proposed referendum currently, or if there is one", " but it is not a majority-carries referendum then it fails.", @@ -4682,7 +4682,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Veto and blacklist the external proposal hash.", "", " The dispatch origin of this call must be `VetoOrigin`.", @@ -4708,7 +4708,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Remove a referendum.", "", " The dispatch origin of this call must be _Root_.", @@ -4730,7 +4730,7 @@ "type": "ReferendumIndex" } ], - "documentation": [ + "docs": [ " Cancel a proposal queued for enactment.", "", " The dispatch origin of this call must be _Root_.", @@ -4761,7 +4761,7 @@ "type": "BalanceOf" } ], - "documentation": [ + "docs": [ " Delegate the voting power (with some given conviction) of the sending account.", "", " The balance delegated is locked for as long as it's delegated, and thereafter for the", @@ -4794,7 +4794,7 @@ { "name": "undelegate", "args": [], - "documentation": [ + "docs": [ " Undelegate the voting power of the sending account.", "", " Tokens may be unlocked following once an amount of time consistent with the lock period", @@ -4819,7 +4819,7 @@ { "name": "clear_public_proposals", "args": [], - "documentation": [ + "docs": [ " Clears all public proposals.", "", " The dispatch origin of this call must be _Root_.", @@ -4839,7 +4839,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Register the preimage for an upcoming proposal. This doesn't require the proposal to be", " in the dispatch queue but does require a deposit, returned once enacted.", "", @@ -4862,7 +4862,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Same as `note_preimage` but origin is `OperationalPreimageOrigin`." ] }, @@ -4874,7 +4874,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Register the preimage for an upcoming proposal. This requires the proposal to be", " in the dispatch queue. No deposit is needed.", "", @@ -4897,7 +4897,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Same as `note_imminent_preimage` but origin is `OperationalPreimageOrigin`." ] }, @@ -4913,7 +4913,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Remove an expired proposal preimage and collect the deposit.", "", " The dispatch origin of this call must be _Signed_.", @@ -4944,7 +4944,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Unlock tokens that have an expired lock.", "", " The dispatch origin of this call must be _Signed_.", @@ -4969,7 +4969,7 @@ "type": "ReferendumIndex" } ], - "documentation": [ + "docs": [ " Remove a vote for a referendum.", "", " If:", @@ -5016,7 +5016,7 @@ "type": "ReferendumIndex" } ], - "documentation": [ + "docs": [ " Remove a vote for a referendum.", "", " If the `target` is equal to the signer, then this function is exactly equivalent to", @@ -5051,7 +5051,7 @@ "type": "ReferendumIndex" } ], - "documentation": [ + "docs": [ " Enact a proposal from a referendum. For now we just make the weight be the maximum." ] } @@ -5063,7 +5063,7 @@ "PropIndex", "Balance" ], - "documentation": [ + "docs": [ " A motion has been proposed by a public account. [proposal_index, deposit]" ] }, @@ -5074,14 +5074,14 @@ "Balance", "Vec" ], - "documentation": [ + "docs": [ " A public proposal has been tabled for referendum vote. [proposal_index, deposit, depositors]" ] }, { "name": "ExternalTabled", "args": [], - "documentation": [ + "docs": [ " An external proposal has been tabled." ] }, @@ -5091,7 +5091,7 @@ "ReferendumIndex", "VoteThreshold" ], - "documentation": [ + "docs": [ " A referendum has begun. [ref_index, threshold]" ] }, @@ -5100,7 +5100,7 @@ "args": [ "ReferendumIndex" ], - "documentation": [ + "docs": [ " A proposal has been approved by referendum. [ref_index]" ] }, @@ -5109,7 +5109,7 @@ "args": [ "ReferendumIndex" ], - "documentation": [ + "docs": [ " A proposal has been rejected by referendum. [ref_index]" ] }, @@ -5118,7 +5118,7 @@ "args": [ "ReferendumIndex" ], - "documentation": [ + "docs": [ " A referendum has been cancelled. [ref_index]" ] }, @@ -5128,7 +5128,7 @@ "ReferendumIndex", "bool" ], - "documentation": [ + "docs": [ " A proposal has been enacted. [ref_index, is_ok]" ] }, @@ -5138,7 +5138,7 @@ "AccountId", "AccountId" ], - "documentation": [ + "docs": [ " An account has delegated their vote to another account. [who, target]" ] }, @@ -5147,7 +5147,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " An [account] has cancelled a previous delegation operation." ] }, @@ -5158,7 +5158,7 @@ "Hash", "BlockNumber" ], - "documentation": [ + "docs": [ " An external proposal has been vetoed. [who, proposal_hash, until]" ] }, @@ -5169,7 +5169,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A proposal's preimage was noted, and the deposit taken. [proposal_hash, who, deposit]" ] }, @@ -5180,7 +5180,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A proposal preimage was removed and used (the deposit was returned). ", " [proposal_hash, provider, deposit]" ] @@ -5191,7 +5191,7 @@ "Hash", "ReferendumIndex" ], - "documentation": [ + "docs": [ " A proposal could not be executed because its preimage was invalid. [proposal_hash, ref_index]" ] }, @@ -5201,7 +5201,7 @@ "Hash", "ReferendumIndex" ], - "documentation": [ + "docs": [ " A proposal could not be executed because its preimage was missing. [proposal_hash, ref_index]" ] }, @@ -5213,7 +5213,7 @@ "Balance", "AccountId" ], - "documentation": [ + "docs": [ " A registered preimage was removed and the deposit collected by the reaper. ", " [proposal_hash, provider, deposit, reaper]" ] @@ -5223,7 +5223,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " An [account] has been unlocked successfully." ] } @@ -5233,7 +5233,7 @@ "name": "EnactmentPeriod", "type": "BlockNumber", "value": "0x00c20100", - "documentation": [ + "docs": [ " The minimum period of locking and the period between a proposal being approved and enacted.", "", " It should generally be a little more than the unstake period to ensure that", @@ -5245,7 +5245,7 @@ "name": "LaunchPeriod", "type": "BlockNumber", "value": "0x00270600", - "documentation": [ + "docs": [ " How often (in blocks) new public referenda are launched." ] }, @@ -5253,7 +5253,7 @@ "name": "VotingPeriod", "type": "BlockNumber", "value": "0x00270600", - "documentation": [ + "docs": [ " How often (in blocks) to check for new votes." ] }, @@ -5261,7 +5261,7 @@ "name": "MinimumDeposit", "type": "BalanceOf", "value": "0x0010a5d4e80000000000000000000000", - "documentation": [ + "docs": [ " The minimum amount to be used as a deposit for a public referendum proposal." ] }, @@ -5269,7 +5269,7 @@ "name": "FastTrackVotingPeriod", "type": "BlockNumber", "value": "0x08070000", - "documentation": [ + "docs": [ " Minimum voting period allowed for an emergency referendum." ] }, @@ -5277,7 +5277,7 @@ "name": "CooloffPeriod", "type": "BlockNumber", "value": "0xc0890100", - "documentation": [ + "docs": [ " Period in blocks where an external proposal may not be re-submitted after being vetoed." ] }, @@ -5285,7 +5285,7 @@ "name": "PreimageByteDeposit", "type": "BalanceOf", "value": "0x00e1f505000000000000000000000000", - "documentation": [ + "docs": [ " The amount of balance that must be deposited per byte of preimage stored." ] }, @@ -5293,7 +5293,7 @@ "name": "MaxVotes", "type": "u32", "value": "0x64000000", - "documentation": [ + "docs": [ " The maximum number of votes for an account." ] } @@ -5301,200 +5301,200 @@ "errors": [ { "name": "ValueLow", - "documentation": [ + "docs": [ " Value too low" ] }, { "name": "ProposalMissing", - "documentation": [ + "docs": [ " Proposal does not exist" ] }, { "name": "BadIndex", - "documentation": [ + "docs": [ " Unknown index" ] }, { "name": "AlreadyCanceled", - "documentation": [ + "docs": [ " Cannot cancel the same proposal twice" ] }, { "name": "DuplicateProposal", - "documentation": [ + "docs": [ " Proposal already made" ] }, { "name": "ProposalBlacklisted", - "documentation": [ + "docs": [ " Proposal still blacklisted" ] }, { "name": "NotSimpleMajority", - "documentation": [ + "docs": [ " Next external proposal not simple majority" ] }, { "name": "InvalidHash", - "documentation": [ + "docs": [ " Invalid hash" ] }, { "name": "NoProposal", - "documentation": [ + "docs": [ " No external proposal" ] }, { "name": "AlreadyVetoed", - "documentation": [ + "docs": [ " Identity may not veto a proposal twice" ] }, { "name": "NotDelegated", - "documentation": [ + "docs": [ " Not delegated" ] }, { "name": "DuplicatePreimage", - "documentation": [ + "docs": [ " Preimage already noted" ] }, { "name": "NotImminent", - "documentation": [ + "docs": [ " Not imminent" ] }, { "name": "TooEarly", - "documentation": [ + "docs": [ " Too early" ] }, { "name": "Imminent", - "documentation": [ + "docs": [ " Imminent" ] }, { "name": "PreimageMissing", - "documentation": [ + "docs": [ " Preimage not found" ] }, { "name": "ReferendumInvalid", - "documentation": [ + "docs": [ " Vote given for invalid referendum" ] }, { "name": "PreimageInvalid", - "documentation": [ + "docs": [ " Invalid preimage" ] }, { "name": "NoneWaiting", - "documentation": [ + "docs": [ " No proposals waiting" ] }, { "name": "NotLocked", - "documentation": [ + "docs": [ " The target account does not have a lock." ] }, { "name": "NotExpired", - "documentation": [ + "docs": [ " The lock on the account to be unlocked has not yet expired." ] }, { "name": "NotVoter", - "documentation": [ + "docs": [ " The given account did not vote on the referendum." ] }, { "name": "NoPermission", - "documentation": [ + "docs": [ " The actor has no permission to conduct the action." ] }, { "name": "AlreadyDelegating", - "documentation": [ + "docs": [ " The account is already delegating." ] }, { "name": "Overflow", - "documentation": [ + "docs": [ " An unexpected integer overflow occurred." ] }, { "name": "Underflow", - "documentation": [ + "docs": [ " An unexpected integer underflow occurred." ] }, { "name": "InsufficientFunds", - "documentation": [ + "docs": [ " Too high a balance was provided that the account cannot afford." ] }, { "name": "NotDelegating", - "documentation": [ + "docs": [ " The account is not currently delegating." ] }, { "name": "VotesExist", - "documentation": [ + "docs": [ " The account currently has votes attached to it and the operation cannot succeed until", " these are removed, either through `unvote` or `reap_vote`." ] }, { "name": "InstantNotAllowed", - "documentation": [ + "docs": [ " The instant referendum origin is currently disallowed." ] }, { "name": "Nonsense", - "documentation": [ + "docs": [ " Delegation to oneself makes no sense." ] }, { "name": "WrongUpperBound", - "documentation": [ + "docs": [ " Invalid upper bound." ] }, { "name": "MaxVotesReached", - "documentation": [ + "docs": [ " Maximum number of votes reached." ] } @@ -5512,7 +5512,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The hashes of the active proposals." ] }, @@ -5528,7 +5528,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Actual proposal for a given hash, if it's current." ] }, @@ -5544,7 +5544,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Votes on a given proposal, if it is ongoing." ] }, @@ -5555,7 +5555,7 @@ "plain": "u32" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " Proposals so far." ] }, @@ -5566,7 +5566,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current members of the collective. This is stored sorted (just by value)." ] }, @@ -5577,7 +5577,7 @@ "plain": "AccountId" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The member who provides the default vote for any other members that do not vote before", " the timeout. If None, then no member has that privilege." ] @@ -5601,7 +5601,7 @@ "type": "MemberCount" } ], - "documentation": [ + "docs": [ " Set the collective's membership.", "", " - `new_members`: The new member list. Be nice to the chain and provide it sorted.", @@ -5640,7 +5640,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Dispatch a proposal from a member using the `Member` origin.", "", " Origin must be a member of the collective.", @@ -5669,7 +5669,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Add a new proposal to either be voted on or executed directly.", "", " Requires the sender to be member.", @@ -5715,7 +5715,7 @@ "type": "bool" } ], - "documentation": [ + "docs": [ " Add an aye or nay vote for the sender to the given proposal.", "", " Requires the sender to be a member.", @@ -5750,7 +5750,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Close a vote that is either approved, disapproved or whose voting period has ended.", "", " May be called by any signed account in order to finish voting and close the proposal.", @@ -5788,7 +5788,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Disapprove a proposal, close, and remove it from the system, regardless of its current state.", "", " Must be called by the Root origin.", @@ -5815,7 +5815,7 @@ "Hash", "MemberCount" ], - "documentation": [ + "docs": [ " A motion (given hash) has been proposed (by given account) with a threshold (given", " `MemberCount`).", " [account, proposal_index, proposal_hash, threshold]" @@ -5830,7 +5830,7 @@ "MemberCount", "MemberCount" ], - "documentation": [ + "docs": [ " A motion (given hash) has been voted on by given account, leaving", " a tally (yes votes and no votes given respectively as `MemberCount`).", " [account, proposal_hash, voted, yes, no]" @@ -5841,7 +5841,7 @@ "args": [ "Hash" ], - "documentation": [ + "docs": [ " A motion was approved by the required threshold.", " [proposal_hash]" ] @@ -5851,7 +5851,7 @@ "args": [ "Hash" ], - "documentation": [ + "docs": [ " A motion was not approved by the required threshold.", " [proposal_hash]" ] @@ -5862,7 +5862,7 @@ "Hash", "DispatchResult" ], - "documentation": [ + "docs": [ " A motion was executed; result will be `Ok` if it returned without error.", " [proposal_hash, result]" ] @@ -5873,7 +5873,7 @@ "Hash", "DispatchResult" ], - "documentation": [ + "docs": [ " A single member did some action; result will be `Ok` if it returned without error.", " [proposal_hash, result]" ] @@ -5885,7 +5885,7 @@ "MemberCount", "MemberCount" ], - "documentation": [ + "docs": [ " A proposal was closed because its threshold was reached or after its duration was up.", " [proposal_hash, yes, no]" ] @@ -5895,61 +5895,61 @@ "errors": [ { "name": "NotMember", - "documentation": [ + "docs": [ " Account is not a member" ] }, { "name": "DuplicateProposal", - "documentation": [ + "docs": [ " Duplicate proposals not allowed" ] }, { "name": "ProposalMissing", - "documentation": [ + "docs": [ " Proposal must exist" ] }, { "name": "WrongIndex", - "documentation": [ + "docs": [ " Mismatched index" ] }, { "name": "DuplicateVote", - "documentation": [ + "docs": [ " Duplicate vote ignored" ] }, { "name": "AlreadyInitialized", - "documentation": [ + "docs": [ " Members are already initialized!" ] }, { "name": "TooEarly", - "documentation": [ + "docs": [ " The close call was made too early, before the end of the voting." ] }, { "name": "TooManyProposals", - "documentation": [ + "docs": [ " There can only be a maximum of `MaxProposals` active proposals." ] }, { "name": "WrongProposalWeight", - "documentation": [ + "docs": [ " The given weight bound for the proposal was too low." ] }, { "name": "WrongProposalLength", - "documentation": [ + "docs": [ " The given length bound for the proposal was too low." ] } @@ -5967,7 +5967,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The hashes of the active proposals." ] }, @@ -5983,7 +5983,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Actual proposal for a given hash, if it's current." ] }, @@ -5999,7 +5999,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Votes on a given proposal, if it is ongoing." ] }, @@ -6010,7 +6010,7 @@ "plain": "u32" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " Proposals so far." ] }, @@ -6021,7 +6021,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current members of the collective. This is stored sorted (just by value)." ] }, @@ -6032,7 +6032,7 @@ "plain": "AccountId" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The member who provides the default vote for any other members that do not vote before", " the timeout. If None, then no member has that privilege." ] @@ -6056,7 +6056,7 @@ "type": "MemberCount" } ], - "documentation": [ + "docs": [ " Set the collective's membership.", "", " - `new_members`: The new member list. Be nice to the chain and provide it sorted.", @@ -6095,7 +6095,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Dispatch a proposal from a member using the `Member` origin.", "", " Origin must be a member of the collective.", @@ -6124,7 +6124,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Add a new proposal to either be voted on or executed directly.", "", " Requires the sender to be member.", @@ -6170,7 +6170,7 @@ "type": "bool" } ], - "documentation": [ + "docs": [ " Add an aye or nay vote for the sender to the given proposal.", "", " Requires the sender to be a member.", @@ -6205,7 +6205,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Close a vote that is either approved, disapproved or whose voting period has ended.", "", " May be called by any signed account in order to finish voting and close the proposal.", @@ -6243,7 +6243,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Disapprove a proposal, close, and remove it from the system, regardless of its current state.", "", " Must be called by the Root origin.", @@ -6270,7 +6270,7 @@ "Hash", "MemberCount" ], - "documentation": [ + "docs": [ " A motion (given hash) has been proposed (by given account) with a threshold (given", " `MemberCount`).", " [account, proposal_index, proposal_hash, threshold]" @@ -6285,7 +6285,7 @@ "MemberCount", "MemberCount" ], - "documentation": [ + "docs": [ " A motion (given hash) has been voted on by given account, leaving", " a tally (yes votes and no votes given respectively as `MemberCount`).", " [account, proposal_hash, voted, yes, no]" @@ -6296,7 +6296,7 @@ "args": [ "Hash" ], - "documentation": [ + "docs": [ " A motion was approved by the required threshold.", " [proposal_hash]" ] @@ -6306,7 +6306,7 @@ "args": [ "Hash" ], - "documentation": [ + "docs": [ " A motion was not approved by the required threshold.", " [proposal_hash]" ] @@ -6317,7 +6317,7 @@ "Hash", "DispatchResult" ], - "documentation": [ + "docs": [ " A motion was executed; result will be `Ok` if it returned without error.", " [proposal_hash, result]" ] @@ -6328,7 +6328,7 @@ "Hash", "DispatchResult" ], - "documentation": [ + "docs": [ " A single member did some action; result will be `Ok` if it returned without error.", " [proposal_hash, result]" ] @@ -6340,7 +6340,7 @@ "MemberCount", "MemberCount" ], - "documentation": [ + "docs": [ " A proposal was closed because its threshold was reached or after its duration was up.", " [proposal_hash, yes, no]" ] @@ -6350,61 +6350,61 @@ "errors": [ { "name": "NotMember", - "documentation": [ + "docs": [ " Account is not a member" ] }, { "name": "DuplicateProposal", - "documentation": [ + "docs": [ " Duplicate proposals not allowed" ] }, { "name": "ProposalMissing", - "documentation": [ + "docs": [ " Proposal must exist" ] }, { "name": "WrongIndex", - "documentation": [ + "docs": [ " Mismatched index" ] }, { "name": "DuplicateVote", - "documentation": [ + "docs": [ " Duplicate vote ignored" ] }, { "name": "AlreadyInitialized", - "documentation": [ + "docs": [ " Members are already initialized!" ] }, { "name": "TooEarly", - "documentation": [ + "docs": [ " The close call was made too early, before the end of the voting." ] }, { "name": "TooManyProposals", - "documentation": [ + "docs": [ " There can only be a maximum of `MaxProposals` active proposals." ] }, { "name": "WrongProposalWeight", - "documentation": [ + "docs": [ " The given weight bound for the proposal was too low." ] }, { "name": "WrongProposalLength", - "documentation": [ + "docs": [ " The given length bound for the proposal was too low." ] } @@ -6422,7 +6422,7 @@ "plain": "Vec<(AccountId,BalanceOf)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current elected membership. Sorted based on account id." ] }, @@ -6433,7 +6433,7 @@ "plain": "Vec<(AccountId,BalanceOf)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current runners_up. Sorted based on low to high merit (worse to best runner)." ] }, @@ -6444,7 +6444,7 @@ "plain": "u32" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The total number of vote rounds that have happened, excluding the upcoming one." ] }, @@ -6460,7 +6460,7 @@ } }, "fallback": "0x0000000000000000000000000000000000", - "documentation": [ + "docs": [ " Votes and locked stake of a particular voter.", "", " TWOX-NOTE: SAFE as `AccountId` is a crypto hash" @@ -6473,7 +6473,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The present candidate list. Sorted based on account-id. A current member or runner-up", " can never enter this vector and is always implicitly assumed to be a candidate." ] @@ -6493,7 +6493,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Vote for a set of candidates for the upcoming round of election. This can be called to", " set the initial votes, or update already existing votes.", "", @@ -6524,7 +6524,7 @@ { "name": "remove_voter", "args": [], - "documentation": [ + "docs": [ " Remove `origin` as a voter. This removes the lock and returns the bond.", "", " # ", @@ -6548,7 +6548,7 @@ "type": "DefunctVoter" } ], - "documentation": [ + "docs": [ " Report `target` for being an defunct voter. In case of a valid report, the reporter is", " rewarded by the bond amount of `target`. Otherwise, the reporter itself is removed and", " their bond is slashed.", @@ -6586,7 +6586,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Submit oneself for candidacy.", "", " A candidate will either:", @@ -6618,7 +6618,7 @@ "type": "Renouncing" } ], - "documentation": [ + "docs": [ " Renounce one's intention to be a candidate for the next election round. 3 potential", " outcomes exist:", " - `origin` is a candidate and not elected in any set. In this case, the bond is", @@ -6671,7 +6671,7 @@ "type": "bool" } ], - "documentation": [ + "docs": [ " Remove a particular member from the set. This is effective immediately and the bond of", " the outgoing member is slashed.", "", @@ -6699,7 +6699,7 @@ "args": [ "Vec<(AccountId,Balance)>" ], - "documentation": [ + "docs": [ " A new term with [new_members]. This indicates that enough candidates existed to run the", " election, not that enough have has been elected. The inner value must be examined for", " this purpose. A `NewTerm([])` indicates that some candidates got their bond slashed and", @@ -6709,7 +6709,7 @@ { "name": "EmptyTerm", "args": [], - "documentation": [ + "docs": [ " No (or not enough) candidates existed for this round. This is different from", " `NewTerm([])`. See the description of `NewTerm`." ] @@ -6719,7 +6719,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " A [member] has been removed. This should always be followed by either `NewTerm` ot", " `EmptyTerm`." ] @@ -6729,7 +6729,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " A [member] has renounced their candidacy." ] }, @@ -6740,7 +6740,7 @@ "AccountId", "bool" ], - "documentation": [ + "docs": [ " A voter was reported with the the report being successful or not.", " [voter, reporter, success]" ] @@ -6751,139 +6751,139 @@ "name": "CandidacyBond", "type": "BalanceOf", "value": "0x0010a5d4e80000000000000000000000", - "documentation": [] + "docs": [] }, { "name": "VotingBond", "type": "BalanceOf", "value": "0x00743ba40b0000000000000000000000", - "documentation": [] + "docs": [] }, { "name": "DesiredMembers", "type": "u32", "value": "0x0d000000", - "documentation": [] + "docs": [] }, { "name": "DesiredRunnersUp", "type": "u32", "value": "0x14000000", - "documentation": [] + "docs": [] }, { "name": "TermDuration", "type": "BlockNumber", "value": "0x40380000", - "documentation": [] + "docs": [] }, { "name": "ModuleId", "type": "LockIdentifier", "value": "0x706872656c656374", - "documentation": [] + "docs": [] } ], "errors": [ { "name": "UnableToVote", - "documentation": [ + "docs": [ " Cannot vote when no candidates or members exist." ] }, { "name": "NoVotes", - "documentation": [ + "docs": [ " Must vote for at least one candidate." ] }, { "name": "TooManyVotes", - "documentation": [ + "docs": [ " Cannot vote more than candidates." ] }, { "name": "MaximumVotesExceeded", - "documentation": [ + "docs": [ " Cannot vote more than maximum allowed." ] }, { "name": "LowBalance", - "documentation": [ + "docs": [ " Cannot vote with stake less than minimum balance." ] }, { "name": "UnableToPayBond", - "documentation": [ + "docs": [ " Voter can not pay voting bond." ] }, { "name": "MustBeVoter", - "documentation": [ + "docs": [ " Must be a voter." ] }, { "name": "ReportSelf", - "documentation": [ + "docs": [ " Cannot report self." ] }, { "name": "DuplicatedCandidate", - "documentation": [ + "docs": [ " Duplicated candidate submission." ] }, { "name": "MemberSubmit", - "documentation": [ + "docs": [ " Member cannot re-submit candidacy." ] }, { "name": "RunnerSubmit", - "documentation": [ + "docs": [ " Runner cannot re-submit candidacy." ] }, { "name": "InsufficientCandidateFunds", - "documentation": [ + "docs": [ " Candidate does not have enough funds." ] }, { "name": "NotMember", - "documentation": [ + "docs": [ " Not a member." ] }, { "name": "InvalidCandidateCount", - "documentation": [ + "docs": [ " The provided count of number of candidates is incorrect." ] }, { "name": "InvalidVoteCount", - "documentation": [ + "docs": [ " The provided count of number of votes is incorrect." ] }, { "name": "InvalidRenouncing", - "documentation": [ + "docs": [ " The renouncing origin presented a wrong `Renouncing` parameter." ] }, { "name": "InvalidReplacement", - "documentation": [ + "docs": [ " Prediction regarding replacement after member removal is wrong." ] } @@ -6901,7 +6901,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current membership, stored as an ordered Vec." ] }, @@ -6912,7 +6912,7 @@ "plain": "AccountId" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current prime member, if one exists." ] } @@ -6927,7 +6927,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Add a member `who` to the set.", "", " May only be called from `T::AddOrigin`." @@ -6941,7 +6941,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Remove a member `who` from the set.", "", " May only be called from `T::RemoveOrigin`." @@ -6959,7 +6959,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Swap out one member `remove` for another `add`.", "", " May only be called from `T::SwapOrigin`.", @@ -6975,7 +6975,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Change the membership to a new set, disregarding the existing membership. Be nice and", " pass `members` pre-sorted.", "", @@ -6990,7 +6990,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Swap out the sending member for some other key `new`.", "", " May only be called from `Signed` origin of a current member.", @@ -7006,7 +7006,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Set the prime member. Must be a current member.", "", " May only be called from `T::PrimeOrigin`." @@ -7015,7 +7015,7 @@ { "name": "clear_prime", "args": [], - "documentation": [ + "docs": [ " Remove the prime member if it exists.", "", " May only be called from `T::PrimeOrigin`." @@ -7026,35 +7026,35 @@ { "name": "MemberAdded", "args": [], - "documentation": [ + "docs": [ " The given member was added; see the transaction for who." ] }, { "name": "MemberRemoved", "args": [], - "documentation": [ + "docs": [ " The given member was removed; see the transaction for who." ] }, { "name": "MembersSwapped", "args": [], - "documentation": [ + "docs": [ " Two members were swapped; see the transaction for who." ] }, { "name": "MembersReset", "args": [], - "documentation": [ + "docs": [ " The membership was reset; see the transaction for who the new set is." ] }, { "name": "KeyChanged", "args": [], - "documentation": [ + "docs": [ " One of the members' keys changed." ] }, @@ -7063,7 +7063,7 @@ "args": [ "PhantomData" ], - "documentation": [ + "docs": [ " Phantom member, never used." ] } @@ -7083,7 +7083,7 @@ "plain": "ProposalIndex" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " Number of proposals that have been made." ] }, @@ -7099,7 +7099,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Proposals that have been made." ] }, @@ -7110,7 +7110,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Proposal indices that have been approved but not yet awarded." ] }, @@ -7126,7 +7126,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Tips that are not yet completed. Keyed by the hash of `(reason, who)` from the value.", " This has the insecure enumerable hash function since the key itself is already", " guaranteed to be a secure hash." @@ -7144,7 +7144,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Simple preimage lookup from the reason's hash to the original data. Again, has an", " insecure enumerable hash since the key is guaranteed to be the result of a secure hash." ] @@ -7164,7 +7164,7 @@ "type": "LookupSource" } ], - "documentation": [ + "docs": [ " Put forward a suggestion for spending. A deposit proportional to the value", " is reserved and slashed if the proposal is rejected. It is returned once the", " proposal is awarded.", @@ -7184,7 +7184,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Reject a proposed spend. The original deposit will be slashed.", "", " May only be called from `T::RejectOrigin`.", @@ -7204,7 +7204,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Approve a proposal. At a later time, the proposal will be allocated to the beneficiary", " and the original deposit will be returned.", "", @@ -7229,7 +7229,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Report something `reason` that deserves a tip and claim any eventual the finder's fee.", "", " The dispatch origin for this call must be _Signed_.", @@ -7259,7 +7259,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Retract a prior tip-report from `report_awesome`, and cancel the process of tipping.", "", " If successful, the original deposit will be unreserved.", @@ -7297,7 +7297,7 @@ "type": "BalanceOf" } ], - "documentation": [ + "docs": [ " Give a tip for something new; no finder's fee will be taken.", "", " The dispatch origin for this call must be _Signed_ and the signing account must be a", @@ -7334,7 +7334,7 @@ "type": "BalanceOf" } ], - "documentation": [ + "docs": [ " Declare a tip value for an already-open tip.", "", " The dispatch origin for this call must be _Signed_ and the signing account must be a", @@ -7370,7 +7370,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Close and payout a tip.", "", " The dispatch origin for this call must be _Signed_.", @@ -7397,7 +7397,7 @@ "args": [ "ProposalIndex" ], - "documentation": [ + "docs": [ " New proposal. [proposal_index]" ] }, @@ -7406,7 +7406,7 @@ "args": [ "Balance" ], - "documentation": [ + "docs": [ " We have ended a spend period and will now allocate funds. [budget_remaining]" ] }, @@ -7417,7 +7417,7 @@ "Balance", "AccountId" ], - "documentation": [ + "docs": [ " Some funds have been allocated. [proposal_index, award, beneficiary]" ] }, @@ -7427,7 +7427,7 @@ "ProposalIndex", "Balance" ], - "documentation": [ + "docs": [ " A proposal was rejected; funds were slashed. [proposal_index, slashed]" ] }, @@ -7436,7 +7436,7 @@ "args": [ "Balance" ], - "documentation": [ + "docs": [ " Some of our funds have been burnt. [burn]" ] }, @@ -7445,7 +7445,7 @@ "args": [ "Balance" ], - "documentation": [ + "docs": [ " Spending has finished; this is the amount that rolls over until next spend. [budget_remaining]" ] }, @@ -7454,7 +7454,7 @@ "args": [ "Balance" ], - "documentation": [ + "docs": [ " Some funds have been deposited. [deposit]" ] }, @@ -7463,7 +7463,7 @@ "args": [ "Hash" ], - "documentation": [ + "docs": [ " A new tip suggestion has been opened. [tip_hash]" ] }, @@ -7472,7 +7472,7 @@ "args": [ "Hash" ], - "documentation": [ + "docs": [ " A tip suggestion has reached threshold and is closing. [tip_hash]" ] }, @@ -7483,7 +7483,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A tip suggestion has been closed. [tip_hash, who, payout]" ] }, @@ -7492,7 +7492,7 @@ "args": [ "Hash" ], - "documentation": [ + "docs": [ " A tip suggestion has been retracted. [tip_hash]" ] } @@ -7502,7 +7502,7 @@ "name": "ProposalBond", "type": "Permill", "value": "0x50c30000", - "documentation": [ + "docs": [ " Fraction of a proposal's value that should be bonded in order to place the proposal.", " An accepted proposal gets these back. A rejected proposal does not." ] @@ -7511,7 +7511,7 @@ "name": "ProposalBondMinimum", "type": "BalanceOf", "value": "0x0010a5d4e80000000000000000000000", - "documentation": [ + "docs": [ " Minimum amount of funds that should be placed in a deposit for making a proposal." ] }, @@ -7519,7 +7519,7 @@ "name": "SpendPeriod", "type": "BlockNumber", "value": "0x00460500", - "documentation": [ + "docs": [ " Period between successive spends." ] }, @@ -7527,7 +7527,7 @@ "name": "Burn", "type": "Permill", "value": "0x10270000", - "documentation": [ + "docs": [ " Percentage of spare funds (if any) that are burnt per spend period." ] }, @@ -7535,7 +7535,7 @@ "name": "TipCountdown", "type": "BlockNumber", "value": "0x40380000", - "documentation": [ + "docs": [ " The period for which a tip remains open after is has achieved threshold tippers." ] }, @@ -7543,7 +7543,7 @@ "name": "TipFindersFee", "type": "Percent", "value": "0x14", - "documentation": [ + "docs": [ " The amount of the final tip which goes to the original reporter of the tip." ] }, @@ -7551,7 +7551,7 @@ "name": "TipReportDepositBase", "type": "BalanceOf", "value": "0x00e40b54020000000000000000000000", - "documentation": [ + "docs": [ " The amount held on deposit for placing a tip report." ] }, @@ -7559,7 +7559,7 @@ "name": "TipReportDepositPerByte", "type": "BalanceOf", "value": "0x00e1f505000000000000000000000000", - "documentation": [ + "docs": [ " The amount held on deposit per byte within the tip report reason." ] }, @@ -7567,7 +7567,7 @@ "name": "ModuleId", "type": "ModuleId", "value": "0x70792f7472737279", - "documentation": [ + "docs": [ " The treasury's module id, used for deriving its sovereign account ID." ] } @@ -7575,49 +7575,49 @@ "errors": [ { "name": "InsufficientProposersBalance", - "documentation": [ + "docs": [ " Proposer's balance is too low." ] }, { "name": "InvalidProposalIndex", - "documentation": [ + "docs": [ " No proposal at that index." ] }, { "name": "ReasonTooBig", - "documentation": [ + "docs": [ " The reason given is just too big." ] }, { "name": "AlreadyKnown", - "documentation": [ + "docs": [ " The tip was already found/started." ] }, { "name": "UnknownTip", - "documentation": [ + "docs": [ " The tip hash is unknown." ] }, { "name": "NotFinder", - "documentation": [ + "docs": [ " The account attempting to retract the tip is not the finder of the tip." ] }, { "name": "StillOpen", - "documentation": [ + "docs": [ " The tip cannot be claimed/closed because there are not enough tippers yet." ] }, { "name": "Premature", - "documentation": [ + "docs": [ " The tip cannot be claimed/closed because it's still in the countdown period." ] } @@ -7635,7 +7635,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " All authorities' keys at the moment." ] }, @@ -7651,7 +7651,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The active code of a currently-registered parachain." ] }, @@ -7667,7 +7667,7 @@ } }, "fallback": "0x0000", - "documentation": [ + "docs": [ " Past code of parachains. The parachains themselves may not be registered anymore,", " but we also keep their code on-chain for the same amount of time as outdated code", " to assist with availability." @@ -7685,7 +7685,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Actual past code, indicated by the parachain and the block number at which it", " became outdated." ] @@ -7697,7 +7697,7 @@ "plain": "Vec<(ParaId,BlockNumber)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Past code pruning, in order of priority." ] }, @@ -7713,7 +7713,7 @@ } }, "fallback": "0x00", - "documentation": [] + "docs": [] }, { "name": "FutureCode", @@ -7727,7 +7727,7 @@ } }, "fallback": "0x00", - "documentation": [] + "docs": [] }, { "name": "Heads", @@ -7741,7 +7741,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The heads of the parachains registered at present." ] }, @@ -7757,7 +7757,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Messages ready to be dispatched onto the relay chain. It is subject to", " `MAX_MESSAGE_COUNT` and `WATERMARK_MESSAGE_SIZE`." ] @@ -7774,7 +7774,7 @@ } }, "fallback": "0x0000000000000000", - "documentation": [ + "docs": [ " Size of the dispatch queues. Separated from actual data in order to avoid costly", " decoding when checking receipt validity. First item in tuple is the count of messages", " second if the total length (in bytes) of the message payloads." @@ -7787,7 +7787,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The ordered list of ParaIds that have a `RelayDispatchQueue` entry." ] }, @@ -7798,7 +7798,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " `Some` if the parachain heads get updated in this block, along with the parachain IDs", " that did update. Ordered in the same way as `registrar::Active` (i.e. by ParaId).", "", @@ -7817,7 +7817,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Messages waiting to be delivered from the Relay chain into the parachain." ] } @@ -7832,7 +7832,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Provide candidate receipts for parachains, in ascending order by id." ] }, @@ -7844,7 +7844,7 @@ "type": "DoubleVoteReport" } ], - "documentation": [ + "docs": [ " Provide a proof that some validator has commited a double-vote.", "", " The weight is 0; in order to avoid DoS a `SignedExtension` validation", @@ -7867,7 +7867,7 @@ "type": "Remark" } ], - "documentation": [ + "docs": [ " Transfer some tokens into a parachain and leave a message in the downward queue for it." ] }, @@ -7883,7 +7883,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Send a XCMP message to the given parachain.", "", " The origin must be another parachain." @@ -7895,121 +7895,121 @@ "errors": [ { "name": "TooManyHeadUpdates", - "documentation": [ + "docs": [ " Parachain heads must be updated only once in the block." ] }, { "name": "TooManyParaCandidates", - "documentation": [ + "docs": [ " Too many parachain candidates." ] }, { "name": "HeadsOutOfOrder", - "documentation": [ + "docs": [ " Proposed heads must be ascending order by parachain ID without duplicate." ] }, { "name": "UnregisteredPara", - "documentation": [ + "docs": [ " Candidate is for an unregistered parachain." ] }, { "name": "InvalidCollator", - "documentation": [ + "docs": [ " Invalid collator." ] }, { "name": "QueueFull", - "documentation": [ + "docs": [ " The message queue is full. Messages will be added when there is space." ] }, { "name": "InvalidMessageOrigin", - "documentation": [ + "docs": [ " The message origin is invalid." ] }, { "name": "NoValidatorGroup", - "documentation": [ + "docs": [ " No validator group for parachain." ] }, { "name": "NotEnoughValidityVotes", - "documentation": [ + "docs": [ " Not enough validity votes for candidate." ] }, { "name": "VotesExceedsAuthorities", - "documentation": [ + "docs": [ " The number of attestations exceeds the number of authorities." ] }, { "name": "WrongValidatorAttesting", - "documentation": [ + "docs": [ " Attesting validator not on this chain's validation duty." ] }, { "name": "InvalidSignature", - "documentation": [ + "docs": [ " Invalid signature from attester." ] }, { "name": "UntaggedVotes", - "documentation": [ + "docs": [ " Extra untagged validity votes along with candidate." ] }, { "name": "ParentMismatch", - "documentation": [ + "docs": [ " Wrong parent head for parachain receipt." ] }, { "name": "HeadDataTooLarge", - "documentation": [ + "docs": [ " Head data was too large." ] }, { "name": "ValidationCodeTooLarge", - "documentation": [ + "docs": [ " New validation code was too large." ] }, { "name": "DisallowedCodeUpgrade", - "documentation": [ + "docs": [ " Disallowed code upgrade." ] }, { "name": "CannotPayFees", - "documentation": [ + "docs": [ " Para does not have enough balance to pay fees." ] }, { "name": "UnexpectedRelayParent", - "documentation": [ + "docs": [ " Unexpected relay-parent for a candidate receipt." ] }, { "name": "DownwardMessageQueueFull", - "documentation": [ + "docs": [ " Downward message queue is full for the Parachain." ] } @@ -8032,7 +8032,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " A mapping from modular block number (n % AttestationPeriod)", " to session index and the list of candidate hashes." ] @@ -8050,7 +8050,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Attestations on a recent parachain block." ] }, @@ -8061,7 +8061,7 @@ "plain": "bool" }, "fallback": "0x00", - "documentation": [] + "docs": [] } ] }, @@ -8074,7 +8074,7 @@ "type": "MoreAttestations" } ], - "documentation": [ + "docs": [ " Provide candidate receipts for parachains, in ascending order by id." ] } @@ -8084,7 +8084,7 @@ "errors": [ { "name": "TooManyAttestations", - "documentation": [ + "docs": [ " More attestations can be added only once in a block." ] } @@ -8102,7 +8102,7 @@ "plain": "AuctionIndex" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The number of auctions that have been started so far." ] }, @@ -8113,7 +8113,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Ordered list of all `ParaId` values that are managed by this module. This includes", " chains that are not yet deployed (but have won an auction in the future)." ] @@ -8130,7 +8130,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Various amounts on deposit for each parachain. An entry in `ManagedIds` implies a non-", " default entry here.", "", @@ -8153,7 +8153,7 @@ "plain": "(LeasePeriodOf,BlockNumber)" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Information relating to the current auction, if there is one.", "", " The first item in the tuple is the lease period index that the first of the four", @@ -8173,7 +8173,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The winning bids for each of the 10 ranges at each block in the final Ending Period of", " the current auction. The map's key is the 0-based index into the Ending Period. The", " first block of the ending period is 0; the last is `EndingPeriod - 1`." @@ -8191,7 +8191,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Amounts currently reserved in the accounts of the bidders currently winning", " (sub-)ranges." ] @@ -8208,7 +8208,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The set of Para IDs that have won and need to be on-boarded at an upcoming lease-period.", " This is cleared out on the first block of the lease period." ] @@ -8225,7 +8225,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The actual on-boarding information. Only exists when one of the following is true:", " - It is before the lease period that the parachain should be on-boarded.", " - The full on-boarding information has not yet been provided and the parachain is not", @@ -8244,7 +8244,7 @@ } }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Off-boarding account; currency held on deposit for the parachain gets placed here if the", " parachain gets off-boarded; i.e. its lease period is up and it isn't renewed." ] @@ -8264,7 +8264,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Create a new auction.", "", " This can only happen when there isn't already an auction in progress and may only be", @@ -8296,7 +8296,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Make a new bid from an account (including a parachain account) for deploying a new", " parachain.", "", @@ -8335,7 +8335,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Make a new bid from a parachain account for renewing that (pre-existing) parachain.", "", " The origin *must* be a parachain account.", @@ -8361,7 +8361,7 @@ "type": "LookupSource" } ], - "documentation": [ + "docs": [ " Set the off-boarding information for a parachain.", "", " The origin *must* be a parachain account.", @@ -8393,7 +8393,7 @@ "type": "HeadData" } ], - "documentation": [ + "docs": [ " Set the deploy information for a successful bid to deploy a new parachain.", "", " - `origin` must be the successful bidder account.", @@ -8415,7 +8415,7 @@ "type": "ValidationCode" } ], - "documentation": [ + "docs": [ " Note a new parachain's code.", "", " This must be called after `fix_deploy_data` and `code` must be the preimage of the", @@ -8437,7 +8437,7 @@ "args": [ "LeasePeriod" ], - "documentation": [ + "docs": [ " A new lease period is beginning." ] }, @@ -8448,7 +8448,7 @@ "LeasePeriod", "BlockNumber" ], - "documentation": [ + "docs": [ " An auction started. Provides its index and the block number where it will begin to", " close and the first lease period of the quadruplet that is auctioned." ] @@ -8458,7 +8458,7 @@ "args": [ "AuctionIndex" ], - "documentation": [ + "docs": [ " An auction ended. All funds become unreserved." ] }, @@ -8470,7 +8470,7 @@ "ParaId", "Balance" ], - "documentation": [ + "docs": [ " Someone won the right to deploy a parachain. Balance amount is deducted for deposit." ] }, @@ -8482,7 +8482,7 @@ "Balance", "Balance" ], - "documentation": [ + "docs": [ " An existing parachain won the right to continue.", " First balance is the extra amount reseved. Second is the total amount reserved." ] @@ -8494,7 +8494,7 @@ "Balance", "Balance" ], - "documentation": [ + "docs": [ " Funds were reserved for a winning bid. First balance is the extra amount reserved.", " Second is the total." ] @@ -8505,7 +8505,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " Funds were unreserved since bidder is no longer active." ] } @@ -8514,79 +8514,79 @@ "errors": [ { "name": "AuctionInProgress", - "documentation": [ + "docs": [ " This auction is already in progress." ] }, { "name": "LeasePeriodInPast", - "documentation": [ + "docs": [ " The lease period is in the past." ] }, { "name": "NotParaOrigin", - "documentation": [ + "docs": [ " The origin for this call must be a parachain." ] }, { "name": "ParaNotOnboarding", - "documentation": [ + "docs": [ " The parachain ID is not onboarding." ] }, { "name": "InvalidOrigin", - "documentation": [ + "docs": [ " The origin for this call must be the origin who registered the parachain." ] }, { "name": "AlreadyRegistered", - "documentation": [ + "docs": [ " Parachain is already registered." ] }, { "name": "InvalidCode", - "documentation": [ + "docs": [ " The code must correspond to the hash." ] }, { "name": "UnsetDeployData", - "documentation": [ + "docs": [ " Deployment data has not been set for this parachain." ] }, { "name": "NonIntersectingRange", - "documentation": [ + "docs": [ " The bid must overlap all intersecting ranges." ] }, { "name": "NotCurrentAuction", - "documentation": [ + "docs": [ " Not a current auction." ] }, { "name": "NotAuction", - "documentation": [ + "docs": [ " Not an auction." ] }, { "name": "CodeTooLarge", - "documentation": [ + "docs": [ " Given code size is too large." ] }, { "name": "HeadDataTooLarge", - "documentation": [ + "docs": [ " Given initial head data is too large." ] } @@ -8604,7 +8604,7 @@ "plain": "Vec" }, "fallback": "0x00", - "documentation": [] + "docs": [] }, { "name": "ThreadCount", @@ -8613,7 +8613,7 @@ "plain": "u32" }, "fallback": "0x00000000", - "documentation": [ + "docs": [ " The number of threads to schedule per block." ] }, @@ -8624,7 +8624,7 @@ "plain": "Vec>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " An array of the queue of set of threads scheduled for the coming blocks; ordered by", " ascending para ID. There can be no duplicates of para ID in each list item." ] @@ -8636,7 +8636,7 @@ "plain": "Vec<(ParaId,Option<(CollatorId,Retriable)>)>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " Parathreads/chains scheduled for execution this block. If the collator ID is set, then", " a particular collator has already been chosen for the next block, and no other collator", " may provide the block. In this case we allow the possibility of the combination being", @@ -8652,7 +8652,7 @@ "plain": "ParaId" }, "fallback": "0xe8030000", - "documentation": [ + "docs": [ " The next unused ParaId value. Start this high in order to keep low numbers for", " system-level chains." ] @@ -8669,7 +8669,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Pending swap operations." ] }, @@ -8685,7 +8685,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Map of all registered parathreads/chains." ] }, @@ -8696,7 +8696,7 @@ "plain": "Vec>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The current queue for parathreads that should be retried." ] }, @@ -8712,7 +8712,7 @@ } }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Users who have paid a parathread's deposit" ] } @@ -8739,7 +8739,7 @@ "type": "HeadData" } ], - "documentation": [ + "docs": [ " Register a parachain with given code. Must be called by root.", " Fails if given ID is already used.", "", @@ -8755,7 +8755,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Deregister a parachain with given id" ] }, @@ -8767,7 +8767,7 @@ "type": "u32" } ], - "documentation": [ + "docs": [ " Reset the number of parathreads that can pay to be scheduled in a single block.", "", " - `count`: The number of parathreads.", @@ -8787,7 +8787,7 @@ "type": "HeadData" } ], - "documentation": [ + "docs": [ " Register a parathread for immediate use.", "", " Must be sent from a Signed origin that is able to have ParathreadDeposit reserved.", @@ -8814,7 +8814,7 @@ "type": "Hash" } ], - "documentation": [ + "docs": [ " Place a bid for a parathread to be progressed in the next block.", "", " This is a kind of special transaction that should be heavily prioritized in the", @@ -8825,7 +8825,7 @@ { "name": "deregister_parathread", "args": [], - "documentation": [ + "docs": [ " Deregister a parathread and retrieve the deposit.", "", " Must be sent from a `Parachain` origin which is currently a parathread.", @@ -8843,7 +8843,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Swap a parachain with another parachain or parathread. The origin must be a `Parachain`.", " The swap will happen only if there is already an opposite swap pending. If there is not,", " the swap will be stored in the pending swaps map, ready for a later confirmatory swap.", @@ -8861,7 +8861,7 @@ "args": [ "ParaId" ], - "documentation": [ + "docs": [ " A parathread was registered; its new ID is supplied." ] }, @@ -8870,7 +8870,7 @@ "args": [ "ParaId" ], - "documentation": [ + "docs": [ " The parathread of the supplied ID was de-registered." ] } @@ -8879,31 +8879,31 @@ "errors": [ { "name": "ParaAlreadyExists", - "documentation": [ + "docs": [ " Parachain already exists." ] }, { "name": "InvalidChainId", - "documentation": [ + "docs": [ " Invalid parachain ID." ] }, { "name": "InvalidThreadId", - "documentation": [ + "docs": [ " Invalid parathread ID." ] }, { "name": "CodeTooLarge", - "documentation": [ + "docs": [ " Invalid para code size." ] }, { "name": "HeadDataTooLarge", - "documentation": [ + "docs": [ " Invalid para head data size." ] } @@ -8926,7 +8926,7 @@ } }, "fallback": "0x00", - "documentation": [] + "docs": [] }, { "name": "Total", @@ -8935,7 +8935,7 @@ "plain": "BalanceOf" }, "fallback": "0x00000000000000000000000000000000", - "documentation": [] + "docs": [] }, { "name": "Vesting", @@ -8949,7 +8949,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Vesting schedule for a claim.", " First balance is the total amount that should be held for vesting.", " Second balance is how much should be unlocked per block.", @@ -8968,7 +8968,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The statement kind that must be signed, if any." ] }, @@ -8984,7 +8984,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Pre-claimed Ethereum accounts, by the Account ID that they are claimed to." ] } @@ -9003,7 +9003,7 @@ "type": "EcdsaSignature" } ], - "documentation": [ + "docs": [ " Make a claim to collect your DOTs.", "", " The dispatch origin for this call must be _None_.", @@ -9064,7 +9064,7 @@ "type": "Option" } ], - "documentation": [ + "docs": [ " Mint a new claim to collect DOTs.", "", " The dispatch origin for this call must be _Root_.", @@ -9106,7 +9106,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Make a claim to collect your DOTs by signing a statement.", "", " The dispatch origin for this call must be _None_.", @@ -9158,7 +9158,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Attest to a statement, needed to finalize the claims process.", "", " WARNING: Insecure unless your chain includes `PrevalidateAttests` as a `SignedExtension`.", @@ -9197,7 +9197,7 @@ "type": "Option" } ], - "documentation": [] + "docs": [] } ], "events": [ @@ -9208,7 +9208,7 @@ "EthereumAddress", "Balance" ], - "documentation": [ + "docs": [ " Someone claimed some DOTs." ] } @@ -9218,7 +9218,7 @@ "name": "Prefix", "type": "Bytes", "value": "0x8450617920444f547320746f2074686520506f6c6b61646f74206163636f756e743a", - "documentation": [ + "docs": [ " The Prefix that is used in signed Ethereum messages for this network" ] } @@ -9226,38 +9226,38 @@ "errors": [ { "name": "InvalidEthereumSignature", - "documentation": [ + "docs": [ " Invalid Ethereum signature." ] }, { "name": "SignerHasNoClaim", - "documentation": [ + "docs": [ " Ethereum address has no claim." ] }, { "name": "SenderHasNoClaim", - "documentation": [ + "docs": [ " Account ID sending tx has no claim." ] }, { "name": "PotUnderflow", - "documentation": [ + "docs": [ " There's not enough in the pot to pay out some unvested amount. Generally implies a logic", " error." ] }, { "name": "InvalidStatement", - "documentation": [ + "docs": [ " A needed statement was not included." ] }, { "name": "VestedBalanceExists", - "documentation": [ + "docs": [ " The account already has a vested balance." ] } @@ -9280,7 +9280,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Information regarding the vesting of a given account." ] } @@ -9290,7 +9290,7 @@ { "name": "vest", "args": [], - "documentation": [ + "docs": [ " Unlock any vested funds of the sender account.", "", " The dispatch origin for this call must be _Signed_ and the sender must have funds still", @@ -9318,7 +9318,7 @@ "type": "LookupSource" } ], - "documentation": [ + "docs": [ " Unlock any vested funds of a `target` account.", "", " The dispatch origin for this call must be _Signed_.", @@ -9352,7 +9352,7 @@ "type": "VestingInfo" } ], - "documentation": [ + "docs": [ " Create a vested transfer.", "", " The dispatch origin for this call must be _Signed_.", @@ -9389,7 +9389,7 @@ "type": "VestingInfo" } ], - "documentation": [ + "docs": [ " Force a vested transfer.", "", " The dispatch origin for this call must be _Root_.", @@ -9419,7 +9419,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " The amount vested has been updated. This could indicate more funds are available. The", " balance given is the amount which is left unvested (and thus locked). ", " [account, unvested]" @@ -9430,7 +9430,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " An [account] has become fully vested. No further vesting can happen." ] } @@ -9440,7 +9440,7 @@ "name": "MinVestedTransfer", "type": "BalanceOf", "value": "0x0010a5d4e80000000000000000000000", - "documentation": [ + "docs": [ " The minimum amount to be transferred to create a new vesting schedule." ] } @@ -9448,19 +9448,19 @@ "errors": [ { "name": "NotVesting", - "documentation": [ + "docs": [ " The account given is not vesting." ] }, { "name": "ExistingVestingSchedule", - "documentation": [ + "docs": [ " An existing vesting schedule already exists for this account that cannot be clobbered." ] }, { "name": "AmountLow", - "documentation": [ + "docs": [ " Amount being transferred is too low to create a vesting schedule." ] } @@ -9478,7 +9478,7 @@ "type": "Vec" } ], - "documentation": [ + "docs": [ " Send a batch of dispatch calls.", "", " May be called from any origin.", @@ -9513,7 +9513,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Send a call through an indexed pseudonym of the sender.", "", " Filter from origin are passed along. The call will be dispatched with an origin which", @@ -9542,7 +9542,7 @@ "u32", "DispatchError" ], - "documentation": [ + "docs": [ " Batch of dispatches did not complete fully. Index of first failing dispatch given, as", " well as the error. [index, error]" ] @@ -9550,7 +9550,7 @@ { "name": "BatchCompleted", "args": [], - "documentation": [ + "docs": [ " Batch of dispatches completed fully with no error." ] } @@ -9570,7 +9570,7 @@ "plain": "AccountId" }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " The `AccountId` of the sudo key." ] } @@ -9585,7 +9585,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Authenticates the sudo key and dispatches a function call with `Root` origin.", "", " The dispatch origin for this call must be _Signed_.", @@ -9610,7 +9610,7 @@ "type": "Weight" } ], - "documentation": [ + "docs": [ " Authenticates the sudo key and dispatches a function call with `Root` origin.", " This function does not check the weight of the call, and instead allows the", " Sudo user to specify the weight of the call.", @@ -9631,7 +9631,7 @@ "type": "LookupSource" } ], - "documentation": [ + "docs": [ " Authenticates the current sudo key and sets the given AccountId (`new`) as the new sudo key.", "", " The dispatch origin for this call must be _Signed_.", @@ -9655,7 +9655,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Authenticates the sudo key and dispatches a function call with `Signed` origin from", " a given account.", "", @@ -9676,7 +9676,7 @@ "args": [ "DispatchResult" ], - "documentation": [ + "docs": [ " A sudo just took place. [result]" ] }, @@ -9685,7 +9685,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " The [sudoer] just switched identity; the old key is supplied." ] }, @@ -9694,7 +9694,7 @@ "args": [ "bool" ], - "documentation": [ + "docs": [ " A sudo just took place. [result]" ] } @@ -9703,7 +9703,7 @@ "errors": [ { "name": "RequireSudo", - "documentation": [ + "docs": [ " Sender must be the Sudo account" ] } @@ -9726,7 +9726,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " Information that is pertinent to identify the entity behind an account.", "", " TWOX-NOTE: OK ― `AccountId` is a secure hash." @@ -9744,7 +9744,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The super-identity of an alternative \"sub\" identity together with its name, within that", " context. If the account is not some other account's sub-identity, then just `None`." ] @@ -9761,7 +9761,7 @@ } }, "fallback": "0x0000000000000000000000000000000000", - "documentation": [ + "docs": [ " Alternative \"sub\" identities of this account.", "", " The first item is the deposit, the second is a vector of the accounts.", @@ -9776,7 +9776,7 @@ "plain": "Vec>" }, "fallback": "0x00", - "documentation": [ + "docs": [ " The set of registrars. Not expected to get very big as can only be added through a", " special origin (likely a council motion).", "", @@ -9794,7 +9794,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Add a registrar to the system.", "", " The dispatch origin for this call must be `T::RegistrarOrigin`.", @@ -9818,7 +9818,7 @@ "type": "IdentityInfo" } ], - "documentation": [ + "docs": [ " Set an account's identity information and reserve the appropriate deposit.", "", " If the account already has identity information, the deposit is taken as part payment", @@ -9848,7 +9848,7 @@ "type": "Vec<(AccountId,Data)>" } ], - "documentation": [ + "docs": [ " Set the sub-accounts of the sender.", "", " Payment: Any aggregate balance reserved by previous `set_subs` calls will be returned", @@ -9875,7 +9875,7 @@ { "name": "clear_identity", "args": [], - "documentation": [ + "docs": [ " Clear an account's identity info and all sub-accounts and return all deposits.", "", " Payment: All reserved balances on the account are returned.", @@ -9908,7 +9908,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Request a judgement from a registrar.", "", " Payment: At most `max_fee` will be reserved for payment to the registrar if judgement", @@ -9942,7 +9942,7 @@ "type": "RegistrarIndex" } ], - "documentation": [ + "docs": [ " Cancel a previous request.", "", " Payment: A previously reserved deposit is returned on success.", @@ -9974,7 +9974,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Set the fee required for a judgement to be requested from a registrar.", "", " The dispatch origin for this call must be _Signed_ and the sender must be the account", @@ -10002,7 +10002,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Change the account associated with a registrar.", "", " The dispatch origin for this call must be _Signed_ and the sender must be the account", @@ -10030,7 +10030,7 @@ "type": "IdentityFields" } ], - "documentation": [ + "docs": [ " Set the field information for a registrar.", "", " The dispatch origin for this call must be _Signed_ and the sender must be the account", @@ -10062,7 +10062,7 @@ "type": "Judgement" } ], - "documentation": [ + "docs": [ " Provide a judgement for an account's identity.", "", " The dispatch origin for this call must be _Signed_ and the sender must be the account", @@ -10092,7 +10092,7 @@ "type": "LookupSource" } ], - "documentation": [ + "docs": [ " Remove an account's identity and sub-account information and slash the deposits.", "", " Payment: Reserved balances from `set_subs` and `set_identity` are slashed and handled by", @@ -10126,7 +10126,7 @@ "type": "Data" } ], - "documentation": [ + "docs": [ " Add the given account to the sender's subs.", "", " Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated", @@ -10148,7 +10148,7 @@ "type": "Data" } ], - "documentation": [ + "docs": [ " Alter the associated name of the given sub-account.", "", " The dispatch origin for this call must be _Signed_ and the sender must have a registered", @@ -10163,7 +10163,7 @@ "type": "LookupSource" } ], - "documentation": [ + "docs": [ " Remove the given account from the sender's subs.", "", " Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated", @@ -10176,7 +10176,7 @@ { "name": "quit_sub", "args": [], - "documentation": [ + "docs": [ " Remove the sender as a sub-account.", "", " Payment: Balance reserved by a previous `set_subs` call for one sub will be repatriated", @@ -10196,7 +10196,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " A name was set or reset (which will remove all judgements). [who]" ] }, @@ -10206,7 +10206,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A name was cleared, and the given balance returned. [who, deposit]" ] }, @@ -10216,7 +10216,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A name was removed and the given balance slashed. [who, deposit]" ] }, @@ -10226,7 +10226,7 @@ "AccountId", "RegistrarIndex" ], - "documentation": [ + "docs": [ " A judgement was asked from a registrar. [who, registrar_index]" ] }, @@ -10236,7 +10236,7 @@ "AccountId", "RegistrarIndex" ], - "documentation": [ + "docs": [ " A judgement request was retracted. [who, registrar_index]" ] }, @@ -10246,7 +10246,7 @@ "AccountId", "RegistrarIndex" ], - "documentation": [ + "docs": [ " A judgement was given by a registrar. [target, registrar_index]" ] }, @@ -10255,7 +10255,7 @@ "args": [ "RegistrarIndex" ], - "documentation": [ + "docs": [ " A registrar was added. [registrar_index]" ] }, @@ -10266,7 +10266,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A sub-identity was added to an identity and the deposit paid. [sub, main, deposit]" ] }, @@ -10277,7 +10277,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A sub-identity was removed from an identity and the deposit freed.", " [sub, main, deposit]" ] @@ -10289,7 +10289,7 @@ "AccountId", "Balance" ], - "documentation": [ + "docs": [ " A sub-identity was cleared, and the given deposit repatriated from the", " main identity account to the sub-identity account. [sub, main, deposit]" ] @@ -10300,7 +10300,7 @@ "name": "BasicDeposit", "type": "BalanceOf", "value": "0x007db52a2f0000000000000000000000", - "documentation": [ + "docs": [ " The amount held on deposit for a registered identity." ] }, @@ -10308,7 +10308,7 @@ "name": "FieldDeposit", "type": "BalanceOf", "value": "0x00cd5627000000000000000000000000", - "documentation": [ + "docs": [ " The amount held on deposit per additional field for a registered identity." ] }, @@ -10316,7 +10316,7 @@ "name": "SubAccountDeposit", "type": "BalanceOf", "value": "0x80f884b02e0000000000000000000000", - "documentation": [ + "docs": [ " The amount held on deposit for a registered subaccount. This should account for the fact", " that one storage item's value will increase by the size of an account ID, and there will be", " another trie item whose value is the size of an account ID plus 32 bytes." @@ -10326,7 +10326,7 @@ "name": "MaxSubAccounts", "type": "u32", "value": "0x64000000", - "documentation": [ + "docs": [ " The maximum number of sub-accounts allowed per identified account." ] }, @@ -10334,7 +10334,7 @@ "name": "MaxAdditionalFields", "type": "u32", "value": "0x64000000", - "documentation": [ + "docs": [ " Maximum number of additional fields that may be stored in an ID. Needed to bound the I/O", " required to access an identity, but can be pretty high." ] @@ -10343,7 +10343,7 @@ "name": "MaxRegistrars", "type": "u32", "value": "0x14000000", - "documentation": [ + "docs": [ " Maxmimum number of registrars allowed in the system. Needed to bound the complexity", " of, e.g., updating judgements." ] @@ -10352,97 +10352,97 @@ "errors": [ { "name": "TooManySubAccounts", - "documentation": [ + "docs": [ " Too many subs-accounts." ] }, { "name": "NotFound", - "documentation": [ + "docs": [ " Account isn't found." ] }, { "name": "NotNamed", - "documentation": [ + "docs": [ " Account isn't named." ] }, { "name": "EmptyIndex", - "documentation": [ + "docs": [ " Empty index." ] }, { "name": "FeeChanged", - "documentation": [ + "docs": [ " Fee is changed." ] }, { "name": "NoIdentity", - "documentation": [ + "docs": [ " No identity found." ] }, { "name": "StickyJudgement", - "documentation": [ + "docs": [ " Sticky judgement." ] }, { "name": "JudgementGiven", - "documentation": [ + "docs": [ " Judgement given." ] }, { "name": "InvalidJudgement", - "documentation": [ + "docs": [ " Invalid judgement." ] }, { "name": "InvalidIndex", - "documentation": [ + "docs": [ " The index is invalid." ] }, { "name": "InvalidTarget", - "documentation": [ + "docs": [ " The target is invalid." ] }, { "name": "TooManyFields", - "documentation": [ + "docs": [ " Too many additional fields." ] }, { "name": "TooManyRegistrars", - "documentation": [ + "docs": [ " Maximum amount of registrars reached. Cannot add any more." ] }, { "name": "AlreadyClaimed", - "documentation": [ + "docs": [ " Account ID is already named." ] }, { "name": "NotSub", - "documentation": [ + "docs": [ " Sender is not a sub-account." ] }, { "name": "NotOwned", - "documentation": [ + "docs": [ " Sub-account isn't owned by sender." ] } @@ -10465,7 +10465,7 @@ } }, "fallback": "0x0000000000000000000000000000000000", - "documentation": [ + "docs": [ " The set of account proxies. Maps the account which has delegated to the accounts", " which are being delegated to, together with the amount held on deposit." ] @@ -10489,7 +10489,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Dispatch the given `call` from an account that the sender is authorised for through", " `add_proxy`.", "", @@ -10520,7 +10520,7 @@ "type": "ProxyType" } ], - "documentation": [ + "docs": [ " Register a proxy account for the sender that is able to make calls on its behalf.", "", " The dispatch origin for this call must be _Signed_.", @@ -10548,7 +10548,7 @@ "type": "ProxyType" } ], - "documentation": [ + "docs": [ " Unregister a proxy account for the sender.", "", " The dispatch origin for this call must be _Signed_.", @@ -10567,7 +10567,7 @@ { "name": "remove_proxies", "args": [], - "documentation": [ + "docs": [ " Unregister all proxy accounts for the sender.", "", " The dispatch origin for this call must be _Signed_.", @@ -10594,7 +10594,7 @@ "type": "u16" } ], - "documentation": [ + "docs": [ " Spawn a fresh new account that is guaranteed to be otherwise inaccessible, and", " initialize it with a proxy of `proxy_type` for `origin` sender.", "", @@ -10643,7 +10643,7 @@ "type": "Compact" } ], - "documentation": [ + "docs": [ " Removes a previously spawned anonymous proxy.", "", " WARNING: **All access to this account will be lost.** Any funds held in it will be", @@ -10675,7 +10675,7 @@ "args": [ "DispatchResult" ], - "documentation": [ + "docs": [ " A proxy was executed correctly, with the given [result]." ] }, @@ -10687,7 +10687,7 @@ "ProxyType", "u16" ], - "documentation": [ + "docs": [ " Anonymous account has been created by new proxy with given", " disambiguation index and proxy type. [anonymous, who, proxy_type, disambiguation_index]" ] @@ -10698,7 +10698,7 @@ "name": "ProxyDepositBase", "type": "BalanceOf", "value": "0x0084b2952e0000000000000000000000", - "documentation": [ + "docs": [ " The base amount of currency needed to reserve for creating a proxy." ] }, @@ -10706,7 +10706,7 @@ "name": "ProxyDepositFactor", "type": "BalanceOf", "value": "0x8066ab13000000000000000000000000", - "documentation": [ + "docs": [ " The amount of currency needed per proxy added." ] }, @@ -10714,7 +10714,7 @@ "name": "MaxProxies", "type": "u16", "value": "0x2000", - "documentation": [ + "docs": [ " The maximum amount of proxies allowed for a single account." ] } @@ -10722,37 +10722,37 @@ "errors": [ { "name": "TooMany", - "documentation": [ + "docs": [ " There are too many proxies registered." ] }, { "name": "NotFound", - "documentation": [ + "docs": [ " Proxy registration not found." ] }, { "name": "NotProxy", - "documentation": [ + "docs": [ " Sender is not a proxy of the account to be proxied." ] }, { "name": "Unproxyable", - "documentation": [ + "docs": [ " A call which is incompatible with the proxy type's filter was attempted." ] }, { "name": "Duplicate", - "documentation": [ + "docs": [ " Account is already a proxy." ] }, { "name": "NoPermission", - "documentation": [ + "docs": [ " Call may not be made by proxy because it may escalate its privileges." ] } @@ -10776,7 +10776,7 @@ } }, "fallback": "0x00", - "documentation": [ + "docs": [ " The set of open multisig operations." ] }, @@ -10792,7 +10792,7 @@ } }, "fallback": "0x00", - "documentation": [] + "docs": [] } ] }, @@ -10809,7 +10809,7 @@ "type": "Call" } ], - "documentation": [ + "docs": [ " Immediately dispatch a multi-signature call using a single approval from the caller.", "", " The dispatch origin for this call must be _Signed_.", @@ -10857,7 +10857,7 @@ "type": "Weight" } ], - "documentation": [ + "docs": [ " Register approval for a dispatch to be made from a deterministic composite account if", " approved by a total of `threshold - 1` of `other_signatories`.", "", @@ -10935,7 +10935,7 @@ "type": "Weight" } ], - "documentation": [ + "docs": [ " Register approval for a dispatch to be made from a deterministic composite account if", " approved by a total of `threshold - 1` of `other_signatories`.", "", @@ -10997,7 +10997,7 @@ "type": "[u8;32]" } ], - "documentation": [ + "docs": [ " Cancel a pre-existing, on-going multisig transaction. Any deposit reserved previously", " for this operation will be unreserved on success.", "", @@ -11036,7 +11036,7 @@ "AccountId", "CallHash" ], - "documentation": [ + "docs": [ " A new multisig operation has begun. [approving, multisig, call_hash]" ] }, @@ -11048,7 +11048,7 @@ "AccountId", "CallHash" ], - "documentation": [ + "docs": [ " A multisig operation has been approved by someone. [approving, timepoint, multisig, call_hash]" ] }, @@ -11061,7 +11061,7 @@ "CallHash", "DispatchResult" ], - "documentation": [ + "docs": [ " A multisig operation has been executed. [approving, timepoint, multisig, call_hash]" ] }, @@ -11073,7 +11073,7 @@ "AccountId", "CallHash" ], - "documentation": [ + "docs": [ " A multisig operation has been cancelled. [cancelling, timepoint, multisig, call_hash]" ] } @@ -11082,85 +11082,85 @@ "errors": [ { "name": "MinimumThreshold", - "documentation": [ + "docs": [ " Threshold must be 2 or greater." ] }, { "name": "AlreadyApproved", - "documentation": [ + "docs": [ " Call is already approved by this signatory." ] }, { "name": "NoApprovalsNeeded", - "documentation": [ + "docs": [ " Call doesn't need any (more) approvals." ] }, { "name": "TooFewSignatories", - "documentation": [ + "docs": [ " There are too few signatories in the list." ] }, { "name": "TooManySignatories", - "documentation": [ + "docs": [ " There are too many signatories in the list." ] }, { "name": "SignatoriesOutOfOrder", - "documentation": [ + "docs": [ " The signatories were provided out of order; they should be ordered." ] }, { "name": "SenderInSignatories", - "documentation": [ + "docs": [ " The sender was contained in the other signatories; it shouldn't be." ] }, { "name": "NotFound", - "documentation": [ + "docs": [ " Multisig operation not found when attempting to cancel." ] }, { "name": "NotOwner", - "documentation": [ + "docs": [ " Only the account that originally created the multisig is able to cancel it." ] }, { "name": "NoTimepoint", - "documentation": [ + "docs": [ " No timepoint was given, yet the multisig operation is already underway." ] }, { "name": "WrongTimepoint", - "documentation": [ + "docs": [ " A different timepoint was given to the multisig operation that is underway." ] }, { "name": "UnexpectedTimepoint", - "documentation": [ + "docs": [ " A timepoint was given, yet no multisig operation is underway." ] }, { "name": "WeightTooLow", - "documentation": [ + "docs": [ " The maximum weight information provided was too low." ] }, { "name": "AlreadyStored", - "documentation": [ + "docs": [ " The data to be stored is already stored." ] } @@ -11183,7 +11183,7 @@ } }, "fallback": "0x0000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " Votes, so far." ] }, @@ -11194,7 +11194,7 @@ "plain": "[BalanceOf;4]" }, "fallback": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000", - "documentation": [ + "docs": [ " The total balances voting for each option." ] } @@ -11209,7 +11209,7 @@ "type": "Approvals" } ], - "documentation": [ + "docs": [ " Cast a vote on the poll." ] } @@ -11222,7 +11222,7 @@ "Balance", "Approvals" ], - "documentation": [] + "docs": [] } ], "constants": [ @@ -11230,7 +11230,7 @@ "name": "End", "type": "BlockNumber", "value": "0x38900d00", - "documentation": [ + "docs": [ " The End config param." ] } @@ -11238,7 +11238,7 @@ "errors": [ { "name": "TooLate", - "documentation": [ + "docs": [ " Vote attempted after the end of voting." ] } @@ -11261,7 +11261,7 @@ } }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000000000000000", - "documentation": [] + "docs": [] }, { "name": "PaymentAccount", @@ -11270,7 +11270,7 @@ "plain": "AccountId" }, "fallback": "0x0000000000000000000000000000000000000000000000000000000000000000", - "documentation": [] + "docs": [] }, { "name": "Statement", @@ -11279,7 +11279,7 @@ "plain": "Bytes" }, "fallback": "0x00", - "documentation": [] + "docs": [] }, { "name": "UnlockBlock", @@ -11288,7 +11288,7 @@ "plain": "BlockNumber" }, "fallback": "0x00000000", - "documentation": [] + "docs": [] } ] }, @@ -11305,7 +11305,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Create a new account. Proof of existence through a valid signed message.", "", " We check that the account does not exist at this stage.", @@ -11325,7 +11325,7 @@ "type": "AccountValidity" } ], - "documentation": [ + "docs": [ " Update the validity status of an existing account. If set to completed, the account", " will no longer be able to continue through the crowdfund process.", "", @@ -11354,7 +11354,7 @@ "type": "Permill" } ], - "documentation": [ + "docs": [ " Update the balance of a valid account.", "", " We check tht the account is valid for a balance transfer at this point.", @@ -11370,7 +11370,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Pay the user and complete the purchase process.", "", " We reverify all assumptions about the state of an account, and complete the process.", @@ -11386,7 +11386,7 @@ "type": "AccountId" } ], - "documentation": [ + "docs": [ " Set the account that will be used to payout users in the DOT purchase process.", "", " Origin must match the `ConfigurationOrigin`" @@ -11400,7 +11400,7 @@ "type": "Bytes" } ], - "documentation": [ + "docs": [ " Set the statement that must be signed for a user to participate on the DOT sale.", "", " Origin must match the `ConfigurationOrigin`" @@ -11414,7 +11414,7 @@ "type": "BlockNumber" } ], - "documentation": [ + "docs": [ " Set the block where locked DOTs will become unlocked.", "", " Origin must match the `ConfigurationOrigin`" @@ -11427,7 +11427,7 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " A new account was created" ] }, @@ -11437,7 +11437,7 @@ "AccountId", "AccountValidity" ], - "documentation": [ + "docs": [ " Someone's account validity was updated" ] }, @@ -11448,7 +11448,7 @@ "Balance", "Balance" ], - "documentation": [ + "docs": [ " Someone's purchase balance was updated. (Free, Locked)" ] }, @@ -11459,7 +11459,7 @@ "Balance", "Balance" ], - "documentation": [ + "docs": [ " A payout was made to a purchaser." ] }, @@ -11468,14 +11468,14 @@ "args": [ "AccountId" ], - "documentation": [ + "docs": [ " A new payment account was set." ] }, { "name": "StatementUpdated", "args": [], - "documentation": [ + "docs": [ " A new statement was set." ] }, @@ -11484,7 +11484,7 @@ "args": [ "BlockNumber" ], - "documentation": [ + "docs": [ " A new statement was set." ] } @@ -11494,7 +11494,7 @@ "name": "MaxStatementLength", "type": "u32", "value": "0xe8030000", - "documentation": [ + "docs": [ " The maximum statement length for the statement users to sign when creating an account." ] }, @@ -11502,7 +11502,7 @@ "name": "UnlockedProportion", "type": "Permill", "value": "0x00000000", - "documentation": [ + "docs": [ " The amount of purchased locked DOTs that we will unlock for basic actions on the chain." ] }, @@ -11510,7 +11510,7 @@ "name": "MaxUnlocked", "type": "BalanceOf", "value": "0x00000000000000000000000000000000", - "documentation": [ + "docs": [ " The maximum amount of locked DOTs that we will unlock." ] } @@ -11518,49 +11518,49 @@ "errors": [ { "name": "InvalidAccount", - "documentation": [ + "docs": [ " Account is not currently valid to use." ] }, { "name": "ExistingAccount", - "documentation": [ + "docs": [ " Account used in the purchase already exists." ] }, { "name": "InvalidSignature", - "documentation": [ + "docs": [ " Provided signature is invalid" ] }, { "name": "AlreadyCompleted", - "documentation": [ + "docs": [ " Account has already completed the purchase process." ] }, { "name": "Overflow", - "documentation": [ + "docs": [ " An overflow occurred when doing calculations." ] }, { "name": "InvalidStatement", - "documentation": [ + "docs": [ " The statement is too long to be stored on chain." ] }, { "name": "InvalidUnlockBlock", - "documentation": [ + "docs": [ " The unlock block is in the past!" ] }, { "name": "VestingScheduleExists", - "documentation": [ + "docs": [ " Vesting schedule already exists for this account." ] } diff --git a/src/types/responses/SanitizedStorageItemMetadata.ts b/src/types/responses/SanitizedStorageItemMetadata.ts index 83c6d1610..eb3b95ae3 100644 --- a/src/types/responses/SanitizedStorageItemMetadata.ts +++ b/src/types/responses/SanitizedStorageItemMetadata.ts @@ -4,5 +4,5 @@ export interface ISanitizedStorageItemMetadata { modifier: string; type: unknown; fallback: string; - documentation: string[] | string; + docs: string[] | string; } diff --git a/yarn.lock b/yarn.lock index 3c051df64..776de7df5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -866,43 +866,43 @@ __metadata: languageName: node linkType: hard -"@polkadot/api-derive@npm:5.0.1": - version: 5.0.1 - resolution: "@polkadot/api-derive@npm:5.0.1" +"@polkadot/api-derive@npm:5.1.1": + version: 5.1.1 + resolution: "@polkadot/api-derive@npm:5.1.1" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/api": 5.0.1 - "@polkadot/rpc-core": 5.0.1 - "@polkadot/types": 5.0.1 - "@polkadot/util": ^7.0.1 - "@polkadot/util-crypto": ^7.0.1 + "@polkadot/api": 5.1.1 + "@polkadot/rpc-core": 5.1.1 + "@polkadot/types": 5.1.1 + "@polkadot/util": ^7.0.2 + "@polkadot/util-crypto": ^7.0.2 rxjs: ^7.2.0 - checksum: 87cdd3dc4b6dee0aa72a9d2ebc412cf0d96140e2aca74d6f0d556d0a640386f08c5d1fc9dbf75ebaec350c113aa3d5b3cc366bca2cc27293388a9f6e3c4da54a + checksum: ac953c80e85e8463f878830588e40b3bc323e339789b9c931645aff39c1a1699744b3d480b133c46bc39e69a89e4a3eb5dfb8f807c3b10456081a46123f355f1 languageName: node linkType: hard -"@polkadot/api@npm:^5.0.1": - version: 5.0.1 - resolution: "@polkadot/api@npm:5.0.1" +"@polkadot/api@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/api@npm:5.1.1" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/api-derive": 5.0.1 - "@polkadot/keyring": ^7.0.1 - "@polkadot/rpc-core": 5.0.1 - "@polkadot/rpc-provider": 5.0.1 - "@polkadot/types": 5.0.1 - "@polkadot/types-known": 5.0.1 - "@polkadot/util": ^7.0.1 - "@polkadot/util-crypto": ^7.0.1 + "@polkadot/api-derive": 5.1.1 + "@polkadot/keyring": ^7.0.2 + "@polkadot/rpc-core": 5.1.1 + "@polkadot/rpc-provider": 5.1.1 + "@polkadot/types": 5.1.1 + "@polkadot/types-known": 5.1.1 + "@polkadot/util": ^7.0.2 + "@polkadot/util-crypto": ^7.0.2 eventemitter3: ^4.0.7 rxjs: ^7.2.0 - checksum: 8c1fa53cddfb14616d2f4fc8e59bb159d59918aba9950f329d222b609546990ab44c31d05acea01061a39d0e821df5a4213475ee58446e34704749f2e18d712c + checksum: be5d5eb83d05ff98424aedefa0c1205ccc944827c3d3627377322cdcf13b05bdcfae682d48c914f2caec0b7fbbe1e9d0f15ac3aafb3d9c50159551168484f53a languageName: node linkType: hard -"@polkadot/apps-config@npm:0.94.2-72": - version: 0.94.2-72 - resolution: "@polkadot/apps-config@npm:0.94.2-72" +"@polkadot/apps-config@npm:0.94.2-79": + version: 0.94.2-79 + resolution: "@polkadot/apps-config@npm:0.94.2-79" dependencies: "@acala-network/type-definitions": 1.0.2-2 "@babel/runtime": ^7.14.6 @@ -916,7 +916,7 @@ __metadata: "@kiltprotocol/type-definitions": 0.1.8 "@laminar/type-definitions": 0.3.1 "@phala/typedefs": 0.2.1 - "@polkadot/networks": ^7.0.1 + "@polkadot/networks": ^7.0.2 "@polymathnetwork/polymesh-types": 0.0.2 "@snowfork/snowbridge-types": 0.2.3 "@sora-substrate/type-definitions": 1.3.34 @@ -924,95 +924,96 @@ __metadata: "@zeitgeistpm/type-defs": 0.2.0 moonbeam-types-bundle: 1.1.25 pontem-types-bundle: 1.0.5 - checksum: 8d1d9d7491cc1cb32b1cf9aea313b9c4f8cbd1b4395641083380891a61cba8ced60d59aa3e05417c58452739c584e6c310d0a8b33583e680d78a29795e182d78 + rxjs: ^7.2.0 + checksum: fb1db4eb55fb05e39e997293f17888ef00c074bd5f32d58ace0b8f964b4444e3912258966786ebbb807f588958470c892c9af43e684eaa07ccba0533358bccf4 languageName: node linkType: hard -"@polkadot/keyring@npm:^7.0.1": - version: 7.0.1 - resolution: "@polkadot/keyring@npm:7.0.1" +"@polkadot/keyring@npm:^7.0.2": + version: 7.0.2 + resolution: "@polkadot/keyring@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/util": 7.0.1 - "@polkadot/util-crypto": 7.0.1 + "@polkadot/util": 7.0.2 + "@polkadot/util-crypto": 7.0.2 peerDependencies: - "@polkadot/util": 7.0.1 - "@polkadot/util-crypto": 7.0.1 - checksum: 84e18c48823087df1347edae92080fb19dc83ef53f2559c9529faaa5e89f9af6cd7df7e762826b23f88e0a39f34f47dbd9cd0ac43c8299c59201313608bf8a4c + "@polkadot/util": 7.0.2 + "@polkadot/util-crypto": 7.0.2 + checksum: f963ca2f474f95f9abacf255b22f95bd188f30e4b288d0703b484e6abc54d76b3244f9a9170af763be04a04fc8198ad1481c22a00e14a1dea449847a8360bd43 languageName: node linkType: hard -"@polkadot/networks@npm:^7.0.1": - version: 7.0.1 - resolution: "@polkadot/networks@npm:7.0.1" +"@polkadot/networks@npm:^7.0.2": + version: 7.0.2 + resolution: "@polkadot/networks@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - checksum: 85af50564e31ba181c4f1851c938fad148627df99651c966352359a95e85b8e0d7f41d9775ad4f056c81e7a455f011fb70b2e2130f45836851d5018b85bb8bd4 + checksum: c12b99d537523ac57fdfedaf1ecd759d74cd74b4bde121efb6917079b8ad33138799f8f083af602b523ef6473170667c40a80fc035499d9704e9ea8b495d9935 languageName: node linkType: hard -"@polkadot/rpc-core@npm:5.0.1": - version: 5.0.1 - resolution: "@polkadot/rpc-core@npm:5.0.1" +"@polkadot/rpc-core@npm:5.1.1": + version: 5.1.1 + resolution: "@polkadot/rpc-core@npm:5.1.1" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/rpc-provider": 5.0.1 - "@polkadot/types": 5.0.1 - "@polkadot/util": ^7.0.1 + "@polkadot/rpc-provider": 5.1.1 + "@polkadot/types": 5.1.1 + "@polkadot/util": ^7.0.2 rxjs: ^7.2.0 - checksum: 613ba5e93c5dc0c9cadc3b4099157f1c304d712490d8852e897a70661ff4a30ed5a5a8790eacd3397e6d99e50df0b2436c315d702aeb764019ad40952ee90900 + checksum: a00d0b99fbc5b1d93511abafd9de95cefd04bbe83b90c08ec3d36fce10120ac3776ff5b0fc43d5d82db30a131d01dc76dfedbc10689d34b10afed8044bb340d4 languageName: node linkType: hard -"@polkadot/rpc-provider@npm:5.0.1": - version: 5.0.1 - resolution: "@polkadot/rpc-provider@npm:5.0.1" +"@polkadot/rpc-provider@npm:5.1.1": + version: 5.1.1 + resolution: "@polkadot/rpc-provider@npm:5.1.1" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/types": 5.0.1 - "@polkadot/util": ^7.0.1 - "@polkadot/util-crypto": ^7.0.1 - "@polkadot/x-fetch": ^7.0.1 - "@polkadot/x-global": ^7.0.1 - "@polkadot/x-ws": ^7.0.1 + "@polkadot/types": 5.1.1 + "@polkadot/util": ^7.0.2 + "@polkadot/util-crypto": ^7.0.2 + "@polkadot/x-fetch": ^7.0.2 + "@polkadot/x-global": ^7.0.2 + "@polkadot/x-ws": ^7.0.2 eventemitter3: ^4.0.7 - checksum: 25d09f91a49767685defaab068a90e61bc81243b171c5c3a3e0f703c89c7bd494689eda9808f1954ac169bd0adb6cb3963c5a567827788ada50269ed832578ce + checksum: 65731ee72c856ea342fa55fac11aedc77413aedebd0dd807783eabf01527d14ccf865cd4f8358835e40f38e3076b530b0417c29b97a27318db42c3979d6c9d7a languageName: node linkType: hard -"@polkadot/types-known@npm:5.0.1": - version: 5.0.1 - resolution: "@polkadot/types-known@npm:5.0.1" +"@polkadot/types-known@npm:5.1.1": + version: 5.1.1 + resolution: "@polkadot/types-known@npm:5.1.1" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/networks": ^7.0.1 - "@polkadot/types": 5.0.1 - "@polkadot/util": ^7.0.1 - checksum: a1aa58ea219dac745043431136223352cc65761461e4dc8dbee6dbd179d16f60bea8d0f6a5dcef8aa54460ef14197f62044c2e55b1a21e48a53827ca80a7d738 + "@polkadot/networks": ^7.0.2 + "@polkadot/types": 5.1.1 + "@polkadot/util": ^7.0.2 + checksum: ef40819482300dd3786a3a389b6a660174d93d4207955885623f759329e3b706a3101909678be6c3964856157e8f44baa1ebc5beced9b57295bf6e59729f53cc languageName: node linkType: hard -"@polkadot/types@npm:^5.0.1": - version: 5.0.1 - resolution: "@polkadot/types@npm:5.0.1" +"@polkadot/types@npm:^5.1.1": + version: 5.1.1 + resolution: "@polkadot/types@npm:5.1.1" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/util": ^7.0.1 - "@polkadot/util-crypto": ^7.0.1 + "@polkadot/util": ^7.0.2 + "@polkadot/util-crypto": ^7.0.2 rxjs: ^7.2.0 - checksum: b02260be257c7a4015e36997bce056a54756c59113551c4b55b5b8b874a8bc2de13e78721d5cf70282370ec8011a84c91cade67d65c72aa2f5363ee084e90fb6 + checksum: 42d44740a625d9cd2a1e8abfeac2d9fe616eeb13e4fd619b46590eeacdbbeb21d588e0f29dccd9c08d770c0ce8a8dfa3947caa4a64c3cdad40533ddf7bf0225f languageName: node linkType: hard -"@polkadot/util-crypto@npm:^7.0.1": - version: 7.0.1 - resolution: "@polkadot/util-crypto@npm:7.0.1" +"@polkadot/util-crypto@npm:^7.0.2": + version: 7.0.2 + resolution: "@polkadot/util-crypto@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/networks": 7.0.1 - "@polkadot/util": 7.0.1 + "@polkadot/networks": 7.0.2 + "@polkadot/util": 7.0.2 "@polkadot/wasm-crypto": ^4.1.2 - "@polkadot/x-randomvalues": 7.0.1 + "@polkadot/x-randomvalues": 7.0.2 base-x: ^3.0.8 base64-js: ^1.5.1 blakejs: ^1.1.1 @@ -1025,23 +1026,23 @@ __metadata: tweetnacl: ^1.0.3 xxhashjs: ^0.2.2 peerDependencies: - "@polkadot/util": 7.0.1 - checksum: 177308a3a7a23880e83516eb8e099259fa35b9700d1a8ba2008a6e426d4fe78b0c4f63462e4c158e8e1c0f7969eb00159b4db5acb7cb3bb1a5a9c8740ca55796 + "@polkadot/util": 7.0.2 + checksum: a5f500f510f9fd5fe5a6b2566453b44ea94f63bb2fd608c7495a54112fea71abf342730b4c6758947f65835d6a3e6731b5975d775108855a48d3a5637129400b languageName: node linkType: hard -"@polkadot/util@npm:^7.0.1": - version: 7.0.1 - resolution: "@polkadot/util@npm:7.0.1" +"@polkadot/util@npm:^7.0.2": + version: 7.0.2 + resolution: "@polkadot/util@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-textdecoder": 7.0.1 - "@polkadot/x-textencoder": 7.0.1 + "@polkadot/x-textdecoder": 7.0.2 + "@polkadot/x-textencoder": 7.0.2 "@types/bn.js": ^4.11.6 bn.js: ^4.11.9 camelcase: ^5.3.1 ip-regex: ^4.3.0 - checksum: 85dcdf27f492652aa6a720c9925ba5e72b616f3b92260cba61d27b4aecc221207548c47a60b6bc715ce89dfb4ec4a0f30410cb556752326f529ed823ec8cfccb + checksum: 5fea37104aa5712a288cdb10b65f8d1dd4e743c7d9b4b09ce1e17aeea5a4400817f187cf8c9fd7c9b2161ede8c99d5b4dc22418b7f7426527cb12592dad91432 languageName: node linkType: hard @@ -1077,34 +1078,34 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-fetch@npm:^7.0.1": - version: 7.0.1 - resolution: "@polkadot/x-fetch@npm:7.0.1" +"@polkadot/x-fetch@npm:^7.0.2": + version: 7.0.2 + resolution: "@polkadot/x-fetch@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 7.0.1 + "@polkadot/x-global": 7.0.2 "@types/node-fetch": ^2.5.11 node-fetch: ^2.6.1 - checksum: cd1a53243da5063a1b0fd428e7bb11b9c2a9168079455f64b90189c6ef4738a8150305c2d244cfff8d2b2f7c15cf961d32f2521cf37523013a94dc778743b7a6 + checksum: aaef78745959210ffdeae25d0845781c3c7afe12e3bc094a50334051817446ff4397d34b2daac3cefa7f75b60216d8588491fc7418daa9ab9b5e6cd1a99b447d languageName: node linkType: hard -"@polkadot/x-global@npm:7.0.1, @polkadot/x-global@npm:^7.0.1": - version: 7.0.1 - resolution: "@polkadot/x-global@npm:7.0.1" +"@polkadot/x-global@npm:7.0.2, @polkadot/x-global@npm:^7.0.2": + version: 7.0.2 + resolution: "@polkadot/x-global@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - checksum: 6ea6f2068d0a01535e762fdd9a4202b2eb5d3ab3225ef4ecfe51d3d3728198a66bff6cf64776a6a2a06620379b13761b86b31a23fc68332946c0a991b8cb5f43 + checksum: 35705f8d33e746ab872288ae61fd31ead5b2fbefd0ef942f0cf8be76ac3e54a304b3ff9ced960232cb3bca0d71c5515a0abe8e534cc5f2fbcdf543c8df01f1f6 languageName: node linkType: hard -"@polkadot/x-randomvalues@npm:7.0.1": - version: 7.0.1 - resolution: "@polkadot/x-randomvalues@npm:7.0.1" +"@polkadot/x-randomvalues@npm:7.0.2": + version: 7.0.2 + resolution: "@polkadot/x-randomvalues@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 7.0.1 - checksum: cc3a5041e40b56c948727643cbf7d05b483272c1740ffad6db773044d55d1ed2ae60f0b996ff6ecd356df3ca2ba6755a23ffa0b66fda582742add33d713c4076 + "@polkadot/x-global": 7.0.2 + checksum: e6f2fd9f7386ceb6124366580ef639f664b9b3624644e4749ac19e2a17456f84078febb953e293fe5cc8cbed287f1ab84e8d1acfe7d075c5a3fb779253ede082 languageName: node linkType: hard @@ -1118,35 +1119,35 @@ __metadata: languageName: node linkType: hard -"@polkadot/x-textdecoder@npm:7.0.1": - version: 7.0.1 - resolution: "@polkadot/x-textdecoder@npm:7.0.1" +"@polkadot/x-textdecoder@npm:7.0.2": + version: 7.0.2 + resolution: "@polkadot/x-textdecoder@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 7.0.1 - checksum: b051eea9c1918e175578da30d022074c6890d71d9e45cffcc1d1af99b887a4fc42f7053770f34b7ff5989cd05c4867f50d7a734728cf4bfca05d1c9d31f24ff5 + "@polkadot/x-global": 7.0.2 + checksum: ad31a9ed430d1886168f42d6b8fc5528c22b783b7c4d086a2c77ac66017af4800c64a80a8466f85e93ea73e5892cebbd1f4612bdd4c7a5ed87227ee9a3f98f5e languageName: node linkType: hard -"@polkadot/x-textencoder@npm:7.0.1": - version: 7.0.1 - resolution: "@polkadot/x-textencoder@npm:7.0.1" +"@polkadot/x-textencoder@npm:7.0.2": + version: 7.0.2 + resolution: "@polkadot/x-textencoder@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 7.0.1 - checksum: 10384f54969bd0690ccbbf0a56dfd93e80dc5126a01bc0fa9ffafca3c64dec17178ec8596b053992ced5465fb6e074a8694fe5d58fd5f50e0ea693b2ed6cd183 + "@polkadot/x-global": 7.0.2 + checksum: 990ed08a001112a33d7ecbe1c6b442afacb3e09a04b10c62574876e2a2d26d0ee0da31f41a3731ffa91b19799c3828a8f09e0ee883768f608fd499b724774d6e languageName: node linkType: hard -"@polkadot/x-ws@npm:^7.0.1": - version: 7.0.1 - resolution: "@polkadot/x-ws@npm:7.0.1" +"@polkadot/x-ws@npm:^7.0.2": + version: 7.0.2 + resolution: "@polkadot/x-ws@npm:7.0.2" dependencies: "@babel/runtime": ^7.14.6 - "@polkadot/x-global": 7.0.1 + "@polkadot/x-global": 7.0.2 "@types/websocket": ^1.0.3 websocket: ^1.0.34 - checksum: de25547a83c9ff212b3254ea4b9a44efda6bc5b2f091c2567b9388d9a7d1d6f0906ce9e335880aa676752dde0dfef22a7c3c4b079c5fa25ddd54e55cbff51ce1 + checksum: 7b62fbd7254596aa60d541eb40d973e0ba7d962906596864742698b7bf9c8ad57153db61e213d647b9fad40f59ed01ceb0dbee7bef41970989b16990f0541ea2 languageName: node linkType: hard @@ -1244,11 +1245,11 @@ __metadata: version: 0.0.0-use.local resolution: "@substrate/api-sidecar@workspace:." dependencies: - "@polkadot/api": ^5.0.1 - "@polkadot/apps-config": 0.94.2-72 - "@polkadot/util-crypto": ^7.0.1 + "@polkadot/api": ^5.1.1 + "@polkadot/apps-config": 0.94.2-79 + "@polkadot/util-crypto": ^7.0.2 "@polkadot/x-rxjs": ^6.11.1 - "@substrate/calc": ^0.2.1 + "@substrate/calc": ^0.2.2 "@substrate/dev": ^0.5.4 "@types/argparse": ^2.0.8 "@types/express": ^4.17.12 @@ -1270,10 +1271,10 @@ __metadata: languageName: unknown linkType: soft -"@substrate/calc@npm:^0.2.1": - version: 0.2.1 - resolution: "@substrate/calc@npm:0.2.1" - checksum: 13b2fe8e436aa2864469b6702a6bd67059622a98fd4ec7cf78feca322c033c6eb14c7830502912078c2211df0ea2c766321e8a3e8bc01c0fb94d6ed887144c48 +"@substrate/calc@npm:^0.2.2": + version: 0.2.2 + resolution: "@substrate/calc@npm:0.2.2" + checksum: 702c86ead17d9199685325edb0ef2a4fed7edd3afda6e3ec04119faa8b8c572c898cf20bc081cedc31b189c450dd671a7565947dbbec480546c7a78dbf09057a languageName: node linkType: hard